|
|
|
1 | 2025-02-07T09:17:47.980Z | job assigned to worker 01JKFV5EQ1MMWH3NC74BV6R3A1 [factory aws, i-09715cc393f2e994d] (queued for 56 s) |
|
2 | 2025-02-07T09:17:55.924Z | starting task 0: "setup" |
3 | 2025-02-07T09:17:55.932Z | ++ uname -s |
4 | 2025-02-07T09:17:55.934Z | + kern=SunOS |
5 | 2025-02-07T09:17:55.934Z | + build_user=build |
6 | 2025-02-07T09:17:55.934Z | + build_uid=12345 |
7 | 2025-02-07T09:17:55.934Z | + work_dir=/work |
8 | 2025-02-07T09:17:55.934Z | + input_dir=/input |
9 | 2025-02-07T09:17:55.934Z | + [[ 0 == 12345 ]] |
10 | 2025-02-07T09:17:55.934Z | + case "$kern" in |
11 | 2025-02-07T09:17:55.934Z | + groupadd -g 12345 build |
12 | 2025-02-07T09:17:55.937Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-07T09:17:57.944Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-07T09:17:58.079Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-07T09:17:58.083Z | + home_fs=zfs |
16 | 2025-02-07T09:17:58.083Z | + [[ zfs == autofs ]] |
17 | 2025-02-07T09:17:58.083Z | + mkdir -p /home/build |
18 | 2025-02-07T09:17:58.087Z | + chown build:build /home/build /work |
19 | 2025-02-07T09:18:00.085Z | + chmod 0700 /home/build /work |
20 | 2025-02-07T09:18:00.088Z | process exited: duration 4164 ms, exit code 0 |
|
21 | 2025-02-07T09:18:00.094Z | starting task 1: "rust-toolchain" |
22 | 2025-02-07T09:18:00.099Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.1 |
23 | 2025-02-07T09:18:00.099Z | * rust toolchain channel = "1.84.1" |
24 | 2025-02-07T09:18:00.099Z | * rust toolchain profile = "default" |
25 | 2025-02-07T09:18:00.099Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-07T09:18:00.099Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-07T09:18:00.099Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-07T09:18:00.102Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-07T09:18:00.102Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default |
30 | 2025-02-07T09:18:00.219Z | info: downloading installer |
31 | 2025-02-07T09:18:01.779Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-07T09:18:01.779Z | warning: /opt/ooce/bin |
33 | 2025-02-07T09:18:01.779Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-07T09:18:01.779Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-07T09:18:01.779Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-07T09:18:01.779Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-07T09:18:01.779Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-07T09:18:01.779Z | error: cannot install while Rust is installed |
39 | 2025-02-07T09:18:01.779Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-07T09:18:01.807Z | info: profile set to 'default' |
41 | 2025-02-07T09:18:01.807Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-07T09:18:01.810Z | info: syncing channel updates for '1.84.1-x86_64-unknown-illumos' |
43 | 2025-02-07T09:18:01.963Z | info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) |
44 | 2025-02-07T09:18:01.963Z | info: downloading component 'cargo' |
45 | 2025-02-07T09:18:02.839Z | info: downloading component 'clippy' |
46 | 2025-02-07T09:18:03.174Z | info: downloading component 'rust-docs' |
47 | 2025-02-07T09:18:04.375Z | info: downloading component 'rust-std' |
48 | 2025-02-07T09:18:06.312Z | info: downloading component 'rustc' |
49 | 2025-02-07T09:18:13.149Z | info: downloading component 'rustfmt' |
50 | 2025-02-07T09:18:13.406Z | info: installing component 'cargo' |
51 | 2025-02-07T09:18:14.279Z | info: installing component 'clippy' |
52 | 2025-02-07T09:18:14.669Z | info: installing component 'rust-docs' |
53 | 2025-02-07T09:18:16.386Z | info: installing component 'rust-std' |
54 | 2025-02-07T09:18:18.303Z | info: installing component 'rustc' |
55 | 2025-02-07T09:18:24.542Z | info: installing component 'rustfmt' |
56 | 2025-02-07T09:18:24.882Z | info: default toolchain set to '1.84.1-x86_64-unknown-illumos' |
57 | 2025-02-07T09:18:24.882Z | |
58 | 2025-02-07T09:18:25.267Z | 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27) |
59 | 2025-02-07T09:18:25.267Z | |
60 | 2025-02-07T09:18:25.269Z | |
61 | 2025-02-07T09:18:25.269Z | Rust is installed now. Great! |
62 | 2025-02-07T09:18:25.270Z | |
63 | 2025-02-07T09:18:25.270Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-07T09:18:25.270Z | environment variable. This has not been done automatically. |
65 | 2025-02-07T09:18:25.270Z | |
66 | 2025-02-07T09:18:25.270Z | To configure your current shell, you need to source |
67 | 2025-02-07T09:18:25.270Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-07T09:18:25.270Z | |
69 | 2025-02-07T09:18:25.270Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-07T09:18:25.270Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-07T09:18:25.270Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-07T09:18:25.346Z | + rustup --version |
73 | 2025-02-07T09:18:25.354Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-07T09:18:25.354Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-07T09:18:25.438Z | info: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)` |
76 | 2025-02-07T09:18:25.442Z | + cargo --version |
77 | 2025-02-07T09:18:25.505Z | cargo 1.84.1 (66221abde 2024-11-19) |
78 | 2025-02-07T09:18:25.507Z | + rustc --version |
79 | 2025-02-07T09:18:25.573Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
80 | 2025-02-07T09:18:25.577Z | process exited: duration 25482 ms, exit code 0 |
|
81 | 2025-02-07T09:18:25.582Z | starting task 2: "authentication" |
82 | 2025-02-07T09:18:25.604Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-07T09:18:25.611Z | starting task 3: "clone repository" |
84 | 2025-02-07T09:18:25.615Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-07T09:18:25.618Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-07T09:18:25.652Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-07T09:18:32.437Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-07T09:18:32.437Z | + git fetch origin e5add313d964279423d70a502bba4b41af8478dd |
89 | 2025-02-07T09:18:32.731Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-07T09:18:32.731Z | * branch e5add313d964279423d70a502bba4b41af8478dd -> FETCH_HEAD |
91 | 2025-02-07T09:18:32.742Z | + [[ -n dont_deploy_expunged_datasets ]] |
92 | 2025-02-07T09:18:32.745Z | ++ git branch --show-current |
93 | 2025-02-07T09:18:32.747Z | + current=main |
94 | 2025-02-07T09:18:32.747Z | + [[ main != dont_deploy_expunged_datasets ]] |
95 | 2025-02-07T09:18:32.747Z | + git branch -f dont_deploy_expunged_datasets e5add313d964279423d70a502bba4b41af8478dd |
96 | 2025-02-07T09:18:32.750Z | + git checkout -f dont_deploy_expunged_datasets |
97 | 2025-02-07T09:18:32.937Z | Switched to branch 'dont_deploy_expunged_datasets' |
98 | 2025-02-07T09:18:32.940Z | + git reset --hard e5add313d964279423d70a502bba4b41af8478dd |
99 | 2025-02-07T09:18:32.953Z | HEAD is now at e5add313d Merge branch 'main' into dont_deploy_expunged_datasets |
100 | 2025-02-07T09:18:32.955Z | process exited: duration 7343 ms, exit code 0 |
|
101 | 2025-02-07T09:18:32.960Z | starting task 4: "build" |
102 | 2025-02-07T09:18:32.966Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-07T09:18:32.966Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-07T09:18:32.966Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-07T09:18:32.966Z | + cargo --version |
106 | 2025-02-07T09:18:33.019Z | cargo 1.84.1 (66221abde 2024-11-19) |
107 | 2025-02-07T09:18:33.021Z | + rustc --version |
108 | 2025-02-07T09:18:33.086Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
109 | 2025-02-07T09:18:33.089Z | + WORK=/work |
110 | 2025-02-07T09:18:33.089Z | + pfexec mkdir -p /work |
111 | 2025-02-07T09:18:33.094Z | + pfexec chown build /work |
112 | 2025-02-07T09:18:33.096Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
113 | 2025-02-07T09:18:34.687Z | pkg list: illegal option -- F |
114 | 2025-02-07T09:18:34.691Z | Usage: |
115 | 2025-02-07T09:18:34.691Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
116 | 2025-02-07T09:18:34.691Z | [pkg_fmri_pattern ...] |
117 | 2025-02-07T09:18:35.562Z | pkg list: illegal option -- F |
118 | 2025-02-07T09:18:35.562Z | Usage: |
119 | 2025-02-07T09:18:35.564Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-02-07T09:18:35.565Z | [pkg_fmri_pattern ...] |
121 | 2025-02-07T09:18:42.550Z | Startup: Refreshing catalog 'helios-dev' ... Done |
122 | 2025-02-07T09:18:46.862Z | Startup: Caching catalogs ... Done |
123 | 2025-02-07T09:18:59.243Z | Planning: Solver setup ... Done (11.416s) |
124 | 2025-02-07T09:18:59.395Z | Planning: Running solver ... Done (0.151s) |
125 | 2025-02-07T09:18:59.516Z | Planning: Finding local manifests ... Done (0.006s) |
126 | 2025-02-07T09:18:59.657Z | Planning: Fetching manifests: 0/7 0% complete |
127 | 2025-02-07T09:19:01.428Z | Planning: Fetching manifests: 7/7 100% complete |
128 | 2025-02-07T09:19:01.551Z | Planning: Package planning ... Done (0.123s) |
129 | 2025-02-07T09:19:01.609Z | Planning: Merging actions ... Done (0.058s) |
130 | 2025-02-07T09:19:01.805Z | Planning: Checking for conflicting actions ... Done (0.196s) |
131 | 2025-02-07T09:19:03.552Z | Planning: Consolidating action changes ... Done (1.746s) |
132 | 2025-02-07T09:19:03.981Z | Planning: Evaluating mediators ... Done (0.429s) |
133 | 2025-02-07T09:19:04.066Z | Planning: Planning completed in 17.10 seconds |
134 | 2025-02-07T09:19:04.082Z | Packages to install: 4 |
135 | 2025-02-07T09:19:04.082Z | Packages to update: 3 |
136 | 2025-02-07T09:19:04.082Z | Mediators to change: 2 |
137 | 2025-02-07T09:19:04.082Z | Services to change: 1 |
138 | 2025-02-07T09:19:04.082Z | Estimated space available: 155.61 GB |
139 | 2025-02-07T09:19:04.085Z | Estimated space to be consumed: 1.65 GB |
140 | 2025-02-07T09:19:04.085Z | Create boot environment: No |
141 | 2025-02-07T09:19:04.085Z | Create backup boot environment: Yes |
142 | 2025-02-07T09:19:04.085Z | Rebuild boot archive: No |
143 | 2025-02-07T09:19:04.085Z | |
144 | 2025-02-07T09:19:04.085Z | Changed mediators: |
145 | 2025-02-07T09:19:04.085Z | mediator clang: |
146 | 2025-02-07T09:19:04.085Z | version: None -> 15 (system default) |
147 | 2025-02-07T09:19:04.085Z | |
148 | 2025-02-07T09:19:04.085Z | mediator llvm: |
149 | 2025-02-07T09:19:04.085Z | version: 14 (system default) -> 15 (system default) |
150 | 2025-02-07T09:19:04.085Z | |
151 | 2025-02-07T09:19:04.085Z | Changed packages: |
152 | 2025-02-07T09:19:04.085Z | helios-dev |
153 | 2025-02-07T09:19:04.085Z | developer/build-essential |
154 | 2025-02-07T09:19:04.085Z | None -> 11-2.0 |
155 | 2025-02-07T09:19:04.085Z | library/libxmlsec1 |
156 | 2025-02-07T09:19:04.085Z | None -> 1.2.35-2.0 |
157 | 2025-02-07T09:19:04.085Z | ooce/developer/clang-15 |
158 | 2025-02-07T09:19:04.085Z | None -> 15.0.7-2.0 |
159 | 2025-02-07T09:19:04.085Z | ooce/developer/llvm-15 |
160 | 2025-02-07T09:19:04.085Z | None -> 15.0.7-2.0 |
161 | 2025-02-07T09:19:04.086Z | package/pkg |
162 | 2025-02-07T09:19:04.086Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
163 | 2025-02-07T09:19:04.086Z | system/library/g++-runtime |
164 | 2025-02-07T09:19:04.086Z | 13-2.0 -> 14-2.0 |
165 | 2025-02-07T09:19:04.086Z | system/library/gcc-runtime |
166 | 2025-02-07T09:19:04.086Z | 13-2.0 -> 14-2.0 |
167 | 2025-02-07T09:19:04.086Z | |
168 | 2025-02-07T09:19:04.086Z | Services: |
169 | 2025-02-07T09:19:04.086Z | restart_fmri: |
170 | 2025-02-07T09:19:04.086Z | svc:/system/update-man-index:default |
171 | 2025-02-07T09:19:04.086Z | |
172 | 2025-02-07T09:19:04.086Z | Editable files to change: |
173 | 2025-02-07T09:19:04.086Z | Update: |
174 | 2025-02-07T09:19:04.086Z | usr/share/lib/pkg/web/config.shtml |
175 | 2025-02-07T09:19:04.166Z | |
176 | 2025-02-07T09:19:04.166Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
177 | 2025-02-07T09:19:09.169Z | Download: 407/4301 items 16.6/225.4MB 7% complete (3.4M/s) |
178 | 2025-02-07T09:19:14.184Z | Download: 958/4301 items 19.3/225.4MB 8% complete (2.0M/s) |
179 | 2025-02-07T09:19:19.208Z | Download: 1199/4301 items 83.5/225.4MB 37% complete (6.7M/s) |
180 | 2025-02-07T09:19:24.211Z | Download: 2091/4301 items 118.9/225.4MB 52% complete (10.0M/s) |
181 | 2025-02-07T09:19:32.976Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (7.7M/s) |
182 | 2025-02-07T09:19:37.974Z | Download: 3248/4301 items 191.8/225.4MB 85% complete (7.3M/s) |
183 | 2025-02-07T09:19:43.119Z | Download: 4202/4301 items 218.7/225.4MB 97% complete (10.4M/s) |
184 | 2025-02-07T09:19:46.478Z | Download: Completed 225.42 MB in 42.31 seconds (5.3M/s) |
185 | 2025-02-07T09:19:48.489Z | Actions: 1/5122 actions (Removing old actions) |
186 | 2025-02-07T09:19:48.510Z | Actions: 194/5122 actions (Installing new actions) |
187 | 2025-02-07T09:19:53.311Z | Actions: 4267/5122 actions (Updating modified actions) |
188 | 2025-02-07T09:19:53.670Z | Actions: Completed 5122 actions in 5.17 seconds. |
189 | 2025-02-07T09:19:54.108Z | Done (0.435s) |
190 | 2025-02-07T09:19:54.111Z | Done (0.001s) |
191 | 2025-02-07T09:19:54.719Z | Done (0.605s) |
192 | 2025-02-07T09:19:59.331Z | Done (4.374s) |
193 | 2025-02-07T09:19:59.422Z | Done (0.018s) |
194 | 2025-02-07T09:19:59.425Z | Done (0.000s) |
195 | 2025-02-07T09:19:59.604Z | Done (0.000s) |
196 | 2025-02-07T09:20:00.369Z | Planning: Evaluating mediator changes ... Done |
197 | 2025-02-07T09:20:00.544Z | Planning: Checking for conflicting actions ... Done |
198 | 2025-02-07T09:20:00.547Z | Planning: Consolidating action changes ... Done |
199 | 2025-02-07T09:20:00.835Z | Planning: Evaluating mediators ... Done |
200 | 2025-02-07T09:20:00.837Z | Planning: Planning completed in 0.47 seconds |
201 | 2025-02-07T09:20:00.876Z | Mediators to change: 2 |
202 | 2025-02-07T09:20:00.876Z | Create boot environment: No |
203 | 2025-02-07T09:20:00.878Z | Create backup boot environment: No |
204 | 2025-02-07T09:20:00.964Z | Done |
205 | 2025-02-07T09:20:00.964Z | Done |
206 | 2025-02-07T09:20:01.413Z | Done |
207 | 2025-02-07T09:20:05.417Z | Done |
208 | 2025-02-07T09:20:05.516Z | Done |
209 | 2025-02-07T09:20:05.518Z | Done |
210 | 2025-02-07T09:20:05.653Z | Done |
211 | 2025-02-07T09:20:06.312Z | Planning: Evaluating mediator changes ... Done |
212 | 2025-02-07T09:20:06.315Z | Planning: Merging actions ... Done |
213 | 2025-02-07T09:20:06.515Z | Planning: Checking for conflicting actions ... Done |
214 | 2025-02-07T09:20:06.517Z | Planning: Consolidating action changes ... Done |
215 | 2025-02-07T09:20:06.795Z | Planning: Evaluating mediators ... Done |
216 | 2025-02-07T09:20:06.856Z | Planning: Planning completed in 0.80 seconds |
217 | 2025-02-07T09:20:06.900Z | Packages to change: 1 |
218 | 2025-02-07T09:20:06.900Z | Mediators to change: 1 |
219 | 2025-02-07T09:20:06.900Z | Services to change: 1 |
220 | 2025-02-07T09:20:06.900Z | Create boot environment: No |
221 | 2025-02-07T09:20:06.903Z | Create backup boot environment: Yes |
222 | 2025-02-07T09:20:09.216Z | Actions: 1/6 actions (Updating modified actions) |
223 | 2025-02-07T09:20:09.218Z | Actions: Completed 6 actions in 0.00 seconds. |
224 | 2025-02-07T09:20:09.218Z | Done |
225 | 2025-02-07T09:20:09.218Z | Done |
226 | 2025-02-07T09:20:09.343Z | Done |
227 | 2025-02-07T09:20:13.362Z | Done |
228 | 2025-02-07T09:20:13.463Z | Done |
229 | 2025-02-07T09:20:13.466Z | Done |
230 | 2025-02-07T09:20:13.605Z | Done |
231 | 2025-02-07T09:20:14.076Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
232 | 2025-02-07T09:20:14.076Z | clang system 15 system |
233 | 2025-02-07T09:20:14.076Z | csh system system illumos |
234 | 2025-02-07T09:20:14.076Z | ctags system system illumos |
235 | 2025-02-07T09:20:14.076Z | gcc vendor 12 vendor |
236 | 2025-02-07T09:20:14.076Z | gcc system 10 system |
237 | 2025-02-07T09:20:14.076Z | gcc system 7 system |
238 | 2025-02-07T09:20:14.076Z | go system 1.20 system |
239 | 2025-02-07T09:20:14.076Z | go system 1.19 system |
240 | 2025-02-07T09:20:14.076Z | llvm system 15 system |
241 | 2025-02-07T09:20:14.076Z | llvm system 14 system |
242 | 2025-02-07T09:20:14.076Z | mariadb system 10.6 system |
243 | 2025-02-07T09:20:14.076Z | mta vendor vendor dma |
244 | 2025-02-07T09:20:14.076Z | openjdk system 17 system |
245 | 2025-02-07T09:20:14.076Z | openjdk system 11 system |
246 | 2025-02-07T09:20:14.076Z | openjdk system 1.8 system |
247 | 2025-02-07T09:20:14.076Z | openssl vendor 3 vendor |
248 | 2025-02-07T09:20:14.076Z | perl system 5.36 system |
249 | 2025-02-07T09:20:14.076Z | postgresql system 15 system |
250 | 2025-02-07T09:20:14.076Z | postgresql system 13 system |
251 | 2025-02-07T09:20:14.077Z | python vendor 3 vendor |
252 | 2025-02-07T09:20:14.077Z | python system 2 system |
253 | 2025-02-07T09:20:14.077Z | python3 system 3.11 system |
254 | 2025-02-07T09:20:14.077Z | ruby system 3.0 system |
255 | 2025-02-07T09:20:14.077Z | words vendor vendor american-english |
256 | 2025-02-07T09:20:14.077Z | words system system australian-english |
257 | 2025-02-07T09:20:14.077Z | words system system british-english |
258 | 2025-02-07T09:20:14.077Z | words system system canadian-english |
259 | 2025-02-07T09:20:14.077Z | words system system french |
260 | 2025-02-07T09:20:14.077Z | words system system italian |
261 | 2025-02-07T09:20:14.077Z | words system system ngerman |
262 | 2025-02-07T09:20:14.077Z | words system system ogerman |
263 | 2025-02-07T09:20:14.077Z | words system system spanish |
264 | 2025-02-07T09:20:14.434Z | PUBLISHER TYPE STATUS P LOCATION |
265 | 2025-02-07T09:20:14.434Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
266 | 2025-02-07T09:20:17.417Z | FMRI IFO |
267 | 2025-02-07T09:20:17.417Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
268 | 2025-02-07T09:20:17.417Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
269 | 2025-02-07T09:20:17.417Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
270 | 2025-02-07T09:20:17.417Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
271 | 2025-02-07T09:20:17.417Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
272 | 2025-02-07T09:20:17.417Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
273 | 2025-02-07T09:20:17.417Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
274 | 2025-02-07T09:20:17.417Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
275 | 2025-02-07T09:20:17.417Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
276 | 2025-02-07T09:20:17.417Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
277 | 2025-02-07T09:20:17.417Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
278 | 2025-02-07T09:20:17.417Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
279 | 2025-02-07T09:20:17.417Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
280 | 2025-02-07T09:20:17.417Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
281 | 2025-02-07T09:20:17.417Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
282 | 2025-02-07T09:20:18.233Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
283 | 2025-02-07T09:20:18.558Z | Updating crates.io index |
284 | 2025-02-07T09:20:18.625Z | Updating git repository `https://github.com/oxidecomputer/daft` |
285 | 2025-02-07T09:20:18.926Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
286 | 2025-02-07T09:20:20.209Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
287 | 2025-02-07T09:20:20.479Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
288 | 2025-02-07T09:20:20.772Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
289 | 2025-02-07T09:20:21.058Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
290 | 2025-02-07T09:20:21.995Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
291 | 2025-02-07T09:20:23.860Z | Updating git repository `https://github.com/oxidecomputer/opte` |
292 | 2025-02-07T09:20:24.577Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
293 | 2025-02-07T09:20:25.259Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
294 | 2025-02-07T09:20:25.519Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
295 | 2025-02-07T09:20:25.868Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
296 | 2025-02-07T09:20:26.371Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
297 | 2025-02-07T09:20:26.938Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
298 | 2025-02-07T09:20:27.263Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
299 | 2025-02-07T09:20:27.600Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
300 | 2025-02-07T09:20:27.897Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
301 | 2025-02-07T09:20:28.149Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
302 | 2025-02-07T09:20:28.471Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
303 | 2025-02-07T09:20:28.773Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
304 | 2025-02-07T09:20:29.118Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
305 | 2025-02-07T09:20:29.421Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
306 | 2025-02-07T09:20:29.782Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
307 | 2025-02-07T09:20:30.137Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
308 | 2025-02-07T09:20:30.412Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
309 | 2025-02-07T09:20:30.933Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
310 | 2025-02-07T09:20:31.238Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
311 | 2025-02-07T09:20:31.630Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
312 | 2025-02-07T09:20:32.019Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
313 | 2025-02-07T09:20:32.315Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
314 | 2025-02-07T09:20:32.644Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
315 | 2025-02-07T09:20:32.931Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
316 | 2025-02-07T09:20:34.209Z | Downloading crates ... |
317 | 2025-02-07T09:20:34.287Z | Downloaded anstream v0.6.15 |
318 | 2025-02-07T09:20:34.315Z | Downloaded cargo_toml v0.20.5 |
319 | 2025-02-07T09:20:34.321Z | Downloaded fs-err v2.11.0 |
320 | 2025-02-07T09:20:34.323Z | Downloaded dof v0.3.0 |
321 | 2025-02-07T09:20:34.328Z | Downloaded memmap v0.7.0 |
322 | 2025-02-07T09:20:34.330Z | Downloaded digest v0.10.7 |
323 | 2025-02-07T09:20:34.339Z | Downloaded clap_builder v4.5.27 |
324 | 2025-02-07T09:20:34.348Z | Downloaded indexmap v2.7.1 |
325 | 2025-02-07T09:20:34.354Z | Downloaded clap v4.5.27 |
326 | 2025-02-07T09:20:34.362Z | Downloaded proc-macro-error v1.0.4 |
327 | 2025-02-07T09:20:34.365Z | Downloaded quote v1.0.38 |
328 | 2025-02-07T09:20:34.367Z | Downloaded once_cell v1.20.2 |
329 | 2025-02-07T09:20:34.370Z | Downloaded anstyle-parse v0.2.5 |
330 | 2025-02-07T09:20:34.372Z | Downloaded errno v0.3.9 |
331 | 2025-02-07T09:20:34.376Z | Downloaded generic-array v0.14.7 |
332 | 2025-02-07T09:20:34.376Z | Downloaded cargo-platform v0.1.8 |
333 | 2025-02-07T09:20:34.380Z | Downloaded camino-tempfile v1.1.1 |
334 | 2025-02-07T09:20:34.380Z | Downloaded cargo_metadata v0.18.1 |
335 | 2025-02-07T09:20:34.382Z | Downloaded anstyle v1.0.10 |
336 | 2025-02-07T09:20:34.382Z | Downloaded papergrid v0.11.0 |
337 | 2025-02-07T09:20:34.385Z | Downloaded colorchoice v1.0.2 |
338 | 2025-02-07T09:20:34.387Z | Downloaded bytecount v0.6.8 |
339 | 2025-02-07T09:20:34.390Z | Downloaded block-buffer v0.10.4 |
340 | 2025-02-07T09:20:34.390Z | Downloaded goblin v0.8.2 |
341 | 2025-02-07T09:20:34.394Z | Downloaded crypto-common v0.1.6 |
342 | 2025-02-07T09:20:34.397Z | Downloaded cpufeatures v0.2.14 |
343 | 2025-02-07T09:20:34.397Z | Downloaded clap_lex v0.7.4 |
344 | 2025-02-07T09:20:34.399Z | Downloaded cfg-if v1.0.0 |
345 | 2025-02-07T09:20:34.402Z | Downloaded dtrace-parser v0.2.0 |
346 | 2025-02-07T09:20:34.407Z | Downloaded pretty-hex v0.4.1 |
347 | 2025-02-07T09:20:34.412Z | Downloaded fnv v1.0.7 |
348 | 2025-02-07T09:20:34.414Z | Downloaded fastrand v2.1.1 |
349 | 2025-02-07T09:20:34.417Z | Downloaded macaddr v1.0.1 |
350 | 2025-02-07T09:20:34.422Z | Downloaded equivalent v1.0.1 |
351 | 2025-02-07T09:20:34.425Z | Downloaded usdt-attr-macro v0.5.0 |
352 | 2025-02-07T09:20:34.427Z | Downloaded scroll_derive v0.12.0 |
353 | 2025-02-07T09:20:34.433Z | Downloaded usdt-macro v0.5.0 |
354 | 2025-02-07T09:20:34.439Z | Downloaded plain v0.2.3 |
355 | 2025-02-07T09:20:34.441Z | Downloaded byteorder v1.5.0 |
356 | 2025-02-07T09:20:34.444Z | Downloaded usdt v0.5.0 |
357 | 2025-02-07T09:20:34.444Z | Downloaded anstyle-query v1.1.1 |
358 | 2025-02-07T09:20:34.446Z | Downloaded smawk v0.3.2 |
359 | 2025-02-07T09:20:34.446Z | Downloaded proc-macro-error-attr v1.0.4 |
360 | 2025-02-07T09:20:34.448Z | Downloaded is_terminal_polyfill v1.70.1 |
361 | 2025-02-07T09:20:34.450Z | Downloaded tabled_derive v0.7.0 |
362 | 2025-02-07T09:20:34.451Z | Downloaded heck v0.5.0 |
363 | 2025-02-07T09:20:34.453Z | Downloaded itoa v1.0.11 |
364 | 2025-02-07T09:20:34.453Z | Downloaded heck v0.4.1 |
365 | 2025-02-07T09:20:34.455Z | Downloaded clap_derive v4.5.24 |
366 | 2025-02-07T09:20:34.457Z | Downloaded autocfg v1.4.0 |
367 | 2025-02-07T09:20:34.460Z | Downloaded thread-id v4.2.2 |
368 | 2025-02-07T09:20:34.462Z | Downloaded unicode-linebreak v0.1.5 |
369 | 2025-02-07T09:20:34.462Z | Downloaded terminal_size v0.4.0 |
370 | 2025-02-07T09:20:34.462Z | Downloaded swrite v0.1.0 |
371 | 2025-02-07T09:20:34.465Z | Downloaded pest_generator v2.7.14 |
372 | 2025-02-07T09:20:34.467Z | Downloaded strsim v0.11.1 |
373 | 2025-02-07T09:20:34.467Z | Downloaded scroll v0.12.0 |
374 | 2025-02-07T09:20:34.475Z | Downloaded serde_tokenstream v0.2.2 |
375 | 2025-02-07T09:20:34.477Z | Downloaded serde_spanned v0.6.8 |
376 | 2025-02-07T09:20:34.483Z | Downloaded version_check v0.9.5 |
377 | 2025-02-07T09:20:34.486Z | Downloaded utf8parse v0.2.2 |
378 | 2025-02-07T09:20:34.488Z | Downloaded thiserror-impl v1.0.69 |
379 | 2025-02-07T09:20:34.488Z | Downloaded thiserror v1.0.69 |
380 | 2025-02-07T09:20:34.492Z | Downloaded camino v1.1.9 |
381 | 2025-02-07T09:20:34.494Z | Downloaded sha2 v0.10.8 |
382 | 2025-02-07T09:20:34.497Z | Downloaded pest_derive v2.7.14 |
383 | 2025-02-07T09:20:34.501Z | Downloaded tempfile v3.13.0 |
384 | 2025-02-07T09:20:34.503Z | Downloaded usdt-impl v0.5.0 |
385 | 2025-02-07T09:20:34.507Z | Downloaded toml_datetime v0.6.8 |
386 | 2025-02-07T09:20:34.510Z | Downloaded semver v1.0.24 |
387 | 2025-02-07T09:20:34.512Z | Downloaded zerocopy-derive v0.7.35 |
388 | 2025-02-07T09:20:34.515Z | Downloaded pest_meta v2.7.14 |
389 | 2025-02-07T09:20:34.518Z | Downloaded ucd-trie v0.1.7 |
390 | 2025-02-07T09:20:34.520Z | Downloaded unicode-ident v1.0.14 |
391 | 2025-02-07T09:20:34.522Z | Downloaded anyhow v1.0.95 |
392 | 2025-02-07T09:20:34.525Z | Downloaded typenum v1.17.0 |
393 | 2025-02-07T09:20:34.528Z | Downloaded ryu v1.0.18 |
394 | 2025-02-07T09:20:34.531Z | Downloaded bitflags v2.6.0 |
395 | 2025-02-07T09:20:34.534Z | Downloaded toml v0.8.19 |
396 | 2025-02-07T09:20:34.537Z | Downloaded textwrap v0.16.1 |
397 | 2025-02-07T09:20:34.540Z | Downloaded proc-macro2 v1.0.92 |
398 | 2025-02-07T09:20:34.542Z | Downloaded log v0.4.22 |
399 | 2025-02-07T09:20:34.545Z | Downloaded serde_derive v1.0.217 |
400 | 2025-02-07T09:20:34.561Z | Downloaded serde v1.0.217 |
401 | 2025-02-07T09:20:34.564Z | Downloaded memchr v2.7.4 |
402 | 2025-02-07T09:20:34.578Z | Downloaded toml_edit v0.22.22 |
403 | 2025-02-07T09:20:34.599Z | Downloaded pest v2.7.14 |
404 | 2025-02-07T09:20:34.608Z | Downloaded hashbrown v0.15.1 |
405 | 2025-02-07T09:20:34.616Z | Downloaded zerocopy v0.7.35 |
406 | 2025-02-07T09:20:34.631Z | Downloaded winnow v0.6.20 |
407 | 2025-02-07T09:20:34.639Z | Downloaded serde_json v1.0.135 |
408 | 2025-02-07T09:20:34.649Z | Downloaded tabled v0.15.0 |
409 | 2025-02-07T09:20:34.664Z | Downloaded syn v1.0.109 |
410 | 2025-02-07T09:20:34.674Z | Downloaded unicode-width v0.1.14 |
411 | 2025-02-07T09:20:34.682Z | Downloaded syn v2.0.96 |
412 | 2025-02-07T09:20:34.693Z | Downloaded rustix v0.38.37 |
413 | 2025-02-07T09:20:34.724Z | Downloaded libc v0.2.169 |
414 | 2025-02-07T09:20:35.044Z | Compiling proc-macro2 v1.0.92 |
415 | 2025-02-07T09:20:35.044Z | Compiling unicode-ident v1.0.14 |
416 | 2025-02-07T09:20:35.047Z | Compiling serde v1.0.217 |
417 | 2025-02-07T09:20:35.047Z | Compiling version_check v0.9.5 |
418 | 2025-02-07T09:20:35.047Z | Compiling memchr v2.7.4 |
419 | 2025-02-07T09:20:35.047Z | Compiling thiserror v1.0.69 |
420 | 2025-02-07T09:20:35.047Z | Compiling libc v0.2.169 |
421 | 2025-02-07T09:20:35.047Z | Compiling itoa v1.0.11 |
422 | 2025-02-07T09:20:35.316Z | Compiling ucd-trie v0.1.7 |
423 | 2025-02-07T09:20:35.373Z | Compiling ryu v1.0.18 |
424 | 2025-02-07T09:20:35.869Z | Compiling once_cell v1.20.2 |
425 | 2025-02-07T09:20:35.896Z | Compiling byteorder v1.5.0 |
426 | 2025-02-07T09:20:36.088Z | Compiling rustix v0.38.37 |
427 | 2025-02-07T09:20:36.270Z | Compiling serde_json v1.0.135 |
428 | 2025-02-07T09:20:36.342Z | Compiling bitflags v2.6.0 |
429 | 2025-02-07T09:20:36.675Z | Compiling proc-macro-error-attr v1.0.4 |
430 | 2025-02-07T09:20:36.677Z | Compiling usdt-impl v0.5.0 |
431 | 2025-02-07T09:20:36.719Z | Compiling syn v1.0.109 |
432 | 2025-02-07T09:20:36.772Z | Compiling proc-macro-error v1.0.4 |
433 | 2025-02-07T09:20:36.942Z | Compiling quote v1.0.38 |
434 | 2025-02-07T09:20:37.050Z | Compiling hashbrown v0.15.1 |
435 | 2025-02-07T09:20:37.080Z | Compiling errno v0.3.9 |
436 | 2025-02-07T09:20:37.191Z | Compiling camino v1.1.9 |
437 | 2025-02-07T09:20:37.319Z | Compiling syn v2.0.96 |
438 | 2025-02-07T09:20:37.348Z | Compiling thread-id v4.2.2 |
439 | 2025-02-07T09:20:37.431Z | Compiling equivalent v1.0.1 |
440 | 2025-02-07T09:20:37.503Z | Compiling log v0.4.22 |
441 | 2025-02-07T09:20:37.569Z | Compiling utf8parse v0.2.2 |
442 | 2025-02-07T09:20:37.596Z | Compiling plain v0.2.3 |
443 | 2025-02-07T09:20:37.761Z | Compiling anstyle-parse v0.2.5 |
444 | 2025-02-07T09:20:38.033Z | Compiling unicode-width v0.1.14 |
445 | 2025-02-07T09:20:38.087Z | Compiling semver v1.0.24 |
446 | 2025-02-07T09:20:38.194Z | Compiling indexmap v2.7.1 |
447 | 2025-02-07T09:20:38.241Z | Compiling anstyle v1.0.10 |
448 | 2025-02-07T09:20:38.436Z | Compiling winnow v0.6.20 |
449 | 2025-02-07T09:20:38.607Z | Compiling is_terminal_polyfill v1.70.1 |
450 | 2025-02-07T09:20:38.636Z | Compiling autocfg v1.4.0 |
451 | 2025-02-07T09:20:38.750Z | Compiling anstyle-query v1.1.1 |
452 | 2025-02-07T09:20:38.780Z | Compiling pretty-hex v0.4.1 |
453 | 2025-02-07T09:20:38.918Z | Compiling colorchoice v1.0.2 |
454 | 2025-02-07T09:20:39.116Z | Compiling anstream v0.6.15 |
455 | 2025-02-07T09:20:39.462Z | Compiling terminal_size v0.4.0 |
456 | 2025-02-07T09:20:39.535Z | Compiling heck v0.5.0 |
457 | 2025-02-07T09:20:39.710Z | Compiling cfg-if v1.0.0 |
458 | 2025-02-07T09:20:39.752Z | Compiling fs-err v2.11.0 |
459 | 2025-02-07T09:20:39.783Z | Compiling fnv v1.0.7 |
460 | 2025-02-07T09:20:39.825Z | Compiling anyhow v1.0.95 |
461 | 2025-02-07T09:20:39.941Z | Compiling heck v0.4.1 |
462 | 2025-02-07T09:20:40.062Z | Compiling strsim v0.11.1 |
463 | 2025-02-07T09:20:40.089Z | Compiling fastrand v2.1.1 |
464 | 2025-02-07T09:20:40.381Z | Compiling clap_lex v0.7.4 |
465 | 2025-02-07T09:20:40.421Z | Compiling bytecount v0.6.8 |
466 | 2025-02-07T09:20:40.639Z | Compiling papergrid v0.11.0 |
467 | 2025-02-07T09:20:40.824Z | Compiling clap_builder v4.5.27 |
468 | 2025-02-07T09:20:40.853Z | Compiling tempfile v3.13.0 |
469 | 2025-02-07T09:20:41.040Z | Compiling memmap v0.7.0 |
470 | 2025-02-07T09:20:41.296Z | Compiling smawk v0.3.2 |
471 | 2025-02-07T09:20:41.404Z | Compiling unicode-linebreak v0.1.5 |
472 | 2025-02-07T09:20:41.918Z | Compiling textwrap v0.16.1 |
473 | 2025-02-07T09:20:41.986Z | Compiling swrite v0.1.0 |
474 | 2025-02-07T09:20:42.859Z | Compiling tabled_derive v0.7.0 |
475 | 2025-02-07T09:20:44.422Z | Compiling serde_derive v1.0.217 |
476 | 2025-02-07T09:20:44.422Z | Compiling thiserror-impl v1.0.69 |
477 | 2025-02-07T09:20:44.425Z | Compiling zerocopy-derive v0.7.35 |
478 | 2025-02-07T09:20:44.425Z | Compiling scroll_derive v0.12.0 |
479 | 2025-02-07T09:20:44.425Z | Compiling clap_derive v4.5.24 |
480 | 2025-02-07T09:20:44.668Z | Compiling tabled v0.15.0 |
481 | 2025-02-07T09:20:45.845Z | Compiling scroll v0.12.0 |
482 | 2025-02-07T09:20:46.414Z | Compiling goblin v0.8.2 |
483 | 2025-02-07T09:20:46.517Z | Compiling zerocopy v0.7.35 |
484 | 2025-02-07T09:20:47.336Z | Compiling pest v2.7.14 |
485 | 2025-02-07T09:20:48.076Z | Compiling clap v4.5.27 |
486 | 2025-02-07T09:20:49.725Z | Compiling pest_meta v2.7.14 |
487 | 2025-02-07T09:20:50.691Z | Compiling pest_generator v2.7.14 |
488 | 2025-02-07T09:20:52.159Z | Compiling pest_derive v2.7.14 |
489 | 2025-02-07T09:20:52.765Z | Compiling dtrace-parser v0.2.0 |
490 | 2025-02-07T09:20:53.654Z | Compiling serde_spanned v0.6.8 |
491 | 2025-02-07T09:20:53.654Z | Compiling toml_datetime v0.6.8 |
492 | 2025-02-07T09:20:53.657Z | Compiling cargo-platform v0.1.8 |
493 | 2025-02-07T09:20:53.989Z | Compiling serde_tokenstream v0.2.2 |
494 | 2025-02-07T09:20:54.080Z | Compiling toml_edit v0.22.22 |
495 | 2025-02-07T09:20:54.148Z | Compiling macaddr v1.0.1 |
496 | 2025-02-07T09:20:54.324Z | Compiling camino-tempfile v1.1.1 |
497 | 2025-02-07T09:20:55.080Z | Compiling dof v0.3.0 |
498 | 2025-02-07T09:20:55.080Z | Compiling cargo_metadata v0.18.1 |
499 | 2025-02-07T09:20:56.783Z | Compiling usdt-macro v0.5.0 |
500 | 2025-02-07T09:20:56.785Z | Compiling usdt-attr-macro v0.5.0 |
501 | 2025-02-07T09:20:56.881Z | Compiling toml v0.8.19 |
502 | 2025-02-07T09:20:57.963Z | Compiling cargo_toml v0.20.5 |
503 | 2025-02-07T09:20:58.066Z | Compiling usdt v0.5.0 |
504 | 2025-02-07T09:21:00.794Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
505 | 2025-02-07T09:21:04.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.16s |
506 | 2025-02-07T09:21:04.456Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
507 | 2025-02-07T09:21:05.027Z | Downloading crates ... |
508 | 2025-02-07T09:21:05.138Z | Downloaded adler2 v2.0.0 |
509 | 2025-02-07T09:21:05.141Z | Downloaded async-stream-impl v0.3.6 |
510 | 2025-02-07T09:21:05.144Z | Downloaded atomicwrites v0.4.4 |
511 | 2025-02-07T09:21:05.146Z | Downloaded async-recursion v1.1.1 |
512 | 2025-02-07T09:21:05.155Z | Downloaded atty v0.2.14 |
513 | 2025-02-07T09:21:05.157Z | Downloaded cfg_aliases v0.1.1 |
514 | 2025-02-07T09:21:05.178Z | Downloaded cstr-argument v0.1.2 |
515 | 2025-02-07T09:21:05.183Z | Downloaded crunchy v0.2.2 |
516 | 2025-02-07T09:21:05.185Z | Downloaded cfg_aliases v0.2.1 |
517 | 2025-02-07T09:21:05.187Z | Downloaded assert_matches v1.5.0 |
518 | 2025-02-07T09:21:05.188Z | Downloaded darling v0.20.10 |
519 | 2025-02-07T09:21:05.192Z | Downloaded ascii-canvas v3.0.0 |
520 | 2025-02-07T09:21:05.194Z | Downloaded humantime v2.1.0 |
521 | 2025-02-07T09:21:05.197Z | Downloaded hubpack_derive v0.1.1 |
522 | 2025-02-07T09:21:05.197Z | Downloaded ciborium-io v0.2.2 |
523 | 2025-02-07T09:21:05.199Z | Downloaded atomic-waker v1.1.2 |
524 | 2025-02-07T09:21:05.199Z | Downloaded async-stream v0.3.6 |
525 | 2025-02-07T09:21:05.202Z | Downloaded const_format_proc_macros v0.2.34 |
526 | 2025-02-07T09:21:05.205Z | Downloaded cexpr v0.6.0 |
527 | 2025-02-07T09:21:05.208Z | Downloaded bitflags v1.3.2 |
528 | 2025-02-07T09:21:05.210Z | Downloaded crc v3.2.1 |
529 | 2025-02-07T09:21:05.213Z | Downloaded chacha20 v0.9.1 |
530 | 2025-02-07T09:21:05.215Z | Downloaded crossbeam-deque v0.8.5 |
531 | 2025-02-07T09:21:05.217Z | Downloaded base16ct v0.2.0 |
532 | 2025-02-07T09:21:05.220Z | Downloaded constant_time_eq v0.3.1 |
533 | 2025-02-07T09:21:05.222Z | Downloaded cbc v0.1.2 |
534 | 2025-02-07T09:21:05.225Z | Downloaded ctr v0.9.2 |
535 | 2025-02-07T09:21:05.225Z | Downloaded ciborium-ll v0.2.2 |
536 | 2025-02-07T09:21:05.227Z | Downloaded colored v2.1.0 |
537 | 2025-02-07T09:21:05.229Z | Downloaded cassowary v0.3.0 |
538 | 2025-02-07T09:21:05.232Z | Downloaded chrono-tz-build v0.4.0 |
539 | 2025-02-07T09:21:05.232Z | Downloaded buf-list v1.0.3 |
540 | 2025-02-07T09:21:05.234Z | Downloaded bit-set v0.5.3 |
541 | 2025-02-07T09:21:05.237Z | Downloaded bcrypt-pbkdf v0.10.0 |
542 | 2025-02-07T09:21:05.239Z | Downloaded bit-vec v0.6.3 |
543 | 2025-02-07T09:21:05.242Z | Downloaded http-body v1.0.1 |
544 | 2025-02-07T09:21:05.242Z | Downloaded bb8 v0.8.5 |
545 | 2025-02-07T09:21:05.244Z | Downloaded cobs v0.2.3 |
546 | 2025-02-07T09:21:05.245Z | Downloaded convert_case v0.4.0 |
547 | 2025-02-07T09:21:05.247Z | Downloaded hyper v1.5.2 |
548 | 2025-02-07T09:21:05.254Z | Downloaded curve25519-dalek-derive v0.1.1 |
549 | 2025-02-07T09:21:05.256Z | Downloaded addr2line v0.24.2 |
550 | 2025-02-07T09:21:05.259Z | Downloaded async-bb8-diesel v0.2.1 |
551 | 2025-02-07T09:21:05.261Z | Downloaded crc-catalog v2.4.0 |
552 | 2025-02-07T09:21:05.264Z | Downloaded block-padding v0.3.3 |
553 | 2025-02-07T09:21:05.266Z | Downloaded hyper-tls v0.6.0 |
554 | 2025-02-07T09:21:05.266Z | Downloaded crc32fast v1.4.2 |
555 | 2025-02-07T09:21:05.269Z | Downloaded impl-trait-for-tuples v0.2.2 |
556 | 2025-02-07T09:21:05.272Z | Downloaded hyper-rustls v0.27.3 |
557 | 2025-02-07T09:21:05.276Z | Downloaded ident_case v1.0.1 |
558 | 2025-02-07T09:21:05.278Z | Downloaded icu_provider_macros v1.5.0 |
559 | 2025-02-07T09:21:05.280Z | Downloaded hyper-staticfile v0.10.1 |
560 | 2025-02-07T09:21:05.283Z | Downloaded icu_collections v1.5.0 |
561 | 2025-02-07T09:21:05.289Z | Downloaded serde-big-array v0.5.1 |
562 | 2025-02-07T09:21:05.292Z | Downloaded icu_locid v1.5.0 |
563 | 2025-02-07T09:21:05.297Z | Downloaded icu_locid_transform v1.5.0 |
564 | 2025-02-07T09:21:05.301Z | Downloaded indent_write v2.2.0 |
565 | 2025-02-07T09:21:05.303Z | Downloaded hubpack v0.1.2 |
566 | 2025-02-07T09:21:05.306Z | Downloaded sync_wrapper v1.0.1 |
567 | 2025-02-07T09:21:05.308Z | Downloaded time-core v0.1.2 |
568 | 2025-02-07T09:21:05.310Z | Downloaded sync-ptr v0.1.1 |
569 | 2025-02-07T09:21:05.310Z | Downloaded httpdate v1.0.3 |
570 | 2025-02-07T09:21:05.313Z | Downloaded cipher v0.4.4 |
571 | 2025-02-07T09:21:05.313Z | Downloaded blake2 v0.10.6 |
572 | 2025-02-07T09:21:05.317Z | Downloaded rusty-fork v0.3.0 |
573 | 2025-02-07T09:21:05.319Z | Downloaded newline-converter v0.3.0 |
574 | 2025-02-07T09:21:05.321Z | Downloaded new_debug_unreachable v1.0.6 |
575 | 2025-02-07T09:21:05.324Z | Downloaded md5 v0.7.0 |
576 | 2025-02-07T09:21:05.324Z | Downloaded crossbeam-epoch v0.9.18 |
577 | 2025-02-07T09:21:05.326Z | Downloaded newtype_derive v0.1.6 |
578 | 2025-02-07T09:21:05.328Z | Downloaded crossbeam-utils v0.8.20 |
579 | 2025-02-07T09:21:05.331Z | Downloaded instant v0.1.13 |
580 | 2025-02-07T09:21:05.334Z | Downloaded crc-any v2.5.0 |
581 | 2025-02-07T09:21:05.337Z | Downloaded icu_provider v1.5.0 |
582 | 2025-02-07T09:21:05.341Z | Downloaded md-5 v0.10.6 |
583 | 2025-02-07T09:21:05.343Z | Downloaded cookie v0.18.1 |
584 | 2025-02-07T09:21:05.346Z | Downloaded signature v2.2.0 |
585 | 2025-02-07T09:21:05.348Z | Downloaded is_ci v1.2.0 |
586 | 2025-02-07T09:21:05.357Z | Downloaded utf-8 v0.7.6 |
587 | 2025-02-07T09:21:05.357Z | Downloaded serde-hex v0.1.0 |
588 | 2025-02-07T09:21:05.357Z | Downloaded smf v0.2.3 |
589 | 2025-02-07T09:21:05.357Z | Downloaded smallvec v0.6.14 |
590 | 2025-02-07T09:21:05.359Z | Downloaded zone_cfg_derive v0.3.0 |
591 | 2025-02-07T09:21:05.359Z | Downloaded num-conv v0.1.0 |
592 | 2025-02-07T09:21:05.362Z | Downloaded indoc v1.0.9 |
593 | 2025-02-07T09:21:05.364Z | Downloaded thread_local v1.1.8 |
594 | 2025-02-07T09:21:05.366Z | Downloaded derive_builder_macro v0.20.2 |
595 | 2025-02-07T09:21:05.366Z | Downloaded supports-color v3.0.1 |
596 | 2025-02-07T09:21:05.369Z | Downloaded managed v0.8.0 |
597 | 2025-02-07T09:21:05.371Z | Downloaded maybe-uninit v2.0.0 |
598 | 2025-02-07T09:21:05.373Z | Downloaded mime v0.3.17 |
599 | 2025-02-07T09:21:05.374Z | Downloaded memoffset v0.9.1 |
600 | 2025-02-07T09:21:05.376Z | Downloaded bytes v1.9.0 |
601 | 2025-02-07T09:21:05.380Z | Downloaded nibble_vec v0.1.0 |
602 | 2025-02-07T09:21:05.382Z | Downloaded newtype-uuid v1.2.1 |
603 | 2025-02-07T09:21:05.385Z | Downloaded nanorand v0.7.0 |
604 | 2025-02-07T09:21:05.387Z | Downloaded base64 v0.13.1 |
605 | 2025-02-07T09:21:05.391Z | Downloaded lockfree-object-pool v0.1.6 |
606 | 2025-02-07T09:21:05.394Z | Downloaded libsw v3.3.1 |
607 | 2025-02-07T09:21:05.397Z | Downloaded xattr v1.3.1 |
608 | 2025-02-07T09:21:05.400Z | Downloaded float-ord v0.3.2 |
609 | 2025-02-07T09:21:05.402Z | Downloaded compact_str v0.8.0 |
610 | 2025-02-07T09:21:05.406Z | Downloaded zeroize v1.8.1 |
611 | 2025-02-07T09:21:05.408Z | Downloaded kstat-rs v0.2.4 |
612 | 2025-02-07T09:21:05.411Z | Downloaded static_assertions v1.1.0 |
613 | 2025-02-07T09:21:05.413Z | Downloaded derive_builder_core v0.20.2 |
614 | 2025-02-07T09:21:05.415Z | Downloaded rpassword v7.3.1 |
615 | 2025-02-07T09:21:05.418Z | Downloaded percent-encoding v2.3.1 |
616 | 2025-02-07T09:21:05.418Z | Downloaded thiserror-no-std v2.0.2 |
617 | 2025-02-07T09:21:05.422Z | Downloaded futures-sink v0.3.31 |
618 | 2025-02-07T09:21:05.425Z | Downloaded float-cmp v0.9.0 |
619 | 2025-02-07T09:21:05.427Z | Downloaded tracing-attributes v0.1.27 |
620 | 2025-02-07T09:21:05.429Z | Downloaded litemap v0.7.3 |
621 | 2025-02-07T09:21:05.432Z | Downloaded unicode-xid v0.2.6 |
622 | 2025-02-07T09:21:05.434Z | Downloaded rustc-hash v1.1.0 |
623 | 2025-02-07T09:21:05.437Z | Downloaded tokio-tungstenite v0.21.0 |
624 | 2025-02-07T09:21:05.439Z | Downloaded mime_guess v2.0.5 |
625 | 2025-02-07T09:21:05.442Z | Downloaded crypto-bigint v0.5.5 |
626 | 2025-02-07T09:21:05.450Z | Downloaded glob v0.3.2 |
627 | 2025-02-07T09:21:05.452Z | Downloaded fallible-streaming-iterator v0.1.9 |
628 | 2025-02-07T09:21:05.455Z | Downloaded olpc-cjson v0.1.4 |
629 | 2025-02-07T09:21:05.457Z | Downloaded jobserver v0.1.32 |
630 | 2025-02-07T09:21:05.457Z | Downloaded cc v1.1.30 |
631 | 2025-02-07T09:21:05.462Z | Downloaded ed25519 v2.2.3 |
632 | 2025-02-07T09:21:05.464Z | Downloaded take_mut v0.2.2 |
633 | 2025-02-07T09:21:05.467Z | Downloaded pem v3.0.4 |
634 | 2025-02-07T09:21:05.469Z | Downloaded ref-cast-impl v1.0.23 |
635 | 2025-02-07T09:21:05.469Z | Downloaded ref-cast v1.0.23 |
636 | 2025-02-07T09:21:05.472Z | Downloaded group v0.13.0 |
637 | 2025-02-07T09:21:05.475Z | Downloaded serde_repr v0.1.19 |
638 | 2025-02-07T09:21:05.477Z | Downloaded shlex v1.3.0 |
639 | 2025-02-07T09:21:05.480Z | Downloaded shell-words v1.1.0 |
640 | 2025-02-07T09:21:05.482Z | Downloaded rustversion v1.0.17 |
641 | 2025-02-07T09:21:05.484Z | Downloaded rayon-core v1.12.1 |
642 | 2025-02-07T09:21:05.489Z | Downloaded want v0.3.1 |
643 | 2025-02-07T09:21:05.491Z | Downloaded waitgroup v0.1.2 |
644 | 2025-02-07T09:21:05.493Z | Downloaded hex v0.4.3 |
645 | 2025-02-07T09:21:05.496Z | Downloaded powerfmt v0.2.0 |
646 | 2025-02-07T09:21:05.498Z | Downloaded globset v0.4.15 |
647 | 2025-02-07T09:21:05.498Z | Downloaded crossbeam-channel v0.5.13 |
648 | 2025-02-07T09:21:05.504Z | Downloaded openssl-probe v0.1.5 |
649 | 2025-02-07T09:21:05.506Z | Downloaded path-slash v0.1.5 |
650 | 2025-02-07T09:21:05.509Z | Downloaded precomputed-hash v0.1.1 |
651 | 2025-02-07T09:21:05.509Z | Downloaded home v0.5.9 |
652 | 2025-02-07T09:21:05.512Z | Downloaded tabwriter v1.4.0 |
653 | 2025-02-07T09:21:05.512Z | Downloaded which v4.4.2 |
654 | 2025-02-07T09:21:05.515Z | Downloaded rand_xorshift v0.3.0 |
655 | 2025-02-07T09:21:05.517Z | Downloaded pem-rfc7468 v0.7.0 |
656 | 2025-02-07T09:21:05.517Z | Downloaded zerocopy v0.6.6 |
657 | 2025-02-07T09:21:05.520Z | Downloaded password-hash v0.4.2 |
658 | 2025-02-07T09:21:05.523Z | Downloaded indicatif v0.17.11 |
659 | 2025-02-07T09:21:05.541Z | Downloaded signal-hook-tokio v0.3.1 |
660 | 2025-02-07T09:21:05.543Z | Downloaded oso-derive v0.27.3 |
661 | 2025-02-07T09:21:05.543Z | Downloaded funty v2.0.0 |
662 | 2025-02-07T09:21:05.546Z | Downloaded env_filter v0.1.2 |
663 | 2025-02-07T09:21:05.548Z | Downloaded enum-as-inner v0.6.1 |
664 | 2025-02-07T09:21:05.550Z | Downloaded unicode-bidi v0.3.17 |
665 | 2025-02-07T09:21:05.553Z | Downloaded hickory-client v0.24.2 |
666 | 2025-02-07T09:21:05.556Z | Downloaded tokio-macros v2.5.0 |
667 | 2025-02-07T09:21:05.559Z | Downloaded heck v0.3.3 |
668 | 2025-02-07T09:21:05.561Z | Downloaded base64 v0.21.7 |
669 | 2025-02-07T09:21:05.566Z | Downloaded omicron-zone-package v0.12.0 |
670 | 2025-02-07T09:21:05.568Z | Downloaded strum_macros v0.26.4 |
671 | 2025-02-07T09:21:05.571Z | Downloaded pin-utils v0.1.0 |
672 | 2025-02-07T09:21:05.573Z | Downloaded aes v0.8.4 |
673 | 2025-02-07T09:21:05.577Z | Downloaded progenitor v0.9.1 |
674 | 2025-02-07T09:21:05.579Z | Downloaded progenitor v0.8.0 |
675 | 2025-02-07T09:21:05.582Z | Downloaded proc-macro-crate v1.3.1 |
676 | 2025-02-07T09:21:05.585Z | Downloaded postgres-types v0.2.8 |
677 | 2025-02-07T09:21:05.587Z | Downloaded endian-type v0.1.2 |
678 | 2025-02-07T09:21:05.587Z | Downloaded simd-adler32 v0.3.7 |
679 | 2025-02-07T09:21:05.591Z | Downloaded mockall_derive v0.13.0 |
680 | 2025-02-07T09:21:05.594Z | Downloaded parse-size v1.1.0 |
681 | 2025-02-07T09:21:05.594Z | Downloaded deranged v0.3.11 |
682 | 2025-02-07T09:21:05.596Z | Downloaded ecdsa v0.16.9 |
683 | 2025-02-07T09:21:05.598Z | Downloaded hashlink v0.9.1 |
684 | 2025-02-07T09:21:05.601Z | Downloaded signal-hook v0.3.17 |
685 | 2025-02-07T09:21:05.604Z | Downloaded defmt-parser v0.3.4 |
686 | 2025-02-07T09:21:05.607Z | Downloaded defmt-macros v0.3.9 |
687 | 2025-02-07T09:21:05.609Z | Downloaded zerofrom v0.1.4 |
688 | 2025-02-07T09:21:05.611Z | Downloaded defmt v0.3.8 |
689 | 2025-02-07T09:21:05.615Z | Downloaded hostname v0.3.1 |
690 | 2025-02-07T09:21:05.617Z | Downloaded foreign-types v0.3.2 |
691 | 2025-02-07T09:21:05.620Z | Downloaded highway v1.2.0 |
692 | 2025-02-07T09:21:05.622Z | Downloaded typify-macro v0.2.0 |
693 | 2025-02-07T09:21:05.622Z | Downloaded pin-project-lite v0.2.14 |
694 | 2025-02-07T09:21:05.629Z | Downloaded russh-cryptovec v0.7.3 |
695 | 2025-02-07T09:21:05.632Z | Downloaded pbkdf2 v0.12.2 |
696 | 2025-02-07T09:21:05.632Z | Downloaded pbkdf2 v0.11.0 |
697 | 2025-02-07T09:21:05.635Z | Downloaded display-error-chain v0.2.2 |
698 | 2025-02-07T09:21:05.637Z | Downloaded progenitor-client v0.8.0 |
699 | 2025-02-07T09:21:05.639Z | Downloaded wyz v0.5.1 |
700 | 2025-02-07T09:21:05.639Z | Downloaded writeable v0.5.5 |
701 | 2025-02-07T09:21:05.642Z | Downloaded rustc-hash v2.0.0 |
702 | 2025-02-07T09:21:05.645Z | Downloaded pretty-hex v0.2.1 |
703 | 2025-02-07T09:21:05.647Z | Downloaded scopeguard v1.2.0 |
704 | 2025-02-07T09:21:05.647Z | Downloaded rustls-pemfile v1.0.4 |
705 | 2025-02-07T09:21:05.650Z | Downloaded parse-display-derive v0.10.0 |
706 | 2025-02-07T09:21:05.652Z | Downloaded num-iter v0.1.45 |
707 | 2025-02-07T09:21:05.654Z | Downloaded sec1 v0.7.3 |
708 | 2025-02-07T09:21:05.657Z | Downloaded tokio-rustls v0.25.0 |
709 | 2025-02-07T09:21:05.659Z | Downloaded tokio-rustls v0.24.1 |
710 | 2025-02-07T09:21:05.661Z | Downloaded walkdir v2.5.0 |
711 | 2025-02-07T09:21:05.664Z | Downloaded try-lock v0.2.5 |
712 | 2025-02-07T09:21:05.667Z | Downloaded tinystr v0.7.6 |
713 | 2025-02-07T09:21:05.669Z | Downloaded ssh-cipher v0.2.0 |
714 | 2025-02-07T09:21:05.671Z | Downloaded write16 v1.0.0 |
715 | 2025-02-07T09:21:05.671Z | Downloaded sqlformat v0.2.6 |
716 | 2025-02-07T09:21:05.674Z | Downloaded url v2.5.3 |
717 | 2025-02-07T09:21:05.677Z | Downloaded universal-hash v0.5.1 |
718 | 2025-02-07T09:21:05.679Z | Downloaded typify-macro v0.3.0 |
719 | 2025-02-07T09:21:05.680Z | Downloaded heapless v0.7.17 |
720 | 2025-02-07T09:21:05.685Z | Downloaded openssl-macros v0.1.1 |
721 | 2025-02-07T09:21:05.688Z | Downloaded strum v0.26.3 |
722 | 2025-02-07T09:21:05.688Z | Downloaded rand_seeder v0.3.0 |
723 | 2025-02-07T09:21:05.691Z | Downloaded displaydoc v0.2.5 |
724 | 2025-02-07T09:21:05.694Z | Downloaded termtree v0.5.1 |
725 | 2025-02-07T09:21:05.696Z | Downloaded ghash v0.5.1 |
726 | 2025-02-07T09:21:05.698Z | Downloaded phf_generator v0.11.2 |
727 | 2025-02-07T09:21:05.701Z | Downloaded spin v0.9.8 |
728 | 2025-02-07T09:21:05.703Z | Downloaded similar v2.6.0 |
729 | 2025-02-07T09:21:05.708Z | Downloaded structmeta-derive v0.2.0 |
730 | 2025-02-07T09:21:05.711Z | Downloaded slog-scope v4.4.0 |
731 | 2025-02-07T09:21:05.714Z | Downloaded tokio-tungstenite v0.24.0 |
732 | 2025-02-07T09:21:05.717Z | Downloaded fxhash v0.2.1 |
733 | 2025-02-07T09:21:05.717Z | Downloaded diesel_table_macro_syntax v0.2.0 |
734 | 2025-02-07T09:21:05.719Z | Downloaded crossterm v0.28.1 |
735 | 2025-02-07T09:21:05.726Z | Downloaded tinyvec_macros v0.1.1 |
736 | 2025-02-07T09:21:05.728Z | Downloaded openssl-sys v0.9.105 |
737 | 2025-02-07T09:21:05.735Z | Downloaded typify v0.3.0 |
738 | 2025-02-07T09:21:05.738Z | Downloaded tokio-rustls v0.26.0 |
739 | 2025-02-07T09:21:05.742Z | Downloaded headers-core v0.3.0 |
740 | 2025-02-07T09:21:05.744Z | Downloaded psl-types v2.0.11 |
741 | 2025-02-07T09:21:05.744Z | Downloaded downcast v0.11.0 |
742 | 2025-02-07T09:21:05.747Z | Downloaded ed25519-dalek v2.1.1 |
743 | 2025-02-07T09:21:05.750Z | Downloaded prettyplease v0.2.25 |
744 | 2025-02-07T09:21:05.754Z | Downloaded rustc-demangle v0.1.24 |
745 | 2025-02-07T09:21:05.756Z | Downloaded data-encoding v2.6.0 |
746 | 2025-02-07T09:21:05.759Z | Downloaded parse-zoneinfo v0.3.1 |
747 | 2025-02-07T09:21:05.761Z | Downloaded snafu-derive v0.8.5 |
748 | 2025-02-07T09:21:05.764Z | Downloaded flate2 v1.0.35 |
749 | 2025-02-07T09:21:05.770Z | Downloaded peg-runtime v0.8.3 |
750 | 2025-02-07T09:21:05.772Z | Downloaded oso v0.27.3 |
751 | 2025-02-07T09:21:05.776Z | Downloaded vte_generate_state_changes v0.1.2 |
752 | 2025-02-07T09:21:05.778Z | Downloaded slog-envlogger v2.2.0 |
753 | 2025-02-07T09:21:05.778Z | Downloaded slog-bunyan v2.5.0 |
754 | 2025-02-07T09:21:05.780Z | Downloaded slog-async v2.8.0 |
755 | 2025-02-07T09:21:05.783Z | Downloaded whoami v1.5.2 |
756 | 2025-02-07T09:21:05.786Z | Downloaded tokio-native-tls v0.3.1 |
757 | 2025-02-07T09:21:05.789Z | Downloaded russh-keys v0.45.0 |
758 | 2025-02-07T09:21:05.791Z | Downloaded number_prefix v0.4.0 |
759 | 2025-02-07T09:21:05.793Z | Downloaded either v1.13.0 |
760 | 2025-02-07T09:21:05.799Z | Downloaded num_threads v0.1.7 |
761 | 2025-02-07T09:21:05.799Z | Downloaded snafu v0.8.5 |
762 | 2025-02-07T09:21:05.803Z | Downloaded document-features v0.2.10 |
763 | 2025-02-07T09:21:05.805Z | Downloaded paste v1.0.15 |
764 | 2025-02-07T09:21:05.808Z | Downloaded peg v0.8.4 |
765 | 2025-02-07T09:21:05.813Z | Downloaded headers v0.4.0 |
766 | 2025-02-07T09:21:05.820Z | Downloaded scheduled-thread-pool v0.2.7 |
767 | 2025-02-07T09:21:05.822Z | Downloaded serde_with_macros v3.11.0 |
768 | 2025-02-07T09:21:05.825Z | Downloaded time v0.3.36 |
769 | 2025-02-07T09:21:05.833Z | Downloaded http-range v0.1.5 |
770 | 2025-02-07T09:21:05.836Z | Downloaded ssh-encoding v0.2.0 |
771 | 2025-02-07T09:21:05.838Z | Downloaded opaque-debug v0.3.1 |
772 | 2025-02-07T09:21:05.841Z | Downloaded xz2 v0.1.7 |
773 | 2025-02-07T09:21:05.843Z | Downloaded slog-json v2.6.1 |
774 | 2025-02-07T09:21:05.845Z | Downloaded idna v1.0.3 |
775 | 2025-02-07T09:21:05.849Z | Downloaded siphasher v0.3.11 |
776 | 2025-02-07T09:21:05.851Z | Downloaded num_enum_derive v0.5.11 |
777 | 2025-02-07T09:21:05.854Z | Downloaded predicates-core v1.0.8 |
778 | 2025-02-07T09:21:05.854Z | Downloaded predicates v3.1.2 |
779 | 2025-02-07T09:21:05.857Z | Downloaded hostname v0.4.0 |
780 | 2025-02-07T09:21:05.859Z | Downloaded phf v0.11.2 |
781 | 2025-02-07T09:21:05.862Z | Downloaded reqwest v0.12.9 |
782 | 2025-02-07T09:21:05.871Z | Downloaded foreign-types-shared v0.1.1 |
783 | 2025-02-07T09:21:05.874Z | Downloaded ppv-lite86 v0.2.20 |
784 | 2025-02-07T09:21:05.876Z | Downloaded progenitor-impl v0.8.0 |
785 | 2025-02-07T09:21:05.879Z | Downloaded thiserror-impl-no-std v2.0.2 |
786 | 2025-02-07T09:21:05.881Z | Downloaded rtoolbox v0.0.2 |
787 | 2025-02-07T09:21:05.881Z | Downloaded foreign-types-shared v0.3.1 |
788 | 2025-02-07T09:21:05.883Z | Downloaded string_cache v0.8.7 |
789 | 2025-02-07T09:21:05.885Z | Downloaded schemars_derive v0.8.21 |
790 | 2025-02-07T09:21:05.885Z | Downloaded peg-macros v0.8.4 |
791 | 2025-02-07T09:21:05.889Z | Downloaded toolchain_find v0.4.0 |
792 | 2025-02-07T09:21:05.892Z | Downloaded packed_struct v0.10.1 |
793 | 2025-02-07T09:21:05.892Z | Downloaded num-bigint v0.4.6 |
794 | 2025-02-07T09:21:05.898Z | Downloaded packed_struct_codegen v0.10.1 |
795 | 2025-02-07T09:21:05.900Z | Downloaded zone_cfg_derive v0.1.2 |
796 | 2025-02-07T09:21:05.903Z | Downloaded foreign-types v0.5.0 |
797 | 2025-02-07T09:21:05.903Z | Downloaded des v0.8.1 |
798 | 2025-02-07T09:21:05.906Z | Downloaded thiserror-impl v2.0.11 |
799 | 2025-02-07T09:21:05.906Z | Downloaded strip-ansi-escapes v0.2.0 |
800 | 2025-02-07T09:21:05.908Z | Downloaded signal-hook-mio v0.2.4 |
801 | 2025-02-07T09:21:05.911Z | Downloaded structmeta v0.3.0 |
802 | 2025-02-07T09:21:05.911Z | Downloaded foldhash v0.1.3 |
803 | 2025-02-07T09:21:05.913Z | Downloaded poly1305 v0.8.0 |
804 | 2025-02-07T09:21:05.916Z | Downloaded diff v0.1.13 |
805 | 2025-02-07T09:21:05.919Z | Downloaded darling_macro v0.20.10 |
806 | 2025-02-07T09:21:05.921Z | Downloaded termtree v0.4.1 |
807 | 2025-02-07T09:21:05.921Z | Downloaded vsss-rs v3.3.4 |
808 | 2025-02-07T09:21:05.923Z | Downloaded tls_codec_derive v0.4.1 |
809 | 2025-02-07T09:21:05.925Z | Downloaded tower-service v0.3.3 |
810 | 2025-02-07T09:21:05.928Z | Downloaded foreign-types-macros v0.2.3 |
811 | 2025-02-07T09:21:05.928Z | Downloaded ff v0.13.0 |
812 | 2025-02-07T09:21:05.933Z | Downloaded embedded-io v0.6.1 |
813 | 2025-02-07T09:21:05.936Z | Downloaded signal-hook-registry v1.4.2 |
814 | 2025-02-07T09:21:05.936Z | Downloaded hash32 v0.2.1 |
815 | 2025-02-07T09:21:05.936Z | Downloaded same-file v1.0.6 |
816 | 2025-02-07T09:21:05.936Z | Downloaded test-strategy v0.3.1 |
817 | 2025-02-07T09:21:05.940Z | Downloaded dropshot_endpoint v0.15.1 |
818 | 2025-02-07T09:21:05.944Z | Downloaded yoke-derive v0.7.4 |
819 | 2025-02-07T09:21:05.946Z | Downloaded password-hash v0.5.0 |
820 | 2025-02-07T09:21:05.948Z | Downloaded libm v0.2.8 |
821 | 2025-02-07T09:21:05.958Z | Downloaded httparse v1.9.5 |
822 | 2025-02-07T09:21:05.960Z | Downloaded serde_path_to_error v0.1.16 |
823 | 2025-02-07T09:21:05.962Z | Downloaded zone v0.1.8 |
824 | 2025-02-07T09:21:05.962Z | Downloaded untrusted v0.7.1 |
825 | 2025-02-07T09:21:05.965Z | Downloaded tungstenite v0.23.0 |
826 | 2025-02-07T09:21:05.968Z | Downloaded tap v1.0.1 |
827 | 2025-02-07T09:21:05.970Z | Downloaded rustyline v14.0.0 |
828 | 2025-02-07T09:21:05.975Z | Downloaded phf_shared v0.10.0 |
829 | 2025-02-07T09:21:05.977Z | Downloaded tinyvec v1.8.0 |
830 | 2025-02-07T09:21:05.980Z | Downloaded hash32 v0.3.1 |
831 | 2025-02-07T09:21:05.982Z | Downloaded r2d2 v0.8.10 |
832 | 2025-02-07T09:21:05.985Z | Downloaded pkg-config v0.3.31 |
833 | 2025-02-07T09:21:05.985Z | Downloaded zone v0.3.0 |
834 | 2025-02-07T09:21:05.987Z | Downloaded unarray v0.1.4 |
835 | 2025-02-07T09:21:05.992Z | Downloaded fixedbitset v0.4.2 |
836 | 2025-02-07T09:21:05.992Z | Downloaded serde_urlencoded v0.7.1 |
837 | 2025-02-07T09:21:05.996Z | Downloaded getrandom v0.2.15 |
838 | 2025-02-07T09:21:05.996Z | Downloaded chrono v0.4.39 |
839 | 2025-02-07T09:21:06.003Z | Downloaded fallible-iterator v0.3.0 |
840 | 2025-02-07T09:21:06.006Z | Downloaded diesel-dtrace v0.4.2 |
841 | 2025-02-07T09:21:06.008Z | Downloaded thiserror v2.0.11 |
842 | 2025-02-07T09:21:06.013Z | Downloaded x509-cert v0.2.5 |
843 | 2025-02-07T09:21:06.020Z | Downloaded fd-lock v4.0.2 |
844 | 2025-02-07T09:21:06.023Z | Downloaded serde_plain v1.0.2 |
845 | 2025-02-07T09:21:06.025Z | Downloaded phf_shared v0.11.2 |
846 | 2025-02-07T09:21:06.025Z | Downloaded ena v0.14.3 |
847 | 2025-02-07T09:21:06.028Z | Downloaded portable-atomic v1.9.0 |
848 | 2025-02-07T09:21:06.036Z | Downloaded unicase v2.7.0 |
849 | 2025-02-07T09:21:06.038Z | Downloaded bitvec v1.0.1 |
850 | 2025-02-07T09:21:06.055Z | Downloaded phf_codegen v0.11.2 |
851 | 2025-02-07T09:21:06.058Z | Downloaded rand_chacha v0.3.1 |
852 | 2025-02-07T09:21:06.058Z | Downloaded half v2.4.1 |
853 | 2025-02-07T09:21:06.060Z | Downloaded p256 v0.13.2 |
854 | 2025-02-07T09:21:06.064Z | Downloaded parking_lot_core v0.8.6 |
855 | 2025-02-07T09:21:06.066Z | Downloaded secrecy v0.8.0 |
856 | 2025-02-07T09:21:06.069Z | Downloaded zip v0.6.6 |
857 | 2025-02-07T09:21:06.072Z | Downloaded unicode-segmentation v1.12.0 |
858 | 2025-02-07T09:21:06.076Z | Downloaded quinn-udp v0.5.5 |
859 | 2025-02-07T09:21:06.078Z | Downloaded hickory-resolver v0.24.2 |
860 | 2025-02-07T09:21:06.084Z | Downloaded toml v0.7.8 |
861 | 2025-02-07T09:21:06.087Z | Downloaded topological-sort v0.2.2 |
862 | 2025-02-07T09:21:06.090Z | Downloaded itertools v0.13.0 |
863 | 2025-02-07T09:21:06.096Z | Downloaded termcolor v1.4.1 |
864 | 2025-02-07T09:21:06.099Z | Downloaded fs_extra v1.3.0 |
865 | 2025-02-07T09:21:06.102Z | Downloaded bindgen v0.69.5 |
866 | 2025-02-07T09:21:06.109Z | Downloaded fatfs v0.3.6 |
867 | 2025-02-07T09:21:06.112Z | Downloaded rustls-pki-types v1.10.0 |
868 | 2025-02-07T09:21:06.115Z | Downloaded hkdf v0.12.4 |
869 | 2025-02-07T09:21:06.120Z | Downloaded vte v0.11.1 |
870 | 2025-02-07T09:21:06.124Z | Downloaded russh v0.45.0 |
871 | 2025-02-07T09:21:06.127Z | Downloaded parking_lot v0.11.2 |
872 | 2025-02-07T09:21:06.130Z | Downloaded yoke v0.7.4 |
873 | 2025-02-07T09:21:06.132Z | Downloaded salty v0.3.0 |
874 | 2025-02-07T09:21:06.141Z | Downloaded parking_lot v0.12.3 |
875 | 2025-02-07T09:21:06.143Z | Downloaded dropshot_endpoint v0.12.0 |
876 | 2025-02-07T09:21:06.146Z | Downloaded itertools v0.12.1 |
877 | 2025-02-07T09:21:06.154Z | Downloaded hickory-server v0.24.2 |
878 | 2025-02-07T09:21:06.160Z | Downloaded hashbrown v0.14.5 |
879 | 2025-02-07T09:21:06.166Z | Downloaded diesel_derives v2.2.3 |
880 | 2025-02-07T09:21:06.171Z | Downloaded unicode-properties v0.1.3 |
881 | 2025-02-07T09:21:06.174Z | Downloaded quinn v0.11.5 |
882 | 2025-02-07T09:21:06.177Z | Downloaded curve25519-dalek v4.1.3 |
883 | 2025-02-07T09:21:06.187Z | Downloaded ron v0.7.1 |
884 | 2025-02-07T09:21:06.193Z | Downloaded serde_with v3.11.0 |
885 | 2025-02-07T09:21:06.203Z | Downloaded tungstenite v0.21.0 |
886 | 2025-02-07T09:21:06.207Z | Downloaded futures-util v0.3.31 |
887 | 2025-02-07T09:21:06.221Z | Downloaded steno v0.4.1 |
888 | 2025-02-07T09:21:06.225Z | Downloaded http v1.2.0 |
889 | 2025-02-07T09:21:06.229Z | Downloaded p384 v0.13.0 |
890 | 2025-02-07T09:21:06.236Z | Downloaded zerovec v0.10.4 |
891 | 2025-02-07T09:21:06.243Z | Downloaded toml_edit v0.19.15 |
892 | 2025-02-07T09:21:06.261Z | Downloaded tough v0.19.0 |
893 | 2025-02-07T09:21:06.269Z | Downloaded radix_trie v0.2.1 |
894 | 2025-02-07T09:21:06.276Z | Downloaded rayon v1.10.0 |
895 | 2025-02-07T09:21:06.286Z | Downloaded zerocopy-derive v0.8.10 |
896 | 2025-02-07T09:21:06.294Z | Downloaded unicode-normalization v0.1.24 |
897 | 2025-02-07T09:21:06.298Z | Downloaded rustls v0.21.12 |
898 | 2025-02-07T09:21:06.311Z | Downloaded hashbrown v0.13.2 |
899 | 2025-02-07T09:21:06.316Z | Downloaded hashbrown v0.12.3 |
900 | 2025-02-07T09:21:06.321Z | Downloaded rusqlite v0.32.1 |
901 | 2025-02-07T09:21:06.328Z | Downloaded h2 v0.4.6 |
902 | 2025-02-07T09:21:06.336Z | Downloaded regex v1.11.1 |
903 | 2025-02-07T09:21:06.352Z | Downloaded sqlparser v0.45.0 |
904 | 2025-02-07T09:21:06.357Z | Downloaded rustls v0.22.4 |
905 | 2025-02-07T09:21:06.372Z | Downloaded quick-xml v0.33.0 |
906 | 2025-02-07T09:21:06.379Z | Downloaded petname v2.0.2 |
907 | 2025-02-07T09:21:06.386Z | Downloaded hickory-proto v0.24.2 |
908 | 2025-02-07T09:21:06.403Z | Downloaded git2 v0.19.0 |
909 | 2025-02-07T09:21:06.412Z | Downloaded quinn-proto v0.11.8 |
910 | 2025-02-07T09:21:06.420Z | Downloaded object v0.36.5 |
911 | 2025-02-07T09:21:06.435Z | Downloaded chrono-tz v0.10.1 |
912 | 2025-02-07T09:21:06.443Z | Downloaded lalrpop v0.19.12 |
913 | 2025-02-07T09:21:06.456Z | Downloaded proptest v1.5.0 |
914 | 2025-02-07T09:21:06.466Z | Downloaded nix v0.27.1 |
915 | 2025-02-07T09:21:06.479Z | Downloaded rustls-webpki v0.101.7 |
916 | 2025-02-07T09:21:06.494Z | Downloaded openssl v0.10.70 |
917 | 2025-02-07T09:21:06.505Z | Downloaded object v0.30.4 |
918 | 2025-02-07T09:21:06.515Z | Downloaded dropshot v0.12.0 |
919 | 2025-02-07T09:21:06.538Z | Downloaded rustls-webpki v0.102.8 |
920 | 2025-02-07T09:21:06.557Z | Downloaded regress v0.10.1 |
921 | 2025-02-07T09:21:06.567Z | Downloaded openapiv3 v2.0.0 |
922 | 2025-02-07T09:21:06.581Z | Downloaded zerocopy v0.8.10 |
923 | 2025-02-07T09:21:06.606Z | Downloaded smoltcp v0.11.0 |
924 | 2025-02-07T09:21:06.619Z | Downloaded unicode-width v0.2.0 |
925 | 2025-02-07T09:21:06.625Z | Downloaded regex-syntax v0.6.29 |
926 | 2025-02-07T09:21:06.634Z | Downloaded nix v0.29.0 |
927 | 2025-02-07T09:21:06.647Z | Downloaded rustls v0.23.19 |
928 | 2025-02-07T09:21:06.659Z | Downloaded regress v0.9.1 |
929 | 2025-02-07T09:21:06.669Z | Downloaded diesel v2.2.6 |
930 | 2025-02-07T09:21:06.689Z | Downloaded regex-syntax v0.8.5 |
931 | 2025-02-07T09:21:06.698Z | Downloaded ratatui v0.28.1 |
932 | 2025-02-07T09:21:06.718Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
933 | 2025-02-07T09:21:06.731Z | Downloaded regex-automata v0.4.8 |
934 | 2025-02-07T09:21:06.749Z | Downloaded typify-impl v0.3.0 |
935 | 2025-02-07T09:21:06.766Z | Downloaded sled v0.34.7 |
936 | 2025-02-07T09:21:06.777Z | Downloaded smoltcp v0.9.1 |
937 | 2025-02-07T09:21:06.788Z | Downloaded typify-impl v0.2.0 |
938 | 2025-02-07T09:21:06.805Z | Downloaded zerocopy-derive v0.6.6 |
939 | 2025-02-07T09:21:06.814Z | Downloaded dropshot v0.15.1 |
940 | 2025-02-07T09:21:06.836Z | Downloaded vcpkg v0.2.15 |
941 | 2025-02-07T09:21:06.875Z | Downloaded polar-core v0.27.3 |
942 | 2025-02-07T09:21:06.884Z | Downloaded gimli v0.31.1 |
943 | 2025-02-07T09:21:06.893Z | Downloaded nix v0.28.0 |
944 | 2025-02-07T09:21:06.905Z | Downloaded webpki-roots v0.26.6 |
945 | 2025-02-07T09:21:06.909Z | Downloaded csv v1.3.1 |
946 | 2025-02-07T09:21:06.931Z | Downloaded bstr v1.10.0 |
947 | 2025-02-07T09:21:06.942Z | Downloaded icu_properties_data v1.5.0 |
948 | 2025-02-07T09:21:06.952Z | Downloaded rand v0.8.5 |
949 | 2025-02-07T09:21:06.956Z | Downloaded ssh-key v0.6.6 |
950 | 2025-02-07T09:21:06.962Z | Downloaded tokio v1.43.0 |
951 | 2025-02-07T09:21:07.003Z | Downloaded petgraph v0.6.5 |
952 | 2025-02-07T09:21:07.020Z | Downloaded lzma-sys v0.1.20 |
953 | 2025-02-07T09:21:07.049Z | Downloaded sha3 v0.10.8 |
954 | 2025-02-07T09:21:07.054Z | Downloaded pin-project v1.1.6 |
955 | 2025-02-07T09:21:07.065Z | Downloaded libz-sys v1.1.20 |
956 | 2025-02-07T09:21:07.087Z | Downloaded serde_yaml v0.9.34+deprecated |
957 | 2025-02-07T09:21:07.090Z | Downloaded tokio-util v0.7.12 |
958 | 2025-02-07T09:21:07.096Z | Downloaded winnow v0.5.40 |
959 | 2025-02-07T09:21:07.105Z | Downloaded tokio-postgres v0.7.12 |
960 | 2025-02-07T09:21:07.110Z | Downloaded tar v0.4.42 |
961 | 2025-02-07T09:21:07.113Z | Downloaded schemars v0.8.21 |
962 | 2025-02-07T09:21:07.124Z | Downloaded reedline v0.35.0 |
963 | 2025-02-07T09:21:07.132Z | Downloaded typed-path v0.9.3 |
964 | 2025-02-07T09:21:07.138Z | Downloaded nom v7.1.3 |
965 | 2025-02-07T09:21:07.144Z | Downloaded radium v0.7.0 |
966 | 2025-02-07T09:21:07.146Z | Downloaded parking_lot_core v0.9.10 |
967 | 2025-02-07T09:21:07.148Z | Downloaded samael v0.0.17 |
968 | 2025-02-07T09:21:07.154Z | Downloaded termios v0.3.3 |
969 | 2025-02-07T09:21:07.156Z | Downloaded progenitor-client v0.9.1 |
970 | 2025-02-07T09:21:07.156Z | Downloaded derive_more v0.99.18 |
971 | 2025-02-07T09:21:07.160Z | Downloaded slog v2.7.0 |
972 | 2025-02-07T09:21:07.162Z | Downloaded der v0.7.9 |
973 | 2025-02-07T09:21:07.168Z | Downloaded progenitor-impl v0.9.1 |
974 | 2025-02-07T09:21:07.170Z | Downloaded strum_macros v0.24.3 |
975 | 2025-02-07T09:21:07.173Z | Downloaded sha1 v0.10.6 |
976 | 2025-02-07T09:21:07.175Z | Downloaded uzers v0.12.1 |
977 | 2025-02-07T09:21:07.177Z | Downloaded num-bigint-dig v0.8.4 |
978 | 2025-02-07T09:21:07.181Z | Downloaded libxml v0.3.3 |
979 | 2025-02-07T09:21:07.187Z | Downloaded time-macros v0.2.18 |
980 | 2025-02-07T09:21:07.190Z | Downloaded value-bag v1.9.0 |
981 | 2025-02-07T09:21:07.192Z | Downloaded term v0.7.0 |
982 | 2025-02-07T09:21:07.196Z | Downloaded p521 v0.13.3 |
983 | 2025-02-07T09:21:07.200Z | Downloaded unsafe-libyaml v0.2.11 |
984 | 2025-02-07T09:21:07.203Z | Downloaded itertools v0.10.5 |
985 | 2025-02-07T09:21:07.210Z | Downloaded yasna v0.5.2 |
986 | 2025-02-07T09:21:07.212Z | Downloaded pkcs1 v0.7.5 |
987 | 2025-02-07T09:21:07.214Z | Downloaded pin-project-internal v1.1.6 |
988 | 2025-02-07T09:21:07.217Z | Downloaded encoding_rs v0.8.34 |
989 | 2025-02-07T09:21:07.239Z | Downloaded stringprep v0.1.5 |
990 | 2025-02-07T09:21:07.241Z | Downloaded tracing v0.1.40 |
991 | 2025-02-07T09:21:07.245Z | Downloaded num-traits v0.2.19 |
992 | 2025-02-07T09:21:07.247Z | Downloaded gethostname v0.5.0 |
993 | 2025-02-07T09:21:07.250Z | Downloaded elliptic-curve v0.13.8 |
994 | 2025-02-07T09:21:07.252Z | Downloaded polyval v0.6.2 |
995 | 2025-02-07T09:21:07.255Z | Downloaded filetime v0.2.25 |
996 | 2025-02-07T09:21:07.257Z | Downloaded zerovec-derive v0.10.3 |
997 | 2025-02-07T09:21:07.259Z | Downloaded unicode_categories v0.1.1 |
998 | 2025-02-07T09:21:07.262Z | Downloaded aws-lc-rs v1.10.0 |
999 | 2025-02-07T09:21:07.269Z | Downloaded aho-corasick v1.1.3 |
1000 | 2025-02-07T09:21:07.276Z | Downloaded tls_codec v0.4.1 |
1001 | 2025-02-07T09:21:07.278Z | Downloaded rsa v0.9.6 |
1002 | 2025-02-07T09:21:07.283Z | Downloaded slab v0.4.9 |
1003 | 2025-02-07T09:21:07.285Z | Downloaded progenitor-macro v0.9.1 |
1004 | 2025-02-07T09:21:07.285Z | Downloaded progenitor-macro v0.8.0 |
1005 | 2025-02-07T09:21:07.288Z | Downloaded rustls-pemfile v2.2.0 |
1006 | 2025-02-07T09:21:07.290Z | Downloaded rustc_version v0.4.1 |
1007 | 2025-02-07T09:21:07.290Z | Downloaded qorb v0.2.1 |
1008 | 2025-02-07T09:21:07.294Z | Downloaded tiny-keccak v2.0.2 |
1009 | 2025-02-07T09:21:07.296Z | Downloaded expectorate v1.1.0 |
1010 | 2025-02-07T09:21:07.299Z | Downloaded zip v2.1.3 |
1011 | 2025-02-07T09:21:07.303Z | Downloaded mio v1.0.2 |
1012 | 2025-02-07T09:21:07.309Z | Downloaded blake3 v1.5.4 |
1013 | 2025-02-07T09:21:07.317Z | Downloaded parse-display v0.10.0 |
1014 | 2025-02-07T09:21:07.321Z | Downloaded tungstenite v0.24.0 |
1015 | 2025-02-07T09:21:07.323Z | Downloaded owo-colors v4.1.0 |
1016 | 2025-02-07T09:21:07.326Z | Downloaded http-body-util v0.1.2 |
1017 | 2025-02-07T09:21:07.326Z | Downloaded embedded-io v0.4.0 |
1018 | 2025-02-07T09:21:07.329Z | Downloaded pkcs5 v0.7.1 |
1019 | 2025-02-07T09:21:07.331Z | Downloaded num-rational v0.4.2 |
1020 | 2025-02-07T09:21:07.333Z | Downloaded futures-macro v0.3.31 |
1021 | 2025-02-07T09:21:07.336Z | Downloaded futures-io v0.3.31 |
1022 | 2025-02-07T09:21:07.336Z | Downloaded dunce v1.0.5 |
1023 | 2025-02-07T09:21:07.336Z | Downloaded dsl_auto_type v0.1.2 |
1024 | 2025-02-07T09:21:07.338Z | Downloaded rand_core v0.6.4 |
1025 | 2025-02-07T09:21:07.338Z | Downloaded minimal-lexical v0.2.1 |
1026 | 2025-02-07T09:21:07.343Z | Downloaded wait-timeout v0.2.0 |
1027 | 2025-02-07T09:21:07.346Z | Downloaded unicode-truncate v1.1.0 |
1028 | 2025-02-07T09:21:07.348Z | Downloaded tui-tree-widget v0.22.0 |
1029 | 2025-02-07T09:21:07.348Z | Downloaded quick-error v1.2.3 |
1030 | 2025-02-07T09:21:07.351Z | Downloaded predicates-tree v1.0.11 |
1031 | 2025-02-07T09:21:07.351Z | Downloaded pkcs8 v0.10.2 |
1032 | 2025-02-07T09:21:07.353Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1033 | 2025-02-07T09:21:07.412Z | Downloaded rustfmt-wrapper v0.2.1 |
1034 | 2025-02-07T09:21:07.414Z | Downloaded rustc_version v0.1.7 |
1035 | 2025-02-07T09:21:07.414Z | Downloaded socket2 v0.5.7 |
1036 | 2025-02-07T09:21:07.417Z | Downloaded futures v0.3.31 |
1037 | 2025-02-07T09:21:07.421Z | Downloaded flume v0.11.1 |
1038 | 2025-02-07T09:21:07.425Z | Downloaded fragile v2.0.0 |
1039 | 2025-02-07T09:21:07.427Z | Downloaded fallible-iterator v0.2.0 |
1040 | 2025-02-07T09:21:07.429Z | Downloaded rcgen v0.12.1 |
1041 | 2025-02-07T09:21:07.432Z | Downloaded ron v0.8.1 |
1042 | 2025-02-07T09:21:07.436Z | Downloaded publicsuffix v2.3.0 |
1043 | 2025-02-07T09:21:07.439Z | Downloaded derive_builder v0.20.2 |
1044 | 2025-02-07T09:21:07.443Z | Downloaded vergen v8.3.2 |
1045 | 2025-02-07T09:21:07.446Z | Downloaded derive-where v1.2.7 |
1046 | 2025-02-07T09:21:07.450Z | Downloaded zeroize_derive v1.4.2 |
1047 | 2025-02-07T09:21:07.452Z | Downloaded futures-channel v0.3.31 |
1048 | 2025-02-07T09:21:07.456Z | Downloaded der_derive v0.7.3 |
1049 | 2025-02-07T09:21:07.456Z | Downloaded subprocess v0.2.9 |
1050 | 2025-02-07T09:21:07.458Z | Downloaded aes-gcm v0.10.3 |
1051 | 2025-02-07T09:21:07.461Z | Downloaded darling_core v0.20.10 |
1052 | 2025-02-07T09:21:07.465Z | Downloaded twox-hash v2.1.0 |
1053 | 2025-02-07T09:21:07.468Z | Downloaded scrypt v0.11.0 |
1054 | 2025-02-07T09:21:07.470Z | Downloaded num-integer v0.1.46 |
1055 | 2025-02-07T09:21:07.472Z | Downloaded num-derive v0.4.2 |
1056 | 2025-02-07T09:21:07.478Z | Downloaded form_urlencoded v1.2.1 |
1057 | 2025-02-07T09:21:07.478Z | Downloaded typify v0.2.0 |
1058 | 2025-02-07T09:21:07.481Z | Downloaded tokio-tungstenite v0.23.1 |
1059 | 2025-02-07T09:21:07.481Z | Downloaded spki v0.7.3 |
1060 | 2025-02-07T09:21:07.481Z | Downloaded futures-executor v0.3.31 |
1061 | 2025-02-07T09:21:07.484Z | Downloaded futures-core v0.3.31 |
1062 | 2025-02-07T09:21:07.484Z | Downloaded debug-ignore v1.0.5 |
1063 | 2025-02-07T09:21:07.486Z | Downloaded structmeta v0.2.0 |
1064 | 2025-02-07T09:21:07.486Z | Downloaded sct v0.7.1 |
1065 | 2025-02-07T09:21:07.490Z | Downloaded sqlparser_derive v0.2.2 |
1066 | 2025-02-07T09:21:07.492Z | Downloaded env_logger v0.11.5 |
1067 | 2025-02-07T09:21:07.495Z | Downloaded env_logger v0.10.2 |
1068 | 2025-02-07T09:21:07.498Z | Downloaded litrs v0.4.1 |
1069 | 2025-02-07T09:21:07.501Z | Downloaded postgres-protocol v0.6.7 |
1070 | 2025-02-07T09:21:07.501Z | Downloaded primeorder v0.13.6 |
1071 | 2025-02-07T09:21:07.503Z | Downloaded postcard v1.0.10 |
1072 | 2025-02-07T09:21:07.506Z | Downloaded strum_macros v0.25.3 |
1073 | 2025-02-07T09:21:07.508Z | Downloaded num_enum v0.5.11 |
1074 | 2025-02-07T09:21:07.511Z | Downloaded tracing-core v0.1.32 |
1075 | 2025-02-07T09:21:07.513Z | Downloaded zopfli v0.8.1 |
1076 | 2025-02-07T09:21:07.516Z | Downloaded miniz_oxide v0.8.0 |
1077 | 2025-02-07T09:21:07.519Z | Downloaded synstructure v0.13.1 |
1078 | 2025-02-07T09:21:07.522Z | Downloaded slog-stdlog v4.1.1 |
1079 | 2025-02-07T09:21:07.522Z | Downloaded uuid v1.12.0 |
1080 | 2025-02-07T09:21:07.525Z | Downloaded num-complex v0.4.6 |
1081 | 2025-02-07T09:21:07.527Z | Downloaded nu-ansi-term v0.50.1 |
1082 | 2025-02-07T09:21:07.530Z | Downloaded hex-literal v0.4.1 |
1083 | 2025-02-07T09:21:07.530Z | Downloaded backtrace v0.3.74 |
1084 | 2025-02-07T09:21:07.534Z | Downloaded heapless v0.8.0 |
1085 | 2025-02-07T09:21:07.538Z | Downloaded futures-task v0.3.31 |
1086 | 2025-02-07T09:21:07.541Z | Downloaded native-tls v0.2.12 |
1087 | 2025-02-07T09:21:07.543Z | Downloaded slog-term v2.9.1 |
1088 | 2025-02-07T09:21:07.545Z | Downloaded icu_properties v1.5.1 |
1089 | 2025-02-07T09:21:07.548Z | Downloaded dirs-sys-next v0.1.2 |
1090 | 2025-02-07T09:21:07.550Z | Downloaded mockall v0.13.0 |
1091 | 2025-02-07T09:21:07.550Z | Downloaded libloading v0.8.5 |
1092 | 2025-02-07T09:21:07.552Z | Downloaded ipnet v2.10.1 |
1093 | 2025-02-07T09:21:07.555Z | Downloaded bumpalo v3.16.0 |
1094 | 2025-02-07T09:21:07.557Z | Downloaded base64 v0.22.1 |
1095 | 2025-02-07T09:21:07.561Z | Downloaded const_format v0.2.34 |
1096 | 2025-02-07T09:21:07.565Z | Downloaded chacha20poly1305 v0.10.1 |
1097 | 2025-02-07T09:21:07.568Z | Downloaded memmap2 v0.9.5 |
1098 | 2025-02-07T09:21:07.570Z | Downloaded lock_api v0.4.12 |
1099 | 2025-02-07T09:21:07.572Z | Downloaded tokio-stream v0.1.16 |
1100 | 2025-02-07T09:21:07.575Z | Downloaded flagset v0.4.6 |
1101 | 2025-02-07T09:21:07.578Z | Downloaded dirs-next v2.0.0 |
1102 | 2025-02-07T09:21:07.580Z | Downloaded difflib v0.4.0 |
1103 | 2025-02-07T09:21:07.580Z | Downloaded num v0.4.3 |
1104 | 2025-02-07T09:21:07.580Z | Downloaded libefi-sys v0.1.0 |
1105 | 2025-02-07T09:21:07.583Z | Downloaded inout v0.1.3 |
1106 | 2025-02-07T09:21:07.583Z | Downloaded lazy_static v1.5.0 |
1107 | 2025-02-07T09:21:07.585Z | Downloaded keccak v0.1.5 |
1108 | 2025-02-07T09:21:07.587Z | Downloaded backoff v0.4.0 |
1109 | 2025-02-07T09:21:07.589Z | Downloaded zerofrom-derive v0.1.4 |
1110 | 2025-02-07T09:21:07.589Z | Downloaded smallvec v1.13.2 |
1111 | 2025-02-07T09:21:07.592Z | Downloaded multer v3.1.0 |
1112 | 2025-02-07T09:21:07.595Z | Downloaded dyn-clone v1.0.17 |
1113 | 2025-02-07T09:21:07.597Z | Downloaded serde_derive_internals v0.29.1 |
1114 | 2025-02-07T09:21:07.599Z | Downloaded icu_normalizer v1.5.0 |
1115 | 2025-02-07T09:21:07.602Z | Downloaded hmac v0.12.1 |
1116 | 2025-02-07T09:21:07.604Z | Downloaded utf8_iter v1.0.4 |
1117 | 2025-02-07T09:21:07.606Z | Downloaded utf16_iter v1.0.5 |
1118 | 2025-02-07T09:21:07.606Z | Downloaded untrusted v0.9.0 |
1119 | 2025-02-07T09:21:07.609Z | Downloaded semver v0.1.20 |
1120 | 2025-02-07T09:21:07.609Z | Downloaded lazycell v1.3.0 |
1121 | 2025-02-07T09:21:07.611Z | Downloaded lalrpop-util v0.19.12 |
1122 | 2025-02-07T09:21:07.611Z | Downloaded is-terminal v0.4.13 |
1123 | 2025-02-07T09:21:07.614Z | Downloaded ipnetwork v0.20.0 |
1124 | 2025-02-07T09:21:07.614Z | Downloaded internet-checksum v0.2.1 |
1125 | 2025-02-07T09:21:07.616Z | Downloaded instability v0.3.2 |
1126 | 2025-02-07T09:21:07.616Z | Downloaded multimap v0.10.0 |
1127 | 2025-02-07T09:21:07.619Z | Downloaded lru-cache v0.1.2 |
1128 | 2025-02-07T09:21:07.619Z | Downloaded maplit v1.0.2 |
1129 | 2025-02-07T09:21:07.619Z | Downloaded lru v0.12.5 |
1130 | 2025-02-07T09:21:07.621Z | Downloaded linked-hash-map v0.5.6 |
1131 | 2025-02-07T09:21:07.621Z | Downloaded linear-map v1.2.0 |
1132 | 2025-02-07T09:21:07.623Z | Downloaded subtle v2.6.1 |
1133 | 2025-02-07T09:21:07.626Z | Downloaded structmeta-derive v0.3.0 |
1134 | 2025-02-07T09:21:07.626Z | Downloaded stable_deref_trait v1.2.0 |
1135 | 2025-02-07T09:21:07.628Z | Downloaded salsa20 v0.10.2 |
1136 | 2025-02-07T09:21:07.628Z | Downloaded normalize-line-endings v0.3.0 |
1137 | 2025-02-07T09:21:07.628Z | Downloaded nodrop v0.1.14 |
1138 | 2025-02-07T09:21:07.631Z | Downloaded slog-dtrace v0.3.0 |
1139 | 2025-02-07T09:21:07.631Z | Downloaded sigpipe v0.1.3 |
1140 | 2025-02-07T09:21:07.634Z | Downloaded clang-sys v1.8.1 |
1141 | 2025-02-07T09:21:07.636Z | Downloaded ahash v0.8.11 |
1142 | 2025-02-07T09:21:07.640Z | Downloaded ciborium v0.2.2 |
1143 | 2025-02-07T09:21:07.642Z | Downloaded const-oid v0.9.6 |
1144 | 2025-02-07T09:21:07.642Z | Downloaded rfc6979 v0.4.0 |
1145 | 2025-02-07T09:21:07.645Z | Downloaded resolv-conf v0.7.0 |
1146 | 2025-02-07T09:21:07.645Z | Downloaded mirai-annotations v1.12.0 |
1147 | 2025-02-07T09:21:07.648Z | Downloaded match_cfg v0.1.0 |
1148 | 2025-02-07T09:21:07.648Z | Downloaded csv-core v0.1.11 |
1149 | 2025-02-07T09:21:07.651Z | Downloaded idna_adapter v1.2.0 |
1150 | 2025-02-07T09:21:07.651Z | Downloaded icu_locid_transform_data v1.5.0 |
1151 | 2025-02-07T09:21:07.651Z | Downloaded hyper-util v0.1.10 |
1152 | 2025-02-07T09:21:07.654Z | Downloaded allocator-api2 v0.2.18 |
1153 | 2025-02-07T09:21:07.657Z | Downloaded cookie_store v0.21.1 |
1154 | 2025-02-07T09:21:07.660Z | Downloaded bcs v0.1.6 |
1155 | 2025-02-07T09:21:07.662Z | Downloaded arc-swap v1.7.1 |
1156 | 2025-02-07T09:21:07.665Z | Downloaded indexmap v1.9.3 |
1157 | 2025-02-07T09:21:07.669Z | Downloaded icu_normalizer_data v1.5.0 |
1158 | 2025-02-07T09:21:07.671Z | Downloaded bzip2 v0.4.4 |
1159 | 2025-02-07T09:21:07.673Z | Downloaded aead v0.5.2 |
1160 | 2025-02-07T09:21:07.676Z | Downloaded iana-time-zone v0.1.61 |
1161 | 2025-02-07T09:21:07.678Z | Downloaded cancel-safe-futures v0.1.5 |
1162 | 2025-02-07T09:21:07.682Z | Downloaded base64ct v1.6.0 |
1163 | 2025-02-07T09:21:07.685Z | Downloaded castaway v0.2.3 |
1164 | 2025-02-07T09:21:07.687Z | Downloaded console v0.15.10 |
1165 | 2025-02-07T09:21:07.689Z | Downloaded blowfish v0.9.1 |
1166 | 2025-02-07T09:21:07.692Z | Downloaded bitfield v0.14.0 |
1167 | 2025-02-07T09:21:07.692Z | Downloaded async-trait v0.1.86 |
1168 | 2025-02-07T09:21:07.695Z | Downloaded arrayvec v0.7.6 |
1169 | 2025-02-07T09:21:07.697Z | Downloaded argon2 v0.5.3 |
1170 | 2025-02-07T09:21:07.701Z | Downloaded cmake v0.1.51 |
1171 | 2025-02-07T09:21:07.703Z | Downloaded bitfield-struct v0.6.2 |
1172 | 2025-02-07T09:21:07.703Z | Downloaded array-init v0.0.4 |
1173 | 2025-02-07T09:21:07.703Z | Downloaded crucible-workspace-hack v0.1.0 |
1174 | 2025-02-07T09:21:07.703Z | Downloaded arrayref v0.3.9 |
1175 | 2025-02-07T09:21:07.827Z | Downloaded ring v0.17.8 |
1176 | 2025-02-07T09:21:07.954Z | Downloaded libsqlite3-sys v0.30.1 |
1177 | 2025-02-07T09:21:08.039Z | Downloaded aws-lc-sys v0.22.0 |
1178 | 2025-02-07T09:21:08.353Z | Compiling serde v1.0.217 |
1179 | 2025-02-07T09:21:08.355Z | Compiling lock_api v0.4.12 |
1180 | 2025-02-07T09:21:08.355Z | Compiling value-bag v1.9.0 |
1181 | 2025-02-07T09:21:08.355Z | Compiling scopeguard v1.2.0 |
1182 | 2025-02-07T09:21:08.355Z | Compiling typenum v1.17.0 |
1183 | 2025-02-07T09:21:08.535Z | Compiling generic-array v0.14.7 |
1184 | 2025-02-07T09:21:08.661Z | Compiling syn v2.0.96 |
1185 | 2025-02-07T09:21:08.687Z | Compiling getrandom v0.2.15 |
1186 | 2025-02-07T09:21:08.741Z | Compiling subtle v2.6.1 |
1187 | 2025-02-07T09:21:09.010Z | Compiling rand_core v0.6.4 |
1188 | 2025-02-07T09:21:09.109Z | Compiling log v0.4.22 |
1189 | 2025-02-07T09:21:09.129Z | Compiling shlex v1.3.0 |
1190 | 2025-02-07T09:21:09.166Z | Compiling jobserver v0.1.32 |
1191 | 2025-02-07T09:21:09.213Z | Compiling smallvec v1.13.2 |
1192 | 2025-02-07T09:21:09.541Z | Compiling const-oid v0.9.6 |
1193 | 2025-02-07T09:21:09.566Z | Compiling pin-project-lite v0.2.14 |
1194 | 2025-02-07T09:21:09.586Z | Compiling rustix v0.38.37 |
1195 | 2025-02-07T09:21:09.630Z | Compiling cc v1.1.30 |
1196 | 2025-02-07T09:21:09.709Z | Compiling spin v0.9.8 |
1197 | 2025-02-07T09:21:09.909Z | Compiling parking_lot_core v0.9.10 |
1198 | 2025-02-07T09:21:10.074Z | Compiling futures-core v0.3.31 |
1199 | 2025-02-07T09:21:10.102Z | Compiling signal-hook-registry v1.4.2 |
1200 | 2025-02-07T09:21:10.337Z | Compiling mio v1.0.2 |
1201 | 2025-02-07T09:21:10.449Z | Compiling aho-corasick v1.1.3 |
1202 | 2025-02-07T09:21:10.912Z | Compiling parking_lot v0.12.3 |
1203 | 2025-02-07T09:21:11.021Z | Compiling cpufeatures v0.2.14 |
1204 | 2025-02-07T09:21:11.139Z | Compiling stable_deref_trait v1.2.0 |
1205 | 2025-02-07T09:21:11.216Z | Compiling either v1.13.0 |
1206 | 2025-02-07T09:21:11.269Z | Compiling regex-syntax v0.8.5 |
1207 | 2025-02-07T09:21:11.585Z | Compiling futures-sink v0.3.31 |
1208 | 2025-02-07T09:21:11.665Z | Compiling glob v0.3.2 |
1209 | 2025-02-07T09:21:11.685Z | Compiling socket2 v0.5.7 |
1210 | 2025-02-07T09:21:11.766Z | Compiling slab v0.4.9 |
1211 | 2025-02-07T09:21:11.818Z | Compiling prettyplease v0.2.25 |
1212 | 2025-02-07T09:21:12.200Z | Compiling lazy_static v1.5.0 |
1213 | 2025-02-07T09:21:12.259Z | Compiling minimal-lexical v0.2.1 |
1214 | 2025-02-07T09:21:12.349Z | Compiling serde_json v1.0.135 |
1215 | 2025-02-07T09:21:12.576Z | Compiling clang-sys v1.8.1 |
1216 | 2025-02-07T09:21:12.709Z | Compiling nom v7.1.3 |
1217 | 2025-02-07T09:21:12.805Z | Compiling libloading v0.8.5 |
1218 | 2025-02-07T09:21:12.919Z | Compiling bindgen v0.69.5 |
1219 | 2025-02-07T09:21:13.201Z | Compiling home v0.5.9 |
1220 | 2025-02-07T09:21:13.466Z | Compiling futures-channel v0.3.31 |
1221 | 2025-02-07T09:21:13.681Z | Compiling itertools v0.12.1 |
1222 | 2025-02-07T09:21:13.797Z | Compiling futures-io v0.3.31 |
1223 | 2025-02-07T09:21:13.926Z | Compiling foldhash v0.1.3 |
1224 | 2025-02-07T09:21:14.083Z | Compiling pin-utils v0.1.0 |
1225 | 2025-02-07T09:21:14.200Z | Compiling rustc-hash v1.1.0 |
1226 | 2025-02-07T09:21:14.232Z | Compiling allocator-api2 v0.2.18 |
1227 | 2025-02-07T09:21:14.369Z | Compiling futures-task v0.3.31 |
1228 | 2025-02-07T09:21:14.660Z | Compiling libm v0.2.8 |
1229 | 2025-02-07T09:21:15.003Z | Compiling lazycell v1.3.0 |
1230 | 2025-02-07T09:21:15.025Z | Compiling hashbrown v0.15.1 |
1231 | 2025-02-07T09:21:15.183Z | Compiling regex-automata v0.4.8 |
1232 | 2025-02-07T09:21:15.498Z | Compiling cmake v0.1.51 |
1233 | 2025-02-07T09:21:16.109Z | Compiling cexpr v0.6.0 |
1234 | 2025-02-07T09:21:16.223Z | Compiling num-traits v0.2.19 |
1235 | 2025-02-07T09:21:16.427Z | Compiling synstructure v0.13.1 |
1236 | 2025-02-07T09:21:16.610Z | Compiling pkg-config v0.3.31 |
1237 | 2025-02-07T09:21:17.681Z | Compiling dunce v1.0.5 |
1238 | 2025-02-07T09:21:17.771Z | Compiling fs_extra v1.3.0 |
1239 | 2025-02-07T09:21:17.982Z | Compiling litemap v0.7.3 |
1240 | 2025-02-07T09:21:18.064Z | Compiling writeable v0.5.5 |
1241 | 2025-02-07T09:21:18.316Z | Compiling ring v0.17.8 |
1242 | 2025-02-07T09:21:18.362Z | Compiling paste v1.0.15 |
1243 | 2025-02-07T09:21:18.651Z | Compiling base64ct v1.6.0 |
1244 | 2025-02-07T09:21:18.983Z | Compiling flagset v0.4.6 |
1245 | 2025-02-07T09:21:19.266Z | Compiling pem-rfc7468 v0.7.0 |
1246 | 2025-02-07T09:21:19.384Z | Compiling icu_locid_transform_data v1.5.0 |
1247 | 2025-02-07T09:21:19.410Z | Compiling httparse v1.9.5 |
1248 | 2025-02-07T09:21:19.490Z | Compiling aws-lc-rs v1.10.0 |
1249 | 2025-02-07T09:21:19.918Z | Compiling tracing-core v0.1.32 |
1250 | 2025-02-07T09:21:20.149Z | Compiling rustls-pki-types v1.10.0 |
1251 | 2025-02-07T09:21:20.805Z | Compiling regex v1.11.1 |
1252 | 2025-02-07T09:21:21.035Z | Compiling percent-encoding v2.3.1 |
1253 | 2025-02-07T09:21:21.121Z | Compiling crossbeam-utils v0.8.20 |
1254 | 2025-02-07T09:21:21.164Z | Compiling icu_properties_data v1.5.0 |
1255 | 2025-02-07T09:21:21.415Z | Compiling vcpkg v0.2.15 |
1256 | 2025-02-07T09:21:21.683Z | Compiling icu_normalizer_data v1.5.0 |
1257 | 2025-02-07T09:21:21.768Z | Compiling write16 v1.0.0 |
1258 | 2025-02-07T09:21:21.789Z | Compiling mirai-annotations v1.12.0 |
1259 | 2025-02-07T09:21:21.908Z | Compiling utf16_iter v1.0.5 |
1260 | 2025-02-07T09:21:21.984Z | Compiling num-conv v0.1.0 |
1261 | 2025-02-07T09:21:22.032Z | Compiling untrusted v0.9.0 |
1262 | 2025-02-07T09:21:22.113Z | Compiling serde_derive v1.0.217 |
1263 | 2025-02-07T09:21:22.130Z | Compiling zeroize_derive v1.4.2 |
1264 | 2025-02-07T09:21:22.218Z | Compiling zerocopy-derive v0.7.35 |
1265 | 2025-02-07T09:21:22.269Z | Compiling tokio-macros v2.5.0 |
1266 | 2025-02-07T09:21:23.157Z | Compiling zerofrom-derive v0.1.4 |
1267 | 2025-02-07T09:21:23.648Z | Compiling zeroize v1.8.1 |
1268 | 2025-02-07T09:21:23.785Z | Compiling yoke-derive v0.7.4 |
1269 | 2025-02-07T09:21:24.050Z | Compiling zerovec-derive v0.10.3 |
1270 | 2025-02-07T09:21:24.297Z | Compiling zerocopy v0.7.35 |
1271 | 2025-02-07T09:21:25.231Z | Compiling crypto-common v0.1.6 |
1272 | 2025-02-07T09:21:25.253Z | Compiling block-buffer v0.10.4 |
1273 | 2025-02-07T09:21:25.496Z | Compiling thiserror-impl v1.0.69 |
1274 | 2025-02-07T09:21:25.551Z | Compiling digest v0.10.7 |
1275 | 2025-02-07T09:21:25.731Z | Compiling futures-macro v0.3.31 |
1276 | 2025-02-07T09:21:26.046Z | Compiling hmac v0.12.1 |
1277 | 2025-02-07T09:21:26.323Z | Compiling displaydoc v0.2.5 |
1278 | 2025-02-07T09:21:26.601Z | Compiling block-padding v0.3.3 |
1279 | 2025-02-07T09:21:26.622Z | Compiling sha2 v0.10.8 |
1280 | 2025-02-07T09:21:26.660Z | Compiling icu_provider_macros v1.5.0 |
1281 | 2025-02-07T09:21:26.858Z | Compiling zerofrom v0.1.4 |
1282 | 2025-02-07T09:21:26.879Z | Compiling inout v0.1.3 |
1283 | 2025-02-07T09:21:27.103Z | Compiling yoke v0.7.4 |
1284 | 2025-02-07T09:21:27.173Z | Compiling cipher v0.4.4 |
1285 | 2025-02-07T09:21:27.460Z | Compiling zerovec v0.10.4 |
1286 | 2025-02-07T09:21:27.665Z | Compiling futures-util v0.3.31 |
1287 | 2025-02-07T09:21:27.686Z | Compiling ppv-lite86 v0.2.20 |
1288 | 2025-02-07T09:21:27.817Z | Compiling der_derive v0.7.3 |
1289 | 2025-02-07T09:21:27.954Z | Compiling tracing-attributes v0.1.27 |
1290 | 2025-02-07T09:21:28.479Z | Compiling rand_chacha v0.3.1 |
1291 | 2025-02-07T09:21:28.688Z | Compiling thiserror v1.0.69 |
1292 | 2025-02-07T09:21:28.853Z | Compiling pest v2.7.14 |
1293 | 2025-02-07T09:21:29.637Z | Compiling tinystr v0.7.6 |
1294 | 2025-02-07T09:21:30.011Z | Compiling icu_locid v1.5.0 |
1295 | 2025-02-07T09:21:30.265Z | Compiling der v0.7.9 |
1296 | 2025-02-07T09:21:30.397Z | Compiling icu_collections v1.5.0 |
1297 | 2025-02-07T09:21:30.944Z | Compiling rand v0.8.5 |
1298 | 2025-02-07T09:21:31.383Z | Compiling icu_provider v1.5.0 |
1299 | 2025-02-07T09:21:31.826Z | Compiling tracing v0.1.40 |
1300 | 2025-02-07T09:21:31.943Z | Compiling salsa20 v0.10.2 |
1301 | 2025-02-07T09:21:32.186Z | Compiling icu_locid_transform v1.5.0 |
1302 | 2025-02-07T09:21:32.207Z | Compiling pbkdf2 v0.12.2 |
1303 | 2025-02-07T09:21:32.335Z | Compiling spki v0.7.3 |
1304 | 2025-02-07T09:21:32.381Z | Compiling powerfmt v0.2.0 |
1305 | 2025-02-07T09:21:32.385Z | Compiling untrusted v0.7.1 |
1306 | 2025-02-07T09:21:32.578Z | Compiling utf8_iter v1.0.4 |
1307 | 2025-02-07T09:21:32.714Z | Compiling time-core v0.1.2 |
1308 | 2025-02-07T09:21:32.784Z | Compiling deranged v0.3.11 |
1309 | 2025-02-07T09:21:32.844Z | Compiling scrypt v0.11.0 |
1310 | 2025-02-07T09:21:32.923Z | Compiling time-macros v0.2.18 |
1311 | 2025-02-07T09:21:32.990Z | Compiling pest_meta v2.7.14 |
1312 | 2025-02-07T09:21:33.213Z | Compiling cbc v0.1.2 |
1313 | 2025-02-07T09:21:33.388Z | Compiling icu_properties v1.5.1 |
1314 | 2025-02-07T09:21:33.409Z | Compiling aes v0.8.4 |
1315 | 2025-02-07T09:21:34.232Z | Compiling openssl-sys v0.9.105 |
1316 | 2025-02-07T09:21:34.599Z | Compiling scroll_derive v0.12.0 |
1317 | 2025-02-07T09:21:35.900Z | Compiling bitflags v2.6.0 |
1318 | 2025-02-07T09:21:36.079Z | Compiling bytes v1.9.0 |
1319 | 2025-02-07T09:21:36.365Z | Compiling indexmap v2.7.1 |
1320 | 2025-02-07T09:21:36.473Z | Compiling semver v1.0.24 |
1321 | 2025-02-07T09:21:37.011Z | Compiling tokio v1.43.0 |
1322 | 2025-02-07T09:21:37.201Z | Compiling http v1.2.0 |
1323 | 2025-02-07T09:21:37.312Z | Compiling icu_normalizer v1.5.0 |
1324 | 2025-02-07T09:21:37.575Z | Compiling rustc_version v0.4.1 |
1325 | 2025-02-07T09:21:37.709Z | Compiling num_threads v0.1.7 |
1326 | 2025-02-07T09:21:37.861Z | Compiling atomic-waker v1.1.2 |
1327 | 2025-02-07T09:21:38.066Z | Compiling tinyvec_macros v0.1.1 |
1328 | 2025-02-07T09:21:38.159Z | Compiling time v0.3.36 |
1329 | 2025-02-07T09:21:38.180Z | Compiling tinyvec v1.8.0 |
1330 | 2025-02-07T09:21:38.292Z | Compiling idna_adapter v1.2.0 |
1331 | 2025-02-07T09:21:38.561Z | Compiling scroll v0.12.0 |
1332 | 2025-02-07T09:21:39.024Z | Compiling http-body v1.0.1 |
1333 | 2025-02-07T09:21:39.158Z | Compiling pest_generator v2.7.14 |
1334 | 2025-02-07T09:21:39.243Z | Compiling pkcs5 v0.7.1 |
1335 | 2025-02-07T09:21:39.267Z | Compiling form_urlencoded v1.2.1 |
1336 | 2025-02-07T09:21:39.512Z | Compiling slog v2.7.0 |
1337 | 2025-02-07T09:21:39.586Z | Compiling try-lock v0.2.5 |
1338 | 2025-02-07T09:21:39.654Z | Compiling goblin v0.8.2 |
1339 | 2025-02-07T09:21:39.750Z | Compiling want v0.3.1 |
1340 | 2025-02-07T09:21:40.009Z | Compiling which v4.4.2 |
1341 | 2025-02-07T09:21:40.123Z | Compiling pkcs8 v0.10.2 |
1342 | 2025-02-07T09:21:40.575Z | Compiling idna v1.0.3 |
1343 | 2025-02-07T09:21:40.813Z | Compiling uuid v1.12.0 |
1344 | 2025-02-07T09:21:41.055Z | Compiling pest_derive v2.7.14 |
1345 | 2025-02-07T09:21:41.141Z | Compiling httpdate v1.0.3 |
1346 | 2025-02-07T09:21:41.606Z | Compiling iana-time-zone v0.1.61 |
1347 | 2025-02-07T09:21:41.868Z | Compiling dtrace-parser v0.2.0 |
1348 | 2025-02-07T09:21:42.009Z | Compiling chrono v0.4.39 |
1349 | 2025-02-07T09:21:42.386Z | Compiling serde_tokenstream v0.2.2 |
1350 | 2025-02-07T09:21:42.967Z | Compiling toml_datetime v0.6.8 |
1351 | 2025-02-07T09:21:43.001Z | Compiling serde_spanned v0.6.8 |
1352 | 2025-02-07T09:21:43.022Z | Compiling base64 v0.22.1 |
1353 | 2025-02-07T09:21:43.236Z | Compiling openssl v0.10.70 |
1354 | 2025-02-07T09:21:43.473Z | Compiling adler2 v2.0.0 |
1355 | 2025-02-07T09:21:43.682Z | Compiling rustversion v1.0.17 |
1356 | 2025-02-07T09:21:43.721Z | Compiling tower-service v0.3.3 |
1357 | 2025-02-07T09:21:43.759Z | Compiling foreign-types-shared v0.1.1 |
1358 | 2025-02-07T09:21:43.827Z | Compiling match_cfg v0.1.0 |
1359 | 2025-02-07T09:21:43.883Z | Compiling foreign-types v0.3.2 |
1360 | 2025-02-07T09:21:43.911Z | Compiling hostname v0.3.1 |
1361 | 2025-02-07T09:21:43.934Z | Compiling miniz_oxide v0.8.0 |
1362 | 2025-02-07T09:21:43.993Z | Compiling url v2.5.3 |
1363 | 2025-02-07T09:21:44.453Z | Compiling async-trait v0.1.86 |
1364 | 2025-02-07T09:21:45.408Z | Compiling tokio-util v0.7.12 |
1365 | 2025-02-07T09:21:45.420Z | Compiling openssl-macros v0.1.1 |
1366 | 2025-02-07T09:21:45.539Z | Compiling dof v0.3.0 |
1367 | 2025-02-07T09:21:45.875Z | Compiling serde_derive_internals v0.29.1 |
1368 | 2025-02-07T09:21:46.206Z | Compiling dirs-sys-next v0.1.2 |
1369 | 2025-02-07T09:21:46.669Z | Compiling h2 v0.4.6 |
1370 | 2025-02-07T09:21:46.779Z | Compiling usdt-impl v0.5.0 |
1371 | 2025-02-07T09:21:47.042Z | Compiling data-encoding v2.6.0 |
1372 | 2025-02-07T09:21:47.469Z | Compiling rustls v0.23.19 |
1373 | 2025-02-07T09:21:47.765Z | Compiling siphasher v0.3.11 |
1374 | 2025-02-07T09:21:48.195Z | Compiling rustls v0.22.4 |
1375 | 2025-02-07T09:21:48.217Z | Compiling syn v1.0.109 |
1376 | 2025-02-07T09:21:48.319Z | Compiling native-tls v0.2.12 |
1377 | 2025-02-07T09:21:48.490Z | Compiling schemars v0.8.21 |
1378 | 2025-02-07T09:21:48.741Z | Compiling schemars_derive v0.8.21 |
1379 | 2025-02-07T09:21:48.914Z | Compiling dirs-next v2.0.0 |
1380 | 2025-02-07T09:21:49.172Z | Compiling unicode-normalization v0.1.24 |
1381 | 2025-02-07T09:21:49.201Z | Compiling http-body-util v0.1.2 |
1382 | 2025-02-07T09:21:49.723Z | Compiling heapless v0.7.17 |
1383 | 2025-02-07T09:21:50.168Z | Compiling crossbeam-epoch v0.9.18 |
1384 | 2025-02-07T09:21:50.309Z | Compiling sha1 v0.10.6 |
1385 | 2025-02-07T09:21:50.354Z | Compiling signature v2.2.0 |
1386 | 2025-02-07T09:21:50.665Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1387 | 2025-02-07T09:21:50.744Z | Compiling thread_local v1.1.8 |
1388 | 2025-02-07T09:21:50.842Z | Compiling cookie v0.18.1 |
1389 | 2025-02-07T09:21:50.869Z | Compiling multer v3.1.0 |
1390 | 2025-02-07T09:21:51.141Z | Compiling encoding_rs v0.8.34 |
1391 | 2025-02-07T09:21:51.163Z | Compiling dyn-clone v1.0.17 |
1392 | 2025-02-07T09:21:51.184Z | Compiling mime v0.3.17 |
1393 | 2025-02-07T09:21:51.225Z | Compiling unicode-properties v0.1.3 |
1394 | 2025-02-07T09:21:51.384Z | Compiling openssl-probe v0.1.5 |
1395 | 2025-02-07T09:21:51.650Z | Compiling unicode-bidi v0.3.17 |
1396 | 2025-02-07T09:21:51.692Z | Compiling slog-async v2.8.0 |
1397 | 2025-02-07T09:21:51.714Z | Compiling ipnet v2.10.1 |
1398 | 2025-02-07T09:21:51.888Z | Compiling gimli v0.31.1 |
1399 | 2025-02-07T09:21:52.189Z | Compiling signal-hook v0.3.17 |
1400 | 2025-02-07T09:21:52.477Z | Compiling rayon-core v1.12.1 |
1401 | 2025-02-07T09:21:52.761Z | Compiling toml_edit v0.22.22 |
1402 | 2025-02-07T09:21:52.904Z | Compiling stringprep v0.1.5 |
1403 | 2025-02-07T09:21:54.104Z | Compiling hyper v1.5.2 |
1404 | 2025-02-07T09:21:56.203Z | Compiling addr2line v0.24.2 |
1405 | 2025-02-07T09:21:56.634Z | Compiling hyper-util v0.1.10 |
1406 | 2025-02-07T09:21:56.939Z | Compiling crossbeam-deque v0.8.5 |
1407 | 2025-02-07T09:21:57.068Z | Compiling usdt-attr-macro v0.5.0 |
1408 | 2025-02-07T09:21:57.162Z | Compiling usdt-macro v0.5.0 |
1409 | 2025-02-07T09:21:57.268Z | Compiling term v0.7.0 |
1410 | 2025-02-07T09:21:58.497Z | Compiling slog-json v2.6.1 |
1411 | 2025-02-07T09:21:58.562Z | Compiling serde_urlencoded v0.7.1 |
1412 | 2025-02-07T09:21:58.562Z | Compiling curve25519-dalek v4.1.3 |
1413 | 2025-02-07T09:21:58.602Z | Compiling crossbeam-channel v0.5.13 |
1414 | 2025-02-07T09:21:58.917Z | Compiling futures-executor v0.3.31 |
1415 | 2025-02-07T09:21:59.062Z | Compiling enum-as-inner v0.6.1 |
1416 | 2025-02-07T09:21:59.288Z | Compiling md-5 v0.10.6 |
1417 | 2025-02-07T09:21:59.473Z | Compiling async-stream-impl v0.3.6 |
1418 | 2025-02-07T09:21:59.563Z | Compiling rustls-pemfile v2.2.0 |
1419 | 2025-02-07T09:21:59.565Z | Compiling num-integer v0.1.46 |
1420 | 2025-02-07T09:21:59.641Z | Compiling hash32 v0.2.1 |
1421 | 2025-02-07T09:21:59.912Z | Compiling ff v0.13.0 |
1422 | 2025-02-07T09:22:00.017Z | Compiling is-terminal v0.4.13 |
1423 | 2025-02-07T09:22:00.144Z | Compiling object v0.36.5 |
1424 | 2025-02-07T09:22:00.165Z | Compiling dropshot v0.12.0 |
1425 | 2025-02-07T09:22:00.184Z | Compiling portable-atomic v1.9.0 |
1426 | 2025-02-07T09:22:00.316Z | Compiling take_mut v0.2.2 |
1427 | 2025-02-07T09:22:00.470Z | Compiling psl-types v2.0.11 |
1428 | 2025-02-07T09:22:00.491Z | Compiling num-bigint-dig v0.8.4 |
1429 | 2025-02-07T09:22:00.512Z | Compiling litrs v0.4.1 |
1430 | 2025-02-07T09:22:00.692Z | Compiling smoltcp v0.9.1 |
1431 | 2025-02-07T09:22:00.770Z | Compiling utf-8 v0.7.6 |
1432 | 2025-02-07T09:22:00.799Z | Compiling base16ct v0.2.0 |
1433 | 2025-02-07T09:22:01.103Z | Compiling fallible-iterator v0.2.0 |
1434 | 2025-02-07T09:22:01.149Z | Compiling quick-error v1.2.3 |
1435 | 2025-02-07T09:22:01.182Z | Compiling rustc-demangle v0.1.24 |
1436 | 2025-02-07T09:22:01.321Z | Compiling linked-hash-map v0.5.6 |
1437 | 2025-02-07T09:22:01.349Z | Compiling anyhow v1.0.95 |
1438 | 2025-02-07T09:22:01.682Z | Compiling lru-cache v0.1.2 |
1439 | 2025-02-07T09:22:01.701Z | Compiling document-features v0.2.10 |
1440 | 2025-02-07T09:22:01.772Z | Compiling postgres-protocol v0.6.7 |
1441 | 2025-02-07T09:22:01.921Z | Compiling resolv-conf v0.7.0 |
1442 | 2025-02-07T09:22:02.207Z | Compiling sec1 v0.7.3 |
1443 | 2025-02-07T09:22:02.348Z | Compiling tungstenite v0.24.0 |
1444 | 2025-02-07T09:22:02.709Z | Compiling async-stream v0.3.6 |
1445 | 2025-02-07T09:22:02.781Z | Compiling publicsuffix v2.3.0 |
1446 | 2025-02-07T09:22:03.019Z | Compiling hickory-proto v0.24.2 |
1447 | 2025-02-07T09:22:03.041Z | Compiling slog-term v2.9.1 |
1448 | 2025-02-07T09:22:03.064Z | Compiling usdt v0.5.0 |
1449 | 2025-02-07T09:22:03.613Z | Compiling group v0.13.0 |
1450 | 2025-02-07T09:22:03.970Z | Compiling num-iter v0.1.45 |
1451 | 2025-02-07T09:22:04.245Z | Compiling futures v0.3.31 |
1452 | 2025-02-07T09:22:04.293Z | Compiling slog-bunyan v2.5.0 |
1453 | 2025-02-07T09:22:05.120Z | Compiling camino v1.1.9 |
1454 | 2025-02-07T09:22:05.562Z | Compiling toml v0.8.19 |
1455 | 2025-02-07T09:22:05.585Z | Compiling tokio-native-tls v0.3.1 |
1456 | 2025-02-07T09:22:05.963Z | Compiling phf_shared v0.11.2 |
1457 | 2025-02-07T09:22:06.148Z | Compiling dropshot_endpoint v0.12.0 |
1458 | 2025-02-07T09:22:06.320Z | Compiling terminal_size v0.4.0 |
1459 | 2025-02-07T09:22:06.562Z | Compiling openapiv3 v2.0.0 |
1460 | 2025-02-07T09:22:06.802Z | Compiling backtrace v0.3.74 |
1461 | 2025-02-07T09:22:07.113Z | Compiling waitgroup v0.1.2 |
1462 | 2025-02-07T09:22:07.341Z | Compiling serde_path_to_error v0.1.16 |
1463 | 2025-02-07T09:22:07.439Z | Compiling hkdf v0.12.4 |
1464 | 2025-02-07T09:22:07.721Z | Compiling crypto-bigint v0.5.5 |
1465 | 2025-02-07T09:22:08.115Z | Compiling curve25519-dalek-derive v0.1.1 |
1466 | 2025-02-07T09:22:09.634Z | Compiling zerocopy-derive v0.6.6 |
1467 | 2025-02-07T09:22:10.049Z | Compiling webpki-roots v0.26.6 |
1468 | 2025-02-07T09:22:10.286Z | Compiling hostname v0.4.0 |
1469 | 2025-02-07T09:22:10.543Z | Compiling fs-err v2.11.0 |
1470 | 2025-02-07T09:22:10.546Z | Compiling crc32fast v1.4.2 |
1471 | 2025-02-07T09:22:10.750Z | Compiling ahash v0.8.11 |
1472 | 2025-02-07T09:22:10.840Z | Compiling debug-ignore v1.0.5 |
1473 | 2025-02-07T09:22:10.861Z | Compiling hubpack_derive v0.1.1 |
1474 | 2025-02-07T09:22:10.894Z | Compiling bitflags v1.3.2 |
1475 | 2025-02-07T09:22:11.002Z | Compiling unicode-width v0.2.0 |
1476 | 2025-02-07T09:22:11.024Z | Compiling managed v0.8.0 |
1477 | 2025-02-07T09:22:11.092Z | Compiling winnow v0.5.40 |
1478 | 2025-02-07T09:22:11.464Z | Compiling newtype-uuid v1.2.1 |
1479 | 2025-02-07T09:22:11.568Z | Compiling console v0.15.10 |
1480 | 2025-02-07T09:22:11.672Z | Compiling zerocopy v0.6.6 |
1481 | 2025-02-07T09:22:11.752Z | Compiling hubpack v0.1.2 |
1482 | 2025-02-07T09:22:11.808Z | Compiling clap_builder v4.5.27 |
1483 | 2025-02-07T09:22:12.516Z | Compiling strum_macros v0.25.3 |
1484 | 2025-02-07T09:22:12.756Z | Compiling flate2 v1.0.35 |
1485 | 2025-02-07T09:22:12.967Z | Compiling elliptic-curve v0.13.8 |
1486 | 2025-02-07T09:22:13.849Z | Compiling hickory-resolver v0.24.2 |
1487 | 2025-02-07T09:22:14.266Z | Compiling signal-hook-mio v0.2.4 |
1488 | 2025-02-07T09:22:14.451Z | Compiling toml_edit v0.19.15 |
1489 | 2025-02-07T09:22:14.599Z | Compiling phf v0.11.2 |
1490 | 2025-02-07T09:22:14.882Z | Compiling hyper-tls v0.6.0 |
1491 | 2025-02-07T09:22:14.903Z | Compiling rayon v1.10.0 |
1492 | 2025-02-07T09:22:15.314Z | Compiling cookie_store v0.21.1 |
1493 | 2025-02-07T09:22:16.502Z | Compiling bzip2 v0.4.4 |
1494 | 2025-02-07T09:22:16.921Z | Compiling tokio-tungstenite v0.24.0 |
1495 | 2025-02-07T09:22:17.488Z | Compiling postgres-types v0.2.8 |
1496 | 2025-02-07T09:22:19.357Z | Compiling ed25519 v2.2.3 |
1497 | 2025-02-07T09:22:19.945Z | Compiling phf_shared v0.10.0 |
1498 | 2025-02-07T09:22:20.203Z | Compiling tokio-stream v0.1.16 |
1499 | 2025-02-07T09:22:20.231Z | Compiling pkcs1 v0.7.5 |
1500 | 2025-02-07T09:22:20.348Z | Compiling serde-big-array v0.5.1 |
1501 | 2025-02-07T09:22:20.607Z | Compiling clap_derive v4.5.24 |
1502 | 2025-02-07T09:22:21.191Z | Compiling rfc6979 v0.4.0 |
1503 | 2025-02-07T09:22:21.213Z | Compiling derive-where v1.2.7 |
1504 | 2025-02-07T09:22:21.278Z | Compiling serde_repr v0.1.19 |
1505 | 2025-02-07T09:22:21.398Z | Compiling bstr v1.10.0 |
1506 | 2025-02-07T09:22:21.957Z | Compiling float-cmp v0.9.0 |
1507 | 2025-02-07T09:22:21.994Z | Compiling sync_wrapper v1.0.1 |
1508 | 2025-02-07T09:22:22.169Z | Compiling difflib v0.4.0 |
1509 | 2025-02-07T09:22:22.190Z | Compiling static_assertions v1.1.0 |
1510 | 2025-02-07T09:22:22.299Z | Compiling number_prefix v0.4.0 |
1511 | 2025-02-07T09:22:22.447Z | Compiling precomputed-hash v0.1.1 |
1512 | 2025-02-07T09:22:22.549Z | Compiling predicates-core v1.0.8 |
1513 | 2025-02-07T09:22:22.593Z | Compiling new_debug_unreachable v1.0.6 |
1514 | 2025-02-07T09:22:22.726Z | Compiling whoami v1.5.2 |
1515 | 2025-02-07T09:22:22.879Z | Compiling bit-vec v0.6.3 |
1516 | 2025-02-07T09:22:23.117Z | Compiling unicode-segmentation v1.12.0 |
1517 | 2025-02-07T09:22:23.288Z | Compiling normalize-line-endings v0.3.0 |
1518 | 2025-02-07T09:22:23.311Z | Compiling fixedbitset v0.4.2 |
1519 | 2025-02-07T09:22:23.431Z | Compiling predicates v3.1.2 |
1520 | 2025-02-07T09:22:23.599Z | Compiling bit-set v0.5.3 |
1521 | 2025-02-07T09:22:23.783Z | Compiling petgraph v0.6.5 |
1522 | 2025-02-07T09:22:23.918Z | Compiling tokio-postgres v0.7.12 |
1523 | 2025-02-07T09:22:24.083Z | Compiling similar v2.6.0 |
1524 | 2025-02-07T09:22:24.600Z | Compiling string_cache v0.8.7 |
1525 | 2025-02-07T09:22:25.026Z | Compiling indicatif v0.17.11 |
1526 | 2025-02-07T09:22:25.049Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1527 | 2025-02-07T09:22:25.461Z | Compiling clap v4.5.27 |
1528 | 2025-02-07T09:22:25.600Z | Compiling ecdsa v0.16.9 |
1529 | 2025-02-07T09:22:26.370Z | Compiling rsa v0.9.6 |
1530 | 2025-02-07T09:22:26.449Z | Compiling ed25519-dalek v2.1.1 |
1531 | 2025-02-07T09:22:27.122Z | Compiling toml v0.7.8 |
1532 | 2025-02-07T09:22:27.428Z | Compiling zip v0.6.6 |
1533 | 2025-02-07T09:22:27.786Z | Compiling crossterm v0.28.1 |
1534 | 2025-02-07T09:22:29.538Z | Compiling hex v0.4.3 |
1535 | 2025-02-07T09:22:29.759Z | Compiling x509-cert v0.2.5 |
1536 | 2025-02-07T09:22:29.783Z | Compiling itertools v0.10.5 |
1537 | 2025-02-07T09:22:30.137Z | Compiling peg-runtime v0.8.3 |
1538 | 2025-02-07T09:22:30.755Z | Compiling unicode-xid v0.2.6 |
1539 | 2025-02-07T09:22:30.967Z | Compiling lalrpop-util v0.19.12 |
1540 | 2025-02-07T09:22:31.288Z | Compiling strum_macros v0.26.4 |
1541 | 2025-02-07T09:22:31.309Z | Compiling xattr v1.3.1 |
1542 | 2025-02-07T09:22:31.336Z | Compiling filetime v0.2.25 |
1543 | 2025-02-07T09:22:31.593Z | Compiling tar v0.4.42 |
1544 | 2025-02-07T09:22:36.168Z | Compiling strum v0.26.3 |
1545 | 2025-02-07T09:22:39.395Z | Compiling aws-lc-sys v0.22.0 |
1546 | 2025-02-07T09:23:08.226Z | Compiling rustls-webpki v0.102.8 |
1547 | 2025-02-07T09:23:11.614Z | Compiling tokio-rustls v0.25.0 |
1548 | 2025-02-07T09:23:13.274Z | Compiling tokio-rustls v0.26.0 |
1549 | 2025-02-07T09:23:13.565Z | Compiling hyper-rustls v0.27.3 |
1550 | 2025-02-07T09:23:13.908Z | Compiling reqwest v0.12.9 |
1551 | 2025-02-07T09:23:15.567Z | Compiling qorb v0.2.1 |
1552 | 2025-02-07T09:23:18.834Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1553 | 2025-02-07T09:23:19.103Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1554 | 2025-02-07T09:23:23.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s |
1555 | 2025-02-07T09:23:24.067Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1556 | 2025-02-07T09:23:24.125Z | Feb 07 09:23:23.212 INFO Starting download, target: Clickhouse |
1557 | 2025-02-07T09:23:24.125Z | Feb 07 09:23:23.212 INFO Starting download, target: Console |
1558 | 2025-02-07T09:23:24.125Z | Feb 07 09:23:23.212 INFO Starting download, target: Cockroach |
1559 | 2025-02-07T09:23:24.125Z | Feb 07 09:23:23.212 INFO Starting download, target: DendriteOpenapi |
1560 | 2025-02-07T09:23:24.125Z | Feb 07 09:23:23.212 INFO Starting download, target: DendriteStub |
1561 | 2025-02-07T09:23:24.125Z | Feb 07 09:23:23.212 INFO Starting download, target: MaghemiteMgd |
1562 | 2025-02-07T09:23:24.125Z | Feb 07 09:23:23.212 INFO Starting download, target: TransceiverControl |
1563 | 2025-02-07T09:23:24.128Z | Feb 07 09:23:23.213 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1564 | 2025-02-07T09:23:24.128Z | Feb 07 09:23:23.213 INFO Downloading out/downloads/dpd-caf4bee7f1647b4f971199a5268885337ff1691a.json (attempt 1/3), target: DendriteOpenapi |
1565 | 2025-02-07T09:23:24.128Z | Feb 07 09:23:23.213 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1566 | 2025-02-07T09:23:24.128Z | Feb 07 09:23:23.213 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1567 | 2025-02-07T09:23:24.128Z | Feb 07 09:23:23.213 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1568 | 2025-02-07T09:23:24.128Z | Feb 07 09:23:23.214 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1569 | 2025-02-07T09:23:24.128Z | Feb 07 09:23:23.214 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1570 | 2025-02-07T09:23:24.287Z | Feb 07 09:23:23.374 INFO Download complete, target: DendriteOpenapi |
1571 | 2025-02-07T09:23:24.477Z | Feb 07 09:23:23.555 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1572 | 2025-02-07T09:23:24.661Z | Feb 07 09:23:23.736 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1573 | 2025-02-07T09:23:24.961Z | Feb 07 09:23:24.037 INFO Download complete, target: TransceiverControl |
1574 | 2025-02-07T09:23:25.019Z | Feb 07 09:23:24.100 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1575 | 2025-02-07T09:23:25.025Z | Feb 07 09:23:24.110 INFO Download complete, target: Console |
1576 | 2025-02-07T09:23:25.139Z | Feb 07 09:23:24.224 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1577 | 2025-02-07T09:23:25.637Z | Feb 07 09:23:24.725 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1578 | 2025-02-07T09:23:25.637Z | Feb 07 09:23:24.725 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1579 | 2025-02-07T09:23:25.992Z | Feb 07 09:23:25.080 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1580 | 2025-02-07T09:23:28.005Z | Feb 07 09:23:27.092 INFO Download complete, target: DendriteStub |
1581 | 2025-02-07T09:23:28.040Z | Feb 07 09:23:27.128 INFO Download complete, target: MaghemiteMgd |
1582 | 2025-02-07T09:23:33.204Z | Feb 07 09:23:32.292 INFO Checking that binary works, target: Cockroach |
1583 | 2025-02-07T09:23:33.433Z | Feb 07 09:23:32.520 INFO Download complete, target: Cockroach |
1584 | 2025-02-07T09:23:38.756Z | Feb 07 09:23:37.843 INFO Checking that binary works, target: Clickhouse |
1585 | 2025-02-07T09:23:38.932Z | Feb 07 09:23:38.019 INFO Download complete, target: Clickhouse |
1586 | 2025-02-07T09:23:38.940Z | All prerequisites installed successfully |
1587 | 2025-02-07T09:23:38.943Z | |
1588 | 2025-02-07T09:23:38.943Z | real 5:05.832500242 |
1589 | 2025-02-07T09:23:38.943Z | user 16:21.664024427 |
1590 | 2025-02-07T09:23:38.943Z | sys 2:09.497589022 |
1591 | 2025-02-07T09:23:38.943Z | trap 0.634170500 |
1592 | 2025-02-07T09:23:38.943Z | tflt 1.641757263 |
1593 | 2025-02-07T09:23:38.943Z | dflt 1.653567072 |
1594 | 2025-02-07T09:23:38.943Z | kflt 0.022612488 |
1595 | 2025-02-07T09:23:38.943Z | lock 26:00.846262839 |
1596 | 2025-02-07T09:23:38.943Z | slp 57:27.946875898 |
1597 | 2025-02-07T09:23:38.943Z | lat 1:01.464985864 |
1598 | 2025-02-07T09:23:38.943Z | stop 2:26.264929454 |
1599 | 2025-02-07T09:23:38.943Z | + ptime -m cargo xtask download softnpu |
1600 | 2025-02-07T09:23:39.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1601 | 2025-02-07T09:23:39.536Z | Running `target/debug/xtask download softnpu` |
1602 | 2025-02-07T09:23:40.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
1603 | 2025-02-07T09:23:40.468Z | Running `target/debug/xtask-downloader softnpu` |
1604 | 2025-02-07T09:23:40.509Z | Feb 07 09:23:39.596 INFO Starting download, target: Softnpu |
1605 | 2025-02-07T09:23:40.511Z | Feb 07 09:23:39.596 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1606 | 2025-02-07T09:23:41.493Z | Feb 07 09:23:40.580 INFO Download complete, target: Softnpu |
1607 | 2025-02-07T09:23:41.497Z | |
1608 | 2025-02-07T09:23:41.499Z | real 2.548754742 |
1609 | 2025-02-07T09:23:41.500Z | user 1.311316916 |
1610 | 2025-02-07T09:23:41.500Z | sys 0.588959784 |
1611 | 2025-02-07T09:23:41.500Z | trap 0.000753379 |
1612 | 2025-02-07T09:23:41.500Z | tflt 0.000041677 |
1613 | 2025-02-07T09:23:41.500Z | dflt 0.000265493 |
1614 | 2025-02-07T09:23:41.500Z | kflt 0.000000000 |
1615 | 2025-02-07T09:23:41.500Z | lock 10.325465809 |
1616 | 2025-02-07T09:23:41.500Z | slp 0.841233117 |
1617 | 2025-02-07T09:23:41.500Z | lat 0.068400759 |
1618 | 2025-02-07T09:23:41.500Z | stop 0.000163867 |
1619 | 2025-02-07T09:23:41.500Z | + export CARGO_INCREMENTAL=0 |
1620 | 2025-02-07T09:23:41.500Z | + CARGO_INCREMENTAL=0 |
1621 | 2025-02-07T09:23:41.500Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1622 | 2025-02-07T09:23:42.501Z | Compiling proc-macro2 v1.0.92 |
1623 | 2025-02-07T09:23:42.501Z | Compiling unicode-ident v1.0.14 |
1624 | 2025-02-07T09:23:42.501Z | Compiling libc v0.2.169 |
1625 | 2025-02-07T09:23:42.504Z | Compiling serde v1.0.217 |
1626 | 2025-02-07T09:23:42.504Z | Compiling autocfg v1.4.0 |
1627 | 2025-02-07T09:23:42.504Z | Compiling version_check v0.9.5 |
1628 | 2025-02-07T09:23:42.504Z | Compiling cfg-if v1.0.0 |
1629 | 2025-02-07T09:23:42.802Z | Compiling memchr v2.7.4 |
1630 | 2025-02-07T09:23:42.824Z | Compiling typenum v1.17.0 |
1631 | 2025-02-07T09:23:42.828Z | Compiling shlex v1.3.0 |
1632 | 2025-02-07T09:23:43.248Z | Compiling value-bag v1.9.0 |
1633 | 2025-02-07T09:23:43.304Z | Compiling scopeguard v1.2.0 |
1634 | 2025-02-07T09:23:43.349Z | Compiling generic-array v0.14.7 |
1635 | 2025-02-07T09:23:43.535Z | Compiling lock_api v0.4.12 |
1636 | 2025-02-07T09:23:43.722Z | Compiling log v0.4.22 |
1637 | 2025-02-07T09:23:43.788Z | Compiling parking_lot_core v0.9.10 |
1638 | 2025-02-07T09:23:44.153Z | Compiling serde_json v1.0.135 |
1639 | 2025-02-07T09:23:44.203Z | Compiling once_cell v1.20.2 |
1640 | 2025-02-07T09:23:44.429Z | Compiling quote v1.0.38 |
1641 | 2025-02-07T09:23:44.448Z | Compiling rustix v0.38.37 |
1642 | 2025-02-07T09:23:44.474Z | Compiling libm v0.2.8 |
1643 | 2025-02-07T09:23:44.591Z | Compiling jobserver v0.1.32 |
1644 | 2025-02-07T09:23:44.769Z | Compiling getrandom v0.2.15 |
1645 | 2025-02-07T09:23:44.816Z | Compiling syn v2.0.96 |
1646 | 2025-02-07T09:23:45.021Z | Compiling cc v1.1.30 |
1647 | 2025-02-07T09:23:45.046Z | Compiling aho-corasick v1.1.3 |
1648 | 2025-02-07T09:23:45.142Z | Compiling num-traits v0.2.19 |
1649 | 2025-02-07T09:23:45.168Z | Compiling thiserror v1.0.69 |
1650 | 2025-02-07T09:23:45.249Z | Compiling regex-syntax v0.8.5 |
1651 | 2025-02-07T09:23:45.322Z | Compiling either v1.13.0 |
1652 | 2025-02-07T09:23:45.457Z | Compiling itoa v1.0.11 |
1653 | 2025-02-07T09:23:45.716Z | Compiling spin v0.9.8 |
1654 | 2025-02-07T09:23:45.734Z | Compiling slab v0.4.9 |
1655 | 2025-02-07T09:23:46.077Z | Compiling errno v0.3.9 |
1656 | 2025-02-07T09:23:46.323Z | Compiling byteorder v1.5.0 |
1657 | 2025-02-07T09:23:46.344Z | Compiling rand_core v0.6.4 |
1658 | 2025-02-07T09:23:46.930Z | Compiling glob v0.3.2 |
1659 | 2025-02-07T09:23:46.959Z | Compiling prettyplease v0.2.25 |
1660 | 2025-02-07T09:23:47.300Z | Compiling lazy_static v1.5.0 |
1661 | 2025-02-07T09:23:47.452Z | Compiling minimal-lexical v0.2.1 |
1662 | 2025-02-07T09:23:47.691Z | Compiling clang-sys v1.8.1 |
1663 | 2025-02-07T09:23:47.953Z | Compiling nom v7.1.3 |
1664 | 2025-02-07T09:23:48.136Z | Compiling libloading v0.8.5 |
1665 | 2025-02-07T09:23:48.234Z | Compiling subtle v2.6.1 |
1666 | 2025-02-07T09:23:48.441Z | Compiling bindgen v0.69.5 |
1667 | 2025-02-07T09:23:48.496Z | Compiling home v0.5.9 |
1668 | 2025-02-07T09:23:48.580Z | Compiling smallvec v1.13.2 |
1669 | 2025-02-07T09:23:48.874Z | Compiling regex-automata v0.4.8 |
1670 | 2025-02-07T09:23:48.923Z | Compiling itertools v0.12.1 |
1671 | 2025-02-07T09:23:49.048Z | Compiling rustc-hash v1.1.0 |
1672 | 2025-02-07T09:23:49.217Z | Compiling allocator-api2 v0.2.18 |
1673 | 2025-02-07T09:23:49.239Z | Compiling lazycell v1.3.0 |
1674 | 2025-02-07T09:23:49.437Z | Compiling cmake v0.1.51 |
1675 | 2025-02-07T09:23:50.240Z | Compiling fs_extra v1.3.0 |
1676 | 2025-02-07T09:23:50.676Z | Compiling semver v1.0.24 |
1677 | 2025-02-07T09:23:50.811Z | Compiling dunce v1.0.5 |
1678 | 2025-02-07T09:23:51.038Z | Compiling cexpr v0.6.0 |
1679 | 2025-02-07T09:23:51.177Z | Compiling pkg-config v0.3.31 |
1680 | 2025-02-07T09:23:51.274Z | Compiling ring v0.17.8 |
1681 | 2025-02-07T09:23:52.083Z | Compiling synstructure v0.13.1 |
1682 | 2025-02-07T09:23:52.284Z | Compiling pin-project-lite v0.2.14 |
1683 | 2025-02-07T09:23:52.315Z | Compiling ryu v1.0.18 |
1684 | 2025-02-07T09:23:52.439Z | Compiling paste v1.0.15 |
1685 | 2025-02-07T09:23:52.660Z | Compiling fnv v1.0.7 |
1686 | 2025-02-07T09:23:52.816Z | Compiling aws-lc-rs v1.10.0 |
1687 | 2025-02-07T09:23:52.871Z | Compiling const-oid v0.9.6 |
1688 | 2025-02-07T09:23:53.236Z | Compiling httparse v1.9.5 |
1689 | 2025-02-07T09:23:53.861Z | Compiling schemars v0.8.21 |
1690 | 2025-02-07T09:23:54.031Z | Compiling serde_derive_internals v0.29.1 |
1691 | 2025-02-07T09:23:54.195Z | Compiling foldhash v0.1.3 |
1692 | 2025-02-07T09:23:54.228Z | Compiling equivalent v1.0.1 |
1693 | 2025-02-07T09:23:54.371Z | Compiling regex v1.11.1 |
1694 | 2025-02-07T09:23:54.499Z | Compiling hashbrown v0.15.1 |
1695 | 2025-02-07T09:23:54.905Z | Compiling signal-hook-registry v1.4.2 |
1696 | 2025-02-07T09:23:55.302Z | Compiling heck v0.5.0 |
1697 | 2025-02-07T09:23:55.500Z | Compiling parking_lot v0.12.3 |
1698 | 2025-02-07T09:23:55.727Z | Compiling mio v1.0.2 |
1699 | 2025-02-07T09:23:55.778Z | Compiling stable_deref_trait v1.2.0 |
1700 | 2025-02-07T09:23:56.543Z | Compiling serde_derive v1.0.217 |
1701 | 2025-02-07T09:23:56.652Z | Compiling zeroize_derive v1.4.2 |
1702 | 2025-02-07T09:23:57.369Z | Compiling zerocopy-derive v0.7.35 |
1703 | 2025-02-07T09:23:57.530Z | Compiling thiserror-impl v1.0.69 |
1704 | 2025-02-07T09:23:57.973Z | Compiling tokio-macros v2.5.0 |
1705 | 2025-02-07T09:23:58.076Z | Compiling zeroize v1.8.1 |
1706 | 2025-02-07T09:23:58.550Z | Compiling zerofrom-derive v0.1.4 |
1707 | 2025-02-07T09:23:58.601Z | Compiling yoke-derive v0.7.4 |
1708 | 2025-02-07T09:23:58.677Z | Compiling zerovec-derive v0.10.3 |
1709 | 2025-02-07T09:23:58.981Z | Compiling futures-macro v0.3.31 |
1710 | 2025-02-07T09:23:59.237Z | Compiling displaydoc v0.2.5 |
1711 | 2025-02-07T09:24:00.209Z | Compiling zerocopy v0.7.35 |
1712 | 2025-02-07T09:24:00.664Z | Compiling crypto-common v0.1.6 |
1713 | 2025-02-07T09:24:00.853Z | Compiling icu_provider_macros v1.5.0 |
1714 | 2025-02-07T09:24:00.895Z | Compiling tracing-attributes v0.1.27 |
1715 | 2025-02-07T09:24:00.993Z | Compiling schemars_derive v0.8.21 |
1716 | 2025-02-07T09:24:01.013Z | Compiling block-buffer v0.10.4 |
1717 | 2025-02-07T09:24:01.274Z | Compiling digest v0.10.7 |
1718 | 2025-02-07T09:24:01.718Z | Compiling socket2 v0.5.7 |
1719 | 2025-02-07T09:24:01.937Z | Compiling crossbeam-utils v0.8.20 |
1720 | 2025-02-07T09:24:02.165Z | Compiling time-core v0.1.2 |
1721 | 2025-02-07T09:24:02.363Z | Compiling futures-core v0.3.31 |
1722 | 2025-02-07T09:24:02.439Z | Compiling num-conv v0.1.0 |
1723 | 2025-02-07T09:24:02.737Z | Compiling time-macros v0.2.18 |
1724 | 2025-02-07T09:24:02.942Z | Compiling der_derive v0.7.3 |
1725 | 2025-02-07T09:24:03.167Z | Compiling vcpkg v0.2.15 |
1726 | 2025-02-07T09:24:04.610Z | Compiling openssl-sys v0.9.105 |
1727 | 2025-02-07T09:24:05.714Z | Compiling cpufeatures v0.2.14 |
1728 | 2025-02-07T09:24:05.737Z | Compiling futures-sink v0.3.31 |
1729 | 2025-02-07T09:24:05.755Z | Compiling slog v2.7.0 |
1730 | 2025-02-07T09:24:05.987Z | Compiling ahash v0.8.11 |
1731 | 2025-02-07T09:24:06.064Z | Compiling syn v1.0.109 |
1732 | 2025-02-07T09:24:06.282Z | Compiling zerofrom v0.1.4 |
1733 | 2025-02-07T09:24:06.583Z | Compiling iana-time-zone v0.1.61 |
1734 | 2025-02-07T09:24:06.778Z | Compiling yoke v0.7.4 |
1735 | 2025-02-07T09:24:07.015Z | Compiling futures-channel v0.3.31 |
1736 | 2025-02-07T09:24:07.174Z | Compiling scroll_derive v0.12.0 |
1737 | 2025-02-07T09:24:07.289Z | Compiling futures-task v0.3.31 |
1738 | 2025-02-07T09:24:07.309Z | Compiling openssl v0.10.70 |
1739 | 2025-02-07T09:24:07.493Z | Compiling pin-utils v0.1.0 |
1740 | 2025-02-07T09:24:07.609Z | Compiling ucd-trie v0.1.7 |
1741 | 2025-02-07T09:24:07.629Z | Compiling futures-io v0.3.31 |
1742 | 2025-02-07T09:24:07.726Z | Compiling zerovec v0.10.4 |
1743 | 2025-02-07T09:24:07.999Z | Compiling pest v2.7.14 |
1744 | 2025-02-07T09:24:08.074Z | Compiling futures-util v0.3.31 |
1745 | 2025-02-07T09:24:08.926Z | Compiling hmac v0.12.1 |
1746 | 2025-02-07T09:24:09.153Z | Compiling bitflags v2.6.0 |
1747 | 2025-02-07T09:24:09.321Z | Compiling bytes v1.9.0 |
1748 | 2025-02-07T09:24:11.470Z | Compiling indexmap v2.7.1 |
1749 | 2025-02-07T09:24:11.504Z | Compiling tokio v1.43.0 |
1750 | 2025-02-07T09:24:12.419Z | Compiling serde_tokenstream v0.2.2 |
1751 | 2025-02-07T09:24:12.876Z | Compiling uuid v1.12.0 |
1752 | 2025-02-07T09:24:12.993Z | Compiling http v1.2.0 |
1753 | 2025-02-07T09:24:14.314Z | Compiling which v4.4.2 |
1754 | 2025-02-07T09:24:14.333Z | Compiling chrono v0.4.39 |
1755 | 2025-02-07T09:24:14.433Z | Compiling rustc_version v0.4.1 |
1756 | 2025-02-07T09:24:18.396Z | Compiling pest_meta v2.7.14 |
1757 | 2025-02-07T09:24:20.283Z | Compiling block-padding v0.3.3 |
1758 | 2025-02-07T09:24:20.568Z | Compiling openssl-macros v0.1.1 |
1759 | 2025-02-07T09:24:21.305Z | Compiling rustls v0.23.19 |
1760 | 2025-02-07T09:24:21.620Z | Compiling native-tls v0.2.12 |
1761 | 2025-02-07T09:24:21.961Z | Compiling inout v0.1.3 |
1762 | 2025-02-07T09:24:21.980Z | Compiling pest_generator v2.7.14 |
1763 | 2025-02-07T09:24:22.236Z | Compiling tinystr v0.7.6 |
1764 | 2025-02-07T09:24:22.414Z | Compiling serde_spanned v0.6.8 |
1765 | 2025-02-07T09:24:22.637Z | Compiling toml_datetime v0.6.8 |
1766 | 2025-02-07T09:24:22.682Z | Compiling tracing-core v0.1.32 |
1767 | 2025-02-07T09:24:22.708Z | Compiling writeable v0.5.5 |
1768 | 2025-02-07T09:24:22.859Z | Compiling litemap v0.7.3 |
1769 | 2025-02-07T09:24:23.120Z | Compiling strsim v0.11.1 |
1770 | 2025-02-07T09:24:23.797Z | Compiling dyn-clone v1.0.17 |
1771 | 2025-02-07T09:24:23.819Z | Compiling pest_derive v2.7.14 |
1772 | 2025-02-07T09:24:23.848Z | Compiling icu_locid v1.5.0 |
1773 | 2025-02-07T09:24:24.617Z | Compiling tracing v0.1.40 |
1774 | 2025-02-07T09:24:24.878Z | Compiling cipher v0.4.4 |
1775 | 2025-02-07T09:24:25.375Z | Compiling sha2 v0.10.8 |
1776 | 2025-02-07T09:24:25.657Z | Compiling cookie v0.18.1 |
1777 | 2025-02-07T09:24:25.760Z | Compiling usdt-impl v0.5.0 |
1778 | 2025-02-07T09:24:25.982Z | Compiling base64ct v1.6.0 |
1779 | 2025-02-07T09:24:26.192Z | Compiling icu_provider v1.5.0 |
1780 | 2025-02-07T09:24:26.558Z | Compiling pem-rfc7468 v0.7.0 |
1781 | 2025-02-07T09:24:27.476Z | Compiling aws-lc-sys v0.22.0 |
1782 | 2025-02-07T09:24:28.148Z | Compiling scroll v0.12.0 |
1783 | 2025-02-07T09:24:28.446Z | Compiling ppv-lite86 v0.2.20 |
1784 | 2025-02-07T09:24:28.727Z | Compiling async-trait v0.1.86 |
1785 | 2025-02-07T09:24:29.588Z | Compiling flagset v0.4.6 |
1786 | 2025-02-07T09:24:29.801Z | Compiling icu_locid_transform_data v1.5.0 |
1787 | 2025-02-07T09:24:29.929Z | Compiling plain v0.2.3 |
1788 | 2025-02-07T09:24:30.923Z | Compiling rustls-pki-types v1.10.0 |
1789 | 2025-02-07T09:24:31.408Z | Compiling camino v1.1.9 |
1790 | 2025-02-07T09:24:31.962Z | Compiling anyhow v1.0.95 |
1791 | 2025-02-07T09:24:32.459Z | Compiling percent-encoding v2.3.1 |
1792 | 2025-02-07T09:24:32.609Z | Compiling icu_locid_transform v1.5.0 |
1793 | 2025-02-07T09:24:32.936Z | Compiling goblin v0.8.2 |
1794 | 2025-02-07T09:24:34.631Z | Compiling der v0.7.9 |
1795 | 2025-02-07T09:24:35.778Z | Compiling rand_chacha v0.3.1 |
1796 | 2025-02-07T09:24:37.330Z | Compiling tokio-util v0.7.12 |
1797 | 2025-02-07T09:24:37.332Z | Compiling icu_collections v1.5.0 |
1798 | 2025-02-07T09:24:39.609Z | Compiling mirai-annotations v1.12.0 |
1799 | 2025-02-07T09:24:39.653Z | Compiling powerfmt v0.2.0 |
1800 | 2025-02-07T09:24:39.812Z | Compiling untrusted v0.9.0 |
1801 | 2025-02-07T09:24:40.026Z | Compiling rayon-core v1.12.1 |
1802 | 2025-02-07T09:24:40.172Z | Compiling icu_properties_data v1.5.0 |
1803 | 2025-02-07T09:24:40.283Z | Compiling untrusted v0.7.1 |
1804 | 2025-02-07T09:24:40.336Z | Compiling pretty-hex v0.4.1 |
1805 | 2025-02-07T09:24:40.487Z | Compiling rustls v0.22.4 |
1806 | 2025-02-07T09:24:40.585Z | Compiling dof v0.3.0 |
1807 | 2025-02-07T09:24:40.603Z | Compiling icu_properties v1.5.1 |
1808 | 2025-02-07T09:24:41.166Z | Compiling deranged v0.3.11 |
1809 | 2025-02-07T09:24:42.080Z | Compiling spki v0.7.3 |
1810 | 2025-02-07T09:24:42.182Z | Compiling rand v0.8.5 |
1811 | 2025-02-07T09:24:42.628Z | Compiling salsa20 v0.10.2 |
1812 | 2025-02-07T09:24:42.868Z | Compiling dtrace-parser v0.2.0 |
1813 | 2025-02-07T09:24:43.713Z | Compiling pbkdf2 v0.12.2 |
1814 | 2025-02-07T09:24:44.461Z | Compiling thread-id v4.2.2 |
1815 | 2025-02-07T09:24:44.568Z | Compiling utf16_iter v1.0.5 |
1816 | 2025-02-07T09:24:44.777Z | Compiling winnow v0.5.40 |
1817 | 2025-02-07T09:24:44.823Z | Compiling utf8_iter v1.0.4 |
1818 | 2025-02-07T09:24:45.123Z | Compiling icu_normalizer_data v1.5.0 |
1819 | 2025-02-07T09:24:45.431Z | Compiling num_threads v0.1.7 |
1820 | 2025-02-07T09:24:45.451Z | Compiling atomic-waker v1.1.2 |
1821 | 2025-02-07T09:24:45.578Z | Compiling write16 v1.0.0 |
1822 | 2025-02-07T09:24:45.850Z | Compiling litrs v0.4.1 |
1823 | 2025-02-07T09:24:46.000Z | Compiling icu_normalizer v1.5.0 |
1824 | 2025-02-07T09:24:46.045Z | Compiling time v0.3.36 |
1825 | 2025-02-07T09:24:46.861Z | Compiling document-features v0.2.10 |
1826 | 2025-02-07T09:24:48.243Z | Compiling toml_edit v0.19.15 |
1827 | 2025-02-07T09:24:50.654Z | Compiling scrypt v0.11.0 |
1828 | 2025-02-07T09:24:50.685Z | Compiling form_urlencoded v1.2.1 |
1829 | 2025-02-07T09:24:51.138Z | Compiling aes v0.8.4 |
1830 | 2025-02-07T09:24:51.234Z | Compiling cbc v0.1.2 |
1831 | 2025-02-07T09:24:51.476Z | Compiling http-body v1.0.1 |
1832 | 2025-02-07T09:24:51.763Z | Compiling multer v3.1.0 |
1833 | 2025-02-07T09:24:52.092Z | Compiling try-lock v0.2.5 |
1834 | 2025-02-07T09:24:52.303Z | Compiling rustversion v1.0.17 |
1835 | 2025-02-07T09:24:52.440Z | Compiling slog-async v2.8.0 |
1836 | 2025-02-07T09:24:52.669Z | Compiling tinyvec_macros v0.1.1 |
1837 | 2025-02-07T09:24:52.793Z | Compiling tinyvec v1.8.0 |
1838 | 2025-02-07T09:24:53.004Z | Compiling want v0.3.1 |
1839 | 2025-02-07T09:24:53.333Z | Compiling pkcs5 v0.7.1 |
1840 | 2025-02-07T09:24:54.749Z | Compiling idna_adapter v1.2.0 |
1841 | 2025-02-07T09:24:54.994Z | Compiling h2 v0.4.6 |
1842 | 2025-02-07T09:24:55.104Z | Compiling heapless v0.7.17 |
1843 | 2025-02-07T09:24:55.674Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1844 | 2025-02-07T09:24:56.071Z | Compiling httpdate v1.0.3 |
1845 | 2025-02-07T09:24:56.158Z | Compiling signal-hook v0.3.17 |
1846 | 2025-02-07T09:24:57.199Z | Compiling idna v1.0.3 |
1847 | 2025-02-07T09:24:58.569Z | Compiling pkcs8 v0.10.2 |
1848 | 2025-02-07T09:24:59.198Z | Compiling usdt-macro v0.5.0 |
1849 | 2025-02-07T09:24:59.869Z | Compiling usdt-attr-macro v0.5.0 |
1850 | 2025-02-07T09:25:00.620Z | Compiling async-stream-impl v0.3.6 |
1851 | 2025-02-07T09:25:01.465Z | Compiling adler2 v2.0.0 |
1852 | 2025-02-07T09:25:01.765Z | Compiling tower-service v0.3.3 |
1853 | 2025-02-07T09:25:01.812Z | Compiling base64 v0.22.1 |
1854 | 2025-02-07T09:25:01.919Z | Compiling miniz_oxide v0.8.0 |
1855 | 2025-02-07T09:25:03.742Z | Compiling hyper v1.5.2 |
1856 | 2025-02-07T09:25:05.426Z | Compiling curve25519-dalek v4.1.3 |
1857 | 2025-02-07T09:25:05.848Z | Compiling openapiv3 v2.0.0 |
1858 | 2025-02-07T09:25:08.812Z | Compiling hyper-util v0.1.10 |
1859 | 2025-02-07T09:25:09.563Z | Compiling enum-as-inner v0.6.1 |
1860 | 2025-02-07T09:25:10.175Z | Compiling dropshot v0.12.0 |
1861 | 2025-02-07T09:25:10.325Z | Compiling newtype-uuid v1.2.1 |
1862 | 2025-02-07T09:25:10.508Z | Compiling num-bigint-dig v0.8.4 |
1863 | 2025-02-07T09:25:10.614Z | Compiling smoltcp v0.9.1 |
1864 | 2025-02-07T09:25:10.634Z | Compiling portable-atomic v1.9.0 |
1865 | 2025-02-07T09:25:10.803Z | Compiling foreign-types-shared v0.1.1 |
1866 | 2025-02-07T09:25:11.176Z | Compiling match_cfg v0.1.0 |
1867 | 2025-02-07T09:25:11.440Z | Compiling foreign-types v0.3.2 |
1868 | 2025-02-07T09:25:11.514Z | Compiling hostname v0.3.1 |
1869 | 2025-02-07T09:25:14.525Z | Compiling url v2.5.3 |
1870 | 2025-02-07T09:25:16.412Z | Compiling http-body-util v0.1.2 |
1871 | 2025-02-07T09:25:16.791Z | Compiling dirs-sys-next v0.1.2 |
1872 | 2025-02-07T09:25:16.941Z | Compiling encoding_rs v0.8.34 |
1873 | 2025-02-07T09:25:17.256Z | Compiling heck v0.4.1 |
1874 | 2025-02-07T09:25:17.349Z | Compiling gimli v0.31.1 |
1875 | 2025-02-07T09:25:17.628Z | Compiling siphasher v0.3.11 |
1876 | 2025-02-07T09:25:17.996Z | Compiling data-encoding v2.6.0 |
1877 | 2025-02-07T09:25:19.502Z | Compiling ident_case v1.0.1 |
1878 | 2025-02-07T09:25:19.706Z | Compiling mime v0.3.17 |
1879 | 2025-02-07T09:25:19.915Z | Compiling darling_core v0.20.10 |
1880 | 2025-02-07T09:25:20.791Z | Compiling dirs-next v2.0.0 |
1881 | 2025-02-07T09:25:24.158Z | Compiling addr2line v0.24.2 |
1882 | 2025-02-07T09:25:25.998Z | Compiling unicode-normalization v0.1.24 |
1883 | 2025-02-07T09:25:27.132Z | Compiling crossbeam-epoch v0.9.18 |
1884 | 2025-02-07T09:25:27.806Z | Compiling serde_urlencoded v0.7.1 |
1885 | 2025-02-07T09:25:28.084Z | Compiling rustls-pemfile v2.2.0 |
1886 | 2025-02-07T09:25:28.422Z | Compiling hubpack_derive v0.1.1 |
1887 | 2025-02-07T09:25:28.602Z | Compiling dropshot_endpoint v0.12.0 |
1888 | 2025-02-07T09:25:28.809Z | Compiling sha1 v0.10.6 |
1889 | 2025-02-07T09:25:29.197Z | Compiling signature v2.2.0 |
1890 | 2025-02-07T09:25:29.276Z | Compiling curve25519-dalek-derive v0.1.1 |
1891 | 2025-02-07T09:25:29.436Z | Compiling zerocopy-derive v0.6.6 |
1892 | 2025-02-07T09:25:30.588Z | Compiling object v0.36.5 |
1893 | 2025-02-07T09:25:31.214Z | Compiling thread_local v1.1.8 |
1894 | 2025-02-07T09:25:31.682Z | Compiling fs-err v2.11.0 |
1895 | 2025-02-07T09:25:32.979Z | Compiling anstyle v1.0.10 |
1896 | 2025-02-07T09:25:33.463Z | Compiling unicode-bidi v0.3.17 |
1897 | 2025-02-07T09:25:34.615Z | Compiling rustc-demangle v0.1.24 |
1898 | 2025-02-07T09:25:35.649Z | Compiling ipnet v2.10.1 |
1899 | 2025-02-07T09:25:35.913Z | Compiling openssl-probe v0.1.5 |
1900 | 2025-02-07T09:25:36.206Z | Compiling utf8parse v0.2.2 |
1901 | 2025-02-07T09:25:36.613Z | Compiling unicode-properties v0.1.3 |
1902 | 2025-02-07T09:25:36.990Z | Compiling winnow v0.6.20 |
1903 | 2025-02-07T09:25:42.284Z | Compiling rustls-webpki v0.102.8 |
1904 | 2025-02-07T09:25:42.671Z | Compiling toml_edit v0.22.22 |
1905 | 2025-02-07T09:25:43.221Z | Compiling backtrace v0.3.74 |
1906 | 2025-02-07T09:25:49.553Z | Compiling stringprep v0.1.5 |
1907 | 2025-02-07T09:25:51.789Z | Compiling anstyle-parse v0.2.5 |
1908 | 2025-02-07T09:25:53.398Z | Compiling crossbeam-deque v0.8.5 |
1909 | 2025-02-07T09:25:53.791Z | Compiling darling_macro v0.20.10 |
1910 | 2025-02-07T09:25:54.162Z | Compiling term v0.7.0 |
1911 | 2025-02-07T09:25:54.539Z | Compiling slog-json v2.6.1 |
1912 | 2025-02-07T09:25:55.449Z | Compiling crossbeam-channel v0.5.13 |
1913 | 2025-02-07T09:25:55.862Z | Compiling hashbrown v0.14.5 |
1914 | 2025-02-07T09:25:56.566Z | Compiling futures-executor v0.3.31 |
1915 | 2025-02-07T09:25:56.870Z | Compiling num-integer v0.1.46 |
1916 | 2025-02-07T09:25:56.892Z | Compiling md-5 v0.10.6 |
1917 | 2025-02-07T09:25:57.023Z | Compiling ff v0.13.0 |
1918 | 2025-02-07T09:25:57.065Z | Compiling hash32 v0.2.1 |
1919 | 2025-02-07T09:25:57.150Z | Compiling is-terminal v0.4.13 |
1920 | 2025-02-07T09:25:57.260Z | Compiling memmap v0.7.0 |
1921 | 2025-02-07T09:25:57.321Z | Compiling psl-types v2.0.11 |
1922 | 2025-02-07T09:25:57.440Z | Compiling fallible-iterator v0.2.0 |
1923 | 2025-02-07T09:25:57.543Z | Compiling linked-hash-map v0.5.6 |
1924 | 2025-02-07T09:25:57.564Z | Compiling is_terminal_polyfill v1.70.1 |
1925 | 2025-02-07T09:25:57.566Z | Compiling base16ct v0.2.0 |
1926 | 2025-02-07T09:25:57.903Z | Compiling anstyle-query v1.1.1 |
1927 | 2025-02-07T09:25:58.094Z | Compiling colorchoice v1.0.2 |
1928 | 2025-02-07T09:25:58.135Z | Compiling quick-error v1.2.3 |
1929 | 2025-02-07T09:25:58.154Z | Compiling utf-8 v0.7.6 |
1930 | 2025-02-07T09:25:58.267Z | Compiling take_mut v0.2.2 |
1931 | 2025-02-07T09:25:58.313Z | Compiling resolv-conf v0.7.0 |
1932 | 2025-02-07T09:25:58.471Z | Compiling tungstenite v0.24.0 |
1933 | 2025-02-07T09:25:58.582Z | Compiling anstream v0.6.15 |
1934 | 2025-02-07T09:25:58.959Z | Compiling publicsuffix v2.3.0 |
1935 | 2025-02-07T09:25:59.214Z | Compiling postgres-protocol v0.6.7 |
1936 | 2025-02-07T09:25:59.329Z | Compiling lru-cache v0.1.2 |
1937 | 2025-02-07T09:25:59.352Z | Compiling sec1 v0.7.3 |
1938 | 2025-02-07T09:25:59.843Z | Compiling usdt v0.5.0 |
1939 | 2025-02-07T09:26:00.300Z | Compiling num-iter v0.1.45 |
1940 | 2025-02-07T09:26:00.327Z | Compiling slog-term v2.9.1 |
1941 | 2025-02-07T09:26:00.338Z | Compiling group v0.13.0 |
1942 | 2025-02-07T09:26:00.497Z | Compiling regress v0.10.1 |
1943 | 2025-02-07T09:26:00.659Z | Compiling futures v0.3.31 |
1944 | 2025-02-07T09:26:03.429Z | Compiling slog-bunyan v2.5.0 |
1945 | 2025-02-07T09:26:03.813Z | Compiling darling v0.20.10 |
1946 | 2025-02-07T09:26:04.378Z | Compiling tokio-native-tls v0.3.1 |
1947 | 2025-02-07T09:26:04.453Z | Compiling tokio-rustls v0.26.0 |
1948 | 2025-02-07T09:26:04.670Z | Compiling tokio-rustls v0.25.0 |
1949 | 2025-02-07T09:26:04.932Z | Compiling toml v0.8.19 |
1950 | 2025-02-07T09:26:05.204Z | Compiling hickory-proto v0.24.2 |
1951 | 2025-02-07T09:26:05.439Z | Compiling phf_shared v0.11.2 |
1952 | 2025-02-07T09:26:05.800Z | Compiling strum_macros v0.25.3 |
1953 | 2025-02-07T09:26:06.574Z | Compiling async-stream v0.3.6 |
1954 | 2025-02-07T09:26:06.643Z | Compiling waitgroup v0.1.2 |
1955 | 2025-02-07T09:26:06.699Z | Compiling webpki-roots v0.26.6 |
1956 | 2025-02-07T09:26:06.951Z | Compiling terminal_size v0.4.0 |
1957 | 2025-02-07T09:26:07.158Z | Compiling hkdf v0.12.4 |
1958 | 2025-02-07T09:26:07.178Z | Compiling serde_path_to_error v0.1.16 |
1959 | 2025-02-07T09:26:07.403Z | Compiling crypto-bigint v0.5.5 |
1960 | 2025-02-07T09:26:07.864Z | Compiling serde_repr v0.1.19 |
1961 | 2025-02-07T09:26:07.907Z | Compiling clap_derive v4.5.24 |
1962 | 2025-02-07T09:26:08.988Z | Compiling derive-where v1.2.7 |
1963 | 2025-02-07T09:26:09.211Z | Compiling hostname v0.4.0 |
1964 | 2025-02-07T09:26:09.433Z | Compiling crc32fast v1.4.2 |
1965 | 2025-02-07T09:26:10.863Z | Compiling managed v0.8.0 |
1966 | 2025-02-07T09:26:11.335Z | Compiling bitflags v1.3.2 |
1967 | 2025-02-07T09:26:11.457Z | Compiling clap_lex v0.7.4 |
1968 | 2025-02-07T09:26:11.879Z | Compiling unicode-width v0.2.0 |
1969 | 2025-02-07T09:26:12.308Z | Compiling debug-ignore v1.0.5 |
1970 | 2025-02-07T09:26:12.396Z | Compiling console v0.15.10 |
1971 | 2025-02-07T09:26:12.694Z | Compiling clap_builder v4.5.27 |
1972 | 2025-02-07T09:26:13.947Z | Compiling hickory-resolver v0.24.2 |
1973 | 2025-02-07T09:26:14.725Z | Compiling elliptic-curve v0.13.8 |
1974 | 2025-02-07T09:26:15.635Z | Compiling flate2 v1.0.35 |
1975 | 2025-02-07T09:26:18.609Z | Compiling hyper-rustls v0.27.3 |
1976 | 2025-02-07T09:26:19.509Z | Compiling phf v0.11.2 |
1977 | 2025-02-07T09:26:19.795Z | Compiling hyper-tls v0.6.0 |
1978 | 2025-02-07T09:26:20.638Z | Compiling typify-impl v0.2.0 |
1979 | 2025-02-07T09:26:20.937Z | Compiling signal-hook-mio v0.2.4 |
1980 | 2025-02-07T09:26:21.126Z | Compiling rayon v1.10.0 |
1981 | 2025-02-07T09:26:21.947Z | Compiling bzip2 v0.4.4 |
1982 | 2025-02-07T09:26:22.359Z | Compiling cookie_store v0.21.1 |
1983 | 2025-02-07T09:26:23.780Z | Compiling postgres-types v0.2.8 |
1984 | 2025-02-07T09:26:24.592Z | Compiling tokio-tungstenite v0.24.0 |
1985 | 2025-02-07T09:26:25.034Z | Compiling zerocopy v0.6.6 |
1986 | 2025-02-07T09:26:25.131Z | Compiling ed25519 v2.2.3 |
1987 | 2025-02-07T09:26:25.161Z | Compiling hubpack v0.1.2 |
1988 | 2025-02-07T09:26:25.552Z | Compiling phf_shared v0.10.0 |
1989 | 2025-02-07T09:26:25.610Z | Compiling pkcs1 v0.7.5 |
1990 | 2025-02-07T09:26:25.800Z | Compiling tokio-stream v0.1.16 |
1991 | 2025-02-07T09:26:25.963Z | Compiling ipnetwork v0.20.0 |
1992 | 2025-02-07T09:26:26.768Z | Compiling rfc6979 v0.4.0 |
1993 | 2025-02-07T09:26:26.793Z | Compiling serde-big-array v0.5.1 |
1994 | 2025-02-07T09:26:26.990Z | Compiling float-cmp v0.9.0 |
1995 | 2025-02-07T09:26:27.054Z | Compiling sync_wrapper v1.0.1 |
1996 | 2025-02-07T09:26:27.252Z | Compiling bstr v1.10.0 |
1997 | 2025-02-07T09:26:27.651Z | Compiling number_prefix v0.4.0 |
1998 | 2025-02-07T09:26:27.860Z | Compiling fixedbitset v0.4.2 |
1999 | 2025-02-07T09:26:28.304Z | Compiling unicode-segmentation v1.12.0 |
2000 | 2025-02-07T09:26:28.513Z | Compiling precomputed-hash v0.1.1 |
2001 | 2025-02-07T09:26:28.721Z | Compiling predicates-core v1.0.8 |
2002 | 2025-02-07T09:26:29.029Z | Compiling difflib v0.4.0 |
2003 | 2025-02-07T09:26:29.144Z | Compiling static_assertions v1.1.0 |
2004 | 2025-02-07T09:26:29.451Z | Compiling new_debug_unreachable v1.0.6 |
2005 | 2025-02-07T09:26:29.570Z | Compiling whoami v1.5.2 |
2006 | 2025-02-07T09:26:29.966Z | Compiling bit-vec v0.6.3 |
2007 | 2025-02-07T09:26:30.107Z | Compiling normalize-line-endings v0.3.0 |
2008 | 2025-02-07T09:26:30.199Z | Compiling tokio-postgres v0.7.12 |
2009 | 2025-02-07T09:26:30.259Z | Compiling predicates v3.1.2 |
2010 | 2025-02-07T09:26:30.391Z | Compiling bit-set v0.5.3 |
2011 | 2025-02-07T09:26:30.688Z | Compiling reqwest v0.12.9 |
2012 | 2025-02-07T09:26:31.202Z | Compiling string_cache v0.8.7 |
2013 | 2025-02-07T09:26:31.494Z | Compiling typify-macro v0.2.0 |
2014 | 2025-02-07T09:26:31.679Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2015 | 2025-02-07T09:26:32.460Z | Compiling similar v2.6.0 |
2016 | 2025-02-07T09:26:34.365Z | Compiling petgraph v0.6.5 |
2017 | 2025-02-07T09:26:34.917Z | Compiling indicatif v0.17.11 |
2018 | 2025-02-07T09:26:36.797Z | Compiling ecdsa v0.16.9 |
2019 | 2025-02-07T09:26:37.618Z | Compiling qorb v0.2.1 |
2020 | 2025-02-07T09:26:38.108Z | Compiling rsa v0.9.6 |
2021 | 2025-02-07T09:26:38.316Z | Compiling ed25519-dalek v2.1.1 |
2022 | 2025-02-07T09:26:38.624Z | Compiling zip v0.6.6 |
2023 | 2025-02-07T09:26:38.882Z | Compiling crossterm v0.28.1 |
2024 | 2025-02-07T09:26:39.632Z | Compiling clap v4.5.27 |
2025 | 2025-02-07T09:26:41.326Z | Compiling toml v0.7.8 |
2026 | 2025-02-07T09:26:42.024Z | Compiling x509-cert v0.2.5 |
2027 | 2025-02-07T09:26:42.752Z | Compiling hex v0.4.3 |
2028 | 2025-02-07T09:26:43.693Z | Compiling itertools v0.10.5 |
2029 | 2025-02-07T09:26:44.625Z | Compiling lalrpop-util v0.19.12 |
2030 | 2025-02-07T09:26:45.007Z | Compiling peg-runtime v0.8.3 |
2031 | 2025-02-07T09:26:45.395Z | Compiling unicode-xid v0.2.6 |
2032 | 2025-02-07T09:26:45.474Z | Compiling zerocopy v0.8.10 |
2033 | 2025-02-07T09:26:46.369Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2034 | 2025-02-07T09:26:51.260Z | Compiling proc-macro-crate v1.3.1 |
2035 | 2025-02-07T09:26:51.309Z | Compiling macaddr v1.0.1 |
2036 | 2025-02-07T09:26:52.069Z | Compiling zerocopy-derive v0.8.10 |
2037 | 2025-02-07T09:26:52.254Z | Compiling itertools v0.13.0 |
2038 | 2025-02-07T09:26:53.199Z | Compiling heapless v0.8.0 |
2039 | 2025-02-07T09:26:55.414Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2040 | 2025-02-07T09:27:00.336Z | Compiling num_enum_derive v0.5.11 |
2041 | 2025-02-07T09:27:07.113Z | Compiling hash32 v0.3.1 |
2042 | 2025-02-07T09:27:08.662Z | Compiling smoltcp v0.11.0 |
2043 | 2025-02-07T09:27:09.007Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2044 | 2025-02-07T09:27:14.931Z | Compiling num_enum v0.5.11 |
2045 | 2025-02-07T09:27:15.090Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2046 | 2025-02-07T09:27:16.028Z | Compiling typify v0.2.0 |
2047 | 2025-02-07T09:27:16.050Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2048 | 2025-02-07T09:27:16.813Z | Compiling proc-macro-error-attr v1.0.4 |
2049 | 2025-02-07T09:27:17.121Z | Compiling thiserror v2.0.11 |
2050 | 2025-02-07T09:27:17.654Z | Compiling unsafe-libyaml v0.2.11 |
2051 | 2025-02-07T09:27:17.713Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2052 | 2025-02-07T09:27:18.050Z | Compiling cobs v0.2.3 |
2053 | 2025-02-07T09:27:19.466Z | Compiling serde_yaml v0.9.34+deprecated |
2054 | 2025-02-07T09:27:20.158Z | Compiling postcard v1.0.10 |
2055 | 2025-02-07T09:27:34.878Z | Compiling progenitor-impl v0.8.0 |
2056 | 2025-02-07T09:27:36.532Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2057 | 2025-02-07T09:27:46.745Z | Compiling strum_macros v0.26.4 |
2058 | 2025-02-07T09:27:47.479Z | Compiling thiserror-impl v2.0.11 |
2059 | 2025-02-07T09:27:47.635Z | Compiling foreign-types-macros v0.2.3 |
2060 | 2025-02-07T09:27:48.257Z | Compiling structmeta-derive v0.3.0 |
2061 | 2025-02-07T09:27:48.483Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2062 | 2025-02-07T09:27:48.824Z | Compiling proc-macro-error v1.0.4 |
2063 | 2025-02-07T09:27:48.859Z | Compiling unicode-width v0.1.14 |
2064 | 2025-02-07T09:27:49.496Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2065 | 2025-02-07T09:27:50.404Z | Compiling foreign-types-shared v0.3.1 |
2066 | 2025-02-07T09:27:50.840Z | Compiling structmeta v0.3.0 |
2067 | 2025-02-07T09:27:51.080Z | Compiling strum v0.26.3 |
2068 | 2025-02-07T09:27:52.126Z | Compiling foreign-types v0.5.0 |
2069 | 2025-02-07T09:27:55.438Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2070 | 2025-02-07T09:27:57.531Z | Compiling tabwriter v1.4.0 |
2071 | 2025-02-07T09:28:00.825Z | Compiling progenitor-macro v0.8.0 |
2072 | 2025-02-07T09:28:04.978Z | Compiling progenitor-client v0.8.0 |
2073 | 2025-02-07T09:28:06.176Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2074 | 2025-02-07T09:28:07.018Z | Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2075 | 2025-02-07T09:28:08.220Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2076 | 2025-02-07T09:28:08.581Z | Compiling cstr-argument v0.1.2 |
2077 | 2025-02-07T09:28:08.875Z | Compiling dropshot v0.15.1 |
2078 | 2025-02-07T09:28:09.084Z | Compiling fastrand v2.1.1 |
2079 | 2025-02-07T09:28:09.793Z | Compiling pretty-hex v0.2.1 |
2080 | 2025-02-07T09:28:10.055Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2081 | 2025-02-07T09:28:10.541Z | Compiling crucible-workspace-hack v0.1.0 |
2082 | 2025-02-07T09:28:10.921Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2083 | 2025-02-07T09:28:10.964Z | Compiling tempfile v3.13.0 |
2084 | 2025-02-07T09:28:11.353Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2085 | 2025-02-07T09:28:11.603Z | Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2086 | 2025-02-07T09:28:11.911Z | Compiling progenitor v0.8.0 |
2087 | 2025-02-07T09:28:11.960Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2088 | 2025-02-07T09:28:12.213Z | Compiling parse-display-derive v0.10.0 |
2089 | 2025-02-07T09:28:12.290Z | Compiling colored v2.1.0 |
2090 | 2025-02-07T09:28:12.688Z | Compiling serde_with_macros v3.11.0 |
2091 | 2025-02-07T09:28:12.768Z | Compiling dropshot_endpoint v0.15.1 |
2092 | 2025-02-07T09:28:13.630Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2093 | 2025-02-07T09:28:14.402Z | Compiling instant v0.1.13 |
2094 | 2025-02-07T09:28:14.599Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2095 | 2025-02-07T09:28:15.004Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2096 | 2025-02-07T09:28:15.161Z | Compiling serde_with v3.11.0 |
2097 | 2025-02-07T09:28:15.950Z | Compiling parse-display v0.10.0 |
2098 | 2025-02-07T09:28:16.689Z | Compiling backoff v0.4.0 |
2099 | 2025-02-07T09:28:17.104Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2100 | 2025-02-07T09:28:17.245Z | Compiling zone_cfg_derive v0.3.0 |
2101 | 2025-02-07T09:28:17.942Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2102 | 2025-02-07T09:28:18.091Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2103 | 2025-02-07T09:28:18.675Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2104 | 2025-02-07T09:28:18.711Z | Compiling camino-tempfile v1.1.1 |
2105 | 2025-02-07T09:28:19.315Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2106 | 2025-02-07T09:28:19.414Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2107 | 2025-02-07T09:28:19.533Z | Compiling regress v0.9.1 |
2108 | 2025-02-07T09:28:19.640Z | Compiling progenitor-client v0.9.1 |
2109 | 2025-02-07T09:28:19.790Z | Compiling num-derive v0.4.2 |
2110 | 2025-02-07T09:28:20.631Z | Compiling sigpipe v0.1.3 |
2111 | 2025-02-07T09:28:20.796Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2112 | 2025-02-07T09:28:21.132Z | Compiling libefi-sys v0.1.0 |
2113 | 2025-02-07T09:28:21.528Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2114 | 2025-02-07T09:28:22.059Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2115 | 2025-02-07T09:28:23.649Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2116 | 2025-02-07T09:28:24.820Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2117 | 2025-02-07T09:28:27.248Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2118 | 2025-02-07T09:28:27.837Z | Compiling zone v0.3.0 |
2119 | 2025-02-07T09:28:28.398Z | Compiling smf v0.2.3 |
2120 | 2025-02-07T09:28:31.047Z | Compiling bitfield-struct v0.6.2 |
2121 | 2025-02-07T09:28:31.312Z | Compiling blake3 v1.5.4 |
2122 | 2025-02-07T09:28:31.645Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2123 | 2025-02-07T09:28:32.428Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2124 | 2025-02-07T09:28:32.588Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2125 | 2025-02-07T09:28:32.610Z | Compiling xattr v1.3.1 |
2126 | 2025-02-07T09:28:32.963Z | Compiling filetime v0.2.25 |
2127 | 2025-02-07T09:28:33.166Z | Compiling memmap2 v0.9.5 |
2128 | 2025-02-07T09:28:33.216Z | Compiling arrayvec v0.7.6 |
2129 | 2025-02-07T09:28:33.364Z | Compiling arrayref v0.3.9 |
2130 | 2025-02-07T09:28:33.505Z | Compiling same-file v1.0.6 |
2131 | 2025-02-07T09:28:33.688Z | Compiling constant_time_eq v0.3.1 |
2132 | 2025-02-07T09:28:33.760Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2133 | 2025-02-07T09:28:33.780Z | Compiling walkdir v2.5.0 |
2134 | 2025-02-07T09:28:33.894Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2135 | 2025-02-07T09:28:33.913Z | Compiling tar v0.4.42 |
2136 | 2025-02-07T09:28:35.507Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2137 | 2025-02-07T09:28:35.963Z | Compiling gethostname v0.5.0 |
2138 | 2025-02-07T09:28:36.204Z | Compiling cargo-platform v0.1.8 |
2139 | 2025-02-07T09:28:36.546Z | Compiling topological-sort v0.2.2 |
2140 | 2025-02-07T09:28:36.579Z | Compiling shell-words v1.1.0 |
2141 | 2025-02-07T09:28:36.853Z | Compiling omicron-zone-package v0.12.0 |
2142 | 2025-02-07T09:28:36.887Z | Compiling cargo_metadata v0.18.1 |
2143 | 2025-02-07T09:28:37.123Z | Compiling indent_write v2.2.0 |
2144 | 2025-02-07T09:28:42.331Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2145 | 2025-02-07T09:28:44.571Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2146 | 2025-02-07T09:28:46.889Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2147 | 2025-02-07T09:29:06.986Z | Finished `release` profile [optimized] target(s) in 5m 25s |
2148 | 2025-02-07T09:29:07.159Z | Running `target/release/omicron-package -t test target create -p dev` |
2149 | 2025-02-07T09:29:07.212Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2150 | 2025-02-07T09:29:07.215Z | Created new build target 'test' and set it as active |
2151 | 2025-02-07T09:29:07.215Z | |
2152 | 2025-02-07T09:29:07.215Z | real 5:25.703381774 |
2153 | 2025-02-07T09:29:07.215Z | user 38:01.255387707 |
2154 | 2025-02-07T09:29:07.215Z | sys 3:31.816747759 |
2155 | 2025-02-07T09:29:07.215Z | trap 1.286334055 |
2156 | 2025-02-07T09:29:07.215Z | tflt 2.942624600 |
2157 | 2025-02-07T09:29:07.215Z | dflt 0.625352543 |
2158 | 2025-02-07T09:29:07.215Z | kflt 0.017130796 |
2159 | 2025-02-07T09:29:07.215Z | lock 1:16:32.207483533 |
2160 | 2025-02-07T09:29:07.215Z | slp 2:33:13.303374364 |
2161 | 2025-02-07T09:29:07.215Z | lat 2:51.043277556 |
2162 | 2025-02-07T09:29:07.215Z | stop 4:51.443650003 |
2163 | 2025-02-07T09:29:07.218Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2164 | 2025-02-07T09:29:08.254Z | Finished `release` profile [optimized] target(s) in 0.98s |
2165 | 2025-02-07T09:29:08.327Z | Running `target/release/omicron-package -t test package` |
2166 | 2025-02-07T09:29:08.374Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2167 | 2025-02-07T09:29:09.599Z | Compiling thiserror v2.0.11 |
2168 | 2025-02-07T09:29:09.738Z | Compiling typify-impl v0.3.0 |
2169 | 2025-02-07T09:29:09.753Z | Compiling convert_case v0.4.0 |
2170 | 2025-02-07T09:29:09.755Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2171 | 2025-02-07T09:29:09.755Z | Compiling newline-converter v0.3.0 |
2172 | 2025-02-07T09:29:09.755Z | Compiling password-hash v0.5.0 |
2173 | 2025-02-07T09:29:09.755Z | Compiling blake2 v0.10.6 |
2174 | 2025-02-07T09:29:09.786Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2175 | 2025-02-07T09:29:09.974Z | Compiling expectorate v1.1.0 |
2176 | 2025-02-07T09:29:09.997Z | Compiling base64 v0.21.7 |
2177 | 2025-02-07T09:29:10.263Z | Compiling atomicwrites v0.4.4 |
2178 | 2025-02-07T09:29:10.454Z | Compiling derive_more v0.99.18 |
2179 | 2025-02-07T09:29:10.477Z | Compiling argon2 v0.5.3 |
2180 | 2025-02-07T09:29:10.785Z | Compiling owo-colors v4.1.0 |
2181 | 2025-02-07T09:29:11.050Z | Compiling cancel-safe-futures v0.1.5 |
2182 | 2025-02-07T09:29:11.135Z | Compiling num-rational v0.4.2 |
2183 | 2025-02-07T09:29:11.205Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2184 | 2025-02-07T09:29:11.440Z | Compiling progenitor-client v0.9.1 |
2185 | 2025-02-07T09:29:11.811Z | Compiling num-complex v0.4.6 |
2186 | 2025-02-07T09:29:12.727Z | Compiling libsw v3.3.1 |
2187 | 2025-02-07T09:29:12.860Z | Compiling num v0.4.3 |
2188 | 2025-02-07T09:29:13.001Z | Compiling float-ord v0.3.2 |
2189 | 2025-02-07T09:29:13.021Z | Compiling swrite v0.1.0 |
2190 | 2025-02-07T09:29:13.099Z | Compiling linear-map v1.2.0 |
2191 | 2025-02-07T09:29:13.191Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2192 | 2025-02-07T09:29:13.216Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2193 | 2025-02-07T09:29:13.547Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2194 | 2025-02-07T09:29:13.643Z | Compiling highway v1.2.0 |
2195 | 2025-02-07T09:29:14.480Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2196 | 2025-02-07T09:29:15.177Z | Compiling semver v0.1.20 |
2197 | 2025-02-07T09:29:15.736Z | Compiling rustc_version v0.1.7 |
2198 | 2025-02-07T09:29:16.163Z | Compiling newtype_derive v0.1.6 |
2199 | 2025-02-07T09:29:16.500Z | Compiling tungstenite v0.21.0 |
2200 | 2025-02-07T09:29:16.521Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2201 | 2025-02-07T09:29:21.258Z | Compiling typify-macro v0.3.0 |
2202 | 2025-02-07T09:29:21.286Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2203 | 2025-02-07T09:29:21.660Z | Compiling ipnetwork v0.20.0 |
2204 | 2025-02-07T09:29:22.437Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2205 | 2025-02-07T09:29:22.710Z | Compiling tokio-tungstenite v0.21.0 |
2206 | 2025-02-07T09:29:23.122Z | Compiling progenitor-client v0.8.0 |
2207 | 2025-02-07T09:29:23.141Z | Compiling humantime v2.1.0 |
2208 | 2025-02-07T09:29:23.533Z | Compiling progenitor v0.8.0 |
2209 | 2025-02-07T09:29:23.628Z | Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2210 | 2025-02-07T09:29:23.775Z | Compiling dropshot v0.15.1 |
2211 | 2025-02-07T09:29:23.858Z | Compiling instant v0.1.13 |
2212 | 2025-02-07T09:29:23.961Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2213 | 2025-02-07T09:29:24.020Z | Compiling backoff v0.4.0 |
2214 | 2025-02-07T09:29:24.378Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2215 | 2025-02-07T09:29:24.413Z | Compiling steno v0.4.1 |
2216 | 2025-02-07T09:29:24.714Z | Compiling typify v0.3.0 |
2217 | 2025-02-07T09:29:24.927Z | Compiling progenitor-impl v0.9.1 |
2218 | 2025-02-07T09:29:31.238Z | Compiling progenitor-macro v0.9.1 |
2219 | 2025-02-07T09:29:32.562Z | Compiling parse-display v0.10.0 |
2220 | 2025-02-07T09:29:32.842Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2221 | 2025-02-07T09:29:33.068Z | Compiling strum v0.26.3 |
2222 | 2025-02-07T09:29:33.101Z | Compiling serde_with v3.11.0 |
2223 | 2025-02-07T09:29:33.292Z | Compiling regress v0.9.1 |
2224 | 2025-02-07T09:29:36.556Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2225 | 2025-02-07T09:29:37.847Z | Compiling macaddr v1.0.1 |
2226 | 2025-02-07T09:29:38.254Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2227 | 2025-02-07T09:29:38.321Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2228 | 2025-02-07T09:29:38.432Z | Compiling slog-dtrace v0.3.0 |
2229 | 2025-02-07T09:29:38.945Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2230 | 2025-02-07T09:29:38.972Z | Compiling prettyplease v0.2.25 |
2231 | 2025-02-07T09:29:41.103Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2232 | 2025-02-07T09:29:42.547Z | Compiling progenitor v0.9.1 |
2233 | 2025-02-07T09:29:42.807Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2234 | 2025-02-07T09:29:44.740Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2235 | 2025-02-07T09:29:46.966Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2236 | 2025-02-07T09:29:55.797Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2237 | 2025-02-07T09:29:56.779Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2238 | 2025-02-07T09:29:57.845Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2239 | 2025-02-07T09:29:58.918Z | Compiling half v2.4.1 |
2240 | 2025-02-07T09:29:59.643Z | Compiling ciborium-io v0.2.2 |
2241 | 2025-02-07T09:29:59.817Z | Compiling ciborium-ll v0.2.2 |
2242 | 2025-02-07T09:30:00.304Z | Compiling ciborium v0.2.2 |
2243 | 2025-02-07T09:30:01.465Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2244 | 2025-02-07T09:30:02.376Z | Compiling display-error-chain v0.2.2 |
2245 | 2025-02-07T09:30:02.637Z | Compiling fastrand v2.1.1 |
2246 | 2025-02-07T09:30:03.161Z | Compiling same-file v1.0.6 |
2247 | 2025-02-07T09:30:03.195Z | Compiling tempfile v3.13.0 |
2248 | 2025-02-07T09:30:03.445Z | Compiling walkdir v2.5.0 |
2249 | 2025-02-07T09:30:03.989Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2250 | 2025-02-07T09:30:04.101Z | Compiling blake3 v1.5.4 |
2251 | 2025-02-07T09:30:04.623Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2252 | 2025-02-07T09:30:04.774Z | Compiling const_format_proc_macros v0.2.34 |
2253 | 2025-02-07T09:30:06.591Z | Compiling xattr v1.3.1 |
2254 | 2025-02-07T09:30:06.895Z | Compiling memmap2 v0.9.5 |
2255 | 2025-02-07T09:30:07.348Z | Compiling filetime v0.2.25 |
2256 | 2025-02-07T09:30:07.665Z | Compiling arrayvec v0.7.6 |
2257 | 2025-02-07T09:30:07.814Z | Compiling constant_time_eq v0.3.1 |
2258 | 2025-02-07T09:30:08.005Z | Compiling crunchy v0.2.2 |
2259 | 2025-02-07T09:30:08.050Z | Compiling arrayref v0.3.9 |
2260 | 2025-02-07T09:30:08.186Z | Compiling keccak v0.1.5 |
2261 | 2025-02-07T09:30:08.483Z | Compiling maplit v1.0.2 |
2262 | 2025-02-07T09:30:08.635Z | Compiling sha3 v0.10.8 |
2263 | 2025-02-07T09:30:09.521Z | Compiling tar v0.4.42 |
2264 | 2025-02-07T09:30:09.628Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2265 | 2025-02-07T09:30:10.058Z | Compiling const_format v0.2.34 |
2266 | 2025-02-07T09:30:10.392Z | Compiling toolchain_find v0.4.0 |
2267 | 2025-02-07T09:30:10.965Z | Compiling camino-tempfile v1.1.1 |
2268 | 2025-02-07T09:30:11.366Z | Compiling radium v0.7.0 |
2269 | 2025-02-07T09:30:11.403Z | Compiling topological-sort v0.2.2 |
2270 | 2025-02-07T09:30:11.445Z | Compiling tiny-keccak v2.0.2 |
2271 | 2025-02-07T09:30:11.596Z | Compiling rustfmt-wrapper v0.2.1 |
2272 | 2025-02-07T09:30:11.641Z | Compiling omicron-zone-package v0.12.0 |
2273 | 2025-02-07T09:30:11.923Z | Compiling dsl_auto_type v0.1.2 |
2274 | 2025-02-07T09:30:12.104Z | Compiling scheduled-thread-pool v0.2.7 |
2275 | 2025-02-07T09:30:12.170Z | Compiling diesel_table_macro_syntax v0.2.0 |
2276 | 2025-02-07T09:30:12.584Z | Compiling tap v1.0.1 |
2277 | 2025-02-07T09:30:12.815Z | Compiling maybe-uninit v2.0.0 |
2278 | 2025-02-07T09:30:13.228Z | Compiling diesel_derives v2.2.3 |
2279 | 2025-02-07T09:30:13.467Z | Compiling wyz v0.5.1 |
2280 | 2025-02-07T09:30:13.510Z | Compiling r2d2 v0.8.10 |
2281 | 2025-02-07T09:30:14.424Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9ff89d72) |
2282 | 2025-02-07T09:30:14.539Z | Compiling phf_generator v0.11.2 |
2283 | 2025-02-07T09:30:14.746Z | Compiling ascii-canvas v3.0.0 |
2284 | 2025-02-07T09:30:15.235Z | Compiling secrecy v0.8.0 |
2285 | 2025-02-07T09:30:15.533Z | Compiling async-recursion v1.1.1 |
2286 | 2025-02-07T09:30:15.748Z | Compiling ena v0.14.3 |
2287 | 2025-02-07T09:30:16.178Z | Compiling regex-syntax v0.6.29 |
2288 | 2025-02-07T09:30:16.913Z | Compiling packed_struct v0.10.1 |
2289 | 2025-02-07T09:30:16.930Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2290 | 2025-02-07T09:30:17.356Z | Compiling funty v2.0.0 |
2291 | 2025-02-07T09:30:17.415Z | Compiling arc-swap v1.7.1 |
2292 | 2025-02-07T09:30:18.166Z | Compiling crc-catalog v2.4.0 |
2293 | 2025-02-07T09:30:18.342Z | Compiling diff v0.1.13 |
2294 | 2025-02-07T09:30:18.587Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2295 | 2025-02-07T09:30:18.856Z | Compiling crc v3.2.1 |
2296 | 2025-02-07T09:30:18.967Z | Compiling bitvec v1.0.1 |
2297 | 2025-02-07T09:30:20.166Z | Compiling lalrpop v0.19.12 |
2298 | 2025-02-07T09:30:21.029Z | Compiling slog-scope v4.4.0 |
2299 | 2025-02-07T09:30:21.367Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2300 | 2025-02-07T09:30:21.936Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9ff89d72) |
2301 | 2025-02-07T09:30:23.517Z | Compiling phf_codegen v0.11.2 |
2302 | 2025-02-07T09:30:23.888Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2303 | 2025-02-07T09:30:24.250Z | Compiling diesel v2.2.6 |
2304 | 2025-02-07T09:30:25.012Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2305 | 2025-02-07T09:30:25.272Z | Compiling universal-hash v0.5.1 |
2306 | 2025-02-07T09:30:25.561Z | Compiling thiserror-impl-no-std v2.0.2 |
2307 | 2025-02-07T09:30:28.046Z | Compiling packed_struct_codegen v0.10.1 |
2308 | 2025-02-07T09:30:28.590Z | Compiling parse-zoneinfo v0.3.1 |
2309 | 2025-02-07T09:30:30.108Z | Compiling unicase v2.7.0 |
2310 | 2025-02-07T09:30:30.464Z | Compiling indexmap v1.9.3 |
2311 | 2025-02-07T09:30:30.502Z | Compiling opaque-debug v0.3.1 |
2312 | 2025-02-07T09:30:30.625Z | Compiling ref-cast v1.0.23 |
2313 | 2025-02-07T09:30:30.779Z | Compiling nodrop v0.1.14 |
2314 | 2025-02-07T09:30:30.939Z | Compiling array-init v0.0.4 |
2315 | 2025-02-07T09:30:31.214Z | Compiling poly1305 v0.8.0 |
2316 | 2025-02-07T09:30:32.736Z | Compiling chrono-tz-build v0.4.0 |
2317 | 2025-02-07T09:30:34.510Z | Compiling thiserror-no-std v2.0.2 |
2318 | 2025-02-07T09:30:34.669Z | Compiling smallvec v0.6.14 |
2319 | 2025-02-07T09:30:35.184Z | Compiling slog-stdlog v4.1.1 |
2320 | 2025-02-07T09:30:36.192Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2321 | 2025-02-07T09:30:36.530Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2322 | 2025-02-07T09:30:36.618Z | Compiling derive_builder_core v0.20.2 |
2323 | 2025-02-07T09:30:36.861Z | Compiling chacha20 v0.9.1 |
2324 | 2025-02-07T09:30:37.382Z | Compiling headers-core v0.3.0 |
2325 | 2025-02-07T09:30:37.595Z | Compiling aead v0.5.2 |
2326 | 2025-02-07T09:30:37.985Z | Compiling libxml v0.3.3 |
2327 | 2025-02-07T09:30:38.407Z | Compiling ref-cast-impl v1.0.23 |
2328 | 2025-02-07T09:30:38.778Z | Compiling vte_generate_state_changes v0.1.2 |
2329 | 2025-02-07T09:30:39.412Z | Compiling bitfield v0.14.0 |
2330 | 2025-02-07T09:30:39.571Z | Compiling hashbrown v0.12.3 |
2331 | 2025-02-07T09:30:39.738Z | Compiling termcolor v1.4.1 |
2332 | 2025-02-07T09:30:40.898Z | Compiling env_logger v0.10.2 |
2333 | 2025-02-07T09:30:41.932Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2334 | 2025-02-07T09:30:43.428Z | Compiling polar-core v0.27.3 |
2335 | 2025-02-07T09:30:44.314Z | Compiling vte v0.11.1 |
2336 | 2025-02-07T09:30:45.724Z | Compiling derive_builder_macro v0.20.2 |
2337 | 2025-02-07T09:30:45.856Z | Compiling chacha20poly1305 v0.10.1 |
2338 | 2025-02-07T09:30:46.108Z | Compiling headers v0.4.0 |
2339 | 2025-02-07T09:30:46.626Z | Compiling slog-envlogger v2.2.0 |
2340 | 2025-02-07T09:30:49.449Z | Compiling serde-hex v0.1.0 |
2341 | 2025-02-07T09:30:49.775Z | Compiling vsss-rs v3.3.4 |
2342 | 2025-02-07T09:30:53.926Z | Compiling chrono-tz v0.10.1 |
2343 | 2025-02-07T09:30:54.511Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2344 | 2025-02-07T09:30:54.599Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2345 | 2025-02-07T09:30:54.951Z | Compiling ron v0.8.1 |
2346 | 2025-02-07T09:30:56.311Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2347 | 2025-02-07T09:30:56.650Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2348 | 2025-02-07T09:30:57.627Z | Compiling hashbrown v0.13.2 |
2349 | 2025-02-07T09:30:58.936Z | Compiling strum_macros v0.24.3 |
2350 | 2025-02-07T09:31:00.827Z | Compiling fxhash v0.2.1 |
2351 | 2025-02-07T09:31:01.097Z | Compiling samael v0.0.17 |
2352 | 2025-02-07T09:31:01.212Z | Compiling bytecount v0.6.8 |
2353 | 2025-02-07T09:31:01.555Z | Compiling simd-adler32 v0.3.7 |
2354 | 2025-02-07T09:31:02.150Z | Compiling lockfree-object-pool v0.1.6 |
2355 | 2025-02-07T09:31:02.462Z | Compiling indoc v1.0.9 |
2356 | 2025-02-07T09:31:02.691Z | Compiling bumpalo v3.16.0 |
2357 | 2025-02-07T09:31:02.832Z | Compiling crc-any v2.5.0 |
2358 | 2025-02-07T09:31:03.320Z | Compiling zip v2.1.3 |
2359 | 2025-02-07T09:31:03.836Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2360 | 2025-02-07T09:31:10.014Z | Compiling zopfli v0.8.1 |
2361 | 2025-02-07T09:31:14.257Z | Compiling papergrid v0.11.0 |
2362 | 2025-02-07T09:31:14.344Z | Compiling object v0.30.4 |
2363 | 2025-02-07T09:31:15.524Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2364 | 2025-02-07T09:31:18.087Z | Compiling derive_builder v0.20.2 |
2365 | 2025-02-07T09:31:19.155Z | Compiling strip-ansi-escapes v0.2.0 |
2366 | 2025-02-07T09:31:20.199Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2367 | 2025-02-07T09:31:20.548Z | Compiling tabled_derive v0.7.0 |
2368 | 2025-02-07T09:31:22.680Z | Compiling fd-lock v4.0.2 |
2369 | 2025-02-07T09:31:22.868Z | Compiling peg-macros v0.8.4 |
2370 | 2025-02-07T09:31:22.947Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2371 | 2025-02-07T09:31:24.012Z | Compiling kstat-rs v0.2.4 |
2372 | 2025-02-07T09:31:24.917Z | Compiling impl-trait-for-tuples v0.2.2 |
2373 | 2025-02-07T09:31:26.211Z | Compiling oso-derive v0.27.3 |
2374 | 2025-02-07T09:31:27.025Z | Compiling quick-xml v0.33.0 |
2375 | 2025-02-07T09:31:27.207Z | Compiling diesel-dtrace v0.4.2 |
2376 | 2025-02-07T09:31:27.554Z | Compiling nu-ansi-term v0.50.1 |
2377 | 2025-02-07T09:31:28.086Z | Compiling path-slash v0.1.5 |
2378 | 2025-02-07T09:31:28.380Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2379 | 2025-02-07T09:31:28.864Z | Compiling reedline v0.35.0 |
2380 | 2025-02-07T09:31:31.127Z | Compiling oso v0.27.3 |
2381 | 2025-02-07T09:31:33.512Z | Compiling peg v0.8.4 |
2382 | 2025-02-07T09:31:33.648Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2383 | 2025-02-07T09:31:33.804Z | Compiling tabled v0.15.0 |
2384 | 2025-02-07T09:31:44.454Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2385 | 2025-02-07T09:31:54.117Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2386 | 2025-02-07T09:31:54.806Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2387 | 2025-02-07T09:31:56.399Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2388 | 2025-02-07T09:31:56.885Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2389 | 2025-02-07T09:31:57.805Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2390 | 2025-02-07T09:31:58.148Z | Compiling pem v3.0.4 |
2391 | 2025-02-07T09:31:59.653Z | Compiling bb8 v0.8.5 |
2392 | 2025-02-07T09:32:00.286Z | Compiling bcs v0.1.6 |
2393 | 2025-02-07T09:32:01.267Z | Compiling libz-sys v1.1.20 |
2394 | 2025-02-07T09:32:01.893Z | Compiling nanorand v0.7.0 |
2395 | 2025-02-07T09:32:02.607Z | Compiling parking_lot_core v0.8.6 |
2396 | 2025-02-07T09:32:03.115Z | Compiling termtree v0.5.1 |
2397 | 2025-02-07T09:32:03.496Z | Compiling flume v0.11.1 |
2398 | 2025-02-07T09:32:04.387Z | Compiling async-bb8-diesel v0.2.1 |
2399 | 2025-02-07T09:32:05.258Z | Compiling mime_guess v2.0.5 |
2400 | 2025-02-07T09:32:07.127Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2401 | 2025-02-07T09:32:07.891Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2402 | 2025-02-07T09:32:10.465Z | Compiling buf-list v1.0.3 |
2403 | 2025-02-07T09:32:12.752Z | Compiling nibble_vec v0.1.0 |
2404 | 2025-02-07T09:32:13.030Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2405 | 2025-02-07T09:32:13.160Z | Compiling pin-project-internal v1.1.6 |
2406 | 2025-02-07T09:32:13.793Z | Compiling atty v0.2.14 |
2407 | 2025-02-07T09:32:13.994Z | Compiling salty v0.3.0 |
2408 | 2025-02-07T09:32:14.437Z | Compiling endian-type v0.1.2 |
2409 | 2025-02-07T09:32:14.734Z | Compiling http-range v0.1.5 |
2410 | 2025-02-07T09:32:15.312Z | Compiling radix_trie v0.2.1 |
2411 | 2025-02-07T09:32:15.872Z | Compiling pin-project v1.1.6 |
2412 | 2025-02-07T09:32:16.300Z | Compiling parking_lot v0.11.2 |
2413 | 2025-02-07T09:32:21.395Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2414 | 2025-02-07T09:32:22.360Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2415 | 2025-02-07T09:32:24.048Z | Compiling snafu-derive v0.8.5 |
2416 | 2025-02-07T09:32:28.408Z | Compiling snafu v0.8.5 |
2417 | 2025-02-07T09:32:29.686Z | Compiling hyper-staticfile v0.10.1 |
2418 | 2025-02-07T09:32:30.045Z | Compiling sled v0.34.7 |
2419 | 2025-02-07T09:32:48.795Z | Compiling hickory-client v0.24.2 |
2420 | 2025-02-07T09:32:54.222Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2421 | 2025-02-07T09:32:55.435Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2422 | 2025-02-07T09:32:55.851Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2423 | 2025-02-07T09:32:57.575Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2424 | 2025-02-07T09:32:59.666Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2425 | 2025-02-07T09:33:04.567Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2426 | 2025-02-07T09:33:05.606Z | Compiling globset v0.4.15 |
2427 | 2025-02-07T09:33:05.684Z | Compiling hickory-server v0.24.2 |
2428 | 2025-02-07T09:33:06.182Z | Compiling olpc-cjson v0.1.4 |
2429 | 2025-02-07T09:33:06.556Z | Compiling primeorder v0.13.6 |
2430 | 2025-02-07T09:33:07.160Z | Compiling castaway v0.2.3 |
2431 | 2025-02-07T09:33:07.384Z | Compiling vergen v8.3.2 |
2432 | 2025-02-07T09:33:07.735Z | Compiling env_filter v0.1.2 |
2433 | 2025-02-07T09:33:08.297Z | Compiling serde_plain v1.0.2 |
2434 | 2025-02-07T09:33:08.896Z | Compiling cargo-platform v0.1.8 |
2435 | 2025-02-07T09:33:09.290Z | Compiling memoffset v0.9.1 |
2436 | 2025-02-07T09:33:09.405Z | Compiling typed-path v0.9.3 |
2437 | 2025-02-07T09:33:09.844Z | Compiling cargo_metadata v0.18.1 |
2438 | 2025-02-07T09:33:12.637Z | Compiling tough v0.19.0 |
2439 | 2025-02-07T09:33:12.958Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2440 | 2025-02-07T09:33:13.306Z | Compiling git2 v0.19.0 |
2441 | 2025-02-07T09:33:16.601Z | Compiling env_logger v0.11.5 |
2442 | 2025-02-07T09:33:17.789Z | Compiling compact_str v0.8.0 |
2443 | 2025-02-07T09:33:18.073Z | Compiling p384 v0.13.0 |
2444 | 2025-02-07T09:33:18.492Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2445 | 2025-02-07T09:33:20.370Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2446 | 2025-02-07T09:33:21.777Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2447 | 2025-02-07T09:33:22.943Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2448 | 2025-02-07T09:33:25.199Z | Compiling unicode-truncate v1.1.0 |
2449 | 2025-02-07T09:33:25.531Z | Compiling lru v0.12.5 |
2450 | 2025-02-07T09:33:25.924Z | Compiling rand_seeder v0.3.0 |
2451 | 2025-02-07T09:33:26.351Z | Compiling libsqlite3-sys v0.30.1 |
2452 | 2025-02-07T09:33:26.970Z | Compiling lzma-sys v0.1.20 |
2453 | 2025-02-07T09:33:27.736Z | Compiling instability v0.3.2 |
2454 | 2025-02-07T09:33:27.890Z | Compiling parse-size v1.1.0 |
2455 | 2025-02-07T09:33:28.265Z | Compiling cassowary v0.3.0 |
2456 | 2025-02-07T09:33:28.806Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2457 | 2025-02-07T09:33:29.173Z | Compiling cfg_aliases v0.2.1 |
2458 | 2025-02-07T09:33:29.306Z | Compiling rustls v0.21.12 |
2459 | 2025-02-07T09:33:29.362Z | Compiling nix v0.29.0 |
2460 | 2025-02-07T09:33:29.701Z | Compiling ratatui v0.28.1 |
2461 | 2025-02-07T09:33:30.225Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2462 | 2025-02-07T09:33:31.735Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2463 | 2025-02-07T09:33:31.825Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2464 | 2025-02-07T09:33:32.147Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2465 | 2025-02-07T09:33:33.451Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2466 | 2025-02-07T09:33:34.246Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2467 | 2025-02-07T09:33:34.590Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2468 | 2025-02-07T09:33:37.040Z | Compiling rustls-webpki v0.101.7 |
2469 | 2025-02-07T09:33:38.362Z | Compiling sct v0.7.1 |
2470 | 2025-02-07T09:33:38.474Z | Compiling heck v0.3.3 |
2471 | 2025-02-07T09:33:38.836Z | Compiling csv-core v0.1.11 |
2472 | 2025-02-07T09:33:38.860Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2473 | 2025-02-07T09:33:39.202Z | Compiling glob v0.3.2 |
2474 | 2025-02-07T09:33:39.744Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2475 | 2025-02-07T09:33:40.135Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2476 | 2025-02-07T09:33:41.070Z | Compiling csv v1.3.1 |
2477 | 2025-02-07T09:33:41.373Z | Compiling zone_cfg_derive v0.1.2 |
2478 | 2025-02-07T09:33:43.381Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2479 | 2025-02-07T09:33:47.377Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2480 | 2025-02-07T09:33:48.516Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2481 | 2025-02-07T09:33:49.275Z | Compiling nix v0.27.1 |
2482 | 2025-02-07T09:33:49.370Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2483 | 2025-02-07T09:33:52.844Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2484 | 2025-02-07T09:33:55.624Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2485 | 2025-02-07T09:33:59.952Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2486 | 2025-02-07T09:34:00.327Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2487 | 2025-02-07T09:34:03.078Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2488 | 2025-02-07T09:34:03.230Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2489 | 2025-02-07T09:34:03.390Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2490 | 2025-02-07T09:34:03.426Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2491 | 2025-02-07T09:34:03.540Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2492 | 2025-02-07T09:34:03.561Z | Compiling tungstenite v0.23.0 |
2493 | 2025-02-07T09:34:03.694Z | Compiling hashlink v0.9.1 |
2494 | 2025-02-07T09:34:04.266Z | Compiling base64 v0.13.1 |
2495 | 2025-02-07T09:34:04.449Z | Compiling fallible-streaming-iterator v0.1.9 |
2496 | 2025-02-07T09:34:04.756Z | Compiling fallible-iterator v0.3.0 |
2497 | 2025-02-07T09:34:05.090Z | Compiling tokio-tungstenite v0.23.1 |
2498 | 2025-02-07T09:34:05.578Z | Compiling rusqlite v0.32.1 |
2499 | 2025-02-07T09:34:05.766Z | Compiling ron v0.7.1 |
2500 | 2025-02-07T09:34:06.513Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2501 | 2025-02-07T09:34:09.059Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2502 | 2025-02-07T09:34:10.701Z | Compiling xz2 v0.1.7 |
2503 | 2025-02-07T09:34:11.131Z | Compiling tokio-rustls v0.24.1 |
2504 | 2025-02-07T09:34:11.297Z | Compiling zone v0.1.8 |
2505 | 2025-02-07T09:34:14.785Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2506 | 2025-02-07T09:34:16.783Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2507 | 2025-02-07T09:34:21.576Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2508 | 2025-02-07T09:34:24.819Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2509 | 2025-02-07T09:34:25.549Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2510 | 2025-02-07T09:34:26.535Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2511 | 2025-02-07T09:34:28.375Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2512 | 2025-02-07T09:34:29.161Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2513 | 2025-02-07T09:34:30.041Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2514 | 2025-02-07T09:34:30.444Z | Compiling rustls-pemfile v1.0.4 |
2515 | 2025-02-07T09:34:31.252Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2516 | 2025-02-07T09:34:31.603Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2517 | 2025-02-07T09:34:31.812Z | Compiling signal-hook-tokio v0.3.1 |
2518 | 2025-02-07T09:34:32.074Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2519 | 2025-02-07T09:34:33.478Z | Compiling yasna v0.5.2 |
2520 | 2025-02-07T09:34:36.954Z | Compiling twox-hash v2.1.0 |
2521 | 2025-02-07T09:34:38.077Z | Compiling is_ci v1.2.0 |
2522 | 2025-02-07T09:34:38.424Z | Compiling unicode-linebreak v0.1.5 |
2523 | 2025-02-07T09:34:38.996Z | Compiling smawk v0.3.2 |
2524 | 2025-02-07T09:34:39.300Z | Compiling textwrap v0.16.1 |
2525 | 2025-02-07T09:34:39.321Z | Compiling supports-color v3.0.1 |
2526 | 2025-02-07T09:34:40.189Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2527 | 2025-02-07T09:34:41.430Z | Compiling rcgen v0.12.1 |
2528 | 2025-02-07T09:34:42.896Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2529 | 2025-02-07T09:34:48.114Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2530 | 2025-02-07T09:34:50.394Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2531 | 2025-02-07T09:34:51.413Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2532 | 2025-02-07T09:34:55.069Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2533 | 2025-02-07T09:35:04.102Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2534 | 2025-02-07T09:35:09.055Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2535 | 2025-02-07T09:35:11.658Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2536 | 2025-02-07T09:35:12.269Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2537 | 2025-02-07T09:35:22.531Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2538 | 2025-02-07T09:35:29.348Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2539 | 2025-02-07T09:35:29.685Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2540 | 2025-02-07T09:35:32.012Z | Compiling fatfs v0.3.6 |
2541 | 2025-02-07T09:35:34.997Z | Compiling rtoolbox v0.0.2 |
2542 | 2025-02-07T09:35:35.264Z | Compiling subprocess v0.2.9 |
2543 | 2025-02-07T09:35:35.457Z | Compiling assert_matches v1.5.0 |
2544 | 2025-02-07T09:35:37.515Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2545 | 2025-02-07T09:35:39.986Z | Compiling rpassword v7.3.1 |
2546 | 2025-02-07T09:35:40.019Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2547 | 2025-02-07T09:35:40.515Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2548 | 2025-02-07T09:35:45.943Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2549 | 2025-02-07T09:35:47.780Z | Compiling tui-tree-widget v0.22.0 |
2550 | 2025-02-07T09:35:48.299Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2551 | 2025-02-07T09:35:54.202Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2552 | 2025-02-07T09:35:54.558Z | Compiling uzers v0.12.1 |
2553 | 2025-02-07T09:35:57.752Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2554 | 2025-02-07T09:36:02.221Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2555 | 2025-02-07T09:36:04.179Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2556 | 2025-02-07T09:36:36.608Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2557 | 2025-02-07T09:36:37.616Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2558 | 2025-02-07T09:36:42.503Z | Compiling multimap v0.10.0 |
2559 | 2025-02-07T09:39:10.979Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2560 | 2025-02-07T09:39:24.458Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2561 | 2025-02-07T09:46:46.922Z | Finished `release` profile [optimized] target(s) in 17m 38s |
2562 | 2025-02-07T09:47:51.299Z | |
2563 | 2025-02-07T09:47:51.299Z | real 18:44.037269247 |
2564 | 2025-02-07T09:47:51.299Z | user 2:11:19.176826796 |
2565 | 2025-02-07T09:47:51.299Z | sys 3:26.180285633 |
2566 | 2025-02-07T09:47:51.299Z | trap 3.676625957 |
2567 | 2025-02-07T09:47:51.299Z | tflt 2.827952590 |
2568 | 2025-02-07T09:47:51.299Z | dflt 4.714876903 |
2569 | 2025-02-07T09:47:51.299Z | kflt 0.000761820 |
2570 | 2025-02-07T09:47:51.302Z | lock 7:49:30.863352304 |
2571 | 2025-02-07T09:47:51.302Z | slp 6:43:50.223641297 |
2572 | 2025-02-07T09:47:51.302Z | lat 3:28.939492118 |
2573 | 2025-02-07T09:47:51.302Z | stop 2:48.528352097 |
2574 | 2025-02-07T09:47:51.302Z | + mapfile -t packages |
2575 | 2025-02-07T09:47:51.302Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2576 | 2025-02-07T09:47:52.432Z | Finished `release` profile [optimized] target(s) in 1.07s |
2577 | 2025-02-07T09:47:52.490Z | Running `target/release/omicron-package -t test list-outputs` |
2578 | 2025-02-07T09:47:52.548Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2579 | 2025-02-07T09:47:52.551Z | + ptime -m cargo build --locked --release -p xtask |
2580 | 2025-02-07T09:47:53.165Z | Compiling serde v1.0.217 |
2581 | 2025-02-07T09:47:53.168Z | Compiling libc v0.2.169 |
2582 | 2025-02-07T09:47:53.168Z | Compiling serde_json v1.0.135 |
2583 | 2025-02-07T09:47:53.168Z | Compiling rustix v0.38.37 |
2584 | 2025-02-07T09:47:53.168Z | Compiling syn v2.0.96 |
2585 | 2025-02-07T09:47:53.274Z | Compiling bitflags v2.6.0 |
2586 | 2025-02-07T09:47:53.685Z | Compiling usdt-impl v0.5.0 |
2587 | 2025-02-07T09:47:53.752Z | Compiling syn v1.0.109 |
2588 | 2025-02-07T09:47:53.793Z | Compiling log v0.4.22 |
2589 | 2025-02-07T09:47:53.810Z | Compiling hashbrown v0.15.1 |
2590 | 2025-02-07T09:47:54.036Z | Compiling fs-err v2.11.0 |
2591 | 2025-02-07T09:47:54.260Z | Compiling once_cell v1.20.2 |
2592 | 2025-02-07T09:47:54.359Z | Compiling anyhow v1.0.95 |
2593 | 2025-02-07T09:47:54.642Z | Compiling thread-id v4.2.2 |
2594 | 2025-02-07T09:47:55.098Z | Compiling indexmap v2.7.1 |
2595 | 2025-02-07T09:47:56.131Z | Compiling terminal_size v0.4.0 |
2596 | 2025-02-07T09:47:56.134Z | Compiling tempfile v3.13.0 |
2597 | 2025-02-07T09:47:56.413Z | Compiling clap_builder v4.5.27 |
2598 | 2025-02-07T09:47:57.261Z | Compiling proc-macro-error v1.0.4 |
2599 | 2025-02-07T09:47:58.040Z | Compiling tabled_derive v0.7.0 |
2600 | 2025-02-07T09:47:59.180Z | Compiling tabled v0.15.0 |
2601 | 2025-02-07T09:47:59.941Z | Compiling serde_derive v1.0.217 |
2602 | 2025-02-07T09:47:59.944Z | Compiling thiserror-impl v1.0.69 |
2603 | 2025-02-07T09:47:59.944Z | Compiling zerocopy-derive v0.7.35 |
2604 | 2025-02-07T09:47:59.944Z | Compiling scroll_derive v0.12.0 |
2605 | 2025-02-07T09:47:59.944Z | Compiling clap_derive v4.5.24 |
2606 | 2025-02-07T09:48:01.391Z | Compiling scroll v0.12.0 |
2607 | 2025-02-07T09:48:01.908Z | Compiling zerocopy v0.7.35 |
2608 | 2025-02-07T09:48:02.074Z | Compiling goblin v0.8.2 |
2609 | 2025-02-07T09:48:02.775Z | Compiling thiserror v1.0.69 |
2610 | 2025-02-07T09:48:02.942Z | Compiling pest v2.7.14 |
2611 | 2025-02-07T09:48:06.028Z | Compiling pest_meta v2.7.14 |
2612 | 2025-02-07T09:48:06.070Z | Compiling clap v4.5.27 |
2613 | 2025-02-07T09:48:07.661Z | Compiling pest_generator v2.7.14 |
2614 | 2025-02-07T09:48:09.988Z | Compiling pest_derive v2.7.14 |
2615 | 2025-02-07T09:48:10.838Z | Compiling dtrace-parser v0.2.0 |
2616 | 2025-02-07T09:48:14.580Z | Compiling toml_datetime v0.6.8 |
2617 | 2025-02-07T09:48:15.321Z | Compiling serde_tokenstream v0.2.2 |
2618 | 2025-02-07T09:48:15.987Z | Compiling serde_spanned v0.6.8 |
2619 | 2025-02-07T09:48:16.287Z | Compiling toml_edit v0.22.22 |
2620 | 2025-02-07T09:48:16.480Z | Compiling dof v0.3.0 |
2621 | 2025-02-07T09:48:18.853Z | Compiling camino v1.1.9 |
2622 | 2025-02-07T09:48:20.166Z | Compiling usdt-attr-macro v0.5.0 |
2623 | 2025-02-07T09:48:20.204Z | Compiling usdt-macro v0.5.0 |
2624 | 2025-02-07T09:48:21.468Z | Compiling toml v0.8.19 |
2625 | 2025-02-07T09:48:21.485Z | Compiling cargo-platform v0.1.8 |
2626 | 2025-02-07T09:48:21.570Z | Compiling semver v1.0.24 |
2627 | 2025-02-07T09:48:22.468Z | Compiling cargo_metadata v0.18.1 |
2628 | 2025-02-07T09:48:22.628Z | Compiling cargo_toml v0.20.5 |
2629 | 2025-02-07T09:48:23.095Z | Compiling usdt v0.5.0 |
2630 | 2025-02-07T09:48:24.628Z | Compiling camino-tempfile v1.1.1 |
2631 | 2025-02-07T09:48:25.458Z | Compiling macaddr v1.0.1 |
2632 | 2025-02-07T09:48:37.700Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2633 | 2025-02-07T09:48:49.014Z | Finished `release` profile [optimized] target(s) in 56.40s |
2634 | 2025-02-07T09:48:49.134Z | |
2635 | 2025-02-07T09:48:49.134Z | real 56.549539121 |
2636 | 2025-02-07T09:48:49.134Z | user 5:53.190953742 |
2637 | 2025-02-07T09:48:49.134Z | sys 19.447589455 |
2638 | 2025-02-07T09:48:49.137Z | trap 0.180585396 |
2639 | 2025-02-07T09:48:49.137Z | tflt 0.376522136 |
2640 | 2025-02-07T09:48:49.137Z | dflt 0.274702908 |
2641 | 2025-02-07T09:48:49.137Z | kflt 0.000013418 |
2642 | 2025-02-07T09:48:49.137Z | lock 10:54.221967966 |
2643 | 2025-02-07T09:48:49.137Z | slp 16:35.981393805 |
2644 | 2025-02-07T09:48:49.137Z | lat 14.551283609 |
2645 | 2025-02-07T09:48:49.137Z | stop 18.706002708 |
2646 | 2025-02-07T09:48:49.137Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2647 | 2025-02-07T09:48:49.137Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2648 | 2025-02-07T09:48:49.137Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2649 | 2025-02-07T09:48:49.137Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2650 | 2025-02-07T09:48:49.137Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2651 | 2025-02-07T09:48:50.097Z | Compiling hashbrown v0.14.5 |
2652 | 2025-02-07T09:48:50.229Z | Compiling thiserror v2.0.11 |
2653 | 2025-02-07T09:48:50.232Z | Compiling thiserror-impl v2.0.11 |
2654 | 2025-02-07T09:48:50.235Z | Compiling ident_case v1.0.1 |
2655 | 2025-02-07T09:48:50.237Z | Compiling unsafe-libyaml v0.2.11 |
2656 | 2025-02-07T09:48:50.237Z | Compiling ipnetwork v0.20.0 |
2657 | 2025-02-07T09:48:50.237Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2658 | 2025-02-07T09:48:50.237Z | Compiling progenitor-client v0.9.1 |
2659 | 2025-02-07T09:48:50.567Z | Compiling darling_core v0.20.10 |
2660 | 2025-02-07T09:48:50.753Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2661 | 2025-02-07T09:48:50.890Z | Compiling macaddr v1.0.1 |
2662 | 2025-02-07T09:48:51.196Z | Compiling progenitor-client v0.8.0 |
2663 | 2025-02-07T09:48:51.247Z | Compiling regress v0.10.1 |
2664 | 2025-02-07T09:48:51.331Z | Compiling instant v0.1.13 |
2665 | 2025-02-07T09:48:51.360Z | Compiling structmeta-derive v0.3.0 |
2666 | 2025-02-07T09:48:51.473Z | Compiling dropshot v0.15.1 |
2667 | 2025-02-07T09:48:51.497Z | Compiling regress v0.9.1 |
2668 | 2025-02-07T09:48:51.692Z | Compiling serde_yaml v0.9.34+deprecated |
2669 | 2025-02-07T09:48:51.882Z | Compiling dropshot_endpoint v0.15.1 |
2670 | 2025-02-07T09:48:52.284Z | Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2671 | 2025-02-07T09:48:53.533Z | Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2672 | 2025-02-07T09:48:53.790Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2673 | 2025-02-07T09:48:53.882Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2674 | 2025-02-07T09:48:54.190Z | Compiling structmeta v0.3.0 |
2675 | 2025-02-07T09:48:54.391Z | Compiling backoff v0.4.0 |
2676 | 2025-02-07T09:48:54.544Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2677 | 2025-02-07T09:48:54.605Z | Compiling parse-display-derive v0.10.0 |
2678 | 2025-02-07T09:48:54.751Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2679 | 2025-02-07T09:48:54.779Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2680 | 2025-02-07T09:48:54.971Z | Compiling tempfile v3.13.0 |
2681 | 2025-02-07T09:48:55.479Z | Compiling typify-impl v0.2.0 |
2682 | 2025-02-07T09:48:55.539Z | Compiling proc-macro-crate v1.3.1 |
2683 | 2025-02-07T09:48:55.797Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2684 | 2025-02-07T09:48:56.211Z | Compiling typify-impl v0.3.0 |
2685 | 2025-02-07T09:48:56.390Z | Compiling itertools v0.13.0 |
2686 | 2025-02-07T09:48:56.544Z | Compiling num_enum_derive v0.5.11 |
2687 | 2025-02-07T09:48:56.544Z | Compiling zerocopy v0.8.10 |
2688 | 2025-02-07T09:48:56.870Z | Compiling darling_macro v0.20.10 |
2689 | 2025-02-07T09:48:57.457Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2690 | 2025-02-07T09:48:57.899Z | Compiling foreign-types-macros v0.2.3 |
2691 | 2025-02-07T09:48:57.920Z | Compiling darling v0.20.10 |
2692 | 2025-02-07T09:48:58.065Z | Compiling serde_with_macros v3.11.0 |
2693 | 2025-02-07T09:48:58.888Z | Compiling parse-display v0.10.0 |
2694 | 2025-02-07T09:48:59.060Z | Compiling num_enum v0.5.11 |
2695 | 2025-02-07T09:48:59.163Z | Compiling zerocopy-derive v0.8.10 |
2696 | 2025-02-07T09:48:59.259Z | Compiling crucible-workspace-hack v0.1.0 |
2697 | 2025-02-07T09:48:59.383Z | Compiling heapless v0.8.0 |
2698 | 2025-02-07T09:48:59.527Z | Compiling foreign-types-shared v0.3.1 |
2699 | 2025-02-07T09:48:59.609Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2700 | 2025-02-07T09:48:59.683Z | Compiling foreign-types v0.5.0 |
2701 | 2025-02-07T09:48:59.821Z | Compiling proc-macro-error v1.0.4 |
2702 | 2025-02-07T09:49:00.506Z | Compiling camino-tempfile v1.1.1 |
2703 | 2025-02-07T09:49:00.680Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2704 | 2025-02-07T09:49:00.719Z | Compiling serde_with v3.11.0 |
2705 | 2025-02-07T09:49:00.985Z | Compiling hash32 v0.3.1 |
2706 | 2025-02-07T09:49:01.271Z | Compiling cstr-argument v0.1.2 |
2707 | 2025-02-07T09:49:01.533Z | Compiling smoltcp v0.11.0 |
2708 | 2025-02-07T09:49:01.555Z | Compiling pretty-hex v0.2.1 |
2709 | 2025-02-07T09:49:01.781Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2710 | 2025-02-07T09:49:02.183Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2711 | 2025-02-07T09:49:02.357Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2712 | 2025-02-07T09:49:03.064Z | Compiling tabwriter v1.4.0 |
2713 | 2025-02-07T09:49:03.360Z | Compiling colored v2.1.0 |
2714 | 2025-02-07T09:49:03.542Z | Compiling cobs v0.2.3 |
2715 | 2025-02-07T09:49:03.870Z | Compiling postcard v1.0.10 |
2716 | 2025-02-07T09:49:04.372Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2717 | 2025-02-07T09:49:04.523Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2718 | 2025-02-07T09:49:04.738Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2719 | 2025-02-07T09:49:04.804Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2720 | 2025-02-07T09:49:05.161Z | Compiling smf v0.2.3 |
2721 | 2025-02-07T09:49:05.307Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2722 | 2025-02-07T09:49:05.692Z | Compiling zone_cfg_derive v0.3.0 |
2723 | 2025-02-07T09:49:05.900Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2724 | 2025-02-07T09:49:06.357Z | Compiling num-derive v0.4.2 |
2725 | 2025-02-07T09:49:06.406Z | Compiling sigpipe v0.1.3 |
2726 | 2025-02-07T09:49:06.563Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2727 | 2025-02-07T09:49:06.616Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2728 | 2025-02-07T09:49:06.921Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2729 | 2025-02-07T09:49:07.181Z | Compiling zone v0.3.0 |
2730 | 2025-02-07T09:49:07.418Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2731 | 2025-02-07T09:49:07.950Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2732 | 2025-02-07T09:49:08.420Z | Compiling universal-hash v0.5.1 |
2733 | 2025-02-07T09:49:08.645Z | Compiling opaque-debug v0.3.1 |
2734 | 2025-02-07T09:49:08.700Z | Compiling tungstenite v0.21.0 |
2735 | 2025-02-07T09:49:08.732Z | Compiling num-rational v0.4.2 |
2736 | 2025-02-07T09:49:08.766Z | Compiling password-hash v0.5.0 |
2737 | 2025-02-07T09:49:08.803Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2738 | 2025-02-07T09:49:09.615Z | Compiling blake2 v0.10.6 |
2739 | 2025-02-07T09:49:09.703Z | Compiling aead v0.5.2 |
2740 | 2025-02-07T09:49:09.724Z | Compiling num-complex v0.4.6 |
2741 | 2025-02-07T09:49:10.047Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2742 | 2025-02-07T09:49:10.112Z | Compiling convert_case v0.4.0 |
2743 | 2025-02-07T09:49:10.334Z | Compiling base64 v0.21.7 |
2744 | 2025-02-07T09:49:10.748Z | Compiling keccak v0.1.5 |
2745 | 2025-02-07T09:49:10.771Z | Compiling num v0.4.3 |
2746 | 2025-02-07T09:49:10.904Z | Compiling argon2 v0.5.3 |
2747 | 2025-02-07T09:49:10.993Z | Compiling tokio-tungstenite v0.21.0 |
2748 | 2025-02-07T09:49:11.020Z | Compiling derive_more v0.99.18 |
2749 | 2025-02-07T09:49:11.067Z | Compiling sha3 v0.10.8 |
2750 | 2025-02-07T09:49:11.657Z | Compiling typify-macro v0.2.0 |
2751 | 2025-02-07T09:49:11.885Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2752 | 2025-02-07T09:49:11.909Z | Compiling poly1305 v0.8.0 |
2753 | 2025-02-07T09:49:12.103Z | Compiling chacha20 v0.9.1 |
2754 | 2025-02-07T09:49:12.125Z | Compiling float-ord v0.3.2 |
2755 | 2025-02-07T09:49:12.359Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2756 | 2025-02-07T09:49:12.548Z | Compiling typify-macro v0.3.0 |
2757 | 2025-02-07T09:49:12.693Z | Compiling semver v0.1.20 |
2758 | 2025-02-07T09:49:12.839Z | Compiling same-file v1.0.6 |
2759 | 2025-02-07T09:49:13.124Z | Compiling rustc_version v0.1.7 |
2760 | 2025-02-07T09:49:13.342Z | Compiling walkdir v2.5.0 |
2761 | 2025-02-07T09:49:13.637Z | Compiling newline-converter v0.3.0 |
2762 | 2025-02-07T09:49:13.716Z | Compiling primeorder v0.13.6 |
2763 | 2025-02-07T09:49:13.808Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2764 | 2025-02-07T09:49:13.837Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2765 | 2025-02-07T09:49:14.086Z | Compiling secrecy v0.8.0 |
2766 | 2025-02-07T09:49:14.109Z | Compiling cancel-safe-futures v0.1.5 |
2767 | 2025-02-07T09:49:14.271Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2768 | 2025-02-07T09:49:14.359Z | Compiling owo-colors v4.1.0 |
2769 | 2025-02-07T09:49:14.398Z | Compiling expectorate v1.1.0 |
2770 | 2025-02-07T09:49:14.512Z | Compiling newtype_derive v0.1.6 |
2771 | 2025-02-07T09:49:14.607Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2772 | 2025-02-07T09:49:14.714Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2773 | 2025-02-07T09:49:14.845Z | Compiling thiserror-impl-no-std v2.0.2 |
2774 | 2025-02-07T09:49:15.028Z | Compiling blake3 v1.5.4 |
2775 | 2025-02-07T09:49:15.109Z | Compiling unicase v2.7.0 |
2776 | 2025-02-07T09:49:15.133Z | Compiling half v2.4.1 |
2777 | 2025-02-07T09:49:15.450Z | Compiling ciborium-io v0.2.2 |
2778 | 2025-02-07T09:49:15.602Z | Compiling arc-swap v1.7.1 |
2779 | 2025-02-07T09:49:15.650Z | Compiling ciborium-ll v0.2.2 |
2780 | 2025-02-07T09:49:15.734Z | Compiling typify v0.2.0 |
2781 | 2025-02-07T09:49:15.877Z | Compiling progenitor-impl v0.8.0 |
2782 | 2025-02-07T09:49:15.899Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2783 | 2025-02-07T09:49:16.057Z | Compiling slog-scope v4.4.0 |
2784 | 2025-02-07T09:49:16.186Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2785 | 2025-02-07T09:49:16.483Z | Compiling typify v0.3.0 |
2786 | 2025-02-07T09:49:16.565Z | Compiling polyval v0.6.2 |
2787 | 2025-02-07T09:49:16.640Z | Compiling progenitor-impl v0.9.1 |
2788 | 2025-02-07T09:49:17.041Z | Compiling atomicwrites v0.4.4 |
2789 | 2025-02-07T09:49:17.105Z | Compiling libsw v3.3.1 |
2790 | 2025-02-07T09:49:17.477Z | Compiling memmap2 v0.9.5 |
2791 | 2025-02-07T09:49:17.498Z | Compiling parking_lot_core v0.8.6 |
2792 | 2025-02-07T09:49:17.798Z | Compiling thiserror-no-std v2.0.2 |
2793 | 2025-02-07T09:49:17.955Z | Compiling libefi-sys v0.1.0 |
2794 | 2025-02-07T09:49:17.978Z | Compiling linear-map v1.2.0 |
2795 | 2025-02-07T09:49:17.981Z | Compiling arrayvec v0.7.6 |
2796 | 2025-02-07T09:49:18.219Z | Compiling indent_write v2.2.0 |
2797 | 2025-02-07T09:49:18.276Z | Compiling arrayref v0.3.9 |
2798 | 2025-02-07T09:49:18.341Z | Compiling constant_time_eq v0.3.1 |
2799 | 2025-02-07T09:49:18.398Z | Compiling salty v0.3.0 |
2800 | 2025-02-07T09:49:18.456Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2801 | 2025-02-07T09:49:18.548Z | Compiling vsss-rs v3.3.4 |
2802 | 2025-02-07T09:49:18.551Z | Compiling ghash v0.5.1 |
2803 | 2025-02-07T09:49:18.885Z | Compiling slog-stdlog v4.1.1 |
2804 | 2025-02-07T09:49:18.997Z | Compiling ciborium v0.2.2 |
2805 | 2025-02-07T09:49:19.737Z | Compiling p384 v0.13.0 |
2806 | 2025-02-07T09:49:19.927Z | Compiling toolchain_find v0.4.0 |
2807 | 2025-02-07T09:49:20.348Z | Compiling chacha20poly1305 v0.10.1 |
2808 | 2025-02-07T09:49:20.410Z | Compiling ctr v0.9.2 |
2809 | 2025-02-07T09:49:20.608Z | Compiling lzma-sys v0.1.20 |
2810 | 2025-02-07T09:49:20.638Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2811 | 2025-02-07T09:49:20.807Z | Compiling bitfield-struct v0.6.2 |
2812 | 2025-02-07T09:49:21.066Z | Compiling slog-dtrace v0.3.0 |
2813 | 2025-02-07T09:49:21.371Z | Compiling topological-sort v0.2.2 |
2814 | 2025-02-07T09:49:21.402Z | Compiling highway v1.2.0 |
2815 | 2025-02-07T09:49:21.636Z | Compiling omicron-zone-package v0.12.0 |
2816 | 2025-02-07T09:49:21.683Z | Compiling aes-gcm v0.10.3 |
2817 | 2025-02-07T09:49:22.031Z | Compiling rustfmt-wrapper v0.2.1 |
2818 | 2025-02-07T09:49:22.216Z | Compiling mime_guess v2.0.5 |
2819 | 2025-02-07T09:49:22.283Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2820 | 2025-02-07T09:49:22.326Z | Compiling slog-envlogger v2.2.0 |
2821 | 2025-02-07T09:49:22.693Z | Compiling steno v0.4.1 |
2822 | 2025-02-07T09:49:23.138Z | Compiling progenitor-macro v0.8.0 |
2823 | 2025-02-07T09:49:23.433Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2824 | 2025-02-07T09:49:23.544Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2825 | 2025-02-07T09:49:23.688Z | Compiling heck v0.3.3 |
2826 | 2025-02-07T09:49:23.806Z | Compiling ssh-encoding v0.2.0 |
2827 | 2025-02-07T09:49:24.084Z | Compiling blowfish v0.9.1 |
2828 | 2025-02-07T09:49:24.103Z | Compiling nibble_vec v0.1.0 |
2829 | 2025-02-07T09:49:24.204Z | Compiling progenitor-macro v0.9.1 |
2830 | 2025-02-07T09:49:24.320Z | Compiling env_filter v0.1.2 |
2831 | 2025-02-07T09:49:24.350Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2832 | 2025-02-07T09:49:24.573Z | Compiling endian-type v0.1.2 |
2833 | 2025-02-07T09:49:24.665Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2834 | 2025-02-07T09:49:24.687Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2835 | 2025-02-07T09:49:24.819Z | Compiling humantime v2.1.0 |
2836 | 2025-02-07T09:49:24.841Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2837 | 2025-02-07T09:49:25.013Z | Compiling radix_trie v0.2.1 |
2838 | 2025-02-07T09:49:25.075Z | Compiling env_logger v0.11.5 |
2839 | 2025-02-07T09:49:25.345Z | Compiling bcrypt-pbkdf v0.10.0 |
2840 | 2025-02-07T09:49:25.696Z | Compiling ssh-cipher v0.2.0 |
2841 | 2025-02-07T09:49:25.699Z | Compiling zone_cfg_derive v0.1.2 |
2842 | 2025-02-07T09:49:25.998Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2843 | 2025-02-07T09:49:26.287Z | Compiling parking_lot v0.11.2 |
2844 | 2025-02-07T09:49:26.393Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2845 | 2025-02-07T09:49:27.273Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9ff89d72) |
2846 | 2025-02-07T09:49:27.335Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2847 | 2025-02-07T09:49:27.440Z | Compiling password-hash v0.4.2 |
2848 | 2025-02-07T09:49:28.785Z | Compiling gethostname v0.5.0 |
2849 | 2025-02-07T09:49:28.787Z | Compiling fxhash v0.2.1 |
2850 | 2025-02-07T09:49:28.787Z | Compiling bumpalo v3.16.0 |
2851 | 2025-02-07T09:49:28.787Z | Compiling zip v2.1.3 |
2852 | 2025-02-07T09:49:28.787Z | Compiling lockfree-object-pool v0.1.6 |
2853 | 2025-02-07T09:49:28.787Z | Compiling simd-adler32 v0.3.7 |
2854 | 2025-02-07T09:49:28.787Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2855 | 2025-02-07T09:49:28.787Z | Compiling base64 v0.13.1 |
2856 | 2025-02-07T09:49:28.787Z | Compiling http-range v0.1.5 |
2857 | 2025-02-07T09:49:28.787Z | Compiling zopfli v0.8.1 |
2858 | 2025-02-07T09:49:28.787Z | Compiling sled v0.34.7 |
2859 | 2025-02-07T09:49:28.953Z | Compiling ron v0.7.1 |
2860 | 2025-02-07T09:49:28.978Z | Compiling pbkdf2 v0.11.0 |
2861 | 2025-02-07T09:49:29.391Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9ff89d72) |
2862 | 2025-02-07T09:49:29.518Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2863 | 2025-02-07T09:49:29.567Z | Compiling xz2 v0.1.7 |
2864 | 2025-02-07T09:49:30.248Z | Compiling zone v0.1.8 |
2865 | 2025-02-07T09:49:30.429Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2866 | 2025-02-07T09:49:31.185Z | Compiling ssh-key v0.6.6 |
2867 | 2025-02-07T09:49:31.229Z | Compiling hickory-client v0.24.2 |
2868 | 2025-02-07T09:49:32.136Z | Compiling p521 v0.13.3 |
2869 | 2025-02-07T09:49:32.664Z | Compiling p256 v0.13.2 |
2870 | 2025-02-07T09:49:33.529Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2871 | 2025-02-07T09:49:34.142Z | Compiling hickory-server v0.24.2 |
2872 | 2025-02-07T09:49:34.618Z | Compiling pem v3.0.4 |
2873 | 2025-02-07T09:49:34.651Z | Compiling yasna v0.5.2 |
2874 | 2025-02-07T09:49:35.394Z | Compiling headers-core v0.3.0 |
2875 | 2025-02-07T09:49:35.599Z | Compiling kstat-rs v0.2.4 |
2876 | 2025-02-07T09:49:35.620Z | Compiling nanorand v0.7.0 |
2877 | 2025-02-07T09:49:35.622Z | Compiling atty v0.2.14 |
2878 | 2025-02-07T09:49:35.805Z | Compiling russh-cryptovec v0.7.3 |
2879 | 2025-02-07T09:49:36.120Z | Compiling md5 v0.7.0 |
2880 | 2025-02-07T09:49:36.146Z | Compiling flume v0.11.1 |
2881 | 2025-02-07T09:49:36.175Z | Compiling rcgen v0.12.1 |
2882 | 2025-02-07T09:49:36.296Z | Compiling headers v0.4.0 |
2883 | 2025-02-07T09:49:36.434Z | Compiling progenitor v0.8.0 |
2884 | 2025-02-07T09:49:36.631Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2885 | 2025-02-07T09:49:36.668Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2886 | 2025-02-07T09:49:36.761Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2887 | 2025-02-07T09:49:37.209Z | Compiling progenitor v0.9.1 |
2888 | 2025-02-07T09:49:37.477Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2889 | 2025-02-07T09:49:38.161Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2890 | 2025-02-07T09:49:38.344Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2891 | 2025-02-07T09:49:38.512Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2892 | 2025-02-07T09:49:38.686Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2893 | 2025-02-07T09:49:39.364Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2894 | 2025-02-07T09:49:39.385Z | Compiling russh-keys v0.45.0 |
2895 | 2025-02-07T09:49:43.009Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2896 | 2025-02-07T09:49:43.408Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2897 | 2025-02-07T09:49:43.430Z | Compiling hyper-staticfile v0.10.1 |
2898 | 2025-02-07T09:49:44.548Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2899 | 2025-02-07T09:49:44.625Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2900 | 2025-02-07T09:49:44.651Z | Compiling num-bigint v0.4.6 |
2901 | 2025-02-07T09:49:45.013Z | Compiling des v0.8.1 |
2902 | 2025-02-07T09:49:45.159Z | Compiling subprocess v0.2.9 |
2903 | 2025-02-07T09:49:45.368Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2904 | 2025-02-07T09:49:45.782Z | Compiling display-error-chain v0.2.2 |
2905 | 2025-02-07T09:49:46.016Z | Compiling hex-literal v0.4.1 |
2906 | 2025-02-07T09:49:46.196Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2907 | 2025-02-07T09:49:46.251Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2908 | 2025-02-07T09:49:46.991Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2909 | 2025-02-07T09:49:47.513Z | Compiling internet-checksum v0.2.1 |
2910 | 2025-02-07T09:49:47.774Z | Compiling russh v0.45.0 |
2911 | 2025-02-07T09:49:54.439Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2912 | 2025-02-07T09:49:54.440Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2913 | 2025-02-07T09:49:54.442Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2914 | 2025-02-07T09:49:54.442Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2915 | 2025-02-07T09:49:57.378Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2916 | 2025-02-07T09:49:57.705Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2917 | 2025-02-07T09:49:58.818Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2918 | 2025-02-07T09:49:59.233Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2919 | 2025-02-07T09:49:59.479Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2920 | 2025-02-07T09:49:59.943Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2921 | 2025-02-07T09:50:02.486Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2922 | 2025-02-07T09:50:02.637Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2923 | 2025-02-07T09:50:02.977Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2924 | 2025-02-07T09:50:03.473Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2925 | 2025-02-07T09:50:03.750Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2926 | 2025-02-07T09:50:04.146Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2927 | 2025-02-07T09:50:04.644Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2928 | 2025-02-07T09:50:06.274Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2929 | 2025-02-07T09:50:08.319Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2930 | 2025-02-07T09:50:08.764Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2931 | 2025-02-07T09:50:09.224Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2932 | 2025-02-07T09:50:09.408Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2933 | 2025-02-07T09:50:09.507Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2934 | 2025-02-07T09:50:12.107Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2935 | 2025-02-07T09:50:14.219Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2936 | 2025-02-07T09:50:14.895Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2937 | 2025-02-07T09:50:15.273Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2938 | 2025-02-07T09:50:16.864Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2939 | 2025-02-07T09:50:22.460Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2940 | 2025-02-07T09:50:31.213Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2941 | 2025-02-07T09:50:32.919Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2942 | 2025-02-07T09:50:57.407Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2943 | 2025-02-07T09:51:22.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
2944 | 2025-02-07T09:51:23.065Z | |
2945 | 2025-02-07T09:51:23.068Z | real 2:33.874019319 |
2946 | 2025-02-07T09:51:23.068Z | user 12:54.764414291 |
2947 | 2025-02-07T09:51:23.068Z | sys 1:39.949398526 |
2948 | 2025-02-07T09:51:23.068Z | trap 0.437485795 |
2949 | 2025-02-07T09:51:23.068Z | tflt 1.489005938 |
2950 | 2025-02-07T09:51:23.068Z | dflt 1.006833319 |
2951 | 2025-02-07T09:51:23.068Z | kflt 0.000043578 |
2952 | 2025-02-07T09:51:23.068Z | lock 23:56.402049679 |
2953 | 2025-02-07T09:51:23.068Z | slp 44:23.712075280 |
2954 | 2025-02-07T09:51:23.068Z | lat 39.066308082 |
2955 | 2025-02-07T09:51:23.068Z | stop 1:40.900414673 |
2956 | 2025-02-07T09:51:23.068Z | + mkdir tests |
2957 | 2025-02-07T09:51:23.071Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2958 | 2025-02-07T09:51:23.074Z | + xargs -I '{}' -t cp '{}' tests/ |
2959 | 2025-02-07T09:51:23.114Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3218c1e3add16197 tests/ |
2960 | 2025-02-07T09:51:23.138Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-72ddb95cf4488397 tests/ |
2961 | 2025-02-07T09:51:23.160Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-7952995f40b9b458 tests/ |
2962 | 2025-02-07T09:51:23.182Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-c76d1ec161e6d93b tests/ |
2963 | 2025-02-07T09:51:23.407Z | + 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/*) |
2964 | 2025-02-07T09:51:23.410Z | + 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-72ddb95cf4488397 tests/commtest-7952995f40b9b458 tests/dhcp_server-3218c1e3add16197 tests/end_to_end_tests-c76d1ec161e6d93b 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 |
2965 | 2025-02-07T09:52:37.497Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2966 | 2025-02-07T09:52:37.497Z | a .github/buildomat/ci-env.sh 1K |
2967 | 2025-02-07T09:52:37.497Z | a out/target/test 1K |
2968 | 2025-02-07T09:52:37.497Z | a out/npuzone/npuzone 23144K |
2969 | 2025-02-07T09:52:37.497Z | a package-manifest.toml 33K |
2970 | 2025-02-07T09:52:37.497Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2971 | 2025-02-07T09:52:37.497Z | a target/release/omicron-package 35951K |
2972 | 2025-02-07T09:52:37.497Z | a target/release/xtask 11805K |
2973 | 2025-02-07T09:52:37.497Z | a target/debug/bootstrap 219889K |
2974 | 2025-02-07T09:52:37.498Z | a tests/bootstrap-72ddb95cf4488397 24119K |
2975 | 2025-02-07T09:52:37.498Z | a tests/commtest-7952995f40b9b458 24221K |
2976 | 2025-02-07T09:52:37.498Z | a tests/dhcp_server-3218c1e3add16197 24119K |
2977 | 2025-02-07T09:52:37.498Z | a tests/end_to_end_tests-c76d1ec161e6d93b 280821K |
2978 | 2025-02-07T09:52:37.498Z | a out/clickhouse.tar.gz 294455K |
2979 | 2025-02-07T09:52:37.498Z | a out/clickhouse_keeper.tar.gz 281597K |
2980 | 2025-02-07T09:52:37.498Z | a out/clickhouse_server.tar.gz 294439K |
2981 | 2025-02-07T09:52:37.498Z | a out/cockroachdb.tar.gz 134928K |
2982 | 2025-02-07T09:52:37.498Z | a out/crucible-dtrace.tar 98K |
2983 | 2025-02-07T09:52:37.498Z | a out/crucible-pantry-zone.tar.gz 28564K |
2984 | 2025-02-07T09:52:37.498Z | a out/crucible-zone.tar.gz 36910K |
2985 | 2025-02-07T09:52:37.498Z | a out/external-dns.tar.gz 35409K |
2986 | 2025-02-07T09:52:37.498Z | a out/internal-dns.tar.gz 35409K |
2987 | 2025-02-07T09:52:37.498Z | a out/mg-ddm-gz.tar 63075K |
2988 | 2025-02-07T09:52:37.498Z | a out/nexus.tar.gz 100485K |
2989 | 2025-02-07T09:52:37.498Z | a out/ntp.tar.gz 10494K |
2990 | 2025-02-07T09:52:37.498Z | a out/omicron-gateway-softnpu.tar.gz 24042K |
2991 | 2025-02-07T09:52:37.498Z | a out/omicron-sled-agent.tar 113827K |
2992 | 2025-02-07T09:52:37.498Z | a out/overlay.tar.gz 3K |
2993 | 2025-02-07T09:52:37.498Z | a out/oximeter.tar.gz 48257K |
2994 | 2025-02-07T09:52:37.498Z | a out/oxlog.tar 3124K |
2995 | 2025-02-07T09:52:37.498Z | a out/probe.tar.gz 2764K |
2996 | 2025-02-07T09:52:37.498Z | a out/propolis-server.tar.gz 66528K |
2997 | 2025-02-07T09:52:37.498Z | a out/pumpkind-gz.tar 26665K |
2998 | 2025-02-07T09:52:37.498Z | a out/switch-softnpu.tar.gz 237999K |
2999 | 2025-02-07T09:52:37.501Z | |
3000 | 2025-02-07T09:52:37.501Z | real 1:14.085822146 |
3001 | 2025-02-07T09:52:37.501Z | user 1:10.373174565 |
3002 | 2025-02-07T09:52:37.501Z | sys 5.389067726 |
3003 | 2025-02-07T09:52:37.501Z | trap 0.019457435 |
3004 | 2025-02-07T09:52:37.501Z | tflt 0.000000000 |
3005 | 2025-02-07T09:52:37.501Z | dflt 0.000000000 |
3006 | 2025-02-07T09:52:37.501Z | kflt 0.000000000 |
3007 | 2025-02-07T09:52:37.502Z | lock 0.000000000 |
3008 | 2025-02-07T09:52:37.502Z | slp 1:10.104468718 |
3009 | 2025-02-07T09:52:37.502Z | lat 2.280503912 |
3010 | 2025-02-07T09:52:37.502Z | stop 0.000217036 |
3011 | 2025-02-07T09:52:37.504Z | process exited: duration 2044482 ms, exit code 0 |
|
3012 | 2025-02-07T09:52:37.518Z | found 1 output files |
3013 | 2025-02-07T09:52:37.518Z | uploading: /work/package.tar.gz (1904651368 bytes) |
3014 | 2025-02-07T09:53:19.726Z | uploaded: /work/package.tar.gz |