|
|
|
1 | 2025-02-06T04:23:26.374Z | job assigned to worker 01JKCQXSHN19VDFQJ36N6VANT1 [factory aws, i-00044487a061d47e3] (queued for 47 s) |
|
2 | 2025-02-06T04:23:34.098Z | starting task 0: "setup" |
3 | 2025-02-06T04:23:34.103Z | ++ uname -s |
4 | 2025-02-06T04:23:34.106Z | + kern=SunOS |
5 | 2025-02-06T04:23:34.106Z | + build_user=build |
6 | 2025-02-06T04:23:34.106Z | + build_uid=12345 |
7 | 2025-02-06T04:23:34.106Z | + work_dir=/work |
8 | 2025-02-06T04:23:34.106Z | + input_dir=/input |
9 | 2025-02-06T04:23:34.106Z | + [[ 0 == 12345 ]] |
10 | 2025-02-06T04:23:34.106Z | + case "$kern" in |
11 | 2025-02-06T04:23:34.106Z | + groupadd -g 12345 build |
12 | 2025-02-06T04:23:34.109Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-06T04:23:36.116Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-06T04:23:36.234Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-06T04:23:36.236Z | + home_fs=zfs |
16 | 2025-02-06T04:23:36.236Z | + [[ zfs == autofs ]] |
17 | 2025-02-06T04:23:36.237Z | + mkdir -p /home/build |
18 | 2025-02-06T04:23:36.239Z | + chown build:build /home/build /work |
19 | 2025-02-06T04:23:38.241Z | + chmod 0700 /home/build /work |
20 | 2025-02-06T04:23:38.244Z | process exited: duration 4147 ms, exit code 0 |
|
21 | 2025-02-06T04:23:38.250Z | starting task 1: "rust-toolchain" |
22 | 2025-02-06T04:23:38.255Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.1 |
23 | 2025-02-06T04:23:38.255Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-02-06T04:23:38.255Z | * rust toolchain channel = "1.84.1" |
25 | 2025-02-06T04:23:38.255Z | * rust toolchain profile = "default" |
26 | 2025-02-06T04:23:38.258Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-06T04:23:38.258Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-06T04:23:38.258Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-06T04:23:38.258Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default |
30 | 2025-02-06T04:23:38.401Z | info: downloading installer |
31 | 2025-02-06T04:23:39.436Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-06T04:23:39.436Z | warning: /opt/ooce/bin |
33 | 2025-02-06T04:23:39.436Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-06T04:23:39.436Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-06T04:23:39.436Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-06T04:23:39.436Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-06T04:23:39.436Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-06T04:23:39.436Z | error: cannot install while Rust is installed |
39 | 2025-02-06T04:23:39.436Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-06T04:23:39.447Z | info: profile set to 'default' |
41 | 2025-02-06T04:23:39.448Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-06T04:23:39.451Z | info: syncing channel updates for '1.84.1-x86_64-unknown-illumos' |
43 | 2025-02-06T04:23:39.577Z | info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) |
44 | 2025-02-06T04:23:39.577Z | info: downloading component 'cargo' |
45 | 2025-02-06T04:23:40.467Z | info: downloading component 'clippy' |
46 | 2025-02-06T04:23:40.949Z | info: downloading component 'rust-docs' |
47 | 2025-02-06T04:23:41.796Z | info: downloading component 'rust-std' |
48 | 2025-02-06T04:23:43.431Z | info: downloading component 'rustc' |
49 | 2025-02-06T04:23:48.479Z | info: downloading component 'rustfmt' |
50 | 2025-02-06T04:23:48.891Z | info: installing component 'cargo' |
51 | 2025-02-06T04:23:49.730Z | info: installing component 'clippy' |
52 | 2025-02-06T04:23:50.115Z | info: installing component 'rust-docs' |
53 | 2025-02-06T04:23:51.824Z | info: installing component 'rust-std' |
54 | 2025-02-06T04:23:53.685Z | info: installing component 'rustc' |
55 | 2025-02-06T04:23:59.854Z | info: installing component 'rustfmt' |
56 | 2025-02-06T04:24:00.190Z | info: default toolchain set to '1.84.1-x86_64-unknown-illumos' |
57 | 2025-02-06T04:24:00.191Z | |
58 | 2025-02-06T04:24:00.584Z | 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27) |
59 | 2025-02-06T04:24:00.584Z | |
60 | 2025-02-06T04:24:00.587Z | |
61 | 2025-02-06T04:24:00.587Z | Rust is installed now. Great! |
62 | 2025-02-06T04:24:00.587Z | |
63 | 2025-02-06T04:24:00.587Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-06T04:24:00.587Z | environment variable. This has not been done automatically. |
65 | 2025-02-06T04:24:00.587Z | |
66 | 2025-02-06T04:24:00.587Z | To configure your current shell, you need to source |
67 | 2025-02-06T04:24:00.587Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-06T04:24:00.587Z | |
69 | 2025-02-06T04:24:00.587Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-06T04:24:00.587Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-06T04:24:00.587Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-06T04:24:00.669Z | + rustup --version |
73 | 2025-02-06T04:24:00.677Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-06T04:24:00.677Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-06T04:24:00.757Z | info: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)` |
76 | 2025-02-06T04:24:00.761Z | + cargo --version |
77 | 2025-02-06T04:24:00.823Z | cargo 1.84.1 (66221abde 2024-11-19) |
78 | 2025-02-06T04:24:00.826Z | + rustc --version |
79 | 2025-02-06T04:24:00.890Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
80 | 2025-02-06T04:24:00.893Z | process exited: duration 22640 ms, exit code 0 |
|
81 | 2025-02-06T04:24:00.899Z | starting task 2: "authentication" |
82 | 2025-02-06T04:24:00.922Z | process exited: duration 22 ms, exit code 0 |
|
83 | 2025-02-06T04:24:00.927Z | starting task 3: "clone repository" |
84 | 2025-02-06T04:24:00.933Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-06T04:24:00.935Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-06T04:24:00.972Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-06T04:24:07.891Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-06T04:24:07.895Z | + git fetch origin ba446e289b5681614ace91f71690a5886211ba5d |
89 | 2025-02-06T04:24:08.186Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-06T04:24:08.186Z | * branch ba446e289b5681614ace91f71690a5886211ba5d -> FETCH_HEAD |
91 | 2025-02-06T04:24:08.198Z | + [[ -n renovate/guppy-0.x ]] |
92 | 2025-02-06T04:24:08.200Z | ++ git branch --show-current |
93 | 2025-02-06T04:24:08.203Z | + current=main |
94 | 2025-02-06T04:24:08.203Z | + [[ main != renovate/guppy-0.x ]] |
95 | 2025-02-06T04:24:08.203Z | + git branch -f renovate/guppy-0.x ba446e289b5681614ace91f71690a5886211ba5d |
96 | 2025-02-06T04:24:08.206Z | + git checkout -f renovate/guppy-0.x |
97 | 2025-02-06T04:24:08.391Z | Switched to branch 'renovate/guppy-0.x' |
98 | 2025-02-06T04:24:08.394Z | + git reset --hard ba446e289b5681614ace91f71690a5886211ba5d |
99 | 2025-02-06T04:24:08.410Z | HEAD is now at ba446e289 Update Rust crate guppy to 0.17.12 |
100 | 2025-02-06T04:24:08.417Z | process exited: duration 7482 ms, exit code 0 |
|
101 | 2025-02-06T04:24:08.426Z | starting task 4: "build" |
102 | 2025-02-06T04:24:08.431Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-06T04:24:08.434Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-06T04:24:08.434Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-06T04:24:08.434Z | + cargo --version |
106 | 2025-02-06T04:24:08.485Z | cargo 1.84.1 (66221abde 2024-11-19) |
107 | 2025-02-06T04:24:08.488Z | + rustc --version |
108 | 2025-02-06T04:24:08.554Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
109 | 2025-02-06T04:24:08.558Z | + WORK=/work |
110 | 2025-02-06T04:24:08.558Z | + pfexec mkdir -p /work |
111 | 2025-02-06T04:24:08.562Z | + pfexec chown build /work |
112 | 2025-02-06T04:24:08.565Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
113 | 2025-02-06T04:24:10.228Z | pkg list: illegal option -- F |
114 | 2025-02-06T04:24:10.231Z | Usage: |
115 | 2025-02-06T04:24:10.231Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
116 | 2025-02-06T04:24:10.231Z | [pkg_fmri_pattern ...] |
117 | 2025-02-06T04:24:11.134Z | pkg list: illegal option -- F |
118 | 2025-02-06T04:24:11.134Z | Usage: |
119 | 2025-02-06T04:24:11.137Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-02-06T04:24:11.137Z | [pkg_fmri_pattern ...] |
121 | 2025-02-06T04:24:17.977Z | Startup: Refreshing catalog 'helios-dev' ... Done |
122 | 2025-02-06T04:24:22.173Z | Startup: Caching catalogs ... Done |
123 | 2025-02-06T04:24:34.449Z | Planning: Solver setup ... Done (11.324s) |
124 | 2025-02-06T04:24:34.600Z | Planning: Running solver ... Done (0.151s) |
125 | 2025-02-06T04:24:34.719Z | Planning: Finding local manifests ... Done (0.007s) |
126 | 2025-02-06T04:24:34.741Z | Planning: Fetching manifests: 0/7 0% complete |
127 | 2025-02-06T04:24:35.363Z | Planning: Fetching manifests: 7/7 100% complete |
128 | 2025-02-06T04:24:35.474Z | Planning: Package planning ... Done (0.111s) |
129 | 2025-02-06T04:24:35.532Z | Planning: Merging actions ... Done (0.058s) |
130 | 2025-02-06T04:24:35.732Z | Planning: Checking for conflicting actions ... Done (0.200s) |
131 | 2025-02-06T04:24:37.768Z | Planning: Consolidating action changes ... Done (2.035s) |
132 | 2025-02-06T04:24:38.213Z | Planning: Evaluating mediators ... Done (0.445s) |
133 | 2025-02-06T04:24:38.299Z | Planning: Planning completed in 16.02 seconds |
134 | 2025-02-06T04:24:38.316Z | Packages to install: 4 |
135 | 2025-02-06T04:24:38.316Z | Packages to update: 3 |
136 | 2025-02-06T04:24:38.316Z | Mediators to change: 2 |
137 | 2025-02-06T04:24:38.319Z | Services to change: 1 |
138 | 2025-02-06T04:24:38.319Z | Estimated space available: 155.61 GB |
139 | 2025-02-06T04:24:38.319Z | Estimated space to be consumed: 1.65 GB |
140 | 2025-02-06T04:24:38.319Z | Create boot environment: No |
141 | 2025-02-06T04:24:38.319Z | Create backup boot environment: Yes |
142 | 2025-02-06T04:24:38.320Z | Rebuild boot archive: No |
143 | 2025-02-06T04:24:38.320Z | |
144 | 2025-02-06T04:24:38.320Z | Changed mediators: |
145 | 2025-02-06T04:24:38.320Z | mediator clang: |
146 | 2025-02-06T04:24:38.320Z | version: None -> 15 (system default) |
147 | 2025-02-06T04:24:38.320Z | |
148 | 2025-02-06T04:24:38.320Z | mediator llvm: |
149 | 2025-02-06T04:24:38.320Z | version: 14 (system default) -> 15 (system default) |
150 | 2025-02-06T04:24:38.320Z | |
151 | 2025-02-06T04:24:38.320Z | Changed packages: |
152 | 2025-02-06T04:24:38.320Z | helios-dev |
153 | 2025-02-06T04:24:38.320Z | developer/build-essential |
154 | 2025-02-06T04:24:38.320Z | None -> 11-2.0 |
155 | 2025-02-06T04:24:38.320Z | library/libxmlsec1 |
156 | 2025-02-06T04:24:38.320Z | None -> 1.2.35-2.0 |
157 | 2025-02-06T04:24:38.320Z | ooce/developer/clang-15 |
158 | 2025-02-06T04:24:38.320Z | None -> 15.0.7-2.0 |
159 | 2025-02-06T04:24:38.320Z | ooce/developer/llvm-15 |
160 | 2025-02-06T04:24:38.320Z | None -> 15.0.7-2.0 |
161 | 2025-02-06T04:24:38.320Z | package/pkg |
162 | 2025-02-06T04:24:38.320Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
163 | 2025-02-06T04:24:38.320Z | system/library/g++-runtime |
164 | 2025-02-06T04:24:38.320Z | 13-2.0 -> 14-2.0 |
165 | 2025-02-06T04:24:38.320Z | system/library/gcc-runtime |
166 | 2025-02-06T04:24:38.320Z | 13-2.0 -> 14-2.0 |
167 | 2025-02-06T04:24:38.320Z | |
168 | 2025-02-06T04:24:38.320Z | Services: |
169 | 2025-02-06T04:24:38.320Z | restart_fmri: |
170 | 2025-02-06T04:24:38.320Z | svc:/system/update-man-index:default |
171 | 2025-02-06T04:24:38.320Z | |
172 | 2025-02-06T04:24:38.320Z | Editable files to change: |
173 | 2025-02-06T04:24:38.320Z | Update: |
174 | 2025-02-06T04:24:38.320Z | usr/share/lib/pkg/web/config.shtml |
175 | 2025-02-06T04:24:38.400Z | |
176 | 2025-02-06T04:24:38.400Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
177 | 2025-02-06T04:24:43.410Z | Download: 771/4301 items 18.6/225.4MB 8% complete (3.8M/s) |
178 | 2025-02-06T04:24:48.422Z | Download: 1195/4301 items 83.5/225.4MB 37% complete (9.2M/s) |
179 | 2025-02-06T04:24:53.423Z | Download: 1550/4301 items 113.2/225.4MB 50% complete (9.6M/s) |
180 | 2025-02-06T04:24:58.583Z | Download: 2223/4301 items 119.2/225.4MB 52% complete (3.6M/s) |
181 | 2025-02-06T04:25:03.594Z | Download: 3090/4301 items 122.5/225.4MB 54% complete (890k/s) |
182 | 2025-02-06T04:25:08.689Z | Download: 3244/4301 items 200.2/225.4MB 88% complete (8.1M/s) |
183 | 2025-02-06T04:25:13.692Z | Download: 3507/4301 items 215.5/225.4MB 95% complete (9.3M/s) |
184 | 2025-02-06T04:25:23.140Z | Download: 4207/4301 items 220.6/225.4MB 97% complete (5.7M/s) |
185 | 2025-02-06T04:25:24.654Z | Download: Completed 225.42 MB in 46.25 seconds (4.9M/s) |
186 | 2025-02-06T04:25:26.679Z | Actions: 1/5122 actions (Removing old actions) |
187 | 2025-02-06T04:25:26.701Z | Actions: 194/5122 actions (Installing new actions) |
188 | 2025-02-06T04:25:31.515Z | Actions: 4267/5122 actions (Updating modified actions) |
189 | 2025-02-06T04:25:31.876Z | Actions: Completed 5122 actions in 5.20 seconds. |
190 | 2025-02-06T04:25:32.115Z | Done (0.231s) |
191 | 2025-02-06T04:25:32.119Z | Done (0.001s) |
192 | 2025-02-06T04:25:32.752Z | Done (0.597s) |
193 | 2025-02-06T04:25:37.354Z | Done (4.410s) |
194 | 2025-02-06T04:25:37.452Z | Done (0.018s) |
195 | 2025-02-06T04:25:37.459Z | Done (0.000s) |
196 | 2025-02-06T04:25:37.622Z | Done (0.000s) |
197 | 2025-02-06T04:25:38.348Z | Planning: Evaluating mediator changes ... Done |
198 | 2025-02-06T04:25:38.513Z | Planning: Checking for conflicting actions ... Done |
199 | 2025-02-06T04:25:38.516Z | Planning: Consolidating action changes ... Done |
200 | 2025-02-06T04:25:38.787Z | Planning: Evaluating mediators ... Done |
201 | 2025-02-06T04:25:38.791Z | Planning: Planning completed in 0.44 seconds |
202 | 2025-02-06T04:25:38.842Z | Mediators to change: 2 |
203 | 2025-02-06T04:25:38.842Z | Create boot environment: No |
204 | 2025-02-06T04:25:38.845Z | Create backup boot environment: No |
205 | 2025-02-06T04:25:38.907Z | Done |
206 | 2025-02-06T04:25:38.908Z | Done |
207 | 2025-02-06T04:25:39.299Z | Done |
208 | 2025-02-06T04:25:43.296Z | Done |
209 | 2025-02-06T04:25:43.411Z | Done |
210 | 2025-02-06T04:25:43.411Z | Done |
211 | 2025-02-06T04:25:43.568Z | Done |
212 | 2025-02-06T04:25:44.063Z | Planning: Evaluating mediator changes ... Done |
213 | 2025-02-06T04:25:44.132Z | Planning: Merging actions ... Done |
214 | 2025-02-06T04:25:44.201Z | Planning: Checking for conflicting actions ... Done |
215 | 2025-02-06T04:25:44.719Z | Planning: Consolidating action changes ... Done |
216 | 2025-02-06T04:25:44.943Z | Planning: Evaluating mediators ... Done |
217 | 2025-02-06T04:25:44.944Z | Planning: Planning completed in 0.76 seconds |
218 | 2025-02-06T04:25:44.944Z | Packages to change: 1 |
219 | 2025-02-06T04:25:44.944Z | Mediators to change: 1 |
220 | 2025-02-06T04:25:44.944Z | Services to change: 1 |
221 | 2025-02-06T04:25:44.944Z | Create boot environment: No |
222 | 2025-02-06T04:25:44.944Z | Create backup boot environment: Yes |
223 | 2025-02-06T04:25:45.811Z | Actions: 1/6 actions (Updating modified actions) |
224 | 2025-02-06T04:25:45.876Z | Actions: Completed 6 actions in 0.00 seconds. |
225 | 2025-02-06T04:25:45.876Z | Done |
226 | 2025-02-06T04:25:45.876Z | Done |
227 | 2025-02-06T04:25:45.957Z | Done |
228 | 2025-02-06T04:25:49.718Z | Done |
229 | 2025-02-06T04:25:49.814Z | Done |
230 | 2025-02-06T04:25:49.817Z | Done |
231 | 2025-02-06T04:25:49.965Z | Done |
232 | 2025-02-06T04:25:50.412Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
233 | 2025-02-06T04:25:50.412Z | clang system 15 system |
234 | 2025-02-06T04:25:50.412Z | csh system system illumos |
235 | 2025-02-06T04:25:50.412Z | ctags system system illumos |
236 | 2025-02-06T04:25:50.412Z | gcc vendor 12 vendor |
237 | 2025-02-06T04:25:50.412Z | gcc system 10 system |
238 | 2025-02-06T04:25:50.412Z | gcc system 7 system |
239 | 2025-02-06T04:25:50.412Z | go system 1.20 system |
240 | 2025-02-06T04:25:50.412Z | go system 1.19 system |
241 | 2025-02-06T04:25:50.412Z | llvm system 15 system |
242 | 2025-02-06T04:25:50.412Z | llvm system 14 system |
243 | 2025-02-06T04:25:50.412Z | mariadb system 10.6 system |
244 | 2025-02-06T04:25:50.412Z | mta vendor vendor dma |
245 | 2025-02-06T04:25:50.412Z | openjdk system 17 system |
246 | 2025-02-06T04:25:50.412Z | openjdk system 11 system |
247 | 2025-02-06T04:25:50.412Z | openjdk system 1.8 system |
248 | 2025-02-06T04:25:50.412Z | openssl vendor 3 vendor |
249 | 2025-02-06T04:25:50.413Z | perl system 5.36 system |
250 | 2025-02-06T04:25:50.413Z | postgresql system 15 system |
251 | 2025-02-06T04:25:50.413Z | postgresql system 13 system |
252 | 2025-02-06T04:25:50.413Z | python vendor 3 vendor |
253 | 2025-02-06T04:25:50.413Z | python system 2 system |
254 | 2025-02-06T04:25:50.413Z | python3 system 3.11 system |
255 | 2025-02-06T04:25:50.413Z | ruby system 3.0 system |
256 | 2025-02-06T04:25:50.413Z | words vendor vendor american-english |
257 | 2025-02-06T04:25:50.413Z | words system system australian-english |
258 | 2025-02-06T04:25:50.413Z | words system system british-english |
259 | 2025-02-06T04:25:50.413Z | words system system canadian-english |
260 | 2025-02-06T04:25:50.414Z | words system system french |
261 | 2025-02-06T04:25:50.414Z | words system system italian |
262 | 2025-02-06T04:25:50.414Z | words system system ngerman |
263 | 2025-02-06T04:25:50.414Z | words system system ogerman |
264 | 2025-02-06T04:25:50.414Z | words system system spanish |
265 | 2025-02-06T04:25:50.757Z | PUBLISHER TYPE STATUS P LOCATION |
266 | 2025-02-06T04:25:50.757Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
267 | 2025-02-06T04:25:53.784Z | FMRI IFO |
268 | 2025-02-06T04:25:53.785Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
269 | 2025-02-06T04:25:53.785Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
270 | 2025-02-06T04:25:53.785Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
271 | 2025-02-06T04:25:53.786Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
272 | 2025-02-06T04:25:53.786Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
273 | 2025-02-06T04:25:53.786Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
274 | 2025-02-06T04:25:53.787Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
275 | 2025-02-06T04:25:53.787Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
276 | 2025-02-06T04:25:53.787Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
277 | 2025-02-06T04:25:53.787Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
278 | 2025-02-06T04:25:53.787Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
279 | 2025-02-06T04:25:53.787Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
280 | 2025-02-06T04:25:53.787Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
281 | 2025-02-06T04:25:53.787Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
282 | 2025-02-06T04:25:53.788Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
283 | 2025-02-06T04:25:54.600Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
284 | 2025-02-06T04:25:54.871Z | Updating crates.io index |
285 | 2025-02-06T04:25:54.909Z | Updating git repository `https://github.com/oxidecomputer/daft` |
286 | 2025-02-06T04:25:55.146Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
287 | 2025-02-06T04:25:55.642Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
288 | 2025-02-06T04:25:55.864Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
289 | 2025-02-06T04:25:56.145Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
290 | 2025-02-06T04:25:56.362Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
291 | 2025-02-06T04:25:57.373Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
292 | 2025-02-06T04:25:59.160Z | Updating git repository `https://github.com/oxidecomputer/opte` |
293 | 2025-02-06T04:25:59.823Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
294 | 2025-02-06T04:26:00.473Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
295 | 2025-02-06T04:26:00.757Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
296 | 2025-02-06T04:26:01.074Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
297 | 2025-02-06T04:26:01.613Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
298 | 2025-02-06T04:26:01.960Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
299 | 2025-02-06T04:26:02.277Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
300 | 2025-02-06T04:26:02.527Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
301 | 2025-02-06T04:26:02.798Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
302 | 2025-02-06T04:26:02.995Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
303 | 2025-02-06T04:26:03.290Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
304 | 2025-02-06T04:26:03.610Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
305 | 2025-02-06T04:26:03.955Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
306 | 2025-02-06T04:26:04.216Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
307 | 2025-02-06T04:26:04.488Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
308 | 2025-02-06T04:26:04.776Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
309 | 2025-02-06T04:26:05.255Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
310 | 2025-02-06T04:26:05.590Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
311 | 2025-02-06T04:26:05.948Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
312 | 2025-02-06T04:26:06.427Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
313 | 2025-02-06T04:26:06.745Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
314 | 2025-02-06T04:26:06.941Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
315 | 2025-02-06T04:26:07.189Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
316 | 2025-02-06T04:26:08.461Z | Downloading crates ... |
317 | 2025-02-06T04:26:08.740Z | Downloaded equivalent v1.0.1 |
318 | 2025-02-06T04:26:08.832Z | Downloaded usdt v0.5.0 |
319 | 2025-02-06T04:26:08.836Z | Downloaded cargo_metadata v0.18.1 |
320 | 2025-02-06T04:26:08.836Z | Downloaded errno v0.3.9 |
321 | 2025-02-06T04:26:08.843Z | Downloaded usdt-attr-macro v0.5.0 |
322 | 2025-02-06T04:26:08.847Z | Downloaded cargo-platform v0.1.8 |
323 | 2025-02-06T04:26:08.847Z | Downloaded anstyle-parse v0.2.5 |
324 | 2025-02-06T04:26:08.851Z | Downloaded pretty-hex v0.4.1 |
325 | 2025-02-06T04:26:08.855Z | Downloaded crypto-common v0.1.6 |
326 | 2025-02-06T04:26:08.855Z | Downloaded thiserror v1.0.69 |
327 | 2025-02-06T04:26:08.859Z | Downloaded terminal_size v0.4.0 |
328 | 2025-02-06T04:26:08.862Z | Downloaded cpufeatures v0.2.14 |
329 | 2025-02-06T04:26:08.862Z | Downloaded cfg-if v1.0.0 |
330 | 2025-02-06T04:26:08.862Z | Downloaded anstyle v1.0.10 |
331 | 2025-02-06T04:26:08.866Z | Downloaded itoa v1.0.11 |
332 | 2025-02-06T04:26:08.866Z | Downloaded usdt-impl v0.5.0 |
333 | 2025-02-06T04:26:08.866Z | Downloaded toml_datetime v0.6.8 |
334 | 2025-02-06T04:26:08.870Z | Downloaded thiserror-impl v1.0.69 |
335 | 2025-02-06T04:26:08.870Z | Downloaded strsim v0.11.1 |
336 | 2025-02-06T04:26:08.870Z | Downloaded colorchoice v1.0.2 |
337 | 2025-02-06T04:26:08.874Z | Downloaded anstyle-query v1.1.1 |
338 | 2025-02-06T04:26:08.879Z | Downloaded unicode-linebreak v0.1.5 |
339 | 2025-02-06T04:26:08.883Z | Downloaded heck v0.5.0 |
340 | 2025-02-06T04:26:08.896Z | Downloaded cargo_toml v0.20.5 |
341 | 2025-02-06T04:26:08.900Z | Downloaded memmap v0.7.0 |
342 | 2025-02-06T04:26:08.900Z | Downloaded macaddr v1.0.1 |
343 | 2025-02-06T04:26:08.900Z | Downloaded block-buffer v0.10.4 |
344 | 2025-02-06T04:26:08.904Z | Downloaded byteorder v1.5.0 |
345 | 2025-02-06T04:26:08.908Z | Downloaded pest_derive v2.7.14 |
346 | 2025-02-06T04:26:08.913Z | Downloaded once_cell v1.20.2 |
347 | 2025-02-06T04:26:08.917Z | Downloaded tempfile v3.13.0 |
348 | 2025-02-06T04:26:08.922Z | Downloaded camino v1.1.9 |
349 | 2025-02-06T04:26:08.922Z | Downloaded sha2 v0.10.8 |
350 | 2025-02-06T04:26:08.926Z | Downloaded smawk v0.3.2 |
351 | 2025-02-06T04:26:08.926Z | Downloaded semver v1.0.24 |
352 | 2025-02-06T04:26:08.926Z | Downloaded anyhow v1.0.95 |
353 | 2025-02-06T04:26:08.929Z | Downloaded dof v0.3.0 |
354 | 2025-02-06T04:26:08.932Z | Downloaded typenum v1.17.0 |
355 | 2025-02-06T04:26:08.936Z | Downloaded textwrap v0.16.1 |
356 | 2025-02-06T04:26:08.936Z | Downloaded clap_derive v4.5.24 |
357 | 2025-02-06T04:26:08.939Z | Downloaded unicode-ident v1.0.14 |
358 | 2025-02-06T04:26:08.943Z | Downloaded ryu v1.0.18 |
359 | 2025-02-06T04:26:08.946Z | Downloaded papergrid v0.11.0 |
360 | 2025-02-06T04:26:08.951Z | Downloaded proc-macro2 v1.0.92 |
361 | 2025-02-06T04:26:08.955Z | Downloaded indexmap v2.7.1 |
362 | 2025-02-06T04:26:08.959Z | Downloaded bitflags v2.6.0 |
363 | 2025-02-06T04:26:08.963Z | Downloaded proc-macro-error v1.0.4 |
364 | 2025-02-06T04:26:08.968Z | Downloaded log v0.4.22 |
365 | 2025-02-06T04:26:08.973Z | Downloaded toml_edit v0.22.22 |
366 | 2025-02-06T04:26:08.995Z | Downloaded swrite v0.1.0 |
367 | 2025-02-06T04:26:09.022Z | Downloaded dtrace-parser v0.2.0 |
368 | 2025-02-06T04:26:09.025Z | Downloaded tabled_derive v0.7.0 |
369 | 2025-02-06T04:26:09.035Z | Downloaded usdt-macro v0.5.0 |
370 | 2025-02-06T04:26:09.039Z | Downloaded serde_tokenstream v0.2.2 |
371 | 2025-02-06T04:26:09.039Z | Downloaded serde_spanned v0.6.8 |
372 | 2025-02-06T04:26:09.039Z | Downloaded plain v0.2.3 |
373 | 2025-02-06T04:26:09.039Z | Downloaded heck v0.4.1 |
374 | 2025-02-06T04:26:09.039Z | Downloaded fastrand v2.1.1 |
375 | 2025-02-06T04:26:09.056Z | Downloaded is_terminal_polyfill v1.70.1 |
376 | 2025-02-06T04:26:09.059Z | Downloaded version_check v0.9.5 |
377 | 2025-02-06T04:26:09.059Z | Downloaded utf8parse v0.2.2 |
378 | 2025-02-06T04:26:09.063Z | Downloaded scroll_derive v0.12.0 |
379 | 2025-02-06T04:26:09.063Z | Downloaded clap_lex v0.7.4 |
380 | 2025-02-06T04:26:09.063Z | Downloaded fnv v1.0.7 |
381 | 2025-02-06T04:26:09.068Z | Downloaded proc-macro-error-attr v1.0.4 |
382 | 2025-02-06T04:26:09.075Z | Downloaded generic-array v0.14.7 |
383 | 2025-02-06T04:26:09.075Z | Downloaded bytecount v0.6.8 |
384 | 2025-02-06T04:26:09.080Z | Downloaded thread-id v4.2.2 |
385 | 2025-02-06T04:26:09.080Z | Downloaded pest_generator v2.7.14 |
386 | 2025-02-06T04:26:09.080Z | Downloaded fs-err v2.11.0 |
387 | 2025-02-06T04:26:09.083Z | Downloaded scroll v0.12.0 |
388 | 2025-02-06T04:26:09.086Z | Downloaded zerocopy v0.7.35 |
389 | 2025-02-06T04:26:09.100Z | Downloaded quote v1.0.38 |
390 | 2025-02-06T04:26:09.103Z | Downloaded zerocopy-derive v0.7.35 |
391 | 2025-02-06T04:26:09.107Z | Downloaded pest_meta v2.7.14 |
392 | 2025-02-06T04:26:09.111Z | Downloaded camino-tempfile v1.1.1 |
393 | 2025-02-06T04:26:09.114Z | Downloaded ucd-trie v0.1.7 |
394 | 2025-02-06T04:26:09.114Z | Downloaded clap v4.5.27 |
395 | 2025-02-06T04:26:09.120Z | Downloaded serde_derive v1.0.217 |
396 | 2025-02-06T04:26:09.124Z | Downloaded toml v0.8.19 |
397 | 2025-02-06T04:26:09.128Z | Downloaded anstream v0.6.15 |
398 | 2025-02-06T04:26:09.133Z | Downloaded autocfg v1.4.0 |
399 | 2025-02-06T04:26:09.133Z | Downloaded clap_builder v4.5.27 |
400 | 2025-02-06T04:26:09.138Z | Downloaded serde_json v1.0.135 |
401 | 2025-02-06T04:26:09.145Z | Downloaded serde v1.0.217 |
402 | 2025-02-06T04:26:09.149Z | Downloaded hashbrown v0.15.1 |
403 | 2025-02-06T04:26:09.153Z | Downloaded tabled v0.15.0 |
404 | 2025-02-06T04:26:09.168Z | Downloaded memchr v2.7.4 |
405 | 2025-02-06T04:26:09.175Z | Downloaded pest v2.7.14 |
406 | 2025-02-06T04:26:09.179Z | Downloaded digest v0.10.7 |
407 | 2025-02-06T04:26:09.195Z | Downloaded winnow v0.6.20 |
408 | 2025-02-06T04:26:09.203Z | Downloaded unicode-width v0.1.14 |
409 | 2025-02-06T04:26:09.209Z | Downloaded goblin v0.8.2 |
410 | 2025-02-06T04:26:09.214Z | Downloaded syn v2.0.96 |
411 | 2025-02-06T04:26:09.226Z | Downloaded syn v1.0.109 |
412 | 2025-02-06T04:26:09.236Z | Downloaded rustix v0.38.37 |
413 | 2025-02-06T04:26:09.278Z | Downloaded libc v0.2.169 |
414 | 2025-02-06T04:26:09.596Z | Compiling proc-macro2 v1.0.92 |
415 | 2025-02-06T04:26:09.596Z | Compiling unicode-ident v1.0.14 |
416 | 2025-02-06T04:26:09.599Z | Compiling version_check v0.9.5 |
417 | 2025-02-06T04:26:09.599Z | Compiling serde v1.0.217 |
418 | 2025-02-06T04:26:09.599Z | Compiling thiserror v1.0.69 |
419 | 2025-02-06T04:26:09.600Z | Compiling memchr v2.7.4 |
420 | 2025-02-06T04:26:09.600Z | Compiling libc v0.2.169 |
421 | 2025-02-06T04:26:09.600Z | Compiling ucd-trie v0.1.7 |
422 | 2025-02-06T04:26:09.931Z | Compiling ryu v1.0.18 |
423 | 2025-02-06T04:26:10.373Z | Compiling itoa v1.0.11 |
424 | 2025-02-06T04:26:10.448Z | Compiling once_cell v1.20.2 |
425 | 2025-02-06T04:26:10.477Z | Compiling byteorder v1.5.0 |
426 | 2025-02-06T04:26:10.604Z | Compiling rustix v0.38.37 |
427 | 2025-02-06T04:26:10.660Z | Compiling serde_json v1.0.135 |
428 | 2025-02-06T04:26:11.012Z | Compiling bitflags v2.6.0 |
429 | 2025-02-06T04:26:11.038Z | Compiling proc-macro-error-attr v1.0.4 |
430 | 2025-02-06T04:26:11.277Z | Compiling usdt-impl v0.5.0 |
431 | 2025-02-06T04:26:11.330Z | Compiling syn v1.0.109 |
432 | 2025-02-06T04:26:11.454Z | Compiling proc-macro-error v1.0.4 |
433 | 2025-02-06T04:26:11.486Z | Compiling quote v1.0.38 |
434 | 2025-02-06T04:26:11.489Z | Compiling hashbrown v0.15.1 |
435 | 2025-02-06T04:26:11.770Z | Compiling errno v0.3.9 |
436 | 2025-02-06T04:26:11.798Z | Compiling log v0.4.22 |
437 | 2025-02-06T04:26:11.901Z | Compiling syn v2.0.96 |
438 | 2025-02-06T04:26:12.040Z | Compiling plain v0.2.3 |
439 | 2025-02-06T04:26:12.139Z | Compiling equivalent v1.0.1 |
440 | 2025-02-06T04:26:12.173Z | Compiling utf8parse v0.2.2 |
441 | 2025-02-06T04:26:12.203Z | Compiling camino v1.1.9 |
442 | 2025-02-06T04:26:12.226Z | Compiling thread-id v4.2.2 |
443 | 2025-02-06T04:26:12.353Z | Compiling anstyle-parse v0.2.5 |
444 | 2025-02-06T04:26:12.664Z | Compiling indexmap v2.7.1 |
445 | 2025-02-06T04:26:12.697Z | Compiling winnow v0.6.20 |
446 | 2025-02-06T04:26:12.892Z | Compiling autocfg v1.4.0 |
447 | 2025-02-06T04:26:12.923Z | Compiling semver v1.0.24 |
448 | 2025-02-06T04:26:13.072Z | Compiling unicode-width v0.1.14 |
449 | 2025-02-06T04:26:13.480Z | Compiling is_terminal_polyfill v1.70.1 |
450 | 2025-02-06T04:26:13.637Z | Compiling pretty-hex v0.4.1 |
451 | 2025-02-06T04:26:13.663Z | Compiling anstyle v1.0.10 |
452 | 2025-02-06T04:26:13.884Z | Compiling anstyle-query v1.1.1 |
453 | 2025-02-06T04:26:13.931Z | Compiling colorchoice v1.0.2 |
454 | 2025-02-06T04:26:13.961Z | Compiling fs-err v2.11.0 |
455 | 2025-02-06T04:26:14.064Z | Compiling terminal_size v0.4.0 |
456 | 2025-02-06T04:26:14.118Z | Compiling anstream v0.6.15 |
457 | 2025-02-06T04:26:14.294Z | Compiling strsim v0.11.1 |
458 | 2025-02-06T04:26:14.403Z | Compiling anyhow v1.0.95 |
459 | 2025-02-06T04:26:14.609Z | Compiling cfg-if v1.0.0 |
460 | 2025-02-06T04:26:14.773Z | Compiling fastrand v2.1.1 |
461 | 2025-02-06T04:26:14.805Z | Compiling clap_lex v0.7.4 |
462 | 2025-02-06T04:26:14.840Z | Compiling fnv v1.0.7 |
463 | 2025-02-06T04:26:15.085Z | Compiling heck v0.4.1 |
464 | 2025-02-06T04:26:15.158Z | Compiling bytecount v0.6.8 |
465 | 2025-02-06T04:26:15.318Z | Compiling heck v0.5.0 |
466 | 2025-02-06T04:26:15.353Z | Compiling papergrid v0.11.0 |
467 | 2025-02-06T04:26:15.359Z | Compiling tempfile v3.13.0 |
468 | 2025-02-06T04:26:15.506Z | Compiling clap_builder v4.5.27 |
469 | 2025-02-06T04:26:16.020Z | Compiling memmap v0.7.0 |
470 | 2025-02-06T04:26:16.060Z | Compiling smawk v0.3.2 |
471 | 2025-02-06T04:26:16.096Z | Compiling unicode-linebreak v0.1.5 |
472 | 2025-02-06T04:26:16.383Z | Compiling swrite v0.1.0 |
473 | 2025-02-06T04:26:16.523Z | Compiling textwrap v0.16.1 |
474 | 2025-02-06T04:26:17.324Z | Compiling tabled_derive v0.7.0 |
475 | 2025-02-06T04:26:18.939Z | Compiling serde_derive v1.0.217 |
476 | 2025-02-06T04:26:18.939Z | Compiling thiserror-impl v1.0.69 |
477 | 2025-02-06T04:26:18.944Z | Compiling zerocopy-derive v0.7.35 |
478 | 2025-02-06T04:26:18.944Z | Compiling scroll_derive v0.12.0 |
479 | 2025-02-06T04:26:18.944Z | Compiling clap_derive v4.5.24 |
480 | 2025-02-06T04:26:19.112Z | Compiling tabled v0.15.0 |
481 | 2025-02-06T04:26:20.530Z | Compiling scroll v0.12.0 |
482 | 2025-02-06T04:26:21.064Z | Compiling zerocopy v0.7.35 |
483 | 2025-02-06T04:26:21.175Z | Compiling goblin v0.8.2 |
484 | 2025-02-06T04:26:22.111Z | Compiling pest v2.7.14 |
485 | 2025-02-06T04:26:22.579Z | Compiling clap v4.5.27 |
486 | 2025-02-06T04:26:24.262Z | Compiling pest_meta v2.7.14 |
487 | 2025-02-06T04:26:25.286Z | Compiling pest_generator v2.7.14 |
488 | 2025-02-06T04:26:26.734Z | Compiling pest_derive v2.7.14 |
489 | 2025-02-06T04:26:27.395Z | Compiling dtrace-parser v0.2.0 |
490 | 2025-02-06T04:26:28.160Z | Compiling serde_spanned v0.6.8 |
491 | 2025-02-06T04:26:28.163Z | Compiling toml_datetime v0.6.8 |
492 | 2025-02-06T04:26:28.475Z | Compiling serde_tokenstream v0.2.2 |
493 | 2025-02-06T04:26:28.505Z | Compiling toml_edit v0.22.22 |
494 | 2025-02-06T04:26:28.547Z | Compiling cargo-platform v0.1.8 |
495 | 2025-02-06T04:26:28.686Z | Compiling macaddr v1.0.1 |
496 | 2025-02-06T04:26:28.913Z | Compiling camino-tempfile v1.1.1 |
497 | 2025-02-06T04:26:29.551Z | Compiling dof v0.3.0 |
498 | 2025-02-06T04:26:29.551Z | Compiling cargo_metadata v0.18.1 |
499 | 2025-02-06T04:26:31.203Z | Compiling usdt-attr-macro v0.5.0 |
500 | 2025-02-06T04:26:31.204Z | Compiling usdt-macro v0.5.0 |
501 | 2025-02-06T04:26:31.524Z | Compiling toml v0.8.19 |
502 | 2025-02-06T04:26:32.431Z | Compiling cargo_toml v0.20.5 |
503 | 2025-02-06T04:26:32.457Z | Compiling usdt v0.5.0 |
504 | 2025-02-06T04:26:35.222Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
505 | 2025-02-06T04:26:38.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.22s |
506 | 2025-02-06T04:26:38.828Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
507 | 2025-02-06T04:26:39.386Z | Downloading crates ... |
508 | 2025-02-06T04:26:39.509Z | Downloaded addr2line v0.24.2 |
509 | 2025-02-06T04:26:39.527Z | Downloaded cfg_aliases v0.1.1 |
510 | 2025-02-06T04:26:39.528Z | Downloaded bit-set v0.5.3 |
511 | 2025-02-06T04:26:39.528Z | Downloaded async-stream v0.3.6 |
512 | 2025-02-06T04:26:39.567Z | Downloaded httpdate v1.0.3 |
513 | 2025-02-06T04:26:39.567Z | Downloaded httparse v1.9.5 |
514 | 2025-02-06T04:26:39.609Z | Downloaded instant v0.1.13 |
515 | 2025-02-06T04:26:39.610Z | Downloaded http v1.2.0 |
516 | 2025-02-06T04:26:39.610Z | Downloaded ciborium-io v0.2.2 |
517 | 2025-02-06T04:26:39.610Z | Downloaded crunchy v0.2.2 |
518 | 2025-02-06T04:26:39.610Z | Downloaded hmac v0.12.1 |
519 | 2025-02-06T04:26:39.610Z | Downloaded atomicwrites v0.4.4 |
520 | 2025-02-06T04:26:39.610Z | Downloaded match_cfg v0.1.0 |
521 | 2025-02-06T04:26:39.610Z | Downloaded md5 v0.7.0 |
522 | 2025-02-06T04:26:39.611Z | Downloaded crucible-workspace-hack v0.1.0 |
523 | 2025-02-06T04:26:39.611Z | Downloaded http-range v0.1.5 |
524 | 2025-02-06T04:26:39.611Z | Downloaded ident_case v1.0.1 |
525 | 2025-02-06T04:26:39.611Z | Downloaded atty v0.2.14 |
526 | 2025-02-06T04:26:39.611Z | Downloaded new_debug_unreachable v1.0.6 |
527 | 2025-02-06T04:26:39.611Z | Downloaded mime v0.3.17 |
528 | 2025-02-06T04:26:39.612Z | Downloaded hyper-tls v0.6.0 |
529 | 2025-02-06T04:26:39.612Z | Downloaded linear-map v1.2.0 |
530 | 2025-02-06T04:26:39.662Z | Downloaded home v0.5.9 |
531 | 2025-02-06T04:26:39.662Z | Downloaded lazy_static v1.5.0 |
532 | 2025-02-06T04:26:39.662Z | Downloaded lru-cache v0.1.2 |
533 | 2025-02-06T04:26:39.663Z | Downloaded keccak v0.1.5 |
534 | 2025-02-06T04:26:39.663Z | Downloaded crossbeam-deque v0.8.5 |
535 | 2025-02-06T04:26:39.663Z | Downloaded cstr-argument v0.1.2 |
536 | 2025-02-06T04:26:39.663Z | Downloaded clang-sys v1.8.1 |
537 | 2025-02-06T04:26:39.663Z | Downloaded async-stream-impl v0.3.6 |
538 | 2025-02-06T04:26:39.663Z | Downloaded crc v3.2.1 |
539 | 2025-02-06T04:26:39.663Z | Downloaded is_ci v1.2.0 |
540 | 2025-02-06T04:26:39.663Z | Downloaded icu_provider_macros v1.5.0 |
541 | 2025-02-06T04:26:39.663Z | Downloaded const_format_proc_macros v0.2.34 |
542 | 2025-02-06T04:26:39.664Z | Downloaded cfg_aliases v0.2.1 |
543 | 2025-02-06T04:26:39.664Z | Downloaded mockall v0.13.0 |
544 | 2025-02-06T04:26:39.664Z | Downloaded hostname v0.4.0 |
545 | 2025-02-06T04:26:39.664Z | Downloaded md-5 v0.10.6 |
546 | 2025-02-06T04:26:39.664Z | Downloaded bb8 v0.8.5 |
547 | 2025-02-06T04:26:39.664Z | Downloaded idna_adapter v1.2.0 |
548 | 2025-02-06T04:26:39.664Z | Downloaded bit-vec v0.6.3 |
549 | 2025-02-06T04:26:39.664Z | Downloaded humantime v2.1.0 |
550 | 2025-02-06T04:26:39.664Z | Downloaded managed v0.8.0 |
551 | 2025-02-06T04:26:39.665Z | Downloaded hostname v0.3.1 |
552 | 2025-02-06T04:26:39.665Z | Downloaded maplit v1.0.2 |
553 | 2025-02-06T04:26:39.665Z | Downloaded convert_case v0.4.0 |
554 | 2025-02-06T04:26:39.665Z | Downloaded bitfield v0.14.0 |
555 | 2025-02-06T04:26:39.665Z | Downloaded async-recursion v1.1.1 |
556 | 2025-02-06T04:26:39.665Z | Downloaded ipnetwork v0.20.0 |
557 | 2025-02-06T04:26:39.665Z | Downloaded hubpack_derive v0.1.1 |
558 | 2025-02-06T04:26:39.666Z | Downloaded http-body v1.0.1 |
559 | 2025-02-06T04:26:39.666Z | Downloaded highway v1.2.0 |
560 | 2025-02-06T04:26:39.666Z | Downloaded cexpr v0.6.0 |
561 | 2025-02-06T04:26:39.666Z | Downloaded blowfish v0.9.1 |
562 | 2025-02-06T04:26:39.666Z | Downloaded mirai-annotations v1.12.0 |
563 | 2025-02-06T04:26:39.666Z | Downloaded internet-checksum v0.2.1 |
564 | 2025-02-06T04:26:39.666Z | Downloaded crc-catalog v2.4.0 |
565 | 2025-02-06T04:26:39.666Z | Downloaded lockfree-object-pool v0.1.6 |
566 | 2025-02-06T04:26:39.666Z | Downloaded impl-trait-for-tuples v0.2.2 |
567 | 2025-02-06T04:26:39.702Z | Downloaded cbc v0.1.2 |
568 | 2025-02-06T04:26:39.702Z | Downloaded multimap v0.10.0 |
569 | 2025-02-06T04:26:39.702Z | Downloaded indent_write v2.2.0 |
570 | 2025-02-06T04:26:39.702Z | Downloaded nanorand v0.7.0 |
571 | 2025-02-06T04:26:39.702Z | Downloaded lru v0.12.5 |
572 | 2025-02-06T04:26:39.702Z | Downloaded colored v2.1.0 |
573 | 2025-02-06T04:26:39.702Z | Downloaded bitflags v1.3.2 |
574 | 2025-02-06T04:26:39.703Z | Downloaded bcrypt-pbkdf v0.10.0 |
575 | 2025-02-06T04:26:39.703Z | Downloaded linked-hash-map v0.5.6 |
576 | 2025-02-06T04:26:39.703Z | Downloaded is-terminal v0.4.13 |
577 | 2025-02-06T04:26:39.703Z | Downloaded curve25519-dalek-derive v0.1.1 |
578 | 2025-02-06T04:26:39.703Z | Downloaded cipher v0.4.4 |
579 | 2025-02-06T04:26:39.703Z | Downloaded atomic-waker v1.1.2 |
580 | 2025-02-06T04:26:39.703Z | Downloaded mime_guess v2.0.5 |
581 | 2025-02-06T04:26:39.703Z | Downloaded memoffset v0.9.1 |
582 | 2025-02-06T04:26:39.703Z | Downloaded litemap v0.7.3 |
583 | 2025-02-06T04:26:39.703Z | Downloaded indoc v1.0.9 |
584 | 2025-02-06T04:26:39.703Z | Downloaded icu_locid_transform v1.5.0 |
585 | 2025-02-06T04:26:39.703Z | Downloaded hyper-staticfile v0.10.1 |
586 | 2025-02-06T04:26:39.848Z | Downloaded lock_api v0.4.12 |
587 | 2025-02-06T04:26:39.848Z | Downloaded aead v0.5.2 |
588 | 2025-02-06T04:26:39.849Z | Downloaded hickory-client v0.24.2 |
589 | 2025-02-06T04:26:39.849Z | Downloaded psl-types v2.0.11 |
590 | 2025-02-06T04:26:39.849Z | Downloaded multer v3.1.0 |
591 | 2025-02-06T04:26:39.849Z | Downloaded castaway v0.2.3 |
592 | 2025-02-06T04:26:39.849Z | Downloaded bitfield-struct v0.6.2 |
593 | 2025-02-06T04:26:39.849Z | Downloaded base16ct v0.2.0 |
594 | 2025-02-06T04:26:39.849Z | Downloaded ascii-canvas v3.0.0 |
595 | 2025-02-06T04:26:39.849Z | Downloaded ctr v0.9.2 |
596 | 2025-02-06T04:26:39.850Z | Downloaded arrayvec v0.7.6 |
597 | 2025-02-06T04:26:39.850Z | Downloaded rand_seeder v0.3.0 |
598 | 2025-02-06T04:26:39.850Z | Downloaded libsw v3.3.1 |
599 | 2025-02-06T04:26:39.850Z | Downloaded buf-list v1.0.3 |
600 | 2025-02-06T04:26:39.850Z | Downloaded libloading v0.8.5 |
601 | 2025-02-06T04:26:39.850Z | Downloaded ipnet v2.10.1 |
602 | 2025-02-06T04:26:39.850Z | Downloaded cobs v0.2.3 |
603 | 2025-02-06T04:26:39.850Z | Downloaded async-bb8-diesel v0.2.1 |
604 | 2025-02-06T04:26:39.851Z | Downloaded iana-time-zone v0.1.61 |
605 | 2025-02-06T04:26:39.851Z | Downloaded bzip2 v0.4.4 |
606 | 2025-02-06T04:26:39.851Z | Downloaded inout v0.1.3 |
607 | 2025-02-06T04:26:39.851Z | Downloaded tower-service v0.3.3 |
608 | 2025-02-06T04:26:39.851Z | Downloaded console v0.15.10 |
609 | 2025-02-06T04:26:39.851Z | Downloaded argon2 v0.5.3 |
610 | 2025-02-06T04:26:39.852Z | Downloaded kstat-rs v0.2.4 |
611 | 2025-02-06T04:26:39.852Z | Downloaded radium v0.7.0 |
612 | 2025-02-06T04:26:39.852Z | Downloaded bcs v0.1.6 |
613 | 2025-02-06T04:26:39.852Z | Downloaded native-tls v0.2.12 |
614 | 2025-02-06T04:26:39.852Z | Downloaded darling v0.20.10 |
615 | 2025-02-06T04:26:39.852Z | Downloaded rustc-hash v2.0.0 |
616 | 2025-02-06T04:26:39.852Z | Downloaded termtree v0.4.1 |
617 | 2025-02-06T04:26:39.853Z | Downloaded memmap2 v0.9.5 |
618 | 2025-02-06T04:26:39.853Z | Downloaded write16 v1.0.0 |
619 | 2025-02-06T04:26:39.853Z | Downloaded indexmap v1.9.3 |
620 | 2025-02-06T04:26:40.061Z | Downloaded icu_locid v1.5.0 |
621 | 2025-02-06T04:26:40.061Z | Downloaded sqlformat v0.2.6 |
622 | 2025-02-06T04:26:40.061Z | Downloaded shlex v1.3.0 |
623 | 2025-02-06T04:26:40.061Z | Downloaded shell-words v1.1.0 |
624 | 2025-02-06T04:26:40.061Z | Downloaded serde_urlencoded v0.7.1 |
625 | 2025-02-06T04:26:40.061Z | Downloaded foreign-types-shared v0.1.1 |
626 | 2025-02-06T04:26:40.061Z | Downloaded derive_builder_macro v0.20.2 |
627 | 2025-02-06T04:26:40.061Z | Downloaded spki v0.7.3 |
628 | 2025-02-06T04:26:40.061Z | Downloaded mockall_derive v0.13.0 |
629 | 2025-02-06T04:26:40.062Z | Downloaded miniz_oxide v0.8.0 |
630 | 2025-02-06T04:26:40.062Z | Downloaded csv-core v0.1.11 |
631 | 2025-02-06T04:26:40.062Z | Downloaded crc32fast v1.4.2 |
632 | 2025-02-06T04:26:40.062Z | Downloaded sec1 v0.7.3 |
633 | 2025-02-06T04:26:40.062Z | Downloaded crossbeam-utils v0.8.20 |
634 | 2025-02-06T04:26:40.062Z | Downloaded ahash v0.8.11 |
635 | 2025-02-06T04:26:40.062Z | Downloaded scheduled-thread-pool v0.2.7 |
636 | 2025-02-06T04:26:40.062Z | Downloaded salsa20 v0.10.2 |
637 | 2025-02-06T04:26:40.063Z | Downloaded rustc-hash v1.1.0 |
638 | 2025-02-06T04:26:40.063Z | Downloaded lazycell v1.3.0 |
639 | 2025-02-06T04:26:40.063Z | Downloaded newtype_derive v0.1.6 |
640 | 2025-02-06T04:26:40.063Z | Downloaded cookie_store v0.21.1 |
641 | 2025-02-06T04:26:40.063Z | Downloaded cancel-safe-futures v0.1.5 |
642 | 2025-02-06T04:26:40.063Z | Downloaded backoff v0.4.0 |
643 | 2025-02-06T04:26:40.064Z | Downloaded jobserver v0.1.32 |
644 | 2025-02-06T04:26:40.064Z | Downloaded async-trait v0.1.86 |
645 | 2025-02-06T04:26:40.064Z | Downloaded http-body-util v0.1.2 |
646 | 2025-02-06T04:26:40.064Z | Downloaded path-slash v0.1.5 |
647 | 2025-02-06T04:26:40.064Z | Downloaded num_threads v0.1.7 |
648 | 2025-02-06T04:26:40.064Z | Downloaded crc-any v2.5.0 |
649 | 2025-02-06T04:26:40.064Z | Downloaded litrs v0.4.1 |
650 | 2025-02-06T04:26:40.064Z | Downloaded base64ct v1.6.0 |
651 | 2025-02-06T04:26:40.064Z | Downloaded termtree v0.5.1 |
652 | 2025-02-06T04:26:40.064Z | Downloaded zerovec-derive v0.10.3 |
653 | 2025-02-06T04:26:40.064Z | Downloaded termios v0.3.3 |
654 | 2025-02-06T04:26:40.064Z | Downloaded writeable v0.5.5 |
655 | 2025-02-06T04:26:40.064Z | Downloaded tap v1.0.1 |
656 | 2025-02-06T04:26:40.064Z | Downloaded zeroize v1.8.1 |
657 | 2025-02-06T04:26:40.065Z | Downloaded precomputed-hash v0.1.1 |
658 | 2025-02-06T04:26:40.065Z | Downloaded icu_collections v1.5.0 |
659 | 2025-02-06T04:26:40.065Z | Downloaded utf-8 v0.7.6 |
660 | 2025-02-06T04:26:40.065Z | Downloaded strum_macros v0.26.4 |
661 | 2025-02-06T04:26:40.065Z | Downloaded funty v2.0.0 |
662 | 2025-02-06T04:26:40.065Z | Downloaded sqlparser_derive v0.2.2 |
663 | 2025-02-06T04:26:40.065Z | Downloaded fallible-iterator v0.2.0 |
664 | 2025-02-06T04:26:40.065Z | Downloaded ena v0.14.3 |
665 | 2025-02-06T04:26:40.065Z | Downloaded embedded-io v0.6.1 |
666 | 2025-02-06T04:26:40.065Z | Downloaded wyz v0.5.1 |
667 | 2025-02-06T04:26:40.065Z | Downloaded spin v0.9.8 |
668 | 2025-02-06T04:26:40.065Z | Downloaded fallible-streaming-iterator v0.1.9 |
669 | 2025-02-06T04:26:40.066Z | Downloaded blake2 v0.10.6 |
670 | 2025-02-06T04:26:40.066Z | Downloaded group v0.13.0 |
671 | 2025-02-06T04:26:40.066Z | Downloaded futures-macro v0.3.31 |
672 | 2025-02-06T04:26:40.066Z | Downloaded thiserror v2.0.11 |
673 | 2025-02-06T04:26:40.066Z | Downloaded crossbeam-epoch v0.9.18 |
674 | 2025-02-06T04:26:40.066Z | Downloaded strum v0.26.3 |
675 | 2025-02-06T04:26:40.066Z | Downloaded hyper-rustls v0.27.3 |
676 | 2025-02-06T04:26:40.066Z | Downloaded num-derive v0.4.2 |
677 | 2025-02-06T04:26:40.066Z | Downloaded glob v0.3.2 |
678 | 2025-02-06T04:26:40.066Z | Downloaded num_enum v0.5.11 |
679 | 2025-02-06T04:26:40.066Z | Downloaded const_format v0.2.34 |
680 | 2025-02-06T04:26:40.066Z | Downloaded proc-macro-crate v1.3.1 |
681 | 2025-02-06T04:26:40.067Z | Downloaded paste v1.0.15 |
682 | 2025-02-06T04:26:40.067Z | Downloaded darling_macro v0.20.10 |
683 | 2025-02-06T04:26:40.067Z | Downloaded scopeguard v1.2.0 |
684 | 2025-02-06T04:26:40.067Z | Downloaded resolv-conf v0.7.0 |
685 | 2025-02-06T04:26:40.067Z | Downloaded crypto-bigint v0.5.5 |
686 | 2025-02-06T04:26:40.067Z | Downloaded signal-hook-tokio v0.3.1 |
687 | 2025-02-06T04:26:40.067Z | Downloaded ecdsa v0.16.9 |
688 | 2025-02-06T04:26:40.067Z | Downloaded vsss-rs v3.3.4 |
689 | 2025-02-06T04:26:40.067Z | Downloaded lalrpop-util v0.19.12 |
690 | 2025-02-06T04:26:40.067Z | Downloaded fxhash v0.2.1 |
691 | 2025-02-06T04:26:40.067Z | Downloaded siphasher v0.3.11 |
692 | 2025-02-06T04:26:40.067Z | Downloaded tiny-keccak v2.0.2 |
693 | 2025-02-06T04:26:40.068Z | Downloaded globset v0.4.15 |
694 | 2025-02-06T04:26:40.068Z | Downloaded test-strategy v0.3.1 |
695 | 2025-02-06T04:26:40.068Z | Downloaded thiserror-no-std v2.0.2 |
696 | 2025-02-06T04:26:40.068Z | Downloaded socket2 v0.5.7 |
697 | 2025-02-06T04:26:40.068Z | Downloaded strum_macros v0.24.3 |
698 | 2025-02-06T04:26:40.068Z | Downloaded pkcs1 v0.7.5 |
699 | 2025-02-06T04:26:40.068Z | Downloaded password-hash v0.5.0 |
700 | 2025-02-06T04:26:40.069Z | Downloaded crossbeam-channel v0.5.13 |
701 | 2025-02-06T04:26:40.069Z | Downloaded debug-ignore v1.0.5 |
702 | 2025-02-06T04:26:40.069Z | Downloaded data-encoding v2.6.0 |
703 | 2025-02-06T04:26:40.174Z | Downloaded unarray v0.1.4 |
704 | 2025-02-06T04:26:40.174Z | Downloaded progenitor v0.8.0 |
705 | 2025-02-06T04:26:40.174Z | Downloaded pkcs8 v0.10.2 |
706 | 2025-02-06T04:26:40.174Z | Downloaded peg-runtime v0.8.3 |
707 | 2025-02-06T04:26:40.174Z | Downloaded ciborium v0.2.2 |
708 | 2025-02-06T04:26:40.174Z | Downloaded rfc6979 v0.4.0 |
709 | 2025-02-06T04:26:40.174Z | Downloaded enum-as-inner v0.6.1 |
710 | 2025-02-06T04:26:40.174Z | Downloaded utf16_iter v1.0.5 |
711 | 2025-02-06T04:26:40.174Z | Downloaded slog v2.7.0 |
712 | 2025-02-06T04:26:40.174Z | Downloaded foldhash v0.1.3 |
713 | 2025-02-06T04:26:40.175Z | Downloaded bumpalo v3.16.0 |
714 | 2025-02-06T04:26:40.175Z | Downloaded password-hash v0.4.2 |
715 | 2025-02-06T04:26:40.175Z | Downloaded derive_builder_core v0.20.2 |
716 | 2025-02-06T04:26:40.175Z | Downloaded defmt-macros v0.3.9 |
717 | 2025-02-06T04:26:40.175Z | Downloaded sigpipe v0.1.3 |
718 | 2025-02-06T04:26:40.175Z | Downloaded gethostname v0.5.0 |
719 | 2025-02-06T04:26:40.175Z | Downloaded sync_wrapper v1.0.1 |
720 | 2025-02-06T04:26:40.175Z | Downloaded progenitor-client v0.8.0 |
721 | 2025-02-06T04:26:40.175Z | Downloaded num-rational v0.4.2 |
722 | 2025-02-06T04:26:40.175Z | Downloaded tokio-rustls v0.24.1 |
723 | 2025-02-06T04:26:40.175Z | Downloaded nibble_vec v0.1.0 |
724 | 2025-02-06T04:26:40.175Z | Downloaded smallvec v1.13.2 |
725 | 2025-02-06T04:26:40.175Z | Downloaded minimal-lexical v0.2.1 |
726 | 2025-02-06T04:26:40.175Z | Downloaded sync-ptr v0.1.1 |
727 | 2025-02-06T04:26:40.175Z | Downloaded num-traits v0.2.19 |
728 | 2025-02-06T04:26:40.175Z | Downloaded icu_normalizer v1.5.0 |
729 | 2025-02-06T04:26:40.175Z | Downloaded heapless v0.8.0 |
730 | 2025-02-06T04:26:40.175Z | Downloaded peg v0.8.4 |
731 | 2025-02-06T04:26:40.175Z | Downloaded polyval v0.6.2 |
732 | 2025-02-06T04:26:40.176Z | Downloaded schemars_derive v0.8.21 |
733 | 2025-02-06T04:26:40.176Z | Downloaded fd-lock v4.0.2 |
734 | 2025-02-06T04:26:40.176Z | Downloaded zone_cfg_derive v0.3.0 |
735 | 2025-02-06T04:26:40.176Z | Downloaded zone_cfg_derive v0.1.2 |
736 | 2025-02-06T04:26:40.176Z | Downloaded zone v0.3.0 |
737 | 2025-02-06T04:26:40.176Z | Downloaded tracing-core v0.1.32 |
738 | 2025-02-06T04:26:40.176Z | Downloaded pkcs5 v0.7.1 |
739 | 2025-02-06T04:26:40.176Z | Downloaded quinn-udp v0.5.5 |
740 | 2025-02-06T04:26:40.176Z | Downloaded signal-hook-registry v1.4.2 |
741 | 2025-02-06T04:26:40.176Z | Downloaded ref-cast-impl v1.0.23 |
742 | 2025-02-06T04:26:40.176Z | Downloaded rustc_version v0.4.1 |
743 | 2025-02-06T04:26:40.176Z | Downloaded rustls-pemfile v1.0.4 |
744 | 2025-02-06T04:26:40.176Z | Downloaded tls_codec_derive v0.4.1 |
745 | 2025-02-06T04:26:40.176Z | Downloaded rustc_version v0.1.7 |
746 | 2025-02-06T04:26:40.176Z | Downloaded parse-display v0.10.0 |
747 | 2025-02-06T04:26:40.176Z | Downloaded rustfmt-wrapper v0.2.1 |
748 | 2025-02-06T04:26:40.176Z | Downloaded newline-converter v0.3.0 |
749 | 2025-02-06T04:26:40.176Z | Downloaded parse-size v1.1.0 |
750 | 2025-02-06T04:26:40.176Z | Downloaded stringprep v0.1.5 |
751 | 2025-02-06T04:26:40.176Z | Downloaded signature v2.2.0 |
752 | 2025-02-06T04:26:40.176Z | Downloaded pretty-hex v0.2.1 |
753 | 2025-02-06T04:26:40.176Z | Downloaded value-bag v1.9.0 |
754 | 2025-02-06T04:26:40.176Z | Downloaded synstructure v0.13.1 |
755 | 2025-02-06T04:26:40.176Z | Downloaded futures-channel v0.3.31 |
756 | 2025-02-06T04:26:40.177Z | Downloaded num-iter v0.1.45 |
757 | 2025-02-06T04:26:40.177Z | Downloaded supports-color v3.0.1 |
758 | 2025-02-06T04:26:40.177Z | Downloaded smallvec v0.6.14 |
759 | 2025-02-06T04:26:40.177Z | Downloaded foreign-types-shared v0.3.1 |
760 | 2025-02-06T04:26:40.177Z | Downloaded foreign-types v0.3.2 |
761 | 2025-02-06T04:26:40.177Z | Downloaded vte v0.11.1 |
762 | 2025-02-06T04:26:40.177Z | Downloaded strip-ansi-escapes v0.2.0 |
763 | 2025-02-06T04:26:40.177Z | Downloaded tracing v0.1.40 |
764 | 2025-02-06T04:26:40.177Z | Downloaded owo-colors v4.1.0 |
765 | 2025-02-06T04:26:40.277Z | Downloaded hickory-resolver v0.24.2 |
766 | 2025-02-06T04:26:40.278Z | Downloaded postgres-protocol v0.6.7 |
767 | 2025-02-06T04:26:40.278Z | Downloaded zip v0.6.6 |
768 | 2025-02-06T04:26:40.278Z | Downloaded universal-hash v0.5.1 |
769 | 2025-02-06T04:26:40.278Z | Downloaded tui-tree-widget v0.22.0 |
770 | 2025-02-06T04:26:40.278Z | Downloaded zone v0.1.8 |
771 | 2025-02-06T04:26:40.278Z | Downloaded zerofrom-derive v0.1.4 |
772 | 2025-02-06T04:26:40.278Z | Downloaded embedded-io v0.4.0 |
773 | 2025-02-06T04:26:40.279Z | Downloaded waitgroup v0.1.2 |
774 | 2025-02-06T04:26:40.279Z | Downloaded vte_generate_state_changes v0.1.2 |
775 | 2025-02-06T04:26:40.279Z | Downloaded unicode-truncate v1.1.0 |
776 | 2025-02-06T04:26:40.279Z | Downloaded postcard v1.0.10 |
777 | 2025-02-06T04:26:40.279Z | Downloaded hex-literal v0.4.1 |
778 | 2025-02-06T04:26:40.279Z | Downloaded poly1305 v0.8.0 |
779 | 2025-02-06T04:26:40.279Z | Downloaded form_urlencoded v1.2.1 |
780 | 2025-02-06T04:26:40.279Z | Downloaded pem v3.0.4 |
781 | 2025-02-06T04:26:40.279Z | Downloaded tabwriter v1.4.0 |
782 | 2025-02-06T04:26:40.279Z | Downloaded serde_with_macros v3.11.0 |
783 | 2025-02-06T04:26:40.280Z | Downloaded twox-hash v2.1.0 |
784 | 2025-02-06T04:26:40.280Z | Downloaded static_assertions v1.1.0 |
785 | 2025-02-06T04:26:40.280Z | Downloaded untrusted v0.7.1 |
786 | 2025-02-06T04:26:40.280Z | Downloaded foreign-types v0.5.0 |
787 | 2025-02-06T04:26:40.280Z | Downloaded yoke-derive v0.7.4 |
788 | 2025-02-06T04:26:40.280Z | Downloaded getrandom v0.2.15 |
789 | 2025-02-06T04:26:40.280Z | Downloaded predicates-tree v1.0.11 |
790 | 2025-02-06T04:26:40.280Z | Downloaded predicates-core v1.0.8 |
791 | 2025-02-06T04:26:40.280Z | Downloaded tokio-rustls v0.25.0 |
792 | 2025-02-06T04:26:40.280Z | Downloaded itertools v0.12.1 |
793 | 2025-02-06T04:26:40.280Z | Downloaded tar v0.4.42 |
794 | 2025-02-06T04:26:40.280Z | Downloaded samael v0.0.17 |
795 | 2025-02-06T04:26:40.280Z | Downloaded rpassword v7.3.1 |
796 | 2025-02-06T04:26:40.280Z | Downloaded endian-type v0.1.2 |
797 | 2025-02-06T04:26:40.281Z | Downloaded tungstenite v0.24.0 |
798 | 2025-02-06T04:26:40.281Z | Downloaded unicode_categories v0.1.1 |
799 | 2025-02-06T04:26:40.281Z | Downloaded slog-scope v4.4.0 |
800 | 2025-02-06T04:26:40.281Z | Downloaded libxml v0.3.3 |
801 | 2025-02-06T04:26:40.281Z | Downloaded phf_shared v0.10.0 |
802 | 2025-02-06T04:26:40.281Z | Downloaded rtoolbox v0.0.2 |
803 | 2025-02-06T04:26:40.282Z | Downloaded utf8_iter v1.0.4 |
804 | 2025-02-06T04:26:40.282Z | Downloaded typify-macro v0.2.0 |
805 | 2025-02-06T04:26:40.282Z | Downloaded thiserror-impl-no-std v2.0.2 |
806 | 2025-02-06T04:26:40.282Z | Downloaded slog-stdlog v4.1.1 |
807 | 2025-02-06T04:26:40.282Z | Downloaded newtype-uuid v1.2.1 |
808 | 2025-02-06T04:26:40.282Z | Downloaded wait-timeout v0.2.0 |
809 | 2025-02-06T04:26:40.283Z | Downloaded schemars v0.8.21 |
810 | 2025-02-06T04:26:40.283Z | Downloaded time-core v0.1.2 |
811 | 2025-02-06T04:26:40.283Z | Downloaded olpc-cjson v0.1.4 |
812 | 2025-02-06T04:26:40.283Z | Downloaded hyper-util v0.1.10 |
813 | 2025-02-06T04:26:40.406Z | Downloaded toolchain_find v0.4.0 |
814 | 2025-02-06T04:26:40.406Z | Downloaded diesel-dtrace v0.4.2 |
815 | 2025-02-06T04:26:40.407Z | Downloaded crossterm v0.28.1 |
816 | 2025-02-06T04:26:40.407Z | Downloaded dyn-clone v1.0.17 |
817 | 2025-02-06T04:26:40.407Z | Downloaded num-conv v0.1.0 |
818 | 2025-02-06T04:26:40.407Z | Downloaded pin-project-lite v0.2.14 |
819 | 2025-02-06T04:26:40.407Z | Downloaded tungstenite v0.23.0 |
820 | 2025-02-06T04:26:40.407Z | Downloaded number_prefix v0.4.0 |
821 | 2025-02-06T04:26:40.407Z | Downloaded subtle v2.6.1 |
822 | 2025-02-06T04:26:40.408Z | Downloaded unicode-xid v0.2.6 |
823 | 2025-02-06T04:26:40.408Z | Downloaded russh v0.45.0 |
824 | 2025-02-06T04:26:40.408Z | Downloaded russh-cryptovec v0.7.3 |
825 | 2025-02-06T04:26:40.408Z | Downloaded float-ord v0.3.2 |
826 | 2025-02-06T04:26:40.408Z | Downloaded ghash v0.5.1 |
827 | 2025-02-06T04:26:40.408Z | Downloaded hyper v1.5.2 |
828 | 2025-02-06T04:26:40.408Z | Downloaded stable_deref_trait v1.2.0 |
829 | 2025-02-06T04:26:40.408Z | Downloaded simd-adler32 v0.3.7 |
830 | 2025-02-06T04:26:40.409Z | Downloaded dropshot_endpoint v0.12.0 |
831 | 2025-02-06T04:26:40.409Z | Downloaded tls_codec v0.4.1 |
832 | 2025-02-06T04:26:40.409Z | Downloaded want v0.3.1 |
833 | 2025-02-06T04:26:40.409Z | Downloaded thread_local v1.1.8 |
834 | 2025-02-06T04:26:40.409Z | Downloaded either v1.13.0 |
835 | 2025-02-06T04:26:40.409Z | Downloaded zerofrom v0.1.4 |
836 | 2025-02-06T04:26:40.409Z | Downloaded r2d2 v0.8.10 |
837 | 2025-02-06T04:26:40.410Z | Downloaded signal-hook-mio v0.2.4 |
838 | 2025-02-06T04:26:40.410Z | Downloaded quick-error v1.2.3 |
839 | 2025-02-06T04:26:40.410Z | Downloaded try-lock v0.2.5 |
840 | 2025-02-06T04:26:40.410Z | Downloaded take_mut v0.2.2 |
841 | 2025-02-06T04:26:40.411Z | Downloaded oso v0.27.3 |
842 | 2025-02-06T04:26:40.411Z | Downloaded secrecy v0.8.0 |
843 | 2025-02-06T04:26:40.411Z | Downloaded scrypt v0.11.0 |
844 | 2025-02-06T04:26:40.411Z | Downloaded slog-term v2.9.1 |
845 | 2025-02-06T04:26:40.411Z | Downloaded fragile v2.0.0 |
846 | 2025-02-06T04:26:40.411Z | Downloaded heapless v0.7.17 |
847 | 2025-02-06T04:26:40.411Z | Downloaded steno v0.4.1 |
848 | 2025-02-06T04:26:40.411Z | Downloaded env_filter v0.1.2 |
849 | 2025-02-06T04:26:40.411Z | Downloaded openssl-macros v0.1.1 |
850 | 2025-02-06T04:26:40.412Z | Downloaded defmt-parser v0.3.4 |
851 | 2025-02-06T04:26:40.412Z | Downloaded ed25519 v2.2.3 |
852 | 2025-02-06T04:26:40.412Z | Downloaded topological-sort v0.2.2 |
853 | 2025-02-06T04:26:40.412Z | Downloaded idna v1.0.3 |
854 | 2025-02-06T04:26:40.534Z | Downloaded tungstenite v0.21.0 |
855 | 2025-02-06T04:26:40.535Z | Downloaded heck v0.3.3 |
856 | 2025-02-06T04:26:40.535Z | Downloaded float-cmp v0.9.0 |
857 | 2025-02-06T04:26:40.535Z | Downloaded phf v0.11.2 |
858 | 2025-02-06T04:26:40.535Z | Downloaded url v2.5.3 |
859 | 2025-02-06T04:26:40.535Z | Downloaded nu-ansi-term v0.50.1 |
860 | 2025-02-06T04:26:40.535Z | Downloaded slog-dtrace v0.3.0 |
861 | 2025-02-06T04:26:40.535Z | Downloaded postgres-types v0.2.8 |
862 | 2025-02-06T04:26:40.536Z | Downloaded percent-encoding v2.3.1 |
863 | 2025-02-06T04:26:40.536Z | Downloaded parse-zoneinfo v0.3.1 |
864 | 2025-02-06T04:26:40.536Z | Downloaded oso-derive v0.27.3 |
865 | 2025-02-06T04:26:40.536Z | Downloaded flume v0.11.1 |
866 | 2025-02-06T04:26:40.536Z | Downloaded sct v0.7.1 |
867 | 2025-02-06T04:26:40.537Z | Downloaded serde-hex v0.1.0 |
868 | 2025-02-06T04:26:40.537Z | Downloaded futures-task v0.3.31 |
869 | 2025-02-06T04:26:40.537Z | Downloaded dsl_auto_type v0.1.2 |
870 | 2025-02-06T04:26:40.537Z | Downloaded pbkdf2 v0.12.2 |
871 | 2025-02-06T04:26:40.537Z | Downloaded pbkdf2 v0.11.0 |
872 | 2025-02-06T04:26:40.537Z | Downloaded walkdir v2.5.0 |
873 | 2025-02-06T04:26:40.537Z | Downloaded zopfli v0.8.1 |
874 | 2025-02-06T04:26:40.537Z | Downloaded darling_core v0.20.10 |
875 | 2025-02-06T04:26:40.537Z | Downloaded hash32 v0.2.1 |
876 | 2025-02-06T04:26:40.537Z | Downloaded dunce v1.0.5 |
877 | 2025-02-06T04:26:40.537Z | Downloaded strum_macros v0.25.3 |
878 | 2025-02-06T04:26:40.537Z | Downloaded zerovec v0.10.4 |
879 | 2025-02-06T04:26:40.537Z | Downloaded fs_extra v1.3.0 |
880 | 2025-02-06T04:26:40.538Z | Downloaded displaydoc v0.2.5 |
881 | 2025-02-06T04:26:40.538Z | Downloaded prettyplease v0.2.25 |
882 | 2025-02-06T04:26:40.538Z | Downloaded dirs-sys-next v0.1.2 |
883 | 2025-02-06T04:26:40.538Z | Downloaded unsafe-libyaml v0.2.11 |
884 | 2025-02-06T04:26:40.538Z | Downloaded powerfmt v0.2.0 |
885 | 2025-02-06T04:26:40.538Z | Downloaded rayon-core v1.12.1 |
886 | 2025-02-06T04:26:40.538Z | Downloaded opaque-debug v0.3.1 |
887 | 2025-02-06T04:26:40.538Z | Downloaded num-complex v0.4.6 |
888 | 2025-02-06T04:26:40.538Z | Downloaded ron v0.8.1 |
889 | 2025-02-06T04:26:40.538Z | Downloaded pin-utils v0.1.0 |
890 | 2025-02-06T04:26:40.539Z | Downloaded structmeta v0.2.0 |
891 | 2025-02-06T04:26:40.539Z | Downloaded parking_lot v0.12.3 |
892 | 2025-02-06T04:26:40.539Z | Downloaded typify-macro v0.3.0 |
893 | 2025-02-06T04:26:40.539Z | Downloaded openssl-probe v0.1.5 |
894 | 2025-02-06T04:26:40.539Z | Downloaded headers-core v0.3.0 |
895 | 2025-02-06T04:26:40.539Z | Downloaded structmeta-derive v0.2.0 |
896 | 2025-02-06T04:26:40.539Z | Downloaded ff v0.13.0 |
897 | 2025-02-06T04:26:40.539Z | Downloaded document-features v0.2.10 |
898 | 2025-02-06T04:26:40.540Z | Downloaded structmeta v0.3.0 |
899 | 2025-02-06T04:26:40.540Z | Downloaded rustls-pemfile v2.2.0 |
900 | 2025-02-06T04:26:40.540Z | Downloaded hex v0.4.3 |
901 | 2025-02-06T04:26:40.540Z | Downloaded subprocess v0.2.9 |
902 | 2025-02-06T04:26:40.540Z | Downloaded progenitor-macro v0.9.1 |
903 | 2025-02-06T04:26:40.540Z | Downloaded serde-big-array v0.5.1 |
904 | 2025-02-06T04:26:40.540Z | Downloaded unicode-properties v0.1.3 |
905 | 2025-02-06T04:26:40.540Z | Downloaded diff v0.1.13 |
906 | 2025-02-06T04:26:40.540Z | Downloaded elliptic-curve v0.13.8 |
907 | 2025-02-06T04:26:40.540Z | Downloaded ssh-encoding v0.2.0 |
908 | 2025-02-06T04:26:40.540Z | Downloaded env_logger v0.10.2 |
909 | 2025-02-06T04:26:40.540Z | Downloaded typify v0.2.0 |
910 | 2025-02-06T04:26:40.540Z | Downloaded term v0.7.0 |
911 | 2025-02-06T04:26:40.541Z | Downloaded progenitor-macro v0.8.0 |
912 | 2025-02-06T04:26:40.541Z | Downloaded sha1 v0.10.6 |
913 | 2025-02-06T04:26:40.541Z | Downloaded half v2.4.1 |
914 | 2025-02-06T04:26:40.541Z | Downloaded tinystr v0.7.6 |
915 | 2025-02-06T04:26:40.541Z | Downloaded rsa v0.9.6 |
916 | 2025-02-06T04:26:40.541Z | Downloaded slog-json v2.6.1 |
917 | 2025-02-06T04:26:40.541Z | Downloaded pkg-config v0.3.31 |
918 | 2025-02-06T04:26:40.606Z | Downloaded ron v0.7.1 |
919 | 2025-02-06T04:26:40.606Z | Downloaded slog-async v2.8.0 |
920 | 2025-02-06T04:26:40.606Z | Downloaded normalize-line-endings v0.3.0 |
921 | 2025-02-06T04:26:40.606Z | Downloaded packed_struct v0.10.1 |
922 | 2025-02-06T04:26:40.606Z | Downloaded nodrop v0.1.14 |
923 | 2025-02-06T04:26:40.606Z | Downloaded futures-executor v0.3.31 |
924 | 2025-02-06T04:26:40.607Z | Downloaded rustc-demangle v0.1.24 |
925 | 2025-02-06T04:26:40.607Z | Downloaded p256 v0.13.2 |
926 | 2025-02-06T04:26:40.607Z | Downloaded pem-rfc7468 v0.7.0 |
927 | 2025-02-06T04:26:40.607Z | Downloaded time-macros v0.2.18 |
928 | 2025-02-06T04:26:40.607Z | Downloaded tinyvec_macros v0.1.1 |
929 | 2025-02-06T04:26:40.607Z | Downloaded ssh-cipher v0.2.0 |
930 | 2025-02-06T04:26:40.608Z | Downloaded zip v2.1.3 |
931 | 2025-02-06T04:26:40.608Z | Downloaded fixedbitset v0.4.2 |
932 | 2025-02-06T04:26:40.608Z | Downloaded diesel_derives v2.2.3 |
933 | 2025-02-06T04:26:40.608Z | Downloaded futures-core v0.3.31 |
934 | 2025-02-06T04:26:40.608Z | Downloaded tokio-util v0.7.12 |
935 | 2025-02-06T04:26:40.608Z | Downloaded structmeta-derive v0.3.0 |
936 | 2025-02-06T04:26:40.608Z | Downloaded aho-corasick v1.1.3 |
937 | 2025-02-06T04:26:40.608Z | Downloaded filetime v0.2.25 |
938 | 2025-02-06T04:26:40.608Z | Downloaded thiserror-impl v2.0.11 |
939 | 2025-02-06T04:26:40.608Z | Downloaded ed25519-dalek v2.1.1 |
940 | 2025-02-06T04:26:40.608Z | Downloaded similar v2.6.0 |
941 | 2025-02-06T04:26:40.609Z | Downloaded difflib v0.4.0 |
942 | 2025-02-06T04:26:40.609Z | Downloaded rustversion v1.0.17 |
943 | 2025-02-06T04:26:40.609Z | Downloaded tokio-tungstenite v0.24.0 |
944 | 2025-02-06T04:26:40.609Z | Downloaded num-bigint-dig v0.8.4 |
945 | 2025-02-06T04:26:40.609Z | Downloaded tokio-tungstenite v0.21.0 |
946 | 2025-02-06T04:26:40.609Z | Downloaded which v4.4.2 |
947 | 2025-02-06T04:26:40.610Z | Downloaded phf_generator v0.11.2 |
948 | 2025-02-06T04:26:40.610Z | Downloaded phf_shared v0.11.2 |
949 | 2025-02-06T04:26:40.610Z | Downloaded aes-gcm v0.10.3 |
950 | 2025-02-06T04:26:40.610Z | Downloaded downcast v0.11.0 |
951 | 2025-02-06T04:26:40.610Z | Downloaded rusty-fork v0.3.0 |
952 | 2025-02-06T04:26:40.611Z | Downloaded typify v0.3.0 |
953 | 2025-02-06T04:26:40.611Z | Downloaded xz2 v0.1.7 |
954 | 2025-02-06T04:26:40.611Z | Downloaded xattr v1.3.1 |
955 | 2025-02-06T04:26:40.611Z | Downloaded der v0.7.9 |
956 | 2025-02-06T04:26:40.657Z | Downloaded des v0.8.1 |
957 | 2025-02-06T04:26:40.657Z | Downloaded serde_repr v0.1.19 |
958 | 2025-02-06T04:26:40.658Z | Downloaded progenitor-client v0.9.1 |
959 | 2025-02-06T04:26:40.658Z | Downloaded futures v0.3.31 |
960 | 2025-02-06T04:26:40.658Z | Downloaded semver v0.1.20 |
961 | 2025-02-06T04:26:40.658Z | Downloaded termcolor v1.4.1 |
962 | 2025-02-06T04:26:40.658Z | Downloaded slog-envlogger v2.2.0 |
963 | 2025-02-06T04:26:40.658Z | Downloaded phf_codegen v0.11.2 |
964 | 2025-02-06T04:26:40.659Z | Downloaded serde_yaml v0.9.34+deprecated |
965 | 2025-02-06T04:26:40.659Z | Downloaded quinn v0.11.5 |
966 | 2025-02-06T04:26:40.659Z | Downloaded proptest v1.5.0 |
967 | 2025-02-06T04:26:40.659Z | Downloaded rand_chacha v0.3.1 |
968 | 2025-02-06T04:26:40.659Z | Downloaded progenitor-impl v0.8.0 |
969 | 2025-02-06T04:26:40.659Z | Downloaded aws-lc-rs v1.10.0 |
970 | 2025-02-06T04:26:40.659Z | Downloaded flagset v0.4.6 |
971 | 2025-02-06T04:26:40.659Z | Downloaded slog-bunyan v2.5.0 |
972 | 2025-02-06T04:26:40.660Z | Downloaded tokio-tungstenite v0.23.1 |
973 | 2025-02-06T04:26:40.660Z | Downloaded tokio-macros v2.5.0 |
974 | 2025-02-06T04:26:40.660Z | Downloaded rustls-pki-types v1.10.0 |
975 | 2025-02-06T04:26:40.660Z | Downloaded whoami v1.5.2 |
976 | 2025-02-06T04:26:40.725Z | Downloaded env_logger v0.11.5 |
977 | 2025-02-06T04:26:40.725Z | Downloaded yasna v0.5.2 |
978 | 2025-02-06T04:26:40.725Z | Downloaded tinyvec v1.8.0 |
979 | 2025-02-06T04:26:40.726Z | Downloaded sqlparser v0.45.0 |
980 | 2025-02-06T04:26:40.726Z | Downloaded ppv-lite86 v0.2.20 |
981 | 2025-02-06T04:26:40.726Z | Downloaded pin-project v1.1.6 |
982 | 2025-02-06T04:26:40.726Z | Downloaded tokio-native-tls v0.3.1 |
983 | 2025-02-06T04:26:40.726Z | Downloaded typed-path v0.9.3 |
984 | 2025-02-06T04:26:40.726Z | Downloaded unicode-bidi v0.3.17 |
985 | 2025-02-06T04:26:40.726Z | Downloaded deranged v0.3.11 |
986 | 2025-02-06T04:26:40.726Z | Downloaded hash32 v0.3.1 |
987 | 2025-02-06T04:26:40.726Z | Downloaded hashlink v0.9.1 |
988 | 2025-02-06T04:26:40.726Z | Downloaded derive_more v0.99.18 |
989 | 2025-02-06T04:26:40.727Z | Downloaded yoke v0.7.4 |
990 | 2025-02-06T04:26:40.727Z | Downloaded zerocopy-derive v0.8.10 |
991 | 2025-02-06T04:26:40.727Z | Downloaded snafu-derive v0.8.5 |
992 | 2025-02-06T04:26:40.727Z | Downloaded signal-hook v0.3.17 |
993 | 2025-02-06T04:26:40.727Z | Downloaded bitvec v1.0.1 |
994 | 2025-02-06T04:26:40.755Z | Downloaded parking_lot v0.11.2 |
995 | 2025-02-06T04:26:40.755Z | Downloaded qorb v0.2.1 |
996 | 2025-02-06T04:26:40.756Z | Downloaded unicode-segmentation v1.12.0 |
997 | 2025-02-06T04:26:40.756Z | Downloaded futures-sink v0.3.31 |
998 | 2025-02-06T04:26:40.756Z | Downloaded rand_xorshift v0.3.0 |
999 | 2025-02-06T04:26:40.756Z | Downloaded chrono v0.4.39 |
1000 | 2025-02-06T04:26:40.756Z | Downloaded serde_plain v1.0.2 |
1001 | 2025-02-06T04:26:40.756Z | Downloaded bindgen v0.69.5 |
1002 | 2025-02-06T04:26:40.756Z | Downloaded russh-keys v0.45.0 |
1003 | 2025-02-06T04:26:40.756Z | Downloaded rustls-webpki v0.101.7 |
1004 | 2025-02-06T04:26:40.756Z | Downloaded dropshot_endpoint v0.15.1 |
1005 | 2025-02-06T04:26:40.768Z | Downloaded openssl-sys v0.9.105 |
1006 | 2025-02-06T04:26:40.768Z | Downloaded icu_properties_data v1.5.0 |
1007 | 2025-02-06T04:26:40.768Z | Downloaded portable-atomic v1.9.0 |
1008 | 2025-02-06T04:26:40.782Z | Downloaded snafu v0.8.5 |
1009 | 2025-02-06T04:26:40.782Z | Downloaded rand v0.8.5 |
1010 | 2025-02-06T04:26:40.799Z | Downloaded lalrpop v0.19.12 |
1011 | 2025-02-06T04:26:40.799Z | Downloaded reedline v0.35.0 |
1012 | 2025-02-06T04:26:40.819Z | Downloaded toml_edit v0.19.15 |
1013 | 2025-02-06T04:26:40.831Z | Downloaded zerocopy v0.6.6 |
1014 | 2025-02-06T04:26:40.831Z | Downloaded ssh-key v0.6.6 |
1015 | 2025-02-06T04:26:40.831Z | Downloaded publicsuffix v2.3.0 |
1016 | 2025-02-06T04:26:40.841Z | Downloaded time v0.3.36 |
1017 | 2025-02-06T04:26:40.841Z | Downloaded git2 v0.19.0 |
1018 | 2025-02-06T04:26:40.855Z | Downloaded num-bigint v0.4.6 |
1019 | 2025-02-06T04:26:40.863Z | Downloaded x509-cert v0.2.5 |
1020 | 2025-02-06T04:26:40.863Z | Downloaded reqwest v0.12.9 |
1021 | 2025-02-06T04:26:40.873Z | Downloaded hashbrown v0.12.3 |
1022 | 2025-02-06T04:26:40.873Z | Downloaded hashbrown v0.13.2 |
1023 | 2025-02-06T04:26:40.873Z | Downloaded regex v1.11.1 |
1024 | 2025-02-06T04:26:40.896Z | Downloaded h2 v0.4.6 |
1025 | 2025-02-06T04:26:40.924Z | Downloaded expectorate v1.1.0 |
1026 | 2025-02-06T04:26:40.924Z | Downloaded nom v7.1.3 |
1027 | 2025-02-06T04:26:40.924Z | Downloaded rusqlite v0.32.1 |
1028 | 2025-02-06T04:26:40.925Z | Downloaded vcpkg v0.2.15 |
1029 | 2025-02-06T04:26:40.945Z | Downloaded p521 v0.13.3 |
1030 | 2025-02-06T04:26:40.957Z | Downloaded hashbrown v0.14.5 |
1031 | 2025-02-06T04:26:40.957Z | Downloaded quick-xml v0.33.0 |
1032 | 2025-02-06T04:26:40.969Z | Downloaded flate2 v1.0.35 |
1033 | 2025-02-06T04:26:40.984Z | Downloaded quinn-proto v0.11.8 |
1034 | 2025-02-06T04:26:40.984Z | Downloaded rustyline v14.0.0 |
1035 | 2025-02-06T04:26:40.984Z | Downloaded rayon v1.10.0 |
1036 | 2025-02-06T04:26:40.993Z | Downloaded serde_with v3.11.0 |
1037 | 2025-02-06T04:26:41.008Z | Downloaded regex-syntax v0.6.29 |
1038 | 2025-02-06T04:26:41.008Z | Downloaded futures-util v0.3.31 |
1039 | 2025-02-06T04:26:41.029Z | Downloaded curve25519-dalek v4.1.3 |
1040 | 2025-02-06T04:26:41.048Z | Downloaded headers v0.4.0 |
1041 | 2025-02-06T04:26:41.048Z | Downloaded unicode-width v0.2.0 |
1042 | 2025-02-06T04:26:41.048Z | Downloaded serde_path_to_error v0.1.16 |
1043 | 2025-02-06T04:26:41.048Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1044 | 2025-02-06T04:26:41.048Z | Downloaded string_cache v0.8.7 |
1045 | 2025-02-06T04:26:41.048Z | Downloaded winnow v0.5.40 |
1046 | 2025-02-06T04:26:41.065Z | Downloaded der_derive v0.7.3 |
1047 | 2025-02-06T04:26:41.065Z | Downloaded progenitor-impl v0.9.1 |
1048 | 2025-02-06T04:26:41.065Z | Downloaded chrono-tz v0.10.1 |
1049 | 2025-02-06T04:26:41.065Z | Downloaded smoltcp v0.9.1 |
1050 | 2025-02-06T04:26:41.085Z | Downloaded zerocopy v0.8.10 |
1051 | 2025-02-06T04:26:41.117Z | Downloaded salty v0.3.0 |
1052 | 2025-02-06T04:26:41.130Z | Downloaded polar-core v0.27.3 |
1053 | 2025-02-06T04:26:41.131Z | Downloaded gimli v0.31.1 |
1054 | 2025-02-06T04:26:41.131Z | Downloaded openssl v0.10.70 |
1055 | 2025-02-06T04:26:41.131Z | Downloaded rustls-webpki v0.102.8 |
1056 | 2025-02-06T04:26:41.151Z | Downloaded webpki-roots v0.26.6 |
1057 | 2025-02-06T04:26:41.169Z | Downloaded regress v0.9.1 |
1058 | 2025-02-06T04:26:41.169Z | Downloaded diesel v2.2.6 |
1059 | 2025-02-06T04:26:41.188Z | Downloaded radix_trie v0.2.1 |
1060 | 2025-02-06T04:26:41.196Z | Downloaded regress v0.10.1 |
1061 | 2025-02-06T04:26:41.196Z | Downloaded nix v0.28.0 |
1062 | 2025-02-06T04:26:41.210Z | Downloaded openapiv3 v2.0.0 |
1063 | 2025-02-06T04:26:41.221Z | Downloaded smoltcp v0.11.0 |
1064 | 2025-02-06T04:26:41.229Z | Downloaded object v0.36.5 |
1065 | 2025-02-06T04:26:41.245Z | Downloaded nix v0.29.0 |
1066 | 2025-02-06T04:26:41.259Z | Downloaded regex-syntax v0.8.5 |
1067 | 2025-02-06T04:26:41.267Z | Downloaded dropshot v0.12.0 |
1068 | 2025-02-06T04:26:41.287Z | Downloaded rustls v0.23.19 |
1069 | 2025-02-06T04:26:41.305Z | Downloaded bstr v1.10.0 |
1070 | 2025-02-06T04:26:41.328Z | Downloaded zerocopy-derive v0.6.6 |
1071 | 2025-02-06T04:26:41.328Z | Downloaded object v0.30.4 |
1072 | 2025-02-06T04:26:41.347Z | Downloaded nix v0.27.1 |
1073 | 2025-02-06T04:26:41.347Z | Downloaded sled v0.34.7 |
1074 | 2025-02-06T04:26:41.363Z | Downloaded rustls v0.22.4 |
1075 | 2025-02-06T04:26:41.363Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1076 | 2025-02-06T04:26:41.787Z | Downloaded dropshot v0.15.1 |
1077 | 2025-02-06T04:26:41.792Z | Downloaded p384 v0.13.0 |
1078 | 2025-02-06T04:26:41.792Z | Downloaded petname v2.0.2 |
1079 | 2025-02-06T04:26:41.792Z | Downloaded rustls v0.21.12 |
1080 | 2025-02-06T04:26:41.792Z | Downloaded hickory-proto v0.24.2 |
1081 | 2025-02-06T04:26:41.792Z | Downloaded typify-impl v0.3.0 |
1082 | 2025-02-06T04:26:41.792Z | Downloaded typify-impl v0.2.0 |
1083 | 2025-02-06T04:26:41.792Z | Downloaded regex-automata v0.4.8 |
1084 | 2025-02-06T04:26:41.792Z | Downloaded csv v1.3.1 |
1085 | 2025-02-06T04:26:41.792Z | Downloaded display-error-chain v0.2.2 |
1086 | 2025-02-06T04:26:41.792Z | Downloaded tokio v1.43.0 |
1087 | 2025-02-06T04:26:41.792Z | Downloaded dirs-next v2.0.0 |
1088 | 2025-02-06T04:26:41.792Z | Downloaded ratatui v0.28.1 |
1089 | 2025-02-06T04:26:41.792Z | Downloaded pin-project-internal v1.1.6 |
1090 | 2025-02-06T04:26:41.792Z | Downloaded blake3 v1.5.4 |
1091 | 2025-02-06T04:26:41.792Z | Downloaded unicode-normalization v0.1.24 |
1092 | 2025-02-06T04:26:41.792Z | Downloaded hkdf v0.12.4 |
1093 | 2025-02-06T04:26:41.792Z | Downloaded hickory-server v0.24.2 |
1094 | 2025-02-06T04:26:41.793Z | Downloaded tokio-postgres v0.7.12 |
1095 | 2025-02-06T04:26:41.793Z | Downloaded lzma-sys v0.1.20 |
1096 | 2025-02-06T04:26:41.793Z | Downloaded tough v0.19.0 |
1097 | 2025-02-06T04:26:41.793Z | Downloaded parking_lot_core v0.9.10 |
1098 | 2025-02-06T04:26:41.793Z | Downloaded parking_lot_core v0.8.6 |
1099 | 2025-02-06T04:26:41.793Z | Downloaded omicron-zone-package v0.12.0 |
1100 | 2025-02-06T04:26:41.793Z | Downloaded itertools v0.13.0 |
1101 | 2025-02-06T04:26:41.793Z | Downloaded petgraph v0.6.5 |
1102 | 2025-02-06T04:26:41.793Z | Downloaded itertools v0.10.5 |
1103 | 2025-02-06T04:26:41.793Z | Downloaded libz-sys v1.1.20 |
1104 | 2025-02-06T04:26:41.793Z | Downloaded sha3 v0.10.8 |
1105 | 2025-02-06T04:26:41.793Z | Downloaded foreign-types-macros v0.2.3 |
1106 | 2025-02-06T04:26:41.793Z | Downloaded predicates v3.1.2 |
1107 | 2025-02-06T04:26:41.793Z | Downloaded parse-display-derive v0.10.0 |
1108 | 2025-02-06T04:26:41.793Z | Downloaded defmt v0.3.8 |
1109 | 2025-02-06T04:26:41.793Z | Downloaded fatfs v0.3.6 |
1110 | 2025-02-06T04:26:41.794Z | Downloaded uuid v1.12.0 |
1111 | 2025-02-06T04:26:41.794Z | Downloaded peg-macros v0.8.4 |
1112 | 2025-02-06T04:26:41.794Z | Downloaded toml v0.7.8 |
1113 | 2025-02-06T04:26:41.794Z | Downloaded libm v0.2.8 |
1114 | 2025-02-06T04:26:41.794Z | Downloaded mio v1.0.2 |
1115 | 2025-02-06T04:26:41.794Z | Downloaded aes v0.8.4 |
1116 | 2025-02-06T04:26:41.794Z | Downloaded uzers v0.12.1 |
1117 | 2025-02-06T04:26:41.794Z | Downloaded ref-cast v1.0.23 |
1118 | 2025-02-06T04:26:41.794Z | Downloaded packed_struct_codegen v0.10.1 |
1119 | 2025-02-06T04:26:41.794Z | Downloaded num-integer v0.1.46 |
1120 | 2025-02-06T04:26:41.794Z | Downloaded untrusted v0.9.0 |
1121 | 2025-02-06T04:26:41.794Z | Downloaded unicase v2.7.0 |
1122 | 2025-02-06T04:26:41.794Z | Downloaded maybe-uninit v2.0.0 |
1123 | 2025-02-06T04:26:41.794Z | Downloaded base64 v0.21.7 |
1124 | 2025-02-06T04:26:41.794Z | Downloaded derive-where v1.2.7 |
1125 | 2025-02-06T04:26:41.794Z | Downloaded vergen v8.3.2 |
1126 | 2025-02-06T04:26:41.794Z | Downloaded base64 v0.22.1 |
1127 | 2025-02-06T04:26:41.794Z | Downloaded backtrace v0.3.74 |
1128 | 2025-02-06T04:26:41.794Z | Downloaded rcgen v0.12.1 |
1129 | 2025-02-06T04:26:41.794Z | Downloaded icu_properties v1.5.1 |
1130 | 2025-02-06T04:26:41.794Z | Downloaded icu_locid_transform_data v1.5.0 |
1131 | 2025-02-06T04:26:41.795Z | Downloaded indicatif v0.17.11 |
1132 | 2025-02-06T04:26:41.795Z | Downloaded compact_str v0.8.0 |
1133 | 2025-02-06T04:26:41.795Z | Downloaded slab v0.4.9 |
1134 | 2025-02-06T04:26:41.795Z | Downloaded same-file v1.0.6 |
1135 | 2025-02-06T04:26:41.795Z | Downloaded rand_core v0.6.4 |
1136 | 2025-02-06T04:26:41.795Z | Downloaded progenitor v0.9.1 |
1137 | 2025-02-06T04:26:41.795Z | Downloaded primeorder v0.13.6 |
1138 | 2025-02-06T04:26:41.795Z | Downloaded icu_provider v1.5.0 |
1139 | 2025-02-06T04:26:41.795Z | Downloaded const-oid v0.9.6 |
1140 | 2025-02-06T04:26:41.795Z | Downloaded num_enum_derive v0.5.11 |
1141 | 2025-02-06T04:26:41.795Z | Downloaded derive_builder v0.20.2 |
1142 | 2025-02-06T04:26:41.795Z | Downloaded zeroize_derive v1.4.2 |
1143 | 2025-02-06T04:26:41.795Z | Downloaded cc v1.1.30 |
1144 | 2025-02-06T04:26:41.795Z | Downloaded arc-swap v1.7.1 |
1145 | 2025-02-06T04:26:41.795Z | Downloaded allocator-api2 v0.2.18 |
1146 | 2025-02-06T04:26:41.795Z | Downloaded tracing-attributes v0.1.27 |
1147 | 2025-02-06T04:26:41.796Z | Downloaded tokio-stream v0.1.16 |
1148 | 2025-02-06T04:26:41.796Z | Downloaded tokio-rustls v0.26.0 |
1149 | 2025-02-06T04:26:41.796Z | Downloaded chrono-tz-build v0.4.0 |
1150 | 2025-02-06T04:26:41.796Z | Downloaded chacha20poly1305 v0.10.1 |
1151 | 2025-02-06T04:26:41.796Z | Downloaded num v0.4.3 |
1152 | 2025-02-06T04:26:41.796Z | Downloaded cookie v0.18.1 |
1153 | 2025-02-06T04:26:41.796Z | Downloaded bytes v1.9.0 |
1154 | 2025-02-06T04:26:41.810Z | Downloaded futures-io v0.3.31 |
1155 | 2025-02-06T04:26:41.810Z | Downloaded fallible-iterator v0.3.0 |
1156 | 2025-02-06T04:26:41.810Z | Downloaded icu_normalizer_data v1.5.0 |
1157 | 2025-02-06T04:26:41.810Z | Downloaded base64 v0.13.1 |
1158 | 2025-02-06T04:26:41.810Z | Downloaded smf v0.2.3 |
1159 | 2025-02-06T04:26:41.810Z | Downloaded serde_derive_internals v0.29.1 |
1160 | 2025-02-06T04:26:41.811Z | Downloaded instability v0.3.2 |
1161 | 2025-02-06T04:26:41.811Z | Downloaded constant_time_eq v0.3.1 |
1162 | 2025-02-06T04:26:41.811Z | Downloaded cmake v0.1.51 |
1163 | 2025-02-06T04:26:41.811Z | Downloaded ciborium-ll v0.2.2 |
1164 | 2025-02-06T04:26:41.811Z | Downloaded cassowary v0.3.0 |
1165 | 2025-02-06T04:26:41.811Z | Downloaded arrayref v0.3.9 |
1166 | 2025-02-06T04:26:41.811Z | Downloaded chacha20 v0.9.1 |
1167 | 2025-02-06T04:26:41.816Z | Downloaded assert_matches v1.5.0 |
1168 | 2025-02-06T04:26:41.816Z | Downloaded adler2 v2.0.0 |
1169 | 2025-02-06T04:26:41.816Z | Downloaded libefi-sys v0.1.0 |
1170 | 2025-02-06T04:26:41.816Z | Downloaded hubpack v0.1.2 |
1171 | 2025-02-06T04:26:41.816Z | Downloaded array-init v0.0.4 |
1172 | 2025-02-06T04:26:41.816Z | Downloaded block-padding v0.3.3 |
1173 | 2025-02-06T04:26:41.863Z | Downloaded encoding_rs v0.8.34 |
1174 | 2025-02-06T04:26:41.946Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1175 | 2025-02-06T04:26:42.359Z | Downloaded aws-lc-sys v0.22.0 |
1176 | 2025-02-06T04:26:42.606Z | Downloaded ring v0.17.8 |
1177 | 2025-02-06T04:26:42.751Z | Downloaded libsqlite3-sys v0.30.1 |
1178 | 2025-02-06T04:26:42.906Z | Compiling serde v1.0.217 |
1179 | 2025-02-06T04:26:42.957Z | Compiling lock_api v0.4.12 |
1180 | 2025-02-06T04:26:42.957Z | Compiling value-bag v1.9.0 |
1181 | 2025-02-06T04:26:42.957Z | Compiling scopeguard v1.2.0 |
1182 | 2025-02-06T04:26:42.957Z | Compiling typenum v1.17.0 |
1183 | 2025-02-06T04:26:42.957Z | Compiling generic-array v0.14.7 |
1184 | 2025-02-06T04:26:43.104Z | Compiling syn v2.0.96 |
1185 | 2025-02-06T04:26:43.167Z | Compiling getrandom v0.2.15 |
1186 | 2025-02-06T04:26:43.290Z | Compiling subtle v2.6.1 |
1187 | 2025-02-06T04:26:43.399Z | Compiling rand_core v0.6.4 |
1188 | 2025-02-06T04:26:43.568Z | Compiling log v0.4.22 |
1189 | 2025-02-06T04:26:43.638Z | Compiling shlex v1.3.0 |
1190 | 2025-02-06T04:26:43.669Z | Compiling jobserver v0.1.32 |
1191 | 2025-02-06T04:26:43.700Z | Compiling smallvec v1.13.2 |
1192 | 2025-02-06T04:26:43.929Z | Compiling const-oid v0.9.6 |
1193 | 2025-02-06T04:26:43.962Z | Compiling pin-project-lite v0.2.14 |
1194 | 2025-02-06T04:26:44.053Z | Compiling cc v1.1.30 |
1195 | 2025-02-06T04:26:44.114Z | Compiling rustix v0.38.37 |
1196 | 2025-02-06T04:26:44.203Z | Compiling spin v0.9.8 |
1197 | 2025-02-06T04:26:44.370Z | Compiling parking_lot_core v0.9.10 |
1198 | 2025-02-06T04:26:44.531Z | Compiling futures-core v0.3.31 |
1199 | 2025-02-06T04:26:44.613Z | Compiling signal-hook-registry v1.4.2 |
1200 | 2025-02-06T04:26:44.801Z | Compiling mio v1.0.2 |
1201 | 2025-02-06T04:26:45.071Z | Compiling aho-corasick v1.1.3 |
1202 | 2025-02-06T04:26:45.389Z | Compiling parking_lot v0.12.3 |
1203 | 2025-02-06T04:26:45.580Z | Compiling cpufeatures v0.2.14 |
1204 | 2025-02-06T04:26:45.623Z | Compiling either v1.13.0 |
1205 | 2025-02-06T04:26:45.715Z | Compiling stable_deref_trait v1.2.0 |
1206 | 2025-02-06T04:26:45.839Z | Compiling regex-syntax v0.8.5 |
1207 | 2025-02-06T04:26:46.037Z | Compiling futures-sink v0.3.31 |
1208 | 2025-02-06T04:26:46.061Z | Compiling glob v0.3.2 |
1209 | 2025-02-06T04:26:46.064Z | Compiling socket2 v0.5.7 |
1210 | 2025-02-06T04:26:46.202Z | Compiling slab v0.4.9 |
1211 | 2025-02-06T04:26:46.238Z | Compiling prettyplease v0.2.25 |
1212 | 2025-02-06T04:26:46.627Z | Compiling lazy_static v1.5.0 |
1213 | 2025-02-06T04:26:46.680Z | Compiling serde_json v1.0.135 |
1214 | 2025-02-06T04:26:46.768Z | Compiling minimal-lexical v0.2.1 |
1215 | 2025-02-06T04:26:47.003Z | Compiling clang-sys v1.8.1 |
1216 | 2025-02-06T04:26:47.066Z | Compiling libloading v0.8.5 |
1217 | 2025-02-06T04:26:47.293Z | Compiling nom v7.1.3 |
1218 | 2025-02-06T04:26:47.329Z | Compiling home v0.5.9 |
1219 | 2025-02-06T04:26:47.474Z | Compiling bindgen v0.69.5 |
1220 | 2025-02-06T04:26:47.606Z | Compiling futures-channel v0.3.31 |
1221 | 2025-02-06T04:26:47.934Z | Compiling itertools v0.12.1 |
1222 | 2025-02-06T04:26:48.023Z | Compiling libm v0.2.8 |
1223 | 2025-02-06T04:26:48.372Z | Compiling foldhash v0.1.3 |
1224 | 2025-02-06T04:26:48.395Z | Compiling lazycell v1.3.0 |
1225 | 2025-02-06T04:26:48.579Z | Compiling futures-io v0.3.31 |
1226 | 2025-02-06T04:26:48.686Z | Compiling allocator-api2 v0.2.18 |
1227 | 2025-02-06T04:26:48.866Z | Compiling rustc-hash v1.1.0 |
1228 | 2025-02-06T04:26:49.031Z | Compiling pin-utils v0.1.0 |
1229 | 2025-02-06T04:26:49.144Z | Compiling futures-task v0.3.31 |
1230 | 2025-02-06T04:26:49.430Z | Compiling hashbrown v0.15.1 |
1231 | 2025-02-06T04:26:49.481Z | Compiling cmake v0.1.51 |
1232 | 2025-02-06T04:26:49.972Z | Compiling regex-automata v0.4.8 |
1233 | 2025-02-06T04:26:50.428Z | Compiling cexpr v0.6.0 |
1234 | 2025-02-06T04:26:50.698Z | Compiling synstructure v0.13.1 |
1235 | 2025-02-06T04:26:50.862Z | Compiling num-traits v0.2.19 |
1236 | 2025-02-06T04:26:51.237Z | Compiling dunce v1.0.5 |
1237 | 2025-02-06T04:26:51.321Z | Compiling pkg-config v0.3.31 |
1238 | 2025-02-06T04:26:52.167Z | Compiling fs_extra v1.3.0 |
1239 | 2025-02-06T04:26:52.440Z | Compiling litemap v0.7.3 |
1240 | 2025-02-06T04:26:52.741Z | Compiling writeable v0.5.5 |
1241 | 2025-02-06T04:26:52.745Z | Compiling ring v0.17.8 |
1242 | 2025-02-06T04:26:52.833Z | Compiling paste v1.0.15 |
1243 | 2025-02-06T04:26:53.322Z | Compiling base64ct v1.6.0 |
1244 | 2025-02-06T04:26:53.602Z | Compiling httparse v1.9.5 |
1245 | 2025-02-06T04:26:53.660Z | Compiling flagset v0.4.6 |
1246 | 2025-02-06T04:26:53.894Z | Compiling pem-rfc7468 v0.7.0 |
1247 | 2025-02-06T04:26:53.897Z | Compiling icu_locid_transform_data v1.5.0 |
1248 | 2025-02-06T04:26:54.024Z | Compiling aws-lc-rs v1.10.0 |
1249 | 2025-02-06T04:26:54.451Z | Compiling tracing-core v0.1.32 |
1250 | 2025-02-06T04:26:54.540Z | Compiling rustls-pki-types v1.10.0 |
1251 | 2025-02-06T04:26:54.979Z | Compiling icu_properties_data v1.5.0 |
1252 | 2025-02-06T04:26:55.262Z | Compiling crossbeam-utils v0.8.20 |
1253 | 2025-02-06T04:26:55.564Z | Compiling regex v1.11.1 |
1254 | 2025-02-06T04:26:55.592Z | Compiling percent-encoding v2.3.1 |
1255 | 2025-02-06T04:26:55.786Z | Compiling write16 v1.0.0 |
1256 | 2025-02-06T04:26:55.902Z | Compiling mirai-annotations v1.12.0 |
1257 | 2025-02-06T04:26:55.961Z | Compiling utf8_iter v1.0.4 |
1258 | 2025-02-06T04:26:56.092Z | Compiling num-conv v0.1.0 |
1259 | 2025-02-06T04:26:56.195Z | Compiling untrusted v0.7.1 |
1260 | 2025-02-06T04:26:56.293Z | Compiling powerfmt v0.2.0 |
1261 | 2025-02-06T04:26:56.371Z | Compiling utf16_iter v1.0.5 |
1262 | 2025-02-06T04:26:56.399Z | Compiling icu_normalizer_data v1.5.0 |
1263 | 2025-02-06T04:26:56.459Z | Compiling serde_derive v1.0.217 |
1264 | 2025-02-06T04:26:56.501Z | Compiling zeroize_derive v1.4.2 |
1265 | 2025-02-06T04:26:56.531Z | Compiling zerocopy-derive v0.7.35 |
1266 | 2025-02-06T04:26:56.588Z | Compiling zerofrom-derive v0.1.4 |
1267 | 2025-02-06T04:26:56.670Z | Compiling tokio-macros v2.5.0 |
1268 | 2025-02-06T04:26:57.937Z | Compiling zeroize v1.8.1 |
1269 | 2025-02-06T04:26:58.188Z | Compiling yoke-derive v0.7.4 |
1270 | 2025-02-06T04:26:58.343Z | Compiling thiserror-impl v1.0.69 |
1271 | 2025-02-06T04:26:58.587Z | Compiling zerocopy v0.7.35 |
1272 | 2025-02-06T04:26:59.579Z | Compiling crypto-common v0.1.6 |
1273 | 2025-02-06T04:26:59.718Z | Compiling block-buffer v0.10.4 |
1274 | 2025-02-06T04:26:59.826Z | Compiling zerovec-derive v0.10.3 |
1275 | 2025-02-06T04:27:00.029Z | Compiling displaydoc v0.2.5 |
1276 | 2025-02-06T04:27:00.053Z | Compiling digest v0.10.7 |
1277 | 2025-02-06T04:27:00.220Z | Compiling zerofrom v0.1.4 |
1278 | 2025-02-06T04:27:00.455Z | Compiling futures-macro v0.3.31 |
1279 | 2025-02-06T04:27:00.534Z | Compiling hmac v0.12.1 |
1280 | 2025-02-06T04:27:00.808Z | Compiling block-padding v0.3.3 |
1281 | 2025-02-06T04:27:00.921Z | Compiling yoke v0.7.4 |
1282 | 2025-02-06T04:27:01.057Z | Compiling inout v0.1.3 |
1283 | 2025-02-06T04:27:01.263Z | Compiling sha2 v0.10.8 |
1284 | 2025-02-06T04:27:01.297Z | Compiling icu_provider_macros v1.5.0 |
1285 | 2025-02-06T04:27:01.340Z | Compiling cipher v0.4.4 |
1286 | 2025-02-06T04:27:01.475Z | Compiling thiserror v1.0.69 |
1287 | 2025-02-06T04:27:01.584Z | Compiling ppv-lite86 v0.2.20 |
1288 | 2025-02-06T04:27:01.638Z | Compiling der_derive v0.7.3 |
1289 | 2025-02-06T04:27:01.877Z | Compiling tracing-attributes v0.1.27 |
1290 | 2025-02-06T04:27:02.301Z | Compiling futures-util v0.3.31 |
1291 | 2025-02-06T04:27:02.370Z | Compiling rand_chacha v0.3.1 |
1292 | 2025-02-06T04:27:02.397Z | Compiling salsa20 v0.10.2 |
1293 | 2025-02-06T04:27:02.443Z | Compiling zerovec v0.10.4 |
1294 | 2025-02-06T04:27:02.617Z | Compiling pest v2.7.14 |
1295 | 2025-02-06T04:27:03.988Z | Compiling der v0.7.9 |
1296 | 2025-02-06T04:27:04.496Z | Compiling tinystr v0.7.6 |
1297 | 2025-02-06T04:27:04.632Z | Compiling icu_collections v1.5.0 |
1298 | 2025-02-06T04:27:04.908Z | Compiling icu_locid v1.5.0 |
1299 | 2025-02-06T04:27:04.953Z | Compiling rand v0.8.5 |
1300 | 2025-02-06T04:27:05.348Z | Compiling tracing v0.1.40 |
1301 | 2025-02-06T04:27:05.769Z | Compiling pbkdf2 v0.12.2 |
1302 | 2025-02-06T04:27:05.851Z | Compiling vcpkg v0.2.15 |
1303 | 2025-02-06T04:27:05.953Z | Compiling time-core v0.1.2 |
1304 | 2025-02-06T04:27:06.063Z | Compiling spki v0.7.3 |
1305 | 2025-02-06T04:27:06.137Z | Compiling icu_provider v1.5.0 |
1306 | 2025-02-06T04:27:06.452Z | Compiling untrusted v0.9.0 |
1307 | 2025-02-06T04:27:07.081Z | Compiling icu_locid_transform v1.5.0 |
1308 | 2025-02-06T04:27:07.084Z | Compiling time-macros v0.2.18 |
1309 | 2025-02-06T04:27:07.121Z | Compiling scrypt v0.11.0 |
1310 | 2025-02-06T04:27:07.139Z | Compiling pest_meta v2.7.14 |
1311 | 2025-02-06T04:27:07.639Z | Compiling aes v0.8.4 |
1312 | 2025-02-06T04:27:07.738Z | Compiling openssl-sys v0.9.105 |
1313 | 2025-02-06T04:27:07.799Z | Compiling cbc v0.1.2 |
1314 | 2025-02-06T04:27:08.052Z | Compiling deranged v0.3.11 |
1315 | 2025-02-06T04:27:08.825Z | Compiling icu_properties v1.5.1 |
1316 | 2025-02-06T04:27:09.550Z | Compiling bitflags v2.6.0 |
1317 | 2025-02-06T04:27:09.570Z | Compiling bytes v1.9.0 |
1318 | 2025-02-06T04:27:10.185Z | Compiling indexmap v2.7.1 |
1319 | 2025-02-06T04:27:10.291Z | Compiling semver v1.0.24 |
1320 | 2025-02-06T04:27:10.422Z | Compiling tokio v1.43.0 |
1321 | 2025-02-06T04:27:10.780Z | Compiling http v1.2.0 |
1322 | 2025-02-06T04:27:11.056Z | Compiling rustc_version v0.4.1 |
1323 | 2025-02-06T04:27:11.580Z | Compiling scroll_derive v0.12.0 |
1324 | 2025-02-06T04:27:11.770Z | Compiling num_threads v0.1.7 |
1325 | 2025-02-06T04:27:11.928Z | Compiling tinyvec_macros v0.1.1 |
1326 | 2025-02-06T04:27:12.033Z | Compiling atomic-waker v1.1.2 |
1327 | 2025-02-06T04:27:12.242Z | Compiling tinyvec v1.8.0 |
1328 | 2025-02-06T04:27:12.755Z | Compiling icu_normalizer v1.5.0 |
1329 | 2025-02-06T04:27:12.935Z | Compiling http-body v1.0.1 |
1330 | 2025-02-06T04:27:13.012Z | Compiling time v0.3.36 |
1331 | 2025-02-06T04:27:13.106Z | Compiling scroll v0.12.0 |
1332 | 2025-02-06T04:27:13.283Z | Compiling pkcs5 v0.7.1 |
1333 | 2025-02-06T04:27:13.534Z | Compiling pest_generator v2.7.14 |
1334 | 2025-02-06T04:27:13.619Z | Compiling form_urlencoded v1.2.1 |
1335 | 2025-02-06T04:27:13.786Z | Compiling which v4.4.2 |
1336 | 2025-02-06T04:27:13.962Z | Compiling idna_adapter v1.2.0 |
1337 | 2025-02-06T04:27:14.333Z | Compiling slog v2.7.0 |
1338 | 2025-02-06T04:27:14.436Z | Compiling try-lock v0.2.5 |
1339 | 2025-02-06T04:27:14.611Z | Compiling goblin v0.8.2 |
1340 | 2025-02-06T04:27:14.658Z | Compiling want v0.3.1 |
1341 | 2025-02-06T04:27:14.819Z | Compiling idna v1.0.3 |
1342 | 2025-02-06T04:27:14.945Z | Compiling pkcs8 v0.10.2 |
1343 | 2025-02-06T04:27:14.967Z | Compiling uuid v1.12.0 |
1344 | 2025-02-06T04:27:15.481Z | Compiling pest_derive v2.7.14 |
1345 | 2025-02-06T04:27:15.598Z | Compiling httpdate v1.0.3 |
1346 | 2025-02-06T04:27:16.152Z | Compiling iana-time-zone v0.1.61 |
1347 | 2025-02-06T04:27:16.310Z | Compiling dtrace-parser v0.2.0 |
1348 | 2025-02-06T04:27:16.521Z | Compiling chrono v0.4.39 |
1349 | 2025-02-06T04:27:16.547Z | Compiling serde_spanned v0.6.8 |
1350 | 2025-02-06T04:27:16.798Z | Compiling serde_tokenstream v0.2.2 |
1351 | 2025-02-06T04:27:17.240Z | Compiling toml_datetime v0.6.8 |
1352 | 2025-02-06T04:27:17.415Z | Compiling rustversion v1.0.17 |
1353 | 2025-02-06T04:27:17.711Z | Compiling foreign-types-shared v0.1.1 |
1354 | 2025-02-06T04:27:17.843Z | Compiling tower-service v0.3.3 |
1355 | 2025-02-06T04:27:17.864Z | Compiling match_cfg v0.1.0 |
1356 | 2025-02-06T04:27:17.974Z | Compiling adler2 v2.0.0 |
1357 | 2025-02-06T04:27:17.996Z | Compiling openssl v0.10.70 |
1358 | 2025-02-06T04:27:18.114Z | Compiling base64 v0.22.1 |
1359 | 2025-02-06T04:27:18.196Z | Compiling miniz_oxide v0.8.0 |
1360 | 2025-02-06T04:27:18.290Z | Compiling hostname v0.3.1 |
1361 | 2025-02-06T04:27:18.463Z | Compiling foreign-types v0.3.2 |
1362 | 2025-02-06T04:27:18.514Z | Compiling url v2.5.3 |
1363 | 2025-02-06T04:27:18.828Z | Compiling tokio-util v0.7.12 |
1364 | 2025-02-06T04:27:19.673Z | Compiling async-trait v0.1.86 |
1365 | 2025-02-06T04:27:19.852Z | Compiling h2 v0.4.6 |
1366 | 2025-02-06T04:27:19.996Z | Compiling openssl-macros v0.1.1 |
1367 | 2025-02-06T04:27:20.147Z | Compiling serde_derive_internals v0.29.1 |
1368 | 2025-02-06T04:27:20.380Z | Compiling dirs-sys-next v0.1.2 |
1369 | 2025-02-06T04:27:20.784Z | Compiling dof v0.3.0 |
1370 | 2025-02-06T04:27:20.934Z | Compiling schemars v0.8.21 |
1371 | 2025-02-06T04:27:21.288Z | Compiling rustls v0.22.4 |
1372 | 2025-02-06T04:27:21.573Z | Compiling usdt-impl v0.5.0 |
1373 | 2025-02-06T04:27:22.306Z | Compiling native-tls v0.2.12 |
1374 | 2025-02-06T04:27:22.550Z | Compiling rustls v0.23.19 |
1375 | 2025-02-06T04:27:22.652Z | Compiling data-encoding v2.6.0 |
1376 | 2025-02-06T04:27:22.704Z | Compiling siphasher v0.3.11 |
1377 | 2025-02-06T04:27:22.843Z | Compiling syn v1.0.109 |
1378 | 2025-02-06T04:27:23.075Z | Compiling schemars_derive v0.8.21 |
1379 | 2025-02-06T04:27:23.520Z | Compiling dirs-next v2.0.0 |
1380 | 2025-02-06T04:27:24.191Z | Compiling unicode-normalization v0.1.24 |
1381 | 2025-02-06T04:27:24.251Z | Compiling http-body-util v0.1.2 |
1382 | 2025-02-06T04:27:24.708Z | Compiling crossbeam-epoch v0.9.18 |
1383 | 2025-02-06T04:27:24.729Z | Compiling heapless v0.7.17 |
1384 | 2025-02-06T04:27:25.022Z | Compiling sha1 v0.10.6 |
1385 | 2025-02-06T04:27:25.199Z | Compiling signature v2.2.0 |
1386 | 2025-02-06T04:27:25.353Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1387 | 2025-02-06T04:27:25.473Z | Compiling thread_local v1.1.8 |
1388 | 2025-02-06T04:27:25.494Z | Compiling multer v3.1.0 |
1389 | 2025-02-06T04:27:25.516Z | Compiling encoding_rs v0.8.34 |
1390 | 2025-02-06T04:27:25.813Z | Compiling cookie v0.18.1 |
1391 | 2025-02-06T04:27:25.837Z | Compiling dyn-clone v1.0.17 |
1392 | 2025-02-06T04:27:25.954Z | Compiling ipnet v2.10.1 |
1393 | 2025-02-06T04:27:26.050Z | Compiling unicode-properties v0.1.3 |
1394 | 2025-02-06T04:27:26.106Z | Compiling gimli v0.31.1 |
1395 | 2025-02-06T04:27:26.233Z | Compiling mime v0.3.17 |
1396 | 2025-02-06T04:27:26.470Z | Compiling rayon-core v1.12.1 |
1397 | 2025-02-06T04:27:26.734Z | Compiling signal-hook v0.3.17 |
1398 | 2025-02-06T04:27:26.759Z | Compiling openssl-probe v0.1.5 |
1399 | 2025-02-06T04:27:26.977Z | Compiling slog-async v2.8.0 |
1400 | 2025-02-06T04:27:27.028Z | Compiling unicode-bidi v0.3.17 |
1401 | 2025-02-06T04:27:27.098Z | Compiling toml_edit v0.22.22 |
1402 | 2025-02-06T04:27:27.460Z | Compiling hyper v1.5.2 |
1403 | 2025-02-06T04:27:28.290Z | Compiling stringprep v0.1.5 |
1404 | 2025-02-06T04:27:29.830Z | Compiling hyper-util v0.1.10 |
1405 | 2025-02-06T04:27:31.047Z | Compiling addr2line v0.24.2 |
1406 | 2025-02-06T04:27:31.166Z | Compiling crossbeam-deque v0.8.5 |
1407 | 2025-02-06T04:27:31.263Z | Compiling usdt-macro v0.5.0 |
1408 | 2025-02-06T04:27:31.551Z | Compiling usdt-attr-macro v0.5.0 |
1409 | 2025-02-06T04:27:31.755Z | Compiling term v0.7.0 |
1410 | 2025-02-06T04:27:32.711Z | Compiling slog-json v2.6.1 |
1411 | 2025-02-06T04:27:32.732Z | Compiling serde_urlencoded v0.7.1 |
1412 | 2025-02-06T04:27:33.062Z | Compiling crossbeam-channel v0.5.13 |
1413 | 2025-02-06T04:27:33.094Z | Compiling curve25519-dalek v4.1.3 |
1414 | 2025-02-06T04:27:33.114Z | Compiling futures-executor v0.3.31 |
1415 | 2025-02-06T04:27:33.269Z | Compiling md-5 v0.10.6 |
1416 | 2025-02-06T04:27:33.313Z | Compiling enum-as-inner v0.6.1 |
1417 | 2025-02-06T04:27:33.549Z | Compiling async-stream-impl v0.3.6 |
1418 | 2025-02-06T04:27:33.664Z | Compiling rustls-pemfile v2.2.0 |
1419 | 2025-02-06T04:27:33.758Z | Compiling num-integer v0.1.46 |
1420 | 2025-02-06T04:27:33.997Z | Compiling hash32 v0.2.1 |
1421 | 2025-02-06T04:27:34.116Z | Compiling ff v0.13.0 |
1422 | 2025-02-06T04:27:34.363Z | Compiling is-terminal v0.4.13 |
1423 | 2025-02-06T04:27:34.369Z | Compiling object v0.36.5 |
1424 | 2025-02-06T04:27:34.415Z | Compiling dropshot v0.12.0 |
1425 | 2025-02-06T04:27:34.484Z | Compiling rustc-demangle v0.1.24 |
1426 | 2025-02-06T04:27:34.501Z | Compiling portable-atomic v1.9.0 |
1427 | 2025-02-06T04:27:34.700Z | Compiling utf-8 v0.7.6 |
1428 | 2025-02-06T04:27:34.758Z | Compiling base16ct v0.2.0 |
1429 | 2025-02-06T04:27:34.838Z | Compiling num-bigint-dig v0.8.4 |
1430 | 2025-02-06T04:27:35.081Z | Compiling psl-types v2.0.11 |
1431 | 2025-02-06T04:27:35.159Z | Compiling linked-hash-map v0.5.6 |
1432 | 2025-02-06T04:27:35.163Z | Compiling quick-error v1.2.3 |
1433 | 2025-02-06T04:27:35.297Z | Compiling litrs v0.4.1 |
1434 | 2025-02-06T04:27:35.352Z | Compiling fallible-iterator v0.2.0 |
1435 | 2025-02-06T04:27:35.441Z | Compiling take_mut v0.2.2 |
1436 | 2025-02-06T04:27:35.493Z | Compiling smoltcp v0.9.1 |
1437 | 2025-02-06T04:27:35.513Z | Compiling anyhow v1.0.95 |
1438 | 2025-02-06T04:27:36.038Z | Compiling postgres-protocol v0.6.7 |
1439 | 2025-02-06T04:27:36.278Z | Compiling lru-cache v0.1.2 |
1440 | 2025-02-06T04:27:36.460Z | Compiling document-features v0.2.10 |
1441 | 2025-02-06T04:27:36.497Z | Compiling resolv-conf v0.7.0 |
1442 | 2025-02-06T04:27:36.550Z | Compiling publicsuffix v2.3.0 |
1443 | 2025-02-06T04:27:36.749Z | Compiling sec1 v0.7.3 |
1444 | 2025-02-06T04:27:36.847Z | Compiling tungstenite v0.24.0 |
1445 | 2025-02-06T04:27:37.206Z | Compiling async-stream v0.3.6 |
1446 | 2025-02-06T04:27:37.301Z | Compiling slog-term v2.9.1 |
1447 | 2025-02-06T04:27:37.351Z | Compiling hickory-proto v0.24.2 |
1448 | 2025-02-06T04:27:37.514Z | Compiling usdt v0.5.0 |
1449 | 2025-02-06T04:27:37.684Z | Compiling group v0.13.0 |
1450 | 2025-02-06T04:27:38.030Z | Compiling num-iter v0.1.45 |
1451 | 2025-02-06T04:27:38.409Z | Compiling futures v0.3.31 |
1452 | 2025-02-06T04:27:38.473Z | Compiling slog-bunyan v2.5.0 |
1453 | 2025-02-06T04:27:38.968Z | Compiling toml v0.8.19 |
1454 | 2025-02-06T04:27:39.006Z | Compiling camino v1.1.9 |
1455 | 2025-02-06T04:27:39.890Z | Compiling tokio-native-tls v0.3.1 |
1456 | 2025-02-06T04:27:40.325Z | Compiling phf_shared v0.11.2 |
1457 | 2025-02-06T04:27:40.602Z | Compiling dropshot_endpoint v0.12.0 |
1458 | 2025-02-06T04:27:40.700Z | Compiling terminal_size v0.4.0 |
1459 | 2025-02-06T04:27:40.857Z | Compiling waitgroup v0.1.2 |
1460 | 2025-02-06T04:27:40.929Z | Compiling backtrace v0.3.74 |
1461 | 2025-02-06T04:27:41.085Z | Compiling openapiv3 v2.0.0 |
1462 | 2025-02-06T04:27:41.091Z | Compiling serde_path_to_error v0.1.16 |
1463 | 2025-02-06T04:27:41.564Z | Compiling hkdf v0.12.4 |
1464 | 2025-02-06T04:27:41.847Z | Compiling crypto-bigint v0.5.5 |
1465 | 2025-02-06T04:27:41.889Z | Compiling zerocopy-derive v0.6.6 |
1466 | 2025-02-06T04:27:43.944Z | Compiling curve25519-dalek-derive v0.1.1 |
1467 | 2025-02-06T04:27:44.110Z | Compiling webpki-roots v0.26.6 |
1468 | 2025-02-06T04:27:44.340Z | Compiling hostname v0.4.0 |
1469 | 2025-02-06T04:27:44.562Z | Compiling fs-err v2.11.0 |
1470 | 2025-02-06T04:27:44.841Z | Compiling crc32fast v1.4.2 |
1471 | 2025-02-06T04:27:44.891Z | Compiling hubpack_derive v0.1.1 |
1472 | 2025-02-06T04:27:44.928Z | Compiling ahash v0.8.11 |
1473 | 2025-02-06T04:27:45.160Z | Compiling newtype-uuid v1.2.1 |
1474 | 2025-02-06T04:27:45.205Z | Compiling managed v0.8.0 |
1475 | 2025-02-06T04:27:45.283Z | Compiling bitflags v1.3.2 |
1476 | 2025-02-06T04:27:45.411Z | Compiling debug-ignore v1.0.5 |
1477 | 2025-02-06T04:27:45.455Z | Compiling winnow v0.5.40 |
1478 | 2025-02-06T04:27:45.459Z | Compiling unicode-width v0.2.0 |
1479 | 2025-02-06T04:27:45.571Z | Compiling clap_builder v4.5.27 |
1480 | 2025-02-06T04:27:45.801Z | Compiling hubpack v0.1.2 |
1481 | 2025-02-06T04:27:46.005Z | Compiling console v0.15.10 |
1482 | 2025-02-06T04:27:46.886Z | Compiling strum_macros v0.25.3 |
1483 | 2025-02-06T04:27:47.519Z | Compiling flate2 v1.0.35 |
1484 | 2025-02-06T04:27:47.793Z | Compiling elliptic-curve v0.13.8 |
1485 | 2025-02-06T04:27:48.018Z | Compiling zerocopy v0.6.6 |
1486 | 2025-02-06T04:27:48.438Z | Compiling hickory-resolver v0.24.2 |
1487 | 2025-02-06T04:27:48.757Z | Compiling toml_edit v0.19.15 |
1488 | 2025-02-06T04:27:49.009Z | Compiling phf v0.11.2 |
1489 | 2025-02-06T04:27:49.309Z | Compiling signal-hook-mio v0.2.4 |
1490 | 2025-02-06T04:27:49.436Z | Compiling cookie_store v0.21.1 |
1491 | 2025-02-06T04:27:49.496Z | Compiling hyper-tls v0.6.0 |
1492 | 2025-02-06T04:27:49.942Z | Compiling rayon v1.10.0 |
1493 | 2025-02-06T04:27:50.827Z | Compiling bzip2 v0.4.4 |
1494 | 2025-02-06T04:27:51.209Z | Compiling tokio-tungstenite v0.24.0 |
1495 | 2025-02-06T04:27:51.773Z | Compiling postgres-types v0.2.8 |
1496 | 2025-02-06T04:27:53.815Z | Compiling ed25519 v2.2.3 |
1497 | 2025-02-06T04:27:54.355Z | Compiling phf_shared v0.10.0 |
1498 | 2025-02-06T04:27:54.422Z | Compiling tokio-stream v0.1.16 |
1499 | 2025-02-06T04:27:54.458Z | Compiling pkcs1 v0.7.5 |
1500 | 2025-02-06T04:27:54.596Z | Compiling serde-big-array v0.5.1 |
1501 | 2025-02-06T04:27:54.739Z | Compiling rfc6979 v0.4.0 |
1502 | 2025-02-06T04:27:54.852Z | Compiling clap_derive v4.5.24 |
1503 | 2025-02-06T04:27:54.982Z | Compiling serde_repr v0.1.19 |
1504 | 2025-02-06T04:27:55.422Z | Compiling derive-where v1.2.7 |
1505 | 2025-02-06T04:27:55.444Z | Compiling bstr v1.10.0 |
1506 | 2025-02-06T04:27:55.758Z | Compiling float-cmp v0.9.0 |
1507 | 2025-02-06T04:27:56.017Z | Compiling sync_wrapper v1.0.1 |
1508 | 2025-02-06T04:27:56.179Z | Compiling new_debug_unreachable v1.0.6 |
1509 | 2025-02-06T04:27:56.203Z | Compiling static_assertions v1.1.0 |
1510 | 2025-02-06T04:27:56.224Z | Compiling normalize-line-endings v0.3.0 |
1511 | 2025-02-06T04:27:56.290Z | Compiling fixedbitset v0.4.2 |
1512 | 2025-02-06T04:27:56.312Z | Compiling number_prefix v0.4.0 |
1513 | 2025-02-06T04:27:56.358Z | Compiling precomputed-hash v0.1.1 |
1514 | 2025-02-06T04:27:56.500Z | Compiling difflib v0.4.0 |
1515 | 2025-02-06T04:27:56.550Z | Compiling whoami v1.5.2 |
1516 | 2025-02-06T04:27:56.725Z | Compiling unicode-segmentation v1.12.0 |
1517 | 2025-02-06T04:27:57.101Z | Compiling bit-vec v0.6.3 |
1518 | 2025-02-06T04:27:57.129Z | Compiling predicates-core v1.0.8 |
1519 | 2025-02-06T04:27:57.468Z | Compiling bit-set v0.5.3 |
1520 | 2025-02-06T04:27:57.531Z | Compiling similar v2.6.0 |
1521 | 2025-02-06T04:27:57.621Z | Compiling predicates v3.1.2 |
1522 | 2025-02-06T04:27:57.765Z | Compiling tokio-postgres v0.7.12 |
1523 | 2025-02-06T04:27:57.934Z | Compiling petgraph v0.6.5 |
1524 | 2025-02-06T04:27:58.697Z | Compiling indicatif v0.17.11 |
1525 | 2025-02-06T04:27:59.203Z | Compiling string_cache v0.8.7 |
1526 | 2025-02-06T04:27:59.638Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1527 | 2025-02-06T04:27:59.696Z | Compiling clap v4.5.27 |
1528 | 2025-02-06T04:27:59.757Z | Compiling rsa v0.9.6 |
1529 | 2025-02-06T04:27:59.825Z | Compiling ecdsa v0.16.9 |
1530 | 2025-02-06T04:28:00.730Z | Compiling ed25519-dalek v2.1.1 |
1531 | 2025-02-06T04:28:00.821Z | Compiling toml v0.7.8 |
1532 | 2025-02-06T04:28:01.625Z | Compiling zip v0.6.6 |
1533 | 2025-02-06T04:28:02.103Z | Compiling crossterm v0.28.1 |
1534 | 2025-02-06T04:28:03.530Z | Compiling hex v0.4.3 |
1535 | 2025-02-06T04:28:03.586Z | Compiling x509-cert v0.2.5 |
1536 | 2025-02-06T04:28:03.684Z | Compiling itertools v0.10.5 |
1537 | 2025-02-06T04:28:04.136Z | Compiling peg-runtime v0.8.3 |
1538 | 2025-02-06T04:28:04.753Z | Compiling lalrpop-util v0.19.12 |
1539 | 2025-02-06T04:28:05.149Z | Compiling unicode-xid v0.2.6 |
1540 | 2025-02-06T04:28:05.358Z | Compiling strum_macros v0.26.4 |
1541 | 2025-02-06T04:28:05.396Z | Compiling xattr v1.3.1 |
1542 | 2025-02-06T04:28:05.530Z | Compiling filetime v0.2.25 |
1543 | 2025-02-06T04:28:05.873Z | Compiling tar v0.4.42 |
1544 | 2025-02-06T04:28:10.215Z | Compiling strum v0.26.3 |
1545 | 2025-02-06T04:28:13.373Z | Compiling aws-lc-sys v0.22.0 |
1546 | 2025-02-06T04:28:41.615Z | Compiling rustls-webpki v0.102.8 |
1547 | 2025-02-06T04:28:45.012Z | Compiling tokio-rustls v0.25.0 |
1548 | 2025-02-06T04:28:46.916Z | Compiling tokio-rustls v0.26.0 |
1549 | 2025-02-06T04:28:47.267Z | Compiling hyper-rustls v0.27.3 |
1550 | 2025-02-06T04:28:47.777Z | Compiling reqwest v0.12.9 |
1551 | 2025-02-06T04:28:48.896Z | Compiling qorb v0.2.1 |
1552 | 2025-02-06T04:28:52.184Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1553 | 2025-02-06T04:28:52.464Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1554 | 2025-02-06T04:28:57.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
1555 | 2025-02-06T04:28:57.344Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1556 | 2025-02-06T04:28:57.401Z | Feb 06 04:28:56.440 INFO Starting download, target: Console |
1557 | 2025-02-06T04:28:57.401Z | Feb 06 04:28:56.440 INFO Starting download, target: Cockroach |
1558 | 2025-02-06T04:28:57.401Z | Feb 06 04:28:56.440 INFO Starting download, target: Clickhouse |
1559 | 2025-02-06T04:28:57.401Z | Feb 06 04:28:56.440 INFO Starting download, target: DendriteOpenapi |
1560 | 2025-02-06T04:28:57.401Z | Feb 06 04:28:56.440 INFO Starting download, target: DendriteStub |
1561 | 2025-02-06T04:28:57.401Z | Feb 06 04:28:56.440 INFO Starting download, target: MaghemiteMgd |
1562 | 2025-02-06T04:28:57.404Z | Feb 06 04:28:56.440 INFO Starting download, target: TransceiverControl |
1563 | 2025-02-06T04:28:57.404Z | Feb 06 04:28:56.441 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1564 | 2025-02-06T04:28:57.404Z | Feb 06 04:28:56.441 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1565 | 2025-02-06T04:28:57.404Z | Feb 06 04:28:56.441 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1566 | 2025-02-06T04:28:57.404Z | Feb 06 04:28:56.441 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1567 | 2025-02-06T04:28:57.404Z | Feb 06 04:28:56.441 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1568 | 2025-02-06T04:28:57.405Z | Feb 06 04:28:56.441 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1569 | 2025-02-06T04:28:57.405Z | Feb 06 04:28:56.441 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1570 | 2025-02-06T04:28:57.639Z | Feb 06 04:28:56.677 INFO Download complete, target: DendriteOpenapi |
1571 | 2025-02-06T04:28:57.711Z | Feb 06 04:28:56.747 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1572 | 2025-02-06T04:28:57.934Z | Feb 06 04:28:56.955 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1573 | 2025-02-06T04:28:58.213Z | Feb 06 04:28:57.235 INFO Download complete, target: TransceiverControl |
1574 | 2025-02-06T04:28:58.279Z | Feb 06 04:28:57.308 INFO Download complete, target: Console |
1575 | 2025-02-06T04:28:58.413Z | Feb 06 04:28:57.448 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1576 | 2025-02-06T04:28:58.439Z | Feb 06 04:28:57.476 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1577 | 2025-02-06T04:28:59.138Z | Feb 06 04:28:58.176 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1578 | 2025-02-06T04:28:59.138Z | Feb 06 04:28:58.176 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1579 | 2025-02-06T04:28:59.481Z | Feb 06 04:28:58.520 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1580 | 2025-02-06T04:29:01.430Z | Feb 06 04:29:00.468 INFO Download complete, target: DendriteStub |
1581 | 2025-02-06T04:29:01.478Z | Feb 06 04:29:00.517 INFO Download complete, target: MaghemiteMgd |
1582 | 2025-02-06T04:29:06.685Z | Feb 06 04:29:05.723 INFO Checking that binary works, target: Cockroach |
1583 | 2025-02-06T04:29:06.854Z | Feb 06 04:29:05.888 INFO Download complete, target: Cockroach |
1584 | 2025-02-06T04:29:12.091Z | Feb 06 04:29:11.128 INFO Checking that binary works, target: Clickhouse |
1585 | 2025-02-06T04:29:12.265Z | Feb 06 04:29:11.302 INFO Download complete, target: Clickhouse |
1586 | 2025-02-06T04:29:12.273Z | All prerequisites installed successfully |
1587 | 2025-02-06T04:29:12.276Z | |
1588 | 2025-02-06T04:29:12.276Z | real 5:03.669866229 |
1589 | 2025-02-06T04:29:12.276Z | user 16:16.374649698 |
1590 | 2025-02-06T04:29:12.276Z | sys 2:08.615715002 |
1591 | 2025-02-06T04:29:12.276Z | trap 0.605022524 |
1592 | 2025-02-06T04:29:12.276Z | tflt 1.734710316 |
1593 | 2025-02-06T04:29:12.276Z | dflt 1.718947779 |
1594 | 2025-02-06T04:29:12.276Z | kflt 0.027607271 |
1595 | 2025-02-06T04:29:12.276Z | lock 25:30.491467427 |
1596 | 2025-02-06T04:29:12.276Z | slp 57:06.203640470 |
1597 | 2025-02-06T04:29:12.276Z | lat 1:01.804456023 |
1598 | 2025-02-06T04:29:12.276Z | stop 2:29.768677225 |
1599 | 2025-02-06T04:29:12.276Z | + ptime -m cargo xtask download softnpu |
1600 | 2025-02-06T04:29:12.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1601 | 2025-02-06T04:29:12.864Z | Running `target/debug/xtask download softnpu` |
1602 | 2025-02-06T04:29:13.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
1603 | 2025-02-06T04:29:13.778Z | Running `target/debug/xtask-downloader softnpu` |
1604 | 2025-02-06T04:29:13.816Z | Feb 06 04:29:12.853 INFO Starting download, target: Softnpu |
1605 | 2025-02-06T04:29:13.819Z | Feb 06 04:29:12.853 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1606 | 2025-02-06T04:29:14.362Z | Feb 06 04:29:13.396 INFO Download complete, target: Softnpu |
1607 | 2025-02-06T04:29:14.365Z | |
1608 | 2025-02-06T04:29:14.365Z | real 2.083271690 |
1609 | 2025-02-06T04:29:14.365Z | user 1.303141389 |
1610 | 2025-02-06T04:29:14.366Z | sys 0.572863054 |
1611 | 2025-02-06T04:29:14.366Z | trap 0.000811977 |
1612 | 2025-02-06T04:29:14.366Z | tflt 0.000017968 |
1613 | 2025-02-06T04:29:14.366Z | dflt 0.000191606 |
1614 | 2025-02-06T04:29:14.366Z | kflt 0.000000000 |
1615 | 2025-02-06T04:29:14.366Z | lock 5.861046756 |
1616 | 2025-02-06T04:29:14.366Z | slp 0.398708131 |
1617 | 2025-02-06T04:29:14.366Z | lat 0.068977715 |
1618 | 2025-02-06T04:29:14.366Z | stop 0.000179599 |
1619 | 2025-02-06T04:29:14.366Z | + export CARGO_INCREMENTAL=0 |
1620 | 2025-02-06T04:29:14.366Z | + CARGO_INCREMENTAL=0 |
1621 | 2025-02-06T04:29:14.366Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1622 | 2025-02-06T04:29:15.387Z | Compiling proc-macro2 v1.0.92 |
1623 | 2025-02-06T04:29:15.387Z | Compiling unicode-ident v1.0.14 |
1624 | 2025-02-06T04:29:15.390Z | Compiling libc v0.2.169 |
1625 | 2025-02-06T04:29:15.390Z | Compiling serde v1.0.217 |
1626 | 2025-02-06T04:29:15.390Z | Compiling autocfg v1.4.0 |
1627 | 2025-02-06T04:29:15.390Z | Compiling version_check v0.9.5 |
1628 | 2025-02-06T04:29:15.390Z | Compiling cfg-if v1.0.0 |
1629 | 2025-02-06T04:29:15.678Z | Compiling memchr v2.7.4 |
1630 | 2025-02-06T04:29:15.700Z | Compiling typenum v1.17.0 |
1631 | 2025-02-06T04:29:15.716Z | Compiling shlex v1.3.0 |
1632 | 2025-02-06T04:29:16.078Z | Compiling value-bag v1.9.0 |
1633 | 2025-02-06T04:29:16.187Z | Compiling generic-array v0.14.7 |
1634 | 2025-02-06T04:29:16.361Z | Compiling lock_api v0.4.12 |
1635 | 2025-02-06T04:29:16.478Z | Compiling log v0.4.22 |
1636 | 2025-02-06T04:29:16.576Z | Compiling scopeguard v1.2.0 |
1637 | 2025-02-06T04:29:16.750Z | Compiling parking_lot_core v0.9.10 |
1638 | 2025-02-06T04:29:16.990Z | Compiling serde_json v1.0.135 |
1639 | 2025-02-06T04:29:17.160Z | Compiling quote v1.0.38 |
1640 | 2025-02-06T04:29:17.204Z | Compiling once_cell v1.20.2 |
1641 | 2025-02-06T04:29:17.271Z | Compiling libm v0.2.8 |
1642 | 2025-02-06T04:29:17.312Z | Compiling jobserver v0.1.32 |
1643 | 2025-02-06T04:29:17.470Z | Compiling getrandom v0.2.15 |
1644 | 2025-02-06T04:29:17.580Z | Compiling syn v2.0.96 |
1645 | 2025-02-06T04:29:17.715Z | Compiling rustix v0.38.37 |
1646 | 2025-02-06T04:29:17.784Z | Compiling cc v1.1.30 |
1647 | 2025-02-06T04:29:17.836Z | Compiling aho-corasick v1.1.3 |
1648 | 2025-02-06T04:29:17.884Z | Compiling num-traits v0.2.19 |
1649 | 2025-02-06T04:29:17.932Z | Compiling regex-syntax v0.8.5 |
1650 | 2025-02-06T04:29:18.057Z | Compiling thiserror v1.0.69 |
1651 | 2025-02-06T04:29:18.187Z | Compiling either v1.13.0 |
1652 | 2025-02-06T04:29:18.345Z | Compiling itoa v1.0.11 |
1653 | 2025-02-06T04:29:18.598Z | Compiling spin v0.9.8 |
1654 | 2025-02-06T04:29:18.634Z | Compiling slab v0.4.9 |
1655 | 2025-02-06T04:29:18.973Z | Compiling errno v0.3.9 |
1656 | 2025-02-06T04:29:19.009Z | Compiling byteorder v1.5.0 |
1657 | 2025-02-06T04:29:19.286Z | Compiling rand_core v0.6.4 |
1658 | 2025-02-06T04:29:19.876Z | Compiling glob v0.3.2 |
1659 | 2025-02-06T04:29:19.948Z | Compiling prettyplease v0.2.25 |
1660 | 2025-02-06T04:29:19.969Z | Compiling lazy_static v1.5.0 |
1661 | 2025-02-06T04:29:20.337Z | Compiling minimal-lexical v0.2.1 |
1662 | 2025-02-06T04:29:20.689Z | Compiling clang-sys v1.8.1 |
1663 | 2025-02-06T04:29:20.839Z | Compiling nom v7.1.3 |
1664 | 2025-02-06T04:29:20.968Z | Compiling libloading v0.8.5 |
1665 | 2025-02-06T04:29:20.988Z | Compiling subtle v2.6.1 |
1666 | 2025-02-06T04:29:21.347Z | Compiling home v0.5.9 |
1667 | 2025-02-06T04:29:21.406Z | Compiling bindgen v0.69.5 |
1668 | 2025-02-06T04:29:21.418Z | Compiling smallvec v1.13.2 |
1669 | 2025-02-06T04:29:21.660Z | Compiling regex-automata v0.4.8 |
1670 | 2025-02-06T04:29:21.819Z | Compiling itertools v0.12.1 |
1671 | 2025-02-06T04:29:21.899Z | Compiling lazycell v1.3.0 |
1672 | 2025-02-06T04:29:22.081Z | Compiling rustc-hash v1.1.0 |
1673 | 2025-02-06T04:29:22.180Z | Compiling allocator-api2 v0.2.18 |
1674 | 2025-02-06T04:29:22.244Z | Compiling cmake v0.1.51 |
1675 | 2025-02-06T04:29:23.101Z | Compiling dunce v1.0.5 |
1676 | 2025-02-06T04:29:23.255Z | Compiling fs_extra v1.3.0 |
1677 | 2025-02-06T04:29:23.542Z | Compiling semver v1.0.24 |
1678 | 2025-02-06T04:29:23.829Z | Compiling pkg-config v0.3.31 |
1679 | 2025-02-06T04:29:24.001Z | Compiling cexpr v0.6.0 |
1680 | 2025-02-06T04:29:24.131Z | Compiling ring v0.17.8 |
1681 | 2025-02-06T04:29:24.721Z | Compiling synstructure v0.13.1 |
1682 | 2025-02-06T04:29:25.120Z | Compiling ryu v1.0.18 |
1683 | 2025-02-06T04:29:25.365Z | Compiling pin-project-lite v0.2.14 |
1684 | 2025-02-06T04:29:25.463Z | Compiling paste v1.0.15 |
1685 | 2025-02-06T04:29:25.559Z | Compiling httparse v1.9.5 |
1686 | 2025-02-06T04:29:26.061Z | Compiling schemars v0.8.21 |
1687 | 2025-02-06T04:29:26.184Z | Compiling fnv v1.0.7 |
1688 | 2025-02-06T04:29:26.327Z | Compiling const-oid v0.9.6 |
1689 | 2025-02-06T04:29:26.385Z | Compiling aws-lc-rs v1.10.0 |
1690 | 2025-02-06T04:29:26.556Z | Compiling serde_derive_internals v0.29.1 |
1691 | 2025-02-06T04:29:26.947Z | Compiling foldhash v0.1.3 |
1692 | 2025-02-06T04:29:26.998Z | Compiling equivalent v1.0.1 |
1693 | 2025-02-06T04:29:27.144Z | Compiling regex v1.11.1 |
1694 | 2025-02-06T04:29:27.242Z | Compiling hashbrown v0.15.1 |
1695 | 2025-02-06T04:29:28.092Z | Compiling signal-hook-registry v1.4.2 |
1696 | 2025-02-06T04:29:28.113Z | Compiling heck v0.5.0 |
1697 | 2025-02-06T04:29:28.322Z | Compiling parking_lot v0.12.3 |
1698 | 2025-02-06T04:29:28.523Z | Compiling mio v1.0.2 |
1699 | 2025-02-06T04:29:28.575Z | Compiling stable_deref_trait v1.2.0 |
1700 | 2025-02-06T04:29:29.183Z | Compiling serde_derive v1.0.217 |
1701 | 2025-02-06T04:29:29.570Z | Compiling zeroize_derive v1.4.2 |
1702 | 2025-02-06T04:29:30.177Z | Compiling zerocopy-derive v0.7.35 |
1703 | 2025-02-06T04:29:30.383Z | Compiling thiserror-impl v1.0.69 |
1704 | 2025-02-06T04:29:30.888Z | Compiling tokio-macros v2.5.0 |
1705 | 2025-02-06T04:29:30.931Z | Compiling zeroize v1.8.1 |
1706 | 2025-02-06T04:29:31.393Z | Compiling zerofrom-derive v0.1.4 |
1707 | 2025-02-06T04:29:31.413Z | Compiling yoke-derive v0.7.4 |
1708 | 2025-02-06T04:29:31.530Z | Compiling zerovec-derive v0.10.3 |
1709 | 2025-02-06T04:29:31.551Z | Compiling futures-macro v0.3.31 |
1710 | 2025-02-06T04:29:31.976Z | Compiling displaydoc v0.2.5 |
1711 | 2025-02-06T04:29:33.087Z | Compiling zerocopy v0.7.35 |
1712 | 2025-02-06T04:29:33.465Z | Compiling crypto-common v0.1.6 |
1713 | 2025-02-06T04:29:33.523Z | Compiling icu_provider_macros v1.5.0 |
1714 | 2025-02-06T04:29:33.677Z | Compiling tracing-attributes v0.1.27 |
1715 | 2025-02-06T04:29:33.729Z | Compiling schemars_derive v0.8.21 |
1716 | 2025-02-06T04:29:33.811Z | Compiling block-buffer v0.10.4 |
1717 | 2025-02-06T04:29:34.058Z | Compiling digest v0.10.7 |
1718 | 2025-02-06T04:29:34.594Z | Compiling socket2 v0.5.7 |
1719 | 2025-02-06T04:29:34.614Z | Compiling futures-core v0.3.31 |
1720 | 2025-02-06T04:29:34.802Z | Compiling crossbeam-utils v0.8.20 |
1721 | 2025-02-06T04:29:34.874Z | Compiling time-core v0.1.2 |
1722 | 2025-02-06T04:29:35.073Z | Compiling num-conv v0.1.0 |
1723 | 2025-02-06T04:29:35.430Z | Compiling time-macros v0.2.18 |
1724 | 2025-02-06T04:29:35.618Z | Compiling der_derive v0.7.3 |
1725 | 2025-02-06T04:29:36.128Z | Compiling vcpkg v0.2.15 |
1726 | 2025-02-06T04:29:37.539Z | Compiling openssl-sys v0.9.105 |
1727 | 2025-02-06T04:29:38.443Z | Compiling futures-sink v0.3.31 |
1728 | 2025-02-06T04:29:38.552Z | Compiling cpufeatures v0.2.14 |
1729 | 2025-02-06T04:29:38.607Z | Compiling slog v2.7.0 |
1730 | 2025-02-06T04:29:38.835Z | Compiling ahash v0.8.11 |
1731 | 2025-02-06T04:29:38.918Z | Compiling syn v1.0.109 |
1732 | 2025-02-06T04:29:39.165Z | Compiling zerofrom v0.1.4 |
1733 | 2025-02-06T04:29:39.398Z | Compiling iana-time-zone v0.1.61 |
1734 | 2025-02-06T04:29:39.598Z | Compiling yoke v0.7.4 |
1735 | 2025-02-06T04:29:39.846Z | Compiling futures-channel v0.3.31 |
1736 | 2025-02-06T04:29:39.977Z | Compiling scroll_derive v0.12.0 |
1737 | 2025-02-06T04:29:40.076Z | Compiling openssl v0.10.70 |
1738 | 2025-02-06T04:29:40.229Z | Compiling futures-task v0.3.31 |
1739 | 2025-02-06T04:29:40.334Z | Compiling ucd-trie v0.1.7 |
1740 | 2025-02-06T04:29:40.548Z | Compiling futures-io v0.3.31 |
1741 | 2025-02-06T04:29:40.577Z | Compiling pin-utils v0.1.0 |
1742 | 2025-02-06T04:29:40.694Z | Compiling pest v2.7.14 |
1743 | 2025-02-06T04:29:40.810Z | Compiling futures-util v0.3.31 |
1744 | 2025-02-06T04:29:40.907Z | Compiling zerovec v0.10.4 |
1745 | 2025-02-06T04:29:41.705Z | Compiling bitflags v2.6.0 |
1746 | 2025-02-06T04:29:41.747Z | Compiling bytes v1.9.0 |
1747 | 2025-02-06T04:29:43.722Z | Compiling indexmap v2.7.1 |
1748 | 2025-02-06T04:29:43.909Z | Compiling tokio v1.43.0 |
1749 | 2025-02-06T04:29:45.075Z | Compiling serde_tokenstream v0.2.2 |
1750 | 2025-02-06T04:29:45.656Z | Compiling uuid v1.12.0 |
1751 | 2025-02-06T04:29:45.848Z | Compiling which v4.4.2 |
1752 | 2025-02-06T04:29:46.694Z | Compiling http v1.2.0 |
1753 | 2025-02-06T04:29:47.090Z | Compiling chrono v0.4.39 |
1754 | 2025-02-06T04:29:47.114Z | Compiling rustc_version v0.4.1 |
1755 | 2025-02-06T04:29:49.457Z | Compiling hmac v0.12.1 |
1756 | 2025-02-06T04:29:51.047Z | Compiling pest_meta v2.7.14 |
1757 | 2025-02-06T04:29:53.374Z | Compiling block-padding v0.3.3 |
1758 | 2025-02-06T04:29:53.627Z | Compiling openssl-macros v0.1.1 |
1759 | 2025-02-06T04:29:54.382Z | Compiling rustls v0.23.19 |
1760 | 2025-02-06T04:29:54.700Z | Compiling native-tls v0.2.12 |
1761 | 2025-02-06T04:29:54.742Z | Compiling inout v0.1.3 |
1762 | 2025-02-06T04:29:54.865Z | Compiling pest_generator v2.7.14 |
1763 | 2025-02-06T04:29:55.015Z | Compiling tinystr v0.7.6 |
1764 | 2025-02-06T04:29:55.432Z | Compiling toml_datetime v0.6.8 |
1765 | 2025-02-06T04:29:55.492Z | Compiling serde_spanned v0.6.8 |
1766 | 2025-02-06T04:29:55.546Z | Compiling tracing-core v0.1.32 |
1767 | 2025-02-06T04:29:55.751Z | Compiling litemap v0.7.3 |
1768 | 2025-02-06T04:29:55.874Z | Compiling writeable v0.5.5 |
1769 | 2025-02-06T04:29:56.357Z | Compiling strsim v0.11.1 |
1770 | 2025-02-06T04:29:56.435Z | Compiling dyn-clone v1.0.17 |
1771 | 2025-02-06T04:29:56.655Z | Compiling pest_derive v2.7.14 |
1772 | 2025-02-06T04:29:56.698Z | Compiling icu_locid v1.5.0 |
1773 | 2025-02-06T04:29:57.420Z | Compiling tracing v0.1.40 |
1774 | 2025-02-06T04:29:57.720Z | Compiling cipher v0.4.4 |
1775 | 2025-02-06T04:29:57.807Z | Compiling sha2 v0.10.8 |
1776 | 2025-02-06T04:29:58.250Z | Compiling usdt-impl v0.5.0 |
1777 | 2025-02-06T04:29:58.638Z | Compiling cookie v0.18.1 |
1778 | 2025-02-06T04:29:58.845Z | Compiling base64ct v1.6.0 |
1779 | 2025-02-06T04:29:58.887Z | Compiling aws-lc-sys v0.22.0 |
1780 | 2025-02-06T04:29:59.294Z | Compiling pem-rfc7468 v0.7.0 |
1781 | 2025-02-06T04:29:59.406Z | Compiling icu_provider v1.5.0 |
1782 | 2025-02-06T04:30:00.396Z | Compiling scroll v0.12.0 |
1783 | 2025-02-06T04:30:01.108Z | Compiling ppv-lite86 v0.2.20 |
1784 | 2025-02-06T04:30:02.083Z | Compiling async-trait v0.1.86 |
1785 | 2025-02-06T04:30:03.782Z | Compiling anyhow v1.0.95 |
1786 | 2025-02-06T04:30:04.278Z | Compiling flagset v0.4.6 |
1787 | 2025-02-06T04:30:04.347Z | Compiling rustls-pki-types v1.10.0 |
1788 | 2025-02-06T04:30:04.478Z | Compiling camino v1.1.9 |
1789 | 2025-02-06T04:30:04.938Z | Compiling percent-encoding v2.3.1 |
1790 | 2025-02-06T04:30:05.448Z | Compiling icu_locid_transform_data v1.5.0 |
1791 | 2025-02-06T04:30:05.679Z | Compiling plain v0.2.3 |
1792 | 2025-02-06T04:30:05.852Z | Compiling goblin v0.8.2 |
1793 | 2025-02-06T04:30:06.029Z | Compiling icu_locid_transform v1.5.0 |
1794 | 2025-02-06T04:30:08.077Z | Compiling der v0.7.9 |
1795 | 2025-02-06T04:30:10.309Z | Compiling rand_chacha v0.3.1 |
1796 | 2025-02-06T04:30:11.123Z | Compiling tokio-util v0.7.12 |
1797 | 2025-02-06T04:30:11.170Z | Compiling icu_collections v1.5.0 |
1798 | 2025-02-06T04:30:11.591Z | Compiling rustls v0.22.4 |
1799 | 2025-02-06T04:30:12.344Z | Compiling untrusted v0.7.1 |
1800 | 2025-02-06T04:30:12.563Z | Compiling rayon-core v1.12.1 |
1801 | 2025-02-06T04:30:12.709Z | Compiling icu_properties_data v1.5.0 |
1802 | 2025-02-06T04:30:12.881Z | Compiling pretty-hex v0.4.1 |
1803 | 2025-02-06T04:30:13.113Z | Compiling powerfmt v0.2.0 |
1804 | 2025-02-06T04:30:13.133Z | Compiling mirai-annotations v1.12.0 |
1805 | 2025-02-06T04:30:13.174Z | Compiling untrusted v0.9.0 |
1806 | 2025-02-06T04:30:13.263Z | Compiling icu_properties v1.5.1 |
1807 | 2025-02-06T04:30:13.373Z | Compiling dof v0.3.0 |
1808 | 2025-02-06T04:30:13.624Z | Compiling deranged v0.3.11 |
1809 | 2025-02-06T04:30:14.916Z | Compiling rand v0.8.5 |
1810 | 2025-02-06T04:30:15.335Z | Compiling spki v0.7.3 |
1811 | 2025-02-06T04:30:15.684Z | Compiling salsa20 v0.10.2 |
1812 | 2025-02-06T04:30:15.731Z | Compiling dtrace-parser v0.2.0 |
1813 | 2025-02-06T04:30:16.459Z | Compiling pbkdf2 v0.12.2 |
1814 | 2025-02-06T04:30:17.281Z | Compiling thread-id v4.2.2 |
1815 | 2025-02-06T04:30:17.419Z | Compiling winnow v0.5.40 |
1816 | 2025-02-06T04:30:17.547Z | Compiling utf16_iter v1.0.5 |
1817 | 2025-02-06T04:30:17.703Z | Compiling utf8_iter v1.0.4 |
1818 | 2025-02-06T04:30:18.002Z | Compiling icu_normalizer_data v1.5.0 |
1819 | 2025-02-06T04:30:18.343Z | Compiling write16 v1.0.0 |
1820 | 2025-02-06T04:30:18.507Z | Compiling litrs v0.4.1 |
1821 | 2025-02-06T04:30:18.571Z | Compiling num_threads v0.1.7 |
1822 | 2025-02-06T04:30:18.712Z | Compiling atomic-waker v1.1.2 |
1823 | 2025-02-06T04:30:19.153Z | Compiling time v0.3.36 |
1824 | 2025-02-06T04:30:19.218Z | Compiling icu_normalizer v1.5.0 |
1825 | 2025-02-06T04:30:19.488Z | Compiling document-features v0.2.10 |
1826 | 2025-02-06T04:30:20.798Z | Compiling toml_edit v0.19.15 |
1827 | 2025-02-06T04:30:23.132Z | Compiling scrypt v0.11.0 |
1828 | 2025-02-06T04:30:23.554Z | Compiling form_urlencoded v1.2.1 |
1829 | 2025-02-06T04:30:23.646Z | Compiling aes v0.8.4 |
1830 | 2025-02-06T04:30:23.799Z | Compiling cbc v0.1.2 |
1831 | 2025-02-06T04:30:24.017Z | Compiling http-body v1.0.1 |
1832 | 2025-02-06T04:30:24.318Z | Compiling multer v3.1.0 |
1833 | 2025-02-06T04:30:24.770Z | Compiling try-lock v0.2.5 |
1834 | 2025-02-06T04:30:24.802Z | Compiling rustversion v1.0.17 |
1835 | 2025-02-06T04:30:24.953Z | Compiling slog-async v2.8.0 |
1836 | 2025-02-06T04:30:25.410Z | Compiling tinyvec_macros v0.1.1 |
1837 | 2025-02-06T04:30:25.533Z | Compiling tinyvec v1.8.0 |
1838 | 2025-02-06T04:30:25.710Z | Compiling want v0.3.1 |
1839 | 2025-02-06T04:30:26.022Z | Compiling pkcs5 v0.7.1 |
1840 | 2025-02-06T04:30:27.073Z | Compiling idna_adapter v1.2.0 |
1841 | 2025-02-06T04:30:27.350Z | Compiling h2 v0.4.6 |
1842 | 2025-02-06T04:30:27.882Z | Compiling heapless v0.7.17 |
1843 | 2025-02-06T04:30:28.306Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1844 | 2025-02-06T04:30:28.896Z | Compiling signal-hook v0.3.17 |
1845 | 2025-02-06T04:30:29.119Z | Compiling httpdate v1.0.3 |
1846 | 2025-02-06T04:30:30.187Z | Compiling idna v1.0.3 |
1847 | 2025-02-06T04:30:31.386Z | Compiling pkcs8 v0.10.2 |
1848 | 2025-02-06T04:30:32.015Z | Compiling usdt-attr-macro v0.5.0 |
1849 | 2025-02-06T04:30:32.753Z | Compiling usdt-macro v0.5.0 |
1850 | 2025-02-06T04:30:33.535Z | Compiling async-stream-impl v0.3.6 |
1851 | 2025-02-06T04:30:34.029Z | Compiling base64 v0.22.1 |
1852 | 2025-02-06T04:30:34.256Z | Compiling tower-service v0.3.3 |
1853 | 2025-02-06T04:30:34.409Z | Compiling adler2 v2.0.0 |
1854 | 2025-02-06T04:30:34.725Z | Compiling miniz_oxide v0.8.0 |
1855 | 2025-02-06T04:30:35.859Z | Compiling hyper v1.5.2 |
1856 | 2025-02-06T04:30:38.267Z | Compiling curve25519-dalek v4.1.3 |
1857 | 2025-02-06T04:30:38.684Z | Compiling openapiv3 v2.0.0 |
1858 | 2025-02-06T04:30:41.656Z | Compiling hyper-util v0.1.10 |
1859 | 2025-02-06T04:30:42.529Z | Compiling enum-as-inner v0.6.1 |
1860 | 2025-02-06T04:30:42.850Z | Compiling dropshot v0.12.0 |
1861 | 2025-02-06T04:30:43.168Z | Compiling match_cfg v0.1.0 |
1862 | 2025-02-06T04:30:43.333Z | Compiling foreign-types-shared v0.1.1 |
1863 | 2025-02-06T04:30:43.423Z | Compiling smoltcp v0.9.1 |
1864 | 2025-02-06T04:30:43.469Z | Compiling newtype-uuid v1.2.1 |
1865 | 2025-02-06T04:30:43.920Z | Compiling num-bigint-dig v0.8.4 |
1866 | 2025-02-06T04:30:44.021Z | Compiling portable-atomic v1.9.0 |
1867 | 2025-02-06T04:30:44.197Z | Compiling foreign-types v0.3.2 |
1868 | 2025-02-06T04:30:44.899Z | Compiling hostname v0.3.1 |
1869 | 2025-02-06T04:30:47.281Z | Compiling url v2.5.3 |
1870 | 2025-02-06T04:30:49.013Z | Compiling http-body-util v0.1.2 |
1871 | 2025-02-06T04:30:49.452Z | Compiling dirs-sys-next v0.1.2 |
1872 | 2025-02-06T04:30:49.474Z | Compiling encoding_rs v0.8.34 |
1873 | 2025-02-06T04:30:49.588Z | Compiling gimli v0.31.1 |
1874 | 2025-02-06T04:30:49.914Z | Compiling heck v0.4.1 |
1875 | 2025-02-06T04:30:50.315Z | Compiling data-encoding v2.6.0 |
1876 | 2025-02-06T04:30:51.843Z | Compiling siphasher v0.3.11 |
1877 | 2025-02-06T04:30:52.230Z | Compiling mime v0.3.17 |
1878 | 2025-02-06T04:30:53.025Z | Compiling ident_case v1.0.1 |
1879 | 2025-02-06T04:30:53.172Z | Compiling dirs-next v2.0.0 |
1880 | 2025-02-06T04:30:53.228Z | Compiling darling_core v0.20.10 |
1881 | 2025-02-06T04:30:56.369Z | Compiling addr2line v0.24.2 |
1882 | 2025-02-06T04:30:58.815Z | Compiling unicode-normalization v0.1.24 |
1883 | 2025-02-06T04:30:59.897Z | Compiling serde_urlencoded v0.7.1 |
1884 | 2025-02-06T04:31:00.506Z | Compiling crossbeam-epoch v0.9.18 |
1885 | 2025-02-06T04:31:00.689Z | Compiling rustls-pemfile v2.2.0 |
1886 | 2025-02-06T04:31:00.978Z | Compiling hubpack_derive v0.1.1 |
1887 | 2025-02-06T04:31:01.188Z | Compiling dropshot_endpoint v0.12.0 |
1888 | 2025-02-06T04:31:01.288Z | Compiling sha1 v0.10.6 |
1889 | 2025-02-06T04:31:01.700Z | Compiling signature v2.2.0 |
1890 | 2025-02-06T04:31:01.796Z | Compiling curve25519-dalek-derive v0.1.1 |
1891 | 2025-02-06T04:31:01.836Z | Compiling zerocopy-derive v0.6.6 |
1892 | 2025-02-06T04:31:02.017Z | Compiling object v0.36.5 |
1893 | 2025-02-06T04:31:03.635Z | Compiling thread_local v1.1.8 |
1894 | 2025-02-06T04:31:04.101Z | Compiling fs-err v2.11.0 |
1895 | 2025-02-06T04:31:05.100Z | Compiling unicode-properties v0.1.3 |
1896 | 2025-02-06T04:31:06.023Z | Compiling anstyle v1.0.10 |
1897 | 2025-02-06T04:31:06.479Z | Compiling ipnet v2.10.1 |
1898 | 2025-02-06T04:31:08.843Z | Compiling openssl-probe v0.1.5 |
1899 | 2025-02-06T04:31:09.170Z | Compiling rustc-demangle v0.1.24 |
1900 | 2025-02-06T04:31:10.791Z | Compiling unicode-bidi v0.3.17 |
1901 | 2025-02-06T04:31:11.634Z | Compiling winnow v0.6.20 |
1902 | 2025-02-06T04:31:12.489Z | Compiling utf8parse v0.2.2 |
1903 | 2025-02-06T04:31:12.682Z | Compiling anstyle-parse v0.2.5 |
1904 | 2025-02-06T04:31:14.002Z | Compiling rustls-webpki v0.102.8 |
1905 | 2025-02-06T04:31:15.814Z | Compiling toml_edit v0.22.22 |
1906 | 2025-02-06T04:31:18.555Z | Compiling stringprep v0.1.5 |
1907 | 2025-02-06T04:31:19.478Z | Compiling backtrace v0.3.74 |
1908 | 2025-02-06T04:31:24.817Z | Compiling crossbeam-deque v0.8.5 |
1909 | 2025-02-06T04:31:25.329Z | Compiling darling_macro v0.20.10 |
1910 | 2025-02-06T04:31:26.206Z | Compiling term v0.7.0 |
1911 | 2025-02-06T04:31:26.351Z | Compiling slog-json v2.6.1 |
1912 | 2025-02-06T04:31:27.536Z | Compiling crossbeam-channel v0.5.13 |
1913 | 2025-02-06T04:31:28.150Z | Compiling hashbrown v0.14.5 |
1914 | 2025-02-06T04:31:28.478Z | Compiling futures-executor v0.3.31 |
1915 | 2025-02-06T04:31:28.779Z | Compiling num-integer v0.1.46 |
1916 | 2025-02-06T04:31:28.932Z | Compiling md-5 v0.10.6 |
1917 | 2025-02-06T04:31:29.204Z | Compiling ff v0.13.0 |
1918 | 2025-02-06T04:31:29.377Z | Compiling hash32 v0.2.1 |
1919 | 2025-02-06T04:31:29.401Z | Compiling is-terminal v0.4.13 |
1920 | 2025-02-06T04:31:29.458Z | Compiling memmap v0.7.0 |
1921 | 2025-02-06T04:31:29.538Z | Compiling anstyle-query v1.1.1 |
1922 | 2025-02-06T04:31:29.707Z | Compiling linked-hash-map v0.5.6 |
1923 | 2025-02-06T04:31:29.737Z | Compiling quick-error v1.2.3 |
1924 | 2025-02-06T04:31:29.777Z | Compiling take_mut v0.2.2 |
1925 | 2025-02-06T04:31:29.909Z | Compiling utf-8 v0.7.6 |
1926 | 2025-02-06T04:31:29.956Z | Compiling fallible-iterator v0.2.0 |
1927 | 2025-02-06T04:31:30.056Z | Compiling psl-types v2.0.11 |
1928 | 2025-02-06T04:31:30.282Z | Compiling colorchoice v1.0.2 |
1929 | 2025-02-06T04:31:30.311Z | Compiling base16ct v0.2.0 |
1930 | 2025-02-06T04:31:30.460Z | Compiling is_terminal_polyfill v1.70.1 |
1931 | 2025-02-06T04:31:30.610Z | Compiling postgres-protocol v0.6.7 |
1932 | 2025-02-06T04:31:30.629Z | Compiling anstream v0.6.15 |
1933 | 2025-02-06T04:31:30.651Z | Compiling sec1 v0.7.3 |
1934 | 2025-02-06T04:31:31.187Z | Compiling publicsuffix v2.3.0 |
1935 | 2025-02-06T04:31:31.314Z | Compiling tungstenite v0.24.0 |
1936 | 2025-02-06T04:31:31.540Z | Compiling lru-cache v0.1.2 |
1937 | 2025-02-06T04:31:31.726Z | Compiling resolv-conf v0.7.0 |
1938 | 2025-02-06T04:31:31.751Z | Compiling usdt v0.5.0 |
1939 | 2025-02-06T04:31:32.392Z | Compiling slog-term v2.9.1 |
1940 | 2025-02-06T04:31:32.470Z | Compiling group v0.13.0 |
1941 | 2025-02-06T04:31:32.804Z | Compiling regress v0.10.1 |
1942 | 2025-02-06T04:31:33.195Z | Compiling num-iter v0.1.45 |
1943 | 2025-02-06T04:31:33.258Z | Compiling futures v0.3.31 |
1944 | 2025-02-06T04:31:36.423Z | Compiling slog-bunyan v2.5.0 |
1945 | 2025-02-06T04:31:36.536Z | Compiling darling v0.20.10 |
1946 | 2025-02-06T04:31:36.669Z | Compiling tokio-native-tls v0.3.1 |
1947 | 2025-02-06T04:31:36.860Z | Compiling tokio-rustls v0.26.0 |
1948 | 2025-02-06T04:31:36.966Z | Compiling tokio-rustls v0.25.0 |
1949 | 2025-02-06T04:31:37.330Z | Compiling toml v0.8.19 |
1950 | 2025-02-06T04:31:37.496Z | Compiling hickory-proto v0.24.2 |
1951 | 2025-02-06T04:31:37.749Z | Compiling phf_shared v0.11.2 |
1952 | 2025-02-06T04:31:38.118Z | Compiling strum_macros v0.25.3 |
1953 | 2025-02-06T04:31:38.762Z | Compiling async-stream v0.3.6 |
1954 | 2025-02-06T04:31:38.838Z | Compiling waitgroup v0.1.2 |
1955 | 2025-02-06T04:31:39.063Z | Compiling webpki-roots v0.26.6 |
1956 | 2025-02-06T04:31:39.297Z | Compiling hkdf v0.12.4 |
1957 | 2025-02-06T04:31:39.330Z | Compiling terminal_size v0.4.0 |
1958 | 2025-02-06T04:31:39.537Z | Compiling serde_path_to_error v0.1.16 |
1959 | 2025-02-06T04:31:39.589Z | Compiling crypto-bigint v0.5.5 |
1960 | 2025-02-06T04:31:40.212Z | Compiling derive-where v1.2.7 |
1961 | 2025-02-06T04:31:40.294Z | Compiling clap_derive v4.5.24 |
1962 | 2025-02-06T04:31:41.547Z | Compiling serde_repr v0.1.19 |
1963 | 2025-02-06T04:31:42.648Z | Compiling hostname v0.4.0 |
1964 | 2025-02-06T04:31:42.855Z | Compiling crc32fast v1.4.2 |
1965 | 2025-02-06T04:31:43.197Z | Compiling unicode-width v0.2.0 |
1966 | 2025-02-06T04:31:43.240Z | Compiling clap_lex v0.7.4 |
1967 | 2025-02-06T04:31:43.296Z | Compiling managed v0.8.0 |
1968 | 2025-02-06T04:31:43.671Z | Compiling bitflags v1.3.2 |
1969 | 2025-02-06T04:31:43.881Z | Compiling debug-ignore v1.0.5 |
1970 | 2025-02-06T04:31:44.996Z | Compiling console v0.15.10 |
1971 | 2025-02-06T04:31:46.215Z | Compiling clap_builder v4.5.27 |
1972 | 2025-02-06T04:31:46.263Z | Compiling hickory-resolver v0.24.2 |
1973 | 2025-02-06T04:31:48.146Z | Compiling flate2 v1.0.35 |
1974 | 2025-02-06T04:31:48.470Z | Compiling elliptic-curve v0.13.8 |
1975 | 2025-02-06T04:31:49.190Z | Compiling hyper-rustls v0.27.3 |
1976 | 2025-02-06T04:31:52.739Z | Compiling phf v0.11.2 |
1977 | 2025-02-06T04:31:53.043Z | Compiling hyper-tls v0.6.0 |
1978 | 2025-02-06T04:31:53.662Z | Compiling typify-impl v0.2.0 |
1979 | 2025-02-06T04:31:53.893Z | Compiling signal-hook-mio v0.2.4 |
1980 | 2025-02-06T04:31:54.089Z | Compiling rayon v1.10.0 |
1981 | 2025-02-06T04:31:54.321Z | Compiling bzip2 v0.4.4 |
1982 | 2025-02-06T04:31:54.372Z | Compiling cookie_store v0.21.1 |
1983 | 2025-02-06T04:31:55.766Z | Compiling tokio-tungstenite v0.24.0 |
1984 | 2025-02-06T04:31:56.120Z | Compiling postgres-types v0.2.8 |
1985 | 2025-02-06T04:31:56.316Z | Compiling zerocopy v0.6.6 |
1986 | 2025-02-06T04:31:56.432Z | Compiling ed25519 v2.2.3 |
1987 | 2025-02-06T04:31:56.874Z | Compiling hubpack v0.1.2 |
1988 | 2025-02-06T04:31:57.055Z | Compiling phf_shared v0.10.0 |
1989 | 2025-02-06T04:31:57.334Z | Compiling pkcs1 v0.7.5 |
1990 | 2025-02-06T04:31:57.436Z | Compiling tokio-stream v0.1.16 |
1991 | 2025-02-06T04:31:58.199Z | Compiling ipnetwork v0.20.0 |
1992 | 2025-02-06T04:31:58.432Z | Compiling rfc6979 v0.4.0 |
1993 | 2025-02-06T04:31:58.498Z | Compiling serde-big-array v0.5.1 |
1994 | 2025-02-06T04:31:58.598Z | Compiling float-cmp v0.9.0 |
1995 | 2025-02-06T04:31:58.647Z | Compiling sync_wrapper v1.0.1 |
1996 | 2025-02-06T04:31:58.824Z | Compiling bstr v1.10.0 |
1997 | 2025-02-06T04:31:58.916Z | Compiling static_assertions v1.1.0 |
1998 | 2025-02-06T04:31:59.035Z | Compiling whoami v1.5.2 |
1999 | 2025-02-06T04:31:59.573Z | Compiling new_debug_unreachable v1.0.6 |
2000 | 2025-02-06T04:31:59.693Z | Compiling normalize-line-endings v0.3.0 |
2001 | 2025-02-06T04:31:59.894Z | Compiling precomputed-hash v0.1.1 |
2002 | 2025-02-06T04:32:00.037Z | Compiling number_prefix v0.4.0 |
2003 | 2025-02-06T04:32:00.307Z | Compiling unicode-segmentation v1.12.0 |
2004 | 2025-02-06T04:32:01.179Z | Compiling bit-vec v0.6.3 |
2005 | 2025-02-06T04:32:01.212Z | Compiling predicates-core v1.0.8 |
2006 | 2025-02-06T04:32:01.530Z | Compiling difflib v0.4.0 |
2007 | 2025-02-06T04:32:01.605Z | Compiling fixedbitset v0.4.2 |
2008 | 2025-02-06T04:32:01.715Z | Compiling bit-set v0.5.3 |
2009 | 2025-02-06T04:32:02.009Z | Compiling predicates v3.1.2 |
2010 | 2025-02-06T04:32:02.030Z | Compiling petgraph v0.6.5 |
2011 | 2025-02-06T04:32:02.672Z | Compiling similar v2.6.0 |
2012 | 2025-02-06T04:32:03.389Z | Compiling reqwest v0.12.9 |
2013 | 2025-02-06T04:32:04.312Z | Compiling indicatif v0.17.11 |
2014 | 2025-02-06T04:32:04.401Z | Compiling typify-macro v0.2.0 |
2015 | 2025-02-06T04:32:04.628Z | Compiling string_cache v0.8.7 |
2016 | 2025-02-06T04:32:05.056Z | Compiling tokio-postgres v0.7.12 |
2017 | 2025-02-06T04:32:06.057Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2018 | 2025-02-06T04:32:07.849Z | Compiling ecdsa v0.16.9 |
2019 | 2025-02-06T04:32:08.168Z | Compiling qorb v0.2.1 |
2020 | 2025-02-06T04:32:09.165Z | Compiling rsa v0.9.6 |
2021 | 2025-02-06T04:32:10.742Z | Compiling ed25519-dalek v2.1.1 |
2022 | 2025-02-06T04:32:11.181Z | Compiling zip v0.6.6 |
2023 | 2025-02-06T04:32:11.290Z | Compiling crossterm v0.28.1 |
2024 | 2025-02-06T04:32:11.800Z | Compiling clap v4.5.27 |
2025 | 2025-02-06T04:32:13.602Z | Compiling toml v0.7.8 |
2026 | 2025-02-06T04:32:13.994Z | Compiling x509-cert v0.2.5 |
2027 | 2025-02-06T04:32:15.020Z | Compiling hex v0.4.3 |
2028 | 2025-02-06T04:32:15.720Z | Compiling itertools v0.10.5 |
2029 | 2025-02-06T04:32:15.907Z | Compiling zerocopy v0.8.10 |
2030 | 2025-02-06T04:32:16.114Z | Compiling unicode-xid v0.2.6 |
2031 | 2025-02-06T04:32:16.321Z | Compiling peg-runtime v0.8.3 |
2032 | 2025-02-06T04:32:16.629Z | Compiling lalrpop-util v0.19.12 |
2033 | 2025-02-06T04:32:18.338Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2034 | 2025-02-06T04:32:23.250Z | Compiling proc-macro-crate v1.3.1 |
2035 | 2025-02-06T04:32:23.795Z | Compiling macaddr v1.0.1 |
2036 | 2025-02-06T04:32:24.375Z | Compiling zerocopy-derive v0.8.10 |
2037 | 2025-02-06T04:32:24.453Z | Compiling itertools v0.13.0 |
2038 | 2025-02-06T04:32:25.234Z | Compiling heapless v0.8.0 |
2039 | 2025-02-06T04:32:27.487Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2040 | 2025-02-06T04:32:31.919Z | Compiling num_enum_derive v0.5.11 |
2041 | 2025-02-06T04:32:38.831Z | Compiling hash32 v0.3.1 |
2042 | 2025-02-06T04:32:39.883Z | Compiling smoltcp v0.11.0 |
2043 | 2025-02-06T04:32:41.579Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2044 | 2025-02-06T04:32:45.894Z | Compiling num_enum v0.5.11 |
2045 | 2025-02-06T04:32:46.111Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2046 | 2025-02-06T04:32:47.340Z | Compiling typify v0.2.0 |
2047 | 2025-02-06T04:32:47.497Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2048 | 2025-02-06T04:32:48.078Z | Compiling proc-macro-error-attr v1.0.4 |
2049 | 2025-02-06T04:32:48.595Z | Compiling unsafe-libyaml v0.2.11 |
2050 | 2025-02-06T04:32:49.889Z | Compiling thiserror v2.0.11 |
2051 | 2025-02-06T04:32:50.270Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2052 | 2025-02-06T04:32:50.356Z | Compiling cobs v0.2.3 |
2053 | 2025-02-06T04:32:50.629Z | Compiling postcard v1.0.10 |
2054 | 2025-02-06T04:32:51.573Z | Compiling serde_yaml v0.9.34+deprecated |
2055 | 2025-02-06T04:33:01.080Z | Compiling progenitor-impl v0.8.0 |
2056 | 2025-02-06T04:33:07.658Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2057 | 2025-02-06T04:33:17.857Z | Compiling strum_macros v0.26.4 |
2058 | 2025-02-06T04:33:18.332Z | Compiling thiserror-impl v2.0.11 |
2059 | 2025-02-06T04:33:18.541Z | Compiling structmeta-derive v0.3.0 |
2060 | 2025-02-06T04:33:19.121Z | Compiling foreign-types-macros v0.2.3 |
2061 | 2025-02-06T04:33:20.274Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2062 | 2025-02-06T04:33:20.412Z | Compiling proc-macro-error v1.0.4 |
2063 | 2025-02-06T04:33:20.741Z | Compiling unicode-width v0.1.14 |
2064 | 2025-02-06T04:33:21.180Z | Compiling foreign-types-shared v0.3.1 |
2065 | 2025-02-06T04:33:22.015Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2066 | 2025-02-06T04:33:22.685Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2067 | 2025-02-06T04:33:22.773Z | Compiling strum v0.26.3 |
2068 | 2025-02-06T04:33:26.065Z | Compiling foreign-types v0.5.0 |
2069 | 2025-02-06T04:33:26.202Z | Compiling tabwriter v1.4.0 |
2070 | 2025-02-06T04:33:26.997Z | Compiling structmeta v0.3.0 |
2071 | 2025-02-06T04:33:34.071Z | Compiling progenitor-macro v0.8.0 |
2072 | 2025-02-06T04:33:35.971Z | Compiling progenitor-client v0.8.0 |
2073 | 2025-02-06T04:33:37.151Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2074 | 2025-02-06T04:33:37.972Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2075 | 2025-02-06T04:33:38.853Z | Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2076 | 2025-02-06T04:33:39.669Z | Compiling cstr-argument v0.1.2 |
2077 | 2025-02-06T04:33:39.946Z | Compiling dropshot v0.15.1 |
2078 | 2025-02-06T04:33:40.312Z | Compiling pretty-hex v0.2.1 |
2079 | 2025-02-06T04:33:40.384Z | Compiling fastrand v2.1.1 |
2080 | 2025-02-06T04:33:40.573Z | Compiling crucible-workspace-hack v0.1.0 |
2081 | 2025-02-06T04:33:41.089Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2082 | 2025-02-06T04:33:41.360Z | Compiling tempfile v3.13.0 |
2083 | 2025-02-06T04:33:41.436Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2084 | 2025-02-06T04:33:41.535Z | Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2085 | 2025-02-06T04:33:41.911Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2086 | 2025-02-06T04:33:42.196Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2087 | 2025-02-06T04:33:42.765Z | Compiling parse-display-derive v0.10.0 |
2088 | 2025-02-06T04:33:43.038Z | Compiling colored v2.1.0 |
2089 | 2025-02-06T04:33:43.094Z | Compiling serde_with_macros v3.11.0 |
2090 | 2025-02-06T04:33:44.357Z | Compiling dropshot_endpoint v0.15.1 |
2091 | 2025-02-06T04:33:45.229Z | Compiling progenitor v0.8.0 |
2092 | 2025-02-06T04:33:45.479Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2093 | 2025-02-06T04:33:45.545Z | Compiling instant v0.1.13 |
2094 | 2025-02-06T04:33:45.755Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2095 | 2025-02-06T04:33:46.155Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2096 | 2025-02-06T04:33:46.278Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2097 | 2025-02-06T04:33:46.490Z | Compiling parse-display v0.10.0 |
2098 | 2025-02-06T04:33:46.510Z | Compiling backoff v0.4.0 |
2099 | 2025-02-06T04:33:46.887Z | Compiling serde_with v3.11.0 |
2100 | 2025-02-06T04:33:48.316Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2101 | 2025-02-06T04:33:49.183Z | Compiling zone_cfg_derive v0.3.0 |
2102 | 2025-02-06T04:33:49.430Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2103 | 2025-02-06T04:33:50.190Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2104 | 2025-02-06T04:33:50.570Z | Compiling camino-tempfile v1.1.1 |
2105 | 2025-02-06T04:33:50.969Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2106 | 2025-02-06T04:33:51.018Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2107 | 2025-02-06T04:33:51.241Z | Compiling regress v0.9.1 |
2108 | 2025-02-06T04:33:51.379Z | Compiling progenitor-client v0.9.1 |
2109 | 2025-02-06T04:33:51.447Z | Compiling num-derive v0.4.2 |
2110 | 2025-02-06T04:33:52.333Z | Compiling sigpipe v0.1.3 |
2111 | 2025-02-06T04:33:52.486Z | Compiling libefi-sys v0.1.0 |
2112 | 2025-02-06T04:33:52.841Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2113 | 2025-02-06T04:33:53.235Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2114 | 2025-02-06T04:33:53.620Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2115 | 2025-02-06T04:33:55.181Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2116 | 2025-02-06T04:33:55.802Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2117 | 2025-02-06T04:33:56.458Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2118 | 2025-02-06T04:33:58.426Z | Compiling zone v0.3.0 |
2119 | 2025-02-06T04:34:00.706Z | Compiling smf v0.2.3 |
2120 | 2025-02-06T04:34:01.855Z | Compiling bitfield-struct v0.6.2 |
2121 | 2025-02-06T04:34:03.274Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2122 | 2025-02-06T04:34:03.320Z | Compiling blake3 v1.5.4 |
2123 | 2025-02-06T04:34:03.413Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2124 | 2025-02-06T04:34:03.844Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2125 | 2025-02-06T04:34:04.094Z | Compiling xattr v1.3.1 |
2126 | 2025-02-06T04:34:04.139Z | Compiling filetime v0.2.25 |
2127 | 2025-02-06T04:34:04.438Z | Compiling memmap2 v0.9.5 |
2128 | 2025-02-06T04:34:04.512Z | Compiling arrayvec v0.7.6 |
2129 | 2025-02-06T04:34:04.623Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2130 | 2025-02-06T04:34:04.782Z | Compiling constant_time_eq v0.3.1 |
2131 | 2025-02-06T04:34:04.975Z | Compiling arrayref v0.3.9 |
2132 | 2025-02-06T04:34:04.999Z | Compiling same-file v1.0.6 |
2133 | 2025-02-06T04:34:05.000Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2134 | 2025-02-06T04:34:05.056Z | Compiling tar v0.4.42 |
2135 | 2025-02-06T04:34:05.331Z | Compiling walkdir v2.5.0 |
2136 | 2025-02-06T04:34:07.104Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2137 | 2025-02-06T04:34:07.156Z | Compiling gethostname v0.5.0 |
2138 | 2025-02-06T04:34:07.390Z | Compiling cargo-platform v0.1.8 |
2139 | 2025-02-06T04:34:07.532Z | Compiling topological-sort v0.2.2 |
2140 | 2025-02-06T04:34:07.723Z | Compiling shell-words v1.1.0 |
2141 | 2025-02-06T04:34:07.830Z | Compiling omicron-zone-package v0.12.0 |
2142 | 2025-02-06T04:34:07.849Z | Compiling cargo_metadata v0.18.1 |
2143 | 2025-02-06T04:34:08.267Z | Compiling indent_write v2.2.0 |
2144 | 2025-02-06T04:34:15.066Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2145 | 2025-02-06T04:34:16.622Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2146 | 2025-02-06T04:34:18.598Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2147 | 2025-02-06T04:34:37.609Z | Finished `release` profile [optimized] target(s) in 5m 23s |
2148 | 2025-02-06T04:34:37.777Z | Running `target/release/omicron-package -t test target create -p dev` |
2149 | 2025-02-06T04:34:37.831Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2150 | 2025-02-06T04:34:37.833Z | Created new build target 'test' and set it as active |
2151 | 2025-02-06T04:34:37.833Z | |
2152 | 2025-02-06T04:34:37.833Z | real 5:23.427237955 |
2153 | 2025-02-06T04:34:37.833Z | user 37:48.781091071 |
2154 | 2025-02-06T04:34:37.833Z | sys 3:29.168463439 |
2155 | 2025-02-06T04:34:37.833Z | trap 1.259976396 |
2156 | 2025-02-06T04:34:37.834Z | tflt 3.108394233 |
2157 | 2025-02-06T04:34:37.834Z | dflt 0.552206532 |
2158 | 2025-02-06T04:34:37.834Z | kflt 0.009784210 |
2159 | 2025-02-06T04:34:37.834Z | lock 1:15:49.311557906 |
2160 | 2025-02-06T04:34:37.834Z | slp 2:32:16.500304727 |
2161 | 2025-02-06T04:34:37.834Z | lat 2:46.587431794 |
2162 | 2025-02-06T04:34:37.834Z | stop 4:50.778758722 |
2163 | 2025-02-06T04:34:37.837Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2164 | 2025-02-06T04:34:38.839Z | Finished `release` profile [optimized] target(s) in 0.94s |
2165 | 2025-02-06T04:34:38.901Z | Running `target/release/omicron-package -t test package` |
2166 | 2025-02-06T04:34:38.948Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2167 | 2025-02-06T04:34:40.157Z | Compiling thiserror v2.0.11 |
2168 | 2025-02-06T04:34:40.298Z | Compiling typify-impl v0.3.0 |
2169 | 2025-02-06T04:34:40.314Z | Compiling convert_case v0.4.0 |
2170 | 2025-02-06T04:34:40.318Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2171 | 2025-02-06T04:34:40.318Z | Compiling newline-converter v0.3.0 |
2172 | 2025-02-06T04:34:40.318Z | Compiling password-hash v0.5.0 |
2173 | 2025-02-06T04:34:40.318Z | Compiling blake2 v0.10.6 |
2174 | 2025-02-06T04:34:40.360Z | Compiling base64 v0.21.7 |
2175 | 2025-02-06T04:34:40.522Z | Compiling expectorate v1.1.0 |
2176 | 2025-02-06T04:34:40.575Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2177 | 2025-02-06T04:34:40.827Z | Compiling atomicwrites v0.4.4 |
2178 | 2025-02-06T04:34:40.965Z | Compiling derive_more v0.99.18 |
2179 | 2025-02-06T04:34:41.324Z | Compiling argon2 v0.5.3 |
2180 | 2025-02-06T04:34:41.346Z | Compiling owo-colors v4.1.0 |
2181 | 2025-02-06T04:34:41.491Z | Compiling cancel-safe-futures v0.1.5 |
2182 | 2025-02-06T04:34:41.545Z | Compiling num-rational v0.4.2 |
2183 | 2025-02-06T04:34:41.702Z | Compiling progenitor-client v0.9.1 |
2184 | 2025-02-06T04:34:41.883Z | Compiling num-complex v0.4.6 |
2185 | 2025-02-06T04:34:42.242Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2186 | 2025-02-06T04:34:43.331Z | Compiling num v0.4.3 |
2187 | 2025-02-06T04:34:43.363Z | Compiling libsw v3.3.1 |
2188 | 2025-02-06T04:34:43.363Z | Compiling float-ord v0.3.2 |
2189 | 2025-02-06T04:34:43.524Z | Compiling swrite v0.1.0 |
2190 | 2025-02-06T04:34:43.576Z | Compiling linear-map v1.2.0 |
2191 | 2025-02-06T04:34:43.703Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2192 | 2025-02-06T04:34:43.709Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2193 | 2025-02-06T04:34:43.973Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2194 | 2025-02-06T04:34:44.018Z | Compiling highway v1.2.0 |
2195 | 2025-02-06T04:34:45.220Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2196 | 2025-02-06T04:34:45.507Z | Compiling semver v0.1.20 |
2197 | 2025-02-06T04:34:46.055Z | Compiling rustc_version v0.1.7 |
2198 | 2025-02-06T04:34:46.475Z | Compiling newtype_derive v0.1.6 |
2199 | 2025-02-06T04:34:46.809Z | Compiling tungstenite v0.21.0 |
2200 | 2025-02-06T04:34:47.124Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2201 | 2025-02-06T04:34:51.684Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2202 | 2025-02-06T04:34:51.790Z | Compiling typify-macro v0.3.0 |
2203 | 2025-02-06T04:34:51.949Z | Compiling ipnetwork v0.20.0 |
2204 | 2025-02-06T04:34:52.741Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2205 | 2025-02-06T04:34:53.371Z | Compiling tokio-tungstenite v0.21.0 |
2206 | 2025-02-06T04:34:53.475Z | Compiling progenitor-client v0.8.0 |
2207 | 2025-02-06T04:34:53.501Z | Compiling humantime v2.1.0 |
2208 | 2025-02-06T04:34:53.937Z | Compiling progenitor v0.8.0 |
2209 | 2025-02-06T04:34:54.184Z | Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2210 | 2025-02-06T04:34:54.203Z | Compiling dropshot v0.15.1 |
2211 | 2025-02-06T04:34:54.282Z | Compiling instant v0.1.13 |
2212 | 2025-02-06T04:34:54.448Z | Compiling backoff v0.4.0 |
2213 | 2025-02-06T04:34:54.538Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2214 | 2025-02-06T04:34:54.794Z | Compiling steno v0.4.1 |
2215 | 2025-02-06T04:34:55.102Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2216 | 2025-02-06T04:34:55.340Z | Compiling typify v0.3.0 |
2217 | 2025-02-06T04:34:55.505Z | Compiling progenitor-impl v0.9.1 |
2218 | 2025-02-06T04:35:01.679Z | Compiling progenitor-macro v0.9.1 |
2219 | 2025-02-06T04:35:02.808Z | Compiling parse-display v0.10.0 |
2220 | 2025-02-06T04:35:02.920Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2221 | 2025-02-06T04:35:03.122Z | Compiling strum v0.26.3 |
2222 | 2025-02-06T04:35:03.292Z | Compiling serde_with v3.11.0 |
2223 | 2025-02-06T04:35:03.330Z | Compiling regress v0.9.1 |
2224 | 2025-02-06T04:35:06.949Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2225 | 2025-02-06T04:35:08.143Z | Compiling macaddr v1.0.1 |
2226 | 2025-02-06T04:35:08.448Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2227 | 2025-02-06T04:35:08.608Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2228 | 2025-02-06T04:35:08.642Z | Compiling slog-dtrace v0.3.0 |
2229 | 2025-02-06T04:35:09.272Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2230 | 2025-02-06T04:35:09.292Z | Compiling prettyplease v0.2.25 |
2231 | 2025-02-06T04:35:11.244Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2232 | 2025-02-06T04:35:12.924Z | Compiling progenitor v0.9.1 |
2233 | 2025-02-06T04:35:13.185Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2234 | 2025-02-06T04:35:15.162Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2235 | 2025-02-06T04:35:17.262Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2236 | 2025-02-06T04:35:26.103Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2237 | 2025-02-06T04:35:27.107Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2238 | 2025-02-06T04:35:28.162Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2239 | 2025-02-06T04:35:29.249Z | Compiling half v2.4.1 |
2240 | 2025-02-06T04:35:29.939Z | Compiling ciborium-io v0.2.2 |
2241 | 2025-02-06T04:35:30.099Z | Compiling ciborium-ll v0.2.2 |
2242 | 2025-02-06T04:35:31.672Z | Compiling ciborium v0.2.2 |
2243 | 2025-02-06T04:35:31.713Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2244 | 2025-02-06T04:35:33.257Z | Compiling display-error-chain v0.2.2 |
2245 | 2025-02-06T04:35:33.513Z | Compiling same-file v1.0.6 |
2246 | 2025-02-06T04:35:33.673Z | Compiling fastrand v2.1.1 |
2247 | 2025-02-06T04:35:33.788Z | Compiling walkdir v2.5.0 |
2248 | 2025-02-06T04:35:33.941Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2249 | 2025-02-06T04:35:34.172Z | Compiling tempfile v3.13.0 |
2250 | 2025-02-06T04:35:34.413Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2251 | 2025-02-06T04:35:34.937Z | Compiling blake3 v1.5.4 |
2252 | 2025-02-06T04:35:35.615Z | Compiling const_format_proc_macros v0.2.34 |
2253 | 2025-02-06T04:35:37.314Z | Compiling xattr v1.3.1 |
2254 | 2025-02-06T04:35:37.602Z | Compiling memmap2 v0.9.5 |
2255 | 2025-02-06T04:35:38.034Z | Compiling filetime v0.2.25 |
2256 | 2025-02-06T04:35:38.061Z | Compiling keccak v0.1.5 |
2257 | 2025-02-06T04:35:38.343Z | Compiling constant_time_eq v0.3.1 |
2258 | 2025-02-06T04:35:38.525Z | Compiling maplit v1.0.2 |
2259 | 2025-02-06T04:35:38.677Z | Compiling arrayvec v0.7.6 |
2260 | 2025-02-06T04:35:38.824Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2261 | 2025-02-06T04:35:39.066Z | Compiling crunchy v0.2.2 |
2262 | 2025-02-06T04:35:39.199Z | Compiling arrayref v0.3.9 |
2263 | 2025-02-06T04:35:39.270Z | Compiling sha3 v0.10.8 |
2264 | 2025-02-06T04:35:39.537Z | Compiling tar v0.4.42 |
2265 | 2025-02-06T04:35:40.160Z | Compiling const_format v0.2.34 |
2266 | 2025-02-06T04:35:40.403Z | Compiling camino-tempfile v1.1.1 |
2267 | 2025-02-06T04:35:40.861Z | Compiling toolchain_find v0.4.0 |
2268 | 2025-02-06T04:35:41.422Z | Compiling tiny-keccak v2.0.2 |
2269 | 2025-02-06T04:35:41.504Z | Compiling topological-sort v0.2.2 |
2270 | 2025-02-06T04:35:41.525Z | Compiling radium v0.7.0 |
2271 | 2025-02-06T04:35:41.758Z | Compiling omicron-zone-package v0.12.0 |
2272 | 2025-02-06T04:35:41.784Z | Compiling rustfmt-wrapper v0.2.1 |
2273 | 2025-02-06T04:35:42.063Z | Compiling dsl_auto_type v0.1.2 |
2274 | 2025-02-06T04:35:42.231Z | Compiling scheduled-thread-pool v0.2.7 |
2275 | 2025-02-06T04:35:42.360Z | Compiling diesel_table_macro_syntax v0.2.0 |
2276 | 2025-02-06T04:35:42.755Z | Compiling tap v1.0.1 |
2277 | 2025-02-06T04:35:42.956Z | Compiling maybe-uninit v2.0.0 |
2278 | 2025-02-06T04:35:43.335Z | Compiling diesel_derives v2.2.3 |
2279 | 2025-02-06T04:35:43.534Z | Compiling wyz v0.5.1 |
2280 | 2025-02-06T04:35:43.665Z | Compiling r2d2 v0.8.10 |
2281 | 2025-02-06T04:35:44.475Z | Compiling phf_generator v0.11.2 |
2282 | 2025-02-06T04:35:44.662Z | Compiling ascii-canvas v3.0.0 |
2283 | 2025-02-06T04:35:44.691Z | Compiling secrecy v0.8.0 |
2284 | 2025-02-06T04:35:44.963Z | Compiling ena v0.14.3 |
2285 | 2025-02-06T04:35:45.127Z | Compiling async-recursion v1.1.1 |
2286 | 2025-02-06T04:35:45.400Z | Compiling funty v2.0.0 |
2287 | 2025-02-06T04:35:46.078Z | Compiling regex-syntax v0.6.29 |
2288 | 2025-02-06T04:35:46.565Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2289 | 2025-02-06T04:35:46.914Z | Compiling diff v0.1.13 |
2290 | 2025-02-06T04:35:47.012Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2291 | 2025-02-06T04:35:47.399Z | Compiling packed_struct v0.10.1 |
2292 | 2025-02-06T04:35:47.837Z | Compiling arc-swap v1.7.1 |
2293 | 2025-02-06T04:35:48.107Z | Compiling crc-catalog v2.4.0 |
2294 | 2025-02-06T04:35:48.227Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2295 | 2025-02-06T04:35:48.296Z | Compiling crc v3.2.1 |
2296 | 2025-02-06T04:35:48.508Z | Compiling slog-scope v4.4.0 |
2297 | 2025-02-06T04:35:49.375Z | Compiling bitvec v1.0.1 |
2298 | 2025-02-06T04:35:50.419Z | Compiling lalrpop v0.19.12 |
2299 | 2025-02-06T04:35:51.250Z | Compiling phf_codegen v0.11.2 |
2300 | 2025-02-06T04:35:51.642Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2301 | 2025-02-06T04:35:52.728Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2302 | 2025-02-06T04:35:52.993Z | Compiling universal-hash v0.5.1 |
2303 | 2025-02-06T04:35:53.269Z | Compiling packed_struct_codegen v0.10.1 |
2304 | 2025-02-06T04:35:53.972Z | Compiling thiserror-impl-no-std v2.0.2 |
2305 | 2025-02-06T04:35:54.460Z | Compiling diesel v2.2.6 |
2306 | 2025-02-06T04:35:55.691Z | Compiling parse-zoneinfo v0.3.1 |
2307 | 2025-02-06T04:35:56.523Z | Compiling unicase v2.7.0 |
2308 | 2025-02-06T04:35:56.856Z | Compiling indexmap v1.9.3 |
2309 | 2025-02-06T04:35:57.165Z | Compiling opaque-debug v0.3.1 |
2310 | 2025-02-06T04:35:57.206Z | Compiling ref-cast v1.0.23 |
2311 | 2025-02-06T04:35:57.289Z | Compiling nodrop v0.1.14 |
2312 | 2025-02-06T04:35:57.452Z | Compiling array-init v0.0.4 |
2313 | 2025-02-06T04:35:57.731Z | Compiling poly1305 v0.8.0 |
2314 | 2025-02-06T04:35:58.528Z | Compiling thiserror-no-std v2.0.2 |
2315 | 2025-02-06T04:35:58.688Z | Compiling chrono-tz-build v0.4.0 |
2316 | 2025-02-06T04:35:59.727Z | Compiling smallvec v0.6.14 |
2317 | 2025-02-06T04:36:00.922Z | Compiling slog-stdlog v4.1.1 |
2318 | 2025-02-06T04:36:01.810Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2319 | 2025-02-06T04:36:02.133Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2320 | 2025-02-06T04:36:02.472Z | Compiling derive_builder_core v0.20.2 |
2321 | 2025-02-06T04:36:03.344Z | Compiling chacha20 v0.9.1 |
2322 | 2025-02-06T04:36:03.841Z | Compiling headers-core v0.3.0 |
2323 | 2025-02-06T04:36:04.048Z | Compiling aead v0.5.2 |
2324 | 2025-02-06T04:36:04.425Z | Compiling libxml v0.3.3 |
2325 | 2025-02-06T04:36:04.626Z | Compiling ref-cast-impl v1.0.23 |
2326 | 2025-02-06T04:36:04.814Z | Compiling vte_generate_state_changes v0.1.2 |
2327 | 2025-02-06T04:36:05.442Z | Compiling bitfield v0.14.0 |
2328 | 2025-02-06T04:36:05.751Z | Compiling termcolor v1.4.1 |
2329 | 2025-02-06T04:36:05.780Z | Compiling hashbrown v0.12.3 |
2330 | 2025-02-06T04:36:06.828Z | Compiling env_logger v0.10.2 |
2331 | 2025-02-06T04:36:08.372Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2332 | 2025-02-06T04:36:10.004Z | Compiling vte v0.11.1 |
2333 | 2025-02-06T04:36:11.639Z | Compiling derive_builder_macro v0.20.2 |
2334 | 2025-02-06T04:36:12.509Z | Compiling chacha20poly1305 v0.10.1 |
2335 | 2025-02-06T04:36:12.782Z | Compiling headers v0.4.0 |
2336 | 2025-02-06T04:36:13.502Z | Compiling polar-core v0.27.3 |
2337 | 2025-02-06T04:36:15.489Z | Compiling slog-envlogger v2.2.0 |
2338 | 2025-02-06T04:36:16.472Z | Compiling serde-hex v0.1.0 |
2339 | 2025-02-06T04:36:18.246Z | Compiling chrono-tz v0.10.1 |
2340 | 2025-02-06T04:36:18.903Z | Compiling vsss-rs v3.3.4 |
2341 | 2025-02-06T04:36:21.658Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2342 | 2025-02-06T04:36:22.829Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2343 | 2025-02-06T04:36:23.183Z | Compiling ron v0.8.1 |
2344 | 2025-02-06T04:36:24.761Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2345 | 2025-02-06T04:36:25.102Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2346 | 2025-02-06T04:36:26.571Z | Compiling hashbrown v0.13.2 |
2347 | 2025-02-06T04:36:27.855Z | Compiling strum_macros v0.24.3 |
2348 | 2025-02-06T04:36:28.875Z | Compiling fxhash v0.2.1 |
2349 | 2025-02-06T04:36:29.141Z | Compiling samael v0.0.17 |
2350 | 2025-02-06T04:36:29.637Z | Compiling indoc v1.0.9 |
2351 | 2025-02-06T04:36:30.522Z | Compiling lockfree-object-pool v0.1.6 |
2352 | 2025-02-06T04:36:30.825Z | Compiling bumpalo v3.16.0 |
2353 | 2025-02-06T04:36:30.846Z | Compiling zip v2.1.3 |
2354 | 2025-02-06T04:36:30.952Z | Compiling crc-any v2.5.0 |
2355 | 2025-02-06T04:36:31.185Z | Compiling simd-adler32 v0.3.7 |
2356 | 2025-02-06T04:36:31.440Z | Compiling bytecount v0.6.8 |
2357 | 2025-02-06T04:36:31.798Z | Compiling papergrid v0.11.0 |
2358 | 2025-02-06T04:36:31.939Z | Compiling zopfli v0.8.1 |
2359 | 2025-02-06T04:36:32.463Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2360 | 2025-02-06T04:36:41.251Z | Compiling object v0.30.4 |
2361 | 2025-02-06T04:36:44.612Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2362 | 2025-02-06T04:36:46.190Z | Compiling derive_builder v0.20.2 |
2363 | 2025-02-06T04:36:46.444Z | Compiling strip-ansi-escapes v0.2.0 |
2364 | 2025-02-06T04:36:47.482Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2365 | 2025-02-06T04:36:47.503Z | Compiling tabled_derive v0.7.0 |
2366 | 2025-02-06T04:36:47.796Z | Compiling fd-lock v4.0.2 |
2367 | 2025-02-06T04:36:48.051Z | Compiling peg-macros v0.8.4 |
2368 | 2025-02-06T04:36:49.568Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2369 | 2025-02-06T04:36:50.593Z | Compiling kstat-rs v0.2.4 |
2370 | 2025-02-06T04:36:50.993Z | Compiling oso-derive v0.27.3 |
2371 | 2025-02-06T04:36:51.374Z | Compiling impl-trait-for-tuples v0.2.2 |
2372 | 2025-02-06T04:36:51.496Z | Compiling quick-xml v0.33.0 |
2373 | 2025-02-06T04:36:51.997Z | Compiling diesel-dtrace v0.4.2 |
2374 | 2025-02-06T04:36:52.390Z | Compiling path-slash v0.1.5 |
2375 | 2025-02-06T04:36:52.682Z | Compiling nu-ansi-term v0.50.1 |
2376 | 2025-02-06T04:36:53.605Z | Compiling reedline v0.35.0 |
2377 | 2025-02-06T04:36:54.019Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2378 | 2025-02-06T04:36:57.607Z | Compiling oso v0.27.3 |
2379 | 2025-02-06T04:37:00.418Z | Compiling peg v0.8.4 |
2380 | 2025-02-06T04:37:00.572Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2381 | 2025-02-06T04:37:02.947Z | Compiling tabled v0.15.0 |
2382 | 2025-02-06T04:37:09.933Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2383 | 2025-02-06T04:37:21.531Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2384 | 2025-02-06T04:37:22.634Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2385 | 2025-02-06T04:37:23.275Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2386 | 2025-02-06T04:37:23.773Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2387 | 2025-02-06T04:37:24.177Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2388 | 2025-02-06T04:37:24.512Z | Compiling pem v3.0.4 |
2389 | 2025-02-06T04:37:25.985Z | Compiling bb8 v0.8.5 |
2390 | 2025-02-06T04:37:26.622Z | Compiling bcs v0.1.6 |
2391 | 2025-02-06T04:37:27.553Z | Compiling libz-sys v1.1.20 |
2392 | 2025-02-06T04:37:28.264Z | Compiling nanorand v0.7.0 |
2393 | 2025-02-06T04:37:28.963Z | Compiling termtree v0.5.1 |
2394 | 2025-02-06T04:37:29.366Z | Compiling parking_lot_core v0.8.6 |
2395 | 2025-02-06T04:37:29.934Z | Compiling flume v0.11.1 |
2396 | 2025-02-06T04:37:30.881Z | Compiling async-bb8-diesel v0.2.1 |
2397 | 2025-02-06T04:37:31.738Z | Compiling mime_guess v2.0.5 |
2398 | 2025-02-06T04:37:33.563Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2399 | 2025-02-06T04:37:34.758Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2400 | 2025-02-06T04:37:36.923Z | Compiling buf-list v1.0.3 |
2401 | 2025-02-06T04:37:39.123Z | Compiling nibble_vec v0.1.0 |
2402 | 2025-02-06T04:37:39.399Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2403 | 2025-02-06T04:37:40.037Z | Compiling pin-project-internal v1.1.6 |
2404 | 2025-02-06T04:37:40.186Z | Compiling atty v0.2.14 |
2405 | 2025-02-06T04:37:40.396Z | Compiling http-range v0.1.5 |
2406 | 2025-02-06T04:37:41.007Z | Compiling endian-type v0.1.2 |
2407 | 2025-02-06T04:37:41.291Z | Compiling salty v0.3.0 |
2408 | 2025-02-06T04:37:41.766Z | Compiling radix_trie v0.2.1 |
2409 | 2025-02-06T04:37:42.745Z | Compiling pin-project v1.1.6 |
2410 | 2025-02-06T04:37:42.930Z | Compiling parking_lot v0.11.2 |
2411 | 2025-02-06T04:37:47.710Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2412 | 2025-02-06T04:37:47.813Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2413 | 2025-02-06T04:37:52.412Z | Compiling snafu-derive v0.8.5 |
2414 | 2025-02-06T04:37:55.152Z | Compiling hyper-staticfile v0.10.1 |
2415 | 2025-02-06T04:37:55.562Z | Compiling sled v0.34.7 |
2416 | 2025-02-06T04:37:56.751Z | Compiling snafu v0.8.5 |
2417 | 2025-02-06T04:37:58.244Z | Compiling hickory-client v0.24.2 |
2418 | 2025-02-06T04:38:11.787Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2419 | 2025-02-06T04:38:12.995Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2420 | 2025-02-06T04:38:15.065Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2421 | 2025-02-06T04:38:23.888Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2422 | 2025-02-06T04:38:27.075Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2423 | 2025-02-06T04:38:27.208Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2424 | 2025-02-06T04:38:28.768Z | Compiling globset v0.4.15 |
2425 | 2025-02-06T04:38:31.092Z | Compiling hickory-server v0.24.2 |
2426 | 2025-02-06T04:38:32.984Z | Compiling primeorder v0.13.6 |
2427 | 2025-02-06T04:38:33.571Z | Compiling olpc-cjson v0.1.4 |
2428 | 2025-02-06T04:38:33.960Z | Compiling vergen v8.3.2 |
2429 | 2025-02-06T04:38:34.304Z | Compiling castaway v0.2.3 |
2430 | 2025-02-06T04:38:34.512Z | Compiling env_filter v0.1.2 |
2431 | 2025-02-06T04:38:34.827Z | Compiling serde_plain v1.0.2 |
2432 | 2025-02-06T04:38:35.432Z | Compiling cargo-platform v0.1.8 |
2433 | 2025-02-06T04:38:35.958Z | Compiling memoffset v0.9.1 |
2434 | 2025-02-06T04:38:36.058Z | Compiling typed-path v0.9.3 |
2435 | 2025-02-06T04:38:36.237Z | Compiling cargo_metadata v0.18.1 |
2436 | 2025-02-06T04:38:36.502Z | Compiling env_logger v0.11.5 |
2437 | 2025-02-06T04:38:37.941Z | Compiling git2 v0.19.0 |
2438 | 2025-02-06T04:38:39.287Z | Compiling tough v0.19.0 |
2439 | 2025-02-06T04:38:42.934Z | Compiling compact_str v0.8.0 |
2440 | 2025-02-06T04:38:43.118Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2441 | 2025-02-06T04:38:43.842Z | Compiling p384 v0.13.0 |
2442 | 2025-02-06T04:38:44.769Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2443 | 2025-02-06T04:38:45.520Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2444 | 2025-02-06T04:38:46.429Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2445 | 2025-02-06T04:38:47.631Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2446 | 2025-02-06T04:38:50.903Z | Compiling unicode-truncate v1.1.0 |
2447 | 2025-02-06T04:38:51.245Z | Compiling lru v0.12.5 |
2448 | 2025-02-06T04:38:51.632Z | Compiling rand_seeder v0.3.0 |
2449 | 2025-02-06T04:38:52.052Z | Compiling libsqlite3-sys v0.30.1 |
2450 | 2025-02-06T04:38:52.605Z | Compiling lzma-sys v0.1.20 |
2451 | 2025-02-06T04:38:53.003Z | Compiling instability v0.3.2 |
2452 | 2025-02-06T04:38:53.294Z | Compiling cassowary v0.3.0 |
2453 | 2025-02-06T04:38:53.993Z | Compiling cfg_aliases v0.2.1 |
2454 | 2025-02-06T04:38:54.149Z | Compiling rustls v0.21.12 |
2455 | 2025-02-06T04:38:54.499Z | Compiling parse-size v1.1.0 |
2456 | 2025-02-06T04:38:54.853Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2457 | 2025-02-06T04:38:55.235Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2458 | 2025-02-06T04:38:55.718Z | Compiling nix v0.29.0 |
2459 | 2025-02-06T04:38:56.211Z | Compiling ratatui v0.28.1 |
2460 | 2025-02-06T04:38:56.677Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2461 | 2025-02-06T04:38:56.886Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2462 | 2025-02-06T04:38:57.191Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2463 | 2025-02-06T04:38:58.418Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2464 | 2025-02-06T04:38:59.167Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2465 | 2025-02-06T04:38:59.510Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2466 | 2025-02-06T04:39:03.273Z | Compiling rustls-webpki v0.101.7 |
2467 | 2025-02-06T04:39:03.498Z | Compiling sct v0.7.1 |
2468 | 2025-02-06T04:39:04.005Z | Compiling heck v0.3.3 |
2469 | 2025-02-06T04:39:04.368Z | Compiling csv-core v0.1.11 |
2470 | 2025-02-06T04:39:05.308Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2471 | 2025-02-06T04:39:05.701Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2472 | 2025-02-06T04:39:06.044Z | Compiling glob v0.3.2 |
2473 | 2025-02-06T04:39:06.912Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2474 | 2025-02-06T04:39:07.328Z | Compiling csv v1.3.1 |
2475 | 2025-02-06T04:39:08.237Z | Compiling zone_cfg_derive v0.1.2 |
2476 | 2025-02-06T04:39:09.689Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2477 | 2025-02-06T04:39:14.087Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2478 | 2025-02-06T04:39:14.637Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2479 | 2025-02-06T04:39:15.502Z | Compiling nix v0.27.1 |
2480 | 2025-02-06T04:39:15.622Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2481 | 2025-02-06T04:39:19.109Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2482 | 2025-02-06T04:39:21.606Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2483 | 2025-02-06T04:39:26.188Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2484 | 2025-02-06T04:39:26.552Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2485 | 2025-02-06T04:39:28.408Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2486 | 2025-02-06T04:39:28.743Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2487 | 2025-02-06T04:39:29.090Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2488 | 2025-02-06T04:39:29.213Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2489 | 2025-02-06T04:39:29.426Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2490 | 2025-02-06T04:39:29.482Z | Compiling tungstenite v0.23.0 |
2491 | 2025-02-06T04:39:29.603Z | Compiling hashlink v0.9.1 |
2492 | 2025-02-06T04:39:30.115Z | Compiling fallible-streaming-iterator v0.1.9 |
2493 | 2025-02-06T04:39:30.359Z | Compiling base64 v0.13.1 |
2494 | 2025-02-06T04:39:30.427Z | Compiling fallible-iterator v0.3.0 |
2495 | 2025-02-06T04:39:31.215Z | Compiling rusqlite v0.32.1 |
2496 | 2025-02-06T04:39:31.235Z | Compiling ron v0.7.1 |
2497 | 2025-02-06T04:39:32.501Z | Compiling tokio-tungstenite v0.23.1 |
2498 | 2025-02-06T04:39:33.139Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2499 | 2025-02-06T04:39:33.871Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2500 | 2025-02-06T04:39:36.270Z | Compiling xz2 v0.1.7 |
2501 | 2025-02-06T04:39:36.910Z | Compiling tokio-rustls v0.24.1 |
2502 | 2025-02-06T04:39:37.133Z | Compiling zone v0.1.8 |
2503 | 2025-02-06T04:39:40.562Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2504 | 2025-02-06T04:39:42.509Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2505 | 2025-02-06T04:39:45.544Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2506 | 2025-02-06T04:39:46.840Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2507 | 2025-02-06T04:39:47.182Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2508 | 2025-02-06T04:39:54.081Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2509 | 2025-02-06T04:39:55.003Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2510 | 2025-02-06T04:39:57.541Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2511 | 2025-02-06T04:39:57.631Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2512 | 2025-02-06T04:40:00.028Z | Compiling rustls-pemfile v1.0.4 |
2513 | 2025-02-06T04:40:00.472Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2514 | 2025-02-06T04:40:00.806Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2515 | 2025-02-06T04:40:00.826Z | Compiling signal-hook-tokio v0.3.1 |
2516 | 2025-02-06T04:40:01.011Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2517 | 2025-02-06T04:40:01.078Z | Compiling yasna v0.5.2 |
2518 | 2025-02-06T04:40:01.846Z | Compiling twox-hash v2.1.0 |
2519 | 2025-02-06T04:40:02.910Z | Compiling smawk v0.3.2 |
2520 | 2025-02-06T04:40:03.233Z | Compiling unicode-linebreak v0.1.5 |
2521 | 2025-02-06T04:40:03.855Z | Compiling is_ci v1.2.0 |
2522 | 2025-02-06T04:40:04.210Z | Compiling supports-color v3.0.1 |
2523 | 2025-02-06T04:40:04.649Z | Compiling textwrap v0.16.1 |
2524 | 2025-02-06T04:40:04.687Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2525 | 2025-02-06T04:40:08.234Z | Compiling rcgen v0.12.1 |
2526 | 2025-02-06T04:40:10.323Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2527 | 2025-02-06T04:40:15.814Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2528 | 2025-02-06T04:40:16.070Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2529 | 2025-02-06T04:40:18.539Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2530 | 2025-02-06T04:40:22.688Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2531 | 2025-02-06T04:40:28.050Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2532 | 2025-02-06T04:40:33.074Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2533 | 2025-02-06T04:40:37.649Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2534 | 2025-02-06T04:40:38.306Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2535 | 2025-02-06T04:40:46.301Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2536 | 2025-02-06T04:40:53.034Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2537 | 2025-02-06T04:40:53.373Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2538 | 2025-02-06T04:40:57.916Z | Compiling fatfs v0.3.6 |
2539 | 2025-02-06T04:41:00.817Z | Compiling subprocess v0.2.9 |
2540 | 2025-02-06T04:41:02.366Z | Compiling rtoolbox v0.0.2 |
2541 | 2025-02-06T04:41:02.822Z | Compiling assert_matches v1.5.0 |
2542 | 2025-02-06T04:41:03.734Z | Compiling rpassword v7.3.1 |
2543 | 2025-02-06T04:41:04.204Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2544 | 2025-02-06T04:41:05.699Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2545 | 2025-02-06T04:41:05.755Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2546 | 2025-02-06T04:41:12.473Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2547 | 2025-02-06T04:41:12.901Z | Compiling tui-tree-widget v0.22.0 |
2548 | 2025-02-06T04:41:13.398Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2549 | 2025-02-06T04:41:19.824Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2550 | 2025-02-06T04:41:20.177Z | Compiling uzers v0.12.1 |
2551 | 2025-02-06T04:41:23.451Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2552 | 2025-02-06T04:41:27.270Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2553 | 2025-02-06T04:41:29.188Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2554 | 2025-02-06T04:42:02.689Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2555 | 2025-02-06T04:42:03.974Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2556 | 2025-02-06T04:42:08.879Z | Compiling multimap v0.10.0 |
2557 | 2025-02-06T04:44:33.520Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2558 | 2025-02-06T04:44:45.189Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2559 | 2025-02-06T04:52:11.164Z | Finished `release` profile [optimized] target(s) in 17m 31s |
2560 | 2025-02-06T04:53:15.954Z | |
2561 | 2025-02-06T04:53:15.957Z | real 18:37.976073600 |
2562 | 2025-02-06T04:53:15.957Z | user 2:10:26.677227862 |
2563 | 2025-02-06T04:53:15.957Z | sys 3:24.379291341 |
2564 | 2025-02-06T04:53:15.957Z | trap 3.583144890 |
2565 | 2025-02-06T04:53:15.957Z | tflt 3.177112132 |
2566 | 2025-02-06T04:53:15.957Z | dflt 4.995370574 |
2567 | 2025-02-06T04:53:15.957Z | kflt 0.030684016 |
2568 | 2025-02-06T04:53:15.957Z | lock 7:49:29.056219198 |
2569 | 2025-02-06T04:53:15.957Z | slp 6:37:42.906476826 |
2570 | 2025-02-06T04:53:15.957Z | lat 3:25.516833672 |
2571 | 2025-02-06T04:53:15.957Z | stop 2:45.154445629 |
2572 | 2025-02-06T04:53:15.957Z | + mapfile -t packages |
2573 | 2025-02-06T04:53:15.958Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2574 | 2025-02-06T04:53:17.061Z | Finished `release` profile [optimized] target(s) in 1.05s |
2575 | 2025-02-06T04:53:17.117Z | Running `target/release/omicron-package -t test list-outputs` |
2576 | 2025-02-06T04:53:17.169Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2577 | 2025-02-06T04:53:17.172Z | + ptime -m cargo build --locked --release -p xtask |
2578 | 2025-02-06T04:53:17.751Z | Compiling serde v1.0.217 |
2579 | 2025-02-06T04:53:17.754Z | Compiling libc v0.2.169 |
2580 | 2025-02-06T04:53:17.754Z | Compiling rustix v0.38.37 |
2581 | 2025-02-06T04:53:17.754Z | Compiling serde_json v1.0.135 |
2582 | 2025-02-06T04:53:17.754Z | Compiling syn v2.0.96 |
2583 | 2025-02-06T04:53:17.875Z | Compiling bitflags v2.6.0 |
2584 | 2025-02-06T04:53:18.224Z | Compiling usdt-impl v0.5.0 |
2585 | 2025-02-06T04:53:18.264Z | Compiling syn v1.0.109 |
2586 | 2025-02-06T04:53:18.349Z | Compiling log v0.4.22 |
2587 | 2025-02-06T04:53:18.372Z | Compiling hashbrown v0.15.1 |
2588 | 2025-02-06T04:53:18.696Z | Compiling fs-err v2.11.0 |
2589 | 2025-02-06T04:53:18.801Z | Compiling anyhow v1.0.95 |
2590 | 2025-02-06T04:53:19.016Z | Compiling once_cell v1.20.2 |
2591 | 2025-02-06T04:53:19.180Z | Compiling thread-id v4.2.2 |
2592 | 2025-02-06T04:53:19.657Z | Compiling indexmap v2.7.1 |
2593 | 2025-02-06T04:53:20.740Z | Compiling terminal_size v0.4.0 |
2594 | 2025-02-06T04:53:20.740Z | Compiling tempfile v3.13.0 |
2595 | 2025-02-06T04:53:21.020Z | Compiling clap_builder v4.5.27 |
2596 | 2025-02-06T04:53:21.818Z | Compiling proc-macro-error v1.0.4 |
2597 | 2025-02-06T04:53:22.538Z | Compiling tabled_derive v0.7.0 |
2598 | 2025-02-06T04:53:23.704Z | Compiling tabled v0.15.0 |
2599 | 2025-02-06T04:53:24.366Z | Compiling serde_derive v1.0.217 |
2600 | 2025-02-06T04:53:24.366Z | Compiling thiserror-impl v1.0.69 |
2601 | 2025-02-06T04:53:24.369Z | Compiling zerocopy-derive v0.7.35 |
2602 | 2025-02-06T04:53:24.369Z | Compiling scroll_derive v0.12.0 |
2603 | 2025-02-06T04:53:24.369Z | Compiling clap_derive v4.5.24 |
2604 | 2025-02-06T04:53:25.863Z | Compiling scroll v0.12.0 |
2605 | 2025-02-06T04:53:26.357Z | Compiling zerocopy v0.7.35 |
2606 | 2025-02-06T04:53:26.525Z | Compiling goblin v0.8.2 |
2607 | 2025-02-06T04:53:27.153Z | Compiling thiserror v1.0.69 |
2608 | 2025-02-06T04:53:27.341Z | Compiling pest v2.7.14 |
2609 | 2025-02-06T04:53:30.388Z | Compiling pest_meta v2.7.14 |
2610 | 2025-02-06T04:53:30.529Z | Compiling clap v4.5.27 |
2611 | 2025-02-06T04:53:32.038Z | Compiling pest_generator v2.7.14 |
2612 | 2025-02-06T04:53:34.177Z | Compiling pest_derive v2.7.14 |
2613 | 2025-02-06T04:53:35.053Z | Compiling dtrace-parser v0.2.0 |
2614 | 2025-02-06T04:53:39.097Z | Compiling serde_spanned v0.6.8 |
2615 | 2025-02-06T04:53:39.696Z | Compiling serde_tokenstream v0.2.2 |
2616 | 2025-02-06T04:53:40.318Z | Compiling toml_datetime v0.6.8 |
2617 | 2025-02-06T04:53:41.083Z | Compiling toml_edit v0.22.22 |
2618 | 2025-02-06T04:53:41.998Z | Compiling dof v0.3.0 |
2619 | 2025-02-06T04:53:43.099Z | Compiling camino v1.1.9 |
2620 | 2025-02-06T04:53:44.236Z | Compiling usdt-macro v0.5.0 |
2621 | 2025-02-06T04:53:44.391Z | Compiling usdt-attr-macro v0.5.0 |
2622 | 2025-02-06T04:53:45.486Z | Compiling toml v0.8.19 |
2623 | 2025-02-06T04:53:45.795Z | Compiling semver v1.0.24 |
2624 | 2025-02-06T04:53:47.328Z | Compiling cargo-platform v0.1.8 |
2625 | 2025-02-06T04:53:48.462Z | Compiling cargo_metadata v0.18.1 |
2626 | 2025-02-06T04:53:48.876Z | Compiling cargo_toml v0.20.5 |
2627 | 2025-02-06T04:53:50.363Z | Compiling usdt v0.5.0 |
2628 | 2025-02-06T04:53:51.830Z | Compiling camino-tempfile v1.1.1 |
2629 | 2025-02-06T04:53:51.846Z | Compiling macaddr v1.0.1 |
2630 | 2025-02-06T04:54:01.705Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2631 | 2025-02-06T04:54:13.189Z | Finished `release` profile [optimized] target(s) in 55.95s |
2632 | 2025-02-06T04:54:13.306Z | |
2633 | 2025-02-06T04:54:13.306Z | real 56.099158494 |
2634 | 2025-02-06T04:54:13.306Z | user 5:50.182988522 |
2635 | 2025-02-06T04:54:13.306Z | sys 19.503133685 |
2636 | 2025-02-06T04:54:13.306Z | trap 0.179010033 |
2637 | 2025-02-06T04:54:13.309Z | tflt 0.350926611 |
2638 | 2025-02-06T04:54:13.309Z | dflt 0.311060875 |
2639 | 2025-02-06T04:54:13.309Z | kflt 0.000006849 |
2640 | 2025-02-06T04:54:13.310Z | lock 11:02.079604714 |
2641 | 2025-02-06T04:54:13.310Z | slp 16:28.489494485 |
2642 | 2025-02-06T04:54:13.310Z | lat 14.461628482 |
2643 | 2025-02-06T04:54:13.310Z | stop 19.334120580 |
2644 | 2025-02-06T04:54:13.310Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2645 | 2025-02-06T04:54:13.310Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2646 | 2025-02-06T04:54:13.310Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2647 | 2025-02-06T04:54:13.310Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2648 | 2025-02-06T04:54:13.310Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2649 | 2025-02-06T04:54:14.239Z | Compiling hashbrown v0.14.5 |
2650 | 2025-02-06T04:54:14.372Z | Compiling thiserror v2.0.11 |
2651 | 2025-02-06T04:54:14.386Z | Compiling thiserror-impl v2.0.11 |
2652 | 2025-02-06T04:54:14.390Z | Compiling ident_case v1.0.1 |
2653 | 2025-02-06T04:54:14.390Z | Compiling unsafe-libyaml v0.2.11 |
2654 | 2025-02-06T04:54:14.390Z | Compiling ipnetwork v0.20.0 |
2655 | 2025-02-06T04:54:14.390Z | Compiling progenitor-client v0.9.1 |
2656 | 2025-02-06T04:54:14.390Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2657 | 2025-02-06T04:54:14.708Z | Compiling darling_core v0.20.10 |
2658 | 2025-02-06T04:54:14.904Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2659 | 2025-02-06T04:54:14.998Z | Compiling macaddr v1.0.1 |
2660 | 2025-02-06T04:54:15.347Z | Compiling progenitor-client v0.8.0 |
2661 | 2025-02-06T04:54:15.368Z | Compiling instant v0.1.13 |
2662 | 2025-02-06T04:54:15.503Z | Compiling regress v0.10.1 |
2663 | 2025-02-06T04:54:15.525Z | Compiling structmeta-derive v0.3.0 |
2664 | 2025-02-06T04:54:15.550Z | Compiling dropshot v0.15.1 |
2665 | 2025-02-06T04:54:15.674Z | Compiling regress v0.9.1 |
2666 | 2025-02-06T04:54:15.834Z | Compiling serde_yaml v0.9.34+deprecated |
2667 | 2025-02-06T04:54:15.957Z | Compiling dropshot_endpoint v0.15.1 |
2668 | 2025-02-06T04:54:16.395Z | Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2669 | 2025-02-06T04:54:17.593Z | Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2670 | 2025-02-06T04:54:17.942Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2671 | 2025-02-06T04:54:18.003Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2672 | 2025-02-06T04:54:18.319Z | Compiling structmeta v0.3.0 |
2673 | 2025-02-06T04:54:18.512Z | Compiling backoff v0.4.0 |
2674 | 2025-02-06T04:54:18.761Z | Compiling parse-display-derive v0.10.0 |
2675 | 2025-02-06T04:54:18.781Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2676 | 2025-02-06T04:54:18.903Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2677 | 2025-02-06T04:54:18.989Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2678 | 2025-02-06T04:54:19.192Z | Compiling tempfile v3.13.0 |
2679 | 2025-02-06T04:54:19.537Z | Compiling typify-impl v0.2.0 |
2680 | 2025-02-06T04:54:19.697Z | Compiling proc-macro-crate v1.3.1 |
2681 | 2025-02-06T04:54:20.080Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2682 | 2025-02-06T04:54:20.494Z | Compiling typify-impl v0.3.0 |
2683 | 2025-02-06T04:54:20.512Z | Compiling itertools v0.13.0 |
2684 | 2025-02-06T04:54:20.683Z | Compiling zerocopy v0.8.10 |
2685 | 2025-02-06T04:54:20.742Z | Compiling num_enum_derive v0.5.11 |
2686 | 2025-02-06T04:54:21.119Z | Compiling darling_macro v0.20.10 |
2687 | 2025-02-06T04:54:21.527Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2688 | 2025-02-06T04:54:21.973Z | Compiling zerocopy-derive v0.8.10 |
2689 | 2025-02-06T04:54:22.155Z | Compiling darling v0.20.10 |
2690 | 2025-02-06T04:54:22.308Z | Compiling serde_with_macros v3.11.0 |
2691 | 2025-02-06T04:54:23.032Z | Compiling parse-display v0.10.0 |
2692 | 2025-02-06T04:54:23.220Z | Compiling num_enum v0.5.11 |
2693 | 2025-02-06T04:54:23.426Z | Compiling foreign-types-macros v0.2.3 |
2694 | 2025-02-06T04:54:23.481Z | Compiling foreign-types-shared v0.3.1 |
2695 | 2025-02-06T04:54:23.641Z | Compiling crucible-workspace-hack v0.1.0 |
2696 | 2025-02-06T04:54:23.679Z | Compiling heapless v0.8.0 |
2697 | 2025-02-06T04:54:23.998Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2698 | 2025-02-06T04:54:24.588Z | Compiling proc-macro-error v1.0.4 |
2699 | 2025-02-06T04:54:24.728Z | Compiling foreign-types v0.5.0 |
2700 | 2025-02-06T04:54:25.036Z | Compiling serde_with v3.11.0 |
2701 | 2025-02-06T04:54:25.287Z | Compiling camino-tempfile v1.1.1 |
2702 | 2025-02-06T04:54:25.384Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2703 | 2025-02-06T04:54:25.746Z | Compiling hash32 v0.3.1 |
2704 | 2025-02-06T04:54:26.038Z | Compiling cstr-argument v0.1.2 |
2705 | 2025-02-06T04:54:26.266Z | Compiling pretty-hex v0.2.1 |
2706 | 2025-02-06T04:54:26.306Z | Compiling smoltcp v0.11.0 |
2707 | 2025-02-06T04:54:26.485Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2708 | 2025-02-06T04:54:26.895Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2709 | 2025-02-06T04:54:27.036Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2710 | 2025-02-06T04:54:27.727Z | Compiling tabwriter v1.4.0 |
2711 | 2025-02-06T04:54:28.032Z | Compiling colored v2.1.0 |
2712 | 2025-02-06T04:54:28.148Z | Compiling cobs v0.2.3 |
2713 | 2025-02-06T04:54:28.472Z | Compiling postcard v1.0.10 |
2714 | 2025-02-06T04:54:28.613Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2715 | 2025-02-06T04:54:28.696Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2716 | 2025-02-06T04:54:28.916Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2717 | 2025-02-06T04:54:29.030Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2718 | 2025-02-06T04:54:29.081Z | Compiling smf v0.2.3 |
2719 | 2025-02-06T04:54:29.400Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2720 | 2025-02-06T04:54:29.825Z | Compiling zone_cfg_derive v0.3.0 |
2721 | 2025-02-06T04:54:29.985Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2722 | 2025-02-06T04:54:30.444Z | Compiling num-derive v0.4.2 |
2723 | 2025-02-06T04:54:30.465Z | Compiling sigpipe v0.1.3 |
2724 | 2025-02-06T04:54:30.617Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2725 | 2025-02-06T04:54:30.976Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2726 | 2025-02-06T04:54:31.015Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2727 | 2025-02-06T04:54:31.260Z | Compiling zone v0.3.0 |
2728 | 2025-02-06T04:54:31.807Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2729 | 2025-02-06T04:54:31.963Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2730 | 2025-02-06T04:54:32.446Z | Compiling universal-hash v0.5.1 |
2731 | 2025-02-06T04:54:32.679Z | Compiling opaque-debug v0.3.1 |
2732 | 2025-02-06T04:54:32.700Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2733 | 2025-02-06T04:54:32.762Z | Compiling tungstenite v0.21.0 |
2734 | 2025-02-06T04:54:32.809Z | Compiling num-rational v0.4.2 |
2735 | 2025-02-06T04:54:32.844Z | Compiling password-hash v0.5.0 |
2736 | 2025-02-06T04:54:33.561Z | Compiling num-complex v0.4.6 |
2737 | 2025-02-06T04:54:33.777Z | Compiling blake2 v0.10.6 |
2738 | 2025-02-06T04:54:33.816Z | Compiling aead v0.5.2 |
2739 | 2025-02-06T04:54:34.214Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2740 | 2025-02-06T04:54:34.402Z | Compiling convert_case v0.4.0 |
2741 | 2025-02-06T04:54:34.452Z | Compiling keccak v0.1.5 |
2742 | 2025-02-06T04:54:34.593Z | Compiling base64 v0.21.7 |
2743 | 2025-02-06T04:54:34.785Z | Compiling num v0.4.3 |
2744 | 2025-02-06T04:54:34.981Z | Compiling sha3 v0.10.8 |
2745 | 2025-02-06T04:54:35.198Z | Compiling argon2 v0.5.3 |
2746 | 2025-02-06T04:54:35.310Z | Compiling derive_more v0.99.18 |
2747 | 2025-02-06T04:54:35.374Z | Compiling tokio-tungstenite v0.21.0 |
2748 | 2025-02-06T04:54:35.442Z | Compiling typify-macro v0.2.0 |
2749 | 2025-02-06T04:54:35.963Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2750 | 2025-02-06T04:54:36.008Z | Compiling poly1305 v0.8.0 |
2751 | 2025-02-06T04:54:36.115Z | Compiling chacha20 v0.9.1 |
2752 | 2025-02-06T04:54:36.188Z | Compiling float-ord v0.3.2 |
2753 | 2025-02-06T04:54:36.409Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2754 | 2025-02-06T04:54:36.507Z | Compiling typify-macro v0.3.0 |
2755 | 2025-02-06T04:54:36.626Z | Compiling same-file v1.0.6 |
2756 | 2025-02-06T04:54:36.885Z | Compiling semver v0.1.20 |
2757 | 2025-02-06T04:54:36.954Z | Compiling walkdir v2.5.0 |
2758 | 2025-02-06T04:54:37.564Z | Compiling rustc_version v0.1.7 |
2759 | 2025-02-06T04:54:37.696Z | Compiling newline-converter v0.3.0 |
2760 | 2025-02-06T04:54:37.794Z | Compiling primeorder v0.13.6 |
2761 | 2025-02-06T04:54:37.911Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2762 | 2025-02-06T04:54:38.033Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2763 | 2025-02-06T04:54:38.063Z | Compiling secrecy v0.8.0 |
2764 | 2025-02-06T04:54:38.207Z | Compiling cancel-safe-futures v0.1.5 |
2765 | 2025-02-06T04:54:38.335Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2766 | 2025-02-06T04:54:38.356Z | Compiling owo-colors v4.1.0 |
2767 | 2025-02-06T04:54:38.521Z | Compiling newtype_derive v0.1.6 |
2768 | 2025-02-06T04:54:38.611Z | Compiling expectorate v1.1.0 |
2769 | 2025-02-06T04:54:38.705Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2770 | 2025-02-06T04:54:38.809Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2771 | 2025-02-06T04:54:38.844Z | Compiling thiserror-impl-no-std v2.0.2 |
2772 | 2025-02-06T04:54:39.101Z | Compiling blake3 v1.5.4 |
2773 | 2025-02-06T04:54:39.189Z | Compiling half v2.4.1 |
2774 | 2025-02-06T04:54:39.292Z | Compiling unicase v2.7.0 |
2775 | 2025-02-06T04:54:39.328Z | Compiling typify v0.2.0 |
2776 | 2025-02-06T04:54:39.486Z | Compiling progenitor-impl v0.8.0 |
2777 | 2025-02-06T04:54:39.641Z | Compiling ciborium-io v0.2.2 |
2778 | 2025-02-06T04:54:39.765Z | Compiling arc-swap v1.7.1 |
2779 | 2025-02-06T04:54:39.824Z | Compiling ciborium-ll v0.2.2 |
2780 | 2025-02-06T04:54:40.067Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2781 | 2025-02-06T04:54:40.270Z | Compiling slog-scope v4.4.0 |
2782 | 2025-02-06T04:54:40.387Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2783 | 2025-02-06T04:54:40.533Z | Compiling typify v0.3.0 |
2784 | 2025-02-06T04:54:40.709Z | Compiling progenitor-impl v0.9.1 |
2785 | 2025-02-06T04:54:40.781Z | Compiling polyval v0.6.2 |
2786 | 2025-02-06T04:54:41.242Z | Compiling atomicwrites v0.4.4 |
2787 | 2025-02-06T04:54:41.333Z | Compiling libsw v3.3.1 |
2788 | 2025-02-06T04:54:41.606Z | Compiling memmap2 v0.9.5 |
2789 | 2025-02-06T04:54:41.693Z | Compiling arrayvec v0.7.6 |
2790 | 2025-02-06T04:54:41.853Z | Compiling thiserror-no-std v2.0.2 |
2791 | 2025-02-06T04:54:42.017Z | Compiling constant_time_eq v0.3.1 |
2792 | 2025-02-06T04:54:42.073Z | Compiling arrayref v0.3.9 |
2793 | 2025-02-06T04:54:42.113Z | Compiling libefi-sys v0.1.0 |
2794 | 2025-02-06T04:54:42.207Z | Compiling indent_write v2.2.0 |
2795 | 2025-02-06T04:54:42.230Z | Compiling linear-map v1.2.0 |
2796 | 2025-02-06T04:54:42.349Z | Compiling salty v0.3.0 |
2797 | 2025-02-06T04:54:42.435Z | Compiling parking_lot_core v0.8.6 |
2798 | 2025-02-06T04:54:42.538Z | Compiling vsss-rs v3.3.4 |
2799 | 2025-02-06T04:54:42.603Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2800 | 2025-02-06T04:54:42.832Z | Compiling ghash v0.5.1 |
2801 | 2025-02-06T04:54:43.061Z | Compiling slog-stdlog v4.1.1 |
2802 | 2025-02-06T04:54:43.120Z | Compiling ciborium v0.2.2 |
2803 | 2025-02-06T04:54:43.897Z | Compiling p384 v0.13.0 |
2804 | 2025-02-06T04:54:43.972Z | Compiling toolchain_find v0.4.0 |
2805 | 2025-02-06T04:54:44.453Z | Compiling chacha20poly1305 v0.10.1 |
2806 | 2025-02-06T04:54:44.481Z | Compiling ctr v0.9.2 |
2807 | 2025-02-06T04:54:44.624Z | Compiling lzma-sys v0.1.20 |
2808 | 2025-02-06T04:54:44.725Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2809 | 2025-02-06T04:54:44.858Z | Compiling bitfield-struct v0.6.2 |
2810 | 2025-02-06T04:54:45.187Z | Compiling slog-dtrace v0.3.0 |
2811 | 2025-02-06T04:54:45.458Z | Compiling topological-sort v0.2.2 |
2812 | 2025-02-06T04:54:45.508Z | Compiling highway v1.2.0 |
2813 | 2025-02-06T04:54:45.741Z | Compiling omicron-zone-package v0.12.0 |
2814 | 2025-02-06T04:54:45.811Z | Compiling aes-gcm v0.10.3 |
2815 | 2025-02-06T04:54:46.166Z | Compiling rustfmt-wrapper v0.2.1 |
2816 | 2025-02-06T04:54:46.325Z | Compiling mime_guess v2.0.5 |
2817 | 2025-02-06T04:54:46.368Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2818 | 2025-02-06T04:54:46.475Z | Compiling slog-envlogger v2.2.0 |
2819 | 2025-02-06T04:54:46.741Z | Compiling steno v0.4.1 |
2820 | 2025-02-06T04:54:46.889Z | Compiling progenitor-macro v0.8.0 |
2821 | 2025-02-06T04:54:47.415Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2822 | 2025-02-06T04:54:47.529Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2823 | 2025-02-06T04:54:47.683Z | Compiling heck v0.3.3 |
2824 | 2025-02-06T04:54:48.020Z | Compiling progenitor-macro v0.9.1 |
2825 | 2025-02-06T04:54:48.051Z | Compiling ssh-encoding v0.2.0 |
2826 | 2025-02-06T04:54:48.086Z | Compiling blowfish v0.9.1 |
2827 | 2025-02-06T04:54:48.108Z | Compiling nibble_vec v0.1.0 |
2828 | 2025-02-06T04:54:48.357Z | Compiling env_filter v0.1.2 |
2829 | 2025-02-06T04:54:48.552Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2830 | 2025-02-06T04:54:48.588Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2831 | 2025-02-06T04:54:48.682Z | Compiling humantime v2.1.0 |
2832 | 2025-02-06T04:54:48.874Z | Compiling endian-type v0.1.2 |
2833 | 2025-02-06T04:54:48.903Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2834 | 2025-02-06T04:54:49.035Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2835 | 2025-02-06T04:54:49.118Z | Compiling radix_trie v0.2.1 |
2836 | 2025-02-06T04:54:49.139Z | Compiling env_logger v0.11.5 |
2837 | 2025-02-06T04:54:49.232Z | Compiling ssh-cipher v0.2.0 |
2838 | 2025-02-06T04:54:49.767Z | Compiling bcrypt-pbkdf v0.10.0 |
2839 | 2025-02-06T04:54:49.839Z | Compiling zone_cfg_derive v0.1.2 |
2840 | 2025-02-06T04:54:50.485Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2841 | 2025-02-06T04:54:50.488Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2842 | 2025-02-06T04:54:50.855Z | Compiling parking_lot v0.11.2 |
2843 | 2025-02-06T04:54:51.353Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2844 | 2025-02-06T04:54:51.377Z | Compiling password-hash v0.4.2 |
2845 | 2025-02-06T04:54:51.762Z | Compiling gethostname v0.5.0 |
2846 | 2025-02-06T04:54:51.795Z | Compiling fxhash v0.2.1 |
2847 | 2025-02-06T04:54:51.816Z | Compiling zip v2.1.3 |
2848 | 2025-02-06T04:54:51.836Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2849 | 2025-02-06T04:54:51.984Z | Compiling bumpalo v3.16.0 |
2850 | 2025-02-06T04:54:52.045Z | Compiling http-range v0.1.5 |
2851 | 2025-02-06T04:54:52.137Z | Compiling base64 v0.13.1 |
2852 | 2025-02-06T04:54:52.161Z | Compiling lockfree-object-pool v0.1.6 |
2853 | 2025-02-06T04:54:52.242Z | Compiling simd-adler32 v0.3.7 |
2854 | 2025-02-06T04:54:52.444Z | Compiling sled v0.34.7 |
2855 | 2025-02-06T04:54:52.474Z | Compiling pbkdf2 v0.11.0 |
2856 | 2025-02-06T04:54:52.511Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2857 | 2025-02-06T04:54:52.724Z | Compiling zopfli v0.8.1 |
2858 | 2025-02-06T04:54:52.853Z | Compiling ron v0.7.1 |
2859 | 2025-02-06T04:54:52.879Z | Compiling zone v0.1.8 |
2860 | 2025-02-06T04:54:53.224Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2861 | 2025-02-06T04:54:53.284Z | Compiling xz2 v0.1.7 |
2862 | 2025-02-06T04:54:54.324Z | Compiling ssh-key v0.6.6 |
2863 | 2025-02-06T04:54:54.348Z | Compiling hickory-client v0.24.2 |
2864 | 2025-02-06T04:54:54.884Z | Compiling p256 v0.13.2 |
2865 | 2025-02-06T04:54:55.095Z | Compiling p521 v0.13.3 |
2866 | 2025-02-06T04:54:55.748Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2867 | 2025-02-06T04:54:55.795Z | Compiling hickory-server v0.24.2 |
2868 | 2025-02-06T04:54:56.814Z | Compiling pem v3.0.4 |
2869 | 2025-02-06T04:54:57.575Z | Compiling yasna v0.5.2 |
2870 | 2025-02-06T04:54:57.596Z | Compiling headers-core v0.3.0 |
2871 | 2025-02-06T04:54:57.806Z | Compiling kstat-rs v0.2.4 |
2872 | 2025-02-06T04:54:58.419Z | Compiling nanorand v0.7.0 |
2873 | 2025-02-06T04:54:58.783Z | Compiling atty v0.2.14 |
2874 | 2025-02-06T04:54:58.839Z | Compiling russh-cryptovec v0.7.3 |
2875 | 2025-02-06T04:54:58.974Z | Compiling md5 v0.7.0 |
2876 | 2025-02-06T04:54:58.994Z | Compiling flume v0.11.1 |
2877 | 2025-02-06T04:54:59.191Z | Compiling rcgen v0.12.1 |
2878 | 2025-02-06T04:54:59.197Z | Compiling headers v0.4.0 |
2879 | 2025-02-06T04:54:59.529Z | Compiling russh-keys v0.45.0 |
2880 | 2025-02-06T04:55:00.039Z | Compiling progenitor v0.8.0 |
2881 | 2025-02-06T04:55:00.231Z | Compiling hyper-staticfile v0.10.1 |
2882 | 2025-02-06T04:55:00.310Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2883 | 2025-02-06T04:55:01.051Z | Compiling progenitor v0.9.1 |
2884 | 2025-02-06T04:55:01.120Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2885 | 2025-02-06T04:55:01.314Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2886 | 2025-02-06T04:55:01.335Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2887 | 2025-02-06T04:55:01.387Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2888 | 2025-02-06T04:55:01.823Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2889 | 2025-02-06T04:55:02.785Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2890 | 2025-02-06T04:55:03.405Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2891 | 2025-02-06T04:55:03.521Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2892 | 2025-02-06T04:55:04.554Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2893 | 2025-02-06T04:55:05.239Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2894 | 2025-02-06T04:55:05.679Z | Compiling num-bigint v0.4.6 |
2895 | 2025-02-06T04:55:06.302Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2896 | 2025-02-06T04:55:06.728Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2897 | 2025-02-06T04:55:07.861Z | Compiling des v0.8.1 |
2898 | 2025-02-06T04:55:08.063Z | Compiling subprocess v0.2.9 |
2899 | 2025-02-06T04:55:08.227Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2900 | 2025-02-06T04:55:08.263Z | Compiling display-error-chain v0.2.2 |
2901 | 2025-02-06T04:55:08.525Z | Compiling hex-literal v0.4.1 |
2902 | 2025-02-06T04:55:08.740Z | Compiling russh v0.45.0 |
2903 | 2025-02-06T04:55:09.156Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2904 | 2025-02-06T04:55:09.875Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2905 | 2025-02-06T04:55:12.414Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2906 | 2025-02-06T04:55:12.909Z | Compiling internet-checksum v0.2.1 |
2907 | 2025-02-06T04:55:17.816Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2908 | 2025-02-06T04:55:17.816Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2909 | 2025-02-06T04:55:17.819Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2910 | 2025-02-06T04:55:17.819Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2911 | 2025-02-06T04:55:20.779Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2912 | 2025-02-06T04:55:21.211Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2913 | 2025-02-06T04:55:22.398Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2914 | 2025-02-06T04:55:22.402Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2915 | 2025-02-06T04:55:22.865Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2916 | 2025-02-06T04:55:23.543Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2917 | 2025-02-06T04:55:25.966Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2918 | 2025-02-06T04:55:26.074Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2919 | 2025-02-06T04:55:26.200Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2920 | 2025-02-06T04:55:27.028Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2921 | 2025-02-06T04:55:27.095Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2922 | 2025-02-06T04:55:27.687Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2923 | 2025-02-06T04:55:28.002Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2924 | 2025-02-06T04:55:29.653Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2925 | 2025-02-06T04:55:31.928Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2926 | 2025-02-06T04:55:32.377Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2927 | 2025-02-06T04:55:32.397Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2928 | 2025-02-06T04:55:32.850Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2929 | 2025-02-06T04:55:32.886Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2930 | 2025-02-06T04:55:35.653Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2931 | 2025-02-06T04:55:37.906Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2932 | 2025-02-06T04:55:39.132Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2933 | 2025-02-06T04:55:39.898Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2934 | 2025-02-06T04:55:40.307Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2935 | 2025-02-06T04:55:46.095Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2936 | 2025-02-06T04:55:54.806Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2937 | 2025-02-06T04:55:56.507Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2938 | 2025-02-06T04:56:21.563Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2939 | 2025-02-06T04:56:45.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
2940 | 2025-02-06T04:56:45.725Z | |
2941 | 2025-02-06T04:56:45.728Z | real 2:32.351447466 |
2942 | 2025-02-06T04:56:45.728Z | user 12:48.928810697 |
2943 | 2025-02-06T04:56:45.728Z | sys 1:40.988125193 |
2944 | 2025-02-06T04:56:45.728Z | trap 0.404820231 |
2945 | 2025-02-06T04:56:45.728Z | tflt 1.480902761 |
2946 | 2025-02-06T04:56:45.728Z | dflt 1.199017207 |
2947 | 2025-02-06T04:56:45.728Z | kflt 0.000706537 |
2948 | 2025-02-06T04:56:45.728Z | lock 23:38.345662235 |
2949 | 2025-02-06T04:56:45.728Z | slp 43:58.263606372 |
2950 | 2025-02-06T04:56:45.728Z | lat 38.041882059 |
2951 | 2025-02-06T04:56:45.728Z | stop 1:42.655122134 |
2952 | 2025-02-06T04:56:45.728Z | + mkdir tests |
2953 | 2025-02-06T04:56:45.733Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2954 | 2025-02-06T04:56:45.733Z | + xargs -I '{}' -t cp '{}' tests/ |
2955 | 2025-02-06T04:56:45.772Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-752e4b188b959d25 tests/ |
2956 | 2025-02-06T04:56:45.794Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-45c59384fce9deaf tests/ |
2957 | 2025-02-06T04:56:45.816Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7dbff83faf9b551a tests/ |
2958 | 2025-02-06T04:56:45.838Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a9aa8054d14802c4 tests/ |
2959 | 2025-02-06T04:56:46.062Z | + 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/*) |
2960 | 2025-02-06T04:56:46.065Z | + 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-7dbff83faf9b551a tests/commtest-45c59384fce9deaf tests/dhcp_server-752e4b188b959d25 tests/end_to_end_tests-a9aa8054d14802c4 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 |
2961 | 2025-02-06T04:58:00.349Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2962 | 2025-02-06T04:58:00.349Z | a .github/buildomat/ci-env.sh 1K |
2963 | 2025-02-06T04:58:00.349Z | a out/target/test 1K |
2964 | 2025-02-06T04:58:00.349Z | a out/npuzone/npuzone 23144K |
2965 | 2025-02-06T04:58:00.349Z | a package-manifest.toml 33K |
2966 | 2025-02-06T04:58:00.349Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2967 | 2025-02-06T04:58:00.349Z | a target/release/omicron-package 35951K |
2968 | 2025-02-06T04:58:00.349Z | a target/release/xtask 11805K |
2969 | 2025-02-06T04:58:00.349Z | a target/debug/bootstrap 219889K |
2970 | 2025-02-06T04:58:00.349Z | a tests/bootstrap-7dbff83faf9b551a 24119K |
2971 | 2025-02-06T04:58:00.350Z | a tests/commtest-45c59384fce9deaf 24221K |
2972 | 2025-02-06T04:58:00.350Z | a tests/dhcp_server-752e4b188b959d25 24119K |
2973 | 2025-02-06T04:58:00.350Z | a tests/end_to_end_tests-a9aa8054d14802c4 280813K |
2974 | 2025-02-06T04:58:00.350Z | a out/clickhouse.tar.gz 294461K |
2975 | 2025-02-06T04:58:00.350Z | a out/clickhouse_keeper.tar.gz 281599K |
2976 | 2025-02-06T04:58:00.350Z | a out/clickhouse_server.tar.gz 294441K |
2977 | 2025-02-06T04:58:00.350Z | a out/cockroachdb.tar.gz 134924K |
2978 | 2025-02-06T04:58:00.350Z | a out/crucible-dtrace.tar 98K |
2979 | 2025-02-06T04:58:00.350Z | a out/crucible-pantry-zone.tar.gz 28565K |
2980 | 2025-02-06T04:58:00.350Z | a out/crucible-zone.tar.gz 36910K |
2981 | 2025-02-06T04:58:00.350Z | a out/external-dns.tar.gz 35409K |
2982 | 2025-02-06T04:58:00.350Z | a out/internal-dns.tar.gz 35408K |
2983 | 2025-02-06T04:58:00.350Z | a out/mg-ddm-gz.tar 63075K |
2984 | 2025-02-06T04:58:00.350Z | a out/nexus.tar.gz 100264K |
2985 | 2025-02-06T04:58:00.350Z | a out/ntp.tar.gz 10494K |
2986 | 2025-02-06T04:58:00.350Z | a out/omicron-gateway-softnpu.tar.gz 24037K |
2987 | 2025-02-06T04:58:00.350Z | a out/omicron-sled-agent.tar 113809K |
2988 | 2025-02-06T04:58:00.350Z | a out/overlay.tar.gz 3K |
2989 | 2025-02-06T04:58:00.350Z | a out/oximeter.tar.gz 48281K |
2990 | 2025-02-06T04:58:00.350Z | a out/oxlog.tar 3124K |
2991 | 2025-02-06T04:58:00.350Z | a out/probe.tar.gz 2764K |
2992 | 2025-02-06T04:58:00.350Z | a out/propolis-server.tar.gz 66528K |
2993 | 2025-02-06T04:58:00.350Z | a out/pumpkind-gz.tar 26665K |
2994 | 2025-02-06T04:58:00.350Z | a out/switch-softnpu.tar.gz 237473K |
2995 | 2025-02-06T04:58:00.354Z | |
2996 | 2025-02-06T04:58:00.354Z | real 1:14.277053803 |
2997 | 2025-02-06T04:58:00.354Z | user 1:10.660919122 |
2998 | 2025-02-06T04:58:00.354Z | sys 5.205200000 |
2999 | 2025-02-06T04:58:00.354Z | trap 0.018488420 |
3000 | 2025-02-06T04:58:00.354Z | tflt 0.000000000 |
3001 | 2025-02-06T04:58:00.354Z | dflt 0.000000000 |
3002 | 2025-02-06T04:58:00.354Z | kflt 0.000000000 |
3003 | 2025-02-06T04:58:00.354Z | lock 0.000000000 |
3004 | 2025-02-06T04:58:00.354Z | slp 1:10.399778811 |
3005 | 2025-02-06T04:58:00.354Z | lat 2.264537747 |
3006 | 2025-02-06T04:58:00.354Z | stop 0.000225185 |
3007 | 2025-02-06T04:58:00.354Z | process exited: duration 2031690 ms, exit code 0 |
|
3008 | 2025-02-06T04:58:00.373Z | found 1 output files |
3009 | 2025-02-06T04:58:00.373Z | uploading: /work/package.tar.gz (1903896142 bytes) |
3010 | 2025-02-06T04:58:29.125Z | uploaded: /work/package.tar.gz |