|
|
|
1 | 2024-12-18T18:59:59.259Z | job assigned to worker 01JFDJ6RG54PK7YVZRN67SBT61 [factory aws, i-0496373044bd5676a] (queued for 51 s) |
|
2 | 2024-12-18T19:00:07.523Z | starting task 0: "setup" |
3 | 2024-12-18T19:00:07.531Z | ++ uname -s |
4 | 2024-12-18T19:00:07.534Z | + kern=SunOS |
5 | 2024-12-18T19:00:07.534Z | + case "$kern" in |
6 | 2024-12-18T19:00:07.534Z | + groupadd -g 12345 build |
7 | 2024-12-18T19:00:07.536Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-18T19:00:09.542Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-18T19:00:09.643Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-18T19:00:09.649Z | + home_fs=zfs |
11 | 2024-12-18T19:00:09.649Z | + [[ zfs == autofs ]] |
12 | 2024-12-18T19:00:09.649Z | + mkdir -p /home/build |
13 | 2024-12-18T19:00:09.649Z | + chown build:build /home/build /work |
14 | 2024-12-18T19:00:11.649Z | + chmod 0700 /home/build /work |
15 | 2024-12-18T19:00:11.652Z | process exited: duration 4130 ms, exit code 0 |
|
16 | 2024-12-18T19:00:11.657Z | starting task 1: "rust-toolchain" |
17 | 2024-12-18T19:00:11.662Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-18T19:00:11.662Z | ' 1.81.0 |
19 | 2024-12-18T19:00:11.662Z | * toolchain channel = "1.81.0" |
20 | 2024-12-18T19:00:11.662Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-18T19:00:11.662Z | ' default |
22 | 2024-12-18T19:00:11.662Z | * toolchain profile = "default" |
23 | 2024-12-18T19:00:11.667Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-18T19:00:11.667Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-18T19:00:11.780Z | info: downloading installer |
26 | 2024-12-18T19:00:13.031Z | info: profile set to 'default' |
27 | 2024-12-18T19:00:13.031Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-18T19:00:13.035Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-18T19:00:13.184Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-18T19:00:13.185Z | info: downloading component 'cargo' |
31 | 2024-12-18T19:00:14.020Z | info: downloading component 'clippy' |
32 | 2024-12-18T19:00:14.330Z | info: downloading component 'rust-docs' |
33 | 2024-12-18T19:00:15.490Z | info: downloading component 'rust-std' |
34 | 2024-12-18T19:00:17.290Z | info: downloading component 'rustc' |
35 | 2024-12-18T19:00:23.751Z | info: downloading component 'rustfmt' |
36 | 2024-12-18T19:00:23.996Z | info: installing component 'cargo' |
37 | 2024-12-18T19:00:24.788Z | info: installing component 'clippy' |
38 | 2024-12-18T19:00:25.150Z | info: installing component 'rust-docs' |
39 | 2024-12-18T19:00:26.771Z | info: installing component 'rust-std' |
40 | 2024-12-18T19:00:28.463Z | info: installing component 'rustc' |
41 | 2024-12-18T19:00:34.057Z | info: installing component 'rustfmt' |
42 | 2024-12-18T19:00:34.376Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-18T19:00:34.377Z | |
44 | 2024-12-18T19:00:34.747Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-18T19:00:34.747Z | |
46 | 2024-12-18T19:00:34.752Z | |
47 | 2024-12-18T19:00:34.752Z | Rust is installed now. Great! |
48 | 2024-12-18T19:00:34.752Z | |
49 | 2024-12-18T19:00:34.752Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-18T19:00:34.752Z | environment variable. This has not been done automatically. |
51 | 2024-12-18T19:00:34.752Z | |
52 | 2024-12-18T19:00:34.752Z | To configure your current shell, you need to source |
53 | 2024-12-18T19:00:34.752Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-18T19:00:34.752Z | |
55 | 2024-12-18T19:00:34.752Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-18T19:00:34.752Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-18T19:00:34.752Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-18T19:00:34.821Z | + rustc --version |
59 | 2024-12-18T19:00:34.885Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-18T19:00:34.888Z | process exited: duration 23230 ms, exit code 0 |
|
61 | 2024-12-18T19:00:34.894Z | starting task 2: "authentication" |
62 | 2024-12-18T19:00:34.916Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-18T19:00:34.924Z | starting task 3: "clone repository" |
64 | 2024-12-18T19:00:34.929Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-18T19:00:34.936Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-18T19:00:35.252Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-18T19:00:41.524Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-18T19:00:41.524Z | + git fetch origin f1bb19aaaacb71432be7cfaca331b33e0df20123 |
69 | 2024-12-18T19:00:41.833Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-18T19:00:41.833Z | * branch f1bb19aaaacb71432be7cfaca331b33e0df20123 -> FETCH_HEAD |
71 | 2024-12-18T19:00:41.842Z | + [[ -n less-uuid-conflict ]] |
72 | 2024-12-18T19:00:41.852Z | ++ git branch --show-current |
73 | 2024-12-18T19:00:41.852Z | + current=main |
74 | 2024-12-18T19:00:41.852Z | + [[ main != less-uuid-conflict ]] |
75 | 2024-12-18T19:00:41.852Z | + git branch -f less-uuid-conflict f1bb19aaaacb71432be7cfaca331b33e0df20123 |
76 | 2024-12-18T19:00:41.852Z | + git checkout -f less-uuid-conflict |
77 | 2024-12-18T19:00:42.027Z | Switched to branch 'less-uuid-conflict' |
78 | 2024-12-18T19:00:42.078Z | + git reset --hard f1bb19aaaacb71432be7cfaca331b33e0df20123 |
79 | 2024-12-18T19:00:42.078Z | HEAD is now at f1bb19aaa UUID test, comment |
80 | 2024-12-18T19:00:42.078Z | process exited: duration 7116 ms, exit code 0 |
|
81 | 2024-12-18T19:00:42.119Z | starting task 4: "build" |
82 | 2024-12-18T19:00:42.125Z | + source ./env.sh |
83 | 2024-12-18T19:00:42.125Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-12-18T19:00:42.125Z | ++ set -o xtrace |
85 | 2024-12-18T19:00:42.130Z | ++++ dirname ./env.sh |
86 | 2024-12-18T19:00:42.130Z | +++ readlink -f . |
87 | 2024-12-18T19:00:42.243Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-12-18T19:00:42.256Z | ++ 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-12-18T19:00:42.256Z | ++ 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-12-18T19:00:42.256Z | ++ 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-12-18T19:00:42.256Z | ++ 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-12-18T19:00:42.256Z | ++ 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-12-18T19:00:42.257Z | ++ 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-12-18T19:00:42.257Z | ++ 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-12-18T19:00:42.257Z | ++ 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-12-18T19:00:42.257Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-12-18T19:00:42.257Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-12-18T19:00:42.257Z | + source .github/buildomat/ci-env.sh |
99 | 2024-12-18T19:00:42.257Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-12-18T19:00:42.257Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-12-18T19:00:42.257Z | + cargo --version |
102 | 2024-12-18T19:00:42.291Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-12-18T19:00:42.306Z | + rustc --version |
104 | 2024-12-18T19:00:42.352Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-12-18T19:00:42.365Z | + banner prerequisites |
106 | 2024-12-18T19:00:42.510Z | |
107 | 2024-12-18T19:00:42.510Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-12-18T19:00:42.510Z | # # # # # # # # # # # # # # # |
109 | 2024-12-18T19:00:42.510Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-12-18T19:00:42.510Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-12-18T19:00:42.510Z | # # # # # # # # # # # # # # # |
112 | 2024-12-18T19:00:42.510Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-12-18T19:00:42.510Z | |
114 | 2024-12-18T19:00:42.526Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-12-18T19:00:57.672Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-12-18T19:01:01.632Z | Startup: Caching catalogs ... Done |
117 | 2024-12-18T19:01:12.088Z | Planning: Solver setup ... Done (9.611s) |
118 | 2024-12-18T19:01:12.219Z | Planning: Running solver ... Done (0.131s) |
119 | 2024-12-18T19:01:12.411Z | Planning: Finding local manifests ... Done (0.092s) |
120 | 2024-12-18T19:01:12.477Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-12-18T19:01:13.113Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-12-18T19:01:13.335Z | Planning: Package planning ... Done (0.222s) |
123 | 2024-12-18T19:01:13.391Z | Planning: Merging actions ... Done (0.056s) |
124 | 2024-12-18T19:01:14.387Z | Planning: Checking for conflicting actions ... Done (0.996s) |
125 | 2024-12-18T19:01:22.491Z | Planning: Consolidating action changes ... Done (8.102s) |
126 | 2024-12-18T19:01:22.885Z | Planning: Evaluating mediators ... Done (0.394s) |
127 | 2024-12-18T19:01:23.009Z | Planning: Planning completed in 21.28 seconds |
128 | 2024-12-18T19:01:24.226Z | Packages to install: 4 |
129 | 2024-12-18T19:01:24.226Z | Packages to update: 1 |
130 | 2024-12-18T19:01:24.228Z | Mediators to change: 2 |
131 | 2024-12-18T19:01:24.228Z | Services to change: 1 |
132 | 2024-12-18T19:01:24.228Z | Estimated space available: 155.63 GB |
133 | 2024-12-18T19:01:24.228Z | Estimated space to be consumed: 1.61 GB |
134 | 2024-12-18T19:01:24.228Z | Create boot environment: No |
135 | 2024-12-18T19:01:24.229Z | Create backup boot environment: Yes |
136 | 2024-12-18T19:01:24.229Z | Rebuild boot archive: No |
137 | 2024-12-18T19:01:24.229Z | |
138 | 2024-12-18T19:01:24.229Z | Changed mediators: |
139 | 2024-12-18T19:01:24.229Z | mediator clang: |
140 | 2024-12-18T19:01:24.229Z | version: None -> 15 (system default) |
141 | 2024-12-18T19:01:24.229Z | |
142 | 2024-12-18T19:01:24.229Z | mediator llvm: |
143 | 2024-12-18T19:01:24.229Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-12-18T19:01:24.229Z | |
145 | 2024-12-18T19:01:24.229Z | Changed packages: |
146 | 2024-12-18T19:01:24.229Z | helios-dev |
147 | 2024-12-18T19:01:24.229Z | developer/build-essential |
148 | 2024-12-18T19:01:24.229Z | None -> 11-2.0 |
149 | 2024-12-18T19:01:24.229Z | library/libxmlsec1 |
150 | 2024-12-18T19:01:24.229Z | None -> 1.2.35-2.0 |
151 | 2024-12-18T19:01:24.229Z | ooce/developer/clang-15 |
152 | 2024-12-18T19:01:24.229Z | None -> 15.0.7-2.0 |
153 | 2024-12-18T19:01:24.229Z | ooce/developer/llvm-15 |
154 | 2024-12-18T19:01:24.229Z | None -> 15.0.7-2.0 |
155 | 2024-12-18T19:01:24.229Z | package/pkg |
156 | 2024-12-18T19:01:24.229Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-12-18T19:01:24.229Z | |
158 | 2024-12-18T19:01:24.229Z | Services: |
159 | 2024-12-18T19:01:24.230Z | restart_fmri: |
160 | 2024-12-18T19:01:24.230Z | svc:/system/update-man-index:default |
161 | 2024-12-18T19:01:24.230Z | |
162 | 2024-12-18T19:01:24.230Z | Editable files to change: |
163 | 2024-12-18T19:01:24.230Z | Update: |
164 | 2024-12-18T19:01:24.230Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-12-18T19:01:24.738Z | |
166 | 2024-12-18T19:01:24.738Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-12-18T19:01:29.738Z | Download: 354/4281 items 2.3/220.6MB 1% complete (479k/s) |
168 | 2024-12-18T19:01:34.742Z | Download: 869/4281 items 18.6/220.6MB 8% complete (1.9M/s) |
169 | 2024-12-18T19:01:40.575Z | Download: 1195/4281 items 83.3/220.6MB 37% complete (8.2M/s) |
170 | 2024-12-18T19:01:53.381Z | Download: 1197/4281 items 83.4/220.6MB 37% complete |
171 | 2024-12-18T19:01:58.381Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (32.2k/s) |
172 | 2024-12-18T19:02:03.390Z | Download: 1869/4281 items 118.5/220.6MB 53% complete (3.6M/s) |
173 | 2024-12-18T19:02:08.394Z | Download: 2342/4281 items 119.7/220.6MB 54% complete (3.6M/s) |
174 | 2024-12-18T19:02:13.394Z | Download: 3223/4281 items 189.4/220.6MB 85% complete (7.0M/s) |
175 | 2024-12-18T19:02:18.631Z | Download: 3288/4281 items 212.6/220.6MB 96% complete (9.7M/s) |
176 | 2024-12-18T19:02:21.863Z | Download: Completed 220.60 MB in 57.13 seconds (3.9M/s) |
177 | 2024-12-18T19:02:24.070Z | Actions: 1/5063 actions (Removing old actions) |
178 | 2024-12-18T19:02:24.088Z | Actions: 194/5063 actions (Installing new actions) |
179 | 2024-12-18T19:02:29.104Z | Actions: 4086/5063 actions (Installing new actions) |
180 | 2024-12-18T19:02:30.109Z | Actions: 4226/5063 actions (Updating modified actions) |
181 | 2024-12-18T19:02:30.565Z | Actions: Completed 5063 actions in 6.49 seconds. |
182 | 2024-12-18T19:02:30.959Z | Done (0.384s) |
183 | 2024-12-18T19:02:30.966Z | Done (0.000s) |
184 | 2024-12-18T19:02:31.537Z | Done (0.570s) |
185 | 2024-12-18T19:02:39.488Z | Done (7.739s) |
186 | 2024-12-18T19:02:40.058Z | Done (0.501s) |
187 | 2024-12-18T19:02:40.061Z | Done (0.000s) |
188 | 2024-12-18T19:02:40.638Z | Done (0.000s) |
189 | 2024-12-18T19:02:41.320Z | Planning: Evaluating mediator changes ... Done |
190 | 2024-12-18T19:02:41.480Z | Planning: Checking for conflicting actions ... Done |
191 | 2024-12-18T19:02:41.483Z | Planning: Consolidating action changes ... Done |
192 | 2024-12-18T19:02:41.750Z | Planning: Evaluating mediators ... Done |
193 | 2024-12-18T19:02:41.753Z | Planning: Planning completed in 0.43 seconds |
194 | 2024-12-18T19:02:41.789Z | Mediators to change: 2 |
195 | 2024-12-18T19:02:41.790Z | Create boot environment: No |
196 | 2024-12-18T19:02:41.792Z | Create backup boot environment: No |
197 | 2024-12-18T19:02:41.866Z | Done |
198 | 2024-12-18T19:02:41.866Z | Done |
199 | 2024-12-18T19:02:42.252Z | Done |
200 | 2024-12-18T19:02:45.792Z | Done |
201 | 2024-12-18T19:02:45.878Z | Done |
202 | 2024-12-18T19:02:45.881Z | Done |
203 | 2024-12-18T19:02:46.569Z | Done |
204 | 2024-12-18T19:02:47.170Z | Planning: Evaluating mediator changes ... Done |
205 | 2024-12-18T19:02:47.172Z | Planning: Merging actions ... Done |
206 | 2024-12-18T19:02:47.360Z | Planning: Checking for conflicting actions ... Done |
207 | 2024-12-18T19:02:47.362Z | Planning: Consolidating action changes ... Done |
208 | 2024-12-18T19:02:47.622Z | Planning: Evaluating mediators ... Done |
209 | 2024-12-18T19:02:47.677Z | Planning: Planning completed in 0.74 seconds |
210 | 2024-12-18T19:02:47.716Z | Packages to change: 1 |
211 | 2024-12-18T19:02:47.716Z | Mediators to change: 1 |
212 | 2024-12-18T19:02:47.719Z | Services to change: 1 |
213 | 2024-12-18T19:02:47.719Z | Create boot environment: No |
214 | 2024-12-18T19:02:47.719Z | Create backup boot environment: Yes |
215 | 2024-12-18T19:02:49.764Z | Actions: 1/6 actions (Updating modified actions) |
216 | 2024-12-18T19:02:49.803Z | Actions: Completed 6 actions in 0.04 seconds. |
217 | 2024-12-18T19:02:49.805Z | Done |
218 | 2024-12-18T19:02:49.806Z | Done |
219 | 2024-12-18T19:02:49.918Z | Done |
220 | 2024-12-18T19:02:53.506Z | Done |
221 | 2024-12-18T19:02:53.602Z | Done |
222 | 2024-12-18T19:02:53.606Z | Done |
223 | 2024-12-18T19:02:53.984Z | Done |
224 | 2024-12-18T19:02:54.412Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
225 | 2024-12-18T19:02:54.412Z | clang system 15 system |
226 | 2024-12-18T19:02:54.412Z | csh system system illumos |
227 | 2024-12-18T19:02:54.412Z | ctags system system illumos |
228 | 2024-12-18T19:02:54.412Z | gcc vendor 12 vendor |
229 | 2024-12-18T19:02:54.412Z | gcc system 10 system |
230 | 2024-12-18T19:02:54.412Z | gcc system 7 system |
231 | 2024-12-18T19:02:54.412Z | go system 1.20 system |
232 | 2024-12-18T19:02:54.412Z | go system 1.19 system |
233 | 2024-12-18T19:02:54.412Z | llvm system 15 system |
234 | 2024-12-18T19:02:54.412Z | llvm system 14 system |
235 | 2024-12-18T19:02:54.412Z | mariadb system 10.6 system |
236 | 2024-12-18T19:02:54.412Z | mta vendor vendor dma |
237 | 2024-12-18T19:02:54.412Z | openjdk system 17 system |
238 | 2024-12-18T19:02:54.412Z | openjdk system 11 system |
239 | 2024-12-18T19:02:54.412Z | openjdk system 1.8 system |
240 | 2024-12-18T19:02:54.412Z | openssl vendor 3 vendor |
241 | 2024-12-18T19:02:54.412Z | perl system 5.36 system |
242 | 2024-12-18T19:02:54.412Z | postgresql system 15 system |
243 | 2024-12-18T19:02:54.412Z | postgresql system 13 system |
244 | 2024-12-18T19:02:54.412Z | python vendor 3 vendor |
245 | 2024-12-18T19:02:54.412Z | python system 2 system |
246 | 2024-12-18T19:02:54.412Z | python3 system 3.11 system |
247 | 2024-12-18T19:02:54.412Z | ruby system 3.0 system |
248 | 2024-12-18T19:02:54.412Z | words vendor vendor american-english |
249 | 2024-12-18T19:02:54.413Z | words system system australian-english |
250 | 2024-12-18T19:02:54.413Z | words system system british-english |
251 | 2024-12-18T19:02:54.413Z | words system system canadian-english |
252 | 2024-12-18T19:02:54.413Z | words system system french |
253 | 2024-12-18T19:02:54.413Z | words system system italian |
254 | 2024-12-18T19:02:54.413Z | words system system ngerman |
255 | 2024-12-18T19:02:54.413Z | words system system ogerman |
256 | 2024-12-18T19:02:54.413Z | words system system spanish |
257 | 2024-12-18T19:02:54.739Z | PUBLISHER TYPE STATUS P LOCATION |
258 | 2024-12-18T19:02:54.739Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
259 | 2024-12-18T19:02:57.434Z | FMRI IFO |
260 | 2024-12-18T19:02:57.435Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
261 | 2024-12-18T19:02:57.435Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
262 | 2024-12-18T19:02:57.435Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
263 | 2024-12-18T19:02:57.435Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
264 | 2024-12-18T19:02:57.435Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
265 | 2024-12-18T19:02:57.435Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
266 | 2024-12-18T19:02:57.435Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
267 | 2024-12-18T19:02:57.435Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
268 | 2024-12-18T19:02:57.435Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
269 | 2024-12-18T19:02:57.435Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
270 | 2024-12-18T19:02:57.435Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
271 | 2024-12-18T19:02:57.435Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
272 | 2024-12-18T19:02:57.435Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
273 | 2024-12-18T19:02:57.435Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
274 | 2024-12-18T19:02:57.435Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
275 | 2024-12-18T19:02:58.190Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
276 | 2024-12-18T19:02:58.485Z | Updating crates.io index |
277 | 2024-12-18T19:02:58.488Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
278 | 2024-12-18T19:02:59.023Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
279 | 2024-12-18T19:02:59.257Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
280 | 2024-12-18T19:02:59.510Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
281 | 2024-12-18T19:02:59.803Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
282 | 2024-12-18T19:03:00.639Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
283 | 2024-12-18T19:03:02.181Z | Updating git repository `https://github.com/oxidecomputer/opte` |
284 | 2024-12-18T19:03:03.182Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
285 | 2024-12-18T19:03:03.850Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
286 | 2024-12-18T19:03:04.129Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
287 | 2024-12-18T19:03:04.429Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
288 | 2024-12-18T19:03:05.087Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
289 | 2024-12-18T19:03:05.403Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
290 | 2024-12-18T19:03:05.679Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
291 | 2024-12-18T19:03:05.952Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
292 | 2024-12-18T19:03:06.195Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
293 | 2024-12-18T19:03:06.462Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
294 | 2024-12-18T19:03:06.750Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
295 | 2024-12-18T19:03:07.028Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
296 | 2024-12-18T19:03:07.367Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
297 | 2024-12-18T19:03:07.573Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
298 | 2024-12-18T19:03:07.990Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
299 | 2024-12-18T19:03:08.333Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
300 | 2024-12-18T19:03:08.675Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
301 | 2024-12-18T19:03:09.062Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
302 | 2024-12-18T19:03:09.382Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
303 | 2024-12-18T19:03:09.653Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
304 | 2024-12-18T19:03:09.937Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
305 | 2024-12-18T19:03:11.221Z | Downloading crates ... |
306 | 2024-12-18T19:03:11.287Z | Downloaded camino v1.1.9 |
307 | 2024-12-18T19:03:11.290Z | Downloaded anstream v0.6.15 |
308 | 2024-12-18T19:03:11.295Z | Downloaded dtrace-parser v0.2.0 |
309 | 2024-12-18T19:03:11.317Z | Downloaded swrite v0.1.0 |
310 | 2024-12-18T19:03:11.319Z | Downloaded pretty-hex v0.4.1 |
311 | 2024-12-18T19:03:11.323Z | Downloaded scroll_derive v0.12.0 |
312 | 2024-12-18T19:03:11.334Z | Downloaded usdt-macro v0.5.0 |
313 | 2024-12-18T19:03:11.339Z | Downloaded anstyle-parse v0.2.5 |
314 | 2024-12-18T19:03:11.342Z | Downloaded bytecount v0.6.8 |
315 | 2024-12-18T19:03:11.347Z | Downloaded usdt-attr-macro v0.5.0 |
316 | 2024-12-18T19:03:11.351Z | Downloaded equivalent v1.0.1 |
317 | 2024-12-18T19:03:11.353Z | Downloaded block-buffer v0.10.4 |
318 | 2024-12-18T19:03:11.353Z | Downloaded anstyle-query v1.1.1 |
319 | 2024-12-18T19:03:11.356Z | Downloaded autocfg v1.4.0 |
320 | 2024-12-18T19:03:11.358Z | Downloaded clap_lex v0.7.2 |
321 | 2024-12-18T19:03:11.358Z | Downloaded unicode-linebreak v0.1.5 |
322 | 2024-12-18T19:03:11.361Z | Downloaded serde_spanned v0.6.8 |
323 | 2024-12-18T19:03:11.361Z | Downloaded plain v0.2.3 |
324 | 2024-12-18T19:03:11.361Z | Downloaded generic-array v0.14.7 |
325 | 2024-12-18T19:03:11.363Z | Downloaded byteorder v1.5.0 |
326 | 2024-12-18T19:03:11.366Z | Downloaded thiserror v1.0.69 |
327 | 2024-12-18T19:03:11.368Z | Downloaded proc-macro-error-attr v1.0.4 |
328 | 2024-12-18T19:03:11.371Z | Downloaded cpufeatures v0.2.14 |
329 | 2024-12-18T19:03:11.371Z | Downloaded itoa v1.0.11 |
330 | 2024-12-18T19:03:11.371Z | Downloaded is_terminal_polyfill v1.70.1 |
331 | 2024-12-18T19:03:11.374Z | Downloaded crypto-common v0.1.6 |
332 | 2024-12-18T19:03:11.374Z | Downloaded macaddr v1.0.1 |
333 | 2024-12-18T19:03:11.376Z | Downloaded cfg-if v1.0.0 |
334 | 2024-12-18T19:03:11.376Z | Downloaded pest_generator v2.7.14 |
335 | 2024-12-18T19:03:11.378Z | Downloaded strsim v0.11.1 |
336 | 2024-12-18T19:03:11.378Z | Downloaded anstyle v1.0.10 |
337 | 2024-12-18T19:03:11.381Z | Downloaded utf8parse v0.2.2 |
338 | 2024-12-18T19:03:11.381Z | Downloaded digest v0.10.7 |
339 | 2024-12-18T19:03:11.383Z | Downloaded camino-tempfile v1.1.1 |
340 | 2024-12-18T19:03:11.385Z | Downloaded thread-id v4.2.2 |
341 | 2024-12-18T19:03:11.389Z | Downloaded fnv v1.0.7 |
342 | 2024-12-18T19:03:11.396Z | Downloaded usdt-impl v0.5.0 |
343 | 2024-12-18T19:03:11.399Z | Downloaded fs-err v2.11.0 |
344 | 2024-12-18T19:03:11.401Z | Downloaded terminal_size v0.4.0 |
345 | 2024-12-18T19:03:11.401Z | Downloaded fastrand v2.1.1 |
346 | 2024-12-18T19:03:11.406Z | Downloaded toml_datetime v0.6.8 |
347 | 2024-12-18T19:03:11.409Z | Downloaded cargo-platform v0.1.8 |
348 | 2024-12-18T19:03:11.416Z | Downloaded smawk v0.3.2 |
349 | 2024-12-18T19:03:11.418Z | Downloaded thiserror-impl v1.0.69 |
350 | 2024-12-18T19:03:11.421Z | Downloaded memmap v0.7.0 |
351 | 2024-12-18T19:03:11.421Z | Downloaded version_check v0.9.5 |
352 | 2024-12-18T19:03:11.423Z | Downloaded usdt v0.5.0 |
353 | 2024-12-18T19:03:11.423Z | Downloaded dof v0.3.0 |
354 | 2024-12-18T19:03:11.424Z | Downloaded errno v0.3.9 |
355 | 2024-12-18T19:03:11.426Z | Downloaded tabled_derive v0.7.0 |
356 | 2024-12-18T19:03:11.426Z | Downloaded proc-macro-error v1.0.4 |
357 | 2024-12-18T19:03:11.429Z | Downloaded cargo_metadata v0.18.1 |
358 | 2024-12-18T19:03:11.431Z | Downloaded heck v0.5.0 |
359 | 2024-12-18T19:03:11.431Z | Downloaded quote v1.0.37 |
360 | 2024-12-18T19:03:11.433Z | Downloaded heck v0.4.1 |
361 | 2024-12-18T19:03:11.435Z | Downloaded tempfile v3.13.0 |
362 | 2024-12-18T19:03:11.438Z | Downloaded colorchoice v1.0.2 |
363 | 2024-12-18T19:03:11.441Z | Downloaded pest_derive v2.7.14 |
364 | 2024-12-18T19:03:11.441Z | Downloaded once_cell v1.20.2 |
365 | 2024-12-18T19:03:11.444Z | Downloaded semver v1.0.23 |
366 | 2024-12-18T19:03:11.450Z | Downloaded sha2 v0.10.8 |
367 | 2024-12-18T19:03:11.453Z | Downloaded scroll v0.12.0 |
368 | 2024-12-18T19:03:11.458Z | Downloaded anyhow v1.0.93 |
369 | 2024-12-18T19:03:11.461Z | Downloaded serde_tokenstream v0.2.2 |
370 | 2024-12-18T19:03:11.471Z | Downloaded clap_derive v4.5.18 |
371 | 2024-12-18T19:03:11.475Z | Downloaded cargo_toml v0.20.5 |
372 | 2024-12-18T19:03:11.481Z | Downloaded pest_meta v2.7.14 |
373 | 2024-12-18T19:03:11.484Z | Downloaded ucd-trie v0.1.7 |
374 | 2024-12-18T19:03:11.487Z | Downloaded typenum v1.17.0 |
375 | 2024-12-18T19:03:11.487Z | Downloaded proc-macro2 v1.0.89 |
376 | 2024-12-18T19:03:11.491Z | Downloaded zerocopy-derive v0.7.35 |
377 | 2024-12-18T19:03:11.493Z | Downloaded unicode-ident v1.0.13 |
378 | 2024-12-18T19:03:11.495Z | Downloaded log v0.4.22 |
379 | 2024-12-18T19:03:11.499Z | Downloaded ryu v1.0.18 |
380 | 2024-12-18T19:03:11.502Z | Downloaded bitflags v2.6.0 |
381 | 2024-12-18T19:03:11.514Z | Downloaded papergrid v0.11.0 |
382 | 2024-12-18T19:03:11.517Z | Downloaded clap v4.5.21 |
383 | 2024-12-18T19:03:11.525Z | Downloaded serde_derive v1.0.215 |
384 | 2024-12-18T19:03:11.530Z | Downloaded textwrap v0.16.1 |
385 | 2024-12-18T19:03:11.540Z | Downloaded indexmap v2.6.0 |
386 | 2024-12-18T19:03:11.544Z | Downloaded toml v0.8.19 |
387 | 2024-12-18T19:03:11.550Z | Downloaded serde v1.0.215 |
388 | 2024-12-18T19:03:11.553Z | Downloaded memchr v2.7.4 |
389 | 2024-12-18T19:03:11.574Z | Downloaded toml_edit v0.22.22 |
390 | 2024-12-18T19:03:11.608Z | Downloaded hashbrown v0.15.1 |
391 | 2024-12-18T19:03:11.611Z | Downloaded pest v2.7.14 |
392 | 2024-12-18T19:03:11.616Z | Downloaded zerocopy v0.7.35 |
393 | 2024-12-18T19:03:11.630Z | Downloaded clap_builder v4.5.21 |
394 | 2024-12-18T19:03:11.636Z | Downloaded winnow v0.6.20 |
395 | 2024-12-18T19:03:11.643Z | Downloaded serde_json v1.0.132 |
396 | 2024-12-18T19:03:11.650Z | Downloaded tabled v0.15.0 |
397 | 2024-12-18T19:03:11.664Z | Downloaded goblin v0.8.2 |
398 | 2024-12-18T19:03:11.676Z | Downloaded unicode-width v0.1.14 |
399 | 2024-12-18T19:03:11.682Z | Downloaded syn v2.0.87 |
400 | 2024-12-18T19:03:11.691Z | Downloaded syn v1.0.109 |
401 | 2024-12-18T19:03:11.700Z | Downloaded rustix v0.38.37 |
402 | 2024-12-18T19:03:11.745Z | Downloaded libc v0.2.162 |
403 | 2024-12-18T19:03:12.054Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-18T19:03:12.058Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-18T19:03:12.058Z | Compiling serde v1.0.215 |
406 | 2024-12-18T19:03:12.058Z | Compiling version_check v0.9.5 |
407 | 2024-12-18T19:03:12.058Z | Compiling thiserror v1.0.69 |
408 | 2024-12-18T19:03:12.058Z | Compiling memchr v2.7.4 |
409 | 2024-12-18T19:03:12.089Z | Compiling libc v0.2.162 |
410 | 2024-12-18T19:03:12.091Z | Compiling itoa v1.0.11 |
411 | 2024-12-18T19:03:12.356Z | Compiling ucd-trie v0.1.7 |
412 | 2024-12-18T19:03:12.378Z | Compiling ryu v1.0.18 |
413 | 2024-12-18T19:03:12.681Z | Compiling once_cell v1.20.2 |
414 | 2024-12-18T19:03:12.898Z | Compiling byteorder v1.5.0 |
415 | 2024-12-18T19:03:13.011Z | Compiling rustix v0.38.37 |
416 | 2024-12-18T19:03:13.226Z | Compiling serde_json v1.0.132 |
417 | 2024-12-18T19:03:14.224Z | Compiling bitflags v2.6.0 |
418 | 2024-12-18T19:03:14.270Z | Compiling usdt-impl v0.5.0 |
419 | 2024-12-18T19:03:14.291Z | Compiling proc-macro-error-attr v1.0.4 |
420 | 2024-12-18T19:03:14.359Z | Compiling syn v1.0.109 |
421 | 2024-12-18T19:03:14.518Z | Compiling proc-macro-error v1.0.4 |
422 | 2024-12-18T19:03:14.636Z | Compiling hashbrown v0.15.1 |
423 | 2024-12-18T19:03:14.660Z | Compiling utf8parse v0.2.2 |
424 | 2024-12-18T19:03:14.734Z | Compiling plain v0.2.3 |
425 | 2024-12-18T19:03:14.792Z | Compiling camino v1.1.9 |
426 | 2024-12-18T19:03:14.823Z | Compiling equivalent v1.0.1 |
427 | 2024-12-18T19:03:14.889Z | Compiling log v0.4.22 |
428 | 2024-12-18T19:03:14.932Z | Compiling thread-id v4.2.2 |
429 | 2024-12-18T19:03:15.055Z | Compiling anstyle-parse v0.2.5 |
430 | 2024-12-18T19:03:15.178Z | Compiling quote v1.0.37 |
431 | 2024-12-18T19:03:15.266Z | Compiling autocfg v1.4.0 |
432 | 2024-12-18T19:03:15.385Z | Compiling errno v0.3.9 |
433 | 2024-12-18T19:03:15.412Z | Compiling pretty-hex v0.4.1 |
434 | 2024-12-18T19:03:15.513Z | Compiling winnow v0.6.20 |
435 | 2024-12-18T19:03:15.609Z | Compiling syn v2.0.87 |
436 | 2024-12-18T19:03:15.837Z | Compiling indexmap v2.6.0 |
437 | 2024-12-18T19:03:15.894Z | Compiling anstyle v1.0.10 |
438 | 2024-12-18T19:03:16.356Z | Compiling is_terminal_polyfill v1.70.1 |
439 | 2024-12-18T19:03:16.382Z | Compiling colorchoice v1.0.2 |
440 | 2024-12-18T19:03:16.485Z | Compiling anstyle-query v1.1.1 |
441 | 2024-12-18T19:03:16.559Z | Compiling unicode-width v0.1.14 |
442 | 2024-12-18T19:03:16.644Z | Compiling semver v1.0.23 |
443 | 2024-12-18T19:03:17.098Z | Compiling anstream v0.6.15 |
444 | 2024-12-18T19:03:17.214Z | Compiling fs-err v2.11.0 |
445 | 2024-12-18T19:03:17.463Z | Compiling fnv v1.0.7 |
446 | 2024-12-18T19:03:17.500Z | Compiling anyhow v1.0.93 |
447 | 2024-12-18T19:03:17.597Z | Compiling terminal_size v0.4.0 |
448 | 2024-12-18T19:03:17.797Z | Compiling bytecount v0.6.8 |
449 | 2024-12-18T19:03:17.823Z | Compiling heck v0.4.1 |
450 | 2024-12-18T19:03:17.850Z | Compiling strsim v0.11.1 |
451 | 2024-12-18T19:03:18.018Z | Compiling fastrand v2.1.1 |
452 | 2024-12-18T19:03:18.111Z | Compiling cfg-if v1.0.0 |
453 | 2024-12-18T19:03:18.212Z | Compiling heck v0.5.0 |
454 | 2024-12-18T19:03:18.403Z | Compiling clap_lex v0.7.2 |
455 | 2024-12-18T19:03:18.561Z | Compiling tempfile v3.13.0 |
456 | 2024-12-18T19:03:18.777Z | Compiling clap_builder v4.5.21 |
457 | 2024-12-18T19:03:18.946Z | Compiling papergrid v0.11.0 |
458 | 2024-12-18T19:03:19.140Z | Compiling memmap v0.7.0 |
459 | 2024-12-18T19:03:19.211Z | Compiling smawk v0.3.2 |
460 | 2024-12-18T19:03:19.237Z | Compiling unicode-linebreak v0.1.5 |
461 | 2024-12-18T19:03:19.499Z | Compiling swrite v0.1.0 |
462 | 2024-12-18T19:03:19.628Z | Compiling textwrap v0.16.1 |
463 | 2024-12-18T19:03:21.038Z | Compiling tabled_derive v0.7.0 |
464 | 2024-12-18T19:03:22.534Z | Compiling tabled v0.15.0 |
465 | 2024-12-18T19:03:24.432Z | Compiling serde_derive v1.0.215 |
466 | 2024-12-18T19:03:24.432Z | Compiling thiserror-impl v1.0.69 |
467 | 2024-12-18T19:03:24.436Z | Compiling zerocopy-derive v0.7.35 |
468 | 2024-12-18T19:03:24.436Z | Compiling scroll_derive v0.12.0 |
469 | 2024-12-18T19:03:24.436Z | Compiling clap_derive v4.5.18 |
470 | 2024-12-18T19:03:25.510Z | Compiling scroll v0.12.0 |
471 | 2024-12-18T19:03:26.083Z | Compiling goblin v0.8.2 |
472 | 2024-12-18T19:03:26.131Z | Compiling zerocopy v0.7.35 |
473 | 2024-12-18T19:03:27.177Z | Compiling pest v2.7.14 |
474 | 2024-12-18T19:03:28.563Z | Compiling clap v4.5.21 |
475 | 2024-12-18T19:03:29.424Z | Compiling pest_meta v2.7.14 |
476 | 2024-12-18T19:03:30.244Z | Compiling pest_generator v2.7.14 |
477 | 2024-12-18T19:03:32.049Z | Compiling pest_derive v2.7.14 |
478 | 2024-12-18T19:03:32.734Z | Compiling dtrace-parser v0.2.0 |
479 | 2024-12-18T19:03:34.204Z | Compiling toml_datetime v0.6.8 |
480 | 2024-12-18T19:03:34.206Z | Compiling serde_spanned v0.6.8 |
481 | 2024-12-18T19:03:34.207Z | Compiling cargo-platform v0.1.8 |
482 | 2024-12-18T19:03:34.578Z | Compiling serde_tokenstream v0.2.2 |
483 | 2024-12-18T19:03:34.694Z | Compiling toml_edit v0.22.22 |
484 | 2024-12-18T19:03:34.724Z | Compiling macaddr v1.0.1 |
485 | 2024-12-18T19:03:34.928Z | Compiling camino-tempfile v1.1.1 |
486 | 2024-12-18T19:03:35.664Z | Compiling dof v0.3.0 |
487 | 2024-12-18T19:03:35.664Z | Compiling cargo_metadata v0.18.1 |
488 | 2024-12-18T19:03:37.485Z | Compiling toml v0.8.19 |
489 | 2024-12-18T19:03:37.694Z | Compiling usdt-attr-macro v0.5.0 |
490 | 2024-12-18T19:03:37.697Z | Compiling usdt-macro v0.5.0 |
491 | 2024-12-18T19:03:38.263Z | Compiling cargo_toml v0.20.5 |
492 | 2024-12-18T19:03:39.075Z | Compiling usdt v0.5.0 |
493 | 2024-12-18T19:03:41.780Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
494 | 2024-12-18T19:03:45.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.94s |
495 | 2024-12-18T19:03:46.160Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
496 | 2024-12-18T19:03:46.680Z | Downloading crates ... |
497 | 2024-12-18T19:03:46.806Z | Downloaded async-stream-impl v0.3.6 |
498 | 2024-12-18T19:03:46.810Z | Downloaded atomicwrites v0.4.4 |
499 | 2024-12-18T19:03:46.817Z | Downloaded headers-core v0.3.0 |
500 | 2024-12-18T19:03:46.821Z | Downloaded atty v0.2.14 |
501 | 2024-12-18T19:03:46.823Z | Downloaded adler2 v2.0.0 |
502 | 2024-12-18T19:03:46.825Z | Downloaded hex v0.4.3 |
503 | 2024-12-18T19:03:46.828Z | Downloaded heapless v0.8.0 |
504 | 2024-12-18T19:03:46.834Z | Downloaded ciborium-io v0.2.2 |
505 | 2024-12-18T19:03:46.836Z | Downloaded http-range v0.1.5 |
506 | 2024-12-18T19:03:46.836Z | Downloaded cfg_aliases v0.2.1 |
507 | 2024-12-18T19:03:46.840Z | Downloaded crunchy v0.2.2 |
508 | 2024-12-18T19:03:46.843Z | Downloaded instant v0.1.13 |
509 | 2024-12-18T19:03:46.846Z | Downloaded crucible-workspace-hack v0.1.0 |
510 | 2024-12-18T19:03:46.852Z | Downloaded is_ci v1.2.0 |
511 | 2024-12-18T19:03:46.854Z | Downloaded matches v0.1.10 |
512 | 2024-12-18T19:03:46.857Z | Downloaded idna_adapter v1.2.0 |
513 | 2024-12-18T19:03:46.857Z | Downloaded heck v0.3.3 |
514 | 2024-12-18T19:03:46.860Z | Downloaded addr2line v0.24.2 |
515 | 2024-12-18T19:03:46.862Z | Downloaded ident_case v1.0.1 |
516 | 2024-12-18T19:03:46.864Z | Downloaded hubpack_derive v0.1.1 |
517 | 2024-12-18T19:03:46.864Z | Downloaded array-init v0.0.4 |
518 | 2024-12-18T19:03:46.867Z | Downloaded aead v0.5.2 |
519 | 2024-12-18T19:03:46.869Z | Downloaded async-stream v0.3.6 |
520 | 2024-12-18T19:03:46.873Z | Downloaded cfg_aliases v0.1.1 |
521 | 2024-12-18T19:03:46.875Z | Downloaded match_cfg v0.1.0 |
522 | 2024-12-18T19:03:46.875Z | Downloaded icu_provider_macros v1.5.0 |
523 | 2024-12-18T19:03:46.882Z | Downloaded bb8 v0.8.5 |
524 | 2024-12-18T19:03:46.884Z | Downloaded linear-map v1.2.0 |
525 | 2024-12-18T19:03:46.886Z | Downloaded cobs v0.2.3 |
526 | 2024-12-18T19:03:46.889Z | Downloaded chrono-tz-build v0.4.0 |
527 | 2024-12-18T19:03:46.889Z | Downloaded chacha20 v0.9.1 |
528 | 2024-12-18T19:03:46.891Z | Downloaded lockfree-object-pool v0.1.6 |
529 | 2024-12-18T19:03:46.893Z | Downloaded convert_case v0.4.0 |
530 | 2024-12-18T19:03:46.896Z | Downloaded crc-catalog v2.4.0 |
531 | 2024-12-18T19:03:46.896Z | Downloaded crc v3.2.1 |
532 | 2024-12-18T19:03:46.899Z | Downloaded cexpr v0.6.0 |
533 | 2024-12-18T19:03:46.901Z | Downloaded maybe-uninit v2.0.0 |
534 | 2024-12-18T19:03:46.901Z | Downloaded ciborium-ll v0.2.2 |
535 | 2024-12-18T19:03:46.904Z | Downloaded lazycell v1.3.0 |
536 | 2024-12-18T19:03:46.904Z | Downloaded cipher v0.4.4 |
537 | 2024-12-18T19:03:46.906Z | Downloaded lazy_static v1.5.0 |
538 | 2024-12-18T19:03:46.908Z | Downloaded maplit v1.0.2 |
539 | 2024-12-18T19:03:46.910Z | Downloaded memoffset v0.9.1 |
540 | 2024-12-18T19:03:46.912Z | Downloaded impl-trait-for-tuples v0.2.2 |
541 | 2024-12-18T19:03:46.915Z | Downloaded ctr v0.9.2 |
542 | 2024-12-18T19:03:46.917Z | Downloaded bitfield-struct v0.6.2 |
543 | 2024-12-18T19:03:46.920Z | Downloaded lru-cache v0.1.2 |
544 | 2024-12-18T19:03:46.920Z | Downloaded kstat-rs v0.2.4 |
545 | 2024-12-18T19:03:46.922Z | Downloaded keccak v0.1.5 |
546 | 2024-12-18T19:03:46.922Z | Downloaded instability v0.3.2 |
547 | 2024-12-18T19:03:46.924Z | Downloaded hubpack v0.1.2 |
548 | 2024-12-18T19:03:46.924Z | Downloaded humantime v2.1.0 |
549 | 2024-12-18T19:03:46.926Z | Downloaded lru v0.12.5 |
550 | 2024-12-18T19:03:46.929Z | Downloaded hex-literal v0.4.1 |
551 | 2024-12-18T19:03:46.929Z | Downloaded async-recursion v1.1.1 |
552 | 2024-12-18T19:03:46.932Z | Downloaded cmake v0.1.51 |
553 | 2024-12-18T19:03:46.934Z | Downloaded ipnetwork v0.20.0 |
554 | 2024-12-18T19:03:46.937Z | Downloaded md-5 v0.10.6 |
555 | 2024-12-18T19:03:46.939Z | Downloaded csv-core v0.1.11 |
556 | 2024-12-18T19:03:46.941Z | Downloaded ahash v0.8.11 |
557 | 2024-12-18T19:03:46.944Z | Downloaded icu_locid_transform v1.5.0 |
558 | 2024-12-18T19:03:46.946Z | Downloaded linked-hash-map v0.5.6 |
559 | 2024-12-18T19:03:46.949Z | Downloaded curve25519-dalek-derive v0.1.1 |
560 | 2024-12-18T19:03:46.949Z | Downloaded jobserver v0.1.32 |
561 | 2024-12-18T19:03:46.951Z | Downloaded colored v2.1.0 |
562 | 2024-12-18T19:03:46.955Z | Downloaded libloading v0.8.5 |
563 | 2024-12-18T19:03:46.958Z | Downloaded cbc v0.1.2 |
564 | 2024-12-18T19:03:46.958Z | Downloaded base64ct v1.6.0 |
565 | 2024-12-18T19:03:46.960Z | Downloaded lock_api v0.4.12 |
566 | 2024-12-18T19:03:46.963Z | Downloaded cookie_store v0.21.0 |
567 | 2024-12-18T19:03:46.967Z | Downloaded crossbeam-deque v0.8.5 |
568 | 2024-12-18T19:03:46.967Z | Downloaded crc32fast v1.4.2 |
569 | 2024-12-18T19:03:46.970Z | Downloaded ciborium v0.2.2 |
570 | 2024-12-18T19:03:46.972Z | Downloaded mime_guess v2.0.5 |
571 | 2024-12-18T19:03:46.975Z | Downloaded cancel-safe-futures v0.1.5 |
572 | 2024-12-18T19:03:46.977Z | Downloaded backoff v0.4.0 |
573 | 2024-12-18T19:03:46.980Z | Downloaded litemap v0.7.3 |
574 | 2024-12-18T19:03:46.983Z | Downloaded allocator-api2 v0.2.18 |
575 | 2024-12-18T19:03:46.985Z | Downloaded hyper-staticfile v0.10.1 |
576 | 2024-12-18T19:03:46.988Z | Downloaded indent_write v2.2.0 |
577 | 2024-12-18T19:03:46.991Z | Downloaded darling v0.20.10 |
578 | 2024-12-18T19:03:46.994Z | Downloaded quinn-udp v0.5.5 |
579 | 2024-12-18T19:03:46.996Z | Downloaded rustc_version v0.4.1 |
580 | 2024-12-18T19:03:46.999Z | Downloaded arc-swap v1.7.1 |
581 | 2024-12-18T19:03:47.001Z | Downloaded ref-cast-impl v1.0.23 |
582 | 2024-12-18T19:03:47.004Z | Downloaded hmac v0.12.1 |
583 | 2024-12-18T19:03:47.006Z | Downloaded time-core v0.1.2 |
584 | 2024-12-18T19:03:47.006Z | Downloaded r2d2 v0.8.10 |
585 | 2024-12-18T19:03:47.009Z | Downloaded ipnet v2.10.1 |
586 | 2024-12-18T19:03:47.009Z | Downloaded bcs v0.1.6 |
587 | 2024-12-18T19:03:47.011Z | Downloaded async-trait v0.1.83 |
588 | 2024-12-18T19:03:47.015Z | Downloaded write16 v1.0.0 |
589 | 2024-12-18T19:03:47.017Z | Downloaded rustls-pemfile v1.0.4 |
590 | 2024-12-18T19:03:47.020Z | Downloaded const_format_proc_macros v0.2.33 |
591 | 2024-12-18T19:03:47.023Z | Downloaded arrayvec v0.7.6 |
592 | 2024-12-18T19:03:47.025Z | Downloaded http-body-util v0.1.2 |
593 | 2024-12-18T19:03:47.030Z | Downloaded crc-any v2.5.0 |
594 | 2024-12-18T19:03:47.031Z | Downloaded clang-sys v1.8.1 |
595 | 2024-12-18T19:03:47.033Z | Downloaded scheduled-thread-pool v0.2.7 |
596 | 2024-12-18T19:03:47.033Z | Downloaded managed v0.8.0 |
597 | 2024-12-18T19:03:47.036Z | Downloaded zerofrom v0.1.4 |
598 | 2024-12-18T19:03:47.036Z | Downloaded indoc v1.0.9 |
599 | 2024-12-18T19:03:47.039Z | Downloaded console v0.15.8 |
600 | 2024-12-18T19:03:47.041Z | Downloaded dhcproto-macros v0.1.0 |
601 | 2024-12-18T19:03:47.043Z | Downloaded blake2 v0.10.6 |
602 | 2024-12-18T19:03:47.046Z | Downloaded cookie v0.18.1 |
603 | 2024-12-18T19:03:47.050Z | Downloaded foreign-types-shared v0.1.1 |
604 | 2024-12-18T19:03:47.050Z | Downloaded crossbeam-epoch v0.9.18 |
605 | 2024-12-18T19:03:47.053Z | Downloaded signature v2.2.0 |
606 | 2024-12-18T19:03:47.056Z | Downloaded hash32 v0.3.1 |
607 | 2024-12-18T19:03:47.056Z | Downloaded serde_plain v1.0.2 |
608 | 2024-12-18T19:03:47.058Z | Downloaded structmeta-derive v0.2.0 |
609 | 2024-12-18T19:03:47.058Z | Downloaded structmeta v0.3.0 |
610 | 2024-12-18T19:03:47.060Z | Downloaded slog-dtrace v0.3.0 |
611 | 2024-12-18T19:03:47.060Z | Downloaded stringprep v0.1.5 |
612 | 2024-12-18T19:03:47.063Z | Downloaded string_cache v0.8.7 |
613 | 2024-12-18T19:03:47.067Z | Downloaded ssh-encoding v0.2.0 |
614 | 2024-12-18T19:03:47.067Z | Downloaded icu_properties v1.5.1 |
615 | 2024-12-18T19:03:47.069Z | Downloaded icu_normalizer v1.5.0 |
616 | 2024-12-18T19:03:47.073Z | Downloaded progenitor-client v0.8.0 |
617 | 2024-12-18T19:03:47.076Z | Downloaded untrusted v0.9.0 |
618 | 2024-12-18T19:03:47.076Z | Downloaded icu_locid_transform_data v1.5.0 |
619 | 2024-12-18T19:03:47.079Z | Downloaded untrusted v0.7.1 |
620 | 2024-12-18T19:03:47.079Z | Downloaded typify-macro v0.2.0 |
621 | 2024-12-18T19:03:47.082Z | Downloaded thread_local v1.1.8 |
622 | 2024-12-18T19:03:47.082Z | Downloaded writeable v0.5.5 |
623 | 2024-12-18T19:03:47.086Z | Downloaded num-derive v0.4.2 |
624 | 2024-12-18T19:03:47.090Z | Downloaded const-oid v0.9.6 |
625 | 2024-12-18T19:03:47.090Z | Downloaded thiserror-no-std v2.0.2 |
626 | 2024-12-18T19:03:47.093Z | Downloaded ed25519 v2.2.3 |
627 | 2024-12-18T19:03:47.095Z | Downloaded crossbeam-utils v0.8.20 |
628 | 2024-12-18T19:03:47.098Z | Downloaded float-cmp v0.9.0 |
629 | 2024-12-18T19:03:47.101Z | Downloaded either v1.13.0 |
630 | 2024-12-18T19:03:47.101Z | Downloaded hyper-rustls v0.27.3 |
631 | 2024-12-18T19:03:47.106Z | Downloaded futures-core v0.3.31 |
632 | 2024-12-18T19:03:47.109Z | Downloaded diesel-dtrace v0.4.2 |
633 | 2024-12-18T19:03:47.109Z | Downloaded zerofrom-derive v0.1.4 |
634 | 2024-12-18T19:03:47.109Z | Downloaded indicatif v0.17.9 |
635 | 2024-12-18T19:03:47.114Z | Downloaded progenitor-impl v0.8.0 |
636 | 2024-12-18T19:03:47.119Z | Downloaded bytes v1.8.0 |
637 | 2024-12-18T19:03:47.124Z | Downloaded base64 v0.21.7 |
638 | 2024-12-18T19:03:47.128Z | Downloaded smallvec v0.6.14 |
639 | 2024-12-18T19:03:47.128Z | Downloaded futures-executor v0.3.31 |
640 | 2024-12-18T19:03:47.133Z | Downloaded foreign-types-macros v0.2.3 |
641 | 2024-12-18T19:03:47.133Z | Downloaded olpc-cjson v0.1.4 |
642 | 2024-12-18T19:03:47.133Z | Downloaded take_mut v0.2.2 |
643 | 2024-12-18T19:03:47.133Z | Downloaded tower-service v0.3.3 |
644 | 2024-12-18T19:03:47.136Z | Downloaded packed_struct_codegen v0.10.1 |
645 | 2024-12-18T19:03:47.136Z | Downloaded packed_struct v0.10.1 |
646 | 2024-12-18T19:03:47.136Z | Downloaded icu_collections v1.5.0 |
647 | 2024-12-18T19:03:47.144Z | Downloaded typify v0.2.0 |
648 | 2024-12-18T19:03:47.149Z | Downloaded same-file v1.0.6 |
649 | 2024-12-18T19:03:47.149Z | Downloaded ppv-lite86 v0.2.20 |
650 | 2024-12-18T19:03:47.153Z | Downloaded num_enum v0.5.11 |
651 | 2024-12-18T19:03:47.157Z | Downloaded rand_xorshift v0.3.0 |
652 | 2024-12-18T19:03:47.157Z | Downloaded rand_seeder v0.3.0 |
653 | 2024-12-18T19:03:47.161Z | Downloaded progenitor-macro v0.8.0 |
654 | 2024-12-18T19:03:47.161Z | Downloaded backtrace v0.3.74 |
655 | 2024-12-18T19:03:47.165Z | Downloaded derive_builder_macro v0.20.2 |
656 | 2024-12-18T19:03:47.165Z | Downloaded want v0.3.1 |
657 | 2024-12-18T19:03:47.169Z | Downloaded serde-hex v0.1.0 |
658 | 2024-12-18T19:03:47.169Z | Downloaded ecdsa v0.16.9 |
659 | 2024-12-18T19:03:47.173Z | Downloaded getrandom v0.2.15 |
660 | 2024-12-18T19:03:47.176Z | Downloaded icu_normalizer_data v1.5.0 |
661 | 2024-12-18T19:03:47.176Z | Downloaded base64 v0.22.1 |
662 | 2024-12-18T19:03:47.180Z | Downloaded signal-hook v0.3.17 |
663 | 2024-12-18T19:03:47.184Z | Downloaded slog-envlogger v2.2.0 |
664 | 2024-12-18T19:03:47.189Z | Downloaded slog-bunyan v2.5.0 |
665 | 2024-12-18T19:03:47.189Z | Downloaded slog-async v2.8.0 |
666 | 2024-12-18T19:03:47.193Z | Downloaded globset v0.4.15 |
667 | 2024-12-18T19:03:47.193Z | Downloaded tabwriter v1.4.0 |
668 | 2024-12-18T19:03:47.193Z | Downloaded simd-adler32 v0.3.7 |
669 | 2024-12-18T19:03:47.198Z | Downloaded newtype_derive v0.1.6 |
670 | 2024-12-18T19:03:47.198Z | Downloaded spki v0.7.3 |
671 | 2024-12-18T19:03:47.202Z | Downloaded native-tls v0.2.12 |
672 | 2024-12-18T19:03:47.202Z | Downloaded topological-sort v0.2.2 |
673 | 2024-12-18T19:03:47.202Z | Downloaded compact_str v0.8.0 |
674 | 2024-12-18T19:03:47.209Z | Downloaded nanorand v0.7.0 |
675 | 2024-12-18T19:03:47.218Z | Downloaded hickory-resolver v0.24.1 |
676 | 2024-12-18T19:03:47.229Z | Downloaded peg-runtime v0.8.3 |
677 | 2024-12-18T19:03:47.229Z | Downloaded tokio-macros v2.4.0 |
678 | 2024-12-18T19:03:47.229Z | Downloaded tap v1.0.1 |
679 | 2024-12-18T19:03:47.229Z | Downloaded progenitor v0.8.0 |
680 | 2024-12-18T19:03:47.229Z | Downloaded defmt-parser v0.3.4 |
681 | 2024-12-18T19:03:47.229Z | Downloaded parking_lot_core v0.8.6 |
682 | 2024-12-18T19:03:47.234Z | Downloaded pkcs8 v0.10.2 |
683 | 2024-12-18T19:03:47.239Z | Downloaded foldhash v0.1.3 |
684 | 2024-12-18T19:03:47.239Z | Downloaded funty v2.0.0 |
685 | 2024-12-18T19:03:47.239Z | Downloaded fragile v2.0.0 |
686 | 2024-12-18T19:03:47.243Z | Downloaded which v4.4.2 |
687 | 2024-12-18T19:03:47.244Z | Downloaded serde_yaml v0.9.34+deprecated |
688 | 2024-12-18T19:03:47.247Z | Downloaded strum v0.26.3 |
689 | 2024-12-18T19:03:47.247Z | Downloaded strum_macros v0.26.4 |
690 | 2024-12-18T19:03:47.251Z | Downloaded embedded-io v0.6.1 |
691 | 2024-12-18T19:03:47.251Z | Downloaded minimal-lexical v0.2.1 |
692 | 2024-12-18T19:03:47.254Z | Downloaded nodrop v0.1.14 |
693 | 2024-12-18T19:03:47.258Z | Downloaded nibble_vec v0.1.0 |
694 | 2024-12-18T19:03:47.259Z | Downloaded newtype-uuid v1.1.3 |
695 | 2024-12-18T19:03:47.263Z | Downloaded glob v0.3.1 |
696 | 2024-12-18T19:03:47.263Z | Downloaded uzers v0.12.1 |
697 | 2024-12-18T19:03:47.267Z | Downloaded fallible-streaming-iterator v0.1.9 |
698 | 2024-12-18T19:03:47.267Z | Downloaded mockall v0.13.0 |
699 | 2024-12-18T19:03:47.267Z | Downloaded env_filter v0.1.2 |
700 | 2024-12-18T19:03:47.272Z | Downloaded spin v0.9.8 |
701 | 2024-12-18T19:03:47.272Z | Downloaded tungstenite v0.21.0 |
702 | 2024-12-18T19:03:47.275Z | Downloaded waitgroup v0.1.2 |
703 | 2024-12-18T19:03:47.275Z | Downloaded http v1.1.0 |
704 | 2024-12-18T19:03:47.279Z | Downloaded ref-cast v1.0.23 |
705 | 2024-12-18T19:03:47.283Z | Downloaded oso v0.27.3 |
706 | 2024-12-18T19:03:47.286Z | Downloaded peg v0.8.4 |
707 | 2024-12-18T19:03:47.291Z | Downloaded rustc-demangle v0.1.24 |
708 | 2024-12-18T19:03:47.294Z | Downloaded derive_builder v0.20.2 |
709 | 2024-12-18T19:03:47.297Z | Downloaded foreign-types-shared v0.3.1 |
710 | 2024-12-18T19:03:47.301Z | Downloaded rustc-hash v2.0.0 |
711 | 2024-12-18T19:03:47.301Z | Downloaded rustc-hash v1.1.0 |
712 | 2024-12-18T19:03:47.301Z | Downloaded endian-type v0.1.2 |
713 | 2024-12-18T19:03:47.305Z | Downloaded samael v0.0.17 |
714 | 2024-12-18T19:03:47.308Z | Downloaded normalize-line-endings v0.3.0 |
715 | 2024-12-18T19:03:47.308Z | Downloaded newline-converter v0.3.0 |
716 | 2024-12-18T19:03:47.315Z | Downloaded signal-hook-mio v0.2.4 |
717 | 2024-12-18T19:03:47.315Z | Downloaded des v0.8.1 |
718 | 2024-12-18T19:03:47.319Z | Downloaded termios v0.3.3 |
719 | 2024-12-18T19:03:47.319Z | Downloaded unarray v0.1.4 |
720 | 2024-12-18T19:03:47.319Z | Downloaded hashlink v0.9.1 |
721 | 2024-12-18T19:03:47.325Z | Downloaded tinystr v0.7.6 |
722 | 2024-12-18T19:03:47.325Z | Downloaded slab v0.4.9 |
723 | 2024-12-18T19:03:47.325Z | Downloaded snafu v0.8.5 |
724 | 2024-12-18T19:03:47.329Z | Downloaded itertools v0.10.5 |
725 | 2024-12-18T19:03:47.337Z | Downloaded derive_builder_core v0.20.2 |
726 | 2024-12-18T19:03:47.341Z | Downloaded sigpipe v0.1.3 |
727 | 2024-12-18T19:03:47.341Z | Downloaded wait-timeout v0.2.0 |
728 | 2024-12-18T19:03:47.345Z | Downloaded libxml v0.3.3 |
729 | 2024-12-18T19:03:47.350Z | Downloaded wyz v0.5.1 |
730 | 2024-12-18T19:03:47.354Z | Downloaded sync_wrapper v1.0.1 |
731 | 2024-12-18T19:03:47.354Z | Downloaded enum-as-inner v0.5.1 |
732 | 2024-12-18T19:03:47.354Z | Downloaded deranged v0.3.11 |
733 | 2024-12-18T19:03:47.354Z | Downloaded postgres-protocol v0.6.7 |
734 | 2024-12-18T19:03:47.358Z | Downloaded hash32 v0.2.1 |
735 | 2024-12-18T19:03:47.361Z | Downloaded toolchain_find v0.4.0 |
736 | 2024-12-18T19:03:47.361Z | Downloaded foreign-types v0.5.0 |
737 | 2024-12-18T19:03:47.361Z | Downloaded form_urlencoded v1.2.1 |
738 | 2024-12-18T19:03:47.361Z | Downloaded flagset v0.4.6 |
739 | 2024-12-18T19:03:47.366Z | Downloaded unicode-properties v0.1.3 |
740 | 2024-12-18T19:03:47.373Z | Downloaded path-slash v0.1.5 |
741 | 2024-12-18T19:03:47.373Z | Downloaded paste v1.0.15 |
742 | 2024-12-18T19:03:47.377Z | Downloaded sct v0.7.1 |
743 | 2024-12-18T19:03:47.377Z | Downloaded diesel_table_macro_syntax v0.2.0 |
744 | 2024-12-18T19:03:47.377Z | Downloaded pbkdf2 v0.11.0 |
745 | 2024-12-18T19:03:47.380Z | Downloaded predicates-core v1.0.8 |
746 | 2024-12-18T19:03:47.380Z | Downloaded snafu-derive v0.8.5 |
747 | 2024-12-18T19:03:47.380Z | Downloaded tokio-rustls v0.24.1 |
748 | 2024-12-18T19:03:47.384Z | Downloaded ed25519-dalek v2.1.1 |
749 | 2024-12-18T19:03:47.389Z | Downloaded displaydoc v0.2.5 |
750 | 2024-12-18T19:03:47.393Z | Downloaded psl-types v2.0.11 |
751 | 2024-12-18T19:03:47.393Z | Downloaded pin-utils v0.1.0 |
752 | 2024-12-18T19:03:47.393Z | Downloaded uuid v1.11.0 |
753 | 2024-12-18T19:03:47.396Z | Downloaded unicode-bidi v0.3.17 |
754 | 2024-12-18T19:03:47.399Z | Downloaded openssl-macros v0.1.1 |
755 | 2024-12-18T19:03:47.399Z | Downloaded idna v1.0.3 |
756 | 2024-12-18T19:03:47.405Z | Downloaded dirs-next v2.0.0 |
757 | 2024-12-18T19:03:47.408Z | Downloaded der_derive v0.7.3 |
758 | 2024-12-18T19:03:47.408Z | Downloaded synstructure v0.13.1 |
759 | 2024-12-18T19:03:47.411Z | Downloaded sec1 v0.7.3 |
760 | 2024-12-18T19:03:47.411Z | Downloaded shell-words v1.1.0 |
761 | 2024-12-18T19:03:47.415Z | Downloaded sha1 v0.10.6 |
762 | 2024-12-18T19:03:47.415Z | Downloaded rayon-core v1.12.1 |
763 | 2024-12-18T19:03:47.420Z | Downloaded termtree v0.4.1 |
764 | 2024-12-18T19:03:47.424Z | Downloaded phf_shared v0.10.0 |
765 | 2024-12-18T19:03:47.424Z | Downloaded postgres-types v0.2.8 |
766 | 2024-12-18T19:03:47.424Z | Downloaded xz2 v0.1.7 |
767 | 2024-12-18T19:03:47.428Z | Downloaded num-complex v0.4.6 |
768 | 2024-12-18T19:03:47.428Z | Downloaded unicase v2.7.0 |
769 | 2024-12-18T19:03:47.432Z | Downloaded signal-hook-tokio v0.3.1 |
770 | 2024-12-18T19:03:47.432Z | Downloaded signal-hook-registry v1.4.2 |
771 | 2024-12-18T19:03:47.432Z | Downloaded whoami v1.5.2 |
772 | 2024-12-18T19:03:47.435Z | Downloaded walkdir v2.5.0 |
773 | 2024-12-18T19:03:47.440Z | Downloaded nu-ansi-term v0.50.1 |
774 | 2024-12-18T19:03:47.440Z | Downloaded utf-8 v0.7.6 |
775 | 2024-12-18T19:03:47.440Z | Downloaded tracing-attributes v0.1.27 |
776 | 2024-12-18T19:03:47.444Z | Downloaded darling_macro v0.20.10 |
777 | 2024-12-18T19:03:47.444Z | Downloaded socket2 v0.5.7 |
778 | 2024-12-18T19:03:47.447Z | Downloaded zone_cfg_derive v0.3.0 |
779 | 2024-12-18T19:03:47.447Z | Downloaded ghash v0.5.1 |
780 | 2024-12-18T19:03:47.451Z | Downloaded ff v0.13.0 |
781 | 2024-12-18T19:03:47.451Z | Downloaded multimap v0.10.0 |
782 | 2024-12-18T19:03:47.455Z | Downloaded pkcs1 v0.7.5 |
783 | 2024-12-18T19:03:47.455Z | Downloaded itertools v0.12.1 |
784 | 2024-12-18T19:03:47.461Z | Downloaded zip v0.6.6 |
785 | 2024-12-18T19:03:47.465Z | Downloaded openssl-probe v0.1.5 |
786 | 2024-12-18T19:03:47.469Z | Downloaded opaque-debug v0.3.1 |
787 | 2024-12-18T19:03:47.469Z | Downloaded foreign-types v0.3.2 |
788 | 2024-12-18T19:03:47.473Z | Downloaded secrecy v0.8.0 |
789 | 2024-12-18T19:03:47.473Z | Downloaded hashbrown v0.13.2 |
790 | 2024-12-18T19:03:47.476Z | Downloaded sync-ptr v0.1.1 |
791 | 2024-12-18T19:03:47.482Z | Downloaded time-macros v0.2.18 |
792 | 2024-12-18T19:03:47.482Z | Downloaded num_enum_derive v0.5.11 |
793 | 2024-12-18T19:03:47.486Z | Downloaded aho-corasick v1.1.3 |
794 | 2024-12-18T19:03:47.490Z | Downloaded russh-cryptovec v0.7.3 |
795 | 2024-12-18T19:03:47.490Z | Downloaded strum_macros v0.25.3 |
796 | 2024-12-18T19:03:47.493Z | Downloaded rfc6979 v0.4.0 |
797 | 2024-12-18T19:03:47.493Z | Downloaded resolv-conf v0.7.0 |
798 | 2024-12-18T19:03:47.495Z | Downloaded rtoolbox v0.0.2 |
799 | 2024-12-18T19:03:47.495Z | Downloaded quick-error v1.2.3 |
800 | 2024-12-18T19:03:47.498Z | Downloaded half v2.4.1 |
801 | 2024-12-18T19:03:47.502Z | Downloaded proc-macro-crate v1.3.1 |
802 | 2024-12-18T19:03:47.505Z | Downloaded number_prefix v0.4.0 |
803 | 2024-12-18T19:03:47.505Z | Downloaded tinyvec_macros v0.1.1 |
804 | 2024-12-18T19:03:47.505Z | Downloaded itertools v0.13.0 |
805 | 2024-12-18T19:03:47.512Z | Downloaded zone_cfg_derive v0.1.2 |
806 | 2024-12-18T19:03:47.515Z | Downloaded hyper v1.5.0 |
807 | 2024-12-18T19:03:47.521Z | Downloaded num_threads v0.1.7 |
808 | 2024-12-18T19:03:47.525Z | Downloaded twox-hash v1.6.3 |
809 | 2024-12-18T19:03:47.525Z | Downloaded tokio-util v0.7.12 |
810 | 2024-12-18T19:03:47.532Z | Downloaded fallible-iterator v0.2.0 |
811 | 2024-12-18T19:03:47.532Z | Downloaded unsafe-libyaml v0.2.11 |
812 | 2024-12-18T19:03:47.537Z | Downloaded parking_lot_core v0.9.10 |
813 | 2024-12-18T19:03:47.540Z | Downloaded rustls-pki-types v1.10.0 |
814 | 2024-12-18T19:03:47.543Z | Downloaded openssl-sys v0.9.103 |
815 | 2024-12-18T19:03:47.547Z | Downloaded float-ord v0.3.2 |
816 | 2024-12-18T19:03:47.550Z | Downloaded try-lock v0.2.5 |
817 | 2024-12-18T19:03:47.550Z | Downloaded utf16_iter v1.0.5 |
818 | 2024-12-18T19:03:47.555Z | Downloaded rusty-fork v0.3.0 |
819 | 2024-12-18T19:03:47.555Z | Downloaded rustc_version v0.1.7 |
820 | 2024-12-18T19:03:47.555Z | Downloaded quinn v0.11.5 |
821 | 2024-12-18T19:03:47.559Z | Downloaded smallvec v1.13.2 |
822 | 2024-12-18T19:03:47.562Z | Downloaded smf v0.2.3 |
823 | 2024-12-18T19:03:47.562Z | Downloaded hkdf v0.12.4 |
824 | 2024-12-18T19:03:47.567Z | Downloaded parse-size v1.1.0 |
825 | 2024-12-18T19:03:47.567Z | Downloaded tokio-tungstenite v0.24.0 |
826 | 2024-12-18T19:03:47.570Z | Downloaded slog-term v2.9.1 |
827 | 2024-12-18T19:03:47.571Z | Downloaded futures v0.3.31 |
828 | 2024-12-18T19:03:47.575Z | Downloaded data-encoding v2.6.0 |
829 | 2024-12-18T19:03:47.579Z | Downloaded hashbrown v0.12.3 |
830 | 2024-12-18T19:03:47.582Z | Downloaded fixedbitset v0.4.2 |
831 | 2024-12-18T19:03:47.586Z | Downloaded term v0.7.0 |
832 | 2024-12-18T19:03:47.589Z | Downloaded debug-ignore v1.0.5 |
833 | 2024-12-18T19:03:47.589Z | Downloaded rand_core v0.6.4 |
834 | 2024-12-18T19:03:47.593Z | Downloaded universal-hash v0.5.1 |
835 | 2024-12-18T19:03:47.593Z | Downloaded time v0.3.36 |
836 | 2024-12-18T19:03:47.598Z | Downloaded group v0.13.0 |
837 | 2024-12-18T19:03:47.603Z | Downloaded parse-zoneinfo v0.3.1 |
838 | 2024-12-18T19:03:47.607Z | Downloaded diff v0.1.13 |
839 | 2024-12-18T19:03:47.610Z | Downloaded ron v0.7.1 |
840 | 2024-12-18T19:03:47.614Z | Downloaded rcgen v0.12.1 |
841 | 2024-12-18T19:03:47.619Z | Downloaded defmt-macros v0.3.9 |
842 | 2024-12-18T19:03:47.623Z | Downloaded zone v0.3.0 |
843 | 2024-12-18T19:03:47.623Z | Downloaded rand_chacha v0.3.1 |
844 | 2024-12-18T19:03:47.623Z | Downloaded futures-channel v0.3.31 |
845 | 2024-12-18T19:03:47.626Z | Downloaded zerovec v0.10.4 |
846 | 2024-12-18T19:03:47.631Z | Downloaded pem v3.0.4 |
847 | 2024-12-18T19:03:47.636Z | Downloaded tui-tree-widget v0.22.0 |
848 | 2024-12-18T19:03:47.637Z | Downloaded ena v0.14.3 |
849 | 2024-12-18T19:03:47.637Z | Downloaded num-traits v0.2.19 |
850 | 2024-12-18T19:03:47.640Z | Downloaded zopfli v0.8.1 |
851 | 2024-12-18T19:03:47.644Z | Downloaded mirai-annotations v1.12.0 |
852 | 2024-12-18T19:03:47.644Z | Downloaded unicode-truncate v1.1.0 |
853 | 2024-12-18T19:03:47.644Z | Downloaded supports-color v3.0.1 |
854 | 2024-12-18T19:03:47.649Z | Downloaded env_logger v0.11.5 |
855 | 2024-12-18T19:03:47.649Z | Downloaded headers v0.4.0 |
856 | 2024-12-18T19:03:47.653Z | Downloaded publicsuffix v2.2.3 |
857 | 2024-12-18T19:03:47.657Z | Downloaded tracing v0.1.40 |
858 | 2024-12-18T19:03:47.661Z | Downloaded sqlparser_derive v0.2.2 |
859 | 2024-12-18T19:03:47.665Z | Downloaded fxhash v0.2.1 |
860 | 2024-12-18T19:03:47.665Z | Downloaded slog-json v2.6.1 |
861 | 2024-12-18T19:03:47.665Z | Downloaded dirs-sys-next v0.1.2 |
862 | 2024-12-18T19:03:47.669Z | Downloaded futures-io v0.3.31 |
863 | 2024-12-18T19:03:47.669Z | Downloaded slog-scope v4.4.0 |
864 | 2024-12-18T19:03:47.669Z | Downloaded salsa20 v0.10.2 |
865 | 2024-12-18T19:03:47.673Z | Downloaded vte v0.11.1 |
866 | 2024-12-18T19:03:47.673Z | Downloaded zerocopy v0.6.6 |
867 | 2024-12-18T19:03:47.677Z | Downloaded unicode-xid v0.2.6 |
868 | 2024-12-18T19:03:47.681Z | Downloaded polyval v0.6.2 |
869 | 2024-12-18T19:03:47.681Z | Downloaded parse-display-derive v0.10.0 |
870 | 2024-12-18T19:03:47.681Z | Downloaded parse-display v0.10.0 |
871 | 2024-12-18T19:03:47.696Z | Downloaded tough v0.19.0 |
872 | 2024-12-18T19:03:47.700Z | Downloaded enum-as-inner v0.6.1 |
873 | 2024-12-18T19:03:47.700Z | Downloaded primeorder v0.13.6 |
874 | 2024-12-18T19:03:47.700Z | Downloaded rayon v1.10.0 |
875 | 2024-12-18T19:03:47.704Z | Downloaded new_debug_unreachable v1.0.6 |
876 | 2024-12-18T19:03:47.704Z | Downloaded pretty-hex v0.2.1 |
877 | 2024-12-18T19:03:47.709Z | Downloaded tokio-rustls v0.26.0 |
878 | 2024-12-18T19:03:47.709Z | Downloaded pkcs5 v0.7.1 |
879 | 2024-12-18T19:03:47.713Z | Downloaded serde-big-array v0.5.1 |
880 | 2024-12-18T19:03:47.713Z | Downloaded futures-task v0.3.31 |
881 | 2024-12-18T19:03:47.716Z | Downloaded futures-sink v0.3.31 |
882 | 2024-12-18T19:03:47.716Z | Downloaded gethostname v0.5.0 |
883 | 2024-12-18T19:03:47.716Z | Downloaded thiserror-impl v2.0.3 |
884 | 2024-12-18T19:03:47.719Z | Downloaded spin v0.5.2 |
885 | 2024-12-18T19:03:47.719Z | Downloaded env_logger v0.10.2 |
886 | 2024-12-18T19:03:47.723Z | Downloaded tokio-tungstenite v0.23.1 |
887 | 2024-12-18T19:03:47.728Z | Downloaded semver v0.1.20 |
888 | 2024-12-18T19:03:47.728Z | Downloaded pin-project-internal v1.1.6 |
889 | 2024-12-18T19:03:47.731Z | Downloaded tinyvec v1.8.0 |
890 | 2024-12-18T19:03:47.731Z | Downloaded dropshot_endpoint v0.12.0 |
891 | 2024-12-18T19:03:47.736Z | Downloaded precomputed-hash v0.1.1 |
892 | 2024-12-18T19:03:47.736Z | Downloaded xattr v1.3.1 |
893 | 2024-12-18T19:03:47.739Z | Downloaded num-conv v0.1.0 |
894 | 2024-12-18T19:03:47.740Z | Downloaded embedded-io v0.4.0 |
895 | 2024-12-18T19:03:47.744Z | Downloaded miniz_oxide v0.8.0 |
896 | 2024-12-18T19:03:47.744Z | Downloaded tungstenite v0.24.0 |
897 | 2024-12-18T19:03:47.747Z | Downloaded typed-path v0.9.3 |
898 | 2024-12-18T19:03:47.750Z | Downloaded zone v0.1.8 |
899 | 2024-12-18T19:03:47.753Z | Downloaded value-bag v1.9.0 |
900 | 2024-12-18T19:03:47.755Z | Downloaded unicode-normalization v0.1.24 |
901 | 2024-12-18T19:03:47.760Z | Downloaded num-rational v0.4.2 |
902 | 2024-12-18T19:03:47.765Z | Downloaded futures-macro v0.3.31 |
903 | 2024-12-18T19:03:47.765Z | Downloaded yoke-derive v0.7.4 |
904 | 2024-12-18T19:03:47.770Z | Downloaded thiserror v2.0.3 |
905 | 2024-12-18T19:03:47.773Z | Downloaded num-iter v0.1.45 |
906 | 2024-12-18T19:03:47.773Z | Downloaded oso-derive v0.27.3 |
907 | 2024-12-18T19:03:47.773Z | Downloaded test-strategy v0.3.1 |
908 | 2024-12-18T19:03:47.777Z | Downloaded pin-project v1.1.6 |
909 | 2024-12-18T19:03:47.786Z | Downloaded schemars v0.8.21 |
910 | 2024-12-18T19:03:47.800Z | Downloaded tls_codec v0.4.1 |
911 | 2024-12-18T19:03:47.803Z | Downloaded serde_path_to_error v0.1.16 |
912 | 2024-12-18T19:03:47.803Z | Downloaded tokio-native-tls v0.3.1 |
913 | 2024-12-18T19:03:47.807Z | Downloaded num-integer v0.1.46 |
914 | 2024-12-18T19:03:47.807Z | Downloaded predicates-tree v1.0.11 |
915 | 2024-12-18T19:03:47.807Z | Downloaded radium v0.7.0 |
916 | 2024-12-18T19:03:47.810Z | Downloaded chrono v0.4.38 |
917 | 2024-12-18T19:03:47.814Z | Downloaded tiny-keccak v2.0.2 |
918 | 2024-12-18T19:03:47.818Z | Downloaded tokio-stream v0.1.16 |
919 | 2024-12-18T19:03:47.823Z | Downloaded lalrpop v0.19.12 |
920 | 2024-12-18T19:03:47.833Z | Downloaded slog-stdlog v4.1.1 |
921 | 2024-12-18T19:03:47.837Z | Downloaded owo-colors v4.1.0 |
922 | 2024-12-18T19:03:47.840Z | Downloaded stable_deref_trait v1.2.0 |
923 | 2024-12-18T19:03:47.840Z | Downloaded unicode-segmentation v1.12.0 |
924 | 2024-12-18T19:03:47.843Z | Downloaded p521 v0.13.3 |
925 | 2024-12-18T19:03:47.847Z | Downloaded p256 v0.13.2 |
926 | 2024-12-18T19:03:47.851Z | Downloaded display-error-chain v0.2.2 |
927 | 2024-12-18T19:03:47.858Z | Downloaded ssh-cipher v0.2.0 |
928 | 2024-12-18T19:03:47.858Z | Downloaded subprocess v0.2.9 |
929 | 2024-12-18T19:03:47.862Z | Downloaded num-bigint-dig v0.8.4 |
930 | 2024-12-18T19:03:47.862Z | Downloaded yoke v0.7.4 |
931 | 2024-12-18T19:03:47.862Z | Downloaded bitvec v1.0.1 |
932 | 2024-12-18T19:03:47.878Z | Downloaded similar v2.6.0 |
933 | 2024-12-18T19:03:47.883Z | Downloaded mockall_derive v0.13.0 |
934 | 2024-12-18T19:03:47.887Z | Downloaded dropshot_endpoint v0.13.0 |
935 | 2024-12-18T19:03:47.891Z | Downloaded flume v0.11.1 |
936 | 2024-12-18T19:03:47.895Z | Downloaded reedline v0.35.0 |
937 | 2024-12-18T19:03:47.899Z | Downloaded vergen v8.3.2 |
938 | 2024-12-18T19:03:47.902Z | Downloaded der v0.7.9 |
939 | 2024-12-18T19:03:47.907Z | Downloaded diesel_derives v2.2.3 |
940 | 2024-12-18T19:03:47.910Z | Downloaded unicode_categories v0.1.1 |
941 | 2024-12-18T19:03:47.914Z | Downloaded derive-where v1.2.7 |
942 | 2024-12-18T19:03:47.917Z | Downloaded idna v0.4.0 |
943 | 2024-12-18T19:03:47.924Z | Downloaded omicron-zone-package v0.11.1 |
944 | 2024-12-18T19:03:47.927Z | Downloaded rand v0.8.5 |
945 | 2024-12-18T19:03:47.933Z | Downloaded elliptic-curve v0.13.8 |
946 | 2024-12-18T19:03:47.936Z | Downloaded flate2 v1.0.34 |
947 | 2024-12-18T19:03:47.942Z | Downloaded mio v1.0.2 |
948 | 2024-12-18T19:03:47.948Z | Downloaded rustyline v14.0.0 |
949 | 2024-12-18T19:03:47.951Z | Downloaded idna v0.5.0 |
950 | 2024-12-18T19:03:47.958Z | Downloaded idna v0.2.3 |
951 | 2024-12-18T19:03:47.966Z | Downloaded expectorate v1.1.0 |
952 | 2024-12-18T19:03:47.970Z | Downloaded predicates v3.1.2 |
953 | 2024-12-18T19:03:47.974Z | Downloaded postcard v1.0.10 |
954 | 2024-12-18T19:03:47.974Z | Downloaded nom v7.1.3 |
955 | 2024-12-18T19:03:47.978Z | Downloaded quinn-proto v0.11.8 |
956 | 2024-12-18T19:03:47.986Z | Downloaded zip v2.1.3 |
957 | 2024-12-18T19:03:47.989Z | Downloaded rustls-webpki v0.101.7 |
958 | 2024-12-18T19:03:48.006Z | Downloaded rusqlite v0.32.1 |
959 | 2024-12-18T19:03:48.010Z | Downloaded petname v2.0.2 |
960 | 2024-12-18T19:03:48.017Z | Downloaded russh v0.45.0 |
961 | 2024-12-18T19:03:48.022Z | Downloaded h2 v0.4.6 |
962 | 2024-12-18T19:03:48.030Z | Downloaded curve25519-dalek v4.1.3 |
963 | 2024-12-18T19:03:48.039Z | Downloaded idna v0.3.0 |
964 | 2024-12-18T19:03:48.045Z | Downloaded proptest v1.5.0 |
965 | 2024-12-18T19:03:48.056Z | Downloaded vsss-rs v3.3.4 |
966 | 2024-12-18T19:03:48.058Z | Downloaded hashbrown v0.14.5 |
967 | 2024-12-18T19:03:48.064Z | Downloaded tracing-core v0.1.32 |
968 | 2024-12-18T19:03:48.067Z | Downloaded webpki-roots v0.26.6 |
969 | 2024-12-18T19:03:48.070Z | Downloaded serde_with_macros v3.11.0 |
970 | 2024-12-18T19:03:48.073Z | Downloaded multer v3.1.0 |
971 | 2024-12-18T19:03:48.076Z | Downloaded dsl_auto_type v0.1.2 |
972 | 2024-12-18T19:03:48.078Z | Downloaded slog v2.7.0 |
973 | 2024-12-18T19:03:48.080Z | Downloaded icu_properties_data v1.5.0 |
974 | 2024-12-18T19:03:48.089Z | Downloaded reqwest v0.12.9 |
975 | 2024-12-18T19:03:48.098Z | Downloaded quick-xml v0.33.0 |
976 | 2024-12-18T19:03:48.105Z | Downloaded futures-util v0.3.31 |
977 | 2024-12-18T19:03:48.117Z | Downloaded vcpkg v0.2.15 |
978 | 2024-12-18T19:03:48.155Z | Downloaded ssh-key v0.6.6 |
979 | 2024-12-18T19:03:48.162Z | Downloaded smoltcp v0.11.0 |
980 | 2024-12-18T19:03:48.175Z | Downloaded rustls v0.23.19 |
981 | 2024-12-18T19:03:48.187Z | Downloaded openssl v0.10.66 |
982 | 2024-12-18T19:03:48.197Z | Downloaded rustls v0.22.4 |
983 | 2024-12-18T19:03:48.210Z | Downloaded zerocopy v0.8.10 |
984 | 2024-12-18T19:03:48.234Z | Downloaded portable-atomic v1.9.0 |
985 | 2024-12-18T19:03:48.241Z | Downloaded chrono-tz v0.10.0 |
986 | 2024-12-18T19:03:48.250Z | Downloaded p384 v0.13.0 |
987 | 2024-12-18T19:03:48.255Z | Downloaded regex-syntax v0.6.29 |
988 | 2024-12-18T19:03:48.262Z | Downloaded polar-core v0.27.3 |
989 | 2024-12-18T19:03:48.273Z | Downloaded sqlparser v0.45.0 |
990 | 2024-12-18T19:03:48.277Z | Downloaded dropshot v0.12.0 |
991 | 2024-12-18T19:03:48.298Z | Downloaded openapiv3 v2.0.0 |
992 | 2024-12-18T19:03:48.312Z | Downloaded dropshot v0.13.0 |
993 | 2024-12-18T19:03:48.329Z | Downloaded object v0.30.4 |
994 | 2024-12-18T19:03:48.339Z | Downloaded nix v0.28.0 |
995 | 2024-12-18T19:03:48.351Z | Downloaded gimli v0.31.1 |
996 | 2024-12-18T19:03:48.360Z | Downloaded ratatui v0.28.1 |
997 | 2024-12-18T19:03:48.379Z | Downloaded radix_trie v0.2.1 |
998 | 2024-12-18T19:03:48.384Z | Downloaded trust-dns-proto v0.22.0 |
999 | 2024-12-18T19:03:48.396Z | Downloaded smoltcp v0.9.1 |
1000 | 2024-12-18T19:03:48.407Z | Downloaded diesel v2.2.6 |
1001 | 2024-12-18T19:03:48.425Z | Downloaded unicode-width v0.2.0 |
1002 | 2024-12-18T19:03:48.431Z | Downloaded regress v0.10.1 |
1003 | 2024-12-18T19:03:48.441Z | Downloaded regex-syntax v0.8.5 |
1004 | 2024-12-18T19:03:48.449Z | Downloaded object v0.36.5 |
1005 | 2024-12-18T19:03:48.461Z | Downloaded typify-impl v0.2.0 |
1006 | 2024-12-18T19:03:48.476Z | Downloaded sled v0.34.7 |
1007 | 2024-12-18T19:03:48.487Z | Downloaded nix v0.29.0 |
1008 | 2024-12-18T19:03:48.498Z | Downloaded bstr v1.10.0 |
1009 | 2024-12-18T19:03:48.509Z | Downloaded regex v1.11.1 |
1010 | 2024-12-18T19:03:48.521Z | Downloaded nix v0.27.1 |
1011 | 2024-12-18T19:03:48.531Z | Downloaded lzma-sys v0.1.20 |
1012 | 2024-12-18T19:03:48.561Z | Downloaded tokio v1.40.0 |
1013 | 2024-12-18T19:03:48.597Z | Downloaded libz-sys v1.1.20 |
1014 | 2024-12-18T19:03:48.619Z | Downloaded regress v0.9.1 |
1015 | 2024-12-18T19:03:48.625Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1016 | 2024-12-18T19:03:48.638Z | Downloaded zerocopy-derive v0.6.6 |
1017 | 2024-12-18T19:03:48.652Z | Downloaded regex-automata v0.4.8 |
1018 | 2024-12-18T19:03:48.675Z | Downloaded hickory-proto v0.24.1 |
1019 | 2024-12-18T19:03:48.696Z | Downloaded rustls v0.21.12 |
1020 | 2024-12-18T19:03:48.711Z | Downloaded git2 v0.19.0 |
1021 | 2024-12-18T19:03:48.719Z | Downloaded salty v0.3.0 |
1022 | 2024-12-18T19:03:48.727Z | Downloaded rustls-webpki v0.102.8 |
1023 | 2024-12-18T19:03:48.747Z | Downloaded petgraph v0.6.5 |
1024 | 2024-12-18T19:03:48.763Z | Downloaded bindgen v0.69.5 |
1025 | 2024-12-18T19:03:48.770Z | Downloaded num-bigint v0.4.6 |
1026 | 2024-12-18T19:03:48.774Z | Downloaded tokio-tungstenite v0.21.0 |
1027 | 2024-12-18T19:03:48.777Z | Downloaded serde_with v3.11.0 |
1028 | 2024-12-18T19:03:48.784Z | Downloaded static_assertions v1.1.0 |
1029 | 2024-12-18T19:03:48.788Z | Downloaded utf8_iter v1.0.4 |
1030 | 2024-12-18T19:03:48.788Z | Downloaded winnow v0.5.40 |
1031 | 2024-12-18T19:03:48.795Z | Downloaded serde_derive_internals v0.29.1 |
1032 | 2024-12-18T19:03:48.800Z | Downloaded tungstenite v0.23.0 |
1033 | 2024-12-18T19:03:48.803Z | Downloaded tar v0.4.42 |
1034 | 2024-12-18T19:03:48.803Z | Downloaded subtle v2.6.1 |
1035 | 2024-12-18T19:03:48.806Z | Downloaded serde_urlencoded v0.7.1 |
1036 | 2024-12-18T19:03:48.806Z | Downloaded serde_repr v0.1.19 |
1037 | 2024-12-18T19:03:48.809Z | Downloaded pem-rfc7468 v0.7.0 |
1038 | 2024-12-18T19:03:48.809Z | Downloaded password-hash v0.5.0 |
1039 | 2024-12-18T19:03:48.812Z | Downloaded password-hash v0.4.2 |
1040 | 2024-12-18T19:03:48.814Z | Downloaded yasna v0.5.2 |
1041 | 2024-12-18T19:03:48.816Z | Downloaded csv v1.3.0 |
1042 | 2024-12-18T19:03:48.834Z | Downloaded tokio-postgres v0.7.12 |
1043 | 2024-12-18T19:03:48.839Z | Downloaded blake3 v1.5.4 |
1044 | 2024-12-18T19:03:48.846Z | Downloaded sha3 v0.10.8 |
1045 | 2024-12-18T19:03:48.850Z | Downloaded x509-cert v0.2.5 |
1046 | 2024-12-18T19:03:48.856Z | Downloaded schemars_derive v0.8.21 |
1047 | 2024-12-18T19:03:48.858Z | Downloaded phf v0.11.2 |
1048 | 2024-12-18T19:03:48.858Z | Downloaded poly1305 v0.8.0 |
1049 | 2024-12-18T19:03:48.861Z | Downloaded pin-project-lite v0.2.14 |
1050 | 2024-12-18T19:03:48.865Z | Downloaded aws-lc-rs v1.10.0 |
1051 | 2024-12-18T19:03:48.873Z | Downloaded termcolor v1.4.1 |
1052 | 2024-12-18T19:03:48.876Z | Downloaded filetime v0.2.25 |
1053 | 2024-12-18T19:03:48.878Z | Downloaded phf_codegen v0.11.2 |
1054 | 2024-12-18T19:03:48.878Z | Downloaded aes-gcm v0.10.3 |
1055 | 2024-12-18T19:03:48.881Z | Downloaded phf_shared v0.11.2 |
1056 | 2024-12-18T19:03:48.886Z | Downloaded phf_generator v0.11.2 |
1057 | 2024-12-18T19:03:48.886Z | Downloaded tokio-rustls v0.25.0 |
1058 | 2024-12-18T19:03:48.889Z | Downloaded fd-lock v4.0.2 |
1059 | 2024-12-18T19:03:48.889Z | Downloaded fallible-iterator v0.3.0 |
1060 | 2024-12-18T19:03:48.889Z | Downloaded difflib v0.4.0 |
1061 | 2024-12-18T19:03:48.890Z | Downloaded defmt v0.3.8 |
1062 | 2024-12-18T19:03:48.892Z | Downloaded derive_more v0.99.18 |
1063 | 2024-12-18T19:03:48.898Z | Downloaded rsa v0.9.6 |
1064 | 2024-12-18T19:03:48.903Z | Downloaded toml_edit v0.19.15 |
1065 | 2024-12-18T19:03:48.918Z | Downloaded darling_core v0.20.10 |
1066 | 2024-12-18T19:03:48.923Z | Downloaded crossterm v0.28.1 |
1067 | 2024-12-18T19:03:48.930Z | Downloaded fatfs v0.3.6 |
1068 | 2024-12-18T19:03:48.933Z | Downloaded fs_extra v1.3.0 |
1069 | 2024-12-18T19:03:48.937Z | Downloaded peg-macros v0.8.4 |
1070 | 2024-12-18T19:03:48.937Z | Downloaded pbkdf2 v0.12.2 |
1071 | 2024-12-18T19:03:48.937Z | Downloaded url v2.5.3 |
1072 | 2024-12-18T19:03:48.940Z | Downloaded libm v0.2.8 |
1073 | 2024-12-18T19:03:48.949Z | Downloaded zerocopy-derive v0.8.10 |
1074 | 2024-12-18T19:03:48.953Z | Downloaded siphasher v0.3.11 |
1075 | 2024-12-18T19:03:48.957Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1076 | 2024-12-18T19:03:49.011Z | Downloaded sqlformat v0.2.6 |
1077 | 2024-12-18T19:03:49.014Z | Downloaded strum_macros v0.24.3 |
1078 | 2024-12-18T19:03:49.017Z | Downloaded structmeta-derive v0.3.0 |
1079 | 2024-12-18T19:03:49.017Z | Downloaded downcast v0.11.0 |
1080 | 2024-12-18T19:03:49.018Z | Downloaded scrypt v0.11.0 |
1081 | 2024-12-18T19:03:49.020Z | Downloaded scopeguard v1.2.0 |
1082 | 2024-12-18T19:03:49.020Z | Downloaded steno v0.4.1 |
1083 | 2024-12-18T19:03:49.025Z | Downloaded qorb v0.2.1 |
1084 | 2024-12-18T19:03:49.028Z | Downloaded rustls-pemfile v2.2.0 |
1085 | 2024-12-18T19:03:49.033Z | Downloaded parking_lot v0.12.3 |
1086 | 2024-12-18T19:03:49.034Z | Downloaded aes v0.8.4 |
1087 | 2024-12-18T19:03:49.037Z | Downloaded dhcproto v0.12.0 |
1088 | 2024-12-18T19:03:49.044Z | Downloaded tls_codec_derive v0.4.1 |
1089 | 2024-12-18T19:03:49.044Z | Downloaded crossbeam-channel v0.5.13 |
1090 | 2024-12-18T19:03:49.051Z | Downloaded cc v1.1.30 |
1091 | 2024-12-18T19:03:49.051Z | Downloaded bumpalo v3.16.0 |
1092 | 2024-12-18T19:03:49.055Z | Downloaded crypto-bigint v0.5.5 |
1093 | 2024-12-18T19:03:49.059Z | Downloaded toml v0.7.8 |
1094 | 2024-12-18T19:03:49.062Z | Downloaded ron v0.8.1 |
1095 | 2024-12-18T19:03:49.065Z | Downloaded shlex v1.3.0 |
1096 | 2024-12-18T19:03:49.069Z | Downloaded percent-encoding v2.3.1 |
1097 | 2024-12-18T19:03:49.069Z | Downloaded parking_lot v0.11.2 |
1098 | 2024-12-18T19:03:49.072Z | Downloaded thiserror-impl-no-std v2.0.2 |
1099 | 2024-12-18T19:03:49.072Z | Downloaded russh-keys v0.45.0 |
1100 | 2024-12-18T19:03:49.074Z | Downloaded encoding_rs v0.8.34 |
1101 | 2024-12-18T19:03:49.093Z | Downloaded heapless v0.7.17 |
1102 | 2024-12-18T19:03:49.096Z | Downloaded prettyplease v0.2.25 |
1103 | 2024-12-18T19:03:49.099Z | Downloaded indexmap v1.9.3 |
1104 | 2024-12-18T19:03:49.104Z | Downloaded rustfmt-wrapper v0.2.1 |
1105 | 2024-12-18T19:03:49.107Z | Downloaded rpassword v7.3.1 |
1106 | 2024-12-18T19:03:49.107Z | Downloaded pkg-config v0.3.31 |
1107 | 2024-12-18T19:03:49.110Z | Downloaded zerovec-derive v0.10.3 |
1108 | 2024-12-18T19:03:49.110Z | Downloaded const_format v0.2.33 |
1109 | 2024-12-18T19:03:49.113Z | Downloaded base64 v0.13.1 |
1110 | 2024-12-18T19:03:49.116Z | Downloaded chacha20poly1305 v0.10.1 |
1111 | 2024-12-18T19:03:49.121Z | Downloaded powerfmt v0.2.0 |
1112 | 2024-12-18T19:03:49.125Z | Downloaded hickory-server v0.24.1 |
1113 | 2024-12-18T19:03:49.128Z | Downloaded icu_locid v1.5.0 |
1114 | 2024-12-18T19:03:49.132Z | Downloaded num v0.4.3 |
1115 | 2024-12-18T19:03:49.132Z | Downloaded icu_provider v1.5.0 |
1116 | 2024-12-18T19:03:49.136Z | Downloaded hyper-util v0.1.10 |
1117 | 2024-12-18T19:03:49.141Z | Downloaded httparse v1.9.5 |
1118 | 2024-12-18T19:03:49.141Z | Downloaded dyn-clone v1.0.17 |
1119 | 2024-12-18T19:03:49.146Z | Downloaded dunce v1.0.5 |
1120 | 2024-12-18T19:03:49.146Z | Downloaded zeroize_derive v1.4.2 |
1121 | 2024-12-18T19:03:49.146Z | Downloaded zeroize v1.8.1 |
1122 | 2024-12-18T19:03:49.153Z | Downloaded structmeta v0.2.0 |
1123 | 2024-12-18T19:03:49.153Z | Downloaded strip-ansi-escapes v0.2.0 |
1124 | 2024-12-18T19:03:49.153Z | Downloaded vte_generate_state_changes v0.1.2 |
1125 | 2024-12-18T19:03:49.153Z | Downloaded rustversion v1.0.17 |
1126 | 2024-12-18T19:03:49.156Z | Downloaded libefi-sys v0.1.0 |
1127 | 2024-12-18T19:03:49.156Z | Downloaded highway v1.2.0 |
1128 | 2024-12-18T19:03:49.157Z | Downloaded bit-vec v0.6.3 |
1129 | 2024-12-18T19:03:49.157Z | Downloaded async-bb8-diesel v0.2.1 |
1130 | 2024-12-18T19:03:49.161Z | Downloaded mime v0.3.17 |
1131 | 2024-12-18T19:03:49.161Z | Downloaded memmap2 v0.9.5 |
1132 | 2024-12-18T19:03:49.165Z | Downloaded md5 v0.7.0 |
1133 | 2024-12-18T19:03:49.165Z | Downloaded bzip2 v0.4.4 |
1134 | 2024-12-18T19:03:49.165Z | Downloaded hickory-client v0.24.1 |
1135 | 2024-12-18T19:03:49.175Z | Downloaded argon2 v0.5.3 |
1136 | 2024-12-18T19:03:49.175Z | Downloaded iana-time-zone v0.1.61 |
1137 | 2024-12-18T19:03:49.179Z | Downloaded constant_time_eq v0.3.1 |
1138 | 2024-12-18T19:03:49.179Z | Downloaded cassowary v0.3.0 |
1139 | 2024-12-18T19:03:49.179Z | Downloaded block-padding v0.3.3 |
1140 | 2024-12-18T19:03:49.179Z | Downloaded libsw v3.3.1 |
1141 | 2024-12-18T19:03:49.179Z | Downloaded inout v0.1.3 |
1142 | 2024-12-18T19:03:49.179Z | Downloaded httpdate v1.0.3 |
1143 | 2024-12-18T19:03:49.179Z | Downloaded bitflags v1.3.2 |
1144 | 2024-12-18T19:03:49.183Z | Downloaded internet-checksum v0.2.1 |
1145 | 2024-12-18T19:03:49.183Z | Downloaded hostname v0.3.1 |
1146 | 2024-12-18T19:03:49.183Z | Downloaded assert_matches v1.5.0 |
1147 | 2024-12-18T19:03:49.183Z | Downloaded ascii-canvas v3.0.0 |
1148 | 2024-12-18T19:03:49.189Z | Downloaded hostname v0.4.0 |
1149 | 2024-12-18T19:03:49.189Z | Downloaded home v0.5.9 |
1150 | 2024-12-18T19:03:49.189Z | Downloaded cstr-argument v0.1.2 |
1151 | 2024-12-18T19:03:49.193Z | Downloaded bitfield v0.14.0 |
1152 | 2024-12-18T19:03:49.193Z | Downloaded bit-set v0.5.3 |
1153 | 2024-12-18T19:03:49.193Z | Downloaded is-terminal v0.4.13 |
1154 | 2024-12-18T19:03:49.193Z | Downloaded http-body v1.0.1 |
1155 | 2024-12-18T19:03:49.193Z | Downloaded hyper-tls v0.6.0 |
1156 | 2024-12-18T19:03:49.193Z | Downloaded castaway v0.2.3 |
1157 | 2024-12-18T19:03:49.203Z | Downloaded atomic-waker v1.1.2 |
1158 | 2024-12-18T19:03:49.203Z | Downloaded lalrpop-util v0.19.12 |
1159 | 2024-12-18T19:03:49.203Z | Downloaded buf-list v1.0.3 |
1160 | 2024-12-18T19:03:49.206Z | Downloaded blowfish v0.9.1 |
1161 | 2024-12-18T19:03:49.206Z | Downloaded bcrypt-pbkdf v0.10.0 |
1162 | 2024-12-18T19:03:49.206Z | Downloaded base16ct v0.2.0 |
1163 | 2024-12-18T19:03:49.206Z | Downloaded arrayref v0.3.9 |
1164 | 2024-12-18T19:03:49.341Z | Downloaded libsqlite3-sys v0.30.1 |
1165 | 2024-12-18T19:03:49.745Z | Downloaded ring v0.17.8 |
1166 | 2024-12-18T19:03:49.920Z | Downloaded ring v0.16.20 |
1167 | 2024-12-18T19:03:50.176Z | Downloaded aws-lc-sys v0.22.0 |
1168 | 2024-12-18T19:03:50.480Z | Compiling serde v1.0.215 |
1169 | 2024-12-18T19:03:50.484Z | Compiling lock_api v0.4.12 |
1170 | 2024-12-18T19:03:50.484Z | Compiling scopeguard v1.2.0 |
1171 | 2024-12-18T19:03:50.484Z | Compiling value-bag v1.9.0 |
1172 | 2024-12-18T19:03:50.484Z | Compiling typenum v1.17.0 |
1173 | 2024-12-18T19:03:50.484Z | Compiling generic-array v0.14.7 |
1174 | 2024-12-18T19:03:50.675Z | Compiling syn v2.0.87 |
1175 | 2024-12-18T19:03:50.678Z | Compiling getrandom v0.2.15 |
1176 | 2024-12-18T19:03:50.801Z | Compiling shlex v1.3.0 |
1177 | 2024-12-18T19:03:51.076Z | Compiling log v0.4.22 |
1178 | 2024-12-18T19:03:51.157Z | Compiling rand_core v0.6.4 |
1179 | 2024-12-18T19:03:51.199Z | Compiling subtle v2.6.1 |
1180 | 2024-12-18T19:03:51.219Z | Compiling jobserver v0.1.32 |
1181 | 2024-12-18T19:03:51.486Z | Compiling smallvec v1.13.2 |
1182 | 2024-12-18T19:03:51.542Z | Compiling cc v1.1.30 |
1183 | 2024-12-18T19:03:51.653Z | Compiling const-oid v0.9.6 |
1184 | 2024-12-18T19:03:51.672Z | Compiling spin v0.9.8 |
1185 | 2024-12-18T19:03:51.883Z | Compiling pin-project-lite v0.2.14 |
1186 | 2024-12-18T19:03:51.900Z | Compiling rustix v0.38.37 |
1187 | 2024-12-18T19:03:52.000Z | Compiling parking_lot_core v0.9.10 |
1188 | 2024-12-18T19:03:52.076Z | Compiling futures-core v0.3.31 |
1189 | 2024-12-18T19:03:52.114Z | Compiling signal-hook-registry v1.4.2 |
1190 | 2024-12-18T19:03:52.307Z | Compiling mio v1.0.2 |
1191 | 2024-12-18T19:03:52.766Z | Compiling aho-corasick v1.1.3 |
1192 | 2024-12-18T19:03:52.903Z | Compiling parking_lot v0.12.3 |
1193 | 2024-12-18T19:03:53.084Z | Compiling cpufeatures v0.2.14 |
1194 | 2024-12-18T19:03:53.189Z | Compiling regex-syntax v0.8.5 |
1195 | 2024-12-18T19:03:53.220Z | Compiling lazy_static v1.5.0 |
1196 | 2024-12-18T19:03:53.345Z | Compiling glob v0.3.1 |
1197 | 2024-12-18T19:03:53.495Z | Compiling stable_deref_trait v1.2.0 |
1198 | 2024-12-18T19:03:53.589Z | Compiling either v1.13.0 |
1199 | 2024-12-18T19:03:53.608Z | Compiling futures-sink v0.3.31 |
1200 | 2024-12-18T19:03:53.792Z | Compiling socket2 v0.5.7 |
1201 | 2024-12-18T19:03:53.880Z | Compiling slab v0.4.9 |
1202 | 2024-12-18T19:03:54.104Z | Compiling prettyplease v0.2.25 |
1203 | 2024-12-18T19:03:54.333Z | Compiling minimal-lexical v0.2.1 |
1204 | 2024-12-18T19:03:54.397Z | Compiling clang-sys v1.8.1 |
1205 | 2024-12-18T19:03:54.746Z | Compiling nom v7.1.3 |
1206 | 2024-12-18T19:03:54.821Z | Compiling libloading v0.8.5 |
1207 | 2024-12-18T19:03:54.841Z | Compiling bindgen v0.69.5 |
1208 | 2024-12-18T19:03:55.132Z | Compiling home v0.5.9 |
1209 | 2024-12-18T19:03:55.250Z | Compiling serde_json v1.0.132 |
1210 | 2024-12-18T19:03:55.598Z | Compiling itertools v0.10.5 |
1211 | 2024-12-18T19:03:55.674Z | Compiling futures-channel v0.3.31 |
1212 | 2024-12-18T19:03:55.923Z | Compiling lazycell v1.3.0 |
1213 | 2024-12-18T19:03:56.085Z | Compiling rustc-hash v1.1.0 |
1214 | 2024-12-18T19:03:56.087Z | Compiling allocator-api2 v0.2.18 |
1215 | 2024-12-18T19:03:56.242Z | Compiling pin-utils v0.1.0 |
1216 | 2024-12-18T19:03:56.339Z | Compiling foldhash v0.1.3 |
1217 | 2024-12-18T19:03:56.653Z | Compiling futures-io v0.3.31 |
1218 | 2024-12-18T19:03:56.912Z | Compiling regex-automata v0.4.8 |
1219 | 2024-12-18T19:03:56.965Z | Compiling futures-task v0.3.31 |
1220 | 2024-12-18T19:03:57.277Z | Compiling hashbrown v0.15.1 |
1221 | 2024-12-18T19:03:58.343Z | Compiling synstructure v0.13.1 |
1222 | 2024-12-18T19:03:58.403Z | Compiling cexpr v0.6.0 |
1223 | 2024-12-18T19:03:58.601Z | Compiling cmake v0.1.51 |
1224 | 2024-12-18T19:03:59.671Z | Compiling fs_extra v1.3.0 |
1225 | 2024-12-18T19:04:00.025Z | Compiling tinyvec_macros v0.1.1 |
1226 | 2024-12-18T19:04:00.068Z | Compiling libm v0.2.8 |
1227 | 2024-12-18T19:04:00.117Z | Compiling dunce v1.0.5 |
1228 | 2024-12-18T19:04:00.235Z | Compiling pkg-config v0.3.31 |
1229 | 2024-12-18T19:04:00.257Z | Compiling tinyvec v1.8.0 |
1230 | 2024-12-18T19:04:00.274Z | Compiling num-traits v0.2.19 |
1231 | 2024-12-18T19:04:00.775Z | Compiling ring v0.17.8 |
1232 | 2024-12-18T19:04:01.562Z | Compiling base64ct v1.6.0 |
1233 | 2024-12-18T19:04:01.747Z | Compiling unicode-normalization v0.1.24 |
1234 | 2024-12-18T19:04:01.784Z | Compiling paste v1.0.15 |
1235 | 2024-12-18T19:04:01.804Z | Compiling writeable v0.5.5 |
1236 | 2024-12-18T19:04:01.918Z | Compiling litemap v0.7.3 |
1237 | 2024-12-18T19:04:02.124Z | Compiling unicode-bidi v0.3.17 |
1238 | 2024-12-18T19:04:02.314Z | Compiling regex v1.11.1 |
1239 | 2024-12-18T19:04:02.363Z | Compiling pem-rfc7468 v0.7.0 |
1240 | 2024-12-18T19:04:03.090Z | Compiling aws-lc-rs v1.10.0 |
1241 | 2024-12-18T19:04:03.390Z | Compiling flagset v0.4.6 |
1242 | 2024-12-18T19:04:03.430Z | Compiling httparse v1.9.5 |
1243 | 2024-12-18T19:04:03.579Z | Compiling tracing-core v0.1.32 |
1244 | 2024-12-18T19:04:04.261Z | Compiling rustls-pki-types v1.10.0 |
1245 | 2024-12-18T19:04:04.613Z | Compiling crossbeam-utils v0.8.20 |
1246 | 2024-12-18T19:04:04.680Z | Compiling icu_locid_transform_data v1.5.0 |
1247 | 2024-12-18T19:04:04.783Z | Compiling percent-encoding v2.3.1 |
1248 | 2024-12-18T19:04:04.997Z | Compiling serde_derive v1.0.215 |
1249 | 2024-12-18T19:04:05.105Z | Compiling zeroize_derive v1.4.2 |
1250 | 2024-12-18T19:04:05.143Z | Compiling zerocopy-derive v0.7.35 |
1251 | 2024-12-18T19:04:05.327Z | Compiling tokio-macros v2.4.0 |
1252 | 2024-12-18T19:04:05.627Z | Compiling zerofrom-derive v0.1.4 |
1253 | 2024-12-18T19:04:06.620Z | Compiling zeroize v1.8.1 |
1254 | 2024-12-18T19:04:06.939Z | Compiling yoke-derive v0.7.4 |
1255 | 2024-12-18T19:04:07.324Z | Compiling thiserror-impl v1.0.69 |
1256 | 2024-12-18T19:04:07.344Z | Compiling zerocopy v0.7.35 |
1257 | 2024-12-18T19:04:08.227Z | Compiling crypto-common v0.1.6 |
1258 | 2024-12-18T19:04:08.439Z | Compiling block-buffer v0.10.4 |
1259 | 2024-12-18T19:04:08.750Z | Compiling digest v0.10.7 |
1260 | 2024-12-18T19:04:08.945Z | Compiling futures-macro v0.3.31 |
1261 | 2024-12-18T19:04:09.220Z | Compiling hmac v0.12.1 |
1262 | 2024-12-18T19:04:09.461Z | Compiling zerovec-derive v0.10.3 |
1263 | 2024-12-18T19:04:09.480Z | Compiling block-padding v0.3.3 |
1264 | 2024-12-18T19:04:09.647Z | Compiling zerofrom v0.1.4 |
1265 | 2024-12-18T19:04:09.711Z | Compiling displaydoc v0.2.5 |
1266 | 2024-12-18T19:04:09.899Z | Compiling inout v0.1.3 |
1267 | 2024-12-18T19:04:09.964Z | Compiling yoke v0.7.4 |
1268 | 2024-12-18T19:04:10.164Z | Compiling cipher v0.4.4 |
1269 | 2024-12-18T19:04:10.332Z | Compiling sha2 v0.10.8 |
1270 | 2024-12-18T19:04:10.614Z | Compiling ppv-lite86 v0.2.20 |
1271 | 2024-12-18T19:04:10.695Z | Compiling thiserror v1.0.69 |
1272 | 2024-12-18T19:04:10.817Z | Compiling futures-util v0.3.31 |
1273 | 2024-12-18T19:04:10.837Z | Compiling der_derive v0.7.3 |
1274 | 2024-12-18T19:04:11.268Z | Compiling icu_provider_macros v1.5.0 |
1275 | 2024-12-18T19:04:11.389Z | Compiling rand_chacha v0.3.1 |
1276 | 2024-12-18T19:04:12.017Z | Compiling zerovec v0.10.4 |
1277 | 2024-12-18T19:04:12.369Z | Compiling tracing-attributes v0.1.27 |
1278 | 2024-12-18T19:04:13.234Z | Compiling der v0.7.9 |
1279 | 2024-12-18T19:04:13.509Z | Compiling rand v0.8.5 |
1280 | 2024-12-18T19:04:13.512Z | Compiling pest v2.7.14 |
1281 | 2024-12-18T19:04:14.234Z | Compiling tinystr v0.7.6 |
1282 | 2024-12-18T19:04:14.680Z | Compiling icu_locid v1.5.0 |
1283 | 2024-12-18T19:04:15.733Z | Compiling spki v0.7.3 |
1284 | 2024-12-18T19:04:16.083Z | Compiling icu_provider v1.5.0 |
1285 | 2024-12-18T19:04:16.152Z | Compiling icu_collections v1.5.0 |
1286 | 2024-12-18T19:04:16.170Z | Compiling tracing v0.1.40 |
1287 | 2024-12-18T19:04:16.447Z | Compiling salsa20 v0.10.2 |
1288 | 2024-12-18T19:04:16.535Z | Compiling pbkdf2 v0.12.2 |
1289 | 2024-12-18T19:04:16.686Z | Compiling untrusted v0.7.1 |
1290 | 2024-12-18T19:04:16.705Z | Compiling time-core v0.1.2 |
1291 | 2024-12-18T19:04:16.722Z | Compiling powerfmt v0.2.0 |
1292 | 2024-12-18T19:04:16.743Z | Compiling num-conv v0.1.0 |
1293 | 2024-12-18T19:04:16.862Z | Compiling icu_locid_transform v1.5.0 |
1294 | 2024-12-18T19:04:16.881Z | Compiling icu_properties_data v1.5.0 |
1295 | 2024-12-18T19:04:17.039Z | Compiling untrusted v0.9.0 |
1296 | 2024-12-18T19:04:17.119Z | Compiling vcpkg v0.2.15 |
1297 | 2024-12-18T19:04:17.140Z | Compiling mirai-annotations v1.12.0 |
1298 | 2024-12-18T19:04:17.162Z | Compiling time-macros v0.2.18 |
1299 | 2024-12-18T19:04:17.208Z | Compiling deranged v0.3.11 |
1300 | 2024-12-18T19:04:17.590Z | Compiling scrypt v0.11.0 |
1301 | 2024-12-18T19:04:18.196Z | Compiling icu_properties v1.5.1 |
1302 | 2024-12-18T19:04:18.587Z | Compiling bitflags v2.6.0 |
1303 | 2024-12-18T19:04:18.923Z | Compiling bytes v1.8.0 |
1304 | 2024-12-18T19:04:19.355Z | Compiling indexmap v2.6.0 |
1305 | 2024-12-18T19:04:19.520Z | Compiling semver v1.0.23 |
1306 | 2024-12-18T19:04:20.252Z | Compiling tokio v1.40.0 |
1307 | 2024-12-18T19:04:20.291Z | Compiling http v1.1.0 |
1308 | 2024-12-18T19:04:20.492Z | Compiling rustc_version v0.4.1 |
1309 | 2024-12-18T19:04:20.877Z | Compiling openssl-sys v0.9.103 |
1310 | 2024-12-18T19:04:20.939Z | Compiling pest_meta v2.7.14 |
1311 | 2024-12-18T19:04:21.288Z | Compiling aes v0.8.4 |
1312 | 2024-12-18T19:04:21.976Z | Compiling cbc v0.1.2 |
1313 | 2024-12-18T19:04:22.221Z | Compiling scroll_derive v0.12.0 |
1314 | 2024-12-18T19:04:22.330Z | Compiling num_threads v0.1.7 |
1315 | 2024-12-18T19:04:22.464Z | Compiling write16 v1.0.0 |
1316 | 2024-12-18T19:04:22.592Z | Compiling utf16_iter v1.0.5 |
1317 | 2024-12-18T19:04:22.768Z | Compiling atomic-waker v1.1.2 |
1318 | 2024-12-18T19:04:22.797Z | Compiling icu_normalizer_data v1.5.0 |
1319 | 2024-12-18T19:04:22.906Z | Compiling utf8_iter v1.0.4 |
1320 | 2024-12-18T19:04:22.957Z | Compiling which v4.4.2 |
1321 | 2024-12-18T19:04:22.996Z | Compiling time v0.3.36 |
1322 | 2024-12-18T19:04:23.149Z | Compiling icu_normalizer v1.5.0 |
1323 | 2024-12-18T19:04:23.705Z | Compiling scroll v0.12.0 |
1324 | 2024-12-18T19:04:24.188Z | Compiling pkcs5 v0.7.1 |
1325 | 2024-12-18T19:04:24.281Z | Compiling pest_generator v2.7.14 |
1326 | 2024-12-18T19:04:24.640Z | Compiling http-body v1.0.1 |
1327 | 2024-12-18T19:04:24.886Z | Compiling form_urlencoded v1.2.1 |
1328 | 2024-12-18T19:04:25.208Z | Compiling try-lock v0.2.5 |
1329 | 2024-12-18T19:04:25.228Z | Compiling slog v2.7.0 |
1330 | 2024-12-18T19:04:25.360Z | Compiling want v0.3.1 |
1331 | 2024-12-18T19:04:25.424Z | Compiling goblin v0.8.2 |
1332 | 2024-12-18T19:04:25.651Z | Compiling pkcs8 v0.10.2 |
1333 | 2024-12-18T19:04:25.802Z | Compiling idna_adapter v1.2.0 |
1334 | 2024-12-18T19:04:26.007Z | Compiling httpdate v1.0.3 |
1335 | 2024-12-18T19:04:26.028Z | Compiling idna v1.0.3 |
1336 | 2024-12-18T19:04:26.281Z | Compiling pest_derive v2.7.14 |
1337 | 2024-12-18T19:04:26.460Z | Compiling serde_spanned v0.6.8 |
1338 | 2024-12-18T19:04:26.694Z | Compiling serde_tokenstream v0.2.2 |
1339 | 2024-12-18T19:04:27.063Z | Compiling dtrace-parser v0.2.0 |
1340 | 2024-12-18T19:04:27.219Z | Compiling uuid v1.11.0 |
1341 | 2024-12-18T19:04:27.318Z | Compiling toml_datetime v0.6.8 |
1342 | 2024-12-18T19:04:27.851Z | Compiling iana-time-zone v0.1.61 |
1343 | 2024-12-18T19:04:27.876Z | Compiling match_cfg v0.1.0 |
1344 | 2024-12-18T19:04:27.973Z | Compiling adler2 v2.0.0 |
1345 | 2024-12-18T19:04:28.186Z | Compiling rustversion v1.0.17 |
1346 | 2024-12-18T19:04:28.206Z | Compiling tower-service v0.3.3 |
1347 | 2024-12-18T19:04:28.303Z | Compiling base64 v0.22.1 |
1348 | 2024-12-18T19:04:28.335Z | Compiling foreign-types-shared v0.1.1 |
1349 | 2024-12-18T19:04:28.444Z | Compiling openssl v0.10.66 |
1350 | 2024-12-18T19:04:28.628Z | Compiling tokio-util v0.7.12 |
1351 | 2024-12-18T19:04:28.902Z | Compiling foreign-types v0.3.2 |
1352 | 2024-12-18T19:04:29.004Z | Compiling miniz_oxide v0.8.0 |
1353 | 2024-12-18T19:04:29.025Z | Compiling chrono v0.4.38 |
1354 | 2024-12-18T19:04:29.064Z | Compiling hostname v0.3.1 |
1355 | 2024-12-18T19:04:29.255Z | Compiling url v2.5.3 |
1356 | 2024-12-18T19:04:30.073Z | Compiling h2 v0.4.6 |
1357 | 2024-12-18T19:04:30.544Z | Compiling openssl-macros v0.1.1 |
1358 | 2024-12-18T19:04:30.721Z | Compiling async-trait v0.1.83 |
1359 | 2024-12-18T19:04:31.233Z | Compiling dof v0.3.0 |
1360 | 2024-12-18T19:04:31.282Z | Compiling dirs-sys-next v0.1.2 |
1361 | 2024-12-18T19:04:31.942Z | Compiling rustls v0.23.19 |
1362 | 2024-12-18T19:04:32.211Z | Compiling usdt-impl v0.5.0 |
1363 | 2024-12-18T19:04:32.877Z | Compiling siphasher v0.3.11 |
1364 | 2024-12-18T19:04:33.271Z | Compiling native-tls v0.2.12 |
1365 | 2024-12-18T19:04:33.460Z | Compiling data-encoding v2.6.0 |
1366 | 2024-12-18T19:04:33.501Z | Compiling rustls v0.22.4 |
1367 | 2024-12-18T19:04:33.605Z | Compiling syn v1.0.109 |
1368 | 2024-12-18T19:04:33.825Z | Compiling dirs-next v2.0.0 |
1369 | 2024-12-18T19:04:34.347Z | Compiling http-body-util v0.1.2 |
1370 | 2024-12-18T19:04:34.893Z | Compiling heapless v0.7.17 |
1371 | 2024-12-18T19:04:35.318Z | Compiling crossbeam-epoch v0.9.18 |
1372 | 2024-12-18T19:04:35.476Z | Compiling sha1 v0.10.6 |
1373 | 2024-12-18T19:04:35.652Z | Compiling signature v2.2.0 |
1374 | 2024-12-18T19:04:35.777Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1375 | 2024-12-18T19:04:35.889Z | Compiling serde_derive_internals v0.29.1 |
1376 | 2024-12-18T19:04:35.909Z | Compiling thread_local v1.1.8 |
1377 | 2024-12-18T19:04:35.958Z | Compiling multer v3.1.0 |
1378 | 2024-12-18T19:04:36.045Z | Compiling encoding_rs v0.8.34 |
1379 | 2024-12-18T19:04:36.221Z | Compiling cookie v0.18.1 |
1380 | 2024-12-18T19:04:36.247Z | Compiling schemars v0.8.21 |
1381 | 2024-12-18T19:04:36.411Z | Compiling mime v0.3.17 |
1382 | 2024-12-18T19:04:36.503Z | Compiling slog-async v2.8.0 |
1383 | 2024-12-18T19:04:36.575Z | Compiling signal-hook v0.3.17 |
1384 | 2024-12-18T19:04:36.822Z | Compiling openssl-probe v0.1.5 |
1385 | 2024-12-18T19:04:37.009Z | Compiling hyper v1.5.0 |
1386 | 2024-12-18T19:04:37.028Z | Compiling unicode-properties v0.1.3 |
1387 | 2024-12-18T19:04:37.171Z | Compiling rayon-core v1.12.1 |
1388 | 2024-12-18T19:04:37.416Z | Compiling ipnet v2.10.1 |
1389 | 2024-12-18T19:04:37.437Z | Compiling gimli v0.31.1 |
1390 | 2024-12-18T19:04:38.664Z | Compiling schemars_derive v0.8.21 |
1391 | 2024-12-18T19:04:38.739Z | Compiling stringprep v0.1.5 |
1392 | 2024-12-18T19:04:40.022Z | Compiling hyper-util v0.1.10 |
1393 | 2024-12-18T19:04:40.829Z | Compiling toml_edit v0.22.22 |
1394 | 2024-12-18T19:04:41.318Z | Compiling crossbeam-deque v0.8.5 |
1395 | 2024-12-18T19:04:41.660Z | Compiling usdt-macro v0.5.0 |
1396 | 2024-12-18T19:04:42.006Z | Compiling addr2line v0.24.2 |
1397 | 2024-12-18T19:04:42.455Z | Compiling usdt-attr-macro v0.5.0 |
1398 | 2024-12-18T19:04:42.646Z | Compiling term v0.7.0 |
1399 | 2024-12-18T19:04:42.718Z | Compiling slog-json v2.6.1 |
1400 | 2024-12-18T19:04:43.066Z | Compiling serde_urlencoded v0.7.1 |
1401 | 2024-12-18T19:04:43.103Z | Compiling curve25519-dalek v4.1.3 |
1402 | 2024-12-18T19:04:43.165Z | Compiling crossbeam-channel v0.5.13 |
1403 | 2024-12-18T19:04:43.580Z | Compiling enum-as-inner v0.6.1 |
1404 | 2024-12-18T19:04:43.746Z | Compiling futures-executor v0.3.31 |
1405 | 2024-12-18T19:04:44.080Z | Compiling md-5 v0.10.6 |
1406 | 2024-12-18T19:04:44.199Z | Compiling async-stream-impl v0.3.6 |
1407 | 2024-12-18T19:04:44.301Z | Compiling rustls-pemfile v2.2.0 |
1408 | 2024-12-18T19:04:44.323Z | Compiling num-integer v0.1.46 |
1409 | 2024-12-18T19:04:44.351Z | Compiling idna v0.3.0 |
1410 | 2024-12-18T19:04:44.649Z | Compiling idna v0.4.0 |
1411 | 2024-12-18T19:04:44.710Z | Compiling hash32 v0.2.1 |
1412 | 2024-12-18T19:04:45.094Z | Compiling ff v0.13.0 |
1413 | 2024-12-18T19:04:45.132Z | Compiling is-terminal v0.4.13 |
1414 | 2024-12-18T19:04:45.271Z | Compiling dropshot v0.12.0 |
1415 | 2024-12-18T19:04:45.309Z | Compiling object v0.36.5 |
1416 | 2024-12-18T19:04:45.550Z | Compiling quick-error v1.2.3 |
1417 | 2024-12-18T19:04:45.553Z | Compiling take_mut v0.2.2 |
1418 | 2024-12-18T19:04:45.705Z | Compiling fallible-iterator v0.2.0 |
1419 | 2024-12-18T19:04:45.728Z | Compiling anyhow v1.0.93 |
1420 | 2024-12-18T19:04:46.001Z | Compiling portable-atomic v1.9.0 |
1421 | 2024-12-18T19:04:46.304Z | Compiling utf-8 v0.7.6 |
1422 | 2024-12-18T19:04:46.351Z | Compiling rustc-demangle v0.1.24 |
1423 | 2024-12-18T19:04:46.416Z | Compiling base16ct v0.2.0 |
1424 | 2024-12-18T19:04:46.639Z | Compiling linked-hash-map v0.5.6 |
1425 | 2024-12-18T19:04:46.747Z | Compiling dyn-clone v1.0.17 |
1426 | 2024-12-18T19:04:46.970Z | Compiling psl-types v2.0.11 |
1427 | 2024-12-18T19:04:47.011Z | Compiling num-bigint-dig v0.8.4 |
1428 | 2024-12-18T19:04:47.057Z | Compiling smoltcp v0.9.1 |
1429 | 2024-12-18T19:04:47.173Z | Compiling publicsuffix v2.2.3 |
1430 | 2024-12-18T19:04:47.337Z | Compiling lru-cache v0.1.2 |
1431 | 2024-12-18T19:04:47.432Z | Compiling sec1 v0.7.3 |
1432 | 2024-12-18T19:04:47.545Z | Compiling tungstenite v0.24.0 |
1433 | 2024-12-18T19:04:47.800Z | Compiling postgres-protocol v0.6.7 |
1434 | 2024-12-18T19:04:49.045Z | Compiling resolv-conf v0.7.0 |
1435 | 2024-12-18T19:04:49.138Z | Compiling async-stream v0.3.6 |
1436 | 2024-12-18T19:04:49.530Z | Compiling hickory-proto v0.24.1 |
1437 | 2024-12-18T19:04:49.622Z | Compiling group v0.13.0 |
1438 | 2024-12-18T19:04:49.844Z | Compiling slog-term v2.9.1 |
1439 | 2024-12-18T19:04:49.942Z | Compiling usdt v0.5.0 |
1440 | 2024-12-18T19:04:50.454Z | Compiling num-iter v0.1.45 |
1441 | 2024-12-18T19:04:50.651Z | Compiling futures v0.3.31 |
1442 | 2024-12-18T19:04:50.777Z | Compiling toml v0.8.19 |
1443 | 2024-12-18T19:04:51.170Z | Compiling slog-bunyan v2.5.0 |
1444 | 2024-12-18T19:04:51.386Z | Compiling camino v1.1.9 |
1445 | 2024-12-18T19:04:52.493Z | Compiling backtrace v0.3.74 |
1446 | 2024-12-18T19:04:52.572Z | Compiling tokio-native-tls v0.3.1 |
1447 | 2024-12-18T19:04:52.999Z | Compiling phf_shared v0.11.2 |
1448 | 2024-12-18T19:04:53.225Z | Compiling dropshot_endpoint v0.12.0 |
1449 | 2024-12-18T19:04:53.402Z | Compiling terminal_size v0.4.0 |
1450 | 2024-12-18T19:04:53.438Z | Compiling waitgroup v0.1.2 |
1451 | 2024-12-18T19:04:53.627Z | Compiling openapiv3 v2.0.0 |
1452 | 2024-12-18T19:04:53.679Z | Compiling serde_path_to_error v0.1.16 |
1453 | 2024-12-18T19:04:53.865Z | Compiling hkdf v0.12.4 |
1454 | 2024-12-18T19:04:54.122Z | Compiling crypto-bigint v0.5.5 |
1455 | 2024-12-18T19:04:54.542Z | Compiling curve25519-dalek-derive v0.1.1 |
1456 | 2024-12-18T19:04:56.097Z | Compiling zerocopy-derive v0.6.6 |
1457 | 2024-12-18T19:04:56.268Z | Compiling webpki-roots v0.26.6 |
1458 | 2024-12-18T19:04:56.498Z | Compiling idna v0.5.0 |
1459 | 2024-12-18T19:04:57.044Z | Compiling hubpack_derive v0.1.1 |
1460 | 2024-12-18T19:04:57.937Z | Compiling hostname v0.4.0 |
1461 | 2024-12-18T19:04:57.959Z | Compiling fs-err v2.11.0 |
1462 | 2024-12-18T19:04:58.094Z | Compiling ahash v0.8.11 |
1463 | 2024-12-18T19:04:58.130Z | Compiling crc32fast v1.4.2 |
1464 | 2024-12-18T19:04:58.209Z | Compiling winnow v0.5.40 |
1465 | 2024-12-18T19:04:58.251Z | Compiling managed v0.8.0 |
1466 | 2024-12-18T19:04:58.353Z | Compiling bitflags v1.3.2 |
1467 | 2024-12-18T19:04:58.438Z | Compiling debug-ignore v1.0.5 |
1468 | 2024-12-18T19:04:58.488Z | Compiling clap_builder v4.5.21 |
1469 | 2024-12-18T19:04:58.540Z | Compiling strum_macros v0.25.3 |
1470 | 2024-12-18T19:04:58.582Z | Compiling console v0.15.8 |
1471 | 2024-12-18T19:04:59.850Z | Compiling zerocopy v0.6.6 |
1472 | 2024-12-18T19:05:00.183Z | Compiling flate2 v1.0.34 |
1473 | 2024-12-18T19:05:00.432Z | Compiling hubpack v0.1.2 |
1474 | 2024-12-18T19:05:00.728Z | Compiling cookie_store v0.21.0 |
1475 | 2024-12-18T19:05:00.890Z | Compiling elliptic-curve v0.13.8 |
1476 | 2024-12-18T19:05:01.136Z | Compiling hickory-resolver v0.24.1 |
1477 | 2024-12-18T19:05:01.763Z | Compiling toml_edit v0.19.15 |
1478 | 2024-12-18T19:05:02.052Z | Compiling phf v0.11.2 |
1479 | 2024-12-18T19:05:02.333Z | Compiling signal-hook-mio v0.2.4 |
1480 | 2024-12-18T19:05:02.498Z | Compiling hyper-tls v0.6.0 |
1481 | 2024-12-18T19:05:02.825Z | Compiling rayon v1.10.0 |
1482 | 2024-12-18T19:05:02.921Z | Compiling bzip2 v0.4.4 |
1483 | 2024-12-18T19:05:03.316Z | Compiling tokio-tungstenite v0.24.0 |
1484 | 2024-12-18T19:05:03.904Z | Compiling postgres-types v0.2.8 |
1485 | 2024-12-18T19:05:06.903Z | Compiling ed25519 v2.2.3 |
1486 | 2024-12-18T19:05:07.635Z | Compiling phf_shared v0.10.0 |
1487 | 2024-12-18T19:05:07.799Z | Compiling tokio-stream v0.1.16 |
1488 | 2024-12-18T19:05:07.887Z | Compiling pkcs1 v0.7.5 |
1489 | 2024-12-18T19:05:08.062Z | Compiling serde-big-array v0.5.1 |
1490 | 2024-12-18T19:05:08.301Z | Compiling clap_derive v4.5.18 |
1491 | 2024-12-18T19:05:08.808Z | Compiling rfc6979 v0.4.0 |
1492 | 2024-12-18T19:05:08.897Z | Compiling derive-where v1.2.7 |
1493 | 2024-12-18T19:05:08.918Z | Compiling serde_repr v0.1.19 |
1494 | 2024-12-18T19:05:09.000Z | Compiling float-cmp v0.9.0 |
1495 | 2024-12-18T19:05:09.016Z | Compiling bstr v1.10.0 |
1496 | 2024-12-18T19:05:09.228Z | Compiling sync_wrapper v1.0.1 |
1497 | 2024-12-18T19:05:09.387Z | Compiling number_prefix v0.4.0 |
1498 | 2024-12-18T19:05:09.622Z | Compiling unicode-width v0.2.0 |
1499 | 2024-12-18T19:05:09.798Z | Compiling difflib v0.4.0 |
1500 | 2024-12-18T19:05:10.121Z | Compiling fixedbitset v0.4.2 |
1501 | 2024-12-18T19:05:10.164Z | Compiling new_debug_unreachable v1.0.6 |
1502 | 2024-12-18T19:05:10.265Z | Compiling precomputed-hash v0.1.1 |
1503 | 2024-12-18T19:05:10.386Z | Compiling whoami v1.5.2 |
1504 | 2024-12-18T19:05:10.587Z | Compiling bit-vec v0.6.3 |
1505 | 2024-12-18T19:05:10.791Z | Compiling normalize-line-endings v0.3.0 |
1506 | 2024-12-18T19:05:10.924Z | Compiling static_assertions v1.1.0 |
1507 | 2024-12-18T19:05:11.024Z | Compiling predicates-core v1.0.8 |
1508 | 2024-12-18T19:05:11.044Z | Compiling unicode-segmentation v1.12.0 |
1509 | 2024-12-18T19:05:11.047Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1510 | 2024-12-18T19:05:11.375Z | Compiling predicates v3.1.2 |
1511 | 2024-12-18T19:05:11.440Z | Compiling bit-set v0.5.3 |
1512 | 2024-12-18T19:05:11.742Z | Compiling similar v2.6.0 |
1513 | 2024-12-18T19:05:11.939Z | Compiling tokio-postgres v0.7.12 |
1514 | 2024-12-18T19:05:12.478Z | Compiling petgraph v0.6.5 |
1515 | 2024-12-18T19:05:13.098Z | Compiling string_cache v0.8.7 |
1516 | 2024-12-18T19:05:13.422Z | Compiling clap v4.5.21 |
1517 | 2024-12-18T19:05:13.550Z | Compiling indicatif v0.17.9 |
1518 | 2024-12-18T19:05:13.587Z | Compiling ecdsa v0.16.9 |
1519 | 2024-12-18T19:05:14.136Z | Compiling rsa v0.9.6 |
1520 | 2024-12-18T19:05:14.514Z | Compiling ed25519-dalek v2.1.1 |
1521 | 2024-12-18T19:05:15.844Z | Compiling toml v0.7.8 |
1522 | 2024-12-18T19:05:15.917Z | Compiling zip v0.6.6 |
1523 | 2024-12-18T19:05:16.695Z | Compiling crossterm v0.28.1 |
1524 | 2024-12-18T19:05:17.642Z | Compiling hex v0.4.3 |
1525 | 2024-12-18T19:05:17.663Z | Compiling x509-cert v0.2.5 |
1526 | 2024-12-18T19:05:17.794Z | Compiling lalrpop-util v0.19.12 |
1527 | 2024-12-18T19:05:18.161Z | Compiling unicode-xid v0.2.6 |
1528 | 2024-12-18T19:05:18.182Z | Compiling peg-runtime v0.8.3 |
1529 | 2024-12-18T19:05:18.236Z | Compiling strum_macros v0.26.4 |
1530 | 2024-12-18T19:05:18.258Z | Compiling xattr v1.3.1 |
1531 | 2024-12-18T19:05:18.333Z | Compiling filetime v0.2.25 |
1532 | 2024-12-18T19:05:18.660Z | Compiling tar v0.4.42 |
1533 | 2024-12-18T19:05:23.447Z | Compiling strum v0.26.3 |
1534 | 2024-12-18T19:05:26.073Z | Compiling aws-lc-sys v0.22.0 |
1535 | 2024-12-18T19:06:03.343Z | Compiling rustls-webpki v0.102.8 |
1536 | 2024-12-18T19:06:06.630Z | Compiling tokio-rustls v0.25.0 |
1537 | 2024-12-18T19:06:08.489Z | Compiling tokio-rustls v0.26.0 |
1538 | 2024-12-18T19:06:08.840Z | Compiling hyper-rustls v0.27.3 |
1539 | 2024-12-18T19:06:09.115Z | Compiling reqwest v0.12.9 |
1540 | 2024-12-18T19:06:09.952Z | Compiling qorb v0.2.1 |
1541 | 2024-12-18T19:06:15.051Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1542 | 2024-12-18T19:06:15.288Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1543 | 2024-12-18T19:06:21.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s |
1544 | 2024-12-18T19:06:21.362Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1545 | 2024-12-18T19:06:21.444Z | Dec 18 19:06:20.876 INFO Starting download, target: DendriteOpenapi |
1546 | 2024-12-18T19:06:21.444Z | Dec 18 19:06:20.876 INFO Starting download, target: Clickhouse |
1547 | 2024-12-18T19:06:21.444Z | Dec 18 19:06:20.876 INFO Starting download, target: Console |
1548 | 2024-12-18T19:06:21.445Z | Dec 18 19:06:20.876 INFO Starting download, target: Cockroach |
1549 | 2024-12-18T19:06:21.485Z | Dec 18 19:06:20.876 INFO Starting download, target: DendriteStub |
1550 | 2024-12-18T19:06:21.486Z | Dec 18 19:06:20.876 INFO Starting download, target: MaghemiteMgd |
1551 | 2024-12-18T19:06:21.486Z | Dec 18 19:06:20.876 INFO Starting download, target: TransceiverControl |
1552 | 2024-12-18T19:06:21.486Z | Dec 18 19:06:20.876 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1553 | 2024-12-18T19:06:21.486Z | Dec 18 19:06:20.877 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1554 | 2024-12-18T19:06:21.486Z | Dec 18 19:06:20.877 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1555 | 2024-12-18T19:06:21.486Z | Dec 18 19:06:20.877 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1556 | 2024-12-18T19:06:21.486Z | Dec 18 19:06:20.877 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1557 | 2024-12-18T19:06:21.486Z | Dec 18 19:06:20.877 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1558 | 2024-12-18T19:06:21.486Z | Dec 18 19:06:20.877 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1559 | 2024-12-18T19:06:21.945Z | Dec 18 19:06:21.401 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1560 | 2024-12-18T19:06:22.226Z | Dec 18 19:06:21.680 INFO Download complete, target: Console |
1561 | 2024-12-18T19:06:23.105Z | Dec 18 19:06:22.035 INFO Download complete, target: DendriteOpenapi |
1562 | 2024-12-18T19:06:23.406Z | Dec 18 19:06:22.500 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1563 | 2024-12-18T19:06:23.622Z | Dec 18 19:06:22.973 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1564 | 2024-12-18T19:06:23.714Z | Dec 18 19:06:23.054 INFO Download complete, target: TransceiverControl |
1565 | 2024-12-18T19:06:24.253Z | Dec 18 19:06:23.685 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1566 | 2024-12-18T19:06:24.522Z | Dec 18 19:06:23.980 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1567 | 2024-12-18T19:06:25.319Z | Dec 18 19:06:24.781 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1568 | 2024-12-18T19:06:25.319Z | Dec 18 19:06:24.781 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1569 | 2024-12-18T19:06:27.055Z | Dec 18 19:06:26.517 INFO Download complete, target: DendriteStub |
1570 | 2024-12-18T19:06:27.405Z | Dec 18 19:06:26.867 INFO Download complete, target: MaghemiteMgd |
1571 | 2024-12-18T19:06:32.626Z | Dec 18 19:06:32.088 INFO Checking that binary works, target: Cockroach |
1572 | 2024-12-18T19:06:32.775Z | Dec 18 19:06:32.237 INFO Download complete, target: Cockroach |
1573 | 2024-12-18T19:06:35.910Z | Dec 18 19:06:35.372 INFO Checking that binary works, target: Clickhouse |
1574 | 2024-12-18T19:06:36.846Z | Dec 18 19:06:36.309 INFO Download complete, target: Clickhouse |
1575 | 2024-12-18T19:06:37.054Z | All builder prerequisites installed successfully, and PATH looks valid |
1576 | 2024-12-18T19:06:37.056Z | |
1577 | 2024-12-18T19:06:37.057Z | real 5:54.531245521 |
1578 | 2024-12-18T19:06:37.057Z | user 16:16.765597195 |
1579 | 2024-12-18T19:06:37.057Z | sys 3:12.401824573 |
1580 | 2024-12-18T19:06:37.057Z | trap 0.503362674 |
1581 | 2024-12-18T19:06:37.057Z | tflt 7.967928372 |
1582 | 2024-12-18T19:06:37.057Z | dflt 8.431110201 |
1583 | 2024-12-18T19:06:37.057Z | kflt 0.359816901 |
1584 | 2024-12-18T19:06:37.057Z | lock 29:16.790026297 |
1585 | 2024-12-18T19:06:37.057Z | slp 1:04:08.462828659 |
1586 | 2024-12-18T19:06:37.057Z | lat 52.722634074 |
1587 | 2024-12-18T19:06:37.057Z | stop 2:10.311800356 |
1588 | 2024-12-18T19:06:37.057Z | + banner clippy |
1589 | 2024-12-18T19:06:37.060Z | |
1590 | 2024-12-18T19:06:37.060Z | #### # # ##### ##### # # |
1591 | 2024-12-18T19:06:37.060Z | # # # # # # # # # # |
1592 | 2024-12-18T19:06:37.060Z | # # # # # # # # |
1593 | 2024-12-18T19:06:37.060Z | # # # ##### ##### # |
1594 | 2024-12-18T19:06:37.060Z | # # # # # # # |
1595 | 2024-12-18T19:06:37.060Z | #### ###### # # # # |
1596 | 2024-12-18T19:06:37.060Z | |
1597 | 2024-12-18T19:06:37.060Z | + export CARGO_INCREMENTAL=0 |
1598 | 2024-12-18T19:06:37.060Z | + CARGO_INCREMENTAL=0 |
1599 | 2024-12-18T19:06:37.060Z | + ptime -m cargo xtask clippy |
1600 | 2024-12-18T19:06:37.588Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1601 | 2024-12-18T19:06:41.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s |
1602 | 2024-12-18T19:06:41.417Z | Running `target/debug/xtask clippy` |
1603 | 2024-12-18T19:06:41.437Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1604 | 2024-12-18T19:06:42.104Z | Downloading crates ... |
1605 | 2024-12-18T19:06:42.429Z | Downloaded anes v0.1.6 |
1606 | 2024-12-18T19:06:42.432Z | Downloaded async-object-pool v0.1.5 |
1607 | 2024-12-18T19:06:42.436Z | Downloaded async-channel v2.3.1 |
1608 | 2024-12-18T19:06:42.438Z | Downloaded async-channel v1.9.0 |
1609 | 2024-12-18T19:06:42.438Z | Downloaded assert_cmd v2.0.16 |
1610 | 2024-12-18T19:06:42.441Z | Downloaded assert-json-diff v2.0.2 |
1611 | 2024-12-18T19:06:42.444Z | Downloaded target-triple v0.1.3 |
1612 | 2024-12-18T19:06:42.446Z | Downloaded pathdiff v0.2.2 |
1613 | 2024-12-18T19:06:42.450Z | Downloaded guppy-workspace-hack v0.1.0 |
1614 | 2024-12-18T19:06:42.452Z | Downloaded approx v0.5.1 |
1615 | 2024-12-18T19:06:42.457Z | Downloaded nested v0.1.1 |
1616 | 2024-12-18T19:06:42.460Z | Downloaded escape8259 v0.5.3 |
1617 | 2024-12-18T19:06:42.465Z | Downloaded plotters-svg v0.3.7 |
1618 | 2024-12-18T19:06:42.467Z | Downloaded async-global-executor v2.4.1 |
1619 | 2024-12-18T19:06:42.467Z | Downloaded doc-comment v0.3.3 |
1620 | 2024-12-18T19:06:42.469Z | Downloaded async-attributes v1.1.2 |
1621 | 2024-12-18T19:06:42.472Z | Downloaded serde_regex v1.1.0 |
1622 | 2024-12-18T19:06:42.474Z | Downloaded cast v0.3.0 |
1623 | 2024-12-18T19:06:42.474Z | Downloaded async-signal v0.2.10 |
1624 | 2024-12-18T19:06:42.477Z | Downloaded proc-macro-crate v3.2.0 |
1625 | 2024-12-18T19:06:42.479Z | Downloaded kv-log-macro v1.0.7 |
1626 | 2024-12-18T19:06:42.480Z | Downloaded parking v2.2.1 |
1627 | 2024-12-18T19:06:42.482Z | Downloaded criterion-plot v0.5.0 |
1628 | 2024-12-18T19:06:42.482Z | Downloaded event-listener-strategy v0.5.2 |
1629 | 2024-12-18T19:06:42.485Z | Downloaded similar-asserts v1.6.0 |
1630 | 2024-12-18T19:06:42.488Z | Downloaded event-listener v2.5.3 |
1631 | 2024-12-18T19:06:42.491Z | Downloaded target-spec v3.2.2 |
1632 | 2024-12-18T19:06:42.493Z | Downloaded oorandom v11.1.4 |
1633 | 2024-12-18T19:06:42.496Z | Downloaded relative-path v1.9.3 |
1634 | 2024-12-18T19:06:42.496Z | Downloaded blocking v1.6.1 |
1635 | 2024-12-18T19:06:42.498Z | Downloaded threadpool v1.8.1 |
1636 | 2024-12-18T19:06:42.500Z | Downloaded async-lock v3.4.0 |
1637 | 2024-12-18T19:06:42.503Z | Downloaded plotters-backend v0.3.7 |
1638 | 2024-12-18T19:06:42.503Z | Downloaded piper v0.2.4 |
1639 | 2024-12-18T19:06:42.505Z | Downloaded path-tree v0.8.1 |
1640 | 2024-12-18T19:06:42.505Z | Downloaded futures-timer v3.0.3 |
1641 | 2024-12-18T19:06:42.508Z | Downloaded concurrent-queue v2.5.0 |
1642 | 2024-12-18T19:06:42.511Z | Downloaded tinytemplate v1.2.1 |
1643 | 2024-12-18T19:06:42.511Z | Downloaded num_cpus v1.16.0 |
1644 | 2024-12-18T19:06:42.513Z | Downloaded target-lexicon v0.12.16 |
1645 | 2024-12-18T19:06:42.516Z | Downloaded futures-lite v2.3.0 |
1646 | 2024-12-18T19:06:42.516Z | Downloaded partial-io v0.5.4 |
1647 | 2024-12-18T19:06:42.518Z | Downloaded datatest-stable v0.2.9 |
1648 | 2024-12-18T19:06:42.536Z | Downloaded trybuild v1.0.101 |
1649 | 2024-12-18T19:06:42.539Z | Downloaded cfg-expr v0.17.0 |
1650 | 2024-12-18T19:06:42.542Z | Downloaded async-io v2.3.4 |
1651 | 2024-12-18T19:06:42.545Z | Downloaded async-executor v1.13.1 |
1652 | 2024-12-18T19:06:42.548Z | Downloaded event-listener v5.3.1 |
1653 | 2024-12-18T19:06:42.550Z | Downloaded stringmetrics v2.2.2 |
1654 | 2024-12-18T19:06:42.553Z | Downloaded yansi v1.0.1 |
1655 | 2024-12-18T19:06:42.555Z | Downloaded rstest_macros v0.23.0 |
1656 | 2024-12-18T19:06:42.557Z | Downloaded polling v3.7.3 |
1657 | 2024-12-18T19:06:42.560Z | Downloaded rand_distr v0.4.3 |
1658 | 2024-12-18T19:06:42.563Z | Downloaded pretty_assertions v1.4.1 |
1659 | 2024-12-18T19:06:42.565Z | Downloaded rustls-native-certs v0.7.3 |
1660 | 2024-12-18T19:06:42.568Z | Downloaded fancy-regex v0.13.0 |
1661 | 2024-12-18T19:06:42.570Z | Downloaded criterion v0.5.1 |
1662 | 2024-12-18T19:06:42.577Z | Downloaded rust-argon2 v2.1.0 |
1663 | 2024-12-18T19:06:42.579Z | Downloaded plotters v0.3.7 |
1664 | 2024-12-18T19:06:42.587Z | Downloaded guppy v0.17.8 |
1665 | 2024-12-18T19:06:42.592Z | Downloaded rstest v0.23.0 |
1666 | 2024-12-18T19:06:42.597Z | Downloaded libtest-mimic v0.7.3 |
1667 | 2024-12-18T19:06:42.600Z | Downloaded indoc v2.0.5 |
1668 | 2024-12-18T19:06:42.602Z | Downloaded async-std v1.13.0 |
1669 | 2024-12-18T19:06:42.619Z | Downloaded hyper-rustls v0.26.0 |
1670 | 2024-12-18T19:06:42.622Z | Downloaded httptest v0.16.1 |
1671 | 2024-12-18T19:06:42.624Z | Downloaded blake2b_simd v1.0.2 |
1672 | 2024-12-18T19:06:42.624Z | Downloaded async-task v4.7.1 |
1673 | 2024-12-18T19:06:42.627Z | Downloaded async-process v2.3.0 |
1674 | 2024-12-18T19:06:42.687Z | Downloaded httpmock v0.8.0-alpha.1 |
1675 | 2024-12-18T19:06:43.434Z | Checking cfg-if v1.0.0 |
1676 | 2024-12-18T19:06:43.511Z | Checking libc v0.2.162 |
1677 | 2024-12-18T19:06:43.531Z | Checking serde v1.0.215 |
1678 | 2024-12-18T19:06:43.550Z | Checking memchr v2.7.4 |
1679 | 2024-12-18T19:06:43.570Z | Checking value-bag v1.9.0 |
1680 | 2024-12-18T19:06:43.595Z | Checking scopeguard v1.2.0 |
1681 | 2024-12-18T19:06:43.621Z | Checking zeroize v1.8.1 |
1682 | 2024-12-18T19:06:43.648Z | Checking smallvec v1.13.2 |
1683 | 2024-12-18T19:06:43.672Z | Checking itoa v1.0.11 |
1684 | 2024-12-18T19:06:43.738Z | Checking lock_api v0.4.12 |
1685 | 2024-12-18T19:06:43.888Z | Checking byteorder v1.5.0 |
1686 | 2024-12-18T19:06:43.914Z | Checking pin-project-lite v0.2.14 |
1687 | 2024-12-18T19:06:43.977Z | Checking log v0.4.22 |
1688 | 2024-12-18T19:06:44.001Z | Checking subtle v2.6.1 |
1689 | 2024-12-18T19:06:44.039Z | Checking once_cell v1.20.2 |
1690 | 2024-12-18T19:06:44.159Z | Checking typenum v1.17.0 |
1691 | 2024-12-18T19:06:44.260Z | Checking futures-core v0.3.31 |
1692 | 2024-12-18T19:06:44.320Z | Checking thiserror v1.0.69 |
1693 | 2024-12-18T19:06:44.345Z | Checking libm v0.2.8 |
1694 | 2024-12-18T19:06:44.396Z | Checking zerocopy v0.7.35 |
1695 | 2024-12-18T19:06:44.445Z | Checking ryu v1.0.18 |
1696 | 2024-12-18T19:06:44.478Z | Checking spin v0.9.8 |
1697 | 2024-12-18T19:06:44.510Z | Checking const-oid v0.9.6 |
1698 | 2024-12-18T19:06:44.604Z | Checking getrandom v0.2.15 |
1699 | 2024-12-18T19:06:44.688Z | Checking parking_lot_core v0.9.10 |
1700 | 2024-12-18T19:06:44.833Z | Checking rand_core v0.6.4 |
1701 | 2024-12-18T19:06:44.859Z | Checking signal-hook-registry v1.4.2 |
1702 | 2024-12-18T19:06:45.007Z | Checking parking_lot v0.12.3 |
1703 | 2024-12-18T19:06:45.096Z | Checking mio v1.0.2 |
1704 | 2024-12-18T19:06:45.139Z | Checking socket2 v0.5.7 |
1705 | 2024-12-18T19:06:45.275Z | Checking num-traits v0.2.19 |
1706 | 2024-12-18T19:06:45.349Z | Checking futures-io v0.3.31 |
1707 | 2024-12-18T19:06:45.398Z | Checking generic-array v0.14.7 |
1708 | 2024-12-18T19:06:45.554Z | Checking slab v0.4.9 |
1709 | 2024-12-18T19:06:45.586Z | Checking allocator-api2 v0.2.18 |
1710 | 2024-12-18T19:06:45.697Z | Checking cpufeatures v0.2.14 |
1711 | 2024-12-18T19:06:45.810Z | Checking futures-sink v0.3.31 |
1712 | 2024-12-18T19:06:45.837Z | Checking pin-utils v0.1.0 |
1713 | 2024-12-18T19:06:45.876Z | Checking equivalent v1.0.1 |
1714 | 2024-12-18T19:06:45.988Z | Checking foldhash v0.1.3 |
1715 | 2024-12-18T19:06:45.991Z | Checking futures-channel v0.3.31 |
1716 | 2024-12-18T19:06:45.994Z | Checking futures-task v0.3.31 |
1717 | 2024-12-18T19:06:46.144Z | Checking stable_deref_trait v1.2.0 |
1718 | 2024-12-18T19:06:46.236Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1719 | 2024-12-18T19:06:46.264Z | Checking fnv v1.0.7 |
1720 | 2024-12-18T19:06:46.266Z | Checking hashbrown v0.15.1 |
1721 | 2024-12-18T19:06:46.309Z | Checking iana-time-zone v0.1.61 |
1722 | 2024-12-18T19:06:46.311Z | Checking futures-util v0.3.31 |
1723 | 2024-12-18T19:06:46.388Z | Checking ppv-lite86 v0.2.20 |
1724 | 2024-12-18T19:06:46.459Z | Checking tracing-core v0.1.32 |
1725 | 2024-12-18T19:06:46.548Z | Checking errno v0.3.9 |
1726 | 2024-12-18T19:06:46.590Z | Checking crypto-common v0.1.6 |
1727 | 2024-12-18T19:06:46.749Z | Checking block-buffer v0.10.4 |
1728 | 2024-12-18T19:06:46.786Z | Checking zerofrom v0.1.4 |
1729 | 2024-12-18T19:06:46.997Z | Checking digest v0.10.7 |
1730 | 2024-12-18T19:06:47.025Z | Checking yoke v0.7.4 |
1731 | 2024-12-18T19:06:47.055Z | Checking dyn-clone v1.0.17 |
1732 | 2024-12-18T19:06:47.141Z | Checking tracing v0.1.40 |
1733 | 2024-12-18T19:06:47.187Z | Checking rand_chacha v0.3.1 |
1734 | 2024-12-18T19:06:47.212Z | Checking block-padding v0.3.3 |
1735 | 2024-12-18T19:06:47.378Z | Checking zerovec v0.10.4 |
1736 | 2024-12-18T19:06:47.405Z | Checking crossbeam-utils v0.8.20 |
1737 | 2024-12-18T19:06:47.430Z | Checking inout v0.1.3 |
1738 | 2024-12-18T19:06:47.461Z | Checking percent-encoding v2.3.1 |
1739 | 2024-12-18T19:06:47.512Z | Checking litemap v0.7.3 |
1740 | 2024-12-18T19:06:47.576Z | Checking rand v0.8.5 |
1741 | 2024-12-18T19:06:47.671Z | Checking writeable v0.5.5 |
1742 | 2024-12-18T19:06:47.673Z | Checking cipher v0.4.4 |
1743 | 2024-12-18T19:06:47.879Z | Checking tinyvec_macros v0.1.1 |
1744 | 2024-12-18T19:06:47.977Z | Checking tinyvec v1.8.0 |
1745 | 2024-12-18T19:06:48.022Z | Checking form_urlencoded v1.2.1 |
1746 | 2024-12-18T19:06:48.090Z | Checking httparse v1.9.5 |
1747 | 2024-12-18T19:06:48.127Z | Checking base64ct v1.6.0 |
1748 | 2024-12-18T19:06:48.234Z | Checking icu_locid_transform_data v1.5.0 |
1749 | 2024-12-18T19:06:48.344Z | Checking atomic-waker v1.1.2 |
1750 | 2024-12-18T19:06:48.468Z | Checking bytes v1.8.0 |
1751 | 2024-12-18T19:06:48.493Z | Checking bitflags v2.6.0 |
1752 | 2024-12-18T19:06:48.541Z | Checking serde_json v1.0.132 |
1753 | 2024-12-18T19:06:48.570Z | Checking indexmap v2.6.0 |
1754 | 2024-12-18T19:06:48.799Z | Checking chrono v0.4.38 |
1755 | 2024-12-18T19:06:48.842Z | Checking rustix v0.38.37 |
1756 | 2024-12-18T19:06:49.019Z | Checking uuid v1.11.0 |
1757 | 2024-12-18T19:06:49.244Z | Checking tokio v1.40.0 |
1758 | 2024-12-18T19:06:49.316Z | Checking http v1.1.0 |
1759 | 2024-12-18T19:06:49.646Z | Checking tinystr v0.7.6 |
1760 | 2024-12-18T19:06:49.821Z | Checking regex-syntax v0.8.5 |
1761 | 2024-12-18T19:06:50.040Z | Checking icu_locid v1.5.0 |
1762 | 2024-12-18T19:06:50.275Z | Checking unicode-normalization v0.1.24 |
1763 | 2024-12-18T19:06:50.701Z | Checking icu_collections v1.5.0 |
1764 | 2024-12-18T19:06:50.867Z | Checking schemars v0.8.21 |
1765 | 2024-12-18T19:06:51.095Z | Checking icu_provider v1.5.0 |
1766 | 2024-12-18T19:06:51.234Z | Checking hmac v0.12.1 |
1767 | 2024-12-18T19:06:51.370Z | Checking untrusted v0.9.0 |
1768 | 2024-12-18T19:06:51.436Z | Checking icu_properties_data v1.5.0 |
1769 | 2024-12-18T19:06:51.463Z | Checking sha2 v0.10.8 |
1770 | 2024-12-18T19:06:51.532Z | Checking ring v0.17.8 |
1771 | 2024-12-18T19:06:51.688Z | Checking aho-corasick v1.1.3 |
1772 | 2024-12-18T19:06:51.763Z | Checking icu_locid_transform v1.5.0 |
1773 | 2024-12-18T19:06:52.042Z | Checking utf16_iter v1.0.5 |
1774 | 2024-12-18T19:06:52.227Z | Checking utf8_iter v1.0.4 |
1775 | 2024-12-18T19:06:52.292Z | Checking write16 v1.0.0 |
1776 | 2024-12-18T19:06:52.424Z | Checking unicode-ident v1.0.13 |
1777 | 2024-12-18T19:06:52.450Z | Checking unicode-bidi v0.3.17 |
1778 | 2024-12-18T19:06:52.516Z | Checking icu_normalizer_data v1.5.0 |
1779 | 2024-12-18T19:06:52.605Z | Checking lazy_static v1.5.0 |
1780 | 2024-12-18T19:06:52.633Z | Checking adler2 v2.0.0 |
1781 | 2024-12-18T19:06:52.736Z | Checking powerfmt v0.2.0 |
1782 | 2024-12-18T19:06:52.763Z | Checking icu_properties v1.5.1 |
1783 | 2024-12-18T19:06:52.797Z | Checking miniz_oxide v0.8.0 |
1784 | 2024-12-18T19:06:53.006Z | Checking deranged v0.3.11 |
1785 | 2024-12-18T19:06:53.106Z | Checking rustls-pki-types v1.10.0 |
1786 | 2024-12-18T19:06:53.132Z | Checking num_threads v0.1.7 |
1787 | 2024-12-18T19:06:53.251Z | Checking num-conv v0.1.0 |
1788 | 2024-12-18T19:06:53.290Z | Checking regex-automata v0.4.8 |
1789 | 2024-12-18T19:06:53.383Z | Checking time-core v0.1.2 |
1790 | 2024-12-18T19:06:53.495Z | Checking proc-macro2 v1.0.89 |
1791 | 2024-12-18T19:06:53.543Z | Checking pem-rfc7468 v0.7.0 |
1792 | 2024-12-18T19:06:53.568Z | Checking untrusted v0.7.1 |
1793 | 2024-12-18T19:06:53.644Z | Checking http-body v1.0.1 |
1794 | 2024-12-18T19:06:53.738Z | Checking aws-lc-sys v0.22.0 |
1795 | 2024-12-18T19:06:53.819Z | Checking try-lock v0.2.5 |
1796 | 2024-12-18T19:06:53.870Z | Checking base64 v0.22.1 |
1797 | 2024-12-18T19:06:53.979Z | Checking mirai-annotations v1.12.0 |
1798 | 2024-12-18T19:06:54.140Z | Checking quote v1.0.37 |
1799 | 2024-12-18T19:06:54.166Z | Checking httpdate v1.0.3 |
1800 | 2024-12-18T19:06:54.348Z | Checking want v0.3.1 |
1801 | 2024-12-18T19:06:54.405Z | Checking flagset v0.4.6 |
1802 | 2024-12-18T19:06:54.491Z | Checking syn v2.0.87 |
1803 | 2024-12-18T19:06:54.543Z | Checking pbkdf2 v0.12.2 |
1804 | 2024-12-18T19:06:54.619Z | Checking der v0.7.9 |
1805 | 2024-12-18T19:06:54.721Z | Checking aes v0.8.4 |
1806 | 2024-12-18T19:06:54.773Z | Checking time v0.3.36 |
1807 | 2024-12-18T19:06:55.614Z | Checking cbc v0.1.2 |
1808 | 2024-12-18T19:06:55.824Z | Checking salsa20 v0.10.2 |
1809 | 2024-12-18T19:06:56.051Z | Checking ahash v0.8.11 |
1810 | 2024-12-18T19:06:56.087Z | Checking icu_normalizer v1.5.0 |
1811 | 2024-12-18T19:06:56.386Z | Checking aws-lc-rs v1.10.0 |
1812 | 2024-12-18T19:06:56.540Z | Checking tokio-util v0.7.12 |
1813 | 2024-12-18T19:06:56.544Z | Checking spki v0.7.3 |
1814 | 2024-12-18T19:06:56.618Z | Checking slog v2.7.0 |
1815 | 2024-12-18T19:06:56.893Z | Checking tower-service v0.3.3 |
1816 | 2024-12-18T19:06:56.921Z | Checking idna_adapter v1.2.0 |
1817 | 2024-12-18T19:06:57.028Z | Checking scrypt v0.11.0 |
1818 | 2024-12-18T19:06:57.122Z | Checking idna v1.0.3 |
1819 | 2024-12-18T19:06:57.148Z | Checking mime v0.3.17 |
1820 | 2024-12-18T19:06:57.254Z | Checking gimli v0.31.1 |
1821 | 2024-12-18T19:06:57.309Z | Checking pkcs5 v0.7.1 |
1822 | 2024-12-18T19:06:57.468Z | Checking object v0.36.5 |
1823 | 2024-12-18T19:06:57.470Z | Checking h2 v0.4.6 |
1824 | 2024-12-18T19:06:57.607Z | Checking url v2.5.3 |
1825 | 2024-12-18T19:06:57.851Z | Checking utf8parse v0.2.2 |
1826 | 2024-12-18T19:06:57.878Z | Checking rustc-demangle v0.1.24 |
1827 | 2024-12-18T19:06:58.018Z | Checking regex v1.11.1 |
1828 | 2024-12-18T19:06:58.141Z | Checking rustls-webpki v0.102.8 |
1829 | 2024-12-18T19:06:58.293Z | Checking pkcs8 v0.10.2 |
1830 | 2024-12-18T19:06:58.430Z | Checking http-body-util v0.1.2 |
1831 | 2024-12-18T19:06:58.590Z | Checking futures-executor v0.3.31 |
1832 | 2024-12-18T19:06:58.656Z | Checking serde_spanned v0.6.8 |
1833 | 2024-12-18T19:06:58.825Z | Checking toml_datetime v0.6.8 |
1834 | 2024-12-18T19:06:58.852Z | Checking unicode-width v0.1.14 |
1835 | 2024-12-18T19:06:58.913Z | Checking ipnet v2.10.1 |
1836 | 2024-12-18T19:06:59.007Z | Checking data-encoding v2.6.0 |
1837 | 2024-12-18T19:06:59.125Z | Checking futures v0.3.31 |
1838 | 2024-12-18T19:06:59.252Z | Checking rustls-pemfile v2.2.0 |
1839 | 2024-12-18T19:06:59.339Z | Checking anstyle v1.0.10 |
1840 | 2024-12-18T19:06:59.395Z | Checking foreign-types-shared v0.1.1 |
1841 | 2024-12-18T19:06:59.470Z | Checking openssl-probe v0.1.5 |
1842 | 2024-12-18T19:06:59.512Z | Checking foreign-types v0.3.2 |
1843 | 2024-12-18T19:06:59.615Z | Checking serde_urlencoded v0.7.1 |
1844 | 2024-12-18T19:06:59.642Z | Checking semver v1.0.23 |
1845 | 2024-12-18T19:06:59.706Z | Checking sha1 v0.10.6 |
1846 | 2024-12-18T19:06:59.733Z | Checking openssl-sys v0.9.103 |
1847 | 2024-12-18T19:07:00.000Z | Checking encoding_rs v0.8.34 |
1848 | 2024-12-18T19:07:00.030Z | Checking rustls v0.23.19 |
1849 | 2024-12-18T19:07:00.032Z | Checking anstyle-parse v0.2.5 |
1850 | 2024-12-18T19:07:00.332Z | Checking camino v1.1.9 |
1851 | 2024-12-18T19:07:00.874Z | Checking anstyle-query v1.1.1 |
1852 | 2024-12-18T19:07:00.876Z | Checking is_terminal_polyfill v1.70.1 |
1853 | 2024-12-18T19:07:01.021Z | Checking winnow v0.6.20 |
1854 | 2024-12-18T19:07:01.023Z | Checking colorchoice v1.0.2 |
1855 | 2024-12-18T19:07:01.113Z | Checking openssl v0.10.66 |
1856 | 2024-12-18T19:07:01.182Z | Checking either v1.13.0 |
1857 | 2024-12-18T19:07:01.229Z | Checking addr2line v0.24.2 |
1858 | 2024-12-18T19:07:01.599Z | Checking anstream v0.6.15 |
1859 | 2024-12-18T19:07:01.786Z | Checking idna v0.3.0 |
1860 | 2024-12-18T19:07:02.002Z | Checking terminal_size v0.4.0 |
1861 | 2024-12-18T19:07:02.190Z | Checking openapiv3 v2.0.0 |
1862 | 2024-12-18T19:07:02.269Z | Checking signature v2.2.0 |
1863 | 2024-12-18T19:07:02.472Z | Checking clap_lex v0.7.2 |
1864 | 2024-12-18T19:07:02.602Z | Checking psl-types v2.0.11 |
1865 | 2024-12-18T19:07:02.725Z | Checking strsim v0.11.1 |
1866 | 2024-12-18T19:07:02.799Z | Checking publicsuffix v2.2.3 |
1867 | 2024-12-18T19:07:03.001Z | Checking clap_builder v4.5.21 |
1868 | 2024-12-18T19:07:03.053Z | Checking cookie v0.18.1 |
1869 | 2024-12-18T19:07:03.489Z | Checking hyper v1.5.0 |
1870 | 2024-12-18T19:07:03.513Z | Checking webpki-roots v0.26.6 |
1871 | 2024-12-18T19:07:03.714Z | Checking idna v0.5.0 |
1872 | 2024-12-18T19:07:03.749Z | Checking backtrace v0.3.74 |
1873 | 2024-12-18T19:07:03.887Z | Checking is-terminal v0.4.13 |
1874 | 2024-12-18T19:07:04.028Z | Checking scroll v0.12.0 |
1875 | 2024-12-18T19:07:04.316Z | Checking anyhow v1.0.93 |
1876 | 2024-12-18T19:07:04.526Z | Checking plain v0.2.3 |
1877 | 2024-12-18T19:07:04.590Z | Checking ucd-trie v0.1.7 |
1878 | 2024-12-18T19:07:04.680Z | Checking goblin v0.8.2 |
1879 | 2024-12-18T19:07:04.705Z | Checking cookie_store v0.21.0 |
1880 | 2024-12-18T19:07:04.804Z | Checking pest v2.7.14 |
1881 | 2024-12-18T19:07:05.411Z | Checking sync_wrapper v1.0.1 |
1882 | 2024-12-18T19:07:05.441Z | Checking tokio-rustls v0.26.0 |
1883 | 2024-12-18T19:07:05.561Z | Checking hyper-util v0.1.10 |
1884 | 2024-12-18T19:07:05.586Z | Checking base16ct v0.2.0 |
1885 | 2024-12-18T19:07:05.724Z | Checking pretty-hex v0.4.1 |
1886 | 2024-12-18T19:07:05.781Z | Checking sec1 v0.7.3 |
1887 | 2024-12-18T19:07:05.848Z | Checking num-integer v0.1.46 |
1888 | 2024-12-18T19:07:05.907Z | Checking ff v0.13.0 |
1889 | 2024-12-18T19:07:06.076Z | Checking clap v4.5.21 |
1890 | 2024-12-18T19:07:06.126Z | Checking thread-id v4.2.2 |
1891 | 2024-12-18T19:07:06.159Z | Checking group v0.13.0 |
1892 | 2024-12-18T19:07:06.200Z | Checking toml_edit v0.22.22 |
1893 | 2024-12-18T19:07:06.237Z | Checking hkdf v0.12.4 |
1894 | 2024-12-18T19:07:06.337Z | Checking crypto-bigint v0.5.5 |
1895 | 2024-12-18T19:07:06.406Z | Checking dirs-sys-next v0.1.2 |
1896 | 2024-12-18T19:07:06.455Z | Checking memmap v0.7.0 |
1897 | 2024-12-18T19:07:06.604Z | Checking native-tls v0.2.12 |
1898 | 2024-12-18T19:07:06.630Z | Checking crc32fast v1.4.2 |
1899 | 2024-12-18T19:07:06.674Z | Checking bitflags v1.3.2 |
1900 | 2024-12-18T19:07:06.783Z | Checking static_assertions v1.1.0 |
1901 | 2024-12-18T19:07:06.886Z | Checking utf-8 v0.7.6 |
1902 | 2024-12-18T19:07:06.913Z | Checking dirs-next v2.0.0 |
1903 | 2024-12-18T19:07:06.917Z | Checking tokio-native-tls v0.3.1 |
1904 | 2024-12-18T19:07:07.055Z | Checking crossbeam-channel v0.5.13 |
1905 | 2024-12-18T19:07:07.091Z | Checking thread_local v1.1.8 |
1906 | 2024-12-18T19:07:07.211Z | Checking unicode-segmentation v1.12.0 |
1907 | 2024-12-18T19:07:07.311Z | Checking dtrace-parser v0.2.0 |
1908 | 2024-12-18T19:07:07.371Z | Checking term v0.7.0 |
1909 | 2024-12-18T19:07:07.535Z | Checking hyper-tls v0.6.0 |
1910 | 2024-12-18T19:07:07.798Z | Checking hyper-rustls v0.27.3 |
1911 | 2024-12-18T19:07:07.825Z | Checking num-iter v0.1.45 |
1912 | 2024-12-18T19:07:07.828Z | Checking crossbeam-epoch v0.9.18 |
1913 | 2024-12-18T19:07:07.872Z | Checking take_mut v0.2.2 |
1914 | 2024-12-18T19:07:07.919Z | Checking match_cfg v0.1.0 |
1915 | 2024-12-18T19:07:08.008Z | Checking slog-term v2.9.1 |
1916 | 2024-12-18T19:07:08.036Z | Checking slog-async v2.8.0 |
1917 | 2024-12-18T19:07:08.039Z | Checking hostname v0.3.1 |
1918 | 2024-12-18T19:07:08.134Z | Checking reqwest v0.12.9 |
1919 | 2024-12-18T19:07:08.204Z | Checking bstr v1.10.0 |
1920 | 2024-12-18T19:07:08.291Z | Checking rfc6979 v0.4.0 |
1921 | 2024-12-18T19:07:08.346Z | Checking hex v0.4.3 |
1922 | 2024-12-18T19:07:08.490Z | Checking managed v0.8.0 |
1923 | 2024-12-18T19:07:08.516Z | Checking winnow v0.5.40 |
1924 | 2024-12-18T19:07:08.744Z | Checking toml v0.8.19 |
1925 | 2024-12-18T19:07:08.869Z | Checking crossbeam-deque v0.8.5 |
1926 | 2024-12-18T19:07:08.895Z | Checking num-bigint-dig v0.8.4 |
1927 | 2024-12-18T19:07:09.140Z | Checking flate2 v1.0.34 |
1928 | 2024-12-18T19:07:09.143Z | Checking elliptic-curve v0.13.8 |
1929 | 2024-12-18T19:07:09.189Z | Checking rustls v0.22.4 |
1930 | 2024-12-18T19:07:09.453Z | Checking pkcs1 v0.7.5 |
1931 | 2024-12-18T19:07:09.517Z | Checking dof v0.3.0 |
1932 | 2024-12-18T19:07:09.769Z | Checking curve25519-dalek v4.1.3 |
1933 | 2024-12-18T19:07:09.833Z | Checking ecdsa v0.16.9 |
1934 | 2024-12-18T19:07:09.883Z | Checking zerocopy v0.6.6 |
1935 | 2024-12-18T19:07:09.954Z | Checking siphasher v0.3.11 |
1936 | 2024-12-18T19:07:10.129Z | Checking usdt-impl v0.5.0 |
1937 | 2024-12-18T19:07:10.262Z | Checking rayon-core v1.12.1 |
1938 | 2024-12-18T19:07:10.555Z | Checking ed25519 v2.2.3 |
1939 | 2024-12-18T19:07:10.675Z | Checking slog-json v2.6.1 |
1940 | 2024-12-18T19:07:10.696Z | Checking usdt v0.5.0 |
1941 | 2024-12-18T19:07:10.852Z | Checking signal-hook v0.3.17 |
1942 | 2024-12-18T19:07:10.938Z | Checking debug-ignore v1.0.5 |
1943 | 2024-12-18T19:07:10.963Z | Checking quick-error v1.2.3 |
1944 | 2024-12-18T19:07:10.966Z | Checking slog-bunyan v2.5.0 |
1945 | 2024-12-18T19:07:11.019Z | Checking rsa v0.9.6 |
1946 | 2024-12-18T19:07:11.074Z | Checking multer v3.1.0 |
1947 | 2024-12-18T19:07:11.136Z | Checking itertools v0.10.5 |
1948 | 2024-12-18T19:07:11.138Z | Checking x509-cert v0.2.5 |
1949 | 2024-12-18T19:07:11.184Z | Checking idna v0.4.0 |
1950 | 2024-12-18T19:07:11.471Z | Checking waitgroup v0.1.2 |
1951 | 2024-12-18T19:07:11.508Z | Checking toml_edit v0.19.15 |
1952 | 2024-12-18T19:07:11.616Z | Checking serde_path_to_error v0.1.16 |
1953 | 2024-12-18T19:07:11.652Z | Checking ed25519-dalek v2.1.1 |
1954 | 2024-12-18T19:07:12.046Z | Checking hubpack v0.1.2 |
1955 | 2024-12-18T19:07:12.095Z | Checking bzip2-sys v0.1.11+1.0.8 |
1956 | 2024-12-18T19:07:12.122Z | Checking async-stream v0.3.6 |
1957 | 2024-12-18T19:07:12.225Z | Checking hostname v0.4.0 |
1958 | 2024-12-18T19:07:12.249Z | Checking bit-vec v0.6.3 |
1959 | 2024-12-18T19:07:12.312Z | Checking bzip2 v0.4.4 |
1960 | 2024-12-18T19:07:12.358Z | Checking hickory-proto v0.24.1 |
1961 | 2024-12-18T19:07:12.383Z | Checking signal-hook-mio v0.2.4 |
1962 | 2024-12-18T19:07:12.539Z | Checking console v0.15.8 |
1963 | 2024-12-18T19:07:12.575Z | Checking bit-set v0.5.3 |
1964 | 2024-12-18T19:07:12.603Z | Checking hash32 v0.2.1 |
1965 | 2024-12-18T19:07:12.745Z | Checking tokio-rustls v0.25.0 |
1966 | 2024-12-18T19:07:12.801Z | Checking linked-hash-map v0.5.6 |
1967 | 2024-12-18T19:07:12.839Z | Checking predicates-core v1.0.8 |
1968 | 2024-12-18T19:07:12.902Z | Checking unicode-properties v0.1.3 |
1969 | 2024-12-18T19:07:13.031Z | Checking heapless v0.7.17 |
1970 | 2024-12-18T19:07:13.136Z | Checking lru-cache v0.1.2 |
1971 | 2024-12-18T19:07:13.138Z | Checking dropshot v0.12.0 |
1972 | 2024-12-18T19:07:13.139Z | Checking crossterm v0.28.1 |
1973 | 2024-12-18T19:07:13.258Z | Checking stringprep v0.1.5 |
1974 | 2024-12-18T19:07:13.328Z | Checking rayon v1.10.0 |
1975 | 2024-12-18T19:07:13.389Z | Checking phf_shared v0.11.2 |
1976 | 2024-12-18T19:07:13.552Z | Checking similar v2.6.0 |
1977 | 2024-12-18T19:07:13.686Z | Checking tokio-stream v0.1.16 |
1978 | 2024-12-18T19:07:13.937Z | Checking toml v0.7.8 |
1979 | 2024-12-18T19:07:14.049Z | Checking md-5 v0.10.6 |
1980 | 2024-12-18T19:07:14.285Z | Checking float-cmp v0.9.0 |
1981 | 2024-12-18T19:07:14.425Z | Checking difflib v0.4.0 |
1982 | 2024-12-18T19:07:14.486Z | Checking fallible-iterator v0.2.0 |
1983 | 2024-12-18T19:07:14.557Z | Checking fixedbitset v0.4.2 |
1984 | 2024-12-18T19:07:14.690Z | Checking normalize-line-endings v0.3.0 |
1985 | 2024-12-18T19:07:14.732Z | Checking smoltcp v0.9.1 |
1986 | 2024-12-18T19:07:14.822Z | Checking predicates v3.1.2 |
1987 | 2024-12-18T19:07:14.847Z | Checking petgraph v0.6.5 |
1988 | 2024-12-18T19:07:14.933Z | Checking phf v0.11.2 |
1989 | 2024-12-18T19:07:15.080Z | Checking postgres-protocol v0.6.7 |
1990 | 2024-12-18T19:07:15.213Z | Checking zip v0.6.6 |
1991 | 2024-12-18T19:07:15.506Z | Checking resolv-conf v0.7.0 |
1992 | 2024-12-18T19:07:15.770Z | Checking phf_shared v0.10.0 |
1993 | 2024-12-18T19:07:15.853Z | Checking tungstenite v0.24.0 |
1994 | 2024-12-18T19:07:15.896Z | Checking fs-err v2.11.0 |
1995 | 2024-12-18T19:07:16.067Z | Checking serde-big-array v0.5.1 |
1996 | 2024-12-18T19:07:16.225Z | Checking portable-atomic v1.9.0 |
1997 | 2024-12-18T19:07:16.298Z | Checking unicode-width v0.2.0 |
1998 | 2024-12-18T19:07:16.488Z | Checking number_prefix v0.4.0 |
1999 | 2024-12-18T19:07:16.684Z | Checking new_debug_unreachable v1.0.6 |
2000 | 2024-12-18T19:07:16.768Z | Checking precomputed-hash v0.1.1 |
2001 | 2024-12-18T19:07:16.794Z | Checking minimal-lexical v0.2.1 |
2002 | 2024-12-18T19:07:16.796Z | Checking lalrpop-util v0.19.12 |
2003 | 2024-12-18T19:07:16.865Z | Checking tokio-tungstenite v0.24.0 |
2004 | 2024-12-18T19:07:16.891Z | Checking string_cache v0.8.7 |
2005 | 2024-12-18T19:07:17.095Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2006 | 2024-12-18T19:07:17.123Z | Checking hickory-resolver v0.24.1 |
2007 | 2024-12-18T19:07:17.150Z | Checking postgres-types v0.2.8 |
2008 | 2024-12-18T19:07:17.177Z | Checking whoami v1.5.2 |
2009 | 2024-12-18T19:07:17.226Z | Checking nom v7.1.3 |
2010 | 2024-12-18T19:07:17.292Z | Checking indicatif v0.17.9 |
2011 | 2024-12-18T19:07:17.316Z | Checking peg-runtime v0.8.3 |
2012 | 2024-12-18T19:07:17.474Z | Checking heck v0.4.1 |
2013 | 2024-12-18T19:07:17.686Z | Compiling hashbrown v0.14.5 |
2014 | 2024-12-18T19:07:17.689Z | Compiling ident_case v1.0.1 |
2015 | 2024-12-18T19:07:17.895Z | Compiling darling_core v0.20.10 |
2016 | 2024-12-18T19:07:17.897Z | Checking tokio-postgres v0.7.12 |
2017 | 2024-12-18T19:07:18.039Z | Compiling unsafe-libyaml v0.2.11 |
2018 | 2024-12-18T19:07:18.674Z | Checking qorb v0.2.1 |
2019 | 2024-12-18T19:07:19.089Z | Compiling regress v0.10.1 |
2020 | 2024-12-18T19:07:19.410Z | Compiling serde_yaml v0.9.34+deprecated |
2021 | 2024-12-18T19:07:20.050Z | Checking heck v0.5.0 |
2022 | 2024-12-18T19:07:20.261Z | Checking progenitor-client v0.8.0 |
2023 | 2024-12-18T19:07:20.630Z | Checking fastrand v2.1.1 |
2024 | 2024-12-18T19:07:20.957Z | Compiling newtype-uuid v1.1.3 |
2025 | 2024-12-18T19:07:21.046Z | Checking ipnetwork v0.20.0 |
2026 | 2024-12-18T19:07:21.213Z | Compiling structmeta-derive v0.3.0 |
2027 | 2024-12-18T19:07:21.285Z | Checking strum v0.26.3 |
2028 | 2024-12-18T19:07:21.402Z | Compiling dropshot v0.13.0 |
2029 | 2024-12-18T19:07:21.447Z | Checking macaddr v1.0.1 |
2030 | 2024-12-18T19:07:21.788Z | Compiling dropshot_endpoint v0.13.0 |
2031 | 2024-12-18T19:07:21.819Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2032 | 2024-12-18T19:07:22.604Z | Checking tempfile v3.13.0 |
2033 | 2024-12-18T19:07:22.820Z | Compiling typify-impl v0.2.0 |
2034 | 2024-12-18T19:07:23.000Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2035 | 2024-12-18T19:07:23.358Z | Checking instant v0.1.13 |
2036 | 2024-12-18T19:07:23.483Z | Checking regress v0.9.1 |
2037 | 2024-12-18T19:07:23.651Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2038 | 2024-12-18T19:07:24.111Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2039 | 2024-12-18T19:07:24.160Z | Compiling structmeta v0.3.0 |
2040 | 2024-12-18T19:07:24.421Z | Checking backoff v0.4.0 |
2041 | 2024-12-18T19:07:24.474Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2042 | 2024-12-18T19:07:24.632Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2043 | 2024-12-18T19:07:24.634Z | Compiling parse-display-derive v0.10.0 |
2044 | 2024-12-18T19:07:24.732Z | Checking wait-timeout v0.2.0 |
2045 | 2024-12-18T19:07:24.794Z | Checking rand_xorshift v0.3.0 |
2046 | 2024-12-18T19:07:24.921Z | Checking rusty-fork v0.3.0 |
2047 | 2024-12-18T19:07:24.951Z | Compiling darling_macro v0.20.10 |
2048 | 2024-12-18T19:07:24.985Z | Checking unarray v0.1.4 |
2049 | 2024-12-18T19:07:25.156Z | Compiling structmeta-derive v0.2.0 |
2050 | 2024-12-18T19:07:25.229Z | Checking proptest v1.5.0 |
2051 | 2024-12-18T19:07:25.918Z | Compiling darling v0.20.10 |
2052 | 2024-12-18T19:07:26.049Z | Compiling serde_with_macros v3.11.0 |
2053 | 2024-12-18T19:07:26.123Z | Checking camino-tempfile v1.1.1 |
2054 | 2024-12-18T19:07:26.412Z | Compiling proc-macro-error v1.0.4 |
2055 | 2024-12-18T19:07:26.929Z | Compiling proc-macro-crate v1.3.1 |
2056 | 2024-12-18T19:07:27.192Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2057 | 2024-12-18T19:07:27.582Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2058 | 2024-12-18T19:07:27.879Z | Compiling foreign-types-macros v0.2.3 |
2059 | 2024-12-18T19:07:28.036Z | Compiling num_enum_derive v0.5.11 |
2060 | 2024-12-18T19:07:28.123Z | Compiling structmeta v0.2.0 |
2061 | 2024-12-18T19:07:28.565Z | Compiling test-strategy v0.3.1 |
2062 | 2024-12-18T19:07:28.945Z | Checking serde_with v3.11.0 |
2063 | 2024-12-18T19:07:29.223Z | Checking foreign-types-shared v0.3.1 |
2064 | 2024-12-18T19:07:29.348Z | Checking foreign-types v0.5.0 |
2065 | 2024-12-18T19:07:29.371Z | Checking parse-display v0.10.0 |
2066 | 2024-12-18T19:07:29.634Z | Checking tabwriter v1.4.0 |
2067 | 2024-12-18T19:07:29.800Z | Checking cstr-argument v0.1.2 |
2068 | 2024-12-18T19:07:29.861Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2069 | 2024-12-18T19:07:29.906Z | Checking pretty-hex v0.2.1 |
2070 | 2024-12-18T19:07:29.981Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2071 | 2024-12-18T19:07:30.085Z | Checking colored v2.1.0 |
2072 | 2024-12-18T19:07:30.313Z | Checking smf v0.2.3 |
2073 | 2024-12-18T19:07:30.377Z | Checking itertools v0.13.0 |
2074 | 2024-12-18T19:07:30.488Z | Compiling zerocopy v0.8.10 |
2075 | 2024-12-18T19:07:30.514Z | Checking num_enum v0.5.11 |
2076 | 2024-12-18T19:07:30.684Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2077 | 2024-12-18T19:07:30.713Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2078 | 2024-12-18T19:07:30.750Z | Checking base64 v0.21.7 |
2079 | 2024-12-18T19:07:30.870Z | Compiling crucible-workspace-hack v0.1.0 |
2080 | 2024-12-18T19:07:31.183Z | Compiling zerocopy-derive v0.8.10 |
2081 | 2024-12-18T19:07:31.249Z | Checking termtree v0.4.1 |
2082 | 2024-12-18T19:07:31.445Z | Compiling heapless v0.8.0 |
2083 | 2024-12-18T19:07:31.470Z | Checking predicates-tree v1.0.11 |
2084 | 2024-12-18T19:07:31.793Z | Checking hash32 v0.3.1 |
2085 | 2024-12-18T19:07:31.997Z | Compiling smoltcp v0.11.0 |
2086 | 2024-12-18T19:07:32.478Z | Checking cobs v0.2.3 |
2087 | 2024-12-18T19:07:32.553Z | Checking sigpipe v0.1.3 |
2088 | 2024-12-18T19:07:32.663Z | Checking postcard v1.0.10 |
2089 | 2024-12-18T19:07:32.684Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2090 | 2024-12-18T19:07:32.763Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2091 | 2024-12-18T19:07:32.924Z | Checking atomicwrites v0.4.4 |
2092 | 2024-12-18T19:07:33.064Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2093 | 2024-12-18T19:07:33.091Z | Compiling thiserror v2.0.3 |
2094 | 2024-12-18T19:07:33.121Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2095 | 2024-12-18T19:07:33.207Z | Compiling mockall_derive v0.13.0 |
2096 | 2024-12-18T19:07:33.450Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2097 | 2024-12-18T19:07:33.515Z | Compiling thiserror-impl v2.0.3 |
2098 | 2024-12-18T19:07:33.763Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2099 | 2024-12-18T19:07:34.048Z | Compiling zone_cfg_derive v0.3.0 |
2100 | 2024-12-18T19:07:34.152Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2101 | 2024-12-18T19:07:35.556Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2102 | 2024-12-18T19:07:35.894Z | Compiling num-derive v0.4.2 |
2103 | 2024-12-18T19:07:35.923Z | Checking downcast v0.11.0 |
2104 | 2024-12-18T19:07:36.137Z | Checking fragile v2.0.0 |
2105 | 2024-12-18T19:07:36.388Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2106 | 2024-12-18T19:07:36.412Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2107 | 2024-12-18T19:07:36.714Z | Checking zone v0.3.0 |
2108 | 2024-12-18T19:07:36.762Z | Compiling convert_case v0.4.0 |
2109 | 2024-12-18T19:07:37.241Z | Checking newline-converter v0.3.0 |
2110 | 2024-12-18T19:07:37.359Z | Checking tungstenite v0.21.0 |
2111 | 2024-12-18T19:07:37.416Z | Checking expectorate v1.1.0 |
2112 | 2024-12-18T19:07:37.475Z | Checking same-file v1.0.6 |
2113 | 2024-12-18T19:07:37.595Z | Checking arc-swap v1.7.1 |
2114 | 2024-12-18T19:07:37.660Z | Checking walkdir v2.5.0 |
2115 | 2024-12-18T19:07:37.765Z | Compiling derive_more v0.99.18 |
2116 | 2024-12-18T19:07:37.940Z | Checking xattr v1.3.1 |
2117 | 2024-12-18T19:07:38.014Z | Checking slog-scope v4.4.0 |
2118 | 2024-12-18T19:07:38.160Z | Checking filetime v0.2.25 |
2119 | 2024-12-18T19:07:38.216Z | Checking slog-stdlog v4.1.1 |
2120 | 2024-12-18T19:07:38.272Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2121 | 2024-12-18T19:07:38.303Z | Checking tokio-tungstenite v0.21.0 |
2122 | 2024-12-18T19:07:38.382Z | Checking tar v0.4.42 |
2123 | 2024-12-18T19:07:38.405Z | Checking slog-envlogger v2.2.0 |
2124 | 2024-12-18T19:07:38.624Z | Checking num-rational v0.4.2 |
2125 | 2024-12-18T19:07:38.749Z | Checking num-complex v0.4.6 |
2126 | 2024-12-18T19:07:38.824Z | Checking float-ord v0.3.2 |
2127 | 2024-12-18T19:07:38.981Z | Compiling cancel-safe-futures v0.1.5 |
2128 | 2024-12-18T19:07:39.196Z | Compiling owo-colors v4.1.0 |
2129 | 2024-12-18T19:07:39.311Z | Checking swrite v0.1.0 |
2130 | 2024-12-18T19:07:39.444Z | Checking libsw v3.3.1 |
2131 | 2024-12-18T19:07:39.676Z | Checking num v0.4.3 |
2132 | 2024-12-18T19:07:39.728Z | Checking pem v3.0.4 |
2133 | 2024-12-18T19:07:39.788Z | Checking password-hash v0.5.0 |
2134 | 2024-12-18T19:07:39.816Z | Checking blake2 v0.10.6 |
2135 | 2024-12-18T19:07:39.995Z | Checking indent_write v2.2.0 |
2136 | 2024-12-18T19:07:40.206Z | Checking linear-map v1.2.0 |
2137 | 2024-12-18T19:07:40.244Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2138 | 2024-12-18T19:07:40.297Z | Checking argon2 v0.5.3 |
2139 | 2024-12-18T19:07:40.601Z | Compiling lzma-sys v0.1.20 |
2140 | 2024-12-18T19:07:40.987Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2141 | 2024-12-18T19:07:41.040Z | Checking headers-core v0.3.0 |
2142 | 2024-12-18T19:07:41.190Z | Compiling heck v0.3.3 |
2143 | 2024-12-18T19:07:41.213Z | Compiling typify-macro v0.2.0 |
2144 | 2024-12-18T19:07:41.351Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2145 | 2024-12-18T19:07:41.393Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2146 | 2024-12-18T19:07:41.423Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2147 | 2024-12-18T19:07:41.605Z | Compiling zone_cfg_derive v0.1.2 |
2148 | 2024-12-18T19:07:41.629Z | Checking headers v0.4.0 |
2149 | 2024-12-18T19:07:41.745Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2150 | 2024-12-18T19:07:42.071Z | Checking yasna v0.5.2 |
2151 | 2024-12-18T19:07:42.102Z | Checking mockall v0.13.0 |
2152 | 2024-12-18T19:07:42.195Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2153 | 2024-12-18T19:07:42.353Z | Checking base64 v0.13.1 |
2154 | 2024-12-18T19:07:42.764Z | Checking highway v1.2.0 |
2155 | 2024-12-18T19:07:42.789Z | Checking ron v0.7.1 |
2156 | 2024-12-18T19:07:42.959Z | Checking rcgen v0.12.1 |
2157 | 2024-12-18T19:07:43.168Z | Checking zone v0.1.8 |
2158 | 2024-12-18T19:07:43.192Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2159 | 2024-12-18T19:07:43.686Z | Checking xz2 v0.1.7 |
2160 | 2024-12-18T19:07:43.863Z | Checking subprocess v0.2.9 |
2161 | 2024-12-18T19:07:43.958Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2162 | 2024-12-18T19:07:43.998Z | Checking humantime v2.1.0 |
2163 | 2024-12-18T19:07:44.312Z | Compiling semver v0.1.20 |
2164 | 2024-12-18T19:07:44.395Z | Checking half v2.4.1 |
2165 | 2024-12-18T19:07:44.484Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2166 | 2024-12-18T19:07:44.886Z | Compiling rustc_version v0.1.7 |
2167 | 2024-12-18T19:07:44.974Z | Checking ciborium-io v0.2.2 |
2168 | 2024-12-18T19:07:45.110Z | Checking ciborium-ll v0.2.2 |
2169 | 2024-12-18T19:07:45.373Z | Compiling newtype_derive v0.1.6 |
2170 | 2024-12-18T19:07:45.401Z | Checking ciborium v0.2.2 |
2171 | 2024-12-18T19:07:45.497Z | Checking prettyplease v0.2.25 |
2172 | 2024-12-18T19:07:45.588Z | Compiling typify v0.2.0 |
2173 | 2024-12-18T19:07:45.716Z | Compiling progenitor-impl v0.8.0 |
2174 | 2024-12-18T19:07:45.742Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2175 | 2024-12-18T19:07:47.595Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2176 | 2024-12-18T19:07:47.938Z | Checking steno v0.4.1 |
2177 | 2024-12-18T19:07:48.126Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2178 | 2024-12-18T19:07:48.628Z | Checking display-error-chain v0.2.2 |
2179 | 2024-12-18T19:07:48.816Z | Compiling slog-dtrace v0.3.0 |
2180 | 2024-12-18T19:07:48.908Z | Checking gethostname v0.5.0 |
2181 | 2024-12-18T19:07:49.041Z | Checking nibble_vec v0.1.0 |
2182 | 2024-12-18T19:07:49.238Z | Compiling ring v0.16.20 |
2183 | 2024-12-18T19:07:49.371Z | Compiling blake3 v1.5.4 |
2184 | 2024-12-18T19:07:49.625Z | Checking keccak v0.1.5 |
2185 | 2024-12-18T19:07:49.970Z | Checking endian-type v0.1.2 |
2186 | 2024-12-18T19:07:50.193Z | Checking radix_trie v0.2.1 |
2187 | 2024-12-18T19:07:50.265Z | Checking sha3 v0.10.8 |
2188 | 2024-12-18T19:07:50.551Z | Checking universal-hash v0.5.1 |
2189 | 2024-12-18T19:07:50.598Z | Checking secrecy v0.8.0 |
2190 | 2024-12-18T19:07:50.620Z | Checking opaque-debug v0.3.1 |
2191 | 2024-12-18T19:07:50.643Z | Checking aead v0.5.2 |
2192 | 2024-12-18T19:07:50.717Z | Checking chacha20 v0.9.1 |
2193 | 2024-12-18T19:07:50.740Z | Checking poly1305 v0.8.0 |
2194 | 2024-12-18T19:07:51.105Z | Compiling memmap2 v0.9.5 |
2195 | 2024-12-18T19:07:51.237Z | Compiling spin v0.5.2 |
2196 | 2024-12-18T19:07:51.487Z | Compiling arrayref v0.3.9 |
2197 | 2024-12-18T19:07:51.580Z | Compiling constant_time_eq v0.3.1 |
2198 | 2024-12-18T19:07:51.604Z | Compiling arrayvec v0.7.6 |
2199 | 2024-12-18T19:07:51.776Z | Compiling toolchain_find v0.4.0 |
2200 | 2024-12-18T19:07:51.866Z | Compiling thiserror-impl-no-std v2.0.2 |
2201 | 2024-12-18T19:07:52.090Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2202 | 2024-12-18T19:07:52.293Z | Compiling topological-sort v0.2.2 |
2203 | 2024-12-18T19:07:52.423Z | Compiling rustfmt-wrapper v0.2.1 |
2204 | 2024-12-18T19:07:52.491Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2205 | 2024-12-18T19:07:52.728Z | Checking chacha20poly1305 v0.10.1 |
2206 | 2024-12-18T19:07:52.831Z | Compiling async-recursion v1.1.1 |
2207 | 2024-12-18T19:07:52.951Z | Checking fxhash v0.2.1 |
2208 | 2024-12-18T19:07:52.973Z | Checking lockfree-object-pool v0.1.6 |
2209 | 2024-12-18T19:07:53.139Z | Checking simd-adler32 v0.3.7 |
2210 | 2024-12-18T19:07:53.239Z | Compiling zip v2.1.3 |
2211 | 2024-12-18T19:07:53.345Z | Checking bumpalo v3.16.0 |
2212 | 2024-12-18T19:07:53.496Z | Checking termcolor v1.4.1 |
2213 | 2024-12-18T19:07:53.579Z | Compiling radium v0.7.0 |
2214 | 2024-12-18T19:07:53.702Z | Checking zopfli v0.8.1 |
2215 | 2024-12-18T19:07:53.968Z | Checking maplit v1.0.2 |
2216 | 2024-12-18T19:07:53.996Z | Compiling progenitor-macro v0.8.0 |
2217 | 2024-12-18T19:07:54.083Z | Checking tap v1.0.1 |
2218 | 2024-12-18T19:07:54.105Z | Compiling maybe-uninit v2.0.0 |
2219 | 2024-12-18T19:07:54.261Z | Checking wyz v0.5.1 |
2220 | 2024-12-18T19:07:54.654Z | Checking funty v2.0.0 |
2221 | 2024-12-18T19:07:54.704Z | Checking home v0.5.9 |
2222 | 2024-12-18T19:07:54.869Z | Compiling omicron-zone-package v0.11.1 |
2223 | 2024-12-18T19:07:54.931Z | Checking crc-catalog v2.4.0 |
2224 | 2024-12-18T19:07:55.054Z | Checking thiserror-no-std v2.0.2 |
2225 | 2024-12-18T19:07:55.082Z | Compiling packed_struct v0.10.1 |
2226 | 2024-12-18T19:07:55.173Z | Checking vsss-rs v3.3.4 |
2227 | 2024-12-18T19:07:55.509Z | Checking crc v3.2.1 |
2228 | 2024-12-18T19:07:55.594Z | Checking bitvec v1.0.1 |
2229 | 2024-12-18T19:07:55.719Z | Compiling const_format_proc_macros v0.2.33 |
2230 | 2024-12-18T19:07:55.853Z | Checking kstat-rs v0.2.4 |
2231 | 2024-12-18T19:07:55.947Z | Compiling packed_struct_codegen v0.10.1 |
2232 | 2024-12-18T19:07:56.196Z | Compiling vte_generate_state_changes v0.1.2 |
2233 | 2024-12-18T19:07:56.549Z | Compiling indexmap v1.9.3 |
2234 | 2024-12-18T19:07:56.887Z | Compiling libefi-sys v0.1.0 |
2235 | 2024-12-18T19:07:56.890Z | Checking nodrop v0.1.14 |
2236 | 2024-12-18T19:07:57.043Z | Checking array-init v0.0.4 |
2237 | 2024-12-18T19:07:57.229Z | Checking vte v0.11.1 |
2238 | 2024-12-18T19:07:57.863Z | Checking const_format v0.2.33 |
2239 | 2024-12-18T19:07:58.115Z | Checking smallvec v0.6.14 |
2240 | 2024-12-18T19:07:58.377Z | Checking fd-lock v4.0.2 |
2241 | 2024-12-18T19:07:58.491Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2242 | 2024-12-18T19:07:58.522Z | Compiling bitfield-struct v0.6.2 |
2243 | 2024-12-18T19:07:58.573Z | Checking hashbrown v0.12.3 |
2244 | 2024-12-18T19:07:58.629Z | Checking bitfield v0.14.0 |
2245 | 2024-12-18T19:07:58.868Z | Checking strip-ansi-escapes v0.2.0 |
2246 | 2024-12-18T19:07:58.926Z | Checking serde-hex v0.1.0 |
2247 | 2024-12-18T19:07:59.040Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2248 | 2024-12-18T19:07:59.315Z | Checking env_logger v0.10.2 |
2249 | 2024-12-18T19:07:59.419Z | Checking ron v0.8.1 |
2250 | 2024-12-18T19:07:59.740Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2251 | 2024-12-18T19:07:59.949Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2252 | 2024-12-18T19:08:00.055Z | Checking itertools v0.12.1 |
2253 | 2024-12-18T19:08:00.201Z | Checking hashbrown v0.13.2 |
2254 | 2024-12-18T19:08:00.532Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2255 | 2024-12-18T19:08:00.665Z | Checking nu-ansi-term v0.50.1 |
2256 | 2024-12-18T19:08:00.735Z | Checking crc-any v2.5.0 |
2257 | 2024-12-18T19:08:01.079Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2258 | 2024-12-18T19:08:01.136Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2259 | 2024-12-18T19:08:01.308Z | Checking object v0.30.4 |
2260 | 2024-12-18T19:08:01.359Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2261 | 2024-12-18T19:08:01.511Z | Checking path-slash v0.1.5 |
2262 | 2024-12-18T19:08:01.608Z | Compiling parking_lot_core v0.8.6 |
2263 | 2024-12-18T19:08:01.629Z | Compiling phf_generator v0.11.2 |
2264 | 2024-12-18T19:08:01.704Z | Checking bytecount v0.6.8 |
2265 | 2024-12-18T19:08:01.854Z | Checking glob v0.3.1 |
2266 | 2024-12-18T19:08:01.876Z | Checking papergrid v0.11.0 |
2267 | 2024-12-18T19:08:02.181Z | Compiling phf_codegen v0.11.2 |
2268 | 2024-12-18T19:08:02.218Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2269 | 2024-12-18T19:08:02.410Z | Compiling tabled_derive v0.7.0 |
2270 | 2024-12-18T19:08:02.455Z | Checking parking_lot v0.11.2 |
2271 | 2024-12-18T19:08:02.686Z | Checking reedline v0.35.0 |
2272 | 2024-12-18T19:08:02.820Z | Compiling parse-zoneinfo v0.3.1 |
2273 | 2024-12-18T19:08:02.965Z | Compiling cfg_aliases v0.1.1 |
2274 | 2024-12-18T19:08:03.078Z | Compiling nix v0.28.0 |
2275 | 2024-12-18T19:08:03.394Z | Checking sled v0.34.7 |
2276 | 2024-12-18T19:08:03.889Z | Compiling chrono-tz-build v0.4.0 |
2277 | 2024-12-18T19:08:04.849Z | Checking hickory-client v0.24.1 |
2278 | 2024-12-18T19:08:05.008Z | Checking tabled v0.15.0 |
2279 | 2024-12-18T19:08:05.397Z | Checking hickory-server v0.24.1 |
2280 | 2024-12-18T19:08:05.478Z | Compiling chrono-tz v0.10.0 |
2281 | 2024-12-18T19:08:05.569Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2282 | 2024-12-18T19:08:06.141Z | Compiling buf-list v1.0.3 |
2283 | 2024-12-18T19:08:06.853Z | Compiling peg-macros v0.8.4 |
2284 | 2024-12-18T19:08:07.386Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2285 | 2024-12-18T19:08:07.427Z | Compiling sqlparser_derive v0.2.2 |
2286 | 2024-12-18T19:08:08.104Z | Checking unicode_categories v0.1.1 |
2287 | 2024-12-18T19:08:08.401Z | Checking sqlformat v0.2.6 |
2288 | 2024-12-18T19:08:08.521Z | Checking sqlparser v0.45.0 |
2289 | 2024-12-18T19:08:08.913Z | Checking bcs v0.1.6 |
2290 | 2024-12-18T19:08:09.236Z | Checking progenitor v0.8.0 |
2291 | 2024-12-18T19:08:09.359Z | Checking rustyline v14.0.0 |
2292 | 2024-12-18T19:08:09.497Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2293 | 2024-12-18T19:08:09.552Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2294 | 2024-12-18T19:08:10.520Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2295 | 2024-12-18T19:08:12.707Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2296 | 2024-12-18T19:08:13.440Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2297 | 2024-12-18T19:08:14.167Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2298 | 2024-12-18T19:08:14.892Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2299 | 2024-12-18T19:08:17.282Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2300 | 2024-12-18T19:08:17.666Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2301 | 2024-12-18T19:08:17.689Z | Checking peg v0.8.4 |
2302 | 2024-12-18T19:08:17.793Z | Checking primeorder v0.13.6 |
2303 | 2024-12-18T19:08:18.298Z | Compiling unicase v2.7.0 |
2304 | 2024-12-18T19:08:18.808Z | Checking nanorand v0.7.0 |
2305 | 2024-12-18T19:08:18.830Z | Checking atty v0.2.14 |
2306 | 2024-12-18T19:08:18.955Z | Compiling salty v0.3.0 |
2307 | 2024-12-18T19:08:19.187Z | Checking flume v0.11.1 |
2308 | 2024-12-18T19:08:19.210Z | Checking p384 v0.13.0 |
2309 | 2024-12-18T19:08:19.418Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2310 | 2024-12-18T19:08:19.438Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2311 | 2024-12-18T19:08:19.459Z | Compiling mime_guess v2.0.5 |
2312 | 2024-12-18T19:08:20.141Z | Checking env_filter v0.1.2 |
2313 | 2024-12-18T19:08:20.239Z | Checking http-range v0.1.5 |
2314 | 2024-12-18T19:08:20.303Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2315 | 2024-12-18T19:08:20.325Z | Checking env_logger v0.11.5 |
2316 | 2024-12-18T19:08:20.574Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2317 | 2024-12-18T19:08:20.641Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2318 | 2024-12-18T19:08:20.729Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2319 | 2024-12-18T19:08:20.960Z | Compiling dsl_auto_type v0.1.2 |
2320 | 2024-12-18T19:08:20.963Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2321 | 2024-12-18T19:08:21.004Z | Checking scheduled-thread-pool v0.2.7 |
2322 | 2024-12-18T19:08:21.247Z | Compiling diesel_table_macro_syntax v0.2.0 |
2323 | 2024-12-18T19:08:21.265Z | Compiling crunchy v0.2.2 |
2324 | 2024-12-18T19:08:21.325Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2325 | 2024-12-18T19:08:21.497Z | Checking hyper-staticfile v0.10.1 |
2326 | 2024-12-18T19:08:21.835Z | Checking r2d2 v0.8.10 |
2327 | 2024-12-18T19:08:22.031Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2328 | 2024-12-18T19:08:22.154Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2329 | 2024-12-18T19:08:22.367Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2330 | 2024-12-18T19:08:22.633Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2331 | 2024-12-18T19:08:22.678Z | Compiling diesel_derives v2.2.3 |
2332 | 2024-12-18T19:08:23.008Z | Compiling tiny-keccak v2.0.2 |
2333 | 2024-12-18T19:08:23.144Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2334 | 2024-12-18T19:08:23.331Z | Compiling pin-project-internal v1.1.6 |
2335 | 2024-12-18T19:08:23.426Z | Compiling ref-cast v1.0.23 |
2336 | 2024-12-18T19:08:24.036Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2337 | 2024-12-18T19:08:24.334Z | Compiling ascii-canvas v3.0.0 |
2338 | 2024-12-18T19:08:24.675Z | Compiling ena v0.14.3 |
2339 | 2024-12-18T19:08:24.870Z | Compiling ref-cast-impl v1.0.23 |
2340 | 2024-12-18T19:08:25.109Z | Compiling diff v0.1.13 |
2341 | 2024-12-18T19:08:25.776Z | Compiling regex-syntax v0.6.29 |
2342 | 2024-12-18T19:08:26.240Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2343 | 2024-12-18T19:08:26.269Z | Checking signal-hook-tokio v0.3.1 |
2344 | 2024-12-18T19:08:26.422Z | Checking pin-project v1.1.6 |
2345 | 2024-12-18T19:08:26.455Z | Compiling snafu-derive v0.8.5 |
2346 | 2024-12-18T19:08:26.564Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2347 | 2024-12-18T19:08:26.903Z | Compiling derive_builder_core v0.20.2 |
2348 | 2024-12-18T19:08:29.389Z | Compiling lalrpop v0.19.12 |
2349 | 2024-12-18T19:08:30.395Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2350 | 2024-12-18T19:08:31.720Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2351 | 2024-12-18T19:08:32.229Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2352 | 2024-12-18T19:08:34.060Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2353 | 2024-12-18T19:08:35.329Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2354 | 2024-12-18T19:08:36.005Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2355 | 2024-12-18T19:08:36.809Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2356 | 2024-12-18T19:08:36.940Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2357 | 2024-12-18T19:08:37.546Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2358 | 2024-12-18T19:08:38.043Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2359 | 2024-12-18T19:08:38.521Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2360 | 2024-12-18T19:08:38.893Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2361 | 2024-12-18T19:08:38.966Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2362 | 2024-12-18T19:08:39.308Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2363 | 2024-12-18T19:08:39.625Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2364 | 2024-12-18T19:08:39.954Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2365 | 2024-12-18T19:08:40.482Z | Checking diesel v2.2.6 |
2366 | 2024-12-18T19:08:40.507Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2367 | 2024-12-18T19:08:40.533Z | Checking snafu v0.8.5 |
2368 | 2024-12-18T19:08:41.048Z | Checking globset v0.4.15 |
2369 | 2024-12-18T19:08:41.591Z | Checking olpc-cjson v0.1.4 |
2370 | 2024-12-18T19:08:41.840Z | Checking serde_plain v1.0.2 |
2371 | 2024-12-18T19:08:42.111Z | Compiling libxml v0.3.3 |
2372 | 2024-12-18T19:08:42.473Z | Compiling memoffset v0.9.1 |
2373 | 2024-12-18T19:08:42.793Z | Checking typed-path v0.9.3 |
2374 | 2024-12-18T19:08:43.707Z | Compiling derive_builder_macro v0.20.2 |
2375 | 2024-12-18T19:08:44.136Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2376 | 2024-12-18T19:08:44.662Z | Checking tungstenite v0.23.0 |
2377 | 2024-12-18T19:08:44.750Z | Compiling strum_macros v0.24.3 |
2378 | 2024-12-18T19:08:44.773Z | Checking tough v0.19.0 |
2379 | 2024-12-18T19:08:45.134Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2380 | 2024-12-18T19:08:45.407Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2381 | 2024-12-18T19:08:45.608Z | Compiling samael v0.0.17 |
2382 | 2024-12-18T19:08:45.811Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2383 | 2024-12-18T19:08:46.052Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2384 | 2024-12-18T19:08:47.448Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2385 | 2024-12-18T19:08:48.430Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2386 | 2024-12-18T19:08:48.590Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2387 | 2024-12-18T19:08:49.417Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2388 | 2024-12-18T19:08:49.591Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2389 | 2024-12-18T19:08:50.514Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2390 | 2024-12-18T19:08:50.534Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2391 | 2024-12-18T19:08:50.810Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2392 | 2024-12-18T19:08:51.282Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2393 | 2024-12-18T19:08:53.588Z | Compiling indoc v1.0.9 |
2394 | 2024-12-18T19:08:53.719Z | Checking parse-size v1.1.0 |
2395 | 2024-12-18T19:08:54.597Z | Checking tokio-tungstenite v0.23.1 |
2396 | 2024-12-18T19:08:55.097Z | Checking derive_builder v0.20.2 |
2397 | 2024-12-18T19:08:56.253Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2398 | 2024-12-18T19:08:56.422Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2399 | 2024-12-18T19:08:57.183Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2400 | 2024-12-18T19:08:57.206Z | Checking quick-xml v0.33.0 |
2401 | 2024-12-18T19:08:57.489Z | Compiling impl-trait-for-tuples v0.2.2 |
2402 | 2024-12-18T19:08:58.442Z | Compiling oso-derive v0.27.3 |
2403 | 2024-12-18T19:08:59.292Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2404 | 2024-12-18T19:08:59.720Z | Checking nix v0.27.1 |
2405 | 2024-12-18T19:09:00.992Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2406 | 2024-12-18T19:09:01.603Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2407 | 2024-12-18T19:09:02.874Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2408 | 2024-12-18T19:09:03.141Z | Compiling diesel-dtrace v0.4.2 |
2409 | 2024-12-18T19:09:03.521Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2410 | 2024-12-18T19:09:03.600Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2411 | 2024-12-18T19:09:03.898Z | Checking bb8 v0.8.5 |
2412 | 2024-12-18T19:09:04.432Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2413 | 2024-12-18T19:09:05.620Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2414 | 2024-12-18T19:09:05.758Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2415 | 2024-12-18T19:09:05.815Z | Checking rand_seeder v0.3.0 |
2416 | 2024-12-18T19:09:05.979Z | Checking assert_matches v1.5.0 |
2417 | 2024-12-18T19:09:06.090Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2418 | 2024-12-18T19:09:06.112Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2419 | 2024-12-18T19:09:06.161Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2420 | 2024-12-18T19:09:06.418Z | Compiling libz-sys v1.1.20 |
2421 | 2024-12-18T19:09:06.670Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2422 | 2024-12-18T19:09:06.903Z | Checking is_ci v1.2.0 |
2423 | 2024-12-18T19:09:07.051Z | Checking supports-color v3.0.1 |
2424 | 2024-12-18T19:09:07.257Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2425 | 2024-12-18T19:09:07.468Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2426 | 2024-12-18T19:09:07.649Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2427 | 2024-12-18T19:09:08.364Z | Compiling vergen v8.3.2 |
2428 | 2024-12-18T19:09:08.661Z | Compiling cargo-platform v0.1.8 |
2429 | 2024-12-18T19:09:08.663Z | Checking smawk v0.3.2 |
2430 | 2024-12-18T19:09:08.906Z | Checking unicode-linebreak v0.1.5 |
2431 | 2024-12-18T19:09:09.179Z | Compiling cargo_metadata v0.18.1 |
2432 | 2024-12-18T19:09:09.276Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2433 | 2024-12-18T19:09:09.319Z | Checking textwrap v0.16.1 |
2434 | 2024-12-18T19:09:09.727Z | Checking castaway v0.2.3 |
2435 | 2024-12-18T19:09:09.896Z | Compiling libsqlite3-sys v0.30.1 |
2436 | 2024-12-18T19:09:09.918Z | Compiling rustls v0.21.12 |
2437 | 2024-12-18T19:09:10.148Z | Compiling cfg_aliases v0.2.1 |
2438 | 2024-12-18T19:09:10.234Z | Checking compact_str v0.8.0 |
2439 | 2024-12-18T19:09:10.263Z | Compiling nix v0.29.0 |
2440 | 2024-12-18T19:09:11.071Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2441 | 2024-12-18T19:09:11.162Z | Checking unicode-truncate v1.1.0 |
2442 | 2024-12-18T19:09:11.357Z | Checking sct v0.7.1 |
2443 | 2024-12-18T19:09:11.390Z | Checking rustls-webpki v0.101.7 |
2444 | 2024-12-18T19:09:11.575Z | Checking lru v0.12.5 |
2445 | 2024-12-18T19:09:11.899Z | Compiling instability v0.3.2 |
2446 | 2024-12-18T19:09:12.073Z | Checking cassowary v0.3.0 |
2447 | 2024-12-18T19:09:12.682Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2448 | 2024-12-18T19:09:12.908Z | Checking ratatui v0.28.1 |
2449 | 2024-12-18T19:09:12.981Z | Checking hashlink v0.9.1 |
2450 | 2024-12-18T19:09:13.001Z | Checking concurrent-queue v2.5.0 |
2451 | 2024-12-18T19:09:13.284Z | Checking fallible-iterator v0.3.0 |
2452 | 2024-12-18T19:09:13.594Z | Checking parking v2.2.1 |
2453 | 2024-12-18T19:09:13.785Z | Checking fallible-streaming-iterator v0.1.9 |
2454 | 2024-12-18T19:09:13.954Z | Checking plotters-backend v0.3.7 |
2455 | 2024-12-18T19:09:14.029Z | Checking rusqlite v0.32.1 |
2456 | 2024-12-18T19:09:14.266Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2457 | 2024-12-18T19:09:14.307Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2458 | 2024-12-18T19:09:15.238Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2459 | 2024-12-18T19:09:15.512Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2460 | 2024-12-18T19:09:15.586Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2461 | 2024-12-18T19:09:15.807Z | Checking async-bb8-diesel v0.2.1 |
2462 | 2024-12-18T19:09:16.289Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2463 | 2024-12-18T19:09:16.522Z | Checking tokio-rustls v0.24.1 |
2464 | 2024-12-18T19:09:16.924Z | Checking plotters-svg v0.3.7 |
2465 | 2024-12-18T19:09:17.298Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2466 | 2024-12-18T19:09:17.658Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2467 | 2024-12-18T19:09:18.188Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2468 | 2024-12-18T19:09:18.277Z | Checking rustls-pemfile v1.0.4 |
2469 | 2024-12-18T19:09:18.465Z | Checking twox-hash v1.6.3 |
2470 | 2024-12-18T19:09:18.494Z | Checking cast v0.3.0 |
2471 | 2024-12-18T19:09:18.801Z | Checking criterion-plot v0.5.0 |
2472 | 2024-12-18T19:09:18.829Z | Checking plotters v0.3.7 |
2473 | 2024-12-18T19:09:18.857Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2474 | 2024-12-18T19:09:18.967Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2475 | 2024-12-18T19:09:19.322Z | Checking fatfs v0.3.6 |
2476 | 2024-12-18T19:09:20.301Z | Checking tinytemplate v1.2.1 |
2477 | 2024-12-18T19:09:20.491Z | Checking csv-core v0.1.11 |
2478 | 2024-12-18T19:09:20.669Z | Checking oorandom v11.1.4 |
2479 | 2024-12-18T19:09:20.714Z | Checking shell-words v1.1.0 |
2480 | 2024-12-18T19:09:20.817Z | Checking hex-literal v0.4.1 |
2481 | 2024-12-18T19:09:20.849Z | Checking anes v0.1.6 |
2482 | 2024-12-18T19:09:20.884Z | Checking csv v1.3.0 |
2483 | 2024-12-18T19:09:20.965Z | Checking event-listener v5.3.1 |
2484 | 2024-12-18T19:09:21.196Z | Checking criterion v0.5.1 |
2485 | 2024-12-18T19:09:21.399Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2486 | 2024-12-18T19:09:21.732Z | Checking rtoolbox v0.0.2 |
2487 | 2024-12-18T19:09:21.951Z | Checking rpassword v7.3.1 |
2488 | 2024-12-18T19:09:22.128Z | Checking event-listener-strategy v0.5.2 |
2489 | 2024-12-18T19:09:22.319Z | Checking tui-tree-widget v0.22.0 |
2490 | 2024-12-18T19:09:22.665Z | Checking polyval v0.6.2 |
2491 | 2024-12-18T19:09:22.951Z | Checking ghash v0.5.1 |
2492 | 2024-12-18T19:09:23.146Z | Checking futures-lite v2.3.0 |
2493 | 2024-12-18T19:09:24.081Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2494 | 2024-12-18T19:09:24.663Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2495 | 2024-12-18T19:09:25.221Z | Checking ctr v0.9.2 |
2496 | 2024-12-18T19:09:25.528Z | Checking yansi v1.0.1 |
2497 | 2024-12-18T19:09:26.042Z | Checking pretty_assertions v1.4.1 |
2498 | 2024-12-18T19:09:26.122Z | Checking aes-gcm v0.10.3 |
2499 | 2024-12-18T19:09:26.264Z | Checking ssh-encoding v0.2.0 |
2500 | 2024-12-18T19:09:26.344Z | Checking blowfish v0.9.1 |
2501 | 2024-12-18T19:09:26.594Z | Checking bcrypt-pbkdf v0.10.0 |
2502 | 2024-12-18T19:09:26.619Z | Checking ssh-cipher v0.2.0 |
2503 | 2024-12-18T19:09:26.863Z | Checking async-lock v3.4.0 |
2504 | 2024-12-18T19:09:26.907Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2505 | 2024-12-18T19:09:27.636Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2506 | 2024-12-18T19:09:27.724Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2507 | 2024-12-18T19:09:27.865Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2508 | 2024-12-18T19:09:28.730Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2509 | 2024-12-18T19:09:28.955Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2510 | 2024-12-18T19:09:29.267Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2511 | 2024-12-18T19:09:30.778Z | Checking polling v3.7.3 |
2512 | 2024-12-18T19:09:31.189Z | Checking password-hash v0.4.2 |
2513 | 2024-12-18T19:09:31.631Z | Checking matches v0.1.10 |
2514 | 2024-12-18T19:09:31.757Z | Checking idna v0.2.3 |
2515 | 2024-12-18T19:09:32.647Z | Checking pbkdf2 v0.11.0 |
2516 | 2024-12-18T19:09:32.952Z | Checking async-io v2.3.4 |
2517 | 2024-12-18T19:09:33.790Z | Checking ssh-key v0.6.6 |
2518 | 2024-12-18T19:09:34.120Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2519 | 2024-12-18T19:09:35.227Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2520 | 2024-12-18T19:09:35.409Z | Checking p521 v0.13.3 |
2521 | 2024-12-18T19:09:35.965Z | Checking p256 v0.13.2 |
2522 | 2024-12-18T19:09:36.208Z | Checking russh-cryptovec v0.7.3 |
2523 | 2024-12-18T19:09:36.374Z | Compiling enum-as-inner v0.5.1 |
2524 | 2024-12-18T19:09:36.439Z | Compiling target-lexicon v0.12.16 |
2525 | 2024-12-18T19:09:36.823Z | Compiling doc-comment v0.3.3 |
2526 | 2024-12-18T19:09:37.411Z | Checking md5 v0.7.0 |
2527 | 2024-12-18T19:09:37.433Z | Checking async-task v4.7.1 |
2528 | 2024-12-18T19:09:37.542Z | Checking trust-dns-proto v0.22.0 |
2529 | 2024-12-18T19:09:37.719Z | Checking russh-keys v0.45.0 |
2530 | 2024-12-18T19:09:37.925Z | Checking async-channel v2.3.1 |
2531 | 2024-12-18T19:09:38.261Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2532 | 2024-12-18T19:09:39.076Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2533 | 2024-12-18T19:09:39.982Z | Checking piper v0.2.4 |
2534 | 2024-12-18T19:09:40.187Z | Checking num-bigint v0.4.6 |
2535 | 2024-12-18T19:09:40.214Z | Checking des v0.8.1 |
2536 | 2024-12-18T19:09:40.500Z | Checking futures-timer v3.0.3 |
2537 | 2024-12-18T19:09:40.816Z | Compiling guppy-workspace-hack v0.1.0 |
2538 | 2024-12-18T19:09:41.109Z | Compiling assert_cmd v2.0.16 |
2539 | 2024-12-18T19:09:41.188Z | Compiling dhcproto-macros v0.1.0 |
2540 | 2024-12-18T19:09:41.625Z | Checking blocking v1.6.1 |
2541 | 2024-12-18T19:09:42.067Z | Checking async-executor v1.13.1 |
2542 | 2024-12-18T19:09:42.135Z | Checking dhcproto v0.12.0 |
2543 | 2024-12-18T19:09:42.704Z | Checking russh v0.45.0 |
2544 | 2024-12-18T19:09:42.903Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2545 | 2024-12-18T19:09:43.505Z | Checking async-signal v0.2.10 |
2546 | 2024-12-18T19:09:43.768Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2547 | 2024-12-18T19:09:44.115Z | Compiling target-spec v3.2.2 |
2548 | 2024-12-18T19:09:44.177Z | Checking event-listener v2.5.3 |
2549 | 2024-12-18T19:09:44.400Z | Checking internet-checksum v0.2.1 |
2550 | 2024-12-18T19:09:44.724Z | Checking async-channel v1.9.0 |
2551 | 2024-12-18T19:09:45.604Z | Checking async-process v2.3.0 |
2552 | 2024-12-18T19:09:46.043Z | Checking cfg-expr v0.17.0 |
2553 | 2024-12-18T19:09:46.673Z | Checking async-global-executor v2.4.1 |
2554 | 2024-12-18T19:09:47.057Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2555 | 2024-12-18T19:09:47.106Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2556 | 2024-12-18T19:09:47.267Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2557 | 2024-12-18T19:09:47.742Z | Checking httptest v0.16.1 |
2558 | 2024-12-18T19:09:48.464Z | Checking rustls-native-certs v0.7.3 |
2559 | 2024-12-18T19:09:48.587Z | Compiling petname v2.0.2 |
2560 | 2024-12-18T19:09:48.661Z | Checking num_cpus v1.16.0 |
2561 | 2024-12-18T19:09:48.813Z | Checking kv-log-macro v1.0.7 |
2562 | 2024-12-18T19:09:48.968Z | Compiling async-attributes v1.1.2 |
2563 | 2024-12-18T19:09:49.838Z | Checking async-std v1.13.0 |
2564 | 2024-12-18T19:09:51.726Z | Checking threadpool v1.8.1 |
2565 | 2024-12-18T19:09:51.947Z | Checking hyper-rustls v0.26.0 |
2566 | 2024-12-18T19:09:52.295Z | Checking pathdiff v0.2.2 |
2567 | 2024-12-18T19:09:52.384Z | Compiling rstest_macros v0.23.0 |
2568 | 2024-12-18T19:09:52.454Z | Compiling target-triple v0.1.3 |
2569 | 2024-12-18T19:09:52.908Z | Checking nested v0.1.1 |
2570 | 2024-12-18T19:09:53.014Z | Checking escape8259 v0.5.3 |
2571 | 2024-12-18T19:09:53.146Z | Checking guppy v0.17.8 |
2572 | 2024-12-18T19:09:53.176Z | Checking libtest-mimic v0.7.3 |
2573 | 2024-12-18T19:09:53.460Z | Checking async-object-pool v0.1.5 |
2574 | 2024-12-18T19:09:53.794Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2575 | 2024-12-18T19:09:54.480Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2576 | 2024-12-18T19:09:54.791Z | Checking similar-asserts v1.6.0 |
2577 | 2024-12-18T19:09:55.037Z | Checking fancy-regex v0.13.0 |
2578 | 2024-12-18T19:09:55.218Z | Checking serde_regex v1.1.0 |
2579 | 2024-12-18T19:09:55.510Z | Checking assert-json-diff v2.0.2 |
2580 | 2024-12-18T19:09:55.778Z | Compiling proc-macro-crate v3.2.0 |
2581 | 2024-12-18T19:09:55.812Z | Checking path-tree v0.8.1 |
2582 | 2024-12-18T19:09:56.159Z | Checking stringmetrics v2.2.2 |
2583 | 2024-12-18T19:09:56.417Z | Compiling relative-path v1.9.3 |
2584 | 2024-12-18T19:09:56.879Z | Checking sync-ptr v0.1.1 |
2585 | 2024-12-18T19:09:57.108Z | Checking httpmock v0.8.0-alpha.1 |
2586 | 2024-12-18T19:09:57.158Z | Checking datatest-stable v0.2.9 |
2587 | 2024-12-18T19:09:57.626Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2588 | 2024-12-18T19:09:58.044Z | Checking blake2b_simd v1.0.2 |
2589 | 2024-12-18T19:09:58.881Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2590 | 2024-12-18T19:09:59.387Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2591 | 2024-12-18T19:09:59.706Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2592 | 2024-12-18T19:10:00.007Z | Compiling git2 v0.19.0 |
2593 | 2024-12-18T19:10:00.029Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2594 | 2024-12-18T19:10:00.340Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2595 | 2024-12-18T19:10:00.879Z | Checking serde_tokenstream v0.2.2 |
2596 | 2024-12-18T19:10:01.278Z | Checking uzers v0.12.1 |
2597 | 2024-12-18T19:10:01.858Z | Checking rust-argon2 v2.1.0 |
2598 | 2024-12-18T19:10:02.351Z | Checking trybuild v1.0.101 |
2599 | 2024-12-18T19:10:02.540Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2600 | 2024-12-18T19:10:03.774Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2601 | 2024-12-18T19:10:03.954Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2602 | 2024-12-18T19:10:05.292Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2603 | 2024-12-18T19:10:07.657Z | Checking rand_distr v0.4.3 |
2604 | 2024-12-18T19:10:08.003Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2605 | 2024-12-18T19:10:08.083Z | Checking rstest v0.23.0 |
2606 | 2024-12-18T19:10:08.305Z | Checking multimap v0.10.0 |
2607 | 2024-12-18T19:10:08.402Z | Checking approx v0.5.1 |
2608 | 2024-12-18T19:10:08.664Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2609 | 2024-12-18T19:10:09.378Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2610 | 2024-12-18T19:10:09.554Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2611 | 2024-12-18T19:10:09.920Z | Checking partial-io v0.5.4 |
2612 | 2024-12-18T19:10:09.959Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2613 | 2024-12-18T19:10:10.331Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2614 | 2024-12-18T19:10:10.394Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2615 | 2024-12-18T19:10:10.648Z | Checking cargo_toml v0.20.5 |
2616 | 2024-12-18T19:10:11.054Z | Checking termios v0.3.3 |
2617 | 2024-12-18T19:10:11.146Z | Compiling indoc v2.0.5 |
2618 | 2024-12-18T19:10:11.338Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2619 | 2024-12-18T19:10:12.500Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2620 | 2024-12-18T19:10:12.624Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2621 | 2024-12-18T19:10:31.637Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2622 | 2024-12-18T19:10:34.734Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2623 | 2024-12-18T19:10:37.350Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2624 | 2024-12-18T19:10:57.285Z | Compiling polar-core v0.27.3 |
2625 | 2024-12-18T19:11:08.481Z | Checking oso v0.27.3 |
2626 | 2024-12-18T19:11:11.097Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2627 | 2024-12-18T19:11:12.151Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2628 | 2024-12-18T19:11:13.160Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2629 | 2024-12-18T19:11:56.555Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2630 | 2024-12-18T19:11:56.555Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2631 | 2024-12-18T19:11:56.557Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2632 | 2024-12-18T19:13:17.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 36s |
2633 | 2024-12-18T19:13:18.130Z | |
2634 | 2024-12-18T19:13:18.130Z | real 6:41.060075178 |
2635 | 2024-12-18T19:13:18.130Z | user 35:41.026646781 |
2636 | 2024-12-18T19:13:18.130Z | sys 6:41.826681818 |
2637 | 2024-12-18T19:13:18.130Z | trap 0.955360673 |
2638 | 2024-12-18T19:13:18.132Z | tflt 2.229735437 |
2639 | 2024-12-18T19:13:18.132Z | dflt 0.792052736 |
2640 | 2024-12-18T19:13:18.132Z | kflt 0.000871704 |
2641 | 2024-12-18T19:13:18.133Z | lock 51:47.120750545 |
2642 | 2024-12-18T19:13:18.133Z | slp 2:03:47.451824310 |
2643 | 2024-12-18T19:13:18.133Z | lat 1:41.033584009 |
2644 | 2024-12-18T19:13:18.133Z | stop 6:18.690272248 |
2645 | 2024-12-18T19:13:18.133Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2646 | 2024-12-18T19:13:18.133Z | + ptime -m cargo doc --workspace --no-deps |
2647 | 2024-12-18T19:13:19.323Z | warning: output filename collision. |
2648 | 2024-12-18T19:13:19.323Z | 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)`. |
2649 | 2024-12-18T19:13:19.323Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2650 | 2024-12-18T19:13:19.323Z | The targets should have unique names. |
2651 | 2024-12-18T19:13:19.324Z | This is a known bug where multiple crates with the same name use |
2652 | 2024-12-18T19:13:19.324Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2653 | 2024-12-18T19:13:19.765Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2654 | 2024-12-18T19:13:19.834Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2655 | 2024-12-18T19:13:19.853Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2656 | 2024-12-18T19:13:19.892Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2657 | 2024-12-18T19:13:19.917Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2658 | 2024-12-18T19:13:19.948Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2659 | 2024-12-18T19:13:19.948Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2660 | 2024-12-18T19:13:20.129Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2661 | 2024-12-18T19:13:20.157Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2662 | 2024-12-18T19:13:20.180Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2663 | 2024-12-18T19:13:20.213Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2664 | 2024-12-18T19:13:20.390Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2665 | 2024-12-18T19:13:20.533Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2666 | 2024-12-18T19:13:20.678Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2667 | 2024-12-18T19:13:20.901Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2668 | 2024-12-18T19:13:23.627Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2669 | 2024-12-18T19:13:24.795Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2670 | 2024-12-18T19:13:25.122Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2671 | 2024-12-18T19:13:25.147Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2672 | 2024-12-18T19:13:25.342Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2673 | 2024-12-18T19:13:25.370Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2674 | 2024-12-18T19:13:25.470Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2675 | 2024-12-18T19:13:25.642Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2676 | 2024-12-18T19:13:25.822Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2677 | 2024-12-18T19:13:26.135Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2678 | 2024-12-18T19:13:26.263Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2679 | 2024-12-18T19:13:26.572Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2680 | 2024-12-18T19:13:26.844Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2681 | 2024-12-18T19:13:26.922Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2682 | 2024-12-18T19:13:27.050Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2683 | 2024-12-18T19:13:27.221Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2684 | 2024-12-18T19:13:27.288Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2685 | 2024-12-18T19:13:27.387Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2686 | 2024-12-18T19:13:27.439Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2687 | 2024-12-18T19:13:27.531Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2688 | 2024-12-18T19:13:27.753Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2689 | 2024-12-18T19:13:28.056Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2690 | 2024-12-18T19:13:28.354Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2691 | 2024-12-18T19:13:28.382Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2692 | 2024-12-18T19:13:28.768Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2693 | 2024-12-18T19:13:28.824Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2694 | 2024-12-18T19:13:28.826Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2695 | 2024-12-18T19:13:29.689Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2696 | 2024-12-18T19:13:30.514Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2697 | 2024-12-18T19:13:32.068Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2698 | 2024-12-18T19:13:33.894Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2699 | 2024-12-18T19:13:34.721Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2700 | 2024-12-18T19:13:35.011Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2701 | 2024-12-18T19:13:35.611Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2702 | 2024-12-18T19:13:35.672Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2703 | 2024-12-18T19:13:36.364Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2704 | 2024-12-18T19:13:36.663Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2705 | 2024-12-18T19:13:37.182Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2706 | 2024-12-18T19:13:37.467Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2707 | 2024-12-18T19:13:37.662Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2708 | 2024-12-18T19:13:39.378Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2709 | 2024-12-18T19:13:43.925Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2710 | 2024-12-18T19:13:45.349Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2711 | 2024-12-18T19:13:45.412Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2712 | 2024-12-18T19:13:45.945Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2713 | 2024-12-18T19:13:46.404Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2714 | 2024-12-18T19:13:46.481Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2715 | 2024-12-18T19:13:46.515Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2716 | 2024-12-18T19:13:47.001Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2717 | 2024-12-18T19:13:47.207Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2718 | 2024-12-18T19:13:48.465Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2719 | 2024-12-18T19:13:48.826Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2720 | 2024-12-18T19:13:49.119Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2721 | 2024-12-18T19:13:49.534Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2722 | 2024-12-18T19:13:49.995Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2723 | 2024-12-18T19:13:50.264Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2724 | 2024-12-18T19:13:50.304Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2725 | 2024-12-18T19:13:50.352Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2726 | 2024-12-18T19:13:50.423Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2727 | 2024-12-18T19:13:50.752Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2728 | 2024-12-18T19:13:51.928Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2729 | 2024-12-18T19:13:52.113Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2730 | 2024-12-18T19:13:52.331Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2731 | 2024-12-18T19:13:52.505Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2732 | 2024-12-18T19:13:53.386Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2733 | 2024-12-18T19:13:53.559Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2734 | 2024-12-18T19:13:54.248Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2735 | 2024-12-18T19:13:54.857Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2736 | 2024-12-18T19:13:55.230Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2737 | 2024-12-18T19:13:55.338Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2738 | 2024-12-18T19:13:55.360Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2739 | 2024-12-18T19:13:55.657Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2740 | 2024-12-18T19:13:56.010Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2741 | 2024-12-18T19:13:56.391Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2742 | 2024-12-18T19:13:56.911Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2743 | 2024-12-18T19:13:57.180Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2744 | 2024-12-18T19:13:57.216Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2745 | 2024-12-18T19:13:57.475Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2746 | 2024-12-18T19:13:57.760Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2747 | 2024-12-18T19:13:58.357Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2748 | 2024-12-18T19:13:58.709Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2749 | 2024-12-18T19:13:59.125Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2750 | 2024-12-18T19:13:59.281Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2751 | 2024-12-18T19:13:59.732Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2752 | 2024-12-18T19:13:59.753Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2753 | 2024-12-18T19:13:59.828Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2754 | 2024-12-18T19:14:00.395Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2755 | 2024-12-18T19:14:01.243Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2756 | 2024-12-18T19:14:01.501Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2757 | 2024-12-18T19:14:02.403Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2758 | 2024-12-18T19:14:02.405Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2759 | 2024-12-18T19:14:04.511Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2760 | 2024-12-18T19:14:05.597Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2761 | 2024-12-18T19:14:05.674Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2762 | 2024-12-18T19:14:07.250Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2763 | 2024-12-18T19:14:08.048Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2764 | 2024-12-18T19:14:11.047Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2765 | 2024-12-18T19:14:12.081Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2766 | 2024-12-18T19:14:17.644Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2767 | 2024-12-18T19:14:18.841Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2768 | 2024-12-18T19:14:21.541Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2769 | 2024-12-18T19:14:22.046Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2770 | 2024-12-18T19:14:26.719Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2771 | 2024-12-18T19:14:28.033Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2772 | 2024-12-18T19:15:09.224Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2773 | 2024-12-18T19:15:13.537Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2774 | 2024-12-18T19:15:20.703Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2775 | 2024-12-18T19:15:34.877Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2776 | 2024-12-18T19:15:55.529Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2777 | 2024-12-18T19:15:56.914Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2778 | 2024-12-18T19:15:58.647Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2779 | 2024-12-18T19:15:58.801Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2780 | 2024-12-18T19:15:59.449Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2781 | 2024-12-18T19:16:01.661Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2782 | 2024-12-18T19:16:03.555Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2783 | 2024-12-18T19:16:04.484Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2784 | 2024-12-18T19:16:20.114Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2785 | 2024-12-18T19:16:39.492Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2786 | 2024-12-18T19:17:01.652Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2787 | 2024-12-18T19:17:04.421Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2788 | 2024-12-18T19:17:08.496Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2789 | 2024-12-18T19:17:14.269Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2790 | 2024-12-18T19:17:21.234Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2791 | 2024-12-18T19:17:30.616Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2792 | 2024-12-18T19:17:31.950Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2793 | 2024-12-18T19:17:44.748Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2794 | 2024-12-18T19:17:46.772Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2795 | 2024-12-18T19:17:52.230Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2796 | 2024-12-18T19:17:57.157Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2797 | 2024-12-18T19:18:01.549Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2798 | 2024-12-18T19:18:08.211Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2799 | 2024-12-18T19:18:14.200Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2800 | 2024-12-18T19:18:18.844Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2801 | 2024-12-18T19:18:21.863Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2802 | 2024-12-18T19:18:21.890Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2803 | 2024-12-18T19:18:26.045Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2804 | 2024-12-18T19:18:27.853Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2805 | 2024-12-18T19:18:34.573Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2806 | 2024-12-18T19:18:38.918Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2807 | 2024-12-18T19:18:40.062Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2808 | 2024-12-18T19:18:41.124Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2809 | 2024-12-18T19:18:46.285Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2810 | 2024-12-18T19:18:47.927Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2811 | 2024-12-18T19:18:52.029Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2812 | 2024-12-18T19:19:04.100Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2813 | 2024-12-18T19:19:04.626Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2814 | 2024-12-18T19:19:07.026Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2815 | 2024-12-18T19:19:08.318Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2816 | 2024-12-18T19:19:08.795Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2817 | 2024-12-18T19:19:12.948Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2818 | 2024-12-18T19:19:19.548Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2819 | 2024-12-18T19:19:19.873Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2820 | 2024-12-18T19:19:28.098Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2821 | 2024-12-18T19:19:34.460Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2822 | 2024-12-18T19:19:34.617Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2823 | 2024-12-18T19:19:36.035Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2824 | 2024-12-18T19:19:36.367Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2825 | 2024-12-18T19:19:36.454Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2826 | 2024-12-18T19:19:37.327Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2827 | 2024-12-18T19:19:51.211Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2828 | 2024-12-18T19:19:52.368Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2829 | 2024-12-18T19:19:54.729Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2830 | 2024-12-18T19:19:55.328Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2831 | 2024-12-18T19:19:58.761Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2832 | 2024-12-18T19:20:00.195Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2833 | 2024-12-18T19:20:00.348Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2834 | 2024-12-18T19:20:05.578Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2835 | 2024-12-18T19:20:06.883Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2836 | 2024-12-18T19:20:12.253Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2837 | 2024-12-18T19:20:14.819Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2838 | 2024-12-18T19:20:15.754Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2839 | 2024-12-18T19:20:18.695Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2840 | 2024-12-18T19:20:22.191Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2841 | 2024-12-18T19:20:26.492Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2842 | 2024-12-18T19:20:29.932Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2843 | 2024-12-18T19:20:29.951Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2844 | 2024-12-18T19:20:30.963Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2845 | 2024-12-18T19:20:36.388Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2846 | 2024-12-18T19:20:39.374Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2847 | 2024-12-18T19:20:42.582Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2848 | 2024-12-18T19:20:44.699Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2849 | 2024-12-18T19:20:45.594Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2850 | 2024-12-18T19:20:50.342Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2851 | 2024-12-18T19:20:53.796Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2852 | 2024-12-18T19:20:53.979Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2853 | 2024-12-18T19:20:56.782Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2854 | 2024-12-18T19:20:57.559Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2855 | 2024-12-18T19:20:59.074Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2856 | 2024-12-18T19:21:03.533Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2857 | 2024-12-18T19:21:05.477Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2858 | 2024-12-18T19:21:07.386Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2859 | 2024-12-18T19:21:07.726Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2860 | 2024-12-18T19:21:08.097Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2861 | 2024-12-18T19:21:09.249Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2862 | 2024-12-18T19:21:11.285Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2863 | 2024-12-18T19:21:13.029Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2864 | 2024-12-18T19:21:18.890Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2865 | 2024-12-18T19:21:19.412Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2866 | 2024-12-18T19:21:21.921Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2867 | 2024-12-18T19:21:22.154Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2868 | 2024-12-18T19:21:25.254Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2869 | 2024-12-18T19:21:25.994Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2870 | 2024-12-18T19:21:27.174Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2871 | 2024-12-18T19:21:27.291Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2872 | 2024-12-18T19:21:29.348Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2873 | 2024-12-18T19:21:34.105Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2874 | 2024-12-18T19:21:34.778Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2875 | 2024-12-18T19:21:35.760Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2876 | 2024-12-18T19:21:35.779Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2877 | 2024-12-18T19:21:36.807Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2878 | 2024-12-18T19:21:37.593Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2879 | 2024-12-18T19:21:39.397Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2880 | 2024-12-18T19:21:40.480Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2881 | 2024-12-18T19:21:40.786Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2882 | 2024-12-18T19:21:42.593Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2883 | 2024-12-18T19:21:43.026Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2884 | 2024-12-18T19:22:11.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 53s |
2885 | 2024-12-18T19:22:11.996Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 141 other files |
2886 | 2024-12-18T19:22:12.060Z | |
2887 | 2024-12-18T19:22:12.063Z | real 8:53.876560699 |
2888 | 2024-12-18T19:22:12.063Z | user 26:01.545775901 |
2889 | 2024-12-18T19:22:12.063Z | sys 41:30.080911794 |
2890 | 2024-12-18T19:22:12.063Z | trap 0.417820580 |
2891 | 2024-12-18T19:22:12.063Z | tflt 0.260230801 |
2892 | 2024-12-18T19:22:12.063Z | dflt 0.160221168 |
2893 | 2024-12-18T19:22:12.063Z | kflt 0.000000650 |
2894 | 2024-12-18T19:22:12.064Z | lock 1:29:46.654656557 |
2895 | 2024-12-18T19:22:12.064Z | slp 2:31:44.280168727 |
2896 | 2024-12-18T19:22:12.064Z | lat 1:13.778645425 |
2897 | 2024-12-18T19:22:12.064Z | stop 1:12.350606671 |
2898 | 2024-12-18T19:22:12.064Z | process exited: duration 1289917 ms, exit code 0 |
|
2899 | 2024-12-18T19:22:12.070Z | found 0 output files |