|
|
|
1 | 2025-02-13T04:29:21.260Z | job assigned to worker 01JKYS1QSWJX9Z4Y0ERB7962SF [factory aws, i-0108cc210c1ab7539] (queued for 4 m 57 s) |
|
2 | 2025-02-13T04:29:29.690Z | starting task 0: "setup" |
3 | 2025-02-13T04:29:29.698Z | ++ uname -s |
4 | 2025-02-13T04:29:29.701Z | + kern=SunOS |
5 | 2025-02-13T04:29:29.701Z | + build_user=build |
6 | 2025-02-13T04:29:29.701Z | + build_uid=12345 |
7 | 2025-02-13T04:29:29.701Z | + work_dir=/work |
8 | 2025-02-13T04:29:29.701Z | + input_dir=/input |
9 | 2025-02-13T04:29:29.701Z | + [[ 0 == 12345 ]] |
10 | 2025-02-13T04:29:29.701Z | + case "$kern" in |
11 | 2025-02-13T04:29:29.701Z | + groupadd -g 12345 build |
12 | 2025-02-13T04:29:29.704Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-13T04:29:31.712Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-13T04:29:31.805Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-13T04:29:31.807Z | + home_fs=zfs |
16 | 2025-02-13T04:29:31.807Z | + [[ zfs == autofs ]] |
17 | 2025-02-13T04:29:31.807Z | + mkdir -p /home/build |
18 | 2025-02-13T04:29:31.808Z | + chown build:build /home/build /work |
19 | 2025-02-13T04:29:33.811Z | + chmod 0700 /home/build /work |
20 | 2025-02-13T04:29:33.815Z | process exited: duration 4122 ms, exit code 0 |
|
21 | 2025-02-13T04:29:33.820Z | starting task 1: "rust-toolchain" |
22 | 2025-02-13T04:29:33.826Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.1 |
23 | 2025-02-13T04:29:33.826Z | * rust toolchain channel = "1.84.1" |
24 | 2025-02-13T04:29:33.826Z | * rust toolchain profile = "default" |
25 | 2025-02-13T04:29:33.826Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-13T04:29:33.826Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-13T04:29:33.826Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-13T04:29:33.829Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-13T04:29:33.829Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default |
30 | 2025-02-13T04:29:33.949Z | info: downloading installer |
31 | 2025-02-13T04:29:35.299Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-13T04:29:35.299Z | warning: /opt/ooce/bin |
33 | 2025-02-13T04:29:35.299Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-13T04:29:35.299Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-13T04:29:35.299Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-13T04:29:35.299Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-13T04:29:35.299Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-13T04:29:35.299Z | error: cannot install while Rust is installed |
39 | 2025-02-13T04:29:35.299Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-13T04:29:35.315Z | info: profile set to 'default' |
41 | 2025-02-13T04:29:35.315Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-13T04:29:35.318Z | info: syncing channel updates for '1.84.1-x86_64-unknown-illumos' |
43 | 2025-02-13T04:29:35.475Z | info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) |
44 | 2025-02-13T04:29:35.475Z | info: downloading component 'cargo' |
45 | 2025-02-13T04:29:36.379Z | info: downloading component 'clippy' |
46 | 2025-02-13T04:29:36.720Z | info: downloading component 'rust-docs' |
47 | 2025-02-13T04:29:37.934Z | info: downloading component 'rust-std' |
48 | 2025-02-13T04:29:39.904Z | info: downloading component 'rustc' |
49 | 2025-02-13T04:29:46.894Z | info: downloading component 'rustfmt' |
50 | 2025-02-13T04:29:47.158Z | info: installing component 'cargo' |
51 | 2025-02-13T04:29:48.034Z | info: installing component 'clippy' |
52 | 2025-02-13T04:29:48.432Z | info: installing component 'rust-docs' |
53 | 2025-02-13T04:29:50.121Z | info: installing component 'rust-std' |
54 | 2025-02-13T04:29:52.057Z | info: installing component 'rustc' |
55 | 2025-02-13T04:29:58.257Z | info: installing component 'rustfmt' |
56 | 2025-02-13T04:29:58.591Z | info: default toolchain set to '1.84.1-x86_64-unknown-illumos' |
57 | 2025-02-13T04:29:58.591Z | |
58 | 2025-02-13T04:29:58.982Z | 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27) |
59 | 2025-02-13T04:29:58.982Z | |
60 | 2025-02-13T04:29:58.985Z | |
61 | 2025-02-13T04:29:58.985Z | Rust is installed now. Great! |
62 | 2025-02-13T04:29:58.985Z | |
63 | 2025-02-13T04:29:58.985Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-13T04:29:58.985Z | environment variable. This has not been done automatically. |
65 | 2025-02-13T04:29:58.985Z | |
66 | 2025-02-13T04:29:58.985Z | To configure your current shell, you need to source |
67 | 2025-02-13T04:29:58.985Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-13T04:29:58.985Z | |
69 | 2025-02-13T04:29:58.985Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-13T04:29:58.986Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-13T04:29:58.986Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-13T04:29:59.063Z | + rustup --version |
73 | 2025-02-13T04:29:59.070Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-13T04:29:59.070Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-13T04:29:59.149Z | info: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)` |
76 | 2025-02-13T04:29:59.152Z | + cargo --version |
77 | 2025-02-13T04:29:59.211Z | cargo 1.84.1 (66221abde 2024-11-19) |
78 | 2025-02-13T04:29:59.215Z | + rustc --version |
79 | 2025-02-13T04:29:59.274Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
80 | 2025-02-13T04:29:59.278Z | process exited: duration 25451 ms, exit code 0 |
|
81 | 2025-02-13T04:29:59.308Z | starting task 2: "authentication" |
82 | 2025-02-13T04:29:59.396Z | process exited: duration 44 ms, exit code 0 |
|
83 | 2025-02-13T04:29:59.566Z | starting task 3: "clone repository" |
84 | 2025-02-13T04:29:59.627Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-13T04:29:59.628Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-13T04:29:59.628Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-13T04:30:06.598Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-13T04:30:06.601Z | + git fetch origin c3b0e63cb25d63fe9fdf35c672b8567a3ac88687 |
89 | 2025-02-13T04:30:06.945Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-13T04:30:06.945Z | * branch c3b0e63cb25d63fe9fdf35c672b8567a3ac88687 -> FETCH_HEAD |
91 | 2025-02-13T04:30:06.956Z | + [[ -n '' ]] |
92 | 2025-02-13T04:30:06.956Z | + git reset --hard c3b0e63cb25d63fe9fdf35c672b8567a3ac88687 |
93 | 2025-02-13T04:30:07.139Z | HEAD is now at c3b0e63cb Update Rust crate tokio-tungstenite to 0.26.1 |
94 | 2025-02-13T04:30:07.141Z | process exited: duration 7628 ms, exit code 0 |
|
95 | 2025-02-13T04:30:07.147Z | starting task 4: "build" |
96 | 2025-02-13T04:30:07.152Z | + source ./env.sh |
97 | 2025-02-13T04:30:07.152Z | ++ OLD_SHELL_OPTS=ehxB |
98 | 2025-02-13T04:30:07.152Z | ++ set -o xtrace |
99 | 2025-02-13T04:30:07.155Z | ++++ dirname ./env.sh |
100 | 2025-02-13T04:30:07.158Z | +++ readlink -f . |
101 | 2025-02-13T04:30:07.160Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2025-02-13T04:30:07.160Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2025-02-13T04:30:07.160Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2025-02-13T04:30:07.160Z | ++ 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 |
105 | 2025-02-13T04:30:07.160Z | ++ 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 |
106 | 2025-02-13T04:30:07.160Z | ++ 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 |
107 | 2025-02-13T04:30:07.160Z | ++ 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 |
108 | 2025-02-13T04:30:07.160Z | ++ 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 |
109 | 2025-02-13T04:30:07.160Z | ++ 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 |
110 | 2025-02-13T04:30:07.160Z | ++ case $OLD_SHELL_OPTS in |
111 | 2025-02-13T04:30:07.160Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
112 | 2025-02-13T04:30:07.161Z | + source .github/buildomat/ci-env.sh |
113 | 2025-02-13T04:30:07.161Z | ++ export CARGO_TERM_COLOR=always |
114 | 2025-02-13T04:30:07.161Z | ++ CARGO_TERM_COLOR=always |
115 | 2025-02-13T04:30:07.161Z | + cargo --version |
116 | 2025-02-13T04:30:07.209Z | cargo 1.84.1 (66221abde 2024-11-19) |
117 | 2025-02-13T04:30:07.212Z | + rustc --version |
118 | 2025-02-13T04:30:07.278Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
119 | 2025-02-13T04:30:07.282Z | + banner prerequisites |
120 | 2025-02-13T04:30:07.282Z | |
121 | 2025-02-13T04:30:07.282Z | ##### ##### ###### ##### ###### #### # # # #### # |
122 | 2025-02-13T04:30:07.282Z | # # # # # # # # # # # # # # # |
123 | 2025-02-13T04:30:07.282Z | # # # # ##### # # ##### # # # # # #### # |
124 | 2025-02-13T04:30:07.282Z | ##### ##### # ##### # # # # # # # # # |
125 | 2025-02-13T04:30:07.282Z | # # # # # # # # # # # # # # # |
126 | 2025-02-13T04:30:07.282Z | # # # ###### # # ###### ### # #### # #### # |
127 | 2025-02-13T04:30:07.282Z | |
128 | 2025-02-13T04:30:07.282Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
129 | 2025-02-13T04:30:09.012Z | pkg list: illegal option -- F |
130 | 2025-02-13T04:30:09.013Z | Usage: |
131 | 2025-02-13T04:30:09.015Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
132 | 2025-02-13T04:30:09.015Z | [pkg_fmri_pattern ...] |
133 | 2025-02-13T04:30:09.879Z | pkg list: illegal option -- F |
134 | 2025-02-13T04:30:09.879Z | Usage: |
135 | 2025-02-13T04:30:09.883Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
136 | 2025-02-13T04:30:09.883Z | [pkg_fmri_pattern ...] |
137 | 2025-02-13T04:30:16.383Z | Startup: Refreshing catalog 'helios-dev' ... Done |
138 | 2025-02-13T04:30:20.722Z | Startup: Caching catalogs ... Done |
139 | 2025-02-13T04:30:33.361Z | Planning: Solver setup ... Done (11.682s) |
140 | 2025-02-13T04:30:33.517Z | Planning: Running solver ... Done (0.158s) |
141 | 2025-02-13T04:30:33.639Z | Planning: Finding local manifests ... Done (0.008s) |
142 | 2025-02-13T04:30:33.653Z | Planning: Fetching manifests: 0/7 0% complete |
143 | 2025-02-13T04:30:33.898Z | Planning: Fetching manifests: 7/7 100% complete |
144 | 2025-02-13T04:30:34.010Z | Planning: Package planning ... Done (0.112s) |
145 | 2025-02-13T04:30:34.066Z | Planning: Merging actions ... Done (0.056s) |
146 | 2025-02-13T04:30:34.261Z | Planning: Checking for conflicting actions ... Done (0.195s) |
147 | 2025-02-13T04:30:36.443Z | Planning: Consolidating action changes ... Done (2.176s) |
148 | 2025-02-13T04:30:36.894Z | Planning: Evaluating mediators ... Done (0.456s) |
149 | 2025-02-13T04:30:36.982Z | Planning: Planning completed in 16.15 seconds |
150 | 2025-02-13T04:30:36.994Z | Packages to install: 4 |
151 | 2025-02-13T04:30:36.994Z | Packages to update: 3 |
152 | 2025-02-13T04:30:36.994Z | Mediators to change: 2 |
153 | 2025-02-13T04:30:36.994Z | Services to change: 1 |
154 | 2025-02-13T04:30:36.997Z | Estimated space available: 155.61 GB |
155 | 2025-02-13T04:30:36.997Z | Estimated space to be consumed: 1.65 GB |
156 | 2025-02-13T04:30:36.997Z | Create boot environment: No |
157 | 2025-02-13T04:30:36.997Z | Create backup boot environment: Yes |
158 | 2025-02-13T04:30:36.997Z | Rebuild boot archive: No |
159 | 2025-02-13T04:30:36.997Z | |
160 | 2025-02-13T04:30:36.997Z | Changed mediators: |
161 | 2025-02-13T04:30:36.997Z | mediator clang: |
162 | 2025-02-13T04:30:36.997Z | version: None -> 15 (system default) |
163 | 2025-02-13T04:30:36.997Z | |
164 | 2025-02-13T04:30:36.997Z | mediator llvm: |
165 | 2025-02-13T04:30:36.997Z | version: 14 (system default) -> 15 (system default) |
166 | 2025-02-13T04:30:36.997Z | |
167 | 2025-02-13T04:30:36.997Z | Changed packages: |
168 | 2025-02-13T04:30:36.998Z | helios-dev |
169 | 2025-02-13T04:30:36.998Z | developer/build-essential |
170 | 2025-02-13T04:30:36.998Z | None -> 11-2.0 |
171 | 2025-02-13T04:30:36.998Z | library/libxmlsec1 |
172 | 2025-02-13T04:30:36.998Z | None -> 1.2.35-2.0 |
173 | 2025-02-13T04:30:36.998Z | ooce/developer/clang-15 |
174 | 2025-02-13T04:30:36.998Z | None -> 15.0.7-2.0 |
175 | 2025-02-13T04:30:36.998Z | ooce/developer/llvm-15 |
176 | 2025-02-13T04:30:36.998Z | None -> 15.0.7-2.0 |
177 | 2025-02-13T04:30:36.998Z | package/pkg |
178 | 2025-02-13T04:30:36.998Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
179 | 2025-02-13T04:30:36.998Z | system/library/g++-runtime |
180 | 2025-02-13T04:30:36.998Z | 13-2.0 -> 14-2.0 |
181 | 2025-02-13T04:30:36.998Z | system/library/gcc-runtime |
182 | 2025-02-13T04:30:36.998Z | 13-2.0 -> 14-2.0 |
183 | 2025-02-13T04:30:36.998Z | |
184 | 2025-02-13T04:30:36.998Z | Services: |
185 | 2025-02-13T04:30:36.998Z | restart_fmri: |
186 | 2025-02-13T04:30:36.998Z | svc:/system/update-man-index:default |
187 | 2025-02-13T04:30:36.998Z | |
188 | 2025-02-13T04:30:36.998Z | Editable files to change: |
189 | 2025-02-13T04:30:36.998Z | Update: |
190 | 2025-02-13T04:30:36.998Z | usr/share/lib/pkg/web/config.shtml |
191 | 2025-02-13T04:30:37.084Z | |
192 | 2025-02-13T04:30:37.084Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
193 | 2025-02-13T04:30:42.095Z | Download: 1425/4301 items 112.1/225.4MB 49% complete (22.4M/s) |
194 | 2025-02-13T04:30:47.085Z | Download: 3224/4301 items 169.8/225.4MB 75% complete (17.0M/s) |
195 | 2025-02-13T04:30:52.113Z | Download: 4206/4301 items 220.6/225.4MB 97% complete (13.6M/s) |
196 | 2025-02-13T04:30:53.416Z | Download: Completed 225.42 MB in 16.33 seconds (13.8M/s) |
197 | 2025-02-13T04:30:55.397Z | Actions: 1/5122 actions (Removing old actions) |
198 | 2025-02-13T04:30:55.418Z | Actions: 194/5122 actions (Installing new actions) |
199 | 2025-02-13T04:31:00.124Z | Actions: 4267/5122 actions (Updating modified actions) |
200 | 2025-02-13T04:31:00.523Z | Actions: Completed 5122 actions in 5.09 seconds. |
201 | 2025-02-13T04:31:00.733Z | Done (0.229s) |
202 | 2025-02-13T04:31:00.758Z | Done (0.001s) |
203 | 2025-02-13T04:31:01.339Z | Done (0.614s) |
204 | 2025-02-13T04:31:05.930Z | Done (4.364s) |
205 | 2025-02-13T04:31:06.024Z | Done (0.019s) |
206 | 2025-02-13T04:31:06.027Z | Done (0.000s) |
207 | 2025-02-13T04:31:06.187Z | Done (0.000s) |
208 | 2025-02-13T04:31:06.917Z | Planning: Evaluating mediator changes ... Done |
209 | 2025-02-13T04:31:07.077Z | Planning: Checking for conflicting actions ... Done |
210 | 2025-02-13T04:31:07.081Z | Planning: Consolidating action changes ... Done |
211 | 2025-02-13T04:31:07.353Z | Planning: Evaluating mediators ... Done |
212 | 2025-02-13T04:31:07.356Z | Planning: Planning completed in 0.44 seconds |
213 | 2025-02-13T04:31:07.393Z | Mediators to change: 2 |
214 | 2025-02-13T04:31:07.393Z | Create boot environment: No |
215 | 2025-02-13T04:31:07.396Z | Create backup boot environment: No |
216 | 2025-02-13T04:31:07.477Z | Done |
217 | 2025-02-13T04:31:07.477Z | Done |
218 | 2025-02-13T04:31:07.857Z | Done |
219 | 2025-02-13T04:31:11.492Z | Done |
220 | 2025-02-13T04:31:11.584Z | Done |
221 | 2025-02-13T04:31:11.587Z | Done |
222 | 2025-02-13T04:31:11.731Z | Done |
223 | 2025-02-13T04:31:12.347Z | Planning: Evaluating mediator changes ... Done |
224 | 2025-02-13T04:31:12.350Z | Planning: Merging actions ... Done |
225 | 2025-02-13T04:31:12.536Z | Planning: Checking for conflicting actions ... Done |
226 | 2025-02-13T04:31:12.539Z | Planning: Consolidating action changes ... Done |
227 | 2025-02-13T04:31:12.807Z | Planning: Evaluating mediators ... Done |
228 | 2025-02-13T04:31:12.859Z | Planning: Planning completed in 0.75 seconds |
229 | 2025-02-13T04:31:12.899Z | Packages to change: 1 |
230 | 2025-02-13T04:31:12.899Z | Mediators to change: 1 |
231 | 2025-02-13T04:31:12.903Z | Services to change: 1 |
232 | 2025-02-13T04:31:12.903Z | Create boot environment: No |
233 | 2025-02-13T04:31:12.903Z | Create backup boot environment: Yes |
234 | 2025-02-13T04:31:14.150Z | Actions: 1/6 actions (Updating modified actions) |
235 | 2025-02-13T04:31:14.155Z | Actions: Completed 6 actions in 0.00 seconds. |
236 | 2025-02-13T04:31:14.155Z | Done |
237 | 2025-02-13T04:31:14.155Z | Done |
238 | 2025-02-13T04:31:14.277Z | Done |
239 | 2025-02-13T04:31:17.896Z | Done |
240 | 2025-02-13T04:31:17.985Z | Done |
241 | 2025-02-13T04:31:17.988Z | Done |
242 | 2025-02-13T04:31:18.128Z | Done |
243 | 2025-02-13T04:31:18.573Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
244 | 2025-02-13T04:31:18.573Z | clang system 15 system |
245 | 2025-02-13T04:31:18.573Z | csh system system illumos |
246 | 2025-02-13T04:31:18.573Z | ctags system system illumos |
247 | 2025-02-13T04:31:18.573Z | gcc vendor 12 vendor |
248 | 2025-02-13T04:31:18.573Z | gcc system 10 system |
249 | 2025-02-13T04:31:18.573Z | gcc system 7 system |
250 | 2025-02-13T04:31:18.573Z | go system 1.20 system |
251 | 2025-02-13T04:31:18.573Z | go system 1.19 system |
252 | 2025-02-13T04:31:18.573Z | llvm system 15 system |
253 | 2025-02-13T04:31:18.573Z | llvm system 14 system |
254 | 2025-02-13T04:31:18.573Z | mariadb system 10.6 system |
255 | 2025-02-13T04:31:18.573Z | mta vendor vendor dma |
256 | 2025-02-13T04:31:18.573Z | openjdk system 17 system |
257 | 2025-02-13T04:31:18.573Z | openjdk system 11 system |
258 | 2025-02-13T04:31:18.573Z | openjdk system 1.8 system |
259 | 2025-02-13T04:31:18.573Z | openssl vendor 3 vendor |
260 | 2025-02-13T04:31:18.573Z | perl system 5.36 system |
261 | 2025-02-13T04:31:18.573Z | postgresql system 15 system |
262 | 2025-02-13T04:31:18.573Z | postgresql system 13 system |
263 | 2025-02-13T04:31:18.573Z | python vendor 3 vendor |
264 | 2025-02-13T04:31:18.573Z | python system 2 system |
265 | 2025-02-13T04:31:18.573Z | python3 system 3.11 system |
266 | 2025-02-13T04:31:18.573Z | ruby system 3.0 system |
267 | 2025-02-13T04:31:18.574Z | words vendor vendor american-english |
268 | 2025-02-13T04:31:18.574Z | words system system australian-english |
269 | 2025-02-13T04:31:18.574Z | words system system british-english |
270 | 2025-02-13T04:31:18.574Z | words system system canadian-english |
271 | 2025-02-13T04:31:18.574Z | words system system french |
272 | 2025-02-13T04:31:18.574Z | words system system italian |
273 | 2025-02-13T04:31:18.574Z | words system system ngerman |
274 | 2025-02-13T04:31:18.574Z | words system system ogerman |
275 | 2025-02-13T04:31:18.574Z | words system system spanish |
276 | 2025-02-13T04:31:18.913Z | PUBLISHER TYPE STATUS P LOCATION |
277 | 2025-02-13T04:31:18.913Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
278 | 2025-02-13T04:31:21.911Z | FMRI IFO |
279 | 2025-02-13T04:31:21.911Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
280 | 2025-02-13T04:31:21.911Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
281 | 2025-02-13T04:31:21.911Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
282 | 2025-02-13T04:31:21.911Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
283 | 2025-02-13T04:31:21.911Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
284 | 2025-02-13T04:31:21.911Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
285 | 2025-02-13T04:31:21.911Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
286 | 2025-02-13T04:31:21.911Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
287 | 2025-02-13T04:31:21.911Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
288 | 2025-02-13T04:31:21.911Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
289 | 2025-02-13T04:31:21.911Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
290 | 2025-02-13T04:31:21.911Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
291 | 2025-02-13T04:31:21.911Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
292 | 2025-02-13T04:31:21.911Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
293 | 2025-02-13T04:31:21.911Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
294 | 2025-02-13T04:31:22.682Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
295 | 2025-02-13T04:31:23.016Z | Updating crates.io index |
296 | 2025-02-13T04:31:23.475Z | Updating git repository `https://github.com/oxidecomputer/daft` |
297 | 2025-02-13T04:31:23.521Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
298 | 2025-02-13T04:31:24.018Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
299 | 2025-02-13T04:31:24.331Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
300 | 2025-02-13T04:31:24.566Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
301 | 2025-02-13T04:31:24.788Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
302 | 2025-02-13T04:31:26.061Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
303 | 2025-02-13T04:31:27.825Z | Updating git repository `https://github.com/oxidecomputer/opte` |
304 | 2025-02-13T04:31:28.517Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
305 | 2025-02-13T04:31:29.244Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
306 | 2025-02-13T04:31:29.925Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
307 | 2025-02-13T04:31:29.927Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
308 | 2025-02-13T04:31:30.503Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
309 | 2025-02-13T04:31:30.829Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
310 | 2025-02-13T04:31:31.163Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
311 | 2025-02-13T04:31:31.427Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
312 | 2025-02-13T04:31:31.761Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
313 | 2025-02-13T04:31:32.021Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
314 | 2025-02-13T04:31:32.411Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
315 | 2025-02-13T04:31:32.738Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
316 | 2025-02-13T04:31:33.068Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
317 | 2025-02-13T04:31:33.555Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
318 | 2025-02-13T04:31:33.910Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
319 | 2025-02-13T04:31:34.173Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
320 | 2025-02-13T04:31:34.703Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
321 | 2025-02-13T04:31:35.019Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
322 | 2025-02-13T04:31:35.414Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
323 | 2025-02-13T04:31:35.839Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
324 | 2025-02-13T04:31:36.121Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
325 | 2025-02-13T04:31:36.402Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
326 | 2025-02-13T04:31:36.701Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
327 | 2025-02-13T04:31:38.019Z | Downloading crates ... |
328 | 2025-02-13T04:31:38.117Z | Downloaded equivalent v1.0.1 |
329 | 2025-02-13T04:31:38.127Z | Downloaded cargo-platform v0.1.8 |
330 | 2025-02-13T04:31:38.130Z | Downloaded anstyle-query v1.1.1 |
331 | 2025-02-13T04:31:38.133Z | Downloaded anstyle-parse v0.2.5 |
332 | 2025-02-13T04:31:38.133Z | Downloaded anstream v0.6.15 |
333 | 2025-02-13T04:31:38.135Z | Downloaded dtrace-parser v0.2.0 |
334 | 2025-02-13T04:31:38.147Z | Downloaded errno v0.3.9 |
335 | 2025-02-13T04:31:38.151Z | Downloaded crypto-common v0.1.6 |
336 | 2025-02-13T04:31:38.154Z | Downloaded clap_lex v0.7.4 |
337 | 2025-02-13T04:31:38.154Z | Downloaded digest v0.10.7 |
338 | 2025-02-13T04:31:38.564Z | Downloaded cfg-if v1.0.0 |
339 | 2025-02-13T04:31:38.564Z | Downloaded anstyle v1.0.10 |
340 | 2025-02-13T04:31:38.567Z | Downloaded usdt-attr-macro v0.5.0 |
341 | 2025-02-13T04:31:38.568Z | Downloaded pretty-hex v0.4.1 |
342 | 2025-02-13T04:31:38.568Z | Downloaded usdt-macro v0.5.0 |
343 | 2025-02-13T04:31:38.568Z | Downloaded scroll_derive v0.12.0 |
344 | 2025-02-13T04:31:38.568Z | Downloaded swrite v0.1.0 |
345 | 2025-02-13T04:31:38.568Z | Downloaded dof v0.3.0 |
346 | 2025-02-13T04:31:38.568Z | Downloaded cpufeatures v0.2.14 |
347 | 2025-02-13T04:31:38.568Z | Downloaded heck v0.4.1 |
348 | 2025-02-13T04:31:38.568Z | Downloaded block-buffer v0.10.4 |
349 | 2025-02-13T04:31:38.568Z | Downloaded colorchoice v1.0.2 |
350 | 2025-02-13T04:31:38.568Z | Downloaded generic-array v0.14.7 |
351 | 2025-02-13T04:31:38.568Z | Downloaded usdt v0.5.0 |
352 | 2025-02-13T04:31:38.568Z | Downloaded toml_datetime v0.6.8 |
353 | 2025-02-13T04:31:38.568Z | Downloaded thread-id v4.2.2 |
354 | 2025-02-13T04:31:38.568Z | Downloaded heck v0.5.0 |
355 | 2025-02-13T04:31:38.568Z | Downloaded bytecount v0.6.8 |
356 | 2025-02-13T04:31:38.568Z | Downloaded version_check v0.9.5 |
357 | 2025-02-13T04:31:38.568Z | Downloaded thiserror v1.0.69 |
358 | 2025-02-13T04:31:38.568Z | Downloaded clap v4.5.27 |
359 | 2025-02-13T04:31:38.568Z | Downloaded utf8parse v0.2.2 |
360 | 2025-02-13T04:31:38.568Z | Downloaded clap_derive v4.5.24 |
361 | 2025-02-13T04:31:38.568Z | Downloaded strsim v0.11.1 |
362 | 2025-02-13T04:31:38.568Z | Downloaded itoa v1.0.11 |
363 | 2025-02-13T04:31:38.568Z | Downloaded fnv v1.0.7 |
364 | 2025-02-13T04:31:38.568Z | Downloaded smawk v0.3.2 |
365 | 2025-02-13T04:31:38.568Z | Downloaded cargo_toml v0.20.5 |
366 | 2025-02-13T04:31:38.568Z | Downloaded cargo_metadata v0.18.1 |
367 | 2025-02-13T04:31:38.568Z | Downloaded terminal_size v0.4.0 |
368 | 2025-02-13T04:31:38.568Z | Downloaded serde_tokenstream v0.2.2 |
369 | 2025-02-13T04:31:38.568Z | Downloaded memmap v0.7.0 |
370 | 2025-02-13T04:31:38.568Z | Downloaded fs-err v2.11.0 |
371 | 2025-02-13T04:31:38.568Z | Downloaded fastrand v2.1.1 |
372 | 2025-02-13T04:31:38.568Z | Downloaded unicode-linebreak v0.1.5 |
373 | 2025-02-13T04:31:38.568Z | Downloaded camino v1.1.9 |
374 | 2025-02-13T04:31:38.568Z | Downloaded serde_spanned v0.6.8 |
375 | 2025-02-13T04:31:38.568Z | Downloaded proc-macro-error-attr v1.0.4 |
376 | 2025-02-13T04:31:38.568Z | Downloaded plain v0.2.3 |
377 | 2025-02-13T04:31:38.568Z | Downloaded camino-tempfile v1.1.1 |
378 | 2025-02-13T04:31:38.569Z | Downloaded once_cell v1.20.2 |
379 | 2025-02-13T04:31:38.569Z | Downloaded tabled_derive v0.7.0 |
380 | 2025-02-13T04:31:38.569Z | Downloaded pest_derive v2.7.14 |
381 | 2025-02-13T04:31:38.569Z | Downloaded is_terminal_polyfill v1.70.1 |
382 | 2025-02-13T04:31:38.569Z | Downloaded autocfg v1.4.0 |
383 | 2025-02-13T04:31:38.569Z | Downloaded tempfile v3.13.0 |
384 | 2025-02-13T04:31:38.569Z | Downloaded thiserror-impl v1.0.69 |
385 | 2025-02-13T04:31:38.569Z | Downloaded proc-macro-error v1.0.4 |
386 | 2025-02-13T04:31:38.569Z | Downloaded sha2 v0.10.8 |
387 | 2025-02-13T04:31:38.569Z | Downloaded scroll v0.12.0 |
388 | 2025-02-13T04:31:38.569Z | Downloaded quote v1.0.38 |
389 | 2025-02-13T04:31:38.569Z | Downloaded macaddr v1.0.1 |
390 | 2025-02-13T04:31:38.569Z | Downloaded byteorder v1.5.0 |
391 | 2025-02-13T04:31:38.569Z | Downloaded pest_generator v2.7.14 |
392 | 2025-02-13T04:31:38.569Z | Downloaded usdt-impl v0.5.0 |
393 | 2025-02-13T04:31:38.569Z | Downloaded anyhow v1.0.95 |
394 | 2025-02-13T04:31:38.569Z | Downloaded ucd-trie v0.1.7 |
395 | 2025-02-13T04:31:38.569Z | Downloaded toml v0.8.19 |
396 | 2025-02-13T04:31:38.569Z | Downloaded textwrap v0.16.1 |
397 | 2025-02-13T04:31:38.569Z | Downloaded ryu v1.0.18 |
398 | 2025-02-13T04:31:38.569Z | Downloaded zerocopy-derive v0.7.35 |
399 | 2025-02-13T04:31:38.569Z | Downloaded pest_meta v2.7.14 |
400 | 2025-02-13T04:31:38.569Z | Downloaded unicode-ident v1.0.14 |
401 | 2025-02-13T04:31:38.569Z | Downloaded semver v1.0.24 |
402 | 2025-02-13T04:31:38.569Z | Downloaded bitflags v2.6.0 |
403 | 2025-02-13T04:31:38.569Z | Downloaded typenum v1.17.0 |
404 | 2025-02-13T04:31:38.569Z | Downloaded log v0.4.22 |
405 | 2025-02-13T04:31:38.569Z | Downloaded serde_derive v1.0.217 |
406 | 2025-02-13T04:31:38.569Z | Downloaded proc-macro2 v1.0.92 |
407 | 2025-02-13T04:31:38.569Z | Downloaded papergrid v0.11.0 |
408 | 2025-02-13T04:31:38.569Z | Downloaded serde v1.0.217 |
409 | 2025-02-13T04:31:38.569Z | Downloaded indexmap v2.7.1 |
410 | 2025-02-13T04:31:38.569Z | Downloaded memchr v2.7.4 |
411 | 2025-02-13T04:31:38.569Z | Downloaded toml_edit v0.22.22 |
412 | 2025-02-13T04:31:38.569Z | Downloaded hashbrown v0.15.1 |
413 | 2025-02-13T04:31:38.569Z | Downloaded serde_json v1.0.135 |
414 | 2025-02-13T04:31:38.569Z | Downloaded pest v2.7.14 |
415 | 2025-02-13T04:31:38.569Z | Downloaded clap_builder v4.5.27 |
416 | 2025-02-13T04:31:38.569Z | Downloaded zerocopy v0.7.35 |
417 | 2025-02-13T04:31:38.569Z | Downloaded winnow v0.6.20 |
418 | 2025-02-13T04:31:38.570Z | Downloaded goblin v0.8.2 |
419 | 2025-02-13T04:31:38.570Z | Downloaded tabled v0.15.0 |
420 | 2025-02-13T04:31:38.570Z | Downloaded syn v1.0.109 |
421 | 2025-02-13T04:31:38.570Z | Downloaded unicode-width v0.1.14 |
422 | 2025-02-13T04:31:38.570Z | Downloaded syn v2.0.96 |
423 | 2025-02-13T04:31:38.570Z | Downloaded rustix v0.38.37 |
424 | 2025-02-13T04:31:38.570Z | Downloaded libc v0.2.169 |
425 | 2025-02-13T04:31:38.794Z | Compiling proc-macro2 v1.0.92 |
426 | 2025-02-13T04:31:38.794Z | Compiling unicode-ident v1.0.14 |
427 | 2025-02-13T04:31:38.797Z | Compiling serde v1.0.217 |
428 | 2025-02-13T04:31:38.797Z | Compiling version_check v0.9.5 |
429 | 2025-02-13T04:31:38.797Z | Compiling thiserror v1.0.69 |
430 | 2025-02-13T04:31:38.797Z | Compiling memchr v2.7.4 |
431 | 2025-02-13T04:31:38.797Z | Compiling libc v0.2.169 |
432 | 2025-02-13T04:31:38.830Z | Compiling ryu v1.0.18 |
433 | 2025-02-13T04:31:39.065Z | Compiling ucd-trie v0.1.7 |
434 | 2025-02-13T04:31:39.275Z | Compiling itoa v1.0.11 |
435 | 2025-02-13T04:31:39.554Z | Compiling once_cell v1.20.2 |
436 | 2025-02-13T04:31:39.602Z | Compiling byteorder v1.5.0 |
437 | 2025-02-13T04:31:39.656Z | Compiling serde_json v1.0.135 |
438 | 2025-02-13T04:31:39.929Z | Compiling rustix v0.38.37 |
439 | 2025-02-13T04:31:40.054Z | Compiling bitflags v2.6.0 |
440 | 2025-02-13T04:31:40.103Z | Compiling usdt-impl v0.5.0 |
441 | 2025-02-13T04:31:40.383Z | Compiling proc-macro-error-attr v1.0.4 |
442 | 2025-02-13T04:31:40.442Z | Compiling syn v1.0.109 |
443 | 2025-02-13T04:31:40.490Z | Compiling proc-macro-error v1.0.4 |
444 | 2025-02-13T04:31:40.586Z | Compiling quote v1.0.38 |
445 | 2025-02-13T04:31:40.667Z | Compiling errno v0.3.9 |
446 | 2025-02-13T04:31:40.817Z | Compiling utf8parse v0.2.2 |
447 | 2025-02-13T04:31:40.903Z | Compiling camino v1.1.9 |
448 | 2025-02-13T04:31:40.929Z | Compiling syn v2.0.96 |
449 | 2025-02-13T04:31:41.020Z | Compiling plain v0.2.3 |
450 | 2025-02-13T04:31:41.080Z | Compiling hashbrown v0.15.1 |
451 | 2025-02-13T04:31:41.186Z | Compiling log v0.4.22 |
452 | 2025-02-13T04:31:41.212Z | Compiling equivalent v1.0.1 |
453 | 2025-02-13T04:31:41.342Z | Compiling thread-id v4.2.2 |
454 | 2025-02-13T04:31:41.481Z | Compiling anstyle-parse v0.2.5 |
455 | 2025-02-13T04:31:41.687Z | Compiling autocfg v1.4.0 |
456 | 2025-02-13T04:31:41.803Z | Compiling unicode-width v0.1.14 |
457 | 2025-02-13T04:31:41.931Z | Compiling anstyle-query v1.1.1 |
458 | 2025-02-13T04:31:41.994Z | Compiling semver v1.0.24 |
459 | 2025-02-13T04:31:42.093Z | Compiling indexmap v2.7.1 |
460 | 2025-02-13T04:31:42.174Z | Compiling colorchoice v1.0.2 |
461 | 2025-02-13T04:31:42.347Z | Compiling anstyle v1.0.10 |
462 | 2025-02-13T04:31:42.373Z | Compiling is_terminal_polyfill v1.70.1 |
463 | 2025-02-13T04:31:42.507Z | Compiling winnow v0.6.20 |
464 | 2025-02-13T04:31:42.569Z | Compiling pretty-hex v0.4.1 |
465 | 2025-02-13T04:31:42.757Z | Compiling fs-err v2.11.0 |
466 | 2025-02-13T04:31:42.778Z | Compiling anstream v0.6.15 |
467 | 2025-02-13T04:31:43.100Z | Compiling terminal_size v0.4.0 |
468 | 2025-02-13T04:31:43.259Z | Compiling bytecount v0.6.8 |
469 | 2025-02-13T04:31:43.317Z | Compiling heck v0.5.0 |
470 | 2025-02-13T04:31:43.405Z | Compiling heck v0.4.1 |
471 | 2025-02-13T04:31:43.482Z | Compiling clap_lex v0.7.4 |
472 | 2025-02-13T04:31:43.511Z | Compiling cfg-if v1.0.0 |
473 | 2025-02-13T04:31:43.632Z | Compiling fnv v1.0.7 |
474 | 2025-02-13T04:31:43.661Z | Compiling fastrand v2.1.1 |
475 | 2025-02-13T04:31:43.854Z | Compiling strsim v0.11.1 |
476 | 2025-02-13T04:31:43.857Z | Compiling anyhow v1.0.95 |
477 | 2025-02-13T04:31:43.963Z | Compiling papergrid v0.11.0 |
478 | 2025-02-13T04:31:44.265Z | Compiling tempfile v3.13.0 |
479 | 2025-02-13T04:31:44.694Z | Compiling clap_builder v4.5.27 |
480 | 2025-02-13T04:31:44.940Z | Compiling memmap v0.7.0 |
481 | 2025-02-13T04:31:45.046Z | Compiling unicode-linebreak v0.1.5 |
482 | 2025-02-13T04:31:45.086Z | Compiling smawk v0.3.2 |
483 | 2025-02-13T04:31:45.534Z | Compiling textwrap v0.16.1 |
484 | 2025-02-13T04:31:45.841Z | Compiling swrite v0.1.0 |
485 | 2025-02-13T04:31:46.658Z | Compiling tabled_derive v0.7.0 |
486 | 2025-02-13T04:31:47.908Z | Compiling serde_derive v1.0.217 |
487 | 2025-02-13T04:31:47.908Z | Compiling thiserror-impl v1.0.69 |
488 | 2025-02-13T04:31:47.911Z | Compiling zerocopy-derive v0.7.35 |
489 | 2025-02-13T04:31:47.911Z | Compiling scroll_derive v0.12.0 |
490 | 2025-02-13T04:31:47.911Z | Compiling clap_derive v4.5.24 |
491 | 2025-02-13T04:31:48.259Z | Compiling tabled v0.15.0 |
492 | 2025-02-13T04:31:49.363Z | Compiling scroll v0.12.0 |
493 | 2025-02-13T04:31:49.882Z | Compiling goblin v0.8.2 |
494 | 2025-02-13T04:31:49.955Z | Compiling zerocopy v0.7.35 |
495 | 2025-02-13T04:31:51.028Z | Compiling pest v2.7.14 |
496 | 2025-02-13T04:31:51.679Z | Compiling clap v4.5.27 |
497 | 2025-02-13T04:31:53.274Z | Compiling pest_meta v2.7.14 |
498 | 2025-02-13T04:31:54.209Z | Compiling pest_generator v2.7.14 |
499 | 2025-02-13T04:31:55.579Z | Compiling pest_derive v2.7.14 |
500 | 2025-02-13T04:31:56.173Z | Compiling dtrace-parser v0.2.0 |
501 | 2025-02-13T04:31:56.830Z | Compiling toml_datetime v0.6.8 |
502 | 2025-02-13T04:31:56.830Z | Compiling serde_spanned v0.6.8 |
503 | 2025-02-13T04:31:57.042Z | Compiling serde_tokenstream v0.2.2 |
504 | 2025-02-13T04:31:57.113Z | Compiling cargo-platform v0.1.8 |
505 | 2025-02-13T04:31:57.245Z | Compiling toml_edit v0.22.22 |
506 | 2025-02-13T04:31:57.288Z | Compiling macaddr v1.0.1 |
507 | 2025-02-13T04:31:57.610Z | Compiling camino-tempfile v1.1.1 |
508 | 2025-02-13T04:31:58.279Z | Compiling dof v0.3.0 |
509 | 2025-02-13T04:31:58.279Z | Compiling cargo_metadata v0.18.1 |
510 | 2025-02-13T04:31:59.739Z | Compiling usdt-attr-macro v0.5.0 |
511 | 2025-02-13T04:31:59.739Z | Compiling usdt-macro v0.5.0 |
512 | 2025-02-13T04:31:59.952Z | Compiling toml v0.8.19 |
513 | 2025-02-13T04:32:00.798Z | Compiling cargo_toml v0.20.5 |
514 | 2025-02-13T04:32:00.932Z | Compiling usdt v0.5.0 |
515 | 2025-02-13T04:32:03.582Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
516 | 2025-02-13T04:32:06.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.28s |
517 | 2025-02-13T04:32:07.027Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
518 | 2025-02-13T04:32:07.559Z | Downloading crates ... |
519 | 2025-02-13T04:32:07.693Z | Downloaded aead v0.5.2 |
520 | 2025-02-13T04:32:07.696Z | Downloaded array-init v0.0.4 |
521 | 2025-02-13T04:32:07.699Z | Downloaded arrayref v0.3.9 |
522 | 2025-02-13T04:32:07.699Z | Downloaded arrayvec v0.7.6 |
523 | 2025-02-13T04:32:07.701Z | Downloaded adler2 v2.0.0 |
524 | 2025-02-13T04:32:07.706Z | Downloaded hex v0.4.3 |
525 | 2025-02-13T04:32:07.708Z | Downloaded ciborium-io v0.2.2 |
526 | 2025-02-13T04:32:07.714Z | Downloaded atomicwrites v0.4.4 |
527 | 2025-02-13T04:32:07.716Z | Downloaded heapless v0.8.0 |
528 | 2025-02-13T04:32:07.722Z | Downloaded hubpack_derive v0.1.1 |
529 | 2025-02-13T04:32:07.724Z | Downloaded cfg_aliases v0.1.1 |
530 | 2025-02-13T04:32:07.727Z | Downloaded http-range v0.1.5 |
531 | 2025-02-13T04:32:07.729Z | Downloaded cstr-argument v0.1.2 |
532 | 2025-02-13T04:32:07.732Z | Downloaded crunchy v0.2.2 |
533 | 2025-02-13T04:32:07.732Z | Downloaded async-stream-impl v0.3.6 |
534 | 2025-02-13T04:32:07.735Z | Downloaded is_ci v1.2.0 |
535 | 2025-02-13T04:32:07.737Z | Downloaded cfg_aliases v0.2.1 |
536 | 2025-02-13T04:32:07.740Z | Downloaded atty v0.2.14 |
537 | 2025-02-13T04:32:07.743Z | Downloaded constant_time_eq v0.3.1 |
538 | 2025-02-13T04:32:07.743Z | Downloaded instant v0.1.13 |
539 | 2025-02-13T04:32:07.745Z | Downloaded hex-literal v0.4.1 |
540 | 2025-02-13T04:32:07.748Z | Downloaded crucible-workspace-hack v0.1.0 |
541 | 2025-02-13T04:32:07.748Z | Downloaded castaway v0.2.3 |
542 | 2025-02-13T04:32:07.750Z | Downloaded ascii-canvas v3.0.0 |
543 | 2025-02-13T04:32:07.753Z | Downloaded hyper-tls v0.6.0 |
544 | 2025-02-13T04:32:07.753Z | Downloaded humantime v2.1.0 |
545 | 2025-02-13T04:32:07.756Z | Downloaded hostname v0.3.1 |
546 | 2025-02-13T04:32:07.759Z | Downloaded ahash v0.8.11 |
547 | 2025-02-13T04:32:07.761Z | Downloaded match_cfg v0.1.0 |
548 | 2025-02-13T04:32:07.762Z | Downloaded addr2line v0.24.2 |
549 | 2025-02-13T04:32:07.767Z | Downloaded md5 v0.7.0 |
550 | 2025-02-13T04:32:07.770Z | Downloaded crossbeam-deque v0.8.5 |
551 | 2025-02-13T04:32:07.770Z | Downloaded blowfish v0.9.1 |
552 | 2025-02-13T04:32:07.770Z | Downloaded http-body v1.0.1 |
553 | 2025-02-13T04:32:07.773Z | Downloaded async-recursion v1.1.1 |
554 | 2025-02-13T04:32:07.775Z | Downloaded ident_case v1.0.1 |
555 | 2025-02-13T04:32:07.778Z | Downloaded chacha20 v0.9.1 |
556 | 2025-02-13T04:32:07.780Z | Downloaded icu_provider_macros v1.5.0 |
557 | 2025-02-13T04:32:07.780Z | Downloaded chrono-tz-build v0.4.0 |
558 | 2025-02-13T04:32:07.785Z | Downloaded home v0.5.9 |
559 | 2025-02-13T04:32:07.785Z | Downloaded atomic-waker v1.1.2 |
560 | 2025-02-13T04:32:07.788Z | Downloaded crc v3.2.1 |
561 | 2025-02-13T04:32:07.788Z | Downloaded managed v0.8.0 |
562 | 2025-02-13T04:32:07.791Z | Downloaded mime v0.3.17 |
563 | 2025-02-13T04:32:07.793Z | Downloaded is-terminal v0.4.13 |
564 | 2025-02-13T04:32:07.793Z | Downloaded curve25519-dalek-derive v0.1.1 |
565 | 2025-02-13T04:32:07.796Z | Downloaded linked-hash-map v0.5.6 |
566 | 2025-02-13T04:32:07.796Z | Downloaded keccak v0.1.5 |
567 | 2025-02-13T04:32:07.799Z | Downloaded idna_adapter v1.2.0 |
568 | 2025-02-13T04:32:07.799Z | Downloaded colored v2.1.0 |
569 | 2025-02-13T04:32:07.803Z | Downloaded hickory-client v0.24.2 |
570 | 2025-02-13T04:32:07.806Z | Downloaded crc-catalog v2.4.0 |
571 | 2025-02-13T04:32:07.809Z | Downloaded kstat-rs v0.2.4 |
572 | 2025-02-13T04:32:07.809Z | Downloaded indent_write v2.2.0 |
573 | 2025-02-13T04:32:07.811Z | Downloaded progenitor-client v0.9.1 |
574 | 2025-02-13T04:32:07.811Z | Downloaded highway v1.2.0 |
575 | 2025-02-13T04:32:07.814Z | Downloaded icu_locid_transform v1.5.0 |
576 | 2025-02-13T04:32:07.817Z | Downloaded memoffset v0.9.1 |
577 | 2025-02-13T04:32:07.820Z | Downloaded bit-vec v0.6.3 |
578 | 2025-02-13T04:32:07.823Z | Downloaded mime_guess v2.0.5 |
579 | 2025-02-13T04:32:07.823Z | Downloaded lazy_static v1.5.0 |
580 | 2025-02-13T04:32:07.825Z | Downloaded mockall v0.13.0 |
581 | 2025-02-13T04:32:07.828Z | Downloaded rustc-hash v1.1.0 |
582 | 2025-02-13T04:32:07.828Z | Downloaded hyper-rustls v0.27.3 |
583 | 2025-02-13T04:32:07.831Z | Downloaded lockfree-object-pool v0.1.6 |
584 | 2025-02-13T04:32:07.834Z | Downloaded mirai-annotations v1.12.0 |
585 | 2025-02-13T04:32:07.837Z | Downloaded lru v0.12.5 |
586 | 2025-02-13T04:32:07.839Z | Downloaded const_format_proc_macros v0.2.34 |
587 | 2025-02-13T04:32:07.839Z | Downloaded httparse v1.9.5 |
588 | 2025-02-13T04:32:07.844Z | Downloaded inout v0.1.3 |
589 | 2025-02-13T04:32:07.847Z | Downloaded cookie_store v0.21.1 |
590 | 2025-02-13T04:32:07.849Z | Downloaded maybe-uninit v2.0.0 |
591 | 2025-02-13T04:32:07.849Z | Downloaded cancel-safe-futures v0.1.5 |
592 | 2025-02-13T04:32:07.852Z | Downloaded libefi-sys v0.1.0 |
593 | 2025-02-13T04:32:07.855Z | Downloaded hubpack v0.1.2 |
594 | 2025-02-13T04:32:07.858Z | Downloaded jobserver v0.1.32 |
595 | 2025-02-13T04:32:07.858Z | Downloaded bzip2 v0.4.4 |
596 | 2025-02-13T04:32:07.861Z | Downloaded indoc v1.0.9 |
597 | 2025-02-13T04:32:07.866Z | Downloaded crc32fast v1.4.2 |
598 | 2025-02-13T04:32:07.870Z | Downloaded icu_locid v1.5.0 |
599 | 2025-02-13T04:32:07.873Z | Downloaded strum v0.26.3 |
600 | 2025-02-13T04:32:07.875Z | Downloaded sqlparser_derive v0.2.2 |
601 | 2025-02-13T04:32:07.876Z | Downloaded md-5 v0.10.6 |
602 | 2025-02-13T04:32:07.876Z | Downloaded impl-trait-for-tuples v0.2.2 |
603 | 2025-02-13T04:32:07.878Z | Downloaded time-core v0.1.2 |
604 | 2025-02-13T04:32:07.881Z | Downloaded progenitor-macro v0.9.1 |
605 | 2025-02-13T04:32:07.884Z | Downloaded litemap v0.7.3 |
606 | 2025-02-13T04:32:07.886Z | Downloaded linear-map v1.2.0 |
607 | 2025-02-13T04:32:07.886Z | Downloaded quick-error v1.2.3 |
608 | 2025-02-13T04:32:07.889Z | Downloaded rand_chacha v0.3.1 |
609 | 2025-02-13T04:32:07.891Z | Downloaded memmap2 v0.9.5 |
610 | 2025-02-13T04:32:07.894Z | Downloaded lock_api v0.4.12 |
611 | 2025-02-13T04:32:07.897Z | Downloaded zone_cfg_derive v0.1.2 |
612 | 2025-02-13T04:32:07.897Z | Downloaded yoke-derive v0.7.4 |
613 | 2025-02-13T04:32:07.897Z | Downloaded endian-type v0.1.2 |
614 | 2025-02-13T04:32:07.901Z | Downloaded ipnetwork v0.20.0 |
615 | 2025-02-13T04:32:07.901Z | Downloaded zone_cfg_derive v0.3.0 |
616 | 2025-02-13T04:32:07.903Z | Downloaded mockall_derive v0.13.0 |
617 | 2025-02-13T04:32:07.903Z | Downloaded siphasher v0.3.11 |
618 | 2025-02-13T04:32:07.906Z | Downloaded signal-hook-registry v1.4.2 |
619 | 2025-02-13T04:32:07.908Z | Downloaded slog-bunyan v2.5.0 |
620 | 2025-02-13T04:32:07.908Z | Downloaded indexmap v1.9.3 |
621 | 2025-02-13T04:32:07.912Z | Downloaded multer v3.1.0 |
622 | 2025-02-13T04:32:07.915Z | Downloaded hyper-staticfile v0.10.1 |
623 | 2025-02-13T04:32:07.918Z | Downloaded strip-ansi-escapes v0.2.0 |
624 | 2025-02-13T04:32:07.920Z | Downloaded const-oid v0.9.6 |
625 | 2025-02-13T04:32:07.923Z | Downloaded icu_normalizer v1.5.0 |
626 | 2025-02-13T04:32:07.927Z | Downloaded base64ct v1.6.0 |
627 | 2025-02-13T04:32:07.930Z | Downloaded number_prefix v0.4.0 |
628 | 2025-02-13T04:32:07.933Z | Downloaded newtype-uuid v1.2.1 |
629 | 2025-02-13T04:32:07.935Z | Downloaded smf v0.2.3 |
630 | 2025-02-13T04:32:07.935Z | Downloaded libloading v0.8.5 |
631 | 2025-02-13T04:32:07.938Z | Downloaded ipnet v2.10.1 |
632 | 2025-02-13T04:32:07.940Z | Downloaded progenitor-client v0.8.0 |
633 | 2025-02-13T04:32:07.940Z | Downloaded unicode-truncate v1.1.0 |
634 | 2025-02-13T04:32:07.943Z | Downloaded icu_locid_transform_data v1.5.0 |
635 | 2025-02-13T04:32:07.946Z | Downloaded tap v1.0.1 |
636 | 2025-02-13T04:32:07.946Z | Downloaded darling v0.20.10 |
637 | 2025-02-13T04:32:07.951Z | Downloaded blake2 v0.10.6 |
638 | 2025-02-13T04:32:07.954Z | Downloaded hostname v0.4.0 |
639 | 2025-02-13T04:32:07.957Z | Downloaded dirs-sys-next v0.1.2 |
640 | 2025-02-13T04:32:07.957Z | Downloaded typify-macro v0.3.0 |
641 | 2025-02-13T04:32:07.960Z | Downloaded lru-cache v0.1.2 |
642 | 2025-02-13T04:32:07.960Z | Downloaded displaydoc v0.2.5 |
643 | 2025-02-13T04:32:07.963Z | Downloaded display-error-chain v0.2.2 |
644 | 2025-02-13T04:32:07.965Z | Downloaded which v4.4.2 |
645 | 2025-02-13T04:32:07.968Z | Downloaded enum-as-inner v0.6.1 |
646 | 2025-02-13T04:32:07.972Z | Downloaded indicatif v0.17.11 |
647 | 2025-02-13T04:32:07.974Z | Downloaded rpassword v7.3.1 |
648 | 2025-02-13T04:32:07.977Z | Downloaded futures-sink v0.3.31 |
649 | 2025-02-13T04:32:07.977Z | Downloaded fragile v2.0.0 |
650 | 2025-02-13T04:32:07.980Z | Downloaded serde_derive_internals v0.29.1 |
651 | 2025-02-13T04:32:07.983Z | Downloaded icu_collections v1.5.0 |
652 | 2025-02-13T04:32:07.989Z | Downloaded ghash v0.5.1 |
653 | 2025-02-13T04:32:07.991Z | Downloaded tokio-rustls v0.24.1 |
654 | 2025-02-13T04:32:07.994Z | Downloaded const_format v0.2.34 |
655 | 2025-02-13T04:32:08.000Z | Downloaded subtle v2.6.1 |
656 | 2025-02-13T04:32:08.005Z | Downloaded arc-swap v1.7.1 |
657 | 2025-02-13T04:32:08.007Z | Downloaded num-integer v0.1.46 |
658 | 2025-02-13T04:32:08.007Z | Downloaded zerofrom v0.1.4 |
659 | 2025-02-13T04:32:08.010Z | Downloaded cookie v0.18.1 |
660 | 2025-02-13T04:32:08.015Z | Downloaded percent-encoding v2.3.1 |
661 | 2025-02-13T04:32:08.015Z | Downloaded thread_local v1.1.8 |
662 | 2025-02-13T04:32:08.018Z | Downloaded miniz_oxide v0.8.0 |
663 | 2025-02-13T04:32:08.018Z | Downloaded rand_xorshift v0.3.0 |
664 | 2025-02-13T04:32:08.020Z | Downloaded ppv-lite86 v0.2.20 |
665 | 2025-02-13T04:32:08.020Z | Downloaded tokio-tungstenite v0.26.1 |
666 | 2025-02-13T04:32:08.023Z | Downloaded derive_builder_macro v0.20.2 |
667 | 2025-02-13T04:32:08.025Z | Downloaded vte_generate_state_changes v0.1.2 |
668 | 2025-02-13T04:32:08.025Z | Downloaded powerfmt v0.2.0 |
669 | 2025-02-13T04:32:08.028Z | Downloaded yoke v0.7.4 |
670 | 2025-02-13T04:32:08.031Z | Downloaded uzers v0.12.1 |
671 | 2025-02-13T04:32:08.035Z | Downloaded env_filter v0.1.2 |
672 | 2025-02-13T04:32:08.038Z | Downloaded derive_builder v0.20.2 |
673 | 2025-02-13T04:32:08.046Z | Downloaded foreign-types-shared v0.3.1 |
674 | 2025-02-13T04:32:08.049Z | Downloaded simd-adler32 v0.3.7 |
675 | 2025-02-13T04:32:08.051Z | Downloaded semver v0.1.20 |
676 | 2025-02-13T04:32:08.054Z | Downloaded new_debug_unreachable v1.0.6 |
677 | 2025-02-13T04:32:08.057Z | Downloaded crypto-bigint v0.5.5 |
678 | 2025-02-13T04:32:08.064Z | Downloaded peg-runtime v0.8.3 |
679 | 2025-02-13T04:32:08.066Z | Downloaded ssh-encoding v0.2.0 |
680 | 2025-02-13T04:32:08.069Z | Downloaded slog-stdlog v4.1.1 |
681 | 2025-02-13T04:32:08.069Z | Downloaded thiserror-impl-no-std v2.0.2 |
682 | 2025-02-13T04:32:08.072Z | Downloaded tokio-native-tls v0.3.1 |
683 | 2025-02-13T04:32:08.075Z | Downloaded toml v0.7.8 |
684 | 2025-02-13T04:32:08.077Z | Downloaded deranged v0.3.11 |
685 | 2025-02-13T04:32:08.080Z | Downloaded hyper-util v0.1.10 |
686 | 2025-02-13T04:32:08.084Z | Downloaded thiserror-impl v2.0.11 |
687 | 2025-02-13T04:32:08.086Z | Downloaded base64 v0.22.1 |
688 | 2025-02-13T04:32:08.103Z | Downloaded dsl_auto_type v0.1.2 |
689 | 2025-02-13T04:32:08.106Z | Downloaded uuid v1.12.0 |
690 | 2025-02-13T04:32:08.108Z | Downloaded unicode-properties v0.1.3 |
691 | 2025-02-13T04:32:08.112Z | Downloaded flagset v0.4.6 |
692 | 2025-02-13T04:32:08.115Z | Downloaded fallible-iterator v0.2.0 |
693 | 2025-02-13T04:32:08.117Z | Downloaded zone v0.3.0 |
694 | 2025-02-13T04:32:08.117Z | Downloaded schemars v0.8.21 |
695 | 2025-02-13T04:32:08.130Z | Downloaded tinyvec_macros v0.1.1 |
696 | 2025-02-13T04:32:08.133Z | Downloaded waitgroup v0.1.2 |
697 | 2025-02-13T04:32:08.133Z | Downloaded slog-json v2.6.1 |
698 | 2025-02-13T04:32:08.136Z | Downloaded ron v0.8.1 |
699 | 2025-02-13T04:32:08.141Z | Downloaded predicates-tree v1.0.11 |
700 | 2025-02-13T04:32:08.144Z | Downloaded num-derive v0.4.2 |
701 | 2025-02-13T04:32:08.146Z | Downloaded der_derive v0.7.3 |
702 | 2025-02-13T04:32:08.146Z | Downloaded thiserror v2.0.11 |
703 | 2025-02-13T04:32:08.153Z | Downloaded diesel_table_macro_syntax v0.2.0 |
704 | 2025-02-13T04:32:08.156Z | Downloaded parking_lot v0.12.3 |
705 | 2025-02-13T04:32:08.159Z | Downloaded scheduled-thread-pool v0.2.7 |
706 | 2025-02-13T04:32:08.159Z | Downloaded rustversion v1.0.17 |
707 | 2025-02-13T04:32:08.170Z | Downloaded rtoolbox v0.0.2 |
708 | 2025-02-13T04:32:08.171Z | Downloaded quinn-udp v0.5.5 |
709 | 2025-02-13T04:32:08.171Z | Downloaded headers-core v0.3.0 |
710 | 2025-02-13T04:32:08.171Z | Downloaded minimal-lexical v0.2.1 |
711 | 2025-02-13T04:32:08.174Z | Downloaded progenitor-impl v0.8.0 |
712 | 2025-02-13T04:32:08.174Z | Downloaded serde_urlencoded v0.7.1 |
713 | 2025-02-13T04:32:08.178Z | Downloaded pretty-hex v0.2.1 |
714 | 2025-02-13T04:32:08.179Z | Downloaded downcast v0.11.0 |
715 | 2025-02-13T04:32:08.182Z | Downloaded value-bag v1.9.0 |
716 | 2025-02-13T04:32:08.182Z | Downloaded subprocess v0.2.9 |
717 | 2025-02-13T04:32:08.185Z | Downloaded structmeta v0.2.0 |
718 | 2025-02-13T04:32:08.188Z | Downloaded slab v0.4.9 |
719 | 2025-02-13T04:32:08.188Z | Downloaded serde_repr v0.1.19 |
720 | 2025-02-13T04:32:08.190Z | Downloaded pkcs8 v0.10.2 |
721 | 2025-02-13T04:32:08.195Z | Downloaded oso-derive v0.27.3 |
722 | 2025-02-13T04:32:08.200Z | Downloaded wait-timeout v0.2.0 |
723 | 2025-02-13T04:32:08.200Z | Downloaded tokio-macros v2.5.0 |
724 | 2025-02-13T04:32:08.200Z | Downloaded tls_codec_derive v0.4.1 |
725 | 2025-02-13T04:32:08.203Z | Downloaded progenitor v0.8.0 |
726 | 2025-02-13T04:32:08.204Z | Downloaded defmt-parser v0.3.4 |
727 | 2025-02-13T04:32:08.204Z | Downloaded zerovec-derive v0.10.3 |
728 | 2025-02-13T04:32:08.206Z | Downloaded typify v0.3.0 |
729 | 2025-02-13T04:32:08.209Z | Downloaded dyn-clone v1.0.17 |
730 | 2025-02-13T04:32:08.212Z | Downloaded num_enum v0.5.11 |
731 | 2025-02-13T04:32:08.217Z | Downloaded vte v0.11.1 |
732 | 2025-02-13T04:32:08.222Z | Downloaded dropshot_endpoint v0.15.1 |
733 | 2025-02-13T04:32:08.225Z | Downloaded dropshot_endpoint v0.12.0 |
734 | 2025-02-13T04:32:08.225Z | Downloaded http v1.2.0 |
735 | 2025-02-13T04:32:08.228Z | Downloaded unicode-xid v0.2.6 |
736 | 2025-02-13T04:32:08.231Z | Downloaded dunce v1.0.5 |
737 | 2025-02-13T04:32:08.231Z | Downloaded dirs-next v2.0.0 |
738 | 2025-02-13T04:32:08.234Z | Downloaded difflib v0.4.0 |
739 | 2025-02-13T04:32:08.234Z | Downloaded progenitor v0.9.1 |
740 | 2025-02-13T04:32:08.238Z | Downloaded shlex v1.3.0 |
741 | 2025-02-13T04:32:08.238Z | Downloaded ref-cast-impl v1.0.23 |
742 | 2025-02-13T04:32:08.238Z | Downloaded peg-macros v0.8.4 |
743 | 2025-02-13T04:32:08.240Z | Downloaded vergen v8.3.2 |
744 | 2025-02-13T04:32:08.243Z | Downloaded tls_codec v0.4.1 |
745 | 2025-02-13T04:32:08.248Z | Downloaded want v0.3.1 |
746 | 2025-02-13T04:32:08.248Z | Downloaded stable_deref_trait v1.2.0 |
747 | 2025-02-13T04:32:08.248Z | Downloaded pkg-config v0.3.31 |
748 | 2025-02-13T04:32:08.248Z | Downloaded peg v0.8.4 |
749 | 2025-02-13T04:32:08.253Z | Downloaded path-slash v0.1.5 |
750 | 2025-02-13T04:32:08.255Z | Downloaded aho-corasick v1.1.3 |
751 | 2025-02-13T04:32:08.260Z | Downloaded serde_plain v1.0.2 |
752 | 2025-02-13T04:32:08.263Z | Downloaded libxml v0.3.3 |
753 | 2025-02-13T04:32:08.268Z | Downloaded smallvec v0.6.14 |
754 | 2025-02-13T04:32:08.271Z | Downloaded russh-cryptovec v0.7.3 |
755 | 2025-02-13T04:32:08.271Z | Downloaded itertools v0.10.5 |
756 | 2025-02-13T04:32:08.278Z | Downloaded parse-display-derive v0.10.0 |
757 | 2025-02-13T04:32:08.281Z | Downloaded unicode-bidi v0.3.17 |
758 | 2025-02-13T04:32:08.283Z | Downloaded aes v0.8.4 |
759 | 2025-02-13T04:32:08.286Z | Downloaded write16 v1.0.0 |
760 | 2025-02-13T04:32:08.289Z | Downloaded ron v0.7.1 |
761 | 2025-02-13T04:32:08.292Z | Downloaded ref-cast v1.0.23 |
762 | 2025-02-13T04:32:08.295Z | Downloaded tinystr v0.7.6 |
763 | 2025-02-13T04:32:08.300Z | Downloaded radium v0.7.0 |
764 | 2025-02-13T04:32:08.304Z | Downloaded predicates-core v1.0.8 |
765 | 2025-02-13T04:32:08.304Z | Downloaded parse-display v0.10.0 |
766 | 2025-02-13T04:32:08.304Z | Downloaded walkdir v2.5.0 |
767 | 2025-02-13T04:32:08.304Z | Downloaded thiserror-no-std v2.0.2 |
768 | 2025-02-13T04:32:08.308Z | Downloaded zeroize v1.8.1 |
769 | 2025-02-13T04:32:08.312Z | Downloaded num v0.4.3 |
770 | 2025-02-13T04:32:08.312Z | Downloaded zerofrom-derive v0.1.4 |
771 | 2025-02-13T04:32:08.314Z | Downloaded zeroize_derive v1.4.2 |
772 | 2025-02-13T04:32:08.314Z | Downloaded precomputed-hash v0.1.1 |
773 | 2025-02-13T04:32:08.314Z | Downloaded normalize-line-endings v0.3.0 |
774 | 2025-02-13T04:32:08.317Z | Downloaded tabwriter v1.4.0 |
775 | 2025-02-13T04:32:08.317Z | Downloaded xattr v1.3.1 |
776 | 2025-02-13T04:32:08.321Z | Downloaded crossterm v0.28.1 |
777 | 2025-02-13T04:32:08.326Z | Downloaded phf_shared v0.10.0 |
778 | 2025-02-13T04:32:08.330Z | Downloaded opaque-debug v0.3.1 |
779 | 2025-02-13T04:32:08.330Z | Downloaded phf_codegen v0.11.2 |
780 | 2025-02-13T04:32:08.334Z | Downloaded pbkdf2 v0.12.2 |
781 | 2025-02-13T04:32:08.334Z | Downloaded snafu-derive v0.8.5 |
782 | 2025-02-13T04:32:08.334Z | Downloaded smallvec v1.13.2 |
783 | 2025-02-13T04:32:08.336Z | Downloaded parking_lot_core v0.9.10 |
784 | 2025-02-13T04:32:08.340Z | Downloaded signal-hook-tokio v0.3.1 |
785 | 2025-02-13T04:32:08.340Z | Downloaded rfc6979 v0.4.0 |
786 | 2025-02-13T04:32:08.345Z | Downloaded pem-rfc7468 v0.7.0 |
787 | 2025-02-13T04:32:08.345Z | Downloaded tokio-rustls v0.25.0 |
788 | 2025-02-13T04:32:08.347Z | Downloaded pem v3.0.4 |
789 | 2025-02-13T04:32:08.348Z | Downloaded pbkdf2 v0.11.0 |
790 | 2025-02-13T04:32:08.351Z | Downloaded toolchain_find v0.4.0 |
791 | 2025-02-13T04:32:08.351Z | Downloaded half v2.4.1 |
792 | 2025-02-13T04:32:08.353Z | Downloaded rcgen v0.12.1 |
793 | 2025-02-13T04:32:08.357Z | Downloaded string_cache v0.8.7 |
794 | 2025-02-13T04:32:08.359Z | Downloaded typify v0.2.0 |
795 | 2025-02-13T04:32:08.365Z | Downloaded itertools v0.12.1 |
796 | 2025-02-13T04:32:08.373Z | Downloaded universal-hash v0.5.1 |
797 | 2025-02-13T04:32:08.375Z | Downloaded time-macros v0.2.18 |
798 | 2025-02-13T04:32:08.375Z | Downloaded untrusted v0.9.0 |
799 | 2025-02-13T04:32:08.375Z | Downloaded writeable v0.5.5 |
800 | 2025-02-13T04:32:08.378Z | Downloaded darling_macro v0.20.10 |
801 | 2025-02-13T04:32:08.378Z | Downloaded termtree v0.5.1 |
802 | 2025-02-13T04:32:08.380Z | Downloaded supports-color v3.0.1 |
803 | 2025-02-13T04:32:08.380Z | Downloaded slog-dtrace v0.3.0 |
804 | 2025-02-13T04:32:08.385Z | Downloaded parse-size v1.1.0 |
805 | 2025-02-13T04:32:08.390Z | Downloaded ff v0.13.0 |
806 | 2025-02-13T04:32:08.390Z | Downloaded float-ord v0.3.2 |
807 | 2025-02-13T04:32:08.390Z | Downloaded float-cmp v0.9.0 |
808 | 2025-02-13T04:32:08.390Z | Downloaded fixedbitset v0.4.2 |
809 | 2025-02-13T04:32:08.394Z | Downloaded filetime v0.2.25 |
810 | 2025-02-13T04:32:08.394Z | Downloaded phf_shared v0.11.2 |
811 | 2025-02-13T04:32:08.394Z | Downloaded salsa20 v0.10.2 |
812 | 2025-02-13T04:32:08.398Z | Downloaded nu-ansi-term v0.50.1 |
813 | 2025-02-13T04:32:08.398Z | Downloaded num-bigint v0.4.6 |
814 | 2025-02-13T04:32:08.402Z | Downloaded termtree v0.4.1 |
815 | 2025-02-13T04:32:08.405Z | Downloaded zip v0.6.6 |
816 | 2025-02-13T04:32:08.408Z | Downloaded signal-hook-mio v0.2.4 |
817 | 2025-02-13T04:32:08.413Z | Downloaded num-traits v0.2.19 |
818 | 2025-02-13T04:32:08.415Z | Downloaded itertools v0.13.0 |
819 | 2025-02-13T04:32:08.421Z | Downloaded topological-sort v0.2.2 |
820 | 2025-02-13T04:32:08.423Z | Downloaded time v0.3.36 |
821 | 2025-02-13T04:32:08.429Z | Downloaded openssl-probe v0.1.5 |
822 | 2025-02-13T04:32:08.432Z | Downloaded num-conv v0.1.0 |
823 | 2025-02-13T04:32:08.432Z | Downloaded foreign-types-shared v0.1.1 |
824 | 2025-02-13T04:32:08.435Z | Downloaded tokio-util v0.7.12 |
825 | 2025-02-13T04:32:08.440Z | Downloaded data-encoding v2.6.0 |
826 | 2025-02-13T04:32:08.443Z | Downloaded structmeta-derive v0.3.0 |
827 | 2025-02-13T04:32:08.445Z | Downloaded ena v0.14.3 |
828 | 2025-02-13T04:32:08.445Z | Downloaded signature v2.2.0 |
829 | 2025-02-13T04:32:08.449Z | Downloaded tinyvec v1.8.0 |
830 | 2025-02-13T04:32:08.451Z | Downloaded slog-envlogger v2.2.0 |
831 | 2025-02-13T04:32:08.454Z | Downloaded foreign-types v0.3.2 |
832 | 2025-02-13T04:32:08.454Z | Downloaded pin-utils v0.1.0 |
833 | 2025-02-13T04:32:08.457Z | Downloaded samael v0.0.17 |
834 | 2025-02-13T04:32:08.461Z | Downloaded rusqlite v0.32.1 |
835 | 2025-02-13T04:32:08.467Z | Downloaded postcard v1.0.10 |
836 | 2025-02-13T04:32:08.470Z | Downloaded serde_with_macros v3.11.0 |
837 | 2025-02-13T04:32:08.473Z | Downloaded oso v0.27.3 |
838 | 2025-02-13T04:32:08.476Z | Downloaded diff v0.1.13 |
839 | 2025-02-13T04:32:08.480Z | Downloaded termios v0.3.3 |
840 | 2025-02-13T04:32:08.482Z | Downloaded rustfmt-wrapper v0.2.1 |
841 | 2025-02-13T04:32:08.486Z | Downloaded resolv-conf v0.7.0 |
842 | 2025-02-13T04:32:08.486Z | Downloaded tokio-tungstenite v0.21.0 |
843 | 2025-02-13T04:32:08.490Z | Downloaded try-lock v0.2.5 |
844 | 2025-02-13T04:32:08.493Z | Downloaded tower-service v0.3.3 |
845 | 2025-02-13T04:32:08.494Z | Downloaded funty v2.0.0 |
846 | 2025-02-13T04:32:08.494Z | Downloaded form_urlencoded v1.2.1 |
847 | 2025-02-13T04:32:08.494Z | Downloaded tiny-keccak v2.0.2 |
848 | 2025-02-13T04:32:08.496Z | Downloaded spki v0.7.3 |
849 | 2025-02-13T04:32:08.496Z | Downloaded utf8_iter v1.0.4 |
850 | 2025-02-13T04:32:08.499Z | Downloaded ed25519 v2.2.3 |
851 | 2025-02-13T04:32:08.501Z | Downloaded test-strategy v0.3.1 |
852 | 2025-02-13T04:32:08.504Z | Downloaded num-rational v0.4.2 |
853 | 2025-02-13T04:32:08.506Z | Downloaded sigpipe v0.1.3 |
854 | 2025-02-13T04:32:08.506Z | Downloaded rand v0.8.5 |
855 | 2025-02-13T04:32:08.510Z | Downloaded p256 v0.13.2 |
856 | 2025-02-13T04:32:08.513Z | Downloaded static_assertions v1.1.0 |
857 | 2025-02-13T04:32:08.517Z | Downloaded olpc-cjson v0.1.4 |
858 | 2025-02-13T04:32:08.519Z | Downloaded num_enum_derive v0.5.11 |
859 | 2025-02-13T04:32:08.519Z | Downloaded ecdsa v0.16.9 |
860 | 2025-02-13T04:32:08.519Z | Downloaded rsa v0.9.6 |
861 | 2025-02-13T04:32:08.525Z | Downloaded fxhash v0.2.1 |
862 | 2025-02-13T04:32:08.527Z | Downloaded defmt-macros v0.3.9 |
863 | 2025-02-13T04:32:08.530Z | Downloaded rusty-fork v0.3.0 |
864 | 2025-02-13T04:32:08.532Z | Downloaded diesel-dtrace v0.4.2 |
865 | 2025-02-13T04:32:08.535Z | Downloaded russh-keys v0.45.0 |
866 | 2025-02-13T04:32:08.538Z | Downloaded ssh-key v0.6.6 |
867 | 2025-02-13T04:32:08.544Z | Downloaded utf-8 v0.7.6 |
868 | 2025-02-13T04:32:08.547Z | Downloaded rustls-pemfile v1.0.4 |
869 | 2025-02-13T04:32:08.549Z | Downloaded termcolor v1.4.1 |
870 | 2025-02-13T04:32:08.549Z | Downloaded hashbrown v0.12.3 |
871 | 2025-02-13T04:32:08.553Z | Downloaded tokio-postgres v0.7.12 |
872 | 2025-02-13T04:32:08.559Z | Downloaded nibble_vec v0.1.0 |
873 | 2025-02-13T04:32:08.562Z | Downloaded tokio-rustls v0.26.0 |
874 | 2025-02-13T04:32:08.565Z | Downloaded prettyplease v0.2.25 |
875 | 2025-02-13T04:32:08.568Z | Downloaded stringprep v0.1.5 |
876 | 2025-02-13T04:32:08.568Z | Downloaded serde-big-array v0.5.1 |
877 | 2025-02-13T04:32:08.570Z | Downloaded shell-words v1.1.0 |
878 | 2025-02-13T04:32:08.573Z | Downloaded sha1 v0.10.6 |
879 | 2025-02-13T04:32:08.573Z | Downloaded r2d2 v0.8.10 |
880 | 2025-02-13T04:32:08.576Z | Downloaded strum_macros v0.24.3 |
881 | 2025-02-13T04:32:08.579Z | Downloaded des v0.8.1 |
882 | 2025-02-13T04:32:08.579Z | Downloaded blake3 v1.5.4 |
883 | 2025-02-13T04:32:08.587Z | Downloaded fatfs v0.3.6 |
884 | 2025-02-13T04:32:08.589Z | Downloaded foreign-types-macros v0.2.3 |
885 | 2025-02-13T04:32:08.592Z | Downloaded spin v0.9.8 |
886 | 2025-02-13T04:32:08.594Z | Downloaded futures-task v0.3.31 |
887 | 2025-02-13T04:32:08.595Z | Downloaded gethostname v0.5.0 |
888 | 2025-02-13T04:32:08.597Z | Downloaded tungstenite v0.24.0 |
889 | 2025-02-13T04:32:08.600Z | Downloaded glob v0.3.2 |
890 | 2025-02-13T04:32:08.606Z | Downloaded polyval v0.6.2 |
891 | 2025-02-13T04:32:08.608Z | Downloaded structmeta-derive v0.2.0 |
892 | 2025-02-13T04:32:08.608Z | Downloaded pin-project-lite v0.2.14 |
893 | 2025-02-13T04:32:08.615Z | Downloaded nanorand v0.7.0 |
894 | 2025-02-13T04:32:08.618Z | Downloaded signal-hook v0.3.17 |
895 | 2025-02-13T04:32:08.618Z | Downloaded slog-term v2.9.1 |
896 | 2025-02-13T04:32:08.620Z | Downloaded schemars_derive v0.8.21 |
897 | 2025-02-13T04:32:08.620Z | Downloaded reqwest v0.12.9 |
898 | 2025-02-13T04:32:08.629Z | Downloaded password-hash v0.5.0 |
899 | 2025-02-13T04:32:08.632Z | Downloaded utf16_iter v1.0.5 |
900 | 2025-02-13T04:32:08.635Z | Downloaded nodrop v0.1.14 |
901 | 2025-02-13T04:32:08.635Z | Downloaded psl-types v2.0.11 |
902 | 2025-02-13T04:32:08.635Z | Downloaded sqlparser v0.45.0 |
903 | 2025-02-13T04:32:08.641Z | Downloaded group v0.13.0 |
904 | 2025-02-13T04:32:08.643Z | Downloaded progenitor-macro v0.8.0 |
905 | 2025-02-13T04:32:08.646Z | Downloaded x509-cert v0.2.5 |
906 | 2025-02-13T04:32:08.650Z | Downloaded multimap v0.10.0 |
907 | 2025-02-13T04:32:08.653Z | Downloaded serde-hex v0.1.0 |
908 | 2025-02-13T04:32:08.655Z | Downloaded defmt v0.3.8 |
909 | 2025-02-13T04:32:08.658Z | Downloaded unarray v0.1.4 |
910 | 2025-02-13T04:32:08.658Z | Downloaded futures-core v0.3.31 |
911 | 2025-02-13T04:32:08.661Z | Downloaded unicase v2.7.0 |
912 | 2025-02-13T04:32:08.663Z | Downloaded native-tls v0.2.12 |
913 | 2025-02-13T04:32:08.663Z | Downloaded globset v0.4.15 |
914 | 2025-02-13T04:32:08.666Z | Downloaded getrandom v0.2.15 |
915 | 2025-02-13T04:32:08.668Z | Downloaded num-complex v0.4.6 |
916 | 2025-02-13T04:32:08.671Z | Downloaded p521 v0.13.3 |
917 | 2025-02-13T04:32:08.674Z | Downloaded pin-project-internal v1.1.6 |
918 | 2025-02-13T04:32:08.676Z | Downloaded sqlformat v0.2.6 |
919 | 2025-02-13T04:32:08.679Z | Downloaded qorb v0.2.1 |
920 | 2025-02-13T04:32:08.682Z | Downloaded same-file v1.0.6 |
921 | 2025-02-13T04:32:08.685Z | Downloaded aws-lc-rs v1.10.0 |
922 | 2025-02-13T04:32:08.692Z | Downloaded pkcs1 v0.7.5 |
923 | 2025-02-13T04:32:08.695Z | Downloaded unicode-normalization v0.1.24 |
924 | 2025-02-13T04:32:08.698Z | Downloaded pkcs5 v0.7.1 |
925 | 2025-02-13T04:32:08.702Z | Downloaded pin-project v1.1.6 |
926 | 2025-02-13T04:32:08.713Z | Downloaded term v0.7.0 |
927 | 2025-02-13T04:32:08.716Z | Downloaded debug-ignore v1.0.5 |
928 | 2025-02-13T04:32:08.720Z | Downloaded quinn v0.11.5 |
929 | 2025-02-13T04:32:08.722Z | Downloaded nom v7.1.3 |
930 | 2025-02-13T04:32:08.727Z | Downloaded openssl-sys v0.9.105 |
931 | 2025-02-13T04:32:08.733Z | Downloaded lalrpop v0.19.12 |
932 | 2025-02-13T04:32:08.745Z | Downloaded tungstenite v0.26.1 |
933 | 2025-02-13T04:32:08.749Z | Downloaded progenitor-impl v0.9.1 |
934 | 2025-02-13T04:32:08.753Z | Downloaded tungstenite v0.21.0 |
935 | 2025-02-13T04:32:08.755Z | Downloaded heapless v0.7.17 |
936 | 2025-02-13T04:32:08.759Z | Downloaded futures-channel v0.3.31 |
937 | 2025-02-13T04:32:08.762Z | Downloaded hashbrown v0.14.5 |
938 | 2025-02-13T04:32:08.768Z | Downloaded quinn-proto v0.11.8 |
939 | 2025-02-13T04:32:08.775Z | Downloaded russh v0.45.0 |
940 | 2025-02-13T04:32:08.780Z | Downloaded rustls-webpki v0.102.8 |
941 | 2025-02-13T04:32:08.799Z | Downloaded serde_yaml v0.9.34+deprecated |
942 | 2025-02-13T04:32:08.802Z | Downloaded parse-zoneinfo v0.3.1 |
943 | 2025-02-13T04:32:08.805Z | Downloaded serde_with v3.11.0 |
944 | 2025-02-13T04:32:08.813Z | Downloaded rayon v1.10.0 |
945 | 2025-02-13T04:32:08.825Z | Downloaded winnow v0.5.40 |
946 | 2025-02-13T04:32:08.833Z | Downloaded steno v0.4.1 |
947 | 2025-02-13T04:32:08.837Z | Downloaded git2 v0.19.0 |
948 | 2025-02-13T04:32:08.849Z | Downloaded regex v1.11.1 |
949 | 2025-02-13T04:32:08.859Z | Downloaded num-bigint-dig v0.8.4 |
950 | 2025-02-13T04:32:08.864Z | Downloaded tough v0.19.0 |
951 | 2025-02-13T04:32:08.873Z | Downloaded zerovec v0.10.4 |
952 | 2025-02-13T04:32:08.878Z | Downloaded curve25519-dalek v4.1.3 |
953 | 2025-02-13T04:32:08.888Z | Downloaded petname v2.0.2 |
954 | 2025-02-13T04:32:08.893Z | Downloaded smoltcp v0.9.1 |
955 | 2025-02-13T04:32:08.908Z | Downloaded rustyline v14.0.0 |
956 | 2025-02-13T04:32:08.911Z | Downloaded salty v0.3.0 |
957 | 2025-02-13T04:32:08.917Z | Downloaded futures-util v0.3.31 |
958 | 2025-02-13T04:32:08.931Z | Downloaded object v0.30.4 |
959 | 2025-02-13T04:32:08.941Z | Downloaded h2 v0.4.6 |
960 | 2025-02-13T04:32:08.949Z | Downloaded bindgen v0.69.5 |
961 | 2025-02-13T04:32:08.957Z | Downloaded webpki-roots v0.26.6 |
962 | 2025-02-13T04:32:08.960Z | Downloaded slog v2.7.0 |
963 | 2025-02-13T04:32:08.963Z | Downloaded portable-atomic v1.9.0 |
964 | 2025-02-13T04:32:08.971Z | Downloaded gimli v0.31.1 |
965 | 2025-02-13T04:32:08.980Z | Downloaded chrono-tz v0.10.1 |
966 | 2025-02-13T04:32:08.988Z | Downloaded zerocopy v0.8.10 |
967 | 2025-02-13T04:32:09.013Z | Downloaded vcpkg v0.2.15 |
968 | 2025-02-13T04:32:09.051Z | Downloaded p384 v0.13.0 |
969 | 2025-02-13T04:32:09.057Z | Downloaded openssl v0.10.70 |
970 | 2025-02-13T04:32:09.067Z | Downloaded radix_trie v0.2.1 |
971 | 2025-02-13T04:32:09.073Z | Downloaded proptest v1.5.0 |
972 | 2025-02-13T04:32:09.083Z | Downloaded nix v0.29.0 |
973 | 2025-02-13T04:32:09.095Z | Downloaded object v0.36.5 |
974 | 2025-02-13T04:32:09.107Z | Downloaded nix v0.27.1 |
975 | 2025-02-13T04:32:09.118Z | Downloaded dropshot v0.12.0 |
976 | 2025-02-13T04:32:09.138Z | Downloaded regress v0.10.1 |
977 | 2025-02-13T04:32:09.147Z | Downloaded nix v0.28.0 |
978 | 2025-02-13T04:32:09.159Z | Downloaded diesel v2.2.6 |
979 | 2025-02-13T04:32:09.178Z | Downloaded openapiv3 v2.0.0 |
980 | 2025-02-13T04:32:09.191Z | Downloaded polar-core v0.27.3 |
981 | 2025-02-13T04:32:09.200Z | Downloaded typify-impl v0.2.0 |
982 | 2025-02-13T04:32:09.216Z | Downloaded regex-syntax v0.6.29 |
983 | 2025-02-13T04:32:09.223Z | Downloaded smoltcp v0.11.0 |
984 | 2025-02-13T04:32:09.236Z | Downloaded sled v0.34.7 |
985 | 2025-02-13T04:32:09.247Z | Downloaded zerocopy-derive v0.6.6 |
986 | 2025-02-13T04:32:09.257Z | Downloaded rustls v0.23.19 |
987 | 2025-02-13T04:32:09.269Z | Downloaded regress v0.9.1 |
988 | 2025-02-13T04:32:09.277Z | Downloaded regex-syntax v0.8.5 |
989 | 2025-02-13T04:32:09.286Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
990 | 2025-02-13T04:32:09.298Z | Downloaded typify-impl v0.3.0 |
991 | 2025-02-13T04:32:09.315Z | Downloaded ratatui v0.28.1 |
992 | 2025-02-13T04:32:09.333Z | Downloaded rustls v0.21.12 |
993 | 2025-02-13T04:32:09.344Z | Downloaded dropshot v0.15.1 |
994 | 2025-02-13T04:32:09.366Z | Downloaded regex-automata v0.4.8 |
995 | 2025-02-13T04:32:09.383Z | Downloaded petgraph v0.6.5 |
996 | 2025-02-13T04:32:09.400Z | Downloaded hickory-proto v0.24.3 |
997 | 2025-02-13T04:32:09.416Z | Downloaded rustls v0.22.4 |
998 | 2025-02-13T04:32:09.430Z | Downloaded bstr v1.10.0 |
999 | 2025-02-13T04:32:09.440Z | Downloaded unicode-width v0.2.0 |
1000 | 2025-02-13T04:32:09.446Z | Downloaded tracing-core v0.1.32 |
1001 | 2025-02-13T04:32:09.449Z | Downloaded socket2 v0.5.7 |
1002 | 2025-02-13T04:32:09.451Z | Downloaded sha3 v0.10.8 |
1003 | 2025-02-13T04:32:09.456Z | Downloaded url v2.5.3 |
1004 | 2025-02-13T04:32:09.460Z | Downloaded flate2 v1.0.35 |
1005 | 2025-02-13T04:32:09.464Z | Downloaded csv v1.3.1 |
1006 | 2025-02-13T04:32:09.485Z | Downloaded bitvec v1.0.1 |
1007 | 2025-02-13T04:32:09.499Z | Downloaded ed25519-dalek v2.1.1 |
1008 | 2025-02-13T04:32:09.502Z | Downloaded chrono v0.4.39 |
1009 | 2025-02-13T04:32:09.509Z | Downloaded reedline v0.35.0 |
1010 | 2025-02-13T04:32:09.516Z | Downloaded lzma-sys v0.1.20 |
1011 | 2025-02-13T04:32:09.545Z | Downloaded rustls-webpki v0.101.7 |
1012 | 2025-02-13T04:32:09.558Z | Downloaded rustls-pki-types v1.10.0 |
1013 | 2025-02-13T04:32:09.561Z | Downloaded libz-sys v1.1.20 |
1014 | 2025-02-13T04:32:09.583Z | Downloaded flume v0.11.1 |
1015 | 2025-02-13T04:32:09.586Z | Downloaded publicsuffix v2.3.0 |
1016 | 2025-02-13T04:32:09.588Z | Downloaded typify-macro v0.2.0 |
1017 | 2025-02-13T04:32:09.591Z | Downloaded paste v1.0.15 |
1018 | 2025-02-13T04:32:09.594Z | Downloaded derive_more v0.99.18 |
1019 | 2025-02-13T04:32:09.596Z | Downloaded omicron-zone-package v0.12.0 |
1020 | 2025-02-13T04:32:09.600Z | Downloaded tokio v1.43.0 |
1021 | 2025-02-13T04:32:09.638Z | Downloaded zip v2.1.3 |
1022 | 2025-02-13T04:32:09.641Z | Downloaded icu_properties_data v1.5.0 |
1023 | 2025-02-13T04:32:09.652Z | Downloaded structmeta v0.3.0 |
1024 | 2025-02-13T04:32:09.654Z | Downloaded futures v0.3.31 |
1025 | 2025-02-13T04:32:09.658Z | Downloaded elliptic-curve v0.13.8 |
1026 | 2025-02-13T04:32:09.661Z | Downloaded tokio-stream v0.1.16 |
1027 | 2025-02-13T04:32:09.666Z | Downloaded hashbrown v0.13.2 |
1028 | 2025-02-13T04:32:09.670Z | Downloaded quick-xml v0.33.0 |
1029 | 2025-02-13T04:32:09.676Z | Downloaded unsafe-libyaml v0.2.11 |
1030 | 2025-02-13T04:32:09.680Z | Downloaded darling_core v0.20.10 |
1031 | 2025-02-13T04:32:09.684Z | Downloaded phf_generator v0.11.2 |
1032 | 2025-02-13T04:32:09.687Z | Downloaded tui-tree-widget v0.22.0 |
1033 | 2025-02-13T04:32:09.689Z | Downloaded encoding_rs v0.8.34 |
1034 | 2025-02-13T04:32:09.708Z | Downloaded unicode_categories v0.1.1 |
1035 | 2025-02-13T04:32:09.711Z | Downloaded similar v2.6.0 |
1036 | 2025-02-13T04:32:09.715Z | Downloaded hkdf v0.12.4 |
1037 | 2025-02-13T04:32:09.717Z | Downloaded foldhash v0.1.3 |
1038 | 2025-02-13T04:32:09.721Z | Downloaded embedded-io v0.6.1 |
1039 | 2025-02-13T04:32:09.721Z | Downloaded embedded-io v0.4.0 |
1040 | 2025-02-13T04:32:09.726Z | Downloaded primeorder v0.13.6 |
1041 | 2025-02-13T04:32:09.726Z | Downloaded postgres-protocol v0.6.7 |
1042 | 2025-02-13T04:32:09.726Z | Downloaded env_logger v0.11.5 |
1043 | 2025-02-13T04:32:09.728Z | Downloaded hyper v1.5.2 |
1044 | 2025-02-13T04:32:09.732Z | Downloaded proc-macro-crate v1.3.1 |
1045 | 2025-02-13T04:32:09.735Z | Downloaded fd-lock v4.0.2 |
1046 | 2025-02-13T04:32:09.735Z | Downloaded untrusted v0.7.1 |
1047 | 2025-02-13T04:32:09.738Z | Downloaded diesel_derives v2.2.3 |
1048 | 2025-02-13T04:32:09.740Z | Downloaded snafu v0.8.5 |
1049 | 2025-02-13T04:32:09.746Z | Downloaded zerocopy-derive v0.8.10 |
1050 | 2025-02-13T04:32:09.752Z | Downloaded fallible-streaming-iterator v0.1.9 |
1051 | 2025-02-13T04:32:09.755Z | Downloaded fallible-iterator v0.3.0 |
1052 | 2025-02-13T04:32:09.757Z | Downloaded rustc_version v0.4.1 |
1053 | 2025-02-13T04:32:09.757Z | Downloaded synstructure v0.13.1 |
1054 | 2025-02-13T04:32:09.757Z | Downloaded twox-hash v2.1.0 |
1055 | 2025-02-13T04:32:09.760Z | Downloaded expectorate v1.1.0 |
1056 | 2025-02-13T04:32:09.763Z | Downloaded unicode-segmentation v1.12.0 |
1057 | 2025-02-13T04:32:09.766Z | Downloaded typed-path v0.9.3 |
1058 | 2025-02-13T04:32:09.771Z | Downloaded idna v1.0.3 |
1059 | 2025-02-13T04:32:09.775Z | Downloaded xz2 v0.1.7 |
1060 | 2025-02-13T04:32:09.777Z | Downloaded der v0.7.9 |
1061 | 2025-02-13T04:32:09.781Z | Downloaded libm v0.2.8 |
1062 | 2025-02-13T04:32:09.789Z | Downloaded rustls-pemfile v2.2.0 |
1063 | 2025-02-13T04:32:09.791Z | Downloaded tracing v0.1.40 |
1064 | 2025-02-13T04:32:09.795Z | Downloaded wyz v0.5.1 |
1065 | 2025-02-13T04:32:09.797Z | Downloaded document-features v0.2.10 |
1066 | 2025-02-13T04:32:09.797Z | Downloaded mio v1.0.2 |
1067 | 2025-02-13T04:32:09.803Z | Downloaded predicates v3.1.2 |
1068 | 2025-02-13T04:32:09.805Z | Downloaded owo-colors v4.1.0 |
1069 | 2025-02-13T04:32:09.808Z | Downloaded toml_edit v0.19.15 |
1070 | 2025-02-13T04:32:09.824Z | Downloaded password-hash v0.4.2 |
1071 | 2025-02-13T04:32:09.827Z | Downloaded parking_lot_core v0.8.6 |
1072 | 2025-02-13T04:32:09.830Z | Downloaded headers v0.4.0 |
1073 | 2025-02-13T04:32:09.832Z | Downloaded vsss-rs v3.3.4 |
1074 | 2025-02-13T04:32:09.835Z | Downloaded tracing-attributes v0.1.27 |
1075 | 2025-02-13T04:32:09.838Z | Downloaded ssh-cipher v0.2.0 |
1076 | 2025-02-13T04:32:09.841Z | Downloaded tar v0.4.42 |
1077 | 2025-02-13T04:32:09.841Z | Downloaded aes-gcm v0.10.3 |
1078 | 2025-02-13T04:32:09.844Z | Downloaded sync_wrapper v1.0.1 |
1079 | 2025-02-13T04:32:09.848Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1080 | 2025-02-13T04:32:09.901Z | Downloaded sync-ptr v0.1.1 |
1081 | 2025-02-13T04:32:09.904Z | Downloaded openssl-macros v0.1.1 |
1082 | 2025-02-13T04:32:09.904Z | Downloaded num-iter v0.1.45 |
1083 | 2025-02-13T04:32:09.904Z | Downloaded newtype_derive v0.1.6 |
1084 | 2025-02-13T04:32:09.906Z | Downloaded hash32 v0.3.1 |
1085 | 2025-02-13T04:32:09.906Z | Downloaded hash32 v0.2.1 |
1086 | 2025-02-13T04:32:09.909Z | Downloaded futures-io v0.3.31 |
1087 | 2025-02-13T04:32:09.909Z | Downloaded futures-executor v0.3.31 |
1088 | 2025-02-13T04:32:09.909Z | Downloaded tokio-tungstenite v0.24.0 |
1089 | 2025-02-13T04:32:09.912Z | Downloaded strum_macros v0.26.4 |
1090 | 2025-02-13T04:32:09.914Z | Downloaded sct v0.7.1 |
1091 | 2025-02-13T04:32:09.917Z | Downloaded hickory-server v0.24.2 |
1092 | 2025-02-13T04:32:09.921Z | Downloaded crossbeam-channel v0.5.13 |
1093 | 2025-02-13T04:32:09.925Z | Downloaded base64 v0.21.7 |
1094 | 2025-02-13T04:32:09.929Z | Downloaded allocator-api2 v0.2.18 |
1095 | 2025-02-13T04:32:09.932Z | Downloaded rustc-demangle v0.1.24 |
1096 | 2025-02-13T04:32:09.934Z | Downloaded postgres-types v0.2.8 |
1097 | 2025-02-13T04:32:09.937Z | Downloaded derive-where v1.2.7 |
1098 | 2025-02-13T04:32:09.940Z | Downloaded zone v0.1.8 |
1099 | 2025-02-13T04:32:09.940Z | Downloaded zopfli v0.8.1 |
1100 | 2025-02-13T04:32:09.948Z | Downloaded zerocopy v0.6.6 |
1101 | 2025-02-13T04:32:09.951Z | Downloaded poly1305 v0.8.0 |
1102 | 2025-02-13T04:32:09.951Z | Downloaded parking_lot v0.11.2 |
1103 | 2025-02-13T04:32:09.951Z | Downloaded packed_struct_codegen v0.10.1 |
1104 | 2025-02-13T04:32:09.951Z | Downloaded hashlink v0.9.1 |
1105 | 2025-02-13T04:32:09.954Z | Downloaded newline-converter v0.3.0 |
1106 | 2025-02-13T04:32:09.954Z | Downloaded futures-macro v0.3.31 |
1107 | 2025-02-13T04:32:09.957Z | Downloaded strum_macros v0.25.3 |
1108 | 2025-02-13T04:32:09.961Z | Downloaded slog-scope v4.4.0 |
1109 | 2025-02-13T04:32:09.961Z | Downloaded rayon-core v1.12.1 |
1110 | 2025-02-13T04:32:09.963Z | Downloaded compact_str v0.8.0 |
1111 | 2025-02-13T04:32:09.966Z | Downloaded bumpalo v3.16.0 |
1112 | 2025-02-13T04:32:09.968Z | Downloaded backtrace v0.3.74 |
1113 | 2025-02-13T04:32:09.974Z | Downloaded scrypt v0.11.0 |
1114 | 2025-02-13T04:32:09.977Z | Downloaded scopeguard v1.2.0 |
1115 | 2025-02-13T04:32:09.977Z | Downloaded foreign-types v0.5.0 |
1116 | 2025-02-13T04:32:09.977Z | Downloaded cc v1.1.30 |
1117 | 2025-02-13T04:32:09.980Z | Downloaded secrecy v0.8.0 |
1118 | 2025-02-13T04:32:09.982Z | Downloaded rustc_version v0.1.7 |
1119 | 2025-02-13T04:32:09.983Z | Downloaded rustc-hash v2.0.0 |
1120 | 2025-02-13T04:32:09.985Z | Downloaded rand_seeder v0.3.0 |
1121 | 2025-02-13T04:32:09.985Z | Downloaded rand_core v0.6.4 |
1122 | 2025-02-13T04:32:09.987Z | Downloaded fs_extra v1.3.0 |
1123 | 2025-02-13T04:32:09.991Z | Downloaded env_logger v0.10.2 |
1124 | 2025-02-13T04:32:09.991Z | Downloaded icu_properties v1.5.1 |
1125 | 2025-02-13T04:32:09.994Z | Downloaded derive_builder_core v0.20.2 |
1126 | 2025-02-13T04:32:09.998Z | Downloaded yasna v0.5.2 |
1127 | 2025-02-13T04:32:09.998Z | Downloaded whoami v1.5.2 |
1128 | 2025-02-13T04:32:10.001Z | Downloaded phf v0.11.2 |
1129 | 2025-02-13T04:32:10.001Z | Downloaded packed_struct v0.10.1 |
1130 | 2025-02-13T04:32:10.004Z | Downloaded chacha20poly1305 v0.10.1 |
1131 | 2025-02-13T04:32:10.004Z | Downloaded bytes v1.9.0 |
1132 | 2025-02-13T04:32:10.006Z | Downloaded base64 v0.13.1 |
1133 | 2025-02-13T04:32:10.009Z | Downloaded either v1.13.0 |
1134 | 2025-02-13T04:32:10.012Z | Downloaded num_threads v0.1.7 |
1135 | 2025-02-13T04:32:10.012Z | Downloaded slog-async v2.8.0 |
1136 | 2025-02-13T04:32:10.015Z | Downloaded lazycell v1.3.0 |
1137 | 2025-02-13T04:32:10.015Z | Downloaded csv-core v0.1.11 |
1138 | 2025-02-13T04:32:10.017Z | Downloaded clang-sys v1.8.1 |
1139 | 2025-02-13T04:32:10.020Z | Downloaded crossbeam-utils v0.8.20 |
1140 | 2025-02-13T04:32:10.023Z | Downloaded crossbeam-epoch v0.9.18 |
1141 | 2025-02-13T04:32:10.025Z | Downloaded crc-any v2.5.0 |
1142 | 2025-02-13T04:32:10.025Z | Downloaded icu_provider v1.5.0 |
1143 | 2025-02-13T04:32:10.028Z | Downloaded serde_path_to_error v0.1.16 |
1144 | 2025-02-13T04:32:10.031Z | Downloaded sec1 v0.7.3 |
1145 | 2025-02-13T04:32:10.034Z | Downloaded litrs v0.4.1 |
1146 | 2025-02-13T04:32:10.036Z | Downloaded hmac v0.12.1 |
1147 | 2025-02-13T04:32:10.036Z | Downloaded instability v0.3.2 |
1148 | 2025-02-13T04:32:10.039Z | Downloaded block-padding v0.3.3 |
1149 | 2025-02-13T04:32:10.043Z | Downloaded bcs v0.1.6 |
1150 | 2025-02-13T04:32:10.043Z | Downloaded take_mut v0.2.2 |
1151 | 2025-02-13T04:32:10.045Z | Downloaded argon2 v0.5.3 |
1152 | 2025-02-13T04:32:10.045Z | Downloaded icu_normalizer_data v1.5.0 |
1153 | 2025-02-13T04:32:10.048Z | Downloaded console v0.15.10 |
1154 | 2025-02-13T04:32:10.050Z | Downloaded async-bb8-diesel v0.2.1 |
1155 | 2025-02-13T04:32:10.052Z | Downloaded async-trait v0.1.86 |
1156 | 2025-02-13T04:32:10.055Z | Downloaded iana-time-zone v0.1.61 |
1157 | 2025-02-13T04:32:10.058Z | Downloaded ciborium-ll v0.2.2 |
1158 | 2025-02-13T04:32:10.058Z | Downloaded cobs v0.2.3 |
1159 | 2025-02-13T04:32:10.058Z | Downloaded backoff v0.4.0 |
1160 | 2025-02-13T04:32:10.060Z | Downloaded async-stream v0.3.6 |
1161 | 2025-02-13T04:32:10.063Z | Downloaded convert_case v0.4.0 |
1162 | 2025-02-13T04:32:10.063Z | Downloaded ciborium v0.2.2 |
1163 | 2025-02-13T04:32:10.065Z | Downloaded cassowary v0.3.0 |
1164 | 2025-02-13T04:32:10.067Z | Downloaded libsw v3.3.1 |
1165 | 2025-02-13T04:32:10.070Z | Downloaded internet-checksum v0.2.1 |
1166 | 2025-02-13T04:32:10.070Z | Downloaded http-body-util v0.1.2 |
1167 | 2025-02-13T04:32:10.075Z | Downloaded hickory-resolver v0.24.2 |
1168 | 2025-02-13T04:32:10.077Z | Downloaded cipher v0.4.4 |
1169 | 2025-02-13T04:32:10.077Z | Downloaded bitfield-struct v0.6.2 |
1170 | 2025-02-13T04:32:10.077Z | Downloaded bitfield v0.14.0 |
1171 | 2025-02-13T04:32:10.080Z | Downloaded ctr v0.9.2 |
1172 | 2025-02-13T04:32:10.082Z | Downloaded buf-list v1.0.3 |
1173 | 2025-02-13T04:32:10.084Z | Downloaded heck v0.3.3 |
1174 | 2025-02-13T04:32:10.084Z | Downloaded bit-set v0.5.3 |
1175 | 2025-02-13T04:32:10.087Z | Downloaded maplit v1.0.2 |
1176 | 2025-02-13T04:32:10.087Z | Downloaded lalrpop-util v0.19.12 |
1177 | 2025-02-13T04:32:10.087Z | Downloaded httpdate v1.0.3 |
1178 | 2025-02-13T04:32:10.090Z | Downloaded bitflags v1.3.2 |
1179 | 2025-02-13T04:32:10.093Z | Downloaded cbc v0.1.2 |
1180 | 2025-02-13T04:32:10.093Z | Downloaded bcrypt-pbkdf v0.10.0 |
1181 | 2025-02-13T04:32:10.097Z | Downloaded assert_matches v1.5.0 |
1182 | 2025-02-13T04:32:10.097Z | Downloaded cmake v0.1.51 |
1183 | 2025-02-13T04:32:10.097Z | Downloaded cexpr v0.6.0 |
1184 | 2025-02-13T04:32:10.101Z | Downloaded bb8 v0.8.5 |
1185 | 2025-02-13T04:32:10.101Z | Downloaded base16ct v0.2.0 |
1186 | 2025-02-13T04:32:10.254Z | Downloaded ring v0.17.8 |
1187 | 2025-02-13T04:32:10.370Z | Downloaded libsqlite3-sys v0.30.1 |
1188 | 2025-02-13T04:32:10.522Z | Downloaded aws-lc-sys v0.22.0 |
1189 | 2025-02-13T04:32:10.823Z | Compiling serde v1.0.217 |
1190 | 2025-02-13T04:32:10.826Z | Compiling lock_api v0.4.12 |
1191 | 2025-02-13T04:32:10.826Z | Compiling value-bag v1.9.0 |
1192 | 2025-02-13T04:32:10.826Z | Compiling scopeguard v1.2.0 |
1193 | 2025-02-13T04:32:10.826Z | Compiling typenum v1.17.0 |
1194 | 2025-02-13T04:32:10.826Z | Compiling generic-array v0.14.7 |
1195 | 2025-02-13T04:32:11.021Z | Compiling syn v2.0.96 |
1196 | 2025-02-13T04:32:11.037Z | Compiling getrandom v0.2.15 |
1197 | 2025-02-13T04:32:11.180Z | Compiling shlex v1.3.0 |
1198 | 2025-02-13T04:32:11.306Z | Compiling rand_core v0.6.4 |
1199 | 2025-02-13T04:32:11.434Z | Compiling log v0.4.22 |
1200 | 2025-02-13T04:32:11.542Z | Compiling subtle v2.6.1 |
1201 | 2025-02-13T04:32:11.561Z | Compiling jobserver v0.1.32 |
1202 | 2025-02-13T04:32:11.594Z | Compiling smallvec v1.13.2 |
1203 | 2025-02-13T04:32:11.838Z | Compiling const-oid v0.9.6 |
1204 | 2025-02-13T04:32:11.879Z | Compiling pin-project-lite v0.2.14 |
1205 | 2025-02-13T04:32:11.900Z | Compiling rustix v0.38.37 |
1206 | 2025-02-13T04:32:11.972Z | Compiling cc v1.1.30 |
1207 | 2025-02-13T04:32:12.023Z | Compiling spin v0.9.8 |
1208 | 2025-02-13T04:32:12.192Z | Compiling parking_lot_core v0.9.10 |
1209 | 2025-02-13T04:32:12.395Z | Compiling futures-core v0.3.31 |
1210 | 2025-02-13T04:32:12.398Z | Compiling signal-hook-registry v1.4.2 |
1211 | 2025-02-13T04:32:12.651Z | Compiling mio v1.0.2 |
1212 | 2025-02-13T04:32:12.731Z | Compiling aho-corasick v1.1.3 |
1213 | 2025-02-13T04:32:13.236Z | Compiling parking_lot v0.12.3 |
1214 | 2025-02-13T04:32:13.317Z | Compiling cpufeatures v0.2.14 |
1215 | 2025-02-13T04:32:13.348Z | Compiling regex-syntax v0.8.5 |
1216 | 2025-02-13T04:32:13.432Z | Compiling stable_deref_trait v1.2.0 |
1217 | 2025-02-13T04:32:13.565Z | Compiling either v1.13.0 |
1218 | 2025-02-13T04:32:13.895Z | Compiling futures-sink v0.3.31 |
1219 | 2025-02-13T04:32:13.933Z | Compiling glob v0.3.2 |
1220 | 2025-02-13T04:32:14.013Z | Compiling socket2 v0.5.7 |
1221 | 2025-02-13T04:32:14.063Z | Compiling slab v0.4.9 |
1222 | 2025-02-13T04:32:14.111Z | Compiling prettyplease v0.2.25 |
1223 | 2025-02-13T04:32:14.485Z | Compiling lazy_static v1.5.0 |
1224 | 2025-02-13T04:32:14.559Z | Compiling minimal-lexical v0.2.1 |
1225 | 2025-02-13T04:32:14.635Z | Compiling serde_json v1.0.135 |
1226 | 2025-02-13T04:32:14.846Z | Compiling clang-sys v1.8.1 |
1227 | 2025-02-13T04:32:14.981Z | Compiling libloading v0.8.5 |
1228 | 2025-02-13T04:32:15.112Z | Compiling nom v7.1.3 |
1229 | 2025-02-13T04:32:15.228Z | Compiling bindgen v0.69.5 |
1230 | 2025-02-13T04:32:15.360Z | Compiling home v0.5.9 |
1231 | 2025-02-13T04:32:15.628Z | Compiling futures-channel v0.3.31 |
1232 | 2025-02-13T04:32:15.923Z | Compiling itertools v0.12.1 |
1233 | 2025-02-13T04:32:16.051Z | Compiling pin-utils v0.1.0 |
1234 | 2025-02-13T04:32:16.097Z | Compiling futures-io v0.3.31 |
1235 | 2025-02-13T04:32:16.177Z | Compiling futures-task v0.3.31 |
1236 | 2025-02-13T04:32:16.376Z | Compiling allocator-api2 v0.2.18 |
1237 | 2025-02-13T04:32:16.508Z | Compiling foldhash v0.1.3 |
1238 | 2025-02-13T04:32:16.878Z | Compiling lazycell v1.3.0 |
1239 | 2025-02-13T04:32:17.043Z | Compiling rustc-hash v1.1.0 |
1240 | 2025-02-13T04:32:17.171Z | Compiling regex-automata v0.4.8 |
1241 | 2025-02-13T04:32:17.222Z | Compiling libm v0.2.8 |
1242 | 2025-02-13T04:32:17.924Z | Compiling hashbrown v0.15.1 |
1243 | 2025-02-13T04:32:17.983Z | Compiling cmake v0.1.51 |
1244 | 2025-02-13T04:32:18.600Z | Compiling cexpr v0.6.0 |
1245 | 2025-02-13T04:32:18.723Z | Compiling synstructure v0.13.1 |
1246 | 2025-02-13T04:32:18.891Z | Compiling num-traits v0.2.19 |
1247 | 2025-02-13T04:32:19.187Z | Compiling dunce v1.0.5 |
1248 | 2025-02-13T04:32:19.338Z | Compiling fs_extra v1.3.0 |
1249 | 2025-02-13T04:32:19.728Z | Compiling pkg-config v0.3.31 |
1250 | 2025-02-13T04:32:20.175Z | Compiling writeable v0.5.5 |
1251 | 2025-02-13T04:32:20.220Z | Compiling litemap v0.7.3 |
1252 | 2025-02-13T04:32:20.610Z | Compiling ring v0.17.8 |
1253 | 2025-02-13T04:32:20.728Z | Compiling paste v1.0.15 |
1254 | 2025-02-13T04:32:21.044Z | Compiling base64ct v1.6.0 |
1255 | 2025-02-13T04:32:21.569Z | Compiling pem-rfc7468 v0.7.0 |
1256 | 2025-02-13T04:32:21.606Z | Compiling flagset v0.4.6 |
1257 | 2025-02-13T04:32:21.649Z | Compiling icu_locid_transform_data v1.5.0 |
1258 | 2025-02-13T04:32:21.768Z | Compiling aws-lc-rs v1.10.0 |
1259 | 2025-02-13T04:32:21.830Z | Compiling httparse v1.9.5 |
1260 | 2025-02-13T04:32:22.226Z | Compiling tracing-core v0.1.32 |
1261 | 2025-02-13T04:32:22.528Z | Compiling regex v1.11.1 |
1262 | 2025-02-13T04:32:22.921Z | Compiling percent-encoding v2.3.1 |
1263 | 2025-02-13T04:32:23.268Z | Compiling crossbeam-utils v0.8.20 |
1264 | 2025-02-13T04:32:23.287Z | Compiling rustls-pki-types v1.10.0 |
1265 | 2025-02-13T04:32:23.457Z | Compiling icu_properties_data v1.5.0 |
1266 | 2025-02-13T04:32:23.716Z | Compiling vcpkg v0.2.15 |
1267 | 2025-02-13T04:32:23.822Z | Compiling mirai-annotations v1.12.0 |
1268 | 2025-02-13T04:32:23.992Z | Compiling time-core v0.1.2 |
1269 | 2025-02-13T04:32:24.077Z | Compiling serde_derive v1.0.217 |
1270 | 2025-02-13T04:32:24.145Z | Compiling zeroize_derive v1.4.2 |
1271 | 2025-02-13T04:32:24.166Z | Compiling zerocopy-derive v0.7.35 |
1272 | 2025-02-13T04:32:24.245Z | Compiling zerofrom-derive v0.1.4 |
1273 | 2025-02-13T04:32:25.502Z | Compiling tokio-macros v2.5.0 |
1274 | 2025-02-13T04:32:25.583Z | Compiling zeroize v1.8.1 |
1275 | 2025-02-13T04:32:26.153Z | Compiling zerocopy v0.7.35 |
1276 | 2025-02-13T04:32:26.307Z | Compiling yoke-derive v0.7.4 |
1277 | 2025-02-13T04:32:26.961Z | Compiling zerovec-derive v0.10.3 |
1278 | 2025-02-13T04:32:27.236Z | Compiling crypto-common v0.1.6 |
1279 | 2025-02-13T04:32:27.475Z | Compiling block-buffer v0.10.4 |
1280 | 2025-02-13T04:32:27.493Z | Compiling thiserror-impl v1.0.69 |
1281 | 2025-02-13T04:32:27.568Z | Compiling displaydoc v0.2.5 |
1282 | 2025-02-13T04:32:27.750Z | Compiling digest v0.10.7 |
1283 | 2025-02-13T04:32:27.888Z | Compiling futures-macro v0.3.31 |
1284 | 2025-02-13T04:32:27.926Z | Compiling zerofrom v0.1.4 |
1285 | 2025-02-13T04:32:28.214Z | Compiling hmac v0.12.1 |
1286 | 2025-02-13T04:32:28.239Z | Compiling block-padding v0.3.3 |
1287 | 2025-02-13T04:32:28.473Z | Compiling inout v0.1.3 |
1288 | 2025-02-13T04:32:28.500Z | Compiling sha2 v0.10.8 |
1289 | 2025-02-13T04:32:28.759Z | Compiling cipher v0.4.4 |
1290 | 2025-02-13T04:32:29.047Z | Compiling yoke v0.7.4 |
1291 | 2025-02-13T04:32:29.156Z | Compiling icu_provider_macros v1.5.0 |
1292 | 2025-02-13T04:32:29.298Z | Compiling ppv-lite86 v0.2.20 |
1293 | 2025-02-13T04:32:29.428Z | Compiling der_derive v0.7.3 |
1294 | 2025-02-13T04:32:29.508Z | Compiling zerovec v0.10.4 |
1295 | 2025-02-13T04:32:29.800Z | Compiling futures-util v0.3.31 |
1296 | 2025-02-13T04:32:30.046Z | Compiling rand_chacha v0.3.1 |
1297 | 2025-02-13T04:32:30.216Z | Compiling tracing-attributes v0.1.27 |
1298 | 2025-02-13T04:32:30.577Z | Compiling thiserror v1.0.69 |
1299 | 2025-02-13T04:32:30.725Z | Compiling pest v2.7.14 |
1300 | 2025-02-13T04:32:31.519Z | Compiling tinystr v0.7.6 |
1301 | 2025-02-13T04:32:31.789Z | Compiling der v0.7.9 |
1302 | 2025-02-13T04:32:31.927Z | Compiling icu_locid v1.5.0 |
1303 | 2025-02-13T04:32:32.050Z | Compiling icu_collections v1.5.0 |
1304 | 2025-02-13T04:32:32.321Z | Compiling rand v0.8.5 |
1305 | 2025-02-13T04:32:33.429Z | Compiling icu_provider v1.5.0 |
1306 | 2025-02-13T04:32:33.616Z | Compiling tracing v0.1.40 |
1307 | 2025-02-13T04:32:33.779Z | Compiling spki v0.7.3 |
1308 | 2025-02-13T04:32:34.113Z | Compiling salsa20 v0.10.2 |
1309 | 2025-02-13T04:32:34.130Z | Compiling icu_locid_transform v1.5.0 |
1310 | 2025-02-13T04:32:34.164Z | Compiling pbkdf2 v0.12.2 |
1311 | 2025-02-13T04:32:34.330Z | Compiling utf8_iter v1.0.4 |
1312 | 2025-02-13T04:32:34.357Z | Compiling untrusted v0.9.0 |
1313 | 2025-02-13T04:32:34.404Z | Compiling untrusted v0.7.1 |
1314 | 2025-02-13T04:32:34.452Z | Compiling num-conv v0.1.0 |
1315 | 2025-02-13T04:32:34.558Z | Compiling utf16_iter v1.0.5 |
1316 | 2025-02-13T04:32:34.580Z | Compiling icu_normalizer_data v1.5.0 |
1317 | 2025-02-13T04:32:34.601Z | Compiling write16 v1.0.0 |
1318 | 2025-02-13T04:32:34.693Z | Compiling powerfmt v0.2.0 |
1319 | 2025-02-13T04:32:34.748Z | Compiling time-macros v0.2.18 |
1320 | 2025-02-13T04:32:34.787Z | Compiling scrypt v0.11.0 |
1321 | 2025-02-13T04:32:34.852Z | Compiling pest_meta v2.7.14 |
1322 | 2025-02-13T04:32:35.064Z | Compiling deranged v0.3.11 |
1323 | 2025-02-13T04:32:35.089Z | Compiling aes v0.8.4 |
1324 | 2025-02-13T04:32:35.326Z | Compiling cbc v0.1.2 |
1325 | 2025-02-13T04:32:35.571Z | Compiling icu_properties v1.5.1 |
1326 | 2025-02-13T04:32:36.531Z | Compiling openssl-sys v0.9.105 |
1327 | 2025-02-13T04:32:36.549Z | Compiling scroll_derive v0.12.0 |
1328 | 2025-02-13T04:32:37.422Z | Compiling bitflags v2.6.0 |
1329 | 2025-02-13T04:32:37.575Z | Compiling bytes v1.9.0 |
1330 | 2025-02-13T04:32:37.880Z | Compiling indexmap v2.7.1 |
1331 | 2025-02-13T04:32:37.995Z | Compiling semver v1.0.24 |
1332 | 2025-02-13T04:32:38.741Z | Compiling tokio v1.43.0 |
1333 | 2025-02-13T04:32:38.855Z | Compiling http v1.2.0 |
1334 | 2025-02-13T04:32:39.280Z | Compiling icu_normalizer v1.5.0 |
1335 | 2025-02-13T04:32:39.311Z | Compiling rustc_version v0.4.1 |
1336 | 2025-02-13T04:32:39.491Z | Compiling tinyvec_macros v0.1.1 |
1337 | 2025-02-13T04:32:39.602Z | Compiling num_threads v0.1.7 |
1338 | 2025-02-13T04:32:39.747Z | Compiling atomic-waker v1.1.2 |
1339 | 2025-02-13T04:32:39.951Z | Compiling time v0.3.36 |
1340 | 2025-02-13T04:32:39.971Z | Compiling tinyvec v1.8.0 |
1341 | 2025-02-13T04:32:40.232Z | Compiling idna_adapter v1.2.0 |
1342 | 2025-02-13T04:32:40.461Z | Compiling http-body v1.0.1 |
1343 | 2025-02-13T04:32:40.709Z | Compiling scroll v0.12.0 |
1344 | 2025-02-13T04:32:40.835Z | Compiling pest_generator v2.7.14 |
1345 | 2025-02-13T04:32:41.056Z | Compiling pkcs5 v0.7.1 |
1346 | 2025-02-13T04:32:41.078Z | Compiling form_urlencoded v1.2.1 |
1347 | 2025-02-13T04:32:41.229Z | Compiling slog v2.7.0 |
1348 | 2025-02-13T04:32:41.392Z | Compiling try-lock v0.2.5 |
1349 | 2025-02-13T04:32:41.460Z | Compiling which v4.4.2 |
1350 | 2025-02-13T04:32:41.563Z | Compiling want v0.3.1 |
1351 | 2025-02-13T04:32:41.862Z | Compiling pkcs8 v0.10.2 |
1352 | 2025-02-13T04:32:42.004Z | Compiling goblin v0.8.2 |
1353 | 2025-02-13T04:32:42.157Z | Compiling idna v1.0.3 |
1354 | 2025-02-13T04:32:42.525Z | Compiling uuid v1.12.0 |
1355 | 2025-02-13T04:32:42.640Z | Compiling httpdate v1.0.3 |
1356 | 2025-02-13T04:32:42.703Z | Compiling pest_derive v2.7.14 |
1357 | 2025-02-13T04:32:43.102Z | Compiling iana-time-zone v0.1.61 |
1358 | 2025-02-13T04:32:43.584Z | Compiling chrono v0.4.39 |
1359 | 2025-02-13T04:32:43.657Z | Compiling dtrace-parser v0.2.0 |
1360 | 2025-02-13T04:32:44.216Z | Compiling toml_datetime v0.6.8 |
1361 | 2025-02-13T04:32:44.663Z | Compiling serde_spanned v0.6.8 |
1362 | 2025-02-13T04:32:44.792Z | Compiling serde_tokenstream v0.2.2 |
1363 | 2025-02-13T04:32:44.792Z | Compiling adler2 v2.0.0 |
1364 | 2025-02-13T04:32:44.992Z | Compiling rustversion v1.0.17 |
1365 | 2025-02-13T04:32:45.116Z | Compiling tower-service v0.3.3 |
1366 | 2025-02-13T04:32:45.254Z | Compiling base64 v0.22.1 |
1367 | 2025-02-13T04:32:45.380Z | Compiling match_cfg v0.1.0 |
1368 | 2025-02-13T04:32:45.508Z | Compiling foreign-types-shared v0.1.1 |
1369 | 2025-02-13T04:32:45.590Z | Compiling openssl v0.10.70 |
1370 | 2025-02-13T04:32:45.590Z | Compiling foreign-types v0.3.2 |
1371 | 2025-02-13T04:32:45.590Z | Compiling hostname v0.3.1 |
1372 | 2025-02-13T04:32:45.652Z | Compiling miniz_oxide v0.8.0 |
1373 | 2025-02-13T04:32:45.741Z | Compiling url v2.5.3 |
1374 | 2025-02-13T04:32:45.930Z | Compiling async-trait v0.1.86 |
1375 | 2025-02-13T04:32:46.884Z | Compiling tokio-util v0.7.12 |
1376 | 2025-02-13T04:32:47.002Z | Compiling openssl-macros v0.1.1 |
1377 | 2025-02-13T04:32:47.056Z | Compiling serde_derive_internals v0.29.1 |
1378 | 2025-02-13T04:32:47.537Z | Compiling dirs-sys-next v0.1.2 |
1379 | 2025-02-13T04:32:47.763Z | Compiling dof v0.3.0 |
1380 | 2025-02-13T04:32:48.131Z | Compiling h2 v0.4.6 |
1381 | 2025-02-13T04:32:48.153Z | Compiling rustls v0.23.19 |
1382 | 2025-02-13T04:32:48.434Z | Compiling syn v1.0.109 |
1383 | 2025-02-13T04:32:48.469Z | Compiling schemars v0.8.21 |
1384 | 2025-02-13T04:32:48.814Z | Compiling usdt-impl v0.5.0 |
1385 | 2025-02-13T04:32:49.043Z | Compiling data-encoding v2.6.0 |
1386 | 2025-02-13T04:32:49.423Z | Compiling siphasher v0.3.11 |
1387 | 2025-02-13T04:32:49.643Z | Compiling rustls v0.22.4 |
1388 | 2025-02-13T04:32:49.788Z | Compiling native-tls v0.2.12 |
1389 | 2025-02-13T04:32:49.955Z | Compiling schemars_derive v0.8.21 |
1390 | 2025-02-13T04:32:50.228Z | Compiling dirs-next v2.0.0 |
1391 | 2025-02-13T04:32:51.140Z | Compiling unicode-normalization v0.1.24 |
1392 | 2025-02-13T04:32:51.398Z | Compiling http-body-util v0.1.2 |
1393 | 2025-02-13T04:32:51.662Z | Compiling heapless v0.7.17 |
1394 | 2025-02-13T04:32:51.902Z | Compiling crossbeam-epoch v0.9.18 |
1395 | 2025-02-13T04:32:52.073Z | Compiling signature v2.2.0 |
1396 | 2025-02-13T04:32:52.169Z | Compiling sha1 v0.10.6 |
1397 | 2025-02-13T04:32:52.198Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1398 | 2025-02-13T04:32:52.387Z | Compiling thread_local v1.1.8 |
1399 | 2025-02-13T04:32:52.573Z | Compiling multer v3.1.0 |
1400 | 2025-02-13T04:32:52.598Z | Compiling cookie v0.18.1 |
1401 | 2025-02-13T04:32:52.652Z | Compiling encoding_rs v0.8.34 |
1402 | 2025-02-13T04:32:52.861Z | Compiling gimli v0.31.1 |
1403 | 2025-02-13T04:32:52.880Z | Compiling dyn-clone v1.0.17 |
1404 | 2025-02-13T04:32:52.915Z | Compiling mime v0.3.17 |
1405 | 2025-02-13T04:32:53.051Z | Compiling unicode-bidi v0.3.17 |
1406 | 2025-02-13T04:32:53.106Z | Compiling signal-hook v0.3.17 |
1407 | 2025-02-13T04:32:53.376Z | Compiling ipnet v2.10.1 |
1408 | 2025-02-13T04:32:53.525Z | Compiling unicode-properties v0.1.3 |
1409 | 2025-02-13T04:32:53.952Z | Compiling rayon-core v1.12.1 |
1410 | 2025-02-13T04:32:54.235Z | Compiling slog-async v2.8.0 |
1411 | 2025-02-13T04:32:54.389Z | Compiling openssl-probe v0.1.5 |
1412 | 2025-02-13T04:32:54.524Z | Compiling stringprep v0.1.5 |
1413 | 2025-02-13T04:32:54.766Z | Compiling toml_edit v0.22.22 |
1414 | 2025-02-13T04:32:55.636Z | Compiling hyper v1.5.2 |
1415 | 2025-02-13T04:32:57.447Z | Compiling addr2line v0.24.2 |
1416 | 2025-02-13T04:32:58.087Z | Compiling hyper-util v0.1.10 |
1417 | 2025-02-13T04:32:58.148Z | Compiling crossbeam-deque v0.8.5 |
1418 | 2025-02-13T04:32:58.239Z | Compiling usdt-macro v0.5.0 |
1419 | 2025-02-13T04:32:58.273Z | Compiling usdt-attr-macro v0.5.0 |
1420 | 2025-02-13T04:32:58.498Z | Compiling term v0.7.0 |
1421 | 2025-02-13T04:32:59.310Z | Compiling slog-json v2.6.1 |
1422 | 2025-02-13T04:32:59.589Z | Compiling serde_urlencoded v0.7.1 |
1423 | 2025-02-13T04:32:59.669Z | Compiling curve25519-dalek v4.1.3 |
1424 | 2025-02-13T04:32:59.804Z | Compiling crossbeam-channel v0.5.13 |
1425 | 2025-02-13T04:32:59.824Z | Compiling futures-executor v0.3.31 |
1426 | 2025-02-13T04:33:00.100Z | Compiling enum-as-inner v0.6.1 |
1427 | 2025-02-13T04:33:00.335Z | Compiling md-5 v0.10.6 |
1428 | 2025-02-13T04:33:00.358Z | Compiling async-stream-impl v0.3.6 |
1429 | 2025-02-13T04:33:00.622Z | Compiling rustls-pemfile v2.2.0 |
1430 | 2025-02-13T04:33:00.810Z | Compiling num-integer v0.1.46 |
1431 | 2025-02-13T04:33:00.869Z | Compiling hash32 v0.2.1 |
1432 | 2025-02-13T04:33:00.954Z | Compiling ff v0.13.0 |
1433 | 2025-02-13T04:33:01.163Z | Compiling is-terminal v0.4.13 |
1434 | 2025-02-13T04:33:01.193Z | Compiling dropshot v0.12.0 |
1435 | 2025-02-13T04:33:01.235Z | Compiling object v0.36.5 |
1436 | 2025-02-13T04:33:01.298Z | Compiling utf-8 v0.7.6 |
1437 | 2025-02-13T04:33:01.491Z | Compiling smoltcp v0.9.1 |
1438 | 2025-02-13T04:33:01.525Z | Compiling take_mut v0.2.2 |
1439 | 2025-02-13T04:33:01.625Z | Compiling quick-error v1.2.3 |
1440 | 2025-02-13T04:33:01.644Z | Compiling psl-types v2.0.11 |
1441 | 2025-02-13T04:33:01.694Z | Compiling rustc-demangle v0.1.24 |
1442 | 2025-02-13T04:33:01.785Z | Compiling base16ct v0.2.0 |
1443 | 2025-02-13T04:33:01.844Z | Compiling anyhow v1.0.95 |
1444 | 2025-02-13T04:33:02.106Z | Compiling linked-hash-map v0.5.6 |
1445 | 2025-02-13T04:33:02.165Z | Compiling litrs v0.4.1 |
1446 | 2025-02-13T04:33:02.267Z | Compiling num-bigint-dig v0.8.4 |
1447 | 2025-02-13T04:33:02.419Z | Compiling fallible-iterator v0.2.0 |
1448 | 2025-02-13T04:33:02.450Z | Compiling portable-atomic v1.9.0 |
1449 | 2025-02-13T04:33:02.613Z | Compiling lru-cache v0.1.2 |
1450 | 2025-02-13T04:33:02.850Z | Compiling sec1 v0.7.3 |
1451 | 2025-02-13T04:33:02.997Z | Compiling publicsuffix v2.3.0 |
1452 | 2025-02-13T04:33:03.130Z | Compiling postgres-protocol v0.6.7 |
1453 | 2025-02-13T04:33:03.330Z | Compiling document-features v0.2.10 |
1454 | 2025-02-13T04:33:03.352Z | Compiling resolv-conf v0.7.0 |
1455 | 2025-02-13T04:33:03.548Z | Compiling async-stream v0.3.6 |
1456 | 2025-02-13T04:33:03.853Z | Compiling tungstenite v0.24.0 |
1457 | 2025-02-13T04:33:04.169Z | Compiling num-iter v0.1.45 |
1458 | 2025-02-13T04:33:04.373Z | Compiling slog-term v2.9.1 |
1459 | 2025-02-13T04:33:04.376Z | Compiling usdt v0.5.0 |
1460 | 2025-02-13T04:33:04.545Z | Compiling hickory-proto v0.24.3 |
1461 | 2025-02-13T04:33:04.877Z | Compiling group v0.13.0 |
1462 | 2025-02-13T04:33:05.341Z | Compiling futures v0.3.31 |
1463 | 2025-02-13T04:33:05.465Z | Compiling slog-bunyan v2.5.0 |
1464 | 2025-02-13T04:33:05.671Z | Compiling toml v0.8.19 |
1465 | 2025-02-13T04:33:06.703Z | Compiling tokio-native-tls v0.3.1 |
1466 | 2025-02-13T04:33:06.959Z | Compiling camino v1.1.9 |
1467 | 2025-02-13T04:33:07.159Z | Compiling phf_shared v0.11.2 |
1468 | 2025-02-13T04:33:07.213Z | Compiling dropshot_endpoint v0.12.0 |
1469 | 2025-02-13T04:33:07.536Z | Compiling terminal_size v0.4.0 |
1470 | 2025-02-13T04:33:07.750Z | Compiling backtrace v0.3.74 |
1471 | 2025-02-13T04:33:07.819Z | Compiling waitgroup v0.1.2 |
1472 | 2025-02-13T04:33:07.897Z | Compiling openapiv3 v2.0.0 |
1473 | 2025-02-13T04:33:08.074Z | Compiling serde_path_to_error v0.1.16 |
1474 | 2025-02-13T04:33:08.396Z | Compiling hkdf v0.12.4 |
1475 | 2025-02-13T04:33:08.676Z | Compiling crypto-bigint v0.5.5 |
1476 | 2025-02-13T04:33:08.847Z | Compiling curve25519-dalek-derive v0.1.1 |
1477 | 2025-02-13T04:33:10.315Z | Compiling zerocopy-derive v0.6.6 |
1478 | 2025-02-13T04:33:10.836Z | Compiling webpki-roots v0.26.6 |
1479 | 2025-02-13T04:33:11.074Z | Compiling hostname v0.4.0 |
1480 | 2025-02-13T04:33:11.305Z | Compiling ahash v0.8.11 |
1481 | 2025-02-13T04:33:11.534Z | Compiling crc32fast v1.4.2 |
1482 | 2025-02-13T04:33:11.642Z | Compiling fs-err v2.11.0 |
1483 | 2025-02-13T04:33:11.790Z | Compiling hubpack_derive v0.1.1 |
1484 | 2025-02-13T04:33:11.867Z | Compiling unicode-width v0.2.0 |
1485 | 2025-02-13T04:33:11.922Z | Compiling debug-ignore v1.0.5 |
1486 | 2025-02-13T04:33:11.944Z | Compiling bitflags v1.3.2 |
1487 | 2025-02-13T04:33:12.061Z | Compiling managed v0.8.0 |
1488 | 2025-02-13T04:33:12.088Z | Compiling winnow v0.5.40 |
1489 | 2025-02-13T04:33:12.276Z | Compiling newtype-uuid v1.2.1 |
1490 | 2025-02-13T04:33:12.417Z | Compiling console v0.15.10 |
1491 | 2025-02-13T04:33:12.601Z | Compiling strum_macros v0.25.3 |
1492 | 2025-02-13T04:33:12.634Z | Compiling hubpack v0.1.2 |
1493 | 2025-02-13T04:33:13.139Z | Compiling zerocopy v0.6.6 |
1494 | 2025-02-13T04:33:13.844Z | Compiling clap_builder v4.5.27 |
1495 | 2025-02-13T04:33:13.898Z | Compiling flate2 v1.0.35 |
1496 | 2025-02-13T04:33:14.026Z | Compiling elliptic-curve v0.13.8 |
1497 | 2025-02-13T04:33:14.591Z | Compiling hickory-resolver v0.24.2 |
1498 | 2025-02-13T04:33:14.869Z | Compiling phf v0.11.2 |
1499 | 2025-02-13T04:33:15.141Z | Compiling signal-hook-mio v0.2.4 |
1500 | 2025-02-13T04:33:15.319Z | Compiling toml_edit v0.19.15 |
1501 | 2025-02-13T04:33:15.564Z | Compiling hyper-tls v0.6.0 |
1502 | 2025-02-13T04:33:15.616Z | Compiling cookie_store v0.21.1 |
1503 | 2025-02-13T04:33:15.979Z | Compiling rayon v1.10.0 |
1504 | 2025-02-13T04:33:16.489Z | Compiling bzip2 v0.4.4 |
1505 | 2025-02-13T04:33:16.849Z | Compiling tokio-tungstenite v0.24.0 |
1506 | 2025-02-13T04:33:17.405Z | Compiling postgres-types v0.2.8 |
1507 | 2025-02-13T04:33:20.150Z | Compiling ed25519 v2.2.3 |
1508 | 2025-02-13T04:33:20.380Z | Compiling phf_shared v0.10.0 |
1509 | 2025-02-13T04:33:20.454Z | Compiling tokio-stream v0.1.16 |
1510 | 2025-02-13T04:33:20.737Z | Compiling pkcs1 v0.7.5 |
1511 | 2025-02-13T04:33:21.387Z | Compiling serde-big-array v0.5.1 |
1512 | 2025-02-13T04:33:21.628Z | Compiling clap_derive v4.5.24 |
1513 | 2025-02-13T04:33:21.679Z | Compiling rfc6979 v0.4.0 |
1514 | 2025-02-13T04:33:21.888Z | Compiling derive-where v1.2.7 |
1515 | 2025-02-13T04:33:21.920Z | Compiling serde_repr v0.1.19 |
1516 | 2025-02-13T04:33:21.983Z | Compiling float-cmp v0.9.0 |
1517 | 2025-02-13T04:33:22.216Z | Compiling bstr v1.10.0 |
1518 | 2025-02-13T04:33:22.596Z | Compiling sync_wrapper v1.0.1 |
1519 | 2025-02-13T04:33:22.698Z | Compiling fixedbitset v0.4.2 |
1520 | 2025-02-13T04:33:22.756Z | Compiling precomputed-hash v0.1.1 |
1521 | 2025-02-13T04:33:22.881Z | Compiling predicates-core v1.0.8 |
1522 | 2025-02-13T04:33:23.027Z | Compiling difflib v0.4.0 |
1523 | 2025-02-13T04:33:23.160Z | Compiling normalize-line-endings v0.3.0 |
1524 | 2025-02-13T04:33:23.255Z | Compiling new_debug_unreachable v1.0.6 |
1525 | 2025-02-13T04:33:23.297Z | Compiling static_assertions v1.1.0 |
1526 | 2025-02-13T04:33:23.356Z | Compiling unicode-segmentation v1.12.0 |
1527 | 2025-02-13T04:33:23.408Z | Compiling bit-vec v0.6.3 |
1528 | 2025-02-13T04:33:23.814Z | Compiling whoami v1.5.2 |
1529 | 2025-02-13T04:33:23.853Z | Compiling number_prefix v0.4.0 |
1530 | 2025-02-13T04:33:24.093Z | Compiling similar v2.6.0 |
1531 | 2025-02-13T04:33:24.266Z | Compiling tokio-postgres v0.7.12 |
1532 | 2025-02-13T04:33:24.397Z | Compiling indicatif v0.17.11 |
1533 | 2025-02-13T04:33:24.419Z | Compiling bit-set v0.5.3 |
1534 | 2025-02-13T04:33:24.718Z | Compiling predicates v3.1.2 |
1535 | 2025-02-13T04:33:25.165Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1536 | 2025-02-13T04:33:26.229Z | Compiling string_cache v0.8.7 |
1537 | 2025-02-13T04:33:26.256Z | Compiling petgraph v0.6.5 |
1538 | 2025-02-13T04:33:26.323Z | Compiling clap v4.5.27 |
1539 | 2025-02-13T04:33:26.412Z | Compiling ecdsa v0.16.9 |
1540 | 2025-02-13T04:33:26.451Z | Compiling rsa v0.9.6 |
1541 | 2025-02-13T04:33:26.666Z | Compiling ed25519-dalek v2.1.1 |
1542 | 2025-02-13T04:33:27.270Z | Compiling toml v0.7.8 |
1543 | 2025-02-13T04:33:28.016Z | Compiling zip v0.6.6 |
1544 | 2025-02-13T04:33:28.890Z | Compiling crossterm v0.28.1 |
1545 | 2025-02-13T04:33:30.026Z | Compiling hex v0.4.3 |
1546 | 2025-02-13T04:33:30.300Z | Compiling x509-cert v0.2.5 |
1547 | 2025-02-13T04:33:30.581Z | Compiling itertools v0.10.5 |
1548 | 2025-02-13T04:33:30.676Z | Compiling peg-runtime v0.8.3 |
1549 | 2025-02-13T04:33:31.027Z | Compiling unicode-xid v0.2.6 |
1550 | 2025-02-13T04:33:31.183Z | Compiling lalrpop-util v0.19.12 |
1551 | 2025-02-13T04:33:31.241Z | Compiling strum_macros v0.26.4 |
1552 | 2025-02-13T04:33:31.417Z | Compiling xattr v1.3.1 |
1553 | 2025-02-13T04:33:31.537Z | Compiling filetime v0.2.25 |
1554 | 2025-02-13T04:33:31.875Z | Compiling tar v0.4.42 |
1555 | 2025-02-13T04:33:36.084Z | Compiling strum v0.26.3 |
1556 | 2025-02-13T04:33:39.136Z | Compiling aws-lc-sys v0.22.0 |
1557 | 2025-02-13T04:34:06.556Z | Compiling rustls-webpki v0.102.8 |
1558 | 2025-02-13T04:34:09.803Z | Compiling tokio-rustls v0.25.0 |
1559 | 2025-02-13T04:34:11.512Z | Compiling tokio-rustls v0.26.0 |
1560 | 2025-02-13T04:34:11.825Z | Compiling hyper-rustls v0.27.3 |
1561 | 2025-02-13T04:34:12.134Z | Compiling reqwest v0.12.9 |
1562 | 2025-02-13T04:34:13.523Z | Compiling qorb v0.2.1 |
1563 | 2025-02-13T04:34:16.615Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1564 | 2025-02-13T04:34:16.862Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1565 | 2025-02-13T04:34:21.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
1566 | 2025-02-13T04:34:21.473Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1567 | 2025-02-13T04:34:21.526Z | Feb 13 04:34:20.254 INFO Starting download, target: Clickhouse |
1568 | 2025-02-13T04:34:21.526Z | Feb 13 04:34:20.255 INFO Starting download, target: Console |
1569 | 2025-02-13T04:34:21.526Z | Feb 13 04:34:20.255 INFO Starting download, target: Cockroach |
1570 | 2025-02-13T04:34:21.526Z | Feb 13 04:34:20.255 INFO Starting download, target: DendriteOpenapi |
1571 | 2025-02-13T04:34:21.526Z | Feb 13 04:34:20.255 INFO Starting download, target: DendriteStub |
1572 | 2025-02-13T04:34:21.529Z | Feb 13 04:34:20.255 INFO Starting download, target: MaghemiteMgd |
1573 | 2025-02-13T04:34:21.529Z | Feb 13 04:34:20.255 INFO Starting download, target: TransceiverControl |
1574 | 2025-02-13T04:34:21.529Z | Feb 13 04:34:20.255 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1575 | 2025-02-13T04:34:21.529Z | Feb 13 04:34:20.255 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1576 | 2025-02-13T04:34:21.530Z | Feb 13 04:34:20.256 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1577 | 2025-02-13T04:34:21.530Z | Feb 13 04:34:20.256 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1578 | 2025-02-13T04:34:21.530Z | Feb 13 04:34:20.256 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1579 | 2025-02-13T04:34:21.530Z | Feb 13 04:34:20.256 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1580 | 2025-02-13T04:34:21.530Z | Feb 13 04:34:20.256 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1581 | 2025-02-13T04:34:21.792Z | Feb 13 04:34:20.510 INFO Download complete, target: DendriteOpenapi |
1582 | 2025-02-13T04:34:21.847Z | Feb 13 04:34:20.551 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1583 | 2025-02-13T04:34:21.978Z | Feb 13 04:34:20.698 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1584 | 2025-02-13T04:34:22.324Z | Feb 13 04:34:21.039 INFO Download complete, target: Console |
1585 | 2025-02-13T04:34:22.366Z | Feb 13 04:34:21.084 INFO Download complete, target: TransceiverControl |
1586 | 2025-02-13T04:34:22.392Z | Feb 13 04:34:21.119 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1587 | 2025-02-13T04:34:22.544Z | Feb 13 04:34:21.272 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1588 | 2025-02-13T04:34:23.002Z | Feb 13 04:34:21.732 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1589 | 2025-02-13T04:34:23.003Z | Feb 13 04:34:21.732 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1590 | 2025-02-13T04:34:23.497Z | Feb 13 04:34:22.226 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1591 | 2025-02-13T04:34:25.393Z | Feb 13 04:34:24.122 INFO Download complete, target: DendriteStub |
1592 | 2025-02-13T04:34:25.562Z | Feb 13 04:34:24.291 INFO Download complete, target: MaghemiteMgd |
1593 | 2025-02-13T04:34:30.468Z | Feb 13 04:34:29.196 INFO Checking that binary works, target: Cockroach |
1594 | 2025-02-13T04:34:30.628Z | Feb 13 04:34:29.354 INFO Download complete, target: Cockroach |
1595 | 2025-02-13T04:34:35.971Z | Feb 13 04:34:34.698 INFO Checking that binary works, target: Clickhouse |
1596 | 2025-02-13T04:34:36.101Z | Feb 13 04:34:34.829 INFO Download complete, target: Clickhouse |
1597 | 2025-02-13T04:34:36.123Z | All builder prerequisites installed successfully, and PATH looks valid |
1598 | 2025-02-13T04:34:36.125Z | |
1599 | 2025-02-13T04:34:36.125Z | real 4:28.793728093 |
1600 | 2025-02-13T04:34:36.125Z | user 15:55.752656218 |
1601 | 2025-02-13T04:34:36.125Z | sys 2:04.993225483 |
1602 | 2025-02-13T04:34:36.125Z | trap 0.588808130 |
1603 | 2025-02-13T04:34:36.125Z | tflt 1.942876451 |
1604 | 2025-02-13T04:34:36.126Z | dflt 1.724215295 |
1605 | 2025-02-13T04:34:36.126Z | kflt 0.026074617 |
1606 | 2025-02-13T04:34:36.126Z | lock 25:21.669623528 |
1607 | 2025-02-13T04:34:36.126Z | slp 54:55.451660412 |
1608 | 2025-02-13T04:34:36.126Z | lat 1:01.329037201 |
1609 | 2025-02-13T04:34:36.126Z | stop 2:28.021029697 |
1610 | 2025-02-13T04:34:36.126Z | + banner clippy |
1611 | 2025-02-13T04:34:36.129Z | |
1612 | 2025-02-13T04:34:36.129Z | #### # # ##### ##### # # |
1613 | 2025-02-13T04:34:36.129Z | # # # # # # # # # # |
1614 | 2025-02-13T04:34:36.129Z | # # # # # # # # |
1615 | 2025-02-13T04:34:36.129Z | # # # ##### ##### # |
1616 | 2025-02-13T04:34:36.129Z | # # # # # # # |
1617 | 2025-02-13T04:34:36.129Z | #### ###### # # # # |
1618 | 2025-02-13T04:34:36.129Z | |
1619 | 2025-02-13T04:34:36.129Z | + export CARGO_INCREMENTAL=0 |
1620 | 2025-02-13T04:34:36.129Z | + CARGO_INCREMENTAL=0 |
1621 | 2025-02-13T04:34:36.129Z | + ptime -m cargo xtask clippy |
1622 | 2025-02-13T04:34:36.643Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1623 | 2025-02-13T04:34:39.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s |
1624 | 2025-02-13T04:34:39.744Z | Running `target/debug/xtask clippy` |
1625 | 2025-02-13T04:34:39.841Z | running: /home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1626 | 2025-02-13T04:34:40.253Z | Downloading crates ... |
1627 | 2025-02-13T04:34:40.590Z | Downloaded assert-json-diff v2.0.2 |
1628 | 2025-02-13T04:34:40.600Z | Downloaded anes v0.1.6 |
1629 | 2025-02-13T04:34:40.603Z | Downloaded async-channel v2.3.1 |
1630 | 2025-02-13T04:34:40.619Z | Downloaded approx v0.5.1 |
1631 | 2025-02-13T04:34:40.629Z | Downloaded async-object-pool v0.1.5 |
1632 | 2025-02-13T04:34:40.632Z | Downloaded async-std v1.13.0 |
1633 | 2025-02-13T04:34:40.650Z | Downloaded target-triple v0.1.3 |
1634 | 2025-02-13T04:34:40.653Z | Downloaded blake2b_simd v1.0.2 |
1635 | 2025-02-13T04:34:40.653Z | Downloaded async-signal v0.2.10 |
1636 | 2025-02-13T04:34:40.655Z | Downloaded assert_cmd v2.0.16 |
1637 | 2025-02-13T04:34:40.658Z | Downloaded concurrent-queue v2.5.0 |
1638 | 2025-02-13T04:34:40.658Z | Downloaded cfg-expr v0.17.2 |
1639 | 2025-02-13T04:34:40.661Z | Downloaded tinytemplate v1.2.1 |
1640 | 2025-02-13T04:34:40.663Z | Downloaded rust-argon2 v2.1.0 |
1641 | 2025-02-13T04:34:40.668Z | Downloaded parking v2.2.1 |
1642 | 2025-02-13T04:34:40.668Z | Downloaded oorandom v11.1.4 |
1643 | 2025-02-13T04:34:40.668Z | Downloaded indoc v2.0.5 |
1644 | 2025-02-13T04:34:40.671Z | Downloaded rstest_macros v0.23.0 |
1645 | 2025-02-13T04:34:40.673Z | Downloaded async-channel v1.9.0 |
1646 | 2025-02-13T04:34:40.673Z | Downloaded httptest v0.16.1 |
1647 | 2025-02-13T04:34:40.676Z | Downloaded futures-lite v2.3.0 |
1648 | 2025-02-13T04:34:40.681Z | Downloaded relative-path v1.9.3 |
1649 | 2025-02-13T04:34:40.681Z | Downloaded pretty_assertions v1.4.1 |
1650 | 2025-02-13T04:34:40.683Z | Downloaded kv-log-macro v1.0.7 |
1651 | 2025-02-13T04:34:40.683Z | Downloaded blocking v1.6.1 |
1652 | 2025-02-13T04:34:40.683Z | Downloaded async-task v4.7.1 |
1653 | 2025-02-13T04:34:40.686Z | Downloaded plotters-svg v0.3.7 |
1654 | 2025-02-13T04:34:40.686Z | Downloaded nested v0.1.1 |
1655 | 2025-02-13T04:34:40.689Z | Downloaded escape8259 v0.5.3 |
1656 | 2025-02-13T04:34:40.689Z | Downloaded async-process v2.3.0 |
1657 | 2025-02-13T04:34:40.693Z | Downloaded async-io v2.3.4 |
1658 | 2025-02-13T04:34:40.696Z | Downloaded datatest-stable v0.2.9 |
1659 | 2025-02-13T04:34:40.699Z | Downloaded similar-asserts v1.6.0 |
1660 | 2025-02-13T04:34:40.699Z | Downloaded async-attributes v1.1.2 |
1661 | 2025-02-13T04:34:40.701Z | Downloaded plotters-backend v0.3.7 |
1662 | 2025-02-13T04:34:40.701Z | Downloaded piper v0.2.4 |
1663 | 2025-02-13T04:34:40.704Z | Downloaded num_cpus v1.16.0 |
1664 | 2025-02-13T04:34:40.707Z | Downloaded stringmetrics v2.2.2 |
1665 | 2025-02-13T04:34:40.707Z | Downloaded event-listener-strategy v0.5.2 |
1666 | 2025-02-13T04:34:40.709Z | Downloaded doc-comment v0.3.3 |
1667 | 2025-02-13T04:34:40.709Z | Downloaded async-global-executor v2.4.1 |
1668 | 2025-02-13T04:34:40.712Z | Downloaded serde_regex v1.1.0 |
1669 | 2025-02-13T04:34:40.718Z | Downloaded cast v0.3.0 |
1670 | 2025-02-13T04:34:40.721Z | Downloaded guppy-workspace-hack v0.1.0 |
1671 | 2025-02-13T04:34:40.738Z | Downloaded trybuild v1.0.101 |
1672 | 2025-02-13T04:34:40.742Z | Downloaded futures-timer v3.0.3 |
1673 | 2025-02-13T04:34:40.745Z | Downloaded event-listener v5.3.1 |
1674 | 2025-02-13T04:34:40.745Z | Downloaded target-lexicon v0.12.16 |
1675 | 2025-02-13T04:34:40.747Z | Downloaded hyper-rustls v0.26.0 |
1676 | 2025-02-13T04:34:40.752Z | Downloaded path-tree v0.8.1 |
1677 | 2025-02-13T04:34:40.755Z | Downloaded criterion-plot v0.5.0 |
1678 | 2025-02-13T04:34:40.755Z | Downloaded async-lock v3.4.0 |
1679 | 2025-02-13T04:34:40.755Z | Downloaded async-executor v1.13.1 |
1680 | 2025-02-13T04:34:40.758Z | Downloaded target-spec v3.3.1 |
1681 | 2025-02-13T04:34:40.761Z | Downloaded fancy-regex v0.13.0 |
1682 | 2025-02-13T04:34:40.764Z | Downloaded event-listener v2.5.3 |
1683 | 2025-02-13T04:34:40.764Z | Downloaded rustls-native-certs v0.7.3 |
1684 | 2025-02-13T04:34:40.767Z | Downloaded threadpool v1.8.1 |
1685 | 2025-02-13T04:34:40.767Z | Downloaded rstest v0.23.0 |
1686 | 2025-02-13T04:34:40.771Z | Downloaded partial-io v0.5.4 |
1687 | 2025-02-13T04:34:40.774Z | Downloaded cargo_metadata v0.19.1 |
1688 | 2025-02-13T04:34:40.777Z | Downloaded rand_distr v0.4.3 |
1689 | 2025-02-13T04:34:40.779Z | Downloaded polling v3.7.3 |
1690 | 2025-02-13T04:34:40.782Z | Downloaded proc-macro-crate v3.2.0 |
1691 | 2025-02-13T04:34:40.784Z | Downloaded yansi v1.0.1 |
1692 | 2025-02-13T04:34:40.787Z | Downloaded pathdiff v0.2.3 |
1693 | 2025-02-13T04:34:40.787Z | Downloaded criterion v0.5.1 |
1694 | 2025-02-13T04:34:40.792Z | Downloaded libtest-mimic v0.7.3 |
1695 | 2025-02-13T04:34:40.795Z | Downloaded guppy v0.17.12 |
1696 | 2025-02-13T04:34:40.800Z | Downloaded plotters v0.3.7 |
1697 | 2025-02-13T04:34:40.872Z | Downloaded httpmock v0.8.0-alpha.1 |
1698 | 2025-02-13T04:34:41.659Z | Checking cfg-if v1.0.0 |
1699 | 2025-02-13T04:34:41.738Z | Checking libc v0.2.169 |
1700 | 2025-02-13T04:34:41.758Z | Checking serde v1.0.217 |
1701 | 2025-02-13T04:34:41.779Z | Checking memchr v2.7.4 |
1702 | 2025-02-13T04:34:41.802Z | Checking value-bag v1.9.0 |
1703 | 2025-02-13T04:34:41.832Z | Checking scopeguard v1.2.0 |
1704 | 2025-02-13T04:34:41.860Z | Checking zeroize v1.8.1 |
1705 | 2025-02-13T04:34:41.888Z | Checking itoa v1.0.11 |
1706 | 2025-02-13T04:34:41.909Z | Checking smallvec v1.13.2 |
1707 | 2025-02-13T04:34:41.982Z | Checking lock_api v0.4.12 |
1708 | 2025-02-13T04:34:42.113Z | Checking byteorder v1.5.0 |
1709 | 2025-02-13T04:34:42.135Z | Checking once_cell v1.20.2 |
1710 | 2025-02-13T04:34:42.208Z | Checking log v0.4.22 |
1711 | 2025-02-13T04:34:42.264Z | Checking pin-project-lite v0.2.14 |
1712 | 2025-02-13T04:34:42.361Z | Checking subtle v2.6.1 |
1713 | 2025-02-13T04:34:42.402Z | Checking typenum v1.17.0 |
1714 | 2025-02-13T04:34:42.443Z | Checking libm v0.2.8 |
1715 | 2025-02-13T04:34:42.524Z | Checking ryu v1.0.18 |
1716 | 2025-02-13T04:34:42.599Z | Checking futures-core v0.3.31 |
1717 | 2025-02-13T04:34:42.634Z | Checking zerocopy v0.7.35 |
1718 | 2025-02-13T04:34:42.750Z | Checking thiserror v1.0.69 |
1719 | 2025-02-13T04:34:42.783Z | Checking getrandom v0.2.15 |
1720 | 2025-02-13T04:34:42.812Z | Checking signal-hook-registry v1.4.2 |
1721 | 2025-02-13T04:34:42.839Z | Checking parking_lot_core v0.9.10 |
1722 | 2025-02-13T04:34:42.905Z | Checking mio v1.0.2 |
1723 | 2025-02-13T04:34:43.066Z | Checking rand_core v0.6.4 |
1724 | 2025-02-13T04:34:43.106Z | Checking socket2 v0.5.7 |
1725 | 2025-02-13T04:34:43.180Z | Checking parking_lot v0.12.3 |
1726 | 2025-02-13T04:34:43.405Z | Checking num-traits v0.2.19 |
1727 | 2025-02-13T04:34:43.440Z | Checking const-oid v0.9.6 |
1728 | 2025-02-13T04:34:43.536Z | Checking allocator-api2 v0.2.18 |
1729 | 2025-02-13T04:34:43.567Z | Checking spin v0.9.8 |
1730 | 2025-02-13T04:34:43.596Z | Checking generic-array v0.14.7 |
1731 | 2025-02-13T04:34:43.619Z | Checking futures-io v0.3.31 |
1732 | 2025-02-13T04:34:43.835Z | Checking slab v0.4.9 |
1733 | 2025-02-13T04:34:43.935Z | Checking cpufeatures v0.2.14 |
1734 | 2025-02-13T04:34:43.965Z | Checking futures-sink v0.3.31 |
1735 | 2025-02-13T04:34:44.056Z | Checking foldhash v0.1.3 |
1736 | 2025-02-13T04:34:44.125Z | Checking equivalent v1.0.1 |
1737 | 2025-02-13T04:34:44.140Z | Checking pin-utils v0.1.0 |
1738 | 2025-02-13T04:34:44.167Z | Checking iana-time-zone v0.1.61 |
1739 | 2025-02-13T04:34:44.245Z | Checking futures-channel v0.3.31 |
1740 | 2025-02-13T04:34:44.276Z | Checking hashbrown v0.15.1 |
1741 | 2025-02-13T04:34:44.304Z | Checking futures-task v0.3.31 |
1742 | 2025-02-13T04:34:44.347Z | Checking stable_deref_trait v1.2.0 |
1743 | 2025-02-13T04:34:44.484Z | Checking fnv v1.0.7 |
1744 | 2025-02-13T04:34:44.573Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1745 | 2025-02-13T04:34:44.609Z | Checking futures-util v0.3.31 |
1746 | 2025-02-13T04:34:44.634Z | Checking tracing-core v0.1.32 |
1747 | 2025-02-13T04:34:44.691Z | Checking crypto-common v0.1.6 |
1748 | 2025-02-13T04:34:44.840Z | Checking block-buffer v0.10.4 |
1749 | 2025-02-13T04:34:44.888Z | Checking dyn-clone v1.0.17 |
1750 | 2025-02-13T04:34:44.958Z | Checking ppv-lite86 v0.2.20 |
1751 | 2025-02-13T04:34:45.049Z | Checking errno v0.3.9 |
1752 | 2025-02-13T04:34:45.083Z | Checking zerofrom v0.1.4 |
1753 | 2025-02-13T04:34:45.213Z | Checking digest v0.10.7 |
1754 | 2025-02-13T04:34:45.248Z | Checking crossbeam-utils v0.8.20 |
1755 | 2025-02-13T04:34:45.274Z | Checking tracing v0.1.40 |
1756 | 2025-02-13T04:34:45.302Z | Checking yoke v0.7.4 |
1757 | 2025-02-13T04:34:45.329Z | Checking writeable v0.5.5 |
1758 | 2025-02-13T04:34:45.583Z | Checking litemap v0.7.3 |
1759 | 2025-02-13T04:34:45.640Z | Checking zerovec v0.10.4 |
1760 | 2025-02-13T04:34:45.642Z | Checking percent-encoding v2.3.1 |
1761 | 2025-02-13T04:34:45.686Z | Checking block-padding v0.3.3 |
1762 | 2025-02-13T04:34:45.689Z | Checking rand_chacha v0.3.1 |
1763 | 2025-02-13T04:34:45.899Z | Checking httparse v1.9.5 |
1764 | 2025-02-13T04:34:45.931Z | Checking atomic-waker v1.1.2 |
1765 | 2025-02-13T04:34:45.934Z | Checking regex-syntax v0.8.5 |
1766 | 2025-02-13T04:34:45.983Z | Checking inout v0.1.3 |
1767 | 2025-02-13T04:34:46.087Z | Checking rand v0.8.5 |
1768 | 2025-02-13T04:34:46.114Z | Checking icu_locid_transform_data v1.5.0 |
1769 | 2025-02-13T04:34:46.160Z | Checking bytes v1.9.0 |
1770 | 2025-02-13T04:34:46.221Z | Checking bitflags v2.6.0 |
1771 | 2025-02-13T04:34:46.244Z | Checking serde_json v1.0.135 |
1772 | 2025-02-13T04:34:46.313Z | Checking chrono v0.4.39 |
1773 | 2025-02-13T04:34:46.538Z | Checking indexmap v2.7.1 |
1774 | 2025-02-13T04:34:46.954Z | Checking tokio v1.43.0 |
1775 | 2025-02-13T04:34:47.167Z | Checking uuid v1.12.0 |
1776 | 2025-02-13T04:34:47.277Z | Checking http v1.2.0 |
1777 | 2025-02-13T04:34:47.754Z | Checking rustix v0.38.37 |
1778 | 2025-02-13T04:34:47.785Z | Checking tinystr v0.7.6 |
1779 | 2025-02-13T04:34:47.976Z | Checking unicode-ident v1.0.14 |
1780 | 2025-02-13T04:34:48.138Z | Checking icu_locid v1.5.0 |
1781 | 2025-02-13T04:34:48.174Z | Checking icu_collections v1.5.0 |
1782 | 2025-02-13T04:34:48.325Z | Checking schemars v0.8.21 |
1783 | 2025-02-13T04:34:48.668Z | Checking cipher v0.4.4 |
1784 | 2025-02-13T04:34:48.829Z | Checking form_urlencoded v1.2.1 |
1785 | 2025-02-13T04:34:49.039Z | Checking untrusted v0.9.0 |
1786 | 2025-02-13T04:34:49.072Z | Checking icu_provider v1.5.0 |
1787 | 2025-02-13T04:34:49.102Z | Checking icu_properties_data v1.5.0 |
1788 | 2025-02-13T04:34:49.135Z | Checking aho-corasick v1.1.3 |
1789 | 2025-02-13T04:34:49.232Z | Checking ring v0.17.8 |
1790 | 2025-02-13T04:34:49.289Z | Checking icu_normalizer_data v1.5.0 |
1791 | 2025-02-13T04:34:49.382Z | Checking powerfmt v0.2.0 |
1792 | 2025-02-13T04:34:49.416Z | Checking write16 v1.0.0 |
1793 | 2025-02-13T04:34:49.573Z | Checking utf8_iter v1.0.4 |
1794 | 2025-02-13T04:34:49.656Z | Checking icu_locid_transform v1.5.0 |
1795 | 2025-02-13T04:34:49.685Z | Checking utf16_iter v1.0.5 |
1796 | 2025-02-13T04:34:49.793Z | Checking deranged v0.3.11 |
1797 | 2025-02-13T04:34:49.884Z | Checking proc-macro2 v1.0.92 |
1798 | 2025-02-13T04:34:49.887Z | Checking base64ct v1.6.0 |
1799 | 2025-02-13T04:34:50.364Z | Checking time-core v0.1.2 |
1800 | 2025-02-13T04:34:50.551Z | Checking num_threads v0.1.7 |
1801 | 2025-02-13T04:34:50.592Z | Checking num-conv v0.1.0 |
1802 | 2025-02-13T04:34:50.654Z | Checking icu_properties v1.5.1 |
1803 | 2025-02-13T04:34:50.691Z | Checking quote v1.0.38 |
1804 | 2025-02-13T04:34:50.752Z | Checking regex-automata v0.4.8 |
1805 | 2025-02-13T04:34:50.859Z | Checking sha2 v0.10.8 |
1806 | 2025-02-13T04:34:50.969Z | Checking hmac v0.12.1 |
1807 | 2025-02-13T04:34:50.997Z | Checking rustls-pki-types v1.10.0 |
1808 | 2025-02-13T04:34:51.045Z | Checking adler2 v2.0.0 |
1809 | 2025-02-13T04:34:51.153Z | Checking time v0.3.36 |
1810 | 2025-02-13T04:34:51.212Z | Checking miniz_oxide v0.8.0 |
1811 | 2025-02-13T04:34:51.215Z | Checking syn v2.0.96 |
1812 | 2025-02-13T04:34:51.424Z | Checking http-body v1.0.1 |
1813 | 2025-02-13T04:34:51.556Z | Checking aws-lc-sys v0.22.0 |
1814 | 2025-02-13T04:34:51.632Z | Checking base64 v0.22.1 |
1815 | 2025-02-13T04:34:51.952Z | Checking httpdate v1.0.3 |
1816 | 2025-02-13T04:34:52.151Z | Checking try-lock v0.2.5 |
1817 | 2025-02-13T04:34:52.209Z | Checking mirai-annotations v1.12.0 |
1818 | 2025-02-13T04:34:52.299Z | Checking untrusted v0.7.1 |
1819 | 2025-02-13T04:34:52.399Z | Checking want v0.3.1 |
1820 | 2025-02-13T04:34:52.508Z | Checking ahash v0.8.11 |
1821 | 2025-02-13T04:34:52.603Z | Checking pem-rfc7468 v0.7.0 |
1822 | 2025-02-13T04:34:52.918Z | Checking tower-service v0.3.3 |
1823 | 2025-02-13T04:34:53.011Z | Checking slog v2.7.0 |
1824 | 2025-02-13T04:34:53.064Z | Checking flagset v0.4.6 |
1825 | 2025-02-13T04:34:53.289Z | Checking mime v0.3.17 |
1826 | 2025-02-13T04:34:53.475Z | Checking der v0.7.9 |
1827 | 2025-02-13T04:34:53.562Z | Checking pbkdf2 v0.12.2 |
1828 | 2025-02-13T04:34:53.619Z | Checking aes v0.8.4 |
1829 | 2025-02-13T04:34:53.729Z | Checking semver v1.0.24 |
1830 | 2025-02-13T04:34:53.757Z | Checking aws-lc-rs v1.10.0 |
1831 | 2025-02-13T04:34:53.803Z | Checking tokio-util v0.7.12 |
1832 | 2025-02-13T04:34:53.908Z | Checking icu_normalizer v1.5.0 |
1833 | 2025-02-13T04:34:54.130Z | Checking gimli v0.31.1 |
1834 | 2025-02-13T04:34:54.509Z | Checking http-body-util v0.1.2 |
1835 | 2025-02-13T04:34:54.636Z | Checking h2 v0.4.6 |
1836 | 2025-02-13T04:34:54.692Z | Checking idna_adapter v1.2.0 |
1837 | 2025-02-13T04:34:54.916Z | Checking idna v1.0.3 |
1838 | 2025-02-13T04:34:54.963Z | Checking salsa20 v0.10.2 |
1839 | 2025-02-13T04:34:55.176Z | Checking spki v0.7.3 |
1840 | 2025-02-13T04:34:55.206Z | Checking cbc v0.1.2 |
1841 | 2025-02-13T04:34:55.209Z | Checking regex v1.11.1 |
1842 | 2025-02-13T04:34:55.410Z | Checking lazy_static v1.5.0 |
1843 | 2025-02-13T04:34:55.436Z | Checking url v2.5.3 |
1844 | 2025-02-13T04:34:55.468Z | Checking object v0.36.5 |
1845 | 2025-02-13T04:34:55.470Z | Checking rustls-webpki v0.102.8 |
1846 | 2025-02-13T04:34:55.547Z | Checking rustc-demangle v0.1.24 |
1847 | 2025-02-13T04:34:55.803Z | Checking scrypt v0.11.0 |
1848 | 2025-02-13T04:34:56.001Z | Checking rustls-pemfile v2.2.0 |
1849 | 2025-02-13T04:34:56.051Z | Checking foreign-types-shared v0.1.1 |
1850 | 2025-02-13T04:34:56.188Z | Checking ipnet v2.10.1 |
1851 | 2025-02-13T04:34:56.232Z | Checking openssl-probe v0.1.5 |
1852 | 2025-02-13T04:34:56.234Z | Checking foreign-types v0.3.2 |
1853 | 2025-02-13T04:34:56.275Z | Checking pkcs5 v0.7.1 |
1854 | 2025-02-13T04:34:56.352Z | Checking futures-executor v0.3.31 |
1855 | 2025-02-13T04:34:56.388Z | Checking serde_urlencoded v0.7.1 |
1856 | 2025-02-13T04:34:56.607Z | Checking openssl-sys v0.9.105 |
1857 | 2025-02-13T04:34:56.636Z | Checking encoding_rs v0.8.34 |
1858 | 2025-02-13T04:34:56.785Z | Checking utf8parse v0.2.2 |
1859 | 2025-02-13T04:34:56.823Z | Checking pkcs8 v0.10.2 |
1860 | 2025-02-13T04:34:56.966Z | Checking futures v0.3.31 |
1861 | 2025-02-13T04:34:57.097Z | Checking serde_spanned v0.6.8 |
1862 | 2025-02-13T04:34:57.155Z | Checking toml_datetime v0.6.8 |
1863 | 2025-02-13T04:34:57.325Z | Checking rustls v0.23.19 |
1864 | 2025-02-13T04:34:57.327Z | Checking data-encoding v2.6.0 |
1865 | 2025-02-13T04:34:57.433Z | Checking anstyle v1.0.10 |
1866 | 2025-02-13T04:34:57.772Z | Checking openssl v0.10.70 |
1867 | 2025-02-13T04:34:57.799Z | Checking openapiv3 v2.0.0 |
1868 | 2025-02-13T04:34:57.827Z | Checking addr2line v0.24.2 |
1869 | 2025-02-13T04:34:57.959Z | Checking sha1 v0.10.6 |
1870 | 2025-02-13T04:34:58.258Z | Checking psl-types v2.0.11 |
1871 | 2025-02-13T04:34:58.357Z | Checking cookie v0.18.1 |
1872 | 2025-02-13T04:34:58.475Z | Checking publicsuffix v2.3.0 |
1873 | 2025-02-13T04:34:58.749Z | Checking webpki-roots v0.26.6 |
1874 | 2025-02-13T04:34:58.835Z | Checking camino v1.1.9 |
1875 | 2025-02-13T04:34:58.975Z | Checking cookie_store v0.21.1 |
1876 | 2025-02-13T04:34:58.978Z | Checking anstyle-parse v0.2.5 |
1877 | 2025-02-13T04:34:59.286Z | Checking sync_wrapper v1.0.1 |
1878 | 2025-02-13T04:34:59.404Z | Checking is-terminal v0.4.13 |
1879 | 2025-02-13T04:34:59.454Z | Checking colorchoice v1.0.2 |
1880 | 2025-02-13T04:34:59.551Z | Checking either v1.13.0 |
1881 | 2025-02-13T04:34:59.612Z | Checking anstyle-query v1.1.1 |
1882 | 2025-02-13T04:34:59.682Z | Checking winnow v0.6.20 |
1883 | 2025-02-13T04:34:59.766Z | Checking is_terminal_polyfill v1.70.1 |
1884 | 2025-02-13T04:34:59.914Z | Checking anstream v0.6.15 |
1885 | 2025-02-13T04:34:59.950Z | Checking terminal_size v0.4.0 |
1886 | 2025-02-13T04:35:00.146Z | Checking signature v2.2.0 |
1887 | 2025-02-13T04:35:00.302Z | Checking strsim v0.11.1 |
1888 | 2025-02-13T04:35:00.373Z | Checking clap_lex v0.7.4 |
1889 | 2025-02-13T04:35:00.622Z | Checking scroll v0.12.0 |
1890 | 2025-02-13T04:35:00.652Z | Checking clap_builder v4.5.27 |
1891 | 2025-02-13T04:35:00.777Z | Checking hyper v1.5.2 |
1892 | 2025-02-13T04:35:00.952Z | Checking plain v0.2.3 |
1893 | 2025-02-13T04:35:01.124Z | Checking tinyvec_macros v0.1.1 |
1894 | 2025-02-13T04:35:01.147Z | Checking ucd-trie v0.1.7 |
1895 | 2025-02-13T04:35:01.233Z | Checking tinyvec v1.8.0 |
1896 | 2025-02-13T04:35:01.354Z | Checking backtrace v0.3.74 |
1897 | 2025-02-13T04:35:01.383Z | Checking pest v2.7.14 |
1898 | 2025-02-13T04:35:01.891Z | Checking anyhow v1.0.95 |
1899 | 2025-02-13T04:35:02.260Z | Checking goblin v0.8.2 |
1900 | 2025-02-13T04:35:02.454Z | Checking dirs-sys-next v0.1.2 |
1901 | 2025-02-13T04:35:02.548Z | Checking tokio-rustls v0.26.0 |
1902 | 2025-02-13T04:35:02.589Z | Checking base16ct v0.2.0 |
1903 | 2025-02-13T04:35:02.663Z | Checking hyper-util v0.1.10 |
1904 | 2025-02-13T04:35:02.691Z | Checking pretty-hex v0.4.1 |
1905 | 2025-02-13T04:35:02.822Z | Checking sec1 v0.7.3 |
1906 | 2025-02-13T04:35:02.892Z | Checking dirs-next v2.0.0 |
1907 | 2025-02-13T04:35:02.929Z | Checking native-tls v0.2.12 |
1908 | 2025-02-13T04:35:02.957Z | Checking crossbeam-channel v0.5.13 |
1909 | 2025-02-13T04:35:03.040Z | Checking num-integer v0.1.46 |
1910 | 2025-02-13T04:35:03.209Z | Checking ff v0.13.0 |
1911 | 2025-02-13T04:35:03.259Z | Checking tokio-native-tls v0.3.1 |
1912 | 2025-02-13T04:35:03.440Z | Checking thread-id v4.2.2 |
1913 | 2025-02-13T04:35:03.517Z | Checking thread_local v1.1.8 |
1914 | 2025-02-13T04:35:03.561Z | Checking group v0.13.0 |
1915 | 2025-02-13T04:35:03.564Z | Checking clap v4.5.27 |
1916 | 2025-02-13T04:35:03.564Z | Checking term v0.7.0 |
1917 | 2025-02-13T04:35:03.692Z | Checking toml_edit v0.22.22 |
1918 | 2025-02-13T04:35:03.722Z | Checking hkdf v0.12.4 |
1919 | 2025-02-13T04:35:03.793Z | Checking crypto-bigint v0.5.5 |
1920 | 2025-02-13T04:35:03.822Z | Checking memmap v0.7.0 |
1921 | 2025-02-13T04:35:03.942Z | Checking dtrace-parser v0.2.0 |
1922 | 2025-02-13T04:35:03.972Z | Checking crc32fast v1.4.2 |
1923 | 2025-02-13T04:35:04.020Z | Checking take_mut v0.2.2 |
1924 | 2025-02-13T04:35:04.045Z | Checking bitflags v1.3.2 |
1925 | 2025-02-13T04:35:04.158Z | Checking utf-8 v0.7.6 |
1926 | 2025-02-13T04:35:04.185Z | Checking match_cfg v0.1.0 |
1927 | 2025-02-13T04:35:04.213Z | Checking slog-async v2.8.0 |
1928 | 2025-02-13T04:35:04.298Z | Checking hostname v0.3.1 |
1929 | 2025-02-13T04:35:04.390Z | Checking slog-term v2.9.1 |
1930 | 2025-02-13T04:35:04.457Z | Checking unicode-segmentation v1.12.0 |
1931 | 2025-02-13T04:35:04.467Z | Checking num-iter v0.1.45 |
1932 | 2025-02-13T04:35:04.506Z | Checking crossbeam-epoch v0.9.18 |
1933 | 2025-02-13T04:35:04.632Z | Checking hyper-tls v0.6.0 |
1934 | 2025-02-13T04:35:04.661Z | Checking hyper-rustls v0.27.3 |
1935 | 2025-02-13T04:35:04.878Z | Checking static_assertions v1.1.0 |
1936 | 2025-02-13T04:35:04.933Z | Checking bstr v1.10.0 |
1937 | 2025-02-13T04:35:04.936Z | Checking slog-json v2.6.1 |
1938 | 2025-02-13T04:35:04.998Z | Checking rfc6979 v0.4.0 |
1939 | 2025-02-13T04:35:05.026Z | Checking reqwest v0.12.9 |
1940 | 2025-02-13T04:35:05.129Z | Checking hex v0.4.3 |
1941 | 2025-02-13T04:35:05.203Z | Checking winnow v0.5.40 |
1942 | 2025-02-13T04:35:05.230Z | Checking managed v0.8.0 |
1943 | 2025-02-13T04:35:05.626Z | Checking slog-bunyan v2.5.0 |
1944 | 2025-02-13T04:35:05.629Z | Checking crossbeam-deque v0.8.5 |
1945 | 2025-02-13T04:35:05.812Z | Checking num-bigint-dig v0.8.4 |
1946 | 2025-02-13T04:35:05.890Z | Checking flate2 v1.0.35 |
1947 | 2025-02-13T04:35:06.005Z | Checking pkcs1 v0.7.5 |
1948 | 2025-02-13T04:35:06.194Z | Checking toml v0.8.19 |
1949 | 2025-02-13T04:35:06.439Z | Checking rustls v0.22.4 |
1950 | 2025-02-13T04:35:06.487Z | Checking elliptic-curve v0.13.8 |
1951 | 2025-02-13T04:35:06.515Z | Checking curve25519-dalek v4.1.3 |
1952 | 2025-02-13T04:35:06.810Z | Checking zerocopy v0.6.6 |
1953 | 2025-02-13T04:35:06.942Z | Checking siphasher v0.3.11 |
1954 | 2025-02-13T04:35:07.100Z | Checking ecdsa v0.16.9 |
1955 | 2025-02-13T04:35:07.141Z | Checking dof v0.3.0 |
1956 | 2025-02-13T04:35:07.252Z | Checking rayon-core v1.12.1 |
1957 | 2025-02-13T04:35:07.465Z | Checking unicode-normalization v0.1.24 |
1958 | 2025-02-13T04:35:07.762Z | Checking usdt-impl v0.5.0 |
1959 | 2025-02-13T04:35:07.802Z | Checking ed25519 v2.2.3 |
1960 | 2025-02-13T04:35:07.833Z | Checking rsa v0.9.6 |
1961 | 2025-02-13T04:35:07.937Z | Checking signal-hook v0.3.17 |
1962 | 2025-02-13T04:35:08.047Z | Checking toml_edit v0.19.15 |
1963 | 2025-02-13T04:35:08.119Z | Checking quick-error v1.2.3 |
1964 | 2025-02-13T04:35:08.275Z | Checking debug-ignore v1.0.5 |
1965 | 2025-02-13T04:35:08.304Z | Checking hickory-proto v0.24.3 |
1966 | 2025-02-13T04:35:08.307Z | Checking usdt v0.5.0 |
1967 | 2025-02-13T04:35:08.428Z | Checking itertools v0.10.5 |
1968 | 2025-02-13T04:35:08.431Z | Checking multer v3.1.0 |
1969 | 2025-02-13T04:35:08.480Z | Checking ed25519-dalek v2.1.1 |
1970 | 2025-02-13T04:35:08.600Z | Checking x509-cert v0.2.5 |
1971 | 2025-02-13T04:35:08.832Z | Checking serde_path_to_error v0.1.16 |
1972 | 2025-02-13T04:35:08.860Z | Checking hubpack v0.1.2 |
1973 | 2025-02-13T04:35:08.912Z | Checking waitgroup v0.1.2 |
1974 | 2025-02-13T04:35:09.082Z | Checking bzip2-sys v0.1.11+1.0.8 |
1975 | 2025-02-13T04:35:09.182Z | Checking async-stream v0.3.6 |
1976 | 2025-02-13T04:35:09.235Z | Checking hostname v0.4.0 |
1977 | 2025-02-13T04:35:09.389Z | Checking unicode-width v0.2.0 |
1978 | 2025-02-13T04:35:09.418Z | Checking bit-vec v0.6.3 |
1979 | 2025-02-13T04:35:09.445Z | Checking bzip2 v0.4.4 |
1980 | 2025-02-13T04:35:09.722Z | Checking signal-hook-mio v0.2.4 |
1981 | 2025-02-13T04:35:09.761Z | Checking bit-set v0.5.3 |
1982 | 2025-02-13T04:35:09.837Z | Checking tokio-rustls v0.25.0 |
1983 | 2025-02-13T04:35:09.883Z | Checking hash32 v0.2.1 |
1984 | 2025-02-13T04:35:09.903Z | Checking console v0.15.10 |
1985 | 2025-02-13T04:35:10.022Z | Checking unicode-bidi v0.3.17 |
1986 | 2025-02-13T04:35:10.117Z | Checking unicode-properties v0.1.3 |
1987 | 2025-02-13T04:35:10.178Z | Checking linked-hash-map v0.5.6 |
1988 | 2025-02-13T04:35:10.206Z | Checking predicates-core v1.0.8 |
1989 | 2025-02-13T04:35:10.408Z | Checking dropshot v0.12.0 |
1990 | 2025-02-13T04:35:10.445Z | Checking toml v0.7.8 |
1991 | 2025-02-13T04:35:10.472Z | Checking heapless v0.7.17 |
1992 | 2025-02-13T04:35:10.500Z | Checking lru-cache v0.1.2 |
1993 | 2025-02-13T04:35:10.502Z | Checking crossterm v0.28.1 |
1994 | 2025-02-13T04:35:10.545Z | Checking rayon v1.10.0 |
1995 | 2025-02-13T04:35:10.676Z | Checking stringprep v0.1.5 |
1996 | 2025-02-13T04:35:10.703Z | Checking phf_shared v0.11.2 |
1997 | 2025-02-13T04:35:10.976Z | Checking similar v2.6.0 |
1998 | 2025-02-13T04:35:11.004Z | Checking tokio-stream v0.1.16 |
1999 | 2025-02-13T04:35:11.162Z | Checking newtype-uuid v1.2.1 |
2000 | 2025-02-13T04:35:11.393Z | Checking md-5 v0.10.6 |
2001 | 2025-02-13T04:35:11.442Z | Checking float-cmp v0.9.0 |
2002 | 2025-02-13T04:35:11.648Z | Checking fallible-iterator v0.2.0 |
2003 | 2025-02-13T04:35:11.673Z | Checking fixedbitset v0.4.2 |
2004 | 2025-02-13T04:35:11.773Z | Checking normalize-line-endings v0.3.0 |
2005 | 2025-02-13T04:35:11.835Z | Checking difflib v0.4.0 |
2006 | 2025-02-13T04:35:11.931Z | Checking smoltcp v0.9.1 |
2007 | 2025-02-13T04:35:11.958Z | Checking petgraph v0.6.5 |
2008 | 2025-02-13T04:35:12.201Z | Checking predicates v3.1.2 |
2009 | 2025-02-13T04:35:12.204Z | Checking phf v0.11.2 |
2010 | 2025-02-13T04:35:12.253Z | Checking postgres-protocol v0.6.7 |
2011 | 2025-02-13T04:35:12.497Z | Checking zip v0.6.6 |
2012 | 2025-02-13T04:35:12.841Z | Checking resolv-conf v0.7.0 |
2013 | 2025-02-13T04:35:12.870Z | Checking phf_shared v0.10.0 |
2014 | 2025-02-13T04:35:12.959Z | Checking tungstenite v0.24.0 |
2015 | 2025-02-13T04:35:13.153Z | Checking fs-err v2.11.0 |
2016 | 2025-02-13T04:35:13.193Z | Checking serde-big-array v0.5.1 |
2017 | 2025-02-13T04:35:13.217Z | Checking portable-atomic v1.9.0 |
2018 | 2025-02-13T04:35:13.352Z | Checking new_debug_unreachable v1.0.6 |
2019 | 2025-02-13T04:35:13.437Z | Checking number_prefix v0.4.0 |
2020 | 2025-02-13T04:35:13.468Z | Checking precomputed-hash v0.1.1 |
2021 | 2025-02-13T04:35:13.611Z | Checking lalrpop-util v0.19.12 |
2022 | 2025-02-13T04:35:13.654Z | Checking minimal-lexical v0.2.1 |
2023 | 2025-02-13T04:35:13.697Z | Checking string_cache v0.8.7 |
2024 | 2025-02-13T04:35:13.820Z | Checking tokio-tungstenite v0.24.0 |
2025 | 2025-02-13T04:35:13.844Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2026 | 2025-02-13T04:35:13.936Z | Checking hickory-resolver v0.24.2 |
2027 | 2025-02-13T04:35:14.002Z | Checking postgres-types v0.2.8 |
2028 | 2025-02-13T04:35:14.043Z | Checking nom v7.1.3 |
2029 | 2025-02-13T04:35:14.093Z | Checking itertools v0.12.1 |
2030 | 2025-02-13T04:35:14.201Z | Checking indicatif v0.17.11 |
2031 | 2025-02-13T04:35:14.277Z | Checking peg-runtime v0.8.3 |
2032 | 2025-02-13T04:35:14.523Z | Checking whoami v1.5.2 |
2033 | 2025-02-13T04:35:14.810Z | Compiling hashbrown v0.14.5 |
2034 | 2025-02-13T04:35:14.850Z | Checking tokio-postgres v0.7.12 |
2035 | 2025-02-13T04:35:14.949Z | Compiling thiserror v2.0.11 |
2036 | 2025-02-13T04:35:14.976Z | Compiling thiserror-impl v2.0.11 |
2037 | 2025-02-13T04:35:15.513Z | Checking qorb v0.2.1 |
2038 | 2025-02-13T04:35:15.999Z | Compiling regress v0.10.1 |
2039 | 2025-02-13T04:35:16.025Z | Compiling ident_case v1.0.1 |
2040 | 2025-02-13T04:35:16.217Z | Compiling darling_core v0.20.10 |
2041 | 2025-02-13T04:35:16.464Z | Compiling unsafe-libyaml v0.2.11 |
2042 | 2025-02-13T04:35:17.685Z | Checking heck v0.5.0 |
2043 | 2025-02-13T04:35:17.832Z | Compiling serde_yaml v0.9.34+deprecated |
2044 | 2025-02-13T04:35:18.078Z | Checking fastrand v2.1.1 |
2045 | 2025-02-13T04:35:18.351Z | Checking ipnetwork v0.20.0 |
2046 | 2025-02-13T04:35:18.495Z | Checking progenitor-client v0.9.1 |
2047 | 2025-02-13T04:35:18.589Z | Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2048 | 2025-02-13T04:35:18.728Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2049 | 2025-02-13T04:35:18.886Z | Compiling structmeta-derive v0.3.0 |
2050 | 2025-02-13T04:35:19.072Z | Checking strum v0.26.3 |
2051 | 2025-02-13T04:35:19.112Z | Compiling dropshot v0.15.1 |
2052 | 2025-02-13T04:35:19.257Z | Checking macaddr v1.0.1 |
2053 | 2025-02-13T04:35:19.509Z | Compiling dropshot_endpoint v0.15.1 |
2054 | 2025-02-13T04:35:19.634Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2055 | 2025-02-13T04:35:19.662Z | Compiling typify-impl v0.2.0 |
2056 | 2025-02-13T04:35:20.447Z | Checking tempfile v3.13.0 |
2057 | 2025-02-13T04:35:20.795Z | Checking progenitor-client v0.8.0 |
2058 | 2025-02-13T04:35:20.830Z | Checking instant v0.1.13 |
2059 | 2025-02-13T04:35:20.965Z | Checking daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2060 | 2025-02-13T04:35:21.147Z | Checking regress v0.9.1 |
2061 | 2025-02-13T04:35:21.251Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2062 | 2025-02-13T04:35:21.445Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2063 | 2025-02-13T04:35:21.496Z | Compiling structmeta v0.3.0 |
2064 | 2025-02-13T04:35:21.879Z | Checking backoff v0.4.0 |
2065 | 2025-02-13T04:35:21.908Z | Compiling parse-display-derive v0.10.0 |
2066 | 2025-02-13T04:35:21.992Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2067 | 2025-02-13T04:35:22.166Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2068 | 2025-02-13T04:35:22.192Z | Checking wait-timeout v0.2.0 |
2069 | 2025-02-13T04:35:22.316Z | Compiling darling_macro v0.20.10 |
2070 | 2025-02-13T04:35:22.346Z | Checking rand_xorshift v0.3.0 |
2071 | 2025-02-13T04:35:22.412Z | Checking rusty-fork v0.3.0 |
2072 | 2025-02-13T04:35:22.562Z | Checking unarray v0.1.4 |
2073 | 2025-02-13T04:35:22.766Z | Compiling structmeta-derive v0.2.0 |
2074 | 2025-02-13T04:35:22.792Z | Checking proptest v1.5.0 |
2075 | 2025-02-13T04:35:23.280Z | Compiling darling v0.20.10 |
2076 | 2025-02-13T04:35:23.423Z | Compiling serde_with_macros v3.11.0 |
2077 | 2025-02-13T04:35:24.039Z | Checking camino-tempfile v1.1.1 |
2078 | 2025-02-13T04:35:24.336Z | Checking unicode-width v0.1.14 |
2079 | 2025-02-13T04:35:24.745Z | Compiling proc-macro-error v1.0.4 |
2080 | 2025-02-13T04:35:24.843Z | Compiling proc-macro-crate v1.3.1 |
2081 | 2025-02-13T04:35:25.408Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2082 | 2025-02-13T04:35:25.467Z | Compiling structmeta v0.2.0 |
2083 | 2025-02-13T04:35:25.803Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2084 | 2025-02-13T04:35:25.831Z | Compiling num_enum_derive v0.5.11 |
2085 | 2025-02-13T04:35:25.892Z | Compiling test-strategy v0.3.1 |
2086 | 2025-02-13T04:35:26.014Z | Checking parse-display v0.10.0 |
2087 | 2025-02-13T04:35:26.017Z | Checking serde_with v3.11.0 |
2088 | 2025-02-13T04:35:26.135Z | Compiling foreign-types-macros v0.2.3 |
2089 | 2025-02-13T04:35:26.258Z | Checking foreign-types-shared v0.3.1 |
2090 | 2025-02-13T04:35:26.746Z | Checking tabwriter v1.4.0 |
2091 | 2025-02-13T04:35:27.136Z | Checking cstr-argument v0.1.2 |
2092 | 2025-02-13T04:35:27.163Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2093 | 2025-02-13T04:35:27.213Z | Checking pretty-hex v0.2.1 |
2094 | 2025-02-13T04:35:27.416Z | Checking colored v2.1.0 |
2095 | 2025-02-13T04:35:27.438Z | Checking foreign-types v0.5.0 |
2096 | 2025-02-13T04:35:27.552Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2097 | 2025-02-13T04:35:27.744Z | Checking smf v0.2.3 |
2098 | 2025-02-13T04:35:27.853Z | Checking itertools v0.13.0 |
2099 | 2025-02-13T04:35:27.900Z | Checking base64 v0.21.7 |
2100 | 2025-02-13T04:35:27.982Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2101 | 2025-02-13T04:35:28.156Z | Checking num_enum v0.5.11 |
2102 | 2025-02-13T04:35:28.160Z | Compiling typify-impl v0.3.0 |
2103 | 2025-02-13T04:35:28.227Z | Compiling crucible-workspace-hack v0.1.0 |
2104 | 2025-02-13T04:35:28.344Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2105 | 2025-02-13T04:35:28.406Z | Compiling zerocopy v0.8.10 |
2106 | 2025-02-13T04:35:28.676Z | Checking atomicwrites v0.4.4 |
2107 | 2025-02-13T04:35:28.945Z | Compiling zerocopy-derive v0.8.10 |
2108 | 2025-02-13T04:35:29.297Z | Compiling heapless v0.8.0 |
2109 | 2025-02-13T04:35:29.441Z | Checking termtree v0.4.1 |
2110 | 2025-02-13T04:35:29.679Z | Checking predicates-tree v1.0.11 |
2111 | 2025-02-13T04:35:29.864Z | Checking hash32 v0.3.1 |
2112 | 2025-02-13T04:35:30.095Z | Compiling smoltcp v0.11.0 |
2113 | 2025-02-13T04:35:30.292Z | Checking cobs v0.2.3 |
2114 | 2025-02-13T04:35:30.508Z | Checking postcard v1.0.10 |
2115 | 2025-02-13T04:35:30.796Z | Checking sigpipe v0.1.3 |
2116 | 2025-02-13T04:35:30.932Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2117 | 2025-02-13T04:35:31.098Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2118 | 2025-02-13T04:35:31.270Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2119 | 2025-02-13T04:35:31.303Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2120 | 2025-02-13T04:35:31.329Z | Compiling mockall_derive v0.13.0 |
2121 | 2025-02-13T04:35:31.670Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2122 | 2025-02-13T04:35:31.693Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2123 | 2025-02-13T04:35:31.696Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2124 | 2025-02-13T04:35:32.107Z | Compiling zone_cfg_derive v0.3.0 |
2125 | 2025-02-13T04:35:33.558Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2126 | 2025-02-13T04:35:33.899Z | Compiling num-derive v0.4.2 |
2127 | 2025-02-13T04:35:33.962Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2128 | 2025-02-13T04:35:33.989Z | Checking downcast v0.11.0 |
2129 | 2025-02-13T04:35:34.208Z | Checking fragile v2.0.0 |
2130 | 2025-02-13T04:35:34.305Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2131 | 2025-02-13T04:35:34.387Z | Checking zone v0.3.0 |
2132 | 2025-02-13T04:35:34.489Z | Compiling convert_case v0.4.0 |
2133 | 2025-02-13T04:35:34.570Z | Checking tungstenite v0.21.0 |
2134 | 2025-02-13T04:35:34.918Z | Compiling typify-macro v0.2.0 |
2135 | 2025-02-13T04:35:35.172Z | Checking newline-converter v0.3.0 |
2136 | 2025-02-13T04:35:35.350Z | Checking expectorate v1.1.0 |
2137 | 2025-02-13T04:35:35.375Z | Compiling derive_more v0.99.18 |
2138 | 2025-02-13T04:35:35.483Z | Checking tokio-tungstenite v0.21.0 |
2139 | 2025-02-13T04:35:35.540Z | Checking same-file v1.0.6 |
2140 | 2025-02-13T04:35:35.745Z | Checking walkdir v2.5.0 |
2141 | 2025-02-13T04:35:36.005Z | Checking arc-swap v1.7.1 |
2142 | 2025-02-13T04:35:36.043Z | Checking xattr v1.3.1 |
2143 | 2025-02-13T04:35:36.212Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2144 | 2025-02-13T04:35:36.257Z | Checking filetime v0.2.25 |
2145 | 2025-02-13T04:35:36.427Z | Checking slog-scope v4.4.0 |
2146 | 2025-02-13T04:35:36.494Z | Checking tar v0.4.42 |
2147 | 2025-02-13T04:35:36.648Z | Checking slog-stdlog v4.1.1 |
2148 | 2025-02-13T04:35:36.671Z | Checking num-rational v0.4.2 |
2149 | 2025-02-13T04:35:36.837Z | Checking slog-envlogger v2.2.0 |
2150 | 2025-02-13T04:35:37.075Z | Checking num-complex v0.4.6 |
2151 | 2025-02-13T04:35:37.320Z | Checking float-ord v0.3.2 |
2152 | 2025-02-13T04:35:37.365Z | Checking indent_write v2.2.0 |
2153 | 2025-02-13T04:35:37.495Z | Compiling owo-colors v4.1.0 |
2154 | 2025-02-13T04:35:37.601Z | Compiling cancel-safe-futures v0.1.5 |
2155 | 2025-02-13T04:35:37.799Z | Checking swrite v0.1.0 |
2156 | 2025-02-13T04:35:37.934Z | Checking num v0.4.3 |
2157 | 2025-02-13T04:35:38.060Z | Checking libsw v3.3.1 |
2158 | 2025-02-13T04:35:38.338Z | Checking password-hash v0.5.0 |
2159 | 2025-02-13T04:35:38.500Z | Checking blake2 v0.10.6 |
2160 | 2025-02-13T04:35:38.579Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2161 | 2025-02-13T04:35:38.774Z | Compiling typify v0.2.0 |
2162 | 2025-02-13T04:35:38.939Z | Compiling progenitor-impl v0.8.0 |
2163 | 2025-02-13T04:35:38.968Z | Checking linear-map v1.2.0 |
2164 | 2025-02-13T04:35:39.291Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2165 | 2025-02-13T04:35:39.317Z | Checking argon2 v0.5.3 |
2166 | 2025-02-13T04:35:39.397Z | Checking mockall v0.13.0 |
2167 | 2025-02-13T04:35:39.526Z | Checking pem v3.0.4 |
2168 | 2025-02-13T04:35:39.652Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2169 | 2025-02-13T04:35:39.829Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2170 | 2025-02-13T04:35:40.009Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2171 | 2025-02-13T04:35:40.360Z | Compiling lzma-sys v0.1.20 |
2172 | 2025-02-13T04:35:40.687Z | Checking headers-core v0.3.0 |
2173 | 2025-02-13T04:35:40.850Z | Compiling heck v0.3.3 |
2174 | 2025-02-13T04:35:40.978Z | Checking highway v1.2.0 |
2175 | 2025-02-13T04:35:41.190Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2176 | 2025-02-13T04:35:41.221Z | Compiling zone_cfg_derive v0.1.2 |
2177 | 2025-02-13T04:35:41.325Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2178 | 2025-02-13T04:35:41.545Z | Checking headers v0.4.0 |
2179 | 2025-02-13T04:35:41.627Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2180 | 2025-02-13T04:35:41.946Z | Checking yasna v0.5.2 |
2181 | 2025-02-13T04:35:42.334Z | Checking base64 v0.13.1 |
2182 | 2025-02-13T04:35:42.553Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2183 | 2025-02-13T04:35:42.630Z | Checking zone v0.1.8 |
2184 | 2025-02-13T04:35:42.789Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2185 | 2025-02-13T04:35:42.840Z | Checking ron v0.7.1 |
2186 | 2025-02-13T04:35:42.865Z | Checking rcgen v0.12.1 |
2187 | 2025-02-13T04:35:43.099Z | Checking xz2 v0.1.7 |
2188 | 2025-02-13T04:35:43.356Z | Compiling typify-macro v0.3.0 |
2189 | 2025-02-13T04:35:43.429Z | Checking subprocess v0.2.9 |
2190 | 2025-02-13T04:35:43.513Z | Checking humantime v2.1.0 |
2191 | 2025-02-13T04:35:43.540Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2192 | 2025-02-13T04:35:43.848Z | Compiling semver v0.1.20 |
2193 | 2025-02-13T04:35:43.987Z | Checking prettyplease v0.2.25 |
2194 | 2025-02-13T04:35:43.989Z | Checking half v2.4.1 |
2195 | 2025-02-13T04:35:44.382Z | Compiling rustc_version v0.1.7 |
2196 | 2025-02-13T04:35:44.475Z | Checking ciborium-io v0.2.2 |
2197 | 2025-02-13T04:35:44.519Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2198 | 2025-02-13T04:35:44.617Z | Checking ciborium-ll v0.2.2 |
2199 | 2025-02-13T04:35:44.872Z | Compiling newtype_derive v0.1.6 |
2200 | 2025-02-13T04:35:44.952Z | Checking ciborium v0.2.2 |
2201 | 2025-02-13T04:35:45.389Z | Checking steno v0.4.1 |
2202 | 2025-02-13T04:35:45.965Z | Compiling progenitor-macro v0.8.0 |
2203 | 2025-02-13T04:35:47.246Z | Compiling typify v0.3.0 |
2204 | 2025-02-13T04:35:47.405Z | Compiling progenitor-impl v0.9.1 |
2205 | 2025-02-13T04:35:48.153Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2206 | 2025-02-13T04:35:48.364Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2207 | 2025-02-13T04:35:48.816Z | Compiling slog-dtrace v0.3.0 |
2208 | 2025-02-13T04:35:49.223Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2209 | 2025-02-13T04:35:49.294Z | Checking display-error-chain v0.2.2 |
2210 | 2025-02-13T04:35:49.498Z | Checking gethostname v0.5.0 |
2211 | 2025-02-13T04:35:49.626Z | Checking nibble_vec v0.1.0 |
2212 | 2025-02-13T04:35:49.649Z | Compiling blake3 v1.5.4 |
2213 | 2025-02-13T04:35:49.734Z | Checking endian-type v0.1.2 |
2214 | 2025-02-13T04:35:49.784Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2215 | 2025-02-13T04:35:49.838Z | Checking keccak v0.1.5 |
2216 | 2025-02-13T04:35:49.949Z | Checking radix_trie v0.2.1 |
2217 | 2025-02-13T04:35:50.193Z | Checking sha3 v0.10.8 |
2218 | 2025-02-13T04:35:50.376Z | Checking universal-hash v0.5.1 |
2219 | 2025-02-13T04:35:50.579Z | Checking secrecy v0.8.0 |
2220 | 2025-02-13T04:35:50.597Z | Checking opaque-debug v0.3.1 |
2221 | 2025-02-13T04:35:50.696Z | Checking aead v0.5.2 |
2222 | 2025-02-13T04:35:50.789Z | Checking poly1305 v0.8.0 |
2223 | 2025-02-13T04:35:50.922Z | Checking chacha20 v0.9.1 |
2224 | 2025-02-13T04:35:51.291Z | Compiling memmap2 v0.9.5 |
2225 | 2025-02-13T04:35:51.315Z | Compiling arrayref v0.3.9 |
2226 | 2025-02-13T04:35:51.438Z | Compiling arrayvec v0.7.6 |
2227 | 2025-02-13T04:35:51.754Z | Compiling constant_time_eq v0.3.1 |
2228 | 2025-02-13T04:35:51.859Z | Compiling toolchain_find v0.4.0 |
2229 | 2025-02-13T04:35:51.947Z | Compiling thiserror-impl-no-std v2.0.2 |
2230 | 2025-02-13T04:35:52.328Z | Compiling topological-sort v0.2.2 |
2231 | 2025-02-13T04:35:52.391Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2232 | 2025-02-13T04:35:52.456Z | Compiling rustfmt-wrapper v0.2.1 |
2233 | 2025-02-13T04:35:52.563Z | Compiling omicron-zone-package v0.12.0 |
2234 | 2025-02-13T04:35:52.740Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2235 | 2025-02-13T04:35:53.118Z | Checking chacha20poly1305 v0.10.1 |
2236 | 2025-02-13T04:35:53.140Z | Compiling async-recursion v1.1.1 |
2237 | 2025-02-13T04:35:53.310Z | Checking fxhash v0.2.1 |
2238 | 2025-02-13T04:35:53.313Z | Checking bumpalo v3.16.0 |
2239 | 2025-02-13T04:35:53.514Z | Checking lockfree-object-pool v0.1.6 |
2240 | 2025-02-13T04:35:53.683Z | Checking simd-adler32 v0.3.7 |
2241 | 2025-02-13T04:35:53.780Z | Compiling zip v2.1.3 |
2242 | 2025-02-13T04:35:54.054Z | Checking zopfli v0.8.1 |
2243 | 2025-02-13T04:35:54.139Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2244 | 2025-02-13T04:35:54.397Z | Checking maplit v1.0.2 |
2245 | 2025-02-13T04:35:54.522Z | Checking termcolor v1.4.1 |
2246 | 2025-02-13T04:35:54.545Z | Compiling radium v0.7.0 |
2247 | 2025-02-13T04:35:54.613Z | Compiling progenitor-macro v0.9.1 |
2248 | 2025-02-13T04:35:54.641Z | Compiling const_format_proc_macros v0.2.34 |
2249 | 2025-02-13T04:35:54.828Z | Checking thiserror-no-std v2.0.2 |
2250 | 2025-02-13T04:35:54.924Z | Checking tap v1.0.1 |
2251 | 2025-02-13T04:35:54.968Z | Checking vsss-rs v3.3.4 |
2252 | 2025-02-13T04:35:55.038Z | Compiling maybe-uninit v2.0.0 |
2253 | 2025-02-13T04:35:55.111Z | Checking wyz v0.5.1 |
2254 | 2025-02-13T04:35:55.635Z | Compiling packed_struct v0.10.1 |
2255 | 2025-02-13T04:35:55.816Z | Checking funty v2.0.0 |
2256 | 2025-02-13T04:35:55.916Z | Checking crc-catalog v2.4.0 |
2257 | 2025-02-13T04:35:56.074Z | Checking home v0.5.9 |
2258 | 2025-02-13T04:35:56.094Z | Checking crc v3.2.1 |
2259 | 2025-02-13T04:35:56.402Z | Checking kstat-rs v0.2.4 |
2260 | 2025-02-13T04:35:56.568Z | Compiling packed_struct_codegen v0.10.1 |
2261 | 2025-02-13T04:35:56.601Z | Checking const_format v0.2.34 |
2262 | 2025-02-13T04:35:56.637Z | Checking bitvec v1.0.1 |
2263 | 2025-02-13T04:35:56.745Z | Compiling vte_generate_state_changes v0.1.2 |
2264 | 2025-02-13T04:35:57.050Z | Compiling indexmap v1.9.3 |
2265 | 2025-02-13T04:35:57.377Z | Compiling libefi-sys v0.1.0 |
2266 | 2025-02-13T04:35:57.415Z | Checking nodrop v0.1.14 |
2267 | 2025-02-13T04:35:57.558Z | Checking array-init v0.0.4 |
2268 | 2025-02-13T04:35:57.761Z | Checking vte v0.11.1 |
2269 | 2025-02-13T04:35:58.029Z | Checking smallvec v0.6.14 |
2270 | 2025-02-13T04:35:58.433Z | Checking fd-lock v4.0.2 |
2271 | 2025-02-13T04:35:58.459Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2272 | 2025-02-13T04:35:58.580Z | Compiling bitfield-struct v0.6.2 |
2273 | 2025-02-13T04:35:58.630Z | Checking hashbrown v0.12.3 |
2274 | 2025-02-13T04:35:58.680Z | Checking progenitor v0.8.0 |
2275 | 2025-02-13T04:35:58.908Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2276 | 2025-02-13T04:35:59.093Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2277 | 2025-02-13T04:35:59.229Z | Checking bitfield v0.14.0 |
2278 | 2025-02-13T04:35:59.521Z | Checking strip-ansi-escapes v0.2.0 |
2279 | 2025-02-13T04:35:59.815Z | Checking serde-hex v0.1.0 |
2280 | 2025-02-13T04:35:59.928Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2281 | 2025-02-13T04:36:00.477Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2282 | 2025-02-13T04:36:00.578Z | Checking env_logger v0.10.2 |
2283 | 2025-02-13T04:36:00.738Z | Checking ron v0.8.1 |
2284 | 2025-02-13T04:36:01.026Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2285 | 2025-02-13T04:36:01.356Z | Checking hashbrown v0.13.2 |
2286 | 2025-02-13T04:36:02.044Z | Checking nu-ansi-term v0.50.1 |
2287 | 2025-02-13T04:36:02.323Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2288 | 2025-02-13T04:36:02.452Z | Checking crc-any v2.5.0 |
2289 | 2025-02-13T04:36:02.474Z | Checking reedline v0.35.0 |
2290 | 2025-02-13T04:36:02.821Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2291 | 2025-02-13T04:36:02.905Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2292 | 2025-02-13T04:36:03.338Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2293 | 2025-02-13T04:36:03.406Z | Checking object v0.30.4 |
2294 | 2025-02-13T04:36:03.672Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2295 | 2025-02-13T04:36:03.696Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2296 | 2025-02-13T04:36:04.251Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2297 | 2025-02-13T04:36:05.078Z | Checking nanorand v0.7.0 |
2298 | 2025-02-13T04:36:05.462Z | Compiling parking_lot_core v0.8.6 |
2299 | 2025-02-13T04:36:05.788Z | Checking path-slash v0.1.5 |
2300 | 2025-02-13T04:36:05.931Z | Checking flume v0.11.1 |
2301 | 2025-02-13T04:36:06.326Z | Compiling phf_generator v0.11.2 |
2302 | 2025-02-13T04:36:06.456Z | Checking glob v0.3.2 |
2303 | 2025-02-13T04:36:06.530Z | Checking bytecount v0.6.8 |
2304 | 2025-02-13T04:36:06.583Z | Compiling phf_codegen v0.11.2 |
2305 | 2025-02-13T04:36:06.694Z | Checking papergrid v0.11.0 |
2306 | 2025-02-13T04:36:06.800Z | Checking parking_lot v0.11.2 |
2307 | 2025-02-13T04:36:06.823Z | Compiling tabled_derive v0.7.0 |
2308 | 2025-02-13T04:36:07.156Z | Compiling parse-zoneinfo v0.3.1 |
2309 | 2025-02-13T04:36:07.413Z | Checking progenitor v0.9.1 |
2310 | 2025-02-13T04:36:07.655Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2311 | 2025-02-13T04:36:08.091Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2312 | 2025-02-13T04:36:09.136Z | Compiling cfg_aliases v0.1.1 |
2313 | 2025-02-13T04:36:09.161Z | Checking tabled v0.15.0 |
2314 | 2025-02-13T04:36:09.186Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2315 | 2025-02-13T04:36:09.267Z | Compiling nix v0.28.0 |
2316 | 2025-02-13T04:36:10.104Z | Compiling chrono-tz-build v0.4.0 |
2317 | 2025-02-13T04:36:11.421Z | Checking sled v0.34.7 |
2318 | 2025-02-13T04:36:11.947Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2319 | 2025-02-13T04:36:12.048Z | Checking hickory-client v0.24.2 |
2320 | 2025-02-13T04:36:12.775Z | Checking hickory-server v0.24.2 |
2321 | 2025-02-13T04:36:13.087Z | Compiling chrono-tz v0.10.1 |
2322 | 2025-02-13T04:36:13.211Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2323 | 2025-02-13T04:36:13.775Z | Compiling unicase v2.7.0 |
2324 | 2025-02-13T04:36:13.926Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2325 | 2025-02-13T04:36:14.108Z | Compiling buf-list v1.0.3 |
2326 | 2025-02-13T04:36:14.782Z | Compiling peg-macros v0.8.4 |
2327 | 2025-02-13T04:36:15.358Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2328 | 2025-02-13T04:36:15.442Z | Compiling sqlparser_derive v0.2.2 |
2329 | 2025-02-13T04:36:16.304Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2330 | 2025-02-13T04:36:16.474Z | Checking unicode_categories v0.1.1 |
2331 | 2025-02-13T04:36:16.529Z | Checking sqlparser v0.45.0 |
2332 | 2025-02-13T04:36:16.783Z | Checking sqlformat v0.2.6 |
2333 | 2025-02-13T04:36:16.928Z | Checking rustyline v14.0.0 |
2334 | 2025-02-13T04:36:17.016Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2335 | 2025-02-13T04:36:18.280Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2336 | 2025-02-13T04:36:18.534Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2337 | 2025-02-13T04:36:20.169Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2338 | 2025-02-13T04:36:20.339Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2339 | 2025-02-13T04:36:21.717Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2340 | 2025-02-13T04:36:22.277Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2341 | 2025-02-13T04:36:22.503Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2342 | 2025-02-13T04:36:22.568Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2343 | 2025-02-13T04:36:22.715Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2344 | 2025-02-13T04:36:23.419Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2345 | 2025-02-13T04:36:23.911Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2346 | 2025-02-13T04:36:24.441Z | Checking peg v0.8.4 |
2347 | 2025-02-13T04:36:24.564Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2348 | 2025-02-13T04:36:25.214Z | Checking bcs v0.1.6 |
2349 | 2025-02-13T04:36:25.239Z | Checking termtree v0.5.1 |
2350 | 2025-02-13T04:36:25.529Z | Checking primeorder v0.13.6 |
2351 | 2025-02-13T04:36:25.873Z | Compiling mime_guess v2.0.5 |
2352 | 2025-02-13T04:36:26.006Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2353 | 2025-02-13T04:36:26.439Z | Checking http-range v0.1.5 |
2354 | 2025-02-13T04:36:26.667Z | Checking atty v0.2.14 |
2355 | 2025-02-13T04:36:26.818Z | Compiling salty v0.3.0 |
2356 | 2025-02-13T04:36:26.965Z | Checking p384 v0.13.0 |
2357 | 2025-02-13T04:36:27.270Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2358 | 2025-02-13T04:36:27.862Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2359 | 2025-02-13T04:36:27.911Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2360 | 2025-02-13T04:36:28.203Z | Checking hyper-staticfile v0.10.1 |
2361 | 2025-02-13T04:36:28.734Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2362 | 2025-02-13T04:36:28.935Z | Compiling dsl_auto_type v0.1.2 |
2363 | 2025-02-13T04:36:28.995Z | Checking scheduled-thread-pool v0.2.7 |
2364 | 2025-02-13T04:36:29.020Z | Checking env_filter v0.1.2 |
2365 | 2025-02-13T04:36:29.116Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2366 | 2025-02-13T04:36:29.194Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2367 | 2025-02-13T04:36:29.239Z | Compiling diesel_table_macro_syntax v0.2.0 |
2368 | 2025-02-13T04:36:29.267Z | Compiling crunchy v0.2.2 |
2369 | 2025-02-13T04:36:29.575Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2370 | 2025-02-13T04:36:29.695Z | Checking env_logger v0.11.5 |
2371 | 2025-02-13T04:36:29.789Z | Checking r2d2 v0.8.10 |
2372 | 2025-02-13T04:36:29.915Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2373 | 2025-02-13T04:36:30.132Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2374 | 2025-02-13T04:36:30.351Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2375 | 2025-02-13T04:36:30.574Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2376 | 2025-02-13T04:36:31.386Z | Compiling diesel_derives v2.2.3 |
2377 | 2025-02-13T04:36:31.872Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2378 | 2025-02-13T04:36:31.897Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2379 | 2025-02-13T04:36:32.959Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2380 | 2025-02-13T04:36:33.812Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2381 | 2025-02-13T04:36:34.559Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2382 | 2025-02-13T04:36:34.983Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2383 | 2025-02-13T04:36:35.972Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2384 | 2025-02-13T04:36:36.314Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2385 | 2025-02-13T04:36:36.572Z | Compiling tiny-keccak v2.0.2 |
2386 | 2025-02-13T04:36:36.668Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2387 | 2025-02-13T04:36:36.908Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2388 | 2025-02-13T04:36:37.145Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2389 | 2025-02-13T04:36:37.207Z | Compiling ref-cast v1.0.23 |
2390 | 2025-02-13T04:36:37.455Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2391 | 2025-02-13T04:36:37.806Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2392 | 2025-02-13T04:36:38.628Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2393 | 2025-02-13T04:36:38.995Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2394 | 2025-02-13T04:36:39.178Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2395 | 2025-02-13T04:36:39.496Z | Compiling ascii-canvas v3.0.0 |
2396 | 2025-02-13T04:36:39.621Z | Compiling ena v0.14.3 |
2397 | 2025-02-13T04:36:39.982Z | Compiling ref-cast-impl v1.0.23 |
2398 | 2025-02-13T04:36:40.015Z | Compiling regex-syntax v0.6.29 |
2399 | 2025-02-13T04:36:40.054Z | Compiling diff v0.1.13 |
2400 | 2025-02-13T04:36:40.702Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2401 | 2025-02-13T04:36:41.360Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2402 | 2025-02-13T04:36:41.792Z | Compiling pin-project-internal v1.1.6 |
2403 | 2025-02-13T04:36:41.966Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2404 | 2025-02-13T04:36:42.271Z | Compiling derive_builder_core v0.20.2 |
2405 | 2025-02-13T04:36:42.387Z | Compiling libxml v0.3.3 |
2406 | 2025-02-13T04:36:42.871Z | Checking signal-hook-tokio v0.3.1 |
2407 | 2025-02-13T04:36:43.094Z | Compiling strum_macros v0.24.3 |
2408 | 2025-02-13T04:36:43.611Z | Checking diesel v2.2.6 |
2409 | 2025-02-13T04:36:44.313Z | Compiling lalrpop v0.19.12 |
2410 | 2025-02-13T04:36:44.608Z | Compiling derive_builder_macro v0.20.2 |
2411 | 2025-02-13T04:36:44.657Z | Checking pin-project v1.1.6 |
2412 | 2025-02-13T04:36:44.810Z | Compiling samael v0.0.17 |
2413 | 2025-02-13T04:36:45.203Z | Compiling snafu-derive v0.8.5 |
2414 | 2025-02-13T04:36:45.389Z | Compiling indoc v1.0.9 |
2415 | 2025-02-13T04:36:45.472Z | Checking derive_builder v0.20.2 |
2416 | 2025-02-13T04:36:46.325Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2417 | 2025-02-13T04:36:46.513Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2418 | 2025-02-13T04:36:46.807Z | Checking olpc-cjson v0.1.4 |
2419 | 2025-02-13T04:36:47.055Z | Checking globset v0.4.15 |
2420 | 2025-02-13T04:36:47.109Z | Checking quick-xml v0.33.0 |
2421 | 2025-02-13T04:36:47.481Z | Checking serde_plain v1.0.2 |
2422 | 2025-02-13T04:36:47.588Z | Compiling oso-derive v0.27.3 |
2423 | 2025-02-13T04:36:47.780Z | Compiling impl-trait-for-tuples v0.2.2 |
2424 | 2025-02-13T04:36:48.698Z | Compiling memoffset v0.9.1 |
2425 | 2025-02-13T04:36:48.913Z | Checking typed-path v0.9.3 |
2426 | 2025-02-13T04:36:49.263Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2427 | 2025-02-13T04:36:50.297Z | Checking snafu v0.8.5 |
2428 | 2025-02-13T04:36:50.779Z | Checking tungstenite v0.26.1 |
2429 | 2025-02-13T04:36:50.830Z | Checking tough v0.19.0 |
2430 | 2025-02-13T04:36:50.904Z | Compiling diesel-dtrace v0.4.2 |
2431 | 2025-02-13T04:36:51.223Z | Checking parse-size v1.1.0 |
2432 | 2025-02-13T04:36:51.647Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2433 | 2025-02-13T04:36:51.697Z | Checking tokio-tungstenite v0.26.1 |
2434 | 2025-02-13T04:36:51.966Z | Checking bb8 v0.8.5 |
2435 | 2025-02-13T04:36:52.180Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2436 | 2025-02-13T04:36:52.491Z | Checking nix v0.27.1 |
2437 | 2025-02-13T04:36:52.600Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2438 | 2025-02-13T04:36:52.910Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2439 | 2025-02-13T04:36:54.293Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2440 | 2025-02-13T04:36:54.891Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2441 | 2025-02-13T04:36:54.936Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2442 | 2025-02-13T04:36:55.328Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2443 | 2025-02-13T04:36:55.625Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2444 | 2025-02-13T04:36:55.771Z | Checking heck v0.4.1 |
2445 | 2025-02-13T04:36:56.023Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2446 | 2025-02-13T04:36:56.346Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2447 | 2025-02-13T04:36:56.428Z | Checking rand_seeder v0.3.0 |
2448 | 2025-02-13T04:36:56.575Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2449 | 2025-02-13T04:36:56.691Z | Checking assert_matches v1.5.0 |
2450 | 2025-02-13T04:36:56.818Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2451 | 2025-02-13T04:36:57.067Z | Compiling libz-sys v1.1.20 |
2452 | 2025-02-13T04:36:57.152Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2453 | 2025-02-13T04:36:57.368Z | Checking castaway v0.2.3 |
2454 | 2025-02-13T04:36:57.408Z | Checking is_ci v1.2.0 |
2455 | 2025-02-13T04:36:57.552Z | Checking compact_str v0.8.0 |
2456 | 2025-02-13T04:36:57.576Z | Checking supports-color v3.0.1 |
2457 | 2025-02-13T04:36:57.795Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2458 | 2025-02-13T04:36:57.887Z | Checking unicode-truncate v1.1.0 |
2459 | 2025-02-13T04:36:58.136Z | Checking cargo-platform v0.1.8 |
2460 | 2025-02-13T04:36:58.314Z | Checking lru v0.12.5 |
2461 | 2025-02-13T04:36:58.420Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2462 | 2025-02-13T04:36:58.444Z | Compiling instability v0.3.2 |
2463 | 2025-02-13T04:36:58.591Z | Checking cassowary v0.3.0 |
2464 | 2025-02-13T04:36:59.196Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2465 | 2025-02-13T04:36:59.226Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2466 | 2025-02-13T04:36:59.384Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2467 | 2025-02-13T04:36:59.482Z | Checking ratatui v0.28.1 |
2468 | 2025-02-13T04:37:00.083Z | Compiling vergen v8.3.2 |
2469 | 2025-02-13T04:37:00.463Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2470 | 2025-02-13T04:37:00.751Z | Checking smawk v0.3.2 |
2471 | 2025-02-13T04:37:00.900Z | Checking unicode-linebreak v0.1.5 |
2472 | 2025-02-13T04:37:00.990Z | Compiling cargo_metadata v0.18.1 |
2473 | 2025-02-13T04:37:01.354Z | Checking textwrap v0.16.1 |
2474 | 2025-02-13T04:37:01.877Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2475 | 2025-02-13T04:37:02.418Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2476 | 2025-02-13T04:37:02.928Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2477 | 2025-02-13T04:37:03.254Z | Compiling libsqlite3-sys v0.30.1 |
2478 | 2025-02-13T04:37:03.754Z | Checking shell-words v1.1.0 |
2479 | 2025-02-13T04:37:03.921Z | Compiling cfg_aliases v0.2.1 |
2480 | 2025-02-13T04:37:04.001Z | Compiling rustls v0.21.12 |
2481 | 2025-02-13T04:37:04.059Z | Compiling nix v0.29.0 |
2482 | 2025-02-13T04:37:04.085Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2483 | 2025-02-13T04:37:04.129Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2484 | 2025-02-13T04:37:04.319Z | Checking rustls-webpki v0.101.7 |
2485 | 2025-02-13T04:37:04.403Z | Checking sct v0.7.1 |
2486 | 2025-02-13T04:37:04.634Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2487 | 2025-02-13T04:37:04.927Z | Checking hashlink v0.9.1 |
2488 | 2025-02-13T04:37:04.949Z | Checking concurrent-queue v2.5.0 |
2489 | 2025-02-13T04:37:04.970Z | Checking parking v2.2.1 |
2490 | 2025-02-13T04:37:05.162Z | Checking fallible-streaming-iterator v0.1.9 |
2491 | 2025-02-13T04:37:05.266Z | Checking fallible-iterator v0.3.0 |
2492 | 2025-02-13T04:37:05.313Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2493 | 2025-02-13T04:37:05.383Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2494 | 2025-02-13T04:37:05.497Z | Checking plotters-backend v0.3.7 |
2495 | 2025-02-13T04:37:05.851Z | Checking rusqlite v0.32.1 |
2496 | 2025-02-13T04:37:05.902Z | Checking plotters-svg v0.3.7 |
2497 | 2025-02-13T04:37:06.543Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2498 | 2025-02-13T04:37:06.599Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2499 | 2025-02-13T04:37:07.276Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2500 | 2025-02-13T04:37:07.741Z | Checking tokio-rustls v0.24.1 |
2501 | 2025-02-13T04:37:08.108Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2502 | 2025-02-13T04:37:08.146Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2503 | 2025-02-13T04:37:08.227Z | Checking rustls-pemfile v1.0.4 |
2504 | 2025-02-13T04:37:08.383Z | error[E0639]: cannot create non-exhaustive struct using struct expression |
2505 | 2025-02-13T04:37:08.383Z | --> gateway/src/serial_console.rs:54:18 |
2506 | 2025-02-13T04:37:08.384Z | | |
2507 | 2025-02-13T04:37:08.384Z | 54 | let config = WebSocketConfig { |
2508 | 2025-02-13T04:37:08.384Z | | __________________^ |
2509 | 2025-02-13T04:37:08.384Z | 55 | | // Maintain a max write buffer size of 2 MB (this is only relevant if |
2510 | 2025-02-13T04:37:08.384Z | 56 | | // writes are failing). |
2511 | 2025-02-13T04:37:08.384Z | 57 | | max_write_buffer_size: 2 * 1024 * 1024, |
2512 | 2025-02-13T04:37:08.384Z | 58 | | ..Default::default() |
2513 | 2025-02-13T04:37:08.384Z | 59 | | }; |
2514 | 2025-02-13T04:37:08.384Z | | |_____^ |
2515 | 2025-02-13T04:37:08.384Z | |
2516 | 2025-02-13T04:37:08.455Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2517 | 2025-02-13T04:37:08.476Z | Checking twox-hash v2.1.0 |
2518 | 2025-02-13T04:37:08.827Z | Checking cast v0.3.0 |
2519 | 2025-02-13T04:37:08.851Z | error[E0308]: mismatched types |
2520 | 2025-02-13T04:37:08.851Z | --> gateway/src/serial_console.rs:182:36 |
2521 | 2025-02-13T04:37:08.851Z | | |
2522 | 2025-02-13T04:37:08.852Z | 182 | ... .write(data) |
2523 | 2025-02-13T04:37:08.852Z | | ----- ^^^^- help: try using a conversion method: `.to_vec()` |
2524 | 2025-02-13T04:37:08.852Z | | | | |
2525 | 2025-02-13T04:37:08.852Z | | | expected `Vec<u8>`, found `Bytes` |
2526 | 2025-02-13T04:37:08.852Z | | arguments to this method are incorrect |
2527 | 2025-02-13T04:37:08.852Z | | |
2528 | 2025-02-13T04:37:08.852Z | = note: expected struct `std::vec::Vec<u8>` |
2529 | 2025-02-13T04:37:08.852Z | found struct `tokio_tungstenite::tungstenite::Bytes` |
2530 | 2025-02-13T04:37:08.852Z | note: method defined here |
2531 | 2025-02-13T04:37:08.852Z | --> /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/gateway-sp-comms/src/single_sp.rs:1413:18 |
2532 | 2025-02-13T04:37:08.852Z | | |
2533 | 2025-02-13T04:37:08.852Z | 1413 | pub async fn write(&mut self, data: Vec<u8>) -> Result<()> { |
2534 | 2025-02-13T04:37:08.852Z | | ^^^^^ |
2535 | 2025-02-13T04:37:08.852Z | |
2536 | 2025-02-13T04:37:08.875Z | error[E0308]: mismatched types |
2537 | 2025-02-13T04:37:08.875Z | --> gateway/src/serial_console.rs:114:67 |
2538 | 2025-02-13T04:37:08.875Z | | |
2539 | 2025-02-13T04:37:08.875Z | 114 | match ws_sink_tx.try_send(Message::Binary(data)) { |
2540 | 2025-02-13T04:37:08.875Z | | --------------- ^^^^ expected `Bytes`, found `Vec<u8>` |
2541 | 2025-02-13T04:37:08.875Z | | | |
2542 | 2025-02-13T04:37:08.876Z | | arguments to this enum variant are incorrect |
2543 | 2025-02-13T04:37:08.876Z | | |
2544 | 2025-02-13T04:37:08.876Z | = note: expected struct `tokio_tungstenite::tungstenite::Bytes` |
2545 | 2025-02-13T04:37:08.876Z | found struct `std::vec::Vec<u8>` |
2546 | 2025-02-13T04:37:08.876Z | note: tuple variant defined here |
2547 | 2025-02-13T04:37:08.876Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.26.1/src/protocol/message.rs:162:5 |
2548 | 2025-02-13T04:37:08.876Z | | |
2549 | 2025-02-13T04:37:08.876Z | 162 | Binary(Bytes), |
2550 | 2025-02-13T04:37:08.876Z | | ^^^^^^ |
2551 | 2025-02-13T04:37:08.876Z | help: call `Into::into` on this expression to convert `std::vec::Vec<u8>` into `tokio_tungstenite::tungstenite::Bytes` |
2552 | 2025-02-13T04:37:08.876Z | | |
2553 | 2025-02-13T04:37:08.876Z | 114 | match ws_sink_tx.try_send(Message::Binary(data.into())) { |
2554 | 2025-02-13T04:37:08.876Z | | +++++++ |
2555 | 2025-02-13T04:37:08.876Z | |
2556 | 2025-02-13T04:37:08.884Z | error[E0308]: mismatched types |
2557 | 2025-02-13T04:37:08.884Z | --> gateway/src/serial_console.rs:137:37 |
2558 | 2025-02-13T04:37:08.884Z | | |
2559 | 2025-02-13T04:37:08.884Z | 137 | ... reason: Cow::Borrowed("serial console was detached"), |
2560 | 2025-02-13T04:37:08.884Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Utf8Bytes`, found `Cow<'_, str>` |
2561 | 2025-02-13T04:37:08.884Z | | |
2562 | 2025-02-13T04:37:08.884Z | = note: expected struct `tokio_tungstenite::tungstenite::Utf8Bytes` |
2563 | 2025-02-13T04:37:08.884Z | found enum `std::borrow::Cow<'_, str>` |
2564 | 2025-02-13T04:37:08.884Z | |
2565 | 2025-02-13T04:37:09.070Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2566 | 2025-02-13T04:37:09.161Z | Checking criterion-plot v0.5.0 |
2567 | 2025-02-13T04:37:09.220Z | Checking plotters v0.3.7 |
2568 | 2025-02-13T04:37:09.666Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2569 | 2025-02-13T04:37:10.447Z | Some errors have detailed explanations: E0308, E0639. |
2570 | 2025-02-13T04:37:10.448Z | For more information about an error, try `rustc --explain E0308`. |
2571 | 2025-02-13T04:37:10.741Z | error: could not compile `omicron-gateway` (lib) due to 4 previous errors |
2572 | 2025-02-13T04:37:10.741Z | warning: build failed, waiting for other jobs to finish... |
2573 | 2025-02-13T04:37:33.666Z | Error: failed: exit status: 101 |
2574 | 2025-02-13T04:37:33.670Z | |
2575 | 2025-02-13T04:37:33.670Z | real 2:57.507577730 |
2576 | 2025-02-13T04:37:33.670Z | user 18:57.799887142 |
2577 | 2025-02-13T04:37:33.670Z | sys 2:54.428827288 |
2578 | 2025-02-13T04:37:33.670Z | trap 0.583805432 |
2579 | 2025-02-13T04:37:33.670Z | tflt 1.533705141 |
2580 | 2025-02-13T04:37:33.670Z | dflt 0.256200812 |
2581 | 2025-02-13T04:37:33.670Z | kflt 0.007654845 |
2582 | 2025-02-13T04:37:33.670Z | lock 22:41.330165915 |
2583 | 2025-02-13T04:37:33.670Z | slp 1:04:29.859421458 |
2584 | 2025-02-13T04:37:33.670Z | lat 1:17.196943757 |
2585 | 2025-02-13T04:37:33.670Z | stop 4:37.544202453 |
2586 | 2025-02-13T04:37:33.670Z | process exited: duration 446443 ms, exit code 1 |
|
2587 | 2025-02-13T04:37:33.678Z | found 0 output files |