|
|
|
1 | 2025-03-07T21:33:45.047Z | job assigned to worker 01JNS8D4Z67Q6WZHQMFJWZRQYR [factory aws, i-03eade0cfa05ad52a] (queued for 50 s) |
|
2 | 2025-03-07T21:33:53.215Z | starting task 0: "setup" |
3 | 2025-03-07T21:33:53.220Z | ++ uname -s |
4 | 2025-03-07T21:33:53.224Z | + kern=SunOS |
5 | 2025-03-07T21:33:53.224Z | + build_user=build |
6 | 2025-03-07T21:33:53.224Z | + build_uid=12345 |
7 | 2025-03-07T21:33:53.224Z | + work_dir=/work |
8 | 2025-03-07T21:33:53.224Z | + input_dir=/input |
9 | 2025-03-07T21:33:53.224Z | + [[ 0 == 12345 ]] |
10 | 2025-03-07T21:33:53.224Z | + case "$kern" in |
11 | 2025-03-07T21:33:53.224Z | + groupadd -g 12345 build |
12 | 2025-03-07T21:33:53.227Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-07T21:33:55.235Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-07T21:33:55.353Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-07T21:33:55.356Z | + home_fs=zfs |
16 | 2025-03-07T21:33:55.356Z | + [[ zfs == autofs ]] |
17 | 2025-03-07T21:33:55.356Z | + mkdir -p /home/build |
18 | 2025-03-07T21:33:55.359Z | + chown build:build /home/build /work |
19 | 2025-03-07T21:33:56.360Z | + chmod 0700 /home/build /work |
20 | 2025-03-07T21:33:56.363Z | process exited: duration 3149 ms, exit code 0 |
|
21 | 2025-03-07T21:33:56.369Z | starting task 1: "rust-toolchain" |
22 | 2025-03-07T21:33:56.375Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-07T21:33:56.375Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-07T21:33:56.375Z | * rust toolchain profile = "default" |
25 | 2025-03-07T21:33:56.375Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-07T21:33:56.375Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-07T21:33:56.375Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-07T21:33:56.378Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-07T21:33:56.378Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-07T21:33:56.493Z | info: downloading installer |
31 | 2025-03-07T21:33:57.921Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-07T21:33:57.921Z | warn: /opt/ooce/bin |
33 | 2025-03-07T21:33:57.921Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-07T21:33:57.921Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-07T21:33:57.921Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-07T21:33:57.921Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-07T21:33:57.921Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-07T21:33:57.921Z | error: cannot install while Rust is installed |
39 | 2025-03-07T21:33:57.921Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-07T21:33:57.937Z | info: profile set to 'default' |
41 | 2025-03-07T21:33:57.937Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-07T21:33:57.940Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-07T21:33:58.108Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-07T21:33:58.109Z | info: downloading component 'cargo' |
45 | 2025-03-07T21:33:59.025Z | info: downloading component 'clippy' |
46 | 2025-03-07T21:33:59.399Z | info: downloading component 'rust-docs' |
47 | 2025-03-07T21:34:00.548Z | info: downloading component 'rust-std' |
48 | 2025-03-07T21:34:02.546Z | info: downloading component 'rustc' |
49 | 2025-03-07T21:34:09.280Z | info: downloading component 'rustfmt' |
50 | 2025-03-07T21:34:09.566Z | info: installing component 'cargo' |
51 | 2025-03-07T21:34:10.390Z | info: installing component 'clippy' |
52 | 2025-03-07T21:34:10.775Z | info: installing component 'rust-docs' |
53 | 2025-03-07T21:34:12.560Z | info: installing component 'rust-std' |
54 | 2025-03-07T21:34:14.462Z | info: installing component 'rustc' |
55 | 2025-03-07T21:34:20.403Z | info: installing component 'rustfmt' |
56 | 2025-03-07T21:34:20.735Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-07T21:34:20.735Z | |
58 | 2025-03-07T21:34:21.097Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-07T21:34:21.097Z | |
60 | 2025-03-07T21:34:21.100Z | |
61 | 2025-03-07T21:34:21.100Z | Rust is installed now. Great! |
62 | 2025-03-07T21:34:21.100Z | |
63 | 2025-03-07T21:34:21.100Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-07T21:34:21.100Z | environment variable. This has not been done automatically. |
65 | 2025-03-07T21:34:21.100Z | |
66 | 2025-03-07T21:34:21.101Z | To configure your current shell, you need to source |
67 | 2025-03-07T21:34:21.101Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-07T21:34:21.101Z | |
69 | 2025-03-07T21:34:21.101Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-07T21:34:21.101Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-07T21:34:21.101Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-07T21:34:21.101Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-07T21:34:21.174Z | + rustup --version |
74 | 2025-03-07T21:34:21.185Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-07T21:34:21.185Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-07T21:34:21.214Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-07T21:34:21.218Z | + cargo --version |
78 | 2025-03-07T21:34:21.236Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-07T21:34:21.239Z | + rustc --version |
80 | 2025-03-07T21:34:21.265Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-07T21:34:21.268Z | process exited: duration 24895 ms, exit code 0 |
|
82 | 2025-03-07T21:34:21.275Z | starting task 2: "authentication" |
83 | 2025-03-07T21:34:21.298Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-03-07T21:34:21.304Z | starting task 3: "clone repository" |
85 | 2025-03-07T21:34:21.309Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-07T21:34:21.312Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-07T21:34:21.353Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-07T21:34:29.860Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-07T21:34:29.860Z | + git fetch origin f5526efc6179e8c0432bd5f59334613857389061 |
90 | 2025-03-07T21:34:30.168Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-07T21:34:30.168Z | * branch f5526efc6179e8c0432bd5f59334613857389061 -> FETCH_HEAD |
92 | 2025-03-07T21:34:30.179Z | + [[ -n fix-boolean-logic ]] |
93 | 2025-03-07T21:34:30.182Z | ++ git branch --show-current |
94 | 2025-03-07T21:34:30.186Z | + current=main |
95 | 2025-03-07T21:34:30.186Z | + [[ main != fix-boolean-logic ]] |
96 | 2025-03-07T21:34:30.186Z | + git branch -f fix-boolean-logic f5526efc6179e8c0432bd5f59334613857389061 |
97 | 2025-03-07T21:34:30.189Z | + git checkout -f fix-boolean-logic |
98 | 2025-03-07T21:34:30.382Z | Switched to branch 'fix-boolean-logic' |
99 | 2025-03-07T21:34:30.385Z | + git reset --hard f5526efc6179e8c0432bd5f59334613857389061 |
100 | 2025-03-07T21:34:30.398Z | HEAD is now at f5526efc6 Fix logging too |
101 | 2025-03-07T21:34:30.401Z | process exited: duration 9094 ms, exit code 0 |
|
102 | 2025-03-07T21:34:30.410Z | starting task 4: "build" |
103 | 2025-03-07T21:34:30.413Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-07T21:34:30.413Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-07T21:34:30.413Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-07T21:34:30.413Z | + cargo --version |
107 | 2025-03-07T21:34:30.469Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-07T21:34:30.472Z | + rustc --version |
109 | 2025-03-07T21:34:30.540Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-07T21:34:30.543Z | + WORK=/work |
111 | 2025-03-07T21:34:30.543Z | + pfexec mkdir -p /work |
112 | 2025-03-07T21:34:30.548Z | + pfexec chown build /work |
113 | 2025-03-07T21:34:30.551Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
114 | 2025-03-07T21:34:32.206Z | pkg list: illegal option -- F |
115 | 2025-03-07T21:34:32.210Z | Usage: |
116 | 2025-03-07T21:34:32.210Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
117 | 2025-03-07T21:34:32.210Z | [pkg_fmri_pattern ...] |
118 | 2025-03-07T21:34:33.088Z | pkg list: illegal option -- F |
119 | 2025-03-07T21:34:33.088Z | Usage: |
120 | 2025-03-07T21:34:33.088Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
121 | 2025-03-07T21:34:33.088Z | [pkg_fmri_pattern ...] |
122 | 2025-03-07T21:34:40.028Z | Startup: Refreshing catalog 'helios-dev' ... Done |
123 | 2025-03-07T21:34:44.448Z | Startup: Caching catalogs ... Done |
124 | 2025-03-07T21:34:58.162Z | Planning: Solver setup ... Done (12.751s) |
125 | 2025-03-07T21:34:58.319Z | Planning: Running solver ... Done (0.157s) |
126 | 2025-03-07T21:34:58.445Z | Planning: Finding local manifests ... Done (0.007s) |
127 | 2025-03-07T21:34:58.479Z | Planning: Fetching manifests: 0/7 0% complete |
128 | 2025-03-07T21:34:58.746Z | Planning: Fetching manifests: 7/7 100% complete |
129 | 2025-03-07T21:34:58.865Z | Planning: Package planning ... Done (0.119s) |
130 | 2025-03-07T21:34:58.923Z | Planning: Merging actions ... Done (0.058s) |
131 | 2025-03-07T21:34:59.125Z | Planning: Checking for conflicting actions ... Done (0.201s) |
132 | 2025-03-07T21:35:01.087Z | Planning: Consolidating action changes ... Done (1.961s) |
133 | 2025-03-07T21:35:01.529Z | Planning: Evaluating mediators ... Done (0.442s) |
134 | 2025-03-07T21:35:01.614Z | Planning: Planning completed in 17.06 seconds |
135 | 2025-03-07T21:35:01.632Z | Packages to install: 4 |
136 | 2025-03-07T21:35:01.632Z | Packages to update: 3 |
137 | 2025-03-07T21:35:01.632Z | Mediators to change: 2 |
138 | 2025-03-07T21:35:01.636Z | Services to change: 1 |
139 | 2025-03-07T21:35:01.636Z | Estimated space available: 155.59 GB |
140 | 2025-03-07T21:35:01.636Z | Estimated space to be consumed: 1.66 GB |
141 | 2025-03-07T21:35:01.636Z | Create boot environment: No |
142 | 2025-03-07T21:35:01.636Z | Create backup boot environment: Yes |
143 | 2025-03-07T21:35:01.636Z | Rebuild boot archive: No |
144 | 2025-03-07T21:35:01.636Z | |
145 | 2025-03-07T21:35:01.636Z | Changed mediators: |
146 | 2025-03-07T21:35:01.636Z | mediator clang: |
147 | 2025-03-07T21:35:01.636Z | version: None -> 15 (system default) |
148 | 2025-03-07T21:35:01.636Z | |
149 | 2025-03-07T21:35:01.636Z | mediator llvm: |
150 | 2025-03-07T21:35:01.636Z | version: 14 (system default) -> 15 (system default) |
151 | 2025-03-07T21:35:01.636Z | |
152 | 2025-03-07T21:35:01.636Z | Changed packages: |
153 | 2025-03-07T21:35:01.636Z | helios-dev |
154 | 2025-03-07T21:35:01.636Z | developer/build-essential |
155 | 2025-03-07T21:35:01.636Z | None -> 11-2.0 |
156 | 2025-03-07T21:35:01.636Z | library/libxmlsec1 |
157 | 2025-03-07T21:35:01.636Z | None -> 1.2.35-2.0 |
158 | 2025-03-07T21:35:01.636Z | ooce/developer/clang-15 |
159 | 2025-03-07T21:35:01.636Z | None -> 15.0.7-2.0 |
160 | 2025-03-07T21:35:01.636Z | ooce/developer/llvm-15 |
161 | 2025-03-07T21:35:01.636Z | None -> 15.0.7-2.0 |
162 | 2025-03-07T21:35:01.636Z | package/pkg |
163 | 2025-03-07T21:35:01.636Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
164 | 2025-03-07T21:35:01.636Z | system/library/g++-runtime |
165 | 2025-03-07T21:35:01.636Z | 13-2.0 -> 14-2.0 |
166 | 2025-03-07T21:35:01.636Z | system/library/gcc-runtime |
167 | 2025-03-07T21:35:01.636Z | 13-2.0 -> 14-2.0 |
168 | 2025-03-07T21:35:01.636Z | |
169 | 2025-03-07T21:35:01.636Z | Services: |
170 | 2025-03-07T21:35:01.636Z | restart_fmri: |
171 | 2025-03-07T21:35:01.636Z | svc:/system/update-man-index:default |
172 | 2025-03-07T21:35:01.636Z | |
173 | 2025-03-07T21:35:01.637Z | Editable files to change: |
174 | 2025-03-07T21:35:01.637Z | Update: |
175 | 2025-03-07T21:35:01.637Z | usr/share/lib/pkg/web/config.shtml |
176 | 2025-03-07T21:35:01.722Z | |
177 | 2025-03-07T21:35:01.722Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
178 | 2025-03-07T21:35:06.724Z | Download: 592/4301 items 17.3/225.4MB 7% complete (3.6M/s) |
179 | 2025-03-07T21:35:11.725Z | Download: 1059/4301 items 19.7/225.4MB 8% complete (2.0M/s) |
180 | 2025-03-07T21:35:16.726Z | Download: 1266/4301 items 109.1/225.4MB 48% complete (9.1M/s) |
181 | 2025-03-07T21:35:21.728Z | Download: 1596/4301 items 117.7/225.4MB 52% complete (9.8M/s) |
182 | 2025-03-07T21:35:28.311Z | Download: 2223/4301 items 119.2/225.4MB 52% complete (3.5M/s) |
183 | 2025-03-07T21:35:33.470Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (3.4M/s) |
184 | 2025-03-07T21:35:38.471Z | Download: 3208/4301 items 162.8/225.4MB 72% complete (8.6M/s) |
185 | 2025-03-07T21:35:43.472Z | Download: 3336/4301 items 212.9/225.4MB 94% complete (9.5M/s) |
186 | 2025-03-07T21:35:48.479Z | Download: 4037/4301 items 218.7/225.4MB 97% complete (7.2M/s) |
187 | 2025-03-07T21:35:56.591Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (3.8M/s) |
188 | 2025-03-07T21:36:00.041Z | Download: Completed 225.42 MB in 58.31 seconds (3.9M/s) |
189 | 2025-03-07T21:36:02.097Z | Actions: 1/5122 actions (Removing old actions) |
190 | 2025-03-07T21:36:02.117Z | Actions: 194/5122 actions (Installing new actions) |
191 | 2025-03-07T21:36:06.845Z | Actions: 4267/5122 actions (Updating modified actions) |
192 | 2025-03-07T21:36:07.205Z | Actions: Completed 5122 actions in 5.11 seconds. |
193 | 2025-03-07T21:36:07.642Z | Done (0.429s) |
194 | 2025-03-07T21:36:07.646Z | Done (0.002s) |
195 | 2025-03-07T21:36:08.266Z | Done (0.621s) |
196 | 2025-03-07T21:36:12.769Z | Done (4.258s) |
197 | 2025-03-07T21:36:12.856Z | Done (0.020s) |
198 | 2025-03-07T21:36:12.860Z | Done (0.000s) |
199 | 2025-03-07T21:36:13.027Z | Done (0.000s) |
200 | 2025-03-07T21:36:13.751Z | Planning: Evaluating mediator changes ... Done |
201 | 2025-03-07T21:36:13.916Z | Planning: Checking for conflicting actions ... Done |
202 | 2025-03-07T21:36:13.919Z | Planning: Consolidating action changes ... Done |
203 | 2025-03-07T21:36:14.195Z | Planning: Evaluating mediators ... Done |
204 | 2025-03-07T21:36:14.198Z | Planning: Planning completed in 0.44 seconds |
205 | 2025-03-07T21:36:14.240Z | Mediators to change: 2 |
206 | 2025-03-07T21:36:14.240Z | Create boot environment: No |
207 | 2025-03-07T21:36:14.244Z | Create backup boot environment: No |
208 | 2025-03-07T21:36:14.336Z | Done |
209 | 2025-03-07T21:36:14.336Z | Done |
210 | 2025-03-07T21:36:14.773Z | Done |
211 | 2025-03-07T21:36:18.517Z | Done |
212 | 2025-03-07T21:36:18.609Z | Done |
213 | 2025-03-07T21:36:18.612Z | Done |
214 | 2025-03-07T21:36:18.742Z | Done |
215 | 2025-03-07T21:36:19.385Z | Planning: Evaluating mediator changes ... Done |
216 | 2025-03-07T21:36:19.388Z | Planning: Merging actions ... Done |
217 | 2025-03-07T21:36:19.580Z | Planning: Checking for conflicting actions ... Done |
218 | 2025-03-07T21:36:19.583Z | Planning: Consolidating action changes ... Done |
219 | 2025-03-07T21:36:19.867Z | Planning: Evaluating mediators ... Done |
220 | 2025-03-07T21:36:19.930Z | Planning: Planning completed in 0.80 seconds |
221 | 2025-03-07T21:36:19.972Z | Packages to change: 1 |
222 | 2025-03-07T21:36:19.972Z | Mediators to change: 1 |
223 | 2025-03-07T21:36:19.975Z | Services to change: 1 |
224 | 2025-03-07T21:36:19.975Z | Create boot environment: No |
225 | 2025-03-07T21:36:19.975Z | Create backup boot environment: Yes |
226 | 2025-03-07T21:36:22.393Z | Actions: 1/6 actions (Updating modified actions) |
227 | 2025-03-07T21:36:22.396Z | Actions: Completed 6 actions in 0.00 seconds. |
228 | 2025-03-07T21:36:22.396Z | Done |
229 | 2025-03-07T21:36:22.396Z | Done |
230 | 2025-03-07T21:36:22.522Z | Done |
231 | 2025-03-07T21:36:26.262Z | Done |
232 | 2025-03-07T21:36:26.353Z | Done |
233 | 2025-03-07T21:36:26.356Z | Done |
234 | 2025-03-07T21:36:26.482Z | Done |
235 | 2025-03-07T21:36:26.949Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
236 | 2025-03-07T21:36:26.949Z | clang system 15 system |
237 | 2025-03-07T21:36:26.949Z | csh system system illumos |
238 | 2025-03-07T21:36:26.949Z | ctags system system illumos |
239 | 2025-03-07T21:36:26.949Z | gcc vendor 12 vendor |
240 | 2025-03-07T21:36:26.949Z | gcc system 10 system |
241 | 2025-03-07T21:36:26.949Z | gcc system 7 system |
242 | 2025-03-07T21:36:26.950Z | go system 1.20 system |
243 | 2025-03-07T21:36:26.950Z | go system 1.19 system |
244 | 2025-03-07T21:36:26.950Z | llvm system 15 system |
245 | 2025-03-07T21:36:26.950Z | llvm system 14 system |
246 | 2025-03-07T21:36:26.950Z | mariadb system 10.6 system |
247 | 2025-03-07T21:36:26.950Z | mta vendor vendor dma |
248 | 2025-03-07T21:36:26.950Z | openjdk system 17 system |
249 | 2025-03-07T21:36:26.950Z | openjdk system 11 system |
250 | 2025-03-07T21:36:26.950Z | openjdk system 1.8 system |
251 | 2025-03-07T21:36:26.950Z | openssl vendor 3 vendor |
252 | 2025-03-07T21:36:26.950Z | perl system 5.36 system |
253 | 2025-03-07T21:36:26.950Z | postgresql system 15 system |
254 | 2025-03-07T21:36:26.950Z | postgresql system 13 system |
255 | 2025-03-07T21:36:26.950Z | python vendor 3 vendor |
256 | 2025-03-07T21:36:26.950Z | python system 2 system |
257 | 2025-03-07T21:36:26.950Z | python3 system 3.11 system |
258 | 2025-03-07T21:36:26.950Z | ruby system 3.0 system |
259 | 2025-03-07T21:36:26.950Z | words vendor vendor american-english |
260 | 2025-03-07T21:36:26.950Z | words system system australian-english |
261 | 2025-03-07T21:36:26.950Z | words system system british-english |
262 | 2025-03-07T21:36:26.950Z | words system system canadian-english |
263 | 2025-03-07T21:36:26.950Z | words system system french |
264 | 2025-03-07T21:36:26.950Z | words system system italian |
265 | 2025-03-07T21:36:26.950Z | words system system ngerman |
266 | 2025-03-07T21:36:26.950Z | words system system ogerman |
267 | 2025-03-07T21:36:26.950Z | words system system spanish |
268 | 2025-03-07T21:36:27.295Z | PUBLISHER TYPE STATUS P LOCATION |
269 | 2025-03-07T21:36:27.295Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
270 | 2025-03-07T21:36:30.407Z | FMRI IFO |
271 | 2025-03-07T21:36:30.407Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
272 | 2025-03-07T21:36:30.407Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
273 | 2025-03-07T21:36:30.407Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
274 | 2025-03-07T21:36:30.407Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
275 | 2025-03-07T21:36:30.407Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
276 | 2025-03-07T21:36:30.407Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
277 | 2025-03-07T21:36:30.407Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
278 | 2025-03-07T21:36:30.407Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
279 | 2025-03-07T21:36:30.407Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
280 | 2025-03-07T21:36:30.407Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
281 | 2025-03-07T21:36:30.407Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
282 | 2025-03-07T21:36:30.407Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
283 | 2025-03-07T21:36:30.407Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
284 | 2025-03-07T21:36:30.407Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
285 | 2025-03-07T21:36:30.407Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
286 | 2025-03-07T21:36:31.240Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
287 | 2025-03-07T21:36:31.489Z | Updating crates.io index |
288 | 2025-03-07T21:36:31.550Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
289 | 2025-03-07T21:36:32.041Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
290 | 2025-03-07T21:36:32.344Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
291 | 2025-03-07T21:36:32.640Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
292 | 2025-03-07T21:36:32.971Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
293 | 2025-03-07T21:36:34.065Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
294 | 2025-03-07T21:36:35.843Z | Updating git repository `https://github.com/oxidecomputer/opte` |
295 | 2025-03-07T21:36:36.543Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
296 | 2025-03-07T21:36:37.179Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
297 | 2025-03-07T21:36:37.452Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
298 | 2025-03-07T21:36:37.766Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
299 | 2025-03-07T21:36:38.315Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
300 | 2025-03-07T21:36:38.827Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
301 | 2025-03-07T21:36:39.145Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
302 | 2025-03-07T21:36:39.435Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
303 | 2025-03-07T21:36:39.686Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
304 | 2025-03-07T21:36:39.928Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
305 | 2025-03-07T21:36:40.137Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
306 | 2025-03-07T21:36:40.429Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
307 | 2025-03-07T21:36:40.852Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
308 | 2025-03-07T21:36:41.625Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
309 | 2025-03-07T21:36:41.939Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
310 | 2025-03-07T21:36:42.212Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
311 | 2025-03-07T21:36:42.518Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
312 | 2025-03-07T21:36:43.058Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
313 | 2025-03-07T21:36:43.360Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
314 | 2025-03-07T21:36:43.739Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
315 | 2025-03-07T21:36:44.041Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
316 | 2025-03-07T21:36:44.337Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
317 | 2025-03-07T21:36:44.578Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
318 | 2025-03-07T21:36:44.840Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
319 | 2025-03-07T21:36:46.214Z | Downloading crates ... |
320 | 2025-03-07T21:36:46.290Z | Downloaded equivalent v1.0.1 |
321 | 2025-03-07T21:36:46.294Z | Downloaded anstyle v1.0.10 |
322 | 2025-03-07T21:36:46.297Z | Downloaded anstyle-parse v0.2.5 |
323 | 2025-03-07T21:36:46.300Z | Downloaded anstream v0.6.15 |
324 | 2025-03-07T21:36:46.307Z | Downloaded dtrace-parser v0.2.0 |
325 | 2025-03-07T21:36:46.310Z | Downloaded scroll_derive v0.12.0 |
326 | 2025-03-07T21:36:46.310Z | Downloaded colorchoice v1.0.2 |
327 | 2025-03-07T21:36:46.321Z | Downloaded zerocopy v0.7.35 |
328 | 2025-03-07T21:36:46.337Z | Downloaded usdt-macro v0.5.0 |
329 | 2025-03-07T21:36:46.340Z | Downloaded zerocopy-derive v0.7.35 |
330 | 2025-03-07T21:36:46.343Z | Downloaded swrite v0.1.0 |
331 | 2025-03-07T21:36:46.343Z | Downloaded pretty-hex v0.4.1 |
332 | 2025-03-07T21:36:46.346Z | Downloaded winnow v0.7.3 |
333 | 2025-03-07T21:36:46.353Z | Downloaded usdt-attr-macro v0.5.0 |
334 | 2025-03-07T21:36:46.356Z | Downloaded generic-array v0.14.7 |
335 | 2025-03-07T21:36:46.356Z | Downloaded fs-err v2.11.0 |
336 | 2025-03-07T21:36:46.359Z | Downloaded heck v0.5.0 |
337 | 2025-03-07T21:36:46.359Z | Downloaded anstyle-query v1.1.1 |
338 | 2025-03-07T21:36:46.362Z | Downloaded fnv v1.0.7 |
339 | 2025-03-07T21:36:46.362Z | Downloaded dof v0.3.0 |
340 | 2025-03-07T21:36:46.362Z | Downloaded cargo-platform v0.1.8 |
341 | 2025-03-07T21:36:46.366Z | Downloaded bytecount v0.6.8 |
342 | 2025-03-07T21:36:46.366Z | Downloaded block-buffer v0.10.4 |
343 | 2025-03-07T21:36:46.366Z | Downloaded cpufeatures v0.2.14 |
344 | 2025-03-07T21:36:46.369Z | Downloaded autocfg v1.4.0 |
345 | 2025-03-07T21:36:46.369Z | Downloaded digest v0.10.7 |
346 | 2025-03-07T21:36:46.373Z | Downloaded cfg-if v1.0.0 |
347 | 2025-03-07T21:36:46.373Z | Downloaded byteorder v1.5.0 |
348 | 2025-03-07T21:36:46.373Z | Downloaded bitflags v1.3.2 |
349 | 2025-03-07T21:36:46.376Z | Downloaded thread-id v4.2.2 |
350 | 2025-03-07T21:36:46.379Z | Downloaded thiserror-impl v2.0.11 |
351 | 2025-03-07T21:36:46.379Z | Downloaded pest_generator v2.7.14 |
352 | 2025-03-07T21:36:46.379Z | Downloaded is_terminal_polyfill v1.70.1 |
353 | 2025-03-07T21:36:46.383Z | Downloaded heck v0.4.1 |
354 | 2025-03-07T21:36:46.383Z | Downloaded errno v0.3.9 |
355 | 2025-03-07T21:36:46.386Z | Downloaded toml_datetime v0.6.8 |
356 | 2025-03-07T21:36:46.386Z | Downloaded version_check v0.9.5 |
357 | 2025-03-07T21:36:46.386Z | Downloaded smawk v0.3.2 |
358 | 2025-03-07T21:36:46.392Z | Downloaded serde_spanned v0.6.8 |
359 | 2025-03-07T21:36:46.392Z | Downloaded proc-macro-error-attr v1.0.4 |
360 | 2025-03-07T21:36:46.392Z | Downloaded crypto-common v0.1.6 |
361 | 2025-03-07T21:36:46.395Z | Downloaded thiserror-impl v1.0.69 |
362 | 2025-03-07T21:36:46.395Z | Downloaded terminal_size v0.4.0 |
363 | 2025-03-07T21:36:46.398Z | Downloaded terminal_size v0.2.6 |
364 | 2025-03-07T21:36:46.398Z | Downloaded serde_tokenstream v0.2.2 |
365 | 2025-03-07T21:36:46.401Z | Downloaded plain v0.2.3 |
366 | 2025-03-07T21:36:46.401Z | Downloaded thiserror v1.0.69 |
367 | 2025-03-07T21:36:46.405Z | Downloaded utf8parse v0.2.2 |
368 | 2025-03-07T21:36:46.408Z | Downloaded macaddr v1.0.1 |
369 | 2025-03-07T21:36:46.408Z | Downloaded clap_lex v0.7.4 |
370 | 2025-03-07T21:36:46.412Z | Downloaded strsim v0.11.1 |
371 | 2025-03-07T21:36:46.412Z | Downloaded tabled_derive v0.7.0 |
372 | 2025-03-07T21:36:46.415Z | Downloaded fastrand v2.1.1 |
373 | 2025-03-07T21:36:46.415Z | Downloaded camino-tempfile v1.1.1 |
374 | 2025-03-07T21:36:46.415Z | Downloaded itoa v1.0.11 |
375 | 2025-03-07T21:36:46.418Z | Downloaded clap_derive v4.5.28 |
376 | 2025-03-07T21:36:46.421Z | Downloaded camino v1.1.9 |
377 | 2025-03-07T21:36:46.428Z | Downloaded tempfile v3.13.0 |
378 | 2025-03-07T21:36:46.431Z | Downloaded sha2 v0.10.8 |
379 | 2025-03-07T21:36:46.434Z | Downloaded proc-macro-error v1.0.4 |
380 | 2025-03-07T21:36:46.437Z | Downloaded semver v1.0.25 |
381 | 2025-03-07T21:36:46.441Z | Downloaded unicode-linebreak v0.1.5 |
382 | 2025-03-07T21:36:46.441Z | Downloaded quote v1.0.38 |
383 | 2025-03-07T21:36:46.444Z | Downloaded pest_derive v2.7.14 |
384 | 2025-03-07T21:36:46.444Z | Downloaded once_cell v1.20.3 |
385 | 2025-03-07T21:36:46.447Z | Downloaded usdt-impl v0.5.0 |
386 | 2025-03-07T21:36:46.450Z | Downloaded thiserror v2.0.11 |
387 | 2025-03-07T21:36:46.453Z | Downloaded scroll v0.12.0 |
388 | 2025-03-07T21:36:46.457Z | Downloaded memmap v0.7.0 |
389 | 2025-03-07T21:36:46.457Z | Downloaded usdt v0.5.0 |
390 | 2025-03-07T21:36:46.457Z | Downloaded cargo_toml v0.21.0 |
391 | 2025-03-07T21:36:46.460Z | Downloaded cargo_metadata v0.19.2 |
392 | 2025-03-07T21:36:46.460Z | Downloaded anyhow v1.0.97 |
393 | 2025-03-07T21:36:46.463Z | Downloaded bitflags v2.6.0 |
394 | 2025-03-07T21:36:46.467Z | Downloaded log v0.4.22 |
395 | 2025-03-07T21:36:46.479Z | Downloaded clap v4.5.31 |
396 | 2025-03-07T21:36:46.482Z | Downloaded unicode-ident v1.0.14 |
397 | 2025-03-07T21:36:46.482Z | Downloaded pest_meta v2.7.14 |
398 | 2025-03-07T21:36:46.486Z | Downloaded typenum v1.17.0 |
399 | 2025-03-07T21:36:46.486Z | Downloaded toml v0.8.20 |
400 | 2025-03-07T21:36:46.489Z | Downloaded papergrid v0.11.0 |
401 | 2025-03-07T21:36:46.493Z | Downloaded serde_derive v1.0.218 |
402 | 2025-03-07T21:36:46.496Z | Downloaded ryu v1.0.18 |
403 | 2025-03-07T21:36:46.500Z | Downloaded textwrap v0.16.1 |
404 | 2025-03-07T21:36:46.503Z | Downloaded proc-macro2 v1.0.93 |
405 | 2025-03-07T21:36:46.507Z | Downloaded io-lifetimes v1.0.11 |
406 | 2025-03-07T21:36:46.510Z | Downloaded ucd-trie v0.1.7 |
407 | 2025-03-07T21:36:46.510Z | Downloaded indexmap v2.7.1 |
408 | 2025-03-07T21:36:46.517Z | Downloaded serde v1.0.218 |
409 | 2025-03-07T21:36:46.526Z | Downloaded memchr v2.7.4 |
410 | 2025-03-07T21:36:46.535Z | Downloaded toml_edit v0.22.24 |
411 | 2025-03-07T21:36:46.566Z | Downloaded pest v2.7.14 |
412 | 2025-03-07T21:36:46.575Z | Downloaded hashbrown v0.15.1 |
413 | 2025-03-07T21:36:46.584Z | Downloaded clap_builder v4.5.31 |
414 | 2025-03-07T21:36:46.591Z | Downloaded serde_json v1.0.139 |
415 | 2025-03-07T21:36:46.598Z | Downloaded goblin v0.8.2 |
416 | 2025-03-07T21:36:46.621Z | Downloaded tabled v0.15.0 |
417 | 2025-03-07T21:36:46.637Z | Downloaded syn v1.0.109 |
418 | 2025-03-07T21:36:46.648Z | Downloaded unicode-width v0.1.14 |
419 | 2025-03-07T21:36:46.655Z | Downloaded syn v2.0.98 |
420 | 2025-03-07T21:36:46.666Z | Downloaded rustix v0.37.28 |
421 | 2025-03-07T21:36:46.683Z | Downloaded rustix v0.38.37 |
422 | 2025-03-07T21:36:46.722Z | Downloaded libc v0.2.170 |
423 | 2025-03-07T21:36:46.864Z | Compiling proc-macro2 v1.0.93 |
424 | 2025-03-07T21:36:46.864Z | Compiling unicode-ident v1.0.14 |
425 | 2025-03-07T21:36:46.868Z | Compiling version_check v0.9.5 |
426 | 2025-03-07T21:36:46.868Z | Compiling serde v1.0.218 |
427 | 2025-03-07T21:36:46.868Z | Compiling libc v0.2.170 |
428 | 2025-03-07T21:36:46.868Z | Compiling memchr v2.7.4 |
429 | 2025-03-07T21:36:46.900Z | Compiling thiserror v1.0.69 |
430 | 2025-03-07T21:36:46.903Z | Compiling ryu v1.0.18 |
431 | 2025-03-07T21:36:47.216Z | Compiling itoa v1.0.11 |
432 | 2025-03-07T21:36:47.374Z | Compiling ucd-trie v0.1.7 |
433 | 2025-03-07T21:36:47.456Z | Compiling once_cell v1.20.3 |
434 | 2025-03-07T21:36:47.657Z | Compiling byteorder v1.5.0 |
435 | 2025-03-07T21:36:47.807Z | Compiling serde_json v1.0.139 |
436 | 2025-03-07T21:36:47.855Z | Compiling rustix v0.38.37 |
437 | 2025-03-07T21:36:48.190Z | Compiling bitflags v2.6.0 |
438 | 2025-03-07T21:36:48.219Z | Compiling usdt-impl v0.5.0 |
439 | 2025-03-07T21:36:48.366Z | Compiling proc-macro-error-attr v1.0.4 |
440 | 2025-03-07T21:36:48.451Z | Compiling syn v1.0.109 |
441 | 2025-03-07T21:36:48.568Z | Compiling io-lifetimes v1.0.11 |
442 | 2025-03-07T21:36:48.683Z | Compiling quote v1.0.38 |
443 | 2025-03-07T21:36:48.766Z | Compiling errno v0.3.9 |
444 | 2025-03-07T21:36:48.868Z | Compiling proc-macro-error v1.0.4 |
445 | 2025-03-07T21:36:49.005Z | Compiling log v0.4.22 |
446 | 2025-03-07T21:36:49.059Z | Compiling syn v2.0.98 |
447 | 2025-03-07T21:36:49.183Z | Compiling plain v0.2.3 |
448 | 2025-03-07T21:36:49.295Z | Compiling thread-id v4.2.2 |
449 | 2025-03-07T21:36:49.341Z | Compiling camino v1.1.9 |
450 | 2025-03-07T21:36:49.362Z | Compiling equivalent v1.0.1 |
451 | 2025-03-07T21:36:49.365Z | Compiling hashbrown v0.15.1 |
452 | 2025-03-07T21:36:49.365Z | Compiling utf8parse v0.2.2 |
453 | 2025-03-07T21:36:49.424Z | Compiling rustix v0.37.28 |
454 | 2025-03-07T21:36:49.575Z | Compiling anstyle-parse v0.2.5 |
455 | 2025-03-07T21:36:50.027Z | Compiling anstyle v1.0.10 |
456 | 2025-03-07T21:36:50.260Z | Compiling anstyle-query v1.1.1 |
457 | 2025-03-07T21:36:50.287Z | Compiling bitflags v1.3.2 |
458 | 2025-03-07T21:36:50.308Z | Compiling is_terminal_polyfill v1.70.1 |
459 | 2025-03-07T21:36:50.399Z | Compiling indexmap v2.7.1 |
460 | 2025-03-07T21:36:50.425Z | Compiling colorchoice v1.0.2 |
461 | 2025-03-07T21:36:50.425Z | Compiling semver v1.0.25 |
462 | 2025-03-07T21:36:50.471Z | Compiling unicode-width v0.1.14 |
463 | 2025-03-07T21:36:50.494Z | Compiling winnow v0.7.3 |
464 | 2025-03-07T21:36:50.627Z | Compiling pretty-hex v0.4.1 |
465 | 2025-03-07T21:36:50.844Z | Compiling thiserror v2.0.11 |
466 | 2025-03-07T21:36:50.937Z | Compiling autocfg v1.4.0 |
467 | 2025-03-07T21:36:51.069Z | Compiling terminal_size v0.4.0 |
468 | 2025-03-07T21:36:51.289Z | Compiling anstream v0.6.15 |
469 | 2025-03-07T21:36:51.864Z | Compiling clap_lex v0.7.4 |
470 | 2025-03-07T21:36:51.917Z | Compiling fs-err v2.11.0 |
471 | 2025-03-07T21:36:51.978Z | Compiling fnv v1.0.7 |
472 | 2025-03-07T21:36:52.137Z | Compiling heck v0.5.0 |
473 | 2025-03-07T21:36:52.245Z | Compiling strsim v0.11.1 |
474 | 2025-03-07T21:36:52.326Z | Compiling bytecount v0.6.8 |
475 | 2025-03-07T21:36:52.349Z | Compiling fastrand v2.1.1 |
476 | 2025-03-07T21:36:52.557Z | Compiling anyhow v1.0.97 |
477 | 2025-03-07T21:36:52.748Z | Compiling cfg-if v1.0.0 |
478 | 2025-03-07T21:36:53.049Z | Compiling heck v0.4.1 |
479 | 2025-03-07T21:36:53.060Z | Compiling tempfile v3.13.0 |
480 | 2025-03-07T21:36:53.060Z | Compiling clap_builder v4.5.31 |
481 | 2025-03-07T21:36:53.250Z | Compiling terminal_size v0.2.6 |
482 | 2025-03-07T21:36:53.280Z | Compiling papergrid v0.11.0 |
483 | 2025-03-07T21:36:53.542Z | Compiling memmap v0.7.0 |
484 | 2025-03-07T21:36:53.633Z | Compiling smawk v0.3.2 |
485 | 2025-03-07T21:36:53.679Z | Compiling unicode-linebreak v0.1.5 |
486 | 2025-03-07T21:36:54.117Z | Compiling textwrap v0.16.1 |
487 | 2025-03-07T21:36:54.164Z | Compiling swrite v0.1.0 |
488 | 2025-03-07T21:36:54.762Z | Compiling tabled_derive v0.7.0 |
489 | 2025-03-07T21:36:56.100Z | Compiling serde_derive v1.0.218 |
490 | 2025-03-07T21:36:56.101Z | Compiling thiserror-impl v1.0.69 |
491 | 2025-03-07T21:36:56.104Z | Compiling zerocopy-derive v0.7.35 |
492 | 2025-03-07T21:36:56.104Z | Compiling scroll_derive v0.12.0 |
493 | 2025-03-07T21:36:56.104Z | Compiling thiserror-impl v2.0.11 |
494 | 2025-03-07T21:36:56.208Z | Compiling clap_derive v4.5.28 |
495 | 2025-03-07T21:36:56.351Z | Compiling tabled v0.15.0 |
496 | 2025-03-07T21:36:57.513Z | Compiling scroll v0.12.0 |
497 | 2025-03-07T21:36:58.032Z | Compiling goblin v0.8.2 |
498 | 2025-03-07T21:36:58.205Z | Compiling zerocopy v0.7.35 |
499 | 2025-03-07T21:36:59.339Z | Compiling pest v2.7.14 |
500 | 2025-03-07T21:37:00.573Z | Compiling clap v4.5.31 |
501 | 2025-03-07T21:37:01.621Z | Compiling pest_meta v2.7.14 |
502 | 2025-03-07T21:37:02.531Z | Compiling pest_generator v2.7.14 |
503 | 2025-03-07T21:37:03.991Z | Compiling pest_derive v2.7.14 |
504 | 2025-03-07T21:37:04.560Z | Compiling dtrace-parser v0.2.0 |
505 | 2025-03-07T21:37:05.361Z | Compiling serde_tokenstream v0.2.2 |
506 | 2025-03-07T21:37:05.400Z | Compiling toml_datetime v0.6.8 |
507 | 2025-03-07T21:37:05.400Z | Compiling serde_spanned v0.6.8 |
508 | 2025-03-07T21:37:05.561Z | Compiling cargo-platform v0.1.8 |
509 | 2025-03-07T21:37:05.662Z | Compiling macaddr v1.0.1 |
510 | 2025-03-07T21:37:05.909Z | Compiling toml_edit v0.22.24 |
511 | 2025-03-07T21:37:06.060Z | Compiling camino-tempfile v1.1.1 |
512 | 2025-03-07T21:37:06.793Z | Compiling dof v0.3.0 |
513 | 2025-03-07T21:37:06.819Z | Compiling cargo_metadata v0.19.2 |
514 | 2025-03-07T21:37:08.108Z | Compiling usdt-macro v0.5.0 |
515 | 2025-03-07T21:37:08.108Z | Compiling usdt-attr-macro v0.5.0 |
516 | 2025-03-07T21:37:08.691Z | Compiling toml v0.8.20 |
517 | 2025-03-07T21:37:09.154Z | Compiling usdt v0.5.0 |
518 | 2025-03-07T21:37:09.498Z | Compiling cargo_toml v0.21.0 |
519 | 2025-03-07T21:37:12.039Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
520 | 2025-03-07T21:37:15.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.24s |
521 | 2025-03-07T21:37:15.471Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
522 | 2025-03-07T21:37:16.048Z | Downloading crates ... |
523 | 2025-03-07T21:37:16.191Z | Downloaded heck v0.3.3 |
524 | 2025-03-07T21:37:16.195Z | Downloaded ctr v0.9.2 |
525 | 2025-03-07T21:37:16.202Z | Downloaded headers-core v0.3.0 |
526 | 2025-03-07T21:37:16.210Z | Downloaded hubpack_derive v0.1.1 |
527 | 2025-03-07T21:37:16.213Z | Downloaded http-range v0.1.5 |
528 | 2025-03-07T21:37:16.219Z | Downloaded icu_provider_macros v1.5.0 |
529 | 2025-03-07T21:37:16.240Z | Downloaded md5 v0.7.0 |
530 | 2025-03-07T21:37:16.243Z | Downloaded match_cfg v0.1.0 |
531 | 2025-03-07T21:37:16.247Z | Downloaded is_ci v1.2.0 |
532 | 2025-03-07T21:37:16.252Z | Downloaded ident_case v1.0.1 |
533 | 2025-03-07T21:37:16.252Z | Downloaded hex v0.4.3 |
534 | 2025-03-07T21:37:16.255Z | Downloaded http-body v1.0.1 |
535 | 2025-03-07T21:37:16.255Z | Downloaded addr2line v0.24.2 |
536 | 2025-03-07T21:37:16.255Z | Downloaded lockfree-object-pool v0.1.6 |
537 | 2025-03-07T21:37:16.258Z | Downloaded atty v0.2.14 |
538 | 2025-03-07T21:37:16.262Z | Downloaded instant v0.1.13 |
539 | 2025-03-07T21:37:16.262Z | Downloaded async-trait v0.1.87 |
540 | 2025-03-07T21:37:16.265Z | Downloaded progenitor-client v0.9.1 |
541 | 2025-03-07T21:37:16.270Z | Downloaded async-stream-impl v0.3.6 |
542 | 2025-03-07T21:37:16.270Z | Downloaded pretty-hex v0.2.1 |
543 | 2025-03-07T21:37:16.275Z | Downloaded httpdate v1.0.3 |
544 | 2025-03-07T21:37:16.278Z | Downloaded hyper-tls v0.6.0 |
545 | 2025-03-07T21:37:16.282Z | Downloaded atomicwrites v0.4.4 |
546 | 2025-03-07T21:37:16.282Z | Downloaded hostname v0.4.0 |
547 | 2025-03-07T21:37:16.286Z | Downloaded hostname v0.3.1 |
548 | 2025-03-07T21:37:16.289Z | Downloaded humantime v2.1.0 |
549 | 2025-03-07T21:37:16.289Z | Downloaded linear-map v1.2.0 |
550 | 2025-03-07T21:37:16.289Z | Downloaded lru v0.12.5 |
551 | 2025-03-07T21:37:16.292Z | Downloaded lazycell v1.3.0 |
552 | 2025-03-07T21:37:16.292Z | Downloaded indoc v2.0.5 |
553 | 2025-03-07T21:37:16.296Z | Downloaded kstat-rs v0.2.4 |
554 | 2025-03-07T21:37:16.299Z | Downloaded cfg_aliases v0.1.1 |
555 | 2025-03-07T21:37:16.299Z | Downloaded backoff v0.4.0 |
556 | 2025-03-07T21:37:16.303Z | Downloaded base16ct v0.2.0 |
557 | 2025-03-07T21:37:16.306Z | Downloaded maybe-uninit v2.0.0 |
558 | 2025-03-07T21:37:16.306Z | Downloaded memoffset v0.9.1 |
559 | 2025-03-07T21:37:16.310Z | Downloaded md-5 v0.10.6 |
560 | 2025-03-07T21:37:16.310Z | Downloaded managed v0.8.0 |
561 | 2025-03-07T21:37:16.314Z | Downloaded cstr-argument v0.1.2 |
562 | 2025-03-07T21:37:16.314Z | Downloaded maplit v1.0.2 |
563 | 2025-03-07T21:37:16.314Z | Downloaded headers v0.4.0 |
564 | 2025-03-07T21:37:16.328Z | Downloaded libsw v3.4.0 |
565 | 2025-03-07T21:37:16.328Z | Downloaded mime v0.3.17 |
566 | 2025-03-07T21:37:16.328Z | Downloaded lazy_static v1.5.0 |
567 | 2025-03-07T21:37:16.328Z | Downloaded ciborium-io v0.2.2 |
568 | 2025-03-07T21:37:16.331Z | Downloaded instability v0.3.2 |
569 | 2025-03-07T21:37:16.331Z | Downloaded cfg_aliases v0.2.1 |
570 | 2025-03-07T21:37:16.331Z | Downloaded proc-macro-crate v1.3.1 |
571 | 2025-03-07T21:37:16.331Z | Downloaded libefi-sys v0.1.0 |
572 | 2025-03-07T21:37:16.334Z | Downloaded iana-time-zone v0.1.61 |
573 | 2025-03-07T21:37:16.337Z | Downloaded bit-vec v0.8.0 |
574 | 2025-03-07T21:37:16.340Z | Downloaded cbc v0.1.2 |
575 | 2025-03-07T21:37:16.341Z | Downloaded bitfield v0.14.0 |
576 | 2025-03-07T21:37:16.344Z | Downloaded hex-literal v0.4.1 |
577 | 2025-03-07T21:37:16.344Z | Downloaded buf-list v1.0.3 |
578 | 2025-03-07T21:37:16.347Z | Downloaded hyper-rustls v0.27.3 |
579 | 2025-03-07T21:37:16.350Z | Downloaded httparse v1.9.5 |
580 | 2025-03-07T21:37:16.353Z | Downloaded ipnet v2.11.0 |
581 | 2025-03-07T21:37:16.357Z | Downloaded icu_locid_transform v1.5.0 |
582 | 2025-03-07T21:37:16.360Z | Downloaded libsw-core v0.3.1 |
583 | 2025-03-07T21:37:16.364Z | Downloaded lock_api v0.4.12 |
584 | 2025-03-07T21:37:16.364Z | Downloaded cexpr v0.6.0 |
585 | 2025-03-07T21:37:16.367Z | Downloaded jobserver v0.1.32 |
586 | 2025-03-07T21:37:16.370Z | Downloaded memmap2 v0.9.5 |
587 | 2025-03-07T21:37:16.373Z | Downloaded rustfmt-wrapper v0.2.1 |
588 | 2025-03-07T21:37:16.373Z | Downloaded lalrpop-util v0.19.12 |
589 | 2025-03-07T21:37:16.373Z | Downloaded bcrypt-pbkdf v0.10.0 |
590 | 2025-03-07T21:37:16.376Z | Downloaded cassowary v0.3.0 |
591 | 2025-03-07T21:37:16.379Z | Downloaded cmake v0.1.51 |
592 | 2025-03-07T21:37:16.379Z | Downloaded quick-error v1.2.3 |
593 | 2025-03-07T21:37:16.385Z | Downloaded crc-catalog v2.4.0 |
594 | 2025-03-07T21:37:16.385Z | Downloaded array-init v0.0.4 |
595 | 2025-03-07T21:37:16.385Z | Downloaded blowfish v0.9.1 |
596 | 2025-03-07T21:37:16.388Z | Downloaded mime_guess v2.0.5 |
597 | 2025-03-07T21:37:16.389Z | Downloaded linked-hash-map v0.5.6 |
598 | 2025-03-07T21:37:16.392Z | Downloaded crossbeam-deque v0.8.5 |
599 | 2025-03-07T21:37:16.392Z | Downloaded chrono-tz-build v0.4.0 |
600 | 2025-03-07T21:37:16.392Z | Downloaded litemap v0.7.3 |
601 | 2025-03-07T21:37:16.395Z | Downloaded chacha20 v0.9.1 |
602 | 2025-03-07T21:37:16.398Z | Downloaded convert_case v0.4.0 |
603 | 2025-03-07T21:37:16.398Z | Downloaded bitfield-struct v0.6.2 |
604 | 2025-03-07T21:37:16.404Z | Downloaded constant_time_eq v0.3.1 |
605 | 2025-03-07T21:37:16.407Z | Downloaded rtoolbox v0.0.2 |
606 | 2025-03-07T21:37:16.410Z | Downloaded bcs v0.1.6 |
607 | 2025-03-07T21:37:16.413Z | Downloaded icu_normalizer_data v1.5.0 |
608 | 2025-03-07T21:37:16.417Z | Downloaded litrs v0.4.1 |
609 | 2025-03-07T21:37:16.422Z | Downloaded tokio-macros v2.5.0 |
610 | 2025-03-07T21:37:16.425Z | Downloaded indexmap v1.9.3 |
611 | 2025-03-07T21:37:16.430Z | Downloaded want v0.3.1 |
612 | 2025-03-07T21:37:16.433Z | Downloaded icu_normalizer v1.5.0 |
613 | 2025-03-07T21:37:16.437Z | Downloaded zone_cfg_derive v0.1.2 |
614 | 2025-03-07T21:37:16.441Z | Downloaded zerofrom v0.1.4 |
615 | 2025-03-07T21:37:16.441Z | Downloaded base64 v0.13.1 |
616 | 2025-03-07T21:37:16.444Z | Downloaded shell-words v1.1.0 |
617 | 2025-03-07T21:37:16.444Z | Downloaded scrypt v0.11.0 |
618 | 2025-03-07T21:37:16.447Z | Downloaded icu_properties v1.5.1 |
619 | 2025-03-07T21:37:16.450Z | Downloaded shlex v1.3.0 |
620 | 2025-03-07T21:37:16.454Z | Downloaded hickory-client v0.24.4 |
621 | 2025-03-07T21:37:16.457Z | Downloaded castaway v0.2.3 |
622 | 2025-03-07T21:37:16.457Z | Downloaded argon2 v0.5.3 |
623 | 2025-03-07T21:37:16.460Z | Downloaded smf v0.2.3 |
624 | 2025-03-07T21:37:16.463Z | Downloaded termcolor v1.4.1 |
625 | 2025-03-07T21:37:16.463Z | Downloaded num_threads v0.1.7 |
626 | 2025-03-07T21:37:16.466Z | Downloaded structmeta v0.3.0 |
627 | 2025-03-07T21:37:16.466Z | Downloaded termios v0.3.3 |
628 | 2025-03-07T21:37:16.469Z | Downloaded hash32 v0.3.1 |
629 | 2025-03-07T21:37:16.475Z | Downloaded nodrop v0.1.14 |
630 | 2025-03-07T21:37:16.475Z | Downloaded fxhash v0.2.1 |
631 | 2025-03-07T21:37:16.475Z | Downloaded typify v0.2.0 |
632 | 2025-03-07T21:37:16.475Z | Downloaded tokio-native-tls v0.3.1 |
633 | 2025-03-07T21:37:16.480Z | Downloaded typify-macro v0.3.0 |
634 | 2025-03-07T21:37:16.480Z | Downloaded typify-macro v0.2.0 |
635 | 2025-03-07T21:37:16.480Z | Downloaded hyper-util v0.1.10 |
636 | 2025-03-07T21:37:16.484Z | Downloaded bzip2 v0.4.4 |
637 | 2025-03-07T21:37:16.487Z | Downloaded tap v1.0.1 |
638 | 2025-03-07T21:37:16.490Z | Downloaded indicatif v0.17.11 |
639 | 2025-03-07T21:37:16.492Z | Downloaded backtrace v0.3.74 |
640 | 2025-03-07T21:37:16.497Z | Downloaded opaque-debug v0.3.1 |
641 | 2025-03-07T21:37:16.499Z | Downloaded tracing-attributes v0.1.27 |
642 | 2025-03-07T21:37:16.502Z | Downloaded phf_shared v0.10.0 |
643 | 2025-03-07T21:37:16.502Z | Downloaded path-slash v0.1.5 |
644 | 2025-03-07T21:37:16.504Z | Downloaded rpassword v7.3.1 |
645 | 2025-03-07T21:37:16.505Z | Downloaded sigpipe v0.1.3 |
646 | 2025-03-07T21:37:16.508Z | Downloaded deranged v0.3.11 |
647 | 2025-03-07T21:37:16.508Z | Downloaded ff v0.13.0 |
648 | 2025-03-07T21:37:16.511Z | Downloaded phf_shared v0.11.2 |
649 | 2025-03-07T21:37:16.511Z | Downloaded ed25519 v2.2.3 |
650 | 2025-03-07T21:37:16.513Z | Downloaded form_urlencoded v1.2.1 |
651 | 2025-03-07T21:37:16.516Z | Downloaded either v1.14.0 |
652 | 2025-03-07T21:37:16.516Z | Downloaded display-error-chain v0.2.2 |
653 | 2025-03-07T21:37:16.519Z | Downloaded rustls-pemfile v2.2.0 |
654 | 2025-03-07T21:37:16.519Z | Downloaded cookie_store v0.21.1 |
655 | 2025-03-07T21:37:16.522Z | Downloaded cookie v0.18.1 |
656 | 2025-03-07T21:37:16.525Z | Downloaded term v0.7.0 |
657 | 2025-03-07T21:37:16.529Z | Downloaded sqlformat v0.2.6 |
658 | 2025-03-07T21:37:16.543Z | Downloaded ssh-encoding v0.2.0 |
659 | 2025-03-07T21:37:16.546Z | Downloaded sqlparser_derive v0.2.2 |
660 | 2025-03-07T21:37:16.546Z | Downloaded num-iter v0.1.45 |
661 | 2025-03-07T21:37:16.549Z | Downloaded futures-task v0.3.31 |
662 | 2025-03-07T21:37:16.549Z | Downloaded crossbeam-utils v0.8.20 |
663 | 2025-03-07T21:37:16.553Z | Downloaded icu_collections v1.5.0 |
664 | 2025-03-07T21:37:16.558Z | Downloaded crc-any v2.5.0 |
665 | 2025-03-07T21:37:16.561Z | Downloaded paste v1.0.15 |
666 | 2025-03-07T21:37:16.564Z | Downloaded oxnet v0.1.1 |
667 | 2025-03-07T21:37:16.567Z | Downloaded zone v0.1.8 |
668 | 2025-03-07T21:37:16.567Z | Downloaded base64 v0.21.7 |
669 | 2025-03-07T21:37:16.572Z | Downloaded futures-core v0.3.31 |
670 | 2025-03-07T21:37:16.575Z | Downloaded phf_generator v0.11.2 |
671 | 2025-03-07T21:37:16.578Z | Downloaded phf_codegen v0.11.2 |
672 | 2025-03-07T21:37:16.578Z | Downloaded phf v0.11.2 |
673 | 2025-03-07T21:37:16.581Z | Downloaded psl-types v2.0.11 |
674 | 2025-03-07T21:37:16.581Z | Downloaded resolv-conf v0.7.0 |
675 | 2025-03-07T21:37:16.584Z | Downloaded rustls-pki-types v1.10.0 |
676 | 2025-03-07T21:37:16.588Z | Downloaded simd-adler32 v0.3.7 |
677 | 2025-03-07T21:37:16.592Z | Downloaded progenitor v0.9.1 |
678 | 2025-03-07T21:37:16.592Z | Downloaded compact_str v0.8.0 |
679 | 2025-03-07T21:37:16.595Z | Downloaded miniz_oxide v0.8.5 |
680 | 2025-03-07T21:37:16.598Z | Downloaded serde_path_to_error v0.1.16 |
681 | 2025-03-07T21:37:16.601Z | Downloaded normalize-line-endings v0.3.0 |
682 | 2025-03-07T21:37:16.601Z | Downloaded futures-channel v0.3.31 |
683 | 2025-03-07T21:37:16.604Z | Downloaded ahash v0.8.11 |
684 | 2025-03-07T21:37:16.607Z | Downloaded spki v0.7.3 |
685 | 2025-03-07T21:37:16.610Z | Downloaded thiserror-impl-no-std v2.0.2 |
686 | 2025-03-07T21:37:16.610Z | Downloaded bytes v1.10.0 |
687 | 2025-03-07T21:37:16.614Z | Downloaded bumpalo v3.16.0 |
688 | 2025-03-07T21:37:16.617Z | Downloaded toml v0.7.8 |
689 | 2025-03-07T21:37:16.620Z | Downloaded pbkdf2 v0.12.2 |
690 | 2025-03-07T21:37:16.624Z | Downloaded base64 v0.22.1 |
691 | 2025-03-07T21:37:16.626Z | Downloaded allocator-api2 v0.2.18 |
692 | 2025-03-07T21:37:16.630Z | Downloaded parking_lot_core v0.8.6 |
693 | 2025-03-07T21:37:16.633Z | Downloaded vte v0.11.1 |
694 | 2025-03-07T21:37:16.636Z | Downloaded write16 v1.0.0 |
695 | 2025-03-07T21:37:16.636Z | Downloaded tokio-rustls v0.25.0 |
696 | 2025-03-07T21:37:16.639Z | Downloaded pin-project-internal v1.1.6 |
697 | 2025-03-07T21:37:16.642Z | Downloaded defmt-macros v0.3.9 |
698 | 2025-03-07T21:37:16.645Z | Downloaded fixedbitset v0.4.2 |
699 | 2025-03-07T21:37:16.648Z | Downloaded diesel-dtrace v0.4.2 |
700 | 2025-03-07T21:37:16.651Z | Downloaded strum v0.26.3 |
701 | 2025-03-07T21:37:16.651Z | Downloaded const_format v0.2.34 |
702 | 2025-03-07T21:37:16.655Z | Downloaded multimap v0.10.0 |
703 | 2025-03-07T21:37:16.658Z | Downloaded arc-swap v1.7.1 |
704 | 2025-03-07T21:37:16.661Z | Downloaded serde_derive_internals v0.29.1 |
705 | 2025-03-07T21:37:16.664Z | Downloaded minimal-lexical v0.2.1 |
706 | 2025-03-07T21:37:16.668Z | Downloaded group v0.13.0 |
707 | 2025-03-07T21:37:16.671Z | Downloaded signature v2.2.0 |
708 | 2025-03-07T21:37:16.676Z | Downloaded pkg-config v0.3.31 |
709 | 2025-03-07T21:37:16.676Z | Downloaded packed_struct v0.10.1 |
710 | 2025-03-07T21:37:16.676Z | Downloaded olpc-cjson v0.1.4 |
711 | 2025-03-07T21:37:16.680Z | Downloaded half v2.4.1 |
712 | 2025-03-07T21:37:16.683Z | Downloaded tokio-rustls v0.26.0 |
713 | 2025-03-07T21:37:16.687Z | Downloaded tokio-rustls v0.24.1 |
714 | 2025-03-07T21:37:16.691Z | Downloaded progenitor-macro v0.8.0 |
715 | 2025-03-07T21:37:16.691Z | Downloaded crossbeam-channel v0.5.13 |
716 | 2025-03-07T21:37:16.694Z | Downloaded parking_lot v0.12.3 |
717 | 2025-03-07T21:37:16.698Z | Downloaded sec1 v0.7.3 |
718 | 2025-03-07T21:37:16.701Z | Downloaded peg v0.8.5 |
719 | 2025-03-07T21:37:16.705Z | Downloaded schemars_derive v0.8.22 |
720 | 2025-03-07T21:37:16.708Z | Downloaded strum_macros v0.24.3 |
721 | 2025-03-07T21:37:16.708Z | Downloaded signal-hook-tokio v0.3.1 |
722 | 2025-03-07T21:37:16.711Z | Downloaded newline-converter v0.3.0 |
723 | 2025-03-07T21:37:16.711Z | Downloaded defmt v0.3.8 |
724 | 2025-03-07T21:37:16.715Z | Downloaded zerocopy-derive v0.8.10 |
725 | 2025-03-07T21:37:16.721Z | Downloaded scopeguard v1.2.0 |
726 | 2025-03-07T21:37:16.724Z | Downloaded slog-async v2.8.0 |
727 | 2025-03-07T21:37:16.729Z | Downloaded pin-project v1.1.6 |
728 | 2025-03-07T21:37:16.739Z | Downloaded whoami v1.5.2 |
729 | 2025-03-07T21:37:16.742Z | Downloaded num-conv v0.1.0 |
730 | 2025-03-07T21:37:16.745Z | Downloaded peg-macros v0.8.5 |
731 | 2025-03-07T21:37:16.745Z | Downloaded powerfmt v0.2.0 |
732 | 2025-03-07T21:37:16.748Z | Downloaded test-strategy v0.4.0 |
733 | 2025-03-07T21:37:16.753Z | Downloaded strum_macros v0.25.3 |
734 | 2025-03-07T21:37:16.757Z | Downloaded http v1.2.0 |
735 | 2025-03-07T21:37:16.760Z | Downloaded embedded-io v0.4.0 |
736 | 2025-03-07T21:37:16.763Z | Downloaded dyn-clone v1.0.19 |
737 | 2025-03-07T21:37:16.763Z | Downloaded dunce v1.0.5 |
738 | 2025-03-07T21:37:16.766Z | Downloaded defmt-parser v0.3.4 |
739 | 2025-03-07T21:37:16.766Z | Downloaded aws-lc-rs v1.12.4 |
740 | 2025-03-07T21:37:16.774Z | Downloaded vte_generate_state_changes v0.1.2 |
741 | 2025-03-07T21:37:16.778Z | Downloaded termtree v0.5.1 |
742 | 2025-03-07T21:37:16.778Z | Downloaded termtree v0.4.1 |
743 | 2025-03-07T21:37:16.781Z | Downloaded writeable v0.5.5 |
744 | 2025-03-07T21:37:16.781Z | Downloaded utf8_iter v1.0.4 |
745 | 2025-03-07T21:37:16.785Z | Downloaded utf16_iter v1.0.5 |
746 | 2025-03-07T21:37:16.785Z | Downloaded newtype-uuid v1.2.1 |
747 | 2025-03-07T21:37:16.785Z | Downloaded structmeta-derive v0.3.0 |
748 | 2025-03-07T21:37:16.788Z | Downloaded slog-bunyan v2.5.0 |
749 | 2025-03-07T21:37:16.788Z | Downloaded diesel_table_macro_syntax v0.2.0 |
750 | 2025-03-07T21:37:16.788Z | Downloaded waitgroup v0.1.2 |
751 | 2025-03-07T21:37:16.792Z | Downloaded zerovec-derive v0.10.3 |
752 | 2025-03-07T21:37:16.795Z | Downloaded gethostname v0.5.0 |
753 | 2025-03-07T21:37:16.795Z | Downloaded flagset v0.4.6 |
754 | 2025-03-07T21:37:16.795Z | Downloaded itertools v0.10.5 |
755 | 2025-03-07T21:37:16.801Z | Downloaded quinn-udp v0.5.5 |
756 | 2025-03-07T21:37:16.804Z | Downloaded openssl-macros v0.1.1 |
757 | 2025-03-07T21:37:16.804Z | Downloaded rustversion v1.0.17 |
758 | 2025-03-07T21:37:16.808Z | Downloaded progenitor v0.8.0 |
759 | 2025-03-07T21:37:16.811Z | Downloaded proc-macro-error2 v2.0.1 |
760 | 2025-03-07T21:37:16.814Z | Downloaded tokio-stream v0.1.17 |
761 | 2025-03-07T21:37:16.817Z | Downloaded pin-utils v0.1.0 |
762 | 2025-03-07T21:37:16.820Z | Downloaded tokio-tungstenite v0.23.1 |
763 | 2025-03-07T21:37:16.820Z | Downloaded unsafe-libyaml v0.2.11 |
764 | 2025-03-07T21:37:16.823Z | Downloaded x509-cert v0.2.5 |
765 | 2025-03-07T21:37:16.830Z | Downloaded smallvec v0.6.14 |
766 | 2025-03-07T21:37:16.833Z | Downloaded fs_extra v1.3.0 |
767 | 2025-03-07T21:37:16.836Z | Downloaded ecdsa v0.16.9 |
768 | 2025-03-07T21:37:16.836Z | Downloaded unicode-truncate v1.1.0 |
769 | 2025-03-07T21:37:16.840Z | Downloaded tabwriter v1.4.0 |
770 | 2025-03-07T21:37:16.840Z | Downloaded glob v0.3.2 |
771 | 2025-03-07T21:37:16.843Z | Downloaded serde_repr v0.1.19 |
772 | 2025-03-07T21:37:16.846Z | Downloaded serde_urlencoded v0.7.1 |
773 | 2025-03-07T21:37:16.851Z | Downloaded parking_lot_core v0.9.10 |
774 | 2025-03-07T21:37:16.851Z | Downloaded slog v2.7.0 |
775 | 2025-03-07T21:37:16.854Z | Downloaded tungstenite v0.24.0 |
776 | 2025-03-07T21:37:16.857Z | Downloaded thread_local v1.1.8 |
777 | 2025-03-07T21:37:16.860Z | Downloaded data-encoding v2.6.0 |
778 | 2025-03-07T21:37:16.860Z | Downloaded which v4.4.2 |
779 | 2025-03-07T21:37:16.863Z | Downloaded env_filter v0.1.2 |
780 | 2025-03-07T21:37:16.866Z | Downloaded same-file v1.0.6 |
781 | 2025-03-07T21:37:16.866Z | Downloaded rustc-demangle v0.1.24 |
782 | 2025-03-07T21:37:16.869Z | Downloaded rand_core v0.9.2 |
783 | 2025-03-07T21:37:16.872Z | Downloaded openssl-sys v0.9.106 |
784 | 2025-03-07T21:37:16.876Z | Downloaded dsl_auto_type v0.1.2 |
785 | 2025-03-07T21:37:16.879Z | Downloaded futures-sink v0.3.31 |
786 | 2025-03-07T21:37:16.880Z | Downloaded parse-display v0.10.0 |
787 | 2025-03-07T21:37:16.883Z | Downloaded toolchain_find v0.4.0 |
788 | 2025-03-07T21:37:16.883Z | Downloaded aes v0.8.4 |
789 | 2025-03-07T21:37:16.887Z | Downloaded derive_builder_macro v0.20.2 |
790 | 2025-03-07T21:37:16.890Z | Downloaded yoke-derive v0.7.4 |
791 | 2025-03-07T21:37:16.890Z | Downloaded tokio-util v0.7.13 |
792 | 2025-03-07T21:37:16.895Z | Downloaded pin-project-lite v0.2.14 |
793 | 2025-03-07T21:37:16.900Z | Downloaded itertools v0.14.0 |
794 | 2025-03-07T21:37:16.908Z | Downloaded time-core v0.1.2 |
795 | 2025-03-07T21:37:16.911Z | Downloaded peg-runtime v0.8.5 |
796 | 2025-03-07T21:37:16.911Z | Downloaded slog-json v2.6.1 |
797 | 2025-03-07T21:37:16.915Z | Downloaded slog-scope v4.4.0 |
798 | 2025-03-07T21:37:16.918Z | Downloaded darling_macro v0.20.10 |
799 | 2025-03-07T21:37:16.918Z | Downloaded parking_lot v0.11.2 |
800 | 2025-03-07T21:37:16.921Z | Downloaded omicron-zone-package v0.12.0 |
801 | 2025-03-07T21:37:16.924Z | Downloaded pbkdf2 v0.11.0 |
802 | 2025-03-07T21:37:16.927Z | Downloaded xz2 v0.1.7 |
803 | 2025-03-07T21:37:16.930Z | Downloaded fixedbitset v0.5.7 |
804 | 2025-03-07T21:37:16.930Z | Downloaded rcgen v0.12.1 |
805 | 2025-03-07T21:37:16.933Z | Downloaded nibble_vec v0.1.0 |
806 | 2025-03-07T21:37:16.936Z | Downloaded walkdir v2.5.0 |
807 | 2025-03-07T21:37:16.939Z | Downloaded twox-hash v2.1.0 |
808 | 2025-03-07T21:37:16.939Z | Downloaded crossterm v0.28.1 |
809 | 2025-03-07T21:37:16.947Z | Downloaded embedded-io v0.6.1 |
810 | 2025-03-07T21:37:16.950Z | Downloaded pem v3.0.5 |
811 | 2025-03-07T21:37:16.953Z | Downloaded snafu-derive v0.8.5 |
812 | 2025-03-07T21:37:16.953Z | Downloaded slog-stdlog v4.1.1 |
813 | 2025-03-07T21:37:16.956Z | Downloaded funty v2.0.0 |
814 | 2025-03-07T21:37:16.956Z | Downloaded foreign-types-shared v0.3.1 |
815 | 2025-03-07T21:37:16.956Z | Downloaded foreign-types-shared v0.1.1 |
816 | 2025-03-07T21:37:16.959Z | Downloaded getrandom v0.2.15 |
817 | 2025-03-07T21:37:16.964Z | Downloaded sync-ptr v0.1.1 |
818 | 2025-03-07T21:37:16.964Z | Downloaded nu-ansi-term v0.50.1 |
819 | 2025-03-07T21:37:16.967Z | Downloaded russh-cryptovec v0.7.3 |
820 | 2025-03-07T21:37:16.967Z | Downloaded topological-sort v0.2.2 |
821 | 2025-03-07T21:37:16.970Z | Downloaded rand v0.8.5 |
822 | 2025-03-07T21:37:16.973Z | Downloaded slog-term v2.9.1 |
823 | 2025-03-07T21:37:16.976Z | Downloaded typed-path v0.9.3 |
824 | 2025-03-07T21:37:16.981Z | Downloaded tower-layer v0.3.3 |
825 | 2025-03-07T21:37:16.985Z | Downloaded sync_wrapper v1.0.1 |
826 | 2025-03-07T21:37:16.985Z | Downloaded endian-type v0.1.2 |
827 | 2025-03-07T21:37:16.988Z | Downloaded number_prefix v0.4.0 |
828 | 2025-03-07T21:37:16.988Z | Downloaded multer v3.1.0 |
829 | 2025-03-07T21:37:16.991Z | Downloaded rustls-pemfile v1.0.4 |
830 | 2025-03-07T21:37:16.994Z | Downloaded scheduled-thread-pool v0.2.7 |
831 | 2025-03-07T21:37:16.994Z | Downloaded xattr v1.3.1 |
832 | 2025-03-07T21:37:16.997Z | Downloaded tiny-keccak v2.0.2 |
833 | 2025-03-07T21:37:17.000Z | Downloaded openssl-probe v0.1.5 |
834 | 2025-03-07T21:37:17.000Z | Downloaded slog-dtrace v0.3.0 |
835 | 2025-03-07T21:37:17.004Z | Downloaded signal-hook-registry v1.4.2 |
836 | 2025-03-07T21:37:17.007Z | Downloaded num_enum_derive v0.5.11 |
837 | 2025-03-07T21:37:17.007Z | Downloaded zip v0.6.6 |
838 | 2025-03-07T21:37:17.010Z | Downloaded num_enum v0.5.11 |
839 | 2025-03-07T21:37:17.016Z | Downloaded zone_cfg_derive v0.3.0 |
840 | 2025-03-07T21:37:17.019Z | Downloaded idna v1.0.3 |
841 | 2025-03-07T21:37:17.022Z | Downloaded precomputed-hash v0.1.1 |
842 | 2025-03-07T21:37:17.022Z | Downloaded progenitor-impl v0.8.0 |
843 | 2025-03-07T21:37:17.025Z | Downloaded publicsuffix v2.3.0 |
844 | 2025-03-07T21:37:17.028Z | Downloaded time-macros v0.2.18 |
845 | 2025-03-07T21:37:17.032Z | Downloaded globset v0.4.15 |
846 | 2025-03-07T21:37:17.035Z | Downloaded fragile v2.0.0 |
847 | 2025-03-07T21:37:17.035Z | Downloaded fallible-iterator v0.2.0 |
848 | 2025-03-07T21:37:17.038Z | Downloaded enum-as-inner v0.6.1 |
849 | 2025-03-07T21:37:17.038Z | Downloaded progenitor-impl v0.9.1 |
850 | 2025-03-07T21:37:17.041Z | Downloaded uzers v0.12.1 |
851 | 2025-03-07T21:37:17.044Z | Downloaded hkdf v0.12.4 |
852 | 2025-03-07T21:37:17.047Z | Downloaded der v0.7.9 |
853 | 2025-03-07T21:37:17.051Z | Downloaded papergrid v0.14.0 |
854 | 2025-03-07T21:37:17.057Z | Downloaded num-integer v0.1.46 |
855 | 2025-03-07T21:37:17.060Z | Downloaded password-hash v0.5.0 |
856 | 2025-03-07T21:37:17.063Z | Downloaded password-hash v0.4.2 |
857 | 2025-03-07T21:37:17.066Z | Downloaded wyz v0.5.1 |
858 | 2025-03-07T21:37:17.066Z | Downloaded signal-hook v0.3.17 |
859 | 2025-03-07T21:37:17.069Z | Downloaded rustc-hash v2.1.1 |
860 | 2025-03-07T21:37:17.073Z | Downloaded steno v0.4.1 |
861 | 2025-03-07T21:37:17.076Z | Downloaded pkcs8 v0.10.2 |
862 | 2025-03-07T21:37:17.080Z | Downloaded rand_core v0.6.4 |
863 | 2025-03-07T21:37:17.083Z | Downloaded socket2 v0.5.8 |
864 | 2025-03-07T21:37:17.086Z | Downloaded poly1305 v0.8.0 |
865 | 2025-03-07T21:37:17.086Z | Downloaded pretty_assertions v1.4.1 |
866 | 2025-03-07T21:37:17.089Z | Downloaded hashbrown v0.12.3 |
867 | 2025-03-07T21:37:17.093Z | Downloaded rustc_version v0.1.7 |
868 | 2025-03-07T21:37:17.096Z | Downloaded foreign-types-macros v0.2.3 |
869 | 2025-03-07T21:37:17.096Z | Downloaded try-lock v0.2.5 |
870 | 2025-03-07T21:37:17.096Z | Downloaded tls_codec v0.4.1 |
871 | 2025-03-07T21:37:17.099Z | Downloaded new_debug_unreachable v1.0.6 |
872 | 2025-03-07T21:37:17.102Z | Downloaded hyper v1.6.0 |
873 | 2025-03-07T21:37:17.108Z | Downloaded ssh-key v0.6.6 |
874 | 2025-03-07T21:37:17.116Z | Downloaded universal-hash v0.5.1 |
875 | 2025-03-07T21:37:17.119Z | Downloaded parse-size v1.1.0 |
876 | 2025-03-07T21:37:17.119Z | Downloaded fd-lock v4.0.2 |
877 | 2025-03-07T21:37:17.122Z | Downloaded spin v0.9.8 |
878 | 2025-03-07T21:37:17.125Z | Downloaded der_derive v0.7.3 |
879 | 2025-03-07T21:37:17.125Z | Downloaded num-rational v0.4.2 |
880 | 2025-03-07T21:37:17.128Z | Downloaded utf-8 v0.7.6 |
881 | 2025-03-07T21:37:17.128Z | Downloaded rustc_version v0.4.1 |
882 | 2025-03-07T21:37:17.131Z | Downloaded ghash v0.5.1 |
883 | 2025-03-07T21:37:17.131Z | Downloaded rand_xorshift v0.3.0 |
884 | 2025-03-07T21:37:17.134Z | Downloaded rand_seeder v0.3.0 |
885 | 2025-03-07T21:37:17.134Z | Downloaded aes-gcm v0.10.3 |
886 | 2025-03-07T21:37:17.138Z | Downloaded newtype_derive v0.1.6 |
887 | 2025-03-07T21:37:17.141Z | Downloaded unarray v0.1.4 |
888 | 2025-03-07T21:37:17.141Z | Downloaded tinystr v0.7.6 |
889 | 2025-03-07T21:37:17.147Z | Downloaded tower-service v0.3.3 |
890 | 2025-03-07T21:37:17.147Z | Downloaded tinyvec_macros v0.1.1 |
891 | 2025-03-07T21:37:17.150Z | Downloaded secrecy v0.8.0 |
892 | 2025-03-07T21:37:17.150Z | Downloaded futures v0.3.31 |
893 | 2025-03-07T21:37:17.153Z | Downloaded unicase v2.7.0 |
894 | 2025-03-07T21:37:17.156Z | Downloaded tinyvec v1.8.0 |
895 | 2025-03-07T21:37:17.159Z | Downloaded salsa20 v0.10.2 |
896 | 2025-03-07T21:37:17.159Z | Downloaded filetime v0.2.25 |
897 | 2025-03-07T21:37:17.163Z | Downloaded oso-derive v0.27.3 |
898 | 2025-03-07T21:37:17.163Z | Downloaded progenitor-client v0.8.0 |
899 | 2025-03-07T21:37:17.163Z | Downloaded subtle v2.6.1 |
900 | 2025-03-07T21:37:17.166Z | Downloaded nom v7.1.3 |
901 | 2025-03-07T21:37:17.170Z | Downloaded semver v0.1.20 |
902 | 2025-03-07T21:37:17.173Z | Downloaded r2d2 v0.8.10 |
903 | 2025-03-07T21:37:17.173Z | Downloaded primeorder v0.13.6 |
904 | 2025-03-07T21:37:17.177Z | Downloaded tls_codec_derive v0.4.1 |
905 | 2025-03-07T21:37:17.177Z | Downloaded russh-keys v0.45.0 |
906 | 2025-03-07T21:37:17.180Z | Downloaded slog-envlogger v2.2.0 |
907 | 2025-03-07T21:37:17.183Z | Downloaded parse-display-derive v0.10.0 |
908 | 2025-03-07T21:37:17.183Z | Downloaded diesel_derives v2.2.3 |
909 | 2025-03-07T21:37:17.189Z | Downloaded predicates-core v1.0.8 |
910 | 2025-03-07T21:37:17.192Z | Downloaded predicates v3.1.3 |
911 | 2025-03-07T21:37:17.192Z | Downloaded curve25519-dalek-derive v0.1.1 |
912 | 2025-03-07T21:37:17.195Z | Downloaded static_assertions v1.1.0 |
913 | 2025-03-07T21:37:17.195Z | Downloaded subprocess v0.2.9 |
914 | 2025-03-07T21:37:17.198Z | Downloaded yansi v1.0.1 |
915 | 2025-03-07T21:37:17.201Z | Downloaded daft v0.1.1 |
916 | 2025-03-07T21:37:17.204Z | Downloaded darling v0.20.10 |
917 | 2025-03-07T21:37:17.209Z | Downloaded num-derive v0.4.2 |
918 | 2025-03-07T21:37:17.212Z | Downloaded proc-macro-error-attr2 v2.0.0 |
919 | 2025-03-07T21:37:17.212Z | Downloaded num v0.4.3 |
920 | 2025-03-07T21:37:17.212Z | Downloaded signal-hook-mio v0.2.4 |
921 | 2025-03-07T21:37:17.216Z | Downloaded futures-util v0.3.31 |
922 | 2025-03-07T21:37:17.227Z | Downloaded sha1 v0.10.6 |
923 | 2025-03-07T21:37:17.230Z | Downloaded unicode-xid v0.2.6 |
924 | 2025-03-07T21:37:17.233Z | Downloaded pkcs5 v0.7.1 |
925 | 2025-03-07T21:37:17.236Z | Downloaded p256 v0.13.2 |
926 | 2025-03-07T21:37:17.239Z | Downloaded predicates-tree v1.0.11 |
927 | 2025-03-07T21:37:17.242Z | Downloaded diff v0.1.13 |
928 | 2025-03-07T21:37:17.245Z | Downloaded synstructure v0.13.1 |
929 | 2025-03-07T21:37:17.245Z | Downloaded winnow v0.6.20 |
930 | 2025-03-07T21:37:17.255Z | Downloaded supports-color v3.0.2 |
931 | 2025-03-07T21:37:17.258Z | Downloaded lalrpop v0.19.12 |
932 | 2025-03-07T21:37:17.268Z | Downloaded daft-derive v0.1.1 |
933 | 2025-03-07T21:37:17.272Z | Downloaded serde_with_macros v3.12.0 |
934 | 2025-03-07T21:37:17.275Z | Downloaded des v0.8.1 |
935 | 2025-03-07T21:37:17.278Z | Downloaded bindgen v0.69.5 |
936 | 2025-03-07T21:37:17.285Z | Downloaded unicode-bidi v0.3.17 |
937 | 2025-03-07T21:37:17.289Z | Downloaded darling_core v0.20.10 |
938 | 2025-03-07T21:37:17.294Z | Downloaded winnow v0.5.40 |
939 | 2025-03-07T21:37:17.304Z | Downloaded rayon v1.10.0 |
940 | 2025-03-07T21:37:17.314Z | Downloaded owo-colors v4.2.0 |
941 | 2025-03-07T21:37:17.317Z | Downloaded tracing-core v0.1.32 |
942 | 2025-03-07T21:37:17.320Z | Downloaded mio v1.0.2 |
943 | 2025-03-07T21:37:17.326Z | Downloaded time v0.3.36 |
944 | 2025-03-07T21:37:17.335Z | Downloaded serde_yaml v0.9.34+deprecated |
945 | 2025-03-07T21:37:17.339Z | Downloaded schemars v0.8.22 |
946 | 2025-03-07T21:37:17.352Z | Downloaded flume v0.11.1 |
947 | 2025-03-07T21:37:17.357Z | Downloaded unicode_categories v0.1.1 |
948 | 2025-03-07T21:37:17.360Z | Downloaded chrono v0.4.40 |
949 | 2025-03-07T21:37:17.367Z | Downloaded zopfli v0.8.1 |
950 | 2025-03-07T21:37:17.370Z | Downloaded bitvec v1.0.1 |
951 | 2025-03-07T21:37:17.387Z | Downloaded oso v0.27.3 |
952 | 2025-03-07T21:37:17.391Z | Downloaded unicode-segmentation v1.12.0 |
953 | 2025-03-07T21:37:17.394Z | Downloaded parse-zoneinfo v0.3.1 |
954 | 2025-03-07T21:37:17.398Z | Downloaded reqwest v0.12.12 |
955 | 2025-03-07T21:37:17.408Z | Downloaded prettyplease v0.2.29 |
956 | 2025-03-07T21:37:17.411Z | Downloaded quinn v0.11.5 |
957 | 2025-03-07T21:37:17.416Z | Downloaded hashbrown v0.13.2 |
958 | 2025-03-07T21:37:17.420Z | Downloaded icu_properties_data v1.5.0 |
959 | 2025-03-07T21:37:17.433Z | Downloaded rustyline v14.0.0 |
960 | 2025-03-07T21:37:17.438Z | Downloaded bindgen v0.71.1 |
961 | 2025-03-07T21:37:17.447Z | Downloaded qorb v0.2.1 |
962 | 2025-03-07T21:37:17.453Z | Downloaded webpki-roots v0.26.6 |
963 | 2025-03-07T21:37:17.457Z | Downloaded unicode-normalization v0.1.24 |
964 | 2025-03-07T21:37:17.461Z | Downloaded tower v0.5.2 |
965 | 2025-03-07T21:37:17.471Z | Downloaded zip v2.1.3 |
966 | 2025-03-07T21:37:17.475Z | Downloaded h2 v0.4.6 |
967 | 2025-03-07T21:37:17.483Z | Downloaded quick-xml v0.37.2 |
968 | 2025-03-07T21:37:17.490Z | Downloaded num-bigint-dig v0.8.4 |
969 | 2025-03-07T21:37:17.496Z | Downloaded num-bigint v0.4.6 |
970 | 2025-03-07T21:37:17.508Z | Downloaded serde_with v3.12.0 |
971 | 2025-03-07T21:37:17.511Z | Downloaded salty v0.3.0 |
972 | 2025-03-07T21:37:17.519Z | Downloaded petname v2.0.2 |
973 | 2025-03-07T21:37:17.525Z | Downloaded tough v0.19.0 |
974 | 2025-03-07T21:37:17.534Z | Downloaded rustls-webpki v0.101.7 |
975 | 2025-03-07T21:37:17.550Z | Downloaded portable-atomic v1.9.0 |
976 | 2025-03-07T21:37:17.557Z | Downloaded regex v1.11.1 |
977 | 2025-03-07T21:37:17.572Z | Downloaded rustls-webpki v0.102.8 |
978 | 2025-03-07T21:37:17.592Z | Downloaded nix v0.28.0 |
979 | 2025-03-07T21:37:17.605Z | Downloaded p384 v0.13.0 |
980 | 2025-03-07T21:37:17.612Z | Downloaded unicode-width v0.2.0 |
981 | 2025-03-07T21:37:17.618Z | Downloaded smoltcp v0.9.1 |
982 | 2025-03-07T21:37:17.632Z | Downloaded tabled v0.18.0 |
983 | 2025-03-07T21:37:17.649Z | Downloaded quinn-proto v0.11.8 |
984 | 2025-03-07T21:37:17.658Z | Downloaded git2 v0.19.0 |
985 | 2025-03-07T21:37:17.664Z | Downloaded radix_trie v0.2.1 |
986 | 2025-03-07T21:37:17.670Z | Downloaded zerocopy v0.8.10 |
987 | 2025-03-07T21:37:17.696Z | Downloaded nix v0.27.1 |
988 | 2025-03-07T21:37:17.708Z | Downloaded object v0.30.4 |
989 | 2025-03-07T21:37:17.718Z | Downloaded polar-core v0.27.3 |
990 | 2025-03-07T21:37:17.727Z | Downloaded openssl v0.10.71 |
991 | 2025-03-07T21:37:17.739Z | Downloaded gimli v0.31.1 |
992 | 2025-03-07T21:37:17.748Z | Downloaded rustls v0.22.4 |
993 | 2025-03-07T21:37:17.762Z | Downloaded smoltcp v0.11.0 |
994 | 2025-03-07T21:37:17.774Z | Downloaded object v0.36.5 |
995 | 2025-03-07T21:37:17.787Z | Downloaded curve25519-dalek v4.1.3 |
996 | 2025-03-07T21:37:17.795Z | Downloaded sled v0.34.7 |
997 | 2025-03-07T21:37:17.806Z | Downloaded rustls v0.23.19 |
998 | 2025-03-07T21:37:17.819Z | Downloaded diesel v2.2.8 |
999 | 2025-03-07T21:37:17.840Z | Downloaded typify-impl v0.3.0 |
1000 | 2025-03-07T21:37:17.855Z | Downloaded typify-impl v0.2.0 |
1001 | 2025-03-07T21:37:17.870Z | Downloaded openapiv3 v2.0.0 |
1002 | 2025-03-07T21:37:17.883Z | Downloaded ratatui v0.29.0 |
1003 | 2025-03-07T21:37:17.904Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1004 | 2025-03-07T21:37:17.918Z | Downloaded vcpkg v0.2.15 |
1005 | 2025-03-07T21:37:17.956Z | Downloaded regex-syntax v0.8.5 |
1006 | 2025-03-07T21:37:17.966Z | Downloaded dropshot v0.16.0 |
1007 | 2025-03-07T21:37:17.987Z | Downloaded dropshot v0.12.0 |
1008 | 2025-03-07T21:37:18.008Z | Downloaded zerocopy-derive v0.6.6 |
1009 | 2025-03-07T21:37:18.019Z | Downloaded bstr v1.10.0 |
1010 | 2025-03-07T21:37:18.028Z | Downloaded rustls v0.21.12 |
1011 | 2025-03-07T21:37:18.040Z | Downloaded hickory-proto v0.24.4 |
1012 | 2025-03-07T21:37:18.056Z | Downloaded regex-automata v0.4.8 |
1013 | 2025-03-07T21:37:18.074Z | Downloaded regex-syntax v0.6.29 |
1014 | 2025-03-07T21:37:18.080Z | Downloaded nix v0.29.0 |
1015 | 2025-03-07T21:37:18.092Z | Downloaded chrono-tz v0.10.1 |
1016 | 2025-03-07T21:37:18.100Z | Downloaded regress v0.10.3 |
1017 | 2025-03-07T21:37:18.111Z | Downloaded csv v1.3.1 |
1018 | 2025-03-07T21:37:18.130Z | Downloaded proptest v1.6.0 |
1019 | 2025-03-07T21:37:18.138Z | Downloaded lzma-sys v0.1.20 |
1020 | 2025-03-07T21:37:18.170Z | Downloaded value-bag v1.9.0 |
1021 | 2025-03-07T21:37:18.173Z | Downloaded petgraph v0.7.1 |
1022 | 2025-03-07T21:37:18.190Z | Downloaded petgraph v0.6.5 |
1023 | 2025-03-07T21:37:18.208Z | Downloaded getrandom v0.3.1 |
1024 | 2025-03-07T21:37:18.211Z | Downloaded russh v0.45.0 |
1025 | 2025-03-07T21:37:18.217Z | Downloaded sha3 v0.10.8 |
1026 | 2025-03-07T21:37:18.221Z | Downloaded libz-sys v1.1.20 |
1027 | 2025-03-07T21:37:18.242Z | Downloaded reedline v0.38.0 |
1028 | 2025-03-07T21:37:18.250Z | Downloaded vergen v8.3.2 |
1029 | 2025-03-07T21:37:18.253Z | Downloaded toml_edit v0.19.15 |
1030 | 2025-03-07T21:37:18.269Z | Downloaded tokio v1.43.0 |
1031 | 2025-03-07T21:37:18.307Z | Downloaded p521 v0.13.3 |
1032 | 2025-03-07T21:37:18.310Z | Downloaded zerovec v0.10.4 |
1033 | 2025-03-07T21:37:18.316Z | Downloaded sqlparser v0.45.0 |
1034 | 2025-03-07T21:37:18.322Z | Downloaded blake3 v1.5.4 |
1035 | 2025-03-07T21:37:18.330Z | Downloaded native-tls v0.2.12 |
1036 | 2025-03-07T21:37:18.333Z | Downloaded pkcs1 v0.7.5 |
1037 | 2025-03-07T21:37:18.334Z | Downloaded fatfs v0.3.6 |
1038 | 2025-03-07T21:37:18.337Z | Downloaded derive_more v0.99.19 |
1039 | 2025-03-07T21:37:18.342Z | Downloaded float-ord v0.3.2 |
1040 | 2025-03-07T21:37:18.346Z | Downloaded expectorate v1.1.0 |
1041 | 2025-03-07T21:37:18.346Z | Downloaded ena v0.14.3 |
1042 | 2025-03-07T21:37:18.349Z | Downloaded snafu v0.8.5 |
1043 | 2025-03-07T21:37:18.352Z | Downloaded aho-corasick v1.1.3 |
1044 | 2025-03-07T21:37:18.359Z | Downloaded zerocopy v0.6.6 |
1045 | 2025-03-07T21:37:18.362Z | Downloaded mockall_derive v0.13.1 |
1046 | 2025-03-07T21:37:18.362Z | Downloaded rusty-fork v0.3.0 |
1047 | 2025-03-07T21:37:18.366Z | Downloaded foldhash v0.1.3 |
1048 | 2025-03-07T21:37:18.366Z | Downloaded rustc-hash v1.1.0 |
1049 | 2025-03-07T21:37:18.366Z | Downloaded polyval v0.6.2 |
1050 | 2025-03-07T21:37:18.369Z | Downloaded tokio-postgres v0.7.13 |
1051 | 2025-03-07T21:37:18.372Z | Downloaded dropshot_endpoint v0.16.0 |
1052 | 2025-03-07T21:37:18.376Z | Downloaded difflib v0.4.0 |
1053 | 2025-03-07T21:37:18.379Z | Downloaded yasna v0.5.2 |
1054 | 2025-03-07T21:37:18.384Z | Downloaded tokio-tungstenite v0.24.0 |
1055 | 2025-03-07T21:37:18.384Z | Downloaded env_logger v0.10.2 |
1056 | 2025-03-07T21:37:18.388Z | Downloaded rand v0.9.0 |
1057 | 2025-03-07T21:37:18.391Z | Downloaded encoding_rs v0.8.34 |
1058 | 2025-03-07T21:37:18.419Z | Downloaded flate2 v1.1.0 |
1059 | 2025-03-07T21:37:18.422Z | Downloaded uuid v1.15.1 |
1060 | 2025-03-07T21:37:18.422Z | Downloaded tabled_derive v0.10.0 |
1061 | 2025-03-07T21:37:18.422Z | Downloaded rand_chacha v0.3.1 |
1062 | 2025-03-07T21:37:18.422Z | Downloaded url v2.5.3 |
1063 | 2025-03-07T21:37:18.426Z | Downloaded env_logger v0.11.5 |
1064 | 2025-03-07T21:37:18.429Z | Downloaded rayon-core v1.12.1 |
1065 | 2025-03-07T21:37:18.432Z | Downloaded derive_builder_core v0.20.2 |
1066 | 2025-03-07T21:37:18.432Z | Downloaded vsss-rs v3.3.4 |
1067 | 2025-03-07T21:37:18.435Z | Downloaded ppv-lite86 v0.2.20 |
1068 | 2025-03-07T21:37:18.435Z | Downloaded itertools v0.13.0 |
1069 | 2025-03-07T21:37:18.442Z | Downloaded ring v0.17.11 |
1070 | 2025-03-07T21:37:18.484Z | Downloaded num-complex v0.4.6 |
1071 | 2025-03-07T21:37:18.488Z | Downloaded pem-rfc7468 v0.7.0 |
1072 | 2025-03-07T21:37:18.491Z | Downloaded futures-macro v0.3.31 |
1073 | 2025-03-07T21:37:18.491Z | Downloaded packed_struct_codegen v0.10.1 |
1074 | 2025-03-07T21:37:18.491Z | Downloaded unicode-properties v0.1.3 |
1075 | 2025-03-07T21:37:18.491Z | Downloaded num-traits v0.2.19 |
1076 | 2025-03-07T21:37:18.496Z | Downloaded itertools v0.12.1 |
1077 | 2025-03-07T21:37:18.502Z | Downloaded wait-timeout v0.2.0 |
1078 | 2025-03-07T21:37:18.506Z | Downloaded libxml v0.3.3 |
1079 | 2025-03-07T21:37:18.509Z | Downloaded tungstenite v0.21.0 |
1080 | 2025-03-07T21:37:18.512Z | Downloaded tokio-tungstenite v0.21.0 |
1081 | 2025-03-07T21:37:18.517Z | Downloaded strum_macros v0.26.4 |
1082 | 2025-03-07T21:37:18.517Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1083 | 2025-03-07T21:37:18.572Z | Downloaded tungstenite v0.23.0 |
1084 | 2025-03-07T21:37:18.575Z | Downloaded percent-encoding v2.3.1 |
1085 | 2025-03-07T21:37:18.579Z | Downloaded cc v1.2.15 |
1086 | 2025-03-07T21:37:18.583Z | Downloaded mockall v0.13.1 |
1087 | 2025-03-07T21:37:18.583Z | Downloaded dropshot_endpoint v0.12.0 |
1088 | 2025-03-07T21:37:18.586Z | Downloaded ron v0.8.1 |
1089 | 2025-03-07T21:37:18.590Z | Downloaded libm v0.2.8 |
1090 | 2025-03-07T21:37:18.596Z | Downloaded take_mut v0.2.2 |
1091 | 2025-03-07T21:37:18.599Z | Downloaded serde-big-array v0.5.1 |
1092 | 2025-03-07T21:37:18.599Z | Downloaded ed25519-dalek v2.1.1 |
1093 | 2025-03-07T21:37:18.602Z | Downloaded postgres-types v0.2.9 |
1094 | 2025-03-07T21:37:18.605Z | Downloaded postgres-protocol v0.6.8 |
1095 | 2025-03-07T21:37:18.605Z | Downloaded postcard v1.0.10 |
1096 | 2025-03-07T21:37:18.610Z | Downloaded hickory-server v0.24.4 |
1097 | 2025-03-07T21:37:18.613Z | Downloaded tui-tree-widget v0.23.0 |
1098 | 2025-03-07T21:37:18.616Z | Downloaded similar v2.7.0 |
1099 | 2025-03-07T21:37:18.619Z | Downloaded ron v0.7.1 |
1100 | 2025-03-07T21:37:18.623Z | Downloaded elliptic-curve v0.13.8 |
1101 | 2025-03-07T21:37:18.627Z | Downloaded samael v0.0.18 |
1102 | 2025-03-07T21:37:18.632Z | Downloaded nanorand v0.7.0 |
1103 | 2025-03-07T21:37:18.635Z | Downloaded rsa v0.9.6 |
1104 | 2025-03-07T21:37:18.639Z | Downloaded tracing v0.1.40 |
1105 | 2025-03-07T21:37:18.643Z | Downloaded tar v0.4.44 |
1106 | 2025-03-07T21:37:18.646Z | Downloaded futures-io v0.3.31 |
1107 | 2025-03-07T21:37:18.649Z | Downloaded futures-executor v0.3.31 |
1108 | 2025-03-07T21:37:18.649Z | Downloaded foreign-types v0.5.0 |
1109 | 2025-03-07T21:37:18.649Z | Downloaded crypto-bigint v0.5.5 |
1110 | 2025-03-07T21:37:18.655Z | Downloaded document-features v0.2.10 |
1111 | 2025-03-07T21:37:18.658Z | Downloaded displaydoc v0.2.5 |
1112 | 2025-03-07T21:37:18.658Z | Downloaded untrusted v0.9.0 |
1113 | 2025-03-07T21:37:18.661Z | Downloaded untrusted v0.7.1 |
1114 | 2025-03-07T21:37:18.661Z | Downloaded derive-where v1.2.7 |
1115 | 2025-03-07T21:37:18.664Z | Downloaded zeroize_derive v1.4.2 |
1116 | 2025-03-07T21:37:18.664Z | Downloaded zeroize v1.8.1 |
1117 | 2025-03-07T21:37:18.667Z | Downloaded zerofrom-derive v0.1.4 |
1118 | 2025-03-07T21:37:18.667Z | Downloaded stable_deref_trait v1.2.0 |
1119 | 2025-03-07T21:37:18.667Z | Downloaded ssh-cipher v0.2.0 |
1120 | 2025-03-07T21:37:18.672Z | Downloaded siphasher v0.3.11 |
1121 | 2025-03-07T21:37:18.672Z | Downloaded hickory-resolver v0.24.4 |
1122 | 2025-03-07T21:37:18.675Z | Downloaded hash32 v0.2.1 |
1123 | 2025-03-07T21:37:18.675Z | Downloaded chacha20poly1305 v0.10.1 |
1124 | 2025-03-07T21:37:18.679Z | Downloaded thiserror-no-std v2.0.2 |
1125 | 2025-03-07T21:37:18.682Z | Downloaded serde-hex v0.1.0 |
1126 | 2025-03-07T21:37:18.682Z | Downloaded progenitor-macro v0.9.1 |
1127 | 2025-03-07T21:37:18.685Z | Downloaded float-cmp v0.10.0 |
1128 | 2025-03-07T21:37:18.685Z | Downloaded derive_builder v0.20.2 |
1129 | 2025-03-07T21:37:18.688Z | Downloaded foreign-types v0.3.2 |
1130 | 2025-03-07T21:37:18.688Z | Downloaded downcast v0.11.0 |
1131 | 2025-03-07T21:37:18.691Z | Downloaded yoke v0.7.4 |
1132 | 2025-03-07T21:37:18.692Z | Downloaded typify v0.3.0 |
1133 | 2025-03-07T21:37:18.695Z | Downloaded const-oid v0.9.6 |
1134 | 2025-03-07T21:37:18.698Z | Downloaded heapless v0.7.17 |
1135 | 2025-03-07T21:37:18.701Z | Downloaded blake2 v0.10.6 |
1136 | 2025-03-07T21:37:18.704Z | Downloaded clang-sys v1.8.1 |
1137 | 2025-03-07T21:37:18.704Z | Downloaded smallvec v1.14.0 |
1138 | 2025-03-07T21:37:18.707Z | Downloaded colored v2.2.0 |
1139 | 2025-03-07T21:37:18.712Z | Downloaded dirs-sys-next v0.1.2 |
1140 | 2025-03-07T21:37:18.712Z | Downloaded dirs-next v2.0.0 |
1141 | 2025-03-07T21:37:18.712Z | Downloaded sct v0.7.1 |
1142 | 2025-03-07T21:37:18.715Z | Downloaded debug-ignore v1.0.5 |
1143 | 2025-03-07T21:37:18.715Z | Downloaded serde_plain v1.0.2 |
1144 | 2025-03-07T21:37:18.719Z | Downloaded zone v0.3.0 |
1145 | 2025-03-07T21:37:18.719Z | Downloaded crossbeam-epoch v0.9.18 |
1146 | 2025-03-07T21:37:18.722Z | Downloaded strip-ansi-escapes v0.2.0 |
1147 | 2025-03-07T21:37:18.722Z | Downloaded stringprep v0.1.5 |
1148 | 2025-03-07T21:37:18.722Z | Downloaded string_cache v0.8.7 |
1149 | 2025-03-07T21:37:18.725Z | Downloaded slab v0.4.9 |
1150 | 2025-03-07T21:37:18.725Z | Downloaded csv-core v0.1.11 |
1151 | 2025-03-07T21:37:18.725Z | Downloaded crc32fast v1.4.2 |
1152 | 2025-03-07T21:37:18.728Z | Downloaded async-bb8-diesel v0.2.1 |
1153 | 2025-03-07T21:37:18.731Z | Downloaded async-recursion v1.1.1 |
1154 | 2025-03-07T21:37:18.735Z | Downloaded arrayvec v0.7.6 |
1155 | 2025-03-07T21:37:18.735Z | Downloaded ciborium v0.2.2 |
1156 | 2025-03-07T21:37:18.738Z | Downloaded heapless v0.8.0 |
1157 | 2025-03-07T21:37:18.741Z | Downloaded cargo_metadata v0.18.1 |
1158 | 2025-03-07T21:37:18.745Z | Downloaded icu_locid v1.5.0 |
1159 | 2025-03-07T21:37:18.748Z | Downloaded libloading v0.8.5 |
1160 | 2025-03-07T21:37:18.748Z | Downloaded icu_provider v1.5.0 |
1161 | 2025-03-07T21:37:18.753Z | Downloaded highway v1.3.0 |
1162 | 2025-03-07T21:37:18.756Z | Downloaded const_format_proc_macros v0.2.34 |
1163 | 2025-03-07T21:37:18.756Z | Downloaded console v0.15.10 |
1164 | 2025-03-07T21:37:18.759Z | Downloaded icu_locid_transform_data v1.5.0 |
1165 | 2025-03-07T21:37:18.759Z | Downloaded hyper-staticfile v0.10.1 |
1166 | 2025-03-07T21:37:18.763Z | Downloaded hmac v0.12.1 |
1167 | 2025-03-07T21:37:18.766Z | Downloaded cancel-safe-futures v0.1.5 |
1168 | 2025-03-07T21:37:18.766Z | Downloaded base64ct v1.6.0 |
1169 | 2025-03-07T21:37:18.769Z | Downloaded adler2 v2.0.0 |
1170 | 2025-03-07T21:37:18.769Z | Downloaded rfc6979 v0.4.0 |
1171 | 2025-03-07T21:37:18.772Z | Downloaded ref-cast-impl v1.0.23 |
1172 | 2025-03-07T21:37:18.772Z | Downloaded ref-cast v1.0.23 |
1173 | 2025-03-07T21:37:18.775Z | Downloaded rand_chacha v0.9.0 |
1174 | 2025-03-07T21:37:18.775Z | Downloaded radium v0.7.0 |
1175 | 2025-03-07T21:37:18.775Z | Downloaded cobs v0.2.3 |
1176 | 2025-03-07T21:37:18.778Z | Downloaded assert_matches v1.5.0 |
1177 | 2025-03-07T21:37:18.778Z | Downloaded ascii-canvas v3.0.0 |
1178 | 2025-03-07T21:37:18.778Z | Downloaded cipher v0.4.4 |
1179 | 2025-03-07T21:37:18.782Z | Downloaded ciborium-ll v0.2.2 |
1180 | 2025-03-07T21:37:18.782Z | Downloaded arrayref v0.3.9 |
1181 | 2025-03-07T21:37:18.782Z | Downloaded aead v0.5.2 |
1182 | 2025-03-07T21:37:18.785Z | Downloaded crc v3.2.1 |
1183 | 2025-03-07T21:37:18.785Z | Downloaded bb8 v0.8.5 |
1184 | 2025-03-07T21:37:18.788Z | Downloaded bit-vec v0.6.3 |
1185 | 2025-03-07T21:37:18.788Z | Downloaded bit-set v0.8.0 |
1186 | 2025-03-07T21:37:18.788Z | Downloaded home v0.5.9 |
1187 | 2025-03-07T21:37:18.791Z | Downloaded bit-set v0.5.3 |
1188 | 2025-03-07T21:37:18.791Z | Downloaded atomic-waker v1.1.2 |
1189 | 2025-03-07T21:37:18.791Z | Downloaded idna_adapter v1.2.0 |
1190 | 2025-03-07T21:37:18.795Z | Downloaded internet-checksum v0.2.1 |
1191 | 2025-03-07T21:37:18.795Z | Downloaded keccak v0.1.5 |
1192 | 2025-03-07T21:37:18.795Z | Downloaded inout v0.1.3 |
1193 | 2025-03-07T21:37:18.795Z | Downloaded impl-trait-for-tuples v0.2.2 |
1194 | 2025-03-07T21:37:18.798Z | Downloaded hubpack v0.1.2 |
1195 | 2025-03-07T21:37:18.801Z | Downloaded block-padding v0.3.3 |
1196 | 2025-03-07T21:37:18.801Z | Downloaded lru-cache v0.1.2 |
1197 | 2025-03-07T21:37:18.801Z | Downloaded async-stream v0.3.6 |
1198 | 2025-03-07T21:37:18.804Z | Downloaded is-terminal v0.4.13 |
1199 | 2025-03-07T21:37:18.804Z | Downloaded ipnetwork v0.21.1 |
1200 | 2025-03-07T21:37:18.804Z | Downloaded indoc v1.0.9 |
1201 | 2025-03-07T21:37:18.807Z | Downloaded indent_write v2.2.0 |
1202 | 2025-03-07T21:37:18.812Z | Downloaded crunchy v0.2.2 |
1203 | 2025-03-07T21:37:18.812Z | Downloaded crucible-workspace-hack v0.1.0 |
1204 | 2025-03-07T21:37:18.812Z | Downloaded http-body-util v0.1.2 |
1205 | 2025-03-07T21:37:19.140Z | Downloaded aws-lc-sys v0.26.0 |
1206 | 2025-03-07T21:37:19.457Z | Compiling serde v1.0.218 |
1207 | 2025-03-07T21:37:19.460Z | Compiling value-bag v1.9.0 |
1208 | 2025-03-07T21:37:19.460Z | Compiling lock_api v0.4.12 |
1209 | 2025-03-07T21:37:19.460Z | Compiling scopeguard v1.2.0 |
1210 | 2025-03-07T21:37:19.460Z | Compiling typenum v1.17.0 |
1211 | 2025-03-07T21:37:19.460Z | Compiling generic-array v0.14.7 |
1212 | 2025-03-07T21:37:19.654Z | Compiling syn v2.0.98 |
1213 | 2025-03-07T21:37:19.667Z | Compiling getrandom v0.2.15 |
1214 | 2025-03-07T21:37:19.815Z | Compiling shlex v1.3.0 |
1215 | 2025-03-07T21:37:19.961Z | Compiling rand_core v0.6.4 |
1216 | 2025-03-07T21:37:20.080Z | Compiling log v0.4.22 |
1217 | 2025-03-07T21:37:20.173Z | Compiling jobserver v0.1.32 |
1218 | 2025-03-07T21:37:20.194Z | Compiling subtle v2.6.1 |
1219 | 2025-03-07T21:37:20.213Z | Compiling smallvec v1.14.0 |
1220 | 2025-03-07T21:37:20.493Z | Compiling const-oid v0.9.6 |
1221 | 2025-03-07T21:37:20.512Z | Compiling pin-project-lite v0.2.14 |
1222 | 2025-03-07T21:37:20.516Z | Compiling parking_lot_core v0.9.10 |
1223 | 2025-03-07T21:37:20.604Z | Compiling cc v1.2.15 |
1224 | 2025-03-07T21:37:20.654Z | Compiling rustix v0.38.37 |
1225 | 2025-03-07T21:37:20.806Z | Compiling signal-hook-registry v1.4.2 |
1226 | 2025-03-07T21:37:20.972Z | Compiling futures-core v0.3.31 |
1227 | 2025-03-07T21:37:21.224Z | Compiling mio v1.0.2 |
1228 | 2025-03-07T21:37:21.553Z | Compiling parking_lot v0.12.3 |
1229 | 2025-03-07T21:37:21.631Z | Compiling spin v0.9.8 |
1230 | 2025-03-07T21:37:21.679Z | Compiling socket2 v0.5.8 |
1231 | 2025-03-07T21:37:22.003Z | Compiling aho-corasick v1.1.3 |
1232 | 2025-03-07T21:37:22.029Z | Compiling regex-syntax v0.8.5 |
1233 | 2025-03-07T21:37:22.402Z | Compiling stable_deref_trait v1.2.0 |
1234 | 2025-03-07T21:37:22.488Z | Compiling either v1.14.0 |
1235 | 2025-03-07T21:37:22.562Z | Compiling cpufeatures v0.2.14 |
1236 | 2025-03-07T21:37:22.630Z | Compiling futures-sink v0.3.31 |
1237 | 2025-03-07T21:37:22.680Z | Compiling slab v0.4.9 |
1238 | 2025-03-07T21:37:22.721Z | Compiling glob v0.3.2 |
1239 | 2025-03-07T21:37:22.791Z | Compiling prettyplease v0.2.29 |
1240 | 2025-03-07T21:37:22.914Z | Compiling lazy_static v1.5.0 |
1241 | 2025-03-07T21:37:23.058Z | Compiling serde_json v1.0.139 |
1242 | 2025-03-07T21:37:23.165Z | Compiling minimal-lexical v0.2.1 |
1243 | 2025-03-07T21:37:23.455Z | Compiling futures-channel v0.3.31 |
1244 | 2025-03-07T21:37:23.500Z | Compiling libloading v0.8.5 |
1245 | 2025-03-07T21:37:23.588Z | Compiling clang-sys v1.8.1 |
1246 | 2025-03-07T21:37:23.690Z | Compiling nom v7.1.3 |
1247 | 2025-03-07T21:37:23.887Z | Compiling allocator-api2 v0.2.18 |
1248 | 2025-03-07T21:37:23.890Z | Compiling pin-utils v0.1.0 |
1249 | 2025-03-07T21:37:24.000Z | Compiling futures-io v0.3.31 |
1250 | 2025-03-07T21:37:24.299Z | Compiling futures-task v0.3.31 |
1251 | 2025-03-07T21:37:24.363Z | Compiling home v0.5.9 |
1252 | 2025-03-07T21:37:24.600Z | Compiling bindgen v0.69.5 |
1253 | 2025-03-07T21:37:24.626Z | Compiling foldhash v0.1.3 |
1254 | 2025-03-07T21:37:24.713Z | Compiling itertools v0.12.1 |
1255 | 2025-03-07T21:37:24.931Z | Compiling hashbrown v0.15.1 |
1256 | 2025-03-07T21:37:25.499Z | Compiling lazycell v1.3.0 |
1257 | 2025-03-07T21:37:25.676Z | Compiling pkg-config v0.3.31 |
1258 | 2025-03-07T21:37:26.139Z | Compiling regex-automata v0.4.8 |
1259 | 2025-03-07T21:37:26.654Z | Compiling libm v0.2.8 |
1260 | 2025-03-07T21:37:26.948Z | Compiling cexpr v0.6.0 |
1261 | 2025-03-07T21:37:27.026Z | Compiling rustc-hash v1.1.0 |
1262 | 2025-03-07T21:37:27.166Z | Compiling synstructure v0.13.1 |
1263 | 2025-03-07T21:37:27.640Z | Compiling cmake v0.1.51 |
1264 | 2025-03-07T21:37:28.207Z | Compiling num-traits v0.2.19 |
1265 | 2025-03-07T21:37:28.489Z | Compiling fs_extra v1.3.0 |
1266 | 2025-03-07T21:37:28.526Z | Compiling dunce v1.0.5 |
1267 | 2025-03-07T21:37:28.669Z | Compiling getrandom v0.3.1 |
1268 | 2025-03-07T21:37:28.793Z | Compiling writeable v0.5.5 |
1269 | 2025-03-07T21:37:29.050Z | Compiling litemap v0.7.3 |
1270 | 2025-03-07T21:37:29.338Z | Compiling ring v0.17.11 |
1271 | 2025-03-07T21:37:29.381Z | Compiling base64ct v1.6.0 |
1272 | 2025-03-07T21:37:29.404Z | Compiling paste v1.0.15 |
1273 | 2025-03-07T21:37:29.964Z | Compiling pem-rfc7468 v0.7.0 |
1274 | 2025-03-07T21:37:30.003Z | Compiling flagset v0.4.6 |
1275 | 2025-03-07T21:37:30.216Z | Compiling aws-lc-rs v1.12.4 |
1276 | 2025-03-07T21:37:30.401Z | Compiling httparse v1.9.5 |
1277 | 2025-03-07T21:37:30.567Z | Compiling icu_locid_transform_data v1.5.0 |
1278 | 2025-03-07T21:37:30.688Z | Compiling tracing-core v0.1.32 |
1279 | 2025-03-07T21:37:31.113Z | Compiling regex v1.11.1 |
1280 | 2025-03-07T21:37:31.610Z | Compiling percent-encoding v2.3.1 |
1281 | 2025-03-07T21:37:31.745Z | Compiling icu_properties_data v1.5.0 |
1282 | 2025-03-07T21:37:31.890Z | Compiling crossbeam-utils v0.8.20 |
1283 | 2025-03-07T21:37:31.926Z | Compiling rustls-pki-types v1.10.0 |
1284 | 2025-03-07T21:37:32.042Z | Compiling untrusted v0.7.1 |
1285 | 2025-03-07T21:37:32.239Z | Compiling utf16_iter v1.0.5 |
1286 | 2025-03-07T21:37:32.306Z | Compiling serde_derive v1.0.218 |
1287 | 2025-03-07T21:37:32.413Z | Compiling zeroize_derive v1.4.2 |
1288 | 2025-03-07T21:37:32.447Z | Compiling zerocopy-derive v0.7.35 |
1289 | 2025-03-07T21:37:32.618Z | Compiling tokio-macros v2.5.0 |
1290 | 2025-03-07T21:37:32.867Z | Compiling zerofrom-derive v0.1.4 |
1291 | 2025-03-07T21:37:33.808Z | Compiling zeroize v1.8.1 |
1292 | 2025-03-07T21:37:34.173Z | Compiling thiserror-impl v1.0.69 |
1293 | 2025-03-07T21:37:34.389Z | Compiling zerocopy v0.7.35 |
1294 | 2025-03-07T21:37:34.845Z | Compiling yoke-derive v0.7.4 |
1295 | 2025-03-07T21:37:34.988Z | Compiling futures-macro v0.3.31 |
1296 | 2025-03-07T21:37:35.356Z | Compiling crypto-common v0.1.6 |
1297 | 2025-03-07T21:37:35.580Z | Compiling block-buffer v0.10.4 |
1298 | 2025-03-07T21:37:35.691Z | Compiling zerovec-derive v0.10.3 |
1299 | 2025-03-07T21:37:35.712Z | Compiling displaydoc v0.2.5 |
1300 | 2025-03-07T21:37:35.847Z | Compiling digest v0.10.7 |
1301 | 2025-03-07T21:37:36.162Z | Compiling zerofrom v0.1.4 |
1302 | 2025-03-07T21:37:36.316Z | Compiling hmac v0.12.1 |
1303 | 2025-03-07T21:37:36.406Z | Compiling block-padding v0.3.3 |
1304 | 2025-03-07T21:37:36.623Z | Compiling ppv-lite86 v0.2.20 |
1305 | 2025-03-07T21:37:36.678Z | Compiling inout v0.1.3 |
1306 | 2025-03-07T21:37:36.888Z | Compiling futures-util v0.3.31 |
1307 | 2025-03-07T21:37:36.977Z | Compiling cipher v0.4.4 |
1308 | 2025-03-07T21:37:37.025Z | Compiling thiserror v1.0.69 |
1309 | 2025-03-07T21:37:37.176Z | Compiling sha2 v0.10.8 |
1310 | 2025-03-07T21:37:37.287Z | Compiling icu_provider_macros v1.5.0 |
1311 | 2025-03-07T21:37:37.412Z | Compiling der_derive v0.7.3 |
1312 | 2025-03-07T21:37:37.463Z | Compiling yoke v0.7.4 |
1313 | 2025-03-07T21:37:37.483Z | Compiling tracing-attributes v0.1.27 |
1314 | 2025-03-07T21:37:37.825Z | Compiling salsa20 v0.10.2 |
1315 | 2025-03-07T21:37:38.064Z | Compiling pest v2.7.14 |
1316 | 2025-03-07T21:37:38.209Z | Compiling zerovec v0.10.4 |
1317 | 2025-03-07T21:37:38.311Z | Compiling pbkdf2 v0.12.2 |
1318 | 2025-03-07T21:37:38.526Z | Compiling powerfmt v0.2.0 |
1319 | 2025-03-07T21:37:38.911Z | Compiling num-conv v0.1.0 |
1320 | 2025-03-07T21:37:39.205Z | Compiling untrusted v0.9.0 |
1321 | 2025-03-07T21:37:39.408Z | Compiling time-core v0.1.2 |
1322 | 2025-03-07T21:37:39.603Z | Compiling write16 v1.0.0 |
1323 | 2025-03-07T21:37:39.681Z | Compiling der v0.7.9 |
1324 | 2025-03-07T21:37:39.754Z | Compiling utf8_iter v1.0.4 |
1325 | 2025-03-07T21:37:40.001Z | Compiling tinystr v0.7.6 |
1326 | 2025-03-07T21:37:40.215Z | Compiling icu_collections v1.5.0 |
1327 | 2025-03-07T21:37:40.369Z | Compiling icu_locid v1.5.0 |
1328 | 2025-03-07T21:37:40.612Z | Compiling tracing v0.1.40 |
1329 | 2025-03-07T21:37:40.801Z | Compiling vcpkg v0.2.15 |
1330 | 2025-03-07T21:37:41.040Z | Compiling icu_normalizer_data v1.5.0 |
1331 | 2025-03-07T21:37:41.119Z | Compiling pest_meta v2.7.14 |
1332 | 2025-03-07T21:37:41.159Z | Compiling time-macros v0.2.18 |
1333 | 2025-03-07T21:37:42.307Z | Compiling icu_provider v1.5.0 |
1334 | 2025-03-07T21:37:42.390Z | Compiling spki v0.7.3 |
1335 | 2025-03-07T21:37:42.572Z | Compiling openssl-sys v0.9.106 |
1336 | 2025-03-07T21:37:42.657Z | Compiling deranged v0.3.11 |
1337 | 2025-03-07T21:37:43.264Z | Compiling icu_locid_transform v1.5.0 |
1338 | 2025-03-07T21:37:43.617Z | Compiling scrypt v0.11.0 |
1339 | 2025-03-07T21:37:43.882Z | Compiling cbc v0.1.2 |
1340 | 2025-03-07T21:37:44.079Z | Compiling aes v0.8.4 |
1341 | 2025-03-07T21:37:44.130Z | Compiling scroll_derive v0.12.0 |
1342 | 2025-03-07T21:37:44.150Z | Compiling num_threads v0.1.7 |
1343 | 2025-03-07T21:37:44.242Z | Compiling atomic-waker v1.1.2 |
1344 | 2025-03-07T21:37:44.302Z | Compiling tinyvec_macros v0.1.1 |
1345 | 2025-03-07T21:37:44.409Z | Compiling tinyvec v1.8.0 |
1346 | 2025-03-07T21:37:44.428Z | Compiling time v0.3.36 |
1347 | 2025-03-07T21:37:45.121Z | Compiling bytes v1.10.0 |
1348 | 2025-03-07T21:37:45.319Z | Compiling bitflags v2.6.0 |
1349 | 2025-03-07T21:37:45.569Z | Compiling indexmap v2.7.1 |
1350 | 2025-03-07T21:37:45.763Z | Compiling semver v1.0.25 |
1351 | 2025-03-07T21:37:45.890Z | Compiling icu_properties v1.5.1 |
1352 | 2025-03-07T21:37:46.458Z | Compiling tokio v1.43.0 |
1353 | 2025-03-07T21:37:46.586Z | Compiling http v1.2.0 |
1354 | 2025-03-07T21:37:46.850Z | Compiling rustc_version v0.4.1 |
1355 | 2025-03-07T21:37:46.882Z | Compiling scroll v0.12.0 |
1356 | 2025-03-07T21:37:47.444Z | Compiling pkcs5 v0.7.1 |
1357 | 2025-03-07T21:37:47.663Z | Compiling pest_generator v2.7.14 |
1358 | 2025-03-07T21:37:48.381Z | Compiling http-body v1.0.1 |
1359 | 2025-03-07T21:37:48.486Z | Compiling rand_chacha v0.3.1 |
1360 | 2025-03-07T21:37:48.636Z | Compiling form_urlencoded v1.2.1 |
1361 | 2025-03-07T21:37:48.792Z | Compiling zerocopy v0.8.10 |
1362 | 2025-03-07T21:37:48.966Z | Compiling slog v2.7.0 |
1363 | 2025-03-07T21:37:49.012Z | Compiling try-lock v0.2.5 |
1364 | 2025-03-07T21:37:49.174Z | Compiling want v0.3.1 |
1365 | 2025-03-07T21:37:49.480Z | Compiling which v4.4.2 |
1366 | 2025-03-07T21:37:49.571Z | Compiling icu_normalizer v1.5.0 |
1367 | 2025-03-07T21:37:49.627Z | Compiling pest_derive v2.7.14 |
1368 | 2025-03-07T21:37:49.672Z | Compiling rand v0.8.5 |
1369 | 2025-03-07T21:37:50.382Z | Compiling goblin v0.8.2 |
1370 | 2025-03-07T21:37:50.404Z | Compiling idna_adapter v1.2.0 |
1371 | 2025-03-07T21:37:50.448Z | Compiling pkcs8 v0.10.2 |
1372 | 2025-03-07T21:37:50.638Z | Compiling idna v1.0.3 |
1373 | 2025-03-07T21:37:50.776Z | Compiling uuid v1.15.1 |
1374 | 2025-03-07T21:37:51.110Z | Compiling zerocopy-derive v0.8.10 |
1375 | 2025-03-07T21:37:51.246Z | Compiling tower-service v0.3.3 |
1376 | 2025-03-07T21:37:51.388Z | Compiling httpdate v1.0.3 |
1377 | 2025-03-07T21:37:51.763Z | Compiling adler2 v2.0.0 |
1378 | 2025-03-07T21:37:51.898Z | Compiling iana-time-zone v0.1.61 |
1379 | 2025-03-07T21:37:52.002Z | Compiling miniz_oxide v0.8.5 |
1380 | 2025-03-07T21:37:52.190Z | Compiling chrono v0.4.40 |
1381 | 2025-03-07T21:37:52.291Z | Compiling dtrace-parser v0.2.0 |
1382 | 2025-03-07T21:37:53.120Z | Compiling serde_tokenstream v0.2.2 |
1383 | 2025-03-07T21:37:53.491Z | Compiling toml_datetime v0.6.8 |
1384 | 2025-03-07T21:37:53.676Z | Compiling serde_spanned v0.6.8 |
1385 | 2025-03-07T21:37:53.925Z | Compiling base64 v0.22.1 |
1386 | 2025-03-07T21:37:53.952Z | Compiling match_cfg v0.1.0 |
1387 | 2025-03-07T21:37:54.062Z | Compiling openssl v0.10.71 |
1388 | 2025-03-07T21:37:54.141Z | Compiling foreign-types-shared v0.1.1 |
1389 | 2025-03-07T21:37:54.272Z | Compiling rustversion v1.0.17 |
1390 | 2025-03-07T21:37:54.479Z | Compiling tokio-util v0.7.13 |
1391 | 2025-03-07T21:37:54.647Z | Compiling foreign-types v0.3.2 |
1392 | 2025-03-07T21:37:54.756Z | Compiling hostname v0.3.1 |
1393 | 2025-03-07T21:37:54.954Z | Compiling url v2.5.3 |
1394 | 2025-03-07T21:37:55.473Z | Compiling h2 v0.4.6 |
1395 | 2025-03-07T21:37:55.742Z | Compiling openssl-macros v0.1.1 |
1396 | 2025-03-07T21:37:56.269Z | Compiling dof v0.3.0 |
1397 | 2025-03-07T21:37:56.507Z | Compiling async-trait v0.1.87 |
1398 | 2025-03-07T21:37:56.694Z | Compiling serde_derive_internals v0.29.1 |
1399 | 2025-03-07T21:37:56.900Z | Compiling rand_core v0.9.2 |
1400 | 2025-03-07T21:37:57.360Z | Compiling usdt-impl v0.5.0 |
1401 | 2025-03-07T21:37:58.105Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1402 | 2025-03-07T21:37:58.646Z | Compiling dirs-sys-next v0.1.2 |
1403 | 2025-03-07T21:37:58.740Z | Compiling data-encoding v2.6.0 |
1404 | 2025-03-07T21:37:58.919Z | Compiling schemars v0.8.22 |
1405 | 2025-03-07T21:37:58.950Z | Compiling syn v1.0.109 |
1406 | 2025-03-07T21:37:59.179Z | Compiling rustls v0.22.4 |
1407 | 2025-03-07T21:37:59.285Z | Compiling siphasher v0.3.11 |
1408 | 2025-03-07T21:37:59.475Z | Compiling native-tls v0.2.12 |
1409 | 2025-03-07T21:37:59.496Z | Compiling rustls v0.23.19 |
1410 | 2025-03-07T21:37:59.616Z | Compiling schemars_derive v0.8.22 |
1411 | 2025-03-07T21:37:59.634Z | Compiling dirs-next v2.0.0 |
1412 | 2025-03-07T21:37:59.807Z | Compiling rand_chacha v0.9.0 |
1413 | 2025-03-07T21:38:00.402Z | Compiling http-body-util v0.1.2 |
1414 | 2025-03-07T21:38:00.897Z | Compiling heapless v0.7.17 |
1415 | 2025-03-07T21:38:01.111Z | Compiling unicode-normalization v0.1.24 |
1416 | 2025-03-07T21:38:01.131Z | Compiling crossbeam-epoch v0.9.18 |
1417 | 2025-03-07T21:38:01.352Z | Compiling sha1 v0.10.6 |
1418 | 2025-03-07T21:38:01.794Z | Compiling signature v2.2.0 |
1419 | 2025-03-07T21:38:01.819Z | Compiling thread_local v1.1.8 |
1420 | 2025-03-07T21:38:01.845Z | Compiling multer v3.1.0 |
1421 | 2025-03-07T21:38:02.091Z | Compiling crc32fast v1.4.2 |
1422 | 2025-03-07T21:38:02.177Z | Compiling cookie v0.18.1 |
1423 | 2025-03-07T21:38:02.253Z | Compiling encoding_rs v0.8.34 |
1424 | 2025-03-07T21:38:02.335Z | Compiling unicode-properties v0.1.3 |
1425 | 2025-03-07T21:38:02.450Z | Compiling unicode-bidi v0.3.17 |
1426 | 2025-03-07T21:38:02.501Z | Compiling dyn-clone v1.0.19 |
1427 | 2025-03-07T21:38:02.582Z | Compiling hyper v1.6.0 |
1428 | 2025-03-07T21:38:02.724Z | Compiling openssl-probe v0.1.5 |
1429 | 2025-03-07T21:38:02.755Z | Compiling slog-async v2.8.0 |
1430 | 2025-03-07T21:38:03.068Z | Compiling ipnet v2.11.0 |
1431 | 2025-03-07T21:38:03.265Z | Compiling rayon-core v1.12.1 |
1432 | 2025-03-07T21:38:03.589Z | Compiling signal-hook v0.3.17 |
1433 | 2025-03-07T21:38:03.727Z | Compiling mime v0.3.17 |
1434 | 2025-03-07T21:38:03.901Z | Compiling gimli v0.31.1 |
1435 | 2025-03-07T21:38:04.234Z | Compiling toml_edit v0.22.24 |
1436 | 2025-03-07T21:38:04.327Z | Compiling stringprep v0.1.5 |
1437 | 2025-03-07T21:38:05.362Z | Compiling hyper-util v0.1.10 |
1438 | 2025-03-07T21:38:06.596Z | Compiling crossbeam-deque v0.8.5 |
1439 | 2025-03-07T21:38:07.054Z | Compiling rand v0.9.0 |
1440 | 2025-03-07T21:38:07.161Z | Compiling term v0.7.0 |
1441 | 2025-03-07T21:38:08.357Z | Compiling addr2line v0.24.2 |
1442 | 2025-03-07T21:38:08.418Z | Compiling usdt-attr-macro v0.5.0 |
1443 | 2025-03-07T21:38:08.783Z | Compiling usdt-macro v0.5.0 |
1444 | 2025-03-07T21:38:08.786Z | Compiling slog-json v2.6.1 |
1445 | 2025-03-07T21:38:08.786Z | Compiling serde_urlencoded v0.7.1 |
1446 | 2025-03-07T21:38:09.070Z | Compiling curve25519-dalek v4.1.3 |
1447 | 2025-03-07T21:38:09.132Z | Compiling crossbeam-channel v0.5.13 |
1448 | 2025-03-07T21:38:09.313Z | Compiling futures-executor v0.3.31 |
1449 | 2025-03-07T21:38:09.784Z | Compiling enum-as-inner v0.6.1 |
1450 | 2025-03-07T21:38:09.841Z | Compiling md-5 v0.10.6 |
1451 | 2025-03-07T21:38:09.964Z | Compiling rustls-pemfile v2.2.0 |
1452 | 2025-03-07T21:38:10.114Z | Compiling async-stream-impl v0.3.6 |
1453 | 2025-03-07T21:38:10.135Z | Compiling num-integer v0.1.46 |
1454 | 2025-03-07T21:38:10.233Z | Compiling hash32 v0.2.1 |
1455 | 2025-03-07T21:38:10.301Z | Compiling ff v0.13.0 |
1456 | 2025-03-07T21:38:10.545Z | Compiling is-terminal v0.4.13 |
1457 | 2025-03-07T21:38:10.586Z | Compiling dropshot v0.12.0 |
1458 | 2025-03-07T21:38:10.699Z | Compiling memoffset v0.9.1 |
1459 | 2025-03-07T21:38:10.805Z | Compiling object v0.36.5 |
1460 | 2025-03-07T21:38:10.848Z | Compiling portable-atomic v1.9.0 |
1461 | 2025-03-07T21:38:10.917Z | Compiling base16ct v0.2.0 |
1462 | 2025-03-07T21:38:11.037Z | Compiling utf-8 v0.7.6 |
1463 | 2025-03-07T21:38:11.256Z | Compiling rustc-demangle v0.1.24 |
1464 | 2025-03-07T21:38:11.356Z | Compiling linked-hash-map v0.5.6 |
1465 | 2025-03-07T21:38:11.388Z | Compiling smoltcp v0.9.1 |
1466 | 2025-03-07T21:38:11.400Z | Compiling quick-error v1.2.3 |
1467 | 2025-03-07T21:38:11.606Z | Compiling cfg_aliases v0.2.1 |
1468 | 2025-03-07T21:38:11.723Z | Compiling psl-types v2.0.11 |
1469 | 2025-03-07T21:38:11.744Z | Compiling num-bigint-dig v0.8.4 |
1470 | 2025-03-07T21:38:11.792Z | Compiling anyhow v1.0.97 |
1471 | 2025-03-07T21:38:11.929Z | Compiling litrs v0.4.1 |
1472 | 2025-03-07T21:38:12.055Z | Compiling take_mut v0.2.2 |
1473 | 2025-03-07T21:38:12.077Z | Compiling fallible-iterator v0.2.0 |
1474 | 2025-03-07T21:38:12.298Z | Compiling publicsuffix v2.3.0 |
1475 | 2025-03-07T21:38:12.668Z | Compiling postgres-protocol v0.6.8 |
1476 | 2025-03-07T21:38:12.705Z | Compiling nix v0.29.0 |
1477 | 2025-03-07T21:38:12.801Z | Compiling lru-cache v0.1.2 |
1478 | 2025-03-07T21:38:13.005Z | Compiling resolv-conf v0.7.0 |
1479 | 2025-03-07T21:38:13.071Z | Compiling document-features v0.2.10 |
1480 | 2025-03-07T21:38:13.237Z | Compiling async-stream v0.3.6 |
1481 | 2025-03-07T21:38:13.516Z | Compiling tungstenite v0.24.0 |
1482 | 2025-03-07T21:38:13.538Z | Compiling sec1 v0.7.3 |
1483 | 2025-03-07T21:38:13.867Z | Compiling hickory-proto v0.24.4 |
1484 | 2025-03-07T21:38:13.925Z | Compiling slog-term v2.9.1 |
1485 | 2025-03-07T21:38:14.100Z | Compiling num-iter v0.1.45 |
1486 | 2025-03-07T21:38:14.200Z | Compiling usdt v0.5.0 |
1487 | 2025-03-07T21:38:14.679Z | Compiling group v0.13.0 |
1488 | 2025-03-07T21:38:15.088Z | Compiling futures v0.3.31 |
1489 | 2025-03-07T21:38:15.125Z | Compiling slog-bunyan v2.5.0 |
1490 | 2025-03-07T21:38:15.216Z | Compiling toml v0.8.20 |
1491 | 2025-03-07T21:38:15.353Z | Compiling bzip2 v0.4.4 |
1492 | 2025-03-07T21:38:15.451Z | Compiling tokio-native-tls v0.3.1 |
1493 | 2025-03-07T21:38:16.794Z | Compiling camino v1.1.9 |
1494 | 2025-03-07T21:38:16.812Z | Compiling flate2 v1.1.0 |
1495 | 2025-03-07T21:38:16.955Z | Compiling phf_shared v0.11.2 |
1496 | 2025-03-07T21:38:17.357Z | Compiling dropshot_endpoint v0.12.0 |
1497 | 2025-03-07T21:38:17.583Z | Compiling backtrace v0.3.74 |
1498 | 2025-03-07T21:38:17.635Z | Compiling terminal_size v0.4.0 |
1499 | 2025-03-07T21:38:17.655Z | Compiling openapiv3 v2.0.0 |
1500 | 2025-03-07T21:38:17.864Z | Compiling serde_path_to_error v0.1.16 |
1501 | 2025-03-07T21:38:18.076Z | Compiling waitgroup v0.1.2 |
1502 | 2025-03-07T21:38:18.311Z | Compiling hkdf v0.12.4 |
1503 | 2025-03-07T21:38:18.597Z | Compiling crypto-bigint v0.5.5 |
1504 | 2025-03-07T21:38:18.633Z | Compiling webpki-roots v0.26.6 |
1505 | 2025-03-07T21:38:18.886Z | Compiling curve25519-dalek-derive v0.1.1 |
1506 | 2025-03-07T21:38:19.474Z | Compiling hubpack_derive v0.1.1 |
1507 | 2025-03-07T21:38:20.320Z | Compiling zerocopy-derive v0.6.6 |
1508 | 2025-03-07T21:38:20.370Z | Compiling sync_wrapper v1.0.1 |
1509 | 2025-03-07T21:38:20.461Z | Compiling hostname v0.4.0 |
1510 | 2025-03-07T21:38:20.540Z | Compiling fs-err v2.11.0 |
1511 | 2025-03-07T21:38:20.693Z | Compiling ahash v0.8.11 |
1512 | 2025-03-07T21:38:20.876Z | Compiling tower-layer v0.3.3 |
1513 | 2025-03-07T21:38:21.080Z | Compiling bumpalo v3.16.0 |
1514 | 2025-03-07T21:38:21.180Z | Compiling unicode-width v0.2.0 |
1515 | 2025-03-07T21:38:21.571Z | Compiling newtype-uuid v1.2.1 |
1516 | 2025-03-07T21:38:21.592Z | Compiling managed v0.8.0 |
1517 | 2025-03-07T21:38:21.618Z | Compiling debug-ignore v1.0.5 |
1518 | 2025-03-07T21:38:21.757Z | Compiling lockfree-object-pool v0.1.6 |
1519 | 2025-03-07T21:38:21.777Z | Compiling buf-list v1.0.3 |
1520 | 2025-03-07T21:38:21.875Z | Compiling zip v2.1.3 |
1521 | 2025-03-07T21:38:22.011Z | Compiling winnow v0.5.40 |
1522 | 2025-03-07T21:38:22.043Z | Compiling simd-adler32 v0.3.7 |
1523 | 2025-03-07T21:38:22.212Z | Compiling zerocopy v0.6.6 |
1524 | 2025-03-07T21:38:22.459Z | Compiling zopfli v0.8.1 |
1525 | 2025-03-07T21:38:22.564Z | Compiling strum_macros v0.25.3 |
1526 | 2025-03-07T21:38:22.814Z | Compiling clap_builder v4.5.31 |
1527 | 2025-03-07T21:38:22.998Z | Compiling console v0.15.10 |
1528 | 2025-03-07T21:38:23.988Z | Compiling elliptic-curve v0.13.8 |
1529 | 2025-03-07T21:38:24.196Z | Compiling tower v0.5.2 |
1530 | 2025-03-07T21:38:24.534Z | Compiling hubpack v0.1.2 |
1531 | 2025-03-07T21:38:24.807Z | Compiling hickory-resolver v0.24.4 |
1532 | 2025-03-07T21:38:25.041Z | Compiling phf v0.11.2 |
1533 | 2025-03-07T21:38:25.346Z | Compiling toml_edit v0.19.15 |
1534 | 2025-03-07T21:38:25.519Z | Compiling signal-hook-mio v0.2.4 |
1535 | 2025-03-07T21:38:25.706Z | Compiling cookie_store v0.21.1 |
1536 | 2025-03-07T21:38:25.791Z | Compiling rayon v1.10.0 |
1537 | 2025-03-07T21:38:26.246Z | Compiling hyper-tls v0.6.0 |
1538 | 2025-03-07T21:38:26.707Z | Compiling tokio-tungstenite v0.24.0 |
1539 | 2025-03-07T21:38:27.448Z | Compiling postgres-types v0.2.9 |
1540 | 2025-03-07T21:38:30.055Z | Compiling ed25519 v2.2.3 |
1541 | 2025-03-07T21:38:30.164Z | Compiling phf_shared v0.10.0 |
1542 | 2025-03-07T21:38:30.501Z | Compiling tokio-stream v0.1.17 |
1543 | 2025-03-07T21:38:30.570Z | Compiling pkcs1 v0.7.5 |
1544 | 2025-03-07T21:38:30.670Z | Compiling serde-big-array v0.5.1 |
1545 | 2025-03-07T21:38:30.913Z | Compiling clap_derive v4.5.28 |
1546 | 2025-03-07T21:38:31.432Z | Compiling rfc6979 v0.4.0 |
1547 | 2025-03-07T21:38:31.538Z | Compiling serde_repr v0.1.19 |
1548 | 2025-03-07T21:38:31.646Z | Compiling derive-where v1.2.7 |
1549 | 2025-03-07T21:38:31.936Z | Compiling float-cmp v0.10.0 |
1550 | 2025-03-07T21:38:32.198Z | Compiling bstr v1.10.0 |
1551 | 2025-03-07T21:38:32.387Z | Compiling number_prefix v0.4.0 |
1552 | 2025-03-07T21:38:32.574Z | Compiling new_debug_unreachable v1.0.6 |
1553 | 2025-03-07T21:38:32.628Z | Compiling predicates-core v1.0.8 |
1554 | 2025-03-07T21:38:32.662Z | Compiling fixedbitset v0.4.2 |
1555 | 2025-03-07T21:38:32.683Z | Compiling unicode-segmentation v1.12.0 |
1556 | 2025-03-07T21:38:32.951Z | Compiling normalize-line-endings v0.3.0 |
1557 | 2025-03-07T21:38:33.101Z | Compiling whoami v1.5.2 |
1558 | 2025-03-07T21:38:33.104Z | Compiling difflib v0.4.0 |
1559 | 2025-03-07T21:38:33.568Z | Compiling precomputed-hash v0.1.1 |
1560 | 2025-03-07T21:38:33.677Z | Compiling static_assertions v1.1.0 |
1561 | 2025-03-07T21:38:33.715Z | Compiling string_cache v0.8.7 |
1562 | 2025-03-07T21:38:33.751Z | Compiling predicates v3.1.3 |
1563 | 2025-03-07T21:38:33.798Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1564 | 2025-03-07T21:38:34.139Z | Compiling tokio-postgres v0.7.13 |
1565 | 2025-03-07T21:38:34.474Z | Compiling similar v2.7.0 |
1566 | 2025-03-07T21:38:34.836Z | Compiling petgraph v0.6.5 |
1567 | 2025-03-07T21:38:35.244Z | Compiling indicatif v0.17.11 |
1568 | 2025-03-07T21:38:35.420Z | Compiling clap v4.5.31 |
1569 | 2025-03-07T21:38:35.550Z | Compiling ecdsa v0.16.9 |
1570 | 2025-03-07T21:38:36.394Z | Compiling rsa v0.9.6 |
1571 | 2025-03-07T21:38:36.577Z | Compiling ed25519-dalek v2.1.1 |
1572 | 2025-03-07T21:38:37.231Z | Compiling toml v0.7.8 |
1573 | 2025-03-07T21:38:38.529Z | Compiling crossterm v0.28.1 |
1574 | 2025-03-07T21:38:40.089Z | Compiling zip v0.6.6 |
1575 | 2025-03-07T21:38:40.239Z | Compiling hex v0.4.3 |
1576 | 2025-03-07T21:38:40.552Z | Compiling x509-cert v0.2.5 |
1577 | 2025-03-07T21:38:40.824Z | Compiling itertools v0.10.5 |
1578 | 2025-03-07T21:38:41.371Z | Compiling unicode-xid v0.2.6 |
1579 | 2025-03-07T21:38:41.394Z | Compiling peg-runtime v0.8.5 |
1580 | 2025-03-07T21:38:41.590Z | Compiling lalrpop-util v0.19.12 |
1581 | 2025-03-07T21:38:41.731Z | Compiling strum_macros v0.26.4 |
1582 | 2025-03-07T21:38:41.805Z | Compiling xattr v1.3.1 |
1583 | 2025-03-07T21:38:41.969Z | Compiling filetime v0.2.25 |
1584 | 2025-03-07T21:38:42.274Z | Compiling tar v0.4.44 |
1585 | 2025-03-07T21:38:46.344Z | Compiling strum v0.26.3 |
1586 | 2025-03-07T21:38:49.448Z | Compiling aws-lc-sys v0.26.0 |
1587 | 2025-03-07T21:39:20.048Z | Compiling rustls-webpki v0.102.8 |
1588 | 2025-03-07T21:39:22.872Z | Compiling tokio-rustls v0.25.0 |
1589 | 2025-03-07T21:39:24.589Z | Compiling tokio-rustls v0.26.0 |
1590 | 2025-03-07T21:39:24.926Z | Compiling hyper-rustls v0.27.3 |
1591 | 2025-03-07T21:39:25.258Z | Compiling reqwest v0.12.12 |
1592 | 2025-03-07T21:39:26.603Z | Compiling qorb v0.2.1 |
1593 | 2025-03-07T21:39:29.607Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1594 | 2025-03-07T21:39:29.891Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1595 | 2025-03-07T21:39:34.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
1596 | 2025-03-07T21:39:34.612Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1597 | 2025-03-07T21:39:34.666Z | Mar 07 21:39:34.383 INFO Starting download, target: Clickhouse |
1598 | 2025-03-07T21:39:34.666Z | Mar 07 21:39:34.383 INFO Starting download, target: Cockroach |
1599 | 2025-03-07T21:39:34.666Z | Mar 07 21:39:34.383 INFO Starting download, target: Console |
1600 | 2025-03-07T21:39:34.666Z | Mar 07 21:39:34.383 INFO Starting download, target: DendriteOpenapi |
1601 | 2025-03-07T21:39:34.669Z | Mar 07 21:39:34.383 INFO Starting download, target: DendriteStub |
1602 | 2025-03-07T21:39:34.669Z | Mar 07 21:39:34.383 INFO Starting download, target: MaghemiteMgd |
1603 | 2025-03-07T21:39:34.669Z | Mar 07 21:39:34.384 INFO Starting download, target: TransceiverControl |
1604 | 2025-03-07T21:39:34.669Z | Mar 07 21:39:34.384 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1605 | 2025-03-07T21:39:34.669Z | Mar 07 21:39:34.385 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi |
1606 | 2025-03-07T21:39:34.669Z | Mar 07 21:39:34.385 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1607 | 2025-03-07T21:39:34.669Z | Mar 07 21:39:34.385 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1608 | 2025-03-07T21:39:34.669Z | Mar 07 21:39:34.385 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1609 | 2025-03-07T21:39:34.669Z | Mar 07 21:39:34.385 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1610 | 2025-03-07T21:39:34.669Z | Mar 07 21:39:34.385 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1611 | 2025-03-07T21:39:34.859Z | Mar 07 21:39:34.563 INFO Download complete, target: DendriteOpenapi |
1612 | 2025-03-07T21:39:34.985Z | Mar 07 21:39:34.699 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1613 | 2025-03-07T21:39:35.158Z | Mar 07 21:39:34.872 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1614 | 2025-03-07T21:39:35.423Z | Mar 07 21:39:35.135 INFO Download complete, target: TransceiverControl |
1615 | 2025-03-07T21:39:35.590Z | Mar 07 21:39:35.307 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1616 | 2025-03-07T21:39:35.625Z | Mar 07 21:39:35.331 INFO Download complete, target: Console |
1617 | 2025-03-07T21:39:35.748Z | Mar 07 21:39:35.465 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1618 | 2025-03-07T21:39:36.498Z | Mar 07 21:39:36.211 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1619 | 2025-03-07T21:39:36.498Z | Mar 07 21:39:36.211 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1620 | 2025-03-07T21:39:36.622Z | Mar 07 21:39:36.339 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1621 | 2025-03-07T21:39:38.317Z | Mar 07 21:39:38.035 INFO Download complete, target: DendriteStub |
1622 | 2025-03-07T21:39:38.329Z | Mar 07 21:39:38.047 INFO Download complete, target: MaghemiteMgd |
1623 | 2025-03-07T21:39:42.990Z | Mar 07 21:39:42.708 INFO Checking that binary works, target: Cockroach |
1624 | 2025-03-07T21:39:43.156Z | Mar 07 21:39:42.873 INFO Download complete, target: Cockroach |
1625 | 2025-03-07T21:39:47.404Z | Mar 07 21:39:47.120 INFO Checking that binary works, target: Clickhouse |
1626 | 2025-03-07T21:39:47.564Z | Mar 07 21:39:47.281 INFO Download complete, target: Clickhouse |
1627 | 2025-03-07T21:39:47.573Z | All prerequisites installed successfully |
1628 | 2025-03-07T21:39:47.576Z | |
1629 | 2025-03-07T21:39:47.576Z | real 5:16.981342783 |
1630 | 2025-03-07T21:39:47.576Z | user 15:59.553473328 |
1631 | 2025-03-07T21:39:47.576Z | sys 2:12.647781556 |
1632 | 2025-03-07T21:39:47.576Z | trap 0.611888991 |
1633 | 2025-03-07T21:39:47.576Z | tflt 1.000934437 |
1634 | 2025-03-07T21:39:47.576Z | dflt 1.194307152 |
1635 | 2025-03-07T21:39:47.576Z | kflt 0.025851995 |
1636 | 2025-03-07T21:39:47.577Z | lock 24:39.381155774 |
1637 | 2025-03-07T21:39:47.577Z | slp 57:44.131890136 |
1638 | 2025-03-07T21:39:47.577Z | lat 1:04.507231035 |
1639 | 2025-03-07T21:39:47.577Z | stop 2:36.328636085 |
1640 | 2025-03-07T21:39:47.577Z | + ptime -m cargo xtask download softnpu |
1641 | 2025-03-07T21:39:48.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1642 | 2025-03-07T21:39:48.174Z | Running `target/debug/xtask download softnpu` |
1643 | 2025-03-07T21:39:49.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
1644 | 2025-03-07T21:39:49.119Z | Running `target/debug/xtask-downloader softnpu` |
1645 | 2025-03-07T21:39:49.158Z | Mar 07 21:39:48.875 INFO Starting download, target: Softnpu |
1646 | 2025-03-07T21:39:49.162Z | Mar 07 21:39:48.875 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1647 | 2025-03-07T21:39:49.828Z | Mar 07 21:39:49.545 INFO Download complete, target: Softnpu |
1648 | 2025-03-07T21:39:49.833Z | |
1649 | 2025-03-07T21:39:49.837Z | real 2.252001201 |
1650 | 2025-03-07T21:39:49.837Z | user 1.360410545 |
1651 | 2025-03-07T21:39:49.837Z | sys 0.568248852 |
1652 | 2025-03-07T21:39:49.837Z | trap 0.001174734 |
1653 | 2025-03-07T21:39:49.837Z | tflt 0.000071431 |
1654 | 2025-03-07T21:39:49.837Z | dflt 0.000073251 |
1655 | 2025-03-07T21:39:49.837Z | kflt 0.000000000 |
1656 | 2025-03-07T21:39:49.837Z | lock 7.252986621 |
1657 | 2025-03-07T21:39:49.837Z | slp 0.535547795 |
1658 | 2025-03-07T21:39:49.837Z | lat 0.069314489 |
1659 | 2025-03-07T21:39:49.837Z | stop 0.000169488 |
1660 | 2025-03-07T21:39:49.837Z | + export CARGO_INCREMENTAL=0 |
1661 | 2025-03-07T21:39:49.837Z | + CARGO_INCREMENTAL=0 |
1662 | 2025-03-07T21:39:49.837Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1663 | 2025-03-07T21:39:50.857Z | Compiling proc-macro2 v1.0.93 |
1664 | 2025-03-07T21:39:50.857Z | Compiling unicode-ident v1.0.14 |
1665 | 2025-03-07T21:39:50.857Z | Compiling libc v0.2.170 |
1666 | 2025-03-07T21:39:50.860Z | Compiling serde v1.0.218 |
1667 | 2025-03-07T21:39:50.860Z | Compiling autocfg v1.4.0 |
1668 | 2025-03-07T21:39:50.860Z | Compiling cfg-if v1.0.0 |
1669 | 2025-03-07T21:39:50.860Z | Compiling version_check v0.9.5 |
1670 | 2025-03-07T21:39:51.149Z | Compiling memchr v2.7.4 |
1671 | 2025-03-07T21:39:51.166Z | Compiling typenum v1.17.0 |
1672 | 2025-03-07T21:39:51.188Z | Compiling shlex v1.3.0 |
1673 | 2025-03-07T21:39:51.602Z | Compiling value-bag v1.9.0 |
1674 | 2025-03-07T21:39:51.662Z | Compiling generic-array v0.14.7 |
1675 | 2025-03-07T21:39:51.798Z | Compiling lock_api v0.4.12 |
1676 | 2025-03-07T21:39:52.012Z | Compiling scopeguard v1.2.0 |
1677 | 2025-03-07T21:39:52.060Z | Compiling log v0.4.22 |
1678 | 2025-03-07T21:39:52.128Z | Compiling parking_lot_core v0.9.10 |
1679 | 2025-03-07T21:39:52.517Z | Compiling serde_json v1.0.139 |
1680 | 2025-03-07T21:39:52.556Z | Compiling rustix v0.38.37 |
1681 | 2025-03-07T21:39:52.728Z | Compiling libm v0.2.8 |
1682 | 2025-03-07T21:39:52.777Z | Compiling quote v1.0.38 |
1683 | 2025-03-07T21:39:52.865Z | Compiling jobserver v0.1.32 |
1684 | 2025-03-07T21:39:53.003Z | Compiling getrandom v0.2.15 |
1685 | 2025-03-07T21:39:53.098Z | Compiling num-traits v0.2.19 |
1686 | 2025-03-07T21:39:53.174Z | Compiling syn v2.0.98 |
1687 | 2025-03-07T21:39:53.252Z | Compiling aho-corasick v1.1.3 |
1688 | 2025-03-07T21:39:53.345Z | Compiling cc v1.2.15 |
1689 | 2025-03-07T21:39:53.366Z | Compiling thiserror v1.0.69 |
1690 | 2025-03-07T21:39:53.380Z | Compiling semver v1.0.25 |
1691 | 2025-03-07T21:39:53.420Z | Compiling regex-syntax v0.8.5 |
1692 | 2025-03-07T21:39:53.828Z | Compiling getrandom v0.3.1 |
1693 | 2025-03-07T21:39:53.864Z | Compiling either v1.14.0 |
1694 | 2025-03-07T21:39:53.882Z | Compiling once_cell v1.20.3 |
1695 | 2025-03-07T21:39:54.243Z | Compiling itoa v1.0.11 |
1696 | 2025-03-07T21:39:54.263Z | Compiling slab v0.4.9 |
1697 | 2025-03-07T21:39:54.524Z | Compiling rand_core v0.6.4 |
1698 | 2025-03-07T21:39:54.608Z | Compiling spin v0.9.8 |
1699 | 2025-03-07T21:39:54.993Z | Compiling errno v0.3.9 |
1700 | 2025-03-07T21:39:55.310Z | Compiling glob v0.3.2 |
1701 | 2025-03-07T21:39:55.624Z | Compiling smallvec v1.14.0 |
1702 | 2025-03-07T21:39:55.844Z | Compiling prettyplease v0.2.29 |
1703 | 2025-03-07T21:39:55.940Z | Compiling lazy_static v1.5.0 |
1704 | 2025-03-07T21:39:56.006Z | Compiling clang-sys v1.8.1 |
1705 | 2025-03-07T21:39:56.110Z | Compiling minimal-lexical v0.2.1 |
1706 | 2025-03-07T21:39:56.333Z | Compiling libloading v0.8.5 |
1707 | 2025-03-07T21:39:56.542Z | Compiling nom v7.1.3 |
1708 | 2025-03-07T21:39:56.623Z | Compiling home v0.5.9 |
1709 | 2025-03-07T21:39:56.685Z | Compiling subtle v2.6.1 |
1710 | 2025-03-07T21:39:56.736Z | Compiling bindgen v0.69.5 |
1711 | 2025-03-07T21:39:56.904Z | Compiling itertools v0.12.1 |
1712 | 2025-03-07T21:39:57.000Z | Compiling regex-automata v0.4.8 |
1713 | 2025-03-07T21:39:57.400Z | Compiling foldhash v0.1.3 |
1714 | 2025-03-07T21:39:57.520Z | Compiling lazycell v1.3.0 |
1715 | 2025-03-07T21:39:57.690Z | Compiling rustc-hash v1.1.0 |
1716 | 2025-03-07T21:39:57.710Z | Compiling equivalent v1.0.1 |
1717 | 2025-03-07T21:39:57.853Z | Compiling allocator-api2 v0.2.18 |
1718 | 2025-03-07T21:39:57.872Z | Compiling cmake v0.1.51 |
1719 | 2025-03-07T21:39:58.583Z | Compiling hashbrown v0.15.1 |
1720 | 2025-03-07T21:39:58.758Z | Compiling fs_extra v1.3.0 |
1721 | 2025-03-07T21:39:58.808Z | Compiling dunce v1.0.5 |
1722 | 2025-03-07T21:39:58.948Z | Compiling pkg-config v0.3.31 |
1723 | 2025-03-07T21:39:59.654Z | Compiling cexpr v0.6.0 |
1724 | 2025-03-07T21:39:59.798Z | Compiling byteorder v1.5.0 |
1725 | 2025-03-07T21:39:59.820Z | Compiling pin-project-lite v0.2.14 |
1726 | 2025-03-07T21:40:00.288Z | Compiling synstructure v0.13.1 |
1727 | 2025-03-07T21:40:00.845Z | Compiling ring v0.17.11 |
1728 | 2025-03-07T21:40:00.946Z | Compiling paste v1.0.15 |
1729 | 2025-03-07T21:40:01.026Z | Compiling ryu v1.0.18 |
1730 | 2025-03-07T21:40:01.398Z | Compiling schemars v0.8.22 |
1731 | 2025-03-07T21:40:01.789Z | Compiling regex v1.11.1 |
1732 | 2025-03-07T21:40:02.141Z | Compiling serde_derive_internals v0.29.1 |
1733 | 2025-03-07T21:40:02.535Z | Compiling signal-hook-registry v1.4.2 |
1734 | 2025-03-07T21:40:02.639Z | Compiling fnv v1.0.7 |
1735 | 2025-03-07T21:40:02.736Z | Compiling aws-lc-rs v1.12.4 |
1736 | 2025-03-07T21:40:02.781Z | Compiling const-oid v0.9.6 |
1737 | 2025-03-07T21:40:02.895Z | Compiling httparse v1.9.5 |
1738 | 2025-03-07T21:40:03.181Z | Compiling parking_lot v0.12.3 |
1739 | 2025-03-07T21:40:03.562Z | Compiling mio v1.0.2 |
1740 | 2025-03-07T21:40:03.972Z | Compiling heck v0.5.0 |
1741 | 2025-03-07T21:40:04.092Z | Compiling serde_derive v1.0.218 |
1742 | 2025-03-07T21:40:04.405Z | Compiling zeroize_derive v1.4.2 |
1743 | 2025-03-07T21:40:04.691Z | Compiling tokio-macros v2.5.0 |
1744 | 2025-03-07T21:40:04.716Z | Compiling thiserror-impl v1.0.69 |
1745 | 2025-03-07T21:40:05.202Z | Compiling zerocopy-derive v0.7.35 |
1746 | 2025-03-07T21:40:05.205Z | Compiling zerofrom-derive v0.1.4 |
1747 | 2025-03-07T21:40:05.686Z | Compiling zeroize v1.8.1 |
1748 | 2025-03-07T21:40:06.033Z | Compiling yoke-derive v0.7.4 |
1749 | 2025-03-07T21:40:06.070Z | Compiling futures-macro v0.3.31 |
1750 | 2025-03-07T21:40:06.166Z | Compiling displaydoc v0.2.5 |
1751 | 2025-03-07T21:40:06.904Z | Compiling zerovec-derive v0.10.3 |
1752 | 2025-03-07T21:40:07.700Z | Compiling icu_provider_macros v1.5.0 |
1753 | 2025-03-07T21:40:07.800Z | Compiling tracing-attributes v0.1.27 |
1754 | 2025-03-07T21:40:08.174Z | Compiling crypto-common v0.1.6 |
1755 | 2025-03-07T21:40:08.241Z | Compiling schemars_derive v0.8.22 |
1756 | 2025-03-07T21:40:08.532Z | Compiling block-buffer v0.10.4 |
1757 | 2025-03-07T21:40:08.704Z | Compiling socket2 v0.5.8 |
1758 | 2025-03-07T21:40:08.864Z | Compiling stable_deref_trait v1.2.0 |
1759 | 2025-03-07T21:40:08.996Z | Compiling digest v0.10.7 |
1760 | 2025-03-07T21:40:09.142Z | Compiling zerocopy v0.7.35 |
1761 | 2025-03-07T21:40:09.402Z | Compiling futures-core v0.3.31 |
1762 | 2025-03-07T21:40:09.770Z | Compiling time-core v0.1.2 |
1763 | 2025-03-07T21:40:09.970Z | Compiling crossbeam-utils v0.8.20 |
1764 | 2025-03-07T21:40:10.376Z | Compiling num-conv v0.1.0 |
1765 | 2025-03-07T21:40:10.656Z | Compiling time-macros v0.2.18 |
1766 | 2025-03-07T21:40:10.715Z | Compiling der_derive v0.7.3 |
1767 | 2025-03-07T21:40:10.940Z | Compiling vcpkg v0.2.15 |
1768 | 2025-03-07T21:40:12.348Z | Compiling openssl-sys v0.9.106 |
1769 | 2025-03-07T21:40:13.034Z | Compiling futures-sink v0.3.31 |
1770 | 2025-03-07T21:40:13.053Z | Compiling zerocopy v0.8.10 |
1771 | 2025-03-07T21:40:13.642Z | Compiling cpufeatures v0.2.14 |
1772 | 2025-03-07T21:40:13.751Z | Compiling zerocopy-derive v0.8.10 |
1773 | 2025-03-07T21:40:14.056Z | Compiling slog v2.7.0 |
1774 | 2025-03-07T21:40:14.513Z | Compiling syn v1.0.109 |
1775 | 2025-03-07T21:40:14.551Z | Compiling iana-time-zone v0.1.61 |
1776 | 2025-03-07T21:40:14.678Z | Compiling futures-channel v0.3.31 |
1777 | 2025-03-07T21:40:14.709Z | Compiling zerofrom v0.1.4 |
1778 | 2025-03-07T21:40:15.035Z | Compiling futures-io v0.3.31 |
1779 | 2025-03-07T21:40:15.140Z | Compiling futures-task v0.3.31 |
1780 | 2025-03-07T21:40:15.161Z | Compiling pin-utils v0.1.0 |
1781 | 2025-03-07T21:40:15.260Z | Compiling yoke v0.7.4 |
1782 | 2025-03-07T21:40:15.444Z | Compiling futures-util v0.3.31 |
1783 | 2025-03-07T21:40:15.636Z | Compiling scroll_derive v0.12.0 |
1784 | 2025-03-07T21:40:15.783Z | Compiling ucd-trie v0.1.7 |
1785 | 2025-03-07T21:40:16.202Z | Compiling bitflags v2.6.0 |
1786 | 2025-03-07T21:40:16.241Z | Compiling bytes v1.10.0 |
1787 | 2025-03-07T21:40:16.953Z | Compiling indexmap v2.7.1 |
1788 | 2025-03-07T21:40:18.271Z | Compiling tokio v1.43.0 |
1789 | 2025-03-07T21:40:18.858Z | Compiling uuid v1.15.1 |
1790 | 2025-03-07T21:40:18.922Z | Compiling serde_tokenstream v0.2.2 |
1791 | 2025-03-07T21:40:20.241Z | Compiling chrono v0.4.40 |
1792 | 2025-03-07T21:40:21.146Z | Compiling which v4.4.2 |
1793 | 2025-03-07T21:40:21.300Z | Compiling http v1.2.0 |
1794 | 2025-03-07T21:40:23.151Z | Compiling openssl v0.10.71 |
1795 | 2025-03-07T21:40:23.290Z | Compiling rustc_version v0.4.1 |
1796 | 2025-03-07T21:40:23.878Z | Compiling pest v2.7.14 |
1797 | 2025-03-07T21:40:24.577Z | Compiling zerovec v0.10.4 |
1798 | 2025-03-07T21:40:26.981Z | Compiling hmac v0.12.1 |
1799 | 2025-03-07T21:40:27.620Z | Compiling pest_meta v2.7.14 |
1800 | 2025-03-07T21:40:28.695Z | Compiling block-padding v0.3.3 |
1801 | 2025-03-07T21:40:28.947Z | Compiling openssl-macros v0.1.1 |
1802 | 2025-03-07T21:40:29.106Z | Compiling rustls v0.23.19 |
1803 | 2025-03-07T21:40:29.440Z | Compiling dyn-clone v1.0.19 |
1804 | 2025-03-07T21:40:29.691Z | Compiling native-tls v0.2.12 |
1805 | 2025-03-07T21:40:30.060Z | Compiling pest_generator v2.7.14 |
1806 | 2025-03-07T21:40:30.365Z | Compiling inout v0.1.3 |
1807 | 2025-03-07T21:40:30.597Z | Compiling tinystr v0.7.6 |
1808 | 2025-03-07T21:40:30.973Z | Compiling toml_datetime v0.6.8 |
1809 | 2025-03-07T21:40:31.063Z | Compiling serde_spanned v0.6.8 |
1810 | 2025-03-07T21:40:31.083Z | Compiling ppv-lite86 v0.2.20 |
1811 | 2025-03-07T21:40:31.377Z | Compiling tracing-core v0.1.32 |
1812 | 2025-03-07T21:40:31.788Z | Compiling strsim v0.11.1 |
1813 | 2025-03-07T21:40:31.938Z | Compiling litemap v0.7.3 |
1814 | 2025-03-07T21:40:32.216Z | Compiling writeable v0.5.5 |
1815 | 2025-03-07T21:40:32.721Z | Compiling tracing v0.1.40 |
1816 | 2025-03-07T21:40:32.793Z | Compiling icu_locid v1.5.0 |
1817 | 2025-03-07T21:40:33.467Z | Compiling aws-lc-sys v0.26.0 |
1818 | 2025-03-07T21:40:33.517Z | Compiling pest_derive v2.7.14 |
1819 | 2025-03-07T21:40:33.568Z | Compiling cipher v0.4.4 |
1820 | 2025-03-07T21:40:33.587Z | Compiling sha2 v0.10.8 |
1821 | 2025-03-07T21:40:34.341Z | Compiling cookie v0.18.1 |
1822 | 2025-03-07T21:40:34.377Z | Compiling usdt-impl v0.5.0 |
1823 | 2025-03-07T21:40:34.677Z | Compiling base64ct v1.6.0 |
1824 | 2025-03-07T21:40:34.775Z | Compiling icu_provider v1.5.0 |
1825 | 2025-03-07T21:40:35.232Z | Compiling pem-rfc7468 v0.7.0 |
1826 | 2025-03-07T21:40:37.007Z | Compiling scroll v0.12.0 |
1827 | 2025-03-07T21:40:37.566Z | Compiling async-trait v0.1.87 |
1828 | 2025-03-07T21:40:39.578Z | Compiling anyhow v1.0.97 |
1829 | 2025-03-07T21:40:39.908Z | Compiling camino v1.1.9 |
1830 | 2025-03-07T21:40:40.054Z | Compiling icu_locid_transform_data v1.5.0 |
1831 | 2025-03-07T21:40:40.122Z | Compiling flagset v0.4.6 |
1832 | 2025-03-07T21:40:40.288Z | Compiling rustls-pki-types v1.10.0 |
1833 | 2025-03-07T21:40:40.328Z | Compiling percent-encoding v2.3.1 |
1834 | 2025-03-07T21:40:40.443Z | Compiling plain v0.2.3 |
1835 | 2025-03-07T21:40:40.618Z | Compiling goblin v0.8.2 |
1836 | 2025-03-07T21:40:40.741Z | Compiling der v0.7.9 |
1837 | 2025-03-07T21:40:41.928Z | Compiling icu_locid_transform v1.5.0 |
1838 | 2025-03-07T21:40:44.306Z | Compiling icu_collections v1.5.0 |
1839 | 2025-03-07T21:40:45.018Z | Compiling tokio-util v0.7.13 |
1840 | 2025-03-07T21:40:46.723Z | Compiling untrusted v0.7.1 |
1841 | 2025-03-07T21:40:46.947Z | Compiling rayon-core v1.12.1 |
1842 | 2025-03-07T21:40:46.967Z | Compiling untrusted v0.9.0 |
1843 | 2025-03-07T21:40:46.970Z | Compiling powerfmt v0.2.0 |
1844 | 2025-03-07T21:40:47.184Z | Compiling rustls v0.22.4 |
1845 | 2025-03-07T21:40:47.264Z | Compiling icu_properties_data v1.5.0 |
1846 | 2025-03-07T21:40:47.460Z | Compiling pretty-hex v0.4.1 |
1847 | 2025-03-07T21:40:47.563Z | Compiling icu_properties v1.5.1 |
1848 | 2025-03-07T21:40:47.698Z | Compiling dof v0.3.0 |
1849 | 2025-03-07T21:40:47.793Z | Compiling deranged v0.3.11 |
1850 | 2025-03-07T21:40:49.141Z | Compiling spki v0.7.3 |
1851 | 2025-03-07T21:40:49.520Z | Compiling dtrace-parser v0.2.0 |
1852 | 2025-03-07T21:40:49.526Z | Compiling salsa20 v0.10.2 |
1853 | 2025-03-07T21:40:49.621Z | Compiling pbkdf2 v0.12.2 |
1854 | 2025-03-07T21:40:50.108Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1855 | 2025-03-07T21:40:50.965Z | Compiling thread-id v4.2.2 |
1856 | 2025-03-07T21:40:51.082Z | Compiling litrs v0.4.1 |
1857 | 2025-03-07T21:40:51.103Z | Compiling write16 v1.0.0 |
1858 | 2025-03-07T21:40:51.288Z | Compiling utf16_iter v1.0.5 |
1859 | 2025-03-07T21:40:51.471Z | Compiling atomic-waker v1.1.2 |
1860 | 2025-03-07T21:40:51.558Z | Compiling icu_normalizer_data v1.5.0 |
1861 | 2025-03-07T21:40:51.861Z | Compiling utf8_iter v1.0.4 |
1862 | 2025-03-07T21:40:52.039Z | Compiling num_threads v0.1.7 |
1863 | 2025-03-07T21:40:52.100Z | Compiling winnow v0.5.40 |
1864 | 2025-03-07T21:40:52.395Z | Compiling rustversion v1.0.17 |
1865 | 2025-03-07T21:40:52.436Z | Compiling icu_normalizer v1.5.0 |
1866 | 2025-03-07T21:40:53.097Z | Compiling time v0.3.36 |
1867 | 2025-03-07T21:40:53.658Z | Compiling document-features v0.2.10 |
1868 | 2025-03-07T21:40:55.293Z | Compiling toml_edit v0.19.15 |
1869 | 2025-03-07T21:40:57.880Z | Compiling scrypt v0.11.0 |
1870 | 2025-03-07T21:40:58.083Z | Compiling form_urlencoded v1.2.1 |
1871 | 2025-03-07T21:40:58.179Z | Compiling cbc v0.1.2 |
1872 | 2025-03-07T21:40:58.353Z | Compiling aes v0.8.4 |
1873 | 2025-03-07T21:40:58.422Z | Compiling http-body v1.0.1 |
1874 | 2025-03-07T21:40:58.749Z | Compiling multer v3.1.0 |
1875 | 2025-03-07T21:40:58.965Z | Compiling tinyvec_macros v0.1.1 |
1876 | 2025-03-07T21:40:59.068Z | Compiling slog-async v2.8.0 |
1877 | 2025-03-07T21:40:59.242Z | Compiling try-lock v0.2.5 |
1878 | 2025-03-07T21:40:59.470Z | Compiling want v0.3.1 |
1879 | 2025-03-07T21:40:59.531Z | Compiling pkcs5 v0.7.1 |
1880 | 2025-03-07T21:40:59.773Z | Compiling tinyvec v1.8.0 |
1881 | 2025-03-07T21:41:01.393Z | Compiling idna_adapter v1.2.0 |
1882 | 2025-03-07T21:41:01.868Z | Compiling h2 v0.4.6 |
1883 | 2025-03-07T21:41:02.206Z | Compiling rand_chacha v0.3.1 |
1884 | 2025-03-07T21:41:03.110Z | Compiling heapless v0.7.17 |
1885 | 2025-03-07T21:41:04.179Z | Compiling adler2 v2.0.0 |
1886 | 2025-03-07T21:41:04.669Z | Compiling signal-hook v0.3.17 |
1887 | 2025-03-07T21:41:04.737Z | Compiling tower-service v0.3.3 |
1888 | 2025-03-07T21:41:04.905Z | Compiling httpdate v1.0.3 |
1889 | 2025-03-07T21:41:05.323Z | Compiling miniz_oxide v0.8.5 |
1890 | 2025-03-07T21:41:07.809Z | Compiling rand v0.8.5 |
1891 | 2025-03-07T21:41:08.798Z | Compiling idna v1.0.3 |
1892 | 2025-03-07T21:41:09.745Z | Compiling pkcs8 v0.10.2 |
1893 | 2025-03-07T21:41:10.036Z | Compiling usdt-attr-macro v0.5.0 |
1894 | 2025-03-07T21:41:10.054Z | Compiling usdt-macro v0.5.0 |
1895 | 2025-03-07T21:41:10.322Z | Compiling hyper v1.6.0 |
1896 | 2025-03-07T21:41:11.500Z | Compiling async-stream-impl v0.3.6 |
1897 | 2025-03-07T21:41:11.755Z | Compiling base64 v0.22.1 |
1898 | 2025-03-07T21:41:14.549Z | Compiling hyper-util v0.1.10 |
1899 | 2025-03-07T21:41:20.002Z | Compiling curve25519-dalek v4.1.3 |
1900 | 2025-03-07T21:41:20.122Z | Compiling openapiv3 v2.0.0 |
1901 | 2025-03-07T21:41:20.300Z | Compiling enum-as-inner v0.6.1 |
1902 | 2025-03-07T21:41:20.451Z | Compiling memoffset v0.9.1 |
1903 | 2025-03-07T21:41:20.804Z | Compiling dropshot v0.12.0 |
1904 | 2025-03-07T21:41:21.131Z | Compiling num-bigint-dig v0.8.4 |
1905 | 2025-03-07T21:41:21.323Z | Compiling foreign-types-shared v0.1.1 |
1906 | 2025-03-07T21:41:21.491Z | Compiling smoltcp v0.9.1 |
1907 | 2025-03-07T21:41:21.597Z | Compiling newtype-uuid v1.2.1 |
1908 | 2025-03-07T21:41:21.618Z | Compiling match_cfg v0.1.0 |
1909 | 2025-03-07T21:41:21.766Z | Compiling portable-atomic v1.9.0 |
1910 | 2025-03-07T21:41:21.959Z | Compiling hostname v0.3.1 |
1911 | 2025-03-07T21:41:22.074Z | Compiling foreign-types v0.3.2 |
1912 | 2025-03-07T21:41:22.598Z | Compiling rand_core v0.9.2 |
1913 | 2025-03-07T21:41:23.286Z | Compiling url v2.5.3 |
1914 | 2025-03-07T21:41:25.344Z | Compiling http-body-util v0.1.2 |
1915 | 2025-03-07T21:41:25.862Z | Compiling dirs-sys-next v0.1.2 |
1916 | 2025-03-07T21:41:26.189Z | Compiling encoding_rs v0.8.34 |
1917 | 2025-03-07T21:41:26.354Z | Compiling heck v0.4.1 |
1918 | 2025-03-07T21:41:26.753Z | Compiling gimli v0.31.1 |
1919 | 2025-03-07T21:41:29.111Z | Compiling data-encoding v2.6.0 |
1920 | 2025-03-07T21:41:30.505Z | Compiling mime v0.3.17 |
1921 | 2025-03-07T21:41:31.554Z | Compiling ident_case v1.0.1 |
1922 | 2025-03-07T21:41:31.755Z | Compiling siphasher v0.3.11 |
1923 | 2025-03-07T21:41:32.146Z | Compiling cfg_aliases v0.2.1 |
1924 | 2025-03-07T21:41:32.268Z | Compiling nix v0.29.0 |
1925 | 2025-03-07T21:41:33.145Z | Compiling darling_core v0.20.10 |
1926 | 2025-03-07T21:41:33.531Z | Compiling addr2line v0.24.2 |
1927 | 2025-03-07T21:41:37.571Z | Compiling dirs-next v2.0.0 |
1928 | 2025-03-07T21:41:39.276Z | Compiling rand_chacha v0.9.0 |
1929 | 2025-03-07T21:41:40.356Z | Compiling unicode-normalization v0.1.24 |
1930 | 2025-03-07T21:41:41.453Z | Compiling serde_urlencoded v0.7.1 |
1931 | 2025-03-07T21:41:42.022Z | Compiling crossbeam-epoch v0.9.18 |
1932 | 2025-03-07T21:41:42.707Z | Compiling rustls-pemfile v2.2.0 |
1933 | 2025-03-07T21:41:43.146Z | Compiling hubpack_derive v0.1.1 |
1934 | 2025-03-07T21:41:44.004Z | Compiling dropshot_endpoint v0.12.0 |
1935 | 2025-03-07T21:41:44.106Z | Compiling sha1 v0.10.6 |
1936 | 2025-03-07T21:41:44.516Z | Compiling signature v2.2.0 |
1937 | 2025-03-07T21:41:44.764Z | Compiling curve25519-dalek-derive v0.1.1 |
1938 | 2025-03-07T21:41:44.994Z | Compiling zerocopy-derive v0.6.6 |
1939 | 2025-03-07T21:41:46.087Z | Compiling thread_local v1.1.8 |
1940 | 2025-03-07T21:41:46.599Z | Compiling object v0.36.5 |
1941 | 2025-03-07T21:41:46.692Z | Compiling fs-err v2.11.0 |
1942 | 2025-03-07T21:41:47.046Z | Compiling ahash v0.8.11 |
1943 | 2025-03-07T21:41:47.629Z | Compiling crc32fast v1.4.2 |
1944 | 2025-03-07T21:41:48.463Z | Compiling ipnet v2.11.0 |
1945 | 2025-03-07T21:41:50.727Z | Compiling winnow v0.7.3 |
1946 | 2025-03-07T21:41:51.463Z | Compiling rustls-webpki v0.102.8 |
1947 | 2025-03-07T21:41:51.714Z | Compiling utf8parse v0.2.2 |
1948 | 2025-03-07T21:41:51.891Z | Compiling anstyle v1.0.10 |
1949 | 2025-03-07T21:41:52.335Z | Compiling buf-list v1.0.3 |
1950 | 2025-03-07T21:41:52.898Z | Compiling unicode-bidi v0.3.17 |
1951 | 2025-03-07T21:41:53.069Z | Compiling openssl-probe v0.1.5 |
1952 | 2025-03-07T21:41:53.708Z | Compiling zip v2.1.3 |
1953 | 2025-03-07T21:41:53.968Z | Compiling rustc-demangle v0.1.24 |
1954 | 2025-03-07T21:41:54.055Z | Compiling unicode-properties v0.1.3 |
1955 | 2025-03-07T21:41:55.185Z | Compiling backtrace v0.3.74 |
1956 | 2025-03-07T21:41:55.279Z | Compiling stringprep v0.1.5 |
1957 | 2025-03-07T21:41:55.300Z | Compiling toml_edit v0.22.24 |
1958 | 2025-03-07T21:41:59.124Z | Compiling anstyle-parse v0.2.5 |
1959 | 2025-03-07T21:41:59.640Z | Compiling crossbeam-deque v0.8.5 |
1960 | 2025-03-07T21:42:01.637Z | Compiling rand v0.9.0 |
1961 | 2025-03-07T21:42:02.909Z | Compiling darling_macro v0.20.10 |
1962 | 2025-03-07T21:42:03.212Z | Compiling term v0.7.0 |
1963 | 2025-03-07T21:42:03.790Z | Compiling slog-json v2.6.1 |
1964 | 2025-03-07T21:42:04.435Z | Compiling crossbeam-channel v0.5.13 |
1965 | 2025-03-07T21:42:05.529Z | Compiling futures-executor v0.3.31 |
1966 | 2025-03-07T21:42:05.871Z | Compiling num-integer v0.1.46 |
1967 | 2025-03-07T21:42:05.892Z | Compiling md-5 v0.10.6 |
1968 | 2025-03-07T21:42:05.980Z | Compiling hash32 v0.2.1 |
1969 | 2025-03-07T21:42:06.107Z | Compiling ff v0.13.0 |
1970 | 2025-03-07T21:42:06.127Z | Compiling memmap v0.7.0 |
1971 | 2025-03-07T21:42:06.298Z | Compiling is-terminal v0.4.13 |
1972 | 2025-03-07T21:42:06.385Z | Compiling psl-types v2.0.11 |
1973 | 2025-03-07T21:42:06.438Z | Compiling base16ct v0.2.0 |
1974 | 2025-03-07T21:42:06.457Z | Compiling utf-8 v0.7.6 |
1975 | 2025-03-07T21:42:06.566Z | Compiling colorchoice v1.0.2 |
1976 | 2025-03-07T21:42:06.624Z | Compiling take_mut v0.2.2 |
1977 | 2025-03-07T21:42:06.737Z | Compiling quick-error v1.2.3 |
1978 | 2025-03-07T21:42:06.776Z | Compiling fallible-iterator v0.2.0 |
1979 | 2025-03-07T21:42:06.802Z | Compiling anstyle-query v1.1.1 |
1980 | 2025-03-07T21:42:06.895Z | Compiling is_terminal_polyfill v1.70.1 |
1981 | 2025-03-07T21:42:06.971Z | Compiling linked-hash-map v0.5.6 |
1982 | 2025-03-07T21:42:07.035Z | Compiling anstream v0.6.15 |
1983 | 2025-03-07T21:42:07.328Z | Compiling lru-cache v0.1.2 |
1984 | 2025-03-07T21:42:07.446Z | Compiling postgres-protocol v0.6.8 |
1985 | 2025-03-07T21:42:07.542Z | Compiling publicsuffix v2.3.0 |
1986 | 2025-03-07T21:42:07.596Z | Compiling resolv-conf v0.7.0 |
1987 | 2025-03-07T21:42:07.855Z | Compiling tungstenite v0.24.0 |
1988 | 2025-03-07T21:42:08.192Z | Compiling sec1 v0.7.3 |
1989 | 2025-03-07T21:42:08.643Z | Compiling slog-term v2.9.1 |
1990 | 2025-03-07T21:42:08.744Z | Compiling num-iter v0.1.45 |
1991 | 2025-03-07T21:42:08.939Z | Compiling usdt v0.5.0 |
1992 | 2025-03-07T21:42:08.942Z | Compiling group v0.13.0 |
1993 | 2025-03-07T21:42:09.281Z | Compiling futures v0.3.31 |
1994 | 2025-03-07T21:42:10.922Z | Compiling tokio-rustls v0.26.0 |
1995 | 2025-03-07T21:42:11.097Z | Compiling slog-bunyan v2.5.0 |
1996 | 2025-03-07T21:42:11.134Z | Compiling darling v0.20.10 |
1997 | 2025-03-07T21:42:11.275Z | Compiling tokio-rustls v0.25.0 |
1998 | 2025-03-07T21:42:11.398Z | Compiling bzip2 v0.4.4 |
1999 | 2025-03-07T21:42:11.449Z | Compiling toml v0.8.20 |
2000 | 2025-03-07T21:42:11.704Z | Compiling tokio-native-tls v0.3.1 |
2001 | 2025-03-07T21:42:12.041Z | Compiling hickory-proto v0.24.4 |
2002 | 2025-03-07T21:42:12.080Z | Compiling flate2 v1.1.0 |
2003 | 2025-03-07T21:42:12.133Z | Compiling phf_shared v0.11.2 |
2004 | 2025-03-07T21:42:12.487Z | Compiling strum_macros v0.25.3 |
2005 | 2025-03-07T21:42:13.247Z | Compiling async-stream v0.3.6 |
2006 | 2025-03-07T21:42:13.463Z | Compiling waitgroup v0.1.2 |
2007 | 2025-03-07T21:42:13.684Z | Compiling webpki-roots v0.26.6 |
2008 | 2025-03-07T21:42:13.919Z | Compiling hkdf v0.12.4 |
2009 | 2025-03-07T21:42:13.945Z | Compiling terminal_size v0.4.0 |
2010 | 2025-03-07T21:42:14.171Z | Compiling serde_path_to_error v0.1.16 |
2011 | 2025-03-07T21:42:14.248Z | Compiling sync_wrapper v1.0.1 |
2012 | 2025-03-07T21:42:14.607Z | Compiling crypto-bigint v0.5.5 |
2013 | 2025-03-07T21:42:14.778Z | Compiling clap_derive v4.5.28 |
2014 | 2025-03-07T21:42:14.967Z | Compiling derive-where v1.2.7 |
2015 | 2025-03-07T21:42:15.363Z | Compiling serde_repr v0.1.19 |
2016 | 2025-03-07T21:42:15.726Z | Compiling regress v0.10.3 |
2017 | 2025-03-07T21:42:16.201Z | Compiling hostname v0.4.0 |
2018 | 2025-03-07T21:42:16.634Z | Compiling bumpalo v3.16.0 |
2019 | 2025-03-07T21:42:17.087Z | Compiling managed v0.8.0 |
2020 | 2025-03-07T21:42:17.537Z | Compiling simd-adler32 v0.3.7 |
2021 | 2025-03-07T21:42:17.644Z | Compiling clap_lex v0.7.4 |
2022 | 2025-03-07T21:42:17.845Z | Compiling unicode-width v0.2.0 |
2023 | 2025-03-07T21:42:17.906Z | Compiling debug-ignore v1.0.5 |
2024 | 2025-03-07T21:42:18.052Z | Compiling bitflags v1.3.2 |
2025 | 2025-03-07T21:42:18.164Z | Compiling tower-layer v0.3.3 |
2026 | 2025-03-07T21:42:18.483Z | Compiling lockfree-object-pool v0.1.6 |
2027 | 2025-03-07T21:42:18.508Z | Compiling tower v0.5.2 |
2028 | 2025-03-07T21:42:18.574Z | Compiling console v0.15.10 |
2029 | 2025-03-07T21:42:18.744Z | Compiling zopfli v0.8.1 |
2030 | 2025-03-07T21:42:19.448Z | Compiling clap_builder v4.5.31 |
2031 | 2025-03-07T21:42:19.643Z | Compiling typify-impl v0.2.0 |
2032 | 2025-03-07T21:42:20.047Z | Compiling hickory-resolver v0.24.4 |
2033 | 2025-03-07T21:42:20.068Z | Compiling elliptic-curve v0.13.8 |
2034 | 2025-03-07T21:42:21.714Z | Compiling hyper-rustls v0.27.3 |
2035 | 2025-03-07T21:42:25.620Z | Compiling phf v0.11.2 |
2036 | 2025-03-07T21:42:25.924Z | Compiling hyper-tls v0.6.0 |
2037 | 2025-03-07T21:42:26.226Z | Compiling rayon v1.10.0 |
2038 | 2025-03-07T21:42:26.327Z | Compiling signal-hook-mio v0.2.4 |
2039 | 2025-03-07T21:42:26.463Z | Compiling cookie_store v0.21.1 |
2040 | 2025-03-07T21:42:26.640Z | Compiling tokio-tungstenite v0.24.0 |
2041 | 2025-03-07T21:42:27.107Z | Compiling postgres-types v0.2.9 |
2042 | 2025-03-07T21:42:27.546Z | Compiling zerocopy v0.6.6 |
2043 | 2025-03-07T21:42:27.734Z | Compiling ed25519 v2.2.3 |
2044 | 2025-03-07T21:42:28.172Z | Compiling hubpack v0.1.2 |
2045 | 2025-03-07T21:42:28.331Z | Compiling phf_shared v0.10.0 |
2046 | 2025-03-07T21:42:28.718Z | Compiling pkcs1 v0.7.5 |
2047 | 2025-03-07T21:42:29.384Z | Compiling tokio-stream v0.1.17 |
2048 | 2025-03-07T21:42:29.625Z | Compiling ipnetwork v0.21.1 |
2049 | 2025-03-07T21:42:29.937Z | Compiling rfc6979 v0.4.0 |
2050 | 2025-03-07T21:42:30.369Z | Compiling serde-big-array v0.5.1 |
2051 | 2025-03-07T21:42:30.577Z | Compiling float-cmp v0.10.0 |
2052 | 2025-03-07T21:42:30.624Z | Compiling bstr v1.10.0 |
2053 | 2025-03-07T21:42:30.843Z | Compiling static_assertions v1.1.0 |
2054 | 2025-03-07T21:42:30.846Z | Compiling difflib v0.4.0 |
2055 | 2025-03-07T21:42:31.759Z | Compiling precomputed-hash v0.1.1 |
2056 | 2025-03-07T21:42:31.911Z | Compiling normalize-line-endings v0.3.0 |
2057 | 2025-03-07T21:42:32.125Z | Compiling new_debug_unreachable v1.0.6 |
2058 | 2025-03-07T21:42:32.153Z | Compiling fixedbitset v0.4.2 |
2059 | 2025-03-07T21:42:32.235Z | Compiling predicates-core v1.0.8 |
2060 | 2025-03-07T21:42:32.563Z | Compiling number_prefix v0.4.0 |
2061 | 2025-03-07T21:42:32.812Z | Compiling unicode-segmentation v1.12.0 |
2062 | 2025-03-07T21:42:32.816Z | Compiling whoami v1.5.2 |
2063 | 2025-03-07T21:42:33.339Z | Compiling tokio-postgres v0.7.13 |
2064 | 2025-03-07T21:42:33.724Z | Compiling similar v2.7.0 |
2065 | 2025-03-07T21:42:33.781Z | Compiling indicatif v0.17.11 |
2066 | 2025-03-07T21:42:35.464Z | Compiling petgraph v0.6.5 |
2067 | 2025-03-07T21:42:35.488Z | Compiling predicates v3.1.3 |
2068 | 2025-03-07T21:42:35.491Z | Compiling string_cache v0.8.7 |
2069 | 2025-03-07T21:42:35.930Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2070 | 2025-03-07T21:42:36.273Z | Compiling qorb v0.2.1 |
2071 | 2025-03-07T21:42:36.853Z | Compiling ecdsa v0.16.9 |
2072 | 2025-03-07T21:42:37.713Z | Compiling typify-macro v0.2.0 |
2073 | 2025-03-07T21:42:39.049Z | Compiling rsa v0.9.6 |
2074 | 2025-03-07T21:42:40.600Z | Compiling ed25519-dalek v2.1.1 |
2075 | 2025-03-07T21:42:41.296Z | Compiling reqwest v0.12.12 |
2076 | 2025-03-07T21:42:41.821Z | Compiling crossterm v0.28.1 |
2077 | 2025-03-07T21:42:42.273Z | Compiling clap v4.5.31 |
2078 | 2025-03-07T21:42:42.407Z | Compiling zip v0.6.6 |
2079 | 2025-03-07T21:42:43.592Z | Compiling toml v0.7.8 |
2080 | 2025-03-07T21:42:43.856Z | Compiling x509-cert v0.2.5 |
2081 | 2025-03-07T21:42:44.914Z | Compiling hex v0.4.3 |
2082 | 2025-03-07T21:42:45.789Z | Compiling itertools v0.10.5 |
2083 | 2025-03-07T21:42:46.534Z | Compiling peg-runtime v0.8.5 |
2084 | 2025-03-07T21:42:47.069Z | Compiling unicode-xid v0.2.6 |
2085 | 2025-03-07T21:42:47.990Z | Compiling lalrpop-util v0.19.12 |
2086 | 2025-03-07T21:42:50.135Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2087 | 2025-03-07T21:42:54.993Z | Compiling proc-macro-crate v1.3.1 |
2088 | 2025-03-07T21:42:55.786Z | Compiling macaddr v1.0.1 |
2089 | 2025-03-07T21:42:56.446Z | Compiling itertools v0.13.0 |
2090 | 2025-03-07T21:42:57.200Z | Compiling fastrand v2.1.1 |
2091 | 2025-03-07T21:42:59.032Z | Compiling heapless v0.8.0 |
2092 | 2025-03-07T21:42:59.397Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2093 | 2025-03-07T21:42:59.850Z | Compiling tempfile v3.13.0 |
2094 | 2025-03-07T21:43:04.813Z | Compiling num_enum_derive v0.5.11 |
2095 | 2025-03-07T21:43:09.261Z | Compiling structmeta-derive v0.3.0 |
2096 | 2025-03-07T21:43:10.774Z | Compiling hash32 v0.3.1 |
2097 | 2025-03-07T21:43:12.038Z | Compiling thiserror v2.0.11 |
2098 | 2025-03-07T21:43:12.978Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2099 | 2025-03-07T21:43:13.122Z | Compiling smoltcp v0.11.0 |
2100 | 2025-03-07T21:43:17.112Z | Compiling structmeta v0.3.0 |
2101 | 2025-03-07T21:43:18.603Z | Compiling num_enum v0.5.11 |
2102 | 2025-03-07T21:43:18.624Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2103 | 2025-03-07T21:43:19.373Z | Compiling typify v0.2.0 |
2104 | 2025-03-07T21:43:19.481Z | Compiling oxnet v0.1.1 |
2105 | 2025-03-07T21:43:20.289Z | Compiling strum_macros v0.26.4 |
2106 | 2025-03-07T21:43:20.959Z | Compiling thiserror-impl v2.0.11 |
2107 | 2025-03-07T21:43:23.134Z | Compiling proc-macro-error-attr v1.0.4 |
2108 | 2025-03-07T21:43:23.789Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2109 | 2025-03-07T21:43:24.401Z | Compiling cobs v0.2.3 |
2110 | 2025-03-07T21:43:25.138Z | Compiling unsafe-libyaml v0.2.11 |
2111 | 2025-03-07T21:43:26.719Z | Compiling serde_yaml v0.9.34+deprecated |
2112 | 2025-03-07T21:43:29.330Z | Compiling postcard v1.0.10 |
2113 | 2025-03-07T21:43:30.071Z | Compiling strum v0.26.3 |
2114 | 2025-03-07T21:43:39.729Z | Compiling progenitor-impl v0.8.0 |
2115 | 2025-03-07T21:43:40.406Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2116 | 2025-03-07T21:43:51.754Z | Compiling foreign-types-macros v0.2.3 |
2117 | 2025-03-07T21:43:51.946Z | Compiling wait-timeout v0.2.0 |
2118 | 2025-03-07T21:43:52.010Z | Compiling proc-macro-error v1.0.4 |
2119 | 2025-03-07T21:43:52.388Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2120 | 2025-03-07T21:43:52.742Z | Compiling bit-vec v0.8.0 |
2121 | 2025-03-07T21:43:52.947Z | Compiling unicode-width v0.1.14 |
2122 | 2025-03-07T21:43:53.314Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2123 | 2025-03-07T21:43:53.501Z | Compiling foreign-types-shared v0.3.1 |
2124 | 2025-03-07T21:43:54.468Z | Compiling foreign-types v0.5.0 |
2125 | 2025-03-07T21:43:54.606Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2126 | 2025-03-07T21:43:57.924Z | Compiling tabwriter v1.4.0 |
2127 | 2025-03-07T21:43:58.579Z | Compiling bit-set v0.8.0 |
2128 | 2025-03-07T21:43:59.841Z | Compiling rusty-fork v0.3.0 |
2129 | 2025-03-07T21:44:05.807Z | Compiling progenitor-macro v0.8.0 |
2130 | 2025-03-07T21:44:08.960Z | Compiling parse-display-derive v0.10.0 |
2131 | 2025-03-07T21:44:10.378Z | Compiling progenitor-client v0.8.0 |
2132 | 2025-03-07T21:44:12.498Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2133 | 2025-03-07T21:44:13.343Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2134 | 2025-03-07T21:44:14.224Z | Compiling daft-derive v0.1.1 |
2135 | 2025-03-07T21:44:14.424Z | Compiling rand_xorshift v0.3.0 |
2136 | 2025-03-07T21:44:14.727Z | Compiling cstr-argument v0.1.2 |
2137 | 2025-03-07T21:44:14.915Z | Compiling dropshot v0.16.0 |
2138 | 2025-03-07T21:44:15.020Z | Compiling pretty-hex v0.2.1 |
2139 | 2025-03-07T21:44:15.270Z | Compiling unarray v0.1.4 |
2140 | 2025-03-07T21:44:15.290Z | Compiling crucible-workspace-hack v0.1.0 |
2141 | 2025-03-07T21:44:15.618Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2142 | 2025-03-07T21:44:15.910Z | Compiling daft v0.1.1 |
2143 | 2025-03-07T21:44:16.140Z | Compiling proptest v1.6.0 |
2144 | 2025-03-07T21:44:16.195Z | Compiling progenitor v0.8.0 |
2145 | 2025-03-07T21:44:16.479Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2146 | 2025-03-07T21:44:16.527Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2147 | 2025-03-07T21:44:16.921Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2148 | 2025-03-07T21:44:17.126Z | Compiling parse-display v0.10.0 |
2149 | 2025-03-07T21:44:17.444Z | Compiling test-strategy v0.4.0 |
2150 | 2025-03-07T21:44:17.850Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2151 | 2025-03-07T21:44:18.065Z | Compiling colored v2.2.0 |
2152 | 2025-03-07T21:44:19.015Z | Compiling serde_with_macros v3.12.0 |
2153 | 2025-03-07T21:44:19.472Z | Compiling dropshot_endpoint v0.16.0 |
2154 | 2025-03-07T21:44:20.574Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2155 | 2025-03-07T21:44:21.356Z | Compiling instant v0.1.13 |
2156 | 2025-03-07T21:44:21.417Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2157 | 2025-03-07T21:44:21.551Z | Compiling winnow v0.6.20 |
2158 | 2025-03-07T21:44:21.847Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2159 | 2025-03-07T21:44:22.518Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2160 | 2025-03-07T21:44:22.576Z | Compiling backoff v0.4.0 |
2161 | 2025-03-07T21:44:22.933Z | Compiling serde_with v3.12.0 |
2162 | 2025-03-07T21:44:23.679Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2163 | 2025-03-07T21:44:23.920Z | Compiling zone_cfg_derive v0.3.0 |
2164 | 2025-03-07T21:44:24.801Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2165 | 2025-03-07T21:44:25.624Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2166 | 2025-03-07T21:44:25.887Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2167 | 2025-03-07T21:44:26.773Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2168 | 2025-03-07T21:44:27.205Z | Compiling camino-tempfile v1.1.1 |
2169 | 2025-03-07T21:44:27.343Z | Compiling progenitor-client v0.9.1 |
2170 | 2025-03-07T21:44:28.006Z | Compiling num-derive v0.4.2 |
2171 | 2025-03-07T21:44:28.338Z | Compiling sigpipe v0.1.3 |
2172 | 2025-03-07T21:44:28.500Z | Compiling libefi-sys v0.1.0 |
2173 | 2025-03-07T21:44:28.853Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2174 | 2025-03-07T21:44:29.284Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2175 | 2025-03-07T21:44:30.265Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2176 | 2025-03-07T21:44:31.870Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2177 | 2025-03-07T21:44:32.475Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2178 | 2025-03-07T21:44:33.288Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2179 | 2025-03-07T21:44:33.860Z | Compiling zone v0.3.0 |
2180 | 2025-03-07T21:44:34.972Z | Compiling itertools v0.14.0 |
2181 | 2025-03-07T21:44:36.386Z | Compiling smf v0.2.3 |
2182 | 2025-03-07T21:44:36.600Z | Compiling bitfield-struct v0.6.2 |
2183 | 2025-03-07T21:44:37.293Z | Compiling blake3 v1.5.4 |
2184 | 2025-03-07T21:44:37.920Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2185 | 2025-03-07T21:44:37.940Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2186 | 2025-03-07T21:44:38.653Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2187 | 2025-03-07T21:44:38.967Z | Compiling xattr v1.3.1 |
2188 | 2025-03-07T21:44:39.021Z | Compiling filetime v0.2.25 |
2189 | 2025-03-07T21:44:39.075Z | Compiling memmap2 v0.9.5 |
2190 | 2025-03-07T21:44:39.306Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2191 | 2025-03-07T21:44:39.382Z | Compiling arrayvec v0.7.6 |
2192 | 2025-03-07T21:44:39.461Z | Compiling arrayref v0.3.9 |
2193 | 2025-03-07T21:44:39.600Z | Compiling constant_time_eq v0.3.1 |
2194 | 2025-03-07T21:44:39.647Z | Compiling same-file v1.0.6 |
2195 | 2025-03-07T21:44:39.702Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2196 | 2025-03-07T21:44:39.843Z | Compiling walkdir v2.5.0 |
2197 | 2025-03-07T21:44:39.960Z | Compiling tar v0.4.44 |
2198 | 2025-03-07T21:44:41.443Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2199 | 2025-03-07T21:44:41.892Z | Compiling gethostname v0.5.0 |
2200 | 2025-03-07T21:44:42.127Z | Compiling cargo-platform v0.1.8 |
2201 | 2025-03-07T21:44:42.309Z | Compiling fixedbitset v0.5.7 |
2202 | 2025-03-07T21:44:42.402Z | Compiling topological-sort v0.2.2 |
2203 | 2025-03-07T21:44:42.708Z | Compiling omicron-zone-package v0.12.0 |
2204 | 2025-03-07T21:44:43.195Z | Compiling petgraph v0.7.1 |
2205 | 2025-03-07T21:44:43.494Z | Compiling cargo_metadata v0.19.2 |
2206 | 2025-03-07T21:44:43.924Z | Compiling indent_write v2.2.0 |
2207 | 2025-03-07T21:44:44.191Z | Compiling shell-words v1.1.0 |
2208 | 2025-03-07T21:44:50.075Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2209 | 2025-03-07T21:44:52.531Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2210 | 2025-03-07T21:44:58.967Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2211 | 2025-03-07T21:45:13.245Z | Finished `release` profile [optimized] target(s) in 5m 23s |
2212 | 2025-03-07T21:45:13.426Z | Running `target/release/omicron-package -t test target create -p dev` |
2213 | 2025-03-07T21:45:13.479Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2214 | 2025-03-07T21:45:13.483Z | Created new build target 'test' and set it as active |
2215 | 2025-03-07T21:45:13.483Z | |
2216 | 2025-03-07T21:45:13.483Z | real 5:23.604740198 |
2217 | 2025-03-07T21:45:13.483Z | user 37:30.602970714 |
2218 | 2025-03-07T21:45:13.483Z | sys 3:38.061833859 |
2219 | 2025-03-07T21:45:13.483Z | trap 1.216446631 |
2220 | 2025-03-07T21:45:13.483Z | tflt 1.833999298 |
2221 | 2025-03-07T21:45:13.483Z | dflt 0.804266536 |
2222 | 2025-03-07T21:45:13.483Z | kflt 0.000331803 |
2223 | 2025-03-07T21:45:13.483Z | lock 1:14:18.335360926 |
2224 | 2025-03-07T21:45:13.483Z | slp 2:31:55.522266853 |
2225 | 2025-03-07T21:45:13.483Z | lat 2:51.317739890 |
2226 | 2025-03-07T21:45:13.483Z | stop 5:05.904153760 |
2227 | 2025-03-07T21:45:13.483Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2228 | 2025-03-07T21:45:14.510Z | Finished `release` profile [optimized] target(s) in 0.96s |
2229 | 2025-03-07T21:45:14.573Z | Running `target/release/omicron-package -t test package` |
2230 | 2025-03-07T21:45:14.619Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2231 | 2025-03-07T21:45:15.844Z | Compiling ring v0.17.11 |
2232 | 2025-03-07T21:45:16.028Z | Compiling thiserror v2.0.11 |
2233 | 2025-03-07T21:45:16.050Z | Compiling typify-impl v0.3.0 |
2234 | 2025-03-07T21:45:16.068Z | Compiling convert_case v0.4.0 |
2235 | 2025-03-07T21:45:16.068Z | Compiling fastrand v2.1.1 |
2236 | 2025-03-07T21:45:16.071Z | Compiling newline-converter v0.3.0 |
2237 | 2025-03-07T21:45:16.071Z | Compiling password-hash v0.5.0 |
2238 | 2025-03-07T21:45:16.309Z | Compiling expectorate v1.1.0 |
2239 | 2025-03-07T21:45:16.591Z | Compiling tempfile v3.13.0 |
2240 | 2025-03-07T21:45:16.591Z | Compiling blake2 v0.10.6 |
2241 | 2025-03-07T21:45:16.697Z | Compiling derive_more v0.99.19 |
2242 | 2025-03-07T21:45:17.321Z | Compiling base64 v0.21.7 |
2243 | 2025-03-07T21:45:17.775Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2244 | 2025-03-07T21:45:18.244Z | Compiling argon2 v0.5.3 |
2245 | 2025-03-07T21:45:18.378Z | Compiling atomicwrites v0.4.4 |
2246 | 2025-03-07T21:45:18.516Z | Compiling cancel-safe-futures v0.1.5 |
2247 | 2025-03-07T21:45:18.886Z | Compiling owo-colors v4.2.0 |
2248 | 2025-03-07T21:45:18.938Z | Compiling num-rational v0.4.2 |
2249 | 2025-03-07T21:45:19.496Z | Compiling libsw-core v0.3.1 |
2250 | 2025-03-07T21:45:19.785Z | Compiling num-complex v0.4.6 |
2251 | 2025-03-07T21:45:20.425Z | Compiling libsw v3.4.0 |
2252 | 2025-03-07T21:45:20.736Z | Compiling num v0.4.3 |
2253 | 2025-03-07T21:45:20.864Z | Compiling rustls v0.23.19 |
2254 | 2025-03-07T21:45:20.896Z | Compiling rustls v0.22.4 |
2255 | 2025-03-07T21:45:21.257Z | Compiling swrite v0.1.0 |
2256 | 2025-03-07T21:45:21.424Z | Compiling float-ord v0.3.2 |
2257 | 2025-03-07T21:45:21.602Z | Compiling linear-map v1.2.0 |
2258 | 2025-03-07T21:45:21.618Z | Compiling highway v1.3.0 |
2259 | 2025-03-07T21:45:22.032Z | Compiling tungstenite v0.21.0 |
2260 | 2025-03-07T21:45:22.209Z | Compiling semver v0.1.20 |
2261 | 2025-03-07T21:45:22.755Z | Compiling rustc_version v0.1.7 |
2262 | 2025-03-07T21:45:23.144Z | Compiling newtype_derive v0.1.6 |
2263 | 2025-03-07T21:45:23.199Z | Compiling ipnetwork v0.21.1 |
2264 | 2025-03-07T21:45:23.257Z | Compiling tokio-tungstenite v0.21.0 |
2265 | 2025-03-07T21:45:23.496Z | Compiling rustls-webpki v0.102.8 |
2266 | 2025-03-07T21:45:23.849Z | Compiling wait-timeout v0.2.0 |
2267 | 2025-03-07T21:45:23.903Z | Compiling bit-vec v0.8.0 |
2268 | 2025-03-07T21:45:24.291Z | Compiling bit-set v0.8.0 |
2269 | 2025-03-07T21:45:24.374Z | Compiling rusty-fork v0.3.0 |
2270 | 2025-03-07T21:45:24.997Z | Compiling oxnet v0.1.1 |
2271 | 2025-03-07T21:45:25.252Z | Compiling rand_xorshift v0.3.0 |
2272 | 2025-03-07T21:45:25.535Z | Compiling humantime v2.1.0 |
2273 | 2025-03-07T21:45:25.647Z | Compiling unarray v0.1.4 |
2274 | 2025-03-07T21:45:25.850Z | Compiling proptest v1.6.0 |
2275 | 2025-03-07T21:45:26.165Z | Compiling typify-macro v0.3.0 |
2276 | 2025-03-07T21:45:26.395Z | Compiling daft v0.1.1 |
2277 | 2025-03-07T21:45:27.017Z | Compiling parse-display v0.10.0 |
2278 | 2025-03-07T21:45:27.195Z | Compiling dropshot v0.16.0 |
2279 | 2025-03-07T21:45:27.262Z | Compiling strum v0.26.3 |
2280 | 2025-03-07T21:45:27.431Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2281 | 2025-03-07T21:45:27.496Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2282 | 2025-03-07T21:45:27.612Z | Compiling instant v0.1.13 |
2283 | 2025-03-07T21:45:27.790Z | Compiling backoff v0.4.0 |
2284 | 2025-03-07T21:45:28.111Z | Compiling steno v0.4.1 |
2285 | 2025-03-07T21:45:29.349Z | Compiling tokio-rustls v0.25.0 |
2286 | 2025-03-07T21:45:29.804Z | Compiling dropshot v0.12.0 |
2287 | 2025-03-07T21:45:30.157Z | Compiling typify v0.3.0 |
2288 | 2025-03-07T21:45:30.321Z | Compiling progenitor-impl v0.9.1 |
2289 | 2025-03-07T21:45:32.113Z | Compiling tokio-rustls v0.26.0 |
2290 | 2025-03-07T21:45:32.619Z | Compiling hyper-rustls v0.27.3 |
2291 | 2025-03-07T21:45:33.212Z | Compiling reqwest v0.12.12 |
2292 | 2025-03-07T21:45:36.185Z | Compiling qorb v0.2.1 |
2293 | 2025-03-07T21:45:37.941Z | Compiling progenitor-macro v0.9.1 |
2294 | 2025-03-07T21:45:41.323Z | Compiling progenitor-client v0.9.1 |
2295 | 2025-03-07T21:45:41.901Z | Compiling progenitor-client v0.8.0 |
2296 | 2025-03-07T21:45:42.488Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2297 | 2025-03-07T21:45:43.050Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2298 | 2025-03-07T21:46:09.326Z | Compiling progenitor v0.8.0 |
2299 | 2025-03-07T21:46:09.578Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2300 | 2025-03-07T21:46:12.836Z | Compiling progenitor v0.9.1 |
2301 | 2025-03-07T21:46:13.090Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2302 | 2025-03-07T21:46:15.085Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2303 | 2025-03-07T21:46:15.349Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2304 | 2025-03-07T21:46:15.975Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2305 | 2025-03-07T21:46:16.343Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2306 | 2025-03-07T21:46:17.179Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2307 | 2025-03-07T21:46:21.931Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2308 | 2025-03-07T21:46:22.539Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2309 | 2025-03-07T21:46:23.019Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2310 | 2025-03-07T21:46:23.708Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2311 | 2025-03-07T21:46:23.923Z | Compiling serde_with v3.12.0 |
2312 | 2025-03-07T21:46:28.108Z | Compiling macaddr v1.0.1 |
2313 | 2025-03-07T21:46:28.297Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2314 | 2025-03-07T21:46:28.326Z | Compiling slog-dtrace v0.3.0 |
2315 | 2025-03-07T21:46:28.774Z | Compiling prettyplease v0.2.29 |
2316 | 2025-03-07T21:46:30.346Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2317 | 2025-03-07T21:46:30.716Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2318 | 2025-03-07T21:46:31.067Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2319 | 2025-03-07T21:46:33.859Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2320 | 2025-03-07T21:46:40.340Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2321 | 2025-03-07T21:46:42.728Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2322 | 2025-03-07T21:46:43.434Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2323 | 2025-03-07T21:46:45.799Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2324 | 2025-03-07T21:46:50.955Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2325 | 2025-03-07T21:46:51.083Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2326 | 2025-03-07T21:46:54.158Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2327 | 2025-03-07T21:46:56.212Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2328 | 2025-03-07T21:46:57.260Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2329 | 2025-03-07T21:46:57.953Z | Compiling half v2.4.1 |
2330 | 2025-03-07T21:46:58.235Z | Compiling ciborium-io v0.2.2 |
2331 | 2025-03-07T21:46:58.417Z | Compiling bytecount v0.6.8 |
2332 | 2025-03-07T21:46:58.664Z | Compiling ciborium-ll v0.2.2 |
2333 | 2025-03-07T21:46:58.740Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2334 | 2025-03-07T21:46:59.103Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2335 | 2025-03-07T21:46:59.223Z | Compiling ciborium v0.2.2 |
2336 | 2025-03-07T21:46:59.560Z | Compiling display-error-chain v0.2.2 |
2337 | 2025-03-07T21:46:59.819Z | Compiling const_format_proc_macros v0.2.34 |
2338 | 2025-03-07T21:47:01.299Z | Compiling maplit v1.0.2 |
2339 | 2025-03-07T21:47:01.461Z | Compiling same-file v1.0.6 |
2340 | 2025-03-07T21:47:01.636Z | Compiling keccak v0.1.5 |
2341 | 2025-03-07T21:47:01.753Z | Compiling crunchy v0.2.2 |
2342 | 2025-03-07T21:47:02.299Z | Compiling sha3 v0.10.8 |
2343 | 2025-03-07T21:47:02.766Z | Compiling walkdir v2.5.0 |
2344 | 2025-03-07T21:47:02.899Z | Compiling const_format v0.2.34 |
2345 | 2025-03-07T21:47:03.201Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2346 | 2025-03-07T21:47:03.403Z | Compiling radium v0.7.0 |
2347 | 2025-03-07T21:47:03.905Z | Compiling tiny-keccak v2.0.2 |
2348 | 2025-03-07T21:47:04.197Z | Compiling blake3 v1.5.4 |
2349 | 2025-03-07T21:47:04.444Z | Compiling dsl_auto_type v0.1.2 |
2350 | 2025-03-07T21:47:04.615Z | Compiling scheduled-thread-pool v0.2.7 |
2351 | 2025-03-07T21:47:04.870Z | Compiling xattr v1.3.1 |
2352 | 2025-03-07T21:47:05.165Z | Compiling diesel_table_macro_syntax v0.2.0 |
2353 | 2025-03-07T21:47:05.357Z | Compiling memmap2 v0.9.5 |
2354 | 2025-03-07T21:47:05.549Z | Compiling filetime v0.2.25 |
2355 | 2025-03-07T21:47:05.658Z | Compiling bit-vec v0.6.3 |
2356 | 2025-03-07T21:47:05.785Z | Compiling arrayvec v0.7.6 |
2357 | 2025-03-07T21:47:05.921Z | Compiling constant_time_eq v0.3.1 |
2358 | 2025-03-07T21:47:05.942Z | Compiling arrayref v0.3.9 |
2359 | 2025-03-07T21:47:06.063Z | Compiling tap v1.0.1 |
2360 | 2025-03-07T21:47:06.084Z | Compiling maybe-uninit v2.0.0 |
2361 | 2025-03-07T21:47:06.107Z | Compiling bit-set v0.5.3 |
2362 | 2025-03-07T21:47:06.110Z | Compiling tar v0.4.44 |
2363 | 2025-03-07T21:47:06.282Z | Compiling wyz v0.5.1 |
2364 | 2025-03-07T21:47:06.414Z | Compiling diesel_derives v2.2.3 |
2365 | 2025-03-07T21:47:06.689Z | Compiling r2d2 v0.8.10 |
2366 | 2025-03-07T21:47:07.195Z | Compiling toolchain_find v0.4.0 |
2367 | 2025-03-07T21:47:07.215Z | Compiling camino-tempfile v1.1.1 |
2368 | 2025-03-07T21:47:07.662Z | Compiling phf_generator v0.11.2 |
2369 | 2025-03-07T21:47:07.699Z | Compiling ascii-canvas v3.0.0 |
2370 | 2025-03-07T21:47:07.723Z | Compiling secrecy v0.8.0 |
2371 | 2025-03-07T21:47:07.881Z | Compiling async-recursion v1.1.1 |
2372 | 2025-03-07T21:47:07.903Z | Compiling ena v0.14.3 |
2373 | 2025-03-07T21:47:08.008Z | Compiling bindgen v0.71.1 |
2374 | 2025-03-07T21:47:08.125Z | Compiling packed_struct v0.10.1 |
2375 | 2025-03-07T21:47:08.299Z | Compiling topological-sort v0.2.2 |
2376 | 2025-03-07T21:47:08.486Z | Compiling regex-syntax v0.6.29 |
2377 | 2025-03-07T21:47:08.556Z | Compiling diff v0.1.13 |
2378 | 2025-03-07T21:47:08.578Z | Compiling funty v2.0.0 |
2379 | 2025-03-07T21:47:09.054Z | Compiling crc-catalog v2.4.0 |
2380 | 2025-03-07T21:47:09.202Z | Compiling omicron-zone-package v0.12.0 |
2381 | 2025-03-07T21:47:09.244Z | Compiling crc v3.2.1 |
2382 | 2025-03-07T21:47:11.211Z | Compiling bitvec v1.0.1 |
2383 | 2025-03-07T21:47:11.470Z | Compiling phf_codegen v0.11.2 |
2384 | 2025-03-07T21:47:11.727Z | Compiling rustfmt-wrapper v0.2.1 |
2385 | 2025-03-07T21:47:12.348Z | Compiling lalrpop v0.19.12 |
2386 | 2025-03-07T21:47:13.288Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2387 | 2025-03-07T21:47:13.556Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2388 | 2025-03-07T21:47:13.814Z | Compiling universal-hash v0.5.1 |
2389 | 2025-03-07T21:47:14.100Z | Compiling thiserror-impl-no-std v2.0.2 |
2390 | 2025-03-07T21:47:14.126Z | Compiling packed_struct_codegen v0.10.1 |
2391 | 2025-03-07T21:47:14.360Z | Compiling parse-zoneinfo v0.3.1 |
2392 | 2025-03-07T21:47:15.771Z | Compiling indexmap v1.9.3 |
2393 | 2025-03-07T21:47:15.854Z | Compiling nodrop v0.1.14 |
2394 | 2025-03-07T21:47:16.013Z | Compiling rustc-hash v2.1.1 |
2395 | 2025-03-07T21:47:16.109Z | Compiling opaque-debug v0.3.1 |
2396 | 2025-03-07T21:47:16.214Z | Compiling ref-cast v1.0.23 |
2397 | 2025-03-07T21:47:16.248Z | Compiling poly1305 v0.8.0 |
2398 | 2025-03-07T21:47:16.527Z | Compiling thiserror-no-std v2.0.2 |
2399 | 2025-03-07T21:47:16.859Z | Compiling array-init v0.0.4 |
2400 | 2025-03-07T21:47:16.888Z | Compiling diesel v2.2.8 |
2401 | 2025-03-07T21:47:17.699Z | Compiling chrono-tz-build v0.4.0 |
2402 | 2025-03-07T21:47:17.877Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2403 | 2025-03-07T21:47:18.706Z | Compiling smallvec v0.6.14 |
2404 | 2025-03-07T21:47:19.213Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2405 | 2025-03-07T21:47:19.575Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2406 | 2025-03-07T21:47:19.957Z | Compiling itertools v0.13.0 |
2407 | 2025-03-07T21:47:20.514Z | Compiling derive_builder_core v0.20.2 |
2408 | 2025-03-07T21:47:22.471Z | Compiling chacha20 v0.9.1 |
2409 | 2025-03-07T21:47:22.978Z | Compiling headers-core v0.3.0 |
2410 | 2025-03-07T21:47:23.192Z | Compiling aead v0.5.2 |
2411 | 2025-03-07T21:47:23.527Z | Compiling libxml v0.3.3 |
2412 | 2025-03-07T21:47:23.562Z | Compiling ref-cast-impl v1.0.23 |
2413 | 2025-03-07T21:47:23.919Z | Compiling vte_generate_state_changes v0.1.2 |
2414 | 2025-03-07T21:47:24.575Z | Compiling hashbrown v0.12.3 |
2415 | 2025-03-07T21:47:24.640Z | Compiling termcolor v1.4.1 |
2416 | 2025-03-07T21:47:25.657Z | Compiling bitfield v0.14.0 |
2417 | 2025-03-07T21:47:25.846Z | Compiling arc-swap v1.7.1 |
2418 | 2025-03-07T21:47:25.950Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2419 | 2025-03-07T21:47:26.436Z | Compiling slog-scope v4.4.0 |
2420 | 2025-03-07T21:47:26.571Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2421 | 2025-03-07T21:47:28.256Z | Compiling env_logger v0.10.2 |
2422 | 2025-03-07T21:47:29.190Z | Compiling vte v0.11.1 |
2423 | 2025-03-07T21:47:29.330Z | Compiling samael v0.0.18 |
2424 | 2025-03-07T21:47:30.818Z | Compiling chacha20poly1305 v0.10.1 |
2425 | 2025-03-07T21:47:30.983Z | Compiling headers v0.4.0 |
2426 | 2025-03-07T21:47:31.065Z | Compiling derive_builder_macro v0.20.2 |
2427 | 2025-03-07T21:47:31.478Z | Compiling serde-hex v0.1.0 |
2428 | 2025-03-07T21:47:31.936Z | Compiling chrono-tz v0.10.1 |
2429 | 2025-03-07T21:47:32.637Z | Compiling vsss-rs v3.3.4 |
2430 | 2025-03-07T21:47:34.030Z | Compiling polar-core v0.27.3 |
2431 | 2025-03-07T21:47:34.640Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2432 | 2025-03-07T21:47:36.518Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2433 | 2025-03-07T21:47:36.866Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2434 | 2025-03-07T21:47:36.889Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2435 | 2025-03-07T21:47:37.522Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2436 | 2025-03-07T21:47:37.883Z | Compiling ron v0.8.1 |
2437 | 2025-03-07T21:47:40.607Z | Compiling hashbrown v0.13.2 |
2438 | 2025-03-07T21:47:41.320Z | Compiling strum_macros v0.24.3 |
2439 | 2025-03-07T21:47:41.956Z | Compiling unicase v2.7.0 |
2440 | 2025-03-07T21:47:42.318Z | Compiling indoc v1.0.9 |
2441 | 2025-03-07T21:47:43.147Z | Compiling crc-any v2.5.0 |
2442 | 2025-03-07T21:47:43.653Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2443 | 2025-03-07T21:47:44.031Z | Compiling object v0.30.4 |
2444 | 2025-03-07T21:47:44.271Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2445 | 2025-03-07T21:47:59.235Z | Compiling derive_builder v0.20.2 |
2446 | 2025-03-07T21:48:01.397Z | Compiling strip-ansi-escapes v0.2.0 |
2447 | 2025-03-07T21:48:02.870Z | Compiling slog-stdlog v4.1.1 |
2448 | 2025-03-07T21:48:03.671Z | Compiling papergrid v0.11.0 |
2449 | 2025-03-07T21:48:03.694Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2450 | 2025-03-07T21:48:04.057Z | Compiling tabled_derive v0.7.0 |
2451 | 2025-03-07T21:48:04.327Z | Compiling fd-lock v4.0.2 |
2452 | 2025-03-07T21:48:04.591Z | Compiling peg-macros v0.8.5 |
2453 | 2025-03-07T21:48:06.045Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2454 | 2025-03-07T21:48:07.098Z | Compiling oso-derive v0.27.3 |
2455 | 2025-03-07T21:48:07.689Z | Compiling impl-trait-for-tuples v0.2.2 |
2456 | 2025-03-07T21:48:08.097Z | Compiling quick-xml v0.37.2 |
2457 | 2025-03-07T21:48:13.207Z | Compiling diesel-dtrace v0.4.2 |
2458 | 2025-03-07T21:48:13.583Z | Compiling nu-ansi-term v0.50.1 |
2459 | 2025-03-07T21:48:14.481Z | Compiling path-slash v0.1.5 |
2460 | 2025-03-07T21:48:14.765Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2461 | 2025-03-07T21:48:17.219Z | Compiling reedline v0.38.0 |
2462 | 2025-03-07T21:48:19.425Z | Compiling oso v0.27.3 |
2463 | 2025-03-07T21:48:29.618Z | Compiling peg v0.8.5 |
2464 | 2025-03-07T21:48:29.808Z | Compiling tabled v0.15.0 |
2465 | 2025-03-07T21:48:30.268Z | Compiling slog-envlogger v2.2.0 |
2466 | 2025-03-07T21:48:35.535Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2467 | 2025-03-07T21:48:36.201Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2468 | 2025-03-07T21:48:37.726Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2469 | 2025-03-07T21:48:38.105Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2470 | 2025-03-07T21:48:41.660Z | Compiling pem v3.0.5 |
2471 | 2025-03-07T21:48:43.097Z | Compiling bb8 v0.8.5 |
2472 | 2025-03-07T21:48:43.732Z | Compiling bcs v0.1.6 |
2473 | 2025-03-07T21:48:44.593Z | Compiling fxhash v0.2.1 |
2474 | 2025-03-07T21:48:44.868Z | Compiling libz-sys v1.1.20 |
2475 | 2025-03-07T21:48:45.572Z | Compiling termtree v0.5.1 |
2476 | 2025-03-07T21:48:46.440Z | Compiling async-bb8-diesel v0.2.1 |
2477 | 2025-03-07T21:48:48.025Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2478 | 2025-03-07T21:48:48.554Z | Compiling kstat-rs v0.2.4 |
2479 | 2025-03-07T21:48:49.040Z | Compiling proc-macro-error-attr2 v2.0.0 |
2480 | 2025-03-07T21:48:49.465Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2481 | 2025-03-07T21:48:49.834Z | Compiling proc-macro-error2 v2.0.1 |
2482 | 2025-03-07T21:48:50.052Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2483 | 2025-03-07T21:48:50.417Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2484 | 2025-03-07T21:48:50.900Z | Compiling nanorand v0.7.0 |
2485 | 2025-03-07T21:48:51.599Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2486 | 2025-03-07T21:48:52.363Z | Compiling pin-project-internal v1.1.6 |
2487 | 2025-03-07T21:48:54.936Z | Compiling parking_lot_core v0.8.6 |
2488 | 2025-03-07T21:48:55.443Z | Compiling pin-project v1.1.6 |
2489 | 2025-03-07T21:49:02.948Z | Compiling flume v0.11.1 |
2490 | 2025-03-07T21:49:03.698Z | Compiling tabled_derive v0.10.0 |
2491 | 2025-03-07T21:49:04.129Z | Compiling mime_guess v2.0.5 |
2492 | 2025-03-07T21:49:05.644Z | Compiling papergrid v0.14.0 |
2493 | 2025-03-07T21:49:05.992Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2494 | 2025-03-07T21:49:09.773Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2495 | 2025-03-07T21:49:10.557Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2496 | 2025-03-07T21:49:13.552Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2497 | 2025-03-07T21:49:16.700Z | Compiling snafu-derive v0.8.5 |
2498 | 2025-03-07T21:49:16.872Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2499 | 2025-03-07T21:49:17.311Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2500 | 2025-03-07T21:49:18.720Z | Compiling tabled v0.18.0 |
2501 | 2025-03-07T21:49:20.957Z | Compiling snafu v0.8.5 |
2502 | 2025-03-07T21:49:23.714Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2503 | 2025-03-07T21:49:28.304Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2504 | 2025-03-07T21:49:34.433Z | Compiling globset v0.4.15 |
2505 | 2025-03-07T21:49:38.714Z | Compiling olpc-cjson v0.1.4 |
2506 | 2025-03-07T21:49:39.072Z | Compiling castaway v0.2.3 |
2507 | 2025-03-07T21:49:39.301Z | Compiling vergen v8.3.2 |
2508 | 2025-03-07T21:49:39.673Z | Compiling nibble_vec v0.1.0 |
2509 | 2025-03-07T21:49:39.961Z | Compiling serde_plain v1.0.2 |
2510 | 2025-03-07T21:49:40.376Z | Compiling cargo-platform v0.1.8 |
2511 | 2025-03-07T21:49:40.563Z | Compiling atty v0.2.14 |
2512 | 2025-03-07T21:49:40.760Z | Compiling typed-path v0.9.3 |
2513 | 2025-03-07T21:49:40.873Z | Compiling endian-type v0.1.2 |
2514 | 2025-03-07T21:49:41.164Z | Compiling salty v0.3.0 |
2515 | 2025-03-07T21:49:41.620Z | Compiling http-range v0.1.5 |
2516 | 2025-03-07T21:49:42.230Z | Compiling io-lifetimes v1.0.11 |
2517 | 2025-03-07T21:49:43.272Z | Compiling tough v0.19.0 |
2518 | 2025-03-07T21:49:46.790Z | Compiling git2 v0.19.0 |
2519 | 2025-03-07T21:49:47.025Z | Compiling radix_trie v0.2.1 |
2520 | 2025-03-07T21:49:47.646Z | Compiling cargo_metadata v0.18.1 |
2521 | 2025-03-07T21:49:48.028Z | Compiling compact_str v0.8.0 |
2522 | 2025-03-07T21:49:50.557Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2523 | 2025-03-07T21:49:50.604Z | Compiling parking_lot v0.11.2 |
2524 | 2025-03-07T21:49:54.718Z | Compiling unicode-truncate v1.1.0 |
2525 | 2025-03-07T21:49:55.053Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2526 | 2025-03-07T21:49:55.444Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2527 | 2025-03-07T21:49:58.488Z | Compiling lru v0.12.5 |
2528 | 2025-03-07T21:49:58.892Z | Compiling rand_seeder v0.3.0 |
2529 | 2025-03-07T21:49:59.346Z | Compiling lzma-sys v0.1.20 |
2530 | 2025-03-07T21:49:59.955Z | Compiling instability v0.3.2 |
2531 | 2025-03-07T21:50:00.076Z | Compiling rustix v0.37.28 |
2532 | 2025-03-07T21:50:00.667Z | Compiling cassowary v0.3.0 |
2533 | 2025-03-07T21:50:00.912Z | Compiling parse-size v1.1.0 |
2534 | 2025-03-07T21:50:01.317Z | Compiling indoc v2.0.5 |
2535 | 2025-03-07T21:50:01.527Z | Compiling rustls v0.21.12 |
2536 | 2025-03-07T21:50:01.915Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2537 | 2025-03-07T21:50:02.209Z | Compiling ratatui v0.29.0 |
2538 | 2025-03-07T21:50:03.495Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2539 | 2025-03-07T21:50:03.748Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2540 | 2025-03-07T21:50:04.293Z | Compiling hyper-staticfile v0.10.1 |
2541 | 2025-03-07T21:50:08.969Z | Compiling sled v0.34.7 |
2542 | 2025-03-07T21:50:09.036Z | Compiling hickory-client v0.24.4 |
2543 | 2025-03-07T21:50:11.783Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2544 | 2025-03-07T21:50:12.507Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2545 | 2025-03-07T21:50:13.012Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2546 | 2025-03-07T21:50:15.823Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2547 | 2025-03-07T21:50:16.921Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2548 | 2025-03-07T21:50:17.789Z | Compiling sct v0.7.1 |
2549 | 2025-03-07T21:50:18.087Z | Compiling rustls-webpki v0.101.7 |
2550 | 2025-03-07T21:50:18.272Z | Compiling hickory-server v0.24.4 |
2551 | 2025-03-07T21:50:21.746Z | Compiling primeorder v0.13.6 |
2552 | 2025-03-07T21:50:22.020Z | Compiling heck v0.3.3 |
2553 | 2025-03-07T21:50:22.180Z | Compiling env_filter v0.1.2 |
2554 | 2025-03-07T21:50:22.347Z | Compiling csv-core v0.1.11 |
2555 | 2025-03-07T21:50:22.369Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2556 | 2025-03-07T21:50:22.829Z | Compiling csv v1.3.1 |
2557 | 2025-03-07T21:50:23.297Z | Compiling env_logger v0.11.5 |
2558 | 2025-03-07T21:50:23.768Z | Compiling zone_cfg_derive v0.1.2 |
2559 | 2025-03-07T21:50:24.747Z | Compiling p384 v0.13.0 |
2560 | 2025-03-07T21:50:25.082Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2561 | 2025-03-07T21:50:29.624Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2562 | 2025-03-07T21:50:31.808Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2563 | 2025-03-07T21:50:32.227Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2564 | 2025-03-07T21:50:32.623Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2565 | 2025-03-07T21:50:33.002Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2566 | 2025-03-07T21:50:33.762Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2567 | 2025-03-07T21:50:33.790Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2568 | 2025-03-07T21:50:34.128Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2569 | 2025-03-07T21:50:34.149Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2570 | 2025-03-07T21:50:34.476Z | Compiling nix v0.27.1 |
2571 | 2025-03-07T21:50:34.499Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2572 | 2025-03-07T21:50:35.225Z | Compiling tungstenite v0.23.0 |
2573 | 2025-03-07T21:50:37.211Z | Compiling base64 v0.13.1 |
2574 | 2025-03-07T21:50:38.032Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2575 | 2025-03-07T21:50:38.443Z | Compiling ron v0.7.1 |
2576 | 2025-03-07T21:50:39.409Z | Compiling tokio-tungstenite v0.23.1 |
2577 | 2025-03-07T21:50:40.895Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2578 | 2025-03-07T21:50:41.753Z | Compiling xz2 v0.1.7 |
2579 | 2025-03-07T21:50:42.866Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2580 | 2025-03-07T21:50:43.754Z | Compiling terminal_size v0.2.6 |
2581 | 2025-03-07T21:50:44.010Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2582 | 2025-03-07T21:50:49.089Z | Compiling tokio-rustls v0.24.1 |
2583 | 2025-03-07T21:50:49.653Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2584 | 2025-03-07T21:50:50.368Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2585 | 2025-03-07T21:50:50.690Z | Compiling zone v0.1.8 |
2586 | 2025-03-07T21:50:51.673Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2587 | 2025-03-07T21:50:52.513Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2588 | 2025-03-07T21:50:53.216Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2589 | 2025-03-07T21:50:53.259Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2590 | 2025-03-07T21:50:54.019Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2591 | 2025-03-07T21:50:54.056Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2592 | 2025-03-07T21:50:57.139Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2593 | 2025-03-07T21:50:57.523Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2594 | 2025-03-07T21:50:57.641Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2595 | 2025-03-07T21:51:01.399Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2596 | 2025-03-07T21:51:02.300Z | Compiling rustls-pemfile v1.0.4 |
2597 | 2025-03-07T21:51:03.121Z | Compiling signal-hook-tokio v0.3.1 |
2598 | 2025-03-07T21:51:03.257Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2599 | 2025-03-07T21:51:03.375Z | Compiling twox-hash v2.1.0 |
2600 | 2025-03-07T21:51:04.413Z | Compiling yasna v0.5.2 |
2601 | 2025-03-07T21:51:04.997Z | Compiling unicode-linebreak v0.1.5 |
2602 | 2025-03-07T21:51:05.599Z | Compiling glob v0.3.2 |
2603 | 2025-03-07T21:51:06.063Z | Compiling smawk v0.3.2 |
2604 | 2025-03-07T21:51:06.084Z | Compiling is_ci v1.2.0 |
2605 | 2025-03-07T21:51:06.380Z | Compiling textwrap v0.16.1 |
2606 | 2025-03-07T21:51:06.428Z | Compiling supports-color v3.0.2 |
2607 | 2025-03-07T21:51:06.902Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2608 | 2025-03-07T21:51:07.794Z | Compiling rcgen v0.12.1 |
2609 | 2025-03-07T21:51:10.006Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2610 | 2025-03-07T21:51:12.377Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2611 | 2025-03-07T21:51:13.097Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2612 | 2025-03-07T21:51:14.163Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2613 | 2025-03-07T21:51:18.956Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2614 | 2025-03-07T21:51:20.051Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2615 | 2025-03-07T21:51:33.434Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2616 | 2025-03-07T21:51:34.096Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2617 | 2025-03-07T21:51:34.201Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2618 | 2025-03-07T21:51:34.503Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2619 | 2025-03-07T21:51:38.287Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2620 | 2025-03-07T21:51:44.288Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2621 | 2025-03-07T21:51:45.606Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2622 | 2025-03-07T21:51:46.163Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2623 | 2025-03-07T21:51:56.097Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2624 | 2025-03-07T21:51:58.872Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2625 | 2025-03-07T21:51:59.242Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2626 | 2025-03-07T21:52:00.670Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2627 | 2025-03-07T21:52:03.018Z | Compiling fatfs v0.3.6 |
2628 | 2025-03-07T21:52:03.321Z | Compiling subprocess v0.2.9 |
2629 | 2025-03-07T21:52:03.445Z | Compiling rtoolbox v0.0.2 |
2630 | 2025-03-07T21:52:03.879Z | Compiling assert_matches v1.5.0 |
2631 | 2025-03-07T21:52:04.015Z | Compiling rpassword v7.3.1 |
2632 | 2025-03-07T21:52:05.442Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2633 | 2025-03-07T21:52:05.729Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2634 | 2025-03-07T21:52:08.009Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2635 | 2025-03-07T21:52:13.182Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2636 | 2025-03-07T21:52:20.144Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2637 | 2025-03-07T21:52:40.973Z | Compiling tui-tree-widget v0.23.0 |
2638 | 2025-03-07T21:52:41.404Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2639 | 2025-03-07T21:52:41.462Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2640 | 2025-03-07T21:52:41.804Z | Compiling uzers v0.12.1 |
2641 | 2025-03-07T21:52:45.040Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2642 | 2025-03-07T21:52:53.087Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2643 | 2025-03-07T21:52:54.576Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2644 | 2025-03-07T21:52:59.558Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2645 | 2025-03-07T21:53:10.388Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2646 | 2025-03-07T21:53:15.110Z | Compiling multimap v0.10.0 |
2647 | 2025-03-07T21:55:42.228Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2648 | 2025-03-07T22:03:00.010Z | Finished `release` profile [optimized] target(s) in 17m 45s |
2649 | 2025-03-07T22:04:07.967Z | |
2650 | 2025-03-07T22:04:07.967Z | real 18:54.333560497 |
2651 | 2025-03-07T22:04:07.967Z | user 2:12:37.694329520 |
2652 | 2025-03-07T22:04:07.971Z | sys 3:42.283273679 |
2653 | 2025-03-07T22:04:07.971Z | trap 3.468249529 |
2654 | 2025-03-07T22:04:07.971Z | tflt 1.851373976 |
2655 | 2025-03-07T22:04:07.971Z | dflt 5.085097159 |
2656 | 2025-03-07T22:04:07.971Z | kflt 0.001057679 |
2657 | 2025-03-07T22:04:07.971Z | lock 7:57:16.501787171 |
2658 | 2025-03-07T22:04:07.971Z | slp 6:55:19.773695499 |
2659 | 2025-03-07T22:04:07.971Z | lat 3:42.916183401 |
2660 | 2025-03-07T22:04:07.971Z | stop 3:00.152795887 |
2661 | 2025-03-07T22:04:07.971Z | + mapfile -t packages |
2662 | 2025-03-07T22:04:07.971Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2663 | 2025-03-07T22:04:09.073Z | Compiling ring v0.17.11 |
2664 | 2025-03-07T22:04:10.947Z | Compiling rustls v0.22.4 |
2665 | 2025-03-07T22:04:10.951Z | Compiling rustls v0.23.19 |
2666 | 2025-03-07T22:04:12.674Z | Compiling rustls-webpki v0.102.8 |
2667 | 2025-03-07T22:04:16.570Z | Compiling tokio-rustls v0.25.0 |
2668 | 2025-03-07T22:04:17.052Z | Compiling dropshot v0.12.0 |
2669 | 2025-03-07T22:04:18.750Z | Compiling tokio-rustls v0.26.0 |
2670 | 2025-03-07T22:04:19.257Z | Compiling hyper-rustls v0.27.3 |
2671 | 2025-03-07T22:04:19.770Z | Compiling reqwest v0.12.12 |
2672 | 2025-03-07T22:04:21.122Z | Compiling qorb v0.2.1 |
2673 | 2025-03-07T22:04:22.652Z | Compiling dropshot v0.16.0 |
2674 | 2025-03-07T22:04:27.120Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2675 | 2025-03-07T22:04:29.568Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2676 | 2025-03-07T22:04:31.439Z | Compiling progenitor-client v0.8.0 |
2677 | 2025-03-07T22:04:32.403Z | Compiling progenitor v0.8.0 |
2678 | 2025-03-07T22:04:32.841Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2679 | 2025-03-07T22:04:35.307Z | Compiling progenitor-client v0.9.1 |
2680 | 2025-03-07T22:04:36.283Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2681 | 2025-03-07T22:04:39.704Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2682 | 2025-03-07T22:04:47.606Z | Compiling omicron-zone-package v0.12.0 |
2683 | 2025-03-07T22:04:53.983Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2684 | 2025-03-07T22:04:57.917Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2685 | 2025-03-07T22:05:00.560Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2686 | 2025-03-07T22:05:02.236Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2687 | 2025-03-07T22:05:18.854Z | Finished `release` profile [optimized] target(s) in 1m 10s |
2688 | 2025-03-07T22:05:18.908Z | Running `target/release/omicron-package -t test list-outputs` |
2689 | 2025-03-07T22:05:18.958Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2690 | 2025-03-07T22:05:18.958Z | + ptime -m cargo build --locked --release -p xtask |
2691 | 2025-03-07T22:05:19.179Z | Compiling serde v1.0.218 |
2692 | 2025-03-07T22:05:19.371Z | Compiling rustix v0.38.37 |
2693 | 2025-03-07T22:05:19.371Z | Compiling libc v0.2.170 |
2694 | 2025-03-07T22:05:19.371Z | Compiling serde_json v1.0.139 |
2695 | 2025-03-07T22:05:19.371Z | Compiling syn v2.0.98 |
2696 | 2025-03-07T22:05:19.372Z | Compiling bitflags v2.6.0 |
2697 | 2025-03-07T22:05:19.687Z | Compiling usdt-impl v0.5.0 |
2698 | 2025-03-07T22:05:19.785Z | Compiling syn v1.0.109 |
2699 | 2025-03-07T22:05:19.921Z | Compiling log v0.4.22 |
2700 | 2025-03-07T22:05:19.922Z | Compiling hashbrown v0.15.1 |
2701 | 2025-03-07T22:05:20.028Z | Compiling fs-err v2.11.0 |
2702 | 2025-03-07T22:05:20.318Z | Compiling anyhow v1.0.97 |
2703 | 2025-03-07T22:05:20.435Z | Compiling once_cell v1.20.3 |
2704 | 2025-03-07T22:05:20.647Z | Compiling thread-id v4.2.2 |
2705 | 2025-03-07T22:05:21.021Z | Compiling indexmap v2.7.1 |
2706 | 2025-03-07T22:05:22.149Z | Compiling terminal_size v0.4.0 |
2707 | 2025-03-07T22:05:22.149Z | Compiling tempfile v3.13.0 |
2708 | 2025-03-07T22:05:22.411Z | Compiling clap_builder v4.5.31 |
2709 | 2025-03-07T22:05:23.112Z | Compiling proc-macro-error v1.0.4 |
2710 | 2025-03-07T22:05:23.866Z | Compiling tabled_derive v0.7.0 |
2711 | 2025-03-07T22:05:25.042Z | Compiling tabled v0.15.0 |
2712 | 2025-03-07T22:05:25.652Z | Compiling serde_derive v1.0.218 |
2713 | 2025-03-07T22:05:25.798Z | Compiling thiserror-impl v1.0.69 |
2714 | 2025-03-07T22:05:25.798Z | Compiling zerocopy-derive v0.7.35 |
2715 | 2025-03-07T22:05:25.799Z | Compiling scroll_derive v0.12.0 |
2716 | 2025-03-07T22:05:25.799Z | Compiling thiserror-impl v2.0.11 |
2717 | 2025-03-07T22:05:26.984Z | Compiling scroll v0.12.0 |
2718 | 2025-03-07T22:05:27.527Z | Compiling zerocopy v0.7.35 |
2719 | 2025-03-07T22:05:27.813Z | Compiling goblin v0.8.2 |
2720 | 2025-03-07T22:05:28.266Z | Compiling thiserror v1.0.69 |
2721 | 2025-03-07T22:05:28.403Z | Compiling pest v2.7.14 |
2722 | 2025-03-07T22:05:30.359Z | Compiling thiserror v2.0.11 |
2723 | 2025-03-07T22:05:30.562Z | Compiling clap_derive v4.5.28 |
2724 | 2025-03-07T22:05:31.373Z | Compiling pest_meta v2.7.14 |
2725 | 2025-03-07T22:05:32.738Z | Compiling pest_generator v2.7.14 |
2726 | 2025-03-07T22:05:34.736Z | Compiling clap v4.5.31 |
2727 | 2025-03-07T22:05:34.774Z | Compiling pest_derive v2.7.14 |
2728 | 2025-03-07T22:05:35.669Z | Compiling dtrace-parser v0.2.0 |
2729 | 2025-03-07T22:05:42.564Z | Compiling dof v0.3.0 |
2730 | 2025-03-07T22:05:42.684Z | Compiling serde_tokenstream v0.2.2 |
2731 | 2025-03-07T22:05:43.308Z | Compiling toml_datetime v0.6.8 |
2732 | 2025-03-07T22:05:43.400Z | Compiling serde_spanned v0.6.8 |
2733 | 2025-03-07T22:05:43.724Z | Compiling toml_edit v0.22.24 |
2734 | 2025-03-07T22:05:44.493Z | Compiling camino v1.1.9 |
2735 | 2025-03-07T22:05:44.570Z | Compiling usdt-attr-macro v0.5.0 |
2736 | 2025-03-07T22:05:44.656Z | Compiling usdt-macro v0.5.0 |
2737 | 2025-03-07T22:05:45.895Z | Compiling semver v1.0.25 |
2738 | 2025-03-07T22:05:45.940Z | Compiling cargo-platform v0.1.8 |
2739 | 2025-03-07T22:05:47.036Z | Compiling usdt v0.5.0 |
2740 | 2025-03-07T22:05:47.366Z | Compiling cargo_metadata v0.19.2 |
2741 | 2025-03-07T22:05:48.448Z | Compiling toml v0.8.20 |
2742 | 2025-03-07T22:05:49.912Z | Compiling cargo_toml v0.21.0 |
2743 | 2025-03-07T22:05:51.620Z | Compiling camino-tempfile v1.1.1 |
2744 | 2025-03-07T22:05:52.415Z | Compiling macaddr v1.0.1 |
2745 | 2025-03-07T22:06:02.552Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2746 | 2025-03-07T22:06:08.328Z | Finished `release` profile [optimized] target(s) in 49.77s |
2747 | 2025-03-07T22:06:08.451Z | |
2748 | 2025-03-07T22:06:08.451Z | real 49.921589544 |
2749 | 2025-03-07T22:06:08.451Z | user 5:24.430543591 |
2750 | 2025-03-07T22:06:08.451Z | sys 20.116785414 |
2751 | 2025-03-07T22:06:08.451Z | trap 0.154242135 |
2752 | 2025-03-07T22:06:08.451Z | tflt 0.201374834 |
2753 | 2025-03-07T22:06:08.451Z | dflt 0.449107217 |
2754 | 2025-03-07T22:06:08.451Z | kflt 0.000038105 |
2755 | 2025-03-07T22:06:08.451Z | lock 10:19.274154089 |
2756 | 2025-03-07T22:06:08.451Z | slp 16:16.441145804 |
2757 | 2025-03-07T22:06:08.451Z | lat 15.557804469 |
2758 | 2025-03-07T22:06:08.451Z | stop 21.153960452 |
2759 | 2025-03-07T22:06:08.455Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2760 | 2025-03-07T22:06:08.455Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2761 | 2025-03-07T22:06:08.455Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2762 | 2025-03-07T22:06:08.455Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2763 | 2025-03-07T22:06:08.455Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2764 | 2025-03-07T22:06:09.410Z | Compiling regress v0.10.3 |
2765 | 2025-03-07T22:06:09.550Z | Compiling thiserror-impl v2.0.11 |
2766 | 2025-03-07T22:06:09.554Z | Compiling ident_case v1.0.1 |
2767 | 2025-03-07T22:06:09.554Z | Compiling unsafe-libyaml v0.2.11 |
2768 | 2025-03-07T22:06:09.554Z | Compiling progenitor-client v0.9.1 |
2769 | 2025-03-07T22:06:09.554Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2770 | 2025-03-07T22:06:09.554Z | Compiling tempfile v3.13.0 |
2771 | 2025-03-07T22:06:09.554Z | Compiling ipnetwork v0.21.1 |
2772 | 2025-03-07T22:06:09.879Z | Compiling darling_core v0.20.10 |
2773 | 2025-03-07T22:06:10.069Z | Compiling oxnet v0.1.1 |
2774 | 2025-03-07T22:06:10.106Z | Compiling macaddr v1.0.1 |
2775 | 2025-03-07T22:06:10.368Z | Compiling progenitor-client v0.8.0 |
2776 | 2025-03-07T22:06:10.449Z | Compiling structmeta-derive v0.3.0 |
2777 | 2025-03-07T22:06:10.559Z | Compiling instant v0.1.13 |
2778 | 2025-03-07T22:06:10.741Z | Compiling wait-timeout v0.2.0 |
2779 | 2025-03-07T22:06:10.794Z | Compiling dropshot v0.16.0 |
2780 | 2025-03-07T22:06:10.860Z | Compiling bit-vec v0.8.0 |
2781 | 2025-03-07T22:06:11.171Z | Compiling serde_yaml v0.9.34+deprecated |
2782 | 2025-03-07T22:06:11.271Z | Compiling bit-set v0.8.0 |
2783 | 2025-03-07T22:06:11.446Z | Compiling rusty-fork v0.3.0 |
2784 | 2025-03-07T22:06:11.474Z | Compiling dropshot_endpoint v0.16.0 |
2785 | 2025-03-07T22:06:11.572Z | Compiling rand_xorshift v0.3.0 |
2786 | 2025-03-07T22:06:11.949Z | Compiling daft-derive v0.1.1 |
2787 | 2025-03-07T22:06:12.137Z | Compiling unarray v0.1.4 |
2788 | 2025-03-07T22:06:12.324Z | Compiling proptest v1.6.0 |
2789 | 2025-03-07T22:06:12.798Z | Compiling thiserror v2.0.11 |
2790 | 2025-03-07T22:06:12.983Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2791 | 2025-03-07T22:06:13.165Z | Compiling typify-impl v0.2.0 |
2792 | 2025-03-07T22:06:13.169Z | Compiling structmeta v0.3.0 |
2793 | 2025-03-07T22:06:13.507Z | Compiling daft v0.1.1 |
2794 | 2025-03-07T22:06:13.630Z | Compiling parse-display-derive v0.10.0 |
2795 | 2025-03-07T22:06:14.028Z | Compiling test-strategy v0.4.0 |
2796 | 2025-03-07T22:06:14.229Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2797 | 2025-03-07T22:06:14.752Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2798 | 2025-03-07T22:06:15.070Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2799 | 2025-03-07T22:06:15.273Z | Compiling backoff v0.4.0 |
2800 | 2025-03-07T22:06:15.298Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2801 | 2025-03-07T22:06:15.673Z | Compiling proc-macro-crate v1.3.1 |
2802 | 2025-03-07T22:06:15.826Z | Compiling darling_macro v0.20.10 |
2803 | 2025-03-07T22:06:16.095Z | Compiling typify-impl v0.3.0 |
2804 | 2025-03-07T22:06:16.641Z | Compiling num_enum_derive v0.5.11 |
2805 | 2025-03-07T22:06:16.855Z | Compiling darling v0.20.10 |
2806 | 2025-03-07T22:06:17.001Z | Compiling serde_with_macros v3.12.0 |
2807 | 2025-03-07T22:06:17.384Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2808 | 2025-03-07T22:06:17.539Z | Compiling parse-display v0.10.0 |
2809 | 2025-03-07T22:06:17.812Z | Compiling itertools v0.13.0 |
2810 | 2025-03-07T22:06:18.161Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2811 | 2025-03-07T22:06:18.827Z | Compiling crucible-workspace-hack v0.1.0 |
2812 | 2025-03-07T22:06:18.989Z | Compiling num_enum v0.5.11 |
2813 | 2025-03-07T22:06:19.172Z | Compiling heapless v0.8.0 |
2814 | 2025-03-07T22:06:19.195Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2815 | 2025-03-07T22:06:19.575Z | Compiling serde_with v3.12.0 |
2816 | 2025-03-07T22:06:19.644Z | Compiling proc-macro-error v1.0.4 |
2817 | 2025-03-07T22:06:20.111Z | Compiling camino-tempfile v1.1.1 |
2818 | 2025-03-07T22:06:20.308Z | Compiling hash32 v0.3.1 |
2819 | 2025-03-07T22:06:20.601Z | Compiling foreign-types-macros v0.2.3 |
2820 | 2025-03-07T22:06:20.625Z | Compiling foreign-types-shared v0.3.1 |
2821 | 2025-03-07T22:06:20.788Z | Compiling smoltcp v0.11.0 |
2822 | 2025-03-07T22:06:20.791Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2823 | 2025-03-07T22:06:21.928Z | Compiling foreign-types v0.5.0 |
2824 | 2025-03-07T22:06:22.439Z | Compiling tabwriter v1.4.0 |
2825 | 2025-03-07T22:06:22.863Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2826 | 2025-03-07T22:06:22.925Z | Compiling cstr-argument v0.1.2 |
2827 | 2025-03-07T22:06:23.229Z | Compiling pretty-hex v0.2.1 |
2828 | 2025-03-07T22:06:23.317Z | Compiling cobs v0.2.3 |
2829 | 2025-03-07T22:06:23.473Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2830 | 2025-03-07T22:06:23.656Z | Compiling postcard v1.0.10 |
2831 | 2025-03-07T22:06:23.732Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2832 | 2025-03-07T22:06:23.845Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2833 | 2025-03-07T22:06:23.953Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2834 | 2025-03-07T22:06:24.303Z | Compiling colored v2.2.0 |
2835 | 2025-03-07T22:06:24.485Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2836 | 2025-03-07T22:06:24.764Z | Compiling winnow v0.6.20 |
2837 | 2025-03-07T22:06:24.841Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2838 | 2025-03-07T22:06:25.119Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2839 | 2025-03-07T22:06:25.143Z | Compiling smf v0.2.3 |
2840 | 2025-03-07T22:06:26.073Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2841 | 2025-03-07T22:06:26.421Z | Compiling zone_cfg_derive v0.3.0 |
2842 | 2025-03-07T22:06:26.472Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2843 | 2025-03-07T22:06:26.866Z | Compiling itertools v0.14.0 |
2844 | 2025-03-07T22:06:27.468Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2845 | 2025-03-07T22:06:27.886Z | Compiling typify-macro v0.2.0 |
2846 | 2025-03-07T22:06:28.201Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2847 | 2025-03-07T22:06:28.294Z | Compiling num-derive v0.4.2 |
2848 | 2025-03-07T22:06:28.786Z | Compiling sigpipe v0.1.3 |
2849 | 2025-03-07T22:06:28.950Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2850 | 2025-03-07T22:06:29.351Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2851 | 2025-03-07T22:06:29.852Z | Compiling zone v0.3.0 |
2852 | 2025-03-07T22:06:30.345Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2853 | 2025-03-07T22:06:30.698Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2854 | 2025-03-07T22:06:30.720Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2855 | 2025-03-07T22:06:30.832Z | Compiling universal-hash v0.5.1 |
2856 | 2025-03-07T22:06:30.943Z | Compiling typify-macro v0.3.0 |
2857 | 2025-03-07T22:06:31.080Z | Compiling opaque-debug v0.3.1 |
2858 | 2025-03-07T22:06:31.217Z | Compiling tungstenite v0.21.0 |
2859 | 2025-03-07T22:06:31.394Z | Compiling num-rational v0.4.2 |
2860 | 2025-03-07T22:06:31.563Z | Compiling password-hash v0.5.0 |
2861 | 2025-03-07T22:06:31.585Z | Compiling typify v0.2.0 |
2862 | 2025-03-07T22:06:31.585Z | Compiling blake2 v0.10.6 |
2863 | 2025-03-07T22:06:31.774Z | Compiling progenitor-impl v0.8.0 |
2864 | 2025-03-07T22:06:32.507Z | Compiling aead v0.5.2 |
2865 | 2025-03-07T22:06:32.729Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2866 | 2025-03-07T22:06:32.916Z | Compiling num-complex v0.4.6 |
2867 | 2025-03-07T22:06:32.976Z | Compiling convert_case v0.4.0 |
2868 | 2025-03-07T22:06:32.979Z | Compiling base64 v0.21.7 |
2869 | 2025-03-07T22:06:33.125Z | Compiling keccak v0.1.5 |
2870 | 2025-03-07T22:06:33.723Z | Compiling sha3 v0.10.8 |
2871 | 2025-03-07T22:06:33.803Z | Compiling derive_more v0.99.19 |
2872 | 2025-03-07T22:06:33.943Z | Compiling num v0.4.3 |
2873 | 2025-03-07T22:06:34.083Z | Compiling tokio-tungstenite v0.21.0 |
2874 | 2025-03-07T22:06:34.299Z | Compiling argon2 v0.5.3 |
2875 | 2025-03-07T22:06:34.674Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2876 | 2025-03-07T22:06:34.753Z | Compiling poly1305 v0.8.0 |
2877 | 2025-03-07T22:06:34.814Z | Compiling typify v0.3.0 |
2878 | 2025-03-07T22:06:34.906Z | Compiling chacha20 v0.9.1 |
2879 | 2025-03-07T22:06:34.980Z | Compiling progenitor-impl v0.9.1 |
2880 | 2025-03-07T22:06:35.429Z | Compiling float-ord v0.3.2 |
2881 | 2025-03-07T22:06:35.655Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2882 | 2025-03-07T22:06:35.844Z | Compiling same-file v1.0.6 |
2883 | 2025-03-07T22:06:36.106Z | Compiling semver v0.1.20 |
2884 | 2025-03-07T22:06:36.205Z | Compiling walkdir v2.5.0 |
2885 | 2025-03-07T22:06:36.559Z | Compiling rustc_version v0.1.7 |
2886 | 2025-03-07T22:06:36.758Z | Compiling newline-converter v0.3.0 |
2887 | 2025-03-07T22:06:36.909Z | Compiling primeorder v0.13.6 |
2888 | 2025-03-07T22:06:36.975Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2889 | 2025-03-07T22:06:37.034Z | Compiling secrecy v0.8.0 |
2890 | 2025-03-07T22:06:37.210Z | Compiling owo-colors v4.2.0 |
2891 | 2025-03-07T22:06:37.324Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2892 | 2025-03-07T22:06:37.452Z | Compiling cancel-safe-futures v0.1.5 |
2893 | 2025-03-07T22:06:37.585Z | Compiling newtype_derive v0.1.6 |
2894 | 2025-03-07T22:06:37.898Z | Compiling expectorate v1.1.0 |
2895 | 2025-03-07T22:06:37.940Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2896 | 2025-03-07T22:06:37.960Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2897 | 2025-03-07T22:06:38.121Z | Compiling thiserror-impl-no-std v2.0.2 |
2898 | 2025-03-07T22:06:38.155Z | Compiling libsw-core v0.3.1 |
2899 | 2025-03-07T22:06:38.253Z | Compiling blake3 v1.5.4 |
2900 | 2025-03-07T22:06:38.476Z | Compiling unicase v2.7.0 |
2901 | 2025-03-07T22:06:38.594Z | Compiling progenitor-macro v0.8.0 |
2902 | 2025-03-07T22:06:38.852Z | Compiling half v2.4.1 |
2903 | 2025-03-07T22:06:38.924Z | Compiling fixedbitset v0.5.7 |
2904 | 2025-03-07T22:06:38.947Z | Compiling arc-swap v1.7.1 |
2905 | 2025-03-07T22:06:38.988Z | Compiling ciborium-io v0.2.2 |
2906 | 2025-03-07T22:06:39.416Z | Compiling petgraph v0.7.1 |
2907 | 2025-03-07T22:06:39.571Z | Compiling slog-scope v4.4.0 |
2908 | 2025-03-07T22:06:39.594Z | Compiling ciborium-ll v0.2.2 |
2909 | 2025-03-07T22:06:40.010Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2910 | 2025-03-07T22:06:40.031Z | Compiling libsw v3.4.0 |
2911 | 2025-03-07T22:06:40.135Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2912 | 2025-03-07T22:06:40.536Z | Compiling polyval v0.6.2 |
2913 | 2025-03-07T22:06:40.862Z | Compiling thiserror-no-std v2.0.2 |
2914 | 2025-03-07T22:06:40.973Z | Compiling atomicwrites v0.4.4 |
2915 | 2025-03-07T22:06:41.023Z | Compiling memmap2 v0.9.5 |
2916 | 2025-03-07T22:06:41.123Z | Compiling libefi-sys v0.1.0 |
2917 | 2025-03-07T22:06:41.407Z | Compiling arrayref v0.3.9 |
2918 | 2025-03-07T22:06:41.514Z | Compiling parking_lot_core v0.8.6 |
2919 | 2025-03-07T22:06:41.536Z | Compiling salty v0.3.0 |
2920 | 2025-03-07T22:06:41.558Z | Compiling constant_time_eq v0.3.1 |
2921 | 2025-03-07T22:06:41.788Z | Compiling indent_write v2.2.0 |
2922 | 2025-03-07T22:06:41.961Z | Compiling progenitor-macro v0.9.1 |
2923 | 2025-03-07T22:06:41.997Z | Compiling linear-map v1.2.0 |
2924 | 2025-03-07T22:06:42.021Z | Compiling arrayvec v0.7.6 |
2925 | 2025-03-07T22:06:42.163Z | Compiling vsss-rs v3.3.4 |
2926 | 2025-03-07T22:06:42.407Z | Compiling ghash v0.5.1 |
2927 | 2025-03-07T22:06:42.667Z | Compiling ciborium v0.2.2 |
2928 | 2025-03-07T22:06:43.003Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2929 | 2025-03-07T22:06:43.190Z | Compiling slog-stdlog v4.1.1 |
2930 | 2025-03-07T22:06:43.576Z | Compiling p384 v0.13.0 |
2931 | 2025-03-07T22:06:43.801Z | Compiling toolchain_find v0.4.0 |
2932 | 2025-03-07T22:06:44.008Z | Compiling chacha20poly1305 v0.10.1 |
2933 | 2025-03-07T22:06:44.283Z | Compiling ctr v0.9.2 |
2934 | 2025-03-07T22:06:44.421Z | Compiling lzma-sys v0.1.20 |
2935 | 2025-03-07T22:06:44.538Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2936 | 2025-03-07T22:06:44.684Z | Compiling bitfield-struct v0.6.2 |
2937 | 2025-03-07T22:06:45.009Z | Compiling slog-dtrace v0.3.0 |
2938 | 2025-03-07T22:06:45.113Z | Compiling highway v1.3.0 |
2939 | 2025-03-07T22:06:45.203Z | Compiling topological-sort v0.2.2 |
2940 | 2025-03-07T22:06:45.472Z | Compiling omicron-zone-package v0.12.0 |
2941 | 2025-03-07T22:06:45.655Z | Compiling aes-gcm v0.10.3 |
2942 | 2025-03-07T22:06:45.912Z | Compiling rustfmt-wrapper v0.2.1 |
2943 | 2025-03-07T22:06:45.990Z | Compiling slog-envlogger v2.2.0 |
2944 | 2025-03-07T22:06:46.069Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2945 | 2025-03-07T22:06:46.334Z | Compiling mime_guess v2.0.5 |
2946 | 2025-03-07T22:06:46.586Z | Compiling steno v0.4.1 |
2947 | 2025-03-07T22:06:47.152Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2948 | 2025-03-07T22:06:47.421Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2949 | 2025-03-07T22:06:47.534Z | Compiling heck v0.3.3 |
2950 | 2025-03-07T22:06:47.777Z | Compiling ssh-encoding v0.2.0 |
2951 | 2025-03-07T22:06:47.809Z | Compiling blowfish v0.9.1 |
2952 | 2025-03-07T22:06:47.947Z | Compiling env_filter v0.1.2 |
2953 | 2025-03-07T22:06:48.283Z | Compiling nibble_vec v0.1.0 |
2954 | 2025-03-07T22:06:48.308Z | Compiling endian-type v0.1.2 |
2955 | 2025-03-07T22:06:48.546Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2956 | 2025-03-07T22:06:48.569Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2957 | 2025-03-07T22:06:48.592Z | Compiling humantime v2.1.0 |
2958 | 2025-03-07T22:06:48.599Z | Compiling radix_trie v0.2.1 |
2959 | 2025-03-07T22:06:48.723Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2960 | 2025-03-07T22:06:48.941Z | Compiling env_logger v0.11.5 |
2961 | 2025-03-07T22:06:49.089Z | Compiling ssh-cipher v0.2.0 |
2962 | 2025-03-07T22:06:49.212Z | Compiling bcrypt-pbkdf v0.10.0 |
2963 | 2025-03-07T22:06:49.604Z | Compiling zone_cfg_derive v0.1.2 |
2964 | 2025-03-07T22:06:49.871Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2965 | 2025-03-07T22:06:50.180Z | Compiling parking_lot v0.11.2 |
2966 | 2025-03-07T22:06:50.454Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2967 | 2025-03-07T22:06:50.595Z | Compiling progenitor v0.8.0 |
2968 | 2025-03-07T22:06:50.860Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2969 | 2025-03-07T22:06:50.930Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2970 | 2025-03-07T22:06:50.990Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2971 | 2025-03-07T22:06:51.015Z | Compiling password-hash v0.4.2 |
2972 | 2025-03-07T22:06:51.051Z | Compiling gethostname v0.5.0 |
2973 | 2025-03-07T22:06:51.278Z | Compiling fxhash v0.2.1 |
2974 | 2025-03-07T22:06:51.450Z | Compiling http-range v0.1.5 |
2975 | 2025-03-07T22:06:51.473Z | Compiling base64 v0.13.1 |
2976 | 2025-03-07T22:06:51.508Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2977 | 2025-03-07T22:06:51.538Z | Compiling pbkdf2 v0.11.0 |
2978 | 2025-03-07T22:06:51.791Z | Compiling sled v0.34.7 |
2979 | 2025-03-07T22:06:51.896Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2980 | 2025-03-07T22:06:51.919Z | Compiling ron v0.7.1 |
2981 | 2025-03-07T22:06:51.941Z | Compiling zone v0.1.8 |
2982 | 2025-03-07T22:06:52.050Z | Compiling xz2 v0.1.7 |
2983 | 2025-03-07T22:06:52.522Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2984 | 2025-03-07T22:06:52.545Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2985 | 2025-03-07T22:06:52.860Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2986 | 2025-03-07T22:06:53.655Z | Compiling progenitor v0.9.1 |
2987 | 2025-03-07T22:06:53.877Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2988 | 2025-03-07T22:06:53.900Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2989 | 2025-03-07T22:06:53.922Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2990 | 2025-03-07T22:06:53.990Z | Compiling ssh-key v0.6.6 |
2991 | 2025-03-07T22:06:54.398Z | Compiling hickory-client v0.24.4 |
2992 | 2025-03-07T22:06:56.206Z | Compiling p521 v0.13.3 |
2993 | 2025-03-07T22:06:58.114Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2994 | 2025-03-07T22:06:58.417Z | Compiling p256 v0.13.2 |
2995 | 2025-03-07T22:06:58.538Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2996 | 2025-03-07T22:06:59.253Z | Compiling hickory-server v0.24.4 |
2997 | 2025-03-07T22:06:59.358Z | Compiling pem v3.0.5 |
2998 | 2025-03-07T22:06:59.582Z | Compiling yasna v0.5.2 |
2999 | 2025-03-07T22:06:59.622Z | Compiling headers-core v0.3.0 |
3000 | 2025-03-07T22:06:59.840Z | Compiling kstat-rs v0.2.4 |
3001 | 2025-03-07T22:07:00.095Z | Compiling nanorand v0.7.0 |
3002 | 2025-03-07T22:07:00.265Z | Compiling russh-cryptovec v0.7.3 |
3003 | 2025-03-07T22:07:00.403Z | Compiling atty v0.2.14 |
3004 | 2025-03-07T22:07:00.596Z | Compiling md5 v0.7.0 |
3005 | 2025-03-07T22:07:00.613Z | Compiling rcgen v0.12.1 |
3006 | 2025-03-07T22:07:00.642Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3007 | 2025-03-07T22:07:01.134Z | Compiling russh-keys v0.45.0 |
3008 | 2025-03-07T22:07:01.172Z | Compiling flume v0.11.1 |
3009 | 2025-03-07T22:07:01.382Z | Compiling headers v0.4.0 |
3010 | 2025-03-07T22:07:01.852Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
3011 | 2025-03-07T22:07:03.138Z | Compiling hyper-staticfile v0.10.1 |
3012 | 2025-03-07T22:07:03.501Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3013 | 2025-03-07T22:07:04.189Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3014 | 2025-03-07T22:07:04.344Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3015 | 2025-03-07T22:07:04.760Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
3016 | 2025-03-07T22:07:04.881Z | Compiling num-bigint v0.4.6 |
3017 | 2025-03-07T22:07:04.965Z | Compiling des v0.8.1 |
3018 | 2025-03-07T22:07:05.159Z | Compiling subprocess v0.2.9 |
3019 | 2025-03-07T22:07:05.313Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3020 | 2025-03-07T22:07:05.803Z | Compiling hex-literal v0.4.1 |
3021 | 2025-03-07T22:07:05.986Z | Compiling display-error-chain v0.2.2 |
3022 | 2025-03-07T22:07:06.258Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3023 | 2025-03-07T22:07:06.281Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3024 | 2025-03-07T22:07:06.708Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3025 | 2025-03-07T22:07:07.221Z | Compiling internet-checksum v0.2.1 |
3026 | 2025-03-07T22:07:07.971Z | Compiling russh v0.45.0 |
3027 | 2025-03-07T22:07:11.929Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3028 | 2025-03-07T22:07:13.622Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3029 | 2025-03-07T22:07:14.281Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3030 | 2025-03-07T22:07:14.713Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3031 | 2025-03-07T22:07:15.319Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3032 | 2025-03-07T22:07:15.770Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3033 | 2025-03-07T22:07:16.374Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3034 | 2025-03-07T22:07:16.887Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3035 | 2025-03-07T22:07:18.439Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3036 | 2025-03-07T22:07:18.847Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3037 | 2025-03-07T22:07:19.073Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3038 | 2025-03-07T22:07:19.830Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3039 | 2025-03-07T22:07:20.196Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3040 | 2025-03-07T22:07:20.830Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3041 | 2025-03-07T22:07:21.623Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3042 | 2025-03-07T22:07:21.762Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3043 | 2025-03-07T22:07:22.683Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3044 | 2025-03-07T22:07:24.065Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3045 | 2025-03-07T22:07:24.121Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3046 | 2025-03-07T22:07:24.885Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3047 | 2025-03-07T22:07:25.343Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3048 | 2025-03-07T22:07:26.208Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3049 | 2025-03-07T22:07:28.958Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3050 | 2025-03-07T22:07:30.788Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3051 | 2025-03-07T22:07:30.920Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3052 | 2025-03-07T22:07:31.224Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3053 | 2025-03-07T22:07:31.889Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3054 | 2025-03-07T22:07:33.118Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3055 | 2025-03-07T22:07:38.181Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3056 | 2025-03-07T22:07:45.433Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3057 | 2025-03-07T22:07:47.736Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3058 | 2025-03-07T22:08:11.470Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3059 | 2025-03-07T22:08:34.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
3060 | 2025-03-07T22:08:34.473Z | |
3061 | 2025-03-07T22:08:34.475Z | real 2:25.955485782 |
3062 | 2025-03-07T22:08:34.475Z | user 12:17.133005119 |
3063 | 2025-03-07T22:08:34.475Z | sys 1:38.703269735 |
3064 | 2025-03-07T22:08:34.475Z | trap 0.380494896 |
3065 | 2025-03-07T22:08:34.475Z | tflt 0.364447583 |
3066 | 2025-03-07T22:08:34.475Z | dflt 0.740971644 |
3067 | 2025-03-07T22:08:34.475Z | kflt 0.000057688 |
3068 | 2025-03-07T22:08:34.475Z | lock 22:47.066452257 |
3069 | 2025-03-07T22:08:34.476Z | slp 42:51.779065000 |
3070 | 2025-03-07T22:08:34.476Z | lat 39.598243007 |
3071 | 2025-03-07T22:08:34.476Z | stop 1:42.087527549 |
3072 | 2025-03-07T22:08:34.476Z | + mkdir tests |
3073 | 2025-03-07T22:08:34.479Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
3074 | 2025-03-07T22:08:34.479Z | + xargs -I '{}' -t cp '{}' tests/ |
3075 | 2025-03-07T22:08:34.520Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-47d80fd051dfa828 tests/ |
3076 | 2025-03-07T22:08:34.547Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c857f4a4d0fd63d0 tests/ |
3077 | 2025-03-07T22:08:34.574Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-8f3d4bf33265b997 tests/ |
3078 | 2025-03-07T22:08:34.600Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7b386e7280725428 tests/ |
3079 | 2025-03-07T22:08:34.886Z | + 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/*) |
3080 | 2025-03-07T22:08:34.889Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-c857f4a4d0fd63d0 tests/commtest-8f3d4bf33265b997 tests/dhcp_server-47d80fd051dfa828 tests/end_to_end_tests-7b386e7280725428 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
3081 | 2025-03-07T22:09:51.951Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
3082 | 2025-03-07T22:09:51.951Z | a .github/buildomat/ci-env.sh 1K |
3083 | 2025-03-07T22:09:51.951Z | a out/target/test 1K |
3084 | 2025-03-07T22:09:51.951Z | a out/npuzone/npuzone 23144K |
3085 | 2025-03-07T22:09:51.951Z | a package-manifest.toml 33K |
3086 | 2025-03-07T22:09:51.951Z | a smf/sled-agent/non-gimlet/config.toml 4K |
3087 | 2025-03-07T22:09:51.951Z | a target/release/omicron-package 38784K |
3088 | 2025-03-07T22:09:51.951Z | a target/release/xtask 10839K |
3089 | 2025-03-07T22:09:51.951Z | a target/debug/bootstrap 215289K |
3090 | 2025-03-07T22:09:51.951Z | a tests/bootstrap-c857f4a4d0fd63d0 24083K |
3091 | 2025-03-07T22:09:51.951Z | a tests/commtest-8f3d4bf33265b997 24909K |
3092 | 2025-03-07T22:09:51.951Z | a tests/dhcp_server-47d80fd051dfa828 24083K |
3093 | 2025-03-07T22:09:51.951Z | a tests/end_to_end_tests-7b386e7280725428 274566K |
3094 | 2025-03-07T22:09:51.951Z | a out/clickhouse.tar.gz 305557K |
3095 | 2025-03-07T22:09:51.951Z | a out/clickhouse_keeper.tar.gz 291424K |
3096 | 2025-03-07T22:09:51.951Z | a out/clickhouse_server.tar.gz 305551K |
3097 | 2025-03-07T22:09:51.951Z | a out/cockroachdb.tar.gz 143759K |
3098 | 2025-03-07T22:09:51.951Z | a out/crucible-dtrace.tar 98K |
3099 | 2025-03-07T22:09:51.951Z | a out/crucible-pantry-zone.tar.gz 32452K |
3100 | 2025-03-07T22:09:51.951Z | a out/crucible-zone.tar.gz 40833K |
3101 | 2025-03-07T22:09:51.951Z | a out/external-dns.tar.gz 45219K |
3102 | 2025-03-07T22:09:51.951Z | a out/internal-dns.tar.gz 45219K |
3103 | 2025-03-07T22:09:51.951Z | a out/mg-ddm-gz.tar 63075K |
3104 | 2025-03-07T22:09:51.951Z | a out/nexus.tar.gz 112025K |
3105 | 2025-03-07T22:09:51.951Z | a out/ntp.tar.gz 14402K |
3106 | 2025-03-07T22:09:51.951Z | a out/omicron-gateway-softnpu.tar.gz 25009K |
3107 | 2025-03-07T22:09:51.951Z | a out/omicron-sled-agent.tar 123604K |
3108 | 2025-03-07T22:09:51.951Z | a out/overlay.tar.gz 3K |
3109 | 2025-03-07T22:09:51.951Z | a out/oximeter.tar.gz 55156K |
3110 | 2025-03-07T22:09:51.951Z | a out/oxlog.tar 3144K |
3111 | 2025-03-07T22:09:51.952Z | a out/probe.tar.gz 2764K |
3112 | 2025-03-07T22:09:51.952Z | a out/propolis-server.tar.gz 67599K |
3113 | 2025-03-07T22:09:51.952Z | a out/pumpkind-gz.tar 26665K |
3114 | 2025-03-07T22:09:51.952Z | a out/switch-softnpu.tar.gz 267759K |
3115 | 2025-03-07T22:09:51.955Z | |
3116 | 2025-03-07T22:09:51.955Z | real 1:17.054085201 |
3117 | 2025-03-07T22:09:51.955Z | user 1:13.454912402 |
3118 | 2025-03-07T22:09:51.955Z | sys 5.108954292 |
3119 | 2025-03-07T22:09:51.955Z | trap 0.020428960 |
3120 | 2025-03-07T22:09:51.955Z | tflt 0.000000000 |
3121 | 2025-03-07T22:09:51.955Z | dflt 0.000000000 |
3122 | 2025-03-07T22:09:51.955Z | kflt 0.000000000 |
3123 | 2025-03-07T22:09:51.955Z | lock 0.000000000 |
3124 | 2025-03-07T22:09:51.955Z | slp 1:13.252244803 |
3125 | 2025-03-07T22:09:51.955Z | lat 2.267119787 |
3126 | 2025-03-07T22:09:51.955Z | stop 0.000216998 |
3127 | 2025-03-07T22:09:51.955Z | process exited: duration 2121292 ms, exit code 0 |
|
3128 | 2025-03-07T22:09:51.971Z | found 1 output files |
3129 | 2025-03-07T22:09:51.971Z | uploading: /work/package.tar.gz (2031441447 bytes) |
3130 | 2025-03-07T22:10:40.413Z | uploaded: /work/package.tar.gz |