|
|
|
1 | 2025-01-27T08:45:27.843Z | job assigned to worker 01JJKEY626Q4BX8M78TF31YVQE [factory aws, i-0b8cbe7b7dd5d3837] (queued for 1 m 0 s) |
|
2 | 2025-01-27T08:45:35.418Z | starting task 0: "setup" |
3 | 2025-01-27T08:45:35.427Z | ++ uname -s |
4 | 2025-01-27T08:45:35.429Z | + kern=SunOS |
5 | 2025-01-27T08:45:35.429Z | + case "$kern" in |
6 | 2025-01-27T08:45:35.429Z | + groupadd -g 12345 build |
7 | 2025-01-27T08:45:35.432Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-27T08:45:37.439Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-27T08:45:37.531Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-27T08:45:37.534Z | + home_fs=zfs |
11 | 2025-01-27T08:45:37.534Z | + [[ zfs == autofs ]] |
12 | 2025-01-27T08:45:37.534Z | + mkdir -p /home/build |
13 | 2025-01-27T08:45:37.537Z | + chown build:build /home/build /work |
14 | 2025-01-27T08:45:39.537Z | + chmod 0700 /home/build /work |
15 | 2025-01-27T08:45:39.540Z | process exited: duration 4123 ms, exit code 0 |
|
16 | 2025-01-27T08:45:39.546Z | starting task 1: "rust-toolchain" |
17 | 2025-01-27T08:45:39.551Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-27T08:45:39.551Z | ' 1.84.0 |
19 | 2025-01-27T08:45:39.551Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-27T08:45:39.551Z | ' default |
21 | 2025-01-27T08:45:39.551Z | * toolchain channel = "1.84.0" |
22 | 2025-01-27T08:45:39.551Z | * toolchain profile = "default" |
23 | 2025-01-27T08:45:39.554Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-27T08:45:39.554Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-27T08:45:39.658Z | info: downloading installer |
26 | 2025-01-27T08:45:41.199Z | info: profile set to 'default' |
27 | 2025-01-27T08:45:41.199Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-27T08:45:41.202Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-27T08:45:41.347Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-27T08:45:41.347Z | info: downloading component 'cargo' |
31 | 2025-01-27T08:45:42.178Z | info: downloading component 'clippy' |
32 | 2025-01-27T08:45:42.497Z | info: downloading component 'rust-docs' |
33 | 2025-01-27T08:45:43.636Z | info: downloading component 'rust-std' |
34 | 2025-01-27T08:45:45.316Z | info: downloading component 'rustc' |
35 | 2025-01-27T08:45:51.778Z | info: downloading component 'rustfmt' |
36 | 2025-01-27T08:45:52.021Z | info: installing component 'cargo' |
37 | 2025-01-27T08:45:52.850Z | info: installing component 'clippy' |
38 | 2025-01-27T08:45:53.238Z | info: installing component 'rust-docs' |
39 | 2025-01-27T08:45:54.907Z | info: installing component 'rust-std' |
40 | 2025-01-27T08:45:56.654Z | info: installing component 'rustc' |
41 | 2025-01-27T08:46:02.756Z | info: installing component 'rustfmt' |
42 | 2025-01-27T08:46:03.092Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-27T08:46:03.092Z | |
44 | 2025-01-27T08:46:03.484Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-27T08:46:03.484Z | |
46 | 2025-01-27T08:46:03.487Z | |
47 | 2025-01-27T08:46:03.487Z | Rust is installed now. Great! |
48 | 2025-01-27T08:46:03.487Z | |
49 | 2025-01-27T08:46:03.487Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-27T08:46:03.487Z | environment variable. This has not been done automatically. |
51 | 2025-01-27T08:46:03.487Z | |
52 | 2025-01-27T08:46:03.487Z | To configure your current shell, you need to source |
53 | 2025-01-27T08:46:03.487Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-27T08:46:03.487Z | |
55 | 2025-01-27T08:46:03.487Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-27T08:46:03.487Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-27T08:46:03.487Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-27T08:46:03.567Z | + rustc --version |
59 | 2025-01-27T08:46:03.639Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-27T08:46:03.643Z | process exited: duration 24093 ms, exit code 0 |
|
61 | 2025-01-27T08:46:03.649Z | starting task 2: "authentication" |
62 | 2025-01-27T08:46:03.669Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-27T08:46:03.675Z | starting task 3: "clone repository" |
64 | 2025-01-27T08:46:03.680Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-27T08:46:03.683Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-27T08:46:03.720Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-27T08:46:10.937Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-27T08:46:10.937Z | + git fetch origin e96acf6acc77c085f7070b2db01f428481c2ac9e |
69 | 2025-01-27T08:46:11.295Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-27T08:46:11.295Z | * branch e96acf6acc77c085f7070b2db01f428481c2ac9e -> FETCH_HEAD |
71 | 2025-01-27T08:46:11.306Z | + [[ -n renovate/lock-file-maintenance ]] |
72 | 2025-01-27T08:46:11.309Z | ++ git branch --show-current |
73 | 2025-01-27T08:46:11.311Z | + current=main |
74 | 2025-01-27T08:46:11.311Z | + [[ main != renovate/lock-file-maintenance ]] |
75 | 2025-01-27T08:46:11.311Z | + git branch -f renovate/lock-file-maintenance e96acf6acc77c085f7070b2db01f428481c2ac9e |
76 | 2025-01-27T08:46:11.314Z | + git checkout -f renovate/lock-file-maintenance |
77 | 2025-01-27T08:46:11.499Z | Switched to branch 'renovate/lock-file-maintenance' |
78 | 2025-01-27T08:46:11.502Z | + git reset --hard e96acf6acc77c085f7070b2db01f428481c2ac9e |
79 | 2025-01-27T08:46:11.685Z | HEAD is now at e96acf6ac Lock file maintenance |
80 | 2025-01-27T08:46:11.688Z | process exited: duration 8010 ms, exit code 0 |
|
81 | 2025-01-27T08:46:11.694Z | starting task 4: "build" |
82 | 2025-01-27T08:46:11.699Z | + source ./env.sh |
83 | 2025-01-27T08:46:11.701Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2025-01-27T08:46:11.702Z | ++ set -o xtrace |
85 | 2025-01-27T08:46:11.704Z | ++++ dirname ./env.sh |
86 | 2025-01-27T08:46:11.704Z | +++ readlink -f . |
87 | 2025-01-27T08:46:11.707Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2025-01-27T08:46:11.707Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2025-01-27T08:46:11.707Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2025-01-27T08:46:11.707Z | ++ 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 |
91 | 2025-01-27T08:46:11.707Z | ++ 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 |
92 | 2025-01-27T08:46:11.710Z | ++ 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 |
93 | 2025-01-27T08:46:11.710Z | ++ 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 |
94 | 2025-01-27T08:46:11.710Z | ++ 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 |
95 | 2025-01-27T08:46:11.710Z | ++ 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 |
96 | 2025-01-27T08:46:11.710Z | ++ case $OLD_SHELL_OPTS in |
97 | 2025-01-27T08:46:11.710Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2025-01-27T08:46:11.710Z | + source .github/buildomat/ci-env.sh |
99 | 2025-01-27T08:46:11.710Z | ++ export CARGO_TERM_COLOR=always |
100 | 2025-01-27T08:46:11.710Z | ++ CARGO_TERM_COLOR=always |
101 | 2025-01-27T08:46:11.710Z | + cargo --version |
102 | 2025-01-27T08:46:11.770Z | cargo 1.84.0 (66221abde 2024-11-19) |
103 | 2025-01-27T08:46:11.773Z | + rustc --version |
104 | 2025-01-27T08:46:11.834Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
105 | 2025-01-27T08:46:11.837Z | + banner prerequisites |
106 | 2025-01-27T08:46:11.840Z | |
107 | 2025-01-27T08:46:11.840Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2025-01-27T08:46:11.840Z | # # # # # # # # # # # # # # # |
109 | 2025-01-27T08:46:11.840Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2025-01-27T08:46:11.840Z | ##### ##### # ##### # # # # # # # # # |
111 | 2025-01-27T08:46:11.840Z | # # # # # # # # # # # # # # # |
112 | 2025-01-27T08:46:11.840Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2025-01-27T08:46:11.840Z | |
114 | 2025-01-27T08:46:11.843Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2025-01-27T08:46:13.421Z | pkg list: illegal option -- F |
116 | 2025-01-27T08:46:13.421Z | Usage: |
117 | 2025-01-27T08:46:13.424Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
118 | 2025-01-27T08:46:13.424Z | [pkg_fmri_pattern ...] |
119 | 2025-01-27T08:46:14.272Z | pkg list: illegal option -- F |
120 | 2025-01-27T08:46:14.272Z | Usage: |
121 | 2025-01-27T08:46:14.272Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
122 | 2025-01-27T08:46:14.272Z | [pkg_fmri_pattern ...] |
123 | 2025-01-27T08:46:20.348Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2025-01-27T08:46:24.476Z | Startup: Caching catalogs ... Done |
125 | 2025-01-27T08:46:36.161Z | Planning: Solver setup ... Done (10.869s) |
126 | 2025-01-27T08:46:36.309Z | Planning: Running solver ... Done (0.148s) |
127 | 2025-01-27T08:46:36.423Z | Planning: Finding local manifests ... Done (0.006s) |
128 | 2025-01-27T08:46:36.446Z | Planning: Fetching manifests: 0/7 0% complete |
129 | 2025-01-27T08:46:37.109Z | Planning: Fetching manifests: 7/7 100% complete |
130 | 2025-01-27T08:46:37.222Z | Planning: Package planning ... Done (0.112s) |
131 | 2025-01-27T08:46:37.279Z | Planning: Merging actions ... Done (0.058s) |
132 | 2025-01-27T08:46:37.478Z | Planning: Checking for conflicting actions ... Done (0.199s) |
133 | 2025-01-27T08:46:39.470Z | Planning: Consolidating action changes ... Done (1.991s) |
134 | 2025-01-27T08:46:39.899Z | Planning: Evaluating mediators ... Done (0.429s) |
135 | 2025-01-27T08:46:39.982Z | Planning: Planning completed in 15.41 seconds |
136 | 2025-01-27T08:46:39.997Z | Packages to install: 4 |
137 | 2025-01-27T08:46:39.997Z | Packages to update: 3 |
138 | 2025-01-27T08:46:40.000Z | Mediators to change: 2 |
139 | 2025-01-27T08:46:40.000Z | Services to change: 1 |
140 | 2025-01-27T08:46:40.000Z | Estimated space available: 155.61 GB |
141 | 2025-01-27T08:46:40.001Z | Estimated space to be consumed: 1.64 GB |
142 | 2025-01-27T08:46:40.001Z | Create boot environment: No |
143 | 2025-01-27T08:46:40.001Z | Create backup boot environment: Yes |
144 | 2025-01-27T08:46:40.001Z | Rebuild boot archive: No |
145 | 2025-01-27T08:46:40.001Z | |
146 | 2025-01-27T08:46:40.001Z | Changed mediators: |
147 | 2025-01-27T08:46:40.001Z | mediator clang: |
148 | 2025-01-27T08:46:40.001Z | version: None -> 15 (system default) |
149 | 2025-01-27T08:46:40.001Z | |
150 | 2025-01-27T08:46:40.001Z | mediator llvm: |
151 | 2025-01-27T08:46:40.001Z | version: 14 (system default) -> 15 (system default) |
152 | 2025-01-27T08:46:40.001Z | |
153 | 2025-01-27T08:46:40.001Z | Changed packages: |
154 | 2025-01-27T08:46:40.001Z | helios-dev |
155 | 2025-01-27T08:46:40.001Z | developer/build-essential |
156 | 2025-01-27T08:46:40.001Z | None -> 11-2.0 |
157 | 2025-01-27T08:46:40.001Z | library/libxmlsec1 |
158 | 2025-01-27T08:46:40.001Z | None -> 1.2.35-2.0 |
159 | 2025-01-27T08:46:40.001Z | ooce/developer/clang-15 |
160 | 2025-01-27T08:46:40.001Z | None -> 15.0.7-2.0 |
161 | 2025-01-27T08:46:40.001Z | ooce/developer/llvm-15 |
162 | 2025-01-27T08:46:40.001Z | None -> 15.0.7-2.0 |
163 | 2025-01-27T08:46:40.001Z | package/pkg |
164 | 2025-01-27T08:46:40.001Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
165 | 2025-01-27T08:46:40.001Z | system/library/g++-runtime |
166 | 2025-01-27T08:46:40.002Z | 13-2.0 -> 14-2.0 |
167 | 2025-01-27T08:46:40.002Z | system/library/gcc-runtime |
168 | 2025-01-27T08:46:40.002Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-27T08:46:40.002Z | |
170 | 2025-01-27T08:46:40.002Z | Services: |
171 | 2025-01-27T08:46:40.002Z | restart_fmri: |
172 | 2025-01-27T08:46:40.002Z | svc:/system/update-man-index:default |
173 | 2025-01-27T08:46:40.002Z | |
174 | 2025-01-27T08:46:40.002Z | Editable files to change: |
175 | 2025-01-27T08:46:40.002Z | Update: |
176 | 2025-01-27T08:46:40.002Z | usr/share/lib/pkg/web/config.shtml |
177 | 2025-01-27T08:46:40.079Z | |
178 | 2025-01-27T08:46:40.079Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
179 | 2025-01-27T08:46:45.081Z | Download: 550/4301 items 17.5/225.4MB 7% complete (3.5M/s) |
180 | 2025-01-27T08:46:50.082Z | Download: 1401/4301 items 117.1/225.4MB 51% complete (11.9M/s) |
181 | 2025-01-27T08:46:56.221Z | Download: 2222/4301 items 119.2/225.4MB 52% complete (11.9M/s) |
182 | 2025-01-27T08:47:01.223Z | Download: 2794/4301 items 120.9/225.4MB 53% complete (317k/s) |
183 | 2025-01-27T08:47:08.871Z | Download: 3247/4301 items 203.1/225.4MB 90% complete (8.4M/s) |
184 | 2025-01-27T08:47:16.571Z | Download: 4201/4301 items 220.6/225.4MB 97% complete (3.4M/s) |
185 | 2025-01-27T08:47:22.977Z | Download: 4206/4301 items 220.6/225.4MB 97% complete (3.1M/s) |
186 | 2025-01-27T08:47:26.488Z | Download: Completed 225.42 MB in 46.40 seconds (4.9M/s) |
187 | 2025-01-27T08:47:28.605Z | Actions: 1/5122 actions (Removing old actions) |
188 | 2025-01-27T08:47:28.627Z | Actions: 194/5122 actions (Installing new actions) |
189 | 2025-01-27T08:47:33.338Z | Actions: 4267/5122 actions (Updating modified actions) |
190 | 2025-01-27T08:47:33.697Z | Actions: Completed 5122 actions in 5.09 seconds. |
191 | 2025-01-27T08:47:34.100Z | Done (0.396s) |
192 | 2025-01-27T08:47:34.103Z | Done (0.001s) |
193 | 2025-01-27T08:47:34.690Z | Done (0.587s) |
194 | 2025-01-27T08:47:39.122Z | Done (4.197s) |
195 | 2025-01-27T08:47:39.215Z | Done (0.018s) |
196 | 2025-01-27T08:47:39.222Z | Done (0.000s) |
197 | 2025-01-27T08:47:39.392Z | Done (0.000s) |
198 | 2025-01-27T08:47:40.078Z | Planning: Evaluating mediator changes ... Done |
199 | 2025-01-27T08:47:40.240Z | Planning: Checking for conflicting actions ... Done |
200 | 2025-01-27T08:47:40.243Z | Planning: Consolidating action changes ... Done |
201 | 2025-01-27T08:47:40.505Z | Planning: Evaluating mediators ... Done |
202 | 2025-01-27T08:47:40.508Z | Planning: Planning completed in 0.43 seconds |
203 | 2025-01-27T08:47:40.544Z | Mediators to change: 2 |
204 | 2025-01-27T08:47:40.544Z | Create boot environment: No |
205 | 2025-01-27T08:47:40.547Z | Create backup boot environment: No |
206 | 2025-01-27T08:47:40.625Z | Done |
207 | 2025-01-27T08:47:40.626Z | Done |
208 | 2025-01-27T08:47:40.994Z | Done |
209 | 2025-01-27T08:47:44.546Z | Done |
210 | 2025-01-27T08:47:44.637Z | Done |
211 | 2025-01-27T08:47:44.640Z | Done |
212 | 2025-01-27T08:47:44.775Z | Done |
213 | 2025-01-27T08:47:45.379Z | Planning: Evaluating mediator changes ... Done |
214 | 2025-01-27T08:47:45.382Z | Planning: Merging actions ... Done |
215 | 2025-01-27T08:47:45.569Z | Planning: Checking for conflicting actions ... Done |
216 | 2025-01-27T08:47:45.572Z | Planning: Consolidating action changes ... Done |
217 | 2025-01-27T08:47:45.831Z | Planning: Evaluating mediators ... Done |
218 | 2025-01-27T08:47:45.884Z | Planning: Planning completed in 0.74 seconds |
219 | 2025-01-27T08:47:45.926Z | Packages to change: 1 |
220 | 2025-01-27T08:47:45.929Z | Mediators to change: 1 |
221 | 2025-01-27T08:47:45.929Z | Services to change: 1 |
222 | 2025-01-27T08:47:45.929Z | Create boot environment: No |
223 | 2025-01-27T08:47:45.929Z | Create backup boot environment: Yes |
224 | 2025-01-27T08:47:48.189Z | Actions: 1/6 actions (Updating modified actions) |
225 | 2025-01-27T08:47:48.191Z | Actions: Completed 6 actions in 0.00 seconds. |
226 | 2025-01-27T08:47:48.192Z | Done |
227 | 2025-01-27T08:47:48.192Z | Done |
228 | 2025-01-27T08:47:48.308Z | Done |
229 | 2025-01-27T08:47:51.856Z | Done |
230 | 2025-01-27T08:47:51.944Z | Done |
231 | 2025-01-27T08:47:51.947Z | Done |
232 | 2025-01-27T08:47:52.084Z | Done |
233 | 2025-01-27T08:47:52.520Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
234 | 2025-01-27T08:47:52.520Z | clang system 15 system |
235 | 2025-01-27T08:47:52.520Z | csh system system illumos |
236 | 2025-01-27T08:47:52.520Z | ctags system system illumos |
237 | 2025-01-27T08:47:52.520Z | gcc vendor 12 vendor |
238 | 2025-01-27T08:47:52.520Z | gcc system 10 system |
239 | 2025-01-27T08:47:52.520Z | gcc system 7 system |
240 | 2025-01-27T08:47:52.520Z | go system 1.20 system |
241 | 2025-01-27T08:47:52.520Z | go system 1.19 system |
242 | 2025-01-27T08:47:52.520Z | llvm system 15 system |
243 | 2025-01-27T08:47:52.520Z | llvm system 14 system |
244 | 2025-01-27T08:47:52.520Z | mariadb system 10.6 system |
245 | 2025-01-27T08:47:52.520Z | mta vendor vendor dma |
246 | 2025-01-27T08:47:52.520Z | openjdk system 17 system |
247 | 2025-01-27T08:47:52.520Z | openjdk system 11 system |
248 | 2025-01-27T08:47:52.520Z | openjdk system 1.8 system |
249 | 2025-01-27T08:47:52.520Z | openssl vendor 3 vendor |
250 | 2025-01-27T08:47:52.520Z | perl system 5.36 system |
251 | 2025-01-27T08:47:52.520Z | postgresql system 15 system |
252 | 2025-01-27T08:47:52.520Z | postgresql system 13 system |
253 | 2025-01-27T08:47:52.520Z | python vendor 3 vendor |
254 | 2025-01-27T08:47:52.520Z | python system 2 system |
255 | 2025-01-27T08:47:52.520Z | python3 system 3.11 system |
256 | 2025-01-27T08:47:52.520Z | ruby system 3.0 system |
257 | 2025-01-27T08:47:52.520Z | words vendor vendor american-english |
258 | 2025-01-27T08:47:52.520Z | words system system australian-english |
259 | 2025-01-27T08:47:52.521Z | words system system british-english |
260 | 2025-01-27T08:47:52.521Z | words system system canadian-english |
261 | 2025-01-27T08:47:52.521Z | words system system french |
262 | 2025-01-27T08:47:52.521Z | words system system italian |
263 | 2025-01-27T08:47:52.521Z | words system system ngerman |
264 | 2025-01-27T08:47:52.521Z | words system system ogerman |
265 | 2025-01-27T08:47:52.521Z | words system system spanish |
266 | 2025-01-27T08:47:52.850Z | PUBLISHER TYPE STATUS P LOCATION |
267 | 2025-01-27T08:47:52.850Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
268 | 2025-01-27T08:47:55.624Z | FMRI IFO |
269 | 2025-01-27T08:47:55.624Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
270 | 2025-01-27T08:47:55.624Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
271 | 2025-01-27T08:47:55.624Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
272 | 2025-01-27T08:47:55.624Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
273 | 2025-01-27T08:47:55.624Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
274 | 2025-01-27T08:47:55.624Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
275 | 2025-01-27T08:47:55.624Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
276 | 2025-01-27T08:47:55.624Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
277 | 2025-01-27T08:47:55.624Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
278 | 2025-01-27T08:47:55.624Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
279 | 2025-01-27T08:47:55.624Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
280 | 2025-01-27T08:47:55.624Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
281 | 2025-01-27T08:47:55.624Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
282 | 2025-01-27T08:47:55.624Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
283 | 2025-01-27T08:47:55.624Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
284 | 2025-01-27T08:47:56.375Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
285 | 2025-01-27T08:47:56.685Z | Updating crates.io index |
286 | 2025-01-27T08:47:56.688Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
287 | 2025-01-27T08:47:57.079Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
288 | 2025-01-27T08:47:57.613Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
289 | 2025-01-27T08:47:57.920Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
290 | 2025-01-27T08:47:58.198Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
291 | 2025-01-27T08:47:58.482Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
292 | 2025-01-27T08:47:59.440Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
293 | 2025-01-27T08:48:00.958Z | Updating git repository `https://github.com/oxidecomputer/opte` |
294 | 2025-01-27T08:48:01.648Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
295 | 2025-01-27T08:48:02.319Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
296 | 2025-01-27T08:48:02.576Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
297 | 2025-01-27T08:48:02.885Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
298 | 2025-01-27T08:48:03.595Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
299 | 2025-01-27T08:48:03.976Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
300 | 2025-01-27T08:48:04.300Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
301 | 2025-01-27T08:48:04.555Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
302 | 2025-01-27T08:48:04.825Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
303 | 2025-01-27T08:48:05.396Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
304 | 2025-01-27T08:48:05.769Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
305 | 2025-01-27T08:48:06.096Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
306 | 2025-01-27T08:48:06.384Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
307 | 2025-01-27T08:48:06.737Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
308 | 2025-01-27T08:48:07.075Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
309 | 2025-01-27T08:48:07.452Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
310 | 2025-01-27T08:48:07.950Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
311 | 2025-01-27T08:48:08.265Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
312 | 2025-01-27T08:48:08.655Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
313 | 2025-01-27T08:48:09.013Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
314 | 2025-01-27T08:48:09.400Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
315 | 2025-01-27T08:48:09.721Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
316 | 2025-01-27T08:48:10.023Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
317 | 2025-01-27T08:48:11.194Z | Downloading crates ... |
318 | 2025-01-27T08:48:11.270Z | Downloaded autocfg v1.4.0 |
319 | 2025-01-27T08:48:11.275Z | Downloaded anstyle-query v1.1.2 |
320 | 2025-01-27T08:48:11.278Z | Downloaded anstyle-parse v0.2.6 |
321 | 2025-01-27T08:48:11.285Z | Downloaded anyhow v1.0.95 |
322 | 2025-01-27T08:48:11.289Z | Downloaded byteorder v1.5.0 |
323 | 2025-01-27T08:48:11.291Z | Downloaded anstyle v1.0.10 |
324 | 2025-01-27T08:48:11.294Z | Downloaded equivalent v1.0.1 |
325 | 2025-01-27T08:48:11.294Z | Downloaded crypto-common v0.1.6 |
326 | 2025-01-27T08:48:11.294Z | Downloaded bitflags v2.8.0 |
327 | 2025-01-27T08:48:11.297Z | Downloaded dof v0.3.0 |
328 | 2025-01-27T08:48:11.300Z | Downloaded block-buffer v0.10.4 |
329 | 2025-01-27T08:48:11.300Z | Downloaded colorchoice v1.0.3 |
330 | 2025-01-27T08:48:11.300Z | Downloaded cfg-if v1.0.0 |
331 | 2025-01-27T08:48:11.303Z | Downloaded errno v0.3.10 |
332 | 2025-01-27T08:48:11.303Z | Downloaded cargo_toml v0.20.5 |
333 | 2025-01-27T08:48:11.306Z | Downloaded anstream v0.6.18 |
334 | 2025-01-27T08:48:11.306Z | Downloaded bytecount v0.6.8 |
335 | 2025-01-27T08:48:11.310Z | Downloaded dtrace-parser v0.2.0 |
336 | 2025-01-27T08:48:11.310Z | Downloaded clap v4.5.27 |
337 | 2025-01-27T08:48:11.316Z | Downloaded digest v0.10.7 |
338 | 2025-01-27T08:48:11.319Z | Downloaded cargo_metadata v0.18.1 |
339 | 2025-01-27T08:48:11.322Z | Downloaded camino-tempfile v1.1.1 |
340 | 2025-01-27T08:48:11.322Z | Downloaded cargo-platform v0.1.9 |
341 | 2025-01-27T08:48:11.324Z | Downloaded cpufeatures v0.2.17 |
342 | 2025-01-27T08:48:11.324Z | Downloaded clap_lex v0.7.4 |
343 | 2025-01-27T08:48:11.327Z | Downloaded clap_derive v4.5.24 |
344 | 2025-01-27T08:48:11.330Z | Downloaded clap_builder v4.5.27 |
345 | 2025-01-27T08:48:11.334Z | Downloaded log v0.4.25 |
346 | 2025-01-27T08:48:11.338Z | Downloaded pest_derive v2.7.15 |
347 | 2025-01-27T08:48:11.341Z | Downloaded itoa v1.0.14 |
348 | 2025-01-27T08:48:11.341Z | Downloaded is_terminal_polyfill v1.70.1 |
349 | 2025-01-27T08:48:11.341Z | Downloaded camino v1.1.9 |
350 | 2025-01-27T08:48:11.345Z | Downloaded scroll v0.12.0 |
351 | 2025-01-27T08:48:11.349Z | Downloaded indexmap v2.7.1 |
352 | 2025-01-27T08:48:11.364Z | Downloaded swrite v0.1.0 |
353 | 2025-01-27T08:48:11.368Z | Downloaded pretty-hex v0.4.1 |
354 | 2025-01-27T08:48:11.371Z | Downloaded memmap v0.7.0 |
355 | 2025-01-27T08:48:11.371Z | Downloaded scroll_derive v0.12.0 |
356 | 2025-01-27T08:48:11.374Z | Downloaded plain v0.2.3 |
357 | 2025-01-27T08:48:11.379Z | Downloaded usdt-macro v0.5.0 |
358 | 2025-01-27T08:48:11.382Z | Downloaded usdt-attr-macro v0.5.0 |
359 | 2025-01-27T08:48:11.385Z | Downloaded strsim v0.11.1 |
360 | 2025-01-27T08:48:11.389Z | Downloaded terminal_size v0.4.1 |
361 | 2025-01-27T08:48:11.395Z | Downloaded macaddr v1.0.1 |
362 | 2025-01-27T08:48:11.397Z | Downloaded smawk v0.3.2 |
363 | 2025-01-27T08:48:11.398Z | Downloaded thiserror v1.0.69 |
364 | 2025-01-27T08:48:11.402Z | Downloaded thiserror-impl v2.0.11 |
365 | 2025-01-27T08:48:11.411Z | Downloaded serde_spanned v0.6.8 |
366 | 2025-01-27T08:48:11.414Z | Downloaded fs-err v2.11.0 |
367 | 2025-01-27T08:48:11.418Z | Downloaded heck v0.5.0 |
368 | 2025-01-27T08:48:11.420Z | Downloaded utf8parse v0.2.2 |
369 | 2025-01-27T08:48:11.420Z | Downloaded toml_datetime v0.6.8 |
370 | 2025-01-27T08:48:11.423Z | Downloaded fnv v1.0.7 |
371 | 2025-01-27T08:48:11.423Z | Downloaded fastrand v2.3.0 |
372 | 2025-01-27T08:48:11.429Z | Downloaded thread-id v4.2.2 |
373 | 2025-01-27T08:48:11.431Z | Downloaded version_check v0.9.5 |
374 | 2025-01-27T08:48:11.431Z | Downloaded usdt-impl v0.5.0 |
375 | 2025-01-27T08:48:11.434Z | Downloaded thiserror-impl v1.0.69 |
376 | 2025-01-27T08:48:11.434Z | Downloaded tabled_derive v0.7.0 |
377 | 2025-01-27T08:48:11.436Z | Downloaded usdt v0.5.0 |
378 | 2025-01-27T08:48:11.436Z | Downloaded serde_tokenstream v0.2.2 |
379 | 2025-01-27T08:48:11.439Z | Downloaded heck v0.4.1 |
380 | 2025-01-27T08:48:11.439Z | Downloaded quote v1.0.38 |
381 | 2025-01-27T08:48:11.442Z | Downloaded once_cell v1.20.2 |
382 | 2025-01-27T08:48:11.445Z | Downloaded sha2 v0.10.8 |
383 | 2025-01-27T08:48:11.447Z | Downloaded thiserror v2.0.11 |
384 | 2025-01-27T08:48:11.451Z | Downloaded semver v1.0.25 |
385 | 2025-01-27T08:48:11.454Z | Downloaded ryu v1.0.18 |
386 | 2025-01-27T08:48:11.458Z | Downloaded zerocopy-derive v0.7.35 |
387 | 2025-01-27T08:48:11.460Z | Downloaded proc-macro-error-attr v1.0.4 |
388 | 2025-01-27T08:48:11.463Z | Downloaded generic-array v0.14.7 |
389 | 2025-01-27T08:48:11.463Z | Downloaded getrandom v0.2.15 |
390 | 2025-01-27T08:48:11.466Z | Downloaded unicode-linebreak v0.1.5 |
391 | 2025-01-27T08:48:11.468Z | Downloaded unicode-ident v1.0.15 |
392 | 2025-01-27T08:48:11.468Z | Downloaded typenum v1.17.0 |
393 | 2025-01-27T08:48:11.471Z | Downloaded pest_meta v2.7.15 |
394 | 2025-01-27T08:48:11.474Z | Downloaded ucd-trie v0.1.7 |
395 | 2025-01-27T08:48:11.476Z | Downloaded papergrid v0.11.0 |
396 | 2025-01-27T08:48:11.479Z | Downloaded proc-macro2 v1.0.93 |
397 | 2025-01-27T08:48:11.481Z | Downloaded textwrap v0.16.1 |
398 | 2025-01-27T08:48:11.484Z | Downloaded tempfile v3.15.0 |
399 | 2025-01-27T08:48:11.486Z | Downloaded proc-macro-error v1.0.4 |
400 | 2025-01-27T08:48:11.489Z | Downloaded pest_generator v2.7.15 |
401 | 2025-01-27T08:48:11.492Z | Downloaded serde_derive v1.0.217 |
402 | 2025-01-27T08:48:11.509Z | Downloaded serde v1.0.217 |
403 | 2025-01-27T08:48:11.517Z | Downloaded toml v0.8.19 |
404 | 2025-01-27T08:48:11.520Z | Downloaded memchr v2.7.4 |
405 | 2025-01-27T08:48:11.540Z | Downloaded toml_edit v0.22.22 |
406 | 2025-01-27T08:48:11.561Z | Downloaded pest v2.7.15 |
407 | 2025-01-27T08:48:11.571Z | Downloaded serde_json v1.0.137 |
408 | 2025-01-27T08:48:11.577Z | Downloaded hashbrown v0.15.2 |
409 | 2025-01-27T08:48:11.587Z | Downloaded zerocopy v0.7.35 |
410 | 2025-01-27T08:48:11.601Z | Downloaded winnow v0.6.24 |
411 | 2025-01-27T08:48:11.609Z | Downloaded goblin v0.8.2 |
412 | 2025-01-27T08:48:11.614Z | Downloaded tabled v0.15.0 |
413 | 2025-01-27T08:48:11.629Z | Downloaded syn v1.0.109 |
414 | 2025-01-27T08:48:11.639Z | Downloaded unicode-width v0.1.14 |
415 | 2025-01-27T08:48:11.644Z | Downloaded syn v2.0.96 |
416 | 2025-01-27T08:48:11.655Z | Downloaded rustix v0.38.44 |
417 | 2025-01-27T08:48:11.696Z | Downloaded libc v0.2.169 |
418 | 2025-01-27T08:48:12.012Z | Compiling proc-macro2 v1.0.93 |
419 | 2025-01-27T08:48:12.012Z | Compiling unicode-ident v1.0.15 |
420 | 2025-01-27T08:48:12.012Z | Compiling version_check v0.9.5 |
421 | 2025-01-27T08:48:12.015Z | Compiling serde v1.0.217 |
422 | 2025-01-27T08:48:12.015Z | Compiling memchr v2.7.4 |
423 | 2025-01-27T08:48:12.016Z | Compiling libc v0.2.169 |
424 | 2025-01-27T08:48:12.016Z | Compiling thiserror v2.0.11 |
425 | 2025-01-27T08:48:12.016Z | Compiling thiserror v1.0.69 |
426 | 2025-01-27T08:48:12.300Z | Compiling ucd-trie v0.1.7 |
427 | 2025-01-27T08:48:12.752Z | Compiling itoa v1.0.14 |
428 | 2025-01-27T08:48:12.804Z | Compiling ryu v1.0.18 |
429 | 2025-01-27T08:48:12.853Z | Compiling once_cell v1.20.2 |
430 | 2025-01-27T08:48:13.039Z | Compiling byteorder v1.5.0 |
431 | 2025-01-27T08:48:13.140Z | Compiling rustix v0.38.44 |
432 | 2025-01-27T08:48:13.244Z | Compiling serde_json v1.0.137 |
433 | 2025-01-27T08:48:13.450Z | Compiling bitflags v2.8.0 |
434 | 2025-01-27T08:48:13.565Z | Compiling proc-macro-error-attr v1.0.4 |
435 | 2025-01-27T08:48:13.622Z | Compiling usdt-impl v0.5.0 |
436 | 2025-01-27T08:48:13.843Z | Compiling syn v1.0.109 |
437 | 2025-01-27T08:48:13.868Z | Compiling quote v1.0.38 |
438 | 2025-01-27T08:48:13.945Z | Compiling errno v0.3.10 |
439 | 2025-01-27T08:48:14.087Z | Compiling proc-macro-error v1.0.4 |
440 | 2025-01-27T08:48:14.145Z | Compiling plain v0.2.3 |
441 | 2025-01-27T08:48:14.181Z | Compiling log v0.4.25 |
442 | 2025-01-27T08:48:14.319Z | Compiling syn v2.0.96 |
443 | 2025-01-27T08:48:14.361Z | Compiling equivalent v1.0.1 |
444 | 2025-01-27T08:48:14.464Z | Compiling hashbrown v0.15.2 |
445 | 2025-01-27T08:48:14.491Z | Compiling camino v1.1.9 |
446 | 2025-01-27T08:48:14.515Z | Compiling utf8parse v0.2.2 |
447 | 2025-01-27T08:48:14.563Z | Compiling thread-id v4.2.2 |
448 | 2025-01-27T08:48:14.678Z | Compiling anstyle-parse v0.2.6 |
449 | 2025-01-27T08:48:15.014Z | Compiling anstyle-query v1.1.2 |
450 | 2025-01-27T08:48:15.126Z | Compiling autocfg v1.4.0 |
451 | 2025-01-27T08:48:15.169Z | Compiling anstyle v1.0.10 |
452 | 2025-01-27T08:48:15.202Z | Compiling is_terminal_polyfill v1.70.1 |
453 | 2025-01-27T08:48:15.281Z | Compiling cfg-if v1.0.0 |
454 | 2025-01-27T08:48:15.348Z | Compiling semver v1.0.25 |
455 | 2025-01-27T08:48:15.400Z | Compiling unicode-width v0.1.14 |
456 | 2025-01-27T08:48:15.547Z | Compiling indexmap v2.7.1 |
457 | 2025-01-27T08:48:15.599Z | Compiling pretty-hex v0.4.1 |
458 | 2025-01-27T08:48:15.811Z | Compiling winnow v0.6.24 |
459 | 2025-01-27T08:48:15.837Z | Compiling colorchoice v1.0.3 |
460 | 2025-01-27T08:48:16.018Z | Compiling anstream v0.6.18 |
461 | 2025-01-27T08:48:16.047Z | Compiling getrandom v0.2.15 |
462 | 2025-01-27T08:48:16.070Z | Compiling fs-err v2.11.0 |
463 | 2025-01-27T08:48:16.366Z | Compiling terminal_size v0.4.1 |
464 | 2025-01-27T08:48:16.594Z | Compiling strsim v0.11.1 |
465 | 2025-01-27T08:48:16.633Z | Compiling fnv v1.0.7 |
466 | 2025-01-27T08:48:16.683Z | Compiling bytecount v0.6.8 |
467 | 2025-01-27T08:48:16.756Z | Compiling anyhow v1.0.95 |
468 | 2025-01-27T08:48:16.786Z | Compiling heck v0.4.1 |
469 | 2025-01-27T08:48:16.789Z | Compiling fastrand v2.3.0 |
470 | 2025-01-27T08:48:17.226Z | Compiling heck v0.5.0 |
471 | 2025-01-27T08:48:17.362Z | Compiling clap_lex v0.7.4 |
472 | 2025-01-27T08:48:17.394Z | Compiling tempfile v3.15.0 |
473 | 2025-01-27T08:48:17.726Z | Compiling clap_builder v4.5.27 |
474 | 2025-01-27T08:48:17.816Z | Compiling papergrid v0.11.0 |
475 | 2025-01-27T08:48:17.922Z | Compiling memmap v0.7.0 |
476 | 2025-01-27T08:48:17.997Z | Compiling smawk v0.3.2 |
477 | 2025-01-27T08:48:18.196Z | Compiling unicode-linebreak v0.1.5 |
478 | 2025-01-27T08:48:18.704Z | Compiling textwrap v0.16.1 |
479 | 2025-01-27T08:48:18.748Z | Compiling swrite v0.1.0 |
480 | 2025-01-27T08:48:19.483Z | Compiling tabled_derive v0.7.0 |
481 | 2025-01-27T08:48:21.036Z | Compiling tabled v0.15.0 |
482 | 2025-01-27T08:48:21.179Z | Compiling serde_derive v1.0.217 |
483 | 2025-01-27T08:48:21.179Z | Compiling thiserror-impl v2.0.11 |
484 | 2025-01-27T08:48:21.181Z | Compiling thiserror-impl v1.0.69 |
485 | 2025-01-27T08:48:21.181Z | Compiling zerocopy-derive v0.7.35 |
486 | 2025-01-27T08:48:21.181Z | Compiling scroll_derive v0.12.0 |
487 | 2025-01-27T08:48:21.182Z | Compiling clap_derive v4.5.24 |
488 | 2025-01-27T08:48:22.676Z | Compiling scroll v0.12.0 |
489 | 2025-01-27T08:48:23.212Z | Compiling goblin v0.8.2 |
490 | 2025-01-27T08:48:23.284Z | Compiling zerocopy v0.7.35 |
491 | 2025-01-27T08:48:24.536Z | Compiling pest v2.7.15 |
492 | 2025-01-27T08:48:25.557Z | Compiling clap v4.5.27 |
493 | 2025-01-27T08:48:26.652Z | Compiling pest_meta v2.7.15 |
494 | 2025-01-27T08:48:27.648Z | Compiling pest_generator v2.7.15 |
495 | 2025-01-27T08:48:28.908Z | Compiling pest_derive v2.7.15 |
496 | 2025-01-27T08:48:29.552Z | Compiling dtrace-parser v0.2.0 |
497 | 2025-01-27T08:48:30.307Z | Compiling toml_datetime v0.6.8 |
498 | 2025-01-27T08:48:30.309Z | Compiling serde_spanned v0.6.8 |
499 | 2025-01-27T08:48:30.309Z | Compiling cargo-platform v0.1.9 |
500 | 2025-01-27T08:48:30.597Z | Compiling serde_tokenstream v0.2.2 |
501 | 2025-01-27T08:48:30.694Z | Compiling toml_edit v0.22.22 |
502 | 2025-01-27T08:48:30.796Z | Compiling macaddr v1.0.1 |
503 | 2025-01-27T08:48:30.890Z | Compiling camino-tempfile v1.1.1 |
504 | 2025-01-27T08:48:31.653Z | Compiling dof v0.3.0 |
505 | 2025-01-27T08:48:31.653Z | Compiling cargo_metadata v0.18.1 |
506 | 2025-01-27T08:48:33.251Z | Compiling usdt-attr-macro v0.5.0 |
507 | 2025-01-27T08:48:33.251Z | Compiling usdt-macro v0.5.0 |
508 | 2025-01-27T08:48:33.395Z | Compiling toml v0.8.19 |
509 | 2025-01-27T08:48:34.232Z | Compiling cargo_toml v0.20.5 |
510 | 2025-01-27T08:48:34.477Z | Compiling usdt v0.5.0 |
511 | 2025-01-27T08:48:36.899Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
512 | 2025-01-27T08:48:40.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.86s |
513 | 2025-01-27T08:48:40.294Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
514 | 2025-01-27T08:48:40.810Z | Downloading crates ... |
515 | 2025-01-27T08:48:40.927Z | Downloaded addr2line v0.24.2 |
516 | 2025-01-27T08:48:40.953Z | Downloaded async-stream-impl v0.3.6 |
517 | 2025-01-27T08:48:40.963Z | Downloaded hmac v0.12.1 |
518 | 2025-01-27T08:48:40.967Z | Downloaded atomicwrites v0.4.4 |
519 | 2025-01-27T08:48:40.972Z | Downloaded hubpack_derive v0.1.1 |
520 | 2025-01-27T08:48:40.975Z | Downloaded assert_matches v1.5.0 |
521 | 2025-01-27T08:48:40.975Z | Downloaded http-body v1.0.1 |
522 | 2025-01-27T08:48:40.978Z | Downloaded cfg_aliases v0.1.1 |
523 | 2025-01-27T08:48:40.978Z | Downloaded cfg_aliases v0.2.1 |
524 | 2025-01-27T08:48:40.981Z | Downloaded md5 v0.7.0 |
525 | 2025-01-27T08:48:40.981Z | Downloaded match_cfg v0.1.0 |
526 | 2025-01-27T08:48:40.984Z | Downloaded crunchy v0.2.3 |
527 | 2025-01-27T08:48:40.986Z | Downloaded atty v0.2.14 |
528 | 2025-01-27T08:48:40.994Z | Downloaded crucible-workspace-hack v0.1.0 |
529 | 2025-01-27T08:48:40.997Z | Downloaded convert_case v0.4.0 |
530 | 2025-01-27T08:48:41.000Z | Downloaded cstr-argument v0.1.2 |
531 | 2025-01-27T08:48:41.000Z | Downloaded is_ci v1.2.0 |
532 | 2025-01-27T08:48:41.004Z | Downloaded bit-set v0.8.0 |
533 | 2025-01-27T08:48:41.007Z | Downloaded constant_time_eq v0.3.1 |
534 | 2025-01-27T08:48:41.010Z | Downloaded bb8 v0.8.6 |
535 | 2025-01-27T08:48:41.013Z | Downloaded ascii-canvas v3.0.0 |
536 | 2025-01-27T08:48:41.013Z | Downloaded adler2 v2.0.0 |
537 | 2025-01-27T08:48:41.015Z | Downloaded ciborium-io v0.2.2 |
538 | 2025-01-27T08:48:41.015Z | Downloaded castaway v0.2.3 |
539 | 2025-01-27T08:48:41.018Z | Downloaded humantime v2.1.0 |
540 | 2025-01-27T08:48:41.021Z | Downloaded cmake v0.1.52 |
541 | 2025-01-27T08:48:41.021Z | Downloaded async-recursion v1.1.1 |
542 | 2025-01-27T08:48:41.024Z | Downloaded ident_case v1.0.1 |
543 | 2025-01-27T08:48:41.027Z | Downloaded bitfield-struct v0.6.2 |
544 | 2025-01-27T08:48:41.027Z | Downloaded base16ct v0.2.0 |
545 | 2025-01-27T08:48:41.029Z | Downloaded hubpack v0.1.2 |
546 | 2025-01-27T08:48:41.032Z | Downloaded home v0.5.11 |
547 | 2025-01-27T08:48:41.032Z | Downloaded http-body-util v0.1.2 |
548 | 2025-01-27T08:48:41.035Z | Downloaded atomic-waker v1.1.2 |
549 | 2025-01-27T08:48:41.037Z | Downloaded crc-catalog v2.4.0 |
550 | 2025-01-27T08:48:41.037Z | Downloaded ciborium-ll v0.2.2 |
551 | 2025-01-27T08:48:41.040Z | Downloaded hostname v0.4.0 |
552 | 2025-01-27T08:48:41.042Z | Downloaded indoc v2.0.5 |
553 | 2025-01-27T08:48:41.045Z | Downloaded libsw v3.4.0 |
554 | 2025-01-27T08:48:41.047Z | Downloaded cassowary v0.3.0 |
555 | 2025-01-27T08:48:41.047Z | Downloaded aead v0.5.2 |
556 | 2025-01-27T08:48:41.056Z | Downloaded lazycell v1.3.0 |
557 | 2025-01-27T08:48:41.056Z | Downloaded lazy_static v1.5.0 |
558 | 2025-01-27T08:48:41.056Z | Downloaded maplit v1.0.2 |
559 | 2025-01-27T08:48:41.056Z | Downloaded lru-cache v0.1.2 |
560 | 2025-01-27T08:48:41.056Z | Downloaded linked-hash-map v0.5.6 |
561 | 2025-01-27T08:48:41.059Z | Downloaded cipher v0.4.4 |
562 | 2025-01-27T08:48:41.059Z | Downloaded maybe-uninit v2.0.0 |
563 | 2025-01-27T08:48:41.062Z | Downloaded lru v0.12.5 |
564 | 2025-01-27T08:48:41.065Z | Downloaded crossbeam-deque v0.8.6 |
565 | 2025-01-27T08:48:41.065Z | Downloaded ipnetwork v0.20.0 |
566 | 2025-01-27T08:48:41.067Z | Downloaded buf-list v1.0.3 |
567 | 2025-01-27T08:48:41.070Z | Downloaded md-5 v0.10.6 |
568 | 2025-01-27T08:48:41.073Z | Downloaded managed v0.8.0 |
569 | 2025-01-27T08:48:41.075Z | Downloaded linear-map v1.2.0 |
570 | 2025-01-27T08:48:41.075Z | Downloaded kstat-rs v0.2.4 |
571 | 2025-01-27T08:48:41.078Z | Downloaded block-padding v0.3.3 |
572 | 2025-01-27T08:48:41.078Z | Downloaded lockfree-object-pool v0.1.6 |
573 | 2025-01-27T08:48:41.081Z | Downloaded progenitor-client v0.9.1 |
574 | 2025-01-27T08:48:41.083Z | Downloaded memoffset v0.9.1 |
575 | 2025-01-27T08:48:41.083Z | Downloaded mime v0.3.17 |
576 | 2025-01-27T08:48:41.086Z | Downloaded keccak v0.1.5 |
577 | 2025-01-27T08:48:41.086Z | Downloaded chacha20 v0.9.1 |
578 | 2025-01-27T08:48:41.088Z | Downloaded rpassword v7.3.1 |
579 | 2025-01-27T08:48:41.091Z | Downloaded hyper-rustls v0.27.5 |
580 | 2025-01-27T08:48:41.094Z | Downloaded nanorand v0.7.0 |
581 | 2025-01-27T08:48:41.097Z | Downloaded instability v0.3.7 |
582 | 2025-01-27T08:48:41.099Z | Downloaded mockall v0.13.1 |
583 | 2025-01-27T08:48:41.099Z | Downloaded hyper-tls v0.6.0 |
584 | 2025-01-27T08:48:41.102Z | Downloaded multimap v0.10.0 |
585 | 2025-01-27T08:48:41.105Z | Downloaded ctr v0.9.2 |
586 | 2025-01-27T08:48:41.105Z | Downloaded cexpr v0.6.0 |
587 | 2025-01-27T08:48:41.107Z | Downloaded highway v1.3.0 |
588 | 2025-01-27T08:48:41.110Z | Downloaded instant v0.1.13 |
589 | 2025-01-27T08:48:41.113Z | Downloaded ciborium v0.2.2 |
590 | 2025-01-27T08:48:41.116Z | Downloaded base64ct v1.6.0 |
591 | 2025-01-27T08:48:41.118Z | Downloaded litemap v0.7.4 |
592 | 2025-01-27T08:48:41.121Z | Downloaded bcs v0.1.6 |
593 | 2025-01-27T08:48:41.124Z | Downloaded arrayvec v0.7.6 |
594 | 2025-01-27T08:48:41.127Z | Downloaded bit-set v0.5.3 |
595 | 2025-01-27T08:48:41.127Z | Downloaded lock_api v0.4.12 |
596 | 2025-01-27T08:48:41.129Z | Downloaded bzip2 v0.4.4 |
597 | 2025-01-27T08:48:41.132Z | Downloaded bitflags v1.3.2 |
598 | 2025-01-27T08:48:41.135Z | Downloaded async-trait v0.1.85 |
599 | 2025-01-27T08:48:41.139Z | Downloaded stable_deref_trait v1.2.0 |
600 | 2025-01-27T08:48:41.142Z | Downloaded iana-time-zone v0.1.61 |
601 | 2025-01-27T08:48:41.144Z | Downloaded cookie_store v0.21.1 |
602 | 2025-01-27T08:48:41.147Z | Downloaded jobserver v0.1.32 |
603 | 2025-01-27T08:48:41.149Z | Downloaded radium v0.7.0 |
604 | 2025-01-27T08:48:41.152Z | Downloaded argon2 v0.5.3 |
605 | 2025-01-27T08:48:41.154Z | Downloaded csv-core v0.1.11 |
606 | 2025-01-27T08:48:41.154Z | Downloaded colored v2.2.0 |
607 | 2025-01-27T08:48:41.157Z | Downloaded write16 v1.0.0 |
608 | 2025-01-27T08:48:41.160Z | Downloaded diesel_table_macro_syntax v0.2.0 |
609 | 2025-01-27T08:48:41.160Z | Downloaded zone_cfg_derive v0.1.2 |
610 | 2025-01-27T08:48:41.162Z | Downloaded foreign-types-shared v0.1.1 |
611 | 2025-01-27T08:48:41.162Z | Downloaded typify-macro v0.3.0 |
612 | 2025-01-27T08:48:41.162Z | Downloaded base64 v0.22.1 |
613 | 2025-01-27T08:48:41.167Z | Downloaded fxhash v0.2.1 |
614 | 2025-01-27T08:48:41.169Z | Downloaded multer v3.1.0 |
615 | 2025-01-27T08:48:41.172Z | Downloaded scheduled-thread-pool v0.2.7 |
616 | 2025-01-27T08:48:41.174Z | Downloaded salsa20 v0.10.2 |
617 | 2025-01-27T08:48:41.174Z | Downloaded derive_builder_macro v0.20.2 |
618 | 2025-01-27T08:48:41.177Z | Downloaded sec1 v0.7.3 |
619 | 2025-01-27T08:48:41.179Z | Downloaded icu_locid_transform v1.5.0 |
620 | 2025-01-27T08:48:41.183Z | Downloaded hickory-client v0.24.2 |
621 | 2025-01-27T08:48:41.186Z | Downloaded newtype_derive v0.1.6 |
622 | 2025-01-27T08:48:41.186Z | Downloaded httparse v1.9.5 |
623 | 2025-01-27T08:48:41.189Z | Downloaded litrs v0.4.1 |
624 | 2025-01-27T08:48:41.191Z | Downloaded icu_normalizer v1.5.0 |
625 | 2025-01-27T08:48:41.196Z | Downloaded sqlformat v0.2.6 |
626 | 2025-01-27T08:48:41.198Z | Downloaded slog-dtrace v0.3.0 |
627 | 2025-01-27T08:48:41.201Z | Downloaded icu_locid v1.5.0 |
628 | 2025-01-27T08:48:41.205Z | Downloaded libloading v0.8.6 |
629 | 2025-01-27T08:48:41.208Z | Downloaded openssl-macros v0.1.1 |
630 | 2025-01-27T08:48:41.211Z | Downloaded blake2 v0.10.6 |
631 | 2025-01-27T08:48:41.214Z | Downloaded peg-runtime v0.8.3 |
632 | 2025-01-27T08:48:41.214Z | Downloaded slog-bunyan v2.5.0 |
633 | 2025-01-27T08:48:41.216Z | Downloaded precomputed-hash v0.1.1 |
634 | 2025-01-27T08:48:41.216Z | Downloaded cookie v0.18.1 |
635 | 2025-01-27T08:48:41.219Z | Downloaded termcolor v1.4.1 |
636 | 2025-01-27T08:48:41.222Z | Downloaded termios v0.3.3 |
637 | 2025-01-27T08:48:41.224Z | Downloaded crossbeam-utils v0.8.21 |
638 | 2025-01-27T08:48:41.227Z | Downloaded clang-sys v1.8.1 |
639 | 2025-01-27T08:48:41.229Z | Downloaded unarray v0.1.4 |
640 | 2025-01-27T08:48:41.232Z | Downloaded crossbeam-epoch v0.9.18 |
641 | 2025-01-27T08:48:41.234Z | Downloaded proc-macro-error-attr2 v2.0.0 |
642 | 2025-01-27T08:48:41.237Z | Downloaded zone_cfg_derive v0.3.0 |
643 | 2025-01-27T08:48:41.237Z | Downloaded zone v0.3.0 |
644 | 2025-01-27T08:48:41.240Z | Downloaded writeable v0.5.5 |
645 | 2025-01-27T08:48:41.240Z | Downloaded embedded-io v0.6.1 |
646 | 2025-01-27T08:48:41.242Z | Downloaded rustc-hash v2.1.0 |
647 | 2025-01-27T08:48:41.242Z | Downloaded memmap2 v0.9.5 |
648 | 2025-01-27T08:48:41.245Z | Downloaded futures-task v0.3.31 |
649 | 2025-01-27T08:48:41.247Z | Downloaded nibble_vec v0.1.0 |
650 | 2025-01-27T08:48:41.250Z | Downloaded sha1 v0.10.6 |
651 | 2025-01-27T08:48:41.250Z | Downloaded serde_derive_internals v0.29.1 |
652 | 2025-01-27T08:48:41.252Z | Downloaded icu_provider v1.5.0 |
653 | 2025-01-27T08:48:41.256Z | Downloaded typify-macro v0.2.0 |
654 | 2025-01-27T08:48:41.258Z | Downloaded tui-tree-widget v0.22.0 |
655 | 2025-01-27T08:48:41.261Z | Downloaded fd-lock v4.0.2 |
656 | 2025-01-27T08:48:41.261Z | Downloaded icu_normalizer_data v1.5.0 |
657 | 2025-01-27T08:48:41.263Z | Downloaded indicatif v0.17.9 |
658 | 2025-01-27T08:48:41.268Z | Downloaded icu_properties v1.5.1 |
659 | 2025-01-27T08:48:41.271Z | Downloaded icu_locid_transform_data v1.5.0 |
660 | 2025-01-27T08:48:41.274Z | Downloaded futures-sink v0.3.31 |
661 | 2025-01-27T08:48:41.277Z | Downloaded num v0.4.3 |
662 | 2025-01-27T08:48:41.280Z | Downloaded time-core v0.1.2 |
663 | 2025-01-27T08:48:41.280Z | Downloaded serde_with_macros v3.12.0 |
664 | 2025-01-27T08:48:41.282Z | Downloaded futures-macro v0.3.31 |
665 | 2025-01-27T08:48:41.282Z | Downloaded futures-executor v0.3.31 |
666 | 2025-01-27T08:48:41.285Z | Downloaded toolchain_find v0.4.0 |
667 | 2025-01-27T08:48:41.285Z | Downloaded openssl-probe v0.1.6 |
668 | 2025-01-27T08:48:41.288Z | Downloaded mockall_derive v0.13.1 |
669 | 2025-01-27T08:48:41.291Z | Downloaded allocator-api2 v0.2.21 |
670 | 2025-01-27T08:48:41.293Z | Downloaded packed_struct_codegen v0.10.1 |
671 | 2025-01-27T08:48:41.297Z | Downloaded compact_str v0.8.1 |
672 | 2025-01-27T08:48:41.300Z | Downloaded arc-swap v1.7.1 |
673 | 2025-01-27T08:48:41.302Z | Downloaded static_assertions v1.1.0 |
674 | 2025-01-27T08:48:41.305Z | Downloaded backoff v0.4.0 |
675 | 2025-01-27T08:48:41.308Z | Downloaded xattr v1.4.0 |
676 | 2025-01-27T08:48:41.310Z | Downloaded peg v0.8.4 |
677 | 2025-01-27T08:48:41.313Z | Downloaded endian-type v0.1.2 |
678 | 2025-01-27T08:48:41.316Z | Downloaded waitgroup v0.1.2 |
679 | 2025-01-27T08:48:41.316Z | Downloaded headers-core v0.3.0 |
680 | 2025-01-27T08:48:41.318Z | Downloaded ppv-lite86 v0.2.20 |
681 | 2025-01-27T08:48:41.318Z | Downloaded pbkdf2 v0.12.2 |
682 | 2025-01-27T08:48:41.321Z | Downloaded strum_macros v0.26.4 |
683 | 2025-01-27T08:48:41.324Z | Downloaded slog-scope v4.4.0 |
684 | 2025-01-27T08:48:41.326Z | Downloaded siphasher v1.0.1 |
685 | 2025-01-27T08:48:41.326Z | Downloaded same-file v1.0.6 |
686 | 2025-01-27T08:48:41.329Z | Downloaded slog-async v2.8.0 |
687 | 2025-01-27T08:48:41.329Z | Downloaded tokio-tungstenite v0.24.0 |
688 | 2025-01-27T08:48:41.332Z | Downloaded miniz_oxide v0.8.3 |
689 | 2025-01-27T08:48:41.335Z | Downloaded hickory-server v0.24.2 |
690 | 2025-01-27T08:48:41.341Z | Downloaded rand_seeder v0.3.0 |
691 | 2025-01-27T08:48:41.344Z | Downloaded which v4.4.2 |
692 | 2025-01-27T08:48:41.347Z | Downloaded uzers v0.12.1 |
693 | 2025-01-27T08:48:41.349Z | Downloaded tokio-rustls v0.25.0 |
694 | 2025-01-27T08:48:41.352Z | Downloaded number_prefix v0.4.0 |
695 | 2025-01-27T08:48:41.352Z | Downloaded num-conv v0.1.0 |
696 | 2025-01-27T08:48:41.355Z | Downloaded hyper-util v0.1.10 |
697 | 2025-01-27T08:48:41.368Z | Downloaded nodrop v0.1.14 |
698 | 2025-01-27T08:48:41.371Z | Downloaded pretty-hex v0.2.1 |
699 | 2025-01-27T08:48:41.374Z | Downloaded funty v2.0.0 |
700 | 2025-01-27T08:48:41.374Z | Downloaded tabwriter v1.4.1 |
701 | 2025-01-27T08:48:41.374Z | Downloaded synstructure v0.13.1 |
702 | 2025-01-27T08:48:41.377Z | Downloaded strip-ansi-escapes v0.2.1 |
703 | 2025-01-27T08:48:41.377Z | Downloaded backtrace v0.3.74 |
704 | 2025-01-27T08:48:41.382Z | Downloaded topological-sort v0.2.2 |
705 | 2025-01-27T08:48:41.384Z | Downloaded tokio-native-tls v0.3.1 |
706 | 2025-01-27T08:48:41.387Z | Downloaded peg-macros v0.8.4 |
707 | 2025-01-27T08:48:41.389Z | Downloaded parking_lot v0.11.2 |
708 | 2025-01-27T08:48:41.392Z | Downloaded pkcs1 v0.7.5 |
709 | 2025-01-27T08:48:41.394Z | Downloaded zopfli v0.8.1 |
710 | 2025-01-27T08:48:41.397Z | Downloaded ron v0.8.1 |
711 | 2025-01-27T08:48:41.402Z | Downloaded sigpipe v0.1.3 |
712 | 2025-01-27T08:48:41.405Z | Downloaded curve25519-dalek-derive v0.1.1 |
713 | 2025-01-27T08:48:41.405Z | Downloaded zeroize v1.8.1 |
714 | 2025-01-27T08:48:41.408Z | Downloaded universal-hash v0.5.1 |
715 | 2025-01-27T08:48:41.408Z | Downloaded chacha20poly1305 v0.10.1 |
716 | 2025-01-27T08:48:41.410Z | Downloaded float-cmp v0.10.0 |
717 | 2025-01-27T08:48:41.413Z | Downloaded quinn-udp v0.5.9 |
718 | 2025-01-27T08:48:41.416Z | Downloaded proc-macro-error2 v2.0.1 |
719 | 2025-01-27T08:48:41.418Z | Downloaded fatfs v0.3.6 |
720 | 2025-01-27T08:48:41.421Z | Downloaded serde_yaml v0.9.34+deprecated |
721 | 2025-01-27T08:48:41.425Z | Downloaded hickory-resolver v0.24.2 |
722 | 2025-01-27T08:48:41.429Z | Downloaded toml v0.7.8 |
723 | 2025-01-27T08:48:41.433Z | Downloaded rusty-fork v0.3.0 |
724 | 2025-01-27T08:48:41.435Z | Downloaded crypto-bigint v0.5.5 |
725 | 2025-01-27T08:48:41.442Z | Downloaded num-derive v0.4.2 |
726 | 2025-01-27T08:48:41.445Z | Downloaded fragile v2.0.0 |
727 | 2025-01-27T08:48:41.449Z | Downloaded predicates-tree v1.0.12 |
728 | 2025-01-27T08:48:41.449Z | Downloaded darling_macro v0.20.10 |
729 | 2025-01-27T08:48:41.452Z | Downloaded predicates-core v1.0.9 |
730 | 2025-01-27T08:48:41.452Z | Downloaded phf v0.11.3 |
731 | 2025-01-27T08:48:41.454Z | Downloaded slog-stdlog v4.1.1 |
732 | 2025-01-27T08:48:41.454Z | Downloaded form_urlencoded v1.2.1 |
733 | 2025-01-27T08:48:41.457Z | Downloaded minimal-lexical v0.2.1 |
734 | 2025-01-27T08:48:41.460Z | Downloaded pkg-config v0.3.31 |
735 | 2025-01-27T08:48:41.462Z | Downloaded cc v1.2.10 |
736 | 2025-01-27T08:48:41.466Z | Downloaded phf_codegen v0.11.3 |
737 | 2025-01-27T08:48:41.469Z | Downloaded packed_struct v0.10.1 |
738 | 2025-01-27T08:48:41.471Z | Downloaded unicase v2.8.1 |
739 | 2025-01-27T08:48:41.471Z | Downloaded serde-big-array v0.5.1 |
740 | 2025-01-27T08:48:41.475Z | Downloaded rand_chacha v0.3.1 |
741 | 2025-01-27T08:48:41.477Z | Downloaded subprocess v0.2.9 |
742 | 2025-01-27T08:48:41.480Z | Downloaded filetime v0.2.25 |
743 | 2025-01-27T08:48:41.480Z | Downloaded serde_path_to_error v0.1.16 |
744 | 2025-01-27T08:48:41.483Z | Downloaded serde-hex v0.1.0 |
745 | 2025-01-27T08:48:41.486Z | Downloaded rustls-pemfile v1.0.4 |
746 | 2025-01-27T08:48:41.488Z | Downloaded simd-adler32 v0.3.7 |
747 | 2025-01-27T08:48:41.491Z | Downloaded normalize-line-endings v0.3.0 |
748 | 2025-01-27T08:48:41.491Z | Downloaded supports-color v3.0.2 |
749 | 2025-01-27T08:48:41.491Z | Downloaded rfc6979 v0.4.0 |
750 | 2025-01-27T08:48:41.494Z | Downloaded termtree v0.5.1 |
751 | 2025-01-27T08:48:41.494Z | Downloaded der_derive v0.7.3 |
752 | 2025-01-27T08:48:41.496Z | Downloaded fs_extra v1.3.0 |
753 | 2025-01-27T08:48:41.499Z | Downloaded tar v0.4.43 |
754 | 2025-01-27T08:48:41.502Z | Downloaded vte v0.14.1 |
755 | 2025-01-27T08:48:41.504Z | Downloaded ecdsa v0.16.9 |
756 | 2025-01-27T08:48:41.507Z | Downloaded http v1.2.0 |
757 | 2025-01-27T08:48:41.511Z | Downloaded proc-macro-crate v1.3.1 |
758 | 2025-01-27T08:48:41.514Z | Downloaded tls_codec_derive v0.4.1 |
759 | 2025-01-27T08:48:41.516Z | Downloaded tls_codec v0.4.1 |
760 | 2025-01-27T08:48:41.519Z | Downloaded hash32 v0.3.1 |
761 | 2025-01-27T08:48:41.519Z | Downloaded elliptic-curve v0.13.8 |
762 | 2025-01-27T08:48:41.523Z | Downloaded derive_builder v0.20.2 |
763 | 2025-01-27T08:48:41.529Z | Downloaded flume v0.11.1 |
764 | 2025-01-27T08:48:41.532Z | Downloaded zone v0.1.8 |
765 | 2025-01-27T08:48:41.535Z | Downloaded either v1.13.0 |
766 | 2025-01-27T08:48:41.537Z | Downloaded debug-ignore v1.0.5 |
767 | 2025-01-27T08:48:41.537Z | Downloaded rustfmt-wrapper v0.2.1 |
768 | 2025-01-27T08:48:41.540Z | Downloaded rand_core v0.6.4 |
769 | 2025-01-27T08:48:41.543Z | Downloaded deranged v0.3.11 |
770 | 2025-01-27T08:48:41.543Z | Downloaded tungstenite v0.21.0 |
771 | 2025-01-27T08:48:41.546Z | Downloaded parking_lot v0.12.3 |
772 | 2025-01-27T08:48:41.549Z | Downloaded fixedbitset v0.4.2 |
773 | 2025-01-27T08:48:41.551Z | Downloaded crossbeam-channel v0.5.14 |
774 | 2025-01-27T08:48:41.556Z | Downloaded zerofrom v0.1.5 |
775 | 2025-01-27T08:48:41.558Z | Downloaded pkcs8 v0.10.2 |
776 | 2025-01-27T08:48:41.561Z | Downloaded foreign-types v0.3.2 |
777 | 2025-01-27T08:48:41.561Z | Downloaded group v0.13.0 |
778 | 2025-01-27T08:48:41.564Z | Downloaded glob v0.3.2 |
779 | 2025-01-27T08:48:41.566Z | Downloaded num-integer v0.1.46 |
780 | 2025-01-27T08:48:41.569Z | Downloaded num_enum_derive v0.5.11 |
781 | 2025-01-27T08:48:41.569Z | Downloaded num_enum v0.5.11 |
782 | 2025-01-27T08:48:41.574Z | Downloaded time-macros v0.2.19 |
783 | 2025-01-27T08:48:41.576Z | Downloaded snafu-derive v0.8.5 |
784 | 2025-01-27T08:48:41.579Z | Downloaded samael v0.0.17 |
785 | 2025-01-27T08:48:41.585Z | Downloaded newline-converter v0.3.0 |
786 | 2025-01-27T08:48:41.588Z | Downloaded new_debug_unreachable v1.0.6 |
787 | 2025-01-27T08:48:41.588Z | Downloaded diesel_derives v2.2.3 |
788 | 2025-01-27T08:48:41.592Z | Downloaded parse-size v1.1.0 |
789 | 2025-01-27T08:48:41.594Z | Downloaded libxml v0.3.3 |
790 | 2025-01-27T08:48:41.600Z | Downloaded tracing-attributes v0.1.28 |
791 | 2025-01-27T08:48:41.603Z | Downloaded psl-types v2.0.11 |
792 | 2025-01-27T08:48:41.605Z | Downloaded rustc_version v0.4.1 |
793 | 2025-01-27T08:48:41.608Z | Downloaded progenitor-client v0.8.0 |
794 | 2025-01-27T08:48:41.608Z | Downloaded schemars_derive v0.8.21 |
795 | 2025-01-27T08:48:41.610Z | Downloaded quick-error v1.2.3 |
796 | 2025-01-27T08:48:41.610Z | Downloaded progenitor-macro v0.8.0 |
797 | 2025-01-27T08:48:41.613Z | Downloaded smallvec v0.6.14 |
798 | 2025-01-27T08:48:41.613Z | Downloaded vsss-rs v3.3.4 |
799 | 2025-01-27T08:48:41.616Z | Downloaded smf v0.2.3 |
800 | 2025-01-27T08:48:41.618Z | Downloaded data-encoding v2.7.0 |
801 | 2025-01-27T08:48:41.621Z | Downloaded progenitor-macro v0.9.1 |
802 | 2025-01-27T08:48:41.621Z | Downloaded tap v1.0.1 |
803 | 2025-01-27T08:48:41.621Z | Downloaded libm v0.2.11 |
804 | 2025-01-27T08:48:41.630Z | Downloaded unicode-truncate v1.1.0 |
805 | 2025-01-27T08:48:41.633Z | Downloaded unsafe-libyaml v0.2.11 |
806 | 2025-01-27T08:48:41.636Z | Downloaded diff v0.1.13 |
807 | 2025-01-27T08:48:41.639Z | Downloaded icu_collections v1.5.0 |
808 | 2025-01-27T08:48:41.646Z | Downloaded want v0.3.1 |
809 | 2025-01-27T08:48:41.649Z | Downloaded try-lock v0.2.5 |
810 | 2025-01-27T08:48:41.649Z | Downloaded dyn-clone v1.0.17 |
811 | 2025-01-27T08:48:41.653Z | Downloaded utf-8 v0.7.6 |
812 | 2025-01-27T08:48:41.656Z | Downloaded dunce v1.0.5 |
813 | 2025-01-27T08:48:41.656Z | Downloaded dsl_auto_type v0.1.2 |
814 | 2025-01-27T08:48:41.656Z | Downloaded num-complex v0.4.6 |
815 | 2025-01-27T08:48:41.659Z | Downloaded nu-ansi-term v0.50.1 |
816 | 2025-01-27T08:48:41.661Z | Downloaded aes v0.8.4 |
817 | 2025-01-27T08:48:41.664Z | Downloaded derive-where v1.2.7 |
818 | 2025-01-27T08:48:41.668Z | Downloaded num-bigint v0.4.6 |
819 | 2025-01-27T08:48:41.674Z | Downloaded percent-encoding v2.3.1 |
820 | 2025-01-27T08:48:41.676Z | Downloaded hex-literal v0.4.1 |
821 | 2025-01-27T08:48:41.676Z | Downloaded itertools v0.12.1 |
822 | 2025-01-27T08:48:41.684Z | Downloaded path-slash v0.1.5 |
823 | 2025-01-27T08:48:41.686Z | Downloaded predicates v3.1.3 |
824 | 2025-01-27T08:48:41.689Z | Downloaded progenitor v0.9.1 |
825 | 2025-01-27T08:48:41.691Z | Downloaded slog-term v2.9.1 |
826 | 2025-01-27T08:48:41.694Z | Downloaded zerocopy v0.6.6 |
827 | 2025-01-27T08:48:41.697Z | Downloaded tiny-keccak v2.0.2 |
828 | 2025-01-27T08:48:41.699Z | Downloaded thiserror-no-std v2.0.2 |
829 | 2025-01-27T08:48:41.703Z | Downloaded prettyplease v0.2.29 |
830 | 2025-01-27T08:48:41.707Z | Downloaded steno v0.4.1 |
831 | 2025-01-27T08:48:41.711Z | Downloaded serde_urlencoded v0.7.1 |
832 | 2025-01-27T08:48:41.714Z | Downloaded tokio-macros v2.5.0 |
833 | 2025-01-27T08:48:41.717Z | Downloaded num-traits v0.2.19 |
834 | 2025-01-27T08:48:41.720Z | Downloaded structmeta-derive v0.3.0 |
835 | 2025-01-27T08:48:41.723Z | Downloaded tinyvec_macros v0.1.1 |
836 | 2025-01-27T08:48:41.723Z | Downloaded structmeta-derive v0.2.0 |
837 | 2025-01-27T08:48:41.723Z | Downloaded xz2 v0.1.7 |
838 | 2025-01-27T08:48:41.726Z | Downloaded utf16_iter v1.0.5 |
839 | 2025-01-27T08:48:41.726Z | Downloaded socket2 v0.5.8 |
840 | 2025-01-27T08:48:41.728Z | Downloaded ed25519 v2.2.3 |
841 | 2025-01-27T08:48:41.731Z | Downloaded dirs-sys-next v0.1.2 |
842 | 2025-01-27T08:48:41.733Z | Downloaded darling v0.20.10 |
843 | 2025-01-27T08:48:41.736Z | Downloaded defmt-parser v0.4.1 |
844 | 2025-01-27T08:48:41.739Z | Downloaded headers v0.4.0 |
845 | 2025-01-27T08:48:41.744Z | Downloaded fallible-iterator v0.2.0 |
846 | 2025-01-27T08:48:41.746Z | Downloaded hyper v1.5.2 |
847 | 2025-01-27T08:48:41.753Z | Downloaded itertools v0.13.0 |
848 | 2025-01-27T08:48:41.762Z | Downloaded rustc-hash v1.1.0 |
849 | 2025-01-27T08:48:41.764Z | Downloaded olpc-cjson v0.1.4 |
850 | 2025-01-27T08:48:41.764Z | Downloaded primeorder v0.13.6 |
851 | 2025-01-27T08:48:41.767Z | Downloaded paste v1.0.15 |
852 | 2025-01-27T08:48:41.770Z | Downloaded ref-cast-impl v1.0.23 |
853 | 2025-01-27T08:48:41.772Z | Downloaded thread_local v1.1.8 |
854 | 2025-01-27T08:48:41.772Z | Downloaded semver v0.1.20 |
855 | 2025-01-27T08:48:41.775Z | Downloaded secrecy v0.8.0 |
856 | 2025-01-27T08:48:41.777Z | Downloaded scrypt v0.11.0 |
857 | 2025-01-27T08:48:41.777Z | Downloaded test-strategy v0.3.1 |
858 | 2025-01-27T08:48:41.781Z | Downloaded postgres-types v0.2.8 |
859 | 2025-01-27T08:48:41.784Z | Downloaded postgres-protocol v0.6.7 |
860 | 2025-01-27T08:48:41.786Z | Downloaded smallvec v1.13.2 |
861 | 2025-01-27T08:48:41.789Z | Downloaded progenitor-impl v0.9.1 |
862 | 2025-01-27T08:48:41.791Z | Downloaded take_mut v0.2.2 |
863 | 2025-01-27T08:48:41.794Z | Downloaded sync-ptr v0.1.1 |
864 | 2025-01-27T08:48:41.794Z | Downloaded ssh-encoding v0.2.0 |
865 | 2025-01-27T08:48:41.796Z | Downloaded publicsuffix v2.3.0 |
866 | 2025-01-27T08:48:41.799Z | Downloaded sync_wrapper v1.0.2 |
867 | 2025-01-27T08:48:41.802Z | Downloaded untrusted v0.7.1 |
868 | 2025-01-27T08:48:41.802Z | Downloaded ena v0.14.3 |
869 | 2025-01-27T08:48:41.804Z | Downloaded thiserror-impl-no-std v2.0.2 |
870 | 2025-01-27T08:48:41.804Z | Downloaded tinystr v0.7.6 |
871 | 2025-01-27T08:48:41.808Z | Downloaded downcast v0.11.0 |
872 | 2025-01-27T08:48:41.811Z | Downloaded idna v1.0.3 |
873 | 2025-01-27T08:48:41.813Z | Downloaded hash32 v0.2.1 |
874 | 2025-01-27T08:48:41.816Z | Downloaded walkdir v2.5.0 |
875 | 2025-01-27T08:48:41.819Z | Downloaded dropshot_endpoint v0.15.1 |
876 | 2025-01-27T08:48:41.821Z | Downloaded itertools v0.14.0 |
877 | 2025-01-27T08:48:41.829Z | Downloaded phf_generator v0.11.3 |
878 | 2025-01-27T08:48:41.831Z | Downloaded tokio-util v0.7.13 |
879 | 2025-01-27T08:48:41.838Z | Downloaded opaque-debug v0.3.1 |
880 | 2025-01-27T08:48:41.840Z | Downloaded siphasher v0.3.11 |
881 | 2025-01-27T08:48:41.843Z | Downloaded signal-hook-tokio v0.3.1 |
882 | 2025-01-27T08:48:41.843Z | Downloaded strum v0.26.3 |
883 | 2025-01-27T08:48:41.843Z | Downloaded hashlink v0.9.1 |
884 | 2025-01-27T08:48:41.846Z | Downloaded rustc_version v0.1.7 |
885 | 2025-01-27T08:48:41.848Z | Downloaded slog v2.7.0 |
886 | 2025-01-27T08:48:41.851Z | Downloaded password-hash v0.5.0 |
887 | 2025-01-27T08:48:41.854Z | Downloaded sct v0.7.1 |
888 | 2025-01-27T08:48:41.856Z | Downloaded toml_edit v0.19.15 |
889 | 2025-01-27T08:48:41.873Z | Downloaded phf_shared v0.10.0 |
890 | 2025-01-27T08:48:41.876Z | Downloaded yasna v0.5.2 |
891 | 2025-01-27T08:48:41.879Z | Downloaded darling_core v0.20.10 |
892 | 2025-01-27T08:48:41.881Z | Downloaded aes-gcm v0.10.3 |
893 | 2025-01-27T08:48:41.885Z | Downloaded ghash v0.5.1 |
894 | 2025-01-27T08:48:41.888Z | Downloaded gethostname v0.5.0 |
895 | 2025-01-27T08:48:41.888Z | Downloaded document-features v0.2.10 |
896 | 2025-01-27T08:48:41.891Z | Downloaded zerofrom-derive v0.1.5 |
897 | 2025-01-27T08:48:41.891Z | Downloaded defmt-macros v0.4.0 |
898 | 2025-01-27T08:48:41.894Z | Downloaded russh-cryptovec v0.7.3 |
899 | 2025-01-27T08:48:41.894Z | Downloaded rtoolbox v0.0.2 |
900 | 2025-01-27T08:48:41.896Z | Downloaded defmt v0.3.10 |
901 | 2025-01-27T08:48:41.899Z | Downloaded schemars v0.8.21 |
902 | 2025-01-27T08:48:41.910Z | Downloaded unicode-xid v0.2.6 |
903 | 2025-01-27T08:48:41.913Z | Downloaded slog-envlogger v2.2.0 |
904 | 2025-01-27T08:48:41.916Z | Downloaded diesel-dtrace v0.4.2 |
905 | 2025-01-27T08:48:41.916Z | Downloaded sqlparser_derive v0.2.2 |
906 | 2025-01-27T08:48:41.919Z | Downloaded russh v0.45.0 |
907 | 2025-01-27T08:48:41.922Z | Downloaded tokio-tungstenite v0.21.0 |
908 | 2025-01-27T08:48:41.924Z | Downloaded shell-words v1.1.0 |
909 | 2025-01-27T08:48:41.927Z | Downloaded float-ord v0.3.2 |
910 | 2025-01-27T08:48:41.927Z | Downloaded num_threads v0.1.7 |
911 | 2025-01-27T08:48:41.930Z | Downloaded tokio-stream v0.1.17 |
912 | 2025-01-27T08:48:41.932Z | Downloaded time v0.3.37 |
913 | 2025-01-27T08:48:41.940Z | Downloaded subtle v2.6.1 |
914 | 2025-01-27T08:48:41.942Z | Downloaded strum_macros v0.25.3 |
915 | 2025-01-27T08:48:41.945Z | Downloaded foreign-types-macros v0.2.3 |
916 | 2025-01-27T08:48:41.945Z | Downloaded foreign-types v0.5.0 |
917 | 2025-01-27T08:48:41.947Z | Downloaded blake3 v1.5.5 |
918 | 2025-01-27T08:48:41.954Z | Downloaded vergen v8.3.2 |
919 | 2025-01-27T08:48:41.957Z | Downloaded oso-derive v0.27.3 |
920 | 2025-01-27T08:48:41.960Z | Downloaded rustc-demangle v0.1.24 |
921 | 2025-01-27T08:48:41.960Z | Downloaded aho-corasick v1.1.3 |
922 | 2025-01-27T08:48:41.966Z | Downloaded ref-cast v1.0.23 |
923 | 2025-01-27T08:48:41.968Z | Downloaded tower-layer v0.3.3 |
924 | 2025-01-27T08:48:41.971Z | Downloaded tokio-postgres v0.7.12 |
925 | 2025-01-27T08:48:41.974Z | Downloaded tower-service v0.3.3 |
926 | 2025-01-27T08:48:41.977Z | Downloaded display-error-chain v0.2.2 |
927 | 2025-01-27T08:48:41.977Z | Downloaded zip v0.6.6 |
928 | 2025-01-27T08:48:41.990Z | Downloaded zerovec-derive v0.10.3 |
929 | 2025-01-27T08:48:41.991Z | Downloaded signal-hook-mio v0.2.4 |
930 | 2025-01-27T08:48:41.991Z | Downloaded env_filter v0.1.3 |
931 | 2025-01-27T08:48:41.991Z | Downloaded pin-project-lite v0.2.16 |
932 | 2025-01-27T08:48:41.997Z | Downloaded reedline v0.35.0 |
933 | 2025-01-27T08:48:42.009Z | Downloaded untrusted v0.9.0 |
934 | 2025-01-27T08:48:42.012Z | Downloaded tough v0.19.0 |
935 | 2025-01-27T08:48:42.019Z | Downloaded strum_macros v0.24.3 |
936 | 2025-01-27T08:48:42.022Z | Downloaded pbkdf2 v0.11.0 |
937 | 2025-01-27T08:48:42.024Z | Downloaded structmeta v0.3.0 |
938 | 2025-01-27T08:48:42.027Z | Downloaded structmeta v0.2.0 |
939 | 2025-01-27T08:48:42.027Z | Downloaded ssh-cipher v0.2.0 |
940 | 2025-01-27T08:48:42.030Z | Downloaded yoke v0.7.5 |
941 | 2025-01-27T08:48:42.034Z | Downloaded dropshot_endpoint v0.12.0 |
942 | 2025-01-27T08:48:42.037Z | Downloaded utf8_iter v1.0.4 |
943 | 2025-01-27T08:48:42.037Z | Downloaded aws-lc-rs v1.12.2 |
944 | 2025-01-27T08:48:42.045Z | Downloaded twox-hash v1.6.3 |
945 | 2025-01-27T08:48:42.048Z | Downloaded resolv-conf v0.7.0 |
946 | 2025-01-27T08:48:42.050Z | Downloaded ff v0.13.0 |
947 | 2025-01-27T08:48:42.053Z | Downloaded fallible-iterator v0.3.0 |
948 | 2025-01-27T08:48:42.053Z | Downloaded phf_shared v0.11.3 |
949 | 2025-01-27T08:48:42.053Z | Downloaded heck v0.3.3 |
950 | 2025-01-27T08:48:42.056Z | Downloaded pem v3.0.4 |
951 | 2025-01-27T08:48:42.056Z | Downloaded polyval v0.6.2 |
952 | 2025-01-27T08:48:42.059Z | Downloaded pin-utils v0.1.0 |
953 | 2025-01-27T08:48:42.059Z | Downloaded futures-core v0.3.31 |
954 | 2025-01-27T08:48:42.061Z | Downloaded spin v0.9.8 |
955 | 2025-01-27T08:48:42.061Z | Downloaded similar v2.7.0 |
956 | 2025-01-27T08:48:42.066Z | Downloaded zip v2.1.3 |
957 | 2025-01-27T08:48:42.071Z | Downloaded futures-channel v0.3.31 |
958 | 2025-01-27T08:48:42.073Z | Downloaded rusqlite v0.32.1 |
959 | 2025-01-27T08:48:42.081Z | Downloaded quinn v0.11.6 |
960 | 2025-01-27T08:48:42.084Z | Downloaded owo-colors v4.1.0 |
961 | 2025-01-27T08:48:42.086Z | Downloaded p521 v0.13.3 |
962 | 2025-01-27T08:48:42.090Z | Downloaded parse-display-derive v0.10.0 |
963 | 2025-01-27T08:48:42.093Z | Downloaded futures-util v0.3.31 |
964 | 2025-01-27T08:48:42.104Z | Downloaded serde_with v3.12.0 |
965 | 2025-01-27T08:48:42.113Z | Downloaded env_logger v0.10.2 |
966 | 2025-01-27T08:48:42.116Z | Downloaded tokio-tungstenite v0.23.1 |
967 | 2025-01-27T08:48:42.118Z | Downloaded signal-hook v0.3.17 |
968 | 2025-01-27T08:48:42.122Z | Downloaded nom v7.1.3 |
969 | 2025-01-27T08:48:42.127Z | Downloaded icu_properties_data v1.5.0 |
970 | 2025-01-27T08:48:42.138Z | Downloaded portable-atomic v1.10.0 |
971 | 2025-01-27T08:48:42.145Z | Downloaded openssl-sys v0.9.104 |
972 | 2025-01-27T08:48:42.150Z | Downloaded derive_more v0.99.18 |
973 | 2025-01-27T08:48:42.155Z | Downloaded lalrpop v0.19.12 |
974 | 2025-01-27T08:48:42.167Z | Downloaded value-bag v1.10.0 |
975 | 2025-01-27T08:48:42.170Z | Downloaded rcgen v0.12.1 |
976 | 2025-01-27T08:48:42.173Z | Downloaded rayon-core v1.12.1 |
977 | 2025-01-27T08:48:42.176Z | Downloaded unicode-normalization v0.1.24 |
978 | 2025-01-27T08:48:42.179Z | Downloaded uuid v1.12.1 |
979 | 2025-01-27T08:48:42.182Z | Downloaded bindgen v0.69.5 |
980 | 2025-01-27T08:48:42.189Z | Downloaded pkcs5 v0.7.1 |
981 | 2025-01-27T08:48:42.192Z | Downloaded salty v0.3.0 |
982 | 2025-01-27T08:48:42.199Z | Downloaded tungstenite v0.24.0 |
983 | 2025-01-27T08:48:42.203Z | Downloaded ron v0.7.1 |
984 | 2025-01-27T08:48:42.207Z | Downloaded parse-zoneinfo v0.3.1 |
985 | 2025-01-27T08:48:42.213Z | Downloaded tracing-core v0.1.33 |
986 | 2025-01-27T08:48:42.216Z | Downloaded hashbrown v0.13.2 |
987 | 2025-01-27T08:48:42.219Z | Downloaded zerocopy-derive v0.8.14 |
988 | 2025-01-27T08:48:42.223Z | Downloaded proptest v1.6.0 |
989 | 2025-01-27T08:48:42.233Z | Downloaded rsa v0.9.7 |
990 | 2025-01-27T08:48:42.239Z | Downloaded hashbrown v0.12.3 |
991 | 2025-01-27T08:48:42.243Z | Downloaded h2 v0.4.7 |
992 | 2025-01-27T08:48:42.250Z | Downloaded tungstenite v0.23.0 |
993 | 2025-01-27T08:48:42.254Z | Downloaded curve25519-dalek v4.1.3 |
994 | 2025-01-27T08:48:42.263Z | Downloaded chrono v0.4.39 |
995 | 2025-01-27T08:48:42.270Z | Downloaded ssh-key v0.6.7 |
996 | 2025-01-27T08:48:42.278Z | Downloaded sqlparser v0.45.0 |
997 | 2025-01-27T08:48:42.284Z | Downloaded unicode-segmentation v1.12.0 |
998 | 2025-01-27T08:48:42.287Z | Downloaded radix_trie v0.2.1 |
999 | 2025-01-27T08:48:42.292Z | Downloaded bitvec v1.0.1 |
1000 | 2025-01-27T08:48:42.309Z | Downloaded typed-path v0.9.3 |
1001 | 2025-01-27T08:48:42.315Z | Downloaded flate2 v1.0.35 |
1002 | 2025-01-27T08:48:42.321Z | Downloaded webpki-roots v0.26.7 |
1003 | 2025-01-27T08:48:42.324Z | Downloaded rand v0.8.5 |
1004 | 2025-01-27T08:48:42.327Z | Downloaded expectorate v1.1.0 |
1005 | 2025-01-27T08:48:42.330Z | Downloaded zerocopy v0.8.14 |
1006 | 2025-01-27T08:48:42.356Z | Downloaded tower v0.5.2 |
1007 | 2025-01-27T08:48:42.364Z | Downloaded zerovec v0.10.4 |
1008 | 2025-01-27T08:48:42.370Z | Downloaded rustls-webpki v0.102.8 |
1009 | 2025-01-27T08:48:42.390Z | Downloaded hashbrown v0.14.5 |
1010 | 2025-01-27T08:48:42.396Z | Downloaded rustls v0.21.12 |
1011 | 2025-01-27T08:48:42.406Z | Downloaded object v0.30.4 |
1012 | 2025-01-27T08:48:42.415Z | Downloaded vcpkg v0.2.15 |
1013 | 2025-01-27T08:48:42.456Z | Downloaded git2 v0.19.0 |
1014 | 2025-01-27T08:48:42.464Z | Downloaded p384 v0.13.0 |
1015 | 2025-01-27T08:48:42.471Z | Downloaded progenitor-impl v0.8.0 |
1016 | 2025-01-27T08:48:42.474Z | Downloaded pin-project v1.1.8 |
1017 | 2025-01-27T08:48:42.485Z | Downloaded reqwest v0.12.12 |
1018 | 2025-01-27T08:48:42.493Z | Downloaded regress v0.10.3 |
1019 | 2025-01-27T08:48:42.502Z | Downloaded quinn-proto v0.11.9 |
1020 | 2025-01-27T08:48:42.509Z | Downloaded smoltcp v0.9.1 |
1021 | 2025-01-27T08:48:42.519Z | Downloaded petname v2.0.2 |
1022 | 2025-01-27T08:48:42.525Z | Downloaded regex v1.11.1 |
1023 | 2025-01-27T08:48:42.538Z | Downloaded dropshot v0.12.0 |
1024 | 2025-01-27T08:48:42.559Z | Downloaded smoltcp v0.11.0 |
1025 | 2025-01-27T08:48:42.571Z | Downloaded gimli v0.31.1 |
1026 | 2025-01-27T08:48:42.578Z | Downloaded regex-syntax v0.8.5 |
1027 | 2025-01-27T08:48:42.586Z | Downloaded nix v0.29.0 |
1028 | 2025-01-27T08:48:42.598Z | Downloaded openssl v0.10.69 |
1029 | 2025-01-27T08:48:42.607Z | Downloaded unicode-width v0.2.0 |
1030 | 2025-01-27T08:48:42.613Z | Downloaded regex-syntax v0.6.29 |
1031 | 2025-01-27T08:48:42.620Z | Downloaded object v0.36.7 |
1032 | 2025-01-27T08:48:42.631Z | Downloaded rustls v0.23.21 |
1033 | 2025-01-27T08:48:42.643Z | Downloaded nix v0.28.0 |
1034 | 2025-01-27T08:48:42.655Z | Downloaded typify-impl v0.3.0 |
1035 | 2025-01-27T08:48:42.670Z | Downloaded diesel v2.2.6 |
1036 | 2025-01-27T08:48:42.689Z | Downloaded openapiv3 v2.0.0 |
1037 | 2025-01-27T08:48:42.702Z | Downloaded nix v0.27.1 |
1038 | 2025-01-27T08:48:42.712Z | Downloaded sled v0.34.7 |
1039 | 2025-01-27T08:48:42.723Z | Downloaded typify-impl v0.2.0 |
1040 | 2025-01-27T08:48:42.739Z | Downloaded dropshot v0.15.1 |
1041 | 2025-01-27T08:48:42.761Z | Downloaded chrono-tz v0.10.1 |
1042 | 2025-01-27T08:48:42.768Z | Downloaded regex-automata v0.4.9 |
1043 | 2025-01-27T08:48:42.785Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1044 | 2025-01-27T08:48:42.798Z | Downloaded zerocopy-derive v0.6.6 |
1045 | 2025-01-27T08:48:42.809Z | Downloaded rustls v0.22.4 |
1046 | 2025-01-27T08:48:42.823Z | Downloaded hickory-proto v0.24.2 |
1047 | 2025-01-27T08:48:42.840Z | Downloaded regress v0.9.1 |
1048 | 2025-01-27T08:48:42.848Z | Downloaded ratatui v0.28.1 |
1049 | 2025-01-27T08:48:42.869Z | Downloaded polar-core v0.27.3 |
1050 | 2025-01-27T08:48:42.877Z | Downloaded bstr v1.11.3 |
1051 | 2025-01-27T08:48:42.886Z | Downloaded lzma-sys v0.1.20 |
1052 | 2025-01-27T08:48:42.916Z | Downloaded oso v0.27.3 |
1053 | 2025-01-27T08:48:42.919Z | Downloaded ed25519-dalek v2.1.1 |
1054 | 2025-01-27T08:48:42.921Z | Downloaded petgraph v0.6.5 |
1055 | 2025-01-27T08:48:42.939Z | Downloaded rustyline v14.0.0 |
1056 | 2025-01-27T08:48:42.945Z | Downloaded rustls-webpki v0.101.7 |
1057 | 2025-01-27T08:48:42.959Z | Downloaded tokio v1.43.0 |
1058 | 2025-01-27T08:48:42.997Z | Downloaded libz-sys v1.1.21 |
1059 | 2025-01-27T08:48:43.020Z | Downloaded rayon v1.10.0 |
1060 | 2025-01-27T08:48:43.029Z | Downloaded parse-display v0.10.0 |
1061 | 2025-01-27T08:48:43.032Z | Downloaded r2d2 v0.8.10 |
1062 | 2025-01-27T08:48:43.032Z | Downloaded csv v1.3.1 |
1063 | 2025-01-27T08:48:43.053Z | Downloaded postcard v1.1.1 |
1064 | 2025-01-27T08:48:43.056Z | Downloaded pin-project-internal v1.1.8 |
1065 | 2025-01-27T08:48:43.058Z | Downloaded quick-xml v0.33.0 |
1066 | 2025-01-27T08:48:43.063Z | Downloaded russh-keys v0.45.0 |
1067 | 2025-01-27T08:48:43.066Z | Downloaded parking_lot_core v0.8.6 |
1068 | 2025-01-27T08:48:43.069Z | Downloaded displaydoc v0.2.5 |
1069 | 2025-01-27T08:48:43.072Z | Downloaded tinyvec v1.8.1 |
1070 | 2025-01-27T08:48:43.074Z | Downloaded winnow v0.5.40 |
1071 | 2025-01-27T08:48:43.082Z | Downloaded sha3 v0.10.8 |
1072 | 2025-01-27T08:48:43.087Z | Downloaded spki v0.7.3 |
1073 | 2025-01-27T08:48:43.089Z | Downloaded foldhash v0.1.4 |
1074 | 2025-01-27T08:48:43.092Z | Downloaded shlex v1.3.0 |
1075 | 2025-01-27T08:48:43.092Z | Downloaded des v0.8.1 |
1076 | 2025-01-27T08:48:43.095Z | Downloaded derive_builder_core v0.20.2 |
1077 | 2025-01-27T08:48:43.098Z | Downloaded enum-as-inner v0.6.1 |
1078 | 2025-01-27T08:48:43.098Z | Downloaded zeroize_derive v1.4.2 |
1079 | 2025-01-27T08:48:43.100Z | Downloaded futures v0.3.31 |
1080 | 2025-01-27T08:48:43.103Z | Downloaded scopeguard v1.2.0 |
1081 | 2025-01-27T08:48:43.105Z | Downloaded yoke-derive v0.7.5 |
1082 | 2025-01-27T08:48:43.105Z | Downloaded qorb v0.2.1 |
1083 | 2025-01-27T08:48:43.108Z | Downloaded x509-cert v0.2.5 |
1084 | 2025-01-27T08:48:43.114Z | Downloaded parking_lot_core v0.9.10 |
1085 | 2025-01-27T08:48:43.117Z | Downloaded omicron-zone-package v0.12.0 |
1086 | 2025-01-27T08:48:43.121Z | Downloaded slab v0.4.9 |
1087 | 2025-01-27T08:48:43.123Z | Downloaded signal-hook-registry v1.4.2 |
1088 | 2025-01-27T08:48:43.123Z | Downloaded rustls-pki-types v1.10.1 |
1089 | 2025-01-27T08:48:43.126Z | Downloaded password-hash v0.4.2 |
1090 | 2025-01-27T08:48:43.128Z | Downloaded rand_xorshift v0.3.0 |
1091 | 2025-01-27T08:48:43.131Z | Downloaded poly1305 v0.8.0 |
1092 | 2025-01-27T08:48:43.133Z | Downloaded hex v0.4.3 |
1093 | 2025-01-27T08:48:43.133Z | Downloaded tracing v0.1.41 |
1094 | 2025-01-27T08:48:43.139Z | Downloaded encoding_rs v0.8.35 |
1095 | 2025-01-27T08:48:43.160Z | Downloaded hkdf v0.12.4 |
1096 | 2025-01-27T08:48:43.163Z | Downloaded typify v0.2.0 |
1097 | 2025-01-27T08:48:43.165Z | Downloaded half v2.4.1 |
1098 | 2025-01-27T08:48:43.168Z | Downloaded num-bigint-dig v0.8.4 |
1099 | 2025-01-27T08:48:43.173Z | Downloaded unicode-bidi v0.3.18 |
1100 | 2025-01-27T08:48:43.175Z | Downloaded pem-rfc7468 v0.7.0 |
1101 | 2025-01-27T08:48:43.178Z | Downloaded unicode-properties v0.1.3 |
1102 | 2025-01-27T08:48:43.180Z | Downloaded heapless v0.8.0 |
1103 | 2025-01-27T08:48:43.184Z | Downloaded native-tls v0.2.13 |
1104 | 2025-01-27T08:48:43.186Z | Downloaded wyz v0.5.1 |
1105 | 2025-01-27T08:48:43.188Z | Downloaded wait-timeout v0.2.0 |
1106 | 2025-01-27T08:48:43.189Z | Downloaded tokio-rustls v0.26.1 |
1107 | 2025-01-27T08:48:43.191Z | Downloaded tokio-rustls v0.24.1 |
1108 | 2025-01-27T08:48:43.193Z | Downloaded der v0.7.9 |
1109 | 2025-01-27T08:48:43.197Z | Downloaded unicode_categories v0.1.1 |
1110 | 2025-01-27T08:48:43.199Z | Downloaded crossterm v0.28.1 |
1111 | 2025-01-27T08:48:43.206Z | Downloaded serde_repr v0.1.19 |
1112 | 2025-01-27T08:48:43.208Z | Downloaded serde_plain v1.0.2 |
1113 | 2025-01-27T08:48:43.211Z | Downloaded typify v0.3.0 |
1114 | 2025-01-27T08:48:43.214Z | Downloaded progenitor v0.8.0 |
1115 | 2025-01-27T08:48:43.216Z | Downloaded rustls-pemfile v2.2.0 |
1116 | 2025-01-27T08:48:43.219Z | Downloaded powerfmt v0.2.0 |
1117 | 2025-01-27T08:48:43.219Z | Downloaded newtype-uuid v1.2.1 |
1118 | 2025-01-27T08:48:43.220Z | Downloaded p256 v0.13.2 |
1119 | 2025-01-27T08:48:43.222Z | Downloaded num-rational v0.4.2 |
1120 | 2025-01-27T08:48:43.225Z | Downloaded globset v0.4.15 |
1121 | 2025-01-27T08:48:43.225Z | Downloaded env_logger v0.11.6 |
1122 | 2025-01-27T08:48:43.228Z | Downloaded itertools v0.10.5 |
1123 | 2025-01-27T08:48:43.234Z | Downloaded num-iter v0.1.45 |
1124 | 2025-01-27T08:48:43.237Z | Downloaded mio v1.0.3 |
1125 | 2025-01-27T08:48:43.241Z | Downloaded flagset v0.4.6 |
1126 | 2025-01-27T08:48:43.243Z | Downloaded url v2.5.4 |
1127 | 2025-01-27T08:48:43.246Z | Downloaded heapless v0.7.17 |
1128 | 2025-01-27T08:48:43.251Z | Downloaded snafu v0.8.5 |
1129 | 2025-01-27T08:48:43.256Z | Downloaded term v0.7.0 |
1130 | 2025-01-27T08:48:43.260Z | Downloaded fallible-streaming-iterator v0.1.9 |
1131 | 2025-01-27T08:48:43.262Z | Downloaded base64 v0.21.7 |
1132 | 2025-01-27T08:48:43.265Z | Downloaded base64 v0.13.1 |
1133 | 2025-01-27T08:48:44.270Z | Downloaded const_format v0.2.34 |
1134 | 2025-01-27T08:48:44.274Z | Downloaded bumpalo v3.16.0 |
1135 | 2025-01-27T08:48:44.274Z | Downloaded stringprep v0.1.5 |
1136 | 2025-01-27T08:48:44.274Z | Downloaded string_cache v0.8.7 |
1137 | 2025-01-27T08:48:44.274Z | Downloaded slog-json v2.6.1 |
1138 | 2025-01-27T08:48:44.274Z | Downloaded signature v2.2.0 |
1139 | 2025-01-27T08:48:44.274Z | Downloaded rustversion v1.0.19 |
1140 | 2025-01-27T08:48:44.274Z | Downloaded crc-any v2.5.0 |
1141 | 2025-01-27T08:48:44.274Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1142 | 2025-01-27T08:48:44.274Z | Downloaded bytes v1.9.0 |
1143 | 2025-01-27T08:48:44.274Z | Downloaded whoami v1.5.2 |
1144 | 2025-01-27T08:48:44.274Z | Downloaded futures-io v0.3.31 |
1145 | 2025-01-27T08:48:44.274Z | Downloaded embedded-io v0.4.0 |
1146 | 2025-01-27T08:48:44.274Z | Downloaded const-oid v0.9.6 |
1147 | 2025-01-27T08:48:44.274Z | Downloaded ahash v0.8.11 |
1148 | 2025-01-27T08:48:44.274Z | Downloaded ipnet v2.11.0 |
1149 | 2025-01-27T08:48:44.274Z | Downloaded indexmap v1.9.3 |
1150 | 2025-01-27T08:48:44.274Z | Downloaded foreign-types-shared v0.3.1 |
1151 | 2025-01-27T08:48:44.274Z | Downloaded dirs-next v2.0.0 |
1152 | 2025-01-27T08:48:44.274Z | Downloaded difflib v0.4.0 |
1153 | 2025-01-27T08:48:44.274Z | Downloaded mime_guess v2.0.5 |
1154 | 2025-01-27T08:48:44.274Z | Downloaded async-bb8-diesel v0.2.1 |
1155 | 2025-01-27T08:48:44.274Z | Downloaded crc32fast v1.4.2 |
1156 | 2025-01-27T08:48:44.274Z | Downloaded console v0.15.10 |
1157 | 2025-01-27T08:48:44.274Z | Downloaded cobs v0.2.3 |
1158 | 2025-01-27T08:48:44.274Z | Downloaded cancel-safe-futures v0.1.5 |
1159 | 2025-01-27T08:48:44.274Z | Downloaded libefi-sys v0.1.0 |
1160 | 2025-01-27T08:48:44.274Z | Downloaded hyper-staticfile v0.10.1 |
1161 | 2025-01-27T08:48:44.274Z | Downloaded httpdate v1.0.3 |
1162 | 2025-01-27T08:48:44.274Z | Downloaded bitfield v0.14.0 |
1163 | 2025-01-27T08:48:44.275Z | Downloaded bit-vec v0.8.0 |
1164 | 2025-01-27T08:48:44.275Z | Downloaded arrayref v0.3.9 |
1165 | 2025-01-27T08:48:44.275Z | Downloaded idna_adapter v1.2.0 |
1166 | 2025-01-27T08:48:44.275Z | Downloaded indoc v1.0.9 |
1167 | 2025-01-27T08:48:44.275Z | Downloaded const_format_proc_macros v0.2.34 |
1168 | 2025-01-27T08:48:44.275Z | Downloaded libsw-core v0.3.1 |
1169 | 2025-01-27T08:48:44.275Z | Downloaded internet-checksum v0.2.1 |
1170 | 2025-01-27T08:48:44.275Z | Downloaded inout v0.1.3 |
1171 | 2025-01-27T08:48:44.275Z | Downloaded indent_write v2.2.0 |
1172 | 2025-01-27T08:48:44.275Z | Downloaded is-terminal v0.4.15 |
1173 | 2025-01-27T08:48:44.275Z | Downloaded lalrpop-util v0.19.12 |
1174 | 2025-01-27T08:48:44.275Z | Downloaded impl-trait-for-tuples v0.2.3 |
1175 | 2025-01-27T08:48:44.275Z | Downloaded blowfish v0.9.1 |
1176 | 2025-01-27T08:48:44.275Z | Downloaded bcrypt-pbkdf v0.10.0 |
1177 | 2025-01-27T08:48:44.275Z | Downloaded hostname v0.3.1 |
1178 | 2025-01-27T08:48:44.275Z | Downloaded async-stream v0.3.6 |
1179 | 2025-01-27T08:48:44.275Z | Downloaded array-init v0.0.4 |
1180 | 2025-01-27T08:48:44.275Z | Downloaded bit-vec v0.6.3 |
1181 | 2025-01-27T08:48:44.275Z | Downloaded chrono-tz-build v0.4.0 |
1182 | 2025-01-27T08:48:44.275Z | Downloaded crc v3.2.1 |
1183 | 2025-01-27T08:48:44.275Z | Downloaded cbc v0.1.2 |
1184 | 2025-01-27T08:48:44.275Z | Downloaded icu_provider_macros v1.5.0 |
1185 | 2025-01-27T08:48:44.275Z | Downloaded http-range v0.1.5 |
1186 | 2025-01-27T08:48:44.275Z | Downloaded ring v0.17.8 |
1187 | 2025-01-27T08:48:44.275Z | Downloaded libsqlite3-sys v0.30.1 |
1188 | 2025-01-27T08:48:44.275Z | Downloaded aws-lc-sys v0.25.0 |
1189 | 2025-01-27T08:48:44.287Z | Compiling serde v1.0.217 |
1190 | 2025-01-27T08:48:44.290Z | Compiling lock_api v0.4.12 |
1191 | 2025-01-27T08:48:44.290Z | Compiling value-bag v1.10.0 |
1192 | 2025-01-27T08:48:44.290Z | Compiling scopeguard v1.2.0 |
1193 | 2025-01-27T08:48:44.290Z | Compiling typenum v1.17.0 |
1194 | 2025-01-27T08:48:44.446Z | Compiling generic-array v0.14.7 |
1195 | 2025-01-27T08:48:44.482Z | Compiling syn v2.0.96 |
1196 | 2025-01-27T08:48:44.494Z | Compiling getrandom v0.2.15 |
1197 | 2025-01-27T08:48:44.628Z | Compiling shlex v1.3.0 |
1198 | 2025-01-27T08:48:44.808Z | Compiling rand_core v0.6.4 |
1199 | 2025-01-27T08:48:44.843Z | Compiling log v0.4.25 |
1200 | 2025-01-27T08:48:44.956Z | Compiling subtle v2.6.1 |
1201 | 2025-01-27T08:48:44.989Z | Compiling jobserver v0.1.32 |
1202 | 2025-01-27T08:48:45.022Z | Compiling smallvec v1.13.2 |
1203 | 2025-01-27T08:48:45.309Z | Compiling const-oid v0.9.6 |
1204 | 2025-01-27T08:48:45.329Z | Compiling pin-project-lite v0.2.16 |
1205 | 2025-01-27T08:48:45.361Z | Compiling parking_lot_core v0.9.10 |
1206 | 2025-01-27T08:48:45.421Z | Compiling cc v1.2.10 |
1207 | 2025-01-27T08:48:45.488Z | Compiling rustix v0.38.44 |
1208 | 2025-01-27T08:48:45.618Z | Compiling spin v0.9.8 |
1209 | 2025-01-27T08:48:45.803Z | Compiling futures-core v0.3.31 |
1210 | 2025-01-27T08:48:45.983Z | Compiling signal-hook-registry v1.4.2 |
1211 | 2025-01-27T08:48:46.049Z | Compiling mio v1.0.3 |
1212 | 2025-01-27T08:48:46.297Z | Compiling parking_lot v0.12.3 |
1213 | 2025-01-27T08:48:46.383Z | Compiling aho-corasick v1.1.3 |
1214 | 2025-01-27T08:48:46.682Z | Compiling cpufeatures v0.2.17 |
1215 | 2025-01-27T08:48:46.756Z | Compiling either v1.13.0 |
1216 | 2025-01-27T08:48:46.796Z | Compiling stable_deref_trait v1.2.0 |
1217 | 2025-01-27T08:48:46.914Z | Compiling regex-syntax v0.8.5 |
1218 | 2025-01-27T08:48:47.165Z | Compiling futures-sink v0.3.31 |
1219 | 2025-01-27T08:48:47.278Z | Compiling socket2 v0.5.8 |
1220 | 2025-01-27T08:48:47.309Z | Compiling slab v0.4.9 |
1221 | 2025-01-27T08:48:47.335Z | Compiling glob v0.3.2 |
1222 | 2025-01-27T08:48:47.461Z | Compiling prettyplease v0.2.29 |
1223 | 2025-01-27T08:48:47.820Z | Compiling lazy_static v1.5.0 |
1224 | 2025-01-27T08:48:47.956Z | Compiling minimal-lexical v0.2.1 |
1225 | 2025-01-27T08:48:48.068Z | Compiling serde_json v1.0.137 |
1226 | 2025-01-27T08:48:48.194Z | Compiling clang-sys v1.8.1 |
1227 | 2025-01-27T08:48:48.216Z | Compiling futures-channel v0.3.31 |
1228 | 2025-01-27T08:48:48.420Z | Compiling nom v7.1.3 |
1229 | 2025-01-27T08:48:48.506Z | Compiling libloading v0.8.6 |
1230 | 2025-01-27T08:48:48.661Z | Compiling futures-io v0.3.31 |
1231 | 2025-01-27T08:48:48.925Z | Compiling bindgen v0.69.5 |
1232 | 2025-01-27T08:48:48.962Z | Compiling futures-task v0.3.31 |
1233 | 2025-01-27T08:48:48.988Z | Compiling pin-utils v0.1.0 |
1234 | 2025-01-27T08:48:49.096Z | Compiling home v0.5.11 |
1235 | 2025-01-27T08:48:49.363Z | Compiling itertools v0.12.1 |
1236 | 2025-01-27T08:48:49.416Z | Compiling foldhash v0.1.4 |
1237 | 2025-01-27T08:48:49.729Z | Compiling lazycell v1.3.0 |
1238 | 2025-01-27T08:48:49.783Z | Compiling libm v0.2.11 |
1239 | 2025-01-27T08:48:49.913Z | Compiling allocator-api2 v0.2.21 |
1240 | 2025-01-27T08:48:50.112Z | Compiling rustc-hash v1.1.0 |
1241 | 2025-01-27T08:48:50.323Z | Compiling cmake v0.1.52 |
1242 | 2025-01-27T08:48:50.646Z | Compiling regex-automata v0.4.9 |
1243 | 2025-01-27T08:48:51.151Z | Compiling hashbrown v0.15.2 |
1244 | 2025-01-27T08:48:51.195Z | Compiling num-traits v0.2.19 |
1245 | 2025-01-27T08:48:51.493Z | Compiling cexpr v0.6.0 |
1246 | 2025-01-27T08:48:51.781Z | Compiling synstructure v0.13.1 |
1247 | 2025-01-27T08:48:52.357Z | Compiling pkg-config v0.3.31 |
1248 | 2025-01-27T08:48:53.148Z | Compiling fs_extra v1.3.0 |
1249 | 2025-01-27T08:48:53.234Z | Compiling dunce v1.0.5 |
1250 | 2025-01-27T08:48:53.507Z | Compiling writeable v0.5.5 |
1251 | 2025-01-27T08:48:53.698Z | Compiling litemap v0.7.4 |
1252 | 2025-01-27T08:48:53.701Z | Compiling ring v0.17.8 |
1253 | 2025-01-27T08:48:54.050Z | Compiling base64ct v1.6.0 |
1254 | 2025-01-27T08:48:54.079Z | Compiling paste v1.0.15 |
1255 | 2025-01-27T08:48:54.690Z | Compiling pem-rfc7468 v0.7.0 |
1256 | 2025-01-27T08:48:54.712Z | Compiling aws-lc-rs v1.12.2 |
1257 | 2025-01-27T08:48:55.130Z | Compiling flagset v0.4.6 |
1258 | 2025-01-27T08:48:55.154Z | Compiling httparse v1.9.5 |
1259 | 2025-01-27T08:48:55.298Z | Compiling icu_locid_transform_data v1.5.0 |
1260 | 2025-01-27T08:48:55.410Z | Compiling tracing-core v0.1.33 |
1261 | 2025-01-27T08:48:55.903Z | Compiling regex v1.11.1 |
1262 | 2025-01-27T08:48:56.172Z | Compiling icu_properties_data v1.5.0 |
1263 | 2025-01-27T08:48:56.415Z | Compiling rustls-pki-types v1.10.1 |
1264 | 2025-01-27T08:48:56.436Z | Compiling crossbeam-utils v0.8.21 |
1265 | 2025-01-27T08:48:56.520Z | Compiling percent-encoding v2.3.1 |
1266 | 2025-01-27T08:48:56.853Z | Compiling num-conv v0.1.0 |
1267 | 2025-01-27T08:48:56.946Z | Compiling utf16_iter v1.0.5 |
1268 | 2025-01-27T08:48:57.119Z | Compiling write16 v1.0.0 |
1269 | 2025-01-27T08:48:57.212Z | Compiling untrusted v0.7.1 |
1270 | 2025-01-27T08:48:57.236Z | Compiling serde_derive v1.0.217 |
1271 | 2025-01-27T08:48:57.255Z | Compiling zeroize_derive v1.4.2 |
1272 | 2025-01-27T08:48:57.422Z | Compiling zerocopy-derive v0.7.35 |
1273 | 2025-01-27T08:48:57.451Z | Compiling tokio-macros v2.5.0 |
1274 | 2025-01-27T08:48:57.505Z | Compiling zerofrom-derive v0.1.5 |
1275 | 2025-01-27T08:48:58.667Z | Compiling zeroize v1.8.1 |
1276 | 2025-01-27T08:48:58.904Z | Compiling yoke-derive v0.7.5 |
1277 | 2025-01-27T08:48:59.452Z | Compiling zerocopy v0.7.35 |
1278 | 2025-01-27T08:48:59.737Z | Compiling zerovec-derive v0.10.3 |
1279 | 2025-01-27T08:49:00.306Z | Compiling crypto-common v0.1.6 |
1280 | 2025-01-27T08:49:00.534Z | Compiling block-buffer v0.10.4 |
1281 | 2025-01-27T08:49:00.687Z | Compiling futures-macro v0.3.31 |
1282 | 2025-01-27T08:49:00.762Z | Compiling digest v0.10.7 |
1283 | 2025-01-27T08:49:00.799Z | Compiling displaydoc v0.2.5 |
1284 | 2025-01-27T08:49:00.980Z | Compiling zerofrom v0.1.5 |
1285 | 2025-01-27T08:49:01.204Z | Compiling hmac v0.12.1 |
1286 | 2025-01-27T08:49:01.248Z | Compiling block-padding v0.3.3 |
1287 | 2025-01-27T08:49:01.352Z | Compiling sha2 v0.10.8 |
1288 | 2025-01-27T08:49:01.457Z | Compiling inout v0.1.3 |
1289 | 2025-01-27T08:49:01.497Z | Compiling icu_provider_macros v1.5.0 |
1290 | 2025-01-27T08:49:01.646Z | Compiling yoke v0.7.5 |
1291 | 2025-01-27T08:49:01.744Z | Compiling cipher v0.4.4 |
1292 | 2025-01-27T08:49:02.076Z | Compiling thiserror-impl v1.0.69 |
1293 | 2025-01-27T08:49:02.238Z | Compiling zerovec v0.10.4 |
1294 | 2025-01-27T08:49:02.289Z | Compiling ppv-lite86 v0.2.20 |
1295 | 2025-01-27T08:49:02.317Z | Compiling der_derive v0.7.3 |
1296 | 2025-01-27T08:49:02.557Z | Compiling thiserror-impl v2.0.11 |
1297 | 2025-01-27T08:49:02.586Z | Compiling futures-util v0.3.31 |
1298 | 2025-01-27T08:49:03.062Z | Compiling rand_chacha v0.3.1 |
1299 | 2025-01-27T08:49:04.266Z | Compiling tinystr v0.7.6 |
1300 | 2025-01-27T08:49:04.651Z | Compiling icu_locid v1.5.0 |
1301 | 2025-01-27T08:49:04.669Z | Compiling der v0.7.9 |
1302 | 2025-01-27T08:49:05.018Z | Compiling icu_collections v1.5.0 |
1303 | 2025-01-27T08:49:05.161Z | Compiling thiserror v1.0.69 |
1304 | 2025-01-27T08:49:05.316Z | Compiling tracing-attributes v0.1.28 |
1305 | 2025-01-27T08:49:05.335Z | Compiling rand v0.8.5 |
1306 | 2025-01-27T08:49:05.874Z | Compiling icu_provider v1.5.0 |
1307 | 2025-01-27T08:49:06.310Z | Compiling thiserror v2.0.11 |
1308 | 2025-01-27T08:49:06.513Z | Compiling pest v2.7.15 |
1309 | 2025-01-27T08:49:06.756Z | Compiling icu_locid_transform v1.5.0 |
1310 | 2025-01-27T08:49:06.908Z | Compiling spki v0.7.3 |
1311 | 2025-01-27T08:49:07.365Z | Compiling salsa20 v0.10.2 |
1312 | 2025-01-27T08:49:07.439Z | Compiling pbkdf2 v0.12.2 |
1313 | 2025-01-27T08:49:07.620Z | Compiling powerfmt v0.2.0 |
1314 | 2025-01-27T08:49:07.624Z | Compiling time-core v0.1.2 |
1315 | 2025-01-27T08:49:07.701Z | Compiling utf8_iter v1.0.4 |
1316 | 2025-01-27T08:49:07.841Z | Compiling icu_normalizer_data v1.5.0 |
1317 | 2025-01-27T08:49:07.950Z | Compiling untrusted v0.9.0 |
1318 | 2025-01-27T08:49:07.970Z | Compiling vcpkg v0.2.15 |
1319 | 2025-01-27T08:49:07.991Z | Compiling deranged v0.3.11 |
1320 | 2025-01-27T08:49:08.010Z | Compiling time-macros v0.2.19 |
1321 | 2025-01-27T08:49:08.142Z | Compiling icu_properties v1.5.1 |
1322 | 2025-01-27T08:49:08.740Z | Compiling tracing v0.1.41 |
1323 | 2025-01-27T08:49:09.264Z | Compiling pest_meta v2.7.15 |
1324 | 2025-01-27T08:49:09.415Z | Compiling scrypt v0.11.0 |
1325 | 2025-01-27T08:49:09.721Z | Compiling cbc v0.1.2 |
1326 | 2025-01-27T08:49:09.828Z | Compiling openssl-sys v0.9.104 |
1327 | 2025-01-27T08:49:09.918Z | Compiling aes v0.8.4 |
1328 | 2025-01-27T08:49:09.959Z | Compiling scroll_derive v0.12.0 |
1329 | 2025-01-27T08:49:10.365Z | Compiling bytes v1.9.0 |
1330 | 2025-01-27T08:49:10.843Z | Compiling bitflags v2.8.0 |
1331 | 2025-01-27T08:49:11.444Z | Compiling tokio v1.43.0 |
1332 | 2025-01-27T08:49:11.560Z | Compiling indexmap v2.7.1 |
1333 | 2025-01-27T08:49:12.715Z | Compiling http v1.2.0 |
1334 | 2025-01-27T08:49:12.794Z | Compiling semver v1.0.25 |
1335 | 2025-01-27T08:49:12.832Z | Compiling icu_normalizer v1.5.0 |
1336 | 2025-01-27T08:49:13.494Z | Compiling rustc_version v0.4.1 |
1337 | 2025-01-27T08:49:13.726Z | Compiling num_threads v0.1.7 |
1338 | 2025-01-27T08:49:13.871Z | Compiling tinyvec_macros v0.1.1 |
1339 | 2025-01-27T08:49:13.980Z | Compiling atomic-waker v1.1.2 |
1340 | 2025-01-27T08:49:14.021Z | Compiling tinyvec v1.8.1 |
1341 | 2025-01-27T08:49:14.091Z | Compiling time v0.3.37 |
1342 | 2025-01-27T08:49:14.170Z | Compiling http-body v1.0.1 |
1343 | 2025-01-27T08:49:14.197Z | Compiling idna_adapter v1.2.0 |
1344 | 2025-01-27T08:49:14.418Z | Compiling scroll v0.12.0 |
1345 | 2025-01-27T08:49:14.541Z | Compiling pkcs5 v0.7.1 |
1346 | 2025-01-27T08:49:14.613Z | Compiling pest_generator v2.7.15 |
1347 | 2025-01-27T08:49:14.925Z | Compiling form_urlencoded v1.2.1 |
1348 | 2025-01-27T08:49:14.946Z | Compiling slog v2.7.0 |
1349 | 2025-01-27T08:49:15.239Z | Compiling which v4.4.2 |
1350 | 2025-01-27T08:49:15.444Z | Compiling try-lock v0.2.5 |
1351 | 2025-01-27T08:49:15.465Z | Compiling goblin v0.8.2 |
1352 | 2025-01-27T08:49:15.626Z | Compiling want v0.3.1 |
1353 | 2025-01-27T08:49:15.838Z | Compiling pkcs8 v0.10.2 |
1354 | 2025-01-27T08:49:15.904Z | Compiling idna v1.0.3 |
1355 | 2025-01-27T08:49:16.400Z | Compiling pest_derive v2.7.15 |
1356 | 2025-01-27T08:49:16.500Z | Compiling uuid v1.12.1 |
1357 | 2025-01-27T08:49:16.524Z | Compiling httpdate v1.0.3 |
1358 | 2025-01-27T08:49:16.942Z | Compiling tower-service v0.3.3 |
1359 | 2025-01-27T08:49:17.102Z | Compiling iana-time-zone v0.1.61 |
1360 | 2025-01-27T08:49:17.187Z | Compiling dtrace-parser v0.2.0 |
1361 | 2025-01-27T08:49:17.518Z | Compiling chrono v0.4.39 |
1362 | 2025-01-27T08:49:17.946Z | Compiling serde_spanned v0.6.8 |
1363 | 2025-01-27T08:49:18.190Z | Compiling toml_datetime v0.6.8 |
1364 | 2025-01-27T08:49:18.320Z | Compiling serde_tokenstream v0.2.2 |
1365 | 2025-01-27T08:49:18.658Z | Compiling openssl v0.10.69 |
1366 | 2025-01-27T08:49:18.926Z | Compiling foreign-types-shared v0.1.1 |
1367 | 2025-01-27T08:49:19.057Z | Compiling rustversion v1.0.19 |
1368 | 2025-01-27T08:49:19.102Z | Compiling base64 v0.22.1 |
1369 | 2025-01-27T08:49:19.124Z | Compiling adler2 v2.0.0 |
1370 | 2025-01-27T08:49:19.191Z | Compiling match_cfg v0.1.0 |
1371 | 2025-01-27T08:49:19.300Z | Compiling hostname v0.3.1 |
1372 | 2025-01-27T08:49:19.337Z | Compiling miniz_oxide v0.8.3 |
1373 | 2025-01-27T08:49:19.524Z | Compiling tokio-util v0.7.13 |
1374 | 2025-01-27T08:49:19.834Z | Compiling foreign-types v0.3.2 |
1375 | 2025-01-27T08:49:19.837Z | Compiling url v2.5.4 |
1376 | 2025-01-27T08:49:20.755Z | Compiling h2 v0.4.7 |
1377 | 2025-01-27T08:49:20.779Z | Compiling async-trait v0.1.85 |
1378 | 2025-01-27T08:49:20.893Z | Compiling openssl-macros v0.1.1 |
1379 | 2025-01-27T08:49:21.208Z | Compiling dof v0.3.0 |
1380 | 2025-01-27T08:49:21.549Z | Compiling serde_derive_internals v0.29.1 |
1381 | 2025-01-27T08:49:21.628Z | Compiling dirs-sys-next v0.1.2 |
1382 | 2025-01-27T08:49:22.215Z | Compiling usdt-impl v0.5.0 |
1383 | 2025-01-27T08:49:23.168Z | Compiling object v0.36.7 |
1384 | 2025-01-27T08:49:23.288Z | Compiling syn v1.0.109 |
1385 | 2025-01-27T08:49:23.614Z | Compiling native-tls v0.2.13 |
1386 | 2025-01-27T08:49:23.666Z | Compiling schemars v0.8.21 |
1387 | 2025-01-27T08:49:23.858Z | Compiling rustls v0.23.21 |
1388 | 2025-01-27T08:49:23.913Z | Compiling data-encoding v2.7.0 |
1389 | 2025-01-27T08:49:23.935Z | Compiling rustls v0.22.4 |
1390 | 2025-01-27T08:49:24.063Z | Compiling schemars_derive v0.8.21 |
1391 | 2025-01-27T08:49:24.258Z | Compiling dirs-next v2.0.0 |
1392 | 2025-01-27T08:49:24.939Z | Compiling unicode-normalization v0.1.24 |
1393 | 2025-01-27T08:49:25.118Z | Compiling http-body-util v0.1.2 |
1394 | 2025-01-27T08:49:25.592Z | Compiling heapless v0.7.17 |
1395 | 2025-01-27T08:49:25.708Z | Compiling crossbeam-epoch v0.9.18 |
1396 | 2025-01-27T08:49:26.018Z | Compiling signature v2.2.0 |
1397 | 2025-01-27T08:49:26.038Z | Compiling sha1 v0.10.6 |
1398 | 2025-01-27T08:49:26.059Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1399 | 2025-01-27T08:49:26.318Z | Compiling thread_local v1.1.8 |
1400 | 2025-01-27T08:49:26.393Z | Compiling multer v3.1.0 |
1401 | 2025-01-27T08:49:26.454Z | Compiling encoding_rs v0.8.35 |
1402 | 2025-01-27T08:49:26.535Z | Compiling cookie v0.18.1 |
1403 | 2025-01-27T08:49:26.693Z | Compiling ipnet v2.11.0 |
1404 | 2025-01-27T08:49:26.800Z | Compiling dyn-clone v1.0.17 |
1405 | 2025-01-27T08:49:26.839Z | Compiling slog-async v2.8.0 |
1406 | 2025-01-27T08:49:27.024Z | Compiling gimli v0.31.1 |
1407 | 2025-01-27T08:49:27.105Z | Compiling openssl-probe v0.1.6 |
1408 | 2025-01-27T08:49:27.397Z | Compiling mime v0.3.17 |
1409 | 2025-01-27T08:49:27.454Z | Compiling unicode-properties v0.1.3 |
1410 | 2025-01-27T08:49:27.822Z | Compiling rayon-core v1.12.1 |
1411 | 2025-01-27T08:49:27.870Z | Compiling hyper v1.5.2 |
1412 | 2025-01-27T08:49:27.893Z | Compiling signal-hook v0.3.17 |
1413 | 2025-01-27T08:49:28.097Z | Compiling unicode-bidi v0.3.18 |
1414 | 2025-01-27T08:49:29.395Z | Compiling stringprep v0.1.5 |
1415 | 2025-01-27T08:49:30.481Z | Compiling hyper-util v0.1.10 |
1416 | 2025-01-27T08:49:31.053Z | Compiling toml_edit v0.22.22 |
1417 | 2025-01-27T08:49:31.270Z | Compiling addr2line v0.24.2 |
1418 | 2025-01-27T08:49:31.676Z | Compiling crossbeam-deque v0.8.6 |
1419 | 2025-01-27T08:49:31.895Z | Compiling usdt-macro v0.5.0 |
1420 | 2025-01-27T08:49:31.950Z | Compiling usdt-attr-macro v0.5.0 |
1421 | 2025-01-27T08:49:32.000Z | Compiling term v0.7.0 |
1422 | 2025-01-27T08:49:33.260Z | Compiling slog-json v2.6.1 |
1423 | 2025-01-27T08:49:33.301Z | Compiling serde_urlencoded v0.7.1 |
1424 | 2025-01-27T08:49:33.330Z | Compiling curve25519-dalek v4.1.3 |
1425 | 2025-01-27T08:49:33.472Z | Compiling crossbeam-channel v0.5.14 |
1426 | 2025-01-27T08:49:33.630Z | Compiling enum-as-inner v0.6.1 |
1427 | 2025-01-27T08:49:33.789Z | Compiling futures-executor v0.3.31 |
1428 | 2025-01-27T08:49:34.036Z | Compiling md-5 v0.10.6 |
1429 | 2025-01-27T08:49:34.311Z | Compiling async-stream-impl v0.3.6 |
1430 | 2025-01-27T08:49:34.332Z | Compiling rustls-pemfile v2.2.0 |
1431 | 2025-01-27T08:49:34.430Z | Compiling num-integer v0.1.46 |
1432 | 2025-01-27T08:49:34.673Z | Compiling hash32 v0.2.1 |
1433 | 2025-01-27T08:49:34.700Z | Compiling ff v0.13.0 |
1434 | 2025-01-27T08:49:34.944Z | Compiling is-terminal v0.4.15 |
1435 | 2025-01-27T08:49:35.041Z | Compiling dropshot v0.12.0 |
1436 | 2025-01-27T08:49:35.089Z | Compiling base16ct v0.2.0 |
1437 | 2025-01-27T08:49:35.156Z | Compiling linked-hash-map v0.5.6 |
1438 | 2025-01-27T08:49:35.329Z | Compiling num-bigint-dig v0.8.4 |
1439 | 2025-01-27T08:49:35.429Z | Compiling anyhow v1.0.95 |
1440 | 2025-01-27T08:49:35.508Z | Compiling utf-8 v0.7.6 |
1441 | 2025-01-27T08:49:35.573Z | Compiling siphasher v1.0.1 |
1442 | 2025-01-27T08:49:35.622Z | Compiling smoltcp v0.9.1 |
1443 | 2025-01-27T08:49:35.830Z | Compiling rustc-demangle v0.1.24 |
1444 | 2025-01-27T08:49:35.970Z | Compiling fallible-iterator v0.2.0 |
1445 | 2025-01-27T08:49:36.001Z | Compiling psl-types v2.0.11 |
1446 | 2025-01-27T08:49:36.201Z | Compiling portable-atomic v1.10.0 |
1447 | 2025-01-27T08:49:36.276Z | Compiling take_mut v0.2.2 |
1448 | 2025-01-27T08:49:36.450Z | Compiling litrs v0.4.1 |
1449 | 2025-01-27T08:49:36.628Z | Compiling quick-error v1.2.3 |
1450 | 2025-01-27T08:49:36.770Z | Compiling postgres-protocol v0.6.7 |
1451 | 2025-01-27T08:49:36.795Z | Compiling resolv-conf v0.7.0 |
1452 | 2025-01-27T08:49:37.558Z | Compiling publicsuffix v2.3.0 |
1453 | 2025-01-27T08:49:37.620Z | Compiling document-features v0.2.10 |
1454 | 2025-01-27T08:49:38.044Z | Compiling phf_shared v0.11.3 |
1455 | 2025-01-27T08:49:38.248Z | Compiling tungstenite v0.24.0 |
1456 | 2025-01-27T08:49:38.343Z | Compiling async-stream v0.3.6 |
1457 | 2025-01-27T08:49:38.364Z | Compiling lru-cache v0.1.2 |
1458 | 2025-01-27T08:49:38.479Z | Compiling sec1 v0.7.3 |
1459 | 2025-01-27T08:49:38.568Z | Compiling backtrace v0.3.74 |
1460 | 2025-01-27T08:49:38.618Z | Compiling slog-term v2.9.1 |
1461 | 2025-01-27T08:49:38.730Z | Compiling usdt v0.5.0 |
1462 | 2025-01-27T08:49:39.139Z | Compiling num-iter v0.1.45 |
1463 | 2025-01-27T08:49:39.201Z | Compiling group v0.13.0 |
1464 | 2025-01-27T08:49:39.329Z | Compiling hickory-proto v0.24.2 |
1465 | 2025-01-27T08:49:39.510Z | Compiling toml v0.8.19 |
1466 | 2025-01-27T08:49:39.732Z | Compiling futures v0.3.31 |
1467 | 2025-01-27T08:49:39.980Z | Compiling slog-bunyan v2.5.0 |
1468 | 2025-01-27T08:49:41.015Z | Compiling tokio-native-tls v0.3.1 |
1469 | 2025-01-27T08:49:41.272Z | Compiling camino v1.1.9 |
1470 | 2025-01-27T08:49:41.291Z | Compiling dropshot_endpoint v0.12.0 |
1471 | 2025-01-27T08:49:41.517Z | Compiling terminal_size v0.4.1 |
1472 | 2025-01-27T08:49:41.699Z | Compiling waitgroup v0.1.2 |
1473 | 2025-01-27T08:49:41.752Z | Compiling openapiv3 v2.0.0 |
1474 | 2025-01-27T08:49:41.922Z | Compiling serde_path_to_error v0.1.16 |
1475 | 2025-01-27T08:49:42.083Z | Compiling hkdf v0.12.4 |
1476 | 2025-01-27T08:49:42.107Z | Compiling crypto-bigint v0.5.5 |
1477 | 2025-01-27T08:49:42.362Z | Compiling zerocopy-derive v0.6.6 |
1478 | 2025-01-27T08:49:42.736Z | Compiling curve25519-dalek-derive v0.1.1 |
1479 | 2025-01-27T08:49:44.176Z | Compiling webpki-roots v0.26.7 |
1480 | 2025-01-27T08:49:44.309Z | Compiling sync_wrapper v1.0.2 |
1481 | 2025-01-27T08:49:44.386Z | Compiling hostname v0.4.0 |
1482 | 2025-01-27T08:49:44.388Z | Compiling hubpack_derive v0.1.1 |
1483 | 2025-01-27T08:49:44.468Z | Compiling ahash v0.8.11 |
1484 | 2025-01-27T08:49:44.600Z | Compiling crc32fast v1.4.2 |
1485 | 2025-01-27T08:49:44.810Z | Compiling fs-err v2.11.0 |
1486 | 2025-01-27T08:49:44.952Z | Compiling unicode-width v0.2.0 |
1487 | 2025-01-27T08:49:45.112Z | Compiling newtype-uuid v1.2.1 |
1488 | 2025-01-27T08:49:45.235Z | Compiling debug-ignore v1.0.5 |
1489 | 2025-01-27T08:49:45.398Z | Compiling tower-layer v0.3.3 |
1490 | 2025-01-27T08:49:45.402Z | Compiling managed v0.8.0 |
1491 | 2025-01-27T08:49:45.449Z | Compiling bitflags v1.3.2 |
1492 | 2025-01-27T08:49:45.490Z | Compiling winnow v0.5.40 |
1493 | 2025-01-27T08:49:45.566Z | Compiling siphasher v0.3.11 |
1494 | 2025-01-27T08:49:45.673Z | Compiling strum_macros v0.25.3 |
1495 | 2025-01-27T08:49:45.694Z | Compiling tower v0.5.2 |
1496 | 2025-01-27T08:49:45.935Z | Compiling phf_shared v0.10.0 |
1497 | 2025-01-27T08:49:46.303Z | Compiling clap_builder v4.5.27 |
1498 | 2025-01-27T08:49:46.540Z | Compiling console v0.15.10 |
1499 | 2025-01-27T08:49:47.829Z | Compiling hubpack v0.1.2 |
1500 | 2025-01-27T08:49:47.972Z | Compiling elliptic-curve v0.13.8 |
1501 | 2025-01-27T08:49:48.085Z | Compiling flate2 v1.0.35 |
1502 | 2025-01-27T08:49:48.253Z | Compiling hickory-resolver v0.24.2 |
1503 | 2025-01-27T08:49:48.679Z | Compiling toml_edit v0.19.15 |
1504 | 2025-01-27T08:49:48.769Z | Compiling zerocopy v0.6.6 |
1505 | 2025-01-27T08:49:48.939Z | Compiling signal-hook-mio v0.2.4 |
1506 | 2025-01-27T08:49:49.118Z | Compiling hyper-tls v0.6.0 |
1507 | 2025-01-27T08:49:49.453Z | Compiling rayon v1.10.0 |
1508 | 2025-01-27T08:49:49.475Z | Compiling cookie_store v0.21.1 |
1509 | 2025-01-27T08:49:49.516Z | Compiling bzip2 v0.4.4 |
1510 | 2025-01-27T08:49:50.926Z | Compiling tokio-tungstenite v0.24.0 |
1511 | 2025-01-27T08:49:51.484Z | Compiling phf v0.11.3 |
1512 | 2025-01-27T08:49:51.766Z | Compiling postgres-types v0.2.8 |
1513 | 2025-01-27T08:49:53.751Z | Compiling ed25519 v2.2.3 |
1514 | 2025-01-27T08:49:54.039Z | Compiling tokio-stream v0.1.17 |
1515 | 2025-01-27T08:49:54.332Z | Compiling pkcs1 v0.7.5 |
1516 | 2025-01-27T08:49:54.376Z | Compiling serde-big-array v0.5.1 |
1517 | 2025-01-27T08:49:54.610Z | Compiling clap_derive v4.5.24 |
1518 | 2025-01-27T08:49:54.965Z | Compiling rfc6979 v0.4.0 |
1519 | 2025-01-27T08:49:55.166Z | Compiling derive-where v1.2.7 |
1520 | 2025-01-27T08:49:55.226Z | Compiling serde_repr v0.1.19 |
1521 | 2025-01-27T08:49:55.535Z | Compiling float-cmp v0.10.0 |
1522 | 2025-01-27T08:49:55.793Z | Compiling bstr v1.11.3 |
1523 | 2025-01-27T08:49:55.886Z | Compiling whoami v1.5.2 |
1524 | 2025-01-27T08:49:56.296Z | Compiling fixedbitset v0.4.2 |
1525 | 2025-01-27T08:49:56.465Z | Compiling static_assertions v1.1.0 |
1526 | 2025-01-27T08:49:56.580Z | Compiling number_prefix v0.4.0 |
1527 | 2025-01-27T08:49:56.786Z | Compiling difflib v0.4.0 |
1528 | 2025-01-27T08:49:56.807Z | Compiling new_debug_unreachable v1.0.6 |
1529 | 2025-01-27T08:49:56.809Z | Compiling precomputed-hash v0.1.1 |
1530 | 2025-01-27T08:49:56.916Z | Compiling unicode-segmentation v1.12.0 |
1531 | 2025-01-27T08:49:56.967Z | Compiling predicates-core v1.0.9 |
1532 | 2025-01-27T08:49:57.300Z | Compiling normalize-line-endings v0.3.0 |
1533 | 2025-01-27T08:49:57.422Z | Compiling bit-vec v0.8.0 |
1534 | 2025-01-27T08:49:57.449Z | Compiling predicates v3.1.3 |
1535 | 2025-01-27T08:49:57.842Z | Compiling bit-set v0.8.0 |
1536 | 2025-01-27T08:49:57.879Z | Compiling similar v2.7.0 |
1537 | 2025-01-27T08:49:58.122Z | Compiling string_cache v0.8.7 |
1538 | 2025-01-27T08:49:58.151Z | Compiling indicatif v0.17.9 |
1539 | 2025-01-27T08:49:58.304Z | Compiling petgraph v0.6.5 |
1540 | 2025-01-27T08:49:58.553Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1541 | 2025-01-27T08:49:58.943Z | Compiling tokio-postgres v0.7.12 |
1542 | 2025-01-27T08:49:59.150Z | Compiling clap v4.5.27 |
1543 | 2025-01-27T08:49:59.278Z | Compiling ecdsa v0.16.9 |
1544 | 2025-01-27T08:49:59.990Z | Compiling rsa v0.9.7 |
1545 | 2025-01-27T08:50:00.050Z | Compiling ed25519-dalek v2.1.1 |
1546 | 2025-01-27T08:50:00.112Z | Compiling toml v0.7.8 |
1547 | 2025-01-27T08:50:01.317Z | Compiling zip v0.6.6 |
1548 | 2025-01-27T08:50:01.579Z | Compiling crossterm v0.28.1 |
1549 | 2025-01-27T08:50:02.970Z | Compiling hex v0.4.3 |
1550 | 2025-01-27T08:50:03.170Z | Compiling x509-cert v0.2.5 |
1551 | 2025-01-27T08:50:03.553Z | Compiling itertools v0.10.5 |
1552 | 2025-01-27T08:50:04.318Z | Compiling unicode-xid v0.2.6 |
1553 | 2025-01-27T08:50:04.520Z | Compiling peg-runtime v0.8.3 |
1554 | 2025-01-27T08:50:04.593Z | Compiling lalrpop-util v0.19.12 |
1555 | 2025-01-27T08:50:04.762Z | Compiling strum_macros v0.26.4 |
1556 | 2025-01-27T08:50:04.833Z | Compiling xattr v1.4.0 |
1557 | 2025-01-27T08:50:04.938Z | Compiling filetime v0.2.25 |
1558 | 2025-01-27T08:50:05.230Z | Compiling tar v0.4.43 |
1559 | 2025-01-27T08:50:09.405Z | Compiling strum v0.26.3 |
1560 | 2025-01-27T08:50:12.323Z | Compiling aws-lc-sys v0.25.0 |
1561 | 2025-01-27T08:50:40.439Z | Compiling rustls-webpki v0.102.8 |
1562 | 2025-01-27T08:50:43.709Z | Compiling tokio-rustls v0.25.0 |
1563 | 2025-01-27T08:50:45.425Z | Compiling tokio-rustls v0.26.1 |
1564 | 2025-01-27T08:50:45.758Z | Compiling hyper-rustls v0.27.5 |
1565 | 2025-01-27T08:50:46.128Z | Compiling reqwest v0.12.12 |
1566 | 2025-01-27T08:50:47.543Z | Compiling qorb v0.2.1 |
1567 | 2025-01-27T08:50:50.649Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1568 | 2025-01-27T08:50:50.906Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1569 | 2025-01-27T08:50:55.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
1570 | 2025-01-27T08:50:55.712Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1571 | 2025-01-27T08:50:55.768Z | Jan 27 08:50:55.014 INFO Starting download, target: Clickhouse |
1572 | 2025-01-27T08:50:55.768Z | Jan 27 08:50:55.014 INFO Starting download, target: Console |
1573 | 2025-01-27T08:50:55.768Z | Jan 27 08:50:55.014 INFO Starting download, target: Cockroach |
1574 | 2025-01-27T08:50:55.768Z | Jan 27 08:50:55.014 INFO Starting download, target: DendriteOpenapi |
1575 | 2025-01-27T08:50:55.771Z | Jan 27 08:50:55.014 INFO Starting download, target: DendriteStub |
1576 | 2025-01-27T08:50:55.771Z | Jan 27 08:50:55.014 INFO Starting download, target: MaghemiteMgd |
1577 | 2025-01-27T08:50:55.772Z | Jan 27 08:50:55.014 INFO Starting download, target: TransceiverControl |
1578 | 2025-01-27T08:50:55.772Z | Jan 27 08:50:55.015 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1579 | 2025-01-27T08:50:55.772Z | Jan 27 08:50:55.015 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1580 | 2025-01-27T08:50:55.772Z | Jan 27 08:50:55.015 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1581 | 2025-01-27T08:50:55.772Z | Jan 27 08:50:55.015 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1582 | 2025-01-27T08:50:55.772Z | Jan 27 08:50:55.015 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1583 | 2025-01-27T08:50:55.772Z | Jan 27 08:50:55.015 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1584 | 2025-01-27T08:50:55.772Z | Jan 27 08:50:55.015 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1585 | 2025-01-27T08:50:55.960Z | Jan 27 08:50:55.203 INFO Download complete, target: DendriteOpenapi |
1586 | 2025-01-27T08:50:56.157Z | Jan 27 08:50:55.389 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1587 | 2025-01-27T08:50:56.301Z | Jan 27 08:50:55.543 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1588 | 2025-01-27T08:50:56.609Z | Jan 27 08:50:55.846 INFO Download complete, target: Console |
1589 | 2025-01-27T08:50:56.719Z | Jan 27 08:50:55.965 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1590 | 2025-01-27T08:50:56.722Z | Jan 27 08:50:55.966 INFO Download complete, target: TransceiverControl |
1591 | 2025-01-27T08:50:56.775Z | Jan 27 08:50:56.019 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1592 | 2025-01-27T08:50:57.487Z | Jan 27 08:50:56.733 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1593 | 2025-01-27T08:50:57.487Z | Jan 27 08:50:56.733 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1594 | 2025-01-27T08:50:57.854Z | Jan 27 08:50:57.101 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1595 | 2025-01-27T08:50:59.389Z | Jan 27 08:50:58.635 INFO Download complete, target: DendriteStub |
1596 | 2025-01-27T08:50:59.404Z | Jan 27 08:50:58.650 INFO Download complete, target: MaghemiteMgd |
1597 | 2025-01-27T08:51:04.147Z | Jan 27 08:51:03.393 INFO Checking that binary works, target: Cockroach |
1598 | 2025-01-27T08:51:04.307Z | Jan 27 08:51:03.552 INFO Download complete, target: Cockroach |
1599 | 2025-01-27T08:51:08.848Z | Jan 27 08:51:08.093 INFO Checking that binary works, target: Clickhouse |
1600 | 2025-01-27T08:51:08.975Z | Jan 27 08:51:08.220 INFO Download complete, target: Clickhouse |
1601 | 2025-01-27T08:51:08.997Z | All builder prerequisites installed successfully, and PATH looks valid |
1602 | 2025-01-27T08:51:09.001Z | |
1603 | 2025-01-27T08:51:09.001Z | real 4:57.124675733 |
1604 | 2025-01-27T08:51:09.001Z | user 15:49.921714916 |
1605 | 2025-01-27T08:51:09.001Z | sys 2:06.275134815 |
1606 | 2025-01-27T08:51:09.001Z | trap 0.584951694 |
1607 | 2025-01-27T08:51:09.001Z | tflt 1.519231091 |
1608 | 2025-01-27T08:51:09.001Z | dflt 1.438481195 |
1609 | 2025-01-27T08:51:09.001Z | kflt 0.028604561 |
1610 | 2025-01-27T08:51:09.001Z | lock 24:36.165092849 |
1611 | 2025-01-27T08:51:09.001Z | slp 56:07.551505679 |
1612 | 2025-01-27T08:51:09.001Z | lat 1:01.395717024 |
1613 | 2025-01-27T08:51:09.001Z | stop 2:31.506105150 |
1614 | 2025-01-27T08:51:09.001Z | + banner clippy |
1615 | 2025-01-27T08:51:09.004Z | |
1616 | 2025-01-27T08:51:09.004Z | #### # # ##### ##### # # |
1617 | 2025-01-27T08:51:09.004Z | # # # # # # # # # # |
1618 | 2025-01-27T08:51:09.004Z | # # # # # # # # |
1619 | 2025-01-27T08:51:09.004Z | # # # ##### ##### # |
1620 | 2025-01-27T08:51:09.004Z | # # # # # # # |
1621 | 2025-01-27T08:51:09.004Z | #### ###### # # # # |
1622 | 2025-01-27T08:51:09.004Z | |
1623 | 2025-01-27T08:51:09.004Z | + export CARGO_INCREMENTAL=0 |
1624 | 2025-01-27T08:51:09.004Z | + CARGO_INCREMENTAL=0 |
1625 | 2025-01-27T08:51:09.004Z | + ptime -m cargo xtask clippy |
1626 | 2025-01-27T08:51:09.578Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1627 | 2025-01-27T08:51:12.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s |
1628 | 2025-01-27T08:51:12.557Z | Running `target/debug/xtask clippy` |
1629 | 2025-01-27T08:51:12.578Z | running: /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1630 | 2025-01-27T08:51:13.211Z | Downloading crates ... |
1631 | 2025-01-27T08:51:13.494Z | Downloaded approx v0.5.1 |
1632 | 2025-01-27T08:51:13.498Z | Downloaded anes v0.1.6 |
1633 | 2025-01-27T08:51:13.502Z | Downloaded async-attributes v1.1.2 |
1634 | 2025-01-27T08:51:13.507Z | Downloaded doc-comment v0.3.3 |
1635 | 2025-01-27T08:51:13.509Z | Downloaded async-object-pool v0.1.5 |
1636 | 2025-01-27T08:51:13.509Z | Downloaded plotters-svg v0.3.7 |
1637 | 2025-01-27T08:51:13.512Z | Downloaded nested v0.1.1 |
1638 | 2025-01-27T08:51:13.518Z | Downloaded guppy-workspace-hack v0.1.0 |
1639 | 2025-01-27T08:51:13.525Z | Downloaded blocking v1.6.1 |
1640 | 2025-01-27T08:51:13.528Z | Downloaded target-triple v0.1.3 |
1641 | 2025-01-27T08:51:13.528Z | Downloaded piper v0.2.4 |
1642 | 2025-01-27T08:51:13.531Z | Downloaded similar-asserts v1.6.1 |
1643 | 2025-01-27T08:51:13.533Z | Downloaded assert-json-diff v2.0.2 |
1644 | 2025-01-27T08:51:13.533Z | Downloaded concurrent-queue v2.5.0 |
1645 | 2025-01-27T08:51:13.536Z | Downloaded async-global-executor v2.4.1 |
1646 | 2025-01-27T08:51:13.538Z | Downloaded async-channel v2.3.1 |
1647 | 2025-01-27T08:51:13.541Z | Downloaded serde_regex v1.1.0 |
1648 | 2025-01-27T08:51:13.541Z | Downloaded parking v2.2.1 |
1649 | 2025-01-27T08:51:13.543Z | Downloaded plotters-backend v0.3.7 |
1650 | 2025-01-27T08:51:13.545Z | Downloaded proc-macro-crate v3.2.0 |
1651 | 2025-01-27T08:51:13.546Z | Downloaded pathdiff v0.2.3 |
1652 | 2025-01-27T08:51:13.548Z | Downloaded event-listener-strategy v0.5.3 |
1653 | 2025-01-27T08:51:13.548Z | Downloaded oorandom v11.1.4 |
1654 | 2025-01-27T08:51:13.548Z | Downloaded futures-timer v3.0.3 |
1655 | 2025-01-27T08:51:13.551Z | Downloaded cast v0.3.0 |
1656 | 2025-01-27T08:51:13.553Z | Downloaded assert_cmd v2.0.16 |
1657 | 2025-01-27T08:51:13.555Z | Downloaded stringmetrics v2.2.2 |
1658 | 2025-01-27T08:51:13.558Z | Downloaded relative-path v1.9.3 |
1659 | 2025-01-27T08:51:13.560Z | Downloaded async-process v2.3.0 |
1660 | 2025-01-27T08:51:13.562Z | Downloaded async-executor v1.13.1 |
1661 | 2025-01-27T08:51:13.565Z | Downloaded tinytemplate v1.2.1 |
1662 | 2025-01-27T08:51:13.565Z | Downloaded cargo_metadata v0.19.1 |
1663 | 2025-01-27T08:51:13.567Z | Downloaded async-task v4.7.1 |
1664 | 2025-01-27T08:51:13.570Z | Downloaded partial-io v0.5.4 |
1665 | 2025-01-27T08:51:13.572Z | Downloaded path-tree v0.8.1 |
1666 | 2025-01-27T08:51:13.572Z | Downloaded httptest v0.16.1 |
1667 | 2025-01-27T08:51:13.574Z | Downloaded hyper-rustls v0.26.0 |
1668 | 2025-01-27T08:51:13.577Z | Downloaded libtest-mimic v0.8.1 |
1669 | 2025-01-27T08:51:13.579Z | Downloaded target-spec v3.3.1 |
1670 | 2025-01-27T08:51:13.581Z | Downloaded target-lexicon v0.12.16 |
1671 | 2025-01-27T08:51:13.583Z | Downloaded rustls-native-certs v0.7.3 |
1672 | 2025-01-27T08:51:13.586Z | Downloaded event-listener v5.4.0 |
1673 | 2025-01-27T08:51:13.588Z | Downloaded trybuild v1.0.103 |
1674 | 2025-01-27T08:51:13.591Z | Downloaded async-io v2.4.0 |
1675 | 2025-01-27T08:51:13.593Z | Downloaded rand_distr v0.4.3 |
1676 | 2025-01-27T08:51:13.596Z | Downloaded pretty_assertions v1.4.1 |
1677 | 2025-01-27T08:51:13.598Z | Downloaded rstest v0.23.0 |
1678 | 2025-01-27T08:51:13.603Z | Downloaded escape8259 v0.5.3 |
1679 | 2025-01-27T08:51:13.605Z | Downloaded rstest_macros v0.23.0 |
1680 | 2025-01-27T08:51:13.607Z | Downloaded polling v3.7.4 |
1681 | 2025-01-27T08:51:13.610Z | Downloaded event-listener v2.5.3 |
1682 | 2025-01-27T08:51:13.612Z | Downloaded criterion-plot v0.5.0 |
1683 | 2025-01-27T08:51:13.615Z | Downloaded fancy-regex v0.14.0 |
1684 | 2025-01-27T08:51:13.618Z | Downloaded rust-argon2 v2.1.0 |
1685 | 2025-01-27T08:51:13.620Z | Downloaded kv-log-macro v1.0.7 |
1686 | 2025-01-27T08:51:13.620Z | Downloaded async-signal v0.2.10 |
1687 | 2025-01-27T08:51:13.622Z | Downloaded async-channel v1.9.0 |
1688 | 2025-01-27T08:51:13.623Z | Downloaded futures-lite v2.6.0 |
1689 | 2025-01-27T08:51:13.625Z | Downloaded guppy v0.17.12 |
1690 | 2025-01-27T08:51:13.630Z | Downloaded plotters v0.3.7 |
1691 | 2025-01-27T08:51:13.638Z | Downloaded yansi v1.0.1 |
1692 | 2025-01-27T08:51:13.641Z | Downloaded cfg-expr v0.17.2 |
1693 | 2025-01-27T08:51:13.643Z | Downloaded blake2b_simd v1.0.2 |
1694 | 2025-01-27T08:51:13.646Z | Downloaded criterion v0.5.1 |
1695 | 2025-01-27T08:51:13.651Z | Downloaded async-std v1.13.0 |
1696 | 2025-01-27T08:51:13.685Z | Downloaded async-lock v3.4.0 |
1697 | 2025-01-27T08:51:13.687Z | Downloaded datatest-stable v0.2.10 |
1698 | 2025-01-27T08:51:13.741Z | Downloaded httpmock v0.8.0-alpha.1 |
1699 | 2025-01-27T08:51:14.526Z | Checking cfg-if v1.0.0 |
1700 | 2025-01-27T08:51:14.606Z | Checking libc v0.2.169 |
1701 | 2025-01-27T08:51:14.630Z | Checking serde v1.0.217 |
1702 | 2025-01-27T08:51:14.652Z | Checking memchr v2.7.4 |
1703 | 2025-01-27T08:51:14.676Z | Checking value-bag v1.10.0 |
1704 | 2025-01-27T08:51:14.703Z | Checking scopeguard v1.2.0 |
1705 | 2025-01-27T08:51:14.726Z | Checking zeroize v1.8.1 |
1706 | 2025-01-27T08:51:14.748Z | Checking itoa v1.0.14 |
1707 | 2025-01-27T08:51:14.771Z | Checking smallvec v1.13.2 |
1708 | 2025-01-27T08:51:14.840Z | Checking lock_api v0.4.12 |
1709 | 2025-01-27T08:51:14.999Z | Checking pin-project-lite v0.2.16 |
1710 | 2025-01-27T08:51:15.032Z | Checking subtle v2.6.1 |
1711 | 2025-01-27T08:51:15.089Z | Checking log v0.4.25 |
1712 | 2025-01-27T08:51:15.128Z | Checking once_cell v1.20.2 |
1713 | 2025-01-27T08:51:15.160Z | Checking byteorder v1.5.0 |
1714 | 2025-01-27T08:51:15.254Z | Checking typenum v1.17.0 |
1715 | 2025-01-27T08:51:15.324Z | Checking libm v0.2.11 |
1716 | 2025-01-27T08:51:15.455Z | Checking futures-core v0.3.31 |
1717 | 2025-01-27T08:51:15.520Z | Checking ryu v1.0.18 |
1718 | 2025-01-27T08:51:15.578Z | Checking thiserror v1.0.69 |
1719 | 2025-01-27T08:51:15.610Z | Checking getrandom v0.2.15 |
1720 | 2025-01-27T08:51:15.614Z | Checking signal-hook-registry v1.4.2 |
1721 | 2025-01-27T08:51:15.672Z | Checking parking_lot_core v0.9.10 |
1722 | 2025-01-27T08:51:15.727Z | Checking mio v1.0.3 |
1723 | 2025-01-27T08:51:15.771Z | Checking socket2 v0.5.8 |
1724 | 2025-01-27T08:51:15.859Z | Checking const-oid v0.9.6 |
1725 | 2025-01-27T08:51:15.892Z | Checking rand_core v0.6.4 |
1726 | 2025-01-27T08:51:16.032Z | Checking parking_lot v0.12.3 |
1727 | 2025-01-27T08:51:16.213Z | Checking allocator-api2 v0.2.21 |
1728 | 2025-01-27T08:51:16.247Z | Checking futures-io v0.3.31 |
1729 | 2025-01-27T08:51:16.288Z | Checking num-traits v0.2.19 |
1730 | 2025-01-27T08:51:16.316Z | Checking spin v0.9.8 |
1731 | 2025-01-27T08:51:16.349Z | Checking generic-array v0.14.7 |
1732 | 2025-01-27T08:51:16.429Z | Checking zerocopy v0.7.35 |
1733 | 2025-01-27T08:51:16.492Z | Checking slab v0.4.9 |
1734 | 2025-01-27T08:51:16.711Z | Checking foldhash v0.1.4 |
1735 | 2025-01-27T08:51:16.769Z | Checking equivalent v1.0.1 |
1736 | 2025-01-27T08:51:16.896Z | Checking futures-sink v0.3.31 |
1737 | 2025-01-27T08:51:16.926Z | Checking cpufeatures v0.2.17 |
1738 | 2025-01-27T08:51:16.951Z | Checking hashbrown v0.15.2 |
1739 | 2025-01-27T08:51:17.049Z | Checking pin-utils v0.1.0 |
1740 | 2025-01-27T08:51:17.081Z | Checking futures-channel v0.3.31 |
1741 | 2025-01-27T08:51:17.170Z | Checking futures-task v0.3.31 |
1742 | 2025-01-27T08:51:17.435Z | Checking iana-time-zone v0.1.61 |
1743 | 2025-01-27T08:51:17.471Z | Checking futures-util v0.3.31 |
1744 | 2025-01-27T08:51:17.521Z | Checking crypto-common v0.1.6 |
1745 | 2025-01-27T08:51:17.595Z | Checking block-buffer v0.10.4 |
1746 | 2025-01-27T08:51:17.738Z | Checking stable_deref_trait v1.2.0 |
1747 | 2025-01-27T08:51:17.782Z | Checking fnv v1.0.7 |
1748 | 2025-01-27T08:51:17.814Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1749 | 2025-01-27T08:51:17.814Z | Checking tracing-core v0.1.33 |
1750 | 2025-01-27T08:51:17.865Z | Checking digest v0.10.7 |
1751 | 2025-01-27T08:51:17.892Z | Checking dyn-clone v1.0.17 |
1752 | 2025-01-27T08:51:17.924Z | Checking ppv-lite86 v0.2.20 |
1753 | 2025-01-27T08:51:18.051Z | Checking errno v0.3.10 |
1754 | 2025-01-27T08:51:18.054Z | Checking zerofrom v0.1.5 |
1755 | 2025-01-27T08:51:18.192Z | Checking crossbeam-utils v0.8.21 |
1756 | 2025-01-27T08:51:18.218Z | Checking litemap v0.7.4 |
1757 | 2025-01-27T08:51:18.245Z | Checking writeable v0.5.5 |
1758 | 2025-01-27T08:51:18.291Z | Checking yoke v0.7.5 |
1759 | 2025-01-27T08:51:18.457Z | Checking tracing v0.1.41 |
1760 | 2025-01-27T08:51:18.576Z | Checking percent-encoding v2.3.1 |
1761 | 2025-01-27T08:51:18.604Z | Checking block-padding v0.3.3 |
1762 | 2025-01-27T08:51:18.633Z | Checking rand_chacha v0.3.1 |
1763 | 2025-01-27T08:51:18.635Z | Checking zerovec v0.10.4 |
1764 | 2025-01-27T08:51:18.804Z | Checking httparse v1.9.5 |
1765 | 2025-01-27T08:51:18.827Z | Checking inout v0.1.3 |
1766 | 2025-01-27T08:51:18.830Z | Checking regex-syntax v0.8.5 |
1767 | 2025-01-27T08:51:18.926Z | Checking atomic-waker v1.1.2 |
1768 | 2025-01-27T08:51:19.048Z | Checking rand v0.8.5 |
1769 | 2025-01-27T08:51:19.077Z | Checking unicode-ident v1.0.15 |
1770 | 2025-01-27T08:51:19.103Z | Checking icu_locid_transform_data v1.5.0 |
1771 | 2025-01-27T08:51:19.208Z | Checking cipher v0.4.4 |
1772 | 2025-01-27T08:51:19.234Z | Checking form_urlencoded v1.2.1 |
1773 | 2025-01-27T08:51:19.283Z | Checking icu_properties_data v1.5.0 |
1774 | 2025-01-27T08:51:19.306Z | Checking bytes v1.9.0 |
1775 | 2025-01-27T08:51:19.441Z | Checking bitflags v2.8.0 |
1776 | 2025-01-27T08:51:19.529Z | Checking serde_json v1.0.137 |
1777 | 2025-01-27T08:51:19.597Z | Checking chrono v0.4.39 |
1778 | 2025-01-27T08:51:19.773Z | Checking indexmap v2.7.1 |
1779 | 2025-01-27T08:51:20.101Z | Checking tokio v1.43.0 |
1780 | 2025-01-27T08:51:20.219Z | Checking uuid v1.12.1 |
1781 | 2025-01-27T08:51:20.281Z | Checking http v1.2.0 |
1782 | 2025-01-27T08:51:20.903Z | Checking rustix v0.38.44 |
1783 | 2025-01-27T08:51:20.994Z | Checking tinystr v0.7.6 |
1784 | 2025-01-27T08:51:21.178Z | Checking icu_collections v1.5.0 |
1785 | 2025-01-27T08:51:21.336Z | Checking icu_locid v1.5.0 |
1786 | 2025-01-27T08:51:21.600Z | Checking schemars v0.8.21 |
1787 | 2025-01-27T08:51:21.646Z | Checking untrusted v0.9.0 |
1788 | 2025-01-27T08:51:21.832Z | Checking ring v0.17.8 |
1789 | 2025-01-27T08:51:21.865Z | Checking aho-corasick v1.1.3 |
1790 | 2025-01-27T08:51:21.970Z | Checking icu_normalizer_data v1.5.0 |
1791 | 2025-01-27T08:51:22.093Z | Checking write16 v1.0.0 |
1792 | 2025-01-27T08:51:22.257Z | Checking powerfmt v0.2.0 |
1793 | 2025-01-27T08:51:22.283Z | Checking icu_provider v1.5.0 |
1794 | 2025-01-27T08:51:22.286Z | Checking utf16_iter v1.0.5 |
1795 | 2025-01-27T08:51:22.497Z | Checking utf8_iter v1.0.4 |
1796 | 2025-01-27T08:51:22.544Z | Checking deranged v0.3.11 |
1797 | 2025-01-27T08:51:22.730Z | Checking proc-macro2 v1.0.93 |
1798 | 2025-01-27T08:51:22.922Z | Checking icu_locid_transform v1.5.0 |
1799 | 2025-01-27T08:51:23.186Z | Checking time-core v0.1.2 |
1800 | 2025-01-27T08:51:23.367Z | Checking base64ct v1.6.0 |
1801 | 2025-01-27T08:51:23.406Z | Checking num-conv v0.1.0 |
1802 | 2025-01-27T08:51:23.488Z | Checking regex-automata v0.4.9 |
1803 | 2025-01-27T08:51:23.568Z | Checking num_threads v0.1.7 |
1804 | 2025-01-27T08:51:23.670Z | Checking quote v1.0.38 |
1805 | 2025-01-27T08:51:23.709Z | Checking sha2 v0.10.8 |
1806 | 2025-01-27T08:51:23.830Z | Checking hmac v0.12.1 |
1807 | 2025-01-27T08:51:23.903Z | Checking time v0.3.37 |
1808 | 2025-01-27T08:51:23.980Z | Checking icu_properties v1.5.1 |
1809 | 2025-01-27T08:51:24.043Z | Checking adler2 v2.0.0 |
1810 | 2025-01-27T08:51:24.072Z | Checking rustls-pki-types v1.10.1 |
1811 | 2025-01-27T08:51:24.221Z | Checking miniz_oxide v0.8.3 |
1812 | 2025-01-27T08:51:24.282Z | Checking syn v2.0.96 |
1813 | 2025-01-27T08:51:24.509Z | Checking http-body v1.0.1 |
1814 | 2025-01-27T08:51:24.665Z | Checking aws-lc-sys v0.25.0 |
1815 | 2025-01-27T08:51:24.738Z | Checking base64 v0.22.1 |
1816 | 2025-01-27T08:51:24.953Z | Checking try-lock v0.2.5 |
1817 | 2025-01-27T08:51:25.119Z | Checking untrusted v0.7.1 |
1818 | 2025-01-27T08:51:25.254Z | Checking httpdate v1.0.3 |
1819 | 2025-01-27T08:51:25.297Z | Checking want v0.3.1 |
1820 | 2025-01-27T08:51:25.483Z | Checking pem-rfc7468 v0.7.0 |
1821 | 2025-01-27T08:51:25.522Z | Checking tower-service v0.3.3 |
1822 | 2025-01-27T08:51:25.663Z | Checking slog v2.7.0 |
1823 | 2025-01-27T08:51:25.751Z | Checking flagset v0.4.6 |
1824 | 2025-01-27T08:51:25.967Z | Checking mime v0.3.17 |
1825 | 2025-01-27T08:51:26.131Z | Checking der v0.7.9 |
1826 | 2025-01-27T08:51:26.303Z | Checking pbkdf2 v0.12.2 |
1827 | 2025-01-27T08:51:26.388Z | Checking aes v0.8.4 |
1828 | 2025-01-27T08:51:26.490Z | Checking semver v1.0.25 |
1829 | 2025-01-27T08:51:26.922Z | Checking aws-lc-rs v1.12.2 |
1830 | 2025-01-27T08:51:26.961Z | Checking tokio-util v0.7.13 |
1831 | 2025-01-27T08:51:26.989Z | Checking thiserror v2.0.11 |
1832 | 2025-01-27T08:51:27.156Z | Checking gimli v0.31.1 |
1833 | 2025-01-27T08:51:27.244Z | Checking icu_normalizer v1.5.0 |
1834 | 2025-01-27T08:51:27.314Z | Checking http-body-util v0.1.2 |
1835 | 2025-01-27T08:51:27.765Z | Checking salsa20 v0.10.2 |
1836 | 2025-01-27T08:51:27.829Z | Checking h2 v0.4.7 |
1837 | 2025-01-27T08:51:27.894Z | Checking spki v0.7.3 |
1838 | 2025-01-27T08:51:27.989Z | Checking cbc v0.1.2 |
1839 | 2025-01-27T08:51:28.017Z | Checking idna_adapter v1.2.0 |
1840 | 2025-01-27T08:51:28.041Z | Checking regex v1.11.1 |
1841 | 2025-01-27T08:51:28.182Z | Checking lazy_static v1.5.0 |
1842 | 2025-01-27T08:51:28.209Z | Checking object v0.36.7 |
1843 | 2025-01-27T08:51:28.236Z | Checking idna v1.0.3 |
1844 | 2025-01-27T08:51:28.314Z | Checking rustc-demangle v0.1.24 |
1845 | 2025-01-27T08:51:28.655Z | Checking scrypt v0.11.0 |
1846 | 2025-01-27T08:51:28.683Z | Checking rustls-webpki v0.102.8 |
1847 | 2025-01-27T08:51:28.726Z | Checking url v2.5.4 |
1848 | 2025-01-27T08:51:28.755Z | Checking rustls-pemfile v2.2.0 |
1849 | 2025-01-27T08:51:28.882Z | Checking foreign-types-shared v0.1.1 |
1850 | 2025-01-27T08:51:28.983Z | Checking ipnet v2.11.0 |
1851 | 2025-01-27T08:51:29.015Z | Checking openssl-probe v0.1.6 |
1852 | 2025-01-27T08:51:29.186Z | Checking foreign-types v0.3.2 |
1853 | 2025-01-27T08:51:29.301Z | Checking pkcs5 v0.7.1 |
1854 | 2025-01-27T08:51:29.413Z | Checking futures-executor v0.3.31 |
1855 | 2025-01-27T08:51:29.508Z | Checking serde_urlencoded v0.7.1 |
1856 | 2025-01-27T08:51:29.536Z | Checking openssl-sys v0.9.104 |
1857 | 2025-01-27T08:51:29.662Z | Checking encoding_rs v0.8.35 |
1858 | 2025-01-27T08:51:29.792Z | Checking pkcs8 v0.10.2 |
1859 | 2025-01-27T08:51:29.946Z | Checking futures v0.3.31 |
1860 | 2025-01-27T08:51:30.063Z | Checking serde_spanned v0.6.8 |
1861 | 2025-01-27T08:51:30.109Z | Checking toml_datetime v0.6.8 |
1862 | 2025-01-27T08:51:30.257Z | Checking either v1.13.0 |
1863 | 2025-01-27T08:51:30.325Z | Checking rustls v0.23.21 |
1864 | 2025-01-27T08:51:30.424Z | Checking anstyle v1.0.10 |
1865 | 2025-01-27T08:51:30.626Z | Checking data-encoding v2.7.0 |
1866 | 2025-01-27T08:51:30.684Z | Checking openssl v0.10.69 |
1867 | 2025-01-27T08:51:30.786Z | Checking openapiv3 v2.0.0 |
1868 | 2025-01-27T08:51:31.014Z | Checking addr2line v0.24.2 |
1869 | 2025-01-27T08:51:31.171Z | Checking sha1 v0.10.6 |
1870 | 2025-01-27T08:51:31.493Z | Checking utf8parse v0.2.2 |
1871 | 2025-01-27T08:51:31.528Z | Checking psl-types v2.0.11 |
1872 | 2025-01-27T08:51:31.675Z | Checking cookie v0.18.1 |
1873 | 2025-01-27T08:51:31.745Z | Checking publicsuffix v2.3.0 |
1874 | 2025-01-27T08:51:32.036Z | Checking webpki-roots v0.26.7 |
1875 | 2025-01-27T08:51:32.095Z | Checking camino v1.1.9 |
1876 | 2025-01-27T08:51:32.152Z | Checking sync_wrapper v1.0.2 |
1877 | 2025-01-27T08:51:32.267Z | Checking tower-layer v0.3.3 |
1878 | 2025-01-27T08:51:32.323Z | Checking cookie_store v0.21.1 |
1879 | 2025-01-27T08:51:32.542Z | Checking tower v0.5.2 |
1880 | 2025-01-27T08:51:32.658Z | Checking anstyle-parse v0.2.6 |
1881 | 2025-01-27T08:51:32.938Z | Checking is-terminal v0.4.15 |
1882 | 2025-01-27T08:51:33.041Z | Checking colorchoice v1.0.3 |
1883 | 2025-01-27T08:51:33.079Z | Checking winnow v0.6.24 |
1884 | 2025-01-27T08:51:33.199Z | Checking is_terminal_polyfill v1.70.1 |
1885 | 2025-01-27T08:51:33.266Z | Checking anstyle-query v1.1.2 |
1886 | 2025-01-27T08:51:33.343Z | Checking terminal_size v0.4.1 |
1887 | 2025-01-27T08:51:33.423Z | Checking anstream v0.6.18 |
1888 | 2025-01-27T08:51:33.536Z | Checking signature v2.2.0 |
1889 | 2025-01-27T08:51:33.774Z | Checking strsim v0.11.1 |
1890 | 2025-01-27T08:51:33.824Z | Checking clap_lex v0.7.4 |
1891 | 2025-01-27T08:51:34.023Z | Checking scroll v0.12.0 |
1892 | 2025-01-27T08:51:34.053Z | Checking plain v0.2.3 |
1893 | 2025-01-27T08:51:34.092Z | Checking hyper v1.5.2 |
1894 | 2025-01-27T08:51:34.120Z | Checking clap_builder v4.5.27 |
1895 | 2025-01-27T08:51:34.212Z | Checking tinyvec_macros v0.1.1 |
1896 | 2025-01-27T08:51:34.253Z | Checking backtrace v0.3.74 |
1897 | 2025-01-27T08:51:34.323Z | Checking ucd-trie v0.1.7 |
1898 | 2025-01-27T08:51:34.472Z | Checking goblin v0.8.2 |
1899 | 2025-01-27T08:51:34.561Z | Checking pest v2.7.15 |
1900 | 2025-01-27T08:51:34.810Z | Checking anyhow v1.0.95 |
1901 | 2025-01-27T08:51:35.228Z | Checking tinyvec v1.8.1 |
1902 | 2025-01-27T08:51:35.589Z | Checking tokio-rustls v0.26.1 |
1903 | 2025-01-27T08:51:35.717Z | Checking dirs-sys-next v0.1.2 |
1904 | 2025-01-27T08:51:35.852Z | Checking native-tls v0.2.13 |
1905 | 2025-01-27T08:51:35.919Z | Checking base16ct v0.2.0 |
1906 | 2025-01-27T08:51:35.961Z | Checking pretty-hex v0.4.1 |
1907 | 2025-01-27T08:51:36.007Z | Checking hyper-util v0.1.10 |
1908 | 2025-01-27T08:51:36.124Z | Checking sec1 v0.7.3 |
1909 | 2025-01-27T08:51:36.158Z | Checking dirs-next v2.0.0 |
1910 | 2025-01-27T08:51:36.184Z | Checking tokio-native-tls v0.3.1 |
1911 | 2025-01-27T08:51:36.294Z | Checking crossbeam-channel v0.5.14 |
1912 | 2025-01-27T08:51:36.429Z | Checking num-integer v0.1.46 |
1913 | 2025-01-27T08:51:36.508Z | Checking ff v0.13.0 |
1914 | 2025-01-27T08:51:36.546Z | Checking thread-id v4.2.2 |
1915 | 2025-01-27T08:51:36.680Z | Checking thread_local v1.1.8 |
1916 | 2025-01-27T08:51:36.744Z | Checking group v0.13.0 |
1917 | 2025-01-27T08:51:36.954Z | Checking term v0.7.0 |
1918 | 2025-01-27T08:51:36.986Z | Checking toml_edit v0.22.22 |
1919 | 2025-01-27T08:51:37.018Z | Checking hkdf v0.12.4 |
1920 | 2025-01-27T08:51:37.021Z | Checking crypto-bigint v0.5.5 |
1921 | 2025-01-27T08:51:37.080Z | Checking clap v4.5.27 |
1922 | 2025-01-27T08:51:37.210Z | Checking memmap v0.7.0 |
1923 | 2025-01-27T08:51:37.240Z | Checking crc32fast v1.4.2 |
1924 | 2025-01-27T08:51:37.242Z | Checking dtrace-parser v0.2.0 |
1925 | 2025-01-27T08:51:37.363Z | Checking take_mut v0.2.2 |
1926 | 2025-01-27T08:51:37.431Z | Checking bitflags v1.3.2 |
1927 | 2025-01-27T08:51:37.489Z | Checking static_assertions v1.1.0 |
1928 | 2025-01-27T08:51:37.522Z | Checking match_cfg v0.1.0 |
1929 | 2025-01-27T08:51:37.554Z | Checking utf-8 v0.7.6 |
1930 | 2025-01-27T08:51:37.599Z | Checking slog-async v2.8.0 |
1931 | 2025-01-27T08:51:37.645Z | Checking hostname v0.3.1 |
1932 | 2025-01-27T08:51:37.720Z | Checking slog-term v2.9.1 |
1933 | 2025-01-27T08:51:37.780Z | Checking ahash v0.8.11 |
1934 | 2025-01-27T08:51:37.840Z | Checking unicode-segmentation v1.12.0 |
1935 | 2025-01-27T08:51:37.918Z | Checking unicode-width v0.2.0 |
1936 | 2025-01-27T08:51:37.921Z | Checking hyper-rustls v0.27.5 |
1937 | 2025-01-27T08:51:38.192Z | Checking hyper-tls v0.6.0 |
1938 | 2025-01-27T08:51:38.282Z | Checking num-iter v0.1.45 |
1939 | 2025-01-27T08:51:38.309Z | Checking crossbeam-epoch v0.9.18 |
1940 | 2025-01-27T08:51:38.430Z | Checking itertools v0.10.5 |
1941 | 2025-01-27T08:51:38.463Z | Checking bstr v1.11.3 |
1942 | 2025-01-27T08:51:38.466Z | Checking reqwest v0.12.12 |
1943 | 2025-01-27T08:51:38.592Z | Checking slog-json v2.6.1 |
1944 | 2025-01-27T08:51:38.721Z | Checking rfc6979 v0.4.0 |
1945 | 2025-01-27T08:51:38.852Z | Checking hex v0.4.3 |
1946 | 2025-01-27T08:51:38.908Z | Checking managed v0.8.0 |
1947 | 2025-01-27T08:51:39.308Z | Checking winnow v0.5.40 |
1948 | 2025-01-27T08:51:39.337Z | Checking slog-bunyan v2.5.0 |
1949 | 2025-01-27T08:51:39.364Z | Checking dof v0.3.0 |
1950 | 2025-01-27T08:51:39.367Z | Checking crossbeam-deque v0.8.6 |
1951 | 2025-01-27T08:51:39.500Z | Checking num-bigint-dig v0.8.4 |
1952 | 2025-01-27T08:51:39.586Z | Checking toml v0.8.19 |
1953 | 2025-01-27T08:51:39.663Z | Checking elliptic-curve v0.13.8 |
1954 | 2025-01-27T08:51:39.711Z | Checking flate2 v1.0.35 |
1955 | 2025-01-27T08:51:39.933Z | Checking usdt-impl v0.5.0 |
1956 | 2025-01-27T08:51:40.249Z | Checking ecdsa v0.16.9 |
1957 | 2025-01-27T08:51:40.288Z | Checking pkcs1 v0.7.5 |
1958 | 2025-01-27T08:51:40.318Z | Checking rustls v0.22.4 |
1959 | 2025-01-27T08:51:40.345Z | Checking curve25519-dalek v4.1.3 |
1960 | 2025-01-27T08:51:40.504Z | Checking usdt v0.5.0 |
1961 | 2025-01-27T08:51:40.533Z | Checking zerocopy v0.6.6 |
1962 | 2025-01-27T08:51:40.664Z | Checking rayon-core v1.12.1 |
1963 | 2025-01-27T08:51:40.780Z | Checking unicode-normalization v0.1.24 |
1964 | 2025-01-27T08:51:40.978Z | Checking ed25519 v2.2.3 |
1965 | 2025-01-27T08:51:41.211Z | Checking signal-hook v0.3.17 |
1966 | 2025-01-27T08:51:41.299Z | Checking quick-error v1.2.3 |
1967 | 2025-01-27T08:51:41.302Z | Checking debug-ignore v1.0.5 |
1968 | 2025-01-27T08:51:41.463Z | Checking hickory-proto v0.24.2 |
1969 | 2025-01-27T08:51:41.492Z | Checking multer v3.1.0 |
1970 | 2025-01-27T08:51:41.495Z | Checking rsa v0.9.7 |
1971 | 2025-01-27T08:51:41.545Z | Checking x509-cert v0.2.5 |
1972 | 2025-01-27T08:51:41.801Z | Checking serde_path_to_error v0.1.16 |
1973 | 2025-01-27T08:51:41.891Z | Checking hubpack v0.1.2 |
1974 | 2025-01-27T08:51:41.994Z | Checking toml_edit v0.19.15 |
1975 | 2025-01-27T08:51:42.150Z | Checking ed25519-dalek v2.1.1 |
1976 | 2025-01-27T08:51:42.211Z | Checking waitgroup v0.1.2 |
1977 | 2025-01-27T08:51:42.377Z | Checking bzip2-sys v0.1.11+1.0.8 |
1978 | 2025-01-27T08:51:42.407Z | Checking async-stream v0.3.6 |
1979 | 2025-01-27T08:51:42.486Z | Checking hostname v0.4.0 |
1980 | 2025-01-27T08:51:42.522Z | Checking bit-vec v0.8.0 |
1981 | 2025-01-27T08:51:42.558Z | Checking bzip2 v0.4.4 |
1982 | 2025-01-27T08:51:42.601Z | Checking signal-hook-mio v0.2.4 |
1983 | 2025-01-27T08:51:42.637Z | Checking console v0.15.10 |
1984 | 2025-01-27T08:51:42.765Z | Checking hash32 v0.2.1 |
1985 | 2025-01-27T08:51:42.865Z | Checking unicode-bidi v0.3.18 |
1986 | 2025-01-27T08:51:42.899Z | Checking bit-set v0.8.0 |
1987 | 2025-01-27T08:51:43.022Z | Checking unicode-properties v0.1.3 |
1988 | 2025-01-27T08:51:43.063Z | Checking predicates-core v1.0.9 |
1989 | 2025-01-27T08:51:43.190Z | Checking siphasher v1.0.1 |
1990 | 2025-01-27T08:51:43.218Z | Checking linked-hash-map v0.5.6 |
1991 | 2025-01-27T08:51:43.265Z | Checking heapless v0.7.17 |
1992 | 2025-01-27T08:51:43.389Z | Checking crossterm v0.28.1 |
1993 | 2025-01-27T08:51:43.470Z | Checking stringprep v0.1.5 |
1994 | 2025-01-27T08:51:43.504Z | Checking phf_shared v0.11.3 |
1995 | 2025-01-27T08:51:43.539Z | Checking lru-cache v0.1.2 |
1996 | 2025-01-27T08:51:43.699Z | Checking tokio-rustls v0.25.0 |
1997 | 2025-01-27T08:51:43.818Z | Checking rayon v1.10.0 |
1998 | 2025-01-27T08:51:43.821Z | Checking similar v2.7.0 |
1999 | 2025-01-27T08:51:43.821Z | Checking tokio-stream v0.1.17 |
2000 | 2025-01-27T08:51:44.075Z | Checking dropshot v0.12.0 |
2001 | 2025-01-27T08:51:44.156Z | Checking newtype-uuid v1.2.1 |
2002 | 2025-01-27T08:51:44.435Z | Checking md-5 v0.10.6 |
2003 | 2025-01-27T08:51:44.525Z | Checking toml v0.7.8 |
2004 | 2025-01-27T08:51:44.555Z | Checking float-cmp v0.10.0 |
2005 | 2025-01-27T08:51:44.584Z | Checking normalize-line-endings v0.3.0 |
2006 | 2025-01-27T08:51:44.681Z | Checking fixedbitset v0.4.2 |
2007 | 2025-01-27T08:51:44.729Z | Checking difflib v0.4.0 |
2008 | 2025-01-27T08:51:44.774Z | Checking siphasher v0.3.11 |
2009 | 2025-01-27T08:51:44.961Z | Checking fallible-iterator v0.2.0 |
2010 | 2025-01-27T08:51:45.023Z | Checking petgraph v0.6.5 |
2011 | 2025-01-27T08:51:45.082Z | Checking predicates v3.1.3 |
2012 | 2025-01-27T08:51:45.110Z | Checking phf_shared v0.10.0 |
2013 | 2025-01-27T08:51:45.179Z | Checking smoltcp v0.9.1 |
2014 | 2025-01-27T08:51:45.375Z | Checking phf v0.11.3 |
2015 | 2025-01-27T08:51:45.575Z | Checking postgres-protocol v0.6.7 |
2016 | 2025-01-27T08:51:45.649Z | Checking zip v0.6.6 |
2017 | 2025-01-27T08:51:45.713Z | Checking resolv-conf v0.7.0 |
2018 | 2025-01-27T08:51:46.053Z | Checking tungstenite v0.24.0 |
2019 | 2025-01-27T08:51:46.089Z | Checking fs-err v2.11.0 |
2020 | 2025-01-27T08:51:46.254Z | Checking serde-big-array v0.5.1 |
2021 | 2025-01-27T08:51:46.311Z | Checking portable-atomic v1.10.0 |
2022 | 2025-01-27T08:51:46.496Z | Checking new_debug_unreachable v1.0.6 |
2023 | 2025-01-27T08:51:46.554Z | Checking precomputed-hash v0.1.1 |
2024 | 2025-01-27T08:51:46.614Z | Checking minimal-lexical v0.2.1 |
2025 | 2025-01-27T08:51:46.642Z | Checking number_prefix v0.4.0 |
2026 | 2025-01-27T08:51:46.692Z | Checking lalrpop-util v0.19.12 |
2027 | 2025-01-27T08:51:46.843Z | Checking string_cache v0.8.7 |
2028 | 2025-01-27T08:51:46.959Z | Checking tokio-tungstenite v0.24.0 |
2029 | 2025-01-27T08:51:47.004Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2030 | 2025-01-27T08:51:47.055Z | Checking nom v7.1.3 |
2031 | 2025-01-27T08:51:47.148Z | Checking postgres-types v0.2.8 |
2032 | 2025-01-27T08:51:47.243Z | Checking hickory-resolver v0.24.2 |
2033 | 2025-01-27T08:51:47.335Z | Checking indicatif v0.17.9 |
2034 | 2025-01-27T08:51:47.425Z | Checking itertools v0.12.1 |
2035 | 2025-01-27T08:51:47.588Z | Checking peg-runtime v0.8.3 |
2036 | 2025-01-27T08:51:47.827Z | Checking whoami v1.5.2 |
2037 | 2025-01-27T08:51:47.972Z | Compiling regress v0.10.3 |
2038 | 2025-01-27T08:51:48.034Z | Compiling ident_case v1.0.1 |
2039 | 2025-01-27T08:51:48.062Z | Compiling unsafe-libyaml v0.2.11 |
2040 | 2025-01-27T08:51:48.130Z | Checking tokio-postgres v0.7.12 |
2041 | 2025-01-27T08:51:48.220Z | Compiling darling_core v0.20.10 |
2042 | 2025-01-27T08:51:48.794Z | Checking qorb v0.2.1 |
2043 | 2025-01-27T08:51:49.595Z | Compiling serde_yaml v0.9.34+deprecated |
2044 | 2025-01-27T08:51:49.775Z | Checking heck v0.5.0 |
2045 | 2025-01-27T08:51:49.991Z | Checking fastrand v2.3.0 |
2046 | 2025-01-27T08:51:50.308Z | Checking ipnetwork v0.20.0 |
2047 | 2025-01-27T08:51:50.693Z | Checking progenitor-client v0.9.1 |
2048 | 2025-01-27T08:51:51.105Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2049 | 2025-01-27T08:51:51.133Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2050 | 2025-01-27T08:51:51.313Z | Compiling structmeta-derive v0.3.0 |
2051 | 2025-01-27T08:51:51.487Z | Checking strum v0.26.3 |
2052 | 2025-01-27T08:51:51.658Z | Compiling dropshot v0.15.1 |
2053 | 2025-01-27T08:51:51.881Z | Compiling typify-impl v0.2.0 |
2054 | 2025-01-27T08:51:52.046Z | Checking hashbrown v0.14.5 |
2055 | 2025-01-27T08:51:52.373Z | Checking macaddr v1.0.1 |
2056 | 2025-01-27T08:51:52.713Z | Compiling dropshot_endpoint v0.15.1 |
2057 | 2025-01-27T08:51:52.753Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2058 | 2025-01-27T08:51:53.130Z | Checking tempfile v3.15.0 |
2059 | 2025-01-27T08:51:53.132Z | Checking progenitor-client v0.8.0 |
2060 | 2025-01-27T08:51:53.484Z | Checking instant v0.1.13 |
2061 | 2025-01-27T08:51:53.514Z | Checking regress v0.9.1 |
2062 | 2025-01-27T08:51:53.517Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2063 | 2025-01-27T08:51:53.610Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2064 | 2025-01-27T08:51:54.023Z | Compiling structmeta v0.3.0 |
2065 | 2025-01-27T08:51:54.104Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2066 | 2025-01-27T08:51:54.225Z | Compiling darling_macro v0.20.10 |
2067 | 2025-01-27T08:51:54.337Z | Checking backoff v0.4.0 |
2068 | 2025-01-27T08:51:54.413Z | Compiling parse-display-derive v0.10.0 |
2069 | 2025-01-27T08:51:54.510Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2070 | 2025-01-27T08:51:54.643Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2071 | 2025-01-27T08:51:54.680Z | Checking wait-timeout v0.2.0 |
2072 | 2025-01-27T08:51:54.812Z | Checking rand_xorshift v0.3.0 |
2073 | 2025-01-27T08:51:54.887Z | Checking rusty-fork v0.3.0 |
2074 | 2025-01-27T08:51:55.020Z | Checking unarray v0.1.4 |
2075 | 2025-01-27T08:51:55.130Z | Compiling darling v0.20.10 |
2076 | 2025-01-27T08:51:55.193Z | Compiling structmeta-derive v0.2.0 |
2077 | 2025-01-27T08:51:55.220Z | Checking proptest v1.6.0 |
2078 | 2025-01-27T08:51:55.263Z | Compiling serde_with_macros v3.12.0 |
2079 | 2025-01-27T08:51:55.990Z | Checking camino-tempfile v1.1.1 |
2080 | 2025-01-27T08:51:56.280Z | Compiling proc-macro-error v1.0.4 |
2081 | 2025-01-27T08:51:56.930Z | Compiling proc-macro-crate v1.3.1 |
2082 | 2025-01-27T08:51:56.963Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2083 | 2025-01-27T08:51:57.347Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2084 | 2025-01-27T08:51:57.672Z | Compiling foreign-types-macros v0.2.3 |
2085 | 2025-01-27T08:51:57.806Z | Compiling structmeta v0.2.0 |
2086 | 2025-01-27T08:51:57.845Z | Compiling num_enum_derive v0.5.11 |
2087 | 2025-01-27T08:51:57.902Z | Checking serde_with v3.12.0 |
2088 | 2025-01-27T08:51:58.184Z | Compiling test-strategy v0.3.1 |
2089 | 2025-01-27T08:51:58.488Z | Checking parse-display v0.10.0 |
2090 | 2025-01-27T08:51:58.742Z | Checking foreign-types-shared v0.3.1 |
2091 | 2025-01-27T08:51:58.884Z | Checking foreign-types v0.5.0 |
2092 | 2025-01-27T08:51:59.007Z | Checking tabwriter v1.4.1 |
2093 | 2025-01-27T08:51:59.189Z | Checking cstr-argument v0.1.2 |
2094 | 2025-01-27T08:51:59.281Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2095 | 2025-01-27T08:51:59.385Z | Checking pretty-hex v0.2.1 |
2096 | 2025-01-27T08:51:59.569Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2097 | 2025-01-27T08:51:59.595Z | Checking colored v2.2.0 |
2098 | 2025-01-27T08:51:59.907Z | Checking smf v0.2.3 |
2099 | 2025-01-27T08:51:59.987Z | Checking itertools v0.13.0 |
2100 | 2025-01-27T08:52:00.094Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2101 | 2025-01-27T08:52:00.118Z | Checking num_enum v0.5.11 |
2102 | 2025-01-27T08:52:00.264Z | Checking base64 v0.21.7 |
2103 | 2025-01-27T08:52:00.291Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2104 | 2025-01-27T08:52:00.360Z | Checking termtree v0.5.1 |
2105 | 2025-01-27T08:52:00.571Z | Compiling typify-impl v0.3.0 |
2106 | 2025-01-27T08:52:00.597Z | Compiling crucible-workspace-hack v0.1.0 |
2107 | 2025-01-27T08:52:00.727Z | Compiling zerocopy v0.8.14 |
2108 | 2025-01-27T08:52:00.873Z | Checking atomicwrites v0.4.4 |
2109 | 2025-01-27T08:52:01.090Z | Compiling zerocopy-derive v0.8.14 |
2110 | 2025-01-27T08:52:01.622Z | Compiling heapless v0.8.0 |
2111 | 2025-01-27T08:52:01.659Z | Checking predicates-tree v1.0.12 |
2112 | 2025-01-27T08:52:01.839Z | Checking hash32 v0.3.1 |
2113 | 2025-01-27T08:52:02.063Z | Compiling smoltcp v0.11.0 |
2114 | 2025-01-27T08:52:02.449Z | Checking cobs v0.2.3 |
2115 | 2025-01-27T08:52:02.645Z | Checking postcard v1.1.1 |
2116 | 2025-01-27T08:52:02.789Z | Checking sigpipe v0.1.3 |
2117 | 2025-01-27T08:52:02.916Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2118 | 2025-01-27T08:52:03.193Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2119 | 2025-01-27T08:52:03.306Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2120 | 2025-01-27T08:52:03.363Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2121 | 2025-01-27T08:52:03.390Z | Compiling mockall_derive v0.13.1 |
2122 | 2025-01-27T08:52:03.679Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2123 | 2025-01-27T08:52:03.742Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2124 | 2025-01-27T08:52:03.851Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2125 | 2025-01-27T08:52:04.154Z | Compiling zone_cfg_derive v0.3.0 |
2126 | 2025-01-27T08:52:05.571Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2127 | 2025-01-27T08:52:05.818Z | Compiling num-derive v0.4.2 |
2128 | 2025-01-27T08:52:05.908Z | Checking fragile v2.0.0 |
2129 | 2025-01-27T08:52:06.189Z | Checking downcast v0.11.0 |
2130 | 2025-01-27T08:52:06.216Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2131 | 2025-01-27T08:52:06.397Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2132 | 2025-01-27T08:52:06.591Z | Checking zone v0.3.0 |
2133 | 2025-01-27T08:52:06.693Z | Compiling convert_case v0.4.0 |
2134 | 2025-01-27T08:52:06.904Z | Compiling typify-macro v0.2.0 |
2135 | 2025-01-27T08:52:06.959Z | Checking tungstenite v0.21.0 |
2136 | 2025-01-27T08:52:07.372Z | Checking newline-converter v0.3.0 |
2137 | 2025-01-27T08:52:07.539Z | Compiling derive_more v0.99.18 |
2138 | 2025-01-27T08:52:07.543Z | Checking unicode-width v0.1.14 |
2139 | 2025-01-27T08:52:07.822Z | Checking tokio-tungstenite v0.21.0 |
2140 | 2025-01-27T08:52:08.065Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2141 | 2025-01-27T08:52:08.089Z | Checking expectorate v1.1.0 |
2142 | 2025-01-27T08:52:08.269Z | Checking same-file v1.0.6 |
2143 | 2025-01-27T08:52:08.314Z | Checking arc-swap v1.7.1 |
2144 | 2025-01-27T08:52:08.467Z | Checking walkdir v2.5.0 |
2145 | 2025-01-27T08:52:08.504Z | Checking xattr v1.4.0 |
2146 | 2025-01-27T08:52:08.720Z | Checking filetime v0.2.25 |
2147 | 2025-01-27T08:52:08.746Z | Checking slog-scope v4.4.0 |
2148 | 2025-01-27T08:52:08.766Z | Checking num-rational v0.4.2 |
2149 | 2025-01-27T08:52:08.943Z | Checking tar v0.4.43 |
2150 | 2025-01-27T08:52:08.969Z | Checking slog-stdlog v4.1.1 |
2151 | 2025-01-27T08:52:09.152Z | Checking slog-envlogger v2.2.0 |
2152 | 2025-01-27T08:52:09.386Z | Checking num-complex v0.4.6 |
2153 | 2025-01-27T08:52:09.412Z | Checking float-ord v0.3.2 |
2154 | 2025-01-27T08:52:09.583Z | Checking indent_write v2.2.0 |
2155 | 2025-01-27T08:52:09.754Z | Checking swrite v0.1.0 |
2156 | 2025-01-27T08:52:09.788Z | Compiling cancel-safe-futures v0.1.5 |
2157 | 2025-01-27T08:52:09.888Z | Compiling owo-colors v4.1.0 |
2158 | 2025-01-27T08:52:10.151Z | Checking libsw-core v0.3.1 |
2159 | 2025-01-27T08:52:10.237Z | Checking num v0.4.3 |
2160 | 2025-01-27T08:52:10.324Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2161 | 2025-01-27T08:52:10.376Z | Checking libsw v3.4.0 |
2162 | 2025-01-27T08:52:10.621Z | Checking password-hash v0.5.0 |
2163 | 2025-01-27T08:52:10.648Z | Compiling typify v0.2.0 |
2164 | 2025-01-27T08:52:10.803Z | Compiling progenitor-impl v0.8.0 |
2165 | 2025-01-27T08:52:10.967Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2166 | 2025-01-27T08:52:11.052Z | Checking blake2 v0.10.6 |
2167 | 2025-01-27T08:52:11.298Z | Checking mockall v0.13.1 |
2168 | 2025-01-27T08:52:11.566Z | Checking linear-map v1.2.0 |
2169 | 2025-01-27T08:52:11.611Z | Checking argon2 v0.5.3 |
2170 | 2025-01-27T08:52:11.790Z | Checking pem v3.0.4 |
2171 | 2025-01-27T08:52:11.903Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2172 | 2025-01-27T08:52:12.081Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2173 | 2025-01-27T08:52:12.351Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2174 | 2025-01-27T08:52:12.709Z | Compiling lzma-sys v0.1.20 |
2175 | 2025-01-27T08:52:12.811Z | Checking headers-core v0.3.0 |
2176 | 2025-01-27T08:52:12.935Z | Compiling heck v0.3.3 |
2177 | 2025-01-27T08:52:12.977Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2178 | 2025-01-27T08:52:13.118Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2179 | 2025-01-27T08:52:13.259Z | Checking highway v1.3.0 |
2180 | 2025-01-27T08:52:13.309Z | Compiling zone_cfg_derive v0.1.2 |
2181 | 2025-01-27T08:52:13.692Z | Checking headers v0.4.0 |
2182 | 2025-01-27T08:52:13.713Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2183 | 2025-01-27T08:52:14.017Z | Checking yasna v0.5.2 |
2184 | 2025-01-27T08:52:14.300Z | Checking base64 v0.13.1 |
2185 | 2025-01-27T08:52:14.409Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2186 | 2025-01-27T08:52:14.659Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2187 | 2025-01-27T08:52:14.683Z | Checking zone v0.1.8 |
2188 | 2025-01-27T08:52:14.714Z | Checking ron v0.7.1 |
2189 | 2025-01-27T08:52:14.842Z | Checking rcgen v0.12.1 |
2190 | 2025-01-27T08:52:15.316Z | Checking xz2 v0.1.7 |
2191 | 2025-01-27T08:52:15.508Z | Checking subprocess v0.2.9 |
2192 | 2025-01-27T08:52:15.535Z | Checking humantime v2.1.0 |
2193 | 2025-01-27T08:52:15.628Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2194 | 2025-01-27T08:52:15.778Z | Compiling semver v0.1.20 |
2195 | 2025-01-27T08:52:15.843Z | Checking prettyplease v0.2.29 |
2196 | 2025-01-27T08:52:16.004Z | Compiling typify-macro v0.3.0 |
2197 | 2025-01-27T08:52:16.031Z | Checking half v2.4.1 |
2198 | 2025-01-27T08:52:16.084Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2199 | 2025-01-27T08:52:16.346Z | Compiling rustc_version v0.1.7 |
2200 | 2025-01-27T08:52:16.429Z | Checking ciborium-io v0.2.2 |
2201 | 2025-01-27T08:52:16.583Z | Checking ciborium-ll v0.2.2 |
2202 | 2025-01-27T08:52:16.812Z | Compiling newtype_derive v0.1.6 |
2203 | 2025-01-27T08:52:16.903Z | Checking ciborium v0.2.2 |
2204 | 2025-01-27T08:52:17.309Z | Checking steno v0.4.1 |
2205 | 2025-01-27T08:52:17.775Z | Compiling progenitor-macro v0.8.0 |
2206 | 2025-01-27T08:52:19.839Z | Compiling typify v0.3.0 |
2207 | 2025-01-27T08:52:19.864Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2208 | 2025-01-27T08:52:19.990Z | Compiling progenitor-impl v0.9.1 |
2209 | 2025-01-27T08:52:20.327Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2210 | 2025-01-27T08:52:20.743Z | Compiling slog-dtrace v0.3.0 |
2211 | 2025-01-27T08:52:21.019Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2212 | 2025-01-27T08:52:21.144Z | Checking display-error-chain v0.2.2 |
2213 | 2025-01-27T08:52:21.335Z | Checking gethostname v0.5.0 |
2214 | 2025-01-27T08:52:21.505Z | Checking nibble_vec v0.1.0 |
2215 | 2025-01-27T08:52:21.610Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2216 | 2025-01-27T08:52:21.714Z | Compiling blake3 v1.5.5 |
2217 | 2025-01-27T08:52:21.739Z | Checking keccak v0.1.5 |
2218 | 2025-01-27T08:52:21.968Z | Checking endian-type v0.1.2 |
2219 | 2025-01-27T08:52:22.085Z | Checking sha3 v0.10.8 |
2220 | 2025-01-27T08:52:22.190Z | Checking radix_trie v0.2.1 |
2221 | 2025-01-27T08:52:22.498Z | Checking universal-hash v0.5.1 |
2222 | 2025-01-27T08:52:22.582Z | Checking secrecy v0.8.0 |
2223 | 2025-01-27T08:52:22.693Z | Checking opaque-debug v0.3.1 |
2224 | 2025-01-27T08:52:22.773Z | Checking aead v0.5.2 |
2225 | 2025-01-27T08:52:22.798Z | Checking poly1305 v0.8.0 |
2226 | 2025-01-27T08:52:22.938Z | Checking chacha20 v0.9.1 |
2227 | 2025-01-27T08:52:23.303Z | Compiling memmap2 v0.9.5 |
2228 | 2025-01-27T08:52:23.306Z | Compiling arrayref v0.3.9 |
2229 | 2025-01-27T08:52:23.445Z | Compiling arrayvec v0.7.6 |
2230 | 2025-01-27T08:52:23.739Z | Compiling constant_time_eq v0.3.1 |
2231 | 2025-01-27T08:52:23.845Z | Compiling toolchain_find v0.4.0 |
2232 | 2025-01-27T08:52:23.969Z | Compiling thiserror-impl-no-std v2.0.2 |
2233 | 2025-01-27T08:52:24.117Z | Compiling topological-sort v0.2.2 |
2234 | 2025-01-27T08:52:24.355Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2235 | 2025-01-27T08:52:24.379Z | Compiling rustfmt-wrapper v0.2.1 |
2236 | 2025-01-27T08:52:24.449Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2237 | 2025-01-27T08:52:24.701Z | Compiling omicron-zone-package v0.12.0 |
2238 | 2025-01-27T08:52:24.957Z | Checking chacha20poly1305 v0.10.1 |
2239 | 2025-01-27T08:52:24.988Z | Compiling async-recursion v1.1.1 |
2240 | 2025-01-27T08:52:25.027Z | Checking fxhash v0.2.1 |
2241 | 2025-01-27T08:52:25.151Z | Checking bumpalo v3.16.0 |
2242 | 2025-01-27T08:52:25.222Z | Checking lockfree-object-pool v0.1.6 |
2243 | 2025-01-27T08:52:25.480Z | Compiling zip v2.1.3 |
2244 | 2025-01-27T08:52:25.503Z | Checking simd-adler32 v0.3.7 |
2245 | 2025-01-27T08:52:25.834Z | Checking maplit v1.0.2 |
2246 | 2025-01-27T08:52:25.857Z | Checking zopfli v0.8.1 |
2247 | 2025-01-27T08:52:25.963Z | Checking termcolor v1.4.1 |
2248 | 2025-01-27T08:52:26.398Z | Compiling radium v0.7.0 |
2249 | 2025-01-27T08:52:26.459Z | Compiling const_format_proc_macros v0.2.34 |
2250 | 2025-01-27T08:52:26.744Z | Checking tap v1.0.1 |
2251 | 2025-01-27T08:52:26.771Z | Checking thiserror-no-std v2.0.2 |
2252 | 2025-01-27T08:52:26.902Z | Checking vsss-rs v3.3.4 |
2253 | 2025-01-27T08:52:26.932Z | Compiling maybe-uninit v2.0.0 |
2254 | 2025-01-27T08:52:27.035Z | Compiling progenitor-macro v0.9.1 |
2255 | 2025-01-27T08:52:27.376Z | Checking wyz v0.5.1 |
2256 | 2025-01-27T08:52:27.506Z | Checking home v0.5.11 |
2257 | 2025-01-27T08:52:27.614Z | Checking crc-catalog v2.4.0 |
2258 | 2025-01-27T08:52:27.671Z | Compiling packed_struct v0.10.1 |
2259 | 2025-01-27T08:52:27.739Z | Checking funty v2.0.0 |
2260 | 2025-01-27T08:52:27.782Z | Checking crc v3.2.1 |
2261 | 2025-01-27T08:52:28.242Z | Checking kstat-rs v0.2.4 |
2262 | 2025-01-27T08:52:28.268Z | Compiling packed_struct_codegen v0.10.1 |
2263 | 2025-01-27T08:52:28.367Z | Checking const_format v0.2.34 |
2264 | 2025-01-27T08:52:28.590Z | Compiling indexmap v1.9.3 |
2265 | 2025-01-27T08:52:28.614Z | Checking bitvec v1.0.1 |
2266 | 2025-01-27T08:52:28.868Z | Checking nodrop v0.1.14 |
2267 | 2025-01-27T08:52:28.912Z | Compiling libefi-sys v0.1.0 |
2268 | 2025-01-27T08:52:29.015Z | Checking array-init v0.0.4 |
2269 | 2025-01-27T08:52:29.268Z | Checking smallvec v0.6.14 |
2270 | 2025-01-27T08:52:29.660Z | Checking fd-lock v4.0.2 |
2271 | 2025-01-27T08:52:29.809Z | Checking vte v0.14.1 |
2272 | 2025-01-27T08:52:29.871Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
2273 | 2025-01-27T08:52:29.894Z | Compiling bitfield-struct v0.6.2 |
2274 | 2025-01-27T08:52:30.082Z | Checking hashbrown v0.12.3 |
2275 | 2025-01-27T08:52:30.284Z | Checking bitfield v0.14.0 |
2276 | 2025-01-27T08:52:30.350Z | Checking progenitor v0.8.0 |
2277 | 2025-01-27T08:52:30.563Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2278 | 2025-01-27T08:52:30.587Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2279 | 2025-01-27T08:52:30.830Z | Checking strip-ansi-escapes v0.2.1 |
2280 | 2025-01-27T08:52:30.994Z | Checking serde-hex v0.1.0 |
2281 | 2025-01-27T08:52:31.225Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2282 | 2025-01-27T08:52:31.846Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2283 | 2025-01-27T08:52:32.106Z | Checking env_logger v0.10.2 |
2284 | 2025-01-27T08:52:32.130Z | Checking ron v0.8.1 |
2285 | 2025-01-27T08:52:32.527Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2286 | 2025-01-27T08:52:32.840Z | Checking hashbrown v0.13.2 |
2287 | 2025-01-27T08:52:33.411Z | Checking nu-ansi-term v0.50.1 |
2288 | 2025-01-27T08:52:33.786Z | Checking crc-any v2.5.0 |
2289 | 2025-01-27T08:52:33.851Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2290 | 2025-01-27T08:52:33.986Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2291 | 2025-01-27T08:52:34.181Z | Checking reedline v0.35.0 |
2292 | 2025-01-27T08:52:34.434Z | Checking object v0.30.4 |
2293 | 2025-01-27T08:52:34.733Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2294 | 2025-01-27T08:52:34.757Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2295 | 2025-01-27T08:52:34.885Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2296 | 2025-01-27T08:52:35.402Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2297 | 2025-01-27T08:52:35.438Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2298 | 2025-01-27T08:52:35.653Z | Checking path-slash v0.1.5 |
2299 | 2025-01-27T08:52:35.815Z | Compiling parking_lot_core v0.8.6 |
2300 | 2025-01-27T08:52:37.156Z | Compiling phf_generator v0.11.3 |
2301 | 2025-01-27T08:52:37.203Z | Checking glob v0.3.2 |
2302 | 2025-01-27T08:52:37.541Z | Checking bytecount v0.6.8 |
2303 | 2025-01-27T08:52:37.596Z | Compiling phf_codegen v0.11.3 |
2304 | 2025-01-27T08:52:37.715Z | Checking papergrid v0.11.0 |
2305 | 2025-01-27T08:52:37.827Z | Checking parking_lot v0.11.2 |
2306 | 2025-01-27T08:52:38.066Z | Compiling tabled_derive v0.7.0 |
2307 | 2025-01-27T08:52:38.198Z | Compiling parse-zoneinfo v0.3.1 |
2308 | 2025-01-27T08:52:39.137Z | Compiling cfg_aliases v0.1.1 |
2309 | 2025-01-27T08:52:39.259Z | Compiling nix v0.28.0 |
2310 | 2025-01-27T08:52:39.317Z | Checking progenitor v0.9.1 |
2311 | 2025-01-27T08:52:39.573Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2312 | 2025-01-27T08:52:39.911Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2313 | 2025-01-27T08:52:40.035Z | Compiling chrono-tz-build v0.4.0 |
2314 | 2025-01-27T08:52:40.221Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2315 | 2025-01-27T08:52:40.264Z | Checking tabled v0.15.0 |
2316 | 2025-01-27T08:52:41.223Z | Checking sled v0.34.7 |
2317 | 2025-01-27T08:52:43.084Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2318 | 2025-01-27T08:52:43.713Z | Checking hickory-client v0.24.2 |
2319 | 2025-01-27T08:52:44.040Z | Checking hickory-server v0.24.2 |
2320 | 2025-01-27T08:52:44.229Z | Compiling chrono-tz v0.10.1 |
2321 | 2025-01-27T08:52:44.441Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2322 | 2025-01-27T08:52:44.908Z | Compiling buf-list v1.0.3 |
2323 | 2025-01-27T08:52:45.603Z | Compiling peg-macros v0.8.4 |
2324 | 2025-01-27T08:52:45.864Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2325 | 2025-01-27T08:52:46.133Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2326 | 2025-01-27T08:52:46.626Z | Compiling sqlparser_derive v0.2.2 |
2327 | 2025-01-27T08:52:47.211Z | Checking unicode_categories v0.1.1 |
2328 | 2025-01-27T08:52:47.514Z | Checking sqlformat v0.2.6 |
2329 | 2025-01-27T08:52:47.635Z | Checking sqlparser v0.45.0 |
2330 | 2025-01-27T08:52:47.793Z | Checking rustyline v14.0.0 |
2331 | 2025-01-27T08:52:48.214Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2332 | 2025-01-27T08:52:48.808Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2333 | 2025-01-27T08:52:48.972Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2334 | 2025-01-27T08:52:49.324Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2335 | 2025-01-27T08:52:50.815Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2336 | 2025-01-27T08:52:51.670Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2337 | 2025-01-27T08:52:52.198Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2338 | 2025-01-27T08:52:53.024Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2339 | 2025-01-27T08:52:53.127Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2340 | 2025-01-27T08:52:53.458Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2341 | 2025-01-27T08:52:53.508Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2342 | 2025-01-27T08:52:54.340Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2343 | 2025-01-27T08:52:54.728Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2344 | 2025-01-27T08:52:54.752Z | Checking peg v0.8.4 |
2345 | 2025-01-27T08:52:54.868Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2346 | 2025-01-27T08:52:55.771Z | Checking bcs v0.1.6 |
2347 | 2025-01-27T08:52:55.841Z | Checking primeorder v0.13.6 |
2348 | 2025-01-27T08:52:56.235Z | Compiling unicase v2.8.1 |
2349 | 2025-01-27T08:52:56.314Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2350 | 2025-01-27T08:52:56.652Z | Compiling mime_guess v2.0.5 |
2351 | 2025-01-27T08:52:56.940Z | Checking nanorand v0.7.0 |
2352 | 2025-01-27T08:52:57.323Z | Checking http-range v0.1.5 |
2353 | 2025-01-27T08:52:57.517Z | Checking flume v0.11.1 |
2354 | 2025-01-27T08:52:57.737Z | Checking atty v0.2.14 |
2355 | 2025-01-27T08:52:57.889Z | Compiling salty v0.3.0 |
2356 | 2025-01-27T08:52:57.968Z | Checking p384 v0.13.0 |
2357 | 2025-01-27T08:52:58.348Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2358 | 2025-01-27T08:52:58.895Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2359 | 2025-01-27T08:52:58.927Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2360 | 2025-01-27T08:52:59.110Z | Checking hyper-staticfile v0.10.1 |
2361 | 2025-01-27T08:52:59.543Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2362 | 2025-01-27T08:52:59.639Z | Compiling dsl_auto_type v0.1.2 |
2363 | 2025-01-27T08:52:59.931Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2364 | 2025-01-27T08:52:59.955Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2365 | 2025-01-27T08:52:59.979Z | Checking scheduled-thread-pool v0.2.7 |
2366 | 2025-01-27T08:53:00.037Z | Checking env_filter v0.1.3 |
2367 | 2025-01-27T08:53:00.199Z | Compiling diesel_table_macro_syntax v0.2.0 |
2368 | 2025-01-27T08:53:00.277Z | Compiling crunchy v0.2.3 |
2369 | 2025-01-27T08:53:00.371Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2370 | 2025-01-27T08:53:00.595Z | Checking env_logger v0.11.6 |
2371 | 2025-01-27T08:53:00.704Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2372 | 2025-01-27T08:53:00.945Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2373 | 2025-01-27T08:53:01.107Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2374 | 2025-01-27T08:53:01.291Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2375 | 2025-01-27T08:53:02.123Z | Compiling diesel_derives v2.2.3 |
2376 | 2025-01-27T08:53:02.547Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2377 | 2025-01-27T08:53:02.636Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2378 | 2025-01-27T08:53:03.546Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2379 | 2025-01-27T08:53:04.566Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2380 | 2025-01-27T08:53:05.171Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2381 | 2025-01-27T08:53:05.422Z | Checking r2d2 v0.8.10 |
2382 | 2025-01-27T08:53:05.606Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2383 | 2025-01-27T08:53:05.748Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2384 | 2025-01-27T08:53:06.353Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2385 | 2025-01-27T08:53:07.105Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2386 | 2025-01-27T08:53:07.286Z | Compiling tiny-keccak v2.0.2 |
2387 | 2025-01-27T08:53:07.452Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2388 | 2025-01-27T08:53:07.742Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2389 | 2025-01-27T08:53:07.765Z | Compiling bit-vec v0.6.3 |
2390 | 2025-01-27T08:53:07.991Z | Compiling ref-cast v1.0.23 |
2391 | 2025-01-27T08:53:08.039Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2392 | 2025-01-27T08:53:08.196Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2393 | 2025-01-27T08:53:08.591Z | Compiling bit-set v0.5.3 |
2394 | 2025-01-27T08:53:09.533Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2395 | 2025-01-27T08:53:09.654Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2396 | 2025-01-27T08:53:09.796Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2397 | 2025-01-27T08:53:09.946Z | Compiling ascii-canvas v3.0.0 |
2398 | 2025-01-27T08:53:10.100Z | Compiling ena v0.14.3 |
2399 | 2025-01-27T08:53:10.230Z | Compiling ref-cast-impl v1.0.23 |
2400 | 2025-01-27T08:53:10.444Z | Compiling diff v0.1.13 |
2401 | 2025-01-27T08:53:10.513Z | Compiling regex-syntax v0.6.29 |
2402 | 2025-01-27T08:53:11.066Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2403 | 2025-01-27T08:53:11.528Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2404 | 2025-01-27T08:53:11.963Z | Compiling pin-project-internal v1.1.8 |
2405 | 2025-01-27T08:53:12.544Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2406 | 2025-01-27T08:53:12.852Z | Compiling derive_builder_core v0.20.2 |
2407 | 2025-01-27T08:53:13.259Z | Compiling libxml v0.3.3 |
2408 | 2025-01-27T08:53:13.727Z | Checking diesel v2.2.6 |
2409 | 2025-01-27T08:53:13.750Z | Compiling lalrpop v0.19.12 |
2410 | 2025-01-27T08:53:14.560Z | Checking signal-hook-tokio v0.3.1 |
2411 | 2025-01-27T08:53:14.654Z | Checking pin-project v1.1.8 |
2412 | 2025-01-27T08:53:14.760Z | Compiling strum_macros v0.24.3 |
2413 | 2025-01-27T08:53:14.801Z | Compiling samael v0.0.17 |
2414 | 2025-01-27T08:53:15.039Z | Compiling derive_builder_macro v0.20.2 |
2415 | 2025-01-27T08:53:15.566Z | Compiling snafu-derive v0.8.5 |
2416 | 2025-01-27T08:53:15.861Z | Compiling indoc v1.0.9 |
2417 | 2025-01-27T08:53:15.906Z | Checking derive_builder v0.20.2 |
2418 | 2025-01-27T08:53:16.715Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2419 | 2025-01-27T08:53:17.643Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2420 | 2025-01-27T08:53:17.876Z | Checking olpc-cjson v0.1.4 |
2421 | 2025-01-27T08:53:17.939Z | Checking globset v0.4.15 |
2422 | 2025-01-27T08:53:18.058Z | Checking serde_plain v1.0.2 |
2423 | 2025-01-27T08:53:18.110Z | Checking quick-xml v0.33.0 |
2424 | 2025-01-27T08:53:18.298Z | Compiling oso-derive v0.27.3 |
2425 | 2025-01-27T08:53:18.442Z | Compiling impl-trait-for-tuples v0.2.3 |
2426 | 2025-01-27T08:53:18.584Z | Compiling memoffset v0.9.1 |
2427 | 2025-01-27T08:53:18.921Z | Checking typed-path v0.9.3 |
2428 | 2025-01-27T08:53:19.463Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2429 | 2025-01-27T08:53:20.477Z | Checking snafu v0.8.5 |
2430 | 2025-01-27T08:53:20.758Z | Checking tungstenite v0.23.0 |
2431 | 2025-01-27T08:53:20.915Z | Checking tough v0.19.0 |
2432 | 2025-01-27T08:53:21.146Z | Compiling diesel-dtrace v0.4.2 |
2433 | 2025-01-27T08:53:21.436Z | Checking parse-size v1.1.0 |
2434 | 2025-01-27T08:53:21.690Z | Checking tokio-tungstenite v0.23.1 |
2435 | 2025-01-27T08:53:21.865Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2436 | 2025-01-27T08:53:22.176Z | Checking bb8 v0.8.6 |
2437 | 2025-01-27T08:53:22.200Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2438 | 2025-01-27T08:53:22.473Z | Checking nix v0.27.1 |
2439 | 2025-01-27T08:53:22.594Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2440 | 2025-01-27T08:53:22.684Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2441 | 2025-01-27T08:53:22.863Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2442 | 2025-01-27T08:53:23.840Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2443 | 2025-01-27T08:53:24.687Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2444 | 2025-01-27T08:53:25.274Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2445 | 2025-01-27T08:53:25.408Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2446 | 2025-01-27T08:53:25.432Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2447 | 2025-01-27T08:53:25.847Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#750714d4) |
2448 | 2025-01-27T08:53:26.090Z | Checking rand_seeder v0.3.0 |
2449 | 2025-01-27T08:53:26.273Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2450 | 2025-01-27T08:53:26.295Z | Checking assert_matches v1.5.0 |
2451 | 2025-01-27T08:53:26.343Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2452 | 2025-01-27T08:53:26.411Z | Compiling indoc v2.0.5 |
2453 | 2025-01-27T08:53:26.435Z | Compiling libz-sys v1.1.21 |
2454 | 2025-01-27T08:53:26.606Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2455 | 2025-01-27T08:53:27.207Z | Checking castaway v0.2.3 |
2456 | 2025-01-27T08:53:27.358Z | Checking is_ci v1.2.0 |
2457 | 2025-01-27T08:53:27.383Z | Checking compact_str v0.8.1 |
2458 | 2025-01-27T08:53:27.386Z | Compiling instability v0.3.7 |
2459 | 2025-01-27T08:53:27.500Z | Checking supports-color v3.0.2 |
2460 | 2025-01-27T08:53:27.709Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2461 | 2025-01-27T08:53:28.189Z | Checking unicode-truncate v1.1.0 |
2462 | 2025-01-27T08:53:28.263Z | Checking lru v0.12.5 |
2463 | 2025-01-27T08:53:28.426Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2464 | 2025-01-27T08:53:28.450Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2465 | 2025-01-27T08:53:28.536Z | Checking cassowary v0.3.0 |
2466 | 2025-01-27T08:53:28.976Z | Checking ratatui v0.28.1 |
2467 | 2025-01-27T08:53:29.068Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2468 | 2025-01-27T08:53:29.241Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2469 | 2025-01-27T08:53:29.435Z | Checking cargo-platform v0.1.9 |
2470 | 2025-01-27T08:53:29.677Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2471 | 2025-01-27T08:53:29.739Z | Compiling vergen v8.3.2 |
2472 | 2025-01-27T08:53:30.531Z | Checking smawk v0.3.2 |
2473 | 2025-01-27T08:53:30.555Z | Checking unicode-linebreak v0.1.5 |
2474 | 2025-01-27T08:53:30.766Z | Compiling cargo_metadata v0.18.1 |
2475 | 2025-01-27T08:53:30.926Z | Checking textwrap v0.16.1 |
2476 | 2025-01-27T08:53:31.319Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2477 | 2025-01-27T08:53:31.841Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2478 | 2025-01-27T08:53:31.963Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2479 | 2025-01-27T08:53:32.255Z | Compiling libsqlite3-sys v0.30.1 |
2480 | 2025-01-27T08:53:32.772Z | Compiling rustls v0.21.12 |
2481 | 2025-01-27T08:53:33.048Z | Checking shell-words v1.1.0 |
2482 | 2025-01-27T08:53:33.239Z | Compiling cfg_aliases v0.2.1 |
2483 | 2025-01-27T08:53:33.342Z | Compiling nix v0.29.0 |
2484 | 2025-01-27T08:53:33.470Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2485 | 2025-01-27T08:53:33.626Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2486 | 2025-01-27T08:53:33.783Z | Checking rustls-webpki v0.101.7 |
2487 | 2025-01-27T08:53:33.895Z | Checking sct v0.7.1 |
2488 | 2025-01-27T08:53:34.121Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2489 | 2025-01-27T08:53:34.226Z | Checking hashlink v0.9.1 |
2490 | 2025-01-27T08:53:34.405Z | Checking concurrent-queue v2.5.0 |
2491 | 2025-01-27T08:53:34.425Z | Checking fallible-streaming-iterator v0.1.9 |
2492 | 2025-01-27T08:53:34.674Z | Checking parking v2.2.1 |
2493 | 2025-01-27T08:53:34.733Z | Checking fallible-iterator v0.3.0 |
2494 | 2025-01-27T08:53:34.756Z | Checking plotters-backend v0.3.7 |
2495 | 2025-01-27T08:53:34.786Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2496 | 2025-01-27T08:53:34.857Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2497 | 2025-01-27T08:53:35.135Z | Checking plotters-svg v0.3.7 |
2498 | 2025-01-27T08:53:35.325Z | Checking rusqlite v0.32.1 |
2499 | 2025-01-27T08:53:35.877Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2500 | 2025-01-27T08:53:36.004Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2501 | 2025-01-27T08:53:36.621Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2502 | 2025-01-27T08:53:36.654Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2503 | 2025-01-27T08:53:37.436Z | Checking tokio-rustls v0.24.1 |
2504 | 2025-01-27T08:53:37.513Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2505 | 2025-01-27T08:53:37.627Z | Checking rustls-pemfile v1.0.4 |
2506 | 2025-01-27T08:53:37.800Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2507 | 2025-01-27T08:53:37.824Z | Checking twox-hash v1.6.3 |
2508 | 2025-01-27T08:53:37.851Z | Checking cast v0.3.0 |
2509 | 2025-01-27T08:53:38.141Z | Checking criterion-plot v0.5.0 |
2510 | 2025-01-27T08:53:38.144Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2511 | 2025-01-27T08:53:38.340Z | Checking plotters v0.3.7 |
2512 | 2025-01-27T08:53:38.629Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2513 | 2025-01-27T08:53:39.951Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2514 | 2025-01-27T08:53:40.350Z | Checking fatfs v0.3.6 |
2515 | 2025-01-27T08:53:40.664Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2516 | 2025-01-27T08:53:41.365Z | Checking tinytemplate v1.2.1 |
2517 | 2025-01-27T08:53:41.530Z | Checking csv-core v0.1.11 |
2518 | 2025-01-27T08:53:41.599Z | Checking hex-literal v0.4.1 |
2519 | 2025-01-27T08:53:41.757Z | Checking anes v0.1.6 |
2520 | 2025-01-27T08:53:41.779Z | Checking oorandom v11.1.4 |
2521 | 2025-01-27T08:53:41.868Z | Checking csv v1.3.1 |
2522 | 2025-01-27T08:53:41.962Z | Checking event-listener v5.4.0 |
2523 | 2025-01-27T08:53:42.101Z | Checking criterion v0.5.1 |
2524 | 2025-01-27T08:53:42.330Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2525 | 2025-01-27T08:53:42.639Z | Checking rtoolbox v0.0.2 |
2526 | 2025-01-27T08:53:42.866Z | Checking rpassword v7.3.1 |
2527 | 2025-01-27T08:53:43.022Z | Checking event-listener-strategy v0.5.3 |
2528 | 2025-01-27T08:53:43.246Z | Checking tui-tree-widget v0.22.0 |
2529 | 2025-01-27T08:53:43.517Z | Checking async-bb8-diesel v0.2.1 |
2530 | 2025-01-27T08:53:44.438Z | Checking polyval v0.6.2 |
2531 | 2025-01-27T08:53:44.736Z | Checking ghash v0.5.1 |
2532 | 2025-01-27T08:53:44.757Z | Checking futures-lite v2.6.0 |
2533 | 2025-01-27T08:53:46.069Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2534 | 2025-01-27T08:53:46.402Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2535 | 2025-01-27T08:53:46.688Z | Checking ctr v0.9.2 |
2536 | 2025-01-27T08:53:47.002Z | Checking yansi v1.0.1 |
2537 | 2025-01-27T08:53:47.356Z | Checking aes-gcm v0.10.3 |
2538 | 2025-01-27T08:53:47.409Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2539 | 2025-01-27T08:53:47.517Z | Checking pretty_assertions v1.4.1 |
2540 | 2025-01-27T08:53:47.598Z | Checking ssh-encoding v0.2.0 |
2541 | 2025-01-27T08:53:47.732Z | Checking blowfish v0.9.1 |
2542 | 2025-01-27T08:53:47.934Z | Checking ssh-cipher v0.2.0 |
2543 | 2025-01-27T08:53:47.983Z | Checking bcrypt-pbkdf v0.10.0 |
2544 | 2025-01-27T08:53:48.216Z | Checking async-lock v3.4.0 |
2545 | 2025-01-27T08:53:48.265Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2546 | 2025-01-27T08:53:49.007Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2547 | 2025-01-27T08:53:49.113Z | Checking polling v3.7.4 |
2548 | 2025-01-27T08:53:49.460Z | Checking password-hash v0.4.2 |
2549 | 2025-01-27T08:53:49.916Z | Checking pbkdf2 v0.11.0 |
2550 | 2025-01-27T08:53:50.149Z | Checking async-io v2.4.0 |
2551 | 2025-01-27T08:53:50.287Z | Checking ssh-key v0.6.7 |
2552 | 2025-01-27T08:53:51.038Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2553 | 2025-01-27T08:53:51.713Z | Checking p521 v0.13.3 |
2554 | 2025-01-27T08:53:51.807Z | Checking p256 v0.13.2 |
2555 | 2025-01-27T08:53:52.286Z | Checking russh-cryptovec v0.7.3 |
2556 | 2025-01-27T08:53:52.480Z | Compiling target-lexicon v0.12.16 |
2557 | 2025-01-27T08:53:53.040Z | Checking async-task v4.7.1 |
2558 | 2025-01-27T08:53:53.359Z | Checking md5 v0.7.0 |
2559 | 2025-01-27T08:53:53.404Z | Compiling doc-comment v0.3.3 |
2560 | 2025-01-27T08:53:53.505Z | Checking async-channel v2.3.1 |
2561 | 2025-01-27T08:53:53.626Z | Checking russh-keys v0.45.0 |
2562 | 2025-01-27T08:53:53.827Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2563 | 2025-01-27T08:53:54.068Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2564 | 2025-01-27T08:53:54.883Z | Checking piper v0.2.4 |
2565 | 2025-01-27T08:53:54.915Z | Checking num-bigint v0.4.6 |
2566 | 2025-01-27T08:53:55.114Z | Checking des v0.8.1 |
2567 | 2025-01-27T08:53:55.294Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2568 | 2025-01-27T08:53:55.397Z | Checking futures-timer v3.0.3 |
2569 | 2025-01-27T08:53:55.715Z | Compiling assert_cmd v2.0.16 |
2570 | 2025-01-27T08:53:56.142Z | Compiling guppy-workspace-hack v0.1.0 |
2571 | 2025-01-27T08:53:56.166Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2572 | 2025-01-27T08:53:56.501Z | Checking blocking v1.6.1 |
2573 | 2025-01-27T08:53:57.247Z | Checking russh v0.45.0 |
2574 | 2025-01-27T08:53:57.316Z | Checking async-executor v1.13.1 |
2575 | 2025-01-27T08:53:57.429Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2576 | 2025-01-27T08:53:57.633Z | Checking async-signal v0.2.10 |
2577 | 2025-01-27T08:53:57.927Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2578 | 2025-01-27T08:53:58.269Z | Checking event-listener v2.5.3 |
2579 | 2025-01-27T08:53:58.317Z | Compiling target-spec v3.3.1 |
2580 | 2025-01-27T08:53:58.468Z | Checking internet-checksum v0.2.1 |
2581 | 2025-01-27T08:53:58.671Z | Checking async-channel v1.9.0 |
2582 | 2025-01-27T08:53:58.898Z | Checking async-process v2.3.0 |
2583 | 2025-01-27T08:53:58.948Z | Checking async-global-executor v2.4.1 |
2584 | 2025-01-27T08:53:59.187Z | Checking cfg-expr v0.17.2 |
2585 | 2025-01-27T08:53:59.526Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2586 | 2025-01-27T08:53:59.737Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2587 | 2025-01-27T08:53:59.961Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2588 | 2025-01-27T08:54:00.337Z | Checking httptest v0.16.1 |
2589 | 2025-01-27T08:54:00.743Z | Checking rustls-native-certs v0.7.3 |
2590 | 2025-01-27T08:54:00.922Z | Compiling petname v2.0.2 |
2591 | 2025-01-27T08:54:00.990Z | Checking kv-log-macro v1.0.7 |
2592 | 2025-01-27T08:54:01.138Z | Compiling async-attributes v1.1.2 |
2593 | 2025-01-27T08:54:01.995Z | Checking async-std v1.13.0 |
2594 | 2025-01-27T08:54:02.166Z | Checking hyper-rustls v0.26.0 |
2595 | 2025-01-27T08:54:02.901Z | Checking cargo_metadata v0.19.1 |
2596 | 2025-01-27T08:54:03.224Z | Checking pathdiff v0.2.3 |
2597 | 2025-01-27T08:54:03.261Z | Checking itertools v0.14.0 |
2598 | 2025-01-27T08:54:03.388Z | Compiling rstest_macros v0.23.0 |
2599 | 2025-01-27T08:54:03.887Z | Compiling target-triple v0.1.3 |
2600 | 2025-01-27T08:54:04.396Z | Checking nested v0.1.1 |
2601 | 2025-01-27T08:54:04.576Z | Checking escape8259 v0.5.3 |
2602 | 2025-01-27T08:54:04.623Z | Checking guppy v0.17.12 |
2603 | 2025-01-27T08:54:04.787Z | Checking libtest-mimic v0.8.1 |
2604 | 2025-01-27T08:54:05.313Z | Checking async-object-pool v0.1.5 |
2605 | 2025-01-27T08:54:05.416Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2606 | 2025-01-27T08:54:05.517Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2607 | 2025-01-27T08:54:05.786Z | Checking similar-asserts v1.6.1 |
2608 | 2025-01-27T08:54:05.831Z | Checking fancy-regex v0.14.0 |
2609 | 2025-01-27T08:54:06.050Z | Checking serde_regex v1.1.0 |
2610 | 2025-01-27T08:54:06.328Z | Checking assert-json-diff v2.0.2 |
2611 | 2025-01-27T08:54:06.579Z | Compiling proc-macro-crate v3.2.0 |
2612 | 2025-01-27T08:54:06.602Z | Checking path-tree v0.8.1 |
2613 | 2025-01-27T08:54:06.656Z | Checking stringmetrics v2.2.2 |
2614 | 2025-01-27T08:54:06.909Z | Checking sync-ptr v0.1.1 |
2615 | 2025-01-27T08:54:06.951Z | Compiling relative-path v1.9.3 |
2616 | 2025-01-27T08:54:07.128Z | Checking httpmock v0.8.0-alpha.1 |
2617 | 2025-01-27T08:54:07.583Z | Checking datatest-stable v0.2.10 |
2618 | 2025-01-27T08:54:08.060Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2619 | 2025-01-27T08:54:08.086Z | Checking blake2b_simd v1.0.2 |
2620 | 2025-01-27T08:54:08.953Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2621 | 2025-01-27T08:54:09.383Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2622 | 2025-01-27T08:54:09.695Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2623 | 2025-01-27T08:54:10.008Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2624 | 2025-01-27T08:54:10.322Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2625 | 2025-01-27T08:54:10.862Z | Checking serde_tokenstream v0.2.2 |
2626 | 2025-01-27T08:54:11.255Z | Checking uzers v0.12.1 |
2627 | 2025-01-27T08:54:11.803Z | Checking rust-argon2 v2.1.0 |
2628 | 2025-01-27T08:54:12.177Z | Checking trybuild v1.0.103 |
2629 | 2025-01-27T08:54:12.240Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2630 | 2025-01-27T08:54:13.382Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2631 | 2025-01-27T08:54:13.533Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2632 | 2025-01-27T08:54:14.627Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2633 | 2025-01-27T08:54:14.936Z | Checking rand_distr v0.4.3 |
2634 | 2025-01-27T08:54:15.576Z | Checking multimap v0.10.0 |
2635 | 2025-01-27T08:54:15.893Z | Checking approx v0.5.1 |
2636 | 2025-01-27T08:54:16.185Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2637 | 2025-01-27T08:54:16.463Z | Checking rstest v0.23.0 |
2638 | 2025-01-27T08:54:16.819Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2639 | 2025-01-27T08:54:17.690Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2640 | 2025-01-27T08:54:17.998Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2641 | 2025-01-27T08:54:18.862Z | Checking partial-io v0.5.4 |
2642 | 2025-01-27T08:54:19.024Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2643 | 2025-01-27T08:54:19.212Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2644 | 2025-01-27T08:54:19.315Z | Checking cargo_toml v0.20.5 |
2645 | 2025-01-27T08:54:19.339Z | Checking termios v0.3.3 |
2646 | 2025-01-27T08:54:19.595Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2647 | 2025-01-27T08:54:20.665Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2648 | 2025-01-27T08:54:21.164Z | Compiling git2 v0.19.0 |
2649 | 2025-01-27T08:54:21.198Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2650 | 2025-01-27T08:54:21.433Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2651 | 2025-01-27T08:54:29.867Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2652 | 2025-01-27T08:54:36.790Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2653 | 2025-01-27T08:54:40.570Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2654 | 2025-01-27T08:54:48.827Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2655 | 2025-01-27T08:55:17.743Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2656 | 2025-01-27T08:55:18.828Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2657 | 2025-01-27T08:55:19.760Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2658 | 2025-01-27T08:55:34.951Z | Compiling polar-core v0.27.3 |
2659 | 2025-01-27T08:55:43.053Z | Checking oso v0.27.3 |
2660 | 2025-01-27T08:56:18.645Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2661 | 2025-01-27T08:56:18.649Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2662 | 2025-01-27T08:56:18.649Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2663 | 2025-01-27T08:57:29.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 16s |
2664 | 2025-01-27T08:57:29.973Z | |
2665 | 2025-01-27T08:57:29.973Z | real 6:20.927030867 |
2666 | 2025-01-27T08:57:29.973Z | user 33:26.392312366 |
2667 | 2025-01-27T08:57:29.974Z | sys 4:59.446761329 |
2668 | 2025-01-27T08:57:29.974Z | trap 0.997992674 |
2669 | 2025-01-27T08:57:29.974Z | tflt 1.781530145 |
2670 | 2025-01-27T08:57:29.979Z | dflt 0.313181141 |
2671 | 2025-01-27T08:57:29.979Z | kflt 0.002072730 |
2672 | 2025-01-27T08:57:29.979Z | lock 46:42.261055115 |
2673 | 2025-01-27T08:57:29.979Z | slp 1:53:08.676697939 |
2674 | 2025-01-27T08:57:29.979Z | lat 1:43.210031782 |
2675 | 2025-01-27T08:57:29.979Z | stop 6:42.996653727 |
2676 | 2025-01-27T08:57:29.979Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2677 | 2025-01-27T08:57:29.979Z | + ptime -m cargo doc --workspace --no-deps |
2678 | 2025-01-27T08:57:31.133Z | warning: output filename collision. |
2679 | 2025-01-27T08:57:31.133Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2680 | 2025-01-27T08:57:31.133Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2681 | 2025-01-27T08:57:31.133Z | The targets should have unique names. |
2682 | 2025-01-27T08:57:31.133Z | This is a known bug where multiple crates with the same name use |
2683 | 2025-01-27T08:57:31.133Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2684 | 2025-01-27T08:57:31.606Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2685 | 2025-01-27T08:57:31.678Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2686 | 2025-01-27T08:57:31.698Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2687 | 2025-01-27T08:57:31.739Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2688 | 2025-01-27T08:57:31.763Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2689 | 2025-01-27T08:57:31.788Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2690 | 2025-01-27T08:57:31.788Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2691 | 2025-01-27T08:57:32.022Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2692 | 2025-01-27T08:57:32.048Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2693 | 2025-01-27T08:57:32.085Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2694 | 2025-01-27T08:57:32.108Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2695 | 2025-01-27T08:57:32.290Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2696 | 2025-01-27T08:57:32.389Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2697 | 2025-01-27T08:57:32.595Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2698 | 2025-01-27T08:57:32.778Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2699 | 2025-01-27T08:57:32.826Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2700 | 2025-01-27T08:57:33.109Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2701 | 2025-01-27T08:57:33.450Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2702 | 2025-01-27T08:57:33.717Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2703 | 2025-01-27T08:57:33.813Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2704 | 2025-01-27T08:57:33.912Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2705 | 2025-01-27T08:57:34.046Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2706 | 2025-01-27T08:57:34.241Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2707 | 2025-01-27T08:57:34.389Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2708 | 2025-01-27T08:57:34.761Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2709 | 2025-01-27T08:57:35.246Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2710 | 2025-01-27T08:57:35.301Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2711 | 2025-01-27T08:57:35.660Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2712 | 2025-01-27T08:57:35.797Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2713 | 2025-01-27T08:57:35.823Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2714 | 2025-01-27T08:57:35.850Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2715 | 2025-01-27T08:57:36.096Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2716 | 2025-01-27T08:57:36.125Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2717 | 2025-01-27T08:57:36.257Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2718 | 2025-01-27T08:57:36.285Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2719 | 2025-01-27T08:57:36.428Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2720 | 2025-01-27T08:57:36.682Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2721 | 2025-01-27T08:57:36.994Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2722 | 2025-01-27T08:57:37.020Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2723 | 2025-01-27T08:57:37.071Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2724 | 2025-01-27T08:57:37.334Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2725 | 2025-01-27T08:57:37.381Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2726 | 2025-01-27T08:57:37.409Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2727 | 2025-01-27T08:57:37.411Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2728 | 2025-01-27T08:57:38.310Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2729 | 2025-01-27T08:57:38.676Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2730 | 2025-01-27T08:57:38.938Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2731 | 2025-01-27T08:57:39.829Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2732 | 2025-01-27T08:57:40.283Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2733 | 2025-01-27T08:57:40.426Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2734 | 2025-01-27T08:57:40.818Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2735 | 2025-01-27T08:57:41.194Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2736 | 2025-01-27T08:57:42.268Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2737 | 2025-01-27T08:57:42.864Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2738 | 2025-01-27T08:57:43.192Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2739 | 2025-01-27T08:57:43.292Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2740 | 2025-01-27T08:57:43.660Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2741 | 2025-01-27T08:57:45.463Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2742 | 2025-01-27T08:57:45.604Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2743 | 2025-01-27T08:57:46.001Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2744 | 2025-01-27T08:57:46.095Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2745 | 2025-01-27T08:57:46.202Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2746 | 2025-01-27T08:57:46.314Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2747 | 2025-01-27T08:57:47.463Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2748 | 2025-01-27T08:57:47.779Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2749 | 2025-01-27T08:57:47.896Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2750 | 2025-01-27T08:57:47.969Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2751 | 2025-01-27T08:57:49.660Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2752 | 2025-01-27T08:57:50.090Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2753 | 2025-01-27T08:57:51.424Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2754 | 2025-01-27T08:57:52.225Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2755 | 2025-01-27T08:57:52.653Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2756 | 2025-01-27T08:57:52.722Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2757 | 2025-01-27T08:57:52.797Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2758 | 2025-01-27T08:57:53.678Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2759 | 2025-01-27T08:57:54.135Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2760 | 2025-01-27T08:57:54.275Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2761 | 2025-01-27T08:57:54.781Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2762 | 2025-01-27T08:57:55.333Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2763 | 2025-01-27T08:57:55.453Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2764 | 2025-01-27T08:57:55.477Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2765 | 2025-01-27T08:57:55.498Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2766 | 2025-01-27T08:57:56.087Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2767 | 2025-01-27T08:57:56.122Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2768 | 2025-01-27T08:57:56.641Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2769 | 2025-01-27T08:57:56.940Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2770 | 2025-01-27T08:57:57.357Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2771 | 2025-01-27T08:57:57.721Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2772 | 2025-01-27T08:57:57.892Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2773 | 2025-01-27T08:57:57.925Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2774 | 2025-01-27T08:57:58.102Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2775 | 2025-01-27T08:57:58.751Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2776 | 2025-01-27T08:57:59.201Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2777 | 2025-01-27T08:57:59.434Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2778 | 2025-01-27T08:57:59.569Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2779 | 2025-01-27T08:57:59.591Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2780 | 2025-01-27T08:57:59.755Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2781 | 2025-01-27T08:58:00.023Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2782 | 2025-01-27T08:58:00.256Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2783 | 2025-01-27T08:58:00.345Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2784 | 2025-01-27T08:58:00.862Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2785 | 2025-01-27T08:58:01.231Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2786 | 2025-01-27T08:58:01.424Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2787 | 2025-01-27T08:58:01.628Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2788 | 2025-01-27T08:58:02.855Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2789 | 2025-01-27T08:58:03.882Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2790 | 2025-01-27T08:58:04.837Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2791 | 2025-01-27T08:58:05.476Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2792 | 2025-01-27T08:58:05.807Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2793 | 2025-01-27T08:58:05.959Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2794 | 2025-01-27T08:58:06.091Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2795 | 2025-01-27T08:58:06.125Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2796 | 2025-01-27T08:58:06.292Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2797 | 2025-01-27T08:58:06.342Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2798 | 2025-01-27T08:58:07.391Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2799 | 2025-01-27T08:58:08.026Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2800 | 2025-01-27T08:58:08.182Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2801 | 2025-01-27T08:58:08.245Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2802 | 2025-01-27T08:58:08.565Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2803 | 2025-01-27T08:58:08.629Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2804 | 2025-01-27T08:58:08.885Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2805 | 2025-01-27T08:58:10.703Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2806 | 2025-01-27T08:58:11.287Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2807 | 2025-01-27T08:58:12.828Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2808 | 2025-01-27T08:58:13.076Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2809 | 2025-01-27T08:58:13.323Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2810 | 2025-01-27T08:58:13.738Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2811 | 2025-01-27T08:58:13.929Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2812 | 2025-01-27T08:58:14.315Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2813 | 2025-01-27T08:58:15.508Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2814 | 2025-01-27T08:58:17.040Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2815 | 2025-01-27T08:58:17.984Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2816 | 2025-01-27T08:58:18.808Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2817 | 2025-01-27T08:58:18.888Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2818 | 2025-01-27T08:58:25.234Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2819 | 2025-01-27T08:58:25.862Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2820 | 2025-01-27T08:58:27.795Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2821 | 2025-01-27T08:58:31.998Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2822 | 2025-01-27T08:58:33.610Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2823 | 2025-01-27T08:58:33.863Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2824 | 2025-01-27T08:58:34.382Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2825 | 2025-01-27T08:58:34.726Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2826 | 2025-01-27T08:58:34.750Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2827 | 2025-01-27T08:58:36.159Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2828 | 2025-01-27T08:58:36.303Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2829 | 2025-01-27T08:58:38.176Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2830 | 2025-01-27T08:58:39.495Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2831 | 2025-01-27T08:58:40.995Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2832 | 2025-01-27T08:58:42.957Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2833 | 2025-01-27T08:58:44.910Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2834 | 2025-01-27T08:58:44.940Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2835 | 2025-01-27T08:58:44.962Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2836 | 2025-01-27T08:58:45.325Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2837 | 2025-01-27T08:58:45.697Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2838 | 2025-01-27T08:58:47.240Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2839 | 2025-01-27T08:58:49.665Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2840 | 2025-01-27T08:58:49.755Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2841 | 2025-01-27T08:58:49.808Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2842 | 2025-01-27T08:58:49.999Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2843 | 2025-01-27T08:58:51.130Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2844 | 2025-01-27T08:58:53.190Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2845 | 2025-01-27T08:58:53.270Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2846 | 2025-01-27T08:58:53.449Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2847 | 2025-01-27T08:58:53.816Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2848 | 2025-01-27T08:58:54.768Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2849 | 2025-01-27T08:58:56.190Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2850 | 2025-01-27T08:58:56.646Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2851 | 2025-01-27T08:58:57.278Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2852 | 2025-01-27T08:58:57.674Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2853 | 2025-01-27T08:58:58.200Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2854 | 2025-01-27T08:58:59.415Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2855 | 2025-01-27T08:59:00.501Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2856 | 2025-01-27T08:59:01.473Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2857 | 2025-01-27T08:59:01.583Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2858 | 2025-01-27T08:59:02.131Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2859 | 2025-01-27T08:59:02.296Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2860 | 2025-01-27T08:59:02.798Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2861 | 2025-01-27T08:59:04.190Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2862 | 2025-01-27T08:59:04.734Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2863 | 2025-01-27T08:59:05.450Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2864 | 2025-01-27T08:59:06.561Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2865 | 2025-01-27T08:59:08.718Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2866 | 2025-01-27T08:59:08.740Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2867 | 2025-01-27T08:59:09.067Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2868 | 2025-01-27T08:59:10.451Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2869 | 2025-01-27T08:59:10.742Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2870 | 2025-01-27T08:59:12.198Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2871 | 2025-01-27T08:59:12.466Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2872 | 2025-01-27T08:59:12.667Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2873 | 2025-01-27T08:59:13.677Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2874 | 2025-01-27T08:59:14.996Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2875 | 2025-01-27T08:59:15.747Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2876 | 2025-01-27T08:59:16.248Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2877 | 2025-01-27T08:59:16.546Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2878 | 2025-01-27T08:59:18.125Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2879 | 2025-01-27T08:59:19.872Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2880 | 2025-01-27T08:59:20.240Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2881 | 2025-01-27T08:59:20.395Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2882 | 2025-01-27T08:59:21.357Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2883 | 2025-01-27T08:59:21.844Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2884 | 2025-01-27T08:59:23.556Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2885 | 2025-01-27T08:59:23.776Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2886 | 2025-01-27T08:59:24.629Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2887 | 2025-01-27T08:59:25.200Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2888 | 2025-01-27T08:59:25.241Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2889 | 2025-01-27T08:59:26.501Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2890 | 2025-01-27T08:59:27.012Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2891 | 2025-01-27T08:59:28.967Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2892 | 2025-01-27T08:59:29.033Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2893 | 2025-01-27T08:59:29.125Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2894 | 2025-01-27T08:59:29.887Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2895 | 2025-01-27T08:59:30.589Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2896 | 2025-01-27T08:59:32.407Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2897 | 2025-01-27T08:59:33.049Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2898 | 2025-01-27T08:59:33.099Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2899 | 2025-01-27T08:59:33.800Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2900 | 2025-01-27T08:59:34.128Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2901 | 2025-01-27T08:59:34.899Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2902 | 2025-01-27T08:59:35.571Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2903 | 2025-01-27T08:59:35.693Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2904 | 2025-01-27T08:59:37.305Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2905 | 2025-01-27T08:59:37.958Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2906 | 2025-01-27T08:59:37.997Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2907 | 2025-01-27T08:59:38.411Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2908 | 2025-01-27T08:59:52.902Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2909 | 2025-01-27T08:59:52.904Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2910 | 2025-01-27T08:59:52.904Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2911 | 2025-01-27T08:59:52.904Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2912 | 2025-01-27T08:59:53.676Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2913 | 2025-01-27T08:59:53.885Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2914 | 2025-01-27T08:59:53.973Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2915 | 2025-01-27T08:59:54.051Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2916 | 2025-01-27T08:59:55.940Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2917 | 2025-01-27T09:00:00.616Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2918 | 2025-01-27T09:00:01.496Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2919 | 2025-01-27T09:00:41.140Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2920 | 2025-01-27T09:00:47.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 17s |
2921 | 2025-01-27T09:00:48.027Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 144 other files |
2922 | 2025-01-27T09:00:48.099Z | |
2923 | 2025-01-27T09:00:48.099Z | real 3:18.061515874 |
2924 | 2025-01-27T09:00:48.099Z | user 17:32.038019030 |
2925 | 2025-01-27T09:00:48.099Z | sys 2:27.733346519 |
2926 | 2025-01-27T09:00:48.099Z | trap 0.481934915 |
2927 | 2025-01-27T09:00:48.099Z | tflt 0.212272514 |
2928 | 2025-01-27T09:00:48.099Z | dflt 0.097455934 |
2929 | 2025-01-27T09:00:48.102Z | kflt 0.000043436 |
2930 | 2025-01-27T09:00:48.102Z | lock 28:11.095169857 |
2931 | 2025-01-27T09:00:48.102Z | slp 49:31.068087567 |
2932 | 2025-01-27T09:00:48.102Z | lat 1:06.467901548 |
2933 | 2025-01-27T09:00:48.102Z | stop 1:19.379449405 |
2934 | 2025-01-27T09:00:48.102Z | process exited: duration 876318 ms, exit code 0 |
|
2935 | 2025-01-27T09:00:48.109Z | found 0 output files |