|
|
|
1 | 2025-01-28T06:53:18.279Z | job assigned to worker 01JJNTXC4WDXX0AKFEWTK0B3B4 [factory aws, i-038933764935ece4b] (queued for 14 m 59 s) |
|
2 | 2025-01-28T06:53:26.430Z | starting task 0: "setup" |
3 | 2025-01-28T06:53:26.441Z | ++ uname -s |
4 | 2025-01-28T06:53:26.444Z | + kern=SunOS |
5 | 2025-01-28T06:53:26.444Z | + case "$kern" in |
6 | 2025-01-28T06:53:26.445Z | + groupadd -g 12345 build |
7 | 2025-01-28T06:53:26.445Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-28T06:53:28.451Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-28T06:53:28.547Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-28T06:53:28.549Z | + home_fs=zfs |
11 | 2025-01-28T06:53:28.549Z | + [[ zfs == autofs ]] |
12 | 2025-01-28T06:53:28.549Z | + mkdir -p /home/build |
13 | 2025-01-28T06:53:28.552Z | + chown build:build /home/build /work |
14 | 2025-01-28T06:53:30.554Z | + chmod 0700 /home/build /work |
15 | 2025-01-28T06:53:30.557Z | process exited: duration 4127 ms, exit code 0 |
|
16 | 2025-01-28T06:53:30.563Z | starting task 1: "rust-toolchain" |
17 | 2025-01-28T06:53:30.569Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-28T06:53:30.570Z | ' 1.84.0 |
19 | 2025-01-28T06:53:30.570Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-28T06:53:30.570Z | ' default |
21 | 2025-01-28T06:53:30.572Z | * toolchain channel = "1.84.0" |
22 | 2025-01-28T06:53:30.572Z | * toolchain profile = "default" |
23 | 2025-01-28T06:53:30.572Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-28T06:53:30.572Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-28T06:53:30.690Z | info: downloading installer |
26 | 2025-01-28T06:53:32.335Z | info: profile set to 'default' |
27 | 2025-01-28T06:53:32.335Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-28T06:53:32.338Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-28T06:53:32.473Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-28T06:53:32.473Z | info: downloading component 'cargo' |
31 | 2025-01-28T06:53:33.210Z | info: downloading component 'clippy' |
32 | 2025-01-28T06:53:33.490Z | info: downloading component 'rust-docs' |
33 | 2025-01-28T06:53:34.493Z | info: downloading component 'rust-std' |
34 | 2025-01-28T06:53:35.978Z | info: downloading component 'rustc' |
35 | 2025-01-28T06:53:41.680Z | info: downloading component 'rustfmt' |
36 | 2025-01-28T06:53:41.896Z | info: installing component 'cargo' |
37 | 2025-01-28T06:53:42.747Z | info: installing component 'clippy' |
38 | 2025-01-28T06:53:43.142Z | info: installing component 'rust-docs' |
39 | 2025-01-28T06:53:44.770Z | info: installing component 'rust-std' |
40 | 2025-01-28T06:53:46.602Z | info: installing component 'rustc' |
41 | 2025-01-28T06:53:52.697Z | info: installing component 'rustfmt' |
42 | 2025-01-28T06:53:53.033Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-28T06:53:53.033Z | |
44 | 2025-01-28T06:53:53.421Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-28T06:53:53.421Z | |
46 | 2025-01-28T06:53:53.425Z | |
47 | 2025-01-28T06:53:53.425Z | Rust is installed now. Great! |
48 | 2025-01-28T06:53:53.425Z | |
49 | 2025-01-28T06:53:53.426Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-28T06:53:53.426Z | environment variable. This has not been done automatically. |
51 | 2025-01-28T06:53:53.426Z | |
52 | 2025-01-28T06:53:53.426Z | To configure your current shell, you need to source |
53 | 2025-01-28T06:53:53.426Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-28T06:53:53.426Z | |
55 | 2025-01-28T06:53:53.426Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-28T06:53:53.426Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-28T06:53:53.426Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-28T06:53:53.498Z | + rustc --version |
59 | 2025-01-28T06:53:53.565Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-28T06:53:53.568Z | process exited: duration 22994 ms, exit code 0 |
|
61 | 2025-01-28T06:53:53.574Z | starting task 2: "authentication" |
62 | 2025-01-28T06:53:53.595Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-28T06:53:53.601Z | starting task 3: "clone repository" |
64 | 2025-01-28T06:53:53.606Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-28T06:53:53.609Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-28T06:53:54.917Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-28T06:54:02.589Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-28T06:54:02.589Z | + git fetch origin e98365b41adb2804430886777368cbda500567c3 |
69 | 2025-01-28T06:54:02.903Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-28T06:54:02.904Z | * branch e98365b41adb2804430886777368cbda500567c3 -> FETCH_HEAD |
71 | 2025-01-28T06:54:02.914Z | + [[ -n '' ]] |
72 | 2025-01-28T06:54:02.915Z | + git reset --hard e98365b41adb2804430886777368cbda500567c3 |
73 | 2025-01-28T06:54:03.095Z | HEAD is now at e98365b41 Update Rust crate test-strategy to 0.4.0 |
74 | 2025-01-28T06:54:03.098Z | process exited: duration 9492 ms, exit code 0 |
|
75 | 2025-01-28T06:54:04.109Z | starting task 4: "build" |
76 | 2025-01-28T06:54:04.113Z | + source ./env.sh |
77 | 2025-01-28T06:54:04.113Z | ++ OLD_SHELL_OPTS=ehxB |
78 | 2025-01-28T06:54:04.113Z | ++ set -o xtrace |
79 | 2025-01-28T06:54:04.113Z | ++++ dirname ./env.sh |
80 | 2025-01-28T06:54:04.113Z | +++ readlink -f . |
81 | 2025-01-28T06:54:04.113Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
82 | 2025-01-28T06:54:04.113Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
83 | 2025-01-28T06:54:04.113Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
84 | 2025-01-28T06:54:04.113Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
85 | 2025-01-28T06:54:04.113Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
86 | 2025-01-28T06:54:04.113Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
87 | 2025-01-28T06:54:04.113Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
88 | 2025-01-28T06:54:04.114Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2025-01-28T06:54:04.114Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2025-01-28T06:54:04.114Z | ++ case $OLD_SHELL_OPTS in |
91 | 2025-01-28T06:54:04.114Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
92 | 2025-01-28T06:54:04.114Z | + source .github/buildomat/ci-env.sh |
93 | 2025-01-28T06:54:04.114Z | ++ export CARGO_TERM_COLOR=always |
94 | 2025-01-28T06:54:04.114Z | ++ CARGO_TERM_COLOR=always |
95 | 2025-01-28T06:54:04.114Z | + cargo --version |
96 | 2025-01-28T06:54:04.114Z | cargo 1.84.0 (66221abde 2024-11-19) |
97 | 2025-01-28T06:54:04.114Z | + rustc --version |
98 | 2025-01-28T06:54:04.114Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
99 | 2025-01-28T06:54:04.114Z | + banner prerequisites |
100 | 2025-01-28T06:54:04.114Z | |
101 | 2025-01-28T06:54:04.114Z | ##### ##### ###### ##### ###### #### # # # #### # |
102 | 2025-01-28T06:54:04.114Z | # # # # # # # # # # # # # # # |
103 | 2025-01-28T06:54:04.114Z | # # # # ##### # # ##### # # # # # #### # |
104 | 2025-01-28T06:54:04.114Z | ##### ##### # ##### # # # # # # # # # |
105 | 2025-01-28T06:54:04.114Z | # # # # # # # # # # # # # # # |
106 | 2025-01-28T06:54:04.114Z | # # # ###### # # ###### ### # #### # #### # |
107 | 2025-01-28T06:54:04.114Z | |
108 | 2025-01-28T06:54:04.114Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
109 | 2025-01-28T06:54:12.589Z | pkg list: illegal option -- F |
110 | 2025-01-28T06:54:12.592Z | Usage: |
111 | 2025-01-28T06:54:12.592Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
112 | 2025-01-28T06:54:12.592Z | [pkg_fmri_pattern ...] |
113 | 2025-01-28T06:54:13.432Z | pkg list: illegal option -- F |
114 | 2025-01-28T06:54:13.432Z | Usage: |
115 | 2025-01-28T06:54:13.433Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
116 | 2025-01-28T06:54:13.433Z | [pkg_fmri_pattern ...] |
117 | 2025-01-28T06:54:20.668Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2025-01-28T06:54:25.027Z | Startup: Caching catalogs ... Done |
119 | 2025-01-28T06:54:36.329Z | Planning: Solver setup ... Done (10.487s) |
120 | 2025-01-28T06:54:36.477Z | Planning: Running solver ... Done (0.147s) |
121 | 2025-01-28T06:54:36.871Z | Planning: Finding local manifests ... Done (0.289s) |
122 | 2025-01-28T06:54:36.890Z | Planning: Fetching manifests: 0/7 0% complete |
123 | 2025-01-28T06:54:37.184Z | Planning: Fetching manifests: 7/7 100% complete |
124 | 2025-01-28T06:54:37.880Z | Planning: Package planning ... Done (0.695s) |
125 | 2025-01-28T06:54:37.938Z | Planning: Merging actions ... Done (0.057s) |
126 | 2025-01-28T06:54:39.064Z | Planning: Checking for conflicting actions ... Done (1.125s) |
127 | 2025-01-28T06:54:45.920Z | Planning: Consolidating action changes ... Done (6.852s) |
128 | 2025-01-28T06:54:46.322Z | Planning: Evaluating mediators ... Done (0.402s) |
129 | 2025-01-28T06:54:46.491Z | Planning: Planning completed in 21.36 seconds |
130 | 2025-01-28T06:54:46.883Z | Packages to install: 4 |
131 | 2025-01-28T06:54:46.883Z | Packages to update: 3 |
132 | 2025-01-28T06:54:46.883Z | Mediators to change: 2 |
133 | 2025-01-28T06:54:46.886Z | Services to change: 1 |
134 | 2025-01-28T06:54:46.886Z | Estimated space available: 155.61 GB |
135 | 2025-01-28T06:54:46.886Z | Estimated space to be consumed: 1.64 GB |
136 | 2025-01-28T06:54:46.886Z | Create boot environment: No |
137 | 2025-01-28T06:54:46.886Z | Create backup boot environment: Yes |
138 | 2025-01-28T06:54:46.886Z | Rebuild boot archive: No |
139 | 2025-01-28T06:54:46.886Z | |
140 | 2025-01-28T06:54:46.886Z | Changed mediators: |
141 | 2025-01-28T06:54:46.886Z | mediator clang: |
142 | 2025-01-28T06:54:46.886Z | version: None -> 15 (system default) |
143 | 2025-01-28T06:54:46.886Z | |
144 | 2025-01-28T06:54:46.886Z | mediator llvm: |
145 | 2025-01-28T06:54:46.886Z | version: 14 (system default) -> 15 (system default) |
146 | 2025-01-28T06:54:46.886Z | |
147 | 2025-01-28T06:54:46.886Z | Changed packages: |
148 | 2025-01-28T06:54:46.886Z | helios-dev |
149 | 2025-01-28T06:54:46.886Z | developer/build-essential |
150 | 2025-01-28T06:54:46.886Z | None -> 11-2.0 |
151 | 2025-01-28T06:54:46.887Z | library/libxmlsec1 |
152 | 2025-01-28T06:54:46.887Z | None -> 1.2.35-2.0 |
153 | 2025-01-28T06:54:46.887Z | ooce/developer/clang-15 |
154 | 2025-01-28T06:54:46.887Z | None -> 15.0.7-2.0 |
155 | 2025-01-28T06:54:46.887Z | ooce/developer/llvm-15 |
156 | 2025-01-28T06:54:46.887Z | None -> 15.0.7-2.0 |
157 | 2025-01-28T06:54:46.887Z | package/pkg |
158 | 2025-01-28T06:54:46.887Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2025-01-28T06:54:46.887Z | system/library/g++-runtime |
160 | 2025-01-28T06:54:46.887Z | 13-2.0 -> 14-2.0 |
161 | 2025-01-28T06:54:46.887Z | system/library/gcc-runtime |
162 | 2025-01-28T06:54:46.887Z | 13-2.0 -> 14-2.0 |
163 | 2025-01-28T06:54:46.887Z | |
164 | 2025-01-28T06:54:46.887Z | Services: |
165 | 2025-01-28T06:54:46.887Z | restart_fmri: |
166 | 2025-01-28T06:54:46.887Z | svc:/system/update-man-index:default |
167 | 2025-01-28T06:54:46.887Z | |
168 | 2025-01-28T06:54:46.887Z | Editable files to change: |
169 | 2025-01-28T06:54:46.887Z | Update: |
170 | 2025-01-28T06:54:46.887Z | usr/share/lib/pkg/web/config.shtml |
171 | 2025-01-28T06:54:47.224Z | |
172 | 2025-01-28T06:54:47.224Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
173 | 2025-01-28T06:54:52.226Z | Download: 1198/4301 items 78.7/225.4MB 34% complete (15.7M/s) |
174 | 2025-01-28T06:54:57.228Z | Download: 2889/4301 items 121.2/225.4MB 53% complete (12.2M/s) |
175 | 2025-01-28T06:55:02.233Z | Download: 4164/4301 items 220.3/225.4MB 97% complete (14.4M/s) |
176 | 2025-01-28T06:55:04.197Z | Download: Completed 225.42 MB in 16.97 seconds (13.3M/s) |
177 | 2025-01-28T06:55:06.246Z | Actions: 1/5122 actions (Removing old actions) |
178 | 2025-01-28T06:55:06.266Z | Actions: 194/5122 actions (Installing new actions) |
179 | 2025-01-28T06:55:11.283Z | Actions: 4109/5122 actions (Installing new actions) |
180 | 2025-01-28T06:55:11.918Z | Actions: 4267/5122 actions (Updating modified actions) |
181 | 2025-01-28T06:55:12.467Z | Actions: Completed 5122 actions in 6.22 seconds. |
182 | 2025-01-28T06:55:12.871Z | Done (0.396s) |
183 | 2025-01-28T06:55:12.873Z | Done (0.001s) |
184 | 2025-01-28T06:55:13.459Z | Done (0.585s) |
185 | 2025-01-28T06:55:20.113Z | Done (6.423s) |
186 | 2025-01-28T06:55:20.549Z | Done (0.371s) |
187 | 2025-01-28T06:55:20.552Z | Done (0.000s) |
188 | 2025-01-28T06:55:20.702Z | Done (0.000s) |
189 | 2025-01-28T06:55:21.406Z | Planning: Evaluating mediator changes ... Done |
190 | 2025-01-28T06:55:21.571Z | Planning: Checking for conflicting actions ... Done |
191 | 2025-01-28T06:55:21.573Z | Planning: Consolidating action changes ... Done |
192 | 2025-01-28T06:55:21.845Z | Planning: Evaluating mediators ... Done |
193 | 2025-01-28T06:55:21.847Z | Planning: Planning completed in 0.44 seconds |
194 | 2025-01-28T06:55:21.885Z | Mediators to change: 2 |
195 | 2025-01-28T06:55:21.885Z | Create boot environment: No |
196 | 2025-01-28T06:55:21.888Z | Create backup boot environment: No |
197 | 2025-01-28T06:55:21.958Z | Done |
198 | 2025-01-28T06:55:21.958Z | Done |
199 | 2025-01-28T06:55:22.359Z | Done |
200 | 2025-01-28T06:55:25.970Z | Done |
201 | 2025-01-28T06:55:26.059Z | Done |
202 | 2025-01-28T06:55:26.061Z | Done |
203 | 2025-01-28T06:55:26.176Z | Done |
204 | 2025-01-28T06:55:26.795Z | Planning: Evaluating mediator changes ... Done |
205 | 2025-01-28T06:55:26.798Z | Planning: Merging actions ... Done |
206 | 2025-01-28T06:55:26.986Z | Planning: Checking for conflicting actions ... Done |
207 | 2025-01-28T06:55:26.990Z | Planning: Consolidating action changes ... Done |
208 | 2025-01-28T06:55:27.260Z | Planning: Evaluating mediators ... Done |
209 | 2025-01-28T06:55:27.319Z | Planning: Planning completed in 0.77 seconds |
210 | 2025-01-28T06:55:27.359Z | Packages to change: 1 |
211 | 2025-01-28T06:55:27.359Z | Mediators to change: 1 |
212 | 2025-01-28T06:55:27.362Z | Services to change: 1 |
213 | 2025-01-28T06:55:27.362Z | Create boot environment: No |
214 | 2025-01-28T06:55:27.362Z | Create backup boot environment: Yes |
215 | 2025-01-28T06:55:29.507Z | Actions: 1/6 actions (Updating modified actions) |
216 | 2025-01-28T06:55:29.587Z | Actions: Completed 6 actions in 0.08 seconds. |
217 | 2025-01-28T06:55:29.590Z | Done |
218 | 2025-01-28T06:55:29.590Z | Done |
219 | 2025-01-28T06:55:29.704Z | Done |
220 | 2025-01-28T06:55:33.327Z | Done |
221 | 2025-01-28T06:55:33.416Z | Done |
222 | 2025-01-28T06:55:33.419Z | Done |
223 | 2025-01-28T06:55:33.554Z | Done |
224 | 2025-01-28T06:55:33.988Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
225 | 2025-01-28T06:55:33.988Z | clang system 15 system |
226 | 2025-01-28T06:55:33.989Z | csh system system illumos |
227 | 2025-01-28T06:55:33.989Z | ctags system system illumos |
228 | 2025-01-28T06:55:33.989Z | gcc vendor 12 vendor |
229 | 2025-01-28T06:55:33.989Z | gcc system 10 system |
230 | 2025-01-28T06:55:33.989Z | gcc system 7 system |
231 | 2025-01-28T06:55:33.989Z | go system 1.20 system |
232 | 2025-01-28T06:55:33.989Z | go system 1.19 system |
233 | 2025-01-28T06:55:33.989Z | llvm system 15 system |
234 | 2025-01-28T06:55:33.989Z | llvm system 14 system |
235 | 2025-01-28T06:55:33.989Z | mariadb system 10.6 system |
236 | 2025-01-28T06:55:33.989Z | mta vendor vendor dma |
237 | 2025-01-28T06:55:33.989Z | openjdk system 17 system |
238 | 2025-01-28T06:55:33.989Z | openjdk system 11 system |
239 | 2025-01-28T06:55:33.989Z | openjdk system 1.8 system |
240 | 2025-01-28T06:55:33.989Z | openssl vendor 3 vendor |
241 | 2025-01-28T06:55:33.989Z | perl system 5.36 system |
242 | 2025-01-28T06:55:33.989Z | postgresql system 15 system |
243 | 2025-01-28T06:55:33.989Z | postgresql system 13 system |
244 | 2025-01-28T06:55:33.989Z | python vendor 3 vendor |
245 | 2025-01-28T06:55:33.989Z | python system 2 system |
246 | 2025-01-28T06:55:33.989Z | python3 system 3.11 system |
247 | 2025-01-28T06:55:33.989Z | ruby system 3.0 system |
248 | 2025-01-28T06:55:33.989Z | words vendor vendor american-english |
249 | 2025-01-28T06:55:33.989Z | words system system australian-english |
250 | 2025-01-28T06:55:33.989Z | words system system british-english |
251 | 2025-01-28T06:55:33.989Z | words system system canadian-english |
252 | 2025-01-28T06:55:33.989Z | words system system french |
253 | 2025-01-28T06:55:33.989Z | words system system italian |
254 | 2025-01-28T06:55:33.989Z | words system system ngerman |
255 | 2025-01-28T06:55:33.989Z | words system system ogerman |
256 | 2025-01-28T06:55:33.989Z | words system system spanish |
257 | 2025-01-28T06:55:34.312Z | PUBLISHER TYPE STATUS P LOCATION |
258 | 2025-01-28T06:55:34.312Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
259 | 2025-01-28T06:55:37.081Z | FMRI IFO |
260 | 2025-01-28T06:55:37.081Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
261 | 2025-01-28T06:55:37.082Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
262 | 2025-01-28T06:55:37.082Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
263 | 2025-01-28T06:55:37.082Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
264 | 2025-01-28T06:55:37.082Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
265 | 2025-01-28T06:55:37.082Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
266 | 2025-01-28T06:55:37.082Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
267 | 2025-01-28T06:55:37.082Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
268 | 2025-01-28T06:55:37.082Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
269 | 2025-01-28T06:55:37.082Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
270 | 2025-01-28T06:55:37.082Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
271 | 2025-01-28T06:55:37.082Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
272 | 2025-01-28T06:55:37.082Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
273 | 2025-01-28T06:55:37.082Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
274 | 2025-01-28T06:55:37.082Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
275 | 2025-01-28T06:55:37.840Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
276 | 2025-01-28T06:55:38.186Z | Updating crates.io index |
277 | 2025-01-28T06:55:38.240Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
278 | 2025-01-28T06:55:38.531Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
279 | 2025-01-28T06:55:39.026Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
280 | 2025-01-28T06:55:39.429Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
281 | 2025-01-28T06:55:39.714Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
282 | 2025-01-28T06:55:40.008Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
283 | 2025-01-28T06:55:40.988Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
284 | 2025-01-28T06:55:42.744Z | Updating git repository `https://github.com/oxidecomputer/opte` |
285 | 2025-01-28T06:55:43.417Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
286 | 2025-01-28T06:55:44.174Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
287 | 2025-01-28T06:55:44.465Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
288 | 2025-01-28T06:55:44.856Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
289 | 2025-01-28T06:55:45.484Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
290 | 2025-01-28T06:55:45.745Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
291 | 2025-01-28T06:55:46.197Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
292 | 2025-01-28T06:55:46.457Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
293 | 2025-01-28T06:55:46.737Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
294 | 2025-01-28T06:55:46.995Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
295 | 2025-01-28T06:55:47.343Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
296 | 2025-01-28T06:55:48.107Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
297 | 2025-01-28T06:55:48.132Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
298 | 2025-01-28T06:55:48.439Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
299 | 2025-01-28T06:55:48.840Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
300 | 2025-01-28T06:55:49.116Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
301 | 2025-01-28T06:55:49.687Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
302 | 2025-01-28T06:55:50.067Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
303 | 2025-01-28T06:55:50.512Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
304 | 2025-01-28T06:55:50.924Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
305 | 2025-01-28T06:55:51.214Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
306 | 2025-01-28T06:55:51.486Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
307 | 2025-01-28T06:55:51.816Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
308 | 2025-01-28T06:55:53.154Z | Downloading crates ... |
309 | 2025-01-28T06:55:53.228Z | Downloaded anstream v0.6.15 |
310 | 2025-01-28T06:55:53.234Z | Downloaded colorchoice v1.0.2 |
311 | 2025-01-28T06:55:53.237Z | Downloaded byteorder v1.5.0 |
312 | 2025-01-28T06:55:53.237Z | Downloaded equivalent v1.0.1 |
313 | 2025-01-28T06:55:53.240Z | Downloaded digest v0.10.7 |
314 | 2025-01-28T06:55:53.254Z | Downloaded dtrace-parser v0.2.0 |
315 | 2025-01-28T06:55:53.262Z | Downloaded swrite v0.1.0 |
316 | 2025-01-28T06:55:53.274Z | Downloaded usdt-attr-macro v0.5.0 |
317 | 2025-01-28T06:55:53.277Z | Downloaded cargo-platform v0.1.8 |
318 | 2025-01-28T06:55:53.279Z | Downloaded scroll_derive v0.12.0 |
319 | 2025-01-28T06:55:53.282Z | Downloaded usdt-macro v0.5.0 |
320 | 2025-01-28T06:55:53.285Z | Downloaded pretty-hex v0.4.1 |
321 | 2025-01-28T06:55:53.289Z | Downloaded cpufeatures v0.2.14 |
322 | 2025-01-28T06:55:53.292Z | Downloaded fnv v1.0.7 |
323 | 2025-01-28T06:55:53.292Z | Downloaded block-buffer v0.10.4 |
324 | 2025-01-28T06:55:53.295Z | Downloaded anstyle-query v1.1.1 |
325 | 2025-01-28T06:55:53.295Z | Downloaded errno v0.3.9 |
326 | 2025-01-28T06:55:53.298Z | Downloaded anstyle v1.0.10 |
327 | 2025-01-28T06:55:53.298Z | Downloaded autocfg v1.4.0 |
328 | 2025-01-28T06:55:53.301Z | Downloaded fs-err v2.11.0 |
329 | 2025-01-28T06:55:53.301Z | Downloaded itoa v1.0.11 |
330 | 2025-01-28T06:55:53.305Z | Downloaded generic-array v0.14.7 |
331 | 2025-01-28T06:55:53.305Z | Downloaded bytecount v0.6.8 |
332 | 2025-01-28T06:55:53.309Z | Downloaded clap_lex v0.7.4 |
333 | 2025-01-28T06:55:53.311Z | Downloaded serde_tokenstream v0.2.2 |
334 | 2025-01-28T06:55:53.311Z | Downloaded anstyle-parse v0.2.5 |
335 | 2025-01-28T06:55:53.314Z | Downloaded memmap v0.7.0 |
336 | 2025-01-28T06:55:53.318Z | Downloaded thread-id v4.2.2 |
337 | 2025-01-28T06:55:53.322Z | Downloaded terminal_size v0.4.0 |
338 | 2025-01-28T06:55:53.322Z | Downloaded heck v0.4.1 |
339 | 2025-01-28T06:55:53.325Z | Downloaded dof v0.3.0 |
340 | 2025-01-28T06:55:53.325Z | Downloaded version_check v0.9.5 |
341 | 2025-01-28T06:55:53.325Z | Downloaded macaddr v1.0.1 |
342 | 2025-01-28T06:55:53.328Z | Downloaded cfg-if v1.0.0 |
343 | 2025-01-28T06:55:53.328Z | Downloaded camino-tempfile v1.1.1 |
344 | 2025-01-28T06:55:53.335Z | Downloaded unicode-linebreak v0.1.5 |
345 | 2025-01-28T06:55:53.337Z | Downloaded usdt v0.5.0 |
346 | 2025-01-28T06:55:53.337Z | Downloaded smawk v0.3.2 |
347 | 2025-01-28T06:55:53.341Z | Downloaded utf8parse v0.2.2 |
348 | 2025-01-28T06:55:53.344Z | Downloaded fastrand v2.1.1 |
349 | 2025-01-28T06:55:53.344Z | Downloaded crypto-common v0.1.6 |
350 | 2025-01-28T06:55:53.348Z | Downloaded toml_datetime v0.6.8 |
351 | 2025-01-28T06:55:53.348Z | Downloaded serde_spanned v0.6.8 |
352 | 2025-01-28T06:55:53.348Z | Downloaded thiserror v1.0.69 |
353 | 2025-01-28T06:55:53.351Z | Downloaded proc-macro-error-attr v1.0.4 |
354 | 2025-01-28T06:55:53.355Z | Downloaded cargo_toml v0.20.5 |
355 | 2025-01-28T06:55:53.355Z | Downloaded camino v1.1.9 |
356 | 2025-01-28T06:55:53.357Z | Downloaded strsim v0.11.1 |
357 | 2025-01-28T06:55:53.357Z | Downloaded pest_generator v2.7.14 |
358 | 2025-01-28T06:55:53.357Z | Downloaded plain v0.2.3 |
359 | 2025-01-28T06:55:53.360Z | Downloaded once_cell v1.20.2 |
360 | 2025-01-28T06:55:53.363Z | Downloaded scroll v0.12.0 |
361 | 2025-01-28T06:55:53.365Z | Downloaded is_terminal_polyfill v1.70.1 |
362 | 2025-01-28T06:55:53.369Z | Downloaded quote v1.0.38 |
363 | 2025-01-28T06:55:53.371Z | Downloaded tabled_derive v0.7.0 |
364 | 2025-01-28T06:55:53.371Z | Downloaded usdt-impl v0.5.0 |
365 | 2025-01-28T06:55:53.375Z | Downloaded semver v1.0.24 |
366 | 2025-01-28T06:55:53.375Z | Downloaded tempfile v3.13.0 |
367 | 2025-01-28T06:55:53.380Z | Downloaded zerocopy-derive v0.7.35 |
368 | 2025-01-28T06:55:53.383Z | Downloaded heck v0.5.0 |
369 | 2025-01-28T06:55:53.386Z | Downloaded sha2 v0.10.8 |
370 | 2025-01-28T06:55:53.389Z | Downloaded cargo_metadata v0.18.1 |
371 | 2025-01-28T06:55:53.391Z | Downloaded thiserror-impl v1.0.69 |
372 | 2025-01-28T06:55:53.394Z | Downloaded proc-macro-error v1.0.4 |
373 | 2025-01-28T06:55:53.397Z | Downloaded pest_derive v2.7.14 |
374 | 2025-01-28T06:55:53.400Z | Downloaded typenum v1.17.0 |
375 | 2025-01-28T06:55:53.403Z | Downloaded anyhow v1.0.95 |
376 | 2025-01-28T06:55:53.406Z | Downloaded ucd-trie v0.1.7 |
377 | 2025-01-28T06:55:53.408Z | Downloaded unicode-ident v1.0.14 |
378 | 2025-01-28T06:55:53.411Z | Downloaded ryu v1.0.18 |
379 | 2025-01-28T06:55:53.414Z | Downloaded proc-macro2 v1.0.92 |
380 | 2025-01-28T06:55:53.416Z | Downloaded clap_derive v4.5.24 |
381 | 2025-01-28T06:55:53.416Z | Downloaded textwrap v0.16.1 |
382 | 2025-01-28T06:55:53.419Z | Downloaded pest_meta v2.7.14 |
383 | 2025-01-28T06:55:53.422Z | Downloaded toml v0.8.19 |
384 | 2025-01-28T06:55:53.424Z | Downloaded log v0.4.22 |
385 | 2025-01-28T06:55:53.427Z | Downloaded bitflags v2.6.0 |
386 | 2025-01-28T06:55:53.430Z | Downloaded serde_derive v1.0.217 |
387 | 2025-01-28T06:55:53.432Z | Downloaded papergrid v0.11.0 |
388 | 2025-01-28T06:55:53.436Z | Downloaded clap v4.5.27 |
389 | 2025-01-28T06:55:53.456Z | Downloaded serde v1.0.217 |
390 | 2025-01-28T06:55:53.465Z | Downloaded indexmap v2.7.0 |
391 | 2025-01-28T06:55:53.477Z | Downloaded memchr v2.7.4 |
392 | 2025-01-28T06:55:53.486Z | Downloaded toml_edit v0.22.22 |
393 | 2025-01-28T06:55:53.525Z | Downloaded serde_json v1.0.135 |
394 | 2025-01-28T06:55:53.532Z | Downloaded zerocopy v0.7.35 |
395 | 2025-01-28T06:55:53.549Z | Downloaded winnow v0.6.20 |
396 | 2025-01-28T06:55:53.557Z | Downloaded clap_builder v4.5.27 |
397 | 2025-01-28T06:55:53.564Z | Downloaded goblin v0.8.2 |
398 | 2025-01-28T06:55:53.570Z | Downloaded tabled v0.15.0 |
399 | 2025-01-28T06:55:53.586Z | Downloaded hashbrown v0.15.1 |
400 | 2025-01-28T06:55:53.589Z | Downloaded unicode-width v0.1.14 |
401 | 2025-01-28T06:55:53.595Z | Downloaded syn v1.0.109 |
402 | 2025-01-28T06:55:53.605Z | Downloaded pest v2.7.14 |
403 | 2025-01-28T06:55:53.610Z | Downloaded syn v2.0.96 |
404 | 2025-01-28T06:55:53.620Z | Downloaded rustix v0.38.37 |
405 | 2025-01-28T06:55:53.652Z | Downloaded libc v0.2.169 |
406 | 2025-01-28T06:55:53.966Z | Compiling proc-macro2 v1.0.92 |
407 | 2025-01-28T06:55:53.966Z | Compiling unicode-ident v1.0.14 |
408 | 2025-01-28T06:55:53.969Z | Compiling serde v1.0.217 |
409 | 2025-01-28T06:55:53.969Z | Compiling version_check v0.9.5 |
410 | 2025-01-28T06:55:53.969Z | Compiling memchr v2.7.4 |
411 | 2025-01-28T06:55:53.969Z | Compiling thiserror v1.0.69 |
412 | 2025-01-28T06:55:54.003Z | Compiling libc v0.2.169 |
413 | 2025-01-28T06:55:54.006Z | Compiling itoa v1.0.11 |
414 | 2025-01-28T06:55:54.233Z | Compiling ryu v1.0.18 |
415 | 2025-01-28T06:55:54.307Z | Compiling ucd-trie v0.1.7 |
416 | 2025-01-28T06:55:54.571Z | Compiling once_cell v1.20.2 |
417 | 2025-01-28T06:55:54.765Z | Compiling byteorder v1.5.0 |
418 | 2025-01-28T06:55:55.088Z | Compiling rustix v0.38.37 |
419 | 2025-01-28T06:55:55.272Z | Compiling serde_json v1.0.135 |
420 | 2025-01-28T06:55:55.779Z | Compiling bitflags v2.6.0 |
421 | 2025-01-28T06:55:55.909Z | Compiling usdt-impl v0.5.0 |
422 | 2025-01-28T06:55:55.958Z | Compiling proc-macro-error-attr v1.0.4 |
423 | 2025-01-28T06:55:55.982Z | Compiling syn v1.0.109 |
424 | 2025-01-28T06:55:56.157Z | Compiling proc-macro-error v1.0.4 |
425 | 2025-01-28T06:55:56.192Z | Compiling plain v0.2.3 |
426 | 2025-01-28T06:55:56.315Z | Compiling camino v1.1.9 |
427 | 2025-01-28T06:55:56.355Z | Compiling equivalent v1.0.1 |
428 | 2025-01-28T06:55:56.401Z | Compiling thread-id v4.2.2 |
429 | 2025-01-28T06:55:56.429Z | Compiling utf8parse v0.2.2 |
430 | 2025-01-28T06:55:56.471Z | Compiling hashbrown v0.15.1 |
431 | 2025-01-28T06:55:56.474Z | Compiling log v0.4.22 |
432 | 2025-01-28T06:55:56.595Z | Compiling anstyle-parse v0.2.5 |
433 | 2025-01-28T06:55:56.663Z | Compiling anstyle-query v1.1.1 |
434 | 2025-01-28T06:55:56.823Z | Compiling is_terminal_polyfill v1.70.1 |
435 | 2025-01-28T06:55:56.859Z | Compiling unicode-width v0.1.14 |
436 | 2025-01-28T06:55:56.922Z | Compiling quote v1.0.38 |
437 | 2025-01-28T06:55:56.951Z | Compiling errno v0.3.9 |
438 | 2025-01-28T06:55:56.955Z | Compiling autocfg v1.4.0 |
439 | 2025-01-28T06:55:57.001Z | Compiling colorchoice v1.0.2 |
440 | 2025-01-28T06:55:57.184Z | Compiling semver v1.0.24 |
441 | 2025-01-28T06:55:57.187Z | Compiling pretty-hex v0.4.1 |
442 | 2025-01-28T06:55:57.366Z | Compiling syn v2.0.96 |
443 | 2025-01-28T06:55:57.535Z | Compiling indexmap v2.7.0 |
444 | 2025-01-28T06:55:57.538Z | Compiling winnow v0.6.20 |
445 | 2025-01-28T06:55:57.656Z | Compiling anstyle v1.0.10 |
446 | 2025-01-28T06:55:57.900Z | Compiling fs-err v2.11.0 |
447 | 2025-01-28T06:55:58.071Z | Compiling anstream v0.6.15 |
448 | 2025-01-28T06:55:58.592Z | Compiling cfg-if v1.0.0 |
449 | 2025-01-28T06:55:58.661Z | Compiling heck v0.5.0 |
450 | 2025-01-28T06:55:58.693Z | Compiling heck v0.4.1 |
451 | 2025-01-28T06:55:58.721Z | Compiling bytecount v0.6.8 |
452 | 2025-01-28T06:55:58.934Z | Compiling anyhow v1.0.95 |
453 | 2025-01-28T06:55:59.138Z | Compiling terminal_size v0.4.0 |
454 | 2025-01-28T06:55:59.165Z | Compiling clap_lex v0.7.4 |
455 | 2025-01-28T06:55:59.168Z | Compiling strsim v0.11.1 |
456 | 2025-01-28T06:55:59.364Z | Compiling fnv v1.0.7 |
457 | 2025-01-28T06:55:59.502Z | Compiling fastrand v2.1.1 |
458 | 2025-01-28T06:55:59.647Z | Compiling clap_builder v4.5.27 |
459 | 2025-01-28T06:55:59.711Z | Compiling papergrid v0.11.0 |
460 | 2025-01-28T06:55:59.897Z | Compiling tempfile v3.13.0 |
461 | 2025-01-28T06:55:59.989Z | Compiling memmap v0.7.0 |
462 | 2025-01-28T06:56:00.095Z | Compiling unicode-linebreak v0.1.5 |
463 | 2025-01-28T06:56:00.593Z | Compiling smawk v0.3.2 |
464 | 2025-01-28T06:56:00.817Z | Compiling textwrap v0.16.1 |
465 | 2025-01-28T06:56:00.964Z | Compiling swrite v0.1.0 |
466 | 2025-01-28T06:56:02.002Z | Compiling tabled_derive v0.7.0 |
467 | 2025-01-28T06:56:03.044Z | Compiling tabled v0.15.0 |
468 | 2025-01-28T06:56:04.129Z | Compiling serde_derive v1.0.217 |
469 | 2025-01-28T06:56:04.132Z | Compiling thiserror-impl v1.0.69 |
470 | 2025-01-28T06:56:04.292Z | Compiling zerocopy-derive v0.7.35 |
471 | 2025-01-28T06:56:04.320Z | Compiling scroll_derive v0.12.0 |
472 | 2025-01-28T06:56:04.358Z | Compiling clap_derive v4.5.24 |
473 | 2025-01-28T06:56:05.504Z | Compiling scroll v0.12.0 |
474 | 2025-01-28T06:56:05.836Z | Compiling zerocopy v0.7.35 |
475 | 2025-01-28T06:56:05.922Z | Compiling goblin v0.8.2 |
476 | 2025-01-28T06:56:06.377Z | Compiling pest v2.7.14 |
477 | 2025-01-28T06:56:07.336Z | Compiling clap v4.5.27 |
478 | 2025-01-28T06:56:08.570Z | Compiling pest_meta v2.7.14 |
479 | 2025-01-28T06:56:09.511Z | Compiling pest_generator v2.7.14 |
480 | 2025-01-28T06:56:10.901Z | Compiling pest_derive v2.7.14 |
481 | 2025-01-28T06:56:11.580Z | Compiling dtrace-parser v0.2.0 |
482 | 2025-01-28T06:56:12.375Z | Compiling serde_tokenstream v0.2.2 |
483 | 2025-01-28T06:56:12.465Z | Compiling toml_datetime v0.6.8 |
484 | 2025-01-28T06:56:12.465Z | Compiling serde_spanned v0.6.8 |
485 | 2025-01-28T06:56:12.706Z | Compiling cargo-platform v0.1.8 |
486 | 2025-01-28T06:56:12.798Z | Compiling toml_edit v0.22.22 |
487 | 2025-01-28T06:56:12.943Z | Compiling macaddr v1.0.1 |
488 | 2025-01-28T06:56:13.084Z | Compiling camino-tempfile v1.1.1 |
489 | 2025-01-28T06:56:13.776Z | Compiling dof v0.3.0 |
490 | 2025-01-28T06:56:13.904Z | Compiling cargo_metadata v0.18.1 |
491 | 2025-01-28T06:56:15.119Z | Compiling usdt-attr-macro v0.5.0 |
492 | 2025-01-28T06:56:15.119Z | Compiling usdt-macro v0.5.0 |
493 | 2025-01-28T06:56:15.557Z | Compiling toml v0.8.19 |
494 | 2025-01-28T06:56:16.181Z | Compiling usdt v0.5.0 |
495 | 2025-01-28T06:56:16.333Z | Compiling cargo_toml v0.20.5 |
496 | 2025-01-28T06:56:19.050Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
497 | 2025-01-28T06:56:22.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.54s |
498 | 2025-01-28T06:56:22.445Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
499 | 2025-01-28T06:56:22.961Z | Downloading crates ... |
500 | 2025-01-28T06:56:23.091Z | Downloaded aead v0.5.2 |
501 | 2025-01-28T06:56:23.094Z | Downloaded allocator-api2 v0.2.18 |
502 | 2025-01-28T06:56:23.099Z | Downloaded atomicwrites v0.4.4 |
503 | 2025-01-28T06:56:23.102Z | Downloaded async-stream-impl v0.3.6 |
504 | 2025-01-28T06:56:23.108Z | Downloaded heck v0.3.3 |
505 | 2025-01-28T06:56:23.111Z | Downloaded atty v0.2.14 |
506 | 2025-01-28T06:56:23.113Z | Downloaded darling v0.20.10 |
507 | 2025-01-28T06:56:23.117Z | Downloaded http-body v1.0.1 |
508 | 2025-01-28T06:56:23.121Z | Downloaded hex v0.4.3 |
509 | 2025-01-28T06:56:23.121Z | Downloaded ciborium-io v0.2.2 |
510 | 2025-01-28T06:56:23.124Z | Downloaded cfg_aliases v0.1.1 |
511 | 2025-01-28T06:56:23.127Z | Downloaded http-range v0.1.5 |
512 | 2025-01-28T06:56:23.129Z | Downloaded cfg_aliases v0.2.1 |
513 | 2025-01-28T06:56:23.143Z | Downloaded match_cfg v0.1.0 |
514 | 2025-01-28T06:56:23.146Z | Downloaded icu_provider_macros v1.5.0 |
515 | 2025-01-28T06:56:23.152Z | Downloaded is_ci v1.2.0 |
516 | 2025-01-28T06:56:23.154Z | Downloaded hubpack_derive v0.1.1 |
517 | 2025-01-28T06:56:23.154Z | Downloaded crunchy v0.2.2 |
518 | 2025-01-28T06:56:23.157Z | Downloaded crucible-workspace-hack v0.1.0 |
519 | 2025-01-28T06:56:23.160Z | Downloaded md5 v0.7.0 |
520 | 2025-01-28T06:56:23.160Z | Downloaded cstr-argument v0.1.2 |
521 | 2025-01-28T06:56:23.163Z | Downloaded mirai-annotations v1.12.0 |
522 | 2025-01-28T06:56:23.163Z | Downloaded bit-vec v0.6.3 |
523 | 2025-01-28T06:56:23.167Z | Downloaded bitflags v1.3.2 |
524 | 2025-01-28T06:56:23.170Z | Downloaded bitfield v0.14.0 |
525 | 2025-01-28T06:56:23.170Z | Downloaded adler2 v2.0.0 |
526 | 2025-01-28T06:56:23.170Z | Downloaded bcrypt-pbkdf v0.10.0 |
527 | 2025-01-28T06:56:23.173Z | Downloaded hex-literal v0.4.1 |
528 | 2025-01-28T06:56:23.173Z | Downloaded ascii-canvas v3.0.0 |
529 | 2025-01-28T06:56:23.176Z | Downloaded instant v0.1.13 |
530 | 2025-01-28T06:56:23.176Z | Downloaded assert_matches v1.5.0 |
531 | 2025-01-28T06:56:23.179Z | Downloaded ident_case v1.0.1 |
532 | 2025-01-28T06:56:23.181Z | Downloaded async-stream v0.3.6 |
533 | 2025-01-28T06:56:23.181Z | Downloaded crossbeam-deque v0.8.5 |
534 | 2025-01-28T06:56:23.184Z | Downloaded base16ct v0.2.0 |
535 | 2025-01-28T06:56:23.188Z | Downloaded httpdate v1.0.3 |
536 | 2025-01-28T06:56:23.188Z | Downloaded buf-list v1.0.3 |
537 | 2025-01-28T06:56:23.191Z | Downloaded home v0.5.9 |
538 | 2025-01-28T06:56:23.192Z | Downloaded cipher v0.4.4 |
539 | 2025-01-28T06:56:23.192Z | Downloaded ciborium-ll v0.2.2 |
540 | 2025-01-28T06:56:23.194Z | Downloaded convert_case v0.4.0 |
541 | 2025-01-28T06:56:23.194Z | Downloaded indent_write v2.2.0 |
542 | 2025-01-28T06:56:23.197Z | Downloaded linear-map v1.2.0 |
543 | 2025-01-28T06:56:23.200Z | Downloaded managed v0.8.0 |
544 | 2025-01-28T06:56:23.200Z | Downloaded crc-catalog v2.4.0 |
545 | 2025-01-28T06:56:23.203Z | Downloaded hubpack v0.1.2 |
546 | 2025-01-28T06:56:23.203Z | Downloaded hyper-tls v0.6.0 |
547 | 2025-01-28T06:56:23.206Z | Downloaded lru v0.12.5 |
548 | 2025-01-28T06:56:23.206Z | Downloaded internet-checksum v0.2.1 |
549 | 2025-01-28T06:56:23.209Z | Downloaded idna_adapter v1.2.0 |
550 | 2025-01-28T06:56:23.209Z | Downloaded castaway v0.2.3 |
551 | 2025-01-28T06:56:23.209Z | Downloaded inout v0.1.3 |
552 | 2025-01-28T06:56:23.211Z | Downloaded ctr v0.9.2 |
553 | 2025-01-28T06:56:23.214Z | Downloaded block-padding v0.3.3 |
554 | 2025-01-28T06:56:23.214Z | Downloaded colored v2.1.0 |
555 | 2025-01-28T06:56:23.217Z | Downloaded maybe-uninit v2.0.0 |
556 | 2025-01-28T06:56:23.217Z | Downloaded addr2line v0.24.2 |
557 | 2025-01-28T06:56:23.220Z | Downloaded cobs v0.2.3 |
558 | 2025-01-28T06:56:23.222Z | Downloaded md-5 v0.10.6 |
559 | 2025-01-28T06:56:23.225Z | Downloaded mockall v0.13.0 |
560 | 2025-01-28T06:56:23.225Z | Downloaded memoffset v0.9.1 |
561 | 2025-01-28T06:56:23.228Z | Downloaded lru-cache v0.1.2 |
562 | 2025-01-28T06:56:23.228Z | Downloaded libsw v3.3.1 |
563 | 2025-01-28T06:56:23.231Z | Downloaded progenitor-client v0.9.1 |
564 | 2025-01-28T06:56:23.231Z | Downloaded ipnet v2.10.1 |
565 | 2025-01-28T06:56:23.234Z | Downloaded mime v0.3.17 |
566 | 2025-01-28T06:56:23.234Z | Downloaded chrono-tz-build v0.4.0 |
567 | 2025-01-28T06:56:23.236Z | Downloaded cexpr v0.6.0 |
568 | 2025-01-28T06:56:23.237Z | Downloaded maplit v1.0.2 |
569 | 2025-01-28T06:56:23.240Z | Downloaded lazy_static v1.5.0 |
570 | 2025-01-28T06:56:23.240Z | Downloaded crc v3.2.1 |
571 | 2025-01-28T06:56:23.243Z | Downloaded salsa20 v0.10.2 |
572 | 2025-01-28T06:56:23.246Z | Downloaded progenitor-macro v0.9.1 |
573 | 2025-01-28T06:56:23.246Z | Downloaded curve25519-dalek-derive v0.1.1 |
574 | 2025-01-28T06:56:23.249Z | Downloaded cmake v0.1.51 |
575 | 2025-01-28T06:56:23.249Z | Downloaded humantime v2.1.0 |
576 | 2025-01-28T06:56:23.252Z | Downloaded lockfree-object-pool v0.1.6 |
577 | 2025-01-28T06:56:23.255Z | Downloaded atomic-waker v1.1.2 |
578 | 2025-01-28T06:56:23.255Z | Downloaded rand_seeder v0.3.0 |
579 | 2025-01-28T06:56:23.262Z | Downloaded instability v0.3.2 |
580 | 2025-01-28T06:56:23.262Z | Downloaded async-trait v0.1.85 |
581 | 2025-01-28T06:56:23.274Z | Downloaded httparse v1.9.5 |
582 | 2025-01-28T06:56:23.274Z | Downloaded cancel-safe-futures v0.1.5 |
583 | 2025-01-28T06:56:23.277Z | Downloaded is-terminal v0.4.13 |
584 | 2025-01-28T06:56:23.277Z | Downloaded indoc v1.0.9 |
585 | 2025-01-28T06:56:23.277Z | Downloaded ciborium v0.2.2 |
586 | 2025-01-28T06:56:23.277Z | Downloaded hickory-client v0.24.2 |
587 | 2025-01-28T06:56:23.277Z | Downloaded argon2 v0.5.3 |
588 | 2025-01-28T06:56:23.280Z | Downloaded chacha20 v0.9.1 |
589 | 2025-01-28T06:56:23.285Z | Downloaded async-bb8-diesel v0.2.1 |
590 | 2025-01-28T06:56:23.285Z | Downloaded lazycell v1.3.0 |
591 | 2025-01-28T06:56:23.288Z | Downloaded sync-ptr v0.1.1 |
592 | 2025-01-28T06:56:23.288Z | Downloaded mime_guess v2.0.5 |
593 | 2025-01-28T06:56:23.288Z | Downloaded icu_locid_transform v1.5.0 |
594 | 2025-01-28T06:56:23.293Z | Downloaded bzip2 v0.4.4 |
595 | 2025-01-28T06:56:23.296Z | Downloaded memmap2 v0.9.5 |
596 | 2025-01-28T06:56:23.296Z | Downloaded litemap v0.7.3 |
597 | 2025-01-28T06:56:23.300Z | Downloaded hyper-rustls v0.27.3 |
598 | 2025-01-28T06:56:23.300Z | Downloaded iana-time-zone v0.1.61 |
599 | 2025-01-28T06:56:23.304Z | Downloaded radium v0.7.0 |
600 | 2025-01-28T06:56:23.309Z | Downloaded diesel_table_macro_syntax v0.2.0 |
601 | 2025-01-28T06:56:23.309Z | Downloaded darling_macro v0.20.10 |
602 | 2025-01-28T06:56:23.309Z | Downloaded yoke-derive v0.7.4 |
603 | 2025-01-28T06:56:23.309Z | Downloaded want v0.3.1 |
604 | 2025-01-28T06:56:23.311Z | Downloaded rustc-hash v2.0.0 |
605 | 2025-01-28T06:56:23.314Z | Downloaded fxhash v0.2.1 |
606 | 2025-01-28T06:56:23.314Z | Downloaded kstat-rs v0.2.4 |
607 | 2025-01-28T06:56:23.314Z | Downloaded jobserver v0.1.32 |
608 | 2025-01-28T06:56:23.314Z | Downloaded num-conv v0.1.0 |
609 | 2025-01-28T06:56:23.317Z | Downloaded zone_cfg_derive v0.3.0 |
610 | 2025-01-28T06:56:23.317Z | Downloaded base64ct v1.6.0 |
611 | 2025-01-28T06:56:23.320Z | Downloaded sec1 v0.7.3 |
612 | 2025-01-28T06:56:23.323Z | Downloaded highway v1.2.0 |
613 | 2025-01-28T06:56:23.325Z | Downloaded termtree v0.5.1 |
614 | 2025-01-28T06:56:23.325Z | Downloaded tap v1.0.1 |
615 | 2025-01-28T06:56:23.328Z | Downloaded multer v3.1.0 |
616 | 2025-01-28T06:56:23.330Z | Downloaded lock_api v0.4.12 |
617 | 2025-01-28T06:56:23.330Z | Downloaded hyper-staticfile v0.10.1 |
618 | 2025-01-28T06:56:23.333Z | Downloaded ahash v0.8.11 |
619 | 2025-01-28T06:56:23.336Z | Downloaded blake2 v0.10.6 |
620 | 2025-01-28T06:56:23.339Z | Downloaded icu_normalizer v1.5.0 |
621 | 2025-01-28T06:56:23.342Z | Downloaded crossbeam-epoch v0.9.18 |
622 | 2025-01-28T06:56:23.345Z | Downloaded litrs v0.4.1 |
623 | 2025-01-28T06:56:23.352Z | Downloaded icu_provider v1.5.0 |
624 | 2025-01-28T06:56:23.354Z | Downloaded icu_normalizer_data v1.5.0 |
625 | 2025-01-28T06:56:23.354Z | Downloaded miniz_oxide v0.8.0 |
626 | 2025-01-28T06:56:23.357Z | Downloaded peg-runtime v0.8.3 |
627 | 2025-01-28T06:56:23.358Z | Downloaded oso-derive v0.27.3 |
628 | 2025-01-28T06:56:23.362Z | Downloaded newline-converter v0.3.0 |
629 | 2025-01-28T06:56:23.362Z | Downloaded cookie v0.18.1 |
630 | 2025-01-28T06:56:23.362Z | Downloaded icu_locid_transform_data v1.5.0 |
631 | 2025-01-28T06:56:23.364Z | Downloaded crossbeam-utils v0.8.20 |
632 | 2025-01-28T06:56:23.367Z | Downloaded cookie_store v0.21.1 |
633 | 2025-01-28T06:56:23.369Z | Downloaded const-oid v0.9.6 |
634 | 2025-01-28T06:56:23.372Z | Downloaded icu_locid v1.5.0 |
635 | 2025-01-28T06:56:23.376Z | Downloaded float-ord v0.3.2 |
636 | 2025-01-28T06:56:23.379Z | Downloaded document-features v0.2.10 |
637 | 2025-01-28T06:56:23.379Z | Downloaded static_assertions v1.1.0 |
638 | 2025-01-28T06:56:23.382Z | Downloaded sqlparser_derive v0.2.2 |
639 | 2025-01-28T06:56:23.382Z | Downloaded sigpipe v0.1.3 |
640 | 2025-01-28T06:56:23.385Z | Downloaded serde-hex v0.1.0 |
641 | 2025-01-28T06:56:23.385Z | Downloaded tinyvec_macros v0.1.1 |
642 | 2025-01-28T06:56:23.390Z | Downloaded thread_local v1.1.8 |
643 | 2025-01-28T06:56:23.390Z | Downloaded gethostname v0.5.0 |
644 | 2025-01-28T06:56:23.390Z | Downloaded tls_codec v0.4.1 |
645 | 2025-01-28T06:56:23.394Z | Downloaded num v0.4.3 |
646 | 2025-01-28T06:56:23.394Z | Downloaded futures-task v0.3.31 |
647 | 2025-01-28T06:56:23.394Z | Downloaded utf8_iter v1.0.4 |
648 | 2025-01-28T06:56:23.397Z | Downloaded utf16_iter v1.0.5 |
649 | 2025-01-28T06:56:23.397Z | Downloaded utf-8 v0.7.6 |
650 | 2025-01-28T06:56:23.398Z | Downloaded unicase v2.7.0 |
651 | 2025-01-28T06:56:23.401Z | Downloaded indexmap v1.9.3 |
652 | 2025-01-28T06:56:23.405Z | Downloaded indicatif v0.17.9 |
653 | 2025-01-28T06:56:23.408Z | Downloaded fixedbitset v0.4.2 |
654 | 2025-01-28T06:56:23.408Z | Downloaded hyper-util v0.1.10 |
655 | 2025-01-28T06:56:23.412Z | Downloaded icu_properties v1.5.1 |
656 | 2025-01-28T06:56:23.417Z | Downloaded env_filter v0.1.2 |
657 | 2025-01-28T06:56:23.420Z | Downloaded either v1.13.0 |
658 | 2025-01-28T06:56:23.420Z | Downloaded mockall_derive v0.13.0 |
659 | 2025-01-28T06:56:23.423Z | Downloaded console v0.15.10 |
660 | 2025-01-28T06:56:23.426Z | Downloaded tokio-tungstenite v0.24.0 |
661 | 2025-01-28T06:56:23.429Z | Downloaded predicates-core v1.0.8 |
662 | 2025-01-28T06:56:23.429Z | Downloaded crc32fast v1.4.2 |
663 | 2025-01-28T06:56:23.432Z | Downloaded base64 v0.13.1 |
664 | 2025-01-28T06:56:23.435Z | Downloaded write16 v1.0.0 |
665 | 2025-01-28T06:56:23.438Z | Downloaded parse-display v0.10.0 |
666 | 2025-01-28T06:56:23.438Z | Downloaded pem v3.0.4 |
667 | 2025-01-28T06:56:23.442Z | Downloaded peg v0.8.4 |
668 | 2025-01-28T06:56:23.445Z | Downloaded progenitor-macro v0.8.0 |
669 | 2025-01-28T06:56:23.446Z | Downloaded proc-macro-crate v1.3.1 |
670 | 2025-01-28T06:56:23.449Z | Downloaded rustfmt-wrapper v0.2.1 |
671 | 2025-01-28T06:56:23.449Z | Downloaded rand_xorshift v0.3.0 |
672 | 2025-01-28T06:56:23.449Z | Downloaded rustc_version v0.4.1 |
673 | 2025-01-28T06:56:23.452Z | Downloaded percent-encoding v2.3.1 |
674 | 2025-01-28T06:56:23.453Z | Downloaded snafu-derive v0.8.5 |
675 | 2025-01-28T06:56:23.453Z | Downloaded display-error-chain v0.2.2 |
676 | 2025-01-28T06:56:23.456Z | Downloaded ssh-encoding v0.2.0 |
677 | 2025-01-28T06:56:23.456Z | Downloaded ssh-cipher v0.2.0 |
678 | 2025-01-28T06:56:23.459Z | Downloaded smallvec v0.6.14 |
679 | 2025-01-28T06:56:23.459Z | Downloaded flagset v0.4.6 |
680 | 2025-01-28T06:56:23.464Z | Downloaded termios v0.3.3 |
681 | 2025-01-28T06:56:23.464Z | Downloaded num-complex v0.4.6 |
682 | 2025-01-28T06:56:23.467Z | Downloaded tls_codec_derive v0.4.1 |
683 | 2025-01-28T06:56:23.467Z | Downloaded nu-ansi-term v0.50.1 |
684 | 2025-01-28T06:56:23.477Z | Downloaded foreign-types-shared v0.3.1 |
685 | 2025-01-28T06:56:23.480Z | Downloaded heapless v0.8.0 |
686 | 2025-01-28T06:56:23.480Z | Downloaded opaque-debug v0.3.1 |
687 | 2025-01-28T06:56:23.480Z | Downloaded shlex v1.3.0 |
688 | 2025-01-28T06:56:23.480Z | Downloaded secrecy v0.8.0 |
689 | 2025-01-28T06:56:23.483Z | Downloaded nodrop v0.1.14 |
690 | 2025-01-28T06:56:23.486Z | Downloaded rustc-hash v1.1.0 |
691 | 2025-01-28T06:56:23.486Z | Downloaded resolv-conf v0.7.0 |
692 | 2025-01-28T06:56:23.489Z | Downloaded foreign-types-shared v0.1.1 |
693 | 2025-01-28T06:56:23.489Z | Downloaded env_logger v0.10.2 |
694 | 2025-01-28T06:56:23.494Z | Downloaded parse-size v1.1.0 |
695 | 2025-01-28T06:56:23.497Z | Downloaded postgres-types v0.2.8 |
696 | 2025-01-28T06:56:23.500Z | Downloaded rpassword v7.3.1 |
697 | 2025-01-28T06:56:23.503Z | Downloaded progenitor-client v0.8.0 |
698 | 2025-01-28T06:56:23.503Z | Downloaded compact_str v0.8.0 |
699 | 2025-01-28T06:56:23.507Z | Downloaded wyz v0.5.1 |
700 | 2025-01-28T06:56:23.520Z | Downloaded take_mut v0.2.2 |
701 | 2025-01-28T06:56:23.523Z | Downloaded progenitor v0.9.1 |
702 | 2025-01-28T06:56:23.523Z | Downloaded whoami v1.5.2 |
703 | 2025-01-28T06:56:23.529Z | Downloaded multimap v0.10.0 |
704 | 2025-01-28T06:56:23.533Z | Downloaded futures-executor v0.3.31 |
705 | 2025-01-28T06:56:23.533Z | Downloaded deranged v0.3.11 |
706 | 2025-01-28T06:56:23.533Z | Downloaded peg-macros v0.8.4 |
707 | 2025-01-28T06:56:23.533Z | Downloaded glob v0.3.1 |
708 | 2025-01-28T06:56:23.538Z | Downloaded fd-lock v4.0.2 |
709 | 2025-01-28T06:56:23.538Z | Downloaded socket2 v0.5.7 |
710 | 2025-01-28T06:56:23.543Z | Downloaded icu_collections v1.5.0 |
711 | 2025-01-28T06:56:23.546Z | Downloaded hickory-server v0.24.2 |
712 | 2025-01-28T06:56:23.550Z | Downloaded try-lock v0.2.5 |
713 | 2025-01-28T06:56:23.553Z | Downloaded hickory-resolver v0.24.2 |
714 | 2025-01-28T06:56:23.556Z | Downloaded endian-type v0.1.2 |
715 | 2025-01-28T06:56:23.556Z | Downloaded untrusted v0.7.1 |
716 | 2025-01-28T06:56:23.559Z | Downloaded minimal-lexical v0.2.1 |
717 | 2025-01-28T06:56:23.563Z | Downloaded derive_builder_macro v0.20.2 |
718 | 2025-01-28T06:56:23.568Z | Downloaded parse-display-derive v0.10.0 |
719 | 2025-01-28T06:56:23.568Z | Downloaded ena v0.14.3 |
720 | 2025-01-28T06:56:23.568Z | Downloaded http v1.2.0 |
721 | 2025-01-28T06:56:23.571Z | Downloaded rustc-demangle v0.1.24 |
722 | 2025-01-28T06:56:23.573Z | Downloaded phf_shared v0.10.0 |
723 | 2025-01-28T06:56:23.573Z | Downloaded openssl-probe v0.1.5 |
724 | 2025-01-28T06:56:23.577Z | Downloaded openssl-macros v0.1.1 |
725 | 2025-01-28T06:56:23.577Z | Downloaded writeable v0.5.5 |
726 | 2025-01-28T06:56:23.580Z | Downloaded uzers v0.12.1 |
727 | 2025-01-28T06:56:23.583Z | Downloaded dropshot_endpoint v0.15.1 |
728 | 2025-01-28T06:56:23.589Z | Downloaded same-file v1.0.6 |
729 | 2025-01-28T06:56:23.590Z | Downloaded displaydoc v0.2.5 |
730 | 2025-01-28T06:56:23.593Z | Downloaded oso v0.27.3 |
731 | 2025-01-28T06:56:23.593Z | Downloaded thiserror-impl v2.0.11 |
732 | 2025-01-28T06:56:23.596Z | Downloaded tokio-native-tls v0.3.1 |
733 | 2025-01-28T06:56:23.599Z | Downloaded predicates-tree v1.0.11 |
734 | 2025-01-28T06:56:23.599Z | Downloaded simd-adler32 v0.3.7 |
735 | 2025-01-28T06:56:23.602Z | Downloaded path-slash v0.1.5 |
736 | 2025-01-28T06:56:23.602Z | Downloaded rand_core v0.6.4 |
737 | 2025-01-28T06:56:23.605Z | Downloaded tui-tree-widget v0.22.0 |
738 | 2025-01-28T06:56:23.605Z | Downloaded globset v0.4.15 |
739 | 2025-01-28T06:56:23.608Z | Downloaded subprocess v0.2.9 |
740 | 2025-01-28T06:56:23.611Z | Downloaded rusty-fork v0.3.0 |
741 | 2025-01-28T06:56:23.611Z | Downloaded pem-rfc7468 v0.7.0 |
742 | 2025-01-28T06:56:23.614Z | Downloaded mio v1.0.2 |
743 | 2025-01-28T06:56:23.619Z | Downloaded smf v0.2.3 |
744 | 2025-01-28T06:56:23.621Z | Downloaded ecdsa v0.16.9 |
745 | 2025-01-28T06:56:23.624Z | Downloaded cc v1.1.30 |
746 | 2025-01-28T06:56:23.627Z | Downloaded foreign-types v0.5.0 |
747 | 2025-01-28T06:56:23.627Z | Downloaded foreign-types v0.3.2 |
748 | 2025-01-28T06:56:23.630Z | Downloaded strum v0.26.3 |
749 | 2025-01-28T06:56:23.630Z | Downloaded tungstenite v0.24.0 |
750 | 2025-01-28T06:56:23.634Z | Downloaded zeroize_derive v1.4.2 |
751 | 2025-01-28T06:56:23.637Z | Downloaded unicode-bidi v0.3.17 |
752 | 2025-01-28T06:56:23.639Z | Downloaded embedded-io v0.4.0 |
753 | 2025-01-28T06:56:23.642Z | Downloaded zeroize v1.8.1 |
754 | 2025-01-28T06:56:23.645Z | Downloaded num_enum_derive v0.5.11 |
755 | 2025-01-28T06:56:23.645Z | Downloaded num_enum v0.5.11 |
756 | 2025-01-28T06:56:23.649Z | Downloaded derive-where v1.2.7 |
757 | 2025-01-28T06:56:23.653Z | Downloaded futures-core v0.3.31 |
758 | 2025-01-28T06:56:23.656Z | Downloaded hash32 v0.3.1 |
759 | 2025-01-28T06:56:23.660Z | Downloaded tokio-rustls v0.25.0 |
760 | 2025-01-28T06:56:23.660Z | Downloaded strum_macros v0.26.4 |
761 | 2025-01-28T06:56:23.664Z | Downloaded crypto-bigint v0.5.5 |
762 | 2025-01-28T06:56:23.669Z | Downloaded parking_lot_core v0.9.10 |
763 | 2025-01-28T06:56:23.673Z | Downloaded normalize-line-endings v0.3.0 |
764 | 2025-01-28T06:56:23.673Z | Downloaded schemars_derive v0.8.21 |
765 | 2025-01-28T06:56:23.676Z | Downloaded libm v0.2.8 |
766 | 2025-01-28T06:56:23.683Z | Downloaded number_prefix v0.4.0 |
767 | 2025-01-28T06:56:23.686Z | Downloaded num_threads v0.1.7 |
768 | 2025-01-28T06:56:23.687Z | Downloaded psl-types v2.0.11 |
769 | 2025-01-28T06:56:23.687Z | Downloaded scheduled-thread-pool v0.2.7 |
770 | 2025-01-28T06:56:23.690Z | Downloaded slog-async v2.8.0 |
771 | 2025-01-28T06:56:23.690Z | Downloaded smallvec v1.13.2 |
772 | 2025-01-28T06:56:23.692Z | Downloaded uuid v1.12.0 |
773 | 2025-01-28T06:56:23.695Z | Downloaded pin-utils v0.1.0 |
774 | 2025-01-28T06:56:23.698Z | Downloaded strip-ansi-escapes v0.2.0 |
775 | 2025-01-28T06:56:23.701Z | Downloaded typify v0.2.0 |
776 | 2025-01-28T06:56:23.704Z | Downloaded darling_core v0.20.10 |
777 | 2025-01-28T06:56:23.707Z | Downloaded embedded-io v0.6.1 |
778 | 2025-01-28T06:56:23.709Z | Downloaded zone v0.1.8 |
779 | 2025-01-28T06:56:23.709Z | Downloaded structmeta v0.3.0 |
780 | 2025-01-28T06:56:23.712Z | Downloaded der_derive v0.7.3 |
781 | 2025-01-28T06:56:23.712Z | Downloaded string_cache v0.8.7 |
782 | 2025-01-28T06:56:23.715Z | Downloaded ron v0.7.1 |
783 | 2025-01-28T06:56:23.719Z | Downloaded stable_deref_trait v1.2.0 |
784 | 2025-01-28T06:56:23.722Z | Downloaded signal-hook-mio v0.2.4 |
785 | 2025-01-28T06:56:23.724Z | Downloaded diesel-dtrace v0.4.2 |
786 | 2025-01-28T06:56:23.724Z | Downloaded tokio-rustls v0.24.1 |
787 | 2025-01-28T06:56:23.727Z | Downloaded ed25519-dalek v2.1.1 |
788 | 2025-01-28T06:56:23.730Z | Downloaded progenitor-impl v0.8.0 |
789 | 2025-01-28T06:56:23.734Z | Downloaded fallible-iterator v0.2.0 |
790 | 2025-01-28T06:56:23.742Z | Downloaded parking_lot v0.12.3 |
791 | 2025-01-28T06:56:23.742Z | Downloaded nanorand v0.7.0 |
792 | 2025-01-28T06:56:23.742Z | Downloaded typify-macro v0.2.0 |
793 | 2025-01-28T06:56:23.742Z | Downloaded itertools v0.12.1 |
794 | 2025-01-28T06:56:23.748Z | Downloaded form_urlencoded v1.2.1 |
795 | 2025-01-28T06:56:23.751Z | Downloaded libxml v0.3.3 |
796 | 2025-01-28T06:56:23.755Z | Downloaded pkcs8 v0.10.2 |
797 | 2025-01-28T06:56:23.759Z | Downloaded quick-error v1.2.3 |
798 | 2025-01-28T06:56:23.762Z | Downloaded pbkdf2 v0.12.2 |
799 | 2025-01-28T06:56:23.765Z | Downloaded structmeta-derive v0.3.0 |
800 | 2025-01-28T06:56:23.765Z | Downloaded stringprep v0.1.5 |
801 | 2025-01-28T06:56:23.765Z | Downloaded derive_more v0.99.18 |
802 | 2025-01-28T06:56:23.770Z | Downloaded steno v0.4.1 |
803 | 2025-01-28T06:56:23.776Z | Downloaded r2d2 v0.8.10 |
804 | 2025-01-28T06:56:23.779Z | Downloaded tokio-macros v2.5.0 |
805 | 2025-01-28T06:56:23.779Z | Downloaded slab v0.4.9 |
806 | 2025-01-28T06:56:23.779Z | Downloaded tokio-util v0.7.12 |
807 | 2025-01-28T06:56:23.785Z | Downloaded twox-hash v2.1.0 |
808 | 2025-01-28T06:56:23.789Z | Downloaded rustls-pemfile v1.0.4 |
809 | 2025-01-28T06:56:23.793Z | Downloaded tabwriter v1.4.0 |
810 | 2025-01-28T06:56:23.793Z | Downloaded vsss-rs v3.3.4 |
811 | 2025-01-28T06:56:23.795Z | Downloaded flate2 v1.0.35 |
812 | 2025-01-28T06:56:23.802Z | Downloaded new_debug_unreachable v1.0.6 |
813 | 2025-01-28T06:56:23.805Z | Downloaded funty v2.0.0 |
814 | 2025-01-28T06:56:23.805Z | Downloaded fragile v2.0.0 |
815 | 2025-01-28T06:56:23.808Z | Downloaded num-integer v0.1.46 |
816 | 2025-01-28T06:56:23.812Z | Downloaded precomputed-hash v0.1.1 |
817 | 2025-01-28T06:56:23.812Z | Downloaded headers-core v0.3.0 |
818 | 2025-01-28T06:56:23.812Z | Downloaded zone_cfg_derive v0.1.2 |
819 | 2025-01-28T06:56:23.812Z | Downloaded synstructure v0.13.1 |
820 | 2025-01-28T06:56:23.816Z | Downloaded typify-macro v0.3.0 |
821 | 2025-01-28T06:56:23.816Z | Downloaded num-bigint v0.4.6 |
822 | 2025-01-28T06:56:23.819Z | Downloaded xz2 v0.1.7 |
823 | 2025-01-28T06:56:23.821Z | Downloaded serde-big-array v0.5.1 |
824 | 2025-01-28T06:56:23.827Z | Downloaded env_logger v0.11.5 |
825 | 2025-01-28T06:56:23.831Z | Downloaded waitgroup v0.1.2 |
826 | 2025-01-28T06:56:23.831Z | Downloaded enum-as-inner v0.6.1 |
827 | 2025-01-28T06:56:23.831Z | Downloaded ref-cast v1.0.23 |
828 | 2025-01-28T06:56:23.837Z | Downloaded ref-cast-impl v1.0.23 |
829 | 2025-01-28T06:56:23.838Z | Downloaded phf_shared v0.11.2 |
830 | 2025-01-28T06:56:23.838Z | Downloaded pkcs5 v0.7.1 |
831 | 2025-01-28T06:56:23.840Z | Downloaded phf_generator v0.11.2 |
832 | 2025-01-28T06:56:23.840Z | Downloaded sha1 v0.10.6 |
833 | 2025-01-28T06:56:23.843Z | Downloaded phf_codegen v0.11.2 |
834 | 2025-01-28T06:56:23.843Z | Downloaded samael v0.0.17 |
835 | 2025-01-28T06:56:23.849Z | Downloaded tiny-keccak v2.0.2 |
836 | 2025-01-28T06:56:23.852Z | Downloaded foreign-types-macros v0.2.3 |
837 | 2025-01-28T06:56:23.855Z | Downloaded foldhash v0.1.3 |
838 | 2025-01-28T06:56:23.855Z | Downloaded defmt-macros v0.3.9 |
839 | 2025-01-28T06:56:23.860Z | Downloaded unsafe-libyaml v0.2.11 |
840 | 2025-01-28T06:56:23.863Z | Downloaded ron v0.8.1 |
841 | 2025-01-28T06:56:23.869Z | Downloaded newtype_derive v0.1.6 |
842 | 2025-01-28T06:56:23.872Z | Downloaded newtype-uuid v1.2.1 |
843 | 2025-01-28T06:56:23.872Z | Downloaded signature v2.2.0 |
844 | 2025-01-28T06:56:23.875Z | Downloaded vergen v8.3.2 |
845 | 2025-01-28T06:56:23.878Z | Downloaded fs_extra v1.3.0 |
846 | 2025-01-28T06:56:23.878Z | Downloaded openssl-sys v0.9.103 |
847 | 2025-01-28T06:56:23.883Z | Downloaded unarray v0.1.4 |
848 | 2025-01-28T06:56:23.893Z | Downloaded heapless v0.7.17 |
849 | 2025-01-28T06:56:23.897Z | Downloaded itertools v0.13.0 |
850 | 2025-01-28T06:56:23.897Z | Downloaded zerofrom v0.1.4 |
851 | 2025-01-28T06:56:23.897Z | Downloaded pin-project-internal v1.1.6 |
852 | 2025-01-28T06:56:23.901Z | Downloaded vte_generate_state_changes v0.1.2 |
853 | 2025-01-28T06:56:23.901Z | Downloaded time-core v0.1.2 |
854 | 2025-01-28T06:56:23.901Z | Downloaded yoke v0.7.4 |
855 | 2025-01-28T06:56:23.904Z | Downloaded yasna v0.5.2 |
856 | 2025-01-28T06:56:23.904Z | Downloaded semver v0.1.20 |
857 | 2025-01-28T06:56:23.907Z | Downloaded olpc-cjson v0.1.4 |
858 | 2025-01-28T06:56:23.907Z | Downloaded prettyplease v0.2.25 |
859 | 2025-01-28T06:56:23.912Z | Downloaded strum_macros v0.24.3 |
860 | 2025-01-28T06:56:23.915Z | Downloaded num-traits v0.2.19 |
861 | 2025-01-28T06:56:23.915Z | Downloaded fallible-iterator v0.3.0 |
862 | 2025-01-28T06:56:23.915Z | Downloaded downcast v0.11.0 |
863 | 2025-01-28T06:56:23.919Z | Downloaded defmt v0.3.8 |
864 | 2025-01-28T06:56:23.925Z | Downloaded rtoolbox v0.0.2 |
865 | 2025-01-28T06:56:23.925Z | Downloaded primeorder v0.13.6 |
866 | 2025-01-28T06:56:23.925Z | Downloaded xattr v1.3.1 |
867 | 2025-01-28T06:56:23.929Z | Downloaded unicode_categories v0.1.1 |
868 | 2025-01-28T06:56:23.929Z | Downloaded diesel_derives v2.2.3 |
869 | 2025-01-28T06:56:23.932Z | Downloaded time v0.3.36 |
870 | 2025-01-28T06:56:23.938Z | Downloaded russh-cryptovec v0.7.3 |
871 | 2025-01-28T06:56:23.942Z | Downloaded futures-io v0.3.31 |
872 | 2025-01-28T06:56:23.942Z | Downloaded zerovec-derive v0.10.3 |
873 | 2025-01-28T06:56:23.945Z | Downloaded packed_struct_codegen v0.10.1 |
874 | 2025-01-28T06:56:23.945Z | Downloaded sqlformat v0.2.6 |
875 | 2025-01-28T06:56:23.948Z | Downloaded packed_struct v0.10.1 |
876 | 2025-01-28T06:56:23.948Z | Downloaded thiserror-no-std v2.0.2 |
877 | 2025-01-28T06:56:23.951Z | Downloaded tokio-stream v0.1.16 |
878 | 2025-01-28T06:56:23.956Z | Downloaded serde_urlencoded v0.7.1 |
879 | 2025-01-28T06:56:23.959Z | Downloaded hkdf v0.12.4 |
880 | 2025-01-28T06:56:23.961Z | Downloaded serde_repr v0.1.19 |
881 | 2025-01-28T06:56:23.961Z | Downloaded termtree v0.4.1 |
882 | 2025-01-28T06:56:23.964Z | Downloaded defmt-parser v0.3.4 |
883 | 2025-01-28T06:56:23.964Z | Downloaded tower-service v0.3.3 |
884 | 2025-01-28T06:56:23.967Z | Downloaded serde_plain v1.0.2 |
885 | 2025-01-28T06:56:23.967Z | Downloaded zone v0.3.0 |
886 | 2025-01-28T06:56:23.967Z | Downloaded dropshot_endpoint v0.12.0 |
887 | 2025-01-28T06:56:23.970Z | Downloaded crossterm v0.28.1 |
888 | 2025-01-28T06:56:23.975Z | Downloaded supports-color v3.0.1 |
889 | 2025-01-28T06:56:23.979Z | Downloaded native-tls v0.2.12 |
890 | 2025-01-28T06:56:23.982Z | Downloaded hashlink v0.9.1 |
891 | 2025-01-28T06:56:23.982Z | Downloaded shell-words v1.1.0 |
892 | 2025-01-28T06:56:23.982Z | Downloaded ppv-lite86 v0.2.20 |
893 | 2025-01-28T06:56:23.985Z | Downloaded difflib v0.4.0 |
894 | 2025-01-28T06:56:23.985Z | Downloaded wait-timeout v0.2.0 |
895 | 2025-01-28T06:56:23.988Z | Downloaded debug-ignore v1.0.5 |
896 | 2025-01-28T06:56:23.988Z | Downloaded ed25519 v2.2.3 |
897 | 2025-01-28T06:56:23.991Z | Downloaded powerfmt v0.2.0 |
898 | 2025-01-28T06:56:23.991Z | Downloaded pin-project v1.1.6 |
899 | 2025-01-28T06:56:24.002Z | Downloaded topological-sort v0.2.2 |
900 | 2025-01-28T06:56:24.005Z | Downloaded unicode-truncate v1.1.0 |
901 | 2025-01-28T06:56:24.008Z | Downloaded sync_wrapper v1.0.1 |
902 | 2025-01-28T06:56:24.008Z | Downloaded group v0.13.0 |
903 | 2025-01-28T06:56:24.008Z | Downloaded tracing-attributes v0.1.27 |
904 | 2025-01-28T06:56:24.011Z | Downloaded rusqlite v0.32.1 |
905 | 2025-01-28T06:56:24.018Z | Downloaded toolchain_find v0.4.0 |
906 | 2025-01-28T06:56:24.021Z | Downloaded rand_chacha v0.3.1 |
907 | 2025-01-28T06:56:24.021Z | Downloaded pretty-hex v0.2.1 |
908 | 2025-01-28T06:56:24.021Z | Downloaded futures v0.3.31 |
909 | 2025-01-28T06:56:24.027Z | Downloaded zerovec v0.10.4 |
910 | 2025-01-28T06:56:24.033Z | Downloaded typify v0.3.0 |
911 | 2025-01-28T06:56:24.037Z | Downloaded aes-gcm v0.10.3 |
912 | 2025-01-28T06:56:24.040Z | Downloaded rustls-pemfile v2.2.0 |
913 | 2025-01-28T06:56:24.044Z | Downloaded predicates v3.1.2 |
914 | 2025-01-28T06:56:24.046Z | Downloaded polyval v0.6.2 |
915 | 2025-01-28T06:56:24.049Z | Downloaded russh-keys v0.45.0 |
916 | 2025-01-28T06:56:24.049Z | Downloaded typed-path v0.9.3 |
917 | 2025-01-28T06:56:24.056Z | Downloaded siphasher v0.3.11 |
918 | 2025-01-28T06:56:24.058Z | Downloaded termcolor v1.4.1 |
919 | 2025-01-28T06:56:24.061Z | Downloaded dirs-next v2.0.0 |
920 | 2025-01-28T06:56:24.061Z | Downloaded scrypt v0.11.0 |
921 | 2025-01-28T06:56:24.064Z | Downloaded pin-project-lite v0.2.14 |
922 | 2025-01-28T06:56:24.068Z | Downloaded omicron-zone-package v0.12.0 |
923 | 2025-01-28T06:56:24.071Z | Downloaded num-iter v0.1.45 |
924 | 2025-01-28T06:56:24.076Z | Downloaded thiserror v2.0.11 |
925 | 2025-01-28T06:56:24.080Z | Downloaded dunce v1.0.5 |
926 | 2025-01-28T06:56:24.080Z | Downloaded num-derive v0.4.2 |
927 | 2025-01-28T06:56:24.083Z | Downloaded pkg-config v0.3.31 |
928 | 2025-01-28T06:56:24.083Z | Downloaded num-rational v0.4.2 |
929 | 2025-01-28T06:56:24.086Z | Downloaded dirs-sys-next v0.1.2 |
930 | 2025-01-28T06:56:24.086Z | Downloaded scopeguard v1.2.0 |
931 | 2025-01-28T06:56:24.088Z | Downloaded zerocopy-derive v0.8.10 |
932 | 2025-01-28T06:56:24.093Z | Downloaded nibble_vec v0.1.0 |
933 | 2025-01-28T06:56:24.095Z | Downloaded salty v0.3.0 |
934 | 2025-01-28T06:56:24.101Z | Downloaded progenitor v0.8.0 |
935 | 2025-01-28T06:56:24.104Z | Downloaded term v0.7.0 |
936 | 2025-01-28T06:56:24.107Z | Downloaded rsa v0.9.6 |
937 | 2025-01-28T06:56:24.110Z | Downloaded nom v7.1.3 |
938 | 2025-01-28T06:56:24.116Z | Downloaded postcard v1.0.10 |
939 | 2025-01-28T06:56:24.119Z | Downloaded aws-lc-rs v1.10.0 |
940 | 2025-01-28T06:56:24.127Z | Downloaded dsl_auto_type v0.1.2 |
941 | 2025-01-28T06:56:24.130Z | Downloaded signal-hook-registry v1.4.2 |
942 | 2025-01-28T06:56:24.130Z | Downloaded flume v0.11.1 |
943 | 2025-01-28T06:56:24.133Z | Downloaded rustls-pki-types v1.10.0 |
944 | 2025-01-28T06:56:24.136Z | Downloaded parse-zoneinfo v0.3.1 |
945 | 2025-01-28T06:56:24.147Z | Downloaded spin v0.9.8 |
946 | 2025-01-28T06:56:24.150Z | Downloaded headers v0.4.0 |
947 | 2025-01-28T06:56:24.150Z | Downloaded elliptic-curve v0.13.8 |
948 | 2025-01-28T06:56:24.154Z | Downloaded quick-xml v0.33.0 |
949 | 2025-01-28T06:56:24.159Z | Downloaded sct v0.7.1 |
950 | 2025-01-28T06:56:24.162Z | Downloaded icu_properties_data v1.5.0 |
951 | 2025-01-28T06:56:24.174Z | Downloaded test-strategy v0.4.0 |
952 | 2025-01-28T06:56:24.180Z | Downloaded aho-corasick v1.1.3 |
953 | 2025-01-28T06:56:24.184Z | Downloaded signal-hook v0.3.17 |
954 | 2025-01-28T06:56:24.187Z | Downloaded vte v0.11.1 |
955 | 2025-01-28T06:56:24.190Z | Downloaded snafu v0.8.5 |
956 | 2025-01-28T06:56:24.196Z | Downloaded diff v0.1.13 |
957 | 2025-01-28T06:56:24.199Z | Downloaded p256 v0.13.2 |
958 | 2025-01-28T06:56:24.203Z | Downloaded rustyline v14.0.0 |
959 | 2025-01-28T06:56:24.207Z | Downloaded proptest v1.5.0 |
960 | 2025-01-28T06:56:24.217Z | Downloaded toml_edit v0.19.15 |
961 | 2025-01-28T06:56:24.234Z | Downloaded getrandom v0.2.15 |
962 | 2025-01-28T06:56:24.237Z | Downloaded der v0.7.9 |
963 | 2025-01-28T06:56:24.242Z | Downloaded rcgen v0.12.1 |
964 | 2025-01-28T06:56:24.245Z | Downloaded publicsuffix v2.3.0 |
965 | 2025-01-28T06:56:24.247Z | Downloaded unicode-segmentation v1.12.0 |
966 | 2025-01-28T06:56:24.251Z | Downloaded ssh-key v0.6.6 |
967 | 2025-01-28T06:56:24.258Z | Downloaded url v2.5.3 |
968 | 2025-01-28T06:56:24.263Z | Downloaded zip v0.6.6 |
969 | 2025-01-28T06:56:24.266Z | Downloaded chrono v0.4.39 |
970 | 2025-01-28T06:56:24.273Z | Downloaded bitvec v1.0.1 |
971 | 2025-01-28T06:56:24.289Z | Downloaded rand v0.8.5 |
972 | 2025-01-28T06:56:24.293Z | Downloaded tar v0.4.42 |
973 | 2025-01-28T06:56:24.295Z | Downloaded tracing v0.1.40 |
974 | 2025-01-28T06:56:24.300Z | Downloaded rayon v1.10.0 |
975 | 2025-01-28T06:56:24.309Z | Downloaded hickory-proto v0.24.2 |
976 | 2025-01-28T06:56:24.325Z | Downloaded reedline v0.35.0 |
977 | 2025-01-28T06:56:24.332Z | Downloaded git2 v0.19.0 |
978 | 2025-01-28T06:56:24.341Z | Downloaded bindgen v0.69.5 |
979 | 2025-01-28T06:56:24.348Z | Downloaded hashbrown v0.14.5 |
980 | 2025-01-28T06:56:24.359Z | Downloaded qorb v0.2.1 |
981 | 2025-01-28T06:56:24.362Z | Downloaded expectorate v1.1.0 |
982 | 2025-01-28T06:56:24.362Z | Downloaded tough v0.19.0 |
983 | 2025-01-28T06:56:24.369Z | Downloaded winnow v0.5.40 |
984 | 2025-01-28T06:56:24.377Z | Downloaded serde_with v3.11.0 |
985 | 2025-01-28T06:56:24.385Z | Downloaded lalrpop v0.19.12 |
986 | 2025-01-28T06:56:24.398Z | Downloaded russh v0.45.0 |
987 | 2025-01-28T06:56:24.403Z | Downloaded sqlparser v0.45.0 |
988 | 2025-01-28T06:56:24.408Z | Downloaded regex v1.11.1 |
989 | 2025-01-28T06:56:24.421Z | Downloaded p521 v0.13.3 |
990 | 2025-01-28T06:56:24.426Z | Downloaded zerocopy v0.8.10 |
991 | 2025-01-28T06:56:24.450Z | Downloaded portable-atomic v1.9.0 |
992 | 2025-01-28T06:56:24.456Z | Downloaded rustls v0.22.4 |
993 | 2025-01-28T06:56:24.469Z | Downloaded polar-core v0.27.3 |
994 | 2025-01-28T06:56:24.478Z | Downloaded regress v0.10.1 |
995 | 2025-01-28T06:56:24.489Z | Downloaded nix v0.28.0 |
996 | 2025-01-28T06:56:24.499Z | Downloaded gimli v0.31.1 |
997 | 2025-01-28T06:56:24.508Z | Downloaded regex-syntax v0.6.29 |
998 | 2025-01-28T06:56:24.515Z | Downloaded curve25519-dalek v4.1.3 |
999 | 2025-01-28T06:56:24.524Z | Downloaded h2 v0.4.6 |
1000 | 2025-01-28T06:56:24.531Z | Downloaded quinn-proto v0.11.8 |
1001 | 2025-01-28T06:56:24.537Z | Downloaded rustls-webpki v0.102.8 |
1002 | 2025-01-28T06:56:24.555Z | Downloaded object v0.30.4 |
1003 | 2025-01-28T06:56:24.565Z | Downloaded petname v2.0.2 |
1004 | 2025-01-28T06:56:24.570Z | Downloaded p384 v0.13.0 |
1005 | 2025-01-28T06:56:24.577Z | Downloaded smoltcp v0.9.1 |
1006 | 2025-01-28T06:56:24.588Z | Downloaded chrono-tz v0.10.1 |
1007 | 2025-01-28T06:56:24.596Z | Downloaded bstr v1.10.0 |
1008 | 2025-01-28T06:56:24.606Z | Downloaded webpki-roots v0.26.6 |
1009 | 2025-01-28T06:56:24.610Z | Downloaded vcpkg v0.2.15 |
1010 | 2025-01-28T06:56:24.648Z | Downloaded object v0.36.5 |
1011 | 2025-01-28T06:56:24.658Z | Downloaded dropshot v0.12.0 |
1012 | 2025-01-28T06:56:24.678Z | Downloaded radix_trie v0.2.1 |
1013 | 2025-01-28T06:56:24.683Z | Downloaded typify-impl v0.2.0 |
1014 | 2025-01-28T06:56:24.700Z | Downloaded openssl v0.10.66 |
1015 | 2025-01-28T06:56:24.711Z | Downloaded openapiv3 v2.0.0 |
1016 | 2025-01-28T06:56:24.722Z | Downloaded nix v0.27.1 |
1017 | 2025-01-28T06:56:24.733Z | Downloaded diesel v2.2.6 |
1018 | 2025-01-28T06:56:24.751Z | Downloaded sled v0.34.7 |
1019 | 2025-01-28T06:56:24.764Z | Downloaded unicode-width v0.2.0 |
1020 | 2025-01-28T06:56:24.768Z | Downloaded smoltcp v0.11.0 |
1021 | 2025-01-28T06:56:24.779Z | Downloaded regex-automata v0.4.8 |
1022 | 2025-01-28T06:56:24.796Z | Downloaded dropshot v0.15.1 |
1023 | 2025-01-28T06:56:24.817Z | Downloaded rustls v0.23.19 |
1024 | 2025-01-28T06:56:24.828Z | Downloaded ratatui v0.28.1 |
1025 | 2025-01-28T06:56:24.847Z | Downloaded typify-impl v0.3.0 |
1026 | 2025-01-28T06:56:24.863Z | Downloaded regex-syntax v0.8.5 |
1027 | 2025-01-28T06:56:24.872Z | Downloaded zerocopy-derive v0.6.6 |
1028 | 2025-01-28T06:56:24.881Z | Downloaded regress v0.9.1 |
1029 | 2025-01-28T06:56:24.890Z | Downloaded nix v0.29.0 |
1030 | 2025-01-28T06:56:24.901Z | Downloaded lzma-sys v0.1.20 |
1031 | 2025-01-28T06:56:24.929Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1032 | 2025-01-28T06:56:24.941Z | Downloaded rustls v0.21.12 |
1033 | 2025-01-28T06:56:24.952Z | Downloaded petgraph v0.6.5 |
1034 | 2025-01-28T06:56:24.969Z | Downloaded tokio v1.43.0 |
1035 | 2025-01-28T06:56:25.006Z | Downloaded libz-sys v1.1.20 |
1036 | 2025-01-28T06:56:25.026Z | Downloaded zip v2.1.3 |
1037 | 2025-01-28T06:56:25.030Z | Downloaded tungstenite v0.21.0 |
1038 | 2025-01-28T06:56:25.033Z | Downloaded postgres-protocol v0.6.7 |
1039 | 2025-01-28T06:56:25.035Z | Downloaded value-bag v1.9.0 |
1040 | 2025-01-28T06:56:25.038Z | Downloaded rustls-webpki v0.101.7 |
1041 | 2025-01-28T06:56:25.050Z | Downloaded half v2.4.1 |
1042 | 2025-01-28T06:56:25.053Z | Downloaded quinn v0.11.5 |
1043 | 2025-01-28T06:56:25.056Z | Downloaded hashbrown v0.13.2 |
1044 | 2025-01-28T06:56:25.060Z | Downloaded csv v1.3.1 |
1045 | 2025-01-28T06:56:25.080Z | Downloaded hashbrown v0.12.3 |
1046 | 2025-01-28T06:56:25.084Z | Downloaded futures-util v0.3.31 |
1047 | 2025-01-28T06:56:25.095Z | Downloaded serde_yaml v0.9.34+deprecated |
1048 | 2025-01-28T06:56:25.099Z | Downloaded owo-colors v4.1.0 |
1049 | 2025-01-28T06:56:25.102Z | Downloaded tokio-rustls v0.26.0 |
1050 | 2025-01-28T06:56:25.104Z | Downloaded blake3 v1.5.4 |
1051 | 2025-01-28T06:56:25.110Z | Downloaded toml v0.7.8 |
1052 | 2025-01-28T06:56:25.124Z | Downloaded num-bigint-dig v0.8.4 |
1053 | 2025-01-28T06:56:25.124Z | Downloaded sha3 v0.10.8 |
1054 | 2025-01-28T06:56:25.124Z | Downloaded reqwest v0.12.9 |
1055 | 2025-01-28T06:56:25.131Z | Downloaded futures-channel v0.3.31 |
1056 | 2025-01-28T06:56:25.134Z | Downloaded unicode-normalization v0.1.24 |
1057 | 2025-01-28T06:56:25.137Z | Downloaded filetime v0.2.25 |
1058 | 2025-01-28T06:56:25.140Z | Downloaded fallible-streaming-iterator v0.1.9 |
1059 | 2025-01-28T06:56:25.140Z | Downloaded dyn-clone v1.0.17 |
1060 | 2025-01-28T06:56:25.143Z | Downloaded schemars v0.8.21 |
1061 | 2025-01-28T06:56:25.150Z | Downloaded time-macros v0.2.18 |
1062 | 2025-01-28T06:56:25.153Z | Downloaded serde_with_macros v3.11.0 |
1063 | 2025-01-28T06:56:25.156Z | Downloaded tracing-core v0.1.32 |
1064 | 2025-01-28T06:56:25.160Z | Downloaded phf v0.11.2 |
1065 | 2025-01-28T06:56:25.160Z | Downloaded password-hash v0.4.2 |
1066 | 2025-01-28T06:56:25.163Z | Downloaded tungstenite v0.23.0 |
1067 | 2025-01-28T06:56:25.166Z | Downloaded hyper v1.5.2 |
1068 | 2025-01-28T06:56:25.169Z | Downloaded ff v0.13.0 |
1069 | 2025-01-28T06:56:25.172Z | Downloaded spki v0.7.3 |
1070 | 2025-01-28T06:56:25.175Z | Downloaded x509-cert v0.2.5 |
1071 | 2025-01-28T06:56:25.178Z | Downloaded pbkdf2 v0.11.0 |
1072 | 2025-01-28T06:56:25.181Z | Downloaded ghash v0.5.1 |
1073 | 2025-01-28T06:56:25.184Z | Downloaded pkcs1 v0.7.5 |
1074 | 2025-01-28T06:56:25.184Z | Downloaded idna v1.0.3 |
1075 | 2025-01-28T06:56:25.187Z | Downloaded aes v0.8.4 |
1076 | 2025-01-28T06:56:25.191Z | Downloaded des v0.8.1 |
1077 | 2025-01-28T06:56:25.194Z | Downloaded derive_builder_core v0.20.2 |
1078 | 2025-01-28T06:56:25.196Z | Downloaded encoding_rs v0.8.34 |
1079 | 2025-01-28T06:56:25.215Z | Downloaded tokio-postgres v0.7.12 |
1080 | 2025-01-28T06:56:25.220Z | Downloaded paste v1.0.15 |
1081 | 2025-01-28T06:56:25.222Z | Downloaded unicode-properties v0.1.3 |
1082 | 2025-01-28T06:56:25.225Z | Downloaded tinystr v0.7.6 |
1083 | 2025-01-28T06:56:25.228Z | Downloaded itertools v0.10.5 |
1084 | 2025-01-28T06:56:25.231Z | Downloaded rfc6979 v0.4.0 |
1085 | 2025-01-28T06:56:25.234Z | Downloaded rustversion v1.0.17 |
1086 | 2025-01-28T06:56:25.237Z | Downloaded quinn-udp v0.5.5 |
1087 | 2025-01-28T06:56:25.237Z | Downloaded parking_lot_core v0.8.6 |
1088 | 2025-01-28T06:56:25.241Z | Downloaded parking_lot v0.11.2 |
1089 | 2025-01-28T06:56:25.241Z | Downloaded fatfs v0.3.6 |
1090 | 2025-01-28T06:56:25.244Z | Downloaded base64 v0.22.1 |
1091 | 2025-01-28T06:56:25.247Z | Downloaded slog v2.7.0 |
1092 | 2025-01-28T06:56:25.250Z | Downloaded hash32 v0.2.1 |
1093 | 2025-01-28T06:56:25.252Z | Downloaded zerofrom-derive v0.1.4 |
1094 | 2025-01-28T06:56:25.252Z | Downloaded universal-hash v0.5.1 |
1095 | 2025-01-28T06:56:25.252Z | Downloaded unicode-xid v0.2.6 |
1096 | 2025-01-28T06:56:25.255Z | Downloaded poly1305 v0.8.0 |
1097 | 2025-01-28T06:56:25.259Z | Downloaded untrusted v0.9.0 |
1098 | 2025-01-28T06:56:25.259Z | Downloaded rayon-core v1.12.1 |
1099 | 2025-01-28T06:56:25.262Z | Downloaded progenitor-impl v0.9.1 |
1100 | 2025-01-28T06:56:25.265Z | Downloaded slog-json v2.6.1 |
1101 | 2025-01-28T06:56:25.265Z | Downloaded slog-envlogger v2.2.0 |
1102 | 2025-01-28T06:56:25.268Z | Downloaded slog-dtrace v0.3.0 |
1103 | 2025-01-28T06:56:25.268Z | Downloaded tinyvec v1.8.0 |
1104 | 2025-01-28T06:56:25.271Z | Downloaded similar v2.6.0 |
1105 | 2025-01-28T06:56:25.275Z | Downloaded const_format v0.2.33 |
1106 | 2025-01-28T06:56:25.278Z | Downloaded derive_builder v0.20.2 |
1107 | 2025-01-28T06:56:25.282Z | Downloaded crossbeam-channel v0.5.13 |
1108 | 2025-01-28T06:56:25.289Z | Downloaded base64 v0.21.7 |
1109 | 2025-01-28T06:56:25.292Z | Downloaded zopfli v0.8.1 |
1110 | 2025-01-28T06:56:25.295Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1111 | 2025-01-28T06:56:25.349Z | Downloaded backtrace v0.3.74 |
1112 | 2025-01-28T06:56:25.354Z | Downloaded thiserror-impl-no-std v2.0.2 |
1113 | 2025-01-28T06:56:25.356Z | Downloaded subtle v2.6.1 |
1114 | 2025-01-28T06:56:25.356Z | Downloaded slog-term v2.9.1 |
1115 | 2025-01-28T06:56:25.359Z | Downloaded rustc_version v0.1.7 |
1116 | 2025-01-28T06:56:25.359Z | Downloaded zerocopy v0.6.6 |
1117 | 2025-01-28T06:56:25.365Z | Downloaded which v4.4.2 |
1118 | 2025-01-28T06:56:25.369Z | Downloaded chacha20poly1305 v0.10.1 |
1119 | 2025-01-28T06:56:25.369Z | Downloaded bumpalo v3.16.0 |
1120 | 2025-01-28T06:56:25.370Z | Downloaded password-hash v0.5.0 |
1121 | 2025-01-28T06:56:25.370Z | Downloaded data-encoding v2.6.0 |
1122 | 2025-01-28T06:56:25.372Z | Downloaded bytes v1.9.0 |
1123 | 2025-01-28T06:56:25.375Z | Downloaded walkdir v2.5.0 |
1124 | 2025-01-28T06:56:25.375Z | Downloaded futures-sink v0.3.31 |
1125 | 2025-01-28T06:56:25.375Z | Downloaded futures-macro v0.3.31 |
1126 | 2025-01-28T06:56:25.378Z | Downloaded slog-stdlog v4.1.1 |
1127 | 2025-01-28T06:56:25.378Z | Downloaded tokio-tungstenite v0.23.1 |
1128 | 2025-01-28T06:56:25.380Z | Downloaded tokio-tungstenite v0.21.0 |
1129 | 2025-01-28T06:56:25.383Z | Downloaded clang-sys v1.8.1 |
1130 | 2025-01-28T06:56:25.386Z | Downloaded float-cmp v0.9.0 |
1131 | 2025-01-28T06:56:25.386Z | Downloaded serde_derive_internals v0.29.1 |
1132 | 2025-01-28T06:56:25.389Z | Downloaded slog-scope v4.4.0 |
1133 | 2025-01-28T06:56:25.391Z | Downloaded crc-any v2.5.0 |
1134 | 2025-01-28T06:56:25.392Z | Downloaded arc-swap v1.7.1 |
1135 | 2025-01-28T06:56:25.394Z | Downloaded bitfield-struct v0.6.2 |
1136 | 2025-01-28T06:56:25.397Z | Downloaded hmac v0.12.1 |
1137 | 2025-01-28T06:56:25.400Z | Downloaded csv-core v0.1.11 |
1138 | 2025-01-28T06:56:25.400Z | Downloaded strum_macros v0.25.3 |
1139 | 2025-01-28T06:56:25.403Z | Downloaded slog-bunyan v2.5.0 |
1140 | 2025-01-28T06:56:25.403Z | Downloaded signal-hook-tokio v0.3.1 |
1141 | 2025-01-28T06:56:25.403Z | Downloaded serde_path_to_error v0.1.16 |
1142 | 2025-01-28T06:56:25.405Z | Downloaded libloading v0.8.5 |
1143 | 2025-01-28T06:56:25.408Z | Downloaded backoff v0.4.0 |
1144 | 2025-01-28T06:56:25.408Z | Downloaded bcs v0.1.6 |
1145 | 2025-01-28T06:56:25.411Z | Downloaded cassowary v0.3.0 |
1146 | 2025-01-28T06:56:25.411Z | Downloaded bit-set v0.5.3 |
1147 | 2025-01-28T06:56:25.413Z | Downloaded arrayvec v0.7.6 |
1148 | 2025-01-28T06:56:25.416Z | Downloaded keccak v0.1.5 |
1149 | 2025-01-28T06:56:25.416Z | Downloaded ipnetwork v0.20.0 |
1150 | 2025-01-28T06:56:25.419Z | Downloaded impl-trait-for-tuples v0.2.2 |
1151 | 2025-01-28T06:56:25.419Z | Downloaded arrayref v0.3.9 |
1152 | 2025-01-28T06:56:25.422Z | Downloaded array-init v0.0.4 |
1153 | 2025-01-28T06:56:25.422Z | Downloaded linked-hash-map v0.5.6 |
1154 | 2025-01-28T06:56:25.422Z | Downloaded libefi-sys v0.1.0 |
1155 | 2025-01-28T06:56:25.425Z | Downloaded lalrpop-util v0.19.12 |
1156 | 2025-01-28T06:56:25.425Z | Downloaded constant_time_eq v0.3.1 |
1157 | 2025-01-28T06:56:25.425Z | Downloaded bb8 v0.8.5 |
1158 | 2025-01-28T06:56:25.428Z | Downloaded const_format_proc_macros v0.2.33 |
1159 | 2025-01-28T06:56:25.428Z | Downloaded blowfish v0.9.1 |
1160 | 2025-01-28T06:56:25.431Z | Downloaded cbc v0.1.2 |
1161 | 2025-01-28T06:56:25.431Z | Downloaded http-body-util v0.1.2 |
1162 | 2025-01-28T06:56:25.434Z | Downloaded hostname v0.4.0 |
1163 | 2025-01-28T06:56:25.434Z | Downloaded hostname v0.3.1 |
1164 | 2025-01-28T06:56:25.434Z | Downloaded async-recursion v1.1.1 |
1165 | 2025-01-28T06:56:25.690Z | Downloaded ring v0.17.8 |
1166 | 2025-01-28T06:56:25.804Z | Downloaded libsqlite3-sys v0.30.1 |
1167 | 2025-01-28T06:56:25.973Z | Downloaded aws-lc-sys v0.22.0 |
1168 | 2025-01-28T06:56:26.274Z | Compiling serde v1.0.217 |
1169 | 2025-01-28T06:56:26.277Z | Compiling lock_api v0.4.12 |
1170 | 2025-01-28T06:56:26.277Z | Compiling value-bag v1.9.0 |
1171 | 2025-01-28T06:56:26.277Z | Compiling scopeguard v1.2.0 |
1172 | 2025-01-28T06:56:26.277Z | Compiling typenum v1.17.0 |
1173 | 2025-01-28T06:56:26.277Z | Compiling generic-array v0.14.7 |
1174 | 2025-01-28T06:56:26.453Z | Compiling syn v2.0.96 |
1175 | 2025-01-28T06:56:26.466Z | Compiling getrandom v0.2.15 |
1176 | 2025-01-28T06:56:26.597Z | Compiling subtle v2.6.1 |
1177 | 2025-01-28T06:56:26.798Z | Compiling rand_core v0.6.4 |
1178 | 2025-01-28T06:56:26.844Z | Compiling log v0.4.22 |
1179 | 2025-01-28T06:56:26.953Z | Compiling shlex v1.3.0 |
1180 | 2025-01-28T06:56:26.956Z | Compiling jobserver v0.1.32 |
1181 | 2025-01-28T06:56:26.992Z | Compiling smallvec v1.13.2 |
1182 | 2025-01-28T06:56:27.268Z | Compiling const-oid v0.9.6 |
1183 | 2025-01-28T06:56:27.300Z | Compiling pin-project-lite v0.2.14 |
1184 | 2025-01-28T06:56:27.323Z | Compiling rustix v0.38.37 |
1185 | 2025-01-28T06:56:27.377Z | Compiling cc v1.1.30 |
1186 | 2025-01-28T06:56:27.441Z | Compiling spin v0.9.8 |
1187 | 2025-01-28T06:56:27.581Z | Compiling parking_lot_core v0.9.10 |
1188 | 2025-01-28T06:56:27.772Z | Compiling futures-core v0.3.31 |
1189 | 2025-01-28T06:56:27.836Z | Compiling signal-hook-registry v1.4.2 |
1190 | 2025-01-28T06:56:27.996Z | Compiling mio v1.0.2 |
1191 | 2025-01-28T06:56:28.099Z | Compiling aho-corasick v1.1.3 |
1192 | 2025-01-28T06:56:28.660Z | Compiling parking_lot v0.12.3 |
1193 | 2025-01-28T06:56:28.684Z | Compiling cpufeatures v0.2.14 |
1194 | 2025-01-28T06:56:28.798Z | Compiling either v1.13.0 |
1195 | 2025-01-28T06:56:28.823Z | Compiling stable_deref_trait v1.2.0 |
1196 | 2025-01-28T06:56:28.945Z | Compiling regex-syntax v0.8.5 |
1197 | 2025-01-28T06:56:29.151Z | Compiling glob v0.3.1 |
1198 | 2025-01-28T06:56:29.232Z | Compiling futures-sink v0.3.31 |
1199 | 2025-01-28T06:56:29.400Z | Compiling socket2 v0.5.7 |
1200 | 2025-01-28T06:56:29.522Z | Compiling slab v0.4.9 |
1201 | 2025-01-28T06:56:29.525Z | Compiling prettyplease v0.2.25 |
1202 | 2025-01-28T06:56:29.927Z | Compiling lazy_static v1.5.0 |
1203 | 2025-01-28T06:56:30.025Z | Compiling serde_json v1.0.135 |
1204 | 2025-01-28T06:56:30.055Z | Compiling clang-sys v1.8.1 |
1205 | 2025-01-28T06:56:30.077Z | Compiling minimal-lexical v0.2.1 |
1206 | 2025-01-28T06:56:30.393Z | Compiling libloading v0.8.5 |
1207 | 2025-01-28T06:56:30.587Z | Compiling nom v7.1.3 |
1208 | 2025-01-28T06:56:30.639Z | Compiling bindgen v0.69.5 |
1209 | 2025-01-28T06:56:30.746Z | Compiling home v0.5.9 |
1210 | 2025-01-28T06:56:31.001Z | Compiling futures-channel v0.3.31 |
1211 | 2025-01-28T06:56:31.225Z | Compiling itertools v0.12.1 |
1212 | 2025-01-28T06:56:31.406Z | Compiling pin-utils v0.1.0 |
1213 | 2025-01-28T06:56:31.485Z | Compiling futures-task v0.3.31 |
1214 | 2025-01-28T06:56:31.517Z | Compiling foldhash v0.1.3 |
1215 | 2025-01-28T06:56:31.779Z | Compiling futures-io v0.3.31 |
1216 | 2025-01-28T06:56:31.813Z | Compiling libm v0.2.8 |
1217 | 2025-01-28T06:56:32.074Z | Compiling allocator-api2 v0.2.18 |
1218 | 2025-01-28T06:56:32.140Z | Compiling rustc-hash v1.1.0 |
1219 | 2025-01-28T06:56:32.302Z | Compiling lazycell v1.3.0 |
1220 | 2025-01-28T06:56:32.507Z | Compiling cmake v0.1.51 |
1221 | 2025-01-28T06:56:32.786Z | Compiling regex-automata v0.4.8 |
1222 | 2025-01-28T06:56:33.043Z | Compiling hashbrown v0.15.1 |
1223 | 2025-01-28T06:56:33.376Z | Compiling num-traits v0.2.19 |
1224 | 2025-01-28T06:56:33.692Z | Compiling cexpr v0.6.0 |
1225 | 2025-01-28T06:56:33.963Z | Compiling pkg-config v0.3.31 |
1226 | 2025-01-28T06:56:34.075Z | Compiling synstructure v0.13.1 |
1227 | 2025-01-28T06:56:35.486Z | Compiling fs_extra v1.3.0 |
1228 | 2025-01-28T06:56:35.499Z | Compiling dunce v1.0.5 |
1229 | 2025-01-28T06:56:35.525Z | Compiling litemap v0.7.3 |
1230 | 2025-01-28T06:56:35.583Z | Compiling writeable v0.5.5 |
1231 | 2025-01-28T06:56:35.720Z | Compiling ring v0.17.8 |
1232 | 2025-01-28T06:56:35.901Z | Compiling base64ct v1.6.0 |
1233 | 2025-01-28T06:56:36.110Z | Compiling paste v1.0.15 |
1234 | 2025-01-28T06:56:36.658Z | Compiling pem-rfc7468 v0.7.0 |
1235 | 2025-01-28T06:56:36.729Z | Compiling httparse v1.9.5 |
1236 | 2025-01-28T06:56:36.951Z | Compiling icu_locid_transform_data v1.5.0 |
1237 | 2025-01-28T06:56:37.064Z | Compiling aws-lc-rs v1.10.0 |
1238 | 2025-01-28T06:56:37.323Z | Compiling flagset v0.4.6 |
1239 | 2025-01-28T06:56:37.471Z | Compiling tracing-core v0.1.32 |
1240 | 2025-01-28T06:56:37.530Z | Compiling percent-encoding v2.3.1 |
1241 | 2025-01-28T06:56:37.862Z | Compiling icu_properties_data v1.5.0 |
1242 | 2025-01-28T06:56:38.048Z | Compiling regex v1.11.1 |
1243 | 2025-01-28T06:56:38.112Z | Compiling crossbeam-utils v0.8.20 |
1244 | 2025-01-28T06:56:38.347Z | Compiling rustls-pki-types v1.10.0 |
1245 | 2025-01-28T06:56:38.662Z | Compiling untrusted v0.7.1 |
1246 | 2025-01-28T06:56:38.854Z | Compiling vcpkg v0.2.15 |
1247 | 2025-01-28T06:56:38.965Z | Compiling write16 v1.0.0 |
1248 | 2025-01-28T06:56:39.102Z | Compiling time-core v0.1.2 |
1249 | 2025-01-28T06:56:39.187Z | Compiling icu_normalizer_data v1.5.0 |
1250 | 2025-01-28T06:56:39.246Z | Compiling powerfmt v0.2.0 |
1251 | 2025-01-28T06:56:39.278Z | Compiling mirai-annotations v1.12.0 |
1252 | 2025-01-28T06:56:39.298Z | Compiling utf16_iter v1.0.5 |
1253 | 2025-01-28T06:56:39.464Z | Compiling utf8_iter v1.0.4 |
1254 | 2025-01-28T06:56:39.467Z | Compiling num-conv v0.1.0 |
1255 | 2025-01-28T06:56:39.549Z | Compiling serde_derive v1.0.217 |
1256 | 2025-01-28T06:56:39.592Z | Compiling zeroize_derive v1.4.2 |
1257 | 2025-01-28T06:56:39.686Z | Compiling zerocopy-derive v0.7.35 |
1258 | 2025-01-28T06:56:39.750Z | Compiling zerofrom-derive v0.1.4 |
1259 | 2025-01-28T06:56:40.541Z | Compiling tokio-macros v2.5.0 |
1260 | 2025-01-28T06:56:40.913Z | Compiling zeroize v1.8.1 |
1261 | 2025-01-28T06:56:41.034Z | Compiling yoke-derive v0.7.4 |
1262 | 2025-01-28T06:56:41.574Z | Compiling zerocopy v0.7.35 |
1263 | 2025-01-28T06:56:42.004Z | Compiling zerovec-derive v0.10.3 |
1264 | 2025-01-28T06:56:42.485Z | Compiling crypto-common v0.1.6 |
1265 | 2025-01-28T06:56:42.713Z | Compiling block-buffer v0.10.4 |
1266 | 2025-01-28T06:56:42.893Z | Compiling thiserror-impl v1.0.69 |
1267 | 2025-01-28T06:56:42.963Z | Compiling digest v0.10.7 |
1268 | 2025-01-28T06:56:43.134Z | Compiling zerofrom v0.1.4 |
1269 | 2025-01-28T06:56:43.329Z | Compiling hmac v0.12.1 |
1270 | 2025-01-28T06:56:43.395Z | Compiling futures-macro v0.3.31 |
1271 | 2025-01-28T06:56:43.415Z | Compiling displaydoc v0.2.5 |
1272 | 2025-01-28T06:56:43.604Z | Compiling block-padding v0.3.3 |
1273 | 2025-01-28T06:56:43.674Z | Compiling yoke v0.7.4 |
1274 | 2025-01-28T06:56:43.852Z | Compiling inout v0.1.3 |
1275 | 2025-01-28T06:56:44.013Z | Compiling sha2 v0.10.8 |
1276 | 2025-01-28T06:56:44.132Z | Compiling cipher v0.4.4 |
1277 | 2025-01-28T06:56:44.335Z | Compiling zerovec v0.10.4 |
1278 | 2025-01-28T06:56:44.621Z | Compiling icu_provider_macros v1.5.0 |
1279 | 2025-01-28T06:56:44.856Z | Compiling ppv-lite86 v0.2.20 |
1280 | 2025-01-28T06:56:45.243Z | Compiling futures-util v0.3.31 |
1281 | 2025-01-28T06:56:45.614Z | Compiling der_derive v0.7.3 |
1282 | 2025-01-28T06:56:45.617Z | Compiling rand_chacha v0.3.1 |
1283 | 2025-01-28T06:56:45.685Z | Compiling thiserror v1.0.69 |
1284 | 2025-01-28T06:56:45.826Z | Compiling tracing-attributes v0.1.27 |
1285 | 2025-01-28T06:56:46.257Z | Compiling tinystr v0.7.6 |
1286 | 2025-01-28T06:56:46.643Z | Compiling icu_locid v1.5.0 |
1287 | 2025-01-28T06:56:47.249Z | Compiling icu_collections v1.5.0 |
1288 | 2025-01-28T06:56:47.736Z | Compiling icu_provider v1.5.0 |
1289 | 2025-01-28T06:56:47.877Z | Compiling der v0.7.9 |
1290 | 2025-01-28T06:56:48.512Z | Compiling icu_locid_transform v1.5.0 |
1291 | 2025-01-28T06:56:48.604Z | Compiling rand v0.8.5 |
1292 | 2025-01-28T06:56:48.716Z | Compiling pest v2.7.14 |
1293 | 2025-01-28T06:56:49.046Z | Compiling tracing v0.1.40 |
1294 | 2025-01-28T06:56:49.525Z | Compiling salsa20 v0.10.2 |
1295 | 2025-01-28T06:56:49.753Z | Compiling icu_properties v1.5.1 |
1296 | 2025-01-28T06:56:50.306Z | Compiling spki v0.7.3 |
1297 | 2025-01-28T06:56:50.338Z | Compiling pbkdf2 v0.12.2 |
1298 | 2025-01-28T06:56:50.513Z | Compiling untrusted v0.9.0 |
1299 | 2025-01-28T06:56:50.516Z | Compiling scrypt v0.11.0 |
1300 | 2025-01-28T06:56:50.655Z | Compiling aes v0.8.4 |
1301 | 2025-01-28T06:56:50.796Z | Compiling cbc v0.1.2 |
1302 | 2025-01-28T06:56:50.817Z | Compiling openssl-sys v0.9.103 |
1303 | 2025-01-28T06:56:51.021Z | Compiling time-macros v0.2.18 |
1304 | 2025-01-28T06:56:51.041Z | Compiling scroll_derive v0.12.0 |
1305 | 2025-01-28T06:56:51.677Z | Compiling bitflags v2.6.0 |
1306 | 2025-01-28T06:56:51.717Z | Compiling bytes v1.9.0 |
1307 | 2025-01-28T06:56:52.391Z | Compiling indexmap v2.7.0 |
1308 | 2025-01-28T06:56:52.928Z | Compiling tokio v1.43.0 |
1309 | 2025-01-28T06:56:53.398Z | Compiling http v1.2.0 |
1310 | 2025-01-28T06:56:53.721Z | Compiling semver v1.0.24 |
1311 | 2025-01-28T06:56:54.058Z | Compiling icu_normalizer v1.5.0 |
1312 | 2025-01-28T06:56:54.111Z | Compiling pest_meta v2.7.14 |
1313 | 2025-01-28T06:56:54.329Z | Compiling rustc_version v0.4.1 |
1314 | 2025-01-28T06:56:54.475Z | Compiling deranged v0.3.11 |
1315 | 2025-01-28T06:56:55.018Z | Compiling atomic-waker v1.1.2 |
1316 | 2025-01-28T06:56:55.217Z | Compiling num_threads v0.1.7 |
1317 | 2025-01-28T06:56:55.364Z | Compiling tinyvec_macros v0.1.1 |
1318 | 2025-01-28T06:56:55.467Z | Compiling tinyvec v1.8.0 |
1319 | 2025-01-28T06:56:55.649Z | Compiling which v4.4.2 |
1320 | 2025-01-28T06:56:55.777Z | Compiling time v0.3.36 |
1321 | 2025-01-28T06:56:55.796Z | Compiling pest_generator v2.7.14 |
1322 | 2025-01-28T06:56:55.854Z | Compiling idna_adapter v1.2.0 |
1323 | 2025-01-28T06:56:56.181Z | Compiling http-body v1.0.1 |
1324 | 2025-01-28T06:56:56.423Z | Compiling scroll v0.12.0 |
1325 | 2025-01-28T06:56:56.923Z | Compiling pkcs5 v0.7.1 |
1326 | 2025-01-28T06:56:56.942Z | Compiling form_urlencoded v1.2.1 |
1327 | 2025-01-28T06:56:56.997Z | Compiling try-lock v0.2.5 |
1328 | 2025-01-28T06:56:57.169Z | Compiling slog v2.7.0 |
1329 | 2025-01-28T06:56:57.245Z | Compiling goblin v0.8.2 |
1330 | 2025-01-28T06:56:57.647Z | Compiling pkcs8 v0.10.2 |
1331 | 2025-01-28T06:56:57.746Z | Compiling want v0.3.1 |
1332 | 2025-01-28T06:56:58.007Z | Compiling idna v1.0.3 |
1333 | 2025-01-28T06:56:58.032Z | Compiling uuid v1.12.0 |
1334 | 2025-01-28T06:56:58.315Z | Compiling iana-time-zone v0.1.61 |
1335 | 2025-01-28T06:56:58.524Z | Compiling pest_derive v2.7.14 |
1336 | 2025-01-28T06:56:58.727Z | Compiling httpdate v1.0.3 |
1337 | 2025-01-28T06:56:59.160Z | Compiling chrono v0.4.39 |
1338 | 2025-01-28T06:56:59.320Z | Compiling dtrace-parser v0.2.0 |
1339 | 2025-01-28T06:56:59.636Z | Compiling serde_tokenstream v0.2.2 |
1340 | 2025-01-28T06:57:00.216Z | Compiling toml_datetime v0.6.8 |
1341 | 2025-01-28T06:57:00.290Z | Compiling serde_spanned v0.6.8 |
1342 | 2025-01-28T06:57:00.332Z | Compiling tower-service v0.3.3 |
1343 | 2025-01-28T06:57:00.479Z | Compiling adler2 v2.0.0 |
1344 | 2025-01-28T06:57:00.534Z | Compiling openssl v0.10.66 |
1345 | 2025-01-28T06:57:00.727Z | Compiling foreign-types-shared v0.1.1 |
1346 | 2025-01-28T06:57:00.735Z | Compiling match_cfg v0.1.0 |
1347 | 2025-01-28T06:57:00.814Z | Compiling tokio-util v0.7.12 |
1348 | 2025-01-28T06:57:00.814Z | Compiling rustversion v1.0.17 |
1349 | 2025-01-28T06:57:00.926Z | Compiling base64 v0.22.1 |
1350 | 2025-01-28T06:57:01.234Z | Compiling hostname v0.3.1 |
1351 | 2025-01-28T06:57:01.449Z | Compiling foreign-types v0.3.2 |
1352 | 2025-01-28T06:57:01.550Z | Compiling miniz_oxide v0.8.0 |
1353 | 2025-01-28T06:57:01.595Z | Compiling url v2.5.3 |
1354 | 2025-01-28T06:57:02.065Z | Compiling h2 v0.4.6 |
1355 | 2025-01-28T06:57:02.482Z | Compiling openssl-macros v0.1.1 |
1356 | 2025-01-28T06:57:02.871Z | Compiling dof v0.3.0 |
1357 | 2025-01-28T06:57:02.977Z | Compiling async-trait v0.1.85 |
1358 | 2025-01-28T06:57:03.221Z | Compiling serde_derive_internals v0.29.1 |
1359 | 2025-01-28T06:57:03.326Z | Compiling dirs-sys-next v0.1.2 |
1360 | 2025-01-28T06:57:03.935Z | Compiling usdt-impl v0.5.0 |
1361 | 2025-01-28T06:57:04.740Z | Compiling siphasher v0.3.11 |
1362 | 2025-01-28T06:57:05.136Z | Compiling native-tls v0.2.12 |
1363 | 2025-01-28T06:57:05.338Z | Compiling rustls v0.22.4 |
1364 | 2025-01-28T06:57:05.467Z | Compiling schemars v0.8.21 |
1365 | 2025-01-28T06:57:05.491Z | Compiling data-encoding v2.6.0 |
1366 | 2025-01-28T06:57:05.568Z | Compiling syn v1.0.109 |
1367 | 2025-01-28T06:57:05.605Z | Compiling rustls v0.23.19 |
1368 | 2025-01-28T06:57:05.858Z | Compiling schemars_derive v0.8.21 |
1369 | 2025-01-28T06:57:05.924Z | Compiling dirs-next v2.0.0 |
1370 | 2025-01-28T06:57:06.265Z | Compiling unicode-normalization v0.1.24 |
1371 | 2025-01-28T06:57:06.410Z | Compiling http-body-util v0.1.2 |
1372 | 2025-01-28T06:57:06.880Z | Compiling crossbeam-epoch v0.9.18 |
1373 | 2025-01-28T06:57:07.332Z | Compiling heapless v0.7.17 |
1374 | 2025-01-28T06:57:07.400Z | Compiling signature v2.2.0 |
1375 | 2025-01-28T06:57:07.542Z | Compiling sha1 v0.10.6 |
1376 | 2025-01-28T06:57:07.544Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1377 | 2025-01-28T06:57:07.689Z | Compiling thread_local v1.1.8 |
1378 | 2025-01-28T06:57:07.745Z | Compiling encoding_rs v0.8.34 |
1379 | 2025-01-28T06:57:07.934Z | Compiling cookie v0.18.1 |
1380 | 2025-01-28T06:57:08.032Z | Compiling multer v3.1.0 |
1381 | 2025-01-28T06:57:08.171Z | Compiling dyn-clone v1.0.17 |
1382 | 2025-01-28T06:57:08.220Z | Compiling mime v0.3.17 |
1383 | 2025-01-28T06:57:08.315Z | Compiling openssl-probe v0.1.5 |
1384 | 2025-01-28T06:57:08.393Z | Compiling rayon-core v1.12.1 |
1385 | 2025-01-28T06:57:08.672Z | Compiling slog-async v2.8.0 |
1386 | 2025-01-28T06:57:08.722Z | Compiling ipnet v2.10.1 |
1387 | 2025-01-28T06:57:08.724Z | Compiling unicode-bidi v0.3.17 |
1388 | 2025-01-28T06:57:08.836Z | Compiling signal-hook v0.3.17 |
1389 | 2025-01-28T06:57:09.113Z | Compiling hyper v1.5.2 |
1390 | 2025-01-28T06:57:09.177Z | Compiling unicode-properties v0.1.3 |
1391 | 2025-01-28T06:57:09.592Z | Compiling gimli v0.31.1 |
1392 | 2025-01-28T06:57:09.798Z | Compiling stringprep v0.1.5 |
1393 | 2025-01-28T06:57:11.022Z | Compiling toml_edit v0.22.22 |
1394 | 2025-01-28T06:57:11.907Z | Compiling hyper-util v0.1.10 |
1395 | 2025-01-28T06:57:12.897Z | Compiling crossbeam-deque v0.8.5 |
1396 | 2025-01-28T06:57:13.234Z | Compiling usdt-macro v0.5.0 |
1397 | 2025-01-28T06:57:13.405Z | Compiling usdt-attr-macro v0.5.0 |
1398 | 2025-01-28T06:57:13.783Z | Compiling addr2line v0.24.2 |
1399 | 2025-01-28T06:57:14.265Z | Compiling term v0.7.0 |
1400 | 2025-01-28T06:57:14.443Z | Compiling slog-json v2.6.1 |
1401 | 2025-01-28T06:57:14.628Z | Compiling serde_urlencoded v0.7.1 |
1402 | 2025-01-28T06:57:14.734Z | Compiling crossbeam-channel v0.5.13 |
1403 | 2025-01-28T06:57:14.787Z | Compiling curve25519-dalek v4.1.3 |
1404 | 2025-01-28T06:57:14.944Z | Compiling futures-executor v0.3.31 |
1405 | 2025-01-28T06:57:15.115Z | Compiling md-5 v0.10.6 |
1406 | 2025-01-28T06:57:15.397Z | Compiling async-stream-impl v0.3.6 |
1407 | 2025-01-28T06:57:15.449Z | Compiling enum-as-inner v0.6.1 |
1408 | 2025-01-28T06:57:15.484Z | Compiling rustls-pemfile v2.2.0 |
1409 | 2025-01-28T06:57:15.529Z | Compiling num-integer v0.1.46 |
1410 | 2025-01-28T06:57:15.723Z | Compiling hash32 v0.2.1 |
1411 | 2025-01-28T06:57:15.820Z | Compiling ff v0.13.0 |
1412 | 2025-01-28T06:57:16.051Z | Compiling is-terminal v0.4.13 |
1413 | 2025-01-28T06:57:16.076Z | Compiling dropshot v0.12.0 |
1414 | 2025-01-28T06:57:16.183Z | Compiling object v0.36.5 |
1415 | 2025-01-28T06:57:16.241Z | Compiling psl-types v2.0.11 |
1416 | 2025-01-28T06:57:16.356Z | Compiling utf-8 v0.7.6 |
1417 | 2025-01-28T06:57:16.452Z | Compiling portable-atomic v1.9.0 |
1418 | 2025-01-28T06:57:16.499Z | Compiling anyhow v1.0.95 |
1419 | 2025-01-28T06:57:16.666Z | Compiling rustc-demangle v0.1.24 |
1420 | 2025-01-28T06:57:16.683Z | Compiling linked-hash-map v0.5.6 |
1421 | 2025-01-28T06:57:17.021Z | Compiling num-bigint-dig v0.8.4 |
1422 | 2025-01-28T06:57:17.090Z | Compiling litrs v0.4.1 |
1423 | 2025-01-28T06:57:17.320Z | Compiling smoltcp v0.9.1 |
1424 | 2025-01-28T06:57:17.402Z | Compiling quick-error v1.2.3 |
1425 | 2025-01-28T06:57:17.557Z | Compiling base16ct v0.2.0 |
1426 | 2025-01-28T06:57:17.592Z | Compiling take_mut v0.2.2 |
1427 | 2025-01-28T06:57:17.759Z | Compiling fallible-iterator v0.2.0 |
1428 | 2025-01-28T06:57:17.878Z | Compiling sec1 v0.7.3 |
1429 | 2025-01-28T06:57:18.213Z | Compiling document-features v0.2.10 |
1430 | 2025-01-28T06:57:18.383Z | Compiling postgres-protocol v0.6.7 |
1431 | 2025-01-28T06:57:18.408Z | Compiling resolv-conf v0.7.0 |
1432 | 2025-01-28T06:57:18.987Z | Compiling lru-cache v0.1.2 |
1433 | 2025-01-28T06:57:19.052Z | Compiling async-stream v0.3.6 |
1434 | 2025-01-28T06:57:19.159Z | Compiling tungstenite v0.24.0 |
1435 | 2025-01-28T06:57:19.180Z | Compiling hickory-proto v0.24.2 |
1436 | 2025-01-28T06:57:19.323Z | Compiling publicsuffix v2.3.0 |
1437 | 2025-01-28T06:57:19.477Z | Compiling slog-term v2.9.1 |
1438 | 2025-01-28T06:57:19.624Z | Compiling usdt v0.5.0 |
1439 | 2025-01-28T06:57:19.645Z | Compiling group v0.13.0 |
1440 | 2025-01-28T06:57:19.951Z | Compiling num-iter v0.1.45 |
1441 | 2025-01-28T06:57:20.260Z | Compiling futures v0.3.31 |
1442 | 2025-01-28T06:57:20.385Z | Compiling slog-bunyan v2.5.0 |
1443 | 2025-01-28T06:57:20.593Z | Compiling toml v0.8.19 |
1444 | 2025-01-28T06:57:21.223Z | Compiling tokio-native-tls v0.3.1 |
1445 | 2025-01-28T06:57:21.511Z | Compiling camino v1.1.9 |
1446 | 2025-01-28T06:57:22.312Z | Compiling phf_shared v0.11.2 |
1447 | 2025-01-28T06:57:22.358Z | Compiling dropshot_endpoint v0.12.0 |
1448 | 2025-01-28T06:57:22.873Z | Compiling backtrace v0.3.74 |
1449 | 2025-01-28T06:57:22.961Z | Compiling terminal_size v0.4.0 |
1450 | 2025-01-28T06:57:23.056Z | Compiling waitgroup v0.1.2 |
1451 | 2025-01-28T06:57:23.103Z | Compiling openapiv3 v2.0.0 |
1452 | 2025-01-28T06:57:23.184Z | Compiling serde_path_to_error v0.1.16 |
1453 | 2025-01-28T06:57:23.283Z | Compiling hkdf v0.12.4 |
1454 | 2025-01-28T06:57:23.566Z | Compiling crypto-bigint v0.5.5 |
1455 | 2025-01-28T06:57:23.974Z | Compiling curve25519-dalek-derive v0.1.1 |
1456 | 2025-01-28T06:57:25.391Z | Compiling zerocopy-derive v0.6.6 |
1457 | 2025-01-28T06:57:25.727Z | Compiling webpki-roots v0.26.6 |
1458 | 2025-01-28T06:57:25.954Z | Compiling hostname v0.4.0 |
1459 | 2025-01-28T06:57:26.176Z | Compiling crc32fast v1.4.2 |
1460 | 2025-01-28T06:57:26.512Z | Compiling hubpack_derive v0.1.1 |
1461 | 2025-01-28T06:57:26.532Z | Compiling fs-err v2.11.0 |
1462 | 2025-01-28T06:57:26.543Z | Compiling ahash v0.8.11 |
1463 | 2025-01-28T06:57:26.821Z | Compiling debug-ignore v1.0.5 |
1464 | 2025-01-28T06:57:26.886Z | Compiling managed v0.8.0 |
1465 | 2025-01-28T06:57:26.981Z | Compiling winnow v0.5.40 |
1466 | 2025-01-28T06:57:27.031Z | Compiling unicode-width v0.2.0 |
1467 | 2025-01-28T06:57:27.270Z | Compiling newtype-uuid v1.2.1 |
1468 | 2025-01-28T06:57:27.296Z | Compiling bitflags v1.3.2 |
1469 | 2025-01-28T06:57:27.334Z | Compiling strum_macros v0.25.3 |
1470 | 2025-01-28T06:57:27.554Z | Compiling console v0.15.10 |
1471 | 2025-01-28T06:57:27.602Z | Compiling hubpack v0.1.2 |
1472 | 2025-01-28T06:57:28.022Z | Compiling zerocopy v0.6.6 |
1473 | 2025-01-28T06:57:28.204Z | Compiling clap_builder v4.5.27 |
1474 | 2025-01-28T06:57:28.941Z | Compiling elliptic-curve v0.13.8 |
1475 | 2025-01-28T06:57:29.019Z | Compiling flate2 v1.0.35 |
1476 | 2025-01-28T06:57:29.441Z | Compiling hickory-resolver v0.24.2 |
1477 | 2025-01-28T06:57:29.915Z | Compiling phf v0.11.2 |
1478 | 2025-01-28T06:57:30.183Z | Compiling toml_edit v0.19.15 |
1479 | 2025-01-28T06:57:30.430Z | Compiling signal-hook-mio v0.2.4 |
1480 | 2025-01-28T06:57:30.487Z | Compiling cookie_store v0.21.1 |
1481 | 2025-01-28T06:57:30.595Z | Compiling rayon v1.10.0 |
1482 | 2025-01-28T06:57:31.088Z | Compiling hyper-tls v0.6.0 |
1483 | 2025-01-28T06:57:31.497Z | Compiling bzip2 v0.4.4 |
1484 | 2025-01-28T06:57:31.874Z | Compiling tokio-tungstenite v0.24.0 |
1485 | 2025-01-28T06:57:32.389Z | Compiling postgres-types v0.2.8 |
1486 | 2025-01-28T06:57:34.877Z | Compiling ed25519 v2.2.3 |
1487 | 2025-01-28T06:57:34.970Z | Compiling phf_shared v0.10.0 |
1488 | 2025-01-28T06:57:35.270Z | Compiling tokio-stream v0.1.16 |
1489 | 2025-01-28T06:57:35.350Z | Compiling pkcs1 v0.7.5 |
1490 | 2025-01-28T06:57:36.204Z | Compiling serde-big-array v0.5.1 |
1491 | 2025-01-28T06:57:36.285Z | Compiling rfc6979 v0.4.0 |
1492 | 2025-01-28T06:57:36.365Z | Compiling derive-where v1.2.7 |
1493 | 2025-01-28T06:57:36.426Z | Compiling clap_derive v4.5.24 |
1494 | 2025-01-28T06:57:36.485Z | Compiling serde_repr v0.1.19 |
1495 | 2025-01-28T06:57:36.735Z | Compiling bstr v1.10.0 |
1496 | 2025-01-28T06:57:37.230Z | Compiling float-cmp v0.9.0 |
1497 | 2025-01-28T06:57:37.261Z | Compiling sync_wrapper v1.0.1 |
1498 | 2025-01-28T06:57:37.443Z | Compiling new_debug_unreachable v1.0.6 |
1499 | 2025-01-28T06:57:37.464Z | Compiling bit-vec v0.6.3 |
1500 | 2025-01-28T06:57:37.546Z | Compiling number_prefix v0.4.0 |
1501 | 2025-01-28T06:57:37.587Z | Compiling precomputed-hash v0.1.1 |
1502 | 2025-01-28T06:57:37.718Z | Compiling normalize-line-endings v0.3.0 |
1503 | 2025-01-28T06:57:37.764Z | Compiling unicode-segmentation v1.12.0 |
1504 | 2025-01-28T06:57:37.857Z | Compiling fixedbitset v0.4.2 |
1505 | 2025-01-28T06:57:37.859Z | Compiling predicates-core v1.0.8 |
1506 | 2025-01-28T06:57:38.188Z | Compiling static_assertions v1.1.0 |
1507 | 2025-01-28T06:57:38.293Z | Compiling difflib v0.4.0 |
1508 | 2025-01-28T06:57:38.310Z | Compiling whoami v1.5.2 |
1509 | 2025-01-28T06:57:38.313Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1510 | 2025-01-28T06:57:38.686Z | Compiling tokio-postgres v0.7.12 |
1511 | 2025-01-28T06:57:38.911Z | Compiling predicates v3.1.2 |
1512 | 2025-01-28T06:57:39.509Z | Compiling similar v2.6.0 |
1513 | 2025-01-28T06:57:39.666Z | Compiling petgraph v0.6.5 |
1514 | 2025-01-28T06:57:40.383Z | Compiling bit-set v0.5.3 |
1515 | 2025-01-28T06:57:40.659Z | Compiling indicatif v0.17.9 |
1516 | 2025-01-28T06:57:41.051Z | Compiling clap v4.5.27 |
1517 | 2025-01-28T06:57:41.184Z | Compiling string_cache v0.8.7 |
1518 | 2025-01-28T06:57:41.588Z | Compiling ecdsa v0.16.9 |
1519 | 2025-01-28T06:57:41.609Z | Compiling rsa v0.9.6 |
1520 | 2025-01-28T06:57:42.384Z | Compiling ed25519-dalek v2.1.1 |
1521 | 2025-01-28T06:57:42.691Z | Compiling toml v0.7.8 |
1522 | 2025-01-28T06:57:43.256Z | Compiling zip v0.6.6 |
1523 | 2025-01-28T06:57:43.662Z | Compiling crossterm v0.28.1 |
1524 | 2025-01-28T06:57:44.586Z | Compiling hex v0.4.3 |
1525 | 2025-01-28T06:57:44.788Z | Compiling x509-cert v0.2.5 |
1526 | 2025-01-28T06:57:44.850Z | Compiling itertools v0.10.5 |
1527 | 2025-01-28T06:57:45.005Z | Compiling lalrpop-util v0.19.12 |
1528 | 2025-01-28T06:57:45.166Z | Compiling peg-runtime v0.8.3 |
1529 | 2025-01-28T06:57:45.356Z | Compiling unicode-xid v0.2.6 |
1530 | 2025-01-28T06:57:45.558Z | Compiling strum_macros v0.26.4 |
1531 | 2025-01-28T06:57:45.712Z | Compiling xattr v1.3.1 |
1532 | 2025-01-28T06:57:45.796Z | Compiling filetime v0.2.25 |
1533 | 2025-01-28T06:57:46.135Z | Compiling tar v0.4.42 |
1534 | 2025-01-28T06:57:50.227Z | Compiling strum v0.26.3 |
1535 | 2025-01-28T06:57:53.730Z | Compiling aws-lc-sys v0.22.0 |
1536 | 2025-01-28T06:58:27.603Z | Compiling rustls-webpki v0.102.8 |
1537 | 2025-01-28T06:58:30.718Z | Compiling tokio-rustls v0.25.0 |
1538 | 2025-01-28T06:58:32.412Z | Compiling tokio-rustls v0.26.0 |
1539 | 2025-01-28T06:58:32.724Z | Compiling hyper-rustls v0.27.3 |
1540 | 2025-01-28T06:58:33.027Z | Compiling reqwest v0.12.9 |
1541 | 2025-01-28T06:58:34.364Z | Compiling qorb v0.2.1 |
1542 | 2025-01-28T06:58:37.407Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1543 | 2025-01-28T06:58:37.646Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1544 | 2025-01-28T06:58:42.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s |
1545 | 2025-01-28T06:58:42.229Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1546 | 2025-01-28T06:58:42.280Z | Jan 28 06:58:40.399 INFO Starting download, target: Cockroach |
1547 | 2025-01-28T06:58:42.280Z | Jan 28 06:58:40.399 INFO Starting download, target: Console |
1548 | 2025-01-28T06:58:42.283Z | Jan 28 06:58:40.399 INFO Starting download, target: Clickhouse |
1549 | 2025-01-28T06:58:42.283Z | Jan 28 06:58:40.399 INFO Starting download, target: DendriteOpenapi |
1550 | 2025-01-28T06:58:42.283Z | Jan 28 06:58:40.399 INFO Starting download, target: DendriteStub |
1551 | 2025-01-28T06:58:42.283Z | Jan 28 06:58:40.399 INFO Starting download, target: MaghemiteMgd |
1552 | 2025-01-28T06:58:42.283Z | Jan 28 06:58:40.399 INFO Starting download, target: TransceiverControl |
1553 | 2025-01-28T06:58:42.283Z | Jan 28 06:58:40.400 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1554 | 2025-01-28T06:58:42.283Z | Jan 28 06:58:40.400 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1555 | 2025-01-28T06:58:42.283Z | Jan 28 06:58:40.400 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1556 | 2025-01-28T06:58:42.283Z | Jan 28 06:58:40.400 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1557 | 2025-01-28T06:58:42.283Z | Jan 28 06:58:40.400 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1558 | 2025-01-28T06:58:42.284Z | Jan 28 06:58:40.400 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1559 | 2025-01-28T06:58:42.284Z | Jan 28 06:58:40.400 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1560 | 2025-01-28T06:58:42.480Z | Jan 28 06:58:40.587 INFO Download complete, target: DendriteOpenapi |
1561 | 2025-01-28T06:58:42.568Z | Jan 28 06:58:40.676 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1562 | 2025-01-28T06:58:42.844Z | Jan 28 06:58:40.922 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1563 | 2025-01-28T06:58:43.146Z | Jan 28 06:58:41.261 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1564 | 2025-01-28T06:58:43.159Z | Jan 28 06:58:41.276 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1565 | 2025-01-28T06:58:43.163Z | Jan 28 06:58:41.280 INFO Download complete, target: Console |
1566 | 2025-01-28T06:58:43.213Z | Jan 28 06:58:41.330 INFO Download complete, target: TransceiverControl |
1567 | 2025-01-28T06:58:43.914Z | Jan 28 06:58:42.031 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1568 | 2025-01-28T06:58:43.914Z | Jan 28 06:58:42.031 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1569 | 2025-01-28T06:58:44.285Z | Jan 28 06:58:42.403 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1570 | 2025-01-28T06:58:46.170Z | Jan 28 06:58:44.286 INFO Download complete, target: DendriteStub |
1571 | 2025-01-28T06:58:46.238Z | Jan 28 06:58:44.355 INFO Download complete, target: MaghemiteMgd |
1572 | 2025-01-28T06:58:51.526Z | Jan 28 06:58:49.640 INFO Checking that binary works, target: Cockroach |
1573 | 2025-01-28T06:58:51.685Z | Jan 28 06:58:49.800 INFO Download complete, target: Cockroach |
1574 | 2025-01-28T06:58:56.986Z | Jan 28 06:58:55.098 INFO Checking that binary works, target: Clickhouse |
1575 | 2025-01-28T06:58:57.582Z | Jan 28 06:58:55.693 INFO Download complete, target: Clickhouse |
1576 | 2025-01-28T06:58:57.646Z | All builder prerequisites installed successfully, and PATH looks valid |
1577 | 2025-01-28T06:58:57.649Z | |
1578 | 2025-01-28T06:58:57.649Z | real 4:54.097228593 |
1579 | 2025-01-28T06:58:57.649Z | user 15:32.729201371 |
1580 | 2025-01-28T06:58:57.650Z | sys 2:01.097396286 |
1581 | 2025-01-28T06:58:57.650Z | trap 0.548913651 |
1582 | 2025-01-28T06:58:57.650Z | tflt 7.409804265 |
1583 | 2025-01-28T06:58:57.650Z | dflt 6.830744630 |
1584 | 2025-01-28T06:58:57.650Z | kflt 0.412786609 |
1585 | 2025-01-28T06:58:57.650Z | lock 24:53.395972311 |
1586 | 2025-01-28T06:58:57.650Z | slp 55:51.996037191 |
1587 | 2025-01-28T06:58:57.650Z | lat 54.536418847 |
1588 | 2025-01-28T06:58:57.650Z | stop 2:22.270357367 |
1589 | 2025-01-28T06:58:57.650Z | + banner clippy |
1590 | 2025-01-28T06:58:57.653Z | |
1591 | 2025-01-28T06:58:57.653Z | #### # # ##### ##### # # |
1592 | 2025-01-28T06:58:57.653Z | # # # # # # # # # # |
1593 | 2025-01-28T06:58:57.653Z | # # # # # # # # |
1594 | 2025-01-28T06:58:57.653Z | # # # ##### ##### # |
1595 | 2025-01-28T06:58:57.653Z | # # # # # # # |
1596 | 2025-01-28T06:58:57.653Z | #### ###### # # # # |
1597 | 2025-01-28T06:58:57.653Z | |
1598 | 2025-01-28T06:58:57.653Z | + export CARGO_INCREMENTAL=0 |
1599 | 2025-01-28T06:58:57.653Z | + CARGO_INCREMENTAL=0 |
1600 | 2025-01-28T06:58:57.653Z | + ptime -m cargo xtask clippy |
1601 | 2025-01-28T06:58:58.163Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1602 | 2025-01-28T06:59:00.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s |
1603 | 2025-01-28T06:59:01.021Z | Running `target/debug/xtask clippy` |
1604 | 2025-01-28T06:59:01.044Z | running: /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1605 | 2025-01-28T06:59:01.665Z | Downloading crates ... |
1606 | 2025-01-28T06:59:01.953Z | Downloaded concurrent-queue v2.5.0 |
1607 | 2025-01-28T06:59:01.958Z | Downloaded futures-timer v3.0.3 |
1608 | 2025-01-28T06:59:01.967Z | Downloaded async-object-pool v0.1.5 |
1609 | 2025-01-28T06:59:01.969Z | Downloaded doc-comment v0.3.3 |
1610 | 2025-01-28T06:59:01.972Z | Downloaded anes v0.1.6 |
1611 | 2025-01-28T06:59:01.974Z | Downloaded escape8259 v0.5.3 |
1612 | 2025-01-28T06:59:01.981Z | Downloaded guppy-workspace-hack v0.1.0 |
1613 | 2025-01-28T06:59:01.984Z | Downloaded target-triple v0.1.3 |
1614 | 2025-01-28T06:59:01.986Z | Downloaded plotters-svg v0.3.7 |
1615 | 2025-01-28T06:59:01.987Z | Downloaded pathdiff v0.2.2 |
1616 | 2025-01-28T06:59:01.991Z | Downloaded nested v0.1.1 |
1617 | 2025-01-28T06:59:01.998Z | Downloaded piper v0.2.4 |
1618 | 2025-01-28T06:59:02.000Z | Downloaded event-listener v2.5.3 |
1619 | 2025-01-28T06:59:02.003Z | Downloaded async-global-executor v2.4.1 |
1620 | 2025-01-28T06:59:02.003Z | Downloaded cast v0.3.0 |
1621 | 2025-01-28T06:59:02.006Z | Downloaded datatest-stable v0.2.9 |
1622 | 2025-01-28T06:59:02.008Z | Downloaded num_cpus v1.16.0 |
1623 | 2025-01-28T06:59:02.011Z | Downloaded criterion-plot v0.5.0 |
1624 | 2025-01-28T06:59:02.011Z | Downloaded blocking v1.6.1 |
1625 | 2025-01-28T06:59:02.013Z | Downloaded async-channel v2.3.1 |
1626 | 2025-01-28T06:59:02.013Z | Downloaded parking v2.2.1 |
1627 | 2025-01-28T06:59:02.016Z | Downloaded assert-json-diff v2.0.2 |
1628 | 2025-01-28T06:59:02.016Z | Downloaded threadpool v1.8.1 |
1629 | 2025-01-28T06:59:02.019Z | Downloaded async-signal v0.2.10 |
1630 | 2025-01-28T06:59:02.019Z | Downloaded event-listener-strategy v0.5.2 |
1631 | 2025-01-28T06:59:02.021Z | Downloaded async-attributes v1.1.2 |
1632 | 2025-01-28T06:59:02.021Z | Downloaded proc-macro-crate v3.2.0 |
1633 | 2025-01-28T06:59:02.025Z | Downloaded approx v0.5.1 |
1634 | 2025-01-28T06:59:02.025Z | Downloaded oorandom v11.1.4 |
1635 | 2025-01-28T06:59:02.027Z | Downloaded async-channel v1.9.0 |
1636 | 2025-01-28T06:59:02.027Z | Downloaded kv-log-macro v1.0.7 |
1637 | 2025-01-28T06:59:02.028Z | Downloaded serde_regex v1.1.0 |
1638 | 2025-01-28T06:59:02.031Z | Downloaded relative-path v1.9.3 |
1639 | 2025-01-28T06:59:02.031Z | Downloaded indoc v2.0.5 |
1640 | 2025-01-28T06:59:02.034Z | Downloaded target-spec v3.2.2 |
1641 | 2025-01-28T06:59:02.034Z | Downloaded async-process v2.3.0 |
1642 | 2025-01-28T06:59:02.037Z | Downloaded stringmetrics v2.2.2 |
1643 | 2025-01-28T06:59:02.039Z | Downloaded path-tree v0.8.1 |
1644 | 2025-01-28T06:59:02.039Z | Downloaded async-lock v3.4.0 |
1645 | 2025-01-28T06:59:02.042Z | Downloaded partial-io v0.5.4 |
1646 | 2025-01-28T06:59:02.044Z | Downloaded tinytemplate v1.2.1 |
1647 | 2025-01-28T06:59:02.045Z | Downloaded async-executor v1.13.1 |
1648 | 2025-01-28T06:59:02.047Z | Downloaded assert_cmd v2.0.16 |
1649 | 2025-01-28T06:59:02.050Z | Downloaded target-lexicon v0.12.16 |
1650 | 2025-01-28T06:59:02.053Z | Downloaded rust-argon2 v2.1.0 |
1651 | 2025-01-28T06:59:02.053Z | Downloaded similar-asserts v1.6.0 |
1652 | 2025-01-28T06:59:02.056Z | Downloaded hyper-rustls v0.26.0 |
1653 | 2025-01-28T06:59:02.059Z | Downloaded trybuild v1.0.101 |
1654 | 2025-01-28T06:59:02.061Z | Downloaded rustls-native-certs v0.7.3 |
1655 | 2025-01-28T06:59:02.064Z | Downloaded event-listener v5.3.1 |
1656 | 2025-01-28T06:59:02.066Z | Downloaded rstest v0.23.0 |
1657 | 2025-01-28T06:59:02.071Z | Downloaded rand_distr v0.4.3 |
1658 | 2025-01-28T06:59:02.074Z | Downloaded blake2b_simd v1.0.2 |
1659 | 2025-01-28T06:59:02.077Z | Downloaded async-io v2.3.4 |
1660 | 2025-01-28T06:59:02.080Z | Downloaded yansi v1.0.1 |
1661 | 2025-01-28T06:59:02.083Z | Downloaded polling v3.7.3 |
1662 | 2025-01-28T06:59:02.086Z | Downloaded rstest_macros v0.23.0 |
1663 | 2025-01-28T06:59:02.088Z | Downloaded pretty_assertions v1.4.1 |
1664 | 2025-01-28T06:59:02.091Z | Downloaded fancy-regex v0.13.0 |
1665 | 2025-01-28T06:59:02.093Z | Downloaded cfg-expr v0.17.0 |
1666 | 2025-01-28T06:59:02.096Z | Downloaded plotters v0.3.7 |
1667 | 2025-01-28T06:59:02.104Z | Downloaded guppy v0.17.8 |
1668 | 2025-01-28T06:59:02.109Z | Downloaded criterion v0.5.1 |
1669 | 2025-01-28T06:59:02.116Z | Downloaded plotters-backend v0.3.7 |
1670 | 2025-01-28T06:59:02.118Z | Downloaded async-std v1.13.0 |
1671 | 2025-01-28T06:59:02.134Z | Downloaded libtest-mimic v0.7.3 |
1672 | 2025-01-28T06:59:02.136Z | Downloaded httptest v0.16.1 |
1673 | 2025-01-28T06:59:02.139Z | Downloaded futures-lite v2.3.0 |
1674 | 2025-01-28T06:59:02.139Z | Downloaded async-task v4.7.1 |
1675 | 2025-01-28T06:59:02.210Z | Downloaded httpmock v0.8.0-alpha.1 |
1676 | 2025-01-28T06:59:02.987Z | Checking cfg-if v1.0.0 |
1677 | 2025-01-28T06:59:03.014Z | Checking libc v0.2.169 |
1678 | 2025-01-28T06:59:03.015Z | Checking serde v1.0.217 |
1679 | 2025-01-28T06:59:03.121Z | Checking memchr v2.7.4 |
1680 | 2025-01-28T06:59:03.142Z | Checking value-bag v1.9.0 |
1681 | 2025-01-28T06:59:03.167Z | Checking scopeguard v1.2.0 |
1682 | 2025-01-28T06:59:03.184Z | Checking zeroize v1.8.1 |
1683 | 2025-01-28T06:59:03.211Z | Checking itoa v1.0.11 |
1684 | 2025-01-28T06:59:03.234Z | Checking smallvec v1.13.2 |
1685 | 2025-01-28T06:59:03.321Z | Checking lock_api v0.4.12 |
1686 | 2025-01-28T06:59:03.462Z | Checking byteorder v1.5.0 |
1687 | 2025-01-28T06:59:03.481Z | Checking once_cell v1.20.2 |
1688 | 2025-01-28T06:59:03.577Z | Checking log v0.4.22 |
1689 | 2025-01-28T06:59:03.594Z | Checking pin-project-lite v0.2.14 |
1690 | 2025-01-28T06:59:03.716Z | Checking subtle v2.6.1 |
1691 | 2025-01-28T06:59:03.745Z | Checking typenum v1.17.0 |
1692 | 2025-01-28T06:59:03.777Z | Checking libm v0.2.8 |
1693 | 2025-01-28T06:59:03.852Z | Checking ryu v1.0.18 |
1694 | 2025-01-28T06:59:03.957Z | Checking futures-core v0.3.31 |
1695 | 2025-01-28T06:59:03.993Z | Checking zerocopy v0.7.35 |
1696 | 2025-01-28T06:59:04.069Z | Checking thiserror v1.0.69 |
1697 | 2025-01-28T06:59:04.113Z | Checking getrandom v0.2.15 |
1698 | 2025-01-28T06:59:04.113Z | Checking parking_lot_core v0.9.10 |
1699 | 2025-01-28T06:59:04.160Z | Checking signal-hook-registry v1.4.2 |
1700 | 2025-01-28T06:59:04.203Z | Checking mio v1.0.2 |
1701 | 2025-01-28T06:59:04.351Z | Checking rand_core v0.6.4 |
1702 | 2025-01-28T06:59:04.408Z | Checking socket2 v0.5.7 |
1703 | 2025-01-28T06:59:04.457Z | Checking parking_lot v0.12.3 |
1704 | 2025-01-28T06:59:04.626Z | Checking num-traits v0.2.19 |
1705 | 2025-01-28T06:59:04.679Z | Checking const-oid v0.9.6 |
1706 | 2025-01-28T06:59:04.786Z | Checking allocator-api2 v0.2.18 |
1707 | 2025-01-28T06:59:04.813Z | Checking generic-array v0.14.7 |
1708 | 2025-01-28T06:59:04.844Z | Checking spin v0.9.8 |
1709 | 2025-01-28T06:59:04.876Z | Checking futures-io v0.3.31 |
1710 | 2025-01-28T06:59:05.067Z | Checking slab v0.4.9 |
1711 | 2025-01-28T06:59:05.191Z | Checking cpufeatures v0.2.14 |
1712 | 2025-01-28T06:59:05.222Z | Checking futures-sink v0.3.31 |
1713 | 2025-01-28T06:59:05.308Z | Checking foldhash v0.1.3 |
1714 | 2025-01-28T06:59:05.347Z | Checking equivalent v1.0.1 |
1715 | 2025-01-28T06:59:05.380Z | Checking pin-utils v0.1.0 |
1716 | 2025-01-28T06:59:05.410Z | Checking iana-time-zone v0.1.61 |
1717 | 2025-01-28T06:59:05.475Z | Checking futures-channel v0.3.31 |
1718 | 2025-01-28T06:59:05.504Z | Checking futures-task v0.3.31 |
1719 | 2025-01-28T06:59:05.529Z | Checking hashbrown v0.15.1 |
1720 | 2025-01-28T06:59:05.577Z | Checking stable_deref_trait v1.2.0 |
1721 | 2025-01-28T06:59:05.707Z | Checking fnv v1.0.7 |
1722 | 2025-01-28T06:59:05.752Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1723 | 2025-01-28T06:59:05.804Z | Checking futures-util v0.3.31 |
1724 | 2025-01-28T06:59:05.834Z | Checking crypto-common v0.1.6 |
1725 | 2025-01-28T06:59:05.862Z | Checking block-buffer v0.10.4 |
1726 | 2025-01-28T06:59:06.035Z | Checking tracing-core v0.1.32 |
1727 | 2025-01-28T06:59:06.087Z | Checking dyn-clone v1.0.17 |
1728 | 2025-01-28T06:59:06.111Z | Checking ppv-lite86 v0.2.20 |
1729 | 2025-01-28T06:59:06.134Z | Checking errno v0.3.9 |
1730 | 2025-01-28T06:59:06.236Z | Checking zerofrom v0.1.4 |
1731 | 2025-01-28T06:59:06.327Z | Checking crossbeam-utils v0.8.20 |
1732 | 2025-01-28T06:59:06.458Z | Checking yoke v0.7.4 |
1733 | 2025-01-28T06:59:06.506Z | Checking percent-encoding v2.3.1 |
1734 | 2025-01-28T06:59:06.679Z | Checking digest v0.10.7 |
1735 | 2025-01-28T06:59:06.706Z | Checking tracing v0.1.40 |
1736 | 2025-01-28T06:59:06.752Z | Checking litemap v0.7.3 |
1737 | 2025-01-28T06:59:06.797Z | Checking zerovec v0.10.4 |
1738 | 2025-01-28T06:59:06.847Z | Checking rand_chacha v0.3.1 |
1739 | 2025-01-28T06:59:07.020Z | Checking writeable v0.5.5 |
1740 | 2025-01-28T06:59:07.047Z | Checking block-padding v0.3.3 |
1741 | 2025-01-28T06:59:07.075Z | Checking httparse v1.9.5 |
1742 | 2025-01-28T06:59:07.078Z | Checking unicode-ident v1.0.14 |
1743 | 2025-01-28T06:59:07.245Z | Checking inout v0.1.3 |
1744 | 2025-01-28T06:59:07.267Z | Checking rand v0.8.5 |
1745 | 2025-01-28T06:59:07.290Z | Checking atomic-waker v1.1.2 |
1746 | 2025-01-28T06:59:07.351Z | Checking regex-syntax v0.8.5 |
1747 | 2025-01-28T06:59:07.421Z | Checking bytes v1.9.0 |
1748 | 2025-01-28T06:59:07.449Z | Checking bitflags v2.6.0 |
1749 | 2025-01-28T06:59:07.452Z | Checking serde_json v1.0.135 |
1750 | 2025-01-28T06:59:07.495Z | Checking chrono v0.4.39 |
1751 | 2025-01-28T06:59:07.755Z | Checking indexmap v2.7.0 |
1752 | 2025-01-28T06:59:08.163Z | Checking tokio v1.43.0 |
1753 | 2025-01-28T06:59:08.322Z | Checking uuid v1.12.0 |
1754 | 2025-01-28T06:59:08.476Z | Checking http v1.2.0 |
1755 | 2025-01-28T06:59:08.921Z | Checking rustix v0.38.37 |
1756 | 2025-01-28T06:59:08.954Z | Checking tinystr v0.7.6 |
1757 | 2025-01-28T06:59:09.133Z | Checking icu_locid_transform_data v1.5.0 |
1758 | 2025-01-28T06:59:09.250Z | Checking icu_collections v1.5.0 |
1759 | 2025-01-28T06:59:09.293Z | Checking icu_locid v1.5.0 |
1760 | 2025-01-28T06:59:09.488Z | Checking schemars v0.8.21 |
1761 | 2025-01-28T06:59:09.815Z | Checking cipher v0.4.4 |
1762 | 2025-01-28T06:59:09.886Z | Checking form_urlencoded v1.2.1 |
1763 | 2025-01-28T06:59:10.092Z | Checking untrusted v0.9.0 |
1764 | 2025-01-28T06:59:10.223Z | Checking icu_properties_data v1.5.0 |
1765 | 2025-01-28T06:59:10.226Z | Checking aho-corasick v1.1.3 |
1766 | 2025-01-28T06:59:10.271Z | Checking ring v0.17.8 |
1767 | 2025-01-28T06:59:10.302Z | Checking icu_provider v1.5.0 |
1768 | 2025-01-28T06:59:10.468Z | Checking utf16_iter v1.0.5 |
1769 | 2025-01-28T06:59:10.536Z | Checking write16 v1.0.0 |
1770 | 2025-01-28T06:59:10.661Z | Checking icu_normalizer_data v1.5.0 |
1771 | 2025-01-28T06:59:10.688Z | Checking powerfmt v0.2.0 |
1772 | 2025-01-28T06:59:10.779Z | Checking utf8_iter v1.0.4 |
1773 | 2025-01-28T06:59:10.932Z | Checking icu_locid_transform v1.5.0 |
1774 | 2025-01-28T06:59:10.955Z | Checking proc-macro2 v1.0.92 |
1775 | 2025-01-28T06:59:10.986Z | Checking deranged v0.3.11 |
1776 | 2025-01-28T06:59:11.011Z | Checking num-conv v0.1.0 |
1777 | 2025-01-28T06:59:11.257Z | Checking base64ct v1.6.0 |
1778 | 2025-01-28T06:59:11.610Z | Checking num_threads v0.1.7 |
1779 | 2025-01-28T06:59:11.719Z | Checking time-core v0.1.2 |
1780 | 2025-01-28T06:59:11.748Z | Checking quote v1.0.38 |
1781 | 2025-01-28T06:59:11.821Z | Checking regex-automata v0.4.8 |
1782 | 2025-01-28T06:59:11.888Z | Checking sha2 v0.10.8 |
1783 | 2025-01-28T06:59:11.983Z | Checking icu_properties v1.5.1 |
1784 | 2025-01-28T06:59:11.987Z | Checking hmac v0.12.1 |
1785 | 2025-01-28T06:59:12.073Z | Checking adler2 v2.0.0 |
1786 | 2025-01-28T06:59:12.077Z | Checking rustls-pki-types v1.10.0 |
1787 | 2025-01-28T06:59:12.229Z | Checking syn v2.0.96 |
1788 | 2025-01-28T06:59:12.257Z | Checking miniz_oxide v0.8.0 |
1789 | 2025-01-28T06:59:12.281Z | Checking time v0.3.36 |
1790 | 2025-01-28T06:59:12.435Z | Checking http-body v1.0.1 |
1791 | 2025-01-28T06:59:12.624Z | Checking aws-lc-sys v0.22.0 |
1792 | 2025-01-28T06:59:12.658Z | Checking untrusted v0.7.1 |
1793 | 2025-01-28T06:59:12.844Z | Checking mirai-annotations v1.12.0 |
1794 | 2025-01-28T06:59:12.963Z | Checking base64 v0.22.1 |
1795 | 2025-01-28T06:59:13.059Z | Checking httpdate v1.0.3 |
1796 | 2025-01-28T06:59:13.302Z | Checking try-lock v0.2.5 |
1797 | 2025-01-28T06:59:13.448Z | Checking want v0.3.1 |
1798 | 2025-01-28T06:59:13.482Z | Checking ahash v0.8.11 |
1799 | 2025-01-28T06:59:13.661Z | Checking pem-rfc7468 v0.7.0 |
1800 | 2025-01-28T06:59:13.951Z | Checking tower-service v0.3.3 |
1801 | 2025-01-28T06:59:13.979Z | Checking slog v2.7.0 |
1802 | 2025-01-28T06:59:14.081Z | Checking flagset v0.4.6 |
1803 | 2025-01-28T06:59:14.301Z | Checking mime v0.3.17 |
1804 | 2025-01-28T06:59:14.437Z | Checking der v0.7.9 |
1805 | 2025-01-28T06:59:14.632Z | Checking pbkdf2 v0.12.2 |
1806 | 2025-01-28T06:59:14.657Z | Checking aes v0.8.4 |
1807 | 2025-01-28T06:59:14.715Z | Checking tokio-util v0.7.12 |
1808 | 2025-01-28T06:59:14.744Z | Checking aws-lc-rs v1.10.0 |
1809 | 2025-01-28T06:59:14.806Z | Checking gimli v0.31.1 |
1810 | 2025-01-28T06:59:15.173Z | Checking icu_normalizer v1.5.0 |
1811 | 2025-01-28T06:59:15.528Z | Checking http-body-util v0.1.2 |
1812 | 2025-01-28T06:59:15.587Z | Checking h2 v0.4.6 |
1813 | 2025-01-28T06:59:15.924Z | Checking idna_adapter v1.2.0 |
1814 | 2025-01-28T06:59:15.983Z | Checking salsa20 v0.10.2 |
1815 | 2025-01-28T06:59:16.143Z | Checking idna v1.0.3 |
1816 | 2025-01-28T06:59:16.176Z | Checking spki v0.7.3 |
1817 | 2025-01-28T06:59:16.211Z | Checking cbc v0.1.2 |
1818 | 2025-01-28T06:59:16.251Z | Checking regex v1.11.1 |
1819 | 2025-01-28T06:59:16.413Z | Checking semver v1.0.24 |
1820 | 2025-01-28T06:59:16.443Z | Checking rustls-webpki v0.102.8 |
1821 | 2025-01-28T06:59:16.469Z | Checking lazy_static v1.5.0 |
1822 | 2025-01-28T06:59:16.607Z | Checking object v0.36.5 |
1823 | 2025-01-28T06:59:16.633Z | Checking url v2.5.3 |
1824 | 2025-01-28T06:59:16.814Z | Checking rustc-demangle v0.1.24 |
1825 | 2025-01-28T06:59:16.846Z | Checking scrypt v0.11.0 |
1826 | 2025-01-28T06:59:17.099Z | Checking rustls-pemfile v2.2.0 |
1827 | 2025-01-28T06:59:17.172Z | Checking openssl-probe v0.1.5 |
1828 | 2025-01-28T06:59:17.247Z | Checking ipnet v2.10.1 |
1829 | 2025-01-28T06:59:17.319Z | Checking foreign-types-shared v0.1.1 |
1830 | 2025-01-28T06:59:17.347Z | Checking pkcs5 v0.7.1 |
1831 | 2025-01-28T06:59:17.447Z | Checking foreign-types v0.3.2 |
1832 | 2025-01-28T06:59:17.475Z | Checking futures-executor v0.3.31 |
1833 | 2025-01-28T06:59:17.560Z | Checking serde_urlencoded v0.7.1 |
1834 | 2025-01-28T06:59:17.678Z | Checking openssl-sys v0.9.103 |
1835 | 2025-01-28T06:59:17.706Z | Checking encoding_rs v0.8.34 |
1836 | 2025-01-28T06:59:17.863Z | Checking utf8parse v0.2.2 |
1837 | 2025-01-28T06:59:17.956Z | Checking pkcs8 v0.10.2 |
1838 | 2025-01-28T06:59:18.034Z | Checking futures v0.3.31 |
1839 | 2025-01-28T06:59:18.159Z | Checking toml_datetime v0.6.8 |
1840 | 2025-01-28T06:59:18.234Z | Checking serde_spanned v0.6.8 |
1841 | 2025-01-28T06:59:18.276Z | Checking rustls v0.23.19 |
1842 | 2025-01-28T06:59:18.426Z | Checking either v1.13.0 |
1843 | 2025-01-28T06:59:18.454Z | Checking addr2line v0.24.2 |
1844 | 2025-01-28T06:59:18.481Z | Checking anstyle v1.0.10 |
1845 | 2025-01-28T06:59:18.769Z | Checking openssl v0.10.66 |
1846 | 2025-01-28T06:59:18.806Z | Checking data-encoding v2.6.0 |
1847 | 2025-01-28T06:59:18.855Z | Checking openapiv3 v2.0.0 |
1848 | 2025-01-28T06:59:18.976Z | Checking sha1 v0.10.6 |
1849 | 2025-01-28T06:59:19.271Z | Checking psl-types v2.0.11 |
1850 | 2025-01-28T06:59:19.351Z | Checking cookie v0.18.1 |
1851 | 2025-01-28T06:59:19.465Z | Checking publicsuffix v2.3.0 |
1852 | 2025-01-28T06:59:19.742Z | Checking webpki-roots v0.26.6 |
1853 | 2025-01-28T06:59:19.825Z | Checking cookie_store v0.21.1 |
1854 | 2025-01-28T06:59:19.952Z | Checking anstyle-parse v0.2.5 |
1855 | 2025-01-28T06:59:20.057Z | Checking camino v1.1.9 |
1856 | 2025-01-28T06:59:20.233Z | Checking sync_wrapper v1.0.1 |
1857 | 2025-01-28T06:59:20.388Z | Checking is-terminal v0.4.13 |
1858 | 2025-01-28T06:59:20.513Z | Checking winnow v0.6.20 |
1859 | 2025-01-28T06:59:20.540Z | Checking is_terminal_polyfill v1.70.1 |
1860 | 2025-01-28T06:59:20.569Z | Checking colorchoice v1.0.2 |
1861 | 2025-01-28T06:59:20.671Z | Checking anstyle-query v1.1.1 |
1862 | 2025-01-28T06:59:20.722Z | Checking terminal_size v0.4.0 |
1863 | 2025-01-28T06:59:20.815Z | Checking anstream v0.6.15 |
1864 | 2025-01-28T06:59:20.917Z | Checking signature v2.2.0 |
1865 | 2025-01-28T06:59:21.135Z | Checking clap_lex v0.7.4 |
1866 | 2025-01-28T06:59:21.206Z | Checking strsim v0.11.1 |
1867 | 2025-01-28T06:59:21.385Z | Checking scroll v0.12.0 |
1868 | 2025-01-28T06:59:21.519Z | Checking clap_builder v4.5.27 |
1869 | 2025-01-28T06:59:21.792Z | Checking hyper v1.5.2 |
1870 | 2025-01-28T06:59:21.868Z | Checking tinyvec_macros v0.1.1 |
1871 | 2025-01-28T06:59:21.984Z | Checking ucd-trie v0.1.7 |
1872 | 2025-01-28T06:59:22.048Z | Checking plain v0.2.3 |
1873 | 2025-01-28T06:59:22.211Z | Checking pest v2.7.14 |
1874 | 2025-01-28T06:59:22.215Z | Checking goblin v0.8.2 |
1875 | 2025-01-28T06:59:22.295Z | Checking backtrace v0.3.74 |
1876 | 2025-01-28T06:59:22.815Z | Checking anyhow v1.0.95 |
1877 | 2025-01-28T06:59:23.166Z | Checking tinyvec v1.8.0 |
1878 | 2025-01-28T06:59:23.200Z | Checking dirs-sys-next v0.1.2 |
1879 | 2025-01-28T06:59:23.367Z | Checking tokio-rustls v0.26.0 |
1880 | 2025-01-28T06:59:23.394Z | Checking pretty-hex v0.4.1 |
1881 | 2025-01-28T06:59:23.595Z | Checking base16ct v0.2.0 |
1882 | 2025-01-28T06:59:23.741Z | Checking dirs-next v2.0.0 |
1883 | 2025-01-28T06:59:23.793Z | Checking native-tls v0.2.12 |
1884 | 2025-01-28T06:59:23.821Z | Checking sec1 v0.7.3 |
1885 | 2025-01-28T06:59:23.849Z | Checking hyper-util v0.1.10 |
1886 | 2025-01-28T06:59:23.891Z | Checking crossbeam-channel v0.5.13 |
1887 | 2025-01-28T06:59:24.093Z | Checking tokio-native-tls v0.3.1 |
1888 | 2025-01-28T06:59:24.204Z | Checking num-integer v0.1.46 |
1889 | 2025-01-28T06:59:24.351Z | Checking ff v0.13.0 |
1890 | 2025-01-28T06:59:24.445Z | Checking thread-id v4.2.2 |
1891 | 2025-01-28T06:59:24.472Z | Checking clap v4.5.27 |
1892 | 2025-01-28T06:59:24.569Z | Checking thread_local v1.1.8 |
1893 | 2025-01-28T06:59:24.594Z | Checking term v0.7.0 |
1894 | 2025-01-28T06:59:24.597Z | Checking group v0.13.0 |
1895 | 2025-01-28T06:59:24.597Z | Checking toml_edit v0.22.22 |
1896 | 2025-01-28T06:59:24.678Z | Checking hkdf v0.12.4 |
1897 | 2025-01-28T06:59:24.681Z | Checking dtrace-parser v0.2.0 |
1898 | 2025-01-28T06:59:24.831Z | Checking crypto-bigint v0.5.5 |
1899 | 2025-01-28T06:59:24.893Z | Checking memmap v0.7.0 |
1900 | 2025-01-28T06:59:24.896Z | Checking crc32fast v1.4.2 |
1901 | 2025-01-28T06:59:25.013Z | Checking bitflags v1.3.2 |
1902 | 2025-01-28T06:59:25.097Z | Checking utf-8 v0.7.6 |
1903 | 2025-01-28T06:59:25.127Z | Checking match_cfg v0.1.0 |
1904 | 2025-01-28T06:59:25.152Z | Checking take_mut v0.2.2 |
1905 | 2025-01-28T06:59:25.182Z | Checking slog-term v2.9.1 |
1906 | 2025-01-28T06:59:25.230Z | Checking hostname v0.3.1 |
1907 | 2025-01-28T06:59:25.303Z | Checking unicode-segmentation v1.12.0 |
1908 | 2025-01-28T06:59:25.328Z | Checking slog-async v2.8.0 |
1909 | 2025-01-28T06:59:25.367Z | Checking num-iter v0.1.45 |
1910 | 2025-01-28T06:59:25.564Z | Checking crossbeam-epoch v0.9.18 |
1911 | 2025-01-28T06:59:25.623Z | Checking static_assertions v1.1.0 |
1912 | 2025-01-28T06:59:25.674Z | Checking itertools v0.10.5 |
1913 | 2025-01-28T06:59:25.737Z | Checking bstr v1.10.0 |
1914 | 2025-01-28T06:59:25.793Z | Checking hyper-rustls v0.27.3 |
1915 | 2025-01-28T06:59:25.980Z | Checking hyper-tls v0.6.0 |
1916 | 2025-01-28T06:59:26.008Z | Checking slog-json v2.6.1 |
1917 | 2025-01-28T06:59:26.120Z | Checking rfc6979 v0.4.0 |
1918 | 2025-01-28T06:59:26.264Z | Checking reqwest v0.12.9 |
1919 | 2025-01-28T06:59:26.291Z | Checking hex v0.4.3 |
1920 | 2025-01-28T06:59:26.314Z | Checking managed v0.8.0 |
1921 | 2025-01-28T06:59:26.606Z | Checking winnow v0.5.40 |
1922 | 2025-01-28T06:59:26.668Z | Checking slog-bunyan v2.5.0 |
1923 | 2025-01-28T06:59:26.796Z | Checking crossbeam-deque v0.8.5 |
1924 | 2025-01-28T06:59:26.841Z | Checking num-bigint-dig v0.8.4 |
1925 | 2025-01-28T06:59:26.928Z | Checking dof v0.3.0 |
1926 | 2025-01-28T06:59:27.121Z | Checking flate2 v1.0.35 |
1927 | 2025-01-28T06:59:27.211Z | Checking toml v0.8.19 |
1928 | 2025-01-28T06:59:27.442Z | Checking elliptic-curve v0.13.8 |
1929 | 2025-01-28T06:59:27.522Z | Checking usdt-impl v0.5.0 |
1930 | 2025-01-28T06:59:27.734Z | Checking pkcs1 v0.7.5 |
1931 | 2025-01-28T06:59:27.768Z | Checking rustls v0.22.4 |
1932 | 2025-01-28T06:59:27.954Z | Checking curve25519-dalek v4.1.3 |
1933 | 2025-01-28T06:59:27.982Z | Checking zerocopy v0.6.6 |
1934 | 2025-01-28T06:59:28.060Z | Checking usdt v0.5.0 |
1935 | 2025-01-28T06:59:28.089Z | Checking ecdsa v0.16.9 |
1936 | 2025-01-28T06:59:28.146Z | Checking siphasher v0.3.11 |
1937 | 2025-01-28T06:59:28.333Z | Checking rayon-core v1.12.1 |
1938 | 2025-01-28T06:59:28.482Z | Checking unicode-normalization v0.1.24 |
1939 | 2025-01-28T06:59:28.635Z | Checking ed25519 v2.2.3 |
1940 | 2025-01-28T06:59:28.793Z | Checking signal-hook v0.3.17 |
1941 | 2025-01-28T06:59:28.827Z | Checking rsa v0.9.6 |
1942 | 2025-01-28T06:59:28.965Z | Checking quick-error v1.2.3 |
1943 | 2025-01-28T06:59:29.004Z | Checking debug-ignore v1.0.5 |
1944 | 2025-01-28T06:59:29.140Z | Checking hickory-proto v0.24.2 |
1945 | 2025-01-28T06:59:29.179Z | Checking multer v3.1.0 |
1946 | 2025-01-28T06:59:29.206Z | Checking x509-cert v0.2.5 |
1947 | 2025-01-28T06:59:29.347Z | Checking toml_edit v0.19.15 |
1948 | 2025-01-28T06:59:29.429Z | Checking waitgroup v0.1.2 |
1949 | 2025-01-28T06:59:29.570Z | Checking hubpack v0.1.2 |
1950 | 2025-01-28T06:59:29.597Z | Checking serde_path_to_error v0.1.16 |
1951 | 2025-01-28T06:59:29.710Z | Checking ed25519-dalek v2.1.1 |
1952 | 2025-01-28T06:59:29.798Z | Checking bzip2-sys v0.1.11+1.0.8 |
1953 | 2025-01-28T06:59:29.875Z | Checking async-stream v0.3.6 |
1954 | 2025-01-28T06:59:29.940Z | Checking hostname v0.4.0 |
1955 | 2025-01-28T06:59:30.086Z | Checking unicode-width v0.2.0 |
1956 | 2025-01-28T06:59:30.113Z | Checking bit-vec v0.6.3 |
1957 | 2025-01-28T06:59:30.146Z | Checking bzip2 v0.4.4 |
1958 | 2025-01-28T06:59:30.172Z | Checking signal-hook-mio v0.2.4 |
1959 | 2025-01-28T06:59:30.326Z | Checking hash32 v0.2.1 |
1960 | 2025-01-28T06:59:30.434Z | Checking bit-set v0.5.3 |
1961 | 2025-01-28T06:59:30.460Z | Checking linked-hash-map v0.5.6 |
1962 | 2025-01-28T06:59:30.590Z | Checking console v0.15.10 |
1963 | 2025-01-28T06:59:30.618Z | Checking predicates-core v1.0.8 |
1964 | 2025-01-28T06:59:30.662Z | Checking unicode-bidi v0.3.17 |
1965 | 2025-01-28T06:59:30.699Z | Checking unicode-properties v0.1.3 |
1966 | 2025-01-28T06:59:30.749Z | Checking lru-cache v0.1.2 |
1967 | 2025-01-28T06:59:30.808Z | Checking heapless v0.7.17 |
1968 | 2025-01-28T06:59:30.948Z | Checking crossterm v0.28.1 |
1969 | 2025-01-28T06:59:31.057Z | Checking tokio-rustls v0.25.0 |
1970 | 2025-01-28T06:59:31.081Z | Checking rayon v1.10.0 |
1971 | 2025-01-28T06:59:31.126Z | Checking phf_shared v0.11.2 |
1972 | 2025-01-28T06:59:31.290Z | Checking stringprep v0.1.5 |
1973 | 2025-01-28T06:59:31.400Z | Checking similar v2.6.0 |
1974 | 2025-01-28T06:59:31.428Z | Checking dropshot v0.12.0 |
1975 | 2025-01-28T06:59:31.567Z | Checking tokio-stream v0.1.16 |
1976 | 2025-01-28T06:59:31.706Z | Checking toml v0.7.8 |
1977 | 2025-01-28T06:59:31.734Z | Checking newtype-uuid v1.2.1 |
1978 | 2025-01-28T06:59:31.990Z | Checking md-5 v0.10.6 |
1979 | 2025-01-28T06:59:32.228Z | Checking float-cmp v0.9.0 |
1980 | 2025-01-28T06:59:32.256Z | Checking difflib v0.4.0 |
1981 | 2025-01-28T06:59:32.301Z | Checking fallible-iterator v0.2.0 |
1982 | 2025-01-28T06:59:32.381Z | Checking fixedbitset v0.4.2 |
1983 | 2025-01-28T06:59:32.424Z | Checking normalize-line-endings v0.3.0 |
1984 | 2025-01-28T06:59:32.563Z | Checking smoltcp v0.9.1 |
1985 | 2025-01-28T06:59:32.592Z | Checking predicates v3.1.2 |
1986 | 2025-01-28T06:59:32.630Z | Checking phf v0.11.2 |
1987 | 2025-01-28T06:59:32.660Z | Checking petgraph v0.6.5 |
1988 | 2025-01-28T06:59:32.855Z | Checking postgres-protocol v0.6.7 |
1989 | 2025-01-28T06:59:32.885Z | Checking zip v0.6.6 |
1990 | 2025-01-28T06:59:33.260Z | Checking resolv-conf v0.7.0 |
1991 | 2025-01-28T06:59:33.518Z | Checking phf_shared v0.10.0 |
1992 | 2025-01-28T06:59:33.607Z | Checking tungstenite v0.24.0 |
1993 | 2025-01-28T06:59:33.635Z | Checking fs-err v2.11.0 |
1994 | 2025-01-28T06:59:33.638Z | Checking serde-big-array v0.5.1 |
1995 | 2025-01-28T06:59:33.778Z | Checking portable-atomic v1.9.0 |
1996 | 2025-01-28T06:59:33.884Z | Checking new_debug_unreachable v1.0.6 |
1997 | 2025-01-28T06:59:33.981Z | Checking precomputed-hash v0.1.1 |
1998 | 2025-01-28T06:59:34.009Z | Checking lalrpop-util v0.19.12 |
1999 | 2025-01-28T06:59:34.114Z | Checking number_prefix v0.4.0 |
2000 | 2025-01-28T06:59:34.170Z | Checking minimal-lexical v0.2.1 |
2001 | 2025-01-28T06:59:34.302Z | Checking string_cache v0.8.7 |
2002 | 2025-01-28T06:59:34.329Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2003 | 2025-01-28T06:59:34.498Z | Checking tokio-tungstenite v0.24.0 |
2004 | 2025-01-28T06:59:34.535Z | Checking hickory-resolver v0.24.2 |
2005 | 2025-01-28T06:59:34.563Z | Checking nom v7.1.3 |
2006 | 2025-01-28T06:59:34.589Z | Checking postgres-types v0.2.8 |
2007 | 2025-01-28T06:59:34.801Z | Checking indicatif v0.17.9 |
2008 | 2025-01-28T06:59:34.878Z | Checking itertools v0.12.1 |
2009 | 2025-01-28T06:59:34.935Z | Checking whoami v1.5.2 |
2010 | 2025-01-28T06:59:35.233Z | Checking peg-runtime v0.8.3 |
2011 | 2025-01-28T06:59:35.236Z | Checking tokio-postgres v0.7.12 |
2012 | 2025-01-28T06:59:35.528Z | Compiling hashbrown v0.14.5 |
2013 | 2025-01-28T06:59:35.555Z | Compiling thiserror v2.0.11 |
2014 | 2025-01-28T06:59:35.595Z | Compiling thiserror-impl v2.0.11 |
2015 | 2025-01-28T06:59:36.072Z | Checking qorb v0.2.1 |
2016 | 2025-01-28T06:59:36.543Z | Compiling regress v0.10.1 |
2017 | 2025-01-28T06:59:36.626Z | Compiling ident_case v1.0.1 |
2018 | 2025-01-28T06:59:36.816Z | Compiling darling_core v0.20.10 |
2019 | 2025-01-28T06:59:37.200Z | Compiling unsafe-libyaml v0.2.11 |
2020 | 2025-01-28T06:59:38.102Z | Checking heck v0.5.0 |
2021 | 2025-01-28T06:59:38.336Z | Checking fastrand v2.1.1 |
2022 | 2025-01-28T06:59:38.517Z | Checking ipnetwork v0.20.0 |
2023 | 2025-01-28T06:59:38.645Z | Compiling serde_yaml v0.9.34+deprecated |
2024 | 2025-01-28T06:59:38.881Z | Checking progenitor-client v0.9.1 |
2025 | 2025-01-28T06:59:39.064Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2026 | 2025-01-28T06:59:39.132Z | Compiling structmeta-derive v0.3.0 |
2027 | 2025-01-28T06:59:39.303Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2028 | 2025-01-28T06:59:39.408Z | Checking strum v0.26.3 |
2029 | 2025-01-28T06:59:39.602Z | Compiling dropshot v0.15.1 |
2030 | 2025-01-28T06:59:39.659Z | Checking macaddr v1.0.1 |
2031 | 2025-01-28T06:59:39.981Z | Compiling dropshot_endpoint v0.15.1 |
2032 | 2025-01-28T06:59:40.008Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2033 | 2025-01-28T06:59:40.250Z | Compiling typify-impl v0.2.0 |
2034 | 2025-01-28T06:59:40.763Z | Checking tempfile v3.13.0 |
2035 | 2025-01-28T06:59:41.153Z | Checking progenitor-client v0.8.0 |
2036 | 2025-01-28T06:59:41.293Z | Checking instant v0.1.13 |
2037 | 2025-01-28T06:59:41.430Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2038 | 2025-01-28T06:59:41.503Z | Checking regress v0.9.1 |
2039 | 2025-01-28T06:59:41.771Z | Compiling structmeta v0.3.0 |
2040 | 2025-01-28T06:59:42.014Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2041 | 2025-01-28T06:59:42.161Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2042 | 2025-01-28T06:59:42.187Z | Compiling parse-display-derive v0.10.0 |
2043 | 2025-01-28T06:59:42.555Z | Checking backoff v0.4.0 |
2044 | 2025-01-28T06:59:42.758Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2045 | 2025-01-28T06:59:42.794Z | Compiling darling_macro v0.20.10 |
2046 | 2025-01-28T06:59:42.868Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2047 | 2025-01-28T06:59:42.908Z | Checking wait-timeout v0.2.0 |
2048 | 2025-01-28T06:59:43.079Z | Checking rand_xorshift v0.3.0 |
2049 | 2025-01-28T06:59:43.163Z | Checking rusty-fork v0.3.0 |
2050 | 2025-01-28T06:59:43.284Z | Checking unarray v0.1.4 |
2051 | 2025-01-28T06:59:43.446Z | Compiling test-strategy v0.4.0 |
2052 | 2025-01-28T06:59:43.483Z | Checking proptest v1.5.0 |
2053 | 2025-01-28T06:59:43.705Z | Compiling darling v0.20.10 |
2054 | 2025-01-28T06:59:43.838Z | Compiling serde_with_macros v3.11.0 |
2055 | 2025-01-28T06:59:44.226Z | Checking camino-tempfile v1.1.1 |
2056 | 2025-01-28T06:59:44.513Z | Checking unicode-width v0.1.14 |
2057 | 2025-01-28T06:59:45.025Z | Compiling proc-macro-error v1.0.4 |
2058 | 2025-01-28T06:59:45.052Z | Compiling proc-macro-crate v1.3.1 |
2059 | 2025-01-28T06:59:45.632Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2060 | 2025-01-28T06:59:46.226Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2061 | 2025-01-28T06:59:46.241Z | Compiling num_enum_derive v0.5.11 |
2062 | 2025-01-28T06:59:46.241Z | Checking parse-display v0.10.0 |
2063 | 2025-01-28T06:59:46.337Z | Compiling foreign-types-macros v0.2.3 |
2064 | 2025-01-28T06:59:46.385Z | Checking serde_with v3.11.0 |
2065 | 2025-01-28T06:59:46.426Z | Checking foreign-types-shared v0.3.1 |
2066 | 2025-01-28T06:59:46.918Z | Checking tabwriter v1.4.0 |
2067 | 2025-01-28T06:59:47.008Z | Checking cstr-argument v0.1.2 |
2068 | 2025-01-28T06:59:47.177Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2069 | 2025-01-28T06:59:47.201Z | Checking pretty-hex v0.2.1 |
2070 | 2025-01-28T06:59:47.378Z | Checking colored v2.1.0 |
2071 | 2025-01-28T06:59:47.566Z | Checking foreign-types v0.5.0 |
2072 | 2025-01-28T06:59:47.692Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2073 | 2025-01-28T06:59:47.834Z | Checking smf v0.2.3 |
2074 | 2025-01-28T06:59:47.859Z | Checking itertools v0.13.0 |
2075 | 2025-01-28T06:59:47.965Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2076 | 2025-01-28T06:59:47.991Z | Checking base64 v0.21.7 |
2077 | 2025-01-28T06:59:48.074Z | Compiling typify-impl v0.3.0 |
2078 | 2025-01-28T06:59:48.185Z | Compiling crucible-workspace-hack v0.1.0 |
2079 | 2025-01-28T06:59:48.263Z | Compiling zerocopy v0.8.10 |
2080 | 2025-01-28T06:59:48.391Z | Checking num_enum v0.5.11 |
2081 | 2025-01-28T06:59:48.563Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2082 | 2025-01-28T06:59:48.644Z | Checking atomicwrites v0.4.4 |
2083 | 2025-01-28T06:59:48.860Z | Compiling zerocopy-derive v0.8.10 |
2084 | 2025-01-28T06:59:49.158Z | Compiling heapless v0.8.0 |
2085 | 2025-01-28T06:59:49.298Z | Checking termtree v0.4.1 |
2086 | 2025-01-28T06:59:49.512Z | Checking predicates-tree v1.0.11 |
2087 | 2025-01-28T06:59:49.679Z | Checking hash32 v0.3.1 |
2088 | 2025-01-28T06:59:49.883Z | Compiling smoltcp v0.11.0 |
2089 | 2025-01-28T06:59:50.369Z | Checking cobs v0.2.3 |
2090 | 2025-01-28T06:59:50.572Z | Checking sigpipe v0.1.3 |
2091 | 2025-01-28T06:59:50.576Z | Checking postcard v1.0.10 |
2092 | 2025-01-28T06:59:50.713Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2093 | 2025-01-28T06:59:51.010Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2094 | 2025-01-28T06:59:51.107Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2095 | 2025-01-28T06:59:51.133Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2096 | 2025-01-28T06:59:51.175Z | Compiling mockall_derive v0.13.0 |
2097 | 2025-01-28T06:59:51.459Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2098 | 2025-01-28T06:59:51.521Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2099 | 2025-01-28T06:59:51.725Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2100 | 2025-01-28T06:59:51.926Z | Compiling zone_cfg_derive v0.3.0 |
2101 | 2025-01-28T06:59:53.350Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2102 | 2025-01-28T06:59:53.679Z | Compiling num-derive v0.4.2 |
2103 | 2025-01-28T06:59:53.705Z | Checking downcast v0.11.0 |
2104 | 2025-01-28T06:59:53.705Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2105 | 2025-01-28T06:59:53.924Z | Checking fragile v2.0.0 |
2106 | 2025-01-28T06:59:54.063Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2107 | 2025-01-28T06:59:54.195Z | Checking zone v0.3.0 |
2108 | 2025-01-28T06:59:54.315Z | Compiling convert_case v0.4.0 |
2109 | 2025-01-28T06:59:54.428Z | Checking tungstenite v0.21.0 |
2110 | 2025-01-28T06:59:54.969Z | Checking newline-converter v0.3.0 |
2111 | 2025-01-28T06:59:55.147Z | Checking expectorate v1.1.0 |
2112 | 2025-01-28T06:59:55.176Z | Compiling derive_more v0.99.18 |
2113 | 2025-01-28T06:59:55.288Z | Compiling typify-macro v0.2.0 |
2114 | 2025-01-28T06:59:55.314Z | Checking tokio-tungstenite v0.21.0 |
2115 | 2025-01-28T06:59:55.328Z | Checking same-file v1.0.6 |
2116 | 2025-01-28T06:59:55.519Z | Checking walkdir v2.5.0 |
2117 | 2025-01-28T06:59:55.785Z | Checking arc-swap v1.7.1 |
2118 | 2025-01-28T06:59:55.824Z | Checking xattr v1.3.1 |
2119 | 2025-01-28T06:59:55.912Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2120 | 2025-01-28T06:59:56.039Z | Checking filetime v0.2.25 |
2121 | 2025-01-28T06:59:56.206Z | Checking slog-scope v4.4.0 |
2122 | 2025-01-28T06:59:56.262Z | Checking tar v0.4.42 |
2123 | 2025-01-28T06:59:56.346Z | Checking num-rational v0.4.2 |
2124 | 2025-01-28T06:59:56.413Z | Checking slog-stdlog v4.1.1 |
2125 | 2025-01-28T06:59:56.598Z | Checking slog-envlogger v2.2.0 |
2126 | 2025-01-28T06:59:56.837Z | Checking num-complex v0.4.6 |
2127 | 2025-01-28T06:59:56.967Z | Checking float-ord v0.3.2 |
2128 | 2025-01-28T06:59:57.061Z | Checking indent_write v2.2.0 |
2129 | 2025-01-28T06:59:57.136Z | Compiling owo-colors v4.1.0 |
2130 | 2025-01-28T06:59:57.285Z | Compiling cancel-safe-futures v0.1.5 |
2131 | 2025-01-28T06:59:57.429Z | Checking swrite v0.1.0 |
2132 | 2025-01-28T06:59:57.694Z | Checking num v0.4.3 |
2133 | 2025-01-28T06:59:57.801Z | Checking libsw v3.3.1 |
2134 | 2025-01-28T06:59:58.101Z | Checking password-hash v0.5.0 |
2135 | 2025-01-28T06:59:58.144Z | Checking blake2 v0.10.6 |
2136 | 2025-01-28T06:59:58.285Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2137 | 2025-01-28T06:59:58.548Z | Checking linear-map v1.2.0 |
2138 | 2025-01-28T06:59:58.590Z | Checking argon2 v0.5.3 |
2139 | 2025-01-28T06:59:58.889Z | Checking pem v3.0.4 |
2140 | 2025-01-28T06:59:58.928Z | Checking mockall v0.13.0 |
2141 | 2025-01-28T06:59:58.948Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2142 | 2025-01-28T06:59:59.024Z | Compiling typify v0.2.0 |
2143 | 2025-01-28T06:59:59.166Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2144 | 2025-01-28T06:59:59.192Z | Compiling progenitor-impl v0.8.0 |
2145 | 2025-01-28T06:59:59.196Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2146 | 2025-01-28T06:59:59.240Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2147 | 2025-01-28T06:59:59.577Z | Compiling lzma-sys v0.1.20 |
2148 | 2025-01-28T07:00:00.007Z | Checking headers-core v0.3.0 |
2149 | 2025-01-28T07:00:00.175Z | Compiling heck v0.3.3 |
2150 | 2025-01-28T07:00:00.374Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2151 | 2025-01-28T07:00:00.551Z | Checking highway v1.2.0 |
2152 | 2025-01-28T07:00:00.709Z | Compiling zone_cfg_derive v0.1.2 |
2153 | 2025-01-28T07:00:00.932Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2154 | 2025-01-28T07:00:01.164Z | Checking headers v0.4.0 |
2155 | 2025-01-28T07:00:01.190Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2156 | 2025-01-28T07:00:01.492Z | Checking yasna v0.5.2 |
2157 | 2025-01-28T07:00:01.943Z | Checking base64 v0.13.1 |
2158 | 2025-01-28T07:00:02.113Z | Checking zone v0.1.8 |
2159 | 2025-01-28T07:00:02.159Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2160 | 2025-01-28T07:00:02.264Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2161 | 2025-01-28T07:00:02.357Z | Checking rcgen v0.12.1 |
2162 | 2025-01-28T07:00:02.383Z | Checking ron v0.7.1 |
2163 | 2025-01-28T07:00:02.628Z | Checking xz2 v0.1.7 |
2164 | 2025-01-28T07:00:02.810Z | Checking subprocess v0.2.9 |
2165 | 2025-01-28T07:00:02.941Z | Checking humantime v2.1.0 |
2166 | 2025-01-28T07:00:02.988Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2167 | 2025-01-28T07:00:03.271Z | Compiling semver v0.1.20 |
2168 | 2025-01-28T07:00:03.310Z | Compiling typify-macro v0.3.0 |
2169 | 2025-01-28T07:00:03.386Z | Checking prettyplease v0.2.25 |
2170 | 2025-01-28T07:00:03.538Z | Checking half v2.4.1 |
2171 | 2025-01-28T07:00:03.875Z | Compiling rustc_version v0.1.7 |
2172 | 2025-01-28T07:00:03.980Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2173 | 2025-01-28T07:00:04.007Z | Checking ciborium-io v0.2.2 |
2174 | 2025-01-28T07:00:04.145Z | Checking ciborium-ll v0.2.2 |
2175 | 2025-01-28T07:00:04.277Z | Compiling newtype_derive v0.1.6 |
2176 | 2025-01-28T07:00:04.409Z | Checking ciborium v0.2.2 |
2177 | 2025-01-28T07:00:04.760Z | Checking steno v0.4.1 |
2178 | 2025-01-28T07:00:06.168Z | Compiling progenitor-macro v0.8.0 |
2179 | 2025-01-28T07:00:07.180Z | Compiling typify v0.3.0 |
2180 | 2025-01-28T07:00:07.329Z | Compiling progenitor-impl v0.9.1 |
2181 | 2025-01-28T07:00:07.407Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2182 | 2025-01-28T07:00:08.093Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2183 | 2025-01-28T07:00:08.337Z | Compiling slog-dtrace v0.3.0 |
2184 | 2025-01-28T07:00:08.501Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2185 | 2025-01-28T07:00:08.530Z | Checking display-error-chain v0.2.2 |
2186 | 2025-01-28T07:00:08.729Z | Checking gethostname v0.5.0 |
2187 | 2025-01-28T07:00:08.870Z | Checking nibble_vec v0.1.0 |
2188 | 2025-01-28T07:00:09.079Z | Compiling blake3 v1.5.4 |
2189 | 2025-01-28T07:00:09.082Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2190 | 2025-01-28T07:00:09.156Z | Checking keccak v0.1.5 |
2191 | 2025-01-28T07:00:09.446Z | Checking endian-type v0.1.2 |
2192 | 2025-01-28T07:00:09.497Z | Checking sha3 v0.10.8 |
2193 | 2025-01-28T07:00:09.666Z | Checking radix_trie v0.2.1 |
2194 | 2025-01-28T07:00:09.885Z | Checking universal-hash v0.5.1 |
2195 | 2025-01-28T07:00:10.065Z | Checking secrecy v0.8.0 |
2196 | 2025-01-28T07:00:10.089Z | Checking opaque-debug v0.3.1 |
2197 | 2025-01-28T07:00:10.191Z | Checking aead v0.5.2 |
2198 | 2025-01-28T07:00:10.251Z | Checking poly1305 v0.8.0 |
2199 | 2025-01-28T07:00:10.343Z | Checking chacha20 v0.9.1 |
2200 | 2025-01-28T07:00:10.717Z | Compiling memmap2 v0.9.5 |
2201 | 2025-01-28T07:00:10.758Z | Compiling constant_time_eq v0.3.1 |
2202 | 2025-01-28T07:00:10.957Z | Compiling arrayvec v0.7.6 |
2203 | 2025-01-28T07:00:11.175Z | Compiling arrayref v0.3.9 |
2204 | 2025-01-28T07:00:11.256Z | Compiling toolchain_find v0.4.0 |
2205 | 2025-01-28T07:00:11.382Z | Compiling thiserror-impl-no-std v2.0.2 |
2206 | 2025-01-28T07:00:11.581Z | Compiling topological-sort v0.2.2 |
2207 | 2025-01-28T07:00:11.711Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2208 | 2025-01-28T07:00:11.812Z | Compiling rustfmt-wrapper v0.2.1 |
2209 | 2025-01-28T07:00:11.836Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2210 | 2025-01-28T07:00:12.035Z | Compiling omicron-zone-package v0.12.0 |
2211 | 2025-01-28T07:00:12.384Z | Checking chacha20poly1305 v0.10.1 |
2212 | 2025-01-28T07:00:12.408Z | Compiling async-recursion v1.1.1 |
2213 | 2025-01-28T07:00:12.470Z | Checking fxhash v0.2.1 |
2214 | 2025-01-28T07:00:12.571Z | Compiling zip v2.1.3 |
2215 | 2025-01-28T07:00:12.658Z | Checking bumpalo v3.16.0 |
2216 | 2025-01-28T07:00:12.883Z | Checking lockfree-object-pool v0.1.6 |
2217 | 2025-01-28T07:00:13.008Z | Checking simd-adler32 v0.3.7 |
2218 | 2025-01-28T07:00:13.218Z | Checking termcolor v1.4.1 |
2219 | 2025-01-28T07:00:13.400Z | Checking zopfli v0.8.1 |
2220 | 2025-01-28T07:00:13.662Z | Checking maplit v1.0.2 |
2221 | 2025-01-28T07:00:13.792Z | Compiling radium v0.7.0 |
2222 | 2025-01-28T07:00:13.817Z | Compiling const_format_proc_macros v0.2.33 |
2223 | 2025-01-28T07:00:13.896Z | Checking tap v1.0.1 |
2224 | 2025-01-28T07:00:14.091Z | Compiling maybe-uninit v2.0.0 |
2225 | 2025-01-28T07:00:14.212Z | Checking thiserror-no-std v2.0.2 |
2226 | 2025-01-28T07:00:14.339Z | Checking vsss-rs v3.3.4 |
2227 | 2025-01-28T07:00:14.363Z | Compiling progenitor-macro v0.9.1 |
2228 | 2025-01-28T07:00:14.637Z | Checking wyz v0.5.1 |
2229 | 2025-01-28T07:00:14.683Z | Checking crc-catalog v2.4.0 |
2230 | 2025-01-28T07:00:14.850Z | Checking funty v2.0.0 |
2231 | 2025-01-28T07:00:15.023Z | Checking home v0.5.9 |
2232 | 2025-01-28T07:00:15.127Z | Compiling packed_struct v0.10.1 |
2233 | 2025-01-28T07:00:15.192Z | Checking crc v3.2.1 |
2234 | 2025-01-28T07:00:15.648Z | Checking kstat-rs v0.2.4 |
2235 | 2025-01-28T07:00:15.708Z | Compiling packed_struct_codegen v0.10.1 |
2236 | 2025-01-28T07:00:15.731Z | Checking bitvec v1.0.1 |
2237 | 2025-01-28T07:00:15.766Z | Checking const_format v0.2.33 |
2238 | 2025-01-28T07:00:15.979Z | Compiling vte_generate_state_changes v0.1.2 |
2239 | 2025-01-28T07:00:16.229Z | Compiling indexmap v1.9.3 |
2240 | 2025-01-28T07:00:16.545Z | Checking nodrop v0.1.14 |
2241 | 2025-01-28T07:00:16.617Z | Compiling libefi-sys v0.1.0 |
2242 | 2025-01-28T07:00:16.677Z | Checking array-init v0.0.4 |
2243 | 2025-01-28T07:00:16.939Z | Checking vte v0.11.1 |
2244 | 2025-01-28T07:00:17.452Z | Checking smallvec v0.6.14 |
2245 | 2025-01-28T07:00:17.526Z | Checking fd-lock v4.0.2 |
2246 | 2025-01-28T07:00:17.730Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2247 | 2025-01-28T07:00:17.757Z | Compiling bitfield-struct v0.6.2 |
2248 | 2025-01-28T07:00:17.793Z | Checking hashbrown v0.12.3 |
2249 | 2025-01-28T07:00:18.146Z | Checking bitfield v0.14.0 |
2250 | 2025-01-28T07:00:18.356Z | Checking serde-hex v0.1.0 |
2251 | 2025-01-28T07:00:18.379Z | Checking strip-ansi-escapes v0.2.0 |
2252 | 2025-01-28T07:00:18.548Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2253 | 2025-01-28T07:00:18.606Z | Checking progenitor v0.8.0 |
2254 | 2025-01-28T07:00:18.839Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2255 | 2025-01-28T07:00:18.843Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2256 | 2025-01-28T07:00:19.088Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2257 | 2025-01-28T07:00:19.477Z | Checking env_logger v0.10.2 |
2258 | 2025-01-28T07:00:19.643Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2259 | 2025-01-28T07:00:19.903Z | Checking ron v0.8.1 |
2260 | 2025-01-28T07:00:19.956Z | Checking hashbrown v0.13.2 |
2261 | 2025-01-28T07:00:20.838Z | Checking nu-ansi-term v0.50.1 |
2262 | 2025-01-28T07:00:21.150Z | Checking crc-any v2.5.0 |
2263 | 2025-01-28T07:00:21.255Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2264 | 2025-01-28T07:00:21.388Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2265 | 2025-01-28T07:00:21.559Z | Checking reedline v0.35.0 |
2266 | 2025-01-28T07:00:21.834Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2267 | 2025-01-28T07:00:21.858Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2268 | 2025-01-28T07:00:22.125Z | Checking object v0.30.4 |
2269 | 2025-01-28T07:00:22.460Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2270 | 2025-01-28T07:00:22.710Z | Compiling parking_lot_core v0.8.6 |
2271 | 2025-01-28T07:00:22.932Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2272 | 2025-01-28T07:00:23.177Z | Checking path-slash v0.1.5 |
2273 | 2025-01-28T07:00:23.547Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2274 | 2025-01-28T07:00:23.742Z | Compiling phf_generator v0.11.2 |
2275 | 2025-01-28T07:00:23.944Z | Checking glob v0.3.1 |
2276 | 2025-01-28T07:00:24.287Z | Checking bytecount v0.6.8 |
2277 | 2025-01-28T07:00:24.461Z | Checking papergrid v0.11.0 |
2278 | 2025-01-28T07:00:25.359Z | Compiling phf_codegen v0.11.2 |
2279 | 2025-01-28T07:00:25.579Z | Checking parking_lot v0.11.2 |
2280 | 2025-01-28T07:00:25.918Z | Compiling tabled_derive v0.7.0 |
2281 | 2025-01-28T07:00:25.938Z | Compiling parse-zoneinfo v0.3.1 |
2282 | 2025-01-28T07:00:26.359Z | Compiling cfg_aliases v0.1.1 |
2283 | 2025-01-28T07:00:26.477Z | Compiling nix v0.28.0 |
2284 | 2025-01-28T07:00:27.017Z | Checking progenitor v0.9.1 |
2285 | 2025-01-28T07:00:27.250Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2286 | 2025-01-28T07:00:27.274Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2287 | 2025-01-28T07:00:27.782Z | Compiling chrono-tz-build v0.4.0 |
2288 | 2025-01-28T07:00:27.897Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2289 | 2025-01-28T07:00:28.115Z | Checking tabled v0.15.0 |
2290 | 2025-01-28T07:00:29.090Z | Checking sled v0.34.7 |
2291 | 2025-01-28T07:00:30.861Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2292 | 2025-01-28T07:00:31.115Z | Checking hickory-client v0.24.2 |
2293 | 2025-01-28T07:00:31.789Z | Checking hickory-server v0.24.2 |
2294 | 2025-01-28T07:00:31.954Z | Compiling chrono-tz v0.10.1 |
2295 | 2025-01-28T07:00:32.032Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2296 | 2025-01-28T07:00:32.614Z | Compiling unicase v2.7.0 |
2297 | 2025-01-28T07:00:32.786Z | Compiling buf-list v1.0.3 |
2298 | 2025-01-28T07:00:32.909Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2299 | 2025-01-28T07:00:33.595Z | Compiling peg-macros v0.8.4 |
2300 | 2025-01-28T07:00:34.105Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2301 | 2025-01-28T07:00:34.414Z | Compiling sqlparser_derive v0.2.2 |
2302 | 2025-01-28T07:00:35.221Z | Checking unicode_categories v0.1.1 |
2303 | 2025-01-28T07:00:35.243Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2304 | 2025-01-28T07:00:35.421Z | Checking sqlparser v0.45.0 |
2305 | 2025-01-28T07:00:35.509Z | Checking rustyline v14.0.0 |
2306 | 2025-01-28T07:00:35.532Z | Checking sqlformat v0.2.6 |
2307 | 2025-01-28T07:00:36.902Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2308 | 2025-01-28T07:00:37.052Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2309 | 2025-01-28T07:00:38.645Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2310 | 2025-01-28T07:00:39.935Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2311 | 2025-01-28T07:00:39.960Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2312 | 2025-01-28T07:00:41.390Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2313 | 2025-01-28T07:00:41.708Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2314 | 2025-01-28T07:00:41.711Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2315 | 2025-01-28T07:00:42.969Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2316 | 2025-01-28T07:00:43.134Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2317 | 2025-01-28T07:00:43.426Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2318 | 2025-01-28T07:00:44.009Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2319 | 2025-01-28T07:00:44.123Z | Checking peg v0.8.4 |
2320 | 2025-01-28T07:00:44.227Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2321 | 2025-01-28T07:00:44.581Z | Checking bcs v0.1.6 |
2322 | 2025-01-28T07:00:44.875Z | Checking termtree v0.5.1 |
2323 | 2025-01-28T07:00:45.110Z | Checking primeorder v0.13.6 |
2324 | 2025-01-28T07:00:45.429Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2325 | 2025-01-28T07:00:45.452Z | Compiling mime_guess v2.0.5 |
2326 | 2025-01-28T07:00:45.673Z | Checking nanorand v0.7.0 |
2327 | 2025-01-28T07:00:46.017Z | Checking http-range v0.1.5 |
2328 | 2025-01-28T07:00:46.045Z | Checking flume v0.11.1 |
2329 | 2025-01-28T07:00:46.486Z | Checking atty v0.2.14 |
2330 | 2025-01-28T07:00:46.538Z | Compiling salty v0.3.0 |
2331 | 2025-01-28T07:00:46.633Z | Checking p384 v0.13.0 |
2332 | 2025-01-28T07:00:47.009Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2333 | 2025-01-28T07:00:47.310Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2334 | 2025-01-28T07:00:47.386Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2335 | 2025-01-28T07:00:47.578Z | Checking hyper-staticfile v0.10.1 |
2336 | 2025-01-28T07:00:47.882Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2337 | 2025-01-28T07:00:48.108Z | Compiling dsl_auto_type v0.1.2 |
2338 | 2025-01-28T07:00:48.348Z | Checking scheduled-thread-pool v0.2.7 |
2339 | 2025-01-28T07:00:48.374Z | Checking env_filter v0.1.2 |
2340 | 2025-01-28T07:00:48.429Z | Compiling diesel_table_macro_syntax v0.2.0 |
2341 | 2025-01-28T07:00:48.602Z | Compiling crunchy v0.2.2 |
2342 | 2025-01-28T07:00:48.625Z | Checking env_logger v0.11.5 |
2343 | 2025-01-28T07:00:48.646Z | Checking r2d2 v0.8.10 |
2344 | 2025-01-28T07:00:48.671Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2345 | 2025-01-28T07:00:48.863Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2346 | 2025-01-28T07:00:48.924Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2347 | 2025-01-28T07:00:48.976Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2348 | 2025-01-28T07:00:49.088Z | Compiling tiny-keccak v2.0.2 |
2349 | 2025-01-28T07:00:49.377Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2350 | 2025-01-28T07:00:49.428Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2351 | 2025-01-28T07:00:49.475Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2352 | 2025-01-28T07:00:49.502Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2353 | 2025-01-28T07:00:49.665Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2354 | 2025-01-28T07:00:50.196Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2355 | 2025-01-28T07:00:50.924Z | Compiling diesel_derives v2.2.3 |
2356 | 2025-01-28T07:00:51.187Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2357 | 2025-01-28T07:00:51.315Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2358 | 2025-01-28T07:00:52.407Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2359 | 2025-01-28T07:00:52.568Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2360 | 2025-01-28T07:00:53.141Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2361 | 2025-01-28T07:00:53.619Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2362 | 2025-01-28T07:00:53.762Z | Compiling ref-cast v1.0.23 |
2363 | 2025-01-28T07:00:54.346Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2364 | 2025-01-28T07:00:54.580Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2365 | 2025-01-28T07:00:54.736Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2366 | 2025-01-28T07:00:55.866Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2367 | 2025-01-28T07:00:56.351Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2368 | 2025-01-28T07:00:56.466Z | Compiling ascii-canvas v3.0.0 |
2369 | 2025-01-28T07:00:56.682Z | Compiling ena v0.14.3 |
2370 | 2025-01-28T07:00:56.991Z | Compiling ref-cast-impl v1.0.23 |
2371 | 2025-01-28T07:00:57.007Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2372 | 2025-01-28T07:00:57.091Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2373 | 2025-01-28T07:00:57.840Z | Compiling regex-syntax v0.6.29 |
2374 | 2025-01-28T07:00:58.059Z | Compiling diff v0.1.13 |
2375 | 2025-01-28T07:00:58.509Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2376 | 2025-01-28T07:00:58.624Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2377 | 2025-01-28T07:00:58.884Z | Compiling pin-project-internal v1.1.6 |
2378 | 2025-01-28T07:00:59.066Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2379 | 2025-01-28T07:00:59.384Z | Compiling derive_builder_core v0.20.2 |
2380 | 2025-01-28T07:01:01.582Z | Compiling lalrpop v0.19.12 |
2381 | 2025-01-28T07:01:01.709Z | Checking pin-project v1.1.6 |
2382 | 2025-01-28T07:01:01.873Z | Compiling libxml v0.3.3 |
2383 | 2025-01-28T07:01:01.982Z | Compiling derive_builder_macro v0.20.2 |
2384 | 2025-01-28T07:01:02.315Z | Checking signal-hook-tokio v0.3.1 |
2385 | 2025-01-28T07:01:02.415Z | Checking diesel v2.2.6 |
2386 | 2025-01-28T07:01:02.511Z | Compiling strum_macros v0.24.3 |
2387 | 2025-01-28T07:01:02.638Z | Compiling samael v0.0.17 |
2388 | 2025-01-28T07:01:02.818Z | Compiling snafu-derive v0.8.5 |
2389 | 2025-01-28T07:01:03.307Z | Compiling indoc v1.0.9 |
2390 | 2025-01-28T07:01:03.336Z | Checking derive_builder v0.20.2 |
2391 | 2025-01-28T07:01:04.128Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2392 | 2025-01-28T07:01:05.057Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2393 | 2025-01-28T07:01:05.274Z | Checking olpc-cjson v0.1.4 |
2394 | 2025-01-28T07:01:05.342Z | Checking globset v0.4.15 |
2395 | 2025-01-28T07:01:05.528Z | Checking quick-xml v0.33.0 |
2396 | 2025-01-28T07:01:05.850Z | Checking serde_plain v1.0.2 |
2397 | 2025-01-28T07:01:05.871Z | Compiling impl-trait-for-tuples v0.2.2 |
2398 | 2025-01-28T07:01:06.123Z | Compiling oso-derive v0.27.3 |
2399 | 2025-01-28T07:01:06.517Z | Compiling memoffset v0.9.1 |
2400 | 2025-01-28T07:01:06.815Z | Checking typed-path v0.9.3 |
2401 | 2025-01-28T07:01:07.307Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2402 | 2025-01-28T07:01:07.808Z | Checking snafu v0.8.5 |
2403 | 2025-01-28T07:01:08.313Z | Checking tungstenite v0.23.0 |
2404 | 2025-01-28T07:01:08.744Z | Checking tough v0.19.0 |
2405 | 2025-01-28T07:01:09.064Z | Compiling diesel-dtrace v0.4.2 |
2406 | 2025-01-28T07:01:09.236Z | Checking parse-size v1.1.0 |
2407 | 2025-01-28T07:01:09.434Z | Checking tokio-tungstenite v0.23.1 |
2408 | 2025-01-28T07:01:09.619Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2409 | 2025-01-28T07:01:09.925Z | Checking bb8 v0.8.5 |
2410 | 2025-01-28T07:01:09.950Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2411 | 2025-01-28T07:01:10.378Z | Checking nix v0.27.1 |
2412 | 2025-01-28T07:01:10.406Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2413 | 2025-01-28T07:01:10.698Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2414 | 2025-01-28T07:01:12.640Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2415 | 2025-01-28T07:01:12.883Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2416 | 2025-01-28T07:01:13.009Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2417 | 2025-01-28T07:01:13.032Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2418 | 2025-01-28T07:01:13.486Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2419 | 2025-01-28T07:01:13.789Z | Checking heck v0.4.1 |
2420 | 2025-01-28T07:01:14.014Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2421 | 2025-01-28T07:01:14.412Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2422 | 2025-01-28T07:01:14.438Z | Checking rand_seeder v0.3.0 |
2423 | 2025-01-28T07:01:14.503Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2424 | 2025-01-28T07:01:14.671Z | Checking assert_matches v1.5.0 |
2425 | 2025-01-28T07:01:14.785Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2426 | 2025-01-28T07:01:14.809Z | Compiling libz-sys v1.1.20 |
2427 | 2025-01-28T07:01:15.035Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2428 | 2025-01-28T07:01:15.103Z | Checking castaway v0.2.3 |
2429 | 2025-01-28T07:01:15.277Z | Checking is_ci v1.2.0 |
2430 | 2025-01-28T07:01:15.424Z | Checking compact_str v0.8.0 |
2431 | 2025-01-28T07:01:15.449Z | Checking supports-color v3.0.1 |
2432 | 2025-01-28T07:01:15.585Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2433 | 2025-01-28T07:01:15.681Z | Checking unicode-truncate v1.1.0 |
2434 | 2025-01-28T07:01:15.917Z | Checking lru v0.12.5 |
2435 | 2025-01-28T07:01:16.108Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2436 | 2025-01-28T07:01:16.193Z | Compiling instability v0.3.2 |
2437 | 2025-01-28T07:01:16.273Z | Checking cassowary v0.3.0 |
2438 | 2025-01-28T07:01:16.647Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2439 | 2025-01-28T07:01:16.906Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2440 | 2025-01-28T07:01:17.093Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2441 | 2025-01-28T07:01:17.186Z | Checking ratatui v0.28.1 |
2442 | 2025-01-28T07:01:17.757Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2443 | 2025-01-28T07:01:18.048Z | Compiling vergen v8.3.2 |
2444 | 2025-01-28T07:01:18.283Z | Compiling cargo-platform v0.1.8 |
2445 | 2025-01-28T07:01:18.351Z | Checking smawk v0.3.2 |
2446 | 2025-01-28T07:01:18.541Z | Checking unicode-linebreak v0.1.5 |
2447 | 2025-01-28T07:01:18.810Z | Compiling cargo_metadata v0.18.1 |
2448 | 2025-01-28T07:01:18.941Z | Checking textwrap v0.16.1 |
2449 | 2025-01-28T07:01:19.386Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2450 | 2025-01-28T07:01:20.067Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2451 | 2025-01-28T07:01:20.070Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2452 | 2025-01-28T07:01:20.925Z | Compiling libsqlite3-sys v0.30.1 |
2453 | 2025-01-28T07:01:21.230Z | Checking shell-words v1.1.0 |
2454 | 2025-01-28T07:01:21.425Z | Compiling rustls v0.21.12 |
2455 | 2025-01-28T07:01:21.535Z | Compiling cfg_aliases v0.2.1 |
2456 | 2025-01-28T07:01:21.657Z | Compiling nix v0.29.0 |
2457 | 2025-01-28T07:01:21.781Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2458 | 2025-01-28T07:01:21.902Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2459 | 2025-01-28T07:01:22.088Z | Checking rustls-webpki v0.101.7 |
2460 | 2025-01-28T07:01:22.200Z | Checking sct v0.7.1 |
2461 | 2025-01-28T07:01:22.571Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2462 | 2025-01-28T07:01:22.877Z | Checking hashlink v0.9.1 |
2463 | 2025-01-28T07:01:22.906Z | Checking concurrent-queue v2.5.0 |
2464 | 2025-01-28T07:01:23.180Z | Checking parking v2.2.1 |
2465 | 2025-01-28T07:01:23.216Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2466 | 2025-01-28T07:01:23.248Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2467 | 2025-01-28T07:01:23.365Z | Checking plotters-backend v0.3.7 |
2468 | 2025-01-28T07:01:23.423Z | Checking fallible-iterator v0.3.0 |
2469 | 2025-01-28T07:01:23.734Z | Checking fallible-streaming-iterator v0.1.9 |
2470 | 2025-01-28T07:01:23.988Z | Checking plotters-svg v0.3.7 |
2471 | 2025-01-28T07:01:23.991Z | Checking rusqlite v0.32.1 |
2472 | 2025-01-28T07:01:24.395Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2473 | 2025-01-28T07:01:24.718Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2474 | 2025-01-28T07:01:25.522Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2475 | 2025-01-28T07:01:25.585Z | Checking tokio-rustls v0.24.1 |
2476 | 2025-01-28T07:01:25.872Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2477 | 2025-01-28T07:01:25.974Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2478 | 2025-01-28T07:01:26.235Z | Checking rustls-pemfile v1.0.4 |
2479 | 2025-01-28T07:01:26.294Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2480 | 2025-01-28T07:01:26.436Z | Checking twox-hash v2.1.0 |
2481 | 2025-01-28T07:01:26.625Z | Checking cast v0.3.0 |
2482 | 2025-01-28T07:01:26.909Z | Checking criterion-plot v0.5.0 |
2483 | 2025-01-28T07:01:26.950Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2484 | 2025-01-28T07:01:27.109Z | Checking plotters v0.3.7 |
2485 | 2025-01-28T07:01:27.400Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2486 | 2025-01-28T07:01:28.743Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2487 | 2025-01-28T07:01:28.892Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2488 | 2025-01-28T07:01:28.942Z | Checking fatfs v0.3.6 |
2489 | 2025-01-28T07:01:29.832Z | Checking tinytemplate v1.2.1 |
2490 | 2025-01-28T07:01:29.858Z | Checking csv-core v0.1.11 |
2491 | 2025-01-28T07:01:30.180Z | Checking hex-literal v0.4.1 |
2492 | 2025-01-28T07:01:30.255Z | Checking oorandom v11.1.4 |
2493 | 2025-01-28T07:01:30.336Z | Checking anes v0.1.6 |
2494 | 2025-01-28T07:01:30.338Z | Checking csv v1.3.1 |
2495 | 2025-01-28T07:01:30.444Z | Checking event-listener v5.3.1 |
2496 | 2025-01-28T07:01:30.688Z | Checking criterion v0.5.1 |
2497 | 2025-01-28T07:01:30.855Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2498 | 2025-01-28T07:01:31.183Z | Checking rtoolbox v0.0.2 |
2499 | 2025-01-28T07:01:31.399Z | Checking rpassword v7.3.1 |
2500 | 2025-01-28T07:01:31.574Z | Checking event-listener-strategy v0.5.2 |
2501 | 2025-01-28T07:01:31.769Z | Checking tui-tree-widget v0.22.0 |
2502 | 2025-01-28T07:01:32.110Z | Checking polyval v0.6.2 |
2503 | 2025-01-28T07:01:32.391Z | Checking async-bb8-diesel v0.2.1 |
2504 | 2025-01-28T07:01:33.287Z | Checking ghash v0.5.1 |
2505 | 2025-01-28T07:01:33.317Z | Checking futures-lite v2.3.0 |
2506 | 2025-01-28T07:01:33.459Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2507 | 2025-01-28T07:01:34.386Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2508 | 2025-01-28T07:01:34.581Z | Checking ctr v0.9.2 |
2509 | 2025-01-28T07:01:35.012Z | Checking yansi v1.0.1 |
2510 | 2025-01-28T07:01:35.439Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2511 | 2025-01-28T07:01:35.559Z | Checking aes-gcm v0.10.3 |
2512 | 2025-01-28T07:01:35.608Z | Checking pretty_assertions v1.4.1 |
2513 | 2025-01-28T07:01:35.803Z | Checking ssh-encoding v0.2.0 |
2514 | 2025-01-28T07:01:35.825Z | Checking blowfish v0.9.1 |
2515 | 2025-01-28T07:01:36.067Z | Checking bcrypt-pbkdf v0.10.0 |
2516 | 2025-01-28T07:01:36.115Z | Checking ssh-cipher v0.2.0 |
2517 | 2025-01-28T07:01:36.332Z | Checking async-lock v3.4.0 |
2518 | 2025-01-28T07:01:36.415Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2519 | 2025-01-28T07:01:37.118Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2520 | 2025-01-28T07:01:37.277Z | Checking polling v3.7.3 |
2521 | 2025-01-28T07:01:37.683Z | Checking password-hash v0.4.2 |
2522 | 2025-01-28T07:01:38.073Z | Checking pbkdf2 v0.11.0 |
2523 | 2025-01-28T07:01:38.368Z | Checking async-io v2.3.4 |
2524 | 2025-01-28T07:01:38.407Z | Checking ssh-key v0.6.6 |
2525 | 2025-01-28T07:01:39.292Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2526 | 2025-01-28T07:01:40.002Z | Checking p256 v0.13.2 |
2527 | 2025-01-28T07:01:40.038Z | Checking p521 v0.13.3 |
2528 | 2025-01-28T07:01:40.450Z | Checking russh-cryptovec v0.7.3 |
2529 | 2025-01-28T07:01:40.689Z | Checking md5 v0.7.0 |
2530 | 2025-01-28T07:01:41.009Z | Compiling doc-comment v0.3.3 |
2531 | 2025-01-28T07:01:41.216Z | Compiling target-lexicon v0.12.16 |
2532 | 2025-01-28T07:01:41.312Z | Checking async-task v4.7.1 |
2533 | 2025-01-28T07:01:41.612Z | Checking russh-keys v0.45.0 |
2534 | 2025-01-28T07:01:41.662Z | Checking async-channel v2.3.1 |
2535 | 2025-01-28T07:01:41.978Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2536 | 2025-01-28T07:01:42.242Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2537 | 2025-01-28T07:01:42.884Z | Checking piper v0.2.4 |
2538 | 2025-01-28T07:01:43.017Z | Checking num-bigint v0.4.6 |
2539 | 2025-01-28T07:01:43.125Z | Checking des v0.8.1 |
2540 | 2025-01-28T07:01:43.418Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2541 | 2025-01-28T07:01:43.505Z | Compiling guppy-workspace-hack v0.1.0 |
2542 | 2025-01-28T07:01:43.804Z | Checking futures-timer v3.0.3 |
2543 | 2025-01-28T07:01:44.115Z | Compiling assert_cmd v2.0.16 |
2544 | 2025-01-28T07:01:44.291Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2545 | 2025-01-28T07:01:44.609Z | Checking blocking v1.6.1 |
2546 | 2025-01-28T07:01:45.369Z | Checking russh v0.45.0 |
2547 | 2025-01-28T07:01:45.443Z | Checking async-executor v1.13.1 |
2548 | 2025-01-28T07:01:45.689Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2549 | 2025-01-28T07:01:45.780Z | Checking async-signal v0.2.10 |
2550 | 2025-01-28T07:01:46.064Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2551 | 2025-01-28T07:01:46.464Z | Compiling target-spec v3.2.2 |
2552 | 2025-01-28T07:01:46.538Z | Checking event-listener v2.5.3 |
2553 | 2025-01-28T07:01:46.774Z | Checking internet-checksum v0.2.1 |
2554 | 2025-01-28T07:01:46.948Z | Checking async-channel v1.9.0 |
2555 | 2025-01-28T07:01:47.203Z | Checking async-process v2.3.0 |
2556 | 2025-01-28T07:01:47.253Z | Checking async-global-executor v2.4.1 |
2557 | 2025-01-28T07:01:47.549Z | Checking cfg-expr v0.17.0 |
2558 | 2025-01-28T07:01:47.714Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2559 | 2025-01-28T07:01:47.963Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2560 | 2025-01-28T07:01:48.362Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2561 | 2025-01-28T07:01:48.744Z | Checking httptest v0.16.1 |
2562 | 2025-01-28T07:01:49.006Z | Checking rustls-native-certs v0.7.3 |
2563 | 2025-01-28T07:01:49.210Z | Compiling petname v2.0.2 |
2564 | 2025-01-28T07:01:49.411Z | Checking num_cpus v1.16.0 |
2565 | 2025-01-28T07:01:49.430Z | Checking kv-log-macro v1.0.7 |
2566 | 2025-01-28T07:01:49.543Z | Compiling async-attributes v1.1.2 |
2567 | 2025-01-28T07:01:50.315Z | Checking async-std v1.13.0 |
2568 | 2025-01-28T07:01:50.504Z | Checking threadpool v1.8.1 |
2569 | 2025-01-28T07:01:50.725Z | Checking hyper-rustls v0.26.0 |
2570 | 2025-01-28T07:01:51.488Z | Checking pathdiff v0.2.2 |
2571 | 2025-01-28T07:01:51.587Z | Compiling rstest_macros v0.23.0 |
2572 | 2025-01-28T07:01:51.658Z | Checking nested v0.1.1 |
2573 | 2025-01-28T07:01:51.683Z | Checking escape8259 v0.5.3 |
2574 | 2025-01-28T07:01:51.872Z | Compiling target-triple v0.1.3 |
2575 | 2025-01-28T07:01:51.895Z | Checking libtest-mimic v0.7.3 |
2576 | 2025-01-28T07:01:52.206Z | Checking guppy v0.17.8 |
2577 | 2025-01-28T07:01:52.385Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2578 | 2025-01-28T07:01:53.203Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2579 | 2025-01-28T07:01:53.521Z | Checking similar-asserts v1.6.0 |
2580 | 2025-01-28T07:01:53.611Z | Checking async-object-pool v0.1.5 |
2581 | 2025-01-28T07:01:53.787Z | Checking fancy-regex v0.13.0 |
2582 | 2025-01-28T07:01:53.818Z | Checking serde_regex v1.1.0 |
2583 | 2025-01-28T07:01:54.091Z | Checking assert-json-diff v2.0.2 |
2584 | 2025-01-28T07:01:54.114Z | Compiling proc-macro-crate v3.2.0 |
2585 | 2025-01-28T07:01:54.375Z | Checking path-tree v0.8.1 |
2586 | 2025-01-28T07:01:54.540Z | Checking sync-ptr v0.1.1 |
2587 | 2025-01-28T07:01:54.711Z | Checking stringmetrics v2.2.2 |
2588 | 2025-01-28T07:01:54.760Z | Compiling relative-path v1.9.3 |
2589 | 2025-01-28T07:01:54.952Z | Checking httpmock v0.8.0-alpha.1 |
2590 | 2025-01-28T07:01:54.990Z | Checking datatest-stable v0.2.9 |
2591 | 2025-01-28T07:01:55.347Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2592 | 2025-01-28T07:01:55.455Z | Checking blake2b_simd v1.0.2 |
2593 | 2025-01-28T07:01:56.310Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2594 | 2025-01-28T07:01:56.727Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2595 | 2025-01-28T07:01:57.043Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2596 | 2025-01-28T07:01:57.361Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2597 | 2025-01-28T07:01:57.680Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2598 | 2025-01-28T07:01:58.182Z | Checking serde_tokenstream v0.2.2 |
2599 | 2025-01-28T07:01:58.601Z | Checking uzers v0.12.1 |
2600 | 2025-01-28T07:01:59.171Z | Checking rust-argon2 v2.1.0 |
2601 | 2025-01-28T07:01:59.653Z | Checking trybuild v1.0.101 |
2602 | 2025-01-28T07:01:59.920Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2603 | 2025-01-28T07:02:00.980Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2604 | 2025-01-28T07:02:01.117Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2605 | 2025-01-28T07:02:02.265Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2606 | 2025-01-28T07:02:02.570Z | Checking rand_distr v0.4.3 |
2607 | 2025-01-28T07:02:03.292Z | Checking multimap v0.10.0 |
2608 | 2025-01-28T07:02:03.615Z | Checking approx v0.5.1 |
2609 | 2025-01-28T07:02:03.890Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2610 | 2025-01-28T07:02:04.134Z | Checking rstest v0.23.0 |
2611 | 2025-01-28T07:02:04.463Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2612 | 2025-01-28T07:02:05.364Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2613 | 2025-01-28T07:02:05.713Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2614 | 2025-01-28T07:02:06.563Z | Checking partial-io v0.5.4 |
2615 | 2025-01-28T07:02:06.662Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2616 | 2025-01-28T07:02:06.897Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2617 | 2025-01-28T07:02:06.920Z | Checking cargo_toml v0.20.5 |
2618 | 2025-01-28T07:02:06.942Z | Checking termios v0.3.3 |
2619 | 2025-01-28T07:02:07.165Z | Compiling indoc v2.0.5 |
2620 | 2025-01-28T07:02:08.257Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2621 | 2025-01-28T07:02:08.844Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2622 | 2025-01-28T07:02:09.356Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2623 | 2025-01-28T07:02:09.499Z | Compiling git2 v0.19.0 |
2624 | 2025-01-28T07:02:13.059Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2625 | 2025-01-28T07:02:18.019Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2626 | 2025-01-28T07:02:25.673Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2627 | 2025-01-28T07:02:29.115Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2628 | 2025-01-28T07:02:36.951Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2629 | 2025-01-28T07:03:03.182Z | error: unnecessary parentheses around block return value |
2630 | 2025-01-28T07:03:03.182Z | --> installinator-common/src/block_size_writer.rs:199:20 |
2631 | 2025-01-28T07:03:03.182Z | | |
2632 | 2025-01-28T07:03:03.182Z | 199 | #[strategy((16_usize..4096))] block_size: usize, |
2633 | 2025-01-28T07:03:03.182Z | | ^ ^ |
2634 | 2025-01-28T07:03:03.182Z | | |
2635 | 2025-01-28T07:03:03.182Z | = note: `-D unused-parens` implied by `-D warnings` |
2636 | 2025-01-28T07:03:03.182Z | = help: to override `-D warnings` add `#[allow(unused_parens)]` |
2637 | 2025-01-28T07:03:03.182Z | help: remove these parentheses |
2638 | 2025-01-28T07:03:03.182Z | | |
2639 | 2025-01-28T07:03:03.182Z | 199 - #[strategy((16_usize..4096))] block_size: usize, |
2640 | 2025-01-28T07:03:03.182Z | 199 + #[strategy(16_usize..4096)] block_size: usize, |
2641 | 2025-01-28T07:03:03.182Z | | |
2642 | 2025-01-28T07:03:03.183Z | |
2643 | 2025-01-28T07:03:04.516Z | error: could not compile `installinator-common` (lib test) due to 1 previous error |
2644 | 2025-01-28T07:03:04.516Z | warning: build failed, waiting for other jobs to finish... |
2645 | 2025-01-28T07:03:34.492Z | Error: failed: exit status: 101 |
2646 | 2025-01-28T07:03:34.495Z | |
2647 | 2025-01-28T07:03:34.495Z | real 4:36.720015570 |
2648 | 2025-01-28T07:03:34.495Z | user 27:34.454534581 |
2649 | 2025-01-28T07:03:34.495Z | sys 4:20.473122113 |
2650 | 2025-01-28T07:03:34.495Z | trap 0.872045561 |
2651 | 2025-01-28T07:03:34.495Z | tflt 1.456525747 |
2652 | 2025-01-28T07:03:34.495Z | dflt 0.307602392 |
2653 | 2025-01-28T07:03:34.495Z | kflt 0.007555714 |
2654 | 2025-01-28T07:03:34.495Z | lock 36:18.821413465 |
2655 | 2025-01-28T07:03:34.495Z | slp 1:35:52.596328331 |
2656 | 2025-01-28T07:03:34.495Z | lat 1:37.609620239 |
2657 | 2025-01-28T07:03:34.495Z | stop 6:10.499725831 |
2658 | 2025-01-28T07:03:34.495Z | process exited: duration 571141 ms, exit code 1 |
|
2659 | 2025-01-28T07:03:34.501Z | found 0 output files |