|
|
|
1 | 2025-02-10T18:04:32.170Z | job assigned to worker 01JKRGG0R4J4G819ZX53X6C7CR [factory aws, i-02221e943cf50904a] (queued for 54 s) |
|
2 | 2025-02-10T18:04:39.919Z | starting task 0: "setup" |
3 | 2025-02-10T18:04:39.925Z | ++ uname -s |
4 | 2025-02-10T18:04:39.928Z | + kern=SunOS |
5 | 2025-02-10T18:04:39.928Z | + build_user=build |
6 | 2025-02-10T18:04:39.928Z | + build_uid=12345 |
7 | 2025-02-10T18:04:39.928Z | + work_dir=/work |
8 | 2025-02-10T18:04:39.928Z | + input_dir=/input |
9 | 2025-02-10T18:04:39.928Z | + [[ 0 == 12345 ]] |
10 | 2025-02-10T18:04:39.928Z | + case "$kern" in |
11 | 2025-02-10T18:04:39.928Z | + groupadd -g 12345 build |
12 | 2025-02-10T18:04:39.931Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-10T18:04:41.938Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-10T18:04:42.073Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-10T18:04:42.077Z | + home_fs=zfs |
16 | 2025-02-10T18:04:42.077Z | + [[ zfs == autofs ]] |
17 | 2025-02-10T18:04:42.077Z | + mkdir -p /home/build |
18 | 2025-02-10T18:04:42.077Z | + chown build:build /home/build /work |
19 | 2025-02-10T18:04:44.078Z | + chmod 0700 /home/build /work |
20 | 2025-02-10T18:04:44.081Z | process exited: duration 4162 ms, exit code 0 |
|
21 | 2025-02-10T18:04:44.087Z | starting task 1: "rust-toolchain" |
22 | 2025-02-10T18:04:44.092Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.1 |
23 | 2025-02-10T18:04:44.092Z | * rust toolchain channel = "1.84.1" |
24 | 2025-02-10T18:04:44.092Z | * rust toolchain profile = "default" |
25 | 2025-02-10T18:04:44.092Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-10T18:04:44.092Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-10T18:04:44.092Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-10T18:04:44.095Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-10T18:04:44.095Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default |
30 | 2025-02-10T18:04:44.199Z | info: downloading installer |
31 | 2025-02-10T18:04:45.532Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-10T18:04:45.532Z | warning: /opt/ooce/bin |
33 | 2025-02-10T18:04:45.532Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-10T18:04:45.532Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-10T18:04:45.532Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-10T18:04:45.532Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-10T18:04:45.532Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-10T18:04:45.532Z | error: cannot install while Rust is installed |
39 | 2025-02-10T18:04:45.533Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-10T18:04:45.544Z | info: profile set to 'default' |
41 | 2025-02-10T18:04:45.544Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-10T18:04:45.547Z | info: syncing channel updates for '1.84.1-x86_64-unknown-illumos' |
43 | 2025-02-10T18:04:45.682Z | info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) |
44 | 2025-02-10T18:04:45.682Z | info: downloading component 'cargo' |
45 | 2025-02-10T18:04:46.425Z | info: downloading component 'clippy' |
46 | 2025-02-10T18:04:46.712Z | info: downloading component 'rust-docs' |
47 | 2025-02-10T18:04:47.729Z | info: downloading component 'rust-std' |
48 | 2025-02-10T18:04:49.380Z | info: downloading component 'rustc' |
49 | 2025-02-10T18:04:55.184Z | info: downloading component 'rustfmt' |
50 | 2025-02-10T18:04:55.403Z | info: installing component 'cargo' |
51 | 2025-02-10T18:04:56.256Z | info: installing component 'clippy' |
52 | 2025-02-10T18:04:56.656Z | info: installing component 'rust-docs' |
53 | 2025-02-10T18:04:58.298Z | info: installing component 'rust-std' |
54 | 2025-02-10T18:05:00.233Z | info: installing component 'rustc' |
55 | 2025-02-10T18:05:06.323Z | info: installing component 'rustfmt' |
56 | 2025-02-10T18:05:06.659Z | info: default toolchain set to '1.84.1-x86_64-unknown-illumos' |
57 | 2025-02-10T18:05:06.659Z | |
58 | 2025-02-10T18:05:07.054Z | 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27) |
59 | 2025-02-10T18:05:07.054Z | |
60 | 2025-02-10T18:05:07.058Z | |
61 | 2025-02-10T18:05:07.058Z | Rust is installed now. Great! |
62 | 2025-02-10T18:05:07.058Z | |
63 | 2025-02-10T18:05:07.058Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-10T18:05:07.058Z | environment variable. This has not been done automatically. |
65 | 2025-02-10T18:05:07.058Z | |
66 | 2025-02-10T18:05:07.058Z | To configure your current shell, you need to source |
67 | 2025-02-10T18:05:07.059Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-10T18:05:07.059Z | |
69 | 2025-02-10T18:05:07.059Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-10T18:05:07.059Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-10T18:05:07.059Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-10T18:05:07.130Z | + rustup --version |
73 | 2025-02-10T18:05:07.137Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-10T18:05:07.137Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-10T18:05:07.214Z | info: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)` |
76 | 2025-02-10T18:05:07.217Z | + cargo --version |
77 | 2025-02-10T18:05:07.273Z | cargo 1.84.1 (66221abde 2024-11-19) |
78 | 2025-02-10T18:05:07.276Z | + rustc --version |
79 | 2025-02-10T18:05:07.336Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
80 | 2025-02-10T18:05:07.339Z | process exited: duration 23247 ms, exit code 0 |
|
81 | 2025-02-10T18:05:07.344Z | starting task 2: "authentication" |
82 | 2025-02-10T18:05:07.365Z | process exited: duration 20 ms, exit code 0 |
|
83 | 2025-02-10T18:05:07.371Z | starting task 3: "clone repository" |
84 | 2025-02-10T18:05:07.376Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-10T18:05:07.378Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-10T18:05:07.420Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-10T18:05:14.898Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-10T18:05:14.898Z | + git fetch origin 584d88c7e62cbb259fe1b7c8cafee5ceaae065dd |
89 | 2025-02-10T18:05:15.217Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-10T18:05:15.217Z | * branch 584d88c7e62cbb259fe1b7c8cafee5ceaae065dd -> FETCH_HEAD |
91 | 2025-02-10T18:05:15.226Z | + [[ -n '' ]] |
92 | 2025-02-10T18:05:15.226Z | + git reset --hard 584d88c7e62cbb259fe1b7c8cafee5ceaae065dd |
93 | 2025-02-10T18:05:15.406Z | HEAD is now at 584d88c7e Bump hickory-proto from 0.24.2 to 0.24.3 |
94 | 2025-02-10T18:05:15.409Z | process exited: duration 8035 ms, exit code 0 |
|
95 | 2025-02-10T18:05:15.415Z | starting task 4: "build" |
96 | 2025-02-10T18:05:15.420Z | + source .github/buildomat/ci-env.sh |
97 | 2025-02-10T18:05:15.420Z | ++ export CARGO_TERM_COLOR=always |
98 | 2025-02-10T18:05:15.420Z | ++ CARGO_TERM_COLOR=always |
99 | 2025-02-10T18:05:15.424Z | + cargo --version |
100 | 2025-02-10T18:05:15.469Z | cargo 1.84.1 (66221abde 2024-11-19) |
101 | 2025-02-10T18:05:15.472Z | + rustc --version |
102 | 2025-02-10T18:05:15.531Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
103 | 2025-02-10T18:05:15.534Z | + WORK=/work |
104 | 2025-02-10T18:05:15.534Z | + pfexec mkdir -p /work |
105 | 2025-02-10T18:05:15.539Z | + pfexec chown build /work |
106 | 2025-02-10T18:05:15.542Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
107 | 2025-02-10T18:05:17.205Z | pkg list: illegal option -- F |
108 | 2025-02-10T18:05:17.205Z | Usage: |
109 | 2025-02-10T18:05:17.208Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
110 | 2025-02-10T18:05:17.208Z | [pkg_fmri_pattern ...] |
111 | 2025-02-10T18:05:18.034Z | pkg list: illegal option -- F |
112 | 2025-02-10T18:05:18.037Z | Usage: |
113 | 2025-02-10T18:05:18.037Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
114 | 2025-02-10T18:05:18.037Z | [pkg_fmri_pattern ...] |
115 | 2025-02-10T18:05:28.398Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2025-02-10T18:05:32.544Z | Startup: Caching catalogs ... Done |
117 | 2025-02-10T18:05:44.597Z | Planning: Solver setup ... Done (11.109s) |
118 | 2025-02-10T18:05:44.746Z | Planning: Running solver ... Done (0.149s) |
119 | 2025-02-10T18:05:44.865Z | Planning: Finding local manifests ... Done (0.007s) |
120 | 2025-02-10T18:05:44.879Z | Planning: Fetching manifests: 0/7 0% complete |
121 | 2025-02-10T18:05:45.525Z | Planning: Fetching manifests: 7/7 100% complete |
122 | 2025-02-10T18:05:45.817Z | Planning: Package planning ... Done (0.292s) |
123 | 2025-02-10T18:05:45.873Z | Planning: Merging actions ... Done (0.056s) |
124 | 2025-02-10T18:05:46.068Z | Planning: Checking for conflicting actions ... Done (0.194s) |
125 | 2025-02-10T18:05:48.281Z | Planning: Consolidating action changes ... Done (2.213s) |
126 | 2025-02-10T18:05:48.729Z | Planning: Evaluating mediators ... Done (0.447s) |
127 | 2025-02-10T18:05:48.808Z | Planning: Planning completed in 16.16 seconds |
128 | 2025-02-10T18:05:48.825Z | Packages to install: 4 |
129 | 2025-02-10T18:05:48.825Z | Packages to update: 3 |
130 | 2025-02-10T18:05:48.825Z | Mediators to change: 2 |
131 | 2025-02-10T18:05:48.828Z | Services to change: 1 |
132 | 2025-02-10T18:05:48.828Z | Estimated space available: 155.61 GB |
133 | 2025-02-10T18:05:48.828Z | Estimated space to be consumed: 1.65 GB |
134 | 2025-02-10T18:05:48.828Z | Create boot environment: No |
135 | 2025-02-10T18:05:48.828Z | Create backup boot environment: Yes |
136 | 2025-02-10T18:05:48.828Z | Rebuild boot archive: No |
137 | 2025-02-10T18:05:48.828Z | |
138 | 2025-02-10T18:05:48.828Z | Changed mediators: |
139 | 2025-02-10T18:05:48.828Z | mediator clang: |
140 | 2025-02-10T18:05:48.828Z | version: None -> 15 (system default) |
141 | 2025-02-10T18:05:48.828Z | |
142 | 2025-02-10T18:05:48.828Z | mediator llvm: |
143 | 2025-02-10T18:05:48.828Z | version: 14 (system default) -> 15 (system default) |
144 | 2025-02-10T18:05:48.828Z | |
145 | 2025-02-10T18:05:48.828Z | Changed packages: |
146 | 2025-02-10T18:05:48.828Z | helios-dev |
147 | 2025-02-10T18:05:48.828Z | developer/build-essential |
148 | 2025-02-10T18:05:48.828Z | None -> 11-2.0 |
149 | 2025-02-10T18:05:48.828Z | library/libxmlsec1 |
150 | 2025-02-10T18:05:48.828Z | None -> 1.2.35-2.0 |
151 | 2025-02-10T18:05:48.828Z | ooce/developer/clang-15 |
152 | 2025-02-10T18:05:48.828Z | None -> 15.0.7-2.0 |
153 | 2025-02-10T18:05:48.828Z | ooce/developer/llvm-15 |
154 | 2025-02-10T18:05:48.828Z | None -> 15.0.7-2.0 |
155 | 2025-02-10T18:05:48.828Z | package/pkg |
156 | 2025-02-10T18:05:48.828Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2025-02-10T18:05:48.828Z | system/library/g++-runtime |
158 | 2025-02-10T18:05:48.828Z | 13-2.0 -> 14-2.0 |
159 | 2025-02-10T18:05:48.828Z | system/library/gcc-runtime |
160 | 2025-02-10T18:05:48.828Z | 13-2.0 -> 14-2.0 |
161 | 2025-02-10T18:05:48.828Z | |
162 | 2025-02-10T18:05:48.828Z | Services: |
163 | 2025-02-10T18:05:48.828Z | restart_fmri: |
164 | 2025-02-10T18:05:48.828Z | svc:/system/update-man-index:default |
165 | 2025-02-10T18:05:48.828Z | |
166 | 2025-02-10T18:05:48.828Z | Editable files to change: |
167 | 2025-02-10T18:05:48.829Z | Update: |
168 | 2025-02-10T18:05:48.829Z | usr/share/lib/pkg/web/config.shtml |
169 | 2025-02-10T18:05:48.909Z | |
170 | 2025-02-10T18:05:48.909Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
171 | 2025-02-10T18:05:53.912Z | Download: 414/4301 items 16.5/225.4MB 7% complete (3.4M/s) |
172 | 2025-02-10T18:05:58.915Z | Download: 964/4301 items 19.2/225.4MB 8% complete (1.9M/s) |
173 | 2025-02-10T18:06:05.147Z | Download: 1194/4301 items 83.3/225.4MB 36% complete (8.3M/s) |
174 | 2025-02-10T18:06:21.678Z | Download: 1198/4301 items 83.5/225.4MB 37% complete |
175 | 2025-02-10T18:06:26.675Z | Download: 2111/4301 items 118.9/225.4MB 52% complete (7.2M/s) |
176 | 2025-02-10T18:06:31.657Z | Download: 3066/4301 items 121.4/225.4MB 53% complete (3.8M/s) |
177 | 2025-02-10T18:06:37.310Z | Download: 3241/4301 items 202.5/225.4MB 89% complete (8.5M/s) |
178 | 2025-02-10T18:06:44.747Z | Download: 3248/4301 items 202.6/225.4MB 89% complete (8.2M/s) |
179 | 2025-02-10T18:06:49.751Z | Download: 3951/4301 items 219.0/225.4MB 97% complete (2.1M/s) |
180 | 2025-02-10T18:06:53.649Z | Download: Completed 225.42 MB in 64.73 seconds (3.5M/s) |
181 | 2025-02-10T18:06:55.948Z | Actions: 1/5122 actions (Removing old actions) |
182 | 2025-02-10T18:06:55.972Z | Actions: 194/5122 actions (Installing new actions) |
183 | 2025-02-10T18:07:00.680Z | Actions: 4267/5122 actions (Updating modified actions) |
184 | 2025-02-10T18:07:01.037Z | Actions: Completed 5122 actions in 5.09 seconds. |
185 | 2025-02-10T18:07:01.471Z | Done (0.425s) |
186 | 2025-02-10T18:07:01.476Z | Done (0.002s) |
187 | 2025-02-10T18:07:02.074Z | Done (0.601s) |
188 | 2025-02-10T18:07:06.432Z | Done (4.118s) |
189 | 2025-02-10T18:07:06.519Z | Done (0.017s) |
190 | 2025-02-10T18:07:06.523Z | Done (0.000s) |
191 | 2025-02-10T18:07:06.705Z | Done (0.000s) |
192 | 2025-02-10T18:07:07.401Z | Planning: Evaluating mediator changes ... Done |
193 | 2025-02-10T18:07:07.567Z | Planning: Checking for conflicting actions ... Done |
194 | 2025-02-10T18:07:07.569Z | Planning: Consolidating action changes ... Done |
195 | 2025-02-10T18:07:07.840Z | Planning: Evaluating mediators ... Done |
196 | 2025-02-10T18:07:07.843Z | Planning: Planning completed in 0.44 seconds |
197 | 2025-02-10T18:07:07.880Z | Mediators to change: 2 |
198 | 2025-02-10T18:07:07.880Z | Create boot environment: No |
199 | 2025-02-10T18:07:07.883Z | Create backup boot environment: No |
200 | 2025-02-10T18:07:07.963Z | Done |
201 | 2025-02-10T18:07:07.963Z | Done |
202 | 2025-02-10T18:07:08.340Z | Done |
203 | 2025-02-10T18:07:12.334Z | Done |
204 | 2025-02-10T18:07:12.422Z | Done |
205 | 2025-02-10T18:07:12.427Z | Done |
206 | 2025-02-10T18:07:12.573Z | Done |
207 | 2025-02-10T18:07:13.185Z | Planning: Evaluating mediator changes ... Done |
208 | 2025-02-10T18:07:13.188Z | Planning: Merging actions ... Done |
209 | 2025-02-10T18:07:13.373Z | Planning: Checking for conflicting actions ... Done |
210 | 2025-02-10T18:07:13.376Z | Planning: Consolidating action changes ... Done |
211 | 2025-02-10T18:07:13.634Z | Planning: Evaluating mediators ... Done |
212 | 2025-02-10T18:07:13.689Z | Planning: Planning completed in 0.74 seconds |
213 | 2025-02-10T18:07:13.729Z | Packages to change: 1 |
214 | 2025-02-10T18:07:13.729Z | Mediators to change: 1 |
215 | 2025-02-10T18:07:13.732Z | Services to change: 1 |
216 | 2025-02-10T18:07:13.732Z | Create boot environment: No |
217 | 2025-02-10T18:07:13.732Z | Create backup boot environment: Yes |
218 | 2025-02-10T18:07:16.071Z | Actions: 1/6 actions (Updating modified actions) |
219 | 2025-02-10T18:07:16.074Z | Actions: Completed 6 actions in 0.00 seconds. |
220 | 2025-02-10T18:07:16.074Z | Done |
221 | 2025-02-10T18:07:16.074Z | Done |
222 | 2025-02-10T18:07:16.194Z | Done |
223 | 2025-02-10T18:07:19.759Z | Done |
224 | 2025-02-10T18:07:19.848Z | Done |
225 | 2025-02-10T18:07:19.851Z | Done |
226 | 2025-02-10T18:07:19.989Z | Done |
227 | 2025-02-10T18:07:20.434Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
228 | 2025-02-10T18:07:20.434Z | clang system 15 system |
229 | 2025-02-10T18:07:20.434Z | csh system system illumos |
230 | 2025-02-10T18:07:20.434Z | ctags system system illumos |
231 | 2025-02-10T18:07:20.434Z | gcc vendor 12 vendor |
232 | 2025-02-10T18:07:20.434Z | gcc system 10 system |
233 | 2025-02-10T18:07:20.434Z | gcc system 7 system |
234 | 2025-02-10T18:07:20.434Z | go system 1.20 system |
235 | 2025-02-10T18:07:20.434Z | go system 1.19 system |
236 | 2025-02-10T18:07:20.434Z | llvm system 15 system |
237 | 2025-02-10T18:07:20.434Z | llvm system 14 system |
238 | 2025-02-10T18:07:20.434Z | mariadb system 10.6 system |
239 | 2025-02-10T18:07:20.434Z | mta vendor vendor dma |
240 | 2025-02-10T18:07:20.434Z | openjdk system 17 system |
241 | 2025-02-10T18:07:20.434Z | openjdk system 11 system |
242 | 2025-02-10T18:07:20.434Z | openjdk system 1.8 system |
243 | 2025-02-10T18:07:20.434Z | openssl vendor 3 vendor |
244 | 2025-02-10T18:07:20.434Z | perl system 5.36 system |
245 | 2025-02-10T18:07:20.434Z | postgresql system 15 system |
246 | 2025-02-10T18:07:20.434Z | postgresql system 13 system |
247 | 2025-02-10T18:07:20.434Z | python vendor 3 vendor |
248 | 2025-02-10T18:07:20.434Z | python system 2 system |
249 | 2025-02-10T18:07:20.434Z | python3 system 3.11 system |
250 | 2025-02-10T18:07:20.434Z | ruby system 3.0 system |
251 | 2025-02-10T18:07:20.434Z | words vendor vendor american-english |
252 | 2025-02-10T18:07:20.434Z | words system system australian-english |
253 | 2025-02-10T18:07:20.434Z | words system system british-english |
254 | 2025-02-10T18:07:20.434Z | words system system canadian-english |
255 | 2025-02-10T18:07:20.435Z | words system system french |
256 | 2025-02-10T18:07:20.435Z | words system system italian |
257 | 2025-02-10T18:07:20.435Z | words system system ngerman |
258 | 2025-02-10T18:07:20.435Z | words system system ogerman |
259 | 2025-02-10T18:07:20.435Z | words system system spanish |
260 | 2025-02-10T18:07:20.768Z | PUBLISHER TYPE STATUS P LOCATION |
261 | 2025-02-10T18:07:20.768Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
262 | 2025-02-10T18:07:23.681Z | FMRI IFO |
263 | 2025-02-10T18:07:23.681Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
264 | 2025-02-10T18:07:23.681Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
265 | 2025-02-10T18:07:23.681Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
266 | 2025-02-10T18:07:23.681Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
267 | 2025-02-10T18:07:23.681Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
268 | 2025-02-10T18:07:23.681Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
269 | 2025-02-10T18:07:23.681Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
270 | 2025-02-10T18:07:23.681Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
271 | 2025-02-10T18:07:23.681Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
272 | 2025-02-10T18:07:23.682Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
273 | 2025-02-10T18:07:23.682Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
274 | 2025-02-10T18:07:23.682Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
275 | 2025-02-10T18:07:23.682Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
276 | 2025-02-10T18:07:23.682Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
277 | 2025-02-10T18:07:23.682Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
278 | 2025-02-10T18:07:24.442Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
279 | 2025-02-10T18:07:24.763Z | Updating crates.io index |
280 | 2025-02-10T18:07:24.803Z | Updating git repository `https://github.com/oxidecomputer/daft` |
281 | 2025-02-10T18:07:25.140Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
282 | 2025-02-10T18:07:25.690Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
283 | 2025-02-10T18:07:25.987Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
284 | 2025-02-10T18:07:26.235Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
285 | 2025-02-10T18:07:26.516Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
286 | 2025-02-10T18:07:27.574Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
287 | 2025-02-10T18:07:29.430Z | Updating git repository `https://github.com/oxidecomputer/opte` |
288 | 2025-02-10T18:07:30.235Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
289 | 2025-02-10T18:07:31.089Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
290 | 2025-02-10T18:07:31.365Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
291 | 2025-02-10T18:07:31.687Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
292 | 2025-02-10T18:07:32.175Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
293 | 2025-02-10T18:07:32.797Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
294 | 2025-02-10T18:07:33.137Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
295 | 2025-02-10T18:07:33.480Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
296 | 2025-02-10T18:07:33.767Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
297 | 2025-02-10T18:07:34.043Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
298 | 2025-02-10T18:07:34.370Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
299 | 2025-02-10T18:07:34.688Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
300 | 2025-02-10T18:07:35.006Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
301 | 2025-02-10T18:07:35.334Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
302 | 2025-02-10T18:07:35.654Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
303 | 2025-02-10T18:07:36.024Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
304 | 2025-02-10T18:07:36.326Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
305 | 2025-02-10T18:07:36.861Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
306 | 2025-02-10T18:07:37.144Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
307 | 2025-02-10T18:07:37.552Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
308 | 2025-02-10T18:07:38.063Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
309 | 2025-02-10T18:07:38.334Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
310 | 2025-02-10T18:07:38.617Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
311 | 2025-02-10T18:07:38.890Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
312 | 2025-02-10T18:07:40.088Z | Downloading crates ... |
313 | 2025-02-10T18:07:40.157Z | Downloaded anstyle-query v1.1.1 |
314 | 2025-02-10T18:07:40.160Z | Downloaded byteorder v1.5.0 |
315 | 2025-02-10T18:07:40.163Z | Downloaded bytecount v0.6.8 |
316 | 2025-02-10T18:07:40.165Z | Downloaded anyhow v1.0.95 |
317 | 2025-02-10T18:07:40.169Z | Downloaded equivalent v1.0.1 |
318 | 2025-02-10T18:07:40.195Z | Downloaded pretty-hex v0.4.1 |
319 | 2025-02-10T18:07:40.200Z | Downloaded usdt-macro v0.5.0 |
320 | 2025-02-10T18:07:40.203Z | Downloaded dtrace-parser v0.2.0 |
321 | 2025-02-10T18:07:40.206Z | Downloaded usdt-attr-macro v0.5.0 |
322 | 2025-02-10T18:07:40.206Z | Downloaded scroll_derive v0.12.0 |
323 | 2025-02-10T18:07:40.218Z | Downloaded block-buffer v0.10.4 |
324 | 2025-02-10T18:07:40.220Z | Downloaded anstyle-parse v0.2.5 |
325 | 2025-02-10T18:07:40.220Z | Downloaded anstyle v1.0.10 |
326 | 2025-02-10T18:07:40.223Z | Downloaded heck v0.5.0 |
327 | 2025-02-10T18:07:40.223Z | Downloaded autocfg v1.4.0 |
328 | 2025-02-10T18:07:40.227Z | Downloaded pest_generator v2.7.14 |
329 | 2025-02-10T18:07:40.230Z | Downloaded terminal_size v0.4.0 |
330 | 2025-02-10T18:07:40.233Z | Downloaded is_terminal_polyfill v1.70.1 |
331 | 2025-02-10T18:07:40.233Z | Downloaded colorchoice v1.0.2 |
332 | 2025-02-10T18:07:40.236Z | Downloaded plain v0.2.3 |
333 | 2025-02-10T18:07:40.239Z | Downloaded cpufeatures v0.2.14 |
334 | 2025-02-10T18:07:40.239Z | Downloaded unicode-linebreak v0.1.5 |
335 | 2025-02-10T18:07:40.242Z | Downloaded digest v0.10.7 |
336 | 2025-02-10T18:07:40.245Z | Downloaded tabled_derive v0.7.0 |
337 | 2025-02-10T18:07:40.248Z | Downloaded smawk v0.3.2 |
338 | 2025-02-10T18:07:40.248Z | Downloaded generic-array v0.14.7 |
339 | 2025-02-10T18:07:40.251Z | Downloaded macaddr v1.0.1 |
340 | 2025-02-10T18:07:40.251Z | Downloaded heck v0.4.1 |
341 | 2025-02-10T18:07:40.251Z | Downloaded fastrand v2.1.1 |
342 | 2025-02-10T18:07:40.253Z | Downloaded utf8parse v0.2.2 |
343 | 2025-02-10T18:07:40.257Z | Downloaded usdt v0.5.0 |
344 | 2025-02-10T18:07:40.259Z | Downloaded serde_tokenstream v0.2.2 |
345 | 2025-02-10T18:07:40.259Z | Downloaded serde_spanned v0.6.8 |
346 | 2025-02-10T18:07:40.262Z | Downloaded errno v0.3.9 |
347 | 2025-02-10T18:07:40.262Z | Downloaded thread-id v4.2.2 |
348 | 2025-02-10T18:07:40.265Z | Downloaded clap_lex v0.7.4 |
349 | 2025-02-10T18:07:40.268Z | Downloaded proc-macro-error-attr v1.0.4 |
350 | 2025-02-10T18:07:40.268Z | Downloaded toml_datetime v0.6.8 |
351 | 2025-02-10T18:07:40.268Z | Downloaded itoa v1.0.11 |
352 | 2025-02-10T18:07:40.271Z | Downloaded version_check v0.9.5 |
353 | 2025-02-10T18:07:40.271Z | Downloaded dof v0.3.0 |
354 | 2025-02-10T18:07:40.273Z | Downloaded strsim v0.11.1 |
355 | 2025-02-10T18:07:40.273Z | Downloaded anstream v0.6.15 |
356 | 2025-02-10T18:07:40.276Z | Downloaded memmap v0.7.0 |
357 | 2025-02-10T18:07:40.276Z | Downloaded cargo_metadata v0.18.1 |
358 | 2025-02-10T18:07:40.278Z | Downloaded cargo-platform v0.1.8 |
359 | 2025-02-10T18:07:40.279Z | Downloaded camino-tempfile v1.1.1 |
360 | 2025-02-10T18:07:40.281Z | Downloaded swrite v0.1.0 |
361 | 2025-02-10T18:07:40.281Z | Downloaded cfg-if v1.0.0 |
362 | 2025-02-10T18:07:40.284Z | Downloaded fs-err v2.11.0 |
363 | 2025-02-10T18:07:40.284Z | Downloaded once_cell v1.20.2 |
364 | 2025-02-10T18:07:40.287Z | Downloaded camino v1.1.9 |
365 | 2025-02-10T18:07:40.297Z | Downloaded thiserror-impl v1.0.69 |
366 | 2025-02-10T18:07:40.300Z | Downloaded tempfile v3.13.0 |
367 | 2025-02-10T18:07:40.303Z | Downloaded zerocopy-derive v0.7.35 |
368 | 2025-02-10T18:07:40.305Z | Downloaded quote v1.0.38 |
369 | 2025-02-10T18:07:40.308Z | Downloaded thiserror v1.0.69 |
370 | 2025-02-10T18:07:40.312Z | Downloaded usdt-impl v0.5.0 |
371 | 2025-02-10T18:07:40.315Z | Downloaded fnv v1.0.7 |
372 | 2025-02-10T18:07:40.315Z | Downloaded bitflags v2.6.0 |
373 | 2025-02-10T18:07:40.318Z | Downloaded semver v1.0.24 |
374 | 2025-02-10T18:07:40.321Z | Downloaded proc-macro-error v1.0.4 |
375 | 2025-02-10T18:07:40.324Z | Downloaded pest_derive v2.7.14 |
376 | 2025-02-10T18:07:40.327Z | Downloaded crypto-common v0.1.6 |
377 | 2025-02-10T18:07:40.327Z | Downloaded clap v4.5.27 |
378 | 2025-02-10T18:07:40.334Z | Downloaded unicode-ident v1.0.14 |
379 | 2025-02-10T18:07:40.336Z | Downloaded clap_derive v4.5.24 |
380 | 2025-02-10T18:07:40.339Z | Downloaded cargo_toml v0.20.5 |
381 | 2025-02-10T18:07:40.342Z | Downloaded typenum v1.17.0 |
382 | 2025-02-10T18:07:40.345Z | Downloaded pest_meta v2.7.14 |
383 | 2025-02-10T18:07:40.345Z | Downloaded toml v0.8.19 |
384 | 2025-02-10T18:07:40.348Z | Downloaded ucd-trie v0.1.7 |
385 | 2025-02-10T18:07:40.351Z | Downloaded log v0.4.22 |
386 | 2025-02-10T18:07:40.354Z | Downloaded ryu v1.0.18 |
387 | 2025-02-10T18:07:40.356Z | Downloaded papergrid v0.11.0 |
388 | 2025-02-10T18:07:40.359Z | Downloaded sha2 v0.10.8 |
389 | 2025-02-10T18:07:40.362Z | Downloaded scroll v0.12.0 |
390 | 2025-02-10T18:07:40.364Z | Downloaded serde_derive v1.0.217 |
391 | 2025-02-10T18:07:40.367Z | Downloaded proc-macro2 v1.0.92 |
392 | 2025-02-10T18:07:40.369Z | Downloaded textwrap v0.16.1 |
393 | 2025-02-10T18:07:40.377Z | Downloaded indexmap v2.7.1 |
394 | 2025-02-10T18:07:40.385Z | Downloaded serde v1.0.217 |
395 | 2025-02-10T18:07:40.389Z | Downloaded memchr v2.7.4 |
396 | 2025-02-10T18:07:40.394Z | Downloaded toml_edit v0.22.22 |
397 | 2025-02-10T18:07:40.444Z | Downloaded clap_builder v4.5.27 |
398 | 2025-02-10T18:07:40.450Z | Downloaded zerocopy v0.7.35 |
399 | 2025-02-10T18:07:40.465Z | Downloaded serde_json v1.0.135 |
400 | 2025-02-10T18:07:40.472Z | Downloaded hashbrown v0.15.1 |
401 | 2025-02-10T18:07:40.476Z | Downloaded winnow v0.6.20 |
402 | 2025-02-10T18:07:40.484Z | Downloaded goblin v0.8.2 |
403 | 2025-02-10T18:07:40.490Z | Downloaded tabled v0.15.0 |
404 | 2025-02-10T18:07:40.504Z | Downloaded pest v2.7.14 |
405 | 2025-02-10T18:07:40.509Z | Downloaded syn v1.0.109 |
406 | 2025-02-10T18:07:40.536Z | Downloaded unicode-width v0.1.14 |
407 | 2025-02-10T18:07:40.541Z | Downloaded syn v2.0.96 |
408 | 2025-02-10T18:07:40.555Z | Downloaded rustix v0.38.37 |
409 | 2025-02-10T18:07:40.583Z | Downloaded libc v0.2.169 |
410 | 2025-02-10T18:07:40.897Z | Compiling proc-macro2 v1.0.92 |
411 | 2025-02-10T18:07:40.897Z | Compiling unicode-ident v1.0.14 |
412 | 2025-02-10T18:07:40.900Z | Compiling version_check v0.9.5 |
413 | 2025-02-10T18:07:40.900Z | Compiling serde v1.0.217 |
414 | 2025-02-10T18:07:40.900Z | Compiling memchr v2.7.4 |
415 | 2025-02-10T18:07:40.900Z | Compiling thiserror v1.0.69 |
416 | 2025-02-10T18:07:40.933Z | Compiling libc v0.2.169 |
417 | 2025-02-10T18:07:40.936Z | Compiling itoa v1.0.11 |
418 | 2025-02-10T18:07:41.165Z | Compiling ryu v1.0.18 |
419 | 2025-02-10T18:07:41.190Z | Compiling ucd-trie v0.1.7 |
420 | 2025-02-10T18:07:41.697Z | Compiling once_cell v1.20.2 |
421 | 2025-02-10T18:07:41.721Z | Compiling byteorder v1.5.0 |
422 | 2025-02-10T18:07:41.724Z | Compiling serde_json v1.0.135 |
423 | 2025-02-10T18:07:41.948Z | Compiling rustix v0.38.37 |
424 | 2025-02-10T18:07:42.140Z | Compiling bitflags v2.6.0 |
425 | 2025-02-10T18:07:42.164Z | Compiling usdt-impl v0.5.0 |
426 | 2025-02-10T18:07:42.452Z | Compiling proc-macro-error-attr v1.0.4 |
427 | 2025-02-10T18:07:42.493Z | Compiling syn v1.0.109 |
428 | 2025-02-10T18:07:42.555Z | Compiling proc-macro-error v1.0.4 |
429 | 2025-02-10T18:07:42.657Z | Compiling camino v1.1.9 |
430 | 2025-02-10T18:07:42.697Z | Compiling quote v1.0.38 |
431 | 2025-02-10T18:07:42.828Z | Compiling utf8parse v0.2.2 |
432 | 2025-02-10T18:07:42.853Z | Compiling equivalent v1.0.1 |
433 | 2025-02-10T18:07:42.989Z | Compiling errno v0.3.9 |
434 | 2025-02-10T18:07:43.018Z | Compiling plain v0.2.3 |
435 | 2025-02-10T18:07:43.073Z | Compiling syn v2.0.96 |
436 | 2025-02-10T18:07:43.121Z | Compiling hashbrown v0.15.1 |
437 | 2025-02-10T18:07:43.234Z | Compiling log v0.4.22 |
438 | 2025-02-10T18:07:43.332Z | Compiling anstyle-parse v0.2.5 |
439 | 2025-02-10T18:07:43.375Z | Compiling thread-id v4.2.2 |
440 | 2025-02-10T18:07:43.651Z | Compiling semver v1.0.24 |
441 | 2025-02-10T18:07:43.679Z | Compiling winnow v0.6.20 |
442 | 2025-02-10T18:07:43.914Z | Compiling unicode-width v0.1.14 |
443 | 2025-02-10T18:07:44.132Z | Compiling indexmap v2.7.1 |
444 | 2025-02-10T18:07:44.159Z | Compiling autocfg v1.4.0 |
445 | 2025-02-10T18:07:44.162Z | Compiling pretty-hex v0.4.1 |
446 | 2025-02-10T18:07:44.419Z | Compiling anstyle v1.0.10 |
447 | 2025-02-10T18:07:44.445Z | Compiling is_terminal_polyfill v1.70.1 |
448 | 2025-02-10T18:07:44.591Z | Compiling colorchoice v1.0.2 |
449 | 2025-02-10T18:07:44.781Z | Compiling anstyle-query v1.1.1 |
450 | 2025-02-10T18:07:45.007Z | Compiling anstream v0.6.15 |
451 | 2025-02-10T18:07:45.132Z | Compiling fs-err v2.11.0 |
452 | 2025-02-10T18:07:45.195Z | Compiling terminal_size v0.4.0 |
453 | 2025-02-10T18:07:45.446Z | Compiling fastrand v2.1.1 |
454 | 2025-02-10T18:07:45.471Z | Compiling fnv v1.0.7 |
455 | 2025-02-10T18:07:45.548Z | Compiling heck v0.4.1 |
456 | 2025-02-10T18:07:45.662Z | Compiling cfg-if v1.0.0 |
457 | 2025-02-10T18:07:45.779Z | Compiling strsim v0.11.1 |
458 | 2025-02-10T18:07:45.806Z | Compiling bytecount v0.6.8 |
459 | 2025-02-10T18:07:45.981Z | Compiling anyhow v1.0.95 |
460 | 2025-02-10T18:07:46.035Z | Compiling clap_lex v0.7.4 |
461 | 2025-02-10T18:07:46.035Z | Compiling heck v0.5.0 |
462 | 2025-02-10T18:07:46.501Z | Compiling clap_builder v4.5.27 |
463 | 2025-02-10T18:07:46.526Z | Compiling papergrid v0.11.0 |
464 | 2025-02-10T18:07:46.553Z | Compiling tempfile v3.13.0 |
465 | 2025-02-10T18:07:46.732Z | Compiling memmap v0.7.0 |
466 | 2025-02-10T18:07:46.999Z | Compiling unicode-linebreak v0.1.5 |
467 | 2025-02-10T18:07:47.033Z | Compiling smawk v0.3.2 |
468 | 2025-02-10T18:07:47.313Z | Compiling swrite v0.1.0 |
469 | 2025-02-10T18:07:47.454Z | Compiling textwrap v0.16.1 |
470 | 2025-02-10T18:07:48.180Z | Compiling tabled_derive v0.7.0 |
471 | 2025-02-10T18:07:49.699Z | Compiling serde_derive v1.0.217 |
472 | 2025-02-10T18:07:49.699Z | Compiling thiserror-impl v1.0.69 |
473 | 2025-02-10T18:07:49.703Z | Compiling zerocopy-derive v0.7.35 |
474 | 2025-02-10T18:07:49.703Z | Compiling scroll_derive v0.12.0 |
475 | 2025-02-10T18:07:49.703Z | Compiling clap_derive v4.5.24 |
476 | 2025-02-10T18:07:49.969Z | Compiling tabled v0.15.0 |
477 | 2025-02-10T18:07:51.103Z | Compiling scroll v0.12.0 |
478 | 2025-02-10T18:07:51.654Z | Compiling goblin v0.8.2 |
479 | 2025-02-10T18:07:51.685Z | Compiling zerocopy v0.7.35 |
480 | 2025-02-10T18:07:52.742Z | Compiling pest v2.7.14 |
481 | 2025-02-10T18:07:53.248Z | Compiling clap v4.5.27 |
482 | 2025-02-10T18:07:54.795Z | Compiling pest_meta v2.7.14 |
483 | 2025-02-10T18:07:55.797Z | Compiling pest_generator v2.7.14 |
484 | 2025-02-10T18:07:57.221Z | Compiling pest_derive v2.7.14 |
485 | 2025-02-10T18:07:57.804Z | Compiling dtrace-parser v0.2.0 |
486 | 2025-02-10T18:07:58.715Z | Compiling toml_datetime v0.6.8 |
487 | 2025-02-10T18:07:58.715Z | Compiling serde_spanned v0.6.8 |
488 | 2025-02-10T18:07:58.718Z | Compiling cargo-platform v0.1.8 |
489 | 2025-02-10T18:07:59.047Z | Compiling serde_tokenstream v0.2.2 |
490 | 2025-02-10T18:07:59.068Z | Compiling macaddr v1.0.1 |
491 | 2025-02-10T18:07:59.231Z | Compiling toml_edit v0.22.22 |
492 | 2025-02-10T18:07:59.269Z | Compiling camino-tempfile v1.1.1 |
493 | 2025-02-10T18:08:00.104Z | Compiling dof v0.3.0 |
494 | 2025-02-10T18:08:00.104Z | Compiling cargo_metadata v0.18.1 |
495 | 2025-02-10T18:08:01.813Z | Compiling usdt-macro v0.5.0 |
496 | 2025-02-10T18:08:01.813Z | Compiling usdt-attr-macro v0.5.0 |
497 | 2025-02-10T18:08:01.997Z | Compiling toml v0.8.19 |
498 | 2025-02-10T18:08:02.844Z | Compiling cargo_toml v0.20.5 |
499 | 2025-02-10T18:08:02.979Z | Compiling usdt v0.5.0 |
500 | 2025-02-10T18:08:05.520Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
501 | 2025-02-10T18:08:08.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.37s |
502 | 2025-02-10T18:08:08.884Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
503 | 2025-02-10T18:08:09.407Z | Downloading crates ... |
504 | 2025-02-10T18:08:09.532Z | Downloaded aead v0.5.2 |
505 | 2025-02-10T18:08:09.540Z | Downloaded base64 v0.22.1 |
506 | 2025-02-10T18:08:09.543Z | Downloaded atty v0.2.14 |
507 | 2025-02-10T18:08:09.545Z | Downloaded atomicwrites v0.4.4 |
508 | 2025-02-10T18:08:09.553Z | Downloaded cfg_aliases v0.2.1 |
509 | 2025-02-10T18:08:09.558Z | Downloaded heapless v0.8.0 |
510 | 2025-02-10T18:08:09.563Z | Downloaded ciborium-io v0.2.2 |
511 | 2025-02-10T18:08:09.566Z | Downloaded cfg_aliases v0.1.1 |
512 | 2025-02-10T18:08:09.566Z | Downloaded http-range v0.1.5 |
513 | 2025-02-10T18:08:09.569Z | Downloaded hubpack_derive v0.1.1 |
514 | 2025-02-10T18:08:09.569Z | Downloaded crucible-workspace-hack v0.1.0 |
515 | 2025-02-10T18:08:09.571Z | Downloaded assert_matches v1.5.0 |
516 | 2025-02-10T18:08:09.578Z | Downloaded cstr-argument v0.1.2 |
517 | 2025-02-10T18:08:09.581Z | Downloaded async-stream-impl v0.3.6 |
518 | 2025-02-10T18:08:09.584Z | Downloaded crunchy v0.2.2 |
519 | 2025-02-10T18:08:09.587Z | Downloaded ident_case v1.0.1 |
520 | 2025-02-10T18:08:09.591Z | Downloaded icu_provider_macros v1.5.0 |
521 | 2025-02-10T18:08:09.594Z | Downloaded http-body v1.0.1 |
522 | 2025-02-10T18:08:09.594Z | Downloaded md5 v0.7.0 |
523 | 2025-02-10T18:08:09.597Z | Downloaded base16ct v0.2.0 |
524 | 2025-02-10T18:08:09.600Z | Downloaded blowfish v0.9.1 |
525 | 2025-02-10T18:08:09.600Z | Downloaded block-padding v0.3.3 |
526 | 2025-02-10T18:08:09.600Z | Downloaded bitfield-struct v0.6.2 |
527 | 2025-02-10T18:08:09.603Z | Downloaded match_cfg v0.1.0 |
528 | 2025-02-10T18:08:09.605Z | Downloaded bitfield v0.14.0 |
529 | 2025-02-10T18:08:09.605Z | Downloaded is_ci v1.2.0 |
530 | 2025-02-10T18:08:09.608Z | Downloaded async-recursion v1.1.1 |
531 | 2025-02-10T18:08:09.610Z | Downloaded mirai-annotations v1.12.0 |
532 | 2025-02-10T18:08:09.613Z | Downloaded chacha20 v0.9.1 |
533 | 2025-02-10T18:08:09.616Z | Downloaded hex-literal v0.4.1 |
534 | 2025-02-10T18:08:09.616Z | Downloaded ciborium-ll v0.2.2 |
535 | 2025-02-10T18:08:09.620Z | Downloaded cassowary v0.3.0 |
536 | 2025-02-10T18:08:09.623Z | Downloaded hyper-tls v0.6.0 |
537 | 2025-02-10T18:08:09.623Z | Downloaded constant_time_eq v0.3.1 |
538 | 2025-02-10T18:08:09.623Z | Downloaded cmake v0.1.51 |
539 | 2025-02-10T18:08:09.626Z | Downloaded async-stream v0.3.6 |
540 | 2025-02-10T18:08:09.628Z | Downloaded curve25519-dalek-derive v0.1.1 |
541 | 2025-02-10T18:08:09.628Z | Downloaded heck v0.3.3 |
542 | 2025-02-10T18:08:09.631Z | Downloaded bcrypt-pbkdf v0.10.0 |
543 | 2025-02-10T18:08:09.631Z | Downloaded ascii-canvas v3.0.0 |
544 | 2025-02-10T18:08:09.634Z | Downloaded md-5 v0.10.6 |
545 | 2025-02-10T18:08:09.636Z | Downloaded array-init v0.0.4 |
546 | 2025-02-10T18:08:09.637Z | Downloaded instability v0.3.2 |
547 | 2025-02-10T18:08:09.639Z | Downloaded lazy_static v1.5.0 |
548 | 2025-02-10T18:08:09.639Z | Downloaded darling v0.20.10 |
549 | 2025-02-10T18:08:09.644Z | Downloaded lru v0.12.5 |
550 | 2025-02-10T18:08:09.646Z | Downloaded memoffset v0.9.1 |
551 | 2025-02-10T18:08:09.649Z | Downloaded lalrpop-util v0.19.12 |
552 | 2025-02-10T18:08:09.649Z | Downloaded bitflags v1.3.2 |
553 | 2025-02-10T18:08:09.653Z | Downloaded lockfree-object-pool v0.1.6 |
554 | 2025-02-10T18:08:09.656Z | Downloaded ipnetwork v0.20.0 |
555 | 2025-02-10T18:08:09.659Z | Downloaded const_format_proc_macros v0.2.34 |
556 | 2025-02-10T18:08:09.663Z | Downloaded cexpr v0.6.0 |
557 | 2025-02-10T18:08:09.666Z | Downloaded argon2 v0.5.3 |
558 | 2025-02-10T18:08:09.666Z | Downloaded lru-cache v0.1.2 |
559 | 2025-02-10T18:08:09.669Z | Downloaded atomic-waker v1.1.2 |
560 | 2025-02-10T18:08:09.669Z | Downloaded indoc v1.0.9 |
561 | 2025-02-10T18:08:09.671Z | Downloaded crc-catalog v2.4.0 |
562 | 2025-02-10T18:08:09.674Z | Downloaded linked-hash-map v0.5.6 |
563 | 2025-02-10T18:08:09.677Z | Downloaded chrono-tz-build v0.4.0 |
564 | 2025-02-10T18:08:09.677Z | Downloaded bcs v0.1.6 |
565 | 2025-02-10T18:08:09.679Z | Downloaded maybe-uninit v2.0.0 |
566 | 2025-02-10T18:08:09.682Z | Downloaded cookie_store v0.21.1 |
567 | 2025-02-10T18:08:09.684Z | Downloaded kstat-rs v0.2.4 |
568 | 2025-02-10T18:08:09.684Z | Downloaded is-terminal v0.4.13 |
569 | 2025-02-10T18:08:09.687Z | Downloaded crc32fast v1.4.2 |
570 | 2025-02-10T18:08:09.690Z | Downloaded internet-checksum v0.2.1 |
571 | 2025-02-10T18:08:09.690Z | Downloaded base64ct v1.6.0 |
572 | 2025-02-10T18:08:09.693Z | Downloaded hyper-rustls v0.27.3 |
573 | 2025-02-10T18:08:09.696Z | Downloaded litemap v0.7.3 |
574 | 2025-02-10T18:08:09.698Z | Downloaded progenitor-client v0.9.1 |
575 | 2025-02-10T18:08:09.698Z | Downloaded base64 v0.13.1 |
576 | 2025-02-10T18:08:09.702Z | Downloaded sqlparser_derive v0.2.2 |
577 | 2025-02-10T18:08:09.705Z | Downloaded libloading v0.8.5 |
578 | 2025-02-10T18:08:09.707Z | Downloaded hyper-staticfile v0.10.1 |
579 | 2025-02-10T18:08:09.710Z | Downloaded mime v0.3.17 |
580 | 2025-02-10T18:08:09.713Z | Downloaded jobserver v0.1.32 |
581 | 2025-02-10T18:08:09.715Z | Downloaded managed v0.8.0 |
582 | 2025-02-10T18:08:09.715Z | Downloaded bzip2 v0.4.4 |
583 | 2025-02-10T18:08:09.718Z | Downloaded backoff v0.4.0 |
584 | 2025-02-10T18:08:09.721Z | Downloaded multer v3.1.0 |
585 | 2025-02-10T18:08:09.724Z | Downloaded maplit v1.0.2 |
586 | 2025-02-10T18:08:09.726Z | Downloaded hickory-client v0.24.2 |
587 | 2025-02-10T18:08:09.729Z | Downloaded rand_seeder v0.3.0 |
588 | 2025-02-10T18:08:09.729Z | Downloaded radium v0.7.0 |
589 | 2025-02-10T18:08:09.732Z | Downloaded vte_generate_state_changes v0.1.2 |
590 | 2025-02-10T18:08:09.732Z | Downloaded mime_guess v2.0.5 |
591 | 2025-02-10T18:08:09.735Z | Downloaded write16 v1.0.0 |
592 | 2025-02-10T18:08:09.735Z | Downloaded icu_normalizer v1.5.0 |
593 | 2025-02-10T18:08:09.739Z | Downloaded mockall v0.13.0 |
594 | 2025-02-10T18:08:09.741Z | Downloaded buf-list v1.0.3 |
595 | 2025-02-10T18:08:09.744Z | Downloaded blake2 v0.10.6 |
596 | 2025-02-10T18:08:09.746Z | Downloaded icu_provider v1.5.0 |
597 | 2025-02-10T18:08:09.749Z | Downloaded icu_locid_transform v1.5.0 |
598 | 2025-02-10T18:08:09.752Z | Downloaded const-oid v0.9.6 |
599 | 2025-02-10T18:08:09.755Z | Downloaded hmac v0.12.1 |
600 | 2025-02-10T18:08:09.758Z | Downloaded serde_path_to_error v0.1.16 |
601 | 2025-02-10T18:08:09.760Z | Downloaded zerofrom v0.1.4 |
602 | 2025-02-10T18:08:09.763Z | Downloaded crossbeam-utils v0.8.20 |
603 | 2025-02-10T18:08:09.765Z | Downloaded crossbeam-epoch v0.9.18 |
604 | 2025-02-10T18:08:09.768Z | Downloaded indexmap v1.9.3 |
605 | 2025-02-10T18:08:09.771Z | Downloaded fxhash v0.2.1 |
606 | 2025-02-10T18:08:09.774Z | Downloaded termcolor v1.4.1 |
607 | 2025-02-10T18:08:09.774Z | Downloaded structmeta v0.2.0 |
608 | 2025-02-10T18:08:09.776Z | Downloaded smf v0.2.3 |
609 | 2025-02-10T18:08:09.776Z | Downloaded miniz_oxide v0.8.0 |
610 | 2025-02-10T18:08:09.779Z | Downloaded icu_normalizer_data v1.5.0 |
611 | 2025-02-10T18:08:09.782Z | Downloaded slab v0.4.9 |
612 | 2025-02-10T18:08:09.784Z | Downloaded siphasher v0.3.11 |
613 | 2025-02-10T18:08:09.784Z | Downloaded lock_api v0.4.12 |
614 | 2025-02-10T18:08:09.787Z | Downloaded cookie v0.18.1 |
615 | 2025-02-10T18:08:09.790Z | Downloaded csv-core v0.1.11 |
616 | 2025-02-10T18:08:09.792Z | Downloaded cancel-safe-futures v0.1.5 |
617 | 2025-02-10T18:08:09.795Z | Downloaded oso-derive v0.27.3 |
618 | 2025-02-10T18:08:09.798Z | Downloaded mockall_derive v0.13.0 |
619 | 2025-02-10T18:08:09.798Z | Downloaded typify-macro v0.2.0 |
620 | 2025-02-10T18:08:09.801Z | Downloaded ahash v0.8.11 |
621 | 2025-02-10T18:08:09.803Z | Downloaded icu_locid v1.5.0 |
622 | 2025-02-10T18:08:09.807Z | Downloaded thread_local v1.1.8 |
623 | 2025-02-10T18:08:09.810Z | Downloaded thiserror-no-std v2.0.2 |
624 | 2025-02-10T18:08:09.813Z | Downloaded strum_macros v0.25.3 |
625 | 2025-02-10T18:08:09.815Z | Downloaded console v0.15.10 |
626 | 2025-02-10T18:08:09.818Z | Downloaded foreign-types-shared v0.1.1 |
627 | 2025-02-10T18:08:09.821Z | Downloaded writeable v0.5.5 |
628 | 2025-02-10T18:08:09.823Z | Downloaded compact_str v0.8.0 |
629 | 2025-02-10T18:08:09.826Z | Downloaded serde-big-array v0.5.1 |
630 | 2025-02-10T18:08:09.831Z | Downloaded deranged v0.3.11 |
631 | 2025-02-10T18:08:09.831Z | Downloaded either v1.13.0 |
632 | 2025-02-10T18:08:09.835Z | Downloaded shell-words v1.1.0 |
633 | 2025-02-10T18:08:09.835Z | Downloaded serde_derive_internals v0.29.1 |
634 | 2025-02-10T18:08:09.838Z | Downloaded group v0.13.0 |
635 | 2025-02-10T18:08:09.838Z | Downloaded ed25519 v2.2.3 |
636 | 2025-02-10T18:08:09.841Z | Downloaded sync-ptr v0.1.1 |
637 | 2025-02-10T18:08:09.841Z | Downloaded zeroize v1.8.1 |
638 | 2025-02-10T18:08:09.844Z | Downloaded zerofrom-derive v0.1.4 |
639 | 2025-02-10T18:08:09.844Z | Downloaded dyn-clone v1.0.17 |
640 | 2025-02-10T18:08:09.847Z | Downloaded glob v0.3.2 |
641 | 2025-02-10T18:08:09.847Z | Downloaded tokio-rustls v0.24.1 |
642 | 2025-02-10T18:08:09.850Z | Downloaded num-derive v0.4.2 |
643 | 2025-02-10T18:08:09.853Z | Downloaded litrs v0.4.1 |
644 | 2025-02-10T18:08:09.855Z | Downloaded foreign-types-macros v0.2.3 |
645 | 2025-02-10T18:08:09.855Z | Downloaded foreign-types v0.5.0 |
646 | 2025-02-10T18:08:09.859Z | Downloaded term v0.7.0 |
647 | 2025-02-10T18:08:09.861Z | Downloaded spin v0.9.8 |
648 | 2025-02-10T18:08:09.864Z | Downloaded packed_struct_codegen v0.10.1 |
649 | 2025-02-10T18:08:09.866Z | Downloaded try-lock v0.2.5 |
650 | 2025-02-10T18:08:09.866Z | Downloaded crc-any v2.5.0 |
651 | 2025-02-10T18:08:09.869Z | Downloaded indicatif v0.17.11 |
652 | 2025-02-10T18:08:09.873Z | Downloaded typify v0.2.0 |
653 | 2025-02-10T18:08:09.876Z | Downloaded zone_cfg_derive v0.1.2 |
654 | 2025-02-10T18:08:09.879Z | Downloaded waitgroup v0.1.2 |
655 | 2025-02-10T18:08:09.879Z | Downloaded hyper-util v0.1.10 |
656 | 2025-02-10T18:08:09.883Z | Downloaded rand_xorshift v0.3.0 |
657 | 2025-02-10T18:08:09.886Z | Downloaded rand_core v0.6.4 |
658 | 2025-02-10T18:08:09.886Z | Downloaded phf v0.11.2 |
659 | 2025-02-10T18:08:09.889Z | Downloaded icu_collections v1.5.0 |
660 | 2025-02-10T18:08:09.900Z | Downloaded rpassword v7.3.1 |
661 | 2025-02-10T18:08:09.903Z | Downloaded derive_builder v0.20.2 |
662 | 2025-02-10T18:08:09.911Z | Downloaded zone_cfg_derive v0.3.0 |
663 | 2025-02-10T18:08:09.914Z | Downloaded slog-scope v4.4.0 |
664 | 2025-02-10T18:08:09.917Z | Downloaded packed_struct v0.10.1 |
665 | 2025-02-10T18:08:09.923Z | Downloaded tinystr v0.7.6 |
666 | 2025-02-10T18:08:09.928Z | Downloaded tiny-keccak v2.0.2 |
667 | 2025-02-10T18:08:09.928Z | Downloaded num-integer v0.1.46 |
668 | 2025-02-10T18:08:09.931Z | Downloaded normalize-line-endings v0.3.0 |
669 | 2025-02-10T18:08:09.931Z | Downloaded string_cache v0.8.7 |
670 | 2025-02-10T18:08:09.931Z | Downloaded globset v0.4.15 |
671 | 2025-02-10T18:08:09.933Z | Downloaded owo-colors v4.1.0 |
672 | 2025-02-10T18:08:09.938Z | Downloaded precomputed-hash v0.1.1 |
673 | 2025-02-10T18:08:09.943Z | Downloaded path-slash v0.1.5 |
674 | 2025-02-10T18:08:09.943Z | Downloaded topological-sort v0.2.2 |
675 | 2025-02-10T18:08:09.943Z | Downloaded tui-tree-widget v0.22.0 |
676 | 2025-02-10T18:08:09.946Z | Downloaded crypto-bigint v0.5.5 |
677 | 2025-02-10T18:08:09.962Z | Downloaded pin-utils v0.1.0 |
678 | 2025-02-10T18:08:09.962Z | Downloaded hickory-resolver v0.24.2 |
679 | 2025-02-10T18:08:09.965Z | Downloaded diesel-dtrace v0.4.2 |
680 | 2025-02-10T18:08:09.968Z | Downloaded zerovec-derive v0.10.3 |
681 | 2025-02-10T18:08:09.971Z | Downloaded derive-where v1.2.7 |
682 | 2025-02-10T18:08:09.974Z | Downloaded uuid v1.12.0 |
683 | 2025-02-10T18:08:09.976Z | Downloaded wait-timeout v0.2.0 |
684 | 2025-02-10T18:08:09.979Z | Downloaded dunce v1.0.5 |
685 | 2025-02-10T18:08:09.982Z | Downloaded sha1 v0.10.6 |
686 | 2025-02-10T18:08:09.982Z | Downloaded dsl_auto_type v0.1.2 |
687 | 2025-02-10T18:08:09.985Z | Downloaded rustls-pemfile v2.2.0 |
688 | 2025-02-10T18:08:09.985Z | Downloaded postgres-types v0.2.8 |
689 | 2025-02-10T18:08:09.988Z | Downloaded newtype-uuid v1.2.1 |
690 | 2025-02-10T18:08:09.991Z | Downloaded fallible-iterator v0.3.0 |
691 | 2025-02-10T18:08:09.993Z | Downloaded postgres-protocol v0.6.7 |
692 | 2025-02-10T18:08:09.993Z | Downloaded pin-project-lite v0.2.14 |
693 | 2025-02-10T18:08:09.999Z | Downloaded futures-task v0.3.31 |
694 | 2025-02-10T18:08:10.003Z | Downloaded funty v2.0.0 |
695 | 2025-02-10T18:08:10.004Z | Downloaded fallible-streaming-iterator v0.1.9 |
696 | 2025-02-10T18:08:10.007Z | Downloaded vte v0.11.1 |
697 | 2025-02-10T18:08:10.007Z | Downloaded want v0.3.1 |
698 | 2025-02-10T18:08:10.007Z | Downloaded pbkdf2 v0.11.0 |
699 | 2025-02-10T18:08:10.010Z | Downloaded schemars v0.8.21 |
700 | 2025-02-10T18:08:10.022Z | Downloaded tokio-rustls v0.25.0 |
701 | 2025-02-10T18:08:10.025Z | Downloaded progenitor-macro v0.9.1 |
702 | 2025-02-10T18:08:10.027Z | Downloaded ppv-lite86 v0.2.20 |
703 | 2025-02-10T18:08:10.027Z | Downloaded http v1.2.0 |
704 | 2025-02-10T18:08:10.031Z | Downloaded paste v1.0.15 |
705 | 2025-02-10T18:08:10.035Z | Downloaded serde_urlencoded v0.7.1 |
706 | 2025-02-10T18:08:10.038Z | Downloaded scrypt v0.11.0 |
707 | 2025-02-10T18:08:10.038Z | Downloaded rtoolbox v0.0.2 |
708 | 2025-02-10T18:08:10.041Z | Downloaded rfc6979 v0.4.0 |
709 | 2025-02-10T18:08:10.041Z | Downloaded slog-bunyan v2.5.0 |
710 | 2025-02-10T18:08:10.044Z | Downloaded walkdir v2.5.0 |
711 | 2025-02-10T18:08:10.047Z | Downloaded toml v0.7.8 |
712 | 2025-02-10T18:08:10.049Z | Downloaded pretty-hex v0.2.1 |
713 | 2025-02-10T18:08:10.049Z | Downloaded vsss-rs v3.3.4 |
714 | 2025-02-10T18:08:10.052Z | Downloaded supports-color v3.0.1 |
715 | 2025-02-10T18:08:10.055Z | Downloaded socket2 v0.5.7 |
716 | 2025-02-10T18:08:10.058Z | Downloaded minimal-lexical v0.2.1 |
717 | 2025-02-10T18:08:10.061Z | Downloaded static_assertions v1.1.0 |
718 | 2025-02-10T18:08:10.064Z | Downloaded predicates-tree v1.0.11 |
719 | 2025-02-10T18:08:10.067Z | Downloaded serde_repr v0.1.19 |
720 | 2025-02-10T18:08:10.067Z | Downloaded resolv-conf v0.7.0 |
721 | 2025-02-10T18:08:10.069Z | Downloaded hashlink v0.9.1 |
722 | 2025-02-10T18:08:10.072Z | Downloaded pin-project-internal v1.1.6 |
723 | 2025-02-10T18:08:10.075Z | Downloaded fs_extra v1.3.0 |
724 | 2025-02-10T18:08:10.075Z | Downloaded const_format v0.2.34 |
725 | 2025-02-10T18:08:10.079Z | Downloaded p256 v0.13.2 |
726 | 2025-02-10T18:08:10.082Z | Downloaded crossbeam-channel v0.5.13 |
727 | 2025-02-10T18:08:10.088Z | Downloaded take_mut v0.2.2 |
728 | 2025-02-10T18:08:10.091Z | Downloaded des v0.8.1 |
729 | 2025-02-10T18:08:10.091Z | Downloaded nu-ansi-term v0.50.1 |
730 | 2025-02-10T18:08:10.093Z | Downloaded mio v1.0.2 |
731 | 2025-02-10T18:08:10.099Z | Downloaded yoke-derive v0.7.4 |
732 | 2025-02-10T18:08:10.101Z | Downloaded tabwriter v1.4.0 |
733 | 2025-02-10T18:08:10.101Z | Downloaded float-cmp v0.9.0 |
734 | 2025-02-10T18:08:10.104Z | Downloaded flagset v0.4.6 |
735 | 2025-02-10T18:08:10.104Z | Downloaded nodrop v0.1.14 |
736 | 2025-02-10T18:08:10.107Z | Downloaded rustls-pki-types v1.10.0 |
737 | 2025-02-10T18:08:10.109Z | Downloaded fatfs v0.3.6 |
738 | 2025-02-10T18:08:10.112Z | Downloaded derive_builder_macro v0.20.2 |
739 | 2025-02-10T18:08:10.115Z | Downloaded prettyplease v0.2.25 |
740 | 2025-02-10T18:08:10.118Z | Downloaded pkg-config v0.3.31 |
741 | 2025-02-10T18:08:10.120Z | Downloaded aes v0.8.4 |
742 | 2025-02-10T18:08:10.123Z | Downloaded fd-lock v4.0.2 |
743 | 2025-02-10T18:08:10.126Z | Downloaded subtle v2.6.1 |
744 | 2025-02-10T18:08:10.126Z | Downloaded zopfli v0.8.1 |
745 | 2025-02-10T18:08:10.128Z | Downloaded slog v2.7.0 |
746 | 2025-02-10T18:08:10.131Z | Downloaded oso v0.27.3 |
747 | 2025-02-10T18:08:10.135Z | Downloaded scheduled-thread-pool v0.2.7 |
748 | 2025-02-10T18:08:10.137Z | Downloaded salsa20 v0.10.2 |
749 | 2025-02-10T18:08:10.140Z | Downloaded same-file v1.0.6 |
750 | 2025-02-10T18:08:10.140Z | Downloaded predicates-core v1.0.8 |
751 | 2025-02-10T18:08:10.143Z | Downloaded schemars_derive v0.8.21 |
752 | 2025-02-10T18:08:10.145Z | Downloaded rustc-hash v1.1.0 |
753 | 2025-02-10T18:08:10.145Z | Downloaded powerfmt v0.2.0 |
754 | 2025-02-10T18:08:10.148Z | Downloaded zerocopy-derive v0.8.10 |
755 | 2025-02-10T18:08:10.153Z | Downloaded phf_shared v0.10.0 |
756 | 2025-02-10T18:08:10.156Z | Downloaded num-conv v0.1.0 |
757 | 2025-02-10T18:08:10.156Z | Downloaded newtype_derive v0.1.6 |
758 | 2025-02-10T18:08:10.158Z | Downloaded structmeta v0.3.0 |
759 | 2025-02-10T18:08:10.158Z | Downloaded value-bag v1.9.0 |
760 | 2025-02-10T18:08:10.162Z | Downloaded tls_codec v0.4.1 |
761 | 2025-02-10T18:08:10.164Z | Downloaded tokio-tungstenite v0.24.0 |
762 | 2025-02-10T18:08:10.167Z | Downloaded ed25519-dalek v2.1.1 |
763 | 2025-02-10T18:08:10.171Z | Downloaded tokio-macros v2.5.0 |
764 | 2025-02-10T18:08:10.173Z | Downloaded tls_codec_derive v0.4.1 |
765 | 2025-02-10T18:08:10.174Z | Downloaded num-complex v0.4.6 |
766 | 2025-02-10T18:08:10.176Z | Downloaded rusty-fork v0.3.0 |
767 | 2025-02-10T18:08:10.179Z | Downloaded unicode-xid v0.2.6 |
768 | 2025-02-10T18:08:10.179Z | Downloaded rustversion v1.0.17 |
769 | 2025-02-10T18:08:10.182Z | Downloaded thiserror v2.0.11 |
770 | 2025-02-10T18:08:10.186Z | Downloaded libxml v0.3.3 |
771 | 2025-02-10T18:08:10.193Z | Downloaded tinyvec_macros v0.1.1 |
772 | 2025-02-10T18:08:10.195Z | Downloaded embedded-io v0.4.0 |
773 | 2025-02-10T18:08:10.198Z | Downloaded itertools v0.10.5 |
774 | 2025-02-10T18:08:10.203Z | Downloaded foldhash v0.1.3 |
775 | 2025-02-10T18:08:10.205Z | Downloaded parking_lot_core v0.9.10 |
776 | 2025-02-10T18:08:10.208Z | Downloaded gethostname v0.5.0 |
777 | 2025-02-10T18:08:10.210Z | Downloaded predicates v3.1.2 |
778 | 2025-02-10T18:08:10.213Z | Downloaded foreign-types-shared v0.3.1 |
779 | 2025-02-10T18:08:10.213Z | Downloaded endian-type v0.1.2 |
780 | 2025-02-10T18:08:10.213Z | Downloaded typed-path v0.9.3 |
781 | 2025-02-10T18:08:10.219Z | Downloaded diesel_table_macro_syntax v0.2.0 |
782 | 2025-02-10T18:08:10.222Z | Downloaded num-iter v0.1.45 |
783 | 2025-02-10T18:08:10.222Z | Downloaded nibble_vec v0.1.0 |
784 | 2025-02-10T18:08:10.225Z | Downloaded test-strategy v0.3.1 |
785 | 2025-02-10T18:08:10.228Z | Downloaded downcast v0.11.0 |
786 | 2025-02-10T18:08:10.231Z | Downloaded phf_generator v0.11.2 |
787 | 2025-02-10T18:08:10.231Z | Downloaded phf_shared v0.11.2 |
788 | 2025-02-10T18:08:10.234Z | Downloaded peg v0.8.4 |
789 | 2025-02-10T18:08:10.236Z | Downloaded slog-stdlog v4.1.1 |
790 | 2025-02-10T18:08:10.239Z | Downloaded flate2 v1.0.35 |
791 | 2025-02-10T18:08:10.243Z | Downloaded number_prefix v0.4.0 |
792 | 2025-02-10T18:08:10.246Z | Downloaded openssl-probe v0.1.5 |
793 | 2025-02-10T18:08:10.246Z | Downloaded openssl-macros v0.1.1 |
794 | 2025-02-10T18:08:10.249Z | Downloaded snafu v0.8.5 |
795 | 2025-02-10T18:08:10.253Z | Downloaded tap v1.0.1 |
796 | 2025-02-10T18:08:10.256Z | Downloaded smallvec v0.6.14 |
797 | 2025-02-10T18:08:10.256Z | Downloaded slog-envlogger v2.2.0 |
798 | 2025-02-10T18:08:10.259Z | Downloaded slog-dtrace v0.3.0 |
799 | 2025-02-10T18:08:10.261Z | Downloaded itertools v0.12.1 |
800 | 2025-02-10T18:08:10.266Z | Downloaded ref-cast v1.0.23 |
801 | 2025-02-10T18:08:10.270Z | Downloaded getrandom v0.2.15 |
802 | 2025-02-10T18:08:10.272Z | Downloaded futures-sink v0.3.31 |
803 | 2025-02-10T18:08:10.275Z | Downloaded phf_codegen v0.11.2 |
804 | 2025-02-10T18:08:10.275Z | Downloaded progenitor-client v0.8.0 |
805 | 2025-02-10T18:08:10.278Z | Downloaded derive_builder_core v0.20.2 |
806 | 2025-02-10T18:08:10.280Z | Downloaded parking_lot v0.12.3 |
807 | 2025-02-10T18:08:10.283Z | Downloaded new_debug_unreachable v1.0.6 |
808 | 2025-02-10T18:08:10.283Z | Downloaded futures-channel v0.3.31 |
809 | 2025-02-10T18:08:10.286Z | Downloaded r2d2 v0.8.10 |
810 | 2025-02-10T18:08:10.289Z | Downloaded env_filter v0.1.2 |
811 | 2025-02-10T18:08:10.289Z | Downloaded xz2 v0.1.7 |
812 | 2025-02-10T18:08:10.292Z | Downloaded embedded-io v0.6.1 |
813 | 2025-02-10T18:08:10.295Z | Downloaded document-features v0.2.10 |
814 | 2025-02-10T18:08:10.295Z | Downloaded pkcs1 v0.7.5 |
815 | 2025-02-10T18:08:10.297Z | Downloaded signature v2.2.0 |
816 | 2025-02-10T18:08:10.300Z | Downloaded rustfmt-wrapper v0.2.1 |
817 | 2025-02-10T18:08:10.303Z | Downloaded scopeguard v1.2.0 |
818 | 2025-02-10T18:08:10.303Z | Downloaded stable_deref_trait v1.2.0 |
819 | 2025-02-10T18:08:10.303Z | Downloaded signal-hook-tokio v0.3.1 |
820 | 2025-02-10T18:08:10.305Z | Downloaded ena v0.14.3 |
821 | 2025-02-10T18:08:10.308Z | Downloaded typify-macro v0.3.0 |
822 | 2025-02-10T18:08:10.308Z | Downloaded difflib v0.4.0 |
823 | 2025-02-10T18:08:10.308Z | Downloaded rustc-demangle v0.1.24 |
824 | 2025-02-10T18:08:10.311Z | Downloaded ssh-cipher v0.2.0 |
825 | 2025-02-10T18:08:10.313Z | Downloaded num-rational v0.4.2 |
826 | 2025-02-10T18:08:10.313Z | Downloaded defmt-parser v0.3.4 |
827 | 2025-02-10T18:08:10.316Z | Downloaded slog-term v2.9.1 |
828 | 2025-02-10T18:08:10.320Z | Downloaded strum v0.26.3 |
829 | 2025-02-10T18:08:10.320Z | Downloaded twox-hash v2.1.0 |
830 | 2025-02-10T18:08:10.322Z | Downloaded defmt-macros v0.3.9 |
831 | 2025-02-10T18:08:10.327Z | Downloaded defmt v0.3.8 |
832 | 2025-02-10T18:08:10.330Z | Downloaded debug-ignore v1.0.5 |
833 | 2025-02-10T18:08:10.333Z | Downloaded samael v0.0.17 |
834 | 2025-02-10T18:08:10.336Z | Downloaded itertools v0.13.0 |
835 | 2025-02-10T18:08:10.342Z | Downloaded num_threads v0.1.7 |
836 | 2025-02-10T18:08:10.345Z | Downloaded darling_macro v0.20.10 |
837 | 2025-02-10T18:08:10.345Z | Downloaded strip-ansi-escapes v0.2.0 |
838 | 2025-02-10T18:08:10.347Z | Downloaded unicode-truncate v1.1.0 |
839 | 2025-02-10T18:08:10.348Z | Downloaded sync_wrapper v1.0.1 |
840 | 2025-02-10T18:08:10.350Z | Downloaded unicase v2.7.0 |
841 | 2025-02-10T18:08:10.350Z | Downloaded env_logger v0.11.5 |
842 | 2025-02-10T18:08:10.353Z | Downloaded env_logger v0.10.2 |
843 | 2025-02-10T18:08:10.355Z | Downloaded psl-types v2.0.11 |
844 | 2025-02-10T18:08:10.358Z | Downloaded polyval v0.6.2 |
845 | 2025-02-10T18:08:10.358Z | Downloaded pin-project v1.1.6 |
846 | 2025-02-10T18:08:10.369Z | Downloaded headers-core v0.3.0 |
847 | 2025-02-10T18:08:10.372Z | Downloaded form_urlencoded v1.2.1 |
848 | 2025-02-10T18:08:10.372Z | Downloaded yoke v0.7.4 |
849 | 2025-02-10T18:08:10.374Z | Downloaded hash32 v0.3.1 |
850 | 2025-02-10T18:08:10.377Z | Downloaded data-encoding v2.6.0 |
851 | 2025-02-10T18:08:10.377Z | Downloaded num-bigint v0.4.6 |
852 | 2025-02-10T18:08:10.381Z | Downloaded quinn-udp v0.5.5 |
853 | 2025-02-10T18:08:10.383Z | Downloaded quick-error v1.2.3 |
854 | 2025-02-10T18:08:10.386Z | Downloaded tokio-stream v0.1.16 |
855 | 2025-02-10T18:08:10.389Z | Downloaded dropshot_endpoint v0.12.0 |
856 | 2025-02-10T18:08:10.391Z | Downloaded sigpipe v0.1.3 |
857 | 2025-02-10T18:08:10.394Z | Downloaded parse-display-derive v0.10.0 |
858 | 2025-02-10T18:08:10.394Z | Downloaded hash32 v0.2.1 |
859 | 2025-02-10T18:08:10.396Z | Downloaded ssh-encoding v0.2.0 |
860 | 2025-02-10T18:08:10.401Z | Downloaded yasna v0.5.2 |
861 | 2025-02-10T18:08:10.404Z | Downloaded structmeta-derive v0.2.0 |
862 | 2025-02-10T18:08:10.404Z | Downloaded parse-size v1.1.0 |
863 | 2025-02-10T18:08:10.405Z | Downloaded quinn v0.11.5 |
864 | 2025-02-10T18:08:10.409Z | Downloaded tower-service v0.3.3 |
865 | 2025-02-10T18:08:10.409Z | Downloaded toolchain_find v0.4.0 |
866 | 2025-02-10T18:08:10.412Z | Downloaded olpc-cjson v0.1.4 |
867 | 2025-02-10T18:08:10.412Z | Downloaded synstructure v0.13.1 |
868 | 2025-02-10T18:08:10.412Z | Downloaded blake3 v1.5.4 |
869 | 2025-02-10T18:08:10.418Z | Downloaded rand_chacha v0.3.1 |
870 | 2025-02-10T18:08:10.421Z | Downloaded opaque-debug v0.3.1 |
871 | 2025-02-10T18:08:10.421Z | Downloaded newline-converter v0.3.0 |
872 | 2025-02-10T18:08:10.426Z | Downloaded zone v0.3.0 |
873 | 2025-02-10T18:08:10.426Z | Downloaded structmeta-derive v0.3.0 |
874 | 2025-02-10T18:08:10.429Z | Downloaded zerocopy v0.6.6 |
875 | 2025-02-10T18:08:10.429Z | Downloaded russh-cryptovec v0.7.3 |
876 | 2025-02-10T18:08:10.429Z | Downloaded signal-hook-registry v1.4.2 |
877 | 2025-02-10T18:08:10.429Z | Downloaded zone v0.1.8 |
878 | 2025-02-10T18:08:10.432Z | Downloaded postcard v1.0.10 |
879 | 2025-02-10T18:08:10.433Z | Downloaded multimap v0.10.0 |
880 | 2025-02-10T18:08:10.435Z | Downloaded spki v0.7.3 |
881 | 2025-02-10T18:08:10.435Z | Downloaded unicode_categories v0.1.1 |
882 | 2025-02-10T18:08:10.438Z | Downloaded derive_more v0.99.18 |
883 | 2025-02-10T18:08:10.443Z | Downloaded termtree v0.4.1 |
884 | 2025-02-10T18:08:10.446Z | Downloaded peg-runtime v0.8.3 |
885 | 2025-02-10T18:08:10.446Z | Downloaded poly1305 v0.8.0 |
886 | 2025-02-10T18:08:10.448Z | Downloaded ghash v0.5.1 |
887 | 2025-02-10T18:08:10.451Z | Downloaded universal-hash v0.5.1 |
888 | 2025-02-10T18:08:10.451Z | Downloaded unarray v0.1.4 |
889 | 2025-02-10T18:08:10.451Z | Downloaded signal-hook-mio v0.2.4 |
890 | 2025-02-10T18:08:10.454Z | Downloaded pkcs8 v0.10.2 |
891 | 2025-02-10T18:08:10.456Z | Downloaded p521 v0.13.3 |
892 | 2025-02-10T18:08:10.459Z | Downloaded expectorate v1.1.0 |
893 | 2025-02-10T18:08:10.463Z | Downloaded aho-corasick v1.1.3 |
894 | 2025-02-10T18:08:10.466Z | Downloaded nanorand v0.7.0 |
895 | 2025-02-10T18:08:10.469Z | Downloaded which v4.4.2 |
896 | 2025-02-10T18:08:10.471Z | Downloaded progenitor-impl v0.8.0 |
897 | 2025-02-10T18:08:10.474Z | Downloaded tinyvec v1.8.0 |
898 | 2025-02-10T18:08:10.477Z | Downloaded ref-cast-impl v1.0.23 |
899 | 2025-02-10T18:08:10.477Z | Downloaded xattr v1.3.1 |
900 | 2025-02-10T18:08:10.480Z | Downloaded darling_core v0.20.10 |
901 | 2025-02-10T18:08:10.484Z | Downloaded progenitor-impl v0.9.1 |
902 | 2025-02-10T18:08:10.487Z | Downloaded flume v0.11.1 |
903 | 2025-02-10T18:08:10.490Z | Downloaded time-core v0.1.2 |
904 | 2025-02-10T18:08:10.493Z | Downloaded serde_plain v1.0.2 |
905 | 2025-02-10T18:08:10.493Z | Downloaded simd-adler32 v0.3.7 |
906 | 2025-02-10T18:08:10.496Z | Downloaded sqlformat v0.2.6 |
907 | 2025-02-10T18:08:10.499Z | Downloaded num_enum v0.5.11 |
908 | 2025-02-10T18:08:10.502Z | Downloaded winnow v0.5.40 |
909 | 2025-02-10T18:08:10.512Z | Downloaded wyz v0.5.1 |
910 | 2025-02-10T18:08:10.515Z | Downloaded futures-macro v0.3.31 |
911 | 2025-02-10T18:08:10.515Z | Downloaded rustc-hash v2.0.0 |
912 | 2025-02-10T18:08:10.517Z | Downloaded diff v0.1.13 |
913 | 2025-02-10T18:08:10.520Z | Downloaded fragile v2.0.0 |
914 | 2025-02-10T18:08:10.523Z | Downloaded rustc_version v0.4.1 |
915 | 2025-02-10T18:08:10.523Z | Downloaded rustc_version v0.1.7 |
916 | 2025-02-10T18:08:10.523Z | Downloaded num_enum_derive v0.5.11 |
917 | 2025-02-10T18:08:10.525Z | Downloaded thiserror-impl v2.0.11 |
918 | 2025-02-10T18:08:10.528Z | Downloaded num-bigint-dig v0.8.4 |
919 | 2025-02-10T18:08:10.531Z | Downloaded thiserror-impl-no-std v2.0.2 |
920 | 2025-02-10T18:08:10.534Z | Downloaded pem v3.0.4 |
921 | 2025-02-10T18:08:10.534Z | Downloaded pbkdf2 v0.12.2 |
922 | 2025-02-10T18:08:10.537Z | Downloaded tungstenite v0.24.0 |
923 | 2025-02-10T18:08:10.540Z | Downloaded aws-lc-rs v1.10.0 |
924 | 2025-02-10T18:08:10.548Z | Downloaded unicode-bidi v0.3.17 |
925 | 2025-02-10T18:08:10.551Z | Downloaded tokio-tungstenite v0.21.0 |
926 | 2025-02-10T18:08:10.554Z | Downloaded strum_macros v0.24.3 |
927 | 2025-02-10T18:08:10.557Z | Downloaded pem-rfc7468 v0.7.0 |
928 | 2025-02-10T18:08:10.559Z | Downloaded smallvec v1.13.2 |
929 | 2025-02-10T18:08:10.562Z | Downloaded h2 v0.4.6 |
930 | 2025-02-10T18:08:10.567Z | Downloaded termtree v0.5.1 |
931 | 2025-02-10T18:08:10.569Z | Downloaded hashbrown v0.14.5 |
932 | 2025-02-10T18:08:10.574Z | Downloaded peg-macros v0.8.4 |
933 | 2025-02-10T18:08:10.577Z | Downloaded futures-executor v0.3.31 |
934 | 2025-02-10T18:08:10.580Z | Downloaded tokio-util v0.7.12 |
935 | 2025-02-10T18:08:10.585Z | Downloaded tracing-core v0.1.32 |
936 | 2025-02-10T18:08:10.588Z | Downloaded omicron-zone-package v0.12.0 |
937 | 2025-02-10T18:08:10.591Z | Downloaded serde_with_macros v3.11.0 |
938 | 2025-02-10T18:08:10.594Z | Downloaded num-traits v0.2.19 |
939 | 2025-02-10T18:08:10.597Z | Downloaded pkcs5 v0.7.1 |
940 | 2025-02-10T18:08:10.601Z | Downloaded bitvec v1.0.1 |
941 | 2025-02-10T18:08:10.618Z | Downloaded rand v0.8.5 |
942 | 2025-02-10T18:08:10.621Z | Downloaded icu_properties_data v1.5.0 |
943 | 2025-02-10T18:08:10.632Z | Downloaded headers v0.4.0 |
944 | 2025-02-10T18:08:10.638Z | Downloaded russh-keys v0.45.0 |
945 | 2025-02-10T18:08:10.641Z | Downloaded password-hash v0.4.2 |
946 | 2025-02-10T18:08:10.644Z | Downloaded tracing v0.1.40 |
947 | 2025-02-10T18:08:10.647Z | Downloaded rayon-core v1.12.1 |
948 | 2025-02-10T18:08:10.650Z | Downloaded publicsuffix v2.3.0 |
949 | 2025-02-10T18:08:10.653Z | Downloaded openssl-sys v0.9.105 |
950 | 2025-02-10T18:08:10.659Z | Downloaded heapless v0.7.17 |
951 | 2025-02-10T18:08:10.663Z | Downloaded zip v0.6.6 |
952 | 2025-02-10T18:08:10.667Z | Downloaded unsafe-libyaml v0.2.11 |
953 | 2025-02-10T18:08:10.670Z | Downloaded quick-xml v0.33.0 |
954 | 2025-02-10T18:08:10.679Z | Downloaded futures-util v0.3.31 |
955 | 2025-02-10T18:08:10.690Z | Downloaded zip v2.1.3 |
956 | 2025-02-10T18:08:10.694Z | Downloaded hashbrown v0.12.3 |
957 | 2025-02-10T18:08:10.699Z | Downloaded nom v7.1.3 |
958 | 2025-02-10T18:08:10.705Z | Downloaded serde_yaml v0.9.34+deprecated |
959 | 2025-02-10T18:08:10.709Z | Downloaded hashbrown v0.13.2 |
960 | 2025-02-10T18:08:10.713Z | Downloaded reqwest v0.12.9 |
961 | 2025-02-10T18:08:10.722Z | Downloaded ssh-key v0.6.6 |
962 | 2025-02-10T18:08:10.730Z | Downloaded tough v0.19.0 |
963 | 2025-02-10T18:08:10.740Z | Downloaded x509-cert v0.2.5 |
964 | 2025-02-10T18:08:10.745Z | Downloaded parse-zoneinfo v0.3.1 |
965 | 2025-02-10T18:08:10.748Z | Downloaded unicode-normalization v0.1.24 |
966 | 2025-02-10T18:08:10.752Z | Downloaded salty v0.3.0 |
967 | 2025-02-10T18:08:10.760Z | Downloaded regex v1.11.1 |
968 | 2025-02-10T18:08:10.774Z | Downloaded p384 v0.13.0 |
969 | 2025-02-10T18:08:10.780Z | Downloaded quinn-proto v0.11.8 |
970 | 2025-02-10T18:08:10.788Z | Downloaded git2 v0.19.0 |
971 | 2025-02-10T18:08:10.797Z | Downloaded chrono v0.4.39 |
972 | 2025-02-10T18:08:10.805Z | Downloaded qorb v0.2.1 |
973 | 2025-02-10T18:08:10.809Z | Downloaded diesel_derives v2.2.3 |
974 | 2025-02-10T18:08:10.814Z | Downloaded zerovec v0.10.4 |
975 | 2025-02-10T18:08:10.820Z | Downloaded curve25519-dalek v4.1.3 |
976 | 2025-02-10T18:08:10.830Z | Downloaded vcpkg v0.2.15 |
977 | 2025-02-10T18:08:10.868Z | Downloaded portable-atomic v1.9.0 |
978 | 2025-02-10T18:08:10.874Z | Downloaded object v0.30.4 |
979 | 2025-02-10T18:08:10.884Z | Downloaded unicode-width v0.2.0 |
980 | 2025-02-10T18:08:10.891Z | Downloaded serde_with v3.11.0 |
981 | 2025-02-10T18:08:10.900Z | Downloaded polar-core v0.27.3 |
982 | 2025-02-10T18:08:10.909Z | Downloaded openssl v0.10.70 |
983 | 2025-02-10T18:08:10.919Z | Downloaded sqlparser v0.45.0 |
984 | 2025-02-10T18:08:10.926Z | Downloaded rayon v1.10.0 |
985 | 2025-02-10T18:08:10.936Z | Downloaded hickory-proto v0.24.3 |
986 | 2025-02-10T18:08:10.953Z | Downloaded radix_trie v0.2.1 |
987 | 2025-02-10T18:08:10.958Z | Downloaded rustls v0.22.4 |
988 | 2025-02-10T18:08:10.972Z | Downloaded rustls v0.21.12 |
989 | 2025-02-10T18:08:10.983Z | Downloaded petname v2.0.2 |
990 | 2025-02-10T18:08:10.989Z | Downloaded regex-syntax v0.6.29 |
991 | 2025-02-10T18:08:10.997Z | Downloaded smoltcp v0.11.0 |
992 | 2025-02-10T18:08:11.010Z | Downloaded dropshot v0.12.0 |
993 | 2025-02-10T18:08:11.030Z | Downloaded smoltcp v0.9.1 |
994 | 2025-02-10T18:08:11.041Z | Downloaded regress v0.10.1 |
995 | 2025-02-10T18:08:11.050Z | Downloaded gimli v0.31.1 |
996 | 2025-02-10T18:08:11.060Z | Downloaded openapiv3 v2.0.0 |
997 | 2025-02-10T18:08:11.072Z | Downloaded object v0.36.5 |
998 | 2025-02-10T18:08:11.084Z | Downloaded regex-syntax v0.8.5 |
999 | 2025-02-10T18:08:11.093Z | Downloaded typify-impl v0.3.0 |
1000 | 2025-02-10T18:08:11.111Z | Downloaded typify-impl v0.2.0 |
1001 | 2025-02-10T18:08:11.127Z | Downloaded diesel v2.2.6 |
1002 | 2025-02-10T18:08:11.147Z | Downloaded rustls v0.23.19 |
1003 | 2025-02-10T18:08:11.157Z | Downloaded chrono-tz v0.10.1 |
1004 | 2025-02-10T18:08:11.165Z | Downloaded bstr v1.10.0 |
1005 | 2025-02-10T18:08:11.175Z | Downloaded nix v0.28.0 |
1006 | 2025-02-10T18:08:11.188Z | Downloaded sled v0.34.7 |
1007 | 2025-02-10T18:08:11.198Z | Downloaded ratatui v0.28.1 |
1008 | 2025-02-10T18:08:11.218Z | Downloaded zerocopy-derive v0.6.6 |
1009 | 2025-02-10T18:08:11.227Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1010 | 2025-02-10T18:08:11.239Z | Downloaded regex-automata v0.4.8 |
1011 | 2025-02-10T18:08:11.256Z | Downloaded lzma-sys v0.1.20 |
1012 | 2025-02-10T18:08:11.285Z | Downloaded nix v0.27.1 |
1013 | 2025-02-10T18:08:11.296Z | Downloaded regress v0.9.1 |
1014 | 2025-02-10T18:08:11.303Z | Downloaded nix v0.29.0 |
1015 | 2025-02-10T18:08:11.315Z | Downloaded dropshot v0.15.1 |
1016 | 2025-02-10T18:08:11.336Z | Downloaded petgraph v0.6.5 |
1017 | 2025-02-10T18:08:11.354Z | Downloaded libz-sys v1.1.20 |
1018 | 2025-02-10T18:08:11.374Z | Downloaded tokio v1.43.0 |
1019 | 2025-02-10T18:08:11.411Z | Downloaded zerocopy v0.8.10 |
1020 | 2025-02-10T18:08:11.434Z | Downloaded webpki-roots v0.26.6 |
1021 | 2025-02-10T18:08:11.437Z | Downloaded sha3 v0.10.8 |
1022 | 2025-02-10T18:08:11.441Z | Downloaded csv v1.3.1 |
1023 | 2025-02-10T18:08:11.462Z | Downloaded rustls-webpki v0.102.8 |
1024 | 2025-02-10T18:08:11.478Z | Downloaded rustls-webpki v0.101.7 |
1025 | 2025-02-10T18:08:11.493Z | Downloaded bindgen v0.69.5 |
1026 | 2025-02-10T18:08:11.497Z | Downloaded reedline v0.35.0 |
1027 | 2025-02-10T18:08:11.505Z | Downloaded tungstenite v0.23.0 |
1028 | 2025-02-10T18:08:11.509Z | Downloaded rustyline v14.0.0 |
1029 | 2025-02-10T18:08:11.512Z | Downloaded lalrpop v0.19.12 |
1030 | 2025-02-10T18:08:11.525Z | Downloaded proptest v1.5.0 |
1031 | 2025-02-10T18:08:11.533Z | Downloaded unicode-segmentation v1.12.0 |
1032 | 2025-02-10T18:08:11.535Z | Downloaded futures v0.3.31 |
1033 | 2025-02-10T18:08:11.540Z | Downloaded parking_lot v0.11.2 |
1034 | 2025-02-10T18:08:11.543Z | Downloaded whoami v1.5.2 |
1035 | 2025-02-10T18:08:11.546Z | Downloaded futures-io v0.3.31 |
1036 | 2025-02-10T18:08:11.546Z | Downloaded time-macros v0.2.18 |
1037 | 2025-02-10T18:08:11.549Z | Downloaded signal-hook v0.3.17 |
1038 | 2025-02-10T18:08:11.553Z | Downloaded futures-core v0.3.31 |
1039 | 2025-02-10T18:08:11.553Z | Downloaded time v0.3.36 |
1040 | 2025-02-10T18:08:11.557Z | Downloaded rusqlite v0.32.1 |
1041 | 2025-02-10T18:08:11.564Z | Downloaded toml_edit v0.19.15 |
1042 | 2025-02-10T18:08:11.580Z | Downloaded aes-gcm v0.10.3 |
1043 | 2025-02-10T18:08:11.583Z | Downloaded rsa v0.9.6 |
1044 | 2025-02-10T18:08:11.587Z | Downloaded progenitor-macro v0.8.0 |
1045 | 2025-02-10T18:08:11.591Z | Downloaded hyper v1.5.2 |
1046 | 2025-02-10T18:08:11.594Z | Downloaded hkdf v0.12.4 |
1047 | 2025-02-10T18:08:11.597Z | Downloaded vergen v8.3.2 |
1048 | 2025-02-10T18:08:11.600Z | Downloaded tokio-native-tls v0.3.1 |
1049 | 2025-02-10T18:08:11.602Z | Downloaded url v2.5.3 |
1050 | 2025-02-10T18:08:11.605Z | Downloaded float-ord v0.3.2 |
1051 | 2025-02-10T18:08:11.605Z | Downloaded enum-as-inner v0.6.1 |
1052 | 2025-02-10T18:08:11.608Z | Downloaded sct v0.7.1 |
1053 | 2025-02-10T18:08:11.611Z | Downloaded serde-hex v0.1.0 |
1054 | 2025-02-10T18:08:11.611Z | Downloaded secrecy v0.8.0 |
1055 | 2025-02-10T18:08:11.614Z | Downloaded unicode-properties v0.1.3 |
1056 | 2025-02-10T18:08:11.614Z | Downloaded native-tls v0.2.12 |
1057 | 2025-02-10T18:08:11.617Z | Downloaded uzers v0.12.1 |
1058 | 2025-02-10T18:08:11.623Z | Downloaded tokio-tungstenite v0.23.1 |
1059 | 2025-02-10T18:08:11.624Z | Downloaded steno v0.4.1 |
1060 | 2025-02-10T18:08:11.629Z | Downloaded tar v0.4.42 |
1061 | 2025-02-10T18:08:11.633Z | Downloaded russh v0.45.0 |
1062 | 2025-02-10T18:08:11.633Z | Downloaded parking_lot_core v0.8.6 |
1063 | 2025-02-10T18:08:11.636Z | Downloaded crossterm v0.28.1 |
1064 | 2025-02-10T18:08:11.640Z | Downloaded idna v1.0.3 |
1065 | 2025-02-10T18:08:11.646Z | Downloaded percent-encoding v2.3.1 |
1066 | 2025-02-10T18:08:11.649Z | Downloaded slog-async v2.8.0 |
1067 | 2025-02-10T18:08:11.649Z | Downloaded tungstenite v0.21.0 |
1068 | 2025-02-10T18:08:11.652Z | Downloaded libm v0.2.8 |
1069 | 2025-02-10T18:08:11.657Z | Downloaded tokio-postgres v0.7.12 |
1070 | 2025-02-10T18:08:11.663Z | Downloaded dropshot_endpoint v0.15.1 |
1071 | 2025-02-10T18:08:11.667Z | Downloaded ron v0.8.1 |
1072 | 2025-02-10T18:08:11.672Z | Downloaded fixedbitset v0.4.2 |
1073 | 2025-02-10T18:08:11.675Z | Downloaded encoding_rs v0.8.34 |
1074 | 2025-02-10T18:08:11.694Z | Downloaded filetime v0.2.25 |
1075 | 2025-02-10T18:08:11.697Z | Downloaded ff v0.13.0 |
1076 | 2025-02-10T18:08:11.697Z | Downloaded fallible-iterator v0.2.0 |
1077 | 2025-02-10T18:08:11.700Z | Downloaded displaydoc v0.2.5 |
1078 | 2025-02-10T18:08:11.702Z | Downloaded display-error-chain v0.2.2 |
1079 | 2025-02-10T18:08:11.702Z | Downloaded dirs-sys-next v0.1.2 |
1080 | 2025-02-10T18:08:11.703Z | Downloaded dirs-next v2.0.0 |
1081 | 2025-02-10T18:08:11.706Z | Downloaded utf8_iter v1.0.4 |
1082 | 2025-02-10T18:08:11.706Z | Downloaded utf16_iter v1.0.5 |
1083 | 2025-02-10T18:08:11.706Z | Downloaded utf-8 v0.7.6 |
1084 | 2025-02-10T18:08:11.708Z | Downloaded untrusted v0.7.1 |
1085 | 2025-02-10T18:08:11.708Z | Downloaded password-hash v0.5.0 |
1086 | 2025-02-10T18:08:11.708Z | Downloaded der v0.7.9 |
1087 | 2025-02-10T18:08:11.714Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1088 | 2025-02-10T18:08:11.769Z | Downloaded tokio-rustls v0.26.0 |
1089 | 2025-02-10T18:08:11.772Z | Downloaded snafu-derive v0.8.5 |
1090 | 2025-02-10T18:08:11.775Z | Downloaded half v2.4.1 |
1091 | 2025-02-10T18:08:11.779Z | Downloaded elliptic-curve v0.13.8 |
1092 | 2025-02-10T18:08:11.779Z | Downloaded subprocess v0.2.9 |
1093 | 2025-02-10T18:08:11.782Z | Downloaded parse-display v0.10.0 |
1094 | 2025-02-10T18:08:11.785Z | Downloaded untrusted v0.9.0 |
1095 | 2025-02-10T18:08:11.785Z | Downloaded stringprep v0.1.5 |
1096 | 2025-02-10T18:08:11.785Z | Downloaded rcgen v0.12.1 |
1097 | 2025-02-10T18:08:11.789Z | Downloaded cc v1.1.30 |
1098 | 2025-02-10T18:08:11.792Z | Downloaded strum_macros v0.26.4 |
1099 | 2025-02-10T18:08:11.795Z | Downloaded similar v2.6.0 |
1100 | 2025-02-10T18:08:11.798Z | Downloaded ecdsa v0.16.9 |
1101 | 2025-02-10T18:08:11.802Z | Downloaded termios v0.3.3 |
1102 | 2025-02-10T18:08:11.802Z | Downloaded slog-json v2.6.1 |
1103 | 2025-02-10T18:08:11.805Z | Downloaded chacha20poly1305 v0.10.1 |
1104 | 2025-02-10T18:08:11.805Z | Downloaded shlex v1.3.0 |
1105 | 2025-02-10T18:08:11.805Z | Downloaded semver v0.1.20 |
1106 | 2025-02-10T18:08:11.809Z | Downloaded rustls-pemfile v1.0.4 |
1107 | 2025-02-10T18:08:11.809Z | Downloaded num v0.4.3 |
1108 | 2025-02-10T18:08:11.809Z | Downloaded der_derive v0.7.3 |
1109 | 2025-02-10T18:08:11.812Z | Downloaded bumpalo v3.16.0 |
1110 | 2025-02-10T18:08:11.815Z | Downloaded zeroize_derive v1.4.2 |
1111 | 2025-02-10T18:08:11.815Z | Downloaded arc-swap v1.7.1 |
1112 | 2025-02-10T18:08:11.818Z | Downloaded allocator-api2 v0.2.18 |
1113 | 2025-02-10T18:08:11.821Z | Downloaded progenitor v0.9.1 |
1114 | 2025-02-10T18:08:11.824Z | Downloaded progenitor v0.8.0 |
1115 | 2025-02-10T18:08:11.824Z | Downloaded proc-macro-crate v1.3.1 |
1116 | 2025-02-10T18:08:11.824Z | Downloaded primeorder v0.13.6 |
1117 | 2025-02-10T18:08:11.827Z | Downloaded typify v0.3.0 |
1118 | 2025-02-10T18:08:11.831Z | Downloaded tracing-attributes v0.1.27 |
1119 | 2025-02-10T18:08:11.834Z | Downloaded bytes v1.9.0 |
1120 | 2025-02-10T18:08:11.837Z | Downloaded base64 v0.21.7 |
1121 | 2025-02-10T18:08:11.839Z | Downloaded backtrace v0.3.74 |
1122 | 2025-02-10T18:08:11.845Z | Downloaded hickory-server v0.24.2 |
1123 | 2025-02-10T18:08:11.849Z | Downloaded ron v0.7.1 |
1124 | 2025-02-10T18:08:11.854Z | Downloaded icu_properties v1.5.1 |
1125 | 2025-02-10T18:08:11.858Z | Downloaded icu_locid_transform_data v1.5.0 |
1126 | 2025-02-10T18:08:11.861Z | Downloaded bit-vec v0.6.3 |
1127 | 2025-02-10T18:08:11.861Z | Downloaded foreign-types v0.3.2 |
1128 | 2025-02-10T18:08:11.861Z | Downloaded clang-sys v1.8.1 |
1129 | 2025-02-10T18:08:11.864Z | Downloaded sec1 v0.7.3 |
1130 | 2025-02-10T18:08:11.867Z | Downloaded arrayvec v0.7.6 |
1131 | 2025-02-10T18:08:11.867Z | Downloaded memmap2 v0.9.5 |
1132 | 2025-02-10T18:08:11.870Z | Downloaded async-bb8-diesel v0.2.1 |
1133 | 2025-02-10T18:08:11.873Z | Downloaded libefi-sys v0.1.0 |
1134 | 2025-02-10T18:08:11.873Z | Downloaded ipnet v2.10.1 |
1135 | 2025-02-10T18:08:11.876Z | Downloaded ciborium v0.2.2 |
1136 | 2025-02-10T18:08:11.876Z | Downloaded cipher v0.4.4 |
1137 | 2025-02-10T18:08:11.879Z | Downloaded linear-map v1.2.0 |
1138 | 2025-02-10T18:08:11.879Z | Downloaded iana-time-zone v0.1.61 |
1139 | 2025-02-10T18:08:11.883Z | Downloaded highway v1.2.0 |
1140 | 2025-02-10T18:08:11.887Z | Downloaded crossbeam-deque v0.8.5 |
1141 | 2025-02-10T18:08:11.887Z | Downloaded httparse v1.9.5 |
1142 | 2025-02-10T18:08:11.890Z | Downloaded humantime v2.1.0 |
1143 | 2025-02-10T18:08:11.890Z | Downloaded hubpack v0.1.2 |
1144 | 2025-02-10T18:08:11.890Z | Downloaded http-body-util v0.1.2 |
1145 | 2025-02-10T18:08:11.893Z | Downloaded libsw v3.3.1 |
1146 | 2025-02-10T18:08:11.893Z | Downloaded hex v0.4.3 |
1147 | 2025-02-10T18:08:11.896Z | Downloaded async-trait v0.1.86 |
1148 | 2025-02-10T18:08:11.899Z | Downloaded adler2 v2.0.0 |
1149 | 2025-02-10T18:08:11.899Z | Downloaded addr2line v0.24.2 |
1150 | 2025-02-10T18:08:11.901Z | Downloaded cbc v0.1.2 |
1151 | 2025-02-10T18:08:11.906Z | Downloaded castaway v0.2.3 |
1152 | 2025-02-10T18:08:11.906Z | Downloaded lazycell v1.3.0 |
1153 | 2025-02-10T18:08:11.906Z | Downloaded httpdate v1.0.3 |
1154 | 2025-02-10T18:08:11.909Z | Downloaded home v0.5.9 |
1155 | 2025-02-10T18:08:11.910Z | Downloaded colored v2.1.0 |
1156 | 2025-02-10T18:08:11.910Z | Downloaded bit-set v0.5.3 |
1157 | 2025-02-10T18:08:11.910Z | Downloaded keccak v0.1.5 |
1158 | 2025-02-10T18:08:11.912Z | Downloaded inout v0.1.3 |
1159 | 2025-02-10T18:08:11.912Z | Downloaded indent_write v2.2.0 |
1160 | 2025-02-10T18:08:11.912Z | Downloaded ctr v0.9.2 |
1161 | 2025-02-10T18:08:11.915Z | Downloaded crc v3.2.1 |
1162 | 2025-02-10T18:08:11.918Z | Downloaded bb8 v0.8.5 |
1163 | 2025-02-10T18:08:11.918Z | Downloaded arrayref v0.3.9 |
1164 | 2025-02-10T18:08:11.920Z | Downloaded convert_case v0.4.0 |
1165 | 2025-02-10T18:08:11.920Z | Downloaded cobs v0.2.3 |
1166 | 2025-02-10T18:08:11.920Z | Downloaded instant v0.1.13 |
1167 | 2025-02-10T18:08:11.923Z | Downloaded impl-trait-for-tuples v0.2.2 |
1168 | 2025-02-10T18:08:11.926Z | Downloaded idna_adapter v1.2.0 |
1169 | 2025-02-10T18:08:11.926Z | Downloaded hostname v0.4.0 |
1170 | 2025-02-10T18:08:11.931Z | Downloaded hostname v0.3.1 |
1171 | 2025-02-10T18:08:12.070Z | Downloaded libsqlite3-sys v0.30.1 |
1172 | 2025-02-10T18:08:12.225Z | Downloaded ring v0.17.8 |
1173 | 2025-02-10T18:08:12.554Z | Downloaded aws-lc-sys v0.22.0 |
1174 | 2025-02-10T18:08:12.857Z | Compiling serde v1.0.217 |
1175 | 2025-02-10T18:08:12.860Z | Compiling lock_api v0.4.12 |
1176 | 2025-02-10T18:08:12.860Z | Compiling value-bag v1.9.0 |
1177 | 2025-02-10T18:08:12.860Z | Compiling scopeguard v1.2.0 |
1178 | 2025-02-10T18:08:12.860Z | Compiling typenum v1.17.0 |
1179 | 2025-02-10T18:08:13.010Z | Compiling generic-array v0.14.7 |
1180 | 2025-02-10T18:08:13.045Z | Compiling syn v2.0.96 |
1181 | 2025-02-10T18:08:13.059Z | Compiling getrandom v0.2.15 |
1182 | 2025-02-10T18:08:13.136Z | Compiling subtle v2.6.1 |
1183 | 2025-02-10T18:08:13.370Z | Compiling rand_core v0.6.4 |
1184 | 2025-02-10T18:08:13.439Z | Compiling shlex v1.3.0 |
1185 | 2025-02-10T18:08:13.478Z | Compiling log v0.4.22 |
1186 | 2025-02-10T18:08:13.574Z | Compiling jobserver v0.1.32 |
1187 | 2025-02-10T18:08:13.591Z | Compiling smallvec v1.13.2 |
1188 | 2025-02-10T18:08:13.776Z | Compiling const-oid v0.9.6 |
1189 | 2025-02-10T18:08:13.883Z | Compiling pin-project-lite v0.2.14 |
1190 | 2025-02-10T18:08:13.901Z | Compiling rustix v0.38.37 |
1191 | 2025-02-10T18:08:13.949Z | Compiling cc v1.1.30 |
1192 | 2025-02-10T18:08:14.017Z | Compiling spin v0.9.8 |
1193 | 2025-02-10T18:08:14.215Z | Compiling parking_lot_core v0.9.10 |
1194 | 2025-02-10T18:08:14.368Z | Compiling futures-core v0.3.31 |
1195 | 2025-02-10T18:08:14.387Z | Compiling signal-hook-registry v1.4.2 |
1196 | 2025-02-10T18:08:14.594Z | Compiling mio v1.0.2 |
1197 | 2025-02-10T18:08:14.695Z | Compiling aho-corasick v1.1.3 |
1198 | 2025-02-10T18:08:15.129Z | Compiling stable_deref_trait v1.2.0 |
1199 | 2025-02-10T18:08:15.244Z | Compiling parking_lot v0.12.3 |
1200 | 2025-02-10T18:08:15.401Z | Compiling cpufeatures v0.2.14 |
1201 | 2025-02-10T18:08:15.421Z | Compiling regex-syntax v0.8.5 |
1202 | 2025-02-10T18:08:15.514Z | Compiling either v1.13.0 |
1203 | 2025-02-10T18:08:15.840Z | Compiling futures-sink v0.3.31 |
1204 | 2025-02-10T18:08:15.860Z | Compiling glob v0.3.2 |
1205 | 2025-02-10T18:08:15.932Z | Compiling socket2 v0.5.7 |
1206 | 2025-02-10T18:08:15.999Z | Compiling slab v0.4.9 |
1207 | 2025-02-10T18:08:16.087Z | Compiling prettyplease v0.2.25 |
1208 | 2025-02-10T18:08:16.459Z | Compiling lazy_static v1.5.0 |
1209 | 2025-02-10T18:08:16.501Z | Compiling serde_json v1.0.135 |
1210 | 2025-02-10T18:08:16.595Z | Compiling minimal-lexical v0.2.1 |
1211 | 2025-02-10T18:08:16.749Z | Compiling clang-sys v1.8.1 |
1212 | 2025-02-10T18:08:16.863Z | Compiling libloading v0.8.5 |
1213 | 2025-02-10T18:08:17.099Z | Compiling nom v7.1.3 |
1214 | 2025-02-10T18:08:17.136Z | Compiling home v0.5.9 |
1215 | 2025-02-10T18:08:17.245Z | Compiling bindgen v0.69.5 |
1216 | 2025-02-10T18:08:17.392Z | Compiling futures-channel v0.3.31 |
1217 | 2025-02-10T18:08:17.809Z | Compiling itertools v0.12.1 |
1218 | 2025-02-10T18:08:17.914Z | Compiling futures-task v0.3.31 |
1219 | 2025-02-10T18:08:18.079Z | Compiling pin-utils v0.1.0 |
1220 | 2025-02-10T18:08:18.190Z | Compiling allocator-api2 v0.2.18 |
1221 | 2025-02-10T18:08:18.211Z | Compiling libm v0.2.8 |
1222 | 2025-02-10T18:08:18.558Z | Compiling lazycell v1.3.0 |
1223 | 2025-02-10T18:08:18.748Z | Compiling foldhash v0.1.3 |
1224 | 2025-02-10T18:08:18.966Z | Compiling futures-io v0.3.31 |
1225 | 2025-02-10T18:08:19.058Z | Compiling rustc-hash v1.1.0 |
1226 | 2025-02-10T18:08:19.216Z | Compiling regex-automata v0.4.8 |
1227 | 2025-02-10T18:08:19.238Z | Compiling hashbrown v0.15.1 |
1228 | 2025-02-10T18:08:19.692Z | Compiling cmake v0.1.51 |
1229 | 2025-02-10T18:08:20.494Z | Compiling synstructure v0.13.1 |
1230 | 2025-02-10T18:08:20.610Z | Compiling cexpr v0.6.0 |
1231 | 2025-02-10T18:08:20.685Z | Compiling num-traits v0.2.19 |
1232 | 2025-02-10T18:08:20.974Z | Compiling dunce v1.0.5 |
1233 | 2025-02-10T18:08:21.107Z | Compiling fs_extra v1.3.0 |
1234 | 2025-02-10T18:08:21.643Z | Compiling pkg-config v0.3.31 |
1235 | 2025-02-10T18:08:21.942Z | Compiling writeable v0.5.5 |
1236 | 2025-02-10T18:08:22.247Z | Compiling litemap v0.7.3 |
1237 | 2025-02-10T18:08:22.481Z | Compiling ring v0.17.8 |
1238 | 2025-02-10T18:08:22.631Z | Compiling paste v1.0.15 |
1239 | 2025-02-10T18:08:23.113Z | Compiling base64ct v1.6.0 |
1240 | 2025-02-10T18:08:23.250Z | Compiling httparse v1.9.5 |
1241 | 2025-02-10T18:08:23.271Z | Compiling flagset v0.4.6 |
1242 | 2025-02-10T18:08:23.481Z | Compiling aws-lc-rs v1.10.0 |
1243 | 2025-02-10T18:08:23.691Z | Compiling pem-rfc7468 v0.7.0 |
1244 | 2025-02-10T18:08:23.874Z | Compiling icu_locid_transform_data v1.5.0 |
1245 | 2025-02-10T18:08:23.992Z | Compiling tracing-core v0.1.32 |
1246 | 2025-02-10T18:08:24.320Z | Compiling rustls-pki-types v1.10.0 |
1247 | 2025-02-10T18:08:24.648Z | Compiling regex v1.11.1 |
1248 | 2025-02-10T18:08:24.947Z | Compiling crossbeam-utils v0.8.20 |
1249 | 2025-02-10T18:08:25.214Z | Compiling percent-encoding v2.3.1 |
1250 | 2025-02-10T18:08:25.319Z | Compiling icu_properties_data v1.5.0 |
1251 | 2025-02-10T18:08:25.519Z | Compiling num-conv v0.1.0 |
1252 | 2025-02-10T18:08:25.565Z | Compiling powerfmt v0.2.0 |
1253 | 2025-02-10T18:08:25.602Z | Compiling vcpkg v0.2.15 |
1254 | 2025-02-10T18:08:25.795Z | Compiling time-core v0.1.2 |
1255 | 2025-02-10T18:08:25.888Z | Compiling serde_derive v1.0.217 |
1256 | 2025-02-10T18:08:25.918Z | Compiling zeroize_derive v1.4.2 |
1257 | 2025-02-10T18:08:25.971Z | Compiling zerocopy-derive v0.7.35 |
1258 | 2025-02-10T18:08:26.141Z | Compiling tokio-macros v2.5.0 |
1259 | 2025-02-10T18:08:27.328Z | Compiling zeroize v1.8.1 |
1260 | 2025-02-10T18:08:27.348Z | Compiling zerofrom-derive v0.1.4 |
1261 | 2025-02-10T18:08:27.677Z | Compiling yoke-derive v0.7.4 |
1262 | 2025-02-10T18:08:27.911Z | Compiling zerocopy v0.7.35 |
1263 | 2025-02-10T18:08:27.945Z | Compiling thiserror-impl v1.0.69 |
1264 | 2025-02-10T18:08:28.845Z | Compiling crypto-common v0.1.6 |
1265 | 2025-02-10T18:08:29.093Z | Compiling block-buffer v0.10.4 |
1266 | 2025-02-10T18:08:29.188Z | Compiling zerovec-derive v0.10.3 |
1267 | 2025-02-10T18:08:29.350Z | Compiling digest v0.10.7 |
1268 | 2025-02-10T18:08:29.430Z | Compiling displaydoc v0.2.5 |
1269 | 2025-02-10T18:08:29.813Z | Compiling hmac v0.12.1 |
1270 | 2025-02-10T18:08:29.931Z | Compiling futures-macro v0.3.31 |
1271 | 2025-02-10T18:08:30.110Z | Compiling block-padding v0.3.3 |
1272 | 2025-02-10T18:08:30.375Z | Compiling inout v0.1.3 |
1273 | 2025-02-10T18:08:30.394Z | Compiling sha2 v0.10.8 |
1274 | 2025-02-10T18:08:30.649Z | Compiling cipher v0.4.4 |
1275 | 2025-02-10T18:08:30.874Z | Compiling zerofrom v0.1.4 |
1276 | 2025-02-10T18:08:30.912Z | Compiling thiserror v1.0.69 |
1277 | 2025-02-10T18:08:31.023Z | Compiling icu_provider_macros v1.5.0 |
1278 | 2025-02-10T18:08:31.087Z | Compiling ppv-lite86 v0.2.20 |
1279 | 2025-02-10T18:08:31.108Z | Compiling yoke v0.7.4 |
1280 | 2025-02-10T18:08:31.139Z | Compiling der_derive v0.7.3 |
1281 | 2025-02-10T18:08:31.452Z | Compiling tracing-attributes v0.1.27 |
1282 | 2025-02-10T18:08:31.704Z | Compiling zerovec v0.10.4 |
1283 | 2025-02-10T18:08:31.730Z | Compiling rand_chacha v0.3.1 |
1284 | 2025-02-10T18:08:31.778Z | Compiling futures-util v0.3.31 |
1285 | 2025-02-10T18:08:32.117Z | Compiling rand v0.8.5 |
1286 | 2025-02-10T18:08:33.454Z | Compiling tinystr v0.7.6 |
1287 | 2025-02-10T18:08:33.734Z | Compiling der v0.7.9 |
1288 | 2025-02-10T18:08:33.838Z | Compiling icu_locid v1.5.0 |
1289 | 2025-02-10T18:08:33.944Z | Compiling icu_collections v1.5.0 |
1290 | 2025-02-10T18:08:34.026Z | Compiling salsa20 v0.10.2 |
1291 | 2025-02-10T18:08:34.094Z | Compiling pest v2.7.14 |
1292 | 2025-02-10T18:08:34.259Z | Compiling pbkdf2 v0.12.2 |
1293 | 2025-02-10T18:08:34.442Z | Compiling untrusted v0.9.0 |
1294 | 2025-02-10T18:08:34.641Z | Compiling write16 v1.0.0 |
1295 | 2025-02-10T18:08:34.713Z | Compiling tracing v0.1.40 |
1296 | 2025-02-10T18:08:34.784Z | Compiling icu_normalizer_data v1.5.0 |
1297 | 2025-02-10T18:08:34.894Z | Compiling untrusted v0.7.1 |
1298 | 2025-02-10T18:08:35.161Z | Compiling icu_provider v1.5.0 |
1299 | 2025-02-10T18:08:35.222Z | Compiling utf8_iter v1.0.4 |
1300 | 2025-02-10T18:08:35.254Z | Compiling utf16_iter v1.0.5 |
1301 | 2025-02-10T18:08:35.459Z | Compiling mirai-annotations v1.12.0 |
1302 | 2025-02-10T18:08:35.667Z | Compiling spki v0.7.3 |
1303 | 2025-02-10T18:08:35.979Z | Compiling icu_locid_transform v1.5.0 |
1304 | 2025-02-10T18:08:36.042Z | Compiling scrypt v0.11.0 |
1305 | 2025-02-10T18:08:36.140Z | Compiling aes v0.8.4 |
1306 | 2025-02-10T18:08:36.580Z | Compiling cbc v0.1.2 |
1307 | 2025-02-10T18:08:36.756Z | Compiling pest_meta v2.7.14 |
1308 | 2025-02-10T18:08:36.812Z | Compiling openssl-sys v0.9.105 |
1309 | 2025-02-10T18:08:37.039Z | Compiling time-macros v0.2.18 |
1310 | 2025-02-10T18:08:37.127Z | Compiling scroll_derive v0.12.0 |
1311 | 2025-02-10T18:08:37.864Z | Compiling icu_properties v1.5.1 |
1312 | 2025-02-10T18:08:38.350Z | Compiling deranged v0.3.11 |
1313 | 2025-02-10T18:08:38.817Z | Compiling bitflags v2.6.0 |
1314 | 2025-02-10T18:08:38.895Z | Compiling bytes v1.9.0 |
1315 | 2025-02-10T18:08:39.646Z | Compiling indexmap v2.7.1 |
1316 | 2025-02-10T18:08:39.670Z | Compiling semver v1.0.24 |
1317 | 2025-02-10T18:08:40.084Z | Compiling tokio v1.43.0 |
1318 | 2025-02-10T18:08:40.084Z | Compiling http v1.2.0 |
1319 | 2025-02-10T18:08:40.380Z | Compiling rustc_version v0.4.1 |
1320 | 2025-02-10T18:08:40.988Z | Compiling num_threads v0.1.7 |
1321 | 2025-02-10T18:08:41.068Z | Compiling tinyvec_macros v0.1.1 |
1322 | 2025-02-10T18:08:41.089Z | Compiling atomic-waker v1.1.2 |
1323 | 2025-02-10T18:08:41.123Z | Compiling time v0.3.36 |
1324 | 2025-02-10T18:08:41.169Z | Compiling tinyvec v1.8.0 |
1325 | 2025-02-10T18:08:41.294Z | Compiling scroll v0.12.0 |
1326 | 2025-02-10T18:08:41.759Z | Compiling icu_normalizer v1.5.0 |
1327 | 2025-02-10T18:08:41.782Z | Compiling http-body v1.0.1 |
1328 | 2025-02-10T18:08:42.018Z | Compiling pest_generator v2.7.14 |
1329 | 2025-02-10T18:08:42.402Z | Compiling pkcs5 v0.7.1 |
1330 | 2025-02-10T18:08:42.479Z | Compiling form_urlencoded v1.2.1 |
1331 | 2025-02-10T18:08:42.690Z | Compiling idna_adapter v1.2.0 |
1332 | 2025-02-10T18:08:42.779Z | Compiling try-lock v0.2.5 |
1333 | 2025-02-10T18:08:42.872Z | Compiling which v4.4.2 |
1334 | 2025-02-10T18:08:42.939Z | Compiling slog v2.7.0 |
1335 | 2025-02-10T18:08:43.423Z | Compiling goblin v0.8.2 |
1336 | 2025-02-10T18:08:43.520Z | Compiling pkcs8 v0.10.2 |
1337 | 2025-02-10T18:08:43.540Z | Compiling want v0.3.1 |
1338 | 2025-02-10T18:08:43.765Z | Compiling pest_derive v2.7.14 |
1339 | 2025-02-10T18:08:43.817Z | Compiling idna v1.0.3 |
1340 | 2025-02-10T18:08:44.011Z | Compiling uuid v1.12.0 |
1341 | 2025-02-10T18:08:44.184Z | Compiling iana-time-zone v0.1.61 |
1342 | 2025-02-10T18:08:44.541Z | Compiling httpdate v1.0.3 |
1343 | 2025-02-10T18:08:44.560Z | Compiling dtrace-parser v0.2.0 |
1344 | 2025-02-10T18:08:45.027Z | Compiling chrono v0.4.39 |
1345 | 2025-02-10T18:08:45.533Z | Compiling serde_spanned v0.6.8 |
1346 | 2025-02-10T18:08:45.780Z | Compiling serde_tokenstream v0.2.2 |
1347 | 2025-02-10T18:08:45.838Z | Compiling toml_datetime v0.6.8 |
1348 | 2025-02-10T18:08:46.116Z | Compiling openssl v0.10.70 |
1349 | 2025-02-10T18:08:46.309Z | Compiling adler2 v2.0.0 |
1350 | 2025-02-10T18:08:46.351Z | Compiling rustversion v1.0.17 |
1351 | 2025-02-10T18:08:46.500Z | Compiling base64 v0.22.1 |
1352 | 2025-02-10T18:08:46.519Z | Compiling match_cfg v0.1.0 |
1353 | 2025-02-10T18:08:46.539Z | Compiling tower-service v0.3.3 |
1354 | 2025-02-10T18:08:46.621Z | Compiling foreign-types-shared v0.1.1 |
1355 | 2025-02-10T18:08:46.677Z | Compiling hostname v0.3.1 |
1356 | 2025-02-10T18:08:46.749Z | Compiling foreign-types v0.3.2 |
1357 | 2025-02-10T18:08:46.885Z | Compiling miniz_oxide v0.8.0 |
1358 | 2025-02-10T18:08:46.905Z | Compiling url v2.5.3 |
1359 | 2025-02-10T18:08:47.169Z | Compiling openssl-macros v0.1.1 |
1360 | 2025-02-10T18:08:47.913Z | Compiling async-trait v0.1.86 |
1361 | 2025-02-10T18:08:48.273Z | Compiling tokio-util v0.7.12 |
1362 | 2025-02-10T18:08:48.299Z | Compiling serde_derive_internals v0.29.1 |
1363 | 2025-02-10T18:08:48.349Z | Compiling dirs-sys-next v0.1.2 |
1364 | 2025-02-10T18:08:48.598Z | Compiling rustls v0.23.19 |
1365 | 2025-02-10T18:08:48.882Z | Compiling native-tls v0.2.12 |
1366 | 2025-02-10T18:08:48.901Z | Compiling schemars v0.8.21 |
1367 | 2025-02-10T18:08:49.215Z | Compiling h2 v0.4.6 |
1368 | 2025-02-10T18:08:49.235Z | Compiling dof v0.3.0 |
1369 | 2025-02-10T18:08:49.529Z | Compiling data-encoding v2.6.0 |
1370 | 2025-02-10T18:08:50.460Z | Compiling usdt-impl v0.5.0 |
1371 | 2025-02-10T18:08:50.647Z | Compiling siphasher v0.3.11 |
1372 | 2025-02-10T18:08:51.011Z | Compiling rustls v0.22.4 |
1373 | 2025-02-10T18:08:51.135Z | Compiling syn v1.0.109 |
1374 | 2025-02-10T18:08:51.314Z | Compiling schemars_derive v0.8.21 |
1375 | 2025-02-10T18:08:51.615Z | Compiling dirs-next v2.0.0 |
1376 | 2025-02-10T18:08:51.816Z | Compiling unicode-normalization v0.1.24 |
1377 | 2025-02-10T18:08:52.721Z | Compiling http-body-util v0.1.2 |
1378 | 2025-02-10T18:08:52.904Z | Compiling heapless v0.7.17 |
1379 | 2025-02-10T18:08:53.039Z | Compiling crossbeam-epoch v0.9.18 |
1380 | 2025-02-10T18:08:53.174Z | Compiling sha1 v0.10.6 |
1381 | 2025-02-10T18:08:53.323Z | Compiling signature v2.2.0 |
1382 | 2025-02-10T18:08:53.510Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1383 | 2025-02-10T18:08:53.575Z | Compiling thread_local v1.1.8 |
1384 | 2025-02-10T18:08:53.624Z | Compiling encoding_rs v0.8.34 |
1385 | 2025-02-10T18:08:53.699Z | Compiling multer v3.1.0 |
1386 | 2025-02-10T18:08:53.963Z | Compiling cookie v0.18.1 |
1387 | 2025-02-10T18:08:53.987Z | Compiling openssl-probe v0.1.5 |
1388 | 2025-02-10T18:08:54.044Z | Compiling ipnet v2.10.1 |
1389 | 2025-02-10T18:08:54.241Z | Compiling slog-async v2.8.0 |
1390 | 2025-02-10T18:08:54.288Z | Compiling unicode-bidi v0.3.17 |
1391 | 2025-02-10T18:08:54.359Z | Compiling unicode-properties v0.1.3 |
1392 | 2025-02-10T18:08:54.705Z | Compiling mime v0.3.17 |
1393 | 2025-02-10T18:08:54.768Z | Compiling dyn-clone v1.0.17 |
1394 | 2025-02-10T18:08:55.044Z | Compiling rayon-core v1.12.1 |
1395 | 2025-02-10T18:08:55.202Z | Compiling signal-hook v0.3.17 |
1396 | 2025-02-10T18:08:55.246Z | Compiling gimli v0.31.1 |
1397 | 2025-02-10T18:08:55.360Z | Compiling stringprep v0.1.5 |
1398 | 2025-02-10T18:08:55.757Z | Compiling toml_edit v0.22.22 |
1399 | 2025-02-10T18:08:56.418Z | Compiling hyper v1.5.2 |
1400 | 2025-02-10T18:08:58.929Z | Compiling hyper-util v0.1.10 |
1401 | 2025-02-10T18:08:59.234Z | Compiling addr2line v0.24.2 |
1402 | 2025-02-10T18:08:59.598Z | Compiling crossbeam-deque v0.8.5 |
1403 | 2025-02-10T18:08:59.870Z | Compiling usdt-macro v0.5.0 |
1404 | 2025-02-10T18:08:59.942Z | Compiling usdt-attr-macro v0.5.0 |
1405 | 2025-02-10T18:08:59.997Z | Compiling term v0.7.0 |
1406 | 2025-02-10T18:09:00.025Z | Compiling slog-json v2.6.1 |
1407 | 2025-02-10T18:09:00.385Z | Compiling serde_urlencoded v0.7.1 |
1408 | 2025-02-10T18:09:00.888Z | Compiling curve25519-dalek v4.1.3 |
1409 | 2025-02-10T18:09:01.251Z | Compiling crossbeam-channel v0.5.13 |
1410 | 2025-02-10T18:09:01.275Z | Compiling futures-executor v0.3.31 |
1411 | 2025-02-10T18:09:01.491Z | Compiling enum-as-inner v0.6.1 |
1412 | 2025-02-10T18:09:01.526Z | Compiling md-5 v0.10.6 |
1413 | 2025-02-10T18:09:01.780Z | Compiling async-stream-impl v0.3.6 |
1414 | 2025-02-10T18:09:01.801Z | Compiling rustls-pemfile v2.2.0 |
1415 | 2025-02-10T18:09:01.806Z | Compiling num-integer v0.1.46 |
1416 | 2025-02-10T18:09:02.140Z | Compiling hash32 v0.2.1 |
1417 | 2025-02-10T18:09:02.193Z | Compiling ff v0.13.0 |
1418 | 2025-02-10T18:09:02.430Z | Compiling is-terminal v0.4.13 |
1419 | 2025-02-10T18:09:02.498Z | Compiling dropshot v0.12.0 |
1420 | 2025-02-10T18:09:02.517Z | Compiling object v0.36.5 |
1421 | 2025-02-10T18:09:02.554Z | Compiling psl-types v2.0.11 |
1422 | 2025-02-10T18:09:02.575Z | Compiling rustc-demangle v0.1.24 |
1423 | 2025-02-10T18:09:02.757Z | Compiling portable-atomic v1.9.0 |
1424 | 2025-02-10T18:09:02.779Z | Compiling anyhow v1.0.95 |
1425 | 2025-02-10T18:09:03.067Z | Compiling utf-8 v0.7.6 |
1426 | 2025-02-10T18:09:03.215Z | Compiling take_mut v0.2.2 |
1427 | 2025-02-10T18:09:03.367Z | Compiling linked-hash-map v0.5.6 |
1428 | 2025-02-10T18:09:03.389Z | Compiling base16ct v0.2.0 |
1429 | 2025-02-10T18:09:03.392Z | Compiling fallible-iterator v0.2.0 |
1430 | 2025-02-10T18:09:03.466Z | Compiling smoltcp v0.9.1 |
1431 | 2025-02-10T18:09:03.671Z | Compiling num-bigint-dig v0.8.4 |
1432 | 2025-02-10T18:09:03.692Z | Compiling quick-error v1.2.3 |
1433 | 2025-02-10T18:09:03.716Z | Compiling litrs v0.4.1 |
1434 | 2025-02-10T18:09:03.852Z | Compiling resolv-conf v0.7.0 |
1435 | 2025-02-10T18:09:04.010Z | Compiling postgres-protocol v0.6.7 |
1436 | 2025-02-10T18:09:04.125Z | Compiling lru-cache v0.1.2 |
1437 | 2025-02-10T18:09:04.150Z | Compiling sec1 v0.7.3 |
1438 | 2025-02-10T18:09:04.696Z | Compiling tungstenite v0.24.0 |
1439 | 2025-02-10T18:09:04.719Z | Compiling async-stream v0.3.6 |
1440 | 2025-02-10T18:09:04.846Z | Compiling document-features v0.2.10 |
1441 | 2025-02-10T18:09:05.139Z | Compiling publicsuffix v2.3.0 |
1442 | 2025-02-10T18:09:05.276Z | Compiling slog-term v2.9.1 |
1443 | 2025-02-10T18:09:05.437Z | Compiling hickory-proto v0.24.3 |
1444 | 2025-02-10T18:09:05.655Z | Compiling usdt v0.5.0 |
1445 | 2025-02-10T18:09:06.142Z | Compiling group v0.13.0 |
1446 | 2025-02-10T18:09:06.429Z | Compiling num-iter v0.1.45 |
1447 | 2025-02-10T18:09:06.462Z | Compiling futures v0.3.31 |
1448 | 2025-02-10T18:09:06.633Z | Compiling slog-bunyan v2.5.0 |
1449 | 2025-02-10T18:09:06.850Z | Compiling toml v0.8.19 |
1450 | 2025-02-10T18:09:07.050Z | Compiling tokio-native-tls v0.3.1 |
1451 | 2025-02-10T18:09:07.331Z | Compiling camino v1.1.9 |
1452 | 2025-02-10T18:09:08.349Z | Compiling phf_shared v0.11.2 |
1453 | 2025-02-10T18:09:08.370Z | Compiling dropshot_endpoint v0.12.0 |
1454 | 2025-02-10T18:09:08.701Z | Compiling terminal_size v0.4.0 |
1455 | 2025-02-10T18:09:08.874Z | Compiling backtrace v0.3.74 |
1456 | 2025-02-10T18:09:08.926Z | Compiling waitgroup v0.1.2 |
1457 | 2025-02-10T18:09:09.087Z | Compiling openapiv3 v2.0.0 |
1458 | 2025-02-10T18:09:09.155Z | Compiling serde_path_to_error v0.1.16 |
1459 | 2025-02-10T18:09:09.349Z | Compiling hkdf v0.12.4 |
1460 | 2025-02-10T18:09:09.613Z | Compiling crypto-bigint v0.5.5 |
1461 | 2025-02-10T18:09:09.896Z | Compiling zerocopy-derive v0.6.6 |
1462 | 2025-02-10T18:09:11.914Z | Compiling curve25519-dalek-derive v0.1.1 |
1463 | 2025-02-10T18:09:11.936Z | Compiling webpki-roots v0.26.6 |
1464 | 2025-02-10T18:09:12.155Z | Compiling hostname v0.4.0 |
1465 | 2025-02-10T18:09:12.379Z | Compiling ahash v0.8.11 |
1466 | 2025-02-10T18:09:12.382Z | Compiling hubpack_derive v0.1.1 |
1467 | 2025-02-10T18:09:12.622Z | Compiling fs-err v2.11.0 |
1468 | 2025-02-10T18:09:12.735Z | Compiling crc32fast v1.4.2 |
1469 | 2025-02-10T18:09:12.925Z | Compiling newtype-uuid v1.2.1 |
1470 | 2025-02-10T18:09:12.977Z | Compiling winnow v0.5.40 |
1471 | 2025-02-10T18:09:13.050Z | Compiling debug-ignore v1.0.5 |
1472 | 2025-02-10T18:09:13.196Z | Compiling unicode-width v0.2.0 |
1473 | 2025-02-10T18:09:13.196Z | Compiling bitflags v1.3.2 |
1474 | 2025-02-10T18:09:13.237Z | Compiling managed v0.8.0 |
1475 | 2025-02-10T18:09:13.324Z | Compiling hubpack v0.1.2 |
1476 | 2025-02-10T18:09:13.640Z | Compiling console v0.15.10 |
1477 | 2025-02-10T18:09:13.768Z | Compiling clap_builder v4.5.27 |
1478 | 2025-02-10T18:09:14.532Z | Compiling flate2 v1.0.35 |
1479 | 2025-02-10T18:09:14.975Z | Compiling strum_macros v0.25.3 |
1480 | 2025-02-10T18:09:15.593Z | Compiling elliptic-curve v0.13.8 |
1481 | 2025-02-10T18:09:15.646Z | Compiling zerocopy v0.6.6 |
1482 | 2025-02-10T18:09:15.717Z | Compiling hickory-resolver v0.24.2 |
1483 | 2025-02-10T18:09:16.365Z | Compiling toml_edit v0.19.15 |
1484 | 2025-02-10T18:09:16.446Z | Compiling phf v0.11.2 |
1485 | 2025-02-10T18:09:16.720Z | Compiling signal-hook-mio v0.2.4 |
1486 | 2025-02-10T18:09:16.896Z | Compiling cookie_store v0.21.1 |
1487 | 2025-02-10T18:09:17.193Z | Compiling rayon v1.10.0 |
1488 | 2025-02-10T18:09:18.326Z | Compiling hyper-tls v0.6.0 |
1489 | 2025-02-10T18:09:18.727Z | Compiling bzip2 v0.4.4 |
1490 | 2025-02-10T18:09:19.137Z | Compiling tokio-tungstenite v0.24.0 |
1491 | 2025-02-10T18:09:19.673Z | Compiling postgres-types v0.2.8 |
1492 | 2025-02-10T18:09:21.326Z | Compiling ed25519 v2.2.3 |
1493 | 2025-02-10T18:09:21.460Z | Compiling phf_shared v0.10.0 |
1494 | 2025-02-10T18:09:21.539Z | Compiling tokio-stream v0.1.16 |
1495 | 2025-02-10T18:09:21.770Z | Compiling pkcs1 v0.7.5 |
1496 | 2025-02-10T18:09:21.834Z | Compiling serde-big-array v0.5.1 |
1497 | 2025-02-10T18:09:22.067Z | Compiling clap_derive v4.5.24 |
1498 | 2025-02-10T18:09:22.211Z | Compiling rfc6979 v0.4.0 |
1499 | 2025-02-10T18:09:22.414Z | Compiling serde_repr v0.1.19 |
1500 | 2025-02-10T18:09:22.466Z | Compiling derive-where v1.2.7 |
1501 | 2025-02-10T18:09:22.688Z | Compiling float-cmp v0.9.0 |
1502 | 2025-02-10T18:09:22.922Z | Compiling bstr v1.10.0 |
1503 | 2025-02-10T18:09:23.163Z | Compiling sync_wrapper v1.0.1 |
1504 | 2025-02-10T18:09:23.325Z | Compiling number_prefix v0.4.0 |
1505 | 2025-02-10T18:09:23.527Z | Compiling fixedbitset v0.4.2 |
1506 | 2025-02-10T18:09:23.547Z | Compiling unicode-segmentation v1.12.0 |
1507 | 2025-02-10T18:09:23.567Z | Compiling predicates-core v1.0.8 |
1508 | 2025-02-10T18:09:23.870Z | Compiling difflib v0.4.0 |
1509 | 2025-02-10T18:09:23.982Z | Compiling normalize-line-endings v0.3.0 |
1510 | 2025-02-10T18:09:24.123Z | Compiling new_debug_unreachable v1.0.6 |
1511 | 2025-02-10T18:09:24.232Z | Compiling static_assertions v1.1.0 |
1512 | 2025-02-10T18:09:24.346Z | Compiling whoami v1.5.2 |
1513 | 2025-02-10T18:09:24.421Z | Compiling precomputed-hash v0.1.1 |
1514 | 2025-02-10T18:09:24.520Z | Compiling bit-vec v0.6.3 |
1515 | 2025-02-10T18:09:24.552Z | Compiling string_cache v0.8.7 |
1516 | 2025-02-10T18:09:24.925Z | Compiling bit-set v0.5.3 |
1517 | 2025-02-10T18:09:24.965Z | Compiling tokio-postgres v0.7.12 |
1518 | 2025-02-10T18:09:24.995Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1519 | 2025-02-10T18:09:25.242Z | Compiling predicates v3.1.2 |
1520 | 2025-02-10T18:09:25.277Z | Compiling similar v2.6.0 |
1521 | 2025-02-10T18:09:25.690Z | Compiling petgraph v0.6.5 |
1522 | 2025-02-10T18:09:26.651Z | Compiling clap v4.5.27 |
1523 | 2025-02-10T18:09:26.742Z | Compiling indicatif v0.17.11 |
1524 | 2025-02-10T18:09:26.781Z | Compiling ecdsa v0.16.9 |
1525 | 2025-02-10T18:09:27.447Z | Compiling rsa v0.9.6 |
1526 | 2025-02-10T18:09:27.594Z | Compiling ed25519-dalek v2.1.1 |
1527 | 2025-02-10T18:09:28.777Z | Compiling toml v0.7.8 |
1528 | 2025-02-10T18:09:28.854Z | Compiling zip v0.6.6 |
1529 | 2025-02-10T18:09:29.168Z | Compiling crossterm v0.28.1 |
1530 | 2025-02-10T18:09:30.748Z | Compiling hex v0.4.3 |
1531 | 2025-02-10T18:09:30.894Z | Compiling x509-cert v0.2.5 |
1532 | 2025-02-10T18:09:31.089Z | Compiling itertools v0.10.5 |
1533 | 2025-02-10T18:09:31.092Z | Compiling lalrpop-util v0.19.12 |
1534 | 2025-02-10T18:09:31.292Z | Compiling peg-runtime v0.8.3 |
1535 | 2025-02-10T18:09:31.450Z | Compiling unicode-xid v0.2.6 |
1536 | 2025-02-10T18:09:31.658Z | Compiling strum_macros v0.26.4 |
1537 | 2025-02-10T18:09:31.888Z | Compiling xattr v1.3.1 |
1538 | 2025-02-10T18:09:32.163Z | Compiling filetime v0.2.25 |
1539 | 2025-02-10T18:09:32.442Z | Compiling tar v0.4.42 |
1540 | 2025-02-10T18:09:36.227Z | Compiling strum v0.26.3 |
1541 | 2025-02-10T18:09:39.652Z | Compiling aws-lc-sys v0.22.0 |
1542 | 2025-02-10T18:10:06.844Z | Compiling rustls-webpki v0.102.8 |
1543 | 2025-02-10T18:10:10.016Z | Compiling tokio-rustls v0.25.0 |
1544 | 2025-02-10T18:10:11.656Z | Compiling tokio-rustls v0.26.0 |
1545 | 2025-02-10T18:10:11.940Z | Compiling hyper-rustls v0.27.3 |
1546 | 2025-02-10T18:10:12.250Z | Compiling reqwest v0.12.9 |
1547 | 2025-02-10T18:10:13.657Z | Compiling qorb v0.2.1 |
1548 | 2025-02-10T18:10:16.653Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1549 | 2025-02-10T18:10:16.956Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1550 | 2025-02-10T18:10:21.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s |
1551 | 2025-02-10T18:10:21.411Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1552 | 2025-02-10T18:10:21.459Z | Feb 10 18:10:20.792 INFO Starting download, target: Clickhouse |
1553 | 2025-02-10T18:10:21.460Z | Feb 10 18:10:20.792 INFO Starting download, target: Cockroach |
1554 | 2025-02-10T18:10:21.460Z | Feb 10 18:10:20.792 INFO Starting download, target: Console |
1555 | 2025-02-10T18:10:21.460Z | Feb 10 18:10:20.792 INFO Starting download, target: DendriteOpenapi |
1556 | 2025-02-10T18:10:21.462Z | Feb 10 18:10:20.792 INFO Starting download, target: DendriteStub |
1557 | 2025-02-10T18:10:21.462Z | Feb 10 18:10:20.792 INFO Starting download, target: MaghemiteMgd |
1558 | 2025-02-10T18:10:21.462Z | Feb 10 18:10:20.792 INFO Starting download, target: TransceiverControl |
1559 | 2025-02-10T18:10:21.462Z | Feb 10 18:10:20.793 INFO Downloading out/downloads/dpd-caf4bee7f1647b4f971199a5268885337ff1691a.json (attempt 1/3), target: DendriteOpenapi |
1560 | 2025-02-10T18:10:21.462Z | Feb 10 18:10:20.793 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1561 | 2025-02-10T18:10:21.462Z | Feb 10 18:10:20.794 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1562 | 2025-02-10T18:10:21.462Z | Feb 10 18:10:20.794 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1563 | 2025-02-10T18:10:21.463Z | Feb 10 18:10:20.794 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1564 | 2025-02-10T18:10:21.463Z | Feb 10 18:10:20.794 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1565 | 2025-02-10T18:10:21.463Z | Feb 10 18:10:20.794 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1566 | 2025-02-10T18:10:21.669Z | Feb 10 18:10:20.962 INFO Download complete, target: DendriteOpenapi |
1567 | 2025-02-10T18:10:21.730Z | Feb 10 18:10:21.003 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1568 | 2025-02-10T18:10:22.103Z | Feb 10 18:10:21.430 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1569 | 2025-02-10T18:10:22.161Z | Feb 10 18:10:21.491 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1570 | 2025-02-10T18:10:22.180Z | Feb 10 18:10:21.504 INFO Download complete, target: TransceiverControl |
1571 | 2025-02-10T18:10:22.256Z | Feb 10 18:10:21.588 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1572 | 2025-02-10T18:10:22.479Z | Feb 10 18:10:21.810 INFO Download complete, target: Console |
1573 | 2025-02-10T18:10:22.907Z | Feb 10 18:10:22.240 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1574 | 2025-02-10T18:10:22.907Z | Feb 10 18:10:22.240 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1575 | 2025-02-10T18:10:23.522Z | Feb 10 18:10:22.854 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1576 | 2025-02-10T18:10:25.020Z | Feb 10 18:10:24.352 INFO Download complete, target: DendriteStub |
1577 | 2025-02-10T18:10:25.279Z | Feb 10 18:10:24.611 INFO Download complete, target: MaghemiteMgd |
1578 | 2025-02-10T18:10:30.540Z | Feb 10 18:10:29.871 INFO Checking that binary works, target: Cockroach |
1579 | 2025-02-10T18:10:30.705Z | Feb 10 18:10:30.036 INFO Download complete, target: Cockroach |
1580 | 2025-02-10T18:10:36.061Z | Feb 10 18:10:35.391 INFO Checking that binary works, target: Clickhouse |
1581 | 2025-02-10T18:10:36.171Z | Feb 10 18:10:35.501 INFO Download complete, target: Clickhouse |
1582 | 2025-02-10T18:10:36.179Z | All prerequisites installed successfully |
1583 | 2025-02-10T18:10:36.182Z | |
1584 | 2025-02-10T18:10:36.182Z | real 5:20.572986926 |
1585 | 2025-02-10T18:10:36.182Z | user 15:41.746307773 |
1586 | 2025-02-10T18:10:36.182Z | sys 2:02.363994888 |
1587 | 2025-02-10T18:10:36.183Z | trap 0.586019155 |
1588 | 2025-02-10T18:10:36.183Z | tflt 1.734350886 |
1589 | 2025-02-10T18:10:36.183Z | dflt 1.541946031 |
1590 | 2025-02-10T18:10:36.183Z | kflt 0.027521613 |
1591 | 2025-02-10T18:10:36.183Z | lock 24:56.902944179 |
1592 | 2025-02-10T18:10:36.183Z | slp 55:50.080681220 |
1593 | 2025-02-10T18:10:36.183Z | lat 59.668209065 |
1594 | 2025-02-10T18:10:36.183Z | stop 2:20.162833127 |
1595 | 2025-02-10T18:10:36.183Z | + ptime -m cargo xtask download softnpu |
1596 | 2025-02-10T18:10:36.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1597 | 2025-02-10T18:10:36.736Z | Running `target/debug/xtask download softnpu` |
1598 | 2025-02-10T18:10:37.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1599 | 2025-02-10T18:10:37.628Z | Running `target/debug/xtask-downloader softnpu` |
1600 | 2025-02-10T18:10:37.665Z | Feb 10 18:10:36.995 INFO Starting download, target: Softnpu |
1601 | 2025-02-10T18:10:37.667Z | Feb 10 18:10:36.995 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1602 | 2025-02-10T18:10:38.456Z | Feb 10 18:10:37.786 INFO Download complete, target: Softnpu |
1603 | 2025-02-10T18:10:38.460Z | |
1604 | 2025-02-10T18:10:38.463Z | real 2.274266306 |
1605 | 2025-02-10T18:10:38.463Z | user 1.261934701 |
1606 | 2025-02-10T18:10:38.463Z | sys 0.552236134 |
1607 | 2025-02-10T18:10:38.463Z | trap 0.001124947 |
1608 | 2025-02-10T18:10:38.463Z | tflt 0.000070625 |
1609 | 2025-02-10T18:10:38.463Z | dflt 0.000156010 |
1610 | 2025-02-10T18:10:38.463Z | kflt 0.000000000 |
1611 | 2025-02-10T18:10:38.463Z | lock 8.221445535 |
1612 | 2025-02-10T18:10:38.463Z | slp 0.660272763 |
1613 | 2025-02-10T18:10:38.463Z | lat 0.070196926 |
1614 | 2025-02-10T18:10:38.463Z | stop 0.000165143 |
1615 | 2025-02-10T18:10:38.463Z | + export CARGO_INCREMENTAL=0 |
1616 | 2025-02-10T18:10:38.463Z | + CARGO_INCREMENTAL=0 |
1617 | 2025-02-10T18:10:38.463Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1618 | 2025-02-10T18:10:39.407Z | Compiling proc-macro2 v1.0.92 |
1619 | 2025-02-10T18:10:39.407Z | Compiling unicode-ident v1.0.14 |
1620 | 2025-02-10T18:10:39.407Z | Compiling libc v0.2.169 |
1621 | 2025-02-10T18:10:39.408Z | Compiling serde v1.0.217 |
1622 | 2025-02-10T18:10:39.410Z | Compiling autocfg v1.4.0 |
1623 | 2025-02-10T18:10:39.410Z | Compiling version_check v0.9.5 |
1624 | 2025-02-10T18:10:39.410Z | Compiling cfg-if v1.0.0 |
1625 | 2025-02-10T18:10:39.697Z | Compiling memchr v2.7.4 |
1626 | 2025-02-10T18:10:39.717Z | Compiling typenum v1.17.0 |
1627 | 2025-02-10T18:10:39.730Z | Compiling shlex v1.3.0 |
1628 | 2025-02-10T18:10:40.094Z | Compiling value-bag v1.9.0 |
1629 | 2025-02-10T18:10:40.114Z | Compiling generic-array v0.14.7 |
1630 | 2025-02-10T18:10:40.117Z | Compiling scopeguard v1.2.0 |
1631 | 2025-02-10T18:10:40.416Z | Compiling lock_api v0.4.12 |
1632 | 2025-02-10T18:10:40.573Z | Compiling log v0.4.22 |
1633 | 2025-02-10T18:10:40.630Z | Compiling parking_lot_core v0.9.10 |
1634 | 2025-02-10T18:10:41.029Z | Compiling serde_json v1.0.135 |
1635 | 2025-02-10T18:10:41.059Z | Compiling once_cell v1.20.2 |
1636 | 2025-02-10T18:10:41.278Z | Compiling quote v1.0.38 |
1637 | 2025-02-10T18:10:41.299Z | Compiling rustix v0.38.37 |
1638 | 2025-02-10T18:10:41.340Z | Compiling jobserver v0.1.32 |
1639 | 2025-02-10T18:10:41.418Z | Compiling getrandom v0.2.15 |
1640 | 2025-02-10T18:10:41.516Z | Compiling libm v0.2.8 |
1641 | 2025-02-10T18:10:41.705Z | Compiling syn v2.0.96 |
1642 | 2025-02-10T18:10:41.832Z | Compiling cc v1.1.30 |
1643 | 2025-02-10T18:10:41.856Z | Compiling aho-corasick v1.1.3 |
1644 | 2025-02-10T18:10:41.871Z | Compiling num-traits v0.2.19 |
1645 | 2025-02-10T18:10:41.974Z | Compiling regex-syntax v0.8.5 |
1646 | 2025-02-10T18:10:42.036Z | Compiling thiserror v1.0.69 |
1647 | 2025-02-10T18:10:42.055Z | Compiling either v1.13.0 |
1648 | 2025-02-10T18:10:42.154Z | Compiling itoa v1.0.11 |
1649 | 2025-02-10T18:10:42.426Z | Compiling spin v0.9.8 |
1650 | 2025-02-10T18:10:42.524Z | Compiling slab v0.4.9 |
1651 | 2025-02-10T18:10:42.761Z | Compiling errno v0.3.9 |
1652 | 2025-02-10T18:10:42.916Z | Compiling byteorder v1.5.0 |
1653 | 2025-02-10T18:10:43.080Z | Compiling rand_core v0.6.4 |
1654 | 2025-02-10T18:10:43.405Z | Compiling glob v0.3.2 |
1655 | 2025-02-10T18:10:43.740Z | Compiling prettyplease v0.2.25 |
1656 | 2025-02-10T18:10:43.743Z | Compiling lazy_static v1.5.0 |
1657 | 2025-02-10T18:10:44.095Z | Compiling minimal-lexical v0.2.1 |
1658 | 2025-02-10T18:10:44.116Z | Compiling clang-sys v1.8.1 |
1659 | 2025-02-10T18:10:44.530Z | Compiling nom v7.1.3 |
1660 | 2025-02-10T18:10:44.646Z | Compiling libloading v0.8.5 |
1661 | 2025-02-10T18:10:44.802Z | Compiling subtle v2.6.1 |
1662 | 2025-02-10T18:10:44.967Z | Compiling bindgen v0.69.5 |
1663 | 2025-02-10T18:10:44.993Z | Compiling smallvec v1.13.2 |
1664 | 2025-02-10T18:10:45.117Z | Compiling home v0.5.9 |
1665 | 2025-02-10T18:10:45.439Z | Compiling regex-automata v0.4.8 |
1666 | 2025-02-10T18:10:45.494Z | Compiling itertools v0.12.1 |
1667 | 2025-02-10T18:10:45.670Z | Compiling allocator-api2 v0.2.18 |
1668 | 2025-02-10T18:10:45.999Z | Compiling lazycell v1.3.0 |
1669 | 2025-02-10T18:10:46.178Z | Compiling rustc-hash v1.1.0 |
1670 | 2025-02-10T18:10:46.343Z | Compiling cmake v0.1.51 |
1671 | 2025-02-10T18:10:46.561Z | Compiling semver v1.0.24 |
1672 | 2025-02-10T18:10:47.025Z | Compiling dunce v1.0.5 |
1673 | 2025-02-10T18:10:47.109Z | Compiling fs_extra v1.3.0 |
1674 | 2025-02-10T18:10:47.588Z | Compiling cexpr v0.6.0 |
1675 | 2025-02-10T18:10:47.688Z | Compiling pkg-config v0.3.31 |
1676 | 2025-02-10T18:10:47.755Z | Compiling ring v0.17.8 |
1677 | 2025-02-10T18:10:48.514Z | Compiling pin-project-lite v0.2.14 |
1678 | 2025-02-10T18:10:48.579Z | Compiling paste v1.0.15 |
1679 | 2025-02-10T18:10:48.664Z | Compiling ryu v1.0.18 |
1680 | 2025-02-10T18:10:48.705Z | Compiling synstructure v0.13.1 |
1681 | 2025-02-10T18:10:49.003Z | Compiling httparse v1.9.5 |
1682 | 2025-02-10T18:10:49.328Z | Compiling fnv v1.0.7 |
1683 | 2025-02-10T18:10:49.473Z | Compiling aws-lc-rs v1.10.0 |
1684 | 2025-02-10T18:10:49.603Z | Compiling const-oid v0.9.6 |
1685 | 2025-02-10T18:10:49.880Z | Compiling schemars v0.8.21 |
1686 | 2025-02-10T18:10:50.045Z | Compiling serde_derive_internals v0.29.1 |
1687 | 2025-02-10T18:10:50.344Z | Compiling foldhash v0.1.3 |
1688 | 2025-02-10T18:10:50.521Z | Compiling equivalent v1.0.1 |
1689 | 2025-02-10T18:10:50.657Z | Compiling regex v1.11.1 |
1690 | 2025-02-10T18:10:51.189Z | Compiling hashbrown v0.15.1 |
1691 | 2025-02-10T18:10:51.397Z | Compiling signal-hook-registry v1.4.2 |
1692 | 2025-02-10T18:10:51.549Z | Compiling heck v0.5.0 |
1693 | 2025-02-10T18:10:51.618Z | Compiling parking_lot v0.12.3 |
1694 | 2025-02-10T18:10:51.971Z | Compiling mio v1.0.2 |
1695 | 2025-02-10T18:10:52.360Z | Compiling stable_deref_trait v1.2.0 |
1696 | 2025-02-10T18:10:53.133Z | Compiling serde_derive v1.0.217 |
1697 | 2025-02-10T18:10:53.229Z | Compiling zeroize_derive v1.4.2 |
1698 | 2025-02-10T18:10:53.508Z | Compiling zerocopy-derive v0.7.35 |
1699 | 2025-02-10T18:10:53.643Z | Compiling thiserror-impl v1.0.69 |
1700 | 2025-02-10T18:10:54.340Z | Compiling tokio-macros v2.5.0 |
1701 | 2025-02-10T18:10:54.476Z | Compiling zerofrom-derive v0.1.4 |
1702 | 2025-02-10T18:10:54.508Z | Compiling zeroize v1.8.1 |
1703 | 2025-02-10T18:10:54.947Z | Compiling yoke-derive v0.7.4 |
1704 | 2025-02-10T18:10:55.127Z | Compiling zerovec-derive v0.10.3 |
1705 | 2025-02-10T18:10:55.233Z | Compiling futures-macro v0.3.31 |
1706 | 2025-02-10T18:10:55.300Z | Compiling displaydoc v0.2.5 |
1707 | 2025-02-10T18:10:56.284Z | Compiling zerocopy v0.7.35 |
1708 | 2025-02-10T18:10:56.924Z | Compiling crypto-common v0.1.6 |
1709 | 2025-02-10T18:10:57.100Z | Compiling icu_provider_macros v1.5.0 |
1710 | 2025-02-10T18:10:57.121Z | Compiling tracing-attributes v0.1.27 |
1711 | 2025-02-10T18:10:57.299Z | Compiling schemars_derive v0.8.21 |
1712 | 2025-02-10T18:10:57.380Z | Compiling block-buffer v0.10.4 |
1713 | 2025-02-10T18:10:57.615Z | Compiling digest v0.10.7 |
1714 | 2025-02-10T18:10:58.000Z | Compiling socket2 v0.5.7 |
1715 | 2025-02-10T18:10:58.052Z | Compiling time-core v0.1.2 |
1716 | 2025-02-10T18:10:58.121Z | Compiling futures-core v0.3.31 |
1717 | 2025-02-10T18:10:58.220Z | Compiling crossbeam-utils v0.8.20 |
1718 | 2025-02-10T18:10:58.380Z | Compiling num-conv v0.1.0 |
1719 | 2025-02-10T18:10:58.674Z | Compiling time-macros v0.2.18 |
1720 | 2025-02-10T18:10:58.915Z | Compiling der_derive v0.7.3 |
1721 | 2025-02-10T18:10:59.004Z | Compiling vcpkg v0.2.15 |
1722 | 2025-02-10T18:11:00.345Z | Compiling openssl-sys v0.9.105 |
1723 | 2025-02-10T18:11:01.497Z | Compiling cpufeatures v0.2.14 |
1724 | 2025-02-10T18:11:01.605Z | Compiling futures-sink v0.3.31 |
1725 | 2025-02-10T18:11:01.693Z | Compiling slog v2.7.0 |
1726 | 2025-02-10T18:11:01.899Z | Compiling ahash v0.8.11 |
1727 | 2025-02-10T18:11:01.921Z | Compiling syn v1.0.109 |
1728 | 2025-02-10T18:11:02.147Z | Compiling zerofrom v0.1.4 |
1729 | 2025-02-10T18:11:02.448Z | Compiling iana-time-zone v0.1.61 |
1730 | 2025-02-10T18:11:02.538Z | Compiling yoke v0.7.4 |
1731 | 2025-02-10T18:11:02.795Z | Compiling futures-channel v0.3.31 |
1732 | 2025-02-10T18:11:02.899Z | Compiling scroll_derive v0.12.0 |
1733 | 2025-02-10T18:11:02.944Z | Compiling openssl v0.10.70 |
1734 | 2025-02-10T18:11:03.124Z | Compiling ucd-trie v0.1.7 |
1735 | 2025-02-10T18:11:03.230Z | Compiling pin-utils v0.1.0 |
1736 | 2025-02-10T18:11:03.337Z | Compiling futures-task v0.3.31 |
1737 | 2025-02-10T18:11:03.358Z | Compiling futures-io v0.3.31 |
1738 | 2025-02-10T18:11:03.569Z | Compiling pest v2.7.14 |
1739 | 2025-02-10T18:11:03.648Z | Compiling futures-util v0.3.31 |
1740 | 2025-02-10T18:11:03.714Z | Compiling zerovec v0.10.4 |
1741 | 2025-02-10T18:11:04.565Z | Compiling hmac v0.12.1 |
1742 | 2025-02-10T18:11:05.237Z | Compiling bitflags v2.6.0 |
1743 | 2025-02-10T18:11:05.266Z | Compiling bytes v1.9.0 |
1744 | 2025-02-10T18:11:06.625Z | Compiling indexmap v2.7.1 |
1745 | 2025-02-10T18:11:07.163Z | Compiling tokio v1.43.0 |
1746 | 2025-02-10T18:11:07.950Z | Compiling serde_tokenstream v0.2.2 |
1747 | 2025-02-10T18:11:08.468Z | Compiling uuid v1.12.0 |
1748 | 2025-02-10T18:11:08.504Z | Compiling http v1.2.0 |
1749 | 2025-02-10T18:11:09.619Z | Compiling which v4.4.2 |
1750 | 2025-02-10T18:11:09.859Z | Compiling chrono v0.4.39 |
1751 | 2025-02-10T18:11:10.282Z | Compiling rustc_version v0.4.1 |
1752 | 2025-02-10T18:11:12.930Z | Compiling pest_meta v2.7.14 |
1753 | 2025-02-10T18:11:16.571Z | Compiling block-padding v0.3.3 |
1754 | 2025-02-10T18:11:16.596Z | Compiling openssl-macros v0.1.1 |
1755 | 2025-02-10T18:11:16.813Z | Compiling native-tls v0.2.12 |
1756 | 2025-02-10T18:11:16.875Z | Compiling rustls v0.23.19 |
1757 | 2025-02-10T18:11:17.168Z | Compiling inout v0.1.3 |
1758 | 2025-02-10T18:11:17.189Z | Compiling pest_generator v2.7.14 |
1759 | 2025-02-10T18:11:17.283Z | Compiling tinystr v0.7.6 |
1760 | 2025-02-10T18:11:17.659Z | Compiling toml_datetime v0.6.8 |
1761 | 2025-02-10T18:11:17.718Z | Compiling serde_spanned v0.6.8 |
1762 | 2025-02-10T18:11:17.852Z | Compiling tracing-core v0.1.32 |
1763 | 2025-02-10T18:11:17.938Z | Compiling litemap v0.7.3 |
1764 | 2025-02-10T18:11:18.067Z | Compiling writeable v0.5.5 |
1765 | 2025-02-10T18:11:18.429Z | Compiling strsim v0.11.1 |
1766 | 2025-02-10T18:11:18.799Z | Compiling dyn-clone v1.0.17 |
1767 | 2025-02-10T18:11:18.840Z | Compiling pest_derive v2.7.14 |
1768 | 2025-02-10T18:11:19.068Z | Compiling icu_locid v1.5.0 |
1769 | 2025-02-10T18:11:19.106Z | Compiling tracing v0.1.40 |
1770 | 2025-02-10T18:11:19.903Z | Compiling cipher v0.4.4 |
1771 | 2025-02-10T18:11:20.008Z | Compiling sha2 v0.10.8 |
1772 | 2025-02-10T18:11:20.363Z | Compiling usdt-impl v0.5.0 |
1773 | 2025-02-10T18:11:20.719Z | Compiling cookie v0.18.1 |
1774 | 2025-02-10T18:11:20.813Z | Compiling base64ct v1.6.0 |
1775 | 2025-02-10T18:11:21.034Z | Compiling icu_provider v1.5.0 |
1776 | 2025-02-10T18:11:21.382Z | Compiling pem-rfc7468 v0.7.0 |
1777 | 2025-02-10T18:11:22.171Z | Compiling aws-lc-sys v0.22.0 |
1778 | 2025-02-10T18:11:22.861Z | Compiling scroll v0.12.0 |
1779 | 2025-02-10T18:11:23.176Z | Compiling ppv-lite86 v0.2.20 |
1780 | 2025-02-10T18:11:23.378Z | Compiling async-trait v0.1.86 |
1781 | 2025-02-10T18:11:24.015Z | Compiling anyhow v1.0.95 |
1782 | 2025-02-10T18:11:24.565Z | Compiling plain v0.2.3 |
1783 | 2025-02-10T18:11:25.458Z | Compiling icu_locid_transform_data v1.5.0 |
1784 | 2025-02-10T18:11:25.557Z | Compiling percent-encoding v2.3.1 |
1785 | 2025-02-10T18:11:25.994Z | Compiling flagset v0.4.6 |
1786 | 2025-02-10T18:11:26.212Z | Compiling rustls-pki-types v1.10.0 |
1787 | 2025-02-10T18:11:26.614Z | Compiling camino v1.1.9 |
1788 | 2025-02-10T18:11:27.088Z | Compiling icu_locid_transform v1.5.0 |
1789 | 2025-02-10T18:11:27.820Z | Compiling der v0.7.9 |
1790 | 2025-02-10T18:11:28.943Z | Compiling goblin v0.8.2 |
1791 | 2025-02-10T18:11:30.243Z | Compiling rand_chacha v0.3.1 |
1792 | 2025-02-10T18:11:30.883Z | Compiling tokio-util v0.7.12 |
1793 | 2025-02-10T18:11:31.122Z | Compiling icu_collections v1.5.0 |
1794 | 2025-02-10T18:11:33.313Z | Compiling powerfmt v0.2.0 |
1795 | 2025-02-10T18:11:33.519Z | Compiling mirai-annotations v1.12.0 |
1796 | 2025-02-10T18:11:33.705Z | Compiling rayon-core v1.12.1 |
1797 | 2025-02-10T18:11:33.819Z | Compiling pretty-hex v0.4.1 |
1798 | 2025-02-10T18:11:33.874Z | Compiling rustls v0.22.4 |
1799 | 2025-02-10T18:11:33.985Z | Compiling untrusted v0.9.0 |
1800 | 2025-02-10T18:11:34.041Z | Compiling icu_properties_data v1.5.0 |
1801 | 2025-02-10T18:11:34.140Z | Compiling untrusted v0.7.1 |
1802 | 2025-02-10T18:11:34.298Z | Compiling icu_properties v1.5.1 |
1803 | 2025-02-10T18:11:34.336Z | Compiling dof v0.3.0 |
1804 | 2025-02-10T18:11:35.340Z | Compiling deranged v0.3.11 |
1805 | 2025-02-10T18:11:36.554Z | Compiling rand v0.8.5 |
1806 | 2025-02-10T18:11:36.896Z | Compiling spki v0.7.3 |
1807 | 2025-02-10T18:11:37.178Z | Compiling salsa20 v0.10.2 |
1808 | 2025-02-10T18:11:37.245Z | Compiling dtrace-parser v0.2.0 |
1809 | 2025-02-10T18:11:37.993Z | Compiling pbkdf2 v0.12.2 |
1810 | 2025-02-10T18:11:38.663Z | Compiling thread-id v4.2.2 |
1811 | 2025-02-10T18:11:38.801Z | Compiling icu_normalizer_data v1.5.0 |
1812 | 2025-02-10T18:11:39.004Z | Compiling atomic-waker v1.1.2 |
1813 | 2025-02-10T18:11:39.031Z | Compiling num_threads v0.1.7 |
1814 | 2025-02-10T18:11:39.091Z | Compiling utf16_iter v1.0.5 |
1815 | 2025-02-10T18:11:39.163Z | Compiling write16 v1.0.0 |
1816 | 2025-02-10T18:11:39.212Z | Compiling utf8_iter v1.0.4 |
1817 | 2025-02-10T18:11:39.491Z | Compiling litrs v0.4.1 |
1818 | 2025-02-10T18:11:39.551Z | Compiling winnow v0.5.40 |
1819 | 2025-02-10T18:11:39.731Z | Compiling icu_normalizer v1.5.0 |
1820 | 2025-02-10T18:11:40.479Z | Compiling document-features v0.2.10 |
1821 | 2025-02-10T18:11:41.453Z | Compiling time v0.3.36 |
1822 | 2025-02-10T18:11:42.802Z | Compiling toml_edit v0.19.15 |
1823 | 2025-02-10T18:11:43.870Z | Compiling scrypt v0.11.0 |
1824 | 2025-02-10T18:11:44.007Z | Compiling form_urlencoded v1.2.1 |
1825 | 2025-02-10T18:11:44.321Z | Compiling cbc v0.1.2 |
1826 | 2025-02-10T18:11:44.523Z | Compiling aes v0.8.4 |
1827 | 2025-02-10T18:11:44.541Z | Compiling http-body v1.0.1 |
1828 | 2025-02-10T18:11:44.857Z | Compiling multer v3.1.0 |
1829 | 2025-02-10T18:11:45.087Z | Compiling rustversion v1.0.17 |
1830 | 2025-02-10T18:11:45.166Z | Compiling tinyvec_macros v0.1.1 |
1831 | 2025-02-10T18:11:45.276Z | Compiling slog-async v2.8.0 |
1832 | 2025-02-10T18:11:45.598Z | Compiling try-lock v0.2.5 |
1833 | 2025-02-10T18:11:45.725Z | Compiling want v0.3.1 |
1834 | 2025-02-10T18:11:45.846Z | Compiling pkcs5 v0.7.1 |
1835 | 2025-02-10T18:11:45.866Z | Compiling tinyvec v1.8.0 |
1836 | 2025-02-10T18:11:47.389Z | Compiling idna_adapter v1.2.0 |
1837 | 2025-02-10T18:11:47.866Z | Compiling h2 v0.4.6 |
1838 | 2025-02-10T18:11:48.328Z | Compiling heapless v0.7.17 |
1839 | 2025-02-10T18:11:49.020Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1840 | 2025-02-10T18:11:49.473Z | Compiling signal-hook v0.3.17 |
1841 | 2025-02-10T18:11:49.631Z | Compiling httpdate v1.0.3 |
1842 | 2025-02-10T18:11:50.401Z | Compiling idna v1.0.3 |
1843 | 2025-02-10T18:11:51.900Z | Compiling pkcs8 v0.10.2 |
1844 | 2025-02-10T18:11:53.221Z | Compiling usdt-attr-macro v0.5.0 |
1845 | 2025-02-10T18:11:53.665Z | Compiling usdt-macro v0.5.0 |
1846 | 2025-02-10T18:11:54.540Z | Compiling async-stream-impl v0.3.6 |
1847 | 2025-02-10T18:11:54.577Z | Compiling adler2 v2.0.0 |
1848 | 2025-02-10T18:11:54.857Z | Compiling base64 v0.22.1 |
1849 | 2025-02-10T18:11:54.905Z | Compiling tower-service v0.3.3 |
1850 | 2025-02-10T18:11:55.700Z | Compiling hyper v1.5.2 |
1851 | 2025-02-10T18:11:55.937Z | Compiling miniz_oxide v0.8.0 |
1852 | 2025-02-10T18:11:58.892Z | Compiling hyper-util v0.1.10 |
1853 | 2025-02-10T18:11:59.299Z | Compiling curve25519-dalek v4.1.3 |
1854 | 2025-02-10T18:12:01.873Z | Compiling openapiv3 v2.0.0 |
1855 | 2025-02-10T18:12:02.859Z | Compiling enum-as-inner v0.6.1 |
1856 | 2025-02-10T18:12:03.548Z | Compiling dropshot v0.12.0 |
1857 | 2025-02-10T18:12:03.840Z | Compiling smoltcp v0.9.1 |
1858 | 2025-02-10T18:12:04.004Z | Compiling num-bigint-dig v0.8.4 |
1859 | 2025-02-10T18:12:04.298Z | Compiling foreign-types-shared v0.1.1 |
1860 | 2025-02-10T18:12:04.408Z | Compiling newtype-uuid v1.2.1 |
1861 | 2025-02-10T18:12:04.703Z | Compiling portable-atomic v1.9.0 |
1862 | 2025-02-10T18:12:04.787Z | Compiling match_cfg v0.1.0 |
1863 | 2025-02-10T18:12:04.893Z | Compiling hostname v0.3.1 |
1864 | 2025-02-10T18:12:05.096Z | Compiling foreign-types v0.3.2 |
1865 | 2025-02-10T18:12:06.459Z | Compiling url v2.5.3 |
1866 | 2025-02-10T18:12:08.464Z | Compiling http-body-util v0.1.2 |
1867 | 2025-02-10T18:12:08.987Z | Compiling dirs-sys-next v0.1.2 |
1868 | 2025-02-10T18:12:09.159Z | Compiling encoding_rs v0.8.34 |
1869 | 2025-02-10T18:12:09.298Z | Compiling ident_case v1.0.1 |
1870 | 2025-02-10T18:12:09.422Z | Compiling data-encoding v2.6.0 |
1871 | 2025-02-10T18:12:09.470Z | Compiling heck v0.4.1 |
1872 | 2025-02-10T18:12:09.831Z | Compiling mime v0.3.17 |
1873 | 2025-02-10T18:12:10.886Z | Compiling siphasher v0.3.11 |
1874 | 2025-02-10T18:12:10.905Z | Compiling gimli v0.31.1 |
1875 | 2025-02-10T18:12:11.244Z | Compiling darling_core v0.20.10 |
1876 | 2025-02-10T18:12:12.251Z | Compiling dirs-next v2.0.0 |
1877 | 2025-02-10T18:12:16.691Z | Compiling addr2line v0.24.2 |
1878 | 2025-02-10T18:12:18.215Z | Compiling unicode-normalization v0.1.24 |
1879 | 2025-02-10T18:12:19.287Z | Compiling crossbeam-epoch v0.9.18 |
1880 | 2025-02-10T18:12:19.944Z | Compiling serde_urlencoded v0.7.1 |
1881 | 2025-02-10T18:12:20.016Z | Compiling rustls-pemfile v2.2.0 |
1882 | 2025-02-10T18:12:20.374Z | Compiling hubpack_derive v0.1.1 |
1883 | 2025-02-10T18:12:20.486Z | Compiling dropshot_endpoint v0.12.0 |
1884 | 2025-02-10T18:12:20.590Z | Compiling sha1 v0.10.6 |
1885 | 2025-02-10T18:12:20.623Z | Compiling signature v2.2.0 |
1886 | 2025-02-10T18:12:20.852Z | Compiling curve25519-dalek-derive v0.1.1 |
1887 | 2025-02-10T18:12:20.965Z | Compiling zerocopy-derive v0.6.6 |
1888 | 2025-02-10T18:12:21.255Z | Compiling object v0.36.5 |
1889 | 2025-02-10T18:12:22.674Z | Compiling thread_local v1.1.8 |
1890 | 2025-02-10T18:12:23.109Z | Compiling fs-err v2.11.0 |
1891 | 2025-02-10T18:12:24.205Z | Compiling utf8parse v0.2.2 |
1892 | 2025-02-10T18:12:24.383Z | Compiling unicode-properties v0.1.3 |
1893 | 2025-02-10T18:12:26.771Z | Compiling anstyle v1.0.10 |
1894 | 2025-02-10T18:12:27.660Z | Compiling ipnet v2.10.1 |
1895 | 2025-02-10T18:12:27.695Z | Compiling unicode-bidi v0.3.17 |
1896 | 2025-02-10T18:12:28.769Z | Compiling openssl-probe v0.1.5 |
1897 | 2025-02-10T18:12:29.416Z | Compiling rustc-demangle v0.1.24 |
1898 | 2025-02-10T18:12:30.518Z | Compiling winnow v0.6.20 |
1899 | 2025-02-10T18:12:30.681Z | Compiling backtrace v0.3.74 |
1900 | 2025-02-10T18:12:33.767Z | Compiling rustls-webpki v0.102.8 |
1901 | 2025-02-10T18:12:34.249Z | Compiling toml_edit v0.22.22 |
1902 | 2025-02-10T18:12:41.825Z | Compiling stringprep v0.1.5 |
1903 | 2025-02-10T18:12:42.008Z | Compiling anstyle-parse v0.2.5 |
1904 | 2025-02-10T18:12:43.327Z | Compiling crossbeam-deque v0.8.5 |
1905 | 2025-02-10T18:12:43.688Z | Compiling darling_macro v0.20.10 |
1906 | 2025-02-10T18:12:43.754Z | Compiling term v0.7.0 |
1907 | 2025-02-10T18:12:44.540Z | Compiling slog-json v2.6.1 |
1908 | 2025-02-10T18:12:45.596Z | Compiling crossbeam-channel v0.5.13 |
1909 | 2025-02-10T18:12:46.324Z | Compiling hashbrown v0.14.5 |
1910 | 2025-02-10T18:12:46.594Z | Compiling futures-executor v0.3.31 |
1911 | 2025-02-10T18:12:47.006Z | Compiling num-integer v0.1.46 |
1912 | 2025-02-10T18:12:47.144Z | Compiling md-5 v0.10.6 |
1913 | 2025-02-10T18:12:47.317Z | Compiling ff v0.13.0 |
1914 | 2025-02-10T18:12:47.379Z | Compiling hash32 v0.2.1 |
1915 | 2025-02-10T18:12:47.398Z | Compiling is-terminal v0.4.13 |
1916 | 2025-02-10T18:12:47.462Z | Compiling memmap v0.7.0 |
1917 | 2025-02-10T18:12:47.551Z | Compiling linked-hash-map v0.5.6 |
1918 | 2025-02-10T18:12:47.666Z | Compiling utf-8 v0.7.6 |
1919 | 2025-02-10T18:12:47.760Z | Compiling take_mut v0.2.2 |
1920 | 2025-02-10T18:12:47.869Z | Compiling base16ct v0.2.0 |
1921 | 2025-02-10T18:12:47.927Z | Compiling fallible-iterator v0.2.0 |
1922 | 2025-02-10T18:12:47.963Z | Compiling colorchoice v1.0.2 |
1923 | 2025-02-10T18:12:48.130Z | Compiling quick-error v1.2.3 |
1924 | 2025-02-10T18:12:48.162Z | Compiling psl-types v2.0.11 |
1925 | 2025-02-10T18:12:48.298Z | Compiling anstyle-query v1.1.1 |
1926 | 2025-02-10T18:12:48.464Z | Compiling is_terminal_polyfill v1.70.1 |
1927 | 2025-02-10T18:12:48.485Z | Compiling publicsuffix v2.3.0 |
1928 | 2025-02-10T18:12:48.602Z | Compiling anstream v0.6.15 |
1929 | 2025-02-10T18:12:48.621Z | Compiling postgres-protocol v0.6.7 |
1930 | 2025-02-10T18:12:48.834Z | Compiling resolv-conf v0.7.0 |
1931 | 2025-02-10T18:12:48.870Z | Compiling sec1 v0.7.3 |
1932 | 2025-02-10T18:12:49.396Z | Compiling tungstenite v0.24.0 |
1933 | 2025-02-10T18:12:49.431Z | Compiling lru-cache v0.1.2 |
1934 | 2025-02-10T18:12:49.632Z | Compiling usdt v0.5.0 |
1935 | 2025-02-10T18:12:50.055Z | Compiling num-iter v0.1.45 |
1936 | 2025-02-10T18:12:50.104Z | Compiling slog-term v2.9.1 |
1937 | 2025-02-10T18:12:50.268Z | Compiling group v0.13.0 |
1938 | 2025-02-10T18:12:50.577Z | Compiling regress v0.10.1 |
1939 | 2025-02-10T18:12:51.141Z | Compiling futures v0.3.31 |
1940 | 2025-02-10T18:12:53.629Z | Compiling slog-bunyan v2.5.0 |
1941 | 2025-02-10T18:12:53.834Z | Compiling darling v0.20.10 |
1942 | 2025-02-10T18:12:54.327Z | Compiling tokio-rustls v0.26.0 |
1943 | 2025-02-10T18:12:54.445Z | Compiling tokio-native-tls v0.3.1 |
1944 | 2025-02-10T18:12:54.746Z | Compiling tokio-rustls v0.25.0 |
1945 | 2025-02-10T18:12:54.749Z | Compiling toml v0.8.19 |
1946 | 2025-02-10T18:12:55.155Z | Compiling hickory-proto v0.24.3 |
1947 | 2025-02-10T18:12:55.312Z | Compiling phf_shared v0.11.2 |
1948 | 2025-02-10T18:12:55.662Z | Compiling strum_macros v0.25.3 |
1949 | 2025-02-10T18:12:56.325Z | Compiling async-stream v0.3.6 |
1950 | 2025-02-10T18:12:56.422Z | Compiling waitgroup v0.1.2 |
1951 | 2025-02-10T18:12:56.442Z | Compiling webpki-roots v0.26.6 |
1952 | 2025-02-10T18:12:56.681Z | Compiling terminal_size v0.4.0 |
1953 | 2025-02-10T18:12:56.847Z | Compiling serde_path_to_error v0.1.16 |
1954 | 2025-02-10T18:12:56.891Z | Compiling hkdf v0.12.4 |
1955 | 2025-02-10T18:12:57.135Z | Compiling crypto-bigint v0.5.5 |
1956 | 2025-02-10T18:12:57.564Z | Compiling clap_derive v4.5.24 |
1957 | 2025-02-10T18:12:57.646Z | Compiling derive-where v1.2.7 |
1958 | 2025-02-10T18:12:58.953Z | Compiling serde_repr v0.1.19 |
1959 | 2025-02-10T18:12:59.976Z | Compiling hostname v0.4.0 |
1960 | 2025-02-10T18:13:00.198Z | Compiling crc32fast v1.4.2 |
1961 | 2025-02-10T18:13:00.410Z | Compiling managed v0.8.0 |
1962 | 2025-02-10T18:13:00.538Z | Compiling bitflags v1.3.2 |
1963 | 2025-02-10T18:13:00.827Z | Compiling unicode-width v0.2.0 |
1964 | 2025-02-10T18:13:01.269Z | Compiling debug-ignore v1.0.5 |
1965 | 2025-02-10T18:13:01.432Z | Compiling clap_lex v0.7.4 |
1966 | 2025-02-10T18:13:01.853Z | Compiling clap_builder v4.5.27 |
1967 | 2025-02-10T18:13:01.932Z | Compiling console v0.15.10 |
1968 | 2025-02-10T18:13:04.970Z | Compiling flate2 v1.0.35 |
1969 | 2025-02-10T18:13:04.993Z | Compiling hickory-resolver v0.24.2 |
1970 | 2025-02-10T18:13:05.836Z | Compiling elliptic-curve v0.13.8 |
1971 | 2025-02-10T18:13:07.197Z | Compiling hyper-rustls v0.27.3 |
1972 | 2025-02-10T18:13:09.407Z | Compiling phf v0.11.2 |
1973 | 2025-02-10T18:13:09.470Z | Compiling hyper-tls v0.6.0 |
1974 | 2025-02-10T18:13:09.852Z | Compiling typify-impl v0.2.0 |
1975 | 2025-02-10T18:13:10.115Z | Compiling signal-hook-mio v0.2.4 |
1976 | 2025-02-10T18:13:10.142Z | Compiling bzip2 v0.4.4 |
1977 | 2025-02-10T18:13:10.321Z | Compiling rayon v1.10.0 |
1978 | 2025-02-10T18:13:10.503Z | Compiling cookie_store v0.21.1 |
1979 | 2025-02-10T18:13:13.217Z | Compiling tokio-tungstenite v0.24.0 |
1980 | 2025-02-10T18:13:13.735Z | Compiling postgres-types v0.2.8 |
1981 | 2025-02-10T18:13:14.537Z | Compiling zerocopy v0.6.6 |
1982 | 2025-02-10T18:13:14.652Z | Compiling hubpack v0.1.2 |
1983 | 2025-02-10T18:13:14.888Z | Compiling ed25519 v2.2.3 |
1984 | 2025-02-10T18:13:15.002Z | Compiling phf_shared v0.10.0 |
1985 | 2025-02-10T18:13:15.099Z | Compiling pkcs1 v0.7.5 |
1986 | 2025-02-10T18:13:15.269Z | Compiling tokio-stream v0.1.16 |
1987 | 2025-02-10T18:13:15.343Z | Compiling ipnetwork v0.20.0 |
1988 | 2025-02-10T18:13:15.961Z | Compiling serde-big-array v0.5.1 |
1989 | 2025-02-10T18:13:16.196Z | Compiling rfc6979 v0.4.0 |
1990 | 2025-02-10T18:13:16.216Z | Compiling float-cmp v0.9.0 |
1991 | 2025-02-10T18:13:16.300Z | Compiling sync_wrapper v1.0.1 |
1992 | 2025-02-10T18:13:16.443Z | Compiling bstr v1.10.0 |
1993 | 2025-02-10T18:13:17.012Z | Compiling fixedbitset v0.4.2 |
1994 | 2025-02-10T18:13:17.414Z | Compiling unicode-segmentation v1.12.0 |
1995 | 2025-02-10T18:13:17.750Z | Compiling new_debug_unreachable v1.0.6 |
1996 | 2025-02-10T18:13:17.858Z | Compiling whoami v1.5.2 |
1997 | 2025-02-10T18:13:17.891Z | Compiling difflib v0.4.0 |
1998 | 2025-02-10T18:13:18.230Z | Compiling number_prefix v0.4.0 |
1999 | 2025-02-10T18:13:18.363Z | Compiling precomputed-hash v0.1.1 |
2000 | 2025-02-10T18:13:18.462Z | Compiling bit-vec v0.6.3 |
2001 | 2025-02-10T18:13:18.492Z | Compiling normalize-line-endings v0.3.0 |
2002 | 2025-02-10T18:13:18.630Z | Compiling static_assertions v1.1.0 |
2003 | 2025-02-10T18:13:18.748Z | Compiling predicates-core v1.0.8 |
2004 | 2025-02-10T18:13:18.973Z | Compiling predicates v3.1.2 |
2005 | 2025-02-10T18:13:19.031Z | Compiling bit-set v0.5.3 |
2006 | 2025-02-10T18:13:19.120Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2007 | 2025-02-10T18:13:19.332Z | Compiling string_cache v0.8.7 |
2008 | 2025-02-10T18:13:19.718Z | Compiling reqwest v0.12.9 |
2009 | 2025-02-10T18:13:20.179Z | Compiling typify-macro v0.2.0 |
2010 | 2025-02-10T18:13:20.285Z | Compiling indicatif v0.17.11 |
2011 | 2025-02-10T18:13:20.555Z | Compiling tokio-postgres v0.7.12 |
2012 | 2025-02-10T18:13:20.901Z | Compiling similar v2.6.0 |
2013 | 2025-02-10T18:13:22.657Z | Compiling petgraph v0.6.5 |
2014 | 2025-02-10T18:13:25.184Z | Compiling ecdsa v0.16.9 |
2015 | 2025-02-10T18:13:25.264Z | Compiling qorb v0.2.1 |
2016 | 2025-02-10T18:13:26.005Z | Compiling rsa v0.9.6 |
2017 | 2025-02-10T18:13:26.024Z | Compiling ed25519-dalek v2.1.1 |
2018 | 2025-02-10T18:13:26.551Z | Compiling zip v0.6.6 |
2019 | 2025-02-10T18:13:27.232Z | Compiling crossterm v0.28.1 |
2020 | 2025-02-10T18:13:27.715Z | Compiling clap v4.5.27 |
2021 | 2025-02-10T18:13:29.296Z | Compiling toml v0.7.8 |
2022 | 2025-02-10T18:13:30.193Z | Compiling x509-cert v0.2.5 |
2023 | 2025-02-10T18:13:30.595Z | Compiling hex v0.4.3 |
2024 | 2025-02-10T18:13:31.483Z | Compiling itertools v0.10.5 |
2025 | 2025-02-10T18:13:31.627Z | Compiling zerocopy v0.8.10 |
2026 | 2025-02-10T18:13:31.977Z | Compiling lalrpop-util v0.19.12 |
2027 | 2025-02-10T18:13:32.325Z | Compiling peg-runtime v0.8.3 |
2028 | 2025-02-10T18:13:32.817Z | Compiling unicode-xid v0.2.6 |
2029 | 2025-02-10T18:13:34.345Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2030 | 2025-02-10T18:13:38.464Z | Compiling proc-macro-crate v1.3.1 |
2031 | 2025-02-10T18:13:39.168Z | Compiling macaddr v1.0.1 |
2032 | 2025-02-10T18:13:39.499Z | Compiling zerocopy-derive v0.8.10 |
2033 | 2025-02-10T18:13:39.549Z | Compiling itertools v0.13.0 |
2034 | 2025-02-10T18:13:42.055Z | Compiling heapless v0.8.0 |
2035 | 2025-02-10T18:13:42.470Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2036 | 2025-02-10T18:13:47.631Z | Compiling num_enum_derive v0.5.11 |
2037 | 2025-02-10T18:13:53.526Z | Compiling hash32 v0.3.1 |
2038 | 2025-02-10T18:13:54.602Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2039 | 2025-02-10T18:13:55.733Z | Compiling smoltcp v0.11.0 |
2040 | 2025-02-10T18:14:00.630Z | Compiling num_enum v0.5.11 |
2041 | 2025-02-10T18:14:00.775Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2042 | 2025-02-10T18:14:01.646Z | Compiling typify v0.2.0 |
2043 | 2025-02-10T18:14:01.791Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2044 | 2025-02-10T18:14:02.701Z | Compiling proc-macro-error-attr v1.0.4 |
2045 | 2025-02-10T18:14:03.017Z | Compiling cobs v0.2.3 |
2046 | 2025-02-10T18:14:03.125Z | Compiling unsafe-libyaml v0.2.11 |
2047 | 2025-02-10T18:14:04.092Z | Compiling thiserror v2.0.11 |
2048 | 2025-02-10T18:14:04.854Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2049 | 2025-02-10T18:14:05.584Z | Compiling serde_yaml v0.9.34+deprecated |
2050 | 2025-02-10T18:14:06.155Z | Compiling postcard v1.0.10 |
2051 | 2025-02-10T18:14:19.813Z | Compiling progenitor-impl v0.8.0 |
2052 | 2025-02-10T18:14:21.529Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2053 | 2025-02-10T18:14:31.072Z | Compiling strum_macros v0.26.4 |
2054 | 2025-02-10T18:14:31.775Z | Compiling foreign-types-macros v0.2.3 |
2055 | 2025-02-10T18:14:31.794Z | Compiling structmeta-derive v0.3.0 |
2056 | 2025-02-10T18:14:32.442Z | Compiling thiserror-impl v2.0.11 |
2057 | 2025-02-10T18:14:32.944Z | Compiling proc-macro-error v1.0.4 |
2058 | 2025-02-10T18:14:33.120Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2059 | 2025-02-10T18:14:33.254Z | Compiling foreign-types-shared v0.3.1 |
2060 | 2025-02-10T18:14:34.314Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2061 | 2025-02-10T18:14:34.836Z | Compiling unicode-width v0.1.14 |
2062 | 2025-02-10T18:14:35.483Z | Compiling tabwriter v1.4.0 |
2063 | 2025-02-10T18:14:36.026Z | Compiling strum v0.26.3 |
2064 | 2025-02-10T18:14:38.615Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2065 | 2025-02-10T18:14:38.829Z | Compiling structmeta v0.3.0 |
2066 | 2025-02-10T18:14:40.457Z | Compiling foreign-types v0.5.0 |
2067 | 2025-02-10T18:14:43.749Z | Compiling progenitor-macro v0.8.0 |
2068 | 2025-02-10T18:14:47.410Z | Compiling progenitor-client v0.8.0 |
2069 | 2025-02-10T18:14:51.028Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2070 | 2025-02-10T18:14:51.809Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2071 | 2025-02-10T18:14:52.276Z | Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2072 | 2025-02-10T18:14:52.609Z | Compiling cstr-argument v0.1.2 |
2073 | 2025-02-10T18:14:52.888Z | Compiling dropshot v0.15.1 |
2074 | 2025-02-10T18:14:53.210Z | Compiling crucible-workspace-hack v0.1.0 |
2075 | 2025-02-10T18:14:53.339Z | Compiling pretty-hex v0.2.1 |
2076 | 2025-02-10T18:14:53.509Z | Compiling fastrand v2.1.1 |
2077 | 2025-02-10T18:14:54.094Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2078 | 2025-02-10T18:14:54.158Z | Compiling tempfile v3.13.0 |
2079 | 2025-02-10T18:14:54.391Z | Compiling progenitor v0.8.0 |
2080 | 2025-02-10T18:14:54.564Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2081 | 2025-02-10T18:14:54.649Z | Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2082 | 2025-02-10T18:14:54.999Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2083 | 2025-02-10T18:14:55.186Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2084 | 2025-02-10T18:14:55.423Z | Compiling parse-display-derive v0.10.0 |
2085 | 2025-02-10T18:14:55.813Z | Compiling colored v2.1.0 |
2086 | 2025-02-10T18:14:55.851Z | Compiling serde_with_macros v3.11.0 |
2087 | 2025-02-10T18:14:55.974Z | Compiling dropshot_endpoint v0.15.1 |
2088 | 2025-02-10T18:14:56.988Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2089 | 2025-02-10T18:14:57.710Z | Compiling instant v0.1.13 |
2090 | 2025-02-10T18:14:57.889Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2091 | 2025-02-10T18:14:58.195Z | Compiling serde_with v3.11.0 |
2092 | 2025-02-10T18:14:58.254Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2093 | 2025-02-10T18:14:58.979Z | Compiling parse-display v0.10.0 |
2094 | 2025-02-10T18:14:59.058Z | Compiling backoff v0.4.0 |
2095 | 2025-02-10T18:14:59.418Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2096 | 2025-02-10T18:15:00.625Z | Compiling zone_cfg_derive v0.3.0 |
2097 | 2025-02-10T18:15:00.959Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2098 | 2025-02-10T18:15:01.151Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2099 | 2025-02-10T18:15:01.789Z | Compiling camino-tempfile v1.1.1 |
2100 | 2025-02-10T18:15:01.831Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2101 | 2025-02-10T18:15:01.944Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2102 | 2025-02-10T18:15:02.029Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2103 | 2025-02-10T18:15:02.219Z | Compiling regress v0.9.1 |
2104 | 2025-02-10T18:15:02.404Z | Compiling progenitor-client v0.9.1 |
2105 | 2025-02-10T18:15:02.551Z | Compiling num-derive v0.4.2 |
2106 | 2025-02-10T18:15:03.311Z | Compiling sigpipe v0.1.3 |
2107 | 2025-02-10T18:15:03.461Z | Compiling libefi-sys v0.1.0 |
2108 | 2025-02-10T18:15:03.770Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2109 | 2025-02-10T18:15:04.139Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2110 | 2025-02-10T18:15:04.730Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2111 | 2025-02-10T18:15:06.254Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2112 | 2025-02-10T18:15:06.786Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2113 | 2025-02-10T18:15:07.313Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2114 | 2025-02-10T18:15:09.066Z | Compiling zone v0.3.0 |
2115 | 2025-02-10T18:15:10.801Z | Compiling smf v0.2.3 |
2116 | 2025-02-10T18:15:12.328Z | Compiling bitfield-struct v0.6.2 |
2117 | 2025-02-10T18:15:13.362Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2118 | 2025-02-10T18:15:13.418Z | Compiling blake3 v1.5.4 |
2119 | 2025-02-10T18:15:13.623Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2120 | 2025-02-10T18:15:14.185Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2121 | 2025-02-10T18:15:14.319Z | Compiling xattr v1.3.1 |
2122 | 2025-02-10T18:15:14.343Z | Compiling memmap2 v0.9.5 |
2123 | 2025-02-10T18:15:14.630Z | Compiling filetime v0.2.25 |
2124 | 2025-02-10T18:15:14.712Z | Compiling constant_time_eq v0.3.1 |
2125 | 2025-02-10T18:15:14.909Z | Compiling arrayref v0.3.9 |
2126 | 2025-02-10T18:15:14.930Z | Compiling same-file v1.0.6 |
2127 | 2025-02-10T18:15:14.984Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2128 | 2025-02-10T18:15:15.025Z | Compiling arrayvec v0.7.6 |
2129 | 2025-02-10T18:15:15.115Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2130 | 2025-02-10T18:15:15.199Z | Compiling walkdir v2.5.0 |
2131 | 2025-02-10T18:15:15.281Z | Compiling tar v0.4.42 |
2132 | 2025-02-10T18:15:16.843Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2133 | 2025-02-10T18:15:17.259Z | Compiling gethostname v0.5.0 |
2134 | 2025-02-10T18:15:17.479Z | Compiling cargo-platform v0.1.8 |
2135 | 2025-02-10T18:15:17.713Z | Compiling topological-sort v0.2.2 |
2136 | 2025-02-10T18:15:18.007Z | Compiling omicron-zone-package v0.12.0 |
2137 | 2025-02-10T18:15:18.134Z | Compiling cargo_metadata v0.18.1 |
2138 | 2025-02-10T18:15:18.534Z | Compiling indent_write v2.2.0 |
2139 | 2025-02-10T18:15:18.790Z | Compiling shell-words v1.1.0 |
2140 | 2025-02-10T18:15:23.231Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2141 | 2025-02-10T18:15:24.114Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2142 | 2025-02-10T18:15:26.479Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2143 | 2025-02-10T18:15:47.983Z | Finished `release` profile [optimized] target(s) in 5m 09s |
2144 | 2025-02-10T18:15:48.147Z | Running `target/release/omicron-package -t test target create -p dev` |
2145 | 2025-02-10T18:15:48.194Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2146 | 2025-02-10T18:15:48.197Z | Created new build target 'test' and set it as active |
2147 | 2025-02-10T18:15:48.197Z | |
2148 | 2025-02-10T18:15:48.197Z | real 5:09.672614678 |
2149 | 2025-02-10T18:15:48.197Z | user 36:09.407949358 |
2150 | 2025-02-10T18:15:48.197Z | sys 3:16.982988411 |
2151 | 2025-02-10T18:15:48.197Z | trap 1.108102071 |
2152 | 2025-02-10T18:15:48.197Z | tflt 3.141932528 |
2153 | 2025-02-10T18:15:48.197Z | dflt 0.724575580 |
2154 | 2025-02-10T18:15:48.197Z | kflt 0.027913552 |
2155 | 2025-02-10T18:15:48.197Z | lock 1:12:29.632058439 |
2156 | 2025-02-10T18:15:48.197Z | slp 2:25:49.448277417 |
2157 | 2025-02-10T18:15:48.197Z | lat 2:44.332108553 |
2158 | 2025-02-10T18:15:48.197Z | stop 4:39.745928251 |
2159 | 2025-02-10T18:15:48.200Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2160 | 2025-02-10T18:15:49.157Z | Finished `release` profile [optimized] target(s) in 0.91s |
2161 | 2025-02-10T18:15:49.216Z | Running `target/release/omicron-package -t test package` |
2162 | 2025-02-10T18:15:49.264Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2163 | 2025-02-10T18:15:50.382Z | Compiling thiserror v2.0.11 |
2164 | 2025-02-10T18:15:50.519Z | Compiling typify-impl v0.3.0 |
2165 | 2025-02-10T18:15:50.522Z | Compiling convert_case v0.4.0 |
2166 | 2025-02-10T18:15:50.522Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2167 | 2025-02-10T18:15:50.522Z | Compiling newline-converter v0.3.0 |
2168 | 2025-02-10T18:15:50.524Z | Compiling password-hash v0.5.0 |
2169 | 2025-02-10T18:15:50.524Z | Compiling blake2 v0.10.6 |
2170 | 2025-02-10T18:15:50.524Z | Compiling base64 v0.21.7 |
2171 | 2025-02-10T18:15:50.723Z | Compiling expectorate v1.1.0 |
2172 | 2025-02-10T18:15:50.861Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2173 | 2025-02-10T18:15:50.995Z | Compiling atomicwrites v0.4.4 |
2174 | 2025-02-10T18:15:51.284Z | Compiling derive_more v0.99.18 |
2175 | 2025-02-10T18:15:51.516Z | Compiling argon2 v0.5.3 |
2176 | 2025-02-10T18:15:51.542Z | Compiling owo-colors v4.1.0 |
2177 | 2025-02-10T18:15:51.683Z | Compiling cancel-safe-futures v0.1.5 |
2178 | 2025-02-10T18:15:51.730Z | Compiling num-rational v0.4.2 |
2179 | 2025-02-10T18:15:51.868Z | Compiling progenitor-client v0.9.1 |
2180 | 2025-02-10T18:15:52.067Z | Compiling num-complex v0.4.6 |
2181 | 2025-02-10T18:15:52.357Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2182 | 2025-02-10T18:15:53.223Z | Compiling num v0.4.3 |
2183 | 2025-02-10T18:15:53.347Z | Compiling libsw v3.3.1 |
2184 | 2025-02-10T18:15:53.386Z | Compiling float-ord v0.3.2 |
2185 | 2025-02-10T18:15:53.568Z | Compiling linear-map v1.2.0 |
2186 | 2025-02-10T18:15:53.681Z | Compiling swrite v0.1.0 |
2187 | 2025-02-10T18:15:53.837Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2188 | 2025-02-10T18:15:53.840Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2189 | 2025-02-10T18:15:53.967Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2190 | 2025-02-10T18:15:54.112Z | Compiling highway v1.2.0 |
2191 | 2025-02-10T18:15:55.358Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2192 | 2025-02-10T18:15:55.599Z | Compiling semver v0.1.20 |
2193 | 2025-02-10T18:15:56.150Z | Compiling rustc_version v0.1.7 |
2194 | 2025-02-10T18:15:56.523Z | Compiling newtype_derive v0.1.6 |
2195 | 2025-02-10T18:15:56.836Z | Compiling tungstenite v0.21.0 |
2196 | 2025-02-10T18:15:57.047Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2197 | 2025-02-10T18:16:01.365Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2198 | 2025-02-10T18:16:01.466Z | Compiling typify-macro v0.3.0 |
2199 | 2025-02-10T18:16:01.820Z | Compiling ipnetwork v0.20.0 |
2200 | 2025-02-10T18:16:02.544Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2201 | 2025-02-10T18:16:03.117Z | Compiling tokio-tungstenite v0.21.0 |
2202 | 2025-02-10T18:16:03.193Z | Compiling progenitor-client v0.8.0 |
2203 | 2025-02-10T18:16:03.196Z | Compiling humantime v2.1.0 |
2204 | 2025-02-10T18:16:03.737Z | Compiling progenitor v0.8.0 |
2205 | 2025-02-10T18:16:03.907Z | Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2206 | 2025-02-10T18:16:03.957Z | Compiling dropshot v0.15.1 |
2207 | 2025-02-10T18:16:04.027Z | Compiling instant v0.1.13 |
2208 | 2025-02-10T18:16:04.188Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2209 | 2025-02-10T18:16:04.220Z | Compiling backoff v0.4.0 |
2210 | 2025-02-10T18:16:04.597Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2211 | 2025-02-10T18:16:04.676Z | Compiling steno v0.4.1 |
2212 | 2025-02-10T18:16:04.781Z | Compiling typify v0.3.0 |
2213 | 2025-02-10T18:16:04.972Z | Compiling progenitor-impl v0.9.1 |
2214 | 2025-02-10T18:16:10.994Z | Compiling progenitor-macro v0.9.1 |
2215 | 2025-02-10T18:16:12.134Z | Compiling parse-display v0.10.0 |
2216 | 2025-02-10T18:16:12.247Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2217 | 2025-02-10T18:16:12.438Z | Compiling strum v0.26.3 |
2218 | 2025-02-10T18:16:12.624Z | Compiling serde_with v3.11.0 |
2219 | 2025-02-10T18:16:12.663Z | Compiling regress v0.9.1 |
2220 | 2025-02-10T18:16:15.903Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2221 | 2025-02-10T18:16:17.157Z | Compiling macaddr v1.0.1 |
2222 | 2025-02-10T18:16:17.479Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2223 | 2025-02-10T18:16:17.568Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2224 | 2025-02-10T18:16:17.694Z | Compiling slog-dtrace v0.3.0 |
2225 | 2025-02-10T18:16:18.202Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2226 | 2025-02-10T18:16:18.226Z | Compiling prettyplease v0.2.25 |
2227 | 2025-02-10T18:16:20.257Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2228 | 2025-02-10T18:16:21.889Z | Compiling progenitor v0.9.1 |
2229 | 2025-02-10T18:16:22.137Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2230 | 2025-02-10T18:16:23.836Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2231 | 2025-02-10T18:16:26.118Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2232 | 2025-02-10T18:16:34.223Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2233 | 2025-02-10T18:16:35.645Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2234 | 2025-02-10T18:16:36.643Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2235 | 2025-02-10T18:16:37.411Z | Compiling half v2.4.1 |
2236 | 2025-02-10T18:16:38.113Z | Compiling ciborium-io v0.2.2 |
2237 | 2025-02-10T18:16:38.272Z | Compiling ciborium-ll v0.2.2 |
2238 | 2025-02-10T18:16:39.301Z | Compiling ciborium v0.2.2 |
2239 | 2025-02-10T18:16:40.408Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2240 | 2025-02-10T18:16:41.285Z | Compiling display-error-chain v0.2.2 |
2241 | 2025-02-10T18:16:41.421Z | Compiling same-file v1.0.6 |
2242 | 2025-02-10T18:16:41.520Z | Compiling fastrand v2.1.1 |
2243 | 2025-02-10T18:16:41.657Z | Compiling walkdir v2.5.0 |
2244 | 2025-02-10T18:16:41.925Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2245 | 2025-02-10T18:16:41.995Z | Compiling tempfile v3.13.0 |
2246 | 2025-02-10T18:16:42.273Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2247 | 2025-02-10T18:16:42.715Z | Compiling blake3 v1.5.4 |
2248 | 2025-02-10T18:16:43.341Z | Compiling const_format_proc_macros v0.2.34 |
2249 | 2025-02-10T18:16:45.204Z | Compiling xattr v1.3.1 |
2250 | 2025-02-10T18:16:45.530Z | Compiling memmap2 v0.9.5 |
2251 | 2025-02-10T18:16:45.907Z | Compiling filetime v0.2.25 |
2252 | 2025-02-10T18:16:46.180Z | Compiling arrayvec v0.7.6 |
2253 | 2025-02-10T18:16:46.382Z | Compiling arrayref v0.3.9 |
2254 | 2025-02-10T18:16:46.505Z | Compiling constant_time_eq v0.3.1 |
2255 | 2025-02-10T18:16:46.529Z | Compiling crunchy v0.2.2 |
2256 | 2025-02-10T18:16:46.582Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2257 | 2025-02-10T18:16:46.667Z | Compiling maplit v1.0.2 |
2258 | 2025-02-10T18:16:46.811Z | Compiling keccak v0.1.5 |
2259 | 2025-02-10T18:16:46.988Z | Compiling tar v0.4.42 |
2260 | 2025-02-10T18:16:47.928Z | Compiling sha3 v0.10.8 |
2261 | 2025-02-10T18:16:47.963Z | Compiling const_format v0.2.34 |
2262 | 2025-02-10T18:16:48.775Z | Compiling camino-tempfile v1.1.1 |
2263 | 2025-02-10T18:16:48.829Z | Compiling toolchain_find v0.4.0 |
2264 | 2025-02-10T18:16:49.071Z | Compiling tiny-keccak v2.0.2 |
2265 | 2025-02-10T18:16:49.186Z | Compiling radium v0.7.0 |
2266 | 2025-02-10T18:16:49.206Z | Compiling topological-sort v0.2.2 |
2267 | 2025-02-10T18:16:49.346Z | Compiling rustfmt-wrapper v0.2.1 |
2268 | 2025-02-10T18:16:49.395Z | Compiling omicron-zone-package v0.12.0 |
2269 | 2025-02-10T18:16:49.679Z | Compiling dsl_auto_type v0.1.2 |
2270 | 2025-02-10T18:16:49.776Z | Compiling scheduled-thread-pool v0.2.7 |
2271 | 2025-02-10T18:16:49.889Z | Compiling diesel_table_macro_syntax v0.2.0 |
2272 | 2025-02-10T18:16:50.323Z | Compiling maybe-uninit v2.0.0 |
2273 | 2025-02-10T18:16:50.804Z | Compiling tap v1.0.1 |
2274 | 2025-02-10T18:16:50.889Z | Compiling diesel_derives v2.2.3 |
2275 | 2025-02-10T18:16:51.003Z | Compiling wyz v0.5.1 |
2276 | 2025-02-10T18:16:51.287Z | Compiling r2d2 v0.8.10 |
2277 | 2025-02-10T18:16:51.902Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9ff89d72) |
2278 | 2025-02-10T18:16:52.156Z | Compiling phf_generator v0.11.2 |
2279 | 2025-02-10T18:16:52.362Z | Compiling ascii-canvas v3.0.0 |
2280 | 2025-02-10T18:16:52.807Z | Compiling secrecy v0.8.0 |
2281 | 2025-02-10T18:16:53.083Z | Compiling async-recursion v1.1.1 |
2282 | 2025-02-10T18:16:53.814Z | Compiling ena v0.14.3 |
2283 | 2025-02-10T18:16:54.219Z | Compiling regex-syntax v0.6.29 |
2284 | 2025-02-10T18:16:54.448Z | Compiling diff v0.1.13 |
2285 | 2025-02-10T18:16:54.484Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2286 | 2025-02-10T18:16:54.715Z | Compiling crc-catalog v2.4.0 |
2287 | 2025-02-10T18:16:54.887Z | Compiling packed_struct v0.10.1 |
2288 | 2025-02-10T18:16:54.913Z | Compiling funty v2.0.0 |
2289 | 2025-02-10T18:16:55.336Z | Compiling arc-swap v1.7.1 |
2290 | 2025-02-10T18:16:55.621Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2291 | 2025-02-10T18:16:55.956Z | Compiling bitvec v1.0.1 |
2292 | 2025-02-10T18:16:55.974Z | Compiling slog-scope v4.4.0 |
2293 | 2025-02-10T18:16:56.781Z | Compiling crc v3.2.1 |
2294 | 2025-02-10T18:16:57.771Z | Compiling lalrpop v0.19.12 |
2295 | 2025-02-10T18:16:58.820Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2296 | 2025-02-10T18:16:59.036Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9ff89d72) |
2297 | 2025-02-10T18:17:00.377Z | Compiling phf_codegen v0.11.2 |
2298 | 2025-02-10T18:17:00.727Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2299 | 2025-02-10T18:17:01.593Z | Compiling diesel v2.2.6 |
2300 | 2025-02-10T18:17:01.788Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2301 | 2025-02-10T18:17:02.039Z | Compiling universal-hash v0.5.1 |
2302 | 2025-02-10T18:17:02.289Z | Compiling packed_struct_codegen v0.10.1 |
2303 | 2025-02-10T18:17:04.601Z | Compiling thiserror-impl-no-std v2.0.2 |
2304 | 2025-02-10T18:17:05.884Z | Compiling parse-zoneinfo v0.3.1 |
2305 | 2025-02-10T18:17:06.867Z | Compiling unicase v2.7.0 |
2306 | 2025-02-10T18:17:07.205Z | Compiling indexmap v1.9.3 |
2307 | 2025-02-10T18:17:07.307Z | Compiling nodrop v0.1.14 |
2308 | 2025-02-10T18:17:07.462Z | Compiling opaque-debug v0.3.1 |
2309 | 2025-02-10T18:17:07.546Z | Compiling ref-cast v1.0.23 |
2310 | 2025-02-10T18:17:07.585Z | Compiling poly1305 v0.8.0 |
2311 | 2025-02-10T18:17:08.134Z | Compiling array-init v0.0.4 |
2312 | 2025-02-10T18:17:09.106Z | Compiling thiserror-no-std v2.0.2 |
2313 | 2025-02-10T18:17:09.152Z | Compiling chrono-tz-build v0.4.0 |
2314 | 2025-02-10T18:17:10.786Z | Compiling smallvec v0.6.14 |
2315 | 2025-02-10T18:17:11.244Z | Compiling slog-stdlog v4.1.1 |
2316 | 2025-02-10T18:17:12.632Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2317 | 2025-02-10T18:17:12.945Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2318 | 2025-02-10T18:17:13.258Z | Compiling derive_builder_core v0.20.2 |
2319 | 2025-02-10T18:17:14.132Z | Compiling chacha20 v0.9.1 |
2320 | 2025-02-10T18:17:14.612Z | Compiling headers-core v0.3.0 |
2321 | 2025-02-10T18:17:14.814Z | Compiling aead v0.5.2 |
2322 | 2025-02-10T18:17:15.187Z | Compiling libxml v0.3.3 |
2323 | 2025-02-10T18:17:15.350Z | Compiling ref-cast-impl v1.0.23 |
2324 | 2025-02-10T18:17:15.543Z | Compiling vte_generate_state_changes v0.1.2 |
2325 | 2025-02-10T18:17:16.145Z | Compiling termcolor v1.4.1 |
2326 | 2025-02-10T18:17:16.417Z | Compiling bitfield v0.14.0 |
2327 | 2025-02-10T18:17:16.733Z | Compiling hashbrown v0.12.3 |
2328 | 2025-02-10T18:17:17.151Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2329 | 2025-02-10T18:17:19.067Z | Compiling env_logger v0.10.2 |
2330 | 2025-02-10T18:17:20.486Z | Compiling polar-core v0.27.3 |
2331 | 2025-02-10T18:17:21.877Z | Compiling vte v0.11.1 |
2332 | 2025-02-10T18:17:22.204Z | Compiling derive_builder_macro v0.20.2 |
2333 | 2025-02-10T18:17:23.028Z | Compiling chacha20poly1305 v0.10.1 |
2334 | 2025-02-10T18:17:23.278Z | Compiling headers v0.4.0 |
2335 | 2025-02-10T18:17:23.393Z | Compiling slog-envlogger v2.2.0 |
2336 | 2025-02-10T18:17:26.031Z | Compiling serde-hex v0.1.0 |
2337 | 2025-02-10T18:17:26.722Z | Compiling chrono-tz v0.10.1 |
2338 | 2025-02-10T18:17:27.353Z | Compiling vsss-rs v3.3.4 |
2339 | 2025-02-10T18:17:30.927Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2340 | 2025-02-10T18:17:31.309Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2341 | 2025-02-10T18:17:31.637Z | Compiling ron v0.8.1 |
2342 | 2025-02-10T18:17:33.129Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2343 | 2025-02-10T18:17:33.430Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2344 | 2025-02-10T18:17:33.849Z | Compiling hashbrown v0.13.2 |
2345 | 2025-02-10T18:17:35.108Z | Compiling strum_macros v0.24.3 |
2346 | 2025-02-10T18:17:37.248Z | Compiling fxhash v0.2.1 |
2347 | 2025-02-10T18:17:37.490Z | Compiling samael v0.0.17 |
2348 | 2025-02-10T18:17:37.789Z | Compiling bumpalo v3.16.0 |
2349 | 2025-02-10T18:17:38.115Z | Compiling bytecount v0.6.8 |
2350 | 2025-02-10T18:17:38.332Z | Compiling indoc v1.0.9 |
2351 | 2025-02-10T18:17:38.458Z | Compiling simd-adler32 v0.3.7 |
2352 | 2025-02-10T18:17:39.073Z | Compiling lockfree-object-pool v0.1.6 |
2353 | 2025-02-10T18:17:39.143Z | Compiling crc-any v2.5.0 |
2354 | 2025-02-10T18:17:39.365Z | Compiling zip v2.1.3 |
2355 | 2025-02-10T18:17:39.714Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2356 | 2025-02-10T18:17:39.738Z | Compiling zopfli v0.8.1 |
2357 | 2025-02-10T18:17:48.220Z | Compiling papergrid v0.11.0 |
2358 | 2025-02-10T18:17:48.220Z | Compiling object v0.30.4 |
2359 | 2025-02-10T18:17:48.220Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2360 | 2025-02-10T18:17:53.251Z | Compiling strip-ansi-escapes v0.2.0 |
2361 | 2025-02-10T18:17:54.013Z | Compiling derive_builder v0.20.2 |
2362 | 2025-02-10T18:17:54.501Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2363 | 2025-02-10T18:17:54.825Z | Compiling tabled_derive v0.7.0 |
2364 | 2025-02-10T18:17:56.881Z | Compiling fd-lock v4.0.2 |
2365 | 2025-02-10T18:17:57.113Z | Compiling peg-macros v0.8.4 |
2366 | 2025-02-10T18:17:58.591Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2367 | 2025-02-10T18:17:59.060Z | Compiling kstat-rs v0.2.4 |
2368 | 2025-02-10T18:17:59.550Z | Compiling impl-trait-for-tuples v0.2.2 |
2369 | 2025-02-10T18:17:59.797Z | Compiling oso-derive v0.27.3 |
2370 | 2025-02-10T18:17:59.911Z | Compiling quick-xml v0.33.0 |
2371 | 2025-02-10T18:18:00.298Z | Compiling diesel-dtrace v0.4.2 |
2372 | 2025-02-10T18:18:00.615Z | Compiling nu-ansi-term v0.50.1 |
2373 | 2025-02-10T18:18:00.690Z | Compiling path-slash v0.1.5 |
2374 | 2025-02-10T18:18:00.960Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2375 | 2025-02-10T18:18:01.883Z | Compiling reedline v0.35.0 |
2376 | 2025-02-10T18:18:04.436Z | Compiling peg v0.8.4 |
2377 | 2025-02-10T18:18:04.604Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2378 | 2025-02-10T18:18:05.609Z | Compiling oso v0.27.3 |
2379 | 2025-02-10T18:18:06.824Z | Compiling tabled v0.15.0 |
2380 | 2025-02-10T18:18:22.697Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2381 | 2025-02-10T18:18:25.385Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2382 | 2025-02-10T18:18:26.507Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2383 | 2025-02-10T18:18:27.988Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2384 | 2025-02-10T18:18:28.481Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2385 | 2025-02-10T18:18:28.597Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2386 | 2025-02-10T18:18:28.913Z | Compiling pem v3.0.4 |
2387 | 2025-02-10T18:18:30.002Z | Compiling bb8 v0.8.5 |
2388 | 2025-02-10T18:18:30.358Z | Compiling bcs v0.1.6 |
2389 | 2025-02-10T18:18:30.632Z | Compiling libz-sys v1.1.20 |
2390 | 2025-02-10T18:18:31.257Z | Compiling nanorand v0.7.0 |
2391 | 2025-02-10T18:18:31.289Z | Compiling termtree v0.5.1 |
2392 | 2025-02-10T18:18:31.586Z | Compiling parking_lot_core v0.8.6 |
2393 | 2025-02-10T18:18:31.923Z | Compiling flume v0.11.1 |
2394 | 2025-02-10T18:18:32.817Z | Compiling async-bb8-diesel v0.2.1 |
2395 | 2025-02-10T18:18:33.635Z | Compiling mime_guess v2.0.5 |
2396 | 2025-02-10T18:18:35.395Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2397 | 2025-02-10T18:18:38.596Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2398 | 2025-02-10T18:18:38.889Z | Compiling buf-list v1.0.3 |
2399 | 2025-02-10T18:18:40.988Z | Compiling nibble_vec v0.1.0 |
2400 | 2025-02-10T18:18:41.236Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2401 | 2025-02-10T18:18:41.975Z | Compiling pin-project-internal v1.1.6 |
2402 | 2025-02-10T18:18:43.503Z | Compiling atty v0.2.14 |
2403 | 2025-02-10T18:18:43.688Z | Compiling endian-type v0.1.2 |
2404 | 2025-02-10T18:18:43.951Z | Compiling salty v0.3.0 |
2405 | 2025-02-10T18:18:44.373Z | Compiling http-range v0.1.5 |
2406 | 2025-02-10T18:18:44.554Z | Compiling pin-project v1.1.6 |
2407 | 2025-02-10T18:18:44.748Z | Compiling radix_trie v0.2.1 |
2408 | 2025-02-10T18:18:45.669Z | Compiling parking_lot v0.11.2 |
2409 | 2025-02-10T18:18:50.471Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2410 | 2025-02-10T18:18:53.973Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2411 | 2025-02-10T18:18:55.041Z | Compiling snafu-derive v0.8.5 |
2412 | 2025-02-10T18:18:57.791Z | Compiling hyper-staticfile v0.10.1 |
2413 | 2025-02-10T18:18:58.547Z | Compiling sled v0.34.7 |
2414 | 2025-02-10T18:18:59.083Z | Compiling snafu v0.8.5 |
2415 | 2025-02-10T18:19:00.315Z | Compiling hickory-client v0.24.2 |
2416 | 2025-02-10T18:19:05.463Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2417 | 2025-02-10T18:19:06.623Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2418 | 2025-02-10T18:19:21.198Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2419 | 2025-02-10T18:19:27.697Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2420 | 2025-02-10T18:19:30.614Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2421 | 2025-02-10T18:19:31.810Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2422 | 2025-02-10T18:19:33.272Z | Compiling hickory-server v0.24.2 |
2423 | 2025-02-10T18:19:34.770Z | Compiling globset v0.4.15 |
2424 | 2025-02-10T18:19:36.105Z | Compiling olpc-cjson v0.1.4 |
2425 | 2025-02-10T18:19:36.416Z | Compiling primeorder v0.13.6 |
2426 | 2025-02-10T18:19:36.462Z | Compiling castaway v0.2.3 |
2427 | 2025-02-10T18:19:36.669Z | Compiling vergen v8.3.2 |
2428 | 2025-02-10T18:19:36.983Z | Compiling env_filter v0.1.2 |
2429 | 2025-02-10T18:19:37.007Z | Compiling serde_plain v1.0.2 |
2430 | 2025-02-10T18:19:37.539Z | Compiling cargo-platform v0.1.8 |
2431 | 2025-02-10T18:19:38.013Z | Compiling memoffset v0.9.1 |
2432 | 2025-02-10T18:19:38.357Z | Compiling typed-path v0.9.3 |
2433 | 2025-02-10T18:19:38.650Z | Compiling cargo_metadata v0.18.1 |
2434 | 2025-02-10T18:19:41.071Z | Compiling tough v0.19.0 |
2435 | 2025-02-10T18:19:41.573Z | Compiling env_logger v0.11.5 |
2436 | 2025-02-10T18:19:42.128Z | Compiling p384 v0.13.0 |
2437 | 2025-02-10T18:19:42.963Z | Compiling compact_str v0.8.0 |
2438 | 2025-02-10T18:19:44.673Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2439 | 2025-02-10T18:19:45.212Z | Compiling git2 v0.19.0 |
2440 | 2025-02-10T18:19:45.460Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2441 | 2025-02-10T18:19:47.208Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2442 | 2025-02-10T18:19:49.054Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2443 | 2025-02-10T18:19:50.207Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2444 | 2025-02-10T18:19:51.170Z | Compiling unicode-truncate v1.1.0 |
2445 | 2025-02-10T18:19:51.471Z | Compiling lru v0.12.5 |
2446 | 2025-02-10T18:19:51.838Z | Compiling rand_seeder v0.3.0 |
2447 | 2025-02-10T18:19:52.249Z | Compiling libsqlite3-sys v0.30.1 |
2448 | 2025-02-10T18:19:52.771Z | Compiling lzma-sys v0.1.20 |
2449 | 2025-02-10T18:19:53.221Z | Compiling instability v0.3.2 |
2450 | 2025-02-10T18:19:53.481Z | Compiling cfg_aliases v0.2.1 |
2451 | 2025-02-10T18:19:53.607Z | Compiling rustls v0.21.12 |
2452 | 2025-02-10T18:19:53.924Z | Compiling parse-size v1.1.0 |
2453 | 2025-02-10T18:19:54.186Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2454 | 2025-02-10T18:19:54.227Z | Compiling cassowary v0.3.0 |
2455 | 2025-02-10T18:19:54.551Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2456 | 2025-02-10T18:19:55.748Z | Compiling ratatui v0.28.1 |
2457 | 2025-02-10T18:19:57.787Z | Compiling nix v0.29.0 |
2458 | 2025-02-10T18:19:58.396Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2459 | 2025-02-10T18:19:58.627Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2460 | 2025-02-10T18:19:58.831Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2461 | 2025-02-10T18:20:00.048Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2462 | 2025-02-10T18:20:00.855Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2463 | 2025-02-10T18:20:01.186Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2464 | 2025-02-10T18:20:04.692Z | Compiling sct v0.7.1 |
2465 | 2025-02-10T18:20:05.036Z | Compiling rustls-webpki v0.101.7 |
2466 | 2025-02-10T18:20:05.156Z | Compiling heck v0.3.3 |
2467 | 2025-02-10T18:20:05.489Z | Compiling csv-core v0.1.11 |
2468 | 2025-02-10T18:20:06.380Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2469 | 2025-02-10T18:20:06.719Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2470 | 2025-02-10T18:20:07.045Z | Compiling glob v0.3.2 |
2471 | 2025-02-10T18:20:07.516Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2472 | 2025-02-10T18:20:08.991Z | Compiling csv v1.3.1 |
2473 | 2025-02-10T18:20:11.225Z | Compiling zone_cfg_derive v0.1.2 |
2474 | 2025-02-10T18:20:12.547Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2475 | 2025-02-10T18:20:14.287Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2476 | 2025-02-10T18:20:15.331Z | Compiling nix v0.27.1 |
2477 | 2025-02-10T18:20:15.516Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2478 | 2025-02-10T18:20:16.211Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2479 | 2025-02-10T18:20:17.966Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2480 | 2025-02-10T18:20:22.902Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2481 | 2025-02-10T18:20:25.141Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2482 | 2025-02-10T18:20:25.507Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2483 | 2025-02-10T18:20:26.179Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2484 | 2025-02-10T18:20:26.514Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2485 | 2025-02-10T18:20:26.830Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2486 | 2025-02-10T18:20:27.140Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2487 | 2025-02-10T18:20:28.345Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2488 | 2025-02-10T18:20:29.015Z | Compiling tungstenite v0.23.0 |
2489 | 2025-02-10T18:20:30.320Z | Compiling hashlink v0.9.1 |
2490 | 2025-02-10T18:20:31.002Z | Compiling fallible-streaming-iterator v0.1.9 |
2491 | 2025-02-10T18:20:31.296Z | Compiling fallible-iterator v0.3.0 |
2492 | 2025-02-10T18:20:31.507Z | Compiling base64 v0.13.1 |
2493 | 2025-02-10T18:20:31.618Z | Compiling tokio-tungstenite v0.23.1 |
2494 | 2025-02-10T18:20:32.018Z | Compiling ron v0.7.1 |
2495 | 2025-02-10T18:20:32.245Z | Compiling rusqlite v0.32.1 |
2496 | 2025-02-10T18:20:32.265Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2497 | 2025-02-10T18:20:32.923Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2498 | 2025-02-10T18:20:34.324Z | Compiling xz2 v0.1.7 |
2499 | 2025-02-10T18:20:37.068Z | Compiling tokio-rustls v0.24.1 |
2500 | 2025-02-10T18:20:37.210Z | Compiling zone v0.1.8 |
2501 | 2025-02-10T18:20:40.470Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2502 | 2025-02-10T18:20:41.174Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2503 | 2025-02-10T18:20:44.142Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2504 | 2025-02-10T18:20:45.635Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2505 | 2025-02-10T18:20:46.843Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2506 | 2025-02-10T18:20:52.324Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2507 | 2025-02-10T18:20:53.296Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2508 | 2025-02-10T18:20:53.784Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2509 | 2025-02-10T18:20:55.585Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2510 | 2025-02-10T18:20:58.219Z | Compiling rustls-pemfile v1.0.4 |
2511 | 2025-02-10T18:20:58.984Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2512 | 2025-02-10T18:20:59.001Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2513 | 2025-02-10T18:20:59.174Z | Compiling signal-hook-tokio v0.3.1 |
2514 | 2025-02-10T18:20:59.323Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2515 | 2025-02-10T18:20:59.402Z | Compiling yasna v0.5.2 |
2516 | 2025-02-10T18:21:00.513Z | Compiling twox-hash v2.1.0 |
2517 | 2025-02-10T18:21:01.506Z | Compiling unicode-linebreak v0.1.5 |
2518 | 2025-02-10T18:21:02.095Z | Compiling is_ci v1.2.0 |
2519 | 2025-02-10T18:21:02.413Z | Compiling smawk v0.3.2 |
2520 | 2025-02-10T18:21:02.692Z | Compiling textwrap v0.16.1 |
2521 | 2025-02-10T18:21:02.694Z | Compiling supports-color v3.0.1 |
2522 | 2025-02-10T18:21:04.480Z | Compiling rcgen v0.12.1 |
2523 | 2025-02-10T18:21:06.131Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2524 | 2025-02-10T18:21:08.205Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2525 | 2025-02-10T18:21:11.714Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2526 | 2025-02-10T18:21:13.751Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2527 | 2025-02-10T18:21:14.369Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2528 | 2025-02-10T18:21:17.812Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2529 | 2025-02-10T18:21:33.829Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2530 | 2025-02-10T18:21:34.519Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2531 | 2025-02-10T18:21:38.653Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2532 | 2025-02-10T18:21:47.330Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2533 | 2025-02-10T18:21:47.879Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2534 | 2025-02-10T18:21:54.046Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2535 | 2025-02-10T18:21:54.366Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2536 | 2025-02-10T18:21:55.892Z | Compiling fatfs v0.3.6 |
2537 | 2025-02-10T18:21:57.291Z | Compiling rtoolbox v0.0.2 |
2538 | 2025-02-10T18:21:57.787Z | Compiling subprocess v0.2.9 |
2539 | 2025-02-10T18:21:58.751Z | Compiling assert_matches v1.5.0 |
2540 | 2025-02-10T18:21:59.005Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2541 | 2025-02-10T18:22:02.483Z | Compiling rpassword v7.3.1 |
2542 | 2025-02-10T18:22:02.963Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2543 | 2025-02-10T18:22:04.591Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2544 | 2025-02-10T18:22:06.916Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2545 | 2025-02-10T18:22:11.571Z | Compiling tui-tree-widget v0.22.0 |
2546 | 2025-02-10T18:22:12.035Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2547 | 2025-02-10T18:22:12.521Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2548 | 2025-02-10T18:22:12.837Z | Compiling uzers v0.12.1 |
2549 | 2025-02-10T18:22:15.954Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2550 | 2025-02-10T18:22:25.056Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2551 | 2025-02-10T18:22:26.912Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2552 | 2025-02-10T18:22:52.539Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2553 | 2025-02-10T18:22:54.812Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2554 | 2025-02-10T18:22:59.522Z | Compiling multimap v0.10.0 |
2555 | 2025-02-10T18:25:18.648Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2556 | 2025-02-10T18:25:29.079Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2557 | 2025-02-10T18:32:19.274Z | Finished `release` profile [optimized] target(s) in 16m 29s |
2558 | 2025-02-10T18:33:22.996Z | |
2559 | 2025-02-10T18:33:22.998Z | real 17:34.584808337 |
2560 | 2025-02-10T18:33:22.998Z | user 2:05:00.627784123 |
2561 | 2025-02-10T18:33:22.998Z | sys 3:11.453527397 |
2562 | 2025-02-10T18:33:22.998Z | trap 3.087503216 |
2563 | 2025-02-10T18:33:22.998Z | tflt 3.170313218 |
2564 | 2025-02-10T18:33:22.998Z | dflt 3.960235715 |
2565 | 2025-02-10T18:33:22.998Z | kflt 0.001457790 |
2566 | 2025-02-10T18:33:22.998Z | lock 7:29:04.907861235 |
2567 | 2025-02-10T18:33:22.998Z | slp 6:25:48.446714983 |
2568 | 2025-02-10T18:33:22.998Z | lat 3:25.750568661 |
2569 | 2025-02-10T18:33:22.998Z | stop 2:46.114209216 |
2570 | 2025-02-10T18:33:23.000Z | + mapfile -t packages |
2571 | 2025-02-10T18:33:23.000Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2572 | 2025-02-10T18:33:23.991Z | Finished `release` profile [optimized] target(s) in 0.94s |
2573 | 2025-02-10T18:33:24.049Z | Running `target/release/omicron-package -t test list-outputs` |
2574 | 2025-02-10T18:33:24.097Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2575 | 2025-02-10T18:33:24.101Z | + ptime -m cargo build --locked --release -p xtask |
2576 | 2025-02-10T18:33:24.650Z | Compiling serde v1.0.217 |
2577 | 2025-02-10T18:33:24.653Z | Compiling rustix v0.38.37 |
2578 | 2025-02-10T18:33:24.653Z | Compiling libc v0.2.169 |
2579 | 2025-02-10T18:33:24.653Z | Compiling serde_json v1.0.135 |
2580 | 2025-02-10T18:33:24.754Z | Compiling syn v2.0.96 |
2581 | 2025-02-10T18:33:24.770Z | Compiling bitflags v2.6.0 |
2582 | 2025-02-10T18:33:25.092Z | Compiling usdt-impl v0.5.0 |
2583 | 2025-02-10T18:33:25.134Z | Compiling syn v1.0.109 |
2584 | 2025-02-10T18:33:25.244Z | Compiling log v0.4.22 |
2585 | 2025-02-10T18:33:25.261Z | Compiling hashbrown v0.15.1 |
2586 | 2025-02-10T18:33:25.550Z | Compiling fs-err v2.11.0 |
2587 | 2025-02-10T18:33:25.671Z | Compiling once_cell v1.20.2 |
2588 | 2025-02-10T18:33:25.896Z | Compiling anyhow v1.0.95 |
2589 | 2025-02-10T18:33:26.061Z | Compiling thread-id v4.2.2 |
2590 | 2025-02-10T18:33:26.439Z | Compiling indexmap v2.7.1 |
2591 | 2025-02-10T18:33:27.369Z | Compiling terminal_size v0.4.0 |
2592 | 2025-02-10T18:33:27.398Z | Compiling tempfile v3.13.0 |
2593 | 2025-02-10T18:33:27.629Z | Compiling clap_builder v4.5.27 |
2594 | 2025-02-10T18:33:28.385Z | Compiling proc-macro-error v1.0.4 |
2595 | 2025-02-10T18:33:29.250Z | Compiling tabled_derive v0.7.0 |
2596 | 2025-02-10T18:33:30.361Z | Compiling tabled v0.15.0 |
2597 | 2025-02-10T18:33:31.064Z | Compiling serde_derive v1.0.217 |
2598 | 2025-02-10T18:33:31.068Z | Compiling thiserror-impl v1.0.69 |
2599 | 2025-02-10T18:33:31.068Z | Compiling zerocopy-derive v0.7.35 |
2600 | 2025-02-10T18:33:31.068Z | Compiling scroll_derive v0.12.0 |
2601 | 2025-02-10T18:33:31.068Z | Compiling clap_derive v4.5.24 |
2602 | 2025-02-10T18:33:32.399Z | Compiling scroll v0.12.0 |
2603 | 2025-02-10T18:33:32.944Z | Compiling zerocopy v0.7.35 |
2604 | 2025-02-10T18:33:33.643Z | Compiling thiserror v1.0.69 |
2605 | 2025-02-10T18:33:33.816Z | Compiling pest v2.7.14 |
2606 | 2025-02-10T18:33:34.498Z | Compiling goblin v0.8.2 |
2607 | 2025-02-10T18:33:35.318Z | Compiling clap v4.5.27 |
2608 | 2025-02-10T18:33:36.882Z | Compiling pest_meta v2.7.14 |
2609 | 2025-02-10T18:33:38.392Z | Compiling pest_generator v2.7.14 |
2610 | 2025-02-10T18:33:40.562Z | Compiling pest_derive v2.7.14 |
2611 | 2025-02-10T18:33:41.355Z | Compiling dtrace-parser v0.2.0 |
2612 | 2025-02-10T18:33:45.965Z | Compiling serde_tokenstream v0.2.2 |
2613 | 2025-02-10T18:33:46.553Z | Compiling serde_spanned v0.6.8 |
2614 | 2025-02-10T18:33:46.834Z | Compiling toml_datetime v0.6.8 |
2615 | 2025-02-10T18:33:47.533Z | Compiling dof v0.3.0 |
2616 | 2025-02-10T18:33:48.062Z | Compiling toml_edit v0.22.22 |
2617 | 2025-02-10T18:33:49.716Z | Compiling camino v1.1.9 |
2618 | 2025-02-10T18:33:49.969Z | Compiling usdt-macro v0.5.0 |
2619 | 2025-02-10T18:33:50.044Z | Compiling usdt-attr-macro v0.5.0 |
2620 | 2025-02-10T18:33:51.195Z | Compiling semver v1.0.24 |
2621 | 2025-02-10T18:33:51.410Z | Compiling cargo-platform v0.1.8 |
2622 | 2025-02-10T18:33:52.417Z | Compiling toml v0.8.19 |
2623 | 2025-02-10T18:33:52.599Z | Compiling cargo_metadata v0.18.1 |
2624 | 2025-02-10T18:33:54.610Z | Compiling cargo_toml v0.20.5 |
2625 | 2025-02-10T18:33:57.749Z | Compiling usdt v0.5.0 |
2626 | 2025-02-10T18:33:58.580Z | Compiling camino-tempfile v1.1.1 |
2627 | 2025-02-10T18:33:59.185Z | Compiling macaddr v1.0.1 |
2628 | 2025-02-10T18:34:06.452Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2629 | 2025-02-10T18:34:17.100Z | Finished `release` profile [optimized] target(s) in 52.94s |
2630 | 2025-02-10T18:34:17.211Z | |
2631 | 2025-02-10T18:34:17.214Z | real 53.073778593 |
2632 | 2025-02-10T18:34:17.214Z | user 5:36.455358390 |
2633 | 2025-02-10T18:34:17.214Z | sys 17.933115725 |
2634 | 2025-02-10T18:34:17.214Z | trap 0.151457010 |
2635 | 2025-02-10T18:34:17.214Z | tflt 0.331615147 |
2636 | 2025-02-10T18:34:17.214Z | dflt 0.343387292 |
2637 | 2025-02-10T18:34:17.214Z | kflt 0.008178426 |
2638 | 2025-02-10T18:34:17.214Z | lock 10:37.062166463 |
2639 | 2025-02-10T18:34:17.214Z | slp 15:51.932421265 |
2640 | 2025-02-10T18:34:17.214Z | lat 15.336218168 |
2641 | 2025-02-10T18:34:17.214Z | stop 17.640136016 |
2642 | 2025-02-10T18:34:17.214Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2643 | 2025-02-10T18:34:17.214Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2644 | 2025-02-10T18:34:17.214Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2645 | 2025-02-10T18:34:17.214Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2646 | 2025-02-10T18:34:17.214Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2647 | 2025-02-10T18:34:18.092Z | Compiling hashbrown v0.14.5 |
2648 | 2025-02-10T18:34:18.223Z | Compiling thiserror v2.0.11 |
2649 | 2025-02-10T18:34:18.236Z | Compiling thiserror-impl v2.0.11 |
2650 | 2025-02-10T18:34:18.250Z | Compiling ident_case v1.0.1 |
2651 | 2025-02-10T18:34:18.267Z | Compiling unsafe-libyaml v0.2.11 |
2652 | 2025-02-10T18:34:18.267Z | Compiling ipnetwork v0.20.0 |
2653 | 2025-02-10T18:34:18.270Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2654 | 2025-02-10T18:34:18.270Z | Compiling progenitor-client v0.9.1 |
2655 | 2025-02-10T18:34:18.425Z | Compiling darling_core v0.20.10 |
2656 | 2025-02-10T18:34:18.758Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2657 | 2025-02-10T18:34:18.892Z | Compiling macaddr v1.0.1 |
2658 | 2025-02-10T18:34:19.067Z | Compiling progenitor-client v0.8.0 |
2659 | 2025-02-10T18:34:19.142Z | Compiling instant v0.1.13 |
2660 | 2025-02-10T18:34:19.311Z | Compiling regress v0.10.1 |
2661 | 2025-02-10T18:34:19.336Z | Compiling structmeta-derive v0.3.0 |
2662 | 2025-02-10T18:34:19.356Z | Compiling dropshot v0.15.1 |
2663 | 2025-02-10T18:34:19.394Z | Compiling regress v0.9.1 |
2664 | 2025-02-10T18:34:19.534Z | Compiling dropshot_endpoint v0.15.1 |
2665 | 2025-02-10T18:34:19.665Z | Compiling serde_yaml v0.9.34+deprecated |
2666 | 2025-02-10T18:34:20.264Z | Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2667 | 2025-02-10T18:34:21.425Z | Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2668 | 2025-02-10T18:34:21.559Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2669 | 2025-02-10T18:34:21.758Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2670 | 2025-02-10T18:34:22.012Z | Compiling structmeta v0.3.0 |
2671 | 2025-02-10T18:34:22.244Z | Compiling backoff v0.4.0 |
2672 | 2025-02-10T18:34:22.340Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2673 | 2025-02-10T18:34:22.438Z | Compiling parse-display-derive v0.10.0 |
2674 | 2025-02-10T18:34:22.537Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2675 | 2025-02-10T18:34:22.593Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2676 | 2025-02-10T18:34:22.775Z | Compiling tempfile v3.13.0 |
2677 | 2025-02-10T18:34:23.265Z | Compiling typify-impl v0.2.0 |
2678 | 2025-02-10T18:34:23.297Z | Compiling proc-macro-crate v1.3.1 |
2679 | 2025-02-10T18:34:23.587Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2680 | 2025-02-10T18:34:23.974Z | Compiling typify-impl v0.3.0 |
2681 | 2025-02-10T18:34:24.091Z | Compiling itertools v0.13.0 |
2682 | 2025-02-10T18:34:24.186Z | Compiling num_enum_derive v0.5.11 |
2683 | 2025-02-10T18:34:24.267Z | Compiling zerocopy v0.8.10 |
2684 | 2025-02-10T18:34:24.457Z | Compiling darling_macro v0.20.10 |
2685 | 2025-02-10T18:34:25.095Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2686 | 2025-02-10T18:34:25.383Z | Compiling darling v0.20.10 |
2687 | 2025-02-10T18:34:25.516Z | Compiling foreign-types-macros v0.2.3 |
2688 | 2025-02-10T18:34:25.535Z | Compiling serde_with_macros v3.11.0 |
2689 | 2025-02-10T18:34:26.468Z | Compiling num_enum v0.5.11 |
2690 | 2025-02-10T18:34:26.498Z | Compiling parse-display v0.10.0 |
2691 | 2025-02-10T18:34:26.651Z | Compiling zerocopy-derive v0.8.10 |
2692 | 2025-02-10T18:34:26.869Z | Compiling foreign-types-shared v0.3.1 |
2693 | 2025-02-10T18:34:26.990Z | Compiling heapless v0.8.0 |
2694 | 2025-02-10T18:34:27.022Z | Compiling crucible-workspace-hack v0.1.0 |
2695 | 2025-02-10T18:34:27.122Z | Compiling foreign-types v0.5.0 |
2696 | 2025-02-10T18:34:27.254Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2697 | 2025-02-10T18:34:27.339Z | Compiling proc-macro-error v1.0.4 |
2698 | 2025-02-10T18:34:28.032Z | Compiling camino-tempfile v1.1.1 |
2699 | 2025-02-10T18:34:28.138Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2700 | 2025-02-10T18:34:28.164Z | Compiling serde_with v3.11.0 |
2701 | 2025-02-10T18:34:28.465Z | Compiling hash32 v0.3.1 |
2702 | 2025-02-10T18:34:28.731Z | Compiling cstr-argument v0.1.2 |
2703 | 2025-02-10T18:34:28.972Z | Compiling pretty-hex v0.2.1 |
2704 | 2025-02-10T18:34:28.994Z | Compiling smoltcp v0.11.0 |
2705 | 2025-02-10T18:34:29.193Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2706 | 2025-02-10T18:34:29.577Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2707 | 2025-02-10T18:34:29.710Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2708 | 2025-02-10T18:34:30.323Z | Compiling tabwriter v1.4.0 |
2709 | 2025-02-10T18:34:30.699Z | Compiling colored v2.1.0 |
2710 | 2025-02-10T18:34:30.829Z | Compiling cobs v0.2.3 |
2711 | 2025-02-10T18:34:31.157Z | Compiling postcard v1.0.10 |
2712 | 2025-02-10T18:34:31.647Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2713 | 2025-02-10T18:34:31.807Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2714 | 2025-02-10T18:34:32.001Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2715 | 2025-02-10T18:34:32.056Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2716 | 2025-02-10T18:34:32.386Z | Compiling smf v0.2.3 |
2717 | 2025-02-10T18:34:32.413Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2718 | 2025-02-10T18:34:32.851Z | Compiling zone_cfg_derive v0.3.0 |
2719 | 2025-02-10T18:34:33.053Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2720 | 2025-02-10T18:34:33.482Z | Compiling num-derive v0.4.2 |
2721 | 2025-02-10T18:34:33.613Z | Compiling sigpipe v0.1.3 |
2722 | 2025-02-10T18:34:33.764Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2723 | 2025-02-10T18:34:34.045Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2724 | 2025-02-10T18:34:34.089Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2725 | 2025-02-10T18:34:34.224Z | Compiling zone v0.3.0 |
2726 | 2025-02-10T18:34:34.802Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2727 | 2025-02-10T18:34:35.054Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2728 | 2025-02-10T18:34:35.481Z | Compiling universal-hash v0.5.1 |
2729 | 2025-02-10T18:34:35.695Z | Compiling opaque-debug v0.3.1 |
2730 | 2025-02-10T18:34:35.745Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2731 | 2025-02-10T18:34:35.764Z | Compiling tungstenite v0.21.0 |
2732 | 2025-02-10T18:34:35.817Z | Compiling num-rational v0.4.2 |
2733 | 2025-02-10T18:34:35.840Z | Compiling password-hash v0.5.0 |
2734 | 2025-02-10T18:34:36.493Z | Compiling blake2 v0.10.6 |
2735 | 2025-02-10T18:34:36.597Z | Compiling aead v0.5.2 |
2736 | 2025-02-10T18:34:36.769Z | Compiling num-complex v0.4.6 |
2737 | 2025-02-10T18:34:36.998Z | Compiling keccak v0.1.5 |
2738 | 2025-02-10T18:34:37.348Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2739 | 2025-02-10T18:34:37.368Z | Compiling convert_case v0.4.0 |
2740 | 2025-02-10T18:34:37.716Z | Compiling base64 v0.21.7 |
2741 | 2025-02-10T18:34:37.737Z | Compiling num v0.4.3 |
2742 | 2025-02-10T18:34:37.832Z | Compiling sha3 v0.10.8 |
2743 | 2025-02-10T18:34:37.857Z | Compiling argon2 v0.5.3 |
2744 | 2025-02-10T18:34:38.200Z | Compiling tokio-tungstenite v0.21.0 |
2745 | 2025-02-10T18:34:38.221Z | Compiling derive_more v0.99.18 |
2746 | 2025-02-10T18:34:38.397Z | Compiling poly1305 v0.8.0 |
2747 | 2025-02-10T18:34:38.816Z | Compiling typify-macro v0.2.0 |
2748 | 2025-02-10T18:34:38.844Z | Compiling chacha20 v0.9.1 |
2749 | 2025-02-10T18:34:39.058Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2750 | 2025-02-10T18:34:39.138Z | Compiling float-ord v0.3.2 |
2751 | 2025-02-10T18:34:39.269Z | Compiling typify-macro v0.3.0 |
2752 | 2025-02-10T18:34:39.328Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2753 | 2025-02-10T18:34:39.347Z | Compiling semver v0.1.20 |
2754 | 2025-02-10T18:34:39.753Z | Compiling same-file v1.0.6 |
2755 | 2025-02-10T18:34:39.950Z | Compiling walkdir v2.5.0 |
2756 | 2025-02-10T18:34:40.066Z | Compiling rustc_version v0.1.7 |
2757 | 2025-02-10T18:34:40.116Z | Compiling newline-converter v0.3.0 |
2758 | 2025-02-10T18:34:40.308Z | Compiling primeorder v0.13.6 |
2759 | 2025-02-10T18:34:40.552Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2760 | 2025-02-10T18:34:40.573Z | Compiling secrecy v0.8.0 |
2761 | 2025-02-10T18:34:40.647Z | Compiling cancel-safe-futures v0.1.5 |
2762 | 2025-02-10T18:34:40.828Z | Compiling owo-colors v4.1.0 |
2763 | 2025-02-10T18:34:40.856Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2764 | 2025-02-10T18:34:41.019Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2765 | 2025-02-10T18:34:41.173Z | Compiling newtype_derive v0.1.6 |
2766 | 2025-02-10T18:34:41.194Z | Compiling expectorate v1.1.0 |
2767 | 2025-02-10T18:34:41.211Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2768 | 2025-02-10T18:34:41.392Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2769 | 2025-02-10T18:34:41.491Z | Compiling thiserror-impl-no-std v2.0.2 |
2770 | 2025-02-10T18:34:41.693Z | Compiling blake3 v1.5.4 |
2771 | 2025-02-10T18:34:41.794Z | Compiling unicase v2.7.0 |
2772 | 2025-02-10T18:34:42.048Z | Compiling half v2.4.1 |
2773 | 2025-02-10T18:34:42.114Z | Compiling ciborium-io v0.2.2 |
2774 | 2025-02-10T18:34:42.266Z | Compiling arc-swap v1.7.1 |
2775 | 2025-02-10T18:34:42.323Z | Compiling typify v0.2.0 |
2776 | 2025-02-10T18:34:42.463Z | Compiling progenitor-impl v0.8.0 |
2777 | 2025-02-10T18:34:42.514Z | Compiling ciborium-ll v0.2.2 |
2778 | 2025-02-10T18:34:42.567Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2779 | 2025-02-10T18:34:42.866Z | Compiling slog-scope v4.4.0 |
2780 | 2025-02-10T18:34:42.908Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2781 | 2025-02-10T18:34:43.070Z | Compiling typify v0.3.0 |
2782 | 2025-02-10T18:34:43.216Z | Compiling progenitor-impl v0.9.1 |
2783 | 2025-02-10T18:34:43.336Z | Compiling polyval v0.6.2 |
2784 | 2025-02-10T18:34:43.782Z | Compiling atomicwrites v0.4.4 |
2785 | 2025-02-10T18:34:43.816Z | Compiling libsw v3.3.1 |
2786 | 2025-02-10T18:34:44.129Z | Compiling memmap2 v0.9.5 |
2787 | 2025-02-10T18:34:44.152Z | Compiling indent_write v2.2.0 |
2788 | 2025-02-10T18:34:44.327Z | Compiling thiserror-no-std v2.0.2 |
2789 | 2025-02-10T18:34:44.389Z | Compiling parking_lot_core v0.8.6 |
2790 | 2025-02-10T18:34:44.463Z | Compiling arrayvec v0.7.6 |
2791 | 2025-02-10T18:34:44.584Z | Compiling salty v0.3.0 |
2792 | 2025-02-10T18:34:44.839Z | Compiling linear-map v1.2.0 |
2793 | 2025-02-10T18:34:44.843Z | Compiling arrayref v0.3.9 |
2794 | 2025-02-10T18:34:44.914Z | Compiling constant_time_eq v0.3.1 |
2795 | 2025-02-10T18:34:44.976Z | Compiling libefi-sys v0.1.0 |
2796 | 2025-02-10T18:34:45.069Z | Compiling vsss-rs v3.3.4 |
2797 | 2025-02-10T18:34:45.111Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2798 | 2025-02-10T18:34:45.161Z | Compiling ghash v0.5.1 |
2799 | 2025-02-10T18:34:45.342Z | Compiling slog-stdlog v4.1.1 |
2800 | 2025-02-10T18:34:45.492Z | Compiling ciborium v0.2.2 |
2801 | 2025-02-10T18:34:46.295Z | Compiling p384 v0.13.0 |
2802 | 2025-02-10T18:34:46.473Z | Compiling toolchain_find v0.4.0 |
2803 | 2025-02-10T18:34:46.813Z | Compiling chacha20poly1305 v0.10.1 |
2804 | 2025-02-10T18:34:46.901Z | Compiling ctr v0.9.2 |
2805 | 2025-02-10T18:34:47.078Z | Compiling lzma-sys v0.1.20 |
2806 | 2025-02-10T18:34:47.120Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2807 | 2025-02-10T18:34:47.265Z | Compiling bitfield-struct v0.6.2 |
2808 | 2025-02-10T18:34:47.537Z | Compiling slog-dtrace v0.3.0 |
2809 | 2025-02-10T18:34:47.785Z | Compiling topological-sort v0.2.2 |
2810 | 2025-02-10T18:34:47.788Z | Compiling highway v1.2.0 |
2811 | 2025-02-10T18:34:47.995Z | Compiling omicron-zone-package v0.12.0 |
2812 | 2025-02-10T18:34:48.150Z | Compiling aes-gcm v0.10.3 |
2813 | 2025-02-10T18:34:48.478Z | Compiling rustfmt-wrapper v0.2.1 |
2814 | 2025-02-10T18:34:48.549Z | Compiling mime_guess v2.0.5 |
2815 | 2025-02-10T18:34:48.624Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2816 | 2025-02-10T18:34:48.797Z | Compiling slog-envlogger v2.2.0 |
2817 | 2025-02-10T18:34:49.065Z | Compiling steno v0.4.1 |
2818 | 2025-02-10T18:34:49.383Z | Compiling progenitor-macro v0.8.0 |
2819 | 2025-02-10T18:34:49.496Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2820 | 2025-02-10T18:34:49.730Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2821 | 2025-02-10T18:34:49.921Z | Compiling heck v0.3.3 |
2822 | 2025-02-10T18:34:50.156Z | Compiling ssh-encoding v0.2.0 |
2823 | 2025-02-10T18:34:50.306Z | Compiling blowfish v0.9.1 |
2824 | 2025-02-10T18:34:50.327Z | Compiling progenitor-macro v0.9.1 |
2825 | 2025-02-10T18:34:50.454Z | Compiling nibble_vec v0.1.0 |
2826 | 2025-02-10T18:34:50.653Z | Compiling env_filter v0.1.2 |
2827 | 2025-02-10T18:34:50.727Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2828 | 2025-02-10T18:34:50.770Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2829 | 2025-02-10T18:34:50.878Z | Compiling endian-type v0.1.2 |
2830 | 2025-02-10T18:34:50.917Z | Compiling humantime v2.1.0 |
2831 | 2025-02-10T18:34:51.058Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2832 | 2025-02-10T18:34:51.119Z | Compiling radix_trie v0.2.1 |
2833 | 2025-02-10T18:34:51.338Z | Compiling env_logger v0.11.5 |
2834 | 2025-02-10T18:34:51.405Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2835 | 2025-02-10T18:34:51.425Z | Compiling bcrypt-pbkdf v0.10.0 |
2836 | 2025-02-10T18:34:51.756Z | Compiling ssh-cipher v0.2.0 |
2837 | 2025-02-10T18:34:51.992Z | Compiling zone_cfg_derive v0.1.2 |
2838 | 2025-02-10T18:34:52.033Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2839 | 2025-02-10T18:34:52.814Z | Compiling parking_lot v0.11.2 |
2840 | 2025-02-10T18:34:52.890Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2841 | 2025-02-10T18:34:53.394Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9ff89d72) |
2842 | 2025-02-10T18:34:53.396Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2843 | 2025-02-10T18:34:53.668Z | Compiling password-hash v0.4.2 |
2844 | 2025-02-10T18:34:53.776Z | Compiling gethostname v0.5.0 |
2845 | 2025-02-10T18:34:53.806Z | Compiling fxhash v0.2.1 |
2846 | 2025-02-10T18:34:53.860Z | Compiling base64 v0.13.1 |
2847 | 2025-02-10T18:34:53.969Z | Compiling zip v2.1.3 |
2848 | 2025-02-10T18:34:54.018Z | Compiling bumpalo v3.16.0 |
2849 | 2025-02-10T18:34:54.294Z | Compiling lockfree-object-pool v0.1.6 |
2850 | 2025-02-10T18:34:54.473Z | Compiling simd-adler32 v0.3.7 |
2851 | 2025-02-10T18:34:54.493Z | Compiling http-range v0.1.5 |
2852 | 2025-02-10T18:34:54.519Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2853 | 2025-02-10T18:34:54.579Z | Compiling ron v0.7.1 |
2854 | 2025-02-10T18:34:54.862Z | Compiling zopfli v0.8.1 |
2855 | 2025-02-10T18:34:54.884Z | Compiling pbkdf2 v0.11.0 |
2856 | 2025-02-10T18:34:55.069Z | Compiling sled v0.34.7 |
2857 | 2025-02-10T18:34:55.269Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9ff89d72) |
2858 | 2025-02-10T18:34:55.415Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2859 | 2025-02-10T18:34:55.466Z | Compiling zone v0.1.8 |
2860 | 2025-02-10T18:34:56.122Z | Compiling xz2 v0.1.7 |
2861 | 2025-02-10T18:34:56.590Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2862 | 2025-02-10T18:34:56.745Z | Compiling ssh-key v0.6.6 |
2863 | 2025-02-10T18:34:56.934Z | Compiling hickory-client v0.24.2 |
2864 | 2025-02-10T18:34:58.049Z | Compiling p521 v0.13.3 |
2865 | 2025-02-10T18:34:58.270Z | Compiling p256 v0.13.2 |
2866 | 2025-02-10T18:34:59.075Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2867 | 2025-02-10T18:34:59.552Z | Compiling hickory-server v0.24.2 |
2868 | 2025-02-10T18:35:00.061Z | Compiling pem v3.0.4 |
2869 | 2025-02-10T18:35:00.354Z | Compiling yasna v0.5.2 |
2870 | 2025-02-10T18:35:00.779Z | Compiling headers-core v0.3.0 |
2871 | 2025-02-10T18:35:00.985Z | Compiling kstat-rs v0.2.4 |
2872 | 2025-02-10T18:35:01.007Z | Compiling nanorand v0.7.0 |
2873 | 2025-02-10T18:35:01.403Z | Compiling atty v0.2.14 |
2874 | 2025-02-10T18:35:01.547Z | Compiling russh-cryptovec v0.7.3 |
2875 | 2025-02-10T18:35:01.551Z | Compiling md5 v0.7.0 |
2876 | 2025-02-10T18:35:01.589Z | Compiling flume v0.11.1 |
2877 | 2025-02-10T18:35:01.850Z | Compiling rcgen v0.12.1 |
2878 | 2025-02-10T18:35:01.883Z | Compiling russh-keys v0.45.0 |
2879 | 2025-02-10T18:35:02.057Z | Compiling progenitor v0.8.0 |
2880 | 2025-02-10T18:35:02.086Z | Compiling headers v0.4.0 |
2881 | 2025-02-10T18:35:02.305Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2882 | 2025-02-10T18:35:03.076Z | Compiling progenitor v0.9.1 |
2883 | 2025-02-10T18:35:03.326Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2884 | 2025-02-10T18:35:03.739Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2885 | 2025-02-10T18:35:03.840Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2886 | 2025-02-10T18:35:03.942Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2887 | 2025-02-10T18:35:04.334Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2888 | 2025-02-10T18:35:04.936Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2889 | 2025-02-10T18:35:05.611Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2890 | 2025-02-10T18:35:05.773Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2891 | 2025-02-10T18:35:05.841Z | Compiling hyper-staticfile v0.10.1 |
2892 | 2025-02-10T18:35:07.417Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2893 | 2025-02-10T18:35:08.024Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2894 | 2025-02-10T18:35:08.644Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2895 | 2025-02-10T18:35:08.745Z | Compiling num-bigint v0.4.6 |
2896 | 2025-02-10T18:35:09.033Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2897 | 2025-02-10T18:35:09.749Z | Compiling des v0.8.1 |
2898 | 2025-02-10T18:35:09.926Z | Compiling subprocess v0.2.9 |
2899 | 2025-02-10T18:35:10.107Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2900 | 2025-02-10T18:35:10.806Z | Compiling hex-literal v0.4.1 |
2901 | 2025-02-10T18:35:11.008Z | Compiling display-error-chain v0.2.2 |
2902 | 2025-02-10T18:35:11.023Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2903 | 2025-02-10T18:35:11.250Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2904 | 2025-02-10T18:35:11.611Z | Compiling russh v0.45.0 |
2905 | 2025-02-10T18:35:14.049Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2906 | 2025-02-10T18:35:14.542Z | Compiling internet-checksum v0.2.1 |
2907 | 2025-02-10T18:35:18.940Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2908 | 2025-02-10T18:35:18.942Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2909 | 2025-02-10T18:35:18.942Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2910 | 2025-02-10T18:35:18.942Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2911 | 2025-02-10T18:35:19.744Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2912 | 2025-02-10T18:35:21.689Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2913 | 2025-02-10T18:35:22.980Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2914 | 2025-02-10T18:35:23.099Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2915 | 2025-02-10T18:35:23.706Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2916 | 2025-02-10T18:35:23.963Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2917 | 2025-02-10T18:35:26.388Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2918 | 2025-02-10T18:35:26.703Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2919 | 2025-02-10T18:35:26.736Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2920 | 2025-02-10T18:35:27.557Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2921 | 2025-02-10T18:35:27.656Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2922 | 2025-02-10T18:35:27.804Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2923 | 2025-02-10T18:35:29.111Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2924 | 2025-02-10T18:35:30.097Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2925 | 2025-02-10T18:35:32.614Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2926 | 2025-02-10T18:35:32.687Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2927 | 2025-02-10T18:35:33.005Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2928 | 2025-02-10T18:35:33.664Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2929 | 2025-02-10T18:35:34.060Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2930 | 2025-02-10T18:35:35.961Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2931 | 2025-02-10T18:35:38.696Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2932 | 2025-02-10T18:35:38.858Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2933 | 2025-02-10T18:35:40.372Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2934 | 2025-02-10T18:35:40.670Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2935 | 2025-02-10T18:35:45.156Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2936 | 2025-02-10T18:35:53.299Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2937 | 2025-02-10T18:35:54.820Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2938 | 2025-02-10T18:36:16.447Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2939 | 2025-02-10T18:36:39.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
2940 | 2025-02-10T18:36:39.694Z | |
2941 | 2025-02-10T18:36:39.699Z | real 2:22.412866685 |
2942 | 2025-02-10T18:36:39.699Z | user 12:16.094894955 |
2943 | 2025-02-10T18:36:39.699Z | sys 1:33.792352531 |
2944 | 2025-02-10T18:36:39.699Z | trap 0.372523554 |
2945 | 2025-02-10T18:36:39.699Z | tflt 1.413162138 |
2946 | 2025-02-10T18:36:39.699Z | dflt 1.087279666 |
2947 | 2025-02-10T18:36:39.699Z | kflt 0.000283830 |
2948 | 2025-02-10T18:36:39.699Z | lock 22:22.695924305 |
2949 | 2025-02-10T18:36:39.699Z | slp 41:56.152673466 |
2950 | 2025-02-10T18:36:39.699Z | lat 39.575709698 |
2951 | 2025-02-10T18:36:39.699Z | stop 1:39.175225570 |
2952 | 2025-02-10T18:36:39.699Z | + mkdir tests |
2953 | 2025-02-10T18:36:39.702Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2954 | 2025-02-10T18:36:39.703Z | + xargs -I '{}' -t cp '{}' tests/ |
2955 | 2025-02-10T18:36:39.742Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2dcd9e783525565e tests/ |
2956 | 2025-02-10T18:36:39.768Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b6ce9ad6573ee57c tests/ |
2957 | 2025-02-10T18:36:39.794Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-b3c5790601c2d161 tests/ |
2958 | 2025-02-10T18:36:39.820Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e004f02aa71d8d3d tests/ |
2959 | 2025-02-10T18:36:40.102Z | + 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/*) |
2960 | 2025-02-10T18:36:40.105Z | + 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-b6ce9ad6573ee57c tests/commtest-b3c5790601c2d161 tests/dhcp_server-2dcd9e783525565e tests/end_to_end_tests-e004f02aa71d8d3d 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 |
2961 | 2025-02-10T18:37:53.847Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2962 | 2025-02-10T18:37:53.847Z | a .github/buildomat/ci-env.sh 1K |
2963 | 2025-02-10T18:37:53.847Z | a out/target/test 1K |
2964 | 2025-02-10T18:37:53.847Z | a out/npuzone/npuzone 23144K |
2965 | 2025-02-10T18:37:53.847Z | a package-manifest.toml 33K |
2966 | 2025-02-10T18:37:53.847Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2967 | 2025-02-10T18:37:53.847Z | a target/release/omicron-package 35951K |
2968 | 2025-02-10T18:37:53.847Z | a target/release/xtask 11805K |
2969 | 2025-02-10T18:37:53.847Z | a target/debug/bootstrap 219993K |
2970 | 2025-02-10T18:37:53.847Z | a tests/bootstrap-b6ce9ad6573ee57c 24119K |
2971 | 2025-02-10T18:37:53.847Z | a tests/commtest-b3c5790601c2d161 24221K |
2972 | 2025-02-10T18:37:53.847Z | a tests/dhcp_server-2dcd9e783525565e 24119K |
2973 | 2025-02-10T18:37:53.847Z | a tests/end_to_end_tests-e004f02aa71d8d3d 280753K |
2974 | 2025-02-10T18:37:53.847Z | a out/clickhouse.tar.gz 294500K |
2975 | 2025-02-10T18:37:53.847Z | a out/clickhouse_keeper.tar.gz 281647K |
2976 | 2025-02-10T18:37:53.847Z | a out/clickhouse_server.tar.gz 294485K |
2977 | 2025-02-10T18:37:53.848Z | a out/cockroachdb.tar.gz 134931K |
2978 | 2025-02-10T18:37:53.848Z | a out/crucible-dtrace.tar 98K |
2979 | 2025-02-10T18:37:53.848Z | a out/crucible-pantry-zone.tar.gz 28570K |
2980 | 2025-02-10T18:37:53.848Z | a out/crucible-zone.tar.gz 36913K |
2981 | 2025-02-10T18:37:53.848Z | a out/external-dns.tar.gz 35419K |
2982 | 2025-02-10T18:37:53.848Z | a out/internal-dns.tar.gz 35417K |
2983 | 2025-02-10T18:37:53.848Z | a out/mg-ddm-gz.tar 63075K |
2984 | 2025-02-10T18:37:53.848Z | a out/nexus.tar.gz 100481K |
2985 | 2025-02-10T18:37:53.848Z | a out/ntp.tar.gz 10498K |
2986 | 2025-02-10T18:37:53.848Z | a out/omicron-gateway-softnpu.tar.gz 24046K |
2987 | 2025-02-10T18:37:53.848Z | a out/omicron-sled-agent.tar 113836K |
2988 | 2025-02-10T18:37:53.848Z | a out/overlay.tar.gz 3K |
2989 | 2025-02-10T18:37:53.848Z | a out/oximeter.tar.gz 48284K |
2990 | 2025-02-10T18:37:53.848Z | a out/oxlog.tar 3124K |
2991 | 2025-02-10T18:37:53.848Z | a out/probe.tar.gz 2764K |
2992 | 2025-02-10T18:37:53.848Z | a out/propolis-server.tar.gz 66528K |
2993 | 2025-02-10T18:37:53.848Z | a out/pumpkind-gz.tar 26665K |
2994 | 2025-02-10T18:37:53.848Z | a out/switch-softnpu.tar.gz 238018K |
2995 | 2025-02-10T18:37:53.851Z | |
2996 | 2025-02-10T18:37:53.851Z | real 1:13.728484327 |
2997 | 2025-02-10T18:37:53.851Z | user 1:10.344809666 |
2998 | 2025-02-10T18:37:53.851Z | sys 4.856129265 |
2999 | 2025-02-10T18:37:53.851Z | trap 0.020173400 |
3000 | 2025-02-10T18:37:53.851Z | tflt 0.000000000 |
3001 | 2025-02-10T18:37:53.851Z | dflt 0.000000000 |
3002 | 2025-02-10T18:37:53.851Z | kflt 0.000000000 |
3003 | 2025-02-10T18:37:53.851Z | lock 0.000000000 |
3004 | 2025-02-10T18:37:53.851Z | slp 1:10.012877273 |
3005 | 2025-02-10T18:37:53.851Z | lat 2.216912847 |
3006 | 2025-02-10T18:37:53.851Z | stop 0.000545118 |
3007 | 2025-02-10T18:37:53.854Z | process exited: duration 1958062 ms, exit code 0 |
|
3008 | 2025-02-10T18:37:53.868Z | found 1 output files |
3009 | 2025-02-10T18:37:53.868Z | uploading: /work/package.tar.gz (1904835354 bytes) |
3010 | 2025-02-10T18:38:36.372Z | uploaded: /work/package.tar.gz |