|
|
|
1 | 2025-02-23T08:22:16.315Z | job assigned to worker 01JMRYB36ZBMNDH2B7H0FQG0NJ [factory aws, i-0af0dc47aca068ef7] (queued for 56 s) |
|
2 | 2025-02-23T08:22:24.494Z | starting task 0: "setup" |
3 | 2025-02-23T08:22:24.499Z | ++ uname -s |
4 | 2025-02-23T08:22:24.502Z | + kern=SunOS |
5 | 2025-02-23T08:22:24.502Z | + build_user=build |
6 | 2025-02-23T08:22:24.502Z | + build_uid=12345 |
7 | 2025-02-23T08:22:24.502Z | + work_dir=/work |
8 | 2025-02-23T08:22:24.502Z | + input_dir=/input |
9 | 2025-02-23T08:22:24.502Z | + [[ 0 == 12345 ]] |
10 | 2025-02-23T08:22:24.502Z | + case "$kern" in |
11 | 2025-02-23T08:22:24.502Z | + groupadd -g 12345 build |
12 | 2025-02-23T08:22:24.505Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-23T08:22:26.514Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-23T08:22:26.648Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-23T08:22:26.650Z | + home_fs=zfs |
16 | 2025-02-23T08:22:26.650Z | + [[ zfs == autofs ]] |
17 | 2025-02-23T08:22:26.650Z | + mkdir -p /home/build |
18 | 2025-02-23T08:22:26.653Z | + chown build:build /home/build /work |
19 | 2025-02-23T08:22:28.654Z | + chmod 0700 /home/build /work |
20 | 2025-02-23T08:22:28.657Z | process exited: duration 4164 ms, exit code 0 |
|
21 | 2025-02-23T08:22:28.662Z | starting task 1: "rust-toolchain" |
22 | 2025-02-23T08:22:28.667Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-23T08:22:28.667Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-02-23T08:22:28.667Z | * rust toolchain channel = "1.85.0" |
25 | 2025-02-23T08:22:28.667Z | * rust toolchain profile = "default" |
26 | 2025-02-23T08:22:28.667Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-23T08:22:28.667Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-23T08:22:28.670Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-23T08:22:28.670Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-23T08:22:28.787Z | info: downloading installer |
31 | 2025-02-23T08:22:29.971Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-23T08:22:29.971Z | warning: /opt/ooce/bin |
33 | 2025-02-23T08:22:29.971Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-23T08:22:29.971Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-23T08:22:29.971Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-23T08:22:29.971Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-23T08:22:29.971Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-23T08:22:29.971Z | error: cannot install while Rust is installed |
39 | 2025-02-23T08:22:29.971Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-23T08:22:29.999Z | info: profile set to 'default' |
41 | 2025-02-23T08:22:29.999Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-23T08:22:30.002Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-23T08:22:30.162Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-23T08:22:30.162Z | info: downloading component 'cargo' |
45 | 2025-02-23T08:22:31.032Z | info: downloading component 'clippy' |
46 | 2025-02-23T08:22:31.368Z | info: downloading component 'rust-docs' |
47 | 2025-02-23T08:22:32.709Z | info: downloading component 'rust-std' |
48 | 2025-02-23T08:22:34.670Z | info: downloading component 'rustc' |
49 | 2025-02-23T08:22:41.384Z | info: downloading component 'rustfmt' |
50 | 2025-02-23T08:22:41.634Z | info: installing component 'cargo' |
51 | 2025-02-23T08:22:42.497Z | info: installing component 'clippy' |
52 | 2025-02-23T08:22:42.880Z | info: installing component 'rust-docs' |
53 | 2025-02-23T08:22:44.648Z | info: installing component 'rust-std' |
54 | 2025-02-23T08:22:46.540Z | info: installing component 'rustc' |
55 | 2025-02-23T08:22:52.501Z | info: installing component 'rustfmt' |
56 | 2025-02-23T08:22:52.839Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-23T08:22:52.839Z | |
58 | 2025-02-23T08:22:53.211Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-23T08:22:53.211Z | |
60 | 2025-02-23T08:22:53.214Z | |
61 | 2025-02-23T08:22:53.214Z | Rust is installed now. Great! |
62 | 2025-02-23T08:22:53.215Z | |
63 | 2025-02-23T08:22:53.215Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-23T08:22:53.215Z | environment variable. This has not been done automatically. |
65 | 2025-02-23T08:22:53.215Z | |
66 | 2025-02-23T08:22:53.215Z | To configure your current shell, you need to source |
67 | 2025-02-23T08:22:53.215Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-23T08:22:53.215Z | |
69 | 2025-02-23T08:22:53.215Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-23T08:22:53.215Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-23T08:22:53.215Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-23T08:22:53.290Z | + rustup --version |
73 | 2025-02-23T08:22:53.296Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-23T08:22:53.296Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-23T08:22:53.381Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-23T08:22:53.384Z | + cargo --version |
77 | 2025-02-23T08:22:53.442Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-23T08:22:53.446Z | + rustc --version |
79 | 2025-02-23T08:22:53.509Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-23T08:22:53.512Z | process exited: duration 24848 ms, exit code 0 |
|
81 | 2025-02-23T08:22:53.519Z | starting task 2: "authentication" |
82 | 2025-02-23T08:22:53.540Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-23T08:22:53.545Z | starting task 3: "clone repository" |
84 | 2025-02-23T08:22:53.550Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-23T08:22:53.553Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-23T08:22:53.584Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-23T08:23:00.788Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-23T08:23:00.792Z | + git fetch origin fef44b3229fc3a7f8a483a2e323b831dc82f07e3 |
89 | 2025-02-23T08:23:01.088Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-23T08:23:01.088Z | * branch fef44b3229fc3a7f8a483a2e323b831dc82f07e3 -> FETCH_HEAD |
91 | 2025-02-23T08:23:01.099Z | + [[ -n renovate/test-strategy-0.x ]] |
92 | 2025-02-23T08:23:01.101Z | ++ git branch --show-current |
93 | 2025-02-23T08:23:01.104Z | + current=main |
94 | 2025-02-23T08:23:01.104Z | + [[ main != renovate/test-strategy-0.x ]] |
95 | 2025-02-23T08:23:01.104Z | + git branch -f renovate/test-strategy-0.x fef44b3229fc3a7f8a483a2e323b831dc82f07e3 |
96 | 2025-02-23T08:23:01.106Z | + git checkout -f renovate/test-strategy-0.x |
97 | 2025-02-23T08:23:01.183Z | Switched to branch 'renovate/test-strategy-0.x' |
98 | 2025-02-23T08:23:01.185Z | + git reset --hard fef44b3229fc3a7f8a483a2e323b831dc82f07e3 |
99 | 2025-02-23T08:23:01.262Z | HEAD is now at fef44b322 merge main into branch |
100 | 2025-02-23T08:23:01.266Z | process exited: duration 7717 ms, exit code 0 |
|
101 | 2025-02-23T08:23:01.271Z | starting task 4: "build" |
102 | 2025-02-23T08:23:01.276Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-23T08:23:01.279Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-23T08:23:01.279Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-23T08:23:01.279Z | + cargo --version |
106 | 2025-02-23T08:23:01.328Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-02-23T08:23:01.332Z | + rustc --version |
108 | 2025-02-23T08:23:01.395Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-02-23T08:23:01.398Z | + WORK=/work |
110 | 2025-02-23T08:23:01.400Z | + pfexec mkdir -p /work |
111 | 2025-02-23T08:23:01.403Z | + pfexec chown build /work |
112 | 2025-02-23T08:23:01.405Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
113 | 2025-02-23T08:23:02.888Z | pkg list: illegal option -- F |
114 | 2025-02-23T08:23:02.888Z | Usage: |
115 | 2025-02-23T08:23:02.890Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
116 | 2025-02-23T08:23:02.890Z | [pkg_fmri_pattern ...] |
117 | 2025-02-23T08:23:03.743Z | pkg list: illegal option -- F |
118 | 2025-02-23T08:23:03.743Z | Usage: |
119 | 2025-02-23T08:23:03.746Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-02-23T08:23:03.746Z | [pkg_fmri_pattern ...] |
121 | 2025-02-23T08:23:10.348Z | Startup: Refreshing catalog 'helios-dev' ... Done |
122 | 2025-02-23T08:23:14.694Z | Startup: Caching catalogs ... Done |
123 | 2025-02-23T08:23:28.170Z | Planning: Solver setup ... Done (12.527s) |
124 | 2025-02-23T08:23:28.328Z | Planning: Running solver ... Done (0.157s) |
125 | 2025-02-23T08:23:28.451Z | Planning: Finding local manifests ... Done (0.006s) |
126 | 2025-02-23T08:23:28.475Z | Planning: Fetching manifests: 0/7 0% complete |
127 | 2025-02-23T08:23:28.730Z | Planning: Fetching manifests: 7/7 100% complete |
128 | 2025-02-23T08:23:28.841Z | Planning: Package planning ... Done (0.111s) |
129 | 2025-02-23T08:23:28.897Z | Planning: Merging actions ... Done (0.056s) |
130 | 2025-02-23T08:23:29.098Z | Planning: Checking for conflicting actions ... Done (0.200s) |
131 | 2025-02-23T08:23:31.149Z | Planning: Consolidating action changes ... Done (2.051s) |
132 | 2025-02-23T08:23:31.593Z | Planning: Evaluating mediators ... Done (0.444s) |
133 | 2025-02-23T08:23:31.676Z | Planning: Planning completed in 16.88 seconds |
134 | 2025-02-23T08:23:31.691Z | Packages to install: 4 |
135 | 2025-02-23T08:23:31.692Z | Packages to update: 3 |
136 | 2025-02-23T08:23:31.693Z | Mediators to change: 2 |
137 | 2025-02-23T08:23:31.693Z | Services to change: 1 |
138 | 2025-02-23T08:23:31.696Z | Estimated space available: 155.61 GB |
139 | 2025-02-23T08:23:31.696Z | Estimated space to be consumed: 1.66 GB |
140 | 2025-02-23T08:23:31.696Z | Create boot environment: No |
141 | 2025-02-23T08:23:31.696Z | Create backup boot environment: Yes |
142 | 2025-02-23T08:23:31.696Z | Rebuild boot archive: No |
143 | 2025-02-23T08:23:31.696Z | |
144 | 2025-02-23T08:23:31.696Z | Changed mediators: |
145 | 2025-02-23T08:23:31.696Z | mediator clang: |
146 | 2025-02-23T08:23:31.696Z | version: None -> 15 (system default) |
147 | 2025-02-23T08:23:31.696Z | |
148 | 2025-02-23T08:23:31.696Z | mediator llvm: |
149 | 2025-02-23T08:23:31.696Z | version: 14 (system default) -> 15 (system default) |
150 | 2025-02-23T08:23:31.696Z | |
151 | 2025-02-23T08:23:31.696Z | Changed packages: |
152 | 2025-02-23T08:23:31.696Z | helios-dev |
153 | 2025-02-23T08:23:31.696Z | developer/build-essential |
154 | 2025-02-23T08:23:31.696Z | None -> 11-2.0 |
155 | 2025-02-23T08:23:31.696Z | library/libxmlsec1 |
156 | 2025-02-23T08:23:31.696Z | None -> 1.2.35-2.0 |
157 | 2025-02-23T08:23:31.696Z | ooce/developer/clang-15 |
158 | 2025-02-23T08:23:31.696Z | None -> 15.0.7-2.0 |
159 | 2025-02-23T08:23:31.696Z | ooce/developer/llvm-15 |
160 | 2025-02-23T08:23:31.696Z | None -> 15.0.7-2.0 |
161 | 2025-02-23T08:23:31.696Z | package/pkg |
162 | 2025-02-23T08:23:31.696Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
163 | 2025-02-23T08:23:31.696Z | system/library/g++-runtime |
164 | 2025-02-23T08:23:31.696Z | 13-2.0 -> 14-2.0 |
165 | 2025-02-23T08:23:31.696Z | system/library/gcc-runtime |
166 | 2025-02-23T08:23:31.696Z | 13-2.0 -> 14-2.0 |
167 | 2025-02-23T08:23:31.696Z | |
168 | 2025-02-23T08:23:31.696Z | Services: |
169 | 2025-02-23T08:23:31.696Z | restart_fmri: |
170 | 2025-02-23T08:23:31.697Z | svc:/system/update-man-index:default |
171 | 2025-02-23T08:23:31.697Z | |
172 | 2025-02-23T08:23:31.697Z | Editable files to change: |
173 | 2025-02-23T08:23:31.697Z | Update: |
174 | 2025-02-23T08:23:31.697Z | usr/share/lib/pkg/web/config.shtml |
175 | 2025-02-23T08:23:31.777Z | |
176 | 2025-02-23T08:23:31.777Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
177 | 2025-02-23T08:23:36.787Z | Download: 666/4301 items 17.7/225.4MB 7% complete (3.7M/s) |
178 | 2025-02-23T08:23:41.786Z | Download: 1405/4301 items 115.5/225.4MB 51% complete (11.8M/s) |
179 | 2025-02-23T08:23:46.807Z | Download: 2215/4301 items 119.2/225.4MB 52% complete (10.2M/s) |
180 | 2025-02-23T08:23:51.808Z | Download: 3161/4301 items 152.1/225.4MB 67% complete (3.6M/s) |
181 | 2025-02-23T08:23:57.085Z | Download: 3287/4301 items 212.5/225.4MB 94% complete (9.3M/s) |
182 | 2025-02-23T08:24:02.086Z | Download: 3965/4301 items 218.6/225.4MB 96% complete (6.0M/s) |
183 | 2025-02-23T08:24:09.702Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (3.6M/s) |
184 | 2025-02-23T08:24:13.103Z | Download: Completed 225.42 MB in 41.32 seconds (5.5M/s) |
185 | 2025-02-23T08:24:15.079Z | Actions: 1/5122 actions (Removing old actions) |
186 | 2025-02-23T08:24:15.099Z | Actions: 194/5122 actions (Installing new actions) |
187 | 2025-02-23T08:24:19.848Z | Actions: 4267/5122 actions (Updating modified actions) |
188 | 2025-02-23T08:24:20.214Z | Actions: Completed 5122 actions in 5.13 seconds. |
189 | 2025-02-23T08:24:20.453Z | Done (0.232s) |
190 | 2025-02-23T08:24:20.456Z | Done (0.001s) |
191 | 2025-02-23T08:24:21.071Z | Done (0.615s) |
192 | 2025-02-23T08:24:25.771Z | Done (4.475s) |
193 | 2025-02-23T08:24:25.857Z | Done (0.019s) |
194 | 2025-02-23T08:24:25.860Z | Done (0.000s) |
195 | 2025-02-23T08:24:26.026Z | Done (0.000s) |
196 | 2025-02-23T08:24:26.758Z | Planning: Evaluating mediator changes ... Done |
197 | 2025-02-23T08:24:26.921Z | Planning: Checking for conflicting actions ... Done |
198 | 2025-02-23T08:24:26.926Z | Planning: Consolidating action changes ... Done |
199 | 2025-02-23T08:24:27.198Z | Planning: Evaluating mediators ... Done |
200 | 2025-02-23T08:24:27.201Z | Planning: Planning completed in 0.44 seconds |
201 | 2025-02-23T08:24:27.239Z | Mediators to change: 2 |
202 | 2025-02-23T08:24:27.239Z | Create boot environment: No |
203 | 2025-02-23T08:24:27.242Z | Create backup boot environment: No |
204 | 2025-02-23T08:24:27.319Z | Done |
205 | 2025-02-23T08:24:27.319Z | Done |
206 | 2025-02-23T08:24:27.737Z | Done |
207 | 2025-02-23T08:24:31.529Z | Done |
208 | 2025-02-23T08:24:31.620Z | Done |
209 | 2025-02-23T08:24:31.622Z | Done |
210 | 2025-02-23T08:24:31.736Z | Done |
211 | 2025-02-23T08:24:32.362Z | Planning: Evaluating mediator changes ... Done |
212 | 2025-02-23T08:24:32.364Z | Planning: Merging actions ... Done |
213 | 2025-02-23T08:24:32.558Z | Planning: Checking for conflicting actions ... Done |
214 | 2025-02-23T08:24:32.561Z | Planning: Consolidating action changes ... Done |
215 | 2025-02-23T08:24:32.833Z | Planning: Evaluating mediators ... Done |
216 | 2025-02-23T08:24:32.890Z | Planning: Planning completed in 0.78 seconds |
217 | 2025-02-23T08:24:32.933Z | Packages to change: 1 |
218 | 2025-02-23T08:24:32.933Z | Mediators to change: 1 |
219 | 2025-02-23T08:24:32.936Z | Services to change: 1 |
220 | 2025-02-23T08:24:32.936Z | Create boot environment: No |
221 | 2025-02-23T08:24:32.936Z | Create backup boot environment: Yes |
222 | 2025-02-23T08:24:35.179Z | Actions: 1/6 actions (Updating modified actions) |
223 | 2025-02-23T08:24:35.182Z | Actions: Completed 6 actions in 0.00 seconds. |
224 | 2025-02-23T08:24:35.182Z | Done |
225 | 2025-02-23T08:24:35.182Z | Done |
226 | 2025-02-23T08:24:35.305Z | Done |
227 | 2025-02-23T08:24:39.079Z | Done |
228 | 2025-02-23T08:24:39.175Z | Done |
229 | 2025-02-23T08:24:39.177Z | Done |
230 | 2025-02-23T08:24:39.317Z | Done |
231 | 2025-02-23T08:24:39.755Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
232 | 2025-02-23T08:24:39.755Z | clang system 15 system |
233 | 2025-02-23T08:24:39.755Z | csh system system illumos |
234 | 2025-02-23T08:24:39.755Z | ctags system system illumos |
235 | 2025-02-23T08:24:39.755Z | gcc vendor 12 vendor |
236 | 2025-02-23T08:24:39.755Z | gcc system 10 system |
237 | 2025-02-23T08:24:39.755Z | gcc system 7 system |
238 | 2025-02-23T08:24:39.755Z | go system 1.20 system |
239 | 2025-02-23T08:24:39.755Z | go system 1.19 system |
240 | 2025-02-23T08:24:39.755Z | llvm system 15 system |
241 | 2025-02-23T08:24:39.755Z | llvm system 14 system |
242 | 2025-02-23T08:24:39.755Z | mariadb system 10.6 system |
243 | 2025-02-23T08:24:39.755Z | mta vendor vendor dma |
244 | 2025-02-23T08:24:39.755Z | openjdk system 17 system |
245 | 2025-02-23T08:24:39.755Z | openjdk system 11 system |
246 | 2025-02-23T08:24:39.756Z | openjdk system 1.8 system |
247 | 2025-02-23T08:24:39.756Z | openssl vendor 3 vendor |
248 | 2025-02-23T08:24:39.756Z | perl system 5.36 system |
249 | 2025-02-23T08:24:39.756Z | postgresql system 15 system |
250 | 2025-02-23T08:24:39.756Z | postgresql system 13 system |
251 | 2025-02-23T08:24:39.756Z | python vendor 3 vendor |
252 | 2025-02-23T08:24:39.756Z | python system 2 system |
253 | 2025-02-23T08:24:39.756Z | python3 system 3.11 system |
254 | 2025-02-23T08:24:39.756Z | ruby system 3.0 system |
255 | 2025-02-23T08:24:39.756Z | words vendor vendor american-english |
256 | 2025-02-23T08:24:39.756Z | words system system australian-english |
257 | 2025-02-23T08:24:39.756Z | words system system british-english |
258 | 2025-02-23T08:24:39.756Z | words system system canadian-english |
259 | 2025-02-23T08:24:39.756Z | words system system french |
260 | 2025-02-23T08:24:39.756Z | words system system italian |
261 | 2025-02-23T08:24:39.756Z | words system system ngerman |
262 | 2025-02-23T08:24:39.756Z | words system system ogerman |
263 | 2025-02-23T08:24:39.756Z | words system system spanish |
264 | 2025-02-23T08:24:40.094Z | PUBLISHER TYPE STATUS P LOCATION |
265 | 2025-02-23T08:24:40.095Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
266 | 2025-02-23T08:24:43.152Z | FMRI IFO |
267 | 2025-02-23T08:24:43.152Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
268 | 2025-02-23T08:24:43.152Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
269 | 2025-02-23T08:24:43.153Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
270 | 2025-02-23T08:24:43.153Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
271 | 2025-02-23T08:24:43.153Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
272 | 2025-02-23T08:24:43.153Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
273 | 2025-02-23T08:24:43.153Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
274 | 2025-02-23T08:24:43.153Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
275 | 2025-02-23T08:24:43.153Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
276 | 2025-02-23T08:24:43.153Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
277 | 2025-02-23T08:24:43.153Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
278 | 2025-02-23T08:24:43.153Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
279 | 2025-02-23T08:24:43.153Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
280 | 2025-02-23T08:24:43.153Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
281 | 2025-02-23T08:24:43.153Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
282 | 2025-02-23T08:24:43.943Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
283 | 2025-02-23T08:24:44.220Z | Updating crates.io index |
284 | 2025-02-23T08:24:44.223Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
285 | 2025-02-23T08:24:44.802Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
286 | 2025-02-23T08:24:45.029Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
287 | 2025-02-23T08:24:45.241Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
288 | 2025-02-23T08:24:46.246Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
289 | 2025-02-23T08:24:47.934Z | Updating git repository `https://github.com/oxidecomputer/opte` |
290 | 2025-02-23T08:24:48.556Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
291 | 2025-02-23T08:24:49.200Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
292 | 2025-02-23T08:24:49.450Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
293 | 2025-02-23T08:24:49.686Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
294 | 2025-02-23T08:24:50.305Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
295 | 2025-02-23T08:24:50.751Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
296 | 2025-02-23T08:24:51.045Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
297 | 2025-02-23T08:24:51.359Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
298 | 2025-02-23T08:24:51.601Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
299 | 2025-02-23T08:24:51.834Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
300 | 2025-02-23T08:24:52.090Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
301 | 2025-02-23T08:24:52.342Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
302 | 2025-02-23T08:24:52.619Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
303 | 2025-02-23T08:24:52.925Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
304 | 2025-02-23T08:24:53.247Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
305 | 2025-02-23T08:24:53.521Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
306 | 2025-02-23T08:24:53.899Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
307 | 2025-02-23T08:24:54.370Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
308 | 2025-02-23T08:24:54.714Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
309 | 2025-02-23T08:24:55.100Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
310 | 2025-02-23T08:24:55.515Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
311 | 2025-02-23T08:24:55.778Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
312 | 2025-02-23T08:24:56.022Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
313 | 2025-02-23T08:24:56.260Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
314 | 2025-02-23T08:24:57.380Z | Downloading crates ... |
315 | 2025-02-23T08:24:57.443Z | Downloaded byteorder v1.5.0 |
316 | 2025-02-23T08:24:57.445Z | Downloaded bytecount v0.6.8 |
317 | 2025-02-23T08:24:57.448Z | Downloaded anstyle-parse v0.2.5 |
318 | 2025-02-23T08:24:57.450Z | Downloaded anstyle v1.0.10 |
319 | 2025-02-23T08:24:57.453Z | Downloaded scroll_derive v0.12.0 |
320 | 2025-02-23T08:24:57.455Z | Downloaded usdt-attr-macro v0.5.0 |
321 | 2025-02-23T08:24:57.458Z | Downloaded colorchoice v1.0.2 |
322 | 2025-02-23T08:24:57.465Z | Downloaded usdt-macro v0.5.0 |
323 | 2025-02-23T08:24:57.468Z | Downloaded cargo-platform v0.1.8 |
324 | 2025-02-23T08:24:57.468Z | Downloaded anstyle-query v1.1.1 |
325 | 2025-02-23T08:24:57.473Z | Downloaded swrite v0.1.0 |
326 | 2025-02-23T08:24:57.475Z | Downloaded equivalent v1.0.1 |
327 | 2025-02-23T08:24:57.480Z | Downloaded pretty-hex v0.4.1 |
328 | 2025-02-23T08:24:57.487Z | Downloaded terminal_size v0.4.0 |
329 | 2025-02-23T08:24:57.490Z | Downloaded camino-tempfile v1.1.1 |
330 | 2025-02-23T08:24:57.492Z | Downloaded autocfg v1.4.0 |
331 | 2025-02-23T08:24:57.495Z | Downloaded cpufeatures v0.2.14 |
332 | 2025-02-23T08:24:57.497Z | Downloaded itoa v1.0.11 |
333 | 2025-02-23T08:24:57.497Z | Downloaded heck v0.4.1 |
334 | 2025-02-23T08:24:57.501Z | Downloaded digest v0.10.7 |
335 | 2025-02-23T08:24:57.504Z | Downloaded thiserror-impl v1.0.69 |
336 | 2025-02-23T08:24:57.506Z | Downloaded macaddr v1.0.1 |
337 | 2025-02-23T08:24:57.506Z | Downloaded heck v0.5.0 |
338 | 2025-02-23T08:24:57.509Z | Downloaded generic-array v0.14.7 |
339 | 2025-02-23T08:24:57.509Z | Downloaded usdt-impl v0.5.0 |
340 | 2025-02-23T08:24:57.512Z | Downloaded fastrand v2.1.1 |
341 | 2025-02-23T08:24:57.512Z | Downloaded anyhow v1.0.96 |
342 | 2025-02-23T08:24:57.515Z | Downloaded cfg-if v1.0.0 |
343 | 2025-02-23T08:24:57.518Z | Downloaded version_check v0.9.5 |
344 | 2025-02-23T08:24:57.520Z | Downloaded strsim v0.11.1 |
345 | 2025-02-23T08:24:57.520Z | Downloaded errno v0.3.9 |
346 | 2025-02-23T08:24:57.523Z | Downloaded block-buffer v0.10.4 |
347 | 2025-02-23T08:24:57.523Z | Downloaded fs-err v2.11.0 |
348 | 2025-02-23T08:24:57.526Z | Downloaded fnv v1.0.7 |
349 | 2025-02-23T08:24:57.526Z | Downloaded unicode-linebreak v0.1.5 |
350 | 2025-02-23T08:24:57.526Z | Downloaded smawk v0.3.2 |
351 | 2025-02-23T08:24:57.528Z | Downloaded serde_tokenstream v0.2.2 |
352 | 2025-02-23T08:24:57.532Z | Downloaded toml_datetime v0.6.8 |
353 | 2025-02-23T08:24:57.535Z | Downloaded utf8parse v0.2.2 |
354 | 2025-02-23T08:24:57.535Z | Downloaded thread-id v4.2.2 |
355 | 2025-02-23T08:24:57.537Z | Downloaded proc-macro-error-attr v1.0.4 |
356 | 2025-02-23T08:24:57.537Z | Downloaded pest_generator v2.7.14 |
357 | 2025-02-23T08:24:57.539Z | Downloaded crypto-common v0.1.6 |
358 | 2025-02-23T08:24:57.539Z | Downloaded clap_lex v0.7.4 |
359 | 2025-02-23T08:24:57.539Z | Downloaded cargo_metadata v0.18.1 |
360 | 2025-02-23T08:24:57.542Z | Downloaded memmap v0.7.0 |
361 | 2025-02-23T08:24:57.546Z | Downloaded dtrace-parser v0.2.0 |
362 | 2025-02-23T08:24:57.546Z | Downloaded camino v1.1.9 |
363 | 2025-02-23T08:24:57.548Z | Downloaded serde_spanned v0.6.8 |
364 | 2025-02-23T08:24:57.548Z | Downloaded sha2 v0.10.8 |
365 | 2025-02-23T08:24:57.551Z | Downloaded thiserror v1.0.69 |
366 | 2025-02-23T08:24:57.554Z | Downloaded scroll v0.12.0 |
367 | 2025-02-23T08:24:57.557Z | Downloaded semver v1.0.25 |
368 | 2025-02-23T08:24:57.560Z | Downloaded plain v0.2.3 |
369 | 2025-02-23T08:24:57.563Z | Downloaded usdt v0.5.0 |
370 | 2025-02-23T08:24:57.563Z | Downloaded is_terminal_polyfill v1.70.1 |
371 | 2025-02-23T08:24:57.563Z | Downloaded proc-macro-error v1.0.4 |
372 | 2025-02-23T08:24:57.566Z | Downloaded dof v0.3.0 |
373 | 2025-02-23T08:24:57.569Z | Downloaded tabled_derive v0.7.0 |
374 | 2025-02-23T08:24:57.572Z | Downloaded cargo_toml v0.20.5 |
375 | 2025-02-23T08:24:57.572Z | Downloaded once_cell v1.20.3 |
376 | 2025-02-23T08:24:57.575Z | Downloaded anstream v0.6.15 |
377 | 2025-02-23T08:24:57.577Z | Downloaded ryu v1.0.18 |
378 | 2025-02-23T08:24:57.580Z | Downloaded typenum v1.17.0 |
379 | 2025-02-23T08:24:57.582Z | Downloaded proc-macro2 v1.0.92 |
380 | 2025-02-23T08:24:57.584Z | Downloaded clap_derive v4.5.28 |
381 | 2025-02-23T08:24:57.587Z | Downloaded ucd-trie v0.1.7 |
382 | 2025-02-23T08:24:57.589Z | Downloaded textwrap v0.16.1 |
383 | 2025-02-23T08:24:57.592Z | Downloaded zerocopy-derive v0.7.35 |
384 | 2025-02-23T08:24:57.594Z | Downloaded unicode-ident v1.0.14 |
385 | 2025-02-23T08:24:57.597Z | Downloaded pest_derive v2.7.14 |
386 | 2025-02-23T08:24:57.599Z | Downloaded log v0.4.22 |
387 | 2025-02-23T08:24:57.601Z | Downloaded toml v0.8.19 |
388 | 2025-02-23T08:24:57.604Z | Downloaded bitflags v2.6.0 |
389 | 2025-02-23T08:24:57.606Z | Downloaded clap v4.5.30 |
390 | 2025-02-23T08:24:57.614Z | Downloaded tempfile v3.13.0 |
391 | 2025-02-23T08:24:57.617Z | Downloaded quote v1.0.38 |
392 | 2025-02-23T08:24:57.619Z | Downloaded pest_meta v2.7.14 |
393 | 2025-02-23T08:24:57.622Z | Downloaded serde_derive v1.0.217 |
394 | 2025-02-23T08:24:57.629Z | Downloaded indexmap v2.7.1 |
395 | 2025-02-23T08:24:57.633Z | Downloaded serde v1.0.217 |
396 | 2025-02-23T08:24:57.643Z | Downloaded papergrid v0.11.0 |
397 | 2025-02-23T08:24:57.648Z | Downloaded toml_edit v0.22.22 |
398 | 2025-02-23T08:24:57.668Z | Downloaded memchr v2.7.4 |
399 | 2025-02-23T08:24:57.694Z | Downloaded hashbrown v0.15.1 |
400 | 2025-02-23T08:24:57.700Z | Downloaded serde_json v1.0.139 |
401 | 2025-02-23T08:24:57.706Z | Downloaded zerocopy v0.7.35 |
402 | 2025-02-23T08:24:57.720Z | Downloaded clap_builder v4.5.30 |
403 | 2025-02-23T08:24:57.727Z | Downloaded winnow v0.6.20 |
404 | 2025-02-23T08:24:57.735Z | Downloaded pest v2.7.14 |
405 | 2025-02-23T08:24:57.742Z | Downloaded goblin v0.8.2 |
406 | 2025-02-23T08:24:57.747Z | Downloaded tabled v0.15.0 |
407 | 2025-02-23T08:24:57.761Z | Downloaded syn v1.0.109 |
408 | 2025-02-23T08:24:57.771Z | Downloaded unicode-width v0.1.14 |
409 | 2025-02-23T08:24:57.776Z | Downloaded syn v2.0.96 |
410 | 2025-02-23T08:24:57.801Z | Downloaded rustix v0.38.37 |
411 | 2025-02-23T08:24:57.829Z | Downloaded libc v0.2.169 |
412 | 2025-02-23T08:24:58.112Z | Compiling proc-macro2 v1.0.92 |
413 | 2025-02-23T08:24:58.112Z | Compiling unicode-ident v1.0.14 |
414 | 2025-02-23T08:24:58.115Z | Compiling version_check v0.9.5 |
415 | 2025-02-23T08:24:58.115Z | Compiling serde v1.0.217 |
416 | 2025-02-23T08:24:58.115Z | Compiling thiserror v1.0.69 |
417 | 2025-02-23T08:24:58.116Z | Compiling memchr v2.7.4 |
418 | 2025-02-23T08:24:58.148Z | Compiling libc v0.2.169 |
419 | 2025-02-23T08:24:58.151Z | Compiling ryu v1.0.18 |
420 | 2025-02-23T08:24:58.396Z | Compiling itoa v1.0.11 |
421 | 2025-02-23T08:24:58.586Z | Compiling ucd-trie v0.1.7 |
422 | 2025-02-23T08:24:58.651Z | Compiling once_cell v1.20.3 |
423 | 2025-02-23T08:24:58.935Z | Compiling byteorder v1.5.0 |
424 | 2025-02-23T08:24:59.031Z | Compiling rustix v0.38.37 |
425 | 2025-02-23T08:24:59.071Z | Compiling serde_json v1.0.139 |
426 | 2025-02-23T08:24:59.380Z | Compiling bitflags v2.6.0 |
427 | 2025-02-23T08:24:59.480Z | Compiling proc-macro-error-attr v1.0.4 |
428 | 2025-02-23T08:24:59.546Z | Compiling usdt-impl v0.5.0 |
429 | 2025-02-23T08:24:59.827Z | Compiling syn v1.0.109 |
430 | 2025-02-23T08:24:59.869Z | Compiling proc-macro-error v1.0.4 |
431 | 2025-02-23T08:24:59.925Z | Compiling plain v0.2.3 |
432 | 2025-02-23T08:24:59.948Z | Compiling equivalent v1.0.1 |
433 | 2025-02-23T08:25:00.045Z | Compiling quote v1.0.38 |
434 | 2025-02-23T08:25:00.088Z | Compiling utf8parse v0.2.2 |
435 | 2025-02-23T08:25:00.110Z | Compiling errno v0.3.9 |
436 | 2025-02-23T08:25:00.174Z | Compiling log v0.4.22 |
437 | 2025-02-23T08:25:00.269Z | Compiling camino v1.1.9 |
438 | 2025-02-23T08:25:00.361Z | Compiling hashbrown v0.15.1 |
439 | 2025-02-23T08:25:00.455Z | Compiling syn v2.0.96 |
440 | 2025-02-23T08:25:00.649Z | Compiling anstyle-parse v0.2.5 |
441 | 2025-02-23T08:25:00.726Z | Compiling thread-id v4.2.2 |
442 | 2025-02-23T08:25:00.980Z | Compiling winnow v0.6.20 |
443 | 2025-02-23T08:25:01.009Z | Compiling colorchoice v1.0.2 |
444 | 2025-02-23T08:25:01.178Z | Compiling pretty-hex v0.4.1 |
445 | 2025-02-23T08:25:01.352Z | Compiling indexmap v2.7.1 |
446 | 2025-02-23T08:25:01.405Z | Compiling anstyle v1.0.10 |
447 | 2025-02-23T08:25:01.430Z | Compiling autocfg v1.4.0 |
448 | 2025-02-23T08:25:01.470Z | Compiling semver v1.0.25 |
449 | 2025-02-23T08:25:01.864Z | Compiling unicode-width v0.1.14 |
450 | 2025-02-23T08:25:01.988Z | Compiling is_terminal_polyfill v1.70.1 |
451 | 2025-02-23T08:25:02.135Z | Compiling anstyle-query v1.1.1 |
452 | 2025-02-23T08:25:02.307Z | Compiling anstream v0.6.15 |
453 | 2025-02-23T08:25:02.364Z | Compiling fs-err v2.11.0 |
454 | 2025-02-23T08:25:02.404Z | Compiling terminal_size v0.4.0 |
455 | 2025-02-23T08:25:02.684Z | Compiling anyhow v1.0.96 |
456 | 2025-02-23T08:25:02.739Z | Compiling clap_lex v0.7.4 |
457 | 2025-02-23T08:25:02.784Z | Compiling cfg-if v1.0.0 |
458 | 2025-02-23T08:25:02.808Z | Compiling heck v0.4.1 |
459 | 2025-02-23T08:25:02.886Z | Compiling fastrand v2.1.1 |
460 | 2025-02-23T08:25:02.910Z | Compiling heck v0.5.0 |
461 | 2025-02-23T08:25:03.272Z | Compiling bytecount v0.6.8 |
462 | 2025-02-23T08:25:03.369Z | Compiling fnv v1.0.7 |
463 | 2025-02-23T08:25:03.391Z | Compiling strsim v0.11.1 |
464 | 2025-02-23T08:25:03.527Z | Compiling papergrid v0.11.0 |
465 | 2025-02-23T08:25:03.610Z | Compiling tempfile v3.13.0 |
466 | 2025-02-23T08:25:03.780Z | Compiling clap_builder v4.5.30 |
467 | 2025-02-23T08:25:04.035Z | Compiling memmap v0.7.0 |
468 | 2025-02-23T08:25:04.116Z | Compiling unicode-linebreak v0.1.5 |
469 | 2025-02-23T08:25:04.281Z | Compiling smawk v0.3.2 |
470 | 2025-02-23T08:25:04.513Z | Compiling swrite v0.1.0 |
471 | 2025-02-23T08:25:04.672Z | Compiling textwrap v0.16.1 |
472 | 2025-02-23T08:25:05.318Z | Compiling tabled_derive v0.7.0 |
473 | 2025-02-23T08:25:06.585Z | Compiling tabled v0.15.0 |
474 | 2025-02-23T08:25:07.293Z | Compiling serde_derive v1.0.217 |
475 | 2025-02-23T08:25:07.293Z | Compiling thiserror-impl v1.0.69 |
476 | 2025-02-23T08:25:07.296Z | Compiling zerocopy-derive v0.7.35 |
477 | 2025-02-23T08:25:07.296Z | Compiling scroll_derive v0.12.0 |
478 | 2025-02-23T08:25:07.296Z | Compiling clap_derive v4.5.28 |
479 | 2025-02-23T08:25:08.754Z | Compiling scroll v0.12.0 |
480 | 2025-02-23T08:25:09.258Z | Compiling zerocopy v0.7.35 |
481 | 2025-02-23T08:25:09.289Z | Compiling goblin v0.8.2 |
482 | 2025-02-23T08:25:10.198Z | Compiling pest v2.7.14 |
483 | 2025-02-23T08:25:10.724Z | Compiling clap v4.5.30 |
484 | 2025-02-23T08:25:12.196Z | Compiling pest_meta v2.7.14 |
485 | 2025-02-23T08:25:13.053Z | Compiling pest_generator v2.7.14 |
486 | 2025-02-23T08:25:14.480Z | Compiling pest_derive v2.7.14 |
487 | 2025-02-23T08:25:15.122Z | Compiling dtrace-parser v0.2.0 |
488 | 2025-02-23T08:25:15.772Z | Compiling serde_tokenstream v0.2.2 |
489 | 2025-02-23T08:25:15.889Z | Compiling toml_datetime v0.6.8 |
490 | 2025-02-23T08:25:15.892Z | Compiling serde_spanned v0.6.8 |
491 | 2025-02-23T08:25:16.160Z | Compiling cargo-platform v0.1.8 |
492 | 2025-02-23T08:25:16.184Z | Compiling macaddr v1.0.1 |
493 | 2025-02-23T08:25:16.320Z | Compiling toml_edit v0.22.22 |
494 | 2025-02-23T08:25:16.487Z | Compiling camino-tempfile v1.1.1 |
495 | 2025-02-23T08:25:17.100Z | Compiling dof v0.3.0 |
496 | 2025-02-23T08:25:17.353Z | Compiling cargo_metadata v0.18.1 |
497 | 2025-02-23T08:25:18.468Z | Compiling usdt-attr-macro v0.5.0 |
498 | 2025-02-23T08:25:18.468Z | Compiling usdt-macro v0.5.0 |
499 | 2025-02-23T08:25:19.201Z | Compiling toml v0.8.19 |
500 | 2025-02-23T08:25:19.540Z | Compiling usdt v0.5.0 |
501 | 2025-02-23T08:25:20.025Z | Compiling cargo_toml v0.20.5 |
502 | 2025-02-23T08:25:22.556Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
503 | 2025-02-23T08:25:25.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.98s |
504 | 2025-02-23T08:25:25.935Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
505 | 2025-02-23T08:25:26.477Z | Downloading crates ... |
506 | 2025-02-23T08:25:27.599Z | Downloaded adler2 v2.0.0 |
507 | 2025-02-23T08:25:27.603Z | Downloaded ascii-canvas v3.0.0 |
508 | 2025-02-23T08:25:27.603Z | Downloaded addr2line v0.24.2 |
509 | 2025-02-23T08:25:27.603Z | Downloaded async-stream-impl v0.3.6 |
510 | 2025-02-23T08:25:27.603Z | Downloaded ciborium-io v0.2.2 |
511 | 2025-02-23T08:25:27.603Z | Downloaded atty v0.2.14 |
512 | 2025-02-23T08:25:27.603Z | Downloaded cfg_aliases v0.1.1 |
513 | 2025-02-23T08:25:27.603Z | Downloaded headers-core v0.3.0 |
514 | 2025-02-23T08:25:27.603Z | Downloaded cfg_aliases v0.2.1 |
515 | 2025-02-23T08:25:27.603Z | Downloaded cstr-argument v0.1.2 |
516 | 2025-02-23T08:25:27.603Z | Downloaded arrayvec v0.7.6 |
517 | 2025-02-23T08:25:27.603Z | Downloaded hickory-client v0.24.3 |
518 | 2025-02-23T08:25:27.603Z | Downloaded home v0.5.9 |
519 | 2025-02-23T08:25:27.603Z | Downloaded daft v0.1.1 |
520 | 2025-02-23T08:25:27.604Z | Downloaded atomicwrites v0.4.4 |
521 | 2025-02-23T08:25:27.604Z | Downloaded hmac v0.12.1 |
522 | 2025-02-23T08:25:27.604Z | Downloaded heapless v0.7.17 |
523 | 2025-02-23T08:25:27.604Z | Downloaded convert_case v0.4.0 |
524 | 2025-02-23T08:25:27.604Z | Downloaded bitflags v1.3.2 |
525 | 2025-02-23T08:25:27.604Z | Downloaded bit-set v0.5.3 |
526 | 2025-02-23T08:25:27.604Z | Downloaded async-recursion v1.1.1 |
527 | 2025-02-23T08:25:27.604Z | Downloaded cmake v0.1.51 |
528 | 2025-02-23T08:25:27.604Z | Downloaded bitfield-struct v0.6.2 |
529 | 2025-02-23T08:25:27.605Z | Downloaded chrono-tz-build v0.4.0 |
530 | 2025-02-23T08:25:27.605Z | Downloaded array-init v0.0.4 |
531 | 2025-02-23T08:25:27.605Z | Downloaded crossbeam-deque v0.8.5 |
532 | 2025-02-23T08:25:27.606Z | Downloaded chacha20 v0.9.1 |
533 | 2025-02-23T08:25:27.606Z | Downloaded crunchy v0.2.2 |
534 | 2025-02-23T08:25:27.606Z | Downloaded cobs v0.2.3 |
535 | 2025-02-23T08:25:27.606Z | Downloaded crucible-workspace-hack v0.1.0 |
536 | 2025-02-23T08:25:27.606Z | Downloaded async-stream v0.3.6 |
537 | 2025-02-23T08:25:27.606Z | Downloaded constant_time_eq v0.3.1 |
538 | 2025-02-23T08:25:27.606Z | Downloaded bb8 v0.8.5 |
539 | 2025-02-23T08:25:27.606Z | Downloaded assert_matches v1.5.0 |
540 | 2025-02-23T08:25:27.606Z | Downloaded colored v2.1.0 |
541 | 2025-02-23T08:25:27.606Z | Downloaded arrayref v0.3.9 |
542 | 2025-02-23T08:25:27.606Z | Downloaded crc-catalog v2.4.0 |
543 | 2025-02-23T08:25:27.606Z | Downloaded bcrypt-pbkdf v0.10.0 |
544 | 2025-02-23T08:25:27.606Z | Downloaded aead v0.5.2 |
545 | 2025-02-23T08:25:27.606Z | Downloaded ctr v0.9.2 |
546 | 2025-02-23T08:25:27.606Z | Downloaded const_format_proc_macros v0.2.34 |
547 | 2025-02-23T08:25:27.606Z | Downloaded blowfish v0.9.1 |
548 | 2025-02-23T08:25:27.606Z | Downloaded argon2 v0.5.3 |
549 | 2025-02-23T08:25:27.606Z | Downloaded base16ct v0.2.0 |
550 | 2025-02-23T08:25:27.606Z | Downloaded block-padding v0.3.3 |
551 | 2025-02-23T08:25:27.606Z | Downloaded psl-types v2.0.11 |
552 | 2025-02-23T08:25:27.606Z | Downloaded jobserver v0.1.32 |
553 | 2025-02-23T08:25:27.606Z | Downloaded atomic-waker v1.1.2 |
554 | 2025-02-23T08:25:27.606Z | Downloaded cexpr v0.6.0 |
555 | 2025-02-23T08:25:27.606Z | Downloaded heapless v0.8.0 |
556 | 2025-02-23T08:25:27.606Z | Downloaded itertools v0.10.5 |
557 | 2025-02-23T08:25:27.606Z | Downloaded heck v0.3.3 |
558 | 2025-02-23T08:25:27.606Z | Downloaded hex v0.4.3 |
559 | 2025-02-23T08:25:27.606Z | Downloaded async-trait v0.1.86 |
560 | 2025-02-23T08:25:27.606Z | Downloaded async-bb8-diesel v0.2.1 |
561 | 2025-02-23T08:25:27.606Z | Downloaded ipnetwork v0.21.1 |
562 | 2025-02-23T08:25:27.606Z | Downloaded console v0.15.10 |
563 | 2025-02-23T08:25:27.606Z | Downloaded internet-checksum v0.2.1 |
564 | 2025-02-23T08:25:27.606Z | Downloaded cipher v0.4.4 |
565 | 2025-02-23T08:25:27.606Z | Downloaded bcs v0.1.6 |
566 | 2025-02-23T08:25:27.606Z | Downloaded highway v1.2.0 |
567 | 2025-02-23T08:25:27.606Z | Downloaded cookie_store v0.21.1 |
568 | 2025-02-23T08:25:27.606Z | Downloaded csv-core v0.1.11 |
569 | 2025-02-23T08:25:27.606Z | Downloaded cassowary v0.3.0 |
570 | 2025-02-23T08:25:27.606Z | Downloaded bzip2 v0.4.4 |
571 | 2025-02-23T08:25:27.607Z | Downloaded hex-literal v0.4.1 |
572 | 2025-02-23T08:25:27.607Z | Downloaded ahash v0.8.11 |
573 | 2025-02-23T08:25:27.607Z | Downloaded bitfield v0.14.0 |
574 | 2025-02-23T08:25:27.607Z | Downloaded backoff v0.4.0 |
575 | 2025-02-23T08:25:27.607Z | Downloaded termtree v0.4.1 |
576 | 2025-02-23T08:25:27.607Z | Downloaded hickory-resolver v0.24.3 |
577 | 2025-02-23T08:25:27.607Z | Downloaded tower-service v0.3.3 |
578 | 2025-02-23T08:25:27.607Z | Downloaded rfc6979 v0.4.0 |
579 | 2025-02-23T08:25:27.607Z | Downloaded rand_seeder v0.3.0 |
580 | 2025-02-23T08:25:27.607Z | Downloaded rustls-pemfile v1.0.4 |
581 | 2025-02-23T08:25:27.607Z | Downloaded tower-layer v0.3.3 |
582 | 2025-02-23T08:25:27.608Z | Downloaded crc32fast v1.4.2 |
583 | 2025-02-23T08:25:27.608Z | Downloaded http-body v1.0.1 |
584 | 2025-02-23T08:25:27.608Z | Downloaded base64ct v1.6.0 |
585 | 2025-02-23T08:25:27.608Z | Downloaded lockfree-object-pool v0.1.6 |
586 | 2025-02-23T08:25:27.608Z | Downloaded lru v0.12.5 |
587 | 2025-02-23T08:25:27.608Z | Downloaded ciborium v0.2.2 |
588 | 2025-02-23T08:25:27.608Z | Downloaded crossbeam-utils v0.8.20 |
589 | 2025-02-23T08:25:27.608Z | Downloaded crossbeam-epoch v0.9.18 |
590 | 2025-02-23T08:25:27.608Z | Downloaded const-oid v0.9.6 |
591 | 2025-02-23T08:25:27.608Z | Downloaded instant v0.1.13 |
592 | 2025-02-23T08:25:27.608Z | Downloaded ident_case v1.0.1 |
593 | 2025-02-23T08:25:27.608Z | Downloaded hubpack_derive v0.1.1 |
594 | 2025-02-23T08:25:27.608Z | Downloaded cookie v0.18.1 |
595 | 2025-02-23T08:25:27.608Z | Downloaded crc-any v2.5.0 |
596 | 2025-02-23T08:25:27.608Z | Downloaded write16 v1.0.0 |
597 | 2025-02-23T08:25:27.608Z | Downloaded icu_provider_macros v1.5.0 |
598 | 2025-02-23T08:25:27.608Z | Downloaded cancel-safe-futures v0.1.5 |
599 | 2025-02-23T08:25:27.608Z | Downloaded slog-envlogger v2.2.0 |
600 | 2025-02-23T08:25:27.608Z | Downloaded sqlformat v0.2.6 |
601 | 2025-02-23T08:25:27.608Z | Downloaded slog-bunyan v2.5.0 |
602 | 2025-02-23T08:25:27.608Z | Downloaded darling_macro v0.20.10 |
603 | 2025-02-23T08:25:27.609Z | Downloaded managed v0.8.0 |
604 | 2025-02-23T08:25:27.609Z | Downloaded sync_wrapper v1.0.1 |
605 | 2025-02-23T08:25:27.609Z | Downloaded libefi-sys v0.1.0 |
606 | 2025-02-23T08:25:27.609Z | Downloaded slog-dtrace v0.3.0 |
607 | 2025-02-23T08:25:27.613Z | Downloaded russh-cryptovec v0.7.3 |
608 | 2025-02-23T08:25:27.613Z | Downloaded md5 v0.7.0 |
609 | 2025-02-23T08:25:27.613Z | Downloaded shlex v1.3.0 |
610 | 2025-02-23T08:25:27.613Z | Downloaded bit-vec v0.6.3 |
611 | 2025-02-23T08:25:27.613Z | Downloaded ciborium-ll v0.2.2 |
612 | 2025-02-23T08:25:27.613Z | Downloaded tokio-macros v2.5.0 |
613 | 2025-02-23T08:25:27.613Z | Downloaded thread_local v1.1.8 |
614 | 2025-02-23T08:25:27.613Z | Downloaded maplit v1.0.2 |
615 | 2025-02-23T08:25:27.613Z | Downloaded linear-map v1.2.0 |
616 | 2025-02-23T08:25:27.613Z | Downloaded lazycell v1.3.0 |
617 | 2025-02-23T08:25:27.613Z | Downloaded lazy_static v1.5.0 |
618 | 2025-02-23T08:25:27.613Z | Downloaded httpdate v1.0.3 |
619 | 2025-02-23T08:25:27.613Z | Downloaded hubpack v0.1.2 |
620 | 2025-02-23T08:25:27.613Z | Downloaded serde_path_to_error v0.1.16 |
621 | 2025-02-23T08:25:27.613Z | Downloaded rustls-pemfile v2.2.0 |
622 | 2025-02-23T08:25:27.613Z | Downloaded lru-cache v0.1.2 |
623 | 2025-02-23T08:25:27.613Z | Downloaded hostname v0.3.1 |
624 | 2025-02-23T08:25:27.613Z | Downloaded humantime v2.1.0 |
625 | 2025-02-23T08:25:27.613Z | Downloaded libsw v3.3.1 |
626 | 2025-02-23T08:25:27.613Z | Downloaded inout v0.1.3 |
627 | 2025-02-23T08:25:27.613Z | Downloaded blake2 v0.10.6 |
628 | 2025-02-23T08:25:27.613Z | Downloaded impl-trait-for-tuples v0.2.2 |
629 | 2025-02-23T08:25:27.613Z | Downloaded typify-macro v0.2.0 |
630 | 2025-02-23T08:25:27.613Z | Downloaded linked-hash-map v0.5.6 |
631 | 2025-02-23T08:25:27.613Z | Downloaded idna_adapter v1.2.0 |
632 | 2025-02-23T08:25:27.613Z | Downloaded instability v0.3.2 |
633 | 2025-02-23T08:25:27.615Z | Downloaded indent_write v2.2.0 |
634 | 2025-02-23T08:25:27.615Z | Downloaded num_threads v0.1.7 |
635 | 2025-02-23T08:25:27.615Z | Downloaded hickory-server v0.24.3 |
636 | 2025-02-23T08:25:27.615Z | Downloaded data-encoding v2.6.0 |
637 | 2025-02-23T08:25:27.615Z | Downloaded memoffset v0.9.1 |
638 | 2025-02-23T08:25:27.615Z | Downloaded document-features v0.2.10 |
639 | 2025-02-23T08:25:27.615Z | Downloaded diesel-dtrace v0.4.2 |
640 | 2025-02-23T08:25:27.615Z | Downloaded fallible-iterator v0.3.0 |
641 | 2025-02-23T08:25:27.615Z | Downloaded enum-as-inner v0.6.1 |
642 | 2025-02-23T08:25:27.615Z | Downloaded serde_with_macros v3.11.0 |
643 | 2025-02-23T08:25:27.616Z | Downloaded flagset v0.4.6 |
644 | 2025-02-23T08:25:27.616Z | Downloaded futures-task v0.3.31 |
645 | 2025-02-23T08:25:27.616Z | Downloaded funty v2.0.0 |
646 | 2025-02-23T08:25:27.616Z | Downloaded signal-hook-mio v0.2.4 |
647 | 2025-02-23T08:25:27.616Z | Downloaded debug-ignore v1.0.5 |
648 | 2025-02-23T08:25:27.616Z | Downloaded xz2 v0.1.7 |
649 | 2025-02-23T08:25:27.616Z | Downloaded tokio-tungstenite v0.21.0 |
650 | 2025-02-23T08:25:27.616Z | Downloaded dunce v1.0.5 |
651 | 2025-02-23T08:25:27.616Z | Downloaded xattr v1.3.1 |
652 | 2025-02-23T08:25:27.616Z | Downloaded dyn-clone v1.0.18 |
653 | 2025-02-23T08:25:27.616Z | Downloaded base64 v0.21.7 |
654 | 2025-02-23T08:25:27.616Z | Downloaded chacha20poly1305 v0.10.1 |
655 | 2025-02-23T08:25:27.616Z | Downloaded icu_locid_transform v1.5.0 |
656 | 2025-02-23T08:25:27.616Z | Downloaded httparse v1.9.5 |
657 | 2025-02-23T08:25:27.616Z | Downloaded litemap v0.7.3 |
658 | 2025-02-23T08:25:27.616Z | Downloaded indoc v2.0.5 |
659 | 2025-02-23T08:25:27.617Z | Downloaded iana-time-zone v0.1.61 |
660 | 2025-02-23T08:25:27.617Z | Downloaded opaque-debug v0.3.1 |
661 | 2025-02-23T08:25:27.617Z | Downloaded hyper-rustls v0.27.3 |
662 | 2025-02-23T08:25:27.617Z | Downloaded libloading v0.8.5 |
663 | 2025-02-23T08:25:27.617Z | Downloaded sigpipe v0.1.3 |
664 | 2025-02-23T08:25:27.617Z | Downloaded signal-hook v0.3.17 |
665 | 2025-02-23T08:25:27.617Z | Downloaded writeable v0.5.5 |
666 | 2025-02-23T08:25:27.617Z | Downloaded vte_generate_state_changes v0.1.2 |
667 | 2025-02-23T08:25:27.617Z | Downloaded pem-rfc7468 v0.7.0 |
668 | 2025-02-23T08:25:27.617Z | Downloaded packed_struct_codegen v0.10.1 |
669 | 2025-02-23T08:25:27.617Z | Downloaded try-lock v0.2.5 |
670 | 2025-02-23T08:25:27.617Z | Downloaded time-core v0.1.2 |
671 | 2025-02-23T08:25:27.617Z | Downloaded mime_guess v2.0.5 |
672 | 2025-02-23T08:25:27.617Z | Downloaded sqlparser_derive v0.2.2 |
673 | 2025-02-23T08:25:27.617Z | Downloaded fs_extra v1.3.0 |
674 | 2025-02-23T08:25:27.617Z | Downloaded progenitor-macro v0.9.1 |
675 | 2025-02-23T08:25:27.617Z | Downloaded progenitor v0.9.1 |
676 | 2025-02-23T08:25:27.617Z | Downloaded memmap2 v0.9.5 |
677 | 2025-02-23T08:25:27.617Z | Downloaded hyper-staticfile v0.10.1 |
678 | 2025-02-23T08:25:27.617Z | Downloaded oxnet v0.1.0 |
679 | 2025-02-23T08:25:27.617Z | Downloaded icu_normalizer v1.5.0 |
680 | 2025-02-23T08:25:27.618Z | Downloaded const_format v0.2.34 |
681 | 2025-02-23T08:25:27.618Z | Downloaded indexmap v1.9.3 |
682 | 2025-02-23T08:25:27.618Z | Downloaded fxhash v0.2.1 |
683 | 2025-02-23T08:25:27.618Z | Downloaded litrs v0.4.1 |
684 | 2025-02-23T08:25:27.618Z | Downloaded icu_provider v1.5.0 |
685 | 2025-02-23T08:25:27.618Z | Downloaded rand_xorshift v0.3.0 |
686 | 2025-02-23T08:25:27.618Z | Downloaded rustversion v1.0.17 |
687 | 2025-02-23T08:25:27.618Z | Downloaded zerofrom v0.1.4 |
688 | 2025-02-23T08:25:27.618Z | Downloaded num-complex v0.4.6 |
689 | 2025-02-23T08:25:27.618Z | Downloaded rand_chacha v0.3.1 |
690 | 2025-02-23T08:25:27.618Z | Downloaded openssl-probe v0.1.5 |
691 | 2025-02-23T08:25:27.618Z | Downloaded value-bag v1.9.0 |
692 | 2025-02-23T08:25:27.618Z | Downloaded float-ord v0.3.2 |
693 | 2025-02-23T08:25:27.618Z | Downloaded siphasher v0.3.11 |
694 | 2025-02-23T08:25:27.618Z | Downloaded simd-adler32 v0.3.7 |
695 | 2025-02-23T08:25:27.618Z | Downloaded sha1 v0.10.6 |
696 | 2025-02-23T08:25:27.619Z | Downloaded percent-encoding v2.3.1 |
697 | 2025-02-23T08:25:27.619Z | Downloaded secrecy v0.8.0 |
698 | 2025-02-23T08:25:27.619Z | Downloaded russh-keys v0.45.0 |
699 | 2025-02-23T08:25:27.619Z | Downloaded scopeguard v1.2.0 |
700 | 2025-02-23T08:25:27.619Z | Downloaded nodrop v0.1.14 |
701 | 2025-02-23T08:25:27.619Z | Downloaded thiserror-impl-no-std v2.0.2 |
702 | 2025-02-23T08:25:27.619Z | Downloaded ssh-cipher v0.2.0 |
703 | 2025-02-23T08:25:27.619Z | Downloaded parse-size v1.1.0 |
704 | 2025-02-23T08:25:27.619Z | Downloaded normalize-line-endings v0.3.0 |
705 | 2025-02-23T08:25:27.619Z | Downloaded tungstenite v0.24.0 |
706 | 2025-02-23T08:25:27.619Z | Downloaded rsa v0.9.6 |
707 | 2025-02-23T08:25:27.623Z | Downloaded futures-sink v0.3.31 |
708 | 2025-02-23T08:25:27.623Z | Downloaded indicatif v0.17.11 |
709 | 2025-02-23T08:25:27.623Z | Downloaded embedded-io v0.6.1 |
710 | 2025-02-23T08:25:27.623Z | Downloaded embedded-io v0.4.0 |
711 | 2025-02-23T08:25:27.623Z | Downloaded tinystr v0.7.6 |
712 | 2025-02-23T08:25:27.623Z | Downloaded which v4.4.2 |
713 | 2025-02-23T08:25:27.623Z | Downloaded postcard v1.0.10 |
714 | 2025-02-23T08:25:27.623Z | Downloaded aes v0.8.4 |
715 | 2025-02-23T08:25:27.624Z | Downloaded parse-display-derive v0.10.0 |
716 | 2025-02-23T08:25:27.624Z | Downloaded parse-display v0.10.0 |
717 | 2025-02-23T08:25:27.624Z | Downloaded tui-tree-widget v0.23.0 |
718 | 2025-02-23T08:25:27.624Z | Downloaded zone_cfg_derive v0.3.0 |
719 | 2025-02-23T08:25:27.624Z | Downloaded zone_cfg_derive v0.1.2 |
720 | 2025-02-23T08:25:27.624Z | Downloaded pkg-config v0.3.31 |
721 | 2025-02-23T08:25:27.624Z | Downloaded pin-project v1.1.6 |
722 | 2025-02-23T08:25:27.624Z | Downloaded serde-hex v0.1.0 |
723 | 2025-02-23T08:25:27.625Z | Downloaded difflib v0.4.0 |
724 | 2025-02-23T08:25:27.625Z | Downloaded uzers v0.12.1 |
725 | 2025-02-23T08:25:27.625Z | Downloaded foldhash v0.1.3 |
726 | 2025-02-23T08:25:27.626Z | Downloaded phf_generator v0.11.2 |
727 | 2025-02-23T08:25:27.626Z | Downloaded unicode_categories v0.1.1 |
728 | 2025-02-23T08:25:27.626Z | Downloaded phf_codegen v0.11.2 |
729 | 2025-02-23T08:25:27.626Z | Downloaded num v0.4.3 |
730 | 2025-02-23T08:25:27.626Z | Downloaded spki v0.7.3 |
731 | 2025-02-23T08:25:27.626Z | Downloaded foreign-types v0.3.2 |
732 | 2025-02-23T08:25:27.626Z | Downloaded hyper-util v0.1.10 |
733 | 2025-02-23T08:25:27.626Z | Downloaded supports-color v3.0.1 |
734 | 2025-02-23T08:25:27.626Z | Downloaded subtle v2.6.1 |
735 | 2025-02-23T08:25:27.626Z | Downloaded pretty-hex v0.2.1 |
736 | 2025-02-23T08:25:27.626Z | Downloaded ref-cast-impl v1.0.23 |
737 | 2025-02-23T08:25:27.626Z | Downloaded spin v0.9.8 |
738 | 2025-02-23T08:25:27.626Z | Downloaded icu_collections v1.5.0 |
739 | 2025-02-23T08:25:27.626Z | Downloaded newtype_derive v0.1.6 |
740 | 2025-02-23T08:25:27.626Z | Downloaded fragile v2.0.0 |
741 | 2025-02-23T08:25:27.626Z | Downloaded poly1305 v0.8.0 |
742 | 2025-02-23T08:25:27.626Z | Downloaded unicode-truncate v1.1.0 |
743 | 2025-02-23T08:25:27.626Z | Downloaded ssh-encoding v0.2.0 |
744 | 2025-02-23T08:25:27.626Z | Downloaded hkdf v0.12.4 |
745 | 2025-02-23T08:25:27.626Z | Downloaded fallible-streaming-iterator v0.1.9 |
746 | 2025-02-23T08:25:27.626Z | Downloaded dirs-sys-next v0.1.2 |
747 | 2025-02-23T08:25:27.626Z | Downloaded icu_properties v1.5.1 |
748 | 2025-02-23T08:25:27.626Z | Downloaded diff v0.1.13 |
749 | 2025-02-23T08:25:27.626Z | Downloaded deranged v0.3.11 |
750 | 2025-02-23T08:25:27.626Z | Downloaded similar v2.6.0 |
751 | 2025-02-23T08:25:27.626Z | Downloaded take_mut v0.2.2 |
752 | 2025-02-23T08:25:27.626Z | Downloaded sync-ptr v0.1.1 |
753 | 2025-02-23T08:25:27.626Z | Downloaded signal-hook-tokio v0.3.1 |
754 | 2025-02-23T08:25:27.626Z | Downloaded rpassword v7.3.1 |
755 | 2025-02-23T08:25:27.627Z | Downloaded slog-term v2.9.1 |
756 | 2025-02-23T08:25:27.627Z | Downloaded tls_codec_derive v0.4.1 |
757 | 2025-02-23T08:25:27.627Z | Downloaded num_enum_derive v0.5.11 |
758 | 2025-02-23T08:25:27.627Z | Downloaded num-derive v0.4.2 |
759 | 2025-02-23T08:25:27.627Z | Downloaded nanorand v0.7.0 |
760 | 2025-02-23T08:25:27.627Z | Downloaded waitgroup v0.1.2 |
761 | 2025-02-23T08:25:27.627Z | Downloaded quick-error v1.2.3 |
762 | 2025-02-23T08:25:27.627Z | Downloaded elliptic-curve v0.13.8 |
763 | 2025-02-23T08:25:27.627Z | Downloaded num-conv v0.1.0 |
764 | 2025-02-23T08:25:27.627Z | Downloaded foreign-types-shared v0.3.1 |
765 | 2025-02-23T08:25:27.627Z | Downloaded tracing-attributes v0.1.27 |
766 | 2025-02-23T08:25:27.627Z | Downloaded rustc-hash v2.0.0 |
767 | 2025-02-23T08:25:27.627Z | Downloaded yoke v0.7.4 |
768 | 2025-02-23T08:25:27.627Z | Downloaded yasna v0.5.2 |
769 | 2025-02-23T08:25:27.627Z | Downloaded socket2 v0.5.7 |
770 | 2025-02-23T08:25:27.627Z | Downloaded signal-hook-registry v1.4.2 |
771 | 2025-02-23T08:25:27.627Z | Downloaded shell-words v1.1.0 |
772 | 2025-02-23T08:25:27.627Z | Downloaded salsa20 v0.10.2 |
773 | 2025-02-23T08:25:27.627Z | Downloaded oso v0.27.3 |
774 | 2025-02-23T08:25:27.627Z | Downloaded endian-type v0.1.2 |
775 | 2025-02-23T08:25:27.627Z | Downloaded strip-ansi-escapes v0.2.0 |
776 | 2025-02-23T08:25:27.627Z | Downloaded packed_struct v0.10.1 |
777 | 2025-02-23T08:25:27.627Z | Downloaded form_urlencoded v1.2.1 |
778 | 2025-02-23T08:25:27.627Z | Downloaded zerocopy v0.6.6 |
779 | 2025-02-23T08:25:27.627Z | Downloaded unicode-bidi v0.3.17 |
780 | 2025-02-23T08:25:27.627Z | Downloaded rustc-hash v1.1.0 |
781 | 2025-02-23T08:25:27.627Z | Downloaded progenitor-macro v0.8.0 |
782 | 2025-02-23T08:25:27.627Z | Downloaded predicates-tree v1.0.11 |
783 | 2025-02-23T08:25:27.627Z | Downloaded tap v1.0.1 |
784 | 2025-02-23T08:25:27.627Z | Downloaded getrandom v0.2.15 |
785 | 2025-02-23T08:25:27.627Z | Downloaded snafu-derive v0.8.5 |
786 | 2025-02-23T08:25:27.627Z | Downloaded dropshot_endpoint v0.12.0 |
787 | 2025-02-23T08:25:27.627Z | Downloaded subprocess v0.2.9 |
788 | 2025-02-23T08:25:27.627Z | Downloaded tabwriter v1.4.0 |
789 | 2025-02-23T08:25:27.627Z | Downloaded tabled_derive v0.10.0 |
790 | 2025-02-23T08:25:27.627Z | Downloaded thiserror v2.0.11 |
791 | 2025-02-23T08:25:27.627Z | Downloaded signature v2.2.0 |
792 | 2025-02-23T08:25:27.627Z | Downloaded downcast v0.11.0 |
793 | 2025-02-23T08:25:27.627Z | Downloaded futures-core v0.3.31 |
794 | 2025-02-23T08:25:27.627Z | Downloaded futures-executor v0.3.31 |
795 | 2025-02-23T08:25:27.628Z | Downloaded owo-colors v4.1.0 |
796 | 2025-02-23T08:25:27.628Z | Downloaded termtree v0.5.1 |
797 | 2025-02-23T08:25:27.628Z | Downloaded rcgen v0.12.1 |
798 | 2025-02-23T08:25:27.628Z | Downloaded mirai-annotations v1.12.0 |
799 | 2025-02-23T08:25:27.628Z | Downloaded http v1.2.0 |
800 | 2025-02-23T08:25:27.628Z | Downloaded num-integer v0.1.46 |
801 | 2025-02-23T08:25:27.628Z | Downloaded aes-gcm v0.10.3 |
802 | 2025-02-23T08:25:27.628Z | Downloaded radium v0.7.0 |
803 | 2025-02-23T08:25:27.628Z | Downloaded rustc_version v0.1.7 |
804 | 2025-02-23T08:25:27.628Z | Downloaded zerovec-derive v0.10.3 |
805 | 2025-02-23T08:25:27.628Z | Downloaded zeroize_derive v1.4.2 |
806 | 2025-02-23T08:25:27.628Z | Downloaded time v0.3.36 |
807 | 2025-02-23T08:25:27.632Z | Downloaded rtoolbox v0.0.2 |
808 | 2025-02-23T08:25:27.633Z | Downloaded strum_macros v0.26.4 |
809 | 2025-02-23T08:25:27.633Z | Downloaded libm v0.2.8 |
810 | 2025-02-23T08:25:27.633Z | Downloaded newline-converter v0.3.0 |
811 | 2025-02-23T08:25:27.633Z | Downloaded aho-corasick v1.1.3 |
812 | 2025-02-23T08:25:27.633Z | Downloaded whoami v1.5.2 |
813 | 2025-02-23T08:25:27.633Z | Downloaded num-iter v0.1.45 |
814 | 2025-02-23T08:25:27.634Z | Downloaded phf v0.11.2 |
815 | 2025-02-23T08:25:27.634Z | Downloaded serde-big-array v0.5.1 |
816 | 2025-02-23T08:25:27.634Z | Downloaded ena v0.14.3 |
817 | 2025-02-23T08:25:27.634Z | Downloaded flume v0.11.1 |
818 | 2025-02-23T08:25:27.634Z | Downloaded rustc_version v0.4.1 |
819 | 2025-02-23T08:25:27.634Z | Downloaded fd-lock v4.0.2 |
820 | 2025-02-23T08:25:27.634Z | Downloaded display-error-chain v0.2.2 |
821 | 2025-02-23T08:25:27.634Z | Downloaded topological-sort v0.2.2 |
822 | 2025-02-23T08:25:27.634Z | Downloaded tls_codec v0.4.1 |
823 | 2025-02-23T08:25:27.634Z | Downloaded mockall v0.13.1 |
824 | 2025-02-23T08:25:27.634Z | Downloaded hash32 v0.3.1 |
825 | 2025-02-23T08:25:27.634Z | Downloaded hashbrown v0.13.2 |
826 | 2025-02-23T08:25:27.634Z | Downloaded multimap v0.10.0 |
827 | 2025-02-23T08:25:27.634Z | Downloaded zone v0.3.0 |
828 | 2025-02-23T08:25:27.634Z | Downloaded rustc-demangle v0.1.24 |
829 | 2025-02-23T08:25:27.635Z | Downloaded dropshot_endpoint v0.15.1 |
830 | 2025-02-23T08:25:27.635Z | Downloaded untrusted v0.7.1 |
831 | 2025-02-23T08:25:27.635Z | Downloaded thiserror-impl v2.0.11 |
832 | 2025-02-23T08:25:27.635Z | Downloaded derive_more v0.99.19 |
833 | 2025-02-23T08:25:27.635Z | Downloaded hash32 v0.2.1 |
834 | 2025-02-23T08:25:27.635Z | Downloaded x509-cert v0.2.5 |
835 | 2025-02-23T08:25:27.635Z | Downloaded des v0.8.1 |
836 | 2025-02-23T08:25:27.635Z | Downloaded blake3 v1.5.4 |
837 | 2025-02-23T08:25:27.635Z | Downloaded defmt-macros v0.3.9 |
838 | 2025-02-23T08:25:27.635Z | Downloaded pkcs1 v0.7.5 |
839 | 2025-02-23T08:25:27.635Z | Downloaded num-rational v0.4.2 |
840 | 2025-02-23T08:25:27.635Z | Downloaded futures v0.3.31 |
841 | 2025-02-23T08:25:27.635Z | Downloaded foreign-types-shared v0.1.1 |
842 | 2025-02-23T08:25:27.635Z | Downloaded foreign-types v0.5.0 |
843 | 2025-02-23T08:25:27.635Z | Downloaded filetime v0.2.25 |
844 | 2025-02-23T08:25:27.635Z | Downloaded serde_repr v0.1.19 |
845 | 2025-02-23T08:25:27.635Z | Downloaded serde_plain v1.0.2 |
846 | 2025-02-23T08:25:27.635Z | Downloaded pkcs8 v0.10.2 |
847 | 2025-02-23T08:25:27.635Z | Downloaded tokio-rustls v0.24.1 |
848 | 2025-02-23T08:25:27.635Z | Downloaded typify v0.2.0 |
849 | 2025-02-23T08:25:27.635Z | Downloaded term v0.7.0 |
850 | 2025-02-23T08:25:27.635Z | Downloaded ed25519 v2.2.3 |
851 | 2025-02-23T08:25:27.635Z | Downloaded tokio-tungstenite v0.24.0 |
852 | 2025-02-23T08:25:27.635Z | Downloaded tokio-tungstenite v0.23.1 |
853 | 2025-02-23T08:25:27.635Z | Downloaded zopfli v0.8.1 |
854 | 2025-02-23T08:25:27.635Z | Downloaded structmeta v0.3.0 |
855 | 2025-02-23T08:25:27.635Z | Downloaded tinyvec_macros v0.1.1 |
856 | 2025-02-23T08:25:27.635Z | Downloaded scrypt v0.11.0 |
857 | 2025-02-23T08:25:27.635Z | Downloaded env_filter v0.1.2 |
858 | 2025-02-23T08:25:27.635Z | Downloaded proc-macro-crate v1.3.1 |
859 | 2025-02-23T08:25:27.635Z | Downloaded darling v0.20.10 |
860 | 2025-02-23T08:25:27.635Z | Downloaded derive_builder_core v0.20.2 |
861 | 2025-02-23T08:25:27.635Z | Downloaded path-slash v0.1.5 |
862 | 2025-02-23T08:25:27.635Z | Downloaded zeroize v1.8.1 |
863 | 2025-02-23T08:25:27.635Z | Downloaded zerofrom-derive v0.1.4 |
864 | 2025-02-23T08:25:27.635Z | Downloaded idna v1.0.3 |
865 | 2025-02-23T08:25:27.635Z | Downloaded phf_shared v0.11.2 |
866 | 2025-02-23T08:25:27.635Z | Downloaded p256 v0.13.2 |
867 | 2025-02-23T08:25:27.635Z | Downloaded slog-json v2.6.1 |
868 | 2025-02-23T08:25:27.635Z | Downloaded r2d2 v0.8.10 |
869 | 2025-02-23T08:25:27.636Z | Downloaded winnow v0.5.40 |
870 | 2025-02-23T08:25:27.636Z | Downloaded number_prefix v0.4.0 |
871 | 2025-02-23T08:25:27.636Z | Downloaded futures-io v0.3.31 |
872 | 2025-02-23T08:25:27.636Z | Downloaded slog v2.7.0 |
873 | 2025-02-23T08:25:27.636Z | Downloaded precomputed-hash v0.1.1 |
874 | 2025-02-23T08:25:27.636Z | Downloaded strum_macros v0.25.3 |
875 | 2025-02-23T08:25:27.636Z | Downloaded pkcs5 v0.7.1 |
876 | 2025-02-23T08:25:27.636Z | Downloaded tokio-rustls v0.26.0 |
877 | 2025-02-23T08:25:27.636Z | Downloaded schemars_derive v0.8.21 |
878 | 2025-02-23T08:25:27.636Z | Downloaded tar v0.4.42 |
879 | 2025-02-23T08:25:27.636Z | Downloaded samael v0.0.17 |
880 | 2025-02-23T08:25:27.636Z | Downloaded tokio-postgres v0.7.12 |
881 | 2025-02-23T08:25:27.636Z | Downloaded parking_lot_core v0.8.6 |
882 | 2025-02-23T08:25:27.637Z | Downloaded aws-lc-rs v1.10.0 |
883 | 2025-02-23T08:25:27.637Z | Downloaded diesel_table_macro_syntax v0.2.0 |
884 | 2025-02-23T08:25:27.637Z | Downloaded rustfmt-wrapper v0.2.1 |
885 | 2025-02-23T08:25:27.637Z | Downloaded progenitor v0.8.0 |
886 | 2025-02-23T08:25:27.637Z | Downloaded tungstenite v0.23.0 |
887 | 2025-02-23T08:25:27.637Z | Downloaded pem v3.0.4 |
888 | 2025-02-23T08:25:27.637Z | Downloaded omicron-zone-package v0.12.0 |
889 | 2025-02-23T08:25:27.637Z | Downloaded fatfs v0.3.6 |
890 | 2025-02-23T08:25:27.637Z | Downloaded phf_shared v0.10.0 |
891 | 2025-02-23T08:25:27.637Z | Downloaded progenitor-client v0.9.1 |
892 | 2025-02-23T08:25:27.637Z | Downloaded progenitor-client v0.8.0 |
893 | 2025-02-23T08:25:27.637Z | Downloaded half v2.4.1 |
894 | 2025-02-23T08:25:27.637Z | Downloaded num-traits v0.2.19 |
895 | 2025-02-23T08:25:27.637Z | Downloaded olpc-cjson v0.1.4 |
896 | 2025-02-23T08:25:27.637Z | Downloaded fallible-iterator v0.2.0 |
897 | 2025-02-23T08:25:27.637Z | Downloaded string_cache v0.8.7 |
898 | 2025-02-23T08:25:27.637Z | Downloaded universal-hash v0.5.1 |
899 | 2025-02-23T08:25:27.637Z | Downloaded unicode-xid v0.2.6 |
900 | 2025-02-23T08:25:27.637Z | Downloaded rusty-fork v0.3.0 |
901 | 2025-02-23T08:25:27.637Z | Downloaded predicates-core v1.0.8 |
902 | 2025-02-23T08:25:27.637Z | Downloaded publicsuffix v2.3.0 |
903 | 2025-02-23T08:25:27.637Z | Downloaded native-tls v0.2.12 |
904 | 2025-02-23T08:25:27.637Z | Downloaded pbkdf2 v0.12.2 |
905 | 2025-02-23T08:25:27.637Z | Downloaded derive_builder_macro v0.20.2 |
906 | 2025-02-23T08:25:27.637Z | Downloaded quinn-proto v0.11.8 |
907 | 2025-02-23T08:25:27.641Z | Downloaded yoke-derive v0.7.4 |
908 | 2025-02-23T08:25:27.641Z | Downloaded bitvec v1.0.1 |
909 | 2025-02-23T08:25:27.641Z | Downloaded peg-runtime v0.8.3 |
910 | 2025-02-23T08:25:27.641Z | Downloaded toolchain_find v0.4.0 |
911 | 2025-02-23T08:25:27.641Z | Downloaded gethostname v0.5.0 |
912 | 2025-02-23T08:25:27.641Z | Downloaded futures-macro v0.3.31 |
913 | 2025-02-23T08:25:27.641Z | Downloaded foreign-types-macros v0.2.3 |
914 | 2025-02-23T08:25:27.641Z | Downloaded defmt-parser v0.3.4 |
915 | 2025-02-23T08:25:27.641Z | Downloaded zone v0.1.8 |
916 | 2025-02-23T08:25:27.641Z | Downloaded stringprep v0.1.5 |
917 | 2025-02-23T08:25:27.641Z | Downloaded slab v0.4.9 |
918 | 2025-02-23T08:25:27.641Z | Downloaded env_logger v0.10.2 |
919 | 2025-02-23T08:25:27.642Z | Downloaded papergrid v0.14.0 |
920 | 2025-02-23T08:25:27.642Z | Downloaded num-bigint v0.4.6 |
921 | 2025-02-23T08:25:27.642Z | Downloaded proc-macro-error-attr2 v2.0.0 |
922 | 2025-02-23T08:25:27.642Z | Downloaded smf v0.2.3 |
923 | 2025-02-23T08:25:27.642Z | Downloaded smallvec v0.6.14 |
924 | 2025-02-23T08:25:27.642Z | Downloaded slog-stdlog v4.1.1 |
925 | 2025-02-23T08:25:27.642Z | Downloaded utf16_iter v1.0.5 |
926 | 2025-02-23T08:25:27.642Z | Downloaded slog-scope v4.4.0 |
927 | 2025-02-23T08:25:27.642Z | Downloaded serde_derive_internals v0.29.1 |
928 | 2025-02-23T08:25:27.642Z | Downloaded utf8_iter v1.0.4 |
929 | 2025-02-23T08:25:27.642Z | Downloaded primeorder v0.13.6 |
930 | 2025-02-23T08:25:27.642Z | Downloaded tinyvec v1.8.0 |
931 | 2025-02-23T08:25:27.642Z | Downloaded pin-utils v0.1.0 |
932 | 2025-02-23T08:25:27.642Z | Downloaded scheduled-thread-pool v0.2.7 |
933 | 2025-02-23T08:25:27.642Z | Downloaded rayon-core v1.12.1 |
934 | 2025-02-23T08:25:27.642Z | Downloaded qorb v0.2.1 |
935 | 2025-02-23T08:25:27.642Z | Downloaded walkdir v2.5.0 |
936 | 2025-02-23T08:25:27.642Z | Downloaded derive-where v1.2.7 |
937 | 2025-02-23T08:25:27.642Z | Downloaded sct v0.7.1 |
938 | 2025-02-23T08:25:27.642Z | Downloaded peg v0.8.4 |
939 | 2025-02-23T08:25:27.642Z | Downloaded pbkdf2 v0.11.0 |
940 | 2025-02-23T08:25:27.642Z | Downloaded structmeta-derive v0.3.0 |
941 | 2025-02-23T08:25:27.642Z | Downloaded group v0.13.0 |
942 | 2025-02-23T08:25:27.642Z | Downloaded serde_urlencoded v0.7.1 |
943 | 2025-02-23T08:25:27.642Z | Downloaded derive_builder v0.20.2 |
944 | 2025-02-23T08:25:27.642Z | Downloaded reedline v0.35.0 |
945 | 2025-02-23T08:25:27.642Z | Downloaded tokio-rustls v0.25.0 |
946 | 2025-02-23T08:25:27.642Z | Downloaded tungstenite v0.21.0 |
947 | 2025-02-23T08:25:27.642Z | Downloaded nom v7.1.3 |
948 | 2025-02-23T08:25:27.642Z | Downloaded futures-util v0.3.31 |
949 | 2025-02-23T08:25:27.642Z | Downloaded ppv-lite86 v0.2.20 |
950 | 2025-02-23T08:25:27.642Z | Downloaded paste v1.0.15 |
951 | 2025-02-23T08:25:27.642Z | Downloaded num_enum v0.5.11 |
952 | 2025-02-23T08:25:27.642Z | Downloaded rand v0.8.5 |
953 | 2025-02-23T08:25:27.642Z | Downloaded env_logger v0.11.5 |
954 | 2025-02-23T08:25:27.642Z | Downloaded hashbrown v0.12.3 |
955 | 2025-02-23T08:25:27.642Z | Downloaded portable-atomic v1.9.0 |
956 | 2025-02-23T08:25:27.642Z | Downloaded ron v0.7.1 |
957 | 2025-02-23T08:25:27.642Z | Downloaded zip v2.1.3 |
958 | 2025-02-23T08:25:27.643Z | Downloaded typed-path v0.9.3 |
959 | 2025-02-23T08:25:27.643Z | Downloaded toml v0.7.8 |
960 | 2025-02-23T08:25:27.643Z | Downloaded ron v0.8.1 |
961 | 2025-02-23T08:25:27.643Z | Downloaded progenitor-impl v0.9.1 |
962 | 2025-02-23T08:25:27.643Z | Downloaded ed25519-dalek v2.1.1 |
963 | 2025-02-23T08:25:27.643Z | Downloaded p521 v0.13.3 |
964 | 2025-02-23T08:25:27.643Z | Downloaded serde_with v3.11.0 |
965 | 2025-02-23T08:25:27.647Z | Downloaded quinn v0.11.5 |
966 | 2025-02-23T08:25:27.649Z | Downloaded der v0.7.9 |
967 | 2025-02-23T08:25:27.651Z | Downloaded zerovec v0.10.4 |
968 | 2025-02-23T08:25:27.655Z | Downloaded tokio-util v0.7.12 |
969 | 2025-02-23T08:25:27.661Z | Downloaded icu_properties_data v1.5.0 |
970 | 2025-02-23T08:25:27.672Z | Downloaded parse-zoneinfo v0.3.1 |
971 | 2025-02-23T08:25:27.675Z | Downloaded rusqlite v0.32.1 |
972 | 2025-02-23T08:25:27.681Z | Downloaded proptest v1.5.0 |
973 | 2025-02-23T08:25:27.690Z | Downloaded expectorate v1.1.0 |
974 | 2025-02-23T08:25:27.693Z | Downloaded salty v0.3.0 |
975 | 2025-02-23T08:25:27.699Z | Downloaded steno v0.4.1 |
976 | 2025-02-23T08:25:27.703Z | Downloaded toml_edit v0.19.15 |
977 | 2025-02-23T08:25:27.720Z | Downloaded tower v0.5.2 |
978 | 2025-02-23T08:25:27.729Z | Downloaded lalrpop v0.19.12 |
979 | 2025-02-23T08:25:27.739Z | Downloaded vcpkg v0.2.15 |
980 | 2025-02-23T08:25:27.776Z | Downloaded rustyline v14.0.0 |
981 | 2025-02-23T08:25:27.781Z | Downloaded gimli v0.31.1 |
982 | 2025-02-23T08:25:27.790Z | Downloaded tough v0.19.0 |
983 | 2025-02-23T08:25:27.798Z | Downloaded h2 v0.4.6 |
984 | 2025-02-23T08:25:27.805Z | Downloaded rustls-webpki v0.102.8 |
985 | 2025-02-23T08:25:27.823Z | Downloaded rayon v1.10.0 |
986 | 2025-02-23T08:25:27.832Z | Downloaded regex v1.11.1 |
987 | 2025-02-23T08:25:27.845Z | Downloaded p384 v0.13.0 |
988 | 2025-02-23T08:25:27.851Z | Downloaded bstr v1.10.0 |
989 | 2025-02-23T08:25:27.862Z | Downloaded tabled v0.18.0 |
990 | 2025-02-23T08:25:27.878Z | Downloaded nix v0.28.0 |
991 | 2025-02-23T08:25:27.889Z | Downloaded regress v0.10.1 |
992 | 2025-02-23T08:25:27.898Z | Downloaded rustls v0.22.4 |
993 | 2025-02-23T08:25:27.911Z | Downloaded smoltcp v0.9.1 |
994 | 2025-02-23T08:25:27.921Z | Downloaded regex-syntax v0.6.29 |
995 | 2025-02-23T08:25:27.928Z | Downloaded regress v0.9.1 |
996 | 2025-02-23T08:25:27.937Z | Downloaded regex-syntax v0.8.5 |
997 | 2025-02-23T08:25:27.945Z | Downloaded petname v2.0.2 |
998 | 2025-02-23T08:25:27.950Z | Downloaded radix_trie v0.2.1 |
999 | 2025-02-23T08:25:27.956Z | Downloaded object v0.30.4 |
1000 | 2025-02-23T08:25:27.966Z | Downloaded webpki-roots v0.26.6 |
1001 | 2025-02-23T08:25:27.969Z | Downloaded unicode-width v0.2.0 |
1002 | 2025-02-23T08:25:27.975Z | Downloaded rustls v0.21.12 |
1003 | 2025-02-23T08:25:27.986Z | Downloaded dropshot v0.15.1 |
1004 | 2025-02-23T08:25:28.007Z | Downloaded openapiv3 v2.0.0 |
1005 | 2025-02-23T08:25:28.019Z | Downloaded smoltcp v0.11.0 |
1006 | 2025-02-23T08:25:28.031Z | Downloaded dropshot v0.12.0 |
1007 | 2025-02-23T08:25:28.050Z | Downloaded nix v0.29.0 |
1008 | 2025-02-23T08:25:28.062Z | Downloaded diesel v2.2.7 |
1009 | 2025-02-23T08:25:28.080Z | Downloaded typify-impl v0.2.0 |
1010 | 2025-02-23T08:25:28.095Z | Downloaded object v0.36.5 |
1011 | 2025-02-23T08:25:28.106Z | Downloaded typify-impl v0.3.0 |
1012 | 2025-02-23T08:25:28.121Z | Downloaded polar-core v0.27.3 |
1013 | 2025-02-23T08:25:28.130Z | Downloaded chrono-tz v0.10.1 |
1014 | 2025-02-23T08:25:28.137Z | Downloaded openssl v0.10.71 |
1015 | 2025-02-23T08:25:28.146Z | Downloaded zerocopy-derive v0.6.6 |
1016 | 2025-02-23T08:25:28.155Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1017 | 2025-02-23T08:25:28.167Z | Downloaded sled v0.34.7 |
1018 | 2025-02-23T08:25:28.178Z | Downloaded rustls v0.23.19 |
1019 | 2025-02-23T08:25:28.189Z | Downloaded ratatui v0.29.0 |
1020 | 2025-02-23T08:25:28.208Z | Downloaded regex-automata v0.4.8 |
1021 | 2025-02-23T08:25:28.225Z | Downloaded nix v0.27.1 |
1022 | 2025-02-23T08:25:28.235Z | Downloaded hickory-proto v0.24.3 |
1023 | 2025-02-23T08:25:28.250Z | Downloaded quick-xml v0.33.0 |
1024 | 2025-02-23T08:25:28.256Z | Downloaded zerocopy v0.8.10 |
1025 | 2025-02-23T08:25:28.278Z | Downloaded git2 v0.19.0 |
1026 | 2025-02-23T08:25:28.286Z | Downloaded lzma-sys v0.1.20 |
1027 | 2025-02-23T08:25:28.320Z | Downloaded curve25519-dalek v4.1.3 |
1028 | 2025-02-23T08:25:28.324Z | Downloaded sqlparser v0.45.0 |
1029 | 2025-02-23T08:25:28.328Z | Downloaded ssh-key v0.6.6 |
1030 | 2025-02-23T08:25:28.336Z | Downloaded russh v0.45.0 |
1031 | 2025-02-23T08:25:28.340Z | Downloaded reqwest v0.12.12 |
1032 | 2025-02-23T08:25:28.350Z | Downloaded tracing v0.1.40 |
1033 | 2025-02-23T08:25:28.355Z | Downloaded petgraph v0.6.5 |
1034 | 2025-02-23T08:25:28.375Z | Downloaded tokio v1.43.0 |
1035 | 2025-02-23T08:25:28.406Z | Downloaded libz-sys v1.1.20 |
1036 | 2025-02-23T08:25:28.426Z | Downloaded csv v1.3.1 |
1037 | 2025-02-23T08:25:28.446Z | Downloaded unicode-normalization v0.1.24 |
1038 | 2025-02-23T08:25:28.449Z | Downloaded rustls-webpki v0.101.7 |
1039 | 2025-02-23T08:25:28.462Z | Downloaded smallvec v1.13.2 |
1040 | 2025-02-23T08:25:28.465Z | Downloaded unicode-properties v0.1.3 |
1041 | 2025-02-23T08:25:28.467Z | Downloaded schemars v0.8.21 |
1042 | 2025-02-23T08:25:28.476Z | Downloaded sha3 v0.10.8 |
1043 | 2025-02-23T08:25:28.481Z | Downloaded globset v0.4.15 |
1044 | 2025-02-23T08:25:28.485Z | Downloaded vsss-rs v3.3.4 |
1045 | 2025-02-23T08:25:28.487Z | Downloaded vte v0.11.1 |
1046 | 2025-02-23T08:25:28.487Z | Downloaded bindgen v0.69.5 |
1047 | 2025-02-23T08:25:28.493Z | Downloaded hashbrown v0.14.5 |
1048 | 2025-02-23T08:25:28.498Z | Downloaded predicates v3.1.3 |
1049 | 2025-02-23T08:25:28.502Z | Downloaded wait-timeout v0.2.0 |
1050 | 2025-02-23T08:25:28.502Z | Downloaded unsafe-libyaml v0.2.11 |
1051 | 2025-02-23T08:25:28.506Z | Downloaded zip v0.6.6 |
1052 | 2025-02-23T08:25:28.509Z | Downloaded libxml v0.3.3 |
1053 | 2025-02-23T08:25:28.515Z | Downloaded hyper v1.5.2 |
1054 | 2025-02-23T08:25:28.520Z | Downloaded pin-project-lite v0.2.14 |
1055 | 2025-02-23T08:25:28.525Z | Downloaded parking_lot v0.12.3 |
1056 | 2025-02-23T08:25:28.527Z | Downloaded typify v0.3.0 |
1057 | 2025-02-23T08:25:28.530Z | Downloaded chrono v0.4.39 |
1058 | 2025-02-23T08:25:28.537Z | Downloaded want v0.3.1 |
1059 | 2025-02-23T08:25:28.539Z | Downloaded dirs-next v2.0.0 |
1060 | 2025-02-23T08:25:28.539Z | Downloaded peg-macros v0.8.4 |
1061 | 2025-02-23T08:25:28.542Z | Downloaded parking_lot v0.11.2 |
1062 | 2025-02-23T08:25:28.544Z | Downloaded typify-macro v0.3.0 |
1063 | 2025-02-23T08:25:28.544Z | Downloaded strum v0.26.3 |
1064 | 2025-02-23T08:25:28.544Z | Downloaded unicode-segmentation v1.12.0 |
1065 | 2025-02-23T08:25:28.547Z | Downloaded daft-derive v0.1.1 |
1066 | 2025-02-23T08:25:28.550Z | Downloaded serde_yaml v0.9.34+deprecated |
1067 | 2025-02-23T08:25:28.554Z | Downloaded test-strategy v0.4.0 |
1068 | 2025-02-23T08:25:28.557Z | Downloaded semver v0.1.20 |
1069 | 2025-02-23T08:25:28.559Z | Downloaded powerfmt v0.2.0 |
1070 | 2025-02-23T08:25:28.559Z | Downloaded openssl-sys v0.9.106 |
1071 | 2025-02-23T08:25:28.564Z | Downloaded uuid v1.12.0 |
1072 | 2025-02-23T08:25:28.566Z | Downloaded encoding_rs v0.8.34 |
1073 | 2025-02-23T08:25:28.587Z | Downloaded tracing-core v0.1.32 |
1074 | 2025-02-23T08:25:28.589Z | Downloaded defmt v0.3.8 |
1075 | 2025-02-23T08:25:28.592Z | Downloaded utf-8 v0.7.6 |
1076 | 2025-02-23T08:25:28.595Z | Downloaded untrusted v0.9.0 |
1077 | 2025-02-23T08:25:28.595Z | Downloaded nibble_vec v0.1.0 |
1078 | 2025-02-23T08:25:28.597Z | Downloaded newtype-uuid v1.2.1 |
1079 | 2025-02-23T08:25:28.597Z | Downloaded ff v0.13.0 |
1080 | 2025-02-23T08:25:28.600Z | Downloaded twox-hash v2.1.0 |
1081 | 2025-02-23T08:25:28.603Z | Downloaded futures-channel v0.3.31 |
1082 | 2025-02-23T08:25:28.603Z | Downloaded displaydoc v0.2.5 |
1083 | 2025-02-23T08:25:28.606Z | Downloaded ring v0.17.11 |
1084 | 2025-02-23T08:25:28.646Z | Downloaded snafu v0.8.5 |
1085 | 2025-02-23T08:25:28.651Z | Downloaded zerocopy-derive v0.8.10 |
1086 | 2025-02-23T08:25:28.657Z | Downloaded num-bigint-dig v0.8.4 |
1087 | 2025-02-23T08:25:28.662Z | Downloaded flate2 v1.0.35 |
1088 | 2025-02-23T08:25:28.666Z | Downloaded vergen v8.3.2 |
1089 | 2025-02-23T08:25:28.669Z | Downloaded headers v0.4.0 |
1090 | 2025-02-23T08:25:28.674Z | Downloaded new_debug_unreachable v1.0.6 |
1091 | 2025-02-23T08:25:28.676Z | Downloaded ecdsa v0.16.9 |
1092 | 2025-02-23T08:25:28.679Z | Downloaded termcolor v1.4.1 |
1093 | 2025-02-23T08:25:28.679Z | Downloaded diesel_derives v2.2.3 |
1094 | 2025-02-23T08:25:28.681Z | Downloaded mio v1.0.2 |
1095 | 2025-02-23T08:25:28.686Z | Downloaded minimal-lexical v0.2.1 |
1096 | 2025-02-23T08:25:28.691Z | Downloaded postgres-types v0.2.8 |
1097 | 2025-02-23T08:25:28.694Z | Downloaded postgres-protocol v0.6.7 |
1098 | 2025-02-23T08:25:28.696Z | Downloaded nu-ansi-term v0.50.1 |
1099 | 2025-02-23T08:25:28.696Z | Downloaded glob v0.3.2 |
1100 | 2025-02-23T08:25:28.699Z | Downloaded ghash v0.5.1 |
1101 | 2025-02-23T08:25:28.699Z | Downloaded tokio-native-tls v0.3.1 |
1102 | 2025-02-23T08:25:28.701Z | Downloaded float-cmp v0.10.0 |
1103 | 2025-02-23T08:25:28.702Z | Downloaded der_derive v0.7.3 |
1104 | 2025-02-23T08:25:28.704Z | Downloaded crossterm v0.28.1 |
1105 | 2025-02-23T08:25:28.709Z | Downloaded icu_locid v1.5.0 |
1106 | 2025-02-23T08:25:28.713Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1107 | 2025-02-23T08:25:28.769Z | Downloaded oso-derive v0.27.3 |
1108 | 2025-02-23T08:25:28.771Z | Downloaded openssl-macros v0.1.1 |
1109 | 2025-02-23T08:25:28.771Z | Downloaded hashlink v0.9.1 |
1110 | 2025-02-23T08:25:28.774Z | Downloaded either v1.13.0 |
1111 | 2025-02-23T08:25:28.774Z | Downloaded url v2.5.3 |
1112 | 2025-02-23T08:25:28.776Z | Downloaded time-macros v0.2.18 |
1113 | 2025-02-23T08:25:28.778Z | Downloaded rustls-pki-types v1.10.0 |
1114 | 2025-02-23T08:25:28.782Z | Downloaded miniz_oxide v0.8.0 |
1115 | 2025-02-23T08:25:28.784Z | Downloaded darling_core v0.20.10 |
1116 | 2025-02-23T08:25:28.788Z | Downloaded unicase v2.7.0 |
1117 | 2025-02-23T08:25:28.791Z | Downloaded unarray v0.1.4 |
1118 | 2025-02-23T08:25:28.791Z | Downloaded polyval v0.6.2 |
1119 | 2025-02-23T08:25:28.793Z | Downloaded tiny-keccak v2.0.2 |
1120 | 2025-02-23T08:25:28.796Z | Downloaded termios v0.3.3 |
1121 | 2025-02-23T08:25:28.798Z | Downloaded rand_core v0.6.4 |
1122 | 2025-02-23T08:25:28.798Z | Downloaded password-hash v0.5.0 |
1123 | 2025-02-23T08:25:28.800Z | Downloaded parking_lot_core v0.9.10 |
1124 | 2025-02-23T08:25:28.800Z | Downloaded mockall_derive v0.13.1 |
1125 | 2025-02-23T08:25:28.803Z | Downloaded cc v1.2.15 |
1126 | 2025-02-23T08:25:28.806Z | Downloaded bumpalo v3.16.0 |
1127 | 2025-02-23T08:25:28.808Z | Downloaded crossbeam-channel v0.5.13 |
1128 | 2025-02-23T08:25:28.813Z | Downloaded thiserror-no-std v2.0.2 |
1129 | 2025-02-23T08:25:28.816Z | Downloaded sec1 v0.7.3 |
1130 | 2025-02-23T08:25:28.818Z | Downloaded pin-project-internal v1.1.6 |
1131 | 2025-02-23T08:25:28.821Z | Downloaded password-hash v0.4.2 |
1132 | 2025-02-23T08:25:28.821Z | Downloaded same-file v1.0.6 |
1133 | 2025-02-23T08:25:28.824Z | Downloaded resolv-conf v0.7.0 |
1134 | 2025-02-23T08:25:28.824Z | Downloaded multer v3.1.0 |
1135 | 2025-02-23T08:25:28.826Z | Downloaded itertools v0.13.0 |
1136 | 2025-02-23T08:25:28.832Z | Downloaded icu_locid_transform_data v1.5.0 |
1137 | 2025-02-23T08:25:28.834Z | Downloaded icu_normalizer_data v1.5.0 |
1138 | 2025-02-23T08:25:28.837Z | Downloaded crypto-bigint v0.5.5 |
1139 | 2025-02-23T08:25:28.841Z | Downloaded compact_str v0.8.0 |
1140 | 2025-02-23T08:25:28.845Z | Downloaded base64 v0.22.1 |
1141 | 2025-02-23T08:25:28.848Z | Downloaded prettyplease v0.2.29 |
1142 | 2025-02-23T08:25:28.851Z | Downloaded itertools v0.14.0 |
1143 | 2025-02-23T08:25:28.858Z | Downloaded itertools v0.12.1 |
1144 | 2025-02-23T08:25:28.865Z | Downloaded base64 v0.13.1 |
1145 | 2025-02-23T08:25:28.867Z | Downloaded backtrace v0.3.74 |
1146 | 2025-02-23T08:25:28.872Z | Downloaded tokio-stream v0.1.16 |
1147 | 2025-02-23T08:25:28.876Z | Downloaded progenitor-impl v0.8.0 |
1148 | 2025-02-23T08:25:28.878Z | Downloaded lock_api v0.4.12 |
1149 | 2025-02-23T08:25:28.881Z | Downloaded wyz v0.5.1 |
1150 | 2025-02-23T08:25:28.881Z | Downloaded fixedbitset v0.4.2 |
1151 | 2025-02-23T08:25:28.883Z | Downloaded synstructure v0.13.1 |
1152 | 2025-02-23T08:25:28.883Z | Downloaded ref-cast v1.0.23 |
1153 | 2025-02-23T08:25:28.886Z | Downloaded mime v0.3.17 |
1154 | 2025-02-23T08:25:28.886Z | Downloaded md-5 v0.10.6 |
1155 | 2025-02-23T08:25:28.891Z | Downloaded maybe-uninit v2.0.0 |
1156 | 2025-02-23T08:25:28.892Z | Downloaded dsl_auto_type v0.1.2 |
1157 | 2025-02-23T08:25:28.894Z | Downloaded quinn-udp v0.5.5 |
1158 | 2025-02-23T08:25:28.894Z | Downloaded lalrpop-util v0.19.12 |
1159 | 2025-02-23T08:25:28.894Z | Downloaded kstat-rs v0.2.4 |
1160 | 2025-02-23T08:25:28.894Z | Downloaded keccak v0.1.5 |
1161 | 2025-02-23T08:25:28.894Z | Downloaded stable_deref_trait v1.2.0 |
1162 | 2025-02-23T08:25:28.894Z | Downloaded slog-async v2.8.0 |
1163 | 2025-02-23T08:25:28.897Z | Downloaded proc-macro-error2 v2.0.1 |
1164 | 2025-02-23T08:25:28.899Z | Downloaded match_cfg v0.1.0 |
1165 | 2025-02-23T08:25:28.899Z | Downloaded hyper-tls v0.6.0 |
1166 | 2025-02-23T08:25:28.902Z | Downloaded arc-swap v1.7.1 |
1167 | 2025-02-23T08:25:28.904Z | Downloaded indoc v1.0.9 |
1168 | 2025-02-23T08:25:28.907Z | Downloaded http-body-util v0.1.2 |
1169 | 2025-02-23T08:25:28.907Z | Downloaded hostname v0.4.0 |
1170 | 2025-02-23T08:25:28.910Z | Downloaded bytes v1.9.0 |
1171 | 2025-02-23T08:25:28.912Z | Downloaded clang-sys v1.8.1 |
1172 | 2025-02-23T08:25:28.914Z | Downloaded allocator-api2 v0.2.18 |
1173 | 2025-02-23T08:25:28.917Z | Downloaded http-range v0.1.5 |
1174 | 2025-02-23T08:25:28.919Z | Downloaded strum_macros v0.24.3 |
1175 | 2025-02-23T08:25:28.919Z | Downloaded static_assertions v1.1.0 |
1176 | 2025-02-23T08:25:28.922Z | Downloaded castaway v0.2.3 |
1177 | 2025-02-23T08:25:28.922Z | Downloaded buf-list v1.0.3 |
1178 | 2025-02-23T08:25:28.924Z | Downloaded is_ci v1.2.0 |
1179 | 2025-02-23T08:25:28.924Z | Downloaded is-terminal v0.4.13 |
1180 | 2025-02-23T08:25:28.927Z | Downloaded ipnet v2.10.1 |
1181 | 2025-02-23T08:25:28.927Z | Downloaded curve25519-dalek-derive v0.1.1 |
1182 | 2025-02-23T08:25:28.930Z | Downloaded crc v3.2.1 |
1183 | 2025-02-23T08:25:28.930Z | Downloaded cbc v0.1.2 |
1184 | 2025-02-23T08:25:29.068Z | Downloaded libsqlite3-sys v0.30.1 |
1185 | 2025-02-23T08:25:29.308Z | Downloaded aws-lc-sys v0.22.0 |
1186 | 2025-02-23T08:25:29.613Z | Compiling serde v1.0.217 |
1187 | 2025-02-23T08:25:29.615Z | Compiling value-bag v1.9.0 |
1188 | 2025-02-23T08:25:29.616Z | Compiling lock_api v0.4.12 |
1189 | 2025-02-23T08:25:29.616Z | Compiling scopeguard v1.2.0 |
1190 | 2025-02-23T08:25:29.616Z | Compiling typenum v1.17.0 |
1191 | 2025-02-23T08:25:29.616Z | Compiling generic-array v0.14.7 |
1192 | 2025-02-23T08:25:29.842Z | Compiling syn v2.0.96 |
1193 | 2025-02-23T08:25:29.845Z | Compiling getrandom v0.2.15 |
1194 | 2025-02-23T08:25:29.931Z | Compiling shlex v1.3.0 |
1195 | 2025-02-23T08:25:30.184Z | Compiling log v0.4.22 |
1196 | 2025-02-23T08:25:30.283Z | Compiling rand_core v0.6.4 |
1197 | 2025-02-23T08:25:30.321Z | Compiling subtle v2.6.1 |
1198 | 2025-02-23T08:25:30.342Z | Compiling jobserver v0.1.32 |
1199 | 2025-02-23T08:25:30.372Z | Compiling smallvec v1.13.2 |
1200 | 2025-02-23T08:25:30.714Z | Compiling const-oid v0.9.6 |
1201 | 2025-02-23T08:25:30.714Z | Compiling pin-project-lite v0.2.14 |
1202 | 2025-02-23T08:25:30.778Z | Compiling cc v1.2.15 |
1203 | 2025-02-23T08:25:30.822Z | Compiling rustix v0.38.37 |
1204 | 2025-02-23T08:25:30.850Z | Compiling parking_lot_core v0.9.10 |
1205 | 2025-02-23T08:25:30.957Z | Compiling futures-core v0.3.31 |
1206 | 2025-02-23T08:25:31.176Z | Compiling spin v0.9.8 |
1207 | 2025-02-23T08:25:31.224Z | Compiling signal-hook-registry v1.4.2 |
1208 | 2025-02-23T08:25:31.596Z | Compiling mio v1.0.2 |
1209 | 2025-02-23T08:25:31.706Z | Compiling parking_lot v0.12.3 |
1210 | 2025-02-23T08:25:31.901Z | Compiling either v1.13.0 |
1211 | 2025-02-23T08:25:31.980Z | Compiling aho-corasick v1.1.3 |
1212 | 2025-02-23T08:25:32.297Z | Compiling futures-sink v0.3.31 |
1213 | 2025-02-23T08:25:32.346Z | Compiling stable_deref_trait v1.2.0 |
1214 | 2025-02-23T08:25:32.470Z | Compiling cpufeatures v0.2.14 |
1215 | 2025-02-23T08:25:32.472Z | Compiling regex-syntax v0.8.5 |
1216 | 2025-02-23T08:25:32.586Z | Compiling socket2 v0.5.7 |
1217 | 2025-02-23T08:25:32.606Z | Compiling slab v0.4.9 |
1218 | 2025-02-23T08:25:32.645Z | Compiling glob v0.3.2 |
1219 | 2025-02-23T08:25:32.782Z | Compiling prettyplease v0.2.29 |
1220 | 2025-02-23T08:25:33.133Z | Compiling lazy_static v1.5.0 |
1221 | 2025-02-23T08:25:33.272Z | Compiling minimal-lexical v0.2.1 |
1222 | 2025-02-23T08:25:33.369Z | Compiling serde_json v1.0.139 |
1223 | 2025-02-23T08:25:33.452Z | Compiling clang-sys v1.8.1 |
1224 | 2025-02-23T08:25:33.492Z | Compiling futures-channel v0.3.31 |
1225 | 2025-02-23T08:25:33.742Z | Compiling nom v7.1.3 |
1226 | 2025-02-23T08:25:33.762Z | Compiling libloading v0.8.5 |
1227 | 2025-02-23T08:25:33.875Z | Compiling home v0.5.9 |
1228 | 2025-02-23T08:25:34.077Z | Compiling futures-io v0.3.31 |
1229 | 2025-02-23T08:25:34.124Z | Compiling futures-task v0.3.31 |
1230 | 2025-02-23T08:25:34.171Z | Compiling pin-utils v0.1.0 |
1231 | 2025-02-23T08:25:34.326Z | Compiling bindgen v0.69.5 |
1232 | 2025-02-23T08:25:34.485Z | Compiling itertools v0.12.1 |
1233 | 2025-02-23T08:25:34.764Z | Compiling foldhash v0.1.3 |
1234 | 2025-02-23T08:25:35.084Z | Compiling rustc-hash v1.1.0 |
1235 | 2025-02-23T08:25:35.215Z | Compiling lazycell v1.3.0 |
1236 | 2025-02-23T08:25:35.255Z | Compiling libm v0.2.8 |
1237 | 2025-02-23T08:25:35.394Z | Compiling allocator-api2 v0.2.18 |
1238 | 2025-02-23T08:25:35.649Z | Compiling cmake v0.1.51 |
1239 | 2025-02-23T08:25:36.137Z | Compiling hashbrown v0.15.1 |
1240 | 2025-02-23T08:25:36.448Z | Compiling regex-automata v0.4.8 |
1241 | 2025-02-23T08:25:36.493Z | Compiling num-traits v0.2.19 |
1242 | 2025-02-23T08:25:36.813Z | Compiling cexpr v0.6.0 |
1243 | 2025-02-23T08:25:37.075Z | Compiling fs_extra v1.3.0 |
1244 | 2025-02-23T08:25:37.256Z | Compiling synstructure v0.13.1 |
1245 | 2025-02-23T08:25:37.577Z | Compiling dunce v1.0.5 |
1246 | 2025-02-23T08:25:37.719Z | Compiling pkg-config v0.3.31 |
1247 | 2025-02-23T08:25:38.621Z | Compiling litemap v0.7.3 |
1248 | 2025-02-23T08:25:38.654Z | Compiling writeable v0.5.5 |
1249 | 2025-02-23T08:25:38.989Z | Compiling ring v0.17.11 |
1250 | 2025-02-23T08:25:39.010Z | Compiling base64ct v1.6.0 |
1251 | 2025-02-23T08:25:39.208Z | Compiling paste v1.0.15 |
1252 | 2025-02-23T08:25:39.777Z | Compiling pem-rfc7468 v0.7.0 |
1253 | 2025-02-23T08:25:39.824Z | Compiling flagset v0.4.6 |
1254 | 2025-02-23T08:25:40.059Z | Compiling icu_locid_transform_data v1.5.0 |
1255 | 2025-02-23T08:25:40.176Z | Compiling aws-lc-rs v1.10.0 |
1256 | 2025-02-23T08:25:40.228Z | Compiling httparse v1.9.5 |
1257 | 2025-02-23T08:25:40.576Z | Compiling tracing-core v0.1.32 |
1258 | 2025-02-23T08:25:40.999Z | Compiling crossbeam-utils v0.8.20 |
1259 | 2025-02-23T08:25:41.259Z | Compiling percent-encoding v2.3.1 |
1260 | 2025-02-23T08:25:41.452Z | Compiling rustls-pki-types v1.10.0 |
1261 | 2025-02-23T08:25:41.539Z | Compiling icu_properties_data v1.5.0 |
1262 | 2025-02-23T08:25:41.697Z | Compiling time-core v0.1.2 |
1263 | 2025-02-23T08:25:41.752Z | Compiling mirai-annotations v1.12.0 |
1264 | 2025-02-23T08:25:41.870Z | Compiling powerfmt v0.2.0 |
1265 | 2025-02-23T08:25:41.924Z | Compiling untrusted v0.7.1 |
1266 | 2025-02-23T08:25:42.129Z | Compiling regex v1.11.1 |
1267 | 2025-02-23T08:25:42.170Z | Compiling serde_derive v1.0.217 |
1268 | 2025-02-23T08:25:42.210Z | Compiling zeroize_derive v1.4.2 |
1269 | 2025-02-23T08:25:42.212Z | Compiling zerocopy-derive v0.7.35 |
1270 | 2025-02-23T08:25:42.379Z | Compiling tokio-macros v2.5.0 |
1271 | 2025-02-23T08:25:43.020Z | Compiling zerofrom-derive v0.1.4 |
1272 | 2025-02-23T08:25:43.592Z | Compiling zeroize v1.8.1 |
1273 | 2025-02-23T08:25:43.802Z | Compiling yoke-derive v0.7.4 |
1274 | 2025-02-23T08:25:44.069Z | Compiling zerovec-derive v0.10.3 |
1275 | 2025-02-23T08:25:44.120Z | Compiling zerocopy v0.7.35 |
1276 | 2025-02-23T08:25:45.306Z | Compiling crypto-common v0.1.6 |
1277 | 2025-02-23T08:25:45.496Z | Compiling block-buffer v0.10.4 |
1278 | 2025-02-23T08:25:45.543Z | Compiling futures-macro v0.3.31 |
1279 | 2025-02-23T08:25:45.606Z | Compiling thiserror-impl v1.0.69 |
1280 | 2025-02-23T08:25:45.781Z | Compiling digest v0.10.7 |
1281 | 2025-02-23T08:25:46.242Z | Compiling hmac v0.12.1 |
1282 | 2025-02-23T08:25:46.380Z | Compiling displaydoc v0.2.5 |
1283 | 2025-02-23T08:25:46.383Z | Compiling zerofrom v0.1.4 |
1284 | 2025-02-23T08:25:46.491Z | Compiling block-padding v0.3.3 |
1285 | 2025-02-23T08:25:46.520Z | Compiling sha2 v0.10.8 |
1286 | 2025-02-23T08:25:46.634Z | Compiling yoke v0.7.4 |
1287 | 2025-02-23T08:25:46.751Z | Compiling inout v0.1.3 |
1288 | 2025-02-23T08:25:47.015Z | Compiling zerovec v0.10.4 |
1289 | 2025-02-23T08:25:47.035Z | Compiling cipher v0.4.4 |
1290 | 2025-02-23T08:25:47.051Z | Compiling icu_provider_macros v1.5.0 |
1291 | 2025-02-23T08:25:47.393Z | Compiling futures-util v0.3.31 |
1292 | 2025-02-23T08:25:47.545Z | Compiling ppv-lite86 v0.2.20 |
1293 | 2025-02-23T08:25:47.890Z | Compiling der_derive v0.7.3 |
1294 | 2025-02-23T08:25:48.157Z | Compiling tracing-attributes v0.1.27 |
1295 | 2025-02-23T08:25:48.318Z | Compiling rand_chacha v0.3.1 |
1296 | 2025-02-23T08:25:48.445Z | Compiling thiserror v1.0.69 |
1297 | 2025-02-23T08:25:48.603Z | Compiling pest v2.7.14 |
1298 | 2025-02-23T08:25:48.929Z | Compiling tinystr v0.7.6 |
1299 | 2025-02-23T08:25:49.367Z | Compiling icu_locid v1.5.0 |
1300 | 2025-02-23T08:25:50.155Z | Compiling icu_collections v1.5.0 |
1301 | 2025-02-23T08:25:50.266Z | Compiling der v0.7.9 |
1302 | 2025-02-23T08:25:50.722Z | Compiling icu_provider v1.5.0 |
1303 | 2025-02-23T08:25:51.307Z | Compiling rand v0.8.5 |
1304 | 2025-02-23T08:25:51.328Z | Compiling tracing v0.1.40 |
1305 | 2025-02-23T08:25:51.461Z | Compiling icu_locid_transform v1.5.0 |
1306 | 2025-02-23T08:25:51.698Z | Compiling salsa20 v0.10.2 |
1307 | 2025-02-23T08:25:51.718Z | Compiling pbkdf2 v0.12.2 |
1308 | 2025-02-23T08:25:51.831Z | Compiling num-conv v0.1.0 |
1309 | 2025-02-23T08:25:51.902Z | Compiling icu_normalizer_data v1.5.0 |
1310 | 2025-02-23T08:25:51.928Z | Compiling vcpkg v0.2.15 |
1311 | 2025-02-23T08:25:52.016Z | Compiling utf8_iter v1.0.4 |
1312 | 2025-02-23T08:25:52.129Z | Compiling write16 v1.0.0 |
1313 | 2025-02-23T08:25:52.274Z | Compiling spki v0.7.3 |
1314 | 2025-02-23T08:25:52.277Z | Compiling utf16_iter v1.0.5 |
1315 | 2025-02-23T08:25:52.518Z | Compiling untrusted v0.9.0 |
1316 | 2025-02-23T08:25:52.647Z | Compiling icu_properties v1.5.1 |
1317 | 2025-02-23T08:25:52.784Z | Compiling time-macros v0.2.18 |
1318 | 2025-02-23T08:25:53.135Z | Compiling scrypt v0.11.0 |
1319 | 2025-02-23T08:25:53.325Z | Compiling pest_meta v2.7.14 |
1320 | 2025-02-23T08:25:53.631Z | Compiling openssl-sys v0.9.106 |
1321 | 2025-02-23T08:25:53.651Z | Compiling cbc v0.1.2 |
1322 | 2025-02-23T08:25:53.685Z | Compiling aes v0.8.4 |
1323 | 2025-02-23T08:25:53.889Z | Compiling scroll_derive v0.12.0 |
1324 | 2025-02-23T08:25:54.709Z | Compiling deranged v0.3.11 |
1325 | 2025-02-23T08:25:55.053Z | Compiling bitflags v2.6.0 |
1326 | 2025-02-23T08:25:55.281Z | Compiling bytes v1.9.0 |
1327 | 2025-02-23T08:25:56.070Z | Compiling semver v1.0.25 |
1328 | 2025-02-23T08:25:56.447Z | Compiling tokio v1.43.0 |
1329 | 2025-02-23T08:25:56.518Z | Compiling indexmap v2.7.1 |
1330 | 2025-02-23T08:25:56.724Z | Compiling http v1.2.0 |
1331 | 2025-02-23T08:25:56.998Z | Compiling rustc_version v0.4.1 |
1332 | 2025-02-23T08:25:57.164Z | Compiling icu_normalizer v1.5.0 |
1333 | 2025-02-23T08:25:57.656Z | Compiling atomic-waker v1.1.2 |
1334 | 2025-02-23T08:25:57.792Z | Compiling num_threads v0.1.7 |
1335 | 2025-02-23T08:25:57.856Z | Compiling tinyvec_macros v0.1.1 |
1336 | 2025-02-23T08:25:57.945Z | Compiling tinyvec v1.8.0 |
1337 | 2025-02-23T08:25:57.966Z | Compiling time v0.3.36 |
1338 | 2025-02-23T08:25:58.576Z | Compiling http-body v1.0.1 |
1339 | 2025-02-23T08:25:58.699Z | Compiling idna_adapter v1.2.0 |
1340 | 2025-02-23T08:25:58.838Z | Compiling scroll v0.12.0 |
1341 | 2025-02-23T08:25:58.912Z | Compiling pest_generator v2.7.14 |
1342 | 2025-02-23T08:25:58.957Z | Compiling pkcs5 v0.7.1 |
1343 | 2025-02-23T08:25:59.042Z | Compiling which v4.4.2 |
1344 | 2025-02-23T08:25:59.490Z | Compiling form_urlencoded v1.2.1 |
1345 | 2025-02-23T08:25:59.602Z | Compiling try-lock v0.2.5 |
1346 | 2025-02-23T08:25:59.781Z | Compiling slog v2.7.0 |
1347 | 2025-02-23T08:25:59.809Z | Compiling goblin v0.8.2 |
1348 | 2025-02-23T08:26:00.070Z | Compiling want v0.3.1 |
1349 | 2025-02-23T08:26:00.094Z | Compiling pkcs8 v0.10.2 |
1350 | 2025-02-23T08:26:00.356Z | Compiling idna v1.0.3 |
1351 | 2025-02-23T08:26:00.374Z | Compiling uuid v1.12.0 |
1352 | 2025-02-23T08:26:00.731Z | Compiling tower-service v0.3.3 |
1353 | 2025-02-23T08:26:00.786Z | Compiling pest_derive v2.7.14 |
1354 | 2025-02-23T08:26:00.869Z | Compiling httpdate v1.0.3 |
1355 | 2025-02-23T08:26:01.313Z | Compiling iana-time-zone v0.1.61 |
1356 | 2025-02-23T08:26:01.602Z | Compiling dtrace-parser v0.2.0 |
1357 | 2025-02-23T08:26:01.694Z | Compiling chrono v0.4.39 |
1358 | 2025-02-23T08:26:01.876Z | Compiling serde_spanned v0.6.8 |
1359 | 2025-02-23T08:26:02.117Z | Compiling serde_tokenstream v0.2.2 |
1360 | 2025-02-23T08:26:02.539Z | Compiling toml_datetime v0.6.8 |
1361 | 2025-02-23T08:26:02.561Z | Compiling foreign-types-shared v0.1.1 |
1362 | 2025-02-23T08:26:02.687Z | Compiling adler2 v2.0.0 |
1363 | 2025-02-23T08:26:02.712Z | Compiling base64 v0.22.1 |
1364 | 2025-02-23T08:26:02.908Z | Compiling openssl v0.10.71 |
1365 | 2025-02-23T08:26:02.988Z | Compiling rustversion v1.0.17 |
1366 | 2025-02-23T08:26:03.345Z | Compiling match_cfg v0.1.0 |
1367 | 2025-02-23T08:26:03.417Z | Compiling miniz_oxide v0.8.0 |
1368 | 2025-02-23T08:26:03.439Z | Compiling hostname v0.3.1 |
1369 | 2025-02-23T08:26:03.457Z | Compiling foreign-types v0.3.2 |
1370 | 2025-02-23T08:26:03.566Z | Compiling url v2.5.3 |
1371 | 2025-02-23T08:26:03.723Z | Compiling openssl-macros v0.1.1 |
1372 | 2025-02-23T08:26:04.514Z | Compiling tokio-util v0.7.12 |
1373 | 2025-02-23T08:26:04.787Z | Compiling async-trait v0.1.86 |
1374 | 2025-02-23T08:26:04.959Z | Compiling serde_derive_internals v0.29.1 |
1375 | 2025-02-23T08:26:04.981Z | Compiling dirs-sys-next v0.1.2 |
1376 | 2025-02-23T08:26:05.249Z | Compiling rustls v0.23.19 |
1377 | 2025-02-23T08:26:05.521Z | Compiling h2 v0.4.6 |
1378 | 2025-02-23T08:26:05.563Z | Compiling dof v0.3.0 |
1379 | 2025-02-23T08:26:05.741Z | Compiling siphasher v0.3.11 |
1380 | 2025-02-23T08:26:06.127Z | Compiling rustls v0.22.4 |
1381 | 2025-02-23T08:26:06.430Z | Compiling usdt-impl v0.5.0 |
1382 | 2025-02-23T08:26:07.204Z | Compiling native-tls v0.2.12 |
1383 | 2025-02-23T08:26:07.224Z | Compiling syn v1.0.109 |
1384 | 2025-02-23T08:26:07.315Z | Compiling schemars v0.8.21 |
1385 | 2025-02-23T08:26:07.566Z | Compiling data-encoding v2.6.0 |
1386 | 2025-02-23T08:26:07.723Z | Compiling schemars_derive v0.8.21 |
1387 | 2025-02-23T08:26:07.862Z | Compiling dirs-next v2.0.0 |
1388 | 2025-02-23T08:26:08.799Z | Compiling unicode-normalization v0.1.24 |
1389 | 2025-02-23T08:26:09.356Z | Compiling http-body-util v0.1.2 |
1390 | 2025-02-23T08:26:09.377Z | Compiling crossbeam-epoch v0.9.18 |
1391 | 2025-02-23T08:26:09.560Z | Compiling heapless v0.7.17 |
1392 | 2025-02-23T08:26:09.815Z | Compiling sha1 v0.10.6 |
1393 | 2025-02-23T08:26:09.911Z | Compiling signature v2.2.0 |
1394 | 2025-02-23T08:26:10.038Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1395 | 2025-02-23T08:26:10.057Z | Compiling thread_local v1.1.8 |
1396 | 2025-02-23T08:26:10.203Z | Compiling multer v3.1.0 |
1397 | 2025-02-23T08:26:10.227Z | Compiling cookie v0.18.1 |
1398 | 2025-02-23T08:26:10.499Z | Compiling encoding_rs v0.8.34 |
1399 | 2025-02-23T08:26:10.519Z | Compiling openssl-probe v0.1.5 |
1400 | 2025-02-23T08:26:10.541Z | Compiling dyn-clone v1.0.18 |
1401 | 2025-02-23T08:26:10.558Z | Compiling mime v0.3.17 |
1402 | 2025-02-23T08:26:10.746Z | Compiling gimli v0.31.1 |
1403 | 2025-02-23T08:26:10.783Z | Compiling unicode-bidi v0.3.17 |
1404 | 2025-02-23T08:26:10.817Z | Compiling signal-hook v0.3.17 |
1405 | 2025-02-23T08:26:11.052Z | Compiling ipnet v2.10.1 |
1406 | 2025-02-23T08:26:11.112Z | Compiling slog-async v2.8.0 |
1407 | 2025-02-23T08:26:11.642Z | Compiling rayon-core v1.12.1 |
1408 | 2025-02-23T08:26:11.952Z | Compiling unicode-properties v0.1.3 |
1409 | 2025-02-23T08:26:12.112Z | Compiling toml_edit v0.22.22 |
1410 | 2025-02-23T08:26:12.354Z | Compiling stringprep v0.1.5 |
1411 | 2025-02-23T08:26:13.376Z | Compiling hyper v1.5.2 |
1412 | 2025-02-23T08:26:15.069Z | Compiling addr2line v0.24.2 |
1413 | 2025-02-23T08:26:15.568Z | Compiling crossbeam-deque v0.8.5 |
1414 | 2025-02-23T08:26:15.610Z | Compiling usdt-macro v0.5.0 |
1415 | 2025-02-23T08:26:15.633Z | Compiling usdt-attr-macro v0.5.0 |
1416 | 2025-02-23T08:26:15.730Z | Compiling term v0.7.0 |
1417 | 2025-02-23T08:26:15.945Z | Compiling hyper-util v0.1.10 |
1418 | 2025-02-23T08:26:16.894Z | Compiling slog-json v2.6.1 |
1419 | 2025-02-23T08:26:17.017Z | Compiling serde_urlencoded v0.7.1 |
1420 | 2025-02-23T08:26:17.017Z | Compiling crossbeam-channel v0.5.13 |
1421 | 2025-02-23T08:26:17.100Z | Compiling curve25519-dalek v4.1.3 |
1422 | 2025-02-23T08:26:17.243Z | Compiling futures-executor v0.3.31 |
1423 | 2025-02-23T08:26:17.516Z | Compiling enum-as-inner v0.6.1 |
1424 | 2025-02-23T08:26:17.731Z | Compiling md-5 v0.10.6 |
1425 | 2025-02-23T08:26:17.785Z | Compiling async-stream-impl v0.3.6 |
1426 | 2025-02-23T08:26:18.006Z | Compiling rustls-pemfile v2.2.0 |
1427 | 2025-02-23T08:26:18.041Z | Compiling num-integer v0.1.46 |
1428 | 2025-02-23T08:26:18.328Z | Compiling hash32 v0.2.1 |
1429 | 2025-02-23T08:26:18.560Z | Compiling ff v0.13.0 |
1430 | 2025-02-23T08:26:18.701Z | Compiling is-terminal v0.4.13 |
1431 | 2025-02-23T08:26:18.758Z | Compiling memoffset v0.9.1 |
1432 | 2025-02-23T08:26:18.780Z | Compiling object v0.36.5 |
1433 | 2025-02-23T08:26:18.847Z | Compiling dropshot v0.12.0 |
1434 | 2025-02-23T08:26:18.868Z | Compiling cfg_aliases v0.2.1 |
1435 | 2025-02-23T08:26:18.982Z | Compiling fallible-iterator v0.2.0 |
1436 | 2025-02-23T08:26:19.031Z | Compiling portable-atomic v1.9.0 |
1437 | 2025-02-23T08:26:19.075Z | Compiling num-bigint-dig v0.8.4 |
1438 | 2025-02-23T08:26:19.158Z | Compiling linked-hash-map v0.5.6 |
1439 | 2025-02-23T08:26:19.267Z | Compiling rustc-demangle v0.1.24 |
1440 | 2025-02-23T08:26:19.437Z | Compiling smoltcp v0.9.1 |
1441 | 2025-02-23T08:26:19.503Z | Compiling litrs v0.4.1 |
1442 | 2025-02-23T08:26:19.686Z | Compiling quick-error v1.2.3 |
1443 | 2025-02-23T08:26:19.864Z | Compiling base16ct v0.2.0 |
1444 | 2025-02-23T08:26:20.062Z | Compiling psl-types v2.0.11 |
1445 | 2025-02-23T08:26:20.082Z | Compiling anyhow v1.0.96 |
1446 | 2025-02-23T08:26:20.182Z | Compiling take_mut v0.2.2 |
1447 | 2025-02-23T08:26:20.214Z | Compiling utf-8 v0.7.6 |
1448 | 2025-02-23T08:26:20.284Z | Compiling publicsuffix v2.3.0 |
1449 | 2025-02-23T08:26:20.534Z | Compiling tungstenite v0.24.0 |
1450 | 2025-02-23T08:26:20.571Z | Compiling document-features v0.2.10 |
1451 | 2025-02-23T08:26:20.622Z | Compiling sec1 v0.7.3 |
1452 | 2025-02-23T08:26:21.178Z | Compiling resolv-conf v0.7.0 |
1453 | 2025-02-23T08:26:21.199Z | Compiling postgres-protocol v0.6.7 |
1454 | 2025-02-23T08:26:21.340Z | Compiling lru-cache v0.1.2 |
1455 | 2025-02-23T08:26:21.683Z | Compiling async-stream v0.3.6 |
1456 | 2025-02-23T08:26:21.798Z | Compiling nix v0.29.0 |
1457 | 2025-02-23T08:26:21.866Z | Compiling slog-term v2.9.1 |
1458 | 2025-02-23T08:26:21.979Z | Compiling group v0.13.0 |
1459 | 2025-02-23T08:26:22.314Z | Compiling usdt v0.5.0 |
1460 | 2025-02-23T08:26:22.528Z | Compiling hickory-proto v0.24.3 |
1461 | 2025-02-23T08:26:22.639Z | Compiling num-iter v0.1.45 |
1462 | 2025-02-23T08:26:22.830Z | Compiling futures v0.3.31 |
1463 | 2025-02-23T08:26:22.898Z | Compiling slog-bunyan v2.5.0 |
1464 | 2025-02-23T08:26:23.371Z | Compiling toml v0.8.19 |
1465 | 2025-02-23T08:26:24.052Z | Compiling camino v1.1.9 |
1466 | 2025-02-23T08:26:24.055Z | Compiling tokio-native-tls v0.3.1 |
1467 | 2025-02-23T08:26:24.533Z | Compiling phf_shared v0.11.2 |
1468 | 2025-02-23T08:26:24.886Z | Compiling dropshot_endpoint v0.12.0 |
1469 | 2025-02-23T08:26:24.910Z | Compiling terminal_size v0.4.0 |
1470 | 2025-02-23T08:26:24.938Z | Compiling waitgroup v0.1.2 |
1471 | 2025-02-23T08:26:25.150Z | Compiling openapiv3 v2.0.0 |
1472 | 2025-02-23T08:26:25.168Z | Compiling serde_path_to_error v0.1.16 |
1473 | 2025-02-23T08:26:25.296Z | Compiling backtrace v0.3.74 |
1474 | 2025-02-23T08:26:25.815Z | Compiling hkdf v0.12.4 |
1475 | 2025-02-23T08:26:25.945Z | Compiling crypto-bigint v0.5.5 |
1476 | 2025-02-23T08:26:26.084Z | Compiling zerocopy-derive v0.6.6 |
1477 | 2025-02-23T08:26:28.033Z | Compiling curve25519-dalek-derive v0.1.1 |
1478 | 2025-02-23T08:26:28.174Z | Compiling webpki-roots v0.26.6 |
1479 | 2025-02-23T08:26:28.392Z | Compiling sync_wrapper v1.0.1 |
1480 | 2025-02-23T08:26:28.561Z | Compiling hostname v0.4.0 |
1481 | 2025-02-23T08:26:28.788Z | Compiling fs-err v2.11.0 |
1482 | 2025-02-23T08:26:28.863Z | Compiling hubpack_derive v0.1.1 |
1483 | 2025-02-23T08:26:28.952Z | Compiling ahash v0.8.11 |
1484 | 2025-02-23T08:26:29.099Z | Compiling crc32fast v1.4.2 |
1485 | 2025-02-23T08:26:29.123Z | Compiling managed v0.8.0 |
1486 | 2025-02-23T08:26:29.309Z | Compiling debug-ignore v1.0.5 |
1487 | 2025-02-23T08:26:29.422Z | Compiling tower-layer v0.3.3 |
1488 | 2025-02-23T08:26:29.468Z | Compiling bitflags v1.3.2 |
1489 | 2025-02-23T08:26:29.490Z | Compiling unicode-width v0.2.0 |
1490 | 2025-02-23T08:26:29.588Z | Compiling winnow v0.5.40 |
1491 | 2025-02-23T08:26:29.607Z | Compiling newtype-uuid v1.2.1 |
1492 | 2025-02-23T08:26:29.713Z | Compiling tower v0.5.2 |
1493 | 2025-02-23T08:26:29.734Z | Compiling hubpack v0.1.2 |
1494 | 2025-02-23T08:26:30.031Z | Compiling console v0.15.10 |
1495 | 2025-02-23T08:26:30.527Z | Compiling flate2 v1.0.35 |
1496 | 2025-02-23T08:26:31.314Z | Compiling strum_macros v0.25.3 |
1497 | 2025-02-23T08:26:31.422Z | Compiling clap_builder v4.5.30 |
1498 | 2025-02-23T08:26:31.674Z | Compiling elliptic-curve v0.13.8 |
1499 | 2025-02-23T08:26:31.830Z | Compiling hickory-resolver v0.24.3 |
1500 | 2025-02-23T08:26:31.867Z | Compiling zerocopy v0.6.6 |
1501 | 2025-02-23T08:26:32.581Z | Compiling signal-hook-mio v0.2.4 |
1502 | 2025-02-23T08:26:32.760Z | Compiling phf v0.11.2 |
1503 | 2025-02-23T08:26:33.039Z | Compiling toml_edit v0.19.15 |
1504 | 2025-02-23T08:26:33.075Z | Compiling hyper-tls v0.6.0 |
1505 | 2025-02-23T08:26:33.250Z | Compiling rayon v1.10.0 |
1506 | 2025-02-23T08:26:33.464Z | Compiling cookie_store v0.21.1 |
1507 | 2025-02-23T08:26:34.972Z | Compiling bzip2 v0.4.4 |
1508 | 2025-02-23T08:26:35.399Z | Compiling postgres-types v0.2.8 |
1509 | 2025-02-23T08:26:36.794Z | Compiling tokio-tungstenite v0.24.0 |
1510 | 2025-02-23T08:26:37.414Z | Compiling ed25519 v2.2.3 |
1511 | 2025-02-23T08:26:37.580Z | Compiling phf_shared v0.10.0 |
1512 | 2025-02-23T08:26:37.978Z | Compiling tokio-stream v0.1.16 |
1513 | 2025-02-23T08:26:38.054Z | Compiling pkcs1 v0.7.5 |
1514 | 2025-02-23T08:26:38.571Z | Compiling serde-big-array v0.5.1 |
1515 | 2025-02-23T08:26:38.837Z | Compiling clap_derive v4.5.28 |
1516 | 2025-02-23T08:26:38.940Z | Compiling rfc6979 v0.4.0 |
1517 | 2025-02-23T08:26:38.960Z | Compiling derive-where v1.2.7 |
1518 | 2025-02-23T08:26:39.133Z | Compiling serde_repr v0.1.19 |
1519 | 2025-02-23T08:26:39.246Z | Compiling bstr v1.10.0 |
1520 | 2025-02-23T08:26:39.362Z | Compiling float-cmp v0.10.0 |
1521 | 2025-02-23T08:26:39.608Z | Compiling predicates-core v1.0.8 |
1522 | 2025-02-23T08:26:39.924Z | Compiling whoami v1.5.2 |
1523 | 2025-02-23T08:26:39.964Z | Compiling precomputed-hash v0.1.1 |
1524 | 2025-02-23T08:26:40.097Z | Compiling difflib v0.4.0 |
1525 | 2025-02-23T08:26:40.281Z | Compiling normalize-line-endings v0.3.0 |
1526 | 2025-02-23T08:26:40.425Z | Compiling number_prefix v0.4.0 |
1527 | 2025-02-23T08:26:40.452Z | Compiling fixedbitset v0.4.2 |
1528 | 2025-02-23T08:26:40.654Z | Compiling unicode-segmentation v1.12.0 |
1529 | 2025-02-23T08:26:40.779Z | Compiling new_debug_unreachable v1.0.6 |
1530 | 2025-02-23T08:26:40.891Z | Compiling static_assertions v1.1.0 |
1531 | 2025-02-23T08:26:40.934Z | Compiling bit-vec v0.6.3 |
1532 | 2025-02-23T08:26:41.007Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1533 | 2025-02-23T08:26:41.352Z | Compiling bit-set v0.5.3 |
1534 | 2025-02-23T08:26:41.429Z | Compiling similar v2.6.0 |
1535 | 2025-02-23T08:26:41.563Z | Compiling string_cache v0.8.7 |
1536 | 2025-02-23T08:26:41.640Z | Compiling petgraph v0.6.5 |
1537 | 2025-02-23T08:26:41.999Z | Compiling indicatif v0.17.11 |
1538 | 2025-02-23T08:26:42.096Z | Compiling predicates v3.1.3 |
1539 | 2025-02-23T08:26:43.362Z | Compiling clap v4.5.30 |
1540 | 2025-02-23T08:26:43.493Z | Compiling tokio-postgres v0.7.12 |
1541 | 2025-02-23T08:26:43.556Z | Compiling ecdsa v0.16.9 |
1542 | 2025-02-23T08:26:43.592Z | Compiling rsa v0.9.6 |
1543 | 2025-02-23T08:26:44.022Z | Compiling ed25519-dalek v2.1.1 |
1544 | 2025-02-23T08:26:45.222Z | Compiling toml v0.7.8 |
1545 | 2025-02-23T08:26:45.354Z | Compiling zip v0.6.6 |
1546 | 2025-02-23T08:26:46.395Z | Compiling crossterm v0.28.1 |
1547 | 2025-02-23T08:26:47.267Z | Compiling hex v0.4.3 |
1548 | 2025-02-23T08:26:47.403Z | Compiling x509-cert v0.2.5 |
1549 | 2025-02-23T08:26:47.532Z | Compiling itertools v0.10.5 |
1550 | 2025-02-23T08:26:47.862Z | Compiling itertools v0.14.0 |
1551 | 2025-02-23T08:26:48.955Z | Compiling lalrpop-util v0.19.12 |
1552 | 2025-02-23T08:26:48.958Z | Compiling peg-runtime v0.8.3 |
1553 | 2025-02-23T08:26:49.333Z | Compiling unicode-xid v0.2.6 |
1554 | 2025-02-23T08:26:49.541Z | Compiling strum_macros v0.26.4 |
1555 | 2025-02-23T08:26:49.562Z | Compiling xattr v1.3.1 |
1556 | 2025-02-23T08:26:49.583Z | Compiling filetime v0.2.25 |
1557 | 2025-02-23T08:26:49.842Z | Compiling tar v0.4.42 |
1558 | 2025-02-23T08:26:54.125Z | Compiling strum v0.26.3 |
1559 | 2025-02-23T08:26:56.697Z | Compiling aws-lc-sys v0.22.0 |
1560 | 2025-02-23T08:27:24.581Z | Compiling rustls-webpki v0.102.8 |
1561 | 2025-02-23T08:27:27.833Z | Compiling tokio-rustls v0.25.0 |
1562 | 2025-02-23T08:27:29.512Z | Compiling tokio-rustls v0.26.0 |
1563 | 2025-02-23T08:27:29.813Z | Compiling hyper-rustls v0.27.3 |
1564 | 2025-02-23T08:27:30.122Z | Compiling reqwest v0.12.12 |
1565 | 2025-02-23T08:27:31.538Z | Compiling qorb v0.2.1 |
1566 | 2025-02-23T08:27:34.578Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1567 | 2025-02-23T08:27:34.851Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1568 | 2025-02-23T08:27:39.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
1569 | 2025-02-23T08:27:39.529Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1570 | 2025-02-23T08:27:39.580Z | Feb 23 08:27:38.853 INFO Starting download, target: DendriteOpenapi |
1571 | 2025-02-23T08:27:39.580Z | Feb 23 08:27:38.853 INFO Starting download, target: Cockroach |
1572 | 2025-02-23T08:27:39.580Z | Feb 23 08:27:38.853 INFO Starting download, target: Clickhouse |
1573 | 2025-02-23T08:27:39.580Z | Feb 23 08:27:38.853 INFO Starting download, target: Console |
1574 | 2025-02-23T08:27:39.583Z | Feb 23 08:27:38.853 INFO Starting download, target: DendriteStub |
1575 | 2025-02-23T08:27:39.583Z | Feb 23 08:27:38.853 INFO Starting download, target: MaghemiteMgd |
1576 | 2025-02-23T08:27:39.583Z | Feb 23 08:27:38.853 INFO Starting download, target: TransceiverControl |
1577 | 2025-02-23T08:27:39.583Z | Feb 23 08:27:38.854 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1578 | 2025-02-23T08:27:39.583Z | Feb 23 08:27:38.854 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1579 | 2025-02-23T08:27:39.583Z | Feb 23 08:27:38.854 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1580 | 2025-02-23T08:27:39.583Z | Feb 23 08:27:38.854 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1581 | 2025-02-23T08:27:39.583Z | Feb 23 08:27:38.854 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1582 | 2025-02-23T08:27:39.583Z | Feb 23 08:27:38.854 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1583 | 2025-02-23T08:27:39.583Z | Feb 23 08:27:38.854 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1584 | 2025-02-23T08:27:39.766Z | Feb 23 08:27:39.034 INFO Download complete, target: DendriteOpenapi |
1585 | 2025-02-23T08:27:39.937Z | Feb 23 08:27:39.208 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1586 | 2025-02-23T08:27:40.115Z | Feb 23 08:27:39.383 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1587 | 2025-02-23T08:27:40.329Z | Feb 23 08:27:39.597 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1588 | 2025-02-23T08:27:40.456Z | Feb 23 08:27:39.727 INFO Download complete, target: TransceiverControl |
1589 | 2025-02-23T08:27:40.501Z | Feb 23 08:27:39.771 INFO Download complete, target: Console |
1590 | 2025-02-23T08:27:40.724Z | Feb 23 08:27:39.996 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1591 | 2025-02-23T08:27:41.157Z | Feb 23 08:27:40.430 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1592 | 2025-02-23T08:27:41.157Z | Feb 23 08:27:40.430 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1593 | 2025-02-23T08:27:41.438Z | Feb 23 08:27:40.711 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1594 | 2025-02-23T08:27:43.209Z | Feb 23 08:27:42.482 INFO Download complete, target: DendriteStub |
1595 | 2025-02-23T08:27:43.932Z | Feb 23 08:27:43.204 INFO Download complete, target: MaghemiteMgd |
1596 | 2025-02-23T08:27:48.681Z | Feb 23 08:27:47.954 INFO Checking that binary works, target: Cockroach |
1597 | 2025-02-23T08:27:48.997Z | Feb 23 08:27:48.269 INFO Download complete, target: Cockroach |
1598 | 2025-02-23T08:27:54.268Z | Feb 23 08:27:53.540 INFO Checking that binary works, target: Clickhouse |
1599 | 2025-02-23T08:27:54.392Z | Feb 23 08:27:53.657 INFO Download complete, target: Clickhouse |
1600 | 2025-02-23T08:27:54.395Z | All prerequisites installed successfully |
1601 | 2025-02-23T08:27:54.395Z | |
1602 | 2025-02-23T08:27:54.395Z | real 4:52.961485697 |
1603 | 2025-02-23T08:27:54.395Z | user 15:33.530219939 |
1604 | 2025-02-23T08:27:54.395Z | sys 2:05.446645562 |
1605 | 2025-02-23T08:27:54.395Z | trap 0.579347825 |
1606 | 2025-02-23T08:27:54.395Z | tflt 1.003379564 |
1607 | 2025-02-23T08:27:54.395Z | dflt 1.411768806 |
1608 | 2025-02-23T08:27:54.395Z | kflt 0.025063234 |
1609 | 2025-02-23T08:27:54.395Z | lock 24:18.710480304 |
1610 | 2025-02-23T08:27:54.395Z | slp 54:43.579386352 |
1611 | 2025-02-23T08:27:54.395Z | lat 1:00.392995082 |
1612 | 2025-02-23T08:27:54.395Z | stop 2:23.021188910 |
1613 | 2025-02-23T08:27:54.398Z | + ptime -m cargo xtask download softnpu |
1614 | 2025-02-23T08:27:54.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1615 | 2025-02-23T08:27:54.971Z | Running `target/debug/xtask download softnpu` |
1616 | 2025-02-23T08:27:55.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1617 | 2025-02-23T08:27:55.862Z | Running `target/debug/xtask-downloader softnpu` |
1618 | 2025-02-23T08:27:55.899Z | Feb 23 08:27:55.171 INFO Starting download, target: Softnpu |
1619 | 2025-02-23T08:27:55.902Z | Feb 23 08:27:55.171 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1620 | 2025-02-23T08:27:56.768Z | Feb 23 08:27:56.040 INFO Download complete, target: Softnpu |
1621 | 2025-02-23T08:27:56.773Z | |
1622 | 2025-02-23T08:27:56.782Z | real 2.371871116 |
1623 | 2025-02-23T08:27:56.782Z | user 1.293320491 |
1624 | 2025-02-23T08:27:56.782Z | sys 0.549121988 |
1625 | 2025-02-23T08:27:56.782Z | trap 0.000524970 |
1626 | 2025-02-23T08:27:56.783Z | tflt 0.000050494 |
1627 | 2025-02-23T08:27:56.783Z | dflt 0.000082372 |
1628 | 2025-02-23T08:27:56.783Z | kflt 0.000000000 |
1629 | 2025-02-23T08:27:56.783Z | lock 9.088290238 |
1630 | 2025-02-23T08:27:56.783Z | slp 0.727116300 |
1631 | 2025-02-23T08:27:56.783Z | lat 0.072541616 |
1632 | 2025-02-23T08:27:56.783Z | stop 0.000166702 |
1633 | 2025-02-23T08:27:56.783Z | + export CARGO_INCREMENTAL=0 |
1634 | 2025-02-23T08:27:56.783Z | + CARGO_INCREMENTAL=0 |
1635 | 2025-02-23T08:27:56.783Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1636 | 2025-02-23T08:27:57.744Z | Compiling proc-macro2 v1.0.92 |
1637 | 2025-02-23T08:27:57.747Z | Compiling unicode-ident v1.0.14 |
1638 | 2025-02-23T08:27:57.747Z | Compiling libc v0.2.169 |
1639 | 2025-02-23T08:27:57.747Z | Compiling serde v1.0.217 |
1640 | 2025-02-23T08:27:57.747Z | Compiling autocfg v1.4.0 |
1641 | 2025-02-23T08:27:57.747Z | Compiling version_check v0.9.5 |
1642 | 2025-02-23T08:27:57.747Z | Compiling cfg-if v1.0.0 |
1643 | 2025-02-23T08:27:58.027Z | Compiling memchr v2.7.4 |
1644 | 2025-02-23T08:27:58.061Z | Compiling typenum v1.17.0 |
1645 | 2025-02-23T08:27:58.085Z | Compiling shlex v1.3.0 |
1646 | 2025-02-23T08:27:58.415Z | Compiling value-bag v1.9.0 |
1647 | 2025-02-23T08:27:58.523Z | Compiling generic-array v0.14.7 |
1648 | 2025-02-23T08:27:58.779Z | Compiling lock_api v0.4.12 |
1649 | 2025-02-23T08:27:58.872Z | Compiling log v0.4.22 |
1650 | 2025-02-23T08:27:58.970Z | Compiling scopeguard v1.2.0 |
1651 | 2025-02-23T08:27:59.138Z | Compiling parking_lot_core v0.9.10 |
1652 | 2025-02-23T08:27:59.339Z | Compiling serde_json v1.0.139 |
1653 | 2025-02-23T08:27:59.555Z | Compiling quote v1.0.38 |
1654 | 2025-02-23T08:27:59.600Z | Compiling once_cell v1.20.3 |
1655 | 2025-02-23T08:27:59.660Z | Compiling rustix v0.38.37 |
1656 | 2025-02-23T08:27:59.683Z | Compiling libm v0.2.8 |
1657 | 2025-02-23T08:27:59.927Z | Compiling jobserver v0.1.32 |
1658 | 2025-02-23T08:27:59.973Z | Compiling syn v2.0.96 |
1659 | 2025-02-23T08:28:00.036Z | Compiling getrandom v0.2.15 |
1660 | 2025-02-23T08:28:00.118Z | Compiling aho-corasick v1.1.3 |
1661 | 2025-02-23T08:28:00.277Z | Compiling num-traits v0.2.19 |
1662 | 2025-02-23T08:28:00.281Z | Compiling semver v1.0.25 |
1663 | 2025-02-23T08:28:00.339Z | Compiling cc v1.2.15 |
1664 | 2025-02-23T08:28:00.405Z | Compiling regex-syntax v0.8.5 |
1665 | 2025-02-23T08:28:00.581Z | Compiling thiserror v1.0.69 |
1666 | 2025-02-23T08:28:00.622Z | Compiling either v1.13.0 |
1667 | 2025-02-23T08:28:00.755Z | Compiling itoa v1.0.11 |
1668 | 2025-02-23T08:28:00.990Z | Compiling slab v0.4.9 |
1669 | 2025-02-23T08:28:01.112Z | Compiling spin v0.9.8 |
1670 | 2025-02-23T08:28:01.484Z | Compiling errno v0.3.9 |
1671 | 2025-02-23T08:28:01.509Z | Compiling byteorder v1.5.0 |
1672 | 2025-02-23T08:28:01.527Z | Compiling rand_core v0.6.4 |
1673 | 2025-02-23T08:28:02.009Z | Compiling glob v0.3.2 |
1674 | 2025-02-23T08:28:02.266Z | Compiling prettyplease v0.2.29 |
1675 | 2025-02-23T08:28:02.663Z | Compiling lazy_static v1.5.0 |
1676 | 2025-02-23T08:28:02.690Z | Compiling clang-sys v1.8.1 |
1677 | 2025-02-23T08:28:02.905Z | Compiling smallvec v1.13.2 |
1678 | 2025-02-23T08:28:02.981Z | Compiling minimal-lexical v0.2.1 |
1679 | 2025-02-23T08:28:03.411Z | Compiling nom v7.1.3 |
1680 | 2025-02-23T08:28:03.490Z | Compiling libloading v0.8.5 |
1681 | 2025-02-23T08:28:03.511Z | Compiling home v0.5.9 |
1682 | 2025-02-23T08:28:03.688Z | Compiling subtle v2.6.1 |
1683 | 2025-02-23T08:28:03.750Z | Compiling bindgen v0.69.5 |
1684 | 2025-02-23T08:28:03.869Z | Compiling itertools v0.12.1 |
1685 | 2025-02-23T08:28:04.009Z | Compiling regex-automata v0.4.8 |
1686 | 2025-02-23T08:28:04.221Z | Compiling allocator-api2 v0.2.18 |
1687 | 2025-02-23T08:28:04.558Z | Compiling rustc-hash v1.1.0 |
1688 | 2025-02-23T08:28:04.732Z | Compiling lazycell v1.3.0 |
1689 | 2025-02-23T08:28:04.952Z | Compiling cmake v0.1.51 |
1690 | 2025-02-23T08:28:05.434Z | Compiling fs_extra v1.3.0 |
1691 | 2025-02-23T08:28:05.704Z | Compiling dunce v1.0.5 |
1692 | 2025-02-23T08:28:06.072Z | Compiling pkg-config v0.3.31 |
1693 | 2025-02-23T08:28:06.176Z | Compiling pin-project-lite v0.2.14 |
1694 | 2025-02-23T08:28:06.321Z | Compiling ring v0.17.11 |
1695 | 2025-02-23T08:28:06.565Z | Compiling cexpr v0.6.0 |
1696 | 2025-02-23T08:28:07.087Z | Compiling synstructure v0.13.1 |
1697 | 2025-02-23T08:28:07.279Z | Compiling ryu v1.0.18 |
1698 | 2025-02-23T08:28:07.521Z | Compiling paste v1.0.15 |
1699 | 2025-02-23T08:28:07.640Z | Compiling aws-lc-rs v1.10.0 |
1700 | 2025-02-23T08:28:07.953Z | Compiling schemars v0.8.21 |
1701 | 2025-02-23T08:28:08.085Z | Compiling fnv v1.0.7 |
1702 | 2025-02-23T08:28:08.231Z | Compiling const-oid v0.9.6 |
1703 | 2025-02-23T08:28:08.326Z | Compiling httparse v1.9.5 |
1704 | 2025-02-23T08:28:08.987Z | Compiling serde_derive_internals v0.29.1 |
1705 | 2025-02-23T08:28:09.039Z | Compiling signal-hook-registry v1.4.2 |
1706 | 2025-02-23T08:28:09.624Z | Compiling regex v1.11.1 |
1707 | 2025-02-23T08:28:09.681Z | Compiling foldhash v0.1.3 |
1708 | 2025-02-23T08:28:09.981Z | Compiling equivalent v1.0.1 |
1709 | 2025-02-23T08:28:10.120Z | Compiling hashbrown v0.15.1 |
1710 | 2025-02-23T08:28:10.235Z | Compiling parking_lot v0.12.3 |
1711 | 2025-02-23T08:28:10.463Z | Compiling mio v1.0.2 |
1712 | 2025-02-23T08:28:10.532Z | Compiling heck v0.5.0 |
1713 | 2025-02-23T08:28:10.970Z | Compiling serde_derive v1.0.217 |
1714 | 2025-02-23T08:28:11.070Z | Compiling zeroize_derive v1.4.2 |
1715 | 2025-02-23T08:28:11.317Z | Compiling zerocopy-derive v0.7.35 |
1716 | 2025-02-23T08:28:12.112Z | Compiling tokio-macros v2.5.0 |
1717 | 2025-02-23T08:28:12.281Z | Compiling thiserror-impl v1.0.69 |
1718 | 2025-02-23T08:28:12.416Z | Compiling zeroize v1.8.1 |
1719 | 2025-02-23T08:28:12.825Z | Compiling zerofrom-derive v0.1.4 |
1720 | 2025-02-23T08:28:12.863Z | Compiling yoke-derive v0.7.4 |
1721 | 2025-02-23T08:28:13.163Z | Compiling futures-macro v0.3.31 |
1722 | 2025-02-23T08:28:13.195Z | Compiling zerovec-derive v0.10.3 |
1723 | 2025-02-23T08:28:13.233Z | Compiling displaydoc v0.2.5 |
1724 | 2025-02-23T08:28:14.659Z | Compiling zerocopy v0.7.35 |
1725 | 2025-02-23T08:28:14.861Z | Compiling crypto-common v0.1.6 |
1726 | 2025-02-23T08:28:14.994Z | Compiling icu_provider_macros v1.5.0 |
1727 | 2025-02-23T08:28:15.076Z | Compiling tracing-attributes v0.1.27 |
1728 | 2025-02-23T08:28:15.145Z | Compiling schemars_derive v0.8.21 |
1729 | 2025-02-23T08:28:15.501Z | Compiling block-buffer v0.10.4 |
1730 | 2025-02-23T08:28:15.771Z | Compiling stable_deref_trait v1.2.0 |
1731 | 2025-02-23T08:28:15.788Z | Compiling digest v0.10.7 |
1732 | 2025-02-23T08:28:16.004Z | Compiling socket2 v0.5.7 |
1733 | 2025-02-23T08:28:16.184Z | Compiling futures-core v0.3.31 |
1734 | 2025-02-23T08:28:16.246Z | Compiling time-core v0.1.2 |
1735 | 2025-02-23T08:28:16.442Z | Compiling num-conv v0.1.0 |
1736 | 2025-02-23T08:28:16.461Z | Compiling crossbeam-utils v0.8.20 |
1737 | 2025-02-23T08:28:16.735Z | Compiling time-macros v0.2.18 |
1738 | 2025-02-23T08:28:17.717Z | Compiling der_derive v0.7.3 |
1739 | 2025-02-23T08:28:17.780Z | Compiling vcpkg v0.2.15 |
1740 | 2025-02-23T08:28:19.215Z | Compiling openssl-sys v0.9.106 |
1741 | 2025-02-23T08:28:19.922Z | Compiling futures-sink v0.3.31 |
1742 | 2025-02-23T08:28:20.189Z | Compiling cpufeatures v0.2.14 |
1743 | 2025-02-23T08:28:20.406Z | Compiling slog v2.7.0 |
1744 | 2025-02-23T08:28:20.699Z | Compiling ahash v0.8.11 |
1745 | 2025-02-23T08:28:20.748Z | Compiling syn v1.0.109 |
1746 | 2025-02-23T08:28:20.879Z | Compiling futures-channel v0.3.31 |
1747 | 2025-02-23T08:28:21.075Z | Compiling zerofrom v0.1.4 |
1748 | 2025-02-23T08:28:21.121Z | Compiling pin-utils v0.1.0 |
1749 | 2025-02-23T08:28:21.298Z | Compiling futures-io v0.3.31 |
1750 | 2025-02-23T08:28:21.350Z | Compiling iana-time-zone v0.1.61 |
1751 | 2025-02-23T08:28:21.353Z | Compiling futures-task v0.3.31 |
1752 | 2025-02-23T08:28:21.426Z | Compiling yoke v0.7.4 |
1753 | 2025-02-23T08:28:21.644Z | Compiling futures-util v0.3.31 |
1754 | 2025-02-23T08:28:22.067Z | Compiling scroll_derive v0.12.0 |
1755 | 2025-02-23T08:28:22.250Z | Compiling openssl v0.10.71 |
1756 | 2025-02-23T08:28:22.522Z | Compiling ucd-trie v0.1.7 |
1757 | 2025-02-23T08:28:22.766Z | Compiling bitflags v2.6.0 |
1758 | 2025-02-23T08:28:22.956Z | Compiling bytes v1.9.0 |
1759 | 2025-02-23T08:28:23.654Z | Compiling indexmap v2.7.1 |
1760 | 2025-02-23T08:28:24.947Z | Compiling tokio v1.43.0 |
1761 | 2025-02-23T08:28:25.124Z | Compiling serde_tokenstream v0.2.2 |
1762 | 2025-02-23T08:28:25.687Z | Compiling uuid v1.12.0 |
1763 | 2025-02-23T08:28:25.887Z | Compiling http v1.2.0 |
1764 | 2025-02-23T08:28:27.054Z | Compiling which v4.4.2 |
1765 | 2025-02-23T08:28:27.515Z | Compiling chrono v0.4.39 |
1766 | 2025-02-23T08:28:27.905Z | Compiling rustc_version v0.4.1 |
1767 | 2025-02-23T08:28:30.190Z | Compiling pest v2.7.14 |
1768 | 2025-02-23T08:28:32.389Z | Compiling zerovec v0.10.4 |
1769 | 2025-02-23T08:28:33.195Z | Compiling hmac v0.12.1 |
1770 | 2025-02-23T08:28:34.311Z | Compiling pest_meta v2.7.14 |
1771 | 2025-02-23T08:28:35.514Z | Compiling block-padding v0.3.3 |
1772 | 2025-02-23T08:28:35.756Z | Compiling openssl-macros v0.1.1 |
1773 | 2025-02-23T08:28:35.778Z | Compiling rustls v0.23.19 |
1774 | 2025-02-23T08:28:36.100Z | Compiling native-tls v0.2.12 |
1775 | 2025-02-23T08:28:36.467Z | Compiling inout v0.1.3 |
1776 | 2025-02-23T08:28:36.487Z | Compiling pest_generator v2.7.14 |
1777 | 2025-02-23T08:28:36.729Z | Compiling tinystr v0.7.6 |
1778 | 2025-02-23T08:28:36.804Z | Compiling serde_spanned v0.6.8 |
1779 | 2025-02-23T08:28:37.043Z | Compiling toml_datetime v0.6.8 |
1780 | 2025-02-23T08:28:37.181Z | Compiling tracing-core v0.1.32 |
1781 | 2025-02-23T08:28:37.201Z | Compiling litemap v0.7.3 |
1782 | 2025-02-23T08:28:37.473Z | Compiling strsim v0.11.1 |
1783 | 2025-02-23T08:28:37.575Z | Compiling dyn-clone v1.0.18 |
1784 | 2025-02-23T08:28:37.849Z | Compiling writeable v0.5.5 |
1785 | 2025-02-23T08:28:38.116Z | Compiling tracing v0.1.40 |
1786 | 2025-02-23T08:28:38.142Z | Compiling pest_derive v2.7.14 |
1787 | 2025-02-23T08:28:38.291Z | Compiling icu_locid v1.5.0 |
1788 | 2025-02-23T08:28:39.014Z | Compiling cipher v0.4.4 |
1789 | 2025-02-23T08:28:39.100Z | Compiling aws-lc-sys v0.22.0 |
1790 | 2025-02-23T08:28:39.158Z | Compiling sha2 v0.10.8 |
1791 | 2025-02-23T08:28:39.472Z | Compiling usdt-impl v0.5.0 |
1792 | 2025-02-23T08:28:39.858Z | Compiling cookie v0.18.1 |
1793 | 2025-02-23T08:28:40.126Z | Compiling base64ct v1.6.0 |
1794 | 2025-02-23T08:28:40.195Z | Compiling icu_provider v1.5.0 |
1795 | 2025-02-23T08:28:40.692Z | Compiling pem-rfc7468 v0.7.0 |
1796 | 2025-02-23T08:28:41.233Z | Compiling scroll v0.12.0 |
1797 | 2025-02-23T08:28:43.169Z | Compiling ppv-lite86 v0.2.20 |
1798 | 2025-02-23T08:28:43.229Z | Compiling async-trait v0.1.86 |
1799 | 2025-02-23T08:28:45.327Z | Compiling plain v0.2.3 |
1800 | 2025-02-23T08:28:45.494Z | Compiling icu_locid_transform_data v1.5.0 |
1801 | 2025-02-23T08:28:45.612Z | Compiling rustls-pki-types v1.10.0 |
1802 | 2025-02-23T08:28:46.000Z | Compiling anyhow v1.0.96 |
1803 | 2025-02-23T08:28:46.617Z | Compiling flagset v0.4.6 |
1804 | 2025-02-23T08:28:46.836Z | Compiling camino v1.1.9 |
1805 | 2025-02-23T08:28:47.230Z | Compiling percent-encoding v2.3.1 |
1806 | 2025-02-23T08:28:47.310Z | Compiling der v0.7.9 |
1807 | 2025-02-23T08:28:47.668Z | Compiling icu_locid_transform v1.5.0 |
1808 | 2025-02-23T08:28:49.323Z | Compiling goblin v0.8.2 |
1809 | 2025-02-23T08:28:49.853Z | Compiling rand_chacha v0.3.1 |
1810 | 2025-02-23T08:28:50.698Z | Compiling icu_collections v1.5.0 |
1811 | 2025-02-23T08:28:51.357Z | Compiling tokio-util v0.7.12 |
1812 | 2025-02-23T08:28:52.602Z | Compiling mirai-annotations v1.12.0 |
1813 | 2025-02-23T08:28:52.803Z | Compiling rayon-core v1.12.1 |
1814 | 2025-02-23T08:28:53.130Z | Compiling untrusted v0.9.0 |
1815 | 2025-02-23T08:28:53.257Z | Compiling icu_properties_data v1.5.0 |
1816 | 2025-02-23T08:28:53.306Z | Compiling pretty-hex v0.4.1 |
1817 | 2025-02-23T08:28:53.354Z | Compiling rustls v0.22.4 |
1818 | 2025-02-23T08:28:53.509Z | Compiling powerfmt v0.2.0 |
1819 | 2025-02-23T08:28:53.531Z | Compiling untrusted v0.7.1 |
1820 | 2025-02-23T08:28:53.637Z | Compiling icu_properties v1.5.1 |
1821 | 2025-02-23T08:28:54.013Z | Compiling deranged v0.3.11 |
1822 | 2025-02-23T08:28:54.980Z | Compiling dof v0.3.0 |
1823 | 2025-02-23T08:28:56.336Z | Compiling rand v0.8.5 |
1824 | 2025-02-23T08:28:56.441Z | Compiling spki v0.7.3 |
1825 | 2025-02-23T08:28:57.001Z | Compiling salsa20 v0.10.2 |
1826 | 2025-02-23T08:28:57.237Z | Compiling dtrace-parser v0.2.0 |
1827 | 2025-02-23T08:28:57.277Z | Compiling pbkdf2 v0.12.2 |
1828 | 2025-02-23T08:28:58.233Z | Compiling thread-id v4.2.2 |
1829 | 2025-02-23T08:28:58.364Z | Compiling utf16_iter v1.0.5 |
1830 | 2025-02-23T08:28:58.578Z | Compiling utf8_iter v1.0.4 |
1831 | 2025-02-23T08:28:58.754Z | Compiling atomic-waker v1.1.2 |
1832 | 2025-02-23T08:28:59.035Z | Compiling winnow v0.5.40 |
1833 | 2025-02-23T08:28:59.163Z | Compiling write16 v1.0.0 |
1834 | 2025-02-23T08:28:59.165Z | Compiling num_threads v0.1.7 |
1835 | 2025-02-23T08:28:59.318Z | Compiling litrs v0.4.1 |
1836 | 2025-02-23T08:28:59.490Z | Compiling icu_normalizer_data v1.5.0 |
1837 | 2025-02-23T08:28:59.679Z | Compiling icu_normalizer v1.5.0 |
1838 | 2025-02-23T08:29:00.271Z | Compiling document-features v0.2.10 |
1839 | 2025-02-23T08:29:01.180Z | Compiling time v0.3.36 |
1840 | 2025-02-23T08:29:02.386Z | Compiling toml_edit v0.19.15 |
1841 | 2025-02-23T08:29:04.431Z | Compiling scrypt v0.11.0 |
1842 | 2025-02-23T08:29:04.787Z | Compiling form_urlencoded v1.2.1 |
1843 | 2025-02-23T08:29:04.893Z | Compiling aes v0.8.4 |
1844 | 2025-02-23T08:29:05.068Z | Compiling cbc v0.1.2 |
1845 | 2025-02-23T08:29:05.236Z | Compiling http-body v1.0.1 |
1846 | 2025-02-23T08:29:05.311Z | Compiling multer v3.1.0 |
1847 | 2025-02-23T08:29:05.531Z | Compiling slog-async v2.8.0 |
1848 | 2025-02-23T08:29:05.660Z | Compiling tinyvec_macros v0.1.1 |
1849 | 2025-02-23T08:29:05.778Z | Compiling try-lock v0.2.5 |
1850 | 2025-02-23T08:29:05.967Z | Compiling rustversion v1.0.17 |
1851 | 2025-02-23T08:29:06.220Z | Compiling want v0.3.1 |
1852 | 2025-02-23T08:29:06.528Z | Compiling pkcs5 v0.7.1 |
1853 | 2025-02-23T08:29:06.660Z | Compiling tinyvec v1.8.0 |
1854 | 2025-02-23T08:29:08.194Z | Compiling idna_adapter v1.2.0 |
1855 | 2025-02-23T08:29:08.478Z | Compiling h2 v0.4.6 |
1856 | 2025-02-23T08:29:08.680Z | Compiling heapless v0.7.17 |
1857 | 2025-02-23T08:29:09.211Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1858 | 2025-02-23T08:29:09.714Z | Compiling tower-service v0.3.3 |
1859 | 2025-02-23T08:29:10.026Z | Compiling signal-hook v0.3.17 |
1860 | 2025-02-23T08:29:10.269Z | Compiling httpdate v1.0.3 |
1861 | 2025-02-23T08:29:11.056Z | Compiling idna v1.0.3 |
1862 | 2025-02-23T08:29:12.249Z | Compiling pkcs8 v0.10.2 |
1863 | 2025-02-23T08:29:13.274Z | Compiling usdt-macro v0.5.0 |
1864 | 2025-02-23T08:29:13.408Z | Compiling usdt-attr-macro v0.5.0 |
1865 | 2025-02-23T08:29:14.686Z | Compiling async-stream-impl v0.3.6 |
1866 | 2025-02-23T08:29:14.882Z | Compiling base64 v0.22.1 |
1867 | 2025-02-23T08:29:15.864Z | Compiling adler2 v2.0.0 |
1868 | 2025-02-23T08:29:16.153Z | Compiling miniz_oxide v0.8.0 |
1869 | 2025-02-23T08:29:16.679Z | Compiling hyper v1.5.2 |
1870 | 2025-02-23T08:29:19.557Z | Compiling curve25519-dalek v4.1.3 |
1871 | 2025-02-23T08:29:19.648Z | Compiling openapiv3 v2.0.0 |
1872 | 2025-02-23T08:29:22.169Z | Compiling hyper-util v0.1.10 |
1873 | 2025-02-23T08:29:23.087Z | Compiling enum-as-inner v0.6.1 |
1874 | 2025-02-23T08:29:23.541Z | Compiling memoffset v0.9.1 |
1875 | 2025-02-23T08:29:23.754Z | Compiling dropshot v0.12.0 |
1876 | 2025-02-23T08:29:23.907Z | Compiling foreign-types-shared v0.1.1 |
1877 | 2025-02-23T08:29:24.094Z | Compiling newtype-uuid v1.2.1 |
1878 | 2025-02-23T08:29:24.110Z | Compiling match_cfg v0.1.0 |
1879 | 2025-02-23T08:29:24.179Z | Compiling portable-atomic v1.9.0 |
1880 | 2025-02-23T08:29:24.219Z | Compiling num-bigint-dig v0.8.4 |
1881 | 2025-02-23T08:29:24.619Z | Compiling smoltcp v0.9.1 |
1882 | 2025-02-23T08:29:25.187Z | Compiling hostname v0.3.1 |
1883 | 2025-02-23T08:29:25.203Z | Compiling foreign-types v0.3.2 |
1884 | 2025-02-23T08:29:26.877Z | Compiling url v2.5.3 |
1885 | 2025-02-23T08:29:29.273Z | Compiling http-body-util v0.1.2 |
1886 | 2025-02-23T08:29:29.802Z | Compiling dirs-sys-next v0.1.2 |
1887 | 2025-02-23T08:29:29.835Z | Compiling encoding_rs v0.8.34 |
1888 | 2025-02-23T08:29:29.911Z | Compiling cfg_aliases v0.2.1 |
1889 | 2025-02-23T08:29:30.025Z | Compiling heck v0.4.1 |
1890 | 2025-02-23T08:29:30.271Z | Compiling mime v0.3.17 |
1891 | 2025-02-23T08:29:30.405Z | Compiling data-encoding v2.6.0 |
1892 | 2025-02-23T08:29:31.457Z | Compiling gimli v0.31.1 |
1893 | 2025-02-23T08:29:31.838Z | Compiling ident_case v1.0.1 |
1894 | 2025-02-23T08:29:32.055Z | Compiling siphasher v0.3.11 |
1895 | 2025-02-23T08:29:32.531Z | Compiling darling_core v0.20.10 |
1896 | 2025-02-23T08:29:32.675Z | Compiling dirs-next v2.0.0 |
1897 | 2025-02-23T08:29:32.824Z | Compiling nix v0.29.0 |
1898 | 2025-02-23T08:29:37.784Z | Compiling addr2line v0.24.2 |
1899 | 2025-02-23T08:29:38.685Z | Compiling unicode-normalization v0.1.24 |
1900 | 2025-02-23T08:29:39.934Z | Compiling serde_urlencoded v0.7.1 |
1901 | 2025-02-23T08:29:40.314Z | Compiling crossbeam-epoch v0.9.18 |
1902 | 2025-02-23T08:29:40.571Z | Compiling rustls-pemfile v2.2.0 |
1903 | 2025-02-23T08:29:40.952Z | Compiling hubpack_derive v0.1.1 |
1904 | 2025-02-23T08:29:41.028Z | Compiling dropshot_endpoint v0.12.0 |
1905 | 2025-02-23T08:29:41.090Z | Compiling sha1 v0.10.6 |
1906 | 2025-02-23T08:29:41.150Z | Compiling signature v2.2.0 |
1907 | 2025-02-23T08:29:41.418Z | Compiling curve25519-dalek-derive v0.1.1 |
1908 | 2025-02-23T08:29:41.498Z | Compiling zerocopy-derive v0.6.6 |
1909 | 2025-02-23T08:29:42.699Z | Compiling object v0.36.5 |
1910 | 2025-02-23T08:29:43.189Z | Compiling thread_local v1.1.8 |
1911 | 2025-02-23T08:29:43.641Z | Compiling fs-err v2.11.0 |
1912 | 2025-02-23T08:29:44.702Z | Compiling unicode-bidi v0.3.17 |
1913 | 2025-02-23T08:29:47.294Z | Compiling utf8parse v0.2.2 |
1914 | 2025-02-23T08:29:49.913Z | Compiling openssl-probe v0.1.5 |
1915 | 2025-02-23T08:29:50.473Z | Compiling rustls-webpki v0.102.8 |
1916 | 2025-02-23T08:29:51.244Z | Compiling rustc-demangle v0.1.24 |
1917 | 2025-02-23T08:29:51.543Z | Compiling anstyle v1.0.10 |
1918 | 2025-02-23T08:29:51.992Z | Compiling ipnet v2.10.1 |
1919 | 2025-02-23T08:29:52.147Z | Compiling winnow v0.6.20 |
1920 | 2025-02-23T08:29:52.276Z | Compiling unicode-properties v0.1.3 |
1921 | 2025-02-23T08:29:52.909Z | Compiling stringprep v0.1.5 |
1922 | 2025-02-23T08:29:53.539Z | Compiling backtrace v0.3.74 |
1923 | 2025-02-23T08:29:55.535Z | Compiling toml_edit v0.22.22 |
1924 | 2025-02-23T08:30:01.911Z | Compiling anstyle-parse v0.2.5 |
1925 | 2025-02-23T08:30:02.465Z | Compiling crossbeam-deque v0.8.5 |
1926 | 2025-02-23T08:30:02.890Z | Compiling darling_macro v0.20.10 |
1927 | 2025-02-23T08:30:02.994Z | Compiling term v0.7.0 |
1928 | 2025-02-23T08:30:03.748Z | Compiling slog-json v2.6.1 |
1929 | 2025-02-23T08:30:04.443Z | Compiling crossbeam-channel v0.5.13 |
1930 | 2025-02-23T08:30:05.028Z | Compiling hashbrown v0.14.5 |
1931 | 2025-02-23T08:30:05.691Z | Compiling futures-executor v0.3.31 |
1932 | 2025-02-23T08:30:06.127Z | Compiling num-integer v0.1.46 |
1933 | 2025-02-23T08:30:06.213Z | Compiling md-5 v0.10.6 |
1934 | 2025-02-23T08:30:06.245Z | Compiling ff v0.13.0 |
1935 | 2025-02-23T08:30:06.529Z | Compiling hash32 v0.2.1 |
1936 | 2025-02-23T08:30:06.537Z | Compiling memmap v0.7.0 |
1937 | 2025-02-23T08:30:06.537Z | Compiling is-terminal v0.4.13 |
1938 | 2025-02-23T08:30:06.790Z | Compiling psl-types v2.0.11 |
1939 | 2025-02-23T08:30:06.814Z | Compiling colorchoice v1.0.2 |
1940 | 2025-02-23T08:30:06.832Z | Compiling utf-8 v0.7.6 |
1941 | 2025-02-23T08:30:06.996Z | Compiling fallible-iterator v0.2.0 |
1942 | 2025-02-23T08:30:07.011Z | Compiling is_terminal_polyfill v1.70.1 |
1943 | 2025-02-23T08:30:07.172Z | Compiling base16ct v0.2.0 |
1944 | 2025-02-23T08:30:07.304Z | Compiling take_mut v0.2.2 |
1945 | 2025-02-23T08:30:07.511Z | Compiling anstyle-query v1.1.1 |
1946 | 2025-02-23T08:30:07.672Z | Compiling quick-error v1.2.3 |
1947 | 2025-02-23T08:30:07.694Z | Compiling linked-hash-map v0.5.6 |
1948 | 2025-02-23T08:30:07.722Z | Compiling publicsuffix v2.3.0 |
1949 | 2025-02-23T08:30:07.853Z | Compiling resolv-conf v0.7.0 |
1950 | 2025-02-23T08:30:07.983Z | Compiling anstream v0.6.15 |
1951 | 2025-02-23T08:30:08.052Z | Compiling lru-cache v0.1.2 |
1952 | 2025-02-23T08:30:08.073Z | Compiling postgres-protocol v0.6.7 |
1953 | 2025-02-23T08:30:08.470Z | Compiling sec1 v0.7.3 |
1954 | 2025-02-23T08:30:08.529Z | Compiling tungstenite v0.24.0 |
1955 | 2025-02-23T08:30:09.209Z | Compiling usdt v0.5.0 |
1956 | 2025-02-23T08:30:09.346Z | Compiling num-iter v0.1.45 |
1957 | 2025-02-23T08:30:09.566Z | Compiling slog-term v2.9.1 |
1958 | 2025-02-23T08:30:09.655Z | Compiling group v0.13.0 |
1959 | 2025-02-23T08:30:09.985Z | Compiling regress v0.10.1 |
1960 | 2025-02-23T08:30:10.210Z | Compiling futures v0.3.31 |
1961 | 2025-02-23T08:30:13.077Z | Compiling slog-bunyan v2.5.0 |
1962 | 2025-02-23T08:30:13.300Z | Compiling darling v0.20.10 |
1963 | 2025-02-23T08:30:13.655Z | Compiling tokio-rustls v0.26.0 |
1964 | 2025-02-23T08:30:13.700Z | Compiling tokio-rustls v0.25.0 |
1965 | 2025-02-23T08:30:14.130Z | Compiling toml v0.8.19 |
1966 | 2025-02-23T08:30:14.166Z | Compiling tokio-native-tls v0.3.1 |
1967 | 2025-02-23T08:30:14.551Z | Compiling hickory-proto v0.24.3 |
1968 | 2025-02-23T08:30:14.771Z | Compiling phf_shared v0.11.2 |
1969 | 2025-02-23T08:30:15.138Z | Compiling strum_macros v0.25.3 |
1970 | 2025-02-23T08:30:15.708Z | Compiling async-stream v0.3.6 |
1971 | 2025-02-23T08:30:15.728Z | Compiling waitgroup v0.1.2 |
1972 | 2025-02-23T08:30:15.806Z | Compiling webpki-roots v0.26.6 |
1973 | 2025-02-23T08:30:16.044Z | Compiling hkdf v0.12.4 |
1974 | 2025-02-23T08:30:16.268Z | Compiling terminal_size v0.4.0 |
1975 | 2025-02-23T08:30:16.419Z | Compiling serde_path_to_error v0.1.16 |
1976 | 2025-02-23T08:30:16.513Z | Compiling sync_wrapper v1.0.1 |
1977 | 2025-02-23T08:30:16.874Z | Compiling crypto-bigint v0.5.5 |
1978 | 2025-02-23T08:30:16.956Z | Compiling derive-where v1.2.7 |
1979 | 2025-02-23T08:30:17.163Z | Compiling clap_derive v4.5.28 |
1980 | 2025-02-23T08:30:18.492Z | Compiling serde_repr v0.1.19 |
1981 | 2025-02-23T08:30:19.553Z | Compiling hostname v0.4.0 |
1982 | 2025-02-23T08:30:19.752Z | Compiling crc32fast v1.4.2 |
1983 | 2025-02-23T08:30:19.913Z | Compiling clap_lex v0.7.4 |
1984 | 2025-02-23T08:30:20.087Z | Compiling bitflags v1.3.2 |
1985 | 2025-02-23T08:30:20.205Z | Compiling debug-ignore v1.0.5 |
1986 | 2025-02-23T08:30:20.381Z | Compiling managed v0.8.0 |
1987 | 2025-02-23T08:30:20.741Z | Compiling tower-layer v0.3.3 |
1988 | 2025-02-23T08:30:20.987Z | Compiling unicode-width v0.2.0 |
1989 | 2025-02-23T08:30:21.535Z | Compiling console v0.15.10 |
1990 | 2025-02-23T08:30:21.673Z | Compiling tower v0.5.2 |
1991 | 2025-02-23T08:30:22.646Z | Compiling clap_builder v4.5.30 |
1992 | 2025-02-23T08:30:24.371Z | Compiling hickory-resolver v0.24.3 |
1993 | 2025-02-23T08:30:25.113Z | Compiling flate2 v1.0.35 |
1994 | 2025-02-23T08:30:25.946Z | Compiling elliptic-curve v0.13.8 |
1995 | 2025-02-23T08:30:27.230Z | Compiling hyper-rustls v0.27.3 |
1996 | 2025-02-23T08:30:30.042Z | Compiling phf v0.11.2 |
1997 | 2025-02-23T08:30:30.233Z | Compiling hyper-tls v0.6.0 |
1998 | 2025-02-23T08:30:30.628Z | Compiling typify-impl v0.2.0 |
1999 | 2025-02-23T08:30:30.785Z | Compiling signal-hook-mio v0.2.4 |
2000 | 2025-02-23T08:30:30.974Z | Compiling rayon v1.10.0 |
2001 | 2025-02-23T08:30:31.280Z | Compiling bzip2 v0.4.4 |
2002 | 2025-02-23T08:30:31.664Z | Compiling cookie_store v0.21.1 |
2003 | 2025-02-23T08:30:32.754Z | Compiling tokio-tungstenite v0.24.0 |
2004 | 2025-02-23T08:30:33.296Z | Compiling postgres-types v0.2.8 |
2005 | 2025-02-23T08:30:34.028Z | Compiling zerocopy v0.6.6 |
2006 | 2025-02-23T08:30:34.555Z | Compiling hubpack v0.1.2 |
2007 | 2025-02-23T08:30:34.831Z | Compiling ed25519 v2.2.3 |
2008 | 2025-02-23T08:30:34.981Z | Compiling phf_shared v0.10.0 |
2009 | 2025-02-23T08:30:35.263Z | Compiling pkcs1 v0.7.5 |
2010 | 2025-02-23T08:30:35.361Z | Compiling tokio-stream v0.1.16 |
2011 | 2025-02-23T08:30:35.819Z | Compiling ipnetwork v0.21.1 |
2012 | 2025-02-23T08:30:36.090Z | Compiling rfc6979 v0.4.0 |
2013 | 2025-02-23T08:30:36.297Z | Compiling serde-big-array v0.5.1 |
2014 | 2025-02-23T08:30:36.379Z | Compiling float-cmp v0.10.0 |
2015 | 2025-02-23T08:30:36.573Z | Compiling bstr v1.10.0 |
2016 | 2025-02-23T08:30:38.032Z | Compiling number_prefix v0.4.0 |
2017 | 2025-02-23T08:30:38.284Z | Compiling predicates-core v1.0.8 |
2018 | 2025-02-23T08:30:38.604Z | Compiling normalize-line-endings v0.3.0 |
2019 | 2025-02-23T08:30:38.664Z | Compiling difflib v0.4.0 |
2020 | 2025-02-23T08:30:39.048Z | Compiling unicode-segmentation v1.12.0 |
2021 | 2025-02-23T08:30:39.400Z | Compiling static_assertions v1.1.0 |
2022 | 2025-02-23T08:30:39.472Z | Compiling new_debug_unreachable v1.0.6 |
2023 | 2025-02-23T08:30:39.541Z | Compiling whoami v1.5.2 |
2024 | 2025-02-23T08:30:39.572Z | Compiling bit-vec v0.6.3 |
2025 | 2025-02-23T08:30:39.746Z | Compiling fixedbitset v0.4.2 |
2026 | 2025-02-23T08:30:39.914Z | Compiling precomputed-hash v0.1.1 |
2027 | 2025-02-23T08:30:39.976Z | Compiling bit-set v0.5.3 |
2028 | 2025-02-23T08:30:40.105Z | Compiling string_cache v0.8.7 |
2029 | 2025-02-23T08:30:40.161Z | Compiling petgraph v0.6.5 |
2030 | 2025-02-23T08:30:40.240Z | Compiling tokio-postgres v0.7.12 |
2031 | 2025-02-23T08:30:40.299Z | Compiling similar v2.6.0 |
2032 | 2025-02-23T08:30:40.439Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2033 | 2025-02-23T08:30:40.490Z | Compiling typify-macro v0.2.0 |
2034 | 2025-02-23T08:30:41.967Z | Compiling predicates v3.1.3 |
2035 | 2025-02-23T08:30:43.272Z | Compiling reqwest v0.12.12 |
2036 | 2025-02-23T08:30:43.646Z | Compiling indicatif v0.17.11 |
2037 | 2025-02-23T08:30:44.076Z | Compiling ecdsa v0.16.9 |
2038 | 2025-02-23T08:30:44.918Z | Compiling qorb v0.2.1 |
2039 | 2025-02-23T08:30:45.445Z | Compiling rsa v0.9.6 |
2040 | 2025-02-23T08:30:45.778Z | Compiling ed25519-dalek v2.1.1 |
2041 | 2025-02-23T08:30:46.855Z | Compiling zip v0.6.6 |
2042 | 2025-02-23T08:30:47.058Z | Compiling crossterm v0.28.1 |
2043 | 2025-02-23T08:30:47.626Z | Compiling clap v4.5.30 |
2044 | 2025-02-23T08:30:49.727Z | Compiling toml v0.7.8 |
2045 | 2025-02-23T08:30:49.936Z | Compiling x509-cert v0.2.5 |
2046 | 2025-02-23T08:30:50.510Z | Compiling hex v0.4.3 |
2047 | 2025-02-23T08:30:51.184Z | Compiling itertools v0.14.0 |
2048 | 2025-02-23T08:30:51.829Z | Compiling itertools v0.10.5 |
2049 | 2025-02-23T08:30:52.124Z | Compiling zerocopy v0.8.10 |
2050 | 2025-02-23T08:30:52.973Z | Compiling unicode-xid v0.2.6 |
2051 | 2025-02-23T08:30:53.867Z | Compiling peg-runtime v0.8.3 |
2052 | 2025-02-23T08:30:53.918Z | Compiling lalrpop-util v0.19.12 |
2053 | 2025-02-23T08:30:55.567Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2054 | 2025-02-23T08:30:59.293Z | Compiling proc-macro-crate v1.3.1 |
2055 | 2025-02-23T08:31:00.114Z | Compiling macaddr v1.0.1 |
2056 | 2025-02-23T08:31:00.722Z | Compiling zerocopy-derive v0.8.10 |
2057 | 2025-02-23T08:31:00.749Z | Compiling itertools v0.13.0 |
2058 | 2025-02-23T08:31:03.016Z | Compiling heapless v0.8.0 |
2059 | 2025-02-23T08:31:03.808Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2060 | 2025-02-23T08:31:09.915Z | Compiling num_enum_derive v0.5.11 |
2061 | 2025-02-23T08:31:14.942Z | Compiling hash32 v0.3.1 |
2062 | 2025-02-23T08:31:16.079Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2063 | 2025-02-23T08:31:16.191Z | Compiling smoltcp v0.11.0 |
2064 | 2025-02-23T08:31:22.041Z | Compiling num_enum v0.5.11 |
2065 | 2025-02-23T08:31:22.430Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2066 | 2025-02-23T08:31:23.337Z | Compiling typify v0.2.0 |
2067 | 2025-02-23T08:31:23.374Z | Compiling oxnet v0.1.0 |
2068 | 2025-02-23T08:31:24.365Z | Compiling proc-macro-error-attr v1.0.4 |
2069 | 2025-02-23T08:31:24.546Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2070 | 2025-02-23T08:31:24.721Z | Compiling cobs v0.2.3 |
2071 | 2025-02-23T08:31:25.968Z | Compiling thiserror v2.0.11 |
2072 | 2025-02-23T08:31:26.475Z | Compiling unsafe-libyaml v0.2.11 |
2073 | 2025-02-23T08:31:27.951Z | Compiling serde_yaml v0.9.34+deprecated |
2074 | 2025-02-23T08:31:28.105Z | Compiling postcard v1.0.10 |
2075 | 2025-02-23T08:31:41.738Z | Compiling progenitor-impl v0.8.0 |
2076 | 2025-02-23T08:31:43.025Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2077 | 2025-02-23T08:31:53.217Z | Compiling strum_macros v0.26.4 |
2078 | 2025-02-23T08:31:53.974Z | Compiling foreign-types-macros v0.2.3 |
2079 | 2025-02-23T08:31:54.161Z | Compiling structmeta-derive v0.3.0 |
2080 | 2025-02-23T08:31:54.485Z | Compiling thiserror-impl v2.0.11 |
2081 | 2025-02-23T08:31:54.558Z | Compiling proc-macro-error v1.0.4 |
2082 | 2025-02-23T08:31:54.619Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2083 | 2025-02-23T08:31:55.525Z | Compiling unicode-width v0.1.14 |
2084 | 2025-02-23T08:31:56.164Z | Compiling foreign-types-shared v0.3.1 |
2085 | 2025-02-23T08:31:56.832Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2086 | 2025-02-23T08:31:57.017Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2087 | 2025-02-23T08:31:57.271Z | Compiling strum v0.26.3 |
2088 | 2025-02-23T08:31:57.707Z | Compiling structmeta v0.3.0 |
2089 | 2025-02-23T08:31:58.095Z | Compiling foreign-types v0.5.0 |
2090 | 2025-02-23T08:32:01.191Z | Compiling tabwriter v1.4.0 |
2091 | 2025-02-23T08:32:06.617Z | Compiling progenitor-macro v0.8.0 |
2092 | 2025-02-23T08:32:10.879Z | Compiling progenitor-client v0.8.0 |
2093 | 2025-02-23T08:32:14.805Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2094 | 2025-02-23T08:32:15.383Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2095 | 2025-02-23T08:32:15.640Z | Compiling daft-derive v0.1.1 |
2096 | 2025-02-23T08:32:16.192Z | Compiling cstr-argument v0.1.2 |
2097 | 2025-02-23T08:32:16.493Z | Compiling dropshot v0.15.1 |
2098 | 2025-02-23T08:32:16.815Z | Compiling fastrand v2.1.1 |
2099 | 2025-02-23T08:32:17.016Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2100 | 2025-02-23T08:32:17.350Z | Compiling crucible-workspace-hack v0.1.0 |
2101 | 2025-02-23T08:32:17.378Z | Compiling pretty-hex v0.2.1 |
2102 | 2025-02-23T08:32:17.617Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2103 | 2025-02-23T08:32:17.668Z | Compiling tempfile v3.13.0 |
2104 | 2025-02-23T08:32:17.717Z | Compiling daft v0.1.1 |
2105 | 2025-02-23T08:32:18.044Z | Compiling progenitor v0.8.0 |
2106 | 2025-02-23T08:32:18.222Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2107 | 2025-02-23T08:32:18.284Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2108 | 2025-02-23T08:32:18.656Z | Compiling parse-display-derive v0.10.0 |
2109 | 2025-02-23T08:32:19.092Z | Compiling colored v2.1.0 |
2110 | 2025-02-23T08:32:19.127Z | Compiling serde_with_macros v3.11.0 |
2111 | 2025-02-23T08:32:19.329Z | Compiling dropshot_endpoint v0.15.1 |
2112 | 2025-02-23T08:32:20.387Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2113 | 2025-02-23T08:32:21.136Z | Compiling instant v0.1.13 |
2114 | 2025-02-23T08:32:21.348Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2115 | 2025-02-23T08:32:21.544Z | Compiling serde_with v3.11.0 |
2116 | 2025-02-23T08:32:21.748Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2117 | 2025-02-23T08:32:22.129Z | Compiling parse-display v0.10.0 |
2118 | 2025-02-23T08:32:22.977Z | Compiling backoff v0.4.0 |
2119 | 2025-02-23T08:32:23.413Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2120 | 2025-02-23T08:32:24.095Z | Compiling zone_cfg_derive v0.3.0 |
2121 | 2025-02-23T08:32:24.766Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2122 | 2025-02-23T08:32:25.337Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2123 | 2025-02-23T08:32:25.442Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2124 | 2025-02-23T08:32:25.632Z | Compiling camino-tempfile v1.1.1 |
2125 | 2025-02-23T08:32:25.791Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2126 | 2025-02-23T08:32:26.153Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2127 | 2025-02-23T08:32:26.218Z | Compiling regress v0.9.1 |
2128 | 2025-02-23T08:32:26.365Z | Compiling progenitor-client v0.9.1 |
2129 | 2025-02-23T08:32:26.388Z | Compiling num-derive v0.4.2 |
2130 | 2025-02-23T08:32:27.327Z | Compiling sigpipe v0.1.3 |
2131 | 2025-02-23T08:32:27.480Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2132 | 2025-02-23T08:32:27.822Z | Compiling libefi-sys v0.1.0 |
2133 | 2025-02-23T08:32:28.241Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2134 | 2025-02-23T08:32:28.486Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2135 | 2025-02-23T08:32:30.074Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2136 | 2025-02-23T08:32:30.619Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2137 | 2025-02-23T08:32:31.396Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2138 | 2025-02-23T08:32:33.115Z | Compiling zone v0.3.0 |
2139 | 2025-02-23T08:32:34.673Z | Compiling smf v0.2.3 |
2140 | 2025-02-23T08:32:34.864Z | Compiling bitfield-struct v0.6.2 |
2141 | 2025-02-23T08:32:36.166Z | Compiling blake3 v1.5.4 |
2142 | 2025-02-23T08:32:36.433Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2143 | 2025-02-23T08:32:37.031Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2144 | 2025-02-23T08:32:37.390Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2145 | 2025-02-23T08:32:37.479Z | Compiling xattr v1.3.1 |
2146 | 2025-02-23T08:32:37.747Z | Compiling filetime v0.2.25 |
2147 | 2025-02-23T08:32:37.787Z | Compiling memmap2 v0.9.5 |
2148 | 2025-02-23T08:32:37.818Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2149 | 2025-02-23T08:32:37.965Z | Compiling arrayref v0.3.9 |
2150 | 2025-02-23T08:32:38.094Z | Compiling constant_time_eq v0.3.1 |
2151 | 2025-02-23T08:32:38.121Z | Compiling same-file v1.0.6 |
2152 | 2025-02-23T08:32:38.304Z | Compiling arrayvec v0.7.6 |
2153 | 2025-02-23T08:32:38.369Z | Compiling walkdir v2.5.0 |
2154 | 2025-02-23T08:32:38.425Z | Compiling tar v0.4.42 |
2155 | 2025-02-23T08:32:38.508Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2156 | 2025-02-23T08:32:40.002Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2157 | 2025-02-23T08:32:40.467Z | Compiling gethostname v0.5.0 |
2158 | 2025-02-23T08:32:40.696Z | Compiling cargo-platform v0.1.8 |
2159 | 2025-02-23T08:32:41.113Z | Compiling topological-sort v0.2.2 |
2160 | 2025-02-23T08:32:41.288Z | Compiling cargo_metadata v0.18.1 |
2161 | 2025-02-23T08:32:41.446Z | Compiling omicron-zone-package v0.12.0 |
2162 | 2025-02-23T08:32:41.797Z | Compiling indent_write v2.2.0 |
2163 | 2025-02-23T08:32:42.064Z | Compiling shell-words v1.1.0 |
2164 | 2025-02-23T08:32:50.533Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2165 | 2025-02-23T08:32:52.885Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2166 | 2025-02-23T08:32:54.590Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2167 | 2025-02-23T08:33:10.623Z | Finished `release` profile [optimized] target(s) in 5m 13s |
2168 | 2025-02-23T08:33:10.789Z | Running `target/release/omicron-package -t test target create -p dev` |
2169 | 2025-02-23T08:33:10.838Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2170 | 2025-02-23T08:33:10.844Z | Created new build target 'test' and set it as active |
2171 | 2025-02-23T08:33:10.844Z | |
2172 | 2025-02-23T08:33:10.844Z | real 5:14.037354444 |
2173 | 2025-02-23T08:33:10.844Z | user 36:35.939738222 |
2174 | 2025-02-23T08:33:10.844Z | sys 3:26.691869790 |
2175 | 2025-02-23T08:33:10.844Z | trap 1.166537170 |
2176 | 2025-02-23T08:33:10.844Z | tflt 1.688427594 |
2177 | 2025-02-23T08:33:10.844Z | dflt 0.732252805 |
2178 | 2025-02-23T08:33:10.844Z | kflt 0.000128118 |
2179 | 2025-02-23T08:33:10.844Z | lock 1:12:21.302264378 |
2180 | 2025-02-23T08:33:10.844Z | slp 2:26:22.220838948 |
2181 | 2025-02-23T08:33:10.844Z | lat 2:46.914704744 |
2182 | 2025-02-23T08:33:10.844Z | stop 4:52.136811939 |
2183 | 2025-02-23T08:33:10.844Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2184 | 2025-02-23T08:33:11.856Z | Finished `release` profile [optimized] target(s) in 0.94s |
2185 | 2025-02-23T08:33:11.920Z | Running `target/release/omicron-package -t test package` |
2186 | 2025-02-23T08:33:11.952Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2187 | 2025-02-23T08:33:13.106Z | Compiling ring v0.17.11 |
2188 | 2025-02-23T08:33:13.279Z | Compiling thiserror v2.0.11 |
2189 | 2025-02-23T08:33:13.301Z | Compiling typify-impl v0.3.0 |
2190 | 2025-02-23T08:33:13.321Z | Compiling convert_case v0.4.0 |
2191 | 2025-02-23T08:33:13.321Z | Compiling newline-converter v0.3.0 |
2192 | 2025-02-23T08:33:13.324Z | Compiling password-hash v0.5.0 |
2193 | 2025-02-23T08:33:13.324Z | Compiling blake2 v0.10.6 |
2194 | 2025-02-23T08:33:13.527Z | Compiling expectorate v1.1.0 |
2195 | 2025-02-23T08:33:13.811Z | Compiling base64 v0.21.7 |
2196 | 2025-02-23T08:33:14.006Z | Compiling derive_more v0.99.19 |
2197 | 2025-02-23T08:33:14.444Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2198 | 2025-02-23T08:33:14.978Z | Compiling argon2 v0.5.3 |
2199 | 2025-02-23T08:33:15.164Z | Compiling atomicwrites v0.4.4 |
2200 | 2025-02-23T08:33:15.517Z | Compiling owo-colors v4.1.0 |
2201 | 2025-02-23T08:33:15.692Z | Compiling cancel-safe-futures v0.1.5 |
2202 | 2025-02-23T08:33:15.881Z | Compiling num-rational v0.4.2 |
2203 | 2025-02-23T08:33:16.052Z | Compiling num-complex v0.4.6 |
2204 | 2025-02-23T08:33:17.230Z | Compiling num v0.4.3 |
2205 | 2025-02-23T08:33:17.953Z | Compiling libsw v3.3.1 |
2206 | 2025-02-23T08:33:18.097Z | Compiling swrite v0.1.0 |
2207 | 2025-02-23T08:33:18.266Z | Compiling float-ord v0.3.2 |
2208 | 2025-02-23T08:33:18.283Z | Compiling linear-map v1.2.0 |
2209 | 2025-02-23T08:33:18.423Z | Compiling rustls v0.23.19 |
2210 | 2025-02-23T08:33:18.456Z | Compiling rustls v0.22.4 |
2211 | 2025-02-23T08:33:18.497Z | Compiling highway v1.2.0 |
2212 | 2025-02-23T08:33:18.719Z | Compiling semver v0.1.20 |
2213 | 2025-02-23T08:33:19.227Z | Compiling rustc_version v0.1.7 |
2214 | 2025-02-23T08:33:19.412Z | Compiling tungstenite v0.21.0 |
2215 | 2025-02-23T08:33:19.610Z | Compiling newtype_derive v0.1.6 |
2216 | 2025-02-23T08:33:19.710Z | Compiling ipnetwork v0.21.1 |
2217 | 2025-02-23T08:33:19.957Z | Compiling humantime v2.1.0 |
2218 | 2025-02-23T08:33:20.194Z | Compiling oxnet v0.1.0 |
2219 | 2025-02-23T08:33:20.415Z | Compiling dropshot v0.15.1 |
2220 | 2025-02-23T08:33:20.491Z | Compiling instant v0.1.13 |
2221 | 2025-02-23T08:33:20.665Z | Compiling tokio-tungstenite v0.21.0 |
2222 | 2025-02-23T08:33:20.755Z | Compiling daft v0.1.1 |
2223 | 2025-02-23T08:33:20.828Z | Compiling rustls-webpki v0.102.8 |
2224 | 2025-02-23T08:33:21.228Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2225 | 2025-02-23T08:33:21.291Z | Compiling backoff v0.4.0 |
2226 | 2025-02-23T08:33:21.647Z | Compiling steno v0.4.1 |
2227 | 2025-02-23T08:33:22.415Z | Compiling parse-display v0.10.0 |
2228 | 2025-02-23T08:33:22.935Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2229 | 2025-02-23T08:33:23.146Z | Compiling serde_with v3.11.0 |
2230 | 2025-02-23T08:33:23.203Z | Compiling typify-macro v0.3.0 |
2231 | 2025-02-23T08:33:24.150Z | Compiling strum v0.26.3 |
2232 | 2025-02-23T08:33:24.361Z | Compiling regress v0.9.1 |
2233 | 2025-02-23T08:33:26.391Z | Compiling tokio-rustls v0.25.0 |
2234 | 2025-02-23T08:33:26.575Z | Compiling typify v0.3.0 |
2235 | 2025-02-23T08:33:26.735Z | Compiling progenitor-impl v0.9.1 |
2236 | 2025-02-23T08:33:26.818Z | Compiling dropshot v0.12.0 |
2237 | 2025-02-23T08:33:28.935Z | Compiling tokio-rustls v0.26.0 |
2238 | 2025-02-23T08:33:29.410Z | Compiling hyper-rustls v0.27.3 |
2239 | 2025-02-23T08:33:30.012Z | Compiling reqwest v0.12.12 |
2240 | 2025-02-23T08:33:32.630Z | Compiling qorb v0.2.1 |
2241 | 2025-02-23T08:33:34.327Z | Compiling progenitor-macro v0.9.1 |
2242 | 2025-02-23T08:33:37.844Z | Compiling progenitor-client v0.9.1 |
2243 | 2025-02-23T08:33:38.412Z | Compiling progenitor-client v0.8.0 |
2244 | 2025-02-23T08:33:38.930Z | Compiling progenitor v0.8.0 |
2245 | 2025-02-23T08:33:39.016Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2246 | 2025-02-23T08:33:39.554Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2247 | 2025-02-23T08:33:44.904Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2248 | 2025-02-23T08:34:05.888Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2249 | 2025-02-23T08:34:09.425Z | Compiling progenitor v0.9.1 |
2250 | 2025-02-23T08:34:09.675Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2251 | 2025-02-23T08:34:10.782Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2252 | 2025-02-23T08:34:11.425Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2253 | 2025-02-23T08:34:12.868Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2254 | 2025-02-23T08:34:13.975Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2255 | 2025-02-23T08:34:18.793Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2256 | 2025-02-23T08:34:20.196Z | Compiling macaddr v1.0.1 |
2257 | 2025-02-23T08:34:20.643Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2258 | 2025-02-23T08:34:20.810Z | Compiling slog-dtrace v0.3.0 |
2259 | 2025-02-23T08:34:21.479Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2260 | 2025-02-23T08:34:23.935Z | Compiling prettyplease v0.2.29 |
2261 | 2025-02-23T08:34:24.078Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2262 | 2025-02-23T08:34:25.710Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2263 | 2025-02-23T08:34:26.744Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2264 | 2025-02-23T08:34:26.870Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2265 | 2025-02-23T08:34:27.439Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2266 | 2025-02-23T08:34:27.489Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2267 | 2025-02-23T08:34:36.655Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2268 | 2025-02-23T08:34:38.661Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2269 | 2025-02-23T08:34:39.052Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2270 | 2025-02-23T08:34:41.919Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2271 | 2025-02-23T08:34:46.031Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2272 | 2025-02-23T08:34:46.831Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2273 | 2025-02-23T08:34:49.071Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2274 | 2025-02-23T08:34:51.491Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2275 | 2025-02-23T08:34:52.524Z | Compiling half v2.4.1 |
2276 | 2025-02-23T08:34:53.252Z | Compiling ciborium-io v0.2.2 |
2277 | 2025-02-23T08:34:53.419Z | Compiling ciborium-ll v0.2.2 |
2278 | 2025-02-23T08:34:53.498Z | Compiling bytecount v0.6.8 |
2279 | 2025-02-23T08:34:53.878Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2280 | 2025-02-23T08:34:53.897Z | Compiling ciborium v0.2.2 |
2281 | 2025-02-23T08:34:53.941Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2282 | 2025-02-23T08:34:54.309Z | Compiling display-error-chain v0.2.2 |
2283 | 2025-02-23T08:34:54.561Z | Compiling fastrand v2.1.1 |
2284 | 2025-02-23T08:34:55.072Z | Compiling same-file v1.0.6 |
2285 | 2025-02-23T08:34:55.344Z | Compiling walkdir v2.5.0 |
2286 | 2025-02-23T08:34:55.918Z | Compiling tempfile v3.13.0 |
2287 | 2025-02-23T08:34:55.963Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2288 | 2025-02-23T08:34:56.658Z | Compiling blake3 v1.5.4 |
2289 | 2025-02-23T08:34:57.360Z | Compiling const_format_proc_macros v0.2.34 |
2290 | 2025-02-23T08:34:58.368Z | Compiling xattr v1.3.1 |
2291 | 2025-02-23T08:34:58.689Z | Compiling filetime v0.2.25 |
2292 | 2025-02-23T08:34:59.000Z | Compiling memmap2 v0.9.5 |
2293 | 2025-02-23T08:34:59.230Z | Compiling arrayref v0.3.9 |
2294 | 2025-02-23T08:34:59.325Z | Compiling crunchy v0.2.2 |
2295 | 2025-02-23T08:34:59.469Z | Compiling constant_time_eq v0.3.1 |
2296 | 2025-02-23T08:34:59.612Z | Compiling maplit v1.0.2 |
2297 | 2025-02-23T08:34:59.759Z | Compiling arrayvec v0.7.6 |
2298 | 2025-02-23T08:34:59.779Z | Compiling keccak v0.1.5 |
2299 | 2025-02-23T08:34:59.988Z | Compiling const_format v0.2.34 |
2300 | 2025-02-23T08:35:00.392Z | Compiling sha3 v0.10.8 |
2301 | 2025-02-23T08:35:00.900Z | Compiling tar v0.4.42 |
2302 | 2025-02-23T08:35:01.159Z | Compiling camino-tempfile v1.1.1 |
2303 | 2025-02-23T08:35:01.235Z | Compiling toolchain_find v0.4.0 |
2304 | 2025-02-23T08:35:01.283Z | Compiling topological-sort v0.2.2 |
2305 | 2025-02-23T08:35:01.527Z | Compiling tiny-keccak v2.0.2 |
2306 | 2025-02-23T08:35:01.582Z | Compiling radium v0.7.0 |
2307 | 2025-02-23T08:35:01.746Z | Compiling rustfmt-wrapper v0.2.1 |
2308 | 2025-02-23T08:35:02.027Z | Compiling omicron-zone-package v0.12.0 |
2309 | 2025-02-23T08:35:02.300Z | Compiling dsl_auto_type v0.1.2 |
2310 | 2025-02-23T08:35:02.319Z | Compiling scheduled-thread-pool v0.2.7 |
2311 | 2025-02-23T08:35:02.671Z | Compiling diesel_table_macro_syntax v0.2.0 |
2312 | 2025-02-23T08:35:02.786Z | Compiling tap v1.0.1 |
2313 | 2025-02-23T08:35:03.004Z | Compiling maybe-uninit v2.0.0 |
2314 | 2025-02-23T08:35:03.069Z | Compiling wyz v0.5.1 |
2315 | 2025-02-23T08:35:03.530Z | Compiling diesel_derives v2.2.3 |
2316 | 2025-02-23T08:35:03.587Z | Compiling r2d2 v0.8.10 |
2317 | 2025-02-23T08:35:04.048Z | Compiling phf_generator v0.11.2 |
2318 | 2025-02-23T08:35:04.138Z | Compiling ascii-canvas v3.0.0 |
2319 | 2025-02-23T08:35:04.171Z | Compiling secrecy v0.8.0 |
2320 | 2025-02-23T08:35:04.248Z | Compiling ena v0.14.3 |
2321 | 2025-02-23T08:35:04.457Z | Compiling async-recursion v1.1.1 |
2322 | 2025-02-23T08:35:04.572Z | Compiling funty v2.0.0 |
2323 | 2025-02-23T08:35:04.617Z | Compiling diff v0.1.13 |
2324 | 2025-02-23T08:35:05.088Z | Compiling arc-swap v1.7.1 |
2325 | 2025-02-23T08:35:05.753Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2326 | 2025-02-23T08:35:05.756Z | Compiling packed_struct v0.10.1 |
2327 | 2025-02-23T08:35:06.113Z | Compiling crc-catalog v2.4.0 |
2328 | 2025-02-23T08:35:06.218Z | Compiling regex-syntax v0.6.29 |
2329 | 2025-02-23T08:35:06.305Z | Compiling crc v3.2.1 |
2330 | 2025-02-23T08:35:06.819Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2331 | 2025-02-23T08:35:07.325Z | Compiling slog-scope v4.4.0 |
2332 | 2025-02-23T08:35:07.349Z | Compiling bitvec v1.0.1 |
2333 | 2025-02-23T08:35:08.049Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2334 | 2025-02-23T08:35:08.374Z | Compiling phf_codegen v0.11.2 |
2335 | 2025-02-23T08:35:08.776Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2336 | 2025-02-23T08:35:09.869Z | Compiling lalrpop v0.19.12 |
2337 | 2025-02-23T08:35:11.182Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2338 | 2025-02-23T08:35:11.431Z | Compiling universal-hash v0.5.1 |
2339 | 2025-02-23T08:35:11.689Z | Compiling packed_struct_codegen v0.10.1 |
2340 | 2025-02-23T08:35:11.787Z | Compiling thiserror-impl-no-std v2.0.2 |
2341 | 2025-02-23T08:35:14.004Z | Compiling parse-zoneinfo v0.3.1 |
2342 | 2025-02-23T08:35:14.032Z | Compiling diesel v2.2.7 |
2343 | 2025-02-23T08:35:14.229Z | Compiling indexmap v1.9.3 |
2344 | 2025-02-23T08:35:14.608Z | Compiling unicase v2.7.0 |
2345 | 2025-02-23T08:35:15.026Z | Compiling ref-cast v1.0.23 |
2346 | 2025-02-23T08:35:15.300Z | Compiling nodrop v0.1.14 |
2347 | 2025-02-23T08:35:15.459Z | Compiling opaque-debug v0.3.1 |
2348 | 2025-02-23T08:35:15.578Z | Compiling poly1305 v0.8.0 |
2349 | 2025-02-23T08:35:15.615Z | Compiling array-init v0.0.4 |
2350 | 2025-02-23T08:35:16.657Z | Compiling chrono-tz-build v0.4.0 |
2351 | 2025-02-23T08:35:17.089Z | Compiling thiserror-no-std v2.0.2 |
2352 | 2025-02-23T08:35:17.590Z | Compiling smallvec v0.6.14 |
2353 | 2025-02-23T08:35:18.110Z | Compiling slog-stdlog v4.1.1 |
2354 | 2025-02-23T08:35:19.529Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2355 | 2025-02-23T08:35:19.870Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2356 | 2025-02-23T08:35:20.207Z | Compiling derive_builder_core v0.20.2 |
2357 | 2025-02-23T08:35:21.221Z | Compiling chacha20 v0.9.1 |
2358 | 2025-02-23T08:35:21.701Z | Compiling headers-core v0.3.0 |
2359 | 2025-02-23T08:35:21.911Z | Compiling aead v0.5.2 |
2360 | 2025-02-23T08:35:22.035Z | Compiling libxml v0.3.3 |
2361 | 2025-02-23T08:35:22.293Z | Compiling ref-cast-impl v1.0.23 |
2362 | 2025-02-23T08:35:22.408Z | Compiling vte_generate_state_changes v0.1.2 |
2363 | 2025-02-23T08:35:23.034Z | Compiling hashbrown v0.12.3 |
2364 | 2025-02-23T08:35:23.439Z | Compiling termcolor v1.4.1 |
2365 | 2025-02-23T08:35:24.293Z | Compiling bitfield v0.14.0 |
2366 | 2025-02-23T08:35:24.606Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2367 | 2025-02-23T08:35:25.535Z | Compiling env_logger v0.10.2 |
2368 | 2025-02-23T08:35:28.774Z | Compiling vte v0.11.1 |
2369 | 2025-02-23T08:35:30.410Z | Compiling chacha20poly1305 v0.10.1 |
2370 | 2025-02-23T08:35:30.673Z | Compiling derive_builder_macro v0.20.2 |
2371 | 2025-02-23T08:35:31.515Z | Compiling headers v0.4.0 |
2372 | 2025-02-23T08:35:31.553Z | Compiling polar-core v0.27.3 |
2373 | 2025-02-23T08:35:33.690Z | Compiling slog-envlogger v2.2.0 |
2374 | 2025-02-23T08:35:35.121Z | Compiling serde-hex v0.1.0 |
2375 | 2025-02-23T08:35:36.130Z | Compiling chrono-tz v0.10.1 |
2376 | 2025-02-23T08:35:36.809Z | Compiling vsss-rs v3.3.4 |
2377 | 2025-02-23T08:35:40.101Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2378 | 2025-02-23T08:35:40.946Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2379 | 2025-02-23T08:35:41.271Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2380 | 2025-02-23T08:35:42.898Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2381 | 2025-02-23T08:35:43.180Z | Compiling ron v0.8.1 |
2382 | 2025-02-23T08:35:44.295Z | Compiling hashbrown v0.13.2 |
2383 | 2025-02-23T08:35:45.617Z | Compiling strum_macros v0.24.3 |
2384 | 2025-02-23T08:35:45.703Z | Compiling fxhash v0.2.1 |
2385 | 2025-02-23T08:35:45.944Z | Compiling samael v0.0.17 |
2386 | 2025-02-23T08:35:47.648Z | Compiling bumpalo v3.16.0 |
2387 | 2025-02-23T08:35:48.228Z | Compiling zip v2.1.3 |
2388 | 2025-02-23T08:35:48.516Z | Compiling simd-adler32 v0.3.7 |
2389 | 2025-02-23T08:35:48.593Z | Compiling indoc v1.0.9 |
2390 | 2025-02-23T08:35:48.904Z | Compiling lockfree-object-pool v0.1.6 |
2391 | 2025-02-23T08:35:49.249Z | Compiling crc-any v2.5.0 |
2392 | 2025-02-23T08:35:49.822Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2393 | 2025-02-23T08:35:50.182Z | Compiling zopfli v0.8.1 |
2394 | 2025-02-23T08:35:57.467Z | Compiling object v0.30.4 |
2395 | 2025-02-23T08:35:57.841Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2396 | 2025-02-23T08:35:59.770Z | Compiling derive_builder v0.20.2 |
2397 | 2025-02-23T08:36:00.359Z | Compiling strip-ansi-escapes v0.2.0 |
2398 | 2025-02-23T08:36:01.385Z | Compiling papergrid v0.11.0 |
2399 | 2025-02-23T08:36:04.143Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2400 | 2025-02-23T08:36:04.488Z | Compiling tabled_derive v0.7.0 |
2401 | 2025-02-23T08:36:04.511Z | Compiling fd-lock v4.0.2 |
2402 | 2025-02-23T08:36:04.760Z | Compiling peg-macros v0.8.4 |
2403 | 2025-02-23T08:36:06.470Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2404 | 2025-02-23T08:36:07.459Z | Compiling kstat-rs v0.2.4 |
2405 | 2025-02-23T08:36:07.851Z | Compiling oso-derive v0.27.3 |
2406 | 2025-02-23T08:36:08.335Z | Compiling impl-trait-for-tuples v0.2.2 |
2407 | 2025-02-23T08:36:08.822Z | Compiling quick-xml v0.33.0 |
2408 | 2025-02-23T08:36:09.680Z | Compiling diesel-dtrace v0.4.2 |
2409 | 2025-02-23T08:36:10.047Z | Compiling nu-ansi-term v0.50.1 |
2410 | 2025-02-23T08:36:11.324Z | Compiling path-slash v0.1.5 |
2411 | 2025-02-23T08:36:11.613Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2412 | 2025-02-23T08:36:14.048Z | Compiling oso v0.27.3 |
2413 | 2025-02-23T08:36:14.538Z | Compiling reedline v0.35.0 |
2414 | 2025-02-23T08:36:15.007Z | Compiling peg v0.8.4 |
2415 | 2025-02-23T08:36:15.140Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2416 | 2025-02-23T08:36:22.376Z | Compiling tabled v0.15.0 |
2417 | 2025-02-23T08:36:27.126Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2418 | 2025-02-23T08:36:38.726Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2419 | 2025-02-23T08:36:39.372Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2420 | 2025-02-23T08:36:40.869Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2421 | 2025-02-23T08:36:41.357Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2422 | 2025-02-23T08:36:41.706Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2423 | 2025-02-23T08:36:42.004Z | Compiling pem v3.0.4 |
2424 | 2025-02-23T08:36:43.519Z | Compiling bb8 v0.8.5 |
2425 | 2025-02-23T08:36:44.230Z | Compiling bcs v0.1.6 |
2426 | 2025-02-23T08:36:44.798Z | Compiling libz-sys v1.1.20 |
2427 | 2025-02-23T08:36:45.078Z | Compiling nanorand v0.7.0 |
2428 | 2025-02-23T08:36:45.530Z | Compiling termtree v0.5.1 |
2429 | 2025-02-23T08:36:45.744Z | Compiling parking_lot_core v0.8.6 |
2430 | 2025-02-23T08:36:46.389Z | Compiling flume v0.11.1 |
2431 | 2025-02-23T08:36:47.146Z | Compiling async-bb8-diesel v0.2.1 |
2432 | 2025-02-23T08:36:47.950Z | Compiling mime_guess v2.0.5 |
2433 | 2025-02-23T08:36:49.784Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2434 | 2025-02-23T08:36:52.138Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2435 | 2025-02-23T08:36:54.417Z | Compiling proc-macro-error-attr2 v2.0.0 |
2436 | 2025-02-23T08:36:55.237Z | Compiling buf-list v1.0.3 |
2437 | 2025-02-23T08:36:55.406Z | Compiling proc-macro-error2 v2.0.1 |
2438 | 2025-02-23T08:36:56.471Z | Compiling nibble_vec v0.1.0 |
2439 | 2025-02-23T08:36:56.746Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2440 | 2025-02-23T08:36:56.877Z | Compiling pin-project-internal v1.1.6 |
2441 | 2025-02-23T08:36:57.518Z | Compiling atty v0.2.14 |
2442 | 2025-02-23T08:36:57.719Z | Compiling salty v0.3.0 |
2443 | 2025-02-23T08:36:58.182Z | Compiling endian-type v0.1.2 |
2444 | 2025-02-23T08:36:58.504Z | Compiling http-range v0.1.5 |
2445 | 2025-02-23T08:36:59.118Z | Compiling radix_trie v0.2.1 |
2446 | 2025-02-23T08:36:59.388Z | Compiling pin-project v1.1.6 |
2447 | 2025-02-23T08:37:00.064Z | Compiling parking_lot v0.11.2 |
2448 | 2025-02-23T08:37:03.261Z | Compiling tabled_derive v0.10.0 |
2449 | 2025-02-23T08:37:04.797Z | Compiling papergrid v0.14.0 |
2450 | 2025-02-23T08:37:05.239Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2451 | 2025-02-23T08:37:05.643Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2452 | 2025-02-23T08:37:10.014Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
2453 | 2025-02-23T08:37:12.291Z | Compiling snafu-derive v0.8.5 |
2454 | 2025-02-23T08:37:13.255Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
2455 | 2025-02-23T08:37:13.697Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
2456 | 2025-02-23T08:37:16.478Z | Compiling snafu v0.8.5 |
2457 | 2025-02-23T08:37:17.662Z | Compiling tabled v0.18.0 |
2458 | 2025-02-23T08:37:17.730Z | Compiling hyper-staticfile v0.10.1 |
2459 | 2025-02-23T08:37:24.243Z | Compiling sled v0.34.7 |
2460 | 2025-02-23T08:37:26.596Z | Compiling hickory-client v0.24.3 |
2461 | 2025-02-23T08:37:37.794Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2462 | 2025-02-23T08:37:38.030Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2463 | 2025-02-23T08:37:38.969Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2464 | 2025-02-23T08:37:40.073Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2465 | 2025-02-23T08:37:45.380Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2466 | 2025-02-23T08:37:47.764Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2467 | 2025-02-23T08:37:49.354Z | Compiling hickory-server v0.24.3 |
2468 | 2025-02-23T08:37:50.167Z | Compiling globset v0.4.15 |
2469 | 2025-02-23T08:37:51.657Z | Compiling olpc-cjson v0.1.4 |
2470 | 2025-02-23T08:37:51.992Z | Compiling primeorder v0.13.6 |
2471 | 2025-02-23T08:37:52.608Z | Compiling vergen v8.3.2 |
2472 | 2025-02-23T08:37:52.981Z | Compiling castaway v0.2.3 |
2473 | 2025-02-23T08:37:53.200Z | Compiling env_filter v0.1.2 |
2474 | 2025-02-23T08:37:54.765Z | Compiling serde_plain v1.0.2 |
2475 | 2025-02-23T08:37:55.339Z | Compiling cargo-platform v0.1.8 |
2476 | 2025-02-23T08:37:55.828Z | Compiling typed-path v0.9.3 |
2477 | 2025-02-23T08:37:56.344Z | Compiling cargo_metadata v0.18.1 |
2478 | 2025-02-23T08:37:58.322Z | Compiling env_logger v0.11.5 |
2479 | 2025-02-23T08:37:58.344Z | Compiling compact_str v0.8.0 |
2480 | 2025-02-23T08:37:59.320Z | Compiling tough v0.19.0 |
2481 | 2025-02-23T08:37:59.792Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2482 | 2025-02-23T08:38:00.689Z | Compiling p384 v0.13.0 |
2483 | 2025-02-23T08:38:00.795Z | Compiling git2 v0.19.0 |
2484 | 2025-02-23T08:38:02.596Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2485 | 2025-02-23T08:38:02.842Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2486 | 2025-02-23T08:38:05.241Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2487 | 2025-02-23T08:38:07.756Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2488 | 2025-02-23T08:38:08.552Z | Compiling unicode-truncate v1.1.0 |
2489 | 2025-02-23T08:38:08.872Z | Compiling lru v0.12.5 |
2490 | 2025-02-23T08:38:09.258Z | Compiling rand_seeder v0.3.0 |
2491 | 2025-02-23T08:38:09.689Z | Compiling libsqlite3-sys v0.30.1 |
2492 | 2025-02-23T08:38:10.239Z | Compiling lzma-sys v0.1.20 |
2493 | 2025-02-23T08:38:10.850Z | Compiling instability v0.3.2 |
2494 | 2025-02-23T08:38:10.964Z | Compiling cassowary v0.3.0 |
2495 | 2025-02-23T08:38:11.858Z | Compiling parse-size v1.1.0 |
2496 | 2025-02-23T08:38:12.202Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2497 | 2025-02-23T08:38:12.344Z | Compiling indoc v2.0.5 |
2498 | 2025-02-23T08:38:12.577Z | Compiling rustls v0.21.12 |
2499 | 2025-02-23T08:38:12.995Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2500 | 2025-02-23T08:38:13.220Z | Compiling ratatui v0.29.0 |
2501 | 2025-02-23T08:38:13.961Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2502 | 2025-02-23T08:38:14.209Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2503 | 2025-02-23T08:38:15.815Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2504 | 2025-02-23T08:38:16.032Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2505 | 2025-02-23T08:38:22.102Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2506 | 2025-02-23T08:38:22.194Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2507 | 2025-02-23T08:38:22.908Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2508 | 2025-02-23T08:38:23.262Z | Compiling sct v0.7.1 |
2509 | 2025-02-23T08:38:23.740Z | Compiling rustls-webpki v0.101.7 |
2510 | 2025-02-23T08:38:24.905Z | Compiling heck v0.3.3 |
2511 | 2025-02-23T08:38:25.301Z | Compiling csv-core v0.1.11 |
2512 | 2025-02-23T08:38:25.705Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2513 | 2025-02-23T08:38:26.075Z | Compiling glob v0.3.2 |
2514 | 2025-02-23T08:38:26.280Z | Compiling csv v1.3.1 |
2515 | 2025-02-23T08:38:27.674Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2516 | 2025-02-23T08:38:28.223Z | Compiling zone_cfg_derive v0.1.2 |
2517 | 2025-02-23T08:38:29.623Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2518 | 2025-02-23T08:38:32.087Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2519 | 2025-02-23T08:38:32.923Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2520 | 2025-02-23T08:38:33.422Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2521 | 2025-02-23T08:38:35.480Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2522 | 2025-02-23T08:38:39.765Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2523 | 2025-02-23T08:38:41.867Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2524 | 2025-02-23T08:38:42.247Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2525 | 2025-02-23T08:38:44.589Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2526 | 2025-02-23T08:38:47.052Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2527 | 2025-02-23T08:38:47.253Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2528 | 2025-02-23T08:38:47.482Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2529 | 2025-02-23T08:38:47.651Z | Compiling nix v0.27.1 |
2530 | 2025-02-23T08:38:47.867Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2531 | 2025-02-23T08:38:48.593Z | Compiling tungstenite v0.23.0 |
2532 | 2025-02-23T08:38:48.843Z | Compiling hashlink v0.9.1 |
2533 | 2025-02-23T08:38:49.570Z | Compiling base64 v0.13.1 |
2534 | 2025-02-23T08:38:49.606Z | Compiling fallible-streaming-iterator v0.1.9 |
2535 | 2025-02-23T08:38:49.903Z | Compiling fallible-iterator v0.3.0 |
2536 | 2025-02-23T08:38:50.330Z | Compiling ron v0.7.1 |
2537 | 2025-02-23T08:38:50.360Z | Compiling tokio-tungstenite v0.23.1 |
2538 | 2025-02-23T08:38:50.694Z | Compiling rusqlite v0.32.1 |
2539 | 2025-02-23T08:38:50.954Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2540 | 2025-02-23T08:38:51.709Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2541 | 2025-02-23T08:38:54.219Z | Compiling xz2 v0.1.7 |
2542 | 2025-02-23T08:38:54.820Z | Compiling tokio-rustls v0.24.1 |
2543 | 2025-02-23T08:38:55.558Z | Compiling zone v0.1.8 |
2544 | 2025-02-23T08:38:55.688Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2545 | 2025-02-23T08:38:58.331Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2546 | 2025-02-23T08:38:58.860Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2547 | 2025-02-23T08:38:59.914Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2548 | 2025-02-23T08:39:00.947Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2549 | 2025-02-23T08:39:07.961Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2550 | 2025-02-23T08:39:11.182Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2551 | 2025-02-23T08:39:13.013Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2552 | 2025-02-23T08:39:13.343Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2553 | 2025-02-23T08:39:15.557Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2554 | 2025-02-23T08:39:15.761Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2555 | 2025-02-23T08:39:16.112Z | Compiling rustls-pemfile v1.0.4 |
2556 | 2025-02-23T08:39:16.864Z | Compiling signal-hook-tokio v0.3.1 |
2557 | 2025-02-23T08:39:17.109Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2558 | 2025-02-23T08:39:17.552Z | Compiling yasna v0.5.2 |
2559 | 2025-02-23T08:39:17.738Z | Compiling twox-hash v2.1.0 |
2560 | 2025-02-23T08:39:18.728Z | Compiling unicode-linebreak v0.1.5 |
2561 | 2025-02-23T08:39:19.304Z | Compiling is_ci v1.2.0 |
2562 | 2025-02-23T08:39:19.776Z | Compiling smawk v0.3.2 |
2563 | 2025-02-23T08:39:20.095Z | Compiling textwrap v0.16.1 |
2564 | 2025-02-23T08:39:20.098Z | Compiling supports-color v3.0.1 |
2565 | 2025-02-23T08:39:20.575Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2566 | 2025-02-23T08:39:20.994Z | Compiling rcgen v0.12.1 |
2567 | 2025-02-23T08:39:25.914Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2568 | 2025-02-23T08:39:28.487Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2569 | 2025-02-23T08:39:31.680Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2570 | 2025-02-23T08:39:35.441Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2571 | 2025-02-23T08:39:40.078Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2572 | 2025-02-23T08:39:42.657Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2573 | 2025-02-23T08:39:47.411Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2574 | 2025-02-23T08:39:49.819Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2575 | 2025-02-23T08:39:57.392Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2576 | 2025-02-23T08:39:58.034Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2577 | 2025-02-23T08:40:08.098Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2578 | 2025-02-23T08:40:08.522Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2579 | 2025-02-23T08:40:08.870Z | Compiling fatfs v0.3.6 |
2580 | 2025-02-23T08:40:11.619Z | Compiling rtoolbox v0.0.2 |
2581 | 2025-02-23T08:40:12.056Z | Compiling subprocess v0.2.9 |
2582 | 2025-02-23T08:40:14.361Z | Compiling assert_matches v1.5.0 |
2583 | 2025-02-23T08:40:16.322Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2584 | 2025-02-23T08:40:16.659Z | Compiling rpassword v7.3.1 |
2585 | 2025-02-23T08:40:17.155Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2586 | 2025-02-23T08:40:20.432Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2587 | 2025-02-23T08:40:23.975Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2588 | 2025-02-23T08:40:27.387Z | Compiling tui-tree-widget v0.23.0 |
2589 | 2025-02-23T08:40:27.864Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2590 | 2025-02-23T08:40:36.188Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2591 | 2025-02-23T08:40:36.551Z | Compiling uzers v0.12.1 |
2592 | 2025-02-23T08:40:39.678Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2593 | 2025-02-23T08:40:40.966Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2594 | 2025-02-23T08:40:42.906Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2595 | 2025-02-23T08:41:10.405Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2596 | 2025-02-23T08:41:11.786Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2597 | 2025-02-23T08:41:16.419Z | Compiling multimap v0.10.0 |
2598 | 2025-02-23T08:43:38.816Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2599 | 2025-02-23T08:50:31.941Z | Finished `release` profile [optimized] target(s) in 17m 19s |
2600 | 2025-02-23T08:51:39.924Z | |
2601 | 2025-02-23T08:51:39.924Z | real 18:28.978989089 |
2602 | 2025-02-23T08:51:39.925Z | user 2:10:41.851403723 |
2603 | 2025-02-23T08:51:39.925Z | sys 3:36.267758981 |
2604 | 2025-02-23T08:51:39.925Z | trap 3.405229889 |
2605 | 2025-02-23T08:51:39.925Z | tflt 1.992078816 |
2606 | 2025-02-23T08:51:39.931Z | dflt 4.794470242 |
2607 | 2025-02-23T08:51:39.932Z | kflt 0.001256082 |
2608 | 2025-02-23T08:51:39.932Z | lock 7:51:26.589677960 |
2609 | 2025-02-23T08:51:39.933Z | slp 6:50:20.013741844 |
2610 | 2025-02-23T08:51:39.933Z | lat 3:41.387738248 |
2611 | 2025-02-23T08:51:39.933Z | stop 2:59.881353160 |
2612 | 2025-02-23T08:51:39.933Z | + mapfile -t packages |
2613 | 2025-02-23T08:51:39.934Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2614 | 2025-02-23T08:51:40.979Z | Compiling ring v0.17.11 |
2615 | 2025-02-23T08:51:42.616Z | Compiling rustls v0.23.19 |
2616 | 2025-02-23T08:51:42.618Z | Compiling rustls v0.22.4 |
2617 | 2025-02-23T08:51:44.326Z | Compiling rustls-webpki v0.102.8 |
2618 | 2025-02-23T08:51:48.282Z | Compiling tokio-rustls v0.25.0 |
2619 | 2025-02-23T08:51:48.764Z | Compiling dropshot v0.12.0 |
2620 | 2025-02-23T08:51:50.431Z | Compiling tokio-rustls v0.26.0 |
2621 | 2025-02-23T08:51:50.888Z | Compiling hyper-rustls v0.27.3 |
2622 | 2025-02-23T08:51:51.319Z | Compiling reqwest v0.12.12 |
2623 | 2025-02-23T08:51:53.033Z | Compiling qorb v0.2.1 |
2624 | 2025-02-23T08:51:54.353Z | Compiling dropshot v0.15.1 |
2625 | 2025-02-23T08:52:00.290Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2626 | 2025-02-23T08:52:00.709Z | Compiling progenitor-client v0.8.0 |
2627 | 2025-02-23T08:52:01.640Z | Compiling progenitor v0.8.0 |
2628 | 2025-02-23T08:52:02.228Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2629 | 2025-02-23T08:52:03.008Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2630 | 2025-02-23T08:52:03.589Z | Compiling progenitor-client v0.9.1 |
2631 | 2025-02-23T08:52:04.559Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2632 | 2025-02-23T08:52:07.727Z | Compiling omicron-zone-package v0.12.0 |
2633 | 2025-02-23T08:52:19.563Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2634 | 2025-02-23T08:52:29.915Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2635 | 2025-02-23T08:52:34.275Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2636 | 2025-02-23T08:52:35.070Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2637 | 2025-02-23T08:52:38.646Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2638 | 2025-02-23T08:52:53.083Z | Finished `release` profile [optimized] target(s) in 1m 13s |
2639 | 2025-02-23T08:52:53.247Z | Running `target/release/omicron-package -t test list-outputs` |
2640 | 2025-02-23T08:52:53.299Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2641 | 2025-02-23T08:52:53.302Z | + ptime -m cargo build --locked --release -p xtask |
2642 | 2025-02-23T08:52:53.890Z | Compiling serde v1.0.217 |
2643 | 2025-02-23T08:52:53.892Z | Compiling libc v0.2.169 |
2644 | 2025-02-23T08:52:53.892Z | Compiling serde_json v1.0.139 |
2645 | 2025-02-23T08:52:53.892Z | Compiling rustix v0.38.37 |
2646 | 2025-02-23T08:52:53.892Z | Compiling syn v2.0.96 |
2647 | 2025-02-23T08:52:53.993Z | Compiling bitflags v2.6.0 |
2648 | 2025-02-23T08:52:54.377Z | Compiling usdt-impl v0.5.0 |
2649 | 2025-02-23T08:52:54.418Z | Compiling syn v1.0.109 |
2650 | 2025-02-23T08:52:54.499Z | Compiling hashbrown v0.15.1 |
2651 | 2025-02-23T08:52:54.531Z | Compiling log v0.4.22 |
2652 | 2025-02-23T08:52:54.712Z | Compiling fs-err v2.11.0 |
2653 | 2025-02-23T08:52:54.981Z | Compiling anyhow v1.0.96 |
2654 | 2025-02-23T08:52:55.049Z | Compiling once_cell v1.20.3 |
2655 | 2025-02-23T08:52:55.366Z | Compiling thread-id v4.2.2 |
2656 | 2025-02-23T08:52:55.800Z | Compiling indexmap v2.7.1 |
2657 | 2025-02-23T08:52:56.955Z | Compiling terminal_size v0.4.0 |
2658 | 2025-02-23T08:52:56.955Z | Compiling tempfile v3.13.0 |
2659 | 2025-02-23T08:52:57.215Z | Compiling clap_builder v4.5.30 |
2660 | 2025-02-23T08:52:57.624Z | Compiling proc-macro-error v1.0.4 |
2661 | 2025-02-23T08:52:58.698Z | Compiling tabled_derive v0.7.0 |
2662 | 2025-02-23T08:52:59.636Z | Compiling tabled v0.15.0 |
2663 | 2025-02-23T08:53:00.362Z | Compiling serde_derive v1.0.217 |
2664 | 2025-02-23T08:53:00.367Z | Compiling thiserror-impl v1.0.69 |
2665 | 2025-02-23T08:53:00.367Z | Compiling zerocopy-derive v0.7.35 |
2666 | 2025-02-23T08:53:00.367Z | Compiling scroll_derive v0.12.0 |
2667 | 2025-02-23T08:53:00.367Z | Compiling clap_derive v4.5.28 |
2668 | 2025-02-23T08:53:01.714Z | Compiling scroll v0.12.0 |
2669 | 2025-02-23T08:53:02.250Z | Compiling zerocopy v0.7.35 |
2670 | 2025-02-23T08:53:02.989Z | Compiling thiserror v1.0.69 |
2671 | 2025-02-23T08:53:03.176Z | Compiling pest v2.7.14 |
2672 | 2025-02-23T08:53:03.828Z | Compiling goblin v0.8.2 |
2673 | 2025-02-23T08:53:04.579Z | Compiling clap v4.5.30 |
2674 | 2025-02-23T08:53:06.298Z | Compiling pest_meta v2.7.14 |
2675 | 2025-02-23T08:53:07.764Z | Compiling pest_generator v2.7.14 |
2676 | 2025-02-23T08:53:09.773Z | Compiling pest_derive v2.7.14 |
2677 | 2025-02-23T08:53:10.594Z | Compiling dtrace-parser v0.2.0 |
2678 | 2025-02-23T08:53:16.005Z | Compiling serde_tokenstream v0.2.2 |
2679 | 2025-02-23T08:53:16.585Z | Compiling serde_spanned v0.6.8 |
2680 | 2025-02-23T08:53:16.920Z | Compiling dof v0.3.0 |
2681 | 2025-02-23T08:53:17.272Z | Compiling toml_datetime v0.6.8 |
2682 | 2025-02-23T08:53:17.989Z | Compiling toml_edit v0.22.22 |
2683 | 2025-02-23T08:53:19.003Z | Compiling camino v1.1.9 |
2684 | 2025-02-23T08:53:19.027Z | Compiling usdt-attr-macro v0.5.0 |
2685 | 2025-02-23T08:53:19.180Z | Compiling usdt-macro v0.5.0 |
2686 | 2025-02-23T08:53:20.364Z | Compiling cargo-platform v0.1.8 |
2687 | 2025-02-23T08:53:20.426Z | Compiling semver v1.0.25 |
2688 | 2025-02-23T08:53:21.450Z | Compiling usdt v0.5.0 |
2689 | 2025-02-23T08:53:21.852Z | Compiling toml v0.8.19 |
2690 | 2025-02-23T08:53:22.878Z | Compiling cargo_metadata v0.18.1 |
2691 | 2025-02-23T08:53:23.379Z | Compiling cargo_toml v0.20.5 |
2692 | 2025-02-23T08:53:26.992Z | Compiling camino-tempfile v1.1.1 |
2693 | 2025-02-23T08:53:27.783Z | Compiling macaddr v1.0.1 |
2694 | 2025-02-23T08:53:36.108Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2695 | 2025-02-23T08:53:41.756Z | Finished `release` profile [optimized] target(s) in 48.39s |
2696 | 2025-02-23T08:53:41.865Z | |
2697 | 2025-02-23T08:53:41.868Z | real 48.531837660 |
2698 | 2025-02-23T08:53:41.868Z | user 5:18.873869619 |
2699 | 2025-02-23T08:53:41.868Z | sys 18.650800783 |
2700 | 2025-02-23T08:53:41.868Z | trap 0.151510141 |
2701 | 2025-02-23T08:53:41.868Z | tflt 0.126039479 |
2702 | 2025-02-23T08:53:41.869Z | dflt 0.336098596 |
2703 | 2025-02-23T08:53:41.869Z | kflt 0.000000000 |
2704 | 2025-02-23T08:53:41.869Z | lock 9:55.175749015 |
2705 | 2025-02-23T08:53:41.869Z | slp 15:46.109250209 |
2706 | 2025-02-23T08:53:41.869Z | lat 14.109888598 |
2707 | 2025-02-23T08:53:41.869Z | stop 16.109401372 |
2708 | 2025-02-23T08:53:41.869Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2709 | 2025-02-23T08:53:41.869Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2710 | 2025-02-23T08:53:41.869Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2711 | 2025-02-23T08:53:41.869Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2712 | 2025-02-23T08:53:41.869Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2713 | 2025-02-23T08:53:42.785Z | Compiling ring v0.17.11 |
2714 | 2025-02-23T08:53:42.909Z | Compiling hashbrown v0.14.5 |
2715 | 2025-02-23T08:53:42.929Z | Compiling thiserror v2.0.11 |
2716 | 2025-02-23T08:53:42.931Z | Compiling thiserror-impl v2.0.11 |
2717 | 2025-02-23T08:53:42.931Z | Compiling ident_case v1.0.1 |
2718 | 2025-02-23T08:53:42.934Z | Compiling unsafe-libyaml v0.2.11 |
2719 | 2025-02-23T08:53:42.934Z | Compiling ipnetwork v0.21.1 |
2720 | 2025-02-23T08:53:42.934Z | Compiling macaddr v1.0.1 |
2721 | 2025-02-23T08:53:43.201Z | Compiling darling_core v0.20.10 |
2722 | 2025-02-23T08:53:43.414Z | Compiling oxnet v0.1.0 |
2723 | 2025-02-23T08:53:43.747Z | Compiling instant v0.1.13 |
2724 | 2025-02-23T08:53:43.897Z | Compiling structmeta-derive v0.3.0 |
2725 | 2025-02-23T08:53:43.912Z | Compiling dropshot v0.15.1 |
2726 | 2025-02-23T08:53:44.061Z | Compiling regress v0.10.1 |
2727 | 2025-02-23T08:53:44.083Z | Compiling regress v0.9.1 |
2728 | 2025-02-23T08:53:44.311Z | Compiling serde_yaml v0.9.34+deprecated |
2729 | 2025-02-23T08:53:44.779Z | Compiling dropshot_endpoint v0.15.1 |
2730 | 2025-02-23T08:53:46.358Z | Compiling daft-derive v0.1.1 |
2731 | 2025-02-23T08:53:46.551Z | Compiling structmeta v0.3.0 |
2732 | 2025-02-23T08:53:46.954Z | Compiling parse-display-derive v0.10.0 |
2733 | 2025-02-23T08:53:47.690Z | Compiling rustls v0.23.19 |
2734 | 2025-02-23T08:53:47.724Z | Compiling rustls v0.22.4 |
2735 | 2025-02-23T08:53:47.755Z | Compiling typify-impl v0.2.0 |
2736 | 2025-02-23T08:53:47.885Z | Compiling daft v0.1.1 |
2737 | 2025-02-23T08:53:48.393Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2738 | 2025-02-23T08:53:48.590Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2739 | 2025-02-23T08:53:48.641Z | Compiling backoff v0.4.0 |
2740 | 2025-02-23T08:53:48.927Z | Compiling darling_macro v0.20.10 |
2741 | 2025-02-23T08:53:48.949Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2742 | 2025-02-23T08:53:48.998Z | Compiling tempfile v3.13.0 |
2743 | 2025-02-23T08:53:49.078Z | Compiling proc-macro-crate v1.3.1 |
2744 | 2025-02-23T08:53:49.137Z | Compiling typify-impl v0.3.0 |
2745 | 2025-02-23T08:53:49.173Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2746 | 2025-02-23T08:53:49.399Z | Compiling itertools v0.13.0 |
2747 | 2025-02-23T08:53:49.824Z | Compiling zerocopy v0.8.10 |
2748 | 2025-02-23T08:53:49.888Z | Compiling darling v0.20.10 |
2749 | 2025-02-23T08:53:49.991Z | Compiling num_enum_derive v0.5.11 |
2750 | 2025-02-23T08:53:50.016Z | Compiling serde_with_macros v3.11.0 |
2751 | 2025-02-23T08:53:50.621Z | Compiling rustls-webpki v0.102.8 |
2752 | 2025-02-23T08:53:50.868Z | Compiling parse-display v0.10.0 |
2753 | 2025-02-23T08:53:51.488Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2754 | 2025-02-23T08:53:52.295Z | Compiling num_enum v0.5.11 |
2755 | 2025-02-23T08:53:52.437Z | Compiling zerocopy-derive v0.8.10 |
2756 | 2025-02-23T08:53:52.483Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2757 | 2025-02-23T08:53:52.502Z | Compiling heapless v0.8.0 |
2758 | 2025-02-23T08:53:52.575Z | Compiling serde_with v3.11.0 |
2759 | 2025-02-23T08:53:52.802Z | Compiling crucible-workspace-hack v0.1.0 |
2760 | 2025-02-23T08:53:53.200Z | Compiling proc-macro-error v1.0.4 |
2761 | 2025-02-23T08:53:53.446Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2762 | 2025-02-23T08:53:53.935Z | Compiling camino-tempfile v1.1.1 |
2763 | 2025-02-23T08:53:54.410Z | Compiling foreign-types-macros v0.2.3 |
2764 | 2025-02-23T08:53:55.694Z | Compiling hash32 v0.3.1 |
2765 | 2025-02-23T08:53:55.949Z | Compiling smoltcp v0.11.0 |
2766 | 2025-02-23T08:53:56.030Z | Compiling foreign-types-shared v0.3.1 |
2767 | 2025-02-23T08:53:56.201Z | Compiling foreign-types v0.5.0 |
2768 | 2025-02-23T08:53:56.343Z | Compiling tokio-rustls v0.25.0 |
2769 | 2025-02-23T08:53:56.793Z | Compiling dropshot v0.12.0 |
2770 | 2025-02-23T08:53:58.522Z | Compiling tabwriter v1.4.0 |
2771 | 2025-02-23T08:53:59.013Z | Compiling tokio-rustls v0.26.0 |
2772 | 2025-02-23T08:53:59.483Z | Compiling hyper-rustls v0.27.3 |
2773 | 2025-02-23T08:54:00.107Z | Compiling reqwest v0.12.12 |
2774 | 2025-02-23T08:54:00.212Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2775 | 2025-02-23T08:54:00.916Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2776 | 2025-02-23T08:54:00.960Z | Compiling cstr-argument v0.1.2 |
2777 | 2025-02-23T08:54:01.226Z | Compiling cobs v0.2.3 |
2778 | 2025-02-23T08:54:01.510Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2779 | 2025-02-23T08:54:01.747Z | Compiling qorb v0.2.1 |
2780 | 2025-02-23T08:54:01.848Z | Compiling pretty-hex v0.2.1 |
2781 | 2025-02-23T08:54:02.078Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2782 | 2025-02-23T08:54:02.129Z | Compiling typify-macro v0.2.0 |
2783 | 2025-02-23T08:54:02.514Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2784 | 2025-02-23T08:54:02.730Z | Compiling postcard v1.0.10 |
2785 | 2025-02-23T08:54:03.431Z | Compiling progenitor-client v0.9.1 |
2786 | 2025-02-23T08:54:03.936Z | Compiling progenitor-client v0.8.0 |
2787 | 2025-02-23T08:54:04.043Z | Compiling typify-macro v0.3.0 |
2788 | 2025-02-23T08:54:04.461Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2789 | 2025-02-23T08:54:05.005Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2790 | 2025-02-23T08:54:05.148Z | Compiling colored v2.1.0 |
2791 | 2025-02-23T08:54:05.801Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2792 | 2025-02-23T08:54:05.884Z | Compiling typify v0.2.0 |
2793 | 2025-02-23T08:54:06.050Z | Compiling progenitor-impl v0.8.0 |
2794 | 2025-02-23T08:54:06.217Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2795 | 2025-02-23T08:54:06.605Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2796 | 2025-02-23T08:54:07.368Z | Compiling smf v0.2.3 |
2797 | 2025-02-23T08:54:07.527Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2798 | 2025-02-23T08:54:07.549Z | Compiling zone_cfg_derive v0.3.0 |
2799 | 2025-02-23T08:54:07.847Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2800 | 2025-02-23T08:54:07.850Z | Compiling typify v0.3.0 |
2801 | 2025-02-23T08:54:08.024Z | Compiling progenitor-impl v0.9.1 |
2802 | 2025-02-23T08:54:08.249Z | Compiling num-derive v0.4.2 |
2803 | 2025-02-23T08:54:08.634Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2804 | 2025-02-23T08:54:09.014Z | Compiling sigpipe v0.1.3 |
2805 | 2025-02-23T08:54:09.163Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2806 | 2025-02-23T08:54:09.481Z | Compiling zone v0.3.0 |
2807 | 2025-02-23T08:54:09.534Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2808 | 2025-02-23T08:54:10.261Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2809 | 2025-02-23T08:54:10.263Z | Compiling universal-hash v0.5.1 |
2810 | 2025-02-23T08:54:10.469Z | Compiling opaque-debug v0.3.1 |
2811 | 2025-02-23T08:54:10.513Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2812 | 2025-02-23T08:54:10.544Z | Compiling tungstenite v0.21.0 |
2813 | 2025-02-23T08:54:10.566Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2814 | 2025-02-23T08:54:10.590Z | Compiling num-rational v0.4.2 |
2815 | 2025-02-23T08:54:10.954Z | Compiling password-hash v0.5.0 |
2816 | 2025-02-23T08:54:11.055Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2817 | 2025-02-23T08:54:11.375Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2818 | 2025-02-23T08:54:11.811Z | Compiling num-complex v0.4.6 |
2819 | 2025-02-23T08:54:11.853Z | Compiling blake2 v0.10.6 |
2820 | 2025-02-23T08:54:12.119Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2821 | 2025-02-23T08:54:12.281Z | Compiling aead v0.5.2 |
2822 | 2025-02-23T08:54:12.360Z | Compiling base64 v0.21.7 |
2823 | 2025-02-23T08:54:12.439Z | Compiling keccak v0.1.5 |
2824 | 2025-02-23T08:54:12.685Z | Compiling convert_case v0.4.0 |
2825 | 2025-02-23T08:54:12.775Z | Compiling num v0.4.3 |
2826 | 2025-02-23T08:54:12.901Z | Compiling sha3 v0.10.8 |
2827 | 2025-02-23T08:54:12.946Z | Compiling progenitor-macro v0.8.0 |
2828 | 2025-02-23T08:54:13.046Z | Compiling argon2 v0.5.3 |
2829 | 2025-02-23T08:54:13.223Z | Compiling tokio-tungstenite v0.21.0 |
2830 | 2025-02-23T08:54:13.292Z | Compiling poly1305 v0.8.0 |
2831 | 2025-02-23T08:54:13.498Z | Compiling derive_more v0.99.19 |
2832 | 2025-02-23T08:54:13.621Z | Compiling chacha20 v0.9.1 |
2833 | 2025-02-23T08:54:13.879Z | Compiling float-ord v0.3.2 |
2834 | 2025-02-23T08:54:13.980Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2835 | 2025-02-23T08:54:14.089Z | Compiling same-file v1.0.6 |
2836 | 2025-02-23T08:54:14.117Z | Compiling semver v0.1.20 |
2837 | 2025-02-23T08:54:14.397Z | Compiling walkdir v2.5.0 |
2838 | 2025-02-23T08:54:14.417Z | Compiling newline-converter v0.3.0 |
2839 | 2025-02-23T08:54:14.622Z | Compiling rustc_version v0.1.7 |
2840 | 2025-02-23T08:54:14.727Z | Compiling primeorder v0.13.6 |
2841 | 2025-02-23T08:54:14.888Z | Compiling progenitor-macro v0.9.1 |
2842 | 2025-02-23T08:54:15.033Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2843 | 2025-02-23T08:54:15.054Z | Compiling secrecy v0.8.0 |
2844 | 2025-02-23T08:54:15.096Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2845 | 2025-02-23T08:54:15.243Z | Compiling cancel-safe-futures v0.1.5 |
2846 | 2025-02-23T08:54:15.300Z | Compiling owo-colors v4.1.0 |
2847 | 2025-02-23T08:54:15.623Z | Compiling newtype_derive v0.1.6 |
2848 | 2025-02-23T08:54:15.668Z | Compiling expectorate v1.1.0 |
2849 | 2025-02-23T08:54:15.684Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2850 | 2025-02-23T08:54:15.862Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2851 | 2025-02-23T08:54:15.883Z | Compiling thiserror-impl-no-std v2.0.2 |
2852 | 2025-02-23T08:54:15.940Z | Compiling blake3 v1.5.4 |
2853 | 2025-02-23T08:54:15.960Z | Compiling unicase v2.7.0 |
2854 | 2025-02-23T08:54:15.964Z | Compiling half v2.4.1 |
2855 | 2025-02-23T08:54:16.342Z | Compiling ciborium-io v0.2.2 |
2856 | 2025-02-23T08:54:16.527Z | Compiling arc-swap v1.7.1 |
2857 | 2025-02-23T08:54:16.549Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2858 | 2025-02-23T08:54:16.893Z | Compiling ciborium-ll v0.2.2 |
2859 | 2025-02-23T08:54:17.135Z | Compiling slog-scope v4.4.0 |
2860 | 2025-02-23T08:54:17.425Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2861 | 2025-02-23T08:54:17.753Z | Compiling polyval v0.6.2 |
2862 | 2025-02-23T08:54:18.180Z | Compiling atomicwrites v0.4.4 |
2863 | 2025-02-23T08:54:18.208Z | Compiling libsw v3.3.1 |
2864 | 2025-02-23T08:54:18.553Z | Compiling memmap2 v0.9.5 |
2865 | 2025-02-23T08:54:18.577Z | Compiling parking_lot_core v0.8.6 |
2866 | 2025-02-23T08:54:18.737Z | Compiling thiserror-no-std v2.0.2 |
2867 | 2025-02-23T08:54:18.893Z | Compiling constant_time_eq v0.3.1 |
2868 | 2025-02-23T08:54:18.961Z | Compiling arrayref v0.3.9 |
2869 | 2025-02-23T08:54:19.074Z | Compiling arrayvec v0.7.6 |
2870 | 2025-02-23T08:54:19.095Z | Compiling libefi-sys v0.1.0 |
2871 | 2025-02-23T08:54:19.116Z | Compiling indent_write v2.2.0 |
2872 | 2025-02-23T08:54:19.364Z | Compiling salty v0.3.0 |
2873 | 2025-02-23T08:54:19.393Z | Compiling linear-map v1.2.0 |
2874 | 2025-02-23T08:54:19.507Z | Compiling vsss-rs v3.3.4 |
2875 | 2025-02-23T08:54:19.747Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2876 | 2025-02-23T08:54:19.825Z | Compiling ghash v0.5.1 |
2877 | 2025-02-23T08:54:20.175Z | Compiling slog-stdlog v4.1.1 |
2878 | 2025-02-23T08:54:20.399Z | Compiling ciborium v0.2.2 |
2879 | 2025-02-23T08:54:20.577Z | Compiling p384 v0.13.0 |
2880 | 2025-02-23T08:54:20.810Z | Compiling toolchain_find v0.4.0 |
2881 | 2025-02-23T08:54:20.904Z | Compiling chacha20poly1305 v0.10.1 |
2882 | 2025-02-23T08:54:21.168Z | Compiling ctr v0.9.2 |
2883 | 2025-02-23T08:54:21.458Z | Compiling lzma-sys v0.1.20 |
2884 | 2025-02-23T08:54:21.557Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2885 | 2025-02-23T08:54:21.719Z | Compiling bitfield-struct v0.6.2 |
2886 | 2025-02-23T08:54:22.007Z | Compiling slog-dtrace v0.3.0 |
2887 | 2025-02-23T08:54:22.120Z | Compiling highway v1.2.0 |
2888 | 2025-02-23T08:54:22.256Z | Compiling topological-sort v0.2.2 |
2889 | 2025-02-23T08:54:22.433Z | Compiling omicron-zone-package v0.12.0 |
2890 | 2025-02-23T08:54:22.647Z | Compiling aes-gcm v0.10.3 |
2891 | 2025-02-23T08:54:22.901Z | Compiling rustfmt-wrapper v0.2.1 |
2892 | 2025-02-23T08:54:22.977Z | Compiling mime_guess v2.0.5 |
2893 | 2025-02-23T08:54:23.110Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2894 | 2025-02-23T08:54:23.348Z | Compiling slog-envlogger v2.2.0 |
2895 | 2025-02-23T08:54:23.526Z | Compiling steno v0.4.1 |
2896 | 2025-02-23T08:54:24.196Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2897 | 2025-02-23T08:54:24.460Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2898 | 2025-02-23T08:54:24.480Z | Compiling heck v0.3.3 |
2899 | 2025-02-23T08:54:24.533Z | Compiling ssh-encoding v0.2.0 |
2900 | 2025-02-23T08:54:24.806Z | Compiling progenitor v0.8.0 |
2901 | 2025-02-23T08:54:24.845Z | Compiling blowfish v0.9.1 |
2902 | 2025-02-23T08:54:25.061Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2903 | 2025-02-23T08:54:25.064Z | Compiling nibble_vec v0.1.0 |
2904 | 2025-02-23T08:54:25.103Z | Compiling env_filter v0.1.2 |
2905 | 2025-02-23T08:54:25.268Z | Compiling endian-type v0.1.2 |
2906 | 2025-02-23T08:54:25.296Z | Compiling humantime v2.1.0 |
2907 | 2025-02-23T08:54:25.326Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2908 | 2025-02-23T08:54:25.523Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2909 | 2025-02-23T08:54:25.673Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2910 | 2025-02-23T08:54:25.724Z | Compiling radix_trie v0.2.1 |
2911 | 2025-02-23T08:54:25.746Z | Compiling env_logger v0.11.5 |
2912 | 2025-02-23T08:54:25.827Z | Compiling bcrypt-pbkdf v0.10.0 |
2913 | 2025-02-23T08:54:26.282Z | Compiling ssh-cipher v0.2.0 |
2914 | 2025-02-23T08:54:26.494Z | Compiling zone_cfg_derive v0.1.2 |
2915 | 2025-02-23T08:54:26.521Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2916 | 2025-02-23T08:54:26.631Z | Compiling progenitor v0.9.1 |
2917 | 2025-02-23T08:54:26.882Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2918 | 2025-02-23T08:54:26.903Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2919 | 2025-02-23T08:54:26.946Z | Compiling parking_lot v0.11.2 |
2920 | 2025-02-23T08:54:27.712Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2921 | 2025-02-23T08:54:27.961Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2922 | 2025-02-23T08:54:28.002Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2923 | 2025-02-23T08:54:28.349Z | Compiling password-hash v0.4.2 |
2924 | 2025-02-23T08:54:28.523Z | Compiling gethostname v0.5.0 |
2925 | 2025-02-23T08:54:28.613Z | Compiling fxhash v0.2.1 |
2926 | 2025-02-23T08:54:28.751Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2927 | 2025-02-23T08:54:28.864Z | Compiling zip v2.1.3 |
2928 | 2025-02-23T08:54:29.098Z | Compiling lockfree-object-pool v0.1.6 |
2929 | 2025-02-23T08:54:29.222Z | Compiling http-range v0.1.5 |
2930 | 2025-02-23T08:54:29.274Z | Compiling simd-adler32 v0.3.7 |
2931 | 2025-02-23T08:54:29.371Z | Compiling bumpalo v3.16.0 |
2932 | 2025-02-23T08:54:29.579Z | Compiling base64 v0.13.1 |
2933 | 2025-02-23T08:54:29.818Z | Compiling zopfli v0.8.1 |
2934 | 2025-02-23T08:54:29.888Z | Compiling pbkdf2 v0.11.0 |
2935 | 2025-02-23T08:54:29.908Z | Compiling sled v0.34.7 |
2936 | 2025-02-23T08:54:30.148Z | Compiling ron v0.7.1 |
2937 | 2025-02-23T08:54:30.252Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2938 | 2025-02-23T08:54:31.279Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2939 | 2025-02-23T08:54:31.364Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2940 | 2025-02-23T08:54:32.018Z | Compiling xz2 v0.1.7 |
2941 | 2025-02-23T08:54:32.240Z | Compiling zone v0.1.8 |
2942 | 2025-02-23T08:54:32.533Z | Compiling ssh-key v0.6.6 |
2943 | 2025-02-23T08:54:32.618Z | Compiling hickory-client v0.24.3 |
2944 | 2025-02-23T08:54:33.506Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2945 | 2025-02-23T08:54:33.529Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2946 | 2025-02-23T08:54:33.655Z | Compiling p256 v0.13.2 |
2947 | 2025-02-23T08:54:33.977Z | Compiling p521 v0.13.3 |
2948 | 2025-02-23T08:54:34.477Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2949 | 2025-02-23T08:54:35.064Z | Compiling hickory-server v0.24.3 |
2950 | 2025-02-23T08:54:35.501Z | Compiling pem v3.0.4 |
2951 | 2025-02-23T08:54:36.212Z | Compiling yasna v0.5.2 |
2952 | 2025-02-23T08:54:36.273Z | Compiling headers-core v0.3.0 |
2953 | 2025-02-23T08:54:36.458Z | Compiling kstat-rs v0.2.4 |
2954 | 2025-02-23T08:54:36.664Z | Compiling nanorand v0.7.0 |
2955 | 2025-02-23T08:54:37.059Z | Compiling atty v0.2.14 |
2956 | 2025-02-23T08:54:37.215Z | Compiling russh-cryptovec v0.7.3 |
2957 | 2025-02-23T08:54:37.247Z | Compiling md5 v0.7.0 |
2958 | 2025-02-23T08:54:37.557Z | Compiling russh-keys v0.45.0 |
2959 | 2025-02-23T08:54:37.710Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2960 | 2025-02-23T08:54:37.800Z | Compiling rcgen v0.12.1 |
2961 | 2025-02-23T08:54:39.402Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2962 | 2025-02-23T08:54:39.482Z | Compiling flume v0.11.1 |
2963 | 2025-02-23T08:54:39.970Z | Compiling headers v0.4.0 |
2964 | 2025-02-23T08:54:40.328Z | Compiling hyper-staticfile v0.10.1 |
2965 | 2025-02-23T08:54:41.360Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2966 | 2025-02-23T08:54:41.709Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2967 | 2025-02-23T08:54:41.953Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2968 | 2025-02-23T08:54:42.155Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2969 | 2025-02-23T08:54:42.559Z | Compiling num-bigint v0.4.6 |
2970 | 2025-02-23T08:54:42.733Z | Compiling des v0.8.1 |
2971 | 2025-02-23T08:54:43.045Z | Compiling subprocess v0.2.9 |
2972 | 2025-02-23T08:54:43.075Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2973 | 2025-02-23T08:54:44.034Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2974 | 2025-02-23T08:54:44.793Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2975 | 2025-02-23T08:54:44.828Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2976 | 2025-02-23T08:54:47.425Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2977 | 2025-02-23T08:54:48.505Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2978 | 2025-02-23T08:54:49.552Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2979 | 2025-02-23T08:54:51.014Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2980 | 2025-02-23T08:54:51.112Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2981 | 2025-02-23T08:54:51.230Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2982 | 2025-02-23T08:54:52.701Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2983 | 2025-02-23T08:54:53.057Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2984 | 2025-02-23T08:54:53.130Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2985 | 2025-02-23T08:54:53.821Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2986 | 2025-02-23T08:54:54.428Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2987 | 2025-02-23T08:54:54.918Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2988 | 2025-02-23T08:54:54.941Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2989 | 2025-02-23T08:54:55.332Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2990 | 2025-02-23T08:54:55.805Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2991 | 2025-02-23T08:54:58.009Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2992 | 2025-02-23T08:54:58.290Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2993 | 2025-02-23T08:54:58.502Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2994 | 2025-02-23T08:54:58.826Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2995 | 2025-02-23T08:54:59.349Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2996 | 2025-02-23T08:55:00.006Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2997 | 2025-02-23T08:55:01.155Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2998 | 2025-02-23T08:55:03.604Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2999 | 2025-02-23T08:55:03.700Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3000 | 2025-02-23T08:55:04.188Z | Compiling hex-literal v0.4.1 |
3001 | 2025-02-23T08:55:04.248Z | Compiling display-error-chain v0.2.2 |
3002 | 2025-02-23T08:55:04.356Z | Compiling russh v0.45.0 |
3003 | 2025-02-23T08:55:04.476Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3004 | 2025-02-23T08:55:05.230Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3005 | 2025-02-23T08:55:05.389Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3006 | 2025-02-23T08:55:07.276Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3007 | 2025-02-23T08:55:07.765Z | Compiling internet-checksum v0.2.1 |
3008 | 2025-02-23T08:55:12.331Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3009 | 2025-02-23T08:55:19.422Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3010 | 2025-02-23T08:55:21.083Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3011 | 2025-02-23T08:55:45.701Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3012 | 2025-02-23T08:56:08.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
3013 | 2025-02-23T08:56:08.647Z | |
3014 | 2025-02-23T08:56:08.650Z | real 2:26.723850756 |
3015 | 2025-02-23T08:56:08.650Z | user 12:37.099336715 |
3016 | 2025-02-23T08:56:08.650Z | sys 1:38.684493302 |
3017 | 2025-02-23T08:56:08.650Z | trap 0.378283864 |
3018 | 2025-02-23T08:56:08.650Z | tflt 0.219300476 |
3019 | 2025-02-23T08:56:08.650Z | dflt 0.602239328 |
3020 | 2025-02-23T08:56:08.650Z | kflt 0.000029646 |
3021 | 2025-02-23T08:56:08.650Z | lock 23:29.109455662 |
3022 | 2025-02-23T08:56:08.650Z | slp 44:33.821852481 |
3023 | 2025-02-23T08:56:08.650Z | lat 38.196225705 |
3024 | 2025-02-23T08:56:08.650Z | stop 1:38.976319415 |
3025 | 2025-02-23T08:56:08.650Z | + mkdir tests |
3026 | 2025-02-23T08:56:08.653Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
3027 | 2025-02-23T08:56:08.653Z | + xargs -I '{}' -t cp '{}' tests/ |
3028 | 2025-02-23T08:56:08.692Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-fff3da30d1f4f835 tests/ |
3029 | 2025-02-23T08:56:08.712Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-55faf5ef9a164c70 tests/ |
3030 | 2025-02-23T08:56:08.732Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-186e624a529a4484 tests/ |
3031 | 2025-02-23T08:56:08.756Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-c1cb58773698bc94 tests/ |
3032 | 2025-02-23T08:56:08.984Z | + 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/*) |
3033 | 2025-02-23T08:56:08.988Z | + 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-55faf5ef9a164c70 tests/commtest-186e624a529a4484 tests/dhcp_server-fff3da30d1f4f835 tests/end_to_end_tests-c1cb58773698bc94 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 |
3034 | 2025-02-23T08:57:27.336Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
3035 | 2025-02-23T08:57:27.336Z | a .github/buildomat/ci-env.sh 1K |
3036 | 2025-02-23T08:57:27.336Z | a out/target/test 1K |
3037 | 2025-02-23T08:57:27.336Z | a out/npuzone/npuzone 23144K |
3038 | 2025-02-23T08:57:27.336Z | a package-manifest.toml 33K |
3039 | 2025-02-23T08:57:27.336Z | a smf/sled-agent/non-gimlet/config.toml 4K |
3040 | 2025-02-23T08:57:27.336Z | a target/release/omicron-package 39572K |
3041 | 2025-02-23T08:57:27.338Z | a target/release/xtask 10747K |
3042 | 2025-02-23T08:57:27.338Z | a target/debug/bootstrap 221142K |
3043 | 2025-02-23T08:57:27.338Z | a tests/bootstrap-55faf5ef9a164c70 24237K |
3044 | 2025-02-23T08:57:27.338Z | a tests/commtest-186e624a529a4484 28163K |
3045 | 2025-02-23T08:57:27.338Z | a tests/dhcp_server-fff3da30d1f4f835 24237K |
3046 | 2025-02-23T08:57:27.338Z | a tests/end_to_end_tests-c1cb58773698bc94 283481K |
3047 | 2025-02-23T08:57:27.338Z | a out/clickhouse.tar.gz 307210K |
3048 | 2025-02-23T08:57:27.338Z | a out/clickhouse_keeper.tar.gz 292888K |
3049 | 2025-02-23T08:57:27.338Z | a out/clickhouse_server.tar.gz 307195K |
3050 | 2025-02-23T08:57:27.338Z | a out/cockroachdb.tar.gz 145953K |
3051 | 2025-02-23T08:57:27.338Z | a out/crucible-dtrace.tar 99K |
3052 | 2025-02-23T08:57:27.338Z | a out/crucible-pantry-zone.tar.gz 34303K |
3053 | 2025-02-23T08:57:27.338Z | a out/crucible-zone.tar.gz 42675K |
3054 | 2025-02-23T08:57:27.338Z | a out/external-dns.tar.gz 47418K |
3055 | 2025-02-23T08:57:27.338Z | a out/internal-dns.tar.gz 47418K |
3056 | 2025-02-23T08:57:27.338Z | a out/mg-ddm-gz.tar 63075K |
3057 | 2025-02-23T08:57:27.338Z | a out/nexus.tar.gz 112389K |
3058 | 2025-02-23T08:57:27.338Z | a out/ntp.tar.gz 16254K |
3059 | 2025-02-23T08:57:27.338Z | a out/omicron-gateway-softnpu.tar.gz 25243K |
3060 | 2025-02-23T08:57:27.338Z | a out/omicron-sled-agent.tar 125405K |
3061 | 2025-02-23T08:57:27.338Z | a out/overlay.tar.gz 3K |
3062 | 2025-02-23T08:57:27.338Z | a out/oximeter.tar.gz 56629K |
3063 | 2025-02-23T08:57:27.338Z | a out/oxlog.tar 3138K |
3064 | 2025-02-23T08:57:27.338Z | a out/probe.tar.gz 2764K |
3065 | 2025-02-23T08:57:27.338Z | a out/propolis-server.tar.gz 66425K |
3066 | 2025-02-23T08:57:27.338Z | a out/pumpkind-gz.tar 26665K |
3067 | 2025-02-23T08:57:27.338Z | a out/switch-softnpu.tar.gz 270212K |
3068 | 2025-02-23T08:57:27.342Z | |
3069 | 2025-02-23T08:57:27.342Z | real 1:18.343639378 |
3070 | 2025-02-23T08:57:27.342Z | user 1:14.642140146 |
3071 | 2025-02-23T08:57:27.342Z | sys 5.257739866 |
3072 | 2025-02-23T08:57:27.342Z | trap 0.020107644 |
3073 | 2025-02-23T08:57:27.342Z | tflt 0.000000000 |
3074 | 2025-02-23T08:57:27.342Z | dflt 0.000000000 |
3075 | 2025-02-23T08:57:27.342Z | kflt 0.000000000 |
3076 | 2025-02-23T08:57:27.342Z | lock 0.000000000 |
3077 | 2025-02-23T08:57:27.342Z | slp 1:14.439810512 |
3078 | 2025-02-23T08:57:27.342Z | lat 2.322535419 |
3079 | 2025-02-23T08:57:27.342Z | stop 0.000347956 |
3080 | 2025-02-23T08:57:27.342Z | process exited: duration 2065897 ms, exit code 0 |
|
3081 | 2025-02-23T08:57:27.357Z | found 1 output files |
3082 | 2025-02-23T08:57:27.357Z | uploading: /work/package.tar.gz (2056340768 bytes) |
3083 | 2025-02-23T08:58:09.396Z | uploaded: /work/package.tar.gz |