|
|
|
1 | 2025-01-13T08:47:59.428Z | job assigned to worker 01JHFDGXDN3ZA80YSGGQ4R3K53 [factory aws, i-02e9a38837515d111] (queued for 51 s) |
|
2 | 2025-01-13T08:48:07.027Z | starting task 0: "setup" |
3 | 2025-01-13T08:48:07.037Z | ++ uname -s |
4 | 2025-01-13T08:48:07.039Z | + kern=SunOS |
5 | 2025-01-13T08:48:07.039Z | + case "$kern" in |
6 | 2025-01-13T08:48:07.039Z | + groupadd -g 12345 build |
7 | 2025-01-13T08:48:07.042Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-13T08:48:09.049Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-13T08:48:09.173Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-13T08:48:09.176Z | + home_fs=zfs |
11 | 2025-01-13T08:48:09.176Z | + [[ zfs == autofs ]] |
12 | 2025-01-13T08:48:09.176Z | + mkdir -p /home/build |
13 | 2025-01-13T08:48:09.178Z | + chown build:build /home/build /work |
14 | 2025-01-13T08:48:11.180Z | + chmod 0700 /home/build /work |
15 | 2025-01-13T08:48:11.182Z | process exited: duration 4154 ms, exit code 0 |
|
16 | 2025-01-13T08:48:11.187Z | starting task 1: "rust-toolchain" |
17 | 2025-01-13T08:48:11.192Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-13T08:48:11.192Z | ' 1.81.0 |
19 | 2025-01-13T08:48:11.192Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-13T08:48:11.192Z | ' default |
21 | 2025-01-13T08:48:11.192Z | * toolchain channel = "1.81.0" |
22 | 2025-01-13T08:48:11.193Z | * toolchain profile = "default" |
23 | 2025-01-13T08:48:11.195Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-13T08:48:11.195Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-13T08:48:11.299Z | info: downloading installer |
26 | 2025-01-13T08:48:12.481Z | info: profile set to 'default' |
27 | 2025-01-13T08:48:12.481Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-13T08:48:12.484Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-13T08:48:12.619Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-13T08:48:12.619Z | info: downloading component 'cargo' |
31 | 2025-01-13T08:48:13.339Z | info: downloading component 'clippy' |
32 | 2025-01-13T08:48:13.609Z | info: downloading component 'rust-docs' |
33 | 2025-01-13T08:48:14.613Z | info: downloading component 'rust-std' |
34 | 2025-01-13T08:48:16.174Z | info: downloading component 'rustc' |
35 | 2025-01-13T08:48:21.765Z | info: downloading component 'rustfmt' |
36 | 2025-01-13T08:48:21.977Z | info: installing component 'cargo' |
37 | 2025-01-13T08:48:22.767Z | info: installing component 'clippy' |
38 | 2025-01-13T08:48:23.124Z | info: installing component 'rust-docs' |
39 | 2025-01-13T08:48:24.753Z | info: installing component 'rust-std' |
40 | 2025-01-13T08:48:26.456Z | info: installing component 'rustc' |
41 | 2025-01-13T08:48:32.121Z | info: installing component 'rustfmt' |
42 | 2025-01-13T08:48:32.441Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-13T08:48:32.442Z | |
44 | 2025-01-13T08:48:32.806Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-13T08:48:32.806Z | |
46 | 2025-01-13T08:48:32.809Z | |
47 | 2025-01-13T08:48:32.809Z | Rust is installed now. Great! |
48 | 2025-01-13T08:48:32.809Z | |
49 | 2025-01-13T08:48:32.809Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-13T08:48:32.809Z | environment variable. This has not been done automatically. |
51 | 2025-01-13T08:48:32.809Z | |
52 | 2025-01-13T08:48:32.809Z | To configure your current shell, you need to source |
53 | 2025-01-13T08:48:32.809Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-13T08:48:32.809Z | |
55 | 2025-01-13T08:48:32.809Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-13T08:48:32.809Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-13T08:48:32.809Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-13T08:48:32.881Z | + rustc --version |
59 | 2025-01-13T08:48:32.945Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-13T08:48:32.948Z | process exited: duration 21758 ms, exit code 0 |
|
61 | 2025-01-13T08:48:32.953Z | starting task 2: "authentication" |
62 | 2025-01-13T08:48:32.973Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2025-01-13T08:48:32.977Z | starting task 3: "clone repository" |
64 | 2025-01-13T08:48:32.982Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-13T08:48:32.985Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-13T08:48:33.024Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-13T08:48:39.861Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-13T08:48:39.864Z | + git fetch origin 27409a1abdb84f3c458ceca77ec5c422faf0265d |
69 | 2025-01-13T08:48:40.181Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-13T08:48:40.181Z | * branch 27409a1abdb84f3c458ceca77ec5c422faf0265d -> FETCH_HEAD |
71 | 2025-01-13T08:48:40.191Z | + [[ -n renovate/lock-file-maintenance ]] |
72 | 2025-01-13T08:48:40.194Z | ++ git branch --show-current |
73 | 2025-01-13T08:48:40.196Z | + current=main |
74 | 2025-01-13T08:48:40.196Z | + [[ main != renovate/lock-file-maintenance ]] |
75 | 2025-01-13T08:48:40.196Z | + git branch -f renovate/lock-file-maintenance 27409a1abdb84f3c458ceca77ec5c422faf0265d |
76 | 2025-01-13T08:48:40.199Z | + git checkout -f renovate/lock-file-maintenance |
77 | 2025-01-13T08:48:40.377Z | Switched to branch 'renovate/lock-file-maintenance' |
78 | 2025-01-13T08:48:40.379Z | + git reset --hard 27409a1abdb84f3c458ceca77ec5c422faf0265d |
79 | 2025-01-13T08:48:40.393Z | HEAD is now at 27409a1ab Lock file maintenance |
80 | 2025-01-13T08:48:40.396Z | process exited: duration 7416 ms, exit code 0 |
|
81 | 2025-01-13T08:48:40.400Z | starting task 4: "build" |
82 | 2025-01-13T08:48:40.405Z | + source ./env.sh |
83 | 2025-01-13T08:48:40.406Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2025-01-13T08:48:40.406Z | ++ set -o xtrace |
85 | 2025-01-13T08:48:40.408Z | ++++ dirname ./env.sh |
86 | 2025-01-13T08:48:40.412Z | +++ readlink -f . |
87 | 2025-01-13T08:48:40.414Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2025-01-13T08:48:40.415Z | ++ 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-13T08:48:40.415Z | ++ 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-13T08:48:40.415Z | ++ 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-13T08:48:40.415Z | ++ 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-13T08:48:40.415Z | ++ 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-13T08:48:40.415Z | ++ 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-13T08:48:40.415Z | ++ 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-13T08:48:40.415Z | ++ 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-13T08:48:40.415Z | ++ case $OLD_SHELL_OPTS in |
97 | 2025-01-13T08:48:40.415Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2025-01-13T08:48:40.415Z | + source .github/buildomat/ci-env.sh |
99 | 2025-01-13T08:48:40.415Z | ++ export CARGO_TERM_COLOR=always |
100 | 2025-01-13T08:48:40.415Z | ++ CARGO_TERM_COLOR=always |
101 | 2025-01-13T08:48:40.415Z | + cargo --version |
102 | 2025-01-13T08:48:40.470Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2025-01-13T08:48:40.472Z | + rustc --version |
104 | 2025-01-13T08:48:40.534Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2025-01-13T08:48:40.537Z | + banner prerequisites |
106 | 2025-01-13T08:48:40.540Z | |
107 | 2025-01-13T08:48:40.540Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2025-01-13T08:48:40.540Z | # # # # # # # # # # # # # # # |
109 | 2025-01-13T08:48:40.540Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2025-01-13T08:48:40.540Z | ##### ##### # ##### # # # # # # # # # |
111 | 2025-01-13T08:48:40.540Z | # # # # # # # # # # # # # # # |
112 | 2025-01-13T08:48:40.540Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2025-01-13T08:48:40.540Z | |
114 | 2025-01-13T08:48:40.542Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2025-01-13T08:48:42.108Z | pkg list: illegal option -- F |
116 | 2025-01-13T08:48:42.108Z | Usage: |
117 | 2025-01-13T08:48:42.110Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
118 | 2025-01-13T08:48:42.110Z | [pkg_fmri_pattern ...] |
119 | 2025-01-13T08:48:42.956Z | pkg list: illegal option -- F |
120 | 2025-01-13T08:48:42.956Z | Usage: |
121 | 2025-01-13T08:48:42.956Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
122 | 2025-01-13T08:48:42.956Z | [pkg_fmri_pattern ...] |
123 | 2025-01-13T08:48:49.266Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2025-01-13T08:48:53.252Z | Startup: Caching catalogs ... Done |
125 | 2025-01-13T08:49:04.346Z | Planning: Solver setup ... Done (10.296s) |
126 | 2025-01-13T08:49:04.486Z | Planning: Running solver ... Done (0.141s) |
127 | 2025-01-13T08:49:04.595Z | Planning: Finding local manifests ... Done (0.006s) |
128 | 2025-01-13T08:49:04.607Z | Planning: Fetching manifests: 0/7 0% complete |
129 | 2025-01-13T08:49:04.840Z | Planning: Fetching manifests: 7/7 100% complete |
130 | 2025-01-13T08:49:04.950Z | Planning: Package planning ... Done (0.109s) |
131 | 2025-01-13T08:49:05.009Z | Planning: Merging actions ... Done (0.058s) |
132 | 2025-01-13T08:49:05.205Z | Planning: Checking for conflicting actions ... Done (0.196s) |
133 | 2025-01-13T08:49:07.009Z | Planning: Consolidating action changes ... Done (1.803s) |
134 | 2025-01-13T08:49:07.418Z | Planning: Evaluating mediators ... Done (0.409s) |
135 | 2025-01-13T08:49:07.497Z | Planning: Planning completed in 14.15 seconds |
136 | 2025-01-13T08:49:07.513Z | Packages to install: 4 |
137 | 2025-01-13T08:49:07.513Z | Packages to update: 3 |
138 | 2025-01-13T08:49:07.513Z | Mediators to change: 2 |
139 | 2025-01-13T08:49:07.517Z | Services to change: 1 |
140 | 2025-01-13T08:49:07.517Z | Estimated space available: 155.63 GB |
141 | 2025-01-13T08:49:07.517Z | Estimated space to be consumed: 1.64 GB |
142 | 2025-01-13T08:49:07.517Z | Create boot environment: No |
143 | 2025-01-13T08:49:07.517Z | Create backup boot environment: Yes |
144 | 2025-01-13T08:49:07.517Z | Rebuild boot archive: No |
145 | 2025-01-13T08:49:07.517Z | |
146 | 2025-01-13T08:49:07.517Z | Changed mediators: |
147 | 2025-01-13T08:49:07.517Z | mediator clang: |
148 | 2025-01-13T08:49:07.517Z | version: None -> 15 (system default) |
149 | 2025-01-13T08:49:07.517Z | |
150 | 2025-01-13T08:49:07.517Z | mediator llvm: |
151 | 2025-01-13T08:49:07.517Z | version: 14 (system default) -> 15 (system default) |
152 | 2025-01-13T08:49:07.517Z | |
153 | 2025-01-13T08:49:07.517Z | Changed packages: |
154 | 2025-01-13T08:49:07.517Z | helios-dev |
155 | 2025-01-13T08:49:07.517Z | developer/build-essential |
156 | 2025-01-13T08:49:07.517Z | None -> 11-2.0 |
157 | 2025-01-13T08:49:07.517Z | library/libxmlsec1 |
158 | 2025-01-13T08:49:07.517Z | None -> 1.2.35-2.0 |
159 | 2025-01-13T08:49:07.517Z | ooce/developer/clang-15 |
160 | 2025-01-13T08:49:07.517Z | None -> 15.0.7-2.0 |
161 | 2025-01-13T08:49:07.517Z | ooce/developer/llvm-15 |
162 | 2025-01-13T08:49:07.517Z | None -> 15.0.7-2.0 |
163 | 2025-01-13T08:49:07.517Z | package/pkg |
164 | 2025-01-13T08:49:07.517Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
165 | 2025-01-13T08:49:07.518Z | system/library/g++-runtime |
166 | 2025-01-13T08:49:07.518Z | 13-2.0 -> 14-2.0 |
167 | 2025-01-13T08:49:07.518Z | system/library/gcc-runtime |
168 | 2025-01-13T08:49:07.518Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-13T08:49:07.518Z | |
170 | 2025-01-13T08:49:07.518Z | Services: |
171 | 2025-01-13T08:49:07.518Z | restart_fmri: |
172 | 2025-01-13T08:49:07.518Z | svc:/system/update-man-index:default |
173 | 2025-01-13T08:49:07.518Z | |
174 | 2025-01-13T08:49:07.518Z | Editable files to change: |
175 | 2025-01-13T08:49:07.518Z | Update: |
176 | 2025-01-13T08:49:07.518Z | usr/share/lib/pkg/web/config.shtml |
177 | 2025-01-13T08:49:07.594Z | |
178 | 2025-01-13T08:49:07.594Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
179 | 2025-01-13T08:49:12.597Z | Download: 1451/4301 items 117.3/225.4MB 52% complete (23.6M/s) |
180 | 2025-01-13T08:49:17.599Z | Download: 2710/4301 items 120.5/225.4MB 53% complete (12.2M/s) |
181 | 2025-01-13T08:49:22.996Z | Download: 3239/4301 items 202.7/225.4MB 89% complete (9.3M/s) |
182 | 2025-01-13T08:49:28.159Z | Download: 3253/4301 items 204.6/225.4MB 90% complete (8.3M/s) |
183 | 2025-01-13T08:49:33.159Z | Download: 3966/4301 items 218.1/225.4MB 96% complete (1.6M/s) |
184 | 2025-01-13T08:49:37.599Z | Download: Completed 225.42 MB in 30.00 seconds (7.5M/s) |
185 | 2025-01-13T08:49:39.444Z | Actions: 1/5122 actions (Removing old actions) |
186 | 2025-01-13T08:49:39.463Z | Actions: 194/5122 actions (Installing new actions) |
187 | 2025-01-13T08:49:44.134Z | Actions: 4267/5122 actions (Updating modified actions) |
188 | 2025-01-13T08:49:44.474Z | Actions: Completed 5122 actions in 5.03 seconds. |
189 | 2025-01-13T08:49:44.867Z | Done (0.386s) |
190 | 2025-01-13T08:49:44.870Z | Done (0.001s) |
191 | 2025-01-13T08:49:45.461Z | Done (0.592s) |
192 | 2025-01-13T08:49:49.838Z | Done (4.152s) |
193 | 2025-01-13T08:49:49.922Z | Done (0.018s) |
194 | 2025-01-13T08:49:49.925Z | Done (0.000s) |
195 | 2025-01-13T08:49:50.147Z | Done (0.000s) |
196 | 2025-01-13T08:49:50.842Z | Planning: Evaluating mediator changes ... Done |
197 | 2025-01-13T08:49:51.001Z | Planning: Checking for conflicting actions ... Done |
198 | 2025-01-13T08:49:51.010Z | Planning: Consolidating action changes ... Done |
199 | 2025-01-13T08:49:51.268Z | Planning: Evaluating mediators ... Done |
200 | 2025-01-13T08:49:51.272Z | Planning: Planning completed in 0.43 seconds |
201 | 2025-01-13T08:49:51.307Z | Mediators to change: 2 |
202 | 2025-01-13T08:49:51.307Z | Create boot environment: No |
203 | 2025-01-13T08:49:51.307Z | Create backup boot environment: No |
204 | 2025-01-13T08:49:51.403Z | Done |
205 | 2025-01-13T08:49:51.403Z | Done |
206 | 2025-01-13T08:49:51.762Z | Done |
207 | 2025-01-13T08:49:55.412Z | Done |
208 | 2025-01-13T08:49:55.501Z | Done |
209 | 2025-01-13T08:49:55.502Z | Done |
210 | 2025-01-13T08:49:55.625Z | Done |
211 | 2025-01-13T08:49:56.231Z | Planning: Evaluating mediator changes ... Done |
212 | 2025-01-13T08:49:56.234Z | Planning: Merging actions ... Done |
213 | 2025-01-13T08:49:56.419Z | Planning: Checking for conflicting actions ... Done |
214 | 2025-01-13T08:49:56.421Z | Planning: Consolidating action changes ... Done |
215 | 2025-01-13T08:49:56.710Z | Planning: Evaluating mediators ... Done |
216 | 2025-01-13T08:49:56.779Z | Planning: Planning completed in 0.75 seconds |
217 | 2025-01-13T08:49:56.824Z | Packages to change: 1 |
218 | 2025-01-13T08:49:56.824Z | Mediators to change: 1 |
219 | 2025-01-13T08:49:56.824Z | Services to change: 1 |
220 | 2025-01-13T08:49:56.824Z | Create boot environment: No |
221 | 2025-01-13T08:49:56.824Z | Create backup boot environment: Yes |
222 | 2025-01-13T08:49:59.079Z | Actions: 1/6 actions (Updating modified actions) |
223 | 2025-01-13T08:49:59.082Z | Actions: Completed 6 actions in 0.00 seconds. |
224 | 2025-01-13T08:49:59.082Z | Done |
225 | 2025-01-13T08:49:59.082Z | Done |
226 | 2025-01-13T08:49:59.196Z | Done |
227 | 2025-01-13T08:50:02.848Z | Done |
228 | 2025-01-13T08:50:02.939Z | Done |
229 | 2025-01-13T08:50:02.941Z | Done |
230 | 2025-01-13T08:50:03.077Z | Done |
231 | 2025-01-13T08:50:03.503Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
232 | 2025-01-13T08:50:03.503Z | clang system 15 system |
233 | 2025-01-13T08:50:03.503Z | csh system system illumos |
234 | 2025-01-13T08:50:03.503Z | ctags system system illumos |
235 | 2025-01-13T08:50:03.503Z | gcc vendor 12 vendor |
236 | 2025-01-13T08:50:03.503Z | gcc system 10 system |
237 | 2025-01-13T08:50:03.503Z | gcc system 7 system |
238 | 2025-01-13T08:50:03.503Z | go system 1.20 system |
239 | 2025-01-13T08:50:03.503Z | go system 1.19 system |
240 | 2025-01-13T08:50:03.503Z | llvm system 15 system |
241 | 2025-01-13T08:50:03.503Z | llvm system 14 system |
242 | 2025-01-13T08:50:03.503Z | mariadb system 10.6 system |
243 | 2025-01-13T08:50:03.503Z | mta vendor vendor dma |
244 | 2025-01-13T08:50:03.503Z | openjdk system 17 system |
245 | 2025-01-13T08:50:03.503Z | openjdk system 11 system |
246 | 2025-01-13T08:50:03.503Z | openjdk system 1.8 system |
247 | 2025-01-13T08:50:03.503Z | openssl vendor 3 vendor |
248 | 2025-01-13T08:50:03.504Z | perl system 5.36 system |
249 | 2025-01-13T08:50:03.504Z | postgresql system 15 system |
250 | 2025-01-13T08:50:03.504Z | postgresql system 13 system |
251 | 2025-01-13T08:50:03.504Z | python vendor 3 vendor |
252 | 2025-01-13T08:50:03.504Z | python system 2 system |
253 | 2025-01-13T08:50:03.504Z | python3 system 3.11 system |
254 | 2025-01-13T08:50:03.504Z | ruby system 3.0 system |
255 | 2025-01-13T08:50:03.504Z | words vendor vendor american-english |
256 | 2025-01-13T08:50:03.504Z | words system system australian-english |
257 | 2025-01-13T08:50:03.504Z | words system system british-english |
258 | 2025-01-13T08:50:03.504Z | words system system canadian-english |
259 | 2025-01-13T08:50:03.504Z | words system system french |
260 | 2025-01-13T08:50:03.504Z | words system system italian |
261 | 2025-01-13T08:50:03.504Z | words system system ngerman |
262 | 2025-01-13T08:50:03.504Z | words system system ogerman |
263 | 2025-01-13T08:50:03.504Z | words system system spanish |
264 | 2025-01-13T08:50:03.831Z | PUBLISHER TYPE STATUS P LOCATION |
265 | 2025-01-13T08:50:03.831Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
266 | 2025-01-13T08:50:06.601Z | FMRI IFO |
267 | 2025-01-13T08:50:06.602Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
268 | 2025-01-13T08:50:06.602Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
269 | 2025-01-13T08:50:06.602Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
270 | 2025-01-13T08:50:06.602Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
271 | 2025-01-13T08:50:06.602Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
272 | 2025-01-13T08:50:06.603Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
273 | 2025-01-13T08:50:06.603Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
274 | 2025-01-13T08:50:06.603Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
275 | 2025-01-13T08:50:06.603Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
276 | 2025-01-13T08:50:06.604Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
277 | 2025-01-13T08:50:06.604Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
278 | 2025-01-13T08:50:06.604Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
279 | 2025-01-13T08:50:06.604Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
280 | 2025-01-13T08:50:06.605Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
281 | 2025-01-13T08:50:06.605Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
282 | 2025-01-13T08:50:07.337Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
283 | 2025-01-13T08:50:07.612Z | Updating crates.io index |
284 | 2025-01-13T08:50:07.614Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
285 | 2025-01-13T08:50:08.014Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
286 | 2025-01-13T08:50:08.514Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
287 | 2025-01-13T08:50:08.810Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
288 | 2025-01-13T08:50:09.178Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
289 | 2025-01-13T08:50:09.470Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
290 | 2025-01-13T08:50:10.368Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
291 | 2025-01-13T08:50:11.848Z | Updating git repository `https://github.com/oxidecomputer/opte` |
292 | 2025-01-13T08:50:12.464Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
293 | 2025-01-13T08:50:13.412Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
294 | 2025-01-13T08:50:13.695Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
295 | 2025-01-13T08:50:13.975Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
296 | 2025-01-13T08:50:14.753Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
297 | 2025-01-13T08:50:15.024Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
298 | 2025-01-13T08:50:15.542Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
299 | 2025-01-13T08:50:15.806Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
300 | 2025-01-13T08:50:16.446Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
301 | 2025-01-13T08:50:16.750Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
302 | 2025-01-13T08:50:17.024Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
303 | 2025-01-13T08:50:17.322Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
304 | 2025-01-13T08:50:17.735Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
305 | 2025-01-13T08:50:18.070Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
306 | 2025-01-13T08:50:18.560Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
307 | 2025-01-13T08:50:18.886Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
308 | 2025-01-13T08:50:19.232Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
309 | 2025-01-13T08:50:20.248Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
310 | 2025-01-13T08:50:20.551Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
311 | 2025-01-13T08:50:20.859Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
312 | 2025-01-13T08:50:21.140Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
313 | 2025-01-13T08:50:22.521Z | Downloading crates ... |
314 | 2025-01-13T08:50:22.613Z | Downloaded anstream v0.6.18 |
315 | 2025-01-13T08:50:22.620Z | Downloaded anstyle v1.0.10 |
316 | 2025-01-13T08:50:22.622Z | Downloaded anstyle-parse v0.2.6 |
317 | 2025-01-13T08:50:22.625Z | Downloaded anstyle-query v1.1.2 |
318 | 2025-01-13T08:50:22.628Z | Downloaded bitflags v2.7.0 |
319 | 2025-01-13T08:50:22.630Z | Downloaded cargo-platform v0.1.9 |
320 | 2025-01-13T08:50:22.633Z | Downloaded cargo_metadata v0.18.1 |
321 | 2025-01-13T08:50:22.633Z | Downloaded camino-tempfile v1.1.1 |
322 | 2025-01-13T08:50:22.636Z | Downloaded clap_derive v4.5.24 |
323 | 2025-01-13T08:50:22.638Z | Downloaded bytecount v0.6.8 |
324 | 2025-01-13T08:50:22.640Z | Downloaded dtrace-parser v0.2.0 |
325 | 2025-01-13T08:50:22.640Z | Downloaded dof v0.3.0 |
326 | 2025-01-13T08:50:22.642Z | Downloaded cfg-if v1.0.0 |
327 | 2025-01-13T08:50:22.642Z | Downloaded block-buffer v0.10.4 |
328 | 2025-01-13T08:50:22.644Z | Downloaded generic-array v0.14.7 |
329 | 2025-01-13T08:50:22.644Z | Downloaded equivalent v1.0.1 |
330 | 2025-01-13T08:50:22.647Z | Downloaded crypto-common v0.1.6 |
331 | 2025-01-13T08:50:22.647Z | Downloaded is_terminal_polyfill v1.70.1 |
332 | 2025-01-13T08:50:22.649Z | Downloaded heck v0.5.0 |
333 | 2025-01-13T08:50:22.649Z | Downloaded fnv v1.0.7 |
334 | 2025-01-13T08:50:22.651Z | Downloaded heck v0.4.1 |
335 | 2025-01-13T08:50:22.651Z | Downloaded colorchoice v1.0.3 |
336 | 2025-01-13T08:50:22.651Z | Downloaded proc-macro-error-attr v1.0.4 |
337 | 2025-01-13T08:50:22.654Z | Downloaded cargo_toml v0.20.5 |
338 | 2025-01-13T08:50:22.654Z | Downloaded getrandom v0.2.15 |
339 | 2025-01-13T08:50:22.657Z | Downloaded strsim v0.11.1 |
340 | 2025-01-13T08:50:22.659Z | Downloaded serde_spanned v0.6.8 |
341 | 2025-01-13T08:50:22.662Z | Downloaded ryu v1.0.18 |
342 | 2025-01-13T08:50:22.665Z | Downloaded ucd-trie v0.1.7 |
343 | 2025-01-13T08:50:22.683Z | Downloaded syn v1.0.109 |
344 | 2025-01-13T08:50:22.693Z | Downloaded hashbrown v0.15.2 |
345 | 2025-01-13T08:50:22.698Z | Downloaded indexmap v2.7.0 |
346 | 2025-01-13T08:50:22.775Z | Downloaded autocfg v1.4.0 |
347 | 2025-01-13T08:50:22.777Z | Downloaded cpufeatures v0.2.16 |
348 | 2025-01-13T08:50:22.779Z | Downloaded anyhow v1.0.95 |
349 | 2025-01-13T08:50:22.782Z | Downloaded itoa v1.0.14 |
350 | 2025-01-13T08:50:22.785Z | Downloaded digest v0.10.7 |
351 | 2025-01-13T08:50:22.787Z | Downloaded log v0.4.22 |
352 | 2025-01-13T08:50:22.789Z | Downloaded byteorder v1.5.0 |
353 | 2025-01-13T08:50:22.792Z | Downloaded memchr v2.7.4 |
354 | 2025-01-13T08:50:22.797Z | Downloaded quote v1.0.38 |
355 | 2025-01-13T08:50:22.799Z | Downloaded proc-macro-error v1.0.4 |
356 | 2025-01-13T08:50:22.802Z | Downloaded once_cell v1.20.2 |
357 | 2025-01-13T08:50:22.824Z | Downloaded semver v1.0.24 |
358 | 2025-01-13T08:50:22.828Z | Downloaded proc-macro2 v1.0.93 |
359 | 2025-01-13T08:50:22.832Z | Downloaded serde_derive v1.0.217 |
360 | 2025-01-13T08:50:22.837Z | Downloaded serde v1.0.217 |
361 | 2025-01-13T08:50:22.846Z | Downloaded thiserror v1.0.69 |
362 | 2025-01-13T08:50:22.850Z | Downloaded serde_json v1.0.135 |
363 | 2025-01-13T08:50:22.857Z | Downloaded typenum v1.17.0 |
364 | 2025-01-13T08:50:22.859Z | Downloaded toml_datetime v0.6.8 |
365 | 2025-01-13T08:50:22.861Z | Downloaded toml v0.8.19 |
366 | 2025-01-13T08:50:22.863Z | Downloaded thiserror-impl v1.0.69 |
367 | 2025-01-13T08:50:22.866Z | Downloaded toml_edit v0.22.22 |
368 | 2025-01-13T08:50:22.885Z | Downloaded sha2 v0.10.8 |
369 | 2025-01-13T08:50:22.896Z | Downloaded syn v2.0.96 |
370 | 2025-01-13T08:50:22.907Z | Downloaded clap_lex v0.7.4 |
371 | 2025-01-13T08:50:22.909Z | Downloaded camino v1.1.9 |
372 | 2025-01-13T08:50:22.911Z | Downloaded clap_builder v4.5.26 |
373 | 2025-01-13T08:50:22.917Z | Downloaded version_check v0.9.5 |
374 | 2025-01-13T08:50:22.920Z | Downloaded utf8parse v0.2.2 |
375 | 2025-01-13T08:50:22.965Z | Downloaded fastrand v2.3.0 |
376 | 2025-01-13T08:50:22.969Z | Downloaded unicode-ident v1.0.14 |
377 | 2025-01-13T08:50:22.978Z | Downloaded zerocopy-derive v0.7.35 |
378 | 2025-01-13T08:50:22.984Z | Downloaded clap v4.5.26 |
379 | 2025-01-13T08:50:22.994Z | Downloaded zerocopy v0.7.35 |
380 | 2025-01-13T08:50:23.009Z | Downloaded thread-id v4.2.2 |
381 | 2025-01-13T08:50:23.012Z | Downloaded thiserror-impl v2.0.11 |
382 | 2025-01-13T08:50:23.012Z | Downloaded thiserror v2.0.11 |
383 | 2025-01-13T08:50:23.017Z | Downloaded textwrap v0.16.1 |
384 | 2025-01-13T08:50:23.020Z | Downloaded terminal_size v0.4.1 |
385 | 2025-01-13T08:50:23.022Z | Downloaded tempfile v3.15.0 |
386 | 2025-01-13T08:50:23.024Z | Downloaded tabled_derive v0.7.0 |
387 | 2025-01-13T08:50:23.026Z | Downloaded swrite v0.1.0 |
388 | 2025-01-13T08:50:23.026Z | Downloaded smawk v0.3.2 |
389 | 2025-01-13T08:50:23.028Z | Downloaded winnow v0.6.24 |
390 | 2025-01-13T08:50:23.034Z | Downloaded errno v0.3.10 |
391 | 2025-01-13T08:50:23.037Z | Downloaded usdt-macro v0.5.0 |
392 | 2025-01-13T08:50:23.037Z | Downloaded usdt-impl v0.5.0 |
393 | 2025-01-13T08:50:23.039Z | Downloaded usdt-attr-macro v0.5.0 |
394 | 2025-01-13T08:50:23.039Z | Downloaded usdt v0.5.0 |
395 | 2025-01-13T08:50:23.039Z | Downloaded unicode-width v0.1.14 |
396 | 2025-01-13T08:50:23.044Z | Downloaded unicode-linebreak v0.1.5 |
397 | 2025-01-13T08:50:23.047Z | Downloaded tabled v0.15.0 |
398 | 2025-01-13T08:50:23.060Z | Downloaded rustix v0.38.43 |
399 | 2025-01-13T08:50:23.081Z | Downloaded libc v0.2.169 |
400 | 2025-01-13T08:50:23.105Z | Downloaded fs-err v2.11.0 |
401 | 2025-01-13T08:50:23.108Z | Downloaded serde_tokenstream v0.2.2 |
402 | 2025-01-13T08:50:23.110Z | Downloaded scroll_derive v0.12.0 |
403 | 2025-01-13T08:50:23.110Z | Downloaded scroll v0.12.0 |
404 | 2025-01-13T08:50:23.110Z | Downloaded pretty-hex v0.4.1 |
405 | 2025-01-13T08:50:23.113Z | Downloaded plain v0.2.3 |
406 | 2025-01-13T08:50:23.113Z | Downloaded memmap v0.7.0 |
407 | 2025-01-13T08:50:23.115Z | Downloaded pest_meta v2.7.15 |
408 | 2025-01-13T08:50:23.117Z | Downloaded pest_generator v2.7.15 |
409 | 2025-01-13T08:50:23.117Z | Downloaded pest_derive v2.7.15 |
410 | 2025-01-13T08:50:23.119Z | Downloaded pest v2.7.15 |
411 | 2025-01-13T08:50:23.123Z | Downloaded papergrid v0.11.0 |
412 | 2025-01-13T08:50:23.127Z | Downloaded macaddr v1.0.1 |
413 | 2025-01-13T08:50:23.130Z | Downloaded goblin v0.8.2 |
414 | 2025-01-13T08:50:23.425Z | Compiling proc-macro2 v1.0.93 |
415 | 2025-01-13T08:50:23.425Z | Compiling unicode-ident v1.0.14 |
416 | 2025-01-13T08:50:23.427Z | Compiling serde v1.0.217 |
417 | 2025-01-13T08:50:23.427Z | Compiling version_check v0.9.5 |
418 | 2025-01-13T08:50:23.427Z | Compiling memchr v2.7.4 |
419 | 2025-01-13T08:50:23.427Z | Compiling libc v0.2.169 |
420 | 2025-01-13T08:50:23.427Z | Compiling thiserror v2.0.11 |
421 | 2025-01-13T08:50:23.460Z | Compiling thiserror v1.0.69 |
422 | 2025-01-13T08:50:23.678Z | Compiling itoa v1.0.14 |
423 | 2025-01-13T08:50:23.898Z | Compiling ucd-trie v0.1.7 |
424 | 2025-01-13T08:50:24.377Z | Compiling ryu v1.0.18 |
425 | 2025-01-13T08:50:24.448Z | Compiling once_cell v1.20.2 |
426 | 2025-01-13T08:50:24.493Z | Compiling byteorder v1.5.0 |
427 | 2025-01-13T08:50:24.538Z | Compiling serde_json v1.0.135 |
428 | 2025-01-13T08:50:24.699Z | Compiling rustix v0.38.43 |
429 | 2025-01-13T08:50:24.996Z | Compiling bitflags v2.7.0 |
430 | 2025-01-13T08:50:25.115Z | Compiling proc-macro-error-attr v1.0.4 |
431 | 2025-01-13T08:50:25.159Z | Compiling usdt-impl v0.5.0 |
432 | 2025-01-13T08:50:25.260Z | Compiling quote v1.0.38 |
433 | 2025-01-13T08:50:25.427Z | Compiling syn v1.0.109 |
434 | 2025-01-13T08:50:25.537Z | Compiling proc-macro-error v1.0.4 |
435 | 2025-01-13T08:50:25.623Z | Compiling errno v0.3.10 |
436 | 2025-01-13T08:50:25.653Z | Compiling syn v2.0.96 |
437 | 2025-01-13T08:50:25.868Z | Compiling hashbrown v0.15.2 |
438 | 2025-01-13T08:50:25.892Z | Compiling log v0.4.22 |
439 | 2025-01-13T08:50:25.985Z | Compiling camino v1.1.9 |
440 | 2025-01-13T08:50:26.129Z | Compiling equivalent v1.0.1 |
441 | 2025-01-13T08:50:26.197Z | Compiling utf8parse v0.2.2 |
442 | 2025-01-13T08:50:26.256Z | Compiling plain v0.2.3 |
443 | 2025-01-13T08:50:26.363Z | Compiling anstyle-parse v0.2.6 |
444 | 2025-01-13T08:50:26.413Z | Compiling thread-id v4.2.2 |
445 | 2025-01-13T08:50:26.714Z | Compiling unicode-width v0.1.14 |
446 | 2025-01-13T08:50:26.739Z | Compiling winnow v0.6.24 |
447 | 2025-01-13T08:50:27.008Z | Compiling pretty-hex v0.4.1 |
448 | 2025-01-13T08:50:27.079Z | Compiling semver v1.0.24 |
449 | 2025-01-13T08:50:27.201Z | Compiling indexmap v2.7.0 |
450 | 2025-01-13T08:50:27.228Z | Compiling anstyle-query v1.1.2 |
451 | 2025-01-13T08:50:27.250Z | Compiling is_terminal_polyfill v1.70.1 |
452 | 2025-01-13T08:50:27.387Z | Compiling anstyle v1.0.10 |
453 | 2025-01-13T08:50:27.387Z | Compiling autocfg v1.4.0 |
454 | 2025-01-13T08:50:27.577Z | Compiling cfg-if v1.0.0 |
455 | 2025-01-13T08:50:27.678Z | Compiling colorchoice v1.0.3 |
456 | 2025-01-13T08:50:27.853Z | Compiling anstream v0.6.18 |
457 | 2025-01-13T08:50:27.894Z | Compiling getrandom v0.2.15 |
458 | 2025-01-13T08:50:28.293Z | Compiling terminal_size v0.4.1 |
459 | 2025-01-13T08:50:28.638Z | Compiling fs-err v2.11.0 |
460 | 2025-01-13T08:50:28.718Z | Compiling bytecount v0.6.8 |
461 | 2025-01-13T08:50:28.765Z | Compiling strsim v0.11.1 |
462 | 2025-01-13T08:50:28.935Z | Compiling clap_lex v0.7.4 |
463 | 2025-01-13T08:50:28.961Z | Compiling fastrand v2.3.0 |
464 | 2025-01-13T08:50:28.987Z | Compiling fnv v1.0.7 |
465 | 2025-01-13T08:50:29.130Z | Compiling heck v0.4.1 |
466 | 2025-01-13T08:50:29.245Z | Compiling anyhow v1.0.95 |
467 | 2025-01-13T08:50:29.519Z | Compiling heck v0.5.0 |
468 | 2025-01-13T08:50:29.614Z | Compiling tempfile v3.15.0 |
469 | 2025-01-13T08:50:29.694Z | Compiling clap_builder v4.5.26 |
470 | 2025-01-13T08:50:30.041Z | Compiling papergrid v0.11.0 |
471 | 2025-01-13T08:50:30.239Z | Compiling memmap v0.7.0 |
472 | 2025-01-13T08:50:30.313Z | Compiling smawk v0.3.2 |
473 | 2025-01-13T08:50:30.494Z | Compiling unicode-linebreak v0.1.5 |
474 | 2025-01-13T08:50:30.652Z | Compiling swrite v0.1.0 |
475 | 2025-01-13T08:50:30.982Z | Compiling textwrap v0.16.1 |
476 | 2025-01-13T08:50:31.994Z | Compiling tabled_derive v0.7.0 |
477 | 2025-01-13T08:50:33.697Z | Compiling tabled v0.15.0 |
478 | 2025-01-13T08:50:35.151Z | Compiling serde_derive v1.0.217 |
479 | 2025-01-13T08:50:35.152Z | Compiling thiserror-impl v2.0.11 |
480 | 2025-01-13T08:50:35.175Z | Compiling thiserror-impl v1.0.69 |
481 | 2025-01-13T08:50:35.216Z | Compiling zerocopy-derive v0.7.35 |
482 | 2025-01-13T08:50:35.326Z | Compiling scroll_derive v0.12.0 |
483 | 2025-01-13T08:50:35.373Z | Compiling clap_derive v4.5.24 |
484 | 2025-01-13T08:50:36.724Z | Compiling scroll v0.12.0 |
485 | 2025-01-13T08:50:37.318Z | Compiling goblin v0.8.2 |
486 | 2025-01-13T08:50:37.403Z | Compiling zerocopy v0.7.35 |
487 | 2025-01-13T08:50:38.476Z | Compiling pest v2.7.15 |
488 | 2025-01-13T08:50:39.565Z | Compiling clap v4.5.26 |
489 | 2025-01-13T08:50:40.529Z | Compiling pest_meta v2.7.15 |
490 | 2025-01-13T08:50:41.373Z | Compiling pest_generator v2.7.15 |
491 | 2025-01-13T08:50:43.385Z | Compiling pest_derive v2.7.15 |
492 | 2025-01-13T08:50:44.109Z | Compiling dtrace-parser v0.2.0 |
493 | 2025-01-13T08:50:45.669Z | Compiling serde_tokenstream v0.2.2 |
494 | 2025-01-13T08:50:45.716Z | Compiling toml_datetime v0.6.8 |
495 | 2025-01-13T08:50:45.716Z | Compiling serde_spanned v0.6.8 |
496 | 2025-01-13T08:50:45.991Z | Compiling cargo-platform v0.1.9 |
497 | 2025-01-13T08:50:46.119Z | Compiling toml_edit v0.22.22 |
498 | 2025-01-13T08:50:46.240Z | Compiling macaddr v1.0.1 |
499 | 2025-01-13T08:50:46.477Z | Compiling camino-tempfile v1.1.1 |
500 | 2025-01-13T08:50:47.154Z | Compiling dof v0.3.0 |
501 | 2025-01-13T08:50:47.278Z | Compiling cargo_metadata v0.18.1 |
502 | 2025-01-13T08:50:48.885Z | Compiling usdt-attr-macro v0.5.0 |
503 | 2025-01-13T08:50:48.885Z | Compiling usdt-macro v0.5.0 |
504 | 2025-01-13T08:50:48.926Z | Compiling toml v0.8.19 |
505 | 2025-01-13T08:50:49.785Z | Compiling cargo_toml v0.20.5 |
506 | 2025-01-13T08:50:50.143Z | Compiling usdt v0.5.0 |
507 | 2025-01-13T08:50:53.347Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
508 | 2025-01-13T08:50:57.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.33s |
509 | 2025-01-13T08:50:57.709Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
510 | 2025-01-13T08:50:58.258Z | Downloading crates ... |
511 | 2025-01-13T08:50:58.386Z | Downloaded adler2 v2.0.0 |
512 | 2025-01-13T08:50:58.402Z | Downloaded aho-corasick v1.1.3 |
513 | 2025-01-13T08:50:58.409Z | Downloaded http-body-util v0.1.2 |
514 | 2025-01-13T08:50:58.411Z | Downloaded convert_case v0.4.0 |
515 | 2025-01-13T08:50:58.413Z | Downloaded iana-time-zone v0.1.61 |
516 | 2025-01-13T08:50:58.415Z | Downloaded ident_case v1.0.1 |
517 | 2025-01-13T08:50:58.417Z | Downloaded indexmap v1.9.3 |
518 | 2025-01-13T08:50:58.420Z | Downloaded aead v0.5.2 |
519 | 2025-01-13T08:50:58.422Z | Downloaded addr2line v0.24.2 |
520 | 2025-01-13T08:50:58.425Z | Downloaded aes v0.8.4 |
521 | 2025-01-13T08:50:58.427Z | Downloaded itertools v0.12.1 |
522 | 2025-01-13T08:50:58.434Z | Downloaded jobserver v0.1.32 |
523 | 2025-01-13T08:50:58.437Z | Downloaded lazy_static v1.5.0 |
524 | 2025-01-13T08:50:58.439Z | Downloaded async-recursion v1.1.1 |
525 | 2025-01-13T08:50:58.443Z | Downloaded heck v0.3.3 |
526 | 2025-01-13T08:50:58.445Z | Downloaded heapless v0.7.17 |
527 | 2025-01-13T08:50:58.449Z | Downloaded crc32fast v1.4.2 |
528 | 2025-01-13T08:50:58.452Z | Downloaded hex-literal v0.4.1 |
529 | 2025-01-13T08:50:58.454Z | Downloaded heapless v0.8.0 |
530 | 2025-01-13T08:50:58.457Z | Downloaded ciborium-io v0.2.2 |
531 | 2025-01-13T08:50:58.459Z | Downloaded base64 v0.21.7 |
532 | 2025-01-13T08:50:58.463Z | Downloaded async-stream-impl v0.3.6 |
533 | 2025-01-13T08:50:58.465Z | Downloaded arrayref v0.3.9 |
534 | 2025-01-13T08:50:58.468Z | Downloaded headers-core v0.3.0 |
535 | 2025-01-13T08:50:58.468Z | Downloaded headers v0.4.0 |
536 | 2025-01-13T08:50:58.472Z | Downloaded hkdf v0.12.4 |
537 | 2025-01-13T08:50:58.483Z | Downloaded atomicwrites v0.4.4 |
538 | 2025-01-13T08:50:58.483Z | Downloaded async-bb8-diesel v0.2.1 |
539 | 2025-01-13T08:50:58.483Z | Downloaded argon2 v0.5.3 |
540 | 2025-01-13T08:50:58.483Z | Downloaded aes-gcm v0.10.3 |
541 | 2025-01-13T08:50:58.486Z | Downloaded ascii-canvas v3.0.0 |
542 | 2025-01-13T08:50:58.486Z | Downloaded itertools v0.13.0 |
543 | 2025-01-13T08:50:58.494Z | Downloaded is-terminal v0.4.13 |
544 | 2025-01-13T08:50:58.496Z | Downloaded keccak v0.1.5 |
545 | 2025-01-13T08:50:58.498Z | Downloaded lock_api v0.4.12 |
546 | 2025-01-13T08:50:58.498Z | Downloaded instant v0.1.13 |
547 | 2025-01-13T08:50:58.500Z | Downloaded idna_adapter v1.2.0 |
548 | 2025-01-13T08:50:58.502Z | Downloaded icu_provider_macros v1.5.0 |
549 | 2025-01-13T08:50:58.503Z | Downloaded icu_normalizer v1.5.0 |
550 | 2025-01-13T08:50:58.505Z | Downloaded httpdate v1.0.3 |
551 | 2025-01-13T08:50:58.507Z | Downloaded hex v0.4.3 |
552 | 2025-01-13T08:50:58.510Z | Downloaded allocator-api2 v0.2.21 |
553 | 2025-01-13T08:50:58.512Z | Downloaded bumpalo v3.16.0 |
554 | 2025-01-13T08:50:58.514Z | Downloaded http-body v1.0.1 |
555 | 2025-01-13T08:50:58.517Z | Downloaded bitflags v1.3.2 |
556 | 2025-01-13T08:50:58.563Z | Downloaded async-stream v0.3.6 |
557 | 2025-01-13T08:50:58.566Z | Downloaded ahash v0.8.11 |
558 | 2025-01-13T08:50:58.570Z | Downloaded arc-swap v1.7.1 |
559 | 2025-01-13T08:50:58.574Z | Downloaded bit-vec v0.6.3 |
560 | 2025-01-13T08:50:58.577Z | Downloaded bit-set v0.5.3 |
561 | 2025-01-13T08:50:58.579Z | Downloaded base64 v0.13.1 |
562 | 2025-01-13T08:50:58.581Z | Downloaded base64ct v1.6.0 |
563 | 2025-01-13T08:50:58.584Z | Downloaded atomic-waker v1.1.2 |
564 | 2025-01-13T08:50:58.586Z | Downloaded backtrace v0.3.74 |
565 | 2025-01-13T08:50:58.590Z | Downloaded arrayvec v0.7.6 |
566 | 2025-01-13T08:50:58.593Z | Downloaded ciborium-ll v0.2.2 |
567 | 2025-01-13T08:50:58.595Z | Downloaded atty v0.2.14 |
568 | 2025-01-13T08:50:58.597Z | Downloaded cexpr v0.6.0 |
569 | 2025-01-13T08:50:58.599Z | Downloaded async-trait v0.1.85 |
570 | 2025-01-13T08:50:58.601Z | Downloaded ciborium v0.2.2 |
571 | 2025-01-13T08:50:58.604Z | Downloaded base64 v0.22.1 |
572 | 2025-01-13T08:50:58.608Z | Downloaded bitvec v1.0.1 |
573 | 2025-01-13T08:50:58.623Z | Downloaded const-oid v0.9.6 |
574 | 2025-01-13T08:50:58.633Z | Downloaded hmac v0.12.1 |
575 | 2025-01-13T08:50:58.635Z | Downloaded humantime v2.1.0 |
576 | 2025-01-13T08:50:58.637Z | Downloaded httparse v1.9.5 |
577 | 2025-01-13T08:50:58.640Z | Downloaded hyper-tls v0.6.0 |
578 | 2025-01-13T08:50:58.652Z | Downloaded indoc v2.0.5 |
579 | 2025-01-13T08:50:58.656Z | Downloaded icu_properties v1.5.1 |
580 | 2025-01-13T08:50:58.659Z | Downloaded icu_provider v1.5.0 |
581 | 2025-01-13T08:50:58.663Z | Downloaded ipnet v2.10.1 |
582 | 2025-01-13T08:50:58.665Z | Downloaded litemap v0.7.4 |
583 | 2025-01-13T08:50:58.667Z | Downloaded icu_normalizer_data v1.5.0 |
584 | 2025-01-13T08:50:58.669Z | Downloaded memoffset v0.9.1 |
585 | 2025-01-13T08:50:58.671Z | Downloaded litrs v0.4.1 |
586 | 2025-01-13T08:50:58.675Z | Downloaded hostname v0.4.0 |
587 | 2025-01-13T08:50:58.677Z | Downloaded idna v1.0.3 |
588 | 2025-01-13T08:50:58.681Z | Downloaded crossbeam-epoch v0.9.18 |
589 | 2025-01-13T08:50:58.683Z | Downloaded bzip2 v0.4.4 |
590 | 2025-01-13T08:50:58.686Z | Downloaded cc v1.2.9 |
591 | 2025-01-13T08:50:58.690Z | Downloaded icu_properties_data v1.5.0 |
592 | 2025-01-13T08:50:58.701Z | Downloaded itertools v0.10.5 |
593 | 2025-01-13T08:50:58.707Z | Downloaded chrono v0.4.39 |
594 | 2025-01-13T08:50:58.716Z | Downloaded crossterm v0.28.1 |
595 | 2025-01-13T08:50:58.726Z | Downloaded backoff v0.4.0 |
596 | 2025-01-13T08:50:58.728Z | Downloaded aws-lc-rs v1.12.0 |
597 | 2025-01-13T08:50:58.737Z | Downloaded mime v0.3.17 |
598 | 2025-01-13T08:50:58.739Z | Downloaded md-5 v0.10.6 |
599 | 2025-01-13T08:50:58.741Z | Downloaded lru v0.12.5 |
600 | 2025-01-13T08:50:58.744Z | Downloaded inout v0.1.3 |
601 | 2025-01-13T08:50:58.744Z | Downloaded hyper-util v0.1.10 |
602 | 2025-01-13T08:50:58.754Z | Downloaded bytes v1.9.0 |
603 | 2025-01-13T08:50:58.758Z | Downloaded bit-set v0.8.0 |
604 | 2025-01-13T08:50:58.761Z | Downloaded bindgen v0.69.5 |
605 | 2025-01-13T08:50:58.767Z | Downloaded rand_core v0.6.4 |
606 | 2025-01-13T08:50:58.770Z | Downloaded bcrypt-pbkdf v0.10.0 |
607 | 2025-01-13T08:50:58.772Z | Downloaded bb8 v0.8.6 |
608 | 2025-01-13T08:50:58.772Z | Downloaded rand_chacha v0.3.1 |
609 | 2025-01-13T08:50:58.774Z | Downloaded base16ct v0.2.0 |
610 | 2025-01-13T08:50:58.777Z | Downloaded buf-list v1.0.3 |
611 | 2025-01-13T08:50:58.787Z | Downloaded hubpack v0.1.2 |
612 | 2025-01-13T08:50:58.789Z | Downloaded curve25519-dalek v4.1.3 |
613 | 2025-01-13T08:50:58.798Z | Downloaded rustls-pemfile v2.2.0 |
614 | 2025-01-13T08:50:58.800Z | Downloaded icu_locid_transform_data v1.5.0 |
615 | 2025-01-13T08:50:58.802Z | Downloaded icu_locid_transform v1.5.0 |
616 | 2025-01-13T08:50:58.805Z | Downloaded secrecy v0.8.0 |
617 | 2025-01-13T08:50:58.807Z | Downloaded icu_locid v1.5.0 |
618 | 2025-01-13T08:50:58.813Z | Downloaded siphasher v0.3.11 |
619 | 2025-01-13T08:50:58.816Z | Downloaded spin v0.9.8 |
620 | 2025-01-13T08:50:58.818Z | Downloaded thread_local v1.1.8 |
621 | 2025-01-13T08:50:58.821Z | Downloaded tokio-rustls v0.24.1 |
622 | 2025-01-13T08:50:58.823Z | Downloaded strum v0.26.3 |
623 | 2025-01-13T08:50:58.825Z | Downloaded lockfree-object-pool v0.1.6 |
624 | 2025-01-13T08:50:58.828Z | Downloaded tokio-macros v2.5.0 |
625 | 2025-01-13T08:50:58.828Z | Downloaded tokio-rustls v0.26.1 |
626 | 2025-01-13T08:50:58.830Z | Downloaded tokio-native-tls v0.3.1 |
627 | 2025-01-13T08:50:58.832Z | Downloaded tokio-stream v0.1.17 |
628 | 2025-01-13T08:50:58.837Z | Downloaded ctr v0.9.2 |
629 | 2025-01-13T08:50:58.839Z | Downloaded bcs v0.1.6 |
630 | 2025-01-13T08:50:58.842Z | Downloaded unicase v2.8.1 |
631 | 2025-01-13T08:50:58.845Z | Downloaded match_cfg v0.1.0 |
632 | 2025-01-13T08:50:58.847Z | Downloaded maplit v1.0.2 |
633 | 2025-01-13T08:50:58.848Z | Downloaded csv-core v0.1.11 |
634 | 2025-01-13T08:50:58.850Z | Downloaded chacha20 v0.9.1 |
635 | 2025-01-13T08:50:58.850Z | Downloaded cfg_aliases v0.1.1 |
636 | 2025-01-13T08:50:58.852Z | Downloaded cancel-safe-futures v0.1.5 |
637 | 2025-01-13T08:50:58.855Z | Downloaded cstr-argument v0.1.2 |
638 | 2025-01-13T08:50:58.857Z | Downloaded crypto-bigint v0.5.5 |
639 | 2025-01-13T08:50:58.863Z | Downloaded memmap2 v0.9.5 |
640 | 2025-01-13T08:50:58.865Z | Downloaded zeroize v1.8.1 |
641 | 2025-01-13T08:50:58.867Z | Downloaded libm v0.2.11 |
642 | 2025-01-13T08:50:58.875Z | Downloaded ref-cast v1.0.23 |
643 | 2025-01-13T08:50:58.878Z | Downloaded prettyplease v0.2.29 |
644 | 2025-01-13T08:50:58.882Z | Downloaded psl-types v2.0.11 |
645 | 2025-01-13T08:50:58.884Z | Downloaded curve25519-dalek-derive v0.1.1 |
646 | 2025-01-13T08:50:58.887Z | Downloaded maybe-uninit v2.0.0 |
647 | 2025-01-13T08:50:58.887Z | Downloaded lru-cache v0.1.2 |
648 | 2025-01-13T08:50:58.890Z | Downloaded crucible-workspace-hack v0.1.0 |
649 | 2025-01-13T08:50:58.890Z | Downloaded crossbeam-channel v0.5.14 |
650 | 2025-01-13T08:50:58.893Z | Downloaded lalrpop v0.19.12 |
651 | 2025-01-13T08:50:58.904Z | Downloaded hyper-staticfile v0.10.1 |
652 | 2025-01-13T08:50:58.906Z | Downloaded hubpack_derive v0.1.1 |
653 | 2025-01-13T08:50:58.909Z | Downloaded md5 v0.7.0 |
654 | 2025-01-13T08:50:58.909Z | Downloaded matches v0.1.10 |
655 | 2025-01-13T08:50:58.911Z | Downloaded managed v0.8.0 |
656 | 2025-01-13T08:50:58.911Z | Downloaded crossbeam-utils v0.8.21 |
657 | 2025-01-13T08:50:58.913Z | Downloaded bitfield v0.14.0 |
658 | 2025-01-13T08:50:58.915Z | Downloaded ed25519-dalek v2.1.1 |
659 | 2025-01-13T08:50:58.918Z | Downloaded bit-vec v0.8.0 |
660 | 2025-01-13T08:50:58.922Z | Downloaded tokio-rustls v0.25.0 |
661 | 2025-01-13T08:50:58.924Z | Downloaded simd-adler32 v0.3.7 |
662 | 2025-01-13T08:50:58.928Z | Downloaded filetime v0.2.25 |
663 | 2025-01-13T08:50:58.932Z | Downloaded publicsuffix v2.3.0 |
664 | 2025-01-13T08:50:58.932Z | Downloaded hickory-proto v0.24.2 |
665 | 2025-01-13T08:50:58.947Z | Downloaded num-bigint-dig v0.8.4 |
666 | 2025-01-13T08:50:58.951Z | Downloaded regex-syntax v0.8.5 |
667 | 2025-01-13T08:50:58.962Z | Downloaded gimli v0.31.1 |
668 | 2025-01-13T08:50:58.971Z | Downloaded idna v0.2.3 |
669 | 2025-01-13T08:50:58.979Z | Downloaded openssl-probe v0.1.5 |
670 | 2025-01-13T08:50:58.981Z | Downloaded hashbrown v0.13.2 |
671 | 2025-01-13T08:50:58.986Z | Downloaded structmeta-derive v0.2.0 |
672 | 2025-01-13T08:50:58.988Z | Downloaded hashbrown v0.14.5 |
673 | 2025-01-13T08:50:58.994Z | Downloaded num-integer v0.1.46 |
674 | 2025-01-13T08:50:58.997Z | Downloaded zip v2.1.3 |
675 | 2025-01-13T08:50:59.001Z | Downloaded write16 v1.0.0 |
676 | 2025-01-13T08:50:59.004Z | Downloaded winnow v0.5.40 |
677 | 2025-01-13T08:50:59.012Z | Downloaded dhcproto-macros v0.1.0 |
678 | 2025-01-13T08:50:59.014Z | Downloaded pin-utils v0.1.0 |
679 | 2025-01-13T08:50:59.014Z | Downloaded pkg-config v0.3.31 |
680 | 2025-01-13T08:50:59.017Z | Downloaded parse-zoneinfo v0.3.1 |
681 | 2025-01-13T08:50:59.019Z | Downloaded defmt-parser v0.4.1 |
682 | 2025-01-13T08:50:59.022Z | Downloaded defmt-macros v0.4.0 |
683 | 2025-01-13T08:50:59.024Z | Downloaded whoami v1.5.2 |
684 | 2025-01-13T08:50:59.026Z | Downloaded which v4.4.2 |
685 | 2025-01-13T08:50:59.028Z | Downloaded pkcs8 v0.10.2 |
686 | 2025-01-13T08:50:59.031Z | Downloaded pkcs1 v0.7.5 |
687 | 2025-01-13T08:50:59.034Z | Downloaded waitgroup v0.1.2 |
688 | 2025-01-13T08:50:59.036Z | Downloaded vergen v8.3.2 |
689 | 2025-01-13T08:50:59.038Z | Downloaded utf8_iter v1.0.4 |
690 | 2025-01-13T08:50:59.040Z | Downloaded libsw v3.4.0 |
691 | 2025-01-13T08:50:59.043Z | Downloaded native-tls v0.2.12 |
692 | 2025-01-13T08:50:59.045Z | Downloaded typed-path v0.9.3 |
693 | 2025-01-13T08:50:59.050Z | Downloaded tokio-postgres v0.7.12 |
694 | 2025-01-13T08:50:59.056Z | Downloaded structmeta-derive v0.3.0 |
695 | 2025-01-13T08:50:59.058Z | Downloaded siphasher v1.0.1 |
696 | 2025-01-13T08:50:59.060Z | Downloaded libsw-core v0.3.1 |
697 | 2025-01-13T08:50:59.063Z | Downloaded structmeta v0.3.0 |
698 | 2025-01-13T08:50:59.063Z | Downloaded socket2 v0.5.8 |
699 | 2025-01-13T08:50:59.065Z | Downloaded snafu-derive v0.8.5 |
700 | 2025-01-13T08:50:59.067Z | Downloaded snafu v0.8.5 |
701 | 2025-01-13T08:50:59.072Z | Downloaded sigpipe v0.1.3 |
702 | 2025-01-13T08:50:59.075Z | Downloaded serde_with_macros v3.12.0 |
703 | 2025-01-13T08:50:59.077Z | Downloaded serde_with v3.12.0 |
704 | 2025-01-13T08:50:59.086Z | Downloaded rustls v0.21.12 |
705 | 2025-01-13T08:50:59.098Z | Downloaded form_urlencoded v1.2.1 |
706 | 2025-01-13T08:50:59.101Z | Downloaded nibble_vec v0.1.0 |
707 | 2025-01-13T08:50:59.101Z | Downloaded regress v0.9.1 |
708 | 2025-01-13T08:50:59.110Z | Downloaded sha1 v0.10.6 |
709 | 2025-01-13T08:50:59.113Z | Downloaded rustls-webpki v0.102.8 |
710 | 2025-01-13T08:50:59.131Z | Downloaded rustls-pki-types v1.10.1 |
711 | 2025-01-13T08:50:59.134Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
712 | 2025-01-13T08:50:59.148Z | Downloaded tinyvec_macros v0.1.1 |
713 | 2025-01-13T08:50:59.150Z | Downloaded tiny-keccak v2.0.2 |
714 | 2025-01-13T08:50:59.153Z | Downloaded time-core v0.1.2 |
715 | 2025-01-13T08:50:59.153Z | Downloaded termcolor v1.4.1 |
716 | 2025-01-13T08:50:59.155Z | Downloaded tap v1.0.1 |
717 | 2025-01-13T08:50:59.157Z | Downloaded rustls v0.22.4 |
718 | 2025-01-13T08:50:59.170Z | Downloaded slab v0.4.9 |
719 | 2025-01-13T08:50:59.172Z | Downloaded signal-hook-registry v1.4.2 |
720 | 2025-01-13T08:50:59.174Z | Downloaded rustls v0.23.21 |
721 | 2025-01-13T08:50:59.185Z | Downloaded signal-hook-mio v0.2.4 |
722 | 2025-01-13T08:50:59.188Z | Downloaded phf_shared v0.10.0 |
723 | 2025-01-13T08:50:59.190Z | Downloaded signature v2.2.0 |
724 | 2025-01-13T08:50:59.190Z | Downloaded rustls-webpki v0.101.7 |
725 | 2025-01-13T08:50:59.205Z | Downloaded rustc-hash v1.1.0 |
726 | 2025-01-13T08:50:59.207Z | Downloaded rand v0.8.5 |
727 | 2025-01-13T08:50:59.209Z | Downloaded pin-project-lite v0.2.16 |
728 | 2025-01-13T08:50:59.215Z | Downloaded git2 v0.19.0 |
729 | 2025-01-13T08:50:59.224Z | Downloaded tower-service v0.3.3 |
730 | 2025-01-13T08:50:59.227Z | Downloaded p384 v0.13.0 |
731 | 2025-01-13T08:50:59.232Z | Downloaded rustc-demangle v0.1.24 |
732 | 2025-01-13T08:50:59.235Z | Downloaded p256 v0.13.2 |
733 | 2025-01-13T08:50:59.238Z | Downloaded untrusted v0.7.1 |
734 | 2025-01-13T08:50:59.241Z | Downloaded strum_macros v0.26.4 |
735 | 2025-01-13T08:50:59.243Z | Downloaded toml_edit v0.19.15 |
736 | 2025-01-13T08:50:59.259Z | Downloaded deranged v0.3.11 |
737 | 2025-01-13T08:50:59.262Z | Downloaded r2d2 v0.8.10 |
738 | 2025-01-13T08:50:59.264Z | Downloaded quinn v0.11.6 |
739 | 2025-01-13T08:50:59.266Z | Downloaded quick-xml v0.33.0 |
740 | 2025-01-13T08:50:59.273Z | Downloaded thiserror-impl-no-std v2.0.2 |
741 | 2025-01-13T08:50:59.275Z | Downloaded tracing-attributes v0.1.28 |
742 | 2025-01-13T08:50:59.278Z | Downloaded tracing v0.1.41 |
743 | 2025-01-13T08:50:59.283Z | Downloaded half v2.4.1 |
744 | 2025-01-13T08:50:59.286Z | Downloaded tracing-core v0.1.33 |
745 | 2025-01-13T08:50:59.289Z | Downloaded test-strategy v0.3.1 |
746 | 2025-01-13T08:50:59.294Z | Downloaded minimal-lexical v0.2.1 |
747 | 2025-01-13T08:50:59.299Z | Downloaded parking_lot v0.12.3 |
748 | 2025-01-13T08:50:59.301Z | Downloaded openssl-macros v0.1.1 |
749 | 2025-01-13T08:50:59.304Z | Downloaded futures v0.3.31 |
750 | 2025-01-13T08:50:59.309Z | Downloaded multimap v0.10.0 |
751 | 2025-01-13T08:50:59.311Z | Downloaded parking_lot v0.11.2 |
752 | 2025-01-13T08:50:59.314Z | Downloaded new_debug_unreachable v1.0.6 |
753 | 2025-01-13T08:50:59.316Z | Downloaded mio v1.0.3 |
754 | 2025-01-13T08:50:59.321Z | Downloaded rayon-core v1.12.1 |
755 | 2025-01-13T08:50:59.324Z | Downloaded mime_guess v2.0.5 |
756 | 2025-01-13T08:50:59.327Z | Downloaded serde_derive_internals v0.29.1 |
757 | 2025-01-13T08:50:59.329Z | Downloaded smallvec v1.13.2 |
758 | 2025-01-13T08:50:59.331Z | Downloaded termios v0.3.3 |
759 | 2025-01-13T08:50:59.334Z | Downloaded tls_codec_derive v0.4.1 |
760 | 2025-01-13T08:50:59.336Z | Downloaded password-hash v0.4.2 |
761 | 2025-01-13T08:50:59.338Z | Downloaded parse-size v1.1.0 |
762 | 2025-01-13T08:50:59.340Z | Downloaded parse-display-derive v0.10.0 |
763 | 2025-01-13T08:50:59.343Z | Downloaded fs_extra v1.3.0 |
764 | 2025-01-13T08:50:59.345Z | Downloaded fragile v2.0.0 |
765 | 2025-01-13T08:50:59.347Z | Downloaded tokio-tungstenite v0.21.0 |
766 | 2025-01-13T08:50:59.350Z | Downloaded termtree v0.5.1 |
767 | 2025-01-13T08:50:59.350Z | Downloaded try-lock v0.2.5 |
768 | 2025-01-13T08:50:59.352Z | Downloaded supports-color v3.0.2 |
769 | 2025-01-13T08:50:59.355Z | Downloaded subtle v2.6.1 |
770 | 2025-01-13T08:50:59.355Z | Downloaded parse-display v0.10.0 |
771 | 2025-01-13T08:50:59.357Z | Downloaded num_threads v0.1.7 |
772 | 2025-01-13T08:50:59.359Z | Downloaded lzma-sys v0.1.20 |
773 | 2025-01-13T08:50:59.387Z | Downloaded tls_codec v0.4.1 |
774 | 2025-01-13T08:50:59.390Z | Downloaded tinyvec v1.8.1 |
775 | 2025-01-13T08:50:59.392Z | Downloaded tinystr v0.7.6 |
776 | 2025-01-13T08:50:59.395Z | Downloaded time-macros v0.2.19 |
777 | 2025-01-13T08:50:59.398Z | Downloaded uuid v1.11.1 |
778 | 2025-01-13T08:50:59.401Z | Downloaded darling_macro v0.20.10 |
779 | 2025-01-13T08:50:59.404Z | Downloaded derive_more v0.99.18 |
780 | 2025-01-13T08:50:59.407Z | Downloaded zerovec v0.10.4 |
781 | 2025-01-13T08:50:59.415Z | Downloaded data-encoding v2.6.0 |
782 | 2025-01-13T08:50:59.417Z | Downloaded csv v1.3.1 |
783 | 2025-01-13T08:50:59.438Z | Downloaded either v1.13.0 |
784 | 2025-01-13T08:50:59.441Z | Downloaded mockall_derive v0.13.1 |
785 | 2025-01-13T08:50:59.443Z | Downloaded h2 v0.4.7 |
786 | 2025-01-13T08:50:59.450Z | Downloaded slog v2.7.0 |
787 | 2025-01-13T08:50:59.453Z | Downloaded signal-hook-tokio v0.3.1 |
788 | 2025-01-13T08:50:59.455Z | Downloaded group v0.13.0 |
789 | 2025-01-13T08:50:59.457Z | Downloaded globset v0.4.15 |
790 | 2025-01-13T08:50:59.459Z | Downloaded glob v0.3.2 |
791 | 2025-01-13T08:50:59.462Z | Downloaded ghash v0.5.1 |
792 | 2025-01-13T08:50:59.462Z | Downloaded derive_builder v0.20.2 |
793 | 2025-01-13T08:50:59.467Z | Downloaded fxhash v0.2.1 |
794 | 2025-01-13T08:50:59.469Z | Downloaded toolchain_find v0.4.0 |
795 | 2025-01-13T08:50:59.469Z | Downloaded tokio-tungstenite v0.24.0 |
796 | 2025-01-13T08:50:59.472Z | Downloaded tokio-tungstenite v0.23.1 |
797 | 2025-01-13T08:50:59.475Z | Downloaded strum_macros v0.25.3 |
798 | 2025-01-13T08:50:59.477Z | Downloaded slog-async v2.8.0 |
799 | 2025-01-13T08:50:59.479Z | Downloaded miniz_oxide v0.8.2 |
800 | 2025-01-13T08:50:59.481Z | Downloaded hashlink v0.9.1 |
801 | 2025-01-13T08:50:59.484Z | Downloaded hash32 v0.3.1 |
802 | 2025-01-13T08:50:59.486Z | Downloaded hash32 v0.2.1 |
803 | 2025-01-13T08:50:59.488Z | Downloaded futures-util v0.3.31 |
804 | 2025-01-13T08:50:59.500Z | Downloaded tough v0.19.0 |
805 | 2025-01-13T08:50:59.510Z | Downloaded powerfmt v0.2.0 |
806 | 2025-01-13T08:50:59.512Z | Downloaded parking_lot_core v0.8.6 |
807 | 2025-01-13T08:50:59.514Z | Downloaded ppv-lite86 v0.2.20 |
808 | 2025-01-13T08:50:59.516Z | Downloaded tokio v1.43.0 |
809 | 2025-01-13T08:50:59.555Z | Downloaded rustversion v1.0.19 |
810 | 2025-01-13T08:50:59.557Z | Downloaded smf v0.2.3 |
811 | 2025-01-13T08:50:59.560Z | Downloaded smallvec v0.6.14 |
812 | 2025-01-13T08:50:59.562Z | Downloaded slog-term v2.9.1 |
813 | 2025-01-13T08:50:59.564Z | Downloaded rustfmt-wrapper v0.2.1 |
814 | 2025-01-13T08:50:59.567Z | Downloaded rustc-hash v2.1.0 |
815 | 2025-01-13T08:50:59.567Z | Downloaded rusqlite v0.32.1 |
816 | 2025-01-13T08:50:59.573Z | Downloaded rtoolbox v0.0.2 |
817 | 2025-01-13T08:50:59.575Z | Downloaded rsa v0.9.7 |
818 | 2025-01-13T08:50:59.581Z | Downloaded sync-ptr v0.1.1 |
819 | 2025-01-13T08:50:59.583Z | Downloaded semver v0.1.20 |
820 | 2025-01-13T08:50:59.586Z | Downloaded libz-sys v1.1.21 |
821 | 2025-01-13T08:50:59.606Z | Downloaded zerovec-derive v0.10.3 |
822 | 2025-01-13T08:50:59.609Z | Downloaded zeroize_derive v1.4.2 |
823 | 2025-01-13T08:50:59.609Z | Downloaded twox-hash v1.6.3 |
824 | 2025-01-13T08:50:59.611Z | Downloaded derive_builder_core v0.20.2 |
825 | 2025-01-13T08:50:59.613Z | Downloaded zone_cfg_derive v0.1.2 |
826 | 2025-01-13T08:50:59.616Z | Downloaded shlex v1.3.0 |
827 | 2025-01-13T08:50:59.616Z | Downloaded stable_deref_trait v1.2.0 |
828 | 2025-01-13T08:50:59.618Z | Downloaded unsafe-libyaml v0.2.11 |
829 | 2025-01-13T08:50:59.621Z | Downloaded untrusted v0.9.0 |
830 | 2025-01-13T08:50:59.624Z | Downloaded unicode-xid v0.2.6 |
831 | 2025-01-13T08:50:59.624Z | Downloaded utf-8 v0.7.6 |
832 | 2025-01-13T08:50:59.627Z | Downloaded rand_xorshift v0.3.0 |
833 | 2025-01-13T08:50:59.627Z | Downloaded unicode-width v0.2.0 |
834 | 2025-01-13T08:50:59.633Z | Downloaded xz2 v0.1.7 |
835 | 2025-01-13T08:50:59.635Z | Downloaded darling_core v0.20.10 |
836 | 2025-01-13T08:50:59.640Z | Downloaded ssh-key v0.6.7 |
837 | 2025-01-13T08:50:59.647Z | Downloaded rustc_version v0.1.7 |
838 | 2025-01-13T08:50:59.650Z | Downloaded ecdsa v0.16.9 |
839 | 2025-01-13T08:50:59.652Z | Downloaded debug-ignore v1.0.5 |
840 | 2025-01-13T08:50:59.654Z | Downloaded fd-lock v4.0.2 |
841 | 2025-01-13T08:50:59.657Z | Downloaded fatfs v0.3.6 |
842 | 2025-01-13T08:50:59.659Z | Downloaded slog-scope v4.4.0 |
843 | 2025-01-13T08:50:59.661Z | Downloaded num-conv v0.1.0 |
844 | 2025-01-13T08:50:59.661Z | Downloaded proc-macro-error-attr2 v2.0.0 |
845 | 2025-01-13T08:50:59.664Z | Downloaded num-complex v0.4.6 |
846 | 2025-01-13T08:50:59.664Z | Downloaded slog-json v2.6.1 |
847 | 2025-01-13T08:50:59.666Z | Downloaded proc-macro-error2 v2.0.1 |
848 | 2025-01-13T08:50:59.669Z | Downloaded num-bigint v0.4.6 |
849 | 2025-01-13T08:50:59.674Z | Downloaded wait-timeout v0.2.0 |
850 | 2025-01-13T08:50:59.676Z | Downloaded fixedbitset v0.4.2 |
851 | 2025-01-13T08:50:59.678Z | Downloaded difflib v0.4.0 |
852 | 2025-01-13T08:50:59.680Z | Downloaded unicode-normalization v0.1.24 |
853 | 2025-01-13T08:50:59.683Z | Downloaded unarray v0.1.4 |
854 | 2025-01-13T08:50:59.685Z | Downloaded parking_lot_core v0.9.10 |
855 | 2025-01-13T08:50:59.687Z | Downloaded paste v1.0.15 |
856 | 2025-01-13T08:50:59.689Z | Downloaded slog-dtrace v0.3.0 |
857 | 2025-01-13T08:50:59.691Z | Downloaded phf v0.11.3 |
858 | 2025-01-13T08:50:59.694Z | Downloaded packed_struct_codegen v0.10.1 |
859 | 2025-01-13T08:50:59.694Z | Downloaded gethostname v0.5.0 |
860 | 2025-01-13T08:50:59.696Z | Downloaded packed_struct v0.10.1 |
861 | 2025-01-13T08:50:59.699Z | Downloaded trust-dns-proto v0.22.0 |
862 | 2025-01-13T08:50:59.711Z | Downloaded percent-encoding v2.3.1 |
863 | 2025-01-13T08:50:59.713Z | Downloaded embedded-io v0.6.1 |
864 | 2025-01-13T08:50:59.713Z | Downloaded embedded-io v0.4.0 |
865 | 2025-01-13T08:50:59.716Z | Downloaded typify v0.2.0 |
866 | 2025-01-13T08:50:59.718Z | Downloaded slog-envlogger v2.2.0 |
867 | 2025-01-13T08:50:59.721Z | Downloaded ron v0.8.1 |
868 | 2025-01-13T08:50:59.726Z | Downloaded opaque-debug v0.3.1 |
869 | 2025-01-13T08:50:59.728Z | Downloaded futures-task v0.3.31 |
870 | 2025-01-13T08:50:59.730Z | Downloaded futures-sink v0.3.31 |
871 | 2025-01-13T08:50:59.730Z | Downloaded nodrop v0.1.14 |
872 | 2025-01-13T08:50:59.733Z | Downloaded futures-channel v0.3.31 |
873 | 2025-01-13T08:50:59.733Z | Downloaded reqwest v0.12.12 |
874 | 2025-01-13T08:50:59.743Z | Downloaded nom v7.1.3 |
875 | 2025-01-13T08:50:59.748Z | Downloaded shell-words v1.1.0 |
876 | 2025-01-13T08:50:59.751Z | Downloaded serde_yaml v0.9.34+deprecated |
877 | 2025-01-13T08:50:59.754Z | Downloaded walkdir v2.5.0 |
878 | 2025-01-13T08:50:59.756Z | Downloaded progenitor-impl v0.8.0 |
879 | 2025-01-13T08:50:59.758Z | Downloaded progenitor-client v0.8.0 |
880 | 2025-01-13T08:50:59.758Z | Downloaded postgres-types v0.2.8 |
881 | 2025-01-13T08:50:59.761Z | Downloaded ref-cast-impl v1.0.23 |
882 | 2025-01-13T08:50:59.763Z | Downloaded rand_seeder v0.3.0 |
883 | 2025-01-13T08:50:59.765Z | Downloaded postgres-protocol v0.6.7 |
884 | 2025-01-13T08:50:59.765Z | Downloaded nix v0.29.0 |
885 | 2025-01-13T08:50:59.778Z | Downloaded dirs-next v2.0.0 |
886 | 2025-01-13T08:50:59.780Z | Downloaded flagset v0.4.6 |
887 | 2025-01-13T08:50:59.782Z | Downloaded env_logger v0.11.6 |
888 | 2025-01-13T08:50:59.785Z | Downloaded unicode-truncate v1.1.0 |
889 | 2025-01-13T08:50:59.785Z | Downloaded tungstenite v0.23.0 |
890 | 2025-01-13T08:50:59.789Z | Downloaded static_assertions v1.1.0 |
891 | 2025-01-13T08:50:59.792Z | Downloaded num-iter v0.1.45 |
892 | 2025-01-13T08:50:59.792Z | Downloaded num v0.4.3 |
893 | 2025-01-13T08:50:59.795Z | Downloaded schemars v0.8.21 |
894 | 2025-01-13T08:50:59.805Z | Downloaded serde_path_to_error v0.1.16 |
895 | 2025-01-13T08:50:59.807Z | Downloaded scopeguard v1.2.0 |
896 | 2025-01-13T08:50:59.810Z | Downloaded sqlparser_derive v0.2.2 |
897 | 2025-01-13T08:50:59.810Z | Downloaded num-rational v0.4.2 |
898 | 2025-01-13T08:50:59.812Z | Downloaded num-traits v0.2.19 |
899 | 2025-01-13T08:50:59.814Z | Downloaded spki v0.7.3 |
900 | 2025-01-13T08:50:59.816Z | Downloaded tungstenite v0.21.0 |
901 | 2025-01-13T08:50:59.819Z | Downloaded sqlformat v0.2.6 |
902 | 2025-01-13T08:50:59.821Z | Downloaded diff v0.1.13 |
903 | 2025-01-13T08:50:59.824Z | Downloaded smoltcp v0.9.1 |
904 | 2025-01-13T08:50:59.836Z | Downloaded futures-core v0.3.31 |
905 | 2025-01-13T08:50:59.839Z | Downloaded darling v0.20.10 |
906 | 2025-01-13T08:50:59.842Z | Downloaded want v0.3.1 |
907 | 2025-01-13T08:50:59.844Z | Downloaded signal-hook v0.3.17 |
908 | 2025-01-13T08:50:59.846Z | Downloaded wyz v0.5.1 |
909 | 2025-01-13T08:50:59.849Z | Downloaded serde_plain v1.0.2 |
910 | 2025-01-13T08:50:59.849Z | Downloaded ena v0.14.3 |
911 | 2025-01-13T08:50:59.851Z | Downloaded fallible-iterator v0.3.0 |
912 | 2025-01-13T08:50:59.853Z | Downloaded displaydoc v0.2.5 |
913 | 2025-01-13T08:50:59.855Z | Downloaded dirs-sys-next v0.1.2 |
914 | 2025-01-13T08:50:59.858Z | Downloaded rfc6979 v0.4.0 |
915 | 2025-01-13T08:50:59.858Z | Downloaded resolv-conf v0.7.0 |
916 | 2025-01-13T08:50:59.860Z | Downloaded slog-bunyan v2.5.0 |
917 | 2025-01-13T08:50:59.863Z | Downloaded regex v1.11.1 |
918 | 2025-01-13T08:50:59.875Z | Downloaded zerofrom-derive v0.1.5 |
919 | 2025-01-13T08:50:59.878Z | Downloaded zerofrom v0.1.5 |
920 | 2025-01-13T08:50:59.878Z | Downloaded yasna v0.5.2 |
921 | 2025-01-13T08:50:59.880Z | Downloaded universal-hash v0.5.1 |
922 | 2025-01-13T08:50:59.880Z | Downloaded unicode_categories v0.1.1 |
923 | 2025-01-13T08:50:59.882Z | Downloaded num_enum v0.5.11 |
924 | 2025-01-13T08:50:59.887Z | Downloaded der_derive v0.7.3 |
925 | 2025-01-13T08:50:59.889Z | Downloaded zone v0.3.0 |
926 | 2025-01-13T08:50:59.892Z | Downloaded openssl v0.10.68 |
927 | 2025-01-13T08:50:59.900Z | Downloaded document-features v0.2.10 |
928 | 2025-01-13T08:50:59.902Z | Downloaded vcpkg v0.2.15 |
929 | 2025-01-13T08:50:59.939Z | Downloaded utf16_iter v1.0.5 |
930 | 2025-01-13T08:50:59.941Z | Downloaded url v2.5.4 |
931 | 2025-01-13T08:50:59.944Z | Downloaded rayon v1.10.0 |
932 | 2025-01-13T08:50:59.952Z | Downloaded foreign-types v0.3.2 |
933 | 2025-01-13T08:50:59.955Z | Downloaded unicode-segmentation v1.12.0 |
934 | 2025-01-13T08:50:59.958Z | Downloaded peg v0.8.4 |
935 | 2025-01-13T08:50:59.961Z | Downloaded same-file v1.0.6 |
936 | 2025-01-13T08:50:59.963Z | Downloaded nix v0.28.0 |
937 | 2025-01-13T08:50:59.975Z | Downloaded radium v0.7.0 |
938 | 2025-01-13T08:50:59.977Z | Downloaded quick-error v1.2.3 |
939 | 2025-01-13T08:50:59.979Z | Downloaded portable-atomic v1.10.0 |
940 | 2025-01-13T08:50:59.984Z | Downloaded phf_codegen v0.11.3 |
941 | 2025-01-13T08:50:59.987Z | Downloaded pbkdf2 v0.12.2 |
942 | 2025-01-13T08:50:59.987Z | Downloaded pbkdf2 v0.11.0 |
943 | 2025-01-13T08:50:59.992Z | Downloaded path-slash v0.1.5 |
944 | 2025-01-13T08:50:59.992Z | Downloaded password-hash v0.5.0 |
945 | 2025-01-13T08:50:59.996Z | Downloaded p521 v0.13.3 |
946 | 2025-01-13T08:50:59.998Z | Downloaded ron v0.7.1 |
947 | 2025-01-13T08:51:00.002Z | Downloaded serde_repr v0.1.19 |
948 | 2025-01-13T08:51:00.004Z | Downloaded zip v0.6.6 |
949 | 2025-01-13T08:51:00.008Z | Downloaded zerocopy-derive v0.8.14 |
950 | 2025-01-13T08:51:00.015Z | Downloaded unicode-properties v0.1.3 |
951 | 2025-01-13T08:51:00.017Z | Downloaded tungstenite v0.24.0 |
952 | 2025-01-13T08:51:00.021Z | Downloaded vte_generate_state_changes v0.1.2 |
953 | 2025-01-13T08:51:00.023Z | Downloaded foreign-types-shared v0.3.1 |
954 | 2025-01-13T08:51:00.024Z | Downloaded zopfli v0.8.1 |
955 | 2025-01-13T08:51:00.026Z | Downloaded xattr v1.4.0 |
956 | 2025-01-13T08:51:00.029Z | Downloaded owo-colors v4.1.0 |
957 | 2025-01-13T08:51:00.031Z | Downloaded oso-derive v0.27.3 |
958 | 2025-01-13T08:51:00.031Z | Downloaded oso v0.27.3 |
959 | 2025-01-13T08:51:00.034Z | Downloaded pem-rfc7468 v0.7.0 |
960 | 2025-01-13T08:51:00.036Z | Downloaded pem v3.0.4 |
961 | 2025-01-13T08:51:00.039Z | Downloaded openssl-sys v0.9.104 |
962 | 2025-01-13T08:51:00.043Z | Downloaded elliptic-curve v0.13.8 |
963 | 2025-01-13T08:51:00.047Z | Downloaded dyn-clone v1.0.17 |
964 | 2025-01-13T08:51:00.050Z | Downloaded string_cache v0.8.7 |
965 | 2025-01-13T08:51:00.052Z | Downloaded ssh-encoding v0.2.0 |
966 | 2025-01-13T08:51:00.054Z | Downloaded ssh-cipher v0.2.0 |
967 | 2025-01-13T08:51:00.056Z | Downloaded sqlparser v0.45.0 |
968 | 2025-01-13T08:51:00.060Z | Downloaded dunce v1.0.5 |
969 | 2025-01-13T08:51:00.062Z | Downloaded dropshot_endpoint v0.13.0 |
970 | 2025-01-13T08:51:00.065Z | Downloaded dropshot_endpoint v0.12.0 |
971 | 2025-01-13T08:51:00.068Z | Downloaded omicron-zone-package v0.12.0 |
972 | 2025-01-13T08:51:00.072Z | Downloaded tui-tree-widget v0.22.0 |
973 | 2025-01-13T08:51:00.074Z | Downloaded enum-as-inner v0.6.1 |
974 | 2025-01-13T08:51:00.076Z | Downloaded endian-type v0.1.2 |
975 | 2025-01-13T08:51:00.076Z | Downloaded strum_macros v0.24.3 |
976 | 2025-01-13T08:51:00.078Z | Downloaded petname v2.0.2 |
977 | 2025-01-13T08:51:00.084Z | Downloaded encoding_rs v0.8.35 |
978 | 2025-01-13T08:51:00.108Z | Downloaded regex-syntax v0.6.29 |
979 | 2025-01-13T08:51:00.115Z | Downloaded smoltcp v0.11.0 |
980 | 2025-01-13T08:51:00.128Z | Downloaded foreign-types-macros v0.2.3 |
981 | 2025-01-13T08:51:00.130Z | Downloaded foreign-types v0.5.0 |
982 | 2025-01-13T08:51:00.130Z | Downloaded typify-macro v0.2.0 |
983 | 2025-01-13T08:51:00.130Z | Downloaded scheduled-thread-pool v0.2.7 |
984 | 2025-01-13T08:51:00.133Z | Downloaded salsa20 v0.10.2 |
985 | 2025-01-13T08:51:00.133Z | Downloaded radix_trie v0.2.1 |
986 | 2025-01-13T08:51:00.138Z | Downloaded qorb v0.2.1 |
987 | 2025-01-13T08:51:00.143Z | Downloaded object v0.30.4 |
988 | 2025-01-13T08:51:00.153Z | Downloaded dropshot v0.13.0 |
989 | 2025-01-13T08:51:00.172Z | Downloaded dropshot v0.12.0 |
990 | 2025-01-13T08:51:00.191Z | Downloaded typify-impl v0.2.0 |
991 | 2025-01-13T08:51:00.205Z | Downloaded regex-automata v0.4.9 |
992 | 2025-01-13T08:51:00.222Z | Downloaded vsss-rs v3.3.4 |
993 | 2025-01-13T08:51:00.224Z | Downloaded object v0.36.7 |
994 | 2025-01-13T08:51:00.236Z | Downloaded progenitor-macro v0.8.0 |
995 | 2025-01-13T08:51:00.238Z | Downloaded ratatui v0.28.1 |
996 | 2025-01-13T08:51:00.257Z | Downloaded foldhash v0.1.4 |
997 | 2025-01-13T08:51:00.260Z | Downloaded flate2 v1.0.35 |
998 | 2025-01-13T08:51:00.263Z | Downloaded openapiv3 v2.0.0 |
999 | 2025-01-13T08:51:00.274Z | Downloaded ff v0.13.0 |
1000 | 2025-01-13T08:51:00.277Z | Downloaded fallible-iterator v0.2.0 |
1001 | 2025-01-13T08:51:00.279Z | Downloaded expectorate v1.1.0 |
1002 | 2025-01-13T08:51:00.281Z | Downloaded env_logger v0.10.2 |
1003 | 2025-01-13T08:51:00.281Z | Downloaded enum-as-inner v0.5.1 |
1004 | 2025-01-13T08:51:00.284Z | Downloaded zerocopy-derive v0.6.6 |
1005 | 2025-01-13T08:51:00.293Z | Downloaded steno v0.4.1 |
1006 | 2025-01-13T08:51:00.297Z | Downloaded downcast v0.11.0 |
1007 | 2025-01-13T08:51:00.299Z | Downloaded zerocopy v0.8.14 |
1008 | 2025-01-13T08:51:00.321Z | Downloaded zerocopy v0.6.6 |
1009 | 2025-01-13T08:51:00.323Z | Downloaded yoke v0.7.5 |
1010 | 2025-01-13T08:51:00.326Z | Downloaded petgraph v0.6.5 |
1011 | 2025-01-13T08:51:00.342Z | Downloaded x509-cert v0.2.5 |
1012 | 2025-01-13T08:51:00.347Z | Downloaded writeable v0.5.5 |
1013 | 2025-01-13T08:51:00.349Z | Downloaded webpki-roots v0.26.7 |
1014 | 2025-01-13T08:51:00.352Z | Downloaded sct v0.7.1 |
1015 | 2025-01-13T08:51:00.355Z | Downloaded scrypt v0.11.0 |
1016 | 2025-01-13T08:51:00.357Z | Downloaded schemars_derive v0.8.21 |
1017 | 2025-01-13T08:51:00.360Z | Downloaded rustyline v14.0.0 |
1018 | 2025-01-13T08:51:00.363Z | Downloaded num-derive v0.4.2 |
1019 | 2025-01-13T08:51:00.365Z | Downloaded nu-ansi-term v0.50.1 |
1020 | 2025-01-13T08:51:00.368Z | Downloaded normalize-line-endings v0.3.0 |
1021 | 2025-01-13T08:51:00.370Z | Downloaded zone_cfg_derive v0.3.0 |
1022 | 2025-01-13T08:51:00.370Z | Downloaded zone v0.1.8 |
1023 | 2025-01-13T08:51:00.370Z | Downloaded olpc-cjson v0.1.4 |
1024 | 2025-01-13T08:51:00.372Z | Downloaded vte v0.11.1 |
1025 | 2025-01-13T08:51:00.372Z | Downloaded nix v0.27.1 |
1026 | 2025-01-13T08:51:00.383Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1027 | 2025-01-13T08:51:00.439Z | Downloaded sha3 v0.10.8 |
1028 | 2025-01-13T08:51:00.443Z | Downloaded value-bag v1.10.0 |
1029 | 2025-01-13T08:51:00.445Z | Downloaded unicode-bidi v0.3.18 |
1030 | 2025-01-13T08:51:00.448Z | Downloaded structmeta v0.2.0 |
1031 | 2025-01-13T08:51:00.450Z | Downloaded strip-ansi-escapes v0.2.0 |
1032 | 2025-01-13T08:51:00.450Z | Downloaded stringprep v0.1.5 |
1033 | 2025-01-13T08:51:00.453Z | Downloaded proc-macro-crate v1.3.1 |
1034 | 2025-01-13T08:51:00.453Z | Downloaded primeorder v0.13.6 |
1035 | 2025-01-13T08:51:00.455Z | Downloaded pretty-hex v0.2.1 |
1036 | 2025-01-13T08:51:00.455Z | Downloaded predicates-tree v1.0.12 |
1037 | 2025-01-13T08:51:00.455Z | Downloaded predicates-core v1.0.9 |
1038 | 2025-01-13T08:51:00.458Z | Downloaded predicates v3.1.3 |
1039 | 2025-01-13T08:51:00.460Z | Downloaded precomputed-hash v0.1.1 |
1040 | 2025-01-13T08:51:00.460Z | Downloaded postcard v1.1.1 |
1041 | 2025-01-13T08:51:00.463Z | Downloaded newtype-uuid v1.1.3 |
1042 | 2025-01-13T08:51:00.463Z | Downloaded float-ord v0.3.2 |
1043 | 2025-01-13T08:51:00.466Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1044 | 2025-01-13T08:51:00.468Z | Downloaded diesel_derives v2.2.3 |
1045 | 2025-01-13T08:51:00.471Z | Downloaded diesel-dtrace v0.4.2 |
1046 | 2025-01-13T08:51:00.473Z | Downloaded dhcproto v0.12.0 |
1047 | 2025-01-13T08:51:00.476Z | Downloaded des v0.8.1 |
1048 | 2025-01-13T08:51:00.478Z | Downloaded derive_builder_macro v0.20.2 |
1049 | 2025-01-13T08:51:00.478Z | Downloaded sled v0.34.7 |
1050 | 2025-01-13T08:51:00.488Z | Downloaded rpassword v7.3.1 |
1051 | 2025-01-13T08:51:00.490Z | Downloaded nanorand v0.7.0 |
1052 | 2025-01-13T08:51:00.493Z | Downloaded mockall v0.13.1 |
1053 | 2025-01-13T08:51:00.493Z | Downloaded serde-hex v0.1.0 |
1054 | 2025-01-13T08:51:00.495Z | Downloaded serde-big-array v0.5.1 |
1055 | 2025-01-13T08:51:00.495Z | Downloaded reedline v0.35.0 |
1056 | 2025-01-13T08:51:00.502Z | Downloaded rcgen v0.12.1 |
1057 | 2025-01-13T08:51:00.504Z | Downloaded peg-runtime v0.8.3 |
1058 | 2025-01-13T08:51:00.507Z | Downloaded peg-macros v0.8.4 |
1059 | 2025-01-13T08:51:00.507Z | Downloaded number_prefix v0.4.0 |
1060 | 2025-01-13T08:51:00.509Z | Downloaded topological-sort v0.2.2 |
1061 | 2025-01-13T08:51:00.509Z | Downloaded derive-where v1.2.7 |
1062 | 2025-01-13T08:51:00.512Z | Downloaded ed25519 v2.2.3 |
1063 | 2025-01-13T08:51:00.514Z | Downloaded der v0.7.9 |
1064 | 2025-01-13T08:51:00.518Z | Downloaded rusty-fork v0.3.0 |
1065 | 2025-01-13T08:51:00.521Z | Downloaded newline-converter v0.3.0 |
1066 | 2025-01-13T08:51:00.523Z | Downloaded multer v3.1.0 |
1067 | 2025-01-13T08:51:00.525Z | Downloaded float-cmp v0.10.0 |
1068 | 2025-01-13T08:51:00.525Z | Downloaded futures-macro v0.3.31 |
1069 | 2025-01-13T08:51:00.528Z | Downloaded yoke-derive v0.7.5 |
1070 | 2025-01-13T08:51:00.528Z | Downloaded uzers v0.12.1 |
1071 | 2025-01-13T08:51:00.531Z | Downloaded subprocess v0.2.9 |
1072 | 2025-01-13T08:51:00.533Z | Downloaded slog-stdlog v4.1.1 |
1073 | 2025-01-13T08:51:00.534Z | Downloaded russh-keys v0.45.0 |
1074 | 2025-01-13T08:51:00.536Z | Downloaded polar-core v0.27.3 |
1075 | 2025-01-13T08:51:00.543Z | Downloaded polyval v0.6.2 |
1076 | 2025-01-13T08:51:00.546Z | Downloaded time v0.3.37 |
1077 | 2025-01-13T08:51:00.552Z | Downloaded thiserror-no-std v2.0.2 |
1078 | 2025-01-13T08:51:00.555Z | Downloaded term v0.7.0 |
1079 | 2025-01-13T08:51:00.558Z | Downloaded tar v0.4.43 |
1080 | 2025-01-13T08:51:00.561Z | Downloaded take_mut v0.2.2 |
1081 | 2025-01-13T08:51:00.563Z | Downloaded tabwriter v1.4.1 |
1082 | 2025-01-13T08:51:00.563Z | Downloaded synstructure v0.13.1 |
1083 | 2025-01-13T08:51:00.563Z | Downloaded sync_wrapper v1.0.2 |
1084 | 2025-01-13T08:51:00.566Z | Downloaded russh-cryptovec v0.7.3 |
1085 | 2025-01-13T08:51:00.566Z | Downloaded diesel v2.2.6 |
1086 | 2025-01-13T08:51:00.582Z | Downloaded hashbrown v0.12.3 |
1087 | 2025-01-13T08:51:00.586Z | Downloaded tower v0.5.2 |
1088 | 2025-01-13T08:51:00.595Z | Downloaded tokio-util v0.7.13 |
1089 | 2025-01-13T08:51:00.601Z | Downloaded quinn-udp v0.5.9 |
1090 | 2025-01-13T08:51:00.604Z | Downloaded quinn-proto v0.11.9 |
1091 | 2025-01-13T08:51:00.609Z | Downloaded poly1305 v0.8.0 |
1092 | 2025-01-13T08:51:00.612Z | Downloaded pkcs5 v0.7.1 |
1093 | 2025-01-13T08:51:00.615Z | Downloaded toml v0.7.8 |
1094 | 2025-01-13T08:51:00.618Z | Downloaded num_enum_derive v0.5.11 |
1095 | 2025-01-13T08:51:00.620Z | Downloaded newtype_derive v0.1.6 |
1096 | 2025-01-13T08:51:00.620Z | Downloaded defmt v0.3.10 |
1097 | 2025-01-13T08:51:00.623Z | Downloaded tower-layer v0.3.3 |
1098 | 2025-01-13T08:51:00.625Z | Downloaded flume v0.11.1 |
1099 | 2025-01-13T08:51:00.627Z | Downloaded fallible-streaming-iterator v0.1.9 |
1100 | 2025-01-13T08:51:00.629Z | Downloaded env_filter v0.1.3 |
1101 | 2025-01-13T08:51:00.632Z | Downloaded regress v0.10.2 |
1102 | 2025-01-13T08:51:00.638Z | Downloaded pin-project-internal v1.1.8 |
1103 | 2025-01-13T08:51:00.640Z | Downloaded pin-project v1.1.8 |
1104 | 2025-01-13T08:51:00.651Z | Downloaded phf_shared v0.11.3 |
1105 | 2025-01-13T08:51:00.653Z | Downloaded phf_generator v0.11.3 |
1106 | 2025-01-13T08:51:00.653Z | Downloaded dsl_auto_type v0.1.2 |
1107 | 2025-01-13T08:51:00.656Z | Downloaded display-error-chain v0.2.2 |
1108 | 2025-01-13T08:51:00.656Z | Downloaded sec1 v0.7.3 |
1109 | 2025-01-13T08:51:00.659Z | Downloaded rustls-pemfile v1.0.4 |
1110 | 2025-01-13T08:51:00.661Z | Downloaded chrono-tz v0.10.0 |
1111 | 2025-01-13T08:51:00.668Z | Downloaded bstr v1.11.3 |
1112 | 2025-01-13T08:51:00.677Z | Downloaded futures-io v0.3.31 |
1113 | 2025-01-13T08:51:00.680Z | Downloaded futures-executor v0.3.31 |
1114 | 2025-01-13T08:51:00.680Z | Downloaded funty v2.0.0 |
1115 | 2025-01-13T08:51:00.683Z | Downloaded foreign-types-shared v0.1.1 |
1116 | 2025-01-13T08:51:00.683Z | Downloaded samael v0.0.17 |
1117 | 2025-01-13T08:51:00.687Z | Downloaded salty v0.3.0 |
1118 | 2025-01-13T08:51:00.693Z | Downloaded russh v0.45.0 |
1119 | 2025-01-13T08:51:00.699Z | Downloaded proptest v1.6.0 |
1120 | 2025-01-13T08:51:00.707Z | Downloaded progenitor v0.8.0 |
1121 | 2025-01-13T08:51:00.710Z | Downloaded internet-checksum v0.2.1 |
1122 | 2025-01-13T08:51:00.710Z | Downloaded linked-hash-map v0.5.6 |
1123 | 2025-01-13T08:51:00.712Z | Downloaded linear-map v1.2.0 |
1124 | 2025-01-13T08:51:00.712Z | Downloaded libxml v0.3.3 |
1125 | 2025-01-13T08:51:00.717Z | Downloaded http-range v0.1.5 |
1126 | 2025-01-13T08:51:00.719Z | Downloaded hickory-resolver v0.24.2 |
1127 | 2025-01-13T08:51:00.722Z | Downloaded serde_urlencoded v0.7.1 |
1128 | 2025-01-13T08:51:00.725Z | Downloaded assert_matches v1.5.0 |
1129 | 2025-01-13T08:51:00.725Z | Downloaded array-init v0.0.4 |
1130 | 2025-01-13T08:51:00.727Z | Downloaded similar v2.6.0 |
1131 | 2025-01-13T08:51:00.731Z | Downloaded rustc_version v0.4.1 |
1132 | 2025-01-13T08:51:00.733Z | Downloaded libloading v0.8.6 |
1133 | 2025-01-13T08:51:00.735Z | Downloaded libefi-sys v0.1.0 |
1134 | 2025-01-13T08:51:00.735Z | Downloaded lazycell v1.3.0 |
1135 | 2025-01-13T08:51:00.738Z | Downloaded lalrpop-util v0.19.12 |
1136 | 2025-01-13T08:51:00.740Z | Downloaded kstat-rs v0.2.4 |
1137 | 2025-01-13T08:51:00.743Z | Downloaded itertools v0.14.0 |
1138 | 2025-01-13T08:51:00.748Z | Downloaded is_ci v1.2.0 |
1139 | 2025-01-13T08:51:00.750Z | Downloaded ipnetwork v0.20.0 |
1140 | 2025-01-13T08:51:00.753Z | Downloaded instability v0.3.7 |
1141 | 2025-01-13T08:51:00.753Z | Downloaded indoc v1.0.9 |
1142 | 2025-01-13T08:51:00.755Z | Downloaded indicatif v0.17.9 |
1143 | 2025-01-13T08:51:00.758Z | Downloaded indent_write v2.2.0 |
1144 | 2025-01-13T08:51:00.760Z | Downloaded impl-trait-for-tuples v0.2.3 |
1145 | 2025-01-13T08:51:00.763Z | Downloaded ring v0.17.8 |
1146 | 2025-01-13T08:51:00.830Z | Downloaded crunchy v0.2.2 |
1147 | 2025-01-13T08:51:00.832Z | Downloaded crossbeam-deque v0.8.6 |
1148 | 2025-01-13T08:51:00.832Z | Downloaded crc-catalog v2.4.0 |
1149 | 2025-01-13T08:51:00.835Z | Downloaded crc-any v2.5.0 |
1150 | 2025-01-13T08:51:00.837Z | Downloaded crc v3.2.1 |
1151 | 2025-01-13T08:51:00.837Z | Downloaded cookie_store v0.21.1 |
1152 | 2025-01-13T08:51:00.839Z | Downloaded cookie v0.18.1 |
1153 | 2025-01-13T08:51:00.842Z | Downloaded constant_time_eq v0.3.1 |
1154 | 2025-01-13T08:51:00.844Z | Downloaded const_format_proc_macros v0.2.34 |
1155 | 2025-01-13T08:51:00.846Z | Downloaded const_format v0.2.34 |
1156 | 2025-01-13T08:51:00.848Z | Downloaded console v0.15.10 |
1157 | 2025-01-13T08:51:00.851Z | Downloaded compact_str v0.8.1 |
1158 | 2025-01-13T08:51:00.854Z | Downloaded colored v2.2.0 |
1159 | 2025-01-13T08:51:00.856Z | Downloaded cobs v0.2.3 |
1160 | 2025-01-13T08:51:00.859Z | Downloaded cmake v0.1.52 |
1161 | 2025-01-13T08:51:00.859Z | Downloaded clang-sys v1.8.1 |
1162 | 2025-01-13T08:51:00.862Z | Downloaded cipher v0.4.4 |
1163 | 2025-01-13T08:51:00.865Z | Downloaded chrono-tz-build v0.4.0 |
1164 | 2025-01-13T08:51:00.865Z | Downloaded chacha20poly1305 v0.10.1 |
1165 | 2025-01-13T08:51:00.868Z | Downloaded cfg_aliases v0.2.1 |
1166 | 2025-01-13T08:51:00.868Z | Downloaded cbc v0.1.2 |
1167 | 2025-01-13T08:51:00.868Z | Downloaded castaway v0.2.3 |
1168 | 2025-01-13T08:51:00.868Z | Downloaded cassowary v0.3.0 |
1169 | 2025-01-13T08:51:00.870Z | Downloaded icu_collections v1.5.0 |
1170 | 2025-01-13T08:51:00.875Z | Downloaded hyper-rustls v0.27.5 |
1171 | 2025-01-13T08:51:00.878Z | Downloaded hyper v1.5.2 |
1172 | 2025-01-13T08:51:00.884Z | Downloaded highway v1.3.0 |
1173 | 2025-01-13T08:51:00.886Z | Downloaded http v1.2.0 |
1174 | 2025-01-13T08:51:00.889Z | Downloaded hostname v0.3.1 |
1175 | 2025-01-13T08:51:00.892Z | Downloaded home v0.5.11 |
1176 | 2025-01-13T08:51:00.892Z | Downloaded libsqlite3-sys v0.30.1 |
1177 | 2025-01-13T08:51:00.969Z | Downloaded hickory-server v0.24.2 |
1178 | 2025-01-13T08:51:00.974Z | Downloaded hickory-client v0.24.2 |
1179 | 2025-01-13T08:51:00.976Z | Downloaded blowfish v0.9.1 |
1180 | 2025-01-13T08:51:00.978Z | Downloaded block-padding v0.3.3 |
1181 | 2025-01-13T08:51:00.978Z | Downloaded blake3 v1.5.5 |
1182 | 2025-01-13T08:51:00.985Z | Downloaded blake2 v0.10.6 |
1183 | 2025-01-13T08:51:00.988Z | Downloaded bitfield-struct v0.6.2 |
1184 | 2025-01-13T08:51:01.194Z | Downloaded aws-lc-sys v0.24.1 |
1185 | 2025-01-13T08:51:01.506Z | Compiling serde v1.0.217 |
1186 | 2025-01-13T08:51:01.509Z | Compiling lock_api v0.4.12 |
1187 | 2025-01-13T08:51:01.509Z | Compiling value-bag v1.10.0 |
1188 | 2025-01-13T08:51:01.509Z | Compiling scopeguard v1.2.0 |
1189 | 2025-01-13T08:51:01.509Z | Compiling typenum v1.17.0 |
1190 | 2025-01-13T08:51:01.509Z | Compiling generic-array v0.14.7 |
1191 | 2025-01-13T08:51:01.686Z | Compiling syn v2.0.96 |
1192 | 2025-01-13T08:51:01.699Z | Compiling getrandom v0.2.15 |
1193 | 2025-01-13T08:51:01.778Z | Compiling shlex v1.3.0 |
1194 | 2025-01-13T08:51:02.024Z | Compiling rand_core v0.6.4 |
1195 | 2025-01-13T08:51:02.199Z | Compiling log v0.4.22 |
1196 | 2025-01-13T08:51:02.222Z | Compiling subtle v2.6.1 |
1197 | 2025-01-13T08:51:02.224Z | Compiling jobserver v0.1.32 |
1198 | 2025-01-13T08:51:02.303Z | Compiling smallvec v1.13.2 |
1199 | 2025-01-13T08:51:02.560Z | Compiling const-oid v0.9.6 |
1200 | 2025-01-13T08:51:02.579Z | Compiling pin-project-lite v0.2.16 |
1201 | 2025-01-13T08:51:02.597Z | Compiling cc v1.2.9 |
1202 | 2025-01-13T08:51:02.714Z | Compiling rustix v0.38.43 |
1203 | 2025-01-13T08:51:02.732Z | Compiling parking_lot_core v0.9.10 |
1204 | 2025-01-13T08:51:03.226Z | Compiling spin v0.9.8 |
1205 | 2025-01-13T08:51:03.321Z | Compiling futures-core v0.3.31 |
1206 | 2025-01-13T08:51:03.583Z | Compiling signal-hook-registry v1.4.2 |
1207 | 2025-01-13T08:51:03.646Z | Compiling mio v1.0.3 |
1208 | 2025-01-13T08:51:03.795Z | Compiling parking_lot v0.12.3 |
1209 | 2025-01-13T08:51:03.983Z | Compiling aho-corasick v1.1.3 |
1210 | 2025-01-13T08:51:04.437Z | Compiling futures-sink v0.3.31 |
1211 | 2025-01-13T08:51:04.498Z | Compiling either v1.13.0 |
1212 | 2025-01-13T08:51:04.590Z | Compiling regex-syntax v0.8.5 |
1213 | 2025-01-13T08:51:04.739Z | Compiling cpufeatures v0.2.16 |
1214 | 2025-01-13T08:51:04.793Z | Compiling stable_deref_trait v1.2.0 |
1215 | 2025-01-13T08:51:04.833Z | Compiling socket2 v0.5.8 |
1216 | 2025-01-13T08:51:04.898Z | Compiling slab v0.4.9 |
1217 | 2025-01-13T08:51:04.943Z | Compiling glob v0.3.2 |
1218 | 2025-01-13T08:51:05.005Z | Compiling prettyplease v0.2.29 |
1219 | 2025-01-13T08:51:05.404Z | Compiling lazy_static v1.5.0 |
1220 | 2025-01-13T08:51:05.557Z | Compiling serde_json v1.0.135 |
1221 | 2025-01-13T08:51:05.683Z | Compiling minimal-lexical v0.2.1 |
1222 | 2025-01-13T08:51:05.865Z | Compiling futures-channel v0.3.31 |
1223 | 2025-01-13T08:51:05.913Z | Compiling libloading v0.8.6 |
1224 | 2025-01-13T08:51:06.051Z | Compiling clang-sys v1.8.1 |
1225 | 2025-01-13T08:51:06.201Z | Compiling nom v7.1.3 |
1226 | 2025-01-13T08:51:06.290Z | Compiling pin-utils v0.1.0 |
1227 | 2025-01-13T08:51:06.356Z | Compiling bindgen v0.69.5 |
1228 | 2025-01-13T08:51:06.390Z | Compiling futures-task v0.3.31 |
1229 | 2025-01-13T08:51:06.691Z | Compiling futures-io v0.3.31 |
1230 | 2025-01-13T08:51:06.798Z | Compiling home v0.5.11 |
1231 | 2025-01-13T08:51:07.140Z | Compiling itertools v0.12.1 |
1232 | 2025-01-13T08:51:07.210Z | Compiling foldhash v0.1.4 |
1233 | 2025-01-13T08:51:07.479Z | Compiling allocator-api2 v0.2.21 |
1234 | 2025-01-13T08:51:07.505Z | Compiling lazycell v1.3.0 |
1235 | 2025-01-13T08:51:07.665Z | Compiling rustc-hash v1.1.0 |
1236 | 2025-01-13T08:51:07.805Z | Compiling libm v0.2.11 |
1237 | 2025-01-13T08:51:08.185Z | Compiling cmake v0.1.52 |
1238 | 2025-01-13T08:51:08.260Z | Compiling hashbrown v0.15.2 |
1239 | 2025-01-13T08:51:09.232Z | Compiling regex-automata v0.4.9 |
1240 | 2025-01-13T08:51:09.650Z | Compiling synstructure v0.13.1 |
1241 | 2025-01-13T08:51:09.927Z | Compiling cexpr v0.6.0 |
1242 | 2025-01-13T08:51:10.303Z | Compiling num-traits v0.2.19 |
1243 | 2025-01-13T08:51:10.578Z | Compiling dunce v1.0.5 |
1244 | 2025-01-13T08:51:10.707Z | Compiling pkg-config v0.3.31 |
1245 | 2025-01-13T08:51:11.351Z | Compiling fs_extra v1.3.0 |
1246 | 2025-01-13T08:51:11.784Z | Compiling litemap v0.7.4 |
1247 | 2025-01-13T08:51:11.950Z | Compiling writeable v0.5.5 |
1248 | 2025-01-13T08:51:12.183Z | Compiling ring v0.17.8 |
1249 | 2025-01-13T08:51:12.285Z | Compiling base64ct v1.6.0 |
1250 | 2025-01-13T08:51:12.560Z | Compiling paste v1.0.15 |
1251 | 2025-01-13T08:51:13.113Z | Compiling pem-rfc7468 v0.7.0 |
1252 | 2025-01-13T08:51:13.158Z | Compiling icu_locid_transform_data v1.5.0 |
1253 | 2025-01-13T08:51:13.267Z | Compiling httparse v1.9.5 |
1254 | 2025-01-13T08:51:13.457Z | Compiling flagset v0.4.6 |
1255 | 2025-01-13T08:51:13.663Z | Compiling aws-lc-rs v1.12.0 |
1256 | 2025-01-13T08:51:14.082Z | Compiling tracing-core v0.1.33 |
1257 | 2025-01-13T08:51:14.125Z | Compiling icu_properties_data v1.5.0 |
1258 | 2025-01-13T08:51:14.366Z | Compiling rustls-pki-types v1.10.1 |
1259 | 2025-01-13T08:51:14.817Z | Compiling regex v1.11.1 |
1260 | 2025-01-13T08:51:15.046Z | Compiling percent-encoding v2.3.1 |
1261 | 2025-01-13T08:51:15.380Z | Compiling crossbeam-utils v0.8.21 |
1262 | 2025-01-13T08:51:15.456Z | Compiling utf8_iter v1.0.4 |
1263 | 2025-01-13T08:51:15.680Z | Compiling num-conv v0.1.0 |
1264 | 2025-01-13T08:51:15.918Z | Compiling untrusted v0.9.0 |
1265 | 2025-01-13T08:51:15.954Z | Compiling icu_normalizer_data v1.5.0 |
1266 | 2025-01-13T08:51:16.002Z | Compiling time-core v0.1.2 |
1267 | 2025-01-13T08:51:16.050Z | Compiling untrusted v0.7.1 |
1268 | 2025-01-13T08:51:16.093Z | Compiling write16 v1.0.0 |
1269 | 2025-01-13T08:51:16.144Z | Compiling powerfmt v0.2.0 |
1270 | 2025-01-13T08:51:16.167Z | Compiling utf16_iter v1.0.5 |
1271 | 2025-01-13T08:51:16.212Z | Compiling vcpkg v0.2.15 |
1272 | 2025-01-13T08:51:16.230Z | Compiling time-macros v0.2.19 |
1273 | 2025-01-13T08:51:16.527Z | Compiling deranged v0.3.11 |
1274 | 2025-01-13T08:51:16.602Z | Compiling serde_derive v1.0.217 |
1275 | 2025-01-13T08:51:17.636Z | Compiling zeroize_derive v1.4.2 |
1276 | 2025-01-13T08:51:18.356Z | Compiling zerocopy-derive v0.7.35 |
1277 | 2025-01-13T08:51:18.412Z | Compiling tokio-macros v2.5.0 |
1278 | 2025-01-13T08:51:19.143Z | Compiling zerofrom-derive v0.1.5 |
1279 | 2025-01-13T08:51:19.212Z | Compiling yoke-derive v0.7.5 |
1280 | 2025-01-13T08:51:19.241Z | Compiling zeroize v1.8.1 |
1281 | 2025-01-13T08:51:19.408Z | Compiling zerovec-derive v0.10.3 |
1282 | 2025-01-13T08:51:20.019Z | Compiling futures-macro v0.3.31 |
1283 | 2025-01-13T08:51:20.690Z | Compiling zerocopy v0.7.35 |
1284 | 2025-01-13T08:51:21.074Z | Compiling crypto-common v0.1.6 |
1285 | 2025-01-13T08:51:21.315Z | Compiling block-buffer v0.10.4 |
1286 | 2025-01-13T08:51:21.593Z | Compiling digest v0.10.7 |
1287 | 2025-01-13T08:51:22.028Z | Compiling futures-util v0.3.31 |
1288 | 2025-01-13T08:51:22.091Z | Compiling hmac v0.12.1 |
1289 | 2025-01-13T08:51:22.125Z | Compiling displaydoc v0.2.5 |
1290 | 2025-01-13T08:51:22.192Z | Compiling block-padding v0.3.3 |
1291 | 2025-01-13T08:51:22.297Z | Compiling sha2 v0.10.8 |
1292 | 2025-01-13T08:51:22.333Z | Compiling thiserror-impl v1.0.69 |
1293 | 2025-01-13T08:51:22.352Z | Compiling icu_provider_macros v1.5.0 |
1294 | 2025-01-13T08:51:22.440Z | Compiling inout v0.1.3 |
1295 | 2025-01-13T08:51:22.729Z | Compiling cipher v0.4.4 |
1296 | 2025-01-13T08:51:23.301Z | Compiling ppv-lite86 v0.2.20 |
1297 | 2025-01-13T08:51:23.369Z | Compiling zerofrom v0.1.5 |
1298 | 2025-01-13T08:51:23.559Z | Compiling der_derive v0.7.3 |
1299 | 2025-01-13T08:51:23.634Z | Compiling yoke v0.7.5 |
1300 | 2025-01-13T08:51:23.920Z | Compiling thiserror-impl v2.0.11 |
1301 | 2025-01-13T08:51:24.037Z | Compiling zerovec v0.10.4 |
1302 | 2025-01-13T08:51:24.199Z | Compiling rand_chacha v0.3.1 |
1303 | 2025-01-13T08:51:25.878Z | Compiling tinystr v0.7.6 |
1304 | 2025-01-13T08:51:25.897Z | Compiling thiserror v1.0.69 |
1305 | 2025-01-13T08:51:26.045Z | Compiling icu_collections v1.5.0 |
1306 | 2025-01-13T08:51:26.134Z | Compiling der v0.7.9 |
1307 | 2025-01-13T08:51:26.243Z | Compiling icu_locid v1.5.0 |
1308 | 2025-01-13T08:51:26.294Z | Compiling tracing-attributes v0.1.28 |
1309 | 2025-01-13T08:51:26.530Z | Compiling rand v0.8.5 |
1310 | 2025-01-13T08:51:27.522Z | Compiling icu_provider v1.5.0 |
1311 | 2025-01-13T08:51:27.690Z | Compiling thiserror v2.0.11 |
1312 | 2025-01-13T08:51:27.841Z | Compiling pest v2.7.15 |
1313 | 2025-01-13T08:51:28.498Z | Compiling icu_locid_transform v1.5.0 |
1314 | 2025-01-13T08:51:28.640Z | Compiling spki v0.7.3 |
1315 | 2025-01-13T08:51:28.729Z | Compiling salsa20 v0.10.2 |
1316 | 2025-01-13T08:51:28.768Z | Compiling pbkdf2 v0.12.2 |
1317 | 2025-01-13T08:51:28.942Z | Compiling scrypt v0.11.0 |
1318 | 2025-01-13T08:51:28.967Z | Compiling cbc v0.1.2 |
1319 | 2025-01-13T08:51:29.021Z | Compiling aes v0.8.4 |
1320 | 2025-01-13T08:51:29.499Z | Compiling openssl-sys v0.9.104 |
1321 | 2025-01-13T08:51:29.547Z | Compiling scroll_derive v0.12.0 |
1322 | 2025-01-13T08:51:30.226Z | Compiling tracing v0.1.41 |
1323 | 2025-01-13T08:51:30.533Z | Compiling icu_properties v1.5.1 |
1324 | 2025-01-13T08:51:30.721Z | Compiling pest_meta v2.7.15 |
1325 | 2025-01-13T08:51:30.900Z | Compiling num_threads v0.1.7 |
1326 | 2025-01-13T08:51:31.013Z | Compiling bitflags v2.7.0 |
1327 | 2025-01-13T08:51:31.031Z | Compiling bytes v1.9.0 |
1328 | 2025-01-13T08:51:31.451Z | Compiling indexmap v2.7.0 |
1329 | 2025-01-13T08:51:31.865Z | Compiling semver v1.0.24 |
1330 | 2025-01-13T08:51:32.345Z | Compiling tokio v1.43.0 |
1331 | 2025-01-13T08:51:32.638Z | Compiling http v1.2.0 |
1332 | 2025-01-13T08:51:32.979Z | Compiling rustc_version v0.4.1 |
1333 | 2025-01-13T08:51:33.055Z | Compiling tinyvec_macros v0.1.1 |
1334 | 2025-01-13T08:51:33.149Z | Compiling atomic-waker v1.1.2 |
1335 | 2025-01-13T08:51:33.344Z | Compiling tinyvec v1.8.1 |
1336 | 2025-01-13T08:51:33.819Z | Compiling pest_generator v2.7.15 |
1337 | 2025-01-13T08:51:34.511Z | Compiling icu_normalizer v1.5.0 |
1338 | 2025-01-13T08:51:34.889Z | Compiling http-body v1.0.1 |
1339 | 2025-01-13T08:51:35.137Z | Compiling scroll v0.12.0 |
1340 | 2025-01-13T08:51:35.196Z | Compiling time v0.3.37 |
1341 | 2025-01-13T08:51:35.558Z | Compiling idna_adapter v1.2.0 |
1342 | 2025-01-13T08:51:35.705Z | Compiling which v4.4.2 |
1343 | 2025-01-13T08:51:35.888Z | Compiling pkcs5 v0.7.1 |
1344 | 2025-01-13T08:51:35.910Z | Compiling form_urlencoded v1.2.1 |
1345 | 2025-01-13T08:51:35.928Z | Compiling slog v2.7.0 |
1346 | 2025-01-13T08:51:36.321Z | Compiling try-lock v0.2.5 |
1347 | 2025-01-13T08:51:36.481Z | Compiling want v0.3.1 |
1348 | 2025-01-13T08:51:36.508Z | Compiling pkcs8 v0.10.2 |
1349 | 2025-01-13T08:51:36.528Z | Compiling goblin v0.8.2 |
1350 | 2025-01-13T08:51:36.750Z | Compiling pest_derive v2.7.15 |
1351 | 2025-01-13T08:51:37.158Z | Compiling idna v1.0.3 |
1352 | 2025-01-13T08:51:37.256Z | Compiling uuid v1.11.1 |
1353 | 2025-01-13T08:51:37.278Z | Compiling iana-time-zone v0.1.61 |
1354 | 2025-01-13T08:51:37.535Z | Compiling tower-service v0.3.3 |
1355 | 2025-01-13T08:51:37.663Z | Compiling httpdate v1.0.3 |
1356 | 2025-01-13T08:51:37.705Z | Compiling dtrace-parser v0.2.0 |
1357 | 2025-01-13T08:51:38.167Z | Compiling chrono v0.4.39 |
1358 | 2025-01-13T08:51:39.064Z | Compiling serde_tokenstream v0.2.2 |
1359 | 2025-01-13T08:51:39.565Z | Compiling serde_spanned v0.6.8 |
1360 | 2025-01-13T08:51:39.680Z | Compiling toml_datetime v0.6.8 |
1361 | 2025-01-13T08:51:39.790Z | Compiling match_cfg v0.1.0 |
1362 | 2025-01-13T08:51:39.888Z | Compiling openssl v0.10.68 |
1363 | 2025-01-13T08:51:39.943Z | Compiling adler2 v2.0.0 |
1364 | 2025-01-13T08:51:40.148Z | Compiling foreign-types-shared v0.1.1 |
1365 | 2025-01-13T08:51:40.201Z | Compiling base64 v0.22.1 |
1366 | 2025-01-13T08:51:40.265Z | Compiling rustversion v1.0.19 |
1367 | 2025-01-13T08:51:40.327Z | Compiling foreign-types v0.3.2 |
1368 | 2025-01-13T08:51:40.426Z | Compiling miniz_oxide v0.8.2 |
1369 | 2025-01-13T08:51:40.848Z | Compiling hostname v0.3.1 |
1370 | 2025-01-13T08:51:40.947Z | Compiling tokio-util v0.7.13 |
1371 | 2025-01-13T08:51:41.056Z | Compiling url v2.5.4 |
1372 | 2025-01-13T08:51:41.945Z | Compiling async-trait v0.1.85 |
1373 | 2025-01-13T08:51:41.996Z | Compiling h2 v0.4.7 |
1374 | 2025-01-13T08:51:42.402Z | Compiling dof v0.3.0 |
1375 | 2025-01-13T08:51:42.465Z | Compiling openssl-macros v0.1.1 |
1376 | 2025-01-13T08:51:42.972Z | Compiling serde_derive_internals v0.29.1 |
1377 | 2025-01-13T08:51:43.256Z | Compiling usdt-impl v0.5.0 |
1378 | 2025-01-13T08:51:44.647Z | Compiling dirs-sys-next v0.1.2 |
1379 | 2025-01-13T08:51:44.855Z | Compiling schemars v0.8.21 |
1380 | 2025-01-13T08:51:44.957Z | Compiling object v0.36.7 |
1381 | 2025-01-13T08:51:45.182Z | Compiling rustls v0.23.21 |
1382 | 2025-01-13T08:51:45.285Z | Compiling data-encoding v2.6.0 |
1383 | 2025-01-13T08:51:45.454Z | Compiling native-tls v0.2.12 |
1384 | 2025-01-13T08:51:45.474Z | Compiling rustls v0.22.4 |
1385 | 2025-01-13T08:51:45.719Z | Compiling syn v1.0.109 |
1386 | 2025-01-13T08:51:45.778Z | Compiling schemars_derive v0.8.21 |
1387 | 2025-01-13T08:51:45.928Z | Compiling dirs-next v2.0.0 |
1388 | 2025-01-13T08:51:46.913Z | Compiling http-body-util v0.1.2 |
1389 | 2025-01-13T08:51:47.469Z | Compiling unicode-normalization v0.1.24 |
1390 | 2025-01-13T08:51:47.685Z | Compiling heapless v0.7.17 |
1391 | 2025-01-13T08:51:47.806Z | Compiling sha1 v0.10.6 |
1392 | 2025-01-13T08:51:48.166Z | Compiling signature v2.2.0 |
1393 | 2025-01-13T08:51:48.273Z | Compiling crossbeam-epoch v0.9.18 |
1394 | 2025-01-13T08:51:48.308Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1395 | 2025-01-13T08:51:48.457Z | Compiling thread_local v1.1.8 |
1396 | 2025-01-13T08:51:48.635Z | Compiling cookie v0.18.1 |
1397 | 2025-01-13T08:51:48.783Z | Compiling encoding_rs v0.8.35 |
1398 | 2025-01-13T08:51:48.906Z | Compiling multer v3.1.0 |
1399 | 2025-01-13T08:51:48.990Z | Compiling hyper v1.5.2 |
1400 | 2025-01-13T08:51:49.060Z | Compiling ipnet v2.10.1 |
1401 | 2025-01-13T08:51:49.197Z | Compiling gimli v0.31.1 |
1402 | 2025-01-13T08:51:49.232Z | Compiling openssl-probe v0.1.5 |
1403 | 2025-01-13T08:51:49.624Z | Compiling dyn-clone v1.0.17 |
1404 | 2025-01-13T08:51:49.843Z | Compiling signal-hook v0.3.17 |
1405 | 2025-01-13T08:51:50.101Z | Compiling unicode-properties v0.1.3 |
1406 | 2025-01-13T08:51:50.361Z | Compiling unicode-bidi v0.3.18 |
1407 | 2025-01-13T08:51:50.503Z | Compiling rayon-core v1.12.1 |
1408 | 2025-01-13T08:51:50.768Z | Compiling slog-async v2.8.0 |
1409 | 2025-01-13T08:51:51.278Z | Compiling mime v0.3.17 |
1410 | 2025-01-13T08:51:51.814Z | Compiling hyper-util v0.1.10 |
1411 | 2025-01-13T08:51:51.964Z | Compiling stringprep v0.1.5 |
1412 | 2025-01-13T08:51:53.210Z | Compiling toml_edit v0.22.22 |
1413 | 2025-01-13T08:51:53.377Z | Compiling crossbeam-deque v0.8.6 |
1414 | 2025-01-13T08:51:53.707Z | Compiling addr2line v0.24.2 |
1415 | 2025-01-13T08:51:54.383Z | Compiling usdt-macro v0.5.0 |
1416 | 2025-01-13T08:51:54.407Z | Compiling usdt-attr-macro v0.5.0 |
1417 | 2025-01-13T08:51:54.967Z | Compiling term v0.7.0 |
1418 | 2025-01-13T08:51:55.848Z | Compiling slog-json v2.6.1 |
1419 | 2025-01-13T08:51:56.063Z | Compiling serde_urlencoded v0.7.1 |
1420 | 2025-01-13T08:51:56.234Z | Compiling curve25519-dalek v4.1.3 |
1421 | 2025-01-13T08:51:56.466Z | Compiling futures-executor v0.3.31 |
1422 | 2025-01-13T08:51:56.608Z | Compiling md-5 v0.10.6 |
1423 | 2025-01-13T08:51:56.837Z | Compiling crossbeam-channel v0.5.14 |
1424 | 2025-01-13T08:51:56.866Z | Compiling async-stream-impl v0.3.6 |
1425 | 2025-01-13T08:51:57.017Z | Compiling enum-as-inner v0.6.1 |
1426 | 2025-01-13T08:51:57.060Z | Compiling rustls-pemfile v2.2.0 |
1427 | 2025-01-13T08:51:57.407Z | Compiling num-integer v0.1.46 |
1428 | 2025-01-13T08:51:57.908Z | Compiling hash32 v0.2.1 |
1429 | 2025-01-13T08:51:58.088Z | Compiling ff v0.13.0 |
1430 | 2025-01-13T08:51:58.176Z | Compiling is-terminal v0.4.13 |
1431 | 2025-01-13T08:51:58.290Z | Compiling dropshot v0.12.0 |
1432 | 2025-01-13T08:51:58.310Z | Compiling linked-hash-map v0.5.6 |
1433 | 2025-01-13T08:51:58.328Z | Compiling take_mut v0.2.2 |
1434 | 2025-01-13T08:51:58.347Z | Compiling fallible-iterator v0.2.0 |
1435 | 2025-01-13T08:51:58.484Z | Compiling utf-8 v0.7.6 |
1436 | 2025-01-13T08:51:58.573Z | Compiling portable-atomic v1.10.0 |
1437 | 2025-01-13T08:51:58.682Z | Compiling num-bigint-dig v0.8.4 |
1438 | 2025-01-13T08:51:58.813Z | Compiling smoltcp v0.9.1 |
1439 | 2025-01-13T08:51:58.978Z | Compiling psl-types v2.0.11 |
1440 | 2025-01-13T08:51:59.080Z | Compiling rustc-demangle v0.1.24 |
1441 | 2025-01-13T08:51:59.182Z | Compiling base16ct v0.2.0 |
1442 | 2025-01-13T08:51:59.507Z | Compiling quick-error v1.2.3 |
1443 | 2025-01-13T08:51:59.526Z | Compiling siphasher v1.0.1 |
1444 | 2025-01-13T08:51:59.634Z | Compiling anyhow v1.0.95 |
1445 | 2025-01-13T08:51:59.656Z | Compiling litrs v0.4.1 |
1446 | 2025-01-13T08:51:59.925Z | Compiling phf_shared v0.11.3 |
1447 | 2025-01-13T08:52:00.130Z | Compiling resolv-conf v0.7.0 |
1448 | 2025-01-13T08:52:00.337Z | Compiling sec1 v0.7.3 |
1449 | 2025-01-13T08:52:00.650Z | Compiling publicsuffix v2.3.0 |
1450 | 2025-01-13T08:52:00.904Z | Compiling postgres-protocol v0.6.7 |
1451 | 2025-01-13T08:52:00.952Z | Compiling document-features v0.2.10 |
1452 | 2025-01-13T08:52:00.955Z | Compiling tungstenite v0.24.0 |
1453 | 2025-01-13T08:52:00.988Z | Compiling lru-cache v0.1.2 |
1454 | 2025-01-13T08:52:01.447Z | Compiling usdt v0.5.0 |
1455 | 2025-01-13T08:52:01.964Z | Compiling async-stream v0.3.6 |
1456 | 2025-01-13T08:52:02.212Z | Compiling slog-term v2.9.1 |
1457 | 2025-01-13T08:52:02.242Z | Compiling group v0.13.0 |
1458 | 2025-01-13T08:52:02.465Z | Compiling backtrace v0.3.74 |
1459 | 2025-01-13T08:52:02.564Z | Compiling hickory-proto v0.24.2 |
1460 | 2025-01-13T08:52:03.288Z | Compiling num-iter v0.1.45 |
1461 | 2025-01-13T08:52:03.443Z | Compiling futures v0.3.31 |
1462 | 2025-01-13T08:52:03.463Z | Compiling toml v0.8.19 |
1463 | 2025-01-13T08:52:03.489Z | Compiling slog-bunyan v2.5.0 |
1464 | 2025-01-13T08:52:04.821Z | Compiling camino v1.1.9 |
1465 | 2025-01-13T08:52:05.215Z | Compiling tokio-native-tls v0.3.1 |
1466 | 2025-01-13T08:52:05.378Z | Compiling dropshot_endpoint v0.12.0 |
1467 | 2025-01-13T08:52:05.510Z | Compiling terminal_size v0.4.1 |
1468 | 2025-01-13T08:52:05.746Z | Compiling openapiv3 v2.0.0 |
1469 | 2025-01-13T08:52:05.803Z | Compiling waitgroup v0.1.2 |
1470 | 2025-01-13T08:52:05.856Z | Compiling serde_path_to_error v0.1.16 |
1471 | 2025-01-13T08:52:06.037Z | Compiling hkdf v0.12.4 |
1472 | 2025-01-13T08:52:06.275Z | Compiling crypto-bigint v0.5.5 |
1473 | 2025-01-13T08:52:06.313Z | Compiling curve25519-dalek-derive v0.1.1 |
1474 | 2025-01-13T08:52:06.702Z | Compiling zerocopy-derive v0.6.6 |
1475 | 2025-01-13T08:52:07.893Z | Compiling webpki-roots v0.26.7 |
1476 | 2025-01-13T08:52:07.939Z | Compiling hubpack_derive v0.1.1 |
1477 | 2025-01-13T08:52:08.122Z | Compiling sync_wrapper v1.0.2 |
1478 | 2025-01-13T08:52:08.278Z | Compiling hostname v0.4.0 |
1479 | 2025-01-13T08:52:08.542Z | Compiling ahash v0.8.11 |
1480 | 2025-01-13T08:52:08.827Z | Compiling fs-err v2.11.0 |
1481 | 2025-01-13T08:52:08.879Z | Compiling crc32fast v1.4.2 |
1482 | 2025-01-13T08:52:09.073Z | Compiling managed v0.8.0 |
1483 | 2025-01-13T08:52:09.107Z | Compiling tower-layer v0.3.3 |
1484 | 2025-01-13T08:52:09.197Z | Compiling siphasher v0.3.11 |
1485 | 2025-01-13T08:52:09.401Z | Compiling bitflags v1.3.2 |
1486 | 2025-01-13T08:52:09.513Z | Compiling unicode-width v0.2.0 |
1487 | 2025-01-13T08:52:09.545Z | Compiling debug-ignore v1.0.5 |
1488 | 2025-01-13T08:52:09.580Z | Compiling newtype-uuid v1.1.3 |
1489 | 2025-01-13T08:52:09.688Z | Compiling winnow v0.5.40 |
1490 | 2025-01-13T08:52:09.873Z | Compiling clap_builder v4.5.26 |
1491 | 2025-01-13T08:52:10.021Z | Compiling console v0.15.10 |
1492 | 2025-01-13T08:52:10.161Z | Compiling strum_macros v0.25.3 |
1493 | 2025-01-13T08:52:10.288Z | Compiling phf_shared v0.10.0 |
1494 | 2025-01-13T08:52:10.719Z | Compiling elliptic-curve v0.13.8 |
1495 | 2025-01-13T08:52:11.619Z | Compiling tower v0.5.2 |
1496 | 2025-01-13T08:52:12.663Z | Compiling flate2 v1.0.35 |
1497 | 2025-01-13T08:52:12.725Z | Compiling zerocopy v0.6.6 |
1498 | 2025-01-13T08:52:13.261Z | Compiling toml_edit v0.19.15 |
1499 | 2025-01-13T08:52:13.645Z | Compiling hubpack v0.1.2 |
1500 | 2025-01-13T08:52:13.663Z | Compiling hickory-resolver v0.24.2 |
1501 | 2025-01-13T08:52:13.771Z | Compiling hyper-tls v0.6.0 |
1502 | 2025-01-13T08:52:14.102Z | Compiling signal-hook-mio v0.2.4 |
1503 | 2025-01-13T08:52:14.207Z | Compiling rayon v1.10.0 |
1504 | 2025-01-13T08:52:14.268Z | Compiling cookie_store v0.21.1 |
1505 | 2025-01-13T08:52:14.461Z | Compiling bzip2 v0.4.4 |
1506 | 2025-01-13T08:52:16.893Z | Compiling tokio-tungstenite v0.24.0 |
1507 | 2025-01-13T08:52:17.429Z | Compiling postgres-types v0.2.8 |
1508 | 2025-01-13T08:52:19.025Z | Compiling phf v0.11.3 |
1509 | 2025-01-13T08:52:19.342Z | Compiling ed25519 v2.2.3 |
1510 | 2025-01-13T08:52:19.361Z | Compiling tokio-stream v0.1.17 |
1511 | 2025-01-13T08:52:20.445Z | Compiling pkcs1 v0.7.5 |
1512 | 2025-01-13T08:52:20.448Z | Compiling serde-big-array v0.5.1 |
1513 | 2025-01-13T08:52:20.448Z | Compiling rfc6979 v0.4.0 |
1514 | 2025-01-13T08:52:20.667Z | Compiling serde_repr v0.1.19 |
1515 | 2025-01-13T08:52:20.686Z | Compiling clap_derive v4.5.24 |
1516 | 2025-01-13T08:52:21.267Z | Compiling derive-where v1.2.7 |
1517 | 2025-01-13T08:52:21.488Z | Compiling float-cmp v0.10.0 |
1518 | 2025-01-13T08:52:21.507Z | Compiling bstr v1.11.3 |
1519 | 2025-01-13T08:52:21.730Z | Compiling normalize-line-endings v0.3.0 |
1520 | 2025-01-13T08:52:21.832Z | Compiling whoami v1.5.2 |
1521 | 2025-01-13T08:52:21.857Z | Compiling precomputed-hash v0.1.1 |
1522 | 2025-01-13T08:52:21.860Z | Compiling predicates-core v1.0.9 |
1523 | 2025-01-13T08:52:21.985Z | Compiling number_prefix v0.4.0 |
1524 | 2025-01-13T08:52:22.216Z | Compiling difflib v0.4.0 |
1525 | 2025-01-13T08:52:22.243Z | Compiling unicode-segmentation v1.12.0 |
1526 | 2025-01-13T08:52:22.456Z | Compiling bit-vec v0.8.0 |
1527 | 2025-01-13T08:52:22.992Z | Compiling static_assertions v1.1.0 |
1528 | 2025-01-13T08:52:23.113Z | Compiling fixedbitset v0.4.2 |
1529 | 2025-01-13T08:52:23.148Z | Compiling new_debug_unreachable v1.0.6 |
1530 | 2025-01-13T08:52:23.250Z | Compiling string_cache v0.8.7 |
1531 | 2025-01-13T08:52:23.349Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1532 | 2025-01-13T08:52:23.587Z | Compiling petgraph v0.6.5 |
1533 | 2025-01-13T08:52:23.737Z | Compiling similar v2.6.0 |
1534 | 2025-01-13T08:52:23.906Z | Compiling bit-set v0.8.0 |
1535 | 2025-01-13T08:52:24.206Z | Compiling predicates v3.1.3 |
1536 | 2025-01-13T08:52:24.806Z | Compiling indicatif v0.17.9 |
1537 | 2025-01-13T08:52:25.818Z | Compiling clap v4.5.26 |
1538 | 2025-01-13T08:52:25.950Z | Compiling tokio-postgres v0.7.12 |
1539 | 2025-01-13T08:52:25.988Z | Compiling rsa v0.9.7 |
1540 | 2025-01-13T08:52:26.199Z | Compiling ecdsa v0.16.9 |
1541 | 2025-01-13T08:52:27.073Z | Compiling ed25519-dalek v2.1.1 |
1542 | 2025-01-13T08:52:27.119Z | Compiling toml v0.7.8 |
1543 | 2025-01-13T08:52:27.812Z | Compiling zip v0.6.6 |
1544 | 2025-01-13T08:52:28.460Z | Compiling crossterm v0.28.1 |
1545 | 2025-01-13T08:52:29.671Z | Compiling hex v0.4.3 |
1546 | 2025-01-13T08:52:29.822Z | Compiling x509-cert v0.2.5 |
1547 | 2025-01-13T08:52:30.160Z | Compiling itertools v0.10.5 |
1548 | 2025-01-13T08:52:30.335Z | Compiling lalrpop-util v0.19.12 |
1549 | 2025-01-13T08:52:30.420Z | Compiling peg-runtime v0.8.3 |
1550 | 2025-01-13T08:52:30.691Z | Compiling unicode-xid v0.2.6 |
1551 | 2025-01-13T08:52:30.872Z | Compiling strum_macros v0.26.4 |
1552 | 2025-01-13T08:52:31.073Z | Compiling xattr v1.4.0 |
1553 | 2025-01-13T08:52:31.345Z | Compiling filetime v0.2.25 |
1554 | 2025-01-13T08:52:31.675Z | Compiling tar v0.4.43 |
1555 | 2025-01-13T08:52:35.652Z | Compiling strum v0.26.3 |
1556 | 2025-01-13T08:52:39.203Z | Compiling aws-lc-sys v0.24.1 |
1557 | 2025-01-13T08:53:07.552Z | Compiling rustls-webpki v0.102.8 |
1558 | 2025-01-13T08:53:10.957Z | Compiling tokio-rustls v0.25.0 |
1559 | 2025-01-13T08:53:12.492Z | Compiling tokio-rustls v0.26.1 |
1560 | 2025-01-13T08:53:12.860Z | Compiling hyper-rustls v0.27.5 |
1561 | 2025-01-13T08:53:13.236Z | Compiling reqwest v0.12.12 |
1562 | 2025-01-13T08:53:14.654Z | Compiling qorb v0.2.1 |
1563 | 2025-01-13T08:53:19.421Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1564 | 2025-01-13T08:53:19.651Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1565 | 2025-01-13T08:53:25.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
1566 | 2025-01-13T08:53:25.564Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1567 | 2025-01-13T08:53:25.613Z | Jan 13 08:53:24.630 INFO Starting download, target: Clickhouse |
1568 | 2025-01-13T08:53:25.613Z | Jan 13 08:53:24.630 INFO Starting download, target: Cockroach |
1569 | 2025-01-13T08:53:25.613Z | Jan 13 08:53:24.630 INFO Starting download, target: Console |
1570 | 2025-01-13T08:53:25.616Z | Jan 13 08:53:24.630 INFO Starting download, target: DendriteOpenapi |
1571 | 2025-01-13T08:53:25.616Z | Jan 13 08:53:24.630 INFO Starting download, target: DendriteStub |
1572 | 2025-01-13T08:53:25.616Z | Jan 13 08:53:24.630 INFO Starting download, target: MaghemiteMgd |
1573 | 2025-01-13T08:53:25.616Z | Jan 13 08:53:24.630 INFO Starting download, target: TransceiverControl |
1574 | 2025-01-13T08:53:25.616Z | Jan 13 08:53:24.631 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1575 | 2025-01-13T08:53:25.616Z | Jan 13 08:53:24.631 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1576 | 2025-01-13T08:53:25.616Z | Jan 13 08:53:24.631 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1577 | 2025-01-13T08:53:25.616Z | Jan 13 08:53:24.631 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1578 | 2025-01-13T08:53:25.616Z | Jan 13 08:53:24.631 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1579 | 2025-01-13T08:53:25.616Z | Jan 13 08:53:24.631 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1580 | 2025-01-13T08:53:25.616Z | Jan 13 08:53:24.631 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1581 | 2025-01-13T08:53:25.835Z | Jan 13 08:53:24.840 INFO Download complete, target: DendriteOpenapi |
1582 | 2025-01-13T08:53:26.040Z | Jan 13 08:53:25.038 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1583 | 2025-01-13T08:53:26.158Z | Jan 13 08:53:25.165 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1584 | 2025-01-13T08:53:26.476Z | Jan 13 08:53:25.490 INFO Download complete, target: Console |
1585 | 2025-01-13T08:53:26.594Z | Jan 13 08:53:25.607 INFO Download complete, target: TransceiverControl |
1586 | 2025-01-13T08:53:26.696Z | Jan 13 08:53:25.711 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1587 | 2025-01-13T08:53:26.795Z | Jan 13 08:53:25.809 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1588 | 2025-01-13T08:53:27.163Z | Jan 13 08:53:26.180 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1589 | 2025-01-13T08:53:27.163Z | Jan 13 08:53:26.180 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1590 | 2025-01-13T08:53:27.950Z | Jan 13 08:53:26.966 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1591 | 2025-01-13T08:53:29.311Z | Jan 13 08:53:28.327 INFO Download complete, target: DendriteStub |
1592 | 2025-01-13T08:53:29.369Z | Jan 13 08:53:28.386 INFO Download complete, target: MaghemiteMgd |
1593 | 2025-01-13T08:53:33.783Z | Jan 13 08:53:32.799 INFO Checking that binary works, target: Cockroach |
1594 | 2025-01-13T08:53:33.943Z | Jan 13 08:53:32.958 INFO Download complete, target: Cockroach |
1595 | 2025-01-13T08:53:38.707Z | Jan 13 08:53:37.722 INFO Checking that binary works, target: Clickhouse |
1596 | 2025-01-13T08:53:38.858Z | Jan 13 08:53:37.873 INFO Download complete, target: Clickhouse |
1597 | 2025-01-13T08:53:38.877Z | All builder prerequisites installed successfully, and PATH looks valid |
1598 | 2025-01-13T08:53:38.880Z | |
1599 | 2025-01-13T08:53:38.880Z | real 4:58.300264736 |
1600 | 2025-01-13T08:53:38.880Z | user 16:46.863315888 |
1601 | 2025-01-13T08:53:38.880Z | sys 3:16.812480654 |
1602 | 2025-01-13T08:53:38.880Z | trap 0.582211960 |
1603 | 2025-01-13T08:53:38.880Z | tflt 1.636041054 |
1604 | 2025-01-13T08:53:38.880Z | dflt 2.347387874 |
1605 | 2025-01-13T08:53:38.880Z | kflt 0.026601170 |
1606 | 2025-01-13T08:53:38.881Z | lock 30:16.850477165 |
1607 | 2025-01-13T08:53:38.881Z | slp 1:02:48.025366864 |
1608 | 2025-01-13T08:53:38.881Z | lat 59.914105896 |
1609 | 2025-01-13T08:53:38.881Z | stop 2:19.134016373 |
1610 | 2025-01-13T08:53:38.881Z | + banner clippy |
1611 | 2025-01-13T08:53:38.883Z | |
1612 | 2025-01-13T08:53:38.883Z | #### # # ##### ##### # # |
1613 | 2025-01-13T08:53:38.883Z | # # # # # # # # # # |
1614 | 2025-01-13T08:53:38.883Z | # # # # # # # # |
1615 | 2025-01-13T08:53:38.883Z | # # # ##### ##### # |
1616 | 2025-01-13T08:53:38.883Z | # # # # # # # |
1617 | 2025-01-13T08:53:38.883Z | #### ###### # # # # |
1618 | 2025-01-13T08:53:38.884Z | |
1619 | 2025-01-13T08:53:38.884Z | + export CARGO_INCREMENTAL=0 |
1620 | 2025-01-13T08:53:38.884Z | + CARGO_INCREMENTAL=0 |
1621 | 2025-01-13T08:53:38.884Z | + ptime -m cargo xtask clippy |
1622 | 2025-01-13T08:53:39.420Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1623 | 2025-01-13T08:53:43.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s |
1624 | 2025-01-13T08:53:43.230Z | Running `target/debug/xtask clippy` |
1625 | 2025-01-13T08:53:43.253Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1626 | 2025-01-13T08:53:43.926Z | Downloading crates ... |
1627 | 2025-01-13T08:53:44.230Z | Downloaded anes v0.1.6 |
1628 | 2025-01-13T08:53:44.233Z | Downloaded assert-json-diff v2.0.2 |
1629 | 2025-01-13T08:53:44.236Z | Downloaded doc-comment v0.3.3 |
1630 | 2025-01-13T08:53:44.236Z | Downloaded approx v0.5.1 |
1631 | 2025-01-13T08:53:44.238Z | Downloaded escape8259 v0.5.3 |
1632 | 2025-01-13T08:53:44.256Z | Downloaded async-process v2.3.0 |
1633 | 2025-01-13T08:53:44.258Z | Downloaded event-listener v5.4.0 |
1634 | 2025-01-13T08:53:44.263Z | Downloaded rstest v0.23.0 |
1635 | 2025-01-13T08:53:44.268Z | Downloaded cfg-expr v0.17.2 |
1636 | 2025-01-13T08:53:44.271Z | Downloaded stringmetrics v2.2.2 |
1637 | 2025-01-13T08:53:44.273Z | Downloaded tinytemplate v1.2.1 |
1638 | 2025-01-13T08:53:44.276Z | Downloaded async-channel v2.3.1 |
1639 | 2025-01-13T08:53:44.278Z | Downloaded polling v3.7.4 |
1640 | 2025-01-13T08:53:44.280Z | Downloaded proc-macro-crate v3.2.0 |
1641 | 2025-01-13T08:53:44.282Z | Downloaded datatest-stable v0.2.10 |
1642 | 2025-01-13T08:53:44.285Z | Downloaded event-listener v2.5.3 |
1643 | 2025-01-13T08:53:44.285Z | Downloaded cargo_metadata v0.19.1 |
1644 | 2025-01-13T08:53:44.287Z | Downloaded async-attributes v1.1.2 |
1645 | 2025-01-13T08:53:44.287Z | Downloaded rand_distr v0.4.3 |
1646 | 2025-01-13T08:53:44.290Z | Downloaded async-global-executor v2.4.1 |
1647 | 2025-01-13T08:53:44.292Z | Downloaded assert_cmd v2.0.16 |
1648 | 2025-01-13T08:53:44.294Z | Downloaded async-io v2.4.0 |
1649 | 2025-01-13T08:53:44.297Z | Downloaded target-triple v0.1.3 |
1650 | 2025-01-13T08:53:44.299Z | Downloaded async-executor v1.13.1 |
1651 | 2025-01-13T08:53:44.301Z | Downloaded cast v0.3.0 |
1652 | 2025-01-13T08:53:44.301Z | Downloaded async-lock v3.4.0 |
1653 | 2025-01-13T08:53:44.304Z | Downloaded plotters-svg v0.3.7 |
1654 | 2025-01-13T08:53:44.306Z | Downloaded async-object-pool v0.1.5 |
1655 | 2025-01-13T08:53:44.310Z | Downloaded guppy-workspace-hack v0.1.0 |
1656 | 2025-01-13T08:53:44.312Z | Downloaded concurrent-queue v2.5.0 |
1657 | 2025-01-13T08:53:44.312Z | Downloaded oorandom v11.1.4 |
1658 | 2025-01-13T08:53:44.315Z | Downloaded blocking v1.6.1 |
1659 | 2025-01-13T08:53:44.315Z | Downloaded async-channel v1.9.0 |
1660 | 2025-01-13T08:53:44.317Z | Downloaded relative-path v1.9.3 |
1661 | 2025-01-13T08:53:44.319Z | Downloaded serde_regex v1.1.0 |
1662 | 2025-01-13T08:53:44.319Z | Downloaded futures-timer v3.0.3 |
1663 | 2025-01-13T08:53:44.324Z | Downloaded nested v0.1.1 |
1664 | 2025-01-13T08:53:44.327Z | Downloaded kv-log-macro v1.0.7 |
1665 | 2025-01-13T08:53:44.329Z | Downloaded criterion-plot v0.5.0 |
1666 | 2025-01-13T08:53:44.329Z | Downloaded plotters-backend v0.3.7 |
1667 | 2025-01-13T08:53:44.332Z | Downloaded target-lexicon v0.12.16 |
1668 | 2025-01-13T08:53:44.335Z | Downloaded similar-asserts v1.6.0 |
1669 | 2025-01-13T08:53:44.338Z | Downloaded rustls-native-certs v0.7.3 |
1670 | 2025-01-13T08:53:44.340Z | Downloaded httptest v0.16.1 |
1671 | 2025-01-13T08:53:44.355Z | Downloaded piper v0.2.4 |
1672 | 2025-01-13T08:53:44.358Z | Downloaded hyper-rustls v0.26.0 |
1673 | 2025-01-13T08:53:44.360Z | Downloaded blake2b_simd v1.0.2 |
1674 | 2025-01-13T08:53:44.360Z | Downloaded event-listener-strategy v0.5.3 |
1675 | 2025-01-13T08:53:44.363Z | Downloaded rust-argon2 v2.1.0 |
1676 | 2025-01-13T08:53:44.363Z | Downloaded pathdiff v0.2.3 |
1677 | 2025-01-13T08:53:44.366Z | Downloaded target-spec v3.3.1 |
1678 | 2025-01-13T08:53:44.368Z | Downloaded futures-lite v2.6.0 |
1679 | 2025-01-13T08:53:44.368Z | Downloaded async-task v4.7.1 |
1680 | 2025-01-13T08:53:44.370Z | Downloaded path-tree v0.8.1 |
1681 | 2025-01-13T08:53:44.372Z | Downloaded trybuild v1.0.101 |
1682 | 2025-01-13T08:53:44.375Z | Downloaded rstest_macros v0.23.0 |
1683 | 2025-01-13T08:53:44.378Z | Downloaded libtest-mimic v0.8.1 |
1684 | 2025-01-13T08:53:44.380Z | Downloaded partial-io v0.5.4 |
1685 | 2025-01-13T08:53:44.382Z | Downloaded criterion v0.5.1 |
1686 | 2025-01-13T08:53:44.389Z | Downloaded yansi v1.0.1 |
1687 | 2025-01-13T08:53:44.391Z | Downloaded fancy-regex v0.14.0 |
1688 | 2025-01-13T08:53:44.394Z | Downloaded plotters v0.3.7 |
1689 | 2025-01-13T08:53:44.403Z | Downloaded pretty_assertions v1.4.1 |
1690 | 2025-01-13T08:53:44.405Z | Downloaded guppy v0.17.12 |
1691 | 2025-01-13T08:53:44.410Z | Downloaded parking v2.2.1 |
1692 | 2025-01-13T08:53:44.412Z | Downloaded async-signal v0.2.10 |
1693 | 2025-01-13T08:53:44.420Z | Downloaded async-std v1.13.0 |
1694 | 2025-01-13T08:53:44.491Z | Downloaded httpmock v0.8.0-alpha.1 |
1695 | 2025-01-13T08:53:45.299Z | Checking cfg-if v1.0.0 |
1696 | 2025-01-13T08:53:45.347Z | Checking libc v0.2.169 |
1697 | 2025-01-13T08:53:45.374Z | Checking serde v1.0.217 |
1698 | 2025-01-13T08:53:45.410Z | Checking memchr v2.7.4 |
1699 | 2025-01-13T08:53:45.447Z | Checking value-bag v1.10.0 |
1700 | 2025-01-13T08:53:45.448Z | Checking scopeguard v1.2.0 |
1701 | 2025-01-13T08:53:45.457Z | Checking zeroize v1.8.1 |
1702 | 2025-01-13T08:53:45.470Z | Checking smallvec v1.13.2 |
1703 | 2025-01-13T08:53:45.510Z | Checking itoa v1.0.14 |
1704 | 2025-01-13T08:53:45.602Z | Checking lock_api v0.4.12 |
1705 | 2025-01-13T08:53:45.714Z | Checking pin-project-lite v0.2.16 |
1706 | 2025-01-13T08:53:45.735Z | Checking subtle v2.6.1 |
1707 | 2025-01-13T08:53:45.803Z | Checking log v0.4.22 |
1708 | 2025-01-13T08:53:45.836Z | Checking byteorder v1.5.0 |
1709 | 2025-01-13T08:53:45.863Z | Checking once_cell v1.20.2 |
1710 | 2025-01-13T08:53:45.992Z | Checking typenum v1.17.0 |
1711 | 2025-01-13T08:53:46.025Z | Checking futures-core v0.3.31 |
1712 | 2025-01-13T08:53:46.183Z | Checking libm v0.2.11 |
1713 | 2025-01-13T08:53:46.220Z | Checking ryu v1.0.18 |
1714 | 2025-01-13T08:53:46.249Z | Checking thiserror v1.0.69 |
1715 | 2025-01-13T08:53:46.280Z | Checking const-oid v0.9.6 |
1716 | 2025-01-13T08:53:46.311Z | Checking zerocopy v0.7.35 |
1717 | 2025-01-13T08:53:46.387Z | Checking spin v0.9.8 |
1718 | 2025-01-13T08:53:46.454Z | Checking getrandom v0.2.15 |
1719 | 2025-01-13T08:53:46.454Z | Checking signal-hook-registry v1.4.2 |
1720 | 2025-01-13T08:53:46.716Z | Checking rand_core v0.6.4 |
1721 | 2025-01-13T08:53:46.747Z | Checking parking_lot_core v0.9.10 |
1722 | 2025-01-13T08:53:46.747Z | Checking mio v1.0.3 |
1723 | 2025-01-13T08:53:47.050Z | Checking socket2 v0.5.8 |
1724 | 2025-01-13T08:53:47.100Z | Checking parking_lot v0.12.3 |
1725 | 2025-01-13T08:53:47.139Z | Checking num-traits v0.2.19 |
1726 | 2025-01-13T08:53:47.348Z | Checking generic-array v0.14.7 |
1727 | 2025-01-13T08:53:47.417Z | Checking futures-io v0.3.31 |
1728 | 2025-01-13T08:53:47.452Z | Checking slab v0.4.9 |
1729 | 2025-01-13T08:53:47.554Z | Checking allocator-api2 v0.2.21 |
1730 | 2025-01-13T08:53:47.599Z | Checking cpufeatures v0.2.16 |
1731 | 2025-01-13T08:53:47.705Z | Checking futures-sink v0.3.31 |
1732 | 2025-01-13T08:53:47.740Z | Checking foldhash v0.1.4 |
1733 | 2025-01-13T08:53:47.743Z | Checking equivalent v1.0.1 |
1734 | 2025-01-13T08:53:47.863Z | Checking pin-utils v0.1.0 |
1735 | 2025-01-13T08:53:47.886Z | Checking futures-channel v0.3.31 |
1736 | 2025-01-13T08:53:47.996Z | Checking futures-task v0.3.31 |
1737 | 2025-01-13T08:53:48.029Z | Checking stable_deref_trait v1.2.0 |
1738 | 2025-01-13T08:53:48.093Z | Checking iana-time-zone v0.1.61 |
1739 | 2025-01-13T08:53:48.145Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1740 | 2025-01-13T08:53:48.246Z | Checking fnv v1.0.7 |
1741 | 2025-01-13T08:53:48.248Z | Checking hashbrown v0.15.2 |
1742 | 2025-01-13T08:53:48.289Z | Checking ppv-lite86 v0.2.20 |
1743 | 2025-01-13T08:53:48.316Z | Checking futures-util v0.3.31 |
1744 | 2025-01-13T08:53:48.375Z | Checking tracing-core v0.1.33 |
1745 | 2025-01-13T08:53:48.496Z | Checking errno v0.3.10 |
1746 | 2025-01-13T08:53:48.539Z | Checking crypto-common v0.1.6 |
1747 | 2025-01-13T08:53:48.686Z | Checking block-buffer v0.10.4 |
1748 | 2025-01-13T08:53:48.734Z | Checking zerofrom v0.1.5 |
1749 | 2025-01-13T08:53:48.830Z | Checking dyn-clone v1.0.17 |
1750 | 2025-01-13T08:53:48.922Z | Checking digest v0.10.7 |
1751 | 2025-01-13T08:53:48.964Z | Checking yoke v0.7.5 |
1752 | 2025-01-13T08:53:48.991Z | Checking block-padding v0.3.3 |
1753 | 2025-01-13T08:53:49.028Z | Checking tracing v0.1.41 |
1754 | 2025-01-13T08:53:49.081Z | Checking rand_chacha v0.3.1 |
1755 | 2025-01-13T08:53:49.193Z | Checking inout v0.1.3 |
1756 | 2025-01-13T08:53:49.323Z | Checking zerovec v0.10.4 |
1757 | 2025-01-13T08:53:49.349Z | Checking crossbeam-utils v0.8.21 |
1758 | 2025-01-13T08:53:49.397Z | Checking litemap v0.7.4 |
1759 | 2025-01-13T08:53:49.427Z | Checking writeable v0.5.5 |
1760 | 2025-01-13T08:53:49.462Z | Checking percent-encoding v2.3.1 |
1761 | 2025-01-13T08:53:49.495Z | Checking rand v0.8.5 |
1762 | 2025-01-13T08:53:49.674Z | Checking cipher v0.4.4 |
1763 | 2025-01-13T08:53:49.742Z | Checking icu_locid_transform_data v1.5.0 |
1764 | 2025-01-13T08:53:49.768Z | Checking form_urlencoded v1.2.1 |
1765 | 2025-01-13T08:53:49.853Z | Checking httparse v1.9.5 |
1766 | 2025-01-13T08:53:49.979Z | Checking base64ct v1.6.0 |
1767 | 2025-01-13T08:53:50.053Z | Checking icu_properties_data v1.5.0 |
1768 | 2025-01-13T08:53:50.080Z | Checking atomic-waker v1.1.2 |
1769 | 2025-01-13T08:53:50.217Z | Checking regex-syntax v0.8.5 |
1770 | 2025-01-13T08:53:50.293Z | Checking bytes v1.9.0 |
1771 | 2025-01-13T08:53:50.323Z | Checking bitflags v2.7.0 |
1772 | 2025-01-13T08:53:50.347Z | Checking serde_json v1.0.135 |
1773 | 2025-01-13T08:53:50.420Z | Checking chrono v0.4.39 |
1774 | 2025-01-13T08:53:50.642Z | Checking indexmap v2.7.0 |
1775 | 2025-01-13T08:53:50.802Z | Checking uuid v1.11.1 |
1776 | 2025-01-13T08:53:50.967Z | Checking rustix v0.38.43 |
1777 | 2025-01-13T08:53:51.129Z | Checking tokio v1.43.0 |
1778 | 2025-01-13T08:53:51.427Z | Checking http v1.2.0 |
1779 | 2025-01-13T08:53:51.936Z | Checking tinystr v0.7.6 |
1780 | 2025-01-13T08:53:52.130Z | Checking icu_collections v1.5.0 |
1781 | 2025-01-13T08:53:52.366Z | Checking icu_locid v1.5.0 |
1782 | 2025-01-13T08:53:52.548Z | Checking schemars v0.8.21 |
1783 | 2025-01-13T08:53:52.834Z | Checking sha2 v0.10.8 |
1784 | 2025-01-13T08:53:52.862Z | Checking hmac v0.12.1 |
1785 | 2025-01-13T08:53:53.074Z | Checking untrusted v0.9.0 |
1786 | 2025-01-13T08:53:53.244Z | Checking utf8_iter v1.0.4 |
1787 | 2025-01-13T08:53:53.421Z | Checking icu_normalizer_data v1.5.0 |
1788 | 2025-01-13T08:53:53.457Z | Checking utf16_iter v1.0.5 |
1789 | 2025-01-13T08:53:53.460Z | Checking icu_provider v1.5.0 |
1790 | 2025-01-13T08:53:53.526Z | Checking write16 v1.0.0 |
1791 | 2025-01-13T08:53:53.529Z | Checking ring v0.17.8 |
1792 | 2025-01-13T08:53:53.576Z | Checking aho-corasick v1.1.3 |
1793 | 2025-01-13T08:53:53.620Z | Checking unicode-ident v1.0.14 |
1794 | 2025-01-13T08:53:53.658Z | Checking powerfmt v0.2.0 |
1795 | 2025-01-13T08:53:53.806Z | Checking adler2 v2.0.0 |
1796 | 2025-01-13T08:53:53.922Z | Checking deranged v0.3.11 |
1797 | 2025-01-13T08:53:53.964Z | Checking miniz_oxide v0.8.2 |
1798 | 2025-01-13T08:53:54.154Z | Checking num_threads v0.1.7 |
1799 | 2025-01-13T08:53:54.180Z | Checking icu_locid_transform v1.5.0 |
1800 | 2025-01-13T08:53:54.277Z | Checking time-core v0.1.2 |
1801 | 2025-01-13T08:53:54.453Z | Checking rustls-pki-types v1.10.1 |
1802 | 2025-01-13T08:53:54.734Z | Checking num-conv v0.1.0 |
1803 | 2025-01-13T08:53:54.997Z | Checking proc-macro2 v1.0.93 |
1804 | 2025-01-13T08:53:55.027Z | Checking pem-rfc7468 v0.7.0 |
1805 | 2025-01-13T08:53:55.054Z | Checking http-body v1.0.1 |
1806 | 2025-01-13T08:53:55.189Z | Checking icu_properties v1.5.1 |
1807 | 2025-01-13T08:53:55.217Z | Checking regex-automata v0.4.9 |
1808 | 2025-01-13T08:53:55.260Z | Checking aws-lc-sys v0.24.1 |
1809 | 2025-01-13T08:53:55.293Z | Checking untrusted v0.7.1 |
1810 | 2025-01-13T08:53:55.377Z | Checking try-lock v0.2.5 |
1811 | 2025-01-13T08:53:55.458Z | Checking httpdate v1.0.3 |
1812 | 2025-01-13T08:53:55.516Z | Checking base64 v0.22.1 |
1813 | 2025-01-13T08:53:55.665Z | Checking time v0.3.37 |
1814 | 2025-01-13T08:53:55.694Z | Checking want v0.3.1 |
1815 | 2025-01-13T08:53:55.696Z | Checking quote v1.0.38 |
1816 | 2025-01-13T08:53:55.898Z | Checking lazy_static v1.5.0 |
1817 | 2025-01-13T08:53:56.014Z | Checking flagset v0.4.6 |
1818 | 2025-01-13T08:53:56.042Z | Checking pbkdf2 v0.12.2 |
1819 | 2025-01-13T08:53:56.044Z | Checking syn v2.0.96 |
1820 | 2025-01-13T08:53:56.227Z | Checking aes v0.8.4 |
1821 | 2025-01-13T08:53:56.253Z | Checking der v0.7.9 |
1822 | 2025-01-13T08:53:57.168Z | Checking tower-service v0.3.3 |
1823 | 2025-01-13T08:53:57.313Z | Checking salsa20 v0.10.2 |
1824 | 2025-01-13T08:53:57.550Z | Checking cbc v0.1.2 |
1825 | 2025-01-13T08:53:57.769Z | Checking slog v2.7.0 |
1826 | 2025-01-13T08:53:57.851Z | Checking aws-lc-rs v1.12.0 |
1827 | 2025-01-13T08:53:58.187Z | Checking spki v0.7.3 |
1828 | 2025-01-13T08:53:58.270Z | Checking scrypt v0.11.0 |
1829 | 2025-01-13T08:53:58.297Z | Checking gimli v0.31.1 |
1830 | 2025-01-13T08:53:58.493Z | Checking mime v0.3.17 |
1831 | 2025-01-13T08:53:58.496Z | Checking pkcs5 v0.7.1 |
1832 | 2025-01-13T08:53:58.595Z | Checking tokio-util v0.7.13 |
1833 | 2025-01-13T08:53:58.622Z | Checking icu_normalizer v1.5.0 |
1834 | 2025-01-13T08:53:58.837Z | Checking object v0.36.7 |
1835 | 2025-01-13T08:53:59.055Z | Checking utf8parse v0.2.2 |
1836 | 2025-01-13T08:53:59.218Z | Checking rustc-demangle v0.1.24 |
1837 | 2025-01-13T08:53:59.415Z | Checking idna_adapter v1.2.0 |
1838 | 2025-01-13T08:53:59.497Z | Checking h2 v0.4.7 |
1839 | 2025-01-13T08:53:59.611Z | Checking idna v1.0.3 |
1840 | 2025-01-13T08:53:59.681Z | Checking pkcs8 v0.10.2 |
1841 | 2025-01-13T08:53:59.785Z | Checking rustls-webpki v0.102.8 |
1842 | 2025-01-13T08:53:59.859Z | Checking regex v1.11.1 |
1843 | 2025-01-13T08:54:00.013Z | Checking http-body-util v0.1.2 |
1844 | 2025-01-13T08:54:00.102Z | Checking url v2.5.4 |
1845 | 2025-01-13T08:54:00.491Z | Checking futures-executor v0.3.31 |
1846 | 2025-01-13T08:54:00.517Z | Checking toml_datetime v0.6.8 |
1847 | 2025-01-13T08:54:00.620Z | Checking serde_spanned v0.6.8 |
1848 | 2025-01-13T08:54:00.731Z | Checking data-encoding v2.6.0 |
1849 | 2025-01-13T08:54:00.787Z | Checking either v1.13.0 |
1850 | 2025-01-13T08:54:00.820Z | Checking ipnet v2.10.1 |
1851 | 2025-01-13T08:54:00.980Z | Checking futures v0.3.31 |
1852 | 2025-01-13T08:54:01.106Z | Checking rustls-pemfile v2.2.0 |
1853 | 2025-01-13T08:54:01.195Z | Checking semver v1.0.24 |
1854 | 2025-01-13T08:54:01.295Z | Checking anstyle v1.0.10 |
1855 | 2025-01-13T08:54:01.331Z | Checking foreign-types-shared v0.1.1 |
1856 | 2025-01-13T08:54:01.417Z | Checking openssl-probe v0.1.5 |
1857 | 2025-01-13T08:54:01.448Z | Checking foreign-types v0.3.2 |
1858 | 2025-01-13T08:54:01.553Z | Checking serde_urlencoded v0.7.1 |
1859 | 2025-01-13T08:54:01.593Z | Checking sha1 v0.10.6 |
1860 | 2025-01-13T08:54:01.621Z | Checking openssl-sys v0.9.104 |
1861 | 2025-01-13T08:54:01.650Z | Checking encoding_rs v0.8.35 |
1862 | 2025-01-13T08:54:01.894Z | Checking camino v1.1.9 |
1863 | 2025-01-13T08:54:01.964Z | Checking thiserror v2.0.11 |
1864 | 2025-01-13T08:54:02.112Z | Checking rustls v0.23.21 |
1865 | 2025-01-13T08:54:02.409Z | Checking addr2line v0.24.2 |
1866 | 2025-01-13T08:54:02.436Z | Checking anstyle-parse v0.2.6 |
1867 | 2025-01-13T08:54:02.469Z | Checking is_terminal_polyfill v1.70.1 |
1868 | 2025-01-13T08:54:02.592Z | Checking colorchoice v1.0.3 |
1869 | 2025-01-13T08:54:02.725Z | Checking tinyvec_macros v0.1.1 |
1870 | 2025-01-13T08:54:02.755Z | Checking anstyle-query v1.1.2 |
1871 | 2025-01-13T08:54:02.829Z | Checking winnow v0.6.24 |
1872 | 2025-01-13T08:54:02.897Z | Checking anstream v0.6.18 |
1873 | 2025-01-13T08:54:02.944Z | Checking tinyvec v1.8.1 |
1874 | 2025-01-13T08:54:02.970Z | Checking openssl v0.10.68 |
1875 | 2025-01-13T08:54:03.313Z | Checking terminal_size v0.4.1 |
1876 | 2025-01-13T08:54:03.492Z | Checking openapiv3 v2.0.0 |
1877 | 2025-01-13T08:54:03.926Z | Checking signature v2.2.0 |
1878 | 2025-01-13T08:54:04.140Z | Checking clap_lex v0.7.4 |
1879 | 2025-01-13T08:54:04.299Z | Checking psl-types v2.0.11 |
1880 | 2025-01-13T08:54:04.389Z | Checking strsim v0.11.1 |
1881 | 2025-01-13T08:54:04.500Z | Checking publicsuffix v2.3.0 |
1882 | 2025-01-13T08:54:04.692Z | Checking clap_builder v4.5.26 |
1883 | 2025-01-13T08:54:04.790Z | Checking cookie v0.18.1 |
1884 | 2025-01-13T08:54:05.286Z | Checking webpki-roots v0.26.7 |
1885 | 2025-01-13T08:54:05.343Z | Checking backtrace v0.3.74 |
1886 | 2025-01-13T08:54:05.513Z | Checking is-terminal v0.4.13 |
1887 | 2025-01-13T08:54:05.627Z | Checking hyper v1.5.2 |
1888 | 2025-01-13T08:54:05.654Z | Checking sync_wrapper v1.0.2 |
1889 | 2025-01-13T08:54:05.701Z | Checking scroll v0.12.0 |
1890 | 2025-01-13T08:54:05.797Z | Checking tower-layer v0.3.3 |
1891 | 2025-01-13T08:54:05.954Z | Checking anyhow v1.0.95 |
1892 | 2025-01-13T08:54:06.082Z | Checking plain v0.2.3 |
1893 | 2025-01-13T08:54:06.187Z | Checking ucd-trie v0.1.7 |
1894 | 2025-01-13T08:54:06.252Z | Checking goblin v0.8.2 |
1895 | 2025-01-13T08:54:06.343Z | Checking tower v0.5.2 |
1896 | 2025-01-13T08:54:06.401Z | Checking pest v2.7.15 |
1897 | 2025-01-13T08:54:06.854Z | Checking cookie_store v0.21.1 |
1898 | 2025-01-13T08:54:07.187Z | Checking base16ct v0.2.0 |
1899 | 2025-01-13T08:54:07.402Z | Checking pretty-hex v0.4.1 |
1900 | 2025-01-13T08:54:07.584Z | Checking sec1 v0.7.3 |
1901 | 2025-01-13T08:54:07.609Z | Checking num-integer v0.1.46 |
1902 | 2025-01-13T08:54:07.717Z | Checking hyper-util v0.1.10 |
1903 | 2025-01-13T08:54:07.750Z | Checking clap v4.5.26 |
1904 | 2025-01-13T08:54:07.831Z | Checking tokio-rustls v0.26.1 |
1905 | 2025-01-13T08:54:07.923Z | Checking ff v0.13.0 |
1906 | 2025-01-13T08:54:07.959Z | Checking thread-id v4.2.2 |
1907 | 2025-01-13T08:54:08.089Z | Checking toml_edit v0.22.22 |
1908 | 2025-01-13T08:54:08.115Z | Checking hkdf v0.12.4 |
1909 | 2025-01-13T08:54:08.157Z | Checking group v0.13.0 |
1910 | 2025-01-13T08:54:08.251Z | Checking crypto-bigint v0.5.5 |
1911 | 2025-01-13T08:54:08.336Z | Checking memmap v0.7.0 |
1912 | 2025-01-13T08:54:08.409Z | Checking native-tls v0.2.12 |
1913 | 2025-01-13T08:54:08.436Z | Checking dirs-sys-next v0.1.2 |
1914 | 2025-01-13T08:54:08.555Z | Checking crc32fast v1.4.2 |
1915 | 2025-01-13T08:54:08.627Z | Checking bitflags v1.3.2 |
1916 | 2025-01-13T08:54:08.729Z | Checking tokio-native-tls v0.3.1 |
1917 | 2025-01-13T08:54:08.756Z | Checking static_assertions v1.1.0 |
1918 | 2025-01-13T08:54:08.788Z | Checking utf-8 v0.7.6 |
1919 | 2025-01-13T08:54:08.859Z | Checking dirs-next v2.0.0 |
1920 | 2025-01-13T08:54:08.990Z | Checking dtrace-parser v0.2.0 |
1921 | 2025-01-13T08:54:08.993Z | Checking crossbeam-channel v0.5.14 |
1922 | 2025-01-13T08:54:09.037Z | Checking ahash v0.8.11 |
1923 | 2025-01-13T08:54:09.040Z | Checking thread_local v1.1.8 |
1924 | 2025-01-13T08:54:09.344Z | Checking unicode-segmentation v1.12.0 |
1925 | 2025-01-13T08:54:09.491Z | Checking unicode-width v0.2.0 |
1926 | 2025-01-13T08:54:09.621Z | Checking term v0.7.0 |
1927 | 2025-01-13T08:54:09.758Z | Checking num-iter v0.1.45 |
1928 | 2025-01-13T08:54:09.760Z | Checking hyper-rustls v0.27.5 |
1929 | 2025-01-13T08:54:09.930Z | Checking hyper-tls v0.6.0 |
1930 | 2025-01-13T08:54:09.962Z | Checking unicode-normalization v0.1.24 |
1931 | 2025-01-13T08:54:10.044Z | Checking crossbeam-epoch v0.9.18 |
1932 | 2025-01-13T08:54:10.069Z | Checking take_mut v0.2.2 |
1933 | 2025-01-13T08:54:10.107Z | Checking match_cfg v0.1.0 |
1934 | 2025-01-13T08:54:10.205Z | Checking hostname v0.3.1 |
1935 | 2025-01-13T08:54:10.231Z | Checking reqwest v0.12.12 |
1936 | 2025-01-13T08:54:10.257Z | Checking slog-async v2.8.0 |
1937 | 2025-01-13T08:54:10.342Z | Checking slog-term v2.9.1 |
1938 | 2025-01-13T08:54:10.477Z | Checking itertools v0.10.5 |
1939 | 2025-01-13T08:54:10.540Z | Checking bstr v1.11.3 |
1940 | 2025-01-13T08:54:10.647Z | Checking toml v0.8.19 |
1941 | 2025-01-13T08:54:10.822Z | Checking rfc6979 v0.4.0 |
1942 | 2025-01-13T08:54:10.876Z | Checking hex v0.4.3 |
1943 | 2025-01-13T08:54:11.020Z | Checking winnow v0.5.40 |
1944 | 2025-01-13T08:54:11.022Z | Checking elliptic-curve v0.13.8 |
1945 | 2025-01-13T08:54:11.225Z | Checking dof v0.3.0 |
1946 | 2025-01-13T08:54:11.392Z | Checking managed v0.8.0 |
1947 | 2025-01-13T08:54:11.417Z | Checking crossbeam-deque v0.8.6 |
1948 | 2025-01-13T08:54:11.532Z | Checking num-bigint-dig v0.8.4 |
1949 | 2025-01-13T08:54:11.729Z | Checking ecdsa v0.16.9 |
1950 | 2025-01-13T08:54:11.755Z | Checking flate2 v1.0.35 |
1951 | 2025-01-13T08:54:11.778Z | Checking rustls v0.22.4 |
1952 | 2025-01-13T08:54:11.819Z | Checking usdt-impl v0.5.0 |
1953 | 2025-01-13T08:54:12.137Z | Checking pkcs1 v0.7.5 |
1954 | 2025-01-13T08:54:12.372Z | Checking usdt v0.5.0 |
1955 | 2025-01-13T08:54:12.424Z | Checking curve25519-dalek v4.1.3 |
1956 | 2025-01-13T08:54:12.449Z | Checking zerocopy v0.6.6 |
1957 | 2025-01-13T08:54:12.543Z | Checking unicode-bidi v0.3.18 |
1958 | 2025-01-13T08:54:12.662Z | Checking rayon-core v1.12.1 |
1959 | 2025-01-13T08:54:12.752Z | Checking ed25519 v2.2.3 |
1960 | 2025-01-13T08:54:13.085Z | Checking slog-json v2.6.1 |
1961 | 2025-01-13T08:54:13.175Z | Checking signal-hook v0.3.17 |
1962 | 2025-01-13T08:54:13.254Z | Checking quick-error v1.2.3 |
1963 | 2025-01-13T08:54:13.358Z | Checking debug-ignore v1.0.5 |
1964 | 2025-01-13T08:54:13.395Z | Checking slog-bunyan v2.5.0 |
1965 | 2025-01-13T08:54:13.417Z | Checking multer v3.1.0 |
1966 | 2025-01-13T08:54:13.512Z | Checking x509-cert v0.2.5 |
1967 | 2025-01-13T08:54:13.538Z | Checking serde_path_to_error v0.1.16 |
1968 | 2025-01-13T08:54:13.560Z | Checking hubpack v0.1.2 |
1969 | 2025-01-13T08:54:13.717Z | Checking rsa v0.9.7 |
1970 | 2025-01-13T08:54:13.827Z | Checking waitgroup v0.1.2 |
1971 | 2025-01-13T08:54:13.876Z | Checking bzip2-sys v0.1.11+1.0.8 |
1972 | 2025-01-13T08:54:13.972Z | Checking async-stream v0.3.6 |
1973 | 2025-01-13T08:54:14.024Z | Checking hostname v0.4.0 |
1974 | 2025-01-13T08:54:14.073Z | Checking toml_edit v0.19.15 |
1975 | 2025-01-13T08:54:14.124Z | Checking bit-vec v0.8.0 |
1976 | 2025-01-13T08:54:14.167Z | Checking bzip2 v0.4.4 |
1977 | 2025-01-13T08:54:14.193Z | Checking signal-hook-mio v0.2.4 |
1978 | 2025-01-13T08:54:14.346Z | Checking console v0.15.10 |
1979 | 2025-01-13T08:54:14.373Z | Checking ed25519-dalek v2.1.1 |
1980 | 2025-01-13T08:54:14.447Z | Checking hickory-proto v0.24.2 |
1981 | 2025-01-13T08:54:14.536Z | Checking bit-set v0.8.0 |
1982 | 2025-01-13T08:54:14.748Z | Checking hash32 v0.2.1 |
1983 | 2025-01-13T08:54:14.787Z | Checking siphasher v1.0.1 |
1984 | 2025-01-13T08:54:14.815Z | Checking predicates-core v1.0.9 |
1985 | 2025-01-13T08:54:14.934Z | Checking unicode-properties v0.1.3 |
1986 | 2025-01-13T08:54:15.017Z | Checking linked-hash-map v0.5.6 |
1987 | 2025-01-13T08:54:15.066Z | Checking heapless v0.7.17 |
1988 | 2025-01-13T08:54:15.109Z | Checking phf_shared v0.11.3 |
1989 | 2025-01-13T08:54:15.175Z | Checking crossterm v0.28.1 |
1990 | 2025-01-13T08:54:15.281Z | Checking stringprep v0.1.5 |
1991 | 2025-01-13T08:54:15.337Z | Checking lru-cache v0.1.2 |
1992 | 2025-01-13T08:54:15.404Z | Checking rayon v1.10.0 |
1993 | 2025-01-13T08:54:15.494Z | Checking tokio-rustls v0.25.0 |
1994 | 2025-01-13T08:54:15.521Z | Checking similar v2.6.0 |
1995 | 2025-01-13T08:54:15.582Z | Checking tokio-stream v0.1.17 |
1996 | 2025-01-13T08:54:15.866Z | Checking dropshot v0.12.0 |
1997 | 2025-01-13T08:54:16.132Z | Checking newtype-uuid v1.1.3 |
1998 | 2025-01-13T08:54:16.356Z | Checking md-5 v0.10.6 |
1999 | 2025-01-13T08:54:16.387Z | Checking float-cmp v0.10.0 |
2000 | 2025-01-13T08:54:16.484Z | Checking fallible-iterator v0.2.0 |
2001 | 2025-01-13T08:54:16.566Z | Checking toml v0.7.8 |
2002 | 2025-01-13T08:54:16.599Z | Checking difflib v0.4.0 |
2003 | 2025-01-13T08:54:16.628Z | Checking fixedbitset v0.4.2 |
2004 | 2025-01-13T08:54:16.917Z | Checking siphasher v0.3.11 |
2005 | 2025-01-13T08:54:16.943Z | Checking normalize-line-endings v0.3.0 |
2006 | 2025-01-13T08:54:16.992Z | Checking petgraph v0.6.5 |
2007 | 2025-01-13T08:54:17.078Z | Checking predicates v3.1.3 |
2008 | 2025-01-13T08:54:17.126Z | Checking postgres-protocol v0.6.7 |
2009 | 2025-01-13T08:54:17.214Z | Checking phf_shared v0.10.0 |
2010 | 2025-01-13T08:54:17.329Z | Checking smoltcp v0.9.1 |
2011 | 2025-01-13T08:54:17.496Z | Checking phf v0.11.3 |
2012 | 2025-01-13T08:54:17.784Z | Checking zip v0.6.6 |
2013 | 2025-01-13T08:54:17.812Z | Checking resolv-conf v0.7.0 |
2014 | 2025-01-13T08:54:17.815Z | Checking tungstenite v0.24.0 |
2015 | 2025-01-13T08:54:18.192Z | Checking fs-err v2.11.0 |
2016 | 2025-01-13T08:54:18.592Z | Checking serde-big-array v0.5.1 |
2017 | 2025-01-13T08:54:18.750Z | Checking portable-atomic v1.10.0 |
2018 | 2025-01-13T08:54:18.787Z | Checking new_debug_unreachable v1.0.6 |
2019 | 2025-01-13T08:54:18.789Z | Checking number_prefix v0.4.0 |
2020 | 2025-01-13T08:54:18.834Z | Checking minimal-lexical v0.2.1 |
2021 | 2025-01-13T08:54:18.905Z | Checking precomputed-hash v0.1.1 |
2022 | 2025-01-13T08:54:18.987Z | Checking lalrpop-util v0.19.12 |
2023 | 2025-01-13T08:54:19.033Z | Checking string_cache v0.8.7 |
2024 | 2025-01-13T08:54:19.248Z | Checking nom v7.1.3 |
2025 | 2025-01-13T08:54:19.276Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2026 | 2025-01-13T08:54:19.303Z | Checking tokio-tungstenite v0.24.0 |
2027 | 2025-01-13T08:54:19.329Z | Checking postgres-types v0.2.8 |
2028 | 2025-01-13T08:54:19.385Z | Checking hickory-resolver v0.24.2 |
2029 | 2025-01-13T08:54:19.578Z | Checking itertools v0.12.1 |
2030 | 2025-01-13T08:54:19.767Z | Checking whoami v1.5.2 |
2031 | 2025-01-13T08:54:19.795Z | Checking indicatif v0.17.9 |
2032 | 2025-01-13T08:54:20.073Z | Checking peg-runtime v0.8.3 |
2033 | 2025-01-13T08:54:20.100Z | Checking tokio-postgres v0.7.12 |
2034 | 2025-01-13T08:54:20.330Z | Compiling ident_case v1.0.1 |
2035 | 2025-01-13T08:54:20.427Z | Compiling regress v0.10.2 |
2036 | 2025-01-13T08:54:20.516Z | Compiling darling_core v0.20.10 |
2037 | 2025-01-13T08:54:20.543Z | Compiling unsafe-libyaml v0.2.11 |
2038 | 2025-01-13T08:54:21.055Z | Checking qorb v0.2.1 |
2039 | 2025-01-13T08:54:22.166Z | Compiling serde_yaml v0.9.34+deprecated |
2040 | 2025-01-13T08:54:22.233Z | Checking heck v0.5.0 |
2041 | 2025-01-13T08:54:22.528Z | Checking progenitor-client v0.8.0 |
2042 | 2025-01-13T08:54:22.935Z | Checking fastrand v2.3.0 |
2043 | 2025-01-13T08:54:23.223Z | Checking ipnetwork v0.20.0 |
2044 | 2025-01-13T08:54:23.309Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#b3dbf18c) |
2045 | 2025-01-13T08:54:23.616Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2046 | 2025-01-13T08:54:23.652Z | Compiling structmeta-derive v0.3.0 |
2047 | 2025-01-13T08:54:23.979Z | Checking strum v0.26.3 |
2048 | 2025-01-13T08:54:24.149Z | Compiling typify-impl v0.2.0 |
2049 | 2025-01-13T08:54:24.586Z | Compiling dropshot v0.13.0 |
2050 | 2025-01-13T08:54:24.930Z | Checking hashbrown v0.14.5 |
2051 | 2025-01-13T08:54:24.972Z | Checking macaddr v1.0.1 |
2052 | 2025-01-13T08:54:25.333Z | Compiling dropshot_endpoint v0.13.0 |
2053 | 2025-01-13T08:54:25.534Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2054 | 2025-01-13T08:54:26.128Z | Checking tempfile v3.15.0 |
2055 | 2025-01-13T08:54:26.304Z | Checking instant v0.1.13 |
2056 | 2025-01-13T08:54:26.397Z | Checking regress v0.9.1 |
2057 | 2025-01-13T08:54:26.434Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#b3dbf18c) |
2058 | 2025-01-13T08:54:26.506Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2059 | 2025-01-13T08:54:26.604Z | Compiling structmeta v0.3.0 |
2060 | 2025-01-13T08:54:27.034Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2061 | 2025-01-13T08:54:27.066Z | Compiling parse-display-derive v0.10.0 |
2062 | 2025-01-13T08:54:27.295Z | Checking backoff v0.4.0 |
2063 | 2025-01-13T08:54:27.366Z | Compiling darling_macro v0.20.10 |
2064 | 2025-01-13T08:54:27.472Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2065 | 2025-01-13T08:54:27.627Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2066 | 2025-01-13T08:54:27.648Z | Checking wait-timeout v0.2.0 |
2067 | 2025-01-13T08:54:27.785Z | Checking rand_xorshift v0.3.0 |
2068 | 2025-01-13T08:54:27.830Z | Checking rusty-fork v0.3.0 |
2069 | 2025-01-13T08:54:27.984Z | Checking unarray v0.1.4 |
2070 | 2025-01-13T08:54:28.158Z | Compiling structmeta-derive v0.2.0 |
2071 | 2025-01-13T08:54:28.184Z | Checking proptest v1.6.0 |
2072 | 2025-01-13T08:54:28.344Z | Compiling darling v0.20.10 |
2073 | 2025-01-13T08:54:28.467Z | Checking camino-tempfile v1.1.1 |
2074 | 2025-01-13T08:54:28.493Z | Compiling serde_with_macros v3.12.0 |
2075 | 2025-01-13T08:54:28.773Z | Compiling proc-macro-error v1.0.4 |
2076 | 2025-01-13T08:54:29.513Z | Compiling proc-macro-crate v1.3.1 |
2077 | 2025-01-13T08:54:29.934Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2078 | 2025-01-13T08:54:30.326Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2079 | 2025-01-13T08:54:30.642Z | Compiling num_enum_derive v0.5.11 |
2080 | 2025-01-13T08:54:30.645Z | Compiling foreign-types-macros v0.2.3 |
2081 | 2025-01-13T08:54:31.129Z | Compiling structmeta v0.2.0 |
2082 | 2025-01-13T08:54:31.377Z | Checking serde_with v3.12.0 |
2083 | 2025-01-13T08:54:31.561Z | Compiling test-strategy v0.3.1 |
2084 | 2025-01-13T08:54:31.708Z | Checking parse-display v0.10.0 |
2085 | 2025-01-13T08:54:31.934Z | Checking foreign-types-shared v0.3.1 |
2086 | 2025-01-13T08:54:32.064Z | Checking foreign-types v0.5.0 |
2087 | 2025-01-13T08:54:32.190Z | Checking tabwriter v1.4.1 |
2088 | 2025-01-13T08:54:32.311Z | Checking cstr-argument v0.1.2 |
2089 | 2025-01-13T08:54:32.448Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2090 | 2025-01-13T08:54:32.499Z | Checking pretty-hex v0.2.1 |
2091 | 2025-01-13T08:54:32.670Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2092 | 2025-01-13T08:54:32.931Z | Checking colored v2.2.0 |
2093 | 2025-01-13T08:54:33.035Z | Checking smf v0.2.3 |
2094 | 2025-01-13T08:54:33.261Z | Checking num_enum v0.5.11 |
2095 | 2025-01-13T08:54:33.330Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2096 | 2025-01-13T08:54:33.368Z | Checking itertools v0.13.0 |
2097 | 2025-01-13T08:54:33.420Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2098 | 2025-01-13T08:54:33.475Z | Checking base64 v0.21.7 |
2099 | 2025-01-13T08:54:33.520Z | Compiling crucible-workspace-hack v0.1.0 |
2100 | 2025-01-13T08:54:33.718Z | Compiling zerocopy v0.8.14 |
2101 | 2025-01-13T08:54:33.939Z | Checking atomicwrites v0.4.4 |
2102 | 2025-01-13T08:54:34.061Z | Compiling zerocopy-derive v0.8.14 |
2103 | 2025-01-13T08:54:34.148Z | Compiling heapless v0.8.0 |
2104 | 2025-01-13T08:54:34.707Z | Checking termtree v0.5.1 |
2105 | 2025-01-13T08:54:34.926Z | Checking predicates-tree v1.0.12 |
2106 | 2025-01-13T08:54:35.041Z | Checking hash32 v0.3.1 |
2107 | 2025-01-13T08:54:35.088Z | Compiling smoltcp v0.11.0 |
2108 | 2025-01-13T08:54:35.113Z | Checking cobs v0.2.3 |
2109 | 2025-01-13T08:54:35.313Z | Checking postcard v1.1.1 |
2110 | 2025-01-13T08:54:35.533Z | Checking sigpipe v0.1.3 |
2111 | 2025-01-13T08:54:35.654Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2112 | 2025-01-13T08:54:35.830Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2113 | 2025-01-13T08:54:35.932Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2114 | 2025-01-13T08:54:35.996Z | Compiling mockall_derive v0.13.1 |
2115 | 2025-01-13T08:54:36.033Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2116 | 2025-01-13T08:54:36.081Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2117 | 2025-01-13T08:54:36.341Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2118 | 2025-01-13T08:54:36.568Z | Compiling zone_cfg_derive v0.3.0 |
2119 | 2025-01-13T08:54:36.796Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2120 | 2025-01-13T08:54:37.172Z | Compiling num-derive v0.4.2 |
2121 | 2025-01-13T08:54:37.198Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2122 | 2025-01-13T08:54:38.119Z | Checking fragile v2.0.0 |
2123 | 2025-01-13T08:54:38.333Z | Checking downcast v0.11.0 |
2124 | 2025-01-13T08:54:38.413Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2125 | 2025-01-13T08:54:38.545Z | Checking zone v0.3.0 |
2126 | 2025-01-13T08:54:38.758Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2127 | 2025-01-13T08:54:39.034Z | Compiling convert_case v0.4.0 |
2128 | 2025-01-13T08:54:39.282Z | Checking tungstenite v0.21.0 |
2129 | 2025-01-13T08:54:39.327Z | Checking newline-converter v0.3.0 |
2130 | 2025-01-13T08:54:39.495Z | Checking unicode-width v0.1.14 |
2131 | 2025-01-13T08:54:39.629Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2132 | 2025-01-13T08:54:39.983Z | Checking expectorate v1.1.0 |
2133 | 2025-01-13T08:54:40.020Z | Compiling derive_more v0.99.18 |
2134 | 2025-01-13T08:54:40.116Z | Checking same-file v1.0.6 |
2135 | 2025-01-13T08:54:40.150Z | Checking arc-swap v1.7.1 |
2136 | 2025-01-13T08:54:40.220Z | Checking tokio-tungstenite v0.21.0 |
2137 | 2025-01-13T08:54:40.305Z | Checking walkdir v2.5.0 |
2138 | 2025-01-13T08:54:40.592Z | Checking slog-scope v4.4.0 |
2139 | 2025-01-13T08:54:40.595Z | Checking xattr v1.4.0 |
2140 | 2025-01-13T08:54:40.641Z | Checking filetime v0.2.25 |
2141 | 2025-01-13T08:54:40.718Z | Checking num-rational v0.4.2 |
2142 | 2025-01-13T08:54:40.804Z | Checking num-complex v0.4.6 |
2143 | 2025-01-13T08:54:40.807Z | Checking slog-stdlog v4.1.1 |
2144 | 2025-01-13T08:54:40.858Z | Checking tar v0.4.43 |
2145 | 2025-01-13T08:54:41.004Z | Checking slog-envlogger v2.2.0 |
2146 | 2025-01-13T08:54:41.245Z | Checking float-ord v0.3.2 |
2147 | 2025-01-13T08:54:41.404Z | Checking indent_write v2.2.0 |
2148 | 2025-01-13T08:54:41.408Z | Compiling cancel-safe-futures v0.1.5 |
2149 | 2025-01-13T08:54:41.623Z | Compiling owo-colors v4.1.0 |
2150 | 2025-01-13T08:54:41.725Z | Checking swrite v0.1.0 |
2151 | 2025-01-13T08:54:41.747Z | Checking num v0.4.3 |
2152 | 2025-01-13T08:54:41.803Z | Checking libsw-core v0.3.1 |
2153 | 2025-01-13T08:54:41.879Z | Checking password-hash v0.5.0 |
2154 | 2025-01-13T08:54:42.059Z | Checking libsw v3.4.0 |
2155 | 2025-01-13T08:54:42.308Z | Checking blake2 v0.10.6 |
2156 | 2025-01-13T08:54:42.331Z | Checking linear-map v1.2.0 |
2157 | 2025-01-13T08:54:42.353Z | Checking pem v3.0.4 |
2158 | 2025-01-13T08:54:42.629Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2159 | 2025-01-13T08:54:42.650Z | Compiling typify-macro v0.2.0 |
2160 | 2025-01-13T08:54:42.770Z | Checking argon2 v0.5.3 |
2161 | 2025-01-13T08:54:42.975Z | Compiling lzma-sys v0.1.20 |
2162 | 2025-01-13T08:54:43.210Z | Checking headers-core v0.3.0 |
2163 | 2025-01-13T08:54:43.369Z | Compiling heck v0.3.3 |
2164 | 2025-01-13T08:54:43.507Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2165 | 2025-01-13T08:54:43.805Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2166 | 2025-01-13T08:54:43.856Z | Checking highway v1.3.0 |
2167 | 2025-01-13T08:54:43.879Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2168 | 2025-01-13T08:54:44.065Z | Compiling zone_cfg_derive v0.1.2 |
2169 | 2025-01-13T08:54:44.119Z | Checking headers v0.4.0 |
2170 | 2025-01-13T08:54:44.274Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2171 | 2025-01-13T08:54:44.513Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2172 | 2025-01-13T08:54:44.571Z | Checking yasna v0.5.2 |
2173 | 2025-01-13T08:54:44.596Z | Checking mockall v0.13.1 |
2174 | 2025-01-13T08:54:44.852Z | Checking base64 v0.13.1 |
2175 | 2025-01-13T08:54:45.245Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2176 | 2025-01-13T08:54:45.283Z | Checking ron v0.7.1 |
2177 | 2025-01-13T08:54:45.345Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2178 | 2025-01-13T08:54:45.487Z | Checking rcgen v0.12.1 |
2179 | 2025-01-13T08:54:45.599Z | Checking zone v0.1.8 |
2180 | 2025-01-13T08:54:46.207Z | Checking xz2 v0.1.7 |
2181 | 2025-01-13T08:54:46.266Z | Checking subprocess v0.2.9 |
2182 | 2025-01-13T08:54:46.481Z | Checking humantime v2.1.0 |
2183 | 2025-01-13T08:54:46.511Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2184 | 2025-01-13T08:54:46.798Z | Compiling semver v0.1.20 |
2185 | 2025-01-13T08:54:46.823Z | Checking half v2.4.1 |
2186 | 2025-01-13T08:54:47.028Z | Compiling typify v0.2.0 |
2187 | 2025-01-13T08:54:47.196Z | Compiling progenitor-impl v0.8.0 |
2188 | 2025-01-13T08:54:47.419Z | Compiling rustc_version v0.1.7 |
2189 | 2025-01-13T08:54:47.440Z | Checking ciborium-io v0.2.2 |
2190 | 2025-01-13T08:54:47.569Z | Checking ciborium-ll v0.2.2 |
2191 | 2025-01-13T08:54:47.717Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2192 | 2025-01-13T08:54:47.745Z | Checking prettyplease v0.2.29 |
2193 | 2025-01-13T08:54:47.901Z | Checking ciborium v0.2.2 |
2194 | 2025-01-13T08:54:47.904Z | Compiling newtype_derive v0.1.6 |
2195 | 2025-01-13T08:54:48.458Z | Checking steno v0.4.1 |
2196 | 2025-01-13T08:54:49.195Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2197 | 2025-01-13T08:54:51.065Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2198 | 2025-01-13T08:54:51.255Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2199 | 2025-01-13T08:54:51.481Z | Compiling slog-dtrace v0.3.0 |
2200 | 2025-01-13T08:54:51.728Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2201 | 2025-01-13T08:54:52.152Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2202 | 2025-01-13T08:54:52.176Z | Checking display-error-chain v0.2.2 |
2203 | 2025-01-13T08:54:52.267Z | Checking gethostname v0.5.0 |
2204 | 2025-01-13T08:54:52.357Z | Checking nibble_vec v0.1.0 |
2205 | 2025-01-13T08:54:52.401Z | Compiling blake3 v1.5.5 |
2206 | 2025-01-13T08:54:52.499Z | Checking keccak v0.1.5 |
2207 | 2025-01-13T08:54:52.553Z | Checking endian-type v0.1.2 |
2208 | 2025-01-13T08:54:52.736Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2209 | 2025-01-13T08:54:52.783Z | Checking radix_trie v0.2.1 |
2210 | 2025-01-13T08:54:52.829Z | Checking sha3 v0.10.8 |
2211 | 2025-01-13T08:54:53.216Z | Checking universal-hash v0.5.1 |
2212 | 2025-01-13T08:54:53.287Z | Checking secrecy v0.8.0 |
2213 | 2025-01-13T08:54:53.398Z | Checking opaque-debug v0.3.1 |
2214 | 2025-01-13T08:54:53.501Z | Checking aead v0.5.2 |
2215 | 2025-01-13T08:54:53.519Z | Checking poly1305 v0.8.0 |
2216 | 2025-01-13T08:54:53.680Z | Checking chacha20 v0.9.1 |
2217 | 2025-01-13T08:54:54.021Z | Compiling memmap2 v0.9.5 |
2218 | 2025-01-13T08:54:54.048Z | Compiling constant_time_eq v0.3.1 |
2219 | 2025-01-13T08:54:54.241Z | Compiling arrayvec v0.7.6 |
2220 | 2025-01-13T08:54:54.501Z | Compiling arrayref v0.3.9 |
2221 | 2025-01-13T08:54:54.617Z | Compiling toolchain_find v0.4.0 |
2222 | 2025-01-13T08:54:54.799Z | Compiling thiserror-impl-no-std v2.0.2 |
2223 | 2025-01-13T08:54:55.144Z | Compiling topological-sort v0.2.2 |
2224 | 2025-01-13T08:54:55.318Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2225 | 2025-01-13T08:54:55.376Z | Compiling omicron-zone-package v0.12.0 |
2226 | 2025-01-13T08:54:55.465Z | Compiling rustfmt-wrapper v0.2.1 |
2227 | 2025-01-13T08:54:55.491Z | Compiling progenitor-macro v0.8.0 |
2228 | 2025-01-13T08:54:55.578Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2229 | 2025-01-13T08:54:55.834Z | Checking chacha20poly1305 v0.10.1 |
2230 | 2025-01-13T08:54:55.912Z | Compiling async-recursion v1.1.1 |
2231 | 2025-01-13T08:54:55.935Z | Checking fxhash v0.2.1 |
2232 | 2025-01-13T08:54:56.034Z | Compiling zip v2.1.3 |
2233 | 2025-01-13T08:54:56.057Z | Checking bumpalo v3.16.0 |
2234 | 2025-01-13T08:54:56.105Z | Checking simd-adler32 v0.3.7 |
2235 | 2025-01-13T08:54:56.346Z | Checking lockfree-object-pool v0.1.6 |
2236 | 2025-01-13T08:54:56.443Z | Checking termcolor v1.4.1 |
2237 | 2025-01-13T08:54:56.466Z | Checking maplit v1.0.2 |
2238 | 2025-01-13T08:54:56.587Z | Compiling radium v0.7.0 |
2239 | 2025-01-13T08:54:56.611Z | Checking zopfli v0.8.1 |
2240 | 2025-01-13T08:54:56.903Z | Compiling maybe-uninit v2.0.0 |
2241 | 2025-01-13T08:54:57.079Z | Checking tap v1.0.1 |
2242 | 2025-01-13T08:54:57.259Z | Checking wyz v0.5.1 |
2243 | 2025-01-13T08:54:57.569Z | Checking funty v2.0.0 |
2244 | 2025-01-13T08:54:57.639Z | Compiling packed_struct v0.10.1 |
2245 | 2025-01-13T08:54:57.926Z | Checking home v0.5.11 |
2246 | 2025-01-13T08:54:58.095Z | Checking thiserror-no-std v2.0.2 |
2247 | 2025-01-13T08:54:58.118Z | Checking crc-catalog v2.4.0 |
2248 | 2025-01-13T08:54:58.212Z | Checking vsss-rs v3.3.4 |
2249 | 2025-01-13T08:54:58.259Z | Checking crc v3.2.1 |
2250 | 2025-01-13T08:54:58.281Z | Compiling const_format_proc_macros v0.2.34 |
2251 | 2025-01-13T08:54:58.413Z | Checking kstat-rs v0.2.4 |
2252 | 2025-01-13T08:54:58.620Z | Checking bitvec v1.0.1 |
2253 | 2025-01-13T08:54:58.710Z | Compiling packed_struct_codegen v0.10.1 |
2254 | 2025-01-13T08:54:58.783Z | Compiling vte_generate_state_changes v0.1.2 |
2255 | 2025-01-13T08:54:59.444Z | Compiling indexmap v1.9.3 |
2256 | 2025-01-13T08:54:59.694Z | Compiling libefi-sys v0.1.0 |
2257 | 2025-01-13T08:54:59.737Z | Checking nodrop v0.1.14 |
2258 | 2025-01-13T08:54:59.867Z | Checking array-init v0.0.4 |
2259 | 2025-01-13T08:55:00.045Z | Checking vte v0.11.1 |
2260 | 2025-01-13T08:55:00.420Z | Checking const_format v0.2.34 |
2261 | 2025-01-13T08:55:00.889Z | Checking smallvec v0.6.14 |
2262 | 2025-01-13T08:55:00.929Z | Checking fd-lock v4.0.2 |
2263 | 2025-01-13T08:55:01.143Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
2264 | 2025-01-13T08:55:01.296Z | Compiling bitfield-struct v0.6.2 |
2265 | 2025-01-13T08:55:01.388Z | Checking hashbrown v0.12.3 |
2266 | 2025-01-13T08:55:01.484Z | Checking bitfield v0.14.0 |
2267 | 2025-01-13T08:55:01.584Z | Checking strip-ansi-escapes v0.2.0 |
2268 | 2025-01-13T08:55:01.671Z | Checking serde-hex v0.1.0 |
2269 | 2025-01-13T08:55:01.782Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2270 | 2025-01-13T08:55:02.038Z | Checking env_logger v0.10.2 |
2271 | 2025-01-13T08:55:02.185Z | Checking ron v0.8.1 |
2272 | 2025-01-13T08:55:02.469Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2273 | 2025-01-13T08:55:02.506Z | Checking hashbrown v0.13.2 |
2274 | 2025-01-13T08:55:02.690Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2275 | 2025-01-13T08:55:02.766Z | Checking crc-any v2.5.0 |
2276 | 2025-01-13T08:55:03.189Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2277 | 2025-01-13T08:55:03.212Z | Checking nu-ansi-term v0.50.1 |
2278 | 2025-01-13T08:55:03.351Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2279 | 2025-01-13T08:55:03.492Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2280 | 2025-01-13T08:55:03.586Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2281 | 2025-01-13T08:55:03.615Z | Checking reedline v0.35.0 |
2282 | 2025-01-13T08:55:03.690Z | Checking object v0.30.4 |
2283 | 2025-01-13T08:55:03.786Z | Checking path-slash v0.1.5 |
2284 | 2025-01-13T08:55:03.818Z | Compiling parking_lot_core v0.8.6 |
2285 | 2025-01-13T08:55:03.843Z | Compiling phf_generator v0.11.3 |
2286 | 2025-01-13T08:55:03.941Z | Checking glob v0.3.2 |
2287 | 2025-01-13T08:55:04.272Z | Checking bytecount v0.6.8 |
2288 | 2025-01-13T08:55:04.394Z | Compiling phf_codegen v0.11.3 |
2289 | 2025-01-13T08:55:04.428Z | Checking papergrid v0.11.0 |
2290 | 2025-01-13T08:55:04.627Z | Compiling tabled_derive v0.7.0 |
2291 | 2025-01-13T08:55:04.664Z | Checking parking_lot v0.11.2 |
2292 | 2025-01-13T08:55:05.028Z | Compiling parse-zoneinfo v0.3.1 |
2293 | 2025-01-13T08:55:05.469Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2294 | 2025-01-13T08:55:05.685Z | Compiling cfg_aliases v0.1.1 |
2295 | 2025-01-13T08:55:05.733Z | Compiling nix v0.28.0 |
2296 | 2025-01-13T08:55:05.942Z | Compiling chrono-tz-build v0.4.0 |
2297 | 2025-01-13T08:55:06.403Z | Checking sled v0.34.7 |
2298 | 2025-01-13T08:55:06.572Z | Checking hickory-client v0.24.2 |
2299 | 2025-01-13T08:55:07.148Z | Checking hickory-server v0.24.2 |
2300 | 2025-01-13T08:55:07.245Z | Checking tabled v0.15.0 |
2301 | 2025-01-13T08:55:07.279Z | Compiling chrono-tz v0.10.0 |
2302 | 2025-01-13T08:55:07.336Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2303 | 2025-01-13T08:55:07.975Z | Compiling buf-list v1.0.3 |
2304 | 2025-01-13T08:55:09.161Z | Compiling peg-macros v0.8.4 |
2305 | 2025-01-13T08:55:09.695Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2306 | 2025-01-13T08:55:09.807Z | Compiling sqlparser_derive v0.2.2 |
2307 | 2025-01-13T08:55:09.907Z | Checking unicode_categories v0.1.1 |
2308 | 2025-01-13T08:55:10.219Z | Checking sqlformat v0.2.6 |
2309 | 2025-01-13T08:55:10.749Z | Checking progenitor v0.8.0 |
2310 | 2025-01-13T08:55:10.956Z | Checking sqlparser v0.45.0 |
2311 | 2025-01-13T08:55:11.011Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2312 | 2025-01-13T08:55:11.130Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2313 | 2025-01-13T08:55:11.237Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2314 | 2025-01-13T08:55:14.620Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2315 | 2025-01-13T08:55:15.748Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2316 | 2025-01-13T08:55:15.750Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2317 | 2025-01-13T08:55:16.935Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2318 | 2025-01-13T08:55:17.893Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2319 | 2025-01-13T08:55:18.310Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2320 | 2025-01-13T08:55:19.469Z | Checking peg v0.8.4 |
2321 | 2025-01-13T08:55:19.581Z | Checking rustyline v14.0.0 |
2322 | 2025-01-13T08:55:20.109Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2323 | 2025-01-13T08:55:20.588Z | Checking bcs v0.1.6 |
2324 | 2025-01-13T08:55:20.768Z | Checking primeorder v0.13.6 |
2325 | 2025-01-13T08:55:21.029Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2326 | 2025-01-13T08:55:21.237Z | Checking nanorand v0.7.0 |
2327 | 2025-01-13T08:55:21.303Z | Checking atty v0.2.14 |
2328 | 2025-01-13T08:55:21.326Z | Compiling salty v0.3.0 |
2329 | 2025-01-13T08:55:21.446Z | Checking p384 v0.13.0 |
2330 | 2025-01-13T08:55:21.604Z | Checking flume v0.11.1 |
2331 | 2025-01-13T08:55:21.638Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2332 | 2025-01-13T08:55:21.703Z | Compiling unicase v2.8.1 |
2333 | 2025-01-13T08:55:22.102Z | Checking env_filter v0.1.3 |
2334 | 2025-01-13T08:55:22.126Z | Compiling mime_guess v2.0.5 |
2335 | 2025-01-13T08:55:22.363Z | Checking http-range v0.1.5 |
2336 | 2025-01-13T08:55:22.387Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2337 | 2025-01-13T08:55:22.549Z | Checking env_logger v0.11.6 |
2338 | 2025-01-13T08:55:22.573Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2339 | 2025-01-13T08:55:22.890Z | Compiling dsl_auto_type v0.1.2 |
2340 | 2025-01-13T08:55:22.921Z | Checking scheduled-thread-pool v0.2.7 |
2341 | 2025-01-13T08:55:23.017Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2342 | 2025-01-13T08:55:23.098Z | Compiling diesel_table_macro_syntax v0.2.0 |
2343 | 2025-01-13T08:55:23.166Z | Compiling crunchy v0.2.2 |
2344 | 2025-01-13T08:55:23.554Z | Checking r2d2 v0.8.10 |
2345 | 2025-01-13T08:55:23.758Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2346 | 2025-01-13T08:55:23.899Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2347 | 2025-01-13T08:55:24.006Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2348 | 2025-01-13T08:55:24.197Z | Checking hyper-staticfile v0.10.1 |
2349 | 2025-01-13T08:55:24.287Z | Compiling tiny-keccak v2.0.2 |
2350 | 2025-01-13T08:55:24.624Z | Compiling diesel_derives v2.2.3 |
2351 | 2025-01-13T08:55:24.671Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2352 | 2025-01-13T08:55:24.736Z | Compiling pin-project-internal v1.1.8 |
2353 | 2025-01-13T08:55:24.760Z | Compiling bit-vec v0.6.3 |
2354 | 2025-01-13T08:55:24.932Z | Compiling ref-cast v1.0.23 |
2355 | 2025-01-13T08:55:25.241Z | Compiling bit-set v0.5.3 |
2356 | 2025-01-13T08:55:25.564Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2357 | 2025-01-13T08:55:25.872Z | Compiling ascii-canvas v3.0.0 |
2358 | 2025-01-13T08:55:26.255Z | Compiling ena v0.14.3 |
2359 | 2025-01-13T08:55:26.422Z | Compiling ref-cast-impl v1.0.23 |
2360 | 2025-01-13T08:55:26.676Z | Compiling diff v0.1.13 |
2361 | 2025-01-13T08:55:27.355Z | Compiling regex-syntax v0.6.29 |
2362 | 2025-01-13T08:55:27.819Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2363 | 2025-01-13T08:55:27.842Z | Checking pin-project v1.1.8 |
2364 | 2025-01-13T08:55:27.979Z | Checking signal-hook-tokio v0.3.1 |
2365 | 2025-01-13T08:55:28.011Z | Compiling snafu-derive v0.8.5 |
2366 | 2025-01-13T08:55:28.196Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2367 | 2025-01-13T08:55:28.504Z | Compiling derive_builder_core v0.20.2 |
2368 | 2025-01-13T08:55:31.010Z | Compiling lalrpop v0.19.12 |
2369 | 2025-01-13T08:55:32.002Z | Checking globset v0.4.15 |
2370 | 2025-01-13T08:55:32.497Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2371 | 2025-01-13T08:55:33.390Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2372 | 2025-01-13T08:55:33.543Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2373 | 2025-01-13T08:55:36.476Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2374 | 2025-01-13T08:55:37.109Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2375 | 2025-01-13T08:55:37.853Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2376 | 2025-01-13T08:55:38.585Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2377 | 2025-01-13T08:55:38.810Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2378 | 2025-01-13T08:55:39.348Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2379 | 2025-01-13T08:55:39.884Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2380 | 2025-01-13T08:55:40.401Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2381 | 2025-01-13T08:55:40.726Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2382 | 2025-01-13T08:55:40.864Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2383 | 2025-01-13T08:55:41.218Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2384 | 2025-01-13T08:55:41.473Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2385 | 2025-01-13T08:55:41.886Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2386 | 2025-01-13T08:55:42.509Z | Checking diesel v2.2.6 |
2387 | 2025-01-13T08:55:42.511Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2388 | 2025-01-13T08:55:44.948Z | Checking snafu v0.8.5 |
2389 | 2025-01-13T08:55:45.480Z | Checking olpc-cjson v0.1.4 |
2390 | 2025-01-13T08:55:45.741Z | Checking serde_plain v1.0.2 |
2391 | 2025-01-13T08:55:45.990Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2392 | 2025-01-13T08:55:46.015Z | Compiling libxml v0.3.3 |
2393 | 2025-01-13T08:55:46.178Z | Compiling memoffset v0.9.1 |
2394 | 2025-01-13T08:55:46.370Z | Checking typed-path v0.9.3 |
2395 | 2025-01-13T08:55:46.689Z | Compiling derive_builder_macro v0.20.2 |
2396 | 2025-01-13T08:55:46.792Z | Checking tungstenite v0.23.0 |
2397 | 2025-01-13T08:55:47.405Z | Compiling strum_macros v0.24.3 |
2398 | 2025-01-13T08:55:47.613Z | Compiling samael v0.0.17 |
2399 | 2025-01-13T08:55:47.736Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2400 | 2025-01-13T08:55:47.758Z | Compiling indoc v1.0.9 |
2401 | 2025-01-13T08:55:48.354Z | Checking tough v0.19.0 |
2402 | 2025-01-13T08:55:48.539Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2403 | 2025-01-13T08:55:48.755Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2404 | 2025-01-13T08:55:49.461Z | Checking parse-size v1.1.0 |
2405 | 2025-01-13T08:55:49.492Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2406 | 2025-01-13T08:55:50.453Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2407 | 2025-01-13T08:55:51.213Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2408 | 2025-01-13T08:55:51.932Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2409 | 2025-01-13T08:55:52.390Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2410 | 2025-01-13T08:55:52.768Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2411 | 2025-01-13T08:55:53.168Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2412 | 2025-01-13T08:55:53.235Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2413 | 2025-01-13T08:55:53.267Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2414 | 2025-01-13T08:55:55.259Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2415 | 2025-01-13T08:55:58.157Z | Checking tokio-tungstenite v0.23.1 |
2416 | 2025-01-13T08:55:58.295Z | Checking derive_builder v0.20.2 |
2417 | 2025-01-13T08:55:58.774Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2418 | 2025-01-13T08:55:59.064Z | Checking quick-xml v0.33.0 |
2419 | 2025-01-13T08:55:59.088Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2420 | 2025-01-13T08:56:00.390Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2421 | 2025-01-13T08:56:01.084Z | Compiling oso-derive v0.27.3 |
2422 | 2025-01-13T08:56:01.225Z | Compiling impl-trait-for-tuples v0.2.3 |
2423 | 2025-01-13T08:56:01.228Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2424 | 2025-01-13T08:56:02.150Z | Checking nix v0.27.1 |
2425 | 2025-01-13T08:56:03.264Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2426 | 2025-01-13T08:56:03.549Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2427 | 2025-01-13T08:56:05.432Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2428 | 2025-01-13T08:56:05.593Z | Compiling diesel-dtrace v0.4.2 |
2429 | 2025-01-13T08:56:05.893Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2430 | 2025-01-13T08:56:05.992Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2431 | 2025-01-13T08:56:06.168Z | Checking bb8 v0.8.6 |
2432 | 2025-01-13T08:56:06.314Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2433 | 2025-01-13T08:56:06.688Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2434 | 2025-01-13T08:56:07.781Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2435 | 2025-01-13T08:56:07.894Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#750714d4) |
2436 | 2025-01-13T08:56:08.324Z | Checking rand_seeder v0.3.0 |
2437 | 2025-01-13T08:56:08.378Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2438 | 2025-01-13T08:56:08.528Z | Checking assert_matches v1.5.0 |
2439 | 2025-01-13T08:56:08.577Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2440 | 2025-01-13T08:56:08.640Z | Compiling indoc v2.0.5 |
2441 | 2025-01-13T08:56:08.830Z | Compiling libz-sys v1.1.21 |
2442 | 2025-01-13T08:56:08.919Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2443 | 2025-01-13T08:56:09.448Z | Checking castaway v0.2.3 |
2444 | 2025-01-13T08:56:09.617Z | Checking is_ci v1.2.0 |
2445 | 2025-01-13T08:56:09.669Z | Compiling instability v0.3.7 |
2446 | 2025-01-13T08:56:09.687Z | Checking compact_str v0.8.1 |
2447 | 2025-01-13T08:56:09.763Z | Checking supports-color v3.0.2 |
2448 | 2025-01-13T08:56:09.965Z | Checking unicode-truncate v1.1.0 |
2449 | 2025-01-13T08:56:10.202Z | Checking lru v0.12.5 |
2450 | 2025-01-13T08:56:10.547Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2451 | 2025-01-13T08:56:10.579Z | Checking cassowary v0.3.0 |
2452 | 2025-01-13T08:56:11.043Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2453 | 2025-01-13T08:56:11.144Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2454 | 2025-01-13T08:56:11.206Z | Checking cargo-platform v0.1.9 |
2455 | 2025-01-13T08:56:11.328Z | Checking ratatui v0.28.1 |
2456 | 2025-01-13T08:56:11.512Z | Compiling vergen v8.3.2 |
2457 | 2025-01-13T08:56:12.388Z | Checking unicode-linebreak v0.1.5 |
2458 | 2025-01-13T08:56:12.534Z | Checking smawk v0.3.2 |
2459 | 2025-01-13T08:56:12.698Z | Compiling cargo_metadata v0.18.1 |
2460 | 2025-01-13T08:56:12.781Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2461 | 2025-01-13T08:56:12.803Z | Checking textwrap v0.16.1 |
2462 | 2025-01-13T08:56:13.119Z | Compiling libsqlite3-sys v0.30.1 |
2463 | 2025-01-13T08:56:13.207Z | Compiling cfg_aliases v0.2.1 |
2464 | 2025-01-13T08:56:13.335Z | Checking shell-words v1.1.0 |
2465 | 2025-01-13T08:56:13.496Z | Compiling rustls v0.21.12 |
2466 | 2025-01-13T08:56:13.687Z | Compiling nix v0.29.0 |
2467 | 2025-01-13T08:56:13.826Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2468 | 2025-01-13T08:56:14.101Z | Checking rustls-webpki v0.101.7 |
2469 | 2025-01-13T08:56:14.354Z | Checking sct v0.7.1 |
2470 | 2025-01-13T08:56:14.664Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2471 | 2025-01-13T08:56:14.964Z | Checking hashlink v0.9.1 |
2472 | 2025-01-13T08:56:15.054Z | Checking concurrent-queue v2.5.0 |
2473 | 2025-01-13T08:56:15.396Z | Checking fallible-iterator v0.3.0 |
2474 | 2025-01-13T08:56:15.587Z | Checking fallible-streaming-iterator v0.1.9 |
2475 | 2025-01-13T08:56:15.777Z | Checking plotters-backend v0.3.7 |
2476 | 2025-01-13T08:56:16.040Z | Checking parking v2.2.1 |
2477 | 2025-01-13T08:56:16.152Z | Checking plotters-svg v0.3.7 |
2478 | 2025-01-13T08:56:16.223Z | Checking rusqlite v0.32.1 |
2479 | 2025-01-13T08:56:16.359Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2480 | 2025-01-13T08:56:16.811Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2481 | 2025-01-13T08:56:17.298Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2482 | 2025-01-13T08:56:17.586Z | Checking rustls-pemfile v1.0.4 |
2483 | 2025-01-13T08:56:17.766Z | Checking twox-hash v1.6.3 |
2484 | 2025-01-13T08:56:17.794Z | Checking cast v0.3.0 |
2485 | 2025-01-13T08:56:18.026Z | Checking tokio-rustls v0.24.1 |
2486 | 2025-01-13T08:56:18.125Z | Checking plotters v0.3.7 |
2487 | 2025-01-13T08:56:18.148Z | Checking criterion-plot v0.5.0 |
2488 | 2025-01-13T08:56:18.239Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2489 | 2025-01-13T08:56:18.381Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2490 | 2025-01-13T08:56:18.608Z | Checking async-bb8-diesel v0.2.1 |
2491 | 2025-01-13T08:56:18.788Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2492 | 2025-01-13T08:56:19.355Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2493 | 2025-01-13T08:56:19.927Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2494 | 2025-01-13T08:56:20.099Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2495 | 2025-01-13T08:56:20.472Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2496 | 2025-01-13T08:56:20.756Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2497 | 2025-01-13T08:56:21.274Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2498 | 2025-01-13T08:56:22.623Z | Checking fatfs v0.3.6 |
2499 | 2025-01-13T08:56:23.124Z | Checking tinytemplate v1.2.1 |
2500 | 2025-01-13T08:56:23.511Z | Checking csv-core v0.1.11 |
2501 | 2025-01-13T08:56:23.671Z | Checking oorandom v11.1.4 |
2502 | 2025-01-13T08:56:23.843Z | Checking anes v0.1.6 |
2503 | 2025-01-13T08:56:23.845Z | Checking hex-literal v0.4.1 |
2504 | 2025-01-13T08:56:23.952Z | Checking csv v1.3.1 |
2505 | 2025-01-13T08:56:24.021Z | Checking event-listener v5.4.0 |
2506 | 2025-01-13T08:56:24.194Z | Checking criterion v0.5.1 |
2507 | 2025-01-13T08:56:24.497Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2508 | 2025-01-13T08:56:24.838Z | Checking rtoolbox v0.0.2 |
2509 | 2025-01-13T08:56:25.065Z | Checking rpassword v7.3.1 |
2510 | 2025-01-13T08:56:25.228Z | Checking event-listener-strategy v0.5.3 |
2511 | 2025-01-13T08:56:25.462Z | Checking tui-tree-widget v0.22.0 |
2512 | 2025-01-13T08:56:25.817Z | Checking polyval v0.6.2 |
2513 | 2025-01-13T08:56:26.098Z | Checking ghash v0.5.1 |
2514 | 2025-01-13T08:56:26.267Z | Checking futures-lite v2.6.0 |
2515 | 2025-01-13T08:56:27.743Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2516 | 2025-01-13T08:56:28.384Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2517 | 2025-01-13T08:56:28.588Z | Checking ctr v0.9.2 |
2518 | 2025-01-13T08:56:29.125Z | Checking yansi v1.0.1 |
2519 | 2025-01-13T08:56:29.148Z | Checking aes-gcm v0.10.3 |
2520 | 2025-01-13T08:56:29.381Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2521 | 2025-01-13T08:56:29.405Z | Checking ssh-encoding v0.2.0 |
2522 | 2025-01-13T08:56:29.713Z | Checking pretty_assertions v1.4.1 |
2523 | 2025-01-13T08:56:29.735Z | Checking blowfish v0.9.1 |
2524 | 2025-01-13T08:56:29.933Z | Checking ssh-cipher v0.2.0 |
2525 | 2025-01-13T08:56:29.981Z | Checking bcrypt-pbkdf v0.10.0 |
2526 | 2025-01-13T08:56:30.235Z | Checking async-lock v3.4.0 |
2527 | 2025-01-13T08:56:30.258Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2528 | 2025-01-13T08:56:31.130Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2529 | 2025-01-13T08:56:31.250Z | Checking polling v3.7.4 |
2530 | 2025-01-13T08:56:31.652Z | Checking password-hash v0.4.2 |
2531 | 2025-01-13T08:56:32.053Z | Checking matches v0.1.10 |
2532 | 2025-01-13T08:56:32.167Z | Checking idna v0.2.3 |
2533 | 2025-01-13T08:56:32.425Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2534 | 2025-01-13T08:56:32.563Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2535 | 2025-01-13T08:56:33.040Z | Checking pbkdf2 v0.11.0 |
2536 | 2025-01-13T08:56:33.360Z | Checking async-io v2.4.0 |
2537 | 2025-01-13T08:56:33.847Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2538 | 2025-01-13T08:56:34.245Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2539 | 2025-01-13T08:56:35.754Z | Checking ssh-key v0.6.7 |
2540 | 2025-01-13T08:56:36.920Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2541 | 2025-01-13T08:56:37.403Z | Checking p256 v0.13.2 |
2542 | 2025-01-13T08:56:37.694Z | Checking p521 v0.13.3 |
2543 | 2025-01-13T08:56:37.912Z | Checking russh-cryptovec v0.7.3 |
2544 | 2025-01-13T08:56:38.150Z | Compiling enum-as-inner v0.5.1 |
2545 | 2025-01-13T08:56:39.054Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2546 | 2025-01-13T08:56:39.081Z | Checking md5 v0.7.0 |
2547 | 2025-01-13T08:56:39.184Z | Checking async-task v4.7.1 |
2548 | 2025-01-13T08:56:39.358Z | Compiling doc-comment v0.3.3 |
2549 | 2025-01-13T08:56:39.541Z | Compiling target-lexicon v0.12.16 |
2550 | 2025-01-13T08:56:40.127Z | Checking russh-keys v0.45.0 |
2551 | 2025-01-13T08:56:40.149Z | Checking trust-dns-proto v0.22.0 |
2552 | 2025-01-13T08:56:40.660Z | Checking async-channel v2.3.1 |
2553 | 2025-01-13T08:56:40.968Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2554 | 2025-01-13T08:56:41.467Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2555 | 2025-01-13T08:56:42.340Z | Checking piper v0.2.4 |
2556 | 2025-01-13T08:56:42.555Z | Checking num-bigint v0.4.6 |
2557 | 2025-01-13T08:56:42.768Z | Checking des v0.8.1 |
2558 | 2025-01-13T08:56:43.064Z | Compiling dhcproto-macros v0.1.0 |
2559 | 2025-01-13T08:56:43.935Z | Checking futures-timer v3.0.3 |
2560 | 2025-01-13T08:56:43.990Z | Compiling guppy-workspace-hack v0.1.0 |
2561 | 2025-01-13T08:56:44.234Z | Compiling assert_cmd v2.0.16 |
2562 | 2025-01-13T08:56:44.298Z | Checking dhcproto v0.12.0 |
2563 | 2025-01-13T08:56:44.724Z | Checking blocking v1.6.1 |
2564 | 2025-01-13T08:56:45.091Z | Checking russh v0.45.0 |
2565 | 2025-01-13T08:56:45.587Z | Checking async-executor v1.13.1 |
2566 | 2025-01-13T08:56:45.863Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2567 | 2025-01-13T08:56:45.958Z | Checking async-signal v0.2.10 |
2568 | 2025-01-13T08:56:46.276Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2569 | 2025-01-13T08:56:46.660Z | Checking internet-checksum v0.2.1 |
2570 | 2025-01-13T08:56:46.829Z | Checking event-listener v2.5.3 |
2571 | 2025-01-13T08:56:46.853Z | Compiling target-spec v3.3.1 |
2572 | 2025-01-13T08:56:47.073Z | Checking async-channel v1.9.0 |
2573 | 2025-01-13T08:56:47.472Z | Checking async-process v2.3.0 |
2574 | 2025-01-13T08:56:47.890Z | Checking async-global-executor v2.4.1 |
2575 | 2025-01-13T08:56:48.195Z | Checking cfg-expr v0.17.2 |
2576 | 2025-01-13T08:56:48.516Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2577 | 2025-01-13T08:56:48.961Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2578 | 2025-01-13T08:56:49.765Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2579 | 2025-01-13T08:56:50.031Z | Checking httptest v0.16.1 |
2580 | 2025-01-13T08:56:50.290Z | Checking rustls-native-certs v0.7.3 |
2581 | 2025-01-13T08:56:50.509Z | Compiling petname v2.0.2 |
2582 | 2025-01-13T08:56:50.773Z | Checking kv-log-macro v1.0.7 |
2583 | 2025-01-13T08:56:50.922Z | Compiling async-attributes v1.1.2 |
2584 | 2025-01-13T08:56:51.825Z | Checking async-std v1.13.0 |
2585 | 2025-01-13T08:56:53.944Z | Checking hyper-rustls v0.26.0 |
2586 | 2025-01-13T08:56:54.296Z | Checking cargo_metadata v0.19.1 |
2587 | 2025-01-13T08:56:54.322Z | Checking pathdiff v0.2.3 |
2588 | 2025-01-13T08:56:54.494Z | Checking itertools v0.14.0 |
2589 | 2025-01-13T08:56:55.521Z | Compiling rstest_macros v0.23.0 |
2590 | 2025-01-13T08:56:56.057Z | Checking escape8259 v0.5.3 |
2591 | 2025-01-13T08:56:56.086Z | Compiling target-triple v0.1.3 |
2592 | 2025-01-13T08:56:56.224Z | Checking nested v0.1.1 |
2593 | 2025-01-13T08:56:56.463Z | Checking guppy v0.17.12 |
2594 | 2025-01-13T08:56:56.663Z | Checking libtest-mimic v0.8.1 |
2595 | 2025-01-13T08:56:57.096Z | Checking async-object-pool v0.1.5 |
2596 | 2025-01-13T08:56:57.141Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2597 | 2025-01-13T08:56:57.291Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2598 | 2025-01-13T08:56:57.585Z | Checking similar-asserts v1.6.0 |
2599 | 2025-01-13T08:56:57.846Z | Checking fancy-regex v0.14.0 |
2600 | 2025-01-13T08:56:58.567Z | Checking serde_regex v1.1.0 |
2601 | 2025-01-13T08:56:58.668Z | Checking assert-json-diff v2.0.2 |
2602 | 2025-01-13T08:56:58.853Z | Compiling proc-macro-crate v3.2.0 |
2603 | 2025-01-13T08:56:58.962Z | Checking path-tree v0.8.1 |
2604 | 2025-01-13T08:56:59.248Z | Checking sync-ptr v0.1.1 |
2605 | 2025-01-13T08:56:59.478Z | Compiling relative-path v1.9.3 |
2606 | 2025-01-13T08:57:00.209Z | Checking stringmetrics v2.2.2 |
2607 | 2025-01-13T08:57:00.403Z | Checking datatest-stable v0.2.10 |
2608 | 2025-01-13T08:57:00.435Z | Checking httpmock v0.8.0-alpha.1 |
2609 | 2025-01-13T08:57:00.848Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2610 | 2025-01-13T08:57:02.340Z | Checking blake2b_simd v1.0.2 |
2611 | 2025-01-13T08:57:03.270Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2612 | 2025-01-13T08:57:03.796Z | Compiling git2 v0.19.0 |
2613 | 2025-01-13T08:57:05.565Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2614 | 2025-01-13T08:57:05.633Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2615 | 2025-01-13T08:57:05.865Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2616 | 2025-01-13T08:57:05.926Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2617 | 2025-01-13T08:57:06.239Z | Checking serde_tokenstream v0.2.2 |
2618 | 2025-01-13T08:57:06.389Z | Checking uzers v0.12.1 |
2619 | 2025-01-13T08:57:06.778Z | Checking rust-argon2 v2.1.0 |
2620 | 2025-01-13T08:57:06.815Z | Checking trybuild v1.0.101 |
2621 | 2025-01-13T08:57:07.238Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2622 | 2025-01-13T08:57:08.204Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2623 | 2025-01-13T08:57:08.731Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2624 | 2025-01-13T08:57:11.219Z | Checking rstest v0.23.0 |
2625 | 2025-01-13T08:57:11.445Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2626 | 2025-01-13T08:57:11.768Z | Checking rand_distr v0.4.3 |
2627 | 2025-01-13T08:57:12.103Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2628 | 2025-01-13T08:57:12.137Z | Checking multimap v0.10.0 |
2629 | 2025-01-13T08:57:12.477Z | Checking approx v0.5.1 |
2630 | 2025-01-13T08:57:12.590Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2631 | 2025-01-13T08:57:13.363Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2632 | 2025-01-13T08:57:13.740Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2633 | 2025-01-13T08:57:13.965Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2634 | 2025-01-13T08:57:14.045Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2635 | 2025-01-13T08:57:14.811Z | Checking partial-io v0.5.4 |
2636 | 2025-01-13T08:57:14.965Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2637 | 2025-01-13T08:57:15.225Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2638 | 2025-01-13T08:57:15.264Z | Checking cargo_toml v0.20.5 |
2639 | 2025-01-13T08:57:15.335Z | Checking termios v0.3.3 |
2640 | 2025-01-13T08:57:15.591Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2641 | 2025-01-13T08:57:17.109Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2642 | 2025-01-13T08:57:17.176Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2643 | 2025-01-13T08:57:35.616Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2644 | 2025-01-13T08:57:36.519Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2645 | 2025-01-13T08:57:41.645Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2646 | 2025-01-13T08:58:00.796Z | Compiling polar-core v0.27.3 |
2647 | 2025-01-13T08:58:11.847Z | Checking oso v0.27.3 |
2648 | 2025-01-13T08:58:18.945Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2649 | 2025-01-13T08:58:20.700Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2650 | 2025-01-13T08:58:21.153Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2651 | 2025-01-13T08:59:02.837Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2652 | 2025-01-13T08:59:02.837Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2653 | 2025-01-13T08:59:02.840Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2654 | 2025-01-13T09:00:29.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 45s |
2655 | 2025-01-13T09:00:29.471Z | |
2656 | 2025-01-13T09:00:29.471Z | real 6:50.539527178 |
2657 | 2025-01-13T09:00:29.471Z | user 36:35.285151000 |
2658 | 2025-01-13T09:00:29.471Z | sys 6:48.001903732 |
2659 | 2025-01-13T09:00:29.471Z | trap 0.997437257 |
2660 | 2025-01-13T09:00:29.472Z | tflt 1.787711836 |
2661 | 2025-01-13T09:00:29.472Z | dflt 0.880922088 |
2662 | 2025-01-13T09:00:29.472Z | kflt 0.000779864 |
2663 | 2025-01-13T09:00:29.472Z | lock 52:59.556353780 |
2664 | 2025-01-13T09:00:29.472Z | slp 2:06:10.819205128 |
2665 | 2025-01-13T09:00:29.472Z | lat 1:41.435630172 |
2666 | 2025-01-13T09:00:29.472Z | stop 6:17.029789789 |
2667 | 2025-01-13T09:00:29.475Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2668 | 2025-01-13T09:00:29.475Z | + ptime -m cargo doc --workspace --no-deps |
2669 | 2025-01-13T09:00:30.699Z | warning: output filename collision. |
2670 | 2025-01-13T09:00:30.700Z | 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)`. |
2671 | 2025-01-13T09:00:30.700Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2672 | 2025-01-13T09:00:30.700Z | The targets should have unique names. |
2673 | 2025-01-13T09:00:30.700Z | This is a known bug where multiple crates with the same name use |
2674 | 2025-01-13T09:00:30.700Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2675 | 2025-01-13T09:00:31.149Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2676 | 2025-01-13T09:00:31.219Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2677 | 2025-01-13T09:00:31.239Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2678 | 2025-01-13T09:00:31.281Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2679 | 2025-01-13T09:00:31.306Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2680 | 2025-01-13T09:00:31.336Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2681 | 2025-01-13T09:00:31.336Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2682 | 2025-01-13T09:00:31.563Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2683 | 2025-01-13T09:00:31.592Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2684 | 2025-01-13T09:00:31.615Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2685 | 2025-01-13T09:00:31.723Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2686 | 2025-01-13T09:00:31.809Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2687 | 2025-01-13T09:00:31.914Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2688 | 2025-01-13T09:00:32.043Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2689 | 2025-01-13T09:00:32.373Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2690 | 2025-01-13T09:00:33.195Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2691 | 2025-01-13T09:00:33.536Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2692 | 2025-01-13T09:00:33.785Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2693 | 2025-01-13T09:00:34.107Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2694 | 2025-01-13T09:00:34.955Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2695 | 2025-01-13T09:00:35.281Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2696 | 2025-01-13T09:00:35.600Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2697 | 2025-01-13T09:00:36.597Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2698 | 2025-01-13T09:00:36.934Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2699 | 2025-01-13T09:00:37.351Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2700 | 2025-01-13T09:00:37.489Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2701 | 2025-01-13T09:00:37.608Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2702 | 2025-01-13T09:00:37.812Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2703 | 2025-01-13T09:00:37.933Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2704 | 2025-01-13T09:00:37.935Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2705 | 2025-01-13T09:00:38.077Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2706 | 2025-01-13T09:00:38.273Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2707 | 2025-01-13T09:00:38.293Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2708 | 2025-01-13T09:00:38.312Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2709 | 2025-01-13T09:00:38.314Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2710 | 2025-01-13T09:00:38.588Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2711 | 2025-01-13T09:00:38.655Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2712 | 2025-01-13T09:00:38.871Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2713 | 2025-01-13T09:00:39.192Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2714 | 2025-01-13T09:00:39.211Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2715 | 2025-01-13T09:00:39.265Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2716 | 2025-01-13T09:00:40.120Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2717 | 2025-01-13T09:00:40.284Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2718 | 2025-01-13T09:00:43.681Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2719 | 2025-01-13T09:00:45.646Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2720 | 2025-01-13T09:00:45.986Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2721 | 2025-01-13T09:00:46.104Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2722 | 2025-01-13T09:00:46.880Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2723 | 2025-01-13T09:00:47.241Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2724 | 2025-01-13T09:00:47.436Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2725 | 2025-01-13T09:00:48.414Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2726 | 2025-01-13T09:00:48.619Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2727 | 2025-01-13T09:00:49.076Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2728 | 2025-01-13T09:00:49.460Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2729 | 2025-01-13T09:00:50.055Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2730 | 2025-01-13T09:00:55.379Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2731 | 2025-01-13T09:00:56.212Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2732 | 2025-01-13T09:00:56.855Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2733 | 2025-01-13T09:00:57.456Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2734 | 2025-01-13T09:00:57.684Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2735 | 2025-01-13T09:00:57.921Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2736 | 2025-01-13T09:00:58.801Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2737 | 2025-01-13T09:00:58.827Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2738 | 2025-01-13T09:00:59.294Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2739 | 2025-01-13T09:01:00.475Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2740 | 2025-01-13T09:01:00.478Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2741 | 2025-01-13T09:01:01.149Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2742 | 2025-01-13T09:01:01.164Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2743 | 2025-01-13T09:01:01.233Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2744 | 2025-01-13T09:01:01.506Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2745 | 2025-01-13T09:01:01.824Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2746 | 2025-01-13T09:01:02.404Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2747 | 2025-01-13T09:01:02.462Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2748 | 2025-01-13T09:01:02.550Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2749 | 2025-01-13T09:01:03.218Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2750 | 2025-01-13T09:01:03.254Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2751 | 2025-01-13T09:01:03.379Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2752 | 2025-01-13T09:01:03.847Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2753 | 2025-01-13T09:01:04.583Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2754 | 2025-01-13T09:01:04.768Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2755 | 2025-01-13T09:01:04.973Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2756 | 2025-01-13T09:01:05.865Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2757 | 2025-01-13T09:01:05.867Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2758 | 2025-01-13T09:01:06.439Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2759 | 2025-01-13T09:01:06.478Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2760 | 2025-01-13T09:01:06.612Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2761 | 2025-01-13T09:01:06.664Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2762 | 2025-01-13T09:01:06.968Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2763 | 2025-01-13T09:01:07.022Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2764 | 2025-01-13T09:01:07.189Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2765 | 2025-01-13T09:01:08.149Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2766 | 2025-01-13T09:01:08.236Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2767 | 2025-01-13T09:01:08.276Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2768 | 2025-01-13T09:01:08.766Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2769 | 2025-01-13T09:01:08.878Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2770 | 2025-01-13T09:01:09.210Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2771 | 2025-01-13T09:01:09.446Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2772 | 2025-01-13T09:01:10.219Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2773 | 2025-01-13T09:01:10.347Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2774 | 2025-01-13T09:01:10.832Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2775 | 2025-01-13T09:01:11.258Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2776 | 2025-01-13T09:01:11.677Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2777 | 2025-01-13T09:01:11.921Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2778 | 2025-01-13T09:01:13.020Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2779 | 2025-01-13T09:01:13.168Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2780 | 2025-01-13T09:01:13.968Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2781 | 2025-01-13T09:01:16.757Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2782 | 2025-01-13T09:01:17.249Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2783 | 2025-01-13T09:01:17.963Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2784 | 2025-01-13T09:01:17.983Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2785 | 2025-01-13T09:01:19.646Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2786 | 2025-01-13T09:01:23.359Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2787 | 2025-01-13T09:01:24.430Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2788 | 2025-01-13T09:01:33.461Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2789 | 2025-01-13T09:01:34.579Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2790 | 2025-01-13T09:01:35.757Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2791 | 2025-01-13T09:01:36.239Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2792 | 2025-01-13T09:01:39.787Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2793 | 2025-01-13T09:01:41.569Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2794 | 2025-01-13T09:02:29.685Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2795 | 2025-01-13T09:02:30.089Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2796 | 2025-01-13T09:02:35.652Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2797 | 2025-01-13T09:02:47.585Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2798 | 2025-01-13T09:03:11.383Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2799 | 2025-01-13T09:03:11.966Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2800 | 2025-01-13T09:03:13.125Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2801 | 2025-01-13T09:03:13.778Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2802 | 2025-01-13T09:03:16.328Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2803 | 2025-01-13T09:03:16.414Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2804 | 2025-01-13T09:03:20.098Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2805 | 2025-01-13T09:03:24.934Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2806 | 2025-01-13T09:03:25.783Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2807 | 2025-01-13T09:03:52.355Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2808 | 2025-01-13T09:04:24.364Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2809 | 2025-01-13T09:04:28.346Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2810 | 2025-01-13T09:04:30.266Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2811 | 2025-01-13T09:04:39.534Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2812 | 2025-01-13T09:04:40.295Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2813 | 2025-01-13T09:04:46.845Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2814 | 2025-01-13T09:04:51.026Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2815 | 2025-01-13T09:05:07.471Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2816 | 2025-01-13T09:05:12.695Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2817 | 2025-01-13T09:05:15.351Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2818 | 2025-01-13T09:05:17.647Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2819 | 2025-01-13T09:05:18.716Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2820 | 2025-01-13T09:05:23.966Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2821 | 2025-01-13T09:05:27.903Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2822 | 2025-01-13T09:05:35.577Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2823 | 2025-01-13T09:05:40.520Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2824 | 2025-01-13T09:05:47.990Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2825 | 2025-01-13T09:05:48.370Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2826 | 2025-01-13T09:05:48.674Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2827 | 2025-01-13T09:05:49.641Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2828 | 2025-01-13T09:05:49.689Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2829 | 2025-01-13T09:05:55.178Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2830 | 2025-01-13T09:05:56.319Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2831 | 2025-01-13T09:06:09.283Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2832 | 2025-01-13T09:06:14.991Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2833 | 2025-01-13T09:06:16.624Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2834 | 2025-01-13T09:06:17.321Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2835 | 2025-01-13T09:06:17.903Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2836 | 2025-01-13T09:06:20.166Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2837 | 2025-01-13T09:06:20.886Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2838 | 2025-01-13T09:06:33.280Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2839 | 2025-01-13T09:06:33.318Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2840 | 2025-01-13T09:06:37.395Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2841 | 2025-01-13T09:06:38.725Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2842 | 2025-01-13T09:06:41.209Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2843 | 2025-01-13T09:06:43.976Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2844 | 2025-01-13T09:06:49.783Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2845 | 2025-01-13T09:06:53.061Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2846 | 2025-01-13T09:06:58.018Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2847 | 2025-01-13T09:06:59.548Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2848 | 2025-01-13T09:06:59.996Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2849 | 2025-01-13T09:07:01.112Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2850 | 2025-01-13T09:07:04.227Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2851 | 2025-01-13T09:07:13.958Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2852 | 2025-01-13T09:07:16.346Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2853 | 2025-01-13T09:07:17.594Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2854 | 2025-01-13T09:07:21.890Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2855 | 2025-01-13T09:07:22.284Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2856 | 2025-01-13T09:07:23.531Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2857 | 2025-01-13T09:07:26.505Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2858 | 2025-01-13T09:07:30.174Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2859 | 2025-01-13T09:07:30.971Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2860 | 2025-01-13T09:07:38.454Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2861 | 2025-01-13T09:07:42.997Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2862 | 2025-01-13T09:07:44.186Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2863 | 2025-01-13T09:07:47.465Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2864 | 2025-01-13T09:07:52.059Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2865 | 2025-01-13T09:07:52.329Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2866 | 2025-01-13T09:07:54.231Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2867 | 2025-01-13T09:07:56.061Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2868 | 2025-01-13T09:07:58.446Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2869 | 2025-01-13T09:08:00.164Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2870 | 2025-01-13T09:08:01.263Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2871 | 2025-01-13T09:08:04.011Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2872 | 2025-01-13T09:08:09.564Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2873 | 2025-01-13T09:08:12.135Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2874 | 2025-01-13T09:08:14.582Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2875 | 2025-01-13T09:08:16.102Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2876 | 2025-01-13T09:08:16.883Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2877 | 2025-01-13T09:08:20.735Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2878 | 2025-01-13T09:08:28.263Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2879 | 2025-01-13T09:08:29.519Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2880 | 2025-01-13T09:08:29.855Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2881 | 2025-01-13T09:08:34.585Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2882 | 2025-01-13T09:08:35.148Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2883 | 2025-01-13T09:08:36.419Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2884 | 2025-01-13T09:08:41.135Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2885 | 2025-01-13T09:08:41.892Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2886 | 2025-01-13T09:08:43.938Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2887 | 2025-01-13T09:08:46.473Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2888 | 2025-01-13T09:08:47.885Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2889 | 2025-01-13T09:08:49.471Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2890 | 2025-01-13T09:08:50.153Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2891 | 2025-01-13T09:08:54.687Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2892 | 2025-01-13T09:08:55.594Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2893 | 2025-01-13T09:08:55.769Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2894 | 2025-01-13T09:08:56.359Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2895 | 2025-01-13T09:08:57.438Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2896 | 2025-01-13T09:08:59.678Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2897 | 2025-01-13T09:09:01.328Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2898 | 2025-01-13T09:09:01.565Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2899 | 2025-01-13T09:09:03.597Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2900 | 2025-01-13T09:09:04.389Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2901 | 2025-01-13T09:09:05.110Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2902 | 2025-01-13T09:09:06.167Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2903 | 2025-01-13T09:09:06.358Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2904 | 2025-01-13T09:09:07.397Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2905 | 2025-01-13T09:09:11.424Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2906 | 2025-01-13T09:09:11.604Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2907 | 2025-01-13T09:09:16.385Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2908 | 2025-01-13T09:09:16.735Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2909 | 2025-01-13T09:09:48.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 18s |
2910 | 2025-01-13T09:09:48.434Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 143 other files |
2911 | 2025-01-13T09:09:48.502Z | |
2912 | 2025-01-13T09:09:48.502Z | real 9:18.921108805 |
2913 | 2025-01-13T09:09:48.502Z | user 27:43.889315333 |
2914 | 2025-01-13T09:09:48.502Z | sys 42:31.848258734 |
2915 | 2025-01-13T09:09:48.502Z | trap 0.456168640 |
2916 | 2025-01-13T09:09:48.502Z | tflt 0.151212589 |
2917 | 2025-01-13T09:09:48.502Z | dflt 0.094905437 |
2918 | 2025-01-13T09:09:48.502Z | kflt 0.000005908 |
2919 | 2025-01-13T09:09:48.502Z | lock 1:31:25.288361802 |
2920 | 2025-01-13T09:09:48.502Z | slp 2:37:58.458889550 |
2921 | 2025-01-13T09:09:48.502Z | lat 1:17.161449002 |
2922 | 2025-01-13T09:09:48.502Z | stop 1:07.645053900 |
2923 | 2025-01-13T09:09:48.505Z | process exited: duration 1267954 ms, exit code 0 |
|
2924 | 2025-01-13T09:09:48.510Z | found 0 output files |