|
|
|
1 | 2025-03-20T23:59:32.586Z | job assigned to worker 01JPTZXJ4FH5RX03S5RMD10HJA [factory aws, i-0d5d7dc3e6414ef47] (queued for 39 s) |
|
2 | 2025-03-20T23:59:41.325Z | starting task 0: "setup" |
3 | 2025-03-20T23:59:41.332Z | ++ uname -s |
4 | 2025-03-20T23:59:41.336Z | + kern=SunOS |
5 | 2025-03-20T23:59:41.336Z | + build_user=build |
6 | 2025-03-20T23:59:41.336Z | + build_uid=12345 |
7 | 2025-03-20T23:59:41.336Z | + work_dir=/work |
8 | 2025-03-20T23:59:41.336Z | + input_dir=/input |
9 | 2025-03-20T23:59:41.336Z | + [[ 0 == 12345 ]] |
10 | 2025-03-20T23:59:41.336Z | + case "$kern" in |
11 | 2025-03-20T23:59:41.336Z | + groupadd -g 12345 build |
12 | 2025-03-20T23:59:41.339Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-20T23:59:43.345Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-20T23:59:43.472Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-20T23:59:43.477Z | + home_fs=zfs |
16 | 2025-03-20T23:59:43.477Z | + [[ zfs == autofs ]] |
17 | 2025-03-20T23:59:43.477Z | + mkdir -p /home/build |
18 | 2025-03-20T23:59:43.480Z | + chown build:build /home/build /work |
19 | 2025-03-20T23:59:44.479Z | + chmod 0700 /home/build /work |
20 | 2025-03-20T23:59:44.482Z | process exited: duration 3155 ms, exit code 0 |
|
21 | 2025-03-20T23:59:44.489Z | starting task 1: "rust-toolchain" |
22 | 2025-03-20T23:59:44.494Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-20T23:59:44.494Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-20T23:59:44.494Z | * rust toolchain profile = "default" |
25 | 2025-03-20T23:59:44.494Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-20T23:59:44.494Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-20T23:59:44.494Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-20T23:59:44.497Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-20T23:59:44.497Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-20T23:59:44.606Z | info: downloading installer |
31 | 2025-03-20T23:59:45.805Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-20T23:59:45.805Z | warn: /opt/ooce/bin |
33 | 2025-03-20T23:59:45.805Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-20T23:59:45.805Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-20T23:59:45.805Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-20T23:59:45.805Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-20T23:59:45.805Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-20T23:59:45.805Z | error: cannot install while Rust is installed |
39 | 2025-03-20T23:59:45.805Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-20T23:59:45.818Z | info: profile set to 'default' |
41 | 2025-03-20T23:59:45.818Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-20T23:59:45.822Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-20T23:59:45.979Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-20T23:59:45.979Z | info: downloading component 'cargo' |
45 | 2025-03-20T23:59:46.871Z | info: downloading component 'clippy' |
46 | 2025-03-20T23:59:47.246Z | info: downloading component 'rust-docs' |
47 | 2025-03-20T23:59:48.408Z | info: downloading component 'rust-std' |
48 | 2025-03-20T23:59:50.080Z | info: downloading component 'rustc' |
49 | 2025-03-20T23:59:56.757Z | info: downloading component 'rustfmt' |
50 | 2025-03-20T23:59:57.047Z | info: installing component 'cargo' |
51 | 2025-03-20T23:59:57.856Z | info: installing component 'clippy' |
52 | 2025-03-20T23:59:58.243Z | info: installing component 'rust-docs' |
53 | 2025-03-20T23:59:59.914Z | info: installing component 'rust-std' |
54 | 2025-03-21T00:00:01.836Z | info: installing component 'rustc' |
55 | 2025-03-21T00:00:07.705Z | info: installing component 'rustfmt' |
56 | 2025-03-21T00:00:08.037Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-21T00:00:08.037Z | |
58 | 2025-03-21T00:00:08.402Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-21T00:00:08.402Z | |
60 | 2025-03-21T00:00:08.405Z | |
61 | 2025-03-21T00:00:08.405Z | Rust is installed now. Great! |
62 | 2025-03-21T00:00:08.405Z | |
63 | 2025-03-21T00:00:08.405Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-21T00:00:08.405Z | environment variable. This has not been done automatically. |
65 | 2025-03-21T00:00:08.405Z | |
66 | 2025-03-21T00:00:08.406Z | To configure your current shell, you need to source |
67 | 2025-03-21T00:00:08.406Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-21T00:00:08.406Z | |
69 | 2025-03-21T00:00:08.406Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-21T00:00:08.406Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-21T00:00:08.406Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-21T00:00:08.406Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-21T00:00:08.477Z | + rustup --version |
74 | 2025-03-21T00:00:08.490Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-21T00:00:08.490Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-21T00:00:08.516Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-21T00:00:08.519Z | + cargo --version |
78 | 2025-03-21T00:00:08.537Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-21T00:00:08.541Z | + rustc --version |
80 | 2025-03-21T00:00:08.567Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-21T00:00:08.570Z | process exited: duration 24074 ms, exit code 0 |
|
82 | 2025-03-21T00:00:08.576Z | starting task 2: "authentication" |
83 | 2025-03-21T00:00:08.598Z | process exited: duration 21 ms, exit code 0 |
|
84 | 2025-03-21T00:00:08.605Z | starting task 3: "clone repository" |
85 | 2025-03-21T00:00:08.609Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-21T00:00:08.612Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-21T00:00:08.658Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-21T00:00:16.079Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-21T00:00:16.083Z | + git fetch origin 8039a08c32cdf2ddb9fd538bd91def765f6e4517 |
90 | 2025-03-21T00:00:16.424Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-21T00:00:16.424Z | * branch 8039a08c32cdf2ddb9fd538bd91def765f6e4517 -> FETCH_HEAD |
92 | 2025-03-21T00:00:16.434Z | + [[ -n ixi/revised-reservoir-calculations ]] |
93 | 2025-03-21T00:00:16.438Z | ++ git branch --show-current |
94 | 2025-03-21T00:00:16.438Z | + current=main |
95 | 2025-03-21T00:00:16.441Z | + [[ main != ixi/revised-reservoir-calculations ]] |
96 | 2025-03-21T00:00:16.441Z | + git branch -f ixi/revised-reservoir-calculations 8039a08c32cdf2ddb9fd538bd91def765f6e4517 |
97 | 2025-03-21T00:00:16.444Z | + git checkout -f ixi/revised-reservoir-calculations |
98 | 2025-03-21T00:00:16.633Z | Switched to branch 'ixi/revised-reservoir-calculations' |
99 | 2025-03-21T00:00:16.636Z | + git reset --hard 8039a08c32cdf2ddb9fd538bd91def765f6e4517 |
100 | 2025-03-21T00:00:16.672Z | HEAD is now at 8039a08c3 keep the HardwareManager handle around instead of caching measurements |
101 | 2025-03-21T00:00:16.676Z | process exited: duration 8067 ms, exit code 0 |
|
102 | 2025-03-21T00:00:16.682Z | starting task 4: "build" |
103 | 2025-03-21T00:00:16.688Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-21T00:00:16.691Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-21T00:00:16.691Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-21T00:00:16.691Z | + cargo --version |
107 | 2025-03-21T00:00:16.743Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-21T00:00:16.746Z | + rustc --version |
109 | 2025-03-21T00:00:16.811Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-21T00:00:16.814Z | + WORK=/work |
111 | 2025-03-21T00:00:16.814Z | + pfexec mkdir -p /work |
112 | 2025-03-21T00:00:16.817Z | + pfexec chown build /work |
113 | 2025-03-21T00:00:16.821Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
114 | 2025-03-21T00:00:18.589Z | pkg list: illegal option -- F |
115 | 2025-03-21T00:00:18.592Z | Usage: |
116 | 2025-03-21T00:00:18.592Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
117 | 2025-03-21T00:00:18.593Z | [pkg_fmri_pattern ...] |
118 | 2025-03-21T00:00:19.423Z | pkg list: illegal option -- F |
119 | 2025-03-21T00:00:19.423Z | Usage: |
120 | 2025-03-21T00:00:19.426Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
121 | 2025-03-21T00:00:19.426Z | [pkg_fmri_pattern ...] |
122 | 2025-03-21T00:00:26.171Z | Startup: Refreshing catalog 'helios-dev' ... Done |
123 | 2025-03-21T00:00:30.692Z | Startup: Caching catalogs ... Done |
124 | 2025-03-21T00:00:45.501Z | Planning: Solver setup ... Done (13.758s) |
125 | 2025-03-21T00:00:45.662Z | Planning: Running solver ... Done (0.161s) |
126 | 2025-03-21T00:00:45.793Z | Planning: Finding local manifests ... Done (0.007s) |
127 | 2025-03-21T00:00:45.825Z | Planning: Fetching manifests: 0/7 0% complete |
128 | 2025-03-21T00:00:46.073Z | Planning: Fetching manifests: 7/7 100% complete |
129 | 2025-03-21T00:00:46.185Z | Planning: Package planning ... Done (0.113s) |
130 | 2025-03-21T00:00:46.241Z | Planning: Merging actions ... Done (0.055s) |
131 | 2025-03-21T00:00:46.441Z | Planning: Checking for conflicting actions ... Done (0.200s) |
132 | 2025-03-21T00:00:48.694Z | Planning: Consolidating action changes ... Done (2.253s) |
133 | 2025-03-21T00:00:49.141Z | Planning: Evaluating mediators ... Done (0.447s) |
134 | 2025-03-21T00:00:49.222Z | Planning: Planning completed in 18.42 seconds |
135 | 2025-03-21T00:00:49.238Z | Packages to install: 4 |
136 | 2025-03-21T00:00:49.238Z | Packages to update: 3 |
137 | 2025-03-21T00:00:49.238Z | Mediators to change: 2 |
138 | 2025-03-21T00:00:49.242Z | Services to change: 1 |
139 | 2025-03-21T00:00:49.242Z | Estimated space available: 155.60 GB |
140 | 2025-03-21T00:00:49.242Z | Estimated space to be consumed: 1.67 GB |
141 | 2025-03-21T00:00:49.242Z | Create boot environment: No |
142 | 2025-03-21T00:00:49.242Z | Create backup boot environment: Yes |
143 | 2025-03-21T00:00:49.242Z | Rebuild boot archive: No |
144 | 2025-03-21T00:00:49.242Z | |
145 | 2025-03-21T00:00:49.242Z | Changed mediators: |
146 | 2025-03-21T00:00:49.242Z | mediator clang: |
147 | 2025-03-21T00:00:49.242Z | version: None -> 15 (system default) |
148 | 2025-03-21T00:00:49.242Z | |
149 | 2025-03-21T00:00:49.242Z | mediator llvm: |
150 | 2025-03-21T00:00:49.242Z | version: 14 (system default) -> 15 (system default) |
151 | 2025-03-21T00:00:49.242Z | |
152 | 2025-03-21T00:00:49.242Z | Changed packages: |
153 | 2025-03-21T00:00:49.242Z | helios-dev |
154 | 2025-03-21T00:00:49.242Z | developer/build-essential |
155 | 2025-03-21T00:00:49.242Z | None -> 11-2.0 |
156 | 2025-03-21T00:00:49.242Z | library/libxmlsec1 |
157 | 2025-03-21T00:00:49.242Z | None -> 1.2.35-2.0 |
158 | 2025-03-21T00:00:49.242Z | ooce/developer/clang-15 |
159 | 2025-03-21T00:00:49.242Z | None -> 15.0.7-2.0 |
160 | 2025-03-21T00:00:49.242Z | ooce/developer/llvm-15 |
161 | 2025-03-21T00:00:49.243Z | None -> 15.0.7-2.0 |
162 | 2025-03-21T00:00:49.243Z | package/pkg |
163 | 2025-03-21T00:00:49.243Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
164 | 2025-03-21T00:00:49.243Z | system/library/g++-runtime |
165 | 2025-03-21T00:00:49.243Z | 13-2.0 -> 14-2.0 |
166 | 2025-03-21T00:00:49.243Z | system/library/gcc-runtime |
167 | 2025-03-21T00:00:49.243Z | 13-2.0 -> 14-2.0 |
168 | 2025-03-21T00:00:49.243Z | |
169 | 2025-03-21T00:00:49.243Z | Services: |
170 | 2025-03-21T00:00:49.243Z | restart_fmri: |
171 | 2025-03-21T00:00:49.243Z | svc:/system/update-man-index:default |
172 | 2025-03-21T00:00:49.243Z | |
173 | 2025-03-21T00:00:49.243Z | Editable files to change: |
174 | 2025-03-21T00:00:49.243Z | Update: |
175 | 2025-03-21T00:00:49.243Z | usr/share/lib/pkg/web/config.shtml |
176 | 2025-03-21T00:00:49.326Z | |
177 | 2025-03-21T00:00:49.326Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
178 | 2025-03-21T00:00:54.332Z | Download: 404/4301 items 16.9/225.4MB 7% complete (3.5M/s) |
179 | 2025-03-21T00:00:59.333Z | Download: 1112/4301 items 24.9/225.4MB 11% complete (2.4M/s) |
180 | 2025-03-21T00:01:04.335Z | Download: 1589/4301 items 117.7/225.4MB 52% complete (10.0M/s) |
181 | 2025-03-21T00:01:09.699Z | Download: 2221/4301 items 119.2/225.4MB 52% complete (10.0M/s) |
182 | 2025-03-21T00:01:18.511Z | Download: 2224/4301 items 119.2/225.4MB 52% complete |
183 | 2025-03-21T00:01:24.755Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (17.2M/s) |
184 | 2025-03-21T00:01:29.960Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (10.1M/s) |
185 | 2025-03-21T00:01:31.768Z | Download: Completed 225.42 MB in 42.43 seconds (5.3M/s) |
186 | 2025-03-21T00:01:33.936Z | Actions: 1/5122 actions (Removing old actions) |
187 | 2025-03-21T00:01:33.959Z | Actions: 194/5122 actions (Installing new actions) |
188 | 2025-03-21T00:01:38.719Z | Actions: 4267/5122 actions (Updating modified actions) |
189 | 2025-03-21T00:01:39.088Z | Actions: Completed 5122 actions in 5.14 seconds. |
190 | 2025-03-21T00:01:39.333Z | Done (0.233s) |
191 | 2025-03-21T00:01:39.337Z | Done (0.001s) |
192 | 2025-03-21T00:01:39.969Z | Done (0.634s) |
193 | 2025-03-21T00:01:44.496Z | Done (4.308s) |
194 | 2025-03-21T00:01:44.584Z | Done (0.018s) |
195 | 2025-03-21T00:01:44.587Z | Done (0.000s) |
196 | 2025-03-21T00:01:44.768Z | Done (0.000s) |
197 | 2025-03-21T00:01:45.496Z | Planning: Evaluating mediator changes ... Done |
198 | 2025-03-21T00:01:45.658Z | Planning: Checking for conflicting actions ... Done |
199 | 2025-03-21T00:01:45.661Z | Planning: Consolidating action changes ... Done |
200 | 2025-03-21T00:01:45.924Z | Planning: Evaluating mediators ... Done |
201 | 2025-03-21T00:01:45.927Z | Planning: Planning completed in 0.43 seconds |
202 | 2025-03-21T00:01:45.966Z | Mediators to change: 2 |
203 | 2025-03-21T00:01:45.972Z | Create boot environment: No |
204 | 2025-03-21T00:01:45.972Z | Create backup boot environment: No |
205 | 2025-03-21T00:01:46.046Z | Done |
206 | 2025-03-21T00:01:46.046Z | Done |
207 | 2025-03-21T00:01:46.502Z | Done |
208 | 2025-03-21T00:01:50.088Z | Done |
209 | 2025-03-21T00:01:50.177Z | Done |
210 | 2025-03-21T00:01:50.180Z | Done |
211 | 2025-03-21T00:01:50.377Z | Done |
212 | 2025-03-21T00:01:50.991Z | Planning: Evaluating mediator changes ... Done |
213 | 2025-03-21T00:01:50.994Z | Planning: Merging actions ... Done |
214 | 2025-03-21T00:01:51.176Z | Planning: Checking for conflicting actions ... Done |
215 | 2025-03-21T00:01:51.179Z | Planning: Consolidating action changes ... Done |
216 | 2025-03-21T00:01:51.440Z | Planning: Evaluating mediators ... Done |
217 | 2025-03-21T00:01:51.495Z | Planning: Planning completed in 0.75 seconds |
218 | 2025-03-21T00:01:51.536Z | Packages to change: 1 |
219 | 2025-03-21T00:01:51.536Z | Mediators to change: 1 |
220 | 2025-03-21T00:01:51.536Z | Services to change: 1 |
221 | 2025-03-21T00:01:51.539Z | Create boot environment: No |
222 | 2025-03-21T00:01:51.539Z | Create backup boot environment: Yes |
223 | 2025-03-21T00:01:54.020Z | Actions: 1/6 actions (Updating modified actions) |
224 | 2025-03-21T00:01:54.023Z | Actions: Completed 6 actions in 0.00 seconds. |
225 | 2025-03-21T00:01:54.023Z | Done |
226 | 2025-03-21T00:01:54.023Z | Done |
227 | 2025-03-21T00:01:54.150Z | Done |
228 | 2025-03-21T00:01:57.729Z | Done |
229 | 2025-03-21T00:01:57.824Z | Done |
230 | 2025-03-21T00:01:57.827Z | Done |
231 | 2025-03-21T00:01:57.961Z | Done |
232 | 2025-03-21T00:01:58.389Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
233 | 2025-03-21T00:01:58.389Z | clang system 15 system |
234 | 2025-03-21T00:01:58.389Z | csh system system illumos |
235 | 2025-03-21T00:01:58.389Z | ctags system system illumos |
236 | 2025-03-21T00:01:58.389Z | gcc vendor 12 vendor |
237 | 2025-03-21T00:01:58.389Z | gcc system 10 system |
238 | 2025-03-21T00:01:58.389Z | gcc system 7 system |
239 | 2025-03-21T00:01:58.389Z | go system 1.20 system |
240 | 2025-03-21T00:01:58.390Z | go system 1.19 system |
241 | 2025-03-21T00:01:58.390Z | llvm system 15 system |
242 | 2025-03-21T00:01:58.390Z | llvm system 14 system |
243 | 2025-03-21T00:01:58.390Z | mariadb system 10.6 system |
244 | 2025-03-21T00:01:58.390Z | mta vendor vendor dma |
245 | 2025-03-21T00:01:58.390Z | openjdk system 17 system |
246 | 2025-03-21T00:01:58.390Z | openjdk system 11 system |
247 | 2025-03-21T00:01:58.390Z | openjdk system 1.8 system |
248 | 2025-03-21T00:01:58.390Z | openssl vendor 3 vendor |
249 | 2025-03-21T00:01:58.390Z | perl system 5.36 system |
250 | 2025-03-21T00:01:58.390Z | postgresql system 15 system |
251 | 2025-03-21T00:01:58.390Z | postgresql system 13 system |
252 | 2025-03-21T00:01:58.390Z | python vendor 3 vendor |
253 | 2025-03-21T00:01:58.390Z | python system 2 system |
254 | 2025-03-21T00:01:58.390Z | python3 system 3.11 system |
255 | 2025-03-21T00:01:58.390Z | ruby system 3.0 system |
256 | 2025-03-21T00:01:58.390Z | words vendor vendor american-english |
257 | 2025-03-21T00:01:58.390Z | words system system australian-english |
258 | 2025-03-21T00:01:58.390Z | words system system british-english |
259 | 2025-03-21T00:01:58.390Z | words system system canadian-english |
260 | 2025-03-21T00:01:58.390Z | words system system french |
261 | 2025-03-21T00:01:58.390Z | words system system italian |
262 | 2025-03-21T00:01:58.390Z | words system system ngerman |
263 | 2025-03-21T00:01:58.390Z | words system system ogerman |
264 | 2025-03-21T00:01:58.390Z | words system system spanish |
265 | 2025-03-21T00:01:58.720Z | PUBLISHER TYPE STATUS P LOCATION |
266 | 2025-03-21T00:01:58.720Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
267 | 2025-03-21T00:02:01.881Z | FMRI IFO |
268 | 2025-03-21T00:02:01.881Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
269 | 2025-03-21T00:02:01.881Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
270 | 2025-03-21T00:02:01.881Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
271 | 2025-03-21T00:02:01.881Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
272 | 2025-03-21T00:02:01.881Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
273 | 2025-03-21T00:02:01.881Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
274 | 2025-03-21T00:02:01.881Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
275 | 2025-03-21T00:02:01.881Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
276 | 2025-03-21T00:02:01.881Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
277 | 2025-03-21T00:02:01.881Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
278 | 2025-03-21T00:02:01.881Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
279 | 2025-03-21T00:02:01.881Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
280 | 2025-03-21T00:02:01.881Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
281 | 2025-03-21T00:02:01.881Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
282 | 2025-03-21T00:02:01.881Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
283 | 2025-03-21T00:02:02.713Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
284 | 2025-03-21T00:02:02.995Z | Updating crates.io index |
285 | 2025-03-21T00:02:02.999Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
286 | 2025-03-21T00:02:03.592Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
287 | 2025-03-21T00:02:03.843Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
288 | 2025-03-21T00:02:04.113Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
289 | 2025-03-21T00:02:04.382Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
290 | 2025-03-21T00:02:05.345Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
291 | 2025-03-21T00:02:07.046Z | Updating git repository `https://github.com/oxidecomputer/opte` |
292 | 2025-03-21T00:02:07.752Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
293 | 2025-03-21T00:02:11.945Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
294 | 2025-03-21T00:02:12.226Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
295 | 2025-03-21T00:02:12.581Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
296 | 2025-03-21T00:02:13.124Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
297 | 2025-03-21T00:02:13.712Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
298 | 2025-03-21T00:02:14.021Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
299 | 2025-03-21T00:02:14.292Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
300 | 2025-03-21T00:02:14.571Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
301 | 2025-03-21T00:02:14.783Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
302 | 2025-03-21T00:02:15.032Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
303 | 2025-03-21T00:02:15.352Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
304 | 2025-03-21T00:02:15.656Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
305 | 2025-03-21T00:02:15.924Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
306 | 2025-03-21T00:02:16.236Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
307 | 2025-03-21T00:02:16.592Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
308 | 2025-03-21T00:02:16.813Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
309 | 2025-03-21T00:02:17.390Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
310 | 2025-03-21T00:02:17.685Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
311 | 2025-03-21T00:02:18.047Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
312 | 2025-03-21T00:02:18.432Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
313 | 2025-03-21T00:02:18.684Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
314 | 2025-03-21T00:02:18.929Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
315 | 2025-03-21T00:02:19.243Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
316 | 2025-03-21T00:02:20.602Z | Downloading crates ... |
317 | 2025-03-21T00:02:20.701Z | Downloaded cargo-platform v0.1.8 |
318 | 2025-03-21T00:02:20.706Z | Downloaded bytecount v0.6.8 |
319 | 2025-03-21T00:02:20.710Z | Downloaded cargo_metadata v0.19.2 |
320 | 2025-03-21T00:02:20.712Z | Downloaded byteorder v1.5.0 |
321 | 2025-03-21T00:02:20.716Z | Downloaded anstyle-parse v0.2.5 |
322 | 2025-03-21T00:02:20.719Z | Downloaded dtrace-parser v0.2.0 |
323 | 2025-03-21T00:02:20.719Z | Downloaded colorchoice v1.0.2 |
324 | 2025-03-21T00:02:20.719Z | Downloaded anstyle v1.0.10 |
325 | 2025-03-21T00:02:20.723Z | Downloaded equivalent v1.0.1 |
326 | 2025-03-21T00:02:20.727Z | Downloaded scroll_derive v0.12.0 |
327 | 2025-03-21T00:02:20.731Z | Downloaded proc-macro-error-attr v1.0.4 |
328 | 2025-03-21T00:02:20.737Z | Downloaded zerocopy-derive v0.7.35 |
329 | 2025-03-21T00:02:20.741Z | Downloaded zerocopy v0.7.35 |
330 | 2025-03-21T00:02:20.756Z | Downloaded usdt-macro v0.5.0 |
331 | 2025-03-21T00:02:20.759Z | Downloaded usdt-attr-macro v0.5.0 |
332 | 2025-03-21T00:02:20.759Z | Downloaded swrite v0.1.0 |
333 | 2025-03-21T00:02:20.759Z | Downloaded winnow v0.7.3 |
334 | 2025-03-21T00:02:20.768Z | Downloaded unicode-linebreak v0.1.5 |
335 | 2025-03-21T00:02:20.771Z | Downloaded anstyle-query v1.1.1 |
336 | 2025-03-21T00:02:20.771Z | Downloaded thiserror-impl v1.0.69 |
337 | 2025-03-21T00:02:20.771Z | Downloaded generic-array v0.14.7 |
338 | 2025-03-21T00:02:20.774Z | Downloaded digest v0.10.7 |
339 | 2025-03-21T00:02:20.774Z | Downloaded toml_datetime v0.6.8 |
340 | 2025-03-21T00:02:20.777Z | Downloaded terminal_size v0.4.0 |
341 | 2025-03-21T00:02:20.777Z | Downloaded terminal_size v0.2.6 |
342 | 2025-03-21T00:02:20.777Z | Downloaded plain v0.2.3 |
343 | 2025-03-21T00:02:20.781Z | Downloaded macaddr v1.0.1 |
344 | 2025-03-21T00:02:20.781Z | Downloaded thiserror v1.0.69 |
345 | 2025-03-21T00:02:20.783Z | Downloaded usdt v0.5.0 |
346 | 2025-03-21T00:02:20.786Z | Downloaded smawk v0.3.2 |
347 | 2025-03-21T00:02:20.786Z | Downloaded memmap v0.7.0 |
348 | 2025-03-21T00:02:20.789Z | Downloaded serde_spanned v0.6.8 |
349 | 2025-03-21T00:02:20.789Z | Downloaded clap_lex v0.7.4 |
350 | 2025-03-21T00:02:20.789Z | Downloaded itoa v1.0.11 |
351 | 2025-03-21T00:02:20.792Z | Downloaded fastrand v2.1.1 |
352 | 2025-03-21T00:02:20.792Z | Downloaded tabled_derive v0.7.0 |
353 | 2025-03-21T00:02:20.795Z | Downloaded heck v0.4.1 |
354 | 2025-03-21T00:02:20.795Z | Downloaded cpufeatures v0.2.14 |
355 | 2025-03-21T00:02:20.795Z | Downloaded thiserror-impl v2.0.11 |
356 | 2025-03-21T00:02:20.800Z | Downloaded pest_generator v2.7.14 |
357 | 2025-03-21T00:02:20.800Z | Downloaded is_terminal_polyfill v1.70.1 |
358 | 2025-03-21T00:02:20.800Z | Downloaded heck v0.5.0 |
359 | 2025-03-21T00:02:20.803Z | Downloaded crypto-common v0.1.6 |
360 | 2025-03-21T00:02:20.803Z | Downloaded pretty-hex v0.4.1 |
361 | 2025-03-21T00:02:20.803Z | Downloaded camino v1.1.9 |
362 | 2025-03-21T00:02:20.806Z | Downloaded cargo_toml v0.21.0 |
363 | 2025-03-21T00:02:20.806Z | Downloaded camino-tempfile v1.1.1 |
364 | 2025-03-21T00:02:20.809Z | Downloaded anstream v0.6.15 |
365 | 2025-03-21T00:02:20.809Z | Downloaded semver v1.0.25 |
366 | 2025-03-21T00:02:20.812Z | Downloaded utf8parse v0.2.2 |
367 | 2025-03-21T00:02:20.812Z | Downloaded usdt-impl v0.5.0 |
368 | 2025-03-21T00:02:20.815Z | Downloaded thread-id v4.2.2 |
369 | 2025-03-21T00:02:20.815Z | Downloaded strsim v0.11.1 |
370 | 2025-03-21T00:02:20.815Z | Downloaded fs-err v2.11.0 |
371 | 2025-03-21T00:02:20.818Z | Downloaded proc-macro-error v1.0.4 |
372 | 2025-03-21T00:02:20.821Z | Downloaded sha2 v0.10.8 |
373 | 2025-03-21T00:02:20.824Z | Downloaded once_cell v1.20.3 |
374 | 2025-03-21T00:02:20.824Z | Downloaded serde_tokenstream v0.2.2 |
375 | 2025-03-21T00:02:20.827Z | Downloaded quote v1.0.39 |
376 | 2025-03-21T00:02:20.830Z | Downloaded scroll v0.12.0 |
377 | 2025-03-21T00:02:20.830Z | Downloaded dof v0.3.0 |
378 | 2025-03-21T00:02:20.830Z | Downloaded cfg-if v1.0.0 |
379 | 2025-03-21T00:02:20.833Z | Downloaded errno v0.3.9 |
380 | 2025-03-21T00:02:20.833Z | Downloaded version_check v0.9.5 |
381 | 2025-03-21T00:02:20.834Z | Downloaded io-lifetimes v1.0.11 |
382 | 2025-03-21T00:02:20.836Z | Downloaded thiserror v2.0.11 |
383 | 2025-03-21T00:02:20.841Z | Downloaded pest_derive v2.7.14 |
384 | 2025-03-21T00:02:20.844Z | Downloaded bitflags v2.6.0 |
385 | 2025-03-21T00:02:20.847Z | Downloaded tempfile v3.13.0 |
386 | 2025-03-21T00:02:20.850Z | Downloaded toml v0.8.20 |
387 | 2025-03-21T00:02:20.853Z | Downloaded ryu v1.0.18 |
388 | 2025-03-21T00:02:20.856Z | Downloaded textwrap v0.16.1 |
389 | 2025-03-21T00:02:20.860Z | Downloaded log v0.4.22 |
390 | 2025-03-21T00:02:20.860Z | Downloaded anyhow v1.0.97 |
391 | 2025-03-21T00:02:20.863Z | Downloaded ucd-trie v0.1.7 |
392 | 2025-03-21T00:02:20.866Z | Downloaded typenum v1.17.0 |
393 | 2025-03-21T00:02:20.869Z | Downloaded clap_derive v4.5.28 |
394 | 2025-03-21T00:02:20.869Z | Downloaded autocfg v1.4.0 |
395 | 2025-03-21T00:02:20.872Z | Downloaded unicode-ident v1.0.14 |
396 | 2025-03-21T00:02:20.875Z | Downloaded pest_meta v2.7.14 |
397 | 2025-03-21T00:02:20.875Z | Downloaded papergrid v0.11.0 |
398 | 2025-03-21T00:02:20.879Z | Downloaded block-buffer v0.10.4 |
399 | 2025-03-21T00:02:20.882Z | Downloaded bitflags v1.3.2 |
400 | 2025-03-21T00:02:20.885Z | Downloaded clap v4.5.31 |
401 | 2025-03-21T00:02:20.892Z | Downloaded serde_derive v1.0.218 |
402 | 2025-03-21T00:02:20.895Z | Downloaded fnv v1.0.7 |
403 | 2025-03-21T00:02:20.898Z | Downloaded serde v1.0.218 |
404 | 2025-03-21T00:02:20.901Z | Downloaded proc-macro2 v1.0.94 |
405 | 2025-03-21T00:02:20.901Z | Downloaded indexmap v2.7.1 |
406 | 2025-03-21T00:02:20.915Z | Downloaded toml_edit v0.22.24 |
407 | 2025-03-21T00:02:20.936Z | Downloaded memchr v2.7.4 |
408 | 2025-03-21T00:02:20.948Z | Downloaded pest v2.7.14 |
409 | 2025-03-21T00:02:20.953Z | Downloaded hashbrown v0.15.1 |
410 | 2025-03-21T00:02:20.958Z | Downloaded clap_builder v4.5.31 |
411 | 2025-03-21T00:02:20.964Z | Downloaded serde_json v1.0.139 |
412 | 2025-03-21T00:02:20.986Z | Downloaded tabled v0.15.0 |
413 | 2025-03-21T00:02:21.001Z | Downloaded syn v1.0.109 |
414 | 2025-03-21T00:02:21.010Z | Downloaded goblin v0.8.2 |
415 | 2025-03-21T00:02:21.015Z | Downloaded syn v2.0.98 |
416 | 2025-03-21T00:02:21.027Z | Downloaded unicode-width v0.1.14 |
417 | 2025-03-21T00:02:21.037Z | Downloaded rustix v0.38.37 |
418 | 2025-03-21T00:02:21.058Z | Downloaded rustix v0.37.28 |
419 | 2025-03-21T00:02:21.084Z | Downloaded libc v0.2.170 |
420 | 2025-03-21T00:02:21.222Z | Compiling proc-macro2 v1.0.94 |
421 | 2025-03-21T00:02:21.222Z | Compiling unicode-ident v1.0.14 |
422 | 2025-03-21T00:02:21.225Z | Compiling serde v1.0.218 |
423 | 2025-03-21T00:02:21.225Z | Compiling libc v0.2.170 |
424 | 2025-03-21T00:02:21.225Z | Compiling version_check v0.9.5 |
425 | 2025-03-21T00:02:21.225Z | Compiling memchr v2.7.4 |
426 | 2025-03-21T00:02:21.225Z | Compiling thiserror v1.0.69 |
427 | 2025-03-21T00:02:21.258Z | Compiling ryu v1.0.18 |
428 | 2025-03-21T00:02:21.498Z | Compiling itoa v1.0.11 |
429 | 2025-03-21T00:02:21.690Z | Compiling ucd-trie v0.1.7 |
430 | 2025-03-21T00:02:21.982Z | Compiling once_cell v1.20.3 |
431 | 2025-03-21T00:02:22.006Z | Compiling byteorder v1.5.0 |
432 | 2025-03-21T00:02:22.196Z | Compiling serde_json v1.0.139 |
433 | 2025-03-21T00:02:22.310Z | Compiling rustix v0.38.37 |
434 | 2025-03-21T00:02:22.450Z | Compiling bitflags v2.6.0 |
435 | 2025-03-21T00:02:22.557Z | Compiling proc-macro-error-attr v1.0.4 |
436 | 2025-03-21T00:02:22.677Z | Compiling usdt-impl v0.5.0 |
437 | 2025-03-21T00:02:22.719Z | Compiling io-lifetimes v1.0.11 |
438 | 2025-03-21T00:02:22.853Z | Compiling syn v1.0.109 |
439 | 2025-03-21T00:02:22.993Z | Compiling proc-macro-error v1.0.4 |
440 | 2025-03-21T00:02:23.076Z | Compiling quote v1.0.39 |
441 | 2025-03-21T00:02:23.269Z | Compiling errno v0.3.9 |
442 | 2025-03-21T00:02:23.344Z | Compiling hashbrown v0.15.1 |
443 | 2025-03-21T00:02:23.404Z | Compiling camino v1.1.9 |
444 | 2025-03-21T00:02:23.520Z | Compiling syn v2.0.98 |
445 | 2025-03-21T00:02:23.713Z | Compiling thread-id v4.2.2 |
446 | 2025-03-21T00:02:23.753Z | Compiling utf8parse v0.2.2 |
447 | 2025-03-21T00:02:23.780Z | Compiling rustix v0.37.28 |
448 | 2025-03-21T00:02:23.828Z | Compiling plain v0.2.3 |
449 | 2025-03-21T00:02:23.853Z | Compiling log v0.4.22 |
450 | 2025-03-21T00:02:23.925Z | Compiling equivalent v1.0.1 |
451 | 2025-03-21T00:02:23.997Z | Compiling anstyle-parse v0.2.5 |
452 | 2025-03-21T00:02:24.412Z | Compiling indexmap v2.7.1 |
453 | 2025-03-21T00:02:24.474Z | Compiling pretty-hex v0.4.1 |
454 | 2025-03-21T00:02:24.631Z | Compiling thiserror v2.0.11 |
455 | 2025-03-21T00:02:24.655Z | Compiling winnow v0.7.3 |
456 | 2025-03-21T00:02:24.713Z | Compiling anstyle v1.0.10 |
457 | 2025-03-21T00:02:24.875Z | Compiling semver v1.0.25 |
458 | 2025-03-21T00:02:25.122Z | Compiling is_terminal_polyfill v1.70.1 |
459 | 2025-03-21T00:02:25.207Z | Compiling colorchoice v1.0.2 |
460 | 2025-03-21T00:02:25.269Z | Compiling bitflags v1.3.2 |
461 | 2025-03-21T00:02:25.377Z | Compiling unicode-width v0.1.14 |
462 | 2025-03-21T00:02:25.402Z | Compiling autocfg v1.4.0 |
463 | 2025-03-21T00:02:25.425Z | Compiling anstyle-query v1.1.1 |
464 | 2025-03-21T00:02:25.602Z | Compiling anstream v0.6.15 |
465 | 2025-03-21T00:02:25.633Z | Compiling terminal_size v0.4.0 |
466 | 2025-03-21T00:02:26.202Z | Compiling strsim v0.11.1 |
467 | 2025-03-21T00:02:26.285Z | Compiling bytecount v0.6.8 |
468 | 2025-03-21T00:02:26.326Z | Compiling heck v0.4.1 |
469 | 2025-03-21T00:02:26.351Z | Compiling fs-err v2.11.0 |
470 | 2025-03-21T00:02:26.518Z | Compiling fnv v1.0.7 |
471 | 2025-03-21T00:02:26.666Z | Compiling anyhow v1.0.97 |
472 | 2025-03-21T00:02:26.715Z | Compiling cfg-if v1.0.0 |
473 | 2025-03-21T00:02:26.957Z | Compiling fastrand v2.1.1 |
474 | 2025-03-21T00:02:27.084Z | Compiling heck v0.5.0 |
475 | 2025-03-21T00:02:27.088Z | Compiling clap_lex v0.7.4 |
476 | 2025-03-21T00:02:27.424Z | Compiling clap_builder v4.5.31 |
477 | 2025-03-21T00:02:27.448Z | Compiling tempfile v3.13.0 |
478 | 2025-03-21T00:02:27.542Z | Compiling terminal_size v0.2.6 |
479 | 2025-03-21T00:02:27.639Z | Compiling papergrid v0.11.0 |
480 | 2025-03-21T00:02:27.718Z | Compiling memmap v0.7.0 |
481 | 2025-03-21T00:02:27.749Z | Compiling unicode-linebreak v0.1.5 |
482 | 2025-03-21T00:02:28.026Z | Compiling smawk v0.3.2 |
483 | 2025-03-21T00:02:28.274Z | Compiling textwrap v0.16.1 |
484 | 2025-03-21T00:02:28.296Z | Compiling swrite v0.1.0 |
485 | 2025-03-21T00:02:28.910Z | Compiling tabled_derive v0.7.0 |
486 | 2025-03-21T00:02:30.335Z | Compiling tabled v0.15.0 |
487 | 2025-03-21T00:02:30.685Z | Compiling serde_derive v1.0.218 |
488 | 2025-03-21T00:02:30.686Z | Compiling thiserror-impl v1.0.69 |
489 | 2025-03-21T00:02:30.689Z | Compiling zerocopy-derive v0.7.35 |
490 | 2025-03-21T00:02:30.689Z | Compiling scroll_derive v0.12.0 |
491 | 2025-03-21T00:02:30.689Z | Compiling thiserror-impl v2.0.11 |
492 | 2025-03-21T00:02:30.689Z | Compiling clap_derive v4.5.28 |
493 | 2025-03-21T00:02:32.106Z | Compiling scroll v0.12.0 |
494 | 2025-03-21T00:02:32.653Z | Compiling goblin v0.8.2 |
495 | 2025-03-21T00:02:32.720Z | Compiling zerocopy v0.7.35 |
496 | 2025-03-21T00:02:33.795Z | Compiling pest v2.7.14 |
497 | 2025-03-21T00:02:35.023Z | Compiling clap v4.5.31 |
498 | 2025-03-21T00:02:35.969Z | Compiling pest_meta v2.7.14 |
499 | 2025-03-21T00:02:36.848Z | Compiling pest_generator v2.7.14 |
500 | 2025-03-21T00:02:38.250Z | Compiling pest_derive v2.7.14 |
501 | 2025-03-21T00:02:38.851Z | Compiling dtrace-parser v0.2.0 |
502 | 2025-03-21T00:02:39.602Z | Compiling serde_spanned v0.6.8 |
503 | 2025-03-21T00:02:39.602Z | Compiling toml_datetime v0.6.8 |
504 | 2025-03-21T00:02:39.887Z | Compiling serde_tokenstream v0.2.2 |
505 | 2025-03-21T00:02:39.913Z | Compiling cargo-platform v0.1.8 |
506 | 2025-03-21T00:02:39.946Z | Compiling toml_edit v0.22.24 |
507 | 2025-03-21T00:02:40.091Z | Compiling macaddr v1.0.1 |
508 | 2025-03-21T00:02:40.359Z | Compiling camino-tempfile v1.1.1 |
509 | 2025-03-21T00:02:40.971Z | Compiling dof v0.3.0 |
510 | 2025-03-21T00:02:40.971Z | Compiling cargo_metadata v0.19.2 |
511 | 2025-03-21T00:02:42.305Z | Compiling usdt-macro v0.5.0 |
512 | 2025-03-21T00:02:42.308Z | Compiling usdt-attr-macro v0.5.0 |
513 | 2025-03-21T00:02:42.759Z | Compiling toml v0.8.20 |
514 | 2025-03-21T00:02:43.343Z | Compiling usdt v0.5.0 |
515 | 2025-03-21T00:02:43.591Z | Compiling cargo_toml v0.21.0 |
516 | 2025-03-21T00:02:46.116Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
517 | 2025-03-21T00:02:49.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.79s |
518 | 2025-03-21T00:02:49.509Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
519 | 2025-03-21T00:02:50.057Z | Downloading crates ... |
520 | 2025-03-21T00:02:50.212Z | Downloaded headers-core v0.3.0 |
521 | 2025-03-21T00:02:50.216Z | Downloaded hostname v0.4.0 |
522 | 2025-03-21T00:02:50.219Z | Downloaded hex v0.4.3 |
523 | 2025-03-21T00:02:50.222Z | Downloaded ctr v0.9.2 |
524 | 2025-03-21T00:02:50.229Z | Downloaded http-body v1.0.1 |
525 | 2025-03-21T00:02:50.238Z | Downloaded is_ci v1.2.0 |
526 | 2025-03-21T00:02:50.242Z | Downloaded ident_case v1.0.1 |
527 | 2025-03-21T00:02:50.247Z | Downloaded icu_provider_macros v1.5.0 |
528 | 2025-03-21T00:02:50.250Z | Downloaded http-range v0.1.5 |
529 | 2025-03-21T00:02:50.253Z | Downloaded atomic-waker v1.1.2 |
530 | 2025-03-21T00:02:50.259Z | Downloaded lazy_static v1.5.0 |
531 | 2025-03-21T00:02:50.262Z | Downloaded md5 v0.7.0 |
532 | 2025-03-21T00:02:50.262Z | Downloaded async-bb8-diesel v0.2.1 |
533 | 2025-03-21T00:02:50.265Z | Downloaded adler2 v2.0.0 |
534 | 2025-03-21T00:02:50.268Z | Downloaded match_cfg v0.1.0 |
535 | 2025-03-21T00:02:50.268Z | Downloaded instant v0.1.13 |
536 | 2025-03-21T00:02:50.271Z | Downloaded home v0.5.9 |
537 | 2025-03-21T00:02:50.271Z | Downloaded hex-literal v0.4.1 |
538 | 2025-03-21T00:02:50.271Z | Downloaded assert_matches v1.5.0 |
539 | 2025-03-21T00:02:50.274Z | Downloaded atty v0.2.14 |
540 | 2025-03-21T00:02:50.274Z | Downloaded hubpack_derive v0.1.1 |
541 | 2025-03-21T00:02:50.277Z | Downloaded atomicwrites v0.4.4 |
542 | 2025-03-21T00:02:50.278Z | Downloaded async-stream-impl v0.3.6 |
543 | 2025-03-21T00:02:50.278Z | Downloaded httpdate v1.0.3 |
544 | 2025-03-21T00:02:50.281Z | Downloaded ascii-canvas v3.0.0 |
545 | 2025-03-21T00:02:50.281Z | Downloaded arrayref v0.3.9 |
546 | 2025-03-21T00:02:50.281Z | Downloaded array-init v0.0.4 |
547 | 2025-03-21T00:02:50.284Z | Downloaded hostname v0.3.1 |
548 | 2025-03-21T00:02:50.284Z | Downloaded linked-hash-map v0.5.6 |
549 | 2025-03-21T00:02:50.287Z | Downloaded lazycell v1.3.0 |
550 | 2025-03-21T00:02:50.287Z | Downloaded kstat-rs v0.2.4 |
551 | 2025-03-21T00:02:50.290Z | Downloaded async-trait v0.1.87 |
552 | 2025-03-21T00:02:50.293Z | Downloaded async-stream v0.3.6 |
553 | 2025-03-21T00:02:50.293Z | Downloaded allocator-api2 v0.2.18 |
554 | 2025-03-21T00:02:50.296Z | Downloaded libsw-core v0.3.1 |
555 | 2025-03-21T00:02:50.299Z | Downloaded maplit v1.0.2 |
556 | 2025-03-21T00:02:50.299Z | Downloaded instability v0.3.2 |
557 | 2025-03-21T00:02:50.302Z | Downloaded http-body-util v0.1.2 |
558 | 2025-03-21T00:02:50.305Z | Downloaded inout v0.1.3 |
559 | 2025-03-21T00:02:50.305Z | Downloaded hubpack v0.1.2 |
560 | 2025-03-21T00:02:50.305Z | Downloaded backtrace v0.3.74 |
561 | 2025-03-21T00:02:50.310Z | Downloaded maybe-uninit v2.0.0 |
562 | 2025-03-21T00:02:50.313Z | Downloaded libloading v0.8.5 |
563 | 2025-03-21T00:02:50.317Z | Downloaded md-5 v0.10.6 |
564 | 2025-03-21T00:02:50.318Z | Downloaded managed v0.8.0 |
565 | 2025-03-21T00:02:50.322Z | Downloaded lockfree-object-pool v0.1.6 |
566 | 2025-03-21T00:02:50.322Z | Downloaded pretty-hex v0.2.1 |
567 | 2025-03-21T00:02:50.325Z | Downloaded heapless v0.7.17 |
568 | 2025-03-21T00:02:50.328Z | Downloaded linear-map v1.2.0 |
569 | 2025-03-21T00:02:50.331Z | Downloaded mime v0.3.17 |
570 | 2025-03-21T00:02:50.331Z | Downloaded libsw v3.4.0 |
571 | 2025-03-21T00:02:50.334Z | Downloaded hmac v0.12.1 |
572 | 2025-03-21T00:02:50.334Z | Downloaded ciborium-io v0.2.2 |
573 | 2025-03-21T00:02:50.337Z | Downloaded proc-macro-error-attr2 v2.0.0 |
574 | 2025-03-21T00:02:50.337Z | Downloaded ref-cast v1.0.23 |
575 | 2025-03-21T00:02:50.340Z | Downloaded cfg_aliases v0.2.1 |
576 | 2025-03-21T00:02:50.340Z | Downloaded indoc v2.0.6 |
577 | 2025-03-21T00:02:50.344Z | Downloaded humantime v2.1.0 |
578 | 2025-03-21T00:02:50.344Z | Downloaded highway v1.3.0 |
579 | 2025-03-21T00:02:50.348Z | Downloaded jobserver v0.1.32 |
580 | 2025-03-21T00:02:50.351Z | Downloaded memmap2 v0.9.5 |
581 | 2025-03-21T00:02:50.351Z | Downloaded ipnet v2.11.0 |
582 | 2025-03-21T00:02:50.354Z | Downloaded iana-time-zone v0.1.61 |
583 | 2025-03-21T00:02:50.357Z | Downloaded hyper-rustls v0.27.3 |
584 | 2025-03-21T00:02:50.360Z | Downloaded bit-vec v0.6.3 |
585 | 2025-03-21T00:02:50.360Z | Downloaded bit-set v0.8.0 |
586 | 2025-03-21T00:02:50.363Z | Downloaded base16ct v0.2.0 |
587 | 2025-03-21T00:02:50.363Z | Downloaded keccak v0.1.5 |
588 | 2025-03-21T00:02:50.366Z | Downloaded aws-lc-rs v1.12.4 |
589 | 2025-03-21T00:02:50.373Z | Downloaded lru v0.12.5 |
590 | 2025-03-21T00:02:50.376Z | Downloaded hyper-staticfile v0.10.1 |
591 | 2025-03-21T00:02:50.379Z | Downloaded httparse v1.9.5 |
592 | 2025-03-21T00:02:50.382Z | Downloaded icu_locid_transform v1.5.0 |
593 | 2025-03-21T00:02:50.385Z | Downloaded hickory-client v0.24.4 |
594 | 2025-03-21T00:02:50.388Z | Downloaded radium v0.7.0 |
595 | 2025-03-21T00:02:50.388Z | Downloaded cipher v0.4.4 |
596 | 2025-03-21T00:02:50.391Z | Downloaded sync_wrapper v1.0.1 |
597 | 2025-03-21T00:02:50.391Z | Downloaded cmake v0.1.51 |
598 | 2025-03-21T00:02:50.395Z | Downloaded ciborium-ll v0.2.2 |
599 | 2025-03-21T00:02:50.396Z | Downloaded cassowary v0.3.0 |
600 | 2025-03-21T00:02:50.398Z | Downloaded cbc v0.1.2 |
601 | 2025-03-21T00:02:50.398Z | Downloaded chrono-tz-build v0.4.0 |
602 | 2025-03-21T00:02:50.398Z | Downloaded bb8 v0.8.5 |
603 | 2025-03-21T00:02:50.398Z | Downloaded toolchain_find v0.4.0 |
604 | 2025-03-21T00:02:50.402Z | Downloaded block-padding v0.3.3 |
605 | 2025-03-21T00:02:50.402Z | Downloaded bit-set v0.5.3 |
606 | 2025-03-21T00:02:50.405Z | Downloaded want v0.3.1 |
607 | 2025-03-21T00:02:50.405Z | Downloaded litemap v0.7.3 |
608 | 2025-03-21T00:02:50.408Z | Downloaded chacha20 v0.9.1 |
609 | 2025-03-21T00:02:50.408Z | Downloaded castaway v0.2.3 |
610 | 2025-03-21T00:02:50.410Z | Downloaded cstr-argument v0.1.2 |
611 | 2025-03-21T00:02:50.411Z | Downloaded rtoolbox v0.0.2 |
612 | 2025-03-21T00:02:50.414Z | Downloaded icu_normalizer v1.5.0 |
613 | 2025-03-21T00:02:50.417Z | Downloaded bcs v0.1.6 |
614 | 2025-03-21T00:02:50.421Z | Downloaded litrs v0.4.1 |
615 | 2025-03-21T00:02:50.424Z | Downloaded sync-ptr v0.1.1 |
616 | 2025-03-21T00:02:50.424Z | Downloaded base64ct v1.6.0 |
617 | 2025-03-21T00:02:50.424Z | Downloaded time-core v0.1.2 |
618 | 2025-03-21T00:02:50.427Z | Downloaded mime_guess v2.0.5 |
619 | 2025-03-21T00:02:50.427Z | Downloaded convert_case v0.4.0 |
620 | 2025-03-21T00:02:50.430Z | Downloaded bitfield v0.14.0 |
621 | 2025-03-21T00:02:50.430Z | Downloaded bcrypt-pbkdf v0.10.0 |
622 | 2025-03-21T00:02:50.433Z | Downloaded icu_locid_transform_data v1.5.0 |
623 | 2025-03-21T00:02:50.433Z | Downloaded crossbeam-deque v0.8.5 |
624 | 2025-03-21T00:02:50.436Z | Downloaded derive_builder_macro v0.20.2 |
625 | 2025-03-21T00:02:50.436Z | Downloaded proc-macro-error2 v2.0.1 |
626 | 2025-03-21T00:02:50.440Z | Downloaded serde_plain v1.0.2 |
627 | 2025-03-21T00:02:50.443Z | Downloaded zone_cfg_derive v0.1.2 |
628 | 2025-03-21T00:02:50.443Z | Downloaded cobs v0.2.3 |
629 | 2025-03-21T00:02:50.443Z | Downloaded serde_path_to_error v0.1.16 |
630 | 2025-03-21T00:02:50.446Z | Downloaded salsa20 v0.10.2 |
631 | 2025-03-21T00:02:50.447Z | Downloaded bit-vec v0.8.0 |
632 | 2025-03-21T00:02:50.449Z | Downloaded icu_provider v1.5.0 |
633 | 2025-03-21T00:02:50.452Z | Downloaded aead v0.5.2 |
634 | 2025-03-21T00:02:50.452Z | Downloaded strip-ansi-escapes v0.2.0 |
635 | 2025-03-21T00:02:50.456Z | Downloaded stringprep v0.1.5 |
636 | 2025-03-21T00:02:50.456Z | Downloaded untrusted v0.9.0 |
637 | 2025-03-21T00:02:50.459Z | Downloaded crc-catalog v2.4.0 |
638 | 2025-03-21T00:02:50.460Z | Downloaded console v0.15.10 |
639 | 2025-03-21T00:02:50.462Z | Downloaded topological-sort v0.2.2 |
640 | 2025-03-21T00:02:50.463Z | Downloaded bzip2 v0.4.4 |
641 | 2025-03-21T00:02:50.465Z | Downloaded untrusted v0.7.1 |
642 | 2025-03-21T00:02:50.465Z | Downloaded tinystr v0.7.6 |
643 | 2025-03-21T00:02:50.468Z | Downloaded memoffset v0.9.1 |
644 | 2025-03-21T00:02:50.472Z | Downloaded ipnetwork v0.21.1 |
645 | 2025-03-21T00:02:50.472Z | Downloaded headers v0.4.0 |
646 | 2025-03-21T00:02:50.477Z | Downloaded whoami v1.5.2 |
647 | 2025-03-21T00:02:50.480Z | Downloaded zone v0.1.8 |
648 | 2025-03-21T00:02:50.483Z | Downloaded which v4.4.2 |
649 | 2025-03-21T00:02:50.483Z | Downloaded serde_derive_internals v0.29.1 |
650 | 2025-03-21T00:02:50.486Z | Downloaded supports-color v3.0.2 |
651 | 2025-03-21T00:02:50.486Z | Downloaded rustls-pemfile v1.0.4 |
652 | 2025-03-21T00:02:50.489Z | Downloaded tiny-keccak v2.0.2 |
653 | 2025-03-21T00:02:50.492Z | Downloaded unicase v2.7.0 |
654 | 2025-03-21T00:02:50.495Z | Downloaded blowfish v0.9.1 |
655 | 2025-03-21T00:02:50.495Z | Downloaded csv-core v0.1.11 |
656 | 2025-03-21T00:02:50.498Z | Downloaded miniz_oxide v0.8.5 |
657 | 2025-03-21T00:02:50.501Z | Downloaded icu_properties v1.5.1 |
658 | 2025-03-21T00:02:50.505Z | Downloaded num-conv v0.1.0 |
659 | 2025-03-21T00:02:50.505Z | Downloaded defmt-parser v0.3.4 |
660 | 2025-03-21T00:02:50.505Z | Downloaded zone v0.3.0 |
661 | 2025-03-21T00:02:50.508Z | Downloaded colored v2.2.0 |
662 | 2025-03-21T00:02:50.508Z | Downloaded peg-runtime v0.8.5 |
663 | 2025-03-21T00:02:50.512Z | Downloaded hyper-util v0.1.10 |
664 | 2025-03-21T00:02:50.515Z | Downloaded dyn-clone v1.0.19 |
665 | 2025-03-21T00:02:50.519Z | Downloaded indexmap v1.9.3 |
666 | 2025-03-21T00:02:50.522Z | Downloaded futures-executor v0.3.31 |
667 | 2025-03-21T00:02:50.522Z | Downloaded crossbeam-utils v0.8.20 |
668 | 2025-03-21T00:02:50.527Z | Downloaded embedded-io v0.4.0 |
669 | 2025-03-21T00:02:50.527Z | Downloaded lock_api v0.4.12 |
670 | 2025-03-21T00:02:50.531Z | Downloaded indent_write v2.2.0 |
671 | 2025-03-21T00:02:50.531Z | Downloaded const-oid v0.9.6 |
672 | 2025-03-21T00:02:50.534Z | Downloaded cookie v0.18.1 |
673 | 2025-03-21T00:02:50.534Z | Downloaded termtree v0.4.1 |
674 | 2025-03-21T00:02:50.537Z | Downloaded ahash v0.8.11 |
675 | 2025-03-21T00:02:50.540Z | Downloaded blake2 v0.10.6 |
676 | 2025-03-21T00:02:50.540Z | Downloaded hash32 v0.3.1 |
677 | 2025-03-21T00:02:50.543Z | Downloaded futures-io v0.3.31 |
678 | 2025-03-21T00:02:50.543Z | Downloaded base64 v0.21.7 |
679 | 2025-03-21T00:02:50.547Z | Downloaded snafu-derive v0.8.5 |
680 | 2025-03-21T00:02:50.550Z | Downloaded signal-hook-registry v1.4.2 |
681 | 2025-03-21T00:02:50.550Z | Downloaded crc32fast v1.4.2 |
682 | 2025-03-21T00:02:50.553Z | Downloaded base64 v0.13.1 |
683 | 2025-03-21T00:02:50.556Z | Downloaded crc-any v2.5.0 |
684 | 2025-03-21T00:02:50.559Z | Downloaded icu_locid v1.5.0 |
685 | 2025-03-21T00:02:50.562Z | Downloaded strum v0.26.3 |
686 | 2025-03-21T00:02:50.565Z | Downloaded oso-derive v0.27.3 |
687 | 2025-03-21T00:02:50.565Z | Downloaded tower-layer v0.3.3 |
688 | 2025-03-21T00:02:50.565Z | Downloaded num-derive v0.4.2 |
689 | 2025-03-21T00:02:50.579Z | Downloaded write16 v1.0.0 |
690 | 2025-03-21T00:02:50.582Z | Downloaded downcast v0.11.0 |
691 | 2025-03-21T00:02:50.582Z | Downloaded crossbeam-epoch v0.9.18 |
692 | 2025-03-21T00:02:50.585Z | Downloaded clang-sys v1.8.1 |
693 | 2025-03-21T00:02:50.588Z | Downloaded diesel_table_macro_syntax v0.2.0 |
694 | 2025-03-21T00:02:50.588Z | Downloaded progenitor-macro v0.9.1 |
695 | 2025-03-21T00:02:50.588Z | Downloaded typify v0.3.0 |
696 | 2025-03-21T00:02:50.592Z | Downloaded tinyvec v1.8.0 |
697 | 2025-03-21T00:02:50.595Z | Downloaded foreign-types-shared v0.1.1 |
698 | 2025-03-21T00:02:50.598Z | Downloaded termcolor v1.4.1 |
699 | 2025-03-21T00:02:50.598Z | Downloaded waitgroup v0.1.2 |
700 | 2025-03-21T00:02:50.601Z | Downloaded try-lock v0.2.5 |
701 | 2025-03-21T00:02:50.601Z | Downloaded postgres-protocol v0.6.8 |
702 | 2025-03-21T00:02:50.605Z | Downloaded pem v3.0.5 |
703 | 2025-03-21T00:02:50.605Z | Downloaded paste v1.0.15 |
704 | 2025-03-21T00:02:50.608Z | Downloaded typify-macro v0.3.0 |
705 | 2025-03-21T00:02:50.608Z | Downloaded termios v0.3.3 |
706 | 2025-03-21T00:02:50.611Z | Downloaded rfc6979 v0.4.0 |
707 | 2025-03-21T00:02:50.611Z | Downloaded progenitor v0.9.1 |
708 | 2025-03-21T00:02:50.622Z | Downloaded tabwriter v1.4.0 |
709 | 2025-03-21T00:02:50.622Z | Downloaded strum_macros v0.24.3 |
710 | 2025-03-21T00:02:50.622Z | Downloaded slab v0.4.9 |
711 | 2025-03-21T00:02:50.622Z | Downloaded test-strategy v0.4.0 |
712 | 2025-03-21T00:02:50.622Z | Downloaded sha1 v0.10.6 |
713 | 2025-03-21T00:02:50.626Z | Downloaded serde-hex v0.1.0 |
714 | 2025-03-21T00:02:50.626Z | Downloaded minimal-lexical v0.2.1 |
715 | 2025-03-21T00:02:50.630Z | Downloaded sqlformat v0.2.6 |
716 | 2025-03-21T00:02:50.634Z | Downloaded phf_shared v0.10.0 |
717 | 2025-03-21T00:02:50.634Z | Downloaded spki v0.7.3 |
718 | 2025-03-21T00:02:50.637Z | Downloaded progenitor-client v0.9.1 |
719 | 2025-03-21T00:02:50.637Z | Downloaded num-complex v0.4.6 |
720 | 2025-03-21T00:02:50.637Z | Downloaded multer v3.1.0 |
721 | 2025-03-21T00:02:50.640Z | Downloaded bytes v1.10.1 |
722 | 2025-03-21T00:02:50.644Z | Downloaded walkdir v2.5.0 |
723 | 2025-03-21T00:02:50.647Z | Downloaded pin-project-lite v0.2.14 |
724 | 2025-03-21T00:02:50.651Z | Downloaded progenitor-client v0.8.0 |
725 | 2025-03-21T00:02:50.657Z | Downloaded embedded-io v0.6.1 |
726 | 2025-03-21T00:02:50.657Z | Downloaded deranged v0.3.11 |
727 | 2025-03-21T00:02:50.660Z | Downloaded wyz v0.5.1 |
728 | 2025-03-21T00:02:50.660Z | Downloaded env_logger v0.11.5 |
729 | 2025-03-21T00:02:50.660Z | Downloaded sqlparser_derive v0.2.2 |
730 | 2025-03-21T00:02:50.663Z | Downloaded unicode-bidi v0.3.17 |
731 | 2025-03-21T00:02:50.663Z | Downloaded icu_normalizer_data v1.5.0 |
732 | 2025-03-21T00:02:50.667Z | Downloaded pin-project-internal v1.1.6 |
733 | 2025-03-21T00:02:50.670Z | Downloaded packed_struct v0.10.1 |
734 | 2025-03-21T00:02:50.670Z | Downloaded phf_shared v0.11.2 |
735 | 2025-03-21T00:02:50.673Z | Downloaded tinyvec_macros v0.1.1 |
736 | 2025-03-21T00:02:50.673Z | Downloaded hickory-server v0.24.4 |
737 | 2025-03-21T00:02:50.677Z | Downloaded futures-sink v0.3.31 |
738 | 2025-03-21T00:02:50.681Z | Downloaded futures-macro v0.3.31 |
739 | 2025-03-21T00:02:50.681Z | Downloaded hash32 v0.2.1 |
740 | 2025-03-21T00:02:50.684Z | Downloaded ed25519 v2.2.3 |
741 | 2025-03-21T00:02:50.684Z | Downloaded dunce v1.0.5 |
742 | 2025-03-21T00:02:50.688Z | Downloaded http v1.2.0 |
743 | 2025-03-21T00:02:50.691Z | Downloaded packed_struct_codegen v0.10.1 |
744 | 2025-03-21T00:02:50.691Z | Downloaded snafu v0.8.5 |
745 | 2025-03-21T00:02:50.697Z | Downloaded psl-types v2.0.11 |
746 | 2025-03-21T00:02:50.700Z | Downloaded wait-timeout v0.2.0 |
747 | 2025-03-21T00:02:50.700Z | Downloaded mockall_derive v0.13.1 |
748 | 2025-03-21T00:02:50.704Z | Downloaded vte_generate_state_changes v0.1.2 |
749 | 2025-03-21T00:02:50.704Z | Downloaded predicates-tree v1.0.11 |
750 | 2025-03-21T00:02:50.707Z | Downloaded rustc_version v0.1.7 |
751 | 2025-03-21T00:02:50.707Z | Downloaded peg v0.8.5 |
752 | 2025-03-21T00:02:50.711Z | Downloaded crossbeam-channel v0.5.13 |
753 | 2025-03-21T00:02:50.714Z | Downloaded foldhash v0.1.3 |
754 | 2025-03-21T00:02:50.718Z | Downloaded predicates v3.1.3 |
755 | 2025-03-21T00:02:50.721Z | Downloaded bumpalo v3.16.0 |
756 | 2025-03-21T00:02:50.724Z | Downloaded newtype_derive v0.1.6 |
757 | 2025-03-21T00:02:50.724Z | Downloaded shell-words v1.1.0 |
758 | 2025-03-21T00:02:50.724Z | Downloaded darling v0.20.10 |
759 | 2025-03-21T00:02:50.728Z | Downloaded rsa v0.9.6 |
760 | 2025-03-21T00:02:50.733Z | Downloaded rustc-hash v1.1.0 |
761 | 2025-03-21T00:02:50.737Z | Downloaded progenitor-macro v0.8.0 |
762 | 2025-03-21T00:02:50.737Z | Downloaded pem-rfc7468 v0.7.0 |
763 | 2025-03-21T00:02:50.740Z | Downloaded num_enum_derive v0.5.11 |
764 | 2025-03-21T00:02:50.740Z | Downloaded ron v0.7.1 |
765 | 2025-03-21T00:02:50.743Z | Downloaded strum_macros v0.25.3 |
766 | 2025-03-21T00:02:50.746Z | Downloaded russh-cryptovec v0.7.3 |
767 | 2025-03-21T00:02:50.747Z | Downloaded itertools v0.10.5 |
768 | 2025-03-21T00:02:50.753Z | Downloaded futures-channel v0.3.31 |
769 | 2025-03-21T00:02:50.756Z | Downloaded libxml v0.3.3 |
770 | 2025-03-21T00:02:50.762Z | Downloaded difflib v0.4.0 |
771 | 2025-03-21T00:02:50.765Z | Downloaded progenitor-impl v0.9.1 |
772 | 2025-03-21T00:02:50.765Z | Downloaded url v2.5.3 |
773 | 2025-03-21T00:02:50.770Z | Downloaded fd-lock v4.0.2 |
774 | 2025-03-21T00:02:50.773Z | Downloaded unicode-truncate v1.1.0 |
775 | 2025-03-21T00:02:50.773Z | Downloaded crypto-bigint v0.5.5 |
776 | 2025-03-21T00:02:50.779Z | Downloaded futures-task v0.3.31 |
777 | 2025-03-21T00:02:50.782Z | Downloaded postcard v1.0.10 |
778 | 2025-03-21T00:02:50.787Z | Downloaded nibble_vec v0.1.0 |
779 | 2025-03-21T00:02:50.787Z | Downloaded newtype-uuid v1.2.1 |
780 | 2025-03-21T00:02:50.787Z | Downloaded ron v0.8.1 |
781 | 2025-03-21T00:02:50.791Z | Downloaded zopfli v0.8.1 |
782 | 2025-03-21T00:02:50.795Z | Downloaded foreign-types-shared v0.3.1 |
783 | 2025-03-21T00:02:50.798Z | Downloaded group v0.13.0 |
784 | 2025-03-21T00:02:50.799Z | Downloaded dsl_auto_type v0.1.2 |
785 | 2025-03-21T00:02:50.799Z | Downloaded subprocess v0.2.9 |
786 | 2025-03-21T00:02:50.802Z | Downloaded serde_repr v0.1.19 |
787 | 2025-03-21T00:02:50.805Z | Downloaded percent-encoding v2.3.1 |
788 | 2025-03-21T00:02:50.805Z | Downloaded rustc-demangle v0.1.24 |
789 | 2025-03-21T00:02:50.809Z | Downloaded zip v2.1.3 |
790 | 2025-03-21T00:02:50.812Z | Downloaded strum_macros v0.26.4 |
791 | 2025-03-21T00:02:50.815Z | Downloaded rustfmt-wrapper v0.2.1 |
792 | 2025-03-21T00:02:50.815Z | Downloaded phf v0.11.2 |
793 | 2025-03-21T00:02:50.815Z | Downloaded futures v0.3.31 |
794 | 2025-03-21T00:02:50.820Z | Downloaded tokio-tungstenite v0.24.0 |
795 | 2025-03-21T00:02:50.824Z | Downloaded oso v0.27.3 |
796 | 2025-03-21T00:02:50.827Z | Downloaded similar v2.7.0 |
797 | 2025-03-21T00:02:50.832Z | Downloaded number_prefix v0.4.0 |
798 | 2025-03-21T00:02:50.837Z | Downloaded num_threads v0.1.7 |
799 | 2025-03-21T00:02:50.837Z | Downloaded scrypt v0.11.0 |
800 | 2025-03-21T00:02:50.838Z | Downloaded scopeguard v1.2.0 |
801 | 2025-03-21T00:02:50.841Z | Downloaded r2d2 v0.8.10 |
802 | 2025-03-21T00:02:50.841Z | Downloaded take_mut v0.2.2 |
803 | 2025-03-21T00:02:50.841Z | Downloaded uzers v0.12.1 |
804 | 2025-03-21T00:02:50.844Z | Downloaded aes v0.8.4 |
805 | 2025-03-21T00:02:50.847Z | Downloaded thread_local v1.1.8 |
806 | 2025-03-21T00:02:50.847Z | Downloaded unicode-xid v0.2.6 |
807 | 2025-03-21T00:02:50.850Z | Downloaded smallvec v0.6.14 |
808 | 2025-03-21T00:02:50.850Z | Downloaded thiserror-no-std v2.0.2 |
809 | 2025-03-21T00:02:50.854Z | Downloaded slog-stdlog v4.1.1 |
810 | 2025-03-21T00:02:50.858Z | Downloaded spin v0.9.8 |
811 | 2025-03-21T00:02:50.861Z | Downloaded papergrid v0.14.0 |
812 | 2025-03-21T00:02:50.864Z | Downloaded darling_core v0.20.10 |
813 | 2025-03-21T00:02:50.867Z | Downloaded ena v0.14.3 |
814 | 2025-03-21T00:02:50.870Z | Downloaded itertools v0.13.0 |
815 | 2025-03-21T00:02:50.876Z | Downloaded daft v0.1.2 |
816 | 2025-03-21T00:02:50.879Z | Downloaded rustyline v14.0.0 |
817 | 2025-03-21T00:02:50.883Z | Downloaded tokio-rustls v0.24.1 |
818 | 2025-03-21T00:02:50.887Z | Downloaded parking_lot v0.11.2 |
819 | 2025-03-21T00:02:50.890Z | Downloaded itertools v0.12.1 |
820 | 2025-03-21T00:02:50.895Z | Downloaded fixedbitset v0.4.2 |
821 | 2025-03-21T00:02:50.900Z | Downloaded curve25519-dalek-derive v0.1.1 |
822 | 2025-03-21T00:02:50.900Z | Downloaded zone_cfg_derive v0.3.0 |
823 | 2025-03-21T00:02:50.903Z | Downloaded num-iter v0.1.45 |
824 | 2025-03-21T00:02:50.903Z | Downloaded smallvec v1.14.0 |
825 | 2025-03-21T00:02:50.904Z | Downloaded tough v0.19.0 |
826 | 2025-03-21T00:02:50.911Z | Downloaded fxhash v0.2.1 |
827 | 2025-03-21T00:02:50.915Z | Downloaded sec1 v0.7.3 |
828 | 2025-03-21T00:02:50.915Z | Downloaded scheduled-thread-pool v0.2.7 |
829 | 2025-03-21T00:02:50.918Z | Downloaded rand_xorshift v0.3.0 |
830 | 2025-03-21T00:02:50.918Z | Downloaded term v0.7.0 |
831 | 2025-03-21T00:02:50.921Z | Downloaded predicates-core v1.0.8 |
832 | 2025-03-21T00:02:50.924Z | Downloaded tls_codec_derive v0.4.1 |
833 | 2025-03-21T00:02:50.924Z | Downloaded sigpipe v0.1.3 |
834 | 2025-03-21T00:02:50.924Z | Downloaded tls_codec v0.4.1 |
835 | 2025-03-21T00:02:50.927Z | Downloaded tap v1.0.1 |
836 | 2025-03-21T00:02:50.927Z | Downloaded slog-bunyan v2.5.0 |
837 | 2025-03-21T00:02:50.931Z | Downloaded signature v2.2.0 |
838 | 2025-03-21T00:02:50.931Z | Downloaded tokio-postgres v0.7.13 |
839 | 2025-03-21T00:02:50.935Z | Downloaded slog-term v2.9.1 |
840 | 2025-03-21T00:02:50.938Z | Downloaded hyper v1.6.0 |
841 | 2025-03-21T00:02:50.945Z | Downloaded endian-type v0.1.2 |
842 | 2025-03-21T00:02:50.948Z | Downloaded itertools v0.14.0 |
843 | 2025-03-21T00:02:50.953Z | Downloaded getrandom v0.2.15 |
844 | 2025-03-21T00:02:50.957Z | Downloaded slog v2.7.0 |
845 | 2025-03-21T00:02:50.960Z | Downloaded vergen v8.3.2 |
846 | 2025-03-21T00:02:50.963Z | Downloaded opaque-debug v0.3.1 |
847 | 2025-03-21T00:02:50.966Z | Downloaded ghash v0.5.1 |
848 | 2025-03-21T00:02:50.966Z | Downloaded num-rational v0.4.2 |
849 | 2025-03-21T00:02:50.969Z | Downloaded hkdf v0.12.4 |
850 | 2025-03-21T00:02:50.969Z | Downloaded universal-hash v0.5.1 |
851 | 2025-03-21T00:02:50.972Z | Downloaded normalize-line-endings v0.3.0 |
852 | 2025-03-21T00:02:50.972Z | Downloaded olpc-cjson v0.1.4 |
853 | 2025-03-21T00:02:50.972Z | Downloaded gethostname v0.5.0 |
854 | 2025-03-21T00:02:50.975Z | Downloaded pkcs8 v0.10.2 |
855 | 2025-03-21T00:02:50.978Z | Downloaded num-integer v0.1.46 |
856 | 2025-03-21T00:02:50.978Z | Downloaded schemars_derive v0.8.22 |
857 | 2025-03-21T00:02:50.983Z | Downloaded newline-converter v0.3.0 |
858 | 2025-03-21T00:02:50.983Z | Downloaded phf_generator v0.11.2 |
859 | 2025-03-21T00:02:50.986Z | Downloaded nu-ansi-term v0.50.1 |
860 | 2025-03-21T00:02:50.986Z | Downloaded des v0.8.1 |
861 | 2025-03-21T00:02:50.989Z | Downloaded uuid v1.15.1 |
862 | 2025-03-21T00:02:50.992Z | Downloaded oxnet v0.1.1 |
863 | 2025-03-21T00:02:50.992Z | Downloaded aes-gcm v0.10.3 |
864 | 2025-03-21T00:02:50.996Z | Downloaded semver v0.1.20 |
865 | 2025-03-21T00:02:50.999Z | Downloaded progenitor v0.8.0 |
866 | 2025-03-21T00:02:50.999Z | Downloaded foreign-types v0.5.0 |
867 | 2025-03-21T00:02:51.002Z | Downloaded darling_macro v0.20.10 |
868 | 2025-03-21T00:02:51.002Z | Downloaded yoke-derive v0.7.4 |
869 | 2025-03-21T00:02:51.002Z | Downloaded pbkdf2 v0.12.2 |
870 | 2025-03-21T00:02:51.005Z | Downloaded pbkdf2 v0.11.0 |
871 | 2025-03-21T00:02:51.010Z | Downloaded zerofrom-derive v0.1.4 |
872 | 2025-03-21T00:02:51.010Z | Downloaded parse-size v1.1.0 |
873 | 2025-03-21T00:02:51.010Z | Downloaded form_urlencoded v1.2.1 |
874 | 2025-03-21T00:02:51.013Z | Downloaded utf-8 v0.7.6 |
875 | 2025-03-21T00:02:51.013Z | Downloaded displaydoc v0.2.5 |
876 | 2025-03-21T00:02:51.013Z | Downloaded yoke v0.7.4 |
877 | 2025-03-21T00:02:51.016Z | Downloaded display-error-chain v0.2.2 |
878 | 2025-03-21T00:02:51.019Z | Downloaded hashbrown v0.13.2 |
879 | 2025-03-21T00:02:51.022Z | Downloaded zeroize v1.8.1 |
880 | 2025-03-21T00:02:51.022Z | Downloaded dropshot_endpoint v0.12.0 |
881 | 2025-03-21T00:02:51.025Z | Downloaded typed-path v0.9.3 |
882 | 2025-03-21T00:02:51.031Z | Downloaded dirs-sys-next v0.1.2 |
883 | 2025-03-21T00:02:51.035Z | Downloaded num-bigint v0.4.6 |
884 | 2025-03-21T00:02:51.038Z | Downloaded num-bigint-dig v0.8.4 |
885 | 2025-03-21T00:02:51.042Z | Downloaded env_filter v0.1.2 |
886 | 2025-03-21T00:02:51.045Z | Downloaded rand_seeder v0.3.0 |
887 | 2025-03-21T00:02:51.045Z | Downloaded nanorand v0.7.0 |
888 | 2025-03-21T00:02:51.048Z | Downloaded tokio-macros v2.5.0 |
889 | 2025-03-21T00:02:51.051Z | Downloaded mockall v0.13.1 |
890 | 2025-03-21T00:02:51.051Z | Downloaded debug-ignore v1.0.5 |
891 | 2025-03-21T00:02:51.054Z | Downloaded tar v0.4.44 |
892 | 2025-03-21T00:02:51.057Z | Downloaded rand v0.9.0 |
893 | 2025-03-21T00:02:51.061Z | Downloaded tabled_derive v0.10.0 |
894 | 2025-03-21T00:02:51.064Z | Downloaded slog-scope v4.4.0 |
895 | 2025-03-21T00:02:51.064Z | Downloaded num-traits v0.2.19 |
896 | 2025-03-21T00:02:51.067Z | Downloaded crossterm v0.28.1 |
897 | 2025-03-21T00:02:51.072Z | Downloaded foreign-types-macros v0.2.3 |
898 | 2025-03-21T00:02:51.075Z | Downloaded data-encoding v2.6.0 |
899 | 2025-03-21T00:02:51.075Z | Downloaded unicode-properties v0.1.3 |
900 | 2025-03-21T00:02:51.078Z | Downloaded pretty_assertions v1.4.1 |
901 | 2025-03-21T00:02:51.081Z | Downloaded serde-big-array v0.5.1 |
902 | 2025-03-21T00:02:51.081Z | Downloaded hashbrown v0.12.3 |
903 | 2025-03-21T00:02:51.084Z | Downloaded slog-dtrace v0.3.0 |
904 | 2025-03-21T00:02:51.087Z | Downloaded ref-cast-impl v1.0.23 |
905 | 2025-03-21T00:02:51.087Z | Downloaded zeroize_derive v1.4.2 |
906 | 2025-03-21T00:02:51.090Z | Downloaded fixedbitset v0.5.7 |
907 | 2025-03-21T00:02:51.090Z | Downloaded quinn v0.11.5 |
908 | 2025-03-21T00:02:51.093Z | Downloaded rand_chacha v0.3.1 |
909 | 2025-03-21T00:02:51.096Z | Downloaded quick-error v1.2.3 |
910 | 2025-03-21T00:02:51.096Z | Downloaded foreign-types v0.3.2 |
911 | 2025-03-21T00:02:51.099Z | Downloaded tower-service v0.3.3 |
912 | 2025-03-21T00:02:51.099Z | Downloaded xattr v1.3.1 |
913 | 2025-03-21T00:02:51.099Z | Downloaded aho-corasick v1.1.3 |
914 | 2025-03-21T00:02:51.107Z | Downloaded precomputed-hash v0.1.1 |
915 | 2025-03-21T00:02:51.109Z | Downloaded blake3 v1.5.4 |
916 | 2025-03-21T00:02:51.114Z | Downloaded fallible-iterator v0.2.0 |
917 | 2025-03-21T00:02:51.116Z | Downloaded serde_yaml v0.9.34+deprecated |
918 | 2025-03-21T00:02:51.119Z | Downloaded ppv-lite86 v0.2.20 |
919 | 2025-03-21T00:02:51.122Z | Downloaded serde_urlencoded v0.7.1 |
920 | 2025-03-21T00:02:51.122Z | Downloaded resolv-conf v0.7.0 |
921 | 2025-03-21T00:02:51.125Z | Downloaded tokio-rustls v0.25.0 |
922 | 2025-03-21T00:02:51.125Z | Downloaded enum-as-inner v0.6.1 |
923 | 2025-03-21T00:02:51.128Z | Downloaded diesel-dtrace v0.4.2 |
924 | 2025-03-21T00:02:51.128Z | Downloaded synstructure v0.13.1 |
925 | 2025-03-21T00:02:51.131Z | Downloaded subtle v2.6.1 |
926 | 2025-03-21T00:02:51.131Z | Downloaded structmeta-derive v0.3.0 |
927 | 2025-03-21T00:02:51.134Z | Downloaded pin-utils v0.1.0 |
928 | 2025-03-21T00:02:51.134Z | Downloaded glob v0.3.2 |
929 | 2025-03-21T00:02:51.139Z | Downloaded zip v0.6.6 |
930 | 2025-03-21T00:02:51.142Z | Downloaded structmeta v0.3.0 |
931 | 2025-03-21T00:02:51.142Z | Downloaded schemars v0.8.22 |
932 | 2025-03-21T00:02:51.151Z | Downloaded path-slash v0.1.5 |
933 | 2025-03-21T00:02:51.154Z | Downloaded polyval v0.6.2 |
934 | 2025-03-21T00:02:51.154Z | Downloaded openssl-probe v0.1.5 |
935 | 2025-03-21T00:02:51.157Z | Downloaded openssl-macros v0.1.1 |
936 | 2025-03-21T00:02:51.157Z | Downloaded tungstenite v0.21.0 |
937 | 2025-03-21T00:02:51.160Z | Downloaded winnow v0.6.20 |
938 | 2025-03-21T00:02:51.168Z | Downloaded zerovec-derive v0.10.3 |
939 | 2025-03-21T00:02:51.171Z | Downloaded prettyplease v0.2.30 |
940 | 2025-03-21T00:02:51.174Z | Downloaded unarray v0.1.4 |
941 | 2025-03-21T00:02:51.177Z | Downloaded string_cache v0.8.7 |
942 | 2025-03-21T00:02:51.177Z | Downloaded quick-xml v0.37.2 |
943 | 2025-03-21T00:02:51.182Z | Downloaded zerofrom v0.1.4 |
944 | 2025-03-21T00:02:51.185Z | Downloaded tui-tree-widget v0.23.0 |
945 | 2025-03-21T00:02:51.185Z | Downloaded rcgen v0.12.1 |
946 | 2025-03-21T00:02:51.188Z | Downloaded secrecy v0.8.0 |
947 | 2025-03-21T00:02:51.188Z | Downloaded defmt-macros v0.3.9 |
948 | 2025-03-21T00:02:51.191Z | Downloaded pkg-config v0.3.31 |
949 | 2025-03-21T00:02:51.195Z | Downloaded parse-display-derive v0.10.0 |
950 | 2025-03-21T00:02:51.195Z | Downloaded socket2 v0.5.8 |
951 | 2025-03-21T00:02:51.198Z | Downloaded rustls-pemfile v2.2.0 |
952 | 2025-03-21T00:02:51.201Z | Downloaded signal-hook v0.3.17 |
953 | 2025-03-21T00:02:51.204Z | Downloaded zerocopy-derive v0.8.10 |
954 | 2025-03-21T00:02:51.207Z | Downloaded winnow v0.5.40 |
955 | 2025-03-21T00:02:51.217Z | Downloaded parse-display v0.10.0 |
956 | 2025-03-21T00:02:51.220Z | Downloaded icu_properties_data v1.5.0 |
957 | 2025-03-21T00:02:51.227Z | Downloaded filetime v0.2.25 |
958 | 2025-03-21T00:02:51.230Z | Downloaded ssh-encoding v0.2.0 |
959 | 2025-03-21T00:02:51.230Z | Downloaded rand_core v0.9.2 |
960 | 2025-03-21T00:02:51.233Z | Downloaded poly1305 v0.8.0 |
961 | 2025-03-21T00:02:51.236Z | Downloaded tokio-util v0.7.13 |
962 | 2025-03-21T00:02:51.240Z | Downloaded der_derive v0.7.3 |
963 | 2025-03-21T00:02:51.243Z | Downloaded xz2 v0.1.7 |
964 | 2025-03-21T00:02:51.246Z | Downloaded fatfs v0.3.6 |
965 | 2025-03-21T00:02:51.250Z | Downloaded env_logger v0.10.2 |
966 | 2025-03-21T00:02:51.250Z | Downloaded funty v2.0.0 |
967 | 2025-03-21T00:02:51.253Z | Downloaded tokio-tungstenite v0.21.0 |
968 | 2025-03-21T00:02:51.253Z | Downloaded tokio-stream v0.1.17 |
969 | 2025-03-21T00:02:51.257Z | Downloaded password-hash v0.4.2 |
970 | 2025-03-21T00:02:51.260Z | Downloaded defmt v0.3.8 |
971 | 2025-03-21T00:02:51.263Z | Downloaded rustls-pki-types v1.10.0 |
972 | 2025-03-21T00:02:51.266Z | Downloaded nom v7.1.3 |
973 | 2025-03-21T00:02:51.271Z | Downloaded password-hash v0.5.0 |
974 | 2025-03-21T00:02:51.274Z | Downloaded salty v0.3.0 |
975 | 2025-03-21T00:02:51.279Z | Downloaded twox-hash v2.1.0 |
976 | 2025-03-21T00:02:51.282Z | Downloaded yasna v0.5.2 |
977 | 2025-03-21T00:02:51.285Z | Downloaded tracing-attributes v0.1.27 |
978 | 2025-03-21T00:02:51.288Z | Downloaded ssh-cipher v0.2.0 |
979 | 2025-03-21T00:02:51.288Z | Downloaded lalrpop v0.19.12 |
980 | 2025-03-21T00:02:51.298Z | Downloaded serde_with_macros v3.12.0 |
981 | 2025-03-21T00:02:51.301Z | Downloaded publicsuffix v2.3.0 |
982 | 2025-03-21T00:02:51.304Z | Downloaded bindgen v0.69.5 |
983 | 2025-03-21T00:02:51.310Z | Downloaded pkcs5 v0.7.1 |
984 | 2025-03-21T00:02:51.313Z | Downloaded p521 v0.13.3 |
985 | 2025-03-21T00:02:51.317Z | Downloaded rayon v1.10.0 |
986 | 2025-03-21T00:02:51.326Z | Downloaded tracing-core v0.1.32 |
987 | 2025-03-21T00:02:51.330Z | Downloaded zerocopy v0.6.6 |
988 | 2025-03-21T00:02:51.333Z | Downloaded bindgen v0.71.1 |
989 | 2025-03-21T00:02:51.339Z | Downloaded rand v0.8.5 |
990 | 2025-03-21T00:02:51.342Z | Downloaded expectorate v1.1.0 |
991 | 2025-03-21T00:02:51.345Z | Downloaded omicron-zone-package v0.12.0 |
992 | 2025-03-21T00:02:51.348Z | Downloaded openssl-sys v0.9.106 |
993 | 2025-03-21T00:02:51.353Z | Downloaded tungstenite v0.24.0 |
994 | 2025-03-21T00:02:51.356Z | Downloaded parse-zoneinfo v0.3.1 |
995 | 2025-03-21T00:02:51.359Z | Downloaded parking_lot_core v0.9.10 |
996 | 2025-03-21T00:02:51.362Z | Downloaded der v0.7.9 |
997 | 2025-03-21T00:02:51.368Z | Downloaded unicode_categories v0.1.1 |
998 | 2025-03-21T00:02:51.368Z | Downloaded tracing v0.1.40 |
999 | 2025-03-21T00:02:51.372Z | Downloaded quinn-proto v0.11.8 |
1000 | 2025-03-21T00:02:51.379Z | Downloaded futures-util v0.3.31 |
1001 | 2025-03-21T00:02:51.390Z | Downloaded postgres-types v0.2.9 |
1002 | 2025-03-21T00:02:51.394Z | Downloaded unicode-segmentation v1.12.0 |
1003 | 2025-03-21T00:02:51.397Z | Downloaded chrono v0.4.40 |
1004 | 2025-03-21T00:02:51.404Z | Downloaded git2 v0.19.0 |
1005 | 2025-03-21T00:02:51.412Z | Downloaded yansi v1.0.1 |
1006 | 2025-03-21T00:02:51.415Z | Downloaded qorb v0.2.1 |
1007 | 2025-03-21T00:02:51.419Z | Downloaded steno v0.4.1 |
1008 | 2025-03-21T00:02:51.423Z | Downloaded tower v0.5.2 |
1009 | 2025-03-21T00:02:51.431Z | Downloaded mio v1.0.2 |
1010 | 2025-03-21T00:02:51.437Z | Downloaded reedline v0.38.0 |
1011 | 2025-03-21T00:02:51.444Z | Downloaded unicode-normalization v0.1.24 |
1012 | 2025-03-21T00:02:51.448Z | Downloaded portable-atomic v1.9.0 |
1013 | 2025-03-21T00:02:51.454Z | Downloaded h2 v0.4.6 |
1014 | 2025-03-21T00:02:51.461Z | Downloaded webpki-roots v0.26.6 |
1015 | 2025-03-21T00:02:51.465Z | Downloaded rustls-webpki v0.102.8 |
1016 | 2025-03-21T00:02:51.483Z | Downloaded time v0.3.36 |
1017 | 2025-03-21T00:02:51.490Z | Downloaded vcpkg v0.2.15 |
1018 | 2025-03-21T00:02:51.529Z | Downloaded sqlparser v0.45.0 |
1019 | 2025-03-21T00:02:51.534Z | Downloaded half v2.4.1 |
1020 | 2025-03-21T00:02:51.537Z | Downloaded diesel_derives v2.2.3 |
1021 | 2025-03-21T00:02:51.541Z | Downloaded zerovec v0.10.4 |
1022 | 2025-03-21T00:02:51.547Z | Downloaded petname v2.0.2 |
1023 | 2025-03-21T00:02:51.552Z | Downloaded dropshot v0.12.0 |
1024 | 2025-03-21T00:02:51.572Z | Downloaded russh v0.45.0 |
1025 | 2025-03-21T00:02:51.577Z | Downloaded regex-syntax v0.6.29 |
1026 | 2025-03-21T00:02:51.584Z | Downloaded ssh-key v0.6.6 |
1027 | 2025-03-21T00:02:51.591Z | Downloaded zerocopy v0.8.10 |
1028 | 2025-03-21T00:02:51.615Z | Downloaded hickory-proto v0.24.4 |
1029 | 2025-03-21T00:02:51.630Z | Downloaded serde_with v3.12.0 |
1030 | 2025-03-21T00:02:51.639Z | Downloaded reqwest v0.12.12 |
1031 | 2025-03-21T00:02:51.648Z | Downloaded unicode-width v0.2.0 |
1032 | 2025-03-21T00:02:51.654Z | Downloaded smoltcp v0.11.0 |
1033 | 2025-03-21T00:02:51.666Z | Downloaded object v0.30.4 |
1034 | 2025-03-21T00:02:51.675Z | Downloaded rustls v0.21.12 |
1035 | 2025-03-21T00:02:51.687Z | Downloaded tabled v0.18.0 |
1036 | 2025-03-21T00:02:51.704Z | Downloaded nix v0.28.0 |
1037 | 2025-03-21T00:02:51.716Z | Downloaded chrono-tz v0.10.1 |
1038 | 2025-03-21T00:02:51.723Z | Downloaded radix_trie v0.2.1 |
1039 | 2025-03-21T00:02:51.730Z | Downloaded object v0.36.5 |
1040 | 2025-03-21T00:02:51.740Z | Downloaded p384 v0.13.0 |
1041 | 2025-03-21T00:02:51.746Z | Downloaded regex-syntax v0.8.5 |
1042 | 2025-03-21T00:02:51.754Z | Downloaded curve25519-dalek v4.1.3 |
1043 | 2025-03-21T00:02:51.763Z | Downloaded typify-impl v0.2.0 |
1044 | 2025-03-21T00:02:51.778Z | Downloaded typify-impl v0.3.0 |
1045 | 2025-03-21T00:02:51.794Z | Downloaded polar-core v0.27.3 |
1046 | 2025-03-21T00:02:51.802Z | Downloaded rustls v0.22.4 |
1047 | 2025-03-21T00:02:51.815Z | Downloaded dropshot v0.16.0 |
1048 | 2025-03-21T00:02:51.836Z | Downloaded ratatui v0.29.0 |
1049 | 2025-03-21T00:02:51.856Z | Downloaded rustls v0.23.19 |
1050 | 2025-03-21T00:02:51.867Z | Downloaded diesel v2.2.8 |
1051 | 2025-03-21T00:02:51.886Z | Downloaded sled v0.34.7 |
1052 | 2025-03-21T00:02:51.896Z | Downloaded openssl v0.10.71 |
1053 | 2025-03-21T00:02:51.906Z | Downloaded gimli v0.31.1 |
1054 | 2025-03-21T00:02:51.914Z | Downloaded openapiv3 v2.0.0 |
1055 | 2025-03-21T00:02:51.925Z | Downloaded zerocopy-derive v0.6.6 |
1056 | 2025-03-21T00:02:51.935Z | Downloaded regex-automata v0.4.8 |
1057 | 2025-03-21T00:02:51.952Z | Downloaded lzma-sys v0.1.20 |
1058 | 2025-03-21T00:02:51.981Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1059 | 2025-03-21T00:02:51.992Z | Downloaded regress v0.10.3 |
1060 | 2025-03-21T00:02:52.001Z | Downloaded nix v0.29.0 |
1061 | 2025-03-21T00:02:52.012Z | Downloaded bstr v1.10.0 |
1062 | 2025-03-21T00:02:52.022Z | Downloaded smoltcp v0.9.1 |
1063 | 2025-03-21T00:02:52.032Z | Downloaded nix v0.27.1 |
1064 | 2025-03-21T00:02:52.042Z | Downloaded libz-sys v1.1.20 |
1065 | 2025-03-21T00:02:52.063Z | Downloaded petgraph v0.6.5 |
1066 | 2025-03-21T00:02:52.080Z | Downloaded regex v1.11.1 |
1067 | 2025-03-21T00:02:52.092Z | Downloaded rustls-webpki v0.101.7 |
1068 | 2025-03-21T00:02:52.106Z | Downloaded flate2 v1.1.0 |
1069 | 2025-03-21T00:02:52.111Z | Downloaded tungstenite v0.23.0 |
1070 | 2025-03-21T00:02:52.114Z | Downloaded pkcs1 v0.7.5 |
1071 | 2025-03-21T00:02:52.117Z | Downloaded petgraph v0.7.1 |
1072 | 2025-03-21T00:02:52.134Z | Downloaded tokio v1.43.0 |
1073 | 2025-03-21T00:02:52.172Z | Downloaded tokio-rustls v0.26.0 |
1074 | 2025-03-21T00:02:52.175Z | Downloaded bitvec v1.0.1 |
1075 | 2025-03-21T00:02:52.187Z | Downloaded csv v1.3.1 |
1076 | 2025-03-21T00:02:52.207Z | Downloaded flagset v0.4.6 |
1077 | 2025-03-21T00:02:52.210Z | Downloaded p256 v0.13.2 |
1078 | 2025-03-21T00:02:52.215Z | Downloaded proptest v1.6.0 |
1079 | 2025-03-21T00:02:52.220Z | Downloaded x509-cert v0.2.5 |
1080 | 2025-03-21T00:02:52.225Z | Downloaded sha3 v0.10.8 |
1081 | 2025-03-21T00:02:52.230Z | Downloaded rand_core v0.6.4 |
1082 | 2025-03-21T00:02:52.233Z | Downloaded samael v0.0.18 |
1083 | 2025-03-21T00:02:52.238Z | Downloaded powerfmt v0.2.0 |
1084 | 2025-03-21T00:02:52.241Z | Downloaded fragile v2.0.0 |
1085 | 2025-03-21T00:02:52.241Z | Downloaded native-tls v0.2.12 |
1086 | 2025-03-21T00:02:52.244Z | Downloaded fs_extra v1.3.0 |
1087 | 2025-03-21T00:02:52.244Z | Downloaded dirs-next v2.0.0 |
1088 | 2025-03-21T00:02:52.244Z | Downloaded getrandom v0.3.1 |
1089 | 2025-03-21T00:02:52.250Z | Downloaded signal-hook-tokio v0.3.1 |
1090 | 2025-03-21T00:02:52.250Z | Downloaded derive-where v1.2.7 |
1091 | 2025-03-21T00:02:52.253Z | Downloaded globset v0.4.15 |
1092 | 2025-03-21T00:02:52.253Z | Downloaded new_debug_unreachable v1.0.6 |
1093 | 2025-03-21T00:02:52.257Z | Downloaded document-features v0.2.10 |
1094 | 2025-03-21T00:02:52.257Z | Downloaded static_assertions v1.1.0 |
1095 | 2025-03-21T00:02:52.257Z | Downloaded stable_deref_trait v1.2.0 |
1096 | 2025-03-21T00:02:52.260Z | Downloaded same-file v1.0.6 |
1097 | 2025-03-21T00:02:52.260Z | Downloaded daft-derive v0.1.2 |
1098 | 2025-03-21T00:02:52.264Z | Downloaded russh-keys v0.45.0 |
1099 | 2025-03-21T00:02:52.268Z | Downloaded proc-macro-crate v1.3.1 |
1100 | 2025-03-21T00:02:52.268Z | Downloaded primeorder v0.13.6 |
1101 | 2025-03-21T00:02:52.268Z | Downloaded dropshot_endpoint v0.16.0 |
1102 | 2025-03-21T00:02:52.272Z | Downloaded ed25519-dalek v2.1.1 |
1103 | 2025-03-21T00:02:52.275Z | Downloaded libm v0.2.8 |
1104 | 2025-03-21T00:02:52.279Z | Downloaded smf v0.2.3 |
1105 | 2025-03-21T00:02:52.283Z | Downloaded diff v0.1.13 |
1106 | 2025-03-21T00:02:52.286Z | Downloaded vte v0.11.1 |
1107 | 2025-03-21T00:02:52.286Z | Downloaded phf_codegen v0.11.2 |
1108 | 2025-03-21T00:02:52.286Z | Downloaded ring v0.17.11 |
1109 | 2025-03-21T00:02:52.327Z | Downloaded toml v0.7.8 |
1110 | 2025-03-21T00:02:52.331Z | Downloaded rayon-core v1.12.1 |
1111 | 2025-03-21T00:02:52.334Z | Downloaded thiserror-impl-no-std v2.0.2 |
1112 | 2025-03-21T00:02:52.338Z | Downloaded shlex v1.3.0 |
1113 | 2025-03-21T00:02:52.338Z | Downloaded encoding_rs v0.8.34 |
1114 | 2025-03-21T00:02:52.357Z | Downloaded termtree v0.5.1 |
1115 | 2025-03-21T00:02:52.360Z | Downloaded value-bag v1.9.0 |
1116 | 2025-03-21T00:02:52.364Z | Downloaded quinn-udp v0.5.5 |
1117 | 2025-03-21T00:02:52.364Z | Downloaded vsss-rs v3.3.4 |
1118 | 2025-03-21T00:02:52.369Z | Downloaded tokio-tungstenite v0.23.1 |
1119 | 2025-03-21T00:02:52.369Z | Downloaded elliptic-curve v0.13.8 |
1120 | 2025-03-21T00:02:52.372Z | Downloaded toml_edit v0.19.15 |
1121 | 2025-03-21T00:02:52.385Z | Downloaded idna v1.0.3 |
1122 | 2025-03-21T00:02:52.389Z | Downloaded progenitor-impl v0.8.0 |
1123 | 2025-03-21T00:02:52.392Z | Downloaded utf8_iter v1.0.4 |
1124 | 2025-03-21T00:02:52.392Z | Downloaded utf16_iter v1.0.5 |
1125 | 2025-03-21T00:02:52.395Z | Downloaded peg-macros v0.8.5 |
1126 | 2025-03-21T00:02:52.395Z | Downloaded cc v1.2.15 |
1127 | 2025-03-21T00:02:52.399Z | Downloaded slog-async v2.8.0 |
1128 | 2025-03-21T00:02:52.402Z | Downloaded simd-adler32 v0.3.7 |
1129 | 2025-03-21T00:02:52.402Z | Downloaded ecdsa v0.16.9 |
1130 | 2025-03-21T00:02:52.405Z | Downloaded pin-project v1.1.6 |
1131 | 2025-03-21T00:02:52.412Z | Downloaded parking_lot v0.12.3 |
1132 | 2025-03-21T00:02:52.415Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1133 | 2025-03-21T00:02:52.471Z | Downloaded flume v0.11.1 |
1134 | 2025-03-21T00:02:52.474Z | Downloaded unsafe-libyaml v0.2.11 |
1135 | 2025-03-21T00:02:52.478Z | Downloaded heapless v0.8.0 |
1136 | 2025-03-21T00:02:52.481Z | Downloaded rustc-hash v2.1.1 |
1137 | 2025-03-21T00:02:52.484Z | Downloaded num_enum v0.5.11 |
1138 | 2025-03-21T00:02:52.488Z | Downloaded writeable v0.5.5 |
1139 | 2025-03-21T00:02:52.491Z | Downloaded typify v0.2.0 |
1140 | 2025-03-21T00:02:52.491Z | Downloaded tokio-native-tls v0.3.1 |
1141 | 2025-03-21T00:02:52.494Z | Downloaded parking_lot_core v0.8.6 |
1142 | 2025-03-21T00:02:52.494Z | Downloaded const_format v0.2.34 |
1143 | 2025-03-21T00:02:52.498Z | Downloaded sct v0.7.1 |
1144 | 2025-03-21T00:02:52.501Z | Downloaded nodrop v0.1.14 |
1145 | 2025-03-21T00:02:52.504Z | Downloaded either v1.14.0 |
1146 | 2025-03-21T00:02:52.504Z | Downloaded derive_more v0.99.19 |
1147 | 2025-03-21T00:02:52.508Z | Downloaded arc-swap v1.7.1 |
1148 | 2025-03-21T00:02:52.511Z | Downloaded base64 v0.22.1 |
1149 | 2025-03-21T00:02:52.514Z | Downloaded typify-macro v0.2.0 |
1150 | 2025-03-21T00:02:52.518Z | Downloaded owo-colors v4.2.0 |
1151 | 2025-03-21T00:02:52.521Z | Downloaded chacha20poly1305 v0.10.1 |
1152 | 2025-03-21T00:02:52.521Z | Downloaded icu_collections v1.5.0 |
1153 | 2025-03-21T00:02:52.525Z | Downloaded signal-hook-mio v0.2.4 |
1154 | 2025-03-21T00:02:52.528Z | Downloaded rpassword v7.3.1 |
1155 | 2025-03-21T00:02:52.528Z | Downloaded num v0.4.3 |
1156 | 2025-03-21T00:02:52.528Z | Downloaded multimap v0.10.0 |
1157 | 2025-03-21T00:02:52.532Z | Downloaded derive_builder_core v0.20.2 |
1158 | 2025-03-21T00:02:52.532Z | Downloaded derive_builder v0.20.2 |
1159 | 2025-03-21T00:02:52.535Z | Downloaded time-macros v0.2.18 |
1160 | 2025-03-21T00:02:52.538Z | Downloaded compact_str v0.8.0 |
1161 | 2025-03-21T00:02:52.541Z | Downloaded hickory-resolver v0.24.4 |
1162 | 2025-03-21T00:02:52.544Z | Downloaded futures-core v0.3.31 |
1163 | 2025-03-21T00:02:52.547Z | Downloaded float-ord v0.3.2 |
1164 | 2025-03-21T00:02:52.547Z | Downloaded float-cmp v0.10.0 |
1165 | 2025-03-21T00:02:52.547Z | Downloaded ff v0.13.0 |
1166 | 2025-03-21T00:02:52.550Z | Downloaded cancel-safe-futures v0.1.5 |
1167 | 2025-03-21T00:02:52.553Z | Downloaded indicatif v0.17.11 |
1168 | 2025-03-21T00:02:52.556Z | Downloaded cexpr v0.6.0 |
1169 | 2025-03-21T00:02:52.557Z | Downloaded rusty-fork v0.3.0 |
1170 | 2025-03-21T00:02:52.560Z | Downloaded rustversion v1.0.17 |
1171 | 2025-03-21T00:02:52.560Z | Downloaded rustc_version v0.4.1 |
1172 | 2025-03-21T00:02:52.563Z | Downloaded rand_chacha v0.9.0 |
1173 | 2025-03-21T00:02:52.563Z | Downloaded crc v3.2.1 |
1174 | 2025-03-21T00:02:52.567Z | Downloaded const_format_proc_macros v0.2.34 |
1175 | 2025-03-21T00:02:52.567Z | Downloaded cargo_metadata v0.18.1 |
1176 | 2025-03-21T00:02:52.570Z | Downloaded cookie_store v0.21.1 |
1177 | 2025-03-21T00:02:52.570Z | Downloaded ciborium v0.2.2 |
1178 | 2025-03-21T00:02:52.573Z | Downloaded slog-json v2.6.1 |
1179 | 2025-03-21T00:02:52.574Z | Downloaded slog-envlogger v2.2.0 |
1180 | 2025-03-21T00:02:52.577Z | Downloaded siphasher v0.3.11 |
1181 | 2025-03-21T00:02:52.577Z | Downloaded indoc v1.0.9 |
1182 | 2025-03-21T00:02:52.580Z | Downloaded buf-list v1.0.3 |
1183 | 2025-03-21T00:02:52.580Z | Downloaded bitfield-struct v0.6.2 |
1184 | 2025-03-21T00:02:52.583Z | Downloaded constant_time_eq v0.3.1 |
1185 | 2025-03-21T00:02:52.583Z | Downloaded crunchy v0.2.2 |
1186 | 2025-03-21T00:02:52.583Z | Downloaded crucible-workspace-hack v0.1.0 |
1187 | 2025-03-21T00:02:52.583Z | Downloaded cfg_aliases v0.1.1 |
1188 | 2025-03-21T00:02:52.583Z | Downloaded lru-cache v0.1.2 |
1189 | 2025-03-21T00:02:52.586Z | Downloaded is-terminal v0.4.13 |
1190 | 2025-03-21T00:02:52.586Z | Downloaded idna_adapter v1.2.0 |
1191 | 2025-03-21T00:02:52.586Z | Downloaded lalrpop-util v0.19.12 |
1192 | 2025-03-21T00:02:52.586Z | Downloaded internet-checksum v0.2.1 |
1193 | 2025-03-21T00:02:52.589Z | Downloaded impl-trait-for-tuples v0.2.2 |
1194 | 2025-03-21T00:02:52.589Z | Downloaded libefi-sys v0.1.0 |
1195 | 2025-03-21T00:02:52.593Z | Downloaded hyper-tls v0.6.0 |
1196 | 2025-03-21T00:02:52.593Z | Downloaded addr2line v0.24.2 |
1197 | 2025-03-21T00:02:52.596Z | Downloaded heck v0.3.3 |
1198 | 2025-03-21T00:02:52.596Z | Downloaded backoff v0.4.0 |
1199 | 2025-03-21T00:02:52.596Z | Downloaded arrayvec v0.7.6 |
1200 | 2025-03-21T00:02:52.599Z | Downloaded argon2 v0.5.3 |
1201 | 2025-03-21T00:02:52.599Z | Downloaded async-recursion v1.1.1 |
1202 | 2025-03-21T00:02:52.976Z | Downloaded aws-lc-sys v0.26.0 |
1203 | 2025-03-21T00:02:53.285Z | Compiling serde v1.0.218 |
1204 | 2025-03-21T00:02:53.288Z | Compiling value-bag v1.9.0 |
1205 | 2025-03-21T00:02:53.288Z | Compiling lock_api v0.4.12 |
1206 | 2025-03-21T00:02:53.288Z | Compiling scopeguard v1.2.0 |
1207 | 2025-03-21T00:02:53.437Z | Compiling typenum v1.17.0 |
1208 | 2025-03-21T00:02:53.440Z | Compiling generic-array v0.14.7 |
1209 | 2025-03-21T00:02:53.510Z | Compiling syn v2.0.98 |
1210 | 2025-03-21T00:02:53.511Z | Compiling getrandom v0.2.15 |
1211 | 2025-03-21T00:02:53.598Z | Compiling shlex v1.3.0 |
1212 | 2025-03-21T00:02:53.872Z | Compiling rand_core v0.6.4 |
1213 | 2025-03-21T00:02:53.958Z | Compiling log v0.4.22 |
1214 | 2025-03-21T00:02:54.014Z | Compiling jobserver v0.1.32 |
1215 | 2025-03-21T00:02:54.033Z | Compiling subtle v2.6.1 |
1216 | 2025-03-21T00:02:54.065Z | Compiling smallvec v1.14.0 |
1217 | 2025-03-21T00:02:54.392Z | Compiling cc v1.2.15 |
1218 | 2025-03-21T00:02:54.412Z | Compiling const-oid v0.9.6 |
1219 | 2025-03-21T00:02:54.444Z | Compiling pin-project-lite v0.2.14 |
1220 | 2025-03-21T00:02:54.463Z | Compiling parking_lot_core v0.9.10 |
1221 | 2025-03-21T00:02:54.585Z | Compiling rustix v0.38.37 |
1222 | 2025-03-21T00:02:54.744Z | Compiling signal-hook-registry v1.4.2 |
1223 | 2025-03-21T00:02:54.787Z | Compiling futures-core v0.3.31 |
1224 | 2025-03-21T00:02:55.043Z | Compiling mio v1.0.2 |
1225 | 2025-03-21T00:02:55.475Z | Compiling parking_lot v0.12.3 |
1226 | 2025-03-21T00:02:55.495Z | Compiling spin v0.9.8 |
1227 | 2025-03-21T00:02:55.517Z | Compiling socket2 v0.5.8 |
1228 | 2025-03-21T00:02:55.869Z | Compiling aho-corasick v1.1.3 |
1229 | 2025-03-21T00:02:55.888Z | Compiling stable_deref_trait v1.2.0 |
1230 | 2025-03-21T00:02:56.016Z | Compiling regex-syntax v0.8.5 |
1231 | 2025-03-21T00:02:56.162Z | Compiling either v1.14.0 |
1232 | 2025-03-21T00:02:56.276Z | Compiling futures-sink v0.3.31 |
1233 | 2025-03-21T00:02:56.487Z | Compiling cpufeatures v0.2.14 |
1234 | 2025-03-21T00:02:56.492Z | Compiling slab v0.4.9 |
1235 | 2025-03-21T00:02:56.496Z | Compiling glob v0.3.2 |
1236 | 2025-03-21T00:02:56.541Z | Compiling prettyplease v0.2.30 |
1237 | 2025-03-21T00:02:56.577Z | Compiling serde_json v1.0.139 |
1238 | 2025-03-21T00:02:56.907Z | Compiling lazy_static v1.5.0 |
1239 | 2025-03-21T00:02:56.968Z | Compiling minimal-lexical v0.2.1 |
1240 | 2025-03-21T00:02:57.029Z | Compiling futures-channel v0.3.31 |
1241 | 2025-03-21T00:02:57.217Z | Compiling libloading v0.8.5 |
1242 | 2025-03-21T00:02:57.292Z | Compiling clang-sys v1.8.1 |
1243 | 2025-03-21T00:02:57.415Z | Compiling nom v7.1.3 |
1244 | 2025-03-21T00:02:57.451Z | Compiling home v0.5.9 |
1245 | 2025-03-21T00:02:57.605Z | Compiling libm v0.2.8 |
1246 | 2025-03-21T00:02:57.670Z | Compiling pin-utils v0.1.0 |
1247 | 2025-03-21T00:02:57.778Z | Compiling futures-io v0.3.31 |
1248 | 2025-03-21T00:02:57.992Z | Compiling allocator-api2 v0.2.18 |
1249 | 2025-03-21T00:02:58.042Z | Compiling futures-task v0.3.31 |
1250 | 2025-03-21T00:02:58.113Z | Compiling bindgen v0.69.5 |
1251 | 2025-03-21T00:02:58.350Z | Compiling foldhash v0.1.3 |
1252 | 2025-03-21T00:02:58.665Z | Compiling hashbrown v0.15.1 |
1253 | 2025-03-21T00:02:58.810Z | Compiling itertools v0.12.1 |
1254 | 2025-03-21T00:02:58.981Z | Compiling num-traits v0.2.19 |
1255 | 2025-03-21T00:02:59.304Z | Compiling rustc-hash v1.1.0 |
1256 | 2025-03-21T00:02:59.467Z | Compiling lazycell v1.3.0 |
1257 | 2025-03-21T00:02:59.645Z | Compiling regex-automata v0.4.8 |
1258 | 2025-03-21T00:02:59.847Z | Compiling pkg-config v0.3.31 |
1259 | 2025-03-21T00:03:00.528Z | Compiling cexpr v0.6.0 |
1260 | 2025-03-21T00:03:01.064Z | Compiling synstructure v0.13.1 |
1261 | 2025-03-21T00:03:01.907Z | Compiling cmake v0.1.51 |
1262 | 2025-03-21T00:03:01.944Z | Compiling fs_extra v1.3.0 |
1263 | 2025-03-21T00:03:02.082Z | Compiling getrandom v0.3.1 |
1264 | 2025-03-21T00:03:02.428Z | Compiling dunce v1.0.5 |
1265 | 2025-03-21T00:03:02.571Z | Compiling litemap v0.7.3 |
1266 | 2025-03-21T00:03:02.720Z | Compiling writeable v0.5.5 |
1267 | 2025-03-21T00:03:02.988Z | Compiling ring v0.17.11 |
1268 | 2025-03-21T00:03:03.275Z | Compiling paste v1.0.15 |
1269 | 2025-03-21T00:03:03.292Z | Compiling base64ct v1.6.0 |
1270 | 2025-03-21T00:03:03.876Z | Compiling pem-rfc7468 v0.7.0 |
1271 | 2025-03-21T00:03:03.900Z | Compiling aws-lc-rs v1.12.4 |
1272 | 2025-03-21T00:03:04.172Z | Compiling flagset v0.4.6 |
1273 | 2025-03-21T00:03:04.291Z | Compiling icu_locid_transform_data v1.5.0 |
1274 | 2025-03-21T00:03:04.378Z | Compiling regex v1.11.1 |
1275 | 2025-03-21T00:03:04.405Z | Compiling httparse v1.9.5 |
1276 | 2025-03-21T00:03:04.462Z | Compiling tracing-core v0.1.32 |
1277 | 2025-03-21T00:03:05.130Z | Compiling rustls-pki-types v1.10.0 |
1278 | 2025-03-21T00:03:05.277Z | Compiling crossbeam-utils v0.8.20 |
1279 | 2025-03-21T00:03:05.412Z | Compiling percent-encoding v2.3.1 |
1280 | 2025-03-21T00:03:05.634Z | Compiling icu_properties_data v1.5.0 |
1281 | 2025-03-21T00:03:05.738Z | Compiling serde_derive v1.0.218 |
1282 | 2025-03-21T00:03:05.778Z | Compiling zeroize_derive v1.4.2 |
1283 | 2025-03-21T00:03:05.878Z | Compiling zerocopy-derive v0.7.35 |
1284 | 2025-03-21T00:03:06.057Z | Compiling tokio-macros v2.5.0 |
1285 | 2025-03-21T00:03:06.319Z | Compiling zerofrom-derive v0.1.4 |
1286 | 2025-03-21T00:03:07.195Z | Compiling zeroize v1.8.1 |
1287 | 2025-03-21T00:03:07.523Z | Compiling yoke-derive v0.7.4 |
1288 | 2025-03-21T00:03:07.721Z | Compiling zerocopy v0.7.35 |
1289 | 2025-03-21T00:03:08.342Z | Compiling thiserror-impl v1.0.69 |
1290 | 2025-03-21T00:03:08.726Z | Compiling crypto-common v0.1.6 |
1291 | 2025-03-21T00:03:08.822Z | Compiling block-buffer v0.10.4 |
1292 | 2025-03-21T00:03:08.969Z | Compiling zerovec-derive v0.10.3 |
1293 | 2025-03-21T00:03:09.065Z | Compiling digest v0.10.7 |
1294 | 2025-03-21T00:03:09.126Z | Compiling futures-macro v0.3.31 |
1295 | 2025-03-21T00:03:09.507Z | Compiling displaydoc v0.2.5 |
1296 | 2025-03-21T00:03:09.538Z | Compiling hmac v0.12.1 |
1297 | 2025-03-21T00:03:09.744Z | Compiling zerofrom v0.1.4 |
1298 | 2025-03-21T00:03:09.780Z | Compiling block-padding v0.3.3 |
1299 | 2025-03-21T00:03:09.965Z | Compiling ppv-lite86 v0.2.20 |
1300 | 2025-03-21T00:03:10.047Z | Compiling inout v0.1.3 |
1301 | 2025-03-21T00:03:10.162Z | Compiling yoke v0.7.4 |
1302 | 2025-03-21T00:03:10.325Z | Compiling cipher v0.4.4 |
1303 | 2025-03-21T00:03:10.521Z | Compiling sha2 v0.10.8 |
1304 | 2025-03-21T00:03:10.746Z | Compiling icu_provider_macros v1.5.0 |
1305 | 2025-03-21T00:03:10.830Z | Compiling futures-util v0.3.31 |
1306 | 2025-03-21T00:03:10.851Z | Compiling der_derive v0.7.3 |
1307 | 2025-03-21T00:03:11.047Z | Compiling tracing-attributes v0.1.27 |
1308 | 2025-03-21T00:03:11.127Z | Compiling thiserror v1.0.69 |
1309 | 2025-03-21T00:03:11.288Z | Compiling pest v2.7.14 |
1310 | 2025-03-21T00:03:11.409Z | Compiling zerovec v0.10.4 |
1311 | 2025-03-21T00:03:11.800Z | Compiling salsa20 v0.10.2 |
1312 | 2025-03-21T00:03:12.034Z | Compiling pbkdf2 v0.12.2 |
1313 | 2025-03-21T00:03:12.249Z | Compiling utf8_iter v1.0.4 |
1314 | 2025-03-21T00:03:12.520Z | Compiling untrusted v0.7.1 |
1315 | 2025-03-21T00:03:12.724Z | Compiling untrusted v0.9.0 |
1316 | 2025-03-21T00:03:12.979Z | Compiling time-core v0.1.2 |
1317 | 2025-03-21T00:03:13.066Z | Compiling tinystr v0.7.6 |
1318 | 2025-03-21T00:03:13.166Z | Compiling der v0.7.9 |
1319 | 2025-03-21T00:03:13.367Z | Compiling icu_collections v1.5.0 |
1320 | 2025-03-21T00:03:13.486Z | Compiling icu_locid v1.5.0 |
1321 | 2025-03-21T00:03:14.134Z | Compiling vcpkg v0.2.15 |
1322 | 2025-03-21T00:03:14.189Z | Compiling tracing v0.1.40 |
1323 | 2025-03-21T00:03:14.328Z | Compiling write16 v1.0.0 |
1324 | 2025-03-21T00:03:14.479Z | Compiling powerfmt v0.2.0 |
1325 | 2025-03-21T00:03:14.570Z | Compiling icu_provider v1.5.0 |
1326 | 2025-03-21T00:03:14.701Z | Compiling icu_normalizer_data v1.5.0 |
1327 | 2025-03-21T00:03:14.824Z | Compiling num-conv v0.1.0 |
1328 | 2025-03-21T00:03:14.867Z | Compiling utf16_iter v1.0.5 |
1329 | 2025-03-21T00:03:15.093Z | Compiling deranged v0.3.11 |
1330 | 2025-03-21T00:03:15.126Z | Compiling spki v0.7.3 |
1331 | 2025-03-21T00:03:15.419Z | Compiling icu_locid_transform v1.5.0 |
1332 | 2025-03-21T00:03:15.500Z | Compiling time-macros v0.2.18 |
1333 | 2025-03-21T00:03:15.521Z | Compiling pest_meta v2.7.14 |
1334 | 2025-03-21T00:03:15.846Z | Compiling openssl-sys v0.9.106 |
1335 | 2025-03-21T00:03:16.432Z | Compiling scrypt v0.11.0 |
1336 | 2025-03-21T00:03:16.906Z | Compiling icu_properties v1.5.1 |
1337 | 2025-03-21T00:03:16.933Z | Compiling aes v0.8.4 |
1338 | 2025-03-21T00:03:17.238Z | Compiling cbc v0.1.2 |
1339 | 2025-03-21T00:03:17.500Z | Compiling scroll_derive v0.12.0 |
1340 | 2025-03-21T00:03:17.661Z | Compiling num_threads v0.1.7 |
1341 | 2025-03-21T00:03:17.812Z | Compiling tinyvec_macros v0.1.1 |
1342 | 2025-03-21T00:03:17.948Z | Compiling atomic-waker v1.1.2 |
1343 | 2025-03-21T00:03:18.144Z | Compiling tinyvec v1.8.0 |
1344 | 2025-03-21T00:03:18.434Z | Compiling bytes v1.10.1 |
1345 | 2025-03-21T00:03:18.500Z | Compiling bitflags v2.6.0 |
1346 | 2025-03-21T00:03:19.619Z | Compiling tokio v1.43.0 |
1347 | 2025-03-21T00:03:19.638Z | Compiling indexmap v2.7.1 |
1348 | 2025-03-21T00:03:19.706Z | Compiling semver v1.0.25 |
1349 | 2025-03-21T00:03:19.863Z | Compiling http v1.2.0 |
1350 | 2025-03-21T00:03:20.242Z | Compiling rustc_version v0.4.1 |
1351 | 2025-03-21T00:03:20.390Z | Compiling scroll v0.12.0 |
1352 | 2025-03-21T00:03:20.909Z | Compiling icu_normalizer v1.5.0 |
1353 | 2025-03-21T00:03:20.912Z | Compiling time v0.3.36 |
1354 | 2025-03-21T00:03:20.998Z | Compiling uuid v1.15.1 |
1355 | 2025-03-21T00:03:21.548Z | Compiling http-body v1.0.1 |
1356 | 2025-03-21T00:03:21.689Z | Compiling pkcs5 v0.7.1 |
1357 | 2025-03-21T00:03:21.894Z | Compiling idna_adapter v1.2.0 |
1358 | 2025-03-21T00:03:21.990Z | Compiling pest_generator v2.7.14 |
1359 | 2025-03-21T00:03:22.127Z | Compiling rand_chacha v0.3.1 |
1360 | 2025-03-21T00:03:22.521Z | Compiling which v4.4.2 |
1361 | 2025-03-21T00:03:22.692Z | Compiling form_urlencoded v1.2.1 |
1362 | 2025-03-21T00:03:22.713Z | Compiling slog v2.7.0 |
1363 | 2025-03-21T00:03:23.106Z | Compiling iana-time-zone v0.1.61 |
1364 | 2025-03-21T00:03:23.275Z | Compiling zerocopy v0.8.10 |
1365 | 2025-03-21T00:03:23.474Z | Compiling try-lock v0.2.5 |
1366 | 2025-03-21T00:03:23.540Z | Compiling goblin v0.8.2 |
1367 | 2025-03-21T00:03:23.646Z | Compiling want v0.3.1 |
1368 | 2025-03-21T00:03:23.785Z | Compiling pest_derive v2.7.14 |
1369 | 2025-03-21T00:03:23.935Z | Compiling chrono v0.4.40 |
1370 | 2025-03-21T00:03:24.211Z | Compiling rand v0.8.5 |
1371 | 2025-03-21T00:03:24.428Z | Compiling pkcs8 v0.10.2 |
1372 | 2025-03-21T00:03:24.571Z | Compiling idna v1.0.3 |
1373 | 2025-03-21T00:03:25.073Z | Compiling zerocopy-derive v0.8.10 |
1374 | 2025-03-21T00:03:25.434Z | Compiling adler2 v2.0.0 |
1375 | 2025-03-21T00:03:25.659Z | Compiling httpdate v1.0.3 |
1376 | 2025-03-21T00:03:26.106Z | Compiling tower-service v0.3.3 |
1377 | 2025-03-21T00:03:26.109Z | Compiling miniz_oxide v0.8.5 |
1378 | 2025-03-21T00:03:26.253Z | Compiling dtrace-parser v0.2.0 |
1379 | 2025-03-21T00:03:26.967Z | Compiling serde_spanned v0.6.8 |
1380 | 2025-03-21T00:03:27.188Z | Compiling serde_tokenstream v0.2.2 |
1381 | 2025-03-21T00:03:27.207Z | Compiling toml_datetime v0.6.8 |
1382 | 2025-03-21T00:03:27.588Z | Compiling tokio-util v0.7.13 |
1383 | 2025-03-21T00:03:27.668Z | Compiling serde_derive_internals v0.29.1 |
1384 | 2025-03-21T00:03:27.707Z | Compiling match_cfg v0.1.0 |
1385 | 2025-03-21T00:03:27.813Z | Compiling rustversion v1.0.17 |
1386 | 2025-03-21T00:03:28.043Z | Compiling openssl v0.10.71 |
1387 | 2025-03-21T00:03:28.485Z | Compiling base64 v0.22.1 |
1388 | 2025-03-21T00:03:28.526Z | Compiling h2 v0.4.6 |
1389 | 2025-03-21T00:03:28.847Z | Compiling foreign-types-shared v0.1.1 |
1390 | 2025-03-21T00:03:28.984Z | Compiling schemars v0.8.22 |
1391 | 2025-03-21T00:03:29.182Z | Compiling dof v0.3.0 |
1392 | 2025-03-21T00:03:29.360Z | Compiling foreign-types v0.3.2 |
1393 | 2025-03-21T00:03:29.572Z | Compiling hostname v0.3.1 |
1394 | 2025-03-21T00:03:29.794Z | Compiling url v2.5.3 |
1395 | 2025-03-21T00:03:29.911Z | Compiling schemars_derive v0.8.22 |
1396 | 2025-03-21T00:03:30.770Z | Compiling rand_core v0.9.2 |
1397 | 2025-03-21T00:03:30.941Z | Compiling usdt-impl v0.5.0 |
1398 | 2025-03-21T00:03:31.533Z | Compiling async-trait v0.1.87 |
1399 | 2025-03-21T00:03:32.270Z | Compiling openssl-macros v0.1.1 |
1400 | 2025-03-21T00:03:32.434Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1401 | 2025-03-21T00:03:32.457Z | Compiling dirs-sys-next v0.1.2 |
1402 | 2025-03-21T00:03:32.498Z | Compiling siphasher v0.3.11 |
1403 | 2025-03-21T00:03:32.836Z | Compiling data-encoding v2.6.0 |
1404 | 2025-03-21T00:03:32.855Z | Compiling rustls v0.23.19 |
1405 | 2025-03-21T00:03:32.975Z | Compiling syn v1.0.109 |
1406 | 2025-03-21T00:03:33.008Z | Compiling dyn-clone v1.0.19 |
1407 | 2025-03-21T00:03:33.055Z | Compiling rustls v0.22.4 |
1408 | 2025-03-21T00:03:33.210Z | Compiling native-tls v0.2.12 |
1409 | 2025-03-21T00:03:33.619Z | Compiling dirs-next v2.0.0 |
1410 | 2025-03-21T00:03:33.847Z | Compiling rand_chacha v0.9.0 |
1411 | 2025-03-21T00:03:34.727Z | Compiling http-body-util v0.1.2 |
1412 | 2025-03-21T00:03:35.040Z | Compiling heapless v0.7.17 |
1413 | 2025-03-21T00:03:35.090Z | Compiling unicode-normalization v0.1.24 |
1414 | 2025-03-21T00:03:35.127Z | Compiling crossbeam-epoch v0.9.18 |
1415 | 2025-03-21T00:03:35.466Z | Compiling hyper v1.6.0 |
1416 | 2025-03-21T00:03:35.799Z | Compiling signature v2.2.0 |
1417 | 2025-03-21T00:03:35.823Z | Compiling sha1 v0.10.6 |
1418 | 2025-03-21T00:03:36.105Z | Compiling thread_local v1.1.8 |
1419 | 2025-03-21T00:03:36.169Z | Compiling encoding_rs v0.8.34 |
1420 | 2025-03-21T00:03:36.233Z | Compiling crc32fast v1.4.2 |
1421 | 2025-03-21T00:03:36.320Z | Compiling multer v3.1.0 |
1422 | 2025-03-21T00:03:36.546Z | Compiling cookie v0.18.1 |
1423 | 2025-03-21T00:03:36.583Z | Compiling signal-hook v0.3.17 |
1424 | 2025-03-21T00:03:36.639Z | Compiling ipnet v2.11.0 |
1425 | 2025-03-21T00:03:36.866Z | Compiling rayon-core v1.12.1 |
1426 | 2025-03-21T00:03:36.886Z | Compiling unicode-bidi v0.3.17 |
1427 | 2025-03-21T00:03:37.169Z | Compiling mime v0.3.17 |
1428 | 2025-03-21T00:03:37.677Z | Compiling openssl-probe v0.1.5 |
1429 | 2025-03-21T00:03:37.697Z | Compiling gimli v0.31.1 |
1430 | 2025-03-21T00:03:38.024Z | Compiling hyper-util v0.1.10 |
1431 | 2025-03-21T00:03:38.116Z | Compiling unicode-properties v0.1.3 |
1432 | 2025-03-21T00:03:38.297Z | Compiling slog-async v2.8.0 |
1433 | 2025-03-21T00:03:38.504Z | Compiling stringprep v0.1.5 |
1434 | 2025-03-21T00:03:39.084Z | Compiling toml_edit v0.22.24 |
1435 | 2025-03-21T00:03:39.549Z | Compiling crossbeam-deque v0.8.5 |
1436 | 2025-03-21T00:03:39.840Z | Compiling rand v0.9.0 |
1437 | 2025-03-21T00:03:39.915Z | Compiling term v0.7.0 |
1438 | 2025-03-21T00:03:40.971Z | Compiling usdt-attr-macro v0.5.0 |
1439 | 2025-03-21T00:03:41.060Z | Compiling usdt-macro v0.5.0 |
1440 | 2025-03-21T00:03:41.184Z | Compiling slog-json v2.6.1 |
1441 | 2025-03-21T00:03:41.532Z | Compiling serde_urlencoded v0.7.1 |
1442 | 2025-03-21T00:03:41.554Z | Compiling curve25519-dalek v4.1.3 |
1443 | 2025-03-21T00:03:42.022Z | Compiling addr2line v0.24.2 |
1444 | 2025-03-21T00:03:42.300Z | Compiling crossbeam-channel v0.5.13 |
1445 | 2025-03-21T00:03:42.406Z | Compiling futures-executor v0.3.31 |
1446 | 2025-03-21T00:03:42.496Z | Compiling enum-as-inner v0.6.1 |
1447 | 2025-03-21T00:03:42.519Z | Compiling md-5 v0.10.6 |
1448 | 2025-03-21T00:03:42.711Z | Compiling async-stream-impl v0.3.6 |
1449 | 2025-03-21T00:03:42.793Z | Compiling rustls-pemfile v2.2.0 |
1450 | 2025-03-21T00:03:42.899Z | Compiling num-integer v0.1.46 |
1451 | 2025-03-21T00:03:43.148Z | Compiling hash32 v0.2.1 |
1452 | 2025-03-21T00:03:43.293Z | Compiling ff v0.13.0 |
1453 | 2025-03-21T00:03:43.599Z | Compiling is-terminal v0.4.13 |
1454 | 2025-03-21T00:03:43.605Z | Compiling dropshot v0.12.0 |
1455 | 2025-03-21T00:03:43.605Z | Compiling object v0.36.5 |
1456 | 2025-03-21T00:03:43.665Z | Compiling memoffset v0.9.1 |
1457 | 2025-03-21T00:03:43.668Z | Compiling rustc-demangle v0.1.24 |
1458 | 2025-03-21T00:03:43.874Z | Compiling anyhow v1.0.97 |
1459 | 2025-03-21T00:03:43.985Z | Compiling base16ct v0.2.0 |
1460 | 2025-03-21T00:03:44.006Z | Compiling num-bigint-dig v0.8.4 |
1461 | 2025-03-21T00:03:44.306Z | Compiling cfg_aliases v0.2.1 |
1462 | 2025-03-21T00:03:44.344Z | Compiling linked-hash-map v0.5.6 |
1463 | 2025-03-21T00:03:44.417Z | Compiling psl-types v2.0.11 |
1464 | 2025-03-21T00:03:44.468Z | Compiling portable-atomic v1.9.0 |
1465 | 2025-03-21T00:03:44.559Z | Compiling take_mut v0.2.2 |
1466 | 2025-03-21T00:03:44.620Z | Compiling fallible-iterator v0.2.0 |
1467 | 2025-03-21T00:03:44.666Z | Compiling smoltcp v0.9.1 |
1468 | 2025-03-21T00:03:44.725Z | Compiling quick-error v1.2.3 |
1469 | 2025-03-21T00:03:44.892Z | Compiling utf-8 v0.7.6 |
1470 | 2025-03-21T00:03:45.218Z | Compiling litrs v0.4.1 |
1471 | 2025-03-21T00:03:45.263Z | Compiling postgres-protocol v0.6.8 |
1472 | 2025-03-21T00:03:45.368Z | Compiling tungstenite v0.24.0 |
1473 | 2025-03-21T00:03:45.513Z | Compiling resolv-conf v0.7.0 |
1474 | 2025-03-21T00:03:46.216Z | Compiling lru-cache v0.1.2 |
1475 | 2025-03-21T00:03:46.306Z | Compiling document-features v0.2.10 |
1476 | 2025-03-21T00:03:46.428Z | Compiling publicsuffix v2.3.0 |
1477 | 2025-03-21T00:03:46.721Z | Compiling nix v0.29.0 |
1478 | 2025-03-21T00:03:46.859Z | Compiling sec1 v0.7.3 |
1479 | 2025-03-21T00:03:47.257Z | Compiling async-stream v0.3.6 |
1480 | 2025-03-21T00:03:47.348Z | Compiling slog-term v2.9.1 |
1481 | 2025-03-21T00:03:47.412Z | Compiling hickory-proto v0.24.4 |
1482 | 2025-03-21T00:03:47.432Z | Compiling usdt v0.5.0 |
1483 | 2025-03-21T00:03:47.539Z | Compiling group v0.13.0 |
1484 | 2025-03-21T00:03:47.875Z | Compiling num-iter v0.1.45 |
1485 | 2025-03-21T00:03:47.889Z | Compiling futures v0.3.31 |
1486 | 2025-03-21T00:03:48.031Z | Compiling toml v0.8.20 |
1487 | 2025-03-21T00:03:48.257Z | Compiling slog-bunyan v2.5.0 |
1488 | 2025-03-21T00:03:48.475Z | Compiling bzip2 v0.4.4 |
1489 | 2025-03-21T00:03:48.868Z | Compiling camino v1.1.9 |
1490 | 2025-03-21T00:03:49.508Z | Compiling tokio-native-tls v0.3.1 |
1491 | 2025-03-21T00:03:49.801Z | Compiling flate2 v1.1.0 |
1492 | 2025-03-21T00:03:49.926Z | Compiling phf_shared v0.11.2 |
1493 | 2025-03-21T00:03:50.302Z | Compiling backtrace v0.3.74 |
1494 | 2025-03-21T00:03:50.567Z | Compiling dropshot_endpoint v0.12.0 |
1495 | 2025-03-21T00:03:50.589Z | Compiling terminal_size v0.4.0 |
1496 | 2025-03-21T00:03:50.607Z | Compiling openapiv3 v2.0.0 |
1497 | 2025-03-21T00:03:50.628Z | Compiling serde_path_to_error v0.1.16 |
1498 | 2025-03-21T00:03:50.821Z | Compiling waitgroup v0.1.2 |
1499 | 2025-03-21T00:03:51.055Z | Compiling hkdf v0.12.4 |
1500 | 2025-03-21T00:03:51.334Z | Compiling crypto-bigint v0.5.5 |
1501 | 2025-03-21T00:03:51.370Z | Compiling curve25519-dalek-derive v0.1.1 |
1502 | 2025-03-21T00:03:52.041Z | Compiling hubpack_derive v0.1.1 |
1503 | 2025-03-21T00:03:52.799Z | Compiling zerocopy-derive v0.6.6 |
1504 | 2025-03-21T00:03:52.939Z | Compiling webpki-roots v0.26.6 |
1505 | 2025-03-21T00:03:53.146Z | Compiling sync_wrapper v1.0.1 |
1506 | 2025-03-21T00:03:53.151Z | Compiling hostname v0.4.0 |
1507 | 2025-03-21T00:03:53.341Z | Compiling fs-err v2.11.0 |
1508 | 2025-03-21T00:03:53.385Z | Compiling ahash v0.8.11 |
1509 | 2025-03-21T00:03:53.679Z | Compiling unicode-width v0.2.0 |
1510 | 2025-03-21T00:03:53.761Z | Compiling zip v2.1.3 |
1511 | 2025-03-21T00:03:54.071Z | Compiling newtype-uuid v1.2.1 |
1512 | 2025-03-21T00:03:54.201Z | Compiling bumpalo v3.16.0 |
1513 | 2025-03-21T00:03:54.362Z | Compiling debug-ignore v1.0.5 |
1514 | 2025-03-21T00:03:54.532Z | Compiling simd-adler32 v0.3.7 |
1515 | 2025-03-21T00:03:54.583Z | Compiling managed v0.8.0 |
1516 | 2025-03-21T00:03:54.631Z | Compiling tower-layer v0.3.3 |
1517 | 2025-03-21T00:03:54.635Z | Compiling buf-list v1.0.3 |
1518 | 2025-03-21T00:03:54.770Z | Compiling lockfree-object-pool v0.1.6 |
1519 | 2025-03-21T00:03:54.918Z | Compiling winnow v0.5.40 |
1520 | 2025-03-21T00:03:55.007Z | Compiling zopfli v0.8.1 |
1521 | 2025-03-21T00:03:55.073Z | Compiling clap_builder v4.5.31 |
1522 | 2025-03-21T00:03:55.306Z | Compiling tower v0.5.2 |
1523 | 2025-03-21T00:03:56.157Z | Compiling zerocopy v0.6.6 |
1524 | 2025-03-21T00:03:56.312Z | Compiling strum_macros v0.25.3 |
1525 | 2025-03-21T00:03:56.533Z | Compiling elliptic-curve v0.13.8 |
1526 | 2025-03-21T00:03:56.910Z | Compiling console v0.15.10 |
1527 | 2025-03-21T00:03:57.194Z | Compiling hubpack v0.1.2 |
1528 | 2025-03-21T00:03:57.369Z | Compiling hickory-resolver v0.24.4 |
1529 | 2025-03-21T00:03:58.191Z | Compiling toml_edit v0.19.15 |
1530 | 2025-03-21T00:03:58.382Z | Compiling phf v0.11.2 |
1531 | 2025-03-21T00:03:58.438Z | Compiling signal-hook-mio v0.2.4 |
1532 | 2025-03-21T00:03:58.627Z | Compiling cookie_store v0.21.1 |
1533 | 2025-03-21T00:03:58.681Z | Compiling hyper-tls v0.6.0 |
1534 | 2025-03-21T00:03:59.096Z | Compiling rayon v1.10.0 |
1535 | 2025-03-21T00:04:00.186Z | Compiling tokio-tungstenite v0.24.0 |
1536 | 2025-03-21T00:04:00.731Z | Compiling postgres-types v0.2.9 |
1537 | 2025-03-21T00:04:02.782Z | Compiling ed25519 v2.2.3 |
1538 | 2025-03-21T00:04:03.021Z | Compiling phf_shared v0.10.0 |
1539 | 2025-03-21T00:04:03.306Z | Compiling tokio-stream v0.1.17 |
1540 | 2025-03-21T00:04:03.352Z | Compiling pkcs1 v0.7.5 |
1541 | 2025-03-21T00:04:03.431Z | Compiling serde-big-array v0.5.1 |
1542 | 2025-03-21T00:04:03.673Z | Compiling clap_derive v4.5.28 |
1543 | 2025-03-21T00:04:04.226Z | Compiling rfc6979 v0.4.0 |
1544 | 2025-03-21T00:04:04.254Z | Compiling derive-where v1.2.7 |
1545 | 2025-03-21T00:04:04.435Z | Compiling serde_repr v0.1.19 |
1546 | 2025-03-21T00:04:04.626Z | Compiling bstr v1.10.0 |
1547 | 2025-03-21T00:04:05.039Z | Compiling float-cmp v0.10.0 |
1548 | 2025-03-21T00:04:05.282Z | Compiling new_debug_unreachable v1.0.6 |
1549 | 2025-03-21T00:04:05.285Z | Compiling whoami v1.5.2 |
1550 | 2025-03-21T00:04:05.385Z | Compiling difflib v0.4.0 |
1551 | 2025-03-21T00:04:05.560Z | Compiling precomputed-hash v0.1.1 |
1552 | 2025-03-21T00:04:05.696Z | Compiling static_assertions v1.1.0 |
1553 | 2025-03-21T00:04:05.814Z | Compiling predicates-core v1.0.8 |
1554 | 2025-03-21T00:04:05.838Z | Compiling unicode-segmentation v1.12.0 |
1555 | 2025-03-21T00:04:06.146Z | Compiling number_prefix v0.4.0 |
1556 | 2025-03-21T00:04:06.185Z | Compiling fixedbitset v0.4.2 |
1557 | 2025-03-21T00:04:06.384Z | Compiling normalize-line-endings v0.3.0 |
1558 | 2025-03-21T00:04:06.534Z | Compiling predicates v3.1.3 |
1559 | 2025-03-21T00:04:06.623Z | Compiling similar v2.7.0 |
1560 | 2025-03-21T00:04:06.698Z | Compiling petgraph v0.6.5 |
1561 | 2025-03-21T00:04:06.702Z | Compiling indicatif v0.17.11 |
1562 | 2025-03-21T00:04:07.335Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1563 | 2025-03-21T00:04:07.957Z | Compiling string_cache v0.8.7 |
1564 | 2025-03-21T00:04:08.181Z | Compiling clap v4.5.31 |
1565 | 2025-03-21T00:04:08.311Z | Compiling tokio-postgres v0.7.13 |
1566 | 2025-03-21T00:04:08.379Z | Compiling ecdsa v0.16.9 |
1567 | 2025-03-21T00:04:08.644Z | Compiling rsa v0.9.6 |
1568 | 2025-03-21T00:04:08.737Z | Compiling ed25519-dalek v2.1.1 |
1569 | 2025-03-21T00:04:09.198Z | Compiling toml v0.7.8 |
1570 | 2025-03-21T00:04:10.290Z | Compiling crossterm v0.28.1 |
1571 | 2025-03-21T00:04:12.881Z | Compiling zip v0.6.6 |
1572 | 2025-03-21T00:04:13.446Z | Compiling ipnetwork v0.21.1 |
1573 | 2025-03-21T00:04:13.742Z | Compiling hex v0.4.3 |
1574 | 2025-03-21T00:04:13.801Z | Compiling x509-cert v0.2.5 |
1575 | 2025-03-21T00:04:13.822Z | Compiling itertools v0.10.5 |
1576 | 2025-03-21T00:04:13.841Z | Compiling lalrpop-util v0.19.12 |
1577 | 2025-03-21T00:04:14.184Z | Compiling unicode-xid v0.2.6 |
1578 | 2025-03-21T00:04:14.204Z | Compiling peg-runtime v0.8.5 |
1579 | 2025-03-21T00:04:14.223Z | Compiling strum_macros v0.26.4 |
1580 | 2025-03-21T00:04:14.302Z | Compiling xattr v1.3.1 |
1581 | 2025-03-21T00:04:14.398Z | Compiling filetime v0.2.25 |
1582 | 2025-03-21T00:04:14.692Z | Compiling tar v0.4.44 |
1583 | 2025-03-21T00:04:18.763Z | Compiling strum v0.26.3 |
1584 | 2025-03-21T00:04:21.613Z | Compiling aws-lc-sys v0.26.0 |
1585 | 2025-03-21T00:04:51.350Z | Compiling rustls-webpki v0.102.8 |
1586 | 2025-03-21T00:04:54.496Z | Compiling tokio-rustls v0.25.0 |
1587 | 2025-03-21T00:04:56.255Z | Compiling tokio-rustls v0.26.0 |
1588 | 2025-03-21T00:04:56.582Z | Compiling hyper-rustls v0.27.3 |
1589 | 2025-03-21T00:04:56.928Z | Compiling reqwest v0.12.12 |
1590 | 2025-03-21T00:04:58.312Z | Compiling qorb v0.2.1 |
1591 | 2025-03-21T00:05:01.173Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1592 | 2025-03-21T00:05:01.437Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1593 | 2025-03-21T00:05:05.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s |
1594 | 2025-03-21T00:05:06.023Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1595 | 2025-03-21T00:05:06.073Z | Mar 21 00:05:05.564 INFO Starting download, target: Cockroach |
1596 | 2025-03-21T00:05:06.073Z | Mar 21 00:05:05.565 INFO Starting download, target: Console |
1597 | 2025-03-21T00:05:06.073Z | Mar 21 00:05:05.565 INFO Starting download, target: Clickhouse |
1598 | 2025-03-21T00:05:06.073Z | Mar 21 00:05:05.565 INFO Starting download, target: DendriteOpenapi |
1599 | 2025-03-21T00:05:06.076Z | Mar 21 00:05:05.565 INFO Starting download, target: DendriteStub |
1600 | 2025-03-21T00:05:06.076Z | Mar 21 00:05:05.565 INFO Starting download, target: MaghemiteMgd |
1601 | 2025-03-21T00:05:06.076Z | Mar 21 00:05:05.565 INFO Starting download, target: TransceiverControl |
1602 | 2025-03-21T00:05:06.076Z | Mar 21 00:05:05.565 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1603 | 2025-03-21T00:05:06.077Z | Mar 21 00:05:05.565 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi |
1604 | 2025-03-21T00:05:06.077Z | Mar 21 00:05:05.565 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1605 | 2025-03-21T00:05:06.077Z | Mar 21 00:05:05.565 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1606 | 2025-03-21T00:05:06.077Z | Mar 21 00:05:05.565 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1607 | 2025-03-21T00:05:06.077Z | Mar 21 00:05:05.566 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1608 | 2025-03-21T00:05:06.077Z | Mar 21 00:05:05.566 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1609 | 2025-03-21T00:05:06.300Z | Mar 21 00:05:05.783 INFO Download complete, target: DendriteOpenapi |
1610 | 2025-03-21T00:05:06.393Z | Mar 21 00:05:05.872 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1611 | 2025-03-21T00:05:06.693Z | Mar 21 00:05:06.163 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1612 | 2025-03-21T00:05:06.796Z | Mar 21 00:05:06.283 INFO Download complete, target: TransceiverControl |
1613 | 2025-03-21T00:05:07.047Z | Mar 21 00:05:06.529 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1614 | 2025-03-21T00:05:07.060Z | Mar 21 00:05:06.550 INFO Download complete, target: Console |
1615 | 2025-03-21T00:05:07.208Z | Mar 21 00:05:06.694 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1616 | 2025-03-21T00:05:07.665Z | Mar 21 00:05:07.158 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1617 | 2025-03-21T00:05:07.665Z | Mar 21 00:05:07.158 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1618 | 2025-03-21T00:05:08.379Z | Mar 21 00:05:07.871 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1619 | 2025-03-21T00:05:09.624Z | Mar 21 00:05:09.116 INFO Download complete, target: DendriteStub |
1620 | 2025-03-21T00:05:09.892Z | Mar 21 00:05:09.381 INFO Download complete, target: MaghemiteMgd |
1621 | 2025-03-21T00:05:14.205Z | Mar 21 00:05:13.696 INFO Checking that binary works, target: Cockroach |
1622 | 2025-03-21T00:05:14.363Z | Mar 21 00:05:13.855 INFO Download complete, target: Cockroach |
1623 | 2025-03-21T00:05:18.983Z | Mar 21 00:05:18.474 INFO Checking that binary works, target: Clickhouse |
1624 | 2025-03-21T00:05:19.154Z | Mar 21 00:05:18.644 INFO Download complete, target: Clickhouse |
1625 | 2025-03-21T00:05:19.162Z | All prerequisites installed successfully |
1626 | 2025-03-21T00:05:19.165Z | |
1627 | 2025-03-21T00:05:19.165Z | real 5:02.279419126 |
1628 | 2025-03-21T00:05:19.165Z | user 15:44.695034001 |
1629 | 2025-03-21T00:05:19.165Z | sys 2:11.155675269 |
1630 | 2025-03-21T00:05:19.165Z | trap 0.579453245 |
1631 | 2025-03-21T00:05:19.165Z | tflt 1.076607949 |
1632 | 2025-03-21T00:05:19.165Z | dflt 1.611673028 |
1633 | 2025-03-21T00:05:19.165Z | kflt 0.032216668 |
1634 | 2025-03-21T00:05:19.165Z | lock 23:44.442760967 |
1635 | 2025-03-21T00:05:19.165Z | slp 56:42.170569406 |
1636 | 2025-03-21T00:05:19.165Z | lat 1:02.525699039 |
1637 | 2025-03-21T00:05:19.165Z | stop 2:26.141031300 |
1638 | 2025-03-21T00:05:19.165Z | + ptime -m cargo xtask download softnpu |
1639 | 2025-03-21T00:05:19.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1640 | 2025-03-21T00:05:19.763Z | Running `target/debug/xtask download softnpu` |
1641 | 2025-03-21T00:05:20.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
1642 | 2025-03-21T00:05:20.676Z | Running `target/debug/xtask-downloader softnpu` |
1643 | 2025-03-21T00:05:20.712Z | Mar 21 00:05:20.202 INFO Starting download, target: Softnpu |
1644 | 2025-03-21T00:05:20.717Z | Mar 21 00:05:20.203 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1645 | 2025-03-21T00:05:21.440Z | Mar 21 00:05:20.930 INFO Download complete, target: Softnpu |
1646 | 2025-03-21T00:05:21.444Z | |
1647 | 2025-03-21T00:05:21.447Z | real 2.275072912 |
1648 | 2025-03-21T00:05:21.447Z | user 1.340317085 |
1649 | 2025-03-21T00:05:21.447Z | sys 0.555164221 |
1650 | 2025-03-21T00:05:21.447Z | trap 0.000859535 |
1651 | 2025-03-21T00:05:21.447Z | tflt 0.000091680 |
1652 | 2025-03-21T00:05:21.447Z | dflt 0.000069196 |
1653 | 2025-03-21T00:05:21.447Z | kflt 0.000000000 |
1654 | 2025-03-21T00:05:21.447Z | lock 7.869232526 |
1655 | 2025-03-21T00:05:21.447Z | slp 0.592012223 |
1656 | 2025-03-21T00:05:21.447Z | lat 0.069715223 |
1657 | 2025-03-21T00:05:21.447Z | stop 0.000172595 |
1658 | 2025-03-21T00:05:21.447Z | + export CARGO_INCREMENTAL=0 |
1659 | 2025-03-21T00:05:21.447Z | + CARGO_INCREMENTAL=0 |
1660 | 2025-03-21T00:05:21.447Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1661 | 2025-03-21T00:05:22.444Z | Compiling proc-macro2 v1.0.94 |
1662 | 2025-03-21T00:05:22.444Z | Compiling unicode-ident v1.0.14 |
1663 | 2025-03-21T00:05:22.448Z | Compiling libc v0.2.170 |
1664 | 2025-03-21T00:05:22.448Z | Compiling serde v1.0.218 |
1665 | 2025-03-21T00:05:22.448Z | Compiling autocfg v1.4.0 |
1666 | 2025-03-21T00:05:22.448Z | Compiling cfg-if v1.0.0 |
1667 | 2025-03-21T00:05:22.448Z | Compiling version_check v0.9.5 |
1668 | 2025-03-21T00:05:22.737Z | Compiling memchr v2.7.4 |
1669 | 2025-03-21T00:05:22.757Z | Compiling typenum v1.17.0 |
1670 | 2025-03-21T00:05:22.798Z | Compiling shlex v1.3.0 |
1671 | 2025-03-21T00:05:23.175Z | Compiling value-bag v1.9.0 |
1672 | 2025-03-21T00:05:23.236Z | Compiling generic-array v0.14.7 |
1673 | 2025-03-21T00:05:23.320Z | Compiling lock_api v0.4.12 |
1674 | 2025-03-21T00:05:23.571Z | Compiling log v0.4.22 |
1675 | 2025-03-21T00:05:23.613Z | Compiling scopeguard v1.2.0 |
1676 | 2025-03-21T00:05:23.776Z | Compiling parking_lot_core v0.9.10 |
1677 | 2025-03-21T00:05:23.956Z | Compiling serde_json v1.0.139 |
1678 | 2025-03-21T00:05:24.182Z | Compiling rustix v0.38.37 |
1679 | 2025-03-21T00:05:24.246Z | Compiling quote v1.0.39 |
1680 | 2025-03-21T00:05:24.265Z | Compiling libm v0.2.8 |
1681 | 2025-03-21T00:05:24.297Z | Compiling num-traits v0.2.19 |
1682 | 2025-03-21T00:05:24.530Z | Compiling jobserver v0.1.32 |
1683 | 2025-03-21T00:05:24.619Z | Compiling syn v2.0.98 |
1684 | 2025-03-21T00:05:24.639Z | Compiling getrandom v0.2.15 |
1685 | 2025-03-21T00:05:24.700Z | Compiling semver v1.0.25 |
1686 | 2025-03-21T00:05:24.768Z | Compiling aho-corasick v1.1.3 |
1687 | 2025-03-21T00:05:24.789Z | Compiling thiserror v1.0.69 |
1688 | 2025-03-21T00:05:24.903Z | Compiling cc v1.2.15 |
1689 | 2025-03-21T00:05:25.007Z | Compiling regex-syntax v0.8.5 |
1690 | 2025-03-21T00:05:25.157Z | Compiling getrandom v0.3.1 |
1691 | 2025-03-21T00:05:25.307Z | Compiling either v1.14.0 |
1692 | 2025-03-21T00:05:25.507Z | Compiling once_cell v1.20.3 |
1693 | 2025-03-21T00:05:25.567Z | Compiling itoa v1.0.11 |
1694 | 2025-03-21T00:05:25.697Z | Compiling slab v0.4.9 |
1695 | 2025-03-21T00:05:26.045Z | Compiling rand_core v0.6.4 |
1696 | 2025-03-21T00:05:26.132Z | Compiling spin v0.9.8 |
1697 | 2025-03-21T00:05:26.527Z | Compiling errno v0.3.9 |
1698 | 2025-03-21T00:05:26.769Z | Compiling glob v0.3.2 |
1699 | 2025-03-21T00:05:27.142Z | Compiling smallvec v1.14.0 |
1700 | 2025-03-21T00:05:27.224Z | Compiling prettyplease v0.2.30 |
1701 | 2025-03-21T00:05:27.290Z | Compiling lazy_static v1.5.0 |
1702 | 2025-03-21T00:05:27.457Z | Compiling clang-sys v1.8.1 |
1703 | 2025-03-21T00:05:27.601Z | Compiling minimal-lexical v0.2.1 |
1704 | 2025-03-21T00:05:27.724Z | Compiling libloading v0.8.5 |
1705 | 2025-03-21T00:05:28.083Z | Compiling nom v7.1.3 |
1706 | 2025-03-21T00:05:28.083Z | Compiling bindgen v0.69.5 |
1707 | 2025-03-21T00:05:28.122Z | Compiling home v0.5.9 |
1708 | 2025-03-21T00:05:28.170Z | Compiling subtle v2.6.1 |
1709 | 2025-03-21T00:05:28.350Z | Compiling itertools v0.12.1 |
1710 | 2025-03-21T00:05:28.485Z | Compiling regex-automata v0.4.8 |
1711 | 2025-03-21T00:05:28.548Z | Compiling lazycell v1.3.0 |
1712 | 2025-03-21T00:05:28.738Z | Compiling allocator-api2 v0.2.18 |
1713 | 2025-03-21T00:05:28.827Z | Compiling equivalent v1.0.1 |
1714 | 2025-03-21T00:05:28.959Z | Compiling foldhash v0.1.3 |
1715 | 2025-03-21T00:05:29.241Z | Compiling rustc-hash v1.1.0 |
1716 | 2025-03-21T00:05:29.472Z | Compiling hashbrown v0.15.1 |
1717 | 2025-03-21T00:05:29.725Z | Compiling cmake v0.1.51 |
1718 | 2025-03-21T00:05:30.420Z | Compiling fs_extra v1.3.0 |
1719 | 2025-03-21T00:05:30.463Z | Compiling pkg-config v0.3.31 |
1720 | 2025-03-21T00:05:30.685Z | Compiling dunce v1.0.5 |
1721 | 2025-03-21T00:05:31.037Z | Compiling cexpr v0.6.0 |
1722 | 2025-03-21T00:05:31.064Z | Compiling byteorder v1.5.0 |
1723 | 2025-03-21T00:05:31.493Z | Compiling pin-project-lite v0.2.14 |
1724 | 2025-03-21T00:05:31.649Z | Compiling synstructure v0.13.1 |
1725 | 2025-03-21T00:05:31.985Z | Compiling ryu v1.0.18 |
1726 | 2025-03-21T00:05:32.290Z | Compiling ring v0.17.11 |
1727 | 2025-03-21T00:05:32.378Z | Compiling paste v1.0.15 |
1728 | 2025-03-21T00:05:32.743Z | Compiling schemars v0.8.22 |
1729 | 2025-03-21T00:05:32.791Z | Compiling serde_derive_internals v0.29.1 |
1730 | 2025-03-21T00:05:33.118Z | Compiling regex v1.11.1 |
1731 | 2025-03-21T00:05:34.040Z | Compiling signal-hook-registry v1.4.2 |
1732 | 2025-03-21T00:05:34.137Z | Compiling aws-lc-rs v1.12.4 |
1733 | 2025-03-21T00:05:34.145Z | Compiling fnv v1.0.7 |
1734 | 2025-03-21T00:05:34.333Z | Compiling httparse v1.9.5 |
1735 | 2025-03-21T00:05:34.569Z | Compiling const-oid v0.9.6 |
1736 | 2025-03-21T00:05:34.617Z | Compiling parking_lot v0.12.3 |
1737 | 2025-03-21T00:05:34.637Z | Compiling mio v1.0.2 |
1738 | 2025-03-21T00:05:35.007Z | Compiling heck v0.5.0 |
1739 | 2025-03-21T00:05:35.434Z | Compiling serde_derive v1.0.218 |
1740 | 2025-03-21T00:05:35.437Z | Compiling zeroize_derive v1.4.2 |
1741 | 2025-03-21T00:05:36.059Z | Compiling tokio-macros v2.5.0 |
1742 | 2025-03-21T00:05:36.236Z | Compiling thiserror-impl v1.0.69 |
1743 | 2025-03-21T00:05:36.530Z | Compiling zerocopy-derive v0.7.35 |
1744 | 2025-03-21T00:05:36.578Z | Compiling zerofrom-derive v0.1.4 |
1745 | 2025-03-21T00:05:36.734Z | Compiling zeroize v1.8.1 |
1746 | 2025-03-21T00:05:37.234Z | Compiling yoke-derive v0.7.4 |
1747 | 2025-03-21T00:05:37.397Z | Compiling futures-macro v0.3.31 |
1748 | 2025-03-21T00:05:37.571Z | Compiling displaydoc v0.2.5 |
1749 | 2025-03-21T00:05:38.147Z | Compiling zerovec-derive v0.10.3 |
1750 | 2025-03-21T00:05:39.109Z | Compiling icu_provider_macros v1.5.0 |
1751 | 2025-03-21T00:05:39.128Z | Compiling tracing-attributes v0.1.27 |
1752 | 2025-03-21T00:05:39.409Z | Compiling crypto-common v0.1.6 |
1753 | 2025-03-21T00:05:39.429Z | Compiling schemars_derive v0.8.22 |
1754 | 2025-03-21T00:05:39.742Z | Compiling block-buffer v0.10.4 |
1755 | 2025-03-21T00:05:39.994Z | Compiling socket2 v0.5.8 |
1756 | 2025-03-21T00:05:40.357Z | Compiling stable_deref_trait v1.2.0 |
1757 | 2025-03-21T00:05:40.375Z | Compiling digest v0.10.7 |
1758 | 2025-03-21T00:05:40.492Z | Compiling zerocopy v0.7.35 |
1759 | 2025-03-21T00:05:40.790Z | Compiling futures-core v0.3.31 |
1760 | 2025-03-21T00:05:41.160Z | Compiling crossbeam-utils v0.8.20 |
1761 | 2025-03-21T00:05:41.649Z | Compiling time-core v0.1.2 |
1762 | 2025-03-21T00:05:41.687Z | Compiling num-conv v0.1.0 |
1763 | 2025-03-21T00:05:41.961Z | Compiling time-macros v0.2.18 |
1764 | 2025-03-21T00:05:42.021Z | Compiling der_derive v0.7.3 |
1765 | 2025-03-21T00:05:42.293Z | Compiling vcpkg v0.2.15 |
1766 | 2025-03-21T00:05:43.674Z | Compiling openssl-sys v0.9.106 |
1767 | 2025-03-21T00:05:44.455Z | Compiling futures-sink v0.3.31 |
1768 | 2025-03-21T00:05:44.521Z | Compiling zerocopy v0.8.10 |
1769 | 2025-03-21T00:05:44.669Z | Compiling cpufeatures v0.2.14 |
1770 | 2025-03-21T00:05:44.810Z | Compiling zerocopy-derive v0.8.10 |
1771 | 2025-03-21T00:05:45.067Z | Compiling slog v2.7.0 |
1772 | 2025-03-21T00:05:45.534Z | Compiling syn v1.0.109 |
1773 | 2025-03-21T00:05:45.553Z | Compiling iana-time-zone v0.1.61 |
1774 | 2025-03-21T00:05:45.943Z | Compiling futures-channel v0.3.31 |
1775 | 2025-03-21T00:05:46.063Z | Compiling zerofrom v0.1.4 |
1776 | 2025-03-21T00:05:46.341Z | Compiling futures-task v0.3.31 |
1777 | 2025-03-21T00:05:46.344Z | Compiling pin-utils v0.1.0 |
1778 | 2025-03-21T00:05:46.383Z | Compiling futures-io v0.3.31 |
1779 | 2025-03-21T00:05:46.387Z | Compiling yoke v0.7.4 |
1780 | 2025-03-21T00:05:46.641Z | Compiling futures-util v0.3.31 |
1781 | 2025-03-21T00:05:46.746Z | Compiling scroll_derive v0.12.0 |
1782 | 2025-03-21T00:05:47.100Z | Compiling openssl v0.10.71 |
1783 | 2025-03-21T00:05:47.246Z | Compiling bitflags v2.6.0 |
1784 | 2025-03-21T00:05:47.376Z | Compiling bytes v1.10.1 |
1785 | 2025-03-21T00:05:48.040Z | Compiling indexmap v2.7.1 |
1786 | 2025-03-21T00:05:49.368Z | Compiling tokio v1.43.0 |
1787 | 2025-03-21T00:05:49.706Z | Compiling uuid v1.15.1 |
1788 | 2025-03-21T00:05:50.331Z | Compiling serde_tokenstream v0.2.2 |
1789 | 2025-03-21T00:05:51.000Z | Compiling chrono v0.4.40 |
1790 | 2025-03-21T00:05:52.099Z | Compiling which v4.4.2 |
1791 | 2025-03-21T00:05:52.629Z | Compiling http v1.2.0 |
1792 | 2025-03-21T00:05:54.618Z | Compiling ucd-trie v0.1.7 |
1793 | 2025-03-21T00:05:54.867Z | Compiling pest v2.7.14 |
1794 | 2025-03-21T00:05:55.059Z | Compiling rustc_version v0.4.1 |
1795 | 2025-03-21T00:05:57.219Z | Compiling zerovec v0.10.4 |
1796 | 2025-03-21T00:05:58.689Z | Compiling hmac v0.12.1 |
1797 | 2025-03-21T00:05:58.929Z | Compiling pest_meta v2.7.14 |
1798 | 2025-03-21T00:05:59.778Z | Compiling block-padding v0.3.3 |
1799 | 2025-03-21T00:06:00.020Z | Compiling openssl-macros v0.1.1 |
1800 | 2025-03-21T00:06:00.229Z | Compiling native-tls v0.2.12 |
1801 | 2025-03-21T00:06:00.285Z | Compiling dyn-clone v1.0.19 |
1802 | 2025-03-21T00:06:00.521Z | Compiling rustls v0.23.19 |
1803 | 2025-03-21T00:06:00.728Z | Compiling pest_generator v2.7.14 |
1804 | 2025-03-21T00:06:00.835Z | Compiling inout v0.1.3 |
1805 | 2025-03-21T00:06:01.099Z | Compiling tinystr v0.7.6 |
1806 | 2025-03-21T00:06:01.502Z | Compiling toml_datetime v0.6.8 |
1807 | 2025-03-21T00:06:01.556Z | Compiling serde_spanned v0.6.8 |
1808 | 2025-03-21T00:06:01.797Z | Compiling ppv-lite86 v0.2.20 |
1809 | 2025-03-21T00:06:02.384Z | Compiling tracing-core v0.1.32 |
1810 | 2025-03-21T00:06:02.430Z | Compiling writeable v0.5.5 |
1811 | 2025-03-21T00:06:02.682Z | Compiling litemap v0.7.3 |
1812 | 2025-03-21T00:06:02.744Z | Compiling strsim v0.11.1 |
1813 | 2025-03-21T00:06:03.393Z | Compiling tracing v0.1.40 |
1814 | 2025-03-21T00:06:03.560Z | Compiling icu_locid v1.5.0 |
1815 | 2025-03-21T00:06:04.221Z | Compiling aws-lc-sys v0.26.0 |
1816 | 2025-03-21T00:06:04.242Z | Compiling pest_derive v2.7.14 |
1817 | 2025-03-21T00:06:04.554Z | Compiling cipher v0.4.4 |
1818 | 2025-03-21T00:06:05.037Z | Compiling sha2 v0.10.8 |
1819 | 2025-03-21T00:06:05.337Z | Compiling cookie v0.18.1 |
1820 | 2025-03-21T00:06:05.681Z | Compiling usdt-impl v0.5.0 |
1821 | 2025-03-21T00:06:05.707Z | Compiling base64ct v1.6.0 |
1822 | 2025-03-21T00:06:06.042Z | Compiling icu_provider v1.5.0 |
1823 | 2025-03-21T00:06:06.282Z | Compiling pem-rfc7468 v0.7.0 |
1824 | 2025-03-21T00:06:08.068Z | Compiling scroll v0.12.0 |
1825 | 2025-03-21T00:06:08.242Z | Compiling async-trait v0.1.87 |
1826 | 2025-03-21T00:06:10.277Z | Compiling camino v1.1.9 |
1827 | 2025-03-21T00:06:10.620Z | Compiling plain v0.2.3 |
1828 | 2025-03-21T00:06:10.708Z | Compiling rustls-pki-types v1.10.0 |
1829 | 2025-03-21T00:06:10.769Z | Compiling anyhow v1.0.97 |
1830 | 2025-03-21T00:06:10.819Z | Compiling icu_locid_transform_data v1.5.0 |
1831 | 2025-03-21T00:06:10.951Z | Compiling percent-encoding v2.3.1 |
1832 | 2025-03-21T00:06:11.292Z | Compiling flagset v0.4.6 |
1833 | 2025-03-21T00:06:11.508Z | Compiling icu_locid_transform v1.5.0 |
1834 | 2025-03-21T00:06:11.531Z | Compiling der v0.7.9 |
1835 | 2025-03-21T00:06:14.006Z | Compiling goblin v0.8.2 |
1836 | 2025-03-21T00:06:14.087Z | Compiling icu_collections v1.5.0 |
1837 | 2025-03-21T00:06:15.206Z | Compiling tokio-util v0.7.13 |
1838 | 2025-03-21T00:06:16.456Z | Compiling rayon-core v1.12.1 |
1839 | 2025-03-21T00:06:16.758Z | Compiling icu_properties_data v1.5.0 |
1840 | 2025-03-21T00:06:17.004Z | Compiling untrusted v0.7.1 |
1841 | 2025-03-21T00:06:17.116Z | Compiling rustls v0.22.4 |
1842 | 2025-03-21T00:06:17.209Z | Compiling powerfmt v0.2.0 |
1843 | 2025-03-21T00:06:17.463Z | Compiling pretty-hex v0.4.1 |
1844 | 2025-03-21T00:06:17.557Z | Compiling untrusted v0.9.0 |
1845 | 2025-03-21T00:06:17.684Z | Compiling deranged v0.3.11 |
1846 | 2025-03-21T00:06:17.733Z | Compiling icu_properties v1.5.1 |
1847 | 2025-03-21T00:06:19.017Z | Compiling spki v0.7.3 |
1848 | 2025-03-21T00:06:19.372Z | Compiling dtrace-parser v0.2.0 |
1849 | 2025-03-21T00:06:19.492Z | Compiling dof v0.3.0 |
1850 | 2025-03-21T00:06:20.973Z | Compiling salsa20 v0.10.2 |
1851 | 2025-03-21T00:06:21.013Z | Compiling pbkdf2 v0.12.2 |
1852 | 2025-03-21T00:06:21.518Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1853 | 2025-03-21T00:06:22.016Z | Compiling thread-id v4.2.2 |
1854 | 2025-03-21T00:06:22.074Z | Compiling num_threads v0.1.7 |
1855 | 2025-03-21T00:06:22.168Z | Compiling utf8_iter v1.0.4 |
1856 | 2025-03-21T00:06:22.226Z | Compiling utf16_iter v1.0.5 |
1857 | 2025-03-21T00:06:22.314Z | Compiling write16 v1.0.0 |
1858 | 2025-03-21T00:06:22.485Z | Compiling rustversion v1.0.17 |
1859 | 2025-03-21T00:06:22.541Z | Compiling litrs v0.4.1 |
1860 | 2025-03-21T00:06:22.933Z | Compiling atomic-waker v1.1.2 |
1861 | 2025-03-21T00:06:22.991Z | Compiling icu_normalizer_data v1.5.0 |
1862 | 2025-03-21T00:06:23.304Z | Compiling winnow v0.5.40 |
1863 | 2025-03-21T00:06:23.432Z | Compiling time v0.3.36 |
1864 | 2025-03-21T00:06:23.484Z | Compiling icu_normalizer v1.5.0 |
1865 | 2025-03-21T00:06:23.551Z | Compiling document-features v0.2.10 |
1866 | 2025-03-21T00:06:26.649Z | Compiling toml_edit v0.19.15 |
1867 | 2025-03-21T00:06:27.986Z | Compiling scrypt v0.11.0 |
1868 | 2025-03-21T00:06:28.428Z | Compiling form_urlencoded v1.2.1 |
1869 | 2025-03-21T00:06:28.772Z | Compiling cbc v0.1.2 |
1870 | 2025-03-21T00:06:28.801Z | Compiling aes v0.8.4 |
1871 | 2025-03-21T00:06:28.834Z | Compiling http-body v1.0.1 |
1872 | 2025-03-21T00:06:29.146Z | Compiling multer v3.1.0 |
1873 | 2025-03-21T00:06:29.468Z | Compiling try-lock v0.2.5 |
1874 | 2025-03-21T00:06:29.579Z | Compiling tinyvec_macros v0.1.1 |
1875 | 2025-03-21T00:06:29.653Z | Compiling slog-async v2.8.0 |
1876 | 2025-03-21T00:06:29.892Z | Compiling tinyvec v1.8.0 |
1877 | 2025-03-21T00:06:30.122Z | Compiling pkcs5 v0.7.1 |
1878 | 2025-03-21T00:06:31.070Z | Compiling want v0.3.1 |
1879 | 2025-03-21T00:06:31.905Z | Compiling idna_adapter v1.2.0 |
1880 | 2025-03-21T00:06:32.402Z | Compiling h2 v0.4.6 |
1881 | 2025-03-21T00:06:32.976Z | Compiling rand_chacha v0.3.1 |
1882 | 2025-03-21T00:06:33.838Z | Compiling heapless v0.7.17 |
1883 | 2025-03-21T00:06:34.374Z | Compiling tower-service v0.3.3 |
1884 | 2025-03-21T00:06:34.543Z | Compiling signal-hook v0.3.17 |
1885 | 2025-03-21T00:06:34.878Z | Compiling adler2 v2.0.0 |
1886 | 2025-03-21T00:06:35.067Z | Compiling httpdate v1.0.3 |
1887 | 2025-03-21T00:06:35.163Z | Compiling miniz_oxide v0.8.5 |
1888 | 2025-03-21T00:06:37.887Z | Compiling rand v0.8.5 |
1889 | 2025-03-21T00:06:38.910Z | Compiling idna v1.0.3 |
1890 | 2025-03-21T00:06:39.953Z | Compiling pkcs8 v0.10.2 |
1891 | 2025-03-21T00:06:40.470Z | Compiling hyper v1.6.0 |
1892 | 2025-03-21T00:06:40.537Z | Compiling usdt-attr-macro v0.5.0 |
1893 | 2025-03-21T00:06:40.903Z | Compiling usdt-macro v0.5.0 |
1894 | 2025-03-21T00:06:42.083Z | Compiling async-stream-impl v0.3.6 |
1895 | 2025-03-21T00:06:42.182Z | Compiling base64 v0.22.1 |
1896 | 2025-03-21T00:06:44.187Z | Compiling hyper-util v0.1.10 |
1897 | 2025-03-21T00:06:49.708Z | Compiling curve25519-dalek v4.1.3 |
1898 | 2025-03-21T00:06:49.887Z | Compiling openapiv3 v2.0.0 |
1899 | 2025-03-21T00:06:50.236Z | Compiling enum-as-inner v0.6.1 |
1900 | 2025-03-21T00:06:50.954Z | Compiling memoffset v0.9.1 |
1901 | 2025-03-21T00:06:51.224Z | Compiling dropshot v0.12.0 |
1902 | 2025-03-21T00:06:51.293Z | Compiling foreign-types-shared v0.1.1 |
1903 | 2025-03-21T00:06:51.332Z | Compiling newtype-uuid v1.2.1 |
1904 | 2025-03-21T00:06:51.438Z | Compiling num-bigint-dig v0.8.4 |
1905 | 2025-03-21T00:06:51.644Z | Compiling portable-atomic v1.9.0 |
1906 | 2025-03-21T00:06:51.748Z | Compiling smoltcp v0.9.1 |
1907 | 2025-03-21T00:06:51.809Z | Compiling match_cfg v0.1.0 |
1908 | 2025-03-21T00:06:51.922Z | Compiling hostname v0.3.1 |
1909 | 2025-03-21T00:06:52.163Z | Compiling foreign-types v0.3.2 |
1910 | 2025-03-21T00:06:52.508Z | Compiling rand_core v0.9.2 |
1911 | 2025-03-21T00:06:53.292Z | Compiling url v2.5.3 |
1912 | 2025-03-21T00:06:54.913Z | Compiling http-body-util v0.1.2 |
1913 | 2025-03-21T00:06:55.471Z | Compiling dirs-sys-next v0.1.2 |
1914 | 2025-03-21T00:06:55.909Z | Compiling encoding_rs v0.8.34 |
1915 | 2025-03-21T00:06:56.146Z | Compiling mime v0.3.17 |
1916 | 2025-03-21T00:06:57.163Z | Compiling siphasher v0.3.11 |
1917 | 2025-03-21T00:06:57.559Z | Compiling gimli v0.31.1 |
1918 | 2025-03-21T00:06:59.087Z | Compiling data-encoding v2.6.0 |
1919 | 2025-03-21T00:07:00.468Z | Compiling heck v0.4.1 |
1920 | 2025-03-21T00:07:00.844Z | Compiling cfg_aliases v0.2.1 |
1921 | 2025-03-21T00:07:00.961Z | Compiling ident_case v1.0.1 |
1922 | 2025-03-21T00:07:01.158Z | Compiling darling_core v0.20.10 |
1923 | 2025-03-21T00:07:04.139Z | Compiling addr2line v0.24.2 |
1924 | 2025-03-21T00:07:05.039Z | Compiling nix v0.29.0 |
1925 | 2025-03-21T00:07:07.070Z | Compiling dirs-next v2.0.0 |
1926 | 2025-03-21T00:07:08.097Z | Compiling rand_chacha v0.9.0 |
1927 | 2025-03-21T00:07:09.678Z | Compiling unicode-normalization v0.1.24 |
1928 | 2025-03-21T00:07:10.740Z | Compiling serde_urlencoded v0.7.1 |
1929 | 2025-03-21T00:07:11.327Z | Compiling crossbeam-epoch v0.9.18 |
1930 | 2025-03-21T00:07:11.977Z | Compiling rustls-pemfile v2.2.0 |
1931 | 2025-03-21T00:07:12.460Z | Compiling hubpack_derive v0.1.1 |
1932 | 2025-03-21T00:07:12.826Z | Compiling dropshot_endpoint v0.12.0 |
1933 | 2025-03-21T00:07:13.293Z | Compiling sha1 v0.10.6 |
1934 | 2025-03-21T00:07:13.688Z | Compiling signature v2.2.0 |
1935 | 2025-03-21T00:07:13.917Z | Compiling zerocopy-derive v0.6.6 |
1936 | 2025-03-21T00:07:14.840Z | Compiling curve25519-dalek-derive v0.1.1 |
1937 | 2025-03-21T00:07:15.635Z | Compiling thread_local v1.1.8 |
1938 | 2025-03-21T00:07:16.067Z | Compiling object v0.36.5 |
1939 | 2025-03-21T00:07:16.156Z | Compiling fs-err v2.11.0 |
1940 | 2025-03-21T00:07:16.475Z | Compiling ahash v0.8.11 |
1941 | 2025-03-21T00:07:16.835Z | Compiling crc32fast v1.4.2 |
1942 | 2025-03-21T00:07:17.161Z | Compiling buf-list v1.0.3 |
1943 | 2025-03-21T00:07:17.739Z | Compiling anstyle v1.0.10 |
1944 | 2025-03-21T00:07:18.187Z | Compiling openssl-probe v0.1.5 |
1945 | 2025-03-21T00:07:19.804Z | Compiling rustls-webpki v0.102.8 |
1946 | 2025-03-21T00:07:19.932Z | Compiling ipnet v2.11.0 |
1947 | 2025-03-21T00:07:20.811Z | Compiling rustc-demangle v0.1.24 |
1948 | 2025-03-21T00:07:22.248Z | Compiling utf8parse v0.2.2 |
1949 | 2025-03-21T00:07:22.439Z | Compiling unicode-bidi v0.3.17 |
1950 | 2025-03-21T00:07:22.932Z | Compiling winnow v0.7.3 |
1951 | 2025-03-21T00:07:23.135Z | Compiling zip v2.1.3 |
1952 | 2025-03-21T00:07:23.290Z | Compiling unicode-properties v0.1.3 |
1953 | 2025-03-21T00:07:23.699Z | Compiling stringprep v0.1.5 |
1954 | 2025-03-21T00:07:24.391Z | Compiling backtrace v0.3.74 |
1955 | 2025-03-21T00:07:24.540Z | Compiling anstyle-parse v0.2.5 |
1956 | 2025-03-21T00:07:26.297Z | Compiling toml_edit v0.22.24 |
1957 | 2025-03-21T00:07:26.546Z | Compiling crossbeam-deque v0.8.5 |
1958 | 2025-03-21T00:07:30.064Z | Compiling rand v0.9.0 |
1959 | 2025-03-21T00:07:31.319Z | Compiling term v0.7.0 |
1960 | 2025-03-21T00:07:32.386Z | Compiling darling_macro v0.20.10 |
1961 | 2025-03-21T00:07:32.544Z | Compiling slog-json v2.6.1 |
1962 | 2025-03-21T00:07:33.052Z | Compiling crossbeam-channel v0.5.13 |
1963 | 2025-03-21T00:07:33.733Z | Compiling ipnetwork v0.21.1 |
1964 | 2025-03-21T00:07:33.761Z | Compiling futures-executor v0.3.31 |
1965 | 2025-03-21T00:07:34.497Z | Compiling num-integer v0.1.46 |
1966 | 2025-03-21T00:07:34.661Z | Compiling md-5 v0.10.6 |
1967 | 2025-03-21T00:07:34.765Z | Compiling hash32 v0.2.1 |
1968 | 2025-03-21T00:07:34.940Z | Compiling ff v0.13.0 |
1969 | 2025-03-21T00:07:35.112Z | Compiling is-terminal v0.4.13 |
1970 | 2025-03-21T00:07:35.172Z | Compiling memmap v0.7.0 |
1971 | 2025-03-21T00:07:35.268Z | Compiling psl-types v2.0.11 |
1972 | 2025-03-21T00:07:35.477Z | Compiling anstyle-query v1.1.1 |
1973 | 2025-03-21T00:07:35.494Z | Compiling colorchoice v1.0.2 |
1974 | 2025-03-21T00:07:35.655Z | Compiling base16ct v0.2.0 |
1975 | 2025-03-21T00:07:35.680Z | Compiling quick-error v1.2.3 |
1976 | 2025-03-21T00:07:35.965Z | Compiling fallible-iterator v0.2.0 |
1977 | 2025-03-21T00:07:36.452Z | Compiling linked-hash-map v0.5.6 |
1978 | 2025-03-21T00:07:36.496Z | Compiling take_mut v0.2.2 |
1979 | 2025-03-21T00:07:36.580Z | Compiling utf-8 v0.7.6 |
1980 | 2025-03-21T00:07:36.670Z | Compiling is_terminal_polyfill v1.70.1 |
1981 | 2025-03-21T00:07:36.779Z | Compiling lru-cache v0.1.2 |
1982 | 2025-03-21T00:07:36.815Z | Compiling anstream v0.6.15 |
1983 | 2025-03-21T00:07:36.870Z | Compiling publicsuffix v2.3.0 |
1984 | 2025-03-21T00:07:36.892Z | Compiling tungstenite v0.24.0 |
1985 | 2025-03-21T00:07:37.219Z | Compiling postgres-protocol v0.6.8 |
1986 | 2025-03-21T00:07:37.225Z | Compiling sec1 v0.7.3 |
1987 | 2025-03-21T00:07:37.365Z | Compiling resolv-conf v0.7.0 |
1988 | 2025-03-21T00:07:37.856Z | Compiling usdt v0.5.0 |
1989 | 2025-03-21T00:07:38.019Z | Compiling slog-term v2.9.1 |
1990 | 2025-03-21T00:07:38.067Z | Compiling group v0.13.0 |
1991 | 2025-03-21T00:07:38.307Z | Compiling num-iter v0.1.45 |
1992 | 2025-03-21T00:07:38.364Z | Compiling futures v0.3.31 |
1993 | 2025-03-21T00:07:39.447Z | Compiling darling v0.20.10 |
1994 | 2025-03-21T00:07:39.784Z | Compiling slog-bunyan v2.5.0 |
1995 | 2025-03-21T00:07:40.142Z | Compiling tokio-rustls v0.26.0 |
1996 | 2025-03-21T00:07:40.309Z | Compiling toml v0.8.20 |
1997 | 2025-03-21T00:07:40.609Z | Compiling tokio-rustls v0.25.0 |
1998 | 2025-03-21T00:07:40.718Z | Compiling bzip2 v0.4.4 |
1999 | 2025-03-21T00:07:41.031Z | Compiling tokio-native-tls v0.3.1 |
2000 | 2025-03-21T00:07:41.082Z | Compiling hickory-proto v0.24.4 |
2001 | 2025-03-21T00:07:41.323Z | Compiling flate2 v1.1.0 |
2002 | 2025-03-21T00:07:41.347Z | Compiling strum_macros v0.25.3 |
2003 | 2025-03-21T00:07:41.649Z | Compiling phf_shared v0.11.2 |
2004 | 2025-03-21T00:07:42.376Z | Compiling async-stream v0.3.6 |
2005 | 2025-03-21T00:07:42.396Z | Compiling waitgroup v0.1.2 |
2006 | 2025-03-21T00:07:42.669Z | Compiling webpki-roots v0.26.6 |
2007 | 2025-03-21T00:07:42.993Z | Compiling hkdf v0.12.4 |
2008 | 2025-03-21T00:07:43.034Z | Compiling terminal_size v0.4.0 |
2009 | 2025-03-21T00:07:43.280Z | Compiling serde_path_to_error v0.1.16 |
2010 | 2025-03-21T00:07:43.283Z | Compiling sync_wrapper v1.0.1 |
2011 | 2025-03-21T00:07:43.659Z | Compiling crypto-bigint v0.5.5 |
2012 | 2025-03-21T00:07:43.830Z | Compiling clap_derive v4.5.28 |
2013 | 2025-03-21T00:07:44.036Z | Compiling serde_repr v0.1.19 |
2014 | 2025-03-21T00:07:44.054Z | Compiling derive-where v1.2.7 |
2015 | 2025-03-21T00:07:44.357Z | Compiling regress v0.10.3 |
2016 | 2025-03-21T00:07:44.560Z | Compiling hostname v0.4.0 |
2017 | 2025-03-21T00:07:44.768Z | Compiling simd-adler32 v0.3.7 |
2018 | 2025-03-21T00:07:45.035Z | Compiling managed v0.8.0 |
2019 | 2025-03-21T00:07:45.256Z | Compiling bitflags v1.3.2 |
2020 | 2025-03-21T00:07:45.814Z | Compiling tower-layer v0.3.3 |
2021 | 2025-03-21T00:07:45.865Z | Compiling bumpalo v3.16.0 |
2022 | 2025-03-21T00:07:46.112Z | Compiling clap_lex v0.7.4 |
2023 | 2025-03-21T00:07:46.521Z | Compiling unicode-width v0.2.0 |
2024 | 2025-03-21T00:07:46.858Z | Compiling lockfree-object-pool v0.1.6 |
2025 | 2025-03-21T00:07:47.047Z | Compiling debug-ignore v1.0.5 |
2026 | 2025-03-21T00:07:47.133Z | Compiling zopfli v0.8.1 |
2027 | 2025-03-21T00:07:47.306Z | Compiling tower v0.5.2 |
2028 | 2025-03-21T00:07:47.416Z | Compiling console v0.15.10 |
2029 | 2025-03-21T00:07:48.241Z | Compiling typify-impl v0.2.0 |
2030 | 2025-03-21T00:07:48.545Z | Compiling hickory-resolver v0.24.4 |
2031 | 2025-03-21T00:07:48.718Z | Compiling clap_builder v4.5.31 |
2032 | 2025-03-21T00:07:49.067Z | Compiling elliptic-curve v0.13.8 |
2033 | 2025-03-21T00:07:52.343Z | Compiling hyper-rustls v0.27.3 |
2034 | 2025-03-21T00:07:54.380Z | Compiling phf v0.11.2 |
2035 | 2025-03-21T00:07:54.442Z | Compiling hyper-tls v0.6.0 |
2036 | 2025-03-21T00:07:54.704Z | Compiling signal-hook-mio v0.2.4 |
2037 | 2025-03-21T00:07:54.877Z | Compiling rayon v1.10.0 |
2038 | 2025-03-21T00:07:54.877Z | Compiling cookie_store v0.21.1 |
2039 | 2025-03-21T00:07:55.039Z | Compiling tokio-tungstenite v0.24.0 |
2040 | 2025-03-21T00:07:55.573Z | Compiling postgres-types v0.2.9 |
2041 | 2025-03-21T00:07:56.109Z | Compiling zerocopy v0.6.6 |
2042 | 2025-03-21T00:07:56.272Z | Compiling ed25519 v2.2.3 |
2043 | 2025-03-21T00:07:56.693Z | Compiling hubpack v0.1.2 |
2044 | 2025-03-21T00:07:57.067Z | Compiling phf_shared v0.10.0 |
2045 | 2025-03-21T00:07:57.136Z | Compiling pkcs1 v0.7.5 |
2046 | 2025-03-21T00:07:57.727Z | Compiling tokio-stream v0.1.17 |
2047 | 2025-03-21T00:07:58.058Z | Compiling rfc6979 v0.4.0 |
2048 | 2025-03-21T00:07:58.584Z | Compiling serde-big-array v0.5.1 |
2049 | 2025-03-21T00:07:58.637Z | Compiling float-cmp v0.10.0 |
2050 | 2025-03-21T00:07:58.831Z | Compiling bstr v1.10.0 |
2051 | 2025-03-21T00:07:58.928Z | Compiling precomputed-hash v0.1.1 |
2052 | 2025-03-21T00:07:59.009Z | Compiling new_debug_unreachable v1.0.6 |
2053 | 2025-03-21T00:07:59.241Z | Compiling predicates-core v1.0.8 |
2054 | 2025-03-21T00:07:59.525Z | Compiling difflib v0.4.0 |
2055 | 2025-03-21T00:07:59.743Z | Compiling whoami v1.5.2 |
2056 | 2025-03-21T00:07:59.877Z | Compiling unicode-segmentation v1.12.0 |
2057 | 2025-03-21T00:08:00.248Z | Compiling fixedbitset v0.4.2 |
2058 | 2025-03-21T00:08:00.608Z | Compiling number_prefix v0.4.0 |
2059 | 2025-03-21T00:08:00.628Z | Compiling static_assertions v1.1.0 |
2060 | 2025-03-21T00:08:00.734Z | Compiling normalize-line-endings v0.3.0 |
2061 | 2025-03-21T00:08:00.850Z | Compiling indicatif v0.17.11 |
2062 | 2025-03-21T00:08:00.884Z | Compiling predicates v3.1.3 |
2063 | 2025-03-21T00:08:02.180Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2064 | 2025-03-21T00:08:02.436Z | Compiling similar v2.7.0 |
2065 | 2025-03-21T00:08:02.572Z | Compiling petgraph v0.6.5 |
2066 | 2025-03-21T00:08:03.482Z | Compiling tokio-postgres v0.7.13 |
2067 | 2025-03-21T00:08:04.197Z | Compiling string_cache v0.8.7 |
2068 | 2025-03-21T00:08:04.200Z | Compiling qorb v0.2.1 |
2069 | 2025-03-21T00:08:04.589Z | Compiling ecdsa v0.16.9 |
2070 | 2025-03-21T00:08:05.812Z | Compiling typify-macro v0.2.0 |
2071 | 2025-03-21T00:08:06.163Z | Compiling rsa v0.9.6 |
2072 | 2025-03-21T00:08:07.575Z | Compiling ed25519-dalek v2.1.1 |
2073 | 2025-03-21T00:08:09.006Z | Compiling reqwest v0.12.12 |
2074 | 2025-03-21T00:08:09.245Z | Compiling crossterm v0.28.1 |
2075 | 2025-03-21T00:08:09.406Z | Compiling clap v4.5.31 |
2076 | 2025-03-21T00:08:09.747Z | Compiling zip v0.6.6 |
2077 | 2025-03-21T00:08:10.866Z | Compiling toml v0.7.8 |
2078 | 2025-03-21T00:08:11.225Z | Compiling x509-cert v0.2.5 |
2079 | 2025-03-21T00:08:12.845Z | Compiling hex v0.4.3 |
2080 | 2025-03-21T00:08:13.401Z | Compiling itertools v0.10.5 |
2081 | 2025-03-21T00:08:14.104Z | Compiling lalrpop-util v0.19.12 |
2082 | 2025-03-21T00:08:15.366Z | Compiling peg-runtime v0.8.5 |
2083 | 2025-03-21T00:08:15.386Z | Compiling unicode-xid v0.2.6 |
2084 | 2025-03-21T00:08:17.866Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2085 | 2025-03-21T00:08:22.325Z | Compiling proc-macro-crate v1.3.1 |
2086 | 2025-03-21T00:08:23.101Z | Compiling macaddr v1.0.1 |
2087 | 2025-03-21T00:08:23.598Z | Compiling itertools v0.13.0 |
2088 | 2025-03-21T00:08:24.250Z | Compiling fastrand v2.1.1 |
2089 | 2025-03-21T00:08:24.899Z | Compiling heapless v0.8.0 |
2090 | 2025-03-21T00:08:26.662Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2091 | 2025-03-21T00:08:28.056Z | Compiling tempfile v3.13.0 |
2092 | 2025-03-21T00:08:31.495Z | Compiling num_enum_derive v0.5.11 |
2093 | 2025-03-21T00:08:36.333Z | Compiling structmeta-derive v0.3.0 |
2094 | 2025-03-21T00:08:37.340Z | Compiling hash32 v0.3.1 |
2095 | 2025-03-21T00:08:38.658Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2096 | 2025-03-21T00:08:39.022Z | Compiling thiserror v2.0.11 |
2097 | 2025-03-21T00:08:39.598Z | Compiling smoltcp v0.11.0 |
2098 | 2025-03-21T00:08:43.713Z | Compiling structmeta v0.3.0 |
2099 | 2025-03-21T00:08:45.596Z | Compiling num_enum v0.5.11 |
2100 | 2025-03-21T00:08:45.710Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2101 | 2025-03-21T00:08:46.243Z | Compiling typify v0.2.0 |
2102 | 2025-03-21T00:08:46.390Z | Compiling oxnet v0.1.1 |
2103 | 2025-03-21T00:08:47.019Z | Compiling strum_macros v0.26.4 |
2104 | 2025-03-21T00:08:47.893Z | Compiling thiserror-impl v2.0.11 |
2105 | 2025-03-21T00:08:50.051Z | Compiling proc-macro-error-attr v1.0.4 |
2106 | 2025-03-21T00:08:50.690Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2107 | 2025-03-21T00:08:51.150Z | Compiling cobs v0.2.3 |
2108 | 2025-03-21T00:08:51.616Z | Compiling unsafe-libyaml v0.2.11 |
2109 | 2025-03-21T00:08:52.938Z | Compiling serde_yaml v0.9.34+deprecated |
2110 | 2025-03-21T00:08:55.407Z | Compiling postcard v1.0.10 |
2111 | 2025-03-21T00:08:56.111Z | Compiling strum v0.26.3 |
2112 | 2025-03-21T00:09:06.138Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2113 | 2025-03-21T00:09:06.188Z | Compiling progenitor-impl v0.8.0 |
2114 | 2025-03-21T00:09:18.030Z | Compiling foreign-types-macros v0.2.3 |
2115 | 2025-03-21T00:09:18.074Z | Compiling wait-timeout v0.2.0 |
2116 | 2025-03-21T00:09:18.139Z | Compiling proc-macro-error v1.0.4 |
2117 | 2025-03-21T00:09:18.171Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2118 | 2025-03-21T00:09:18.492Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2119 | 2025-03-21T00:09:18.918Z | Compiling bit-vec v0.8.0 |
2120 | 2025-03-21T00:09:19.656Z | Compiling foreign-types-shared v0.3.1 |
2121 | 2025-03-21T00:09:19.802Z | Compiling unicode-width v0.1.14 |
2122 | 2025-03-21T00:09:20.234Z | Compiling foreign-types v0.5.0 |
2123 | 2025-03-21T00:09:20.370Z | Compiling tabwriter v1.4.0 |
2124 | 2025-03-21T00:09:24.677Z | Compiling bit-set v0.8.0 |
2125 | 2025-03-21T00:09:25.619Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2126 | 2025-03-21T00:09:26.646Z | Compiling rusty-fork v0.3.0 |
2127 | 2025-03-21T00:09:31.401Z | Compiling progenitor-macro v0.8.0 |
2128 | 2025-03-21T00:09:34.609Z | Compiling parse-display-derive v0.10.0 |
2129 | 2025-03-21T00:09:35.307Z | Compiling progenitor-client v0.8.0 |
2130 | 2025-03-21T00:09:37.947Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2131 | 2025-03-21T00:09:38.763Z | Compiling daft-derive v0.1.2 |
2132 | 2025-03-21T00:09:39.569Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2133 | 2025-03-21T00:09:39.748Z | Compiling rand_xorshift v0.3.0 |
2134 | 2025-03-21T00:09:40.061Z | Compiling cstr-argument v0.1.2 |
2135 | 2025-03-21T00:09:40.193Z | Compiling dropshot v0.16.0 |
2136 | 2025-03-21T00:09:40.415Z | Compiling unarray v0.1.4 |
2137 | 2025-03-21T00:09:40.521Z | Compiling pretty-hex v0.2.1 |
2138 | 2025-03-21T00:09:40.631Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2139 | 2025-03-21T00:09:40.774Z | Compiling crucible-workspace-hack v0.1.0 |
2140 | 2025-03-21T00:09:41.146Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2141 | 2025-03-21T00:09:41.531Z | Compiling proptest v1.6.0 |
2142 | 2025-03-21T00:09:41.553Z | Compiling progenitor v0.8.0 |
2143 | 2025-03-21T00:09:41.628Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2144 | 2025-03-21T00:09:41.801Z | Compiling daft v0.1.2 |
2145 | 2025-03-21T00:09:41.837Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2146 | 2025-03-21T00:09:42.035Z | Compiling parse-display v0.10.0 |
2147 | 2025-03-21T00:09:42.462Z | Compiling test-strategy v0.4.0 |
2148 | 2025-03-21T00:09:43.005Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2149 | 2025-03-21T00:09:43.227Z | Compiling colored v2.2.0 |
2150 | 2025-03-21T00:09:43.977Z | Compiling serde_with_macros v3.12.0 |
2151 | 2025-03-21T00:09:44.597Z | Compiling dropshot_endpoint v0.16.0 |
2152 | 2025-03-21T00:09:45.563Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2153 | 2025-03-21T00:09:46.316Z | Compiling instant v0.1.13 |
2154 | 2025-03-21T00:09:46.338Z | Compiling winnow v0.6.20 |
2155 | 2025-03-21T00:09:46.366Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2156 | 2025-03-21T00:09:46.508Z | Compiling backoff v0.4.0 |
2157 | 2025-03-21T00:09:46.794Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2158 | 2025-03-21T00:09:46.884Z | Compiling serde_with v3.12.0 |
2159 | 2025-03-21T00:09:48.153Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2160 | 2025-03-21T00:09:49.430Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2161 | 2025-03-21T00:09:49.678Z | Compiling zone_cfg_derive v0.3.0 |
2162 | 2025-03-21T00:09:49.736Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2163 | 2025-03-21T00:09:50.593Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2164 | 2025-03-21T00:09:50.972Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2165 | 2025-03-21T00:09:51.302Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2166 | 2025-03-21T00:09:51.350Z | Compiling camino-tempfile v1.1.1 |
2167 | 2025-03-21T00:09:51.736Z | Compiling progenitor-client v0.9.1 |
2168 | 2025-03-21T00:09:52.103Z | Compiling num-derive v0.4.2 |
2169 | 2025-03-21T00:09:52.694Z | Compiling sigpipe v0.1.3 |
2170 | 2025-03-21T00:09:52.858Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2171 | 2025-03-21T00:09:53.190Z | Compiling libefi-sys v0.1.0 |
2172 | 2025-03-21T00:09:53.651Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2173 | 2025-03-21T00:09:54.231Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2174 | 2025-03-21T00:09:55.750Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2175 | 2025-03-21T00:09:56.764Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2176 | 2025-03-21T00:09:59.265Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2177 | 2025-03-21T00:09:59.666Z | Compiling zone v0.3.0 |
2178 | 2025-03-21T00:09:59.686Z | Compiling itertools v0.14.0 |
2179 | 2025-03-21T00:09:59.824Z | Compiling smf v0.2.3 |
2180 | 2025-03-21T00:10:01.474Z | Compiling bitfield-struct v0.6.2 |
2181 | 2025-03-21T00:10:02.390Z | Compiling blake3 v1.5.4 |
2182 | 2025-03-21T00:10:02.807Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2183 | 2025-03-21T00:10:02.948Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2184 | 2025-03-21T00:10:03.375Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2185 | 2025-03-21T00:10:03.574Z | Compiling xattr v1.3.1 |
2186 | 2025-03-21T00:10:04.596Z | Compiling filetime v0.2.25 |
2187 | 2025-03-21T00:10:04.599Z | Compiling memmap2 v0.9.5 |
2188 | 2025-03-21T00:10:04.600Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2189 | 2025-03-21T00:10:04.600Z | Compiling arrayref v0.3.9 |
2190 | 2025-03-21T00:10:04.600Z | Compiling same-file v1.0.6 |
2191 | 2025-03-21T00:10:04.600Z | Compiling constant_time_eq v0.3.1 |
2192 | 2025-03-21T00:10:04.600Z | Compiling arrayvec v0.7.6 |
2193 | 2025-03-21T00:10:04.600Z | Compiling walkdir v2.5.0 |
2194 | 2025-03-21T00:10:04.600Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2195 | 2025-03-21T00:10:04.600Z | Compiling tar v0.4.44 |
2196 | 2025-03-21T00:10:05.850Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2197 | 2025-03-21T00:10:06.291Z | Compiling gethostname v0.5.0 |
2198 | 2025-03-21T00:10:06.517Z | Compiling cargo-platform v0.1.8 |
2199 | 2025-03-21T00:10:07.035Z | Compiling topological-sort v0.2.2 |
2200 | 2025-03-21T00:10:07.123Z | Compiling fixedbitset v0.5.7 |
2201 | 2025-03-21T00:10:07.308Z | Compiling omicron-zone-package v0.12.0 |
2202 | 2025-03-21T00:10:07.589Z | Compiling petgraph v0.7.1 |
2203 | 2025-03-21T00:10:08.265Z | Compiling cargo_metadata v0.19.2 |
2204 | 2025-03-21T00:10:08.691Z | Compiling shell-words v1.1.0 |
2205 | 2025-03-21T00:10:09.210Z | Compiling indent_write v2.2.0 |
2206 | 2025-03-21T00:10:16.072Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2207 | 2025-03-21T00:10:17.640Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2208 | 2025-03-21T00:10:22.472Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2209 | 2025-03-21T00:10:36.794Z | Finished `release` profile [optimized] target(s) in 5m 15s |
2210 | 2025-03-21T00:10:36.967Z | Running `target/release/omicron-package -t test target create -p dev` |
2211 | 2025-03-21T00:10:37.017Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2212 | 2025-03-21T00:10:37.021Z | Created new build target 'test' and set it as active |
2213 | 2025-03-21T00:10:37.021Z | |
2214 | 2025-03-21T00:10:37.021Z | real 5:15.507140243 |
2215 | 2025-03-21T00:10:37.021Z | user 36:36.784464590 |
2216 | 2025-03-21T00:10:37.021Z | sys 3:30.862300255 |
2217 | 2025-03-21T00:10:37.021Z | trap 1.125820424 |
2218 | 2025-03-21T00:10:37.021Z | tflt 1.784062874 |
2219 | 2025-03-21T00:10:37.021Z | dflt 0.792634686 |
2220 | 2025-03-21T00:10:37.021Z | kflt 0.000315588 |
2221 | 2025-03-21T00:10:37.021Z | lock 1:12:26.822596063 |
2222 | 2025-03-21T00:10:37.021Z | slp 2:28:14.690687815 |
2223 | 2025-03-21T00:10:37.021Z | lat 2:46.205904263 |
2224 | 2025-03-21T00:10:37.021Z | stop 5:06.419997411 |
2225 | 2025-03-21T00:10:37.021Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2226 | 2025-03-21T00:10:38.036Z | Finished `release` profile [optimized] target(s) in 0.96s |
2227 | 2025-03-21T00:10:38.098Z | Running `target/release/omicron-package -t test package` |
2228 | 2025-03-21T00:10:38.144Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2229 | 2025-03-21T00:10:39.304Z | Compiling ring v0.17.11 |
2230 | 2025-03-21T00:10:39.471Z | Compiling thiserror v2.0.11 |
2231 | 2025-03-21T00:10:39.483Z | Compiling typify-impl v0.3.0 |
2232 | 2025-03-21T00:10:39.488Z | Compiling convert_case v0.4.0 |
2233 | 2025-03-21T00:10:39.488Z | Compiling fastrand v2.1.1 |
2234 | 2025-03-21T00:10:39.491Z | Compiling newline-converter v0.3.0 |
2235 | 2025-03-21T00:10:39.491Z | Compiling password-hash v0.5.0 |
2236 | 2025-03-21T00:10:39.701Z | Compiling expectorate v1.1.0 |
2237 | 2025-03-21T00:10:39.947Z | Compiling tempfile v3.13.0 |
2238 | 2025-03-21T00:10:39.969Z | Compiling blake2 v0.10.6 |
2239 | 2025-03-21T00:10:40.151Z | Compiling derive_more v0.99.19 |
2240 | 2025-03-21T00:10:40.529Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2241 | 2025-03-21T00:10:41.100Z | Compiling base64 v0.21.7 |
2242 | 2025-03-21T00:10:41.235Z | Compiling argon2 v0.5.3 |
2243 | 2025-03-21T00:10:41.625Z | Compiling atomicwrites v0.4.4 |
2244 | 2025-03-21T00:10:42.233Z | Compiling owo-colors v4.2.0 |
2245 | 2025-03-21T00:10:42.297Z | Compiling cancel-safe-futures v0.1.5 |
2246 | 2025-03-21T00:10:42.609Z | Compiling num-rational v0.4.2 |
2247 | 2025-03-21T00:10:42.773Z | Compiling libsw-core v0.3.1 |
2248 | 2025-03-21T00:10:43.063Z | Compiling num-complex v0.4.6 |
2249 | 2025-03-21T00:10:43.378Z | Compiling libsw v3.4.0 |
2250 | 2025-03-21T00:10:44.187Z | Compiling num v0.4.3 |
2251 | 2025-03-21T00:10:44.874Z | Compiling rustls v0.23.19 |
2252 | 2025-03-21T00:10:44.904Z | Compiling rustls v0.22.4 |
2253 | 2025-03-21T00:10:44.934Z | Compiling float-ord v0.3.2 |
2254 | 2025-03-21T00:10:44.953Z | Compiling swrite v0.1.0 |
2255 | 2025-03-21T00:10:45.103Z | Compiling linear-map v1.2.0 |
2256 | 2025-03-21T00:10:45.129Z | Compiling highway v1.3.0 |
2257 | 2025-03-21T00:10:45.528Z | Compiling tungstenite v0.21.0 |
2258 | 2025-03-21T00:10:45.547Z | Compiling semver v0.1.20 |
2259 | 2025-03-21T00:10:46.017Z | Compiling rustc_version v0.1.7 |
2260 | 2025-03-21T00:10:46.059Z | Compiling wait-timeout v0.2.0 |
2261 | 2025-03-21T00:10:46.400Z | Compiling newtype_derive v0.1.6 |
2262 | 2025-03-21T00:10:46.485Z | Compiling bit-vec v0.8.0 |
2263 | 2025-03-21T00:10:46.646Z | Compiling rusty-fork v0.3.0 |
2264 | 2025-03-21T00:10:46.745Z | Compiling tokio-tungstenite v0.21.0 |
2265 | 2025-03-21T00:10:46.905Z | Compiling rustls-webpki v0.102.8 |
2266 | 2025-03-21T00:10:47.232Z | Compiling bit-set v0.8.0 |
2267 | 2025-03-21T00:10:47.424Z | Compiling oxnet v0.1.1 |
2268 | 2025-03-21T00:10:47.561Z | Compiling rand_xorshift v0.3.0 |
2269 | 2025-03-21T00:10:48.074Z | Compiling unarray v0.1.4 |
2270 | 2025-03-21T00:10:48.464Z | Compiling humantime v2.1.0 |
2271 | 2025-03-21T00:10:48.512Z | Compiling proptest v1.6.0 |
2272 | 2025-03-21T00:10:49.086Z | Compiling daft v0.1.2 |
2273 | 2025-03-21T00:10:49.664Z | Compiling typify-macro v0.3.0 |
2274 | 2025-03-21T00:10:49.956Z | Compiling parse-display v0.10.0 |
2275 | 2025-03-21T00:10:50.356Z | Compiling dropshot v0.16.0 |
2276 | 2025-03-21T00:10:50.416Z | Compiling strum v0.26.3 |
2277 | 2025-03-21T00:10:50.448Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2278 | 2025-03-21T00:10:50.628Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2279 | 2025-03-21T00:10:50.634Z | Compiling instant v0.1.13 |
2280 | 2025-03-21T00:10:50.803Z | Compiling backoff v0.4.0 |
2281 | 2025-03-21T00:10:51.152Z | Compiling steno v0.4.1 |
2282 | 2025-03-21T00:10:52.943Z | Compiling tokio-rustls v0.25.0 |
2283 | 2025-03-21T00:10:53.199Z | Compiling typify v0.3.0 |
2284 | 2025-03-21T00:10:53.353Z | Compiling dropshot v0.12.0 |
2285 | 2025-03-21T00:10:53.374Z | Compiling progenitor-impl v0.9.1 |
2286 | 2025-03-21T00:10:55.185Z | Compiling tokio-rustls v0.26.0 |
2287 | 2025-03-21T00:10:55.655Z | Compiling hyper-rustls v0.27.3 |
2288 | 2025-03-21T00:10:56.234Z | Compiling reqwest v0.12.12 |
2289 | 2025-03-21T00:10:59.045Z | Compiling qorb v0.2.1 |
2290 | 2025-03-21T00:11:00.814Z | Compiling progenitor-macro v0.9.1 |
2291 | 2025-03-21T00:11:04.001Z | Compiling progenitor-client v0.9.1 |
2292 | 2025-03-21T00:11:04.559Z | Compiling progenitor-client v0.8.0 |
2293 | 2025-03-21T00:11:05.044Z | Compiling progenitor v0.8.0 |
2294 | 2025-03-21T00:11:05.072Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2295 | 2025-03-21T00:11:05.618Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2296 | 2025-03-21T00:11:31.693Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2297 | 2025-03-21T00:11:34.973Z | Compiling progenitor v0.9.1 |
2298 | 2025-03-21T00:11:35.215Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2299 | 2025-03-21T00:11:36.462Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2300 | 2025-03-21T00:11:36.719Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2301 | 2025-03-21T00:11:37.350Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2302 | 2025-03-21T00:11:38.310Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2303 | 2025-03-21T00:11:38.383Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2304 | 2025-03-21T00:11:42.576Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2305 | 2025-03-21T00:11:43.690Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2306 | 2025-03-21T00:11:44.294Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2307 | 2025-03-21T00:11:44.804Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2308 | 2025-03-21T00:11:45.413Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2309 | 2025-03-21T00:11:45.626Z | Compiling serde_with v3.12.0 |
2310 | 2025-03-21T00:11:49.259Z | Compiling macaddr v1.0.1 |
2311 | 2025-03-21T00:11:50.038Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2312 | 2025-03-21T00:11:50.059Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2313 | 2025-03-21T00:11:50.189Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2314 | 2025-03-21T00:11:51.684Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2315 | 2025-03-21T00:11:51.901Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2316 | 2025-03-21T00:11:54.874Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2317 | 2025-03-21T00:11:57.232Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2318 | 2025-03-21T00:11:59.377Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2319 | 2025-03-21T00:12:04.810Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2320 | 2025-03-21T00:12:05.375Z | Compiling slog-dtrace v0.3.0 |
2321 | 2025-03-21T00:12:05.819Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2322 | 2025-03-21T00:12:06.780Z | Compiling prettyplease v0.2.30 |
2323 | 2025-03-21T00:12:12.300Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2324 | 2025-03-21T00:12:15.151Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2325 | 2025-03-21T00:12:15.292Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2326 | 2025-03-21T00:12:15.365Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2327 | 2025-03-21T00:12:16.199Z | Compiling half v2.4.1 |
2328 | 2025-03-21T00:12:16.881Z | Compiling ciborium-io v0.2.2 |
2329 | 2025-03-21T00:12:17.043Z | Compiling ciborium-ll v0.2.2 |
2330 | 2025-03-21T00:12:17.358Z | Compiling bytecount v0.6.8 |
2331 | 2025-03-21T00:12:17.577Z | Compiling ciborium v0.2.2 |
2332 | 2025-03-21T00:12:17.717Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2333 | 2025-03-21T00:12:19.590Z | Compiling display-error-chain v0.2.2 |
2334 | 2025-03-21T00:12:19.843Z | Compiling const_format_proc_macros v0.2.34 |
2335 | 2025-03-21T00:12:20.029Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2336 | 2025-03-21T00:12:20.458Z | Compiling crunchy v0.2.2 |
2337 | 2025-03-21T00:12:20.939Z | Compiling same-file v1.0.6 |
2338 | 2025-03-21T00:12:21.202Z | Compiling keccak v0.1.5 |
2339 | 2025-03-21T00:12:21.579Z | Compiling maplit v1.0.2 |
2340 | 2025-03-21T00:12:21.725Z | Compiling const_format v0.2.34 |
2341 | 2025-03-21T00:12:22.293Z | Compiling sha3 v0.10.8 |
2342 | 2025-03-21T00:12:23.044Z | Compiling walkdir v2.5.0 |
2343 | 2025-03-21T00:12:23.213Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2344 | 2025-03-21T00:12:23.520Z | Compiling radium v0.7.0 |
2345 | 2025-03-21T00:12:23.638Z | Compiling tiny-keccak v2.0.2 |
2346 | 2025-03-21T00:12:24.005Z | Compiling blake3 v1.5.4 |
2347 | 2025-03-21T00:12:24.185Z | Compiling dsl_auto_type v0.1.2 |
2348 | 2025-03-21T00:12:24.709Z | Compiling scheduled-thread-pool v0.2.7 |
2349 | 2025-03-21T00:12:25.342Z | Compiling xattr v1.3.1 |
2350 | 2025-03-21T00:12:25.644Z | Compiling diesel_table_macro_syntax v0.2.0 |
2351 | 2025-03-21T00:12:25.844Z | Compiling filetime v0.2.25 |
2352 | 2025-03-21T00:12:25.991Z | Compiling memmap2 v0.9.5 |
2353 | 2025-03-21T00:12:26.021Z | Compiling arrayref v0.3.9 |
2354 | 2025-03-21T00:12:26.144Z | Compiling tap v1.0.1 |
2355 | 2025-03-21T00:12:26.164Z | Compiling constant_time_eq v0.3.1 |
2356 | 2025-03-21T00:12:26.337Z | Compiling maybe-uninit v2.0.0 |
2357 | 2025-03-21T00:12:26.371Z | Compiling bit-vec v0.6.3 |
2358 | 2025-03-21T00:12:26.390Z | Compiling arrayvec v0.7.6 |
2359 | 2025-03-21T00:12:26.797Z | Compiling bit-set v0.5.3 |
2360 | 2025-03-21T00:12:26.897Z | Compiling wyz v0.5.1 |
2361 | 2025-03-21T00:12:27.074Z | Compiling tar v0.4.44 |
2362 | 2025-03-21T00:12:27.358Z | Compiling diesel_derives v2.2.3 |
2363 | 2025-03-21T00:12:27.785Z | Compiling r2d2 v0.8.10 |
2364 | 2025-03-21T00:12:28.554Z | Compiling toolchain_find v0.4.0 |
2365 | 2025-03-21T00:12:28.692Z | Compiling camino-tempfile v1.1.1 |
2366 | 2025-03-21T00:12:28.873Z | Compiling phf_generator v0.11.2 |
2367 | 2025-03-21T00:12:29.000Z | Compiling ascii-canvas v3.0.0 |
2368 | 2025-03-21T00:12:29.119Z | Compiling secrecy v0.8.0 |
2369 | 2025-03-21T00:12:29.140Z | Compiling ena v0.14.3 |
2370 | 2025-03-21T00:12:29.141Z | Compiling async-recursion v1.1.1 |
2371 | 2025-03-21T00:12:29.358Z | Compiling packed_struct v0.10.1 |
2372 | 2025-03-21T00:12:29.427Z | Compiling bindgen v0.71.1 |
2373 | 2025-03-21T00:12:29.498Z | Compiling funty v2.0.0 |
2374 | 2025-03-21T00:12:29.784Z | Compiling crc-catalog v2.4.0 |
2375 | 2025-03-21T00:12:29.878Z | Compiling diff v0.1.13 |
2376 | 2025-03-21T00:12:29.955Z | Compiling regex-syntax v0.6.29 |
2377 | 2025-03-21T00:12:30.365Z | Compiling topological-sort v0.2.2 |
2378 | 2025-03-21T00:12:30.446Z | Compiling crc v3.2.1 |
2379 | 2025-03-21T00:12:30.597Z | Compiling omicron-zone-package v0.12.0 |
2380 | 2025-03-21T00:12:30.787Z | Compiling bitvec v1.0.1 |
2381 | 2025-03-21T00:12:32.337Z | Compiling phf_codegen v0.11.2 |
2382 | 2025-03-21T00:12:32.508Z | Compiling rustfmt-wrapper v0.2.1 |
2383 | 2025-03-21T00:12:32.701Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2384 | 2025-03-21T00:12:33.296Z | Compiling lalrpop v0.19.12 |
2385 | 2025-03-21T00:12:33.759Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2386 | 2025-03-21T00:12:34.010Z | Compiling universal-hash v0.5.1 |
2387 | 2025-03-21T00:12:34.260Z | Compiling thiserror-impl-no-std v2.0.2 |
2388 | 2025-03-21T00:12:34.716Z | Compiling packed_struct_codegen v0.10.1 |
2389 | 2025-03-21T00:12:35.132Z | Compiling parse-zoneinfo v0.3.1 |
2390 | 2025-03-21T00:12:35.305Z | Compiling indexmap v1.9.3 |
2391 | 2025-03-21T00:12:35.672Z | Compiling rustc-hash v2.1.1 |
2392 | 2025-03-21T00:12:35.891Z | Compiling nodrop v0.1.14 |
2393 | 2025-03-21T00:12:36.059Z | Compiling ref-cast v1.0.23 |
2394 | 2025-03-21T00:12:36.438Z | Compiling opaque-debug v0.3.1 |
2395 | 2025-03-21T00:12:36.573Z | Compiling poly1305 v0.8.0 |
2396 | 2025-03-21T00:12:36.632Z | Compiling array-init v0.0.4 |
2397 | 2025-03-21T00:12:36.653Z | Compiling thiserror-no-std v2.0.2 |
2398 | 2025-03-21T00:12:37.641Z | Compiling diesel v2.2.8 |
2399 | 2025-03-21T00:12:37.711Z | Compiling chrono-tz-build v0.4.0 |
2400 | 2025-03-21T00:12:38.086Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2401 | 2025-03-21T00:12:38.690Z | Compiling smallvec v0.6.14 |
2402 | 2025-03-21T00:12:39.194Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2403 | 2025-03-21T00:12:39.522Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2404 | 2025-03-21T00:12:39.854Z | Compiling itertools v0.13.0 |
2405 | 2025-03-21T00:12:40.857Z | Compiling derive_builder_core v0.20.2 |
2406 | 2025-03-21T00:12:42.742Z | Compiling chacha20 v0.9.1 |
2407 | 2025-03-21T00:12:43.253Z | Compiling headers-core v0.3.0 |
2408 | 2025-03-21T00:12:43.391Z | Compiling aead v0.5.2 |
2409 | 2025-03-21T00:12:43.447Z | Compiling libxml v0.3.3 |
2410 | 2025-03-21T00:12:43.714Z | Compiling ref-cast-impl v1.0.23 |
2411 | 2025-03-21T00:12:43.808Z | Compiling vte_generate_state_changes v0.1.2 |
2412 | 2025-03-21T00:12:44.390Z | Compiling bitfield v0.14.0 |
2413 | 2025-03-21T00:12:44.683Z | Compiling hashbrown v0.12.3 |
2414 | 2025-03-21T00:12:44.822Z | Compiling arc-swap v1.7.1 |
2415 | 2025-03-21T00:12:45.512Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2416 | 2025-03-21T00:12:45.881Z | Compiling termcolor v1.4.1 |
2417 | 2025-03-21T00:12:46.824Z | Compiling env_logger v0.10.2 |
2418 | 2025-03-21T00:12:47.016Z | Compiling slog-scope v4.4.0 |
2419 | 2025-03-21T00:12:47.981Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2420 | 2025-03-21T00:12:48.997Z | Compiling vte v0.11.1 |
2421 | 2025-03-21T00:12:49.048Z | Compiling samael v0.0.18 |
2422 | 2025-03-21T00:12:49.875Z | Compiling chacha20poly1305 v0.10.1 |
2423 | 2025-03-21T00:12:50.110Z | Compiling headers v0.4.0 |
2424 | 2025-03-21T00:12:50.540Z | Compiling derive_builder_macro v0.20.2 |
2425 | 2025-03-21T00:12:50.686Z | Compiling serde-hex v0.1.0 |
2426 | 2025-03-21T00:12:51.415Z | Compiling chrono-tz v0.10.1 |
2427 | 2025-03-21T00:12:52.064Z | Compiling vsss-rs v3.3.4 |
2428 | 2025-03-21T00:12:53.677Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2429 | 2025-03-21T00:12:54.730Z | Compiling polar-core v0.27.3 |
2430 | 2025-03-21T00:12:55.665Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2431 | 2025-03-21T00:12:56.090Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2432 | 2025-03-21T00:12:56.239Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2433 | 2025-03-21T00:12:56.437Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2434 | 2025-03-21T00:12:56.762Z | Compiling ron v0.8.1 |
2435 | 2025-03-21T00:12:58.950Z | Compiling hashbrown v0.13.2 |
2436 | 2025-03-21T00:13:00.171Z | Compiling strum_macros v0.24.3 |
2437 | 2025-03-21T00:13:00.380Z | Compiling unicase v2.7.0 |
2438 | 2025-03-21T00:13:00.729Z | Compiling indoc v1.0.9 |
2439 | 2025-03-21T00:13:01.594Z | Compiling crc-any v2.5.0 |
2440 | 2025-03-21T00:13:02.319Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2441 | 2025-03-21T00:13:02.575Z | Compiling object v0.30.4 |
2442 | 2025-03-21T00:13:03.064Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2443 | 2025-03-21T00:13:16.629Z | Compiling derive_builder v0.20.2 |
2444 | 2025-03-21T00:13:19.371Z | Compiling strip-ansi-escapes v0.2.0 |
2445 | 2025-03-21T00:13:20.179Z | Compiling slog-stdlog v4.1.1 |
2446 | 2025-03-21T00:13:21.493Z | Compiling papergrid v0.11.0 |
2447 | 2025-03-21T00:13:22.957Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2448 | 2025-03-21T00:13:23.307Z | Compiling tabled_derive v0.7.0 |
2449 | 2025-03-21T00:13:24.319Z | Compiling fd-lock v4.0.2 |
2450 | 2025-03-21T00:13:24.569Z | Compiling peg-macros v0.8.5 |
2451 | 2025-03-21T00:13:25.329Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2452 | 2025-03-21T00:13:26.274Z | Compiling oso-derive v0.27.3 |
2453 | 2025-03-21T00:13:27.227Z | Compiling impl-trait-for-tuples v0.2.2 |
2454 | 2025-03-21T00:13:27.513Z | Compiling quick-xml v0.37.2 |
2455 | 2025-03-21T00:13:33.009Z | Compiling diesel-dtrace v0.4.2 |
2456 | 2025-03-21T00:13:33.372Z | Compiling nu-ansi-term v0.50.1 |
2457 | 2025-03-21T00:13:33.783Z | Compiling path-slash v0.1.5 |
2458 | 2025-03-21T00:13:34.056Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2459 | 2025-03-21T00:13:34.551Z | Compiling reedline v0.38.0 |
2460 | 2025-03-21T00:13:35.921Z | Compiling oso v0.27.3 |
2461 | 2025-03-21T00:13:46.854Z | Compiling peg v0.8.5 |
2462 | 2025-03-21T00:13:47.026Z | Compiling tabled v0.15.0 |
2463 | 2025-03-21T00:13:49.382Z | Compiling slog-envlogger v2.2.0 |
2464 | 2025-03-21T00:13:52.629Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2465 | 2025-03-21T00:13:52.916Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2466 | 2025-03-21T00:13:54.365Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2467 | 2025-03-21T00:13:54.725Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2468 | 2025-03-21T00:13:58.524Z | Compiling pem v3.0.5 |
2469 | 2025-03-21T00:14:00.016Z | Compiling bb8 v0.8.5 |
2470 | 2025-03-21T00:14:00.611Z | Compiling bcs v0.1.6 |
2471 | 2025-03-21T00:14:01.438Z | Compiling fxhash v0.2.1 |
2472 | 2025-03-21T00:14:01.700Z | Compiling libz-sys v1.1.20 |
2473 | 2025-03-21T00:14:02.383Z | Compiling termtree v0.5.1 |
2474 | 2025-03-21T00:14:02.833Z | Compiling async-bb8-diesel v0.2.1 |
2475 | 2025-03-21T00:14:05.283Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2476 | 2025-03-21T00:14:05.305Z | Compiling kstat-rs v0.2.4 |
2477 | 2025-03-21T00:14:06.190Z | Compiling proc-macro-error-attr2 v2.0.0 |
2478 | 2025-03-21T00:14:06.302Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2479 | 2025-03-21T00:14:06.898Z | Compiling proc-macro-error2 v2.0.1 |
2480 | 2025-03-21T00:14:06.919Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2481 | 2025-03-21T00:14:07.444Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2482 | 2025-03-21T00:14:07.937Z | Compiling nanorand v0.7.0 |
2483 | 2025-03-21T00:14:08.610Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2484 | 2025-03-21T00:14:09.371Z | Compiling pin-project-internal v1.1.6 |
2485 | 2025-03-21T00:14:11.895Z | Compiling parking_lot_core v0.8.6 |
2486 | 2025-03-21T00:14:12.380Z | Compiling pin-project v1.1.6 |
2487 | 2025-03-21T00:14:20.999Z | Compiling flume v0.11.1 |
2488 | 2025-03-21T00:14:21.748Z | Compiling tabled_derive v0.10.0 |
2489 | 2025-03-21T00:14:22.927Z | Compiling mime_guess v2.0.5 |
2490 | 2025-03-21T00:14:24.132Z | Compiling papergrid v0.14.0 |
2491 | 2025-03-21T00:14:24.244Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2492 | 2025-03-21T00:14:25.884Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2493 | 2025-03-21T00:14:28.707Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2494 | 2025-03-21T00:14:31.643Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2495 | 2025-03-21T00:14:32.917Z | Compiling snafu-derive v0.8.5 |
2496 | 2025-03-21T00:14:34.620Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2497 | 2025-03-21T00:14:35.034Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2498 | 2025-03-21T00:14:36.831Z | Compiling tabled v0.18.0 |
2499 | 2025-03-21T00:14:37.036Z | Compiling snafu v0.8.5 |
2500 | 2025-03-21T00:14:39.684Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2501 | 2025-03-21T00:14:45.637Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2502 | 2025-03-21T00:14:51.683Z | Compiling globset v0.4.15 |
2503 | 2025-03-21T00:14:56.364Z | Compiling olpc-cjson v0.1.4 |
2504 | 2025-03-21T00:14:56.685Z | Compiling vergen v8.3.2 |
2505 | 2025-03-21T00:14:57.034Z | Compiling castaway v0.2.3 |
2506 | 2025-03-21T00:14:57.252Z | Compiling nibble_vec v0.1.0 |
2507 | 2025-03-21T00:14:57.514Z | Compiling serde_plain v1.0.2 |
2508 | 2025-03-21T00:14:57.640Z | Compiling cargo-platform v0.1.8 |
2509 | 2025-03-21T00:14:58.064Z | Compiling atty v0.2.14 |
2510 | 2025-03-21T00:14:58.082Z | Compiling salty v0.3.0 |
2511 | 2025-03-21T00:14:58.245Z | Compiling http-range v0.1.5 |
2512 | 2025-03-21T00:14:58.502Z | Compiling io-lifetimes v1.0.11 |
2513 | 2025-03-21T00:14:58.759Z | Compiling typed-path v0.9.3 |
2514 | 2025-03-21T00:14:59.059Z | Compiling endian-type v0.1.2 |
2515 | 2025-03-21T00:14:59.329Z | Compiling radix_trie v0.2.1 |
2516 | 2025-03-21T00:15:00.780Z | Compiling cargo_metadata v0.18.1 |
2517 | 2025-03-21T00:15:02.610Z | Compiling tough v0.19.0 |
2518 | 2025-03-21T00:15:02.819Z | Compiling git2 v0.19.0 |
2519 | 2025-03-21T00:15:03.618Z | Compiling compact_str v0.8.0 |
2520 | 2025-03-21T00:15:06.082Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2521 | 2025-03-21T00:15:08.798Z | Compiling parking_lot v0.11.2 |
2522 | 2025-03-21T00:15:10.833Z | Compiling unicode-truncate v1.1.0 |
2523 | 2025-03-21T00:15:11.142Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2524 | 2025-03-21T00:15:11.167Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2525 | 2025-03-21T00:15:12.472Z | Compiling lru v0.12.5 |
2526 | 2025-03-21T00:15:12.844Z | Compiling rand_seeder v0.3.0 |
2527 | 2025-03-21T00:15:13.273Z | Compiling lzma-sys v0.1.20 |
2528 | 2025-03-21T00:15:13.981Z | Compiling instability v0.3.2 |
2529 | 2025-03-21T00:15:14.977Z | Compiling rustix v0.37.28 |
2530 | 2025-03-21T00:15:15.632Z | Compiling rustls v0.21.12 |
2531 | 2025-03-21T00:15:15.705Z | Compiling indoc v2.0.6 |
2532 | 2025-03-21T00:15:15.981Z | Compiling parse-size v1.1.0 |
2533 | 2025-03-21T00:15:16.325Z | Compiling cassowary v0.3.0 |
2534 | 2025-03-21T00:15:16.552Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2535 | 2025-03-21T00:15:16.898Z | Compiling ratatui v0.29.0 |
2536 | 2025-03-21T00:15:19.309Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2537 | 2025-03-21T00:15:19.557Z | Compiling hyper-staticfile v0.10.1 |
2538 | 2025-03-21T00:15:19.994Z | Compiling sled v0.34.7 |
2539 | 2025-03-21T00:15:21.884Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2540 | 2025-03-21T00:15:23.605Z | Compiling hickory-client v0.24.4 |
2541 | 2025-03-21T00:15:24.328Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2542 | 2025-03-21T00:15:25.514Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2543 | 2025-03-21T00:15:28.152Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2544 | 2025-03-21T00:15:30.880Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2545 | 2025-03-21T00:15:31.214Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2546 | 2025-03-21T00:15:32.714Z | Compiling rustls-webpki v0.101.7 |
2547 | 2025-03-21T00:15:34.089Z | Compiling sct v0.7.1 |
2548 | 2025-03-21T00:15:34.529Z | Compiling hickory-server v0.24.4 |
2549 | 2025-03-21T00:15:36.580Z | Compiling primeorder v0.13.6 |
2550 | 2025-03-21T00:15:36.663Z | Compiling heck v0.3.3 |
2551 | 2025-03-21T00:15:37.005Z | Compiling env_filter v0.1.2 |
2552 | 2025-03-21T00:15:37.161Z | Compiling csv-core v0.1.11 |
2553 | 2025-03-21T00:15:38.070Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2554 | 2025-03-21T00:15:38.513Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2555 | 2025-03-21T00:15:38.579Z | Compiling csv v1.3.1 |
2556 | 2025-03-21T00:15:39.547Z | Compiling env_logger v0.11.5 |
2557 | 2025-03-21T00:15:40.693Z | Compiling p384 v0.13.0 |
2558 | 2025-03-21T00:15:40.969Z | Compiling zone_cfg_derive v0.1.2 |
2559 | 2025-03-21T00:15:45.644Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2560 | 2025-03-21T00:15:47.416Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2561 | 2025-03-21T00:15:47.539Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2562 | 2025-03-21T00:15:47.675Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2563 | 2025-03-21T00:15:48.228Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2564 | 2025-03-21T00:15:48.647Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2565 | 2025-03-21T00:15:48.812Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2566 | 2025-03-21T00:15:48.992Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2567 | 2025-03-21T00:15:49.158Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2568 | 2025-03-21T00:15:49.337Z | Compiling nix v0.27.1 |
2569 | 2025-03-21T00:15:49.497Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2570 | 2025-03-21T00:15:50.188Z | Compiling tungstenite v0.23.0 |
2571 | 2025-03-21T00:15:52.017Z | Compiling base64 v0.13.1 |
2572 | 2025-03-21T00:15:52.817Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2573 | 2025-03-21T00:15:53.219Z | Compiling ron v0.7.1 |
2574 | 2025-03-21T00:15:54.741Z | Compiling tokio-tungstenite v0.23.1 |
2575 | 2025-03-21T00:15:55.359Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2576 | 2025-03-21T00:15:56.033Z | Compiling xz2 v0.1.7 |
2577 | 2025-03-21T00:15:56.670Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2578 | 2025-03-21T00:15:58.424Z | Compiling terminal_size v0.2.6 |
2579 | 2025-03-21T00:15:58.668Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2580 | 2025-03-21T00:16:02.871Z | Compiling tokio-rustls v0.24.1 |
2581 | 2025-03-21T00:16:03.371Z | Compiling zone v0.1.8 |
2582 | 2025-03-21T00:16:04.171Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2583 | 2025-03-21T00:16:05.803Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2584 | 2025-03-21T00:16:06.099Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2585 | 2025-03-21T00:16:06.626Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2586 | 2025-03-21T00:16:06.961Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2587 | 2025-03-21T00:16:07.089Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2588 | 2025-03-21T00:16:07.739Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2589 | 2025-03-21T00:16:08.691Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2590 | 2025-03-21T00:16:10.867Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2591 | 2025-03-21T00:16:11.219Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2592 | 2025-03-21T00:16:12.156Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2593 | 2025-03-21T00:16:14.647Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2594 | 2025-03-21T00:16:16.099Z | Compiling rustls-pemfile v1.0.4 |
2595 | 2025-03-21T00:16:16.842Z | Compiling signal-hook-tokio v0.3.1 |
2596 | 2025-03-21T00:16:17.077Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2597 | 2025-03-21T00:16:17.840Z | Compiling twox-hash v2.1.0 |
2598 | 2025-03-21T00:16:18.161Z | Compiling yasna v0.5.2 |
2599 | 2025-03-21T00:16:18.877Z | Compiling smawk v0.3.2 |
2600 | 2025-03-21T00:16:19.184Z | Compiling unicode-linebreak v0.1.5 |
2601 | 2025-03-21T00:16:19.567Z | Compiling glob v0.3.2 |
2602 | 2025-03-21T00:16:19.759Z | Compiling is_ci v1.2.0 |
2603 | 2025-03-21T00:16:19.838Z | Compiling textwrap v0.16.1 |
2604 | 2025-03-21T00:16:20.073Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2605 | 2025-03-21T00:16:21.540Z | Compiling supports-color v3.0.2 |
2606 | 2025-03-21T00:16:21.675Z | Compiling rcgen v0.12.1 |
2607 | 2025-03-21T00:16:23.376Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2608 | 2025-03-21T00:16:26.058Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2609 | 2025-03-21T00:16:27.186Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2610 | 2025-03-21T00:16:27.408Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2611 | 2025-03-21T00:16:32.807Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2612 | 2025-03-21T00:16:35.806Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2613 | 2025-03-21T00:16:45.254Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2614 | 2025-03-21T00:16:46.287Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2615 | 2025-03-21T00:16:47.108Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2616 | 2025-03-21T00:16:47.296Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2617 | 2025-03-21T00:16:49.866Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2618 | 2025-03-21T00:16:56.215Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2619 | 2025-03-21T00:16:57.085Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2620 | 2025-03-21T00:16:57.652Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2621 | 2025-03-21T00:17:07.634Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2622 | 2025-03-21T00:17:12.750Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2623 | 2025-03-21T00:17:13.103Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2624 | 2025-03-21T00:17:13.223Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2625 | 2025-03-21T00:17:14.393Z | Compiling fatfs v0.3.6 |
2626 | 2025-03-21T00:17:14.873Z | Compiling subprocess v0.2.9 |
2627 | 2025-03-21T00:17:15.722Z | Compiling rtoolbox v0.0.2 |
2628 | 2025-03-21T00:17:16.134Z | Compiling assert_matches v1.5.0 |
2629 | 2025-03-21T00:17:17.083Z | Compiling rpassword v7.3.1 |
2630 | 2025-03-21T00:17:17.554Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2631 | 2025-03-21T00:17:19.294Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2632 | 2025-03-21T00:17:19.521Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2633 | 2025-03-21T00:17:25.084Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2634 | 2025-03-21T00:17:31.894Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2635 | 2025-03-21T00:17:50.277Z | Compiling tui-tree-widget v0.23.0 |
2636 | 2025-03-21T00:17:50.739Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2637 | 2025-03-21T00:17:52.768Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2638 | 2025-03-21T00:17:53.115Z | Compiling uzers v0.12.1 |
2639 | 2025-03-21T00:17:56.233Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2640 | 2025-03-21T00:18:03.752Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2641 | 2025-03-21T00:18:03.805Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2642 | 2025-03-21T00:18:09.773Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2643 | 2025-03-21T00:18:20.318Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2644 | 2025-03-21T00:18:25.007Z | Compiling multimap v0.10.0 |
2645 | 2025-03-21T00:20:42.455Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2646 | 2025-03-21T00:28:04.569Z | Finished `release` profile [optimized] target(s) in 17m 26s |
2647 | 2025-03-21T00:29:12.699Z | |
2648 | 2025-03-21T00:29:12.702Z | real 18:35.450416472 |
2649 | 2025-03-21T00:29:12.702Z | user 2:09:42.639696082 |
2650 | 2025-03-21T00:29:12.702Z | sys 3:32.406637840 |
2651 | 2025-03-21T00:29:12.702Z | trap 3.212502828 |
2652 | 2025-03-21T00:29:12.702Z | tflt 1.702854209 |
2653 | 2025-03-21T00:29:12.702Z | dflt 4.330173791 |
2654 | 2025-03-21T00:29:12.702Z | kflt 0.000951844 |
2655 | 2025-03-21T00:29:12.702Z | lock 7:49:45.647660445 |
2656 | 2025-03-21T00:29:12.702Z | slp 6:45:32.182244812 |
2657 | 2025-03-21T00:29:12.702Z | lat 3:35.523107659 |
2658 | 2025-03-21T00:29:12.702Z | stop 2:56.403559561 |
2659 | 2025-03-21T00:29:12.702Z | + mapfile -t packages |
2660 | 2025-03-21T00:29:12.702Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2661 | 2025-03-21T00:29:13.781Z | Compiling ring v0.17.11 |
2662 | 2025-03-21T00:29:15.657Z | Compiling rustls v0.23.19 |
2663 | 2025-03-21T00:29:15.657Z | Compiling rustls v0.22.4 |
2664 | 2025-03-21T00:29:17.253Z | Compiling rustls-webpki v0.102.8 |
2665 | 2025-03-21T00:29:21.170Z | Compiling tokio-rustls v0.25.0 |
2666 | 2025-03-21T00:29:21.585Z | Compiling dropshot v0.12.0 |
2667 | 2025-03-21T00:29:23.228Z | Compiling tokio-rustls v0.26.0 |
2668 | 2025-03-21T00:29:23.669Z | Compiling hyper-rustls v0.27.3 |
2669 | 2025-03-21T00:29:24.192Z | Compiling reqwest v0.12.12 |
2670 | 2025-03-21T00:29:25.945Z | Compiling qorb v0.2.1 |
2671 | 2025-03-21T00:29:26.356Z | Compiling dropshot v0.16.0 |
2672 | 2025-03-21T00:29:32.720Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2673 | 2025-03-21T00:29:33.303Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2674 | 2025-03-21T00:29:34.049Z | Compiling progenitor-client v0.8.0 |
2675 | 2025-03-21T00:29:35.101Z | Compiling progenitor v0.8.0 |
2676 | 2025-03-21T00:29:35.384Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2677 | 2025-03-21T00:29:36.807Z | Compiling progenitor-client v0.9.1 |
2678 | 2025-03-21T00:29:37.432Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2679 | 2025-03-21T00:29:37.783Z | Compiling omicron-zone-package v0.12.0 |
2680 | 2025-03-21T00:29:45.698Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2681 | 2025-03-21T00:29:58.328Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2682 | 2025-03-21T00:30:02.897Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2683 | 2025-03-21T00:30:03.751Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2684 | 2025-03-21T00:30:05.429Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2685 | 2025-03-21T00:30:21.298Z | Finished `release` profile [optimized] target(s) in 1m 08s |
2686 | 2025-03-21T00:30:21.478Z | Running `target/release/omicron-package -t test list-outputs` |
2687 | 2025-03-21T00:30:21.530Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2688 | 2025-03-21T00:30:21.533Z | + ptime -m cargo build --locked --release -p xtask |
2689 | 2025-03-21T00:30:22.121Z | Compiling serde v1.0.218 |
2690 | 2025-03-21T00:30:22.124Z | Compiling libc v0.2.170 |
2691 | 2025-03-21T00:30:22.124Z | Compiling serde_json v1.0.139 |
2692 | 2025-03-21T00:30:22.124Z | Compiling rustix v0.38.37 |
2693 | 2025-03-21T00:30:22.124Z | Compiling syn v2.0.98 |
2694 | 2025-03-21T00:30:22.242Z | Compiling bitflags v2.6.0 |
2695 | 2025-03-21T00:30:22.600Z | Compiling usdt-impl v0.5.0 |
2696 | 2025-03-21T00:30:22.614Z | Compiling syn v1.0.109 |
2697 | 2025-03-21T00:30:22.725Z | Compiling log v0.4.22 |
2698 | 2025-03-21T00:30:22.747Z | Compiling hashbrown v0.15.1 |
2699 | 2025-03-21T00:30:23.048Z | Compiling fs-err v2.11.0 |
2700 | 2025-03-21T00:30:23.191Z | Compiling anyhow v1.0.97 |
2701 | 2025-03-21T00:30:23.383Z | Compiling once_cell v1.20.3 |
2702 | 2025-03-21T00:30:23.530Z | Compiling thread-id v4.2.2 |
2703 | 2025-03-21T00:30:23.979Z | Compiling indexmap v2.7.1 |
2704 | 2025-03-21T00:30:25.101Z | Compiling terminal_size v0.4.0 |
2705 | 2025-03-21T00:30:25.101Z | Compiling tempfile v3.13.0 |
2706 | 2025-03-21T00:30:25.354Z | Compiling clap_builder v4.5.31 |
2707 | 2025-03-21T00:30:25.846Z | Compiling proc-macro-error v1.0.4 |
2708 | 2025-03-21T00:30:26.739Z | Compiling tabled_derive v0.7.0 |
2709 | 2025-03-21T00:30:27.857Z | Compiling tabled v0.15.0 |
2710 | 2025-03-21T00:30:28.447Z | Compiling serde_derive v1.0.218 |
2711 | 2025-03-21T00:30:28.448Z | Compiling thiserror-impl v1.0.69 |
2712 | 2025-03-21T00:30:28.451Z | Compiling zerocopy-derive v0.7.35 |
2713 | 2025-03-21T00:30:28.451Z | Compiling scroll_derive v0.12.0 |
2714 | 2025-03-21T00:30:28.451Z | Compiling thiserror-impl v2.0.11 |
2715 | 2025-03-21T00:30:29.813Z | Compiling scroll v0.12.0 |
2716 | 2025-03-21T00:30:30.235Z | Compiling zerocopy v0.7.35 |
2717 | 2025-03-21T00:30:30.461Z | Compiling goblin v0.8.2 |
2718 | 2025-03-21T00:30:31.027Z | Compiling thiserror v1.0.69 |
2719 | 2025-03-21T00:30:31.218Z | Compiling pest v2.7.14 |
2720 | 2025-03-21T00:30:33.111Z | Compiling thiserror v2.0.11 |
2721 | 2025-03-21T00:30:33.299Z | Compiling clap_derive v4.5.28 |
2722 | 2025-03-21T00:30:34.262Z | Compiling pest_meta v2.7.14 |
2723 | 2025-03-21T00:30:37.424Z | Compiling pest_generator v2.7.14 |
2724 | 2025-03-21T00:30:37.700Z | Compiling clap v4.5.31 |
2725 | 2025-03-21T00:30:39.148Z | Compiling pest_derive v2.7.14 |
2726 | 2025-03-21T00:30:39.954Z | Compiling dtrace-parser v0.2.0 |
2727 | 2025-03-21T00:30:41.471Z | Compiling serde_spanned v0.6.8 |
2728 | 2025-03-21T00:30:41.764Z | Compiling toml_datetime v0.6.8 |
2729 | 2025-03-21T00:30:42.497Z | Compiling toml_edit v0.22.24 |
2730 | 2025-03-21T00:30:43.979Z | Compiling serde_tokenstream v0.2.2 |
2731 | 2025-03-21T00:30:44.559Z | Compiling dof v0.3.0 |
2732 | 2025-03-21T00:30:45.520Z | Compiling camino v1.1.9 |
2733 | 2025-03-21T00:30:47.123Z | Compiling toml v0.8.20 |
2734 | 2025-03-21T00:30:47.493Z | Compiling usdt-attr-macro v0.5.0 |
2735 | 2025-03-21T00:30:49.627Z | Compiling usdt-macro v0.5.0 |
2736 | 2025-03-21T00:30:50.221Z | Compiling semver v1.0.25 |
2737 | 2025-03-21T00:30:50.799Z | Compiling cargo-platform v0.1.8 |
2738 | 2025-03-21T00:30:51.499Z | Compiling cargo_metadata v0.19.2 |
2739 | 2025-03-21T00:30:51.641Z | Compiling usdt v0.5.0 |
2740 | 2025-03-21T00:30:51.893Z | Compiling cargo_toml v0.21.0 |
2741 | 2025-03-21T00:30:52.967Z | Compiling camino-tempfile v1.1.1 |
2742 | 2025-03-21T00:30:53.072Z | Compiling macaddr v1.0.1 |
2743 | 2025-03-21T00:31:04.555Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2744 | 2025-03-21T00:31:10.315Z | Finished `release` profile [optimized] target(s) in 48.71s |
2745 | 2025-03-21T00:31:10.453Z | |
2746 | 2025-03-21T00:31:10.456Z | real 48.883458042 |
2747 | 2025-03-21T00:31:10.456Z | user 5:16.449822314 |
2748 | 2025-03-21T00:31:10.456Z | sys 18.869720800 |
2749 | 2025-03-21T00:31:10.456Z | trap 0.144374256 |
2750 | 2025-03-21T00:31:10.456Z | tflt 0.175086558 |
2751 | 2025-03-21T00:31:10.456Z | dflt 0.269358491 |
2752 | 2025-03-21T00:31:10.456Z | kflt 0.000016186 |
2753 | 2025-03-21T00:31:10.456Z | lock 9:31.432053629 |
2754 | 2025-03-21T00:31:10.456Z | slp 15:19.232967642 |
2755 | 2025-03-21T00:31:10.456Z | lat 14.442877962 |
2756 | 2025-03-21T00:31:10.456Z | stop 19.597013377 |
2757 | 2025-03-21T00:31:10.456Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2758 | 2025-03-21T00:31:10.456Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2759 | 2025-03-21T00:31:10.456Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2760 | 2025-03-21T00:31:10.456Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2761 | 2025-03-21T00:31:10.456Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2762 | 2025-03-21T00:31:11.386Z | Compiling regress v0.10.3 |
2763 | 2025-03-21T00:31:11.524Z | Compiling thiserror-impl v2.0.11 |
2764 | 2025-03-21T00:31:11.527Z | Compiling ident_case v1.0.1 |
2765 | 2025-03-21T00:31:11.527Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2766 | 2025-03-21T00:31:11.527Z | Compiling unsafe-libyaml v0.2.11 |
2767 | 2025-03-21T00:31:11.527Z | Compiling progenitor-client v0.9.1 |
2768 | 2025-03-21T00:31:11.538Z | Compiling oxnet v0.1.1 |
2769 | 2025-03-21T00:31:11.541Z | Compiling tempfile v3.13.0 |
2770 | 2025-03-21T00:31:11.739Z | Compiling darling_core v0.20.10 |
2771 | 2025-03-21T00:31:12.091Z | Compiling macaddr v1.0.1 |
2772 | 2025-03-21T00:31:12.133Z | Compiling progenitor-client v0.8.0 |
2773 | 2025-03-21T00:31:12.264Z | Compiling structmeta-derive v0.3.0 |
2774 | 2025-03-21T00:31:12.299Z | Compiling instant v0.1.13 |
2775 | 2025-03-21T00:31:12.465Z | Compiling daft-derive v0.1.2 |
2776 | 2025-03-21T00:31:12.531Z | Compiling wait-timeout v0.2.0 |
2777 | 2025-03-21T00:31:12.624Z | Compiling dropshot v0.16.0 |
2778 | 2025-03-21T00:31:12.974Z | Compiling serde_yaml v0.9.34+deprecated |
2779 | 2025-03-21T00:31:13.065Z | Compiling bit-vec v0.8.0 |
2780 | 2025-03-21T00:31:13.500Z | Compiling bit-set v0.8.0 |
2781 | 2025-03-21T00:31:13.636Z | Compiling rusty-fork v0.3.0 |
2782 | 2025-03-21T00:31:13.813Z | Compiling dropshot_endpoint v0.16.0 |
2783 | 2025-03-21T00:31:14.051Z | Compiling daft v0.1.2 |
2784 | 2025-03-21T00:31:14.319Z | Compiling rand_xorshift v0.3.0 |
2785 | 2025-03-21T00:31:14.545Z | Compiling unarray v0.1.4 |
2786 | 2025-03-21T00:31:14.610Z | Compiling thiserror v2.0.11 |
2787 | 2025-03-21T00:31:14.677Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2788 | 2025-03-21T00:31:14.741Z | Compiling proptest v1.6.0 |
2789 | 2025-03-21T00:31:14.779Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2790 | 2025-03-21T00:31:14.841Z | Compiling structmeta v0.3.0 |
2791 | 2025-03-21T00:31:14.862Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2792 | 2025-03-21T00:31:15.262Z | Compiling typify-impl v0.2.0 |
2793 | 2025-03-21T00:31:15.359Z | Compiling parse-display-derive v0.10.0 |
2794 | 2025-03-21T00:31:15.558Z | Compiling test-strategy v0.4.0 |
2795 | 2025-03-21T00:31:16.011Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2796 | 2025-03-21T00:31:16.224Z | Compiling backoff v0.4.0 |
2797 | 2025-03-21T00:31:16.398Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2798 | 2025-03-21T00:31:16.599Z | Compiling proc-macro-crate v1.3.1 |
2799 | 2025-03-21T00:31:17.149Z | Compiling typify-impl v0.3.0 |
2800 | 2025-03-21T00:31:17.509Z | Compiling darling_macro v0.20.10 |
2801 | 2025-03-21T00:31:17.530Z | Compiling num_enum_derive v0.5.11 |
2802 | 2025-03-21T00:31:18.508Z | Compiling darling v0.20.10 |
2803 | 2025-03-21T00:31:18.645Z | Compiling serde_with_macros v3.12.0 |
2804 | 2025-03-21T00:31:19.019Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2805 | 2025-03-21T00:31:19.294Z | Compiling parse-display v0.10.0 |
2806 | 2025-03-21T00:31:19.416Z | Compiling itertools v0.13.0 |
2807 | 2025-03-21T00:31:19.758Z | Compiling num_enum v0.5.11 |
2808 | 2025-03-21T00:31:19.892Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2809 | 2025-03-21T00:31:19.956Z | Compiling crucible-workspace-hack v0.1.0 |
2810 | 2025-03-21T00:31:20.226Z | Compiling heapless v0.8.0 |
2811 | 2025-03-21T00:31:20.353Z | Compiling proc-macro-error v1.0.4 |
2812 | 2025-03-21T00:31:20.771Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2813 | 2025-03-21T00:31:21.082Z | Compiling serde_with v3.12.0 |
2814 | 2025-03-21T00:31:21.337Z | Compiling camino-tempfile v1.1.1 |
2815 | 2025-03-21T00:31:21.397Z | Compiling hash32 v0.3.1 |
2816 | 2025-03-21T00:31:21.664Z | Compiling foreign-types-macros v0.2.3 |
2817 | 2025-03-21T00:31:21.775Z | Compiling smoltcp v0.11.0 |
2818 | 2025-03-21T00:31:22.279Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2819 | 2025-03-21T00:31:22.461Z | Compiling foreign-types-shared v0.3.1 |
2820 | 2025-03-21T00:31:22.904Z | Compiling foreign-types v0.5.0 |
2821 | 2025-03-21T00:31:23.437Z | Compiling tabwriter v1.4.0 |
2822 | 2025-03-21T00:31:23.849Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2823 | 2025-03-21T00:31:23.902Z | Compiling cstr-argument v0.1.2 |
2824 | 2025-03-21T00:31:24.195Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2825 | 2025-03-21T00:31:24.524Z | Compiling cobs v0.2.3 |
2826 | 2025-03-21T00:31:24.674Z | Compiling pretty-hex v0.2.1 |
2827 | 2025-03-21T00:31:24.812Z | Compiling postcard v1.0.10 |
2828 | 2025-03-21T00:31:24.814Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2829 | 2025-03-21T00:31:24.892Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2830 | 2025-03-21T00:31:25.062Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2831 | 2025-03-21T00:31:25.430Z | Compiling colored v2.2.0 |
2832 | 2025-03-21T00:31:25.563Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2833 | 2025-03-21T00:31:25.908Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2834 | 2025-03-21T00:31:26.116Z | Compiling winnow v0.6.20 |
2835 | 2025-03-21T00:31:26.295Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2836 | 2025-03-21T00:31:26.873Z | Compiling smf v0.2.3 |
2837 | 2025-03-21T00:31:27.178Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2838 | 2025-03-21T00:31:27.531Z | Compiling zone_cfg_derive v0.3.0 |
2839 | 2025-03-21T00:31:28.070Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2840 | 2025-03-21T00:31:28.505Z | Compiling itertools v0.14.0 |
2841 | 2025-03-21T00:31:28.808Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2842 | 2025-03-21T00:31:28.951Z | Compiling num-derive v0.4.2 |
2843 | 2025-03-21T00:31:29.517Z | Compiling typify-macro v0.2.0 |
2844 | 2025-03-21T00:31:29.540Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2845 | 2025-03-21T00:31:29.615Z | Compiling sigpipe v0.1.3 |
2846 | 2025-03-21T00:31:29.762Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2847 | 2025-03-21T00:31:30.131Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2848 | 2025-03-21T00:31:31.096Z | Compiling zone v0.3.0 |
2849 | 2025-03-21T00:31:31.304Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2850 | 2025-03-21T00:31:31.453Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2851 | 2025-03-21T00:31:31.613Z | Compiling typify-macro v0.3.0 |
2852 | 2025-03-21T00:31:31.905Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2853 | 2025-03-21T00:31:31.954Z | Compiling universal-hash v0.5.1 |
2854 | 2025-03-21T00:31:32.089Z | Compiling opaque-debug v0.3.1 |
2855 | 2025-03-21T00:31:32.176Z | Compiling tungstenite v0.21.0 |
2856 | 2025-03-21T00:31:32.206Z | Compiling num-rational v0.4.2 |
2857 | 2025-03-21T00:31:32.550Z | Compiling password-hash v0.5.0 |
2858 | 2025-03-21T00:31:33.184Z | Compiling typify v0.2.0 |
2859 | 2025-03-21T00:31:33.347Z | Compiling progenitor-impl v0.8.0 |
2860 | 2025-03-21T00:31:33.527Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2861 | 2025-03-21T00:31:33.530Z | Compiling blake2 v0.10.6 |
2862 | 2025-03-21T00:31:33.718Z | Compiling aead v0.5.2 |
2863 | 2025-03-21T00:31:33.779Z | Compiling num-complex v0.4.6 |
2864 | 2025-03-21T00:31:34.093Z | Compiling keccak v0.1.5 |
2865 | 2025-03-21T00:31:34.114Z | Compiling base64 v0.21.7 |
2866 | 2025-03-21T00:31:34.733Z | Compiling convert_case v0.4.0 |
2867 | 2025-03-21T00:31:34.813Z | Compiling num v0.4.3 |
2868 | 2025-03-21T00:31:34.844Z | Compiling sha3 v0.10.8 |
2869 | 2025-03-21T00:31:34.938Z | Compiling argon2 v0.5.3 |
2870 | 2025-03-21T00:31:35.226Z | Compiling tokio-tungstenite v0.21.0 |
2871 | 2025-03-21T00:31:35.338Z | Compiling typify v0.3.0 |
2872 | 2025-03-21T00:31:35.494Z | Compiling progenitor-impl v0.9.1 |
2873 | 2025-03-21T00:31:35.534Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2874 | 2025-03-21T00:31:35.664Z | Compiling derive_more v0.99.19 |
2875 | 2025-03-21T00:31:35.822Z | Compiling poly1305 v0.8.0 |
2876 | 2025-03-21T00:31:35.826Z | Compiling chacha20 v0.9.1 |
2877 | 2025-03-21T00:31:36.331Z | Compiling float-ord v0.3.2 |
2878 | 2025-03-21T00:31:36.540Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2879 | 2025-03-21T00:31:36.729Z | Compiling semver v0.1.20 |
2880 | 2025-03-21T00:31:36.988Z | Compiling same-file v1.0.6 |
2881 | 2025-03-21T00:31:37.293Z | Compiling walkdir v2.5.0 |
2882 | 2025-03-21T00:31:37.324Z | Compiling rustc_version v0.1.7 |
2883 | 2025-03-21T00:31:37.480Z | Compiling newline-converter v0.3.0 |
2884 | 2025-03-21T00:31:37.678Z | Compiling primeorder v0.13.6 |
2885 | 2025-03-21T00:31:37.699Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2886 | 2025-03-21T00:31:37.761Z | Compiling secrecy v0.8.0 |
2887 | 2025-03-21T00:31:37.986Z | Compiling cancel-safe-futures v0.1.5 |
2888 | 2025-03-21T00:31:38.049Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2889 | 2025-03-21T00:31:38.180Z | Compiling owo-colors v4.2.0 |
2890 | 2025-03-21T00:31:38.319Z | Compiling newtype_derive v0.1.6 |
2891 | 2025-03-21T00:31:38.402Z | Compiling expectorate v1.1.0 |
2892 | 2025-03-21T00:31:38.613Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2893 | 2025-03-21T00:31:38.670Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2894 | 2025-03-21T00:31:38.887Z | Compiling thiserror-impl-no-std v2.0.2 |
2895 | 2025-03-21T00:31:38.906Z | Compiling libsw-core v0.3.1 |
2896 | 2025-03-21T00:31:38.936Z | Compiling blake3 v1.5.4 |
2897 | 2025-03-21T00:31:39.202Z | Compiling half v2.4.1 |
2898 | 2025-03-21T00:31:39.602Z | Compiling unicase v2.7.0 |
2899 | 2025-03-21T00:31:39.623Z | Compiling fixedbitset v0.5.7 |
2900 | 2025-03-21T00:31:39.770Z | Compiling ciborium-io v0.2.2 |
2901 | 2025-03-21T00:31:39.941Z | Compiling arc-swap v1.7.1 |
2902 | 2025-03-21T00:31:40.105Z | Compiling progenitor-macro v0.8.0 |
2903 | 2025-03-21T00:31:40.176Z | Compiling petgraph v0.7.1 |
2904 | 2025-03-21T00:31:40.240Z | Compiling ciborium-ll v0.2.2 |
2905 | 2025-03-21T00:31:40.517Z | Compiling slog-scope v4.4.0 |
2906 | 2025-03-21T00:31:40.651Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2907 | 2025-03-21T00:31:40.968Z | Compiling libsw v3.4.0 |
2908 | 2025-03-21T00:31:41.214Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2909 | 2025-03-21T00:31:41.692Z | Compiling thiserror-no-std v2.0.2 |
2910 | 2025-03-21T00:31:41.846Z | Compiling polyval v0.6.2 |
2911 | 2025-03-21T00:31:42.120Z | Compiling atomicwrites v0.4.4 |
2912 | 2025-03-21T00:31:42.123Z | Compiling progenitor-macro v0.9.1 |
2913 | 2025-03-21T00:31:42.218Z | Compiling memmap2 v0.9.5 |
2914 | 2025-03-21T00:31:42.293Z | Compiling indent_write v2.2.0 |
2915 | 2025-03-21T00:31:42.474Z | Compiling parking_lot_core v0.8.6 |
2916 | 2025-03-21T00:31:42.544Z | Compiling linear-map v1.2.0 |
2917 | 2025-03-21T00:31:42.631Z | Compiling arrayvec v0.7.6 |
2918 | 2025-03-21T00:31:42.908Z | Compiling salty v0.3.0 |
2919 | 2025-03-21T00:31:42.956Z | Compiling constant_time_eq v0.3.1 |
2920 | 2025-03-21T00:31:43.090Z | Compiling arrayref v0.3.9 |
2921 | 2025-03-21T00:31:43.150Z | Compiling libefi-sys v0.1.0 |
2922 | 2025-03-21T00:31:43.260Z | Compiling ghash v0.5.1 |
2923 | 2025-03-21T00:31:43.393Z | Compiling vsss-rs v3.3.4 |
2924 | 2025-03-21T00:31:43.475Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2925 | 2025-03-21T00:31:43.704Z | Compiling slog-stdlog v4.1.1 |
2926 | 2025-03-21T00:31:43.857Z | Compiling ciborium v0.2.2 |
2927 | 2025-03-21T00:31:44.482Z | Compiling p384 v0.13.0 |
2928 | 2025-03-21T00:31:44.640Z | Compiling toolchain_find v0.4.0 |
2929 | 2025-03-21T00:31:45.063Z | Compiling chacha20poly1305 v0.10.1 |
2930 | 2025-03-21T00:31:45.165Z | Compiling ctr v0.9.2 |
2931 | 2025-03-21T00:31:45.234Z | Compiling lzma-sys v0.1.20 |
2932 | 2025-03-21T00:31:45.323Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2933 | 2025-03-21T00:31:45.547Z | Compiling bitfield-struct v0.6.2 |
2934 | 2025-03-21T00:31:45.762Z | Compiling slog-dtrace v0.3.0 |
2935 | 2025-03-21T00:31:45.941Z | Compiling topological-sort v0.2.2 |
2936 | 2025-03-21T00:31:45.966Z | Compiling highway v1.3.0 |
2937 | 2025-03-21T00:31:46.170Z | Compiling omicron-zone-package v0.12.0 |
2938 | 2025-03-21T00:31:46.359Z | Compiling aes-gcm v0.10.3 |
2939 | 2025-03-21T00:31:46.673Z | Compiling rustfmt-wrapper v0.2.1 |
2940 | 2025-03-21T00:31:46.741Z | Compiling mime_guess v2.0.5 |
2941 | 2025-03-21T00:31:46.971Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2942 | 2025-03-21T00:31:47.116Z | Compiling slog-envlogger v2.2.0 |
2943 | 2025-03-21T00:31:47.227Z | Compiling steno v0.4.1 |
2944 | 2025-03-21T00:31:47.906Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2945 | 2025-03-21T00:31:48.051Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2946 | 2025-03-21T00:31:48.412Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2947 | 2025-03-21T00:31:48.435Z | Compiling heck v0.3.3 |
2948 | 2025-03-21T00:31:48.543Z | Compiling ssh-encoding v0.2.0 |
2949 | 2025-03-21T00:31:48.583Z | Compiling blowfish v0.9.1 |
2950 | 2025-03-21T00:31:48.817Z | Compiling env_filter v0.1.2 |
2951 | 2025-03-21T00:31:49.022Z | Compiling nibble_vec v0.1.0 |
2952 | 2025-03-21T00:31:49.075Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2953 | 2025-03-21T00:31:49.272Z | Compiling humantime v2.1.0 |
2954 | 2025-03-21T00:31:49.413Z | Compiling endian-type v0.1.2 |
2955 | 2025-03-21T00:31:49.431Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2956 | 2025-03-21T00:31:49.516Z | Compiling env_logger v0.11.5 |
2957 | 2025-03-21T00:31:49.568Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2958 | 2025-03-21T00:31:49.653Z | Compiling radix_trie v0.2.1 |
2959 | 2025-03-21T00:31:49.761Z | Compiling ssh-cipher v0.2.0 |
2960 | 2025-03-21T00:31:50.198Z | Compiling zone_cfg_derive v0.1.2 |
2961 | 2025-03-21T00:31:50.289Z | Compiling bcrypt-pbkdf v0.10.0 |
2962 | 2025-03-21T00:31:50.902Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2963 | 2025-03-21T00:31:50.902Z | Compiling parking_lot v0.11.2 |
2964 | 2025-03-21T00:31:51.110Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2965 | 2025-03-21T00:31:51.673Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2966 | 2025-03-21T00:31:51.709Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2967 | 2025-03-21T00:31:51.733Z | Compiling password-hash v0.4.2 |
2968 | 2025-03-21T00:31:51.733Z | Compiling gethostname v0.5.0 |
2969 | 2025-03-21T00:31:51.961Z | Compiling fxhash v0.2.1 |
2970 | 2025-03-21T00:31:51.995Z | Compiling progenitor v0.8.0 |
2971 | 2025-03-21T00:31:52.101Z | Compiling http-range v0.1.5 |
2972 | 2025-03-21T00:31:52.148Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2973 | 2025-03-21T00:31:52.148Z | Compiling base64 v0.13.1 |
2974 | 2025-03-21T00:31:52.191Z | Compiling pbkdf2 v0.11.0 |
2975 | 2025-03-21T00:31:52.240Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2976 | 2025-03-21T00:31:52.412Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2977 | 2025-03-21T00:31:52.520Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2978 | 2025-03-21T00:31:52.550Z | Compiling ron v0.7.1 |
2979 | 2025-03-21T00:31:52.570Z | Compiling sled v0.34.7 |
2980 | 2025-03-21T00:31:52.687Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2981 | 2025-03-21T00:31:53.377Z | Compiling xz2 v0.1.7 |
2982 | 2025-03-21T00:31:53.813Z | Compiling zone v0.1.8 |
2983 | 2025-03-21T00:31:53.892Z | Compiling progenitor v0.9.1 |
2984 | 2025-03-21T00:31:53.933Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2985 | 2025-03-21T00:31:54.143Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2986 | 2025-03-21T00:31:54.449Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2987 | 2025-03-21T00:31:54.594Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2988 | 2025-03-21T00:31:54.940Z | Compiling ssh-key v0.6.6 |
2989 | 2025-03-21T00:31:55.173Z | Compiling hickory-client v0.24.4 |
2990 | 2025-03-21T00:31:56.905Z | Compiling p256 v0.13.2 |
2991 | 2025-03-21T00:31:57.697Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2992 | 2025-03-21T00:31:58.984Z | Compiling p521 v0.13.3 |
2993 | 2025-03-21T00:31:59.170Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2994 | 2025-03-21T00:31:59.476Z | Compiling hickory-server v0.24.4 |
2995 | 2025-03-21T00:31:59.717Z | Compiling pem v3.0.5 |
2996 | 2025-03-21T00:32:00.151Z | Compiling yasna v0.5.2 |
2997 | 2025-03-21T00:32:00.411Z | Compiling headers-core v0.3.0 |
2998 | 2025-03-21T00:32:00.578Z | Compiling kstat-rs v0.2.4 |
2999 | 2025-03-21T00:32:00.603Z | Compiling nanorand v0.7.0 |
3000 | 2025-03-21T00:32:01.142Z | Compiling atty v0.2.14 |
3001 | 2025-03-21T00:32:01.171Z | Compiling russh-cryptovec v0.7.3 |
3002 | 2025-03-21T00:32:01.245Z | Compiling md5 v0.7.0 |
3003 | 2025-03-21T00:32:01.302Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3004 | 2025-03-21T00:32:01.515Z | Compiling rcgen v0.12.1 |
3005 | 2025-03-21T00:32:01.606Z | Compiling russh-keys v0.45.0 |
3006 | 2025-03-21T00:32:01.790Z | Compiling flume v0.11.1 |
3007 | 2025-03-21T00:32:01.909Z | Compiling headers v0.4.0 |
3008 | 2025-03-21T00:32:02.441Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
3009 | 2025-03-21T00:32:03.662Z | Compiling hyper-staticfile v0.10.1 |
3010 | 2025-03-21T00:32:03.742Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3011 | 2025-03-21T00:32:04.551Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3012 | 2025-03-21T00:32:04.682Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3013 | 2025-03-21T00:32:05.113Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
3014 | 2025-03-21T00:32:05.439Z | Compiling num-bigint v0.4.6 |
3015 | 2025-03-21T00:32:05.519Z | Compiling des v0.8.1 |
3016 | 2025-03-21T00:32:05.628Z | Compiling subprocess v0.2.9 |
3017 | 2025-03-21T00:32:05.877Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3018 | 2025-03-21T00:32:06.192Z | Compiling hex-literal v0.4.1 |
3019 | 2025-03-21T00:32:06.385Z | Compiling display-error-chain v0.2.2 |
3020 | 2025-03-21T00:32:06.618Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3021 | 2025-03-21T00:32:06.790Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3022 | 2025-03-21T00:32:07.157Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3023 | 2025-03-21T00:32:07.645Z | Compiling internet-checksum v0.2.1 |
3024 | 2025-03-21T00:32:07.940Z | Compiling russh v0.45.0 |
3025 | 2025-03-21T00:32:13.878Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3026 | 2025-03-21T00:32:14.138Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3027 | 2025-03-21T00:32:14.410Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3028 | 2025-03-21T00:32:14.532Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3029 | 2025-03-21T00:32:14.939Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3030 | 2025-03-21T00:32:17.084Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3031 | 2025-03-21T00:32:17.211Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3032 | 2025-03-21T00:32:17.513Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3033 | 2025-03-21T00:32:18.153Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3034 | 2025-03-21T00:32:18.655Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3035 | 2025-03-21T00:32:18.882Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3036 | 2025-03-21T00:32:19.109Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3037 | 2025-03-21T00:32:20.942Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3038 | 2025-03-21T00:32:21.560Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3039 | 2025-03-21T00:32:22.453Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3040 | 2025-03-21T00:32:22.543Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3041 | 2025-03-21T00:32:23.415Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3042 | 2025-03-21T00:32:24.664Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3043 | 2025-03-21T00:32:25.612Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3044 | 2025-03-21T00:32:26.544Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3045 | 2025-03-21T00:32:26.980Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3046 | 2025-03-21T00:32:27.003Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3047 | 2025-03-21T00:32:27.306Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3048 | 2025-03-21T00:32:28.818Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3049 | 2025-03-21T00:32:31.802Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3050 | 2025-03-21T00:32:32.067Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3051 | 2025-03-21T00:32:32.410Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3052 | 2025-03-21T00:32:32.732Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3053 | 2025-03-21T00:32:38.832Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3054 | 2025-03-21T00:32:46.499Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3055 | 2025-03-21T00:32:48.301Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3056 | 2025-03-21T00:33:10.173Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3057 | 2025-03-21T00:33:32.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
3058 | 2025-03-21T00:33:32.868Z | |
3059 | 2025-03-21T00:33:32.871Z | real 2:22.340404252 |
3060 | 2025-03-21T00:33:32.871Z | user 11:58.265111728 |
3061 | 2025-03-21T00:33:32.871Z | sys 1:34.051227685 |
3062 | 2025-03-21T00:33:32.871Z | trap 0.349569963 |
3063 | 2025-03-21T00:33:32.871Z | tflt 0.267389614 |
3064 | 2025-03-21T00:33:32.871Z | dflt 0.490725903 |
3065 | 2025-03-21T00:33:32.871Z | kflt 0.000030592 |
3066 | 2025-03-21T00:33:32.871Z | lock 22:15.229140325 |
3067 | 2025-03-21T00:33:32.871Z | slp 41:41.559830796 |
3068 | 2025-03-21T00:33:32.871Z | lat 36.304022121 |
3069 | 2025-03-21T00:33:32.871Z | stop 1:43.698099851 |
3070 | 2025-03-21T00:33:32.871Z | + mkdir tests |
3071 | 2025-03-21T00:33:32.874Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
3072 | 2025-03-21T00:33:32.874Z | + xargs -I '{}' -t cp '{}' tests/ |
3073 | 2025-03-21T00:33:32.917Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-37a05efc2737bff5 tests/ |
3074 | 2025-03-21T00:33:32.944Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-92517693106a010e tests/ |
3075 | 2025-03-21T00:33:32.971Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-229dc5f569d7139b tests/ |
3076 | 2025-03-21T00:33:32.997Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e2a2737784d2f529 tests/ |
3077 | 2025-03-21T00:33:33.239Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
3078 | 2025-03-21T00:33:33.242Z | + 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-92517693106a010e tests/commtest-229dc5f569d7139b tests/dhcp_server-37a05efc2737bff5 tests/end_to_end_tests-e2a2737784d2f529 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
3079 | 2025-03-21T00:34:50.206Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
3080 | 2025-03-21T00:34:50.206Z | a .github/buildomat/ci-env.sh 1K |
3081 | 2025-03-21T00:34:50.206Z | a out/target/test 1K |
3082 | 2025-03-21T00:34:50.206Z | a out/npuzone/npuzone 23144K |
3083 | 2025-03-21T00:34:50.206Z | a package-manifest.toml 33K |
3084 | 2025-03-21T00:34:50.206Z | a smf/sled-agent/non-gimlet/config.toml 5K |
3085 | 2025-03-21T00:34:50.206Z | a target/release/omicron-package 38846K |
3086 | 2025-03-21T00:34:50.206Z | a target/release/xtask 10810K |
3087 | 2025-03-21T00:34:50.206Z | a target/debug/bootstrap 214944K |
3088 | 2025-03-21T00:34:50.207Z | a tests/bootstrap-92517693106a010e 24084K |
3089 | 2025-03-21T00:34:50.207Z | a tests/commtest-229dc5f569d7139b 24339K |
3090 | 2025-03-21T00:34:50.207Z | a tests/dhcp_server-37a05efc2737bff5 24084K |
3091 | 2025-03-21T00:34:50.207Z | a tests/end_to_end_tests-e2a2737784d2f529 274595K |
3092 | 2025-03-21T00:34:50.207Z | a out/clickhouse.tar.gz 304619K |
3093 | 2025-03-21T00:34:50.207Z | a out/clickhouse_keeper.tar.gz 290470K |
3094 | 2025-03-21T00:34:50.207Z | a out/clickhouse_server.tar.gz 304609K |
3095 | 2025-03-21T00:34:50.207Z | a out/cockroachdb.tar.gz 143835K |
3096 | 2025-03-21T00:34:50.207Z | a out/crucible-dtrace.tar 98K |
3097 | 2025-03-21T00:34:50.207Z | a out/crucible-pantry-zone.tar.gz 32474K |
3098 | 2025-03-21T00:34:50.207Z | a out/crucible-zone.tar.gz 40858K |
3099 | 2025-03-21T00:34:50.207Z | a out/external-dns.tar.gz 44314K |
3100 | 2025-03-21T00:34:50.207Z | a out/internal-dns.tar.gz 44314K |
3101 | 2025-03-21T00:34:50.207Z | a out/mg-ddm-gz.tar 65544K |
3102 | 2025-03-21T00:34:50.207Z | a out/nexus.tar.gz 110995K |
3103 | 2025-03-21T00:34:50.207Z | a out/ntp.tar.gz 14426K |
3104 | 2025-03-21T00:34:50.207Z | a out/omicron-gateway-softnpu.tar.gz 25045K |
3105 | 2025-03-21T00:34:50.207Z | a out/omicron-sled-agent.tar 126346K |
3106 | 2025-03-21T00:34:50.207Z | a out/overlay.tar.gz 3K |
3107 | 2025-03-21T00:34:50.207Z | a out/oximeter.tar.gz 54505K |
3108 | 2025-03-21T00:34:50.207Z | a out/oxlog.tar 3144K |
3109 | 2025-03-21T00:34:50.207Z | a out/probe.tar.gz 2764K |
3110 | 2025-03-21T00:34:50.207Z | a out/propolis-server.tar.gz 67599K |
3111 | 2025-03-21T00:34:50.207Z | a out/pumpkind-gz.tar 26665K |
3112 | 2025-03-21T00:34:50.207Z | a out/switch-softnpu.tar.gz 261994K |
3113 | 2025-03-21T00:34:50.211Z | |
3114 | 2025-03-21T00:34:50.211Z | real 1:16.950236802 |
3115 | 2025-03-21T00:34:50.211Z | user 1:13.373817922 |
3116 | 2025-03-21T00:34:50.211Z | sys 4.962510516 |
3117 | 2025-03-21T00:34:50.211Z | trap 0.022644153 |
3118 | 2025-03-21T00:34:50.211Z | tflt 0.000000000 |
3119 | 2025-03-21T00:34:50.211Z | dflt 0.000000000 |
3120 | 2025-03-21T00:34:50.211Z | kflt 0.000000000 |
3121 | 2025-03-21T00:34:50.211Z | lock 0.000000000 |
3122 | 2025-03-21T00:34:50.211Z | slp 1:13.346741810 |
3123 | 2025-03-21T00:34:50.211Z | lat 2.189695256 |
3124 | 2025-03-21T00:34:50.211Z | stop 0.000223110 |
3125 | 2025-03-21T00:34:50.211Z | process exited: duration 2073124 ms, exit code 0 |
|
3126 | 2025-03-21T00:34:50.227Z | found 1 output files |
3127 | 2025-03-21T00:34:50.227Z | uploading: /work/package.tar.gz (2020618137 bytes) |
3128 | 2025-03-21T00:35:28.941Z | uploaded: /work/package.tar.gz |