|
|
|
1 | 2025-02-21T07:45:14.255Z | job assigned to worker 01JMKQDWQ3NZE2MX3A2HXYN6ZT [factory aws, i-06ed873fe1c29a9dd] (queued for 56 s) |
|
2 | 2025-02-21T07:45:22.353Z | starting task 0: "setup" |
3 | 2025-02-21T07:45:22.373Z | ++ uname -s |
4 | 2025-02-21T07:45:22.373Z | + kern=SunOS |
5 | 2025-02-21T07:45:22.373Z | + build_user=build |
6 | 2025-02-21T07:45:22.373Z | + build_uid=12345 |
7 | 2025-02-21T07:45:22.373Z | + work_dir=/work |
8 | 2025-02-21T07:45:22.373Z | + input_dir=/input |
9 | 2025-02-21T07:45:22.374Z | + [[ 0 == 12345 ]] |
10 | 2025-02-21T07:45:22.374Z | + case "$kern" in |
11 | 2025-02-21T07:45:22.374Z | + groupadd -g 12345 build |
12 | 2025-02-21T07:45:22.374Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-21T07:45:24.363Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-21T07:45:24.520Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-21T07:45:24.545Z | + home_fs=zfs |
16 | 2025-02-21T07:45:24.545Z | + [[ zfs == autofs ]] |
17 | 2025-02-21T07:45:24.545Z | + mkdir -p /home/build |
18 | 2025-02-21T07:45:24.545Z | + chown build:build /home/build /work |
19 | 2025-02-21T07:45:29.404Z | + chmod 0700 /home/build /work |
20 | 2025-02-21T07:45:29.454Z | process exited: duration 4154 ms, exit code 0 |
|
21 | 2025-02-21T07:45:29.634Z | starting task 1: "rust-toolchain" |
22 | 2025-02-21T07:45:29.665Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-21T07:45:29.665Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-02-21T07:45:29.665Z | * rust toolchain channel = "1.85.0" |
25 | 2025-02-21T07:45:29.665Z | * rust toolchain profile = "default" |
26 | 2025-02-21T07:45:29.665Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-21T07:45:29.665Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-21T07:45:29.665Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-21T07:45:29.665Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-21T07:45:29.697Z | info: downloading installer |
31 | 2025-02-21T07:45:31.118Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-21T07:45:31.119Z | warning: /opt/ooce/bin |
33 | 2025-02-21T07:45:31.119Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-21T07:45:31.119Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-21T07:45:31.119Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-21T07:45:31.119Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-21T07:45:31.119Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-21T07:45:31.119Z | error: cannot install while Rust is installed |
39 | 2025-02-21T07:45:31.119Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-21T07:45:31.181Z | info: profile set to 'default' |
41 | 2025-02-21T07:45:31.181Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-21T07:45:31.183Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-21T07:45:31.346Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-21T07:45:31.346Z | info: downloading component 'cargo' |
45 | 2025-02-21T07:45:32.216Z | info: downloading component 'clippy' |
46 | 2025-02-21T07:45:32.550Z | info: downloading component 'rust-docs' |
47 | 2025-02-21T07:45:33.872Z | info: downloading component 'rust-std' |
48 | 2025-02-21T07:45:35.811Z | info: downloading component 'rustc' |
49 | 2025-02-21T07:45:42.494Z | info: downloading component 'rustfmt' |
50 | 2025-02-21T07:45:42.744Z | info: installing component 'cargo' |
51 | 2025-02-21T07:45:43.554Z | info: installing component 'clippy' |
52 | 2025-02-21T07:45:43.933Z | info: installing component 'rust-docs' |
53 | 2025-02-21T07:45:45.678Z | info: installing component 'rust-std' |
54 | 2025-02-21T07:45:47.616Z | info: installing component 'rustc' |
55 | 2025-02-21T07:45:53.367Z | info: installing component 'rustfmt' |
56 | 2025-02-21T07:45:53.703Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-21T07:45:53.703Z | |
58 | 2025-02-21T07:45:54.075Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-21T07:45:54.075Z | |
60 | 2025-02-21T07:45:54.078Z | |
61 | 2025-02-21T07:45:54.078Z | Rust is installed now. Great! |
62 | 2025-02-21T07:45:54.078Z | |
63 | 2025-02-21T07:45:54.078Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-21T07:45:54.078Z | environment variable. This has not been done automatically. |
65 | 2025-02-21T07:45:54.078Z | |
66 | 2025-02-21T07:45:54.078Z | To configure your current shell, you need to source |
67 | 2025-02-21T07:45:54.078Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-21T07:45:54.078Z | |
69 | 2025-02-21T07:45:54.078Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-21T07:45:54.078Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-21T07:45:54.078Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-21T07:45:54.151Z | + rustup --version |
73 | 2025-02-21T07:45:54.159Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-21T07:45:54.159Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-21T07:45:54.242Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-21T07:45:54.247Z | + cargo --version |
77 | 2025-02-21T07:45:55.308Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-21T07:45:55.311Z | + rustc --version |
79 | 2025-02-21T07:45:55.311Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-21T07:45:55.311Z | process exited: duration 24845 ms, exit code 0 |
|
81 | 2025-02-21T07:45:55.316Z | starting task 2: "authentication" |
82 | 2025-02-21T07:45:55.338Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-21T07:45:55.343Z | starting task 3: "clone repository" |
84 | 2025-02-21T07:45:55.349Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-21T07:45:55.352Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-21T07:45:56.974Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-21T07:46:04.124Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-21T07:46:04.124Z | + git fetch origin 903e27dbec386debb62bae0c6580d81daf1ebf88 |
89 | 2025-02-21T07:46:04.400Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-21T07:46:04.400Z | * branch 903e27dbec386debb62bae0c6580d81daf1ebf88 -> FETCH_HEAD |
91 | 2025-02-21T07:46:04.410Z | + [[ -n sunshowers/spr/meta-switch-to-once_cell-impls-in-std ]] |
92 | 2025-02-21T07:46:04.413Z | ++ git branch --show-current |
93 | 2025-02-21T07:46:04.415Z | + current=main |
94 | 2025-02-21T07:46:04.415Z | + [[ main != sunshowers/spr/meta-switch-to-once_cell-impls-in-std ]] |
95 | 2025-02-21T07:46:04.415Z | + git branch -f sunshowers/spr/meta-switch-to-once_cell-impls-in-std 903e27dbec386debb62bae0c6580d81daf1ebf88 |
96 | 2025-02-21T07:46:04.418Z | + git checkout -f sunshowers/spr/meta-switch-to-once_cell-impls-in-std |
97 | 2025-02-21T07:46:04.604Z | Switched to branch 'sunshowers/spr/meta-switch-to-once_cell-impls-in-std' |
98 | 2025-02-21T07:46:04.607Z | + git reset --hard 903e27dbec386debb62bae0c6580d81daf1ebf88 |
99 | 2025-02-21T07:46:04.628Z | HEAD is now at 903e27dbe [spr] initial version |
100 | 2025-02-21T07:46:04.632Z | process exited: duration 9284 ms, exit code 0 |
|
101 | 2025-02-21T07:46:04.637Z | starting task 4: "build" |
102 | 2025-02-21T07:46:04.642Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-21T07:46:04.645Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-21T07:46:04.645Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-21T07:46:04.645Z | + cargo --version |
106 | 2025-02-21T07:46:04.694Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-02-21T07:46:04.697Z | + rustc --version |
108 | 2025-02-21T07:46:04.758Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-02-21T07:46:04.761Z | + WORK=/work |
110 | 2025-02-21T07:46:04.761Z | + pfexec mkdir -p /work |
111 | 2025-02-21T07:46:04.764Z | + pfexec chown build /work |
112 | 2025-02-21T07:46:04.767Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
113 | 2025-02-21T07:46:18.547Z | pkg list: illegal option -- F |
114 | 2025-02-21T07:46:18.550Z | Usage: |
115 | 2025-02-21T07:46:18.550Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
116 | 2025-02-21T07:46:18.550Z | [pkg_fmri_pattern ...] |
117 | 2025-02-21T07:46:19.394Z | pkg list: illegal option -- F |
118 | 2025-02-21T07:46:19.394Z | Usage: |
119 | 2025-02-21T07:46:19.397Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-02-21T07:46:19.397Z | [pkg_fmri_pattern ...] |
121 | 2025-02-21T07:46:26.229Z | Startup: Refreshing catalog 'helios-dev' ... Done |
122 | 2025-02-21T07:46:30.880Z | Startup: Caching catalogs ... Done |
123 | 2025-02-21T07:46:44.026Z | Planning: Solver setup ... Done (12.181s) |
124 | 2025-02-21T07:46:44.176Z | Planning: Running solver ... Done (0.150s) |
125 | 2025-02-21T07:46:44.845Z | Planning: Finding local manifests ... Done (0.547s) |
126 | 2025-02-21T07:46:44.896Z | Planning: Fetching manifests: 0/7 0% complete |
127 | 2025-02-21T07:46:45.706Z | Planning: Fetching manifests: 7/7 100% complete |
128 | 2025-02-21T07:46:46.726Z | Planning: Package planning ... Done (1.035s) |
129 | 2025-02-21T07:46:46.784Z | Planning: Merging actions ... Done (0.058s) |
130 | 2025-02-21T07:46:48.260Z | Planning: Checking for conflicting actions ... Done (1.475s) |
131 | 2025-02-21T07:46:56.921Z | Planning: Consolidating action changes ... Done (8.660s) |
132 | 2025-02-21T07:46:57.318Z | Planning: Evaluating mediators ... Done (0.397s) |
133 | 2025-02-21T07:46:57.399Z | Planning: Planning completed in 26.42 seconds |
134 | 2025-02-21T07:46:59.021Z | Packages to install: 4 |
135 | 2025-02-21T07:46:59.021Z | Packages to update: 3 |
136 | 2025-02-21T07:46:59.021Z | Mediators to change: 2 |
137 | 2025-02-21T07:46:59.021Z | Services to change: 1 |
138 | 2025-02-21T07:46:59.022Z | Estimated space available: 155.61 GB |
139 | 2025-02-21T07:46:59.025Z | Estimated space to be consumed: 1.66 GB |
140 | 2025-02-21T07:46:59.025Z | Create boot environment: No |
141 | 2025-02-21T07:46:59.025Z | Create backup boot environment: Yes |
142 | 2025-02-21T07:46:59.025Z | Rebuild boot archive: No |
143 | 2025-02-21T07:46:59.025Z | |
144 | 2025-02-21T07:46:59.025Z | Changed mediators: |
145 | 2025-02-21T07:46:59.025Z | mediator clang: |
146 | 2025-02-21T07:46:59.025Z | version: None -> 15 (system default) |
147 | 2025-02-21T07:46:59.025Z | |
148 | 2025-02-21T07:46:59.025Z | mediator llvm: |
149 | 2025-02-21T07:46:59.025Z | version: 14 (system default) -> 15 (system default) |
150 | 2025-02-21T07:46:59.025Z | |
151 | 2025-02-21T07:46:59.025Z | Changed packages: |
152 | 2025-02-21T07:46:59.025Z | helios-dev |
153 | 2025-02-21T07:46:59.025Z | developer/build-essential |
154 | 2025-02-21T07:46:59.025Z | None -> 11-2.0 |
155 | 2025-02-21T07:46:59.025Z | library/libxmlsec1 |
156 | 2025-02-21T07:46:59.025Z | None -> 1.2.35-2.0 |
157 | 2025-02-21T07:46:59.025Z | ooce/developer/clang-15 |
158 | 2025-02-21T07:46:59.025Z | None -> 15.0.7-2.0 |
159 | 2025-02-21T07:46:59.025Z | ooce/developer/llvm-15 |
160 | 2025-02-21T07:46:59.025Z | None -> 15.0.7-2.0 |
161 | 2025-02-21T07:46:59.025Z | package/pkg |
162 | 2025-02-21T07:46:59.025Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
163 | 2025-02-21T07:46:59.025Z | system/library/g++-runtime |
164 | 2025-02-21T07:46:59.025Z | 13-2.0 -> 14-2.0 |
165 | 2025-02-21T07:46:59.025Z | system/library/gcc-runtime |
166 | 2025-02-21T07:46:59.025Z | 13-2.0 -> 14-2.0 |
167 | 2025-02-21T07:46:59.025Z | |
168 | 2025-02-21T07:46:59.025Z | Services: |
169 | 2025-02-21T07:46:59.025Z | restart_fmri: |
170 | 2025-02-21T07:46:59.025Z | svc:/system/update-man-index:default |
171 | 2025-02-21T07:46:59.025Z | |
172 | 2025-02-21T07:46:59.026Z | Editable files to change: |
173 | 2025-02-21T07:46:59.026Z | Update: |
174 | 2025-02-21T07:46:59.026Z | usr/share/lib/pkg/web/config.shtml |
175 | 2025-02-21T07:46:59.613Z | |
176 | 2025-02-21T07:46:59.613Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
177 | 2025-02-21T07:47:04.613Z | Download: 717/4301 items 18.1/225.4MB 8% complete (3.7M/s) |
178 | 2025-02-21T07:47:09.640Z | Download: 1198/4301 items 83.5/225.4MB 37% complete (8.5M/s) |
179 | 2025-02-21T07:47:14.644Z | Download: 2027/4301 items 118.7/225.4MB 52% complete (10.1M/s) |
180 | 2025-02-21T07:47:19.645Z | Download: 3203/4301 items 169.1/225.4MB 75% complete (8.5M/s) |
181 | 2025-02-21T07:47:24.862Z | Download: 4207/4301 items 220.6/225.4MB 97% complete (10.2M/s) |
182 | 2025-02-21T07:47:25.946Z | Download: Completed 225.42 MB in 26.33 seconds (8.6M/s) |
183 | 2025-02-21T07:47:27.879Z | Actions: 1/5122 actions (Removing old actions) |
184 | 2025-02-21T07:47:27.895Z | Actions: 194/5122 actions (Installing new actions) |
185 | 2025-02-21T07:47:33.085Z | Actions: 4136/5122 actions (Installing new actions) |
186 | 2025-02-21T07:47:33.976Z | Actions: 4267/5122 actions (Updating modified actions) |
187 | 2025-02-21T07:47:34.646Z | Actions: Completed 5122 actions in 6.77 seconds. |
188 | 2025-02-21T07:47:34.884Z | Done (0.230s) |
189 | 2025-02-21T07:47:34.887Z | Done (0.001s) |
190 | 2025-02-21T07:47:35.496Z | Done (0.609s) |
191 | 2025-02-21T07:47:42.707Z | Done (6.980s) |
192 | 2025-02-21T07:47:43.300Z | Done (0.525s) |
193 | 2025-02-21T07:47:43.303Z | Done (0.000s) |
194 | 2025-02-21T07:47:43.450Z | Done (0.000s) |
195 | 2025-02-21T07:47:44.177Z | Planning: Evaluating mediator changes ... Done |
196 | 2025-02-21T07:47:44.340Z | Planning: Checking for conflicting actions ... Done |
197 | 2025-02-21T07:47:44.343Z | Planning: Consolidating action changes ... Done |
198 | 2025-02-21T07:47:44.612Z | Planning: Evaluating mediators ... Done |
199 | 2025-02-21T07:47:44.615Z | Planning: Planning completed in 0.44 seconds |
200 | 2025-02-21T07:47:44.651Z | Mediators to change: 2 |
201 | 2025-02-21T07:47:44.651Z | Create boot environment: No |
202 | 2025-02-21T07:47:44.654Z | Create backup boot environment: No |
203 | 2025-02-21T07:47:44.720Z | Done |
204 | 2025-02-21T07:47:44.720Z | Done |
205 | 2025-02-21T07:47:45.124Z | Done |
206 | 2025-02-21T07:47:48.739Z | Done |
207 | 2025-02-21T07:47:48.830Z | Done |
208 | 2025-02-21T07:47:48.834Z | Done |
209 | 2025-02-21T07:47:48.935Z | Done |
210 | 2025-02-21T07:47:49.546Z | Planning: Evaluating mediator changes ... Done |
211 | 2025-02-21T07:47:49.548Z | Planning: Merging actions ... Done |
212 | 2025-02-21T07:47:49.736Z | Planning: Checking for conflicting actions ... Done |
213 | 2025-02-21T07:47:49.738Z | Planning: Consolidating action changes ... Done |
214 | 2025-02-21T07:47:50.003Z | Planning: Evaluating mediators ... Done |
215 | 2025-02-21T07:47:50.058Z | Planning: Planning completed in 0.76 seconds |
216 | 2025-02-21T07:47:50.098Z | Packages to change: 1 |
217 | 2025-02-21T07:47:50.098Z | Mediators to change: 1 |
218 | 2025-02-21T07:47:50.101Z | Services to change: 1 |
219 | 2025-02-21T07:47:50.101Z | Create boot environment: No |
220 | 2025-02-21T07:47:50.101Z | Create backup boot environment: Yes |
221 | 2025-02-21T07:47:52.159Z | Actions: 1/6 actions (Updating modified actions) |
222 | 2025-02-21T07:47:52.363Z | Actions: Completed 6 actions in 0.21 seconds. |
223 | 2025-02-21T07:47:52.366Z | Done |
224 | 2025-02-21T07:47:52.366Z | Done |
225 | 2025-02-21T07:47:52.488Z | Done |
226 | 2025-02-21T07:47:56.110Z | Done |
227 | 2025-02-21T07:47:56.203Z | Done |
228 | 2025-02-21T07:47:56.207Z | Done |
229 | 2025-02-21T07:47:56.338Z | Done |
230 | 2025-02-21T07:47:56.810Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
231 | 2025-02-21T07:47:56.810Z | clang system 15 system |
232 | 2025-02-21T07:47:56.810Z | csh system system illumos |
233 | 2025-02-21T07:47:56.810Z | ctags system system illumos |
234 | 2025-02-21T07:47:56.810Z | gcc vendor 12 vendor |
235 | 2025-02-21T07:47:56.810Z | gcc system 10 system |
236 | 2025-02-21T07:47:56.810Z | gcc system 7 system |
237 | 2025-02-21T07:47:56.810Z | go system 1.20 system |
238 | 2025-02-21T07:47:56.810Z | go system 1.19 system |
239 | 2025-02-21T07:47:56.810Z | llvm system 15 system |
240 | 2025-02-21T07:47:56.810Z | llvm system 14 system |
241 | 2025-02-21T07:47:56.810Z | mariadb system 10.6 system |
242 | 2025-02-21T07:47:56.810Z | mta vendor vendor dma |
243 | 2025-02-21T07:47:56.810Z | openjdk system 17 system |
244 | 2025-02-21T07:47:56.810Z | openjdk system 11 system |
245 | 2025-02-21T07:47:56.811Z | openjdk system 1.8 system |
246 | 2025-02-21T07:47:56.811Z | openssl vendor 3 vendor |
247 | 2025-02-21T07:47:56.811Z | perl system 5.36 system |
248 | 2025-02-21T07:47:56.811Z | postgresql system 15 system |
249 | 2025-02-21T07:47:56.811Z | postgresql system 13 system |
250 | 2025-02-21T07:47:56.811Z | python vendor 3 vendor |
251 | 2025-02-21T07:47:56.811Z | python system 2 system |
252 | 2025-02-21T07:47:56.811Z | python3 system 3.11 system |
253 | 2025-02-21T07:47:56.811Z | ruby system 3.0 system |
254 | 2025-02-21T07:47:56.811Z | words vendor vendor american-english |
255 | 2025-02-21T07:47:56.811Z | words system system australian-english |
256 | 2025-02-21T07:47:56.811Z | words system system british-english |
257 | 2025-02-21T07:47:56.811Z | words system system canadian-english |
258 | 2025-02-21T07:47:56.811Z | words system system french |
259 | 2025-02-21T07:47:56.811Z | words system system italian |
260 | 2025-02-21T07:47:56.811Z | words system system ngerman |
261 | 2025-02-21T07:47:56.811Z | words system system ogerman |
262 | 2025-02-21T07:47:56.811Z | words system system spanish |
263 | 2025-02-21T07:47:57.177Z | PUBLISHER TYPE STATUS P LOCATION |
264 | 2025-02-21T07:47:57.177Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
265 | 2025-02-21T07:48:00.121Z | FMRI IFO |
266 | 2025-02-21T07:48:00.121Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
267 | 2025-02-21T07:48:00.121Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
268 | 2025-02-21T07:48:00.121Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
269 | 2025-02-21T07:48:00.121Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
270 | 2025-02-21T07:48:00.121Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
271 | 2025-02-21T07:48:00.121Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
272 | 2025-02-21T07:48:00.121Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
273 | 2025-02-21T07:48:00.121Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
274 | 2025-02-21T07:48:00.121Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
275 | 2025-02-21T07:48:00.121Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
276 | 2025-02-21T07:48:00.121Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
277 | 2025-02-21T07:48:00.122Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
278 | 2025-02-21T07:48:00.122Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
279 | 2025-02-21T07:48:00.122Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
280 | 2025-02-21T07:48:00.122Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
281 | 2025-02-21T07:48:00.917Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
282 | 2025-02-21T07:48:01.209Z | Updating crates.io index |
283 | 2025-02-21T07:48:01.294Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
284 | 2025-02-21T07:48:01.766Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
285 | 2025-02-21T07:48:02.019Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
286 | 2025-02-21T07:48:02.267Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
287 | 2025-02-21T07:48:03.180Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
288 | 2025-02-21T07:48:04.985Z | Updating git repository `https://github.com/oxidecomputer/opte` |
289 | 2025-02-21T07:48:05.690Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
290 | 2025-02-21T07:48:06.395Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
291 | 2025-02-21T07:48:06.672Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
292 | 2025-02-21T07:48:06.946Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
293 | 2025-02-21T07:48:07.553Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
294 | 2025-02-21T07:48:07.873Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
295 | 2025-02-21T07:48:08.184Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
296 | 2025-02-21T07:48:08.463Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
297 | 2025-02-21T07:48:08.722Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
298 | 2025-02-21T07:48:08.969Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
299 | 2025-02-21T07:48:09.255Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
300 | 2025-02-21T07:48:09.626Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
301 | 2025-02-21T07:48:09.910Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
302 | 2025-02-21T07:48:10.264Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
303 | 2025-02-21T07:48:10.662Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
304 | 2025-02-21T07:48:10.904Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
305 | 2025-02-21T07:48:11.435Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
306 | 2025-02-21T07:48:11.689Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
307 | 2025-02-21T07:48:12.044Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
308 | 2025-02-21T07:48:12.439Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
309 | 2025-02-21T07:48:12.743Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
310 | 2025-02-21T07:48:13.006Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
311 | 2025-02-21T07:48:13.279Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
312 | 2025-02-21T07:48:14.700Z | Downloading crates ... |
313 | 2025-02-21T07:48:14.764Z | Downloaded autocfg v1.4.0 |
314 | 2025-02-21T07:48:14.767Z | Downloaded anstyle v1.0.10 |
315 | 2025-02-21T07:48:14.770Z | Downloaded anyhow v1.0.95 |
316 | 2025-02-21T07:48:14.772Z | Downloaded dtrace-parser v0.2.0 |
317 | 2025-02-21T07:48:14.774Z | Downloaded equivalent v1.0.1 |
318 | 2025-02-21T07:48:14.780Z | Downloaded swrite v0.1.0 |
319 | 2025-02-21T07:48:14.783Z | Downloaded usdt-attr-macro v0.5.0 |
320 | 2025-02-21T07:48:14.786Z | Downloaded anstyle-query v1.1.1 |
321 | 2025-02-21T07:48:14.788Z | Downloaded usdt-macro v0.5.0 |
322 | 2025-02-21T07:48:14.788Z | Downloaded pretty-hex v0.4.1 |
323 | 2025-02-21T07:48:14.805Z | Downloaded itoa v1.0.11 |
324 | 2025-02-21T07:48:14.814Z | Downloaded plain v0.2.3 |
325 | 2025-02-21T07:48:14.816Z | Downloaded fnv v1.0.7 |
326 | 2025-02-21T07:48:14.816Z | Downloaded errno v0.3.9 |
327 | 2025-02-21T07:48:14.816Z | Downloaded crypto-common v0.1.6 |
328 | 2025-02-21T07:48:14.816Z | Downloaded clap_lex v0.7.4 |
329 | 2025-02-21T07:48:14.819Z | Downloaded cfg-if v1.0.0 |
330 | 2025-02-21T07:48:14.819Z | Downloaded byteorder v1.5.0 |
331 | 2025-02-21T07:48:14.822Z | Downloaded proc-macro-error-attr v1.0.4 |
332 | 2025-02-21T07:48:14.822Z | Downloaded macaddr v1.0.1 |
333 | 2025-02-21T07:48:14.825Z | Downloaded cargo_metadata v0.18.1 |
334 | 2025-02-21T07:48:14.825Z | Downloaded block-buffer v0.10.4 |
335 | 2025-02-21T07:48:14.825Z | Downloaded smawk v0.3.2 |
336 | 2025-02-21T07:48:14.828Z | Downloaded anstyle-parse v0.2.5 |
337 | 2025-02-21T07:48:14.828Z | Downloaded toml_datetime v0.6.8 |
338 | 2025-02-21T07:48:14.830Z | Downloaded tabled_derive v0.7.0 |
339 | 2025-02-21T07:48:14.834Z | Downloaded is_terminal_polyfill v1.70.1 |
340 | 2025-02-21T07:48:14.836Z | Downloaded serde_spanned v0.6.8 |
341 | 2025-02-21T07:48:14.836Z | Downloaded pest_generator v2.7.14 |
342 | 2025-02-21T07:48:14.840Z | Downloaded thiserror-impl v1.0.69 |
343 | 2025-02-21T07:48:14.840Z | Downloaded heck v0.4.1 |
344 | 2025-02-21T07:48:14.840Z | Downloaded generic-array v0.14.7 |
345 | 2025-02-21T07:48:14.842Z | Downloaded heck v0.5.0 |
346 | 2025-02-21T07:48:14.842Z | Downloaded unicode-linebreak v0.1.5 |
347 | 2025-02-21T07:48:14.845Z | Downloaded cargo-platform v0.1.8 |
348 | 2025-02-21T07:48:14.845Z | Downloaded fs-err v2.11.0 |
349 | 2025-02-21T07:48:14.847Z | Downloaded thread-id v4.2.2 |
350 | 2025-02-21T07:48:14.848Z | Downloaded terminal_size v0.4.0 |
351 | 2025-02-21T07:48:14.850Z | Downloaded dof v0.3.0 |
352 | 2025-02-21T07:48:14.850Z | Downloaded strsim v0.11.1 |
353 | 2025-02-21T07:48:14.853Z | Downloaded usdt v0.5.0 |
354 | 2025-02-21T07:48:14.853Z | Downloaded cpufeatures v0.2.14 |
355 | 2025-02-21T07:48:14.855Z | Downloaded version_check v0.9.5 |
356 | 2025-02-21T07:48:14.858Z | Downloaded utf8parse v0.2.2 |
357 | 2025-02-21T07:48:14.858Z | Downloaded scroll_derive v0.12.0 |
358 | 2025-02-21T07:48:14.858Z | Downloaded anstream v0.6.15 |
359 | 2025-02-21T07:48:14.861Z | Downloaded once_cell v1.20.2 |
360 | 2025-02-21T07:48:14.863Z | Downloaded digest v0.10.7 |
361 | 2025-02-21T07:48:14.863Z | Downloaded fastrand v2.1.1 |
362 | 2025-02-21T07:48:14.866Z | Downloaded bitflags v2.6.0 |
363 | 2025-02-21T07:48:14.868Z | Downloaded clap_derive v4.5.24 |
364 | 2025-02-21T07:48:14.871Z | Downloaded cargo_toml v0.20.5 |
365 | 2025-02-21T07:48:14.873Z | Downloaded usdt-impl v0.5.0 |
366 | 2025-02-21T07:48:14.873Z | Downloaded camino-tempfile v1.1.1 |
367 | 2025-02-21T07:48:14.877Z | Downloaded pest_derive v2.7.14 |
368 | 2025-02-21T07:48:14.880Z | Downloaded thiserror v1.0.69 |
369 | 2025-02-21T07:48:14.884Z | Downloaded semver v1.0.24 |
370 | 2025-02-21T07:48:14.887Z | Downloaded tempfile v3.13.0 |
371 | 2025-02-21T07:48:14.890Z | Downloaded sha2 v0.10.8 |
372 | 2025-02-21T07:48:14.893Z | Downloaded colorchoice v1.0.2 |
373 | 2025-02-21T07:48:14.895Z | Downloaded bytecount v0.6.8 |
374 | 2025-02-21T07:48:14.895Z | Downloaded ucd-trie v0.1.7 |
375 | 2025-02-21T07:48:14.898Z | Downloaded quote v1.0.38 |
376 | 2025-02-21T07:48:14.900Z | Downloaded serde_tokenstream v0.2.2 |
377 | 2025-02-21T07:48:14.900Z | Downloaded memmap v0.7.0 |
378 | 2025-02-21T07:48:14.903Z | Downloaded scroll v0.12.0 |
379 | 2025-02-21T07:48:14.903Z | Downloaded typenum v1.17.0 |
380 | 2025-02-21T07:48:14.905Z | Downloaded proc-macro-error v1.0.4 |
381 | 2025-02-21T07:48:14.908Z | Downloaded proc-macro2 v1.0.92 |
382 | 2025-02-21T07:48:14.910Z | Downloaded zerocopy-derive v0.7.35 |
383 | 2025-02-21T07:48:14.914Z | Downloaded textwrap v0.16.1 |
384 | 2025-02-21T07:48:14.917Z | Downloaded unicode-ident v1.0.14 |
385 | 2025-02-21T07:48:14.919Z | Downloaded toml v0.8.19 |
386 | 2025-02-21T07:48:14.922Z | Downloaded papergrid v0.11.0 |
387 | 2025-02-21T07:48:14.927Z | Downloaded ryu v1.0.18 |
388 | 2025-02-21T07:48:14.930Z | Downloaded pest_meta v2.7.14 |
389 | 2025-02-21T07:48:14.932Z | Downloaded camino v1.1.9 |
390 | 2025-02-21T07:48:14.935Z | Downloaded log v0.4.22 |
391 | 2025-02-21T07:48:14.937Z | Downloaded clap v4.5.27 |
392 | 2025-02-21T07:48:14.943Z | Downloaded serde_derive v1.0.217 |
393 | 2025-02-21T07:48:14.946Z | Downloaded serde v1.0.217 |
394 | 2025-02-21T07:48:14.949Z | Downloaded indexmap v2.7.1 |
395 | 2025-02-21T07:48:14.958Z | Downloaded memchr v2.7.4 |
396 | 2025-02-21T07:48:14.967Z | Downloaded toml_edit v0.22.22 |
397 | 2025-02-21T07:48:14.995Z | Downloaded pest v2.7.14 |
398 | 2025-02-21T07:48:15.003Z | Downloaded zerocopy v0.7.35 |
399 | 2025-02-21T07:48:15.018Z | Downloaded serde_json v1.0.135 |
400 | 2025-02-21T07:48:15.024Z | Downloaded hashbrown v0.15.1 |
401 | 2025-02-21T07:48:15.029Z | Downloaded winnow v0.6.20 |
402 | 2025-02-21T07:48:15.037Z | Downloaded tabled v0.15.0 |
403 | 2025-02-21T07:48:15.052Z | Downloaded goblin v0.8.2 |
404 | 2025-02-21T07:48:15.057Z | Downloaded clap_builder v4.5.27 |
405 | 2025-02-21T07:48:15.063Z | Downloaded syn v1.0.109 |
406 | 2025-02-21T07:48:15.086Z | Downloaded unicode-width v0.1.14 |
407 | 2025-02-21T07:48:15.093Z | Downloaded syn v2.0.96 |
408 | 2025-02-21T07:48:15.103Z | Downloaded rustix v0.38.37 |
409 | 2025-02-21T07:48:15.136Z | Downloaded libc v0.2.169 |
410 | 2025-02-21T07:48:15.410Z | Compiling proc-macro2 v1.0.92 |
411 | 2025-02-21T07:48:15.410Z | Compiling unicode-ident v1.0.14 |
412 | 2025-02-21T07:48:15.410Z | Compiling serde v1.0.217 |
413 | 2025-02-21T07:48:15.413Z | Compiling version_check v0.9.5 |
414 | 2025-02-21T07:48:15.413Z | Compiling thiserror v1.0.69 |
415 | 2025-02-21T07:48:15.413Z | Compiling memchr v2.7.4 |
416 | 2025-02-21T07:48:15.413Z | Compiling libc v0.2.169 |
417 | 2025-02-21T07:48:15.446Z | Compiling ryu v1.0.18 |
418 | 2025-02-21T07:48:15.680Z | Compiling itoa v1.0.11 |
419 | 2025-02-21T07:48:15.850Z | Compiling ucd-trie v0.1.7 |
420 | 2025-02-21T07:48:16.064Z | Compiling once_cell v1.20.2 |
421 | 2025-02-21T07:48:16.275Z | Compiling byteorder v1.5.0 |
422 | 2025-02-21T07:48:16.360Z | Compiling serde_json v1.0.135 |
423 | 2025-02-21T07:48:16.606Z | Compiling rustix v0.38.37 |
424 | 2025-02-21T07:48:17.659Z | Compiling bitflags v2.6.0 |
425 | 2025-02-21T07:48:17.702Z | Compiling proc-macro-error-attr v1.0.4 |
426 | 2025-02-21T07:48:17.741Z | Compiling usdt-impl v0.5.0 |
427 | 2025-02-21T07:48:17.864Z | Compiling syn v1.0.109 |
428 | 2025-02-21T07:48:18.020Z | Compiling proc-macro-error v1.0.4 |
429 | 2025-02-21T07:48:18.043Z | Compiling log v0.4.22 |
430 | 2025-02-21T07:48:18.087Z | Compiling hashbrown v0.15.1 |
431 | 2025-02-21T07:48:18.217Z | Compiling camino v1.1.9 |
432 | 2025-02-21T07:48:18.314Z | Compiling thread-id v4.2.2 |
433 | 2025-02-21T07:48:18.337Z | Compiling equivalent v1.0.1 |
434 | 2025-02-21T07:48:18.372Z | Compiling utf8parse v0.2.2 |
435 | 2025-02-21T07:48:18.455Z | Compiling plain v0.2.3 |
436 | 2025-02-21T07:48:18.536Z | Compiling anstyle-parse v0.2.5 |
437 | 2025-02-21T07:48:18.613Z | Compiling quote v1.0.38 |
438 | 2025-02-21T07:48:18.633Z | Compiling is_terminal_polyfill v1.70.1 |
439 | 2025-02-21T07:48:18.764Z | Compiling colorchoice v1.0.2 |
440 | 2025-02-21T07:48:18.823Z | Compiling errno v0.3.9 |
441 | 2025-02-21T07:48:18.867Z | Compiling anstyle-query v1.1.1 |
442 | 2025-02-21T07:48:18.913Z | Compiling unicode-width v0.1.14 |
443 | 2025-02-21T07:48:18.936Z | Compiling winnow v0.6.20 |
444 | 2025-02-21T07:48:18.983Z | Compiling syn v2.0.96 |
445 | 2025-02-21T07:48:19.061Z | Compiling indexmap v2.7.1 |
446 | 2025-02-21T07:48:19.177Z | Compiling autocfg v1.4.0 |
447 | 2025-02-21T07:48:19.417Z | Compiling pretty-hex v0.4.1 |
448 | 2025-02-21T07:48:19.664Z | Compiling anstyle v1.0.10 |
449 | 2025-02-21T07:48:20.016Z | Compiling semver v1.0.24 |
450 | 2025-02-21T07:48:20.076Z | Compiling fs-err v2.11.0 |
451 | 2025-02-21T07:48:20.290Z | Compiling anstream v0.6.15 |
452 | 2025-02-21T07:48:20.523Z | Compiling cfg-if v1.0.0 |
453 | 2025-02-21T07:48:20.561Z | Compiling heck v0.5.0 |
454 | 2025-02-21T07:48:20.593Z | Compiling anyhow v1.0.95 |
455 | 2025-02-21T07:48:20.618Z | Compiling bytecount v0.6.8 |
456 | 2025-02-21T07:48:20.830Z | Compiling heck v0.4.1 |
457 | 2025-02-21T07:48:20.921Z | Compiling terminal_size v0.4.0 |
458 | 2025-02-21T07:48:21.022Z | Compiling strsim v0.11.1 |
459 | 2025-02-21T07:48:21.138Z | Compiling fnv v1.0.7 |
460 | 2025-02-21T07:48:21.227Z | Compiling fastrand v2.1.1 |
461 | 2025-02-21T07:48:21.328Z | Compiling clap_lex v0.7.4 |
462 | 2025-02-21T07:48:21.492Z | Compiling papergrid v0.11.0 |
463 | 2025-02-21T07:48:21.575Z | Compiling tempfile v3.13.0 |
464 | 2025-02-21T07:48:21.722Z | Compiling clap_builder v4.5.27 |
465 | 2025-02-21T07:48:22.122Z | Compiling memmap v0.7.0 |
466 | 2025-02-21T07:48:22.289Z | Compiling smawk v0.3.2 |
467 | 2025-02-21T07:48:22.326Z | Compiling unicode-linebreak v0.1.5 |
468 | 2025-02-21T07:48:22.505Z | Compiling swrite v0.1.0 |
469 | 2025-02-21T07:48:22.811Z | Compiling textwrap v0.16.1 |
470 | 2025-02-21T07:48:23.414Z | Compiling tabled_derive v0.7.0 |
471 | 2025-02-21T07:48:24.531Z | Compiling tabled v0.15.0 |
472 | 2025-02-21T07:48:25.613Z | Compiling serde_derive v1.0.217 |
473 | 2025-02-21T07:48:25.616Z | Compiling thiserror-impl v1.0.69 |
474 | 2025-02-21T07:48:25.616Z | Compiling zerocopy-derive v0.7.35 |
475 | 2025-02-21T07:48:25.699Z | Compiling scroll_derive v0.12.0 |
476 | 2025-02-21T07:48:25.961Z | Compiling clap_derive v4.5.24 |
477 | 2025-02-21T07:48:27.091Z | Compiling scroll v0.12.0 |
478 | 2025-02-21T07:48:27.285Z | Compiling zerocopy v0.7.35 |
479 | 2025-02-21T07:48:27.786Z | Compiling goblin v0.8.2 |
480 | 2025-02-21T07:48:27.861Z | Compiling pest v2.7.14 |
481 | 2025-02-21T07:48:29.155Z | Compiling clap v4.5.27 |
482 | 2025-02-21T07:48:29.986Z | Compiling pest_meta v2.7.14 |
483 | 2025-02-21T07:48:30.870Z | Compiling pest_generator v2.7.14 |
484 | 2025-02-21T07:48:32.147Z | Compiling pest_derive v2.7.14 |
485 | 2025-02-21T07:48:32.925Z | Compiling dtrace-parser v0.2.0 |
486 | 2025-02-21T07:48:34.057Z | Compiling serde_tokenstream v0.2.2 |
487 | 2025-02-21T07:48:34.194Z | Compiling toml_datetime v0.6.8 |
488 | 2025-02-21T07:48:34.194Z | Compiling serde_spanned v0.6.8 |
489 | 2025-02-21T07:48:34.441Z | Compiling cargo-platform v0.1.8 |
490 | 2025-02-21T07:48:34.475Z | Compiling macaddr v1.0.1 |
491 | 2025-02-21T07:48:34.576Z | Compiling toml_edit v0.22.22 |
492 | 2025-02-21T07:48:34.828Z | Compiling camino-tempfile v1.1.1 |
493 | 2025-02-21T07:48:35.365Z | Compiling dof v0.3.0 |
494 | 2025-02-21T07:48:35.595Z | Compiling cargo_metadata v0.18.1 |
495 | 2025-02-21T07:48:36.705Z | Compiling usdt-macro v0.5.0 |
496 | 2025-02-21T07:48:36.705Z | Compiling usdt-attr-macro v0.5.0 |
497 | 2025-02-21T07:48:37.329Z | Compiling toml v0.8.19 |
498 | 2025-02-21T07:48:37.783Z | Compiling usdt v0.5.0 |
499 | 2025-02-21T07:48:38.092Z | Compiling cargo_toml v0.20.5 |
500 | 2025-02-21T07:48:40.617Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
501 | 2025-02-21T07:48:43.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.03s |
502 | 2025-02-21T07:48:43.965Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
503 | 2025-02-21T07:48:44.485Z | Downloading crates ... |
504 | 2025-02-21T07:48:44.638Z | Downloaded headers-core v0.3.0 |
505 | 2025-02-21T07:48:44.640Z | Downloaded addr2line v0.24.2 |
506 | 2025-02-21T07:48:44.643Z | Downloaded atomicwrites v0.4.4 |
507 | 2025-02-21T07:48:44.645Z | Downloaded crunchy v0.2.2 |
508 | 2025-02-21T07:48:44.648Z | Downloaded cfg_aliases v0.1.1 |
509 | 2025-02-21T07:48:44.648Z | Downloaded hostname v0.4.0 |
510 | 2025-02-21T07:48:44.651Z | Downloaded array-init v0.0.4 |
511 | 2025-02-21T07:48:44.658Z | Downloaded blowfish v0.9.1 |
512 | 2025-02-21T07:48:44.661Z | Downloaded ciborium-io v0.2.2 |
513 | 2025-02-21T07:48:44.661Z | Downloaded buf-list v1.0.3 |
514 | 2025-02-21T07:48:44.664Z | Downloaded http-range v0.1.5 |
515 | 2025-02-21T07:48:44.666Z | Downloaded aead v0.5.2 |
516 | 2025-02-21T07:48:44.669Z | Downloaded cstr-argument v0.1.2 |
517 | 2025-02-21T07:48:44.669Z | Downloaded bit-set v0.5.3 |
518 | 2025-02-21T07:48:44.669Z | Downloaded is_ci v1.2.0 |
519 | 2025-02-21T07:48:44.672Z | Downloaded hubpack_derive v0.1.1 |
520 | 2025-02-21T07:48:44.672Z | Downloaded backoff v0.4.0 |
521 | 2025-02-21T07:48:44.675Z | Downloaded bitfield v0.14.0 |
522 | 2025-02-21T07:48:44.678Z | Downloaded mirai-annotations v1.12.0 |
523 | 2025-02-21T07:48:44.678Z | Downloaded cmake v0.1.51 |
524 | 2025-02-21T07:48:44.678Z | Downloaded match_cfg v0.1.0 |
525 | 2025-02-21T07:48:44.680Z | Downloaded cexpr v0.6.0 |
526 | 2025-02-21T07:48:44.681Z | Downloaded async-trait v0.1.86 |
527 | 2025-02-21T07:48:44.683Z | Downloaded async-stream-impl v0.3.6 |
528 | 2025-02-21T07:48:44.687Z | Downloaded assert_matches v1.5.0 |
529 | 2025-02-21T07:48:44.689Z | Downloaded icu_provider_macros v1.5.0 |
530 | 2025-02-21T07:48:44.692Z | Downloaded md5 v0.7.0 |
531 | 2025-02-21T07:48:44.692Z | Downloaded indent_write v2.2.0 |
532 | 2025-02-21T07:48:44.695Z | Downloaded hyper-tls v0.6.0 |
533 | 2025-02-21T07:48:44.695Z | Downloaded hex-literal v0.4.1 |
534 | 2025-02-21T07:48:44.697Z | Downloaded lru-cache v0.1.2 |
535 | 2025-02-21T07:48:44.698Z | Downloaded http-body-util v0.1.2 |
536 | 2025-02-21T07:48:44.700Z | Downloaded md-5 v0.10.6 |
537 | 2025-02-21T07:48:44.703Z | Downloaded daft v0.1.1 |
538 | 2025-02-21T07:48:44.705Z | Downloaded managed v0.8.0 |
539 | 2025-02-21T07:48:44.705Z | Downloaded arrayref v0.3.9 |
540 | 2025-02-21T07:48:44.708Z | Downloaded instability v0.3.2 |
541 | 2025-02-21T07:48:44.708Z | Downloaded indoc v1.0.9 |
542 | 2025-02-21T07:48:44.710Z | Downloaded maplit v1.0.2 |
543 | 2025-02-21T07:48:44.713Z | Downloaded lru v0.12.5 |
544 | 2025-02-21T07:48:44.713Z | Downloaded lalrpop-util v0.19.12 |
545 | 2025-02-21T07:48:44.715Z | Downloaded idna_adapter v1.2.0 |
546 | 2025-02-21T07:48:44.716Z | Downloaded httpdate v1.0.3 |
547 | 2025-02-21T07:48:44.719Z | Downloaded kstat-rs v0.2.4 |
548 | 2025-02-21T07:48:44.719Z | Downloaded cipher v0.4.4 |
549 | 2025-02-21T07:48:44.721Z | Downloaded maybe-uninit v2.0.0 |
550 | 2025-02-21T07:48:44.721Z | Downloaded linked-hash-map v0.5.6 |
551 | 2025-02-21T07:48:44.724Z | Downloaded hickory-resolver v0.24.3 |
552 | 2025-02-21T07:48:44.727Z | Downloaded lockfree-object-pool v0.1.6 |
553 | 2025-02-21T07:48:44.730Z | Downloaded proc-macro-crate v1.3.1 |
554 | 2025-02-21T07:48:44.733Z | Downloaded instant v0.1.13 |
555 | 2025-02-21T07:48:44.733Z | Downloaded keccak v0.1.5 |
556 | 2025-02-21T07:48:44.736Z | Downloaded humantime v2.1.0 |
557 | 2025-02-21T07:48:44.736Z | Downloaded mime v0.3.17 |
558 | 2025-02-21T07:48:44.740Z | Downloaded libsw v3.3.1 |
559 | 2025-02-21T07:48:44.742Z | Downloaded block-padding v0.3.3 |
560 | 2025-02-21T07:48:44.742Z | Downloaded bb8 v0.8.5 |
561 | 2025-02-21T07:48:44.742Z | Downloaded libefi-sys v0.1.0 |
562 | 2025-02-21T07:48:44.745Z | Downloaded hex v0.4.3 |
563 | 2025-02-21T07:48:44.745Z | Downloaded bcs v0.1.6 |
564 | 2025-02-21T07:48:44.748Z | Downloaded impl-trait-for-tuples v0.2.2 |
565 | 2025-02-21T07:48:44.751Z | Downloaded arc-swap v1.7.1 |
566 | 2025-02-21T07:48:44.754Z | Downloaded internet-checksum v0.2.1 |
567 | 2025-02-21T07:48:44.757Z | Downloaded iana-time-zone v0.1.61 |
568 | 2025-02-21T07:48:44.761Z | Downloaded highway v1.2.0 |
569 | 2025-02-21T07:48:44.763Z | Downloaded bitflags v1.3.2 |
570 | 2025-02-21T07:48:44.763Z | Downloaded mime_guess v2.0.5 |
571 | 2025-02-21T07:48:44.766Z | Downloaded lock_api v0.4.12 |
572 | 2025-02-21T07:48:44.768Z | Downloaded libloading v0.8.5 |
573 | 2025-02-21T07:48:44.771Z | Downloaded ipnet v2.10.1 |
574 | 2025-02-21T07:48:44.774Z | Downloaded inout v0.1.3 |
575 | 2025-02-21T07:48:44.774Z | Downloaded hubpack v0.1.2 |
576 | 2025-02-21T07:48:44.776Z | Downloaded crucible-workspace-hack v0.1.0 |
577 | 2025-02-21T07:48:44.776Z | Downloaded base64 v0.21.7 |
578 | 2025-02-21T07:48:44.779Z | Downloaded rand_xorshift v0.3.0 |
579 | 2025-02-21T07:48:44.782Z | Downloaded blake2 v0.10.6 |
580 | 2025-02-21T07:48:44.785Z | Downloaded rustc-hash v1.1.0 |
581 | 2025-02-21T07:48:44.785Z | Downloaded hyper-staticfile v0.10.1 |
582 | 2025-02-21T07:48:44.787Z | Downloaded memmap2 v0.9.5 |
583 | 2025-02-21T07:48:44.790Z | Downloaded icu_locid_transform v1.5.0 |
584 | 2025-02-21T07:48:44.792Z | Downloaded litrs v0.4.1 |
585 | 2025-02-21T07:48:44.795Z | Downloaded icu_locid v1.5.0 |
586 | 2025-02-21T07:48:44.799Z | Downloaded take_mut v0.2.2 |
587 | 2025-02-21T07:48:44.802Z | Downloaded icu_locid_transform_data v1.5.0 |
588 | 2025-02-21T07:48:44.802Z | Downloaded memoffset v0.9.1 |
589 | 2025-02-21T07:48:44.804Z | Downloaded httparse v1.9.5 |
590 | 2025-02-21T07:48:44.807Z | Downloaded scheduled-thread-pool v0.2.7 |
591 | 2025-02-21T07:48:44.807Z | Downloaded icu_provider v1.5.0 |
592 | 2025-02-21T07:48:44.810Z | Downloaded chrono-tz-build v0.4.0 |
593 | 2025-02-21T07:48:44.813Z | Downloaded smf v0.2.3 |
594 | 2025-02-21T07:48:44.813Z | Downloaded foreign-types-shared v0.1.1 |
595 | 2025-02-21T07:48:44.815Z | Downloaded endian-type v0.1.2 |
596 | 2025-02-21T07:48:44.815Z | Downloaded const_format_proc_macros v0.2.34 |
597 | 2025-02-21T07:48:44.818Z | Downloaded slog-envlogger v2.2.0 |
598 | 2025-02-21T07:48:44.818Z | Downloaded crc v3.2.1 |
599 | 2025-02-21T07:48:44.821Z | Downloaded string_cache v0.8.7 |
600 | 2025-02-21T07:48:44.823Z | Downloaded foreign-types v0.3.2 |
601 | 2025-02-21T07:48:44.823Z | Downloaded tinystr v0.7.6 |
602 | 2025-02-21T07:48:44.826Z | Downloaded crossbeam-deque v0.8.5 |
603 | 2025-02-21T07:48:44.829Z | Downloaded crc-catalog v2.4.0 |
604 | 2025-02-21T07:48:44.829Z | Downloaded ciborium-ll v0.2.2 |
605 | 2025-02-21T07:48:44.831Z | Downloaded strip-ansi-escapes v0.2.0 |
606 | 2025-02-21T07:48:44.831Z | Downloaded stringprep v0.1.5 |
607 | 2025-02-21T07:48:44.834Z | Downloaded ssh-encoding v0.2.0 |
608 | 2025-02-21T07:48:44.836Z | Downloaded tap v1.0.1 |
609 | 2025-02-21T07:48:44.836Z | Downloaded lazycell v1.3.0 |
610 | 2025-02-21T07:48:44.839Z | Downloaded jobserver v0.1.32 |
611 | 2025-02-21T07:48:44.839Z | Downloaded spki v0.7.3 |
612 | 2025-02-21T07:48:44.842Z | Downloaded fxhash v0.2.1 |
613 | 2025-02-21T07:48:44.844Z | Downloaded cancel-safe-futures v0.1.5 |
614 | 2025-02-21T07:48:44.847Z | Downloaded icu_properties v1.5.1 |
615 | 2025-02-21T07:48:44.849Z | Downloaded parse-size v1.1.0 |
616 | 2025-02-21T07:48:44.850Z | Downloaded litemap v0.7.3 |
617 | 2025-02-21T07:48:44.852Z | Downloaded opaque-debug v0.3.1 |
618 | 2025-02-21T07:48:44.852Z | Downloaded num_threads v0.1.7 |
619 | 2025-02-21T07:48:44.855Z | Downloaded rfc6979 v0.4.0 |
620 | 2025-02-21T07:48:44.855Z | Downloaded sha1 v0.10.6 |
621 | 2025-02-21T07:48:44.858Z | Downloaded rustls-pemfile v1.0.4 |
622 | 2025-02-21T07:48:44.860Z | Downloaded zone v0.1.8 |
623 | 2025-02-21T07:48:44.860Z | Downloaded rand_seeder v0.3.0 |
624 | 2025-02-21T07:48:44.863Z | Downloaded bytes v1.9.0 |
625 | 2025-02-21T07:48:44.866Z | Downloaded ena v0.14.3 |
626 | 2025-02-21T07:48:44.872Z | Downloaded embedded-io v0.4.0 |
627 | 2025-02-21T07:48:44.875Z | Downloaded foreign-types-macros v0.2.3 |
628 | 2025-02-21T07:48:44.875Z | Downloaded foreign-types v0.5.0 |
629 | 2025-02-21T07:48:44.875Z | Downloaded icu_normalizer_data v1.5.0 |
630 | 2025-02-21T07:48:44.875Z | Downloaded ghash v0.5.1 |
631 | 2025-02-21T07:48:44.878Z | Downloaded hyper-util v0.1.10 |
632 | 2025-02-21T07:48:44.880Z | Downloaded mockall v0.13.0 |
633 | 2025-02-21T07:48:44.883Z | Downloaded serde-big-array v0.5.1 |
634 | 2025-02-21T07:48:44.885Z | Downloaded deranged v0.3.11 |
635 | 2025-02-21T07:48:44.885Z | Downloaded unicase v2.7.0 |
636 | 2025-02-21T07:48:44.888Z | Downloaded term v0.7.0 |
637 | 2025-02-21T07:48:44.890Z | Downloaded miniz_oxide v0.8.0 |
638 | 2025-02-21T07:48:44.893Z | Downloaded icu_collections v1.5.0 |
639 | 2025-02-21T07:48:44.899Z | Downloaded toolchain_find v0.4.0 |
640 | 2025-02-21T07:48:44.902Z | Downloaded gethostname v0.5.0 |
641 | 2025-02-21T07:48:44.902Z | Downloaded tokio-tungstenite v0.23.1 |
642 | 2025-02-21T07:48:44.904Z | Downloaded tokio-rustls v0.26.0 |
643 | 2025-02-21T07:48:44.907Z | Downloaded strum v0.26.3 |
644 | 2025-02-21T07:48:44.907Z | Downloaded nibble_vec v0.1.0 |
645 | 2025-02-21T07:48:44.910Z | Downloaded vsss-rs v3.3.4 |
646 | 2025-02-21T07:48:44.913Z | Downloaded value-bag v1.9.0 |
647 | 2025-02-21T07:48:44.916Z | Downloaded dirs-next v2.0.0 |
648 | 2025-02-21T07:48:44.916Z | Downloaded der_derive v0.7.3 |
649 | 2025-02-21T07:48:44.919Z | Downloaded progenitor v0.8.0 |
650 | 2025-02-21T07:48:44.921Z | Downloaded base64 v0.13.1 |
651 | 2025-02-21T07:48:44.924Z | Downloaded write16 v1.0.0 |
652 | 2025-02-21T07:48:44.924Z | Downloaded primeorder v0.13.6 |
653 | 2025-02-21T07:48:44.927Z | Downloaded progenitor v0.9.1 |
654 | 2025-02-21T07:48:44.927Z | Downloaded embedded-io v0.6.1 |
655 | 2025-02-21T07:48:44.929Z | Downloaded pin-utils v0.1.0 |
656 | 2025-02-21T07:48:44.932Z | Downloaded getrandom v0.2.15 |
657 | 2025-02-21T07:48:44.935Z | Downloaded rustversion v1.0.17 |
658 | 2025-02-21T07:48:44.937Z | Downloaded rpassword v7.3.1 |
659 | 2025-02-21T07:48:44.937Z | Downloaded rand_core v0.6.4 |
660 | 2025-02-21T07:48:44.945Z | Downloaded rtoolbox v0.0.2 |
661 | 2025-02-21T07:48:44.945Z | Downloaded tokio-tungstenite v0.24.0 |
662 | 2025-02-21T07:48:44.945Z | Downloaded tokio-rustls v0.25.0 |
663 | 2025-02-21T07:48:44.945Z | Downloaded bumpalo v3.16.0 |
664 | 2025-02-21T07:48:44.949Z | Downloaded indicatif v0.17.11 |
665 | 2025-02-21T07:48:44.951Z | Downloaded newtype_derive v0.1.6 |
666 | 2025-02-21T07:48:44.954Z | Downloaded aes v0.8.4 |
667 | 2025-02-21T07:48:44.957Z | Downloaded thiserror-impl-no-std v2.0.2 |
668 | 2025-02-21T07:48:44.959Z | Downloaded semver v0.1.20 |
669 | 2025-02-21T07:48:44.959Z | Downloaded sec1 v0.7.3 |
670 | 2025-02-21T07:48:44.962Z | Downloaded password-hash v0.4.2 |
671 | 2025-02-21T07:48:44.966Z | Downloaded ref-cast v1.0.23 |
672 | 2025-02-21T07:48:44.968Z | Downloaded typify-macro v0.2.0 |
673 | 2025-02-21T07:48:44.968Z | Downloaded tls_codec_derive v0.4.1 |
674 | 2025-02-21T07:48:44.969Z | Downloaded pkcs8 v0.10.2 |
675 | 2025-02-21T07:48:44.971Z | Downloaded topological-sort v0.2.2 |
676 | 2025-02-21T07:48:44.974Z | Downloaded hickory-server v0.24.3 |
677 | 2025-02-21T07:48:44.979Z | Downloaded psl-types v2.0.11 |
678 | 2025-02-21T07:48:44.981Z | Downloaded zeroize v1.8.1 |
679 | 2025-02-21T07:48:44.981Z | Downloaded which v4.4.2 |
680 | 2025-02-21T07:48:44.984Z | Downloaded tar v0.4.42 |
681 | 2025-02-21T07:48:44.987Z | Downloaded secrecy v0.8.0 |
682 | 2025-02-21T07:48:44.989Z | Downloaded mockall_derive v0.13.0 |
683 | 2025-02-21T07:48:44.992Z | Downloaded dsl_auto_type v0.1.2 |
684 | 2025-02-21T07:48:44.994Z | Downloaded diff v0.1.13 |
685 | 2025-02-21T07:48:44.997Z | Downloaded rusty-fork v0.3.0 |
686 | 2025-02-21T07:48:45.000Z | Downloaded unarray v0.1.4 |
687 | 2025-02-21T07:48:45.000Z | Downloaded unicode-bidi v0.3.17 |
688 | 2025-02-21T07:48:45.003Z | Downloaded tabwriter v1.4.0 |
689 | 2025-02-21T07:48:45.006Z | Downloaded sync_wrapper v1.0.1 |
690 | 2025-02-21T07:48:45.006Z | Downloaded signal-hook-tokio v0.3.1 |
691 | 2025-02-21T07:48:45.009Z | Downloaded num_enum v0.5.11 |
692 | 2025-02-21T07:48:45.014Z | Downloaded num-integer v0.1.46 |
693 | 2025-02-21T07:48:45.016Z | Downloaded zeroize_derive v1.4.2 |
694 | 2025-02-21T07:48:45.019Z | Downloaded strum_macros v0.25.3 |
695 | 2025-02-21T07:48:45.022Z | Downloaded spin v0.9.8 |
696 | 2025-02-21T07:48:45.034Z | Downloaded zone_cfg_derive v0.1.2 |
697 | 2025-02-21T07:48:45.037Z | Downloaded progenitor-macro v0.9.1 |
698 | 2025-02-21T07:48:45.037Z | Downloaded progenitor-macro v0.8.0 |
699 | 2025-02-21T07:48:45.037Z | Downloaded path-slash v0.1.5 |
700 | 2025-02-21T07:48:45.039Z | Downloaded paste v1.0.15 |
701 | 2025-02-21T07:48:45.042Z | Downloaded new_debug_unreachable v1.0.6 |
702 | 2025-02-21T07:48:45.044Z | Downloaded signature v2.2.0 |
703 | 2025-02-21T07:48:45.044Z | Downloaded zone_cfg_derive v0.3.0 |
704 | 2025-02-21T07:48:45.047Z | Downloaded rustc-hash v2.0.0 |
705 | 2025-02-21T07:48:45.047Z | Downloaded displaydoc v0.2.5 |
706 | 2025-02-21T07:48:45.050Z | Downloaded smallvec v0.6.14 |
707 | 2025-02-21T07:48:45.053Z | Downloaded rustfmt-wrapper v0.2.1 |
708 | 2025-02-21T07:48:45.055Z | Downloaded rustc_version v0.4.1 |
709 | 2025-02-21T07:48:45.060Z | Downloaded num-conv v0.1.0 |
710 | 2025-02-21T07:48:45.060Z | Downloaded heapless v0.7.17 |
711 | 2025-02-21T07:48:45.063Z | Downloaded peg-runtime v0.8.3 |
712 | 2025-02-21T07:48:45.065Z | Downloaded unicode-xid v0.2.6 |
713 | 2025-02-21T07:48:45.065Z | Downloaded socket2 v0.5.7 |
714 | 2025-02-21T07:48:45.068Z | Downloaded unicode-truncate v1.1.0 |
715 | 2025-02-21T07:48:45.071Z | Downloaded slog v2.7.0 |
716 | 2025-02-21T07:48:45.073Z | Downloaded progenitor-client v0.8.0 |
717 | 2025-02-21T07:48:45.076Z | Downloaded nu-ansi-term v0.50.1 |
718 | 2025-02-21T07:48:45.078Z | Downloaded password-hash v0.5.0 |
719 | 2025-02-21T07:48:45.081Z | Downloaded parking_lot_core v0.9.10 |
720 | 2025-02-21T07:48:45.084Z | Downloaded parking_lot_core v0.8.6 |
721 | 2025-02-21T07:48:45.088Z | Downloaded group v0.13.0 |
722 | 2025-02-21T07:48:45.090Z | Downloaded futures-io v0.3.31 |
723 | 2025-02-21T07:48:45.090Z | Downloaded futures-executor v0.3.31 |
724 | 2025-02-21T07:48:45.090Z | Downloaded zerovec-derive v0.10.3 |
725 | 2025-02-21T07:48:45.093Z | Downloaded tinyvec_macros v0.1.1 |
726 | 2025-02-21T07:48:45.095Z | Downloaded float-ord v0.3.2 |
727 | 2025-02-21T07:48:45.095Z | Downloaded derive_builder v0.20.2 |
728 | 2025-02-21T07:48:45.100Z | Downloaded pretty-hex v0.2.1 |
729 | 2025-02-21T07:48:45.103Z | Downloaded num_enum_derive v0.5.11 |
730 | 2025-02-21T07:48:45.103Z | Downloaded slog-term v2.9.1 |
731 | 2025-02-21T07:48:45.106Z | Downloaded darling_macro v0.20.10 |
732 | 2025-02-21T07:48:45.109Z | Downloaded slog-stdlog v4.1.1 |
733 | 2025-02-21T07:48:45.111Z | Downloaded aes-gcm v0.10.3 |
734 | 2025-02-21T07:48:45.114Z | Downloaded zerofrom v0.1.4 |
735 | 2025-02-21T07:48:45.117Z | Downloaded foreign-types-shared v0.3.1 |
736 | 2025-02-21T07:48:45.117Z | Downloaded powerfmt v0.2.0 |
737 | 2025-02-21T07:48:45.119Z | Downloaded pem-rfc7468 v0.7.0 |
738 | 2025-02-21T07:48:45.119Z | Downloaded zip v2.1.3 |
739 | 2025-02-21T07:48:45.125Z | Downloaded openssl-macros v0.1.1 |
740 | 2025-02-21T07:48:45.128Z | Downloaded number_prefix v0.4.0 |
741 | 2025-02-21T07:48:45.128Z | Downloaded pem v3.0.4 |
742 | 2025-02-21T07:48:45.130Z | Downloaded nodrop v0.1.14 |
743 | 2025-02-21T07:48:45.130Z | Downloaded daft-derive v0.1.1 |
744 | 2025-02-21T07:48:45.134Z | Downloaded siphasher v0.3.11 |
745 | 2025-02-21T07:48:45.137Z | Downloaded ref-cast-impl v1.0.23 |
746 | 2025-02-21T07:48:45.139Z | Downloaded tokio-rustls v0.24.1 |
747 | 2025-02-21T07:48:45.142Z | Downloaded progenitor-impl v0.9.1 |
748 | 2025-02-21T07:48:45.144Z | Downloaded num v0.4.3 |
749 | 2025-02-21T07:48:45.147Z | Downloaded untrusted v0.9.0 |
750 | 2025-02-21T07:48:45.147Z | Downloaded tokio-native-tls v0.3.1 |
751 | 2025-02-21T07:48:45.149Z | Downloaded normalize-line-endings v0.3.0 |
752 | 2025-02-21T07:48:45.152Z | Downloaded sigpipe v0.1.3 |
753 | 2025-02-21T07:48:45.152Z | Downloaded rcgen v0.12.1 |
754 | 2025-02-21T07:48:45.154Z | Downloaded untrusted v0.7.1 |
755 | 2025-02-21T07:48:45.157Z | Downloaded tokio-macros v2.5.0 |
756 | 2025-02-21T07:48:45.160Z | Downloaded num-traits v0.2.19 |
757 | 2025-02-21T07:48:45.162Z | Downloaded data-encoding v2.6.0 |
758 | 2025-02-21T07:48:45.162Z | Downloaded der v0.7.9 |
759 | 2025-02-21T07:48:45.168Z | Downloaded defmt v0.3.8 |
760 | 2025-02-21T07:48:45.173Z | Downloaded fragile v2.0.0 |
761 | 2025-02-21T07:48:45.175Z | Downloaded olpc-cjson v0.1.4 |
762 | 2025-02-21T07:48:45.178Z | Downloaded num-complex v0.4.6 |
763 | 2025-02-21T07:48:45.180Z | Downloaded zerofrom-derive v0.1.4 |
764 | 2025-02-21T07:48:45.180Z | Downloaded progenitor-client v0.9.1 |
765 | 2025-02-21T07:48:45.183Z | Downloaded want v0.3.1 |
766 | 2025-02-21T07:48:45.183Z | Downloaded termtree v0.4.1 |
767 | 2025-02-21T07:48:45.186Z | Downloaded precomputed-hash v0.1.1 |
768 | 2025-02-21T07:48:45.186Z | Downloaded radium v0.7.0 |
769 | 2025-02-21T07:48:45.188Z | Downloaded form_urlencoded v1.2.1 |
770 | 2025-02-21T07:48:45.188Z | Downloaded zerocopy v0.6.6 |
771 | 2025-02-21T07:48:45.192Z | Downloaded rand_chacha v0.3.1 |
772 | 2025-02-21T07:48:45.194Z | Downloaded scrypt v0.11.0 |
773 | 2025-02-21T07:48:45.194Z | Downloaded slog-dtrace v0.3.0 |
774 | 2025-02-21T07:48:45.197Z | Downloaded slog-bunyan v2.5.0 |
775 | 2025-02-21T07:48:45.200Z | Downloaded zopfli v0.8.1 |
776 | 2025-02-21T07:48:45.202Z | Downloaded toml v0.7.8 |
777 | 2025-02-21T07:48:45.205Z | Downloaded quick-error v1.2.3 |
778 | 2025-02-21T07:48:45.207Z | Downloaded hkdf v0.12.4 |
779 | 2025-02-21T07:48:45.210Z | Downloaded openssl-probe v0.1.5 |
780 | 2025-02-21T07:48:45.212Z | Downloaded itertools v0.13.0 |
781 | 2025-02-21T07:48:45.219Z | Downloaded futures-task v0.3.31 |
782 | 2025-02-21T07:48:45.223Z | Downloaded downcast v0.11.0 |
783 | 2025-02-21T07:48:45.223Z | Downloaded tower-service v0.3.3 |
784 | 2025-02-21T07:48:45.226Z | Downloaded darling v0.20.10 |
785 | 2025-02-21T07:48:45.230Z | Downloaded pbkdf2 v0.11.0 |
786 | 2025-02-21T07:48:45.233Z | Downloaded waitgroup v0.1.2 |
787 | 2025-02-21T07:48:45.236Z | Downloaded peg v0.8.4 |
788 | 2025-02-21T07:48:45.238Z | Downloaded structmeta-derive v0.2.0 |
789 | 2025-02-21T07:48:45.241Z | Downloaded thiserror-no-std v2.0.2 |
790 | 2025-02-21T07:48:45.245Z | Downloaded termios v0.3.3 |
791 | 2025-02-21T07:48:45.248Z | Downloaded defmt-parser v0.3.4 |
792 | 2025-02-21T07:48:45.248Z | Downloaded typify v0.2.0 |
793 | 2025-02-21T07:48:45.251Z | Downloaded twox-hash v2.1.0 |
794 | 2025-02-21T07:48:45.254Z | Downloaded yoke-derive v0.7.4 |
795 | 2025-02-21T07:48:45.257Z | Downloaded signal-hook-registry v1.4.2 |
796 | 2025-02-21T07:48:45.257Z | Downloaded signal-hook-mio v0.2.4 |
797 | 2025-02-21T07:48:45.260Z | Downloaded xz2 v0.1.7 |
798 | 2025-02-21T07:48:45.263Z | Downloaded fallible-iterator v0.3.0 |
799 | 2025-02-21T07:48:45.265Z | Downloaded xattr v1.3.1 |
800 | 2025-02-21T07:48:45.265Z | Downloaded aho-corasick v1.1.3 |
801 | 2025-02-21T07:48:45.272Z | Downloaded ecdsa v0.16.9 |
802 | 2025-02-21T07:48:45.275Z | Downloaded crossterm v0.28.1 |
803 | 2025-02-21T07:48:45.283Z | Downloaded russh-cryptovec v0.7.3 |
804 | 2025-02-21T07:48:45.286Z | Downloaded native-tls v0.2.12 |
805 | 2025-02-21T07:48:45.286Z | Downloaded serde_path_to_error v0.1.16 |
806 | 2025-02-21T07:48:45.289Z | Downloaded serde-hex v0.1.0 |
807 | 2025-02-21T07:48:45.289Z | Downloaded derive_builder_macro v0.20.2 |
808 | 2025-02-21T07:48:45.292Z | Downloaded rayon-core v1.12.1 |
809 | 2025-02-21T07:48:45.295Z | Downloaded sqlparser_derive v0.2.2 |
810 | 2025-02-21T07:48:45.297Z | Downloaded postgres-protocol v0.6.7 |
811 | 2025-02-21T07:48:45.297Z | Downloaded packed_struct v0.10.1 |
812 | 2025-02-21T07:48:45.300Z | Downloaded time-core v0.1.2 |
813 | 2025-02-21T07:48:45.303Z | Downloaded schemars_derive v0.8.21 |
814 | 2025-02-21T07:48:45.306Z | Downloaded try-lock v0.2.5 |
815 | 2025-02-21T07:48:45.306Z | Downloaded scopeguard v1.2.0 |
816 | 2025-02-21T07:48:45.306Z | Downloaded postcard v1.0.10 |
817 | 2025-02-21T07:48:45.309Z | Downloaded fallible-iterator v0.2.0 |
818 | 2025-02-21T07:48:45.312Z | Downloaded blake3 v1.5.4 |
819 | 2025-02-21T07:48:45.320Z | Downloaded vte_generate_state_changes v0.1.2 |
820 | 2025-02-21T07:48:45.322Z | Downloaded globset v0.4.15 |
821 | 2025-02-21T07:48:45.322Z | Downloaded structmeta v0.2.0 |
822 | 2025-02-21T07:48:45.322Z | Downloaded stable_deref_trait v1.2.0 |
823 | 2025-02-21T07:48:45.325Z | Downloaded same-file v1.0.6 |
824 | 2025-02-21T07:48:45.325Z | Downloaded toml_edit v0.19.15 |
825 | 2025-02-21T07:48:45.342Z | Downloaded oso-derive v0.27.3 |
826 | 2025-02-21T07:48:45.345Z | Downloaded sync-ptr v0.1.1 |
827 | 2025-02-21T07:48:45.345Z | Downloaded bindgen v0.69.5 |
828 | 2025-02-21T07:48:45.351Z | Downloaded either v1.13.0 |
829 | 2025-02-21T07:48:45.353Z | Downloaded futures-macro v0.3.31 |
830 | 2025-02-21T07:48:45.354Z | Downloaded ssh-cipher v0.2.0 |
831 | 2025-02-21T07:48:45.356Z | Downloaded yoke v0.7.4 |
832 | 2025-02-21T07:48:45.356Z | Downloaded postgres-types v0.2.8 |
833 | 2025-02-21T07:48:45.361Z | Downloaded phf_shared v0.10.0 |
834 | 2025-02-21T07:48:45.364Z | Downloaded futures-core v0.3.31 |
835 | 2025-02-21T07:48:45.364Z | Downloaded hashlink v0.9.1 |
836 | 2025-02-21T07:48:45.364Z | Downloaded darling_core v0.20.10 |
837 | 2025-02-21T07:48:45.368Z | Downloaded oxnet v0.1.0 |
838 | 2025-02-21T07:48:45.371Z | Downloaded rustc-demangle v0.1.24 |
839 | 2025-02-21T07:48:45.374Z | Downloaded structmeta-derive v0.3.0 |
840 | 2025-02-21T07:48:45.374Z | Downloaded yasna v0.5.2 |
841 | 2025-02-21T07:48:45.376Z | Downloaded thiserror v2.0.11 |
842 | 2025-02-21T07:48:45.382Z | Downloaded pbkdf2 v0.12.2 |
843 | 2025-02-21T07:48:45.384Z | Downloaded supports-color v3.0.1 |
844 | 2025-02-21T07:48:45.384Z | Downloaded subtle v2.6.1 |
845 | 2025-02-21T07:48:45.387Z | Downloaded serde_with v3.11.0 |
846 | 2025-02-21T07:48:45.396Z | Downloaded foldhash v0.1.3 |
847 | 2025-02-21T07:48:45.399Z | Downloaded float-cmp v0.10.0 |
848 | 2025-02-21T07:48:45.399Z | Downloaded flagset v0.4.6 |
849 | 2025-02-21T07:48:45.401Z | Downloaded env_filter v0.1.2 |
850 | 2025-02-21T07:48:45.404Z | Downloaded tungstenite v0.23.0 |
851 | 2025-02-21T07:48:45.406Z | Downloaded shell-words v1.1.0 |
852 | 2025-02-21T07:48:45.406Z | Downloaded pkg-config v0.3.31 |
853 | 2025-02-21T07:48:45.409Z | Downloaded phf_codegen v0.11.2 |
854 | 2025-02-21T07:48:45.412Z | Downloaded tiny-keccak v2.0.2 |
855 | 2025-02-21T07:48:45.412Z | Downloaded percent-encoding v2.3.1 |
856 | 2025-02-21T07:48:45.415Z | Downloaded thread_local v1.1.8 |
857 | 2025-02-21T07:48:45.415Z | Downloaded salsa20 v0.10.2 |
858 | 2025-02-21T07:48:45.418Z | Downloaded phf_generator v0.11.2 |
859 | 2025-02-21T07:48:45.418Z | Downloaded icu_properties_data v1.5.0 |
860 | 2025-02-21T07:48:45.429Z | Downloaded diesel-dtrace v0.4.2 |
861 | 2025-02-21T07:48:45.431Z | Downloaded env_logger v0.11.5 |
862 | 2025-02-21T07:48:45.434Z | Downloaded enum-as-inner v0.6.1 |
863 | 2025-02-21T07:48:45.434Z | Downloaded owo-colors v4.1.0 |
864 | 2025-02-21T07:48:45.438Z | Downloaded zerocopy-derive v0.8.10 |
865 | 2025-02-21T07:48:45.444Z | Downloaded phf_shared v0.11.2 |
866 | 2025-02-21T07:48:45.447Z | Downloaded qorb v0.2.1 |
867 | 2025-02-21T07:48:45.449Z | Downloaded rand v0.8.5 |
868 | 2025-02-21T07:48:45.454Z | Downloaded time-macros v0.2.18 |
869 | 2025-02-21T07:48:45.456Z | Downloaded headers v0.4.0 |
870 | 2025-02-21T07:48:45.462Z | Downloaded tracing-attributes v0.1.27 |
871 | 2025-02-21T07:48:45.465Z | Downloaded url v2.5.3 |
872 | 2025-02-21T07:48:45.469Z | Downloaded vte v0.11.1 |
873 | 2025-02-21T07:48:45.471Z | Downloaded russh-keys v0.45.0 |
874 | 2025-02-21T07:48:45.474Z | Downloaded pin-project v1.1.6 |
875 | 2025-02-21T07:48:45.486Z | Downloaded des v0.8.1 |
876 | 2025-02-21T07:48:45.489Z | Downloaded tracing-core v0.1.32 |
877 | 2025-02-21T07:48:45.492Z | Downloaded typed-path v0.9.3 |
878 | 2025-02-21T07:48:45.498Z | Downloaded p256 v0.13.2 |
879 | 2025-02-21T07:48:45.502Z | Downloaded bitvec v1.0.1 |
880 | 2025-02-21T07:48:45.518Z | Downloaded derive_more v0.99.19 |
881 | 2025-02-21T07:48:45.522Z | Downloaded ed25519-dalek v2.1.1 |
882 | 2025-02-21T07:48:45.526Z | Downloaded snafu v0.8.5 |
883 | 2025-02-21T07:48:45.532Z | Downloaded unicode_categories v0.1.1 |
884 | 2025-02-21T07:48:45.535Z | Downloaded rustls-pki-types v1.10.0 |
885 | 2025-02-21T07:48:45.538Z | Downloaded tokio-util v0.7.12 |
886 | 2025-02-21T07:48:45.544Z | Downloaded derive-where v1.2.7 |
887 | 2025-02-21T07:48:45.549Z | Downloaded futures-util v0.3.31 |
888 | 2025-02-21T07:48:45.561Z | Downloaded expectorate v1.1.0 |
889 | 2025-02-21T07:48:45.564Z | Downloaded publicsuffix v2.3.0 |
890 | 2025-02-21T07:48:45.567Z | Downloaded vcpkg v0.2.15 |
891 | 2025-02-21T07:48:45.606Z | Downloaded diesel_derives v2.2.3 |
892 | 2025-02-21T07:48:45.609Z | Downloaded tokio-postgres v0.7.12 |
893 | 2025-02-21T07:48:45.614Z | Downloaded hashbrown v0.13.2 |
894 | 2025-02-21T07:48:45.618Z | Downloaded samael v0.0.17 |
895 | 2025-02-21T07:48:45.625Z | Downloaded flate2 v1.0.35 |
896 | 2025-02-21T07:48:45.631Z | Downloaded petname v2.0.2 |
897 | 2025-02-21T07:48:45.637Z | Downloaded tracing v0.1.40 |
898 | 2025-02-21T07:48:45.642Z | Downloaded rayon v1.10.0 |
899 | 2025-02-21T07:48:45.652Z | Downloaded nom v7.1.3 |
900 | 2025-02-21T07:48:45.658Z | Downloaded h2 v0.4.6 |
901 | 2025-02-21T07:48:45.666Z | Downloaded rustyline v14.0.0 |
902 | 2025-02-21T07:48:45.671Z | Downloaded ssh-key v0.6.6 |
903 | 2025-02-21T07:48:45.678Z | Downloaded proptest v1.5.0 |
904 | 2025-02-21T07:48:45.689Z | Downloaded sqlparser v0.45.0 |
905 | 2025-02-21T07:48:45.695Z | Downloaded tough v0.19.0 |
906 | 2025-02-21T07:48:45.704Z | Downloaded time v0.3.36 |
907 | 2025-02-21T07:48:45.712Z | Downloaded rusqlite v0.32.1 |
908 | 2025-02-21T07:48:45.719Z | Downloaded russh v0.45.0 |
909 | 2025-02-21T07:48:45.725Z | Downloaded p521 v0.13.3 |
910 | 2025-02-21T07:48:45.729Z | Downloaded portable-atomic v1.9.0 |
911 | 2025-02-21T07:48:45.737Z | Downloaded p384 v0.13.0 |
912 | 2025-02-21T07:48:45.744Z | Downloaded rustls v0.21.12 |
913 | 2025-02-21T07:48:45.757Z | Downloaded regex v1.11.1 |
914 | 2025-02-21T07:48:45.771Z | Downloaded rustls-webpki v0.102.8 |
915 | 2025-02-21T07:48:45.790Z | Downloaded rustls-webpki v0.101.7 |
916 | 2025-02-21T07:48:45.803Z | Downloaded git2 v0.19.0 |
917 | 2025-02-21T07:48:45.813Z | Downloaded zerocopy v0.8.10 |
918 | 2025-02-21T07:48:45.837Z | Downloaded webpki-roots v0.26.6 |
919 | 2025-02-21T07:48:45.841Z | Downloaded dropshot v0.15.1 |
920 | 2025-02-21T07:48:45.863Z | Downloaded gimli v0.31.1 |
921 | 2025-02-21T07:48:45.876Z | Downloaded regress v0.9.1 |
922 | 2025-02-21T07:48:45.882Z | Downloaded regress v0.10.1 |
923 | 2025-02-21T07:48:45.892Z | Downloaded object v0.36.5 |
924 | 2025-02-21T07:48:45.904Z | Downloaded smoltcp v0.11.0 |
925 | 2025-02-21T07:48:45.916Z | Downloaded regex-syntax v0.8.5 |
926 | 2025-02-21T07:48:45.925Z | Downloaded polar-core v0.27.3 |
927 | 2025-02-21T07:48:45.934Z | Downloaded nix v0.29.0 |
928 | 2025-02-21T07:48:45.947Z | Downloaded nix v0.28.0 |
929 | 2025-02-21T07:48:45.958Z | Downloaded diesel v2.2.7 |
930 | 2025-02-21T07:48:45.977Z | Downloaded typify-impl v0.2.0 |
931 | 2025-02-21T07:48:45.993Z | Downloaded chrono-tz v0.10.1 |
932 | 2025-02-21T07:48:46.001Z | Downloaded sled v0.34.7 |
933 | 2025-02-21T07:48:46.012Z | Downloaded openapiv3 v2.0.0 |
934 | 2025-02-21T07:48:46.024Z | Downloaded rustls v0.22.4 |
935 | 2025-02-21T07:48:46.038Z | Downloaded dropshot v0.12.0 |
936 | 2025-02-21T07:48:46.059Z | Downloaded hickory-proto v0.24.3 |
937 | 2025-02-21T07:48:46.073Z | Downloaded zerocopy-derive v0.6.6 |
938 | 2025-02-21T07:48:46.082Z | Downloaded typify-impl v0.3.0 |
939 | 2025-02-21T07:48:46.099Z | Downloaded ratatui v0.29.0 |
940 | 2025-02-21T07:48:46.118Z | Downloaded lzma-sys v0.1.20 |
941 | 2025-02-21T07:48:46.146Z | Downloaded regex-automata v0.4.8 |
942 | 2025-02-21T07:48:46.162Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
943 | 2025-02-21T07:48:46.174Z | Downloaded bstr v1.10.0 |
944 | 2025-02-21T07:48:46.186Z | Downloaded petgraph v0.6.5 |
945 | 2025-02-21T07:48:46.204Z | Downloaded smoltcp v0.9.1 |
946 | 2025-02-21T07:48:46.213Z | Downloaded radix_trie v0.2.1 |
947 | 2025-02-21T07:48:46.218Z | Downloaded rustls v0.23.19 |
948 | 2025-02-21T07:48:46.230Z | Downloaded libz-sys v1.1.20 |
949 | 2025-02-21T07:48:46.260Z | Downloaded salty v0.3.0 |
950 | 2025-02-21T07:48:46.273Z | Downloaded sha3 v0.10.8 |
951 | 2025-02-21T07:48:46.276Z | Downloaded tokio v1.43.0 |
952 | 2025-02-21T07:48:46.326Z | Downloaded object v0.30.4 |
953 | 2025-02-21T07:48:46.336Z | Downloaded unicode-width v0.2.0 |
954 | 2025-02-21T07:48:46.342Z | Downloaded regex-syntax v0.6.29 |
955 | 2025-02-21T07:48:46.349Z | Downloaded nix v0.27.1 |
956 | 2025-02-21T07:48:46.357Z | Downloaded csv v1.3.1 |
957 | 2025-02-21T07:48:46.375Z | Downloaded quick-xml v0.33.0 |
958 | 2025-02-21T07:48:46.381Z | Downloaded openssl v0.10.70 |
959 | 2025-02-21T07:48:46.391Z | Downloaded hashbrown v0.14.5 |
960 | 2025-02-21T07:48:46.395Z | Downloaded curve25519-dalek v4.1.3 |
961 | 2025-02-21T07:48:46.404Z | Downloaded lalrpop v0.19.12 |
962 | 2025-02-21T07:48:46.413Z | Downloaded winnow v0.5.40 |
963 | 2025-02-21T07:48:46.420Z | Downloaded typify v0.3.0 |
964 | 2025-02-21T07:48:46.423Z | Downloaded num-bigint v0.4.6 |
965 | 2025-02-21T07:48:46.427Z | Downloaded zerovec v0.10.4 |
966 | 2025-02-21T07:48:46.432Z | Downloaded half v2.4.1 |
967 | 2025-02-21T07:48:46.435Z | Downloaded reqwest v0.12.9 |
968 | 2025-02-21T07:48:46.444Z | Downloaded ron v0.7.1 |
969 | 2025-02-21T07:48:46.447Z | Downloaded quinn-proto v0.11.8 |
970 | 2025-02-21T07:48:46.454Z | Downloaded pin-project-internal v1.1.6 |
971 | 2025-02-21T07:48:46.457Z | Downloaded sqlformat v0.2.6 |
972 | 2025-02-21T07:48:46.458Z | Downloaded defmt-macros v0.3.9 |
973 | 2025-02-21T07:48:46.460Z | Downloaded structmeta v0.3.0 |
974 | 2025-02-21T07:48:46.460Z | Downloaded openssl-sys v0.9.105 |
975 | 2025-02-21T07:48:46.465Z | Downloaded phf v0.11.2 |
976 | 2025-02-21T07:48:46.472Z | Downloaded hashbrown v0.12.3 |
977 | 2025-02-21T07:48:46.472Z | Downloaded chrono v0.4.39 |
978 | 2025-02-21T07:48:46.477Z | Downloaded futures-channel v0.3.31 |
979 | 2025-02-21T07:48:46.480Z | Downloaded reedline v0.35.0 |
980 | 2025-02-21T07:48:46.487Z | Downloaded shlex v1.3.0 |
981 | 2025-02-21T07:48:46.490Z | Downloaded oso v0.27.3 |
982 | 2025-02-21T07:48:46.493Z | Downloaded futures v0.3.31 |
983 | 2025-02-21T07:48:46.497Z | Downloaded tungstenite v0.21.0 |
984 | 2025-02-21T07:48:46.500Z | Downloaded x509-cert v0.2.5 |
985 | 2025-02-21T07:48:46.505Z | Downloaded pin-project-lite v0.2.14 |
986 | 2025-02-21T07:48:46.511Z | Downloaded multer v3.1.0 |
987 | 2025-02-21T07:48:46.514Z | Downloaded encoding_rs v0.8.34 |
988 | 2025-02-21T07:48:46.532Z | Downloaded unsafe-libyaml v0.2.11 |
989 | 2025-02-21T07:48:46.536Z | Downloaded newtype-uuid v1.2.1 |
990 | 2025-02-21T07:48:46.539Z | Downloaded glob v0.3.2 |
991 | 2025-02-21T07:48:46.539Z | Downloaded futures-sink v0.3.31 |
992 | 2025-02-21T07:48:46.542Z | Downloaded display-error-chain v0.2.2 |
993 | 2025-02-21T07:48:46.542Z | Downloaded wait-timeout v0.2.0 |
994 | 2025-02-21T07:48:46.542Z | Downloaded poly1305 v0.8.0 |
995 | 2025-02-21T07:48:46.545Z | Downloaded unicode-segmentation v1.12.0 |
996 | 2025-02-21T07:48:46.548Z | Downloaded num-bigint-dig v0.8.4 |
997 | 2025-02-21T07:48:46.551Z | Downloaded diesel_table_macro_syntax v0.2.0 |
998 | 2025-02-21T07:48:46.553Z | Downloaded serde_repr v0.1.19 |
999 | 2025-02-21T07:48:46.553Z | Downloaded serde_plain v1.0.2 |
1000 | 2025-02-21T07:48:46.556Z | Downloaded unicode-normalization v0.1.24 |
1001 | 2025-02-21T07:48:46.558Z | Downloaded writeable v0.5.5 |
1002 | 2025-02-21T07:48:46.561Z | Downloaded slab v0.4.9 |
1003 | 2025-02-21T07:48:46.561Z | Downloaded test-strategy v0.3.1 |
1004 | 2025-02-21T07:48:46.567Z | Downloaded subprocess v0.2.9 |
1005 | 2025-02-21T07:48:46.571Z | Downloaded wyz v0.5.1 |
1006 | 2025-02-21T07:48:46.571Z | Downloaded flume v0.11.1 |
1007 | 2025-02-21T07:48:46.575Z | Downloaded smallvec v1.13.2 |
1008 | 2025-02-21T07:48:46.575Z | Downloaded predicates-tree v1.0.11 |
1009 | 2025-02-21T07:48:46.578Z | Downloaded predicates-core v1.0.8 |
1010 | 2025-02-21T07:48:46.578Z | Downloaded ppv-lite86 v0.2.20 |
1011 | 2025-02-21T07:48:46.578Z | Downloaded similar v2.6.0 |
1012 | 2025-02-21T07:48:46.582Z | Downloaded signal-hook v0.3.17 |
1013 | 2025-02-21T07:48:46.584Z | Downloaded dropshot_endpoint v0.12.0 |
1014 | 2025-02-21T07:48:46.587Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1015 | 2025-02-21T07:48:46.642Z | Downloaded polyval v0.6.2 |
1016 | 2025-02-21T07:48:46.644Z | Downloaded serde_urlencoded v0.7.1 |
1017 | 2025-02-21T07:48:46.644Z | Downloaded quinn-udp v0.5.5 |
1018 | 2025-02-21T07:48:46.647Z | Downloaded packed_struct_codegen v0.10.1 |
1019 | 2025-02-21T07:48:46.647Z | Downloaded nanorand v0.7.0 |
1020 | 2025-02-21T07:48:46.650Z | Downloaded multimap v0.10.0 |
1021 | 2025-02-21T07:48:46.652Z | Downloaded ed25519 v2.2.3 |
1022 | 2025-02-21T07:48:46.652Z | Downloaded fs_extra v1.3.0 |
1023 | 2025-02-21T07:48:46.655Z | Downloaded hyper v1.5.2 |
1024 | 2025-02-21T07:48:46.660Z | Downloaded tungstenite v0.24.0 |
1025 | 2025-02-21T07:48:46.663Z | Downloaded document-features v0.2.10 |
1026 | 2025-02-21T07:48:46.666Z | Downloaded funty v2.0.0 |
1027 | 2025-02-21T07:48:46.666Z | Downloaded parse-zoneinfo v0.3.1 |
1028 | 2025-02-21T07:48:46.668Z | Downloaded tui-tree-widget v0.23.0 |
1029 | 2025-02-21T07:48:46.671Z | Downloaded simd-adler32 v0.3.7 |
1030 | 2025-02-21T07:48:46.671Z | Downloaded prettyplease v0.2.29 |
1031 | 2025-02-21T07:48:46.674Z | Downloaded idna v1.0.3 |
1032 | 2025-02-21T07:48:46.677Z | Downloaded r2d2 v0.8.10 |
1033 | 2025-02-21T07:48:46.680Z | Downloaded peg-macros v0.8.4 |
1034 | 2025-02-21T07:48:46.682Z | Downloaded mio v1.0.2 |
1035 | 2025-02-21T07:48:46.686Z | Downloaded aws-lc-rs v1.10.0 |
1036 | 2025-02-21T07:48:46.695Z | Downloaded debug-ignore v1.0.5 |
1037 | 2025-02-21T07:48:46.700Z | Downloaded universal-hash v0.5.1 |
1038 | 2025-02-21T07:48:46.700Z | Downloaded tls_codec v0.4.1 |
1039 | 2025-02-21T07:48:46.703Z | Downloaded synstructure v0.13.1 |
1040 | 2025-02-21T07:48:46.703Z | Downloaded static_assertions v1.1.0 |
1041 | 2025-02-21T07:48:46.703Z | Downloaded rsa v0.9.6 |
1042 | 2025-02-21T07:48:46.706Z | Downloaded termtree v0.5.1 |
1043 | 2025-02-21T07:48:46.710Z | Downloaded walkdir v2.5.0 |
1044 | 2025-02-21T07:48:46.712Z | Downloaded itertools v0.12.1 |
1045 | 2025-02-21T07:48:46.717Z | Downloaded predicates v3.1.3 |
1046 | 2025-02-21T07:48:46.720Z | Downloaded parking_lot v0.11.2 |
1047 | 2025-02-21T07:48:46.723Z | Downloaded fatfs v0.3.6 |
1048 | 2025-02-21T07:48:46.726Z | Downloaded dropshot_endpoint v0.15.1 |
1049 | 2025-02-21T07:48:46.728Z | Downloaded ron v0.8.1 |
1050 | 2025-02-21T07:48:46.732Z | Downloaded itertools v0.10.5 |
1051 | 2025-02-21T07:48:46.738Z | Downloaded zone v0.3.0 |
1052 | 2025-02-21T07:48:46.741Z | Downloaded minimal-lexical v0.2.1 |
1053 | 2025-02-21T07:48:46.743Z | Downloaded dyn-clone v1.0.17 |
1054 | 2025-02-21T07:48:46.746Z | Downloaded dunce v1.0.5 |
1055 | 2025-02-21T07:48:46.746Z | Downloaded rustls-pemfile v2.2.0 |
1056 | 2025-02-21T07:48:46.749Z | Downloaded unicode-properties v0.1.3 |
1057 | 2025-02-21T07:48:46.752Z | Downloaded steno v0.4.1 |
1058 | 2025-02-21T07:48:46.755Z | Downloaded serde_yaml v0.9.34+deprecated |
1059 | 2025-02-21T07:48:46.758Z | Downloaded crossbeam-channel v0.5.13 |
1060 | 2025-02-21T07:48:46.761Z | Downloaded const_format v0.2.34 |
1061 | 2025-02-21T07:48:46.765Z | Downloaded zip v0.6.6 |
1062 | 2025-02-21T07:48:46.769Z | Downloaded slog-scope v4.4.0 |
1063 | 2025-02-21T07:48:46.772Z | Downloaded num-rational v0.4.2 |
1064 | 2025-02-21T07:48:46.772Z | Downloaded quinn v0.11.5 |
1065 | 2025-02-21T07:48:46.775Z | Downloaded newline-converter v0.3.0 |
1066 | 2025-02-21T07:48:46.777Z | Downloaded termcolor v1.4.1 |
1067 | 2025-02-21T07:48:46.777Z | Downloaded slog-json v2.6.1 |
1068 | 2025-02-21T07:48:46.780Z | Downloaded libxml v0.3.3 |
1069 | 2025-02-21T07:48:46.784Z | Downloaded libm v0.2.8 |
1070 | 2025-02-21T07:48:46.791Z | Downloaded rustc_version v0.1.7 |
1071 | 2025-02-21T07:48:46.795Z | Downloaded env_logger v0.10.2 |
1072 | 2025-02-21T07:48:46.797Z | Downloaded derive_builder_core v0.20.2 |
1073 | 2025-02-21T07:48:46.798Z | Downloaded elliptic-curve v0.13.8 |
1074 | 2025-02-21T07:48:46.800Z | Downloaded uuid v1.12.0 |
1075 | 2025-02-21T07:48:46.803Z | Downloaded crypto-bigint v0.5.5 |
1076 | 2025-02-21T07:48:46.808Z | Downloaded whoami v1.5.2 |
1077 | 2025-02-21T07:48:46.811Z | Downloaded tinyvec v1.8.0 |
1078 | 2025-02-21T07:48:46.814Z | Downloaded parse-display-derive v0.10.0 |
1079 | 2025-02-21T07:48:46.816Z | Downloaded parse-display v0.10.0 |
1080 | 2025-02-21T07:48:46.816Z | Downloaded pkcs5 v0.7.1 |
1081 | 2025-02-21T07:48:46.819Z | Downloaded pkcs1 v0.7.5 |
1082 | 2025-02-21T07:48:46.822Z | Downloaded progenitor-impl v0.8.0 |
1083 | 2025-02-21T07:48:46.825Z | Downloaded parking_lot v0.12.3 |
1084 | 2025-02-21T07:48:46.825Z | Downloaded omicron-zone-package v0.12.0 |
1085 | 2025-02-21T07:48:46.828Z | Downloaded schemars v0.8.21 |
1086 | 2025-02-21T07:48:46.839Z | Downloaded num-derive v0.4.2 |
1087 | 2025-02-21T07:48:46.842Z | Downloaded hash32 v0.3.1 |
1088 | 2025-02-21T07:48:46.845Z | Downloaded fixedbitset v0.4.2 |
1089 | 2025-02-21T07:48:46.845Z | Downloaded ff v0.13.0 |
1090 | 2025-02-21T07:48:46.845Z | Downloaded fd-lock v4.0.2 |
1091 | 2025-02-21T07:48:46.849Z | Downloaded fallible-streaming-iterator v0.1.9 |
1092 | 2025-02-21T07:48:46.849Z | Downloaded strum_macros v0.26.4 |
1093 | 2025-02-21T07:48:46.853Z | Downloaded snafu-derive v0.8.5 |
1094 | 2025-02-21T07:48:46.853Z | Downloaded hash32 v0.2.1 |
1095 | 2025-02-21T07:48:46.856Z | Downloaded filetime v0.2.25 |
1096 | 2025-02-21T07:48:46.856Z | Downloaded slog-async v2.8.0 |
1097 | 2025-02-21T07:48:46.856Z | Downloaded cc v1.1.30 |
1098 | 2025-02-21T07:48:46.859Z | Downloaded sct v0.7.1 |
1099 | 2025-02-21T07:48:46.861Z | Downloaded http v1.2.0 |
1100 | 2025-02-21T07:48:46.865Z | Downloaded typify-macro v0.3.0 |
1101 | 2025-02-21T07:48:46.868Z | Downloaded crossbeam-epoch v0.9.18 |
1102 | 2025-02-21T07:48:46.873Z | Downloaded compact_str v0.8.0 |
1103 | 2025-02-21T07:48:46.876Z | Downloaded backtrace v0.3.74 |
1104 | 2025-02-21T07:48:46.879Z | Downloaded thiserror-impl v2.0.11 |
1105 | 2025-02-21T07:48:46.879Z | Downloaded strum_macros v0.24.3 |
1106 | 2025-02-21T07:48:46.884Z | Downloaded vergen v8.3.2 |
1107 | 2025-02-21T07:48:46.889Z | Downloaded num-iter v0.1.45 |
1108 | 2025-02-21T07:48:46.889Z | Downloaded uzers v0.12.1 |
1109 | 2025-02-21T07:48:46.889Z | Downloaded tokio-tungstenite v0.21.0 |
1110 | 2025-02-21T07:48:46.892Z | Downloaded tokio-stream v0.1.16 |
1111 | 2025-02-21T07:48:46.894Z | Downloaded crossbeam-utils v0.8.20 |
1112 | 2025-02-21T07:48:46.897Z | Downloaded serde_with_macros v3.11.0 |
1113 | 2025-02-21T07:48:46.897Z | Downloaded serde_derive_internals v0.29.1 |
1114 | 2025-02-21T07:48:46.900Z | Downloaded clang-sys v1.8.1 |
1115 | 2025-02-21T07:48:46.902Z | Downloaded base64 v0.22.1 |
1116 | 2025-02-21T07:48:46.905Z | Downloaded csv-core v0.1.11 |
1117 | 2025-02-21T07:48:46.907Z | Downloaded crc32fast v1.4.2 |
1118 | 2025-02-21T07:48:46.910Z | Downloaded cookie_store v0.21.1 |
1119 | 2025-02-21T07:48:46.910Z | Downloaded ahash v0.8.11 |
1120 | 2025-02-21T07:48:46.912Z | Downloaded utf8_iter v1.0.4 |
1121 | 2025-02-21T07:48:46.915Z | Downloaded utf16_iter v1.0.5 |
1122 | 2025-02-21T07:48:46.915Z | Downloaded utf-8 v0.7.6 |
1123 | 2025-02-21T07:48:46.915Z | Downloaded hyper-rustls v0.27.3 |
1124 | 2025-02-21T07:48:46.918Z | Downloaded ctr v0.9.2 |
1125 | 2025-02-21T07:48:46.921Z | Downloaded console v0.15.10 |
1126 | 2025-02-21T07:48:46.924Z | Downloaded ciborium v0.2.2 |
1127 | 2025-02-21T07:48:46.924Z | Downloaded dirs-sys-next v0.1.2 |
1128 | 2025-02-21T07:48:46.927Z | Downloaded difflib v0.4.0 |
1129 | 2025-02-21T07:48:46.927Z | Downloaded indexmap v1.9.3 |
1130 | 2025-02-21T07:48:46.931Z | Downloaded resolv-conf v0.7.0 |
1131 | 2025-02-21T07:48:46.935Z | Downloaded cobs v0.2.3 |
1132 | 2025-02-21T07:48:46.935Z | Downloaded icu_normalizer v1.5.0 |
1133 | 2025-02-21T07:48:46.938Z | Downloaded cassowary v0.3.0 |
1134 | 2025-02-21T07:48:46.938Z | Downloaded constant_time_eq v0.3.1 |
1135 | 2025-02-21T07:48:46.941Z | Downloaded chacha20 v0.9.1 |
1136 | 2025-02-21T07:48:46.941Z | Downloaded hickory-client v0.24.3 |
1137 | 2025-02-21T07:48:46.943Z | Downloaded bzip2 v0.4.4 |
1138 | 2025-02-21T07:48:46.946Z | Downloaded hmac v0.12.1 |
1139 | 2025-02-21T07:48:46.946Z | Downloaded colored v2.1.0 |
1140 | 2025-02-21T07:48:46.948Z | Downloaded cbc v0.1.2 |
1141 | 2025-02-21T07:48:46.951Z | Downloaded curve25519-dalek-derive v0.1.1 |
1142 | 2025-02-21T07:48:46.951Z | Downloaded const-oid v0.9.6 |
1143 | 2025-02-21T07:48:46.953Z | Downloaded base64ct v1.6.0 |
1144 | 2025-02-21T07:48:46.956Z | Downloaded cfg_aliases v0.2.1 |
1145 | 2025-02-21T07:48:46.956Z | Downloaded crc-any v2.5.0 |
1146 | 2025-02-21T07:48:46.959Z | Downloaded cookie v0.18.1 |
1147 | 2025-02-21T07:48:46.961Z | Downloaded chacha20poly1305 v0.10.1 |
1148 | 2025-02-21T07:48:46.964Z | Downloaded bitfield-struct v0.6.2 |
1149 | 2025-02-21T07:48:46.964Z | Downloaded arrayvec v0.7.6 |
1150 | 2025-02-21T07:48:46.966Z | Downloaded ident_case v1.0.1 |
1151 | 2025-02-21T07:48:46.966Z | Downloaded http-body v1.0.1 |
1152 | 2025-02-21T07:48:46.970Z | Downloaded linear-map v1.2.0 |
1153 | 2025-02-21T07:48:46.970Z | Downloaded is-terminal v0.4.13 |
1154 | 2025-02-21T07:48:46.973Z | Downloaded ipnetwork v0.21.1 |
1155 | 2025-02-21T07:48:46.973Z | Downloaded indoc v2.0.5 |
1156 | 2025-02-21T07:48:46.976Z | Downloaded allocator-api2 v0.2.18 |
1157 | 2025-02-21T07:48:46.978Z | Downloaded adler2 v2.0.0 |
1158 | 2025-02-21T07:48:46.981Z | Downloaded bit-vec v0.6.3 |
1159 | 2025-02-21T07:48:46.983Z | Downloaded bcrypt-pbkdf v0.10.0 |
1160 | 2025-02-21T07:48:46.983Z | Downloaded heapless v0.8.0 |
1161 | 2025-02-21T07:48:46.989Z | Downloaded castaway v0.2.3 |
1162 | 2025-02-21T07:48:46.992Z | Downloaded base16ct v0.2.0 |
1163 | 2025-02-21T07:48:46.992Z | Downloaded atty v0.2.14 |
1164 | 2025-02-21T07:48:46.995Z | Downloaded atomic-waker v1.1.2 |
1165 | 2025-02-21T07:48:46.995Z | Downloaded async-stream v0.3.6 |
1166 | 2025-02-21T07:48:46.997Z | Downloaded home v0.5.9 |
1167 | 2025-02-21T07:48:46.997Z | Downloaded lazy_static v1.5.0 |
1168 | 2025-02-21T07:48:47.000Z | Downloaded async-recursion v1.1.1 |
1169 | 2025-02-21T07:48:47.003Z | Downloaded async-bb8-diesel v0.2.1 |
1170 | 2025-02-21T07:48:47.005Z | Downloaded ascii-canvas v3.0.0 |
1171 | 2025-02-21T07:48:47.005Z | Downloaded argon2 v0.5.3 |
1172 | 2025-02-21T07:48:47.008Z | Downloaded ring v0.17.8 |
1173 | 2025-02-21T07:48:47.076Z | Downloaded hostname v0.3.1 |
1174 | 2025-02-21T07:48:47.079Z | Downloaded convert_case v0.4.0 |
1175 | 2025-02-21T07:48:47.079Z | Downloaded heck v0.3.3 |
1176 | 2025-02-21T07:48:47.109Z | Downloaded libsqlite3-sys v0.30.1 |
1177 | 2025-02-21T07:48:47.371Z | Downloaded aws-lc-sys v0.22.0 |
1178 | 2025-02-21T07:48:47.681Z | Compiling serde v1.0.217 |
1179 | 2025-02-21T07:48:47.684Z | Compiling lock_api v0.4.12 |
1180 | 2025-02-21T07:48:47.684Z | Compiling value-bag v1.9.0 |
1181 | 2025-02-21T07:48:47.684Z | Compiling scopeguard v1.2.0 |
1182 | 2025-02-21T07:48:47.684Z | Compiling typenum v1.17.0 |
1183 | 2025-02-21T07:48:47.684Z | Compiling generic-array v0.14.7 |
1184 | 2025-02-21T07:48:47.856Z | Compiling syn v2.0.96 |
1185 | 2025-02-21T07:48:47.859Z | Compiling getrandom v0.2.15 |
1186 | 2025-02-21T07:48:47.999Z | Compiling shlex v1.3.0 |
1187 | 2025-02-21T07:48:48.241Z | Compiling rand_core v0.6.4 |
1188 | 2025-02-21T07:48:48.304Z | Compiling log v0.4.22 |
1189 | 2025-02-21T07:48:48.398Z | Compiling subtle v2.6.1 |
1190 | 2025-02-21T07:48:48.416Z | Compiling jobserver v0.1.32 |
1191 | 2025-02-21T07:48:48.449Z | Compiling smallvec v1.13.2 |
1192 | 2025-02-21T07:48:48.732Z | Compiling const-oid v0.9.6 |
1193 | 2025-02-21T07:48:48.762Z | Compiling pin-project-lite v0.2.14 |
1194 | 2025-02-21T07:48:48.782Z | Compiling rustix v0.38.37 |
1195 | 2025-02-21T07:48:48.824Z | Compiling cc v1.1.30 |
1196 | 2025-02-21T07:48:48.898Z | Compiling spin v0.9.8 |
1197 | 2025-02-21T07:48:49.010Z | Compiling parking_lot_core v0.9.10 |
1198 | 2025-02-21T07:48:49.170Z | Compiling futures-core v0.3.31 |
1199 | 2025-02-21T07:48:49.278Z | Compiling signal-hook-registry v1.4.2 |
1200 | 2025-02-21T07:48:49.393Z | Compiling mio v1.0.2 |
1201 | 2025-02-21T07:48:49.608Z | Compiling aho-corasick v1.1.3 |
1202 | 2025-02-21T07:48:49.937Z | Compiling parking_lot v0.12.3 |
1203 | 2025-02-21T07:48:50.005Z | Compiling stable_deref_trait v1.2.0 |
1204 | 2025-02-21T07:48:50.124Z | Compiling either v1.13.0 |
1205 | 2025-02-21T07:48:50.255Z | Compiling regex-syntax v0.8.5 |
1206 | 2025-02-21T07:48:50.415Z | Compiling cpufeatures v0.2.14 |
1207 | 2025-02-21T07:48:50.523Z | Compiling glob v0.3.2 |
1208 | 2025-02-21T07:48:50.541Z | Compiling futures-sink v0.3.31 |
1209 | 2025-02-21T07:48:50.633Z | Compiling socket2 v0.5.7 |
1210 | 2025-02-21T07:48:50.699Z | Compiling slab v0.4.9 |
1211 | 2025-02-21T07:48:50.719Z | Compiling prettyplease v0.2.29 |
1212 | 2025-02-21T07:48:51.086Z | Compiling lazy_static v1.5.0 |
1213 | 2025-02-21T07:48:51.174Z | Compiling serde_json v1.0.135 |
1214 | 2025-02-21T07:48:51.221Z | Compiling minimal-lexical v0.2.1 |
1215 | 2025-02-21T07:48:51.309Z | Compiling clang-sys v1.8.1 |
1216 | 2025-02-21T07:48:51.607Z | Compiling libloading v0.8.5 |
1217 | 2025-02-21T07:48:51.808Z | Compiling nom v7.1.3 |
1218 | 2025-02-21T07:48:51.832Z | Compiling home v0.5.9 |
1219 | 2025-02-21T07:48:51.978Z | Compiling bindgen v0.69.5 |
1220 | 2025-02-21T07:48:52.035Z | Compiling futures-channel v0.3.31 |
1221 | 2025-02-21T07:48:52.280Z | Compiling itertools v0.12.1 |
1222 | 2025-02-21T07:48:52.442Z | Compiling pin-utils v0.1.0 |
1223 | 2025-02-21T07:48:52.547Z | Compiling futures-task v0.3.31 |
1224 | 2025-02-21T07:48:52.857Z | Compiling foldhash v0.1.3 |
1225 | 2025-02-21T07:48:52.875Z | Compiling allocator-api2 v0.2.18 |
1226 | 2025-02-21T07:48:53.160Z | Compiling libm v0.2.8 |
1227 | 2025-02-21T07:48:53.526Z | Compiling rustc-hash v1.1.0 |
1228 | 2025-02-21T07:48:53.646Z | Compiling futures-io v0.3.31 |
1229 | 2025-02-21T07:48:53.688Z | Compiling lazycell v1.3.0 |
1230 | 2025-02-21T07:48:53.866Z | Compiling regex-automata v0.4.8 |
1231 | 2025-02-21T07:48:53.922Z | Compiling hashbrown v0.15.1 |
1232 | 2025-02-21T07:48:54.267Z | Compiling cmake v0.1.51 |
1233 | 2025-02-21T07:48:55.064Z | Compiling synstructure v0.13.1 |
1234 | 2025-02-21T07:48:55.100Z | Compiling cexpr v0.6.0 |
1235 | 2025-02-21T07:48:55.125Z | Compiling num-traits v0.2.19 |
1236 | 2025-02-21T07:48:55.434Z | Compiling fs_extra v1.3.0 |
1237 | 2025-02-21T07:48:55.966Z | Compiling pkg-config v0.3.31 |
1238 | 2025-02-21T07:48:56.181Z | Compiling dunce v1.0.5 |
1239 | 2025-02-21T07:48:56.583Z | Compiling litemap v0.7.3 |
1240 | 2025-02-21T07:48:56.623Z | Compiling writeable v0.5.5 |
1241 | 2025-02-21T07:48:56.995Z | Compiling ring v0.17.8 |
1242 | 2025-02-21T07:48:57.160Z | Compiling paste v1.0.15 |
1243 | 2025-02-21T07:48:57.296Z | Compiling base64ct v1.6.0 |
1244 | 2025-02-21T07:48:57.859Z | Compiling pem-rfc7468 v0.7.0 |
1245 | 2025-02-21T07:48:57.944Z | Compiling flagset v0.4.6 |
1246 | 2025-02-21T07:48:57.977Z | Compiling aws-lc-rs v1.10.0 |
1247 | 2025-02-21T07:48:58.130Z | Compiling icu_locid_transform_data v1.5.0 |
1248 | 2025-02-21T07:48:58.244Z | Compiling httparse v1.9.5 |
1249 | 2025-02-21T07:48:58.444Z | Compiling tracing-core v0.1.32 |
1250 | 2025-02-21T07:48:58.950Z | Compiling crossbeam-utils v0.8.20 |
1251 | 2025-02-21T07:48:59.212Z | Compiling percent-encoding v2.3.1 |
1252 | 2025-02-21T07:48:59.455Z | Compiling regex v1.11.1 |
1253 | 2025-02-21T07:48:59.477Z | Compiling rustls-pki-types v1.10.0 |
1254 | 2025-02-21T07:48:59.495Z | Compiling icu_properties_data v1.5.0 |
1255 | 2025-02-21T07:48:59.714Z | Compiling vcpkg v0.2.15 |
1256 | 2025-02-21T07:48:59.809Z | Compiling serde_derive v1.0.217 |
1257 | 2025-02-21T07:49:00.131Z | Compiling zeroize_derive v1.4.2 |
1258 | 2025-02-21T07:49:00.302Z | Compiling zerocopy-derive v0.7.35 |
1259 | 2025-02-21T07:49:00.364Z | Compiling zerofrom-derive v0.1.4 |
1260 | 2025-02-21T07:49:01.269Z | Compiling tokio-macros v2.5.0 |
1261 | 2025-02-21T07:49:01.526Z | Compiling zeroize v1.8.1 |
1262 | 2025-02-21T07:49:01.880Z | Compiling yoke-derive v0.7.4 |
1263 | 2025-02-21T07:49:02.176Z | Compiling zerocopy v0.7.35 |
1264 | 2025-02-21T07:49:02.656Z | Compiling zerovec-derive v0.10.3 |
1265 | 2025-02-21T07:49:03.086Z | Compiling crypto-common v0.1.6 |
1266 | 2025-02-21T07:49:03.316Z | Compiling block-buffer v0.10.4 |
1267 | 2025-02-21T07:49:03.448Z | Compiling thiserror-impl v1.0.69 |
1268 | 2025-02-21T07:49:03.560Z | Compiling digest v0.10.7 |
1269 | 2025-02-21T07:49:03.682Z | Compiling zerofrom v0.1.4 |
1270 | 2025-02-21T07:49:03.894Z | Compiling displaydoc v0.2.5 |
1271 | 2025-02-21T07:49:03.983Z | Compiling hmac v0.12.1 |
1272 | 2025-02-21T07:49:04.003Z | Compiling futures-macro v0.3.31 |
1273 | 2025-02-21T07:49:04.232Z | Compiling block-padding v0.3.3 |
1274 | 2025-02-21T07:49:04.365Z | Compiling yoke v0.7.4 |
1275 | 2025-02-21T07:49:04.465Z | Compiling inout v0.1.3 |
1276 | 2025-02-21T07:49:04.711Z | Compiling cipher v0.4.4 |
1277 | 2025-02-21T07:49:04.731Z | Compiling sha2 v0.10.8 |
1278 | 2025-02-21T07:49:04.915Z | Compiling zerovec v0.10.4 |
1279 | 2025-02-21T07:49:05.207Z | Compiling icu_provider_macros v1.5.0 |
1280 | 2025-02-21T07:49:05.314Z | Compiling ppv-lite86 v0.2.20 |
1281 | 2025-02-21T07:49:05.671Z | Compiling futures-util v0.3.31 |
1282 | 2025-02-21T07:49:06.033Z | Compiling der_derive v0.7.3 |
1283 | 2025-02-21T07:49:06.165Z | Compiling thiserror v1.0.69 |
1284 | 2025-02-21T07:49:06.234Z | Compiling rand_chacha v0.3.1 |
1285 | 2025-02-21T07:49:06.329Z | Compiling tracing-attributes v0.1.27 |
1286 | 2025-02-21T07:49:06.979Z | Compiling tinystr v0.7.6 |
1287 | 2025-02-21T07:49:07.378Z | Compiling icu_locid v1.5.0 |
1288 | 2025-02-21T07:49:07.866Z | Compiling icu_collections v1.5.0 |
1289 | 2025-02-21T07:49:08.281Z | Compiling der v0.7.9 |
1290 | 2025-02-21T07:49:08.495Z | Compiling icu_provider v1.5.0 |
1291 | 2025-02-21T07:49:08.993Z | Compiling rand v0.8.5 |
1292 | 2025-02-21T07:49:09.232Z | Compiling icu_locid_transform v1.5.0 |
1293 | 2025-02-21T07:49:09.346Z | Compiling tracing v0.1.40 |
1294 | 2025-02-21T07:49:09.421Z | Compiling pest v2.7.14 |
1295 | 2025-02-21T07:49:09.848Z | Compiling salsa20 v0.10.2 |
1296 | 2025-02-21T07:49:10.080Z | Compiling pbkdf2 v0.12.2 |
1297 | 2025-02-21T07:49:10.266Z | Compiling spki v0.7.3 |
1298 | 2025-02-21T07:49:10.584Z | Compiling icu_properties v1.5.1 |
1299 | 2025-02-21T07:49:10.642Z | Compiling utf8_iter v1.0.4 |
1300 | 2025-02-21T07:49:10.856Z | Compiling utf16_iter v1.0.5 |
1301 | 2025-02-21T07:49:10.880Z | Compiling time-core v0.1.2 |
1302 | 2025-02-21T07:49:11.017Z | Compiling icu_normalizer_data v1.5.0 |
1303 | 2025-02-21T07:49:11.056Z | Compiling mirai-annotations v1.12.0 |
1304 | 2025-02-21T07:49:11.058Z | Compiling untrusted v0.9.0 |
1305 | 2025-02-21T07:49:11.125Z | Compiling powerfmt v0.2.0 |
1306 | 2025-02-21T07:49:11.250Z | Compiling write16 v1.0.0 |
1307 | 2025-02-21T07:49:11.252Z | Compiling untrusted v0.7.1 |
1308 | 2025-02-21T07:49:11.390Z | Compiling num-conv v0.1.0 |
1309 | 2025-02-21T07:49:11.433Z | Compiling deranged v0.3.11 |
1310 | 2025-02-21T07:49:11.491Z | Compiling scrypt v0.11.0 |
1311 | 2025-02-21T07:49:11.512Z | Compiling cbc v0.1.2 |
1312 | 2025-02-21T07:49:11.652Z | Compiling bitflags v2.6.0 |
1313 | 2025-02-21T07:49:11.753Z | Compiling bytes v1.9.0 |
1314 | 2025-02-21T07:49:12.072Z | Compiling indexmap v2.7.1 |
1315 | 2025-02-21T07:49:12.280Z | Compiling semver v1.0.24 |
1316 | 2025-02-21T07:49:12.817Z | Compiling tokio v1.43.0 |
1317 | 2025-02-21T07:49:12.885Z | Compiling http v1.2.0 |
1318 | 2025-02-21T07:49:12.956Z | Compiling rustc_version v0.4.1 |
1319 | 2025-02-21T07:49:13.387Z | Compiling pest_meta v2.7.14 |
1320 | 2025-02-21T07:49:13.596Z | Compiling time-macros v0.2.18 |
1321 | 2025-02-21T07:49:14.464Z | Compiling icu_normalizer v1.5.0 |
1322 | 2025-02-21T07:49:15.088Z | Compiling aes v0.8.4 |
1323 | 2025-02-21T07:49:15.097Z | Compiling openssl-sys v0.9.105 |
1324 | 2025-02-21T07:49:15.983Z | Compiling which v4.4.2 |
1325 | 2025-02-21T07:49:16.197Z | Compiling scroll_derive v0.12.0 |
1326 | 2025-02-21T07:49:16.555Z | Compiling atomic-waker v1.1.2 |
1327 | 2025-02-21T07:49:16.760Z | Compiling tinyvec_macros v0.1.1 |
1328 | 2025-02-21T07:49:16.866Z | Compiling num_threads v0.1.7 |
1329 | 2025-02-21T07:49:17.015Z | Compiling time v0.3.36 |
1330 | 2025-02-21T07:49:17.354Z | Compiling tinyvec v1.8.0 |
1331 | 2025-02-21T07:49:17.512Z | Compiling pkcs5 v0.7.1 |
1332 | 2025-02-21T07:49:17.619Z | Compiling scroll v0.12.0 |
1333 | 2025-02-21T07:49:17.649Z | Compiling idna_adapter v1.2.0 |
1334 | 2025-02-21T07:49:17.771Z | Compiling pest_generator v2.7.14 |
1335 | 2025-02-21T07:49:17.875Z | Compiling http-body v1.0.1 |
1336 | 2025-02-21T07:49:18.116Z | Compiling form_urlencoded v1.2.1 |
1337 | 2025-02-21T07:49:18.137Z | Compiling slog v2.7.0 |
1338 | 2025-02-21T07:49:18.434Z | Compiling try-lock v0.2.5 |
1339 | 2025-02-21T07:49:18.520Z | Compiling goblin v0.8.2 |
1340 | 2025-02-21T07:49:18.601Z | Compiling want v0.3.1 |
1341 | 2025-02-21T07:49:18.713Z | Compiling pkcs8 v0.10.2 |
1342 | 2025-02-21T07:49:18.800Z | Compiling idna v1.0.3 |
1343 | 2025-02-21T07:49:18.883Z | Compiling uuid v1.12.0 |
1344 | 2025-02-21T07:49:19.332Z | Compiling httpdate v1.0.3 |
1345 | 2025-02-21T07:49:19.551Z | Compiling pest_derive v2.7.14 |
1346 | 2025-02-21T07:49:19.775Z | Compiling iana-time-zone v0.1.61 |
1347 | 2025-02-21T07:49:20.154Z | Compiling chrono v0.4.39 |
1348 | 2025-02-21T07:49:20.352Z | Compiling dtrace-parser v0.2.0 |
1349 | 2025-02-21T07:49:20.372Z | Compiling toml_datetime v0.6.8 |
1350 | 2025-02-21T07:49:20.831Z | Compiling tokio-util v0.7.12 |
1351 | 2025-02-21T07:49:21.017Z | Compiling serde_spanned v0.6.8 |
1352 | 2025-02-21T07:49:21.279Z | Compiling serde_tokenstream v0.2.2 |
1353 | 2025-02-21T07:49:21.354Z | Compiling base64 v0.22.1 |
1354 | 2025-02-21T07:49:21.869Z | Compiling h2 v0.4.6 |
1355 | 2025-02-21T07:49:22.051Z | Compiling tower-service v0.3.3 |
1356 | 2025-02-21T07:49:22.116Z | Compiling adler2 v2.0.0 |
1357 | 2025-02-21T07:49:22.186Z | Compiling foreign-types-shared v0.1.1 |
1358 | 2025-02-21T07:49:22.218Z | Compiling openssl v0.10.70 |
1359 | 2025-02-21T07:49:22.318Z | Compiling rustversion v1.0.17 |
1360 | 2025-02-21T07:49:22.336Z | Compiling match_cfg v0.1.0 |
1361 | 2025-02-21T07:49:22.445Z | Compiling hostname v0.3.1 |
1362 | 2025-02-21T07:49:22.677Z | Compiling foreign-types v0.3.2 |
1363 | 2025-02-21T07:49:22.702Z | Compiling miniz_oxide v0.8.0 |
1364 | 2025-02-21T07:49:22.783Z | Compiling url v2.5.3 |
1365 | 2025-02-21T07:49:23.449Z | Compiling openssl-macros v0.1.1 |
1366 | 2025-02-21T07:49:24.068Z | Compiling dof v0.3.0 |
1367 | 2025-02-21T07:49:24.188Z | Compiling async-trait v0.1.86 |
1368 | 2025-02-21T07:49:24.282Z | Compiling serde_derive_internals v0.29.1 |
1369 | 2025-02-21T07:49:24.453Z | Compiling dirs-sys-next v0.1.2 |
1370 | 2025-02-21T07:49:24.983Z | Compiling usdt-impl v0.5.0 |
1371 | 2025-02-21T07:49:25.386Z | Compiling data-encoding v2.6.0 |
1372 | 2025-02-21T07:49:25.795Z | Compiling rustls v0.23.19 |
1373 | 2025-02-21T07:49:26.099Z | Compiling siphasher v0.3.11 |
1374 | 2025-02-21T07:49:26.382Z | Compiling rustls v0.22.4 |
1375 | 2025-02-21T07:49:26.496Z | Compiling native-tls v0.2.12 |
1376 | 2025-02-21T07:49:26.532Z | Compiling schemars v0.8.21 |
1377 | 2025-02-21T07:49:26.604Z | Compiling syn v1.0.109 |
1378 | 2025-02-21T07:49:26.715Z | Compiling schemars_derive v0.8.21 |
1379 | 2025-02-21T07:49:26.933Z | Compiling dirs-next v2.0.0 |
1380 | 2025-02-21T07:49:27.296Z | Compiling unicode-normalization v0.1.24 |
1381 | 2025-02-21T07:49:27.334Z | Compiling http-body-util v0.1.2 |
1382 | 2025-02-21T07:49:27.430Z | Compiling crossbeam-epoch v0.9.18 |
1383 | 2025-02-21T07:49:27.849Z | Compiling heapless v0.7.17 |
1384 | 2025-02-21T07:49:28.111Z | Compiling sha1 v0.10.6 |
1385 | 2025-02-21T07:49:28.292Z | Compiling signature v2.2.0 |
1386 | 2025-02-21T07:49:28.353Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1387 | 2025-02-21T07:49:28.373Z | Compiling thread_local v1.1.8 |
1388 | 2025-02-21T07:49:28.536Z | Compiling cookie v0.18.1 |
1389 | 2025-02-21T07:49:28.578Z | Compiling multer v3.1.0 |
1390 | 2025-02-21T07:49:28.834Z | Compiling encoding_rs v0.8.34 |
1391 | 2025-02-21T07:49:28.852Z | Compiling rayon-core v1.12.1 |
1392 | 2025-02-21T07:49:28.873Z | Compiling openssl-probe v0.1.5 |
1393 | 2025-02-21T07:49:28.902Z | Compiling hyper v1.5.2 |
1394 | 2025-02-21T07:49:29.160Z | Compiling signal-hook v0.3.17 |
1395 | 2025-02-21T07:49:29.179Z | Compiling mime v0.3.17 |
1396 | 2025-02-21T07:49:29.446Z | Compiling unicode-properties v0.1.3 |
1397 | 2025-02-21T07:49:29.613Z | Compiling ipnet v2.10.1 |
1398 | 2025-02-21T07:49:29.694Z | Compiling gimli v0.31.1 |
1399 | 2025-02-21T07:49:29.869Z | Compiling unicode-bidi v0.3.17 |
1400 | 2025-02-21T07:49:30.695Z | Compiling slog-async v2.8.0 |
1401 | 2025-02-21T07:49:31.106Z | Compiling hyper-util v0.1.10 |
1402 | 2025-02-21T07:49:31.194Z | Compiling dyn-clone v1.0.17 |
1403 | 2025-02-21T07:49:31.745Z | Compiling toml_edit v0.22.22 |
1404 | 2025-02-21T07:49:32.503Z | Compiling stringprep v0.1.5 |
1405 | 2025-02-21T07:49:33.654Z | Compiling crossbeam-deque v0.8.5 |
1406 | 2025-02-21T07:49:33.995Z | Compiling addr2line v0.24.2 |
1407 | 2025-02-21T07:49:34.018Z | Compiling usdt-attr-macro v0.5.0 |
1408 | 2025-02-21T07:49:34.417Z | Compiling usdt-macro v0.5.0 |
1409 | 2025-02-21T07:49:34.607Z | Compiling term v0.7.0 |
1410 | 2025-02-21T07:49:34.643Z | Compiling slog-json v2.6.1 |
1411 | 2025-02-21T07:49:34.976Z | Compiling serde_urlencoded v0.7.1 |
1412 | 2025-02-21T07:49:35.011Z | Compiling crossbeam-channel v0.5.13 |
1413 | 2025-02-21T07:49:35.505Z | Compiling curve25519-dalek v4.1.3 |
1414 | 2025-02-21T07:49:35.507Z | Compiling enum-as-inner v0.6.1 |
1415 | 2025-02-21T07:49:35.754Z | Compiling futures-executor v0.3.31 |
1416 | 2025-02-21T07:49:35.790Z | Compiling md-5 v0.10.6 |
1417 | 2025-02-21T07:49:35.929Z | Compiling rustls-pemfile v2.2.0 |
1418 | 2025-02-21T07:49:36.053Z | Compiling async-stream-impl v0.3.6 |
1419 | 2025-02-21T07:49:36.232Z | Compiling num-integer v0.1.46 |
1420 | 2025-02-21T07:49:36.254Z | Compiling hash32 v0.2.1 |
1421 | 2025-02-21T07:49:36.257Z | Compiling ff v0.13.0 |
1422 | 2025-02-21T07:49:36.513Z | Compiling is-terminal v0.4.13 |
1423 | 2025-02-21T07:49:36.568Z | Compiling dropshot v0.12.0 |
1424 | 2025-02-21T07:49:36.663Z | Compiling object v0.36.5 |
1425 | 2025-02-21T07:49:36.682Z | Compiling memoffset v0.9.1 |
1426 | 2025-02-21T07:49:36.898Z | Compiling fallible-iterator v0.2.0 |
1427 | 2025-02-21T07:49:36.999Z | Compiling cfg_aliases v0.2.1 |
1428 | 2025-02-21T07:49:37.023Z | Compiling take_mut v0.2.2 |
1429 | 2025-02-21T07:49:37.115Z | Compiling anyhow v1.0.95 |
1430 | 2025-02-21T07:49:37.187Z | Compiling utf-8 v0.7.6 |
1431 | 2025-02-21T07:49:37.324Z | Compiling psl-types v2.0.11 |
1432 | 2025-02-21T07:49:37.484Z | Compiling linked-hash-map v0.5.6 |
1433 | 2025-02-21T07:49:37.524Z | Compiling portable-atomic v1.9.0 |
1434 | 2025-02-21T07:49:37.575Z | Compiling num-bigint-dig v0.8.4 |
1435 | 2025-02-21T07:49:37.715Z | Compiling litrs v0.4.1 |
1436 | 2025-02-21T07:49:37.819Z | Compiling smoltcp v0.9.1 |
1437 | 2025-02-21T07:49:37.905Z | Compiling quick-error v1.2.3 |
1438 | 2025-02-21T07:49:38.078Z | Compiling rustc-demangle v0.1.24 |
1439 | 2025-02-21T07:49:38.467Z | Compiling base16ct v0.2.0 |
1440 | 2025-02-21T07:49:38.620Z | Compiling resolv-conf v0.7.0 |
1441 | 2025-02-21T07:49:38.778Z | Compiling sec1 v0.7.3 |
1442 | 2025-02-21T07:49:38.800Z | Compiling document-features v0.2.10 |
1443 | 2025-02-21T07:49:38.849Z | Compiling lru-cache v0.1.2 |
1444 | 2025-02-21T07:49:39.051Z | Compiling postgres-protocol v0.6.7 |
1445 | 2025-02-21T07:49:39.277Z | Compiling publicsuffix v2.3.0 |
1446 | 2025-02-21T07:49:39.305Z | Compiling tungstenite v0.24.0 |
1447 | 2025-02-21T07:49:39.365Z | Compiling async-stream v0.3.6 |
1448 | 2025-02-21T07:49:39.682Z | Compiling nix v0.29.0 |
1449 | 2025-02-21T07:49:40.153Z | Compiling num-iter v0.1.45 |
1450 | 2025-02-21T07:49:40.192Z | Compiling slog-term v2.9.1 |
1451 | 2025-02-21T07:49:40.553Z | Compiling usdt v0.5.0 |
1452 | 2025-02-21T07:49:40.588Z | Compiling hickory-proto v0.24.3 |
1453 | 2025-02-21T07:49:41.031Z | Compiling group v0.13.0 |
1454 | 2025-02-21T07:49:41.374Z | Compiling futures v0.3.31 |
1455 | 2025-02-21T07:49:41.376Z | Compiling toml v0.8.19 |
1456 | 2025-02-21T07:49:41.416Z | Compiling slog-bunyan v2.5.0 |
1457 | 2025-02-21T07:49:42.584Z | Compiling camino v1.1.9 |
1458 | 2025-02-21T07:49:42.815Z | Compiling tokio-native-tls v0.3.1 |
1459 | 2025-02-21T07:49:42.980Z | Compiling backtrace v0.3.74 |
1460 | 2025-02-21T07:49:43.093Z | Compiling phf_shared v0.11.2 |
1461 | 2025-02-21T07:49:43.400Z | Compiling dropshot_endpoint v0.12.0 |
1462 | 2025-02-21T07:49:43.459Z | Compiling waitgroup v0.1.2 |
1463 | 2025-02-21T07:49:43.479Z | Compiling terminal_size v0.4.0 |
1464 | 2025-02-21T07:49:43.577Z | Compiling openapiv3 v2.0.0 |
1465 | 2025-02-21T07:49:43.675Z | Compiling serde_path_to_error v0.1.16 |
1466 | 2025-02-21T07:49:43.700Z | Compiling hkdf v0.12.4 |
1467 | 2025-02-21T07:49:43.975Z | Compiling crypto-bigint v0.5.5 |
1468 | 2025-02-21T07:49:44.417Z | Compiling webpki-roots v0.26.6 |
1469 | 2025-02-21T07:49:44.644Z | Compiling curve25519-dalek-derive v0.1.1 |
1470 | 2025-02-21T07:49:45.820Z | Compiling zerocopy-derive v0.6.6 |
1471 | 2025-02-21T07:49:46.049Z | Compiling hostname v0.4.0 |
1472 | 2025-02-21T07:49:46.308Z | Compiling crc32fast v1.4.2 |
1473 | 2025-02-21T07:49:46.401Z | Compiling hubpack_derive v0.1.1 |
1474 | 2025-02-21T07:49:46.663Z | Compiling ahash v0.8.11 |
1475 | 2025-02-21T07:49:47.027Z | Compiling fs-err v2.11.0 |
1476 | 2025-02-21T07:49:47.307Z | Compiling winnow v0.5.40 |
1477 | 2025-02-21T07:49:47.345Z | Compiling bitflags v1.3.2 |
1478 | 2025-02-21T07:49:47.422Z | Compiling unicode-width v0.2.0 |
1479 | 2025-02-21T07:49:47.456Z | Compiling debug-ignore v1.0.5 |
1480 | 2025-02-21T07:49:47.511Z | Compiling managed v0.8.0 |
1481 | 2025-02-21T07:49:47.632Z | Compiling newtype-uuid v1.2.1 |
1482 | 2025-02-21T07:49:47.675Z | Compiling zerocopy v0.6.6 |
1483 | 2025-02-21T07:49:47.929Z | Compiling console v0.15.10 |
1484 | 2025-02-21T07:49:47.989Z | Compiling strum_macros v0.25.3 |
1485 | 2025-02-21T07:49:48.436Z | Compiling clap_builder v4.5.27 |
1486 | 2025-02-21T07:49:49.417Z | Compiling hubpack v0.1.2 |
1487 | 2025-02-21T07:49:49.522Z | Compiling elliptic-curve v0.13.8 |
1488 | 2025-02-21T07:49:49.836Z | Compiling flate2 v1.0.35 |
1489 | 2025-02-21T07:49:49.878Z | Compiling hickory-resolver v0.24.3 |
1490 | 2025-02-21T07:49:50.666Z | Compiling toml_edit v0.19.15 |
1491 | 2025-02-21T07:49:50.717Z | Compiling phf v0.11.2 |
1492 | 2025-02-21T07:49:51.002Z | Compiling hyper-tls v0.6.0 |
1493 | 2025-02-21T07:49:51.110Z | Compiling signal-hook-mio v0.2.4 |
1494 | 2025-02-21T07:49:51.319Z | Compiling rayon v1.10.0 |
1495 | 2025-02-21T07:49:51.453Z | Compiling cookie_store v0.21.1 |
1496 | 2025-02-21T07:49:51.659Z | Compiling bzip2 v0.4.4 |
1497 | 2025-02-21T07:49:52.066Z | Compiling tokio-tungstenite v0.24.0 |
1498 | 2025-02-21T07:49:53.039Z | Compiling postgres-types v0.2.8 |
1499 | 2025-02-21T07:49:55.458Z | Compiling ed25519 v2.2.3 |
1500 | 2025-02-21T07:49:55.536Z | Compiling phf_shared v0.10.0 |
1501 | 2025-02-21T07:49:55.560Z | Compiling tokio-stream v0.1.16 |
1502 | 2025-02-21T07:49:55.926Z | Compiling pkcs1 v0.7.5 |
1503 | 2025-02-21T07:49:56.147Z | Compiling serde-big-array v0.5.1 |
1504 | 2025-02-21T07:49:56.409Z | Compiling clap_derive v4.5.24 |
1505 | 2025-02-21T07:49:56.557Z | Compiling rfc6979 v0.4.0 |
1506 | 2025-02-21T07:49:56.782Z | Compiling serde_repr v0.1.19 |
1507 | 2025-02-21T07:49:56.827Z | Compiling derive-where v1.2.7 |
1508 | 2025-02-21T07:49:57.301Z | Compiling bstr v1.10.0 |
1509 | 2025-02-21T07:49:57.541Z | Compiling float-cmp v0.10.0 |
1510 | 2025-02-21T07:49:57.719Z | Compiling sync_wrapper v1.0.1 |
1511 | 2025-02-21T07:49:57.786Z | Compiling predicates-core v1.0.8 |
1512 | 2025-02-21T07:49:57.883Z | Compiling difflib v0.4.0 |
1513 | 2025-02-21T07:49:57.904Z | Compiling precomputed-hash v0.1.1 |
1514 | 2025-02-21T07:49:58.033Z | Compiling static_assertions v1.1.0 |
1515 | 2025-02-21T07:49:58.112Z | Compiling fixedbitset v0.4.2 |
1516 | 2025-02-21T07:49:58.149Z | Compiling whoami v1.5.2 |
1517 | 2025-02-21T07:49:58.554Z | Compiling unicode-segmentation v1.12.0 |
1518 | 2025-02-21T07:49:58.701Z | Compiling bit-vec v0.6.3 |
1519 | 2025-02-21T07:49:58.822Z | Compiling number_prefix v0.4.0 |
1520 | 2025-02-21T07:49:59.060Z | Compiling new_debug_unreachable v1.0.6 |
1521 | 2025-02-21T07:49:59.097Z | Compiling normalize-line-endings v0.3.0 |
1522 | 2025-02-21T07:49:59.171Z | Compiling string_cache v0.8.7 |
1523 | 2025-02-21T07:49:59.197Z | Compiling bit-set v0.5.3 |
1524 | 2025-02-21T07:49:59.243Z | Compiling predicates v3.1.3 |
1525 | 2025-02-21T07:49:59.437Z | Compiling similar v2.6.0 |
1526 | 2025-02-21T07:49:59.474Z | Compiling indicatif v0.17.11 |
1527 | 2025-02-21T07:49:59.563Z | Compiling tokio-postgres v0.7.12 |
1528 | 2025-02-21T07:49:59.971Z | Compiling petgraph v0.6.5 |
1529 | 2025-02-21T07:50:00.701Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1530 | 2025-02-21T07:50:00.869Z | Compiling clap v4.5.27 |
1531 | 2025-02-21T07:50:01.008Z | Compiling ecdsa v0.16.9 |
1532 | 2025-02-21T07:50:01.444Z | Compiling rsa v0.9.6 |
1533 | 2025-02-21T07:50:01.500Z | Compiling ed25519-dalek v2.1.1 |
1534 | 2025-02-21T07:50:01.886Z | Compiling toml v0.7.8 |
1535 | 2025-02-21T07:50:03.323Z | Compiling zip v0.6.6 |
1536 | 2025-02-21T07:50:03.611Z | Compiling crossterm v0.28.1 |
1537 | 2025-02-21T07:50:05.136Z | Compiling hex v0.4.3 |
1538 | 2025-02-21T07:50:05.389Z | Compiling x509-cert v0.2.5 |
1539 | 2025-02-21T07:50:05.585Z | Compiling itertools v0.10.5 |
1540 | 2025-02-21T07:50:05.721Z | Compiling unicode-xid v0.2.6 |
1541 | 2025-02-21T07:50:05.940Z | Compiling lalrpop-util v0.19.12 |
1542 | 2025-02-21T07:50:06.308Z | Compiling peg-runtime v0.8.3 |
1543 | 2025-02-21T07:50:06.506Z | Compiling strum_macros v0.26.4 |
1544 | 2025-02-21T07:50:06.776Z | Compiling xattr v1.3.1 |
1545 | 2025-02-21T07:50:06.897Z | Compiling filetime v0.2.25 |
1546 | 2025-02-21T07:50:07.206Z | Compiling tar v0.4.42 |
1547 | 2025-02-21T07:50:10.960Z | Compiling strum v0.26.3 |
1548 | 2025-02-21T07:50:14.008Z | Compiling aws-lc-sys v0.22.0 |
1549 | 2025-02-21T07:50:50.176Z | Compiling rustls-webpki v0.102.8 |
1550 | 2025-02-21T07:50:53.312Z | Compiling tokio-rustls v0.25.0 |
1551 | 2025-02-21T07:50:55.013Z | Compiling tokio-rustls v0.26.0 |
1552 | 2025-02-21T07:50:55.271Z | Compiling hyper-rustls v0.27.3 |
1553 | 2025-02-21T07:50:55.650Z | Compiling reqwest v0.12.9 |
1554 | 2025-02-21T07:50:57.056Z | Compiling qorb v0.2.1 |
1555 | 2025-02-21T07:50:59.940Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1556 | 2025-02-21T07:51:00.206Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1557 | 2025-02-21T07:51:04.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s |
1558 | 2025-02-21T07:51:04.757Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1559 | 2025-02-21T07:51:04.808Z | Feb 21 07:51:03.418 INFO Starting download, target: Clickhouse |
1560 | 2025-02-21T07:51:04.808Z | Feb 21 07:51:03.418 INFO Starting download, target: Cockroach |
1561 | 2025-02-21T07:51:04.808Z | Feb 21 07:51:03.418 INFO Starting download, target: Console |
1562 | 2025-02-21T07:51:04.808Z | Feb 21 07:51:03.418 INFO Starting download, target: DendriteOpenapi |
1563 | 2025-02-21T07:51:04.808Z | Feb 21 07:51:03.418 INFO Starting download, target: DendriteStub |
1564 | 2025-02-21T07:51:04.811Z | Feb 21 07:51:03.418 INFO Starting download, target: MaghemiteMgd |
1565 | 2025-02-21T07:51:04.811Z | Feb 21 07:51:03.418 INFO Starting download, target: TransceiverControl |
1566 | 2025-02-21T07:51:04.812Z | Feb 21 07:51:03.419 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1567 | 2025-02-21T07:51:04.812Z | Feb 21 07:51:03.419 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1568 | 2025-02-21T07:51:04.812Z | Feb 21 07:51:03.419 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1569 | 2025-02-21T07:51:04.812Z | Feb 21 07:51:03.419 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1570 | 2025-02-21T07:51:04.812Z | Feb 21 07:51:03.419 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1571 | 2025-02-21T07:51:04.812Z | Feb 21 07:51:03.419 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1572 | 2025-02-21T07:51:04.812Z | Feb 21 07:51:03.419 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1573 | 2025-02-21T07:51:04.990Z | Feb 21 07:51:03.596 INFO Download complete, target: DendriteOpenapi |
1574 | 2025-02-21T07:51:05.086Z | Feb 21 07:51:03.692 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1575 | 2025-02-21T07:51:05.336Z | Feb 21 07:51:03.943 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1576 | 2025-02-21T07:51:05.569Z | Feb 21 07:51:04.175 INFO Download complete, target: TransceiverControl |
1577 | 2025-02-21T07:51:05.703Z | Feb 21 07:51:04.311 INFO Download complete, target: Console |
1578 | 2025-02-21T07:51:05.925Z | Feb 21 07:51:04.534 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1579 | 2025-02-21T07:51:05.952Z | Feb 21 07:51:04.561 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1580 | 2025-02-21T07:51:06.641Z | Feb 21 07:51:05.251 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1581 | 2025-02-21T07:51:06.641Z | Feb 21 07:51:05.251 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1582 | 2025-02-21T07:51:06.827Z | Feb 21 07:51:05.437 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1583 | 2025-02-21T07:51:08.844Z | Feb 21 07:51:07.453 INFO Download complete, target: DendriteStub |
1584 | 2025-02-21T07:51:09.044Z | Feb 21 07:51:07.653 INFO Download complete, target: MaghemiteMgd |
1585 | 2025-02-21T07:51:14.140Z | Feb 21 07:51:12.749 INFO Checking that binary works, target: Cockroach |
1586 | 2025-02-21T07:51:14.301Z | Feb 21 07:51:12.909 INFO Download complete, target: Cockroach |
1587 | 2025-02-21T07:51:19.474Z | Feb 21 07:51:18.082 INFO Checking that binary works, target: Clickhouse |
1588 | 2025-02-21T07:51:20.360Z | Feb 21 07:51:18.968 INFO Download complete, target: Clickhouse |
1589 | 2025-02-21T07:51:20.368Z | All prerequisites installed successfully |
1590 | 2025-02-21T07:51:20.371Z | |
1591 | 2025-02-21T07:51:20.371Z | real 5:15.552597519 |
1592 | 2025-02-21T07:51:20.371Z | user 15:12.758141594 |
1593 | 2025-02-21T07:51:20.371Z | sys 2:03.661064756 |
1594 | 2025-02-21T07:51:20.371Z | trap 0.524688569 |
1595 | 2025-02-21T07:51:20.371Z | tflt 9.232146964 |
1596 | 2025-02-21T07:51:20.371Z | dflt 8.786967589 |
1597 | 2025-02-21T07:51:20.371Z | kflt 0.556932691 |
1598 | 2025-02-21T07:51:20.371Z | lock 23:34.366901863 |
1599 | 2025-02-21T07:51:20.371Z | slp 56:28.172166403 |
1600 | 2025-02-21T07:51:20.371Z | lat 52.896077604 |
1601 | 2025-02-21T07:51:20.372Z | stop 2:14.578554326 |
1602 | 2025-02-21T07:51:20.372Z | + ptime -m cargo xtask download softnpu |
1603 | 2025-02-21T07:51:20.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1604 | 2025-02-21T07:51:20.938Z | Running `target/debug/xtask download softnpu` |
1605 | 2025-02-21T07:51:21.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1606 | 2025-02-21T07:51:21.829Z | Running `target/debug/xtask-downloader softnpu` |
1607 | 2025-02-21T07:51:21.865Z | Feb 21 07:51:20.472 INFO Starting download, target: Softnpu |
1608 | 2025-02-21T07:51:21.871Z | Feb 21 07:51:20.473 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1609 | 2025-02-21T07:51:22.549Z | Feb 21 07:51:21.156 INFO Download complete, target: Softnpu |
1610 | 2025-02-21T07:51:22.554Z | |
1611 | 2025-02-21T07:51:22.557Z | real 2.178412040 |
1612 | 2025-02-21T07:51:22.557Z | user 1.315336969 |
1613 | 2025-02-21T07:51:22.557Z | sys 0.535896661 |
1614 | 2025-02-21T07:51:22.557Z | trap 0.000780037 |
1615 | 2025-02-21T07:51:22.557Z | tflt 0.000057440 |
1616 | 2025-02-21T07:51:22.557Z | dflt 0.000176495 |
1617 | 2025-02-21T07:51:22.557Z | kflt 0.000000000 |
1618 | 2025-02-21T07:51:22.557Z | lock 7.059513966 |
1619 | 2025-02-21T07:51:22.557Z | slp 0.491466409 |
1620 | 2025-02-21T07:51:22.557Z | lat 0.069608303 |
1621 | 2025-02-21T07:51:22.557Z | stop 0.000162100 |
1622 | 2025-02-21T07:51:22.557Z | + export CARGO_INCREMENTAL=0 |
1623 | 2025-02-21T07:51:22.557Z | + CARGO_INCREMENTAL=0 |
1624 | 2025-02-21T07:51:22.557Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1625 | 2025-02-21T07:51:23.520Z | Compiling proc-macro2 v1.0.92 |
1626 | 2025-02-21T07:51:23.523Z | Compiling unicode-ident v1.0.14 |
1627 | 2025-02-21T07:51:23.523Z | Compiling libc v0.2.169 |
1628 | 2025-02-21T07:51:23.523Z | Compiling serde v1.0.217 |
1629 | 2025-02-21T07:51:23.523Z | Compiling autocfg v1.4.0 |
1630 | 2025-02-21T07:51:23.523Z | Compiling version_check v0.9.5 |
1631 | 2025-02-21T07:51:23.523Z | Compiling cfg-if v1.0.0 |
1632 | 2025-02-21T07:51:23.796Z | Compiling memchr v2.7.4 |
1633 | 2025-02-21T07:51:23.817Z | Compiling typenum v1.17.0 |
1634 | 2025-02-21T07:51:23.831Z | Compiling shlex v1.3.0 |
1635 | 2025-02-21T07:51:24.151Z | Compiling value-bag v1.9.0 |
1636 | 2025-02-21T07:51:24.344Z | Compiling generic-array v0.14.7 |
1637 | 2025-02-21T07:51:24.360Z | Compiling lock_api v0.4.12 |
1638 | 2025-02-21T07:51:24.640Z | Compiling log v0.4.22 |
1639 | 2025-02-21T07:51:24.698Z | Compiling scopeguard v1.2.0 |
1640 | 2025-02-21T07:51:24.862Z | Compiling parking_lot_core v0.9.10 |
1641 | 2025-02-21T07:51:25.028Z | Compiling serde_json v1.0.135 |
1642 | 2025-02-21T07:51:25.248Z | Compiling once_cell v1.20.2 |
1643 | 2025-02-21T07:51:25.267Z | Compiling rustix v0.38.37 |
1644 | 2025-02-21T07:51:25.347Z | Compiling quote v1.0.38 |
1645 | 2025-02-21T07:51:25.368Z | Compiling jobserver v0.1.32 |
1646 | 2025-02-21T07:51:25.515Z | Compiling getrandom v0.2.15 |
1647 | 2025-02-21T07:51:25.811Z | Compiling syn v2.0.96 |
1648 | 2025-02-21T07:51:25.904Z | Compiling cc v1.1.30 |
1649 | 2025-02-21T07:51:25.922Z | Compiling libm v0.2.8 |
1650 | 2025-02-21T07:51:25.940Z | Compiling aho-corasick v1.1.3 |
1651 | 2025-02-21T07:51:25.943Z | Compiling num-traits v0.2.19 |
1652 | 2025-02-21T07:51:25.957Z | Compiling regex-syntax v0.8.5 |
1653 | 2025-02-21T07:51:26.036Z | Compiling thiserror v1.0.69 |
1654 | 2025-02-21T07:51:26.278Z | Compiling either v1.13.0 |
1655 | 2025-02-21T07:51:26.281Z | Compiling itoa v1.0.11 |
1656 | 2025-02-21T07:51:26.539Z | Compiling spin v0.9.8 |
1657 | 2025-02-21T07:51:26.702Z | Compiling slab v0.4.9 |
1658 | 2025-02-21T07:51:26.921Z | Compiling errno v0.3.9 |
1659 | 2025-02-21T07:51:27.179Z | Compiling byteorder v1.5.0 |
1660 | 2025-02-21T07:51:27.319Z | Compiling rand_core v0.6.4 |
1661 | 2025-02-21T07:51:27.710Z | Compiling glob v0.3.2 |
1662 | 2025-02-21T07:51:27.900Z | Compiling prettyplease v0.2.29 |
1663 | 2025-02-21T07:51:28.189Z | Compiling lazy_static v1.5.0 |
1664 | 2025-02-21T07:51:28.444Z | Compiling clang-sys v1.8.1 |
1665 | 2025-02-21T07:51:28.462Z | Compiling minimal-lexical v0.2.1 |
1666 | 2025-02-21T07:51:28.912Z | Compiling nom v7.1.3 |
1667 | 2025-02-21T07:51:28.933Z | Compiling libloading v0.8.5 |
1668 | 2025-02-21T07:51:28.935Z | Compiling bindgen v0.69.5 |
1669 | 2025-02-21T07:51:29.116Z | Compiling smallvec v1.13.2 |
1670 | 2025-02-21T07:51:29.264Z | Compiling subtle v2.6.1 |
1671 | 2025-02-21T07:51:29.393Z | Compiling home v0.5.9 |
1672 | 2025-02-21T07:51:29.540Z | Compiling regex-automata v0.4.8 |
1673 | 2025-02-21T07:51:29.608Z | Compiling itertools v0.12.1 |
1674 | 2025-02-21T07:51:29.712Z | Compiling allocator-api2 v0.2.18 |
1675 | 2025-02-21T07:51:29.932Z | Compiling rustc-hash v1.1.0 |
1676 | 2025-02-21T07:51:30.097Z | Compiling lazycell v1.3.0 |
1677 | 2025-02-21T07:51:30.274Z | Compiling cmake v0.1.51 |
1678 | 2025-02-21T07:51:30.657Z | Compiling semver v1.0.24 |
1679 | 2025-02-21T07:51:31.009Z | Compiling fs_extra v1.3.0 |
1680 | 2025-02-21T07:51:31.131Z | Compiling dunce v1.0.5 |
1681 | 2025-02-21T07:51:31.570Z | Compiling pkg-config v0.3.31 |
1682 | 2025-02-21T07:51:31.721Z | Compiling ring v0.17.8 |
1683 | 2025-02-21T07:51:32.152Z | Compiling cexpr v0.6.0 |
1684 | 2025-02-21T07:51:32.525Z | Compiling ryu v1.0.18 |
1685 | 2025-02-21T07:51:32.635Z | Compiling paste v1.0.15 |
1686 | 2025-02-21T07:51:32.719Z | Compiling pin-project-lite v0.2.14 |
1687 | 2025-02-21T07:51:32.853Z | Compiling fnv v1.0.7 |
1688 | 2025-02-21T07:51:32.870Z | Compiling synstructure v0.13.1 |
1689 | 2025-02-21T07:51:33.203Z | Compiling schemars v0.8.21 |
1690 | 2025-02-21T07:51:33.495Z | Compiling aws-lc-rs v1.10.0 |
1691 | 2025-02-21T07:51:33.571Z | Compiling const-oid v0.9.6 |
1692 | 2025-02-21T07:51:34.082Z | Compiling httparse v1.9.5 |
1693 | 2025-02-21T07:51:34.156Z | Compiling serde_derive_internals v0.29.1 |
1694 | 2025-02-21T07:51:34.696Z | Compiling foldhash v0.1.3 |
1695 | 2025-02-21T07:51:34.713Z | Compiling equivalent v1.0.1 |
1696 | 2025-02-21T07:51:34.844Z | Compiling regex v1.11.1 |
1697 | 2025-02-21T07:51:34.968Z | Compiling hashbrown v0.15.1 |
1698 | 2025-02-21T07:51:35.504Z | Compiling signal-hook-registry v1.4.2 |
1699 | 2025-02-21T07:51:35.781Z | Compiling heck v0.5.0 |
1700 | 2025-02-21T07:51:36.086Z | Compiling parking_lot v0.12.3 |
1701 | 2025-02-21T07:51:36.194Z | Compiling mio v1.0.2 |
1702 | 2025-02-21T07:51:36.292Z | Compiling stable_deref_trait v1.2.0 |
1703 | 2025-02-21T07:51:37.018Z | Compiling serde_derive v1.0.217 |
1704 | 2025-02-21T07:51:37.038Z | Compiling zeroize_derive v1.4.2 |
1705 | 2025-02-21T07:51:37.807Z | Compiling zerocopy-derive v0.7.35 |
1706 | 2025-02-21T07:51:38.087Z | Compiling thiserror-impl v1.0.69 |
1707 | 2025-02-21T07:51:38.105Z | Compiling tokio-macros v2.5.0 |
1708 | 2025-02-21T07:51:38.238Z | Compiling zeroize v1.8.1 |
1709 | 2025-02-21T07:51:38.537Z | Compiling zerofrom-derive v0.1.4 |
1710 | 2025-02-21T07:51:38.685Z | Compiling yoke-derive v0.7.4 |
1711 | 2025-02-21T07:51:38.871Z | Compiling zerovec-derive v0.10.3 |
1712 | 2025-02-21T07:51:39.139Z | Compiling futures-macro v0.3.31 |
1713 | 2025-02-21T07:51:39.446Z | Compiling displaydoc v0.2.5 |
1714 | 2025-02-21T07:51:40.654Z | Compiling zerocopy v0.7.35 |
1715 | 2025-02-21T07:51:40.832Z | Compiling crypto-common v0.1.6 |
1716 | 2025-02-21T07:51:40.916Z | Compiling icu_provider_macros v1.5.0 |
1717 | 2025-02-21T07:51:41.009Z | Compiling tracing-attributes v0.1.27 |
1718 | 2025-02-21T07:51:41.045Z | Compiling schemars_derive v0.8.21 |
1719 | 2025-02-21T07:51:41.114Z | Compiling block-buffer v0.10.4 |
1720 | 2025-02-21T07:51:41.372Z | Compiling digest v0.10.7 |
1721 | 2025-02-21T07:51:41.909Z | Compiling socket2 v0.5.7 |
1722 | 2025-02-21T07:51:42.060Z | Compiling time-core v0.1.2 |
1723 | 2025-02-21T07:51:42.227Z | Compiling num-conv v0.1.0 |
1724 | 2025-02-21T07:51:42.253Z | Compiling futures-core v0.3.31 |
1725 | 2025-02-21T07:51:42.522Z | Compiling crossbeam-utils v0.8.20 |
1726 | 2025-02-21T07:51:42.541Z | Compiling time-macros v0.2.18 |
1727 | 2025-02-21T07:51:43.326Z | Compiling der_derive v0.7.3 |
1728 | 2025-02-21T07:51:43.375Z | Compiling vcpkg v0.2.15 |
1729 | 2025-02-21T07:51:44.691Z | Compiling openssl-sys v0.9.105 |
1730 | 2025-02-21T07:51:45.631Z | Compiling futures-sink v0.3.31 |
1731 | 2025-02-21T07:51:45.707Z | Compiling cpufeatures v0.2.14 |
1732 | 2025-02-21T07:51:45.848Z | Compiling slog v2.7.0 |
1733 | 2025-02-21T07:51:45.968Z | Compiling ahash v0.8.11 |
1734 | 2025-02-21T07:51:46.019Z | Compiling syn v1.0.109 |
1735 | 2025-02-21T07:51:46.299Z | Compiling zerofrom v0.1.4 |
1736 | 2025-02-21T07:51:46.545Z | Compiling iana-time-zone v0.1.61 |
1737 | 2025-02-21T07:51:46.696Z | Compiling yoke v0.7.4 |
1738 | 2025-02-21T07:51:46.976Z | Compiling futures-channel v0.3.31 |
1739 | 2025-02-21T07:51:47.082Z | Compiling scroll_derive v0.12.0 |
1740 | 2025-02-21T07:51:47.085Z | Compiling futures-task v0.3.31 |
1741 | 2025-02-21T07:51:47.254Z | Compiling pin-utils v0.1.0 |
1742 | 2025-02-21T07:51:47.370Z | Compiling ucd-trie v0.1.7 |
1743 | 2025-02-21T07:51:47.389Z | Compiling openssl v0.10.70 |
1744 | 2025-02-21T07:51:47.442Z | Compiling futures-io v0.3.31 |
1745 | 2025-02-21T07:51:47.808Z | Compiling futures-util v0.3.31 |
1746 | 2025-02-21T07:51:47.827Z | Compiling pest v2.7.14 |
1747 | 2025-02-21T07:51:47.846Z | Compiling zerovec v0.10.4 |
1748 | 2025-02-21T07:51:48.698Z | Compiling bitflags v2.6.0 |
1749 | 2025-02-21T07:51:48.776Z | Compiling bytes v1.9.0 |
1750 | 2025-02-21T07:51:50.966Z | Compiling indexmap v2.7.1 |
1751 | 2025-02-21T07:51:51.432Z | Compiling tokio v1.43.0 |
1752 | 2025-02-21T07:51:52.246Z | Compiling serde_tokenstream v0.2.2 |
1753 | 2025-02-21T07:51:52.317Z | Compiling uuid v1.12.0 |
1754 | 2025-02-21T07:51:52.785Z | Compiling http v1.2.0 |
1755 | 2025-02-21T07:51:53.640Z | Compiling which v4.4.2 |
1756 | 2025-02-21T07:51:53.695Z | Compiling chrono v0.4.39 |
1757 | 2025-02-21T07:51:53.837Z | Compiling rustc_version v0.4.1 |
1758 | 2025-02-21T07:51:55.449Z | Compiling hmac v0.12.1 |
1759 | 2025-02-21T07:51:57.462Z | Compiling pest_meta v2.7.14 |
1760 | 2025-02-21T07:51:59.561Z | Compiling block-padding v0.3.3 |
1761 | 2025-02-21T07:51:59.814Z | Compiling openssl-macros v0.1.1 |
1762 | 2025-02-21T07:52:00.553Z | Compiling rustls v0.23.19 |
1763 | 2025-02-21T07:52:00.909Z | Compiling native-tls v0.2.12 |
1764 | 2025-02-21T07:52:00.966Z | Compiling inout v0.1.3 |
1765 | 2025-02-21T07:52:01.023Z | Compiling pest_generator v2.7.14 |
1766 | 2025-02-21T07:52:01.218Z | Compiling tinystr v0.7.6 |
1767 | 2025-02-21T07:52:01.640Z | Compiling toml_datetime v0.6.8 |
1768 | 2025-02-21T07:52:01.672Z | Compiling serde_spanned v0.6.8 |
1769 | 2025-02-21T07:52:01.844Z | Compiling tracing-core v0.1.32 |
1770 | 2025-02-21T07:52:01.926Z | Compiling writeable v0.5.5 |
1771 | 2025-02-21T07:52:01.929Z | Compiling litemap v0.7.3 |
1772 | 2025-02-21T07:52:02.056Z | Compiling strsim v0.11.1 |
1773 | 2025-02-21T07:52:02.421Z | Compiling dyn-clone v1.0.17 |
1774 | 2025-02-21T07:52:02.680Z | Compiling tracing v0.1.40 |
1775 | 2025-02-21T07:52:02.683Z | Compiling pest_derive v2.7.14 |
1776 | 2025-02-21T07:52:03.478Z | Compiling icu_locid v1.5.0 |
1777 | 2025-02-21T07:52:03.692Z | Compiling cipher v0.4.4 |
1778 | 2025-02-21T07:52:04.034Z | Compiling sha2 v0.10.8 |
1779 | 2025-02-21T07:52:04.129Z | Compiling usdt-impl v0.5.0 |
1780 | 2025-02-21T07:52:04.522Z | Compiling cookie v0.18.1 |
1781 | 2025-02-21T07:52:04.713Z | Compiling base64ct v1.6.0 |
1782 | 2025-02-21T07:52:05.272Z | Compiling pem-rfc7468 v0.7.0 |
1783 | 2025-02-21T07:52:05.306Z | Compiling icu_provider v1.5.0 |
1784 | 2025-02-21T07:52:05.792Z | Compiling aws-lc-sys v0.22.0 |
1785 | 2025-02-21T07:52:06.751Z | Compiling scroll v0.12.0 |
1786 | 2025-02-21T07:52:07.392Z | Compiling ppv-lite86 v0.2.20 |
1787 | 2025-02-21T07:52:07.441Z | Compiling async-trait v0.1.86 |
1788 | 2025-02-21T07:52:08.141Z | Compiling flagset v0.4.6 |
1789 | 2025-02-21T07:52:09.495Z | Compiling camino v1.1.9 |
1790 | 2025-02-21T07:52:10.040Z | Compiling icu_locid_transform_data v1.5.0 |
1791 | 2025-02-21T07:52:10.163Z | Compiling percent-encoding v2.3.1 |
1792 | 2025-02-21T07:52:10.446Z | Compiling plain v0.2.3 |
1793 | 2025-02-21T07:52:10.617Z | Compiling anyhow v1.0.95 |
1794 | 2025-02-21T07:52:10.656Z | Compiling rustls-pki-types v1.10.0 |
1795 | 2025-02-21T07:52:11.236Z | Compiling icu_locid_transform v1.5.0 |
1796 | 2025-02-21T07:52:12.240Z | Compiling goblin v0.8.2 |
1797 | 2025-02-21T07:52:13.109Z | Compiling der v0.7.9 |
1798 | 2025-02-21T07:52:14.200Z | Compiling rand_chacha v0.3.1 |
1799 | 2025-02-21T07:52:15.634Z | Compiling tokio-util v0.7.12 |
1800 | 2025-02-21T07:52:15.698Z | Compiling icu_collections v1.5.0 |
1801 | 2025-02-21T07:52:17.873Z | Compiling untrusted v0.7.1 |
1802 | 2025-02-21T07:52:18.078Z | Compiling mirai-annotations v1.12.0 |
1803 | 2025-02-21T07:52:18.223Z | Compiling powerfmt v0.2.0 |
1804 | 2025-02-21T07:52:18.277Z | Compiling rayon-core v1.12.1 |
1805 | 2025-02-21T07:52:18.306Z | Compiling rustls v0.22.4 |
1806 | 2025-02-21T07:52:18.600Z | Compiling pretty-hex v0.4.1 |
1807 | 2025-02-21T07:52:18.625Z | Compiling untrusted v0.9.0 |
1808 | 2025-02-21T07:52:18.710Z | Compiling icu_properties_data v1.5.0 |
1809 | 2025-02-21T07:52:18.890Z | Compiling dof v0.3.0 |
1810 | 2025-02-21T07:52:18.982Z | Compiling icu_properties v1.5.1 |
1811 | 2025-02-21T07:52:19.608Z | Compiling deranged v0.3.11 |
1812 | 2025-02-21T07:52:20.345Z | Compiling spki v0.7.3 |
1813 | 2025-02-21T07:52:20.704Z | Compiling rand v0.8.5 |
1814 | 2025-02-21T07:52:20.938Z | Compiling salsa20 v0.10.2 |
1815 | 2025-02-21T07:52:21.190Z | Compiling dtrace-parser v0.2.0 |
1816 | 2025-02-21T07:52:22.158Z | Compiling pbkdf2 v0.12.2 |
1817 | 2025-02-21T07:52:22.692Z | Compiling thread-id v4.2.2 |
1818 | 2025-02-21T07:52:22.775Z | Compiling icu_normalizer_data v1.5.0 |
1819 | 2025-02-21T07:52:22.816Z | Compiling utf8_iter v1.0.4 |
1820 | 2025-02-21T07:52:23.116Z | Compiling utf16_iter v1.0.5 |
1821 | 2025-02-21T07:52:23.164Z | Compiling atomic-waker v1.1.2 |
1822 | 2025-02-21T07:52:23.267Z | Compiling num_threads v0.1.7 |
1823 | 2025-02-21T07:52:23.320Z | Compiling write16 v1.0.0 |
1824 | 2025-02-21T07:52:23.634Z | Compiling litrs v0.4.1 |
1825 | 2025-02-21T07:52:23.792Z | Compiling winnow v0.5.40 |
1826 | 2025-02-21T07:52:24.613Z | Compiling document-features v0.2.10 |
1827 | 2025-02-21T07:52:25.138Z | Compiling icu_normalizer v1.5.0 |
1828 | 2025-02-21T07:52:25.634Z | Compiling time v0.3.36 |
1829 | 2025-02-21T07:52:27.221Z | Compiling toml_edit v0.19.15 |
1830 | 2025-02-21T07:52:27.768Z | Compiling scrypt v0.11.0 |
1831 | 2025-02-21T07:52:28.119Z | Compiling form_urlencoded v1.2.1 |
1832 | 2025-02-21T07:52:28.243Z | Compiling cbc v0.1.2 |
1833 | 2025-02-21T07:52:28.292Z | Compiling aes v0.8.4 |
1834 | 2025-02-21T07:52:28.481Z | Compiling http-body v1.0.1 |
1835 | 2025-02-21T07:52:28.743Z | Compiling multer v3.1.0 |
1836 | 2025-02-21T07:52:29.085Z | Compiling tinyvec_macros v0.1.1 |
1837 | 2025-02-21T07:52:29.195Z | Compiling rustversion v1.0.17 |
1838 | 2025-02-21T07:52:29.367Z | Compiling slog-async v2.8.0 |
1839 | 2025-02-21T07:52:29.804Z | Compiling try-lock v0.2.5 |
1840 | 2025-02-21T07:52:30.039Z | Compiling want v0.3.1 |
1841 | 2025-02-21T07:52:30.430Z | Compiling tinyvec v1.8.0 |
1842 | 2025-02-21T07:52:30.656Z | Compiling pkcs5 v0.7.1 |
1843 | 2025-02-21T07:52:31.916Z | Compiling idna_adapter v1.2.0 |
1844 | 2025-02-21T07:52:32.240Z | Compiling h2 v0.4.6 |
1845 | 2025-02-21T07:52:32.710Z | Compiling heapless v0.7.17 |
1846 | 2025-02-21T07:52:33.377Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1847 | 2025-02-21T07:52:33.663Z | Compiling signal-hook v0.3.17 |
1848 | 2025-02-21T07:52:33.781Z | Compiling httpdate v1.0.3 |
1849 | 2025-02-21T07:52:34.676Z | Compiling idna v1.0.3 |
1850 | 2025-02-21T07:52:36.084Z | Compiling pkcs8 v0.10.2 |
1851 | 2025-02-21T07:52:37.288Z | Compiling usdt-macro v0.5.0 |
1852 | 2025-02-21T07:52:37.519Z | Compiling usdt-attr-macro v0.5.0 |
1853 | 2025-02-21T07:52:38.640Z | Compiling async-stream-impl v0.3.6 |
1854 | 2025-02-21T07:52:38.916Z | Compiling adler2 v2.0.0 |
1855 | 2025-02-21T07:52:38.934Z | Compiling base64 v0.22.1 |
1856 | 2025-02-21T07:52:39.200Z | Compiling tower-service v0.3.3 |
1857 | 2025-02-21T07:52:40.002Z | Compiling miniz_oxide v0.8.0 |
1858 | 2025-02-21T07:52:40.730Z | Compiling hyper v1.5.2 |
1859 | 2025-02-21T07:52:43.423Z | Compiling curve25519-dalek v4.1.3 |
1860 | 2025-02-21T07:52:43.456Z | Compiling openapiv3 v2.0.0 |
1861 | 2025-02-21T07:52:43.857Z | Compiling hyper-util v0.1.10 |
1862 | 2025-02-21T07:52:46.913Z | Compiling enum-as-inner v0.6.1 |
1863 | 2025-02-21T07:52:47.817Z | Compiling memoffset v0.9.1 |
1864 | 2025-02-21T07:52:47.921Z | Compiling dropshot v0.12.0 |
1865 | 2025-02-21T07:52:48.176Z | Compiling foreign-types-shared v0.1.1 |
1866 | 2025-02-21T07:52:48.419Z | Compiling match_cfg v0.1.0 |
1867 | 2025-02-21T07:52:48.527Z | Compiling smoltcp v0.9.1 |
1868 | 2025-02-21T07:52:48.667Z | Compiling portable-atomic v1.9.0 |
1869 | 2025-02-21T07:52:48.975Z | Compiling num-bigint-dig v0.8.4 |
1870 | 2025-02-21T07:52:49.122Z | Compiling newtype-uuid v1.2.1 |
1871 | 2025-02-21T07:52:49.428Z | Compiling hostname v0.3.1 |
1872 | 2025-02-21T07:52:49.454Z | Compiling foreign-types v0.3.2 |
1873 | 2025-02-21T07:52:50.640Z | Compiling url v2.5.3 |
1874 | 2025-02-21T07:52:52.541Z | Compiling http-body-util v0.1.2 |
1875 | 2025-02-21T07:52:53.304Z | Compiling dirs-sys-next v0.1.2 |
1876 | 2025-02-21T07:52:53.337Z | Compiling encoding_rs v0.8.34 |
1877 | 2025-02-21T07:52:53.393Z | Compiling gimli v0.31.1 |
1878 | 2025-02-21T07:52:53.758Z | Compiling data-encoding v2.6.0 |
1879 | 2025-02-21T07:52:55.144Z | Compiling heck v0.4.1 |
1880 | 2025-02-21T07:52:55.531Z | Compiling mime v0.3.17 |
1881 | 2025-02-21T07:52:56.266Z | Compiling ident_case v1.0.1 |
1882 | 2025-02-21T07:52:56.474Z | Compiling cfg_aliases v0.2.1 |
1883 | 2025-02-21T07:52:56.574Z | Compiling siphasher v0.3.11 |
1884 | 2025-02-21T07:52:56.595Z | Compiling nix v0.29.0 |
1885 | 2025-02-21T07:52:56.955Z | Compiling darling_core v0.20.10 |
1886 | 2025-02-21T07:52:57.194Z | Compiling dirs-next v2.0.0 |
1887 | 2025-02-21T07:52:58.226Z | Compiling addr2line v0.24.2 |
1888 | 2025-02-21T07:53:02.233Z | Compiling unicode-normalization v0.1.24 |
1889 | 2025-02-21T07:53:03.222Z | Compiling serde_urlencoded v0.7.1 |
1890 | 2025-02-21T07:53:03.289Z | Compiling crossbeam-epoch v0.9.18 |
1891 | 2025-02-21T07:53:03.819Z | Compiling rustls-pemfile v2.2.0 |
1892 | 2025-02-21T07:53:03.937Z | Compiling hubpack_derive v0.1.1 |
1893 | 2025-02-21T07:53:04.289Z | Compiling dropshot_endpoint v0.12.0 |
1894 | 2025-02-21T07:53:04.699Z | Compiling sha1 v0.10.6 |
1895 | 2025-02-21T07:53:04.756Z | Compiling signature v2.2.0 |
1896 | 2025-02-21T07:53:04.775Z | Compiling zerocopy-derive v0.6.6 |
1897 | 2025-02-21T07:53:04.988Z | Compiling curve25519-dalek-derive v0.1.1 |
1898 | 2025-02-21T07:53:06.300Z | Compiling object v0.36.5 |
1899 | 2025-02-21T07:53:06.509Z | Compiling thread_local v1.1.8 |
1900 | 2025-02-21T07:53:06.956Z | Compiling fs-err v2.11.0 |
1901 | 2025-02-21T07:53:07.917Z | Compiling openssl-probe v0.1.5 |
1902 | 2025-02-21T07:53:08.399Z | Compiling anstyle v1.0.10 |
1903 | 2025-02-21T07:53:09.250Z | Compiling ipnet v2.10.1 |
1904 | 2025-02-21T07:53:10.462Z | Compiling utf8parse v0.2.2 |
1905 | 2025-02-21T07:53:11.133Z | Compiling unicode-bidi v0.3.17 |
1906 | 2025-02-21T07:53:14.019Z | Compiling unicode-properties v0.1.3 |
1907 | 2025-02-21T07:53:14.462Z | Compiling rustc-demangle v0.1.24 |
1908 | 2025-02-21T07:53:14.853Z | Compiling winnow v0.6.20 |
1909 | 2025-02-21T07:53:18.261Z | Compiling rustls-webpki v0.102.8 |
1910 | 2025-02-21T07:53:18.340Z | Compiling toml_edit v0.22.22 |
1911 | 2025-02-21T07:53:18.704Z | Compiling backtrace v0.3.74 |
1912 | 2025-02-21T07:53:18.735Z | Compiling stringprep v0.1.5 |
1913 | 2025-02-21T07:53:24.622Z | Compiling anstyle-parse v0.2.5 |
1914 | 2025-02-21T07:53:28.664Z | Compiling crossbeam-deque v0.8.5 |
1915 | 2025-02-21T07:53:28.742Z | Compiling darling_macro v0.20.10 |
1916 | 2025-02-21T07:53:29.032Z | Compiling term v0.7.0 |
1917 | 2025-02-21T07:53:29.163Z | Compiling slog-json v2.6.1 |
1918 | 2025-02-21T07:53:30.201Z | Compiling crossbeam-channel v0.5.13 |
1919 | 2025-02-21T07:53:30.559Z | Compiling hashbrown v0.14.5 |
1920 | 2025-02-21T07:53:31.318Z | Compiling futures-executor v0.3.31 |
1921 | 2025-02-21T07:53:31.673Z | Compiling num-integer v0.1.46 |
1922 | 2025-02-21T07:53:31.722Z | Compiling md-5 v0.10.6 |
1923 | 2025-02-21T07:53:31.741Z | Compiling ff v0.13.0 |
1924 | 2025-02-21T07:53:31.972Z | Compiling hash32 v0.2.1 |
1925 | 2025-02-21T07:53:31.972Z | Compiling is-terminal v0.4.13 |
1926 | 2025-02-21T07:53:32.012Z | Compiling memmap v0.7.0 |
1927 | 2025-02-21T07:53:32.155Z | Compiling psl-types v2.0.11 |
1928 | 2025-02-21T07:53:32.334Z | Compiling take_mut v0.2.2 |
1929 | 2025-02-21T07:53:32.354Z | Compiling quick-error v1.2.3 |
1930 | 2025-02-21T07:53:32.407Z | Compiling anstyle-query v1.1.1 |
1931 | 2025-02-21T07:53:32.514Z | Compiling fallible-iterator v0.2.0 |
1932 | 2025-02-21T07:53:32.532Z | Compiling utf-8 v0.7.6 |
1933 | 2025-02-21T07:53:32.578Z | Compiling colorchoice v1.0.2 |
1934 | 2025-02-21T07:53:32.596Z | Compiling is_terminal_polyfill v1.70.1 |
1935 | 2025-02-21T07:53:32.758Z | Compiling base16ct v0.2.0 |
1936 | 2025-02-21T07:53:32.826Z | Compiling linked-hash-map v0.5.6 |
1937 | 2025-02-21T07:53:33.056Z | Compiling sec1 v0.7.3 |
1938 | 2025-02-21T07:53:33.149Z | Compiling lru-cache v0.1.2 |
1939 | 2025-02-21T07:53:33.182Z | Compiling postgres-protocol v0.6.7 |
1940 | 2025-02-21T07:53:33.352Z | Compiling tungstenite v0.24.0 |
1941 | 2025-02-21T07:53:33.525Z | Compiling anstream v0.6.15 |
1942 | 2025-02-21T07:53:33.545Z | Compiling publicsuffix v2.3.0 |
1943 | 2025-02-21T07:53:33.847Z | Compiling resolv-conf v0.7.0 |
1944 | 2025-02-21T07:53:34.610Z | Compiling usdt v0.5.0 |
1945 | 2025-02-21T07:53:34.971Z | Compiling num-iter v0.1.45 |
1946 | 2025-02-21T07:53:35.061Z | Compiling slog-term v2.9.1 |
1947 | 2025-02-21T07:53:35.091Z | Compiling group v0.13.0 |
1948 | 2025-02-21T07:53:35.160Z | Compiling regress v0.10.1 |
1949 | 2025-02-21T07:53:35.413Z | Compiling futures v0.3.31 |
1950 | 2025-02-21T07:53:38.560Z | Compiling darling v0.20.10 |
1951 | 2025-02-21T07:53:38.859Z | Compiling slog-bunyan v2.5.0 |
1952 | 2025-02-21T07:53:39.081Z | Compiling tokio-native-tls v0.3.1 |
1953 | 2025-02-21T07:53:39.432Z | Compiling tokio-rustls v0.26.0 |
1954 | 2025-02-21T07:53:39.615Z | Compiling tokio-rustls v0.25.0 |
1955 | 2025-02-21T07:53:39.685Z | Compiling toml v0.8.19 |
1956 | 2025-02-21T07:53:39.875Z | Compiling hickory-proto v0.24.3 |
1957 | 2025-02-21T07:53:40.029Z | Compiling phf_shared v0.11.2 |
1958 | 2025-02-21T07:53:40.344Z | Compiling strum_macros v0.25.3 |
1959 | 2025-02-21T07:53:40.768Z | Compiling async-stream v0.3.6 |
1960 | 2025-02-21T07:53:40.856Z | Compiling waitgroup v0.1.2 |
1961 | 2025-02-21T07:53:40.981Z | Compiling webpki-roots v0.26.6 |
1962 | 2025-02-21T07:53:41.258Z | Compiling hkdf v0.12.4 |
1963 | 2025-02-21T07:53:41.287Z | Compiling terminal_size v0.4.0 |
1964 | 2025-02-21T07:53:41.460Z | Compiling serde_path_to_error v0.1.16 |
1965 | 2025-02-21T07:53:41.528Z | Compiling crypto-bigint v0.5.5 |
1966 | 2025-02-21T07:53:42.130Z | Compiling serde_repr v0.1.19 |
1967 | 2025-02-21T07:53:42.215Z | Compiling clap_derive v4.5.24 |
1968 | 2025-02-21T07:53:43.215Z | Compiling derive-where v1.2.7 |
1969 | 2025-02-21T07:53:43.380Z | Compiling hostname v0.4.0 |
1970 | 2025-02-21T07:53:43.584Z | Compiling crc32fast v1.4.2 |
1971 | 2025-02-21T07:53:43.901Z | Compiling bitflags v1.3.2 |
1972 | 2025-02-21T07:53:44.349Z | Compiling debug-ignore v1.0.5 |
1973 | 2025-02-21T07:53:44.525Z | Compiling managed v0.8.0 |
1974 | 2025-02-21T07:53:44.810Z | Compiling clap_lex v0.7.4 |
1975 | 2025-02-21T07:53:44.963Z | Compiling unicode-width v0.2.0 |
1976 | 2025-02-21T07:53:45.427Z | Compiling console v0.15.10 |
1977 | 2025-02-21T07:53:45.493Z | Compiling hickory-resolver v0.24.3 |
1978 | 2025-02-21T07:53:46.011Z | Compiling clap_builder v4.5.27 |
1979 | 2025-02-21T07:53:48.125Z | Compiling elliptic-curve v0.13.8 |
1980 | 2025-02-21T07:53:49.481Z | Compiling flate2 v1.0.35 |
1981 | 2025-02-21T07:53:50.969Z | Compiling hyper-rustls v0.27.3 |
1982 | 2025-02-21T07:53:53.057Z | Compiling phf v0.11.2 |
1983 | 2025-02-21T07:53:53.347Z | Compiling hyper-tls v0.6.0 |
1984 | 2025-02-21T07:53:53.742Z | Compiling signal-hook-mio v0.2.4 |
1985 | 2025-02-21T07:53:53.801Z | Compiling typify-impl v0.2.0 |
1986 | 2025-02-21T07:53:53.819Z | Compiling rayon v1.10.0 |
1987 | 2025-02-21T07:53:53.835Z | Compiling bzip2 v0.4.4 |
1988 | 2025-02-21T07:53:53.912Z | Compiling cookie_store v0.21.1 |
1989 | 2025-02-21T07:53:54.418Z | Compiling tokio-tungstenite v0.24.0 |
1990 | 2025-02-21T07:53:54.967Z | Compiling postgres-types v0.2.8 |
1991 | 2025-02-21T07:53:56.330Z | Compiling zerocopy v0.6.6 |
1992 | 2025-02-21T07:53:57.101Z | Compiling ed25519 v2.2.3 |
1993 | 2025-02-21T07:53:57.550Z | Compiling hubpack v0.1.2 |
1994 | 2025-02-21T07:53:57.981Z | Compiling phf_shared v0.10.0 |
1995 | 2025-02-21T07:53:58.029Z | Compiling pkcs1 v0.7.5 |
1996 | 2025-02-21T07:53:58.353Z | Compiling tokio-stream v0.1.16 |
1997 | 2025-02-21T07:53:58.403Z | Compiling ipnetwork v0.21.1 |
1998 | 2025-02-21T07:53:59.277Z | Compiling rfc6979 v0.4.0 |
1999 | 2025-02-21T07:53:59.410Z | Compiling serde-big-array v0.5.1 |
2000 | 2025-02-21T07:53:59.481Z | Compiling float-cmp v0.10.0 |
2001 | 2025-02-21T07:53:59.537Z | Compiling sync_wrapper v1.0.1 |
2002 | 2025-02-21T07:53:59.708Z | Compiling bstr v1.10.0 |
2003 | 2025-02-21T07:53:59.845Z | Compiling difflib v0.4.0 |
2004 | 2025-02-21T07:54:00.742Z | Compiling number_prefix v0.4.0 |
2005 | 2025-02-21T07:54:00.982Z | Compiling precomputed-hash v0.1.1 |
2006 | 2025-02-21T07:54:01.002Z | Compiling static_assertions v1.1.0 |
2007 | 2025-02-21T07:54:01.117Z | Compiling bit-vec v0.6.3 |
2008 | 2025-02-21T07:54:01.120Z | Compiling predicates-core v1.0.8 |
2009 | 2025-02-21T07:54:01.458Z | Compiling new_debug_unreachable v1.0.6 |
2010 | 2025-02-21T07:54:01.578Z | Compiling unicode-segmentation v1.12.0 |
2011 | 2025-02-21T07:54:01.703Z | Compiling normalize-line-endings v0.3.0 |
2012 | 2025-02-21T07:54:01.770Z | Compiling fixedbitset v0.4.2 |
2013 | 2025-02-21T07:54:01.854Z | Compiling whoami v1.5.2 |
2014 | 2025-02-21T07:54:02.026Z | Compiling predicates v3.1.3 |
2015 | 2025-02-21T07:54:02.165Z | Compiling petgraph v0.6.5 |
2016 | 2025-02-21T07:54:02.367Z | Compiling similar v2.6.0 |
2017 | 2025-02-21T07:54:02.403Z | Compiling tokio-postgres v0.7.12 |
2018 | 2025-02-21T07:54:03.531Z | Compiling typify-macro v0.2.0 |
2019 | 2025-02-21T07:54:04.566Z | Compiling string_cache v0.8.7 |
2020 | 2025-02-21T07:54:04.958Z | Compiling bit-set v0.5.3 |
2021 | 2025-02-21T07:54:05.258Z | Compiling reqwest v0.12.9 |
2022 | 2025-02-21T07:54:05.638Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2023 | 2025-02-21T07:54:05.968Z | Compiling indicatif v0.17.11 |
2024 | 2025-02-21T07:54:07.513Z | Compiling ecdsa v0.16.9 |
2025 | 2025-02-21T07:54:07.606Z | Compiling qorb v0.2.1 |
2026 | 2025-02-21T07:54:08.750Z | Compiling rsa v0.9.6 |
2027 | 2025-02-21T07:54:10.208Z | Compiling ed25519-dalek v2.1.1 |
2028 | 2025-02-21T07:54:11.408Z | Compiling zip v0.6.6 |
2029 | 2025-02-21T07:54:11.536Z | Compiling crossterm v0.28.1 |
2030 | 2025-02-21T07:54:11.750Z | Compiling clap v4.5.27 |
2031 | 2025-02-21T07:54:12.672Z | Compiling toml v0.7.8 |
2032 | 2025-02-21T07:54:13.385Z | Compiling x509-cert v0.2.5 |
2033 | 2025-02-21T07:54:14.485Z | Compiling hex v0.4.3 |
2034 | 2025-02-21T07:54:15.239Z | Compiling itertools v0.10.5 |
2035 | 2025-02-21T07:54:15.886Z | Compiling unicode-xid v0.2.6 |
2036 | 2025-02-21T07:54:15.905Z | Compiling peg-runtime v0.8.3 |
2037 | 2025-02-21T07:54:16.094Z | Compiling lalrpop-util v0.19.12 |
2038 | 2025-02-21T07:54:16.395Z | Compiling zerocopy v0.8.10 |
2039 | 2025-02-21T07:54:17.726Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2040 | 2025-02-21T07:54:22.323Z | Compiling proc-macro-crate v1.3.1 |
2041 | 2025-02-21T07:54:23.095Z | Compiling macaddr v1.0.1 |
2042 | 2025-02-21T07:54:23.461Z | Compiling zerocopy-derive v0.8.10 |
2043 | 2025-02-21T07:54:23.688Z | Compiling itertools v0.13.0 |
2044 | 2025-02-21T07:54:25.044Z | Compiling heapless v0.8.0 |
2045 | 2025-02-21T07:54:26.647Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2046 | 2025-02-21T07:54:32.050Z | Compiling num_enum_derive v0.5.11 |
2047 | 2025-02-21T07:54:37.441Z | Compiling hash32 v0.3.1 |
2048 | 2025-02-21T07:54:39.138Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2049 | 2025-02-21T07:54:39.807Z | Compiling smoltcp v0.11.0 |
2050 | 2025-02-21T07:54:44.722Z | Compiling num_enum v0.5.11 |
2051 | 2025-02-21T07:54:45.298Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2052 | 2025-02-21T07:54:46.348Z | Compiling typify v0.2.0 |
2053 | 2025-02-21T07:54:46.353Z | Compiling oxnet v0.1.0 |
2054 | 2025-02-21T07:54:47.202Z | Compiling proc-macro-error-attr v1.0.4 |
2055 | 2025-02-21T07:54:47.280Z | Compiling thiserror v2.0.11 |
2056 | 2025-02-21T07:54:47.556Z | Compiling unsafe-libyaml v0.2.11 |
2057 | 2025-02-21T07:54:47.870Z | Compiling cobs v0.2.3 |
2058 | 2025-02-21T07:54:48.312Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2059 | 2025-02-21T07:54:49.364Z | Compiling serde_yaml v0.9.34+deprecated |
2060 | 2025-02-21T07:54:51.043Z | Compiling postcard v1.0.10 |
2061 | 2025-02-21T07:55:02.758Z | Compiling progenitor-impl v0.8.0 |
2062 | 2025-02-21T07:55:05.829Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2063 | 2025-02-21T07:55:15.282Z | Compiling strum_macros v0.26.4 |
2064 | 2025-02-21T07:55:16.580Z | Compiling thiserror-impl v2.0.11 |
2065 | 2025-02-21T07:55:16.684Z | Compiling foreign-types-macros v0.2.3 |
2066 | 2025-02-21T07:55:16.859Z | Compiling structmeta-derive v0.3.0 |
2067 | 2025-02-21T07:55:17.194Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2068 | 2025-02-21T07:55:17.410Z | Compiling proc-macro-error v1.0.4 |
2069 | 2025-02-21T07:55:17.855Z | Compiling foreign-types-shared v0.3.1 |
2070 | 2025-02-21T07:55:18.407Z | Compiling unicode-width v0.1.14 |
2071 | 2025-02-21T07:55:18.928Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2072 | 2025-02-21T07:55:20.210Z | Compiling strum v0.26.3 |
2073 | 2025-02-21T07:55:20.279Z | Compiling structmeta v0.3.0 |
2074 | 2025-02-21T07:55:20.442Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2075 | 2025-02-21T07:55:20.663Z | Compiling tabwriter v1.4.0 |
2076 | 2025-02-21T07:55:23.333Z | Compiling foreign-types v0.5.0 |
2077 | 2025-02-21T07:55:31.943Z | Compiling progenitor-macro v0.8.0 |
2078 | 2025-02-21T07:55:32.971Z | Compiling progenitor-client v0.8.0 |
2079 | 2025-02-21T07:55:34.076Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2080 | 2025-02-21T07:55:34.876Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2081 | 2025-02-21T07:55:35.770Z | Compiling daft-derive v0.1.1 |
2082 | 2025-02-21T07:55:36.521Z | Compiling cstr-argument v0.1.2 |
2083 | 2025-02-21T07:55:36.819Z | Compiling dropshot v0.15.1 |
2084 | 2025-02-21T07:55:37.194Z | Compiling crucible-workspace-hack v0.1.0 |
2085 | 2025-02-21T07:55:37.526Z | Compiling fastrand v2.1.1 |
2086 | 2025-02-21T07:55:37.605Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2087 | 2025-02-21T07:55:37.947Z | Compiling pretty-hex v0.2.1 |
2088 | 2025-02-21T07:55:38.199Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2089 | 2025-02-21T07:55:38.673Z | Compiling tempfile v3.13.0 |
2090 | 2025-02-21T07:55:38.774Z | Compiling daft v0.1.1 |
2091 | 2025-02-21T07:55:39.350Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2092 | 2025-02-21T07:55:39.713Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2093 | 2025-02-21T07:55:40.241Z | Compiling parse-display-derive v0.10.0 |
2094 | 2025-02-21T07:55:40.321Z | Compiling colored v2.1.0 |
2095 | 2025-02-21T07:55:40.566Z | Compiling serde_with_macros v3.11.0 |
2096 | 2025-02-21T07:55:41.500Z | Compiling dropshot_endpoint v0.15.1 |
2097 | 2025-02-21T07:55:42.170Z | Compiling progenitor v0.8.0 |
2098 | 2025-02-21T07:55:42.421Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2099 | 2025-02-21T07:55:42.940Z | Compiling instant v0.1.13 |
2100 | 2025-02-21T07:55:43.140Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2101 | 2025-02-21T07:55:43.143Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2102 | 2025-02-21T07:55:43.382Z | Compiling backoff v0.4.0 |
2103 | 2025-02-21T07:55:43.558Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2104 | 2025-02-21T07:55:43.671Z | Compiling parse-display v0.10.0 |
2105 | 2025-02-21T07:55:43.757Z | Compiling serde_with v3.11.0 |
2106 | 2025-02-21T07:55:44.881Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2107 | 2025-02-21T07:55:45.613Z | Compiling zone_cfg_derive v0.3.0 |
2108 | 2025-02-21T07:55:46.538Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2109 | 2025-02-21T07:55:46.930Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2110 | 2025-02-21T07:55:47.272Z | Compiling camino-tempfile v1.1.1 |
2111 | 2025-02-21T07:55:47.706Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2112 | 2025-02-21T07:55:47.802Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2113 | 2025-02-21T07:55:48.015Z | Compiling regress v0.9.1 |
2114 | 2025-02-21T07:55:48.065Z | Compiling progenitor-client v0.9.1 |
2115 | 2025-02-21T07:55:48.136Z | Compiling num-derive v0.4.2 |
2116 | 2025-02-21T07:55:49.020Z | Compiling sigpipe v0.1.3 |
2117 | 2025-02-21T07:55:49.179Z | Compiling libefi-sys v0.1.0 |
2118 | 2025-02-21T07:55:49.524Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2119 | 2025-02-21T07:55:49.927Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2120 | 2025-02-21T07:55:50.309Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2121 | 2025-02-21T07:55:51.875Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2122 | 2025-02-21T07:55:52.422Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2123 | 2025-02-21T07:55:53.068Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2124 | 2025-02-21T07:55:54.732Z | Compiling zone v0.3.0 |
2125 | 2025-02-21T07:55:56.401Z | Compiling smf v0.2.3 |
2126 | 2025-02-21T07:55:57.015Z | Compiling bitfield-struct v0.6.2 |
2127 | 2025-02-21T07:55:58.110Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2128 | 2025-02-21T07:55:58.365Z | Compiling blake3 v1.5.4 |
2129 | 2025-02-21T07:55:58.660Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2130 | 2025-02-21T07:55:59.371Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2131 | 2025-02-21T07:55:59.405Z | Compiling xattr v1.3.1 |
2132 | 2025-02-21T07:55:59.651Z | Compiling memmap2 v0.9.5 |
2133 | 2025-02-21T07:55:59.737Z | Compiling filetime v0.2.25 |
2134 | 2025-02-21T07:55:59.870Z | Compiling arrayvec v0.7.6 |
2135 | 2025-02-21T07:56:00.110Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2136 | 2025-02-21T07:56:00.203Z | Compiling arrayref v0.3.9 |
2137 | 2025-02-21T07:56:00.254Z | Compiling same-file v1.0.6 |
2138 | 2025-02-21T07:56:00.333Z | Compiling constant_time_eq v0.3.1 |
2139 | 2025-02-21T07:56:00.351Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2140 | 2025-02-21T07:56:00.457Z | Compiling walkdir v2.5.0 |
2141 | 2025-02-21T07:56:00.569Z | Compiling tar v0.4.42 |
2142 | 2025-02-21T07:56:02.059Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2143 | 2025-02-21T07:56:02.511Z | Compiling gethostname v0.5.0 |
2144 | 2025-02-21T07:56:02.679Z | Compiling cargo-platform v0.1.8 |
2145 | 2025-02-21T07:56:02.740Z | Compiling topological-sort v0.2.2 |
2146 | 2025-02-21T07:56:03.004Z | Compiling omicron-zone-package v0.12.0 |
2147 | 2025-02-21T07:56:03.023Z | Compiling indent_write v2.2.0 |
2148 | 2025-02-21T07:56:03.042Z | Compiling cargo_metadata v0.18.1 |
2149 | 2025-02-21T07:56:03.278Z | Compiling shell-words v1.1.0 |
2150 | 2025-02-21T07:56:10.549Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2151 | 2025-02-21T07:56:12.726Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2152 | 2025-02-21T07:56:16.252Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2153 | 2025-02-21T07:56:31.478Z | Finished `release` profile [optimized] target(s) in 5m 08s |
2154 | 2025-02-21T07:56:31.647Z | Running `target/release/omicron-package -t test target create -p dev` |
2155 | 2025-02-21T07:56:31.696Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2156 | 2025-02-21T07:56:31.699Z | Created new build target 'test' and set it as active |
2157 | 2025-02-21T07:56:31.699Z | |
2158 | 2025-02-21T07:56:31.699Z | real 5:09.096926972 |
2159 | 2025-02-21T07:56:31.699Z | user 35:59.706140949 |
2160 | 2025-02-21T07:56:31.699Z | sys 3:26.343027693 |
2161 | 2025-02-21T07:56:31.699Z | trap 1.116321866 |
2162 | 2025-02-21T07:56:31.699Z | tflt 1.624232881 |
2163 | 2025-02-21T07:56:31.699Z | dflt 0.869328211 |
2164 | 2025-02-21T07:56:31.699Z | kflt 0.000189406 |
2165 | 2025-02-21T07:56:31.699Z | lock 1:11:05.480695407 |
2166 | 2025-02-21T07:56:31.699Z | slp 2:25:01.361189285 |
2167 | 2025-02-21T07:56:31.700Z | lat 2:45.009980604 |
2168 | 2025-02-21T07:56:31.700Z | stop 4:38.352315635 |
2169 | 2025-02-21T07:56:31.700Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2170 | 2025-02-21T07:56:32.710Z | Finished `release` profile [optimized] target(s) in 0.95s |
2171 | 2025-02-21T07:56:32.767Z | Running `target/release/omicron-package -t test package` |
2172 | 2025-02-21T07:56:32.811Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2173 | 2025-02-21T07:56:33.940Z | Compiling thiserror v2.0.11 |
2174 | 2025-02-21T07:56:34.074Z | Compiling typify-impl v0.3.0 |
2175 | 2025-02-21T07:56:34.077Z | Compiling convert_case v0.4.0 |
2176 | 2025-02-21T07:56:34.080Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2177 | 2025-02-21T07:56:34.080Z | Compiling newline-converter v0.3.0 |
2178 | 2025-02-21T07:56:34.080Z | Compiling password-hash v0.5.0 |
2179 | 2025-02-21T07:56:34.091Z | Compiling blake2 v0.10.6 |
2180 | 2025-02-21T07:56:34.094Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2181 | 2025-02-21T07:56:34.358Z | Compiling expectorate v1.1.0 |
2182 | 2025-02-21T07:56:34.415Z | Compiling base64 v0.21.7 |
2183 | 2025-02-21T07:56:34.623Z | Compiling argon2 v0.5.3 |
2184 | 2025-02-21T07:56:34.832Z | Compiling derive_more v0.99.19 |
2185 | 2025-02-21T07:56:35.243Z | Compiling atomicwrites v0.4.4 |
2186 | 2025-02-21T07:56:35.442Z | Compiling cancel-safe-futures v0.1.5 |
2187 | 2025-02-21T07:56:35.483Z | Compiling owo-colors v4.1.0 |
2188 | 2025-02-21T07:56:35.692Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2189 | 2025-02-21T07:56:35.891Z | Compiling num-rational v0.4.2 |
2190 | 2025-02-21T07:56:35.909Z | Compiling progenitor-client v0.9.1 |
2191 | 2025-02-21T07:56:36.163Z | Compiling num-complex v0.4.6 |
2192 | 2025-02-21T07:56:36.972Z | Compiling libsw v3.3.1 |
2193 | 2025-02-21T07:56:37.001Z | Compiling float-ord v0.3.2 |
2194 | 2025-02-21T07:56:37.194Z | Compiling num v0.4.3 |
2195 | 2025-02-21T07:56:37.260Z | Compiling swrite v0.1.0 |
2196 | 2025-02-21T07:56:37.310Z | Compiling linear-map v1.2.0 |
2197 | 2025-02-21T07:56:37.332Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2198 | 2025-02-21T07:56:37.422Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2199 | 2025-02-21T07:56:37.737Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2200 | 2025-02-21T07:56:38.287Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2201 | 2025-02-21T07:56:38.842Z | Compiling highway v1.2.0 |
2202 | 2025-02-21T07:56:40.321Z | Compiling semver v0.1.20 |
2203 | 2025-02-21T07:56:40.504Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2204 | 2025-02-21T07:56:40.832Z | Compiling rustc_version v0.1.7 |
2205 | 2025-02-21T07:56:41.230Z | Compiling newtype_derive v0.1.6 |
2206 | 2025-02-21T07:56:41.598Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2207 | 2025-02-21T07:56:44.457Z | Compiling typify-macro v0.3.0 |
2208 | 2025-02-21T07:56:45.369Z | Compiling tungstenite v0.21.0 |
2209 | 2025-02-21T07:56:45.635Z | Compiling ipnetwork v0.21.1 |
2210 | 2025-02-21T07:56:46.378Z | Compiling oxnet v0.1.0 |
2211 | 2025-02-21T07:56:46.772Z | Compiling tokio-tungstenite v0.21.0 |
2212 | 2025-02-21T07:56:47.088Z | Compiling progenitor-client v0.8.0 |
2213 | 2025-02-21T07:56:47.403Z | Compiling humantime v2.1.0 |
2214 | 2025-02-21T07:56:47.563Z | Compiling progenitor v0.8.0 |
2215 | 2025-02-21T07:56:47.755Z | Compiling typify v0.3.0 |
2216 | 2025-02-21T07:56:47.911Z | Compiling progenitor-impl v0.9.1 |
2217 | 2025-02-21T07:56:48.372Z | Compiling daft v0.1.1 |
2218 | 2025-02-21T07:56:48.826Z | Compiling dropshot v0.15.1 |
2219 | 2025-02-21T07:56:48.906Z | Compiling instant v0.1.13 |
2220 | 2025-02-21T07:56:49.084Z | Compiling backoff v0.4.0 |
2221 | 2025-02-21T07:56:50.159Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2222 | 2025-02-21T07:56:50.691Z | Compiling steno v0.4.1 |
2223 | 2025-02-21T07:56:53.672Z | Compiling progenitor-macro v0.9.1 |
2224 | 2025-02-21T07:56:55.235Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2225 | 2025-02-21T07:56:55.869Z | Compiling parse-display v0.10.0 |
2226 | 2025-02-21T07:56:56.395Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2227 | 2025-02-21T07:56:56.610Z | Compiling serde_with v3.11.0 |
2228 | 2025-02-21T07:56:57.660Z | Compiling strum v0.26.3 |
2229 | 2025-02-21T07:56:57.877Z | Compiling regress v0.9.1 |
2230 | 2025-02-21T07:57:00.206Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2231 | 2025-02-21T07:57:01.809Z | Compiling macaddr v1.0.1 |
2232 | 2025-02-21T07:57:02.269Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2233 | 2025-02-21T07:57:02.389Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2234 | 2025-02-21T07:57:02.410Z | Compiling slog-dtrace v0.3.0 |
2235 | 2025-02-21T07:57:02.621Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2236 | 2025-02-21T07:57:02.842Z | Compiling prettyplease v0.2.29 |
2237 | 2025-02-21T07:57:03.942Z | Compiling progenitor v0.9.1 |
2238 | 2025-02-21T07:57:04.192Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2239 | 2025-02-21T07:57:04.755Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2240 | 2025-02-21T07:57:07.846Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2241 | 2025-02-21T07:57:11.232Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2242 | 2025-02-21T07:57:19.013Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2243 | 2025-02-21T07:57:19.146Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2244 | 2025-02-21T07:57:20.185Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2245 | 2025-02-21T07:57:23.725Z | Compiling half v2.4.1 |
2246 | 2025-02-21T07:57:24.425Z | Compiling ciborium-io v0.2.2 |
2247 | 2025-02-21T07:57:24.446Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2248 | 2025-02-21T07:57:24.593Z | Compiling ciborium-ll v0.2.2 |
2249 | 2025-02-21T07:57:24.617Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2250 | 2025-02-21T07:57:25.095Z | Compiling ciborium v0.2.2 |
2251 | 2025-02-21T07:57:25.366Z | Compiling display-error-chain v0.2.2 |
2252 | 2025-02-21T07:57:25.603Z | Compiling same-file v1.0.6 |
2253 | 2025-02-21T07:57:25.875Z | Compiling fastrand v2.1.1 |
2254 | 2025-02-21T07:57:26.366Z | Compiling tempfile v3.13.0 |
2255 | 2025-02-21T07:57:27.075Z | Compiling walkdir v2.5.0 |
2256 | 2025-02-21T07:57:27.161Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2257 | 2025-02-21T07:57:27.643Z | Compiling blake3 v1.5.4 |
2258 | 2025-02-21T07:57:28.299Z | Compiling const_format_proc_macros v0.2.34 |
2259 | 2025-02-21T07:57:29.267Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2260 | 2025-02-21T07:57:29.674Z | Compiling xattr v1.3.1 |
2261 | 2025-02-21T07:57:29.972Z | Compiling memmap2 v0.9.5 |
2262 | 2025-02-21T07:57:29.998Z | Compiling filetime v0.2.25 |
2263 | 2025-02-21T07:57:30.302Z | Compiling maplit v1.0.2 |
2264 | 2025-02-21T07:57:30.366Z | Compiling arrayref v0.3.9 |
2265 | 2025-02-21T07:57:30.452Z | Compiling constant_time_eq v0.3.1 |
2266 | 2025-02-21T07:57:30.491Z | Compiling arrayvec v0.7.6 |
2267 | 2025-02-21T07:57:30.494Z | Compiling crunchy v0.2.2 |
2268 | 2025-02-21T07:57:30.528Z | Compiling keccak v0.1.5 |
2269 | 2025-02-21T07:57:30.623Z | Compiling tar v0.4.42 |
2270 | 2025-02-21T07:57:30.915Z | Compiling sha3 v0.10.8 |
2271 | 2025-02-21T07:57:31.692Z | Compiling const_format v0.2.34 |
2272 | 2025-02-21T07:57:31.800Z | Compiling toolchain_find v0.4.0 |
2273 | 2025-02-21T07:57:31.986Z | Compiling camino-tempfile v1.1.1 |
2274 | 2025-02-21T07:57:32.347Z | Compiling radium v0.7.0 |
2275 | 2025-02-21T07:57:32.428Z | Compiling tiny-keccak v2.0.2 |
2276 | 2025-02-21T07:57:32.451Z | Compiling topological-sort v0.2.2 |
2277 | 2025-02-21T07:57:32.705Z | Compiling omicron-zone-package v0.12.0 |
2278 | 2025-02-21T07:57:32.804Z | Compiling rustfmt-wrapper v0.2.1 |
2279 | 2025-02-21T07:57:33.005Z | Compiling dsl_auto_type v0.1.2 |
2280 | 2025-02-21T07:57:33.195Z | Compiling scheduled-thread-pool v0.2.7 |
2281 | 2025-02-21T07:57:33.381Z | Compiling diesel_table_macro_syntax v0.2.0 |
2282 | 2025-02-21T07:57:33.774Z | Compiling maybe-uninit v2.0.0 |
2283 | 2025-02-21T07:57:34.146Z | Compiling tap v1.0.1 |
2284 | 2025-02-21T07:57:34.365Z | Compiling wyz v0.5.1 |
2285 | 2025-02-21T07:57:34.386Z | Compiling diesel_derives v2.2.3 |
2286 | 2025-02-21T07:57:34.546Z | Compiling r2d2 v0.8.10 |
2287 | 2025-02-21T07:57:35.275Z | Compiling phf_generator v0.11.2 |
2288 | 2025-02-21T07:57:35.481Z | Compiling ascii-canvas v3.0.0 |
2289 | 2025-02-21T07:57:35.561Z | Compiling secrecy v0.8.0 |
2290 | 2025-02-21T07:57:35.871Z | Compiling async-recursion v1.1.1 |
2291 | 2025-02-21T07:57:35.924Z | Compiling ena v0.14.3 |
2292 | 2025-02-21T07:57:35.944Z | Compiling regex-syntax v0.6.29 |
2293 | 2025-02-21T07:57:36.332Z | Compiling packed_struct v0.10.1 |
2294 | 2025-02-21T07:57:36.803Z | Compiling arc-swap v1.7.1 |
2295 | 2025-02-21T07:57:37.170Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2296 | 2025-02-21T07:57:37.440Z | Compiling crc-catalog v2.4.0 |
2297 | 2025-02-21T07:57:37.460Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2298 | 2025-02-21T07:57:37.523Z | Compiling diff v0.1.13 |
2299 | 2025-02-21T07:57:37.605Z | Compiling funty v2.0.0 |
2300 | 2025-02-21T07:57:38.017Z | Compiling crc v3.2.1 |
2301 | 2025-02-21T07:57:38.610Z | Compiling bitvec v1.0.1 |
2302 | 2025-02-21T07:57:40.140Z | Compiling lalrpop v0.19.12 |
2303 | 2025-02-21T07:57:40.411Z | Compiling slog-scope v4.4.0 |
2304 | 2025-02-21T07:57:40.824Z | Compiling phf_codegen v0.11.2 |
2305 | 2025-02-21T07:57:41.172Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2306 | 2025-02-21T07:57:41.201Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2307 | 2025-02-21T07:57:42.269Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2308 | 2025-02-21T07:57:42.524Z | Compiling universal-hash v0.5.1 |
2309 | 2025-02-21T07:57:42.786Z | Compiling packed_struct_codegen v0.10.1 |
2310 | 2025-02-21T07:57:43.065Z | Compiling thiserror-impl-no-std v2.0.2 |
2311 | 2025-02-21T07:57:44.631Z | Compiling diesel v2.2.7 |
2312 | 2025-02-21T07:57:45.018Z | Compiling parse-zoneinfo v0.3.1 |
2313 | 2025-02-21T07:57:45.395Z | Compiling indexmap v1.9.3 |
2314 | 2025-02-21T07:57:45.955Z | Compiling unicase v2.7.0 |
2315 | 2025-02-21T07:57:46.316Z | Compiling opaque-debug v0.3.1 |
2316 | 2025-02-21T07:57:46.400Z | Compiling ref-cast v1.0.23 |
2317 | 2025-02-21T07:57:46.432Z | Compiling nodrop v0.1.14 |
2318 | 2025-02-21T07:57:46.587Z | Compiling array-init v0.0.4 |
2319 | 2025-02-21T07:57:46.982Z | Compiling poly1305 v0.8.0 |
2320 | 2025-02-21T07:57:47.640Z | Compiling chrono-tz-build v0.4.0 |
2321 | 2025-02-21T07:57:48.468Z | Compiling thiserror-no-std v2.0.2 |
2322 | 2025-02-21T07:57:48.628Z | Compiling smallvec v0.6.14 |
2323 | 2025-02-21T07:57:49.090Z | Compiling slog-stdlog v4.1.1 |
2324 | 2025-02-21T07:57:50.389Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2325 | 2025-02-21T07:57:50.768Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2326 | 2025-02-21T07:57:51.106Z | Compiling derive_builder_core v0.20.2 |
2327 | 2025-02-21T07:57:52.621Z | Compiling chacha20 v0.9.1 |
2328 | 2025-02-21T07:57:53.006Z | Compiling headers-core v0.3.0 |
2329 | 2025-02-21T07:57:53.119Z | Compiling aead v0.5.2 |
2330 | 2025-02-21T07:57:53.206Z | Compiling libxml v0.3.3 |
2331 | 2025-02-21T07:57:53.460Z | Compiling ref-cast-impl v1.0.23 |
2332 | 2025-02-21T07:57:53.603Z | Compiling vte_generate_state_changes v0.1.2 |
2333 | 2025-02-21T07:57:54.243Z | Compiling termcolor v1.4.1 |
2334 | 2025-02-21T07:57:54.583Z | Compiling hashbrown v0.12.3 |
2335 | 2025-02-21T07:57:55.295Z | Compiling bitfield v0.14.0 |
2336 | 2025-02-21T07:57:55.692Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2337 | 2025-02-21T07:57:56.959Z | Compiling env_logger v0.10.2 |
2338 | 2025-02-21T07:58:00.232Z | Compiling vte v0.11.1 |
2339 | 2025-02-21T07:58:01.341Z | Compiling polar-core v0.27.3 |
2340 | 2025-02-21T07:58:01.834Z | Compiling chacha20poly1305 v0.10.1 |
2341 | 2025-02-21T07:58:02.108Z | Compiling headers v0.4.0 |
2342 | 2025-02-21T07:58:04.366Z | Compiling derive_builder_macro v0.20.2 |
2343 | 2025-02-21T07:58:05.309Z | Compiling slog-envlogger v2.2.0 |
2344 | 2025-02-21T07:58:05.607Z | Compiling serde-hex v0.1.0 |
2345 | 2025-02-21T07:58:07.774Z | Compiling vsss-rs v3.3.4 |
2346 | 2025-02-21T07:58:10.335Z | Compiling chrono-tz v0.10.1 |
2347 | 2025-02-21T07:58:11.011Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2348 | 2025-02-21T07:58:11.891Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2349 | 2025-02-21T07:58:12.220Z | Compiling ron v0.8.1 |
2350 | 2025-02-21T07:58:13.781Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2351 | 2025-02-21T07:58:13.909Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2352 | 2025-02-21T07:58:14.122Z | Compiling hashbrown v0.13.2 |
2353 | 2025-02-21T07:58:15.339Z | Compiling strum_macros v0.24.3 |
2354 | 2025-02-21T07:58:17.980Z | Compiling fxhash v0.2.1 |
2355 | 2025-02-21T07:58:18.225Z | Compiling samael v0.0.17 |
2356 | 2025-02-21T07:58:18.252Z | Compiling zip v2.1.3 |
2357 | 2025-02-21T07:58:18.396Z | Compiling bytecount v0.6.8 |
2358 | 2025-02-21T07:58:18.625Z | Compiling indoc v1.0.9 |
2359 | 2025-02-21T07:58:18.740Z | Compiling bumpalo v3.16.0 |
2360 | 2025-02-21T07:58:19.360Z | Compiling crc-any v2.5.0 |
2361 | 2025-02-21T07:58:19.466Z | Compiling simd-adler32 v0.3.7 |
2362 | 2025-02-21T07:58:19.877Z | Compiling lockfree-object-pool v0.1.6 |
2363 | 2025-02-21T07:58:20.180Z | Compiling zopfli v0.8.1 |
2364 | 2025-02-21T07:58:20.786Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2365 | 2025-02-21T07:58:24.439Z | Compiling papergrid v0.11.0 |
2366 | 2025-02-21T07:58:27.977Z | Compiling object v0.30.4 |
2367 | 2025-02-21T07:58:29.656Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2368 | 2025-02-21T07:58:32.607Z | Compiling derive_builder v0.20.2 |
2369 | 2025-02-21T07:58:35.227Z | Compiling strip-ansi-escapes v0.2.0 |
2370 | 2025-02-21T07:58:36.242Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2371 | 2025-02-21T07:58:36.600Z | Compiling tabled_derive v0.7.0 |
2372 | 2025-02-21T07:58:37.183Z | Compiling fd-lock v4.0.2 |
2373 | 2025-02-21T07:58:37.440Z | Compiling peg-macros v0.8.4 |
2374 | 2025-02-21T07:58:37.844Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2375 | 2025-02-21T07:58:38.609Z | Compiling kstat-rs v0.2.4 |
2376 | 2025-02-21T07:58:38.836Z | Compiling impl-trait-for-tuples v0.2.2 |
2377 | 2025-02-21T07:58:39.473Z | Compiling oso-derive v0.27.3 |
2378 | 2025-02-21T07:58:40.117Z | Compiling quick-xml v0.33.0 |
2379 | 2025-02-21T07:58:40.422Z | Compiling diesel-dtrace v0.4.2 |
2380 | 2025-02-21T07:58:40.534Z | Compiling nu-ansi-term v0.50.1 |
2381 | 2025-02-21T07:58:40.808Z | Compiling path-slash v0.1.5 |
2382 | 2025-02-21T07:58:41.080Z | Compiling reedline v0.35.0 |
2383 | 2025-02-21T07:58:41.851Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2384 | 2025-02-21T07:58:44.599Z | Compiling oso v0.27.3 |
2385 | 2025-02-21T07:58:46.532Z | Compiling peg v0.8.4 |
2386 | 2025-02-21T07:58:46.676Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2387 | 2025-02-21T07:58:48.610Z | Compiling tabled v0.15.0 |
2388 | 2025-02-21T07:58:57.422Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2389 | 2025-02-21T07:59:06.734Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2390 | 2025-02-21T07:59:08.174Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2391 | 2025-02-21T07:59:08.852Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2392 | 2025-02-21T07:59:09.352Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2393 | 2025-02-21T07:59:09.625Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2394 | 2025-02-21T07:59:09.979Z | Compiling pem v3.0.4 |
2395 | 2025-02-21T07:59:11.497Z | Compiling bb8 v0.8.5 |
2396 | 2025-02-21T07:59:12.111Z | Compiling bcs v0.1.6 |
2397 | 2025-02-21T07:59:12.899Z | Compiling libz-sys v1.1.20 |
2398 | 2025-02-21T07:59:13.639Z | Compiling nanorand v0.7.0 |
2399 | 2025-02-21T07:59:14.202Z | Compiling parking_lot_core v0.8.6 |
2400 | 2025-02-21T07:59:14.286Z | Compiling termtree v0.5.1 |
2401 | 2025-02-21T07:59:14.686Z | Compiling flume v0.11.1 |
2402 | 2025-02-21T07:59:15.580Z | Compiling async-bb8-diesel v0.2.1 |
2403 | 2025-02-21T07:59:16.446Z | Compiling mime_guess v2.0.5 |
2404 | 2025-02-21T07:59:18.253Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2405 | 2025-02-21T07:59:19.602Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2406 | 2025-02-21T07:59:21.372Z | Compiling buf-list v1.0.3 |
2407 | 2025-02-21T07:59:23.551Z | Compiling nibble_vec v0.1.0 |
2408 | 2025-02-21T07:59:23.824Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2409 | 2025-02-21T07:59:24.157Z | Compiling pin-project-internal v1.1.6 |
2410 | 2025-02-21T07:59:24.593Z | Compiling atty v0.2.14 |
2411 | 2025-02-21T07:59:24.783Z | Compiling endian-type v0.1.2 |
2412 | 2025-02-21T07:59:25.057Z | Compiling salty v0.3.0 |
2413 | 2025-02-21T07:59:25.521Z | Compiling http-range v0.1.5 |
2414 | 2025-02-21T07:59:26.174Z | Compiling radix_trie v0.2.1 |
2415 | 2025-02-21T07:59:26.669Z | Compiling pin-project v1.1.6 |
2416 | 2025-02-21T07:59:27.145Z | Compiling parking_lot v0.11.2 |
2417 | 2025-02-21T07:59:31.735Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2418 | 2025-02-21T07:59:34.215Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2419 | 2025-02-21T07:59:36.142Z | Compiling snafu-derive v0.8.5 |
2420 | 2025-02-21T07:59:36.675Z | Compiling hyper-staticfile v0.10.1 |
2421 | 2025-02-21T07:59:39.069Z | Compiling sled v0.34.7 |
2422 | 2025-02-21T07:59:40.264Z | Compiling snafu v0.8.5 |
2423 | 2025-02-21T07:59:41.300Z | Compiling hickory-client v0.24.3 |
2424 | 2025-02-21T07:59:43.742Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2425 | 2025-02-21T07:59:44.882Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2426 | 2025-02-21T07:59:45.848Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2427 | 2025-02-21T07:59:47.044Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2428 | 2025-02-21T07:59:54.693Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2429 | 2025-02-21T08:00:01.914Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2430 | 2025-02-21T08:00:03.457Z | Compiling hickory-server v0.24.3 |
2431 | 2025-02-21T08:00:05.913Z | Compiling globset v0.4.15 |
2432 | 2025-02-21T08:00:11.881Z | Compiling olpc-cjson v0.1.4 |
2433 | 2025-02-21T08:00:12.200Z | Compiling primeorder v0.13.6 |
2434 | 2025-02-21T08:00:12.737Z | Compiling vergen v8.3.2 |
2435 | 2025-02-21T08:00:12.799Z | Compiling castaway v0.2.3 |
2436 | 2025-02-21T08:00:13.006Z | Compiling env_filter v0.1.2 |
2437 | 2025-02-21T08:00:13.084Z | Compiling serde_plain v1.0.2 |
2438 | 2025-02-21T08:00:13.649Z | Compiling cargo-platform v0.1.8 |
2439 | 2025-02-21T08:00:14.152Z | Compiling typed-path v0.9.3 |
2440 | 2025-02-21T08:00:14.232Z | Compiling cargo_metadata v0.18.1 |
2441 | 2025-02-21T08:00:14.510Z | Compiling env_logger v0.11.5 |
2442 | 2025-02-21T08:00:15.976Z | Compiling compact_str v0.8.0 |
2443 | 2025-02-21T08:00:16.866Z | Compiling tough v0.19.0 |
2444 | 2025-02-21T08:00:18.404Z | Compiling p384 v0.13.0 |
2445 | 2025-02-21T08:00:18.430Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2446 | 2025-02-21T08:00:18.600Z | Compiling git2 v0.19.0 |
2447 | 2025-02-21T08:00:21.071Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2448 | 2025-02-21T08:00:25.420Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2449 | 2025-02-21T08:00:26.823Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2450 | 2025-02-21T08:00:28.108Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2451 | 2025-02-21T08:00:29.431Z | Compiling unicode-truncate v1.1.0 |
2452 | 2025-02-21T08:00:29.764Z | Compiling lru v0.12.5 |
2453 | 2025-02-21T08:00:30.153Z | Compiling rand_seeder v0.3.0 |
2454 | 2025-02-21T08:00:30.590Z | Compiling libsqlite3-sys v0.30.1 |
2455 | 2025-02-21T08:00:31.183Z | Compiling lzma-sys v0.1.20 |
2456 | 2025-02-21T08:00:31.930Z | Compiling instability v0.3.2 |
2457 | 2025-02-21T08:00:32.398Z | Compiling cassowary v0.3.0 |
2458 | 2025-02-21T08:00:32.509Z | Compiling rustls v0.21.12 |
2459 | 2025-02-21T08:00:32.888Z | Compiling parse-size v1.1.0 |
2460 | 2025-02-21T08:00:32.941Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2461 | 2025-02-21T08:00:33.232Z | Compiling indoc v2.0.5 |
2462 | 2025-02-21T08:00:33.339Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2463 | 2025-02-21T08:00:34.118Z | Compiling ratatui v0.29.0 |
2464 | 2025-02-21T08:00:35.991Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2465 | 2025-02-21T08:00:36.017Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2466 | 2025-02-21T08:00:36.267Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2467 | 2025-02-21T08:00:37.617Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2468 | 2025-02-21T08:00:38.353Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2469 | 2025-02-21T08:00:38.709Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2470 | 2025-02-21T08:00:40.440Z | Compiling sct v0.7.1 |
2471 | 2025-02-21T08:00:40.948Z | Compiling rustls-webpki v0.101.7 |
2472 | 2025-02-21T08:00:42.224Z | Compiling heck v0.3.3 |
2473 | 2025-02-21T08:00:42.416Z | Compiling csv-core v0.1.11 |
2474 | 2025-02-21T08:00:42.577Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2475 | 2025-02-21T08:00:42.945Z | Compiling glob v0.3.2 |
2476 | 2025-02-21T08:00:43.408Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2477 | 2025-02-21T08:00:44.827Z | Compiling csv v1.3.1 |
2478 | 2025-02-21T08:00:45.061Z | Compiling zone_cfg_derive v0.1.2 |
2479 | 2025-02-21T08:00:47.062Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2480 | 2025-02-21T08:00:48.703Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2481 | 2025-02-21T08:00:50.436Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2482 | 2025-02-21T08:00:53.044Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2483 | 2025-02-21T08:00:53.963Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2484 | 2025-02-21T08:00:59.862Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2485 | 2025-02-21T08:01:00.804Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2486 | 2025-02-21T08:01:01.168Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2487 | 2025-02-21T08:01:03.805Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2488 | 2025-02-21T08:01:04.163Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2489 | 2025-02-21T08:01:04.451Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2490 | 2025-02-21T08:01:04.529Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2491 | 2025-02-21T08:01:05.161Z | Compiling nix v0.27.1 |
2492 | 2025-02-21T08:01:05.875Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2493 | 2025-02-21T08:01:06.593Z | Compiling tungstenite v0.23.0 |
2494 | 2025-02-21T08:01:07.062Z | Compiling hashlink v0.9.1 |
2495 | 2025-02-21T08:01:07.541Z | Compiling base64 v0.13.1 |
2496 | 2025-02-21T08:01:07.588Z | Compiling fallible-iterator v0.3.0 |
2497 | 2025-02-21T08:01:07.826Z | Compiling fallible-streaming-iterator v0.1.9 |
2498 | 2025-02-21T08:01:08.164Z | Compiling ron v0.7.1 |
2499 | 2025-02-21T08:01:08.332Z | Compiling rusqlite v0.32.1 |
2500 | 2025-02-21T08:01:08.347Z | Compiling tokio-tungstenite v0.23.1 |
2501 | 2025-02-21T08:01:11.844Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2502 | 2025-02-21T08:01:11.882Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2503 | 2025-02-21T08:01:12.347Z | Compiling xz2 v0.1.7 |
2504 | 2025-02-21T08:01:12.978Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2505 | 2025-02-21T08:01:13.318Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2506 | 2025-02-21T08:01:13.388Z | Compiling tokio-rustls v0.24.1 |
2507 | 2025-02-21T08:01:14.745Z | Compiling zone v0.1.8 |
2508 | 2025-02-21T08:01:15.835Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2509 | 2025-02-21T08:01:17.996Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2510 | 2025-02-21T08:01:18.203Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2511 | 2025-02-21T08:01:26.418Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2512 | 2025-02-21T08:01:29.444Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2513 | 2025-02-21T08:01:31.067Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2514 | 2025-02-21T08:01:32.285Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2515 | 2025-02-21T08:01:34.104Z | Compiling rustls-pemfile v1.0.4 |
2516 | 2025-02-21T08:01:34.270Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2517 | 2025-02-21T08:01:34.630Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2518 | 2025-02-21T08:01:34.826Z | Compiling signal-hook-tokio v0.3.1 |
2519 | 2025-02-21T08:01:34.843Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2520 | 2025-02-21T08:01:35.090Z | Compiling yasna v0.5.2 |
2521 | 2025-02-21T08:01:38.629Z | Compiling twox-hash v2.1.0 |
2522 | 2025-02-21T08:01:39.673Z | Compiling is_ci v1.2.0 |
2523 | 2025-02-21T08:01:40.013Z | Compiling unicode-linebreak v0.1.5 |
2524 | 2025-02-21T08:01:40.600Z | Compiling smawk v0.3.2 |
2525 | 2025-02-21T08:01:40.937Z | Compiling textwrap v0.16.1 |
2526 | 2025-02-21T08:01:41.335Z | Compiling supports-color v3.0.1 |
2527 | 2025-02-21T08:01:43.830Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2528 | 2025-02-21T08:01:44.448Z | Compiling rcgen v0.12.1 |
2529 | 2025-02-21T08:01:46.246Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2530 | 2025-02-21T08:01:46.508Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2531 | 2025-02-21T08:01:48.800Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2532 | 2025-02-21T08:01:53.052Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2533 | 2025-02-21T08:01:55.865Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2534 | 2025-02-21T08:02:05.768Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2535 | 2025-02-21T08:02:07.503Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2536 | 2025-02-21T08:02:10.551Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2537 | 2025-02-21T08:02:11.126Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2538 | 2025-02-21T08:02:17.550Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2539 | 2025-02-21T08:02:23.902Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2540 | 2025-02-21T08:02:24.245Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2541 | 2025-02-21T08:02:29.248Z | Compiling fatfs v0.3.6 |
2542 | 2025-02-21T08:02:31.977Z | Compiling subprocess v0.2.9 |
2543 | 2025-02-21T08:02:33.717Z | Compiling rtoolbox v0.0.2 |
2544 | 2025-02-21T08:02:34.164Z | Compiling assert_matches v1.5.0 |
2545 | 2025-02-21T08:02:34.286Z | Compiling rpassword v7.3.1 |
2546 | 2025-02-21T08:02:34.753Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2547 | 2025-02-21T08:02:36.539Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2548 | 2025-02-21T08:02:37.252Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2549 | 2025-02-21T08:02:42.517Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2550 | 2025-02-21T08:02:44.255Z | Compiling tui-tree-widget v0.23.0 |
2551 | 2025-02-21T08:02:44.753Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2552 | 2025-02-21T08:02:52.869Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2553 | 2025-02-21T08:02:53.196Z | Compiling uzers v0.12.1 |
2554 | 2025-02-21T08:02:56.259Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2555 | 2025-02-21T08:02:57.837Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2556 | 2025-02-21T08:02:59.824Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2557 | 2025-02-21T08:03:29.018Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2558 | 2025-02-21T08:03:29.054Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2559 | 2025-02-21T08:03:33.597Z | Compiling multimap v0.10.0 |
2560 | 2025-02-21T08:05:56.814Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2561 | 2025-02-21T08:05:57.716Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2562 | 2025-02-21T08:12:56.188Z | Finished `release` profile [optimized] target(s) in 16m 23s |
2563 | 2025-02-21T08:14:04.968Z | |
2564 | 2025-02-21T08:14:04.969Z | real 17:33.105569464 |
2565 | 2025-02-21T08:14:04.969Z | user 2:00:45.765270824 |
2566 | 2025-02-21T08:14:04.969Z | sys 3:19.659874998 |
2567 | 2025-02-21T08:14:04.969Z | trap 3.037244139 |
2568 | 2025-02-21T08:14:04.969Z | tflt 1.812217041 |
2569 | 2025-02-21T08:14:04.969Z | dflt 4.992009836 |
2570 | 2025-02-21T08:14:04.972Z | kflt 0.000765796 |
2571 | 2025-02-21T08:14:04.972Z | lock 7:19:21.645934908 |
2572 | 2025-02-21T08:14:04.972Z | slp 6:13:53.568460823 |
2573 | 2025-02-21T08:14:04.972Z | lat 3:21.068444548 |
2574 | 2025-02-21T08:14:04.972Z | stop 2:39.707182064 |
2575 | 2025-02-21T08:14:04.972Z | + mapfile -t packages |
2576 | 2025-02-21T08:14:04.972Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2577 | 2025-02-21T08:14:05.973Z | Finished `release` profile [optimized] target(s) in 0.95s |
2578 | 2025-02-21T08:14:06.034Z | Running `target/release/omicron-package -t test list-outputs` |
2579 | 2025-02-21T08:14:06.077Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2580 | 2025-02-21T08:14:06.085Z | + ptime -m cargo build --locked --release -p xtask |
2581 | 2025-02-21T08:14:06.659Z | Compiling serde v1.0.217 |
2582 | 2025-02-21T08:14:06.662Z | Compiling serde_json v1.0.135 |
2583 | 2025-02-21T08:14:06.662Z | Compiling rustix v0.38.37 |
2584 | 2025-02-21T08:14:06.662Z | Compiling libc v0.2.169 |
2585 | 2025-02-21T08:14:06.662Z | Compiling syn v2.0.96 |
2586 | 2025-02-21T08:14:06.752Z | Compiling bitflags v2.6.0 |
2587 | 2025-02-21T08:14:07.105Z | Compiling usdt-impl v0.5.0 |
2588 | 2025-02-21T08:14:07.177Z | Compiling syn v1.0.109 |
2589 | 2025-02-21T08:14:07.279Z | Compiling hashbrown v0.15.1 |
2590 | 2025-02-21T08:14:07.296Z | Compiling log v0.4.22 |
2591 | 2025-02-21T08:14:07.515Z | Compiling fs-err v2.11.0 |
2592 | 2025-02-21T08:14:07.740Z | Compiling once_cell v1.20.2 |
2593 | 2025-02-21T08:14:07.872Z | Compiling anyhow v1.0.95 |
2594 | 2025-02-21T08:14:08.139Z | Compiling thread-id v4.2.2 |
2595 | 2025-02-21T08:14:08.494Z | Compiling indexmap v2.7.1 |
2596 | 2025-02-21T08:14:09.634Z | Compiling terminal_size v0.4.0 |
2597 | 2025-02-21T08:14:09.634Z | Compiling tempfile v3.13.0 |
2598 | 2025-02-21T08:14:09.915Z | Compiling clap_builder v4.5.27 |
2599 | 2025-02-21T08:14:10.429Z | Compiling proc-macro-error v1.0.4 |
2600 | 2025-02-21T08:14:11.302Z | Compiling tabled_derive v0.7.0 |
2601 | 2025-02-21T08:14:12.581Z | Compiling tabled v0.15.0 |
2602 | 2025-02-21T08:14:13.016Z | Compiling serde_derive v1.0.217 |
2603 | 2025-02-21T08:14:13.016Z | Compiling thiserror-impl v1.0.69 |
2604 | 2025-02-21T08:14:13.019Z | Compiling zerocopy-derive v0.7.35 |
2605 | 2025-02-21T08:14:13.019Z | Compiling scroll_derive v0.12.0 |
2606 | 2025-02-21T08:14:13.019Z | Compiling clap_derive v4.5.24 |
2607 | 2025-02-21T08:14:14.371Z | Compiling scroll v0.12.0 |
2608 | 2025-02-21T08:14:14.834Z | Compiling zerocopy v0.7.35 |
2609 | 2025-02-21T08:14:15.002Z | Compiling goblin v0.8.2 |
2610 | 2025-02-21T08:14:15.591Z | Compiling thiserror v1.0.69 |
2611 | 2025-02-21T08:14:15.782Z | Compiling pest v2.7.14 |
2612 | 2025-02-21T08:14:18.455Z | Compiling pest_meta v2.7.14 |
2613 | 2025-02-21T08:14:18.844Z | Compiling clap v4.5.27 |
2614 | 2025-02-21T08:14:20.238Z | Compiling pest_generator v2.7.14 |
2615 | 2025-02-21T08:14:21.958Z | Compiling pest_derive v2.7.14 |
2616 | 2025-02-21T08:14:22.774Z | Compiling dtrace-parser v0.2.0 |
2617 | 2025-02-21T08:14:28.404Z | Compiling serde_tokenstream v0.2.2 |
2618 | 2025-02-21T08:14:28.979Z | Compiling serde_spanned v0.6.8 |
2619 | 2025-02-21T08:14:29.268Z | Compiling toml_datetime v0.6.8 |
2620 | 2025-02-21T08:14:29.990Z | Compiling dof v0.3.0 |
2621 | 2025-02-21T08:14:30.008Z | Compiling toml_edit v0.22.22 |
2622 | 2025-02-21T08:14:31.560Z | Compiling camino v1.1.9 |
2623 | 2025-02-21T08:14:32.162Z | Compiling usdt-macro v0.5.0 |
2624 | 2025-02-21T08:14:32.173Z | Compiling usdt-attr-macro v0.5.0 |
2625 | 2025-02-21T08:14:33.310Z | Compiling semver v1.0.24 |
2626 | 2025-02-21T08:14:33.466Z | Compiling cargo-platform v0.1.8 |
2627 | 2025-02-21T08:14:34.557Z | Compiling toml v0.8.19 |
2628 | 2025-02-21T08:14:34.721Z | Compiling cargo_metadata v0.18.1 |
2629 | 2025-02-21T08:14:36.204Z | Compiling cargo_toml v0.20.5 |
2630 | 2025-02-21T08:14:38.530Z | Compiling usdt v0.5.0 |
2631 | 2025-02-21T08:14:39.923Z | Compiling camino-tempfile v1.1.1 |
2632 | 2025-02-21T08:14:40.615Z | Compiling macaddr v1.0.1 |
2633 | 2025-02-21T08:14:48.346Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2634 | 2025-02-21T08:14:53.902Z | Finished `release` profile [optimized] target(s) in 47.76s |
2635 | 2025-02-21T08:14:54.011Z | |
2636 | 2025-02-21T08:14:54.011Z | real 47.897945040 |
2637 | 2025-02-21T08:14:54.014Z | user 5:13.694103020 |
2638 | 2025-02-21T08:14:54.015Z | sys 18.783623592 |
2639 | 2025-02-21T08:14:54.015Z | trap 0.148839921 |
2640 | 2025-02-21T08:14:54.015Z | tflt 0.228739130 |
2641 | 2025-02-21T08:14:54.015Z | dflt 0.433263066 |
2642 | 2025-02-21T08:14:54.015Z | kflt 0.000016177 |
2643 | 2025-02-21T08:14:54.015Z | lock 9:58.023332873 |
2644 | 2025-02-21T08:14:54.015Z | slp 15:37.111755198 |
2645 | 2025-02-21T08:14:54.015Z | lat 15.862230335 |
2646 | 2025-02-21T08:14:54.015Z | stop 17.194130207 |
2647 | 2025-02-21T08:14:54.015Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2648 | 2025-02-21T08:14:54.015Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2649 | 2025-02-21T08:14:54.015Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2650 | 2025-02-21T08:14:54.015Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2651 | 2025-02-21T08:14:54.015Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2652 | 2025-02-21T08:14:54.907Z | Compiling hashbrown v0.14.5 |
2653 | 2025-02-21T08:14:55.039Z | Compiling thiserror v2.0.11 |
2654 | 2025-02-21T08:14:55.051Z | Compiling thiserror-impl v2.0.11 |
2655 | 2025-02-21T08:14:55.054Z | Compiling ident_case v1.0.1 |
2656 | 2025-02-21T08:14:55.077Z | Compiling unsafe-libyaml v0.2.11 |
2657 | 2025-02-21T08:14:55.079Z | Compiling progenitor-client v0.9.1 |
2658 | 2025-02-21T08:14:55.080Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2659 | 2025-02-21T08:14:55.080Z | Compiling ipnetwork v0.21.1 |
2660 | 2025-02-21T08:14:55.242Z | Compiling darling_core v0.20.10 |
2661 | 2025-02-21T08:14:55.579Z | Compiling oxnet v0.1.0 |
2662 | 2025-02-21T08:14:55.600Z | Compiling macaddr v1.0.1 |
2663 | 2025-02-21T08:14:55.908Z | Compiling progenitor-client v0.8.0 |
2664 | 2025-02-21T08:14:56.016Z | Compiling regress v0.10.1 |
2665 | 2025-02-21T08:14:56.038Z | Compiling instant v0.1.13 |
2666 | 2025-02-21T08:14:56.115Z | Compiling structmeta-derive v0.3.0 |
2667 | 2025-02-21T08:14:56.205Z | Compiling dropshot v0.15.1 |
2668 | 2025-02-21T08:14:56.241Z | Compiling regress v0.9.1 |
2669 | 2025-02-21T08:14:56.382Z | Compiling serde_yaml v0.9.34+deprecated |
2670 | 2025-02-21T08:14:56.645Z | Compiling dropshot_endpoint v0.15.1 |
2671 | 2025-02-21T08:14:56.963Z | Compiling daft-derive v0.1.1 |
2672 | 2025-02-21T08:14:58.352Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2673 | 2025-02-21T08:14:58.442Z | Compiling daft v0.1.1 |
2674 | 2025-02-21T08:14:58.757Z | Compiling structmeta v0.3.0 |
2675 | 2025-02-21T08:14:58.946Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2676 | 2025-02-21T08:14:59.149Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2677 | 2025-02-21T08:14:59.177Z | Compiling parse-display-derive v0.10.0 |
2678 | 2025-02-21T08:14:59.363Z | Compiling backoff v0.4.0 |
2679 | 2025-02-21T08:14:59.459Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2680 | 2025-02-21T08:14:59.748Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2681 | 2025-02-21T08:14:59.921Z | Compiling typify-impl v0.2.0 |
2682 | 2025-02-21T08:14:59.942Z | Compiling tempfile v3.13.0 |
2683 | 2025-02-21T08:15:00.231Z | Compiling proc-macro-crate v1.3.1 |
2684 | 2025-02-21T08:15:00.750Z | Compiling typify-impl v0.3.0 |
2685 | 2025-02-21T08:15:00.778Z | Compiling itertools v0.13.0 |
2686 | 2025-02-21T08:15:01.017Z | Compiling zerocopy v0.8.10 |
2687 | 2025-02-21T08:15:01.122Z | Compiling darling_macro v0.20.10 |
2688 | 2025-02-21T08:15:01.150Z | Compiling num_enum_derive v0.5.11 |
2689 | 2025-02-21T08:15:01.894Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2690 | 2025-02-21T08:15:02.072Z | Compiling darling v0.20.10 |
2691 | 2025-02-21T08:15:02.228Z | Compiling serde_with_macros v3.11.0 |
2692 | 2025-02-21T08:15:02.427Z | Compiling zerocopy-derive v0.8.10 |
2693 | 2025-02-21T08:15:03.195Z | Compiling parse-display v0.10.0 |
2694 | 2025-02-21T08:15:03.579Z | Compiling num_enum v0.5.11 |
2695 | 2025-02-21T08:15:03.700Z | Compiling crucible-workspace-hack v0.1.0 |
2696 | 2025-02-21T08:15:03.780Z | Compiling heapless v0.8.0 |
2697 | 2025-02-21T08:15:03.837Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2698 | 2025-02-21T08:15:04.067Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2699 | 2025-02-21T08:15:04.213Z | Compiling proc-macro-error v1.0.4 |
2700 | 2025-02-21T08:15:04.693Z | Compiling camino-tempfile v1.1.1 |
2701 | 2025-02-21T08:15:04.729Z | Compiling serde_with v3.11.0 |
2702 | 2025-02-21T08:15:04.832Z | Compiling foreign-types-macros v0.2.3 |
2703 | 2025-02-21T08:15:05.157Z | Compiling hash32 v0.3.1 |
2704 | 2025-02-21T08:15:05.425Z | Compiling smoltcp v0.11.0 |
2705 | 2025-02-21T08:15:06.020Z | Compiling foreign-types-shared v0.3.1 |
2706 | 2025-02-21T08:15:06.176Z | Compiling foreign-types v0.5.0 |
2707 | 2025-02-21T08:15:06.684Z | Compiling tabwriter v1.4.0 |
2708 | 2025-02-21T08:15:07.258Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2709 | 2025-02-21T08:15:07.385Z | Compiling cstr-argument v0.1.2 |
2710 | 2025-02-21T08:15:07.663Z | Compiling cobs v0.2.3 |
2711 | 2025-02-21T08:15:08.026Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2712 | 2025-02-21T08:15:08.118Z | Compiling pretty-hex v0.2.1 |
2713 | 2025-02-21T08:15:08.137Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2714 | 2025-02-21T08:15:08.190Z | Compiling postcard v1.0.10 |
2715 | 2025-02-21T08:15:08.320Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2716 | 2025-02-21T08:15:08.339Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2717 | 2025-02-21T08:15:08.697Z | Compiling colored v2.1.0 |
2718 | 2025-02-21T08:15:08.854Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2719 | 2025-02-21T08:15:08.872Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2720 | 2025-02-21T08:15:09.278Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2721 | 2025-02-21T08:15:09.345Z | Compiling smf v0.2.3 |
2722 | 2025-02-21T08:15:09.506Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2723 | 2025-02-21T08:15:09.845Z | Compiling zone_cfg_derive v0.3.0 |
2724 | 2025-02-21T08:15:10.157Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2725 | 2025-02-21T08:15:10.459Z | Compiling num-derive v0.4.2 |
2726 | 2025-02-21T08:15:10.573Z | Compiling sigpipe v0.1.3 |
2727 | 2025-02-21T08:15:10.617Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2728 | 2025-02-21T08:15:10.717Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2729 | 2025-02-21T08:15:11.094Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2730 | 2025-02-21T08:15:11.280Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2731 | 2025-02-21T08:15:11.321Z | Compiling zone v0.3.0 |
2732 | 2025-02-21T08:15:12.104Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2733 | 2025-02-21T08:15:12.597Z | Compiling universal-hash v0.5.1 |
2734 | 2025-02-21T08:15:12.769Z | Compiling opaque-debug v0.3.1 |
2735 | 2025-02-21T08:15:12.779Z | Compiling tungstenite v0.21.0 |
2736 | 2025-02-21T08:15:12.828Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2737 | 2025-02-21T08:15:12.838Z | Compiling num-rational v0.4.2 |
2738 | 2025-02-21T08:15:12.851Z | Compiling password-hash v0.5.0 |
2739 | 2025-02-21T08:15:12.893Z | Compiling blake2 v0.10.6 |
2740 | 2025-02-21T08:15:13.619Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2741 | 2025-02-21T08:15:13.744Z | Compiling num-complex v0.4.6 |
2742 | 2025-02-21T08:15:13.915Z | Compiling aead v0.5.2 |
2743 | 2025-02-21T08:15:14.062Z | Compiling typify-macro v0.2.0 |
2744 | 2025-02-21T08:15:14.251Z | Compiling keccak v0.1.5 |
2745 | 2025-02-21T08:15:14.303Z | Compiling convert_case v0.4.0 |
2746 | 2025-02-21T08:15:14.363Z | Compiling base64 v0.21.7 |
2747 | 2025-02-21T08:15:14.602Z | Compiling sha3 v0.10.8 |
2748 | 2025-02-21T08:15:14.663Z | Compiling num v0.4.3 |
2749 | 2025-02-21T08:15:14.791Z | Compiling tokio-tungstenite v0.21.0 |
2750 | 2025-02-21T08:15:15.106Z | Compiling derive_more v0.99.19 |
2751 | 2025-02-21T08:15:15.317Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2752 | 2025-02-21T08:15:15.384Z | Compiling argon2 v0.5.3 |
2753 | 2025-02-21T08:15:15.389Z | Compiling poly1305 v0.8.0 |
2754 | 2025-02-21T08:15:15.389Z | Compiling typify-macro v0.3.0 |
2755 | 2025-02-21T08:15:15.442Z | Compiling chacha20 v0.9.1 |
2756 | 2025-02-21T08:15:15.604Z | Compiling float-ord v0.3.2 |
2757 | 2025-02-21T08:15:15.802Z | Compiling semver v0.1.20 |
2758 | 2025-02-21T08:15:15.940Z | Compiling same-file v1.0.6 |
2759 | 2025-02-21T08:15:16.248Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2760 | 2025-02-21T08:15:16.396Z | Compiling rustc_version v0.1.7 |
2761 | 2025-02-21T08:15:16.709Z | Compiling walkdir v2.5.0 |
2762 | 2025-02-21T08:15:16.889Z | Compiling newline-converter v0.3.0 |
2763 | 2025-02-21T08:15:17.097Z | Compiling primeorder v0.13.6 |
2764 | 2025-02-21T08:15:17.129Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2765 | 2025-02-21T08:15:17.391Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2766 | 2025-02-21T08:15:17.412Z | Compiling secrecy v0.8.0 |
2767 | 2025-02-21T08:15:17.608Z | Compiling owo-colors v4.1.0 |
2768 | 2025-02-21T08:15:18.100Z | Compiling cancel-safe-futures v0.1.5 |
2769 | 2025-02-21T08:15:18.111Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2770 | 2025-02-21T08:15:18.111Z | Compiling typify v0.2.0 |
2771 | 2025-02-21T08:15:18.111Z | Compiling progenitor-impl v0.8.0 |
2772 | 2025-02-21T08:15:18.112Z | Compiling expectorate v1.1.0 |
2773 | 2025-02-21T08:15:18.112Z | Compiling newtype_derive v0.1.6 |
2774 | 2025-02-21T08:15:18.118Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2775 | 2025-02-21T08:15:18.176Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2776 | 2025-02-21T08:15:18.413Z | Compiling thiserror-impl-no-std v2.0.2 |
2777 | 2025-02-21T08:15:18.459Z | Compiling blake3 v1.5.4 |
2778 | 2025-02-21T08:15:18.479Z | Compiling half v2.4.1 |
2779 | 2025-02-21T08:15:18.559Z | Compiling unicase v2.7.0 |
2780 | 2025-02-21T08:15:18.910Z | Compiling arc-swap v1.7.1 |
2781 | 2025-02-21T08:15:19.003Z | Compiling ciborium-io v0.2.2 |
2782 | 2025-02-21T08:15:19.098Z | Compiling typify v0.3.0 |
2783 | 2025-02-21T08:15:19.138Z | Compiling ciborium-ll v0.2.2 |
2784 | 2025-02-21T08:15:19.494Z | Compiling progenitor-impl v0.9.1 |
2785 | 2025-02-21T08:15:19.507Z | Compiling slog-scope v4.4.0 |
2786 | 2025-02-21T08:15:19.507Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2787 | 2025-02-21T08:15:19.534Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2788 | 2025-02-21T08:15:19.915Z | Compiling polyval v0.6.2 |
2789 | 2025-02-21T08:15:20.332Z | Compiling atomicwrites v0.4.4 |
2790 | 2025-02-21T08:15:20.449Z | Compiling libsw v3.3.1 |
2791 | 2025-02-21T08:15:20.691Z | Compiling memmap2 v0.9.5 |
2792 | 2025-02-21T08:15:20.808Z | Compiling salty v0.3.0 |
2793 | 2025-02-21T08:15:21.058Z | Compiling thiserror-no-std v2.0.2 |
2794 | 2025-02-21T08:15:21.116Z | Compiling arrayref v0.3.9 |
2795 | 2025-02-21T08:15:21.212Z | Compiling linear-map v1.2.0 |
2796 | 2025-02-21T08:15:21.244Z | Compiling constant_time_eq v0.3.1 |
2797 | 2025-02-21T08:15:21.281Z | Compiling indent_write v2.2.0 |
2798 | 2025-02-21T08:15:21.462Z | Compiling libefi-sys v0.1.0 |
2799 | 2025-02-21T08:15:21.487Z | Compiling parking_lot_core v0.8.6 |
2800 | 2025-02-21T08:15:21.574Z | Compiling arrayvec v0.7.6 |
2801 | 2025-02-21T08:15:21.656Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2802 | 2025-02-21T08:15:21.827Z | Compiling vsss-rs v3.3.4 |
2803 | 2025-02-21T08:15:21.848Z | Compiling ghash v0.5.1 |
2804 | 2025-02-21T08:15:22.077Z | Compiling slog-stdlog v4.1.1 |
2805 | 2025-02-21T08:15:22.180Z | Compiling ciborium v0.2.2 |
2806 | 2025-02-21T08:15:23.162Z | Compiling p384 v0.13.0 |
2807 | 2025-02-21T08:15:23.181Z | Compiling toolchain_find v0.4.0 |
2808 | 2025-02-21T08:15:23.526Z | Compiling chacha20poly1305 v0.10.1 |
2809 | 2025-02-21T08:15:23.742Z | Compiling ctr v0.9.2 |
2810 | 2025-02-21T08:15:23.784Z | Compiling lzma-sys v0.1.20 |
2811 | 2025-02-21T08:15:23.806Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2812 | 2025-02-21T08:15:24.125Z | Compiling bitfield-struct v0.6.2 |
2813 | 2025-02-21T08:15:24.229Z | Compiling slog-dtrace v0.3.0 |
2814 | 2025-02-21T08:15:24.481Z | Compiling highway v1.2.0 |
2815 | 2025-02-21T08:15:24.572Z | Compiling topological-sort v0.2.2 |
2816 | 2025-02-21T08:15:24.638Z | Compiling progenitor-macro v0.8.0 |
2817 | 2025-02-21T08:15:24.839Z | Compiling omicron-zone-package v0.12.0 |
2818 | 2025-02-21T08:15:24.871Z | Compiling aes-gcm v0.10.3 |
2819 | 2025-02-21T08:15:25.180Z | Compiling rustfmt-wrapper v0.2.1 |
2820 | 2025-02-21T08:15:25.200Z | Compiling mime_guess v2.0.5 |
2821 | 2025-02-21T08:15:25.240Z | Compiling slog-envlogger v2.2.0 |
2822 | 2025-02-21T08:15:25.448Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2823 | 2025-02-21T08:15:25.809Z | Compiling steno v0.4.1 |
2824 | 2025-02-21T08:15:25.920Z | Compiling progenitor-macro v0.9.1 |
2825 | 2025-02-21T08:15:26.348Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2826 | 2025-02-21T08:15:26.376Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2827 | 2025-02-21T08:15:26.563Z | Compiling heck v0.3.3 |
2828 | 2025-02-21T08:15:26.981Z | Compiling ssh-encoding v0.2.0 |
2829 | 2025-02-21T08:15:27.015Z | Compiling blowfish v0.9.1 |
2830 | 2025-02-21T08:15:27.173Z | Compiling nibble_vec v0.1.0 |
2831 | 2025-02-21T08:15:27.429Z | Compiling env_filter v0.1.2 |
2832 | 2025-02-21T08:15:27.524Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2833 | 2025-02-21T08:15:27.546Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2834 | 2025-02-21T08:15:27.551Z | Compiling endian-type v0.1.2 |
2835 | 2025-02-21T08:15:27.704Z | Compiling humantime v2.1.0 |
2836 | 2025-02-21T08:15:27.840Z | Compiling radix_trie v0.2.1 |
2837 | 2025-02-21T08:15:27.922Z | Compiling env_logger v0.11.5 |
2838 | 2025-02-21T08:15:28.063Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2839 | 2025-02-21T08:15:28.220Z | Compiling ssh-cipher v0.2.0 |
2840 | 2025-02-21T08:15:28.491Z | Compiling bcrypt-pbkdf v0.10.0 |
2841 | 2025-02-21T08:15:28.588Z | Compiling zone_cfg_derive v0.1.2 |
2842 | 2025-02-21T08:15:28.899Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2843 | 2025-02-21T08:15:29.606Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2844 | 2025-02-21T08:15:29.670Z | Compiling parking_lot v0.11.2 |
2845 | 2025-02-21T08:15:29.971Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2846 | 2025-02-21T08:15:29.997Z | Compiling password-hash v0.4.2 |
2847 | 2025-02-21T08:15:30.385Z | Compiling gethostname v0.5.0 |
2848 | 2025-02-21T08:15:30.470Z | Compiling fxhash v0.2.1 |
2849 | 2025-02-21T08:15:30.496Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2850 | 2025-02-21T08:15:30.553Z | Compiling zip v2.1.3 |
2851 | 2025-02-21T08:15:30.578Z | Compiling simd-adler32 v0.3.7 |
2852 | 2025-02-21T08:15:30.699Z | Compiling lockfree-object-pool v0.1.6 |
2853 | 2025-02-21T08:15:30.854Z | Compiling bumpalo v3.16.0 |
2854 | 2025-02-21T08:15:30.899Z | Compiling base64 v0.13.1 |
2855 | 2025-02-21T08:15:30.931Z | Compiling http-range v0.1.5 |
2856 | 2025-02-21T08:15:31.052Z | Compiling sled v0.34.7 |
2857 | 2025-02-21T08:15:31.128Z | Compiling pbkdf2 v0.11.0 |
2858 | 2025-02-21T08:15:31.283Z | Compiling zopfli v0.8.1 |
2859 | 2025-02-21T08:15:31.332Z | Compiling ron v0.7.1 |
2860 | 2025-02-21T08:15:31.418Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2861 | 2025-02-21T08:15:31.570Z | Compiling zone v0.1.8 |
2862 | 2025-02-21T08:15:31.997Z | Compiling xz2 v0.1.7 |
2863 | 2025-02-21T08:15:32.559Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2864 | 2025-02-21T08:15:32.938Z | Compiling ssh-key v0.6.6 |
2865 | 2025-02-21T08:15:32.993Z | Compiling hickory-client v0.24.3 |
2866 | 2025-02-21T08:15:33.490Z | Compiling p521 v0.13.3 |
2867 | 2025-02-21T08:15:33.571Z | Compiling p256 v0.13.2 |
2868 | 2025-02-21T08:15:33.612Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2869 | 2025-02-21T08:15:34.299Z | Compiling hickory-server v0.24.3 |
2870 | 2025-02-21T08:15:34.373Z | Compiling pem v3.0.4 |
2871 | 2025-02-21T08:15:34.561Z | Compiling yasna v0.5.2 |
2872 | 2025-02-21T08:15:35.001Z | Compiling headers-core v0.3.0 |
2873 | 2025-02-21T08:15:35.204Z | Compiling kstat-rs v0.2.4 |
2874 | 2025-02-21T08:15:35.716Z | Compiling nanorand v0.7.0 |
2875 | 2025-02-21T08:15:35.775Z | Compiling russh-cryptovec v0.7.3 |
2876 | 2025-02-21T08:15:35.984Z | Compiling atty v0.2.14 |
2877 | 2025-02-21T08:15:36.079Z | Compiling md5 v0.7.0 |
2878 | 2025-02-21T08:15:36.171Z | Compiling flume v0.11.1 |
2879 | 2025-02-21T08:15:36.260Z | Compiling rcgen v0.12.1 |
2880 | 2025-02-21T08:15:36.458Z | Compiling progenitor v0.8.0 |
2881 | 2025-02-21T08:15:36.685Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2882 | 2025-02-21T08:15:36.700Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2883 | 2025-02-21T08:15:36.818Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2884 | 2025-02-21T08:15:36.921Z | Compiling russh-keys v0.45.0 |
2885 | 2025-02-21T08:15:37.846Z | Compiling progenitor v0.9.1 |
2886 | 2025-02-21T08:15:38.123Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2887 | 2025-02-21T08:15:38.189Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2888 | 2025-02-21T08:15:38.295Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2889 | 2025-02-21T08:15:38.324Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2890 | 2025-02-21T08:15:39.916Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2891 | 2025-02-21T08:15:40.478Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2892 | 2025-02-21T08:15:40.504Z | Compiling headers v0.4.0 |
2893 | 2025-02-21T08:15:42.349Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2894 | 2025-02-21T08:15:43.306Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2895 | 2025-02-21T08:15:43.493Z | Compiling hyper-staticfile v0.10.1 |
2896 | 2025-02-21T08:15:44.133Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2897 | 2025-02-21T08:15:44.426Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2898 | 2025-02-21T08:15:44.533Z | Compiling num-bigint v0.4.6 |
2899 | 2025-02-21T08:15:44.731Z | Compiling des v0.8.1 |
2900 | 2025-02-21T08:15:44.795Z | Compiling subprocess v0.2.9 |
2901 | 2025-02-21T08:15:45.077Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2902 | 2025-02-21T08:15:45.312Z | Compiling display-error-chain v0.2.2 |
2903 | 2025-02-21T08:15:45.556Z | Compiling hex-literal v0.4.1 |
2904 | 2025-02-21T08:15:45.756Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2905 | 2025-02-21T08:15:45.977Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2906 | 2025-02-21T08:15:46.361Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2907 | 2025-02-21T08:15:46.859Z | Compiling internet-checksum v0.2.1 |
2908 | 2025-02-21T08:15:48.538Z | Compiling russh v0.45.0 |
2909 | 2025-02-21T08:15:53.507Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2910 | 2025-02-21T08:15:53.511Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2911 | 2025-02-21T08:15:53.511Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2912 | 2025-02-21T08:15:53.626Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2913 | 2025-02-21T08:15:54.573Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2914 | 2025-02-21T08:15:56.182Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2915 | 2025-02-21T08:15:57.645Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2916 | 2025-02-21T08:15:57.853Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2917 | 2025-02-21T08:15:58.274Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2918 | 2025-02-21T08:15:58.646Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2919 | 2025-02-21T08:16:00.932Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2920 | 2025-02-21T08:16:01.097Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2921 | 2025-02-21T08:16:01.268Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2922 | 2025-02-21T08:16:01.528Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2923 | 2025-02-21T08:16:02.090Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2924 | 2025-02-21T08:16:02.405Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2925 | 2025-02-21T08:16:03.589Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2926 | 2025-02-21T08:16:04.339Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2927 | 2025-02-21T08:16:07.179Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2928 | 2025-02-21T08:16:07.325Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2929 | 2025-02-21T08:16:07.325Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2930 | 2025-02-21T08:16:08.443Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2931 | 2025-02-21T08:16:08.651Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2932 | 2025-02-21T08:16:10.266Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2933 | 2025-02-21T08:16:12.493Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2934 | 2025-02-21T08:16:12.920Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2935 | 2025-02-21T08:16:14.295Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2936 | 2025-02-21T08:16:14.497Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2937 | 2025-02-21T08:16:20.090Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2938 | 2025-02-21T08:16:28.036Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2939 | 2025-02-21T08:16:29.630Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2940 | 2025-02-21T08:16:51.517Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2941 | 2025-02-21T08:17:14.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s |
2942 | 2025-02-21T08:17:14.300Z | |
2943 | 2025-02-21T08:17:14.300Z | real 2:20.225355486 |
2944 | 2025-02-21T08:17:14.300Z | user 11:42.776338235 |
2945 | 2025-02-21T08:17:14.300Z | sys 1:34.588967355 |
2946 | 2025-02-21T08:17:14.301Z | trap 0.357394403 |
2947 | 2025-02-21T08:17:14.301Z | tflt 0.285215033 |
2948 | 2025-02-21T08:17:14.305Z | dflt 0.944186107 |
2949 | 2025-02-21T08:17:14.305Z | kflt 0.000035051 |
2950 | 2025-02-21T08:17:14.305Z | lock 21:10.658896215 |
2951 | 2025-02-21T08:17:14.305Z | slp 40:13.762813054 |
2952 | 2025-02-21T08:17:14.305Z | lat 37.341749603 |
2953 | 2025-02-21T08:17:14.305Z | stop 1:41.220659620 |
2954 | 2025-02-21T08:17:14.305Z | + mkdir tests |
2955 | 2025-02-21T08:17:14.305Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2956 | 2025-02-21T08:17:14.312Z | + xargs -I '{}' -t cp '{}' tests/ |
2957 | 2025-02-21T08:17:15.763Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-812ac43fdcfd92be tests/ |
2958 | 2025-02-21T08:17:15.789Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-6b7472615a342e45 tests/ |
2959 | 2025-02-21T08:17:15.816Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-6d11336e98ca210c tests/ |
2960 | 2025-02-21T08:17:15.843Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-77bdacee7fdd700a tests/ |
2961 | 2025-02-21T08:17:16.126Z | + 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/*) |
2962 | 2025-02-21T08:17:16.129Z | + 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-812ac43fdcfd92be tests/commtest-6d11336e98ca210c tests/dhcp_server-6b7472615a342e45 tests/end_to_end_tests-77bdacee7fdd700a 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 |
2963 | 2025-02-21T08:18:34.175Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2964 | 2025-02-21T08:18:34.175Z | a .github/buildomat/ci-env.sh 1K |
2965 | 2025-02-21T08:18:34.175Z | a out/target/test 1K |
2966 | 2025-02-21T08:18:34.175Z | a out/npuzone/npuzone 23144K |
2967 | 2025-02-21T08:18:34.175Z | a package-manifest.toml 33K |
2968 | 2025-02-21T08:18:34.175Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2969 | 2025-02-21T08:18:34.175Z | a target/release/omicron-package 39527K |
2970 | 2025-02-21T08:18:34.175Z | a target/release/xtask 10723K |
2971 | 2025-02-21T08:18:34.175Z | a target/debug/bootstrap 220619K |
2972 | 2025-02-21T08:18:34.175Z | a tests/bootstrap-812ac43fdcfd92be 24239K |
2973 | 2025-02-21T08:18:34.175Z | a tests/commtest-6d11336e98ca210c 25092K |
2974 | 2025-02-21T08:18:34.175Z | a tests/dhcp_server-6b7472615a342e45 24239K |
2975 | 2025-02-21T08:18:34.175Z | a tests/end_to_end_tests-77bdacee7fdd700a 281434K |
2976 | 2025-02-21T08:18:34.175Z | a out/clickhouse.tar.gz 308138K |
2977 | 2025-02-21T08:18:34.175Z | a out/clickhouse_keeper.tar.gz 293838K |
2978 | 2025-02-21T08:18:34.175Z | a out/clickhouse_server.tar.gz 308117K |
2979 | 2025-02-21T08:18:34.175Z | a out/cockroachdb.tar.gz 145904K |
2980 | 2025-02-21T08:18:34.175Z | a out/crucible-dtrace.tar 99K |
2981 | 2025-02-21T08:18:34.175Z | a out/crucible-pantry-zone.tar.gz 34281K |
2982 | 2025-02-21T08:18:34.175Z | a out/crucible-zone.tar.gz 42652K |
2983 | 2025-02-21T08:18:34.175Z | a out/external-dns.tar.gz 47686K |
2984 | 2025-02-21T08:18:34.175Z | a out/internal-dns.tar.gz 47687K |
2985 | 2025-02-21T08:18:34.175Z | a out/mg-ddm-gz.tar 63075K |
2986 | 2025-02-21T08:18:34.175Z | a out/nexus.tar.gz 113150K |
2987 | 2025-02-21T08:18:34.175Z | a out/ntp.tar.gz 16216K |
2988 | 2025-02-21T08:18:34.175Z | a out/omicron-gateway-softnpu.tar.gz 25224K |
2989 | 2025-02-21T08:18:34.175Z | a out/omicron-sled-agent.tar 125290K |
2990 | 2025-02-21T08:18:34.176Z | a out/overlay.tar.gz 3K |
2991 | 2025-02-21T08:18:34.176Z | a out/oximeter.tar.gz 57269K |
2992 | 2025-02-21T08:18:34.176Z | a out/oxlog.tar 3137K |
2993 | 2025-02-21T08:18:34.176Z | a out/probe.tar.gz 2764K |
2994 | 2025-02-21T08:18:34.176Z | a out/propolis-server.tar.gz 66425K |
2995 | 2025-02-21T08:18:34.176Z | a out/pumpkind-gz.tar 26665K |
2996 | 2025-02-21T08:18:34.176Z | a out/switch-softnpu.tar.gz 269114K |
2997 | 2025-02-21T08:18:34.179Z | |
2998 | 2025-02-21T08:18:34.179Z | real 1:18.035728367 |
2999 | 2025-02-21T08:18:34.179Z | user 1:14.415704428 |
3000 | 2025-02-21T08:18:34.179Z | sys 5.201700401 |
3001 | 2025-02-21T08:18:34.179Z | trap 0.020287550 |
3002 | 2025-02-21T08:18:34.179Z | tflt 0.000000000 |
3003 | 2025-02-21T08:18:34.179Z | dflt 0.000000000 |
3004 | 2025-02-21T08:18:34.179Z | kflt 0.000000000 |
3005 | 2025-02-21T08:18:34.179Z | lock 0.000000000 |
3006 | 2025-02-21T08:18:34.179Z | slp 1:14.124884980 |
3007 | 2025-02-21T08:18:34.180Z | lat 2.303868580 |
3008 | 2025-02-21T08:18:34.180Z | stop 0.000199745 |
3009 | 2025-02-21T08:18:34.180Z | process exited: duration 1949260 ms, exit code 0 |
|
3010 | 2025-02-21T08:18:34.194Z | found 1 output files |
3011 | 2025-02-21T08:18:34.194Z | uploading: /work/package.tar.gz (2058161453 bytes) |
3012 | 2025-02-21T08:19:18.524Z | uploaded: /work/package.tar.gz |