|
|
|
1 | 2025-03-07T22:29:06.733Z | job assigned to worker 01JNSBJG0TWSFQY243QWXT65ZA [factory aws, i-031b6eafd68bb51fc] (queued for 25 m 36 s) |
|
2 | 2025-03-07T22:29:15.431Z | starting task 0: "setup" |
3 | 2025-03-07T22:29:15.436Z | ++ uname -s |
4 | 2025-03-07T22:29:15.439Z | + kern=SunOS |
5 | 2025-03-07T22:29:15.439Z | + build_user=build |
6 | 2025-03-07T22:29:15.439Z | + build_uid=12345 |
7 | 2025-03-07T22:29:15.439Z | + work_dir=/work |
8 | 2025-03-07T22:29:15.439Z | + input_dir=/input |
9 | 2025-03-07T22:29:15.439Z | + [[ 0 == 12345 ]] |
10 | 2025-03-07T22:29:15.439Z | + case "$kern" in |
11 | 2025-03-07T22:29:15.440Z | + groupadd -g 12345 build |
12 | 2025-03-07T22:29:15.443Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-07T22:29:17.449Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-07T22:29:17.565Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-07T22:29:17.569Z | + home_fs=zfs |
16 | 2025-03-07T22:29:17.569Z | + [[ zfs == autofs ]] |
17 | 2025-03-07T22:29:17.569Z | + mkdir -p /home/build |
18 | 2025-03-07T22:29:17.572Z | + chown build:build /home/build /work |
19 | 2025-03-07T22:29:19.572Z | + chmod 0700 /home/build /work |
20 | 2025-03-07T22:29:19.576Z | process exited: duration 4146 ms, exit code 0 |
|
21 | 2025-03-07T22:29:19.584Z | starting task 1: "rust-toolchain" |
22 | 2025-03-07T22:29:19.589Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-07T22:29:19.589Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-07T22:29:19.589Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-03-07T22:29:19.589Z | * rust toolchain profile = "default" |
26 | 2025-03-07T22:29:19.589Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-07T22:29:19.589Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-07T22:29:19.592Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-07T22:29:19.592Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-07T22:29:19.718Z | info: downloading installer |
31 | 2025-03-07T22:29:21.141Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-07T22:29:21.141Z | warn: /opt/ooce/bin |
33 | 2025-03-07T22:29:21.141Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-07T22:29:21.141Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-07T22:29:21.141Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-07T22:29:21.141Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-07T22:29:21.141Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-07T22:29:21.141Z | error: cannot install while Rust is installed |
39 | 2025-03-07T22:29:21.141Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-07T22:29:21.154Z | info: profile set to 'default' |
41 | 2025-03-07T22:29:21.154Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-07T22:29:21.157Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-07T22:29:21.333Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-07T22:29:21.333Z | info: downloading component 'cargo' |
45 | 2025-03-07T22:29:22.093Z | info: downloading component 'clippy' |
46 | 2025-03-07T22:29:22.402Z | info: downloading component 'rust-docs' |
47 | 2025-03-07T22:29:23.772Z | info: downloading component 'rust-std' |
48 | 2025-03-07T22:29:25.781Z | info: downloading component 'rustc' |
49 | 2025-03-07T22:29:33.748Z | info: downloading component 'rustfmt' |
50 | 2025-03-07T22:29:34.081Z | info: installing component 'cargo' |
51 | 2025-03-07T22:29:34.909Z | info: installing component 'clippy' |
52 | 2025-03-07T22:29:35.292Z | info: installing component 'rust-docs' |
53 | 2025-03-07T22:29:37.080Z | info: installing component 'rust-std' |
54 | 2025-03-07T22:29:38.963Z | info: installing component 'rustc' |
55 | 2025-03-07T22:29:44.907Z | info: installing component 'rustfmt' |
56 | 2025-03-07T22:29:45.238Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-07T22:29:45.238Z | |
58 | 2025-03-07T22:29:45.603Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-07T22:29:45.603Z | |
60 | 2025-03-07T22:29:45.606Z | |
61 | 2025-03-07T22:29:45.606Z | Rust is installed now. Great! |
62 | 2025-03-07T22:29:45.606Z | |
63 | 2025-03-07T22:29:45.606Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-07T22:29:45.606Z | environment variable. This has not been done automatically. |
65 | 2025-03-07T22:29:45.606Z | |
66 | 2025-03-07T22:29:45.606Z | To configure your current shell, you need to source |
67 | 2025-03-07T22:29:45.606Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-07T22:29:45.606Z | |
69 | 2025-03-07T22:29:45.606Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-07T22:29:45.606Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-07T22:29:45.606Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-07T22:29:45.606Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-07T22:29:45.679Z | + rustup --version |
74 | 2025-03-07T22:29:45.690Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-07T22:29:45.690Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-07T22:29:45.719Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-07T22:29:45.723Z | + cargo --version |
78 | 2025-03-07T22:29:45.741Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-07T22:29:45.744Z | + rustc --version |
80 | 2025-03-07T22:29:45.770Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-07T22:29:45.774Z | process exited: duration 26186 ms, exit code 0 |
|
82 | 2025-03-07T22:29:45.782Z | starting task 2: "authentication" |
83 | 2025-03-07T22:29:45.806Z | process exited: duration 23 ms, exit code 0 |
|
84 | 2025-03-07T22:29:45.813Z | starting task 3: "clone repository" |
85 | 2025-03-07T22:29:45.818Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-07T22:29:45.821Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-07T22:29:45.860Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-07T22:29:54.961Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-07T22:29:54.966Z | + git fetch origin 1005669a265bdb3ebd76577e4c2bae3b77a65e55 |
90 | 2025-03-07T22:29:55.295Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-07T22:29:55.295Z | * branch 1005669a265bdb3ebd76577e4c2bae3b77a65e55 -> FETCH_HEAD |
92 | 2025-03-07T22:29:55.307Z | + [[ -n more-manual-pagination ]] |
93 | 2025-03-07T22:29:55.311Z | ++ git branch --show-current |
94 | 2025-03-07T22:29:55.311Z | + current=main |
95 | 2025-03-07T22:29:55.311Z | + [[ main != more-manual-pagination ]] |
96 | 2025-03-07T22:29:55.311Z | + git branch -f more-manual-pagination 1005669a265bdb3ebd76577e4c2bae3b77a65e55 |
97 | 2025-03-07T22:29:55.315Z | + git checkout -f more-manual-pagination |
98 | 2025-03-07T22:29:55.503Z | Switched to branch 'more-manual-pagination' |
99 | 2025-03-07T22:29:55.507Z | + git reset --hard 1005669a265bdb3ebd76577e4c2bae3b77a65e55 |
100 | 2025-03-07T22:29:55.537Z | HEAD is now at 1005669a2 Merge branch 'paginated-manually' into more-manual-pagination |
101 | 2025-03-07T22:29:55.540Z | process exited: duration 9724 ms, exit code 0 |
|
102 | 2025-03-07T22:29:55.547Z | starting task 4: "build" |
103 | 2025-03-07T22:29:55.552Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-07T22:29:55.552Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-07T22:29:55.552Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-07T22:29:55.552Z | + cargo --version |
107 | 2025-03-07T22:29:55.609Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-07T22:29:55.612Z | + rustc --version |
109 | 2025-03-07T22:29:55.680Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-07T22:29:55.684Z | + WORK=/work |
111 | 2025-03-07T22:29:55.684Z | + pfexec mkdir -p /work |
112 | 2025-03-07T22:29:55.687Z | + pfexec chown build /work |
113 | 2025-03-07T22:29:55.690Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
114 | 2025-03-07T22:29:57.334Z | pkg list: illegal option -- F |
115 | 2025-03-07T22:29:57.338Z | Usage: |
116 | 2025-03-07T22:29:57.338Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
117 | 2025-03-07T22:29:57.338Z | [pkg_fmri_pattern ...] |
118 | 2025-03-07T22:29:58.191Z | pkg list: illegal option -- F |
119 | 2025-03-07T22:29:58.191Z | Usage: |
120 | 2025-03-07T22:29:58.194Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
121 | 2025-03-07T22:29:58.194Z | [pkg_fmri_pattern ...] |
122 | 2025-03-07T22:30:04.619Z | Startup: Refreshing catalog 'helios-dev' ... Done |
123 | 2025-03-07T22:30:09.018Z | Startup: Caching catalogs ... Done |
124 | 2025-03-07T22:30:22.613Z | Planning: Solver setup ... Done (12.638s) |
125 | 2025-03-07T22:30:22.773Z | Planning: Running solver ... Done (0.160s) |
126 | 2025-03-07T22:30:22.904Z | Planning: Finding local manifests ... Done (0.007s) |
127 | 2025-03-07T22:30:22.919Z | Planning: Fetching manifests: 0/7 0% complete |
128 | 2025-03-07T22:30:23.569Z | Planning: Fetching manifests: 7/7 100% complete |
129 | 2025-03-07T22:30:23.680Z | Planning: Package planning ... Done (0.111s) |
130 | 2025-03-07T22:30:23.737Z | Planning: Merging actions ... Done (0.057s) |
131 | 2025-03-07T22:30:24.089Z | Planning: Checking for conflicting actions ... Done (0.201s) |
132 | 2025-03-07T22:30:25.973Z | Planning: Consolidating action changes ... Done (2.034s) |
133 | 2025-03-07T22:30:26.405Z | Planning: Evaluating mediators ... Done (0.433s) |
134 | 2025-03-07T22:30:26.493Z | Planning: Planning completed in 17.37 seconds |
135 | 2025-03-07T22:30:26.610Z | Packages to install: 4 |
136 | 2025-03-07T22:30:26.610Z | Packages to update: 3 |
137 | 2025-03-07T22:30:26.610Z | Mediators to change: 2 |
138 | 2025-03-07T22:30:26.610Z | Services to change: 1 |
139 | 2025-03-07T22:30:26.614Z | Estimated space available: 155.59 GB |
140 | 2025-03-07T22:30:26.614Z | Estimated space to be consumed: 1.66 GB |
141 | 2025-03-07T22:30:26.614Z | Create boot environment: No |
142 | 2025-03-07T22:30:26.614Z | Create backup boot environment: Yes |
143 | 2025-03-07T22:30:26.614Z | Rebuild boot archive: No |
144 | 2025-03-07T22:30:26.614Z | |
145 | 2025-03-07T22:30:26.614Z | Changed mediators: |
146 | 2025-03-07T22:30:26.614Z | mediator clang: |
147 | 2025-03-07T22:30:26.614Z | version: None -> 15 (system default) |
148 | 2025-03-07T22:30:26.614Z | |
149 | 2025-03-07T22:30:26.615Z | mediator llvm: |
150 | 2025-03-07T22:30:26.615Z | version: 14 (system default) -> 15 (system default) |
151 | 2025-03-07T22:30:26.615Z | |
152 | 2025-03-07T22:30:26.615Z | Changed packages: |
153 | 2025-03-07T22:30:26.615Z | helios-dev |
154 | 2025-03-07T22:30:26.615Z | developer/build-essential |
155 | 2025-03-07T22:30:26.615Z | None -> 11-2.0 |
156 | 2025-03-07T22:30:26.615Z | library/libxmlsec1 |
157 | 2025-03-07T22:30:26.615Z | None -> 1.2.35-2.0 |
158 | 2025-03-07T22:30:26.615Z | ooce/developer/clang-15 |
159 | 2025-03-07T22:30:26.615Z | None -> 15.0.7-2.0 |
160 | 2025-03-07T22:30:26.615Z | ooce/developer/llvm-15 |
161 | 2025-03-07T22:30:26.615Z | None -> 15.0.7-2.0 |
162 | 2025-03-07T22:30:26.615Z | package/pkg |
163 | 2025-03-07T22:30:26.615Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
164 | 2025-03-07T22:30:26.615Z | system/library/g++-runtime |
165 | 2025-03-07T22:30:26.615Z | 13-2.0 -> 14-2.0 |
166 | 2025-03-07T22:30:26.615Z | system/library/gcc-runtime |
167 | 2025-03-07T22:30:26.615Z | 13-2.0 -> 14-2.0 |
168 | 2025-03-07T22:30:26.615Z | |
169 | 2025-03-07T22:30:26.615Z | Services: |
170 | 2025-03-07T22:30:26.615Z | restart_fmri: |
171 | 2025-03-07T22:30:26.615Z | svc:/system/update-man-index:default |
172 | 2025-03-07T22:30:26.615Z | |
173 | 2025-03-07T22:30:26.615Z | Editable files to change: |
174 | 2025-03-07T22:30:26.615Z | Update: |
175 | 2025-03-07T22:30:26.615Z | usr/share/lib/pkg/web/config.shtml |
176 | 2025-03-07T22:30:26.694Z | |
177 | 2025-03-07T22:30:26.695Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
178 | 2025-03-07T22:30:31.695Z | Download: 1398/4301 items 115.2/225.4MB 51% complete (23.1M/s) |
179 | 2025-03-07T22:30:36.696Z | Download: 3236/4301 items 169.4/225.4MB 75% complete (17.0M/s) |
180 | 2025-03-07T22:30:41.941Z | Download: 4298/4301 items 225.1/225.4MB 99% complete (12.1M/s) |
181 | 2025-03-07T22:30:41.956Z | Download: Completed 225.42 MB in 15.26 seconds (14.8M/s) |
182 | 2025-03-07T22:30:44.423Z | Actions: 1/5122 actions (Removing old actions) |
183 | 2025-03-07T22:30:44.433Z | Actions: 194/5122 actions (Installing new actions) |
184 | 2025-03-07T22:30:49.158Z | Actions: 4267/5122 actions (Updating modified actions) |
185 | 2025-03-07T22:30:49.514Z | Actions: Completed 5122 actions in 5.10 seconds. |
186 | 2025-03-07T22:30:50.328Z | Done (0.429s) |
187 | 2025-03-07T22:30:50.548Z | Done (0.001s) |
188 | 2025-03-07T22:30:50.591Z | Done (0.634s) |
189 | 2025-03-07T22:30:55.054Z | Done (4.222s) |
190 | 2025-03-07T22:30:55.138Z | Done (0.017s) |
191 | 2025-03-07T22:30:55.142Z | Done (0.000s) |
192 | 2025-03-07T22:30:55.314Z | Done (0.000s) |
193 | 2025-03-07T22:30:56.072Z | Planning: Evaluating mediator changes ... Done |
194 | 2025-03-07T22:30:56.239Z | Planning: Checking for conflicting actions ... Done |
195 | 2025-03-07T22:30:56.243Z | Planning: Consolidating action changes ... Done |
196 | 2025-03-07T22:30:56.523Z | Planning: Evaluating mediators ... Done |
197 | 2025-03-07T22:30:56.527Z | Planning: Planning completed in 0.45 seconds |
198 | 2025-03-07T22:30:56.561Z | Mediators to change: 2 |
199 | 2025-03-07T22:30:56.564Z | Create boot environment: No |
200 | 2025-03-07T22:30:56.564Z | Create backup boot environment: No |
201 | 2025-03-07T22:30:56.660Z | Done |
202 | 2025-03-07T22:30:56.660Z | Done |
203 | 2025-03-07T22:30:57.085Z | Done |
204 | 2025-03-07T22:31:00.918Z | Done |
205 | 2025-03-07T22:31:01.018Z | Done |
206 | 2025-03-07T22:31:01.023Z | Done |
207 | 2025-03-07T22:31:01.141Z | Done |
208 | 2025-03-07T22:31:01.779Z | Planning: Evaluating mediator changes ... Done |
209 | 2025-03-07T22:31:01.786Z | Planning: Merging actions ... Done |
210 | 2025-03-07T22:31:01.970Z | Planning: Checking for conflicting actions ... Done |
211 | 2025-03-07T22:31:01.974Z | Planning: Consolidating action changes ... Done |
212 | 2025-03-07T22:31:02.244Z | Planning: Evaluating mediators ... Done |
213 | 2025-03-07T22:31:02.301Z | Planning: Planning completed in 0.77 seconds |
214 | 2025-03-07T22:31:02.343Z | Packages to change: 1 |
215 | 2025-03-07T22:31:02.343Z | Mediators to change: 1 |
216 | 2025-03-07T22:31:02.343Z | Services to change: 1 |
217 | 2025-03-07T22:31:02.343Z | Create boot environment: No |
218 | 2025-03-07T22:31:02.347Z | Create backup boot environment: Yes |
219 | 2025-03-07T22:31:04.735Z | Actions: 1/6 actions (Updating modified actions) |
220 | 2025-03-07T22:31:04.745Z | Actions: Completed 6 actions in 0.00 seconds. |
221 | 2025-03-07T22:31:04.745Z | Done |
222 | 2025-03-07T22:31:04.745Z | Done |
223 | 2025-03-07T22:31:04.862Z | Done |
224 | 2025-03-07T22:31:11.333Z | Done |
225 | 2025-03-07T22:31:11.481Z | Done |
226 | 2025-03-07T22:31:11.481Z | Done |
227 | 2025-03-07T22:31:11.482Z | Done |
228 | 2025-03-07T22:31:11.482Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
229 | 2025-03-07T22:31:11.482Z | clang system 15 system |
230 | 2025-03-07T22:31:11.482Z | csh system system illumos |
231 | 2025-03-07T22:31:11.482Z | ctags system system illumos |
232 | 2025-03-07T22:31:11.482Z | gcc vendor 12 vendor |
233 | 2025-03-07T22:31:11.482Z | gcc system 10 system |
234 | 2025-03-07T22:31:11.482Z | gcc system 7 system |
235 | 2025-03-07T22:31:11.482Z | go system 1.20 system |
236 | 2025-03-07T22:31:11.482Z | go system 1.19 system |
237 | 2025-03-07T22:31:11.482Z | llvm system 15 system |
238 | 2025-03-07T22:31:11.482Z | llvm system 14 system |
239 | 2025-03-07T22:31:11.482Z | mariadb system 10.6 system |
240 | 2025-03-07T22:31:11.482Z | mta vendor vendor dma |
241 | 2025-03-07T22:31:11.482Z | openjdk system 17 system |
242 | 2025-03-07T22:31:11.482Z | openjdk system 11 system |
243 | 2025-03-07T22:31:11.482Z | openjdk system 1.8 system |
244 | 2025-03-07T22:31:11.482Z | openssl vendor 3 vendor |
245 | 2025-03-07T22:31:11.482Z | perl system 5.36 system |
246 | 2025-03-07T22:31:11.482Z | postgresql system 15 system |
247 | 2025-03-07T22:31:11.482Z | postgresql system 13 system |
248 | 2025-03-07T22:31:11.482Z | python vendor 3 vendor |
249 | 2025-03-07T22:31:11.484Z | python system 2 system |
250 | 2025-03-07T22:31:11.484Z | python3 system 3.11 system |
251 | 2025-03-07T22:31:11.484Z | ruby system 3.0 system |
252 | 2025-03-07T22:31:11.484Z | words vendor vendor american-english |
253 | 2025-03-07T22:31:11.484Z | words system system australian-english |
254 | 2025-03-07T22:31:11.485Z | words system system british-english |
255 | 2025-03-07T22:31:11.485Z | words system system canadian-english |
256 | 2025-03-07T22:31:11.485Z | words system system french |
257 | 2025-03-07T22:31:11.485Z | words system system italian |
258 | 2025-03-07T22:31:11.485Z | words system system ngerman |
259 | 2025-03-07T22:31:11.485Z | words system system ogerman |
260 | 2025-03-07T22:31:11.485Z | words system system spanish |
261 | 2025-03-07T22:31:11.485Z | PUBLISHER TYPE STATUS P LOCATION |
262 | 2025-03-07T22:31:11.485Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
263 | 2025-03-07T22:31:12.852Z | FMRI IFO |
264 | 2025-03-07T22:31:12.852Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
265 | 2025-03-07T22:31:12.852Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
266 | 2025-03-07T22:31:12.853Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
267 | 2025-03-07T22:31:12.853Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
268 | 2025-03-07T22:31:12.853Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
269 | 2025-03-07T22:31:12.853Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
270 | 2025-03-07T22:31:12.853Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
271 | 2025-03-07T22:31:12.853Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
272 | 2025-03-07T22:31:12.853Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
273 | 2025-03-07T22:31:12.853Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
274 | 2025-03-07T22:31:12.854Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
275 | 2025-03-07T22:31:12.854Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
276 | 2025-03-07T22:31:12.854Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
277 | 2025-03-07T22:31:12.854Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
278 | 2025-03-07T22:31:12.854Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
279 | 2025-03-07T22:31:13.709Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
280 | 2025-03-07T22:31:14.013Z | Updating crates.io index |
281 | 2025-03-07T22:31:14.048Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
282 | 2025-03-07T22:31:14.629Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
283 | 2025-03-07T22:31:14.929Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
284 | 2025-03-07T22:31:15.187Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
285 | 2025-03-07T22:31:15.491Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
286 | 2025-03-07T22:31:16.485Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
287 | 2025-03-07T22:31:18.335Z | Updating git repository `https://github.com/oxidecomputer/opte` |
288 | 2025-03-07T22:31:19.014Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
289 | 2025-03-07T22:31:19.796Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
290 | 2025-03-07T22:31:20.127Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
291 | 2025-03-07T22:31:20.416Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
292 | 2025-03-07T22:31:21.040Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
293 | 2025-03-07T22:31:21.633Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
294 | 2025-03-07T22:31:22.002Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
295 | 2025-03-07T22:31:22.310Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
296 | 2025-03-07T22:31:22.607Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
297 | 2025-03-07T22:31:22.849Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
298 | 2025-03-07T22:31:23.156Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
299 | 2025-03-07T22:31:23.535Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
300 | 2025-03-07T22:31:23.868Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
301 | 2025-03-07T22:31:24.263Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
302 | 2025-03-07T22:31:24.577Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
303 | 2025-03-07T22:31:24.960Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
304 | 2025-03-07T22:31:25.387Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
305 | 2025-03-07T22:31:26.050Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
306 | 2025-03-07T22:31:26.366Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
307 | 2025-03-07T22:31:26.706Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
308 | 2025-03-07T22:31:27.083Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
309 | 2025-03-07T22:31:27.686Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
310 | 2025-03-07T22:31:28.003Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
311 | 2025-03-07T22:31:28.329Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
312 | 2025-03-07T22:31:29.960Z | Downloading crates ... |
313 | 2025-03-07T22:31:30.021Z | Downloaded autocfg v1.4.0 |
314 | 2025-03-07T22:31:30.026Z | Downloaded anstream v0.6.15 |
315 | 2025-03-07T22:31:30.032Z | Downloaded equivalent v1.0.1 |
316 | 2025-03-07T22:31:30.035Z | Downloaded colorchoice v1.0.2 |
317 | 2025-03-07T22:31:30.047Z | Downloaded usdt-attr-macro v0.5.0 |
318 | 2025-03-07T22:31:30.055Z | Downloaded pretty-hex v0.4.1 |
319 | 2025-03-07T22:31:30.055Z | Downloaded dtrace-parser v0.2.0 |
320 | 2025-03-07T22:31:30.058Z | Downloaded swrite v0.1.0 |
321 | 2025-03-07T22:31:30.058Z | Downloaded byteorder v1.5.0 |
322 | 2025-03-07T22:31:30.061Z | Downloaded anstyle-parse v0.2.5 |
323 | 2025-03-07T22:31:30.061Z | Downloaded zerocopy-derive v0.7.35 |
324 | 2025-03-07T22:31:30.066Z | Downloaded winnow v0.7.3 |
325 | 2025-03-07T22:31:30.076Z | Downloaded usdt-macro v0.5.0 |
326 | 2025-03-07T22:31:30.079Z | Downloaded pest_generator v2.7.14 |
327 | 2025-03-07T22:31:30.080Z | Downloaded itoa v1.0.11 |
328 | 2025-03-07T22:31:30.080Z | Downloaded is_terminal_polyfill v1.70.1 |
329 | 2025-03-07T22:31:30.083Z | Downloaded fs-err v2.11.0 |
330 | 2025-03-07T22:31:30.083Z | Downloaded fnv v1.0.7 |
331 | 2025-03-07T22:31:30.083Z | Downloaded dof v0.3.0 |
332 | 2025-03-07T22:31:30.087Z | Downloaded digest v0.10.7 |
333 | 2025-03-07T22:31:30.087Z | Downloaded plain v0.2.3 |
334 | 2025-03-07T22:31:30.090Z | Downloaded cfg-if v1.0.0 |
335 | 2025-03-07T22:31:30.091Z | Downloaded macaddr v1.0.1 |
336 | 2025-03-07T22:31:30.091Z | Downloaded cpufeatures v0.2.14 |
337 | 2025-03-07T22:31:30.095Z | Downloaded clap_lex v0.7.4 |
338 | 2025-03-07T22:31:30.095Z | Downloaded utf8parse v0.2.2 |
339 | 2025-03-07T22:31:30.095Z | Downloaded toml_datetime v0.6.8 |
340 | 2025-03-07T22:31:30.099Z | Downloaded errno v0.3.9 |
341 | 2025-03-07T22:31:30.099Z | Downloaded crypto-common v0.1.6 |
342 | 2025-03-07T22:31:30.099Z | Downloaded cargo-platform v0.1.8 |
343 | 2025-03-07T22:31:30.099Z | Downloaded thread-id v4.2.2 |
344 | 2025-03-07T22:31:30.102Z | Downloaded version_check v0.9.5 |
345 | 2025-03-07T22:31:30.103Z | Downloaded unicode-linebreak v0.1.5 |
346 | 2025-03-07T22:31:30.103Z | Downloaded terminal_size v0.4.0 |
347 | 2025-03-07T22:31:30.106Z | Downloaded anstyle v1.0.10 |
348 | 2025-03-07T22:31:30.106Z | Downloaded generic-array v0.14.7 |
349 | 2025-03-07T22:31:30.110Z | Downloaded usdt v0.5.0 |
350 | 2025-03-07T22:31:30.110Z | Downloaded thiserror-impl v1.0.69 |
351 | 2025-03-07T22:31:30.110Z | Downloaded tabled_derive v0.7.0 |
352 | 2025-03-07T22:31:30.110Z | Downloaded heck v0.5.0 |
353 | 2025-03-07T22:31:30.113Z | Downloaded smawk v0.3.2 |
354 | 2025-03-07T22:31:30.113Z | Downloaded serde_spanned v0.6.8 |
355 | 2025-03-07T22:31:30.121Z | Downloaded thiserror v1.0.69 |
356 | 2025-03-07T22:31:30.121Z | Downloaded strsim v0.11.1 |
357 | 2025-03-07T22:31:30.121Z | Downloaded once_cell v1.20.3 |
358 | 2025-03-07T22:31:30.124Z | Downloaded camino-tempfile v1.1.1 |
359 | 2025-03-07T22:31:30.127Z | Downloaded io-lifetimes v1.0.11 |
360 | 2025-03-07T22:31:30.127Z | Downloaded clap_derive v4.5.28 |
361 | 2025-03-07T22:31:30.131Z | Downloaded quote v1.0.38 |
362 | 2025-03-07T22:31:30.134Z | Downloaded cargo_metadata v0.19.2 |
363 | 2025-03-07T22:31:30.134Z | Downloaded proc-macro-error v1.0.4 |
364 | 2025-03-07T22:31:30.138Z | Downloaded thiserror-impl v2.0.11 |
365 | 2025-03-07T22:31:30.141Z | Downloaded thiserror v2.0.11 |
366 | 2025-03-07T22:31:30.145Z | Downloaded usdt-impl v0.5.0 |
367 | 2025-03-07T22:31:30.148Z | Downloaded terminal_size v0.2.6 |
368 | 2025-03-07T22:31:30.148Z | Downloaded sha2 v0.10.8 |
369 | 2025-03-07T22:31:30.151Z | Downloaded proc-macro-error-attr v1.0.4 |
370 | 2025-03-07T22:31:30.151Z | Downloaded pest_derive v2.7.14 |
371 | 2025-03-07T22:31:30.155Z | Downloaded camino v1.1.9 |
372 | 2025-03-07T22:31:30.155Z | Downloaded semver v1.0.25 |
373 | 2025-03-07T22:31:30.158Z | Downloaded papergrid v0.11.0 |
374 | 2025-03-07T22:31:30.164Z | Downloaded tempfile v3.13.0 |
375 | 2025-03-07T22:31:30.167Z | Downloaded ryu v1.0.18 |
376 | 2025-03-07T22:31:30.172Z | Downloaded proc-macro2 v1.0.93 |
377 | 2025-03-07T22:31:30.173Z | Downloaded ucd-trie v0.1.7 |
378 | 2025-03-07T22:31:30.177Z | Downloaded typenum v1.17.0 |
379 | 2025-03-07T22:31:30.177Z | Downloaded unicode-ident v1.0.14 |
380 | 2025-03-07T22:31:30.180Z | Downloaded toml v0.8.20 |
381 | 2025-03-07T22:31:30.187Z | Downloaded pest_meta v2.7.14 |
382 | 2025-03-07T22:31:30.187Z | Downloaded log v0.4.22 |
383 | 2025-03-07T22:31:30.187Z | Downloaded serde_derive v1.0.218 |
384 | 2025-03-07T22:31:30.191Z | Downloaded bitflags v2.6.0 |
385 | 2025-03-07T22:31:30.195Z | Downloaded textwrap v0.16.1 |
386 | 2025-03-07T22:31:30.198Z | Downloaded clap v4.5.31 |
387 | 2025-03-07T22:31:30.204Z | Downloaded serde v1.0.218 |
388 | 2025-03-07T22:31:30.208Z | Downloaded memchr v2.7.4 |
389 | 2025-03-07T22:31:30.213Z | Downloaded indexmap v2.7.1 |
390 | 2025-03-07T22:31:30.217Z | Downloaded scroll v0.12.0 |
391 | 2025-03-07T22:31:30.220Z | Downloaded cargo_toml v0.21.0 |
392 | 2025-03-07T22:31:30.220Z | Downloaded fastrand v2.1.1 |
393 | 2025-03-07T22:31:30.224Z | Downloaded anyhow v1.0.97 |
394 | 2025-03-07T22:31:30.228Z | Downloaded serde_tokenstream v0.2.2 |
395 | 2025-03-07T22:31:30.228Z | Downloaded toml_edit v0.22.24 |
396 | 2025-03-07T22:31:30.251Z | Downloaded memmap v0.7.0 |
397 | 2025-03-07T22:31:30.254Z | Downloaded pest v2.7.14 |
398 | 2025-03-07T22:31:30.257Z | Downloaded heck v0.4.1 |
399 | 2025-03-07T22:31:30.257Z | Downloaded bytecount v0.6.8 |
400 | 2025-03-07T22:31:30.260Z | Downloaded block-buffer v0.10.4 |
401 | 2025-03-07T22:31:30.261Z | Downloaded bitflags v1.3.2 |
402 | 2025-03-07T22:31:30.264Z | Downloaded anstyle-query v1.1.1 |
403 | 2025-03-07T22:31:30.264Z | Downloaded scroll_derive v0.12.0 |
404 | 2025-03-07T22:31:30.264Z | Downloaded serde_json v1.0.139 |
405 | 2025-03-07T22:31:30.271Z | Downloaded hashbrown v0.15.1 |
406 | 2025-03-07T22:31:30.276Z | Downloaded clap_builder v4.5.31 |
407 | 2025-03-07T22:31:30.283Z | Downloaded zerocopy v0.7.35 |
408 | 2025-03-07T22:31:30.299Z | Downloaded goblin v0.8.2 |
409 | 2025-03-07T22:31:30.305Z | Downloaded tabled v0.15.0 |
410 | 2025-03-07T22:31:30.334Z | Downloaded syn v1.0.109 |
411 | 2025-03-07T22:31:30.344Z | Downloaded unicode-width v0.1.14 |
412 | 2025-03-07T22:31:30.350Z | Downloaded syn v2.0.98 |
413 | 2025-03-07T22:31:30.361Z | Downloaded rustix v0.37.28 |
414 | 2025-03-07T22:31:30.383Z | Downloaded rustix v0.38.37 |
415 | 2025-03-07T22:31:30.416Z | Downloaded libc v0.2.170 |
416 | 2025-03-07T22:31:30.556Z | Compiling proc-macro2 v1.0.93 |
417 | 2025-03-07T22:31:30.556Z | Compiling unicode-ident v1.0.14 |
418 | 2025-03-07T22:31:30.556Z | Compiling serde v1.0.218 |
419 | 2025-03-07T22:31:30.559Z | Compiling version_check v0.9.5 |
420 | 2025-03-07T22:31:30.559Z | Compiling libc v0.2.170 |
421 | 2025-03-07T22:31:30.559Z | Compiling memchr v2.7.4 |
422 | 2025-03-07T22:31:30.559Z | Compiling thiserror v1.0.69 |
423 | 2025-03-07T22:31:30.594Z | Compiling ucd-trie v0.1.7 |
424 | 2025-03-07T22:31:30.820Z | Compiling ryu v1.0.18 |
425 | 2025-03-07T22:31:31.165Z | Compiling itoa v1.0.11 |
426 | 2025-03-07T22:31:31.217Z | Compiling once_cell v1.20.3 |
427 | 2025-03-07T22:31:31.353Z | Compiling byteorder v1.5.0 |
428 | 2025-03-07T22:31:31.377Z | Compiling serde_json v1.0.139 |
429 | 2025-03-07T22:31:31.574Z | Compiling rustix v0.38.37 |
430 | 2025-03-07T22:31:31.774Z | Compiling bitflags v2.6.0 |
431 | 2025-03-07T22:31:31.871Z | Compiling usdt-impl v0.5.0 |
432 | 2025-03-07T22:31:32.108Z | Compiling proc-macro-error-attr v1.0.4 |
433 | 2025-03-07T22:31:32.136Z | Compiling io-lifetimes v1.0.11 |
434 | 2025-03-07T22:31:32.203Z | Compiling syn v1.0.109 |
435 | 2025-03-07T22:31:32.381Z | Compiling quote v1.0.38 |
436 | 2025-03-07T22:31:32.453Z | Compiling proc-macro-error v1.0.4 |
437 | 2025-03-07T22:31:32.508Z | Compiling errno v0.3.9 |
438 | 2025-03-07T22:31:32.662Z | Compiling equivalent v1.0.1 |
439 | 2025-03-07T22:31:32.749Z | Compiling syn v2.0.98 |
440 | 2025-03-07T22:31:32.813Z | Compiling utf8parse v0.2.2 |
441 | 2025-03-07T22:31:32.866Z | Compiling camino v1.1.9 |
442 | 2025-03-07T22:31:32.993Z | Compiling thread-id v4.2.2 |
443 | 2025-03-07T22:31:33.018Z | Compiling plain v0.2.3 |
444 | 2025-03-07T22:31:33.024Z | Compiling hashbrown v0.15.1 |
445 | 2025-03-07T22:31:33.061Z | Compiling log v0.4.22 |
446 | 2025-03-07T22:31:33.113Z | Compiling rustix v0.37.28 |
447 | 2025-03-07T22:31:33.357Z | Compiling anstyle-parse v0.2.5 |
448 | 2025-03-07T22:31:33.708Z | Compiling anstyle v1.0.10 |
449 | 2025-03-07T22:31:34.008Z | Compiling anstyle-query v1.1.1 |
450 | 2025-03-07T22:31:34.116Z | Compiling indexmap v2.7.1 |
451 | 2025-03-07T22:31:34.140Z | Compiling is_terminal_polyfill v1.70.1 |
452 | 2025-03-07T22:31:34.170Z | Compiling pretty-hex v0.4.1 |
453 | 2025-03-07T22:31:34.194Z | Compiling thiserror v2.0.11 |
454 | 2025-03-07T22:31:34.204Z | Compiling unicode-width v0.1.14 |
455 | 2025-03-07T22:31:34.279Z | Compiling winnow v0.7.3 |
456 | 2025-03-07T22:31:34.407Z | Compiling autocfg v1.4.0 |
457 | 2025-03-07T22:31:34.814Z | Compiling bitflags v1.3.2 |
458 | 2025-03-07T22:31:34.827Z | Compiling colorchoice v1.0.2 |
459 | 2025-03-07T22:31:34.926Z | Compiling semver v1.0.25 |
460 | 2025-03-07T22:31:35.109Z | Compiling anstream v0.6.15 |
461 | 2025-03-07T22:31:35.434Z | Compiling fs-err v2.11.0 |
462 | 2025-03-07T22:31:35.630Z | Compiling terminal_size v0.4.0 |
463 | 2025-03-07T22:31:35.900Z | Compiling cfg-if v1.0.0 |
464 | 2025-03-07T22:31:35.903Z | Compiling anyhow v1.0.97 |
465 | 2025-03-07T22:31:35.950Z | Compiling fnv v1.0.7 |
466 | 2025-03-07T22:31:36.037Z | Compiling fastrand v2.1.1 |
467 | 2025-03-07T22:31:36.098Z | Compiling heck v0.4.1 |
468 | 2025-03-07T22:31:36.199Z | Compiling bytecount v0.6.8 |
469 | 2025-03-07T22:31:36.496Z | Compiling strsim v0.11.1 |
470 | 2025-03-07T22:31:36.530Z | Compiling clap_lex v0.7.4 |
471 | 2025-03-07T22:31:36.556Z | Compiling heck v0.5.0 |
472 | 2025-03-07T22:31:36.755Z | Compiling terminal_size v0.2.6 |
473 | 2025-03-07T22:31:36.964Z | Compiling clap_builder v4.5.31 |
474 | 2025-03-07T22:31:37.021Z | Compiling tempfile v3.13.0 |
475 | 2025-03-07T22:31:37.025Z | Compiling papergrid v0.11.0 |
476 | 2025-03-07T22:31:37.371Z | Compiling memmap v0.7.0 |
477 | 2025-03-07T22:31:37.395Z | Compiling smawk v0.3.2 |
478 | 2025-03-07T22:31:39.317Z | Compiling unicode-linebreak v0.1.5 |
479 | 2025-03-07T22:31:39.356Z | Compiling swrite v0.1.0 |
480 | 2025-03-07T22:31:39.356Z | Compiling textwrap v0.16.1 |
481 | 2025-03-07T22:31:39.356Z | Compiling tabled_derive v0.7.0 |
482 | 2025-03-07T22:31:39.996Z | Compiling serde_derive v1.0.218 |
483 | 2025-03-07T22:31:39.996Z | Compiling thiserror-impl v1.0.69 |
484 | 2025-03-07T22:31:39.999Z | Compiling zerocopy-derive v0.7.35 |
485 | 2025-03-07T22:31:39.999Z | Compiling scroll_derive v0.12.0 |
486 | 2025-03-07T22:31:40.000Z | Compiling thiserror-impl v2.0.11 |
487 | 2025-03-07T22:31:40.000Z | Compiling clap_derive v4.5.28 |
488 | 2025-03-07T22:31:40.336Z | Compiling tabled v0.15.0 |
489 | 2025-03-07T22:31:41.425Z | Compiling scroll v0.12.0 |
490 | 2025-03-07T22:31:41.900Z | Compiling zerocopy v0.7.35 |
491 | 2025-03-07T22:31:42.024Z | Compiling goblin v0.8.2 |
492 | 2025-03-07T22:31:43.144Z | Compiling pest v2.7.14 |
493 | 2025-03-07T22:31:44.275Z | Compiling clap v4.5.31 |
494 | 2025-03-07T22:31:45.501Z | Compiling pest_meta v2.7.14 |
495 | 2025-03-07T22:31:46.385Z | Compiling pest_generator v2.7.14 |
496 | 2025-03-07T22:31:47.758Z | Compiling pest_derive v2.7.14 |
497 | 2025-03-07T22:31:48.369Z | Compiling dtrace-parser v0.2.0 |
498 | 2025-03-07T22:31:49.254Z | Compiling serde_tokenstream v0.2.2 |
499 | 2025-03-07T22:31:49.289Z | Compiling toml_datetime v0.6.8 |
500 | 2025-03-07T22:31:49.294Z | Compiling serde_spanned v0.6.8 |
501 | 2025-03-07T22:31:49.519Z | Compiling cargo-platform v0.1.8 |
502 | 2025-03-07T22:31:49.571Z | Compiling macaddr v1.0.1 |
503 | 2025-03-07T22:31:49.774Z | Compiling toml_edit v0.22.24 |
504 | 2025-03-07T22:31:49.967Z | Compiling camino-tempfile v1.1.1 |
505 | 2025-03-07T22:31:50.645Z | Compiling dof v0.3.0 |
506 | 2025-03-07T22:31:50.645Z | Compiling cargo_metadata v0.19.2 |
507 | 2025-03-07T22:31:52.019Z | Compiling usdt-attr-macro v0.5.0 |
508 | 2025-03-07T22:31:52.035Z | Compiling usdt-macro v0.5.0 |
509 | 2025-03-07T22:31:52.451Z | Compiling toml v0.8.20 |
510 | 2025-03-07T22:31:53.080Z | Compiling usdt v0.5.0 |
511 | 2025-03-07T22:31:53.317Z | Compiling cargo_toml v0.21.0 |
512 | 2025-03-07T22:31:55.941Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
513 | 2025-03-07T22:31:59.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.76s |
514 | 2025-03-07T22:31:59.460Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
515 | 2025-03-07T22:32:00.041Z | Downloading crates ... |
516 | 2025-03-07T22:32:00.201Z | Downloaded atty v0.2.14 |
517 | 2025-03-07T22:32:00.215Z | Downloaded atomicwrites v0.4.4 |
518 | 2025-03-07T22:32:00.218Z | Downloaded adler2 v2.0.0 |
519 | 2025-03-07T22:32:00.222Z | Downloaded http-range v0.1.5 |
520 | 2025-03-07T22:32:00.222Z | Downloaded cfg_aliases v0.2.1 |
521 | 2025-03-07T22:32:00.226Z | Downloaded aead v0.5.2 |
522 | 2025-03-07T22:32:00.231Z | Downloaded cfg_aliases v0.1.1 |
523 | 2025-03-07T22:32:00.231Z | Downloaded headers-core v0.3.0 |
524 | 2025-03-07T22:32:00.236Z | Downloaded http-body v1.0.1 |
525 | 2025-03-07T22:32:00.239Z | Downloaded hostname v0.3.1 |
526 | 2025-03-07T22:32:00.247Z | Downloaded cstr-argument v0.1.2 |
527 | 2025-03-07T22:32:00.250Z | Downloaded hex-literal v0.4.1 |
528 | 2025-03-07T22:32:00.250Z | Downloaded ctr v0.9.2 |
529 | 2025-03-07T22:32:00.254Z | Downloaded cassowary v0.3.0 |
530 | 2025-03-07T22:32:00.254Z | Downloaded base16ct v0.2.0 |
531 | 2025-03-07T22:32:00.257Z | Downloaded atomic-waker v1.1.2 |
532 | 2025-03-07T22:32:00.257Z | Downloaded ciborium-io v0.2.2 |
533 | 2025-03-07T22:32:00.260Z | Downloaded crunchy v0.2.2 |
534 | 2025-03-07T22:32:00.260Z | Downloaded crucible-workspace-hack v0.1.0 |
535 | 2025-03-07T22:32:00.260Z | Downloaded ident_case v1.0.1 |
536 | 2025-03-07T22:32:00.263Z | Downloaded arrayref v0.3.9 |
537 | 2025-03-07T22:32:00.263Z | Downloaded blowfish v0.9.1 |
538 | 2025-03-07T22:32:00.266Z | Downloaded ascii-canvas v3.0.0 |
539 | 2025-03-07T22:32:00.269Z | Downloaded is_ci v1.2.0 |
540 | 2025-03-07T22:32:00.272Z | Downloaded bb8 v0.8.5 |
541 | 2025-03-07T22:32:00.272Z | Downloaded icu_provider_macros v1.5.0 |
542 | 2025-03-07T22:32:00.275Z | Downloaded async-recursion v1.1.1 |
543 | 2025-03-07T22:32:00.278Z | Downloaded addr2line v0.24.2 |
544 | 2025-03-07T22:32:00.280Z | Downloaded convert_case v0.4.0 |
545 | 2025-03-07T22:32:00.280Z | Downloaded bit-set v0.5.3 |
546 | 2025-03-07T22:32:00.284Z | Downloaded pretty-hex v0.2.1 |
547 | 2025-03-07T22:32:00.284Z | Downloaded instant v0.1.13 |
548 | 2025-03-07T22:32:00.289Z | Downloaded chrono-tz-build v0.4.0 |
549 | 2025-03-07T22:32:00.290Z | Downloaded chacha20 v0.9.1 |
550 | 2025-03-07T22:32:00.290Z | Downloaded bit-vec v0.6.3 |
551 | 2025-03-07T22:32:00.293Z | Downloaded match_cfg v0.1.0 |
552 | 2025-03-07T22:32:00.293Z | Downloaded block-padding v0.3.3 |
553 | 2025-03-07T22:32:00.293Z | Downloaded md5 v0.7.0 |
554 | 2025-03-07T22:32:00.297Z | Downloaded bitfield v0.14.0 |
555 | 2025-03-07T22:32:00.297Z | Downloaded crc-catalog v2.4.0 |
556 | 2025-03-07T22:32:00.301Z | Downloaded bitfield-struct v0.6.2 |
557 | 2025-03-07T22:32:00.301Z | Downloaded castaway v0.2.3 |
558 | 2025-03-07T22:32:00.309Z | Downloaded crc v3.2.1 |
559 | 2025-03-07T22:32:00.309Z | Downloaded hex v0.4.3 |
560 | 2025-03-07T22:32:00.309Z | Downloaded hostname v0.4.0 |
561 | 2025-03-07T22:32:00.312Z | Downloaded constant_time_eq v0.3.1 |
562 | 2025-03-07T22:32:00.312Z | Downloaded ciborium-ll v0.2.2 |
563 | 2025-03-07T22:32:00.312Z | Downloaded http-body-util v0.1.2 |
564 | 2025-03-07T22:32:00.315Z | Downloaded cmake v0.1.51 |
565 | 2025-03-07T22:32:00.318Z | Downloaded cexpr v0.6.0 |
566 | 2025-03-07T22:32:00.318Z | Downloaded home v0.5.9 |
567 | 2025-03-07T22:32:00.321Z | Downloaded heck v0.3.3 |
568 | 2025-03-07T22:32:00.325Z | Downloaded progenitor-client v0.9.1 |
569 | 2025-03-07T22:32:00.325Z | Downloaded internet-checksum v0.2.1 |
570 | 2025-03-07T22:32:00.325Z | Downloaded crossbeam-deque v0.8.5 |
571 | 2025-03-07T22:32:00.328Z | Downloaded cipher v0.4.4 |
572 | 2025-03-07T22:32:00.329Z | Downloaded cobs v0.2.3 |
573 | 2025-03-07T22:32:00.332Z | Downloaded bit-set v0.8.0 |
574 | 2025-03-07T22:32:00.332Z | Downloaded async-stream v0.3.6 |
575 | 2025-03-07T22:32:00.335Z | Downloaded hyper-tls v0.6.0 |
576 | 2025-03-07T22:32:00.337Z | Downloaded lazycell v1.3.0 |
577 | 2025-03-07T22:32:00.338Z | Downloaded is-terminal v0.4.13 |
578 | 2025-03-07T22:32:00.340Z | Downloaded argon2 v0.5.3 |
579 | 2025-03-07T22:32:00.344Z | Downloaded colored v2.2.0 |
580 | 2025-03-07T22:32:00.347Z | Downloaded lru-cache v0.1.2 |
581 | 2025-03-07T22:32:00.347Z | Downloaded lockfree-object-pool v0.1.6 |
582 | 2025-03-07T22:32:00.349Z | Downloaded lazy_static v1.5.0 |
583 | 2025-03-07T22:32:00.353Z | Downloaded kstat-rs v0.2.4 |
584 | 2025-03-07T22:32:00.353Z | Downloaded lru v0.12.5 |
585 | 2025-03-07T22:32:00.355Z | Downloaded keccak v0.1.5 |
586 | 2025-03-07T22:32:00.358Z | Downloaded salsa20 v0.10.2 |
587 | 2025-03-07T22:32:00.358Z | Downloaded signal-hook-tokio v0.3.1 |
588 | 2025-03-07T22:32:00.361Z | Downloaded backoff v0.4.0 |
589 | 2025-03-07T22:32:00.362Z | Downloaded async-stream-impl v0.3.6 |
590 | 2025-03-07T22:32:00.365Z | Downloaded ipnetwork v0.21.1 |
591 | 2025-03-07T22:32:00.377Z | Downloaded mime v0.3.17 |
592 | 2025-03-07T22:32:00.377Z | Downloaded base64ct v1.6.0 |
593 | 2025-03-07T22:32:00.378Z | Downloaded md-5 v0.10.6 |
594 | 2025-03-07T22:32:00.378Z | Downloaded cbc v0.1.2 |
595 | 2025-03-07T22:32:00.378Z | Downloaded memoffset v0.9.1 |
596 | 2025-03-07T22:32:00.378Z | Downloaded highway v1.3.0 |
597 | 2025-03-07T22:32:00.392Z | Downloaded console v0.15.10 |
598 | 2025-03-07T22:32:00.400Z | Downloaded proc-macro-error-attr2 v2.0.0 |
599 | 2025-03-07T22:32:00.400Z | Downloaded toolchain_find v0.4.0 |
600 | 2025-03-07T22:32:00.400Z | Downloaded take_mut v0.2.2 |
601 | 2025-03-07T22:32:00.400Z | Downloaded serde_repr v0.1.19 |
602 | 2025-03-07T22:32:00.400Z | Downloaded strum v0.26.3 |
603 | 2025-03-07T22:32:00.400Z | Downloaded httparse v1.9.5 |
604 | 2025-03-07T22:32:00.400Z | Downloaded cargo_metadata v0.18.1 |
605 | 2025-03-07T22:32:00.400Z | Downloaded cancel-safe-futures v0.1.5 |
606 | 2025-03-07T22:32:00.403Z | Downloaded yoke-derive v0.7.4 |
607 | 2025-03-07T22:32:00.403Z | Downloaded rand_xorshift v0.3.0 |
608 | 2025-03-07T22:32:00.403Z | Downloaded ref-cast v1.0.23 |
609 | 2025-03-07T22:32:00.406Z | Downloaded litemap v0.7.3 |
610 | 2025-03-07T22:32:00.409Z | Downloaded rand_chacha v0.9.0 |
611 | 2025-03-07T22:32:00.412Z | Downloaded r2d2 v0.8.10 |
612 | 2025-03-07T22:32:00.415Z | Downloaded quick-error v1.2.3 |
613 | 2025-03-07T22:32:00.415Z | Downloaded want v0.3.1 |
614 | 2025-03-07T22:32:00.418Z | Downloaded hyper-rustls v0.27.3 |
615 | 2025-03-07T22:32:00.421Z | Downloaded rustc_version v0.1.7 |
616 | 2025-03-07T22:32:00.421Z | Downloaded impl-trait-for-tuples v0.2.2 |
617 | 2025-03-07T22:32:00.424Z | Downloaded blake2 v0.10.6 |
618 | 2025-03-07T22:32:00.427Z | Downloaded smf v0.2.3 |
619 | 2025-03-07T22:32:00.431Z | Downloaded smallvec v0.6.14 |
620 | 2025-03-07T22:32:00.431Z | Downloaded hyper-staticfile v0.10.1 |
621 | 2025-03-07T22:32:00.433Z | Downloaded libloading v0.8.5 |
622 | 2025-03-07T22:32:00.437Z | Downloaded icu_locid_transform v1.5.0 |
623 | 2025-03-07T22:32:00.440Z | Downloaded mime_guess v2.0.5 |
624 | 2025-03-07T22:32:00.443Z | Downloaded headers v0.4.0 |
625 | 2025-03-07T22:32:00.450Z | Downloaded topological-sort v0.2.2 |
626 | 2025-03-07T22:32:00.450Z | Downloaded rustc_version v0.4.1 |
627 | 2025-03-07T22:32:00.453Z | Downloaded crossbeam-epoch v0.9.18 |
628 | 2025-03-07T22:32:00.457Z | Downloaded tokio-native-tls v0.3.1 |
629 | 2025-03-07T22:32:00.460Z | Downloaded typify-macro v0.3.0 |
630 | 2025-03-07T22:32:00.460Z | Downloaded tap v1.0.1 |
631 | 2025-03-07T22:32:00.460Z | Downloaded compact_str v0.8.0 |
632 | 2025-03-07T22:32:00.464Z | Downloaded ssh-cipher v0.2.0 |
633 | 2025-03-07T22:32:00.467Z | Downloaded opaque-debug v0.3.1 |
634 | 2025-03-07T22:32:00.469Z | Downloaded num-conv v0.1.0 |
635 | 2025-03-07T22:32:00.469Z | Downloaded unicode-truncate v1.1.0 |
636 | 2025-03-07T22:32:00.472Z | Downloaded peg-runtime v0.8.5 |
637 | 2025-03-07T22:32:00.472Z | Downloaded allocator-api2 v0.2.18 |
638 | 2025-03-07T22:32:00.476Z | Downloaded precomputed-hash v0.1.1 |
639 | 2025-03-07T22:32:00.479Z | Downloaded chacha20poly1305 v0.10.1 |
640 | 2025-03-07T22:32:00.480Z | Downloaded newtype_derive v0.1.6 |
641 | 2025-03-07T22:32:00.484Z | Downloaded slog-bunyan v2.5.0 |
642 | 2025-03-07T22:32:00.484Z | Downloaded progenitor-client v0.8.0 |
643 | 2025-03-07T22:32:00.488Z | Downloaded der_derive v0.7.3 |
644 | 2025-03-07T22:32:00.488Z | Downloaded slog-async v2.8.0 |
645 | 2025-03-07T22:32:00.491Z | Downloaded icu_provider v1.5.0 |
646 | 2025-03-07T22:32:00.500Z | Downloaded sec1 v0.7.3 |
647 | 2025-03-07T22:32:00.500Z | Downloaded smallvec v1.14.0 |
648 | 2025-03-07T22:32:00.505Z | Downloaded cookie v0.18.1 |
649 | 2025-03-07T22:32:00.505Z | Downloaded indexmap v1.9.3 |
650 | 2025-03-07T22:32:00.505Z | Downloaded litrs v0.4.1 |
651 | 2025-03-07T22:32:00.508Z | Downloaded string_cache v0.8.7 |
652 | 2025-03-07T22:32:00.513Z | Downloaded simd-adler32 v0.3.7 |
653 | 2025-03-07T22:32:00.513Z | Downloaded bytes v1.10.0 |
654 | 2025-03-07T22:32:00.517Z | Downloaded memmap2 v0.9.5 |
655 | 2025-03-07T22:32:00.521Z | Downloaded futures-io v0.3.31 |
656 | 2025-03-07T22:32:00.531Z | Downloaded sync-ptr v0.1.1 |
657 | 2025-03-07T22:32:00.535Z | Downloaded embedded-io v0.6.1 |
658 | 2025-03-07T22:32:00.535Z | Downloaded try-lock v0.2.5 |
659 | 2025-03-07T22:32:00.538Z | Downloaded packed_struct v0.10.1 |
660 | 2025-03-07T22:32:00.538Z | Downloaded embedded-io v0.4.0 |
661 | 2025-03-07T22:32:00.542Z | Downloaded nibble_vec v0.1.0 |
662 | 2025-03-07T22:32:00.542Z | Downloaded vsss-rs v3.3.4 |
663 | 2025-03-07T22:32:00.547Z | Downloaded rand_core v0.6.4 |
664 | 2025-03-07T22:32:00.550Z | Downloaded primeorder v0.13.6 |
665 | 2025-03-07T22:32:00.550Z | Downloaded percent-encoding v2.3.1 |
666 | 2025-03-07T22:32:00.550Z | Downloaded pbkdf2 v0.12.2 |
667 | 2025-03-07T22:32:00.553Z | Downloaded rustls-pemfile v1.0.4 |
668 | 2025-03-07T22:32:00.558Z | Downloaded darling_macro v0.20.10 |
669 | 2025-03-07T22:32:00.558Z | Downloaded zeroize_derive v1.4.2 |
670 | 2025-03-07T22:32:00.558Z | Downloaded rand_seeder v0.3.0 |
671 | 2025-03-07T22:32:00.561Z | Downloaded ron v0.7.1 |
672 | 2025-03-07T22:32:00.565Z | Downloaded progenitor-macro v0.8.0 |
673 | 2025-03-07T22:32:00.569Z | Downloaded pem v3.0.5 |
674 | 2025-03-07T22:32:00.569Z | Downloaded pbkdf2 v0.11.0 |
675 | 2025-03-07T22:32:00.572Z | Downloaded darling v0.20.10 |
676 | 2025-03-07T22:32:00.576Z | Downloaded normalize-line-endings v0.3.0 |
677 | 2025-03-07T22:32:00.581Z | Downloaded dsl_auto_type v0.1.2 |
678 | 2025-03-07T22:32:00.581Z | Downloaded oso-derive v0.27.3 |
679 | 2025-03-07T22:32:00.581Z | Downloaded indicatif v0.17.11 |
680 | 2025-03-07T22:32:00.585Z | Downloaded thiserror-impl-no-std v2.0.2 |
681 | 2025-03-07T22:32:00.588Z | Downloaded termtree v0.5.1 |
682 | 2025-03-07T22:32:00.591Z | Downloaded mockall v0.13.1 |
683 | 2025-03-07T22:32:00.591Z | Downloaded icu_properties v1.5.1 |
684 | 2025-03-07T22:32:00.594Z | Downloaded icu_normalizer v1.5.0 |
685 | 2025-03-07T22:32:00.598Z | Downloaded heapless v0.8.0 |
686 | 2025-03-07T22:32:00.604Z | Downloaded ghash v0.5.1 |
687 | 2025-03-07T22:32:00.607Z | Downloaded unarray v0.1.4 |
688 | 2025-03-07T22:32:00.607Z | Downloaded typify-macro v0.2.0 |
689 | 2025-03-07T22:32:00.607Z | Downloaded semver v0.1.20 |
690 | 2025-03-07T22:32:00.610Z | Downloaded unicase v2.7.0 |
691 | 2025-03-07T22:32:00.610Z | Downloaded zerofrom-derive v0.1.4 |
692 | 2025-03-07T22:32:00.613Z | Downloaded rustls-pemfile v2.2.0 |
693 | 2025-03-07T22:32:00.617Z | Downloaded thiserror-no-std v2.0.2 |
694 | 2025-03-07T22:32:00.621Z | Downloaded data-encoding v2.6.0 |
695 | 2025-03-07T22:32:00.624Z | Downloaded ed25519 v2.2.3 |
696 | 2025-03-07T22:32:00.624Z | Downloaded rustc-hash v1.1.0 |
697 | 2025-03-07T22:32:00.628Z | Downloaded tokio-tungstenite v0.23.1 |
698 | 2025-03-07T22:32:00.628Z | Downloaded dropshot_endpoint v0.12.0 |
699 | 2025-03-07T22:32:00.632Z | Downloaded pem-rfc7468 v0.7.0 |
700 | 2025-03-07T22:32:00.640Z | Downloaded crypto-bigint v0.5.5 |
701 | 2025-03-07T22:32:00.645Z | Downloaded termtree v0.4.1 |
702 | 2025-03-07T22:32:00.645Z | Downloaded hickory-server v0.24.4 |
703 | 2025-03-07T22:32:00.650Z | Downloaded secrecy v0.8.0 |
704 | 2025-03-07T22:32:00.655Z | Downloaded form_urlencoded v1.2.1 |
705 | 2025-03-07T22:32:00.655Z | Downloaded tokio-tungstenite v0.21.0 |
706 | 2025-03-07T22:32:00.659Z | Downloaded test-strategy v0.4.0 |
707 | 2025-03-07T22:32:00.663Z | Downloaded icu_locid v1.5.0 |
708 | 2025-03-07T22:32:00.666Z | Downloaded sqlparser_derive v0.2.2 |
709 | 2025-03-07T22:32:00.670Z | Downloaded miniz_oxide v0.8.5 |
710 | 2025-03-07T22:32:00.673Z | Downloaded zeroize v1.8.1 |
711 | 2025-03-07T22:32:00.673Z | Downloaded whoami v1.5.2 |
712 | 2025-03-07T22:32:00.676Z | Downloaded uuid v1.15.1 |
713 | 2025-03-07T22:32:00.679Z | Downloaded hickory-resolver v0.24.4 |
714 | 2025-03-07T22:32:00.684Z | Downloaded rustc-hash v2.1.1 |
715 | 2025-03-07T22:32:00.687Z | Downloaded rfc6979 v0.4.0 |
716 | 2025-03-07T22:32:00.687Z | Downloaded downcast v0.11.0 |
717 | 2025-03-07T22:32:00.690Z | Downloaded diesel_table_macro_syntax v0.2.0 |
718 | 2025-03-07T22:32:00.690Z | Downloaded vte_generate_state_changes v0.1.2 |
719 | 2025-03-07T22:32:00.694Z | Downloaded ecdsa v0.16.9 |
720 | 2025-03-07T22:32:00.694Z | Downloaded glob v0.3.2 |
721 | 2025-03-07T22:32:00.697Z | Downloaded serde_with_macros v3.12.0 |
722 | 2025-03-07T22:32:00.700Z | Downloaded predicates-tree v1.0.11 |
723 | 2025-03-07T22:32:00.700Z | Downloaded elliptic-curve v0.13.8 |
724 | 2025-03-07T22:32:00.704Z | Downloaded thread_local v1.1.8 |
725 | 2025-03-07T22:32:00.707Z | Downloaded serde_urlencoded v0.7.1 |
726 | 2025-03-07T22:32:00.710Z | Downloaded untrusted v0.7.1 |
727 | 2025-03-07T22:32:00.710Z | Downloaded mockall_derive v0.13.1 |
728 | 2025-03-07T22:32:00.714Z | Downloaded predicates-core v1.0.8 |
729 | 2025-03-07T22:32:00.714Z | Downloaded openssl-macros v0.1.1 |
730 | 2025-03-07T22:32:00.719Z | Downloaded parking_lot_core v0.8.6 |
731 | 2025-03-07T22:32:00.719Z | Downloaded num-rational v0.4.2 |
732 | 2025-03-07T22:32:00.723Z | Downloaded icu_collections v1.5.0 |
733 | 2025-03-07T22:32:00.727Z | Downloaded shell-words v1.1.0 |
734 | 2025-03-07T22:32:00.731Z | Downloaded paste v1.0.15 |
735 | 2025-03-07T22:32:00.734Z | Downloaded defmt v0.3.8 |
736 | 2025-03-07T22:32:00.740Z | Downloaded aes v0.8.4 |
737 | 2025-03-07T22:32:00.740Z | Downloaded progenitor-impl v0.8.0 |
738 | 2025-03-07T22:32:00.744Z | Downloaded phf_shared v0.10.0 |
739 | 2025-03-07T22:32:00.744Z | Downloaded zone v0.1.8 |
740 | 2025-03-07T22:32:00.744Z | Downloaded zerovec-derive v0.10.3 |
741 | 2025-03-07T22:32:00.747Z | Downloaded predicates v3.1.3 |
742 | 2025-03-07T22:32:00.751Z | Downloaded dirs-next v2.0.0 |
743 | 2025-03-07T22:32:00.751Z | Downloaded stringprep v0.1.5 |
744 | 2025-03-07T22:32:00.754Z | Downloaded shlex v1.3.0 |
745 | 2025-03-07T22:32:00.754Z | Downloaded darling_core v0.20.10 |
746 | 2025-03-07T22:32:00.760Z | Downloaded olpc-cjson v0.1.4 |
747 | 2025-03-07T22:32:00.763Z | Downloaded num-integer v0.1.46 |
748 | 2025-03-07T22:32:00.766Z | Downloaded sync_wrapper v1.0.1 |
749 | 2025-03-07T22:32:00.766Z | Downloaded getrandom v0.3.1 |
750 | 2025-03-07T22:32:00.770Z | Downloaded futures-channel v0.3.31 |
751 | 2025-03-07T22:32:00.773Z | Downloaded fxhash v0.2.1 |
752 | 2025-03-07T22:32:00.774Z | Downloaded zip v0.6.6 |
753 | 2025-03-07T22:32:00.777Z | Downloaded waitgroup v0.1.2 |
754 | 2025-03-07T22:32:00.780Z | Downloaded powerfmt v0.2.0 |
755 | 2025-03-07T22:32:00.780Z | Downloaded minimal-lexical v0.2.1 |
756 | 2025-03-07T22:32:00.786Z | Downloaded hash32 v0.3.1 |
757 | 2025-03-07T22:32:00.790Z | Downloaded hash32 v0.2.1 |
758 | 2025-03-07T22:32:00.790Z | Downloaded futures-executor v0.3.31 |
759 | 2025-03-07T22:32:00.795Z | Downloaded gethostname v0.5.0 |
760 | 2025-03-07T22:32:00.795Z | Downloaded document-features v0.2.10 |
761 | 2025-03-07T22:32:00.799Z | Downloaded signal-hook-mio v0.2.4 |
762 | 2025-03-07T22:32:00.799Z | Downloaded serde_plain v1.0.2 |
763 | 2025-03-07T22:32:00.799Z | Downloaded globset v0.4.15 |
764 | 2025-03-07T22:32:00.803Z | Downloaded subtle v2.6.1 |
765 | 2025-03-07T22:32:00.803Z | Downloaded zerocopy v0.6.6 |
766 | 2025-03-07T22:32:00.807Z | Downloaded foreign-types v0.3.2 |
767 | 2025-03-07T22:32:00.807Z | Downloaded unicode-properties v0.1.3 |
768 | 2025-03-07T22:32:00.811Z | Downloaded snafu-derive v0.8.5 |
769 | 2025-03-07T22:32:00.811Z | Downloaded diff v0.1.13 |
770 | 2025-03-07T22:32:00.818Z | Downloaded zip v2.1.3 |
771 | 2025-03-07T22:32:00.821Z | Downloaded russh-cryptovec v0.7.3 |
772 | 2025-03-07T22:32:00.821Z | Downloaded russh-keys v0.45.0 |
773 | 2025-03-07T22:32:00.825Z | Downloaded ref-cast-impl v1.0.23 |
774 | 2025-03-07T22:32:00.825Z | Downloaded unicode-bidi v0.3.17 |
775 | 2025-03-07T22:32:00.829Z | Downloaded utf8_iter v1.0.4 |
776 | 2025-03-07T22:32:00.829Z | Downloaded utf16_iter v1.0.5 |
777 | 2025-03-07T22:32:00.833Z | Downloaded resolv-conf v0.7.0 |
778 | 2025-03-07T22:32:00.833Z | Downloaded static_assertions v1.1.0 |
779 | 2025-03-07T22:32:00.837Z | Downloaded serde_yaml v0.9.34+deprecated |
780 | 2025-03-07T22:32:00.842Z | Downloaded time-core v0.1.2 |
781 | 2025-03-07T22:32:00.842Z | Downloaded tokio-tungstenite v0.24.0 |
782 | 2025-03-07T22:32:00.845Z | Downloaded zone_cfg_derive v0.3.0 |
783 | 2025-03-07T22:32:00.845Z | Downloaded tokio-stream v0.1.17 |
784 | 2025-03-07T22:32:00.849Z | Downloaded num-traits v0.2.19 |
785 | 2025-03-07T22:32:00.854Z | Downloaded termcolor v1.4.1 |
786 | 2025-03-07T22:32:00.858Z | Downloaded toml_edit v0.19.15 |
787 | 2025-03-07T22:32:00.877Z | Downloaded num-iter v0.1.45 |
788 | 2025-03-07T22:32:00.885Z | Downloaded num-derive v0.4.2 |
789 | 2025-03-07T22:32:00.885Z | Downloaded wait-timeout v0.2.0 |
790 | 2025-03-07T22:32:00.885Z | Downloaded synstructure v0.13.1 |
791 | 2025-03-07T22:32:00.885Z | Downloaded displaydoc v0.2.5 |
792 | 2025-03-07T22:32:00.890Z | Downloaded newline-converter v0.3.0 |
793 | 2025-03-07T22:32:00.890Z | Downloaded derive_builder_macro v0.20.2 |
794 | 2025-03-07T22:32:00.890Z | Downloaded foreign-types v0.5.0 |
795 | 2025-03-07T22:32:00.890Z | Downloaded phf_shared v0.11.2 |
796 | 2025-03-07T22:32:00.890Z | Downloaded signal-hook v0.3.17 |
797 | 2025-03-07T22:32:00.893Z | Downloaded slog-envlogger v2.2.0 |
798 | 2025-03-07T22:32:00.893Z | Downloaded rustfmt-wrapper v0.2.1 |
799 | 2025-03-07T22:32:00.897Z | Downloaded libm v0.2.8 |
800 | 2025-03-07T22:32:00.917Z | Downloaded path-slash v0.1.5 |
801 | 2025-03-07T22:32:00.917Z | Downloaded slog-dtrace v0.3.0 |
802 | 2025-03-07T22:32:00.918Z | Downloaded diesel-dtrace v0.4.2 |
803 | 2025-03-07T22:32:00.918Z | Downloaded tower-layer v0.3.3 |
804 | 2025-03-07T22:32:00.918Z | Downloaded num_enum v0.5.11 |
805 | 2025-03-07T22:32:00.922Z | Downloaded tower-service v0.3.3 |
806 | 2025-03-07T22:32:00.922Z | Downloaded progenitor v0.8.0 |
807 | 2025-03-07T22:32:00.922Z | Downloaded parse-display-derive v0.10.0 |
808 | 2025-03-07T22:32:00.922Z | Downloaded postgres-types v0.2.9 |
809 | 2025-03-07T22:32:00.926Z | Downloaded unsafe-libyaml v0.2.11 |
810 | 2025-03-07T22:32:00.967Z | Downloaded zerofrom v0.1.4 |
811 | 2025-03-07T22:32:00.967Z | Downloaded schemars v0.8.22 |
812 | 2025-03-07T22:32:00.967Z | Downloaded rpassword v7.3.1 |
813 | 2025-03-07T22:32:00.967Z | Downloaded fallible-iterator v0.2.0 |
814 | 2025-03-07T22:32:00.967Z | Downloaded strum_macros v0.25.3 |
815 | 2025-03-07T22:32:00.989Z | Downloaded tiny-keccak v2.0.2 |
816 | 2025-03-07T22:32:00.989Z | Downloaded parse-size v1.1.0 |
817 | 2025-03-07T22:32:00.989Z | Downloaded parking_lot v0.11.2 |
818 | 2025-03-07T22:32:00.989Z | Downloaded aes-gcm v0.10.3 |
819 | 2025-03-07T22:32:00.989Z | Downloaded uzers v0.12.1 |
820 | 2025-03-07T22:32:00.989Z | Downloaded pkg-config v0.3.31 |
821 | 2025-03-07T22:32:00.989Z | Downloaded newtype-uuid v1.2.1 |
822 | 2025-03-07T22:32:00.990Z | Downloaded tower v0.5.2 |
823 | 2025-03-07T22:32:00.999Z | Downloaded sigpipe v0.1.3 |
824 | 2025-03-07T22:32:00.999Z | Downloaded twox-hash v2.1.0 |
825 | 2025-03-07T22:32:00.999Z | Downloaded pin-project v1.1.6 |
826 | 2025-03-07T22:32:00.999Z | Downloaded flagset v0.4.6 |
827 | 2025-03-07T22:32:01.004Z | Downloaded env_logger v0.11.5 |
828 | 2025-03-07T22:32:01.004Z | Downloaded fragile v2.0.0 |
829 | 2025-03-07T22:32:01.004Z | Downloaded proc-macro-error2 v2.0.1 |
830 | 2025-03-07T22:32:01.004Z | Downloaded foreign-types-shared v0.3.1 |
831 | 2025-03-07T22:32:01.009Z | Downloaded either v1.14.0 |
832 | 2025-03-07T22:32:01.009Z | Downloaded libxml v0.3.3 |
833 | 2025-03-07T22:32:01.013Z | Downloaded foreign-types-shared v0.1.1 |
834 | 2025-03-07T22:32:01.016Z | Downloaded packed_struct_codegen v0.10.1 |
835 | 2025-03-07T22:32:01.016Z | Downloaded num v0.4.3 |
836 | 2025-03-07T22:32:01.020Z | Downloaded multimap v0.10.0 |
837 | 2025-03-07T22:32:01.020Z | Downloaded endian-type v0.1.2 |
838 | 2025-03-07T22:32:01.020Z | Downloaded zone v0.3.0 |
839 | 2025-03-07T22:32:01.024Z | Downloaded rustversion v1.0.17 |
840 | 2025-03-07T22:32:01.024Z | Downloaded typed-path v0.9.3 |
841 | 2025-03-07T22:32:01.031Z | Downloaded tinyvec_macros v0.1.1 |
842 | 2025-03-07T22:32:01.034Z | Downloaded foreign-types-macros v0.2.3 |
843 | 2025-03-07T22:32:01.034Z | Downloaded scheduled-thread-pool v0.2.7 |
844 | 2025-03-07T22:32:01.039Z | Downloaded same-file v1.0.6 |
845 | 2025-03-07T22:32:01.040Z | Downloaded write16 v1.0.0 |
846 | 2025-03-07T22:32:01.040Z | Downloaded blake3 v1.5.4 |
847 | 2025-03-07T22:32:01.047Z | Downloaded diesel_derives v2.2.3 |
848 | 2025-03-07T22:32:01.052Z | Downloaded env_filter v0.1.2 |
849 | 2025-03-07T22:32:01.056Z | Downloaded psl-types v2.0.11 |
850 | 2025-03-07T22:32:01.056Z | Downloaded fixedbitset v0.4.2 |
851 | 2025-03-07T22:32:01.068Z | Downloaded password-hash v0.4.2 |
852 | 2025-03-07T22:32:01.068Z | Downloaded time-macros v0.2.18 |
853 | 2025-03-07T22:32:01.068Z | Downloaded progenitor v0.9.1 |
854 | 2025-03-07T22:32:01.068Z | Downloaded typify v0.3.0 |
855 | 2025-03-07T22:32:01.069Z | Downloaded aho-corasick v1.1.3 |
856 | 2025-03-07T22:32:01.075Z | Downloaded number_prefix v0.4.0 |
857 | 2025-03-07T22:32:01.087Z | Downloaded termios v0.3.3 |
858 | 2025-03-07T22:32:01.088Z | Downloaded untrusted v0.9.0 |
859 | 2025-03-07T22:32:01.088Z | Downloaded universal-hash v0.5.1 |
860 | 2025-03-07T22:32:01.088Z | Downloaded itertools v0.14.0 |
861 | 2025-03-07T22:32:01.091Z | Downloaded phf v0.11.2 |
862 | 2025-03-07T22:32:01.094Z | Downloaded hkdf v0.12.4 |
863 | 2025-03-07T22:32:01.097Z | Downloaded xattr v1.3.1 |
864 | 2025-03-07T22:32:01.100Z | Downloaded salty v0.3.0 |
865 | 2025-03-07T22:32:01.105Z | Downloaded poly1305 v0.8.0 |
866 | 2025-03-07T22:32:01.107Z | Downloaded funty v2.0.0 |
867 | 2025-03-07T22:32:01.110Z | Downloaded tracing-attributes v0.1.27 |
868 | 2025-03-07T22:32:01.115Z | Downloaded daft v0.1.1 |
869 | 2025-03-07T22:32:01.118Z | Downloaded openssl-probe v0.1.5 |
870 | 2025-03-07T22:32:01.118Z | Downloaded walkdir v2.5.0 |
871 | 2025-03-07T22:32:01.118Z | Downloaded serde_path_to_error v0.1.16 |
872 | 2025-03-07T22:32:01.122Z | Downloaded tinyvec v1.8.0 |
873 | 2025-03-07T22:32:01.125Z | Downloaded writeable v0.5.5 |
874 | 2025-03-07T22:32:01.125Z | Downloaded polyval v0.6.2 |
875 | 2025-03-07T22:32:01.128Z | Downloaded serde-hex v0.1.0 |
876 | 2025-03-07T22:32:01.128Z | Downloaded fixedbitset v0.5.7 |
877 | 2025-03-07T22:32:01.131Z | Downloaded strip-ansi-escapes v0.2.0 |
878 | 2025-03-07T22:32:01.145Z | Downloaded postgres-protocol v0.6.8 |
879 | 2025-03-07T22:32:01.146Z | Downloaded fatfs v0.3.6 |
880 | 2025-03-07T22:32:01.146Z | Downloaded hyper v1.6.0 |
881 | 2025-03-07T22:32:01.146Z | Downloaded serde-big-array v0.5.1 |
882 | 2025-03-07T22:32:01.148Z | Downloaded nu-ansi-term v0.50.1 |
883 | 2025-03-07T22:32:01.151Z | Downloaded num_enum_derive v0.5.11 |
884 | 2025-03-07T22:32:01.151Z | Downloaded curve25519-dalek-derive v0.1.1 |
885 | 2025-03-07T22:32:01.155Z | Downloaded itertools v0.13.0 |
886 | 2025-03-07T22:32:01.160Z | Downloaded tls_codec_derive v0.4.1 |
887 | 2025-03-07T22:32:01.164Z | Downloaded num_threads v0.1.7 |
888 | 2025-03-07T22:32:01.164Z | Downloaded phf_generator v0.11.2 |
889 | 2025-03-07T22:32:01.178Z | Downloaded radium v0.7.0 |
890 | 2025-03-07T22:32:01.178Z | Downloaded structmeta v0.3.0 |
891 | 2025-03-07T22:32:01.178Z | Downloaded idna v1.0.3 |
892 | 2025-03-07T22:32:01.178Z | Downloaded owo-colors v4.2.0 |
893 | 2025-03-07T22:32:01.178Z | Downloaded zone_cfg_derive v0.1.2 |
894 | 2025-03-07T22:32:01.178Z | Downloaded tinystr v0.7.6 |
895 | 2025-03-07T22:32:01.183Z | Downloaded rustls-pki-types v1.10.0 |
896 | 2025-03-07T22:32:01.183Z | Downloaded tracing-core v0.1.32 |
897 | 2025-03-07T22:32:01.197Z | Downloaded pin-utils v0.1.0 |
898 | 2025-03-07T22:32:01.197Z | Downloaded phf_codegen v0.11.2 |
899 | 2025-03-07T22:32:01.197Z | Downloaded fs_extra v1.3.0 |
900 | 2025-03-07T22:32:01.197Z | Downloaded scopeguard v1.2.0 |
901 | 2025-03-07T22:32:01.197Z | Downloaded serde_with v3.12.0 |
902 | 2025-03-07T22:32:01.202Z | Downloaded slog-term v2.9.1 |
903 | 2025-03-07T22:32:01.214Z | Downloaded der v0.7.9 |
904 | 2025-03-07T22:32:01.214Z | Downloaded spki v0.7.3 |
905 | 2025-03-07T22:32:01.214Z | Downloaded scrypt v0.11.0 |
906 | 2025-03-07T22:32:01.214Z | Downloaded ssh-key v0.6.6 |
907 | 2025-03-07T22:32:01.221Z | Downloaded pkcs8 v0.10.2 |
908 | 2025-03-07T22:32:01.224Z | Downloaded bindgen v0.69.5 |
909 | 2025-03-07T22:32:01.232Z | Downloaded schemars_derive v0.8.22 |
910 | 2025-03-07T22:32:01.235Z | Downloaded subprocess v0.2.9 |
911 | 2025-03-07T22:32:01.239Z | Downloaded quinn-udp v0.5.5 |
912 | 2025-03-07T22:32:01.239Z | Downloaded pretty_assertions v1.4.1 |
913 | 2025-03-07T22:32:01.242Z | Downloaded pkcs1 v0.7.5 |
914 | 2025-03-07T22:32:01.248Z | Downloaded tracing v0.1.40 |
915 | 2025-03-07T22:32:01.252Z | Downloaded toml v0.7.8 |
916 | 2025-03-07T22:32:01.257Z | Downloaded slog-stdlog v4.1.1 |
917 | 2025-03-07T22:32:01.257Z | Downloaded bindgen v0.71.1 |
918 | 2025-03-07T22:32:01.262Z | Downloaded oxnet v0.1.1 |
919 | 2025-03-07T22:32:01.266Z | Downloaded tls_codec v0.4.1 |
920 | 2025-03-07T22:32:01.266Z | Downloaded nodrop v0.1.14 |
921 | 2025-03-07T22:32:01.272Z | Downloaded serde_derive_internals v0.29.1 |
922 | 2025-03-07T22:32:01.272Z | Downloaded nanorand v0.7.0 |
923 | 2025-03-07T22:32:01.272Z | Downloaded ena v0.14.3 |
924 | 2025-03-07T22:32:01.276Z | Downloaded rustls-webpki v0.101.7 |
925 | 2025-03-07T22:32:01.289Z | Downloaded native-tls v0.2.12 |
926 | 2025-03-07T22:32:01.292Z | Downloaded chrono v0.4.40 |
927 | 2025-03-07T22:32:01.300Z | Downloaded spin v0.9.8 |
928 | 2025-03-07T22:32:01.304Z | Downloaded pkcs5 v0.7.1 |
929 | 2025-03-07T22:32:01.307Z | Downloaded url v2.5.3 |
930 | 2025-03-07T22:32:01.312Z | Downloaded derive_builder_core v0.20.2 |
931 | 2025-03-07T22:32:01.316Z | Downloaded prettyplease v0.2.29 |
932 | 2025-03-07T22:32:01.320Z | Downloaded slog v2.7.0 |
933 | 2025-03-07T22:32:01.320Z | Downloaded unicode_categories v0.1.1 |
934 | 2025-03-07T22:32:01.324Z | Downloaded p521 v0.13.3 |
935 | 2025-03-07T22:32:01.327Z | Downloaded reedline v0.38.0 |
936 | 2025-03-07T22:32:01.334Z | Downloaded futures-util v0.3.31 |
937 | 2025-03-07T22:32:01.346Z | Downloaded zopfli v0.8.1 |
938 | 2025-03-07T22:32:01.350Z | Downloaded multer v3.1.0 |
939 | 2025-03-07T22:32:01.354Z | Downloaded p256 v0.13.2 |
940 | 2025-03-07T22:32:01.357Z | Downloaded qorb v0.2.1 |
941 | 2025-03-07T22:32:01.361Z | Downloaded sqlformat v0.2.6 |
942 | 2025-03-07T22:32:01.364Z | Downloaded yansi v1.0.1 |
943 | 2025-03-07T22:32:01.368Z | Downloaded expectorate v1.1.0 |
944 | 2025-03-07T22:32:01.368Z | Downloaded hashbrown v0.12.3 |
945 | 2025-03-07T22:32:01.372Z | Downloaded unicode-normalization v0.1.24 |
946 | 2025-03-07T22:32:01.377Z | Downloaded oso v0.27.3 |
947 | 2025-03-07T22:32:01.380Z | Downloaded derive_more v0.99.19 |
948 | 2025-03-07T22:32:01.386Z | Downloaded h2 v0.4.6 |
949 | 2025-03-07T22:32:01.394Z | Downloaded samael v0.0.18 |
950 | 2025-03-07T22:32:01.401Z | Downloaded tabled v0.18.0 |
951 | 2025-03-07T22:32:01.420Z | Downloaded openssl-sys v0.9.106 |
952 | 2025-03-07T22:32:01.424Z | Downloaded icu_properties_data v1.5.0 |
953 | 2025-03-07T22:32:01.436Z | Downloaded rand v0.9.0 |
954 | 2025-03-07T22:32:01.441Z | Downloaded lalrpop v0.19.12 |
955 | 2025-03-07T22:32:01.453Z | Downloaded nom v7.1.3 |
956 | 2025-03-07T22:32:01.459Z | Downloaded portable-atomic v1.9.0 |
957 | 2025-03-07T22:32:01.466Z | Downloaded time v0.3.36 |
958 | 2025-03-07T22:32:01.474Z | Downloaded zerocopy-derive v0.8.10 |
959 | 2025-03-07T22:32:01.480Z | Downloaded rayon v1.10.0 |
960 | 2025-03-07T22:32:01.490Z | Downloaded webpki-roots v0.26.6 |
961 | 2025-03-07T22:32:01.494Z | Downloaded x509-cert v0.2.5 |
962 | 2025-03-07T22:32:01.501Z | Downloaded mio v1.0.2 |
963 | 2025-03-07T22:32:01.507Z | Downloaded vcpkg v0.2.15 |
964 | 2025-03-07T22:32:01.546Z | Downloaded hashbrown v0.13.2 |
965 | 2025-03-07T22:32:01.551Z | Downloaded winnow v0.6.20 |
966 | 2025-03-07T22:32:01.560Z | Downloaded zerovec v0.10.4 |
967 | 2025-03-07T22:32:01.567Z | Downloaded unicode-width v0.2.0 |
968 | 2025-03-07T22:32:01.574Z | Downloaded tokio-util v0.7.13 |
969 | 2025-03-07T22:32:01.581Z | Downloaded radix_trie v0.2.1 |
970 | 2025-03-07T22:32:01.586Z | Downloaded flate2 v1.1.0 |
971 | 2025-03-07T22:32:01.593Z | Downloaded rand v0.8.5 |
972 | 2025-03-07T22:32:01.596Z | Downloaded russh v0.45.0 |
973 | 2025-03-07T22:32:01.602Z | Downloaded openssl v0.10.71 |
974 | 2025-03-07T22:32:01.613Z | Downloaded quick-xml v0.37.2 |
975 | 2025-03-07T22:32:01.620Z | Downloaded object v0.30.4 |
976 | 2025-03-07T22:32:01.630Z | Downloaded rustyline v14.0.0 |
977 | 2025-03-07T22:32:01.636Z | Downloaded quinn-proto v0.11.8 |
978 | 2025-03-07T22:32:01.643Z | Downloaded reqwest v0.12.12 |
979 | 2025-03-07T22:32:01.653Z | Downloaded rustls v0.22.4 |
980 | 2025-03-07T22:32:01.669Z | Downloaded bstr v1.10.0 |
981 | 2025-03-07T22:32:01.682Z | Downloaded chrono-tz v0.10.1 |
982 | 2025-03-07T22:32:01.688Z | Downloaded p384 v0.13.0 |
983 | 2025-03-07T22:32:01.695Z | Downloaded petname v2.0.2 |
984 | 2025-03-07T22:32:01.701Z | Downloaded object v0.36.5 |
985 | 2025-03-07T22:32:01.714Z | Downloaded sqlparser v0.45.0 |
986 | 2025-03-07T22:32:01.720Z | Downloaded polar-core v0.27.3 |
987 | 2025-03-07T22:32:01.735Z | Downloaded proptest v1.6.0 |
988 | 2025-03-07T22:32:01.741Z | Downloaded gimli v0.31.1 |
989 | 2025-03-07T22:32:01.749Z | Downloaded nix v0.27.1 |
990 | 2025-03-07T22:32:01.761Z | Downloaded smoltcp v0.11.0 |
991 | 2025-03-07T22:32:01.775Z | Downloaded dropshot v0.12.0 |
992 | 2025-03-07T22:32:01.797Z | Downloaded zerocopy v0.8.10 |
993 | 2025-03-07T22:32:01.822Z | Downloaded hickory-proto v0.24.4 |
994 | 2025-03-07T22:32:01.839Z | Downloaded rustls v0.21.12 |
995 | 2025-03-07T22:32:01.851Z | Downloaded smoltcp v0.9.1 |
996 | 2025-03-07T22:32:01.863Z | Downloaded regress v0.10.3 |
997 | 2025-03-07T22:32:01.873Z | Downloaded typify-impl v0.3.0 |
998 | 2025-03-07T22:32:01.891Z | Downloaded curve25519-dalek v4.1.3 |
999 | 2025-03-07T22:32:01.899Z | Downloaded nix v0.28.0 |
1000 | 2025-03-07T22:32:01.913Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1001 | 2025-03-07T22:32:01.934Z | Downloaded nix v0.29.0 |
1002 | 2025-03-07T22:32:01.945Z | Downloaded diesel v2.2.8 |
1003 | 2025-03-07T22:32:01.958Z | Downloaded regex-syntax v0.6.29 |
1004 | 2025-03-07T22:32:01.965Z | Downloaded sled v0.34.7 |
1005 | 2025-03-07T22:32:01.979Z | Downloaded regex-syntax v0.8.5 |
1006 | 2025-03-07T22:32:01.987Z | Downloaded regex v1.11.1 |
1007 | 2025-03-07T22:32:02.000Z | Downloaded typify-impl v0.2.0 |
1008 | 2025-03-07T22:32:02.017Z | Downloaded ratatui v0.29.0 |
1009 | 2025-03-07T22:32:02.038Z | Downloaded dropshot v0.16.0 |
1010 | 2025-03-07T22:32:02.060Z | Downloaded rustls-webpki v0.102.8 |
1011 | 2025-03-07T22:32:02.079Z | Downloaded rustls v0.23.19 |
1012 | 2025-03-07T22:32:02.091Z | Downloaded openapiv3 v2.0.0 |
1013 | 2025-03-07T22:32:02.104Z | Downloaded tokio v1.43.0 |
1014 | 2025-03-07T22:32:02.143Z | Downloaded zerocopy-derive v0.6.6 |
1015 | 2025-03-07T22:32:02.152Z | Downloaded regex-automata v0.4.8 |
1016 | 2025-03-07T22:32:02.170Z | Downloaded git2 v0.19.0 |
1017 | 2025-03-07T22:32:02.179Z | Downloaded winnow v0.5.40 |
1018 | 2025-03-07T22:32:02.188Z | Downloaded petgraph v0.6.5 |
1019 | 2025-03-07T22:32:02.206Z | Downloaded lzma-sys v0.1.20 |
1020 | 2025-03-07T22:32:02.235Z | Downloaded csv v1.3.1 |
1021 | 2025-03-07T22:32:02.255Z | Downloaded petgraph v0.7.1 |
1022 | 2025-03-07T22:32:02.274Z | Downloaded sha3 v0.10.8 |
1023 | 2025-03-07T22:32:02.277Z | Downloaded libz-sys v1.1.20 |
1024 | 2025-03-07T22:32:02.299Z | Downloaded parse-zoneinfo v0.3.1 |
1025 | 2025-03-07T22:32:02.302Z | Downloaded derive-where v1.2.7 |
1026 | 2025-03-07T22:32:02.305Z | Downloaded futures v0.3.31 |
1027 | 2025-03-07T22:32:02.310Z | Downloaded rcgen v0.12.1 |
1028 | 2025-03-07T22:32:02.313Z | Downloaded steno v0.4.1 |
1029 | 2025-03-07T22:32:02.316Z | Downloaded bitvec v1.0.1 |
1030 | 2025-03-07T22:32:02.332Z | Downloaded group v0.13.0 |
1031 | 2025-03-07T22:32:02.334Z | Downloaded derive_builder v0.20.2 |
1032 | 2025-03-07T22:32:02.338Z | Downloaded ppv-lite86 v0.2.20 |
1033 | 2025-03-07T22:32:02.341Z | Downloaded wyz v0.5.1 |
1034 | 2025-03-07T22:32:02.342Z | Downloaded tokio-postgres v0.7.13 |
1035 | 2025-03-07T22:32:02.347Z | Downloaded aws-lc-rs v1.12.4 |
1036 | 2025-03-07T22:32:02.354Z | Downloaded futures-core v0.3.31 |
1037 | 2025-03-07T22:32:02.358Z | Downloaded enum-as-inner v0.6.1 |
1038 | 2025-03-07T22:32:02.358Z | Downloaded tungstenite v0.23.0 |
1039 | 2025-03-07T22:32:02.361Z | Downloaded tungstenite v0.21.0 |
1040 | 2025-03-07T22:32:02.366Z | Downloaded num-bigint-dig v0.8.4 |
1041 | 2025-03-07T22:32:02.369Z | Downloaded value-bag v1.9.0 |
1042 | 2025-03-07T22:32:02.373Z | Downloaded tar v0.4.44 |
1043 | 2025-03-07T22:32:02.377Z | Downloaded xz2 v0.1.7 |
1044 | 2025-03-07T22:32:02.377Z | Downloaded deranged v0.3.11 |
1045 | 2025-03-07T22:32:02.380Z | Downloaded parking_lot v0.12.3 |
1046 | 2025-03-07T22:32:02.380Z | Downloaded papergrid v0.14.0 |
1047 | 2025-03-07T22:32:02.384Z | Downloaded socket2 v0.5.8 |
1048 | 2025-03-07T22:32:02.387Z | Downloaded publicsuffix v2.3.0 |
1049 | 2025-03-07T22:32:02.390Z | Downloaded strum_macros v0.26.4 |
1050 | 2025-03-07T22:32:02.393Z | Downloaded structmeta-derive v0.3.0 |
1051 | 2025-03-07T22:32:02.393Z | Downloaded slog-scope v4.4.0 |
1052 | 2025-03-07T22:32:02.396Z | Downloaded typify v0.2.0 |
1053 | 2025-03-07T22:32:02.399Z | Downloaded tungstenite v0.24.0 |
1054 | 2025-03-07T22:32:02.402Z | Downloaded rayon-core v1.12.1 |
1055 | 2025-03-07T22:32:02.405Z | Downloaded rusty-fork v0.3.0 |
1056 | 2025-03-07T22:32:02.405Z | Downloaded rtoolbox v0.0.2 |
1057 | 2025-03-07T22:32:02.408Z | Downloaded env_logger v0.10.2 |
1058 | 2025-03-07T22:32:02.412Z | Downloaded snafu v0.8.5 |
1059 | 2025-03-07T22:32:02.415Z | Downloaded itertools v0.10.5 |
1060 | 2025-03-07T22:32:02.422Z | Downloaded itertools v0.12.1 |
1061 | 2025-03-07T22:32:02.431Z | Downloaded rand_chacha v0.3.1 |
1062 | 2025-03-07T22:32:02.435Z | Downloaded ring v0.17.11 |
1063 | 2025-03-07T22:32:02.473Z | Downloaded ff v0.13.0 |
1064 | 2025-03-07T22:32:02.476Z | Downloaded fd-lock v4.0.2 |
1065 | 2025-03-07T22:32:02.479Z | Downloaded encoding_rs v0.8.34 |
1066 | 2025-03-07T22:32:02.498Z | Downloaded defmt-parser v0.3.4 |
1067 | 2025-03-07T22:32:02.501Z | Downloaded sct v0.7.1 |
1068 | 2025-03-07T22:32:02.504Z | Downloaded half v2.4.1 |
1069 | 2025-03-07T22:32:02.507Z | Downloaded quinn v0.11.5 |
1070 | 2025-03-07T22:32:02.513Z | Downloaded tui-tree-widget v0.23.0 |
1071 | 2025-03-07T22:32:02.513Z | Downloaded slog-json v2.6.1 |
1072 | 2025-03-07T22:32:02.516Z | Downloaded getrandom v0.2.15 |
1073 | 2025-03-07T22:32:02.516Z | Downloaded term v0.7.0 |
1074 | 2025-03-07T22:32:02.519Z | Downloaded vte v0.11.1 |
1075 | 2025-03-07T22:32:02.520Z | Downloaded unicode-segmentation v1.12.0 |
1076 | 2025-03-07T22:32:02.523Z | Downloaded tough v0.19.0 |
1077 | 2025-03-07T22:32:02.531Z | Downloaded ed25519-dalek v2.1.1 |
1078 | 2025-03-07T22:32:02.534Z | Downloaded rsa v0.9.6 |
1079 | 2025-03-07T22:32:02.539Z | Downloaded new_debug_unreachable v1.0.6 |
1080 | 2025-03-07T22:32:02.542Z | Downloaded proc-macro-crate v1.3.1 |
1081 | 2025-03-07T22:32:02.543Z | Downloaded defmt-macros v0.3.9 |
1082 | 2025-03-07T22:32:02.547Z | Downloaded vergen v8.3.2 |
1083 | 2025-03-07T22:32:02.547Z | Downloaded omicron-zone-package v0.12.0 |
1084 | 2025-03-07T22:32:02.560Z | Downloaded num-bigint v0.4.6 |
1085 | 2025-03-07T22:32:02.560Z | Downloaded progenitor-impl v0.9.1 |
1086 | 2025-03-07T22:32:02.560Z | Downloaded tokio-rustls v0.26.0 |
1087 | 2025-03-07T22:32:02.563Z | Downloaded tokio-rustls v0.25.0 |
1088 | 2025-03-07T22:32:02.563Z | Downloaded signature v2.2.0 |
1089 | 2025-03-07T22:32:02.563Z | Downloaded tokio-rustls v0.24.1 |
1090 | 2025-03-07T22:32:02.563Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1091 | 2025-03-07T22:32:02.621Z | Downloaded crossterm v0.28.1 |
1092 | 2025-03-07T22:32:02.627Z | Downloaded utf-8 v0.7.6 |
1093 | 2025-03-07T22:32:02.630Z | Downloaded unicode-xid v0.2.6 |
1094 | 2025-03-07T22:32:02.630Z | Downloaded flume v0.11.1 |
1095 | 2025-03-07T22:32:02.634Z | Downloaded display-error-chain v0.2.2 |
1096 | 2025-03-07T22:32:02.634Z | Downloaded dirs-sys-next v0.1.2 |
1097 | 2025-03-07T22:32:02.637Z | Downloaded postcard v1.0.10 |
1098 | 2025-03-07T22:32:02.637Z | Downloaded similar v2.7.0 |
1099 | 2025-03-07T22:32:02.641Z | Downloaded dropshot_endpoint v0.16.0 |
1100 | 2025-03-07T22:32:02.656Z | Downloaded http v1.2.0 |
1101 | 2025-03-07T22:32:02.675Z | Downloaded pin-project-lite v0.2.14 |
1102 | 2025-03-07T22:32:02.675Z | Downloaded pin-project-internal v1.1.6 |
1103 | 2025-03-07T22:32:02.675Z | Downloaded password-hash v0.5.0 |
1104 | 2025-03-07T22:32:02.675Z | Downloaded peg-macros v0.8.5 |
1105 | 2025-03-07T22:32:02.675Z | Downloaded cc v1.2.15 |
1106 | 2025-03-07T22:32:02.675Z | Downloaded backtrace v0.3.74 |
1107 | 2025-03-07T22:32:02.680Z | Downloaded difflib v0.4.0 |
1108 | 2025-03-07T22:32:02.680Z | Downloaded debug-ignore v1.0.5 |
1109 | 2025-03-07T22:32:02.680Z | Downloaded crossbeam-channel v0.5.13 |
1110 | 2025-03-07T22:32:02.680Z | Downloaded const_format v0.2.34 |
1111 | 2025-03-07T22:32:02.680Z | Downloaded peg v0.8.5 |
1112 | 2025-03-07T22:32:02.680Z | Downloaded parking_lot_core v0.9.10 |
1113 | 2025-03-07T22:32:02.684Z | Downloaded num-complex v0.4.6 |
1114 | 2025-03-07T22:32:02.684Z | Downloaded dyn-clone v1.0.19 |
1115 | 2025-03-07T22:32:02.689Z | Downloaded dunce v1.0.5 |
1116 | 2025-03-07T22:32:02.689Z | Downloaded rustc-demangle v0.1.24 |
1117 | 2025-03-07T22:32:02.689Z | Downloaded float-cmp v0.10.0 |
1118 | 2025-03-07T22:32:02.689Z | Downloaded supports-color v3.0.2 |
1119 | 2025-03-07T22:32:02.694Z | Downloaded stable_deref_trait v1.2.0 |
1120 | 2025-03-07T22:32:02.694Z | Downloaded ssh-encoding v0.2.0 |
1121 | 2025-03-07T22:32:02.694Z | Downloaded slab v0.4.9 |
1122 | 2025-03-07T22:32:02.694Z | Downloaded rand_core v0.9.2 |
1123 | 2025-03-07T22:32:02.694Z | Downloaded ron v0.8.1 |
1124 | 2025-03-07T22:32:02.698Z | Downloaded hyper-util v0.1.10 |
1125 | 2025-03-07T22:32:02.703Z | Downloaded parse-display v0.10.0 |
1126 | 2025-03-07T22:32:02.707Z | Downloaded des v0.8.1 |
1127 | 2025-03-07T22:32:02.707Z | Downloaded daft-derive v0.1.1 |
1128 | 2025-03-07T22:32:02.711Z | Downloaded yoke v0.7.4 |
1129 | 2025-03-07T22:32:02.711Z | Downloaded yasna v0.5.2 |
1130 | 2025-03-07T22:32:02.716Z | Downloaded futures-task v0.3.31 |
1131 | 2025-03-07T22:32:02.716Z | Downloaded futures-sink v0.3.31 |
1132 | 2025-03-07T22:32:02.716Z | Downloaded futures-macro v0.3.31 |
1133 | 2025-03-07T22:32:02.716Z | Downloaded foldhash v0.1.3 |
1134 | 2025-03-07T22:32:02.716Z | Downloaded float-ord v0.3.2 |
1135 | 2025-03-07T22:32:02.716Z | Downloaded which v4.4.2 |
1136 | 2025-03-07T22:32:02.720Z | Downloaded heapless v0.7.17 |
1137 | 2025-03-07T22:32:02.723Z | Downloaded siphasher v0.3.11 |
1138 | 2025-03-07T22:32:02.723Z | Downloaded hickory-client v0.24.4 |
1139 | 2025-03-07T22:32:02.728Z | Downloaded bumpalo v3.16.0 |
1140 | 2025-03-07T22:32:02.732Z | Downloaded base64 v0.22.1 |
1141 | 2025-03-07T22:32:02.732Z | Downloaded base64 v0.21.7 |
1142 | 2025-03-07T22:32:02.736Z | Downloaded filetime v0.2.25 |
1143 | 2025-03-07T22:32:02.736Z | Downloaded icu_normalizer_data v1.5.0 |
1144 | 2025-03-07T22:32:02.742Z | Downloaded icu_locid_transform_data v1.5.0 |
1145 | 2025-03-07T22:32:02.742Z | Downloaded arc-swap v1.7.1 |
1146 | 2025-03-07T22:32:02.746Z | Downloaded tokio-macros v2.5.0 |
1147 | 2025-03-07T22:32:02.746Z | Downloaded tabwriter v1.4.0 |
1148 | 2025-03-07T22:32:02.746Z | Downloaded tabled_derive v0.10.0 |
1149 | 2025-03-07T22:32:02.749Z | Downloaded strum_macros v0.24.3 |
1150 | 2025-03-07T22:32:02.749Z | Downloaded base64 v0.13.1 |
1151 | 2025-03-07T22:32:02.753Z | Downloaded clang-sys v1.8.1 |
1152 | 2025-03-07T22:32:02.756Z | Downloaded cookie_store v0.21.1 |
1153 | 2025-03-07T22:32:02.756Z | Downloaded const-oid v0.9.6 |
1154 | 2025-03-07T22:32:02.760Z | Downloaded ciborium v0.2.2 |
1155 | 2025-03-07T22:32:02.761Z | Downloaded crossbeam-utils v0.8.20 |
1156 | 2025-03-07T22:32:02.765Z | Downloaded crc-any v2.5.0 |
1157 | 2025-03-07T22:32:02.768Z | Downloaded signal-hook-registry v1.4.2 |
1158 | 2025-03-07T22:32:02.768Z | Downloaded sha1 v0.10.6 |
1159 | 2025-03-07T22:32:02.768Z | Downloaded libefi-sys v0.1.0 |
1160 | 2025-03-07T22:32:02.768Z | Downloaded ipnet v2.11.0 |
1161 | 2025-03-07T22:32:02.773Z | Downloaded iana-time-zone v0.1.61 |
1162 | 2025-03-07T22:32:02.773Z | Downloaded jobserver v0.1.32 |
1163 | 2025-03-07T22:32:02.777Z | Downloaded lock_api v0.4.12 |
1164 | 2025-03-07T22:32:02.777Z | Downloaded hubpack v0.1.2 |
1165 | 2025-03-07T22:32:02.779Z | Downloaded progenitor-macro v0.9.1 |
1166 | 2025-03-07T22:32:02.779Z | Downloaded bcs v0.1.6 |
1167 | 2025-03-07T22:32:02.783Z | Downloaded async-trait v0.1.87 |
1168 | 2025-03-07T22:32:02.783Z | Downloaded csv-core v0.1.11 |
1169 | 2025-03-07T22:32:02.783Z | Downloaded bit-vec v0.8.0 |
1170 | 2025-03-07T22:32:02.786Z | Downloaded async-bb8-diesel v0.2.1 |
1171 | 2025-03-07T22:32:02.786Z | Downloaded libsw-core v0.3.1 |
1172 | 2025-03-07T22:32:02.790Z | Downloaded hmac v0.12.1 |
1173 | 2025-03-07T22:32:02.790Z | Downloaded const_format_proc_macros v0.2.34 |
1174 | 2025-03-07T22:32:02.794Z | Downloaded maybe-uninit v2.0.0 |
1175 | 2025-03-07T22:32:02.794Z | Downloaded maplit v1.0.2 |
1176 | 2025-03-07T22:32:02.794Z | Downloaded managed v0.8.0 |
1177 | 2025-03-07T22:32:02.797Z | Downloaded lalrpop-util v0.19.12 |
1178 | 2025-03-07T22:32:02.797Z | Downloaded instability v0.3.2 |
1179 | 2025-03-07T22:32:02.797Z | Downloaded humantime v2.1.0 |
1180 | 2025-03-07T22:32:02.797Z | Downloaded indent_write v2.2.0 |
1181 | 2025-03-07T22:32:02.801Z | Downloaded arrayvec v0.7.6 |
1182 | 2025-03-07T22:32:02.801Z | Downloaded linear-map v1.2.0 |
1183 | 2025-03-07T22:32:02.804Z | Downloaded indoc v1.0.9 |
1184 | 2025-03-07T22:32:02.804Z | Downloaded idna_adapter v1.2.0 |
1185 | 2025-03-07T22:32:02.807Z | Downloaded ahash v0.8.11 |
1186 | 2025-03-07T22:32:02.807Z | Downloaded inout v0.1.3 |
1187 | 2025-03-07T22:32:02.811Z | Downloaded httpdate v1.0.3 |
1188 | 2025-03-07T22:32:02.811Z | Downloaded crc32fast v1.4.2 |
1189 | 2025-03-07T22:32:02.811Z | Downloaded linked-hash-map v0.5.6 |
1190 | 2025-03-07T22:32:02.815Z | Downloaded libsw v3.4.0 |
1191 | 2025-03-07T22:32:02.815Z | Downloaded indoc v2.0.5 |
1192 | 2025-03-07T22:32:02.819Z | Downloaded bzip2 v0.4.4 |
1193 | 2025-03-07T22:32:02.819Z | Downloaded bcrypt-pbkdf v0.10.0 |
1194 | 2025-03-07T22:32:02.819Z | Downloaded assert_matches v1.5.0 |
1195 | 2025-03-07T22:32:02.824Z | Downloaded buf-list v1.0.3 |
1196 | 2025-03-07T22:32:02.824Z | Downloaded array-init v0.0.4 |
1197 | 2025-03-07T22:32:02.824Z | Downloaded hubpack_derive v0.1.1 |
1198 | 2025-03-07T22:32:03.146Z | Downloaded aws-lc-sys v0.26.0 |
1199 | 2025-03-07T22:32:03.467Z | Compiling serde v1.0.218 |
1200 | 2025-03-07T22:32:03.471Z | Compiling value-bag v1.9.0 |
1201 | 2025-03-07T22:32:03.471Z | Compiling lock_api v0.4.12 |
1202 | 2025-03-07T22:32:03.471Z | Compiling scopeguard v1.2.0 |
1203 | 2025-03-07T22:32:03.471Z | Compiling typenum v1.17.0 |
1204 | 2025-03-07T22:32:03.622Z | Compiling generic-array v0.14.7 |
1205 | 2025-03-07T22:32:03.653Z | Compiling syn v2.0.98 |
1206 | 2025-03-07T22:32:03.667Z | Compiling getrandom v0.2.15 |
1207 | 2025-03-07T22:32:03.782Z | Compiling shlex v1.3.0 |
1208 | 2025-03-07T22:32:04.226Z | Compiling log v0.4.22 |
1209 | 2025-03-07T22:32:04.235Z | Compiling rand_core v0.6.4 |
1210 | 2025-03-07T22:32:04.265Z | Compiling jobserver v0.1.32 |
1211 | 2025-03-07T22:32:04.295Z | Compiling subtle v2.6.1 |
1212 | 2025-03-07T22:32:04.316Z | Compiling smallvec v1.14.0 |
1213 | 2025-03-07T22:32:04.650Z | Compiling const-oid v0.9.6 |
1214 | 2025-03-07T22:32:04.739Z | Compiling cc v1.2.15 |
1215 | 2025-03-07T22:32:04.765Z | Compiling pin-project-lite v0.2.14 |
1216 | 2025-03-07T22:32:04.783Z | Compiling parking_lot_core v0.9.10 |
1217 | 2025-03-07T22:32:04.904Z | Compiling rustix v0.38.37 |
1218 | 2025-03-07T22:32:04.924Z | Compiling signal-hook-registry v1.4.2 |
1219 | 2025-03-07T22:32:05.088Z | Compiling futures-core v0.3.31 |
1220 | 2025-03-07T22:32:05.365Z | Compiling spin v0.9.8 |
1221 | 2025-03-07T22:32:05.641Z | Compiling parking_lot v0.12.3 |
1222 | 2025-03-07T22:32:05.772Z | Compiling mio v1.0.2 |
1223 | 2025-03-07T22:32:05.797Z | Compiling socket2 v0.5.8 |
1224 | 2025-03-07T22:32:05.842Z | Compiling aho-corasick v1.1.3 |
1225 | 2025-03-07T22:32:06.184Z | Compiling stable_deref_trait v1.2.0 |
1226 | 2025-03-07T22:32:06.339Z | Compiling cpufeatures v0.2.14 |
1227 | 2025-03-07T22:32:06.428Z | Compiling regex-syntax v0.8.5 |
1228 | 2025-03-07T22:32:06.581Z | Compiling either v1.14.0 |
1229 | 2025-03-07T22:32:06.715Z | Compiling futures-sink v0.3.31 |
1230 | 2025-03-07T22:32:06.796Z | Compiling slab v0.4.9 |
1231 | 2025-03-07T22:32:06.907Z | Compiling glob v0.3.2 |
1232 | 2025-03-07T22:32:06.919Z | Compiling prettyplease v0.2.29 |
1233 | 2025-03-07T22:32:06.919Z | Compiling lazy_static v1.5.0 |
1234 | 2025-03-07T22:32:07.099Z | Compiling serde_json v1.0.139 |
1235 | 2025-03-07T22:32:07.333Z | Compiling minimal-lexical v0.2.1 |
1236 | 2025-03-07T22:32:07.454Z | Compiling futures-channel v0.3.31 |
1237 | 2025-03-07T22:32:07.648Z | Compiling libloading v0.8.5 |
1238 | 2025-03-07T22:32:07.751Z | Compiling clang-sys v1.8.1 |
1239 | 2025-03-07T22:32:07.837Z | Compiling nom v7.1.3 |
1240 | 2025-03-07T22:32:07.869Z | Compiling foldhash v0.1.3 |
1241 | 2025-03-07T22:32:08.014Z | Compiling futures-task v0.3.31 |
1242 | 2025-03-07T22:32:08.159Z | Compiling pin-utils v0.1.0 |
1243 | 2025-03-07T22:32:08.530Z | Compiling allocator-api2 v0.2.18 |
1244 | 2025-03-07T22:32:08.757Z | Compiling bindgen v0.69.5 |
1245 | 2025-03-07T22:32:08.757Z | Compiling futures-io v0.3.31 |
1246 | 2025-03-07T22:32:08.864Z | Compiling home v0.5.9 |
1247 | 2025-03-07T22:32:09.119Z | Compiling hashbrown v0.15.1 |
1248 | 2025-03-07T22:32:09.226Z | Compiling itertools v0.12.1 |
1249 | 2025-03-07T22:32:09.382Z | Compiling libm v0.2.8 |
1250 | 2025-03-07T22:32:09.604Z | Compiling pkg-config v0.3.31 |
1251 | 2025-03-07T22:32:13.791Z | Compiling regex-automata v0.4.8 |
1252 | 2025-03-07T22:32:14.170Z | Compiling lazycell v1.3.0 |
1253 | 2025-03-07T22:32:14.170Z | Compiling rustc-hash v1.1.0 |
1254 | 2025-03-07T22:32:14.170Z | Compiling cmake v0.1.51 |
1255 | 2025-03-07T22:32:14.170Z | Compiling num-traits v0.2.19 |
1256 | 2025-03-07T22:32:14.170Z | Compiling cexpr v0.6.0 |
1257 | 2025-03-07T22:32:14.170Z | Compiling dunce v1.0.5 |
1258 | 2025-03-07T22:32:14.170Z | Compiling synstructure v0.13.1 |
1259 | 2025-03-07T22:32:14.170Z | Compiling fs_extra v1.3.0 |
1260 | 2025-03-07T22:32:14.170Z | Compiling getrandom v0.3.1 |
1261 | 2025-03-07T22:32:14.170Z | Compiling writeable v0.5.5 |
1262 | 2025-03-07T22:32:14.170Z | Compiling litemap v0.7.3 |
1263 | 2025-03-07T22:32:14.170Z | Compiling ring v0.17.11 |
1264 | 2025-03-07T22:32:14.170Z | Compiling base64ct v1.6.0 |
1265 | 2025-03-07T22:32:14.171Z | Compiling paste v1.0.15 |
1266 | 2025-03-07T22:32:14.455Z | Compiling pem-rfc7468 v0.7.0 |
1267 | 2025-03-07T22:32:14.516Z | Compiling icu_locid_transform_data v1.5.0 |
1268 | 2025-03-07T22:32:14.527Z | Compiling httparse v1.9.5 |
1269 | 2025-03-07T22:32:14.574Z | Compiling aws-lc-rs v1.12.4 |
1270 | 2025-03-07T22:32:14.594Z | Compiling flagset v0.4.6 |
1271 | 2025-03-07T22:32:15.001Z | Compiling tracing-core v0.1.32 |
1272 | 2025-03-07T22:32:15.219Z | Compiling regex v1.11.1 |
1273 | 2025-03-07T22:32:15.639Z | Compiling percent-encoding v2.3.1 |
1274 | 2025-03-07T22:32:15.900Z | Compiling icu_properties_data v1.5.0 |
1275 | 2025-03-07T22:32:15.948Z | Compiling crossbeam-utils v0.8.20 |
1276 | 2025-03-07T22:32:16.136Z | Compiling rustls-pki-types v1.10.0 |
1277 | 2025-03-07T22:32:16.200Z | Compiling time-core v0.1.2 |
1278 | 2025-03-07T22:32:16.374Z | Compiling vcpkg v0.2.15 |
1279 | 2025-03-07T22:32:16.434Z | Compiling serde_derive v1.0.218 |
1280 | 2025-03-07T22:32:16.486Z | Compiling zeroize_derive v1.4.2 |
1281 | 2025-03-07T22:32:16.757Z | Compiling zerocopy-derive v0.7.35 |
1282 | 2025-03-07T22:32:17.054Z | Compiling tokio-macros v2.5.0 |
1283 | 2025-03-07T22:32:17.847Z | Compiling zeroize v1.8.1 |
1284 | 2025-03-07T22:32:18.097Z | Compiling zerofrom-derive v0.1.4 |
1285 | 2025-03-07T22:32:18.517Z | Compiling yoke-derive v0.7.4 |
1286 | 2025-03-07T22:32:18.682Z | Compiling zerocopy v0.7.35 |
1287 | 2025-03-07T22:32:18.867Z | Compiling thiserror-impl v1.0.69 |
1288 | 2025-03-07T22:32:19.059Z | Compiling zerovec-derive v0.10.3 |
1289 | 2025-03-07T22:32:19.505Z | Compiling crypto-common v0.1.6 |
1290 | 2025-03-07T22:32:19.772Z | Compiling block-buffer v0.10.4 |
1291 | 2025-03-07T22:32:19.991Z | Compiling digest v0.10.7 |
1292 | 2025-03-07T22:32:20.034Z | Compiling displaydoc v0.2.5 |
1293 | 2025-03-07T22:32:20.055Z | Compiling futures-macro v0.3.31 |
1294 | 2025-03-07T22:32:20.482Z | Compiling hmac v0.12.1 |
1295 | 2025-03-07T22:32:20.758Z | Compiling block-padding v0.3.3 |
1296 | 2025-03-07T22:32:21.031Z | Compiling inout v0.1.3 |
1297 | 2025-03-07T22:32:21.237Z | Compiling ppv-lite86 v0.2.20 |
1298 | 2025-03-07T22:32:21.294Z | Compiling cipher v0.4.4 |
1299 | 2025-03-07T22:32:21.536Z | Compiling sha2 v0.10.8 |
1300 | 2025-03-07T22:32:21.580Z | Compiling icu_provider_macros v1.5.0 |
1301 | 2025-03-07T22:32:21.601Z | Compiling zerofrom v0.1.4 |
1302 | 2025-03-07T22:32:21.747Z | Compiling thiserror v1.0.69 |
1303 | 2025-03-07T22:32:21.825Z | Compiling yoke v0.7.4 |
1304 | 2025-03-07T22:32:21.846Z | Compiling der_derive v0.7.3 |
1305 | 2025-03-07T22:32:21.867Z | Compiling futures-util v0.3.31 |
1306 | 2025-03-07T22:32:21.895Z | Compiling tracing-attributes v0.1.27 |
1307 | 2025-03-07T22:32:21.962Z | Compiling pest v2.7.14 |
1308 | 2025-03-07T22:32:22.198Z | Compiling zerovec v0.10.4 |
1309 | 2025-03-07T22:32:22.654Z | Compiling salsa20 v0.10.2 |
1310 | 2025-03-07T22:32:22.903Z | Compiling pbkdf2 v0.12.2 |
1311 | 2025-03-07T22:32:23.102Z | Compiling untrusted v0.7.1 |
1312 | 2025-03-07T22:32:23.309Z | Compiling utf8_iter v1.0.4 |
1313 | 2025-03-07T22:32:23.541Z | Compiling utf16_iter v1.0.5 |
1314 | 2025-03-07T22:32:23.767Z | Compiling untrusted v0.9.0 |
1315 | 2025-03-07T22:32:23.971Z | Compiling icu_normalizer_data v1.5.0 |
1316 | 2025-03-07T22:32:24.082Z | Compiling tinystr v0.7.6 |
1317 | 2025-03-07T22:32:24.217Z | Compiling der v0.7.9 |
1318 | 2025-03-07T22:32:24.306Z | Compiling icu_collections v1.5.0 |
1319 | 2025-03-07T22:32:24.484Z | Compiling icu_locid v1.5.0 |
1320 | 2025-03-07T22:32:25.037Z | Compiling num-conv v0.1.0 |
1321 | 2025-03-07T22:32:25.063Z | Compiling write16 v1.0.0 |
1322 | 2025-03-07T22:32:25.167Z | Compiling tracing v0.1.40 |
1323 | 2025-03-07T22:32:25.218Z | Compiling powerfmt v0.2.0 |
1324 | 2025-03-07T22:32:25.335Z | Compiling time-macros v0.2.18 |
1325 | 2025-03-07T22:32:25.581Z | Compiling deranged v0.3.11 |
1326 | 2025-03-07T22:32:25.608Z | Compiling icu_provider v1.5.0 |
1327 | 2025-03-07T22:32:25.663Z | Compiling pest_meta v2.7.14 |
1328 | 2025-03-07T22:32:28.079Z | Compiling icu_locid_transform v1.5.0 |
1329 | 2025-03-07T22:32:28.145Z | Compiling spki v0.7.3 |
1330 | 2025-03-07T22:32:28.145Z | Compiling scrypt v0.11.0 |
1331 | 2025-03-07T22:32:28.145Z | Compiling cbc v0.1.2 |
1332 | 2025-03-07T22:32:28.145Z | Compiling aes v0.8.4 |
1333 | 2025-03-07T22:32:28.145Z | Compiling openssl-sys v0.9.106 |
1334 | 2025-03-07T22:32:28.250Z | Compiling icu_properties v1.5.1 |
1335 | 2025-03-07T22:32:28.331Z | Compiling scroll_derive v0.12.0 |
1336 | 2025-03-07T22:32:28.659Z | Compiling num_threads v0.1.7 |
1337 | 2025-03-07T22:32:28.806Z | Compiling tinyvec_macros v0.1.1 |
1338 | 2025-03-07T22:32:28.893Z | Compiling atomic-waker v1.1.2 |
1339 | 2025-03-07T22:32:28.956Z | Compiling tinyvec v1.8.0 |
1340 | 2025-03-07T22:32:29.100Z | Compiling time v0.3.36 |
1341 | 2025-03-07T22:32:29.624Z | Compiling bytes v1.10.0 |
1342 | 2025-03-07T22:32:29.767Z | Compiling bitflags v2.6.0 |
1343 | 2025-03-07T22:32:30.378Z | Compiling indexmap v2.7.1 |
1344 | 2025-03-07T22:32:30.473Z | Compiling semver v1.0.25 |
1345 | 2025-03-07T22:32:31.077Z | Compiling tokio v1.43.0 |
1346 | 2025-03-07T22:32:31.163Z | Compiling http v1.2.0 |
1347 | 2025-03-07T22:32:31.330Z | Compiling rustc_version v0.4.1 |
1348 | 2025-03-07T22:32:31.698Z | Compiling scroll v0.12.0 |
1349 | 2025-03-07T22:32:31.991Z | Compiling icu_normalizer v1.5.0 |
1350 | 2025-03-07T22:32:32.356Z | Compiling pkcs5 v0.7.1 |
1351 | 2025-03-07T22:32:32.690Z | Compiling http-body v1.0.1 |
1352 | 2025-03-07T22:32:32.790Z | Compiling pest_generator v2.7.14 |
1353 | 2025-03-07T22:32:32.942Z | Compiling idna_adapter v1.2.0 |
1354 | 2025-03-07T22:32:33.179Z | Compiling rand_chacha v0.3.1 |
1355 | 2025-03-07T22:32:33.348Z | Compiling form_urlencoded v1.2.1 |
1356 | 2025-03-07T22:32:33.457Z | Compiling try-lock v0.2.5 |
1357 | 2025-03-07T22:32:33.612Z | Compiling zerocopy v0.8.10 |
1358 | 2025-03-07T22:32:33.660Z | Compiling slog v2.7.0 |
1359 | 2025-03-07T22:32:33.724Z | Compiling goblin v0.8.2 |
1360 | 2025-03-07T22:32:33.777Z | Compiling rand v0.8.5 |
1361 | 2025-03-07T22:32:34.199Z | Compiling which v4.4.2 |
1362 | 2025-03-07T22:32:34.681Z | Compiling pest_derive v2.7.14 |
1363 | 2025-03-07T22:32:34.763Z | Compiling want v0.3.1 |
1364 | 2025-03-07T22:32:34.948Z | Compiling idna v1.0.3 |
1365 | 2025-03-07T22:32:35.043Z | Compiling pkcs8 v0.10.2 |
1366 | 2025-03-07T22:32:35.464Z | Compiling uuid v1.15.1 |
1367 | 2025-03-07T22:32:35.578Z | Compiling zerocopy-derive v0.8.10 |
1368 | 2025-03-07T22:32:35.719Z | Compiling iana-time-zone v0.1.61 |
1369 | 2025-03-07T22:32:35.742Z | Compiling adler2 v2.0.0 |
1370 | 2025-03-07T22:32:35.965Z | Compiling tower-service v0.3.3 |
1371 | 2025-03-07T22:32:36.104Z | Compiling httpdate v1.0.3 |
1372 | 2025-03-07T22:32:36.124Z | Compiling miniz_oxide v0.8.5 |
1373 | 2025-03-07T22:32:36.549Z | Compiling chrono v0.4.40 |
1374 | 2025-03-07T22:32:36.566Z | Compiling dtrace-parser v0.2.0 |
1375 | 2025-03-07T22:32:37.658Z | Compiling toml_datetime v0.6.8 |
1376 | 2025-03-07T22:32:37.725Z | Compiling serde_tokenstream v0.2.2 |
1377 | 2025-03-07T22:32:38.111Z | Compiling serde_spanned v0.6.8 |
1378 | 2025-03-07T22:32:38.321Z | Compiling rustversion v1.0.17 |
1379 | 2025-03-07T22:32:38.362Z | Compiling openssl v0.10.71 |
1380 | 2025-03-07T22:32:38.384Z | Compiling foreign-types-shared v0.1.1 |
1381 | 2025-03-07T22:32:38.515Z | Compiling base64 v0.22.1 |
1382 | 2025-03-07T22:32:38.810Z | Compiling match_cfg v0.1.0 |
1383 | 2025-03-07T22:32:38.939Z | Compiling hostname v0.3.1 |
1384 | 2025-03-07T22:32:39.133Z | Compiling foreign-types v0.3.2 |
1385 | 2025-03-07T22:32:39.154Z | Compiling url v2.5.3 |
1386 | 2025-03-07T22:32:39.233Z | Compiling tokio-util v0.7.13 |
1387 | 2025-03-07T22:32:39.832Z | Compiling dof v0.3.0 |
1388 | 2025-03-07T22:32:40.537Z | Compiling h2 v0.4.6 |
1389 | 2025-03-07T22:32:40.560Z | Compiling usdt-impl v0.5.0 |
1390 | 2025-03-07T22:32:40.885Z | Compiling async-trait v0.1.87 |
1391 | 2025-03-07T22:32:41.409Z | Compiling rand_core v0.9.2 |
1392 | 2025-03-07T22:32:41.557Z | Compiling openssl-macros v0.1.1 |
1393 | 2025-03-07T22:32:41.857Z | Compiling serde_derive_internals v0.29.1 |
1394 | 2025-03-07T22:32:41.893Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1395 | 2025-03-07T22:32:42.294Z | Compiling dirs-sys-next v0.1.2 |
1396 | 2025-03-07T22:32:42.405Z | Compiling rustls v0.22.4 |
1397 | 2025-03-07T22:32:42.717Z | Compiling syn v1.0.109 |
1398 | 2025-03-07T22:32:42.831Z | Compiling rustls v0.23.19 |
1399 | 2025-03-07T22:32:42.954Z | Compiling native-tls v0.2.12 |
1400 | 2025-03-07T22:32:43.137Z | Compiling schemars v0.8.22 |
1401 | 2025-03-07T22:32:43.252Z | Compiling data-encoding v2.6.0 |
1402 | 2025-03-07T22:32:43.301Z | Compiling siphasher v0.3.11 |
1403 | 2025-03-07T22:32:43.474Z | Compiling dirs-next v2.0.0 |
1404 | 2025-03-07T22:32:43.698Z | Compiling rand_chacha v0.9.0 |
1405 | 2025-03-07T22:32:44.068Z | Compiling schemars_derive v0.8.22 |
1406 | 2025-03-07T22:32:45.137Z | Compiling http-body-util v0.1.2 |
1407 | 2025-03-07T22:32:45.243Z | Compiling heapless v0.7.17 |
1408 | 2025-03-07T22:32:45.604Z | Compiling unicode-normalization v0.1.24 |
1409 | 2025-03-07T22:32:45.664Z | Compiling crossbeam-epoch v0.9.18 |
1410 | 2025-03-07T22:32:45.694Z | Compiling signature v2.2.0 |
1411 | 2025-03-07T22:32:45.858Z | Compiling sha1 v0.10.6 |
1412 | 2025-03-07T22:32:46.069Z | Compiling thread_local v1.1.8 |
1413 | 2025-03-07T22:32:46.298Z | Compiling cookie v0.18.1 |
1414 | 2025-03-07T22:32:46.359Z | Compiling encoding_rs v0.8.34 |
1415 | 2025-03-07T22:32:46.499Z | Compiling multer v3.1.0 |
1416 | 2025-03-07T22:32:46.624Z | Compiling crc32fast v1.4.2 |
1417 | 2025-03-07T22:32:46.738Z | Compiling unicode-bidi v0.3.17 |
1418 | 2025-03-07T22:32:46.787Z | Compiling mime v0.3.17 |
1419 | 2025-03-07T22:32:46.954Z | Compiling slog-async v2.8.0 |
1420 | 2025-03-07T22:32:47.028Z | Compiling rayon-core v1.12.1 |
1421 | 2025-03-07T22:32:47.304Z | Compiling unicode-properties v0.1.3 |
1422 | 2025-03-07T22:32:47.352Z | Compiling signal-hook v0.3.17 |
1423 | 2025-03-07T22:32:47.464Z | Compiling hyper v1.6.0 |
1424 | 2025-03-07T22:32:47.655Z | Compiling openssl-probe v0.1.5 |
1425 | 2025-03-07T22:32:47.753Z | Compiling dyn-clone v1.0.19 |
1426 | 2025-03-07T22:32:47.894Z | Compiling gimli v0.31.1 |
1427 | 2025-03-07T22:32:47.957Z | Compiling ipnet v2.11.0 |
1428 | 2025-03-07T22:32:49.064Z | Compiling stringprep v0.1.5 |
1429 | 2025-03-07T22:32:55.099Z | Compiling hyper-util v0.1.10 |
1430 | 2025-03-07T22:32:55.240Z | Compiling toml_edit v0.22.24 |
1431 | 2025-03-07T22:32:55.241Z | Compiling crossbeam-deque v0.8.5 |
1432 | 2025-03-07T22:32:55.241Z | Compiling rand v0.9.0 |
1433 | 2025-03-07T22:32:55.241Z | Compiling term v0.7.0 |
1434 | 2025-03-07T22:32:55.241Z | Compiling usdt-macro v0.5.0 |
1435 | 2025-03-07T22:32:55.241Z | Compiling addr2line v0.24.2 |
1436 | 2025-03-07T22:32:55.241Z | Compiling usdt-attr-macro v0.5.0 |
1437 | 2025-03-07T22:32:55.241Z | Compiling slog-json v2.6.1 |
1438 | 2025-03-07T22:32:55.241Z | Compiling serde_urlencoded v0.7.1 |
1439 | 2025-03-07T22:32:55.241Z | Compiling curve25519-dalek v4.1.3 |
1440 | 2025-03-07T22:32:55.241Z | Compiling crossbeam-channel v0.5.13 |
1441 | 2025-03-07T22:32:55.241Z | Compiling futures-executor v0.3.31 |
1442 | 2025-03-07T22:32:55.241Z | Compiling enum-as-inner v0.6.1 |
1443 | 2025-03-07T22:32:55.241Z | Compiling md-5 v0.10.6 |
1444 | 2025-03-07T22:32:55.241Z | Compiling rustls-pemfile v2.2.0 |
1445 | 2025-03-07T22:32:55.241Z | Compiling async-stream-impl v0.3.6 |
1446 | 2025-03-07T22:32:55.241Z | Compiling num-integer v0.1.46 |
1447 | 2025-03-07T22:32:55.241Z | Compiling hash32 v0.2.1 |
1448 | 2025-03-07T22:32:55.241Z | Compiling ff v0.13.0 |
1449 | 2025-03-07T22:32:55.241Z | Compiling is-terminal v0.4.13 |
1450 | 2025-03-07T22:32:55.241Z | Compiling object v0.36.5 |
1451 | 2025-03-07T22:32:55.241Z | Compiling dropshot v0.12.0 |
1452 | 2025-03-07T22:32:55.241Z | Compiling memoffset v0.9.1 |
1453 | 2025-03-07T22:32:55.242Z | Compiling fallible-iterator v0.2.0 |
1454 | 2025-03-07T22:32:55.242Z | Compiling portable-atomic v1.9.0 |
1455 | 2025-03-07T22:32:55.242Z | Compiling num-bigint-dig v0.8.4 |
1456 | 2025-03-07T22:32:55.366Z | Compiling anyhow v1.0.97 |
1457 | 2025-03-07T22:32:55.441Z | Compiling quick-error v1.2.3 |
1458 | 2025-03-07T22:32:55.607Z | Compiling utf-8 v0.7.6 |
1459 | 2025-03-07T22:32:55.630Z | Compiling linked-hash-map v0.5.6 |
1460 | 2025-03-07T22:32:55.942Z | Compiling psl-types v2.0.11 |
1461 | 2025-03-07T22:32:55.985Z | Compiling take_mut v0.2.2 |
1462 | 2025-03-07T22:32:55.988Z | Compiling smoltcp v0.9.1 |
1463 | 2025-03-07T22:32:55.988Z | Compiling rustc-demangle v0.1.24 |
1464 | 2025-03-07T22:32:56.138Z | Compiling base16ct v0.2.0 |
1465 | 2025-03-07T22:32:56.166Z | Compiling litrs v0.4.1 |
1466 | 2025-03-07T22:32:56.478Z | Compiling cfg_aliases v0.2.1 |
1467 | 2025-03-07T22:32:56.595Z | Compiling nix v0.29.0 |
1468 | 2025-03-07T22:32:56.708Z | Compiling sec1 v0.7.3 |
1469 | 2025-03-07T22:32:57.285Z | Compiling publicsuffix v2.3.0 |
1470 | 2025-03-07T22:32:57.303Z | Compiling document-features v0.2.10 |
1471 | 2025-03-07T22:32:57.658Z | Compiling lru-cache v0.1.2 |
1472 | 2025-03-07T22:32:57.791Z | Compiling tungstenite v0.24.0 |
1473 | 2025-03-07T22:32:57.851Z | Compiling postgres-protocol v0.6.8 |
1474 | 2025-03-07T22:32:57.871Z | Compiling resolv-conf v0.7.0 |
1475 | 2025-03-07T22:32:57.950Z | Compiling async-stream v0.3.6 |
1476 | 2025-03-07T22:32:58.401Z | Compiling num-iter v0.1.45 |
1477 | 2025-03-07T22:32:58.455Z | Compiling slog-term v2.9.1 |
1478 | 2025-03-07T22:32:58.606Z | Compiling usdt v0.5.0 |
1479 | 2025-03-07T22:32:59.099Z | Compiling hickory-proto v0.24.4 |
1480 | 2025-03-07T22:32:59.121Z | Compiling group v0.13.0 |
1481 | 2025-03-07T22:32:59.486Z | Compiling toml v0.8.20 |
1482 | 2025-03-07T22:32:59.735Z | Compiling futures v0.3.31 |
1483 | 2025-03-07T22:32:59.762Z | Compiling slog-bunyan v2.5.0 |
1484 | 2025-03-07T22:32:59.885Z | Compiling bzip2 v0.4.4 |
1485 | 2025-03-07T22:33:00.947Z | Compiling tokio-native-tls v0.3.1 |
1486 | 2025-03-07T22:33:01.239Z | Compiling backtrace v0.3.74 |
1487 | 2025-03-07T22:33:01.281Z | Compiling camino v1.1.9 |
1488 | 2025-03-07T22:33:01.407Z | Compiling flate2 v1.1.0 |
1489 | 2025-03-07T22:33:01.837Z | Compiling phf_shared v0.11.2 |
1490 | 2025-03-07T22:33:01.877Z | Compiling dropshot_endpoint v0.12.0 |
1491 | 2025-03-07T22:33:02.122Z | Compiling terminal_size v0.4.0 |
1492 | 2025-03-07T22:33:02.216Z | Compiling openapiv3 v2.0.0 |
1493 | 2025-03-07T22:33:02.305Z | Compiling serde_path_to_error v0.1.16 |
1494 | 2025-03-07T22:33:02.370Z | Compiling waitgroup v0.1.2 |
1495 | 2025-03-07T22:33:02.606Z | Compiling hkdf v0.12.4 |
1496 | 2025-03-07T22:33:02.900Z | Compiling crypto-bigint v0.5.5 |
1497 | 2025-03-07T22:33:03.048Z | Compiling webpki-roots v0.26.6 |
1498 | 2025-03-07T22:33:03.275Z | Compiling curve25519-dalek-derive v0.1.1 |
1499 | 2025-03-07T22:33:03.553Z | Compiling hubpack_derive v0.1.1 |
1500 | 2025-03-07T22:33:04.165Z | Compiling zerocopy-derive v0.6.6 |
1501 | 2025-03-07T22:33:04.487Z | Compiling sync_wrapper v1.0.1 |
1502 | 2025-03-07T22:33:04.649Z | Compiling hostname v0.4.0 |
1503 | 2025-03-07T22:33:04.712Z | Compiling ahash v0.8.11 |
1504 | 2025-03-07T22:33:04.883Z | Compiling fs-err v2.11.0 |
1505 | 2025-03-07T22:33:05.094Z | Compiling debug-ignore v1.0.5 |
1506 | 2025-03-07T22:33:05.229Z | Compiling buf-list v1.0.3 |
1507 | 2025-03-07T22:33:05.267Z | Compiling lockfree-object-pool v0.1.6 |
1508 | 2025-03-07T22:33:05.514Z | Compiling managed v0.8.0 |
1509 | 2025-03-07T22:33:05.862Z | Compiling unicode-width v0.2.0 |
1510 | 2025-03-07T22:33:05.949Z | Compiling winnow v0.5.40 |
1511 | 2025-03-07T22:33:05.985Z | Compiling zip v2.1.3 |
1512 | 2025-03-07T22:33:06.120Z | Compiling simd-adler32 v0.3.7 |
1513 | 2025-03-07T22:33:06.237Z | Compiling tower-layer v0.3.3 |
1514 | 2025-03-07T22:33:06.320Z | Compiling newtype-uuid v1.2.1 |
1515 | 2025-03-07T22:33:06.402Z | Compiling bumpalo v3.16.0 |
1516 | 2025-03-07T22:33:06.534Z | Compiling clap_builder v4.5.31 |
1517 | 2025-03-07T22:33:06.634Z | Compiling tower v0.5.2 |
1518 | 2025-03-07T22:33:06.720Z | Compiling console v0.15.10 |
1519 | 2025-03-07T22:33:06.881Z | Compiling zopfli v0.8.1 |
1520 | 2025-03-07T22:33:07.496Z | Compiling zerocopy v0.6.6 |
1521 | 2025-03-07T22:33:08.056Z | Compiling strum_macros v0.25.3 |
1522 | 2025-03-07T22:33:08.130Z | Compiling elliptic-curve v0.13.8 |
1523 | 2025-03-07T22:33:08.991Z | Compiling hickory-resolver v0.24.4 |
1524 | 2025-03-07T22:33:09.094Z | Compiling hubpack v0.1.2 |
1525 | 2025-03-07T22:33:09.449Z | Compiling toml_edit v0.19.15 |
1526 | 2025-03-07T22:33:10.263Z | Compiling phf v0.11.2 |
1527 | 2025-03-07T22:33:10.336Z | Compiling signal-hook-mio v0.2.4 |
1528 | 2025-03-07T22:33:10.506Z | Compiling hyper-tls v0.6.0 |
1529 | 2025-03-07T22:33:10.558Z | Compiling rayon v1.10.0 |
1530 | 2025-03-07T22:33:10.921Z | Compiling cookie_store v0.21.1 |
1531 | 2025-03-07T22:33:11.755Z | Compiling tokio-tungstenite v0.24.0 |
1532 | 2025-03-07T22:33:12.304Z | Compiling postgres-types v0.2.9 |
1533 | 2025-03-07T22:33:14.628Z | Compiling ed25519 v2.2.3 |
1534 | 2025-03-07T22:33:14.752Z | Compiling phf_shared v0.10.0 |
1535 | 2025-03-07T22:33:14.966Z | Compiling tokio-stream v0.1.17 |
1536 | 2025-03-07T22:33:15.050Z | Compiling pkcs1 v0.7.5 |
1537 | 2025-03-07T22:33:16.807Z | Compiling serde-big-array v0.5.1 |
1538 | 2025-03-07T22:33:16.845Z | Compiling clap_derive v4.5.28 |
1539 | 2025-03-07T22:33:16.845Z | Compiling rfc6979 v0.4.0 |
1540 | 2025-03-07T22:33:16.845Z | Compiling serde_repr v0.1.19 |
1541 | 2025-03-07T22:33:16.845Z | Compiling derive-where v1.2.7 |
1542 | 2025-03-07T22:33:16.845Z | Compiling float-cmp v0.10.0 |
1543 | 2025-03-07T22:33:16.845Z | Compiling bstr v1.10.0 |
1544 | 2025-03-07T22:33:16.845Z | Compiling number_prefix v0.4.0 |
1545 | 2025-03-07T22:33:16.873Z | Compiling difflib v0.4.0 |
1546 | 2025-03-07T22:33:16.952Z | Compiling static_assertions v1.1.0 |
1547 | 2025-03-07T22:33:17.082Z | Compiling unicode-segmentation v1.12.0 |
1548 | 2025-03-07T22:33:17.192Z | Compiling normalize-line-endings v0.3.0 |
1549 | 2025-03-07T22:33:17.323Z | Compiling predicates-core v1.0.8 |
1550 | 2025-03-07T22:33:17.663Z | Compiling new_debug_unreachable v1.0.6 |
1551 | 2025-03-07T22:33:17.778Z | Compiling fixedbitset v0.4.2 |
1552 | 2025-03-07T22:33:17.996Z | Compiling precomputed-hash v0.1.1 |
1553 | 2025-03-07T22:33:18.134Z | Compiling whoami v1.5.2 |
1554 | 2025-03-07T22:33:18.156Z | Compiling string_cache v0.8.7 |
1555 | 2025-03-07T22:33:18.173Z | Compiling petgraph v0.6.5 |
1556 | 2025-03-07T22:33:18.232Z | Compiling similar v2.7.0 |
1557 | 2025-03-07T22:33:18.581Z | Compiling tokio-postgres v0.7.13 |
1558 | 2025-03-07T22:33:18.702Z | Compiling predicates v3.1.3 |
1559 | 2025-03-07T22:33:19.361Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1560 | 2025-03-07T22:33:20.006Z | Compiling clap v4.5.31 |
1561 | 2025-03-07T22:33:20.127Z | Compiling indicatif v0.17.11 |
1562 | 2025-03-07T22:33:20.288Z | Compiling ecdsa v0.16.9 |
1563 | 2025-03-07T22:33:20.349Z | Compiling rsa v0.9.6 |
1564 | 2025-03-07T22:33:21.095Z | Compiling ed25519-dalek v2.1.1 |
1565 | 2025-03-07T22:33:22.140Z | Compiling toml v0.7.8 |
1566 | 2025-03-07T22:33:22.409Z | Compiling crossterm v0.28.1 |
1567 | 2025-03-07T22:33:24.773Z | Compiling zip v0.6.6 |
1568 | 2025-03-07T22:33:25.015Z | Compiling hex v0.4.3 |
1569 | 2025-03-07T22:33:25.609Z | Compiling x509-cert v0.2.5 |
1570 | 2025-03-07T22:33:25.682Z | Compiling itertools v0.10.5 |
1571 | 2025-03-07T22:33:25.775Z | Compiling lalrpop-util v0.19.12 |
1572 | 2025-03-07T22:33:26.082Z | Compiling peg-runtime v0.8.5 |
1573 | 2025-03-07T22:33:26.104Z | Compiling unicode-xid v0.2.6 |
1574 | 2025-03-07T22:33:26.151Z | Compiling strum_macros v0.26.4 |
1575 | 2025-03-07T22:33:26.310Z | Compiling xattr v1.3.1 |
1576 | 2025-03-07T22:33:26.599Z | Compiling filetime v0.2.25 |
1577 | 2025-03-07T22:33:26.892Z | Compiling tar v0.4.44 |
1578 | 2025-03-07T22:33:30.830Z | Compiling strum v0.26.3 |
1579 | 2025-03-07T22:33:34.014Z | Compiling aws-lc-sys v0.26.0 |
1580 | 2025-03-07T22:34:05.343Z | Compiling rustls-webpki v0.102.8 |
1581 | 2025-03-07T22:34:07.830Z | Compiling tokio-rustls v0.25.0 |
1582 | 2025-03-07T22:34:13.205Z | Compiling tokio-rustls v0.26.0 |
1583 | 2025-03-07T22:34:13.466Z | Compiling hyper-rustls v0.27.3 |
1584 | 2025-03-07T22:34:13.466Z | Compiling reqwest v0.12.12 |
1585 | 2025-03-07T22:34:13.466Z | Compiling qorb v0.2.1 |
1586 | 2025-03-07T22:34:14.696Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1587 | 2025-03-07T22:34:14.982Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1588 | 2025-03-07T22:34:19.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s |
1589 | 2025-03-07T22:34:19.754Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1590 | 2025-03-07T22:34:19.806Z | Mar 07 22:34:18.412 INFO Starting download, target: Clickhouse |
1591 | 2025-03-07T22:34:19.806Z | Mar 07 22:34:18.412 INFO Starting download, target: Cockroach |
1592 | 2025-03-07T22:34:19.806Z | Mar 07 22:34:18.412 INFO Starting download, target: Console |
1593 | 2025-03-07T22:34:19.806Z | Mar 07 22:34:18.412 INFO Starting download, target: DendriteOpenapi |
1594 | 2025-03-07T22:34:19.809Z | Mar 07 22:34:18.412 INFO Starting download, target: DendriteStub |
1595 | 2025-03-07T22:34:19.810Z | Mar 07 22:34:18.412 INFO Starting download, target: MaghemiteMgd |
1596 | 2025-03-07T22:34:19.810Z | Mar 07 22:34:18.412 INFO Starting download, target: TransceiverControl |
1597 | 2025-03-07T22:34:19.810Z | Mar 07 22:34:18.413 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1598 | 2025-03-07T22:34:19.810Z | Mar 07 22:34:18.413 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi |
1599 | 2025-03-07T22:34:19.810Z | Mar 07 22:34:18.413 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1600 | 2025-03-07T22:34:19.810Z | Mar 07 22:34:18.413 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1601 | 2025-03-07T22:34:19.810Z | Mar 07 22:34:18.413 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1602 | 2025-03-07T22:34:19.810Z | Mar 07 22:34:18.413 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1603 | 2025-03-07T22:34:19.810Z | Mar 07 22:34:18.413 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1604 | 2025-03-07T22:34:20.055Z | Mar 07 22:34:18.660 INFO Download complete, target: DendriteOpenapi |
1605 | 2025-03-07T22:34:20.417Z | Mar 07 22:34:19.016 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1606 | 2025-03-07T22:34:20.645Z | Mar 07 22:34:19.238 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1607 | 2025-03-07T22:34:20.901Z | Mar 07 22:34:19.484 INFO Download complete, target: Console |
1608 | 2025-03-07T22:34:21.081Z | Mar 07 22:34:19.685 INFO Download complete, target: TransceiverControl |
1609 | 2025-03-07T22:34:21.329Z | Mar 07 22:34:19.934 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1610 | 2025-03-07T22:34:21.367Z | Mar 07 22:34:19.970 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1611 | 2025-03-07T22:34:21.887Z | Mar 07 22:34:20.492 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1612 | 2025-03-07T22:34:21.887Z | Mar 07 22:34:20.492 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1613 | 2025-03-07T22:34:21.899Z | Mar 07 22:34:20.505 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1614 | 2025-03-07T22:34:23.733Z | Mar 07 22:34:22.339 INFO Download complete, target: DendriteStub |
1615 | 2025-03-07T22:34:23.899Z | Mar 07 22:34:22.504 INFO Download complete, target: MaghemiteMgd |
1616 | 2025-03-07T22:34:28.403Z | Mar 07 22:34:27.009 INFO Checking that binary works, target: Cockroach |
1617 | 2025-03-07T22:34:28.611Z | Mar 07 22:34:27.216 INFO Download complete, target: Cockroach |
1618 | 2025-03-07T22:34:32.542Z | Mar 07 22:34:31.147 INFO Checking that binary works, target: Clickhouse |
1619 | 2025-03-07T22:34:32.655Z | Mar 07 22:34:31.260 INFO Download complete, target: Clickhouse |
1620 | 2025-03-07T22:34:32.663Z | All prerequisites installed successfully |
1621 | 2025-03-07T22:34:32.668Z | |
1622 | 2025-03-07T22:34:32.668Z | real 4:36.940889761 |
1623 | 2025-03-07T22:34:32.668Z | user 16:05.677594687 |
1624 | 2025-03-07T22:34:32.668Z | sys 2:13.049101387 |
1625 | 2025-03-07T22:34:32.668Z | trap 0.615147280 |
1626 | 2025-03-07T22:34:32.668Z | tflt 0.929571849 |
1627 | 2025-03-07T22:34:32.670Z | dflt 1.367344302 |
1628 | 2025-03-07T22:34:32.670Z | kflt 0.025050904 |
1629 | 2025-03-07T22:34:32.670Z | lock 24:12.084535872 |
1630 | 2025-03-07T22:34:32.670Z | slp 56:49.009865435 |
1631 | 2025-03-07T22:34:32.670Z | lat 1:05.207124850 |
1632 | 2025-03-07T22:34:32.670Z | stop 2:36.103105909 |
1633 | 2025-03-07T22:34:32.670Z | + ptime -m cargo xtask download softnpu |
1634 | 2025-03-07T22:34:33.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1635 | 2025-03-07T22:34:33.317Z | Running `target/debug/xtask download softnpu` |
1636 | 2025-03-07T22:34:34.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
1637 | 2025-03-07T22:34:34.297Z | Running `target/debug/xtask-downloader softnpu` |
1638 | 2025-03-07T22:34:34.352Z | Mar 07 22:34:32.944 INFO Starting download, target: Softnpu |
1639 | 2025-03-07T22:34:34.357Z | Mar 07 22:34:32.944 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1640 | 2025-03-07T22:34:35.258Z | Mar 07 22:34:33.861 INFO Download complete, target: Softnpu |
1641 | 2025-03-07T22:34:35.262Z | |
1642 | 2025-03-07T22:34:35.262Z | real 2.590655251 |
1643 | 2025-03-07T22:34:35.262Z | user 1.443435256 |
1644 | 2025-03-07T22:34:35.262Z | sys 0.589915852 |
1645 | 2025-03-07T22:34:35.262Z | trap 0.001127592 |
1646 | 2025-03-07T22:34:35.262Z | tflt 0.000167443 |
1647 | 2025-03-07T22:34:35.263Z | dflt 0.000056054 |
1648 | 2025-03-07T22:34:35.263Z | kflt 0.000000000 |
1649 | 2025-03-07T22:34:35.263Z | lock 9.916634319 |
1650 | 2025-03-07T22:34:35.263Z | slp 0.788426460 |
1651 | 2025-03-07T22:34:35.263Z | lat 0.077423539 |
1652 | 2025-03-07T22:34:35.263Z | stop 0.000177350 |
1653 | 2025-03-07T22:34:35.263Z | + export CARGO_INCREMENTAL=0 |
1654 | 2025-03-07T22:34:35.263Z | + CARGO_INCREMENTAL=0 |
1655 | 2025-03-07T22:34:35.263Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1656 | 2025-03-07T22:34:36.306Z | Compiling proc-macro2 v1.0.93 |
1657 | 2025-03-07T22:34:36.306Z | Compiling unicode-ident v1.0.14 |
1658 | 2025-03-07T22:34:36.310Z | Compiling libc v0.2.170 |
1659 | 2025-03-07T22:34:36.310Z | Compiling serde v1.0.218 |
1660 | 2025-03-07T22:34:36.310Z | Compiling autocfg v1.4.0 |
1661 | 2025-03-07T22:34:36.310Z | Compiling cfg-if v1.0.0 |
1662 | 2025-03-07T22:34:36.310Z | Compiling version_check v0.9.5 |
1663 | 2025-03-07T22:34:36.558Z | Compiling memchr v2.7.4 |
1664 | 2025-03-07T22:34:36.599Z | Compiling typenum v1.17.0 |
1665 | 2025-03-07T22:34:36.619Z | Compiling shlex v1.3.0 |
1666 | 2025-03-07T22:34:36.964Z | Compiling value-bag v1.9.0 |
1667 | 2025-03-07T22:34:37.061Z | Compiling generic-array v0.14.7 |
1668 | 2025-03-07T22:34:37.258Z | Compiling lock_api v0.4.12 |
1669 | 2025-03-07T22:34:37.384Z | Compiling log v0.4.22 |
1670 | 2025-03-07T22:34:37.490Z | Compiling scopeguard v1.2.0 |
1671 | 2025-03-07T22:34:37.659Z | Compiling parking_lot_core v0.9.10 |
1672 | 2025-03-07T22:34:37.770Z | Compiling serde_json v1.0.139 |
1673 | 2025-03-07T22:34:38.084Z | Compiling rustix v0.38.37 |
1674 | 2025-03-07T22:34:38.162Z | Compiling libm v0.2.8 |
1675 | 2025-03-07T22:34:38.174Z | Compiling quote v1.0.38 |
1676 | 2025-03-07T22:34:38.209Z | Compiling num-traits v0.2.19 |
1677 | 2025-03-07T22:34:38.416Z | Compiling jobserver v0.1.32 |
1678 | 2025-03-07T22:34:38.528Z | Compiling getrandom v0.2.15 |
1679 | 2025-03-07T22:34:38.554Z | Compiling aho-corasick v1.1.3 |
1680 | 2025-03-07T22:34:38.694Z | Compiling syn v2.0.98 |
1681 | 2025-03-07T22:34:38.761Z | Compiling regex-syntax v0.8.5 |
1682 | 2025-03-07T22:34:38.782Z | Compiling thiserror v1.0.69 |
1683 | 2025-03-07T22:34:38.855Z | Compiling cc v1.2.15 |
1684 | 2025-03-07T22:34:38.929Z | Compiling semver v1.0.25 |
1685 | 2025-03-07T22:34:39.301Z | Compiling getrandom v0.3.1 |
1686 | 2025-03-07T22:34:39.406Z | Compiling either v1.14.0 |
1687 | 2025-03-07T22:34:39.425Z | Compiling once_cell v1.20.3 |
1688 | 2025-03-07T22:34:39.712Z | Compiling itoa v1.0.11 |
1689 | 2025-03-07T22:34:39.812Z | Compiling slab v0.4.9 |
1690 | 2025-03-07T22:34:40.067Z | Compiling rand_core v0.6.4 |
1691 | 2025-03-07T22:34:40.174Z | Compiling spin v0.9.8 |
1692 | 2025-03-07T22:34:40.535Z | Compiling errno v0.3.9 |
1693 | 2025-03-07T22:34:40.766Z | Compiling glob v0.3.2 |
1694 | 2025-03-07T22:34:41.126Z | Compiling smallvec v1.14.0 |
1695 | 2025-03-07T22:34:41.327Z | Compiling prettyplease v0.2.29 |
1696 | 2025-03-07T22:34:41.364Z | Compiling lazy_static v1.5.0 |
1697 | 2025-03-07T22:34:41.483Z | Compiling clang-sys v1.8.1 |
1698 | 2025-03-07T22:34:41.608Z | Compiling minimal-lexical v0.2.1 |
1699 | 2025-03-07T22:34:41.814Z | Compiling libloading v0.8.5 |
1700 | 2025-03-07T22:34:42.070Z | Compiling nom v7.1.3 |
1701 | 2025-03-07T22:34:42.120Z | Compiling bindgen v0.69.5 |
1702 | 2025-03-07T22:34:42.200Z | Compiling subtle v2.6.1 |
1703 | 2025-03-07T22:34:42.219Z | Compiling home v0.5.9 |
1704 | 2025-03-07T22:34:42.246Z | Compiling regex-automata v0.4.8 |
1705 | 2025-03-07T22:34:42.542Z | Compiling itertools v0.12.1 |
1706 | 2025-03-07T22:34:42.592Z | Compiling lazycell v1.3.0 |
1707 | 2025-03-07T22:34:42.780Z | Compiling foldhash v0.1.3 |
1708 | 2025-03-07T22:34:42.880Z | Compiling equivalent v1.0.1 |
1709 | 2025-03-07T22:34:43.063Z | Compiling rustc-hash v1.1.0 |
1710 | 2025-03-07T22:34:43.240Z | Compiling allocator-api2 v0.2.18 |
1711 | 2025-03-07T22:34:43.360Z | Compiling cmake v0.1.51 |
1712 | 2025-03-07T22:34:44.010Z | Compiling hashbrown v0.15.1 |
1713 | 2025-03-07T22:34:44.164Z | Compiling pkg-config v0.3.31 |
1714 | 2025-03-07T22:34:44.297Z | Compiling dunce v1.0.5 |
1715 | 2025-03-07T22:34:44.450Z | Compiling fs_extra v1.3.0 |
1716 | 2025-03-07T22:34:45.227Z | Compiling cexpr v0.6.0 |
1717 | 2025-03-07T22:34:45.367Z | Compiling pin-project-lite v0.2.14 |
1718 | 2025-03-07T22:34:45.416Z | Compiling byteorder v1.5.0 |
1719 | 2025-03-07T22:34:45.906Z | Compiling synstructure v0.13.1 |
1720 | 2025-03-07T22:34:46.451Z | Compiling ring v0.17.11 |
1721 | 2025-03-07T22:34:46.634Z | Compiling paste v1.0.15 |
1722 | 2025-03-07T22:34:46.658Z | Compiling ryu v1.0.18 |
1723 | 2025-03-07T22:34:47.014Z | Compiling schemars v0.8.22 |
1724 | 2025-03-07T22:34:47.087Z | Compiling regex v1.11.1 |
1725 | 2025-03-07T22:34:47.810Z | Compiling serde_derive_internals v0.29.1 |
1726 | 2025-03-07T22:34:48.022Z | Compiling signal-hook-registry v1.4.2 |
1727 | 2025-03-07T22:34:48.388Z | Compiling fnv v1.0.7 |
1728 | 2025-03-07T22:34:48.418Z | Compiling const-oid v0.9.6 |
1729 | 2025-03-07T22:34:48.547Z | Compiling httparse v1.9.5 |
1730 | 2025-03-07T22:34:48.568Z | Compiling aws-lc-rs v1.12.4 |
1731 | 2025-03-07T22:34:49.030Z | Compiling parking_lot v0.12.3 |
1732 | 2025-03-07T22:34:49.214Z | Compiling mio v1.0.2 |
1733 | 2025-03-07T22:34:49.618Z | Compiling heck v0.5.0 |
1734 | 2025-03-07T22:34:49.805Z | Compiling serde_derive v1.0.218 |
1735 | 2025-03-07T22:34:49.848Z | Compiling zeroize_derive v1.4.2 |
1736 | 2025-03-07T22:34:50.018Z | Compiling tokio-macros v2.5.0 |
1737 | 2025-03-07T22:34:50.140Z | Compiling thiserror-impl v1.0.69 |
1738 | 2025-03-07T22:34:50.439Z | Compiling zerocopy-derive v0.7.35 |
1739 | 2025-03-07T22:34:50.902Z | Compiling zerofrom-derive v0.1.4 |
1740 | 2025-03-07T22:34:51.148Z | Compiling yoke-derive v0.7.4 |
1741 | 2025-03-07T22:34:51.189Z | Compiling zeroize v1.8.1 |
1742 | 2025-03-07T22:34:51.564Z | Compiling futures-macro v0.3.31 |
1743 | 2025-03-07T22:34:51.632Z | Compiling displaydoc v0.2.5 |
1744 | 2025-03-07T22:34:51.848Z | Compiling zerovec-derive v0.10.3 |
1745 | 2025-03-07T22:34:53.240Z | Compiling icu_provider_macros v1.5.0 |
1746 | 2025-03-07T22:34:53.394Z | Compiling tracing-attributes v0.1.27 |
1747 | 2025-03-07T22:34:53.492Z | Compiling crypto-common v0.1.6 |
1748 | 2025-03-07T22:34:53.544Z | Compiling schemars_derive v0.8.22 |
1749 | 2025-03-07T22:34:54.190Z | Compiling block-buffer v0.10.4 |
1750 | 2025-03-07T22:34:54.281Z | Compiling socket2 v0.5.8 |
1751 | 2025-03-07T22:34:54.418Z | Compiling stable_deref_trait v1.2.0 |
1752 | 2025-03-07T22:34:54.442Z | Compiling digest v0.10.7 |
1753 | 2025-03-07T22:34:54.553Z | Compiling zerocopy v0.7.35 |
1754 | 2025-03-07T22:34:56.009Z | Compiling futures-core v0.3.31 |
1755 | 2025-03-07T22:34:56.097Z | Compiling num-conv v0.1.0 |
1756 | 2025-03-07T22:34:56.265Z | Compiling crossbeam-utils v0.8.20 |
1757 | 2025-03-07T22:34:56.288Z | Compiling time-core v0.1.2 |
1758 | 2025-03-07T22:34:56.478Z | Compiling time-macros v0.2.18 |
1759 | 2025-03-07T22:34:56.681Z | Compiling der_derive v0.7.3 |
1760 | 2025-03-07T22:34:56.792Z | Compiling vcpkg v0.2.15 |
1761 | 2025-03-07T22:34:58.216Z | Compiling openssl-sys v0.9.106 |
1762 | 2025-03-07T22:34:58.999Z | Compiling zerocopy v0.8.10 |
1763 | 2025-03-07T22:34:59.030Z | Compiling futures-sink v0.3.31 |
1764 | 2025-03-07T22:34:59.513Z | Compiling cpufeatures v0.2.14 |
1765 | 2025-03-07T22:34:59.771Z | Compiling zerocopy-derive v0.8.10 |
1766 | 2025-03-07T22:35:00.009Z | Compiling slog v2.7.0 |
1767 | 2025-03-07T22:35:00.412Z | Compiling syn v1.0.109 |
1768 | 2025-03-07T22:35:00.494Z | Compiling iana-time-zone v0.1.61 |
1769 | 2025-03-07T22:35:00.743Z | Compiling futures-channel v0.3.31 |
1770 | 2025-03-07T22:35:00.765Z | Compiling zerofrom v0.1.4 |
1771 | 2025-03-07T22:35:01.060Z | Compiling futures-task v0.3.31 |
1772 | 2025-03-07T22:35:01.103Z | Compiling futures-io v0.3.31 |
1773 | 2025-03-07T22:35:01.228Z | Compiling pin-utils v0.1.0 |
1774 | 2025-03-07T22:35:01.279Z | Compiling yoke v0.7.4 |
1775 | 2025-03-07T22:35:01.343Z | Compiling futures-util v0.3.31 |
1776 | 2025-03-07T22:35:01.682Z | Compiling scroll_derive v0.12.0 |
1777 | 2025-03-07T22:35:01.992Z | Compiling bitflags v2.6.0 |
1778 | 2025-03-07T22:35:02.057Z | Compiling bytes v1.10.0 |
1779 | 2025-03-07T22:35:03.037Z | Compiling indexmap v2.7.1 |
1780 | 2025-03-07T22:35:04.231Z | Compiling tokio v1.43.0 |
1781 | 2025-03-07T22:35:04.842Z | Compiling uuid v1.15.1 |
1782 | 2025-03-07T22:35:05.080Z | Compiling serde_tokenstream v0.2.2 |
1783 | 2025-03-07T22:35:06.190Z | Compiling which v4.4.2 |
1784 | 2025-03-07T22:35:06.919Z | Compiling chrono v0.4.40 |
1785 | 2025-03-07T22:35:07.372Z | Compiling http v1.2.0 |
1786 | 2025-03-07T22:35:09.033Z | Compiling openssl v0.10.71 |
1787 | 2025-03-07T22:35:09.427Z | Compiling ucd-trie v0.1.7 |
1788 | 2025-03-07T22:35:09.594Z | Compiling rustc_version v0.4.1 |
1789 | 2025-03-07T22:35:09.894Z | Compiling pest v2.7.14 |
1790 | 2025-03-07T22:35:10.921Z | Compiling zerovec v0.10.4 |
1791 | 2025-03-07T22:35:12.894Z | Compiling hmac v0.12.1 |
1792 | 2025-03-07T22:35:13.285Z | Compiling pest_meta v2.7.14 |
1793 | 2025-03-07T22:35:15.381Z | Compiling block-padding v0.3.3 |
1794 | 2025-03-07T22:35:15.635Z | Compiling openssl-macros v0.1.1 |
1795 | 2025-03-07T22:35:15.689Z | Compiling native-tls v0.2.12 |
1796 | 2025-03-07T22:35:16.075Z | Compiling dyn-clone v1.0.19 |
1797 | 2025-03-07T22:35:16.300Z | Compiling rustls v0.23.19 |
1798 | 2025-03-07T22:35:16.390Z | Compiling inout v0.1.3 |
1799 | 2025-03-07T22:35:16.623Z | Compiling pest_generator v2.7.14 |
1800 | 2025-03-07T22:35:16.656Z | Compiling tinystr v0.7.6 |
1801 | 2025-03-07T22:35:16.758Z | Compiling serde_spanned v0.6.8 |
1802 | 2025-03-07T22:35:16.999Z | Compiling toml_datetime v0.6.8 |
1803 | 2025-03-07T22:35:17.059Z | Compiling ppv-lite86 v0.2.20 |
1804 | 2025-03-07T22:35:17.459Z | Compiling tracing-core v0.1.32 |
1805 | 2025-03-07T22:35:17.922Z | Compiling litemap v0.7.3 |
1806 | 2025-03-07T22:35:18.352Z | Compiling strsim v0.11.1 |
1807 | 2025-03-07T22:35:18.395Z | Compiling writeable v0.5.5 |
1808 | 2025-03-07T22:35:18.655Z | Compiling aws-lc-sys v0.26.0 |
1809 | 2025-03-07T22:35:18.890Z | Compiling icu_locid v1.5.0 |
1810 | 2025-03-07T22:35:19.528Z | Compiling pest_derive v2.7.14 |
1811 | 2025-03-07T22:35:19.702Z | Compiling tracing v0.1.40 |
1812 | 2025-03-07T22:35:19.823Z | Compiling cipher v0.4.4 |
1813 | 2025-03-07T22:35:20.266Z | Compiling sha2 v0.10.8 |
1814 | 2025-03-07T22:35:20.499Z | Compiling usdt-impl v0.5.0 |
1815 | 2025-03-07T22:35:20.826Z | Compiling cookie v0.18.1 |
1816 | 2025-03-07T22:35:20.969Z | Compiling base64ct v1.6.0 |
1817 | 2025-03-07T22:35:21.173Z | Compiling icu_provider v1.5.0 |
1818 | 2025-03-07T22:35:23.379Z | Compiling pem-rfc7468 v0.7.0 |
1819 | 2025-03-07T22:35:24.209Z | Compiling scroll v0.12.0 |
1820 | 2025-03-07T22:35:24.800Z | Compiling async-trait v0.1.87 |
1821 | 2025-03-07T22:35:26.152Z | Compiling plain v0.2.3 |
1822 | 2025-03-07T22:35:26.324Z | Compiling anyhow v1.0.97 |
1823 | 2025-03-07T22:35:26.656Z | Compiling icu_locid_transform_data v1.5.0 |
1824 | 2025-03-07T22:35:26.752Z | Compiling percent-encoding v2.3.1 |
1825 | 2025-03-07T22:35:26.784Z | Compiling rustls-pki-types v1.10.0 |
1826 | 2025-03-07T22:35:26.955Z | Compiling flagset v0.4.6 |
1827 | 2025-03-07T22:35:27.172Z | Compiling camino v1.1.9 |
1828 | 2025-03-07T22:35:27.194Z | Compiling der v0.7.9 |
1829 | 2025-03-07T22:35:27.709Z | Compiling icu_locid_transform v1.5.0 |
1830 | 2025-03-07T22:35:29.864Z | Compiling goblin v0.8.2 |
1831 | 2025-03-07T22:35:30.336Z | Compiling icu_collections v1.5.0 |
1832 | 2025-03-07T22:35:31.088Z | Compiling tokio-util v0.7.13 |
1833 | 2025-03-07T22:35:32.890Z | Compiling icu_properties_data v1.5.0 |
1834 | 2025-03-07T22:35:32.909Z | Compiling pretty-hex v0.4.1 |
1835 | 2025-03-07T22:35:32.955Z | Compiling powerfmt v0.2.0 |
1836 | 2025-03-07T22:35:33.003Z | Compiling untrusted v0.7.1 |
1837 | 2025-03-07T22:35:33.181Z | Compiling rayon-core v1.12.1 |
1838 | 2025-03-07T22:35:33.239Z | Compiling untrusted v0.9.0 |
1839 | 2025-03-07T22:35:33.430Z | Compiling rustls v0.22.4 |
1840 | 2025-03-07T22:35:33.771Z | Compiling icu_properties v1.5.1 |
1841 | 2025-03-07T22:35:33.836Z | Compiling deranged v0.3.11 |
1842 | 2025-03-07T22:35:34.951Z | Compiling spki v0.7.3 |
1843 | 2025-03-07T22:35:35.508Z | Compiling dtrace-parser v0.2.0 |
1844 | 2025-03-07T22:35:35.529Z | Compiling salsa20 v0.10.2 |
1845 | 2025-03-07T22:35:35.766Z | Compiling dof v0.3.0 |
1846 | 2025-03-07T22:35:37.024Z | Compiling pbkdf2 v0.12.2 |
1847 | 2025-03-07T22:35:37.556Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1848 | 2025-03-07T22:35:38.119Z | Compiling thread-id v4.2.2 |
1849 | 2025-03-07T22:35:38.156Z | Compiling utf16_iter v1.0.5 |
1850 | 2025-03-07T22:35:38.259Z | Compiling num_threads v0.1.7 |
1851 | 2025-03-07T22:35:38.374Z | Compiling winnow v0.5.40 |
1852 | 2025-03-07T22:35:38.400Z | Compiling litrs v0.4.1 |
1853 | 2025-03-07T22:35:38.754Z | Compiling rustversion v1.0.17 |
1854 | 2025-03-07T22:35:38.779Z | Compiling utf8_iter v1.0.4 |
1855 | 2025-03-07T22:35:39.064Z | Compiling atomic-waker v1.1.2 |
1856 | 2025-03-07T22:35:39.288Z | Compiling icu_normalizer_data v1.5.0 |
1857 | 2025-03-07T22:35:39.405Z | Compiling write16 v1.0.0 |
1858 | 2025-03-07T22:35:39.855Z | Compiling icu_normalizer v1.5.0 |
1859 | 2025-03-07T22:35:40.635Z | Compiling time v0.3.36 |
1860 | 2025-03-07T22:35:41.366Z | Compiling document-features v0.2.10 |
1861 | 2025-03-07T22:35:41.830Z | Compiling toml_edit v0.19.15 |
1862 | 2025-03-07T22:35:44.287Z | Compiling scrypt v0.11.0 |
1863 | 2025-03-07T22:35:44.759Z | Compiling form_urlencoded v1.2.1 |
1864 | 2025-03-07T22:35:44.910Z | Compiling cbc v0.1.2 |
1865 | 2025-03-07T22:35:45.154Z | Compiling aes v0.8.4 |
1866 | 2025-03-07T22:35:45.222Z | Compiling http-body v1.0.1 |
1867 | 2025-03-07T22:35:45.502Z | Compiling multer v3.1.0 |
1868 | 2025-03-07T22:35:45.722Z | Compiling tinyvec_macros v0.1.1 |
1869 | 2025-03-07T22:35:45.855Z | Compiling try-lock v0.2.5 |
1870 | 2025-03-07T22:35:46.032Z | Compiling slog-async v2.8.0 |
1871 | 2025-03-07T22:35:46.302Z | Compiling pkcs5 v0.7.1 |
1872 | 2025-03-07T22:35:46.568Z | Compiling want v0.3.1 |
1873 | 2025-03-07T22:35:46.896Z | Compiling tinyvec v1.8.0 |
1874 | 2025-03-07T22:35:48.427Z | Compiling idna_adapter v1.2.0 |
1875 | 2025-03-07T22:35:48.672Z | Compiling h2 v0.4.6 |
1876 | 2025-03-07T22:35:49.061Z | Compiling rand_chacha v0.3.1 |
1877 | 2025-03-07T22:35:50.264Z | Compiling heapless v0.7.17 |
1878 | 2025-03-07T22:35:50.863Z | Compiling signal-hook v0.3.17 |
1879 | 2025-03-07T22:35:51.194Z | Compiling httpdate v1.0.3 |
1880 | 2025-03-07T22:35:51.233Z | Compiling tower-service v0.3.3 |
1881 | 2025-03-07T22:35:51.394Z | Compiling adler2 v2.0.0 |
1882 | 2025-03-07T22:35:51.999Z | Compiling miniz_oxide v0.8.5 |
1883 | 2025-03-07T22:35:53.896Z | Compiling rand v0.8.5 |
1884 | 2025-03-07T22:35:55.400Z | Compiling idna v1.0.3 |
1885 | 2025-03-07T22:35:56.690Z | Compiling pkcs8 v0.10.2 |
1886 | 2025-03-07T22:35:56.743Z | Compiling usdt-attr-macro v0.5.0 |
1887 | 2025-03-07T22:35:57.214Z | Compiling hyper v1.6.0 |
1888 | 2025-03-07T22:35:57.325Z | Compiling usdt-macro v0.5.0 |
1889 | 2025-03-07T22:35:58.394Z | Compiling async-stream-impl v0.3.6 |
1890 | 2025-03-07T22:35:59.597Z | Compiling base64 v0.22.1 |
1891 | 2025-03-07T22:36:00.771Z | Compiling hyper-util v0.1.10 |
1892 | 2025-03-07T22:36:06.541Z | Compiling curve25519-dalek v4.1.3 |
1893 | 2025-03-07T22:36:07.006Z | Compiling openapiv3 v2.0.0 |
1894 | 2025-03-07T22:36:07.051Z | Compiling enum-as-inner v0.6.1 |
1895 | 2025-03-07T22:36:07.146Z | Compiling memoffset v0.9.1 |
1896 | 2025-03-07T22:36:07.505Z | Compiling dropshot v0.12.0 |
1897 | 2025-03-07T22:36:07.989Z | Compiling match_cfg v0.1.0 |
1898 | 2025-03-07T22:36:08.126Z | Compiling foreign-types-shared v0.1.1 |
1899 | 2025-03-07T22:36:08.274Z | Compiling portable-atomic v1.9.0 |
1900 | 2025-03-07T22:36:08.646Z | Compiling smoltcp v0.9.1 |
1901 | 2025-03-07T22:36:08.711Z | Compiling num-bigint-dig v0.8.4 |
1902 | 2025-03-07T22:36:08.764Z | Compiling newtype-uuid v1.2.1 |
1903 | 2025-03-07T22:36:09.040Z | Compiling foreign-types v0.3.2 |
1904 | 2025-03-07T22:36:09.106Z | Compiling hostname v0.3.1 |
1905 | 2025-03-07T22:36:09.299Z | Compiling rand_core v0.9.2 |
1906 | 2025-03-07T22:36:10.218Z | Compiling url v2.5.3 |
1907 | 2025-03-07T22:36:12.141Z | Compiling http-body-util v0.1.2 |
1908 | 2025-03-07T22:36:12.703Z | Compiling dirs-sys-next v0.1.2 |
1909 | 2025-03-07T22:36:13.169Z | Compiling encoding_rs v0.8.34 |
1910 | 2025-03-07T22:36:13.193Z | Compiling gimli v0.31.1 |
1911 | 2025-03-07T22:36:16.047Z | Compiling cfg_aliases v0.2.1 |
1912 | 2025-03-07T22:36:16.170Z | Compiling ident_case v1.0.1 |
1913 | 2025-03-07T22:36:16.369Z | Compiling siphasher v0.3.11 |
1914 | 2025-03-07T22:36:16.750Z | Compiling data-encoding v2.6.0 |
1915 | 2025-03-07T22:36:18.132Z | Compiling mime v0.3.17 |
1916 | 2025-03-07T22:36:19.179Z | Compiling heck v0.4.1 |
1917 | 2025-03-07T22:36:19.584Z | Compiling addr2line v0.24.2 |
1918 | 2025-03-07T22:36:19.973Z | Compiling darling_core v0.20.10 |
1919 | 2025-03-07T22:36:20.525Z | Compiling nix v0.29.0 |
1920 | 2025-03-07T22:36:24.490Z | Compiling dirs-next v2.0.0 |
1921 | 2025-03-07T22:36:26.067Z | Compiling rand_chacha v0.9.0 |
1922 | 2025-03-07T22:36:27.160Z | Compiling unicode-normalization v0.1.24 |
1923 | 2025-03-07T22:36:28.315Z | Compiling serde_urlencoded v0.7.1 |
1924 | 2025-03-07T22:36:28.882Z | Compiling crossbeam-epoch v0.9.18 |
1925 | 2025-03-07T22:36:29.569Z | Compiling rustls-pemfile v2.2.0 |
1926 | 2025-03-07T22:36:30.029Z | Compiling hubpack_derive v0.1.1 |
1927 | 2025-03-07T22:36:30.541Z | Compiling dropshot_endpoint v0.12.0 |
1928 | 2025-03-07T22:36:30.856Z | Compiling sha1 v0.10.6 |
1929 | 2025-03-07T22:36:31.257Z | Compiling signature v2.2.0 |
1930 | 2025-03-07T22:36:31.493Z | Compiling zerocopy-derive v0.6.6 |
1931 | 2025-03-07T22:36:32.616Z | Compiling curve25519-dalek-derive v0.1.1 |
1932 | 2025-03-07T22:36:33.253Z | Compiling thread_local v1.1.8 |
1933 | 2025-03-07T22:36:33.702Z | Compiling object v0.36.5 |
1934 | 2025-03-07T22:36:34.166Z | Compiling fs-err v2.11.0 |
1935 | 2025-03-07T22:36:34.366Z | Compiling ahash v0.8.11 |
1936 | 2025-03-07T22:36:34.755Z | Compiling crc32fast v1.4.2 |
1937 | 2025-03-07T22:36:35.080Z | Compiling winnow v0.7.3 |
1938 | 2025-03-07T22:36:36.931Z | Compiling rustls-webpki v0.102.8 |
1939 | 2025-03-07T22:36:37.853Z | Compiling ipnet v2.11.0 |
1940 | 2025-03-07T22:36:38.815Z | Compiling buf-list v1.0.3 |
1941 | 2025-03-07T22:36:38.834Z | Compiling anstyle v1.0.10 |
1942 | 2025-03-07T22:36:39.275Z | Compiling rustc-demangle v0.1.24 |
1943 | 2025-03-07T22:36:39.382Z | Compiling openssl-probe v0.1.5 |
1944 | 2025-03-07T22:36:39.696Z | Compiling zip v2.1.3 |
1945 | 2025-03-07T22:36:40.334Z | Compiling unicode-bidi v0.3.17 |
1946 | 2025-03-07T22:36:41.566Z | Compiling utf8parse v0.2.2 |
1947 | 2025-03-07T22:36:41.763Z | Compiling unicode-properties v0.1.3 |
1948 | 2025-03-07T22:36:41.980Z | Compiling anstyle-parse v0.2.5 |
1949 | 2025-03-07T22:36:42.195Z | Compiling stringprep v0.1.5 |
1950 | 2025-03-07T22:36:42.505Z | Compiling backtrace v0.3.74 |
1951 | 2025-03-07T22:36:43.420Z | Compiling toml_edit v0.22.24 |
1952 | 2025-03-07T22:36:45.204Z | Compiling crossbeam-deque v0.8.5 |
1953 | 2025-03-07T22:36:48.746Z | Compiling rand v0.9.0 |
1954 | 2025-03-07T22:36:49.762Z | Compiling darling_macro v0.20.10 |
1955 | 2025-03-07T22:36:50.053Z | Compiling term v0.7.0 |
1956 | 2025-03-07T22:36:50.667Z | Compiling slog-json v2.6.1 |
1957 | 2025-03-07T22:36:51.311Z | Compiling crossbeam-channel v0.5.13 |
1958 | 2025-03-07T22:36:51.883Z | Compiling futures-executor v0.3.31 |
1959 | 2025-03-07T22:36:52.330Z | Compiling num-integer v0.1.46 |
1960 | 2025-03-07T22:36:52.360Z | Compiling md-5 v0.10.6 |
1961 | 2025-03-07T22:36:52.628Z | Compiling hash32 v0.2.1 |
1962 | 2025-03-07T22:36:52.817Z | Compiling ff v0.13.0 |
1963 | 2025-03-07T22:36:52.967Z | Compiling memmap v0.7.0 |
1964 | 2025-03-07T22:36:53.004Z | Compiling is-terminal v0.4.13 |
1965 | 2025-03-07T22:36:53.073Z | Compiling is_terminal_polyfill v1.70.1 |
1966 | 2025-03-07T22:36:53.242Z | Compiling anstyle-query v1.1.1 |
1967 | 2025-03-07T22:36:53.287Z | Compiling base16ct v0.2.0 |
1968 | 2025-03-07T22:36:53.290Z | Compiling psl-types v2.0.11 |
1969 | 2025-03-07T22:36:53.417Z | Compiling quick-error v1.2.3 |
1970 | 2025-03-07T22:36:53.517Z | Compiling fallible-iterator v0.2.0 |
1971 | 2025-03-07T22:36:53.602Z | Compiling linked-hash-map v0.5.6 |
1972 | 2025-03-07T22:36:53.627Z | Compiling take_mut v0.2.2 |
1973 | 2025-03-07T22:36:53.812Z | Compiling colorchoice v1.0.2 |
1974 | 2025-03-07T22:36:53.949Z | Compiling utf-8 v0.7.6 |
1975 | 2025-03-07T22:36:53.991Z | Compiling anstream v0.6.15 |
1976 | 2025-03-07T22:36:54.202Z | Compiling postgres-protocol v0.6.8 |
1977 | 2025-03-07T22:36:54.223Z | Compiling publicsuffix v2.3.0 |
1978 | 2025-03-07T22:36:54.244Z | Compiling tungstenite v0.24.0 |
1979 | 2025-03-07T22:36:54.575Z | Compiling lru-cache v0.1.2 |
1980 | 2025-03-07T22:36:54.792Z | Compiling resolv-conf v0.7.0 |
1981 | 2025-03-07T22:36:55.305Z | Compiling sec1 v0.7.3 |
1982 | 2025-03-07T22:36:55.460Z | Compiling usdt v0.5.0 |
1983 | 2025-03-07T22:36:55.638Z | Compiling slog-term v2.9.1 |
1984 | 2025-03-07T22:36:55.710Z | Compiling group v0.13.0 |
1985 | 2025-03-07T22:36:55.890Z | Compiling num-iter v0.1.45 |
1986 | 2025-03-07T22:36:55.979Z | Compiling futures v0.3.31 |
1987 | 2025-03-07T22:36:57.534Z | Compiling slog-bunyan v2.5.0 |
1988 | 2025-03-07T22:36:57.756Z | Compiling tokio-rustls v0.26.0 |
1989 | 2025-03-07T22:36:57.833Z | Compiling darling v0.20.10 |
1990 | 2025-03-07T22:36:57.963Z | Compiling tokio-rustls v0.25.0 |
1991 | 2025-03-07T22:36:58.168Z | Compiling toml v0.8.20 |
1992 | 2025-03-07T22:36:58.248Z | Compiling bzip2 v0.4.4 |
1993 | 2025-03-07T22:36:58.422Z | Compiling tokio-native-tls v0.3.1 |
1994 | 2025-03-07T22:36:58.674Z | Compiling hickory-proto v0.24.4 |
1995 | 2025-03-07T22:36:58.730Z | Compiling flate2 v1.1.0 |
1996 | 2025-03-07T22:36:58.929Z | Compiling strum_macros v0.25.3 |
1997 | 2025-03-07T22:36:59.551Z | Compiling phf_shared v0.11.2 |
1998 | 2025-03-07T22:37:00.227Z | Compiling async-stream v0.3.6 |
1999 | 2025-03-07T22:37:00.247Z | Compiling waitgroup v0.1.2 |
2000 | 2025-03-07T22:37:00.516Z | Compiling webpki-roots v0.26.6 |
2001 | 2025-03-07T22:37:00.746Z | Compiling hkdf v0.12.4 |
2002 | 2025-03-07T22:37:00.907Z | Compiling terminal_size v0.4.0 |
2003 | 2025-03-07T22:37:01.103Z | Compiling serde_path_to_error v0.1.16 |
2004 | 2025-03-07T22:37:01.152Z | Compiling sync_wrapper v1.0.1 |
2005 | 2025-03-07T22:37:01.530Z | Compiling crypto-bigint v0.5.5 |
2006 | 2025-03-07T22:37:01.606Z | Compiling clap_derive v4.5.28 |
2007 | 2025-03-07T22:37:01.850Z | Compiling serde_repr v0.1.19 |
2008 | 2025-03-07T22:37:01.940Z | Compiling derive-where v1.2.7 |
2009 | 2025-03-07T22:37:02.172Z | Compiling regress v0.10.3 |
2010 | 2025-03-07T22:37:02.929Z | Compiling hostname v0.4.0 |
2011 | 2025-03-07T22:37:03.168Z | Compiling simd-adler32 v0.3.7 |
2012 | 2025-03-07T22:37:03.190Z | Compiling clap_lex v0.7.4 |
2013 | 2025-03-07T22:37:03.695Z | Compiling bumpalo v3.16.0 |
2014 | 2025-03-07T22:37:03.949Z | Compiling debug-ignore v1.0.5 |
2015 | 2025-03-07T22:37:04.126Z | Compiling bitflags v1.3.2 |
2016 | 2025-03-07T22:37:04.146Z | Compiling tower-layer v0.3.3 |
2017 | 2025-03-07T22:37:04.536Z | Compiling managed v0.8.0 |
2018 | 2025-03-07T22:37:04.675Z | Compiling lockfree-object-pool v0.1.6 |
2019 | 2025-03-07T22:37:04.814Z | Compiling unicode-width v0.2.0 |
2020 | 2025-03-07T22:37:05.046Z | Compiling zopfli v0.8.1 |
2021 | 2025-03-07T22:37:05.362Z | Compiling console v0.15.10 |
2022 | 2025-03-07T22:37:06.164Z | Compiling typify-impl v0.2.0 |
2023 | 2025-03-07T22:37:06.347Z | Compiling tower v0.5.2 |
2024 | 2025-03-07T22:37:06.593Z | Compiling elliptic-curve v0.13.8 |
2025 | 2025-03-07T22:37:06.770Z | Compiling hickory-resolver v0.24.4 |
2026 | 2025-03-07T22:37:07.363Z | Compiling clap_builder v4.5.31 |
2027 | 2025-03-07T22:37:09.398Z | Compiling hyper-rustls v0.27.3 |
2028 | 2025-03-07T22:37:11.966Z | Compiling phf v0.11.2 |
2029 | 2025-03-07T22:37:12.272Z | Compiling hyper-tls v0.6.0 |
2030 | 2025-03-07T22:37:12.847Z | Compiling signal-hook-mio v0.2.4 |
2031 | 2025-03-07T22:37:12.984Z | Compiling rayon v1.10.0 |
2032 | 2025-03-07T22:37:13.042Z | Compiling cookie_store v0.21.1 |
2033 | 2025-03-07T22:37:13.605Z | Compiling tokio-tungstenite v0.24.0 |
2034 | 2025-03-07T22:37:14.156Z | Compiling postgres-types v0.2.9 |
2035 | 2025-03-07T22:37:14.614Z | Compiling zerocopy v0.6.6 |
2036 | 2025-03-07T22:37:14.761Z | Compiling ed25519 v2.2.3 |
2037 | 2025-03-07T22:37:15.218Z | Compiling hubpack v0.1.2 |
2038 | 2025-03-07T22:37:15.847Z | Compiling phf_shared v0.10.0 |
2039 | 2025-03-07T22:37:15.891Z | Compiling pkcs1 v0.7.5 |
2040 | 2025-03-07T22:37:16.032Z | Compiling tokio-stream v0.1.17 |
2041 | 2025-03-07T22:37:16.985Z | Compiling ipnetwork v0.21.1 |
2042 | 2025-03-07T22:37:17.015Z | Compiling rfc6979 v0.4.0 |
2043 | 2025-03-07T22:37:17.224Z | Compiling serde-big-array v0.5.1 |
2044 | 2025-03-07T22:37:17.329Z | Compiling float-cmp v0.10.0 |
2045 | 2025-03-07T22:37:17.474Z | Compiling bstr v1.10.0 |
2046 | 2025-03-07T22:37:19.029Z | Compiling whoami v1.5.2 |
2047 | 2025-03-07T22:37:19.048Z | Compiling normalize-line-endings v0.3.0 |
2048 | 2025-03-07T22:37:19.192Z | Compiling number_prefix v0.4.0 |
2049 | 2025-03-07T22:37:19.458Z | Compiling predicates-core v1.0.8 |
2050 | 2025-03-07T22:37:19.527Z | Compiling new_debug_unreachable v1.0.6 |
2051 | 2025-03-07T22:37:19.645Z | Compiling fixedbitset v0.4.2 |
2052 | 2025-03-07T22:37:19.769Z | Compiling static_assertions v1.1.0 |
2053 | 2025-03-07T22:37:20.035Z | Compiling difflib v0.4.0 |
2054 | 2025-03-07T22:37:20.065Z | Compiling precomputed-hash v0.1.1 |
2055 | 2025-03-07T22:37:20.205Z | Compiling unicode-segmentation v1.12.0 |
2056 | 2025-03-07T22:37:20.289Z | Compiling string_cache v0.8.7 |
2057 | 2025-03-07T22:37:20.671Z | Compiling predicates v3.1.3 |
2058 | 2025-03-07T22:37:20.692Z | Compiling petgraph v0.6.5 |
2059 | 2025-03-07T22:37:21.055Z | Compiling similar v2.7.0 |
2060 | 2025-03-07T22:37:21.095Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2061 | 2025-03-07T22:37:22.040Z | Compiling indicatif v0.17.11 |
2062 | 2025-03-07T22:37:22.876Z | Compiling tokio-postgres v0.7.13 |
2063 | 2025-03-07T22:37:23.233Z | Compiling ecdsa v0.16.9 |
2064 | 2025-03-07T22:37:23.835Z | Compiling qorb v0.2.1 |
2065 | 2025-03-07T22:37:24.316Z | Compiling rsa v0.9.6 |
2066 | 2025-03-07T22:37:24.520Z | Compiling typify-macro v0.2.0 |
2067 | 2025-03-07T22:37:27.215Z | Compiling reqwest v0.12.12 |
2068 | 2025-03-07T22:37:27.607Z | Compiling ed25519-dalek v2.1.1 |
2069 | 2025-03-07T22:37:28.767Z | Compiling crossterm v0.28.1 |
2070 | 2025-03-07T22:37:29.042Z | Compiling clap v4.5.31 |
2071 | 2025-03-07T22:37:29.471Z | Compiling zip v0.6.6 |
2072 | 2025-03-07T22:37:30.662Z | Compiling toml v0.7.8 |
2073 | 2025-03-07T22:37:30.827Z | Compiling x509-cert v0.2.5 |
2074 | 2025-03-07T22:37:31.681Z | Compiling hex v0.4.3 |
2075 | 2025-03-07T22:37:32.623Z | Compiling itertools v0.10.5 |
2076 | 2025-03-07T22:37:33.590Z | Compiling peg-runtime v0.8.5 |
2077 | 2025-03-07T22:37:34.511Z | Compiling lalrpop-util v0.19.12 |
2078 | 2025-03-07T22:37:34.855Z | Compiling unicode-xid v0.2.6 |
2079 | 2025-03-07T22:37:37.740Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2080 | 2025-03-07T22:37:42.444Z | Compiling proc-macro-crate v1.3.1 |
2081 | 2025-03-07T22:37:43.210Z | Compiling macaddr v1.0.1 |
2082 | 2025-03-07T22:37:43.829Z | Compiling itertools v0.13.0 |
2083 | 2025-03-07T22:37:44.371Z | Compiling fastrand v2.1.1 |
2084 | 2025-03-07T22:37:45.078Z | Compiling heapless v0.8.0 |
2085 | 2025-03-07T22:37:46.830Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2086 | 2025-03-07T22:37:49.597Z | Compiling tempfile v3.13.0 |
2087 | 2025-03-07T22:37:51.312Z | Compiling num_enum_derive v0.5.11 |
2088 | 2025-03-07T22:37:56.337Z | Compiling structmeta-derive v0.3.0 |
2089 | 2025-03-07T22:37:57.900Z | Compiling hash32 v0.3.1 |
2090 | 2025-03-07T22:37:58.542Z | Compiling thiserror v2.0.11 |
2091 | 2025-03-07T22:37:58.814Z | Compiling smoltcp v0.11.0 |
2092 | 2025-03-07T22:37:59.785Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2093 | 2025-03-07T22:38:03.738Z | Compiling structmeta v0.3.0 |
2094 | 2025-03-07T22:38:05.198Z | Compiling num_enum v0.5.11 |
2095 | 2025-03-07T22:38:05.289Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2096 | 2025-03-07T22:38:06.202Z | Compiling typify v0.2.0 |
2097 | 2025-03-07T22:38:06.358Z | Compiling oxnet v0.1.1 |
2098 | 2025-03-07T22:38:07.633Z | Compiling strum_macros v0.26.4 |
2099 | 2025-03-07T22:38:09.156Z | Compiling thiserror-impl v2.0.11 |
2100 | 2025-03-07T22:38:10.074Z | Compiling proc-macro-error-attr v1.0.4 |
2101 | 2025-03-07T22:38:11.033Z | Compiling unsafe-libyaml v0.2.11 |
2102 | 2025-03-07T22:38:11.455Z | Compiling cobs v0.2.3 |
2103 | 2025-03-07T22:38:11.788Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2104 | 2025-03-07T22:38:13.278Z | Compiling serde_yaml v0.9.34+deprecated |
2105 | 2025-03-07T22:38:14.301Z | Compiling strum v0.26.3 |
2106 | 2025-03-07T22:38:15.705Z | Compiling postcard v1.0.10 |
2107 | 2025-03-07T22:38:28.097Z | Compiling progenitor-impl v0.8.0 |
2108 | 2025-03-07T22:38:28.896Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2109 | 2025-03-07T22:38:39.106Z | Compiling foreign-types-macros v0.2.3 |
2110 | 2025-03-07T22:38:39.173Z | Compiling wait-timeout v0.2.0 |
2111 | 2025-03-07T22:38:39.481Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2112 | 2025-03-07T22:38:39.559Z | Compiling proc-macro-error v1.0.4 |
2113 | 2025-03-07T22:38:40.296Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2114 | 2025-03-07T22:38:40.605Z | Compiling foreign-types-shared v0.3.1 |
2115 | 2025-03-07T22:38:40.747Z | Compiling unicode-width v0.1.14 |
2116 | 2025-03-07T22:38:40.767Z | Compiling bit-vec v0.8.0 |
2117 | 2025-03-07T22:38:41.374Z | Compiling tabwriter v1.4.0 |
2118 | 2025-03-07T22:38:41.399Z | Compiling bit-set v0.8.0 |
2119 | 2025-03-07T22:38:41.770Z | Compiling foreign-types v0.5.0 |
2120 | 2025-03-07T22:38:42.573Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2121 | 2025-03-07T22:38:47.648Z | Compiling rusty-fork v0.3.0 |
2122 | 2025-03-07T22:38:52.518Z | Compiling progenitor-macro v0.8.0 |
2123 | 2025-03-07T22:38:56.320Z | Compiling parse-display-derive v0.10.0 |
2124 | 2025-03-07T22:38:56.673Z | Compiling progenitor-client v0.8.0 |
2125 | 2025-03-07T22:38:59.833Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2126 | 2025-03-07T22:39:00.687Z | Compiling daft-derive v0.1.1 |
2127 | 2025-03-07T22:39:01.282Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2128 | 2025-03-07T22:39:02.132Z | Compiling rand_xorshift v0.3.0 |
2129 | 2025-03-07T22:39:02.184Z | Compiling cstr-argument v0.1.2 |
2130 | 2025-03-07T22:39:02.321Z | Compiling dropshot v0.16.0 |
2131 | 2025-03-07T22:39:02.494Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2132 | 2025-03-07T22:39:02.688Z | Compiling pretty-hex v0.2.1 |
2133 | 2025-03-07T22:39:02.822Z | Compiling crucible-workspace-hack v0.1.0 |
2134 | 2025-03-07T22:39:02.949Z | Compiling unarray v0.1.4 |
2135 | 2025-03-07T22:39:03.197Z | Compiling proptest v1.6.0 |
2136 | 2025-03-07T22:39:03.216Z | Compiling progenitor v0.8.0 |
2137 | 2025-03-07T22:39:03.460Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2138 | 2025-03-07T22:39:03.611Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2139 | 2025-03-07T22:39:03.694Z | Compiling daft v0.1.1 |
2140 | 2025-03-07T22:39:04.162Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2141 | 2025-03-07T22:39:04.211Z | Compiling parse-display v0.10.0 |
2142 | 2025-03-07T22:39:04.530Z | Compiling test-strategy v0.4.0 |
2143 | 2025-03-07T22:39:05.093Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2144 | 2025-03-07T22:39:05.350Z | Compiling colored v2.2.0 |
2145 | 2025-03-07T22:39:06.105Z | Compiling serde_with_macros v3.12.0 |
2146 | 2025-03-07T22:39:06.803Z | Compiling dropshot_endpoint v0.16.0 |
2147 | 2025-03-07T22:39:07.358Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2148 | 2025-03-07T22:39:07.718Z | Compiling instant v0.1.13 |
2149 | 2025-03-07T22:39:07.925Z | Compiling winnow v0.6.20 |
2150 | 2025-03-07T22:39:08.123Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2151 | 2025-03-07T22:39:08.476Z | Compiling serde_with v3.12.0 |
2152 | 2025-03-07T22:39:08.600Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2153 | 2025-03-07T22:39:10.443Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2154 | 2025-03-07T22:39:11.649Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2155 | 2025-03-07T22:39:11.946Z | Compiling backoff v0.4.0 |
2156 | 2025-03-07T22:39:12.279Z | Compiling zone_cfg_derive v0.3.0 |
2157 | 2025-03-07T22:39:12.326Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2158 | 2025-03-07T22:39:12.823Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2159 | 2025-03-07T22:39:13.071Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2160 | 2025-03-07T22:39:13.639Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2161 | 2025-03-07T22:39:13.715Z | Compiling camino-tempfile v1.1.1 |
2162 | 2025-03-07T22:39:14.089Z | Compiling progenitor-client v0.9.1 |
2163 | 2025-03-07T22:39:14.515Z | Compiling num-derive v0.4.2 |
2164 | 2025-03-07T22:39:15.047Z | Compiling sigpipe v0.1.3 |
2165 | 2025-03-07T22:39:15.208Z | Compiling libefi-sys v0.1.0 |
2166 | 2025-03-07T22:39:15.569Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2167 | 2025-03-07T22:39:15.992Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2168 | 2025-03-07T22:39:16.677Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2169 | 2025-03-07T22:39:18.293Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2170 | 2025-03-07T22:39:19.288Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2171 | 2025-03-07T22:39:20.047Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2172 | 2025-03-07T22:39:20.632Z | Compiling zone v0.3.0 |
2173 | 2025-03-07T22:39:21.339Z | Compiling itertools v0.14.0 |
2174 | 2025-03-07T22:39:22.363Z | Compiling smf v0.2.3 |
2175 | 2025-03-07T22:39:23.354Z | Compiling bitfield-struct v0.6.2 |
2176 | 2025-03-07T22:39:24.015Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2177 | 2025-03-07T22:39:24.463Z | Compiling blake3 v1.5.4 |
2178 | 2025-03-07T22:39:24.729Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2179 | 2025-03-07T22:39:25.088Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2180 | 2025-03-07T22:39:25.415Z | Compiling xattr v1.3.1 |
2181 | 2025-03-07T22:39:25.522Z | Compiling filetime v0.2.25 |
2182 | 2025-03-07T22:39:25.769Z | Compiling memmap2 v0.9.5 |
2183 | 2025-03-07T22:39:25.830Z | Compiling same-file v1.0.6 |
2184 | 2025-03-07T22:39:25.880Z | Compiling arrayref v0.3.9 |
2185 | 2025-03-07T22:39:26.007Z | Compiling arrayvec v0.7.6 |
2186 | 2025-03-07T22:39:26.154Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2187 | 2025-03-07T22:39:26.205Z | Compiling constant_time_eq v0.3.1 |
2188 | 2025-03-07T22:39:26.306Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2189 | 2025-03-07T22:39:26.350Z | Compiling walkdir v2.5.0 |
2190 | 2025-03-07T22:39:26.405Z | Compiling tar v0.4.44 |
2191 | 2025-03-07T22:39:27.957Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2192 | 2025-03-07T22:39:28.424Z | Compiling gethostname v0.5.0 |
2193 | 2025-03-07T22:39:28.671Z | Compiling cargo-platform v0.1.8 |
2194 | 2025-03-07T22:39:28.972Z | Compiling topological-sort v0.2.2 |
2195 | 2025-03-07T22:39:29.025Z | Compiling fixedbitset v0.5.7 |
2196 | 2025-03-07T22:39:29.284Z | Compiling omicron-zone-package v0.12.0 |
2197 | 2025-03-07T22:39:29.753Z | Compiling petgraph v0.7.1 |
2198 | 2025-03-07T22:39:30.202Z | Compiling cargo_metadata v0.19.2 |
2199 | 2025-03-07T22:39:31.530Z | Compiling indent_write v2.2.0 |
2200 | 2025-03-07T22:39:31.804Z | Compiling shell-words v1.1.0 |
2201 | 2025-03-07T22:39:36.394Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2202 | 2025-03-07T22:39:37.360Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2203 | 2025-03-07T22:39:39.385Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2204 | 2025-03-07T22:39:59.758Z | Finished `release` profile [optimized] target(s) in 5m 24s |
2205 | 2025-03-07T22:39:59.934Z | Running `target/release/omicron-package -t test target create -p dev` |
2206 | 2025-03-07T22:39:59.988Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2207 | 2025-03-07T22:39:59.992Z | Created new build target 'test' and set it as active |
2208 | 2025-03-07T22:39:59.992Z | |
2209 | 2025-03-07T22:39:59.992Z | real 5:24.691400726 |
2210 | 2025-03-07T22:39:59.992Z | user 37:45.155622762 |
2211 | 2025-03-07T22:39:59.992Z | sys 3:39.277909578 |
2212 | 2025-03-07T22:39:59.992Z | trap 1.229431636 |
2213 | 2025-03-07T22:39:59.992Z | tflt 1.608855944 |
2214 | 2025-03-07T22:39:59.992Z | dflt 0.962440389 |
2215 | 2025-03-07T22:39:59.992Z | kflt 0.000191435 |
2216 | 2025-03-07T22:39:59.992Z | lock 1:15:09.805337249 |
2217 | 2025-03-07T22:39:59.992Z | slp 2:33:31.515301324 |
2218 | 2025-03-07T22:39:59.992Z | lat 2:53.741799301 |
2219 | 2025-03-07T22:39:59.992Z | stop 5:09.741680924 |
2220 | 2025-03-07T22:39:59.993Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2221 | 2025-03-07T22:40:01.023Z | Finished `release` profile [optimized] target(s) in 0.97s |
2222 | 2025-03-07T22:40:01.089Z | Running `target/release/omicron-package -t test package` |
2223 | 2025-03-07T22:40:01.136Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2224 | 2025-03-07T22:40:02.371Z | Compiling ring v0.17.11 |
2225 | 2025-03-07T22:40:02.556Z | Compiling thiserror v2.0.11 |
2226 | 2025-03-07T22:40:02.573Z | Compiling typify-impl v0.3.0 |
2227 | 2025-03-07T22:40:02.591Z | Compiling convert_case v0.4.0 |
2228 | 2025-03-07T22:40:02.591Z | Compiling fastrand v2.1.1 |
2229 | 2025-03-07T22:40:02.594Z | Compiling newline-converter v0.3.0 |
2230 | 2025-03-07T22:40:02.594Z | Compiling password-hash v0.5.0 |
2231 | 2025-03-07T22:40:02.809Z | Compiling expectorate v1.1.0 |
2232 | 2025-03-07T22:40:03.059Z | Compiling tempfile v3.13.0 |
2233 | 2025-03-07T22:40:03.082Z | Compiling blake2 v0.10.6 |
2234 | 2025-03-07T22:40:03.233Z | Compiling derive_more v0.99.19 |
2235 | 2025-03-07T22:40:03.760Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2236 | 2025-03-07T22:40:04.325Z | Compiling base64 v0.21.7 |
2237 | 2025-03-07T22:40:04.503Z | Compiling argon2 v0.5.3 |
2238 | 2025-03-07T22:40:04.811Z | Compiling atomicwrites v0.4.4 |
2239 | 2025-03-07T22:40:05.354Z | Compiling cancel-safe-futures v0.1.5 |
2240 | 2025-03-07T22:40:05.405Z | Compiling owo-colors v4.2.0 |
2241 | 2025-03-07T22:40:05.766Z | Compiling num-rational v0.4.2 |
2242 | 2025-03-07T22:40:06.026Z | Compiling libsw-core v0.3.1 |
2243 | 2025-03-07T22:40:06.325Z | Compiling num-complex v0.4.6 |
2244 | 2025-03-07T22:40:06.780Z | Compiling libsw v3.4.0 |
2245 | 2025-03-07T22:40:07.469Z | Compiling num v0.4.3 |
2246 | 2025-03-07T22:40:08.152Z | Compiling rustls v0.23.19 |
2247 | 2025-03-07T22:40:08.173Z | Compiling rustls v0.22.4 |
2248 | 2025-03-07T22:40:08.196Z | Compiling linear-map v1.2.0 |
2249 | 2025-03-07T22:40:08.215Z | Compiling float-ord v0.3.2 |
2250 | 2025-03-07T22:40:08.420Z | Compiling swrite v0.1.0 |
2251 | 2025-03-07T22:40:08.575Z | Compiling highway v1.3.0 |
2252 | 2025-03-07T22:40:08.603Z | Compiling tungstenite v0.21.0 |
2253 | 2025-03-07T22:40:08.624Z | Compiling semver v0.1.20 |
2254 | 2025-03-07T22:40:09.145Z | Compiling rustc_version v0.1.7 |
2255 | 2025-03-07T22:40:09.531Z | Compiling newtype_derive v0.1.6 |
2256 | 2025-03-07T22:40:09.630Z | Compiling ipnetwork v0.21.1 |
2257 | 2025-03-07T22:40:09.885Z | Compiling tokio-tungstenite v0.21.0 |
2258 | 2025-03-07T22:40:10.125Z | Compiling wait-timeout v0.2.0 |
2259 | 2025-03-07T22:40:10.284Z | Compiling rustls-webpki v0.102.8 |
2260 | 2025-03-07T22:40:10.510Z | Compiling bit-vec v0.8.0 |
2261 | 2025-03-07T22:40:10.551Z | Compiling rusty-fork v0.3.0 |
2262 | 2025-03-07T22:40:10.976Z | Compiling bit-set v0.8.0 |
2263 | 2025-03-07T22:40:11.118Z | Compiling oxnet v0.1.1 |
2264 | 2025-03-07T22:40:11.848Z | Compiling rand_xorshift v0.3.0 |
2265 | 2025-03-07T22:40:11.913Z | Compiling humantime v2.1.0 |
2266 | 2025-03-07T22:40:12.112Z | Compiling unarray v0.1.4 |
2267 | 2025-03-07T22:40:12.305Z | Compiling proptest v1.6.0 |
2268 | 2025-03-07T22:40:12.788Z | Compiling typify-macro v0.3.0 |
2269 | 2025-03-07T22:40:12.879Z | Compiling daft v0.1.1 |
2270 | 2025-03-07T22:40:13.386Z | Compiling parse-display v0.10.0 |
2271 | 2025-03-07T22:40:13.572Z | Compiling dropshot v0.16.0 |
2272 | 2025-03-07T22:40:13.660Z | Compiling strum v0.26.3 |
2273 | 2025-03-07T22:40:13.873Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2274 | 2025-03-07T22:40:13.889Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2275 | 2025-03-07T22:40:14.051Z | Compiling instant v0.1.13 |
2276 | 2025-03-07T22:40:14.225Z | Compiling backoff v0.4.0 |
2277 | 2025-03-07T22:40:14.572Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2278 | 2025-03-07T22:40:15.104Z | Compiling steno v0.4.1 |
2279 | 2025-03-07T22:40:15.540Z | Compiling tokio-rustls v0.25.0 |
2280 | 2025-03-07T22:40:15.978Z | Compiling dropshot v0.12.0 |
2281 | 2025-03-07T22:40:16.480Z | Compiling typify v0.3.0 |
2282 | 2025-03-07T22:40:16.681Z | Compiling progenitor-impl v0.9.1 |
2283 | 2025-03-07T22:40:18.799Z | Compiling tokio-rustls v0.26.0 |
2284 | 2025-03-07T22:40:19.303Z | Compiling hyper-rustls v0.27.3 |
2285 | 2025-03-07T22:40:19.888Z | Compiling reqwest v0.12.12 |
2286 | 2025-03-07T22:40:22.611Z | Compiling qorb v0.2.1 |
2287 | 2025-03-07T22:40:24.530Z | Compiling progenitor-macro v0.9.1 |
2288 | 2025-03-07T22:40:27.792Z | Compiling progenitor-client v0.9.1 |
2289 | 2025-03-07T22:40:28.393Z | Compiling progenitor-client v0.8.0 |
2290 | 2025-03-07T22:40:28.910Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2291 | 2025-03-07T22:40:29.498Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2292 | 2025-03-07T22:40:55.886Z | Compiling progenitor v0.8.0 |
2293 | 2025-03-07T22:40:56.141Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2294 | 2025-03-07T22:40:59.058Z | Compiling progenitor v0.9.1 |
2295 | 2025-03-07T22:40:59.322Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2296 | 2025-03-07T22:41:01.806Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2297 | 2025-03-07T22:41:02.073Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2298 | 2025-03-07T22:41:02.628Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2299 | 2025-03-07T22:41:02.738Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2300 | 2025-03-07T22:41:05.055Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2301 | 2025-03-07T22:41:09.074Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2302 | 2025-03-07T22:41:09.655Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2303 | 2025-03-07T22:41:10.328Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2304 | 2025-03-07T22:41:10.584Z | Compiling serde_with v3.12.0 |
2305 | 2025-03-07T22:41:18.085Z | Compiling macaddr v1.0.1 |
2306 | 2025-03-07T22:41:19.413Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2307 | 2025-03-07T22:41:19.413Z | Compiling slog-dtrace v0.3.0 |
2308 | 2025-03-07T22:41:19.476Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2309 | 2025-03-07T22:41:19.476Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2310 | 2025-03-07T22:41:19.476Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2311 | 2025-03-07T22:41:19.476Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2312 | 2025-03-07T22:41:19.982Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2313 | 2025-03-07T22:41:22.419Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2314 | 2025-03-07T22:41:28.434Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2315 | 2025-03-07T22:41:30.669Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2316 | 2025-03-07T22:41:31.551Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2317 | 2025-03-07T22:41:31.778Z | Compiling prettyplease v0.2.29 |
2318 | 2025-03-07T22:41:37.211Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2319 | 2025-03-07T22:41:41.879Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2320 | 2025-03-07T22:41:43.723Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2321 | 2025-03-07T22:41:43.788Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2322 | 2025-03-07T22:41:43.788Z | Compiling half v2.4.1 |
2323 | 2025-03-07T22:41:43.788Z | Compiling ciborium-io v0.2.2 |
2324 | 2025-03-07T22:41:43.835Z | Compiling ciborium-ll v0.2.2 |
2325 | 2025-03-07T22:41:43.953Z | Compiling bytecount v0.6.8 |
2326 | 2025-03-07T22:41:44.301Z | Compiling ciborium v0.2.2 |
2327 | 2025-03-07T22:41:44.385Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2328 | 2025-03-07T22:41:46.445Z | Compiling display-error-chain v0.2.2 |
2329 | 2025-03-07T22:41:46.695Z | Compiling const_format_proc_macros v0.2.34 |
2330 | 2025-03-07T22:41:46.773Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2331 | 2025-03-07T22:41:47.263Z | Compiling keccak v0.1.5 |
2332 | 2025-03-07T22:41:48.414Z | Compiling same-file v1.0.6 |
2333 | 2025-03-07T22:41:48.577Z | Compiling maplit v1.0.2 |
2334 | 2025-03-07T22:41:48.701Z | Compiling crunchy v0.2.2 |
2335 | 2025-03-07T22:41:48.738Z | Compiling walkdir v2.5.0 |
2336 | 2025-03-07T22:41:49.232Z | Compiling const_format v0.2.34 |
2337 | 2025-03-07T22:41:49.361Z | Compiling sha3 v0.10.8 |
2338 | 2025-03-07T22:41:50.243Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2339 | 2025-03-07T22:41:50.450Z | Compiling tiny-keccak v2.0.2 |
2340 | 2025-03-07T22:41:50.538Z | Compiling radium v0.7.0 |
2341 | 2025-03-07T22:41:50.834Z | Compiling blake3 v1.5.4 |
2342 | 2025-03-07T22:41:51.171Z | Compiling dsl_auto_type v0.1.2 |
2343 | 2025-03-07T22:41:51.505Z | Compiling scheduled-thread-pool v0.2.7 |
2344 | 2025-03-07T22:41:52.377Z | Compiling xattr v1.3.1 |
2345 | 2025-03-07T22:41:52.678Z | Compiling diesel_table_macro_syntax v0.2.0 |
2346 | 2025-03-07T22:41:52.850Z | Compiling memmap2 v0.9.5 |
2347 | 2025-03-07T22:41:53.088Z | Compiling filetime v0.2.25 |
2348 | 2025-03-07T22:41:53.254Z | Compiling bit-vec v0.6.3 |
2349 | 2025-03-07T22:41:53.277Z | Compiling arrayref v0.3.9 |
2350 | 2025-03-07T22:41:53.412Z | Compiling maybe-uninit v2.0.0 |
2351 | 2025-03-07T22:41:53.450Z | Compiling constant_time_eq v0.3.1 |
2352 | 2025-03-07T22:41:53.636Z | Compiling tap v1.0.1 |
2353 | 2025-03-07T22:41:53.676Z | Compiling arrayvec v0.7.6 |
2354 | 2025-03-07T22:41:53.858Z | Compiling wyz v0.5.1 |
2355 | 2025-03-07T22:41:54.001Z | Compiling bit-set v0.5.3 |
2356 | 2025-03-07T22:41:54.299Z | Compiling tar v0.4.44 |
2357 | 2025-03-07T22:41:54.341Z | Compiling diesel_derives v2.2.3 |
2358 | 2025-03-07T22:41:54.830Z | Compiling r2d2 v0.8.10 |
2359 | 2025-03-07T22:41:55.576Z | Compiling toolchain_find v0.4.0 |
2360 | 2025-03-07T22:41:55.853Z | Compiling camino-tempfile v1.1.1 |
2361 | 2025-03-07T22:41:55.946Z | Compiling phf_generator v0.11.2 |
2362 | 2025-03-07T22:41:56.083Z | Compiling ascii-canvas v3.0.0 |
2363 | 2025-03-07T22:41:56.125Z | Compiling secrecy v0.8.0 |
2364 | 2025-03-07T22:41:56.167Z | Compiling async-recursion v1.1.1 |
2365 | 2025-03-07T22:41:56.263Z | Compiling ena v0.14.3 |
2366 | 2025-03-07T22:41:56.409Z | Compiling topological-sort v0.2.2 |
2367 | 2025-03-07T22:41:56.524Z | Compiling bindgen v0.71.1 |
2368 | 2025-03-07T22:41:56.662Z | Compiling crc-catalog v2.4.0 |
2369 | 2025-03-07T22:41:56.665Z | Compiling packed_struct v0.10.1 |
2370 | 2025-03-07T22:41:56.877Z | Compiling diff v0.1.13 |
2371 | 2025-03-07T22:41:57.001Z | Compiling funty v2.0.0 |
2372 | 2025-03-07T22:41:57.137Z | Compiling regex-syntax v0.6.29 |
2373 | 2025-03-07T22:41:57.439Z | Compiling crc v3.2.1 |
2374 | 2025-03-07T22:41:57.533Z | Compiling omicron-zone-package v0.12.0 |
2375 | 2025-03-07T22:41:59.125Z | Compiling bitvec v1.0.1 |
2376 | 2025-03-07T22:41:59.641Z | Compiling phf_codegen v0.11.2 |
2377 | 2025-03-07T22:41:59.829Z | Compiling rustfmt-wrapper v0.2.1 |
2378 | 2025-03-07T22:41:59.981Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2379 | 2025-03-07T22:42:00.687Z | Compiling lalrpop v0.19.12 |
2380 | 2025-03-07T22:42:01.082Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2381 | 2025-03-07T22:42:01.336Z | Compiling universal-hash v0.5.1 |
2382 | 2025-03-07T22:42:01.618Z | Compiling packed_struct_codegen v0.10.1 |
2383 | 2025-03-07T22:42:02.081Z | Compiling thiserror-impl-no-std v2.0.2 |
2384 | 2025-03-07T22:42:02.528Z | Compiling parse-zoneinfo v0.3.1 |
2385 | 2025-03-07T22:42:03.571Z | Compiling indexmap v1.9.3 |
2386 | 2025-03-07T22:42:03.940Z | Compiling rustc-hash v2.1.1 |
2387 | 2025-03-07T22:42:03.984Z | Compiling nodrop v0.1.14 |
2388 | 2025-03-07T22:42:04.065Z | Compiling ref-cast v1.0.23 |
2389 | 2025-03-07T22:42:04.136Z | Compiling opaque-debug v0.3.1 |
2390 | 2025-03-07T22:42:04.155Z | Compiling array-init v0.0.4 |
2391 | 2025-03-07T22:42:04.265Z | Compiling poly1305 v0.8.0 |
2392 | 2025-03-07T22:42:04.503Z | Compiling thiserror-no-std v2.0.2 |
2393 | 2025-03-07T22:42:04.865Z | Compiling diesel v2.2.8 |
2394 | 2025-03-07T22:42:05.237Z | Compiling chrono-tz-build v0.4.0 |
2395 | 2025-03-07T22:42:05.766Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2396 | 2025-03-07T22:42:07.893Z | Compiling smallvec v0.6.14 |
2397 | 2025-03-07T22:42:07.952Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2398 | 2025-03-07T22:42:07.952Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2399 | 2025-03-07T22:42:07.952Z | Compiling itertools v0.13.0 |
2400 | 2025-03-07T22:42:08.719Z | Compiling derive_builder_core v0.20.2 |
2401 | 2025-03-07T22:42:10.701Z | Compiling chacha20 v0.9.1 |
2402 | 2025-03-07T22:42:11.150Z | Compiling headers-core v0.3.0 |
2403 | 2025-03-07T22:42:11.210Z | Compiling aead v0.5.2 |
2404 | 2025-03-07T22:42:11.425Z | Compiling libxml v0.3.3 |
2405 | 2025-03-07T22:42:11.569Z | Compiling ref-cast-impl v1.0.23 |
2406 | 2025-03-07T22:42:11.842Z | Compiling vte_generate_state_changes v0.1.2 |
2407 | 2025-03-07T22:42:12.486Z | Compiling termcolor v1.4.1 |
2408 | 2025-03-07T22:42:12.695Z | Compiling arc-swap v1.7.1 |
2409 | 2025-03-07T22:42:13.403Z | Compiling bitfield v0.14.0 |
2410 | 2025-03-07T22:42:13.521Z | Compiling hashbrown v0.12.3 |
2411 | 2025-03-07T22:42:13.735Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2412 | 2025-03-07T22:42:14.143Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2413 | 2025-03-07T22:42:15.868Z | Compiling slog-scope v4.4.0 |
2414 | 2025-03-07T22:42:16.624Z | Compiling env_logger v0.10.2 |
2415 | 2025-03-07T22:42:17.088Z | Compiling vte v0.11.1 |
2416 | 2025-03-07T22:42:17.526Z | Compiling samael v0.0.18 |
2417 | 2025-03-07T22:42:18.793Z | Compiling chacha20poly1305 v0.10.1 |
2418 | 2025-03-07T22:42:19.074Z | Compiling headers v0.4.0 |
2419 | 2025-03-07T22:42:19.146Z | Compiling derive_builder_macro v0.20.2 |
2420 | 2025-03-07T22:42:19.873Z | Compiling serde-hex v0.1.0 |
2421 | 2025-03-07T22:42:20.024Z | Compiling chrono-tz v0.10.1 |
2422 | 2025-03-07T22:42:20.708Z | Compiling vsss-rs v3.3.4 |
2423 | 2025-03-07T22:42:22.685Z | Compiling polar-core v0.27.3 |
2424 | 2025-03-07T22:42:22.733Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2425 | 2025-03-07T22:42:24.907Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2426 | 2025-03-07T22:42:25.077Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2427 | 2025-03-07T22:42:25.248Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2428 | 2025-03-07T22:42:25.470Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2429 | 2025-03-07T22:42:25.805Z | Compiling ron v0.8.1 |
2430 | 2025-03-07T22:42:27.740Z | Compiling hashbrown v0.13.2 |
2431 | 2025-03-07T22:42:29.052Z | Compiling strum_macros v0.24.3 |
2432 | 2025-03-07T22:42:29.818Z | Compiling unicase v2.7.0 |
2433 | 2025-03-07T22:42:30.196Z | Compiling crc-any v2.5.0 |
2434 | 2025-03-07T22:42:31.196Z | Compiling indoc v1.0.9 |
2435 | 2025-03-07T22:42:31.574Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2436 | 2025-03-07T22:42:31.977Z | Compiling object v0.30.4 |
2437 | 2025-03-07T22:42:32.011Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2438 | 2025-03-07T22:42:47.192Z | Compiling derive_builder v0.20.2 |
2439 | 2025-03-07T22:42:49.427Z | Compiling strip-ansi-escapes v0.2.0 |
2440 | 2025-03-07T22:42:51.770Z | Compiling slog-stdlog v4.1.1 |
2441 | 2025-03-07T22:42:51.770Z | Compiling papergrid v0.11.0 |
2442 | 2025-03-07T22:42:51.860Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2443 | 2025-03-07T22:42:52.910Z | Compiling tabled_derive v0.7.0 |
2444 | 2025-03-07T22:42:53.033Z | Compiling fd-lock v4.0.2 |
2445 | 2025-03-07T22:42:53.033Z | Compiling peg-macros v0.8.5 |
2446 | 2025-03-07T22:42:54.332Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2447 | 2025-03-07T22:42:56.014Z | Compiling impl-trait-for-tuples v0.2.2 |
2448 | 2025-03-07T22:42:56.687Z | Compiling oso-derive v0.27.3 |
2449 | 2025-03-07T22:42:56.721Z | Compiling quick-xml v0.37.2 |
2450 | 2025-03-07T22:43:00.962Z | Compiling diesel-dtrace v0.4.2 |
2451 | 2025-03-07T22:43:01.336Z | Compiling nu-ansi-term v0.50.1 |
2452 | 2025-03-07T22:43:02.668Z | Compiling path-slash v0.1.5 |
2453 | 2025-03-07T22:43:02.936Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2454 | 2025-03-07T22:43:04.652Z | Compiling reedline v0.38.0 |
2455 | 2025-03-07T22:43:05.468Z | Compiling oso v0.27.3 |
2456 | 2025-03-07T22:43:17.727Z | Compiling peg v0.8.5 |
2457 | 2025-03-07T22:43:17.905Z | Compiling tabled v0.15.0 |
2458 | 2025-03-07T22:43:18.529Z | Compiling slog-envlogger v2.2.0 |
2459 | 2025-03-07T22:43:22.178Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2460 | 2025-03-07T22:43:23.368Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2461 | 2025-03-07T22:43:24.955Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2462 | 2025-03-07T22:43:25.313Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2463 | 2025-03-07T22:43:29.498Z | Compiling pem v3.0.5 |
2464 | 2025-03-07T22:43:30.993Z | Compiling bb8 v0.8.5 |
2465 | 2025-03-07T22:43:31.628Z | Compiling bcs v0.1.6 |
2466 | 2025-03-07T22:43:32.502Z | Compiling fxhash v0.2.1 |
2467 | 2025-03-07T22:43:32.775Z | Compiling libz-sys v1.1.20 |
2468 | 2025-03-07T22:43:33.499Z | Compiling termtree v0.5.1 |
2469 | 2025-03-07T22:43:35.105Z | Compiling async-bb8-diesel v0.2.1 |
2470 | 2025-03-07T22:43:36.202Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2471 | 2025-03-07T22:43:36.386Z | Compiling kstat-rs v0.2.4 |
2472 | 2025-03-07T22:43:37.241Z | Compiling proc-macro-error-attr2 v2.0.0 |
2473 | 2025-03-07T22:43:37.302Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2474 | 2025-03-07T22:43:38.028Z | Compiling proc-macro-error2 v2.0.1 |
2475 | 2025-03-07T22:43:38.240Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2476 | 2025-03-07T22:43:38.610Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2477 | 2025-03-07T22:43:39.064Z | Compiling nanorand v0.7.0 |
2478 | 2025-03-07T22:43:39.768Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2479 | 2025-03-07T22:43:40.557Z | Compiling pin-project-internal v1.1.6 |
2480 | 2025-03-07T22:43:43.115Z | Compiling parking_lot_core v0.8.6 |
2481 | 2025-03-07T22:43:43.651Z | Compiling pin-project v1.1.6 |
2482 | 2025-03-07T22:43:51.132Z | Compiling flume v0.11.1 |
2483 | 2025-03-07T22:43:51.793Z | Compiling tabled_derive v0.10.0 |
2484 | 2025-03-07T22:43:53.026Z | Compiling mime_guess v2.0.5 |
2485 | 2025-03-07T22:43:54.320Z | Compiling papergrid v0.14.0 |
2486 | 2025-03-07T22:43:54.497Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2487 | 2025-03-07T22:43:57.017Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2488 | 2025-03-07T22:43:57.581Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2489 | 2025-03-07T22:44:02.213Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2490 | 2025-03-07T22:44:04.162Z | Compiling snafu-derive v0.8.5 |
2491 | 2025-03-07T22:44:05.449Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2492 | 2025-03-07T22:44:05.911Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2493 | 2025-03-07T22:44:07.284Z | Compiling tabled v0.18.0 |
2494 | 2025-03-07T22:44:08.343Z | Compiling snafu v0.8.5 |
2495 | 2025-03-07T22:44:11.128Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2496 | 2025-03-07T22:44:16.822Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2497 | 2025-03-07T22:44:22.893Z | Compiling globset v0.4.15 |
2498 | 2025-03-07T22:44:27.571Z | Compiling olpc-cjson v0.1.4 |
2499 | 2025-03-07T22:44:27.887Z | Compiling vergen v8.3.2 |
2500 | 2025-03-07T22:44:28.321Z | Compiling castaway v0.2.3 |
2501 | 2025-03-07T22:44:28.548Z | Compiling nibble_vec v0.1.0 |
2502 | 2025-03-07T22:44:28.808Z | Compiling serde_plain v1.0.2 |
2503 | 2025-03-07T22:44:28.898Z | Compiling cargo-platform v0.1.8 |
2504 | 2025-03-07T22:44:29.339Z | Compiling atty v0.2.14 |
2505 | 2025-03-07T22:44:29.441Z | Compiling http-range v0.1.5 |
2506 | 2025-03-07T22:44:29.566Z | Compiling salty v0.3.0 |
2507 | 2025-03-07T22:44:30.032Z | Compiling typed-path v0.9.3 |
2508 | 2025-03-07T22:44:30.070Z | Compiling endian-type v0.1.2 |
2509 | 2025-03-07T22:44:30.347Z | Compiling io-lifetimes v1.0.11 |
2510 | 2025-03-07T22:44:31.381Z | Compiling radix_trie v0.2.1 |
2511 | 2025-03-07T22:44:32.381Z | Compiling cargo_metadata v0.18.1 |
2512 | 2025-03-07T22:44:35.277Z | Compiling git2 v0.19.0 |
2513 | 2025-03-07T22:44:35.334Z | Compiling tough v0.19.0 |
2514 | 2025-03-07T22:44:35.353Z | Compiling compact_str v0.8.0 |
2515 | 2025-03-07T22:44:37.091Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2516 | 2025-03-07T22:44:41.372Z | Compiling parking_lot v0.11.2 |
2517 | 2025-03-07T22:44:43.440Z | Compiling unicode-truncate v1.1.0 |
2518 | 2025-03-07T22:44:43.675Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2519 | 2025-03-07T22:44:43.780Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2520 | 2025-03-07T22:44:45.251Z | Compiling lru v0.12.5 |
2521 | 2025-03-07T22:44:45.618Z | Compiling rand_seeder v0.3.0 |
2522 | 2025-03-07T22:44:46.054Z | Compiling lzma-sys v0.1.20 |
2523 | 2025-03-07T22:44:46.798Z | Compiling instability v0.3.2 |
2524 | 2025-03-07T22:44:47.843Z | Compiling rustls v0.21.12 |
2525 | 2025-03-07T22:44:48.136Z | Compiling cassowary v0.3.0 |
2526 | 2025-03-07T22:44:48.239Z | Compiling parse-size v1.1.0 |
2527 | 2025-03-07T22:44:48.368Z | Compiling indoc v2.0.5 |
2528 | 2025-03-07T22:44:48.603Z | Compiling rustix v0.37.28 |
2529 | 2025-03-07T22:44:49.282Z | Compiling ratatui v0.29.0 |
2530 | 2025-03-07T22:44:49.575Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2531 | 2025-03-07T22:44:51.703Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2532 | 2025-03-07T22:44:51.748Z | Compiling hyper-staticfile v0.10.1 |
2533 | 2025-03-07T22:44:51.990Z | Compiling sled v0.34.7 |
2534 | 2025-03-07T22:44:54.450Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2535 | 2025-03-07T22:44:58.203Z | Compiling hickory-client v0.24.4 |
2536 | 2025-03-07T22:44:58.803Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2537 | 2025-03-07T22:45:00.029Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2538 | 2025-03-07T22:45:02.953Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2539 | 2025-03-07T22:45:07.159Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2540 | 2025-03-07T22:45:07.159Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2541 | 2025-03-07T22:45:07.656Z | Compiling sct v0.7.1 |
2542 | 2025-03-07T22:45:08.018Z | Compiling rustls-webpki v0.101.7 |
2543 | 2025-03-07T22:45:08.060Z | Compiling hickory-server v0.24.4 |
2544 | 2025-03-07T22:45:09.563Z | Compiling primeorder v0.13.6 |
2545 | 2025-03-07T22:45:10.172Z | Compiling heck v0.3.3 |
2546 | 2025-03-07T22:45:10.536Z | Compiling env_filter v0.1.2 |
2547 | 2025-03-07T22:45:15.683Z | Compiling csv-core v0.1.11 |
2548 | 2025-03-07T22:45:15.713Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2549 | 2025-03-07T22:45:15.714Z | Compiling csv v1.3.1 |
2550 | 2025-03-07T22:45:15.714Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2551 | 2025-03-07T22:45:15.714Z | Compiling env_logger v0.11.5 |
2552 | 2025-03-07T22:45:15.714Z | Compiling zone_cfg_derive v0.1.2 |
2553 | 2025-03-07T22:45:15.714Z | Compiling p384 v0.13.0 |
2554 | 2025-03-07T22:45:21.372Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2555 | 2025-03-07T22:45:21.739Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2556 | 2025-03-07T22:45:21.975Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2557 | 2025-03-07T22:45:22.081Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2558 | 2025-03-07T22:45:22.768Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2559 | 2025-03-07T22:45:23.090Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2560 | 2025-03-07T22:45:23.283Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2561 | 2025-03-07T22:45:23.464Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2562 | 2025-03-07T22:45:23.687Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2563 | 2025-03-07T22:45:23.855Z | Compiling nix v0.27.1 |
2564 | 2025-03-07T22:45:24.055Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2565 | 2025-03-07T22:45:24.780Z | Compiling tungstenite v0.23.0 |
2566 | 2025-03-07T22:45:26.646Z | Compiling base64 v0.13.1 |
2567 | 2025-03-07T22:45:27.449Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2568 | 2025-03-07T22:45:27.823Z | Compiling ron v0.7.1 |
2569 | 2025-03-07T22:45:27.879Z | Compiling tokio-tungstenite v0.23.1 |
2570 | 2025-03-07T22:45:28.824Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2571 | 2025-03-07T22:45:30.524Z | Compiling xz2 v0.1.7 |
2572 | 2025-03-07T22:45:31.135Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2573 | 2025-03-07T22:45:33.024Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2574 | 2025-03-07T22:45:35.245Z | Compiling terminal_size v0.2.6 |
2575 | 2025-03-07T22:45:37.585Z | Compiling tokio-rustls v0.24.1 |
2576 | 2025-03-07T22:45:38.092Z | Compiling zone v0.1.8 |
2577 | 2025-03-07T22:45:40.203Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2578 | 2025-03-07T22:45:41.135Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2579 | 2025-03-07T22:45:41.346Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2580 | 2025-03-07T22:45:41.370Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2581 | 2025-03-07T22:45:41.753Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2582 | 2025-03-07T22:45:42.519Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2583 | 2025-03-07T22:45:42.766Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2584 | 2025-03-07T22:45:43.152Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2585 | 2025-03-07T22:45:45.873Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2586 | 2025-03-07T22:45:46.264Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2587 | 2025-03-07T22:45:46.425Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2588 | 2025-03-07T22:45:49.224Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2589 | 2025-03-07T22:45:51.137Z | Compiling rustls-pemfile v1.0.4 |
2590 | 2025-03-07T22:45:51.924Z | Compiling signal-hook-tokio v0.3.1 |
2591 | 2025-03-07T22:45:52.182Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2592 | 2025-03-07T22:45:52.562Z | Compiling twox-hash v2.1.0 |
2593 | 2025-03-07T22:45:52.862Z | Compiling yasna v0.5.2 |
2594 | 2025-03-07T22:45:53.643Z | Compiling is_ci v1.2.0 |
2595 | 2025-03-07T22:45:53.983Z | Compiling glob v0.3.2 |
2596 | 2025-03-07T22:45:54.977Z | Compiling unicode-linebreak v0.1.5 |
2597 | 2025-03-07T22:45:55.490Z | Compiling smawk v0.3.2 |
2598 | 2025-03-07T22:45:55.572Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2599 | 2025-03-07T22:45:55.797Z | Compiling textwrap v0.16.1 |
2600 | 2025-03-07T22:45:56.135Z | Compiling rcgen v0.12.1 |
2601 | 2025-03-07T22:45:56.326Z | Compiling supports-color v3.0.2 |
2602 | 2025-03-07T22:45:59.431Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2603 | 2025-03-07T22:46:01.316Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2604 | 2025-03-07T22:46:02.142Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2605 | 2025-03-07T22:46:02.787Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2606 | 2025-03-07T22:46:07.812Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2607 | 2025-03-07T22:46:09.386Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2608 | 2025-03-07T22:46:22.600Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2609 | 2025-03-07T22:46:23.225Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2610 | 2025-03-07T22:46:23.577Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2611 | 2025-03-07T22:46:23.949Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2612 | 2025-03-07T22:46:27.332Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2613 | 2025-03-07T22:46:33.563Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2614 | 2025-03-07T22:46:34.163Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2615 | 2025-03-07T22:46:34.866Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2616 | 2025-03-07T22:46:42.388Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2617 | 2025-03-07T22:46:48.603Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2618 | 2025-03-07T22:46:48.977Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2619 | 2025-03-07T22:46:50.047Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2620 | 2025-03-07T22:46:52.624Z | Compiling fatfs v0.3.6 |
2621 | 2025-03-07T22:46:52.747Z | Compiling subprocess v0.2.9 |
2622 | 2025-03-07T22:46:53.324Z | Compiling rtoolbox v0.0.2 |
2623 | 2025-03-07T22:46:53.767Z | Compiling assert_matches v1.5.0 |
2624 | 2025-03-07T22:46:53.912Z | Compiling rpassword v7.3.1 |
2625 | 2025-03-07T22:46:55.232Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2626 | 2025-03-07T22:46:55.336Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2627 | 2025-03-07T22:46:57.462Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2628 | 2025-03-07T22:47:03.062Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2629 | 2025-03-07T22:47:10.108Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2630 | 2025-03-07T22:47:30.698Z | Compiling tui-tree-widget v0.23.0 |
2631 | 2025-03-07T22:47:31.154Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2632 | 2025-03-07T22:47:31.602Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2633 | 2025-03-07T22:47:31.961Z | Compiling uzers v0.12.1 |
2634 | 2025-03-07T22:47:35.151Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2635 | 2025-03-07T22:47:42.701Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2636 | 2025-03-07T22:47:45.031Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2637 | 2025-03-07T22:47:52.295Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2638 | 2025-03-07T22:48:00.536Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2639 | 2025-03-07T22:48:05.391Z | Compiling multimap v0.10.0 |
2640 | 2025-03-07T22:50:33.968Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2641 | 2025-03-07T22:57:57.372Z | Finished `release` profile [optimized] target(s) in 17m 55s |
2642 | 2025-03-07T22:59:05.624Z | |
2643 | 2025-03-07T22:59:05.624Z | real 19:05.493375011 |
2644 | 2025-03-07T22:59:05.624Z | user 2:14:54.870619813 |
2645 | 2025-03-07T22:59:05.624Z | sys 3:41.215770888 |
2646 | 2025-03-07T22:59:05.624Z | trap 3.594750745 |
2647 | 2025-03-07T22:59:05.624Z | tflt 1.980647325 |
2648 | 2025-03-07T22:59:05.624Z | dflt 5.022120741 |
2649 | 2025-03-07T22:59:05.624Z | kflt 0.037923102 |
2650 | 2025-03-07T22:59:05.624Z | lock 8:01:02.918697801 |
2651 | 2025-03-07T22:59:05.624Z | slp 6:57:16.217366965 |
2652 | 2025-03-07T22:59:05.624Z | lat 3:36.693656252 |
2653 | 2025-03-07T22:59:05.624Z | stop 2:59.792258135 |
2654 | 2025-03-07T22:59:05.624Z | + mapfile -t packages |
2655 | 2025-03-07T22:59:05.624Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2656 | 2025-03-07T22:59:06.722Z | Compiling ring v0.17.11 |
2657 | 2025-03-07T22:59:08.466Z | Compiling rustls v0.23.19 |
2658 | 2025-03-07T22:59:08.472Z | Compiling rustls v0.22.4 |
2659 | 2025-03-07T22:59:10.144Z | Compiling rustls-webpki v0.102.8 |
2660 | 2025-03-07T22:59:14.172Z | Compiling tokio-rustls v0.25.0 |
2661 | 2025-03-07T22:59:14.626Z | Compiling dropshot v0.12.0 |
2662 | 2025-03-07T22:59:16.244Z | Compiling tokio-rustls v0.26.0 |
2663 | 2025-03-07T22:59:16.733Z | Compiling hyper-rustls v0.27.3 |
2664 | 2025-03-07T22:59:17.270Z | Compiling reqwest v0.12.12 |
2665 | 2025-03-07T22:59:18.891Z | Compiling qorb v0.2.1 |
2666 | 2025-03-07T22:59:19.306Z | Compiling dropshot v0.16.0 |
2667 | 2025-03-07T22:59:26.267Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2668 | 2025-03-07T22:59:27.616Z | Compiling progenitor-client v0.8.0 |
2669 | 2025-03-07T22:59:28.192Z | Compiling progenitor v0.8.0 |
2670 | 2025-03-07T22:59:28.481Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2671 | 2025-03-07T22:59:28.604Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2672 | 2025-03-07T22:59:29.412Z | Compiling progenitor-client v0.9.1 |
2673 | 2025-03-07T22:59:30.415Z | Compiling omicron-zone-package v0.12.0 |
2674 | 2025-03-07T22:59:48.642Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2675 | 2025-03-07T22:59:48.642Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2676 | 2025-03-07T22:59:56.614Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2677 | 2025-03-07T23:00:00.956Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2678 | 2025-03-07T23:00:02.820Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2679 | 2025-03-07T23:00:05.260Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2680 | 2025-03-07T23:00:20.563Z | Finished `release` profile [optimized] target(s) in 1m 14s |
2681 | 2025-03-07T23:00:20.743Z | Running `target/release/omicron-package -t test list-outputs` |
2682 | 2025-03-07T23:00:20.800Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2683 | 2025-03-07T23:00:20.804Z | + ptime -m cargo build --locked --release -p xtask |
2684 | 2025-03-07T23:00:21.413Z | Compiling serde v1.0.218 |
2685 | 2025-03-07T23:00:21.417Z | Compiling libc v0.2.170 |
2686 | 2025-03-07T23:00:21.417Z | Compiling rustix v0.38.37 |
2687 | 2025-03-07T23:00:21.417Z | Compiling serde_json v1.0.139 |
2688 | 2025-03-07T23:00:21.417Z | Compiling syn v2.0.98 |
2689 | 2025-03-07T23:00:21.417Z | Compiling bitflags v2.6.0 |
2690 | 2025-03-07T23:00:21.949Z | Compiling usdt-impl v0.5.0 |
2691 | 2025-03-07T23:00:21.965Z | Compiling syn v1.0.109 |
2692 | 2025-03-07T23:00:22.058Z | Compiling log v0.4.22 |
2693 | 2025-03-07T23:00:22.077Z | Compiling hashbrown v0.15.1 |
2694 | 2025-03-07T23:00:22.288Z | Compiling fs-err v2.11.0 |
2695 | 2025-03-07T23:00:22.535Z | Compiling anyhow v1.0.97 |
2696 | 2025-03-07T23:00:22.648Z | Compiling once_cell v1.20.3 |
2697 | 2025-03-07T23:00:22.882Z | Compiling thread-id v4.2.2 |
2698 | 2025-03-07T23:00:23.304Z | Compiling indexmap v2.7.1 |
2699 | 2025-03-07T23:00:24.204Z | Compiling terminal_size v0.4.0 |
2700 | 2025-03-07T23:00:24.258Z | Compiling tempfile v3.13.0 |
2701 | 2025-03-07T23:00:24.490Z | Compiling clap_builder v4.5.31 |
2702 | 2025-03-07T23:00:25.302Z | Compiling proc-macro-error v1.0.4 |
2703 | 2025-03-07T23:00:26.113Z | Compiling tabled_derive v0.7.0 |
2704 | 2025-03-07T23:00:27.253Z | Compiling tabled v0.15.0 |
2705 | 2025-03-07T23:00:27.886Z | Compiling serde_derive v1.0.218 |
2706 | 2025-03-07T23:00:27.886Z | Compiling thiserror-impl v1.0.69 |
2707 | 2025-03-07T23:00:27.890Z | Compiling zerocopy-derive v0.7.35 |
2708 | 2025-03-07T23:00:27.890Z | Compiling scroll_derive v0.12.0 |
2709 | 2025-03-07T23:00:27.890Z | Compiling thiserror-impl v2.0.11 |
2710 | 2025-03-07T23:00:29.365Z | Compiling scroll v0.12.0 |
2711 | 2025-03-07T23:00:29.729Z | Compiling zerocopy v0.7.35 |
2712 | 2025-03-07T23:00:30.038Z | Compiling goblin v0.8.2 |
2713 | 2025-03-07T23:00:30.646Z | Compiling thiserror v1.0.69 |
2714 | 2025-03-07T23:00:30.829Z | Compiling pest v2.7.14 |
2715 | 2025-03-07T23:00:32.674Z | Compiling thiserror v2.0.11 |
2716 | 2025-03-07T23:00:32.882Z | Compiling clap_derive v4.5.28 |
2717 | 2025-03-07T23:00:33.958Z | Compiling pest_meta v2.7.14 |
2718 | 2025-03-07T23:00:37.272Z | Compiling pest_generator v2.7.14 |
2719 | 2025-03-07T23:00:37.590Z | Compiling clap v4.5.31 |
2720 | 2025-03-07T23:00:39.087Z | Compiling pest_derive v2.7.14 |
2721 | 2025-03-07T23:00:39.947Z | Compiling dtrace-parser v0.2.0 |
2722 | 2025-03-07T23:00:41.508Z | Compiling toml_datetime v0.6.8 |
2723 | 2025-03-07T23:00:42.254Z | Compiling serde_spanned v0.6.8 |
2724 | 2025-03-07T23:00:42.557Z | Compiling dof v0.3.0 |
2725 | 2025-03-07T23:00:43.444Z | Compiling serde_tokenstream v0.2.2 |
2726 | 2025-03-07T23:00:44.496Z | Compiling toml_edit v0.22.24 |
2727 | 2025-03-07T23:00:45.056Z | Compiling camino v1.1.9 |
2728 | 2025-03-07T23:00:47.134Z | Compiling usdt-macro v0.5.0 |
2729 | 2025-03-07T23:00:48.401Z | Compiling usdt-attr-macro v0.5.0 |
2730 | 2025-03-07T23:00:49.803Z | Compiling toml v0.8.20 |
2731 | 2025-03-07T23:00:50.119Z | Compiling cargo-platform v0.1.8 |
2732 | 2025-03-07T23:00:51.242Z | Compiling semver v1.0.25 |
2733 | 2025-03-07T23:00:52.524Z | Compiling cargo_metadata v0.19.2 |
2734 | 2025-03-07T23:00:52.723Z | Compiling cargo_toml v0.21.0 |
2735 | 2025-03-07T23:00:54.125Z | Compiling usdt v0.5.0 |
2736 | 2025-03-07T23:00:55.577Z | Compiling camino-tempfile v1.1.1 |
2737 | 2025-03-07T23:00:56.091Z | Compiling macaddr v1.0.1 |
2738 | 2025-03-07T23:01:05.755Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2739 | 2025-03-07T23:01:11.604Z | Finished `release` profile [optimized] target(s) in 50.73s |
2740 | 2025-03-07T23:01:11.744Z | |
2741 | 2025-03-07T23:01:11.744Z | real 50.903980185 |
2742 | 2025-03-07T23:01:11.744Z | user 5:28.718491878 |
2743 | 2025-03-07T23:01:11.744Z | sys 20.230372168 |
2744 | 2025-03-07T23:01:11.744Z | trap 0.164038338 |
2745 | 2025-03-07T23:01:11.749Z | tflt 0.169339364 |
2746 | 2025-03-07T23:01:11.749Z | dflt 0.402380125 |
2747 | 2025-03-07T23:01:11.749Z | kflt 0.000000799 |
2748 | 2025-03-07T23:01:11.749Z | lock 10:18.007064766 |
2749 | 2025-03-07T23:01:11.749Z | slp 16:35.468785835 |
2750 | 2025-03-07T23:01:11.749Z | lat 15.974701864 |
2751 | 2025-03-07T23:01:11.749Z | stop 20.434816416 |
2752 | 2025-03-07T23:01:11.749Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2753 | 2025-03-07T23:01:11.750Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2754 | 2025-03-07T23:01:11.750Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2755 | 2025-03-07T23:01:11.750Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2756 | 2025-03-07T23:01:11.750Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2757 | 2025-03-07T23:01:12.705Z | Compiling regress v0.10.3 |
2758 | 2025-03-07T23:01:12.841Z | Compiling thiserror-impl v2.0.11 |
2759 | 2025-03-07T23:01:12.848Z | Compiling ident_case v1.0.1 |
2760 | 2025-03-07T23:01:12.873Z | Compiling unsafe-libyaml v0.2.11 |
2761 | 2025-03-07T23:01:12.881Z | Compiling progenitor-client v0.9.1 |
2762 | 2025-03-07T23:01:12.881Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2763 | 2025-03-07T23:01:12.881Z | Compiling tempfile v3.13.0 |
2764 | 2025-03-07T23:01:12.881Z | Compiling ipnetwork v0.21.1 |
2765 | 2025-03-07T23:01:13.021Z | Compiling darling_core v0.20.10 |
2766 | 2025-03-07T23:01:13.389Z | Compiling macaddr v1.0.1 |
2767 | 2025-03-07T23:01:13.463Z | Compiling oxnet v0.1.1 |
2768 | 2025-03-07T23:01:13.853Z | Compiling progenitor-client v0.8.0 |
2769 | 2025-03-07T23:01:14.012Z | Compiling structmeta-derive v0.3.0 |
2770 | 2025-03-07T23:01:14.012Z | Compiling instant v0.1.13 |
2771 | 2025-03-07T23:01:14.115Z | Compiling wait-timeout v0.2.0 |
2772 | 2025-03-07T23:01:14.234Z | Compiling dropshot v0.16.0 |
2773 | 2025-03-07T23:01:14.253Z | Compiling bit-vec v0.8.0 |
2774 | 2025-03-07T23:01:14.567Z | Compiling serde_yaml v0.9.34+deprecated |
2775 | 2025-03-07T23:01:14.664Z | Compiling bit-set v0.8.0 |
2776 | 2025-03-07T23:01:14.700Z | Compiling rusty-fork v0.3.0 |
2777 | 2025-03-07T23:01:14.800Z | Compiling dropshot_endpoint v0.16.0 |
2778 | 2025-03-07T23:01:14.955Z | Compiling rand_xorshift v0.3.0 |
2779 | 2025-03-07T23:01:15.334Z | Compiling daft-derive v0.1.1 |
2780 | 2025-03-07T23:01:15.387Z | Compiling unarray v0.1.4 |
2781 | 2025-03-07T23:01:15.579Z | Compiling proptest v1.6.0 |
2782 | 2025-03-07T23:01:15.953Z | Compiling thiserror v2.0.11 |
2783 | 2025-03-07T23:01:16.148Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2784 | 2025-03-07T23:01:16.335Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2785 | 2025-03-07T23:01:16.586Z | Compiling typify-impl v0.2.0 |
2786 | 2025-03-07T23:01:16.905Z | Compiling structmeta v0.3.0 |
2787 | 2025-03-07T23:01:17.168Z | Compiling daft v0.1.1 |
2788 | 2025-03-07T23:01:17.331Z | Compiling parse-display-derive v0.10.0 |
2789 | 2025-03-07T23:01:17.523Z | Compiling test-strategy v0.4.0 |
2790 | 2025-03-07T23:01:17.704Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2791 | 2025-03-07T23:01:18.144Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2792 | 2025-03-07T23:01:18.241Z | Compiling backoff v0.4.0 |
2793 | 2025-03-07T23:01:18.395Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2794 | 2025-03-07T23:01:18.666Z | Compiling proc-macro-crate v1.3.1 |
2795 | 2025-03-07T23:01:19.132Z | Compiling darling_macro v0.20.10 |
2796 | 2025-03-07T23:01:19.159Z | Compiling typify-impl v0.3.0 |
2797 | 2025-03-07T23:01:19.619Z | Compiling num_enum_derive v0.5.11 |
2798 | 2025-03-07T23:01:20.111Z | Compiling darling v0.20.10 |
2799 | 2025-03-07T23:01:20.262Z | Compiling serde_with_macros v3.12.0 |
2800 | 2025-03-07T23:01:21.113Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2801 | 2025-03-07T23:01:21.369Z | Compiling parse-display v0.10.0 |
2802 | 2025-03-07T23:01:21.537Z | Compiling itertools v0.13.0 |
2803 | 2025-03-07T23:01:21.920Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2804 | 2025-03-07T23:01:21.999Z | Compiling num_enum v0.5.11 |
2805 | 2025-03-07T23:01:22.205Z | Compiling heapless v0.8.0 |
2806 | 2025-03-07T23:01:22.570Z | Compiling crucible-workspace-hack v0.1.0 |
2807 | 2025-03-07T23:01:22.820Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2808 | 2025-03-07T23:01:22.823Z | Compiling serde_with v3.12.0 |
2809 | 2025-03-07T23:01:23.736Z | Compiling proc-macro-error v1.0.4 |
2810 | 2025-03-07T23:01:23.762Z | Compiling camino-tempfile v1.1.1 |
2811 | 2025-03-07T23:01:23.820Z | Compiling hash32 v0.3.1 |
2812 | 2025-03-07T23:01:23.905Z | Compiling foreign-types-macros v0.2.3 |
2813 | 2025-03-07T23:01:24.121Z | Compiling smoltcp v0.11.0 |
2814 | 2025-03-07T23:01:24.558Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2815 | 2025-03-07T23:01:24.860Z | Compiling foreign-types-shared v0.3.1 |
2816 | 2025-03-07T23:01:25.239Z | Compiling foreign-types v0.5.0 |
2817 | 2025-03-07T23:01:25.729Z | Compiling tabwriter v1.4.0 |
2818 | 2025-03-07T23:01:26.217Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2819 | 2025-03-07T23:01:26.266Z | Compiling cstr-argument v0.1.2 |
2820 | 2025-03-07T23:01:26.575Z | Compiling pretty-hex v0.2.1 |
2821 | 2025-03-07T23:01:26.630Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2822 | 2025-03-07T23:01:26.806Z | Compiling cobs v0.2.3 |
2823 | 2025-03-07T23:01:27.019Z | Compiling postcard v1.0.10 |
2824 | 2025-03-07T23:01:27.081Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2825 | 2025-03-07T23:01:27.116Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2826 | 2025-03-07T23:01:27.294Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2827 | 2025-03-07T23:01:27.687Z | Compiling colored v2.2.0 |
2828 | 2025-03-07T23:01:27.816Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2829 | 2025-03-07T23:01:28.039Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2830 | 2025-03-07T23:01:28.178Z | Compiling winnow v0.6.20 |
2831 | 2025-03-07T23:01:28.370Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2832 | 2025-03-07T23:01:28.435Z | Compiling smf v0.2.3 |
2833 | 2025-03-07T23:01:29.353Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2834 | 2025-03-07T23:01:29.730Z | Compiling zone_cfg_derive v0.3.0 |
2835 | 2025-03-07T23:01:29.752Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2836 | 2025-03-07T23:01:30.231Z | Compiling itertools v0.14.0 |
2837 | 2025-03-07T23:01:31.175Z | Compiling num-derive v0.4.2 |
2838 | 2025-03-07T23:01:31.181Z | Compiling typify-macro v0.2.0 |
2839 | 2025-03-07T23:01:31.312Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2840 | 2025-03-07T23:01:31.930Z | Compiling sigpipe v0.1.3 |
2841 | 2025-03-07T23:01:32.086Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2842 | 2025-03-07T23:01:32.118Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2843 | 2025-03-07T23:01:32.492Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2844 | 2025-03-07T23:01:33.264Z | Compiling zone v0.3.0 |
2845 | 2025-03-07T23:01:33.513Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2846 | 2025-03-07T23:01:33.540Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2847 | 2025-03-07T23:01:34.011Z | Compiling universal-hash v0.5.1 |
2848 | 2025-03-07T23:01:34.117Z | Compiling typify-macro v0.3.0 |
2849 | 2025-03-07T23:01:34.256Z | Compiling opaque-debug v0.3.1 |
2850 | 2025-03-07T23:01:34.388Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2851 | 2025-03-07T23:01:34.412Z | Compiling tungstenite v0.21.0 |
2852 | 2025-03-07T23:01:34.636Z | Compiling num-rational v0.4.2 |
2853 | 2025-03-07T23:01:34.740Z | Compiling password-hash v0.5.0 |
2854 | 2025-03-07T23:01:35.016Z | Compiling typify v0.2.0 |
2855 | 2025-03-07T23:01:35.193Z | Compiling progenitor-impl v0.8.0 |
2856 | 2025-03-07T23:01:35.615Z | Compiling blake2 v0.10.6 |
2857 | 2025-03-07T23:01:35.966Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2858 | 2025-03-07T23:01:36.148Z | Compiling aead v0.5.2 |
2859 | 2025-03-07T23:01:36.219Z | Compiling num-complex v0.4.6 |
2860 | 2025-03-07T23:01:36.332Z | Compiling convert_case v0.4.0 |
2861 | 2025-03-07T23:01:36.563Z | Compiling keccak v0.1.5 |
2862 | 2025-03-07T23:01:37.009Z | Compiling base64 v0.21.7 |
2863 | 2025-03-07T23:01:37.176Z | Compiling derive_more v0.99.19 |
2864 | 2025-03-07T23:01:37.216Z | Compiling num v0.4.3 |
2865 | 2025-03-07T23:01:37.354Z | Compiling sha3 v0.10.8 |
2866 | 2025-03-07T23:01:37.673Z | Compiling argon2 v0.5.3 |
2867 | 2025-03-07T23:01:37.756Z | Compiling tokio-tungstenite v0.21.0 |
2868 | 2025-03-07T23:01:37.985Z | Compiling typify v0.3.0 |
2869 | 2025-03-07T23:01:38.165Z | Compiling progenitor-impl v0.9.1 |
2870 | 2025-03-07T23:01:38.188Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2871 | 2025-03-07T23:01:38.393Z | Compiling poly1305 v0.8.0 |
2872 | 2025-03-07T23:01:38.416Z | Compiling chacha20 v0.9.1 |
2873 | 2025-03-07T23:01:38.962Z | Compiling float-ord v0.3.2 |
2874 | 2025-03-07T23:01:39.192Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2875 | 2025-03-07T23:01:39.496Z | Compiling same-file v1.0.6 |
2876 | 2025-03-07T23:01:39.662Z | Compiling semver v0.1.20 |
2877 | 2025-03-07T23:01:39.813Z | Compiling walkdir v2.5.0 |
2878 | 2025-03-07T23:01:40.166Z | Compiling rustc_version v0.1.7 |
2879 | 2025-03-07T23:01:40.274Z | Compiling newline-converter v0.3.0 |
2880 | 2025-03-07T23:01:40.497Z | Compiling primeorder v0.13.6 |
2881 | 2025-03-07T23:01:40.500Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2882 | 2025-03-07T23:01:40.536Z | Compiling secrecy v0.8.0 |
2883 | 2025-03-07T23:01:40.617Z | Compiling owo-colors v4.2.0 |
2884 | 2025-03-07T23:01:40.817Z | Compiling cancel-safe-futures v0.1.5 |
2885 | 2025-03-07T23:01:41.039Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2886 | 2025-03-07T23:01:41.111Z | Compiling newtype_derive v0.1.6 |
2887 | 2025-03-07T23:01:41.253Z | Compiling expectorate v1.1.0 |
2888 | 2025-03-07T23:01:41.370Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2889 | 2025-03-07T23:01:41.469Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2890 | 2025-03-07T23:01:41.487Z | Compiling thiserror-impl-no-std v2.0.2 |
2891 | 2025-03-07T23:01:41.766Z | Compiling libsw-core v0.3.1 |
2892 | 2025-03-07T23:01:41.886Z | Compiling blake3 v1.5.4 |
2893 | 2025-03-07T23:01:42.078Z | Compiling progenitor-macro v0.8.0 |
2894 | 2025-03-07T23:01:42.100Z | Compiling half v2.4.1 |
2895 | 2025-03-07T23:01:42.359Z | Compiling unicase v2.7.0 |
2896 | 2025-03-07T23:01:42.454Z | Compiling fixedbitset v0.5.7 |
2897 | 2025-03-07T23:01:42.577Z | Compiling arc-swap v1.7.1 |
2898 | 2025-03-07T23:01:42.671Z | Compiling ciborium-io v0.2.2 |
2899 | 2025-03-07T23:01:42.852Z | Compiling ciborium-ll v0.2.2 |
2900 | 2025-03-07T23:01:42.977Z | Compiling petgraph v0.7.1 |
2901 | 2025-03-07T23:01:43.107Z | Compiling slog-scope v4.4.0 |
2902 | 2025-03-07T23:01:43.277Z | Compiling libsw v3.4.0 |
2903 | 2025-03-07T23:01:43.618Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2904 | 2025-03-07T23:01:43.640Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2905 | 2025-03-07T23:01:44.016Z | Compiling polyval v0.6.2 |
2906 | 2025-03-07T23:01:44.304Z | Compiling thiserror-no-std v2.0.2 |
2907 | 2025-03-07T23:01:44.445Z | Compiling atomicwrites v0.4.4 |
2908 | 2025-03-07T23:01:44.467Z | Compiling memmap2 v0.9.5 |
2909 | 2025-03-07T23:01:44.526Z | Compiling arrayref v0.3.9 |
2910 | 2025-03-07T23:01:44.661Z | Compiling constant_time_eq v0.3.1 |
2911 | 2025-03-07T23:01:44.809Z | Compiling linear-map v1.2.0 |
2912 | 2025-03-07T23:01:44.883Z | Compiling indent_write v2.2.0 |
2913 | 2025-03-07T23:01:44.886Z | Compiling salty v0.3.0 |
2914 | 2025-03-07T23:01:45.047Z | Compiling progenitor-macro v0.9.1 |
2915 | 2025-03-07T23:01:45.145Z | Compiling parking_lot_core v0.8.6 |
2916 | 2025-03-07T23:01:45.149Z | Compiling arrayvec v0.7.6 |
2917 | 2025-03-07T23:01:45.358Z | Compiling libefi-sys v0.1.0 |
2918 | 2025-03-07T23:01:45.745Z | Compiling vsss-rs v3.3.4 |
2919 | 2025-03-07T23:01:45.770Z | Compiling ghash v0.5.1 |
2920 | 2025-03-07T23:01:46.086Z | Compiling slog-stdlog v4.1.1 |
2921 | 2025-03-07T23:01:46.135Z | Compiling ciborium v0.2.2 |
2922 | 2025-03-07T23:01:46.454Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2923 | 2025-03-07T23:01:47.088Z | Compiling p384 v0.13.0 |
2924 | 2025-03-07T23:01:47.186Z | Compiling toolchain_find v0.4.0 |
2925 | 2025-03-07T23:01:47.471Z | Compiling chacha20poly1305 v0.10.1 |
2926 | 2025-03-07T23:01:47.756Z | Compiling ctr v0.9.2 |
2927 | 2025-03-07T23:01:47.836Z | Compiling lzma-sys v0.1.20 |
2928 | 2025-03-07T23:01:48.140Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2929 | 2025-03-07T23:01:48.182Z | Compiling bitfield-struct v0.6.2 |
2930 | 2025-03-07T23:01:48.635Z | Compiling slog-dtrace v0.3.0 |
2931 | 2025-03-07T23:01:48.639Z | Compiling highway v1.3.0 |
2932 | 2025-03-07T23:01:48.681Z | Compiling topological-sort v0.2.2 |
2933 | 2025-03-07T23:01:48.971Z | Compiling omicron-zone-package v0.12.0 |
2934 | 2025-03-07T23:01:49.308Z | Compiling aes-gcm v0.10.3 |
2935 | 2025-03-07T23:01:49.480Z | Compiling rustfmt-wrapper v0.2.1 |
2936 | 2025-03-07T23:01:49.669Z | Compiling mime_guess v2.0.5 |
2937 | 2025-03-07T23:01:49.730Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2938 | 2025-03-07T23:01:50.078Z | Compiling slog-envlogger v2.2.0 |
2939 | 2025-03-07T23:01:50.102Z | Compiling steno v0.4.1 |
2940 | 2025-03-07T23:01:50.789Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2941 | 2025-03-07T23:01:50.874Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2942 | 2025-03-07T23:01:51.254Z | Compiling heck v0.3.3 |
2943 | 2025-03-07T23:01:51.412Z | Compiling ssh-encoding v0.2.0 |
2944 | 2025-03-07T23:01:51.472Z | Compiling blowfish v0.9.1 |
2945 | 2025-03-07T23:01:51.640Z | Compiling env_filter v0.1.2 |
2946 | 2025-03-07T23:01:51.917Z | Compiling nibble_vec v0.1.0 |
2947 | 2025-03-07T23:01:51.972Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2948 | 2025-03-07T23:01:52.001Z | Compiling endian-type v0.1.2 |
2949 | 2025-03-07T23:01:52.123Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2950 | 2025-03-07T23:01:52.150Z | Compiling humantime v2.1.0 |
2951 | 2025-03-07T23:01:52.258Z | Compiling radix_trie v0.2.1 |
2952 | 2025-03-07T23:01:52.306Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2953 | 2025-03-07T23:01:52.520Z | Compiling env_logger v0.11.5 |
2954 | 2025-03-07T23:01:52.640Z | Compiling ssh-cipher v0.2.0 |
2955 | 2025-03-07T23:01:52.920Z | Compiling bcrypt-pbkdf v0.10.0 |
2956 | 2025-03-07T23:01:53.162Z | Compiling zone_cfg_derive v0.1.2 |
2957 | 2025-03-07T23:01:53.596Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2958 | 2025-03-07T23:01:53.764Z | Compiling parking_lot v0.11.2 |
2959 | 2025-03-07T23:01:54.072Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2960 | 2025-03-07T23:01:54.161Z | Compiling progenitor v0.8.0 |
2961 | 2025-03-07T23:01:54.427Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2962 | 2025-03-07T23:01:54.578Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2963 | 2025-03-07T23:01:54.645Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2964 | 2025-03-07T23:01:54.666Z | Compiling password-hash v0.4.2 |
2965 | 2025-03-07T23:01:54.699Z | Compiling gethostname v0.5.0 |
2966 | 2025-03-07T23:01:54.927Z | Compiling fxhash v0.2.1 |
2967 | 2025-03-07T23:01:55.066Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2968 | 2025-03-07T23:01:55.102Z | Compiling base64 v0.13.1 |
2969 | 2025-03-07T23:01:55.138Z | Compiling http-range v0.1.5 |
2970 | 2025-03-07T23:01:55.165Z | Compiling pbkdf2 v0.11.0 |
2971 | 2025-03-07T23:01:55.450Z | Compiling sled v0.34.7 |
2972 | 2025-03-07T23:01:55.494Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2973 | 2025-03-07T23:01:55.527Z | Compiling zone v0.1.8 |
2974 | 2025-03-07T23:01:55.556Z | Compiling ron v0.7.1 |
2975 | 2025-03-07T23:01:55.696Z | Compiling xz2 v0.1.7 |
2976 | 2025-03-07T23:01:56.169Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2977 | 2025-03-07T23:01:56.192Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2978 | 2025-03-07T23:01:56.469Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2979 | 2025-03-07T23:01:57.112Z | Compiling progenitor v0.9.1 |
2980 | 2025-03-07T23:01:57.378Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2981 | 2025-03-07T23:01:57.494Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2982 | 2025-03-07T23:01:57.611Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2983 | 2025-03-07T23:01:57.634Z | Compiling ssh-key v0.6.6 |
2984 | 2025-03-07T23:01:57.951Z | Compiling hickory-client v0.24.4 |
2985 | 2025-03-07T23:01:59.805Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2986 | 2025-03-07T23:02:01.873Z | Compiling p256 v0.13.2 |
2987 | 2025-03-07T23:02:01.896Z | Compiling p521 v0.13.3 |
2988 | 2025-03-07T23:02:02.723Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2989 | 2025-03-07T23:02:03.160Z | Compiling hickory-server v0.24.4 |
2990 | 2025-03-07T23:02:03.255Z | Compiling pem v3.0.5 |
2991 | 2025-03-07T23:02:03.803Z | Compiling yasna v0.5.2 |
2992 | 2025-03-07T23:02:03.861Z | Compiling headers-core v0.3.0 |
2993 | 2025-03-07T23:02:04.031Z | Compiling kstat-rs v0.2.4 |
2994 | 2025-03-07T23:02:04.073Z | Compiling nanorand v0.7.0 |
2995 | 2025-03-07T23:02:04.160Z | Compiling russh-cryptovec v0.7.3 |
2996 | 2025-03-07T23:02:04.506Z | Compiling atty v0.2.14 |
2997 | 2025-03-07T23:02:04.602Z | Compiling md5 v0.7.0 |
2998 | 2025-03-07T23:02:04.646Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2999 | 2025-03-07T23:02:04.678Z | Compiling flume v0.11.1 |
3000 | 2025-03-07T23:02:05.136Z | Compiling russh-keys v0.45.0 |
3001 | 2025-03-07T23:02:05.188Z | Compiling rcgen v0.12.1 |
3002 | 2025-03-07T23:02:05.307Z | Compiling headers v0.4.0 |
3003 | 2025-03-07T23:02:05.345Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
3004 | 2025-03-07T23:02:07.326Z | Compiling hyper-staticfile v0.10.1 |
3005 | 2025-03-07T23:02:07.481Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3006 | 2025-03-07T23:02:08.371Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3007 | 2025-03-07T23:02:08.744Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3008 | 2025-03-07T23:02:09.208Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
3009 | 2025-03-07T23:02:09.236Z | Compiling num-bigint v0.4.6 |
3010 | 2025-03-07T23:02:09.239Z | Compiling des v0.8.1 |
3011 | 2025-03-07T23:02:09.362Z | Compiling subprocess v0.2.9 |
3012 | 2025-03-07T23:02:09.611Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3013 | 2025-03-07T23:02:09.614Z | Compiling display-error-chain v0.2.2 |
3014 | 2025-03-07T23:02:09.876Z | Compiling hex-literal v0.4.1 |
3015 | 2025-03-07T23:02:10.074Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3016 | 2025-03-07T23:02:10.522Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3017 | 2025-03-07T23:02:11.337Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3018 | 2025-03-07T23:02:11.352Z | Compiling internet-checksum v0.2.1 |
3019 | 2025-03-07T23:02:12.344Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3020 | 2025-03-07T23:02:13.547Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3021 | 2025-03-07T23:02:16.299Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3022 | 2025-03-07T23:02:16.847Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3023 | 2025-03-07T23:02:17.384Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3024 | 2025-03-07T23:02:19.423Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3025 | 2025-03-07T23:02:19.917Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3026 | 2025-03-07T23:02:20.102Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3027 | 2025-03-07T23:02:20.385Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3028 | 2025-03-07T23:02:21.618Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3029 | 2025-03-07T23:02:23.032Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3030 | 2025-03-07T23:02:23.389Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3031 | 2025-03-07T23:02:23.425Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3032 | 2025-03-07T23:02:24.757Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3033 | 2025-03-07T23:02:25.022Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3034 | 2025-03-07T23:02:25.462Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3035 | 2025-03-07T23:02:25.793Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3036 | 2025-03-07T23:02:25.920Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3037 | 2025-03-07T23:02:25.942Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3038 | 2025-03-07T23:02:28.062Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3039 | 2025-03-07T23:02:29.256Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3040 | 2025-03-07T23:02:29.460Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3041 | 2025-03-07T23:02:31.069Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3042 | 2025-03-07T23:02:31.453Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3043 | 2025-03-07T23:02:32.469Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3044 | 2025-03-07T23:02:33.022Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3045 | 2025-03-07T23:02:33.715Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3046 | 2025-03-07T23:02:34.967Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3047 | 2025-03-07T23:02:35.319Z | Compiling russh v0.45.0 |
3048 | 2025-03-07T23:02:42.321Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3049 | 2025-03-07T23:02:49.589Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3050 | 2025-03-07T23:02:52.086Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3051 | 2025-03-07T23:03:16.403Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3052 | 2025-03-07T23:03:39.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
3053 | 2025-03-07T23:03:39.815Z | |
3054 | 2025-03-07T23:03:39.815Z | real 2:28.008111573 |
3055 | 2025-03-07T23:03:39.815Z | user 12:20.389348855 |
3056 | 2025-03-07T23:03:39.815Z | sys 1:38.824632122 |
3057 | 2025-03-07T23:03:39.816Z | trap 0.383136905 |
3058 | 2025-03-07T23:03:39.819Z | tflt 0.243215426 |
3059 | 2025-03-07T23:03:39.819Z | dflt 0.531445218 |
3060 | 2025-03-07T23:03:39.819Z | kflt 0.000049074 |
3061 | 2025-03-07T23:03:39.819Z | lock 23:19.004366315 |
3062 | 2025-03-07T23:03:39.819Z | slp 43:35.471211806 |
3063 | 2025-03-07T23:03:39.819Z | lat 39.684384911 |
3064 | 2025-03-07T23:03:39.819Z | stop 1:44.889635152 |
3065 | 2025-03-07T23:03:39.819Z | + mkdir tests |
3066 | 2025-03-07T23:03:39.824Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
3067 | 2025-03-07T23:03:39.824Z | + xargs -I '{}' -t cp '{}' tests/ |
3068 | 2025-03-07T23:03:39.865Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-47d80fd051dfa828 tests/ |
3069 | 2025-03-07T23:03:39.892Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c857f4a4d0fd63d0 tests/ |
3070 | 2025-03-07T23:03:39.919Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-8f3d4bf33265b997 tests/ |
3071 | 2025-03-07T23:03:39.948Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7b386e7280725428 tests/ |
3072 | 2025-03-07T23:03:40.229Z | + 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/*) |
3073 | 2025-03-07T23:03:40.240Z | + 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-c857f4a4d0fd63d0 tests/commtest-8f3d4bf33265b997 tests/dhcp_server-47d80fd051dfa828 tests/end_to_end_tests-7b386e7280725428 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 |
3074 | 2025-03-07T23:04:57.265Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
3075 | 2025-03-07T23:04:57.265Z | a .github/buildomat/ci-env.sh 1K |
3076 | 2025-03-07T23:04:57.265Z | a out/target/test 1K |
3077 | 2025-03-07T23:04:57.265Z | a out/npuzone/npuzone 23144K |
3078 | 2025-03-07T23:04:57.265Z | a package-manifest.toml 33K |
3079 | 2025-03-07T23:04:57.265Z | a smf/sled-agent/non-gimlet/config.toml 4K |
3080 | 2025-03-07T23:04:57.265Z | a target/release/omicron-package 38800K |
3081 | 2025-03-07T23:04:57.265Z | a target/release/xtask 10839K |
3082 | 2025-03-07T23:04:57.265Z | a target/debug/bootstrap 215551K |
3083 | 2025-03-07T23:04:57.265Z | a tests/bootstrap-c857f4a4d0fd63d0 24083K |
3084 | 2025-03-07T23:04:57.265Z | a tests/commtest-8f3d4bf33265b997 24909K |
3085 | 2025-03-07T23:04:57.265Z | a tests/dhcp_server-47d80fd051dfa828 24083K |
3086 | 2025-03-07T23:04:57.265Z | a tests/end_to_end_tests-7b386e7280725428 274829K |
3087 | 2025-03-07T23:04:57.265Z | a out/clickhouse.tar.gz 305568K |
3088 | 2025-03-07T23:04:57.265Z | a out/clickhouse_keeper.tar.gz 291441K |
3089 | 2025-03-07T23:04:57.265Z | a out/clickhouse_server.tar.gz 305556K |
3090 | 2025-03-07T23:04:57.265Z | a out/cockroachdb.tar.gz 143778K |
3091 | 2025-03-07T23:04:57.265Z | a out/crucible-dtrace.tar 98K |
3092 | 2025-03-07T23:04:57.265Z | a out/crucible-pantry-zone.tar.gz 32453K |
3093 | 2025-03-07T23:04:57.265Z | a out/crucible-zone.tar.gz 40837K |
3094 | 2025-03-07T23:04:57.265Z | a out/external-dns.tar.gz 45240K |
3095 | 2025-03-07T23:04:57.266Z | a out/internal-dns.tar.gz 45239K |
3096 | 2025-03-07T23:04:57.266Z | a out/mg-ddm-gz.tar 63075K |
3097 | 2025-03-07T23:04:57.266Z | a out/nexus.tar.gz 112509K |
3098 | 2025-03-07T23:04:57.266Z | a out/ntp.tar.gz 14409K |
3099 | 2025-03-07T23:04:57.266Z | a out/omicron-gateway-softnpu.tar.gz 25014K |
3100 | 2025-03-07T23:04:57.266Z | a out/omicron-sled-agent.tar 123626K |
3101 | 2025-03-07T23:04:57.266Z | a out/overlay.tar.gz 3K |
3102 | 2025-03-07T23:04:57.266Z | a out/oximeter.tar.gz 55187K |
3103 | 2025-03-07T23:04:57.266Z | a out/oxlog.tar 3144K |
3104 | 2025-03-07T23:04:57.266Z | a out/probe.tar.gz 2764K |
3105 | 2025-03-07T23:04:57.266Z | a out/propolis-server.tar.gz 67599K |
3106 | 2025-03-07T23:04:57.266Z | a out/pumpkind-gz.tar 26665K |
3107 | 2025-03-07T23:04:57.266Z | a out/switch-softnpu.tar.gz 267583K |
3108 | 2025-03-07T23:04:57.270Z | |
3109 | 2025-03-07T23:04:57.270Z | real 1:17.026628566 |
3110 | 2025-03-07T23:04:57.270Z | user 1:13.391721685 |
3111 | 2025-03-07T23:04:57.270Z | sys 5.187665994 |
3112 | 2025-03-07T23:04:57.270Z | trap 0.020071177 |
3113 | 2025-03-07T23:04:57.270Z | tflt 0.000000000 |
3114 | 2025-03-07T23:04:57.270Z | dflt 0.000000000 |
3115 | 2025-03-07T23:04:57.270Z | kflt 0.000000000 |
3116 | 2025-03-07T23:04:57.270Z | lock 0.000000000 |
3117 | 2025-03-07T23:04:57.270Z | slp 1:13.160698272 |
3118 | 2025-03-07T23:04:57.270Z | lat 2.288149351 |
3119 | 2025-03-07T23:04:57.270Z | stop 0.000290793 |
3120 | 2025-03-07T23:04:57.271Z | process exited: duration 2101503 ms, exit code 0 |
|
3121 | 2025-03-07T23:04:57.286Z | found 1 output files |
3122 | 2025-03-07T23:04:57.286Z | uploading: /work/package.tar.gz (2032030575 bytes) |
3123 | 2025-03-07T23:05:48.261Z | uploaded: /work/package.tar.gz |