|
|
|
1 | 2025-03-17T15:51:14.622Z | job assigned to worker 01JPJCS1B41T3579T840SHH305 [factory aws, i-0e960ef4aad438e9b] (queued for 55 s) |
|
2 | 2025-03-17T15:51:22.826Z | starting task 0: "setup" |
3 | 2025-03-17T15:51:22.832Z | ++ uname -s |
4 | 2025-03-17T15:51:22.835Z | + kern=SunOS |
5 | 2025-03-17T15:51:22.835Z | + build_user=build |
6 | 2025-03-17T15:51:22.835Z | + build_uid=12345 |
7 | 2025-03-17T15:51:22.835Z | + work_dir=/work |
8 | 2025-03-17T15:51:22.835Z | + input_dir=/input |
9 | 2025-03-17T15:51:22.835Z | + [[ 0 == 12345 ]] |
10 | 2025-03-17T15:51:22.835Z | + case "$kern" in |
11 | 2025-03-17T15:51:22.835Z | + groupadd -g 12345 build |
12 | 2025-03-17T15:51:22.838Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-17T15:51:24.844Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-17T15:51:24.969Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-17T15:51:24.972Z | + home_fs=zfs |
16 | 2025-03-17T15:51:24.972Z | + [[ zfs == autofs ]] |
17 | 2025-03-17T15:51:24.972Z | + mkdir -p /home/build |
18 | 2025-03-17T15:51:24.975Z | + chown build:build /home/build /work |
19 | 2025-03-17T15:51:26.977Z | + chmod 0700 /home/build /work |
20 | 2025-03-17T15:51:26.980Z | process exited: duration 4155 ms, exit code 0 |
|
21 | 2025-03-17T15:51:26.986Z | starting task 1: "rust-toolchain" |
22 | 2025-03-17T15:51:26.991Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-17T15:51:26.991Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-17T15:51:26.991Z | * rust toolchain profile = "default" |
25 | 2025-03-17T15:51:26.991Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-17T15:51:26.991Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-17T15:51:26.991Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-17T15:51:26.994Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-17T15:51:26.994Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-17T15:51:27.108Z | info: downloading installer |
31 | 2025-03-17T15:51:28.700Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-17T15:51:28.700Z | warn: /opt/ooce/bin |
33 | 2025-03-17T15:51:28.700Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-17T15:51:28.700Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-17T15:51:28.700Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-17T15:51:28.700Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-17T15:51:28.700Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-17T15:51:28.700Z | error: cannot install while Rust is installed |
39 | 2025-03-17T15:51:28.700Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-17T15:51:28.713Z | info: profile set to 'default' |
41 | 2025-03-17T15:51:28.713Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-17T15:51:28.717Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-17T15:51:28.910Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-17T15:51:28.910Z | info: downloading component 'cargo' |
45 | 2025-03-17T15:51:29.814Z | info: downloading component 'clippy' |
46 | 2025-03-17T15:51:30.121Z | info: downloading component 'rust-docs' |
47 | 2025-03-17T15:51:31.503Z | info: downloading component 'rust-std' |
48 | 2025-03-17T15:51:33.488Z | info: downloading component 'rustc' |
49 | 2025-03-17T15:51:40.327Z | info: downloading component 'rustfmt' |
50 | 2025-03-17T15:51:40.608Z | info: installing component 'cargo' |
51 | 2025-03-17T15:51:41.423Z | info: installing component 'clippy' |
52 | 2025-03-17T15:51:41.804Z | info: installing component 'rust-docs' |
53 | 2025-03-17T15:51:43.546Z | info: installing component 'rust-std' |
54 | 2025-03-17T15:51:45.412Z | info: installing component 'rustc' |
55 | 2025-03-17T15:51:51.347Z | info: installing component 'rustfmt' |
56 | 2025-03-17T15:51:51.684Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-17T15:51:51.685Z | |
58 | 2025-03-17T15:51:52.048Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-17T15:51:52.048Z | |
60 | 2025-03-17T15:51:52.053Z | |
61 | 2025-03-17T15:51:52.053Z | Rust is installed now. Great! |
62 | 2025-03-17T15:51:52.053Z | |
63 | 2025-03-17T15:51:52.053Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-17T15:51:52.053Z | environment variable. This has not been done automatically. |
65 | 2025-03-17T15:51:52.053Z | |
66 | 2025-03-17T15:51:52.053Z | To configure your current shell, you need to source |
67 | 2025-03-17T15:51:52.053Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-17T15:51:52.053Z | |
69 | 2025-03-17T15:51:52.053Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-17T15:51:52.053Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-17T15:51:52.053Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-17T15:51:52.053Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-17T15:51:52.121Z | + rustup --version |
74 | 2025-03-17T15:51:52.132Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-17T15:51:52.132Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-17T15:51:52.161Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-17T15:51:52.163Z | + cargo --version |
78 | 2025-03-17T15:51:52.181Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-17T15:51:52.184Z | + rustc --version |
80 | 2025-03-17T15:51:52.209Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-17T15:51:52.212Z | process exited: duration 25219 ms, exit code 0 |
|
82 | 2025-03-17T15:51:52.218Z | starting task 2: "authentication" |
83 | 2025-03-17T15:51:52.239Z | process exited: duration 21 ms, exit code 0 |
|
84 | 2025-03-17T15:51:52.248Z | starting task 3: "clone repository" |
85 | 2025-03-17T15:51:52.251Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-17T15:51:52.254Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-17T15:51:52.298Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-17T15:52:00.058Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-17T15:52:00.061Z | + git fetch origin 4742083fe0ec6dbb133399af6254149235f49e1a |
90 | 2025-03-17T15:52:00.383Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-17T15:52:00.383Z | * branch 4742083fe0ec6dbb133399af6254149235f49e1a -> FETCH_HEAD |
92 | 2025-03-17T15:52:00.392Z | + [[ -n dap/pending-mgs-updates ]] |
93 | 2025-03-17T15:52:00.395Z | ++ git branch --show-current |
94 | 2025-03-17T15:52:00.398Z | + current=main |
95 | 2025-03-17T15:52:00.398Z | + [[ main != dap/pending-mgs-updates ]] |
96 | 2025-03-17T15:52:00.398Z | + git branch -f dap/pending-mgs-updates 4742083fe0ec6dbb133399af6254149235f49e1a |
97 | 2025-03-17T15:52:00.401Z | + git checkout -f dap/pending-mgs-updates |
98 | 2025-03-17T15:52:00.589Z | Switched to branch 'dap/pending-mgs-updates' |
99 | 2025-03-17T15:52:00.592Z | + git reset --hard 4742083fe0ec6dbb133399af6254149235f49e1a |
100 | 2025-03-17T15:52:00.614Z | HEAD is now at 4742083fe Merge branch 'main' into dap/pending-mgs-updates |
101 | 2025-03-17T15:52:00.617Z | process exited: duration 8367 ms, exit code 0 |
|
102 | 2025-03-17T15:52:00.623Z | starting task 4: "build" |
103 | 2025-03-17T15:52:00.628Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-17T15:52:00.631Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-17T15:52:00.632Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-17T15:52:00.632Z | + cargo --version |
107 | 2025-03-17T15:52:00.683Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-17T15:52:00.686Z | + rustc --version |
109 | 2025-03-17T15:52:00.751Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-17T15:52:00.754Z | + WORK=/work |
111 | 2025-03-17T15:52:00.754Z | + pfexec mkdir -p /work |
112 | 2025-03-17T15:52:00.758Z | + pfexec chown build /work |
113 | 2025-03-17T15:52:00.761Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
114 | 2025-03-17T15:52:02.380Z | pkg list: illegal option -- F |
115 | 2025-03-17T15:52:02.380Z | Usage: |
116 | 2025-03-17T15:52:02.380Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
117 | 2025-03-17T15:52:02.380Z | [pkg_fmri_pattern ...] |
118 | 2025-03-17T15:52:03.212Z | pkg list: illegal option -- F |
119 | 2025-03-17T15:52:03.212Z | Usage: |
120 | 2025-03-17T15:52:03.212Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
121 | 2025-03-17T15:52:03.212Z | [pkg_fmri_pattern ...] |
122 | 2025-03-17T15:52:13.712Z | Startup: Refreshing catalog 'helios-dev' ... Done |
123 | 2025-03-17T15:52:18.203Z | Startup: Caching catalogs ... Done |
124 | 2025-03-17T15:52:32.631Z | Planning: Solver setup ... Done (13.349s) |
125 | 2025-03-17T15:52:32.789Z | Planning: Running solver ... Done (0.158s) |
126 | 2025-03-17T15:52:32.919Z | Planning: Finding local manifests ... Done (0.006s) |
127 | 2025-03-17T15:52:32.948Z | Planning: Fetching manifests: 0/7 0% complete |
128 | 2025-03-17T15:52:33.710Z | Planning: Fetching manifests: 7/7 100% complete |
129 | 2025-03-17T15:52:33.821Z | Planning: Package planning ... Done (0.111s) |
130 | 2025-03-17T15:52:33.878Z | Planning: Merging actions ... Done (0.057s) |
131 | 2025-03-17T15:52:34.077Z | Planning: Checking for conflicting actions ... Done (0.198s) |
132 | 2025-03-17T15:52:36.210Z | Planning: Consolidating action changes ... Done (2.133s) |
133 | 2025-03-17T15:52:36.647Z | Planning: Evaluating mediators ... Done (0.436s) |
134 | 2025-03-17T15:52:36.727Z | Planning: Planning completed in 18.42 seconds |
135 | 2025-03-17T15:52:36.744Z | Packages to install: 4 |
136 | 2025-03-17T15:52:36.744Z | Packages to update: 3 |
137 | 2025-03-17T15:52:36.744Z | Mediators to change: 2 |
138 | 2025-03-17T15:52:36.744Z | Services to change: 1 |
139 | 2025-03-17T15:52:36.744Z | Estimated space available: 155.60 GB |
140 | 2025-03-17T15:52:36.744Z | Estimated space to be consumed: 1.67 GB |
141 | 2025-03-17T15:52:36.747Z | Create boot environment: No |
142 | 2025-03-17T15:52:36.747Z | Create backup boot environment: Yes |
143 | 2025-03-17T15:52:36.747Z | Rebuild boot archive: No |
144 | 2025-03-17T15:52:36.747Z | |
145 | 2025-03-17T15:52:36.747Z | Changed mediators: |
146 | 2025-03-17T15:52:36.747Z | mediator clang: |
147 | 2025-03-17T15:52:36.747Z | version: None -> 15 (system default) |
148 | 2025-03-17T15:52:36.747Z | |
149 | 2025-03-17T15:52:36.747Z | mediator llvm: |
150 | 2025-03-17T15:52:36.747Z | version: 14 (system default) -> 15 (system default) |
151 | 2025-03-17T15:52:36.747Z | |
152 | 2025-03-17T15:52:36.747Z | Changed packages: |
153 | 2025-03-17T15:52:36.747Z | helios-dev |
154 | 2025-03-17T15:52:36.747Z | developer/build-essential |
155 | 2025-03-17T15:52:36.747Z | None -> 11-2.0 |
156 | 2025-03-17T15:52:36.747Z | library/libxmlsec1 |
157 | 2025-03-17T15:52:36.747Z | None -> 1.2.35-2.0 |
158 | 2025-03-17T15:52:36.747Z | ooce/developer/clang-15 |
159 | 2025-03-17T15:52:36.747Z | None -> 15.0.7-2.0 |
160 | 2025-03-17T15:52:36.747Z | ooce/developer/llvm-15 |
161 | 2025-03-17T15:52:36.747Z | None -> 15.0.7-2.0 |
162 | 2025-03-17T15:52:36.747Z | package/pkg |
163 | 2025-03-17T15:52:36.748Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
164 | 2025-03-17T15:52:36.748Z | system/library/g++-runtime |
165 | 2025-03-17T15:52:36.748Z | 13-2.0 -> 14-2.0 |
166 | 2025-03-17T15:52:36.748Z | system/library/gcc-runtime |
167 | 2025-03-17T15:52:36.748Z | 13-2.0 -> 14-2.0 |
168 | 2025-03-17T15:52:36.748Z | |
169 | 2025-03-17T15:52:36.748Z | Services: |
170 | 2025-03-17T15:52:36.748Z | restart_fmri: |
171 | 2025-03-17T15:52:36.748Z | svc:/system/update-man-index:default |
172 | 2025-03-17T15:52:36.748Z | |
173 | 2025-03-17T15:52:36.748Z | Editable files to change: |
174 | 2025-03-17T15:52:36.748Z | Update: |
175 | 2025-03-17T15:52:36.748Z | usr/share/lib/pkg/web/config.shtml |
176 | 2025-03-17T15:52:36.824Z | |
177 | 2025-03-17T15:52:36.824Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
178 | 2025-03-17T15:52:41.825Z | Download: 733/4301 items 18.3/225.4MB 8% complete (3.7M/s) |
179 | 2025-03-17T15:52:47.607Z | Download: 1195/4301 items 83.5/225.4MB 37% complete (9.5M/s) |
180 | 2025-03-17T15:52:52.841Z | Download: 2219/4301 items 119.2/225.4MB 52% complete (10.1M/s) |
181 | 2025-03-17T15:52:57.846Z | Download: 2335/4301 items 119.7/225.4MB 53% complete (3.8M/s) |
182 | 2025-03-17T15:53:02.847Z | Download: 3126/4301 items 140.9/225.4MB 62% complete (2.1M/s) |
183 | 2025-03-17T15:53:08.571Z | Download: 3289/4301 items 212.6/225.4MB 94% complete (9.3M/s) |
184 | 2025-03-17T15:53:13.574Z | Download: 4025/4301 items 218.7/225.4MB 97% complete (4.7M/s) |
185 | 2025-03-17T15:53:21.096Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (1.7M/s) |
186 | 2025-03-17T15:53:21.682Z | Download: Completed 225.42 MB in 44.85 seconds (5.0M/s) |
187 | 2025-03-17T15:53:23.853Z | Actions: 1/5122 actions (Removing old actions) |
188 | 2025-03-17T15:53:23.877Z | Actions: 194/5122 actions (Installing new actions) |
189 | 2025-03-17T15:53:28.567Z | Actions: 4267/5122 actions (Updating modified actions) |
190 | 2025-03-17T15:53:28.921Z | Actions: Completed 5122 actions in 5.07 seconds. |
191 | 2025-03-17T15:53:29.169Z | Done (0.241s) |
192 | 2025-03-17T15:53:29.172Z | Done (0.001s) |
193 | 2025-03-17T15:53:29.802Z | Done (0.631s) |
194 | 2025-03-17T15:53:34.136Z | Done (4.103s) |
195 | 2025-03-17T15:53:34.224Z | Done (0.017s) |
196 | 2025-03-17T15:53:34.227Z | Done (0.000s) |
197 | 2025-03-17T15:53:34.404Z | Done (0.000s) |
198 | 2025-03-17T15:53:35.123Z | Planning: Evaluating mediator changes ... Done |
199 | 2025-03-17T15:53:35.282Z | Planning: Checking for conflicting actions ... Done |
200 | 2025-03-17T15:53:35.285Z | Planning: Consolidating action changes ... Done |
201 | 2025-03-17T15:53:35.549Z | Planning: Evaluating mediators ... Done |
202 | 2025-03-17T15:53:35.552Z | Planning: Planning completed in 0.43 seconds |
203 | 2025-03-17T15:53:35.588Z | Mediators to change: 2 |
204 | 2025-03-17T15:53:35.589Z | Create boot environment: No |
205 | 2025-03-17T15:53:35.592Z | Create backup boot environment: No |
206 | 2025-03-17T15:53:35.665Z | Done |
207 | 2025-03-17T15:53:35.665Z | Done |
208 | 2025-03-17T15:53:36.102Z | Done |
209 | 2025-03-17T15:53:39.646Z | Done |
210 | 2025-03-17T15:53:39.735Z | Done |
211 | 2025-03-17T15:53:39.738Z | Done |
212 | 2025-03-17T15:53:39.873Z | Done |
213 | 2025-03-17T15:53:40.483Z | Planning: Evaluating mediator changes ... Done |
214 | 2025-03-17T15:53:40.486Z | Planning: Merging actions ... Done |
215 | 2025-03-17T15:53:40.674Z | Planning: Checking for conflicting actions ... Done |
216 | 2025-03-17T15:53:40.677Z | Planning: Consolidating action changes ... Done |
217 | 2025-03-17T15:53:40.942Z | Planning: Evaluating mediators ... Done |
218 | 2025-03-17T15:53:40.995Z | Planning: Planning completed in 0.75 seconds |
219 | 2025-03-17T15:53:41.037Z | Packages to change: 1 |
220 | 2025-03-17T15:53:41.040Z | Mediators to change: 1 |
221 | 2025-03-17T15:53:41.040Z | Services to change: 1 |
222 | 2025-03-17T15:53:41.040Z | Create boot environment: No |
223 | 2025-03-17T15:53:41.040Z | Create backup boot environment: Yes |
224 | 2025-03-17T15:53:43.261Z | Actions: 1/6 actions (Updating modified actions) |
225 | 2025-03-17T15:53:43.264Z | Actions: Completed 6 actions in 0.00 seconds. |
226 | 2025-03-17T15:53:43.264Z | Done |
227 | 2025-03-17T15:53:43.265Z | Done |
228 | 2025-03-17T15:53:43.390Z | Done |
229 | 2025-03-17T15:53:46.954Z | Done |
230 | 2025-03-17T15:53:47.040Z | Done |
231 | 2025-03-17T15:53:47.043Z | Done |
232 | 2025-03-17T15:53:47.182Z | Done |
233 | 2025-03-17T15:53:47.616Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
234 | 2025-03-17T15:53:47.616Z | clang system 15 system |
235 | 2025-03-17T15:53:47.616Z | csh system system illumos |
236 | 2025-03-17T15:53:47.616Z | ctags system system illumos |
237 | 2025-03-17T15:53:47.616Z | gcc vendor 12 vendor |
238 | 2025-03-17T15:53:47.616Z | gcc system 10 system |
239 | 2025-03-17T15:53:47.616Z | gcc system 7 system |
240 | 2025-03-17T15:53:47.616Z | go system 1.20 system |
241 | 2025-03-17T15:53:47.616Z | go system 1.19 system |
242 | 2025-03-17T15:53:47.616Z | llvm system 15 system |
243 | 2025-03-17T15:53:47.616Z | llvm system 14 system |
244 | 2025-03-17T15:53:47.616Z | mariadb system 10.6 system |
245 | 2025-03-17T15:53:47.616Z | mta vendor vendor dma |
246 | 2025-03-17T15:53:47.616Z | openjdk system 17 system |
247 | 2025-03-17T15:53:47.617Z | openjdk system 11 system |
248 | 2025-03-17T15:53:47.617Z | openjdk system 1.8 system |
249 | 2025-03-17T15:53:47.617Z | openssl vendor 3 vendor |
250 | 2025-03-17T15:53:47.617Z | perl system 5.36 system |
251 | 2025-03-17T15:53:47.617Z | postgresql system 15 system |
252 | 2025-03-17T15:53:47.617Z | postgresql system 13 system |
253 | 2025-03-17T15:53:47.617Z | python vendor 3 vendor |
254 | 2025-03-17T15:53:47.617Z | python system 2 system |
255 | 2025-03-17T15:53:47.617Z | python3 system 3.11 system |
256 | 2025-03-17T15:53:47.617Z | ruby system 3.0 system |
257 | 2025-03-17T15:53:47.617Z | words vendor vendor american-english |
258 | 2025-03-17T15:53:47.617Z | words system system australian-english |
259 | 2025-03-17T15:53:47.617Z | words system system british-english |
260 | 2025-03-17T15:53:47.617Z | words system system canadian-english |
261 | 2025-03-17T15:53:47.617Z | words system system french |
262 | 2025-03-17T15:53:47.617Z | words system system italian |
263 | 2025-03-17T15:53:47.617Z | words system system ngerman |
264 | 2025-03-17T15:53:47.617Z | words system system ogerman |
265 | 2025-03-17T15:53:47.617Z | words system system spanish |
266 | 2025-03-17T15:53:47.949Z | PUBLISHER TYPE STATUS P LOCATION |
267 | 2025-03-17T15:53:47.949Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
268 | 2025-03-17T15:53:51.072Z | FMRI IFO |
269 | 2025-03-17T15:53:51.073Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
270 | 2025-03-17T15:53:51.073Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
271 | 2025-03-17T15:53:51.073Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
272 | 2025-03-17T15:53:51.073Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
273 | 2025-03-17T15:53:51.073Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
274 | 2025-03-17T15:53:51.073Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
275 | 2025-03-17T15:53:51.073Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
276 | 2025-03-17T15:53:51.073Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
277 | 2025-03-17T15:53:51.073Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
278 | 2025-03-17T15:53:51.073Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
279 | 2025-03-17T15:53:51.073Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
280 | 2025-03-17T15:53:51.073Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
281 | 2025-03-17T15:53:51.073Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
282 | 2025-03-17T15:53:51.073Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
283 | 2025-03-17T15:53:51.073Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
284 | 2025-03-17T15:53:51.899Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
285 | 2025-03-17T15:53:52.230Z | Updating crates.io index |
286 | 2025-03-17T15:53:52.276Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
287 | 2025-03-17T15:53:52.825Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
288 | 2025-03-17T15:53:53.083Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
289 | 2025-03-17T15:53:53.325Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
290 | 2025-03-17T15:53:53.734Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
291 | 2025-03-17T15:53:54.846Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
292 | 2025-03-17T15:53:56.659Z | Updating git repository `https://github.com/oxidecomputer/opte` |
293 | 2025-03-17T15:53:58.334Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
294 | 2025-03-17T15:53:59.116Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
295 | 2025-03-17T15:53:59.819Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
296 | 2025-03-17T15:54:00.149Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
297 | 2025-03-17T15:54:00.697Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
298 | 2025-03-17T15:54:01.215Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
299 | 2025-03-17T15:54:01.572Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
300 | 2025-03-17T15:54:01.969Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
301 | 2025-03-17T15:54:02.281Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
302 | 2025-03-17T15:54:02.543Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
303 | 2025-03-17T15:54:02.852Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
304 | 2025-03-17T15:54:03.186Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
305 | 2025-03-17T15:54:06.753Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
306 | 2025-03-17T15:54:07.358Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
307 | 2025-03-17T15:54:07.696Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
308 | 2025-03-17T15:54:08.091Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
309 | 2025-03-17T15:54:08.363Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
310 | 2025-03-17T15:54:11.707Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
311 | 2025-03-17T15:54:12.020Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
312 | 2025-03-17T15:54:12.432Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
313 | 2025-03-17T15:54:12.792Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
314 | 2025-03-17T15:54:13.117Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
315 | 2025-03-17T15:54:13.392Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
316 | 2025-03-17T15:54:13.712Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
317 | 2025-03-17T15:54:15.312Z | Downloading crates ... |
318 | 2025-03-17T15:54:15.392Z | Downloaded bitflags v1.3.2 |
319 | 2025-03-17T15:54:15.395Z | Downloaded bytecount v0.6.8 |
320 | 2025-03-17T15:54:15.398Z | Downloaded autocfg v1.4.0 |
321 | 2025-03-17T15:54:15.401Z | Downloaded anstyle-query v1.1.1 |
322 | 2025-03-17T15:54:15.405Z | Downloaded scroll_derive v0.12.0 |
323 | 2025-03-17T15:54:15.405Z | Downloaded anstream v0.6.15 |
324 | 2025-03-17T15:54:15.408Z | Downloaded block-buffer v0.10.4 |
325 | 2025-03-17T15:54:15.415Z | Downloaded zerocopy-derive v0.7.35 |
326 | 2025-03-17T15:54:15.419Z | Downloaded pretty-hex v0.4.1 |
327 | 2025-03-17T15:54:15.422Z | Downloaded zerocopy v0.7.35 |
328 | 2025-03-17T15:54:15.434Z | Downloaded usdt-attr-macro v0.5.0 |
329 | 2025-03-17T15:54:15.437Z | Downloaded swrite v0.1.0 |
330 | 2025-03-17T15:54:15.437Z | Downloaded equivalent v1.0.1 |
331 | 2025-03-17T15:54:15.437Z | Downloaded usdt-macro v0.5.0 |
332 | 2025-03-17T15:54:15.440Z | Downloaded dtrace-parser v0.2.0 |
333 | 2025-03-17T15:54:15.440Z | Downloaded winnow v0.7.3 |
334 | 2025-03-17T15:54:15.453Z | Downloaded bitflags v2.6.0 |
335 | 2025-03-17T15:54:15.458Z | Downloaded anstyle-parse v0.2.5 |
336 | 2025-03-17T15:54:15.461Z | Downloaded anstyle v1.0.10 |
337 | 2025-03-17T15:54:15.464Z | Downloaded crypto-common v0.1.6 |
338 | 2025-03-17T15:54:15.464Z | Downloaded cpufeatures v0.2.14 |
339 | 2025-03-17T15:54:15.464Z | Downloaded terminal_size v0.2.6 |
340 | 2025-03-17T15:54:15.467Z | Downloaded serde_spanned v0.6.8 |
341 | 2025-03-17T15:54:15.467Z | Downloaded proc-macro-error-attr v1.0.4 |
342 | 2025-03-17T15:54:15.467Z | Downloaded plain v0.2.3 |
343 | 2025-03-17T15:54:15.470Z | Downloaded macaddr v1.0.1 |
344 | 2025-03-17T15:54:15.470Z | Downloaded dof v0.3.0 |
345 | 2025-03-17T15:54:15.470Z | Downloaded strsim v0.11.1 |
346 | 2025-03-17T15:54:15.473Z | Downloaded version_check v0.9.5 |
347 | 2025-03-17T15:54:15.473Z | Downloaded memmap v0.7.0 |
348 | 2025-03-17T15:54:15.476Z | Downloaded heck v0.4.1 |
349 | 2025-03-17T15:54:15.476Z | Downloaded serde_tokenstream v0.2.2 |
350 | 2025-03-17T15:54:15.476Z | Downloaded fastrand v2.1.1 |
351 | 2025-03-17T15:54:15.479Z | Downloaded clap_lex v0.7.4 |
352 | 2025-03-17T15:54:15.479Z | Downloaded cargo-platform v0.1.8 |
353 | 2025-03-17T15:54:15.479Z | Downloaded digest v0.10.7 |
354 | 2025-03-17T15:54:15.483Z | Downloaded thiserror-impl v1.0.69 |
355 | 2025-03-17T15:54:15.483Z | Downloaded is_terminal_polyfill v1.70.1 |
356 | 2025-03-17T15:54:15.485Z | Downloaded colorchoice v1.0.2 |
357 | 2025-03-17T15:54:15.489Z | Downloaded terminal_size v0.4.0 |
358 | 2025-03-17T15:54:15.492Z | Downloaded utf8parse v0.2.2 |
359 | 2025-03-17T15:54:15.492Z | Downloaded unicode-linebreak v0.1.5 |
360 | 2025-03-17T15:54:15.492Z | Downloaded smawk v0.3.2 |
361 | 2025-03-17T15:54:15.495Z | Downloaded scroll v0.12.0 |
362 | 2025-03-17T15:54:15.495Z | Downloaded itoa v1.0.11 |
363 | 2025-03-17T15:54:15.495Z | Downloaded heck v0.5.0 |
364 | 2025-03-17T15:54:15.498Z | Downloaded fs-err v2.11.0 |
365 | 2025-03-17T15:54:15.498Z | Downloaded usdt-impl v0.5.0 |
366 | 2025-03-17T15:54:15.501Z | Downloaded usdt v0.5.0 |
367 | 2025-03-17T15:54:15.501Z | Downloaded tabled_derive v0.7.0 |
368 | 2025-03-17T15:54:15.501Z | Downloaded generic-array v0.14.7 |
369 | 2025-03-17T15:54:15.505Z | Downloaded fnv v1.0.7 |
370 | 2025-03-17T15:54:15.505Z | Downloaded errno v0.3.9 |
371 | 2025-03-17T15:54:15.505Z | Downloaded toml_datetime v0.6.8 |
372 | 2025-03-17T15:54:15.508Z | Downloaded thiserror v1.0.69 |
373 | 2025-03-17T15:54:15.511Z | Downloaded thread-id v4.2.2 |
374 | 2025-03-17T15:54:15.511Z | Downloaded thiserror-impl v2.0.11 |
375 | 2025-03-17T15:54:15.514Z | Downloaded anyhow v1.0.97 |
376 | 2025-03-17T15:54:15.517Z | Downloaded pest_generator v2.7.14 |
377 | 2025-03-17T15:54:15.517Z | Downloaded camino-tempfile v1.1.1 |
378 | 2025-03-17T15:54:15.520Z | Downloaded cfg-if v1.0.0 |
379 | 2025-03-17T15:54:15.520Z | Downloaded semver v1.0.25 |
380 | 2025-03-17T15:54:15.523Z | Downloaded cargo_metadata v0.19.2 |
381 | 2025-03-17T15:54:15.526Z | Downloaded quote v1.0.39 |
382 | 2025-03-17T15:54:15.526Z | Downloaded proc-macro-error v1.0.4 |
383 | 2025-03-17T15:54:15.532Z | Downloaded sha2 v0.10.8 |
384 | 2025-03-17T15:54:15.535Z | Downloaded tempfile v3.13.0 |
385 | 2025-03-17T15:54:15.538Z | Downloaded clap_derive v4.5.28 |
386 | 2025-03-17T15:54:15.541Z | Downloaded io-lifetimes v1.0.11 |
387 | 2025-03-17T15:54:15.544Z | Downloaded camino v1.1.9 |
388 | 2025-03-17T15:54:15.544Z | Downloaded byteorder v1.5.0 |
389 | 2025-03-17T15:54:15.551Z | Downloaded thiserror v2.0.11 |
390 | 2025-03-17T15:54:15.556Z | Downloaded log v0.4.22 |
391 | 2025-03-17T15:54:15.559Z | Downloaded cargo_toml v0.21.0 |
392 | 2025-03-17T15:54:15.562Z | Downloaded pest_derive v2.7.14 |
393 | 2025-03-17T15:54:15.562Z | Downloaded clap v4.5.31 |
394 | 2025-03-17T15:54:15.569Z | Downloaded ucd-trie v0.1.7 |
395 | 2025-03-17T15:54:15.572Z | Downloaded typenum v1.17.0 |
396 | 2025-03-17T15:54:15.575Z | Downloaded ryu v1.0.18 |
397 | 2025-03-17T15:54:15.575Z | Downloaded proc-macro2 v1.0.94 |
398 | 2025-03-17T15:54:15.578Z | Downloaded unicode-ident v1.0.14 |
399 | 2025-03-17T15:54:15.581Z | Downloaded serde_derive v1.0.218 |
400 | 2025-03-17T15:54:15.584Z | Downloaded pest_meta v2.7.14 |
401 | 2025-03-17T15:54:15.587Z | Downloaded once_cell v1.20.3 |
402 | 2025-03-17T15:54:15.587Z | Downloaded textwrap v0.16.1 |
403 | 2025-03-17T15:54:15.595Z | Downloaded toml v0.8.20 |
404 | 2025-03-17T15:54:15.598Z | Downloaded serde v1.0.218 |
405 | 2025-03-17T15:54:15.603Z | Downloaded papergrid v0.11.0 |
406 | 2025-03-17T15:54:15.613Z | Downloaded indexmap v2.7.1 |
407 | 2025-03-17T15:54:15.621Z | Downloaded memchr v2.7.4 |
408 | 2025-03-17T15:54:15.638Z | Downloaded toml_edit v0.22.24 |
409 | 2025-03-17T15:54:15.668Z | Downloaded serde_json v1.0.139 |
410 | 2025-03-17T15:54:15.678Z | Downloaded pest v2.7.14 |
411 | 2025-03-17T15:54:15.682Z | Downloaded hashbrown v0.15.1 |
412 | 2025-03-17T15:54:15.695Z | Downloaded clap_builder v4.5.31 |
413 | 2025-03-17T15:54:15.703Z | Downloaded goblin v0.8.2 |
414 | 2025-03-17T15:54:15.709Z | Downloaded tabled v0.15.0 |
415 | 2025-03-17T15:54:15.724Z | Downloaded syn v2.0.98 |
416 | 2025-03-17T15:54:15.735Z | Downloaded syn v1.0.109 |
417 | 2025-03-17T15:54:15.744Z | Downloaded unicode-width v0.1.14 |
418 | 2025-03-17T15:54:15.761Z | Downloaded rustix v0.37.28 |
419 | 2025-03-17T15:54:15.779Z | Downloaded rustix v0.38.37 |
420 | 2025-03-17T15:54:15.817Z | Downloaded libc v0.2.170 |
421 | 2025-03-17T15:54:15.952Z | Compiling proc-macro2 v1.0.94 |
422 | 2025-03-17T15:54:15.952Z | Compiling unicode-ident v1.0.14 |
423 | 2025-03-17T15:54:15.956Z | Compiling serde v1.0.218 |
424 | 2025-03-17T15:54:15.956Z | Compiling libc v0.2.170 |
425 | 2025-03-17T15:54:15.956Z | Compiling version_check v0.9.5 |
426 | 2025-03-17T15:54:15.956Z | Compiling memchr v2.7.4 |
427 | 2025-03-17T15:54:15.988Z | Compiling thiserror v1.0.69 |
428 | 2025-03-17T15:54:15.992Z | Compiling ryu v1.0.18 |
429 | 2025-03-17T15:54:16.223Z | Compiling itoa v1.0.11 |
430 | 2025-03-17T15:54:16.390Z | Compiling ucd-trie v0.1.7 |
431 | 2025-03-17T15:54:16.668Z | Compiling once_cell v1.20.3 |
432 | 2025-03-17T15:54:16.693Z | Compiling byteorder v1.5.0 |
433 | 2025-03-17T15:54:16.857Z | Compiling rustix v0.38.37 |
434 | 2025-03-17T15:54:16.981Z | Compiling serde_json v1.0.139 |
435 | 2025-03-17T15:54:17.044Z | Compiling bitflags v2.6.0 |
436 | 2025-03-17T15:54:17.404Z | Compiling usdt-impl v0.5.0 |
437 | 2025-03-17T15:54:17.469Z | Compiling proc-macro-error-attr v1.0.4 |
438 | 2025-03-17T15:54:17.493Z | Compiling syn v1.0.109 |
439 | 2025-03-17T15:54:17.546Z | Compiling io-lifetimes v1.0.11 |
440 | 2025-03-17T15:54:17.724Z | Compiling proc-macro-error v1.0.4 |
441 | 2025-03-17T15:54:17.804Z | Compiling quote v1.0.39 |
442 | 2025-03-17T15:54:17.929Z | Compiling errno v0.3.9 |
443 | 2025-03-17T15:54:18.099Z | Compiling equivalent v1.0.1 |
444 | 2025-03-17T15:54:18.162Z | Compiling rustix v0.37.28 |
445 | 2025-03-17T15:54:18.185Z | Compiling syn v2.0.98 |
446 | 2025-03-17T15:54:18.246Z | Compiling camino v1.1.9 |
447 | 2025-03-17T15:54:18.425Z | Compiling thread-id v4.2.2 |
448 | 2025-03-17T15:54:18.428Z | Compiling hashbrown v0.15.1 |
449 | 2025-03-17T15:54:18.468Z | Compiling log v0.4.22 |
450 | 2025-03-17T15:54:18.550Z | Compiling utf8parse v0.2.2 |
451 | 2025-03-17T15:54:18.570Z | Compiling plain v0.2.3 |
452 | 2025-03-17T15:54:18.721Z | Compiling anstyle-parse v0.2.5 |
453 | 2025-03-17T15:54:19.035Z | Compiling pretty-hex v0.4.1 |
454 | 2025-03-17T15:54:19.133Z | Compiling autocfg v1.4.0 |
455 | 2025-03-17T15:54:19.258Z | Compiling anstyle-query v1.1.1 |
456 | 2025-03-17T15:54:19.378Z | Compiling bitflags v1.3.2 |
457 | 2025-03-17T15:54:19.411Z | Compiling indexmap v2.7.1 |
458 | 2025-03-17T15:54:19.490Z | Compiling colorchoice v1.0.2 |
459 | 2025-03-17T15:54:19.512Z | Compiling thiserror v2.0.11 |
460 | 2025-03-17T15:54:19.531Z | Compiling winnow v0.7.3 |
461 | 2025-03-17T15:54:19.668Z | Compiling unicode-width v0.1.14 |
462 | 2025-03-17T15:54:20.035Z | Compiling is_terminal_polyfill v1.70.1 |
463 | 2025-03-17T15:54:20.127Z | Compiling semver v1.0.25 |
464 | 2025-03-17T15:54:20.175Z | Compiling anstyle v1.0.10 |
465 | 2025-03-17T15:54:20.550Z | Compiling anstream v0.6.15 |
466 | 2025-03-17T15:54:20.591Z | Compiling fs-err v2.11.0 |
467 | 2025-03-17T15:54:20.611Z | Compiling terminal_size v0.4.0 |
468 | 2025-03-17T15:54:20.856Z | Compiling strsim v0.11.1 |
469 | 2025-03-17T15:54:20.912Z | Compiling cfg-if v1.0.0 |
470 | 2025-03-17T15:54:20.950Z | Compiling anyhow v1.0.97 |
471 | 2025-03-17T15:54:21.019Z | Compiling heck v0.4.1 |
472 | 2025-03-17T15:54:21.117Z | Compiling clap_lex v0.7.4 |
473 | 2025-03-17T15:54:21.431Z | Compiling fastrand v2.1.1 |
474 | 2025-03-17T15:54:21.582Z | Compiling fnv v1.0.7 |
475 | 2025-03-17T15:54:21.735Z | Compiling bytecount v0.6.8 |
476 | 2025-03-17T15:54:21.904Z | Compiling heck v0.5.0 |
477 | 2025-03-17T15:54:21.925Z | Compiling papergrid v0.11.0 |
478 | 2025-03-17T15:54:21.928Z | Compiling tempfile v3.13.0 |
479 | 2025-03-17T15:54:21.966Z | Compiling terminal_size v0.2.6 |
480 | 2025-03-17T15:54:22.183Z | Compiling clap_builder v4.5.31 |
481 | 2025-03-17T15:54:22.542Z | Compiling memmap v0.7.0 |
482 | 2025-03-17T15:54:22.590Z | Compiling unicode-linebreak v0.1.5 |
483 | 2025-03-17T15:54:22.777Z | Compiling smawk v0.3.2 |
484 | 2025-03-17T15:54:23.015Z | Compiling textwrap v0.16.1 |
485 | 2025-03-17T15:54:23.085Z | Compiling swrite v0.1.0 |
486 | 2025-03-17T15:54:23.714Z | Compiling tabled_derive v0.7.0 |
487 | 2025-03-17T15:54:25.167Z | Compiling serde_derive v1.0.218 |
488 | 2025-03-17T15:54:25.167Z | Compiling thiserror-impl v1.0.69 |
489 | 2025-03-17T15:54:25.171Z | Compiling zerocopy-derive v0.7.35 |
490 | 2025-03-17T15:54:25.171Z | Compiling scroll_derive v0.12.0 |
491 | 2025-03-17T15:54:25.171Z | Compiling thiserror-impl v2.0.11 |
492 | 2025-03-17T15:54:25.171Z | Compiling clap_derive v4.5.28 |
493 | 2025-03-17T15:54:25.237Z | Compiling tabled v0.15.0 |
494 | 2025-03-17T15:54:26.581Z | Compiling scroll v0.12.0 |
495 | 2025-03-17T15:54:27.155Z | Compiling goblin v0.8.2 |
496 | 2025-03-17T15:54:27.299Z | Compiling zerocopy v0.7.35 |
497 | 2025-03-17T15:54:28.219Z | Compiling pest v2.7.14 |
498 | 2025-03-17T15:54:29.575Z | Compiling clap v4.5.31 |
499 | 2025-03-17T15:54:30.438Z | Compiling pest_meta v2.7.14 |
500 | 2025-03-17T15:54:31.313Z | Compiling pest_generator v2.7.14 |
501 | 2025-03-17T15:54:32.647Z | Compiling pest_derive v2.7.14 |
502 | 2025-03-17T15:54:33.280Z | Compiling dtrace-parser v0.2.0 |
503 | 2025-03-17T15:54:34.273Z | Compiling serde_tokenstream v0.2.2 |
504 | 2025-03-17T15:54:34.378Z | Compiling serde_spanned v0.6.8 |
505 | 2025-03-17T15:54:34.378Z | Compiling toml_datetime v0.6.8 |
506 | 2025-03-17T15:54:34.626Z | Compiling cargo-platform v0.1.8 |
507 | 2025-03-17T15:54:34.679Z | Compiling macaddr v1.0.1 |
508 | 2025-03-17T15:54:34.790Z | Compiling toml_edit v0.22.24 |
509 | 2025-03-17T15:54:35.030Z | Compiling camino-tempfile v1.1.1 |
510 | 2025-03-17T15:54:35.580Z | Compiling dof v0.3.0 |
511 | 2025-03-17T15:54:35.760Z | Compiling cargo_metadata v0.19.2 |
512 | 2025-03-17T15:54:36.888Z | Compiling usdt-attr-macro v0.5.0 |
513 | 2025-03-17T15:54:36.891Z | Compiling usdt-macro v0.5.0 |
514 | 2025-03-17T15:54:37.723Z | Compiling toml v0.8.20 |
515 | 2025-03-17T15:54:37.974Z | Compiling usdt v0.5.0 |
516 | 2025-03-17T15:54:38.475Z | Compiling cargo_toml v0.21.0 |
517 | 2025-03-17T15:54:40.924Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
518 | 2025-03-17T15:54:44.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.42s |
519 | 2025-03-17T15:54:44.322Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
520 | 2025-03-17T15:54:44.869Z | Downloading crates ... |
521 | 2025-03-17T15:54:45.016Z | Downloaded headers-core v0.3.0 |
522 | 2025-03-17T15:54:45.019Z | Downloaded addr2line v0.24.2 |
523 | 2025-03-17T15:54:45.019Z | Downloaded array-init v0.0.4 |
524 | 2025-03-17T15:54:45.022Z | Downloaded ctr v0.9.2 |
525 | 2025-03-17T15:54:45.026Z | Downloaded constant_time_eq v0.3.1 |
526 | 2025-03-17T15:54:45.030Z | Downloaded heck v0.3.3 |
527 | 2025-03-17T15:54:45.030Z | Downloaded bit-set v0.8.0 |
528 | 2025-03-17T15:54:45.033Z | Downloaded http-body v1.0.1 |
529 | 2025-03-17T15:54:45.037Z | Downloaded buf-list v1.0.3 |
530 | 2025-03-17T15:54:45.040Z | Downloaded http-range v0.1.5 |
531 | 2025-03-17T15:54:45.040Z | Downloaded bitfield v0.14.0 |
532 | 2025-03-17T15:54:45.044Z | Downloaded const-oid v0.9.6 |
533 | 2025-03-17T15:54:45.047Z | Downloaded is_ci v1.2.0 |
534 | 2025-03-17T15:54:45.047Z | Downloaded icu_provider_macros v1.5.0 |
535 | 2025-03-17T15:54:45.047Z | Downloaded bit-vec v0.8.0 |
536 | 2025-03-17T15:54:45.050Z | Downloaded bb8 v0.8.5 |
537 | 2025-03-17T15:54:45.050Z | Downloaded base16ct v0.2.0 |
538 | 2025-03-17T15:54:45.057Z | Downloaded instant v0.1.13 |
539 | 2025-03-17T15:54:45.059Z | Downloaded base64 v0.13.1 |
540 | 2025-03-17T15:54:45.064Z | Downloaded ident_case v1.0.1 |
541 | 2025-03-17T15:54:45.067Z | Downloaded adler2 v2.0.0 |
542 | 2025-03-17T15:54:45.067Z | Downloaded aead v0.5.2 |
543 | 2025-03-17T15:54:45.067Z | Downloaded match_cfg v0.1.0 |
544 | 2025-03-17T15:54:45.074Z | Downloaded md5 v0.7.0 |
545 | 2025-03-17T15:54:45.077Z | Downloaded http-body-util v0.1.2 |
546 | 2025-03-17T15:54:45.081Z | Downloaded home v0.5.9 |
547 | 2025-03-17T15:54:45.081Z | Downloaded hex v0.4.3 |
548 | 2025-03-17T15:54:45.083Z | Downloaded hostname v0.3.1 |
549 | 2025-03-17T15:54:45.084Z | Downloaded bit-set v0.5.3 |
550 | 2025-03-17T15:54:45.087Z | Downloaded hex-literal v0.4.1 |
551 | 2025-03-17T15:54:45.087Z | Downloaded base64 v0.22.1 |
552 | 2025-03-17T15:54:45.090Z | Downloaded hostname v0.4.0 |
553 | 2025-03-17T15:54:45.093Z | Downloaded bcrypt-pbkdf v0.10.0 |
554 | 2025-03-17T15:54:45.096Z | Downloaded base64ct v1.6.0 |
555 | 2025-03-17T15:54:45.096Z | Downloaded internet-checksum v0.2.1 |
556 | 2025-03-17T15:54:45.099Z | Downloaded md-5 v0.10.6 |
557 | 2025-03-17T15:54:45.102Z | Downloaded lru-cache v0.1.2 |
558 | 2025-03-17T15:54:45.102Z | Downloaded libsw v3.4.0 |
559 | 2025-03-17T15:54:45.105Z | Downloaded is-terminal v0.4.13 |
560 | 2025-03-17T15:54:45.105Z | Downloaded lru v0.12.5 |
561 | 2025-03-17T15:54:45.108Z | Downloaded lazy_static v1.5.0 |
562 | 2025-03-17T15:54:45.108Z | Downloaded instability v0.3.2 |
563 | 2025-03-17T15:54:45.111Z | Downloaded memoffset v0.9.1 |
564 | 2025-03-17T15:54:45.113Z | Downloaded lockfree-object-pool v0.1.6 |
565 | 2025-03-17T15:54:45.117Z | Downloaded rtoolbox v0.0.2 |
566 | 2025-03-17T15:54:45.117Z | Downloaded kstat-rs v0.2.4 |
567 | 2025-03-17T15:54:45.117Z | Downloaded lalrpop-util v0.19.12 |
568 | 2025-03-17T15:54:45.120Z | Downloaded libefi-sys v0.1.0 |
569 | 2025-03-17T15:54:45.120Z | Downloaded impl-trait-for-tuples v0.2.2 |
570 | 2025-03-17T15:54:45.124Z | Downloaded maybe-uninit v2.0.0 |
571 | 2025-03-17T15:54:45.127Z | Downloaded pretty-hex v0.2.1 |
572 | 2025-03-17T15:54:45.127Z | Downloaded mime v0.3.17 |
573 | 2025-03-17T15:54:45.130Z | Downloaded linear-map v1.2.0 |
574 | 2025-03-17T15:54:45.133Z | Downloaded hmac v0.12.1 |
575 | 2025-03-17T15:54:45.135Z | Downloaded serde_urlencoded v0.7.1 |
576 | 2025-03-17T15:54:45.135Z | Downloaded heapless v0.8.0 |
577 | 2025-03-17T15:54:45.140Z | Downloaded highway v1.3.0 |
578 | 2025-03-17T15:54:45.143Z | Downloaded cobs v0.2.3 |
579 | 2025-03-17T15:54:45.146Z | Downloaded ciborium-io v0.2.2 |
580 | 2025-03-17T15:54:45.146Z | Downloaded block-padding v0.3.3 |
581 | 2025-03-17T15:54:45.146Z | Downloaded managed v0.8.0 |
582 | 2025-03-17T15:54:45.149Z | Downloaded litemap v0.7.3 |
583 | 2025-03-17T15:54:45.152Z | Downloaded cfg_aliases v0.2.1 |
584 | 2025-03-17T15:54:45.152Z | Downloaded hubpack v0.1.2 |
585 | 2025-03-17T15:54:45.155Z | Downloaded iana-time-zone v0.1.61 |
586 | 2025-03-17T15:54:45.158Z | Downloaded mime_guess v2.0.5 |
587 | 2025-03-17T15:54:45.161Z | Downloaded arrayref v0.3.9 |
588 | 2025-03-17T15:54:45.161Z | Downloaded indent_write v2.2.0 |
589 | 2025-03-17T15:54:45.165Z | Downloaded lock_api v0.4.12 |
590 | 2025-03-17T15:54:45.165Z | Downloaded ascii-canvas v3.0.0 |
591 | 2025-03-17T15:54:45.168Z | Downloaded assert_matches v1.5.0 |
592 | 2025-03-17T15:54:45.168Z | Downloaded hyper-staticfile v0.10.1 |
593 | 2025-03-17T15:54:45.171Z | Downloaded libloading v0.8.5 |
594 | 2025-03-17T15:54:45.171Z | Downloaded httparse v1.9.5 |
595 | 2025-03-17T15:54:45.174Z | Downloaded strum v0.26.3 |
596 | 2025-03-17T15:54:45.177Z | Downloaded ciborium-ll v0.2.2 |
597 | 2025-03-17T15:54:45.180Z | Downloaded toolchain_find v0.4.0 |
598 | 2025-03-17T15:54:45.180Z | Downloaded termtree v0.5.1 |
599 | 2025-03-17T15:54:45.180Z | Downloaded memmap2 v0.9.5 |
600 | 2025-03-17T15:54:45.183Z | Downloaded ahash v0.8.11 |
601 | 2025-03-17T15:54:45.186Z | Downloaded darling_macro v0.20.10 |
602 | 2025-03-17T15:54:45.189Z | Downloaded yoke-derive v0.7.4 |
603 | 2025-03-17T15:54:45.189Z | Downloaded want v0.3.1 |
604 | 2025-03-17T15:54:45.189Z | Downloaded downcast v0.11.0 |
605 | 2025-03-17T15:54:45.192Z | Downloaded simd-adler32 v0.3.7 |
606 | 2025-03-17T15:54:45.195Z | Downloaded serde-big-array v0.5.1 |
607 | 2025-03-17T15:54:45.195Z | Downloaded salsa20 v0.10.2 |
608 | 2025-03-17T15:54:45.198Z | Downloaded slog-bunyan v2.5.0 |
609 | 2025-03-17T15:54:45.198Z | Downloaded resolv-conf v0.7.0 |
610 | 2025-03-17T15:54:45.201Z | Downloaded hickory-client v0.24.4 |
611 | 2025-03-17T15:54:45.204Z | Downloaded termtree v0.4.1 |
612 | 2025-03-17T15:54:45.207Z | Downloaded tap v1.0.1 |
613 | 2025-03-17T15:54:45.207Z | Downloaded litrs v0.4.1 |
614 | 2025-03-17T15:54:45.210Z | Downloaded icu_locid v1.5.0 |
615 | 2025-03-17T15:54:45.214Z | Downloaded icu_provider v1.5.0 |
616 | 2025-03-17T15:54:45.218Z | Downloaded icu_properties v1.5.1 |
617 | 2025-03-17T15:54:45.221Z | Downloaded slog-async v2.8.0 |
618 | 2025-03-17T15:54:45.224Z | Downloaded colored v2.2.0 |
619 | 2025-03-17T15:54:45.227Z | Downloaded cipher v0.4.4 |
620 | 2025-03-17T15:54:45.230Z | Downloaded env_filter v0.1.2 |
621 | 2025-03-17T15:54:45.233Z | Downloaded smf v0.2.3 |
622 | 2025-03-17T15:54:45.233Z | Downloaded crc-catalog v2.4.0 |
623 | 2025-03-17T15:54:45.233Z | Downloaded synstructure v0.13.1 |
624 | 2025-03-17T15:54:45.236Z | Downloaded untrusted v0.7.1 |
625 | 2025-03-17T15:54:45.236Z | Downloaded crossbeam-deque v0.8.5 |
626 | 2025-03-17T15:54:45.239Z | Downloaded console v0.15.10 |
627 | 2025-03-17T15:54:45.242Z | Downloaded num-iter v0.1.45 |
628 | 2025-03-17T15:54:45.245Z | Downloaded fragile v2.0.0 |
629 | 2025-03-17T15:54:45.245Z | Downloaded backtrace v0.3.74 |
630 | 2025-03-17T15:54:45.251Z | Downloaded russh-cryptovec v0.7.3 |
631 | 2025-03-17T15:54:45.254Z | Downloaded ref-cast v1.0.23 |
632 | 2025-03-17T15:54:45.257Z | Downloaded structmeta-derive v0.3.0 |
633 | 2025-03-17T15:54:45.257Z | Downloaded defmt-parser v0.3.4 |
634 | 2025-03-17T15:54:45.259Z | Downloaded sct v0.7.1 |
635 | 2025-03-17T15:54:45.262Z | Downloaded newtype_derive v0.1.6 |
636 | 2025-03-17T15:54:45.265Z | Downloaded cookie_store v0.21.1 |
637 | 2025-03-17T15:54:45.268Z | Downloaded newline-converter v0.3.0 |
638 | 2025-03-17T15:54:45.268Z | Downloaded num_threads v0.1.7 |
639 | 2025-03-17T15:54:45.271Z | Downloaded number_prefix v0.4.0 |
640 | 2025-03-17T15:54:45.271Z | Downloaded precomputed-hash v0.1.1 |
641 | 2025-03-17T15:54:45.271Z | Downloaded indexmap v1.9.3 |
642 | 2025-03-17T15:54:45.275Z | Downloaded cassowary v0.3.0 |
643 | 2025-03-17T15:54:45.278Z | Downloaded cancel-safe-futures v0.1.5 |
644 | 2025-03-17T15:54:45.280Z | Downloaded tiny-keccak v2.0.2 |
645 | 2025-03-17T15:54:45.283Z | Downloaded predicates-core v1.0.8 |
646 | 2025-03-17T15:54:45.286Z | Downloaded rustc-hash v1.1.0 |
647 | 2025-03-17T15:54:45.286Z | Downloaded crc-any v2.5.0 |
648 | 2025-03-17T15:54:45.289Z | Downloaded const_format_proc_macros v0.2.34 |
649 | 2025-03-17T15:54:45.292Z | Downloaded enum-as-inner v0.6.1 |
650 | 2025-03-17T15:54:45.295Z | Downloaded tokio-rustls v0.24.1 |
651 | 2025-03-17T15:54:45.298Z | Downloaded display-error-chain v0.2.2 |
652 | 2025-03-17T15:54:45.299Z | Downloaded document-features v0.2.10 |
653 | 2025-03-17T15:54:45.302Z | Downloaded futures-sink v0.3.31 |
654 | 2025-03-17T15:54:45.302Z | Downloaded yasna v0.5.2 |
655 | 2025-03-17T15:54:45.305Z | Downloaded tokio-tungstenite v0.23.1 |
656 | 2025-03-17T15:54:45.308Z | Downloaded try-lock v0.2.5 |
657 | 2025-03-17T15:54:45.308Z | Downloaded yoke v0.7.4 |
658 | 2025-03-17T15:54:45.311Z | Downloaded futures-macro v0.3.31 |
659 | 2025-03-17T15:54:45.311Z | Downloaded olpc-cjson v0.1.4 |
660 | 2025-03-17T15:54:45.314Z | Downloaded tower-service v0.3.3 |
661 | 2025-03-17T15:54:45.314Z | Downloaded futures-executor v0.3.31 |
662 | 2025-03-17T15:54:45.317Z | Downloaded cookie v0.18.1 |
663 | 2025-03-17T15:54:45.317Z | Downloaded des v0.8.1 |
664 | 2025-03-17T15:54:45.320Z | Downloaded smallvec v1.14.0 |
665 | 2025-03-17T15:54:45.324Z | Downloaded phf_shared v0.11.2 |
666 | 2025-03-17T15:54:45.324Z | Downloaded ppv-lite86 v0.2.20 |
667 | 2025-03-17T15:54:45.327Z | Downloaded pem v3.0.5 |
668 | 2025-03-17T15:54:45.327Z | Downloaded newtype-uuid v1.2.1 |
669 | 2025-03-17T15:54:45.330Z | Downloaded heapless v0.7.17 |
670 | 2025-03-17T15:54:45.333Z | Downloaded icu_collections v1.5.0 |
671 | 2025-03-17T15:54:45.340Z | Downloaded zone_cfg_derive v0.1.2 |
672 | 2025-03-17T15:54:45.343Z | Downloaded radium v0.7.0 |
673 | 2025-03-17T15:54:45.343Z | Downloaded env_logger v0.10.2 |
674 | 2025-03-17T15:54:45.346Z | Downloaded serde_path_to_error v0.1.16 |
675 | 2025-03-17T15:54:45.349Z | Downloaded serde-hex v0.1.0 |
676 | 2025-03-17T15:54:45.352Z | Downloaded displaydoc v0.2.5 |
677 | 2025-03-17T15:54:45.355Z | Downloaded miniz_oxide v0.8.5 |
678 | 2025-03-17T15:54:45.358Z | Downloaded walkdir v2.5.0 |
679 | 2025-03-17T15:54:45.361Z | Downloaded toml v0.7.8 |
680 | 2025-03-17T15:54:45.364Z | Downloaded hickory-server v0.24.4 |
681 | 2025-03-17T15:54:45.367Z | Downloaded strum_macros v0.25.3 |
682 | 2025-03-17T15:54:45.370Z | Downloaded thiserror-no-std v2.0.2 |
683 | 2025-03-17T15:54:45.373Z | Downloaded unicode-truncate v1.1.0 |
684 | 2025-03-17T15:54:45.376Z | Downloaded progenitor v0.9.1 |
685 | 2025-03-17T15:54:45.379Z | Downloaded normalize-line-endings v0.3.0 |
686 | 2025-03-17T15:54:45.379Z | Downloaded openssl-probe v0.1.5 |
687 | 2025-03-17T15:54:45.389Z | Downloaded phf_shared v0.10.0 |
688 | 2025-03-17T15:54:45.393Z | Downloaded untrusted v0.9.0 |
689 | 2025-03-17T15:54:45.393Z | Downloaded hyper-util v0.1.10 |
690 | 2025-03-17T15:54:45.396Z | Downloaded hickory-resolver v0.24.4 |
691 | 2025-03-17T15:54:45.401Z | Downloaded ed25519 v2.2.3 |
692 | 2025-03-17T15:54:45.404Z | Downloaded compact_str v0.8.0 |
693 | 2025-03-17T15:54:45.407Z | Downloaded defmt v0.3.8 |
694 | 2025-03-17T15:54:45.411Z | Downloaded unsafe-libyaml v0.2.11 |
695 | 2025-03-17T15:54:45.414Z | Downloaded mockall v0.13.1 |
696 | 2025-03-17T15:54:45.417Z | Downloaded futures-core v0.3.31 |
697 | 2025-03-17T15:54:45.420Z | Downloaded aho-corasick v1.1.3 |
698 | 2025-03-17T15:54:45.423Z | Downloaded tabled_derive v0.10.0 |
699 | 2025-03-17T15:54:45.426Z | Downloaded tokio-rustls v0.25.0 |
700 | 2025-03-17T15:54:45.429Z | Downloaded ghash v0.5.1 |
701 | 2025-03-17T15:54:45.429Z | Downloaded flagset v0.4.6 |
702 | 2025-03-17T15:54:45.432Z | Downloaded tracing-attributes v0.1.27 |
703 | 2025-03-17T15:54:45.436Z | Downloaded nodrop v0.1.14 |
704 | 2025-03-17T15:54:45.436Z | Downloaded http v1.2.0 |
705 | 2025-03-17T15:54:45.439Z | Downloaded endian-type v0.1.2 |
706 | 2025-03-17T15:54:45.439Z | Downloaded zone_cfg_derive v0.3.0 |
707 | 2025-03-17T15:54:45.442Z | Downloaded derive_builder_macro v0.20.2 |
708 | 2025-03-17T15:54:45.442Z | Downloaded paste v1.0.15 |
709 | 2025-03-17T15:54:45.446Z | Downloaded rand_chacha v0.9.0 |
710 | 2025-03-17T15:54:45.446Z | Downloaded rand_chacha v0.3.1 |
711 | 2025-03-17T15:54:45.449Z | Downloaded float-ord v0.3.2 |
712 | 2025-03-17T15:54:45.449Z | Downloaded rusty-fork v0.3.0 |
713 | 2025-03-17T15:54:45.452Z | Downloaded crossbeam-channel v0.5.13 |
714 | 2025-03-17T15:54:45.455Z | Downloaded signal-hook-mio v0.2.4 |
715 | 2025-03-17T15:54:45.458Z | Downloaded either v1.14.0 |
716 | 2025-03-17T15:54:45.458Z | Downloaded toml_edit v0.19.15 |
717 | 2025-03-17T15:54:45.473Z | Downloaded progenitor-client v0.8.0 |
718 | 2025-03-17T15:54:45.476Z | Downloaded parse-size v1.1.0 |
719 | 2025-03-17T15:54:45.476Z | Downloaded utf-8 v0.7.6 |
720 | 2025-03-17T15:54:45.476Z | Downloaded tokio-native-tls v0.3.1 |
721 | 2025-03-17T15:54:45.480Z | Downloaded shlex v1.3.0 |
722 | 2025-03-17T15:54:45.480Z | Downloaded shell-words v1.1.0 |
723 | 2025-03-17T15:54:45.484Z | Downloaded der v0.7.9 |
724 | 2025-03-17T15:54:45.487Z | Downloaded test-strategy v0.4.0 |
725 | 2025-03-17T15:54:45.490Z | Downloaded progenitor v0.8.0 |
726 | 2025-03-17T15:54:45.493Z | Downloaded getrandom v0.2.15 |
727 | 2025-03-17T15:54:45.496Z | Downloaded libm v0.2.8 |
728 | 2025-03-17T15:54:45.502Z | Downloaded take_mut v0.2.2 |
729 | 2025-03-17T15:54:45.505Z | Downloaded sync-ptr v0.1.1 |
730 | 2025-03-17T15:54:45.505Z | Downloaded nanorand v0.7.0 |
731 | 2025-03-17T15:54:45.508Z | Downloaded ff v0.13.0 |
732 | 2025-03-17T15:54:45.508Z | Downloaded fallible-iterator v0.2.0 |
733 | 2025-03-17T15:54:45.511Z | Downloaded zone v0.1.8 |
734 | 2025-03-17T15:54:45.511Z | Downloaded snafu-derive v0.8.5 |
735 | 2025-03-17T15:54:45.514Z | Downloaded itertools v0.10.5 |
736 | 2025-03-17T15:54:45.519Z | Downloaded zerofrom v0.1.4 |
737 | 2025-03-17T15:54:45.522Z | Downloaded deranged v0.3.11 |
738 | 2025-03-17T15:54:45.522Z | Downloaded pin-project v1.1.6 |
739 | 2025-03-17T15:54:45.533Z | Downloaded opaque-debug v0.3.1 |
740 | 2025-03-17T15:54:45.535Z | Downloaded parse-display v0.10.0 |
741 | 2025-03-17T15:54:45.536Z | Downloaded rsa v0.9.6 |
742 | 2025-03-17T15:54:45.540Z | Downloaded bindgen v0.71.1 |
743 | 2025-03-17T15:54:45.548Z | Downloaded peg-runtime v0.8.5 |
744 | 2025-03-17T15:54:45.551Z | Downloaded libxml v0.3.3 |
745 | 2025-03-17T15:54:45.555Z | Downloaded derive_builder v0.20.2 |
746 | 2025-03-17T15:54:45.559Z | Downloaded tower-layer v0.3.3 |
747 | 2025-03-17T15:54:45.562Z | Downloaded value-bag v1.9.0 |
748 | 2025-03-17T15:54:45.565Z | Downloaded zerovec-derive v0.10.3 |
749 | 2025-03-17T15:54:45.565Z | Downloaded rustfmt-wrapper v0.2.1 |
750 | 2025-03-17T15:54:45.568Z | Downloaded getrandom v0.3.1 |
751 | 2025-03-17T15:54:45.571Z | Downloaded waitgroup v0.1.2 |
752 | 2025-03-17T15:54:45.571Z | Downloaded vte_generate_state_changes v0.1.2 |
753 | 2025-03-17T15:54:45.574Z | Downloaded signal-hook-tokio v0.3.1 |
754 | 2025-03-17T15:54:45.574Z | Downloaded socket2 v0.5.8 |
755 | 2025-03-17T15:54:45.577Z | Downloaded idna v1.0.3 |
756 | 2025-03-17T15:54:45.580Z | Downloaded foreign-types-shared v0.1.1 |
757 | 2025-03-17T15:54:45.583Z | Downloaded foreign-types v0.3.2 |
758 | 2025-03-17T15:54:45.583Z | Downloaded foldhash v0.1.3 |
759 | 2025-03-17T15:54:45.583Z | Downloaded futures-channel v0.3.31 |
760 | 2025-03-17T15:54:45.586Z | Downloaded proc-macro-error2 v2.0.1 |
761 | 2025-03-17T15:54:45.589Z | Downloaded tabwriter v1.4.0 |
762 | 2025-03-17T15:54:45.589Z | Downloaded supports-color v3.0.2 |
763 | 2025-03-17T15:54:45.592Z | Downloaded foreign-types-shared v0.3.1 |
764 | 2025-03-17T15:54:45.592Z | Downloaded subtle v2.6.1 |
765 | 2025-03-17T15:54:45.595Z | Downloaded stringprep v0.1.5 |
766 | 2025-03-17T15:54:45.595Z | Downloaded mio v1.0.2 |
767 | 2025-03-17T15:54:45.600Z | Downloaded embedded-io v0.6.1 |
768 | 2025-03-17T15:54:45.603Z | Downloaded itertools v0.13.0 |
769 | 2025-03-17T15:54:45.609Z | Downloaded stable_deref_trait v1.2.0 |
770 | 2025-03-17T15:54:45.612Z | Downloaded ssh-encoding v0.2.0 |
771 | 2025-03-17T15:54:45.612Z | Downloaded parking_lot v0.11.2 |
772 | 2025-03-17T15:54:45.615Z | Downloaded rustversion v1.0.17 |
773 | 2025-03-17T15:54:45.618Z | Downloaded tungstenite v0.21.0 |
774 | 2025-03-17T15:54:45.621Z | Downloaded debug-ignore v1.0.5 |
775 | 2025-03-17T15:54:45.624Z | Downloaded quinn-udp v0.5.5 |
776 | 2025-03-17T15:54:45.624Z | Downloaded rustls-pemfile v2.2.0 |
777 | 2025-03-17T15:54:45.627Z | Downloaded ed25519-dalek v2.1.1 |
778 | 2025-03-17T15:54:45.630Z | Downloaded tls_codec v0.4.1 |
779 | 2025-03-17T15:54:45.633Z | Downloaded signal-hook-registry v1.4.2 |
780 | 2025-03-17T15:54:45.633Z | Downloaded fxhash v0.2.1 |
781 | 2025-03-17T15:54:45.636Z | Downloaded write16 v1.0.0 |
782 | 2025-03-17T15:54:45.636Z | Downloaded unicode-bidi v0.3.17 |
783 | 2025-03-17T15:54:45.639Z | Downloaded tokio-util v0.7.13 |
784 | 2025-03-17T15:54:45.644Z | Downloaded foreign-types-macros v0.2.3 |
785 | 2025-03-17T15:54:45.648Z | Downloaded tokio-postgres v0.7.13 |
786 | 2025-03-17T15:54:45.651Z | Downloaded rpassword v7.3.1 |
787 | 2025-03-17T15:54:45.653Z | Downloaded proc-macro-error-attr2 v2.0.0 |
788 | 2025-03-17T15:54:45.654Z | Downloaded pbkdf2 v0.12.2 |
789 | 2025-03-17T15:54:45.656Z | Downloaded itertools v0.14.0 |
790 | 2025-03-17T15:54:45.666Z | Downloaded utf16_iter v1.0.5 |
791 | 2025-03-17T15:54:45.670Z | Downloaded r2d2 v0.8.10 |
792 | 2025-03-17T15:54:45.670Z | Downloaded schemars v0.8.22 |
793 | 2025-03-17T15:54:45.677Z | Downloaded scrypt v0.11.0 |
794 | 2025-03-17T15:54:45.680Z | Downloaded termcolor v1.4.1 |
795 | 2025-03-17T15:54:45.680Z | Downloaded ena v0.14.3 |
796 | 2025-03-17T15:54:45.683Z | Downloaded parking_lot_core v0.8.6 |
797 | 2025-03-17T15:54:45.686Z | Downloaded futures v0.3.31 |
798 | 2025-03-17T15:54:45.689Z | Downloaded new_debug_unreachable v1.0.6 |
799 | 2025-03-17T15:54:45.692Z | Downloaded typify v0.3.0 |
800 | 2025-03-17T15:54:45.695Z | Downloaded num v0.4.3 |
801 | 2025-03-17T15:54:45.698Z | Downloaded hkdf v0.12.4 |
802 | 2025-03-17T15:54:45.698Z | Downloaded glob v0.3.2 |
803 | 2025-03-17T15:54:45.701Z | Downloaded num-conv v0.1.0 |
804 | 2025-03-17T15:54:45.701Z | Downloaded futures-task v0.3.31 |
805 | 2025-03-17T15:54:45.704Z | Downloaded progenitor-macro v0.9.1 |
806 | 2025-03-17T15:54:45.704Z | Downloaded nu-ansi-term v0.50.1 |
807 | 2025-03-17T15:54:45.707Z | Downloaded gethostname v0.5.0 |
808 | 2025-03-17T15:54:45.707Z | Downloaded pin-project-lite v0.2.14 |
809 | 2025-03-17T15:54:45.711Z | Downloaded rustls-pki-types v1.10.0 |
810 | 2025-03-17T15:54:45.715Z | Downloaded xattr v1.3.1 |
811 | 2025-03-17T15:54:45.718Z | Downloaded form_urlencoded v1.2.1 |
812 | 2025-03-17T15:54:45.718Z | Downloaded time-core v0.1.2 |
813 | 2025-03-17T15:54:45.721Z | Downloaded thread_local v1.1.8 |
814 | 2025-03-17T15:54:45.721Z | Downloaded subprocess v0.2.9 |
815 | 2025-03-17T15:54:45.725Z | Downloaded fatfs v0.3.6 |
816 | 2025-03-17T15:54:45.729Z | Downloaded tls_codec_derive v0.4.1 |
817 | 2025-03-17T15:54:45.729Z | Downloaded twox-hash v2.1.0 |
818 | 2025-03-17T15:54:45.732Z | Downloaded prettyplease v0.2.30 |
819 | 2025-03-17T15:54:45.735Z | Downloaded embedded-io v0.4.0 |
820 | 2025-03-17T15:54:45.738Z | Downloaded fs_extra v1.3.0 |
821 | 2025-03-17T15:54:45.738Z | Downloaded zip v0.6.6 |
822 | 2025-03-17T15:54:45.741Z | Downloaded num-bigint-dig v0.8.4 |
823 | 2025-03-17T15:54:45.746Z | Downloaded utf8_iter v1.0.4 |
824 | 2025-03-17T15:54:45.749Z | Downloaded sqlparser_derive v0.2.2 |
825 | 2025-03-17T15:54:45.749Z | Downloaded scopeguard v1.2.0 |
826 | 2025-03-17T15:54:45.749Z | Downloaded aws-lc-rs v1.12.4 |
827 | 2025-03-17T15:54:45.758Z | Downloaded same-file v1.0.6 |
828 | 2025-03-17T15:54:45.761Z | Downloaded daft v0.1.2 |
829 | 2025-03-17T15:54:45.764Z | Downloaded num-derive v0.4.2 |
830 | 2025-03-17T15:54:45.764Z | Downloaded curve25519-dalek-derive v0.1.1 |
831 | 2025-03-17T15:54:45.767Z | Downloaded slog-stdlog v4.1.1 |
832 | 2025-03-17T15:54:45.767Z | Downloaded postgres-protocol v0.6.8 |
833 | 2025-03-17T15:54:45.770Z | Downloaded papergrid v0.14.0 |
834 | 2025-03-17T15:54:45.773Z | Downloaded uzers v0.12.1 |
835 | 2025-03-17T15:54:45.776Z | Downloaded oso-derive v0.27.3 |
836 | 2025-03-17T15:54:45.776Z | Downloaded rustls-webpki v0.101.7 |
837 | 2025-03-17T15:54:45.789Z | Downloaded slog-json v2.6.1 |
838 | 2025-03-17T15:54:45.791Z | Downloaded slog-envlogger v2.2.0 |
839 | 2025-03-17T15:54:45.794Z | Downloaded group v0.13.0 |
840 | 2025-03-17T15:54:45.795Z | Downloaded globset v0.4.15 |
841 | 2025-03-17T15:54:45.797Z | Downloaded dunce v1.0.5 |
842 | 2025-03-17T15:54:45.798Z | Downloaded dsl_auto_type v0.1.2 |
843 | 2025-03-17T15:54:45.798Z | Downloaded ecdsa v0.16.9 |
844 | 2025-03-17T15:54:45.801Z | Downloaded dirs-sys-next v0.1.2 |
845 | 2025-03-17T15:54:45.801Z | Downloaded primeorder v0.13.6 |
846 | 2025-03-17T15:54:45.804Z | Downloaded term v0.7.0 |
847 | 2025-03-17T15:54:45.807Z | Downloaded darling_core v0.20.10 |
848 | 2025-03-17T15:54:45.810Z | Downloaded url v2.5.3 |
849 | 2025-03-17T15:54:45.813Z | Downloaded pbkdf2 v0.11.0 |
850 | 2025-03-17T15:54:45.816Z | Downloaded num-complex v0.4.6 |
851 | 2025-03-17T15:54:45.821Z | Downloaded diesel_table_macro_syntax v0.2.0 |
852 | 2025-03-17T15:54:45.821Z | Downloaded typify-macro v0.3.0 |
853 | 2025-03-17T15:54:45.821Z | Downloaded typify-macro v0.2.0 |
854 | 2025-03-17T15:54:45.821Z | Downloaded serde_plain v1.0.2 |
855 | 2025-03-17T15:54:45.824Z | Downloaded packed_struct v0.10.1 |
856 | 2025-03-17T15:54:45.824Z | Downloaded typify v0.2.0 |
857 | 2025-03-17T15:54:45.827Z | Downloaded oxnet v0.1.1 |
858 | 2025-03-17T15:54:45.827Z | Downloaded slab v0.4.9 |
859 | 2025-03-17T15:54:45.830Z | Downloaded nibble_vec v0.1.0 |
860 | 2025-03-17T15:54:45.830Z | Downloaded daft-derive v0.1.2 |
861 | 2025-03-17T15:54:45.833Z | Downloaded signature v2.2.0 |
862 | 2025-03-17T15:54:45.836Z | Downloaded time-macros v0.2.18 |
863 | 2025-03-17T15:54:45.839Z | Downloaded pretty_assertions v1.4.1 |
864 | 2025-03-17T15:54:45.839Z | Downloaded proptest v1.6.0 |
865 | 2025-03-17T15:54:45.848Z | Downloaded phf_generator v0.11.2 |
866 | 2025-03-17T15:54:45.851Z | Downloaded slog-dtrace v0.3.0 |
867 | 2025-03-17T15:54:45.851Z | Downloaded serde_yaml v0.9.34+deprecated |
868 | 2025-03-17T15:54:45.854Z | Downloaded wyz v0.5.1 |
869 | 2025-03-17T15:54:45.857Z | Downloaded native-tls v0.2.12 |
870 | 2025-03-17T15:54:45.860Z | Downloaded rand v0.8.5 |
871 | 2025-03-17T15:54:45.863Z | Downloaded siphasher v0.3.11 |
872 | 2025-03-17T15:54:45.863Z | Downloaded zip v2.1.3 |
873 | 2025-03-17T15:54:45.866Z | Downloaded pin-utils v0.1.0 |
874 | 2025-03-17T15:54:45.869Z | Downloaded dropshot_endpoint v0.16.0 |
875 | 2025-03-17T15:54:45.872Z | Downloaded pkg-config v0.3.31 |
876 | 2025-03-17T15:54:45.872Z | Downloaded num-traits v0.2.19 |
877 | 2025-03-17T15:54:45.875Z | Downloaded peg v0.8.5 |
878 | 2025-03-17T15:54:45.879Z | Downloaded diesel-dtrace v0.4.2 |
879 | 2025-03-17T15:54:45.882Z | Downloaded peg-macros v0.8.5 |
880 | 2025-03-17T15:54:45.884Z | Downloaded zerocopy-derive v0.8.10 |
881 | 2025-03-17T15:54:45.888Z | Downloaded rfc6979 v0.4.0 |
882 | 2025-03-17T15:54:45.891Z | Downloaded flate2 v1.1.0 |
883 | 2025-03-17T15:54:45.894Z | Downloaded ssh-cipher v0.2.0 |
884 | 2025-03-17T15:54:45.897Z | Downloaded lalrpop v0.19.12 |
885 | 2025-03-17T15:54:45.906Z | Downloaded pkcs1 v0.7.5 |
886 | 2025-03-17T15:54:45.909Z | Downloaded phf_codegen v0.11.2 |
887 | 2025-03-17T15:54:45.909Z | Downloaded tokio-tungstenite v0.21.0 |
888 | 2025-03-17T15:54:45.912Z | Downloaded elliptic-curve v0.13.8 |
889 | 2025-03-17T15:54:45.915Z | Downloaded derive_more v0.99.19 |
890 | 2025-03-17T15:54:45.920Z | Downloaded parse-zoneinfo v0.3.1 |
891 | 2025-03-17T15:54:45.923Z | Downloaded poly1305 v0.8.0 |
892 | 2025-03-17T15:54:45.926Z | Downloaded russh-keys v0.45.0 |
893 | 2025-03-17T15:54:45.929Z | Downloaded unicode-segmentation v1.12.0 |
894 | 2025-03-17T15:54:45.932Z | Downloaded nom v7.1.3 |
895 | 2025-03-17T15:54:45.937Z | Downloaded postcard v1.0.10 |
896 | 2025-03-17T15:54:45.940Z | Downloaded similar v2.7.0 |
897 | 2025-03-17T15:54:45.944Z | Downloaded progenitor-macro v0.8.0 |
898 | 2025-03-17T15:54:45.947Z | Downloaded qorb v0.2.1 |
899 | 2025-03-17T15:54:45.950Z | Downloaded tungstenite v0.24.0 |
900 | 2025-03-17T15:54:45.953Z | Downloaded tower v0.5.2 |
901 | 2025-03-17T15:54:45.961Z | Downloaded diff v0.1.13 |
902 | 2025-03-17T15:54:45.964Z | Downloaded slog v2.7.0 |
903 | 2025-03-17T15:54:45.967Z | Downloaded ron v0.7.1 |
904 | 2025-03-17T15:54:45.972Z | Downloaded owo-colors v4.2.0 |
905 | 2025-03-17T15:54:45.975Z | Downloaded serde_with_macros v3.12.0 |
906 | 2025-03-17T15:54:45.978Z | Downloaded uuid v1.15.1 |
907 | 2025-03-17T15:54:45.981Z | Downloaded tungstenite v0.23.0 |
908 | 2025-03-17T15:54:45.984Z | Downloaded samael v0.0.18 |
909 | 2025-03-17T15:54:45.989Z | Downloaded progenitor-impl v0.9.1 |
910 | 2025-03-17T15:54:45.991Z | Downloaded progenitor-impl v0.8.0 |
911 | 2025-03-17T15:54:45.994Z | Downloaded diesel_derives v2.2.3 |
912 | 2025-03-17T15:54:45.997Z | Downloaded zerovec v0.10.4 |
913 | 2025-03-17T15:54:46.002Z | Downloaded rustyline v14.0.0 |
914 | 2025-03-17T15:54:46.008Z | Downloaded ssh-key v0.6.6 |
915 | 2025-03-17T15:54:46.014Z | Downloaded half v2.4.1 |
916 | 2025-03-17T15:54:46.017Z | Downloaded tough v0.19.0 |
917 | 2025-03-17T15:54:46.025Z | Downloaded num-bigint v0.4.6 |
918 | 2025-03-17T15:54:46.029Z | Downloaded typed-path v0.9.3 |
919 | 2025-03-17T15:54:46.035Z | Downloaded steno v0.4.1 |
920 | 2025-03-17T15:54:46.039Z | Downloaded quick-xml v0.37.2 |
921 | 2025-03-17T15:54:46.045Z | Downloaded reedline v0.38.0 |
922 | 2025-03-17T15:54:46.053Z | Downloaded unicode-normalization v0.1.24 |
923 | 2025-03-17T15:54:46.056Z | Downloaded webpki-roots v0.26.6 |
924 | 2025-03-17T15:54:46.060Z | Downloaded bitvec v1.0.1 |
925 | 2025-03-17T15:54:46.075Z | Downloaded winnow v0.6.20 |
926 | 2025-03-17T15:54:46.084Z | Downloaded reqwest v0.12.12 |
927 | 2025-03-17T15:54:46.093Z | Downloaded x509-cert v0.2.5 |
928 | 2025-03-17T15:54:46.099Z | Downloaded futures-util v0.3.31 |
929 | 2025-03-17T15:54:46.110Z | Downloaded time v0.3.36 |
930 | 2025-03-17T15:54:46.116Z | Downloaded salty v0.3.0 |
931 | 2025-03-17T15:54:46.123Z | Downloaded rayon v1.10.0 |
932 | 2025-03-17T15:54:46.132Z | Downloaded zerocopy v0.8.10 |
933 | 2025-03-17T15:54:46.155Z | Downloaded dropshot v0.12.0 |
934 | 2025-03-17T15:54:46.175Z | Downloaded p521 v0.13.3 |
935 | 2025-03-17T15:54:46.179Z | Downloaded h2 v0.4.6 |
936 | 2025-03-17T15:54:46.186Z | Downloaded rustls-webpki v0.102.8 |
937 | 2025-03-17T15:54:46.203Z | Downloaded portable-atomic v1.9.0 |
938 | 2025-03-17T15:54:46.209Z | Downloaded smoltcp v0.11.0 |
939 | 2025-03-17T15:54:46.221Z | Downloaded git2 v0.19.0 |
940 | 2025-03-17T15:54:46.229Z | Downloaded tabled v0.18.0 |
941 | 2025-03-17T15:54:46.246Z | Downloaded serde_with v3.12.0 |
942 | 2025-03-17T15:54:46.254Z | Downloaded regex v1.11.1 |
943 | 2025-03-17T15:54:46.267Z | Downloaded radix_trie v0.2.1 |
944 | 2025-03-17T15:54:46.274Z | Downloaded diesel v2.2.8 |
945 | 2025-03-17T15:54:46.291Z | Downloaded gimli v0.31.1 |
946 | 2025-03-17T15:54:46.298Z | Downloaded regex-syntax v0.6.29 |
947 | 2025-03-17T15:54:46.306Z | Downloaded nix v0.28.0 |
948 | 2025-03-17T15:54:46.317Z | Downloaded rustls v0.21.12 |
949 | 2025-03-17T15:54:46.328Z | Downloaded polar-core v0.27.3 |
950 | 2025-03-17T15:54:46.338Z | Downloaded bstr v1.10.0 |
951 | 2025-03-17T15:54:46.347Z | Downloaded openssl v0.10.71 |
952 | 2025-03-17T15:54:46.357Z | Downloaded p384 v0.13.0 |
953 | 2025-03-17T15:54:46.363Z | Downloaded chrono-tz v0.10.1 |
954 | 2025-03-17T15:54:46.370Z | Downloaded regress v0.10.3 |
955 | 2025-03-17T15:54:46.379Z | Downloaded nix v0.27.1 |
956 | 2025-03-17T15:54:46.393Z | Downloaded ratatui v0.29.0 |
957 | 2025-03-17T15:54:46.410Z | Downloaded rustls v0.23.19 |
958 | 2025-03-17T15:54:46.421Z | Downloaded zerocopy-derive v0.6.6 |
959 | 2025-03-17T15:54:46.430Z | Downloaded typify-impl v0.2.0 |
960 | 2025-03-17T15:54:46.447Z | Downloaded typify-impl v0.3.0 |
961 | 2025-03-17T15:54:46.463Z | Downloaded sled v0.34.7 |
962 | 2025-03-17T15:54:46.471Z | Downloaded rustls v0.22.4 |
963 | 2025-03-17T15:54:46.486Z | Downloaded openapiv3 v2.0.0 |
964 | 2025-03-17T15:54:46.495Z | Downloaded dropshot v0.16.0 |
965 | 2025-03-17T15:54:46.516Z | Downloaded regex-automata v0.4.8 |
966 | 2025-03-17T15:54:46.532Z | Downloaded regex-syntax v0.8.5 |
967 | 2025-03-17T15:54:46.542Z | Downloaded lzma-sys v0.1.20 |
968 | 2025-03-17T15:54:46.569Z | Downloaded nix v0.29.0 |
969 | 2025-03-17T15:54:46.580Z | Downloaded curve25519-dalek v4.1.3 |
970 | 2025-03-17T15:54:46.588Z | Downloaded vcpkg v0.2.15 |
971 | 2025-03-17T15:54:46.626Z | Downloaded libz-sys v1.1.20 |
972 | 2025-03-17T15:54:46.645Z | Downloaded unicode-width v0.2.0 |
973 | 2025-03-17T15:54:46.651Z | Downloaded hickory-proto v0.24.4 |
974 | 2025-03-17T15:54:46.666Z | Downloaded quinn-proto v0.11.8 |
975 | 2025-03-17T15:54:46.673Z | Downloaded petname v2.0.2 |
976 | 2025-03-17T15:54:46.679Z | Downloaded object v0.36.5 |
977 | 2025-03-17T15:54:46.690Z | Downloaded sqlparser v0.45.0 |
978 | 2025-03-17T15:54:46.694Z | Downloaded winnow v0.5.40 |
979 | 2025-03-17T15:54:46.705Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
980 | 2025-03-17T15:54:46.714Z | Downloaded chrono v0.4.40 |
981 | 2025-03-17T15:54:46.723Z | Downloaded object v0.30.4 |
982 | 2025-03-17T15:54:46.732Z | Downloaded smoltcp v0.9.1 |
983 | 2025-03-17T15:54:46.742Z | Downloaded ron v0.8.1 |
984 | 2025-03-17T15:54:46.749Z | Downloaded dropshot_endpoint v0.12.0 |
985 | 2025-03-17T15:54:46.753Z | Downloaded hashbrown v0.12.3 |
986 | 2025-03-17T15:54:46.756Z | Downloaded quinn v0.11.5 |
987 | 2025-03-17T15:54:46.756Z | Downloaded icu_properties_data v1.5.0 |
988 | 2025-03-17T15:54:46.766Z | Downloaded tokio-stream v0.1.17 |
989 | 2025-03-17T15:54:46.770Z | Downloaded petgraph v0.6.5 |
990 | 2025-03-17T15:54:46.787Z | Downloaded blake3 v1.5.4 |
991 | 2025-03-17T15:54:46.796Z | Downloaded petgraph v0.7.1 |
992 | 2025-03-17T15:54:46.816Z | Downloaded p256 v0.13.2 |
993 | 2025-03-17T15:54:46.820Z | Downloaded phf v0.11.2 |
994 | 2025-03-17T15:54:46.820Z | Downloaded csv v1.3.1 |
995 | 2025-03-17T15:54:46.837Z | Downloaded writeable v0.5.5 |
996 | 2025-03-17T15:54:46.840Z | Downloaded topological-sort v0.2.2 |
997 | 2025-03-17T15:54:46.840Z | Downloaded tokio-macros v2.5.0 |
998 | 2025-03-17T15:54:46.843Z | Downloaded num_enum v0.5.11 |
999 | 2025-03-17T15:54:46.846Z | Downloaded hash32 v0.3.1 |
1000 | 2025-03-17T15:54:46.849Z | Downloaded hash32 v0.2.1 |
1001 | 2025-03-17T15:54:46.850Z | Downloaded crossterm v0.28.1 |
1002 | 2025-03-17T15:54:46.854Z | Downloaded sha3 v0.10.8 |
1003 | 2025-03-17T15:54:46.859Z | Downloaded flume v0.11.1 |
1004 | 2025-03-17T15:54:46.862Z | Downloaded tokio v1.43.0 |
1005 | 2025-03-17T15:54:46.898Z | Downloaded tar v0.4.44 |
1006 | 2025-03-17T15:54:46.901Z | Downloaded vte v0.11.1 |
1007 | 2025-03-17T15:54:46.905Z | Downloaded hashbrown v0.13.2 |
1008 | 2025-03-17T15:54:46.908Z | Downloaded oso v0.27.3 |
1009 | 2025-03-17T15:54:46.911Z | Downloaded openssl-sys v0.9.106 |
1010 | 2025-03-17T15:54:46.915Z | Downloaded dyn-clone v1.0.19 |
1011 | 2025-03-17T15:54:46.917Z | Downloaded vergen v8.3.2 |
1012 | 2025-03-17T15:54:46.921Z | Downloaded pin-project-internal v1.1.6 |
1013 | 2025-03-17T15:54:46.921Z | Downloaded rcgen v0.12.1 |
1014 | 2025-03-17T15:54:46.925Z | Downloaded rayon-core v1.12.1 |
1015 | 2025-03-17T15:54:46.928Z | Downloaded russh v0.45.0 |
1016 | 2025-03-17T15:54:46.931Z | Downloaded parking_lot v0.12.3 |
1017 | 2025-03-17T15:54:46.935Z | Downloaded unicode-properties v0.1.3 |
1018 | 2025-03-17T15:54:46.938Z | Downloaded tinyvec_macros v0.1.1 |
1019 | 2025-03-17T15:54:46.938Z | Downloaded sigpipe v0.1.3 |
1020 | 2025-03-17T15:54:46.938Z | Downloaded termios v0.3.3 |
1021 | 2025-03-17T15:54:46.941Z | Downloaded string_cache v0.8.7 |
1022 | 2025-03-17T15:54:46.941Z | Downloaded static_assertions v1.1.0 |
1023 | 2025-03-17T15:54:46.941Z | Downloaded strum_macros v0.26.4 |
1024 | 2025-03-17T15:54:46.944Z | Downloaded derive-where v1.2.7 |
1025 | 2025-03-17T15:54:46.947Z | Downloaded publicsuffix v2.3.0 |
1026 | 2025-03-17T15:54:46.951Z | Downloaded darling v0.20.10 |
1027 | 2025-03-17T15:54:46.954Z | Downloaded wait-timeout v0.2.0 |
1028 | 2025-03-17T15:54:46.954Z | Downloaded postgres-types v0.2.9 |
1029 | 2025-03-17T15:54:46.957Z | Downloaded sha1 v0.10.6 |
1030 | 2025-03-17T15:54:46.960Z | Downloaded rustc_version v0.4.1 |
1031 | 2025-03-17T15:54:46.960Z | Downloaded snafu v0.8.5 |
1032 | 2025-03-17T15:54:46.963Z | Downloaded tracing v0.1.40 |
1033 | 2025-03-17T15:54:46.967Z | Downloaded data-encoding v2.6.0 |
1034 | 2025-03-17T15:54:46.970Z | Downloaded tui-tree-widget v0.23.0 |
1035 | 2025-03-17T15:54:46.970Z | Downloaded percent-encoding v2.3.1 |
1036 | 2025-03-17T15:54:46.970Z | Downloaded packed_struct_codegen v0.10.1 |
1037 | 2025-03-17T15:54:46.973Z | Downloaded num_enum_derive v0.5.11 |
1038 | 2025-03-17T15:54:46.973Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1039 | 2025-03-17T15:54:47.028Z | Downloaded funty v2.0.0 |
1040 | 2025-03-17T15:54:47.031Z | Downloaded derive_builder_core v0.20.2 |
1041 | 2025-03-17T15:54:47.031Z | Downloaded zopfli v0.8.1 |
1042 | 2025-03-17T15:54:47.035Z | Downloaded hyper v1.6.0 |
1043 | 2025-03-17T15:54:47.041Z | Downloaded foreign-types v0.5.0 |
1044 | 2025-03-17T15:54:47.044Z | Downloaded zeroize_derive v1.4.2 |
1045 | 2025-03-17T15:54:47.044Z | Downloaded zeroize v1.8.1 |
1046 | 2025-03-17T15:54:47.045Z | Downloaded itertools v0.12.1 |
1047 | 2025-03-17T15:54:47.048Z | Downloaded parse-display-derive v0.10.0 |
1048 | 2025-03-17T15:54:47.051Z | Downloaded num-rational v0.4.2 |
1049 | 2025-03-17T15:54:47.051Z | Downloaded encoding_rs v0.8.34 |
1050 | 2025-03-17T15:54:47.071Z | Downloaded num-integer v0.1.46 |
1051 | 2025-03-17T15:54:47.074Z | Downloaded multimap v0.10.0 |
1052 | 2025-03-17T15:54:47.074Z | Downloaded multer v3.1.0 |
1053 | 2025-03-17T15:54:47.077Z | Downloaded vsss-rs v3.3.4 |
1054 | 2025-03-17T15:54:47.080Z | Downloaded tokio-rustls v0.26.0 |
1055 | 2025-03-17T15:54:47.080Z | Downloaded tinyvec v1.8.0 |
1056 | 2025-03-17T15:54:47.083Z | Downloaded slog-term v2.9.1 |
1057 | 2025-03-17T15:54:47.088Z | Downloaded tracing-core v0.1.32 |
1058 | 2025-03-17T15:54:47.088Z | Downloaded crypto-bigint v0.5.5 |
1059 | 2025-03-17T15:54:47.092Z | Downloaded mockall_derive v0.13.1 |
1060 | 2025-03-17T15:54:47.122Z | Downloaded cc v1.2.15 |
1061 | 2025-03-17T15:54:47.122Z | Downloaded fixedbitset v0.4.2 |
1062 | 2025-03-17T15:54:47.122Z | Downloaded filetime v0.2.25 |
1063 | 2025-03-17T15:54:47.122Z | Downloaded ring v0.17.11 |
1064 | 2025-03-17T15:54:47.161Z | Downloaded fd-lock v4.0.2 |
1065 | 2025-03-17T15:54:47.165Z | Downloaded schemars_derive v0.8.22 |
1066 | 2025-03-17T15:54:47.169Z | Downloaded der_derive v0.7.3 |
1067 | 2025-03-17T15:54:47.169Z | Downloaded expectorate v1.1.0 |
1068 | 2025-03-17T15:54:47.172Z | Downloaded yansi v1.0.1 |
1069 | 2025-03-17T15:54:47.175Z | Downloaded unicode_categories v0.1.1 |
1070 | 2025-03-17T15:54:47.179Z | Downloaded const_format v0.2.34 |
1071 | 2025-03-17T15:54:47.182Z | Downloaded bytes v1.10.1 |
1072 | 2025-03-17T15:54:47.186Z | Downloaded bumpalo v3.16.0 |
1073 | 2025-03-17T15:54:47.190Z | Downloaded rustls-pemfile v1.0.4 |
1074 | 2025-03-17T15:54:47.193Z | Downloaded psl-types v2.0.11 |
1075 | 2025-03-17T15:54:47.197Z | Downloaded zerofrom-derive v0.1.4 |
1076 | 2025-03-17T15:54:47.197Z | Downloaded polyval v0.6.2 |
1077 | 2025-03-17T15:54:47.201Z | Downloaded pkcs5 v0.7.1 |
1078 | 2025-03-17T15:54:47.204Z | Downloaded sync_wrapper v1.0.1 |
1079 | 2025-03-17T15:54:47.204Z | Downloaded fixedbitset v0.5.7 |
1080 | 2025-03-17T15:54:47.204Z | Downloaded spin v0.9.8 |
1081 | 2025-03-17T15:54:47.207Z | Downloaded float-cmp v0.10.0 |
1082 | 2025-03-17T15:54:47.210Z | Downloaded omicron-zone-package v0.12.0 |
1083 | 2025-03-17T15:54:47.213Z | Downloaded sqlformat v0.2.6 |
1084 | 2025-03-17T15:54:47.216Z | Downloaded semver v0.1.20 |
1085 | 2025-03-17T15:54:47.216Z | Downloaded crossbeam-epoch v0.9.18 |
1086 | 2025-03-17T15:54:47.220Z | Downloaded defmt-macros v0.3.9 |
1087 | 2025-03-17T15:54:47.225Z | Downloaded slog-scope v4.4.0 |
1088 | 2025-03-17T15:54:47.225Z | Downloaded serde_derive_internals v0.29.1 |
1089 | 2025-03-17T15:54:47.228Z | Downloaded secrecy v0.8.0 |
1090 | 2025-03-17T15:54:47.228Z | Downloaded rustc-demangle v0.1.24 |
1091 | 2025-03-17T15:54:47.228Z | Downloaded rand_core v0.9.2 |
1092 | 2025-03-17T15:54:47.228Z | Downloaded rand_core v0.6.4 |
1093 | 2025-03-17T15:54:47.231Z | Downloaded rand v0.9.0 |
1094 | 2025-03-17T15:54:47.234Z | Downloaded chacha20poly1305 v0.10.1 |
1095 | 2025-03-17T15:54:47.235Z | Downloaded path-slash v0.1.5 |
1096 | 2025-03-17T15:54:47.238Z | Downloaded openssl-macros v0.1.1 |
1097 | 2025-03-17T15:54:47.238Z | Downloaded dirs-next v2.0.0 |
1098 | 2025-03-17T15:54:47.238Z | Downloaded difflib v0.4.0 |
1099 | 2025-03-17T15:54:47.238Z | Downloaded zone v0.3.0 |
1100 | 2025-03-17T15:54:47.242Z | Downloaded xz2 v0.1.7 |
1101 | 2025-03-17T15:54:47.242Z | Downloaded which v4.4.2 |
1102 | 2025-03-17T15:54:47.247Z | Downloaded minimal-lexical v0.2.1 |
1103 | 2025-03-17T15:54:47.247Z | Downloaded whoami v1.5.2 |
1104 | 2025-03-17T15:54:47.252Z | Downloaded unicode-xid v0.2.6 |
1105 | 2025-03-17T15:54:47.252Z | Downloaded predicates v3.1.3 |
1106 | 2025-03-17T15:54:47.252Z | Downloaded powerfmt v0.2.0 |
1107 | 2025-03-17T15:54:47.255Z | Downloaded parking_lot_core v0.9.10 |
1108 | 2025-03-17T15:54:47.255Z | Downloaded aes v0.8.4 |
1109 | 2025-03-17T15:54:47.258Z | Downloaded pkcs8 v0.10.2 |
1110 | 2025-03-17T15:54:47.261Z | Downloaded zerocopy v0.6.6 |
1111 | 2025-03-17T15:54:47.261Z | Downloaded clang-sys v1.8.1 |
1112 | 2025-03-17T15:54:47.264Z | Downloaded thiserror-impl-no-std v2.0.2 |
1113 | 2025-03-17T15:54:47.268Z | Downloaded password-hash v0.5.0 |
1114 | 2025-03-17T15:54:47.271Z | Downloaded strum_macros v0.24.3 |
1115 | 2025-03-17T15:54:47.274Z | Downloaded structmeta v0.3.0 |
1116 | 2025-03-17T15:54:47.274Z | Downloaded strip-ansi-escapes v0.2.0 |
1117 | 2025-03-17T15:54:47.278Z | Downloaded spki v0.7.3 |
1118 | 2025-03-17T15:54:47.278Z | Downloaded pem-rfc7468 v0.7.0 |
1119 | 2025-03-17T15:54:47.281Z | Downloaded password-hash v0.4.2 |
1120 | 2025-03-17T15:54:47.284Z | Downloaded signal-hook v0.3.17 |
1121 | 2025-03-17T15:54:47.287Z | Downloaded crossbeam-utils v0.8.20 |
1122 | 2025-03-17T15:54:47.290Z | Downloaded sec1 v0.7.3 |
1123 | 2025-03-17T15:54:47.290Z | Downloaded scheduled-thread-pool v0.2.7 |
1124 | 2025-03-17T15:54:47.293Z | Downloaded rustc_version v0.1.7 |
1125 | 2025-03-17T15:54:47.293Z | Downloaded rustc-hash v2.1.1 |
1126 | 2025-03-17T15:54:47.293Z | Downloaded rand_xorshift v0.3.0 |
1127 | 2025-03-17T15:54:47.296Z | Downloaded rand_seeder v0.3.0 |
1128 | 2025-03-17T15:54:47.296Z | Downloaded indicatif v0.17.11 |
1129 | 2025-03-17T15:54:47.299Z | Downloaded async-bb8-diesel v0.2.1 |
1130 | 2025-03-17T15:54:47.302Z | Downloaded arc-swap v1.7.1 |
1131 | 2025-03-17T15:54:47.305Z | Downloaded futures-io v0.3.31 |
1132 | 2025-03-17T15:54:47.305Z | Downloaded aes-gcm v0.10.3 |
1133 | 2025-03-17T15:54:47.308Z | Downloaded unicase v2.7.0 |
1134 | 2025-03-17T15:54:47.311Z | Downloaded csv-core v0.1.11 |
1135 | 2025-03-17T15:54:47.311Z | Downloaded base64 v0.21.7 |
1136 | 2025-03-17T15:54:47.315Z | Downloaded tokio-tungstenite v0.24.0 |
1137 | 2025-03-17T15:54:47.318Z | Downloaded blake2 v0.10.6 |
1138 | 2025-03-17T15:54:47.321Z | Downloaded predicates-tree v1.0.11 |
1139 | 2025-03-17T15:54:47.321Z | Downloaded env_logger v0.11.5 |
1140 | 2025-03-17T15:54:47.324Z | Downloaded ciborium v0.2.2 |
1141 | 2025-03-17T15:54:47.331Z | Downloaded chrono-tz-build v0.4.0 |
1142 | 2025-03-17T15:54:47.331Z | Downloaded atomic-waker v1.1.2 |
1143 | 2025-03-17T15:54:47.331Z | Downloaded async-trait v0.1.87 |
1144 | 2025-03-17T15:54:47.334Z | Downloaded tinystr v0.7.6 |
1145 | 2025-03-17T15:54:47.334Z | Downloaded crc32fast v1.4.2 |
1146 | 2025-03-17T15:54:47.334Z | Downloaded argon2 v0.5.3 |
1147 | 2025-03-17T15:54:47.337Z | Downloaded smallvec v0.6.14 |
1148 | 2025-03-17T15:54:47.338Z | Downloaded serde_repr v0.1.19 |
1149 | 2025-03-17T15:54:47.341Z | Downloaded ref-cast-impl v1.0.23 |
1150 | 2025-03-17T15:54:47.341Z | Downloaded quick-error v1.2.3 |
1151 | 2025-03-17T15:54:47.341Z | Downloaded proc-macro-crate v1.3.1 |
1152 | 2025-03-17T15:54:47.341Z | Downloaded universal-hash v0.5.1 |
1153 | 2025-03-17T15:54:47.344Z | Downloaded unarray v0.1.4 |
1154 | 2025-03-17T15:54:47.344Z | Downloaded chacha20 v0.9.1 |
1155 | 2025-03-17T15:54:47.348Z | Downloaded cbc v0.1.2 |
1156 | 2025-03-17T15:54:47.348Z | Downloaded bzip2 v0.4.4 |
1157 | 2025-03-17T15:54:47.352Z | Downloaded arrayvec v0.7.6 |
1158 | 2025-03-17T15:54:47.352Z | Downloaded icu_normalizer_data v1.5.0 |
1159 | 2025-03-17T15:54:47.355Z | Downloaded castaway v0.2.3 |
1160 | 2025-03-17T15:54:47.355Z | Downloaded cargo_metadata v0.18.1 |
1161 | 2025-03-17T15:54:47.355Z | Downloaded async-stream v0.3.6 |
1162 | 2025-03-17T15:54:47.358Z | Downloaded icu_normalizer v1.5.0 |
1163 | 2025-03-17T15:54:47.362Z | Downloaded hyper-rustls v0.27.3 |
1164 | 2025-03-17T15:54:47.364Z | Downloaded icu_locid_transform_data v1.5.0 |
1165 | 2025-03-17T15:54:47.364Z | Downloaded cexpr v0.6.0 |
1166 | 2025-03-17T15:54:47.368Z | Downloaded convert_case v0.4.0 |
1167 | 2025-03-17T15:54:47.369Z | Downloaded async-recursion v1.1.1 |
1168 | 2025-03-17T15:54:47.372Z | Downloaded progenitor-client v0.9.1 |
1169 | 2025-03-17T15:54:47.373Z | Downloaded cmake v0.1.51 |
1170 | 2025-03-17T15:54:47.373Z | Downloaded crucible-workspace-hack v0.1.0 |
1171 | 2025-03-17T15:54:47.373Z | Downloaded ipnet v2.11.0 |
1172 | 2025-03-17T15:54:47.377Z | Downloaded cstr-argument v0.1.2 |
1173 | 2025-03-17T15:54:47.377Z | Downloaded crunchy v0.2.2 |
1174 | 2025-03-17T15:54:47.377Z | Downloaded bcs v0.1.6 |
1175 | 2025-03-17T15:54:47.380Z | Downloaded backoff v0.4.0 |
1176 | 2025-03-17T15:54:47.380Z | Downloaded linked-hash-map v0.5.6 |
1177 | 2025-03-17T15:54:47.380Z | Downloaded jobserver v0.1.32 |
1178 | 2025-03-17T15:54:47.384Z | Downloaded icu_locid_transform v1.5.0 |
1179 | 2025-03-17T15:54:47.387Z | Downloaded blowfish v0.9.1 |
1180 | 2025-03-17T15:54:47.390Z | Downloaded bitfield-struct v0.6.2 |
1181 | 2025-03-17T15:54:47.390Z | Downloaded cfg_aliases v0.1.1 |
1182 | 2025-03-17T15:54:47.390Z | Downloaded atomicwrites v0.4.4 |
1183 | 2025-03-17T15:54:47.393Z | Downloaded async-stream-impl v0.3.6 |
1184 | 2025-03-17T15:54:47.393Z | Downloaded crc v3.2.1 |
1185 | 2025-03-17T15:54:47.393Z | Downloaded bit-vec v0.6.3 |
1186 | 2025-03-17T15:54:47.396Z | Downloaded bindgen v0.69.5 |
1187 | 2025-03-17T15:54:47.401Z | Downloaded humantime v2.1.0 |
1188 | 2025-03-17T15:54:47.404Z | Downloaded idna_adapter v1.2.0 |
1189 | 2025-03-17T15:54:47.404Z | Downloaded keccak v0.1.5 |
1190 | 2025-03-17T15:54:47.404Z | Downloaded ipnetwork v0.21.1 |
1191 | 2025-03-17T15:54:47.408Z | Downloaded inout v0.1.3 |
1192 | 2025-03-17T15:54:47.408Z | Downloaded maplit v1.0.2 |
1193 | 2025-03-17T15:54:47.408Z | Downloaded libsw-core v0.3.1 |
1194 | 2025-03-17T15:54:47.411Z | Downloaded hyper-tls v0.6.0 |
1195 | 2025-03-17T15:54:47.411Z | Downloaded indoc v1.0.9 |
1196 | 2025-03-17T15:54:47.414Z | Downloaded lazycell v1.3.0 |
1197 | 2025-03-17T15:54:47.414Z | Downloaded indoc v2.0.6 |
1198 | 2025-03-17T15:54:47.419Z | Downloaded httpdate v1.0.3 |
1199 | 2025-03-17T15:54:47.419Z | Downloaded allocator-api2 v0.2.18 |
1200 | 2025-03-17T15:54:47.422Z | Downloaded headers v0.4.0 |
1201 | 2025-03-17T15:54:47.426Z | Downloaded atty v0.2.14 |
1202 | 2025-03-17T15:54:47.429Z | Downloaded hubpack_derive v0.1.1 |
1203 | 2025-03-17T15:54:47.712Z | Downloaded aws-lc-sys v0.26.0 |
1204 | 2025-03-17T15:54:48.037Z | Compiling serde v1.0.218 |
1205 | 2025-03-17T15:54:48.042Z | Compiling value-bag v1.9.0 |
1206 | 2025-03-17T15:54:48.042Z | Compiling lock_api v0.4.12 |
1207 | 2025-03-17T15:54:48.191Z | Compiling scopeguard v1.2.0 |
1208 | 2025-03-17T15:54:48.195Z | Compiling typenum v1.17.0 |
1209 | 2025-03-17T15:54:48.195Z | Compiling generic-array v0.14.7 |
1210 | 2025-03-17T15:54:48.250Z | Compiling syn v2.0.98 |
1211 | 2025-03-17T15:54:48.265Z | Compiling getrandom v0.2.15 |
1212 | 2025-03-17T15:54:48.345Z | Compiling shlex v1.3.0 |
1213 | 2025-03-17T15:54:48.587Z | Compiling rand_core v0.6.4 |
1214 | 2025-03-17T15:54:48.642Z | Compiling log v0.4.22 |
1215 | 2025-03-17T15:54:48.744Z | Compiling jobserver v0.1.32 |
1216 | 2025-03-17T15:54:48.771Z | Compiling subtle v2.6.1 |
1217 | 2025-03-17T15:54:48.793Z | Compiling smallvec v1.14.0 |
1218 | 2025-03-17T15:54:49.112Z | Compiling const-oid v0.9.6 |
1219 | 2025-03-17T15:54:49.133Z | Compiling pin-project-lite v0.2.14 |
1220 | 2025-03-17T15:54:49.152Z | Compiling cc v1.2.15 |
1221 | 2025-03-17T15:54:49.186Z | Compiling parking_lot_core v0.9.10 |
1222 | 2025-03-17T15:54:49.265Z | Compiling rustix v0.38.37 |
1223 | 2025-03-17T15:54:49.374Z | Compiling signal-hook-registry v1.4.2 |
1224 | 2025-03-17T15:54:49.547Z | Compiling futures-core v0.3.31 |
1225 | 2025-03-17T15:54:49.803Z | Compiling mio v1.0.2 |
1226 | 2025-03-17T15:54:50.056Z | Compiling parking_lot v0.12.3 |
1227 | 2025-03-17T15:54:50.096Z | Compiling spin v0.9.8 |
1228 | 2025-03-17T15:54:50.226Z | Compiling socket2 v0.5.8 |
1229 | 2025-03-17T15:54:50.518Z | Compiling aho-corasick v1.1.3 |
1230 | 2025-03-17T15:54:50.598Z | Compiling futures-sink v0.3.31 |
1231 | 2025-03-17T15:54:50.763Z | Compiling cpufeatures v0.2.14 |
1232 | 2025-03-17T15:54:50.854Z | Compiling serde_json v1.0.139 |
1233 | 2025-03-17T15:54:50.879Z | Compiling regex-syntax v0.8.5 |
1234 | 2025-03-17T15:54:50.899Z | Compiling stable_deref_trait v1.2.0 |
1235 | 2025-03-17T15:54:51.023Z | Compiling either v1.14.0 |
1236 | 2025-03-17T15:54:51.148Z | Compiling slab v0.4.9 |
1237 | 2025-03-17T15:54:51.176Z | Compiling glob v0.3.2 |
1238 | 2025-03-17T15:54:51.221Z | Compiling libm v0.2.8 |
1239 | 2025-03-17T15:54:51.399Z | Compiling prettyplease v0.2.30 |
1240 | 2025-03-17T15:54:51.608Z | Compiling lazy_static v1.5.0 |
1241 | 2025-03-17T15:54:51.749Z | Compiling num-traits v0.2.19 |
1242 | 2025-03-17T15:54:51.799Z | Compiling minimal-lexical v0.2.1 |
1243 | 2025-03-17T15:54:51.998Z | Compiling clang-sys v1.8.1 |
1244 | 2025-03-17T15:54:52.288Z | Compiling nom v7.1.3 |
1245 | 2025-03-17T15:54:52.362Z | Compiling futures-channel v0.3.31 |
1246 | 2025-03-17T15:54:52.758Z | Compiling libloading v0.8.5 |
1247 | 2025-03-17T15:54:52.780Z | Compiling getrandom v0.3.1 |
1248 | 2025-03-17T15:54:53.145Z | Compiling home v0.5.9 |
1249 | 2025-03-17T15:54:53.249Z | Compiling pin-utils v0.1.0 |
1250 | 2025-03-17T15:54:53.351Z | Compiling futures-task v0.3.31 |
1251 | 2025-03-17T15:54:53.371Z | Compiling futures-io v0.3.31 |
1252 | 2025-03-17T15:54:53.374Z | Compiling foldhash v0.1.3 |
1253 | 2025-03-17T15:54:53.512Z | Compiling allocator-api2 v0.2.18 |
1254 | 2025-03-17T15:54:53.638Z | Compiling bindgen v0.69.5 |
1255 | 2025-03-17T15:54:54.251Z | Compiling hashbrown v0.15.1 |
1256 | 2025-03-17T15:54:54.482Z | Compiling regex-automata v0.4.8 |
1257 | 2025-03-17T15:54:54.942Z | Compiling itertools v0.12.1 |
1258 | 2025-03-17T15:54:55.395Z | Compiling synstructure v0.13.1 |
1259 | 2025-03-17T15:54:55.532Z | Compiling cexpr v0.6.0 |
1260 | 2025-03-17T15:54:56.761Z | Compiling pkg-config v0.3.31 |
1261 | 2025-03-17T15:54:56.843Z | Compiling rustc-hash v1.1.0 |
1262 | 2025-03-17T15:54:57.006Z | Compiling lazycell v1.3.0 |
1263 | 2025-03-17T15:54:57.206Z | Compiling cmake v0.1.51 |
1264 | 2025-03-17T15:54:57.538Z | Compiling fs_extra v1.3.0 |
1265 | 2025-03-17T15:54:57.721Z | Compiling dunce v1.0.5 |
1266 | 2025-03-17T15:54:57.868Z | Compiling writeable v0.5.5 |
1267 | 2025-03-17T15:54:58.037Z | Compiling paste v1.0.15 |
1268 | 2025-03-17T15:54:58.056Z | Compiling litemap v0.7.3 |
1269 | 2025-03-17T15:54:58.091Z | Compiling ring v0.17.11 |
1270 | 2025-03-17T15:54:58.293Z | Compiling base64ct v1.6.0 |
1271 | 2025-03-17T15:54:58.381Z | Compiling aws-lc-rs v1.12.4 |
1272 | 2025-03-17T15:54:58.419Z | Compiling httparse v1.9.5 |
1273 | 2025-03-17T15:54:58.788Z | Compiling pem-rfc7468 v0.7.0 |
1274 | 2025-03-17T15:54:58.834Z | Compiling icu_locid_transform_data v1.5.0 |
1275 | 2025-03-17T15:54:58.950Z | Compiling flagset v0.4.6 |
1276 | 2025-03-17T15:54:59.155Z | Compiling tracing-core v0.1.32 |
1277 | 2025-03-17T15:54:59.176Z | Compiling icu_properties_data v1.5.0 |
1278 | 2025-03-17T15:54:59.392Z | Compiling regex v1.11.1 |
1279 | 2025-03-17T15:54:59.416Z | Compiling rustls-pki-types v1.10.0 |
1280 | 2025-03-17T15:54:59.610Z | Compiling percent-encoding v2.3.1 |
1281 | 2025-03-17T15:54:59.926Z | Compiling crossbeam-utils v0.8.20 |
1282 | 2025-03-17T15:55:00.297Z | Compiling untrusted v0.9.0 |
1283 | 2025-03-17T15:55:00.332Z | Compiling serde_derive v1.0.218 |
1284 | 2025-03-17T15:55:00.353Z | Compiling zeroize_derive v1.4.2 |
1285 | 2025-03-17T15:55:00.418Z | Compiling zerocopy-derive v0.7.35 |
1286 | 2025-03-17T15:55:00.473Z | Compiling tokio-macros v2.5.0 |
1287 | 2025-03-17T15:55:00.865Z | Compiling zerofrom-derive v0.1.4 |
1288 | 2025-03-17T15:55:01.687Z | Compiling zeroize v1.8.1 |
1289 | 2025-03-17T15:55:01.926Z | Compiling thiserror-impl v1.0.69 |
1290 | 2025-03-17T15:55:02.384Z | Compiling zerocopy v0.7.35 |
1291 | 2025-03-17T15:55:03.068Z | Compiling yoke-derive v0.7.4 |
1292 | 2025-03-17T15:55:03.317Z | Compiling crypto-common v0.1.6 |
1293 | 2025-03-17T15:55:03.532Z | Compiling block-buffer v0.10.4 |
1294 | 2025-03-17T15:55:03.705Z | Compiling zerovec-derive v0.10.3 |
1295 | 2025-03-17T15:55:03.802Z | Compiling digest v0.10.7 |
1296 | 2025-03-17T15:55:03.957Z | Compiling futures-macro v0.3.31 |
1297 | 2025-03-17T15:55:04.138Z | Compiling zerofrom v0.1.4 |
1298 | 2025-03-17T15:55:04.271Z | Compiling displaydoc v0.2.5 |
1299 | 2025-03-17T15:55:04.357Z | Compiling hmac v0.12.1 |
1300 | 2025-03-17T15:55:04.600Z | Compiling block-padding v0.3.3 |
1301 | 2025-03-17T15:55:04.748Z | Compiling ppv-lite86 v0.2.20 |
1302 | 2025-03-17T15:55:04.828Z | Compiling thiserror v1.0.69 |
1303 | 2025-03-17T15:55:04.858Z | Compiling inout v0.1.3 |
1304 | 2025-03-17T15:55:04.986Z | Compiling sha2 v0.10.8 |
1305 | 2025-03-17T15:55:05.142Z | Compiling cipher v0.4.4 |
1306 | 2025-03-17T15:55:05.507Z | Compiling icu_provider_macros v1.5.0 |
1307 | 2025-03-17T15:55:05.596Z | Compiling yoke v0.7.4 |
1308 | 2025-03-17T15:55:05.617Z | Compiling der_derive v0.7.3 |
1309 | 2025-03-17T15:55:05.735Z | Compiling tracing-attributes v0.1.27 |
1310 | 2025-03-17T15:55:05.754Z | Compiling futures-util v0.3.31 |
1311 | 2025-03-17T15:55:05.962Z | Compiling salsa20 v0.10.2 |
1312 | 2025-03-17T15:55:06.019Z | Compiling zerovec v0.10.4 |
1313 | 2025-03-17T15:55:06.191Z | Compiling pest v2.7.14 |
1314 | 2025-03-17T15:55:06.540Z | Compiling pbkdf2 v0.12.2 |
1315 | 2025-03-17T15:55:06.756Z | Compiling iana-time-zone v0.1.61 |
1316 | 2025-03-17T15:55:07.171Z | Compiling untrusted v0.7.1 |
1317 | 2025-03-17T15:55:07.362Z | Compiling icu_normalizer_data v1.5.0 |
1318 | 2025-03-17T15:55:07.480Z | Compiling powerfmt v0.2.0 |
1319 | 2025-03-17T15:55:07.807Z | Compiling der v0.7.9 |
1320 | 2025-03-17T15:55:07.845Z | Compiling tinystr v0.7.6 |
1321 | 2025-03-17T15:55:08.131Z | Compiling icu_collections v1.5.0 |
1322 | 2025-03-17T15:55:08.232Z | Compiling icu_locid v1.5.0 |
1323 | 2025-03-17T15:55:08.618Z | Compiling time-core v0.1.2 |
1324 | 2025-03-17T15:55:08.831Z | Compiling write16 v1.0.0 |
1325 | 2025-03-17T15:55:08.852Z | Compiling tracing v0.1.40 |
1326 | 2025-03-17T15:55:08.965Z | Compiling utf8_iter v1.0.4 |
1327 | 2025-03-17T15:55:09.192Z | Compiling utf16_iter v1.0.5 |
1328 | 2025-03-17T15:55:09.215Z | Compiling num-conv v0.1.0 |
1329 | 2025-03-17T15:55:09.323Z | Compiling icu_provider v1.5.0 |
1330 | 2025-03-17T15:55:09.376Z | Compiling vcpkg v0.2.15 |
1331 | 2025-03-17T15:55:09.402Z | Compiling pest_meta v2.7.14 |
1332 | 2025-03-17T15:55:09.526Z | Compiling time-macros v0.2.18 |
1333 | 2025-03-17T15:55:10.184Z | Compiling icu_locid_transform v1.5.0 |
1334 | 2025-03-17T15:55:10.242Z | Compiling spki v0.7.3 |
1335 | 2025-03-17T15:55:10.635Z | Compiling deranged v0.3.11 |
1336 | 2025-03-17T15:55:11.021Z | Compiling scrypt v0.11.0 |
1337 | 2025-03-17T15:55:11.067Z | Compiling openssl-sys v0.9.106 |
1338 | 2025-03-17T15:55:11.518Z | Compiling icu_properties v1.5.1 |
1339 | 2025-03-17T15:55:11.824Z | Compiling cbc v0.1.2 |
1340 | 2025-03-17T15:55:12.055Z | Compiling aes v0.8.4 |
1341 | 2025-03-17T15:55:12.130Z | Compiling scroll_derive v0.12.0 |
1342 | 2025-03-17T15:55:12.428Z | Compiling tinyvec_macros v0.1.1 |
1343 | 2025-03-17T15:55:12.488Z | Compiling atomic-waker v1.1.2 |
1344 | 2025-03-17T15:55:12.537Z | Compiling num_threads v0.1.7 |
1345 | 2025-03-17T15:55:12.681Z | Compiling time v0.3.36 |
1346 | 2025-03-17T15:55:12.697Z | Compiling tinyvec v1.8.0 |
1347 | 2025-03-17T15:55:13.119Z | Compiling bytes v1.10.1 |
1348 | 2025-03-17T15:55:13.491Z | Compiling bitflags v2.6.0 |
1349 | 2025-03-17T15:55:14.141Z | Compiling semver v1.0.25 |
1350 | 2025-03-17T15:55:14.503Z | Compiling tokio v1.43.0 |
1351 | 2025-03-17T15:55:14.829Z | Compiling indexmap v2.7.1 |
1352 | 2025-03-17T15:55:14.846Z | Compiling http v1.2.0 |
1353 | 2025-03-17T15:55:16.078Z | Compiling uuid v1.15.1 |
1354 | 2025-03-17T15:55:16.134Z | Compiling icu_normalizer v1.5.0 |
1355 | 2025-03-17T15:55:16.331Z | Compiling rustc_version v0.4.1 |
1356 | 2025-03-17T15:55:16.354Z | Compiling chrono v0.4.40 |
1357 | 2025-03-17T15:55:16.952Z | Compiling http-body v1.0.1 |
1358 | 2025-03-17T15:55:16.986Z | Compiling scroll v0.12.0 |
1359 | 2025-03-17T15:55:17.161Z | Compiling idna_adapter v1.2.0 |
1360 | 2025-03-17T15:55:17.217Z | Compiling pkcs5 v0.7.1 |
1361 | 2025-03-17T15:55:17.509Z | Compiling which v4.4.2 |
1362 | 2025-03-17T15:55:17.558Z | Compiling pest_generator v2.7.14 |
1363 | 2025-03-17T15:55:17.680Z | Compiling rand_chacha v0.3.1 |
1364 | 2025-03-17T15:55:18.068Z | Compiling form_urlencoded v1.2.1 |
1365 | 2025-03-17T15:55:18.287Z | Compiling serde_derive_internals v0.29.1 |
1366 | 2025-03-17T15:55:18.382Z | Compiling slog v2.7.0 |
1367 | 2025-03-17T15:55:18.488Z | Compiling zerocopy v0.8.10 |
1368 | 2025-03-17T15:55:18.896Z | Compiling try-lock v0.2.5 |
1369 | 2025-03-17T15:55:19.056Z | Compiling schemars v0.8.22 |
1370 | 2025-03-17T15:55:19.302Z | Compiling goblin v0.8.2 |
1371 | 2025-03-17T15:55:19.351Z | Compiling pest_derive v2.7.14 |
1372 | 2025-03-17T15:55:19.520Z | Compiling want v0.3.1 |
1373 | 2025-03-17T15:55:19.676Z | Compiling rand v0.8.5 |
1374 | 2025-03-17T15:55:19.810Z | Compiling pkcs8 v0.10.2 |
1375 | 2025-03-17T15:55:19.983Z | Compiling idna v1.0.3 |
1376 | 2025-03-17T15:55:20.136Z | Compiling zerocopy-derive v0.8.10 |
1377 | 2025-03-17T15:55:20.449Z | Compiling schemars_derive v0.8.22 |
1378 | 2025-03-17T15:55:20.470Z | Compiling httpdate v1.0.3 |
1379 | 2025-03-17T15:55:20.918Z | Compiling dyn-clone v1.0.19 |
1380 | 2025-03-17T15:55:21.143Z | Compiling tower-service v0.3.3 |
1381 | 2025-03-17T15:55:21.293Z | Compiling adler2 v2.0.0 |
1382 | 2025-03-17T15:55:21.521Z | Compiling miniz_oxide v0.8.5 |
1383 | 2025-03-17T15:55:21.541Z | Compiling dtrace-parser v0.2.0 |
1384 | 2025-03-17T15:55:22.386Z | Compiling toml_datetime v0.6.8 |
1385 | 2025-03-17T15:55:22.742Z | Compiling tokio-util v0.7.13 |
1386 | 2025-03-17T15:55:22.987Z | Compiling serde_spanned v0.6.8 |
1387 | 2025-03-17T15:55:23.226Z | Compiling serde_tokenstream v0.2.2 |
1388 | 2025-03-17T15:55:23.376Z | Compiling rustversion v1.0.17 |
1389 | 2025-03-17T15:55:23.790Z | Compiling h2 v0.4.6 |
1390 | 2025-03-17T15:55:23.987Z | Compiling match_cfg v0.1.0 |
1391 | 2025-03-17T15:55:24.045Z | Compiling foreign-types-shared v0.1.1 |
1392 | 2025-03-17T15:55:24.097Z | Compiling base64 v0.22.1 |
1393 | 2025-03-17T15:55:24.180Z | Compiling openssl v0.10.71 |
1394 | 2025-03-17T15:55:24.667Z | Compiling foreign-types v0.3.2 |
1395 | 2025-03-17T15:55:24.765Z | Compiling hostname v0.3.1 |
1396 | 2025-03-17T15:55:24.860Z | Compiling url v2.5.3 |
1397 | 2025-03-17T15:55:24.980Z | Compiling dof v0.3.0 |
1398 | 2025-03-17T15:55:25.918Z | Compiling usdt-impl v0.5.0 |
1399 | 2025-03-17T15:55:26.566Z | Compiling rand_core v0.9.2 |
1400 | 2025-03-17T15:55:26.734Z | Compiling openssl-macros v0.1.1 |
1401 | 2025-03-17T15:55:27.010Z | Compiling async-trait v0.1.87 |
1402 | 2025-03-17T15:55:27.265Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1403 | 2025-03-17T15:55:27.465Z | Compiling dirs-sys-next v0.1.2 |
1404 | 2025-03-17T15:55:27.488Z | Compiling syn v1.0.109 |
1405 | 2025-03-17T15:55:27.763Z | Compiling native-tls v0.2.12 |
1406 | 2025-03-17T15:55:27.909Z | Compiling siphasher v0.3.11 |
1407 | 2025-03-17T15:55:27.998Z | Compiling data-encoding v2.6.0 |
1408 | 2025-03-17T15:55:28.053Z | Compiling rustls v0.22.4 |
1409 | 2025-03-17T15:55:28.114Z | Compiling rustls v0.23.19 |
1410 | 2025-03-17T15:55:28.393Z | Compiling dirs-next v2.0.0 |
1411 | 2025-03-17T15:55:28.420Z | Compiling rand_chacha v0.9.0 |
1412 | 2025-03-17T15:55:29.327Z | Compiling http-body-util v0.1.2 |
1413 | 2025-03-17T15:55:29.765Z | Compiling heapless v0.7.17 |
1414 | 2025-03-17T15:55:29.785Z | Compiling unicode-normalization v0.1.24 |
1415 | 2025-03-17T15:55:29.812Z | Compiling crossbeam-epoch v0.9.18 |
1416 | 2025-03-17T15:55:29.998Z | Compiling sha1 v0.10.6 |
1417 | 2025-03-17T15:55:30.192Z | Compiling signature v2.2.0 |
1418 | 2025-03-17T15:55:30.400Z | Compiling thread_local v1.1.8 |
1419 | 2025-03-17T15:55:30.429Z | Compiling encoding_rs v0.8.34 |
1420 | 2025-03-17T15:55:30.473Z | Compiling crc32fast v1.4.2 |
1421 | 2025-03-17T15:55:30.492Z | Compiling cookie v0.18.1 |
1422 | 2025-03-17T15:55:30.796Z | Compiling hyper v1.6.0 |
1423 | 2025-03-17T15:55:30.817Z | Compiling multer v3.1.0 |
1424 | 2025-03-17T15:55:30.836Z | Compiling unicode-properties v0.1.3 |
1425 | 2025-03-17T15:55:30.875Z | Compiling signal-hook v0.3.17 |
1426 | 2025-03-17T15:55:31.121Z | Compiling openssl-probe v0.1.5 |
1427 | 2025-03-17T15:55:31.160Z | Compiling mime v0.3.17 |
1428 | 2025-03-17T15:55:31.220Z | Compiling slog-async v2.8.0 |
1429 | 2025-03-17T15:55:31.440Z | Compiling rayon-core v1.12.1 |
1430 | 2025-03-17T15:55:31.654Z | Compiling unicode-bidi v0.3.17 |
1431 | 2025-03-17T15:55:31.713Z | Compiling gimli v0.31.1 |
1432 | 2025-03-17T15:55:31.739Z | Compiling ipnet v2.11.0 |
1433 | 2025-03-17T15:55:32.815Z | Compiling stringprep v0.1.5 |
1434 | 2025-03-17T15:55:33.118Z | Compiling toml_edit v0.22.24 |
1435 | 2025-03-17T15:55:33.423Z | Compiling hyper-util v0.1.10 |
1436 | 2025-03-17T15:55:34.426Z | Compiling crossbeam-deque v0.8.5 |
1437 | 2025-03-17T15:55:34.546Z | Compiling rand v0.9.0 |
1438 | 2025-03-17T15:55:34.659Z | Compiling term v0.7.0 |
1439 | 2025-03-17T15:55:35.832Z | Compiling addr2line v0.24.2 |
1440 | 2025-03-17T15:55:35.862Z | Compiling usdt-attr-macro v0.5.0 |
1441 | 2025-03-17T15:55:36.262Z | Compiling usdt-macro v0.5.0 |
1442 | 2025-03-17T15:55:36.265Z | Compiling slog-json v2.6.1 |
1443 | 2025-03-17T15:55:36.440Z | Compiling serde_urlencoded v0.7.1 |
1444 | 2025-03-17T15:55:36.526Z | Compiling curve25519-dalek v4.1.3 |
1445 | 2025-03-17T15:55:36.643Z | Compiling crossbeam-channel v0.5.13 |
1446 | 2025-03-17T15:55:36.929Z | Compiling futures-executor v0.3.31 |
1447 | 2025-03-17T15:55:37.242Z | Compiling enum-as-inner v0.6.1 |
1448 | 2025-03-17T15:55:37.399Z | Compiling md-5 v0.10.6 |
1449 | 2025-03-17T15:55:37.446Z | Compiling async-stream-impl v0.3.6 |
1450 | 2025-03-17T15:55:37.612Z | Compiling rustls-pemfile v2.2.0 |
1451 | 2025-03-17T15:55:37.658Z | Compiling num-integer v0.1.46 |
1452 | 2025-03-17T15:55:37.684Z | Compiling hash32 v0.2.1 |
1453 | 2025-03-17T15:55:37.953Z | Compiling ff v0.13.0 |
1454 | 2025-03-17T15:55:38.055Z | Compiling is-terminal v0.4.13 |
1455 | 2025-03-17T15:55:38.199Z | Compiling memoffset v0.9.1 |
1456 | 2025-03-17T15:55:38.219Z | Compiling object v0.36.5 |
1457 | 2025-03-17T15:55:38.298Z | Compiling dropshot v0.12.0 |
1458 | 2025-03-17T15:55:38.337Z | Compiling cfg_aliases v0.2.1 |
1459 | 2025-03-17T15:55:38.451Z | Compiling utf-8 v0.7.6 |
1460 | 2025-03-17T15:55:38.540Z | Compiling newtype-uuid v1.2.1 |
1461 | 2025-03-17T15:55:38.633Z | Compiling num-bigint-dig v0.8.4 |
1462 | 2025-03-17T15:55:38.751Z | Compiling smoltcp v0.9.1 |
1463 | 2025-03-17T15:55:38.772Z | Compiling base16ct v0.2.0 |
1464 | 2025-03-17T15:55:38.858Z | Compiling psl-types v2.0.11 |
1465 | 2025-03-17T15:55:38.957Z | Compiling portable-atomic v1.9.0 |
1466 | 2025-03-17T15:55:39.070Z | Compiling linked-hash-map v0.5.6 |
1467 | 2025-03-17T15:55:39.091Z | Compiling litrs v0.4.1 |
1468 | 2025-03-17T15:55:39.376Z | Compiling take_mut v0.2.2 |
1469 | 2025-03-17T15:55:39.420Z | Compiling fallible-iterator v0.2.0 |
1470 | 2025-03-17T15:55:39.550Z | Compiling quick-error v1.2.3 |
1471 | 2025-03-17T15:55:39.717Z | Compiling anyhow v1.0.97 |
1472 | 2025-03-17T15:55:39.877Z | Compiling rustc-demangle v0.1.24 |
1473 | 2025-03-17T15:55:40.033Z | Compiling resolv-conf v0.7.0 |
1474 | 2025-03-17T15:55:40.086Z | Compiling postgres-protocol v0.6.8 |
1475 | 2025-03-17T15:55:40.158Z | Compiling document-features v0.2.10 |
1476 | 2025-03-17T15:55:40.757Z | Compiling lru-cache v0.1.2 |
1477 | 2025-03-17T15:55:40.799Z | Compiling publicsuffix v2.3.0 |
1478 | 2025-03-17T15:55:40.963Z | Compiling sec1 v0.7.3 |
1479 | 2025-03-17T15:55:41.167Z | Compiling async-stream v0.3.6 |
1480 | 2025-03-17T15:55:41.236Z | Compiling tungstenite v0.24.0 |
1481 | 2025-03-17T15:55:41.434Z | Compiling nix v0.29.0 |
1482 | 2025-03-17T15:55:41.500Z | Compiling hickory-proto v0.24.4 |
1483 | 2025-03-17T15:55:41.522Z | Compiling usdt v0.5.0 |
1484 | 2025-03-17T15:55:41.689Z | Compiling group v0.13.0 |
1485 | 2025-03-17T15:55:41.988Z | Compiling slog-term v2.9.1 |
1486 | 2025-03-17T15:55:42.029Z | Compiling num-iter v0.1.45 |
1487 | 2025-03-17T15:55:42.366Z | Compiling futures v0.3.31 |
1488 | 2025-03-17T15:55:42.489Z | Compiling slog-bunyan v2.5.0 |
1489 | 2025-03-17T15:55:42.716Z | Compiling toml v0.8.20 |
1490 | 2025-03-17T15:55:43.248Z | Compiling bzip2 v0.4.4 |
1491 | 2025-03-17T15:55:43.267Z | Compiling tokio-native-tls v0.3.1 |
1492 | 2025-03-17T15:55:44.513Z | Compiling camino v1.1.9 |
1493 | 2025-03-17T15:55:44.574Z | Compiling flate2 v1.1.0 |
1494 | 2025-03-17T15:55:44.602Z | Compiling phf_shared v0.11.2 |
1495 | 2025-03-17T15:55:44.966Z | Compiling backtrace v0.3.74 |
1496 | 2025-03-17T15:55:45.034Z | Compiling ipnetwork v0.21.1 |
1497 | 2025-03-17T15:55:45.307Z | Compiling dropshot_endpoint v0.12.0 |
1498 | 2025-03-17T15:55:45.335Z | Compiling terminal_size v0.4.0 |
1499 | 2025-03-17T15:55:45.453Z | Compiling openapiv3 v2.0.0 |
1500 | 2025-03-17T15:55:45.561Z | Compiling serde_path_to_error v0.1.16 |
1501 | 2025-03-17T15:55:45.803Z | Compiling waitgroup v0.1.2 |
1502 | 2025-03-17T15:55:46.037Z | Compiling hkdf v0.12.4 |
1503 | 2025-03-17T15:55:46.280Z | Compiling crypto-bigint v0.5.5 |
1504 | 2025-03-17T15:55:46.300Z | Compiling curve25519-dalek-derive v0.1.1 |
1505 | 2025-03-17T15:55:46.549Z | Compiling hubpack_derive v0.1.1 |
1506 | 2025-03-17T15:55:47.439Z | Compiling zerocopy-derive v0.6.6 |
1507 | 2025-03-17T15:55:47.728Z | Compiling webpki-roots v0.26.6 |
1508 | 2025-03-17T15:55:47.791Z | Compiling sync_wrapper v1.0.1 |
1509 | 2025-03-17T15:55:47.959Z | Compiling hostname v0.4.0 |
1510 | 2025-03-17T15:55:47.962Z | Compiling fs-err v2.11.0 |
1511 | 2025-03-17T15:55:48.185Z | Compiling ahash v0.8.11 |
1512 | 2025-03-17T15:55:48.311Z | Compiling buf-list v1.0.3 |
1513 | 2025-03-17T15:55:48.550Z | Compiling bumpalo v3.16.0 |
1514 | 2025-03-17T15:55:48.938Z | Compiling managed v0.8.0 |
1515 | 2025-03-17T15:55:49.010Z | Compiling debug-ignore v1.0.5 |
1516 | 2025-03-17T15:55:49.178Z | Compiling lockfree-object-pool v0.1.6 |
1517 | 2025-03-17T15:55:49.252Z | Compiling zip v2.1.3 |
1518 | 2025-03-17T15:55:49.349Z | Compiling unicode-width v0.2.0 |
1519 | 2025-03-17T15:55:49.373Z | Compiling simd-adler32 v0.3.7 |
1520 | 2025-03-17T15:55:49.373Z | Compiling tower-layer v0.3.3 |
1521 | 2025-03-17T15:55:49.444Z | Compiling winnow v0.5.40 |
1522 | 2025-03-17T15:55:49.680Z | Compiling tower v0.5.2 |
1523 | 2025-03-17T15:55:49.870Z | Compiling console v0.15.10 |
1524 | 2025-03-17T15:55:49.889Z | Compiling zopfli v0.8.1 |
1525 | 2025-03-17T15:55:50.307Z | Compiling clap_builder v4.5.31 |
1526 | 2025-03-17T15:55:50.454Z | Compiling strum_macros v0.25.3 |
1527 | 2025-03-17T15:55:51.104Z | Compiling zerocopy v0.6.6 |
1528 | 2025-03-17T15:55:51.419Z | Compiling elliptic-curve v0.13.8 |
1529 | 2025-03-17T15:55:51.835Z | Compiling hubpack v0.1.2 |
1530 | 2025-03-17T15:55:52.018Z | Compiling hickory-resolver v0.24.4 |
1531 | 2025-03-17T15:55:52.284Z | Compiling oxnet v0.1.1 |
1532 | 2025-03-17T15:55:52.926Z | Compiling toml_edit v0.19.15 |
1533 | 2025-03-17T15:55:52.982Z | Compiling phf v0.11.2 |
1534 | 2025-03-17T15:55:53.019Z | Compiling signal-hook-mio v0.2.4 |
1535 | 2025-03-17T15:55:53.203Z | Compiling cookie_store v0.21.1 |
1536 | 2025-03-17T15:55:53.275Z | Compiling rayon v1.10.0 |
1537 | 2025-03-17T15:55:54.121Z | Compiling hyper-tls v0.6.0 |
1538 | 2025-03-17T15:55:54.534Z | Compiling tokio-tungstenite v0.24.0 |
1539 | 2025-03-17T15:55:55.506Z | Compiling postgres-types v0.2.9 |
1540 | 2025-03-17T15:55:57.546Z | Compiling ed25519 v2.2.3 |
1541 | 2025-03-17T15:55:57.629Z | Compiling phf_shared v0.10.0 |
1542 | 2025-03-17T15:55:58.014Z | Compiling tokio-stream v0.1.17 |
1543 | 2025-03-17T15:55:58.037Z | Compiling pkcs1 v0.7.5 |
1544 | 2025-03-17T15:55:58.040Z | Compiling serde-big-array v0.5.1 |
1545 | 2025-03-17T15:55:58.297Z | Compiling clap_derive v4.5.28 |
1546 | 2025-03-17T15:55:58.934Z | Compiling rfc6979 v0.4.0 |
1547 | 2025-03-17T15:55:58.963Z | Compiling serde_repr v0.1.19 |
1548 | 2025-03-17T15:55:59.133Z | Compiling derive-where v1.2.7 |
1549 | 2025-03-17T15:55:59.340Z | Compiling daft-derive v0.1.2 |
1550 | 2025-03-17T15:55:59.724Z | Compiling bstr v1.10.0 |
1551 | 2025-03-17T15:55:59.763Z | Compiling float-cmp v0.10.0 |
1552 | 2025-03-17T15:56:00.014Z | Compiling difflib v0.4.0 |
1553 | 2025-03-17T15:56:00.057Z | Compiling precomputed-hash v0.1.1 |
1554 | 2025-03-17T15:56:00.193Z | Compiling new_debug_unreachable v1.0.6 |
1555 | 2025-03-17T15:56:00.303Z | Compiling unicode-segmentation v1.12.0 |
1556 | 2025-03-17T15:56:00.886Z | Compiling number_prefix v0.4.0 |
1557 | 2025-03-17T15:56:01.105Z | Compiling predicates-core v1.0.8 |
1558 | 2025-03-17T15:56:01.126Z | Compiling static_assertions v1.1.0 |
1559 | 2025-03-17T15:56:01.248Z | Compiling fixedbitset v0.4.2 |
1560 | 2025-03-17T15:56:01.295Z | Compiling normalize-line-endings v0.3.0 |
1561 | 2025-03-17T15:56:01.314Z | Compiling whoami v1.5.2 |
1562 | 2025-03-17T15:56:01.433Z | Compiling predicates v3.1.3 |
1563 | 2025-03-17T15:56:01.454Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1564 | 2025-03-17T15:56:01.680Z | Compiling tokio-postgres v0.7.13 |
1565 | 2025-03-17T15:56:01.848Z | Compiling petgraph v0.6.5 |
1566 | 2025-03-17T15:56:02.257Z | Compiling indicatif v0.17.11 |
1567 | 2025-03-17T15:56:02.692Z | Compiling clap v4.5.31 |
1568 | 2025-03-17T15:56:02.828Z | Compiling similar v2.7.0 |
1569 | 2025-03-17T15:56:02.927Z | Compiling daft v0.1.2 |
1570 | 2025-03-17T15:56:03.403Z | Compiling string_cache v0.8.7 |
1571 | 2025-03-17T15:56:03.830Z | Compiling ecdsa v0.16.9 |
1572 | 2025-03-17T15:56:04.196Z | Compiling rsa v0.9.6 |
1573 | 2025-03-17T15:56:04.653Z | Compiling ed25519-dalek v2.1.1 |
1574 | 2025-03-17T15:56:04.940Z | Compiling toml v0.7.8 |
1575 | 2025-03-17T15:56:05.919Z | Compiling crossterm v0.28.1 |
1576 | 2025-03-17T15:56:07.684Z | Compiling zip v0.6.6 |
1577 | 2025-03-17T15:56:07.687Z | Compiling hex v0.4.3 |
1578 | 2025-03-17T15:56:07.813Z | Compiling x509-cert v0.2.5 |
1579 | 2025-03-17T15:56:08.255Z | Compiling itertools v0.10.5 |
1580 | 2025-03-17T15:56:08.409Z | Compiling lalrpop-util v0.19.12 |
1581 | 2025-03-17T15:56:08.801Z | Compiling peg-runtime v0.8.5 |
1582 | 2025-03-17T15:56:08.948Z | Compiling unicode-xid v0.2.6 |
1583 | 2025-03-17T15:56:09.141Z | Compiling strum_macros v0.26.4 |
1584 | 2025-03-17T15:56:09.170Z | Compiling xattr v1.3.1 |
1585 | 2025-03-17T15:56:09.187Z | Compiling filetime v0.2.25 |
1586 | 2025-03-17T15:56:09.433Z | Compiling tar v0.4.44 |
1587 | 2025-03-17T15:56:13.709Z | Compiling strum v0.26.3 |
1588 | 2025-03-17T15:56:16.242Z | Compiling aws-lc-sys v0.26.0 |
1589 | 2025-03-17T15:56:45.671Z | Compiling rustls-webpki v0.102.8 |
1590 | 2025-03-17T15:56:48.822Z | Compiling tokio-rustls v0.25.0 |
1591 | 2025-03-17T15:56:50.448Z | Compiling tokio-rustls v0.26.0 |
1592 | 2025-03-17T15:56:50.747Z | Compiling hyper-rustls v0.27.3 |
1593 | 2025-03-17T15:56:51.108Z | Compiling reqwest v0.12.12 |
1594 | 2025-03-17T15:56:52.480Z | Compiling qorb v0.2.1 |
1595 | 2025-03-17T15:56:55.433Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1596 | 2025-03-17T15:56:55.700Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1597 | 2025-03-17T15:57:00.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
1598 | 2025-03-17T15:57:00.241Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1599 | 2025-03-17T15:57:00.291Z | Mar 17 15:56:58.758 INFO Starting download, target: Cockroach |
1600 | 2025-03-17T15:57:00.292Z | Mar 17 15:56:58.758 INFO Starting download, target: Clickhouse |
1601 | 2025-03-17T15:57:00.292Z | Mar 17 15:56:58.758 INFO Starting download, target: Console |
1602 | 2025-03-17T15:57:00.292Z | Mar 17 15:56:58.758 INFO Starting download, target: DendriteOpenapi |
1603 | 2025-03-17T15:57:00.295Z | Mar 17 15:56:58.758 INFO Starting download, target: DendriteStub |
1604 | 2025-03-17T15:57:00.295Z | Mar 17 15:56:58.758 INFO Starting download, target: MaghemiteMgd |
1605 | 2025-03-17T15:57:00.295Z | Mar 17 15:56:58.758 INFO Starting download, target: TransceiverControl |
1606 | 2025-03-17T15:57:00.295Z | Mar 17 15:56:58.759 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi |
1607 | 2025-03-17T15:57:00.295Z | Mar 17 15:56:58.759 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1608 | 2025-03-17T15:57:00.295Z | Mar 17 15:56:58.759 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1609 | 2025-03-17T15:57:00.295Z | Mar 17 15:56:58.759 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1610 | 2025-03-17T15:57:00.295Z | Mar 17 15:56:58.759 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1611 | 2025-03-17T15:57:00.295Z | Mar 17 15:56:58.759 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1612 | 2025-03-17T15:57:00.295Z | Mar 17 15:56:58.759 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1613 | 2025-03-17T15:57:00.871Z | Mar 17 15:56:58.914 INFO Download complete, target: DendriteOpenapi |
1614 | 2025-03-17T15:57:00.891Z | Mar 17 15:56:59.336 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1615 | 2025-03-17T15:57:01.009Z | Mar 17 15:56:59.472 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1616 | 2025-03-17T15:57:01.208Z | Mar 17 15:56:59.672 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1617 | 2025-03-17T15:57:01.319Z | Mar 17 15:56:59.783 INFO Download complete, target: TransceiverControl |
1618 | 2025-03-17T15:57:01.444Z | Mar 17 15:56:59.908 INFO Download complete, target: Console |
1619 | 2025-03-17T15:57:01.605Z | Mar 17 15:57:00.070 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1620 | 2025-03-17T15:57:02.105Z | Mar 17 15:57:00.571 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1621 | 2025-03-17T15:57:02.105Z | Mar 17 15:57:00.571 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1622 | 2025-03-17T15:57:02.274Z | Mar 17 15:57:00.740 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1623 | 2025-03-17T15:57:03.864Z | Mar 17 15:57:02.330 INFO Download complete, target: DendriteStub |
1624 | 2025-03-17T15:57:04.169Z | Mar 17 15:57:02.634 INFO Download complete, target: MaghemiteMgd |
1625 | 2025-03-17T15:57:08.590Z | Mar 17 15:57:07.055 INFO Checking that binary works, target: Cockroach |
1626 | 2025-03-17T15:57:08.756Z | Mar 17 15:57:07.220 INFO Download complete, target: Cockroach |
1627 | 2025-03-17T15:57:12.990Z | Mar 17 15:57:11.454 INFO Checking that binary works, target: Clickhouse |
1628 | 2025-03-17T15:57:13.115Z | Mar 17 15:57:11.578 INFO Download complete, target: Clickhouse |
1629 | 2025-03-17T15:57:13.123Z | All prerequisites installed successfully |
1630 | 2025-03-17T15:57:13.135Z | |
1631 | 2025-03-17T15:57:13.135Z | real 5:12.287601783 |
1632 | 2025-03-17T15:57:13.135Z | user 15:43.967336702 |
1633 | 2025-03-17T15:57:13.135Z | sys 2:10.135607923 |
1634 | 2025-03-17T15:57:13.135Z | trap 0.581629481 |
1635 | 2025-03-17T15:57:13.135Z | tflt 1.011221535 |
1636 | 2025-03-17T15:57:13.135Z | dflt 1.347294314 |
1637 | 2025-03-17T15:57:13.135Z | kflt 0.024154911 |
1638 | 2025-03-17T15:57:13.135Z | lock 23:58.058971881 |
1639 | 2025-03-17T15:57:13.135Z | slp 56:46.916932399 |
1640 | 2025-03-17T15:57:13.135Z | lat 1:03.480413325 |
1641 | 2025-03-17T15:57:13.135Z | stop 2:31.893811316 |
1642 | 2025-03-17T15:57:13.135Z | + ptime -m cargo xtask download softnpu |
1643 | 2025-03-17T15:57:13.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1644 | 2025-03-17T15:57:13.711Z | Running `target/debug/xtask download softnpu` |
1645 | 2025-03-17T15:57:14.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
1646 | 2025-03-17T15:57:14.626Z | Running `target/debug/xtask-downloader softnpu` |
1647 | 2025-03-17T15:57:14.666Z | Mar 17 15:57:13.129 INFO Starting download, target: Softnpu |
1648 | 2025-03-17T15:57:14.669Z | Mar 17 15:57:13.129 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1649 | 2025-03-17T15:57:15.307Z | Mar 17 15:57:13.770 INFO Download complete, target: Softnpu |
1650 | 2025-03-17T15:57:15.311Z | |
1651 | 2025-03-17T15:57:15.314Z | real 2.180857540 |
1652 | 2025-03-17T15:57:15.314Z | user 1.323014801 |
1653 | 2025-03-17T15:57:15.314Z | sys 0.542405132 |
1654 | 2025-03-17T15:57:15.314Z | trap 0.000737173 |
1655 | 2025-03-17T15:57:15.314Z | tflt 0.000096896 |
1656 | 2025-03-17T15:57:15.314Z | dflt 0.000143566 |
1657 | 2025-03-17T15:57:15.314Z | kflt 0.000000000 |
1658 | 2025-03-17T15:57:15.314Z | lock 6.880207842 |
1659 | 2025-03-17T15:57:15.314Z | slp 0.530798265 |
1660 | 2025-03-17T15:57:15.314Z | lat 0.067436522 |
1661 | 2025-03-17T15:57:15.314Z | stop 0.000169641 |
1662 | 2025-03-17T15:57:15.314Z | + export CARGO_INCREMENTAL=0 |
1663 | 2025-03-17T15:57:15.314Z | + CARGO_INCREMENTAL=0 |
1664 | 2025-03-17T15:57:15.314Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1665 | 2025-03-17T15:57:16.306Z | Compiling proc-macro2 v1.0.94 |
1666 | 2025-03-17T15:57:16.306Z | Compiling unicode-ident v1.0.14 |
1667 | 2025-03-17T15:57:16.309Z | Compiling libc v0.2.170 |
1668 | 2025-03-17T15:57:16.309Z | Compiling serde v1.0.218 |
1669 | 2025-03-17T15:57:16.309Z | Compiling autocfg v1.4.0 |
1670 | 2025-03-17T15:57:16.309Z | Compiling cfg-if v1.0.0 |
1671 | 2025-03-17T15:57:16.309Z | Compiling version_check v0.9.5 |
1672 | 2025-03-17T15:57:16.601Z | Compiling memchr v2.7.4 |
1673 | 2025-03-17T15:57:16.633Z | Compiling typenum v1.17.0 |
1674 | 2025-03-17T15:57:16.650Z | Compiling shlex v1.3.0 |
1675 | 2025-03-17T15:57:17.075Z | Compiling value-bag v1.9.0 |
1676 | 2025-03-17T15:57:17.097Z | Compiling generic-array v0.14.7 |
1677 | 2025-03-17T15:57:17.248Z | Compiling lock_api v0.4.12 |
1678 | 2025-03-17T15:57:17.419Z | Compiling parking_lot_core v0.9.10 |
1679 | 2025-03-17T15:57:17.518Z | Compiling log v0.4.22 |
1680 | 2025-03-17T15:57:17.724Z | Compiling scopeguard v1.2.0 |
1681 | 2025-03-17T15:57:17.803Z | Compiling serde_json v1.0.139 |
1682 | 2025-03-17T15:57:17.900Z | Compiling libm v0.2.8 |
1683 | 2025-03-17T15:57:18.115Z | Compiling num-traits v0.2.19 |
1684 | 2025-03-17T15:57:18.216Z | Compiling jobserver v0.1.32 |
1685 | 2025-03-17T15:57:18.258Z | Compiling rustix v0.38.37 |
1686 | 2025-03-17T15:57:18.300Z | Compiling getrandom v0.2.15 |
1687 | 2025-03-17T15:57:18.336Z | Compiling quote v1.0.39 |
1688 | 2025-03-17T15:57:18.433Z | Compiling semver v1.0.25 |
1689 | 2025-03-17T15:57:18.654Z | Compiling cc v1.2.15 |
1690 | 2025-03-17T15:57:18.781Z | Compiling syn v2.0.98 |
1691 | 2025-03-17T15:57:18.802Z | Compiling aho-corasick v1.1.3 |
1692 | 2025-03-17T15:57:18.877Z | Compiling thiserror v1.0.69 |
1693 | 2025-03-17T15:57:18.898Z | Compiling getrandom v0.3.1 |
1694 | 2025-03-17T15:57:18.901Z | Compiling regex-syntax v0.8.5 |
1695 | 2025-03-17T15:57:19.212Z | Compiling itoa v1.0.11 |
1696 | 2025-03-17T15:57:19.298Z | Compiling either v1.14.0 |
1697 | 2025-03-17T15:57:19.409Z | Compiling once_cell v1.20.3 |
1698 | 2025-03-17T15:57:19.436Z | Compiling slab v0.4.9 |
1699 | 2025-03-17T15:57:19.790Z | Compiling rand_core v0.6.4 |
1700 | 2025-03-17T15:57:19.958Z | Compiling spin v0.9.8 |
1701 | 2025-03-17T15:57:20.309Z | Compiling errno v0.3.9 |
1702 | 2025-03-17T15:57:20.564Z | Compiling glob v0.3.2 |
1703 | 2025-03-17T15:57:20.912Z | Compiling prettyplease v0.2.30 |
1704 | 2025-03-17T15:57:21.129Z | Compiling smallvec v1.14.0 |
1705 | 2025-03-17T15:57:21.202Z | Compiling lazy_static v1.5.0 |
1706 | 2025-03-17T15:57:21.237Z | Compiling clang-sys v1.8.1 |
1707 | 2025-03-17T15:57:21.339Z | Compiling minimal-lexical v0.2.1 |
1708 | 2025-03-17T15:57:21.665Z | Compiling libloading v0.8.5 |
1709 | 2025-03-17T15:57:21.824Z | Compiling nom v7.1.3 |
1710 | 2025-03-17T15:57:21.844Z | Compiling bindgen v0.69.5 |
1711 | 2025-03-17T15:57:21.928Z | Compiling subtle v2.6.1 |
1712 | 2025-03-17T15:57:22.045Z | Compiling home v0.5.9 |
1713 | 2025-03-17T15:57:22.269Z | Compiling itertools v0.12.1 |
1714 | 2025-03-17T15:57:22.352Z | Compiling lazycell v1.3.0 |
1715 | 2025-03-17T15:57:22.405Z | Compiling foldhash v0.1.3 |
1716 | 2025-03-17T15:57:22.523Z | Compiling regex-automata v0.4.8 |
1717 | 2025-03-17T15:57:22.689Z | Compiling allocator-api2 v0.2.18 |
1718 | 2025-03-17T15:57:22.903Z | Compiling equivalent v1.0.1 |
1719 | 2025-03-17T15:57:23.037Z | Compiling rustc-hash v1.1.0 |
1720 | 2025-03-17T15:57:23.206Z | Compiling cmake v0.1.51 |
1721 | 2025-03-17T15:57:23.399Z | Compiling hashbrown v0.15.1 |
1722 | 2025-03-17T15:57:24.155Z | Compiling ryu v1.0.18 |
1723 | 2025-03-17T15:57:24.237Z | Compiling pkg-config v0.3.31 |
1724 | 2025-03-17T15:57:24.458Z | Compiling fs_extra v1.3.0 |
1725 | 2025-03-17T15:57:24.565Z | Compiling dunce v1.0.5 |
1726 | 2025-03-17T15:57:24.925Z | Compiling cexpr v0.6.0 |
1727 | 2025-03-17T15:57:24.974Z | Compiling pin-project-lite v0.2.14 |
1728 | 2025-03-17T15:57:25.017Z | Compiling schemars v0.8.22 |
1729 | 2025-03-17T15:57:25.126Z | Compiling byteorder v1.5.0 |
1730 | 2025-03-17T15:57:25.380Z | Compiling paste v1.0.15 |
1731 | 2025-03-17T15:57:25.701Z | Compiling synstructure v0.13.1 |
1732 | 2025-03-17T15:57:25.978Z | Compiling serde_derive_internals v0.29.1 |
1733 | 2025-03-17T15:57:26.693Z | Compiling ring v0.17.11 |
1734 | 2025-03-17T15:57:27.393Z | Compiling regex v1.11.1 |
1735 | 2025-03-17T15:57:27.671Z | Compiling signal-hook-registry v1.4.2 |
1736 | 2025-03-17T15:57:27.940Z | Compiling fnv v1.0.7 |
1737 | 2025-03-17T15:57:28.089Z | Compiling aws-lc-rs v1.12.4 |
1738 | 2025-03-17T15:57:28.249Z | Compiling httparse v1.9.5 |
1739 | 2025-03-17T15:57:28.308Z | Compiling const-oid v0.9.6 |
1740 | 2025-03-17T15:57:28.331Z | Compiling parking_lot v0.12.3 |
1741 | 2025-03-17T15:57:28.514Z | Compiling mio v1.0.2 |
1742 | 2025-03-17T15:57:28.886Z | Compiling heck v0.5.0 |
1743 | 2025-03-17T15:57:29.696Z | Compiling serde_derive v1.0.218 |
1744 | 2025-03-17T15:57:29.715Z | Compiling zeroize_derive v1.4.2 |
1745 | 2025-03-17T15:57:30.011Z | Compiling tokio-macros v2.5.0 |
1746 | 2025-03-17T15:57:30.037Z | Compiling thiserror-impl v1.0.69 |
1747 | 2025-03-17T15:57:30.245Z | Compiling zerocopy-derive v0.7.35 |
1748 | 2025-03-17T15:57:30.270Z | Compiling zerofrom-derive v0.1.4 |
1749 | 2025-03-17T15:57:31.021Z | Compiling zeroize v1.8.1 |
1750 | 2025-03-17T15:57:31.391Z | Compiling yoke-derive v0.7.4 |
1751 | 2025-03-17T15:57:31.426Z | Compiling futures-macro v0.3.31 |
1752 | 2025-03-17T15:57:31.477Z | Compiling displaydoc v0.2.5 |
1753 | 2025-03-17T15:57:31.844Z | Compiling zerovec-derive v0.10.3 |
1754 | 2025-03-17T15:57:32.981Z | Compiling schemars_derive v0.8.22 |
1755 | 2025-03-17T15:57:33.128Z | Compiling crypto-common v0.1.6 |
1756 | 2025-03-17T15:57:33.147Z | Compiling icu_provider_macros v1.5.0 |
1757 | 2025-03-17T15:57:33.165Z | Compiling tracing-attributes v0.1.27 |
1758 | 2025-03-17T15:57:33.321Z | Compiling block-buffer v0.10.4 |
1759 | 2025-03-17T15:57:33.623Z | Compiling socket2 v0.5.8 |
1760 | 2025-03-17T15:57:34.153Z | Compiling stable_deref_trait v1.2.0 |
1761 | 2025-03-17T15:57:34.274Z | Compiling digest v0.10.7 |
1762 | 2025-03-17T15:57:34.693Z | Compiling zerocopy v0.7.35 |
1763 | 2025-03-17T15:57:35.350Z | Compiling futures-core v0.3.31 |
1764 | 2025-03-17T15:57:35.613Z | Compiling time-core v0.1.2 |
1765 | 2025-03-17T15:57:35.643Z | Compiling crossbeam-utils v0.8.20 |
1766 | 2025-03-17T15:57:35.660Z | Compiling num-conv v0.1.0 |
1767 | 2025-03-17T15:57:35.929Z | Compiling time-macros v0.2.18 |
1768 | 2025-03-17T15:57:36.175Z | Compiling der_derive v0.7.3 |
1769 | 2025-03-17T15:57:36.416Z | Compiling vcpkg v0.2.15 |
1770 | 2025-03-17T15:57:37.805Z | Compiling openssl-sys v0.9.106 |
1771 | 2025-03-17T15:57:38.125Z | Compiling futures-sink v0.3.31 |
1772 | 2025-03-17T15:57:38.281Z | Compiling zerocopy v0.8.10 |
1773 | 2025-03-17T15:57:38.451Z | Compiling cpufeatures v0.2.14 |
1774 | 2025-03-17T15:57:38.770Z | Compiling zerocopy-derive v0.8.10 |
1775 | 2025-03-17T15:57:38.932Z | Compiling slog v2.7.0 |
1776 | 2025-03-17T15:57:39.191Z | Compiling iana-time-zone v0.1.61 |
1777 | 2025-03-17T15:57:39.317Z | Compiling syn v1.0.109 |
1778 | 2025-03-17T15:57:39.736Z | Compiling futures-channel v0.3.31 |
1779 | 2025-03-17T15:57:39.849Z | Compiling zerofrom v0.1.4 |
1780 | 2025-03-17T15:57:40.011Z | Compiling pin-utils v0.1.0 |
1781 | 2025-03-17T15:57:40.077Z | Compiling futures-task v0.3.31 |
1782 | 2025-03-17T15:57:40.105Z | Compiling futures-io v0.3.31 |
1783 | 2025-03-17T15:57:40.126Z | Compiling yoke v0.7.4 |
1784 | 2025-03-17T15:57:40.378Z | Compiling futures-util v0.3.31 |
1785 | 2025-03-17T15:57:40.485Z | Compiling scroll_derive v0.12.0 |
1786 | 2025-03-17T15:57:40.932Z | Compiling openssl v0.10.71 |
1787 | 2025-03-17T15:57:41.090Z | Compiling ucd-trie v0.1.7 |
1788 | 2025-03-17T15:57:41.324Z | Compiling bitflags v2.6.0 |
1789 | 2025-03-17T15:57:41.482Z | Compiling bytes v1.10.1 |
1790 | 2025-03-17T15:57:42.906Z | Compiling indexmap v2.7.1 |
1791 | 2025-03-17T15:57:43.953Z | Compiling tokio v1.43.0 |
1792 | 2025-03-17T15:57:45.019Z | Compiling uuid v1.15.1 |
1793 | 2025-03-17T15:57:46.088Z | Compiling which v4.4.2 |
1794 | 2025-03-17T15:57:46.226Z | Compiling serde_tokenstream v0.2.2 |
1795 | 2025-03-17T15:57:46.790Z | Compiling chrono v0.4.40 |
1796 | 2025-03-17T15:57:48.233Z | Compiling http v1.2.0 |
1797 | 2025-03-17T15:57:50.073Z | Compiling rustc_version v0.4.1 |
1798 | 2025-03-17T15:57:50.095Z | Compiling pest v2.7.14 |
1799 | 2025-03-17T15:57:50.209Z | Compiling zerovec v0.10.4 |
1800 | 2025-03-17T15:57:51.051Z | Compiling hmac v0.12.1 |
1801 | 2025-03-17T15:57:51.331Z | Compiling dyn-clone v1.0.19 |
1802 | 2025-03-17T15:57:53.060Z | Compiling pest_meta v2.7.14 |
1803 | 2025-03-17T15:57:53.213Z | Compiling block-padding v0.3.3 |
1804 | 2025-03-17T15:57:53.452Z | Compiling openssl-macros v0.1.1 |
1805 | 2025-03-17T15:57:54.215Z | Compiling native-tls v0.2.12 |
1806 | 2025-03-17T15:57:54.591Z | Compiling rustls v0.23.19 |
1807 | 2025-03-17T15:57:54.914Z | Compiling pest_generator v2.7.14 |
1808 | 2025-03-17T15:57:54.936Z | Compiling inout v0.1.3 |
1809 | 2025-03-17T15:57:55.192Z | Compiling tinystr v0.7.6 |
1810 | 2025-03-17T15:57:55.993Z | Compiling serde_spanned v0.6.8 |
1811 | 2025-03-17T15:57:56.230Z | Compiling toml_datetime v0.6.8 |
1812 | 2025-03-17T15:57:56.312Z | Compiling ppv-lite86 v0.2.20 |
1813 | 2025-03-17T15:57:56.527Z | Compiling tracing-core v0.1.32 |
1814 | 2025-03-17T15:57:56.657Z | Compiling litemap v0.7.3 |
1815 | 2025-03-17T15:57:57.078Z | Compiling writeable v0.5.5 |
1816 | 2025-03-17T15:57:57.144Z | Compiling strsim v0.11.1 |
1817 | 2025-03-17T15:57:57.396Z | Compiling tracing v0.1.40 |
1818 | 2025-03-17T15:57:57.722Z | Compiling icu_locid v1.5.0 |
1819 | 2025-03-17T15:57:58.085Z | Compiling aws-lc-sys v0.26.0 |
1820 | 2025-03-17T15:57:58.155Z | Compiling pest_derive v2.7.14 |
1821 | 2025-03-17T15:57:58.209Z | Compiling cipher v0.4.4 |
1822 | 2025-03-17T15:57:58.670Z | Compiling sha2 v0.10.8 |
1823 | 2025-03-17T15:57:58.921Z | Compiling cookie v0.18.1 |
1824 | 2025-03-17T15:57:59.244Z | Compiling usdt-impl v0.5.0 |
1825 | 2025-03-17T15:57:59.430Z | Compiling base64ct v1.6.0 |
1826 | 2025-03-17T15:57:59.455Z | Compiling icu_provider v1.5.0 |
1827 | 2025-03-17T15:57:59.972Z | Compiling pem-rfc7468 v0.7.0 |
1828 | 2025-03-17T15:58:00.533Z | Compiling scroll v0.12.0 |
1829 | 2025-03-17T15:58:00.551Z | Compiling async-trait v0.1.87 |
1830 | 2025-03-17T15:58:02.613Z | Compiling icu_locid_transform_data v1.5.0 |
1831 | 2025-03-17T15:58:02.718Z | Compiling camino v1.1.9 |
1832 | 2025-03-17T15:58:03.255Z | Compiling anyhow v1.0.97 |
1833 | 2025-03-17T15:58:03.737Z | Compiling percent-encoding v2.3.1 |
1834 | 2025-03-17T15:58:04.251Z | Compiling plain v0.2.3 |
1835 | 2025-03-17T15:58:04.413Z | Compiling rustls-pki-types v1.10.0 |
1836 | 2025-03-17T15:58:04.621Z | Compiling flagset v0.4.6 |
1837 | 2025-03-17T15:58:04.699Z | Compiling goblin v0.8.2 |
1838 | 2025-03-17T15:58:04.830Z | Compiling der v0.7.9 |
1839 | 2025-03-17T15:58:05.964Z | Compiling icu_locid_transform v1.5.0 |
1840 | 2025-03-17T15:58:08.334Z | Compiling tokio-util v0.7.13 |
1841 | 2025-03-17T15:58:09.155Z | Compiling icu_collections v1.5.0 |
1842 | 2025-03-17T15:58:10.468Z | Compiling rayon-core v1.12.1 |
1843 | 2025-03-17T15:58:10.756Z | Compiling icu_properties_data v1.5.0 |
1844 | 2025-03-17T15:58:10.776Z | Compiling powerfmt v0.2.0 |
1845 | 2025-03-17T15:58:11.011Z | Compiling rustls v0.22.4 |
1846 | 2025-03-17T15:58:11.316Z | Compiling untrusted v0.9.0 |
1847 | 2025-03-17T15:58:11.473Z | Compiling pretty-hex v0.4.1 |
1848 | 2025-03-17T15:58:11.516Z | Compiling untrusted v0.7.1 |
1849 | 2025-03-17T15:58:11.704Z | Compiling dof v0.3.0 |
1850 | 2025-03-17T15:58:11.964Z | Compiling icu_properties v1.5.1 |
1851 | 2025-03-17T15:58:12.260Z | Compiling deranged v0.3.11 |
1852 | 2025-03-17T15:58:13.187Z | Compiling spki v0.7.3 |
1853 | 2025-03-17T15:58:13.576Z | Compiling dtrace-parser v0.2.0 |
1854 | 2025-03-17T15:58:13.692Z | Compiling salsa20 v0.10.2 |
1855 | 2025-03-17T15:58:13.930Z | Compiling pbkdf2 v0.12.2 |
1856 | 2025-03-17T15:58:14.403Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1857 | 2025-03-17T15:58:15.048Z | Compiling thread-id v4.2.2 |
1858 | 2025-03-17T15:58:15.077Z | Compiling utf8_iter v1.0.4 |
1859 | 2025-03-17T15:58:15.179Z | Compiling num_threads v0.1.7 |
1860 | 2025-03-17T15:58:15.312Z | Compiling litrs v0.4.1 |
1861 | 2025-03-17T15:58:15.330Z | Compiling atomic-waker v1.1.2 |
1862 | 2025-03-17T15:58:15.764Z | Compiling utf16_iter v1.0.5 |
1863 | 2025-03-17T15:58:15.926Z | Compiling winnow v0.5.40 |
1864 | 2025-03-17T15:58:15.966Z | Compiling icu_normalizer_data v1.5.0 |
1865 | 2025-03-17T15:58:16.081Z | Compiling write16 v1.0.0 |
1866 | 2025-03-17T15:58:16.689Z | Compiling rustversion v1.0.17 |
1867 | 2025-03-17T15:58:17.004Z | Compiling icu_normalizer v1.5.0 |
1868 | 2025-03-17T15:58:17.022Z | Compiling time v0.3.36 |
1869 | 2025-03-17T15:58:18.827Z | Compiling document-features v0.2.10 |
1870 | 2025-03-17T15:58:19.324Z | Compiling toml_edit v0.19.15 |
1871 | 2025-03-17T15:58:21.886Z | Compiling scrypt v0.11.0 |
1872 | 2025-03-17T15:58:22.229Z | Compiling form_urlencoded v1.2.1 |
1873 | 2025-03-17T15:58:22.294Z | Compiling cbc v0.1.2 |
1874 | 2025-03-17T15:58:22.422Z | Compiling aes v0.8.4 |
1875 | 2025-03-17T15:58:22.525Z | Compiling http-body v1.0.1 |
1876 | 2025-03-17T15:58:22.888Z | Compiling multer v3.1.0 |
1877 | 2025-03-17T15:58:23.046Z | Compiling try-lock v0.2.5 |
1878 | 2025-03-17T15:58:23.243Z | Compiling slog-async v2.8.0 |
1879 | 2025-03-17T15:58:23.417Z | Compiling tinyvec_macros v0.1.1 |
1880 | 2025-03-17T15:58:23.538Z | Compiling tinyvec v1.8.0 |
1881 | 2025-03-17T15:58:23.698Z | Compiling pkcs5 v0.7.1 |
1882 | 2025-03-17T15:58:24.644Z | Compiling want v0.3.1 |
1883 | 2025-03-17T15:58:25.187Z | Compiling idna_adapter v1.2.0 |
1884 | 2025-03-17T15:58:25.645Z | Compiling h2 v0.4.6 |
1885 | 2025-03-17T15:58:26.220Z | Compiling rand_chacha v0.3.1 |
1886 | 2025-03-17T15:58:27.094Z | Compiling heapless v0.7.17 |
1887 | 2025-03-17T15:58:27.839Z | Compiling httpdate v1.0.3 |
1888 | 2025-03-17T15:58:28.362Z | Compiling signal-hook v0.3.17 |
1889 | 2025-03-17T15:58:28.381Z | Compiling tower-service v0.3.3 |
1890 | 2025-03-17T15:58:28.642Z | Compiling newtype-uuid v1.2.1 |
1891 | 2025-03-17T15:58:28.681Z | Compiling adler2 v2.0.0 |
1892 | 2025-03-17T15:58:28.943Z | Compiling miniz_oxide v0.8.5 |
1893 | 2025-03-17T15:58:30.994Z | Compiling rand v0.8.5 |
1894 | 2025-03-17T15:58:32.380Z | Compiling idna v1.0.3 |
1895 | 2025-03-17T15:58:33.673Z | Compiling pkcs8 v0.10.2 |
1896 | 2025-03-17T15:58:34.079Z | Compiling hyper v1.6.0 |
1897 | 2025-03-17T15:58:34.272Z | Compiling usdt-attr-macro v0.5.0 |
1898 | 2025-03-17T15:58:34.367Z | Compiling usdt-macro v0.5.0 |
1899 | 2025-03-17T15:58:35.711Z | Compiling async-stream-impl v0.3.6 |
1900 | 2025-03-17T15:58:36.816Z | Compiling base64 v0.22.1 |
1901 | 2025-03-17T15:58:37.613Z | Compiling hyper-util v0.1.10 |
1902 | 2025-03-17T15:58:43.222Z | Compiling curve25519-dalek v4.1.3 |
1903 | 2025-03-17T15:58:43.666Z | Compiling openapiv3 v2.0.0 |
1904 | 2025-03-17T15:58:43.781Z | Compiling enum-as-inner v0.6.1 |
1905 | 2025-03-17T15:58:43.916Z | Compiling memoffset v0.9.1 |
1906 | 2025-03-17T15:58:44.256Z | Compiling dropshot v0.12.0 |
1907 | 2025-03-17T15:58:44.586Z | Compiling smoltcp v0.9.1 |
1908 | 2025-03-17T15:58:44.757Z | Compiling num-bigint-dig v0.8.4 |
1909 | 2025-03-17T15:58:45.076Z | Compiling match_cfg v0.1.0 |
1910 | 2025-03-17T15:58:45.161Z | Compiling portable-atomic v1.9.0 |
1911 | 2025-03-17T15:58:45.181Z | Compiling foreign-types-shared v0.1.1 |
1912 | 2025-03-17T15:58:45.439Z | Compiling foreign-types v0.3.2 |
1913 | 2025-03-17T15:58:45.563Z | Compiling hostname v0.3.1 |
1914 | 2025-03-17T15:58:46.010Z | Compiling rand_core v0.9.2 |
1915 | 2025-03-17T15:58:46.745Z | Compiling url v2.5.3 |
1916 | 2025-03-17T15:58:48.542Z | Compiling http-body-util v0.1.2 |
1917 | 2025-03-17T15:58:49.079Z | Compiling dirs-sys-next v0.1.2 |
1918 | 2025-03-17T15:58:49.511Z | Compiling encoding_rs v0.8.34 |
1919 | 2025-03-17T15:58:49.565Z | Compiling ident_case v1.0.1 |
1920 | 2025-03-17T15:58:49.752Z | Compiling siphasher v0.3.11 |
1921 | 2025-03-17T15:58:50.106Z | Compiling heck v0.4.1 |
1922 | 2025-03-17T15:58:50.489Z | Compiling cfg_aliases v0.2.1 |
1923 | 2025-03-17T15:58:50.604Z | Compiling data-encoding v2.6.0 |
1924 | 2025-03-17T15:58:51.965Z | Compiling mime v0.3.17 |
1925 | 2025-03-17T15:58:52.520Z | Compiling gimli v0.31.1 |
1926 | 2025-03-17T15:58:59.168Z | Compiling addr2line v0.24.2 |
1927 | 2025-03-17T15:59:00.076Z | Compiling nix v0.29.0 |
1928 | 2025-03-17T15:59:00.692Z | Compiling darling_core v0.20.10 |
1929 | 2025-03-17T15:59:01.516Z | Compiling dirs-next v2.0.0 |
1930 | 2025-03-17T15:59:02.530Z | Compiling rand_chacha v0.9.0 |
1931 | 2025-03-17T15:59:05.858Z | Compiling unicode-normalization v0.1.24 |
1932 | 2025-03-17T15:59:06.650Z | Compiling crossbeam-epoch v0.9.18 |
1933 | 2025-03-17T15:59:06.916Z | Compiling serde_urlencoded v0.7.1 |
1934 | 2025-03-17T15:59:07.534Z | Compiling rustls-pemfile v2.2.0 |
1935 | 2025-03-17T15:59:08.046Z | Compiling ipnetwork v0.21.1 |
1936 | 2025-03-17T15:59:08.675Z | Compiling hubpack_derive v0.1.1 |
1937 | 2025-03-17T15:59:09.520Z | Compiling dropshot_endpoint v0.12.0 |
1938 | 2025-03-17T15:59:09.652Z | Compiling sha1 v0.10.6 |
1939 | 2025-03-17T15:59:10.047Z | Compiling signature v2.2.0 |
1940 | 2025-03-17T15:59:10.490Z | Compiling zerocopy-derive v0.6.6 |
1941 | 2025-03-17T15:59:11.540Z | Compiling curve25519-dalek-derive v0.1.1 |
1942 | 2025-03-17T15:59:12.146Z | Compiling daft-derive v0.1.2 |
1943 | 2025-03-17T15:59:12.894Z | Compiling rustls-webpki v0.102.8 |
1944 | 2025-03-17T15:59:13.111Z | Compiling thread_local v1.1.8 |
1945 | 2025-03-17T15:59:13.197Z | Compiling object v0.36.5 |
1946 | 2025-03-17T15:59:13.547Z | Compiling fs-err v2.11.0 |
1947 | 2025-03-17T15:59:13.574Z | Compiling ahash v0.8.11 |
1948 | 2025-03-17T15:59:13.927Z | Compiling crc32fast v1.4.2 |
1949 | 2025-03-17T15:59:14.463Z | Compiling anstyle v1.0.10 |
1950 | 2025-03-17T15:59:14.709Z | Compiling openssl-probe v0.1.5 |
1951 | 2025-03-17T15:59:14.877Z | Compiling rustc-demangle v0.1.24 |
1952 | 2025-03-17T15:59:15.203Z | Compiling unicode-properties v0.1.3 |
1953 | 2025-03-17T15:59:15.531Z | Compiling buf-list v1.0.3 |
1954 | 2025-03-17T15:59:16.082Z | Compiling unicode-bidi v0.3.17 |
1955 | 2025-03-17T15:59:17.177Z | Compiling ipnet v2.11.0 |
1956 | 2025-03-17T15:59:17.345Z | Compiling winnow v0.7.3 |
1957 | 2025-03-17T15:59:18.089Z | Compiling zip v2.1.3 |
1958 | 2025-03-17T15:59:18.721Z | Compiling utf8parse v0.2.2 |
1959 | 2025-03-17T15:59:18.891Z | Compiling anstyle-parse v0.2.5 |
1960 | 2025-03-17T15:59:20.220Z | Compiling stringprep v0.1.5 |
1961 | 2025-03-17T15:59:20.761Z | Compiling toml_edit v0.22.24 |
1962 | 2025-03-17T15:59:20.790Z | Compiling backtrace v0.3.74 |
1963 | 2025-03-17T15:59:22.231Z | Compiling crossbeam-deque v0.8.5 |
1964 | 2025-03-17T15:59:22.562Z | Compiling darling_macro v0.20.10 |
1965 | 2025-03-17T15:59:23.933Z | Compiling rand v0.9.0 |
1966 | 2025-03-17T15:59:25.175Z | Compiling term v0.7.0 |
1967 | 2025-03-17T15:59:26.226Z | Compiling slog-json v2.6.1 |
1968 | 2025-03-17T15:59:26.840Z | Compiling crossbeam-channel v0.5.13 |
1969 | 2025-03-17T15:59:27.549Z | Compiling futures-executor v0.3.31 |
1970 | 2025-03-17T15:59:27.825Z | Compiling num-integer v0.1.46 |
1971 | 2025-03-17T15:59:27.989Z | Compiling md-5 v0.10.6 |
1972 | 2025-03-17T15:59:28.241Z | Compiling hash32 v0.2.1 |
1973 | 2025-03-17T15:59:28.455Z | Compiling ff v0.13.0 |
1974 | 2025-03-17T15:59:28.485Z | Compiling is-terminal v0.4.13 |
1975 | 2025-03-17T15:59:28.603Z | Compiling memmap v0.7.0 |
1976 | 2025-03-17T15:59:28.689Z | Compiling is_terminal_polyfill v1.70.1 |
1977 | 2025-03-17T15:59:28.831Z | Compiling utf-8 v0.7.6 |
1978 | 2025-03-17T15:59:28.894Z | Compiling psl-types v2.0.11 |
1979 | 2025-03-17T15:59:28.958Z | Compiling quick-error v1.2.3 |
1980 | 2025-03-17T15:59:29.113Z | Compiling fallible-iterator v0.2.0 |
1981 | 2025-03-17T15:59:29.133Z | Compiling linked-hash-map v0.5.6 |
1982 | 2025-03-17T15:59:29.350Z | Compiling colorchoice v1.0.2 |
1983 | 2025-03-17T15:59:29.494Z | Compiling base16ct v0.2.0 |
1984 | 2025-03-17T15:59:29.536Z | Compiling take_mut v0.2.2 |
1985 | 2025-03-17T15:59:29.820Z | Compiling anstyle-query v1.1.1 |
1986 | 2025-03-17T15:59:29.899Z | Compiling postgres-protocol v0.6.8 |
1987 | 2025-03-17T15:59:29.974Z | Compiling anstream v0.6.15 |
1988 | 2025-03-17T15:59:30.518Z | Compiling sec1 v0.7.3 |
1989 | 2025-03-17T15:59:30.920Z | Compiling lru-cache v0.1.2 |
1990 | 2025-03-17T15:59:31.050Z | Compiling publicsuffix v2.3.0 |
1991 | 2025-03-17T15:59:31.124Z | Compiling resolv-conf v0.7.0 |
1992 | 2025-03-17T15:59:31.359Z | Compiling tungstenite v0.24.0 |
1993 | 2025-03-17T15:59:31.379Z | Compiling usdt v0.5.0 |
1994 | 2025-03-17T15:59:31.644Z | Compiling group v0.13.0 |
1995 | 2025-03-17T15:59:31.710Z | Compiling slog-term v2.9.1 |
1996 | 2025-03-17T15:59:31.977Z | Compiling num-iter v0.1.45 |
1997 | 2025-03-17T15:59:32.179Z | Compiling tokio-rustls v0.26.0 |
1998 | 2025-03-17T15:59:32.639Z | Compiling futures v0.3.31 |
1999 | 2025-03-17T15:59:34.215Z | Compiling slog-bunyan v2.5.0 |
2000 | 2025-03-17T15:59:34.353Z | Compiling tokio-rustls v0.25.0 |
2001 | 2025-03-17T15:59:34.395Z | Compiling toml v0.8.20 |
2002 | 2025-03-17T15:59:34.423Z | Compiling darling v0.20.10 |
2003 | 2025-03-17T15:59:34.546Z | Compiling bzip2 v0.4.4 |
2004 | 2025-03-17T15:59:34.760Z | Compiling tokio-native-tls v0.3.1 |
2005 | 2025-03-17T15:59:35.169Z | Compiling hickory-proto v0.24.4 |
2006 | 2025-03-17T15:59:35.290Z | Compiling flate2 v1.1.0 |
2007 | 2025-03-17T15:59:35.516Z | Compiling strum_macros v0.25.3 |
2008 | 2025-03-17T15:59:35.742Z | Compiling phf_shared v0.11.2 |
2009 | 2025-03-17T15:59:36.344Z | Compiling async-stream v0.3.6 |
2010 | 2025-03-17T15:59:36.393Z | Compiling waitgroup v0.1.2 |
2011 | 2025-03-17T15:59:36.622Z | Compiling webpki-roots v0.26.6 |
2012 | 2025-03-17T15:59:36.958Z | Compiling hkdf v0.12.4 |
2013 | 2025-03-17T15:59:37.138Z | Compiling terminal_size v0.4.0 |
2014 | 2025-03-17T15:59:37.337Z | Compiling serde_path_to_error v0.1.16 |
2015 | 2025-03-17T15:59:37.365Z | Compiling sync_wrapper v1.0.1 |
2016 | 2025-03-17T15:59:37.582Z | Compiling crypto-bigint v0.5.5 |
2017 | 2025-03-17T15:59:37.695Z | Compiling serde_repr v0.1.19 |
2018 | 2025-03-17T15:59:37.801Z | Compiling derive-where v1.2.7 |
2019 | 2025-03-17T15:59:37.821Z | Compiling clap_derive v4.5.28 |
2020 | 2025-03-17T15:59:38.058Z | Compiling regress v0.10.3 |
2021 | 2025-03-17T15:59:38.710Z | Compiling hostname v0.4.0 |
2022 | 2025-03-17T15:59:38.746Z | Compiling bitflags v1.3.2 |
2023 | 2025-03-17T15:59:38.862Z | Compiling managed v0.8.0 |
2024 | 2025-03-17T15:59:38.924Z | Compiling unicode-width v0.2.0 |
2025 | 2025-03-17T15:59:39.354Z | Compiling clap_lex v0.7.4 |
2026 | 2025-03-17T15:59:39.466Z | Compiling debug-ignore v1.0.5 |
2027 | 2025-03-17T15:59:39.639Z | Compiling lockfree-object-pool v0.1.6 |
2028 | 2025-03-17T15:59:39.896Z | Compiling tower-layer v0.3.3 |
2029 | 2025-03-17T15:59:40.508Z | Compiling simd-adler32 v0.3.7 |
2030 | 2025-03-17T15:59:40.776Z | Compiling bumpalo v3.16.0 |
2031 | 2025-03-17T15:59:41.038Z | Compiling tower v0.5.2 |
2032 | 2025-03-17T15:59:41.207Z | Compiling zopfli v0.8.1 |
2033 | 2025-03-17T15:59:41.864Z | Compiling typify-impl v0.2.0 |
2034 | 2025-03-17T15:59:41.952Z | Compiling hickory-resolver v0.24.4 |
2035 | 2025-03-17T15:59:42.481Z | Compiling elliptic-curve v0.13.8 |
2036 | 2025-03-17T15:59:43.164Z | Compiling clap_builder v4.5.31 |
2037 | 2025-03-17T15:59:43.305Z | Compiling console v0.15.10 |
2038 | 2025-03-17T15:59:44.405Z | Compiling oxnet v0.1.1 |
2039 | 2025-03-17T15:59:45.684Z | Compiling hyper-rustls v0.27.3 |
2040 | 2025-03-17T15:59:47.945Z | Compiling phf v0.11.2 |
2041 | 2025-03-17T15:59:48.221Z | Compiling hyper-tls v0.6.0 |
2042 | 2025-03-17T15:59:48.826Z | Compiling signal-hook-mio v0.2.4 |
2043 | 2025-03-17T15:59:49.012Z | Compiling rayon v1.10.0 |
2044 | 2025-03-17T15:59:49.058Z | Compiling cookie_store v0.21.1 |
2045 | 2025-03-17T15:59:49.311Z | Compiling tokio-tungstenite v0.24.0 |
2046 | 2025-03-17T15:59:49.840Z | Compiling postgres-types v0.2.9 |
2047 | 2025-03-17T15:59:50.588Z | Compiling zerocopy v0.6.6 |
2048 | 2025-03-17T15:59:50.905Z | Compiling ed25519 v2.2.3 |
2049 | 2025-03-17T15:59:50.999Z | Compiling hubpack v0.1.2 |
2050 | 2025-03-17T15:59:51.365Z | Compiling phf_shared v0.10.0 |
2051 | 2025-03-17T15:59:51.407Z | Compiling pkcs1 v0.7.5 |
2052 | 2025-03-17T15:59:51.710Z | Compiling tokio-stream v0.1.17 |
2053 | 2025-03-17T15:59:52.297Z | Compiling rfc6979 v0.4.0 |
2054 | 2025-03-17T15:59:52.653Z | Compiling serde-big-array v0.5.1 |
2055 | 2025-03-17T15:59:52.688Z | Compiling float-cmp v0.10.0 |
2056 | 2025-03-17T15:59:52.949Z | Compiling bstr v1.10.0 |
2057 | 2025-03-17T15:59:53.273Z | Compiling whoami v1.5.2 |
2058 | 2025-03-17T15:59:53.773Z | Compiling normalize-line-endings v0.3.0 |
2059 | 2025-03-17T15:59:54.325Z | Compiling unicode-segmentation v1.12.0 |
2060 | 2025-03-17T15:59:54.345Z | Compiling number_prefix v0.4.0 |
2061 | 2025-03-17T15:59:54.414Z | Compiling precomputed-hash v0.1.1 |
2062 | 2025-03-17T15:59:54.556Z | Compiling fixedbitset v0.4.2 |
2063 | 2025-03-17T15:59:54.577Z | Compiling new_debug_unreachable v1.0.6 |
2064 | 2025-03-17T15:59:54.685Z | Compiling difflib v0.4.0 |
2065 | 2025-03-17T15:59:55.134Z | Compiling static_assertions v1.1.0 |
2066 | 2025-03-17T15:59:55.172Z | Compiling predicates-core v1.0.8 |
2067 | 2025-03-17T15:59:55.248Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2068 | 2025-03-17T15:59:55.491Z | Compiling predicates v3.1.3 |
2069 | 2025-03-17T15:59:55.720Z | Compiling similar v2.7.0 |
2070 | 2025-03-17T15:59:56.203Z | Compiling petgraph v0.6.5 |
2071 | 2025-03-17T15:59:56.840Z | Compiling string_cache v0.8.7 |
2072 | 2025-03-17T15:59:57.273Z | Compiling indicatif v0.17.11 |
2073 | 2025-03-17T15:59:57.412Z | Compiling tokio-postgres v0.7.13 |
2074 | 2025-03-17T15:59:58.393Z | Compiling qorb v0.2.1 |
2075 | 2025-03-17T15:59:58.948Z | Compiling ecdsa v0.16.9 |
2076 | 2025-03-17T15:59:59.777Z | Compiling rsa v0.9.6 |
2077 | 2025-03-17T16:00:00.157Z | Compiling typify-macro v0.2.0 |
2078 | 2025-03-17T16:00:01.283Z | Compiling ed25519-dalek v2.1.1 |
2079 | 2025-03-17T16:00:03.052Z | Compiling reqwest v0.12.12 |
2080 | 2025-03-17T16:00:03.561Z | Compiling crossterm v0.28.1 |
2081 | 2025-03-17T16:00:03.772Z | Compiling clap v4.5.31 |
2082 | 2025-03-17T16:00:03.775Z | Compiling daft v0.1.2 |
2083 | 2025-03-17T16:00:04.265Z | Compiling zip v0.6.6 |
2084 | 2025-03-17T16:00:05.834Z | Compiling toml v0.7.8 |
2085 | 2025-03-17T16:00:06.337Z | Compiling x509-cert v0.2.5 |
2086 | 2025-03-17T16:00:07.187Z | Compiling hex v0.4.3 |
2087 | 2025-03-17T16:00:08.458Z | Compiling itertools v0.10.5 |
2088 | 2025-03-17T16:00:09.148Z | Compiling lalrpop-util v0.19.12 |
2089 | 2025-03-17T16:00:09.495Z | Compiling peg-runtime v0.8.5 |
2090 | 2025-03-17T16:00:09.838Z | Compiling unicode-xid v0.2.6 |
2091 | 2025-03-17T16:00:12.232Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2092 | 2025-03-17T16:00:16.964Z | Compiling proc-macro-crate v1.3.1 |
2093 | 2025-03-17T16:00:17.722Z | Compiling macaddr v1.0.1 |
2094 | 2025-03-17T16:00:18.229Z | Compiling itertools v0.13.0 |
2095 | 2025-03-17T16:00:19.519Z | Compiling fastrand v2.1.1 |
2096 | 2025-03-17T16:00:20.181Z | Compiling heapless v0.8.0 |
2097 | 2025-03-17T16:00:21.056Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2098 | 2025-03-17T16:00:24.091Z | Compiling tempfile v3.13.0 |
2099 | 2025-03-17T16:00:26.909Z | Compiling num_enum_derive v0.5.11 |
2100 | 2025-03-17T16:00:31.443Z | Compiling structmeta-derive v0.3.0 |
2101 | 2025-03-17T16:00:31.719Z | Compiling hash32 v0.3.1 |
2102 | 2025-03-17T16:00:33.318Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2103 | 2025-03-17T16:00:34.052Z | Compiling thiserror v2.0.11 |
2104 | 2025-03-17T16:00:34.592Z | Compiling smoltcp v0.11.0 |
2105 | 2025-03-17T16:00:38.299Z | Compiling structmeta v0.3.0 |
2106 | 2025-03-17T16:00:40.125Z | Compiling num_enum v0.5.11 |
2107 | 2025-03-17T16:00:40.406Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2108 | 2025-03-17T16:00:41.270Z | Compiling typify v0.2.0 |
2109 | 2025-03-17T16:00:42.024Z | Compiling strum_macros v0.26.4 |
2110 | 2025-03-17T16:00:42.382Z | Compiling thiserror-impl v2.0.11 |
2111 | 2025-03-17T16:00:43.001Z | Compiling proc-macro-error-attr v1.0.4 |
2112 | 2025-03-17T16:00:43.922Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2113 | 2025-03-17T16:00:44.995Z | Compiling cobs v0.2.3 |
2114 | 2025-03-17T16:00:45.991Z | Compiling unsafe-libyaml v0.2.11 |
2115 | 2025-03-17T16:00:46.412Z | Compiling strum v0.26.3 |
2116 | 2025-03-17T16:00:47.678Z | Compiling serde_yaml v0.9.34+deprecated |
2117 | 2025-03-17T16:00:50.458Z | Compiling postcard v1.0.10 |
2118 | 2025-03-17T16:01:01.402Z | Compiling progenitor-impl v0.8.0 |
2119 | 2025-03-17T16:01:02.126Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2120 | 2025-03-17T16:01:12.383Z | Compiling foreign-types-macros v0.2.3 |
2121 | 2025-03-17T16:01:12.527Z | Compiling wait-timeout v0.2.0 |
2122 | 2025-03-17T16:01:12.618Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2123 | 2025-03-17T16:01:12.640Z | Compiling proc-macro-error v1.0.4 |
2124 | 2025-03-17T16:01:12.990Z | Compiling bit-vec v0.8.0 |
2125 | 2025-03-17T16:01:13.167Z | Compiling foreign-types-shared v0.3.1 |
2126 | 2025-03-17T16:01:13.592Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2127 | 2025-03-17T16:01:13.777Z | Compiling unicode-width v0.1.14 |
2128 | 2025-03-17T16:01:15.255Z | Compiling tabwriter v1.4.0 |
2129 | 2025-03-17T16:01:18.130Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2130 | 2025-03-17T16:01:19.754Z | Compiling foreign-types v0.5.0 |
2131 | 2025-03-17T16:01:19.890Z | Compiling bit-set v0.8.0 |
2132 | 2025-03-17T16:01:20.468Z | Compiling rusty-fork v0.3.0 |
2133 | 2025-03-17T16:01:25.080Z | Compiling progenitor-macro v0.8.0 |
2134 | 2025-03-17T16:01:29.601Z | Compiling parse-display-derive v0.10.0 |
2135 | 2025-03-17T16:01:30.391Z | Compiling progenitor-client v0.8.0 |
2136 | 2025-03-17T16:01:33.094Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2137 | 2025-03-17T16:01:33.871Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2138 | 2025-03-17T16:01:34.739Z | Compiling rand_xorshift v0.3.0 |
2139 | 2025-03-17T16:01:34.760Z | Compiling cstr-argument v0.1.2 |
2140 | 2025-03-17T16:01:35.036Z | Compiling dropshot v0.16.0 |
2141 | 2025-03-17T16:01:35.059Z | Compiling crucible-workspace-hack v0.1.0 |
2142 | 2025-03-17T16:01:35.384Z | Compiling pretty-hex v0.2.1 |
2143 | 2025-03-17T16:01:35.387Z | Compiling unarray v0.1.4 |
2144 | 2025-03-17T16:01:35.613Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2145 | 2025-03-17T16:01:35.899Z | Compiling proptest v1.6.0 |
2146 | 2025-03-17T16:01:36.058Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2147 | 2025-03-17T16:01:36.219Z | Compiling progenitor v0.8.0 |
2148 | 2025-03-17T16:01:36.445Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2149 | 2025-03-17T16:01:36.480Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2150 | 2025-03-17T16:01:36.678Z | Compiling parse-display v0.10.0 |
2151 | 2025-03-17T16:01:37.424Z | Compiling test-strategy v0.4.0 |
2152 | 2025-03-17T16:01:37.494Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2153 | 2025-03-17T16:01:37.702Z | Compiling colored v2.2.0 |
2154 | 2025-03-17T16:01:38.544Z | Compiling serde_with_macros v3.12.0 |
2155 | 2025-03-17T16:01:39.068Z | Compiling dropshot_endpoint v0.16.0 |
2156 | 2025-03-17T16:01:39.398Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2157 | 2025-03-17T16:01:40.148Z | Compiling instant v0.1.13 |
2158 | 2025-03-17T16:01:40.340Z | Compiling winnow v0.6.20 |
2159 | 2025-03-17T16:01:40.481Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2160 | 2025-03-17T16:01:40.864Z | Compiling serde_with v3.12.0 |
2161 | 2025-03-17T16:01:40.867Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2162 | 2025-03-17T16:01:42.617Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#bbadc279) |
2163 | 2025-03-17T16:01:43.887Z | Compiling backoff v0.4.0 |
2164 | 2025-03-17T16:01:44.266Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2165 | 2025-03-17T16:01:44.542Z | Compiling zone_cfg_derive v0.3.0 |
2166 | 2025-03-17T16:01:44.546Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2167 | 2025-03-17T16:01:45.141Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2168 | 2025-03-17T16:01:45.371Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2169 | 2025-03-17T16:01:45.727Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2170 | 2025-03-17T16:01:45.803Z | Compiling camino-tempfile v1.1.1 |
2171 | 2025-03-17T16:01:46.447Z | Compiling progenitor-client v0.9.1 |
2172 | 2025-03-17T16:01:46.543Z | Compiling num-derive v0.4.2 |
2173 | 2025-03-17T16:01:47.439Z | Compiling sigpipe v0.1.3 |
2174 | 2025-03-17T16:01:47.598Z | Compiling libefi-sys v0.1.0 |
2175 | 2025-03-17T16:01:47.934Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2176 | 2025-03-17T16:01:48.344Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2177 | 2025-03-17T16:01:48.721Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2178 | 2025-03-17T16:01:50.256Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2179 | 2025-03-17T16:01:51.337Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2180 | 2025-03-17T16:01:51.483Z | Compiling zone v0.3.0 |
2181 | 2025-03-17T16:01:53.225Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2182 | 2025-03-17T16:01:53.797Z | Compiling itertools v0.14.0 |
2183 | 2025-03-17T16:01:54.226Z | Compiling smf v0.2.3 |
2184 | 2025-03-17T16:01:54.768Z | Compiling bitfield-struct v0.6.2 |
2185 | 2025-03-17T16:01:55.517Z | Compiling blake3 v1.5.4 |
2186 | 2025-03-17T16:01:56.128Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2187 | 2025-03-17T16:01:56.147Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2188 | 2025-03-17T16:01:56.921Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2189 | 2025-03-17T16:01:57.260Z | Compiling xattr v1.3.1 |
2190 | 2025-03-17T16:01:57.281Z | Compiling filetime v0.2.25 |
2191 | 2025-03-17T16:01:57.451Z | Compiling memmap2 v0.9.5 |
2192 | 2025-03-17T16:01:57.602Z | Compiling arrayvec v0.7.6 |
2193 | 2025-03-17T16:01:57.642Z | Compiling same-file v1.0.6 |
2194 | 2025-03-17T16:01:57.957Z | Compiling arrayref v0.3.9 |
2195 | 2025-03-17T16:01:58.003Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2196 | 2025-03-17T16:01:58.006Z | Compiling constant_time_eq v0.3.1 |
2197 | 2025-03-17T16:01:58.075Z | Compiling walkdir v2.5.0 |
2198 | 2025-03-17T16:01:58.079Z | Compiling tar v0.4.44 |
2199 | 2025-03-17T16:01:58.147Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2200 | 2025-03-17T16:01:59.647Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2201 | 2025-03-17T16:02:00.095Z | Compiling gethostname v0.5.0 |
2202 | 2025-03-17T16:02:00.326Z | Compiling cargo-platform v0.1.8 |
2203 | 2025-03-17T16:02:00.680Z | Compiling fixedbitset v0.5.7 |
2204 | 2025-03-17T16:02:00.795Z | Compiling topological-sort v0.2.2 |
2205 | 2025-03-17T16:02:01.088Z | Compiling omicron-zone-package v0.12.0 |
2206 | 2025-03-17T16:02:01.403Z | Compiling petgraph v0.7.1 |
2207 | 2025-03-17T16:02:01.817Z | Compiling cargo_metadata v0.19.2 |
2208 | 2025-03-17T16:02:02.615Z | Compiling shell-words v1.1.0 |
2209 | 2025-03-17T16:02:03.140Z | Compiling indent_write v2.2.0 |
2210 | 2025-03-17T16:02:08.599Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2211 | 2025-03-17T16:02:09.491Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2212 | 2025-03-17T16:02:16.488Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2213 | 2025-03-17T16:02:30.818Z | Finished `release` profile [optimized] target(s) in 5m 15s |
2214 | 2025-03-17T16:02:30.988Z | Running `target/release/omicron-package -t test target create -p dev` |
2215 | 2025-03-17T16:02:31.036Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2216 | 2025-03-17T16:02:31.039Z | Created new build target 'test' and set it as active |
2217 | 2025-03-17T16:02:31.039Z | |
2218 | 2025-03-17T16:02:31.039Z | real 5:15.650621876 |
2219 | 2025-03-17T16:02:31.039Z | user 36:42.314279918 |
2220 | 2025-03-17T16:02:31.039Z | sys 3:29.635936450 |
2221 | 2025-03-17T16:02:31.039Z | trap 1.143493315 |
2222 | 2025-03-17T16:02:31.039Z | tflt 2.026033162 |
2223 | 2025-03-17T16:02:31.039Z | dflt 0.925247624 |
2224 | 2025-03-17T16:02:31.039Z | kflt 0.000256908 |
2225 | 2025-03-17T16:02:31.039Z | lock 1:12:38.008758496 |
2226 | 2025-03-17T16:02:31.039Z | slp 2:28:38.176841006 |
2227 | 2025-03-17T16:02:31.040Z | lat 2:46.288707531 |
2228 | 2025-03-17T16:02:31.040Z | stop 4:56.083694256 |
2229 | 2025-03-17T16:02:31.040Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2230 | 2025-03-17T16:02:32.055Z | Finished `release` profile [optimized] target(s) in 0.96s |
2231 | 2025-03-17T16:02:32.117Z | Running `target/release/omicron-package -t test package` |
2232 | 2025-03-17T16:02:32.163Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2233 | 2025-03-17T16:02:33.332Z | Compiling ring v0.17.11 |
2234 | 2025-03-17T16:02:33.501Z | Compiling thiserror v2.0.11 |
2235 | 2025-03-17T16:02:33.504Z | Compiling typify-impl v0.3.0 |
2236 | 2025-03-17T16:02:33.507Z | Compiling convert_case v0.4.0 |
2237 | 2025-03-17T16:02:33.507Z | Compiling fastrand v2.1.1 |
2238 | 2025-03-17T16:02:33.507Z | Compiling newline-converter v0.3.0 |
2239 | 2025-03-17T16:02:33.507Z | Compiling password-hash v0.5.0 |
2240 | 2025-03-17T16:02:33.755Z | Compiling expectorate v1.1.0 |
2241 | 2025-03-17T16:02:33.986Z | Compiling tempfile v3.13.0 |
2242 | 2025-03-17T16:02:34.006Z | Compiling blake2 v0.10.6 |
2243 | 2025-03-17T16:02:34.170Z | Compiling derive_more v0.99.19 |
2244 | 2025-03-17T16:02:34.584Z | Compiling base64 v0.21.7 |
2245 | 2025-03-17T16:02:35.211Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2246 | 2025-03-17T16:02:35.636Z | Compiling argon2 v0.5.3 |
2247 | 2025-03-17T16:02:35.697Z | Compiling atomicwrites v0.4.4 |
2248 | 2025-03-17T16:02:35.907Z | Compiling owo-colors v4.2.0 |
2249 | 2025-03-17T16:02:36.227Z | Compiling cancel-safe-futures v0.1.5 |
2250 | 2025-03-17T16:02:36.506Z | Compiling num-rational v0.4.2 |
2251 | 2025-03-17T16:02:36.596Z | Compiling libsw-core v0.3.1 |
2252 | 2025-03-17T16:02:36.917Z | Compiling num-complex v0.4.6 |
2253 | 2025-03-17T16:02:37.968Z | Compiling num v0.4.3 |
2254 | 2025-03-17T16:02:38.003Z | Compiling libsw v3.4.0 |
2255 | 2025-03-17T16:02:38.723Z | Compiling rustls v0.23.19 |
2256 | 2025-03-17T16:02:38.741Z | Compiling rustls v0.22.4 |
2257 | 2025-03-17T16:02:38.760Z | Compiling linear-map v1.2.0 |
2258 | 2025-03-17T16:02:38.775Z | Compiling swrite v0.1.0 |
2259 | 2025-03-17T16:02:38.919Z | Compiling float-ord v0.3.2 |
2260 | 2025-03-17T16:02:39.120Z | Compiling highway v1.3.0 |
2261 | 2025-03-17T16:02:39.141Z | Compiling tungstenite v0.21.0 |
2262 | 2025-03-17T16:02:39.433Z | Compiling semver v0.1.20 |
2263 | 2025-03-17T16:02:39.965Z | Compiling rustc_version v0.1.7 |
2264 | 2025-03-17T16:02:40.352Z | Compiling newtype_derive v0.1.6 |
2265 | 2025-03-17T16:02:40.576Z | Compiling tokio-tungstenite v0.21.0 |
2266 | 2025-03-17T16:02:40.669Z | Compiling wait-timeout v0.2.0 |
2267 | 2025-03-17T16:02:40.766Z | Compiling bit-vec v0.8.0 |
2268 | 2025-03-17T16:02:41.111Z | Compiling rustls-webpki v0.102.8 |
2269 | 2025-03-17T16:02:41.173Z | Compiling bit-set v0.8.0 |
2270 | 2025-03-17T16:02:41.194Z | Compiling rusty-fork v0.3.0 |
2271 | 2025-03-17T16:02:41.548Z | Compiling rand_xorshift v0.3.0 |
2272 | 2025-03-17T16:02:41.774Z | Compiling humantime v2.1.0 |
2273 | 2025-03-17T16:02:41.825Z | Compiling unarray v0.1.4 |
2274 | 2025-03-17T16:02:42.051Z | Compiling proptest v1.6.0 |
2275 | 2025-03-17T16:02:43.202Z | Compiling parse-display v0.10.0 |
2276 | 2025-03-17T16:02:43.548Z | Compiling typify-macro v0.3.0 |
2277 | 2025-03-17T16:02:43.681Z | Compiling dropshot v0.16.0 |
2278 | 2025-03-17T16:02:43.764Z | Compiling strum v0.26.3 |
2279 | 2025-03-17T16:02:43.979Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2280 | 2025-03-17T16:02:43.999Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2281 | 2025-03-17T16:02:44.139Z | Compiling instant v0.1.13 |
2282 | 2025-03-17T16:02:44.315Z | Compiling backoff v0.4.0 |
2283 | 2025-03-17T16:02:44.650Z | Compiling steno v0.4.1 |
2284 | 2025-03-17T16:02:46.627Z | Compiling tokio-rustls v0.25.0 |
2285 | 2025-03-17T16:02:46.767Z | Compiling typify v0.3.0 |
2286 | 2025-03-17T16:02:46.940Z | Compiling progenitor-impl v0.9.1 |
2287 | 2025-03-17T16:02:47.078Z | Compiling dropshot v0.12.0 |
2288 | 2025-03-17T16:02:49.339Z | Compiling tokio-rustls v0.26.0 |
2289 | 2025-03-17T16:02:49.824Z | Compiling hyper-rustls v0.27.3 |
2290 | 2025-03-17T16:02:50.402Z | Compiling reqwest v0.12.12 |
2291 | 2025-03-17T16:02:52.761Z | Compiling qorb v0.2.1 |
2292 | 2025-03-17T16:02:54.552Z | Compiling progenitor-macro v0.9.1 |
2293 | 2025-03-17T16:02:57.726Z | Compiling progenitor-client v0.9.1 |
2294 | 2025-03-17T16:02:58.279Z | Compiling progenitor-client v0.8.0 |
2295 | 2025-03-17T16:02:58.757Z | Compiling progenitor v0.8.0 |
2296 | 2025-03-17T16:02:58.995Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2297 | 2025-03-17T16:02:59.287Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2298 | 2025-03-17T16:03:05.543Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2299 | 2025-03-17T16:03:29.542Z | Compiling progenitor v0.9.1 |
2300 | 2025-03-17T16:03:29.790Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2301 | 2025-03-17T16:03:32.950Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2302 | 2025-03-17T16:03:33.143Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2303 | 2025-03-17T16:03:33.401Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2304 | 2025-03-17T16:03:34.019Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2305 | 2025-03-17T16:03:36.629Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2306 | 2025-03-17T16:03:36.944Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2307 | 2025-03-17T16:03:37.606Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#bbadc279) |
2308 | 2025-03-17T16:03:37.967Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2309 | 2025-03-17T16:03:38.227Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2310 | 2025-03-17T16:03:38.436Z | Compiling serde_with v3.12.0 |
2311 | 2025-03-17T16:03:41.214Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2312 | 2025-03-17T16:03:42.079Z | Compiling macaddr v1.0.1 |
2313 | 2025-03-17T16:03:42.914Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2314 | 2025-03-17T16:03:43.083Z | Compiling slog-dtrace v0.3.0 |
2315 | 2025-03-17T16:03:43.295Z | Compiling prettyplease v0.2.30 |
2316 | 2025-03-17T16:03:44.968Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2317 | 2025-03-17T16:03:45.163Z | Compiling half v2.4.1 |
2318 | 2025-03-17T16:03:45.874Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2319 | 2025-03-17T16:03:46.012Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2320 | 2025-03-17T16:03:48.077Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2321 | 2025-03-17T16:03:49.798Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2322 | 2025-03-17T16:03:52.184Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2323 | 2025-03-17T16:03:57.766Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2324 | 2025-03-17T16:03:58.128Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2325 | 2025-03-17T16:04:00.550Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2326 | 2025-03-17T16:04:05.106Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2327 | 2025-03-17T16:04:06.802Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2328 | 2025-03-17T16:04:09.835Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2329 | 2025-03-17T16:04:10.976Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2330 | 2025-03-17T16:04:12.054Z | Compiling ciborium-io v0.2.2 |
2331 | 2025-03-17T16:04:12.220Z | Compiling ciborium-ll v0.2.2 |
2332 | 2025-03-17T16:04:12.488Z | Compiling bytecount v0.6.8 |
2333 | 2025-03-17T16:04:12.761Z | Compiling ciborium v0.2.2 |
2334 | 2025-03-17T16:04:12.805Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2335 | 2025-03-17T16:04:14.584Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2336 | 2025-03-17T16:04:14.835Z | Compiling display-error-chain v0.2.2 |
2337 | 2025-03-17T16:04:14.997Z | Compiling const_format_proc_macros v0.2.34 |
2338 | 2025-03-17T16:04:15.075Z | Compiling maplit v1.0.2 |
2339 | 2025-03-17T16:04:15.228Z | Compiling same-file v1.0.6 |
2340 | 2025-03-17T16:04:15.493Z | Compiling keccak v0.1.5 |
2341 | 2025-03-17T16:04:16.600Z | Compiling crunchy v0.2.2 |
2342 | 2025-03-17T16:04:16.719Z | Compiling sha3 v0.10.8 |
2343 | 2025-03-17T16:04:16.751Z | Compiling const_format v0.2.34 |
2344 | 2025-03-17T16:04:17.137Z | Compiling walkdir v2.5.0 |
2345 | 2025-03-17T16:04:17.630Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2346 | 2025-03-17T16:04:17.759Z | Compiling tiny-keccak v2.0.2 |
2347 | 2025-03-17T16:04:18.056Z | Compiling radium v0.7.0 |
2348 | 2025-03-17T16:04:18.131Z | Compiling blake3 v1.5.4 |
2349 | 2025-03-17T16:04:18.691Z | Compiling dsl_auto_type v0.1.2 |
2350 | 2025-03-17T16:04:18.707Z | Compiling scheduled-thread-pool v0.2.7 |
2351 | 2025-03-17T16:04:18.818Z | Compiling xattr v1.3.1 |
2352 | 2025-03-17T16:04:19.091Z | Compiling diesel_table_macro_syntax v0.2.0 |
2353 | 2025-03-17T16:04:19.475Z | Compiling filetime v0.2.25 |
2354 | 2025-03-17T16:04:19.782Z | Compiling memmap2 v0.9.5 |
2355 | 2025-03-17T16:04:19.840Z | Compiling tap v1.0.1 |
2356 | 2025-03-17T16:04:19.976Z | Compiling arrayref v0.3.9 |
2357 | 2025-03-17T16:04:20.055Z | Compiling arrayvec v0.7.6 |
2358 | 2025-03-17T16:04:20.102Z | Compiling maybe-uninit v2.0.0 |
2359 | 2025-03-17T16:04:20.154Z | Compiling constant_time_eq v0.3.1 |
2360 | 2025-03-17T16:04:20.337Z | Compiling bit-vec v0.6.3 |
2361 | 2025-03-17T16:04:20.584Z | Compiling wyz v0.5.1 |
2362 | 2025-03-17T16:04:20.685Z | Compiling bit-set v0.5.3 |
2363 | 2025-03-17T16:04:20.713Z | Compiling diesel_derives v2.2.3 |
2364 | 2025-03-17T16:04:20.970Z | Compiling tar v0.4.44 |
2365 | 2025-03-17T16:04:21.035Z | Compiling r2d2 v0.8.10 |
2366 | 2025-03-17T16:04:21.492Z | Compiling toolchain_find v0.4.0 |
2367 | 2025-03-17T16:04:21.769Z | Compiling camino-tempfile v1.1.1 |
2368 | 2025-03-17T16:04:21.928Z | Compiling phf_generator v0.11.2 |
2369 | 2025-03-17T16:04:22.035Z | Compiling ascii-canvas v3.0.0 |
2370 | 2025-03-17T16:04:22.131Z | Compiling secrecy v0.8.0 |
2371 | 2025-03-17T16:04:22.215Z | Compiling async-recursion v1.1.1 |
2372 | 2025-03-17T16:04:22.405Z | Compiling ena v0.14.3 |
2373 | 2025-03-17T16:04:22.451Z | Compiling bindgen v0.71.1 |
2374 | 2025-03-17T16:04:22.816Z | Compiling funty v2.0.0 |
2375 | 2025-03-17T16:04:22.838Z | Compiling crc-catalog v2.4.0 |
2376 | 2025-03-17T16:04:22.913Z | Compiling diff v0.1.13 |
2377 | 2025-03-17T16:04:23.033Z | Compiling topological-sort v0.2.2 |
2378 | 2025-03-17T16:04:23.265Z | Compiling packed_struct v0.10.1 |
2379 | 2025-03-17T16:04:23.397Z | Compiling regex-syntax v0.6.29 |
2380 | 2025-03-17T16:04:23.496Z | Compiling omicron-zone-package v0.12.0 |
2381 | 2025-03-17T16:04:23.709Z | Compiling crc v3.2.1 |
2382 | 2025-03-17T16:04:25.571Z | Compiling bitvec v1.0.1 |
2383 | 2025-03-17T16:04:25.833Z | Compiling phf_codegen v0.11.2 |
2384 | 2025-03-17T16:04:26.078Z | Compiling rustfmt-wrapper v0.2.1 |
2385 | 2025-03-17T16:04:26.597Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2386 | 2025-03-17T16:04:26.906Z | Compiling lalrpop v0.19.12 |
2387 | 2025-03-17T16:04:27.649Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2388 | 2025-03-17T16:04:27.891Z | Compiling universal-hash v0.5.1 |
2389 | 2025-03-17T16:04:28.152Z | Compiling thiserror-impl-no-std v2.0.2 |
2390 | 2025-03-17T16:04:28.175Z | Compiling packed_struct_codegen v0.10.1 |
2391 | 2025-03-17T16:04:28.249Z | Compiling parse-zoneinfo v0.3.1 |
2392 | 2025-03-17T16:04:29.607Z | Compiling indexmap v1.9.3 |
2393 | 2025-03-17T16:04:29.970Z | Compiling rustc-hash v2.1.1 |
2394 | 2025-03-17T16:04:29.998Z | Compiling nodrop v0.1.14 |
2395 | 2025-03-17T16:04:30.166Z | Compiling opaque-debug v0.3.1 |
2396 | 2025-03-17T16:04:30.169Z | Compiling ref-cast v1.0.23 |
2397 | 2025-03-17T16:04:30.291Z | Compiling poly1305 v0.8.0 |
2398 | 2025-03-17T16:04:30.532Z | Compiling thiserror-no-std v2.0.2 |
2399 | 2025-03-17T16:04:30.680Z | Compiling array-init v0.0.4 |
2400 | 2025-03-17T16:04:30.893Z | Compiling diesel v2.2.8 |
2401 | 2025-03-17T16:04:31.772Z | Compiling chrono-tz-build v0.4.0 |
2402 | 2025-03-17T16:04:31.817Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2403 | 2025-03-17T16:04:32.782Z | Compiling smallvec v0.6.14 |
2404 | 2025-03-17T16:04:33.287Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2405 | 2025-03-17T16:04:33.629Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2406 | 2025-03-17T16:04:33.972Z | Compiling itertools v0.13.0 |
2407 | 2025-03-17T16:04:34.478Z | Compiling derive_builder_core v0.20.2 |
2408 | 2025-03-17T16:04:36.408Z | Compiling chacha20 v0.9.1 |
2409 | 2025-03-17T16:04:36.908Z | Compiling headers-core v0.3.0 |
2410 | 2025-03-17T16:04:37.115Z | Compiling aead v0.5.2 |
2411 | 2025-03-17T16:04:37.495Z | Compiling libxml v0.3.3 |
2412 | 2025-03-17T16:04:37.570Z | Compiling ref-cast-impl v1.0.23 |
2413 | 2025-03-17T16:04:37.863Z | Compiling vte_generate_state_changes v0.1.2 |
2414 | 2025-03-17T16:04:38.442Z | Compiling arc-swap v1.7.1 |
2415 | 2025-03-17T16:04:38.652Z | Compiling termcolor v1.4.1 |
2416 | 2025-03-17T16:04:39.108Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2417 | 2025-03-17T16:04:39.475Z | Compiling hashbrown v0.12.3 |
2418 | 2025-03-17T16:04:39.591Z | Compiling bitfield v0.14.0 |
2419 | 2025-03-17T16:04:39.924Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2420 | 2025-03-17T16:04:41.729Z | Compiling env_logger v0.10.2 |
2421 | 2025-03-17T16:04:42.570Z | Compiling slog-scope v4.4.0 |
2422 | 2025-03-17T16:04:43.092Z | Compiling samael v0.0.18 |
2423 | 2025-03-17T16:04:43.546Z | Compiling vte v0.11.1 |
2424 | 2025-03-17T16:04:44.673Z | Compiling chacha20poly1305 v0.10.1 |
2425 | 2025-03-17T16:04:44.814Z | Compiling headers v0.4.0 |
2426 | 2025-03-17T16:04:44.937Z | Compiling derive_builder_macro v0.20.2 |
2427 | 2025-03-17T16:04:45.133Z | Compiling serde-hex v0.1.0 |
2428 | 2025-03-17T16:04:45.731Z | Compiling chrono-tz v0.10.1 |
2429 | 2025-03-17T16:04:46.390Z | Compiling vsss-rs v3.3.4 |
2430 | 2025-03-17T16:04:48.212Z | Compiling polar-core v0.27.3 |
2431 | 2025-03-17T16:04:48.408Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2432 | 2025-03-17T16:04:50.091Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2433 | 2025-03-17T16:04:50.452Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2434 | 2025-03-17T16:04:50.474Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2435 | 2025-03-17T16:04:51.212Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2436 | 2025-03-17T16:04:51.542Z | Compiling ron v0.8.1 |
2437 | 2025-03-17T16:04:53.771Z | Compiling hashbrown v0.13.2 |
2438 | 2025-03-17T16:04:54.802Z | Compiling strum_macros v0.24.3 |
2439 | 2025-03-17T16:04:55.045Z | Compiling unicase v2.7.0 |
2440 | 2025-03-17T16:04:55.410Z | Compiling indoc v1.0.9 |
2441 | 2025-03-17T16:04:56.234Z | Compiling crc-any v2.5.0 |
2442 | 2025-03-17T16:04:57.196Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2443 | 2025-03-17T16:04:57.259Z | Compiling object v0.30.4 |
2444 | 2025-03-17T16:04:57.729Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2445 | 2025-03-17T16:05:12.295Z | Compiling derive_builder v0.20.2 |
2446 | 2025-03-17T16:05:12.461Z | Compiling strip-ansi-escapes v0.2.0 |
2447 | 2025-03-17T16:05:14.630Z | Compiling slog-stdlog v4.1.1 |
2448 | 2025-03-17T16:05:15.973Z | Compiling papergrid v0.11.0 |
2449 | 2025-03-17T16:05:16.659Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2450 | 2025-03-17T16:05:16.943Z | Compiling tabled_derive v0.7.0 |
2451 | 2025-03-17T16:05:17.011Z | Compiling fd-lock v4.0.2 |
2452 | 2025-03-17T16:05:17.263Z | Compiling peg-macros v0.8.5 |
2453 | 2025-03-17T16:05:18.979Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2454 | 2025-03-17T16:05:19.936Z | Compiling impl-trait-for-tuples v0.2.2 |
2455 | 2025-03-17T16:05:20.348Z | Compiling oso-derive v0.27.3 |
2456 | 2025-03-17T16:05:21.282Z | Compiling quick-xml v0.37.2 |
2457 | 2025-03-17T16:05:25.527Z | Compiling diesel-dtrace v0.4.2 |
2458 | 2025-03-17T16:05:25.886Z | Compiling nu-ansi-term v0.50.1 |
2459 | 2025-03-17T16:05:27.129Z | Compiling path-slash v0.1.5 |
2460 | 2025-03-17T16:05:27.412Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2461 | 2025-03-17T16:05:29.224Z | Compiling reedline v0.38.0 |
2462 | 2025-03-17T16:05:32.991Z | Compiling oso v0.27.3 |
2463 | 2025-03-17T16:05:42.287Z | Compiling peg v0.8.5 |
2464 | 2025-03-17T16:05:42.462Z | Compiling tabled v0.15.0 |
2465 | 2025-03-17T16:05:42.642Z | Compiling slog-envlogger v2.2.0 |
2466 | 2025-03-17T16:05:47.847Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2467 | 2025-03-17T16:05:49.450Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2468 | 2025-03-17T16:05:50.961Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2469 | 2025-03-17T16:05:51.317Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2470 | 2025-03-17T16:05:53.381Z | Compiling pem v3.0.5 |
2471 | 2025-03-17T16:05:54.879Z | Compiling bb8 v0.8.5 |
2472 | 2025-03-17T16:05:55.501Z | Compiling bcs v0.1.6 |
2473 | 2025-03-17T16:05:56.325Z | Compiling fxhash v0.2.1 |
2474 | 2025-03-17T16:05:56.588Z | Compiling libz-sys v1.1.20 |
2475 | 2025-03-17T16:05:57.294Z | Compiling termtree v0.5.1 |
2476 | 2025-03-17T16:05:58.431Z | Compiling async-bb8-diesel v0.2.1 |
2477 | 2025-03-17T16:05:59.965Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2478 | 2025-03-17T16:06:00.985Z | Compiling kstat-rs v0.2.4 |
2479 | 2025-03-17T16:06:01.402Z | Compiling proc-macro-error-attr2 v2.0.0 |
2480 | 2025-03-17T16:06:01.616Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2481 | 2025-03-17T16:06:02.201Z | Compiling proc-macro-error2 v2.0.1 |
2482 | 2025-03-17T16:06:02.252Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2483 | 2025-03-17T16:06:02.767Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#bbadc279) |
2484 | 2025-03-17T16:06:03.234Z | Compiling nanorand v0.7.0 |
2485 | 2025-03-17T16:06:03.904Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2486 | 2025-03-17T16:06:04.724Z | Compiling pin-project-internal v1.1.6 |
2487 | 2025-03-17T16:06:07.257Z | Compiling parking_lot_core v0.8.6 |
2488 | 2025-03-17T16:06:07.747Z | Compiling pin-project v1.1.6 |
2489 | 2025-03-17T16:06:14.047Z | Compiling flume v0.11.1 |
2490 | 2025-03-17T16:06:14.736Z | Compiling tabled_derive v0.10.0 |
2491 | 2025-03-17T16:06:15.778Z | Compiling mime_guess v2.0.5 |
2492 | 2025-03-17T16:06:17.027Z | Compiling papergrid v0.14.0 |
2493 | 2025-03-17T16:06:17.196Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2494 | 2025-03-17T16:06:20.334Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2495 | 2025-03-17T16:06:21.202Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2496 | 2025-03-17T16:06:24.918Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2497 | 2025-03-17T16:06:28.150Z | Compiling snafu-derive v0.8.5 |
2498 | 2025-03-17T16:06:28.173Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2499 | 2025-03-17T16:06:28.598Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2500 | 2025-03-17T16:06:29.618Z | Compiling tabled v0.18.0 |
2501 | 2025-03-17T16:06:32.319Z | Compiling snafu v0.8.5 |
2502 | 2025-03-17T16:06:39.128Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2503 | 2025-03-17T16:06:41.191Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2504 | 2025-03-17T16:06:46.999Z | Compiling globset v0.4.15 |
2505 | 2025-03-17T16:06:49.157Z | Compiling olpc-cjson v0.1.4 |
2506 | 2025-03-17T16:06:49.486Z | Compiling castaway v0.2.3 |
2507 | 2025-03-17T16:06:49.702Z | Compiling vergen v8.3.2 |
2508 | 2025-03-17T16:06:50.118Z | Compiling nibble_vec v0.1.0 |
2509 | 2025-03-17T16:06:50.393Z | Compiling cargo-platform v0.1.8 |
2510 | 2025-03-17T16:06:50.924Z | Compiling serde_plain v1.0.2 |
2511 | 2025-03-17T16:06:51.448Z | Compiling atty v0.2.14 |
2512 | 2025-03-17T16:06:51.632Z | Compiling http-range v0.1.5 |
2513 | 2025-03-17T16:06:52.220Z | Compiling io-lifetimes v1.0.11 |
2514 | 2025-03-17T16:06:52.767Z | Compiling typed-path v0.9.3 |
2515 | 2025-03-17T16:06:52.801Z | Compiling endian-type v0.1.2 |
2516 | 2025-03-17T16:06:53.063Z | Compiling salty v0.3.0 |
2517 | 2025-03-17T16:06:53.489Z | Compiling radix_trie v0.2.1 |
2518 | 2025-03-17T16:06:54.849Z | Compiling cargo_metadata v0.18.1 |
2519 | 2025-03-17T16:06:56.730Z | Compiling tough v0.19.0 |
2520 | 2025-03-17T16:06:57.705Z | Compiling compact_str v0.8.0 |
2521 | 2025-03-17T16:06:58.990Z | Compiling git2 v0.19.0 |
2522 | 2025-03-17T16:06:59.610Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2523 | 2025-03-17T16:07:00.226Z | Compiling parking_lot v0.11.2 |
2524 | 2025-03-17T16:07:03.841Z | Compiling unicode-truncate v1.1.0 |
2525 | 2025-03-17T16:07:04.166Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2526 | 2025-03-17T16:07:06.954Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2527 | 2025-03-17T16:07:07.984Z | Compiling lru v0.12.5 |
2528 | 2025-03-17T16:07:08.363Z | Compiling rand_seeder v0.3.0 |
2529 | 2025-03-17T16:07:08.789Z | Compiling lzma-sys v0.1.20 |
2530 | 2025-03-17T16:07:09.504Z | Compiling instability v0.3.2 |
2531 | 2025-03-17T16:07:10.392Z | Compiling rustls v0.21.12 |
2532 | 2025-03-17T16:07:10.509Z | Compiling cassowary v0.3.0 |
2533 | 2025-03-17T16:07:10.738Z | Compiling indoc v2.0.6 |
2534 | 2025-03-17T16:07:11.400Z | Compiling parse-size v1.1.0 |
2535 | 2025-03-17T16:07:11.639Z | Compiling rustix v0.37.28 |
2536 | 2025-03-17T16:07:11.750Z | Compiling ratatui v0.29.0 |
2537 | 2025-03-17T16:07:12.130Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#bbadc279) |
2538 | 2025-03-17T16:07:12.649Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2539 | 2025-03-17T16:07:14.039Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2540 | 2025-03-17T16:07:14.357Z | Compiling hyper-staticfile v0.10.1 |
2541 | 2025-03-17T16:07:15.410Z | Compiling sled v0.34.7 |
2542 | 2025-03-17T16:07:17.112Z | Compiling hickory-client v0.24.4 |
2543 | 2025-03-17T16:07:20.439Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2544 | 2025-03-17T16:07:21.653Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2545 | 2025-03-17T16:07:21.710Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2546 | 2025-03-17T16:07:27.221Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2547 | 2025-03-17T16:07:27.570Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2548 | 2025-03-17T16:07:28.610Z | Compiling rustls-webpki v0.101.7 |
2549 | 2025-03-17T16:07:29.061Z | Compiling sct v0.7.1 |
2550 | 2025-03-17T16:07:29.522Z | Compiling hickory-server v0.24.4 |
2551 | 2025-03-17T16:07:31.262Z | Compiling primeorder v0.13.6 |
2552 | 2025-03-17T16:07:31.891Z | Compiling heck v0.3.3 |
2553 | 2025-03-17T16:07:31.894Z | Compiling env_filter v0.1.2 |
2554 | 2025-03-17T16:07:32.223Z | Compiling csv-core v0.1.11 |
2555 | 2025-03-17T16:07:32.394Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2556 | 2025-03-17T16:07:32.839Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2557 | 2025-03-17T16:07:33.042Z | Compiling csv v1.3.1 |
2558 | 2025-03-17T16:07:33.468Z | Compiling env_logger v0.11.5 |
2559 | 2025-03-17T16:07:34.905Z | Compiling zone_cfg_derive v0.1.2 |
2560 | 2025-03-17T16:07:35.195Z | Compiling p384 v0.13.0 |
2561 | 2025-03-17T16:07:40.786Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2562 | 2025-03-17T16:07:40.868Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2563 | 2025-03-17T16:07:42.010Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2564 | 2025-03-17T16:07:42.219Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2565 | 2025-03-17T16:07:43.178Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2566 | 2025-03-17T16:07:43.464Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2567 | 2025-03-17T16:07:43.548Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2568 | 2025-03-17T16:07:43.820Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2569 | 2025-03-17T16:07:43.887Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2570 | 2025-03-17T16:07:44.166Z | Compiling nix v0.27.1 |
2571 | 2025-03-17T16:07:44.224Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2572 | 2025-03-17T16:07:44.938Z | Compiling tungstenite v0.23.0 |
2573 | 2025-03-17T16:07:46.843Z | Compiling base64 v0.13.1 |
2574 | 2025-03-17T16:07:47.627Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2575 | 2025-03-17T16:07:48.025Z | Compiling ron v0.7.1 |
2576 | 2025-03-17T16:07:48.680Z | Compiling tokio-tungstenite v0.23.1 |
2577 | 2025-03-17T16:07:50.501Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2578 | 2025-03-17T16:07:50.680Z | Compiling xz2 v0.1.7 |
2579 | 2025-03-17T16:07:51.298Z | Compiling terminal_size v0.2.6 |
2580 | 2025-03-17T16:07:51.537Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2581 | 2025-03-17T16:07:53.195Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2582 | 2025-03-17T16:07:59.496Z | Compiling tokio-rustls v0.24.1 |
2583 | 2025-03-17T16:07:59.978Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2584 | 2025-03-17T16:08:00.026Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2585 | 2025-03-17T16:08:00.090Z | Compiling zone v0.1.8 |
2586 | 2025-03-17T16:08:00.256Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2587 | 2025-03-17T16:08:00.876Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2588 | 2025-03-17T16:08:01.486Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2589 | 2025-03-17T16:08:03.002Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2590 | 2025-03-17T16:08:03.311Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2591 | 2025-03-17T16:08:03.725Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2592 | 2025-03-17T16:08:06.751Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2593 | 2025-03-17T16:08:06.826Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2594 | 2025-03-17T16:08:07.246Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2595 | 2025-03-17T16:08:10.276Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2596 | 2025-03-17T16:08:11.593Z | Compiling rustls-pemfile v1.0.4 |
2597 | 2025-03-17T16:08:12.454Z | Compiling signal-hook-tokio v0.3.1 |
2598 | 2025-03-17T16:08:12.505Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2599 | 2025-03-17T16:08:12.697Z | Compiling twox-hash v2.1.0 |
2600 | 2025-03-17T16:08:13.775Z | Compiling yasna v0.5.2 |
2601 | 2025-03-17T16:08:13.851Z | Compiling smawk v0.3.2 |
2602 | 2025-03-17T16:08:13.949Z | Compiling is_ci v1.2.0 |
2603 | 2025-03-17T16:08:14.077Z | Compiling unicode-linebreak v0.1.5 |
2604 | 2025-03-17T16:08:14.155Z | Compiling glob v0.3.2 |
2605 | 2025-03-17T16:08:14.269Z | Compiling supports-color v3.0.2 |
2606 | 2025-03-17T16:08:14.652Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2607 | 2025-03-17T16:08:14.735Z | Compiling textwrap v0.16.1 |
2608 | 2025-03-17T16:08:16.258Z | Compiling rcgen v0.12.1 |
2609 | 2025-03-17T16:08:18.295Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2610 | 2025-03-17T16:08:21.289Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2611 | 2025-03-17T16:08:21.733Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2612 | 2025-03-17T16:08:22.348Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2613 | 2025-03-17T16:08:27.821Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2614 | 2025-03-17T16:08:27.939Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2615 | 2025-03-17T16:08:41.279Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2616 | 2025-03-17T16:08:41.952Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2617 | 2025-03-17T16:08:42.148Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2618 | 2025-03-17T16:08:42.346Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2619 | 2025-03-17T16:08:45.919Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2620 | 2025-03-17T16:08:52.075Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2621 | 2025-03-17T16:08:52.632Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2622 | 2025-03-17T16:08:53.109Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2623 | 2025-03-17T16:09:00.414Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2624 | 2025-03-17T16:09:05.331Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2625 | 2025-03-17T16:09:05.682Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2626 | 2025-03-17T16:09:08.272Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2627 | 2025-03-17T16:09:08.469Z | Compiling fatfs v0.3.6 |
2628 | 2025-03-17T16:09:10.364Z | Compiling subprocess v0.2.9 |
2629 | 2025-03-17T16:09:10.970Z | Compiling rtoolbox v0.0.2 |
2630 | 2025-03-17T16:09:11.194Z | Compiling assert_matches v1.5.0 |
2631 | 2025-03-17T16:09:11.414Z | Compiling rpassword v7.3.1 |
2632 | 2025-03-17T16:09:11.934Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2633 | 2025-03-17T16:09:14.437Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2634 | 2025-03-17T16:09:14.988Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2635 | 2025-03-17T16:09:19.543Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2636 | 2025-03-17T16:09:26.445Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2637 | 2025-03-17T16:09:45.944Z | Compiling tui-tree-widget v0.23.0 |
2638 | 2025-03-17T16:09:46.400Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2639 | 2025-03-17T16:09:47.614Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2640 | 2025-03-17T16:09:47.976Z | Compiling uzers v0.12.1 |
2641 | 2025-03-17T16:09:51.087Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2642 | 2025-03-17T16:09:58.345Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2643 | 2025-03-17T16:09:59.579Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2644 | 2025-03-17T16:10:05.193Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2645 | 2025-03-17T16:10:15.605Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2646 | 2025-03-17T16:10:20.202Z | Compiling multimap v0.10.0 |
2647 | 2025-03-17T16:12:44.080Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2648 | 2025-03-17T16:19:53.118Z | Finished `release` profile [optimized] target(s) in 17m 20s |
2649 | 2025-03-17T16:21:00.943Z | |
2650 | 2025-03-17T16:21:00.947Z | real 18:29.634554821 |
2651 | 2025-03-17T16:21:00.947Z | user 2:10:36.079380489 |
2652 | 2025-03-17T16:21:00.947Z | sys 3:35.056011847 |
2653 | 2025-03-17T16:21:00.947Z | trap 3.258301045 |
2654 | 2025-03-17T16:21:00.947Z | tflt 1.869508886 |
2655 | 2025-03-17T16:21:00.947Z | dflt 4.937985399 |
2656 | 2025-03-17T16:21:00.947Z | kflt 0.067540805 |
2657 | 2025-03-17T16:21:00.947Z | lock 7:52:46.098086698 |
2658 | 2025-03-17T16:21:00.947Z | slp 6:44:02.403681580 |
2659 | 2025-03-17T16:21:00.947Z | lat 3:32.947844692 |
2660 | 2025-03-17T16:21:00.947Z | stop 2:57.879489011 |
2661 | 2025-03-17T16:21:00.947Z | + mapfile -t packages |
2662 | 2025-03-17T16:21:00.947Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2663 | 2025-03-17T16:21:01.992Z | Compiling ring v0.17.11 |
2664 | 2025-03-17T16:21:03.778Z | Compiling rustls v0.22.4 |
2665 | 2025-03-17T16:21:03.781Z | Compiling rustls v0.23.19 |
2666 | 2025-03-17T16:21:05.385Z | Compiling rustls-webpki v0.102.8 |
2667 | 2025-03-17T16:21:09.366Z | Compiling tokio-rustls v0.25.0 |
2668 | 2025-03-17T16:21:09.802Z | Compiling dropshot v0.12.0 |
2669 | 2025-03-17T16:21:11.316Z | Compiling tokio-rustls v0.26.0 |
2670 | 2025-03-17T16:21:11.677Z | Compiling hyper-rustls v0.27.3 |
2671 | 2025-03-17T16:21:12.086Z | Compiling reqwest v0.12.12 |
2672 | 2025-03-17T16:21:13.873Z | Compiling qorb v0.2.1 |
2673 | 2025-03-17T16:21:15.671Z | Compiling dropshot v0.16.0 |
2674 | 2025-03-17T16:21:19.298Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2675 | 2025-03-17T16:21:23.003Z | Compiling progenitor-client v0.8.0 |
2676 | 2025-03-17T16:21:24.034Z | Compiling progenitor v0.8.0 |
2677 | 2025-03-17T16:21:24.281Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2678 | 2025-03-17T16:21:26.215Z | Compiling progenitor-client v0.9.1 |
2679 | 2025-03-17T16:21:27.191Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2680 | 2025-03-17T16:21:27.945Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2681 | 2025-03-17T16:21:31.128Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2682 | 2025-03-17T16:21:35.414Z | Compiling omicron-zone-package v0.12.0 |
2683 | 2025-03-17T16:21:46.077Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2684 | 2025-03-17T16:21:51.364Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2685 | 2025-03-17T16:21:53.003Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2686 | 2025-03-17T16:21:55.140Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2687 | 2025-03-17T16:22:09.737Z | Finished `release` profile [optimized] target(s) in 1m 08s |
2688 | 2025-03-17T16:22:09.936Z | Running `target/release/omicron-package -t test list-outputs` |
2689 | 2025-03-17T16:22:09.961Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2690 | 2025-03-17T16:22:09.965Z | + ptime -m cargo build --locked --release -p xtask |
2691 | 2025-03-17T16:22:10.562Z | Compiling serde v1.0.218 |
2692 | 2025-03-17T16:22:10.565Z | Compiling serde_json v1.0.139 |
2693 | 2025-03-17T16:22:10.565Z | Compiling rustix v0.38.37 |
2694 | 2025-03-17T16:22:10.658Z | Compiling libc v0.2.170 |
2695 | 2025-03-17T16:22:10.666Z | Compiling syn v2.0.98 |
2696 | 2025-03-17T16:22:10.681Z | Compiling bitflags v2.6.0 |
2697 | 2025-03-17T16:22:11.030Z | Compiling usdt-impl v0.5.0 |
2698 | 2025-03-17T16:22:11.065Z | Compiling syn v1.0.109 |
2699 | 2025-03-17T16:22:11.165Z | Compiling hashbrown v0.15.1 |
2700 | 2025-03-17T16:22:11.188Z | Compiling log v0.4.22 |
2701 | 2025-03-17T16:22:11.446Z | Compiling fs-err v2.11.0 |
2702 | 2025-03-17T16:22:11.608Z | Compiling anyhow v1.0.97 |
2703 | 2025-03-17T16:22:11.795Z | Compiling once_cell v1.20.3 |
2704 | 2025-03-17T16:22:11.977Z | Compiling thread-id v4.2.2 |
2705 | 2025-03-17T16:22:12.372Z | Compiling indexmap v2.7.1 |
2706 | 2025-03-17T16:22:13.464Z | Compiling terminal_size v0.4.0 |
2707 | 2025-03-17T16:22:13.496Z | Compiling tempfile v3.13.0 |
2708 | 2025-03-17T16:22:13.722Z | Compiling clap_builder v4.5.31 |
2709 | 2025-03-17T16:22:14.316Z | Compiling proc-macro-error v1.0.4 |
2710 | 2025-03-17T16:22:15.141Z | Compiling tabled_derive v0.7.0 |
2711 | 2025-03-17T16:22:16.263Z | Compiling tabled v0.15.0 |
2712 | 2025-03-17T16:22:16.811Z | Compiling serde_derive v1.0.218 |
2713 | 2025-03-17T16:22:16.811Z | Compiling thiserror-impl v1.0.69 |
2714 | 2025-03-17T16:22:16.814Z | Compiling zerocopy-derive v0.7.35 |
2715 | 2025-03-17T16:22:16.814Z | Compiling scroll_derive v0.12.0 |
2716 | 2025-03-17T16:22:16.814Z | Compiling thiserror-impl v2.0.11 |
2717 | 2025-03-17T16:22:18.229Z | Compiling scroll v0.12.0 |
2718 | 2025-03-17T16:22:18.572Z | Compiling zerocopy v0.7.35 |
2719 | 2025-03-17T16:22:18.862Z | Compiling goblin v0.8.2 |
2720 | 2025-03-17T16:22:19.429Z | Compiling thiserror v1.0.69 |
2721 | 2025-03-17T16:22:19.599Z | Compiling pest v2.7.14 |
2722 | 2025-03-17T16:22:21.346Z | Compiling thiserror v2.0.11 |
2723 | 2025-03-17T16:22:21.541Z | Compiling clap_derive v4.5.28 |
2724 | 2025-03-17T16:22:22.628Z | Compiling pest_meta v2.7.14 |
2725 | 2025-03-17T16:22:24.732Z | Compiling pest_generator v2.7.14 |
2726 | 2025-03-17T16:22:26.107Z | Compiling clap v4.5.31 |
2727 | 2025-03-17T16:22:26.439Z | Compiling pest_derive v2.7.14 |
2728 | 2025-03-17T16:22:27.243Z | Compiling dtrace-parser v0.2.0 |
2729 | 2025-03-17T16:22:31.925Z | Compiling serde_tokenstream v0.2.2 |
2730 | 2025-03-17T16:22:32.476Z | Compiling toml_datetime v0.6.8 |
2731 | 2025-03-17T16:22:33.222Z | Compiling dof v0.3.0 |
2732 | 2025-03-17T16:22:33.682Z | Compiling serde_spanned v0.6.8 |
2733 | 2025-03-17T16:22:33.963Z | Compiling toml_edit v0.22.24 |
2734 | 2025-03-17T16:22:34.143Z | Compiling camino v1.1.9 |
2735 | 2025-03-17T16:22:35.022Z | Compiling usdt-macro v0.5.0 |
2736 | 2025-03-17T16:22:35.424Z | Compiling usdt-attr-macro v0.5.0 |
2737 | 2025-03-17T16:22:36.214Z | Compiling semver v1.0.25 |
2738 | 2025-03-17T16:22:36.722Z | Compiling cargo-platform v0.1.8 |
2739 | 2025-03-17T16:22:37.667Z | Compiling cargo_metadata v0.19.2 |
2740 | 2025-03-17T16:22:37.824Z | Compiling usdt v0.5.0 |
2741 | 2025-03-17T16:22:39.247Z | Compiling toml v0.8.20 |
2742 | 2025-03-17T16:22:39.859Z | Compiling camino-tempfile v1.1.1 |
2743 | 2025-03-17T16:22:40.638Z | Compiling cargo_toml v0.21.0 |
2744 | 2025-03-17T16:22:42.336Z | Compiling macaddr v1.0.1 |
2745 | 2025-03-17T16:22:53.058Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2746 | 2025-03-17T16:22:58.761Z | Finished `release` profile [optimized] target(s) in 48.73s |
2747 | 2025-03-17T16:22:58.876Z | |
2748 | 2025-03-17T16:22:58.879Z | real 48.873922507 |
2749 | 2025-03-17T16:22:58.879Z | user 5:17.155985066 |
2750 | 2025-03-17T16:22:58.879Z | sys 18.947746227 |
2751 | 2025-03-17T16:22:58.879Z | trap 0.148448423 |
2752 | 2025-03-17T16:22:58.879Z | tflt 0.251243225 |
2753 | 2025-03-17T16:22:58.879Z | dflt 0.314086198 |
2754 | 2025-03-17T16:22:58.879Z | kflt 0.000007248 |
2755 | 2025-03-17T16:22:58.879Z | lock 10:07.878017616 |
2756 | 2025-03-17T16:22:58.879Z | slp 15:46.878328558 |
2757 | 2025-03-17T16:22:58.879Z | lat 15.626112440 |
2758 | 2025-03-17T16:22:58.879Z | stop 16.962881945 |
2759 | 2025-03-17T16:22:58.879Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2760 | 2025-03-17T16:22:58.879Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2761 | 2025-03-17T16:22:58.880Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2762 | 2025-03-17T16:22:58.880Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2763 | 2025-03-17T16:22:58.880Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2764 | 2025-03-17T16:22:59.811Z | Compiling regress v0.10.3 |
2765 | 2025-03-17T16:22:59.948Z | Compiling thiserror-impl v2.0.11 |
2766 | 2025-03-17T16:22:59.951Z | Compiling ident_case v1.0.1 |
2767 | 2025-03-17T16:22:59.951Z | Compiling unsafe-libyaml v0.2.11 |
2768 | 2025-03-17T16:22:59.951Z | Compiling progenitor-client v0.9.1 |
2769 | 2025-03-17T16:22:59.951Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2770 | 2025-03-17T16:22:59.951Z | Compiling tempfile v3.13.0 |
2771 | 2025-03-17T16:22:59.951Z | Compiling macaddr v1.0.1 |
2772 | 2025-03-17T16:23:00.157Z | Compiling darling_core v0.20.10 |
2773 | 2025-03-17T16:23:00.406Z | Compiling progenitor-client v0.8.0 |
2774 | 2025-03-17T16:23:00.426Z | Compiling structmeta-derive v0.3.0 |
2775 | 2025-03-17T16:23:00.532Z | Compiling instant v0.1.13 |
2776 | 2025-03-17T16:23:00.695Z | Compiling wait-timeout v0.2.0 |
2777 | 2025-03-17T16:23:00.745Z | Compiling dropshot v0.16.0 |
2778 | 2025-03-17T16:23:00.909Z | Compiling bit-vec v0.8.0 |
2779 | 2025-03-17T16:23:01.157Z | Compiling rusty-fork v0.3.0 |
2780 | 2025-03-17T16:23:01.234Z | Compiling dropshot_endpoint v0.16.0 |
2781 | 2025-03-17T16:23:01.360Z | Compiling serde_yaml v0.9.34+deprecated |
2782 | 2025-03-17T16:23:01.809Z | Compiling bit-set v0.8.0 |
2783 | 2025-03-17T16:23:01.813Z | Compiling rand_xorshift v0.3.0 |
2784 | 2025-03-17T16:23:02.119Z | Compiling unarray v0.1.4 |
2785 | 2025-03-17T16:23:02.165Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2786 | 2025-03-17T16:23:02.305Z | Compiling proptest v1.6.0 |
2787 | 2025-03-17T16:23:02.351Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2788 | 2025-03-17T16:23:03.008Z | Compiling structmeta v0.3.0 |
2789 | 2025-03-17T16:23:03.136Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2790 | 2025-03-17T16:23:03.209Z | Compiling thiserror v2.0.11 |
2791 | 2025-03-17T16:23:03.333Z | Compiling backoff v0.4.0 |
2792 | 2025-03-17T16:23:03.384Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2793 | 2025-03-17T16:23:03.410Z | Compiling parse-display-derive v0.10.0 |
2794 | 2025-03-17T16:23:03.706Z | Compiling typify-impl v0.2.0 |
2795 | 2025-03-17T16:23:04.157Z | Compiling test-strategy v0.4.0 |
2796 | 2025-03-17T16:23:04.652Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2797 | 2025-03-17T16:23:04.853Z | Compiling proc-macro-crate v1.3.1 |
2798 | 2025-03-17T16:23:05.168Z | Compiling typify-impl v0.3.0 |
2799 | 2025-03-17T16:23:05.760Z | Compiling num_enum_derive v0.5.11 |
2800 | 2025-03-17T16:23:05.948Z | Compiling darling_macro v0.20.10 |
2801 | 2025-03-17T16:23:06.903Z | Compiling darling v0.20.10 |
2802 | 2025-03-17T16:23:07.047Z | Compiling serde_with_macros v3.12.0 |
2803 | 2025-03-17T16:23:07.294Z | Compiling parse-display v0.10.0 |
2804 | 2025-03-17T16:23:07.631Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2805 | 2025-03-17T16:23:07.971Z | Compiling itertools v0.13.0 |
2806 | 2025-03-17T16:23:08.058Z | Compiling num_enum v0.5.11 |
2807 | 2025-03-17T16:23:08.118Z | Compiling crucible-workspace-hack v0.1.0 |
2808 | 2025-03-17T16:23:08.249Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#bbadc279) |
2809 | 2025-03-17T16:23:08.446Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2810 | 2025-03-17T16:23:08.788Z | Compiling heapless v0.8.0 |
2811 | 2025-03-17T16:23:08.974Z | Compiling proc-macro-error v1.0.4 |
2812 | 2025-03-17T16:23:09.617Z | Compiling camino-tempfile v1.1.1 |
2813 | 2025-03-17T16:23:09.646Z | Compiling serde_with v3.12.0 |
2814 | 2025-03-17T16:23:09.699Z | Compiling hash32 v0.3.1 |
2815 | 2025-03-17T16:23:09.970Z | Compiling foreign-types-macros v0.2.3 |
2816 | 2025-03-17T16:23:10.053Z | Compiling foreign-types-shared v0.3.1 |
2817 | 2025-03-17T16:23:10.213Z | Compiling smoltcp v0.11.0 |
2818 | 2025-03-17T16:23:10.928Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2819 | 2025-03-17T16:23:11.226Z | Compiling foreign-types v0.5.0 |
2820 | 2025-03-17T16:23:11.692Z | Compiling tabwriter v1.4.0 |
2821 | 2025-03-17T16:23:12.117Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2822 | 2025-03-17T16:23:12.151Z | Compiling cstr-argument v0.1.2 |
2823 | 2025-03-17T16:23:12.424Z | Compiling cobs v0.2.3 |
2824 | 2025-03-17T16:23:12.789Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2825 | 2025-03-17T16:23:12.990Z | Compiling pretty-hex v0.2.1 |
2826 | 2025-03-17T16:23:13.155Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2827 | 2025-03-17T16:23:13.212Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2828 | 2025-03-17T16:23:13.335Z | Compiling postcard v1.0.10 |
2829 | 2025-03-17T16:23:13.371Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2830 | 2025-03-17T16:23:13.909Z | Compiling colored v2.2.0 |
2831 | 2025-03-17T16:23:14.025Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2832 | 2025-03-17T16:23:14.321Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2833 | 2025-03-17T16:23:14.364Z | Compiling winnow v0.6.20 |
2834 | 2025-03-17T16:23:14.606Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2835 | 2025-03-17T16:23:14.655Z | Compiling smf v0.2.3 |
2836 | 2025-03-17T16:23:15.488Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2837 | 2025-03-17T16:23:15.835Z | Compiling zone_cfg_derive v0.3.0 |
2838 | 2025-03-17T16:23:15.854Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2839 | 2025-03-17T16:23:16.277Z | Compiling itertools v0.14.0 |
2840 | 2025-03-17T16:23:17.266Z | Compiling num-derive v0.4.2 |
2841 | 2025-03-17T16:23:17.558Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2842 | 2025-03-17T16:23:17.985Z | Compiling sigpipe v0.1.3 |
2843 | 2025-03-17T16:23:18.142Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2844 | 2025-03-17T16:23:18.161Z | Compiling typify-macro v0.2.0 |
2845 | 2025-03-17T16:23:18.351Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2846 | 2025-03-17T16:23:18.487Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2847 | 2025-03-17T16:23:19.236Z | Compiling zone v0.3.0 |
2848 | 2025-03-17T16:23:19.399Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2849 | 2025-03-17T16:23:19.475Z | Compiling typify-macro v0.3.0 |
2850 | 2025-03-17T16:23:19.626Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2851 | 2025-03-17T16:23:19.863Z | Compiling universal-hash v0.5.1 |
2852 | 2025-03-17T16:23:20.089Z | Compiling opaque-debug v0.3.1 |
2853 | 2025-03-17T16:23:20.213Z | Compiling tungstenite v0.21.0 |
2854 | 2025-03-17T16:23:20.444Z | Compiling num-rational v0.4.2 |
2855 | 2025-03-17T16:23:20.595Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2856 | 2025-03-17T16:23:20.788Z | Compiling password-hash v0.5.0 |
2857 | 2025-03-17T16:23:21.567Z | Compiling blake2 v0.10.6 |
2858 | 2025-03-17T16:23:21.680Z | Compiling aead v0.5.2 |
2859 | 2025-03-17T16:23:21.806Z | Compiling typify v0.2.0 |
2860 | 2025-03-17T16:23:21.962Z | Compiling progenitor-impl v0.8.0 |
2861 | 2025-03-17T16:23:22.044Z | Compiling num-complex v0.4.6 |
2862 | 2025-03-17T16:23:22.075Z | Compiling convert_case v0.4.0 |
2863 | 2025-03-17T16:23:22.227Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2864 | 2025-03-17T16:23:22.463Z | Compiling keccak v0.1.5 |
2865 | 2025-03-17T16:23:22.927Z | Compiling base64 v0.21.7 |
2866 | 2025-03-17T16:23:23.019Z | Compiling num v0.4.3 |
2867 | 2025-03-17T16:23:23.063Z | Compiling derive_more v0.99.19 |
2868 | 2025-03-17T16:23:23.153Z | Compiling sha3 v0.10.8 |
2869 | 2025-03-17T16:23:23.279Z | Compiling typify v0.3.0 |
2870 | 2025-03-17T16:23:23.442Z | Compiling progenitor-impl v0.9.1 |
2871 | 2025-03-17T16:23:23.657Z | Compiling argon2 v0.5.3 |
2872 | 2025-03-17T16:23:23.677Z | Compiling tokio-tungstenite v0.21.0 |
2873 | 2025-03-17T16:23:24.193Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2874 | 2025-03-17T16:23:24.263Z | Compiling poly1305 v0.8.0 |
2875 | 2025-03-17T16:23:24.284Z | Compiling chacha20 v0.9.1 |
2876 | 2025-03-17T16:23:24.800Z | Compiling float-ord v0.3.2 |
2877 | 2025-03-17T16:23:25.006Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2878 | 2025-03-17T16:23:25.399Z | Compiling same-file v1.0.6 |
2879 | 2025-03-17T16:23:25.438Z | Compiling semver v0.1.20 |
2880 | 2025-03-17T16:23:25.704Z | Compiling walkdir v2.5.0 |
2881 | 2025-03-17T16:23:25.945Z | Compiling rustc_version v0.1.7 |
2882 | 2025-03-17T16:23:26.033Z | Compiling newline-converter v0.3.0 |
2883 | 2025-03-17T16:23:26.237Z | Compiling primeorder v0.13.6 |
2884 | 2025-03-17T16:23:26.340Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2885 | 2025-03-17T16:23:26.392Z | Compiling secrecy v0.8.0 |
2886 | 2025-03-17T16:23:26.444Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2887 | 2025-03-17T16:23:26.655Z | Compiling cancel-safe-futures v0.1.5 |
2888 | 2025-03-17T16:23:26.740Z | Compiling owo-colors v4.2.0 |
2889 | 2025-03-17T16:23:26.945Z | Compiling newtype_derive v0.1.6 |
2890 | 2025-03-17T16:23:27.065Z | Compiling expectorate v1.1.0 |
2891 | 2025-03-17T16:23:27.234Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2892 | 2025-03-17T16:23:27.254Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2893 | 2025-03-17T16:23:27.279Z | Compiling thiserror-impl-no-std v2.0.2 |
2894 | 2025-03-17T16:23:27.425Z | Compiling libsw-core v0.3.1 |
2895 | 2025-03-17T16:23:27.534Z | Compiling blake3 v1.5.4 |
2896 | 2025-03-17T16:23:27.757Z | Compiling half v2.4.1 |
2897 | 2025-03-17T16:23:28.219Z | Compiling unicase v2.7.0 |
2898 | 2025-03-17T16:23:28.301Z | Compiling ciborium-io v0.2.2 |
2899 | 2025-03-17T16:23:28.329Z | Compiling arc-swap v1.7.1 |
2900 | 2025-03-17T16:23:28.461Z | Compiling fixedbitset v0.5.7 |
2901 | 2025-03-17T16:23:28.535Z | Compiling ciborium-ll v0.2.2 |
2902 | 2025-03-17T16:23:28.672Z | Compiling progenitor-macro v0.8.0 |
2903 | 2025-03-17T16:23:28.804Z | Compiling slog-scope v4.4.0 |
2904 | 2025-03-17T16:23:28.917Z | Compiling petgraph v0.7.1 |
2905 | 2025-03-17T16:23:29.100Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2906 | 2025-03-17T16:23:29.279Z | Compiling libsw v3.4.0 |
2907 | 2025-03-17T16:23:29.443Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2908 | 2025-03-17T16:23:29.789Z | Compiling polyval v0.6.2 |
2909 | 2025-03-17T16:23:29.974Z | Compiling thiserror-no-std v2.0.2 |
2910 | 2025-03-17T16:23:30.111Z | Compiling progenitor-macro v0.9.1 |
2911 | 2025-03-17T16:23:30.128Z | Compiling atomicwrites v0.4.4 |
2912 | 2025-03-17T16:23:30.227Z | Compiling memmap2 v0.9.5 |
2913 | 2025-03-17T16:23:30.267Z | Compiling parking_lot_core v0.8.6 |
2914 | 2025-03-17T16:23:30.479Z | Compiling indent_write v2.2.0 |
2915 | 2025-03-17T16:23:30.658Z | Compiling linear-map v1.2.0 |
2916 | 2025-03-17T16:23:30.730Z | Compiling arrayvec v0.7.6 |
2917 | 2025-03-17T16:23:30.751Z | Compiling arrayref v0.3.9 |
2918 | 2025-03-17T16:23:30.874Z | Compiling libefi-sys v0.1.0 |
2919 | 2025-03-17T16:23:31.037Z | Compiling constant_time_eq v0.3.1 |
2920 | 2025-03-17T16:23:31.151Z | Compiling salty v0.3.0 |
2921 | 2025-03-17T16:23:31.296Z | Compiling vsss-rs v3.3.4 |
2922 | 2025-03-17T16:23:31.561Z | Compiling ghash v0.5.1 |
2923 | 2025-03-17T16:23:31.773Z | Compiling slog-stdlog v4.1.1 |
2924 | 2025-03-17T16:23:31.793Z | Compiling ciborium v0.2.2 |
2925 | 2025-03-17T16:23:32.153Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2926 | 2025-03-17T16:23:32.804Z | Compiling p384 v0.13.0 |
2927 | 2025-03-17T16:23:32.839Z | Compiling toolchain_find v0.4.0 |
2928 | 2025-03-17T16:23:33.144Z | Compiling chacha20poly1305 v0.10.1 |
2929 | 2025-03-17T16:23:33.377Z | Compiling ctr v0.9.2 |
2930 | 2025-03-17T16:23:33.404Z | Compiling lzma-sys v0.1.20 |
2931 | 2025-03-17T16:23:33.461Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2932 | 2025-03-17T16:23:33.763Z | Compiling bitfield-struct v0.6.2 |
2933 | 2025-03-17T16:23:33.898Z | Compiling slog-dtrace v0.3.0 |
2934 | 2025-03-17T16:23:34.197Z | Compiling highway v1.3.0 |
2935 | 2025-03-17T16:23:34.249Z | Compiling topological-sort v0.2.2 |
2936 | 2025-03-17T16:23:34.498Z | Compiling omicron-zone-package v0.12.0 |
2937 | 2025-03-17T16:23:34.541Z | Compiling aes-gcm v0.10.3 |
2938 | 2025-03-17T16:23:34.874Z | Compiling rustfmt-wrapper v0.2.1 |
2939 | 2025-03-17T16:23:34.976Z | Compiling mime_guess v2.0.5 |
2940 | 2025-03-17T16:23:35.159Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2941 | 2025-03-17T16:23:35.352Z | Compiling slog-envlogger v2.2.0 |
2942 | 2025-03-17T16:23:35.479Z | Compiling steno v0.4.1 |
2943 | 2025-03-17T16:23:36.135Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2944 | 2025-03-17T16:23:36.396Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2945 | 2025-03-17T16:23:36.465Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2946 | 2025-03-17T16:23:36.758Z | Compiling heck v0.3.3 |
2947 | 2025-03-17T16:23:36.809Z | Compiling ssh-encoding v0.2.0 |
2948 | 2025-03-17T16:23:36.829Z | Compiling blowfish v0.9.1 |
2949 | 2025-03-17T16:23:37.122Z | Compiling env_filter v0.1.2 |
2950 | 2025-03-17T16:23:37.327Z | Compiling nibble_vec v0.1.0 |
2951 | 2025-03-17T16:23:37.330Z | Compiling humantime v2.1.0 |
2952 | 2025-03-17T16:23:37.508Z | Compiling endian-type v0.1.2 |
2953 | 2025-03-17T16:23:37.555Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2954 | 2025-03-17T16:23:37.726Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2955 | 2025-03-17T16:23:37.749Z | Compiling radix_trie v0.2.1 |
2956 | 2025-03-17T16:23:37.771Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2957 | 2025-03-17T16:23:37.870Z | Compiling env_logger v0.11.5 |
2958 | 2025-03-17T16:23:38.095Z | Compiling ssh-cipher v0.2.0 |
2959 | 2025-03-17T16:23:38.390Z | Compiling zone_cfg_derive v0.1.2 |
2960 | 2025-03-17T16:23:38.543Z | Compiling bcrypt-pbkdf v0.10.0 |
2961 | 2025-03-17T16:23:38.633Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2962 | 2025-03-17T16:23:39.460Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2963 | 2025-03-17T16:23:39.499Z | Compiling parking_lot v0.11.2 |
2964 | 2025-03-17T16:23:39.850Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2965 | 2025-03-17T16:23:39.871Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2966 | 2025-03-17T16:23:40.018Z | Compiling password-hash v0.4.2 |
2967 | 2025-03-17T16:23:40.265Z | Compiling gethostname v0.5.0 |
2968 | 2025-03-17T16:23:40.293Z | Compiling fxhash v0.2.1 |
2969 | 2025-03-17T16:23:40.346Z | Compiling http-range v0.1.5 |
2970 | 2025-03-17T16:23:40.365Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2971 | 2025-03-17T16:23:40.459Z | Compiling base64 v0.13.1 |
2972 | 2025-03-17T16:23:40.462Z | Compiling progenitor v0.8.0 |
2973 | 2025-03-17T16:23:40.506Z | Compiling pbkdf2 v0.11.0 |
2974 | 2025-03-17T16:23:40.681Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2975 | 2025-03-17T16:23:40.702Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2976 | 2025-03-17T16:23:40.748Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2977 | 2025-03-17T16:23:40.815Z | Compiling sled v0.34.7 |
2978 | 2025-03-17T16:23:40.864Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2979 | 2025-03-17T16:23:40.972Z | Compiling ron v0.7.1 |
2980 | 2025-03-17T16:23:41.545Z | Compiling xz2 v0.1.7 |
2981 | 2025-03-17T16:23:41.628Z | Compiling zone v0.1.8 |
2982 | 2025-03-17T16:23:41.877Z | Compiling progenitor v0.9.1 |
2983 | 2025-03-17T16:23:42.042Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2984 | 2025-03-17T16:23:42.131Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2985 | 2025-03-17T16:23:43.031Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2986 | 2025-03-17T16:23:43.096Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2987 | 2025-03-17T16:23:43.116Z | Compiling ssh-key v0.6.6 |
2988 | 2025-03-17T16:23:43.119Z | Compiling hickory-client v0.24.4 |
2989 | 2025-03-17T16:23:44.855Z | Compiling p521 v0.13.3 |
2990 | 2025-03-17T16:23:47.186Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2991 | 2025-03-17T16:23:47.206Z | Compiling p256 v0.13.2 |
2992 | 2025-03-17T16:23:47.351Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2993 | 2025-03-17T16:23:47.625Z | Compiling hickory-server v0.24.4 |
2994 | 2025-03-17T16:23:48.015Z | Compiling pem v3.0.5 |
2995 | 2025-03-17T16:23:48.119Z | Compiling yasna v0.5.2 |
2996 | 2025-03-17T16:23:48.326Z | Compiling headers-core v0.3.0 |
2997 | 2025-03-17T16:23:48.520Z | Compiling kstat-rs v0.2.4 |
2998 | 2025-03-17T16:23:48.713Z | Compiling nanorand v0.7.0 |
2999 | 2025-03-17T16:23:49.083Z | Compiling atty v0.2.14 |
3000 | 2025-03-17T16:23:49.215Z | Compiling russh-cryptovec v0.7.3 |
3001 | 2025-03-17T16:23:49.247Z | Compiling md5 v0.7.0 |
3002 | 2025-03-17T16:23:49.266Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3003 | 2025-03-17T16:23:49.549Z | Compiling flume v0.11.1 |
3004 | 2025-03-17T16:23:49.648Z | Compiling russh-keys v0.45.0 |
3005 | 2025-03-17T16:23:49.787Z | Compiling rcgen v0.12.1 |
3006 | 2025-03-17T16:23:50.158Z | Compiling headers v0.4.0 |
3007 | 2025-03-17T16:23:50.226Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
3008 | 2025-03-17T16:23:51.865Z | Compiling hyper-staticfile v0.10.1 |
3009 | 2025-03-17T16:23:51.869Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3010 | 2025-03-17T16:23:52.859Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3011 | 2025-03-17T16:23:53.251Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3012 | 2025-03-17T16:23:53.572Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#bbadc279) |
3013 | 2025-03-17T16:23:53.621Z | Compiling num-bigint v0.4.6 |
3014 | 2025-03-17T16:23:53.814Z | Compiling des v0.8.1 |
3015 | 2025-03-17T16:23:53.837Z | Compiling subprocess v0.2.9 |
3016 | 2025-03-17T16:23:53.951Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3017 | 2025-03-17T16:23:54.171Z | Compiling hex-literal v0.4.1 |
3018 | 2025-03-17T16:23:54.360Z | Compiling display-error-chain v0.2.2 |
3019 | 2025-03-17T16:23:54.603Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3020 | 2025-03-17T16:23:54.824Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3021 | 2025-03-17T16:23:55.359Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3022 | 2025-03-17T16:23:55.826Z | Compiling internet-checksum v0.2.1 |
3023 | 2025-03-17T16:23:57.611Z | Compiling russh v0.45.0 |
3024 | 2025-03-17T16:24:01.138Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3025 | 2025-03-17T16:24:01.253Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3026 | 2025-03-17T16:24:01.565Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3027 | 2025-03-17T16:24:03.033Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3028 | 2025-03-17T16:24:03.912Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3029 | 2025-03-17T16:24:04.101Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3030 | 2025-03-17T16:24:04.965Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3031 | 2025-03-17T16:24:04.987Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3032 | 2025-03-17T16:24:05.450Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3033 | 2025-03-17T16:24:07.499Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3034 | 2025-03-17T16:24:07.579Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3035 | 2025-03-17T16:24:07.936Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3036 | 2025-03-17T16:24:08.432Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3037 | 2025-03-17T16:24:09.305Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3038 | 2025-03-17T16:24:09.354Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3039 | 2025-03-17T16:24:10.095Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3040 | 2025-03-17T16:24:10.900Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3041 | 2025-03-17T16:24:12.788Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3042 | 2025-03-17T16:24:13.326Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3043 | 2025-03-17T16:24:13.367Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3044 | 2025-03-17T16:24:13.759Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3045 | 2025-03-17T16:24:14.454Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3046 | 2025-03-17T16:24:16.250Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3047 | 2025-03-17T16:24:18.185Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3048 | 2025-03-17T16:24:19.143Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3049 | 2025-03-17T16:24:19.238Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3050 | 2025-03-17T16:24:20.441Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3051 | 2025-03-17T16:24:21.012Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3052 | 2025-03-17T16:24:26.416Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3053 | 2025-03-17T16:24:33.760Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3054 | 2025-03-17T16:24:35.946Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3055 | 2025-03-17T16:24:58.197Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3056 | 2025-03-17T16:25:19.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s |
3057 | 2025-03-17T16:25:19.909Z | |
3058 | 2025-03-17T16:25:19.909Z | real 2:20.955178020 |
3059 | 2025-03-17T16:25:19.909Z | user 12:05.275509554 |
3060 | 2025-03-17T16:25:19.909Z | sys 1:33.466946545 |
3061 | 2025-03-17T16:25:19.909Z | trap 0.370687505 |
3062 | 2025-03-17T16:25:19.909Z | tflt 0.269177635 |
3063 | 2025-03-17T16:25:19.909Z | dflt 0.681441864 |
3064 | 2025-03-17T16:25:19.912Z | kflt 0.000002259 |
3065 | 2025-03-17T16:25:19.912Z | lock 22:08.336229860 |
3066 | 2025-03-17T16:25:19.912Z | slp 41:51.193361700 |
3067 | 2025-03-17T16:25:19.912Z | lat 38.023798193 |
3068 | 2025-03-17T16:25:19.913Z | stop 1:35.366216216 |
3069 | 2025-03-17T16:25:19.913Z | + mkdir tests |
3070 | 2025-03-17T16:25:19.915Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
3071 | 2025-03-17T16:25:19.915Z | + xargs -I '{}' -t cp '{}' tests/ |
3072 | 2025-03-17T16:25:19.956Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-beb8c0edb41fff07 tests/ |
3073 | 2025-03-17T16:25:19.983Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-62527c15b3917992 tests/ |
3074 | 2025-03-17T16:25:20.009Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-2a093db8bbe871ab tests/ |
3075 | 2025-03-17T16:25:20.035Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-af999f039ba2f4ee tests/ |
3076 | 2025-03-17T16:25:20.315Z | + 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/*) |
3077 | 2025-03-17T16:25:20.318Z | + 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-beb8c0edb41fff07 tests/commtest-2a093db8bbe871ab tests/dhcp_server-62527c15b3917992 tests/end_to_end_tests-af999f039ba2f4ee 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 |
3078 | 2025-03-17T16:26:37.049Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
3079 | 2025-03-17T16:26:37.049Z | a .github/buildomat/ci-env.sh 1K |
3080 | 2025-03-17T16:26:37.049Z | a out/target/test 1K |
3081 | 2025-03-17T16:26:37.050Z | a out/npuzone/npuzone 23144K |
3082 | 2025-03-17T16:26:37.050Z | a package-manifest.toml 33K |
3083 | 2025-03-17T16:26:37.050Z | a smf/sled-agent/non-gimlet/config.toml 4K |
3084 | 2025-03-17T16:26:37.050Z | a target/release/omicron-package 38844K |
3085 | 2025-03-17T16:26:37.050Z | a target/release/xtask 10810K |
3086 | 2025-03-17T16:26:37.050Z | a target/debug/bootstrap 214952K |
3087 | 2025-03-17T16:26:37.050Z | a tests/bootstrap-beb8c0edb41fff07 24084K |
3088 | 2025-03-17T16:26:37.050Z | a tests/commtest-2a093db8bbe871ab 24339K |
3089 | 2025-03-17T16:26:37.050Z | a tests/dhcp_server-62527c15b3917992 24084K |
3090 | 2025-03-17T16:26:37.050Z | a tests/end_to_end_tests-af999f039ba2f4ee 276007K |
3091 | 2025-03-17T16:26:37.050Z | a out/clickhouse.tar.gz 304604K |
3092 | 2025-03-17T16:26:37.050Z | a out/clickhouse_keeper.tar.gz 290462K |
3093 | 2025-03-17T16:26:37.050Z | a out/clickhouse_server.tar.gz 304597K |
3094 | 2025-03-17T16:26:37.050Z | a out/cockroachdb.tar.gz 143838K |
3095 | 2025-03-17T16:26:37.050Z | a out/crucible-dtrace.tar 98K |
3096 | 2025-03-17T16:26:37.050Z | a out/crucible-pantry-zone.tar.gz 32474K |
3097 | 2025-03-17T16:26:37.050Z | a out/crucible-zone.tar.gz 40861K |
3098 | 2025-03-17T16:26:37.050Z | a out/external-dns.tar.gz 44314K |
3099 | 2025-03-17T16:26:37.050Z | a out/internal-dns.tar.gz 44314K |
3100 | 2025-03-17T16:26:37.050Z | a out/mg-ddm-gz.tar 65544K |
3101 | 2025-03-17T16:26:37.050Z | a out/nexus.tar.gz 111175K |
3102 | 2025-03-17T16:26:37.050Z | a out/ntp.tar.gz 14428K |
3103 | 2025-03-17T16:26:37.050Z | a out/omicron-gateway-softnpu.tar.gz 25231K |
3104 | 2025-03-17T16:26:37.050Z | a out/omicron-sled-agent.tar 123846K |
3105 | 2025-03-17T16:26:37.050Z | a out/overlay.tar.gz 3K |
3106 | 2025-03-17T16:26:37.050Z | a out/oximeter.tar.gz 54674K |
3107 | 2025-03-17T16:26:37.050Z | a out/oxlog.tar 3144K |
3108 | 2025-03-17T16:26:37.050Z | a out/probe.tar.gz 2764K |
3109 | 2025-03-17T16:26:37.050Z | a out/propolis-server.tar.gz 67599K |
3110 | 2025-03-17T16:26:37.050Z | a out/pumpkind-gz.tar 26665K |
3111 | 2025-03-17T16:26:37.050Z | a out/switch-softnpu.tar.gz 262521K |
3112 | 2025-03-17T16:26:37.053Z | |
3113 | 2025-03-17T16:26:37.054Z | real 1:16.715316017 |
3114 | 2025-03-17T16:26:37.054Z | user 1:13.167146659 |
3115 | 2025-03-17T16:26:37.054Z | sys 5.072662397 |
3116 | 2025-03-17T16:26:37.054Z | trap 0.018880848 |
3117 | 2025-03-17T16:26:37.054Z | tflt 0.000000000 |
3118 | 2025-03-17T16:26:37.054Z | dflt 0.000000000 |
3119 | 2025-03-17T16:26:37.054Z | kflt 0.000000000 |
3120 | 2025-03-17T16:26:37.054Z | lock 0.000000000 |
3121 | 2025-03-17T16:26:37.054Z | slp 1:12.900377201 |
3122 | 2025-03-17T16:26:37.054Z | lat 2.266334526 |
3123 | 2025-03-17T16:26:37.054Z | stop 0.000206277 |
3124 | 2025-03-17T16:26:37.054Z | process exited: duration 2075953 ms, exit code 0 |
|
3125 | 2025-03-17T16:26:37.069Z | found 1 output files |
3126 | 2025-03-17T16:26:37.069Z | uploading: /work/package.tar.gz (2021341276 bytes) |
3127 | 2025-03-17T16:27:13.529Z | uploaded: /work/package.tar.gz |