|
|
|
1 | 2025-03-25T21:32:12.261Z | job assigned to worker 01JQ7KF7BC5X5AWE24Z7ASQM7B [factory aws, i-03871faa70aa1abc8] (queued for 53 s) |
|
2 | 2025-03-25T21:32:21.132Z | starting task 0: "setup" |
3 | 2025-03-25T21:32:21.137Z | ++ uname -s |
4 | 2025-03-25T21:32:21.140Z | + kern=SunOS |
5 | 2025-03-25T21:32:21.140Z | + build_user=build |
6 | 2025-03-25T21:32:21.141Z | + build_uid=12345 |
7 | 2025-03-25T21:32:21.141Z | + work_dir=/work |
8 | 2025-03-25T21:32:21.141Z | + input_dir=/input |
9 | 2025-03-25T21:32:21.141Z | + [[ 0 == 12345 ]] |
10 | 2025-03-25T21:32:21.141Z | + case "$kern" in |
11 | 2025-03-25T21:32:21.141Z | + groupadd -g 12345 build |
12 | 2025-03-25T21:32:21.144Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-25T21:32:23.150Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-25T21:32:23.268Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-25T21:32:23.271Z | + home_fs=zfs |
16 | 2025-03-25T21:32:23.271Z | + [[ zfs == autofs ]] |
17 | 2025-03-25T21:32:23.271Z | + mkdir -p /home/build |
18 | 2025-03-25T21:32:23.275Z | + chown build:build /home/build /work |
19 | 2025-03-25T21:32:25.274Z | + chmod 0700 /home/build /work |
20 | 2025-03-25T21:32:25.278Z | process exited: duration 4147 ms, exit code 0 |
|
21 | 2025-03-25T21:32:25.285Z | starting task 1: "rust-toolchain" |
22 | 2025-03-25T21:32:25.290Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-25T21:32:25.290Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-03-25T21:32:25.290Z | * rust toolchain channel = "1.85.0" |
25 | 2025-03-25T21:32:25.290Z | * rust toolchain profile = "default" |
26 | 2025-03-25T21:32:25.290Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-25T21:32:25.290Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-25T21:32:25.294Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-25T21:32:25.294Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-25T21:32:25.420Z | info: downloading installer |
31 | 2025-03-25T21:32:26.842Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-25T21:32:26.843Z | warn: /opt/ooce/bin |
33 | 2025-03-25T21:32:26.843Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-25T21:32:26.843Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-25T21:32:26.843Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-25T21:32:26.843Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-25T21:32:26.843Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-25T21:32:26.843Z | error: cannot install while Rust is installed |
39 | 2025-03-25T21:32:26.843Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-25T21:32:26.880Z | info: profile set to 'default' |
41 | 2025-03-25T21:32:26.880Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-25T21:32:26.885Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-25T21:32:27.047Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-25T21:32:27.047Z | info: downloading component 'cargo' |
45 | 2025-03-25T21:32:27.816Z | info: downloading component 'clippy' |
46 | 2025-03-25T21:32:28.251Z | info: downloading component 'rust-docs' |
47 | 2025-03-25T21:32:29.866Z | info: downloading component 'rust-std' |
48 | 2025-03-25T21:32:31.549Z | info: downloading component 'rustc' |
49 | 2025-03-25T21:32:38.113Z | info: downloading component 'rustfmt' |
50 | 2025-03-25T21:32:38.406Z | info: installing component 'cargo' |
51 | 2025-03-25T21:32:39.244Z | info: installing component 'clippy' |
52 | 2025-03-25T21:32:39.625Z | info: installing component 'rust-docs' |
53 | 2025-03-25T21:32:41.400Z | info: installing component 'rust-std' |
54 | 2025-03-25T21:32:43.278Z | info: installing component 'rustc' |
55 | 2025-03-25T21:32:49.183Z | info: installing component 'rustfmt' |
56 | 2025-03-25T21:32:49.516Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-25T21:32:49.516Z | |
58 | 2025-03-25T21:32:49.878Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-25T21:32:49.878Z | |
60 | 2025-03-25T21:32:49.881Z | |
61 | 2025-03-25T21:32:49.881Z | Rust is installed now. Great! |
62 | 2025-03-25T21:32:49.881Z | |
63 | 2025-03-25T21:32:49.881Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-25T21:32:49.881Z | environment variable. This has not been done automatically. |
65 | 2025-03-25T21:32:49.881Z | |
66 | 2025-03-25T21:32:49.881Z | To configure your current shell, you need to source |
67 | 2025-03-25T21:32:49.882Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-25T21:32:49.882Z | |
69 | 2025-03-25T21:32:49.882Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-25T21:32:49.882Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-25T21:32:49.882Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-25T21:32:49.882Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-25T21:32:49.956Z | + rustup --version |
74 | 2025-03-25T21:32:49.967Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-25T21:32:49.967Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-25T21:32:49.995Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-25T21:32:49.999Z | + cargo --version |
78 | 2025-03-25T21:32:50.017Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-25T21:32:50.020Z | + rustc --version |
80 | 2025-03-25T21:32:50.046Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-25T21:32:50.050Z | process exited: duration 24761 ms, exit code 0 |
|
82 | 2025-03-25T21:32:50.059Z | starting task 2: "authentication" |
83 | 2025-03-25T21:32:50.081Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-03-25T21:32:50.090Z | starting task 3: "clone repository" |
85 | 2025-03-25T21:32:50.094Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-25T21:32:50.097Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-25T21:32:50.229Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-25T21:32:58.054Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-25T21:32:58.054Z | + git fetch origin c8dab757180a983e63170baba195fab7edf34186 |
90 | 2025-03-25T21:32:58.367Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-25T21:32:58.367Z | * branch c8dab757180a983e63170baba195fab7edf34186 -> FETCH_HEAD |
92 | 2025-03-25T21:32:58.377Z | + [[ -n '' ]] |
93 | 2025-03-25T21:32:58.377Z | + git reset --hard c8dab757180a983e63170baba195fab7edf34186 |
94 | 2025-03-25T21:32:58.566Z | HEAD is now at c8dab7571 Merge branch 'groups-for-instance' into group-size-limits |
95 | 2025-03-25T21:32:58.570Z | process exited: duration 8479 ms, exit code 0 |
|
96 | 2025-03-25T21:32:58.576Z | starting task 4: "build" |
97 | 2025-03-25T21:32:58.583Z | + source .github/buildomat/ci-env.sh |
98 | 2025-03-25T21:32:58.583Z | ++ export CARGO_TERM_COLOR=always |
99 | 2025-03-25T21:32:58.586Z | ++ CARGO_TERM_COLOR=always |
100 | 2025-03-25T21:32:58.586Z | + cargo --version |
101 | 2025-03-25T21:32:58.638Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
102 | 2025-03-25T21:32:58.641Z | + rustc --version |
103 | 2025-03-25T21:32:58.707Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
104 | 2025-03-25T21:32:58.711Z | + WORK=/work |
105 | 2025-03-25T21:32:58.711Z | + pfexec mkdir -p /work |
106 | 2025-03-25T21:32:58.714Z | + pfexec chown build /work |
107 | 2025-03-25T21:32:58.718Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
108 | 2025-03-25T21:33:01.661Z | pkg list: illegal option -- F |
109 | 2025-03-25T21:33:01.665Z | Usage: |
110 | 2025-03-25T21:33:01.665Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
111 | 2025-03-25T21:33:01.665Z | [pkg_fmri_pattern ...] |
112 | 2025-03-25T21:33:02.510Z | pkg list: illegal option -- F |
113 | 2025-03-25T21:33:02.510Z | Usage: |
114 | 2025-03-25T21:33:02.514Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
115 | 2025-03-25T21:33:02.514Z | [pkg_fmri_pattern ...] |
116 | 2025-03-25T21:33:26.501Z | Startup: Refreshing catalog 'helios-dev' ... Done |
117 | 2025-03-25T21:33:31.291Z | Startup: Caching catalogs ... Done |
118 | 2025-03-25T21:33:46.477Z | Planning: Solver setup ... Done (14.095s) |
119 | 2025-03-25T21:33:46.644Z | Planning: Running solver ... Done (0.166s) |
120 | 2025-03-25T21:33:46.840Z | Planning: Finding local manifests ... Done (0.069s) |
121 | 2025-03-25T21:33:46.909Z | Planning: Fetching manifests: 0/7 0% complete |
122 | 2025-03-25T21:33:47.750Z | Planning: Fetching manifests: 7/7 100% complete |
123 | 2025-03-25T21:33:47.994Z | Planning: Package planning ... Done (0.244s) |
124 | 2025-03-25T21:33:48.050Z | Planning: Merging actions ... Done (0.056s) |
125 | 2025-03-25T21:33:48.373Z | Planning: Checking for conflicting actions ... Done (0.322s) |
126 | 2025-03-25T21:33:51.287Z | Planning: Consolidating action changes ... Done (2.914s) |
127 | 2025-03-25T21:33:51.723Z | Planning: Evaluating mediators ... Done (0.437s) |
128 | 2025-03-25T21:33:51.808Z | Planning: Planning completed in 20.41 seconds |
129 | 2025-03-25T21:33:51.824Z | Packages to install: 4 |
130 | 2025-03-25T21:33:51.824Z | Packages to update: 3 |
131 | 2025-03-25T21:33:51.824Z | Mediators to change: 2 |
132 | 2025-03-25T21:33:51.824Z | Services to change: 1 |
133 | 2025-03-25T21:33:51.828Z | Estimated space available: 155.59 GB |
134 | 2025-03-25T21:33:51.828Z | Estimated space to be consumed: 1.67 GB |
135 | 2025-03-25T21:33:51.828Z | Create boot environment: No |
136 | 2025-03-25T21:33:51.828Z | Create backup boot environment: Yes |
137 | 2025-03-25T21:33:51.828Z | Rebuild boot archive: No |
138 | 2025-03-25T21:33:51.828Z | |
139 | 2025-03-25T21:33:51.828Z | Changed mediators: |
140 | 2025-03-25T21:33:51.828Z | mediator clang: |
141 | 2025-03-25T21:33:51.828Z | version: None -> 15 (system default) |
142 | 2025-03-25T21:33:51.828Z | |
143 | 2025-03-25T21:33:51.828Z | mediator llvm: |
144 | 2025-03-25T21:33:51.828Z | version: 14 (system default) -> 15 (system default) |
145 | 2025-03-25T21:33:51.828Z | |
146 | 2025-03-25T21:33:51.828Z | Changed packages: |
147 | 2025-03-25T21:33:51.828Z | helios-dev |
148 | 2025-03-25T21:33:51.828Z | developer/build-essential |
149 | 2025-03-25T21:33:51.828Z | None -> 11-2.0 |
150 | 2025-03-25T21:33:51.828Z | library/libxmlsec1 |
151 | 2025-03-25T21:33:51.828Z | None -> 1.2.35-2.0 |
152 | 2025-03-25T21:33:51.828Z | ooce/developer/clang-15 |
153 | 2025-03-25T21:33:51.828Z | None -> 15.0.7-2.0 |
154 | 2025-03-25T21:33:51.828Z | ooce/developer/llvm-15 |
155 | 2025-03-25T21:33:51.828Z | None -> 15.0.7-2.0 |
156 | 2025-03-25T21:33:51.828Z | package/pkg |
157 | 2025-03-25T21:33:51.828Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
158 | 2025-03-25T21:33:51.828Z | system/library/g++-runtime |
159 | 2025-03-25T21:33:51.829Z | 13-2.0 -> 14-2.0 |
160 | 2025-03-25T21:33:51.829Z | system/library/gcc-runtime |
161 | 2025-03-25T21:33:51.829Z | 13-2.0 -> 14-2.0 |
162 | 2025-03-25T21:33:51.829Z | |
163 | 2025-03-25T21:33:51.829Z | Services: |
164 | 2025-03-25T21:33:51.829Z | restart_fmri: |
165 | 2025-03-25T21:33:51.829Z | svc:/system/update-man-index:default |
166 | 2025-03-25T21:33:51.829Z | |
167 | 2025-03-25T21:33:51.829Z | Editable files to change: |
168 | 2025-03-25T21:33:51.829Z | Update: |
169 | 2025-03-25T21:33:51.829Z | usr/share/lib/pkg/web/config.shtml |
170 | 2025-03-25T21:33:52.001Z | |
171 | 2025-03-25T21:33:52.001Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
172 | 2025-03-25T21:34:04.531Z | Download: 211/4301 items 1.3/225.4MB 0% complete |
173 | 2025-03-25T21:34:09.543Z | Download: 575/4301 items 17.2/225.4MB 7% complete (3.4M/s) |
174 | 2025-03-25T21:34:14.548Z | Download: 860/4301 items 18.8/225.4MB 8% complete (1.8M/s) |
175 | 2025-03-25T21:34:19.682Z | Download: 1112/4301 items 26.9/225.4MB 11% complete (911k/s) |
176 | 2025-03-25T21:34:24.667Z | Download: 1192/4301 items 75.8/225.4MB 33% complete (5.6M/s) |
177 | 2025-03-25T21:34:29.898Z | Download: 1194/4301 items 83.5/225.4MB 37% complete (6.3M/s) |
178 | 2025-03-25T21:34:35.942Z | Download: 1195/4301 items 83.5/225.4MB 37% complete (6.2M/s) |
179 | 2025-03-25T21:34:41.256Z | Download: 1198/4301 items 83.5/225.4MB 37% complete |
180 | 2025-03-25T21:34:46.264Z | Download: 1310/4301 items 102.5/225.4MB 45% complete (2.0M/s) |
181 | 2025-03-25T21:34:51.271Z | Download: 1566/4301 items 103.9/225.4MB 46% complete (2.1M/s) |
182 | 2025-03-25T21:34:56.347Z | Download: 1842/4301 items 116.3/225.4MB 51% complete (1.4M/s) |
183 | 2025-03-25T21:35:01.353Z | Download: 2130/4301 items 118.9/225.4MB 52% complete (1.5M/s) |
184 | 2025-03-25T21:35:07.852Z | Download: 2221/4301 items 119.2/225.4MB 52% complete (1.3M/s) |
185 | 2025-03-25T21:35:21.985Z | Download: 2223/4301 items 119.2/225.4MB 52% complete |
186 | 2025-03-25T21:35:27.089Z | Download: 2548/4301 items 120.4/225.4MB 53% complete (254k/s) |
187 | 2025-03-25T21:35:32.107Z | Download: 2914/4301 items 121.2/225.4MB 53% complete (204k/s) |
188 | 2025-03-25T21:35:37.107Z | Download: 3112/4301 items 136.5/225.4MB 60% complete (1.5M/s) |
189 | 2025-03-25T21:35:45.272Z | Download: 3246/4301 items 202.8/225.4MB 89% complete (8.1M/s) |
190 | 2025-03-25T21:35:50.471Z | Download: 3251/4301 items 203.4/225.4MB 90% complete (1.7M/s) |
191 | 2025-03-25T21:35:55.512Z | Download: 3997/4301 items 219.4/225.4MB 97% complete (2.1M/s) |
192 | 2025-03-25T21:36:01.040Z | Download: 4206/4301 items 220.6/225.4MB 97% complete (2.3M/s) |
193 | 2025-03-25T21:36:06.066Z | Download: 4284/4301 items 223.2/225.4MB 98% complete (342k/s) |
194 | 2025-03-25T21:36:06.538Z | Download: Completed 225.42 MB in 134.52 seconds (1.7M/s) |
195 | 2025-03-25T21:36:08.617Z | Actions: 1/5122 actions (Removing old actions) |
196 | 2025-03-25T21:36:08.640Z | Actions: 194/5122 actions (Installing new actions) |
197 | 2025-03-25T21:36:13.546Z | Actions: 4267/5122 actions (Updating modified actions) |
198 | 2025-03-25T21:36:13.996Z | Actions: Completed 5122 actions in 5.38 seconds. |
199 | 2025-03-25T21:36:14.245Z | Done (0.240s) |
200 | 2025-03-25T21:36:14.249Z | Done (0.001s) |
201 | 2025-03-25T21:36:14.898Z | Done (0.651s) |
202 | 2025-03-25T21:36:19.962Z | Done (4.829s) |
203 | 2025-03-25T21:36:20.121Z | Done (0.089s) |
204 | 2025-03-25T21:36:20.125Z | Done (0.000s) |
205 | 2025-03-25T21:36:20.313Z | Done (0.000s) |
206 | 2025-03-25T21:36:21.060Z | Planning: Evaluating mediator changes ... Done |
207 | 2025-03-25T21:36:21.222Z | Planning: Checking for conflicting actions ... Done |
208 | 2025-03-25T21:36:21.225Z | Planning: Consolidating action changes ... Done |
209 | 2025-03-25T21:36:21.491Z | Planning: Evaluating mediators ... Done |
210 | 2025-03-25T21:36:21.494Z | Planning: Planning completed in 0.43 seconds |
211 | 2025-03-25T21:36:21.531Z | Mediators to change: 2 |
212 | 2025-03-25T21:36:21.531Z | Create boot environment: No |
213 | 2025-03-25T21:36:21.535Z | Create backup boot environment: No |
214 | 2025-03-25T21:36:21.617Z | Done |
215 | 2025-03-25T21:36:21.617Z | Done |
216 | 2025-03-25T21:36:22.064Z | Done |
217 | 2025-03-25T21:36:25.700Z | Done |
218 | 2025-03-25T21:36:25.792Z | Done |
219 | 2025-03-25T21:36:25.796Z | Done |
220 | 2025-03-25T21:36:25.939Z | Done |
221 | 2025-03-25T21:36:26.569Z | Planning: Evaluating mediator changes ... Done |
222 | 2025-03-25T21:36:26.573Z | Planning: Merging actions ... Done |
223 | 2025-03-25T21:36:26.760Z | Planning: Checking for conflicting actions ... Done |
224 | 2025-03-25T21:36:26.764Z | Planning: Consolidating action changes ... Done |
225 | 2025-03-25T21:36:27.029Z | Planning: Evaluating mediators ... Done |
226 | 2025-03-25T21:36:27.086Z | Planning: Planning completed in 0.76 seconds |
227 | 2025-03-25T21:36:27.125Z | Packages to change: 1 |
228 | 2025-03-25T21:36:27.125Z | Mediators to change: 1 |
229 | 2025-03-25T21:36:27.129Z | Services to change: 1 |
230 | 2025-03-25T21:36:27.129Z | Create boot environment: No |
231 | 2025-03-25T21:36:27.129Z | Create backup boot environment: Yes |
232 | 2025-03-25T21:36:29.410Z | Actions: 1/6 actions (Updating modified actions) |
233 | 2025-03-25T21:36:29.414Z | Actions: Completed 6 actions in 0.00 seconds. |
234 | 2025-03-25T21:36:29.414Z | Done |
235 | 2025-03-25T21:36:29.414Z | Done |
236 | 2025-03-25T21:36:29.544Z | Done |
237 | 2025-03-25T21:36:33.191Z | Done |
238 | 2025-03-25T21:36:33.286Z | Done |
239 | 2025-03-25T21:36:33.290Z | Done |
240 | 2025-03-25T21:36:33.416Z | Done |
241 | 2025-03-25T21:36:33.859Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
242 | 2025-03-25T21:36:33.859Z | clang system 15 system |
243 | 2025-03-25T21:36:33.859Z | csh system system illumos |
244 | 2025-03-25T21:36:33.859Z | ctags system system illumos |
245 | 2025-03-25T21:36:33.859Z | gcc vendor 12 vendor |
246 | 2025-03-25T21:36:33.859Z | gcc system 10 system |
247 | 2025-03-25T21:36:33.859Z | gcc system 7 system |
248 | 2025-03-25T21:36:33.859Z | go system 1.20 system |
249 | 2025-03-25T21:36:33.859Z | go system 1.19 system |
250 | 2025-03-25T21:36:33.859Z | llvm system 15 system |
251 | 2025-03-25T21:36:33.859Z | llvm system 14 system |
252 | 2025-03-25T21:36:33.859Z | mariadb system 10.6 system |
253 | 2025-03-25T21:36:33.859Z | mta vendor vendor dma |
254 | 2025-03-25T21:36:33.859Z | openjdk system 17 system |
255 | 2025-03-25T21:36:33.859Z | openjdk system 11 system |
256 | 2025-03-25T21:36:33.859Z | openjdk system 1.8 system |
257 | 2025-03-25T21:36:33.859Z | openssl vendor 3 vendor |
258 | 2025-03-25T21:36:33.859Z | perl system 5.36 system |
259 | 2025-03-25T21:36:33.859Z | postgresql system 15 system |
260 | 2025-03-25T21:36:33.859Z | postgresql system 13 system |
261 | 2025-03-25T21:36:33.871Z | python vendor 3 vendor |
262 | 2025-03-25T21:36:33.871Z | python system 2 system |
263 | 2025-03-25T21:36:33.871Z | python3 system 3.11 system |
264 | 2025-03-25T21:36:33.871Z | ruby system 3.0 system |
265 | 2025-03-25T21:36:33.871Z | words vendor vendor american-english |
266 | 2025-03-25T21:36:33.871Z | words system system australian-english |
267 | 2025-03-25T21:36:33.871Z | words system system british-english |
268 | 2025-03-25T21:36:33.871Z | words system system canadian-english |
269 | 2025-03-25T21:36:33.871Z | words system system french |
270 | 2025-03-25T21:36:33.871Z | words system system italian |
271 | 2025-03-25T21:36:33.871Z | words system system ngerman |
272 | 2025-03-25T21:36:33.871Z | words system system ogerman |
273 | 2025-03-25T21:36:33.871Z | words system system spanish |
274 | 2025-03-25T21:36:34.196Z | PUBLISHER TYPE STATUS P LOCATION |
275 | 2025-03-25T21:36:34.196Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
276 | 2025-03-25T21:36:37.370Z | FMRI IFO |
277 | 2025-03-25T21:36:37.370Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
278 | 2025-03-25T21:36:37.370Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
279 | 2025-03-25T21:36:37.370Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
280 | 2025-03-25T21:36:37.370Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
281 | 2025-03-25T21:36:37.370Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
282 | 2025-03-25T21:36:37.370Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
283 | 2025-03-25T21:36:37.371Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
284 | 2025-03-25T21:36:37.371Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
285 | 2025-03-25T21:36:37.371Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
286 | 2025-03-25T21:36:37.371Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
287 | 2025-03-25T21:36:37.371Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
288 | 2025-03-25T21:36:37.371Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
289 | 2025-03-25T21:36:37.371Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
290 | 2025-03-25T21:36:37.371Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
291 | 2025-03-25T21:36:37.371Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
292 | 2025-03-25T21:36:38.232Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
293 | 2025-03-25T21:36:38.499Z | Updating crates.io index |
294 | 2025-03-25T21:36:38.503Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
295 | 2025-03-25T21:36:39.003Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
296 | 2025-03-25T21:36:39.222Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
297 | 2025-03-25T21:36:39.459Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
298 | 2025-03-25T21:36:39.708Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
299 | 2025-03-25T21:36:40.706Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
300 | 2025-03-25T21:36:42.532Z | Updating git repository `https://github.com/oxidecomputer/opte` |
301 | 2025-03-25T21:36:43.173Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
302 | 2025-03-25T21:36:44.022Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
303 | 2025-03-25T21:36:44.336Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
304 | 2025-03-25T21:36:44.574Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
305 | 2025-03-25T21:36:45.126Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
306 | 2025-03-25T21:36:45.651Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
307 | 2025-03-25T21:36:46.024Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
308 | 2025-03-25T21:36:46.274Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
309 | 2025-03-25T21:36:46.534Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
310 | 2025-03-25T21:36:46.760Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
311 | 2025-03-25T21:36:47.020Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
312 | 2025-03-25T21:36:47.281Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
313 | 2025-03-25T21:36:47.571Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
314 | 2025-03-25T21:36:47.802Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
315 | 2025-03-25T21:36:48.101Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
316 | 2025-03-25T21:36:48.375Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
317 | 2025-03-25T21:36:48.680Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
318 | 2025-03-25T21:36:49.239Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
319 | 2025-03-25T21:36:49.488Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
320 | 2025-03-25T21:36:49.808Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
321 | 2025-03-25T21:36:50.138Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
322 | 2025-03-25T21:36:50.395Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
323 | 2025-03-25T21:36:50.612Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
324 | 2025-03-25T21:36:50.869Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
325 | 2025-03-25T21:36:52.328Z | Downloading crates ... |
326 | 2025-03-25T21:36:52.458Z | Downloaded zerocopy v0.7.35 |
327 | 2025-03-25T21:36:52.472Z | Downloaded zerocopy-derive v0.7.35 |
328 | 2025-03-25T21:36:52.476Z | Downloaded anstyle-parse v0.2.5 |
329 | 2025-03-25T21:36:52.480Z | Downloaded winnow v0.7.3 |
330 | 2025-03-25T21:36:52.488Z | Downloaded cargo-platform v0.1.8 |
331 | 2025-03-25T21:36:52.493Z | Downloaded camino-tempfile v1.1.1 |
332 | 2025-03-25T21:36:52.493Z | Downloaded bitflags v1.3.2 |
333 | 2025-03-25T21:36:52.497Z | Downloaded anyhow v1.0.97 |
334 | 2025-03-25T21:36:52.498Z | Downloaded camino v1.1.9 |
335 | 2025-03-25T21:36:52.502Z | Downloaded bitflags v2.6.0 |
336 | 2025-03-25T21:36:52.510Z | Downloaded bytecount v0.6.8 |
337 | 2025-03-25T21:36:52.517Z | Downloaded block-buffer v0.10.4 |
338 | 2025-03-25T21:36:52.517Z | Downloaded autocfg v1.4.0 |
339 | 2025-03-25T21:36:52.517Z | Downloaded anstream v0.6.15 |
340 | 2025-03-25T21:36:52.525Z | Downloaded is_terminal_polyfill v1.70.1 |
341 | 2025-03-25T21:36:52.529Z | Downloaded colorchoice v1.0.2 |
342 | 2025-03-25T21:36:52.530Z | Downloaded cargo_metadata v0.19.2 |
343 | 2025-03-25T21:36:52.530Z | Downloaded clap_builder v4.5.32 |
344 | 2025-03-25T21:36:52.535Z | Downloaded pest_generator v2.7.14 |
345 | 2025-03-25T21:36:52.539Z | Downloaded heck v0.5.0 |
346 | 2025-03-25T21:36:52.539Z | Downloaded proc-macro-error v1.0.4 |
347 | 2025-03-25T21:36:52.545Z | Downloaded clap v4.5.32 |
348 | 2025-03-25T21:36:52.561Z | Downloaded pest_meta v2.7.14 |
349 | 2025-03-25T21:36:52.561Z | Downloaded anstyle-query v1.1.1 |
350 | 2025-03-25T21:36:52.561Z | Downloaded digest v0.10.7 |
351 | 2025-03-25T21:36:52.561Z | Downloaded clap_lex v0.7.4 |
352 | 2025-03-25T21:36:52.579Z | Downloaded anstyle v1.0.10 |
353 | 2025-03-25T21:36:52.579Z | Downloaded equivalent v1.0.1 |
354 | 2025-03-25T21:36:52.579Z | Downloaded cpufeatures v0.2.14 |
355 | 2025-03-25T21:36:52.579Z | Downloaded crypto-common v0.1.6 |
356 | 2025-03-25T21:36:52.579Z | Downloaded log v0.4.22 |
357 | 2025-03-25T21:36:52.579Z | Downloaded fnv v1.0.7 |
358 | 2025-03-25T21:36:52.580Z | Downloaded dtrace-parser v0.2.0 |
359 | 2025-03-25T21:36:52.585Z | Downloaded pretty-hex v0.4.1 |
360 | 2025-03-25T21:36:52.586Z | Downloaded generic-array v0.14.7 |
361 | 2025-03-25T21:36:52.586Z | Downloaded cfg-if v1.0.0 |
362 | 2025-03-25T21:36:52.586Z | Downloaded quote v1.0.39 |
363 | 2025-03-25T21:36:52.590Z | Downloaded macaddr v1.0.1 |
364 | 2025-03-25T21:36:52.593Z | Downloaded scroll_derive v0.12.0 |
365 | 2025-03-25T21:36:52.593Z | Downloaded goblin v0.8.2 |
366 | 2025-03-25T21:36:52.597Z | Downloaded heck v0.4.1 |
367 | 2025-03-25T21:36:52.605Z | Downloaded dof v0.3.0 |
368 | 2025-03-25T21:36:52.606Z | Downloaded plain v0.2.3 |
369 | 2025-03-25T21:36:52.606Z | Downloaded fs-err v2.11.0 |
370 | 2025-03-25T21:36:52.611Z | Downloaded usdt-macro v0.5.0 |
371 | 2025-03-25T21:36:52.611Z | Downloaded fastrand v2.1.1 |
372 | 2025-03-25T21:36:52.611Z | Downloaded swrite v0.1.0 |
373 | 2025-03-25T21:36:52.619Z | Downloaded proc-macro-error-attr v1.0.4 |
374 | 2025-03-25T21:36:52.624Z | Downloaded errno v0.3.9 |
375 | 2025-03-25T21:36:52.628Z | Downloaded smawk v0.3.2 |
376 | 2025-03-25T21:36:52.628Z | Downloaded version_check v0.9.5 |
377 | 2025-03-25T21:36:52.629Z | Downloaded utf8parse v0.2.2 |
378 | 2025-03-25T21:36:52.633Z | Downloaded strsim v0.11.1 |
379 | 2025-03-25T21:36:52.633Z | Downloaded serde_spanned v0.6.8 |
380 | 2025-03-25T21:36:52.633Z | Downloaded memmap v0.7.0 |
381 | 2025-03-25T21:36:52.633Z | Downloaded itoa v1.0.11 |
382 | 2025-03-25T21:36:52.637Z | Downloaded pest_derive v2.7.14 |
383 | 2025-03-25T21:36:52.637Z | Downloaded usdt-attr-macro v0.5.0 |
384 | 2025-03-25T21:36:52.641Z | Downloaded terminal_size v0.4.0 |
385 | 2025-03-25T21:36:52.641Z | Downloaded proc-macro2 v1.0.94 |
386 | 2025-03-25T21:36:52.641Z | Downloaded once_cell v1.20.3 |
387 | 2025-03-25T21:36:52.647Z | Downloaded thread-id v4.2.2 |
388 | 2025-03-25T21:36:52.647Z | Downloaded tabled_derive v0.7.0 |
389 | 2025-03-25T21:36:52.647Z | Downloaded serde_tokenstream v0.2.2 |
390 | 2025-03-25T21:36:52.651Z | Downloaded cargo_toml v0.21.0 |
391 | 2025-03-25T21:36:52.651Z | Downloaded byteorder v1.5.0 |
392 | 2025-03-25T21:36:52.651Z | Downloaded memchr v2.7.4 |
393 | 2025-03-25T21:36:52.657Z | Downloaded usdt v0.5.0 |
394 | 2025-03-25T21:36:52.657Z | Downloaded unicode-linebreak v0.1.5 |
395 | 2025-03-25T21:36:52.662Z | Downloaded toml_datetime v0.6.8 |
396 | 2025-03-25T21:36:52.663Z | Downloaded terminal_size v0.2.6 |
397 | 2025-03-25T21:36:52.663Z | Downloaded io-lifetimes v1.0.11 |
398 | 2025-03-25T21:36:52.663Z | Downloaded thiserror-impl v2.0.12 |
399 | 2025-03-25T21:36:52.668Z | Downloaded thiserror-impl v1.0.69 |
400 | 2025-03-25T21:36:52.668Z | Downloaded clap_derive v4.5.32 |
401 | 2025-03-25T21:36:52.676Z | Downloaded thiserror v2.0.12 |
402 | 2025-03-25T21:36:52.687Z | Downloaded usdt-impl v0.5.0 |
403 | 2025-03-25T21:36:52.687Z | Downloaded tempfile v3.13.0 |
404 | 2025-03-25T21:36:52.688Z | Downloaded semver v1.0.25 |
405 | 2025-03-25T21:36:52.692Z | Downloaded thiserror v1.0.69 |
406 | 2025-03-25T21:36:52.696Z | Downloaded papergrid v0.11.0 |
407 | 2025-03-25T21:36:52.700Z | Downloaded sha2 v0.10.8 |
408 | 2025-03-25T21:36:52.701Z | Downloaded scroll v0.12.0 |
409 | 2025-03-25T21:36:52.706Z | Downloaded typenum v1.17.0 |
410 | 2025-03-25T21:36:52.719Z | Downloaded textwrap v0.16.1 |
411 | 2025-03-25T21:36:52.720Z | Downloaded toml v0.8.20 |
412 | 2025-03-25T21:36:52.729Z | Downloaded ryu v1.0.18 |
413 | 2025-03-25T21:36:52.729Z | Downloaded unicode-ident v1.0.14 |
414 | 2025-03-25T21:36:52.755Z | Downloaded ucd-trie v0.1.7 |
415 | 2025-03-25T21:36:52.756Z | Downloaded serde_derive v1.0.218 |
416 | 2025-03-25T21:36:52.769Z | Downloaded indexmap v2.7.1 |
417 | 2025-03-25T21:36:52.769Z | Downloaded serde v1.0.218 |
418 | 2025-03-25T21:36:52.769Z | Downloaded toml_edit v0.22.24 |
419 | 2025-03-25T21:36:52.795Z | Downloaded pest v2.7.14 |
420 | 2025-03-25T21:36:52.795Z | Downloaded hashbrown v0.15.1 |
421 | 2025-03-25T21:36:52.817Z | Downloaded serde_json v1.0.139 |
422 | 2025-03-25T21:36:52.835Z | Downloaded tabled v0.15.0 |
423 | 2025-03-25T21:36:52.847Z | Downloaded syn v1.0.109 |
424 | 2025-03-25T21:36:52.859Z | Downloaded unicode-width v0.1.14 |
425 | 2025-03-25T21:36:52.877Z | Downloaded rustix v0.37.28 |
426 | 2025-03-25T21:36:52.886Z | Downloaded rustix v0.38.37 |
427 | 2025-03-25T21:36:52.898Z | Downloaded syn v2.0.98 |
428 | 2025-03-25T21:36:52.927Z | Downloaded libc v0.2.170 |
429 | 2025-03-25T21:36:53.067Z | Compiling proc-macro2 v1.0.94 |
430 | 2025-03-25T21:36:53.067Z | Compiling unicode-ident v1.0.14 |
431 | 2025-03-25T21:36:53.067Z | Compiling version_check v0.9.5 |
432 | 2025-03-25T21:36:53.072Z | Compiling serde v1.0.218 |
433 | 2025-03-25T21:36:53.073Z | Compiling libc v0.2.170 |
434 | 2025-03-25T21:36:53.073Z | Compiling memchr v2.7.4 |
435 | 2025-03-25T21:36:53.073Z | Compiling thiserror v1.0.69 |
436 | 2025-03-25T21:36:53.104Z | Compiling itoa v1.0.11 |
437 | 2025-03-25T21:36:53.374Z | Compiling ucd-trie v0.1.7 |
438 | 2025-03-25T21:36:53.400Z | Compiling ryu v1.0.18 |
439 | 2025-03-25T21:36:53.813Z | Compiling once_cell v1.20.3 |
440 | 2025-03-25T21:36:53.879Z | Compiling byteorder v1.5.0 |
441 | 2025-03-25T21:36:54.343Z | Compiling rustix v0.38.37 |
442 | 2025-03-25T21:36:54.356Z | Compiling serde_json v1.0.139 |
443 | 2025-03-25T21:36:54.553Z | Compiling bitflags v2.6.0 |
444 | 2025-03-25T21:36:54.622Z | Compiling proc-macro-error-attr v1.0.4 |
445 | 2025-03-25T21:36:54.702Z | Compiling usdt-impl v0.5.0 |
446 | 2025-03-25T21:36:54.789Z | Compiling io-lifetimes v1.0.11 |
447 | 2025-03-25T21:36:54.934Z | Compiling syn v1.0.109 |
448 | 2025-03-25T21:36:55.042Z | Compiling proc-macro-error v1.0.4 |
449 | 2025-03-25T21:36:55.150Z | Compiling hashbrown v0.15.1 |
450 | 2025-03-25T21:36:55.228Z | Compiling camino v1.1.9 |
451 | 2025-03-25T21:36:55.340Z | Compiling quote v1.0.39 |
452 | 2025-03-25T21:36:55.491Z | Compiling errno v0.3.9 |
453 | 2025-03-25T21:36:55.598Z | Compiling thread-id v4.2.2 |
454 | 2025-03-25T21:36:55.746Z | Compiling syn v2.0.98 |
455 | 2025-03-25T21:36:55.751Z | Compiling log v0.4.22 |
456 | 2025-03-25T21:36:55.827Z | Compiling equivalent v1.0.1 |
457 | 2025-03-25T21:36:55.851Z | Compiling rustix v0.37.28 |
458 | 2025-03-25T21:36:55.967Z | Compiling plain v0.2.3 |
459 | 2025-03-25T21:36:55.988Z | Compiling utf8parse v0.2.2 |
460 | 2025-03-25T21:36:56.138Z | Compiling anstyle-parse v0.2.5 |
461 | 2025-03-25T21:36:56.164Z | Compiling indexmap v2.7.1 |
462 | 2025-03-25T21:36:56.503Z | Compiling unicode-width v0.1.14 |
463 | 2025-03-25T21:36:56.795Z | Compiling winnow v0.7.3 |
464 | 2025-03-25T21:36:56.818Z | Compiling anstyle-query v1.1.1 |
465 | 2025-03-25T21:36:56.905Z | Compiling bitflags v1.3.2 |
466 | 2025-03-25T21:36:56.980Z | Compiling autocfg v1.4.0 |
467 | 2025-03-25T21:36:57.002Z | Compiling thiserror v2.0.12 |
468 | 2025-03-25T21:36:57.027Z | Compiling pretty-hex v0.4.1 |
469 | 2025-03-25T21:36:57.262Z | Compiling anstyle v1.0.10 |
470 | 2025-03-25T21:36:57.356Z | Compiling is_terminal_polyfill v1.70.1 |
471 | 2025-03-25T21:36:57.516Z | Compiling semver v1.0.25 |
472 | 2025-03-25T21:36:57.583Z | Compiling colorchoice v1.0.2 |
473 | 2025-03-25T21:36:57.707Z | Compiling terminal_size v0.4.0 |
474 | 2025-03-25T21:36:57.777Z | Compiling anstream v0.6.15 |
475 | 2025-03-25T21:36:57.905Z | Compiling fs-err v2.11.0 |
476 | 2025-03-25T21:36:58.306Z | Compiling clap_lex v0.7.4 |
477 | 2025-03-25T21:36:58.457Z | Compiling heck v0.4.1 |
478 | 2025-03-25T21:36:58.461Z | Compiling strsim v0.11.1 |
479 | 2025-03-25T21:36:58.773Z | Compiling cfg-if v1.0.0 |
480 | 2025-03-25T21:36:58.835Z | Compiling fnv v1.0.7 |
481 | 2025-03-25T21:36:58.892Z | Compiling anyhow v1.0.97 |
482 | 2025-03-25T21:36:58.915Z | Compiling fastrand v2.1.1 |
483 | 2025-03-25T21:36:58.986Z | Compiling heck v0.5.0 |
484 | 2025-03-25T21:36:59.424Z | Compiling bytecount v0.6.8 |
485 | 2025-03-25T21:36:59.473Z | Compiling terminal_size v0.2.6 |
486 | 2025-03-25T21:36:59.499Z | Compiling tempfile v3.13.0 |
487 | 2025-03-25T21:36:59.638Z | Compiling papergrid v0.11.0 |
488 | 2025-03-25T21:36:59.694Z | Compiling clap_builder v4.5.32 |
489 | 2025-03-25T21:36:59.928Z | Compiling memmap v0.7.0 |
490 | 2025-03-25T21:36:59.963Z | Compiling unicode-linebreak v0.1.5 |
491 | 2025-03-25T21:37:00.264Z | Compiling smawk v0.3.2 |
492 | 2025-03-25T21:37:00.494Z | Compiling textwrap v0.16.1 |
493 | 2025-03-25T21:37:00.534Z | Compiling swrite v0.1.0 |
494 | 2025-03-25T21:37:01.140Z | Compiling tabled_derive v0.7.0 |
495 | 2025-03-25T21:37:02.691Z | Compiling tabled v0.15.0 |
496 | 2025-03-25T21:37:02.803Z | Compiling serde_derive v1.0.218 |
497 | 2025-03-25T21:37:02.803Z | Compiling thiserror-impl v1.0.69 |
498 | 2025-03-25T21:37:02.808Z | Compiling zerocopy-derive v0.7.35 |
499 | 2025-03-25T21:37:02.808Z | Compiling scroll_derive v0.12.0 |
500 | 2025-03-25T21:37:02.808Z | Compiling thiserror-impl v2.0.12 |
501 | 2025-03-25T21:37:02.808Z | Compiling clap_derive v4.5.32 |
502 | 2025-03-25T21:37:04.292Z | Compiling scroll v0.12.0 |
503 | 2025-03-25T21:37:04.838Z | Compiling zerocopy v0.7.35 |
504 | 2025-03-25T21:37:04.863Z | Compiling goblin v0.8.2 |
505 | 2025-03-25T21:37:05.979Z | Compiling pest v2.7.14 |
506 | 2025-03-25T21:37:07.205Z | Compiling clap v4.5.32 |
507 | 2025-03-25T21:37:08.244Z | Compiling pest_meta v2.7.14 |
508 | 2025-03-25T21:37:09.264Z | Compiling pest_generator v2.7.14 |
509 | 2025-03-25T21:37:10.543Z | Compiling pest_derive v2.7.14 |
510 | 2025-03-25T21:37:11.178Z | Compiling dtrace-parser v0.2.0 |
511 | 2025-03-25T21:37:12.120Z | Compiling serde_tokenstream v0.2.2 |
512 | 2025-03-25T21:37:12.165Z | Compiling serde_spanned v0.6.8 |
513 | 2025-03-25T21:37:12.165Z | Compiling toml_datetime v0.6.8 |
514 | 2025-03-25T21:37:12.318Z | Compiling cargo-platform v0.1.8 |
515 | 2025-03-25T21:37:12.455Z | Compiling toml_edit v0.22.24 |
516 | 2025-03-25T21:37:12.595Z | Compiling macaddr v1.0.1 |
517 | 2025-03-25T21:37:12.812Z | Compiling camino-tempfile v1.1.1 |
518 | 2025-03-25T21:37:13.542Z | Compiling dof v0.3.0 |
519 | 2025-03-25T21:37:13.744Z | Compiling cargo_metadata v0.19.2 |
520 | 2025-03-25T21:37:14.845Z | Compiling usdt-macro v0.5.0 |
521 | 2025-03-25T21:37:14.845Z | Compiling usdt-attr-macro v0.5.0 |
522 | 2025-03-25T21:37:15.289Z | Compiling toml v0.8.20 |
523 | 2025-03-25T21:37:16.016Z | Compiling usdt v0.5.0 |
524 | 2025-03-25T21:37:16.182Z | Compiling cargo_toml v0.21.0 |
525 | 2025-03-25T21:37:18.885Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
526 | 2025-03-25T21:37:22.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.13s |
527 | 2025-03-25T21:37:22.354Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
528 | 2025-03-25T21:37:22.919Z | Downloading crates ... |
529 | 2025-03-25T21:37:23.073Z | Downloaded hex-literal v0.4.1 |
530 | 2025-03-25T21:37:23.078Z | Downloaded hex v0.4.3 |
531 | 2025-03-25T21:37:23.078Z | Downloaded icu_provider_macros v1.5.0 |
532 | 2025-03-25T21:37:23.093Z | Downloaded iana-time-zone v0.1.61 |
533 | 2025-03-25T21:37:23.097Z | Downloaded httpdate v1.0.3 |
534 | 2025-03-25T21:37:23.097Z | Downloaded hostname v0.4.0 |
535 | 2025-03-25T21:37:23.097Z | Downloaded icu_locid_transform_data v1.5.0 |
536 | 2025-03-25T21:37:23.097Z | Downloaded is-terminal v0.4.13 |
537 | 2025-03-25T21:37:23.097Z | Downloaded indoc v2.0.6 |
538 | 2025-03-25T21:37:23.097Z | Downloaded http-body v1.0.1 |
539 | 2025-03-25T21:37:23.101Z | Downloaded http-range v0.1.5 |
540 | 2025-03-25T21:37:23.101Z | Downloaded heck v0.3.3 |
541 | 2025-03-25T21:37:23.101Z | Downloaded headers-core v0.3.0 |
542 | 2025-03-25T21:37:23.105Z | Downloaded http-body-util v0.1.2 |
543 | 2025-03-25T21:37:23.109Z | Downloaded match_cfg v0.1.0 |
544 | 2025-03-25T21:37:23.117Z | Downloaded jobserver v0.1.32 |
545 | 2025-03-25T21:37:23.124Z | Downloaded hyper-rustls v0.27.3 |
546 | 2025-03-25T21:37:23.129Z | Downloaded lazy_static v1.5.0 |
547 | 2025-03-25T21:37:23.134Z | Downloaded libsw-core v0.3.1 |
548 | 2025-03-25T21:37:23.134Z | Downloaded hostname v0.3.1 |
549 | 2025-03-25T21:37:23.137Z | Downloaded humantime v2.1.0 |
550 | 2025-03-25T21:37:23.137Z | Downloaded kstat-rs v0.2.4 |
551 | 2025-03-25T21:37:23.137Z | Downloaded arc-swap v1.7.1 |
552 | 2025-03-25T21:37:23.141Z | Downloaded memmap2 v0.9.5 |
553 | 2025-03-25T21:37:23.146Z | Downloaded ahash v0.8.11 |
554 | 2025-03-25T21:37:23.149Z | Downloaded md-5 v0.10.6 |
555 | 2025-03-25T21:37:23.149Z | Downloaded hubpack v0.1.2 |
556 | 2025-03-25T21:37:23.154Z | Downloaded aho-corasick v1.1.3 |
557 | 2025-03-25T21:37:23.160Z | Downloaded pretty-hex v0.2.1 |
558 | 2025-03-25T21:37:23.167Z | Downloaded hickory-client v0.24.4 |
559 | 2025-03-25T21:37:23.167Z | Downloaded addr2line v0.24.2 |
560 | 2025-03-25T21:37:23.171Z | Downloaded libloading v0.8.5 |
561 | 2025-03-25T21:37:23.171Z | Downloaded maybe-uninit v2.0.0 |
562 | 2025-03-25T21:37:23.171Z | Downloaded icu_locid v1.5.0 |
563 | 2025-03-25T21:37:23.175Z | Downloaded litrs v0.4.1 |
564 | 2025-03-25T21:37:23.179Z | Downloaded icu_provider v1.5.0 |
565 | 2025-03-25T21:37:23.185Z | Downloaded miniz_oxide v0.8.5 |
566 | 2025-03-25T21:37:23.189Z | Downloaded bcrypt-pbkdf v0.10.0 |
567 | 2025-03-25T21:37:23.193Z | Downloaded impl-trait-for-tuples v0.2.2 |
568 | 2025-03-25T21:37:23.193Z | Downloaded hmac v0.12.1 |
569 | 2025-03-25T21:37:23.197Z | Downloaded bit-set v0.5.3 |
570 | 2025-03-25T21:37:23.200Z | Downloaded ipnetwork v0.21.1 |
571 | 2025-03-25T21:37:23.203Z | Downloaded instability v0.3.2 |
572 | 2025-03-25T21:37:23.206Z | Downloaded hyper-tls v0.6.0 |
573 | 2025-03-25T21:37:23.212Z | Downloaded base64 v0.22.1 |
574 | 2025-03-25T21:37:23.217Z | Downloaded sha1 v0.10.6 |
575 | 2025-03-25T21:37:23.220Z | Downloaded bit-set v0.8.0 |
576 | 2025-03-25T21:37:23.225Z | Downloaded hickory-resolver v0.24.4 |
577 | 2025-03-25T21:37:23.230Z | Downloaded bb8 v0.8.5 |
578 | 2025-03-25T21:37:23.230Z | Downloaded highway v1.3.0 |
579 | 2025-03-25T21:37:23.233Z | Downloaded unicode-segmentation v1.12.0 |
580 | 2025-03-25T21:37:23.237Z | Downloaded bindgen v0.69.5 |
581 | 2025-03-25T21:37:23.243Z | Downloaded scheduled-thread-pool v0.2.7 |
582 | 2025-03-25T21:37:23.247Z | Downloaded buf-list v1.0.3 |
583 | 2025-03-25T21:37:23.250Z | Downloaded keccak v0.1.5 |
584 | 2025-03-25T21:37:23.250Z | Downloaded blake3 v1.5.4 |
585 | 2025-03-25T21:37:23.257Z | Downloaded lru v0.12.5 |
586 | 2025-03-25T21:37:23.263Z | Downloaded serde_plain v1.0.2 |
587 | 2025-03-25T21:37:23.266Z | Downloaded idna v1.0.3 |
588 | 2025-03-25T21:37:23.267Z | Downloaded russh-keys v0.45.0 |
589 | 2025-03-25T21:37:23.270Z | Downloaded sec1 v0.7.3 |
590 | 2025-03-25T21:37:23.273Z | Downloaded lock_api v0.4.12 |
591 | 2025-03-25T21:37:23.277Z | Downloaded proc-macro-crate v1.3.1 |
592 | 2025-03-25T21:37:23.277Z | Downloaded castaway v0.2.3 |
593 | 2025-03-25T21:37:23.280Z | Downloaded bitfield v0.14.0 |
594 | 2025-03-25T21:37:23.280Z | Downloaded indicatif v0.17.11 |
595 | 2025-03-25T21:37:23.284Z | Downloaded itertools v0.12.1 |
596 | 2025-03-25T21:37:23.293Z | Downloaded headers v0.4.0 |
597 | 2025-03-25T21:37:23.300Z | Downloaded itertools v0.14.0 |
598 | 2025-03-25T21:37:23.311Z | Downloaded yasna v0.5.2 |
599 | 2025-03-25T21:37:23.315Z | Downloaded tokio-tungstenite v0.23.1 |
600 | 2025-03-25T21:37:23.315Z | Downloaded tokio-tungstenite v0.21.0 |
601 | 2025-03-25T21:37:23.320Z | Downloaded blake2 v0.10.6 |
602 | 2025-03-25T21:37:23.320Z | Downloaded cancel-safe-futures v0.1.5 |
603 | 2025-03-25T21:37:23.326Z | Downloaded snafu v0.8.5 |
604 | 2025-03-25T21:37:23.336Z | Downloaded cstr-argument v0.1.2 |
605 | 2025-03-25T21:37:23.342Z | Downloaded crucible-workspace-hack v0.1.0 |
606 | 2025-03-25T21:37:23.342Z | Downloaded ciborium-ll v0.2.2 |
607 | 2025-03-25T21:37:23.346Z | Downloaded lockfree-object-pool v0.1.6 |
608 | 2025-03-25T21:37:23.346Z | Downloaded fxhash v0.2.1 |
609 | 2025-03-25T21:37:23.353Z | Downloaded crunchy v0.2.2 |
610 | 2025-03-25T21:37:23.353Z | Downloaded const_format_proc_macros v0.2.34 |
611 | 2025-03-25T21:37:23.356Z | Downloaded crossbeam-deque v0.8.5 |
612 | 2025-03-25T21:37:23.356Z | Downloaded libefi-sys v0.1.0 |
613 | 2025-03-25T21:37:23.356Z | Downloaded arrayref v0.3.9 |
614 | 2025-03-25T21:37:23.356Z | Downloaded convert_case v0.4.0 |
615 | 2025-03-25T21:37:23.359Z | Downloaded constant_time_eq v0.3.1 |
616 | 2025-03-25T21:37:23.359Z | Downloaded aes v0.8.4 |
617 | 2025-03-25T21:37:23.364Z | Downloaded libxml v0.3.3 |
618 | 2025-03-25T21:37:23.370Z | Downloaded futures-task v0.3.31 |
619 | 2025-03-25T21:37:23.373Z | Downloaded newline-converter v0.3.0 |
620 | 2025-03-25T21:37:23.377Z | Downloaded cookie_store v0.21.1 |
621 | 2025-03-25T21:37:23.377Z | Downloaded async-stream v0.3.6 |
622 | 2025-03-25T21:37:23.380Z | Downloaded async-recursion v1.1.1 |
623 | 2025-03-25T21:37:23.384Z | Downloaded lalrpop v0.19.12 |
624 | 2025-03-25T21:37:23.397Z | Downloaded rustc-demangle v0.1.24 |
625 | 2025-03-25T21:37:23.401Z | Downloaded ascii-canvas v3.0.0 |
626 | 2025-03-25T21:37:23.401Z | Downloaded http v1.2.0 |
627 | 2025-03-25T21:37:23.404Z | Downloaded crc32fast v1.4.2 |
628 | 2025-03-25T21:37:23.408Z | Downloaded cipher v0.4.4 |
629 | 2025-03-25T21:37:23.412Z | Downloaded base16ct v0.2.0 |
630 | 2025-03-25T21:37:23.412Z | Downloaded sigpipe v0.1.3 |
631 | 2025-03-25T21:37:23.412Z | Downloaded reqwest v0.12.12 |
632 | 2025-03-25T21:37:23.432Z | Downloaded num-iter v0.1.45 |
633 | 2025-03-25T21:37:23.436Z | Downloaded home v0.5.9 |
634 | 2025-03-25T21:37:23.436Z | Downloaded hickory-server v0.24.4 |
635 | 2025-03-25T21:37:23.440Z | Downloaded crossbeam-epoch v0.9.18 |
636 | 2025-03-25T21:37:23.443Z | Downloaded mime v0.3.17 |
637 | 2025-03-25T21:37:23.447Z | Downloaded lazycell v1.3.0 |
638 | 2025-03-25T21:37:23.447Z | Downloaded num-rational v0.4.2 |
639 | 2025-03-25T21:37:23.452Z | Downloaded aes-gcm v0.10.3 |
640 | 2025-03-25T21:37:23.458Z | Downloaded crc-any v2.5.0 |
641 | 2025-03-25T21:37:23.458Z | Downloaded predicates-tree v1.0.11 |
642 | 2025-03-25T21:37:23.461Z | Downloaded phf_shared v0.11.2 |
643 | 2025-03-25T21:37:23.461Z | Downloaded colored v2.2.0 |
644 | 2025-03-25T21:37:23.461Z | Downloaded argon2 v0.5.3 |
645 | 2025-03-25T21:37:23.465Z | Downloaded crossbeam-utils v0.8.20 |
646 | 2025-03-25T21:37:23.469Z | Downloaded password-hash v0.5.0 |
647 | 2025-03-25T21:37:23.469Z | Downloaded litemap v0.7.3 |
648 | 2025-03-25T21:37:23.472Z | Downloaded ipnet v2.11.0 |
649 | 2025-03-25T21:37:23.472Z | Downloaded icu_normalizer_data v1.5.0 |
650 | 2025-03-25T21:37:23.477Z | Downloaded dsl_auto_type v0.1.2 |
651 | 2025-03-25T21:37:23.477Z | Downloaded const-oid v0.9.6 |
652 | 2025-03-25T21:37:23.481Z | Downloaded crypto-bigint v0.5.5 |
653 | 2025-03-25T21:37:23.489Z | Downloaded password-hash v0.4.2 |
654 | 2025-03-25T21:37:23.492Z | Downloaded heapless v0.8.0 |
655 | 2025-03-25T21:37:23.492Z | Downloaded compact_str v0.8.0 |
656 | 2025-03-25T21:37:23.496Z | Downloaded scrypt v0.11.0 |
657 | 2025-03-25T21:37:23.499Z | Downloaded schemars_derive v0.8.22 |
658 | 2025-03-25T21:37:23.503Z | Downloaded rustc-hash v1.1.0 |
659 | 2025-03-25T21:37:23.503Z | Downloaded quick-xml v0.37.2 |
660 | 2025-03-25T21:37:23.508Z | Downloaded tls_codec v0.4.1 |
661 | 2025-03-25T21:37:23.512Z | Downloaded rcgen v0.12.1 |
662 | 2025-03-25T21:37:23.515Z | Downloaded typify-macro v0.3.0 |
663 | 2025-03-25T21:37:23.515Z | Downloaded tls_codec_derive v0.4.1 |
664 | 2025-03-25T21:37:23.521Z | Downloaded hyper-staticfile v0.10.1 |
665 | 2025-03-25T21:37:23.524Z | Downloaded crossterm v0.28.1 |
666 | 2025-03-25T21:37:23.528Z | Downloaded displaydoc v0.2.5 |
667 | 2025-03-25T21:37:23.531Z | Downloaded untrusted v0.7.1 |
668 | 2025-03-25T21:37:23.531Z | Downloaded num_enum v0.5.11 |
669 | 2025-03-25T21:37:23.536Z | Downloaded tui-tree-widget v0.23.0 |
670 | 2025-03-25T21:37:23.540Z | Downloaded structmeta-derive v0.3.0 |
671 | 2025-03-25T21:37:23.540Z | Downloaded rand_chacha v0.3.1 |
672 | 2025-03-25T21:37:23.543Z | Downloaded slog-json v2.6.1 |
673 | 2025-03-25T21:37:23.543Z | Downloaded quick-error v1.2.3 |
674 | 2025-03-25T21:37:23.548Z | Downloaded icu_normalizer v1.5.0 |
675 | 2025-03-25T21:37:23.551Z | Downloaded futures-sink v0.3.31 |
676 | 2025-03-25T21:37:23.551Z | Downloaded sct v0.7.1 |
677 | 2025-03-25T21:37:23.556Z | Downloaded pin-project-lite v0.2.14 |
678 | 2025-03-25T21:37:23.559Z | Downloaded icu_properties v1.5.1 |
679 | 2025-03-25T21:37:23.562Z | Downloaded peg v0.8.5 |
680 | 2025-03-25T21:37:23.567Z | Downloaded strum v0.26.3 |
681 | 2025-03-25T21:37:23.570Z | Downloaded thiserror-impl-no-std v2.0.2 |
682 | 2025-03-25T21:37:23.570Z | Downloaded aws-lc-rs v1.12.4 |
683 | 2025-03-25T21:37:23.580Z | Downloaded indent_write v2.2.0 |
684 | 2025-03-25T21:37:23.583Z | Downloaded synstructure v0.13.1 |
685 | 2025-03-25T21:37:23.583Z | Downloaded bindgen v0.71.1 |
686 | 2025-03-25T21:37:23.592Z | Downloaded num-derive v0.4.2 |
687 | 2025-03-25T21:37:23.596Z | Downloaded memoffset v0.9.1 |
688 | 2025-03-25T21:37:23.596Z | Downloaded wyz v0.5.1 |
689 | 2025-03-25T21:37:23.600Z | Downloaded slog-envlogger v2.2.0 |
690 | 2025-03-25T21:37:23.600Z | Downloaded unsafe-libyaml v0.2.11 |
691 | 2025-03-25T21:37:23.603Z | Downloaded bstr v1.10.0 |
692 | 2025-03-25T21:37:23.617Z | Downloaded termtree v0.4.1 |
693 | 2025-03-25T21:37:23.620Z | Downloaded sqlparser_derive v0.2.2 |
694 | 2025-03-25T21:37:23.620Z | Downloaded spki v0.7.3 |
695 | 2025-03-25T21:37:23.621Z | Downloaded yoke v0.7.4 |
696 | 2025-03-25T21:37:23.621Z | Downloaded try-lock v0.2.5 |
697 | 2025-03-25T21:37:23.624Z | Downloaded rustls-pki-types v1.10.0 |
698 | 2025-03-25T21:37:23.624Z | Downloaded hyper v1.6.0 |
699 | 2025-03-25T21:37:23.633Z | Downloaded unicode-width v0.2.0 |
700 | 2025-03-25T21:37:23.639Z | Downloaded serde_path_to_error v0.1.16 |
701 | 2025-03-25T21:37:23.642Z | Downloaded topological-sort v0.2.2 |
702 | 2025-03-25T21:37:23.642Z | Downloaded termtree v0.5.1 |
703 | 2025-03-25T21:37:23.647Z | Downloaded serde_derive_internals v0.29.1 |
704 | 2025-03-25T21:37:23.647Z | Downloaded foreign-types-shared v0.1.1 |
705 | 2025-03-25T21:37:23.650Z | Downloaded zerofrom-derive v0.1.4 |
706 | 2025-03-25T21:37:23.650Z | Downloaded supports-color v3.0.2 |
707 | 2025-03-25T21:37:23.650Z | Downloaded tungstenite v0.23.0 |
708 | 2025-03-25T21:37:23.654Z | Downloaded chrono-tz v0.10.1 |
709 | 2025-03-25T21:37:23.660Z | Downloaded managed v0.8.0 |
710 | 2025-03-25T21:37:23.663Z | Downloaded ctr v0.9.2 |
711 | 2025-03-25T21:37:23.668Z | Downloaded tower-service v0.3.3 |
712 | 2025-03-25T21:37:23.668Z | Downloaded instant v0.1.13 |
713 | 2025-03-25T21:37:23.668Z | Downloaded dunce v1.0.5 |
714 | 2025-03-25T21:37:23.672Z | Downloaded downcast v0.11.0 |
715 | 2025-03-25T21:37:23.672Z | Downloaded is_ci v1.2.0 |
716 | 2025-03-25T21:37:23.672Z | Downloaded futures v0.3.31 |
717 | 2025-03-25T21:37:23.679Z | Downloaded strum_macros v0.26.4 |
718 | 2025-03-25T21:37:23.683Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
719 | 2025-03-25T21:37:23.693Z | Downloaded defmt v0.3.8 |
720 | 2025-03-25T21:37:23.696Z | Downloaded utf16_iter v1.0.5 |
721 | 2025-03-25T21:37:23.701Z | Downloaded httparse v1.9.5 |
722 | 2025-03-25T21:37:23.705Z | Downloaded whoami v1.5.2 |
723 | 2025-03-25T21:37:23.705Z | Downloaded utf8_iter v1.0.4 |
724 | 2025-03-25T21:37:23.705Z | Downloaded utf-8 v0.7.6 |
725 | 2025-03-25T21:37:23.709Z | Downloaded tokio-postgres v0.7.13 |
726 | 2025-03-25T21:37:23.712Z | Downloaded proptest v1.6.0 |
727 | 2025-03-25T21:37:23.722Z | Downloaded term v0.7.0 |
728 | 2025-03-25T21:37:23.725Z | Downloaded debug-ignore v1.0.5 |
729 | 2025-03-25T21:37:23.728Z | Downloaded waitgroup v0.1.2 |
730 | 2025-03-25T21:37:23.728Z | Downloaded sled v0.34.7 |
731 | 2025-03-25T21:37:23.741Z | Downloaded tokio-macros v2.5.0 |
732 | 2025-03-25T21:37:23.744Z | Downloaded flagset v0.4.6 |
733 | 2025-03-25T21:37:23.744Z | Downloaded peg-runtime v0.8.5 |
734 | 2025-03-25T21:37:23.744Z | Downloaded nibble_vec v0.1.0 |
735 | 2025-03-25T21:37:23.747Z | Downloaded oxnet v0.1.1 |
736 | 2025-03-25T21:37:23.750Z | Downloaded new_debug_unreachable v1.0.6 |
737 | 2025-03-25T21:37:23.750Z | Downloaded embedded-io v0.6.1 |
738 | 2025-03-25T21:37:23.750Z | Downloaded des v0.8.1 |
739 | 2025-03-25T21:37:23.754Z | Downloaded ena v0.14.3 |
740 | 2025-03-25T21:37:23.757Z | Downloaded derive_more v0.99.19 |
741 | 2025-03-25T21:37:23.760Z | Downloaded nanorand v0.7.0 |
742 | 2025-03-25T21:37:23.764Z | Downloaded zone_cfg_derive v0.1.2 |
743 | 2025-03-25T21:37:23.768Z | Downloaded curve25519-dalek-derive v0.1.1 |
744 | 2025-03-25T21:37:23.768Z | Downloaded p384 v0.13.0 |
745 | 2025-03-25T21:37:23.772Z | Downloaded pin-utils v0.1.0 |
746 | 2025-03-25T21:37:23.775Z | Downloaded native-tls v0.2.12 |
747 | 2025-03-25T21:37:23.778Z | Downloaded parse-size v1.1.0 |
748 | 2025-03-25T21:37:23.778Z | Downloaded parse-display-derive v0.10.0 |
749 | 2025-03-25T21:37:23.782Z | Downloaded papergrid v0.14.0 |
750 | 2025-03-25T21:37:23.785Z | Downloaded phf_shared v0.10.0 |
751 | 2025-03-25T21:37:23.789Z | Downloaded owo-colors v4.2.0 |
752 | 2025-03-25T21:37:23.789Z | Downloaded twox-hash v2.1.0 |
753 | 2025-03-25T21:37:23.792Z | Downloaded precomputed-hash v0.1.1 |
754 | 2025-03-25T21:37:23.792Z | Downloaded predicates v3.1.3 |
755 | 2025-03-25T21:37:23.796Z | Downloaded tower-layer v0.3.3 |
756 | 2025-03-25T21:37:23.803Z | Downloaded dropshot_endpoint v0.16.0 |
757 | 2025-03-25T21:37:23.803Z | Downloaded pin-project-internal v1.1.6 |
758 | 2025-03-25T21:37:23.807Z | Downloaded num-conv v0.1.0 |
759 | 2025-03-25T21:37:23.807Z | Downloaded packed_struct_codegen v0.10.1 |
760 | 2025-03-25T21:37:23.807Z | Downloaded scopeguard v1.2.0 |
761 | 2025-03-25T21:37:23.807Z | Downloaded tabled_derive v0.10.0 |
762 | 2025-03-25T21:37:23.811Z | Downloaded ghash v0.5.1 |
763 | 2025-03-25T21:37:23.811Z | Downloaded pin-project v1.1.6 |
764 | 2025-03-25T21:37:23.821Z | Downloaded ssh-encoding v0.2.0 |
765 | 2025-03-25T21:37:23.824Z | Downloaded zerofrom v0.1.4 |
766 | 2025-03-25T21:37:23.824Z | Downloaded signal-hook-mio v0.2.4 |
767 | 2025-03-25T21:37:23.828Z | Downloaded smf v0.2.3 |
768 | 2025-03-25T21:37:23.832Z | Downloaded which v4.4.2 |
769 | 2025-03-25T21:37:23.832Z | Downloaded deranged v0.3.11 |
770 | 2025-03-25T21:37:23.832Z | Downloaded untrusted v0.9.0 |
771 | 2025-03-25T21:37:23.835Z | Downloaded parse-zoneinfo v0.3.1 |
772 | 2025-03-25T21:37:23.838Z | Downloaded strum_macros v0.25.3 |
773 | 2025-03-25T21:37:23.838Z | Downloaded phf_codegen v0.11.2 |
774 | 2025-03-25T21:37:23.841Z | Downloaded unarray v0.1.4 |
775 | 2025-03-25T21:37:23.841Z | Downloaded path-slash v0.1.5 |
776 | 2025-03-25T21:37:23.845Z | Downloaded time-core v0.1.2 |
777 | 2025-03-25T21:37:23.845Z | Downloaded quinn v0.11.5 |
778 | 2025-03-25T21:37:23.848Z | Downloaded slog-term v2.9.1 |
779 | 2025-03-25T21:37:23.852Z | Downloaded normalize-line-endings v0.3.0 |
780 | 2025-03-25T21:37:23.852Z | Downloaded signal-hook v0.3.17 |
781 | 2025-03-25T21:37:23.855Z | Downloaded smallvec v0.6.14 |
782 | 2025-03-25T21:37:23.858Z | Downloaded rustc-hash v2.1.1 |
783 | 2025-03-25T21:37:23.858Z | Downloaded strip-ansi-escapes v0.2.0 |
784 | 2025-03-25T21:37:23.862Z | Downloaded futures-util v0.3.31 |
785 | 2025-03-25T21:37:23.872Z | Downloaded serde_urlencoded v0.7.1 |
786 | 2025-03-25T21:37:23.876Z | Downloaded structmeta v0.3.0 |
787 | 2025-03-25T21:37:23.876Z | Downloaded publicsuffix v2.3.0 |
788 | 2025-03-25T21:37:23.879Z | Downloaded semver v0.1.20 |
789 | 2025-03-25T21:37:23.882Z | Downloaded stringprep v0.1.5 |
790 | 2025-03-25T21:37:23.882Z | Downloaded zone v0.1.8 |
791 | 2025-03-25T21:37:23.886Z | Downloaded tokio-stream v0.1.17 |
792 | 2025-03-25T21:37:23.889Z | Downloaded uzers v0.12.1 |
793 | 2025-03-25T21:37:23.892Z | Downloaded rayon-core v1.12.1 |
794 | 2025-03-25T21:37:23.896Z | Downloaded time-macros v0.2.18 |
795 | 2025-03-25T21:37:23.903Z | Downloaded static_assertions v1.1.0 |
796 | 2025-03-25T21:37:23.907Z | Downloaded minimal-lexical v0.2.1 |
797 | 2025-03-25T21:37:23.907Z | Downloaded take_mut v0.2.2 |
798 | 2025-03-25T21:37:23.911Z | Downloaded mockall v0.13.1 |
799 | 2025-03-25T21:37:23.911Z | Downloaded num-complex v0.4.6 |
800 | 2025-03-25T21:37:23.914Z | Downloaded nodrop v0.1.14 |
801 | 2025-03-25T21:37:23.915Z | Downloaded termios v0.3.3 |
802 | 2025-03-25T21:37:23.918Z | Downloaded diesel_derives v2.2.3 |
803 | 2025-03-25T21:37:23.921Z | Downloaded siphasher v0.3.11 |
804 | 2025-03-25T21:37:23.925Z | Downloaded opaque-debug v0.3.1 |
805 | 2025-03-25T21:37:23.925Z | Downloaded number_prefix v0.4.0 |
806 | 2025-03-25T21:37:23.925Z | Downloaded progenitor-impl v0.8.0 |
807 | 2025-03-25T21:37:23.928Z | Downloaded subtle v2.6.1 |
808 | 2025-03-25T21:37:23.931Z | Downloaded proc-macro-error2 v2.0.1 |
809 | 2025-03-25T21:37:23.935Z | Downloaded russh-cryptovec v0.7.3 |
810 | 2025-03-25T21:37:23.935Z | Downloaded serde-big-array v0.5.1 |
811 | 2025-03-25T21:37:23.938Z | Downloaded foreign-types-shared v0.3.1 |
812 | 2025-03-25T21:37:23.938Z | Downloaded env_logger v0.10.2 |
813 | 2025-03-25T21:37:23.941Z | Downloaded rustc_version v0.1.7 |
814 | 2025-03-25T21:37:23.945Z | Downloaded daft v0.1.2 |
815 | 2025-03-25T21:37:23.945Z | Downloaded newtype-uuid v1.2.1 |
816 | 2025-03-25T21:37:23.949Z | Downloaded unicode-properties v0.1.3 |
817 | 2025-03-25T21:37:23.949Z | Downloaded funty v2.0.0 |
818 | 2025-03-25T21:37:23.952Z | Downloaded uuid v1.15.1 |
819 | 2025-03-25T21:37:23.957Z | Downloaded tracing-attributes v0.1.27 |
820 | 2025-03-25T21:37:23.960Z | Downloaded r2d2 v0.8.10 |
821 | 2025-03-25T21:37:23.960Z | Downloaded yoke-derive v0.7.4 |
822 | 2025-03-25T21:37:23.960Z | Downloaded slog-bunyan v2.5.0 |
823 | 2025-03-25T21:37:23.964Z | Downloaded slog-async v2.8.0 |
824 | 2025-03-25T21:37:23.964Z | Downloaded thiserror-no-std v2.0.2 |
825 | 2025-03-25T21:37:23.967Z | Downloaded multer v3.1.0 |
826 | 2025-03-25T21:37:23.974Z | Downloaded zone v0.3.0 |
827 | 2025-03-25T21:37:23.977Z | Downloaded getrandom v0.3.1 |
828 | 2025-03-25T21:37:23.977Z | Downloaded powerfmt v0.2.0 |
829 | 2025-03-25T21:37:23.977Z | Downloaded zerocopy v0.6.6 |
830 | 2025-03-25T21:37:23.980Z | Downloaded nu-ansi-term v0.50.1 |
831 | 2025-03-25T21:37:23.984Z | Downloaded zone_cfg_derive v0.3.0 |
832 | 2025-03-25T21:37:23.984Z | Downloaded newtype_derive v0.1.6 |
833 | 2025-03-25T21:37:23.987Z | Downloaded postgres-protocol v0.6.8 |
834 | 2025-03-25T21:37:23.987Z | Downloaded foreign-types v0.5.0 |
835 | 2025-03-25T21:37:23.991Z | Downloaded either v1.14.0 |
836 | 2025-03-25T21:37:23.991Z | Downloaded mockall_derive v0.13.1 |
837 | 2025-03-25T21:37:23.997Z | Downloaded flume v0.11.1 |
838 | 2025-03-25T21:37:24.001Z | Downloaded rtoolbox v0.0.2 |
839 | 2025-03-25T21:37:24.001Z | Downloaded olpc-cjson v0.1.4 |
840 | 2025-03-25T21:37:24.001Z | Downloaded form_urlencoded v1.2.1 |
841 | 2025-03-25T21:37:24.004Z | Downloaded diesel-dtrace v0.4.2 |
842 | 2025-03-25T21:37:24.004Z | Downloaded oso-derive v0.27.3 |
843 | 2025-03-25T21:37:24.004Z | Downloaded url v2.5.3 |
844 | 2025-03-25T21:37:24.007Z | Downloaded unicode-bidi v0.3.17 |
845 | 2025-03-25T21:37:24.011Z | Downloaded tinyvec_macros v0.1.1 |
846 | 2025-03-25T21:37:24.011Z | Downloaded group v0.13.0 |
847 | 2025-03-25T21:37:24.014Z | Downloaded signal-hook-tokio v0.3.1 |
848 | 2025-03-25T21:37:24.014Z | Downloaded pkcs1 v0.7.5 |
849 | 2025-03-25T21:37:24.017Z | Downloaded quinn-udp v0.5.5 |
850 | 2025-03-25T21:37:24.021Z | Downloaded sync_wrapper v1.0.1 |
851 | 2025-03-25T21:37:24.022Z | Downloaded spin v0.9.8 |
852 | 2025-03-25T21:37:24.027Z | Downloaded fatfs v0.3.6 |
853 | 2025-03-25T21:37:24.030Z | Downloaded hashbrown v0.12.3 |
854 | 2025-03-25T21:37:24.030Z | Downloaded serde-hex v0.1.0 |
855 | 2025-03-25T21:37:24.034Z | Downloaded toolchain_find v0.4.0 |
856 | 2025-03-25T21:37:24.037Z | Downloaded secrecy v0.8.0 |
857 | 2025-03-25T21:37:24.037Z | Downloaded defmt-macros v0.3.9 |
858 | 2025-03-25T21:37:24.040Z | Downloaded ref-cast v1.0.23 |
859 | 2025-03-25T21:37:24.043Z | Downloaded tar v0.4.44 |
860 | 2025-03-25T21:37:24.047Z | Downloaded rand_xorshift v0.3.0 |
861 | 2025-03-25T21:37:24.047Z | Downloaded progenitor-macro v0.8.0 |
862 | 2025-03-25T21:37:24.051Z | Downloaded futures-core v0.3.31 |
863 | 2025-03-25T21:37:24.051Z | Downloaded derive_builder_core v0.20.2 |
864 | 2025-03-25T21:37:24.054Z | Downloaded progenitor v0.8.0 |
865 | 2025-03-25T21:37:24.054Z | Downloaded fd-lock v4.0.2 |
866 | 2025-03-25T21:37:24.057Z | Downloaded rustc_version v0.4.1 |
867 | 2025-03-25T21:37:24.057Z | Downloaded postcard v1.0.10 |
868 | 2025-03-25T21:37:24.061Z | Downloaded fixedbitset v0.5.7 |
869 | 2025-03-25T21:37:24.064Z | Downloaded ed25519-dalek v2.1.1 |
870 | 2025-03-25T21:37:24.069Z | Downloaded foreign-types v0.3.2 |
871 | 2025-03-25T21:37:24.069Z | Downloaded phf v0.11.2 |
872 | 2025-03-25T21:37:24.072Z | Downloaded rand_chacha v0.9.0 |
873 | 2025-03-25T21:37:24.072Z | Downloaded reedline v0.38.0 |
874 | 2025-03-25T21:37:24.078Z | Downloaded rusty-fork v0.3.0 |
875 | 2025-03-25T21:37:24.081Z | Downloaded unicode-normalization v0.1.24 |
876 | 2025-03-25T21:37:24.085Z | Downloaded float-ord v0.3.2 |
877 | 2025-03-25T21:37:24.088Z | Downloaded derive-where v1.2.7 |
878 | 2025-03-25T21:37:24.092Z | Downloaded display-error-chain v0.2.2 |
879 | 2025-03-25T21:37:24.092Z | Downloaded elliptic-curve v0.13.8 |
880 | 2025-03-25T21:37:24.096Z | Downloaded typify v0.2.0 |
881 | 2025-03-25T21:37:24.100Z | Downloaded paste v1.0.15 |
882 | 2025-03-25T21:37:24.103Z | Downloaded num_threads v0.1.7 |
883 | 2025-03-25T21:37:24.107Z | Downloaded float-cmp v0.10.0 |
884 | 2025-03-25T21:37:24.107Z | Downloaded dropshot_endpoint v0.12.0 |
885 | 2025-03-25T21:37:24.110Z | Downloaded rand v0.8.5 |
886 | 2025-03-25T21:37:24.113Z | Downloaded radium v0.7.0 |
887 | 2025-03-25T21:37:24.117Z | Downloaded darling_macro v0.20.10 |
888 | 2025-03-25T21:37:24.117Z | Downloaded proc-macro-error-attr2 v2.0.0 |
889 | 2025-03-25T21:37:24.117Z | Downloaded progenitor-macro v0.9.1 |
890 | 2025-03-25T21:37:24.120Z | Downloaded walkdir v2.5.0 |
891 | 2025-03-25T21:37:24.120Z | Downloaded vte_generate_state_changes v0.1.2 |
892 | 2025-03-25T21:37:24.120Z | Downloaded sync-ptr v0.1.1 |
893 | 2025-03-25T21:37:24.123Z | Downloaded slog-scope v4.4.0 |
894 | 2025-03-25T21:37:24.123Z | Downloaded tap v1.0.1 |
895 | 2025-03-25T21:37:24.126Z | Downloaded ssh-cipher v0.2.0 |
896 | 2025-03-25T21:37:24.126Z | Downloaded futures-macro v0.3.31 |
897 | 2025-03-25T21:37:24.127Z | Downloaded rustfmt-wrapper v0.2.1 |
898 | 2025-03-25T21:37:24.130Z | Downloaded zopfli v0.8.1 |
899 | 2025-03-25T21:37:24.133Z | Downloaded pkcs8 v0.10.2 |
900 | 2025-03-25T21:37:24.137Z | Downloaded enum-as-inner v0.6.1 |
901 | 2025-03-25T21:37:24.137Z | Downloaded omicron-zone-package v0.12.0 |
902 | 2025-03-25T21:37:24.140Z | Downloaded write16 v1.0.0 |
903 | 2025-03-25T21:37:24.140Z | Downloaded diesel_table_macro_syntax v0.2.0 |
904 | 2025-03-25T21:37:24.144Z | Downloaded tokio-native-tls v0.3.1 |
905 | 2025-03-25T21:37:24.144Z | Downloaded serde_repr v0.1.19 |
906 | 2025-03-25T21:37:24.147Z | Downloaded hash32 v0.3.1 |
907 | 2025-03-25T21:37:24.150Z | Downloaded tinystr v0.7.6 |
908 | 2025-03-25T21:37:24.150Z | Downloaded futures-io v0.3.31 |
909 | 2025-03-25T21:37:24.153Z | Downloaded num v0.4.3 |
910 | 2025-03-25T21:37:24.153Z | Downloaded zerovec-derive v0.10.3 |
911 | 2025-03-25T21:37:24.153Z | Downloaded ron v0.7.1 |
912 | 2025-03-25T21:37:24.159Z | Downloaded wait-timeout v0.2.0 |
913 | 2025-03-25T21:37:24.162Z | Downloaded tungstenite v0.21.0 |
914 | 2025-03-25T21:37:24.165Z | Downloaded data-encoding v2.6.0 |
915 | 2025-03-25T21:37:24.169Z | Downloaded foreign-types-macros v0.2.3 |
916 | 2025-03-25T21:37:24.169Z | Downloaded itertools v0.10.5 |
917 | 2025-03-25T21:37:24.173Z | Downloaded fallible-iterator v0.2.0 |
918 | 2025-03-25T21:37:24.177Z | Downloaded ed25519 v2.2.3 |
919 | 2025-03-25T21:37:24.177Z | Downloaded openssl-probe v0.1.5 |
920 | 2025-03-25T21:37:24.180Z | Downloaded xattr v1.3.1 |
921 | 2025-03-25T21:37:24.180Z | Downloaded openssl-macros v0.1.1 |
922 | 2025-03-25T21:37:24.183Z | Downloaded dyn-clone v1.0.19 |
923 | 2025-03-25T21:37:24.183Z | Downloaded difflib v0.4.0 |
924 | 2025-03-25T21:37:24.187Z | Downloaded pkcs5 v0.7.1 |
925 | 2025-03-25T21:37:24.190Z | Downloaded pkg-config v0.3.31 |
926 | 2025-03-25T21:37:24.190Z | Downloaded xz2 v0.1.7 |
927 | 2025-03-25T21:37:24.193Z | Downloaded vte v0.11.1 |
928 | 2025-03-25T21:37:24.196Z | Downloaded value-bag v1.9.0 |
929 | 2025-03-25T21:37:24.200Z | Downloaded futures-executor v0.3.31 |
930 | 2025-03-25T21:37:24.200Z | Downloaded vsss-rs v3.3.4 |
931 | 2025-03-25T21:37:24.203Z | Downloaded zerocopy-derive v0.8.10 |
932 | 2025-03-25T21:37:24.208Z | Downloaded want v0.3.1 |
933 | 2025-03-25T21:37:24.211Z | Downloaded derive_builder_macro v0.20.2 |
934 | 2025-03-25T21:37:24.211Z | Downloaded primeorder v0.13.6 |
935 | 2025-03-25T21:37:24.214Z | Downloaded typify v0.3.0 |
936 | 2025-03-25T21:37:24.218Z | Downloaded fragile v2.0.0 |
937 | 2025-03-25T21:37:24.218Z | Downloaded der v0.7.9 |
938 | 2025-03-25T21:37:24.223Z | Downloaded same-file v1.0.6 |
939 | 2025-03-25T21:37:24.226Z | Downloaded dirs-next v2.0.0 |
940 | 2025-03-25T21:37:24.226Z | Downloaded futures-channel v0.3.31 |
941 | 2025-03-25T21:37:24.230Z | Downloaded ecdsa v0.16.9 |
942 | 2025-03-25T21:37:24.233Z | Downloaded peg-macros v0.8.5 |
943 | 2025-03-25T21:37:24.233Z | Downloaded regex-syntax v0.6.29 |
944 | 2025-03-25T21:37:24.240Z | Downloaded percent-encoding v2.3.1 |
945 | 2025-03-25T21:37:24.243Z | Downloaded globset v0.4.15 |
946 | 2025-03-25T21:37:24.243Z | Downloaded rustversion v1.0.17 |
947 | 2025-03-25T21:37:24.247Z | Downloaded rayon v1.10.0 |
948 | 2025-03-25T21:37:24.255Z | Downloaded rustls-pemfile v2.2.0 |
949 | 2025-03-25T21:37:24.259Z | Downloaded portable-atomic v1.9.0 |
950 | 2025-03-25T21:37:24.266Z | Downloaded ppv-lite86 v0.2.20 |
951 | 2025-03-25T21:37:24.269Z | Downloaded signature v2.2.0 |
952 | 2025-03-25T21:37:24.269Z | Downloaded packed_struct v0.10.1 |
953 | 2025-03-25T21:37:24.272Z | Downloaded string_cache v0.8.7 |
954 | 2025-03-25T21:37:24.272Z | Downloaded fs_extra v1.3.0 |
955 | 2025-03-25T21:37:24.276Z | Downloaded pem v3.0.5 |
956 | 2025-03-25T21:37:24.276Z | Downloaded tough v0.19.0 |
957 | 2025-03-25T21:37:24.284Z | Downloaded glob v0.3.2 |
958 | 2025-03-25T21:37:24.287Z | Downloaded num_enum_derive v0.5.11 |
959 | 2025-03-25T21:37:24.287Z | Downloaded rustls-pemfile v1.0.4 |
960 | 2025-03-25T21:37:24.290Z | Downloaded tabwriter v1.4.0 |
961 | 2025-03-25T21:37:24.290Z | Downloaded test-strategy v0.4.0 |
962 | 2025-03-25T21:37:24.294Z | Downloaded shell-words v1.1.0 |
963 | 2025-03-25T21:37:24.298Z | Downloaded poly1305 v0.8.0 |
964 | 2025-03-25T21:37:24.301Z | Downloaded sqlformat v0.2.6 |
965 | 2025-03-25T21:37:24.301Z | Downloaded postgres-types v0.2.9 |
966 | 2025-03-25T21:37:24.304Z | Downloaded parking_lot v0.11.2 |
967 | 2025-03-25T21:37:24.308Z | Downloaded similar v2.7.0 |
968 | 2025-03-25T21:37:24.312Z | Downloaded serde_with_macros v3.12.0 |
969 | 2025-03-25T21:37:24.315Z | Downloaded simd-adler32 v0.3.7 |
970 | 2025-03-25T21:37:24.318Z | Downloaded half v2.4.1 |
971 | 2025-03-25T21:37:24.318Z | Downloaded serde_yaml v0.9.34+deprecated |
972 | 2025-03-25T21:37:24.323Z | Downloaded diff v0.1.13 |
973 | 2025-03-25T21:37:24.327Z | Downloaded shlex v1.3.0 |
974 | 2025-03-25T21:37:24.331Z | Downloaded zip v2.1.3 |
975 | 2025-03-25T21:37:24.335Z | Downloaded pem-rfc7468 v0.7.0 |
976 | 2025-03-25T21:37:24.341Z | Downloaded vergen v8.3.2 |
977 | 2025-03-25T21:37:24.341Z | Downloaded salsa20 v0.10.2 |
978 | 2025-03-25T21:37:24.344Z | Downloaded ratatui v0.29.0 |
979 | 2025-03-25T21:37:24.362Z | Downloaded writeable v0.5.5 |
980 | 2025-03-25T21:37:24.366Z | Downloaded ff v0.13.0 |
981 | 2025-03-25T21:37:24.366Z | Downloaded snafu-derive v0.8.5 |
982 | 2025-03-25T21:37:24.369Z | Downloaded nom v7.1.3 |
983 | 2025-03-25T21:37:24.376Z | Downloaded tinyvec v1.8.0 |
984 | 2025-03-25T21:37:24.379Z | Downloaded num-bigint v0.4.6 |
985 | 2025-03-25T21:37:24.383Z | Downloaded darling_core v0.20.10 |
986 | 2025-03-25T21:37:24.386Z | Downloaded slog v2.7.0 |
987 | 2025-03-25T21:37:24.389Z | Downloaded oso v0.27.3 |
988 | 2025-03-25T21:37:24.393Z | Downloaded samael v0.0.18 |
989 | 2025-03-25T21:37:24.399Z | Downloaded tracing v0.1.40 |
990 | 2025-03-25T21:37:24.404Z | Downloaded openssl-sys v0.9.106 |
991 | 2025-03-25T21:37:24.410Z | Downloaded steno v0.4.1 |
992 | 2025-03-25T21:37:24.414Z | Downloaded russh v0.45.0 |
993 | 2025-03-25T21:37:24.420Z | Downloaded subprocess v0.2.9 |
994 | 2025-03-25T21:37:24.423Z | Downloaded rustls v0.23.19 |
995 | 2025-03-25T21:37:24.436Z | Downloaded pretty_assertions v1.4.1 |
996 | 2025-03-25T21:37:24.439Z | Downloaded icu_properties_data v1.5.0 |
997 | 2025-03-25T21:37:24.451Z | Downloaded serde_with v3.12.0 |
998 | 2025-03-25T21:37:24.459Z | Downloaded ssh-key v0.6.6 |
999 | 2025-03-25T21:37:24.470Z | Downloaded x509-cert v0.2.5 |
1000 | 2025-03-25T21:37:24.474Z | Downloaded zip v0.6.6 |
1001 | 2025-03-25T21:37:24.478Z | Downloaded tokio-util v0.7.13 |
1002 | 2025-03-25T21:37:24.486Z | Downloaded zerovec v0.10.4 |
1003 | 2025-03-25T21:37:24.492Z | Downloaded typed-path v0.9.3 |
1004 | 2025-03-25T21:37:24.499Z | Downloaded git2 v0.19.0 |
1005 | 2025-03-25T21:37:24.509Z | Downloaded dropshot v0.12.0 |
1006 | 2025-03-25T21:37:24.531Z | Downloaded rustls v0.22.4 |
1007 | 2025-03-25T21:37:24.546Z | Downloaded time v0.3.36 |
1008 | 2025-03-25T21:37:24.553Z | Downloaded p521 v0.13.3 |
1009 | 2025-03-25T21:37:24.557Z | Downloaded sqlparser v0.45.0 |
1010 | 2025-03-25T21:37:24.564Z | Downloaded winnow v0.5.40 |
1011 | 2025-03-25T21:37:24.573Z | Downloaded salty v0.3.0 |
1012 | 2025-03-25T21:37:24.580Z | Downloaded rustls-webpki v0.101.7 |
1013 | 2025-03-25T21:37:24.596Z | Downloaded winnow v0.6.20 |
1014 | 2025-03-25T21:37:24.605Z | Downloaded smoltcp v0.9.1 |
1015 | 2025-03-25T21:37:24.617Z | Downloaded vcpkg v0.2.15 |
1016 | 2025-03-25T21:37:24.657Z | Downloaded h2 v0.4.6 |
1017 | 2025-03-25T21:37:24.664Z | Downloaded zerocopy v0.8.10 |
1018 | 2025-03-25T21:37:24.691Z | Downloaded petname v2.0.2 |
1019 | 2025-03-25T21:37:24.696Z | Downloaded smoltcp v0.11.0 |
1020 | 2025-03-25T21:37:24.709Z | Downloaded object v0.30.4 |
1021 | 2025-03-25T21:37:24.721Z | Downloaded nix v0.29.0 |
1022 | 2025-03-25T21:37:24.732Z | Downloaded nix v0.28.0 |
1023 | 2025-03-25T21:37:24.744Z | Downloaded polar-core v0.27.3 |
1024 | 2025-03-25T21:37:24.754Z | Downloaded openssl v0.10.71 |
1025 | 2025-03-25T21:37:24.764Z | Downloaded dropshot v0.16.0 |
1026 | 2025-03-25T21:37:24.786Z | Downloaded openapiv3 v2.0.0 |
1027 | 2025-03-25T21:37:24.798Z | Downloaded regress v0.10.3 |
1028 | 2025-03-25T21:37:24.807Z | Downloaded typify-impl v0.3.0 |
1029 | 2025-03-25T21:37:24.823Z | Downloaded regex-syntax v0.8.5 |
1030 | 2025-03-25T21:37:24.833Z | Downloaded nix v0.27.1 |
1031 | 2025-03-25T21:37:24.843Z | Downloaded object v0.36.5 |
1032 | 2025-03-25T21:37:24.858Z | Downloaded zerocopy-derive v0.6.6 |
1033 | 2025-03-25T21:37:24.866Z | Downloaded hickory-proto v0.24.4 |
1034 | 2025-03-25T21:37:24.882Z | Downloaded tabled v0.18.0 |
1035 | 2025-03-25T21:37:24.899Z | Downloaded regex v1.11.1 |
1036 | 2025-03-25T21:37:24.912Z | Downloaded typify-impl v0.2.0 |
1037 | 2025-03-25T21:37:24.929Z | Downloaded lzma-sys v0.1.20 |
1038 | 2025-03-25T21:37:24.960Z | Downloaded radix_trie v0.2.1 |
1039 | 2025-03-25T21:37:24.964Z | Downloaded quinn-proto v0.11.8 |
1040 | 2025-03-25T21:37:24.972Z | Downloaded gimli v0.31.1 |
1041 | 2025-03-25T21:37:24.979Z | Downloaded rustls-webpki v0.102.8 |
1042 | 2025-03-25T21:37:24.996Z | Downloaded curve25519-dalek v4.1.3 |
1043 | 2025-03-25T21:37:25.005Z | Downloaded webpki-roots v0.26.6 |
1044 | 2025-03-25T21:37:25.009Z | Downloaded regex-automata v0.4.8 |
1045 | 2025-03-25T21:37:25.026Z | Downloaded parking_lot v0.12.3 |
1046 | 2025-03-25T21:37:25.030Z | Downloaded toml v0.7.8 |
1047 | 2025-03-25T21:37:25.033Z | Downloaded petgraph v0.6.5 |
1048 | 2025-03-25T21:37:25.050Z | Downloaded libz-sys v1.1.20 |
1049 | 2025-03-25T21:37:25.072Z | Downloaded petgraph v0.7.1 |
1050 | 2025-03-25T21:37:25.090Z | Downloaded prettyplease v0.2.30 |
1051 | 2025-03-25T21:37:25.094Z | Downloaded progenitor-impl v0.9.1 |
1052 | 2025-03-25T21:37:25.097Z | Downloaded sha3 v0.10.8 |
1053 | 2025-03-25T21:37:25.100Z | Downloaded hash32 v0.2.1 |
1054 | 2025-03-25T21:37:25.105Z | Downloaded rsa v0.9.6 |
1055 | 2025-03-25T21:37:25.109Z | Downloaded rand v0.9.0 |
1056 | 2025-03-25T21:37:25.112Z | Downloaded tokio v1.43.0 |
1057 | 2025-03-25T21:37:25.149Z | Downloaded defmt-parser v0.3.4 |
1058 | 2025-03-25T21:37:25.152Z | Downloaded tiny-keccak v2.0.2 |
1059 | 2025-03-25T21:37:25.155Z | Downloaded parking_lot_core v0.9.10 |
1060 | 2025-03-25T21:37:25.155Z | Downloaded dirs-sys-next v0.1.2 |
1061 | 2025-03-25T21:37:25.159Z | Downloaded parking_lot_core v0.8.6 |
1062 | 2025-03-25T21:37:25.159Z | Downloaded toml_edit v0.19.15 |
1063 | 2025-03-25T21:37:25.175Z | Downloaded rustyline v14.0.0 |
1064 | 2025-03-25T21:37:25.180Z | Downloaded ron v0.8.1 |
1065 | 2025-03-25T21:37:25.184Z | Downloaded tower v0.5.2 |
1066 | 2025-03-25T21:37:25.193Z | Downloaded mio v1.0.2 |
1067 | 2025-03-25T21:37:25.200Z | Downloaded expectorate v1.1.0 |
1068 | 2025-03-25T21:37:25.203Z | Downloaded hkdf v0.12.4 |
1069 | 2025-03-25T21:37:25.203Z | Downloaded socket2 v0.5.8 |
1070 | 2025-03-25T21:37:25.207Z | Downloaded fixedbitset v0.4.2 |
1071 | 2025-03-25T21:37:25.207Z | Downloaded tokio-rustls v0.24.1 |
1072 | 2025-03-25T21:37:25.212Z | Downloaded rfc6979 v0.4.0 |
1073 | 2025-03-25T21:37:25.212Z | Downloaded thread_local v1.1.8 |
1074 | 2025-03-25T21:37:25.212Z | Downloaded flate2 v1.1.0 |
1075 | 2025-03-25T21:37:25.216Z | Downloaded rand_seeder v0.3.0 |
1076 | 2025-03-25T21:37:25.219Z | Downloaded filetime v0.2.25 |
1077 | 2025-03-25T21:37:25.219Z | Downloaded encoding_rs v0.8.34 |
1078 | 2025-03-25T21:37:25.242Z | Downloaded zeroize_derive v1.4.2 |
1079 | 2025-03-25T21:37:25.245Z | Downloaded rustls v0.21.12 |
1080 | 2025-03-25T21:37:25.252Z | Downloaded darling v0.20.10 |
1081 | 2025-03-25T21:37:25.257Z | Downloaded slog-stdlog v4.1.1 |
1082 | 2025-03-25T21:37:25.261Z | Downloaded slog-dtrace v0.3.0 |
1083 | 2025-03-25T21:37:25.261Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1084 | 2025-03-25T21:37:25.316Z | Downloaded getrandom v0.2.15 |
1085 | 2025-03-25T21:37:25.319Z | Downloaded diesel v2.2.8 |
1086 | 2025-03-25T21:37:25.336Z | Downloaded psl-types v2.0.11 |
1087 | 2025-03-25T21:37:25.342Z | Downloaded parse-display v0.10.0 |
1088 | 2025-03-25T21:37:25.342Z | Downloaded env_logger v0.11.5 |
1089 | 2025-03-25T21:37:25.346Z | Downloaded yansi v1.0.1 |
1090 | 2025-03-25T21:37:25.346Z | Downloaded hashbrown v0.13.2 |
1091 | 2025-03-25T21:37:25.353Z | Downloaded embedded-io v0.4.0 |
1092 | 2025-03-25T21:37:25.353Z | Downloaded polyval v0.6.2 |
1093 | 2025-03-25T21:37:25.358Z | Downloaded phf_generator v0.11.2 |
1094 | 2025-03-25T21:37:25.358Z | Downloaded pbkdf2 v0.12.2 |
1095 | 2025-03-25T21:37:25.358Z | Downloaded pbkdf2 v0.11.0 |
1096 | 2025-03-25T21:37:25.358Z | Downloaded derive_builder v0.20.2 |
1097 | 2025-03-25T21:37:25.362Z | Downloaded foldhash v0.1.3 |
1098 | 2025-03-25T21:37:25.362Z | Downloaded document-features v0.2.10 |
1099 | 2025-03-25T21:37:25.362Z | Downloaded der_derive v0.7.3 |
1100 | 2025-03-25T21:37:25.366Z | Downloaded env_filter v0.1.2 |
1101 | 2025-03-25T21:37:25.366Z | Downloaded universal-hash v0.5.1 |
1102 | 2025-03-25T21:37:25.366Z | Downloaded unicode-xid v0.2.6 |
1103 | 2025-03-25T21:37:25.371Z | Downloaded unicode-truncate v1.1.0 |
1104 | 2025-03-25T21:37:25.371Z | Downloaded unicase v2.7.0 |
1105 | 2025-03-25T21:37:25.371Z | Downloaded typify-macro v0.2.0 |
1106 | 2025-03-25T21:37:25.371Z | Downloaded tokio-rustls v0.26.0 |
1107 | 2025-03-25T21:37:25.375Z | Downloaded ring v0.17.11 |
1108 | 2025-03-25T21:37:25.413Z | Downloaded tokio-rustls v0.25.0 |
1109 | 2025-03-25T21:37:25.416Z | Downloaded smallvec v1.14.0 |
1110 | 2025-03-25T21:37:25.420Z | Downloaded qorb v0.2.1 |
1111 | 2025-03-25T21:37:25.423Z | Downloaded slab v0.4.9 |
1112 | 2025-03-25T21:37:25.423Z | Downloaded progenitor-client v0.9.1 |
1113 | 2025-03-25T21:37:25.423Z | Downloaded progenitor v0.9.1 |
1114 | 2025-03-25T21:37:25.426Z | Downloaded num-bigint-dig v0.8.4 |
1115 | 2025-03-25T21:37:25.429Z | Downloaded signal-hook-registry v1.4.2 |
1116 | 2025-03-25T21:37:25.429Z | Downloaded zeroize v1.8.1 |
1117 | 2025-03-25T21:37:25.433Z | Downloaded rpassword v7.3.1 |
1118 | 2025-03-25T21:37:25.433Z | Downloaded p256 v0.13.2 |
1119 | 2025-03-25T21:37:25.440Z | Downloaded hyper-util v0.1.10 |
1120 | 2025-03-25T21:37:25.444Z | Downloaded csv v1.3.1 |
1121 | 2025-03-25T21:37:25.458Z | Downloaded num-traits v0.2.19 |
1122 | 2025-03-25T21:37:25.461Z | Downloaded num-integer v0.1.46 |
1123 | 2025-03-25T21:37:25.467Z | Downloaded unicode_categories v0.1.1 |
1124 | 2025-03-25T21:37:25.467Z | Downloaded multimap v0.10.0 |
1125 | 2025-03-25T21:37:25.467Z | Downloaded tracing-core v0.1.32 |
1126 | 2025-03-25T21:37:25.470Z | Downloaded predicates-core v1.0.8 |
1127 | 2025-03-25T21:37:25.470Z | Downloaded resolv-conf v0.7.0 |
1128 | 2025-03-25T21:37:25.470Z | Downloaded rand_core v0.9.2 |
1129 | 2025-03-25T21:37:25.474Z | Downloaded endian-type v0.1.2 |
1130 | 2025-03-25T21:37:25.474Z | Downloaded daft-derive v0.1.2 |
1131 | 2025-03-25T21:37:25.477Z | Downloaded mime_guess v2.0.5 |
1132 | 2025-03-25T21:37:25.477Z | Downloaded progenitor-client v0.8.0 |
1133 | 2025-03-25T21:37:25.477Z | Downloaded icu_collections v1.5.0 |
1134 | 2025-03-25T21:37:25.484Z | Downloaded inout v0.1.3 |
1135 | 2025-03-25T21:37:25.487Z | Downloaded ident_case v1.0.1 |
1136 | 2025-03-25T21:37:25.487Z | Downloaded ref-cast-impl v1.0.23 |
1137 | 2025-03-25T21:37:25.487Z | Downloaded rand_core v0.6.4 |
1138 | 2025-03-25T21:37:25.487Z | Downloaded chrono v0.4.40 |
1139 | 2025-03-25T21:37:25.495Z | Downloaded termcolor v1.4.1 |
1140 | 2025-03-25T21:37:25.500Z | Downloaded strum_macros v0.24.3 |
1141 | 2025-03-25T21:37:25.500Z | Downloaded schemars v0.8.22 |
1142 | 2025-03-25T21:37:25.507Z | Downloaded indoc v1.0.9 |
1143 | 2025-03-25T21:37:25.511Z | Downloaded const_format v0.2.34 |
1144 | 2025-03-25T21:37:25.514Z | Downloaded maplit v1.0.2 |
1145 | 2025-03-25T21:37:25.518Z | Downloaded itertools v0.13.0 |
1146 | 2025-03-25T21:37:25.521Z | Downloaded indexmap v1.9.3 |
1147 | 2025-03-25T21:37:25.525Z | Downloaded backtrace v0.3.74 |
1148 | 2025-03-25T21:37:25.529Z | Downloaded lru-cache v0.1.2 |
1149 | 2025-03-25T21:37:25.532Z | Downloaded crossbeam-channel v0.5.13 |
1150 | 2025-03-25T21:37:25.536Z | Downloaded chacha20poly1305 v0.10.1 |
1151 | 2025-03-25T21:37:25.543Z | Downloaded base64 v0.13.1 |
1152 | 2025-03-25T21:37:25.543Z | Downloaded console v0.15.10 |
1153 | 2025-03-25T21:37:25.546Z | Downloaded clang-sys v1.8.1 |
1154 | 2025-03-25T21:37:25.546Z | Downloaded stable_deref_trait v1.2.0 |
1155 | 2025-03-25T21:37:25.546Z | Downloaded icu_locid_transform v1.5.0 |
1156 | 2025-03-25T21:37:25.549Z | Downloaded cobs v0.2.3 |
1157 | 2025-03-25T21:37:25.549Z | Downloaded ciborium v0.2.2 |
1158 | 2025-03-25T21:37:25.552Z | Downloaded bit-vec v0.8.0 |
1159 | 2025-03-25T21:37:25.553Z | Downloaded arrayvec v0.7.6 |
1160 | 2025-03-25T21:37:25.556Z | Downloaded backoff v0.4.0 |
1161 | 2025-03-25T21:37:25.556Z | Downloaded md5 v0.7.0 |
1162 | 2025-03-25T21:37:25.556Z | Downloaded linear-map v1.2.0 |
1163 | 2025-03-25T21:37:25.560Z | Downloaded lalrpop-util v0.19.12 |
1164 | 2025-03-25T21:37:25.560Z | Downloaded idna_adapter v1.2.0 |
1165 | 2025-03-25T21:37:25.560Z | Downloaded csv-core v0.1.11 |
1166 | 2025-03-25T21:37:25.563Z | Downloaded cmake v0.1.51 |
1167 | 2025-03-25T21:37:25.563Z | Downloaded ciborium-io v0.2.2 |
1168 | 2025-03-25T21:37:25.563Z | Downloaded chrono-tz-build v0.4.0 |
1169 | 2025-03-25T21:37:25.563Z | Downloaded chacha20 v0.9.1 |
1170 | 2025-03-25T21:37:25.567Z | Downloaded cexpr v0.6.0 |
1171 | 2025-03-25T21:37:25.567Z | Downloaded bit-vec v0.6.3 |
1172 | 2025-03-25T21:37:25.571Z | Downloaded async-trait v0.1.87 |
1173 | 2025-03-25T21:37:25.571Z | Downloaded async-bb8-diesel v0.2.1 |
1174 | 2025-03-25T21:37:25.575Z | Downloaded assert_matches v1.5.0 |
1175 | 2025-03-25T21:37:25.575Z | Downloaded hubpack_derive v0.1.1 |
1176 | 2025-03-25T21:37:25.575Z | Downloaded crc v3.2.1 |
1177 | 2025-03-25T21:37:25.579Z | Downloaded cfg_aliases v0.2.1 |
1178 | 2025-03-25T21:37:25.579Z | Downloaded atomic-waker v1.1.2 |
1179 | 2025-03-25T21:37:25.579Z | Downloaded cookie v0.18.1 |
1180 | 2025-03-25T21:37:25.582Z | Downloaded cfg_aliases v0.1.1 |
1181 | 2025-03-25T21:37:25.582Z | Downloaded atty v0.2.14 |
1182 | 2025-03-25T21:37:25.582Z | Downloaded gethostname v0.5.0 |
1183 | 2025-03-25T21:37:25.586Z | Downloaded heapless v0.7.17 |
1184 | 2025-03-25T21:37:25.589Z | Downloaded array-init v0.0.4 |
1185 | 2025-03-25T21:37:25.589Z | Downloaded crc-catalog v2.4.0 |
1186 | 2025-03-25T21:37:25.589Z | Downloaded atomicwrites v0.4.4 |
1187 | 2025-03-25T21:37:25.603Z | Downloaded cc v1.2.15 |
1188 | 2025-03-25T21:37:25.607Z | Downloaded libsw v3.4.0 |
1189 | 2025-03-25T21:37:25.607Z | Downloaded cargo_metadata v0.18.1 |
1190 | 2025-03-25T21:37:25.607Z | Downloaded bumpalo v3.16.0 |
1191 | 2025-03-25T21:37:25.607Z | Downloaded allocator-api2 v0.2.18 |
1192 | 2025-03-25T21:37:25.607Z | Downloaded blowfish v0.9.1 |
1193 | 2025-03-25T21:37:25.607Z | Downloaded adler2 v2.0.0 |
1194 | 2025-03-25T21:37:25.607Z | Downloaded bzip2 v0.4.4 |
1195 | 2025-03-25T21:37:25.607Z | Downloaded bytes v1.10.1 |
1196 | 2025-03-25T21:37:25.610Z | Downloaded bcs v0.1.6 |
1197 | 2025-03-25T21:37:25.614Z | Downloaded aead v0.5.2 |
1198 | 2025-03-25T21:37:25.614Z | Downloaded cbc v0.1.2 |
1199 | 2025-03-25T21:37:25.614Z | Downloaded cassowary v0.3.0 |
1200 | 2025-03-25T21:37:25.617Z | Downloaded block-padding v0.3.3 |
1201 | 2025-03-25T21:37:25.617Z | Downloaded base64ct v1.6.0 |
1202 | 2025-03-25T21:37:25.620Z | Downloaded base64 v0.21.7 |
1203 | 2025-03-25T21:37:25.624Z | Downloaded libm v0.2.8 |
1204 | 2025-03-25T21:37:25.630Z | Downloaded bitvec v1.0.1 |
1205 | 2025-03-25T21:37:25.643Z | Downloaded bitfield-struct v0.6.2 |
1206 | 2025-03-25T21:37:25.647Z | Downloaded linked-hash-map v0.5.6 |
1207 | 2025-03-25T21:37:25.647Z | Downloaded internet-checksum v0.2.1 |
1208 | 2025-03-25T21:37:25.647Z | Downloaded async-stream-impl v0.3.6 |
1209 | 2025-03-25T21:37:25.892Z | Downloaded aws-lc-sys v0.26.0 |
1210 | 2025-03-25T21:37:26.217Z | Compiling serde v1.0.218 |
1211 | 2025-03-25T21:37:26.220Z | Compiling value-bag v1.9.0 |
1212 | 2025-03-25T21:37:26.220Z | Compiling lock_api v0.4.12 |
1213 | 2025-03-25T21:37:26.220Z | Compiling scopeguard v1.2.0 |
1214 | 2025-03-25T21:37:26.220Z | Compiling typenum v1.17.0 |
1215 | 2025-03-25T21:37:26.374Z | Compiling shlex v1.3.0 |
1216 | 2025-03-25T21:37:26.416Z | Compiling syn v2.0.98 |
1217 | 2025-03-25T21:37:26.431Z | Compiling getrandom v0.2.15 |
1218 | 2025-03-25T21:37:26.549Z | Compiling jobserver v0.1.32 |
1219 | 2025-03-25T21:37:26.721Z | Compiling rand_core v0.6.4 |
1220 | 2025-03-25T21:37:26.844Z | Compiling log v0.4.22 |
1221 | 2025-03-25T21:37:26.945Z | Compiling generic-array v0.14.7 |
1222 | 2025-03-25T21:37:26.966Z | Compiling cc v1.2.15 |
1223 | 2025-03-25T21:37:27.243Z | Compiling subtle v2.6.1 |
1224 | 2025-03-25T21:37:27.265Z | Compiling smallvec v1.14.0 |
1225 | 2025-03-25T21:37:27.338Z | Compiling const-oid v0.9.6 |
1226 | 2025-03-25T21:37:27.382Z | Compiling pin-project-lite v0.2.14 |
1227 | 2025-03-25T21:37:27.539Z | Compiling rustix v0.38.37 |
1228 | 2025-03-25T21:37:27.578Z | Compiling parking_lot_core v0.9.10 |
1229 | 2025-03-25T21:37:27.599Z | Compiling spin v0.9.8 |
1230 | 2025-03-25T21:37:27.637Z | Compiling signal-hook-registry v1.4.2 |
1231 | 2025-03-25T21:37:27.998Z | Compiling futures-core v0.3.31 |
1232 | 2025-03-25T21:37:28.366Z | Compiling mio v1.0.2 |
1233 | 2025-03-25T21:37:28.381Z | Compiling aho-corasick v1.1.3 |
1234 | 2025-03-25T21:37:28.515Z | Compiling regex-syntax v0.8.5 |
1235 | 2025-03-25T21:37:28.739Z | Compiling parking_lot v0.12.3 |
1236 | 2025-03-25T21:37:28.872Z | Compiling either v1.14.0 |
1237 | 2025-03-25T21:37:29.298Z | Compiling serde_json v1.0.139 |
1238 | 2025-03-25T21:37:29.480Z | Compiling stable_deref_trait v1.2.0 |
1239 | 2025-03-25T21:37:29.533Z | Compiling glob v0.3.2 |
1240 | 2025-03-25T21:37:29.606Z | Compiling socket2 v0.5.8 |
1241 | 2025-03-25T21:37:29.645Z | Compiling cpufeatures v0.2.14 |
1242 | 2025-03-25T21:37:29.703Z | Compiling prettyplease v0.2.30 |
1243 | 2025-03-25T21:37:29.796Z | Compiling futures-sink v0.3.31 |
1244 | 2025-03-25T21:37:29.983Z | Compiling libm v0.2.8 |
1245 | 2025-03-25T21:37:30.150Z | Compiling lazy_static v1.5.0 |
1246 | 2025-03-25T21:37:30.304Z | Compiling slab v0.4.9 |
1247 | 2025-03-25T21:37:30.390Z | Compiling num-traits v0.2.19 |
1248 | 2025-03-25T21:37:30.459Z | Compiling clang-sys v1.8.1 |
1249 | 2025-03-25T21:37:30.501Z | Compiling minimal-lexical v0.2.1 |
1250 | 2025-03-25T21:37:31.002Z | Compiling nom v7.1.3 |
1251 | 2025-03-25T21:37:31.024Z | Compiling libloading v0.8.5 |
1252 | 2025-03-25T21:37:31.049Z | Compiling allocator-api2 v0.2.18 |
1253 | 2025-03-25T21:37:31.236Z | Compiling getrandom v0.3.1 |
1254 | 2025-03-25T21:37:31.449Z | Compiling home v0.5.9 |
1255 | 2025-03-25T21:37:31.669Z | Compiling bindgen v0.69.5 |
1256 | 2025-03-25T21:37:31.842Z | Compiling foldhash v0.1.3 |
1257 | 2025-03-25T21:37:31.982Z | Compiling pkg-config v0.3.31 |
1258 | 2025-03-25T21:37:32.166Z | Compiling hashbrown v0.15.1 |
1259 | 2025-03-25T21:37:32.545Z | Compiling regex-automata v0.4.8 |
1260 | 2025-03-25T21:37:33.477Z | Compiling itertools v0.12.1 |
1261 | 2025-03-25T21:37:33.625Z | Compiling rustc-hash v1.1.0 |
1262 | 2025-03-25T21:37:33.803Z | Compiling lazycell v1.3.0 |
1263 | 2025-03-25T21:37:34.002Z | Compiling synstructure v0.13.1 |
1264 | 2025-03-25T21:37:34.440Z | Compiling cexpr v0.6.0 |
1265 | 2025-03-25T21:37:34.778Z | Compiling futures-channel v0.3.31 |
1266 | 2025-03-25T21:37:35.190Z | Compiling cmake v0.1.51 |
1267 | 2025-03-25T21:37:35.377Z | Compiling pin-utils v0.1.0 |
1268 | 2025-03-25T21:37:35.490Z | Compiling futures-io v0.3.31 |
1269 | 2025-03-25T21:37:35.781Z | Compiling fs_extra v1.3.0 |
1270 | 2025-03-25T21:37:36.036Z | Compiling dunce v1.0.5 |
1271 | 2025-03-25T21:37:36.055Z | Compiling futures-task v0.3.31 |
1272 | 2025-03-25T21:37:36.187Z | Compiling base64ct v1.6.0 |
1273 | 2025-03-25T21:37:36.347Z | Compiling paste v1.0.15 |
1274 | 2025-03-25T21:37:36.370Z | Compiling ring v0.17.11 |
1275 | 2025-03-25T21:37:36.374Z | Compiling writeable v0.5.5 |
1276 | 2025-03-25T21:37:36.784Z | Compiling pem-rfc7468 v0.7.0 |
1277 | 2025-03-25T21:37:36.907Z | Compiling litemap v0.7.3 |
1278 | 2025-03-25T21:37:36.950Z | Compiling flagset v0.4.6 |
1279 | 2025-03-25T21:37:37.310Z | Compiling aws-lc-rs v1.12.4 |
1280 | 2025-03-25T21:37:37.406Z | Compiling regex v1.11.1 |
1281 | 2025-03-25T21:37:37.458Z | Compiling rustls-pki-types v1.10.0 |
1282 | 2025-03-25T21:37:37.758Z | Compiling icu_locid_transform_data v1.5.0 |
1283 | 2025-03-25T21:37:37.857Z | Compiling vcpkg v0.2.15 |
1284 | 2025-03-25T21:37:38.186Z | Compiling crossbeam-utils v0.8.20 |
1285 | 2025-03-25T21:37:38.328Z | Compiling tracing-core v0.1.32 |
1286 | 2025-03-25T21:37:38.416Z | Compiling icu_properties_data v1.5.0 |
1287 | 2025-03-25T21:37:38.665Z | Compiling untrusted v0.7.1 |
1288 | 2025-03-25T21:37:38.766Z | Compiling powerfmt v0.2.0 |
1289 | 2025-03-25T21:37:38.879Z | Compiling untrusted v0.9.0 |
1290 | 2025-03-25T21:37:39.088Z | Compiling percent-encoding v2.3.1 |
1291 | 2025-03-25T21:37:39.105Z | Compiling serde_derive v1.0.218 |
1292 | 2025-03-25T21:37:39.140Z | Compiling zeroize_derive v1.4.2 |
1293 | 2025-03-25T21:37:39.391Z | Compiling zerocopy-derive v0.7.35 |
1294 | 2025-03-25T21:37:39.492Z | Compiling tokio-macros v2.5.0 |
1295 | 2025-03-25T21:37:39.512Z | Compiling zerofrom-derive v0.1.4 |
1296 | 2025-03-25T21:37:40.479Z | Compiling zeroize v1.8.1 |
1297 | 2025-03-25T21:37:40.930Z | Compiling yoke-derive v0.7.4 |
1298 | 2025-03-25T21:37:41.207Z | Compiling displaydoc v0.2.5 |
1299 | 2025-03-25T21:37:41.315Z | Compiling zerocopy v0.7.35 |
1300 | 2025-03-25T21:37:42.153Z | Compiling crypto-common v0.1.6 |
1301 | 2025-03-25T21:37:42.400Z | Compiling block-buffer v0.10.4 |
1302 | 2025-03-25T21:37:42.652Z | Compiling digest v0.10.7 |
1303 | 2025-03-25T21:37:42.681Z | Compiling block-padding v0.3.3 |
1304 | 2025-03-25T21:37:42.685Z | Compiling zerovec-derive v0.10.3 |
1305 | 2025-03-25T21:37:42.852Z | Compiling zerofrom v0.1.4 |
1306 | 2025-03-25T21:37:42.944Z | Compiling inout v0.1.3 |
1307 | 2025-03-25T21:37:43.086Z | Compiling hmac v0.12.1 |
1308 | 2025-03-25T21:37:43.112Z | Compiling thiserror-impl v1.0.69 |
1309 | 2025-03-25T21:37:43.204Z | Compiling futures-macro v0.3.31 |
1310 | 2025-03-25T21:37:43.409Z | Compiling cipher v0.4.4 |
1311 | 2025-03-25T21:37:43.431Z | Compiling sha2 v0.10.8 |
1312 | 2025-03-25T21:37:43.494Z | Compiling yoke v0.7.4 |
1313 | 2025-03-25T21:37:43.874Z | Compiling der_derive v0.7.3 |
1314 | 2025-03-25T21:37:43.922Z | Compiling icu_provider_macros v1.5.0 |
1315 | 2025-03-25T21:37:45.003Z | Compiling salsa20 v0.10.2 |
1316 | 2025-03-25T21:37:45.024Z | Compiling futures-util v0.3.31 |
1317 | 2025-03-25T21:37:45.146Z | Compiling zerovec v0.10.4 |
1318 | 2025-03-25T21:37:45.228Z | Compiling pbkdf2 v0.12.2 |
1319 | 2025-03-25T21:37:45.416Z | Compiling ppv-lite86 v0.2.20 |
1320 | 2025-03-25T21:37:45.939Z | Compiling thiserror v1.0.69 |
1321 | 2025-03-25T21:37:46.002Z | Compiling der v0.7.9 |
1322 | 2025-03-25T21:37:46.089Z | Compiling pest v2.7.14 |
1323 | 2025-03-25T21:37:46.152Z | Compiling scrypt v0.11.0 |
1324 | 2025-03-25T21:37:46.605Z | Compiling cbc v0.1.2 |
1325 | 2025-03-25T21:37:46.702Z | Compiling aes v0.8.4 |
1326 | 2025-03-25T21:37:46.873Z | Compiling tinystr v0.7.6 |
1327 | 2025-03-25T21:37:46.944Z | Compiling icu_collections v1.5.0 |
1328 | 2025-03-25T21:37:47.071Z | Compiling openssl-sys v0.9.106 |
1329 | 2025-03-25T21:37:47.266Z | Compiling icu_locid v1.5.0 |
1330 | 2025-03-25T21:37:48.160Z | Compiling spki v0.7.3 |
1331 | 2025-03-25T21:37:48.205Z | Compiling tracing-attributes v0.1.27 |
1332 | 2025-03-25T21:37:48.597Z | Compiling icu_provider v1.5.0 |
1333 | 2025-03-25T21:37:48.931Z | Compiling iana-time-zone v0.1.61 |
1334 | 2025-03-25T21:37:49.213Z | Compiling httparse v1.9.5 |
1335 | 2025-03-25T21:37:49.325Z | Compiling time-core v0.1.2 |
1336 | 2025-03-25T21:37:49.361Z | Compiling icu_locid_transform v1.5.0 |
1337 | 2025-03-25T21:37:49.515Z | Compiling num-conv v0.1.0 |
1338 | 2025-03-25T21:37:49.547Z | Compiling pest_meta v2.7.14 |
1339 | 2025-03-25T21:37:49.609Z | Compiling pkcs5 v0.7.1 |
1340 | 2025-03-25T21:37:49.827Z | Compiling time-macros v0.2.18 |
1341 | 2025-03-25T21:37:50.212Z | Compiling scroll_derive v0.12.0 |
1342 | 2025-03-25T21:37:50.700Z | Compiling icu_properties v1.5.1 |
1343 | 2025-03-25T21:37:51.470Z | Compiling bitflags v2.6.0 |
1344 | 2025-03-25T21:37:51.608Z | Compiling bytes v1.10.1 |
1345 | 2025-03-25T21:37:51.749Z | Compiling semver v1.0.25 |
1346 | 2025-03-25T21:37:52.466Z | Compiling indexmap v2.7.1 |
1347 | 2025-03-25T21:37:52.930Z | Compiling tokio v1.43.0 |
1348 | 2025-03-25T21:37:53.069Z | Compiling http v1.2.0 |
1349 | 2025-03-25T21:37:53.824Z | Compiling rustc_version v0.4.1 |
1350 | 2025-03-25T21:37:53.877Z | Compiling uuid v1.15.1 |
1351 | 2025-03-25T21:37:54.528Z | Compiling tracing v0.1.40 |
1352 | 2025-03-25T21:37:54.547Z | Compiling chrono v0.4.40 |
1353 | 2025-03-25T21:37:54.607Z | Compiling deranged v0.3.11 |
1354 | 2025-03-25T21:37:55.283Z | Compiling num_threads v0.1.7 |
1355 | 2025-03-25T21:37:55.413Z | Compiling write16 v1.0.0 |
1356 | 2025-03-25T21:37:55.437Z | Compiling utf8_iter v1.0.4 |
1357 | 2025-03-25T21:37:55.485Z | Compiling utf16_iter v1.0.5 |
1358 | 2025-03-25T21:37:55.572Z | Compiling icu_normalizer_data v1.5.0 |
1359 | 2025-03-25T21:37:55.672Z | Compiling which v4.4.2 |
1360 | 2025-03-25T21:37:55.694Z | Compiling atomic-waker v1.1.2 |
1361 | 2025-03-25T21:37:55.715Z | Compiling zerocopy v0.8.10 |
1362 | 2025-03-25T21:37:55.904Z | Compiling icu_normalizer v1.5.0 |
1363 | 2025-03-25T21:37:56.150Z | Compiling time v0.3.36 |
1364 | 2025-03-25T21:37:56.225Z | Compiling http-body v1.0.1 |
1365 | 2025-03-25T21:37:56.481Z | Compiling scroll v0.12.0 |
1366 | 2025-03-25T21:37:56.606Z | Compiling pest_generator v2.7.14 |
1367 | 2025-03-25T21:37:56.766Z | Compiling pkcs8 v0.10.2 |
1368 | 2025-03-25T21:37:57.420Z | Compiling zerocopy-derive v0.8.10 |
1369 | 2025-03-25T21:37:57.703Z | Compiling serde_derive_internals v0.29.1 |
1370 | 2025-03-25T21:37:57.725Z | Compiling tinyvec_macros v0.1.1 |
1371 | 2025-03-25T21:37:57.836Z | Compiling slog v2.7.0 |
1372 | 2025-03-25T21:37:57.901Z | Compiling schemars v0.8.22 |
1373 | 2025-03-25T21:37:58.282Z | Compiling try-lock v0.2.5 |
1374 | 2025-03-25T21:37:58.480Z | Compiling want v0.3.1 |
1375 | 2025-03-25T21:37:58.533Z | Compiling tinyvec v1.8.0 |
1376 | 2025-03-25T21:37:58.554Z | Compiling pest_derive v2.7.14 |
1377 | 2025-03-25T21:37:58.785Z | Compiling goblin v0.8.2 |
1378 | 2025-03-25T21:37:59.376Z | Compiling idna_adapter v1.2.0 |
1379 | 2025-03-25T21:37:59.612Z | Compiling form_urlencoded v1.2.1 |
1380 | 2025-03-25T21:37:59.918Z | Compiling foreign-types-shared v0.1.1 |
1381 | 2025-03-25T21:38:00.024Z | Compiling schemars_derive v0.8.22 |
1382 | 2025-03-25T21:38:00.048Z | Compiling rustversion v1.0.17 |
1383 | 2025-03-25T21:38:00.076Z | Compiling dyn-clone v1.0.19 |
1384 | 2025-03-25T21:38:00.310Z | Compiling adler2 v2.0.0 |
1385 | 2025-03-25T21:38:00.539Z | Compiling httpdate v1.0.3 |
1386 | 2025-03-25T21:38:00.740Z | Compiling openssl v0.10.71 |
1387 | 2025-03-25T21:38:00.762Z | Compiling tower-service v0.3.3 |
1388 | 2025-03-25T21:38:00.913Z | Compiling tokio-util v0.7.13 |
1389 | 2025-03-25T21:38:01.055Z | Compiling miniz_oxide v0.8.5 |
1390 | 2025-03-25T21:38:01.199Z | Compiling foreign-types v0.3.2 |
1391 | 2025-03-25T21:38:01.313Z | Compiling idna v1.0.3 |
1392 | 2025-03-25T21:38:02.171Z | Compiling h2 v0.4.6 |
1393 | 2025-03-25T21:38:02.526Z | Compiling dtrace-parser v0.2.0 |
1394 | 2025-03-25T21:38:03.295Z | Compiling rand_core v0.9.2 |
1395 | 2025-03-25T21:38:03.609Z | Compiling serde_spanned v0.6.8 |
1396 | 2025-03-25T21:38:03.761Z | Compiling toml_datetime v0.6.8 |
1397 | 2025-03-25T21:38:03.883Z | Compiling serde_tokenstream v0.2.2 |
1398 | 2025-03-25T21:38:04.417Z | Compiling openssl-macros v0.1.1 |
1399 | 2025-03-25T21:38:04.491Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1400 | 2025-03-25T21:38:04.981Z | Compiling dof v0.3.0 |
1401 | 2025-03-25T21:38:05.130Z | Compiling siphasher v0.3.11 |
1402 | 2025-03-25T21:38:05.530Z | Compiling syn v1.0.109 |
1403 | 2025-03-25T21:38:05.584Z | Compiling base64 v0.22.1 |
1404 | 2025-03-25T21:38:06.130Z | Compiling rustls v0.23.19 |
1405 | 2025-03-25T21:38:06.154Z | Compiling native-tls v0.2.12 |
1406 | 2025-03-25T21:38:06.361Z | Compiling usdt-impl v0.5.0 |
1407 | 2025-03-25T21:38:06.559Z | Compiling rand_chacha v0.9.0 |
1408 | 2025-03-25T21:38:07.641Z | Compiling unicode-normalization v0.1.24 |
1409 | 2025-03-25T21:38:07.869Z | Compiling crossbeam-epoch v0.9.18 |
1410 | 2025-03-25T21:38:07.898Z | Compiling heapless v0.7.17 |
1411 | 2025-03-25T21:38:07.963Z | Compiling rand_chacha v0.3.1 |
1412 | 2025-03-25T21:38:08.382Z | Compiling signature v2.2.0 |
1413 | 2025-03-25T21:38:08.584Z | Compiling dirs-sys-next v0.1.2 |
1414 | 2025-03-25T21:38:08.614Z | Compiling cookie v0.18.1 |
1415 | 2025-03-25T21:38:08.699Z | Compiling crc32fast v1.4.2 |
1416 | 2025-03-25T21:38:08.732Z | Compiling signal-hook v0.3.17 |
1417 | 2025-03-25T21:38:08.941Z | Compiling openssl-probe v0.1.5 |
1418 | 2025-03-25T21:38:09.038Z | Compiling unicode-bidi v0.3.17 |
1419 | 2025-03-25T21:38:09.058Z | Compiling rustls v0.22.4 |
1420 | 2025-03-25T21:38:09.143Z | Compiling unicode-properties v0.1.3 |
1421 | 2025-03-25T21:38:09.276Z | Compiling rayon-core v1.12.1 |
1422 | 2025-03-25T21:38:09.523Z | Compiling dirs-next v2.0.0 |
1423 | 2025-03-25T21:38:09.549Z | Compiling hyper v1.6.0 |
1424 | 2025-03-25T21:38:09.617Z | Compiling rand v0.8.5 |
1425 | 2025-03-25T21:38:09.723Z | Compiling stringprep v0.1.5 |
1426 | 2025-03-25T21:38:10.311Z | Compiling crossbeam-deque v0.8.5 |
1427 | 2025-03-25T21:38:10.545Z | Compiling rand v0.9.0 |
1428 | 2025-03-25T21:38:10.771Z | Compiling url v2.5.3 |
1429 | 2025-03-25T21:38:11.708Z | Compiling http-body-util v0.1.2 |
1430 | 2025-03-25T21:38:12.226Z | Compiling hyper-util v0.1.10 |
1431 | 2025-03-25T21:38:12.526Z | Compiling curve25519-dalek v4.1.3 |
1432 | 2025-03-25T21:38:12.572Z | Compiling md-5 v0.10.6 |
1433 | 2025-03-25T21:38:12.867Z | Compiling async-trait v0.1.87 |
1434 | 2025-03-25T21:38:12.921Z | Compiling num-integer v0.1.46 |
1435 | 2025-03-25T21:38:13.215Z | Compiling ff v0.13.0 |
1436 | 2025-03-25T21:38:13.238Z | Compiling hash32 v0.2.1 |
1437 | 2025-03-25T21:38:13.472Z | Compiling thread_local v1.1.8 |
1438 | 2025-03-25T21:38:13.663Z | Compiling encoding_rs v0.8.34 |
1439 | 2025-03-25T21:38:13.724Z | Compiling memoffset v0.9.1 |
1440 | 2025-03-25T21:38:14.005Z | Compiling multer v3.1.0 |
1441 | 2025-03-25T21:38:14.083Z | Compiling fallible-iterator v0.2.0 |
1442 | 2025-03-25T21:38:14.333Z | Compiling litrs v0.4.1 |
1443 | 2025-03-25T21:38:14.337Z | Compiling cfg_aliases v0.2.1 |
1444 | 2025-03-25T21:38:14.477Z | Compiling portable-atomic v1.9.0 |
1445 | 2025-03-25T21:38:14.780Z | Compiling gimli v0.31.1 |
1446 | 2025-03-25T21:38:15.153Z | Compiling num-bigint-dig v0.8.4 |
1447 | 2025-03-25T21:38:15.559Z | Compiling newtype-uuid v1.2.1 |
1448 | 2025-03-25T21:38:15.588Z | Compiling mime v0.3.17 |
1449 | 2025-03-25T21:38:15.588Z | Compiling match_cfg v0.1.0 |
1450 | 2025-03-25T21:38:15.588Z | Compiling base16ct v0.2.0 |
1451 | 2025-03-25T21:38:15.591Z | Compiling slog-async v2.8.0 |
1452 | 2025-03-25T21:38:15.707Z | Compiling psl-types v2.0.11 |
1453 | 2025-03-25T21:38:15.818Z | Compiling smoltcp v0.9.1 |
1454 | 2025-03-25T21:38:15.926Z | Compiling publicsuffix v2.3.0 |
1455 | 2025-03-25T21:38:15.977Z | Compiling sec1 v0.7.3 |
1456 | 2025-03-25T21:38:16.162Z | Compiling hostname v0.3.1 |
1457 | 2025-03-25T21:38:16.260Z | Compiling document-features v0.2.10 |
1458 | 2025-03-25T21:38:16.472Z | Compiling toml_edit v0.22.24 |
1459 | 2025-03-25T21:38:16.507Z | Compiling postgres-protocol v0.6.8 |
1460 | 2025-03-25T21:38:16.554Z | Compiling nix v0.29.0 |
1461 | 2025-03-25T21:38:17.598Z | Compiling num-iter v0.1.45 |
1462 | 2025-03-25T21:38:17.639Z | Compiling group v0.13.0 |
1463 | 2025-03-25T21:38:17.820Z | Compiling tokio-native-tls v0.3.1 |
1464 | 2025-03-25T21:38:17.983Z | Compiling bzip2 v0.4.4 |
1465 | 2025-03-25T21:38:18.113Z | Compiling term v0.7.0 |
1466 | 2025-03-25T21:38:19.407Z | Compiling addr2line v0.24.2 |
1467 | 2025-03-25T21:38:19.430Z | Compiling flate2 v1.1.0 |
1468 | 2025-03-25T21:38:19.456Z | Compiling usdt-attr-macro v0.5.0 |
1469 | 2025-03-25T21:38:19.463Z | Compiling usdt-macro v0.5.0 |
1470 | 2025-03-25T21:38:19.540Z | Compiling phf_shared v0.11.2 |
1471 | 2025-03-25T21:38:19.925Z | Compiling ipnetwork v0.21.1 |
1472 | 2025-03-25T21:38:20.073Z | Compiling slog-json v2.6.1 |
1473 | 2025-03-25T21:38:20.331Z | Compiling serde_urlencoded v0.7.1 |
1474 | 2025-03-25T21:38:20.445Z | Compiling crossbeam-channel v0.5.13 |
1475 | 2025-03-25T21:38:20.731Z | Compiling terminal_size v0.4.0 |
1476 | 2025-03-25T21:38:20.868Z | Compiling futures-executor v0.3.31 |
1477 | 2025-03-25T21:38:20.872Z | Compiling hkdf v0.12.4 |
1478 | 2025-03-25T21:38:20.970Z | Compiling crypto-bigint v0.5.5 |
1479 | 2025-03-25T21:38:21.044Z | Compiling async-stream-impl v0.3.6 |
1480 | 2025-03-25T21:38:21.179Z | Compiling zerocopy-derive v0.6.6 |
1481 | 2025-03-25T21:38:21.382Z | Compiling curve25519-dalek-derive v0.1.1 |
1482 | 2025-03-25T21:38:21.433Z | Compiling rustls-pemfile v2.2.0 |
1483 | 2025-03-25T21:38:21.775Z | Compiling webpki-roots v0.26.6 |
1484 | 2025-03-25T21:38:22.016Z | Compiling sync_wrapper v1.0.1 |
1485 | 2025-03-25T21:38:22.184Z | Compiling is-terminal v0.4.13 |
1486 | 2025-03-25T21:38:22.316Z | Compiling object v0.36.5 |
1487 | 2025-03-25T21:38:22.336Z | Compiling dropshot v0.12.0 |
1488 | 2025-03-25T21:38:22.667Z | Compiling ahash v0.8.11 |
1489 | 2025-03-25T21:38:22.716Z | Compiling hubpack_derive v0.1.1 |
1490 | 2025-03-25T21:38:22.819Z | Compiling fs-err v2.11.0 |
1491 | 2025-03-25T21:38:23.030Z | Compiling rustc-demangle v0.1.24 |
1492 | 2025-03-25T21:38:23.085Z | Compiling simd-adler32 v0.3.7 |
1493 | 2025-03-25T21:38:23.155Z | Compiling bumpalo v3.16.0 |
1494 | 2025-03-25T21:38:23.560Z | Compiling ipnet v2.11.0 |
1495 | 2025-03-25T21:38:23.668Z | Compiling tower-layer v0.3.3 |
1496 | 2025-03-25T21:38:23.691Z | Compiling buf-list v1.0.3 |
1497 | 2025-03-25T21:38:23.811Z | Compiling zip v2.1.3 |
1498 | 2025-03-25T21:38:23.969Z | Compiling anyhow v1.0.97 |
1499 | 2025-03-25T21:38:23.990Z | Compiling managed v0.8.0 |
1500 | 2025-03-25T21:38:24.148Z | Compiling take_mut v0.2.2 |
1501 | 2025-03-25T21:38:24.312Z | Compiling lockfree-object-pool v0.1.6 |
1502 | 2025-03-25T21:38:24.339Z | Compiling unicode-width v0.2.0 |
1503 | 2025-03-25T21:38:24.420Z | Compiling winnow v0.5.40 |
1504 | 2025-03-25T21:38:24.623Z | Compiling zopfli v0.8.1 |
1505 | 2025-03-25T21:38:24.660Z | Compiling strum_macros v0.25.3 |
1506 | 2025-03-25T21:38:24.870Z | Compiling console v0.15.10 |
1507 | 2025-03-25T21:38:26.187Z | Compiling clap_builder v4.5.32 |
1508 | 2025-03-25T21:38:27.066Z | Compiling elliptic-curve v0.13.8 |
1509 | 2025-03-25T21:38:27.091Z | Compiling tower v0.5.2 |
1510 | 2025-03-25T21:38:27.288Z | Compiling hubpack v0.1.2 |
1511 | 2025-03-25T21:38:27.739Z | Compiling toml_edit v0.19.15 |
1512 | 2025-03-25T21:38:27.923Z | Compiling zerocopy v0.6.6 |
1513 | 2025-03-25T21:38:28.153Z | Compiling usdt v0.5.0 |
1514 | 2025-03-25T21:38:28.361Z | Compiling async-stream v0.3.6 |
1515 | 2025-03-25T21:38:28.670Z | Compiling slog-term v2.9.1 |
1516 | 2025-03-25T21:38:28.699Z | Compiling futures v0.3.31 |
1517 | 2025-03-25T21:38:28.704Z | Compiling slog-bunyan v2.5.0 |
1518 | 2025-03-25T21:38:28.829Z | Compiling oxnet v0.1.1 |
1519 | 2025-03-25T21:38:28.950Z | Compiling backtrace v0.3.74 |
1520 | 2025-03-25T21:38:29.528Z | Compiling toml v0.8.20 |
1521 | 2025-03-25T21:38:29.580Z | Compiling phf v0.11.2 |
1522 | 2025-03-25T21:38:29.854Z | Compiling signal-hook-mio v0.2.4 |
1523 | 2025-03-25T21:38:29.875Z | Compiling cookie_store v0.21.1 |
1524 | 2025-03-25T21:38:30.052Z | Compiling rayon v1.10.0 |
1525 | 2025-03-25T21:38:31.056Z | Compiling hyper-tls v0.6.0 |
1526 | 2025-03-25T21:38:31.850Z | Compiling postgres-types v0.2.9 |
1527 | 2025-03-25T21:38:33.518Z | Compiling camino v1.1.9 |
1528 | 2025-03-25T21:38:33.928Z | Compiling ed25519 v2.2.3 |
1529 | 2025-03-25T21:38:34.121Z | Compiling phf_shared v0.10.0 |
1530 | 2025-03-25T21:38:34.408Z | Compiling dropshot_endpoint v0.12.0 |
1531 | 2025-03-25T21:38:34.496Z | Compiling pkcs1 v0.7.5 |
1532 | 2025-03-25T21:38:34.516Z | Compiling waitgroup v0.1.2 |
1533 | 2025-03-25T21:38:34.744Z | Compiling clap_derive v4.5.32 |
1534 | 2025-03-25T21:38:34.855Z | Compiling enum-as-inner v0.6.1 |
1535 | 2025-03-25T21:38:35.403Z | Compiling openapiv3 v2.0.0 |
1536 | 2025-03-25T21:38:35.733Z | Compiling serde-big-array v0.5.1 |
1537 | 2025-03-25T21:38:35.926Z | Compiling serde_path_to_error v0.1.16 |
1538 | 2025-03-25T21:38:35.994Z | Compiling rfc6979 v0.4.0 |
1539 | 2025-03-25T21:38:36.072Z | Compiling sha1 v0.10.6 |
1540 | 2025-03-25T21:38:36.209Z | Compiling daft-derive v0.1.2 |
1541 | 2025-03-25T21:38:36.527Z | Compiling serde_repr v0.1.19 |
1542 | 2025-03-25T21:38:36.678Z | Compiling bstr v1.10.0 |
1543 | 2025-03-25T21:38:37.749Z | Compiling float-cmp v0.10.0 |
1544 | 2025-03-25T21:38:37.801Z | Compiling hostname v0.4.0 |
1545 | 2025-03-25T21:38:38.013Z | Compiling number_prefix v0.4.0 |
1546 | 2025-03-25T21:38:38.032Z | Compiling fixedbitset v0.4.2 |
1547 | 2025-03-25T21:38:38.214Z | Compiling predicates-core v1.0.8 |
1548 | 2025-03-25T21:38:38.246Z | Compiling difflib v0.4.0 |
1549 | 2025-03-25T21:38:38.559Z | Compiling data-encoding v2.6.0 |
1550 | 2025-03-25T21:38:38.580Z | Compiling whoami v1.5.2 |
1551 | 2025-03-25T21:38:38.599Z | Compiling normalize-line-endings v0.3.0 |
1552 | 2025-03-25T21:38:38.751Z | Compiling static_assertions v1.1.0 |
1553 | 2025-03-25T21:38:38.877Z | Compiling new_debug_unreachable v1.0.6 |
1554 | 2025-03-25T21:38:38.996Z | Compiling precomputed-hash v0.1.1 |
1555 | 2025-03-25T21:38:39.142Z | Compiling debug-ignore v1.0.5 |
1556 | 2025-03-25T21:38:39.147Z | Compiling unicode-segmentation v1.12.0 |
1557 | 2025-03-25T21:38:39.283Z | Compiling clap v4.5.32 |
1558 | 2025-03-25T21:38:39.344Z | Compiling hickory-proto v0.24.4 |
1559 | 2025-03-25T21:38:39.419Z | Compiling string_cache v0.8.7 |
1560 | 2025-03-25T21:38:39.529Z | Compiling tokio-postgres v0.7.13 |
1561 | 2025-03-25T21:38:39.533Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1562 | 2025-03-25T21:38:39.851Z | Compiling similar v2.7.0 |
1563 | 2025-03-25T21:38:39.991Z | Compiling predicates v3.1.3 |
1564 | 2025-03-25T21:38:40.449Z | Compiling petgraph v0.6.5 |
1565 | 2025-03-25T21:38:41.497Z | Compiling indicatif v0.17.11 |
1566 | 2025-03-25T21:38:41.953Z | Compiling daft v0.1.2 |
1567 | 2025-03-25T21:38:42.461Z | Compiling ecdsa v0.16.9 |
1568 | 2025-03-25T21:38:43.300Z | Compiling rsa v0.9.6 |
1569 | 2025-03-25T21:38:43.495Z | Compiling ed25519-dalek v2.1.1 |
1570 | 2025-03-25T21:38:44.830Z | Compiling toml v0.7.8 |
1571 | 2025-03-25T21:38:45.316Z | Compiling crossterm v0.28.1 |
1572 | 2025-03-25T21:38:46.401Z | Compiling zip v0.6.6 |
1573 | 2025-03-25T21:38:46.858Z | Compiling tokio-stream v0.1.17 |
1574 | 2025-03-25T21:38:46.913Z | Compiling hex v0.4.3 |
1575 | 2025-03-25T21:38:47.528Z | Compiling x509-cert v0.2.5 |
1576 | 2025-03-25T21:38:47.762Z | Compiling itertools v0.10.5 |
1577 | 2025-03-25T21:38:47.865Z | Compiling lalrpop-util v0.19.12 |
1578 | 2025-03-25T21:38:48.148Z | Compiling unicode-xid v0.2.6 |
1579 | 2025-03-25T21:38:48.250Z | Compiling peg-runtime v0.8.5 |
1580 | 2025-03-25T21:38:48.349Z | Compiling strum_macros v0.26.4 |
1581 | 2025-03-25T21:38:48.412Z | Compiling xattr v1.3.1 |
1582 | 2025-03-25T21:38:48.557Z | Compiling filetime v0.2.25 |
1583 | 2025-03-25T21:38:48.861Z | Compiling tar v0.4.44 |
1584 | 2025-03-25T21:38:52.962Z | Compiling strum v0.26.3 |
1585 | 2025-03-25T21:38:55.788Z | Compiling aws-lc-sys v0.26.0 |
1586 | 2025-03-25T21:39:27.617Z | Compiling rustls-webpki v0.102.8 |
1587 | 2025-03-25T21:39:30.945Z | Compiling tokio-rustls v0.25.0 |
1588 | 2025-03-25T21:39:32.682Z | Compiling tokio-rustls v0.26.0 |
1589 | 2025-03-25T21:39:33.015Z | Compiling hyper-rustls v0.27.3 |
1590 | 2025-03-25T21:39:33.422Z | Compiling reqwest v0.12.12 |
1591 | 2025-03-25T21:39:37.099Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1592 | 2025-03-25T21:39:37.379Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1593 | 2025-03-25T21:39:41.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s |
1594 | 2025-03-25T21:39:42.144Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1595 | 2025-03-25T21:39:42.199Z | Mar 25 21:39:41.440 INFO Starting download, target: Cockroach |
1596 | 2025-03-25T21:39:42.199Z | Mar 25 21:39:41.440 INFO Starting download, target: Clickhouse |
1597 | 2025-03-25T21:39:42.199Z | Mar 25 21:39:41.440 INFO Starting download, target: Console |
1598 | 2025-03-25T21:39:42.199Z | Mar 25 21:39:41.440 INFO Starting download, target: DendriteOpenapi |
1599 | 2025-03-25T21:39:42.199Z | Mar 25 21:39:41.440 INFO Starting download, target: DendriteStub |
1600 | 2025-03-25T21:39:42.203Z | Mar 25 21:39:41.440 INFO Starting download, target: MaghemiteMgd |
1601 | 2025-03-25T21:39:42.203Z | Mar 25 21:39:41.440 INFO Starting download, target: TransceiverControl |
1602 | 2025-03-25T21:39:42.203Z | Mar 25 21:39:41.441 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1603 | 2025-03-25T21:39:42.203Z | Mar 25 21:39:41.441 INFO Downloading out/downloads/dpd-58f63f5721d40d1954524879d1ede6b9084c7b3b.json (attempt 1/3), target: DendriteOpenapi |
1604 | 2025-03-25T21:39:42.203Z | Mar 25 21:39:41.441 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1605 | 2025-03-25T21:39:42.203Z | Mar 25 21:39:41.441 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1606 | 2025-03-25T21:39:42.203Z | Mar 25 21:39:41.441 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1607 | 2025-03-25T21:39:42.203Z | Mar 25 21:39:41.441 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1608 | 2025-03-25T21:39:42.203Z | Mar 25 21:39:41.441 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1609 | 2025-03-25T21:39:42.357Z | Mar 25 21:39:41.589 INFO Download complete, target: DendriteOpenapi |
1610 | 2025-03-25T21:39:42.558Z | Mar 25 21:39:41.754 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1611 | 2025-03-25T21:39:42.744Z | Mar 25 21:39:41.971 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1612 | 2025-03-25T21:39:42.956Z | Mar 25 21:39:42.158 INFO Download complete, target: TransceiverControl |
1613 | 2025-03-25T21:39:43.186Z | Mar 25 21:39:42.350 INFO Download complete, target: Console |
1614 | 2025-03-25T21:39:43.863Z | Mar 25 21:39:43.005 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1615 | 2025-03-25T21:39:44.169Z | Mar 25 21:39:43.327 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1616 | 2025-03-25T21:39:44.318Z | Mar 25 21:39:43.498 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1617 | 2025-03-25T21:39:45.267Z | Mar 25 21:39:44.505 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1618 | 2025-03-25T21:39:45.268Z | Mar 25 21:39:44.505 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1619 | 2025-03-25T21:39:46.315Z | Mar 25 21:39:45.555 INFO Download complete, target: MaghemiteMgd |
1620 | 2025-03-25T21:39:47.292Z | Mar 25 21:39:46.530 INFO Download complete, target: DendriteStub |
1621 | 2025-03-25T21:39:51.747Z | Mar 25 21:39:50.986 INFO Checking that binary works, target: Cockroach |
1622 | 2025-03-25T21:39:51.908Z | Mar 25 21:39:51.148 INFO Download complete, target: Cockroach |
1623 | 2025-03-25T21:39:55.067Z | Mar 25 21:39:54.304 INFO Checking that binary works, target: Clickhouse |
1624 | 2025-03-25T21:39:55.257Z | Mar 25 21:39:54.497 INFO Download complete, target: Clickhouse |
1625 | 2025-03-25T21:39:55.265Z | All prerequisites installed successfully |
1626 | 2025-03-25T21:39:55.269Z | |
1627 | 2025-03-25T21:39:55.269Z | real 6:56.500390620 |
1628 | 2025-03-25T21:39:55.269Z | user 15:51.128995898 |
1629 | 2025-03-25T21:39:55.269Z | sys 2:13.297486832 |
1630 | 2025-03-25T21:39:55.269Z | trap 0.602458819 |
1631 | 2025-03-25T21:39:55.269Z | tflt 3.115085880 |
1632 | 2025-03-25T21:39:55.269Z | dflt 2.740286488 |
1633 | 2025-03-25T21:39:55.269Z | kflt 0.069718015 |
1634 | 2025-03-25T21:39:55.269Z | lock 24:42.543711834 |
1635 | 2025-03-25T21:39:55.269Z | slp 1:01:10.850214684 |
1636 | 2025-03-25T21:39:55.269Z | lat 1:02.967734783 |
1637 | 2025-03-25T21:39:55.269Z | stop 2:33.226468090 |
1638 | 2025-03-25T21:39:55.269Z | + ptime -m cargo xtask download softnpu |
1639 | 2025-03-25T21:39:55.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1640 | 2025-03-25T21:39:55.859Z | Running `target/debug/xtask download softnpu` |
1641 | 2025-03-25T21:39:56.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
1642 | 2025-03-25T21:39:56.873Z | Running `target/debug/xtask-downloader softnpu` |
1643 | 2025-03-25T21:39:56.912Z | Mar 25 21:39:56.151 INFO Starting download, target: Softnpu |
1644 | 2025-03-25T21:39:56.916Z | Mar 25 21:39:56.152 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1645 | 2025-03-25T21:39:57.534Z | Mar 25 21:39:56.772 INFO Download complete, target: Softnpu |
1646 | 2025-03-25T21:39:57.537Z | |
1647 | 2025-03-25T21:39:57.537Z | real 2.263709673 |
1648 | 2025-03-25T21:39:57.537Z | user 1.445257928 |
1649 | 2025-03-25T21:39:57.537Z | sys 0.573102565 |
1650 | 2025-03-25T21:39:57.537Z | trap 0.000818578 |
1651 | 2025-03-25T21:39:57.537Z | tflt 0.000080852 |
1652 | 2025-03-25T21:39:57.537Z | dflt 0.000051003 |
1653 | 2025-03-25T21:39:57.537Z | kflt 0.000000000 |
1654 | 2025-03-25T21:39:57.537Z | lock 6.641724001 |
1655 | 2025-03-25T21:39:57.537Z | slp 0.483247215 |
1656 | 2025-03-25T21:39:57.537Z | lat 0.072722768 |
1657 | 2025-03-25T21:39:57.537Z | stop 0.000169997 |
1658 | 2025-03-25T21:39:57.542Z | + export CARGO_INCREMENTAL=0 |
1659 | 2025-03-25T21:39:57.542Z | + CARGO_INCREMENTAL=0 |
1660 | 2025-03-25T21:39:57.542Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1661 | 2025-03-25T21:39:58.592Z | Compiling proc-macro2 v1.0.94 |
1662 | 2025-03-25T21:39:58.592Z | Compiling unicode-ident v1.0.14 |
1663 | 2025-03-25T21:39:58.595Z | Compiling libc v0.2.170 |
1664 | 2025-03-25T21:39:58.595Z | Compiling serde v1.0.218 |
1665 | 2025-03-25T21:39:58.595Z | Compiling autocfg v1.4.0 |
1666 | 2025-03-25T21:39:58.595Z | Compiling cfg-if v1.0.0 |
1667 | 2025-03-25T21:39:58.595Z | Compiling version_check v0.9.5 |
1668 | 2025-03-25T21:39:58.865Z | Compiling memchr v2.7.4 |
1669 | 2025-03-25T21:39:58.904Z | Compiling shlex v1.3.0 |
1670 | 2025-03-25T21:39:58.924Z | Compiling typenum v1.17.0 |
1671 | 2025-03-25T21:39:59.321Z | Compiling value-bag v1.9.0 |
1672 | 2025-03-25T21:39:59.341Z | Compiling serde_json v1.0.139 |
1673 | 2025-03-25T21:39:59.544Z | Compiling lock_api v0.4.12 |
1674 | 2025-03-25T21:39:59.678Z | Compiling generic-array v0.14.7 |
1675 | 2025-03-25T21:39:59.775Z | Compiling log v0.4.22 |
1676 | 2025-03-25T21:39:59.987Z | Compiling scopeguard v1.2.0 |
1677 | 2025-03-25T21:40:00.032Z | Compiling libm v0.2.8 |
1678 | 2025-03-25T21:40:00.172Z | Compiling parking_lot_core v0.9.10 |
1679 | 2025-03-25T21:40:00.390Z | Compiling num-traits v0.2.19 |
1680 | 2025-03-25T21:40:00.483Z | Compiling quote v1.0.39 |
1681 | 2025-03-25T21:40:00.593Z | Compiling jobserver v0.1.32 |
1682 | 2025-03-25T21:40:00.612Z | Compiling rustix v0.38.37 |
1683 | 2025-03-25T21:40:00.710Z | Compiling semver v1.0.25 |
1684 | 2025-03-25T21:40:00.760Z | Compiling getrandom v0.2.15 |
1685 | 2025-03-25T21:40:00.951Z | Compiling syn v2.0.98 |
1686 | 2025-03-25T21:40:01.065Z | Compiling cc v1.2.15 |
1687 | 2025-03-25T21:40:01.127Z | Compiling aho-corasick v1.1.3 |
1688 | 2025-03-25T21:40:01.145Z | Compiling regex-syntax v0.8.5 |
1689 | 2025-03-25T21:40:01.187Z | Compiling getrandom v0.3.1 |
1690 | 2025-03-25T21:40:01.254Z | Compiling either v1.14.0 |
1691 | 2025-03-25T21:40:01.628Z | Compiling itoa v1.0.11 |
1692 | 2025-03-25T21:40:01.657Z | Compiling once_cell v1.20.3 |
1693 | 2025-03-25T21:40:01.684Z | Compiling thiserror v1.0.69 |
1694 | 2025-03-25T21:40:02.166Z | Compiling spin v0.9.8 |
1695 | 2025-03-25T21:40:02.388Z | Compiling errno v0.3.9 |
1696 | 2025-03-25T21:40:02.497Z | Compiling slab v0.4.9 |
1697 | 2025-03-25T21:40:02.630Z | Compiling rand_core v0.6.4 |
1698 | 2025-03-25T21:40:03.020Z | Compiling glob v0.3.2 |
1699 | 2025-03-25T21:40:03.127Z | Compiling prettyplease v0.2.30 |
1700 | 2025-03-25T21:40:03.478Z | Compiling lazy_static v1.5.0 |
1701 | 2025-03-25T21:40:03.555Z | Compiling minimal-lexical v0.2.1 |
1702 | 2025-03-25T21:40:03.626Z | Compiling smallvec v1.14.0 |
1703 | 2025-03-25T21:40:03.743Z | Compiling clang-sys v1.8.1 |
1704 | 2025-03-25T21:40:04.023Z | Compiling nom v7.1.3 |
1705 | 2025-03-25T21:40:04.128Z | Compiling libloading v0.8.5 |
1706 | 2025-03-25T21:40:04.244Z | Compiling foldhash v0.1.3 |
1707 | 2025-03-25T21:40:04.364Z | Compiling equivalent v1.0.1 |
1708 | 2025-03-25T21:40:04.451Z | Compiling bindgen v0.69.5 |
1709 | 2025-03-25T21:40:04.471Z | Compiling home v0.5.9 |
1710 | 2025-03-25T21:40:04.505Z | Compiling pkg-config v0.3.31 |
1711 | 2025-03-25T21:40:04.530Z | Compiling allocator-api2 v0.2.18 |
1712 | 2025-03-25T21:40:04.885Z | Compiling regex-automata v0.4.8 |
1713 | 2025-03-25T21:40:05.261Z | Compiling hashbrown v0.15.1 |
1714 | 2025-03-25T21:40:05.568Z | Compiling itertools v0.12.1 |
1715 | 2025-03-25T21:40:06.300Z | Compiling subtle v2.6.1 |
1716 | 2025-03-25T21:40:06.501Z | Compiling lazycell v1.3.0 |
1717 | 2025-03-25T21:40:06.520Z | Compiling rustc-hash v1.1.0 |
1718 | 2025-03-25T21:40:06.625Z | Compiling cmake v0.1.51 |
1719 | 2025-03-25T21:40:06.676Z | Compiling fs_extra v1.3.0 |
1720 | 2025-03-25T21:40:07.019Z | Compiling ryu v1.0.18 |
1721 | 2025-03-25T21:40:07.196Z | Compiling cexpr v0.6.0 |
1722 | 2025-03-25T21:40:07.303Z | Compiling dunce v1.0.5 |
1723 | 2025-03-25T21:40:07.438Z | Compiling schemars v0.8.22 |
1724 | 2025-03-25T21:40:07.515Z | Compiling paste v1.0.15 |
1725 | 2025-03-25T21:40:07.927Z | Compiling pin-project-lite v0.2.14 |
1726 | 2025-03-25T21:40:08.099Z | Compiling ring v0.17.11 |
1727 | 2025-03-25T21:40:08.435Z | Compiling synstructure v0.13.1 |
1728 | 2025-03-25T21:40:09.009Z | Compiling serde_derive_internals v0.29.1 |
1729 | 2025-03-25T21:40:09.492Z | Compiling byteorder v1.5.0 |
1730 | 2025-03-25T21:40:09.733Z | Compiling regex v1.11.1 |
1731 | 2025-03-25T21:40:10.048Z | Compiling aws-lc-rs v1.12.4 |
1732 | 2025-03-25T21:40:10.925Z | Compiling signal-hook-registry v1.4.2 |
1733 | 2025-03-25T21:40:10.955Z | Compiling fnv v1.0.7 |
1734 | 2025-03-25T21:40:11.002Z | Compiling const-oid v0.9.6 |
1735 | 2025-03-25T21:40:11.117Z | Compiling parking_lot v0.12.3 |
1736 | 2025-03-25T21:40:11.373Z | Compiling mio v1.0.2 |
1737 | 2025-03-25T21:40:12.282Z | Compiling serde_derive v1.0.218 |
1738 | 2025-03-25T21:40:12.461Z | Compiling zeroize_derive v1.4.2 |
1739 | 2025-03-25T21:40:12.671Z | Compiling tokio-macros v2.5.0 |
1740 | 2025-03-25T21:40:12.998Z | Compiling thiserror-impl v1.0.69 |
1741 | 2025-03-25T21:40:13.103Z | Compiling zerocopy-derive v0.7.35 |
1742 | 2025-03-25T21:40:13.211Z | Compiling zerofrom-derive v0.1.4 |
1743 | 2025-03-25T21:40:13.243Z | Compiling yoke-derive v0.7.4 |
1744 | 2025-03-25T21:40:13.727Z | Compiling zerovec-derive v0.10.3 |
1745 | 2025-03-25T21:40:13.793Z | Compiling zeroize v1.8.1 |
1746 | 2025-03-25T21:40:14.259Z | Compiling displaydoc v0.2.5 |
1747 | 2025-03-25T21:40:14.457Z | Compiling futures-macro v0.3.31 |
1748 | 2025-03-25T21:40:15.526Z | Compiling schemars_derive v0.8.22 |
1749 | 2025-03-25T21:40:15.802Z | Compiling icu_provider_macros v1.5.0 |
1750 | 2025-03-25T21:40:15.987Z | Compiling tracing-attributes v0.1.27 |
1751 | 2025-03-25T21:40:16.090Z | Compiling crypto-common v0.1.6 |
1752 | 2025-03-25T21:40:16.605Z | Compiling stable_deref_trait v1.2.0 |
1753 | 2025-03-25T21:40:16.865Z | Compiling heck v0.5.0 |
1754 | 2025-03-25T21:40:16.889Z | Compiling block-buffer v0.10.4 |
1755 | 2025-03-25T21:40:17.121Z | Compiling der_derive v0.7.3 |
1756 | 2025-03-25T21:40:17.282Z | Compiling socket2 v0.5.8 |
1757 | 2025-03-25T21:40:17.428Z | Compiling httparse v1.9.5 |
1758 | 2025-03-25T21:40:18.063Z | Compiling vcpkg v0.2.15 |
1759 | 2025-03-25T21:40:18.886Z | Compiling digest v0.10.7 |
1760 | 2025-03-25T21:40:18.948Z | Compiling num-conv v0.1.0 |
1761 | 2025-03-25T21:40:18.967Z | Compiling time-core v0.1.2 |
1762 | 2025-03-25T21:40:18.971Z | Compiling crossbeam-utils v0.8.20 |
1763 | 2025-03-25T21:40:19.201Z | Compiling futures-core v0.3.31 |
1764 | 2025-03-25T21:40:19.254Z | Compiling time-macros v0.2.18 |
1765 | 2025-03-25T21:40:19.324Z | Compiling zerocopy v0.8.10 |
1766 | 2025-03-25T21:40:19.461Z | Compiling openssl-sys v0.9.106 |
1767 | 2025-03-25T21:40:20.280Z | Compiling zerocopy v0.7.35 |
1768 | 2025-03-25T21:40:20.963Z | Compiling zerocopy-derive v0.8.10 |
1769 | 2025-03-25T21:40:21.698Z | Compiling futures-sink v0.3.31 |
1770 | 2025-03-25T21:40:21.842Z | Compiling syn v1.0.109 |
1771 | 2025-03-25T21:40:21.998Z | Compiling slog v2.7.0 |
1772 | 2025-03-25T21:40:22.043Z | Compiling iana-time-zone v0.1.61 |
1773 | 2025-03-25T21:40:22.184Z | Compiling cpufeatures v0.2.14 |
1774 | 2025-03-25T21:40:22.680Z | Compiling openssl v0.10.71 |
1775 | 2025-03-25T21:40:23.046Z | Compiling hmac v0.12.1 |
1776 | 2025-03-25T21:40:23.065Z | Compiling zerofrom v0.1.4 |
1777 | 2025-03-25T21:40:23.357Z | Compiling yoke v0.7.4 |
1778 | 2025-03-25T21:40:23.460Z | Compiling futures-channel v0.3.31 |
1779 | 2025-03-25T21:40:23.705Z | Compiling block-padding v0.3.3 |
1780 | 2025-03-25T21:40:23.734Z | Compiling scroll_derive v0.12.0 |
1781 | 2025-03-25T21:40:23.805Z | Compiling openssl-macros v0.1.1 |
1782 | 2025-03-25T21:40:23.857Z | Compiling native-tls v0.2.12 |
1783 | 2025-03-25T21:40:23.921Z | Compiling futures-task v0.3.31 |
1784 | 2025-03-25T21:40:23.947Z | Compiling futures-io v0.3.31 |
1785 | 2025-03-25T21:40:24.226Z | Compiling bitflags v2.6.0 |
1786 | 2025-03-25T21:40:24.245Z | Compiling bytes v1.10.1 |
1787 | 2025-03-25T21:40:25.020Z | Compiling indexmap v2.7.1 |
1788 | 2025-03-25T21:40:25.638Z | Compiling uuid v1.15.1 |
1789 | 2025-03-25T21:40:25.866Z | Compiling tokio v1.43.0 |
1790 | 2025-03-25T21:40:27.060Z | Compiling chrono v0.4.40 |
1791 | 2025-03-25T21:40:27.246Z | Compiling serde_tokenstream v0.2.2 |
1792 | 2025-03-25T21:40:28.665Z | Compiling which v4.4.2 |
1793 | 2025-03-25T21:40:29.220Z | Compiling rustc_version v0.4.1 |
1794 | 2025-03-25T21:40:30.904Z | Compiling ucd-trie v0.1.7 |
1795 | 2025-03-25T21:40:31.302Z | Compiling pin-utils v0.1.0 |
1796 | 2025-03-25T21:40:31.432Z | Compiling dyn-clone v1.0.19 |
1797 | 2025-03-25T21:40:31.526Z | Compiling rustls v0.23.19 |
1798 | 2025-03-25T21:40:31.699Z | Compiling futures-util v0.3.31 |
1799 | 2025-03-25T21:40:31.868Z | Compiling pest v2.7.14 |
1800 | 2025-03-25T21:40:33.259Z | Compiling http v1.2.0 |
1801 | 2025-03-25T21:40:34.654Z | Compiling inout v0.1.3 |
1802 | 2025-03-25T21:40:34.945Z | Compiling zerovec v0.10.4 |
1803 | 2025-03-25T21:40:35.861Z | Compiling strsim v0.11.1 |
1804 | 2025-03-25T21:40:37.236Z | Compiling cipher v0.4.4 |
1805 | 2025-03-25T21:40:37.476Z | Compiling pest_meta v2.7.14 |
1806 | 2025-03-25T21:40:37.899Z | Compiling toml_datetime v0.6.8 |
1807 | 2025-03-25T21:40:38.068Z | Compiling serde_spanned v0.6.8 |
1808 | 2025-03-25T21:40:38.325Z | Compiling sha2 v0.10.8 |
1809 | 2025-03-25T21:40:38.356Z | Compiling cookie v0.18.1 |
1810 | 2025-03-25T21:40:38.707Z | Compiling base64ct v1.6.0 |
1811 | 2025-03-25T21:40:38.832Z | Compiling tinystr v0.7.6 |
1812 | 2025-03-25T21:40:39.117Z | Compiling pest_generator v2.7.14 |
1813 | 2025-03-25T21:40:39.283Z | Compiling pem-rfc7468 v0.7.0 |
1814 | 2025-03-25T21:40:40.864Z | Compiling tracing-core v0.1.32 |
1815 | 2025-03-25T21:40:41.063Z | Compiling writeable v0.5.5 |
1816 | 2025-03-25T21:40:41.140Z | Compiling aws-lc-sys v0.26.0 |
1817 | 2025-03-25T21:40:41.596Z | Compiling flagset v0.4.6 |
1818 | 2025-03-25T21:40:41.872Z | Compiling litemap v0.7.3 |
1819 | 2025-03-25T21:40:42.754Z | Compiling icu_locid v1.5.0 |
1820 | 2025-03-25T21:40:43.125Z | Compiling der v0.7.9 |
1821 | 2025-03-25T21:40:44.839Z | Compiling tracing v0.1.40 |
1822 | 2025-03-25T21:40:45.665Z | Compiling pest_derive v2.7.14 |
1823 | 2025-03-25T21:40:46.476Z | Compiling usdt-impl v0.5.0 |
1824 | 2025-03-25T21:40:46.859Z | Compiling rustls-pki-types v1.10.0 |
1825 | 2025-03-25T21:40:47.075Z | Compiling rayon-core v1.12.1 |
1826 | 2025-03-25T21:40:47.416Z | Compiling spki v0.7.3 |
1827 | 2025-03-25T21:40:47.771Z | Compiling icu_provider v1.5.0 |
1828 | 2025-03-25T21:40:48.576Z | Compiling salsa20 v0.10.2 |
1829 | 2025-03-25T21:40:48.824Z | Compiling tokio-util v0.7.13 |
1830 | 2025-03-25T21:40:49.599Z | Compiling scroll v0.12.0 |
1831 | 2025-03-25T21:40:50.069Z | Compiling ppv-lite86 v0.2.20 |
1832 | 2025-03-25T21:40:50.476Z | Compiling pbkdf2 v0.12.2 |
1833 | 2025-03-25T21:40:50.799Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1834 | 2025-03-25T21:40:50.918Z | Compiling plain v0.2.3 |
1835 | 2025-03-25T21:40:51.079Z | Compiling percent-encoding v2.3.1 |
1836 | 2025-03-25T21:40:51.107Z | Compiling camino v1.1.9 |
1837 | 2025-03-25T21:40:51.306Z | Compiling icu_locid_transform_data v1.5.0 |
1838 | 2025-03-25T21:40:51.426Z | Compiling rustversion v1.0.17 |
1839 | 2025-03-25T21:40:51.581Z | Compiling powerfmt v0.2.0 |
1840 | 2025-03-25T21:40:51.710Z | Compiling winnow v0.5.40 |
1841 | 2025-03-25T21:40:51.989Z | Compiling anyhow v1.0.97 |
1842 | 2025-03-25T21:40:52.062Z | Compiling untrusted v0.7.1 |
1843 | 2025-03-25T21:40:52.200Z | Compiling litrs v0.4.1 |
1844 | 2025-03-25T21:40:52.264Z | Compiling untrusted v0.9.0 |
1845 | 2025-03-25T21:40:52.557Z | Compiling icu_locid_transform v1.5.0 |
1846 | 2025-03-25T21:40:52.590Z | Compiling deranged v0.3.11 |
1847 | 2025-03-25T21:40:53.128Z | Compiling document-features v0.2.10 |
1848 | 2025-03-25T21:40:54.156Z | Compiling goblin v0.8.2 |
1849 | 2025-03-25T21:40:54.528Z | Compiling scrypt v0.11.0 |
1850 | 2025-03-25T21:40:54.608Z | Compiling aes v0.8.4 |
1851 | 2025-03-25T21:40:54.949Z | Compiling toml_edit v0.19.15 |
1852 | 2025-03-25T21:40:54.987Z | Compiling cbc v0.1.2 |
1853 | 2025-03-25T21:40:55.216Z | Compiling icu_collections v1.5.0 |
1854 | 2025-03-25T21:40:59.206Z | Compiling rustls v0.22.4 |
1855 | 2025-03-25T21:40:59.951Z | Compiling num_threads v0.1.7 |
1856 | 2025-03-25T21:41:00.093Z | Compiling pretty-hex v0.4.1 |
1857 | 2025-03-25T21:41:00.206Z | Compiling icu_properties_data v1.5.0 |
1858 | 2025-03-25T21:41:00.613Z | Compiling atomic-waker v1.1.2 |
1859 | 2025-03-25T21:41:00.834Z | Compiling icu_properties v1.5.1 |
1860 | 2025-03-25T21:41:01.041Z | Compiling dof v0.3.0 |
1861 | 2025-03-25T21:41:02.478Z | Compiling time v0.3.36 |
1862 | 2025-03-25T21:41:05.359Z | Compiling pkcs5 v0.7.1 |
1863 | 2025-03-25T21:41:06.453Z | Compiling dtrace-parser v0.2.0 |
1864 | 2025-03-25T21:41:06.543Z | Compiling http-body v1.0.1 |
1865 | 2025-03-25T21:41:06.842Z | Compiling heapless v0.7.17 |
1866 | 2025-03-25T21:41:07.236Z | Compiling async-trait v0.1.87 |
1867 | 2025-03-25T21:41:07.257Z | Compiling thread-id v4.2.2 |
1868 | 2025-03-25T21:41:07.280Z | Compiling icu_normalizer_data v1.5.0 |
1869 | 2025-03-25T21:41:07.390Z | Compiling newtype-uuid v1.2.1 |
1870 | 2025-03-25T21:41:07.409Z | Compiling utf16_iter v1.0.5 |
1871 | 2025-03-25T21:41:07.624Z | Compiling try-lock v0.2.5 |
1872 | 2025-03-25T21:41:07.809Z | Compiling write16 v1.0.0 |
1873 | 2025-03-25T21:41:08.011Z | Compiling signal-hook v0.3.17 |
1874 | 2025-03-25T21:41:08.149Z | Compiling utf8_iter v1.0.4 |
1875 | 2025-03-25T21:41:08.570Z | Compiling icu_normalizer v1.5.0 |
1876 | 2025-03-25T21:41:10.189Z | Compiling want v0.3.1 |
1877 | 2025-03-25T21:41:11.106Z | Compiling pkcs8 v0.10.2 |
1878 | 2025-03-25T21:41:11.561Z | Compiling h2 v0.4.6 |
1879 | 2025-03-25T21:41:11.734Z | Compiling form_urlencoded v1.2.1 |
1880 | 2025-03-25T21:41:12.630Z | Compiling multer v3.1.0 |
1881 | 2025-03-25T21:41:13.359Z | Compiling tower-service v0.3.3 |
1882 | 2025-03-25T21:41:13.508Z | Compiling httpdate v1.0.3 |
1883 | 2025-03-25T21:41:13.557Z | Compiling adler2 v2.0.0 |
1884 | 2025-03-25T21:41:13.848Z | Compiling slog-async v2.8.0 |
1885 | 2025-03-25T21:41:14.322Z | Compiling tinyvec_macros v0.1.1 |
1886 | 2025-03-25T21:41:14.418Z | Compiling tinyvec v1.8.0 |
1887 | 2025-03-25T21:41:14.607Z | Compiling miniz_oxide v0.8.5 |
1888 | 2025-03-25T21:41:16.509Z | Compiling idna_adapter v1.2.0 |
1889 | 2025-03-25T21:41:18.407Z | Compiling curve25519-dalek v4.1.3 |
1890 | 2025-03-25T21:41:18.947Z | Compiling memoffset v0.9.1 |
1891 | 2025-03-25T21:41:19.111Z | Compiling foreign-types-shared v0.1.1 |
1892 | 2025-03-25T21:41:19.312Z | Compiling smoltcp v0.9.1 |
1893 | 2025-03-25T21:41:19.728Z | Compiling num-bigint-dig v0.8.4 |
1894 | 2025-03-25T21:41:19.910Z | Compiling hyper v1.6.0 |
1895 | 2025-03-25T21:41:20.503Z | Compiling portable-atomic v1.9.0 |
1896 | 2025-03-25T21:41:21.404Z | Compiling base64 v0.22.1 |
1897 | 2025-03-25T21:41:22.520Z | Compiling foreign-types v0.3.2 |
1898 | 2025-03-25T21:41:22.768Z | Compiling rand_core v0.9.2 |
1899 | 2025-03-25T21:41:23.131Z | Compiling hyper-util v0.1.10 |
1900 | 2025-03-25T21:41:23.425Z | Compiling idna v1.0.3 |
1901 | 2025-03-25T21:41:28.785Z | Compiling usdt-attr-macro v0.5.0 |
1902 | 2025-03-25T21:41:29.641Z | Compiling usdt-macro v0.5.0 |
1903 | 2025-03-25T21:41:31.554Z | Compiling openapiv3 v2.0.0 |
1904 | 2025-03-25T21:41:31.706Z | Compiling async-stream-impl v0.3.6 |
1905 | 2025-03-25T21:41:31.813Z | Compiling ident_case v1.0.1 |
1906 | 2025-03-25T21:41:31.837Z | Compiling heck v0.4.1 |
1907 | 2025-03-25T21:41:32.202Z | Compiling siphasher v0.3.11 |
1908 | 2025-03-25T21:41:32.584Z | Compiling cfg_aliases v0.2.1 |
1909 | 2025-03-25T21:41:32.653Z | Compiling darling_core v0.20.10 |
1910 | 2025-03-25T21:41:32.707Z | Compiling nix v0.29.0 |
1911 | 2025-03-25T21:41:40.795Z | Compiling rand_chacha v0.9.0 |
1912 | 2025-03-25T21:41:41.704Z | Compiling unicode-normalization v0.1.24 |
1913 | 2025-03-25T21:41:42.877Z | Compiling http-body-util v0.1.2 |
1914 | 2025-03-25T21:41:43.893Z | Compiling crossbeam-epoch v0.9.18 |
1915 | 2025-03-25T21:41:45.506Z | Compiling rand_chacha v0.3.1 |
1916 | 2025-03-25T21:41:46.000Z | Compiling ipnetwork v0.21.1 |
1917 | 2025-03-25T21:41:46.398Z | Compiling hubpack_derive v0.1.1 |
1918 | 2025-03-25T21:41:47.289Z | Compiling signature v2.2.0 |
1919 | 2025-03-25T21:41:47.483Z | Compiling zerocopy-derive v0.6.6 |
1920 | 2025-03-25T21:41:47.530Z | Compiling daft-derive v0.1.2 |
1921 | 2025-03-25T21:41:48.649Z | Compiling curve25519-dalek-derive v0.1.1 |
1922 | 2025-03-25T21:41:49.052Z | Compiling dirs-sys-next v0.1.2 |
1923 | 2025-03-25T21:41:49.189Z | Compiling fs-err v2.11.0 |
1924 | 2025-03-25T21:41:49.478Z | Compiling ahash v0.8.11 |
1925 | 2025-03-25T21:41:49.533Z | Compiling dropshot v0.12.0 |
1926 | 2025-03-25T21:41:49.643Z | Compiling encoding_rs v0.8.34 |
1927 | 2025-03-25T21:41:49.880Z | Compiling crc32fast v1.4.2 |
1928 | 2025-03-25T21:41:49.912Z | Compiling utf8parse v0.2.2 |
1929 | 2025-03-25T21:41:49.951Z | Compiling mime v0.3.17 |
1930 | 2025-03-25T21:41:50.094Z | Compiling gimli v0.31.1 |
1931 | 2025-03-25T21:41:50.247Z | Compiling anstyle v1.0.10 |
1932 | 2025-03-25T21:41:50.679Z | Compiling openssl-probe v0.1.5 |
1933 | 2025-03-25T21:41:51.166Z | Compiling unicode-bidi v0.3.17 |
1934 | 2025-03-25T21:41:51.243Z | Compiling buf-list v1.0.3 |
1935 | 2025-03-25T21:41:51.839Z | Compiling zip v2.1.3 |
1936 | 2025-03-25T21:41:52.177Z | Compiling unicode-properties v0.1.3 |
1937 | 2025-03-25T21:41:52.590Z | Compiling stringprep v0.1.5 |
1938 | 2025-03-25T21:41:53.455Z | Compiling anstyle-parse v0.2.5 |
1939 | 2025-03-25T21:41:53.811Z | Compiling dirs-next v2.0.0 |
1940 | 2025-03-25T21:41:53.846Z | Compiling rand v0.8.5 |
1941 | 2025-03-25T21:41:55.689Z | Compiling addr2line v0.24.2 |
1942 | 2025-03-25T21:41:56.783Z | Compiling crossbeam-deque v0.8.5 |
1943 | 2025-03-25T21:41:56.844Z | Compiling rand v0.9.0 |
1944 | 2025-03-25T21:41:57.145Z | Compiling darling_macro v0.20.10 |
1945 | 2025-03-25T21:41:58.065Z | Compiling url v2.5.3 |
1946 | 2025-03-25T21:41:58.892Z | Compiling rustls-webpki v0.102.8 |
1947 | 2025-03-25T21:41:59.766Z | Compiling serde_urlencoded v0.7.1 |
1948 | 2025-03-25T21:42:00.504Z | Compiling rustls-pemfile v2.2.0 |
1949 | 2025-03-25T21:42:00.758Z | Compiling md-5 v0.10.6 |
1950 | 2025-03-25T21:42:00.898Z | Compiling num-integer v0.1.46 |
1951 | 2025-03-25T21:42:00.982Z | Compiling hash32 v0.2.1 |
1952 | 2025-03-25T21:42:01.076Z | Compiling ff v0.13.0 |
1953 | 2025-03-25T21:42:01.320Z | Compiling thread_local v1.1.8 |
1954 | 2025-03-25T21:42:01.365Z | Compiling object v0.36.5 |
1955 | 2025-03-25T21:42:02.234Z | Compiling psl-types v2.0.11 |
1956 | 2025-03-25T21:42:02.483Z | Compiling fallible-iterator v0.2.0 |
1957 | 2025-03-25T21:42:03.967Z | Compiling anstyle-query v1.1.1 |
1958 | 2025-03-25T21:42:04.148Z | Compiling winnow v0.7.3 |
1959 | 2025-03-25T21:42:04.858Z | Compiling base16ct v0.2.0 |
1960 | 2025-03-25T21:42:05.393Z | Compiling colorchoice v1.0.2 |
1961 | 2025-03-25T21:42:05.575Z | Compiling rustc-demangle v0.1.24 |
1962 | 2025-03-25T21:42:05.851Z | Compiling match_cfg v0.1.0 |
1963 | 2025-03-25T21:42:05.969Z | Compiling is_terminal_polyfill v1.70.1 |
1964 | 2025-03-25T21:42:06.124Z | Compiling anstream v0.6.15 |
1965 | 2025-03-25T21:42:06.728Z | Compiling hostname v0.3.1 |
1966 | 2025-03-25T21:42:06.947Z | Compiling tokio-rustls v0.26.0 |
1967 | 2025-03-25T21:42:07.411Z | Compiling toml_edit v0.22.24 |
1968 | 2025-03-25T21:42:07.925Z | Compiling publicsuffix v2.3.0 |
1969 | 2025-03-25T21:42:07.958Z | Compiling sec1 v0.7.3 |
1970 | 2025-03-25T21:42:08.247Z | Compiling postgres-protocol v0.6.8 |
1971 | 2025-03-25T21:42:08.508Z | Compiling num-iter v0.1.45 |
1972 | 2025-03-25T21:42:08.726Z | Compiling group v0.13.0 |
1973 | 2025-03-25T21:42:09.051Z | Compiling backtrace v0.3.74 |
1974 | 2025-03-25T21:42:11.929Z | Compiling darling v0.20.10 |
1975 | 2025-03-25T21:42:12.065Z | Compiling bzip2 v0.4.4 |
1976 | 2025-03-25T21:42:12.269Z | Compiling term v0.7.0 |
1977 | 2025-03-25T21:42:12.464Z | Compiling tokio-native-tls v0.3.1 |
1978 | 2025-03-25T21:42:13.108Z | Compiling flate2 v1.1.0 |
1979 | 2025-03-25T21:42:13.404Z | Compiling phf_shared v0.11.2 |
1980 | 2025-03-25T21:42:13.772Z | Compiling strum_macros v0.25.3 |
1981 | 2025-03-25T21:42:13.915Z | Compiling slog-json v2.6.1 |
1982 | 2025-03-25T21:42:14.473Z | Compiling crossbeam-channel v0.5.13 |
1983 | 2025-03-25T21:42:14.793Z | Compiling webpki-roots v0.26.6 |
1984 | 2025-03-25T21:42:15.365Z | Compiling futures-executor v0.3.31 |
1985 | 2025-03-25T21:42:15.451Z | Compiling terminal_size v0.4.0 |
1986 | 2025-03-25T21:42:15.695Z | Compiling dropshot_endpoint v0.12.0 |
1987 | 2025-03-25T21:42:16.401Z | Compiling hkdf v0.12.4 |
1988 | 2025-03-25T21:42:16.550Z | Compiling sync_wrapper v1.0.1 |
1989 | 2025-03-25T21:42:16.728Z | Compiling enum-as-inner v0.6.1 |
1990 | 2025-03-25T21:42:16.850Z | Compiling clap_derive v4.5.32 |
1991 | 2025-03-25T21:42:17.150Z | Compiling crypto-bigint v0.5.5 |
1992 | 2025-03-25T21:42:17.783Z | Compiling serde_repr v0.1.19 |
1993 | 2025-03-25T21:42:18.286Z | Compiling regress v0.10.3 |
1994 | 2025-03-25T21:42:18.863Z | Compiling memmap v0.7.0 |
1995 | 2025-03-25T21:42:19.181Z | Compiling is-terminal v0.4.13 |
1996 | 2025-03-25T21:42:19.341Z | Compiling clap_lex v0.7.4 |
1997 | 2025-03-25T21:42:19.768Z | Compiling ipnet v2.11.0 |
1998 | 2025-03-25T21:42:20.631Z | Compiling managed v0.8.0 |
1999 | 2025-03-25T21:42:20.659Z | Compiling lockfree-object-pool v0.1.6 |
2000 | 2025-03-25T21:42:20.942Z | Compiling simd-adler32 v0.3.7 |
2001 | 2025-03-25T21:42:21.089Z | Compiling bumpalo v3.16.0 |
2002 | 2025-03-25T21:42:21.477Z | Compiling take_mut v0.2.2 |
2003 | 2025-03-25T21:42:21.546Z | Compiling unicode-width v0.2.0 |
2004 | 2025-03-25T21:42:21.656Z | Compiling bitflags v1.3.2 |
2005 | 2025-03-25T21:42:21.787Z | Compiling tower-layer v0.3.3 |
2006 | 2025-03-25T21:42:22.344Z | Compiling tower v0.5.2 |
2007 | 2025-03-25T21:42:22.452Z | Compiling console v0.15.10 |
2008 | 2025-03-25T21:42:22.738Z | Compiling typify-impl v0.2.0 |
2009 | 2025-03-25T21:42:23.324Z | Compiling zopfli v0.8.1 |
2010 | 2025-03-25T21:42:23.614Z | Compiling elliptic-curve v0.13.8 |
2011 | 2025-03-25T21:42:24.334Z | Compiling clap_builder v4.5.32 |
2012 | 2025-03-25T21:42:24.667Z | Compiling slog-term v2.9.1 |
2013 | 2025-03-25T21:42:24.670Z | Compiling usdt v0.5.0 |
2014 | 2025-03-25T21:42:25.122Z | Compiling oxnet v0.1.1 |
2015 | 2025-03-25T21:42:25.718Z | Compiling futures v0.3.31 |
2016 | 2025-03-25T21:42:25.853Z | Compiling hyper-rustls v0.27.3 |
2017 | 2025-03-25T21:42:26.534Z | Compiling tokio-rustls v0.25.0 |
2018 | 2025-03-25T21:42:27.513Z | Compiling slog-bunyan v2.5.0 |
2019 | 2025-03-25T21:42:28.841Z | Compiling phf v0.11.2 |
2020 | 2025-03-25T21:42:29.053Z | Compiling hyper-tls v0.6.0 |
2021 | 2025-03-25T21:42:29.413Z | Compiling signal-hook-mio v0.2.4 |
2022 | 2025-03-25T21:42:29.476Z | Compiling rayon v1.10.0 |
2023 | 2025-03-25T21:42:29.601Z | Compiling toml v0.8.20 |
2024 | 2025-03-25T21:42:29.622Z | Compiling cookie_store v0.21.1 |
2025 | 2025-03-25T21:42:30.565Z | Compiling postgres-types v0.2.9 |
2026 | 2025-03-25T21:42:30.951Z | Compiling zerocopy v0.6.6 |
2027 | 2025-03-25T21:42:30.954Z | Compiling ed25519 v2.2.3 |
2028 | 2025-03-25T21:42:31.077Z | Compiling hubpack v0.1.2 |
2029 | 2025-03-25T21:42:31.581Z | Compiling async-stream v0.3.6 |
2030 | 2025-03-25T21:42:31.759Z | Compiling phf_shared v0.10.0 |
2031 | 2025-03-25T21:42:31.864Z | Compiling pkcs1 v0.7.5 |
2032 | 2025-03-25T21:42:32.127Z | Compiling waitgroup v0.1.2 |
2033 | 2025-03-25T21:42:32.752Z | Compiling serde_path_to_error v0.1.16 |
2034 | 2025-03-25T21:42:32.801Z | Compiling serde-big-array v0.5.1 |
2035 | 2025-03-25T21:42:32.907Z | Compiling rfc6979 v0.4.0 |
2036 | 2025-03-25T21:42:33.050Z | Compiling sha1 v0.10.6 |
2037 | 2025-03-25T21:42:33.102Z | Compiling float-cmp v0.10.0 |
2038 | 2025-03-25T21:42:33.363Z | Compiling bstr v1.10.0 |
2039 | 2025-03-25T21:42:33.382Z | Compiling hostname v0.4.0 |
2040 | 2025-03-25T21:42:33.611Z | Compiling normalize-line-endings v0.3.0 |
2041 | 2025-03-25T21:42:33.704Z | Compiling whoami v1.5.2 |
2042 | 2025-03-25T21:42:33.740Z | Compiling unicode-segmentation v1.12.0 |
2043 | 2025-03-25T21:42:33.761Z | Compiling predicates-core v1.0.8 |
2044 | 2025-03-25T21:42:33.932Z | Compiling new_debug_unreachable v1.0.6 |
2045 | 2025-03-25T21:42:33.994Z | Compiling difflib v0.4.0 |
2046 | 2025-03-25T21:42:34.060Z | Compiling debug-ignore v1.0.5 |
2047 | 2025-03-25T21:42:34.060Z | Compiling data-encoding v2.6.0 |
2048 | 2025-03-25T21:42:34.240Z | Compiling number_prefix v0.4.0 |
2049 | 2025-03-25T21:42:34.489Z | Compiling static_assertions v1.1.0 |
2050 | 2025-03-25T21:42:34.516Z | Compiling precomputed-hash v0.1.1 |
2051 | 2025-03-25T21:42:34.595Z | Compiling fixedbitset v0.4.2 |
2052 | 2025-03-25T21:42:34.616Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2053 | 2025-03-25T21:42:34.655Z | Compiling string_cache v0.8.7 |
2054 | 2025-03-25T21:42:34.726Z | Compiling hickory-proto v0.24.4 |
2055 | 2025-03-25T21:42:35.013Z | Compiling petgraph v0.6.5 |
2056 | 2025-03-25T21:42:35.075Z | Compiling similar v2.7.0 |
2057 | 2025-03-25T21:42:35.357Z | Compiling indicatif v0.17.11 |
2058 | 2025-03-25T21:42:35.434Z | Compiling predicates v3.1.3 |
2059 | 2025-03-25T21:42:36.873Z | Compiling tokio-postgres v0.7.13 |
2060 | 2025-03-25T21:42:38.513Z | Compiling ecdsa v0.16.9 |
2061 | 2025-03-25T21:42:42.199Z | Compiling typify-macro v0.2.0 |
2062 | 2025-03-25T21:42:42.251Z | Compiling rsa v0.9.6 |
2063 | 2025-03-25T21:42:42.989Z | Compiling ed25519-dalek v2.1.1 |
2064 | 2025-03-25T21:42:44.189Z | Compiling reqwest v0.12.12 |
2065 | 2025-03-25T21:42:44.327Z | Compiling crossterm v0.28.1 |
2066 | 2025-03-25T21:42:44.363Z | Compiling clap v4.5.32 |
2067 | 2025-03-25T21:42:44.497Z | Compiling daft v0.1.2 |
2068 | 2025-03-25T21:42:44.552Z | Compiling zip v0.6.6 |
2069 | 2025-03-25T21:42:45.621Z | Compiling toml v0.7.8 |
2070 | 2025-03-25T21:42:45.833Z | Compiling tokio-stream v0.1.17 |
2071 | 2025-03-25T21:42:45.895Z | Compiling x509-cert v0.2.5 |
2072 | 2025-03-25T21:42:47.007Z | Compiling hex v0.4.3 |
2073 | 2025-03-25T21:42:47.245Z | Compiling itertools v0.10.5 |
2074 | 2025-03-25T21:42:49.566Z | Compiling lalrpop-util v0.19.12 |
2075 | 2025-03-25T21:42:49.939Z | Compiling peg-runtime v0.8.5 |
2076 | 2025-03-25T21:42:50.414Z | Compiling unicode-xid v0.2.6 |
2077 | 2025-03-25T21:42:53.369Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2078 | 2025-03-25T21:42:53.812Z | Compiling proc-macro-crate v1.3.1 |
2079 | 2025-03-25T21:42:54.610Z | Compiling macaddr v1.0.1 |
2080 | 2025-03-25T21:42:55.521Z | Compiling itertools v0.13.0 |
2081 | 2025-03-25T21:42:56.318Z | Compiling heapless v0.8.0 |
2082 | 2025-03-25T21:42:57.664Z | Compiling thiserror v2.0.12 |
2083 | 2025-03-25T21:42:58.302Z | Compiling fastrand v2.1.1 |
2084 | 2025-03-25T21:42:59.022Z | Compiling tempfile v3.13.0 |
2085 | 2025-03-25T21:42:59.026Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2086 | 2025-03-25T21:43:01.546Z | Compiling num_enum_derive v0.5.11 |
2087 | 2025-03-25T21:43:09.342Z | Compiling structmeta-derive v0.3.0 |
2088 | 2025-03-25T21:43:09.434Z | Compiling thiserror-impl v2.0.12 |
2089 | 2025-03-25T21:43:10.501Z | Compiling hash32 v0.3.1 |
2090 | 2025-03-25T21:43:11.990Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2091 | 2025-03-25T21:43:12.568Z | Compiling smoltcp v0.11.0 |
2092 | 2025-03-25T21:43:19.060Z | Compiling structmeta v0.3.0 |
2093 | 2025-03-25T21:43:23.146Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2094 | 2025-03-25T21:43:24.841Z | Compiling num_enum v0.5.11 |
2095 | 2025-03-25T21:43:25.422Z | Compiling typify v0.2.0 |
2096 | 2025-03-25T21:43:25.909Z | Compiling strum_macros v0.26.4 |
2097 | 2025-03-25T21:43:27.980Z | Compiling proc-macro-error-attr v1.0.4 |
2098 | 2025-03-25T21:43:28.350Z | Compiling unsafe-libyaml v0.2.11 |
2099 | 2025-03-25T21:43:30.817Z | Compiling cobs v0.2.3 |
2100 | 2025-03-25T21:43:31.649Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2101 | 2025-03-25T21:43:32.035Z | Compiling postcard v1.0.10 |
2102 | 2025-03-25T21:43:33.083Z | Compiling strum v0.26.3 |
2103 | 2025-03-25T21:43:33.308Z | Compiling serde_yaml v0.9.34+deprecated |
2104 | 2025-03-25T21:43:36.511Z | Compiling progenitor-impl v0.8.0 |
2105 | 2025-03-25T21:43:36.933Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2106 | 2025-03-25T21:43:46.633Z | Compiling foreign-types-macros v0.2.3 |
2107 | 2025-03-25T21:43:46.746Z | Compiling wait-timeout v0.2.0 |
2108 | 2025-03-25T21:43:46.871Z | Compiling proc-macro-error v1.0.4 |
2109 | 2025-03-25T21:43:47.229Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2110 | 2025-03-25T21:43:47.658Z | Compiling foreign-types-shared v0.3.1 |
2111 | 2025-03-25T21:43:47.708Z | Compiling bit-vec v0.8.0 |
2112 | 2025-03-25T21:43:47.975Z | Compiling unicode-width v0.1.14 |
2113 | 2025-03-25T21:43:49.038Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2114 | 2025-03-25T21:43:49.230Z | Compiling quick-error v1.2.3 |
2115 | 2025-03-25T21:43:49.417Z | Compiling rusty-fork v0.3.0 |
2116 | 2025-03-25T21:43:49.486Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2117 | 2025-03-25T21:43:55.929Z | Compiling tabwriter v1.4.0 |
2118 | 2025-03-25T21:43:56.870Z | Compiling bit-set v0.8.0 |
2119 | 2025-03-25T21:43:58.031Z | Compiling foreign-types v0.5.0 |
2120 | 2025-03-25T21:44:05.589Z | Compiling progenitor-macro v0.8.0 |
2121 | 2025-03-25T21:44:08.267Z | Compiling parse-display-derive v0.10.0 |
2122 | 2025-03-25T21:44:10.776Z | Compiling progenitor-client v0.8.0 |
2123 | 2025-03-25T21:44:14.038Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2124 | 2025-03-25T21:44:14.854Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2125 | 2025-03-25T21:44:15.175Z | Compiling rand_xorshift v0.3.0 |
2126 | 2025-03-25T21:44:15.329Z | Compiling cstr-argument v0.1.2 |
2127 | 2025-03-25T21:44:15.472Z | Compiling dropshot v0.16.0 |
2128 | 2025-03-25T21:44:15.624Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2129 | 2025-03-25T21:44:15.714Z | Compiling pretty-hex v0.2.1 |
2130 | 2025-03-25T21:44:15.950Z | Compiling crucible-workspace-hack v0.1.0 |
2131 | 2025-03-25T21:44:15.971Z | Compiling unarray v0.1.4 |
2132 | 2025-03-25T21:44:16.345Z | Compiling proptest v1.6.0 |
2133 | 2025-03-25T21:44:16.434Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2134 | 2025-03-25T21:44:17.118Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2135 | 2025-03-25T21:44:17.368Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2136 | 2025-03-25T21:44:17.390Z | Compiling progenitor v0.8.0 |
2137 | 2025-03-25T21:44:17.587Z | Compiling parse-display v0.10.0 |
2138 | 2025-03-25T21:44:17.973Z | Compiling test-strategy v0.4.0 |
2139 | 2025-03-25T21:44:18.328Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2140 | 2025-03-25T21:44:18.561Z | Compiling colored v2.2.0 |
2141 | 2025-03-25T21:44:19.551Z | Compiling serde_with_macros v3.12.0 |
2142 | 2025-03-25T21:44:19.989Z | Compiling dropshot_endpoint v0.16.0 |
2143 | 2025-03-25T21:44:21.160Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2144 | 2025-03-25T21:44:21.913Z | Compiling instant v0.1.13 |
2145 | 2025-03-25T21:44:21.944Z | Compiling winnow v0.6.20 |
2146 | 2025-03-25T21:44:22.112Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2147 | 2025-03-25T21:44:22.469Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2148 | 2025-03-25T21:44:22.595Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2149 | 2025-03-25T21:44:23.283Z | Compiling backoff v0.4.0 |
2150 | 2025-03-25T21:44:23.681Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2151 | 2025-03-25T21:44:23.926Z | Compiling serde_with v3.12.0 |
2152 | 2025-03-25T21:44:25.226Z | Compiling zone_cfg_derive v0.3.0 |
2153 | 2025-03-25T21:44:26.289Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2154 | 2025-03-25T21:44:26.631Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2155 | 2025-03-25T21:44:27.215Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2156 | 2025-03-25T21:44:27.646Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2157 | 2025-03-25T21:44:28.249Z | Compiling camino-tempfile v1.1.1 |
2158 | 2025-03-25T21:44:28.392Z | Compiling progenitor-client v0.9.1 |
2159 | 2025-03-25T21:44:29.036Z | Compiling num-derive v0.4.2 |
2160 | 2025-03-25T21:44:29.383Z | Compiling sigpipe v0.1.3 |
2161 | 2025-03-25T21:44:29.546Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2162 | 2025-03-25T21:44:29.900Z | Compiling libefi-sys v0.1.0 |
2163 | 2025-03-25T21:44:30.328Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2164 | 2025-03-25T21:44:31.085Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2165 | 2025-03-25T21:44:31.239Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2166 | 2025-03-25T21:44:32.801Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2167 | 2025-03-25T21:44:34.160Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2168 | 2025-03-25T21:44:34.166Z | Compiling zone v0.3.0 |
2169 | 2025-03-25T21:44:35.041Z | Compiling itertools v0.14.0 |
2170 | 2025-03-25T21:44:35.131Z | Compiling smf v0.2.3 |
2171 | 2025-03-25T21:44:36.711Z | Compiling bitfield-struct v0.6.2 |
2172 | 2025-03-25T21:44:37.608Z | Compiling blake3 v1.5.4 |
2173 | 2025-03-25T21:44:37.766Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2174 | 2025-03-25T21:44:38.075Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2175 | 2025-03-25T21:44:38.581Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2176 | 2025-03-25T21:44:38.772Z | Compiling xattr v1.3.1 |
2177 | 2025-03-25T21:44:38.833Z | Compiling filetime v0.2.25 |
2178 | 2025-03-25T21:44:38.984Z | Compiling memmap2 v0.9.5 |
2179 | 2025-03-25T21:44:39.118Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2180 | 2025-03-25T21:44:39.223Z | Compiling constant_time_eq v0.3.1 |
2181 | 2025-03-25T21:44:39.258Z | Compiling same-file v1.0.6 |
2182 | 2025-03-25T21:44:39.433Z | Compiling arrayvec v0.7.6 |
2183 | 2025-03-25T21:44:39.581Z | Compiling arrayref v0.3.9 |
2184 | 2025-03-25T21:44:39.602Z | Compiling walkdir v2.5.0 |
2185 | 2025-03-25T21:44:39.684Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2186 | 2025-03-25T21:44:39.713Z | Compiling tar v0.4.44 |
2187 | 2025-03-25T21:44:41.234Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2188 | 2025-03-25T21:44:41.737Z | Compiling gethostname v0.5.0 |
2189 | 2025-03-25T21:44:41.974Z | Compiling cargo-platform v0.1.8 |
2190 | 2025-03-25T21:44:42.390Z | Compiling fixedbitset v0.5.7 |
2191 | 2025-03-25T21:44:42.393Z | Compiling topological-sort v0.2.2 |
2192 | 2025-03-25T21:44:42.714Z | Compiling omicron-zone-package v0.12.0 |
2193 | 2025-03-25T21:44:43.074Z | Compiling petgraph v0.7.1 |
2194 | 2025-03-25T21:44:43.576Z | Compiling cargo_metadata v0.19.2 |
2195 | 2025-03-25T21:44:44.735Z | Compiling shell-words v1.1.0 |
2196 | 2025-03-25T21:44:44.907Z | Compiling indent_write v2.2.0 |
2197 | 2025-03-25T21:44:52.629Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2198 | 2025-03-25T21:44:55.025Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2199 | 2025-03-25T21:44:58.757Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2200 | 2025-03-25T21:45:13.487Z | Finished `release` profile [optimized] target(s) in 5m 15s |
2201 | 2025-03-25T21:45:13.663Z | Running `target/release/omicron-package -t test target create -p dev` |
2202 | 2025-03-25T21:45:13.716Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2203 | 2025-03-25T21:45:13.720Z | Created new build target 'test' and set it as active |
2204 | 2025-03-25T21:45:13.720Z | |
2205 | 2025-03-25T21:45:13.720Z | real 5:16.143331156 |
2206 | 2025-03-25T21:45:13.720Z | user 36:33.182013619 |
2207 | 2025-03-25T21:45:13.720Z | sys 3:36.794194722 |
2208 | 2025-03-25T21:45:13.720Z | trap 1.193587315 |
2209 | 2025-03-25T21:45:13.720Z | tflt 1.714790850 |
2210 | 2025-03-25T21:45:13.720Z | dflt 0.949470501 |
2211 | 2025-03-25T21:45:13.720Z | kflt 0.005106393 |
2212 | 2025-03-25T21:45:13.720Z | lock 1:10:56.264853620 |
2213 | 2025-03-25T21:45:13.720Z | slp 2:27:11.898491675 |
2214 | 2025-03-25T21:45:13.720Z | lat 2:46.122482667 |
2215 | 2025-03-25T21:45:13.720Z | stop 4:54.540517305 |
2216 | 2025-03-25T21:45:13.720Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2217 | 2025-03-25T21:45:14.767Z | Finished `release` profile [optimized] target(s) in 0.98s |
2218 | 2025-03-25T21:45:14.841Z | Running `target/release/omicron-package -t test package` |
2219 | 2025-03-25T21:45:14.892Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2220 | 2025-03-25T21:45:16.134Z | Compiling ring v0.17.11 |
2221 | 2025-03-25T21:45:16.319Z | Compiling thiserror v2.0.12 |
2222 | 2025-03-25T21:45:16.323Z | Compiling typify-impl v0.3.0 |
2223 | 2025-03-25T21:45:16.323Z | Compiling convert_case v0.4.0 |
2224 | 2025-03-25T21:45:16.323Z | Compiling derive-where v1.2.7 |
2225 | 2025-03-25T21:45:16.323Z | Compiling fastrand v2.1.1 |
2226 | 2025-03-25T21:45:16.323Z | Compiling newline-converter v0.3.0 |
2227 | 2025-03-25T21:45:16.585Z | Compiling expectorate v1.1.0 |
2228 | 2025-03-25T21:45:16.875Z | Compiling tempfile v3.13.0 |
2229 | 2025-03-25T21:45:16.878Z | Compiling password-hash v0.5.0 |
2230 | 2025-03-25T21:45:16.974Z | Compiling derive_more v0.99.19 |
2231 | 2025-03-25T21:45:17.542Z | Compiling blake2 v0.10.6 |
2232 | 2025-03-25T21:45:18.782Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2233 | 2025-03-25T21:45:19.077Z | Compiling base64 v0.21.7 |
2234 | 2025-03-25T21:45:19.154Z | Compiling argon2 v0.5.3 |
2235 | 2025-03-25T21:45:19.511Z | Compiling atomicwrites v0.4.4 |
2236 | 2025-03-25T21:45:20.045Z | Compiling owo-colors v4.2.0 |
2237 | 2025-03-25T21:45:20.153Z | Compiling cancel-safe-futures v0.1.5 |
2238 | 2025-03-25T21:45:20.552Z | Compiling num-rational v0.4.2 |
2239 | 2025-03-25T21:45:20.681Z | Compiling libsw-core v0.3.1 |
2240 | 2025-03-25T21:45:20.923Z | Compiling num-complex v0.4.6 |
2241 | 2025-03-25T21:45:21.505Z | Compiling rustls v0.23.19 |
2242 | 2025-03-25T21:45:21.540Z | Compiling rustls v0.22.4 |
2243 | 2025-03-25T21:45:21.572Z | Compiling libsw v3.4.0 |
2244 | 2025-03-25T21:45:21.884Z | Compiling num v0.4.3 |
2245 | 2025-03-25T21:45:22.546Z | Compiling swrite v0.1.0 |
2246 | 2025-03-25T21:45:22.718Z | Compiling float-ord v0.3.2 |
2247 | 2025-03-25T21:45:22.769Z | Compiling linear-map v1.2.0 |
2248 | 2025-03-25T21:45:22.901Z | Compiling utf-8 v0.7.6 |
2249 | 2025-03-25T21:45:22.923Z | Compiling linked-hash-map v0.5.6 |
2250 | 2025-03-25T21:45:23.188Z | Compiling highway v1.3.0 |
2251 | 2025-03-25T21:45:23.290Z | Compiling lru-cache v0.1.2 |
2252 | 2025-03-25T21:45:23.320Z | Compiling tungstenite v0.21.0 |
2253 | 2025-03-25T21:45:23.552Z | Compiling semver v0.1.20 |
2254 | 2025-03-25T21:45:24.056Z | Compiling rustls-webpki v0.102.8 |
2255 | 2025-03-25T21:45:24.458Z | Compiling rustc_version v0.1.7 |
2256 | 2025-03-25T21:45:24.731Z | Compiling tokio-tungstenite v0.21.0 |
2257 | 2025-03-25T21:45:24.825Z | Compiling resolv-conf v0.7.0 |
2258 | 2025-03-25T21:45:25.724Z | Compiling hickory-resolver v0.24.4 |
2259 | 2025-03-25T21:45:26.443Z | Compiling newtype_derive v0.1.6 |
2260 | 2025-03-25T21:45:26.704Z | Compiling typify-macro v0.3.0 |
2261 | 2025-03-25T21:45:26.799Z | Compiling wait-timeout v0.2.0 |
2262 | 2025-03-25T21:45:27.252Z | Compiling bit-vec v0.8.0 |
2263 | 2025-03-25T21:45:27.689Z | Compiling quick-error v1.2.3 |
2264 | 2025-03-25T21:45:27.883Z | Compiling rusty-fork v0.3.0 |
2265 | 2025-03-25T21:45:28.259Z | Compiling bit-set v0.8.0 |
2266 | 2025-03-25T21:45:28.559Z | Compiling rand_xorshift v0.3.0 |
2267 | 2025-03-25T21:45:28.580Z | Compiling humantime v2.1.0 |
2268 | 2025-03-25T21:45:28.828Z | Compiling unarray v0.1.4 |
2269 | 2025-03-25T21:45:29.017Z | Compiling proptest v1.6.0 |
2270 | 2025-03-25T21:45:29.488Z | Compiling tokio-rustls v0.25.0 |
2271 | 2025-03-25T21:45:29.924Z | Compiling dropshot v0.12.0 |
2272 | 2025-03-25T21:45:30.016Z | Compiling typify v0.3.0 |
2273 | 2025-03-25T21:45:30.177Z | Compiling progenitor-impl v0.9.1 |
2274 | 2025-03-25T21:45:32.803Z | Compiling tokio-rustls v0.26.0 |
2275 | 2025-03-25T21:45:33.298Z | Compiling hyper-rustls v0.27.3 |
2276 | 2025-03-25T21:45:33.877Z | Compiling reqwest v0.12.12 |
2277 | 2025-03-25T21:45:36.679Z | Compiling progenitor-macro v0.9.1 |
2278 | 2025-03-25T21:45:40.738Z | Compiling progenitor-client v0.9.1 |
2279 | 2025-03-25T21:45:41.335Z | Compiling progenitor-client v0.8.0 |
2280 | 2025-03-25T21:45:41.848Z | Compiling progenitor v0.8.0 |
2281 | 2025-03-25T21:45:42.406Z | Compiling parse-display v0.10.0 |
2282 | 2025-03-25T21:45:42.942Z | Compiling dropshot v0.16.0 |
2283 | 2025-03-25T21:45:43.020Z | Compiling strum v0.26.3 |
2284 | 2025-03-25T21:45:43.129Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2285 | 2025-03-25T21:45:43.238Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2286 | 2025-03-25T21:45:43.439Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2287 | 2025-03-25T21:45:43.756Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2288 | 2025-03-25T21:45:47.835Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2289 | 2025-03-25T21:45:48.112Z | Compiling instant v0.1.13 |
2290 | 2025-03-25T21:45:48.306Z | Compiling backoff v0.4.0 |
2291 | 2025-03-25T21:45:48.683Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2292 | 2025-03-25T21:46:00.366Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2293 | 2025-03-25T21:46:09.348Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2294 | 2025-03-25T21:46:15.080Z | Compiling progenitor v0.9.1 |
2295 | 2025-03-25T21:46:15.337Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2296 | 2025-03-25T21:46:15.471Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2297 | 2025-03-25T21:46:16.108Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2298 | 2025-03-25T21:46:18.212Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2299 | 2025-03-25T21:46:18.579Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2300 | 2025-03-25T21:46:18.947Z | Compiling steno v0.4.1 |
2301 | 2025-03-25T21:46:22.473Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2302 | 2025-03-25T21:46:23.732Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2303 | 2025-03-25T21:46:23.799Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2304 | 2025-03-25T21:46:26.043Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2305 | 2025-03-25T21:46:26.456Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2306 | 2025-03-25T21:46:30.685Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2307 | 2025-03-25T21:46:31.660Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2308 | 2025-03-25T21:46:33.075Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2309 | 2025-03-25T21:46:35.350Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2310 | 2025-03-25T21:46:35.568Z | Compiling serde_with v3.12.0 |
2311 | 2025-03-25T21:46:39.146Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2312 | 2025-03-25T21:46:39.915Z | Compiling macaddr v1.0.1 |
2313 | 2025-03-25T21:46:40.552Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2314 | 2025-03-25T21:46:40.785Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2315 | 2025-03-25T21:46:40.828Z | Compiling qorb v0.2.1 |
2316 | 2025-03-25T21:46:47.663Z | Compiling slog-dtrace v0.3.0 |
2317 | 2025-03-25T21:46:48.347Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2318 | 2025-03-25T21:46:49.966Z | Compiling prettyplease v0.2.30 |
2319 | 2025-03-25T21:46:56.077Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2320 | 2025-03-25T21:46:59.410Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2321 | 2025-03-25T21:46:59.754Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2322 | 2025-03-25T21:47:00.019Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2323 | 2025-03-25T21:47:00.451Z | Compiling half v2.4.1 |
2324 | 2025-03-25T21:47:00.472Z | Compiling ciborium-io v0.2.2 |
2325 | 2025-03-25T21:47:00.641Z | Compiling bytecount v0.6.8 |
2326 | 2025-03-25T21:47:00.997Z | Compiling ciborium-ll v0.2.2 |
2327 | 2025-03-25T21:47:01.135Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2328 | 2025-03-25T21:47:01.533Z | Compiling ciborium v0.2.2 |
2329 | 2025-03-25T21:47:03.286Z | Compiling display-error-chain v0.2.2 |
2330 | 2025-03-25T21:47:03.549Z | Compiling const_format_proc_macros v0.2.34 |
2331 | 2025-03-25T21:47:03.604Z | Compiling same-file v1.0.6 |
2332 | 2025-03-25T21:47:03.881Z | Compiling maplit v1.0.2 |
2333 | 2025-03-25T21:47:04.045Z | Compiling crunchy v0.2.2 |
2334 | 2025-03-25T21:47:04.500Z | Compiling keccak v0.1.5 |
2335 | 2025-03-25T21:47:05.236Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2336 | 2025-03-25T21:47:05.404Z | Compiling const_format v0.2.34 |
2337 | 2025-03-25T21:47:05.655Z | Compiling sha3 v0.10.8 |
2338 | 2025-03-25T21:47:05.726Z | Compiling walkdir v2.5.0 |
2339 | 2025-03-25T21:47:06.343Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2340 | 2025-03-25T21:47:06.590Z | Compiling radium v0.7.0 |
2341 | 2025-03-25T21:47:06.680Z | Compiling tiny-keccak v2.0.2 |
2342 | 2025-03-25T21:47:07.044Z | Compiling blake3 v1.5.4 |
2343 | 2025-03-25T21:47:07.216Z | Compiling dsl_auto_type v0.1.2 |
2344 | 2025-03-25T21:47:07.240Z | Compiling scheduled-thread-pool v0.2.7 |
2345 | 2025-03-25T21:47:07.773Z | Compiling xattr v1.3.1 |
2346 | 2025-03-25T21:47:08.078Z | Compiling diesel_table_macro_syntax v0.2.0 |
2347 | 2025-03-25T21:47:08.425Z | Compiling memmap2 v0.9.5 |
2348 | 2025-03-25T21:47:08.489Z | Compiling filetime v0.2.25 |
2349 | 2025-03-25T21:47:08.616Z | Compiling constant_time_eq v0.3.1 |
2350 | 2025-03-25T21:47:08.807Z | Compiling bit-vec v0.6.3 |
2351 | 2025-03-25T21:47:08.810Z | Compiling arrayref v0.3.9 |
2352 | 2025-03-25T21:47:08.843Z | Compiling tap v1.0.1 |
2353 | 2025-03-25T21:47:08.957Z | Compiling maybe-uninit v2.0.0 |
2354 | 2025-03-25T21:47:09.066Z | Compiling arrayvec v0.7.6 |
2355 | 2025-03-25T21:47:09.232Z | Compiling bit-set v0.5.3 |
2356 | 2025-03-25T21:47:09.529Z | Compiling wyz v0.5.1 |
2357 | 2025-03-25T21:47:09.552Z | Compiling tar v0.4.44 |
2358 | 2025-03-25T21:47:09.751Z | Compiling diesel_derives v2.2.3 |
2359 | 2025-03-25T21:47:10.012Z | Compiling r2d2 v0.8.10 |
2360 | 2025-03-25T21:47:10.915Z | Compiling toolchain_find v0.4.0 |
2361 | 2025-03-25T21:47:11.040Z | Compiling camino-tempfile v1.1.1 |
2362 | 2025-03-25T21:47:11.420Z | Compiling phf_generator v0.11.2 |
2363 | 2025-03-25T21:47:11.460Z | Compiling ascii-canvas v3.0.0 |
2364 | 2025-03-25T21:47:11.489Z | Compiling secrecy v0.8.0 |
2365 | 2025-03-25T21:47:11.645Z | Compiling ena v0.14.3 |
2366 | 2025-03-25T21:47:11.799Z | Compiling async-recursion v1.1.1 |
2367 | 2025-03-25T21:47:11.922Z | Compiling regex-syntax v0.6.29 |
2368 | 2025-03-25T21:47:12.088Z | Compiling funty v2.0.0 |
2369 | 2025-03-25T21:47:12.513Z | Compiling bindgen v0.71.1 |
2370 | 2025-03-25T21:47:13.014Z | Compiling topological-sort v0.2.2 |
2371 | 2025-03-25T21:47:13.166Z | Compiling packed_struct v0.10.1 |
2372 | 2025-03-25T21:47:13.268Z | Compiling crc-catalog v2.4.0 |
2373 | 2025-03-25T21:47:13.456Z | Compiling diff v0.1.13 |
2374 | 2025-03-25T21:47:13.657Z | Compiling crc v3.2.1 |
2375 | 2025-03-25T21:47:13.958Z | Compiling omicron-zone-package v0.12.0 |
2376 | 2025-03-25T21:47:14.806Z | Compiling bitvec v1.0.1 |
2377 | 2025-03-25T21:47:15.482Z | Compiling lalrpop v0.19.12 |
2378 | 2025-03-25T21:47:15.888Z | Compiling phf_codegen v0.11.2 |
2379 | 2025-03-25T21:47:16.141Z | Compiling rustfmt-wrapper v0.2.1 |
2380 | 2025-03-25T21:47:16.836Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2381 | 2025-03-25T21:47:17.178Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2382 | 2025-03-25T21:47:17.440Z | Compiling universal-hash v0.5.1 |
2383 | 2025-03-25T21:47:17.766Z | Compiling thiserror-impl-no-std v2.0.2 |
2384 | 2025-03-25T21:47:17.961Z | Compiling packed_struct_codegen v0.10.1 |
2385 | 2025-03-25T21:47:18.961Z | Compiling parse-zoneinfo v0.3.1 |
2386 | 2025-03-25T21:47:19.317Z | Compiling indexmap v1.9.3 |
2387 | 2025-03-25T21:47:19.705Z | Compiling opaque-debug v0.3.1 |
2388 | 2025-03-25T21:47:19.827Z | Compiling nodrop v0.1.14 |
2389 | 2025-03-25T21:47:19.987Z | Compiling rustc-hash v2.1.1 |
2390 | 2025-03-25T21:47:20.169Z | Compiling diesel v2.2.8 |
2391 | 2025-03-25T21:47:20.200Z | Compiling ref-cast v1.0.23 |
2392 | 2025-03-25T21:47:20.238Z | Compiling thiserror-no-std v2.0.2 |
2393 | 2025-03-25T21:47:20.390Z | Compiling array-init v0.0.4 |
2394 | 2025-03-25T21:47:20.786Z | Compiling poly1305 v0.8.0 |
2395 | 2025-03-25T21:47:21.525Z | Compiling chrono-tz-build v0.4.0 |
2396 | 2025-03-25T21:47:22.387Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2397 | 2025-03-25T21:47:22.503Z | Compiling smallvec v0.6.14 |
2398 | 2025-03-25T21:47:23.000Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2399 | 2025-03-25T21:47:23.318Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2400 | 2025-03-25T21:47:23.672Z | Compiling itertools v0.13.0 |
2401 | 2025-03-25T21:47:24.324Z | Compiling derive_builder_core v0.20.2 |
2402 | 2025-03-25T21:47:26.365Z | Compiling chacha20 v0.9.1 |
2403 | 2025-03-25T21:47:26.888Z | Compiling headers-core v0.3.0 |
2404 | 2025-03-25T21:47:27.181Z | Compiling aead v0.5.2 |
2405 | 2025-03-25T21:47:27.419Z | Compiling libxml v0.3.3 |
2406 | 2025-03-25T21:47:27.582Z | Compiling ref-cast-impl v1.0.23 |
2407 | 2025-03-25T21:47:27.959Z | Compiling vte_generate_state_changes v0.1.2 |
2408 | 2025-03-25T21:47:28.538Z | Compiling arc-swap v1.7.1 |
2409 | 2025-03-25T21:47:28.671Z | Compiling termcolor v1.4.1 |
2410 | 2025-03-25T21:47:29.237Z | Compiling hashbrown v0.12.3 |
2411 | 2025-03-25T21:47:29.689Z | Compiling bitfield v0.14.0 |
2412 | 2025-03-25T21:47:30.033Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2413 | 2025-03-25T21:47:30.521Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2414 | 2025-03-25T21:47:31.600Z | Compiling env_logger v0.10.2 |
2415 | 2025-03-25T21:47:32.733Z | Compiling samael v0.0.18 |
2416 | 2025-03-25T21:47:33.593Z | Compiling slog-scope v4.4.0 |
2417 | 2025-03-25T21:47:34.390Z | Compiling vte v0.11.1 |
2418 | 2025-03-25T21:47:34.572Z | Compiling chacha20poly1305 v0.10.1 |
2419 | 2025-03-25T21:47:34.595Z | Compiling headers v0.4.0 |
2420 | 2025-03-25T21:47:34.845Z | Compiling derive_builder_macro v0.20.2 |
2421 | 2025-03-25T21:47:35.773Z | Compiling serde-hex v0.1.0 |
2422 | 2025-03-25T21:47:35.951Z | Compiling chrono-tz v0.10.1 |
2423 | 2025-03-25T21:47:36.614Z | Compiling vsss-rs v3.3.4 |
2424 | 2025-03-25T21:47:37.194Z | Compiling polar-core v0.27.3 |
2425 | 2025-03-25T21:47:38.311Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2426 | 2025-03-25T21:47:40.583Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2427 | 2025-03-25T21:47:40.853Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2428 | 2025-03-25T21:47:40.916Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2429 | 2025-03-25T21:47:41.273Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2430 | 2025-03-25T21:47:41.668Z | Compiling ron v0.8.1 |
2431 | 2025-03-25T21:47:44.000Z | Compiling hashbrown v0.13.2 |
2432 | 2025-03-25T21:47:45.347Z | Compiling strum_macros v0.24.3 |
2433 | 2025-03-25T21:47:45.374Z | Compiling unicase v2.7.0 |
2434 | 2025-03-25T21:47:45.751Z | Compiling crc-any v2.5.0 |
2435 | 2025-03-25T21:47:46.795Z | Compiling indoc v1.0.9 |
2436 | 2025-03-25T21:47:47.581Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2437 | 2025-03-25T21:47:47.648Z | Compiling object v0.30.4 |
2438 | 2025-03-25T21:47:48.206Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2439 | 2025-03-25T21:48:03.183Z | Compiling strip-ansi-escapes v0.2.0 |
2440 | 2025-03-25T21:48:03.976Z | Compiling derive_builder v0.20.2 |
2441 | 2025-03-25T21:48:05.405Z | Compiling slog-stdlog v4.1.1 |
2442 | 2025-03-25T21:48:07.201Z | Compiling papergrid v0.11.0 |
2443 | 2025-03-25T21:48:07.637Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2444 | 2025-03-25T21:48:08.002Z | Compiling tabled_derive v0.7.0 |
2445 | 2025-03-25T21:48:08.672Z | Compiling fd-lock v4.0.2 |
2446 | 2025-03-25T21:48:08.937Z | Compiling peg-macros v0.8.5 |
2447 | 2025-03-25T21:48:10.060Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2448 | 2025-03-25T21:48:11.045Z | Compiling oso-derive v0.27.3 |
2449 | 2025-03-25T21:48:12.049Z | Compiling impl-trait-for-tuples v0.2.2 |
2450 | 2025-03-25T21:48:12.339Z | Compiling quick-xml v0.37.2 |
2451 | 2025-03-25T21:48:14.473Z | Compiling diesel-dtrace v0.4.2 |
2452 | 2025-03-25T21:48:14.842Z | Compiling nu-ansi-term v0.50.1 |
2453 | 2025-03-25T21:48:16.175Z | Compiling path-slash v0.1.5 |
2454 | 2025-03-25T21:48:16.488Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2455 | 2025-03-25T21:48:17.808Z | Compiling oso v0.27.3 |
2456 | 2025-03-25T21:48:20.996Z | Compiling reedline v0.38.0 |
2457 | 2025-03-25T21:48:32.004Z | Compiling peg v0.8.5 |
2458 | 2025-03-25T21:48:32.215Z | Compiling tabled v0.15.0 |
2459 | 2025-03-25T21:48:33.471Z | Compiling slog-envlogger v2.2.0 |
2460 | 2025-03-25T21:48:36.059Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2461 | 2025-03-25T21:48:39.906Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2462 | 2025-03-25T21:48:41.444Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2463 | 2025-03-25T21:48:41.811Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2464 | 2025-03-25T21:48:45.632Z | Compiling pem v3.0.5 |
2465 | 2025-03-25T21:48:47.178Z | Compiling bb8 v0.8.5 |
2466 | 2025-03-25T21:48:47.823Z | Compiling bcs v0.1.6 |
2467 | 2025-03-25T21:48:48.641Z | Compiling fxhash v0.2.1 |
2468 | 2025-03-25T21:48:48.748Z | Compiling libz-sys v1.1.20 |
2469 | 2025-03-25T21:48:48.909Z | Compiling termtree v0.5.1 |
2470 | 2025-03-25T21:48:49.593Z | Compiling async-bb8-diesel v0.2.1 |
2471 | 2025-03-25T21:48:51.157Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2472 | 2025-03-25T21:48:51.846Z | Compiling kstat-rs v0.2.4 |
2473 | 2025-03-25T21:48:52.199Z | Compiling proc-macro-error-attr2 v2.0.0 |
2474 | 2025-03-25T21:48:52.615Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2475 | 2025-03-25T21:48:52.782Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2476 | 2025-03-25T21:48:53.008Z | Compiling proc-macro-error2 v2.0.1 |
2477 | 2025-03-25T21:48:53.565Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2478 | 2025-03-25T21:48:54.049Z | Compiling nanorand v0.7.0 |
2479 | 2025-03-25T21:48:54.788Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2480 | 2025-03-25T21:48:55.610Z | Compiling pin-project-internal v1.1.6 |
2481 | 2025-03-25T21:48:58.262Z | Compiling parking_lot_core v0.8.6 |
2482 | 2025-03-25T21:48:58.768Z | Compiling pin-project v1.1.6 |
2483 | 2025-03-25T21:49:07.223Z | Compiling flume v0.11.1 |
2484 | 2025-03-25T21:49:07.288Z | Compiling tabled_derive v0.10.0 |
2485 | 2025-03-25T21:49:08.020Z | Compiling mime_guess v2.0.5 |
2486 | 2025-03-25T21:49:09.526Z | Compiling papergrid v0.14.0 |
2487 | 2025-03-25T21:49:09.580Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2488 | 2025-03-25T21:49:12.642Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2489 | 2025-03-25T21:49:14.338Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2490 | 2025-03-25T21:49:15.793Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2491 | 2025-03-25T21:49:18.990Z | Compiling snafu-derive v0.8.5 |
2492 | 2025-03-25T21:49:21.649Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2493 | 2025-03-25T21:49:22.113Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2494 | 2025-03-25T21:49:22.618Z | Compiling tabled v0.18.0 |
2495 | 2025-03-25T21:49:23.060Z | Compiling snafu v0.8.5 |
2496 | 2025-03-25T21:49:25.770Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2497 | 2025-03-25T21:49:27.991Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2498 | 2025-03-25T21:49:34.534Z | Compiling globset v0.4.15 |
2499 | 2025-03-25T21:49:34.674Z | Compiling olpc-cjson v0.1.4 |
2500 | 2025-03-25T21:49:35.020Z | Compiling castaway v0.2.3 |
2501 | 2025-03-25T21:49:35.241Z | Compiling vergen v8.3.2 |
2502 | 2025-03-25T21:49:35.599Z | Compiling nibble_vec v0.1.0 |
2503 | 2025-03-25T21:49:35.873Z | Compiling cargo-platform v0.1.8 |
2504 | 2025-03-25T21:49:36.383Z | Compiling serde_plain v1.0.2 |
2505 | 2025-03-25T21:49:36.980Z | Compiling atty v0.2.14 |
2506 | 2025-03-25T21:49:37.184Z | Compiling io-lifetimes v1.0.11 |
2507 | 2025-03-25T21:49:37.758Z | Compiling http-range v0.1.5 |
2508 | 2025-03-25T21:49:38.285Z | Compiling endian-type v0.1.2 |
2509 | 2025-03-25T21:49:38.549Z | Compiling typed-path v0.9.3 |
2510 | 2025-03-25T21:49:43.087Z | Compiling salty v0.3.0 |
2511 | 2025-03-25T21:49:43.571Z | Compiling tough v0.19.0 |
2512 | 2025-03-25T21:49:45.372Z | Compiling radix_trie v0.2.1 |
2513 | 2025-03-25T21:49:46.812Z | Compiling cargo_metadata v0.18.1 |
2514 | 2025-03-25T21:49:49.782Z | Compiling compact_str v0.8.0 |
2515 | 2025-03-25T21:49:50.335Z | Compiling git2 v0.19.0 |
2516 | 2025-03-25T21:49:52.405Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2517 | 2025-03-25T21:49:56.215Z | Compiling parking_lot v0.11.2 |
2518 | 2025-03-25T21:49:58.721Z | Compiling unicode-truncate v1.1.0 |
2519 | 2025-03-25T21:49:59.093Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2520 | 2025-03-25T21:50:00.222Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2521 | 2025-03-25T21:50:00.768Z | Compiling lru v0.12.5 |
2522 | 2025-03-25T21:50:01.152Z | Compiling rand_seeder v0.3.0 |
2523 | 2025-03-25T21:50:01.609Z | Compiling lzma-sys v0.1.20 |
2524 | 2025-03-25T21:50:02.346Z | Compiling instability v0.3.2 |
2525 | 2025-03-25T21:50:03.407Z | Compiling rustls v0.21.12 |
2526 | 2025-03-25T21:50:03.580Z | Compiling cassowary v0.3.0 |
2527 | 2025-03-25T21:50:03.817Z | Compiling indoc v2.0.6 |
2528 | 2025-03-25T21:50:04.784Z | Compiling parse-size v1.1.0 |
2529 | 2025-03-25T21:50:04.888Z | Compiling rustix v0.37.28 |
2530 | 2025-03-25T21:50:05.280Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2531 | 2025-03-25T21:50:05.845Z | Compiling ratatui v0.29.0 |
2532 | 2025-03-25T21:50:07.275Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2533 | 2025-03-25T21:50:07.310Z | Compiling hyper-staticfile v0.10.1 |
2534 | 2025-03-25T21:50:07.511Z | Compiling sled v0.34.7 |
2535 | 2025-03-25T21:50:10.178Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2536 | 2025-03-25T21:50:11.620Z | Compiling hickory-client v0.24.4 |
2537 | 2025-03-25T21:50:16.320Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2538 | 2025-03-25T21:50:16.382Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2539 | 2025-03-25T21:50:16.405Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2540 | 2025-03-25T21:50:17.560Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2541 | 2025-03-25T21:50:19.135Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2542 | 2025-03-25T21:50:19.492Z | Compiling sct v0.7.1 |
2543 | 2025-03-25T21:50:19.998Z | Compiling rustls-webpki v0.101.7 |
2544 | 2025-03-25T21:50:21.971Z | Compiling hickory-server v0.24.4 |
2545 | 2025-03-25T21:50:23.909Z | Compiling primeorder v0.13.6 |
2546 | 2025-03-25T21:50:24.534Z | Compiling heck v0.3.3 |
2547 | 2025-03-25T21:50:24.879Z | Compiling env_filter v0.1.2 |
2548 | 2025-03-25T21:50:25.914Z | Compiling csv-core v0.1.11 |
2549 | 2025-03-25T21:50:26.570Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2550 | 2025-03-25T21:50:26.846Z | Compiling csv v1.3.1 |
2551 | 2025-03-25T21:50:27.014Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2552 | 2025-03-25T21:50:28.667Z | Compiling env_logger v0.11.5 |
2553 | 2025-03-25T21:50:29.035Z | Compiling zone_cfg_derive v0.1.2 |
2554 | 2025-03-25T21:50:30.122Z | Compiling p384 v0.13.0 |
2555 | 2025-03-25T21:50:33.291Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2556 | 2025-03-25T21:50:34.231Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2557 | 2025-03-25T21:50:35.887Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2558 | 2025-03-25T21:50:37.086Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2559 | 2025-03-25T21:50:37.186Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2560 | 2025-03-25T21:50:37.429Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2561 | 2025-03-25T21:50:37.808Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2562 | 2025-03-25T21:50:38.036Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2563 | 2025-03-25T21:50:38.183Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2564 | 2025-03-25T21:50:38.412Z | Compiling tungstenite v0.23.0 |
2565 | 2025-03-25T21:50:38.541Z | Compiling nix v0.27.1 |
2566 | 2025-03-25T21:50:41.284Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2567 | 2025-03-25T21:50:42.045Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2568 | 2025-03-25T21:50:42.427Z | Compiling base64 v0.13.1 |
2569 | 2025-03-25T21:50:43.243Z | Compiling ron v0.7.1 |
2570 | 2025-03-25T21:50:43.359Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2571 | 2025-03-25T21:50:44.057Z | Compiling tokio-tungstenite v0.23.1 |
2572 | 2025-03-25T21:50:44.196Z | Compiling xz2 v0.1.7 |
2573 | 2025-03-25T21:50:44.837Z | Compiling terminal_size v0.2.6 |
2574 | 2025-03-25T21:50:45.094Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2575 | 2025-03-25T21:50:48.427Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2576 | 2025-03-25T21:50:49.749Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2577 | 2025-03-25T21:50:51.194Z | Compiling tokio-rustls v0.24.1 |
2578 | 2025-03-25T21:50:51.701Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2579 | 2025-03-25T21:50:52.592Z | Compiling zone v0.1.8 |
2580 | 2025-03-25T21:50:54.608Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2581 | 2025-03-25T21:50:55.689Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2582 | 2025-03-25T21:50:56.094Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2583 | 2025-03-25T21:50:56.999Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2584 | 2025-03-25T21:50:58.217Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2585 | 2025-03-25T21:50:58.424Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2586 | 2025-03-25T21:51:01.673Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2587 | 2025-03-25T21:51:01.779Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2588 | 2025-03-25T21:51:03.568Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2589 | 2025-03-25T21:51:06.592Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2590 | 2025-03-25T21:51:06.995Z | Compiling rustls-pemfile v1.0.4 |
2591 | 2025-03-25T21:51:07.225Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2592 | 2025-03-25T21:51:07.423Z | Compiling signal-hook-tokio v0.3.1 |
2593 | 2025-03-25T21:51:07.676Z | Compiling twox-hash v2.1.0 |
2594 | 2025-03-25T21:51:07.814Z | Compiling yasna v0.5.2 |
2595 | 2025-03-25T21:51:08.714Z | Compiling unicode-linebreak v0.1.5 |
2596 | 2025-03-25T21:51:09.289Z | Compiling glob v0.3.2 |
2597 | 2025-03-25T21:51:09.310Z | Compiling is_ci v1.2.0 |
2598 | 2025-03-25T21:51:09.649Z | Compiling smawk v0.3.2 |
2599 | 2025-03-25T21:51:09.892Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2600 | 2025-03-25T21:51:09.970Z | Compiling textwrap v0.16.1 |
2601 | 2025-03-25T21:51:11.277Z | Compiling supports-color v3.0.2 |
2602 | 2025-03-25T21:51:11.444Z | Compiling rcgen v0.12.1 |
2603 | 2025-03-25T21:51:13.608Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2604 | 2025-03-25T21:51:16.159Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2605 | 2025-03-25T21:51:17.281Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2606 | 2025-03-25T21:51:17.338Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2607 | 2025-03-25T21:51:22.836Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2608 | 2025-03-25T21:51:23.606Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2609 | 2025-03-25T21:51:37.148Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2610 | 2025-03-25T21:51:37.341Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2611 | 2025-03-25T21:51:38.044Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2612 | 2025-03-25T21:51:41.930Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2613 | 2025-03-25T21:51:46.515Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2614 | 2025-03-25T21:51:47.740Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2615 | 2025-03-25T21:51:48.340Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2616 | 2025-03-25T21:51:53.798Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2617 | 2025-03-25T21:52:01.346Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2618 | 2025-03-25T21:52:01.718Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2619 | 2025-03-25T21:52:04.514Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2620 | 2025-03-25T21:52:07.109Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2621 | 2025-03-25T21:52:07.274Z | Compiling fatfs v0.3.6 |
2622 | 2025-03-25T21:52:07.485Z | Compiling rtoolbox v0.0.2 |
2623 | 2025-03-25T21:52:07.955Z | Compiling subprocess v0.2.9 |
2624 | 2025-03-25T21:52:08.038Z | Compiling assert_matches v1.5.0 |
2625 | 2025-03-25T21:52:08.184Z | Compiling rpassword v7.3.1 |
2626 | 2025-03-25T21:52:10.056Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2627 | 2025-03-25T21:52:11.323Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2628 | 2025-03-25T21:52:12.623Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2629 | 2025-03-25T21:52:17.905Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2630 | 2025-03-25T21:52:24.678Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2631 | 2025-03-25T21:52:46.084Z | Compiling tui-tree-widget v0.23.0 |
2632 | 2025-03-25T21:52:46.574Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2633 | 2025-03-25T21:52:47.486Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2634 | 2025-03-25T21:52:47.863Z | Compiling uzers v0.12.1 |
2635 | 2025-03-25T21:52:50.970Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2636 | 2025-03-25T21:52:57.045Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2637 | 2025-03-25T21:52:58.990Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2638 | 2025-03-25T21:53:03.707Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2639 | 2025-03-25T21:53:14.458Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2640 | 2025-03-25T21:53:19.320Z | Compiling multimap v0.10.0 |
2641 | 2025-03-25T21:55:47.183Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2642 | 2025-03-25T22:03:38.218Z | Finished `release` profile [optimized] target(s) in 18m 23s |
2643 | 2025-03-25T22:04:46.076Z | |
2644 | 2025-03-25T22:04:46.080Z | real 19:32.212812899 |
2645 | 2025-03-25T22:04:46.080Z | user 2:15:04.337990663 |
2646 | 2025-03-25T22:04:46.080Z | sys 3:44.159973452 |
2647 | 2025-03-25T22:04:46.080Z | trap 3.539255891 |
2648 | 2025-03-25T22:04:46.080Z | tflt 1.786499009 |
2649 | 2025-03-25T22:04:46.080Z | dflt 5.433735954 |
2650 | 2025-03-25T22:04:46.080Z | kflt 0.001631461 |
2651 | 2025-03-25T22:04:46.080Z | lock 8:17:45.589376932 |
2652 | 2025-03-25T22:04:46.080Z | slp 7:03:30.940304261 |
2653 | 2025-03-25T22:04:46.080Z | lat 3:41.918469286 |
2654 | 2025-03-25T22:04:46.080Z | stop 3:01.954250368 |
2655 | 2025-03-25T22:04:46.080Z | + mapfile -t packages |
2656 | 2025-03-25T22:04:46.080Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2657 | 2025-03-25T22:04:47.184Z | Compiling ring v0.17.11 |
2658 | 2025-03-25T22:04:48.985Z | Compiling rustls v0.23.19 |
2659 | 2025-03-25T22:04:49.030Z | Compiling rustls v0.22.4 |
2660 | 2025-03-25T22:04:50.702Z | Compiling rustls-webpki v0.102.8 |
2661 | 2025-03-25T22:04:54.745Z | Compiling tokio-rustls v0.25.0 |
2662 | 2025-03-25T22:04:55.201Z | Compiling dropshot v0.12.0 |
2663 | 2025-03-25T22:04:56.770Z | Compiling tokio-rustls v0.26.0 |
2664 | 2025-03-25T22:04:57.257Z | Compiling hyper-rustls v0.27.3 |
2665 | 2025-03-25T22:04:57.866Z | Compiling reqwest v0.12.12 |
2666 | 2025-03-25T22:04:59.562Z | Compiling dropshot v0.16.0 |
2667 | 2025-03-25T22:05:05.874Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2668 | 2025-03-25T22:05:06.531Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2669 | 2025-03-25T22:05:10.766Z | Compiling progenitor-client v0.8.0 |
2670 | 2025-03-25T22:05:11.734Z | Compiling progenitor v0.8.0 |
2671 | 2025-03-25T22:05:12.150Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2672 | 2025-03-25T22:05:15.865Z | Compiling progenitor-client v0.9.1 |
2673 | 2025-03-25T22:05:16.368Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2674 | 2025-03-25T22:05:16.902Z | Compiling omicron-zone-package v0.12.0 |
2675 | 2025-03-25T22:05:19.568Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2676 | 2025-03-25T22:05:31.189Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2677 | 2025-03-25T22:05:35.523Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2678 | 2025-03-25T22:05:36.411Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2679 | 2025-03-25T22:05:39.772Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2680 | 2025-03-25T22:05:54.668Z | Finished `release` profile [optimized] target(s) in 1m 08s |
2681 | 2025-03-25T22:05:54.844Z | Running `target/release/omicron-package -t test list-outputs` |
2682 | 2025-03-25T22:05:54.900Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2683 | 2025-03-25T22:05:54.905Z | + ptime -m cargo build --locked --release -p xtask |
2684 | 2025-03-25T22:05:55.517Z | Compiling serde v1.0.218 |
2685 | 2025-03-25T22:05:55.522Z | Compiling rustix v0.38.37 |
2686 | 2025-03-25T22:05:55.522Z | Compiling serde_json v1.0.139 |
2687 | 2025-03-25T22:05:55.522Z | Compiling libc v0.2.170 |
2688 | 2025-03-25T22:05:55.522Z | Compiling syn v2.0.98 |
2689 | 2025-03-25T22:05:55.614Z | Compiling bitflags v2.6.0 |
2690 | 2025-03-25T22:05:55.992Z | Compiling usdt-impl v0.5.0 |
2691 | 2025-03-25T22:05:56.032Z | Compiling syn v1.0.109 |
2692 | 2025-03-25T22:05:56.144Z | Compiling log v0.4.22 |
2693 | 2025-03-25T22:05:56.173Z | Compiling hashbrown v0.15.1 |
2694 | 2025-03-25T22:05:56.421Z | Compiling fs-err v2.11.0 |
2695 | 2025-03-25T22:05:56.601Z | Compiling once_cell v1.20.3 |
2696 | 2025-03-25T22:05:56.770Z | Compiling anyhow v1.0.97 |
2697 | 2025-03-25T22:05:57.058Z | Compiling thread-id v4.2.2 |
2698 | 2025-03-25T22:05:57.392Z | Compiling indexmap v2.7.1 |
2699 | 2025-03-25T22:05:58.518Z | Compiling terminal_size v0.4.0 |
2700 | 2025-03-25T22:05:58.564Z | Compiling tempfile v3.13.0 |
2701 | 2025-03-25T22:05:58.791Z | Compiling clap_builder v4.5.32 |
2702 | 2025-03-25T22:05:59.534Z | Compiling proc-macro-error v1.0.4 |
2703 | 2025-03-25T22:06:00.243Z | Compiling tabled_derive v0.7.0 |
2704 | 2025-03-25T22:06:01.376Z | Compiling tabled v0.15.0 |
2705 | 2025-03-25T22:06:01.948Z | Compiling serde_derive v1.0.218 |
2706 | 2025-03-25T22:06:01.952Z | Compiling thiserror-impl v1.0.69 |
2707 | 2025-03-25T22:06:01.952Z | Compiling zerocopy-derive v0.7.35 |
2708 | 2025-03-25T22:06:01.952Z | Compiling scroll_derive v0.12.0 |
2709 | 2025-03-25T22:06:01.952Z | Compiling thiserror-impl v2.0.12 |
2710 | 2025-03-25T22:06:03.357Z | Compiling scroll v0.12.0 |
2711 | 2025-03-25T22:06:03.824Z | Compiling zerocopy v0.7.35 |
2712 | 2025-03-25T22:06:04.040Z | Compiling goblin v0.8.2 |
2713 | 2025-03-25T22:06:04.663Z | Compiling thiserror v1.0.69 |
2714 | 2025-03-25T22:06:04.831Z | Compiling pest v2.7.14 |
2715 | 2025-03-25T22:06:06.701Z | Compiling thiserror v2.0.12 |
2716 | 2025-03-25T22:06:06.890Z | Compiling clap_derive v4.5.32 |
2717 | 2025-03-25T22:06:07.972Z | Compiling pest_meta v2.7.14 |
2718 | 2025-03-25T22:06:11.191Z | Compiling pest_generator v2.7.14 |
2719 | 2025-03-25T22:06:11.528Z | Compiling clap v4.5.32 |
2720 | 2025-03-25T22:06:12.964Z | Compiling pest_derive v2.7.14 |
2721 | 2025-03-25T22:06:13.798Z | Compiling dtrace-parser v0.2.0 |
2722 | 2025-03-25T22:06:15.389Z | Compiling toml_datetime v0.6.8 |
2723 | 2025-03-25T22:06:16.120Z | Compiling serde_spanned v0.6.8 |
2724 | 2025-03-25T22:06:16.428Z | Compiling serde_tokenstream v0.2.2 |
2725 | 2025-03-25T22:06:17.047Z | Compiling dof v0.3.0 |
2726 | 2025-03-25T22:06:17.180Z | Compiling toml_edit v0.22.24 |
2727 | 2025-03-25T22:06:19.231Z | Compiling camino v1.1.9 |
2728 | 2025-03-25T22:06:21.163Z | Compiling usdt-macro v0.5.0 |
2729 | 2025-03-25T22:06:22.392Z | Compiling toml v0.8.20 |
2730 | 2025-03-25T22:06:23.787Z | Compiling usdt-attr-macro v0.5.0 |
2731 | 2025-03-25T22:06:23.841Z | Compiling semver v1.0.25 |
2732 | 2025-03-25T22:06:25.192Z | Compiling cargo-platform v0.1.8 |
2733 | 2025-03-25T22:06:25.312Z | Compiling usdt v0.5.0 |
2734 | 2025-03-25T22:06:25.757Z | Compiling cargo_metadata v0.19.2 |
2735 | 2025-03-25T22:06:26.313Z | Compiling cargo_toml v0.21.0 |
2736 | 2025-03-25T22:06:26.745Z | Compiling camino-tempfile v1.1.1 |
2737 | 2025-03-25T22:06:27.546Z | Compiling macaddr v1.0.1 |
2738 | 2025-03-25T22:06:39.780Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2739 | 2025-03-25T22:06:45.248Z | Finished `release` profile [optimized] target(s) in 50.28s |
2740 | 2025-03-25T22:06:45.398Z | |
2741 | 2025-03-25T22:06:45.398Z | real 50.455428307 |
2742 | 2025-03-25T22:06:45.399Z | user 5:25.749825681 |
2743 | 2025-03-25T22:06:45.399Z | sys 19.848867699 |
2744 | 2025-03-25T22:06:45.399Z | trap 0.155971748 |
2745 | 2025-03-25T22:06:45.399Z | tflt 0.227838454 |
2746 | 2025-03-25T22:06:45.402Z | dflt 0.395899133 |
2747 | 2025-03-25T22:06:45.402Z | kflt 0.000002549 |
2748 | 2025-03-25T22:06:45.402Z | lock 9:56.440533189 |
2749 | 2025-03-25T22:06:45.402Z | slp 16:01.475398139 |
2750 | 2025-03-25T22:06:45.402Z | lat 15.962856043 |
2751 | 2025-03-25T22:06:45.402Z | stop 19.496720642 |
2752 | 2025-03-25T22:06:45.402Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2753 | 2025-03-25T22:06:45.402Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2754 | 2025-03-25T22:06:45.402Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2755 | 2025-03-25T22:06:45.402Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2756 | 2025-03-25T22:06:45.402Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2757 | 2025-03-25T22:06:46.349Z | Compiling regress v0.10.3 |
2758 | 2025-03-25T22:06:46.485Z | Compiling thiserror-impl v2.0.12 |
2759 | 2025-03-25T22:06:46.500Z | Compiling ident_case v1.0.1 |
2760 | 2025-03-25T22:06:46.500Z | Compiling unsafe-libyaml v0.2.11 |
2761 | 2025-03-25T22:06:46.503Z | Compiling progenitor-client v0.9.1 |
2762 | 2025-03-25T22:06:46.503Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2763 | 2025-03-25T22:06:46.503Z | Compiling tempfile v3.13.0 |
2764 | 2025-03-25T22:06:46.503Z | Compiling quick-error v1.2.3 |
2765 | 2025-03-25T22:06:46.729Z | Compiling macaddr v1.0.1 |
2766 | 2025-03-25T22:06:46.815Z | Compiling darling_core v0.20.10 |
2767 | 2025-03-25T22:06:47.021Z | Compiling progenitor-client v0.8.0 |
2768 | 2025-03-25T22:06:47.138Z | Compiling structmeta-derive v0.3.0 |
2769 | 2025-03-25T22:06:47.180Z | Compiling instant v0.1.13 |
2770 | 2025-03-25T22:06:47.275Z | Compiling wait-timeout v0.2.0 |
2771 | 2025-03-25T22:06:47.358Z | Compiling dropshot v0.16.0 |
2772 | 2025-03-25T22:06:47.678Z | Compiling bit-vec v0.8.0 |
2773 | 2025-03-25T22:06:47.823Z | Compiling serde_yaml v0.9.34+deprecated |
2774 | 2025-03-25T22:06:47.854Z | Compiling rusty-fork v0.3.0 |
2775 | 2025-03-25T22:06:47.985Z | Compiling bit-set v0.8.0 |
2776 | 2025-03-25T22:06:48.308Z | Compiling dropshot_endpoint v0.16.0 |
2777 | 2025-03-25T22:06:48.357Z | Compiling rand_xorshift v0.3.0 |
2778 | 2025-03-25T22:06:48.565Z | Compiling unarray v0.1.4 |
2779 | 2025-03-25T22:06:48.713Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2780 | 2025-03-25T22:06:48.765Z | Compiling proptest v1.6.0 |
2781 | 2025-03-25T22:06:48.915Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2782 | 2025-03-25T22:06:49.668Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2783 | 2025-03-25T22:06:49.671Z | Compiling thiserror v2.0.12 |
2784 | 2025-03-25T22:06:49.757Z | Compiling structmeta v0.3.0 |
2785 | 2025-03-25T22:06:49.867Z | Compiling backoff v0.4.0 |
2786 | 2025-03-25T22:06:49.890Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2787 | 2025-03-25T22:06:50.170Z | Compiling parse-display-derive v0.10.0 |
2788 | 2025-03-25T22:06:50.262Z | Compiling typify-impl v0.2.0 |
2789 | 2025-03-25T22:06:50.672Z | Compiling test-strategy v0.4.0 |
2790 | 2025-03-25T22:06:51.291Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2791 | 2025-03-25T22:06:51.372Z | Compiling proc-macro-crate v1.3.1 |
2792 | 2025-03-25T22:06:51.818Z | Compiling typify-impl v0.3.0 |
2793 | 2025-03-25T22:06:52.302Z | Compiling num_enum_derive v0.5.11 |
2794 | 2025-03-25T22:06:52.857Z | Compiling darling_macro v0.20.10 |
2795 | 2025-03-25T22:06:53.832Z | Compiling darling v0.20.10 |
2796 | 2025-03-25T22:06:54.020Z | Compiling serde_with_macros v3.12.0 |
2797 | 2025-03-25T22:06:54.246Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2798 | 2025-03-25T22:06:54.268Z | Compiling parse-display v0.10.0 |
2799 | 2025-03-25T22:06:54.628Z | Compiling num_enum v0.5.11 |
2800 | 2025-03-25T22:06:54.689Z | Compiling itertools v0.13.0 |
2801 | 2025-03-25T22:06:54.826Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2802 | 2025-03-25T22:06:54.894Z | Compiling heapless v0.8.0 |
2803 | 2025-03-25T22:06:55.484Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2804 | 2025-03-25T22:06:55.702Z | Compiling crucible-workspace-hack v0.1.0 |
2805 | 2025-03-25T22:06:56.092Z | Compiling proc-macro-error v1.0.4 |
2806 | 2025-03-25T22:06:56.209Z | Compiling camino-tempfile v1.1.1 |
2807 | 2025-03-25T22:06:56.571Z | Compiling serde_with v3.12.0 |
2808 | 2025-03-25T22:06:56.691Z | Compiling hash32 v0.3.1 |
2809 | 2025-03-25T22:06:56.712Z | Compiling foreign-types-macros v0.2.3 |
2810 | 2025-03-25T22:06:56.966Z | Compiling foreign-types-shared v0.3.1 |
2811 | 2025-03-25T22:06:57.128Z | Compiling smoltcp v0.11.0 |
2812 | 2025-03-25T22:06:57.770Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2813 | 2025-03-25T22:06:58.055Z | Compiling foreign-types v0.5.0 |
2814 | 2025-03-25T22:06:58.572Z | Compiling tabwriter v1.4.0 |
2815 | 2025-03-25T22:06:59.049Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2816 | 2025-03-25T22:06:59.175Z | Compiling cstr-argument v0.1.2 |
2817 | 2025-03-25T22:06:59.460Z | Compiling cobs v0.2.3 |
2818 | 2025-03-25T22:06:59.786Z | Compiling pretty-hex v0.2.1 |
2819 | 2025-03-25T22:06:59.941Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2820 | 2025-03-25T22:07:00.033Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2821 | 2025-03-25T22:07:00.323Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2822 | 2025-03-25T22:07:00.452Z | Compiling postcard v1.0.10 |
2823 | 2025-03-25T22:07:00.516Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2824 | 2025-03-25T22:07:01.066Z | Compiling colored v2.2.0 |
2825 | 2025-03-25T22:07:01.135Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2826 | 2025-03-25T22:07:01.502Z | Compiling winnow v0.6.20 |
2827 | 2025-03-25T22:07:01.623Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2828 | 2025-03-25T22:07:01.862Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2829 | 2025-03-25T22:07:01.915Z | Compiling smf v0.2.3 |
2830 | 2025-03-25T22:07:02.812Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2831 | 2025-03-25T22:07:03.120Z | Compiling zone_cfg_derive v0.3.0 |
2832 | 2025-03-25T22:07:03.193Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2833 | 2025-03-25T22:07:03.612Z | Compiling itertools v0.14.0 |
2834 | 2025-03-25T22:07:04.602Z | Compiling num-derive v0.4.2 |
2835 | 2025-03-25T22:07:04.629Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2836 | 2025-03-25T22:07:05.011Z | Compiling typify-macro v0.2.0 |
2837 | 2025-03-25T22:07:05.182Z | Compiling sigpipe v0.1.3 |
2838 | 2025-03-25T22:07:05.347Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2839 | 2025-03-25T22:07:05.418Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2840 | 2025-03-25T22:07:05.802Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2841 | 2025-03-25T22:07:06.620Z | Compiling zone v0.3.0 |
2842 | 2025-03-25T22:07:06.641Z | Compiling typify-macro v0.3.0 |
2843 | 2025-03-25T22:07:06.753Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2844 | 2025-03-25T22:07:06.909Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2845 | 2025-03-25T22:07:07.226Z | Compiling universal-hash v0.5.1 |
2846 | 2025-03-25T22:07:07.503Z | Compiling opaque-debug v0.3.1 |
2847 | 2025-03-25T22:07:07.636Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2848 | 2025-03-25T22:07:07.809Z | Compiling utf-8 v0.7.6 |
2849 | 2025-03-25T22:07:07.915Z | Compiling num-rational v0.4.2 |
2850 | 2025-03-25T22:07:08.101Z | Compiling tungstenite v0.21.0 |
2851 | 2025-03-25T22:07:08.144Z | Compiling password-hash v0.5.0 |
2852 | 2025-03-25T22:07:08.794Z | Compiling typify v0.2.0 |
2853 | 2025-03-25T22:07:08.883Z | Compiling blake2 v0.10.6 |
2854 | 2025-03-25T22:07:08.958Z | Compiling progenitor-impl v0.8.0 |
2855 | 2025-03-25T22:07:09.347Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2856 | 2025-03-25T22:07:09.514Z | Compiling aead v0.5.2 |
2857 | 2025-03-25T22:07:09.514Z | Compiling num-complex v0.4.6 |
2858 | 2025-03-25T22:07:09.893Z | Compiling convert_case v0.4.0 |
2859 | 2025-03-25T22:07:10.061Z | Compiling keccak v0.1.5 |
2860 | 2025-03-25T22:07:10.226Z | Compiling base64 v0.21.7 |
2861 | 2025-03-25T22:07:10.419Z | Compiling typify v0.3.0 |
2862 | 2025-03-25T22:07:10.492Z | Compiling sha3 v0.10.8 |
2863 | 2025-03-25T22:07:10.589Z | Compiling progenitor-impl v0.9.1 |
2864 | 2025-03-25T22:07:10.751Z | Compiling derive_more v0.99.19 |
2865 | 2025-03-25T22:07:10.930Z | Compiling num v0.4.3 |
2866 | 2025-03-25T22:07:11.062Z | Compiling argon2 v0.5.3 |
2867 | 2025-03-25T22:07:11.240Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2868 | 2025-03-25T22:07:11.412Z | Compiling tokio-tungstenite v0.21.0 |
2869 | 2025-03-25T22:07:11.514Z | Compiling poly1305 v0.8.0 |
2870 | 2025-03-25T22:07:12.050Z | Compiling chacha20 v0.9.1 |
2871 | 2025-03-25T22:07:12.537Z | Compiling float-ord v0.3.2 |
2872 | 2025-03-25T22:07:12.603Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2873 | 2025-03-25T22:07:12.748Z | Compiling derive-where v1.2.7 |
2874 | 2025-03-25T22:07:13.069Z | Compiling semver v0.1.20 |
2875 | 2025-03-25T22:07:13.301Z | Compiling same-file v1.0.6 |
2876 | 2025-03-25T22:07:13.623Z | Compiling walkdir v2.5.0 |
2877 | 2025-03-25T22:07:13.679Z | Compiling rustc_version v0.1.7 |
2878 | 2025-03-25T22:07:13.959Z | Compiling newline-converter v0.3.0 |
2879 | 2025-03-25T22:07:14.147Z | Compiling primeorder v0.13.6 |
2880 | 2025-03-25T22:07:14.169Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2881 | 2025-03-25T22:07:14.310Z | Compiling secrecy v0.8.0 |
2882 | 2025-03-25T22:07:14.590Z | Compiling owo-colors v4.2.0 |
2883 | 2025-03-25T22:07:14.702Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2884 | 2025-03-25T22:07:14.783Z | Compiling cancel-safe-futures v0.1.5 |
2885 | 2025-03-25T22:07:15.185Z | Compiling linked-hash-map v0.5.6 |
2886 | 2025-03-25T22:07:15.370Z | Compiling newtype_derive v0.1.6 |
2887 | 2025-03-25T22:07:15.533Z | Compiling lru-cache v0.1.2 |
2888 | 2025-03-25T22:07:15.554Z | Compiling expectorate v1.1.0 |
2889 | 2025-03-25T22:07:15.738Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2890 | 2025-03-25T22:07:15.763Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2891 | 2025-03-25T22:07:15.766Z | Compiling resolv-conf v0.7.0 |
2892 | 2025-03-25T22:07:15.844Z | Compiling progenitor-macro v0.8.0 |
2893 | 2025-03-25T22:07:15.919Z | Compiling thiserror-impl-no-std v2.0.2 |
2894 | 2025-03-25T22:07:15.950Z | Compiling libsw-core v0.3.1 |
2895 | 2025-03-25T22:07:16.041Z | Compiling blake3 v1.5.4 |
2896 | 2025-03-25T22:07:16.252Z | Compiling unicase v2.7.0 |
2897 | 2025-03-25T22:07:16.507Z | Compiling half v2.4.1 |
2898 | 2025-03-25T22:07:16.605Z | Compiling fixedbitset v0.5.7 |
2899 | 2025-03-25T22:07:16.755Z | Compiling ciborium-io v0.2.2 |
2900 | 2025-03-25T22:07:16.776Z | Compiling arc-swap v1.7.1 |
2901 | 2025-03-25T22:07:17.036Z | Compiling petgraph v0.7.1 |
2902 | 2025-03-25T22:07:17.279Z | Compiling slog-scope v4.4.0 |
2903 | 2025-03-25T22:07:17.360Z | Compiling ciborium-ll v0.2.2 |
2904 | 2025-03-25T22:07:17.469Z | Compiling progenitor-macro v0.9.1 |
2905 | 2025-03-25T22:07:17.630Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2906 | 2025-03-25T22:07:17.653Z | Compiling hickory-resolver v0.24.4 |
2907 | 2025-03-25T22:07:17.792Z | Compiling libsw v3.4.0 |
2908 | 2025-03-25T22:07:17.816Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2909 | 2025-03-25T22:07:18.667Z | Compiling thiserror-no-std v2.0.2 |
2910 | 2025-03-25T22:07:18.729Z | Compiling polyval v0.6.2 |
2911 | 2025-03-25T22:07:18.833Z | Compiling atomicwrites v0.4.4 |
2912 | 2025-03-25T22:07:19.180Z | Compiling memmap2 v0.9.5 |
2913 | 2025-03-25T22:07:19.240Z | Compiling constant_time_eq v0.3.1 |
2914 | 2025-03-25T22:07:19.455Z | Compiling salty v0.3.0 |
2915 | 2025-03-25T22:07:19.624Z | Compiling linear-map v1.2.0 |
2916 | 2025-03-25T22:07:19.922Z | Compiling libefi-sys v0.1.0 |
2917 | 2025-03-25T22:07:20.008Z | Compiling arrayvec v0.7.6 |
2918 | 2025-03-25T22:07:20.274Z | Compiling parking_lot_core v0.8.6 |
2919 | 2025-03-25T22:07:20.307Z | Compiling indent_write v2.2.0 |
2920 | 2025-03-25T22:07:20.426Z | Compiling arrayref v0.3.9 |
2921 | 2025-03-25T22:07:20.571Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2922 | 2025-03-25T22:07:20.851Z | Compiling ghash v0.5.1 |
2923 | 2025-03-25T22:07:20.881Z | Compiling vsss-rs v3.3.4 |
2924 | 2025-03-25T22:07:21.259Z | Compiling ciborium v0.2.2 |
2925 | 2025-03-25T22:07:22.109Z | Compiling slog-stdlog v4.1.1 |
2926 | 2025-03-25T22:07:22.517Z | Compiling p384 v0.13.0 |
2927 | 2025-03-25T22:07:22.538Z | Compiling toolchain_find v0.4.0 |
2928 | 2025-03-25T22:07:22.675Z | Compiling chacha20poly1305 v0.10.1 |
2929 | 2025-03-25T22:07:22.953Z | Compiling ctr v0.9.2 |
2930 | 2025-03-25T22:07:23.203Z | Compiling lzma-sys v0.1.20 |
2931 | 2025-03-25T22:07:23.305Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2932 | 2025-03-25T22:07:23.359Z | Compiling bitfield-struct v0.6.2 |
2933 | 2025-03-25T22:07:23.771Z | Compiling slog-dtrace v0.3.0 |
2934 | 2025-03-25T22:07:24.000Z | Compiling highway v1.3.0 |
2935 | 2025-03-25T22:07:24.056Z | Compiling topological-sort v0.2.2 |
2936 | 2025-03-25T22:07:24.271Z | Compiling omicron-zone-package v0.12.0 |
2937 | 2025-03-25T22:07:24.406Z | Compiling aes-gcm v0.10.3 |
2938 | 2025-03-25T22:07:24.440Z | Compiling rustfmt-wrapper v0.2.1 |
2939 | 2025-03-25T22:07:24.755Z | Compiling slog-envlogger v2.2.0 |
2940 | 2025-03-25T22:07:24.811Z | Compiling mime_guess v2.0.5 |
2941 | 2025-03-25T22:07:24.815Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2942 | 2025-03-25T22:07:25.072Z | Compiling steno v0.4.1 |
2943 | 2025-03-25T22:07:25.899Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2944 | 2025-03-25T22:07:26.038Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2945 | 2025-03-25T22:07:26.086Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2946 | 2025-03-25T22:07:26.150Z | Compiling heck v0.3.3 |
2947 | 2025-03-25T22:07:26.237Z | Compiling ssh-encoding v0.2.0 |
2948 | 2025-03-25T22:07:26.512Z | Compiling blowfish v0.9.1 |
2949 | 2025-03-25T22:07:26.659Z | Compiling env_filter v0.1.2 |
2950 | 2025-03-25T22:07:26.765Z | Compiling nibble_vec v0.1.0 |
2951 | 2025-03-25T22:07:27.131Z | Compiling endian-type v0.1.2 |
2952 | 2025-03-25T22:07:27.139Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2953 | 2025-03-25T22:07:27.166Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2954 | 2025-03-25T22:07:27.224Z | Compiling humantime v2.1.0 |
2955 | 2025-03-25T22:07:27.246Z | Compiling radix_trie v0.2.1 |
2956 | 2025-03-25T22:07:27.301Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2957 | 2025-03-25T22:07:27.586Z | Compiling env_logger v0.11.5 |
2958 | 2025-03-25T22:07:27.780Z | Compiling bcrypt-pbkdf v0.10.0 |
2959 | 2025-03-25T22:07:27.823Z | Compiling progenitor v0.8.0 |
2960 | 2025-03-25T22:07:27.843Z | Compiling ssh-cipher v0.2.0 |
2961 | 2025-03-25T22:07:28.090Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2962 | 2025-03-25T22:07:28.159Z | Compiling zone_cfg_derive v0.1.2 |
2963 | 2025-03-25T22:07:28.439Z | Compiling parking_lot v0.11.2 |
2964 | 2025-03-25T22:07:28.731Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2965 | 2025-03-25T22:07:29.147Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2966 | 2025-03-25T22:07:29.453Z | Compiling qorb v0.2.1 |
2967 | 2025-03-25T22:07:29.626Z | Compiling progenitor v0.9.1 |
2968 | 2025-03-25T22:07:29.646Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2969 | 2025-03-25T22:07:29.868Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2970 | 2025-03-25T22:07:29.890Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2971 | 2025-03-25T22:07:29.933Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2972 | 2025-03-25T22:07:29.993Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2973 | 2025-03-25T22:07:30.146Z | Compiling password-hash v0.4.2 |
2974 | 2025-03-25T22:07:30.413Z | Compiling gethostname v0.5.0 |
2975 | 2025-03-25T22:07:30.642Z | Compiling fxhash v0.2.1 |
2976 | 2025-03-25T22:07:30.888Z | Compiling http-range v0.1.5 |
2977 | 2025-03-25T22:07:30.999Z | Compiling base64 v0.13.1 |
2978 | 2025-03-25T22:07:31.238Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2979 | 2025-03-25T22:07:31.260Z | Compiling sled v0.34.7 |
2980 | 2025-03-25T22:07:31.586Z | Compiling ron v0.7.1 |
2981 | 2025-03-25T22:07:31.645Z | Compiling pbkdf2 v0.11.0 |
2982 | 2025-03-25T22:07:32.036Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2983 | 2025-03-25T22:07:32.813Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2984 | 2025-03-25T22:07:33.774Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2985 | 2025-03-25T22:07:33.832Z | Compiling zone v0.1.8 |
2986 | 2025-03-25T22:07:33.853Z | Compiling xz2 v0.1.7 |
2987 | 2025-03-25T22:07:35.297Z | Compiling ssh-key v0.6.6 |
2988 | 2025-03-25T22:07:35.355Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2989 | 2025-03-25T22:07:35.626Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2990 | 2025-03-25T22:07:35.769Z | Compiling hickory-client v0.24.4 |
2991 | 2025-03-25T22:07:36.485Z | Compiling p521 v0.13.3 |
2992 | 2025-03-25T22:07:36.831Z | Compiling p256 v0.13.2 |
2993 | 2025-03-25T22:07:37.105Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2994 | 2025-03-25T22:07:37.676Z | Compiling hickory-server v0.24.4 |
2995 | 2025-03-25T22:07:38.063Z | Compiling pem v3.0.5 |
2996 | 2025-03-25T22:07:38.812Z | Compiling yasna v0.5.2 |
2997 | 2025-03-25T22:07:38.842Z | Compiling headers-core v0.3.0 |
2998 | 2025-03-25T22:07:39.053Z | Compiling kstat-rs v0.2.4 |
2999 | 2025-03-25T22:07:39.396Z | Compiling nanorand v0.7.0 |
3000 | 2025-03-25T22:07:39.634Z | Compiling atty v0.2.14 |
3001 | 2025-03-25T22:07:39.833Z | Compiling russh-cryptovec v0.7.3 |
3002 | 2025-03-25T22:07:39.969Z | Compiling md5 v0.7.0 |
3003 | 2025-03-25T22:07:40.203Z | Compiling rcgen v0.12.1 |
3004 | 2025-03-25T22:07:40.392Z | Compiling russh-keys v0.45.0 |
3005 | 2025-03-25T22:07:40.531Z | Compiling flume v0.11.1 |
3006 | 2025-03-25T22:07:41.036Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
3007 | 2025-03-25T22:07:41.174Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3008 | 2025-03-25T22:07:41.946Z | Compiling headers v0.4.0 |
3009 | 2025-03-25T22:07:42.384Z | Compiling hyper-staticfile v0.10.1 |
3010 | 2025-03-25T22:07:43.525Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3011 | 2025-03-25T22:07:43.730Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3012 | 2025-03-25T22:07:44.153Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3013 | 2025-03-25T22:07:44.175Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
3014 | 2025-03-25T22:07:44.409Z | Compiling num-bigint v0.4.6 |
3015 | 2025-03-25T22:07:44.552Z | Compiling des v0.8.1 |
3016 | 2025-03-25T22:07:44.573Z | Compiling subprocess v0.2.9 |
3017 | 2025-03-25T22:07:44.911Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3018 | 2025-03-25T22:07:45.855Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3019 | 2025-03-25T22:07:46.285Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3020 | 2025-03-25T22:07:46.710Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3021 | 2025-03-25T22:07:49.039Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3022 | 2025-03-25T22:07:50.525Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3023 | 2025-03-25T22:07:50.647Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3024 | 2025-03-25T22:07:51.586Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3025 | 2025-03-25T22:07:52.973Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3026 | 2025-03-25T22:07:53.531Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3027 | 2025-03-25T22:07:54.298Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3028 | 2025-03-25T22:07:54.334Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3029 | 2025-03-25T22:07:55.017Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3030 | 2025-03-25T22:07:55.847Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3031 | 2025-03-25T22:07:56.975Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3032 | 2025-03-25T22:07:56.996Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3033 | 2025-03-25T22:07:57.984Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3034 | 2025-03-25T22:07:58.187Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3035 | 2025-03-25T22:07:59.554Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3036 | 2025-03-25T22:07:59.670Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3037 | 2025-03-25T22:08:00.003Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3038 | 2025-03-25T22:08:00.660Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3039 | 2025-03-25T22:08:01.235Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3040 | 2025-03-25T22:08:03.129Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3041 | 2025-03-25T22:08:03.176Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3042 | 2025-03-25T22:08:03.335Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3043 | 2025-03-25T22:08:04.383Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3044 | 2025-03-25T22:08:05.134Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3045 | 2025-03-25T22:08:05.680Z | Compiling display-error-chain v0.2.2 |
3046 | 2025-03-25T22:08:05.941Z | Compiling hex-literal v0.4.1 |
3047 | 2025-03-25T22:08:06.142Z | Compiling russh v0.45.0 |
3048 | 2025-03-25T22:08:06.239Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3049 | 2025-03-25T22:08:06.763Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3050 | 2025-03-25T22:08:08.225Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3051 | 2025-03-25T22:08:09.187Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3052 | 2025-03-25T22:08:09.274Z | Compiling internet-checksum v0.2.1 |
3053 | 2025-03-25T22:08:14.413Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3054 | 2025-03-25T22:08:21.245Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3055 | 2025-03-25T22:08:22.922Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3056 | 2025-03-25T22:08:47.845Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3057 | 2025-03-25T22:09:10.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
3058 | 2025-03-25T22:09:11.064Z | |
3059 | 2025-03-25T22:09:11.067Z | real 2:25.601963703 |
3060 | 2025-03-25T22:09:11.067Z | user 12:23.264773576 |
3061 | 2025-03-25T22:09:11.067Z | sys 1:39.790428026 |
3062 | 2025-03-25T22:09:11.067Z | trap 0.384758700 |
3063 | 2025-03-25T22:09:11.067Z | tflt 0.233937187 |
3064 | 2025-03-25T22:09:11.067Z | dflt 0.723190433 |
3065 | 2025-03-25T22:09:11.067Z | kflt 0.000075894 |
3066 | 2025-03-25T22:09:11.067Z | lock 23:22.596689551 |
3067 | 2025-03-25T22:09:11.067Z | slp 43:40.607160905 |
3068 | 2025-03-25T22:09:11.067Z | lat 39.312104775 |
3069 | 2025-03-25T22:09:11.067Z | stop 1:47.016517162 |
3070 | 2025-03-25T22:09:11.067Z | + mkdir tests |
3071 | 2025-03-25T22:09:11.072Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
3072 | 2025-03-25T22:09:11.072Z | + xargs -I '{}' -t cp '{}' tests/ |
3073 | 2025-03-25T22:09:11.114Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-85a52c52ac369810 tests/ |
3074 | 2025-03-25T22:09:11.140Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0ce3b2f09d354b4b tests/ |
3075 | 2025-03-25T22:09:11.165Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-8157ae39450efb9d tests/ |
3076 | 2025-03-25T22:09:11.192Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-72010e6fc5b9e64b tests/ |
3077 | 2025-03-25T22:09:11.469Z | + 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/*) |
3078 | 2025-03-25T22:09:11.476Z | + 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-0ce3b2f09d354b4b tests/commtest-8157ae39450efb9d tests/dhcp_server-85a52c52ac369810 tests/end_to_end_tests-72010e6fc5b9e64b 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 |
3079 | 2025-03-25T22:10:28.435Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
3080 | 2025-03-25T22:10:28.435Z | a .github/buildomat/ci-env.sh 1K |
3081 | 2025-03-25T22:10:28.435Z | a out/target/test 1K |
3082 | 2025-03-25T22:10:28.435Z | a out/npuzone/npuzone 23144K |
3083 | 2025-03-25T22:10:28.435Z | a package-manifest.toml 33K |
3084 | 2025-03-25T22:10:28.435Z | a smf/sled-agent/non-gimlet/config.toml 4K |
3085 | 2025-03-25T22:10:28.436Z | a target/release/omicron-package 39604K |
3086 | 2025-03-25T22:10:28.436Z | a target/release/xtask 10810K |
3087 | 2025-03-25T22:10:28.436Z | a target/debug/bootstrap 219397K |
3088 | 2025-03-25T22:10:28.436Z | a tests/bootstrap-0ce3b2f09d354b4b 24084K |
3089 | 2025-03-25T22:10:28.436Z | a tests/commtest-8157ae39450efb9d 24339K |
3090 | 2025-03-25T22:10:28.436Z | a tests/dhcp_server-85a52c52ac369810 24084K |
3091 | 2025-03-25T22:10:28.436Z | a tests/end_to_end_tests-72010e6fc5b9e64b 274003K |
3092 | 2025-03-25T22:10:28.436Z | a out/clickhouse.tar.gz 304249K |
3093 | 2025-03-25T22:10:28.436Z | a out/clickhouse_keeper.tar.gz 289734K |
3094 | 2025-03-25T22:10:28.436Z | a out/clickhouse_server.tar.gz 304191K |
3095 | 2025-03-25T22:10:28.436Z | a out/cockroachdb.tar.gz 144204K |
3096 | 2025-03-25T22:10:28.436Z | a out/crucible-dtrace.tar 98K |
3097 | 2025-03-25T22:10:28.436Z | a out/crucible-pantry-zone.tar.gz 32788K |
3098 | 2025-03-25T22:10:28.436Z | a out/crucible-zone.tar.gz 41175K |
3099 | 2025-03-25T22:10:28.436Z | a out/external-dns.tar.gz 45253K |
3100 | 2025-03-25T22:10:28.436Z | a out/internal-dns.tar.gz 45253K |
3101 | 2025-03-25T22:10:28.436Z | a out/mg-ddm-gz.tar 65544K |
3102 | 2025-03-25T22:10:28.437Z | a out/nexus.tar.gz 110478K |
3103 | 2025-03-25T22:10:28.437Z | a out/ntp.tar.gz 14739K |
3104 | 2025-03-25T22:10:28.437Z | a out/omicron-gateway-softnpu.tar.gz 24798K |
3105 | 2025-03-25T22:10:28.437Z | a out/omicron-sled-agent.tar 125151K |
3106 | 2025-03-25T22:10:28.437Z | a out/overlay.tar.gz 3K |
3107 | 2025-03-25T22:10:28.437Z | a out/oximeter.tar.gz 54299K |
3108 | 2025-03-25T22:10:28.437Z | a out/oxlog.tar 3144K |
3109 | 2025-03-25T22:10:28.437Z | a out/probe.tar.gz 2764K |
3110 | 2025-03-25T22:10:28.437Z | a out/propolis-server.tar.gz 67599K |
3111 | 2025-03-25T22:10:28.437Z | a out/pumpkind-gz.tar 26648K |
3112 | 2025-03-25T22:10:28.437Z | a out/switch-softnpu.tar.gz 269348K |
3113 | 2025-03-25T22:10:28.441Z | |
3114 | 2025-03-25T22:10:28.441Z | real 1:16.957227757 |
3115 | 2025-03-25T22:10:28.442Z | user 1:13.360542042 |
3116 | 2025-03-25T22:10:28.442Z | sys 5.083945157 |
3117 | 2025-03-25T22:10:28.442Z | trap 0.019790730 |
3118 | 2025-03-25T22:10:28.442Z | tflt 0.000000000 |
3119 | 2025-03-25T22:10:28.442Z | dflt 0.000000000 |
3120 | 2025-03-25T22:10:28.442Z | kflt 0.000000000 |
3121 | 2025-03-25T22:10:28.442Z | lock 0.000000000 |
3122 | 2025-03-25T22:10:28.442Z | slp 1:13.175098325 |
3123 | 2025-03-25T22:10:28.442Z | lat 2.269923203 |
3124 | 2025-03-25T22:10:28.442Z | stop 0.000208279 |
3125 | 2025-03-25T22:10:28.442Z | process exited: duration 2249616 ms, exit code 0 |
|
3126 | 2025-03-25T22:10:28.459Z | found 1 output files |
3127 | 2025-03-25T22:10:28.460Z | uploading: /work/package.tar.gz (2029112898 bytes) |
3128 | 2025-03-25T22:11:20.090Z | uploaded: /work/package.tar.gz |