|
|
|
1 | 2024-11-22T01:29:00.443Z | job assigned to worker 01JD8QQTD9FZ7QVZEV0JXY3JWR [factory aws, i-0500fe498eb54cc60] (queued for 48 s) |
|
2 | 2024-11-22T01:29:09.053Z | starting task 0: "setup" |
3 | 2024-11-22T01:29:09.061Z | ++ uname -s |
4 | 2024-11-22T01:29:09.064Z | + kern=SunOS |
5 | 2024-11-22T01:29:09.064Z | + case "$kern" in |
6 | 2024-11-22T01:29:09.064Z | + groupadd -g 12345 build |
7 | 2024-11-22T01:29:09.067Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-22T01:29:11.071Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-22T01:29:11.161Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-22T01:29:11.163Z | + home_fs=zfs |
11 | 2024-11-22T01:29:11.163Z | + [[ zfs == autofs ]] |
12 | 2024-11-22T01:29:11.164Z | + mkdir -p /home/build |
13 | 2024-11-22T01:29:11.166Z | + chown build:build /home/build /work |
14 | 2024-11-22T01:29:13.167Z | + chmod 0700 /home/build /work |
15 | 2024-11-22T01:29:13.170Z | process exited: duration 4116 ms, exit code 0 |
|
16 | 2024-11-22T01:29:13.174Z | starting task 1: "rust-toolchain" |
17 | 2024-11-22T01:29:13.179Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-22T01:29:13.180Z | ' 1.81.0 |
19 | 2024-11-22T01:29:13.180Z | * toolchain channel = "1.81.0" |
20 | 2024-11-22T01:29:13.180Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-22T01:29:13.180Z | ' default |
22 | 2024-11-22T01:29:13.180Z | * toolchain profile = "default" |
23 | 2024-11-22T01:29:13.182Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-22T01:29:13.182Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-22T01:29:13.301Z | info: downloading installer |
26 | 2024-11-22T01:29:14.859Z | info: profile set to 'default' |
27 | 2024-11-22T01:29:14.859Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-22T01:29:14.862Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-22T01:29:14.994Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-22T01:29:14.994Z | info: downloading component 'cargo' |
31 | 2024-11-22T01:29:15.703Z | info: downloading component 'clippy' |
32 | 2024-11-22T01:29:15.964Z | info: downloading component 'rust-docs' |
33 | 2024-11-22T01:29:16.941Z | info: downloading component 'rust-std' |
34 | 2024-11-22T01:29:18.458Z | info: downloading component 'rustc' |
35 | 2024-11-22T01:29:23.900Z | info: downloading component 'rustfmt' |
36 | 2024-11-22T01:29:24.107Z | info: installing component 'cargo' |
37 | 2024-11-22T01:29:24.887Z | info: installing component 'clippy' |
38 | 2024-11-22T01:29:25.242Z | info: installing component 'rust-docs' |
39 | 2024-11-22T01:29:26.866Z | info: installing component 'rust-std' |
40 | 2024-11-22T01:29:28.527Z | info: installing component 'rustc' |
41 | 2024-11-22T01:29:34.157Z | info: installing component 'rustfmt' |
42 | 2024-11-22T01:29:34.474Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-22T01:29:34.474Z | |
44 | 2024-11-22T01:29:34.838Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-22T01:29:34.839Z | |
46 | 2024-11-22T01:29:34.841Z | |
47 | 2024-11-22T01:29:34.841Z | Rust is installed now. Great! |
48 | 2024-11-22T01:29:34.841Z | |
49 | 2024-11-22T01:29:34.841Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-22T01:29:34.841Z | environment variable. This has not been done automatically. |
51 | 2024-11-22T01:29:34.841Z | |
52 | 2024-11-22T01:29:34.841Z | To configure your current shell, you need to source |
53 | 2024-11-22T01:29:34.841Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-22T01:29:34.841Z | |
55 | 2024-11-22T01:29:34.841Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-22T01:29:34.841Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-22T01:29:34.841Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-22T01:29:34.910Z | + rustc --version |
59 | 2024-11-22T01:29:34.975Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-22T01:29:34.978Z | process exited: duration 21801 ms, exit code 0 |
|
61 | 2024-11-22T01:29:34.984Z | starting task 2: "authentication" |
62 | 2024-11-22T01:29:35.006Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-22T01:29:35.011Z | starting task 3: "clone repository" |
64 | 2024-11-22T01:29:35.016Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-22T01:29:35.018Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-22T01:29:35.305Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-22T01:29:40.918Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-22T01:29:40.921Z | + git fetch origin 37f0900d4b7df82f30cc5e8868ec8ae0fb7b3ac9 |
69 | 2024-11-22T01:29:41.192Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-22T01:29:41.192Z | * branch 37f0900d4b7df82f30cc5e8868ec8ae0fb7b3ac9 -> FETCH_HEAD |
71 | 2024-11-22T01:29:41.201Z | + [[ -n support-bundle-storage-api ]] |
72 | 2024-11-22T01:29:41.204Z | ++ git branch --show-current |
73 | 2024-11-22T01:29:41.206Z | + current=main |
74 | 2024-11-22T01:29:41.206Z | + [[ main != support-bundle-storage-api ]] |
75 | 2024-11-22T01:29:41.206Z | + git branch -f support-bundle-storage-api 37f0900d4b7df82f30cc5e8868ec8ae0fb7b3ac9 |
76 | 2024-11-22T01:29:41.209Z | + git checkout -f support-bundle-storage-api |
77 | 2024-11-22T01:29:41.387Z | Switched to branch 'support-bundle-storage-api' |
78 | 2024-11-22T01:29:41.390Z | + git reset --hard 37f0900d4b7df82f30cc5e8868ec8ae0fb7b3ac9 |
79 | 2024-11-22T01:29:41.561Z | HEAD is now at 37f0900d4 clippy |
80 | 2024-11-22T01:29:41.564Z | process exited: duration 6551 ms, exit code 0 |
|
81 | 2024-11-22T01:29:41.568Z | starting task 4: "build" |
82 | 2024-11-22T01:29:41.577Z | + source ./env.sh |
83 | 2024-11-22T01:29:41.577Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-11-22T01:29:41.577Z | ++ set -o xtrace |
85 | 2024-11-22T01:29:41.581Z | ++++ dirname ./env.sh |
86 | 2024-11-22T01:29:41.584Z | +++ readlink -f . |
87 | 2024-11-22T01:29:41.603Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-11-22T01:29:41.606Z | ++ 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 | 2024-11-22T01:29:41.606Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-11-22T01:29:41.606Z | ++ 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 | 2024-11-22T01:29:41.606Z | ++ 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 | 2024-11-22T01:29:41.606Z | ++ 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 | 2024-11-22T01:29:41.607Z | ++ 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 | 2024-11-22T01:29:41.607Z | ++ 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 | 2024-11-22T01:29:41.607Z | ++ 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 | 2024-11-22T01:29:41.607Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-11-22T01:29:41.607Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-11-22T01:29:41.607Z | + source .github/buildomat/ci-env.sh |
99 | 2024-11-22T01:29:41.607Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-11-22T01:29:41.607Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-11-22T01:29:41.607Z | + cargo --version |
102 | 2024-11-22T01:29:41.662Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-11-22T01:29:41.664Z | + rustc --version |
104 | 2024-11-22T01:29:41.724Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-11-22T01:29:41.726Z | + banner prerequisites |
106 | 2024-11-22T01:29:41.745Z | |
107 | 2024-11-22T01:29:41.745Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-11-22T01:29:41.745Z | # # # # # # # # # # # # # # # |
109 | 2024-11-22T01:29:41.745Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-11-22T01:29:41.745Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-11-22T01:29:41.745Z | # # # # # # # # # # # # # # # |
112 | 2024-11-22T01:29:41.745Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-11-22T01:29:41.745Z | |
114 | 2024-11-22T01:29:41.748Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-11-22T01:29:49.712Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-11-22T01:29:53.544Z | Startup: Caching catalogs ... Done |
117 | 2024-11-22T01:30:02.175Z | Planning: Solver setup ... Done (7.871s) |
118 | 2024-11-22T01:30:02.284Z | Planning: Running solver ... Done (0.108s) |
119 | 2024-11-22T01:30:02.517Z | Planning: Finding local manifests ... Done (0.149s) |
120 | 2024-11-22T01:30:02.531Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-11-22T01:30:02.936Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-11-22T01:30:03.214Z | Planning: Package planning ... Done (0.278s) |
123 | 2024-11-22T01:30:03.269Z | Planning: Merging actions ... Done (0.055s) |
124 | 2024-11-22T01:30:04.127Z | Planning: Checking for conflicting actions ... Done (0.858s) |
125 | 2024-11-22T01:30:10.998Z | Planning: Consolidating action changes ... Done (6.870s) |
126 | 2024-11-22T01:30:11.423Z | Planning: Evaluating mediators ... Done (0.425s) |
127 | 2024-11-22T01:30:11.571Z | Planning: Planning completed in 17.94 seconds |
128 | 2024-11-22T01:30:12.587Z | Packages to install: 4 |
129 | 2024-11-22T01:30:12.587Z | Packages to update: 1 |
130 | 2024-11-22T01:30:12.590Z | Mediators to change: 2 |
131 | 2024-11-22T01:30:12.590Z | Services to change: 1 |
132 | 2024-11-22T01:30:12.590Z | Estimated space available: 155.64 GB |
133 | 2024-11-22T01:30:12.590Z | Estimated space to be consumed: 1.60 GB |
134 | 2024-11-22T01:30:12.590Z | Create boot environment: No |
135 | 2024-11-22T01:30:12.590Z | Create backup boot environment: Yes |
136 | 2024-11-22T01:30:12.590Z | Rebuild boot archive: No |
137 | 2024-11-22T01:30:12.590Z | |
138 | 2024-11-22T01:30:12.590Z | Changed mediators: |
139 | 2024-11-22T01:30:12.590Z | mediator clang: |
140 | 2024-11-22T01:30:12.590Z | version: None -> 15 (system default) |
141 | 2024-11-22T01:30:12.590Z | |
142 | 2024-11-22T01:30:12.590Z | mediator llvm: |
143 | 2024-11-22T01:30:12.590Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-11-22T01:30:12.590Z | |
145 | 2024-11-22T01:30:12.590Z | Changed packages: |
146 | 2024-11-22T01:30:12.590Z | helios-dev |
147 | 2024-11-22T01:30:12.590Z | developer/build-essential |
148 | 2024-11-22T01:30:12.590Z | None -> 11-2.0 |
149 | 2024-11-22T01:30:12.590Z | library/libxmlsec1 |
150 | 2024-11-22T01:30:12.590Z | None -> 1.2.35-2.0 |
151 | 2024-11-22T01:30:12.590Z | ooce/developer/clang-15 |
152 | 2024-11-22T01:30:12.590Z | None -> 15.0.7-2.0 |
153 | 2024-11-22T01:30:12.590Z | ooce/developer/llvm-15 |
154 | 2024-11-22T01:30:12.590Z | None -> 15.0.7-2.0 |
155 | 2024-11-22T01:30:12.590Z | package/pkg |
156 | 2024-11-22T01:30:12.590Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-11-22T01:30:12.590Z | |
158 | 2024-11-22T01:30:12.590Z | Services: |
159 | 2024-11-22T01:30:12.590Z | restart_fmri: |
160 | 2024-11-22T01:30:12.590Z | svc:/system/update-man-index:default |
161 | 2024-11-22T01:30:12.590Z | |
162 | 2024-11-22T01:30:12.590Z | Editable files to change: |
163 | 2024-11-22T01:30:12.591Z | Update: |
164 | 2024-11-22T01:30:12.591Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-11-22T01:30:12.812Z | |
166 | 2024-11-22T01:30:12.812Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-11-22T01:30:19.519Z | Download: 213/4281 items 1.3/220.6MB 0% complete (838k/s) |
168 | 2024-11-22T01:30:24.587Z | Download: 1219/4281 items 87.6/220.6MB 39% complete (8.7M/s) |
169 | 2024-11-22T01:30:29.588Z | Download: 2054/4281 items 118.8/220.6MB 53% complete (11.9M/s) |
170 | 2024-11-22T01:30:34.599Z | Download: 2575/4281 items 120.4/220.6MB 54% complete (3.4M/s) |
171 | 2024-11-22T01:30:39.591Z | Download: 3207/4281 items 175.7/220.6MB 79% complete (5.6M/s) |
172 | 2024-11-22T01:30:48.185Z | Download: 3281/4281 items 209.3/220.6MB 94% complete (8.9M/s) |
173 | 2024-11-22T01:30:51.490Z | Download: 4206/4281 items 220.6/220.6MB 99% complete (6.7M/s) |
174 | 2024-11-22T01:30:51.597Z | Download: Completed 220.60 MB in 38.78 seconds (5.7M/s) |
175 | 2024-11-22T01:30:53.659Z | Actions: 1/5063 actions (Removing old actions) |
176 | 2024-11-22T01:30:53.675Z | Actions: 194/5063 actions (Installing new actions) |
177 | 2024-11-22T01:30:58.750Z | Actions: 4095/5063 actions (Installing new actions) |
178 | 2024-11-22T01:30:59.326Z | Actions: 4226/5063 actions (Updating modified actions) |
179 | 2024-11-22T01:30:59.712Z | Actions: Completed 5063 actions in 6.05 seconds. |
180 | 2024-11-22T01:30:59.930Z | Done (0.211s) |
181 | 2024-11-22T01:30:59.933Z | Done (0.000s) |
182 | 2024-11-22T01:31:00.458Z | Done (0.526s) |
183 | 2024-11-22T01:31:07.620Z | Done (6.955s) |
184 | 2024-11-22T01:31:08.196Z | Done (0.508s) |
185 | 2024-11-22T01:31:08.199Z | Done (0.000s) |
186 | 2024-11-22T01:31:08.373Z | Done (0.000s) |
187 | 2024-11-22T01:31:09.037Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-11-22T01:31:09.195Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-11-22T01:31:09.198Z | Planning: Consolidating action changes ... Done |
190 | 2024-11-22T01:31:09.461Z | Planning: Evaluating mediators ... Done |
191 | 2024-11-22T01:31:09.464Z | Planning: Planning completed in 0.43 seconds |
192 | 2024-11-22T01:31:09.499Z | Mediators to change: 2 |
193 | 2024-11-22T01:31:09.499Z | Create boot environment: No |
194 | 2024-11-22T01:31:09.502Z | Create backup boot environment: No |
195 | 2024-11-22T01:31:09.579Z | Done |
196 | 2024-11-22T01:31:09.579Z | Done |
197 | 2024-11-22T01:31:09.915Z | Done |
198 | 2024-11-22T01:31:13.512Z | Done |
199 | 2024-11-22T01:31:13.606Z | Done |
200 | 2024-11-22T01:31:13.609Z | Done |
201 | 2024-11-22T01:31:13.753Z | Done |
202 | 2024-11-22T01:31:14.356Z | Planning: Evaluating mediator changes ... Done |
203 | 2024-11-22T01:31:14.358Z | Planning: Merging actions ... Done |
204 | 2024-11-22T01:31:14.555Z | Planning: Checking for conflicting actions ... Done |
205 | 2024-11-22T01:31:14.577Z | Planning: Consolidating action changes ... Done |
206 | 2024-11-22T01:31:14.817Z | Planning: Evaluating mediators ... Done |
207 | 2024-11-22T01:31:14.867Z | Planning: Planning completed in 0.75 seconds |
208 | 2024-11-22T01:31:14.905Z | Packages to change: 1 |
209 | 2024-11-22T01:31:14.905Z | Mediators to change: 1 |
210 | 2024-11-22T01:31:14.909Z | Services to change: 1 |
211 | 2024-11-22T01:31:14.909Z | Create boot environment: No |
212 | 2024-11-22T01:31:14.909Z | Create backup boot environment: Yes |
213 | 2024-11-22T01:31:17.180Z | Actions: 1/6 actions (Updating modified actions) |
214 | 2024-11-22T01:31:17.277Z | Actions: Completed 6 actions in 0.10 seconds. |
215 | 2024-11-22T01:31:17.280Z | Done |
216 | 2024-11-22T01:31:17.280Z | Done |
217 | 2024-11-22T01:31:17.386Z | Done |
218 | 2024-11-22T01:31:21.011Z | Done |
219 | 2024-11-22T01:31:21.104Z | Done |
220 | 2024-11-22T01:31:21.106Z | Done |
221 | 2024-11-22T01:31:21.240Z | Done |
222 | 2024-11-22T01:31:21.672Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
223 | 2024-11-22T01:31:21.672Z | clang system 15 system |
224 | 2024-11-22T01:31:21.672Z | csh system system illumos |
225 | 2024-11-22T01:31:21.672Z | ctags system system illumos |
226 | 2024-11-22T01:31:21.672Z | gcc vendor 12 vendor |
227 | 2024-11-22T01:31:21.672Z | gcc system 10 system |
228 | 2024-11-22T01:31:21.672Z | gcc system 7 system |
229 | 2024-11-22T01:31:21.672Z | go system 1.20 system |
230 | 2024-11-22T01:31:21.672Z | go system 1.19 system |
231 | 2024-11-22T01:31:21.672Z | llvm system 15 system |
232 | 2024-11-22T01:31:21.672Z | llvm system 14 system |
233 | 2024-11-22T01:31:21.672Z | mariadb system 10.6 system |
234 | 2024-11-22T01:31:21.672Z | mta vendor vendor dma |
235 | 2024-11-22T01:31:21.672Z | openjdk system 17 system |
236 | 2024-11-22T01:31:21.672Z | openjdk system 11 system |
237 | 2024-11-22T01:31:21.672Z | openjdk system 1.8 system |
238 | 2024-11-22T01:31:21.672Z | openssl vendor 3 vendor |
239 | 2024-11-22T01:31:21.672Z | perl system 5.36 system |
240 | 2024-11-22T01:31:21.672Z | postgresql system 15 system |
241 | 2024-11-22T01:31:21.672Z | postgresql system 13 system |
242 | 2024-11-22T01:31:21.672Z | python vendor 3 vendor |
243 | 2024-11-22T01:31:21.672Z | python system 2 system |
244 | 2024-11-22T01:31:21.672Z | python3 system 3.11 system |
245 | 2024-11-22T01:31:21.672Z | ruby system 3.0 system |
246 | 2024-11-22T01:31:21.672Z | words vendor vendor american-english |
247 | 2024-11-22T01:31:21.672Z | words system system australian-english |
248 | 2024-11-22T01:31:21.672Z | words system system british-english |
249 | 2024-11-22T01:31:21.673Z | words system system canadian-english |
250 | 2024-11-22T01:31:21.673Z | words system system french |
251 | 2024-11-22T01:31:21.673Z | words system system italian |
252 | 2024-11-22T01:31:21.673Z | words system system ngerman |
253 | 2024-11-22T01:31:21.673Z | words system system ogerman |
254 | 2024-11-22T01:31:21.673Z | words system system spanish |
255 | 2024-11-22T01:31:22.002Z | PUBLISHER TYPE STATUS P LOCATION |
256 | 2024-11-22T01:31:22.002Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
257 | 2024-11-22T01:31:24.537Z | FMRI IFO |
258 | 2024-11-22T01:31:24.537Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
259 | 2024-11-22T01:31:24.537Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
260 | 2024-11-22T01:31:24.537Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
261 | 2024-11-22T01:31:24.537Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
262 | 2024-11-22T01:31:24.537Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
263 | 2024-11-22T01:31:24.537Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
264 | 2024-11-22T01:31:24.537Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
265 | 2024-11-22T01:31:24.537Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
266 | 2024-11-22T01:31:24.537Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
267 | 2024-11-22T01:31:24.537Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
268 | 2024-11-22T01:31:24.538Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
269 | 2024-11-22T01:31:24.538Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
270 | 2024-11-22T01:31:24.539Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
271 | 2024-11-22T01:31:24.539Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
272 | 2024-11-22T01:31:24.539Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
273 | 2024-11-22T01:31:25.266Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
274 | 2024-11-22T01:31:25.538Z | Updating crates.io index |
275 | 2024-11-22T01:31:25.541Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
276 | 2024-11-22T01:31:26.376Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
277 | 2024-11-22T01:31:26.599Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
278 | 2024-11-22T01:31:26.862Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
279 | 2024-11-22T01:31:27.119Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
280 | 2024-11-22T01:31:27.968Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
281 | 2024-11-22T01:31:30.419Z | Updating git repository `https://github.com/oxidecomputer/opte` |
282 | 2024-11-22T01:31:31.469Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
283 | 2024-11-22T01:31:32.392Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
284 | 2024-11-22T01:31:32.736Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
285 | 2024-11-22T01:31:33.029Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
286 | 2024-11-22T01:31:33.719Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
287 | 2024-11-22T01:31:33.996Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
288 | 2024-11-22T01:31:34.342Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
289 | 2024-11-22T01:31:34.611Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
290 | 2024-11-22T01:31:34.855Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
291 | 2024-11-22T01:31:35.588Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
292 | 2024-11-22T01:31:35.606Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
293 | 2024-11-22T01:31:35.670Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
294 | 2024-11-22T01:31:36.011Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
295 | 2024-11-22T01:31:36.346Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
296 | 2024-11-22T01:31:36.871Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
297 | 2024-11-22T01:31:37.168Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
298 | 2024-11-22T01:31:37.769Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
299 | 2024-11-22T01:31:38.098Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
300 | 2024-11-22T01:31:38.546Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
301 | 2024-11-22T01:31:38.959Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
302 | 2024-11-22T01:31:39.205Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
303 | 2024-11-22T01:31:39.492Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
304 | 2024-11-22T01:31:40.754Z | Downloading crates ... |
305 | 2024-11-22T01:31:40.861Z | Downloaded cargo-platform v0.1.8 |
306 | 2024-11-22T01:31:40.864Z | Downloaded anstyle v1.0.10 |
307 | 2024-11-22T01:31:40.870Z | Downloaded cfg-if v1.0.0 |
308 | 2024-11-22T01:31:40.873Z | Downloaded bitflags v2.6.0 |
309 | 2024-11-22T01:31:40.877Z | Downloaded camino-tempfile v1.1.1 |
310 | 2024-11-22T01:31:40.880Z | Downloaded anstyle-parse v0.2.5 |
311 | 2024-11-22T01:31:40.884Z | Downloaded camino v1.1.9 |
312 | 2024-11-22T01:31:40.887Z | Downloaded block-buffer v0.10.4 |
313 | 2024-11-22T01:31:40.889Z | Downloaded autocfg v1.4.0 |
314 | 2024-11-22T01:31:40.889Z | Downloaded anstyle-query v1.1.1 |
315 | 2024-11-22T01:31:40.893Z | Downloaded anyhow v1.0.93 |
316 | 2024-11-22T01:31:40.895Z | Downloaded anstream v0.6.15 |
317 | 2024-11-22T01:31:40.897Z | Downloaded bytecount v0.6.8 |
318 | 2024-11-22T01:31:40.900Z | Downloaded byteorder v1.5.0 |
319 | 2024-11-22T01:31:40.902Z | Downloaded clap v4.5.21 |
320 | 2024-11-22T01:31:40.909Z | Downloaded digest v0.10.7 |
321 | 2024-11-22T01:31:40.911Z | Downloaded cargo_metadata v0.18.1 |
322 | 2024-11-22T01:31:40.914Z | Downloaded colorchoice v1.0.2 |
323 | 2024-11-22T01:31:40.914Z | Downloaded clap_lex v0.7.2 |
324 | 2024-11-22T01:31:40.917Z | Downloaded cargo_toml v0.20.5 |
325 | 2024-11-22T01:31:40.924Z | Downloaded cpufeatures v0.2.14 |
326 | 2024-11-22T01:31:40.926Z | Downloaded clap_builder v4.5.21 |
327 | 2024-11-22T01:31:40.932Z | Downloaded clap_derive v4.5.18 |
328 | 2024-11-22T01:31:40.935Z | Downloaded generic-array v0.14.7 |
329 | 2024-11-22T01:31:40.937Z | Downloaded heck v0.4.1 |
330 | 2024-11-22T01:31:40.939Z | Downloaded fastrand v2.1.1 |
331 | 2024-11-22T01:31:40.939Z | Downloaded errno v0.3.9 |
332 | 2024-11-22T01:31:40.955Z | Downloaded itoa v1.0.11 |
333 | 2024-11-22T01:31:40.958Z | Downloaded log v0.4.22 |
334 | 2024-11-22T01:31:40.960Z | Downloaded equivalent v1.0.1 |
335 | 2024-11-22T01:31:40.966Z | Downloaded dtrace-parser v0.2.0 |
336 | 2024-11-22T01:31:40.977Z | Downloaded goblin v0.8.2 |
337 | 2024-11-22T01:31:40.994Z | Downloaded scroll_derive v0.12.0 |
338 | 2024-11-22T01:31:40.997Z | Downloaded pretty-hex v0.4.1 |
339 | 2024-11-22T01:31:40.997Z | Downloaded usdt-macro v0.5.0 |
340 | 2024-11-22T01:31:40.999Z | Downloaded swrite v0.1.0 |
341 | 2024-11-22T01:31:40.999Z | Downloaded is_terminal_polyfill v1.70.1 |
342 | 2024-11-22T01:31:41.002Z | Downloaded scroll v0.12.0 |
343 | 2024-11-22T01:31:41.002Z | Downloaded crypto-common v0.1.6 |
344 | 2024-11-22T01:31:41.002Z | Downloaded heck v0.5.0 |
345 | 2024-11-22T01:31:41.005Z | Downloaded macaddr v1.0.1 |
346 | 2024-11-22T01:31:41.005Z | Downloaded fnv v1.0.7 |
347 | 2024-11-22T01:31:41.007Z | Downloaded usdt-attr-macro v0.5.0 |
348 | 2024-11-22T01:31:41.010Z | Downloaded smawk v0.3.2 |
349 | 2024-11-22T01:31:41.010Z | Downloaded proc-macro-error-attr v1.0.4 |
350 | 2024-11-22T01:31:41.012Z | Downloaded dof v0.3.0 |
351 | 2024-11-22T01:31:41.017Z | Downloaded serde_tokenstream v0.2.2 |
352 | 2024-11-22T01:31:41.028Z | Downloaded serde_spanned v0.6.8 |
353 | 2024-11-22T01:31:41.030Z | Downloaded tabled_derive v0.7.0 |
354 | 2024-11-22T01:31:41.030Z | Downloaded pest_generator v2.7.14 |
355 | 2024-11-22T01:31:41.033Z | Downloaded toml_datetime v0.6.8 |
356 | 2024-11-22T01:31:41.035Z | Downloaded plain v0.2.3 |
357 | 2024-11-22T01:31:41.038Z | Downloaded unicode-linebreak v0.1.5 |
358 | 2024-11-22T01:31:41.041Z | Downloaded utf8parse v0.2.2 |
359 | 2024-11-22T01:31:41.041Z | Downloaded quote v1.0.37 |
360 | 2024-11-22T01:31:41.044Z | Downloaded thiserror-impl v1.0.69 |
361 | 2024-11-22T01:31:41.044Z | Downloaded semver v1.0.23 |
362 | 2024-11-22T01:31:41.047Z | Downloaded fs-err v2.11.0 |
363 | 2024-11-22T01:31:41.049Z | Downloaded strsim v0.11.1 |
364 | 2024-11-22T01:31:41.049Z | Downloaded thiserror v1.0.69 |
365 | 2024-11-22T01:31:41.054Z | Downloaded terminal_size v0.4.0 |
366 | 2024-11-22T01:31:41.059Z | Downloaded version_check v0.9.5 |
367 | 2024-11-22T01:31:41.061Z | Downloaded usdt-impl v0.5.0 |
368 | 2024-11-22T01:31:41.063Z | Downloaded once_cell v1.20.2 |
369 | 2024-11-22T01:31:41.063Z | Downloaded usdt v0.5.0 |
370 | 2024-11-22T01:31:41.066Z | Downloaded thread-id v4.2.2 |
371 | 2024-11-22T01:31:41.066Z | Downloaded memmap v0.7.0 |
372 | 2024-11-22T01:31:41.069Z | Downloaded pest_derive v2.7.14 |
373 | 2024-11-22T01:31:41.074Z | Downloaded proc-macro-error v1.0.4 |
374 | 2024-11-22T01:31:41.099Z | Downloaded sha2 v0.10.8 |
375 | 2024-11-22T01:31:41.110Z | Downloaded unicode-ident v1.0.13 |
376 | 2024-11-22T01:31:41.112Z | Downloaded zerocopy-derive v0.7.35 |
377 | 2024-11-22T01:31:41.116Z | Downloaded ucd-trie v0.1.7 |
378 | 2024-11-22T01:31:41.118Z | Downloaded typenum v1.17.0 |
379 | 2024-11-22T01:31:41.121Z | Downloaded proc-macro2 v1.0.89 |
380 | 2024-11-22T01:31:41.125Z | Downloaded textwrap v0.16.1 |
381 | 2024-11-22T01:31:41.125Z | Downloaded pest_meta v2.7.14 |
382 | 2024-11-22T01:31:41.128Z | Downloaded toml v0.8.19 |
383 | 2024-11-22T01:31:41.131Z | Downloaded tempfile v3.13.0 |
384 | 2024-11-22T01:31:41.133Z | Downloaded serde_derive v1.0.215 |
385 | 2024-11-22T01:31:41.135Z | Downloaded hashbrown v0.15.0 |
386 | 2024-11-22T01:31:41.143Z | Downloaded ryu v1.0.18 |
387 | 2024-11-22T01:31:41.146Z | Downloaded serde v1.0.215 |
388 | 2024-11-22T01:31:41.150Z | Downloaded papergrid v0.11.0 |
389 | 2024-11-22T01:31:41.161Z | Downloaded memchr v2.7.4 |
390 | 2024-11-22T01:31:41.172Z | Downloaded indexmap v2.6.0 |
391 | 2024-11-22T01:31:41.181Z | Downloaded toml_edit v0.22.22 |
392 | 2024-11-22T01:31:41.203Z | Downloaded pest v2.7.14 |
393 | 2024-11-22T01:31:41.214Z | Downloaded zerocopy v0.7.35 |
394 | 2024-11-22T01:31:41.230Z | Downloaded winnow v0.6.20 |
395 | 2024-11-22T01:31:41.239Z | Downloaded serde_json v1.0.132 |
396 | 2024-11-22T01:31:41.254Z | Downloaded tabled v0.15.0 |
397 | 2024-11-22T01:31:41.271Z | Downloaded syn v1.0.109 |
398 | 2024-11-22T01:31:41.281Z | Downloaded syn v2.0.87 |
399 | 2024-11-22T01:31:41.292Z | Downloaded unicode-width v0.1.14 |
400 | 2024-11-22T01:31:41.298Z | Downloaded rustix v0.38.37 |
401 | 2024-11-22T01:31:41.344Z | Downloaded libc v0.2.162 |
402 | 2024-11-22T01:31:41.652Z | Compiling proc-macro2 v1.0.89 |
403 | 2024-11-22T01:31:41.652Z | Compiling unicode-ident v1.0.13 |
404 | 2024-11-22T01:31:41.652Z | Compiling version_check v0.9.5 |
405 | 2024-11-22T01:31:41.654Z | Compiling serde v1.0.215 |
406 | 2024-11-22T01:31:41.654Z | Compiling thiserror v1.0.69 |
407 | 2024-11-22T01:31:41.654Z | Compiling memchr v2.7.4 |
408 | 2024-11-22T01:31:41.654Z | Compiling libc v0.2.162 |
409 | 2024-11-22T01:31:41.654Z | Compiling itoa v1.0.11 |
410 | 2024-11-22T01:31:41.903Z | Compiling ucd-trie v0.1.7 |
411 | 2024-11-22T01:31:41.959Z | Compiling ryu v1.0.18 |
412 | 2024-11-22T01:31:42.316Z | Compiling once_cell v1.20.2 |
413 | 2024-11-22T01:31:42.505Z | Compiling byteorder v1.5.0 |
414 | 2024-11-22T01:31:42.833Z | Compiling rustix v0.38.37 |
415 | 2024-11-22T01:31:43.061Z | Compiling serde_json v1.0.132 |
416 | 2024-11-22T01:31:43.734Z | Compiling bitflags v2.6.0 |
417 | 2024-11-22T01:31:43.776Z | Compiling proc-macro-error-attr v1.0.4 |
418 | 2024-11-22T01:31:43.847Z | Compiling usdt-impl v0.5.0 |
419 | 2024-11-22T01:31:43.870Z | Compiling syn v1.0.109 |
420 | 2024-11-22T01:31:44.059Z | Compiling proc-macro-error v1.0.4 |
421 | 2024-11-22T01:31:44.102Z | Compiling utf8parse v0.2.2 |
422 | 2024-11-22T01:31:44.143Z | Compiling plain v0.2.3 |
423 | 2024-11-22T01:31:44.257Z | Compiling hashbrown v0.15.0 |
424 | 2024-11-22T01:31:44.303Z | Compiling log v0.4.22 |
425 | 2024-11-22T01:31:44.326Z | Compiling camino v1.1.9 |
426 | 2024-11-22T01:31:44.328Z | Compiling equivalent v1.0.1 |
427 | 2024-11-22T01:31:44.565Z | Compiling thread-id v4.2.2 |
428 | 2024-11-22T01:31:44.591Z | Compiling anstyle-parse v0.2.5 |
429 | 2024-11-22T01:31:44.688Z | Compiling anstyle v1.0.10 |
430 | 2024-11-22T01:31:44.715Z | Compiling quote v1.0.37 |
431 | 2024-11-22T01:31:44.937Z | Compiling is_terminal_polyfill v1.70.1 |
432 | 2024-11-22T01:31:44.963Z | Compiling autocfg v1.4.0 |
433 | 2024-11-22T01:31:45.061Z | Compiling syn v2.0.87 |
434 | 2024-11-22T01:31:45.087Z | Compiling errno v0.3.9 |
435 | 2024-11-22T01:31:45.305Z | Compiling indexmap v2.6.0 |
436 | 2024-11-22T01:31:45.391Z | Compiling pretty-hex v0.4.1 |
437 | 2024-11-22T01:31:45.417Z | Compiling winnow v0.6.20 |
438 | 2024-11-22T01:31:45.605Z | Compiling semver v1.0.23 |
439 | 2024-11-22T01:31:46.139Z | Compiling colorchoice v1.0.2 |
440 | 2024-11-22T01:31:46.229Z | Compiling anstyle-query v1.1.1 |
441 | 2024-11-22T01:31:46.372Z | Compiling unicode-width v0.1.14 |
442 | 2024-11-22T01:31:46.398Z | Compiling anstream v0.6.15 |
443 | 2024-11-22T01:31:46.705Z | Compiling fs-err v2.11.0 |
444 | 2024-11-22T01:31:47.007Z | Compiling cfg-if v1.0.0 |
445 | 2024-11-22T01:31:47.108Z | Compiling fnv v1.0.7 |
446 | 2024-11-22T01:31:47.135Z | Compiling fastrand v2.1.1 |
447 | 2024-11-22T01:31:47.138Z | Compiling strsim v0.11.1 |
448 | 2024-11-22T01:31:47.241Z | Compiling clap_lex v0.7.2 |
449 | 2024-11-22T01:31:47.408Z | Compiling anyhow v1.0.93 |
450 | 2024-11-22T01:31:47.674Z | Compiling terminal_size v0.4.0 |
451 | 2024-11-22T01:31:47.789Z | Compiling bytecount v0.6.8 |
452 | 2024-11-22T01:31:47.883Z | Compiling heck v0.5.0 |
453 | 2024-11-22T01:31:48.041Z | Compiling heck v0.4.1 |
454 | 2024-11-22T01:31:48.249Z | Compiling papergrid v0.11.0 |
455 | 2024-11-22T01:31:48.417Z | Compiling clap_builder v4.5.21 |
456 | 2024-11-22T01:31:48.451Z | Compiling tempfile v3.13.0 |
457 | 2024-11-22T01:31:48.671Z | Compiling memmap v0.7.0 |
458 | 2024-11-22T01:31:48.697Z | Compiling smawk v0.3.2 |
459 | 2024-11-22T01:31:48.916Z | Compiling unicode-linebreak v0.1.5 |
460 | 2024-11-22T01:31:49.328Z | Compiling textwrap v0.16.1 |
461 | 2024-11-22T01:31:49.413Z | Compiling swrite v0.1.0 |
462 | 2024-11-22T01:31:50.702Z | Compiling tabled_derive v0.7.0 |
463 | 2024-11-22T01:31:52.258Z | Compiling tabled v0.15.0 |
464 | 2024-11-22T01:31:53.884Z | Compiling serde_derive v1.0.215 |
465 | 2024-11-22T01:31:53.884Z | Compiling thiserror-impl v1.0.69 |
466 | 2024-11-22T01:31:53.887Z | Compiling zerocopy-derive v0.7.35 |
467 | 2024-11-22T01:31:53.887Z | Compiling scroll_derive v0.12.0 |
468 | 2024-11-22T01:31:54.000Z | Compiling clap_derive v4.5.18 |
469 | 2024-11-22T01:31:55.217Z | Compiling scroll v0.12.0 |
470 | 2024-11-22T01:31:55.660Z | Compiling zerocopy v0.7.35 |
471 | 2024-11-22T01:31:55.718Z | Compiling goblin v0.8.2 |
472 | 2024-11-22T01:31:56.769Z | Compiling pest v2.7.14 |
473 | 2024-11-22T01:31:57.970Z | Compiling clap v4.5.21 |
474 | 2024-11-22T01:31:58.951Z | Compiling pest_meta v2.7.14 |
475 | 2024-11-22T01:31:59.815Z | Compiling pest_generator v2.7.14 |
476 | 2024-11-22T01:32:01.757Z | Compiling pest_derive v2.7.14 |
477 | 2024-11-22T01:32:02.455Z | Compiling dtrace-parser v0.2.0 |
478 | 2024-11-22T01:32:03.786Z | Compiling toml_datetime v0.6.8 |
479 | 2024-11-22T01:32:03.786Z | Compiling serde_spanned v0.6.8 |
480 | 2024-11-22T01:32:03.789Z | Compiling cargo-platform v0.1.8 |
481 | 2024-11-22T01:32:04.147Z | Compiling serde_tokenstream v0.2.2 |
482 | 2024-11-22T01:32:04.150Z | Compiling macaddr v1.0.1 |
483 | 2024-11-22T01:32:04.402Z | Compiling toml_edit v0.22.22 |
484 | 2024-11-22T01:32:04.516Z | Compiling camino-tempfile v1.1.1 |
485 | 2024-11-22T01:32:05.229Z | Compiling dof v0.3.0 |
486 | 2024-11-22T01:32:05.229Z | Compiling cargo_metadata v0.18.1 |
487 | 2024-11-22T01:32:07.168Z | Compiling toml v0.8.19 |
488 | 2024-11-22T01:32:07.258Z | Compiling usdt-attr-macro v0.5.0 |
489 | 2024-11-22T01:32:07.262Z | Compiling usdt-macro v0.5.0 |
490 | 2024-11-22T01:32:08.035Z | Compiling cargo_toml v0.20.5 |
491 | 2024-11-22T01:32:08.654Z | Compiling usdt v0.5.0 |
492 | 2024-11-22T01:32:11.481Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
493 | 2024-11-22T01:32:15.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.56s |
494 | 2024-11-22T01:32:15.874Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
495 | 2024-11-22T01:32:16.430Z | Downloading crates ... |
496 | 2024-11-22T01:32:16.576Z | Downloaded lock_api v0.4.12 |
497 | 2024-11-22T01:32:16.616Z | Downloaded addr2line v0.24.2 |
498 | 2024-11-22T01:32:16.632Z | Downloaded hex v0.4.3 |
499 | 2024-11-22T01:32:16.635Z | Downloaded heck v0.3.3 |
500 | 2024-11-22T01:32:16.637Z | Downloaded arrayref v0.3.9 |
501 | 2024-11-22T01:32:16.637Z | Downloaded hex-literal v0.4.1 |
502 | 2024-11-22T01:32:16.640Z | Downloaded assert_matches v1.5.0 |
503 | 2024-11-22T01:32:16.643Z | Downloaded adler2 v2.0.0 |
504 | 2024-11-22T01:32:16.646Z | Downloaded aead v0.5.2 |
505 | 2024-11-22T01:32:16.650Z | Downloaded argon2 v0.5.3 |
506 | 2024-11-22T01:32:16.653Z | Downloaded async-recursion v1.1.1 |
507 | 2024-11-22T01:32:16.656Z | Downloaded headers-core v0.3.0 |
508 | 2024-11-22T01:32:16.659Z | Downloaded ascii-canvas v3.0.0 |
509 | 2024-11-22T01:32:16.659Z | Downloaded arrayvec v0.7.6 |
510 | 2024-11-22T01:32:16.662Z | Downloaded async-bb8-diesel v0.2.1 |
511 | 2024-11-22T01:32:16.665Z | Downloaded darling v0.20.10 |
512 | 2024-11-22T01:32:16.670Z | Downloaded http-body v1.0.1 |
513 | 2024-11-22T01:32:16.672Z | Downloaded atomicwrites v0.4.4 |
514 | 2024-11-22T01:32:16.673Z | Downloaded async-stream-impl v0.3.6 |
515 | 2024-11-22T01:32:16.675Z | Downloaded aes-gcm v0.10.3 |
516 | 2024-11-22T01:32:16.680Z | Downloaded hubpack_derive v0.1.1 |
517 | 2024-11-22T01:32:16.682Z | Downloaded heapless v0.8.0 |
518 | 2024-11-22T01:32:16.685Z | Downloaded indexmap v1.9.3 |
519 | 2024-11-22T01:32:16.689Z | Downloaded hickory-server v0.24.1 |
520 | 2024-11-22T01:32:16.695Z | Downloaded icu_provider_macros v1.5.0 |
521 | 2024-11-22T01:32:16.697Z | Downloaded humantime v2.1.0 |
522 | 2024-11-22T01:32:16.700Z | Downloaded is_ci v1.2.0 |
523 | 2024-11-22T01:32:16.700Z | Downloaded cfg_aliases v0.2.1 |
524 | 2024-11-22T01:32:16.702Z | Downloaded cfg_aliases v0.1.1 |
525 | 2024-11-22T01:32:16.703Z | Downloaded hickory-proto v0.24.1 |
526 | 2024-11-22T01:32:16.720Z | Downloaded md5 v0.7.0 |
527 | 2024-11-22T01:32:16.723Z | Downloaded http-range v0.1.5 |
528 | 2024-11-22T01:32:16.723Z | Downloaded home v0.5.9 |
529 | 2024-11-22T01:32:16.725Z | Downloaded hickory-client v0.24.1 |
530 | 2024-11-22T01:32:16.728Z | Downloaded crunchy v0.2.2 |
531 | 2024-11-22T01:32:16.728Z | Downloaded instant v0.1.13 |
532 | 2024-11-22T01:32:16.731Z | Downloaded indoc v1.0.9 |
533 | 2024-11-22T01:32:16.731Z | Downloaded hyper-tls v0.6.0 |
534 | 2024-11-22T01:32:16.736Z | Downloaded hubpack v0.1.2 |
535 | 2024-11-22T01:32:16.736Z | Downloaded lazy_static v1.5.0 |
536 | 2024-11-22T01:32:16.739Z | Downloaded http-body-util v0.1.2 |
537 | 2024-11-22T01:32:16.739Z | Downloaded cipher v0.4.4 |
538 | 2024-11-22T01:32:16.742Z | Downloaded cexpr v0.6.0 |
539 | 2024-11-22T01:32:16.744Z | Downloaded matches v0.1.10 |
540 | 2024-11-22T01:32:16.744Z | Downloaded match_cfg v0.1.0 |
541 | 2024-11-22T01:32:16.747Z | Downloaded cmake v0.1.51 |
542 | 2024-11-22T01:32:16.747Z | Downloaded castaway v0.2.3 |
543 | 2024-11-22T01:32:16.749Z | Downloaded cassowary v0.3.0 |
544 | 2024-11-22T01:32:16.752Z | Downloaded curve25519-dalek-derive v0.1.1 |
545 | 2024-11-22T01:32:16.752Z | Downloaded chrono-tz-build v0.4.0 |
546 | 2024-11-22T01:32:16.754Z | Downloaded chacha20 v0.9.1 |
547 | 2024-11-22T01:32:16.754Z | Downloaded blowfish v0.9.1 |
548 | 2024-11-22T01:32:16.757Z | Downloaded linked-hash-map v0.5.6 |
549 | 2024-11-22T01:32:16.760Z | Downloaded highway v1.2.0 |
550 | 2024-11-22T01:32:16.760Z | Downloaded async-trait v0.1.83 |
551 | 2024-11-22T01:32:16.764Z | Downloaded libsw v3.3.1 |
552 | 2024-11-22T01:32:16.766Z | Downloaded ctr v0.9.2 |
553 | 2024-11-22T01:32:16.768Z | Downloaded crc v3.2.1 |
554 | 2024-11-22T01:32:16.771Z | Downloaded strum v0.26.3 |
555 | 2024-11-22T01:32:16.774Z | Downloaded md-5 v0.10.6 |
556 | 2024-11-22T01:32:16.777Z | Downloaded rustc-hash v2.0.0 |
557 | 2024-11-22T01:32:16.777Z | Downloaded linear-map v1.2.0 |
558 | 2024-11-22T01:32:16.779Z | Downloaded inout v0.1.3 |
559 | 2024-11-22T01:32:16.781Z | Downloaded termtree v0.4.1 |
560 | 2024-11-22T01:32:16.782Z | Downloaded serde-big-array v0.5.1 |
561 | 2024-11-22T01:32:16.784Z | Downloaded ipnetwork v0.20.0 |
562 | 2024-11-22T01:32:16.784Z | Downloaded keccak v0.1.5 |
563 | 2024-11-22T01:32:16.787Z | Downloaded icu_locid_transform v1.5.0 |
564 | 2024-11-22T01:32:16.789Z | Downloaded ref-cast-impl v1.0.23 |
565 | 2024-11-22T01:32:16.792Z | Downloaded bitfield-struct v0.6.2 |
566 | 2024-11-22T01:32:16.792Z | Downloaded mime v0.3.17 |
567 | 2024-11-22T01:32:16.794Z | Downloaded maybe-uninit v2.0.0 |
568 | 2024-11-22T01:32:16.797Z | Downloaded maplit v1.0.2 |
569 | 2024-11-22T01:32:16.797Z | Downloaded hmac v0.12.1 |
570 | 2024-11-22T01:32:16.801Z | Downloaded ciborium-ll v0.2.2 |
571 | 2024-11-22T01:32:16.801Z | Downloaded libefi-sys v0.1.0 |
572 | 2024-11-22T01:32:16.804Z | Downloaded memoffset v0.9.1 |
573 | 2024-11-22T01:32:16.804Z | Downloaded iana-time-zone v0.1.61 |
574 | 2024-11-22T01:32:16.807Z | Downloaded const_format_proc_macros v0.2.33 |
575 | 2024-11-22T01:32:16.810Z | Downloaded lalrpop-util v0.19.12 |
576 | 2024-11-22T01:32:16.813Z | Downloaded rusty-fork v0.3.0 |
577 | 2024-11-22T01:32:16.813Z | Downloaded quinn-udp v0.5.5 |
578 | 2024-11-22T01:32:16.815Z | Downloaded lru v0.12.5 |
579 | 2024-11-22T01:32:16.815Z | Downloaded cobs v0.2.3 |
580 | 2024-11-22T01:32:16.818Z | Downloaded write16 v1.0.0 |
581 | 2024-11-22T01:32:16.818Z | Downloaded stable_deref_trait v1.2.0 |
582 | 2024-11-22T01:32:16.821Z | Downloaded slab v0.4.9 |
583 | 2024-11-22T01:32:16.823Z | Downloaded try-lock v0.2.5 |
584 | 2024-11-22T01:32:16.823Z | Downloaded cookie_store v0.21.0 |
585 | 2024-11-22T01:32:16.826Z | Downloaded darling_macro v0.20.10 |
586 | 2024-11-22T01:32:16.826Z | Downloaded tower-service v0.3.3 |
587 | 2024-11-22T01:32:16.826Z | Downloaded icu_locid v1.5.0 |
588 | 2024-11-22T01:32:16.836Z | Downloaded toolchain_find v0.4.0 |
589 | 2024-11-22T01:32:16.839Z | Downloaded dirs-sys-next v0.1.2 |
590 | 2024-11-22T01:32:16.839Z | Downloaded scheduled-thread-pool v0.2.7 |
591 | 2024-11-22T01:32:16.839Z | Downloaded newline-converter v0.3.0 |
592 | 2024-11-22T01:32:16.839Z | Downloaded new_debug_unreachable v1.0.6 |
593 | 2024-11-22T01:32:16.839Z | Downloaded libloading v0.8.5 |
594 | 2024-11-22T01:32:16.842Z | Downloaded serde-hex v0.1.0 |
595 | 2024-11-22T01:32:16.844Z | Downloaded slog-scope v4.4.0 |
596 | 2024-11-22T01:32:16.847Z | Downloaded structmeta-derive v0.3.0 |
597 | 2024-11-22T01:32:16.847Z | Downloaded strum_macros v0.24.3 |
598 | 2024-11-22T01:32:16.850Z | Downloaded csv-core v0.1.11 |
599 | 2024-11-22T01:32:16.852Z | Downloaded ciborium v0.2.2 |
600 | 2024-11-22T01:32:16.855Z | Downloaded newtype_derive v0.1.6 |
601 | 2024-11-22T01:32:16.855Z | Downloaded clang-sys v1.8.1 |
602 | 2024-11-22T01:32:16.858Z | Downloaded crossbeam-utils v0.8.20 |
603 | 2024-11-22T01:32:16.861Z | Downloaded static_assertions v1.1.0 |
604 | 2024-11-22T01:32:16.864Z | Downloaded opaque-debug v0.3.1 |
605 | 2024-11-22T01:32:16.866Z | Downloaded crc-any v2.5.0 |
606 | 2024-11-22T01:32:16.869Z | Downloaded wyz v0.5.1 |
607 | 2024-11-22T01:32:16.869Z | Downloaded parse-size v1.1.0 |
608 | 2024-11-22T01:32:16.871Z | Downloaded cookie v0.18.1 |
609 | 2024-11-22T01:32:16.874Z | Downloaded backtrace v0.3.74 |
610 | 2024-11-22T01:32:16.878Z | Downloaded downcast v0.11.0 |
611 | 2024-11-22T01:32:16.881Z | Downloaded zerovec-derive v0.10.3 |
612 | 2024-11-22T01:32:16.884Z | Downloaded icu_normalizer_data v1.5.0 |
613 | 2024-11-22T01:32:16.886Z | Downloaded topological-sort v0.2.2 |
614 | 2024-11-22T01:32:16.886Z | Downloaded indicatif v0.17.9 |
615 | 2024-11-22T01:32:16.891Z | Downloaded display-error-chain v0.2.2 |
616 | 2024-11-22T01:32:16.893Z | Downloaded fixedbitset v0.4.2 |
617 | 2024-11-22T01:32:16.895Z | Downloaded flagset v0.4.6 |
618 | 2024-11-22T01:32:16.895Z | Downloaded num-derive v0.4.2 |
619 | 2024-11-22T01:32:16.898Z | Downloaded float-ord v0.3.2 |
620 | 2024-11-22T01:32:16.901Z | Downloaded hickory-resolver v0.24.1 |
621 | 2024-11-22T01:32:16.904Z | Downloaded time-core v0.1.2 |
622 | 2024-11-22T01:32:16.906Z | Downloaded num_enum v0.5.11 |
623 | 2024-11-22T01:32:16.911Z | Downloaded chacha20poly1305 v0.10.1 |
624 | 2024-11-22T01:32:16.913Z | Downloaded tokio-rustls v0.24.1 |
625 | 2024-11-22T01:32:16.916Z | Downloaded progenitor-impl v0.8.0 |
626 | 2024-11-22T01:32:16.918Z | Downloaded olpc-cjson v0.1.4 |
627 | 2024-11-22T01:32:16.921Z | Downloaded tui-tree-widget v0.22.0 |
628 | 2024-11-22T01:32:16.921Z | Downloaded tracing-attributes v0.1.27 |
629 | 2024-11-22T01:32:16.924Z | Downloaded base64 v0.21.7 |
630 | 2024-11-22T01:32:16.928Z | Downloaded derive_builder_macro v0.20.2 |
631 | 2024-11-22T01:32:16.931Z | Downloaded yoke-derive v0.7.4 |
632 | 2024-11-22T01:32:16.931Z | Downloaded pin-utils v0.1.0 |
633 | 2024-11-22T01:32:16.944Z | Downloaded peg-runtime v0.8.3 |
634 | 2024-11-22T01:32:16.946Z | Downloaded icu_normalizer v1.5.0 |
635 | 2024-11-22T01:32:16.949Z | Downloaded http v1.1.0 |
636 | 2024-11-22T01:32:16.953Z | Downloaded structmeta v0.3.0 |
637 | 2024-11-22T01:32:16.956Z | Downloaded icu_properties v1.5.1 |
638 | 2024-11-22T01:32:16.958Z | Downloaded structmeta v0.2.0 |
639 | 2024-11-22T01:32:16.961Z | Downloaded progenitor-client v0.8.0 |
640 | 2024-11-22T01:32:16.962Z | Downloaded scrypt v0.11.0 |
641 | 2024-11-22T01:32:16.964Z | Downloaded const_format v0.2.33 |
642 | 2024-11-22T01:32:16.967Z | Downloaded slog-async v2.8.0 |
643 | 2024-11-22T01:32:16.970Z | Downloaded structmeta-derive v0.2.0 |
644 | 2024-11-22T01:32:16.970Z | Downloaded num v0.4.3 |
645 | 2024-11-22T01:32:16.980Z | Downloaded rand_core v0.6.4 |
646 | 2024-11-22T01:32:16.980Z | Downloaded utf16_iter v1.0.5 |
647 | 2024-11-22T01:32:16.980Z | Downloaded signal-hook v0.3.17 |
648 | 2024-11-22T01:32:16.980Z | Downloaded typify-macro v0.2.0 |
649 | 2024-11-22T01:32:16.980Z | Downloaded group v0.13.0 |
650 | 2024-11-22T01:32:16.983Z | Downloaded unarray v0.1.4 |
651 | 2024-11-22T01:32:16.983Z | Downloaded russh-cryptovec v0.7.3 |
652 | 2024-11-22T01:32:16.983Z | Downloaded pkcs1 v0.7.5 |
653 | 2024-11-22T01:32:16.986Z | Downloaded icu_collections v1.5.0 |
654 | 2024-11-22T01:32:16.992Z | Downloaded multimap v0.10.0 |
655 | 2024-11-22T01:32:16.995Z | Downloaded futures-task v0.3.31 |
656 | 2024-11-22T01:32:16.997Z | Downloaded form_urlencoded v1.2.1 |
657 | 2024-11-22T01:32:16.997Z | Downloaded sync_wrapper v1.0.1 |
658 | 2024-11-22T01:32:17.001Z | Downloaded want v0.3.1 |
659 | 2024-11-22T01:32:17.001Z | Downloaded fallible-streaming-iterator v0.1.9 |
660 | 2024-11-22T01:32:17.001Z | Downloaded fallible-iterator v0.3.0 |
661 | 2024-11-22T01:32:17.003Z | Downloaded tokio-rustls v0.26.0 |
662 | 2024-11-22T01:32:17.006Z | Downloaded pbkdf2 v0.12.2 |
663 | 2024-11-22T01:32:17.006Z | Downloaded num_enum_derive v0.5.11 |
664 | 2024-11-22T01:32:17.009Z | Downloaded embedded-io v0.6.1 |
665 | 2024-11-22T01:32:17.009Z | Downloaded embedded-io v0.4.0 |
666 | 2024-11-22T01:32:17.012Z | Downloaded hash32 v0.3.1 |
667 | 2024-11-22T01:32:17.015Z | Downloaded bumpalo v3.16.0 |
668 | 2024-11-22T01:32:17.018Z | Downloaded dhcproto-macros v0.1.0 |
669 | 2024-11-22T01:32:17.018Z | Downloaded zerofrom v0.1.4 |
670 | 2024-11-22T01:32:17.020Z | Downloaded sct v0.7.1 |
671 | 2024-11-22T01:32:17.023Z | Downloaded typify v0.2.0 |
672 | 2024-11-22T01:32:17.026Z | Downloaded progenitor-macro v0.8.0 |
673 | 2024-11-22T01:32:17.029Z | Downloaded polyval v0.6.2 |
674 | 2024-11-22T01:32:17.032Z | Downloaded omicron-zone-package v0.11.1 |
675 | 2024-11-22T01:32:17.034Z | Downloaded rfc6979 v0.4.0 |
676 | 2024-11-22T01:32:17.034Z | Downloaded secrecy v0.8.0 |
677 | 2024-11-22T01:32:17.037Z | Downloaded sec1 v0.7.3 |
678 | 2024-11-22T01:32:17.039Z | Downloaded spin v0.5.2 |
679 | 2024-11-22T01:32:17.042Z | Downloaded vte v0.11.1 |
680 | 2024-11-22T01:32:17.042Z | Downloaded signal-hook-tokio v0.3.1 |
681 | 2024-11-22T01:32:17.044Z | Downloaded semver v0.1.20 |
682 | 2024-11-22T01:32:17.047Z | Downloaded synstructure v0.13.1 |
683 | 2024-11-22T01:32:17.047Z | Downloaded sync-ptr v0.1.1 |
684 | 2024-11-22T01:32:17.049Z | Downloaded pkcs5 v0.7.1 |
685 | 2024-11-22T01:32:17.052Z | Downloaded phf_shared v0.10.0 |
686 | 2024-11-22T01:32:17.055Z | Downloaded fxhash v0.2.1 |
687 | 2024-11-22T01:32:17.055Z | Downloaded minimal-lexical v0.2.1 |
688 | 2024-11-22T01:32:17.059Z | Downloaded tokio-native-tls v0.3.1 |
689 | 2024-11-22T01:32:17.063Z | Downloaded tokio-macros v2.4.0 |
690 | 2024-11-22T01:32:17.065Z | Downloaded pbkdf2 v0.11.0 |
691 | 2024-11-22T01:32:17.065Z | Downloaded pin-project-lite v0.2.14 |
692 | 2024-11-22T01:32:17.071Z | Downloaded utf8_iter v1.0.4 |
693 | 2024-11-22T01:32:17.074Z | Downloaded derive_more v0.99.18 |
694 | 2024-11-22T01:32:17.077Z | Downloaded tinyvec_macros v0.1.1 |
695 | 2024-11-22T01:32:17.080Z | Downloaded fd-lock v4.0.2 |
696 | 2024-11-22T01:32:17.083Z | Downloaded endian-type v0.1.2 |
697 | 2024-11-22T01:32:17.083Z | Downloaded zerofrom-derive v0.1.4 |
698 | 2024-11-22T01:32:17.085Z | Downloaded diesel-dtrace v0.3.0 |
699 | 2024-11-22T01:32:17.085Z | Downloaded tokio-stream v0.1.16 |
700 | 2024-11-22T01:32:17.090Z | Downloaded futures-sink v0.3.31 |
701 | 2024-11-22T01:32:17.093Z | Downloaded utf-8 v0.7.6 |
702 | 2024-11-22T01:32:17.093Z | Downloaded rustc-demangle v0.1.24 |
703 | 2024-11-22T01:32:17.097Z | Downloaded futures-macro v0.3.31 |
704 | 2024-11-22T01:32:17.097Z | Downloaded phf_generator v0.11.2 |
705 | 2024-11-22T01:32:17.100Z | Downloaded ghash v0.5.1 |
706 | 2024-11-22T01:32:17.100Z | Downloaded gethostname v0.5.0 |
707 | 2024-11-22T01:32:17.102Z | Downloaded phf v0.11.2 |
708 | 2024-11-22T01:32:17.102Z | Downloaded num_threads v0.1.7 |
709 | 2024-11-22T01:32:17.105Z | Downloaded oso v0.27.3 |
710 | 2024-11-22T01:32:17.108Z | Downloaded phf_shared v0.11.2 |
711 | 2024-11-22T01:32:17.112Z | Downloaded futures-executor v0.3.31 |
712 | 2024-11-22T01:32:17.112Z | Downloaded openssl-probe v0.1.5 |
713 | 2024-11-22T01:32:17.115Z | Downloaded serde_repr v0.1.19 |
714 | 2024-11-22T01:32:17.115Z | Downloaded rpassword v7.3.1 |
715 | 2024-11-22T01:32:17.117Z | Downloaded rustc-hash v1.1.0 |
716 | 2024-11-22T01:32:17.117Z | Downloaded shell-words v1.1.0 |
717 | 2024-11-22T01:32:17.120Z | Downloaded der_derive v0.7.3 |
718 | 2024-11-22T01:32:17.122Z | Downloaded precomputed-hash v0.1.1 |
719 | 2024-11-22T01:32:17.122Z | Downloaded yasna v0.5.2 |
720 | 2024-11-22T01:32:17.125Z | Downloaded futures-io v0.3.31 |
721 | 2024-11-22T01:32:17.125Z | Downloaded futures-core v0.3.31 |
722 | 2024-11-22T01:32:17.127Z | Downloaded smallvec v0.6.14 |
723 | 2024-11-22T01:32:17.130Z | Downloaded universal-hash v0.5.1 |
724 | 2024-11-22T01:32:17.130Z | Downloaded tls_codec v0.4.1 |
725 | 2024-11-22T01:32:17.132Z | Downloaded untrusted v0.7.1 |
726 | 2024-11-22T01:32:17.132Z | Downloaded unicode-xid v0.2.6 |
727 | 2024-11-22T01:32:17.135Z | Downloaded parking_lot v0.12.3 |
728 | 2024-11-22T01:32:17.137Z | Downloaded foreign-types-macros v0.2.3 |
729 | 2024-11-22T01:32:17.140Z | Downloaded unicode-truncate v1.1.0 |
730 | 2024-11-22T01:32:17.140Z | Downloaded tar v0.4.42 |
731 | 2024-11-22T01:32:17.144Z | Downloaded futures-channel v0.3.31 |
732 | 2024-11-22T01:32:17.147Z | Downloaded socket2 v0.5.7 |
733 | 2024-11-22T01:32:17.150Z | Downloaded waitgroup v0.1.2 |
734 | 2024-11-22T01:32:17.150Z | Downloaded parking_lot v0.11.2 |
735 | 2024-11-22T01:32:17.152Z | Downloaded getrandom v0.2.15 |
736 | 2024-11-22T01:32:17.155Z | Downloaded strum_macros v0.25.3 |
737 | 2024-11-22T01:32:17.158Z | Downloaded elliptic-curve v0.13.8 |
738 | 2024-11-22T01:32:17.161Z | Downloaded pretty-hex v0.2.1 |
739 | 2024-11-22T01:32:17.164Z | Downloaded number_prefix v0.4.0 |
740 | 2024-11-22T01:32:17.166Z | Downloaded rayon-core v1.12.1 |
741 | 2024-11-22T01:32:17.169Z | Downloaded itertools v0.10.5 |
742 | 2024-11-22T01:32:17.175Z | Downloaded uuid v1.11.0 |
743 | 2024-11-22T01:32:17.179Z | Downloaded zone_cfg_derive v0.3.0 |
744 | 2024-11-22T01:32:17.182Z | Downloaded sigpipe v0.1.3 |
745 | 2024-11-22T01:32:17.182Z | Downloaded serde_urlencoded v0.7.1 |
746 | 2024-11-22T01:32:17.184Z | Downloaded serde_plain v1.0.2 |
747 | 2024-11-22T01:32:17.187Z | Downloaded take_mut v0.2.2 |
748 | 2024-11-22T01:32:17.187Z | Downloaded ref-cast v1.0.23 |
749 | 2024-11-22T01:32:17.189Z | Downloaded thread_local v1.1.8 |
750 | 2024-11-22T01:32:17.191Z | Downloaded dhcproto v0.12.0 |
751 | 2024-11-22T01:32:17.194Z | Downloaded untrusted v0.9.0 |
752 | 2024-11-22T01:32:17.197Z | Downloaded zone_cfg_derive v0.1.2 |
753 | 2024-11-22T01:32:17.197Z | Downloaded rustls-pemfile v2.2.0 |
754 | 2024-11-22T01:32:17.200Z | Downloaded env_logger v0.11.5 |
755 | 2024-11-22T01:32:17.202Z | Downloaded wait-timeout v0.2.0 |
756 | 2024-11-22T01:32:17.205Z | Downloaded futures v0.3.31 |
757 | 2024-11-22T01:32:17.210Z | Downloaded fragile v2.0.0 |
758 | 2024-11-22T01:32:17.212Z | Downloaded ed25519 v2.2.3 |
759 | 2024-11-22T01:32:17.215Z | Downloaded flate2 v1.0.34 |
760 | 2024-11-22T01:32:17.220Z | Downloaded value-bag v1.9.0 |
761 | 2024-11-22T01:32:17.223Z | Downloaded sqlparser_derive v0.2.2 |
762 | 2024-11-22T01:32:17.226Z | Downloaded pin-project v1.1.6 |
763 | 2024-11-22T01:32:17.235Z | Downloaded packed_struct_codegen v0.10.1 |
764 | 2024-11-22T01:32:17.239Z | Downloaded openssl-macros v0.1.1 |
765 | 2024-11-22T01:32:17.239Z | Downloaded parse-display v0.10.0 |
766 | 2024-11-22T01:32:17.242Z | Downloaded packed_struct v0.10.1 |
767 | 2024-11-22T01:32:17.242Z | Downloaded crossterm v0.28.1 |
768 | 2024-11-22T01:32:17.248Z | Downloaded zone v0.1.8 |
769 | 2024-11-22T01:32:17.252Z | Downloaded tinystr v0.7.6 |
770 | 2024-11-22T01:32:17.254Z | Downloaded term v0.7.0 |
771 | 2024-11-22T01:32:17.256Z | Downloaded subprocess v0.2.9 |
772 | 2024-11-22T01:32:17.260Z | Downloaded dsl_auto_type v0.1.2 |
773 | 2024-11-22T01:32:17.262Z | Downloaded tabwriter v1.4.0 |
774 | 2024-11-22T01:32:17.265Z | Downloaded spin v0.9.8 |
775 | 2024-11-22T01:32:17.267Z | Downloaded slog-term v2.9.1 |
776 | 2024-11-22T01:32:17.270Z | Downloaded salsa20 v0.10.2 |
777 | 2024-11-22T01:32:17.270Z | Downloaded nanorand v0.7.0 |
778 | 2024-11-22T01:32:17.272Z | Downloaded derive_builder_core v0.20.2 |
779 | 2024-11-22T01:32:17.275Z | Downloaded powerfmt v0.2.0 |
780 | 2024-11-22T01:32:17.277Z | Downloaded hyper v1.5.0 |
781 | 2024-11-22T01:32:17.284Z | Downloaded defmt-parser v0.3.4 |
782 | 2024-11-22T01:32:17.286Z | Downloaded ssh-encoding v0.2.0 |
783 | 2024-11-22T01:32:17.286Z | Downloaded resolv-conf v0.7.0 |
784 | 2024-11-22T01:32:17.289Z | Downloaded predicates v3.1.2 |
785 | 2024-11-22T01:32:17.292Z | Downloaded predicates-tree v1.0.11 |
786 | 2024-11-22T01:32:17.295Z | Downloaded tungstenite v0.24.0 |
787 | 2024-11-22T01:32:17.297Z | Downloaded num-conv v0.1.0 |
788 | 2024-11-22T01:32:17.300Z | Downloaded normalize-line-endings v0.3.0 |
789 | 2024-11-22T01:32:17.300Z | Downloaded string_cache v0.8.7 |
790 | 2024-11-22T01:32:17.302Z | Downloaded zeroize_derive v1.4.2 |
791 | 2024-11-22T01:32:17.302Z | Downloaded env_filter v0.1.2 |
792 | 2024-11-22T01:32:17.305Z | Downloaded fallible-iterator v0.2.0 |
793 | 2024-11-22T01:32:17.305Z | Downloaded tls_codec_derive v0.4.1 |
794 | 2024-11-22T01:32:17.308Z | Downloaded enum-as-inner v0.5.1 |
795 | 2024-11-22T01:32:17.310Z | Downloaded env_logger v0.10.2 |
796 | 2024-11-22T01:32:17.312Z | Downloaded stringprep v0.1.5 |
797 | 2024-11-22T01:32:17.315Z | Downloaded unsafe-libyaml v0.2.11 |
798 | 2024-11-22T01:32:17.318Z | Downloaded mirai-annotations v1.12.0 |
799 | 2024-11-22T01:32:17.321Z | Downloaded strip-ansi-escapes v0.2.0 |
800 | 2024-11-22T01:32:17.321Z | Downloaded hashlink v0.9.1 |
801 | 2024-11-22T01:32:17.324Z | Downloaded paste v1.0.15 |
802 | 2024-11-22T01:32:17.326Z | Downloaded foreign-types v0.3.2 |
803 | 2024-11-22T01:32:17.329Z | Downloaded slog-envlogger v2.2.0 |
804 | 2024-11-22T01:32:17.332Z | Downloaded steno v0.4.1 |
805 | 2024-11-22T01:32:17.335Z | Downloaded itertools v0.12.1 |
806 | 2024-11-22T01:32:17.342Z | Downloaded sqlformat v0.2.6 |
807 | 2024-11-22T01:32:17.344Z | Downloaded serde_with_macros v3.11.0 |
808 | 2024-11-22T01:32:17.347Z | Downloaded password-hash v0.5.0 |
809 | 2024-11-22T01:32:17.349Z | Downloaded zeroize v1.8.1 |
810 | 2024-11-22T01:32:17.352Z | Downloaded nodrop v0.1.14 |
811 | 2024-11-22T01:32:17.352Z | Downloaded num-iter v0.1.45 |
812 | 2024-11-22T01:32:17.354Z | Downloaded p256 v0.13.2 |
813 | 2024-11-22T01:32:17.357Z | Downloaded num-integer v0.1.46 |
814 | 2024-11-22T01:32:17.359Z | Downloaded psl-types v2.0.11 |
815 | 2024-11-22T01:32:17.360Z | Downloaded openssl-sys v0.9.103 |
816 | 2024-11-22T01:32:17.364Z | Downloaded path-slash v0.1.5 |
817 | 2024-11-22T01:32:17.367Z | Downloaded progenitor v0.8.0 |
818 | 2024-11-22T01:32:17.371Z | Downloaded num-complex v0.4.6 |
819 | 2024-11-22T01:32:17.372Z | Downloaded rustls-pki-types v1.9.0 |
820 | 2024-11-22T01:32:17.374Z | Downloaded simd-adler32 v0.3.7 |
821 | 2024-11-22T01:32:17.377Z | Downloaded either v1.13.0 |
822 | 2024-11-22T01:32:17.377Z | Downloaded time v0.3.36 |
823 | 2024-11-22T01:32:17.384Z | Downloaded vte_generate_state_changes v0.1.2 |
824 | 2024-11-22T01:32:17.386Z | Downloaded foreign-types v0.5.0 |
825 | 2024-11-22T01:32:17.386Z | Downloaded dropshot_endpoint v0.13.0 |
826 | 2024-11-22T01:32:17.390Z | Downloaded diesel_table_macro_syntax v0.2.0 |
827 | 2024-11-22T01:32:17.393Z | Downloaded mockall v0.13.0 |
828 | 2024-11-22T01:32:17.393Z | Downloaded unicode-segmentation v1.12.0 |
829 | 2024-11-22T01:32:17.397Z | Downloaded url v2.5.3 |
830 | 2024-11-22T01:32:17.400Z | Downloaded deranged v0.3.11 |
831 | 2024-11-22T01:32:17.403Z | Downloaded reedline v0.35.0 |
832 | 2024-11-22T01:32:17.409Z | Downloaded primeorder v0.13.6 |
833 | 2024-11-22T01:32:17.412Z | Downloaded predicates-core v1.0.8 |
834 | 2024-11-22T01:32:17.412Z | Downloaded rustfmt-wrapper v0.2.1 |
835 | 2024-11-22T01:32:17.414Z | Downloaded slog-json v2.6.1 |
836 | 2024-11-22T01:32:17.417Z | Downloaded signal-hook-mio v0.2.4 |
837 | 2024-11-22T01:32:17.417Z | Downloaded rustls-pemfile v1.0.4 |
838 | 2024-11-22T01:32:17.420Z | Downloaded publicsuffix v2.2.3 |
839 | 2024-11-22T01:32:17.425Z | Downloaded pin-project-internal v1.1.6 |
840 | 2024-11-22T01:32:17.425Z | Downloaded diff v0.1.13 |
841 | 2024-11-22T01:32:17.427Z | Downloaded pem v3.0.4 |
842 | 2024-11-22T01:32:17.430Z | Downloaded signal-hook-registry v1.4.2 |
843 | 2024-11-22T01:32:17.430Z | Downloaded proc-macro-crate v1.3.1 |
844 | 2024-11-22T01:32:17.434Z | Downloaded whoami v1.5.2 |
845 | 2024-11-22T01:32:17.434Z | Downloaded slog-stdlog v4.1.1 |
846 | 2024-11-22T01:32:17.438Z | Downloaded unicase v2.7.0 |
847 | 2024-11-22T01:32:17.441Z | Downloaded same-file v1.0.6 |
848 | 2024-11-22T01:32:17.441Z | Downloaded which v4.4.2 |
849 | 2024-11-22T01:32:17.441Z | Downloaded native-tls v0.2.12 |
850 | 2024-11-22T01:32:17.443Z | Downloaded ena v0.14.3 |
851 | 2024-11-22T01:32:17.446Z | Downloaded tokio-tungstenite v0.24.0 |
852 | 2024-11-22T01:32:17.451Z | Downloaded tokio-tungstenite v0.23.1 |
853 | 2024-11-22T01:32:17.452Z | Downloaded fs_extra v1.3.0 |
854 | 2024-11-22T01:32:17.452Z | Downloaded foldhash v0.1.3 |
855 | 2024-11-22T01:32:17.454Z | Downloaded multer v3.1.0 |
856 | 2024-11-22T01:32:17.457Z | Downloaded ssh-key v0.6.6 |
857 | 2024-11-22T01:32:17.463Z | Downloaded zopfli v0.8.1 |
858 | 2024-11-22T01:32:17.465Z | Downloaded postcard v1.0.10 |
859 | 2024-11-22T01:32:17.468Z | Downloaded tokio-rustls v0.25.0 |
860 | 2024-11-22T01:32:17.472Z | Downloaded russh v0.45.0 |
861 | 2024-11-22T01:32:17.477Z | Downloaded serde_path_to_error v0.1.16 |
862 | 2024-11-22T01:32:17.479Z | Downloaded blake3 v1.5.4 |
863 | 2024-11-22T01:32:17.487Z | Downloaded twox-hash v1.6.3 |
864 | 2024-11-22T01:32:17.489Z | Downloaded similar v2.6.0 |
865 | 2024-11-22T01:32:17.494Z | Downloaded hashbrown v0.12.3 |
866 | 2024-11-22T01:32:17.498Z | Downloaded derive-where v1.2.7 |
867 | 2024-11-22T01:32:17.502Z | Downloaded derive_builder v0.20.2 |
868 | 2024-11-22T01:32:17.507Z | Downloaded postgres-protocol v0.6.7 |
869 | 2024-11-22T01:32:17.510Z | Downloaded unicode-normalization v0.1.24 |
870 | 2024-11-22T01:32:17.514Z | Downloaded quinn-proto v0.11.8 |
871 | 2024-11-22T01:32:17.521Z | Downloaded expectorate v1.1.0 |
872 | 2024-11-22T01:32:17.523Z | Downloaded quinn v0.11.5 |
873 | 2024-11-22T01:32:17.527Z | Downloaded samael v0.0.17 |
874 | 2024-11-22T01:32:17.534Z | Downloaded hashbrown v0.13.2 |
875 | 2024-11-22T01:32:17.537Z | Downloaded parse-zoneinfo v0.3.1 |
876 | 2024-11-22T01:32:17.541Z | Downloaded postgres-types v0.2.8 |
877 | 2024-11-22T01:32:17.543Z | Downloaded tungstenite v0.23.0 |
878 | 2024-11-22T01:32:17.547Z | Downloaded bitvec v1.0.1 |
879 | 2024-11-22T01:32:17.563Z | Downloaded flume v0.11.1 |
880 | 2024-11-22T01:32:17.567Z | Downloaded ed25519-dalek v2.1.1 |
881 | 2024-11-22T01:32:17.570Z | Downloaded futures-util v0.3.31 |
882 | 2024-11-22T01:32:17.583Z | Downloaded unicode-bidi v0.3.17 |
883 | 2024-11-22T01:32:17.586Z | Downloaded idna v0.2.3 |
884 | 2024-11-22T01:32:17.593Z | Downloaded zip v2.1.3 |
885 | 2024-11-22T01:32:17.597Z | Downloaded darling_core v0.20.10 |
886 | 2024-11-22T01:32:17.603Z | Downloaded serde_yaml v0.9.34+deprecated |
887 | 2024-11-22T01:32:17.607Z | Downloaded ron v0.8.1 |
888 | 2024-11-22T01:32:17.612Z | Downloaded portable-atomic v1.9.0 |
889 | 2024-11-22T01:32:17.620Z | Downloaded der v0.7.9 |
890 | 2024-11-22T01:32:17.626Z | Downloaded num-bigint-dig v0.8.4 |
891 | 2024-11-22T01:32:17.631Z | Downloaded mio v1.0.2 |
892 | 2024-11-22T01:32:17.637Z | Downloaded serde_with v3.11.0 |
893 | 2024-11-22T01:32:17.647Z | Downloaded idna v0.3.0 |
894 | 2024-11-22T01:32:17.654Z | Downloaded tokio-postgres v0.7.12 |
895 | 2024-11-22T01:32:17.660Z | Downloaded rustyline v14.0.0 |
896 | 2024-11-22T01:32:17.665Z | Downloaded nom v7.1.3 |
897 | 2024-11-22T01:32:17.671Z | Downloaded hashbrown v0.14.5 |
898 | 2024-11-22T01:32:17.677Z | Downloaded x509-cert v0.2.5 |
899 | 2024-11-22T01:32:17.683Z | Downloaded rustls-webpki v0.102.8 |
900 | 2024-11-22T01:32:17.703Z | Downloaded zerocopy v0.8.10 |
901 | 2024-11-22T01:32:17.727Z | Downloaded p521 v0.13.3 |
902 | 2024-11-22T01:32:17.731Z | Downloaded zerovec v0.10.4 |
903 | 2024-11-22T01:32:17.737Z | Downloaded rustls-webpki v0.101.7 |
904 | 2024-11-22T01:32:17.752Z | Downloaded typed-path v0.9.3 |
905 | 2024-11-22T01:32:17.758Z | Downloaded trust-dns-proto v0.22.0 |
906 | 2024-11-22T01:32:17.770Z | Downloaded salty v0.3.0 |
907 | 2024-11-22T01:32:17.778Z | Downloaded smoltcp v0.9.1 |
908 | 2024-11-22T01:32:17.790Z | Downloaded h2 v0.4.6 |
909 | 2024-11-22T01:32:17.797Z | Downloaded polar-core v0.27.3 |
910 | 2024-11-22T01:32:17.806Z | Downloaded reqwest v0.12.9 |
911 | 2024-11-22T01:32:17.815Z | Downloaded bstr v1.10.0 |
912 | 2024-11-22T01:32:17.825Z | Downloaded quick-xml v0.33.0 |
913 | 2024-11-22T01:32:17.832Z | Downloaded regex v1.11.1 |
914 | 2024-11-22T01:32:17.848Z | Downloaded unicode-width v0.2.0 |
915 | 2024-11-22T01:32:17.853Z | Downloaded nix v0.27.1 |
916 | 2024-11-22T01:32:17.865Z | Downloaded vcpkg v0.2.15 |
917 | 2024-11-22T01:32:17.903Z | Downloaded radix_trie v0.2.1 |
918 | 2024-11-22T01:32:17.908Z | Downloaded openapiv3 v2.0.0 |
919 | 2024-11-22T01:32:17.921Z | Downloaded webpki-roots v0.26.6 |
920 | 2024-11-22T01:32:17.925Z | Downloaded rustls v0.21.12 |
921 | 2024-11-22T01:32:17.937Z | Downloaded openssl v0.10.66 |
922 | 2024-11-22T01:32:17.947Z | Downloaded object v0.30.4 |
923 | 2024-11-22T01:32:17.958Z | Downloaded nix v0.29.0 |
924 | 2024-11-22T01:32:17.970Z | Downloaded diesel v2.2.4 |
925 | 2024-11-22T01:32:17.989Z | Downloaded regress v0.10.1 |
926 | 2024-11-22T01:32:17.998Z | Downloaded git2 v0.19.0 |
927 | 2024-11-22T01:32:18.007Z | Downloaded rustls v0.22.4 |
928 | 2024-11-22T01:32:18.020Z | Downloaded rustls v0.23.14 |
929 | 2024-11-22T01:32:18.033Z | Downloaded typify-impl v0.2.0 |
930 | 2024-11-22T01:32:18.049Z | Downloaded regex-syntax v0.8.5 |
931 | 2024-11-22T01:32:18.058Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
932 | 2024-11-22T01:32:18.071Z | Downloaded sled v0.34.7 |
933 | 2024-11-22T01:32:18.081Z | Downloaded zerocopy-derive v0.6.6 |
934 | 2024-11-22T01:32:18.091Z | Downloaded ratatui v0.28.1 |
935 | 2024-11-22T01:32:18.111Z | Downloaded nix v0.28.0 |
936 | 2024-11-22T01:32:18.122Z | Downloaded object v0.36.5 |
937 | 2024-11-22T01:32:18.134Z | Downloaded chrono-tz v0.10.0 |
938 | 2024-11-22T01:32:18.141Z | Downloaded gimli v0.31.1 |
939 | 2024-11-22T01:32:18.152Z | Downloaded petgraph v0.6.5 |
940 | 2024-11-22T01:32:18.168Z | Downloaded regex-automata v0.4.8 |
941 | 2024-11-22T01:32:18.185Z | Downloaded regex-syntax v0.6.29 |
942 | 2024-11-22T01:32:18.192Z | Downloaded dropshot v0.13.0 |
943 | 2024-11-22T01:32:18.212Z | Downloaded lzma-sys v0.1.20 |
944 | 2024-11-22T01:32:18.241Z | Downloaded smoltcp v0.11.0 |
945 | 2024-11-22T01:32:18.253Z | Downloaded p384 v0.13.0 |
946 | 2024-11-22T01:32:18.259Z | Downloaded tokio v1.40.0 |
947 | 2024-11-22T01:32:18.297Z | Downloaded csv v1.3.0 |
948 | 2024-11-22T01:32:18.316Z | Downloaded petname v2.0.2 |
949 | 2024-11-22T01:32:18.322Z | Downloaded libz-sys v1.1.20 |
950 | 2024-11-22T01:32:18.342Z | Downloaded regress v0.9.1 |
951 | 2024-11-22T01:32:18.350Z | Downloaded dropshot v0.12.0 |
952 | 2024-11-22T01:32:18.370Z | Downloaded curve25519-dalek v4.1.3 |
953 | 2024-11-22T01:32:18.379Z | Downloaded sqlparser v0.45.0 |
954 | 2024-11-22T01:32:18.384Z | Downloaded proptest v1.5.0 |
955 | 2024-11-22T01:32:18.393Z | Downloaded sha3 v0.10.8 |
956 | 2024-11-22T01:32:18.397Z | Downloaded idna v0.5.0 |
957 | 2024-11-22T01:32:18.405Z | Downloaded idna v0.4.0 |
958 | 2024-11-22T01:32:18.411Z | Downloaded num-bigint v0.4.6 |
959 | 2024-11-22T01:32:18.416Z | Downloaded rayon v1.10.0 |
960 | 2024-11-22T01:32:18.425Z | Downloaded icu_properties_data v1.5.0 |
961 | 2024-11-22T01:32:18.435Z | Downloaded rusqlite v0.32.1 |
962 | 2024-11-22T01:32:18.442Z | Downloaded tokio-util v0.7.12 |
963 | 2024-11-22T01:32:18.448Z | Downloaded bindgen v0.69.5 |
964 | 2024-11-22T01:32:18.455Z | Downloaded lalrpop v0.19.12 |
965 | 2024-11-22T01:32:18.466Z | Downloaded chrono v0.4.38 |
966 | 2024-11-22T01:32:18.473Z | Downloaded winnow v0.5.40 |
967 | 2024-11-22T01:32:18.481Z | Downloaded password-hash v0.4.2 |
968 | 2024-11-22T01:32:18.485Z | Downloaded tokio-tungstenite v0.21.0 |
969 | 2024-11-22T01:32:18.488Z | Downloaded enum-as-inner v0.6.1 |
970 | 2024-11-22T01:32:18.488Z | Downloaded ron v0.7.1 |
971 | 2024-11-22T01:32:18.491Z | Downloaded headers v0.4.0 |
972 | 2024-11-22T01:32:18.496Z | Downloaded itertools v0.13.0 |
973 | 2024-11-22T01:32:18.503Z | Downloaded unicode_categories v0.1.1 |
974 | 2024-11-22T01:32:18.506Z | Downloaded hkdf v0.12.4 |
975 | 2024-11-22T01:32:18.508Z | Downloaded pem-rfc7468 v0.7.0 |
976 | 2024-11-22T01:32:18.511Z | Downloaded tinyvec v1.8.0 |
977 | 2024-11-22T01:32:18.514Z | Downloaded xz2 v0.1.7 |
978 | 2024-11-22T01:32:18.516Z | Downloaded xattr v1.3.1 |
979 | 2024-11-22T01:32:18.519Z | Downloaded aws-lc-rs v1.10.0 |
980 | 2024-11-22T01:32:18.525Z | Downloaded r2d2 v0.8.10 |
981 | 2024-11-22T01:32:18.527Z | Downloaded miniz_oxide v0.8.0 |
982 | 2024-11-22T01:32:18.530Z | Downloaded num-rational v0.4.2 |
983 | 2024-11-22T01:32:18.533Z | Downloaded ecdsa v0.16.9 |
984 | 2024-11-22T01:32:18.533Z | Downloaded libxml v0.3.3 |
985 | 2024-11-22T01:32:18.538Z | Downloaded walkdir v2.5.0 |
986 | 2024-11-22T01:32:18.541Z | Downloaded tough v0.19.0 |
987 | 2024-11-22T01:32:18.548Z | Downloaded zerocopy-derive v0.8.10 |
988 | 2024-11-22T01:32:18.554Z | Downloaded fatfs v0.3.6 |
989 | 2024-11-22T01:32:18.557Z | Downloaded diesel_derives v2.2.3 |
990 | 2024-11-22T01:32:18.561Z | Downloaded subtle v2.6.1 |
991 | 2024-11-22T01:32:18.564Z | Downloaded ssh-cipher v0.2.0 |
992 | 2024-11-22T01:32:18.564Z | Downloaded signature v2.2.0 |
993 | 2024-11-22T01:32:18.566Z | Downloaded schemars_derive v0.8.21 |
994 | 2024-11-22T01:32:18.569Z | Downloaded radium v0.7.0 |
995 | 2024-11-22T01:32:18.569Z | Downloaded spki v0.7.3 |
996 | 2024-11-22T01:32:18.572Z | Downloaded owo-colors v4.1.0 |
997 | 2024-11-22T01:32:18.574Z | Downloaded uzers v0.12.1 |
998 | 2024-11-22T01:32:18.577Z | Downloaded encoding_rs v0.8.34 |
999 | 2024-11-22T01:32:18.597Z | Downloaded percent-encoding v2.3.1 |
1000 | 2024-11-22T01:32:18.600Z | Downloaded parking_lot_core v0.9.10 |
1001 | 2024-11-22T01:32:18.600Z | Downloaded dyn-clone v1.0.17 |
1002 | 2024-11-22T01:32:18.603Z | Downloaded dunce v1.0.5 |
1003 | 2024-11-22T01:32:18.603Z | Downloaded zone v0.3.0 |
1004 | 2024-11-22T01:32:18.603Z | Downloaded tiny-keccak v2.0.2 |
1005 | 2024-11-22T01:32:18.609Z | Downloaded termios v0.3.3 |
1006 | 2024-11-22T01:32:18.609Z | Downloaded termcolor v1.4.1 |
1007 | 2024-11-22T01:32:18.610Z | Downloaded unicode-properties v0.1.3 |
1008 | 2024-11-22T01:32:18.614Z | Downloaded russh-keys v0.45.0 |
1009 | 2024-11-22T01:32:18.614Z | Downloaded num-traits v0.2.19 |
1010 | 2024-11-22T01:32:18.616Z | Downloaded rand v0.8.5 |
1011 | 2024-11-22T01:32:18.619Z | Downloaded toml_edit v0.19.15 |
1012 | 2024-11-22T01:32:18.636Z | Downloaded idna v1.0.3 |
1013 | 2024-11-22T01:32:18.639Z | Downloaded ppv-lite86 v0.2.20 |
1014 | 2024-11-22T01:32:18.641Z | Downloaded strum_macros v0.26.4 |
1015 | 2024-11-22T01:32:18.644Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1016 | 2024-11-22T01:32:18.698Z | Downloaded nibble_vec v0.1.0 |
1017 | 2024-11-22T01:32:18.701Z | Downloaded libm v0.2.8 |
1018 | 2024-11-22T01:32:18.707Z | Downloaded half v2.4.1 |
1019 | 2024-11-22T01:32:18.711Z | Downloaded rcgen v0.12.1 |
1020 | 2024-11-22T01:32:18.713Z | Downloaded slog-bunyan v2.5.0 |
1021 | 2024-11-22T01:32:18.716Z | Downloaded des v0.8.1 |
1022 | 2024-11-22T01:32:18.716Z | Downloaded mockall_derive v0.13.0 |
1023 | 2024-11-22T01:32:18.718Z | Downloaded zerocopy v0.6.6 |
1024 | 2024-11-22T01:32:18.721Z | Downloaded zip v0.6.6 |
1025 | 2024-11-22T01:32:18.724Z | Downloaded slog v2.7.0 |
1026 | 2024-11-22T01:32:18.727Z | Downloaded parking_lot_core v0.8.6 |
1027 | 2024-11-22T01:32:18.729Z | Downloaded vergen v8.3.2 |
1028 | 2024-11-22T01:32:18.739Z | Downloaded poly1305 v0.8.0 |
1029 | 2024-11-22T01:32:18.743Z | Downloaded nu-ansi-term v0.50.1 |
1030 | 2024-11-22T01:32:18.743Z | Downloaded tracing v0.1.40 |
1031 | 2024-11-22T01:32:18.743Z | Downloaded schemars v0.8.21 |
1032 | 2024-11-22T01:32:18.750Z | Downloaded funty v2.0.0 |
1033 | 2024-11-22T01:32:18.753Z | Downloaded supports-color v3.0.1 |
1034 | 2024-11-22T01:32:18.753Z | Downloaded yoke v0.7.4 |
1035 | 2024-11-22T01:32:18.756Z | Downloaded vsss-rs v3.3.4 |
1036 | 2024-11-22T01:32:18.758Z | Downloaded tungstenite v0.21.0 |
1037 | 2024-11-22T01:32:18.762Z | Downloaded tracing-core v0.1.32 |
1038 | 2024-11-22T01:32:18.762Z | Downloaded qorb v0.2.0 |
1039 | 2024-11-22T01:32:18.766Z | Downloaded slog-dtrace v0.3.0 |
1040 | 2024-11-22T01:32:18.768Z | Downloaded rsa v0.9.6 |
1041 | 2024-11-22T01:32:18.772Z | Downloaded difflib v0.4.0 |
1042 | 2024-11-22T01:32:18.775Z | Downloaded time-macros v0.2.18 |
1043 | 2024-11-22T01:32:18.777Z | Downloaded toml v0.7.8 |
1044 | 2024-11-22T01:32:18.781Z | Downloaded crypto-bigint v0.5.5 |
1045 | 2024-11-22T01:32:18.784Z | Downloaded crossbeam-channel v0.5.13 |
1046 | 2024-11-22T01:32:18.789Z | Downloaded cc v1.1.30 |
1047 | 2024-11-22T01:32:18.792Z | Downloaded hash32 v0.2.1 |
1048 | 2024-11-22T01:32:18.795Z | Downloaded dropshot_endpoint v0.12.0 |
1049 | 2024-11-22T01:32:18.797Z | Downloaded dirs-next v2.0.0 |
1050 | 2024-11-22T01:32:18.798Z | Downloaded smf v0.2.3 |
1051 | 2024-11-22T01:32:18.800Z | Downloaded smallvec v1.13.2 |
1052 | 2024-11-22T01:32:18.804Z | Downloaded pkcs8 v0.10.2 |
1053 | 2024-11-22T01:32:18.804Z | Downloaded peg-macros v0.8.4 |
1054 | 2024-11-22T01:32:18.807Z | Downloaded defmt v0.3.8 |
1055 | 2024-11-22T01:32:18.809Z | Downloaded snafu v0.8.5 |
1056 | 2024-11-22T01:32:18.813Z | Downloaded globset v0.4.15 |
1057 | 2024-11-22T01:32:18.816Z | Downloaded test-strategy v0.3.1 |
1058 | 2024-11-22T01:32:18.818Z | Downloaded prettyplease v0.2.25 |
1059 | 2024-11-22T01:32:18.821Z | Downloaded compact_str v0.8.0 |
1060 | 2024-11-22T01:32:18.825Z | Downloaded oso-derive v0.27.3 |
1061 | 2024-11-22T01:32:18.827Z | Downloaded foreign-types-shared v0.3.1 |
1062 | 2024-11-22T01:32:18.827Z | Downloaded foreign-types-shared v0.1.1 |
1063 | 2024-11-22T01:32:18.827Z | Downloaded sha1 v0.10.6 |
1064 | 2024-11-22T01:32:18.830Z | Downloaded scopeguard v1.2.0 |
1065 | 2024-11-22T01:32:18.830Z | Downloaded rustversion v1.0.17 |
1066 | 2024-11-22T01:32:18.832Z | Downloaded rand_xorshift v0.3.0 |
1067 | 2024-11-22T01:32:18.835Z | Downloaded rand_seeder v0.3.0 |
1068 | 2024-11-22T01:32:18.835Z | Downloaded rand_chacha v0.3.1 |
1069 | 2024-11-22T01:32:18.835Z | Downloaded quick-error v1.2.3 |
1070 | 2024-11-22T01:32:18.837Z | Downloaded displaydoc v0.2.5 |
1071 | 2024-11-22T01:32:18.840Z | Downloaded icu_provider v1.5.0 |
1072 | 2024-11-22T01:32:18.842Z | Downloaded phf_codegen v0.11.2 |
1073 | 2024-11-22T01:32:18.842Z | Downloaded pkg-config v0.3.31 |
1074 | 2024-11-22T01:32:18.848Z | Downloaded peg v0.8.4 |
1075 | 2024-11-22T01:32:18.851Z | Downloaded parse-display-derive v0.10.0 |
1076 | 2024-11-22T01:32:18.851Z | Downloaded base64 v0.22.1 |
1077 | 2024-11-22T01:32:18.854Z | Downloaded bytes v1.8.0 |
1078 | 2024-11-22T01:32:18.857Z | Downloaded float-cmp v0.9.0 |
1079 | 2024-11-22T01:32:18.860Z | Downloaded newtype-uuid v1.1.3 |
1080 | 2024-11-22T01:32:18.860Z | Downloaded glob v0.3.1 |
1081 | 2024-11-22T01:32:18.868Z | Downloaded serde_derive_internals v0.29.1 |
1082 | 2024-11-22T01:32:18.868Z | Downloaded filetime v0.2.25 |
1083 | 2024-11-22T01:32:18.868Z | Downloaded ff v0.13.0 |
1084 | 2024-11-22T01:32:18.876Z | Downloaded defmt-macros v0.3.9 |
1085 | 2024-11-22T01:32:18.876Z | Downloaded debug-ignore v1.0.5 |
1086 | 2024-11-22T01:32:18.876Z | Downloaded icu_locid_transform_data v1.5.0 |
1087 | 2024-11-22T01:32:18.876Z | Downloaded aho-corasick v1.1.3 |
1088 | 2024-11-22T01:32:18.884Z | Downloaded data-encoding v2.6.0 |
1089 | 2024-11-22T01:32:18.884Z | Downloaded thiserror-impl-no-std v2.0.2 |
1090 | 2024-11-22T01:32:18.884Z | Downloaded writeable v0.5.5 |
1091 | 2024-11-22T01:32:18.884Z | Downloaded console v0.15.8 |
1092 | 2024-11-22T01:32:18.884Z | Downloaded base64 v0.13.1 |
1093 | 2024-11-22T01:32:18.889Z | Downloaded const-oid v0.9.6 |
1094 | 2024-11-22T01:32:18.889Z | Downloaded snafu-derive v0.8.5 |
1095 | 2024-11-22T01:32:18.891Z | Downloaded crossbeam-epoch v0.9.18 |
1096 | 2024-11-22T01:32:18.893Z | Downloaded blake2 v0.10.6 |
1097 | 2024-11-22T01:32:18.895Z | Downloaded thiserror-no-std v2.0.2 |
1098 | 2024-11-22T01:32:18.899Z | Downloaded mime_guess v2.0.5 |
1099 | 2024-11-22T01:32:18.901Z | Downloaded jobserver v0.1.32 |
1100 | 2024-11-22T01:32:18.907Z | Downloaded hyper-util v0.1.10 |
1101 | 2024-11-22T01:32:18.907Z | Downloaded siphasher v0.3.11 |
1102 | 2024-11-22T01:32:18.911Z | Downloaded shlex v1.3.0 |
1103 | 2024-11-22T01:32:18.911Z | Downloaded rustc_version v0.1.7 |
1104 | 2024-11-22T01:32:18.911Z | Downloaded lazycell v1.3.0 |
1105 | 2024-11-22T01:32:18.911Z | Downloaded ipnet v2.10.1 |
1106 | 2024-11-22T01:32:18.914Z | Downloaded tap v1.0.1 |
1107 | 2024-11-22T01:32:18.914Z | Downloaded rustc_version v0.4.1 |
1108 | 2024-11-22T01:32:18.917Z | Downloaded rtoolbox v0.0.2 |
1109 | 2024-11-22T01:32:18.917Z | Downloaded memmap2 v0.9.5 |
1110 | 2024-11-22T01:32:18.919Z | Downloaded litemap v0.7.3 |
1111 | 2024-11-22T01:32:18.919Z | Downloaded hostname v0.3.1 |
1112 | 2024-11-22T01:32:18.921Z | Downloaded cancel-safe-futures v0.1.5 |
1113 | 2024-11-22T01:32:18.923Z | Downloaded bzip2 v0.4.4 |
1114 | 2024-11-22T01:32:18.926Z | Downloaded hyper-rustls v0.27.3 |
1115 | 2024-11-22T01:32:18.928Z | Downloaded crc32fast v1.4.2 |
1116 | 2024-11-22T01:32:18.931Z | Downloaded colored v2.1.0 |
1117 | 2024-11-22T01:32:18.931Z | Downloaded lru-cache v0.1.2 |
1118 | 2024-11-22T01:32:18.933Z | Downloaded bitflags v1.3.2 |
1119 | 2024-11-22T01:32:18.936Z | Downloaded managed v0.8.0 |
1120 | 2024-11-22T01:32:18.938Z | Downloaded lockfree-object-pool v0.1.6 |
1121 | 2024-11-22T01:32:18.938Z | Downloaded kstat-rs v0.2.4 |
1122 | 2024-11-22T01:32:18.940Z | Downloaded internet-checksum v0.2.1 |
1123 | 2024-11-22T01:32:18.941Z | Downloaded instability v0.3.2 |
1124 | 2024-11-22T01:32:18.943Z | Downloaded constant_time_eq v0.3.1 |
1125 | 2024-11-22T01:32:18.943Z | Downloaded hyper-staticfile v0.10.1 |
1126 | 2024-11-22T01:32:18.946Z | Downloaded hostname v0.4.0 |
1127 | 2024-11-22T01:32:18.949Z | Downloaded buf-list v1.0.3 |
1128 | 2024-11-22T01:32:18.952Z | Downloaded base64ct v1.6.0 |
1129 | 2024-11-22T01:32:18.954Z | Downloaded backoff v0.4.0 |
1130 | 2024-11-22T01:32:18.956Z | Downloaded crossbeam-deque v0.8.5 |
1131 | 2024-11-22T01:32:18.960Z | Downloaded convert_case v0.4.0 |
1132 | 2024-11-22T01:32:18.960Z | Downloaded bcs v0.1.6 |
1133 | 2024-11-22T01:32:18.962Z | Downloaded base16ct v0.2.0 |
1134 | 2024-11-22T01:32:18.962Z | Downloaded cbc v0.1.2 |
1135 | 2024-11-22T01:32:18.965Z | Downloaded bit-vec v0.6.3 |
1136 | 2024-11-22T01:32:18.965Z | Downloaded bit-set v0.5.3 |
1137 | 2024-11-22T01:32:18.967Z | Downloaded httpdate v1.0.3 |
1138 | 2024-11-22T01:32:18.967Z | Downloaded crucible-workspace-hack v0.1.0 |
1139 | 2024-11-22T01:32:18.967Z | Downloaded async-stream v0.3.6 |
1140 | 2024-11-22T01:32:18.970Z | Downloaded is-terminal v0.4.13 |
1141 | 2024-11-22T01:32:18.970Z | Downloaded indent_write v2.2.0 |
1142 | 2024-11-22T01:32:18.973Z | Downloaded impl-trait-for-tuples v0.2.2 |
1143 | 2024-11-22T01:32:18.975Z | Downloaded idna_adapter v1.2.0 |
1144 | 2024-11-22T01:32:18.975Z | Downloaded ident_case v1.0.1 |
1145 | 2024-11-22T01:32:18.975Z | Downloaded cstr-argument v0.1.2 |
1146 | 2024-11-22T01:32:18.977Z | Downloaded crc-catalog v2.4.0 |
1147 | 2024-11-22T01:32:18.977Z | Downloaded ciborium-io v0.2.2 |
1148 | 2024-11-22T01:32:18.980Z | Downloaded block-padding v0.3.3 |
1149 | 2024-11-22T01:32:18.980Z | Downloaded bitfield v0.14.0 |
1150 | 2024-11-22T01:32:18.981Z | Downloaded bcrypt-pbkdf v0.10.0 |
1151 | 2024-11-22T01:32:18.983Z | Downloaded atomic-waker v1.1.2 |
1152 | 2024-11-22T01:32:18.983Z | Downloaded bb8 v0.8.5 |
1153 | 2024-11-22T01:32:18.985Z | Downloaded heapless v0.7.17 |
1154 | 2024-11-22T01:32:18.988Z | Downloaded httparse v1.9.5 |
1155 | 2024-11-22T01:32:18.991Z | Downloaded atty v0.2.14 |
1156 | 2024-11-22T01:32:18.991Z | Downloaded arc-swap v1.7.1 |
1157 | 2024-11-22T01:32:18.994Z | Downloaded allocator-api2 v0.2.18 |
1158 | 2024-11-22T01:32:18.997Z | Downloaded ahash v0.8.11 |
1159 | 2024-11-22T01:32:19.000Z | Downloaded array-init v0.0.4 |
1160 | 2024-11-22T01:32:19.002Z | Downloaded aes v0.8.4 |
1161 | 2024-11-22T01:32:19.070Z | Downloaded libsqlite3-sys v0.30.1 |
1162 | 2024-11-22T01:32:19.218Z | Downloaded ring v0.17.8 |
1163 | 2024-11-22T01:32:19.370Z | Downloaded ring v0.16.20 |
1164 | 2024-11-22T01:32:19.611Z | Downloaded aws-lc-sys v0.22.0 |
1165 | 2024-11-22T01:32:19.919Z | Compiling serde v1.0.215 |
1166 | 2024-11-22T01:32:19.922Z | Compiling lock_api v0.4.12 |
1167 | 2024-11-22T01:32:19.922Z | Compiling scopeguard v1.2.0 |
1168 | 2024-11-22T01:32:19.922Z | Compiling value-bag v1.9.0 |
1169 | 2024-11-22T01:32:19.922Z | Compiling typenum v1.17.0 |
1170 | 2024-11-22T01:32:19.922Z | Compiling generic-array v0.14.7 |
1171 | 2024-11-22T01:32:20.097Z | Compiling syn v2.0.87 |
1172 | 2024-11-22T01:32:20.109Z | Compiling getrandom v0.2.15 |
1173 | 2024-11-22T01:32:20.208Z | Compiling shlex v1.3.0 |
1174 | 2024-11-22T01:32:20.454Z | Compiling rand_core v0.6.4 |
1175 | 2024-11-22T01:32:20.495Z | Compiling log v0.4.22 |
1176 | 2024-11-22T01:32:20.633Z | Compiling subtle v2.6.1 |
1177 | 2024-11-22T01:32:20.636Z | Compiling jobserver v0.1.32 |
1178 | 2024-11-22T01:32:20.680Z | Compiling const-oid v0.9.6 |
1179 | 2024-11-22T01:32:20.967Z | Compiling smallvec v1.13.2 |
1180 | 2024-11-22T01:32:20.994Z | Compiling spin v0.9.8 |
1181 | 2024-11-22T01:32:21.011Z | Compiling cc v1.1.30 |
1182 | 2024-11-22T01:32:21.475Z | Compiling pin-project-lite v0.2.14 |
1183 | 2024-11-22T01:32:21.529Z | Compiling rustix v0.38.37 |
1184 | 2024-11-22T01:32:21.550Z | Compiling parking_lot_core v0.9.10 |
1185 | 2024-11-22T01:32:21.610Z | Compiling futures-core v0.3.31 |
1186 | 2024-11-22T01:32:21.695Z | Compiling signal-hook-registry v1.4.2 |
1187 | 2024-11-22T01:32:21.849Z | Compiling mio v1.0.2 |
1188 | 2024-11-22T01:32:22.507Z | Compiling parking_lot v0.12.3 |
1189 | 2024-11-22T01:32:23.092Z | Compiling aho-corasick v1.1.3 |
1190 | 2024-11-22T01:32:23.114Z | Compiling cpufeatures v0.2.14 |
1191 | 2024-11-22T01:32:23.114Z | Compiling regex-syntax v0.8.5 |
1192 | 2024-11-22T01:32:23.114Z | Compiling either v1.13.0 |
1193 | 2024-11-22T01:32:23.114Z | Compiling lazy_static v1.5.0 |
1194 | 2024-11-22T01:32:23.118Z | Compiling stable_deref_trait v1.2.0 |
1195 | 2024-11-22T01:32:23.200Z | Compiling futures-sink v0.3.31 |
1196 | 2024-11-22T01:32:23.230Z | Compiling glob v0.3.1 |
1197 | 2024-11-22T01:32:23.332Z | Compiling socket2 v0.5.7 |
1198 | 2024-11-22T01:32:23.364Z | Compiling slab v0.4.9 |
1199 | 2024-11-22T01:32:23.466Z | Compiling prettyplease v0.2.25 |
1200 | 2024-11-22T01:32:23.819Z | Compiling minimal-lexical v0.2.1 |
1201 | 2024-11-22T01:32:24.164Z | Compiling libloading v0.8.5 |
1202 | 2024-11-22T01:32:24.291Z | Compiling clang-sys v1.8.1 |
1203 | 2024-11-22T01:32:24.359Z | Compiling nom v7.1.3 |
1204 | 2024-11-22T01:32:24.359Z | Compiling bindgen v0.69.5 |
1205 | 2024-11-22T01:32:24.582Z | Compiling home v0.5.9 |
1206 | 2024-11-22T01:32:24.846Z | Compiling serde_json v1.0.132 |
1207 | 2024-11-22T01:32:25.182Z | Compiling futures-channel v0.3.31 |
1208 | 2024-11-22T01:32:25.201Z | Compiling itertools v0.12.1 |
1209 | 2024-11-22T01:32:25.522Z | Compiling lazycell v1.3.0 |
1210 | 2024-11-22T01:32:25.622Z | Compiling rustc-hash v1.1.0 |
1211 | 2024-11-22T01:32:25.690Z | Compiling allocator-api2 v0.2.18 |
1212 | 2024-11-22T01:32:25.772Z | Compiling pin-utils v0.1.0 |
1213 | 2024-11-22T01:32:25.869Z | Compiling futures-task v0.3.31 |
1214 | 2024-11-22T01:32:26.222Z | Compiling foldhash v0.1.3 |
1215 | 2024-11-22T01:32:26.533Z | Compiling regex-automata v0.4.8 |
1216 | 2024-11-22T01:32:26.555Z | Compiling futures-io v0.3.31 |
1217 | 2024-11-22T01:32:26.871Z | Compiling hashbrown v0.15.0 |
1218 | 2024-11-22T01:32:28.068Z | Compiling synstructure v0.13.1 |
1219 | 2024-11-22T01:32:28.323Z | Compiling cexpr v0.6.0 |
1220 | 2024-11-22T01:32:28.358Z | Compiling cmake v0.1.51 |
1221 | 2024-11-22T01:32:29.388Z | Compiling dunce v1.0.5 |
1222 | 2024-11-22T01:32:29.512Z | Compiling fs_extra v1.3.0 |
1223 | 2024-11-22T01:32:29.604Z | Compiling libm v0.2.8 |
1224 | 2024-11-22T01:32:29.756Z | Compiling tinyvec_macros v0.1.1 |
1225 | 2024-11-22T01:32:29.853Z | Compiling pkg-config v0.3.31 |
1226 | 2024-11-22T01:32:29.961Z | Compiling tinyvec v1.8.0 |
1227 | 2024-11-22T01:32:30.100Z | Compiling num-traits v0.2.19 |
1228 | 2024-11-22T01:32:30.606Z | Compiling ring v0.17.8 |
1229 | 2024-11-22T01:32:31.423Z | Compiling unicode-bidi v0.3.17 |
1230 | 2024-11-22T01:32:31.459Z | Compiling unicode-normalization v0.1.24 |
1231 | 2024-11-22T01:32:31.521Z | Compiling litemap v0.7.3 |
1232 | 2024-11-22T01:32:31.553Z | Compiling paste v1.0.15 |
1233 | 2024-11-22T01:32:31.750Z | Compiling base64ct v1.6.0 |
1234 | 2024-11-22T01:32:31.891Z | Compiling writeable v0.5.5 |
1235 | 2024-11-22T01:32:32.114Z | Compiling regex v1.11.1 |
1236 | 2024-11-22T01:32:32.339Z | Compiling pem-rfc7468 v0.7.0 |
1237 | 2024-11-22T01:32:32.810Z | Compiling aws-lc-rs v1.10.0 |
1238 | 2024-11-22T01:32:33.019Z | Compiling flagset v0.4.6 |
1239 | 2024-11-22T01:32:33.188Z | Compiling httparse v1.9.5 |
1240 | 2024-11-22T01:32:33.253Z | Compiling tracing-core v0.1.32 |
1241 | 2024-11-22T01:32:33.996Z | Compiling rustls-pki-types v1.9.0 |
1242 | 2024-11-22T01:32:34.339Z | Compiling percent-encoding v2.3.1 |
1243 | 2024-11-22T01:32:34.393Z | Compiling crossbeam-utils v0.8.20 |
1244 | 2024-11-22T01:32:34.585Z | Compiling icu_locid_transform_data v1.5.0 |
1245 | 2024-11-22T01:32:34.704Z | Compiling untrusted v0.7.1 |
1246 | 2024-11-22T01:32:34.744Z | Compiling serde_derive v1.0.215 |
1247 | 2024-11-22T01:32:34.882Z | Compiling zeroize_derive v1.4.2 |
1248 | 2024-11-22T01:32:34.922Z | Compiling zerocopy-derive v0.7.35 |
1249 | 2024-11-22T01:32:35.035Z | Compiling tokio-macros v2.4.0 |
1250 | 2024-11-22T01:32:35.389Z | Compiling zerofrom-derive v0.1.4 |
1251 | 2024-11-22T01:32:36.406Z | Compiling zeroize v1.8.1 |
1252 | 2024-11-22T01:32:36.549Z | Compiling thiserror-impl v1.0.69 |
1253 | 2024-11-22T01:32:37.140Z | Compiling yoke-derive v0.7.4 |
1254 | 2024-11-22T01:32:37.167Z | Compiling zerocopy v0.7.35 |
1255 | 2024-11-22T01:32:38.133Z | Compiling crypto-common v0.1.6 |
1256 | 2024-11-22T01:32:38.356Z | Compiling block-buffer v0.10.4 |
1257 | 2024-11-22T01:32:38.605Z | Compiling digest v0.10.7 |
1258 | 2024-11-22T01:32:38.605Z | Compiling zerovec-derive v0.10.3 |
1259 | 2024-11-22T01:32:39.087Z | Compiling hmac v0.12.1 |
1260 | 2024-11-22T01:32:39.141Z | Compiling futures-macro v0.3.31 |
1261 | 2024-11-22T01:32:39.341Z | Compiling zerofrom v0.1.4 |
1262 | 2024-11-22T01:32:39.361Z | Compiling block-padding v0.3.3 |
1263 | 2024-11-22T01:32:39.561Z | Compiling displaydoc v0.2.5 |
1264 | 2024-11-22T01:32:39.613Z | Compiling inout v0.1.3 |
1265 | 2024-11-22T01:32:39.810Z | Compiling thiserror v1.0.69 |
1266 | 2024-11-22T01:32:39.899Z | Compiling cipher v0.4.4 |
1267 | 2024-11-22T01:32:39.944Z | Compiling sha2 v0.10.8 |
1268 | 2024-11-22T01:32:40.078Z | Compiling yoke v0.7.4 |
1269 | 2024-11-22T01:32:40.460Z | Compiling ppv-lite86 v0.2.20 |
1270 | 2024-11-22T01:32:40.479Z | Compiling icu_provider_macros v1.5.0 |
1271 | 2024-11-22T01:32:41.077Z | Compiling futures-util v0.3.31 |
1272 | 2024-11-22T01:32:41.275Z | Compiling der_derive v0.7.3 |
1273 | 2024-11-22T01:32:41.295Z | Compiling rand_chacha v0.3.1 |
1274 | 2024-11-22T01:32:41.295Z | Compiling zerovec v0.10.4 |
1275 | 2024-11-22T01:32:41.657Z | Compiling tracing-attributes v0.1.27 |
1276 | 2024-11-22T01:32:43.408Z | Compiling tinystr v0.7.6 |
1277 | 2024-11-22T01:32:43.432Z | Compiling icu_collections v1.5.0 |
1278 | 2024-11-22T01:32:43.548Z | Compiling rand v0.8.5 |
1279 | 2024-11-22T01:32:43.643Z | Compiling der v0.7.9 |
1280 | 2024-11-22T01:32:43.822Z | Compiling icu_locid v1.5.0 |
1281 | 2024-11-22T01:32:44.886Z | Compiling salsa20 v0.10.2 |
1282 | 2024-11-22T01:32:45.102Z | Compiling icu_provider v1.5.0 |
1283 | 2024-11-22T01:32:45.251Z | Compiling tracing v0.1.40 |
1284 | 2024-11-22T01:32:45.616Z | Compiling spki v0.7.3 |
1285 | 2024-11-22T01:32:45.729Z | Compiling pest v2.7.14 |
1286 | 2024-11-22T01:32:45.987Z | Compiling icu_locid_transform v1.5.0 |
1287 | 2024-11-22T01:32:46.165Z | Compiling pbkdf2 v0.12.2 |
1288 | 2024-11-22T01:32:46.249Z | Compiling mirai-annotations v1.12.0 |
1289 | 2024-11-22T01:32:46.350Z | Compiling powerfmt v0.2.0 |
1290 | 2024-11-22T01:32:46.425Z | Compiling num-conv v0.1.0 |
1291 | 2024-11-22T01:32:46.706Z | Compiling vcpkg v0.2.15 |
1292 | 2024-11-22T01:32:46.739Z | Compiling icu_properties_data v1.5.0 |
1293 | 2024-11-22T01:32:46.859Z | Compiling untrusted v0.9.0 |
1294 | 2024-11-22T01:32:46.973Z | Compiling time-core v0.1.2 |
1295 | 2024-11-22T01:32:47.032Z | Compiling deranged v0.3.11 |
1296 | 2024-11-22T01:32:47.056Z | Compiling scrypt v0.11.0 |
1297 | 2024-11-22T01:32:47.136Z | Compiling time-macros v0.2.18 |
1298 | 2024-11-22T01:32:47.574Z | Compiling icu_properties v1.5.1 |
1299 | 2024-11-22T01:32:48.678Z | Compiling bitflags v2.6.0 |
1300 | 2024-11-22T01:32:48.681Z | Compiling bytes v1.8.0 |
1301 | 2024-11-22T01:32:48.830Z | Compiling indexmap v2.6.0 |
1302 | 2024-11-22T01:32:48.936Z | Compiling semver v1.0.23 |
1303 | 2024-11-22T01:32:49.762Z | Compiling tokio v1.40.0 |
1304 | 2024-11-22T01:32:50.051Z | Compiling http v1.1.0 |
1305 | 2024-11-22T01:32:50.297Z | Compiling rustc_version v0.4.1 |
1306 | 2024-11-22T01:32:50.496Z | Compiling openssl-sys v0.9.103 |
1307 | 2024-11-22T01:32:51.065Z | Compiling pest_meta v2.7.14 |
1308 | 2024-11-22T01:32:51.644Z | Compiling cbc v0.1.2 |
1309 | 2024-11-22T01:32:51.894Z | Compiling aes v0.8.4 |
1310 | 2024-11-22T01:32:51.957Z | Compiling scroll_derive v0.12.0 |
1311 | 2024-11-22T01:32:52.524Z | Compiling utf16_iter v1.0.5 |
1312 | 2024-11-22T01:32:52.544Z | Compiling atomic-waker v1.1.2 |
1313 | 2024-11-22T01:32:52.715Z | Compiling write16 v1.0.0 |
1314 | 2024-11-22T01:32:52.733Z | Compiling utf8_iter v1.0.4 |
1315 | 2024-11-22T01:32:52.841Z | Compiling icu_normalizer_data v1.5.0 |
1316 | 2024-11-22T01:32:52.844Z | Compiling num_threads v0.1.7 |
1317 | 2024-11-22T01:32:52.934Z | Compiling icu_normalizer v1.5.0 |
1318 | 2024-11-22T01:32:52.972Z | Compiling pkcs5 v0.7.1 |
1319 | 2024-11-22T01:32:52.991Z | Compiling time v0.3.36 |
1320 | 2024-11-22T01:32:53.453Z | Compiling which v4.4.2 |
1321 | 2024-11-22T01:32:54.198Z | Compiling scroll v0.12.0 |
1322 | 2024-11-22T01:32:54.518Z | Compiling pest_generator v2.7.14 |
1323 | 2024-11-22T01:32:54.826Z | Compiling http-body v1.0.1 |
1324 | 2024-11-22T01:32:54.950Z | Compiling form_urlencoded v1.2.1 |
1325 | 2024-11-22T01:32:55.042Z | Compiling try-lock v0.2.5 |
1326 | 2024-11-22T01:32:55.063Z | Compiling slog v2.7.0 |
1327 | 2024-11-22T01:32:55.185Z | Compiling want v0.3.1 |
1328 | 2024-11-22T01:32:55.271Z | Compiling goblin v0.8.2 |
1329 | 2024-11-22T01:32:55.479Z | Compiling idna_adapter v1.2.0 |
1330 | 2024-11-22T01:32:55.645Z | Compiling pkcs8 v0.10.2 |
1331 | 2024-11-22T01:32:55.702Z | Compiling httpdate v1.0.3 |
1332 | 2024-11-22T01:32:56.210Z | Compiling idna v1.0.3 |
1333 | 2024-11-22T01:32:56.387Z | Compiling serde_spanned v0.6.8 |
1334 | 2024-11-22T01:32:56.499Z | Compiling pest_derive v2.7.14 |
1335 | 2024-11-22T01:32:56.620Z | Compiling toml_datetime v0.6.8 |
1336 | 2024-11-22T01:32:57.117Z | Compiling serde_tokenstream v0.2.2 |
1337 | 2024-11-22T01:32:57.165Z | Compiling uuid v1.11.0 |
1338 | 2024-11-22T01:32:57.306Z | Compiling dtrace-parser v0.2.0 |
1339 | 2024-11-22T01:32:57.737Z | Compiling foreign-types-shared v0.1.1 |
1340 | 2024-11-22T01:32:57.850Z | Compiling base64 v0.22.1 |
1341 | 2024-11-22T01:32:58.075Z | Compiling match_cfg v0.1.0 |
1342 | 2024-11-22T01:32:58.179Z | Compiling iana-time-zone v0.1.61 |
1343 | 2024-11-22T01:32:58.369Z | Compiling tokio-util v0.7.12 |
1344 | 2024-11-22T01:32:58.585Z | Compiling adler2 v2.0.0 |
1345 | 2024-11-22T01:32:58.609Z | Compiling openssl v0.10.66 |
1346 | 2024-11-22T01:32:58.634Z | Compiling tower-service v0.3.3 |
1347 | 2024-11-22T01:32:58.769Z | Compiling rustversion v1.0.17 |
1348 | 2024-11-22T01:32:58.803Z | Compiling miniz_oxide v0.8.0 |
1349 | 2024-11-22T01:32:59.046Z | Compiling chrono v0.4.38 |
1350 | 2024-11-22T01:32:59.475Z | Compiling h2 v0.4.6 |
1351 | 2024-11-22T01:32:59.564Z | Compiling hostname v0.3.1 |
1352 | 2024-11-22T01:32:59.801Z | Compiling foreign-types v0.3.2 |
1353 | 2024-11-22T01:32:59.828Z | Compiling url v2.5.3 |
1354 | 2024-11-22T01:33:00.331Z | Compiling openssl-macros v0.1.1 |
1355 | 2024-11-22T01:33:01.082Z | Compiling dof v0.3.0 |
1356 | 2024-11-22T01:33:01.227Z | Compiling async-trait v0.1.83 |
1357 | 2024-11-22T01:33:01.901Z | Compiling usdt-impl v0.5.0 |
1358 | 2024-11-22T01:33:02.824Z | Compiling dirs-sys-next v0.1.2 |
1359 | 2024-11-22T01:33:03.329Z | Compiling data-encoding v2.6.0 |
1360 | 2024-11-22T01:33:03.490Z | Compiling rustls v0.22.4 |
1361 | 2024-11-22T01:33:03.492Z | Compiling rustls v0.23.14 |
1362 | 2024-11-22T01:33:03.732Z | Compiling siphasher v0.3.11 |
1363 | 2024-11-22T01:33:03.758Z | Compiling syn v1.0.109 |
1364 | 2024-11-22T01:33:04.029Z | Compiling native-tls v0.2.12 |
1365 | 2024-11-22T01:33:04.157Z | Compiling dirs-next v2.0.0 |
1366 | 2024-11-22T01:33:04.462Z | Compiling http-body-util v0.1.2 |
1367 | 2024-11-22T01:33:05.018Z | Compiling crossbeam-epoch v0.9.18 |
1368 | 2024-11-22T01:33:05.610Z | Compiling heapless v0.7.17 |
1369 | 2024-11-22T01:33:05.699Z | Compiling sha1 v0.10.6 |
1370 | 2024-11-22T01:33:05.762Z | Compiling signature v2.2.0 |
1371 | 2024-11-22T01:33:05.797Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1372 | 2024-11-22T01:33:05.835Z | Compiling serde_derive_internals v0.29.1 |
1373 | 2024-11-22T01:33:06.022Z | Compiling thread_local v1.1.8 |
1374 | 2024-11-22T01:33:06.051Z | Compiling encoding_rs v0.8.34 |
1375 | 2024-11-22T01:33:06.111Z | Compiling multer v3.1.0 |
1376 | 2024-11-22T01:33:06.295Z | Compiling cookie v0.18.1 |
1377 | 2024-11-22T01:33:06.402Z | Compiling openssl-probe v0.1.5 |
1378 | 2024-11-22T01:33:06.575Z | Compiling hyper v1.5.0 |
1379 | 2024-11-22T01:33:06.597Z | Compiling gimli v0.31.1 |
1380 | 2024-11-22T01:33:06.758Z | Compiling slog-async v2.8.0 |
1381 | 2024-11-22T01:33:07.263Z | Compiling ipnet v2.10.1 |
1382 | 2024-11-22T01:33:08.581Z | Compiling mime v0.3.17 |
1383 | 2024-11-22T01:33:08.667Z | Compiling rayon-core v1.12.1 |
1384 | 2024-11-22T01:33:08.939Z | Compiling schemars v0.8.21 |
1385 | 2024-11-22T01:33:09.171Z | Compiling hyper-util v0.1.10 |
1386 | 2024-11-22T01:33:09.269Z | Compiling unicode-properties v0.1.3 |
1387 | 2024-11-22T01:33:09.683Z | Compiling signal-hook v0.3.17 |
1388 | 2024-11-22T01:33:09.979Z | Compiling stringprep v0.1.5 |
1389 | 2024-11-22T01:33:10.600Z | Compiling schemars_derive v0.8.21 |
1390 | 2024-11-22T01:33:10.848Z | Compiling toml_edit v0.22.22 |
1391 | 2024-11-22T01:33:11.107Z | Compiling addr2line v0.24.2 |
1392 | 2024-11-22T01:33:11.873Z | Compiling usdt-attr-macro v0.5.0 |
1393 | 2024-11-22T01:33:11.894Z | Compiling usdt-macro v0.5.0 |
1394 | 2024-11-22T01:33:12.290Z | Compiling crossbeam-deque v0.8.5 |
1395 | 2024-11-22T01:33:13.035Z | Compiling term v0.7.0 |
1396 | 2024-11-22T01:33:13.143Z | Compiling slog-json v2.6.1 |
1397 | 2024-11-22T01:33:13.386Z | Compiling serde_urlencoded v0.7.1 |
1398 | 2024-11-22T01:33:13.387Z | Compiling crossbeam-channel v0.5.13 |
1399 | 2024-11-22T01:33:13.485Z | Compiling curve25519-dalek v4.1.3 |
1400 | 2024-11-22T01:33:13.720Z | Compiling enum-as-inner v0.6.1 |
1401 | 2024-11-22T01:33:13.899Z | Compiling futures-executor v0.3.31 |
1402 | 2024-11-22T01:33:14.105Z | Compiling md-5 v0.10.6 |
1403 | 2024-11-22T01:33:14.373Z | Compiling async-stream-impl v0.3.6 |
1404 | 2024-11-22T01:33:14.483Z | Compiling rustls-pemfile v2.2.0 |
1405 | 2024-11-22T01:33:14.501Z | Compiling num-integer v0.1.46 |
1406 | 2024-11-22T01:33:14.560Z | Compiling idna v0.3.0 |
1407 | 2024-11-22T01:33:14.837Z | Compiling idna v0.4.0 |
1408 | 2024-11-22T01:33:14.840Z | Compiling hash32 v0.2.1 |
1409 | 2024-11-22T01:33:15.228Z | Compiling ff v0.13.0 |
1410 | 2024-11-22T01:33:15.248Z | Compiling is-terminal v0.4.13 |
1411 | 2024-11-22T01:33:15.382Z | Compiling object v0.36.5 |
1412 | 2024-11-22T01:33:15.450Z | Compiling dropshot v0.12.0 |
1413 | 2024-11-22T01:33:15.725Z | Compiling linked-hash-map v0.5.6 |
1414 | 2024-11-22T01:33:15.727Z | Compiling base16ct v0.2.0 |
1415 | 2024-11-22T01:33:16.062Z | Compiling smoltcp v0.9.1 |
1416 | 2024-11-22T01:33:16.110Z | Compiling dyn-clone v1.0.17 |
1417 | 2024-11-22T01:33:16.288Z | Compiling portable-atomic v1.9.0 |
1418 | 2024-11-22T01:33:16.383Z | Compiling num-bigint-dig v0.8.4 |
1419 | 2024-11-22T01:33:16.571Z | Compiling quick-error v1.2.3 |
1420 | 2024-11-22T01:33:16.709Z | Compiling take_mut v0.2.2 |
1421 | 2024-11-22T01:33:16.730Z | Compiling psl-types v2.0.11 |
1422 | 2024-11-22T01:33:16.797Z | Compiling anyhow v1.0.93 |
1423 | 2024-11-22T01:33:16.882Z | Compiling fallible-iterator v0.2.0 |
1424 | 2024-11-22T01:33:16.921Z | Compiling rustc-demangle v0.1.24 |
1425 | 2024-11-22T01:33:17.364Z | Compiling utf-8 v0.7.6 |
1426 | 2024-11-22T01:33:17.585Z | Compiling tungstenite v0.24.0 |
1427 | 2024-11-22T01:33:17.711Z | Compiling postgres-protocol v0.6.7 |
1428 | 2024-11-22T01:33:17.856Z | Compiling publicsuffix v2.2.3 |
1429 | 2024-11-22T01:33:18.193Z | Compiling resolv-conf v0.7.0 |
1430 | 2024-11-22T01:33:19.066Z | Compiling lru-cache v0.1.2 |
1431 | 2024-11-22T01:33:19.092Z | Compiling sec1 v0.7.3 |
1432 | 2024-11-22T01:33:19.336Z | Compiling async-stream v0.3.6 |
1433 | 2024-11-22T01:33:19.356Z | Compiling hickory-proto v0.24.1 |
1434 | 2024-11-22T01:33:19.655Z | Compiling group v0.13.0 |
1435 | 2024-11-22T01:33:19.676Z | Compiling usdt v0.5.0 |
1436 | 2024-11-22T01:33:19.951Z | Compiling slog-term v2.9.1 |
1437 | 2024-11-22T01:33:20.156Z | Compiling num-iter v0.1.45 |
1438 | 2024-11-22T01:33:20.351Z | Compiling futures v0.3.31 |
1439 | 2024-11-22T01:33:20.477Z | Compiling toml v0.8.19 |
1440 | 2024-11-22T01:33:21.211Z | Compiling slog-bunyan v2.5.0 |
1441 | 2024-11-22T01:33:22.570Z | Compiling tokio-native-tls v0.3.1 |
1442 | 2024-11-22T01:33:22.845Z | Compiling backtrace v0.3.74 |
1443 | 2024-11-22T01:33:22.865Z | Compiling camino v1.1.9 |
1444 | 2024-11-22T01:33:23.461Z | Compiling phf_shared v0.11.2 |
1445 | 2024-11-22T01:33:23.631Z | Compiling dropshot_endpoint v0.12.0 |
1446 | 2024-11-22T01:33:23.855Z | Compiling terminal_size v0.4.0 |
1447 | 2024-11-22T01:33:23.874Z | Compiling waitgroup v0.1.2 |
1448 | 2024-11-22T01:33:24.064Z | Compiling openapiv3 v2.0.0 |
1449 | 2024-11-22T01:33:24.097Z | Compiling serde_path_to_error v0.1.16 |
1450 | 2024-11-22T01:33:24.247Z | Compiling hkdf v0.12.4 |
1451 | 2024-11-22T01:33:24.498Z | Compiling crypto-bigint v0.5.5 |
1452 | 2024-11-22T01:33:24.952Z | Compiling curve25519-dalek-derive v0.1.1 |
1453 | 2024-11-22T01:33:26.519Z | Compiling zerocopy-derive v0.6.6 |
1454 | 2024-11-22T01:33:26.587Z | Compiling webpki-roots v0.26.6 |
1455 | 2024-11-22T01:33:26.815Z | Compiling idna v0.5.0 |
1456 | 2024-11-22T01:33:27.109Z | Compiling hubpack_derive v0.1.1 |
1457 | 2024-11-22T01:33:28.005Z | Compiling hostname v0.4.0 |
1458 | 2024-11-22T01:33:28.271Z | Compiling ahash v0.8.11 |
1459 | 2024-11-22T01:33:28.353Z | Compiling fs-err v2.11.0 |
1460 | 2024-11-22T01:33:28.475Z | Compiling crc32fast v1.4.2 |
1461 | 2024-11-22T01:33:28.614Z | Compiling managed v0.8.0 |
1462 | 2024-11-22T01:33:28.636Z | Compiling winnow v0.5.40 |
1463 | 2024-11-22T01:33:28.639Z | Compiling bitflags v1.3.2 |
1464 | 2024-11-22T01:33:28.753Z | Compiling debug-ignore v1.0.5 |
1465 | 2024-11-22T01:33:28.773Z | Compiling console v0.15.8 |
1466 | 2024-11-22T01:33:28.810Z | Compiling zerocopy v0.6.6 |
1467 | 2024-11-22T01:33:28.927Z | Compiling flate2 v1.0.34 |
1468 | 2024-11-22T01:33:29.683Z | Compiling clap_builder v4.5.21 |
1469 | 2024-11-22T01:33:30.016Z | Compiling strum_macros v0.25.3 |
1470 | 2024-11-22T01:33:30.145Z | Compiling hubpack v0.1.2 |
1471 | 2024-11-22T01:33:30.300Z | Compiling cookie_store v0.21.0 |
1472 | 2024-11-22T01:33:30.622Z | Compiling elliptic-curve v0.13.8 |
1473 | 2024-11-22T01:33:31.261Z | Compiling hickory-resolver v0.24.1 |
1474 | 2024-11-22T01:33:31.538Z | Compiling phf v0.11.2 |
1475 | 2024-11-22T01:33:31.853Z | Compiling signal-hook-mio v0.2.4 |
1476 | 2024-11-22T01:33:32.021Z | Compiling hyper-tls v0.6.0 |
1477 | 2024-11-22T01:33:32.443Z | Compiling toml_edit v0.19.15 |
1478 | 2024-11-22T01:33:32.536Z | Compiling rayon v1.10.0 |
1479 | 2024-11-22T01:33:32.890Z | Compiling bzip2 v0.4.4 |
1480 | 2024-11-22T01:33:34.230Z | Compiling tokio-tungstenite v0.24.0 |
1481 | 2024-11-22T01:33:34.786Z | Compiling postgres-types v0.2.8 |
1482 | 2024-11-22T01:33:37.416Z | Compiling ed25519 v2.2.3 |
1483 | 2024-11-22T01:33:37.712Z | Compiling phf_shared v0.10.0 |
1484 | 2024-11-22T01:33:38.051Z | Compiling tokio-stream v0.1.16 |
1485 | 2024-11-22T01:33:38.133Z | Compiling pkcs1 v0.7.5 |
1486 | 2024-11-22T01:33:38.961Z | Compiling serde-big-array v0.5.1 |
1487 | 2024-11-22T01:33:39.135Z | Compiling clap_derive v4.5.18 |
1488 | 2024-11-22T01:33:39.163Z | Compiling rfc6979 v0.4.0 |
1489 | 2024-11-22T01:33:39.185Z | Compiling serde_repr v0.1.19 |
1490 | 2024-11-22T01:33:39.204Z | Compiling derive-where v1.2.7 |
1491 | 2024-11-22T01:33:39.302Z | Compiling float-cmp v0.9.0 |
1492 | 2024-11-22T01:33:39.357Z | Compiling bstr v1.10.0 |
1493 | 2024-11-22T01:33:39.530Z | Compiling sync_wrapper v1.0.1 |
1494 | 2024-11-22T01:33:39.694Z | Compiling normalize-line-endings v0.3.0 |
1495 | 2024-11-22T01:33:39.825Z | Compiling unicode-segmentation v1.12.0 |
1496 | 2024-11-22T01:33:40.417Z | Compiling fixedbitset v0.4.2 |
1497 | 2024-11-22T01:33:40.558Z | Compiling predicates-core v1.0.8 |
1498 | 2024-11-22T01:33:40.724Z | Compiling new_debug_unreachable v1.0.6 |
1499 | 2024-11-22T01:33:40.828Z | Compiling whoami v1.5.2 |
1500 | 2024-11-22T01:33:40.888Z | Compiling precomputed-hash v0.1.1 |
1501 | 2024-11-22T01:33:40.924Z | Compiling unicode-width v0.2.0 |
1502 | 2024-11-22T01:33:41.011Z | Compiling static_assertions v1.1.0 |
1503 | 2024-11-22T01:33:41.113Z | Compiling difflib v0.4.0 |
1504 | 2024-11-22T01:33:41.190Z | Compiling bit-vec v0.6.3 |
1505 | 2024-11-22T01:33:41.477Z | Compiling number_prefix v0.4.0 |
1506 | 2024-11-22T01:33:41.495Z | Compiling tokio-postgres v0.7.12 |
1507 | 2024-11-22T01:33:41.666Z | Compiling indicatif v0.17.9 |
1508 | 2024-11-22T01:33:41.707Z | Compiling bit-set v0.5.3 |
1509 | 2024-11-22T01:33:42.006Z | Compiling predicates v3.1.2 |
1510 | 2024-11-22T01:33:42.839Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1511 | 2024-11-22T01:33:42.841Z | Compiling string_cache v0.8.7 |
1512 | 2024-11-22T01:33:43.751Z | Compiling petgraph v0.6.5 |
1513 | 2024-11-22T01:33:43.854Z | Compiling similar v2.6.0 |
1514 | 2024-11-22T01:33:44.303Z | Compiling clap v4.5.21 |
1515 | 2024-11-22T01:33:44.433Z | Compiling ecdsa v0.16.9 |
1516 | 2024-11-22T01:33:45.327Z | Compiling rsa v0.9.6 |
1517 | 2024-11-22T01:33:45.958Z | Compiling ed25519-dalek v2.1.1 |
1518 | 2024-11-22T01:33:46.981Z | Compiling toml v0.7.8 |
1519 | 2024-11-22T01:33:47.239Z | Compiling zip v0.6.6 |
1520 | 2024-11-22T01:33:47.362Z | Compiling crossterm v0.28.1 |
1521 | 2024-11-22T01:33:48.500Z | Compiling hex v0.4.3 |
1522 | 2024-11-22T01:33:48.559Z | Compiling x509-cert v0.2.5 |
1523 | 2024-11-22T01:33:49.061Z | Compiling itertools v0.10.5 |
1524 | 2024-11-22T01:33:49.196Z | Compiling unicode-xid v0.2.6 |
1525 | 2024-11-22T01:33:49.381Z | Compiling lalrpop-util v0.19.12 |
1526 | 2024-11-22T01:33:49.544Z | Compiling peg-runtime v0.8.3 |
1527 | 2024-11-22T01:33:49.618Z | Compiling strum_macros v0.26.4 |
1528 | 2024-11-22T01:33:49.744Z | Compiling xattr v1.3.1 |
1529 | 2024-11-22T01:33:50.029Z | Compiling filetime v0.2.25 |
1530 | 2024-11-22T01:33:50.363Z | Compiling tar v0.4.42 |
1531 | 2024-11-22T01:33:54.892Z | Compiling strum v0.26.3 |
1532 | 2024-11-22T01:33:57.053Z | Compiling aws-lc-sys v0.22.0 |
1533 | 2024-11-22T01:34:33.123Z | Compiling rustls-webpki v0.102.8 |
1534 | 2024-11-22T01:34:36.589Z | Compiling tokio-rustls v0.25.0 |
1535 | 2024-11-22T01:34:38.059Z | Compiling tokio-rustls v0.26.0 |
1536 | 2024-11-22T01:34:38.432Z | Compiling hyper-rustls v0.27.3 |
1537 | 2024-11-22T01:34:38.884Z | Compiling reqwest v0.12.9 |
1538 | 2024-11-22T01:34:40.136Z | Compiling qorb v0.2.0 |
1539 | 2024-11-22T01:34:44.850Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1540 | 2024-11-22T01:34:45.079Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1541 | 2024-11-22T01:34:50.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s |
1542 | 2024-11-22T01:34:51.043Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1543 | 2024-11-22T01:34:51.097Z | Nov 22 01:34:50.445 INFO Starting download, target: Clickhouse |
1544 | 2024-11-22T01:34:51.097Z | Nov 22 01:34:50.445 INFO Starting download, target: Cockroach |
1545 | 2024-11-22T01:34:51.098Z | Nov 22 01:34:50.445 INFO Starting download, target: Console |
1546 | 2024-11-22T01:34:51.098Z | Nov 22 01:34:50.445 INFO Starting download, target: DendriteOpenapi |
1547 | 2024-11-22T01:34:51.116Z | Nov 22 01:34:50.445 INFO Starting download, target: DendriteStub |
1548 | 2024-11-22T01:34:51.116Z | Nov 22 01:34:50.445 INFO Starting download, target: MaghemiteMgd |
1549 | 2024-11-22T01:34:51.116Z | Nov 22 01:34:50.445 INFO Starting download, target: TransceiverControl |
1550 | 2024-11-22T01:34:51.116Z | Nov 22 01:34:50.446 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1551 | 2024-11-22T01:34:51.116Z | Nov 22 01:34:50.446 INFO Downloading out/downloads/dpd-6ff2fa108419df134b869a08021fc64d0a58595a.json (attempt 1/3), target: DendriteOpenapi |
1552 | 2024-11-22T01:34:51.117Z | Nov 22 01:34:50.446 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1553 | 2024-11-22T01:34:51.117Z | Nov 22 01:34:50.446 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1554 | 2024-11-22T01:34:51.117Z | Nov 22 01:34:50.446 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1555 | 2024-11-22T01:34:51.117Z | Nov 22 01:34:50.446 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1556 | 2024-11-22T01:34:51.117Z | Nov 22 01:34:50.446 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1557 | 2024-11-22T01:34:51.475Z | Nov 22 01:34:50.822 INFO Download complete, target: DendriteOpenapi |
1558 | 2024-11-22T01:34:51.703Z | Nov 22 01:34:51.012 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1559 | 2024-11-22T01:34:51.768Z | Nov 22 01:34:51.059 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1560 | 2024-11-22T01:34:52.052Z | Nov 22 01:34:51.369 INFO Download complete, target: Console |
1561 | 2024-11-22T01:34:52.269Z | Nov 22 01:34:51.591 INFO Download complete, target: TransceiverControl |
1562 | 2024-11-22T01:34:52.868Z | Nov 22 01:34:52.214 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1563 | 2024-11-22T01:34:53.148Z | Nov 22 01:34:52.493 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1564 | 2024-11-22T01:34:53.329Z | Nov 22 01:34:52.688 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1565 | 2024-11-22T01:34:54.150Z | Nov 22 01:34:53.511 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1566 | 2024-11-22T01:34:54.150Z | Nov 22 01:34:53.511 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1567 | 2024-11-22T01:34:55.495Z | Nov 22 01:34:54.855 INFO Download complete, target: DendriteStub |
1568 | 2024-11-22T01:34:56.036Z | Nov 22 01:34:55.394 INFO Download complete, target: MaghemiteMgd |
1569 | 2024-11-22T01:35:01.156Z | Nov 22 01:35:00.516 INFO Checking that binary works, target: Cockroach |
1570 | 2024-11-22T01:35:01.310Z | Nov 22 01:35:00.670 INFO Download complete, target: Cockroach |
1571 | 2024-11-22T01:35:05.165Z | Nov 22 01:35:04.525 INFO Checking that binary works, target: Clickhouse |
1572 | 2024-11-22T01:35:05.899Z | Nov 22 01:35:05.259 INFO Download complete, target: Clickhouse |
1573 | 2024-11-22T01:35:05.999Z | All builder prerequisites installed successfully, and PATH looks valid |
1574 | 2024-11-22T01:35:06.001Z | |
1575 | 2024-11-22T01:35:06.002Z | real 5:24.220208807 |
1576 | 2024-11-22T01:35:06.002Z | user 16:17.941494902 |
1577 | 2024-11-22T01:35:06.002Z | sys 3:13.000667181 |
1578 | 2024-11-22T01:35:06.002Z | trap 0.515443542 |
1579 | 2024-11-22T01:35:06.002Z | tflt 8.806249842 |
1580 | 2024-11-22T01:35:06.002Z | dflt 7.418831418 |
1581 | 2024-11-22T01:35:06.002Z | kflt 0.119098347 |
1582 | 2024-11-22T01:35:06.002Z | lock 29:27.353832600 |
1583 | 2024-11-22T01:35:06.002Z | slp 1:03:48.375950477 |
1584 | 2024-11-22T01:35:06.002Z | lat 50.656956047 |
1585 | 2024-11-22T01:35:06.002Z | stop 2:15.269323965 |
1586 | 2024-11-22T01:35:06.002Z | + banner clippy |
1587 | 2024-11-22T01:35:06.004Z | |
1588 | 2024-11-22T01:35:06.005Z | #### # # ##### ##### # # |
1589 | 2024-11-22T01:35:06.005Z | # # # # # # # # # # |
1590 | 2024-11-22T01:35:06.005Z | # # # # # # # # |
1591 | 2024-11-22T01:35:06.005Z | # # # ##### ##### # |
1592 | 2024-11-22T01:35:06.005Z | # # # # # # # |
1593 | 2024-11-22T01:35:06.005Z | #### ###### # # # # |
1594 | 2024-11-22T01:35:06.005Z | |
1595 | 2024-11-22T01:35:06.005Z | + export CARGO_INCREMENTAL=0 |
1596 | 2024-11-22T01:35:06.005Z | + CARGO_INCREMENTAL=0 |
1597 | 2024-11-22T01:35:06.005Z | + ptime -m cargo xtask clippy |
1598 | 2024-11-22T01:35:06.520Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1599 | 2024-11-22T01:35:10.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s |
1600 | 2024-11-22T01:35:10.116Z | Running `target/debug/xtask clippy` |
1601 | 2024-11-22T01:35:10.136Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1602 | 2024-11-22T01:35:10.801Z | Downloading crates ... |
1603 | 2024-11-22T01:35:11.193Z | Downloaded anes v0.1.6 |
1604 | 2024-11-22T01:35:11.202Z | Downloaded assert-json-diff v2.0.2 |
1605 | 2024-11-22T01:35:11.215Z | Downloaded fancy-regex v0.13.0 |
1606 | 2024-11-22T01:35:11.236Z | Downloaded escape8259 v0.5.3 |
1607 | 2024-11-22T01:35:11.238Z | Downloaded doc-comment v0.3.3 |
1608 | 2024-11-22T01:35:11.238Z | Downloaded datatest-stable v0.2.9 |
1609 | 2024-11-22T01:35:11.240Z | Downloaded criterion-plot v0.5.0 |
1610 | 2024-11-22T01:35:11.243Z | Downloaded async-task v4.7.1 |
1611 | 2024-11-22T01:35:11.245Z | Downloaded async-object-pool v0.1.5 |
1612 | 2024-11-22T01:35:11.247Z | Downloaded pathdiff v0.2.2 |
1613 | 2024-11-22T01:35:11.247Z | Downloaded async-lock v3.4.0 |
1614 | 2024-11-22T01:35:11.251Z | Downloaded plotters-svg v0.3.7 |
1615 | 2024-11-22T01:35:11.253Z | Downloaded target-triple v0.1.3 |
1616 | 2024-11-22T01:35:11.253Z | Downloaded async-global-executor v2.4.1 |
1617 | 2024-11-22T01:35:11.256Z | Downloaded guppy-workspace-hack v0.1.0 |
1618 | 2024-11-22T01:35:11.258Z | Downloaded cast v0.3.0 |
1619 | 2024-11-22T01:35:11.261Z | Downloaded parking v2.2.1 |
1620 | 2024-11-22T01:35:11.264Z | Downloaded async-signal v0.2.10 |
1621 | 2024-11-22T01:35:11.264Z | Downloaded approx v0.5.1 |
1622 | 2024-11-22T01:35:11.264Z | Downloaded event-listener v2.5.3 |
1623 | 2024-11-22T01:35:11.267Z | Downloaded blocking v1.6.1 |
1624 | 2024-11-22T01:35:11.267Z | Downloaded async-channel v2.3.1 |
1625 | 2024-11-22T01:35:11.269Z | Downloaded nested v0.1.1 |
1626 | 2024-11-22T01:35:11.269Z | Downloaded async-channel v1.9.0 |
1627 | 2024-11-22T01:35:11.274Z | Downloaded threadpool v1.8.1 |
1628 | 2024-11-22T01:35:11.277Z | Downloaded path-tree v0.8.1 |
1629 | 2024-11-22T01:35:11.277Z | Downloaded async-attributes v1.1.2 |
1630 | 2024-11-22T01:35:11.279Z | Downloaded assert_cmd v2.0.16 |
1631 | 2024-11-22T01:35:11.282Z | Downloaded futures-lite v2.3.0 |
1632 | 2024-11-22T01:35:11.282Z | Downloaded piper v0.2.4 |
1633 | 2024-11-22T01:35:11.284Z | Downloaded relative-path v1.9.3 |
1634 | 2024-11-22T01:35:11.286Z | Downloaded oorandom v11.1.4 |
1635 | 2024-11-22T01:35:11.286Z | Downloaded futures-timer v3.0.3 |
1636 | 2024-11-22T01:35:11.289Z | Downloaded indoc v2.0.5 |
1637 | 2024-11-22T01:35:11.293Z | Downloaded serde_regex v1.1.0 |
1638 | 2024-11-22T01:35:11.295Z | Downloaded async-process v2.3.0 |
1639 | 2024-11-22T01:35:11.295Z | Downloaded async-executor v1.13.1 |
1640 | 2024-11-22T01:35:11.297Z | Downloaded plotters-backend v0.3.7 |
1641 | 2024-11-22T01:35:11.300Z | Downloaded target-spec v3.2.2 |
1642 | 2024-11-22T01:35:11.303Z | Downloaded stringmetrics v2.2.2 |
1643 | 2024-11-22T01:35:11.303Z | Downloaded proc-macro-crate v3.2.0 |
1644 | 2024-11-22T01:35:11.305Z | Downloaded kv-log-macro v1.0.7 |
1645 | 2024-11-22T01:35:11.306Z | Downloaded num_cpus v1.16.0 |
1646 | 2024-11-22T01:35:11.308Z | Downloaded tinytemplate v1.2.1 |
1647 | 2024-11-22T01:35:11.309Z | Downloaded similar-asserts v1.6.0 |
1648 | 2024-11-22T01:35:11.310Z | Downloaded libtest-mimic v0.7.3 |
1649 | 2024-11-22T01:35:11.314Z | Downloaded cfg-expr v0.17.0 |
1650 | 2024-11-22T01:35:11.316Z | Downloaded rustls-native-certs v0.7.3 |
1651 | 2024-11-22T01:35:11.319Z | Downloaded hyper-rustls v0.26.0 |
1652 | 2024-11-22T01:35:11.321Z | Downloaded target-lexicon v0.12.16 |
1653 | 2024-11-22T01:35:11.323Z | Downloaded trybuild v1.0.101 |
1654 | 2024-11-22T01:35:11.326Z | Downloaded rstest v0.23.0 |
1655 | 2024-11-22T01:35:11.332Z | Downloaded rust-argon2 v2.1.0 |
1656 | 2024-11-22T01:35:11.335Z | Downloaded polling v3.7.3 |
1657 | 2024-11-22T01:35:11.337Z | Downloaded rstest_macros v0.23.0 |
1658 | 2024-11-22T01:35:11.339Z | Downloaded rand_distr v0.4.3 |
1659 | 2024-11-22T01:35:11.344Z | Downloaded pretty_assertions v1.4.1 |
1660 | 2024-11-22T01:35:11.347Z | Downloaded httptest v0.16.1 |
1661 | 2024-11-22T01:35:11.347Z | Downloaded yansi v1.0.1 |
1662 | 2024-11-22T01:35:11.349Z | Downloaded partial-io v0.5.4 |
1663 | 2024-11-22T01:35:11.351Z | Downloaded event-listener v5.3.1 |
1664 | 2024-11-22T01:35:11.354Z | Downloaded async-io v2.3.4 |
1665 | 2024-11-22T01:35:11.356Z | Downloaded event-listener-strategy v0.5.2 |
1666 | 2024-11-22T01:35:11.356Z | Downloaded criterion v0.5.1 |
1667 | 2024-11-22T01:35:11.365Z | Downloaded plotters v0.3.7 |
1668 | 2024-11-22T01:35:11.371Z | Downloaded guppy v0.17.8 |
1669 | 2024-11-22T01:35:11.377Z | Downloaded concurrent-queue v2.5.0 |
1670 | 2024-11-22T01:35:11.380Z | Downloaded blake2b_simd v1.0.2 |
1671 | 2024-11-22T01:35:11.380Z | Downloaded async-std v1.13.0 |
1672 | 2024-11-22T01:35:11.459Z | Downloaded httpmock v0.8.0-alpha.1 |
1673 | 2024-11-22T01:35:12.213Z | Checking cfg-if v1.0.0 |
1674 | 2024-11-22T01:35:12.290Z | Checking libc v0.2.162 |
1675 | 2024-11-22T01:35:12.309Z | Checking serde v1.0.215 |
1676 | 2024-11-22T01:35:12.330Z | Checking memchr v2.7.4 |
1677 | 2024-11-22T01:35:12.350Z | Checking value-bag v1.9.0 |
1678 | 2024-11-22T01:35:12.371Z | Checking scopeguard v1.2.0 |
1679 | 2024-11-22T01:35:12.395Z | Checking zeroize v1.8.1 |
1680 | 2024-11-22T01:35:12.425Z | Checking smallvec v1.13.2 |
1681 | 2024-11-22T01:35:12.455Z | Checking itoa v1.0.11 |
1682 | 2024-11-22T01:35:12.512Z | Checking lock_api v0.4.12 |
1683 | 2024-11-22T01:35:12.677Z | Checking byteorder v1.5.0 |
1684 | 2024-11-22T01:35:12.704Z | Checking pin-project-lite v0.2.14 |
1685 | 2024-11-22T01:35:12.735Z | Checking log v0.4.22 |
1686 | 2024-11-22T01:35:12.788Z | Checking subtle v2.6.1 |
1687 | 2024-11-22T01:35:12.828Z | Checking once_cell v1.20.2 |
1688 | 2024-11-22T01:35:12.977Z | Checking typenum v1.17.0 |
1689 | 2024-11-22T01:35:13.069Z | Checking futures-core v0.3.31 |
1690 | 2024-11-22T01:35:13.102Z | Checking libm v0.2.8 |
1691 | 2024-11-22T01:35:13.130Z | Checking thiserror v1.0.69 |
1692 | 2024-11-22T01:35:13.158Z | Checking zerocopy v0.7.35 |
1693 | 2024-11-22T01:35:13.252Z | Checking ryu v1.0.18 |
1694 | 2024-11-22T01:35:13.279Z | Checking spin v0.9.8 |
1695 | 2024-11-22T01:35:13.310Z | Checking const-oid v0.9.6 |
1696 | 2024-11-22T01:35:13.358Z | Checking getrandom v0.2.15 |
1697 | 2024-11-22T01:35:13.494Z | Checking signal-hook-registry v1.4.2 |
1698 | 2024-11-22T01:35:13.608Z | Checking rand_core v0.6.4 |
1699 | 2024-11-22T01:35:13.654Z | Checking parking_lot_core v0.9.10 |
1700 | 2024-11-22T01:35:13.777Z | Checking mio v1.0.2 |
1701 | 2024-11-22T01:35:13.955Z | Checking socket2 v0.5.7 |
1702 | 2024-11-22T01:35:14.008Z | Checking num-traits v0.2.19 |
1703 | 2024-11-22T01:35:14.034Z | Checking parking_lot v0.12.3 |
1704 | 2024-11-22T01:35:14.398Z | Checking futures-io v0.3.31 |
1705 | 2024-11-22T01:35:14.427Z | Checking generic-array v0.14.7 |
1706 | 2024-11-22T01:35:14.453Z | Checking slab v0.4.9 |
1707 | 2024-11-22T01:35:14.479Z | Checking allocator-api2 v0.2.18 |
1708 | 2024-11-22T01:35:14.572Z | Checking cpufeatures v0.2.14 |
1709 | 2024-11-22T01:35:14.607Z | Checking futures-sink v0.3.31 |
1710 | 2024-11-22T01:35:14.684Z | Checking pin-utils v0.1.0 |
1711 | 2024-11-22T01:35:14.721Z | Checking foldhash v0.1.3 |
1712 | 2024-11-22T01:35:14.752Z | Checking equivalent v1.0.1 |
1713 | 2024-11-22T01:35:14.786Z | Checking futures-channel v0.3.31 |
1714 | 2024-11-22T01:35:14.870Z | Checking futures-task v0.3.31 |
1715 | 2024-11-22T01:35:14.950Z | Checking stable_deref_trait v1.2.0 |
1716 | 2024-11-22T01:35:15.059Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1717 | 2024-11-22T01:35:15.088Z | Checking hashbrown v0.15.0 |
1718 | 2024-11-22T01:35:15.120Z | Checking iana-time-zone v0.1.61 |
1719 | 2024-11-22T01:35:15.147Z | Checking futures-util v0.3.31 |
1720 | 2024-11-22T01:35:15.173Z | Checking fnv v1.0.7 |
1721 | 2024-11-22T01:35:15.261Z | Checking ppv-lite86 v0.2.20 |
1722 | 2024-11-22T01:35:15.304Z | Checking tracing-core v0.1.32 |
1723 | 2024-11-22T01:35:15.388Z | Checking errno v0.3.9 |
1724 | 2024-11-22T01:35:15.511Z | Checking crypto-common v0.1.6 |
1725 | 2024-11-22T01:35:15.579Z | Checking block-buffer v0.10.4 |
1726 | 2024-11-22T01:35:15.707Z | Checking zerofrom v0.1.4 |
1727 | 2024-11-22T01:35:15.736Z | Checking dyn-clone v1.0.17 |
1728 | 2024-11-22T01:35:15.795Z | Checking digest v0.10.7 |
1729 | 2024-11-22T01:35:15.889Z | Checking block-padding v0.3.3 |
1730 | 2024-11-22T01:35:15.929Z | Checking yoke v0.7.4 |
1731 | 2024-11-22T01:35:15.969Z | Checking tracing v0.1.40 |
1732 | 2024-11-22T01:35:16.032Z | Checking rand_chacha v0.3.1 |
1733 | 2024-11-22T01:35:16.111Z | Checking inout v0.1.3 |
1734 | 2024-11-22T01:35:16.170Z | Checking crossbeam-utils v0.8.20 |
1735 | 2024-11-22T01:35:16.225Z | Checking percent-encoding v2.3.1 |
1736 | 2024-11-22T01:35:16.266Z | Checking zerovec v0.10.4 |
1737 | 2024-11-22T01:35:16.331Z | Checking litemap v0.7.3 |
1738 | 2024-11-22T01:35:16.334Z | Checking cipher v0.4.4 |
1739 | 2024-11-22T01:35:16.420Z | Checking writeable v0.5.5 |
1740 | 2024-11-22T01:35:16.424Z | Checking rand v0.8.5 |
1741 | 2024-11-22T01:35:16.703Z | Checking tinyvec_macros v0.1.1 |
1742 | 2024-11-22T01:35:16.739Z | Checking form_urlencoded v1.2.1 |
1743 | 2024-11-22T01:35:16.764Z | Checking httparse v1.9.5 |
1744 | 2024-11-22T01:35:16.797Z | Checking tinyvec v1.8.0 |
1745 | 2024-11-22T01:35:16.837Z | Checking atomic-waker v1.1.2 |
1746 | 2024-11-22T01:35:16.960Z | Checking icu_locid_transform_data v1.5.0 |
1747 | 2024-11-22T01:35:16.984Z | Checking regex-syntax v0.8.5 |
1748 | 2024-11-22T01:35:17.068Z | Checking base64ct v1.6.0 |
1749 | 2024-11-22T01:35:17.188Z | Checking hmac v0.12.1 |
1750 | 2024-11-22T01:35:17.384Z | Checking bytes v1.8.0 |
1751 | 2024-11-22T01:35:17.411Z | Checking bitflags v2.6.0 |
1752 | 2024-11-22T01:35:17.528Z | Checking serde_json v1.0.132 |
1753 | 2024-11-22T01:35:17.706Z | Checking indexmap v2.6.0 |
1754 | 2024-11-22T01:35:17.830Z | Checking chrono v0.4.38 |
1755 | 2024-11-22T01:35:17.865Z | Checking rustix v0.38.37 |
1756 | 2024-11-22T01:35:18.135Z | Checking uuid v1.11.0 |
1757 | 2024-11-22T01:35:18.170Z | Checking tokio v1.40.0 |
1758 | 2024-11-22T01:35:18.763Z | Checking http v1.1.0 |
1759 | 2024-11-22T01:35:18.984Z | Checking tinystr v0.7.6 |
1760 | 2024-11-22T01:35:19.323Z | Checking unicode-normalization v0.1.24 |
1761 | 2024-11-22T01:35:19.398Z | Checking icu_locid v1.5.0 |
1762 | 2024-11-22T01:35:19.994Z | Checking schemars v0.8.21 |
1763 | 2024-11-22T01:35:20.118Z | Checking icu_collections v1.5.0 |
1764 | 2024-11-22T01:35:20.266Z | Checking icu_properties_data v1.5.0 |
1765 | 2024-11-22T01:35:20.322Z | Checking untrusted v0.9.0 |
1766 | 2024-11-22T01:35:20.358Z | Checking sha2 v0.10.8 |
1767 | 2024-11-22T01:35:20.429Z | Checking icu_provider v1.5.0 |
1768 | 2024-11-22T01:35:20.496Z | Checking ring v0.17.8 |
1769 | 2024-11-22T01:35:20.523Z | Checking aho-corasick v1.1.3 |
1770 | 2024-11-22T01:35:20.775Z | Checking utf8_iter v1.0.4 |
1771 | 2024-11-22T01:35:20.904Z | Checking write16 v1.0.0 |
1772 | 2024-11-22T01:35:20.984Z | Checking unicode-ident v1.0.13 |
1773 | 2024-11-22T01:35:21.043Z | Checking utf16_iter v1.0.5 |
1774 | 2024-11-22T01:35:21.097Z | Checking icu_locid_transform v1.5.0 |
1775 | 2024-11-22T01:35:21.158Z | Checking unicode-bidi v0.3.17 |
1776 | 2024-11-22T01:35:21.212Z | Checking icu_normalizer_data v1.5.0 |
1777 | 2024-11-22T01:35:21.321Z | Checking lazy_static v1.5.0 |
1778 | 2024-11-22T01:35:21.418Z | Checking adler2 v2.0.0 |
1779 | 2024-11-22T01:35:21.448Z | Checking powerfmt v0.2.0 |
1780 | 2024-11-22T01:35:21.584Z | Checking miniz_oxide v0.8.0 |
1781 | 2024-11-22T01:35:21.633Z | Checking num-conv v0.1.0 |
1782 | 2024-11-22T01:35:21.716Z | Checking deranged v0.3.11 |
1783 | 2024-11-22T01:35:21.803Z | Checking num_threads v0.1.7 |
1784 | 2024-11-22T01:35:21.896Z | Checking rustls-pki-types v1.9.0 |
1785 | 2024-11-22T01:35:21.934Z | Checking time-core v0.1.2 |
1786 | 2024-11-22T01:35:22.080Z | Checking icu_properties v1.5.1 |
1787 | 2024-11-22T01:35:22.102Z | Checking proc-macro2 v1.0.89 |
1788 | 2024-11-22T01:35:22.142Z | Checking regex-automata v0.4.8 |
1789 | 2024-11-22T01:35:22.313Z | Checking pem-rfc7468 v0.7.0 |
1790 | 2024-11-22T01:35:22.340Z | Checking untrusted v0.7.1 |
1791 | 2024-11-22T01:35:22.499Z | Checking http-body v1.0.1 |
1792 | 2024-11-22T01:35:22.527Z | Checking aws-lc-sys v0.22.0 |
1793 | 2024-11-22T01:35:22.582Z | Checking try-lock v0.2.5 |
1794 | 2024-11-22T01:35:22.695Z | Checking base64 v0.22.1 |
1795 | 2024-11-22T01:35:22.726Z | Checking mirai-annotations v1.12.0 |
1796 | 2024-11-22T01:35:22.752Z | Checking quote v1.0.37 |
1797 | 2024-11-22T01:35:22.911Z | Checking httpdate v1.0.3 |
1798 | 2024-11-22T01:35:23.106Z | Checking syn v2.0.87 |
1799 | 2024-11-22T01:35:23.150Z | Checking want v0.3.1 |
1800 | 2024-11-22T01:35:23.177Z | Checking flagset v0.4.6 |
1801 | 2024-11-22T01:35:23.329Z | Checking pbkdf2 v0.12.2 |
1802 | 2024-11-22T01:35:23.367Z | Checking der v0.7.9 |
1803 | 2024-11-22T01:35:23.465Z | Checking time v0.3.36 |
1804 | 2024-11-22T01:35:23.497Z | Checking aes v0.8.4 |
1805 | 2024-11-22T01:35:24.473Z | Checking cbc v0.1.2 |
1806 | 2024-11-22T01:35:24.696Z | Checking salsa20 v0.10.2 |
1807 | 2024-11-22T01:35:24.927Z | Checking ahash v0.8.11 |
1808 | 2024-11-22T01:35:25.244Z | Checking spki v0.7.3 |
1809 | 2024-11-22T01:35:25.288Z | Checking aws-lc-rs v1.10.0 |
1810 | 2024-11-22T01:35:25.442Z | Checking icu_normalizer v1.5.0 |
1811 | 2024-11-22T01:35:25.523Z | Checking slog v2.7.0 |
1812 | 2024-11-22T01:35:25.550Z | Checking tower-service v0.3.3 |
1813 | 2024-11-22T01:35:25.679Z | Checking scrypt v0.11.0 |
1814 | 2024-11-22T01:35:25.755Z | Checking tokio-util v0.7.12 |
1815 | 2024-11-22T01:35:25.877Z | Checking gimli v0.31.1 |
1816 | 2024-11-22T01:35:25.925Z | Checking mime v0.3.17 |
1817 | 2024-11-22T01:35:26.019Z | Checking pkcs5 v0.7.1 |
1818 | 2024-11-22T01:35:26.206Z | Checking idna_adapter v1.2.0 |
1819 | 2024-11-22T01:35:26.260Z | Checking object v0.36.5 |
1820 | 2024-11-22T01:35:26.400Z | Checking idna v1.0.3 |
1821 | 2024-11-22T01:35:26.509Z | Checking utf8parse v0.2.2 |
1822 | 2024-11-22T01:35:26.664Z | Checking rustc-demangle v0.1.24 |
1823 | 2024-11-22T01:35:26.667Z | Checking h2 v0.4.6 |
1824 | 2024-11-22T01:35:26.850Z | Checking url v2.5.3 |
1825 | 2024-11-22T01:35:26.853Z | Checking regex v1.11.1 |
1826 | 2024-11-22T01:35:27.083Z | Checking pkcs8 v0.10.2 |
1827 | 2024-11-22T01:35:27.111Z | Checking rustls-webpki v0.102.8 |
1828 | 2024-11-22T01:35:27.417Z | Checking http-body-util v0.1.2 |
1829 | 2024-11-22T01:35:27.538Z | Checking futures-executor v0.3.31 |
1830 | 2024-11-22T01:35:27.711Z | Checking toml_datetime v0.6.8 |
1831 | 2024-11-22T01:35:27.779Z | Checking serde_spanned v0.6.8 |
1832 | 2024-11-22T01:35:27.871Z | Checking data-encoding v2.6.0 |
1833 | 2024-11-22T01:35:27.971Z | Checking ipnet v2.10.1 |
1834 | 2024-11-22T01:35:28.001Z | Checking unicode-width v0.1.14 |
1835 | 2024-11-22T01:35:28.005Z | Checking futures v0.3.31 |
1836 | 2024-11-22T01:35:28.139Z | Checking rustls-pemfile v2.2.0 |
1837 | 2024-11-22T01:35:28.362Z | Checking foreign-types-shared v0.1.1 |
1838 | 2024-11-22T01:35:28.400Z | Checking openssl-probe v0.1.5 |
1839 | 2024-11-22T01:35:28.473Z | Checking anstyle v1.0.10 |
1840 | 2024-11-22T01:35:28.502Z | Checking foreign-types v0.3.2 |
1841 | 2024-11-22T01:35:28.537Z | Checking serde_urlencoded v0.7.1 |
1842 | 2024-11-22T01:35:28.562Z | Checking semver v1.0.23 |
1843 | 2024-11-22T01:35:28.602Z | Checking sha1 v0.10.6 |
1844 | 2024-11-22T01:35:28.842Z | Checking openssl-sys v0.9.103 |
1845 | 2024-11-22T01:35:28.892Z | Checking encoding_rs v0.8.34 |
1846 | 2024-11-22T01:35:28.963Z | Checking rustls v0.23.14 |
1847 | 2024-11-22T01:35:29.005Z | Checking anstyle-parse v0.2.5 |
1848 | 2024-11-22T01:35:29.283Z | Checking camino v1.1.9 |
1849 | 2024-11-22T01:35:29.586Z | Checking winnow v0.6.20 |
1850 | 2024-11-22T01:35:29.879Z | Checking addr2line v0.24.2 |
1851 | 2024-11-22T01:35:29.906Z | Checking is_terminal_polyfill v1.70.1 |
1852 | 2024-11-22T01:35:30.029Z | Checking either v1.13.0 |
1853 | 2024-11-22T01:35:30.099Z | Checking openssl v0.10.66 |
1854 | 2024-11-22T01:35:30.407Z | Checking anstyle-query v1.1.1 |
1855 | 2024-11-22T01:35:30.437Z | Checking colorchoice v1.0.2 |
1856 | 2024-11-22T01:35:30.549Z | Checking idna v0.3.0 |
1857 | 2024-11-22T01:35:30.579Z | Checking anstream v0.6.15 |
1858 | 2024-11-22T01:35:30.965Z | Checking terminal_size v0.4.0 |
1859 | 2024-11-22T01:35:31.150Z | Checking openapiv3 v2.0.0 |
1860 | 2024-11-22T01:35:31.267Z | Checking signature v2.2.0 |
1861 | 2024-11-22T01:35:31.415Z | Checking psl-types v2.0.11 |
1862 | 2024-11-22T01:35:31.468Z | Checking strsim v0.11.1 |
1863 | 2024-11-22T01:35:31.615Z | Checking clap_lex v0.7.2 |
1864 | 2024-11-22T01:35:31.753Z | Checking publicsuffix v2.2.3 |
1865 | 2024-11-22T01:35:31.871Z | Checking clap_builder v4.5.21 |
1866 | 2024-11-22T01:35:32.000Z | Checking cookie v0.18.1 |
1867 | 2024-11-22T01:35:32.448Z | Checking webpki-roots v0.26.6 |
1868 | 2024-11-22T01:35:32.534Z | Checking idna v0.5.0 |
1869 | 2024-11-22T01:35:32.653Z | Checking backtrace v0.3.74 |
1870 | 2024-11-22T01:35:33.212Z | Checking is-terminal v0.4.13 |
1871 | 2024-11-22T01:35:33.236Z | Checking scroll v0.12.0 |
1872 | 2024-11-22T01:35:33.236Z | Checking hyper v1.5.0 |
1873 | 2024-11-22T01:35:33.270Z | Checking anyhow v1.0.93 |
1874 | 2024-11-22T01:35:33.298Z | Checking plain v0.2.3 |
1875 | 2024-11-22T01:35:33.397Z | Checking ucd-trie v0.1.7 |
1876 | 2024-11-22T01:35:33.458Z | Checking goblin v0.8.2 |
1877 | 2024-11-22T01:35:33.609Z | Checking pest v2.7.14 |
1878 | 2024-11-22T01:35:33.636Z | Checking cookie_store v0.21.0 |
1879 | 2024-11-22T01:35:34.335Z | Checking sync_wrapper v1.0.1 |
1880 | 2024-11-22T01:35:34.479Z | Checking pretty-hex v0.4.1 |
1881 | 2024-11-22T01:35:34.578Z | Checking tokio-rustls v0.26.0 |
1882 | 2024-11-22T01:35:34.612Z | Checking base16ct v0.2.0 |
1883 | 2024-11-22T01:35:34.652Z | Checking num-integer v0.1.46 |
1884 | 2024-11-22T01:35:34.805Z | Checking sec1 v0.7.3 |
1885 | 2024-11-22T01:35:34.839Z | Checking clap v4.5.21 |
1886 | 2024-11-22T01:35:34.875Z | Checking hyper-util v0.1.10 |
1887 | 2024-11-22T01:35:34.961Z | Checking ff v0.13.0 |
1888 | 2024-11-22T01:35:34.989Z | Checking thread-id v4.2.2 |
1889 | 2024-11-22T01:35:35.104Z | Checking toml_edit v0.22.22 |
1890 | 2024-11-22T01:35:35.170Z | Checking group v0.13.0 |
1891 | 2024-11-22T01:35:35.175Z | Checking hkdf v0.12.4 |
1892 | 2024-11-22T01:35:35.219Z | Checking crypto-bigint v0.5.5 |
1893 | 2024-11-22T01:35:35.411Z | Checking memmap v0.7.0 |
1894 | 2024-11-22T01:35:35.440Z | Checking dirs-sys-next v0.1.2 |
1895 | 2024-11-22T01:35:35.608Z | Checking crc32fast v1.4.2 |
1896 | 2024-11-22T01:35:35.634Z | Checking utf-8 v0.7.6 |
1897 | 2024-11-22T01:35:35.665Z | Checking native-tls v0.2.12 |
1898 | 2024-11-22T01:35:35.829Z | Checking static_assertions v1.1.0 |
1899 | 2024-11-22T01:35:35.858Z | Checking bitflags v1.3.2 |
1900 | 2024-11-22T01:35:35.939Z | Checking dirs-next v2.0.0 |
1901 | 2024-11-22T01:35:35.968Z | Checking crossbeam-channel v0.5.13 |
1902 | 2024-11-22T01:35:35.995Z | Checking tokio-native-tls v0.3.1 |
1903 | 2024-11-22T01:35:36.081Z | Checking thread_local v1.1.8 |
1904 | 2024-11-22T01:35:36.168Z | Checking dtrace-parser v0.2.0 |
1905 | 2024-11-22T01:35:36.252Z | Checking unicode-segmentation v1.12.0 |
1906 | 2024-11-22T01:35:36.387Z | Checking term v0.7.0 |
1907 | 2024-11-22T01:35:36.659Z | Checking num-iter v0.1.45 |
1908 | 2024-11-22T01:35:36.698Z | Checking crossbeam-epoch v0.9.18 |
1909 | 2024-11-22T01:35:36.811Z | Checking match_cfg v0.1.0 |
1910 | 2024-11-22T01:35:36.847Z | Checking take_mut v0.2.2 |
1911 | 2024-11-22T01:35:36.873Z | Checking hyper-rustls v0.27.3 |
1912 | 2024-11-22T01:35:36.911Z | Checking hyper-tls v0.6.0 |
1913 | 2024-11-22T01:35:36.951Z | Checking hostname v0.3.1 |
1914 | 2024-11-22T01:35:37.001Z | Checking slog-async v2.8.0 |
1915 | 2024-11-22T01:35:37.096Z | Checking slog-term v2.9.1 |
1916 | 2024-11-22T01:35:37.122Z | Checking bstr v1.10.0 |
1917 | 2024-11-22T01:35:37.208Z | Checking rfc6979 v0.4.0 |
1918 | 2024-11-22T01:35:37.238Z | Checking reqwest v0.12.9 |
1919 | 2024-11-22T01:35:37.295Z | Checking hex v0.4.3 |
1920 | 2024-11-22T01:35:37.394Z | Checking managed v0.8.0 |
1921 | 2024-11-22T01:35:37.574Z | Checking winnow v0.5.40 |
1922 | 2024-11-22T01:35:37.729Z | Checking toml v0.8.19 |
1923 | 2024-11-22T01:35:37.775Z | Checking crossbeam-deque v0.8.5 |
1924 | 2024-11-22T01:35:37.812Z | Checking num-bigint-dig v0.8.4 |
1925 | 2024-11-22T01:35:38.043Z | Checking elliptic-curve v0.13.8 |
1926 | 2024-11-22T01:35:38.086Z | Checking flate2 v1.0.34 |
1927 | 2024-11-22T01:35:38.088Z | Checking rustls v0.22.4 |
1928 | 2024-11-22T01:35:38.341Z | Checking dof v0.3.0 |
1929 | 2024-11-22T01:35:38.458Z | Checking pkcs1 v0.7.5 |
1930 | 2024-11-22T01:35:38.769Z | Checking curve25519-dalek v4.1.3 |
1931 | 2024-11-22T01:35:38.798Z | Checking ecdsa v0.16.9 |
1932 | 2024-11-22T01:35:38.897Z | Checking zerocopy v0.6.6 |
1933 | 2024-11-22T01:35:38.999Z | Checking usdt-impl v0.5.0 |
1934 | 2024-11-22T01:35:39.140Z | Checking siphasher v0.3.11 |
1935 | 2024-11-22T01:35:39.462Z | Checking rayon-core v1.12.1 |
1936 | 2024-11-22T01:35:39.543Z | Checking ed25519 v2.2.3 |
1937 | 2024-11-22T01:35:39.573Z | Checking usdt v0.5.0 |
1938 | 2024-11-22T01:35:39.655Z | Checking slog-json v2.6.1 |
1939 | 2024-11-22T01:35:39.841Z | Checking signal-hook v0.3.17 |
1940 | 2024-11-22T01:35:39.868Z | Checking debug-ignore v1.0.5 |
1941 | 2024-11-22T01:35:39.918Z | Checking quick-error v1.2.3 |
1942 | 2024-11-22T01:35:40.016Z | Checking slog-bunyan v2.5.0 |
1943 | 2024-11-22T01:35:40.058Z | Checking rsa v0.9.6 |
1944 | 2024-11-22T01:35:40.085Z | Checking multer v3.1.0 |
1945 | 2024-11-22T01:35:40.117Z | Checking itertools v0.10.5 |
1946 | 2024-11-22T01:35:40.182Z | Checking x509-cert v0.2.5 |
1947 | 2024-11-22T01:35:40.185Z | Checking idna v0.4.0 |
1948 | 2024-11-22T01:35:40.487Z | Checking hubpack v0.1.2 |
1949 | 2024-11-22T01:35:40.606Z | Checking toml_edit v0.19.15 |
1950 | 2024-11-22T01:35:40.654Z | Checking ed25519-dalek v2.1.1 |
1951 | 2024-11-22T01:35:40.821Z | Checking serde_path_to_error v0.1.16 |
1952 | 2024-11-22T01:35:41.070Z | Checking waitgroup v0.1.2 |
1953 | 2024-11-22T01:35:41.102Z | Checking bzip2-sys v0.1.11+1.0.8 |
1954 | 2024-11-22T01:35:41.104Z | Checking async-stream v0.3.6 |
1955 | 2024-11-22T01:35:41.203Z | Checking hostname v0.4.0 |
1956 | 2024-11-22T01:35:41.228Z | Checking bit-vec v0.6.3 |
1957 | 2024-11-22T01:35:41.323Z | Checking bzip2 v0.4.4 |
1958 | 2024-11-22T01:35:41.352Z | Checking hickory-proto v0.24.1 |
1959 | 2024-11-22T01:35:41.434Z | Checking signal-hook-mio v0.2.4 |
1960 | 2024-11-22T01:35:41.551Z | Checking bit-set v0.5.3 |
1961 | 2024-11-22T01:35:41.579Z | Checking console v0.15.8 |
1962 | 2024-11-22T01:35:41.621Z | Checking hash32 v0.2.1 |
1963 | 2024-11-22T01:35:41.766Z | Checking tokio-rustls v0.25.0 |
1964 | 2024-11-22T01:35:41.804Z | Checking predicates-core v1.0.8 |
1965 | 2024-11-22T01:35:41.807Z | Checking unicode-properties v0.1.3 |
1966 | 2024-11-22T01:35:41.939Z | Checking linked-hash-map v0.5.6 |
1967 | 2024-11-22T01:35:41.997Z | Checking heapless v0.7.17 |
1968 | 2024-11-22T01:35:42.153Z | Checking stringprep v0.1.5 |
1969 | 2024-11-22T01:35:42.182Z | Checking dropshot v0.12.0 |
1970 | 2024-11-22T01:35:42.185Z | Checking crossterm v0.28.1 |
1971 | 2024-11-22T01:35:42.247Z | Checking lru-cache v0.1.2 |
1972 | 2024-11-22T01:35:42.366Z | Checking rayon v1.10.0 |
1973 | 2024-11-22T01:35:42.435Z | Checking phf_shared v0.11.2 |
1974 | 2024-11-22T01:35:42.438Z | Checking similar v2.6.0 |
1975 | 2024-11-22T01:35:42.755Z | Checking tokio-stream v0.1.16 |
1976 | 2024-11-22T01:35:42.993Z | Checking toml v0.7.8 |
1977 | 2024-11-22T01:35:43.016Z | Checking md-5 v0.10.6 |
1978 | 2024-11-22T01:35:43.254Z | Checking float-cmp v0.9.0 |
1979 | 2024-11-22T01:35:43.374Z | Checking normalize-line-endings v0.3.0 |
1980 | 2024-11-22T01:35:43.451Z | Checking fallible-iterator v0.2.0 |
1981 | 2024-11-22T01:35:43.506Z | Checking fixedbitset v0.4.2 |
1982 | 2024-11-22T01:35:43.665Z | Checking difflib v0.4.0 |
1983 | 2024-11-22T01:35:43.763Z | Checking smoltcp v0.9.1 |
1984 | 2024-11-22T01:35:43.789Z | Checking petgraph v0.6.5 |
1985 | 2024-11-22T01:35:43.986Z | Checking predicates v3.1.2 |
1986 | 2024-11-22T01:35:44.012Z | Checking phf v0.11.2 |
1987 | 2024-11-22T01:35:44.090Z | Checking postgres-protocol v0.6.7 |
1988 | 2024-11-22T01:35:44.297Z | Checking zip v0.6.6 |
1989 | 2024-11-22T01:35:44.696Z | Checking resolv-conf v0.7.0 |
1990 | 2024-11-22T01:35:44.799Z | Checking phf_shared v0.10.0 |
1991 | 2024-11-22T01:35:45.030Z | Checking tungstenite v0.24.0 |
1992 | 2024-11-22T01:35:45.069Z | Checking fs-err v2.11.0 |
1993 | 2024-11-22T01:35:45.098Z | Checking serde-big-array v0.5.1 |
1994 | 2024-11-22T01:35:45.213Z | Checking portable-atomic v1.9.0 |
1995 | 2024-11-22T01:35:45.322Z | Checking lalrpop-util v0.19.12 |
1996 | 2024-11-22T01:35:45.612Z | Checking new_debug_unreachable v1.0.6 |
1997 | 2024-11-22T01:35:45.639Z | Checking number_prefix v0.4.0 |
1998 | 2024-11-22T01:35:45.716Z | Checking minimal-lexical v0.2.1 |
1999 | 2024-11-22T01:35:45.842Z | Checking unicode-width v0.2.0 |
2000 | 2024-11-22T01:35:45.957Z | Checking precomputed-hash v0.1.1 |
2001 | 2024-11-22T01:35:45.995Z | Checking tokio-tungstenite v0.24.0 |
2002 | 2024-11-22T01:35:46.068Z | Checking string_cache v0.8.7 |
2003 | 2024-11-22T01:35:46.095Z | Checking nom v7.1.3 |
2004 | 2024-11-22T01:35:46.125Z | Checking hickory-resolver v0.24.1 |
2005 | 2024-11-22T01:35:46.246Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2006 | 2024-11-22T01:35:46.274Z | Checking postgres-types v0.2.8 |
2007 | 2024-11-22T01:35:46.302Z | Checking indicatif v0.17.9 |
2008 | 2024-11-22T01:35:46.337Z | Checking itertools v0.12.1 |
2009 | 2024-11-22T01:35:46.461Z | Checking peg-runtime v0.8.3 |
2010 | 2024-11-22T01:35:46.716Z | Checking whoami v1.5.2 |
2011 | 2024-11-22T01:35:47.052Z | Checking tokio-postgres v0.7.12 |
2012 | 2024-11-22T01:35:47.055Z | Compiling hashbrown v0.14.5 |
2013 | 2024-11-22T01:35:47.112Z | Compiling ident_case v1.0.1 |
2014 | 2024-11-22T01:35:47.152Z | Compiling unsafe-libyaml v0.2.11 |
2015 | 2024-11-22T01:35:47.303Z | Compiling darling_core v0.20.10 |
2016 | 2024-11-22T01:35:47.710Z | Checking qorb v0.2.0 |
2017 | 2024-11-22T01:35:48.522Z | Compiling regress v0.10.1 |
2018 | 2024-11-22T01:35:48.931Z | Compiling serde_yaml v0.9.34+deprecated |
2019 | 2024-11-22T01:35:49.179Z | Checking heck v0.5.0 |
2020 | 2024-11-22T01:35:49.390Z | Checking progenitor-client v0.8.0 |
2021 | 2024-11-22T01:35:49.756Z | Checking fastrand v2.1.1 |
2022 | 2024-11-22T01:35:50.073Z | Compiling newtype-uuid v1.1.3 |
2023 | 2024-11-22T01:35:50.117Z | Checking ipnetwork v0.20.0 |
2024 | 2024-11-22T01:35:50.262Z | Compiling structmeta-derive v0.3.0 |
2025 | 2024-11-22T01:35:50.374Z | Checking strum v0.26.3 |
2026 | 2024-11-22T01:35:50.473Z | Compiling dropshot v0.13.0 |
2027 | 2024-11-22T01:35:50.537Z | Checking macaddr v1.0.1 |
2028 | 2024-11-22T01:35:50.847Z | Compiling dropshot_endpoint v0.13.0 |
2029 | 2024-11-22T01:35:50.883Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2030 | 2024-11-22T01:35:51.809Z | Checking tempfile v3.13.0 |
2031 | 2024-11-22T01:35:51.909Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2032 | 2024-11-22T01:35:52.219Z | Compiling typify-impl v0.2.0 |
2033 | 2024-11-22T01:35:52.296Z | Checking instant v0.1.13 |
2034 | 2024-11-22T01:35:52.403Z | Checking regress v0.9.1 |
2035 | 2024-11-22T01:35:53.218Z | Compiling structmeta v0.3.0 |
2036 | 2024-11-22T01:35:53.277Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2037 | 2024-11-22T01:35:53.589Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2038 | 2024-11-22T01:35:53.710Z | Compiling parse-display-derive v0.10.0 |
2039 | 2024-11-22T01:35:53.913Z | Checking backoff v0.4.0 |
2040 | 2024-11-22T01:35:54.088Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2041 | 2024-11-22T01:35:54.236Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2042 | 2024-11-22T01:35:54.263Z | Checking wait-timeout v0.2.0 |
2043 | 2024-11-22T01:35:54.397Z | Checking rand_xorshift v0.3.0 |
2044 | 2024-11-22T01:35:54.400Z | Compiling darling_macro v0.20.10 |
2045 | 2024-11-22T01:35:54.448Z | Checking rusty-fork v0.3.0 |
2046 | 2024-11-22T01:35:54.604Z | Checking unarray v0.1.4 |
2047 | 2024-11-22T01:35:54.743Z | Compiling structmeta-derive v0.2.0 |
2048 | 2024-11-22T01:35:54.771Z | Checking proptest v1.5.0 |
2049 | 2024-11-22T01:35:55.328Z | Compiling darling v0.20.10 |
2050 | 2024-11-22T01:35:55.460Z | Compiling serde_with_macros v3.11.0 |
2051 | 2024-11-22T01:35:55.906Z | Checking camino-tempfile v1.1.1 |
2052 | 2024-11-22T01:35:56.195Z | Compiling proc-macro-error v1.0.4 |
2053 | 2024-11-22T01:35:56.322Z | Compiling proc-macro-crate v1.3.1 |
2054 | 2024-11-22T01:35:56.904Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2055 | 2024-11-22T01:35:57.285Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2056 | 2024-11-22T01:35:57.434Z | Compiling num_enum_derive v0.5.11 |
2057 | 2024-11-22T01:35:57.592Z | Compiling foreign-types-macros v0.2.3 |
2058 | 2024-11-22T01:35:57.732Z | Compiling structmeta v0.2.0 |
2059 | 2024-11-22T01:35:58.143Z | Compiling test-strategy v0.3.1 |
2060 | 2024-11-22T01:35:58.331Z | Checking parse-display v0.10.0 |
2061 | 2024-11-22T01:35:58.358Z | Checking serde_with v3.11.0 |
2062 | 2024-11-22T01:35:58.679Z | Checking foreign-types-shared v0.3.1 |
2063 | 2024-11-22T01:35:59.005Z | Checking foreign-types v0.5.0 |
2064 | 2024-11-22T01:35:59.061Z | Checking tabwriter v1.4.0 |
2065 | 2024-11-22T01:35:59.111Z | Checking cstr-argument v0.1.2 |
2066 | 2024-11-22T01:35:59.288Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2067 | 2024-11-22T01:35:59.338Z | Checking pretty-hex v0.2.1 |
2068 | 2024-11-22T01:35:59.520Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2069 | 2024-11-22T01:35:59.526Z | Checking colored v2.1.0 |
2070 | 2024-11-22T01:35:59.616Z | Checking smf v0.2.3 |
2071 | 2024-11-22T01:35:59.795Z | Checking base64 v0.21.7 |
2072 | 2024-11-22T01:35:59.822Z | Compiling crucible-workspace-hack v0.1.0 |
2073 | 2024-11-22T01:36:00.069Z | Checking num_enum v0.5.11 |
2074 | 2024-11-22T01:36:00.091Z | Compiling zerocopy v0.8.10 |
2075 | 2024-11-22T01:36:00.149Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2076 | 2024-11-22T01:36:00.166Z | Compiling itertools v0.13.0 |
2077 | 2024-11-22T01:36:00.221Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2078 | 2024-11-22T01:36:00.253Z | Compiling zerocopy-derive v0.8.10 |
2079 | 2024-11-22T01:36:00.293Z | Compiling heapless v0.8.0 |
2080 | 2024-11-22T01:36:00.505Z | Checking termtree v0.4.1 |
2081 | 2024-11-22T01:36:00.716Z | Checking predicates-tree v1.0.11 |
2082 | 2024-11-22T01:36:01.005Z | Checking hash32 v0.3.1 |
2083 | 2024-11-22T01:36:01.057Z | Compiling smoltcp v0.11.0 |
2084 | 2024-11-22T01:36:01.178Z | Checking cobs v0.2.3 |
2085 | 2024-11-22T01:36:01.379Z | Checking postcard v1.0.10 |
2086 | 2024-11-22T01:36:01.826Z | Checking sigpipe v0.1.3 |
2087 | 2024-11-22T01:36:01.874Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2088 | 2024-11-22T01:36:01.943Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2089 | 2024-11-22T01:36:01.961Z | Checking atomicwrites v0.4.4 |
2090 | 2024-11-22T01:36:02.109Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2091 | 2024-11-22T01:36:02.171Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2092 | 2024-11-22T01:36:02.196Z | Compiling mockall_derive v0.13.0 |
2093 | 2024-11-22T01:36:02.220Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2094 | 2024-11-22T01:36:02.500Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2095 | 2024-11-22T01:36:02.717Z | Compiling zone_cfg_derive v0.3.0 |
2096 | 2024-11-22T01:36:02.988Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2097 | 2024-11-22T01:36:06.415Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2098 | 2024-11-22T01:36:06.469Z | Compiling num-derive v0.4.2 |
2099 | 2024-11-22T01:36:06.469Z | Checking downcast v0.11.0 |
2100 | 2024-11-22T01:36:06.469Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2101 | 2024-11-22T01:36:06.469Z | Checking fragile v2.0.0 |
2102 | 2024-11-22T01:36:06.469Z | Checking zone v0.3.0 |
2103 | 2024-11-22T01:36:06.469Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2104 | 2024-11-22T01:36:06.469Z | Compiling convert_case v0.4.0 |
2105 | 2024-11-22T01:36:06.469Z | Checking newline-converter v0.3.0 |
2106 | 2024-11-22T01:36:06.469Z | Checking expectorate v1.1.0 |
2107 | 2024-11-22T01:36:06.469Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2108 | 2024-11-22T01:36:06.470Z | Checking tungstenite v0.21.0 |
2109 | 2024-11-22T01:36:06.470Z | Compiling derive_more v0.99.18 |
2110 | 2024-11-22T01:36:06.470Z | Checking same-file v1.0.6 |
2111 | 2024-11-22T01:36:06.470Z | Checking walkdir v2.5.0 |
2112 | 2024-11-22T01:36:06.507Z | Checking arc-swap v1.7.1 |
2113 | 2024-11-22T01:36:06.617Z | Checking xattr v1.3.1 |
2114 | 2024-11-22T01:36:06.682Z | Checking tokio-tungstenite v0.21.0 |
2115 | 2024-11-22T01:36:06.830Z | Checking filetime v0.2.25 |
2116 | 2024-11-22T01:36:06.917Z | Checking slog-scope v4.4.0 |
2117 | 2024-11-22T01:36:07.049Z | Checking tar v0.4.42 |
2118 | 2024-11-22T01:36:07.125Z | Checking slog-stdlog v4.1.1 |
2119 | 2024-11-22T01:36:07.211Z | Checking num-rational v0.4.2 |
2120 | 2024-11-22T01:36:07.310Z | Checking slog-envlogger v2.2.0 |
2121 | 2024-11-22T01:36:07.541Z | Checking num-complex v0.4.6 |
2122 | 2024-11-22T01:36:07.879Z | Checking float-ord v0.3.2 |
2123 | 2024-11-22T01:36:07.903Z | Compiling owo-colors v4.1.0 |
2124 | 2024-11-22T01:36:08.029Z | Checking swrite v0.1.0 |
2125 | 2024-11-22T01:36:08.052Z | Compiling cancel-safe-futures v0.1.5 |
2126 | 2024-11-22T01:36:08.148Z | Checking libsw v3.3.1 |
2127 | 2024-11-22T01:36:08.431Z | Checking pem v3.0.4 |
2128 | 2024-11-22T01:36:08.458Z | Checking num v0.4.3 |
2129 | 2024-11-22T01:36:08.572Z | Checking password-hash v0.5.0 |
2130 | 2024-11-22T01:36:08.737Z | Checking blake2 v0.10.6 |
2131 | 2024-11-22T01:36:08.903Z | Checking linear-map v1.2.0 |
2132 | 2024-11-22T01:36:09.069Z | Checking indent_write v2.2.0 |
2133 | 2024-11-22T01:36:09.222Z | Checking argon2 v0.5.3 |
2134 | 2024-11-22T01:36:09.260Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2135 | 2024-11-22T01:36:09.625Z | Compiling lzma-sys v0.1.20 |
2136 | 2024-11-22T01:36:09.803Z | Checking headers-core v0.3.0 |
2137 | 2024-11-22T01:36:09.889Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2138 | 2024-11-22T01:36:09.949Z | Compiling heck v0.3.3 |
2139 | 2024-11-22T01:36:10.194Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2140 | 2024-11-22T01:36:10.260Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2141 | 2024-11-22T01:36:10.378Z | Compiling zone_cfg_derive v0.1.2 |
2142 | 2024-11-22T01:36:10.577Z | Checking headers v0.4.0 |
2143 | 2024-11-22T01:36:10.602Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2144 | 2024-11-22T01:36:10.661Z | Compiling typify-macro v0.2.0 |
2145 | 2024-11-22T01:36:10.695Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2146 | 2024-11-22T01:36:10.835Z | Checking mockall v0.13.0 |
2147 | 2024-11-22T01:36:10.884Z | Checking yasna v0.5.2 |
2148 | 2024-11-22T01:36:11.081Z | Checking highway v1.2.0 |
2149 | 2024-11-22T01:36:11.469Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2150 | 2024-11-22T01:36:11.509Z | Checking base64 v0.13.1 |
2151 | 2024-11-22T01:36:11.699Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2152 | 2024-11-22T01:36:11.768Z | Checking rcgen v0.12.1 |
2153 | 2024-11-22T01:36:11.859Z | Checking zone v0.1.8 |
2154 | 2024-11-22T01:36:11.913Z | Checking ron v0.7.1 |
2155 | 2024-11-22T01:36:12.173Z | Checking xz2 v0.1.7 |
2156 | 2024-11-22T01:36:12.492Z | Checking subprocess v0.2.9 |
2157 | 2024-11-22T01:36:12.566Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2158 | 2024-11-22T01:36:13.040Z | Checking humantime v2.1.0 |
2159 | 2024-11-22T01:36:13.083Z | Compiling semver v0.1.20 |
2160 | 2024-11-22T01:36:13.343Z | Checking half v2.4.1 |
2161 | 2024-11-22T01:36:13.755Z | Compiling rustc_version v0.1.7 |
2162 | 2024-11-22T01:36:13.775Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2163 | 2024-11-22T01:36:13.815Z | Checking ciborium-io v0.2.2 |
2164 | 2024-11-22T01:36:13.840Z | Checking prettyplease v0.2.25 |
2165 | 2024-11-22T01:36:13.951Z | Checking ciborium-ll v0.2.2 |
2166 | 2024-11-22T01:36:14.270Z | Checking ciborium v0.2.2 |
2167 | 2024-11-22T01:36:14.296Z | Compiling newtype_derive v0.1.6 |
2168 | 2024-11-22T01:36:14.979Z | Compiling typify v0.2.0 |
2169 | 2024-11-22T01:36:15.123Z | Checking progenitor-impl v0.8.0 |
2170 | 2024-11-22T01:36:15.377Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2171 | 2024-11-22T01:36:17.172Z | Checking steno v0.4.1 |
2172 | 2024-11-22T01:36:17.200Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2173 | 2024-11-22T01:36:17.414Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2174 | 2024-11-22T01:36:17.541Z | Checking display-error-chain v0.2.2 |
2175 | 2024-11-22T01:36:17.622Z | Compiling slog-dtrace v0.3.0 |
2176 | 2024-11-22T01:36:17.743Z | Checking gethostname v0.5.0 |
2177 | 2024-11-22T01:36:17.882Z | Checking nibble_vec v0.1.0 |
2178 | 2024-11-22T01:36:18.087Z | Compiling ring v0.16.20 |
2179 | 2024-11-22T01:36:18.412Z | Compiling blake3 v1.5.4 |
2180 | 2024-11-22T01:36:18.743Z | Checking endian-type v0.1.2 |
2181 | 2024-11-22T01:36:18.980Z | Checking keccak v0.1.5 |
2182 | 2024-11-22T01:36:18.987Z | Checking radix_trie v0.2.1 |
2183 | 2024-11-22T01:36:19.314Z | Checking sha3 v0.10.8 |
2184 | 2024-11-22T01:36:19.405Z | Checking universal-hash v0.5.1 |
2185 | 2024-11-22T01:36:19.428Z | Checking secrecy v0.8.0 |
2186 | 2024-11-22T01:36:19.591Z | Checking opaque-debug v0.3.1 |
2187 | 2024-11-22T01:36:19.626Z | Checking aead v0.5.2 |
2188 | 2024-11-22T01:36:19.691Z | Checking poly1305 v0.8.0 |
2189 | 2024-11-22T01:36:19.695Z | Checking chacha20 v0.9.1 |
2190 | 2024-11-22T01:36:20.098Z | Compiling memmap2 v0.9.5 |
2191 | 2024-11-22T01:36:20.190Z | Compiling constant_time_eq v0.3.1 |
2192 | 2024-11-22T01:36:20.800Z | Compiling arrayref v0.3.9 |
2193 | 2024-11-22T01:36:20.813Z | Compiling arrayvec v0.7.6 |
2194 | 2024-11-22T01:36:20.813Z | Compiling spin v0.5.2 |
2195 | 2024-11-22T01:36:20.813Z | Compiling toolchain_find v0.4.0 |
2196 | 2024-11-22T01:36:20.813Z | Compiling thiserror-impl-no-std v2.0.2 |
2197 | 2024-11-22T01:36:20.813Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2198 | 2024-11-22T01:36:21.076Z | Compiling topological-sort v0.2.2 |
2199 | 2024-11-22T01:36:21.260Z | Compiling rustfmt-wrapper v0.2.1 |
2200 | 2024-11-22T01:36:21.310Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2201 | 2024-11-22T01:36:21.531Z | Checking chacha20poly1305 v0.10.1 |
2202 | 2024-11-22T01:36:21.645Z | Compiling async-recursion v1.1.1 |
2203 | 2024-11-22T01:36:21.724Z | Checking fxhash v0.2.1 |
2204 | 2024-11-22T01:36:21.842Z | Checking simd-adler32 v0.3.7 |
2205 | 2024-11-22T01:36:21.903Z | Compiling zip v2.1.3 |
2206 | 2024-11-22T01:36:22.152Z | Checking bumpalo v3.16.0 |
2207 | 2024-11-22T01:36:22.205Z | Checking lockfree-object-pool v0.1.6 |
2208 | 2024-11-22T01:36:22.264Z | Checking termcolor v1.4.1 |
2209 | 2024-11-22T01:36:22.462Z | Compiling radium v0.7.0 |
2210 | 2024-11-22T01:36:22.493Z | Checking zopfli v0.8.1 |
2211 | 2024-11-22T01:36:22.726Z | Checking maplit v1.0.2 |
2212 | 2024-11-22T01:36:22.848Z | Checking tap v1.0.1 |
2213 | 2024-11-22T01:36:22.949Z | Compiling maybe-uninit v2.0.0 |
2214 | 2024-11-22T01:36:23.026Z | Checking wyz v0.5.1 |
2215 | 2024-11-22T01:36:23.233Z | Compiling progenitor-macro v0.8.0 |
2216 | 2024-11-22T01:36:23.394Z | Checking funty v2.0.0 |
2217 | 2024-11-22T01:36:23.538Z | Checking home v0.5.9 |
2218 | 2024-11-22T01:36:23.752Z | Compiling omicron-zone-package v0.11.1 |
2219 | 2024-11-22T01:36:23.785Z | Compiling packed_struct v0.10.1 |
2220 | 2024-11-22T01:36:23.925Z | Checking thiserror-no-std v2.0.2 |
2221 | 2024-11-22T01:36:24.045Z | Checking vsss-rs v3.3.4 |
2222 | 2024-11-22T01:36:24.271Z | Checking crc-catalog v2.4.0 |
2223 | 2024-11-22T01:36:24.433Z | Checking bitvec v1.0.1 |
2224 | 2024-11-22T01:36:24.436Z | Checking crc v3.2.1 |
2225 | 2024-11-22T01:36:24.508Z | Compiling const_format_proc_macros v0.2.33 |
2226 | 2024-11-22T01:36:24.812Z | Checking kstat-rs v0.2.4 |
2227 | 2024-11-22T01:36:24.926Z | Compiling packed_struct_codegen v0.10.1 |
2228 | 2024-11-22T01:36:25.169Z | Compiling vte_generate_state_changes v0.1.2 |
2229 | 2024-11-22T01:36:25.403Z | Compiling indexmap v1.9.3 |
2230 | 2024-11-22T01:36:25.698Z | Checking nodrop v0.1.14 |
2231 | 2024-11-22T01:36:25.828Z | Compiling libefi-sys v0.1.0 |
2232 | 2024-11-22T01:36:25.851Z | Checking array-init v0.0.4 |
2233 | 2024-11-22T01:36:26.149Z | Checking vte v0.11.1 |
2234 | 2024-11-22T01:36:26.582Z | Checking const_format v0.2.33 |
2235 | 2024-11-22T01:36:26.936Z | Checking smallvec v0.6.14 |
2236 | 2024-11-22T01:36:27.054Z | Checking fd-lock v4.0.2 |
2237 | 2024-11-22T01:36:27.251Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2238 | 2024-11-22T01:36:27.335Z | Compiling bitfield-struct v0.6.2 |
2239 | 2024-11-22T01:36:27.357Z | Checking hashbrown v0.12.3 |
2240 | 2024-11-22T01:36:27.586Z | Checking bitfield v0.14.0 |
2241 | 2024-11-22T01:36:27.773Z | Checking strip-ansi-escapes v0.2.0 |
2242 | 2024-11-22T01:36:27.811Z | Checking serde-hex v0.1.0 |
2243 | 2024-11-22T01:36:27.930Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2244 | 2024-11-22T01:36:28.187Z | Checking env_logger v0.10.2 |
2245 | 2024-11-22T01:36:28.278Z | Checking ron v0.8.1 |
2246 | 2024-11-22T01:36:28.648Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2247 | 2024-11-22T01:36:28.813Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2248 | 2024-11-22T01:36:28.982Z | Checking hashbrown v0.13.2 |
2249 | 2024-11-22T01:36:29.172Z | Checking crc-any v2.5.0 |
2250 | 2024-11-22T01:36:29.435Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2251 | 2024-11-22T01:36:29.562Z | Checking nu-ansi-term v0.50.1 |
2252 | 2024-11-22T01:36:29.582Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2253 | 2024-11-22T01:36:29.586Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2254 | 2024-11-22T01:36:29.952Z | Checking reedline v0.35.0 |
2255 | 2024-11-22T01:36:30.057Z | Checking object v0.30.4 |
2256 | 2024-11-22T01:36:30.082Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2257 | 2024-11-22T01:36:30.086Z | Checking path-slash v0.1.5 |
2258 | 2024-11-22T01:36:30.144Z | Compiling parking_lot_core v0.8.6 |
2259 | 2024-11-22T01:36:30.250Z | Compiling phf_generator v0.11.2 |
2260 | 2024-11-22T01:36:30.329Z | Checking glob v0.3.1 |
2261 | 2024-11-22T01:36:30.444Z | Checking bytecount v0.6.8 |
2262 | 2024-11-22T01:36:30.611Z | Checking papergrid v0.11.0 |
2263 | 2024-11-22T01:36:30.665Z | Compiling phf_codegen v0.11.2 |
2264 | 2024-11-22T01:36:30.879Z | Compiling tabled_derive v0.7.0 |
2265 | 2024-11-22T01:36:30.974Z | Checking parking_lot v0.11.2 |
2266 | 2024-11-22T01:36:31.126Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2267 | 2024-11-22T01:36:31.324Z | Compiling parse-zoneinfo v0.3.1 |
2268 | 2024-11-22T01:36:31.868Z | Compiling cfg_aliases v0.1.1 |
2269 | 2024-11-22T01:36:31.983Z | Compiling nix v0.28.0 |
2270 | 2024-11-22T01:36:32.109Z | Compiling chrono-tz-build v0.4.0 |
2271 | 2024-11-22T01:36:32.734Z | Checking sled v0.34.7 |
2272 | 2024-11-22T01:36:32.814Z | Checking hickory-client v0.24.1 |
2273 | 2024-11-22T01:36:33.400Z | Checking hickory-server v0.24.1 |
2274 | 2024-11-22T01:36:33.439Z | Checking tabled v0.15.0 |
2275 | 2024-11-22T01:36:33.556Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2276 | 2024-11-22T01:36:33.580Z | Compiling chrono-tz v0.10.0 |
2277 | 2024-11-22T01:36:34.311Z | Compiling buf-list v1.0.3 |
2278 | 2024-11-22T01:36:35.564Z | Compiling peg-macros v0.8.4 |
2279 | 2024-11-22T01:36:35.820Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2280 | 2024-11-22T01:36:36.225Z | Compiling sqlparser_derive v0.2.2 |
2281 | 2024-11-22T01:36:36.248Z | Checking unicode_categories v0.1.1 |
2282 | 2024-11-22T01:36:36.548Z | Checking sqlformat v0.2.6 |
2283 | 2024-11-22T01:36:37.303Z | Checking sqlparser v0.45.0 |
2284 | 2024-11-22T01:36:37.425Z | Checking bcs v0.1.6 |
2285 | 2024-11-22T01:36:37.543Z | Checking rustyline v14.0.0 |
2286 | 2024-11-22T01:36:37.909Z | Checking primeorder v0.13.6 |
2287 | 2024-11-22T01:36:38.377Z | Compiling unicase v2.7.0 |
2288 | 2024-11-22T01:36:38.484Z | Checking progenitor v0.8.0 |
2289 | 2024-11-22T01:36:38.796Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2290 | 2024-11-22T01:36:38.958Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2291 | 2024-11-22T01:36:39.150Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2292 | 2024-11-22T01:36:40.947Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2293 | 2024-11-22T01:36:42.679Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2294 | 2024-11-22T01:36:43.519Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2295 | 2024-11-22T01:36:43.812Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2296 | 2024-11-22T01:36:46.024Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2297 | 2024-11-22T01:36:46.879Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2298 | 2024-11-22T01:36:47.127Z | Checking peg v0.8.4 |
2299 | 2024-11-22T01:36:47.241Z | Checking nanorand v0.7.0 |
2300 | 2024-11-22T01:36:47.425Z | Checking atty v0.2.14 |
2301 | 2024-11-22T01:36:47.552Z | Compiling salty v0.3.0 |
2302 | 2024-11-22T01:36:47.642Z | Checking flume v0.11.1 |
2303 | 2024-11-22T01:36:47.991Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2304 | 2024-11-22T01:36:48.040Z | Checking p384 v0.13.0 |
2305 | 2024-11-22T01:36:48.076Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2306 | 2024-11-22T01:36:48.150Z | Compiling mime_guess v2.0.5 |
2307 | 2024-11-22T01:36:48.720Z | Checking env_filter v0.1.2 |
2308 | 2024-11-22T01:36:48.745Z | Checking http-range v0.1.5 |
2309 | 2024-11-22T01:36:48.937Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2310 | 2024-11-22T01:36:48.959Z | Checking env_logger v0.11.5 |
2311 | 2024-11-22T01:36:49.186Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2312 | 2024-11-22T01:36:49.311Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2313 | 2024-11-22T01:36:49.416Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2314 | 2024-11-22T01:36:49.585Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2315 | 2024-11-22T01:36:49.613Z | Compiling dsl_auto_type v0.1.2 |
2316 | 2024-11-22T01:36:49.664Z | Checking scheduled-thread-pool v0.2.7 |
2317 | 2024-11-22T01:36:49.882Z | Compiling diesel_table_macro_syntax v0.2.0 |
2318 | 2024-11-22T01:36:49.908Z | Compiling crunchy v0.2.2 |
2319 | 2024-11-22T01:36:49.935Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2320 | 2024-11-22T01:36:50.191Z | Checking hyper-staticfile v0.10.1 |
2321 | 2024-11-22T01:36:50.330Z | Checking r2d2 v0.8.10 |
2322 | 2024-11-22T01:36:50.647Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2323 | 2024-11-22T01:36:50.790Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2324 | 2024-11-22T01:36:51.131Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2325 | 2024-11-22T01:36:51.298Z | Compiling tiny-keccak v2.0.2 |
2326 | 2024-11-22T01:36:51.322Z | Compiling diesel_derives v2.2.3 |
2327 | 2024-11-22T01:36:51.693Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2328 | 2024-11-22T01:36:51.765Z | Compiling pin-project-internal v1.1.6 |
2329 | 2024-11-22T01:36:51.966Z | Compiling ref-cast v1.0.23 |
2330 | 2024-11-22T01:36:52.609Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2331 | 2024-11-22T01:36:52.934Z | Compiling ascii-canvas v3.0.0 |
2332 | 2024-11-22T01:36:53.329Z | Compiling ena v0.14.3 |
2333 | 2024-11-22T01:36:53.505Z | Compiling ref-cast-impl v1.0.23 |
2334 | 2024-11-22T01:36:53.789Z | Compiling regex-syntax v0.6.29 |
2335 | 2024-11-22T01:36:54.835Z | Compiling diff v0.1.13 |
2336 | 2024-11-22T01:36:54.870Z | Checking pin-project v1.1.6 |
2337 | 2024-11-22T01:36:55.033Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2338 | 2024-11-22T01:36:55.103Z | Checking signal-hook-tokio v0.3.1 |
2339 | 2024-11-22T01:36:55.261Z | Compiling snafu-derive v0.8.5 |
2340 | 2024-11-22T01:36:55.523Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2341 | 2024-11-22T01:36:55.790Z | Compiling derive_builder_core v0.20.2 |
2342 | 2024-11-22T01:36:58.361Z | Compiling lalrpop v0.19.12 |
2343 | 2024-11-22T01:37:02.489Z | Checking globset v0.4.15 |
2344 | 2024-11-22T01:37:02.490Z | Checking olpc-cjson v0.1.4 |
2345 | 2024-11-22T01:37:02.490Z | Checking serde_plain v1.0.2 |
2346 | 2024-11-22T01:37:02.490Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2347 | 2024-11-22T01:37:02.490Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2348 | 2024-11-22T01:37:02.490Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2349 | 2024-11-22T01:37:03.630Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2350 | 2024-11-22T01:37:04.068Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2351 | 2024-11-22T01:37:05.014Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2352 | 2024-11-22T01:37:05.189Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2353 | 2024-11-22T01:37:05.940Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2354 | 2024-11-22T01:37:06.366Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2355 | 2024-11-22T01:37:06.824Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2356 | 2024-11-22T01:37:07.289Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2357 | 2024-11-22T01:37:07.485Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2358 | 2024-11-22T01:37:07.787Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2359 | 2024-11-22T01:37:08.212Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2360 | 2024-11-22T01:37:08.315Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2361 | 2024-11-22T01:37:08.736Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2362 | 2024-11-22T01:37:08.809Z | Checking diesel v2.2.4 |
2363 | 2024-11-22T01:37:09.359Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2364 | 2024-11-22T01:37:09.383Z | Checking snafu v0.8.5 |
2365 | 2024-11-22T01:37:09.888Z | Compiling libxml v0.3.3 |
2366 | 2024-11-22T01:37:10.291Z | Compiling memoffset v0.9.1 |
2367 | 2024-11-22T01:37:10.602Z | Checking typed-path v0.9.3 |
2368 | 2024-11-22T01:37:12.569Z | Compiling derive_builder_macro v0.20.2 |
2369 | 2024-11-22T01:37:12.604Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2370 | 2024-11-22T01:37:12.636Z | Checking tough v0.19.0 |
2371 | 2024-11-22T01:37:13.481Z | Checking tungstenite v0.23.0 |
2372 | 2024-11-22T01:37:13.858Z | Compiling strum_macros v0.24.3 |
2373 | 2024-11-22T01:37:14.012Z | Compiling samael v0.0.17 |
2374 | 2024-11-22T01:37:14.409Z | Checking parse-size v1.1.0 |
2375 | 2024-11-22T01:37:14.601Z | Compiling indoc v1.0.9 |
2376 | 2024-11-22T01:37:14.632Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2377 | 2024-11-22T01:37:15.619Z | Checking tokio-tungstenite v0.23.1 |
2378 | 2024-11-22T01:37:16.081Z | Checking derive_builder v0.20.2 |
2379 | 2024-11-22T01:37:17.546Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2380 | 2024-11-22T01:37:17.613Z | Checking quick-xml v0.33.0 |
2381 | 2024-11-22T01:37:17.845Z | Compiling oso-derive v0.27.3 |
2382 | 2024-11-22T01:37:18.094Z | Compiling impl-trait-for-tuples v0.2.2 |
2383 | 2024-11-22T01:37:18.124Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2384 | 2024-11-22T01:37:18.725Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2385 | 2024-11-22T01:37:18.728Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2386 | 2024-11-22T01:37:19.078Z | Checking nix v0.27.1 |
2387 | 2024-11-22T01:37:19.235Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2388 | 2024-11-22T01:37:19.623Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2389 | 2024-11-22T01:37:20.085Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2390 | 2024-11-22T01:37:20.153Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2391 | 2024-11-22T01:37:20.368Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2392 | 2024-11-22T01:37:21.573Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2393 | 2024-11-22T01:37:22.063Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2394 | 2024-11-22T01:37:22.088Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2395 | 2024-11-22T01:37:23.039Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2396 | 2024-11-22T01:37:23.366Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2397 | 2024-11-22T01:37:26.366Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2398 | 2024-11-22T01:37:28.904Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2399 | 2024-11-22T01:37:28.980Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2400 | 2024-11-22T01:37:29.930Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2401 | 2024-11-22T01:37:30.814Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2402 | 2024-11-22T01:37:31.086Z | Compiling diesel-dtrace v0.3.0 |
2403 | 2024-11-22T01:37:32.150Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2404 | 2024-11-22T01:37:32.417Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2405 | 2024-11-22T01:37:32.709Z | Checking bb8 v0.8.5 |
2406 | 2024-11-22T01:37:33.253Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2407 | 2024-11-22T01:37:33.722Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2408 | 2024-11-22T01:37:34.172Z | Checking heck v0.4.1 |
2409 | 2024-11-22T01:37:34.396Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2410 | 2024-11-22T01:37:34.506Z | Checking rand_seeder v0.3.0 |
2411 | 2024-11-22T01:37:34.572Z | Checking assert_matches v1.5.0 |
2412 | 2024-11-22T01:37:34.683Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2413 | 2024-11-22T01:37:34.759Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2414 | 2024-11-22T01:37:34.781Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2415 | 2024-11-22T01:37:35.018Z | Compiling libz-sys v1.1.20 |
2416 | 2024-11-22T01:37:35.558Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2417 | 2024-11-22T01:37:35.842Z | Checking is_ci v1.2.0 |
2418 | 2024-11-22T01:37:35.866Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2419 | 2024-11-22T01:37:35.992Z | Checking supports-color v3.0.1 |
2420 | 2024-11-22T01:37:36.368Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2421 | 2024-11-22T01:37:36.553Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2422 | 2024-11-22T01:37:36.772Z | Compiling vergen v8.3.2 |
2423 | 2024-11-22T01:37:36.974Z | Compiling cargo-platform v0.1.8 |
2424 | 2024-11-22T01:37:37.215Z | Checking unicode-linebreak v0.1.5 |
2425 | 2024-11-22T01:37:37.574Z | Checking smawk v0.3.2 |
2426 | 2024-11-22T01:37:37.650Z | Compiling cargo_metadata v0.18.1 |
2427 | 2024-11-22T01:37:37.807Z | Checking textwrap v0.16.1 |
2428 | 2024-11-22T01:37:38.114Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2429 | 2024-11-22T01:37:38.415Z | Checking castaway v0.2.3 |
2430 | 2024-11-22T01:37:38.507Z | Compiling libsqlite3-sys v0.30.1 |
2431 | 2024-11-22T01:37:38.591Z | Compiling cfg_aliases v0.2.1 |
2432 | 2024-11-22T01:37:38.720Z | Compiling rustls v0.21.12 |
2433 | 2024-11-22T01:37:39.028Z | Compiling nix v0.29.0 |
2434 | 2024-11-22T01:37:39.098Z | Checking compact_str v0.8.0 |
2435 | 2024-11-22T01:37:40.011Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2436 | 2024-11-22T01:37:40.047Z | Checking unicode-truncate v1.1.0 |
2437 | 2024-11-22T01:37:40.242Z | Checking sct v0.7.1 |
2438 | 2024-11-22T01:37:40.281Z | Checking rustls-webpki v0.101.7 |
2439 | 2024-11-22T01:37:40.558Z | Checking lru v0.12.5 |
2440 | 2024-11-22T01:37:44.352Z | Compiling instability v0.3.2 |
2441 | 2024-11-22T01:37:44.388Z | Checking cassowary v0.3.0 |
2442 | 2024-11-22T01:37:44.388Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2443 | 2024-11-22T01:37:44.388Z | Checking hashlink v0.9.1 |
2444 | 2024-11-22T01:37:44.388Z | Checking ratatui v0.28.1 |
2445 | 2024-11-22T01:37:44.388Z | Checking concurrent-queue v2.5.0 |
2446 | 2024-11-22T01:37:44.388Z | Checking fallible-streaming-iterator v0.1.9 |
2447 | 2024-11-22T01:37:44.388Z | Checking plotters-backend v0.3.7 |
2448 | 2024-11-22T01:37:44.388Z | Checking parking v2.2.1 |
2449 | 2024-11-22T01:37:44.388Z | Checking fallible-iterator v0.3.0 |
2450 | 2024-11-22T01:37:44.388Z | Checking plotters-svg v0.3.7 |
2451 | 2024-11-22T01:37:44.388Z | Checking rusqlite v0.32.1 |
2452 | 2024-11-22T01:37:44.388Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2453 | 2024-11-22T01:37:44.389Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2454 | 2024-11-22T01:37:44.389Z | Checking tokio-rustls v0.24.1 |
2455 | 2024-11-22T01:37:44.545Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2456 | 2024-11-22T01:37:44.606Z | Checking async-bb8-diesel v0.2.1 |
2457 | 2024-11-22T01:37:44.692Z | Checking rustls-pemfile v1.0.4 |
2458 | 2024-11-22T01:37:44.828Z | Checking twox-hash v1.6.3 |
2459 | 2024-11-22T01:37:44.905Z | Checking cast v0.3.0 |
2460 | 2024-11-22T01:37:45.005Z | Checking plotters v0.3.7 |
2461 | 2024-11-22T01:37:45.170Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2462 | 2024-11-22T01:37:45.222Z | Checking criterion-plot v0.5.0 |
2463 | 2024-11-22T01:37:45.267Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2464 | 2024-11-22T01:37:45.317Z | Checking fatfs v0.3.6 |
2465 | 2024-11-22T01:37:45.752Z | Checking tinytemplate v1.2.1 |
2466 | 2024-11-22T01:37:46.136Z | Checking csv-core v0.1.11 |
2467 | 2024-11-22T01:37:46.266Z | Checking shell-words v1.1.0 |
2468 | 2024-11-22T01:37:46.453Z | Checking oorandom v11.1.4 |
2469 | 2024-11-22T01:37:46.476Z | Checking anes v0.1.6 |
2470 | 2024-11-22T01:37:46.624Z | Checking hex-literal v0.4.1 |
2471 | 2024-11-22T01:37:46.741Z | Checking csv v1.3.0 |
2472 | 2024-11-22T01:37:46.809Z | Checking event-listener v5.3.1 |
2473 | 2024-11-22T01:37:46.832Z | Checking criterion v0.5.1 |
2474 | 2024-11-22T01:37:47.005Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2475 | 2024-11-22T01:37:47.231Z | Checking rtoolbox v0.0.2 |
2476 | 2024-11-22T01:37:47.362Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2477 | 2024-11-22T01:37:47.546Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2478 | 2024-11-22T01:37:48.915Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2479 | 2024-11-22T01:37:49.566Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2480 | 2024-11-22T01:37:49.605Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2481 | 2024-11-22T01:37:51.379Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2482 | 2024-11-22T01:37:52.182Z | Checking rpassword v7.3.1 |
2483 | 2024-11-22T01:37:52.347Z | Checking event-listener-strategy v0.5.2 |
2484 | 2024-11-22T01:37:52.538Z | Checking tui-tree-widget v0.22.0 |
2485 | 2024-11-22T01:37:52.893Z | Checking polyval v0.6.2 |
2486 | 2024-11-22T01:37:53.174Z | Checking ghash v0.5.1 |
2487 | 2024-11-22T01:37:53.356Z | Checking futures-lite v2.3.0 |
2488 | 2024-11-22T01:37:53.732Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2489 | 2024-11-22T01:37:54.792Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2490 | 2024-11-22T01:37:54.944Z | Checking ctr v0.9.2 |
2491 | 2024-11-22T01:37:55.355Z | Checking yansi v1.0.1 |
2492 | 2024-11-22T01:37:55.405Z | Checking aes-gcm v0.10.3 |
2493 | 2024-11-22T01:37:55.773Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2494 | 2024-11-22T01:37:55.870Z | Checking ssh-encoding v0.2.0 |
2495 | 2024-11-22T01:37:55.954Z | Checking pretty_assertions v1.4.1 |
2496 | 2024-11-22T01:37:56.161Z | Checking blowfish v0.9.1 |
2497 | 2024-11-22T01:37:56.192Z | Checking ssh-cipher v0.2.0 |
2498 | 2024-11-22T01:37:56.330Z | Checking bcrypt-pbkdf v0.10.0 |
2499 | 2024-11-22T01:37:56.430Z | Checking async-lock v3.4.0 |
2500 | 2024-11-22T01:37:56.588Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2501 | 2024-11-22T01:37:57.286Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2502 | 2024-11-22T01:37:57.598Z | Checking polling v3.7.3 |
2503 | 2024-11-22T01:37:57.996Z | Checking password-hash v0.4.2 |
2504 | 2024-11-22T01:37:58.394Z | Checking matches v0.1.10 |
2505 | 2024-11-22T01:37:58.496Z | Checking idna v0.2.3 |
2506 | 2024-11-22T01:37:58.836Z | Checking pbkdf2 v0.11.0 |
2507 | 2024-11-22T01:37:59.128Z | Checking async-io v2.3.4 |
2508 | 2024-11-22T01:37:59.197Z | Checking ssh-key v0.6.6 |
2509 | 2024-11-22T01:38:00.023Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2510 | 2024-11-22T01:38:00.775Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2511 | 2024-11-22T01:38:00.833Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2512 | 2024-11-22T01:38:00.892Z | Checking p521 v0.13.3 |
2513 | 2024-11-22T01:38:02.106Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2514 | 2024-11-22T01:38:02.382Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2515 | 2024-11-22T01:38:02.980Z | Checking p256 v0.13.2 |
2516 | 2024-11-22T01:38:03.515Z | Checking russh-cryptovec v0.7.3 |
2517 | 2024-11-22T01:38:03.752Z | Compiling enum-as-inner v0.5.1 |
2518 | 2024-11-22T01:38:03.914Z | Compiling doc-comment v0.3.3 |
2519 | 2024-11-22T01:38:04.524Z | Compiling target-lexicon v0.12.16 |
2520 | 2024-11-22T01:38:04.802Z | Checking md5 v0.7.0 |
2521 | 2024-11-22T01:38:05.069Z | Checking async-task v4.7.1 |
2522 | 2024-11-22T01:38:05.425Z | Checking russh-keys v0.45.0 |
2523 | 2024-11-22T01:38:05.597Z | Checking trust-dns-proto v0.22.0 |
2524 | 2024-11-22T01:38:06.979Z | Checking async-channel v2.3.1 |
2525 | 2024-11-22T01:38:07.291Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2526 | 2024-11-22T01:38:07.315Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2527 | 2024-11-22T01:38:08.463Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2528 | 2024-11-22T01:38:08.990Z | Checking piper v0.2.4 |
2529 | 2024-11-22T01:38:09.220Z | Checking num-bigint v0.4.6 |
2530 | 2024-11-22T01:38:09.288Z | Checking des v0.8.1 |
2531 | 2024-11-22T01:38:09.487Z | Compiling assert_cmd v2.0.16 |
2532 | 2024-11-22T01:38:09.531Z | Compiling dhcproto-macros v0.1.0 |
2533 | 2024-11-22T01:38:09.932Z | Checking futures-timer v3.0.3 |
2534 | 2024-11-22T01:38:10.248Z | Compiling guppy-workspace-hack v0.1.0 |
2535 | 2024-11-22T01:38:10.524Z | Checking dhcproto v0.12.0 |
2536 | 2024-11-22T01:38:10.618Z | Checking blocking v1.6.1 |
2537 | 2024-11-22T01:38:11.497Z | Checking async-executor v1.13.1 |
2538 | 2024-11-22T01:38:11.689Z | Checking russh v0.45.0 |
2539 | 2024-11-22T01:38:11.820Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2540 | 2024-11-22T01:38:12.080Z | Checking async-signal v0.2.10 |
2541 | 2024-11-22T01:38:12.372Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2542 | 2024-11-22T01:38:12.788Z | Compiling target-spec v3.2.2 |
2543 | 2024-11-22T01:38:13.035Z | Checking event-listener v2.5.3 |
2544 | 2024-11-22T01:38:13.266Z | Checking internet-checksum v0.2.1 |
2545 | 2024-11-22T01:38:13.397Z | Checking async-channel v1.9.0 |
2546 | 2024-11-22T01:38:14.312Z | Checking async-process v2.3.0 |
2547 | 2024-11-22T01:38:14.693Z | Checking async-global-executor v2.4.1 |
2548 | 2024-11-22T01:38:14.994Z | Checking cfg-expr v0.17.0 |
2549 | 2024-11-22T01:38:15.815Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2550 | 2024-11-22T01:38:15.855Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2551 | 2024-11-22T01:38:16.019Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2552 | 2024-11-22T01:38:16.441Z | Checking httptest v0.16.1 |
2553 | 2024-11-22T01:38:17.209Z | Checking rustls-native-certs v0.7.3 |
2554 | 2024-11-22T01:38:17.306Z | Compiling petname v2.0.2 |
2555 | 2024-11-22T01:38:17.399Z | Checking num_cpus v1.16.0 |
2556 | 2024-11-22T01:38:17.603Z | Checking kv-log-macro v1.0.7 |
2557 | 2024-11-22T01:38:17.687Z | Compiling async-attributes v1.1.2 |
2558 | 2024-11-22T01:38:18.575Z | Checking async-std v1.13.0 |
2559 | 2024-11-22T01:38:20.699Z | Checking threadpool v1.8.1 |
2560 | 2024-11-22T01:38:20.820Z | Checking hyper-rustls v0.26.0 |
2561 | 2024-11-22T01:38:21.107Z | Checking pathdiff v0.2.2 |
2562 | 2024-11-22T01:38:21.287Z | Compiling rstest_macros v0.23.0 |
2563 | 2024-11-22T01:38:21.309Z | Checking escape8259 v0.5.3 |
2564 | 2024-11-22T01:38:21.510Z | Checking nested v0.1.1 |
2565 | 2024-11-22T01:38:21.734Z | Compiling target-triple v0.1.3 |
2566 | 2024-11-22T01:38:21.912Z | Checking guppy v0.17.8 |
2567 | 2024-11-22T01:38:22.265Z | Checking async-object-pool v0.1.5 |
2568 | 2024-11-22T01:38:22.283Z | Checking libtest-mimic v0.7.3 |
2569 | 2024-11-22T01:38:22.771Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2570 | 2024-11-22T01:38:23.228Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2571 | 2024-11-22T01:38:23.510Z | Checking similar-asserts v1.6.0 |
2572 | 2024-11-22T01:38:23.786Z | Checking fancy-regex v0.13.0 |
2573 | 2024-11-22T01:38:24.111Z | Checking serde_regex v1.1.0 |
2574 | 2024-11-22T01:38:24.401Z | Checking assert-json-diff v2.0.2 |
2575 | 2024-11-22T01:38:24.638Z | Compiling proc-macro-crate v3.2.0 |
2576 | 2024-11-22T01:38:24.699Z | Checking path-tree v0.8.1 |
2577 | 2024-11-22T01:38:25.037Z | Checking stringmetrics v2.2.2 |
2578 | 2024-11-22T01:38:25.296Z | Checking sync-ptr v0.1.1 |
2579 | 2024-11-22T01:38:25.525Z | Compiling relative-path v1.9.3 |
2580 | 2024-11-22T01:38:25.992Z | Checking httpmock v0.8.0-alpha.1 |
2581 | 2024-11-22T01:38:26.075Z | Checking datatest-stable v0.2.9 |
2582 | 2024-11-22T01:38:26.536Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2583 | 2024-11-22T01:38:28.065Z | Checking blake2b_simd v1.0.2 |
2584 | 2024-11-22T01:38:28.964Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2585 | 2024-11-22T01:38:29.197Z | Compiling git2 v0.19.0 |
2586 | 2024-11-22T01:38:31.259Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2587 | 2024-11-22T01:38:31.571Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2588 | 2024-11-22T01:38:31.648Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2589 | 2024-11-22T01:38:31.852Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2590 | 2024-11-22T01:38:32.145Z | Checking serde_tokenstream v0.2.2 |
2591 | 2024-11-22T01:38:32.163Z | Checking uzers v0.12.1 |
2592 | 2024-11-22T01:38:32.648Z | Checking rust-argon2 v2.1.0 |
2593 | 2024-11-22T01:38:32.667Z | Checking trybuild v1.0.101 |
2594 | 2024-11-22T01:38:33.072Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2595 | 2024-11-22T01:38:34.064Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2596 | 2024-11-22T01:38:34.205Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2597 | 2024-11-22T01:38:34.386Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2598 | 2024-11-22T01:38:35.685Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2599 | 2024-11-22T01:38:35.989Z | Checking rand_distr v0.4.3 |
2600 | 2024-11-22T01:38:36.776Z | Checking multimap v0.10.0 |
2601 | 2024-11-22T01:38:37.104Z | Checking approx v0.5.1 |
2602 | 2024-11-22T01:38:37.156Z | Checking rstest v0.23.0 |
2603 | 2024-11-22T01:38:37.383Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2604 | 2024-11-22T01:38:37.587Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2605 | 2024-11-22T01:38:38.060Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2606 | 2024-11-22T01:38:38.576Z | Checking partial-io v0.5.4 |
2607 | 2024-11-22T01:38:38.601Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2608 | 2024-11-22T01:38:38.916Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2609 | 2024-11-22T01:38:39.001Z | Checking cargo_toml v0.20.5 |
2610 | 2024-11-22T01:38:39.456Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2611 | 2024-11-22T01:38:39.742Z | Checking termios v0.3.3 |
2612 | 2024-11-22T01:38:39.972Z | Compiling indoc v2.0.5 |
2613 | 2024-11-22T01:38:40.379Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2614 | 2024-11-22T01:38:41.048Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2615 | 2024-11-22T01:38:44.348Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2616 | 2024-11-22T01:39:01.144Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2617 | 2024-11-22T01:39:04.194Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2618 | 2024-11-22T01:39:05.785Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2619 | 2024-11-22T01:39:24.680Z | Compiling polar-core v0.27.3 |
2620 | 2024-11-22T01:39:35.899Z | Checking oso v0.27.3 |
2621 | 2024-11-22T01:39:42.459Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2622 | 2024-11-22T01:39:42.496Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2623 | 2024-11-22T01:39:44.066Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2624 | 2024-11-22T01:40:28.960Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2625 | 2024-11-22T01:40:28.960Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2626 | 2024-11-22T01:40:29.050Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2627 | 2024-11-22T01:41:46.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 36s |
2628 | 2024-11-22T01:41:47.186Z | |
2629 | 2024-11-22T01:41:47.186Z | real 6:41.137661491 |
2630 | 2024-11-22T01:41:47.186Z | user 35:58.278017748 |
2631 | 2024-11-22T01:41:47.186Z | sys 6:38.973215022 |
2632 | 2024-11-22T01:41:47.186Z | trap 0.963950589 |
2633 | 2024-11-22T01:41:47.186Z | tflt 1.968599941 |
2634 | 2024-11-22T01:41:47.186Z | dflt 0.760999215 |
2635 | 2024-11-22T01:41:47.186Z | kflt 0.000697262 |
2636 | 2024-11-22T01:41:47.186Z | lock 51:59.004178483 |
2637 | 2024-11-22T01:41:47.188Z | slp 2:04:08.556947626 |
2638 | 2024-11-22T01:41:47.188Z | lat 1:38.485688034 |
2639 | 2024-11-22T01:41:47.188Z | stop 6:30.942704672 |
2640 | 2024-11-22T01:41:47.192Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2641 | 2024-11-22T01:41:47.192Z | + ptime -m cargo doc --workspace --no-deps |
2642 | 2024-11-22T01:41:48.399Z | warning: output filename collision. |
2643 | 2024-11-22T01:41:48.399Z | 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)`. |
2644 | 2024-11-22T01:41:48.399Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2645 | 2024-11-22T01:41:48.399Z | The targets should have unique names. |
2646 | 2024-11-22T01:41:48.399Z | This is a known bug where multiple crates with the same name use |
2647 | 2024-11-22T01:41:48.399Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2648 | 2024-11-22T01:41:48.856Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2649 | 2024-11-22T01:41:48.911Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2650 | 2024-11-22T01:41:48.936Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2651 | 2024-11-22T01:41:48.970Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2652 | 2024-11-22T01:41:48.995Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2653 | 2024-11-22T01:41:49.022Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2654 | 2024-11-22T01:41:49.022Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2655 | 2024-11-22T01:41:49.204Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2656 | 2024-11-22T01:41:49.236Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2657 | 2024-11-22T01:41:49.260Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2658 | 2024-11-22T01:41:49.279Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2659 | 2024-11-22T01:41:49.465Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2660 | 2024-11-22T01:41:49.585Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2661 | 2024-11-22T01:41:49.784Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2662 | 2024-11-22T01:41:49.987Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2663 | 2024-11-22T01:41:52.607Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2664 | 2024-11-22T01:41:53.778Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2665 | 2024-11-22T01:41:54.102Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2666 | 2024-11-22T01:41:54.352Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2667 | 2024-11-22T01:41:54.448Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2668 | 2024-11-22T01:41:54.505Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2669 | 2024-11-22T01:41:54.664Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2670 | 2024-11-22T01:41:54.839Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2671 | 2024-11-22T01:41:55.088Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2672 | 2024-11-22T01:41:55.310Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2673 | 2024-11-22T01:41:55.338Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2674 | 2024-11-22T01:41:55.735Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2675 | 2024-11-22T01:41:55.783Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2676 | 2024-11-22T01:41:55.946Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2677 | 2024-11-22T01:41:56.065Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2678 | 2024-11-22T01:41:56.223Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2679 | 2024-11-22T01:41:56.431Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2680 | 2024-11-22T01:41:56.456Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2681 | 2024-11-22T01:41:56.495Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2682 | 2024-11-22T01:41:56.763Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2683 | 2024-11-22T01:41:57.084Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2684 | 2024-11-22T01:41:57.365Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2685 | 2024-11-22T01:41:57.419Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2686 | 2024-11-22T01:41:57.834Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2687 | 2024-11-22T01:41:57.862Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2688 | 2024-11-22T01:41:57.883Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2689 | 2024-11-22T01:41:58.660Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2690 | 2024-11-22T01:41:59.277Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2691 | 2024-11-22T01:42:01.265Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2692 | 2024-11-22T01:42:03.052Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2693 | 2024-11-22T01:42:03.595Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2694 | 2024-11-22T01:42:03.875Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2695 | 2024-11-22T01:42:04.961Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2696 | 2024-11-22T01:42:05.066Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2697 | 2024-11-22T01:42:05.626Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2698 | 2024-11-22T01:42:06.018Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2699 | 2024-11-22T01:42:06.048Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2700 | 2024-11-22T01:42:06.601Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2701 | 2024-11-22T01:42:06.787Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2702 | 2024-11-22T01:42:08.808Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2703 | 2024-11-22T01:42:13.228Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2704 | 2024-11-22T01:42:14.610Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2705 | 2024-11-22T01:42:14.891Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2706 | 2024-11-22T01:42:15.166Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2707 | 2024-11-22T01:42:15.638Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2708 | 2024-11-22T01:42:16.013Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2709 | 2024-11-22T01:42:16.426Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2710 | 2024-11-22T01:42:16.446Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2711 | 2024-11-22T01:42:16.925Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2712 | 2024-11-22T01:42:17.499Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2713 | 2024-11-22T01:42:18.138Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2714 | 2024-11-22T01:42:18.360Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2715 | 2024-11-22T01:42:18.848Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2716 | 2024-11-22T01:42:19.502Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2717 | 2024-11-22T01:42:19.625Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2718 | 2024-11-22T01:42:19.692Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2719 | 2024-11-22T01:42:19.897Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2720 | 2024-11-22T01:42:19.921Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2721 | 2024-11-22T01:42:19.942Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2722 | 2024-11-22T01:42:20.250Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2723 | 2024-11-22T01:42:20.385Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2724 | 2024-11-22T01:42:20.994Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2725 | 2024-11-22T01:42:21.413Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2726 | 2024-11-22T01:42:25.342Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2727 | 2024-11-22T01:42:25.400Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2728 | 2024-11-22T01:42:25.400Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2729 | 2024-11-22T01:42:25.400Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2730 | 2024-11-22T01:42:25.400Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2731 | 2024-11-22T01:42:25.400Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2732 | 2024-11-22T01:42:25.400Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2733 | 2024-11-22T01:42:25.400Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2734 | 2024-11-22T01:42:25.400Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2735 | 2024-11-22T01:42:25.400Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2736 | 2024-11-22T01:42:25.400Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2737 | 2024-11-22T01:42:25.400Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2738 | 2024-11-22T01:42:25.400Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2739 | 2024-11-22T01:42:25.488Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2740 | 2024-11-22T01:42:26.045Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2741 | 2024-11-22T01:42:26.565Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2742 | 2024-11-22T01:42:26.832Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2743 | 2024-11-22T01:42:27.389Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2744 | 2024-11-22T01:42:27.411Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2745 | 2024-11-22T01:42:27.890Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2746 | 2024-11-22T01:42:28.148Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2747 | 2024-11-22T01:42:28.682Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2748 | 2024-11-22T01:42:29.276Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2749 | 2024-11-22T01:42:29.385Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2750 | 2024-11-22T01:42:30.328Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2751 | 2024-11-22T01:42:30.799Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2752 | 2024-11-22T01:42:31.221Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2753 | 2024-11-22T01:42:33.275Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2754 | 2024-11-22T01:42:34.436Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2755 | 2024-11-22T01:42:34.482Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2756 | 2024-11-22T01:42:35.739Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2757 | 2024-11-22T01:42:36.809Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2758 | 2024-11-22T01:42:39.556Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2759 | 2024-11-22T01:42:40.659Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2760 | 2024-11-22T01:42:49.390Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2761 | 2024-11-22T01:42:50.621Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2762 | 2024-11-22T01:42:51.904Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2763 | 2024-11-22T01:42:52.385Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2764 | 2024-11-22T01:42:55.946Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2765 | 2024-11-22T01:42:57.708Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2766 | 2024-11-22T01:43:39.467Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2767 | 2024-11-22T01:43:50.632Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2768 | 2024-11-22T01:43:51.201Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2769 | 2024-11-22T01:44:02.826Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2770 | 2024-11-22T01:44:24.956Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2771 | 2024-11-22T01:44:27.552Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2772 | 2024-11-22T01:44:28.097Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2773 | 2024-11-22T01:44:28.140Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2774 | 2024-11-22T01:44:28.634Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2775 | 2024-11-22T01:44:31.083Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2776 | 2024-11-22T01:44:31.261Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2777 | 2024-11-22T01:44:33.250Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2778 | 2024-11-22T01:44:37.446Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2779 | 2024-11-22T01:45:05.597Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2780 | 2024-11-22T01:45:31.797Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2781 | 2024-11-22T01:45:39.506Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2782 | 2024-11-22T01:45:42.078Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2783 | 2024-11-22T01:45:43.685Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2784 | 2024-11-22T01:45:49.044Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2785 | 2024-11-22T01:45:58.488Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2786 | 2024-11-22T01:46:06.005Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2787 | 2024-11-22T01:46:13.036Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2788 | 2024-11-22T01:46:21.873Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2789 | 2024-11-22T01:46:26.619Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2790 | 2024-11-22T01:46:27.555Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2791 | 2024-11-22T01:46:29.064Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2792 | 2024-11-22T01:46:43.527Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2793 | 2024-11-22T01:46:43.686Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2794 | 2024-11-22T01:46:48.871Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2795 | 2024-11-22T01:46:54.963Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2796 | 2024-11-22T01:46:55.520Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2797 | 2024-11-22T01:46:57.090Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2798 | 2024-11-22T01:47:00.879Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2799 | 2024-11-22T01:47:01.339Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2800 | 2024-11-22T01:47:04.066Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2801 | 2024-11-22T01:47:15.922Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2802 | 2024-11-22T01:47:22.472Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2803 | 2024-11-22T01:47:24.766Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2804 | 2024-11-22T01:47:25.328Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2805 | 2024-11-22T01:47:30.646Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2806 | 2024-11-22T01:47:32.093Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2807 | 2024-11-22T01:47:41.247Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2808 | 2024-11-22T01:47:41.297Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2809 | 2024-11-22T01:47:46.193Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2810 | 2024-11-22T01:47:46.555Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2811 | 2024-11-22T01:47:48.957Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2812 | 2024-11-22T01:47:57.334Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2813 | 2024-11-22T01:47:59.111Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2814 | 2024-11-22T01:48:01.664Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2815 | 2024-11-22T01:48:05.377Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2816 | 2024-11-22T01:48:08.029Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2817 | 2024-11-22T01:48:09.568Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2818 | 2024-11-22T01:48:12.348Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2819 | 2024-11-22T01:48:13.115Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2820 | 2024-11-22T01:48:15.353Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2821 | 2024-11-22T01:48:25.807Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2822 | 2024-11-22T01:48:27.822Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2823 | 2024-11-22T01:48:28.084Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2824 | 2024-11-22T01:48:28.388Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2825 | 2024-11-22T01:48:33.362Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2826 | 2024-11-22T01:48:33.598Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2827 | 2024-11-22T01:48:37.015Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2828 | 2024-11-22T01:48:42.390Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2829 | 2024-11-22T01:48:42.853Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2830 | 2024-11-22T01:48:47.411Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2831 | 2024-11-22T01:48:49.098Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2832 | 2024-11-22T01:48:49.176Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2833 | 2024-11-22T01:48:54.770Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2834 | 2024-11-22T01:48:56.805Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2835 | 2024-11-22T01:49:00.764Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2836 | 2024-11-22T01:49:04.158Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2837 | 2024-11-22T01:49:05.039Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2838 | 2024-11-22T01:49:05.192Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2839 | 2024-11-22T01:49:07.765Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2840 | 2024-11-22T01:49:08.626Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2841 | 2024-11-22T01:49:15.218Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2842 | 2024-11-22T01:49:16.229Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2843 | 2024-11-22T01:49:19.565Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2844 | 2024-11-22T01:49:24.902Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2845 | 2024-11-22T01:49:24.904Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2846 | 2024-11-22T01:49:28.343Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2847 | 2024-11-22T01:49:30.959Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2848 | 2024-11-22T01:49:32.415Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2849 | 2024-11-22T01:49:36.262Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2850 | 2024-11-22T01:49:42.320Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2851 | 2024-11-22T01:49:42.363Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2852 | 2024-11-22T01:49:43.462Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2853 | 2024-11-22T01:49:44.916Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2854 | 2024-11-22T01:49:46.129Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2855 | 2024-11-22T01:49:49.042Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2856 | 2024-11-22T01:49:51.117Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2857 | 2024-11-22T01:49:53.225Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2858 | 2024-11-22T01:49:55.310Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2859 | 2024-11-22T01:49:58.371Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2860 | 2024-11-22T01:49:59.027Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2861 | 2024-11-22T01:49:59.997Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2862 | 2024-11-22T01:50:03.782Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2863 | 2024-11-22T01:50:04.550Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2864 | 2024-11-22T01:50:05.218Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2865 | 2024-11-22T01:50:06.138Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2866 | 2024-11-22T01:50:08.748Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2867 | 2024-11-22T01:50:09.382Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2868 | 2024-11-22T01:50:09.772Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2869 | 2024-11-22T01:50:12.036Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2870 | 2024-11-22T01:50:12.396Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2871 | 2024-11-22T01:50:12.784Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2872 | 2024-11-22T01:50:13.425Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2873 | 2024-11-22T01:50:13.572Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2874 | 2024-11-22T01:50:13.820Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2875 | 2024-11-22T01:50:14.935Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2876 | 2024-11-22T01:50:17.879Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2877 | 2024-11-22T01:50:54.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 07s |
2878 | 2024-11-22T01:50:54.990Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 140 other files |
2879 | 2024-11-22T01:50:55.055Z | |
2880 | 2024-11-22T01:50:55.058Z | real 9:07.777472803 |
2881 | 2024-11-22T01:50:55.058Z | user 26:21.374810095 |
2882 | 2024-11-22T01:50:55.058Z | sys 42:18.817008155 |
2883 | 2024-11-22T01:50:55.058Z | trap 0.412696751 |
2884 | 2024-11-22T01:50:55.058Z | tflt 0.221043108 |
2885 | 2024-11-22T01:50:55.058Z | dflt 0.146265513 |
2886 | 2024-11-22T01:50:55.059Z | kflt 0.000028976 |
2887 | 2024-11-22T01:50:55.059Z | lock 1:29:38.247609536 |
2888 | 2024-11-22T01:50:55.059Z | slp 2:34:15.841987951 |
2889 | 2024-11-22T01:50:55.059Z | lat 1:19.356598264 |
2890 | 2024-11-22T01:50:55.059Z | stop 1:12.017710655 |
2891 | 2024-11-22T01:50:55.059Z | process exited: duration 1273363 ms, exit code 0 |
|
2892 | 2024-11-22T01:50:55.064Z | found 0 output files |