|
|
|
1 | 2024-08-28T17:12:41.038Z | job assigned to worker 01J6CZJ1RS7RJJY1BT026V6XQ9 (queued for 45 s) |
|
2 | 2024-08-28T17:12:48.752Z | starting task 0: "setup" |
3 | 2024-08-28T17:12:48.791Z | ++ uname -s |
4 | 2024-08-28T17:12:48.794Z | + kern=SunOS |
5 | 2024-08-28T17:12:48.794Z | + case "$kern" in |
6 | 2024-08-28T17:12:48.794Z | + groupadd -g 12345 build |
7 | 2024-08-28T17:12:48.805Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-28T17:12:50.826Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-28T17:12:50.903Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-28T17:12:50.905Z | + home_fs=zfs |
11 | 2024-08-28T17:12:50.905Z | + [[ zfs == autofs ]] |
12 | 2024-08-28T17:12:50.905Z | + mkdir -p /home/build |
13 | 2024-08-28T17:12:50.907Z | + chown build:build /home/build /work |
14 | 2024-08-28T17:12:52.910Z | + chmod 0700 /home/build /work |
15 | 2024-08-28T17:12:52.913Z | process exited: duration 4161 ms, exit code 0 |
|
16 | 2024-08-28T17:12:52.918Z | starting task 1: "rust-toolchain" |
17 | 2024-08-28T17:12:52.924Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-28T17:12:52.924Z | ' 1.80.1 |
19 | 2024-08-28T17:12:52.924Z | * toolchain channel = "1.80.1" |
20 | 2024-08-28T17:12:52.926Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-28T17:12:52.926Z | * toolchain profile = "default" |
22 | 2024-08-28T17:12:52.926Z | ' default |
23 | 2024-08-28T17:12:52.926Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-28T17:12:52.926Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-28T17:12:53.050Z | info: downloading installer |
26 | 2024-08-28T17:12:54.620Z | info: profile set to 'default' |
27 | 2024-08-28T17:12:54.622Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-28T17:12:54.622Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-28T17:12:54.773Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-28T17:12:54.773Z | info: downloading component 'cargo' |
31 | 2024-08-28T17:12:55.608Z | info: downloading component 'clippy' |
32 | 2024-08-28T17:12:56.008Z | info: downloading component 'rust-docs' |
33 | 2024-08-28T17:12:57.171Z | info: downloading component 'rust-std' |
34 | 2024-08-28T17:12:58.789Z | info: downloading component 'rustc' |
35 | 2024-08-28T17:13:03.375Z | info: downloading component 'rustfmt' |
36 | 2024-08-28T17:13:03.618Z | info: installing component 'cargo' |
37 | 2024-08-28T17:13:04.474Z | info: installing component 'clippy' |
38 | 2024-08-28T17:13:04.849Z | info: installing component 'rust-docs' |
39 | 2024-08-28T17:13:06.539Z | info: installing component 'rust-std' |
40 | 2024-08-28T17:13:08.236Z | info: installing component 'rustc' |
41 | 2024-08-28T17:13:12.612Z | info: installing component 'rustfmt' |
42 | 2024-08-28T17:13:12.973Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-28T17:13:12.973Z | |
44 | 2024-08-28T17:13:13.237Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-28T17:13:13.237Z | |
46 | 2024-08-28T17:13:13.240Z | |
47 | 2024-08-28T17:13:13.240Z | Rust is installed now. Great! |
48 | 2024-08-28T17:13:13.240Z | |
49 | 2024-08-28T17:13:13.240Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-28T17:13:13.240Z | environment variable. This has not been done automatically. |
51 | 2024-08-28T17:13:13.240Z | |
52 | 2024-08-28T17:13:13.240Z | To configure your current shell, you need to source |
53 | 2024-08-28T17:13:13.240Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-28T17:13:13.240Z | |
55 | 2024-08-28T17:13:13.240Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-28T17:13:13.240Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-28T17:13:13.240Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-28T17:13:13.297Z | + rustc --version |
59 | 2024-08-28T17:13:13.365Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-28T17:13:13.369Z | process exited: duration 20447 ms, exit code 0 |
|
61 | 2024-08-28T17:13:13.374Z | starting task 2: "authentication" |
62 | 2024-08-28T17:13:13.397Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-08-28T17:13:13.402Z | starting task 3: "clone repository" |
64 | 2024-08-28T17:13:13.407Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-28T17:13:13.410Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-28T17:13:13.452Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-28T17:13:20.470Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-28T17:13:20.473Z | + git fetch origin 474ec133d0cc105366632249e5bc93cad4fe517f |
69 | 2024-08-28T17:13:20.772Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-28T17:13:20.772Z | * branch 474ec133d0cc105366632249e5bc93cad4fe517f -> FETCH_HEAD |
71 | 2024-08-28T17:13:20.784Z | + [[ -n explicit-datasets ]] |
72 | 2024-08-28T17:13:20.786Z | ++ git branch --show-current |
73 | 2024-08-28T17:13:20.789Z | + current=main |
74 | 2024-08-28T17:13:20.789Z | + [[ main != explicit-datasets ]] |
75 | 2024-08-28T17:13:20.789Z | + git branch -f explicit-datasets 474ec133d0cc105366632249e5bc93cad4fe517f |
76 | 2024-08-28T17:13:20.792Z | + git checkout -f explicit-datasets |
77 | 2024-08-28T17:13:20.952Z | Switched to branch 'explicit-datasets' |
78 | 2024-08-28T17:13:20.954Z | + git reset --hard 474ec133d0cc105366632249e5bc93cad4fe517f |
79 | 2024-08-28T17:13:21.112Z | HEAD is now at 474ec133d schemas |
80 | 2024-08-28T17:13:21.119Z | process exited: duration 7709 ms, exit code 0 |
|
81 | 2024-08-28T17:13:21.126Z | starting task 4: "build" |
82 | 2024-08-28T17:13:21.133Z | + cargo --version |
83 | 2024-08-28T17:13:21.193Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-28T17:13:21.196Z | + rustc --version |
85 | 2024-08-28T17:13:21.259Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-28T17:13:21.262Z | + source ./env.sh |
87 | 2024-08-28T17:13:21.265Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-28T17:13:21.265Z | ++ set -o xtrace |
89 | 2024-08-28T17:13:21.267Z | ++++ dirname ./env.sh |
90 | 2024-08-28T17:13:21.267Z | +++ readlink -f . |
91 | 2024-08-28T17:13:21.271Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-28T17:13:21.271Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-28T17:13:21.271Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-28T17:13:21.271Z | ++ 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 |
95 | 2024-08-28T17:13:21.271Z | ++ 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 |
96 | 2024-08-28T17:13:21.271Z | ++ 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 |
97 | 2024-08-28T17:13:21.271Z | ++ 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 |
98 | 2024-08-28T17:13:21.271Z | ++ 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 |
99 | 2024-08-28T17:13:21.271Z | ++ 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 |
100 | 2024-08-28T17:13:21.271Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-28T17:13:21.271Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-28T17:13:21.271Z | + banner prerequisites |
103 | 2024-08-28T17:13:21.274Z | |
104 | 2024-08-28T17:13:21.274Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-28T17:13:21.274Z | # # # # # # # # # # # # # # # |
106 | 2024-08-28T17:13:21.274Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-28T17:13:21.274Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-28T17:13:21.274Z | # # # # # # # # # # # # # # # |
109 | 2024-08-28T17:13:21.274Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-28T17:13:21.274Z | |
111 | 2024-08-28T17:13:21.274Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-28T17:13:25.997Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-28T17:13:28.352Z | Startup: Caching catalogs ... Done |
114 | 2024-08-28T17:13:30.305Z | Planning: Solver setup ... Done (1.380s) |
115 | 2024-08-28T17:13:30.327Z | Planning: Running solver ... Done (0.022s) |
116 | 2024-08-28T17:13:30.367Z | Planning: Finding local manifests ... Done (0.003s) |
117 | 2024-08-28T17:13:30.380Z | Planning: Fetching manifests: 0/5 0% complete |
118 | 2024-08-28T17:13:30.602Z | Planning: Fetching manifests: 5/5 100% complete |
119 | 2024-08-28T17:13:30.713Z | Planning: Package planning ... Done (0.111s) |
120 | 2024-08-28T17:13:30.770Z | Planning: Merging actions ... Done (0.057s) |
121 | 2024-08-28T17:13:31.014Z | Planning: Checking for conflicting actions ... Done (0.243s) |
122 | 2024-08-28T17:13:32.650Z | Planning: Consolidating action changes ... Done (1.635s) |
123 | 2024-08-28T17:13:33.058Z | Planning: Evaluating mediators ... Done (0.407s) |
124 | 2024-08-28T17:13:33.143Z | Planning: Planning completed in 4.72 seconds |
125 | 2024-08-28T17:13:33.159Z | Packages to install: 4 |
126 | 2024-08-28T17:13:33.159Z | Packages to update: 1 |
127 | 2024-08-28T17:13:33.159Z | Mediators to change: 2 |
128 | 2024-08-28T17:13:33.159Z | Services to change: 1 |
129 | 2024-08-28T17:13:33.162Z | Estimated space available: 155.72 GB |
130 | 2024-08-28T17:13:33.162Z | Estimated space to be consumed: 1.53 GB |
131 | 2024-08-28T17:13:33.162Z | Create boot environment: No |
132 | 2024-08-28T17:13:33.162Z | Create backup boot environment: Yes |
133 | 2024-08-28T17:13:33.162Z | Rebuild boot archive: No |
134 | 2024-08-28T17:13:33.162Z | |
135 | 2024-08-28T17:13:33.162Z | Changed mediators: |
136 | 2024-08-28T17:13:33.163Z | mediator clang: |
137 | 2024-08-28T17:13:33.163Z | version: None -> 15 (system default) |
138 | 2024-08-28T17:13:33.163Z | |
139 | 2024-08-28T17:13:33.163Z | mediator llvm: |
140 | 2024-08-28T17:13:33.163Z | version: 14 (system default) -> 15 (system default) |
141 | 2024-08-28T17:13:33.163Z | |
142 | 2024-08-28T17:13:33.163Z | Changed packages: |
143 | 2024-08-28T17:13:33.163Z | helios-dev |
144 | 2024-08-28T17:13:33.163Z | developer/build-essential |
145 | 2024-08-28T17:13:33.163Z | None -> 11-2.0 |
146 | 2024-08-28T17:13:33.163Z | library/libxmlsec1 |
147 | 2024-08-28T17:13:33.163Z | None -> 1.2.35-2.0 |
148 | 2024-08-28T17:13:33.163Z | ooce/developer/clang-15 |
149 | 2024-08-28T17:13:33.163Z | None -> 15.0.7-2.0 |
150 | 2024-08-28T17:13:33.163Z | ooce/developer/llvm-15 |
151 | 2024-08-28T17:13:33.163Z | None -> 15.0.7-2.0 |
152 | 2024-08-28T17:13:33.163Z | package/pkg |
153 | 2024-08-28T17:13:33.163Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
154 | 2024-08-28T17:13:33.163Z | |
155 | 2024-08-28T17:13:33.163Z | Services: |
156 | 2024-08-28T17:13:33.163Z | restart_fmri: |
157 | 2024-08-28T17:13:33.163Z | svc:/system/update-man-index:default |
158 | 2024-08-28T17:13:33.163Z | |
159 | 2024-08-28T17:13:33.163Z | Editable files to change: |
160 | 2024-08-28T17:13:33.163Z | Update: |
161 | 2024-08-28T17:13:33.163Z | usr/share/lib/pkg/web/config.shtml |
162 | 2024-08-28T17:13:33.246Z | |
163 | 2024-08-28T17:13:33.246Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
164 | 2024-08-28T17:13:38.247Z | Download: 1245/4281 items 91.5/220.6MB 41% complete (18.2M/s) |
165 | 2024-08-28T17:13:43.248Z | Download: 3094/4281 items 121.4/220.6MB 55% complete (12.2M/s) |
166 | 2024-08-28T17:13:48.250Z | Download: 4048/4281 items 219.5/220.6MB 99% complete (13.1M/s) |
167 | 2024-08-28T17:13:48.967Z | Download: Completed 220.60 MB in 15.72 seconds (14.0M/s) |
168 | 2024-08-28T17:13:50.875Z | Actions: 1/5063 actions (Removing old actions) |
169 | 2024-08-28T17:13:50.892Z | Actions: 194/5063 actions (Installing new actions) |
170 | 2024-08-28T17:13:55.726Z | Actions: 4226/5063 actions (Updating modified actions) |
171 | 2024-08-28T17:13:56.033Z | Actions: Completed 5063 actions in 5.16 seconds. |
172 | 2024-08-28T17:13:56.351Z | Done (0.307s) |
173 | 2024-08-28T17:13:56.355Z | Done (0.000s) |
174 | 2024-08-28T17:13:56.732Z | Done (0.382s) |
175 | 2024-08-28T17:14:01.642Z | Done (4.709s) |
176 | 2024-08-28T17:14:01.734Z | Done (0.017s) |
177 | 2024-08-28T17:14:01.770Z | Done (0.000s) |
178 | 2024-08-28T17:14:01.905Z | Done (0.000s) |
179 | 2024-08-28T17:14:02.572Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-08-28T17:14:02.751Z | Planning: Checking for conflicting actions ... Done |
181 | 2024-08-28T17:14:02.754Z | Planning: Consolidating action changes ... Done |
182 | 2024-08-28T17:14:03.041Z | Planning: Evaluating mediators ... Done |
183 | 2024-08-28T17:14:03.045Z | Planning: Planning completed in 0.47 seconds |
184 | 2024-08-28T17:14:03.082Z | Mediators to change: 2 |
185 | 2024-08-28T17:14:03.082Z | Create boot environment: No |
186 | 2024-08-28T17:14:03.082Z | Create backup boot environment: No |
187 | 2024-08-28T17:14:03.168Z | Done |
188 | 2024-08-28T17:14:03.168Z | Done |
189 | 2024-08-28T17:14:03.409Z | Done |
190 | 2024-08-28T17:14:07.701Z | Done |
191 | 2024-08-28T17:14:07.804Z | Done |
192 | 2024-08-28T17:14:07.811Z | Done |
193 | 2024-08-28T17:14:07.915Z | Done |
194 | 2024-08-28T17:14:08.588Z | Planning: Evaluating mediator changes ... Done |
195 | 2024-08-28T17:14:08.590Z | Planning: Merging actions ... Done |
196 | 2024-08-28T17:14:08.791Z | Planning: Checking for conflicting actions ... Done |
197 | 2024-08-28T17:14:08.794Z | Planning: Consolidating action changes ... Done |
198 | 2024-08-28T17:14:09.078Z | Planning: Evaluating mediators ... Done |
199 | 2024-08-28T17:14:09.138Z | Planning: Planning completed in 0.80 seconds |
200 | 2024-08-28T17:14:09.182Z | Packages to change: 1 |
201 | 2024-08-28T17:14:09.182Z | Mediators to change: 1 |
202 | 2024-08-28T17:14:09.182Z | Services to change: 1 |
203 | 2024-08-28T17:14:09.185Z | Create boot environment: No |
204 | 2024-08-28T17:14:09.185Z | Create backup boot environment: Yes |
205 | 2024-08-28T17:14:11.090Z | Actions: 1/6 actions (Updating modified actions) |
206 | 2024-08-28T17:14:11.093Z | Actions: Completed 6 actions in 0.00 seconds. |
207 | 2024-08-28T17:14:11.093Z | Done |
208 | 2024-08-28T17:14:11.093Z | Done |
209 | 2024-08-28T17:14:11.176Z | Done |
210 | 2024-08-28T17:14:15.383Z | Done |
211 | 2024-08-28T17:14:15.490Z | Done |
212 | 2024-08-28T17:14:15.493Z | Done |
213 | 2024-08-28T17:14:15.612Z | Done |
214 | 2024-08-28T17:14:16.096Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
215 | 2024-08-28T17:14:16.096Z | clang system 15 system |
216 | 2024-08-28T17:14:16.096Z | csh system system illumos |
217 | 2024-08-28T17:14:16.096Z | ctags system system illumos |
218 | 2024-08-28T17:14:16.096Z | gcc vendor 12 vendor |
219 | 2024-08-28T17:14:16.096Z | gcc system 10 system |
220 | 2024-08-28T17:14:16.096Z | gcc system 7 system |
221 | 2024-08-28T17:14:16.096Z | go system 1.20 system |
222 | 2024-08-28T17:14:16.096Z | go system 1.19 system |
223 | 2024-08-28T17:14:16.096Z | llvm system 15 system |
224 | 2024-08-28T17:14:16.096Z | llvm system 14 system |
225 | 2024-08-28T17:14:16.096Z | mariadb system 10.6 system |
226 | 2024-08-28T17:14:16.096Z | mta vendor vendor dma |
227 | 2024-08-28T17:14:16.096Z | openjdk system 17 system |
228 | 2024-08-28T17:14:16.096Z | openjdk system 11 system |
229 | 2024-08-28T17:14:16.097Z | openjdk system 1.8 system |
230 | 2024-08-28T17:14:16.097Z | openssl vendor 3 vendor |
231 | 2024-08-28T17:14:16.097Z | perl system 5.36 system |
232 | 2024-08-28T17:14:16.097Z | postgresql system 15 system |
233 | 2024-08-28T17:14:16.097Z | postgresql system 13 system |
234 | 2024-08-28T17:14:16.097Z | python vendor 3 vendor |
235 | 2024-08-28T17:14:16.097Z | python system 2 system |
236 | 2024-08-28T17:14:16.097Z | python3 system 3.11 system |
237 | 2024-08-28T17:14:16.097Z | ruby system 3.0 system |
238 | 2024-08-28T17:14:16.097Z | words vendor vendor american-english |
239 | 2024-08-28T17:14:16.097Z | words system system australian-english |
240 | 2024-08-28T17:14:16.097Z | words system system british-english |
241 | 2024-08-28T17:14:16.097Z | words system system canadian-english |
242 | 2024-08-28T17:14:16.097Z | words system system french |
243 | 2024-08-28T17:14:16.097Z | words system system italian |
244 | 2024-08-28T17:14:16.097Z | words system system ngerman |
245 | 2024-08-28T17:14:16.097Z | words system system ogerman |
246 | 2024-08-28T17:14:16.097Z | words system system spanish |
247 | 2024-08-28T17:14:16.462Z | PUBLISHER TYPE STATUS P LOCATION |
248 | 2024-08-28T17:14:16.462Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
249 | 2024-08-28T17:14:18.355Z | FMRI IFO |
250 | 2024-08-28T17:14:18.355Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
251 | 2024-08-28T17:14:18.355Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
252 | 2024-08-28T17:14:18.355Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
253 | 2024-08-28T17:14:18.355Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
254 | 2024-08-28T17:14:18.355Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
255 | 2024-08-28T17:14:18.355Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
256 | 2024-08-28T17:14:18.355Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
257 | 2024-08-28T17:14:18.355Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
258 | 2024-08-28T17:14:18.355Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
259 | 2024-08-28T17:14:18.355Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
260 | 2024-08-28T17:14:18.355Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
261 | 2024-08-28T17:14:18.355Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
262 | 2024-08-28T17:14:18.355Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
263 | 2024-08-28T17:14:19.055Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
264 | 2024-08-28T17:14:19.347Z | Updating git repository `https://github.com/oxidecomputer/zone` |
265 | 2024-08-28T17:14:19.694Z | Updating crates.io index |
266 | 2024-08-28T17:14:19.715Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
267 | 2024-08-28T17:14:20.412Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
268 | 2024-08-28T17:14:21.171Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
269 | 2024-08-28T17:14:21.441Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
270 | 2024-08-28T17:14:22.929Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
271 | 2024-08-28T17:14:23.156Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
272 | 2024-08-28T17:14:23.358Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
273 | 2024-08-28T17:14:24.427Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
274 | 2024-08-28T17:14:26.351Z | Updating git repository `https://github.com/oxidecomputer/opte` |
275 | 2024-08-28T17:14:27.326Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
276 | 2024-08-28T17:14:28.016Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
277 | 2024-08-28T17:14:28.266Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
278 | 2024-08-28T17:14:28.899Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
279 | 2024-08-28T17:14:29.137Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
280 | 2024-08-28T17:14:29.480Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
281 | 2024-08-28T17:14:29.764Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
282 | 2024-08-28T17:14:30.014Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
283 | 2024-08-28T17:14:30.281Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
284 | 2024-08-28T17:14:30.534Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
285 | 2024-08-28T17:14:30.869Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
286 | 2024-08-28T17:14:31.163Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
287 | 2024-08-28T17:14:31.452Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
288 | 2024-08-28T17:14:31.785Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
289 | 2024-08-28T17:14:32.207Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
290 | 2024-08-28T17:14:32.483Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
291 | 2024-08-28T17:14:33.142Z | Updating git repository `https://github.com/oxidecomputer/typify` |
292 | 2024-08-28T17:14:35.203Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
293 | 2024-08-28T17:14:35.449Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
294 | 2024-08-28T17:14:35.693Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
295 | 2024-08-28T17:14:36.172Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
296 | 2024-08-28T17:14:37.410Z | Downloading crates ... |
297 | 2024-08-28T17:14:37.470Z | Downloaded anstream v0.6.14 |
298 | 2024-08-28T17:14:37.473Z | Downloaded anstyle-parse v0.2.4 |
299 | 2024-08-28T17:14:37.483Z | Downloaded is_terminal_polyfill v1.70.0 |
300 | 2024-08-28T17:14:37.486Z | Downloaded pretty-hex v0.4.1 |
301 | 2024-08-28T17:14:37.497Z | Downloaded heck v0.5.0 |
302 | 2024-08-28T17:14:37.501Z | Downloaded dtrace-parser v0.2.0 |
303 | 2024-08-28T17:14:37.501Z | Downloaded digest v0.10.7 |
304 | 2024-08-28T17:14:37.503Z | Downloaded memmap v0.7.0 |
305 | 2024-08-28T17:14:37.503Z | Downloaded errno v0.3.9 |
306 | 2024-08-28T17:14:37.506Z | Downloaded fs-err v2.11.0 |
307 | 2024-08-28T17:14:37.508Z | Downloaded generic-array v0.14.7 |
308 | 2024-08-28T17:14:37.508Z | Downloaded bytecount v0.6.8 |
309 | 2024-08-28T17:14:37.511Z | Downloaded tabled_derive v0.7.0 |
310 | 2024-08-28T17:14:37.511Z | Downloaded swrite v0.1.0 |
311 | 2024-08-28T17:14:37.513Z | Downloaded macaddr v1.0.1 |
312 | 2024-08-28T17:14:37.513Z | Downloaded cpufeatures v0.2.12 |
313 | 2024-08-28T17:14:37.516Z | Downloaded utf8parse v0.2.1 |
314 | 2024-08-28T17:14:37.516Z | Downloaded usdt v0.5.0 |
315 | 2024-08-28T17:14:37.518Z | Downloaded toml_datetime v0.6.8 |
316 | 2024-08-28T17:14:37.518Z | Downloaded serde_spanned v0.6.7 |
317 | 2024-08-28T17:14:37.521Z | Downloaded scroll v0.12.0 |
318 | 2024-08-28T17:14:37.523Z | Downloaded equivalent v1.0.1 |
319 | 2024-08-28T17:14:37.525Z | Downloaded cargo_metadata v0.18.1 |
320 | 2024-08-28T17:14:37.528Z | Downloaded thread-id v4.2.1 |
321 | 2024-08-28T17:14:37.528Z | Downloaded clap_lex v0.7.0 |
322 | 2024-08-28T17:14:37.531Z | Downloaded pest_derive v2.7.10 |
323 | 2024-08-28T17:14:37.534Z | Downloaded anstyle v1.0.8 |
324 | 2024-08-28T17:14:37.537Z | Downloaded sha2 v0.10.8 |
325 | 2024-08-28T17:14:37.540Z | Downloaded cargo_toml v0.20.4 |
326 | 2024-08-28T17:14:37.542Z | Downloaded zerocopy-derive v0.7.34 |
327 | 2024-08-28T17:14:37.545Z | Downloaded hashbrown v0.14.5 |
328 | 2024-08-28T17:14:37.550Z | Downloaded usdt-macro v0.5.0 |
329 | 2024-08-28T17:14:37.553Z | Downloaded scroll_derive v0.12.0 |
330 | 2024-08-28T17:14:37.555Z | Downloaded thiserror v1.0.63 |
331 | 2024-08-28T17:14:37.559Z | Downloaded fnv v1.0.7 |
332 | 2024-08-28T17:14:37.561Z | Downloaded usdt-impl v0.5.0 |
333 | 2024-08-28T17:14:37.561Z | Downloaded semver v1.0.23 |
334 | 2024-08-28T17:14:37.563Z | Downloaded pest_meta v2.7.10 |
335 | 2024-08-28T17:14:37.566Z | Downloaded proc-macro2 v1.0.86 |
336 | 2024-08-28T17:14:37.569Z | Downloaded dof v0.3.0 |
337 | 2024-08-28T17:14:37.569Z | Downloaded typenum v1.17.0 |
338 | 2024-08-28T17:14:37.571Z | Downloaded usdt-attr-macro v0.5.0 |
339 | 2024-08-28T17:14:37.573Z | Downloaded pest_generator v2.7.10 |
340 | 2024-08-28T17:14:37.574Z | Downloaded plain v0.2.3 |
341 | 2024-08-28T17:14:37.576Z | Downloaded proc-macro-error-attr v1.0.4 |
342 | 2024-08-28T17:14:37.576Z | Downloaded crypto-common v0.1.6 |
343 | 2024-08-28T17:14:37.576Z | Downloaded toml v0.8.19 |
344 | 2024-08-28T17:14:37.579Z | Downloaded itoa v1.0.11 |
345 | 2024-08-28T17:14:37.581Z | Downloaded strsim v0.11.1 |
346 | 2024-08-28T17:14:37.581Z | Downloaded heck v0.4.1 |
347 | 2024-08-28T17:14:37.584Z | Downloaded byteorder v1.5.0 |
348 | 2024-08-28T17:14:37.584Z | Downloaded version_check v0.9.5 |
349 | 2024-08-28T17:14:37.587Z | Downloaded thiserror-impl v1.0.63 |
350 | 2024-08-28T17:14:37.587Z | Downloaded colorchoice v1.0.1 |
351 | 2024-08-28T17:14:37.589Z | Downloaded terminal_size v0.3.0 |
352 | 2024-08-28T17:14:37.589Z | Downloaded anstyle-query v1.0.3 |
353 | 2024-08-28T17:14:37.592Z | Downloaded unicode-ident v1.0.12 |
354 | 2024-08-28T17:14:37.594Z | Downloaded serde_derive v1.0.208 |
355 | 2024-08-28T17:14:37.596Z | Downloaded proc-macro-error v1.0.4 |
356 | 2024-08-28T17:14:37.599Z | Downloaded once_cell v1.19.0 |
357 | 2024-08-28T17:14:37.601Z | Downloaded papergrid v0.11.0 |
358 | 2024-08-28T17:14:37.604Z | Downloaded serde_tokenstream v0.2.2 |
359 | 2024-08-28T17:14:37.607Z | Downloaded clap v4.5.16 |
360 | 2024-08-28T17:14:37.614Z | Downloaded anyhow v1.0.86 |
361 | 2024-08-28T17:14:37.618Z | Downloaded ryu v1.0.18 |
362 | 2024-08-28T17:14:37.620Z | Downloaded ucd-trie v0.1.6 |
363 | 2024-08-28T17:14:37.623Z | Downloaded quote v1.0.36 |
364 | 2024-08-28T17:14:37.625Z | Downloaded clap_derive v4.5.13 |
365 | 2024-08-28T17:14:37.628Z | Downloaded camino v1.1.9 |
366 | 2024-08-28T17:14:37.631Z | Downloaded log v0.4.21 |
367 | 2024-08-28T17:14:37.631Z | Downloaded bitflags v2.6.0 |
368 | 2024-08-28T17:14:37.634Z | Downloaded cfg-if v1.0.0 |
369 | 2024-08-28T17:14:37.637Z | Downloaded cargo-platform v0.1.8 |
370 | 2024-08-28T17:14:37.637Z | Downloaded block-buffer v0.10.4 |
371 | 2024-08-28T17:14:37.639Z | Downloaded autocfg v1.3.0 |
372 | 2024-08-28T17:14:37.639Z | Downloaded indexmap v2.4.0 |
373 | 2024-08-28T17:14:37.643Z | Downloaded serde v1.0.208 |
374 | 2024-08-28T17:14:37.656Z | Downloaded memchr v2.7.2 |
375 | 2024-08-28T17:14:37.662Z | Downloaded toml_edit v0.22.20 |
376 | 2024-08-28T17:14:37.683Z | Downloaded pest v2.7.10 |
377 | 2024-08-28T17:14:37.689Z | Downloaded clap_builder v4.5.15 |
378 | 2024-08-28T17:14:37.695Z | Downloaded winnow v0.6.18 |
379 | 2024-08-28T17:14:37.704Z | Downloaded zerocopy v0.7.34 |
380 | 2024-08-28T17:14:37.720Z | Downloaded serde_json v1.0.125 |
381 | 2024-08-28T17:14:37.727Z | Downloaded goblin v0.8.2 |
382 | 2024-08-28T17:14:37.733Z | Downloaded tabled v0.15.0 |
383 | 2024-08-28T17:14:37.749Z | Downloaded syn v2.0.74 |
384 | 2024-08-28T17:14:37.760Z | Downloaded syn v1.0.109 |
385 | 2024-08-28T17:14:37.771Z | Downloaded rustix v0.38.34 |
386 | 2024-08-28T17:14:37.793Z | Downloaded unicode-width v0.1.13 |
387 | 2024-08-28T17:14:37.800Z | Downloaded libc v0.2.158 |
388 | 2024-08-28T17:14:38.115Z | Compiling proc-macro2 v1.0.86 |
389 | 2024-08-28T17:14:38.115Z | Compiling unicode-ident v1.0.12 |
390 | 2024-08-28T17:14:38.118Z | Compiling version_check v0.9.5 |
391 | 2024-08-28T17:14:38.118Z | Compiling serde v1.0.208 |
392 | 2024-08-28T17:14:38.118Z | Compiling thiserror v1.0.63 |
393 | 2024-08-28T17:14:38.118Z | Compiling memchr v2.7.2 |
394 | 2024-08-28T17:14:38.118Z | Compiling libc v0.2.158 |
395 | 2024-08-28T17:14:38.150Z | Compiling itoa v1.0.11 |
396 | 2024-08-28T17:14:38.361Z | Compiling ucd-trie v0.1.6 |
397 | 2024-08-28T17:14:38.428Z | Compiling ryu v1.0.18 |
398 | 2024-08-28T17:14:39.018Z | Compiling once_cell v1.19.0 |
399 | 2024-08-28T17:14:39.043Z | Compiling byteorder v1.5.0 |
400 | 2024-08-28T17:14:39.145Z | Compiling serde_json v1.0.125 |
401 | 2024-08-28T17:14:39.463Z | Compiling proc-macro-error-attr v1.0.4 |
402 | 2024-08-28T17:14:39.531Z | Compiling usdt-impl v0.5.0 |
403 | 2024-08-28T17:14:39.565Z | Compiling rustix v0.38.34 |
404 | 2024-08-28T17:14:39.784Z | Compiling syn v1.0.109 |
405 | 2024-08-28T17:14:39.877Z | Compiling quote v1.0.36 |
406 | 2024-08-28T17:14:40.071Z | Compiling proc-macro-error v1.0.4 |
407 | 2024-08-28T17:14:40.096Z | Compiling bitflags v2.6.0 |
408 | 2024-08-28T17:14:40.371Z | Compiling syn v2.0.74 |
409 | 2024-08-28T17:14:40.535Z | Compiling errno v0.3.9 |
410 | 2024-08-28T17:14:40.611Z | Compiling plain v0.2.3 |
411 | 2024-08-28T17:14:40.637Z | Compiling equivalent v1.0.1 |
412 | 2024-08-28T17:14:40.640Z | Compiling hashbrown v0.14.5 |
413 | 2024-08-28T17:14:40.688Z | Compiling thread-id v4.2.1 |
414 | 2024-08-28T17:14:40.766Z | Compiling log v0.4.21 |
415 | 2024-08-28T17:14:40.792Z | Compiling utf8parse v0.2.1 |
416 | 2024-08-28T17:14:40.961Z | Compiling anstyle-parse v0.2.4 |
417 | 2024-08-28T17:14:41.155Z | Compiling anstyle v1.0.8 |
418 | 2024-08-28T17:14:41.341Z | Compiling anstyle-query v1.0.3 |
419 | 2024-08-28T17:14:41.422Z | Compiling autocfg v1.3.0 |
420 | 2024-08-28T17:14:41.521Z | Compiling colorchoice v1.0.1 |
421 | 2024-08-28T17:14:41.651Z | Compiling camino v1.1.9 |
422 | 2024-08-28T17:14:41.700Z | Compiling semver v1.0.23 |
423 | 2024-08-28T17:14:41.832Z | Compiling pretty-hex v0.4.1 |
424 | 2024-08-28T17:14:42.074Z | Compiling indexmap v2.4.0 |
425 | 2024-08-28T17:14:42.078Z | Compiling winnow v0.6.18 |
426 | 2024-08-28T17:14:42.348Z | Compiling is_terminal_polyfill v1.70.0 |
427 | 2024-08-28T17:14:42.484Z | Compiling fs-err v2.11.0 |
428 | 2024-08-28T17:14:42.509Z | Compiling anstream v0.6.14 |
429 | 2024-08-28T17:14:42.615Z | Compiling terminal_size v0.3.0 |
430 | 2024-08-28T17:14:42.826Z | Compiling heck v0.4.1 |
431 | 2024-08-28T17:14:42.852Z | Compiling strsim v0.11.1 |
432 | 2024-08-28T17:14:42.932Z | Compiling anyhow v1.0.86 |
433 | 2024-08-28T17:14:43.340Z | Compiling heck v0.5.0 |
434 | 2024-08-28T17:14:43.361Z | Compiling unicode-width v0.1.13 |
435 | 2024-08-28T17:14:43.496Z | Compiling fnv v1.0.7 |
436 | 2024-08-28T17:14:43.581Z | Compiling clap_lex v0.7.0 |
437 | 2024-08-28T17:14:43.611Z | Compiling bytecount v0.6.8 |
438 | 2024-08-28T17:14:43.841Z | Compiling papergrid v0.11.0 |
439 | 2024-08-28T17:14:43.917Z | Compiling clap_builder v4.5.15 |
440 | 2024-08-28T17:14:44.024Z | Compiling memmap v0.7.0 |
441 | 2024-08-28T17:14:44.635Z | Compiling swrite v0.1.0 |
442 | 2024-08-28T17:14:46.294Z | Compiling tabled_derive v0.7.0 |
443 | 2024-08-28T17:14:47.972Z | Compiling tabled v0.15.0 |
444 | 2024-08-28T17:14:49.357Z | Compiling serde_derive v1.0.208 |
445 | 2024-08-28T17:14:49.359Z | Compiling thiserror-impl v1.0.63 |
446 | 2024-08-28T17:14:49.359Z | Compiling zerocopy-derive v0.7.34 |
447 | 2024-08-28T17:14:49.359Z | Compiling scroll_derive v0.12.0 |
448 | 2024-08-28T17:14:49.434Z | Compiling clap_derive v4.5.13 |
449 | 2024-08-28T17:14:50.964Z | Compiling scroll v0.12.0 |
450 | 2024-08-28T17:14:51.539Z | Compiling goblin v0.8.2 |
451 | 2024-08-28T17:14:51.772Z | Compiling zerocopy v0.7.34 |
452 | 2024-08-28T17:14:52.498Z | Compiling pest v2.7.10 |
453 | 2024-08-28T17:14:53.609Z | Compiling clap v4.5.16 |
454 | 2024-08-28T17:14:54.782Z | Compiling pest_meta v2.7.10 |
455 | 2024-08-28T17:14:55.729Z | Compiling pest_generator v2.7.10 |
456 | 2024-08-28T17:14:57.638Z | Compiling pest_derive v2.7.10 |
457 | 2024-08-28T17:14:58.456Z | Compiling dtrace-parser v0.2.0 |
458 | 2024-08-28T17:15:00.208Z | Compiling serde_tokenstream v0.2.2 |
459 | 2024-08-28T17:15:00.383Z | Compiling serde_spanned v0.6.7 |
460 | 2024-08-28T17:15:00.387Z | Compiling toml_datetime v0.6.8 |
461 | 2024-08-28T17:15:00.661Z | Compiling cargo-platform v0.1.8 |
462 | 2024-08-28T17:15:00.809Z | Compiling toml_edit v0.22.20 |
463 | 2024-08-28T17:15:00.835Z | Compiling macaddr v1.0.1 |
464 | 2024-08-28T17:15:01.784Z | Compiling dof v0.3.0 |
465 | 2024-08-28T17:15:01.918Z | Compiling cargo_metadata v0.18.1 |
466 | 2024-08-28T17:15:03.609Z | Compiling usdt-attr-macro v0.5.0 |
467 | 2024-08-28T17:15:03.609Z | Compiling usdt-macro v0.5.0 |
468 | 2024-08-28T17:15:03.772Z | Compiling toml v0.8.19 |
469 | 2024-08-28T17:15:04.767Z | Compiling cargo_toml v0.20.4 |
470 | 2024-08-28T17:15:05.020Z | Compiling usdt v0.5.0 |
471 | 2024-08-28T17:15:08.678Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
472 | 2024-08-28T17:15:12.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.87s |
473 | 2024-08-28T17:15:12.935Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
474 | 2024-08-28T17:15:13.520Z | Downloading crates ... |
475 | 2024-08-28T17:15:13.658Z | Downloaded aho-corasick v1.1.3 |
476 | 2024-08-28T17:15:13.666Z | Downloaded arc-swap v1.7.1 |
477 | 2024-08-28T17:15:13.670Z | Downloaded defmt v0.3.8 |
478 | 2024-08-28T17:15:13.674Z | Downloaded lock_api v0.4.12 |
479 | 2024-08-28T17:15:13.677Z | Downloaded base64 v0.21.7 |
480 | 2024-08-28T17:15:13.681Z | Downloaded base64 v0.22.1 |
481 | 2024-08-28T17:15:13.686Z | Downloaded new_debug_unreachable v1.0.6 |
482 | 2024-08-28T17:15:13.689Z | Downloaded nom v7.1.3 |
483 | 2024-08-28T17:15:13.700Z | Downloaded num-traits v0.2.19 |
484 | 2024-08-28T17:15:13.702Z | Downloaded num-conv v0.1.0 |
485 | 2024-08-28T17:15:13.705Z | Downloaded opaque-debug v0.3.1 |
486 | 2024-08-28T17:15:13.705Z | Downloaded backoff v0.4.0 |
487 | 2024-08-28T17:15:13.708Z | Downloaded async-recursion v1.1.1 |
488 | 2024-08-28T17:15:13.712Z | Downloaded base16ct v0.2.0 |
489 | 2024-08-28T17:15:13.715Z | Downloaded bitfield-struct v0.6.1 |
490 | 2024-08-28T17:15:13.719Z | Downloaded indent_write v2.2.0 |
491 | 2024-08-28T17:15:13.719Z | Downloaded impl-trait-for-tuples v0.2.2 |
492 | 2024-08-28T17:15:13.723Z | Downloaded instability v0.3.2 |
493 | 2024-08-28T17:15:13.728Z | Downloaded kstat-rs v0.2.4 |
494 | 2024-08-28T17:15:13.728Z | Downloaded is_ci v1.2.0 |
495 | 2024-08-28T17:15:13.731Z | Downloaded ipnetwork v0.20.0 |
496 | 2024-08-28T17:15:13.731Z | Downloaded indicatif v0.17.8 |
497 | 2024-08-28T17:15:13.734Z | Downloaded idna v0.3.0 |
498 | 2024-08-28T17:15:13.741Z | Downloaded bitfield v0.14.0 |
499 | 2024-08-28T17:15:13.745Z | Downloaded libefi-sys v0.1.0 |
500 | 2024-08-28T17:15:13.748Z | Downloaded bcs v0.1.6 |
501 | 2024-08-28T17:15:13.748Z | Downloaded bb8 v0.8.5 |
502 | 2024-08-28T17:15:13.752Z | Downloaded backtrace v0.3.71 |
503 | 2024-08-28T17:15:13.756Z | Downloaded num-iter v0.1.45 |
504 | 2024-08-28T17:15:13.760Z | Downloaded num v0.4.3 |
505 | 2024-08-28T17:15:13.760Z | Downloaded crunchy v0.2.2 |
506 | 2024-08-28T17:15:13.764Z | Downloaded convert_case v0.4.0 |
507 | 2024-08-28T17:15:13.764Z | Downloaded cfg_aliases v0.1.1 |
508 | 2024-08-28T17:15:13.764Z | Downloaded atty v0.2.14 |
509 | 2024-08-28T17:15:13.767Z | Downloaded atomicwrites v0.4.3 |
510 | 2024-08-28T17:15:13.767Z | Downloaded async-stream-impl v0.3.5 |
511 | 2024-08-28T17:15:13.767Z | Downloaded ascii-canvas v3.0.0 |
512 | 2024-08-28T17:15:13.770Z | Downloaded normalize-line-endings v0.3.0 |
513 | 2024-08-28T17:15:13.770Z | Downloaded memoffset v0.9.1 |
514 | 2024-08-28T17:15:13.773Z | Downloaded maplit v1.0.2 |
515 | 2024-08-28T17:15:13.773Z | Downloaded is-terminal v0.4.12 |
516 | 2024-08-28T17:15:13.777Z | Downloaded instant v0.1.12 |
517 | 2024-08-28T17:15:13.777Z | Downloaded ident_case v1.0.1 |
518 | 2024-08-28T17:15:13.777Z | Downloaded hyper-staticfile v0.9.5 |
519 | 2024-08-28T17:15:13.783Z | Downloaded async-bb8-diesel v0.2.1 |
520 | 2024-08-28T17:15:13.783Z | Downloaded assert_matches v1.5.0 |
521 | 2024-08-28T17:15:13.785Z | Downloaded ascii v1.1.0 |
522 | 2024-08-28T17:15:13.797Z | Downloaded arrayvec v0.7.4 |
523 | 2024-08-28T17:15:13.797Z | Downloaded arrayref v0.3.7 |
524 | 2024-08-28T17:15:13.797Z | Downloaded array-init v0.0.4 |
525 | 2024-08-28T17:15:13.798Z | Downloaded hubpack_derive v0.1.1 |
526 | 2024-08-28T17:15:13.802Z | Downloaded aead v0.5.2 |
527 | 2024-08-28T17:15:13.802Z | Downloaded hyper-tls v0.5.0 |
528 | 2024-08-28T17:15:13.803Z | Downloaded humantime v2.1.0 |
529 | 2024-08-28T17:15:13.803Z | Downloaded hyper-rustls v0.24.2 |
530 | 2024-08-28T17:15:13.807Z | Downloaded ahash v0.8.11 |
531 | 2024-08-28T17:15:13.811Z | Downloaded hyper v0.14.30 |
532 | 2024-08-28T17:15:13.816Z | Downloaded inout v0.1.3 |
533 | 2024-08-28T17:15:13.820Z | Downloaded ipnet v2.9.0 |
534 | 2024-08-28T17:15:13.825Z | Downloaded indexmap v1.9.3 |
535 | 2024-08-28T17:15:13.825Z | Downloaded bytes v1.7.1 |
536 | 2024-08-28T17:15:13.828Z | Downloaded blake2 v0.10.6 |
537 | 2024-08-28T17:15:13.833Z | Downloaded idna v0.5.0 |
538 | 2024-08-28T17:15:13.838Z | Downloaded colored v2.1.0 |
539 | 2024-08-28T17:15:13.841Z | Downloaded idna v0.4.0 |
540 | 2024-08-28T17:15:13.848Z | Downloaded lazy_static v1.5.0 |
541 | 2024-08-28T17:15:13.851Z | Downloaded linear-map v1.2.0 |
542 | 2024-08-28T17:15:13.853Z | Downloaded libloading v0.8.3 |
543 | 2024-08-28T17:15:13.857Z | Downloaded itertools v0.10.5 |
544 | 2024-08-28T17:15:13.863Z | Downloaded jobserver v0.1.32 |
545 | 2024-08-28T17:15:13.866Z | Downloaded lru v0.12.3 |
546 | 2024-08-28T17:15:13.866Z | Downloaded mime v0.3.17 |
547 | 2024-08-28T17:15:13.870Z | Downloaded libm v0.2.8 |
548 | 2024-08-28T17:15:13.875Z | Downloaded itertools v0.13.0 |
549 | 2024-08-28T17:15:13.886Z | Downloaded multimap v0.10.0 |
550 | 2024-08-28T17:15:13.890Z | Downloaded native-tls v0.2.11 |
551 | 2024-08-28T17:15:13.890Z | Downloaded mio v1.0.2 |
552 | 2024-08-28T17:15:13.892Z | Downloaded miniz_oxide v0.7.2 |
553 | 2024-08-28T17:15:13.895Z | Downloaded memmap2 v0.9.4 |
554 | 2024-08-28T17:15:13.899Z | Downloaded md-5 v0.10.6 |
555 | 2024-08-28T17:15:13.899Z | Downloaded block-padding v0.3.3 |
556 | 2024-08-28T17:15:13.903Z | Downloaded darling v0.20.9 |
557 | 2024-08-28T17:15:13.905Z | Downloaded clang-sys v1.7.0 |
558 | 2024-08-28T17:15:13.909Z | Downloaded mio v0.8.11 |
559 | 2024-08-28T17:15:13.914Z | Downloaded darling_core v0.20.9 |
560 | 2024-08-28T17:15:13.919Z | Downloaded curve25519-dalek-derive v0.1.1 |
561 | 2024-08-28T17:15:13.922Z | Downloaded crossbeam-channel v0.5.12 |
562 | 2024-08-28T17:15:13.925Z | Downloaded nix v0.28.0 |
563 | 2024-08-28T17:15:13.938Z | Downloaded openssl-macros v0.1.1 |
564 | 2024-08-28T17:15:13.940Z | Downloaded termtree v0.4.1 |
565 | 2024-08-28T17:15:13.941Z | Downloaded serde_urlencoded v0.7.1 |
566 | 2024-08-28T17:15:13.943Z | Downloaded scopeguard v1.2.0 |
567 | 2024-08-28T17:15:13.946Z | Downloaded crucible-workspace-hack v0.1.0 |
568 | 2024-08-28T17:15:13.946Z | Downloaded zeroize_derive v1.4.2 |
569 | 2024-08-28T17:15:13.946Z | Downloaded tokio-rustls v0.24.1 |
570 | 2024-08-28T17:15:13.948Z | Downloaded crossterm v0.27.0 |
571 | 2024-08-28T17:15:13.956Z | Downloaded num-rational v0.4.2 |
572 | 2024-08-28T17:15:13.969Z | Downloaded num-integer v0.1.46 |
573 | 2024-08-28T17:15:13.969Z | Downloaded num-complex v0.4.6 |
574 | 2024-08-28T17:15:13.969Z | Downloaded curve25519-dalek v4.1.3 |
575 | 2024-08-28T17:15:13.973Z | Downloaded crc-catalog v2.4.0 |
576 | 2024-08-28T17:15:13.973Z | Downloaded crc-any v2.5.0 |
577 | 2024-08-28T17:15:13.977Z | Downloaded crc v3.2.1 |
578 | 2024-08-28T17:15:13.977Z | Downloaded tokio-tungstenite v0.21.0 |
579 | 2024-08-28T17:15:13.981Z | Downloaded nu-ansi-term v0.50.0 |
580 | 2024-08-28T17:15:13.984Z | Downloaded zeroize v1.7.0 |
581 | 2024-08-28T17:15:13.987Z | Downloaded tokio-stream v0.1.15 |
582 | 2024-08-28T17:15:13.991Z | Downloaded fallible-iterator v0.2.0 |
583 | 2024-08-28T17:15:13.991Z | Downloaded fragile v2.0.0 |
584 | 2024-08-28T17:15:13.994Z | Downloaded form_urlencoded v1.2.1 |
585 | 2024-08-28T17:15:13.997Z | Downloaded num-bigint-dig v0.8.4 |
586 | 2024-08-28T17:15:14.009Z | Downloaded foreign-types-shared v0.1.1 |
587 | 2024-08-28T17:15:14.012Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
588 | 2024-08-28T17:15:14.024Z | Downloaded sigpipe v0.1.3 |
589 | 2024-08-28T17:15:14.027Z | Downloaded scrypt v0.11.0 |
590 | 2024-08-28T17:15:14.029Z | Downloaded samael v0.0.15 |
591 | 2024-08-28T17:15:14.032Z | Downloaded object v0.30.4 |
592 | 2024-08-28T17:15:14.043Z | Downloaded serde_with_macros v3.9.0 |
593 | 2024-08-28T17:15:14.048Z | Downloaded serde_with v3.9.0 |
594 | 2024-08-28T17:15:14.056Z | Downloaded smallvec v1.13.2 |
595 | 2024-08-28T17:15:14.062Z | Downloaded tokio-util v0.7.11 |
596 | 2024-08-28T17:15:14.064Z | Downloaded lalrpop-util v0.19.12 |
597 | 2024-08-28T17:15:14.067Z | Downloaded regex-syntax v0.8.4 |
598 | 2024-08-28T17:15:14.075Z | Downloaded indoc v1.0.9 |
599 | 2024-08-28T17:15:14.077Z | Downloaded tower-service v0.3.2 |
600 | 2024-08-28T17:15:14.081Z | Downloaded num_enum v0.5.11 |
601 | 2024-08-28T17:15:14.084Z | Downloaded debug-ignore v1.0.5 |
602 | 2024-08-28T17:15:14.087Z | Downloaded same-file v1.0.6 |
603 | 2024-08-28T17:15:14.089Z | Downloaded rustversion v1.0.17 |
604 | 2024-08-28T17:15:14.091Z | Downloaded data-encoding v2.6.0 |
605 | 2024-08-28T17:15:14.094Z | Downloaded crossterm v0.28.1 |
606 | 2024-08-28T17:15:14.099Z | Downloaded textwrap v0.16.1 |
607 | 2024-08-28T17:15:14.101Z | Downloaded crc32fast v1.4.0 |
608 | 2024-08-28T17:15:14.104Z | Downloaded toml v0.7.8 |
609 | 2024-08-28T17:15:14.108Z | Downloaded toml_edit v0.19.15 |
610 | 2024-08-28T17:15:14.125Z | Downloaded rustls-webpki v0.101.7 |
611 | 2024-08-28T17:15:14.141Z | Downloaded zerocopy v0.6.6 |
612 | 2024-08-28T17:15:14.144Z | Downloaded ppv-lite86 v0.2.17 |
613 | 2024-08-28T17:15:14.149Z | Downloaded expectorate v1.1.0 |
614 | 2024-08-28T17:15:14.152Z | Downloaded zone v0.1.8 |
615 | 2024-08-28T17:15:14.152Z | Downloaded zip v0.6.6 |
616 | 2024-08-28T17:15:14.155Z | Downloaded tokio-postgres v0.7.11 |
617 | 2024-08-28T17:15:14.159Z | Downloaded powerfmt v0.2.0 |
618 | 2024-08-28T17:15:14.161Z | Downloaded strum_macros v0.25.3 |
619 | 2024-08-28T17:15:14.164Z | Downloaded strum_macros v0.26.4 |
620 | 2024-08-28T17:15:14.167Z | Downloaded foreign-types-shared v0.3.1 |
621 | 2024-08-28T17:15:14.167Z | Downloaded tinyvec v1.6.0 |
622 | 2024-08-28T17:15:14.170Z | Downloaded flagset v0.4.5 |
623 | 2024-08-28T17:15:14.172Z | Downloaded strum_macros v0.24.3 |
624 | 2024-08-28T17:15:14.175Z | Downloaded openssl v0.10.66 |
625 | 2024-08-28T17:15:14.184Z | Downloaded portable-atomic v1.6.0 |
626 | 2024-08-28T17:15:14.190Z | Downloaded futures-task v0.3.30 |
627 | 2024-08-28T17:15:14.194Z | Downloaded schemars v0.8.21 |
628 | 2024-08-28T17:15:14.204Z | Downloaded http v0.2.12 |
629 | 2024-08-28T17:15:14.208Z | Downloaded half v2.4.1 |
630 | 2024-08-28T17:15:14.213Z | Downloaded openssl-probe v0.1.5 |
631 | 2024-08-28T17:15:14.217Z | Downloaded tinyvec_macros v0.1.1 |
632 | 2024-08-28T17:15:14.217Z | Downloaded http-body v0.4.6 |
633 | 2024-08-28T17:15:14.217Z | Downloaded http v1.1.0 |
634 | 2024-08-28T17:15:14.220Z | Downloaded nix v0.27.1 |
635 | 2024-08-28T17:15:14.231Z | Downloaded untrusted v0.9.0 |
636 | 2024-08-28T17:15:14.234Z | Downloaded deranged v0.3.11 |
637 | 2024-08-28T17:15:14.236Z | Downloaded want v0.3.1 |
638 | 2024-08-28T17:15:14.237Z | Downloaded utf-8 v0.7.6 |
639 | 2024-08-28T17:15:14.239Z | Downloaded url v2.5.2 |
640 | 2024-08-28T17:15:14.242Z | Downloaded twox-hash v1.6.3 |
641 | 2024-08-28T17:15:14.244Z | Downloaded home v0.5.9 |
642 | 2024-08-28T17:15:14.244Z | Downloaded heck v0.3.3 |
643 | 2024-08-28T17:15:14.247Z | Downloaded number_prefix v0.4.0 |
644 | 2024-08-28T17:15:14.247Z | Downloaded xattr v1.3.1 |
645 | 2024-08-28T17:15:14.251Z | Downloaded tungstenite v0.21.0 |
646 | 2024-08-28T17:15:14.254Z | Downloaded mockall_derive v0.13.0 |
647 | 2024-08-28T17:15:14.257Z | Downloaded either v1.13.0 |
648 | 2024-08-28T17:15:14.257Z | Downloaded sct v0.7.1 |
649 | 2024-08-28T17:15:14.261Z | Downloaded hex v0.4.3 |
650 | 2024-08-28T17:15:14.264Z | Downloaded httparse v1.8.0 |
651 | 2024-08-28T17:15:14.267Z | Downloaded rsa v0.9.6 |
652 | 2024-08-28T17:15:14.271Z | Downloaded schemars_derive v0.8.21 |
653 | 2024-08-28T17:15:14.275Z | Downloaded smawk v0.3.2 |
654 | 2024-08-28T17:15:14.275Z | Downloaded serde_yaml v0.9.34+deprecated |
655 | 2024-08-28T17:15:14.278Z | Downloaded sha1 v0.10.6 |
656 | 2024-08-28T17:15:14.281Z | Downloaded unicode-bidi v0.3.15 |
657 | 2024-08-28T17:15:14.283Z | Downloaded unicase v2.7.0 |
658 | 2024-08-28T17:15:14.287Z | Downloaded unicode-normalization v0.1.23 |
659 | 2024-08-28T17:15:14.292Z | Downloaded unicode-linebreak v0.1.5 |
660 | 2024-08-28T17:15:14.295Z | Downloaded fallible-streaming-iterator v0.1.9 |
661 | 2024-08-28T17:15:14.295Z | Downloaded unicode-segmentation v1.11.0 |
662 | 2024-08-28T17:15:14.298Z | Downloaded uuid v1.10.0 |
663 | 2024-08-28T17:15:14.303Z | Downloaded futures-core v0.3.30 |
664 | 2024-08-28T17:15:14.308Z | Downloaded futures-channel v0.3.30 |
665 | 2024-08-28T17:15:14.308Z | Downloaded predicates-tree v1.0.9 |
666 | 2024-08-28T17:15:14.308Z | Downloaded paste v1.0.15 |
667 | 2024-08-28T17:15:14.313Z | Downloaded futures-io v0.3.30 |
668 | 2024-08-28T17:15:14.313Z | Downloaded futures-executor v0.3.30 |
669 | 2024-08-28T17:15:14.313Z | Downloaded sec1 v0.7.3 |
670 | 2024-08-28T17:15:14.316Z | Downloaded rustls-pki-types v1.7.0 |
671 | 2024-08-28T17:15:14.316Z | Downloaded postcard v1.0.8 |
672 | 2024-08-28T17:15:14.319Z | Downloaded rand_chacha v0.3.1 |
673 | 2024-08-28T17:15:14.321Z | Downloaded rand_core v0.6.4 |
674 | 2024-08-28T17:15:14.324Z | Downloaded rand v0.8.5 |
675 | 2024-08-28T17:15:14.328Z | Downloaded publicsuffix v2.2.3 |
676 | 2024-08-28T17:15:14.331Z | Downloaded parking_lot_core v0.9.10 |
677 | 2024-08-28T17:15:14.334Z | Downloaded subprocess v0.2.9 |
678 | 2024-08-28T17:15:14.336Z | Downloaded radium v0.7.0 |
679 | 2024-08-28T17:15:14.336Z | Downloaded filetime v0.2.24 |
680 | 2024-08-28T17:15:14.339Z | Downloaded tokio-macros v2.4.0 |
681 | 2024-08-28T17:15:14.339Z | Downloaded hickory-client v0.24.1 |
682 | 2024-08-28T17:15:14.342Z | Downloaded heapless v0.8.0 |
683 | 2024-08-28T17:15:14.347Z | Downloaded tar v0.4.41 |
684 | 2024-08-28T17:15:14.350Z | Downloaded thread_local v1.1.8 |
685 | 2024-08-28T17:15:14.353Z | Downloaded spki v0.7.3 |
686 | 2024-08-28T17:15:14.357Z | Downloaded derive-where v1.2.7 |
687 | 2024-08-28T17:15:14.360Z | Downloaded der_derive v0.7.2 |
688 | 2024-08-28T17:15:14.360Z | Downloaded which v4.4.2 |
689 | 2024-08-28T17:15:14.364Z | Downloaded diff v0.1.13 |
690 | 2024-08-28T17:15:14.366Z | Downloaded tungstenite v0.23.0 |
691 | 2024-08-28T17:15:14.369Z | Downloaded tls_codec v0.4.1 |
692 | 2024-08-28T17:15:14.372Z | Downloaded openapiv3 v2.0.0 |
693 | 2024-08-28T17:15:14.384Z | Downloaded string_cache v0.8.7 |
694 | 2024-08-28T17:15:14.388Z | Downloaded float-cmp v0.9.0 |
695 | 2024-08-28T17:15:14.388Z | Downloaded signal-hook v0.3.17 |
696 | 2024-08-28T17:15:14.391Z | Downloaded serde_plain v1.0.2 |
697 | 2024-08-28T17:15:14.394Z | Downloaded shlex v1.3.0 |
698 | 2024-08-28T17:15:14.397Z | Downloaded quick-error v1.2.3 |
699 | 2024-08-28T17:15:14.397Z | Downloaded env_logger v0.9.3 |
700 | 2024-08-28T17:15:14.408Z | Downloaded password-hash v0.5.0 |
701 | 2024-08-28T17:15:14.408Z | Downloaded downcast v0.11.0 |
702 | 2024-08-28T17:15:14.408Z | Downloaded walkdir v2.5.0 |
703 | 2024-08-28T17:15:14.408Z | Downloaded prettyplease v0.2.20 |
704 | 2024-08-28T17:15:14.415Z | Downloaded parse-size v1.0.0 |
705 | 2024-08-28T17:15:14.415Z | Downloaded uzers v0.11.3 |
706 | 2024-08-28T17:15:14.415Z | Downloaded h2 v0.3.26 |
707 | 2024-08-28T17:15:14.420Z | Downloaded percent-encoding v2.3.1 |
708 | 2024-08-28T17:15:14.420Z | Downloaded tracing-attributes v0.1.27 |
709 | 2024-08-28T17:15:14.423Z | Downloaded strum v0.26.3 |
710 | 2024-08-28T17:15:14.423Z | Downloaded tracing-core v0.1.32 |
711 | 2024-08-28T17:15:14.428Z | Downloaded spin v0.9.8 |
712 | 2024-08-28T17:15:14.431Z | Downloaded slab v0.4.9 |
713 | 2024-08-28T17:15:14.431Z | Downloaded siphasher v0.3.11 |
714 | 2024-08-28T17:15:14.431Z | Downloaded unicode_categories v0.1.1 |
715 | 2024-08-28T17:15:14.434Z | Downloaded radix_trie v0.2.1 |
716 | 2024-08-28T17:15:14.439Z | Downloaded diesel_derives v2.2.2 |
717 | 2024-08-28T17:15:14.443Z | Downloaded pem v3.0.4 |
718 | 2024-08-28T17:15:14.446Z | Downloaded funty v2.0.0 |
719 | 2024-08-28T17:15:14.446Z | Downloaded tokio-native-tls v0.3.1 |
720 | 2024-08-28T17:15:14.449Z | Downloaded take_mut v0.2.2 |
721 | 2024-08-28T17:15:14.449Z | Downloaded hickory-proto v0.24.1 |
722 | 2024-08-28T17:15:14.470Z | Downloaded erased-serde v0.3.31 |
723 | 2024-08-28T17:15:14.474Z | Downloaded rustls-pemfile v2.1.3 |
724 | 2024-08-28T17:15:14.474Z | Downloaded rustls-pemfile v1.0.4 |
725 | 2024-08-28T17:15:14.475Z | Downloaded tiny-keccak v2.0.2 |
726 | 2024-08-28T17:15:14.475Z | Downloaded phf_shared v0.11.2 |
727 | 2024-08-28T17:15:14.478Z | Downloaded predicates-core v1.0.6 |
728 | 2024-08-28T17:15:14.478Z | Downloaded pkg-config v0.3.30 |
729 | 2024-08-28T17:15:14.478Z | Downloaded precomputed-hash v0.1.1 |
730 | 2024-08-28T17:15:14.482Z | Downloaded rustc-demangle v0.1.24 |
731 | 2024-08-28T17:15:14.482Z | Downloaded phf_shared v0.10.0 |
732 | 2024-08-28T17:15:14.482Z | Downloaded time-macros v0.2.18 |
733 | 2024-08-28T17:15:14.485Z | Downloaded env_logger v0.10.2 |
734 | 2024-08-28T17:15:14.489Z | Downloaded enum-as-inner v0.6.0 |
735 | 2024-08-28T17:15:14.489Z | Downloaded csv v1.3.0 |
736 | 2024-08-28T17:15:14.510Z | Downloaded thiserror-no-std v2.0.2 |
737 | 2024-08-28T17:15:14.516Z | Downloaded stringprep v0.1.4 |
738 | 2024-08-28T17:15:14.520Z | Downloaded rusqlite v0.31.0 |
739 | 2024-08-28T17:15:14.525Z | Downloaded rtoolbox v0.0.2 |
740 | 2024-08-28T17:15:14.527Z | Downloaded vcpkg v0.2.15 |
741 | 2024-08-28T17:15:14.563Z | Downloaded rpassword v7.3.1 |
742 | 2024-08-28T17:15:14.566Z | Downloaded socket2 v0.4.10 |
743 | 2024-08-28T17:15:14.569Z | Downloaded webpki-roots v0.25.4 |
744 | 2024-08-28T17:15:14.571Z | Downloaded signal-hook-registry v1.4.2 |
745 | 2024-08-28T17:15:14.574Z | Downloaded static_assertions v1.1.0 |
746 | 2024-08-28T17:15:14.574Z | Downloaded serde_derive_internals v0.29.1 |
747 | 2024-08-28T17:15:14.577Z | Downloaded serde_path_to_error v0.1.16 |
748 | 2024-08-28T17:15:14.577Z | Downloaded rustc_version v0.4.0 |
749 | 2024-08-28T17:15:14.580Z | Downloaded dirs-sys-next v0.1.2 |
750 | 2024-08-28T17:15:14.580Z | Downloaded dirs-next v2.0.0 |
751 | 2024-08-28T17:15:14.582Z | Downloaded wyz v0.5.1 |
752 | 2024-08-28T17:15:14.582Z | Downloaded ron v0.8.1 |
753 | 2024-08-28T17:15:14.587Z | Downloaded flume v0.11.0 |
754 | 2024-08-28T17:15:14.592Z | Downloaded pin-project-internal v1.1.5 |
755 | 2024-08-28T17:15:14.594Z | Downloaded hashbrown v0.12.3 |
756 | 2024-08-28T17:15:14.600Z | Downloaded hash32 v0.3.1 |
757 | 2024-08-28T17:15:14.603Z | Downloaded signature v2.2.0 |
758 | 2024-08-28T17:15:14.603Z | Downloaded float-ord v0.3.2 |
759 | 2024-08-28T17:15:14.603Z | Downloaded flate2 v1.0.31 |
760 | 2024-08-28T17:15:14.606Z | Downloaded endian-type v0.1.2 |
761 | 2024-08-28T17:15:14.609Z | Downloaded diesel_table_macro_syntax v0.2.0 |
762 | 2024-08-28T17:15:14.609Z | Downloaded derive_builder v0.20.0 |
763 | 2024-08-28T17:15:14.614Z | Downloaded vte v0.11.1 |
764 | 2024-08-28T17:15:14.617Z | Downloaded signal-hook-mio v0.2.4 |
765 | 2024-08-28T17:15:14.617Z | Downloaded shell-words v1.1.0 |
766 | 2024-08-28T17:15:14.620Z | Downloaded smoltcp v0.11.0 |
767 | 2024-08-28T17:15:14.630Z | Downloaded r2d2 v0.8.10 |
768 | 2024-08-28T17:15:14.633Z | Downloaded time-core v0.1.2 |
769 | 2024-08-28T17:15:14.636Z | Downloaded time v0.3.36 |
770 | 2024-08-28T17:15:14.641Z | Downloaded term v0.7.0 |
771 | 2024-08-28T17:15:14.644Z | Downloaded tap v1.0.1 |
772 | 2024-08-28T17:15:14.646Z | Downloaded peg v0.8.4 |
773 | 2024-08-28T17:15:14.649Z | Downloaded pbkdf2 v0.12.2 |
774 | 2024-08-28T17:15:14.651Z | Downloaded path-slash v0.1.5 |
775 | 2024-08-28T17:15:14.653Z | Downloaded group v0.13.0 |
776 | 2024-08-28T17:15:14.653Z | Downloaded embedded-io v0.4.0 |
777 | 2024-08-28T17:15:14.657Z | Downloaded wait-timeout v0.2.0 |
778 | 2024-08-28T17:15:14.659Z | Downloaded vte_generate_state_changes v0.1.1 |
779 | 2024-08-28T17:15:14.659Z | Downloaded peg-runtime v0.8.3 |
780 | 2024-08-28T17:15:14.659Z | Downloaded peg-macros v0.8.4 |
781 | 2024-08-28T17:15:14.660Z | Downloaded waitgroup v0.1.2 |
782 | 2024-08-28T17:15:14.662Z | Downloaded pin-utils v0.1.0 |
783 | 2024-08-28T17:15:14.662Z | Downloaded packed_struct v0.10.1 |
784 | 2024-08-28T17:15:14.666Z | Downloaded encoding_rs v0.8.34 |
785 | 2024-08-28T17:15:14.686Z | Downloaded phf v0.11.2 |
786 | 2024-08-28T17:15:14.689Z | Downloaded futures-sink v0.3.30 |
787 | 2024-08-28T17:15:14.689Z | Downloaded futures-macro v0.3.30 |
788 | 2024-08-28T17:15:14.691Z | Downloaded pin-project v1.1.5 |
789 | 2024-08-28T17:15:14.700Z | Downloaded difflib v0.4.0 |
790 | 2024-08-28T17:15:14.702Z | Downloaded rayon v1.10.0 |
791 | 2024-08-28T17:15:14.710Z | Downloaded winnow v0.5.40 |
792 | 2024-08-28T17:15:14.720Z | Downloaded rayon-core v1.12.1 |
793 | 2024-08-28T17:15:14.723Z | Downloaded tracing v0.1.40 |
794 | 2024-08-28T17:15:14.728Z | Downloaded termcolor v1.4.1 |
795 | 2024-08-28T17:15:14.731Z | Downloaded hashbrown v0.13.2 |
796 | 2024-08-28T17:15:14.734Z | Downloaded sync_wrapper v0.1.2 |
797 | 2024-08-28T17:15:14.736Z | Downloaded rand_xorshift v0.3.0 |
798 | 2024-08-28T17:15:14.736Z | Downloaded pkcs8 v0.10.2 |
799 | 2024-08-28T17:15:14.739Z | Downloaded glob v0.3.1 |
800 | 2024-08-28T17:15:14.741Z | Downloaded predicates v3.1.2 |
801 | 2024-08-28T17:15:14.744Z | Downloaded postgres-types v0.2.7 |
802 | 2024-08-28T17:15:14.749Z | Downloaded pem-rfc7468 v0.7.0 |
803 | 2024-08-28T17:15:14.749Z | Downloaded petgraph v0.6.5 |
804 | 2024-08-28T17:15:14.766Z | Downloaded derive_more v0.99.18 |
805 | 2024-08-28T17:15:14.771Z | Downloaded stable_deref_trait v1.2.0 |
806 | 2024-08-28T17:15:14.773Z | Downloaded sqlparser_derive v0.2.2 |
807 | 2024-08-28T17:15:14.773Z | Downloaded spin v0.5.2 |
808 | 2024-08-28T17:15:14.776Z | Downloaded socket2 v0.5.7 |
809 | 2024-08-28T17:15:14.776Z | Downloaded rustls v0.22.4 |
810 | 2024-08-28T17:15:14.792Z | Downloaded elliptic-curve v0.13.8 |
811 | 2024-08-28T17:15:14.795Z | Downloaded dropshot_endpoint v0.10.1 |
812 | 2024-08-28T17:15:14.796Z | Downloaded derive_builder_core v0.20.0 |
813 | 2024-08-28T17:15:14.799Z | Downloaded pretty-hex v0.2.1 |
814 | 2024-08-28T17:15:14.799Z | Downloaded postgres-protocol v0.6.7 |
815 | 2024-08-28T17:15:14.802Z | Downloaded dsl_auto_type v0.1.2 |
816 | 2024-08-28T17:15:14.802Z | Downloaded termios v0.3.3 |
817 | 2024-08-28T17:15:14.806Z | Downloaded portpicker v0.1.1 |
818 | 2024-08-28T17:15:14.806Z | Downloaded rustls v0.21.12 |
819 | 2024-08-28T17:15:14.815Z | Downloaded parking_lot v0.12.2 |
820 | 2024-08-28T17:15:14.823Z | Downloaded packed_struct_codegen v0.10.1 |
821 | 2024-08-28T17:15:14.823Z | Downloaded snafu-derive v0.8.2 |
822 | 2024-08-28T17:15:14.823Z | Downloaded signal-hook-tokio v0.3.1 |
823 | 2024-08-28T17:15:14.823Z | Downloaded ref-cast-impl v1.0.23 |
824 | 2024-08-28T17:15:14.823Z | Downloaded sha3 v0.10.8 |
825 | 2024-08-28T17:15:14.829Z | Downloaded serde-hex v0.1.0 |
826 | 2024-08-28T17:15:14.832Z | Downloaded dropshot v0.10.1 |
827 | 2024-08-28T17:15:14.839Z | Downloaded serde-big-array v0.5.1 |
828 | 2024-08-28T17:15:14.846Z | Downloaded semver v0.1.20 |
829 | 2024-08-28T17:15:14.846Z | Downloaded secrecy v0.8.0 |
830 | 2024-08-28T17:15:14.846Z | Downloaded hash32 v0.2.1 |
831 | 2024-08-28T17:15:14.846Z | Downloaded globset v0.4.14 |
832 | 2024-08-28T17:15:14.849Z | Downloaded display-error-chain v0.2.0 |
833 | 2024-08-28T17:15:14.849Z | Downloaded getopts v0.2.21 |
834 | 2024-08-28T17:15:14.849Z | Downloaded resolv-conf v0.7.0 |
835 | 2024-08-28T17:15:14.852Z | Downloaded supports-color v3.0.0 |
836 | 2024-08-28T17:15:14.852Z | Downloaded pkcs5 v0.7.1 |
837 | 2024-08-28T17:15:14.855Z | Downloaded pkcs1 v0.7.5 |
838 | 2024-08-28T17:15:14.858Z | Downloaded whoami v1.5.1 |
839 | 2024-08-28T17:15:14.861Z | Downloaded ron v0.7.1 |
840 | 2024-08-28T17:15:14.864Z | Downloaded fxhash v0.2.1 |
841 | 2024-08-28T17:15:14.866Z | Downloaded tui-tree-widget v0.22.0 |
842 | 2024-08-28T17:15:14.866Z | Downloaded polar-core v0.27.3 |
843 | 2024-08-28T17:15:14.875Z | Downloaded x509-cert v0.2.5 |
844 | 2024-08-28T17:15:14.883Z | Downloaded tabwriter v1.4.0 |
845 | 2024-08-28T17:15:14.887Z | Downloaded poly1305 v0.8.0 |
846 | 2024-08-28T17:15:14.890Z | Downloaded regex-automata v0.4.6 |
847 | 2024-08-28T17:15:14.906Z | Downloaded sled v0.34.7 |
848 | 2024-08-28T17:15:14.915Z | Downloaded derive_builder_macro v0.20.0 |
849 | 2024-08-28T17:15:14.917Z | Downloaded tokio v1.39.3 |
850 | 2024-08-28T17:15:14.954Z | Downloaded gethostname v0.5.0 |
851 | 2024-08-28T17:15:14.959Z | Downloaded tls_codec_derive v0.4.1 |
852 | 2024-08-28T17:15:14.959Z | Downloaded vergen v8.3.2 |
853 | 2024-08-28T17:15:14.962Z | Downloaded snafu v0.8.2 |
854 | 2024-08-28T17:15:14.967Z | Downloaded slog-async v2.8.0 |
855 | 2024-08-28T17:15:14.970Z | Downloaded finl_unicode v1.2.0 |
856 | 2024-08-28T17:15:14.980Z | Downloaded diesel v2.2.2 |
857 | 2024-08-28T17:15:14.999Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
858 | 2024-08-28T17:15:15.061Z | Downloaded steno v0.4.1 |
859 | 2024-08-28T17:15:15.065Z | Downloaded vsss-rs v3.3.4 |
860 | 2024-08-28T17:15:15.069Z | Downloaded unarray v0.1.4 |
861 | 2024-08-28T17:15:15.073Z | Downloaded typed-path v0.7.1 |
862 | 2024-08-28T17:15:15.078Z | Downloaded tungstenite v0.20.1 |
863 | 2024-08-28T17:15:15.081Z | Downloaded reedline v0.33.0 |
864 | 2024-08-28T17:15:15.086Z | Downloaded rcgen v0.12.1 |
865 | 2024-08-28T17:15:15.091Z | Downloaded similar v2.6.0 |
866 | 2024-08-28T17:15:15.093Z | Downloaded regex-syntax v0.6.29 |
867 | 2024-08-28T17:15:15.101Z | Downloaded pin-project-lite v0.2.14 |
868 | 2024-08-28T17:15:15.106Z | Downloaded rand_seeder v0.3.0 |
869 | 2024-08-28T17:15:15.109Z | Downloaded proc-macro-crate v1.3.1 |
870 | 2024-08-28T17:15:15.109Z | Downloaded foreign-types-macros v0.2.3 |
871 | 2024-08-28T17:15:15.109Z | Downloaded foreign-types v0.5.0 |
872 | 2024-08-28T17:15:15.111Z | Downloaded regex v1.10.6 |
873 | 2024-08-28T17:15:15.124Z | Downloaded quick-xml v0.31.0 |
874 | 2024-08-28T17:15:15.129Z | Downloaded parse-display-derive v0.10.0 |
875 | 2024-08-28T17:15:15.132Z | Downloaded parse-display v0.10.0 |
876 | 2024-08-28T17:15:15.132Z | Downloaded parking_lot_core v0.8.6 |
877 | 2024-08-28T17:15:15.134Z | Downloaded smoltcp v0.9.1 |
878 | 2024-08-28T17:15:15.144Z | Downloaded unicode-truncate v1.0.0 |
879 | 2024-08-28T17:15:15.147Z | Downloaded ratatui v0.28.0 |
880 | 2024-08-28T17:15:15.167Z | Downloaded foreign-types v0.3.2 |
881 | 2024-08-28T17:15:15.171Z | Downloaded ring v0.17.8 |
882 | 2024-08-28T17:15:15.238Z | Downloaded fallible-iterator v0.3.0 |
883 | 2024-08-28T17:15:15.241Z | Downloaded ena v0.14.3 |
884 | 2024-08-28T17:15:15.244Z | Downloaded scheduled-thread-pool v0.2.7 |
885 | 2024-08-28T17:15:15.244Z | Downloaded rustc_version v0.1.7 |
886 | 2024-08-28T17:15:15.244Z | Downloaded smf v0.2.3 |
887 | 2024-08-28T17:15:15.247Z | Downloaded slog-envlogger v2.2.0 |
888 | 2024-08-28T17:15:15.247Z | Downloaded slog-dtrace v0.3.0 |
889 | 2024-08-28T17:15:15.249Z | Downloaded slog-bunyan v2.5.0 |
890 | 2024-08-28T17:15:15.249Z | Downloaded rustfmt-wrapper v0.2.1 |
891 | 2024-08-28T17:15:15.253Z | Downloaded oso-derive v0.27.3 |
892 | 2024-08-28T17:15:15.253Z | Downloaded oso v0.27.3 |
893 | 2024-08-28T17:15:15.256Z | Downloaded openssl-sys v0.9.103 |
894 | 2024-08-28T17:15:15.261Z | Downloaded http-range v0.1.5 |
895 | 2024-08-28T17:15:15.264Z | Downloaded hostname v0.4.0 |
896 | 2024-08-28T17:15:15.264Z | Downloaded hostname v0.3.1 |
897 | 2024-08-28T17:15:15.264Z | Downloaded hickory-server v0.24.1 |
898 | 2024-08-28T17:15:15.267Z | Downloaded hickory-resolver v0.24.1 |
899 | 2024-08-28T17:15:15.273Z | Downloaded regress v0.9.1 |
900 | 2024-08-28T17:15:15.281Z | Downloaded headers v0.3.9 |
901 | 2024-08-28T17:15:15.286Z | Downloaded ff v0.13.0 |
902 | 2024-08-28T17:15:15.290Z | Downloaded fd-lock v4.0.2 |
903 | 2024-08-28T17:15:15.294Z | Downloaded fatfs v0.3.6 |
904 | 2024-08-28T17:15:15.298Z | Downloaded sqlparser v0.45.0 |
905 | 2024-08-28T17:15:15.302Z | Downloaded zerocopy-derive v0.6.6 |
906 | 2024-08-28T17:15:15.311Z | Downloaded unsafe-libyaml v0.2.11 |
907 | 2024-08-28T17:15:15.318Z | Downloaded libz-sys v1.1.16 |
908 | 2024-08-28T17:15:15.384Z | Downloaded untrusted v0.7.1 |
909 | 2024-08-28T17:15:15.386Z | Downloaded universal-hash v0.5.1 |
910 | 2024-08-28T17:15:15.386Z | Downloaded futures v0.3.30 |
911 | 2024-08-28T17:15:15.391Z | Downloaded unicode-xid v0.2.4 |
912 | 2024-08-28T17:15:15.395Z | Downloaded gimli v0.28.1 |
913 | 2024-08-28T17:15:15.399Z | Downloaded parking_lot v0.11.2 |
914 | 2024-08-28T17:15:15.402Z | Downloaded hkdf v0.12.4 |
915 | 2024-08-28T17:15:15.405Z | Downloaded highway v1.2.0 |
916 | 2024-08-28T17:15:15.408Z | Downloaded heapless v0.7.17 |
917 | 2024-08-28T17:15:15.414Z | Downloaded sqlformat v0.2.4 |
918 | 2024-08-28T17:15:15.418Z | Downloaded salsa20 v0.10.2 |
919 | 2024-08-28T17:15:15.418Z | Downloaded libsqlite3-sys v0.28.0 |
920 | 2024-08-28T17:15:15.490Z | Downloaded rustyline v14.0.0 |
921 | 2024-08-28T17:15:15.495Z | Downloaded rusty-fork v0.3.0 |
922 | 2024-08-28T17:15:15.498Z | Downloaded rustls-webpki v0.102.4 |
923 | 2024-08-28T17:15:15.515Z | Downloaded try-lock v0.2.5 |
924 | 2024-08-28T17:15:15.518Z | Downloaded tempfile v3.10.1 |
925 | 2024-08-28T17:15:15.521Z | Downloaded serde_repr v0.1.19 |
926 | 2024-08-28T17:15:15.521Z | Downloaded headers-core v0.2.0 |
927 | 2024-08-28T17:15:15.521Z | Downloaded git2 v0.19.0 |
928 | 2024-08-28T17:15:15.530Z | Downloaded defmt-parser v0.3.4 |
929 | 2024-08-28T17:15:15.533Z | Downloaded ring v0.16.20 |
930 | 2024-08-28T17:15:15.649Z | Downloaded defmt-macros v0.3.9 |
931 | 2024-08-28T17:15:15.654Z | Downloaded zone_cfg_derive v0.1.2 |
932 | 2024-08-28T17:15:15.654Z | Downloaded tough v0.17.1 |
933 | 2024-08-28T17:15:15.661Z | Downloaded topological-sort v0.2.2 |
934 | 2024-08-28T17:15:15.663Z | Downloaded toolchain_find v0.4.0 |
935 | 2024-08-28T17:15:15.663Z | Downloaded tokio-tungstenite v0.23.1 |
936 | 2024-08-28T17:15:15.666Z | Downloaded thiserror-impl-no-std v2.0.2 |
937 | 2024-08-28T17:15:15.666Z | Downloaded test-strategy v0.3.1 |
938 | 2024-08-28T17:15:15.671Z | Downloaded structmeta-derive v0.3.0 |
939 | 2024-08-28T17:15:15.674Z | Downloaded smallvec v0.6.14 |
940 | 2024-08-28T17:15:15.674Z | Downloaded serde_arrays v0.1.0 |
941 | 2024-08-28T17:15:15.674Z | Downloaded ref-cast v1.0.23 |
942 | 2024-08-28T17:15:15.679Z | Downloaded psl-types v2.0.11 |
943 | 2024-08-28T17:15:15.679Z | Downloaded proptest v1.5.0 |
944 | 2024-08-28T17:15:15.692Z | Downloaded hashlink v0.9.1 |
945 | 2024-08-28T17:15:15.694Z | Downloaded owo-colors v4.0.0 |
946 | 2024-08-28T17:15:15.694Z | Downloaded dyn-clone v1.0.17 |
947 | 2024-08-28T17:15:15.694Z | Downloaded der v0.7.9 |
948 | 2024-08-28T17:15:15.697Z | Downloaded maybe-uninit v2.0.0 |
949 | 2024-08-28T17:15:15.697Z | Downloaded managed v0.8.0 |
950 | 2024-08-28T17:15:15.697Z | Downloaded lalrpop v0.19.12 |
951 | 2024-08-28T17:15:15.708Z | Downloaded keccak v0.1.5 |
952 | 2024-08-28T17:15:15.710Z | Downloaded subtle v2.5.0 |
953 | 2024-08-28T17:15:15.710Z | Downloaded futures-util v0.3.30 |
954 | 2024-08-28T17:15:15.721Z | Downloaded fastrand v2.1.0 |
955 | 2024-08-28T17:15:15.725Z | Downloaded rustc-hash v1.1.0 |
956 | 2024-08-28T17:15:15.725Z | Downloaded reqwest v0.11.27 |
957 | 2024-08-28T17:15:15.732Z | Downloaded bstr v1.9.1 |
958 | 2024-08-28T17:15:15.741Z | Downloaded object v0.32.2 |
959 | 2024-08-28T17:15:15.750Z | Downloaded yasna v0.5.2 |
960 | 2024-08-28T17:15:15.754Z | Downloaded tokio-tungstenite v0.20.1 |
961 | 2024-08-28T17:15:15.754Z | Downloaded tokio-rustls v0.25.0 |
962 | 2024-08-28T17:15:15.757Z | Downloaded structmeta-derive v0.2.0 |
963 | 2024-08-28T17:15:15.757Z | Downloaded structmeta v0.3.0 |
964 | 2024-08-28T17:15:15.761Z | Downloaded structmeta v0.2.0 |
965 | 2024-08-28T17:15:15.761Z | Downloaded strip-ansi-escapes v0.2.0 |
966 | 2024-08-28T17:15:15.761Z | Downloaded slog-term v2.9.1 |
967 | 2024-08-28T17:15:15.763Z | Downloaded slog-stdlog v4.1.1 |
968 | 2024-08-28T17:15:15.763Z | Downloaded slog-scope v4.4.0 |
969 | 2024-08-28T17:15:15.766Z | Downloaded slog-json v2.6.1 |
970 | 2024-08-28T17:15:15.769Z | Downloaded slog v2.7.0 |
971 | 2024-08-28T17:15:15.771Z | Downloaded omicron-zone-package v0.11.0 |
972 | 2024-08-28T17:15:15.774Z | Downloaded olpc-cjson v0.1.3 |
973 | 2024-08-28T17:15:15.774Z | Downloaded hmac v0.12.1 |
974 | 2024-08-28T17:15:15.776Z | Downloaded getrandom v0.2.14 |
975 | 2024-08-28T17:15:15.779Z | Downloaded fixedbitset v0.4.2 |
976 | 2024-08-28T17:15:15.779Z | Downloaded num_threads v0.1.7 |
977 | 2024-08-28T17:15:15.781Z | Downloaded num_enum_derive v0.5.11 |
978 | 2024-08-28T17:15:15.781Z | Downloaded num-derive v0.4.2 |
979 | 2024-08-28T17:15:15.784Z | Downloaded nanorand v0.7.0 |
980 | 2024-08-28T17:15:15.784Z | Downloaded linked-hash-map v0.5.6 |
981 | 2024-08-28T17:15:15.787Z | Downloaded cstr-argument v0.1.2 |
982 | 2024-08-28T17:15:15.787Z | Downloaded crypto-bigint v0.5.5 |
983 | 2024-08-28T17:15:15.792Z | Downloaded nodrop v0.1.14 |
984 | 2024-08-28T17:15:15.795Z | Downloaded nibble_vec v0.1.0 |
985 | 2024-08-28T17:15:15.795Z | Downloaded newtype_derive v0.1.6 |
986 | 2024-08-28T17:15:15.795Z | Downloaded newtype-uuid v1.1.0 |
987 | 2024-08-28T17:15:15.808Z | Downloaded newline-converter v0.3.0 |
988 | 2024-08-28T17:15:15.808Z | Downloaded multer v3.1.0 |
989 | 2024-08-28T17:15:15.815Z | Downloaded mockall v0.13.0 |
990 | 2024-08-28T17:15:15.815Z | Downloaded mime_guess v2.0.4 |
991 | 2024-08-28T17:15:15.815Z | Downloaded match_cfg v0.1.0 |
992 | 2024-08-28T17:15:15.815Z | Downloaded lru-cache v0.1.2 |
993 | 2024-08-28T17:15:15.815Z | Downloaded libxml v0.3.3 |
994 | 2024-08-28T17:15:15.816Z | Downloaded libsw v3.3.1 |
995 | 2024-08-28T17:15:15.816Z | Downloaded cookie_store v0.20.0 |
996 | 2024-08-28T17:15:15.818Z | Downloaded cookie v0.18.1 |
997 | 2024-08-28T17:15:15.818Z | Downloaded cookie v0.17.0 |
998 | 2024-08-28T17:15:15.818Z | Downloaded const_format_proc_macros v0.2.32 |
999 | 2024-08-28T17:15:15.823Z | Downloaded const_format v0.2.32 |
1000 | 2024-08-28T17:15:15.826Z | Downloaded compact_str v0.8.0 |
1001 | 2024-08-28T17:15:15.828Z | Downloaded cobs v0.2.3 |
1002 | 2024-08-28T17:15:15.828Z | Downloaded chacha20poly1305 v0.10.1 |
1003 | 2024-08-28T17:15:15.831Z | Downloaded chacha20 v0.9.1 |
1004 | 2024-08-28T17:15:15.834Z | Downloaded cc v1.0.97 |
1005 | 2024-08-28T17:15:15.837Z | Downloaded cbc v0.1.2 |
1006 | 2024-08-28T17:15:15.837Z | Downloaded castaway v0.2.3 |
1007 | 2024-08-28T17:15:15.840Z | Downloaded cassowary v0.3.0 |
1008 | 2024-08-28T17:15:15.840Z | Downloaded cancel-safe-futures v0.1.5 |
1009 | 2024-08-28T17:15:15.843Z | Downloaded camino-tempfile v1.1.1 |
1010 | 2024-08-28T17:15:15.843Z | Downloaded bzip2 v0.4.4 |
1011 | 2024-08-28T17:15:15.846Z | Downloaded buf-list v1.0.3 |
1012 | 2024-08-28T17:15:15.848Z | Downloaded csv-core v0.1.11 |
1013 | 2024-08-28T17:15:15.851Z | Downloaded blake3 v1.5.1 |
1014 | 2024-08-28T17:15:15.856Z | Downloaded bitvec v1.0.1 |
1015 | 2024-08-28T17:15:15.870Z | Downloaded bitstruct_derive v0.1.0 |
1016 | 2024-08-28T17:15:15.874Z | Downloaded bitstruct v0.1.1 |
1017 | 2024-08-28T17:15:15.874Z | Downloaded itertools v0.12.1 |
1018 | 2024-08-28T17:15:15.879Z | Downloaded chrono v0.4.38 |
1019 | 2024-08-28T17:15:15.887Z | Downloaded darling_macro v0.20.9 |
1020 | 2024-08-28T17:15:15.890Z | Downloaded crossbeam-utils v0.8.19 |
1021 | 2024-08-28T17:15:15.892Z | Downloaded const-oid v0.9.6 |
1022 | 2024-08-28T17:15:15.892Z | Downloaded console v0.15.8 |
1023 | 2024-08-28T17:15:15.895Z | Downloaded cipher v0.4.4 |
1024 | 2024-08-28T17:15:15.898Z | Downloaded bindgen v0.69.4 |
1025 | 2024-08-28T17:15:15.903Z | Downloaded bit-vec v0.6.3 |
1026 | 2024-08-28T17:15:15.906Z | Downloaded bit-set v0.5.3 |
1027 | 2024-08-28T17:15:15.906Z | Downloaded base64ct v1.6.0 |
1028 | 2024-08-28T17:15:15.909Z | Downloaded atomic-waker v1.1.2 |
1029 | 2024-08-28T17:15:15.911Z | Downloaded async-trait v0.1.81 |
1030 | 2024-08-28T17:15:15.914Z | Downloaded iana-time-zone v0.1.60 |
1031 | 2024-08-28T17:15:15.916Z | Downloaded async-stream v0.3.5 |
1032 | 2024-08-28T17:15:15.916Z | Downloaded aes v0.8.4 |
1033 | 2024-08-28T17:15:15.920Z | Downloaded adler v1.0.2 |
1034 | 2024-08-28T17:15:15.923Z | Downloaded addr2line v0.21.0 |
1035 | 2024-08-28T17:15:15.926Z | Downloaded httpdate v1.0.3 |
1036 | 2024-08-28T17:15:15.926Z | Downloaded hubpack v0.1.2 |
1037 | 2024-08-28T17:15:15.928Z | Downloaded argon2 v0.5.3 |
1038 | 2024-08-28T17:15:15.928Z | Downloaded crossbeam-epoch v0.9.18 |
1039 | 2024-08-28T17:15:15.934Z | Downloaded crossbeam-deque v0.8.5 |
1040 | 2024-08-28T17:15:15.934Z | Downloaded constant_time_eq v0.3.0 |
1041 | 2024-08-28T17:15:15.937Z | Downloaded ciborium-ll v0.2.2 |
1042 | 2024-08-28T17:15:15.937Z | Downloaded minimal-lexical v0.2.1 |
1043 | 2024-08-28T17:15:15.940Z | Downloaded ciborium-io v0.2.2 |
1044 | 2024-08-28T17:15:15.940Z | Downloaded ciborium v0.2.2 |
1045 | 2024-08-28T17:15:15.943Z | Downloaded cexpr v0.6.0 |
1046 | 2024-08-28T17:15:15.943Z | Downloaded bitflags v1.3.2 |
1047 | 2024-08-28T17:15:15.946Z | Downloaded lazycell v1.3.0 |
1048 | 2024-08-28T17:15:15.949Z | Downloaded base64 v0.13.1 |
1049 | 2024-08-28T17:15:15.952Z | Downloaded allocator-api2 v0.2.18 |
1050 | 2024-08-28T17:15:16.062Z | Compiling cfg-if v1.0.0 |
1051 | 2024-08-28T17:15:16.062Z | Compiling serde v1.0.208 |
1052 | 2024-08-28T17:15:16.065Z | Compiling typenum v1.17.0 |
1053 | 2024-08-28T17:15:16.065Z | Compiling generic-array v0.14.7 |
1054 | 2024-08-28T17:15:16.066Z | Compiling lock_api v0.4.12 |
1055 | 2024-08-28T17:15:16.242Z | Compiling syn v2.0.74 |
1056 | 2024-08-28T17:15:16.244Z | Compiling scopeguard v1.2.0 |
1057 | 2024-08-28T17:15:16.244Z | Compiling log v0.4.21 |
1058 | 2024-08-28T17:15:16.308Z | Compiling getrandom v0.2.14 |
1059 | 2024-08-28T17:15:16.408Z | Compiling jobserver v0.1.32 |
1060 | 2024-08-28T17:15:16.554Z | Compiling rand_core v0.6.4 |
1061 | 2024-08-28T17:15:16.809Z | Compiling cc v1.0.97 |
1062 | 2024-08-28T17:15:16.828Z | Compiling subtle v2.5.0 |
1063 | 2024-08-28T17:15:17.092Z | Compiling const-oid v0.9.6 |
1064 | 2024-08-28T17:15:17.114Z | Compiling smallvec v1.13.2 |
1065 | 2024-08-28T17:15:17.212Z | Compiling pin-project-lite v0.2.14 |
1066 | 2024-08-28T17:15:17.353Z | Compiling parking_lot_core v0.9.10 |
1067 | 2024-08-28T17:15:17.368Z | Compiling signal-hook-registry v1.4.2 |
1068 | 2024-08-28T17:15:17.389Z | Compiling spin v0.9.8 |
1069 | 2024-08-28T17:15:17.514Z | Compiling mio v1.0.2 |
1070 | 2024-08-28T17:15:17.809Z | Compiling ahash v0.8.11 |
1071 | 2024-08-28T17:15:18.164Z | Compiling tinyvec_macros v0.1.1 |
1072 | 2024-08-28T17:15:18.237Z | Compiling parking_lot v0.12.2 |
1073 | 2024-08-28T17:15:18.260Z | Compiling tinyvec v1.6.0 |
1074 | 2024-08-28T17:15:18.566Z | Compiling socket2 v0.5.7 |
1075 | 2024-08-28T17:15:18.764Z | Compiling futures-sink v0.3.30 |
1076 | 2024-08-28T17:15:18.920Z | Compiling serde_json v1.0.125 |
1077 | 2024-08-28T17:15:19.104Z | Compiling cpufeatures v0.2.12 |
1078 | 2024-08-28T17:15:19.152Z | Compiling futures-core v0.3.30 |
1079 | 2024-08-28T17:15:19.184Z | Compiling libm v0.2.8 |
1080 | 2024-08-28T17:15:19.212Z | Compiling num-traits v0.2.19 |
1081 | 2024-08-28T17:15:19.296Z | Compiling slab v0.4.9 |
1082 | 2024-08-28T17:15:19.395Z | Compiling allocator-api2 v0.2.18 |
1083 | 2024-08-28T17:15:19.502Z | Compiling unicode-bidi v0.3.15 |
1084 | 2024-08-28T17:15:19.733Z | Compiling unicode-normalization v0.1.23 |
1085 | 2024-08-28T17:15:19.786Z | Compiling futures-channel v0.3.30 |
1086 | 2024-08-28T17:15:20.262Z | Compiling vcpkg v0.2.15 |
1087 | 2024-08-28T17:15:20.340Z | Compiling futures-task v0.3.30 |
1088 | 2024-08-28T17:15:20.340Z | Compiling pin-utils v0.1.0 |
1089 | 2024-08-28T17:15:20.358Z | Compiling futures-io v0.3.30 |
1090 | 2024-08-28T17:15:20.698Z | Compiling pkg-config v0.3.30 |
1091 | 2024-08-28T17:15:20.905Z | Compiling base64ct v1.6.0 |
1092 | 2024-08-28T17:15:21.005Z | Compiling flagset v0.4.5 |
1093 | 2024-08-28T17:15:21.030Z | Compiling percent-encoding v2.3.1 |
1094 | 2024-08-28T17:15:21.049Z | Compiling ring v0.17.8 |
1095 | 2024-08-28T17:15:21.223Z | Compiling ppv-lite86 v0.2.17 |
1096 | 2024-08-28T17:15:21.419Z | Compiling pem-rfc7468 v0.7.0 |
1097 | 2024-08-28T17:15:21.542Z | Compiling tracing-core v0.1.32 |
1098 | 2024-08-28T17:15:22.058Z | Compiling rand_chacha v0.3.1 |
1099 | 2024-08-28T17:15:22.176Z | Compiling untrusted v0.9.0 |
1100 | 2024-08-28T17:15:22.334Z | Compiling rustix v0.38.34 |
1101 | 2024-08-28T17:15:22.340Z | Compiling openssl-sys v0.9.103 |
1102 | 2024-08-28T17:15:22.352Z | Compiling time-core v0.1.2 |
1103 | 2024-08-28T17:15:22.526Z | Compiling rand v0.8.5 |
1104 | 2024-08-28T17:15:22.595Z | Compiling rustversion v1.0.17 |
1105 | 2024-08-28T17:15:22.935Z | Compiling openssl v0.10.66 |
1106 | 2024-08-28T17:15:23.227Z | Compiling powerfmt v0.2.0 |
1107 | 2024-08-28T17:15:23.368Z | Compiling num-conv v0.1.0 |
1108 | 2024-08-28T17:15:23.424Z | Compiling httparse v1.8.0 |
1109 | 2024-08-28T17:15:23.613Z | Compiling foreign-types-shared v0.1.1 |
1110 | 2024-08-28T17:15:23.641Z | Compiling time-macros v0.2.18 |
1111 | 2024-08-28T17:15:23.707Z | Compiling foreign-types v0.3.2 |
1112 | 2024-08-28T17:15:23.819Z | Compiling deranged v0.3.11 |
1113 | 2024-08-28T17:15:23.950Z | Compiling form_urlencoded v1.2.1 |
1114 | 2024-08-28T17:15:24.292Z | Compiling aho-corasick v1.1.3 |
1115 | 2024-08-28T17:15:24.379Z | Compiling native-tls v0.2.11 |
1116 | 2024-08-28T17:15:24.523Z | Compiling crossbeam-utils v0.8.19 |
1117 | 2024-08-28T17:15:27.919Z | Compiling rustls v0.21.12 |
1118 | 2024-08-28T17:15:27.956Z | Compiling syn v1.0.109 |
1119 | 2024-08-28T17:15:27.956Z | Compiling num_threads v0.1.7 |
1120 | 2024-08-28T17:15:27.956Z | Compiling regex-syntax v0.8.4 |
1121 | 2024-08-28T17:15:27.956Z | Compiling siphasher v0.3.11 |
1122 | 2024-08-28T17:15:27.956Z | Compiling try-lock v0.2.5 |
1123 | 2024-08-28T17:15:27.956Z | Compiling want v0.3.1 |
1124 | 2024-08-28T17:15:27.957Z | Compiling idna v0.5.0 |
1125 | 2024-08-28T17:15:27.957Z | Compiling cookie v0.17.0 |
1126 | 2024-08-28T17:15:27.957Z | Compiling slog v2.7.0 |
1127 | 2024-08-28T17:15:27.957Z | Compiling time v0.3.36 |
1128 | 2024-08-28T17:15:27.957Z | Compiling finl_unicode v1.2.0 |
1129 | 2024-08-28T17:15:27.957Z | Compiling adler v1.0.2 |
1130 | 2024-08-28T17:15:27.957Z | Compiling httpdate v1.0.3 |
1131 | 2024-08-28T17:15:27.957Z | Compiling openssl-probe v0.1.5 |
1132 | 2024-08-28T17:15:27.957Z | Compiling iana-time-zone v0.1.60 |
1133 | 2024-08-28T17:15:27.957Z | Compiling tower-service v0.3.2 |
1134 | 2024-08-28T17:15:27.981Z | Compiling stringprep v0.1.4 |
1135 | 2024-08-28T17:15:28.029Z | Compiling miniz_oxide v0.7.2 |
1136 | 2024-08-28T17:15:28.354Z | Compiling url v2.5.2 |
1137 | 2024-08-28T17:15:29.140Z | Compiling regex-automata v0.4.6 |
1138 | 2024-08-28T17:15:30.275Z | Compiling sct v0.7.1 |
1139 | 2024-08-28T17:15:30.620Z | Compiling rustls-webpki v0.101.7 |
1140 | 2024-08-28T17:15:30.946Z | Compiling serde_derive v1.0.208 |
1141 | 2024-08-28T17:15:31.201Z | Compiling zeroize_derive v1.4.2 |
1142 | 2024-08-28T17:15:31.851Z | Compiling zerocopy-derive v0.7.34 |
1143 | 2024-08-28T17:15:32.013Z | Compiling tokio-macros v2.4.0 |
1144 | 2024-08-28T17:15:32.228Z | Compiling thiserror-impl v1.0.63 |
1145 | 2024-08-28T17:15:32.658Z | Compiling futures-macro v0.3.30 |
1146 | 2024-08-28T17:15:32.889Z | Compiling zeroize v1.7.0 |
1147 | 2024-08-28T17:15:33.698Z | Compiling der_derive v0.7.2 |
1148 | 2024-08-28T17:15:34.198Z | Compiling zerocopy v0.7.34 |
1149 | 2024-08-28T17:15:34.750Z | Compiling crypto-common v0.1.6 |
1150 | 2024-08-28T17:15:34.769Z | Compiling block-buffer v0.10.4 |
1151 | 2024-08-28T17:15:34.989Z | Compiling block-padding v0.3.3 |
1152 | 2024-08-28T17:15:35.049Z | Compiling digest v0.10.7 |
1153 | 2024-08-28T17:15:35.254Z | Compiling inout v0.1.3 |
1154 | 2024-08-28T17:15:35.532Z | Compiling hmac v0.12.1 |
1155 | 2024-08-28T17:15:35.565Z | Compiling sha2 v0.10.8 |
1156 | 2024-08-28T17:15:35.684Z | Compiling thiserror v1.0.63 |
1157 | 2024-08-28T17:15:35.831Z | Compiling cipher v0.4.4 |
1158 | 2024-08-28T17:15:35.855Z | Compiling futures-util v0.3.30 |
1159 | 2024-08-28T17:15:36.314Z | Compiling pest v2.7.10 |
1160 | 2024-08-28T17:15:36.341Z | Compiling der v0.7.9 |
1161 | 2024-08-28T17:15:36.449Z | Compiling hashbrown v0.14.5 |
1162 | 2024-08-28T17:15:37.824Z | Compiling salsa20 v0.10.2 |
1163 | 2024-08-28T17:15:38.061Z | Compiling pbkdf2 v0.12.2 |
1164 | 2024-08-28T17:15:38.248Z | Compiling tracing-attributes v0.1.27 |
1165 | 2024-08-28T17:15:39.317Z | Compiling pest_meta v2.7.10 |
1166 | 2024-08-28T17:15:39.345Z | Compiling scroll_derive v0.12.0 |
1167 | 2024-08-28T17:15:39.680Z | Compiling spki v0.7.3 |
1168 | 2024-08-28T17:15:40.064Z | Compiling scrypt v0.11.0 |
1169 | 2024-08-28T17:15:40.705Z | Compiling pest_generator v2.7.10 |
1170 | 2024-08-28T17:15:40.893Z | Compiling scroll v0.12.0 |
1171 | 2024-08-28T17:15:41.490Z | Compiling aes v0.8.4 |
1172 | 2024-08-28T17:15:42.109Z | Compiling tracing v0.1.40 |
1173 | 2024-08-28T17:15:42.323Z | Compiling cbc v0.1.2 |
1174 | 2024-08-28T17:15:42.384Z | Compiling goblin v0.8.2 |
1175 | 2024-08-28T17:15:42.575Z | Compiling pkcs5 v0.7.1 |
1176 | 2024-08-28T17:15:42.647Z | Compiling openssl-macros v0.1.1 |
1177 | 2024-08-28T17:15:42.735Z | Compiling md-5 v0.10.6 |
1178 | 2024-08-28T17:15:43.422Z | Compiling pkcs8 v0.10.2 |
1179 | 2024-08-28T17:15:43.846Z | Compiling num-integer v0.1.46 |
1180 | 2024-08-28T17:15:44.111Z | Compiling backtrace v0.3.71 |
1181 | 2024-08-28T17:15:44.158Z | Compiling idna v0.3.0 |
1182 | 2024-08-28T17:15:44.354Z | Compiling lazy_static v1.5.0 |
1183 | 2024-08-28T17:15:44.397Z | Compiling pest_derive v2.7.10 |
1184 | 2024-08-28T17:15:44.468Z | Compiling hash32 v0.2.1 |
1185 | 2024-08-28T17:15:44.599Z | Compiling signal-hook v0.3.17 |
1186 | 2024-08-28T17:15:44.659Z | Compiling fallible-iterator v0.2.0 |
1187 | 2024-08-28T17:15:44.857Z | Compiling cfg_aliases v0.1.1 |
1188 | 2024-08-28T17:15:44.881Z | Compiling smoltcp v0.9.1 |
1189 | 2024-08-28T17:15:44.962Z | Compiling base64 v0.22.1 |
1190 | 2024-08-28T17:15:45.222Z | Compiling dtrace-parser v0.2.0 |
1191 | 2024-08-28T17:15:45.304Z | Compiling crc32fast v1.4.0 |
1192 | 2024-08-28T17:15:45.651Z | Compiling gimli v0.28.1 |
1193 | 2024-08-28T17:15:45.781Z | Compiling bytes v1.7.1 |
1194 | 2024-08-28T17:15:45.845Z | Compiling bitflags v2.6.0 |
1195 | 2024-08-28T17:15:46.066Z | Compiling indexmap v2.4.0 |
1196 | 2024-08-28T17:15:46.295Z | Compiling semver v1.0.23 |
1197 | 2024-08-28T17:15:47.061Z | Compiling tokio v1.39.3 |
1198 | 2024-08-28T17:15:47.119Z | Compiling http v0.2.12 |
1199 | 2024-08-28T17:15:47.526Z | Compiling rustc_version v0.4.0 |
1200 | 2024-08-28T17:15:48.349Z | Compiling heapless v0.7.17 |
1201 | 2024-08-28T17:15:48.805Z | Compiling http-body v0.4.6 |
1202 | 2024-08-28T17:15:49.008Z | Compiling dof v0.3.0 |
1203 | 2024-08-28T17:15:49.691Z | Compiling uuid v1.10.0 |
1204 | 2024-08-28T17:15:50.642Z | Compiling usdt-impl v0.5.0 |
1205 | 2024-08-28T17:15:50.902Z | Compiling chrono v0.4.38 |
1206 | 2024-08-28T17:15:51.207Z | Compiling serde_spanned v0.6.7 |
1207 | 2024-08-28T17:15:51.273Z | Compiling serde_tokenstream v0.2.2 |
1208 | 2024-08-28T17:15:51.445Z | Compiling toml_datetime v0.6.8 |
1209 | 2024-08-28T17:15:51.912Z | Compiling psl-types v2.0.11 |
1210 | 2024-08-28T17:15:51.979Z | Compiling num-bigint-dig v0.8.4 |
1211 | 2024-08-28T17:15:52.107Z | Compiling stable_deref_trait v1.2.0 |
1212 | 2024-08-28T17:15:52.152Z | Compiling publicsuffix v2.2.3 |
1213 | 2024-08-28T17:15:52.262Z | Compiling addr2line v0.21.0 |
1214 | 2024-08-28T17:15:52.327Z | Compiling terminal_size v0.3.0 |
1215 | 2024-08-28T17:15:52.412Z | Compiling postgres-protocol v0.6.7 |
1216 | 2024-08-28T17:15:52.637Z | Compiling nix v0.28.0 |
1217 | 2024-08-28T17:15:53.002Z | Compiling num-iter v0.1.45 |
1218 | 2024-08-28T17:15:53.020Z | Compiling hubpack_derive v0.1.1 |
1219 | 2024-08-28T17:15:53.191Z | Compiling zerocopy-derive v0.6.6 |
1220 | 2024-08-28T17:15:53.374Z | Compiling async-trait v0.1.81 |
1221 | 2024-08-28T17:15:53.946Z | Compiling phf_shared v0.11.2 |
1222 | 2024-08-28T17:15:54.325Z | Compiling serde_derive_internals v0.29.1 |
1223 | 2024-08-28T17:15:54.538Z | Compiling ff v0.13.0 |
1224 | 2024-08-28T17:15:54.564Z | Compiling object v0.32.2 |
1225 | 2024-08-28T17:15:54.721Z | Compiling fs-err v2.11.0 |
1226 | 2024-08-28T17:15:54.762Z | Compiling rustc-demangle v0.1.24 |
1227 | 2024-08-28T17:15:55.017Z | Compiling base16ct v0.2.0 |
1228 | 2024-08-28T17:15:55.345Z | Compiling tokio-util v0.7.11 |
1229 | 2024-08-28T17:15:55.761Z | Compiling tokio-rustls v0.24.1 |
1230 | 2024-08-28T17:15:56.112Z | Compiling tokio-native-tls v0.3.1 |
1231 | 2024-08-28T17:15:56.172Z | Compiling managed v0.8.0 |
1232 | 2024-08-28T17:15:56.192Z | Compiling either v1.13.0 |
1233 | 2024-08-28T17:15:56.379Z | Compiling h2 v0.3.26 |
1234 | 2024-08-28T17:15:56.634Z | Compiling ipnet v2.9.0 |
1235 | 2024-08-28T17:15:56.637Z | Compiling anyhow v1.0.86 |
1236 | 2024-08-28T17:15:56.804Z | Compiling base64 v0.21.7 |
1237 | 2024-08-28T17:15:57.178Z | Compiling schemars v0.8.21 |
1238 | 2024-08-28T17:15:57.295Z | Compiling winnow v0.5.40 |
1239 | 2024-08-28T17:15:57.543Z | Compiling bitflags v1.3.2 |
1240 | 2024-08-28T17:15:57.763Z | Compiling rustls-pemfile v1.0.4 |
1241 | 2024-08-28T17:15:57.821Z | Compiling schemars_derive v0.8.21 |
1242 | 2024-08-28T17:15:58.168Z | Compiling clap_builder v4.5.15 |
1243 | 2024-08-28T17:15:58.218Z | Compiling zerocopy v0.6.6 |
1244 | 2024-08-28T17:15:59.098Z | Compiling sec1 v0.7.3 |
1245 | 2024-08-28T17:15:59.810Z | Compiling group v0.13.0 |
1246 | 2024-08-28T17:15:59.853Z | Compiling phf v0.11.2 |
1247 | 2024-08-28T17:16:00.139Z | Compiling hubpack v0.1.2 |
1248 | 2024-08-28T17:16:00.157Z | Compiling cookie_store v0.20.0 |
1249 | 2024-08-28T17:16:00.640Z | Compiling postgres-types v0.2.7 |
1250 | 2024-08-28T17:16:01.294Z | Compiling toml_edit v0.19.15 |
1251 | 2024-08-28T17:16:02.194Z | Compiling usdt-attr-macro v0.5.0 |
1252 | 2024-08-28T17:16:02.565Z | Compiling usdt-macro v0.5.0 |
1253 | 2024-08-28T17:16:03.171Z | Compiling serde_urlencoded v0.7.1 |
1254 | 2024-08-28T17:16:03.669Z | Compiling hyper v0.14.30 |
1255 | 2024-08-28T17:16:03.892Z | Compiling pkcs1 v0.7.5 |
1256 | 2024-08-28T17:16:04.065Z | Compiling futures-executor v0.3.30 |
1257 | 2024-08-28T17:16:04.632Z | Compiling hkdf v0.12.4 |
1258 | 2024-08-28T17:16:04.700Z | Compiling signature v2.2.0 |
1259 | 2024-08-28T17:16:04.907Z | Compiling crypto-bigint v0.5.5 |
1260 | 2024-08-28T17:16:04.921Z | Compiling bstr v1.9.1 |
1261 | 2024-08-28T17:16:05.007Z | Compiling regex v1.10.6 |
1262 | 2024-08-28T17:16:06.159Z | Compiling clap_derive v4.5.13 |
1263 | 2024-08-28T17:16:06.821Z | Compiling enum-as-inner v0.6.0 |
1264 | 2024-08-28T17:16:07.079Z | Compiling serde_repr v0.1.19 |
1265 | 2024-08-28T17:16:07.709Z | Compiling strum_macros v0.25.3 |
1266 | 2024-08-28T17:16:07.882Z | Compiling phf_shared v0.10.0 |
1267 | 2024-08-28T17:16:08.268Z | Compiling float-cmp v0.9.0 |
1268 | 2024-08-28T17:16:08.294Z | Compiling idna v0.4.0 |
1269 | 2024-08-28T17:16:08.508Z | Compiling mio v0.8.11 |
1270 | 2024-08-28T17:16:09.394Z | Compiling encoding_rs v0.8.34 |
1271 | 2024-08-28T17:16:09.861Z | Compiling new_debug_unreachable v1.0.6 |
1272 | 2024-08-28T17:16:09.915Z | Compiling data-encoding v2.6.0 |
1273 | 2024-08-28T17:16:09.958Z | Compiling normalize-line-endings v0.3.0 |
1274 | 2024-08-28T17:16:10.074Z | Compiling predicates-core v1.0.6 |
1275 | 2024-08-28T17:16:10.417Z | Compiling sync_wrapper v0.1.2 |
1276 | 2024-08-28T17:16:10.572Z | Compiling static_assertions v1.1.0 |
1277 | 2024-08-28T17:16:10.686Z | Compiling hyper-tls v0.5.0 |
1278 | 2024-08-28T17:16:11.060Z | Compiling hyper-rustls v0.24.2 |
1279 | 2024-08-28T17:16:11.080Z | Compiling whoami v1.5.1 |
1280 | 2024-08-28T17:16:11.376Z | Compiling bit-vec v0.6.3 |
1281 | 2024-08-28T17:16:11.418Z | Compiling mime v0.3.17 |
1282 | 2024-08-28T17:16:11.686Z | Compiling difflib v0.4.0 |
1283 | 2024-08-28T17:16:11.819Z | Compiling precomputed-hash v0.1.1 |
1284 | 2024-08-28T17:16:11.841Z | Compiling minimal-lexical v0.2.1 |
1285 | 2024-08-28T17:16:11.940Z | Compiling unicode-segmentation v1.11.0 |
1286 | 2024-08-28T17:16:12.010Z | Compiling fixedbitset v0.4.2 |
1287 | 2024-08-28T17:16:12.355Z | Compiling webpki-roots v0.25.4 |
1288 | 2024-08-28T17:16:12.378Z | Compiling dyn-clone v1.0.17 |
1289 | 2024-08-28T17:16:12.469Z | Compiling petgraph v0.6.5 |
1290 | 2024-08-28T17:16:12.520Z | Compiling reqwest v0.11.27 |
1291 | 2024-08-28T17:16:12.795Z | Compiling similar v2.6.0 |
1292 | 2024-08-28T17:16:13.269Z | Compiling nom v7.1.3 |
1293 | 2024-08-28T17:16:13.837Z | Compiling predicates v3.1.2 |
1294 | 2024-08-28T17:16:13.869Z | Compiling string_cache v0.8.7 |
1295 | 2024-08-28T17:16:14.335Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1296 | 2024-08-28T17:16:15.219Z | Compiling bit-set v0.5.3 |
1297 | 2024-08-28T17:16:15.515Z | Compiling toml_edit v0.22.20 |
1298 | 2024-08-28T17:16:15.622Z | Compiling tokio-postgres v0.7.11 |
1299 | 2024-08-28T17:16:16.436Z | Compiling clap v4.5.16 |
1300 | 2024-08-28T17:16:16.567Z | Compiling hickory-proto v0.24.1 |
1301 | 2024-08-28T17:16:16.570Z | Compiling console v0.15.8 |
1302 | 2024-08-28T17:16:16.716Z | Compiling usdt v0.5.0 |
1303 | 2024-08-28T17:16:17.052Z | Compiling signal-hook-mio v0.2.4 |
1304 | 2024-08-28T17:16:17.236Z | Compiling elliptic-curve v0.13.8 |
1305 | 2024-08-28T17:16:17.254Z | Compiling rsa v0.9.6 |
1306 | 2024-08-28T17:16:18.063Z | Compiling toml v0.7.8 |
1307 | 2024-08-28T17:16:18.141Z | Compiling futures v0.3.30 |
1308 | 2024-08-28T17:16:18.257Z | Compiling flate2 v1.0.31 |
1309 | 2024-08-28T17:16:21.057Z | Compiling itertools v0.12.1 |
1310 | 2024-08-28T17:16:21.284Z | Compiling itertools v0.10.5 |
1311 | 2024-08-28T17:16:21.589Z | Compiling tokio-stream v0.1.15 |
1312 | 2024-08-28T17:16:22.726Z | Compiling openapiv3 v2.0.0 |
1313 | 2024-08-28T17:16:24.242Z | Compiling hex v0.4.3 |
1314 | 2024-08-28T17:16:24.263Z | Compiling sha1 v0.10.6 |
1315 | 2024-08-28T17:16:24.398Z | Compiling crossbeam-epoch v0.9.18 |
1316 | 2024-08-28T17:16:24.444Z | Compiling dirs-sys-next v0.1.2 |
1317 | 2024-08-28T17:16:24.698Z | Compiling peg-runtime v0.8.3 |
1318 | 2024-08-28T17:16:24.893Z | Compiling lalrpop-util v0.19.12 |
1319 | 2024-08-28T17:16:25.140Z | Compiling unicode-xid v0.2.4 |
1320 | 2024-08-28T17:16:25.208Z | Compiling dirs-next v2.0.0 |
1321 | 2024-08-28T17:16:25.271Z | Compiling thread_local v1.1.8 |
1322 | 2024-08-28T17:16:25.323Z | Compiling slog-async v2.8.0 |
1323 | 2024-08-28T17:16:25.378Z | Compiling term v0.7.0 |
1324 | 2024-08-28T17:16:25.420Z | Compiling xattr v1.3.1 |
1325 | 2024-08-28T17:16:25.739Z | Compiling strum_macros v0.26.4 |
1326 | 2024-08-28T17:16:25.860Z | Compiling crossbeam-channel v0.5.12 |
1327 | 2024-08-28T17:16:26.014Z | Compiling filetime v0.2.24 |
1328 | 2024-08-28T17:16:26.074Z | Compiling is-terminal v0.4.12 |
1329 | 2024-08-28T17:16:26.210Z | Compiling take_mut v0.2.2 |
1330 | 2024-08-28T17:16:26.352Z | Compiling tar v0.4.41 |
1331 | 2024-08-28T17:16:26.376Z | Compiling slog-term v2.9.1 |
1332 | 2024-08-28T17:16:27.009Z | Compiling camino v1.1.9 |
1333 | 2024-08-28T17:16:28.181Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1334 | 2024-08-28T17:16:29.051Z | Compiling strum v0.26.3 |
1335 | 2024-08-28T17:16:29.139Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1336 | 2024-08-28T17:16:34.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
1337 | 2024-08-28T17:16:35.102Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1338 | 2024-08-28T17:16:35.153Z | Aug 28 17:16:33.968 INFO Starting download, target: Cockroach |
1339 | 2024-08-28T17:16:35.153Z | Aug 28 17:16:33.968 INFO Starting download, target: Clickhouse |
1340 | 2024-08-28T17:16:35.153Z | Aug 28 17:16:33.968 INFO Starting download, target: Console |
1341 | 2024-08-28T17:16:35.156Z | Aug 28 17:16:33.968 INFO Starting download, target: DendriteOpenapi |
1342 | 2024-08-28T17:16:35.156Z | Aug 28 17:16:33.968 INFO Starting download, target: DendriteStub |
1343 | 2024-08-28T17:16:35.156Z | Aug 28 17:16:33.968 INFO Starting download, target: MaghemiteMgd |
1344 | 2024-08-28T17:16:35.156Z | Aug 28 17:16:33.968 INFO Starting download, target: TransceiverControl |
1345 | 2024-08-28T17:16:35.156Z | Aug 28 17:16:33.969 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1346 | 2024-08-28T17:16:35.156Z | Aug 28 17:16:33.969 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1347 | 2024-08-28T17:16:35.156Z | Aug 28 17:16:33.969 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1348 | 2024-08-28T17:16:35.156Z | Aug 28 17:16:33.969 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1349 | 2024-08-28T17:16:35.156Z | Aug 28 17:16:33.969 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1350 | 2024-08-28T17:16:35.156Z | Aug 28 17:16:33.969 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1351 | 2024-08-28T17:16:35.156Z | Aug 28 17:16:33.969 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1352 | 2024-08-28T17:16:35.312Z | Aug 28 17:16:34.126 INFO Download complete, target: DendriteOpenapi |
1353 | 2024-08-28T17:16:35.561Z | Aug 28 17:16:34.362 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1354 | 2024-08-28T17:16:35.788Z | Aug 28 17:16:34.603 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1355 | 2024-08-28T17:16:35.791Z | Aug 28 17:16:34.605 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1356 | 2024-08-28T17:16:35.811Z | Aug 28 17:16:34.626 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1357 | 2024-08-28T17:16:36.192Z | Aug 28 17:16:35.006 INFO Download complete, target: Console |
1358 | 2024-08-28T17:16:36.295Z | Aug 28 17:16:35.109 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1359 | 2024-08-28T17:16:36.295Z | Aug 28 17:16:35.109 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1360 | 2024-08-28T17:16:36.404Z | Aug 28 17:16:35.218 INFO Download complete, target: TransceiverControl |
1361 | 2024-08-28T17:16:37.264Z | Aug 28 17:16:36.078 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1362 | 2024-08-28T17:16:38.878Z | Aug 28 17:16:37.692 INFO Download complete, target: DendriteStub |
1363 | 2024-08-28T17:16:39.051Z | Aug 28 17:16:37.865 INFO Download complete, target: MaghemiteMgd |
1364 | 2024-08-28T17:16:44.714Z | Aug 28 17:16:43.527 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1365 | 2024-08-28T17:16:45.044Z | Aug 28 17:16:43.857 INFO Checking that binary works, target: Cockroach |
1366 | 2024-08-28T17:16:45.211Z | Aug 28 17:16:44.024 INFO Download complete, target: Cockroach |
1367 | 2024-08-28T17:16:51.322Z | Aug 28 17:16:50.131 INFO Checking that binary works, target: Clickhouse |
1368 | 2024-08-28T17:16:51.500Z | Aug 28 17:16:50.311 INFO Download complete, target: Clickhouse |
1369 | 2024-08-28T17:16:51.521Z | All builder prerequisites installed successfully, and PATH looks valid |
1370 | 2024-08-28T17:16:51.524Z | |
1371 | 2024-08-28T17:16:51.524Z | real 3:30.205413652 |
1372 | 2024-08-28T17:16:51.524Z | user 11:44.580295079 |
1373 | 2024-08-28T17:16:51.524Z | sys 2:29.931582836 |
1374 | 2024-08-28T17:16:51.524Z | trap 0.440750274 |
1375 | 2024-08-28T17:16:51.524Z | tflt 1.599920860 |
1376 | 2024-08-28T17:16:51.524Z | dflt 1.585668394 |
1377 | 2024-08-28T17:16:51.524Z | kflt 0.025717853 |
1378 | 2024-08-28T17:16:51.524Z | lock 23:18.228387432 |
1379 | 2024-08-28T17:16:51.524Z | slp 44:30.756509992 |
1380 | 2024-08-28T17:16:51.524Z | lat 42.147418494 |
1381 | 2024-08-28T17:16:51.524Z | stop 1:48.663938998 |
1382 | 2024-08-28T17:16:51.524Z | + banner clippy |
1383 | 2024-08-28T17:16:51.527Z | |
1384 | 2024-08-28T17:16:51.527Z | #### # # ##### ##### # # |
1385 | 2024-08-28T17:16:51.527Z | # # # # # # # # # # |
1386 | 2024-08-28T17:16:51.527Z | # # # # # # # # |
1387 | 2024-08-28T17:16:51.527Z | # # # ##### ##### # |
1388 | 2024-08-28T17:16:51.527Z | # # # # # # # |
1389 | 2024-08-28T17:16:51.527Z | #### ###### # # # # |
1390 | 2024-08-28T17:16:51.527Z | |
1391 | 2024-08-28T17:16:51.527Z | + export CARGO_INCREMENTAL=0 |
1392 | 2024-08-28T17:16:51.527Z | + CARGO_INCREMENTAL=0 |
1393 | 2024-08-28T17:16:51.527Z | + ptime -m cargo xtask clippy |
1394 | 2024-08-28T17:16:52.125Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1395 | 2024-08-28T17:16:55.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
1396 | 2024-08-28T17:16:55.940Z | Running `target/debug/xtask clippy` |
1397 | 2024-08-28T17:16:55.965Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1398 | 2024-08-28T17:16:56.749Z | Downloading crates ... |
1399 | 2024-08-28T17:16:57.106Z | Downloaded aes-gcm v0.10.3 |
1400 | 2024-08-28T17:16:57.110Z | Downloaded cast v0.3.0 |
1401 | 2024-08-28T17:16:57.112Z | Downloaded assert_cmd v2.0.16 |
1402 | 2024-08-28T17:16:57.117Z | Downloaded doc-comment v0.3.3 |
1403 | 2024-08-28T17:16:57.119Z | Downloaded ctr v0.9.2 |
1404 | 2024-08-28T17:16:57.122Z | Downloaded fancy-regex v0.13.0 |
1405 | 2024-08-28T17:16:57.127Z | Downloaded futures-timer v3.0.3 |
1406 | 2024-08-28T17:16:57.129Z | Downloaded dirs v5.0.1 |
1407 | 2024-08-28T17:16:57.131Z | Downloaded blowfish v0.9.1 |
1408 | 2024-08-28T17:16:57.134Z | Downloaded enum-as-inner v0.5.1 |
1409 | 2024-08-28T17:16:57.136Z | Downloaded md5 v0.7.0 |
1410 | 2024-08-28T17:16:57.142Z | Downloaded russh-cryptovec v0.7.2 |
1411 | 2024-08-28T17:16:57.151Z | Downloaded ed25519 v2.2.3 |
1412 | 2024-08-28T17:16:57.151Z | Downloaded bcrypt-pbkdf v0.10.0 |
1413 | 2024-08-28T17:16:57.154Z | Downloaded rfc6979 v0.4.0 |
1414 | 2024-08-28T17:16:57.155Z | Downloaded proc-macro-crate v3.1.0 |
1415 | 2024-08-28T17:16:57.155Z | Downloaded hex-literal v0.4.1 |
1416 | 2024-08-28T17:16:57.157Z | Downloaded plotters-svg v0.3.5 |
1417 | 2024-08-28T17:16:57.159Z | Downloaded pbkdf2 v0.11.0 |
1418 | 2024-08-28T17:16:57.162Z | Downloaded target-spec v3.2.1 |
1419 | 2024-08-28T17:16:57.164Z | Downloaded oorandom v11.1.3 |
1420 | 2024-08-28T17:16:57.167Z | Downloaded similar-asserts v1.5.0 |
1421 | 2024-08-28T17:16:57.169Z | Downloaded dirs-sys v0.4.1 |
1422 | 2024-08-28T17:16:57.172Z | Downloaded tower-layer v0.3.2 |
1423 | 2024-08-28T17:16:57.175Z | Downloaded libtest-mimic v0.7.3 |
1424 | 2024-08-28T17:16:57.177Z | Downloaded dhcproto v0.12.0 |
1425 | 2024-08-28T17:16:57.187Z | Downloaded target-lexicon v0.12.16 |
1426 | 2024-08-28T17:16:57.189Z | Downloaded password-hash v0.4.2 |
1427 | 2024-08-28T17:16:57.192Z | Downloaded tinytemplate v1.2.1 |
1428 | 2024-08-28T17:16:57.195Z | Downloaded hyper-rustls v0.26.0 |
1429 | 2024-08-28T17:16:57.202Z | Downloaded ssh-encoding v0.2.0 |
1430 | 2024-08-28T17:16:57.205Z | Downloaded anes v0.1.6 |
1431 | 2024-08-28T17:16:57.207Z | Downloaded trybuild v1.0.99 |
1432 | 2024-08-28T17:16:57.212Z | Downloaded httptest v0.15.5 |
1433 | 2024-08-28T17:16:57.214Z | Downloaded escape8259 v0.5.2 |
1434 | 2024-08-28T17:16:57.217Z | Downloaded option-ext v0.2.0 |
1435 | 2024-08-28T17:16:57.220Z | Downloaded http-body v1.0.0 |
1436 | 2024-08-28T17:16:57.220Z | Downloaded guppy-workspace-hack v0.1.0 |
1437 | 2024-08-28T17:16:57.222Z | Downloaded dhcproto-macros v0.1.0 |
1438 | 2024-08-28T17:16:57.224Z | Downloaded rust-argon2 v2.1.0 |
1439 | 2024-08-28T17:16:57.226Z | Downloaded p256 v0.13.2 |
1440 | 2024-08-28T17:16:57.229Z | Downloaded pretty_assertions v1.4.0 |
1441 | 2024-08-28T17:16:57.232Z | Downloaded matches v0.1.10 |
1442 | 2024-08-28T17:16:57.234Z | Downloaded pathdiff v0.2.1 |
1443 | 2024-08-28T17:16:57.234Z | Downloaded nested v0.1.1 |
1444 | 2024-08-28T17:16:57.243Z | Downloaded ecdsa v0.16.9 |
1445 | 2024-08-28T17:16:57.246Z | Downloaded approx v0.5.1 |
1446 | 2024-08-28T17:16:57.248Z | Downloaded ghash v0.5.1 |
1447 | 2024-08-28T17:16:57.253Z | Downloaded rstest_macros v0.22.0 |
1448 | 2024-08-28T17:16:57.256Z | Downloaded criterion-plot v0.5.0 |
1449 | 2024-08-28T17:16:57.259Z | Downloaded criterion v0.5.1 |
1450 | 2024-08-28T17:16:57.268Z | Downloaded ssh-cipher v0.2.0 |
1451 | 2024-08-28T17:16:57.270Z | Downloaded polyval v0.6.2 |
1452 | 2024-08-28T17:16:57.272Z | Downloaded plotters-backend v0.3.5 |
1453 | 2024-08-28T17:16:57.272Z | Downloaded num_cpus v1.16.0 |
1454 | 2024-08-28T17:16:57.275Z | Downloaded datatest-stable v0.2.9 |
1455 | 2024-08-28T17:16:57.277Z | Downloaded internet-checksum v0.2.1 |
1456 | 2024-08-28T17:16:57.280Z | Downloaded threadpool v1.8.1 |
1457 | 2024-08-28T17:16:57.280Z | Downloaded relative-path v1.9.3 |
1458 | 2024-08-28T17:16:57.282Z | Downloaded primeorder v0.13.6 |
1459 | 2024-08-28T17:16:57.284Z | Downloaded blake2b_simd v1.0.2 |
1460 | 2024-08-28T17:16:57.291Z | Downloaded rustls-native-certs v0.7.0 |
1461 | 2024-08-28T17:16:57.294Z | Downloaded partial-io v0.5.4 |
1462 | 2024-08-28T17:16:57.296Z | Downloaded yansi v0.5.1 |
1463 | 2024-08-28T17:16:57.299Z | Downloaded regex-automata v0.1.10 |
1464 | 2024-08-28T17:16:57.302Z | Downloaded cfg-expr v0.16.0 |
1465 | 2024-08-28T17:16:57.306Z | Downloaded num-bigint v0.4.5 |
1466 | 2024-08-28T17:16:57.312Z | Downloaded rstest v0.22.0 |
1467 | 2024-08-28T17:16:57.318Z | Downloaded russh-keys v0.44.0 |
1468 | 2024-08-28T17:16:57.326Z | Downloaded hyper-util v0.1.3 |
1469 | 2024-08-28T17:16:57.333Z | Downloaded ed25519-dalek v2.1.1 |
1470 | 2024-08-28T17:16:57.336Z | Downloaded rand_distr v0.4.3 |
1471 | 2024-08-28T17:16:57.341Z | Downloaded p521 v0.13.3 |
1472 | 2024-08-28T17:16:57.355Z | Downloaded plotters v0.3.5 |
1473 | 2024-08-28T17:16:57.364Z | Downloaded toml_edit v0.21.1 |
1474 | 2024-08-28T17:16:57.387Z | Downloaded tower v0.4.13 |
1475 | 2024-08-28T17:16:57.396Z | Downloaded ssh-key v0.6.6 |
1476 | 2024-08-28T17:16:57.403Z | Downloaded russh v0.44.1 |
1477 | 2024-08-28T17:16:57.410Z | Downloaded guppy v0.17.7 |
1478 | 2024-08-28T17:16:57.415Z | Downloaded idna v0.2.3 |
1479 | 2024-08-28T17:16:57.422Z | Downloaded hyper v1.3.1 |
1480 | 2024-08-28T17:16:57.429Z | Downloaded trust-dns-proto v0.22.0 |
1481 | 2024-08-28T17:16:57.442Z | Downloaded p384 v0.13.0 |
1482 | 2024-08-28T17:16:57.448Z | Downloaded bstr v0.2.17 |
1483 | 2024-08-28T17:16:58.197Z | Checking cfg-if v1.0.0 |
1484 | 2024-08-28T17:16:58.265Z | Checking libc v0.2.158 |
1485 | 2024-08-28T17:16:58.287Z | Checking serde v1.0.208 |
1486 | 2024-08-28T17:16:58.308Z | Checking memchr v2.7.2 |
1487 | 2024-08-28T17:16:58.326Z | Checking scopeguard v1.2.0 |
1488 | 2024-08-28T17:16:58.346Z | Checking log v0.4.21 |
1489 | 2024-08-28T17:16:58.370Z | Checking byteorder v1.5.0 |
1490 | 2024-08-28T17:16:58.372Z | Checking itoa v1.0.11 |
1491 | 2024-08-28T17:16:58.372Z | Checking smallvec v1.13.2 |
1492 | 2024-08-28T17:16:58.463Z | Checking lock_api v0.4.12 |
1493 | 2024-08-28T17:16:58.612Z | Checking zeroize v1.7.0 |
1494 | 2024-08-28T17:16:58.646Z | Checking once_cell v1.19.0 |
1495 | 2024-08-28T17:16:58.750Z | Checking pin-project-lite v0.2.14 |
1496 | 2024-08-28T17:16:58.784Z | Checking typenum v1.17.0 |
1497 | 2024-08-28T17:16:58.899Z | Checking libm v0.2.8 |
1498 | 2024-08-28T17:16:58.901Z | Checking subtle v2.5.0 |
1499 | 2024-08-28T17:16:58.941Z | Checking ryu v1.0.18 |
1500 | 2024-08-28T17:16:58.973Z | Checking spin v0.9.8 |
1501 | 2024-08-28T17:16:59.169Z | Checking thiserror v1.0.63 |
1502 | 2024-08-28T17:16:59.195Z | Checking futures-core v0.3.30 |
1503 | 2024-08-28T17:16:59.219Z | Checking zerocopy v0.7.34 |
1504 | 2024-08-28T17:16:59.328Z | Checking futures-sink v0.3.30 |
1505 | 2024-08-28T17:16:59.330Z | Checking const-oid v0.9.6 |
1506 | 2024-08-28T17:16:59.376Z | Checking slab v0.4.9 |
1507 | 2024-08-28T17:16:59.400Z | Checking getrandom v0.2.14 |
1508 | 2024-08-28T17:16:59.491Z | Checking parking_lot_core v0.9.10 |
1509 | 2024-08-28T17:16:59.648Z | Checking signal-hook-registry v1.4.2 |
1510 | 2024-08-28T17:16:59.670Z | Checking rand_core v0.6.4 |
1511 | 2024-08-28T17:16:59.835Z | Checking parking_lot v0.12.2 |
1512 | 2024-08-28T17:16:59.862Z | Checking mio v1.0.2 |
1513 | 2024-08-28T17:16:59.911Z | Checking num-traits v0.2.19 |
1514 | 2024-08-28T17:17:00.025Z | Checking socket2 v0.5.7 |
1515 | 2024-08-28T17:17:00.228Z | Checking futures-channel v0.3.30 |
1516 | 2024-08-28T17:17:00.254Z | Checking generic-array v0.14.7 |
1517 | 2024-08-28T17:17:00.463Z | Checking futures-io v0.3.30 |
1518 | 2024-08-28T17:17:00.576Z | Checking futures-task v0.3.30 |
1519 | 2024-08-28T17:17:00.608Z | Checking pin-utils v0.1.0 |
1520 | 2024-08-28T17:17:00.665Z | Checking cpufeatures v0.2.12 |
1521 | 2024-08-28T17:17:00.713Z | Checking allocator-api2 v0.2.18 |
1522 | 2024-08-28T17:17:00.739Z | Checking ahash v0.8.11 |
1523 | 2024-08-28T17:17:00.782Z | Checking fnv v1.0.7 |
1524 | 2024-08-28T17:17:00.828Z | Checking futures-util v0.3.30 |
1525 | 2024-08-28T17:17:00.931Z | Checking iana-time-zone v0.1.60 |
1526 | 2024-08-28T17:17:01.106Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1527 | 2024-08-28T17:17:01.151Z | Checking equivalent v1.0.1 |
1528 | 2024-08-28T17:17:01.271Z | Checking ppv-lite86 v0.2.17 |
1529 | 2024-08-28T17:17:01.321Z | Checking tinyvec_macros v0.1.1 |
1530 | 2024-08-28T17:17:01.392Z | Checking hashbrown v0.14.5 |
1531 | 2024-08-28T17:17:01.425Z | Checking tinyvec v1.6.0 |
1532 | 2024-08-28T17:17:01.476Z | Checking crypto-common v0.1.6 |
1533 | 2024-08-28T17:17:01.503Z | Checking block-buffer v0.10.4 |
1534 | 2024-08-28T17:17:01.673Z | Checking tracing-core v0.1.32 |
1535 | 2024-08-28T17:17:01.701Z | Checking unicode-bidi v0.3.15 |
1536 | 2024-08-28T17:17:01.732Z | Checking digest v0.10.7 |
1537 | 2024-08-28T17:17:01.987Z | Checking rand_chacha v0.3.1 |
1538 | 2024-08-28T17:17:02.130Z | Checking dyn-clone v1.0.17 |
1539 | 2024-08-28T17:17:02.312Z | Checking percent-encoding v2.3.1 |
1540 | 2024-08-28T17:17:02.380Z | Checking regex-syntax v0.8.4 |
1541 | 2024-08-28T17:17:02.406Z | Checking tracing v0.1.40 |
1542 | 2024-08-28T17:17:02.409Z | Checking rand v0.8.5 |
1543 | 2024-08-28T17:17:02.546Z | Checking errno v0.3.9 |
1544 | 2024-08-28T17:17:02.641Z | Checking form_urlencoded v1.2.1 |
1545 | 2024-08-28T17:17:02.744Z | Checking block-padding v0.3.3 |
1546 | 2024-08-28T17:17:02.805Z | Checking unicode-normalization v0.1.23 |
1547 | 2024-08-28T17:17:02.835Z | Checking lazy_static v1.5.0 |
1548 | 2024-08-28T17:17:02.862Z | Checking aho-corasick v1.1.3 |
1549 | 2024-08-28T17:17:02.963Z | Checking httparse v1.8.0 |
1550 | 2024-08-28T17:17:02.966Z | Checking inout v0.1.3 |
1551 | 2024-08-28T17:17:03.245Z | Checking cipher v0.4.4 |
1552 | 2024-08-28T17:17:03.419Z | Checking unicode-ident v1.0.12 |
1553 | 2024-08-28T17:17:03.499Z | Checking bytes v1.7.1 |
1554 | 2024-08-28T17:17:03.605Z | Checking bitflags v2.6.0 |
1555 | 2024-08-28T17:17:03.697Z | Checking serde_json v1.0.125 |
1556 | 2024-08-28T17:17:03.724Z | Checking chrono v0.4.38 |
1557 | 2024-08-28T17:17:03.785Z | Checking indexmap v2.4.0 |
1558 | 2024-08-28T17:17:03.908Z | Checking uuid v1.10.0 |
1559 | 2024-08-28T17:17:04.347Z | Checking tokio v1.39.3 |
1560 | 2024-08-28T17:17:04.582Z | Checking rustix v0.38.34 |
1561 | 2024-08-28T17:17:04.628Z | Checking base64ct v1.6.0 |
1562 | 2024-08-28T17:17:05.100Z | Checking http v0.2.12 |
1563 | 2024-08-28T17:17:05.142Z | Checking hmac v0.12.1 |
1564 | 2024-08-28T17:17:05.373Z | Checking powerfmt v0.2.0 |
1565 | 2024-08-28T17:17:05.444Z | Checking unicode-width v0.1.13 |
1566 | 2024-08-28T17:17:05.642Z | Checking adler v1.0.2 |
1567 | 2024-08-28T17:17:05.671Z | Checking deranged v0.3.11 |
1568 | 2024-08-28T17:17:05.757Z | Checking regex-automata v0.4.6 |
1569 | 2024-08-28T17:17:05.809Z | Checking miniz_oxide v0.7.2 |
1570 | 2024-08-28T17:17:05.865Z | Checking schemars v0.8.21 |
1571 | 2024-08-28T17:17:06.038Z | Checking idna v0.5.0 |
1572 | 2024-08-28T17:17:06.482Z | Checking proc-macro2 v1.0.86 |
1573 | 2024-08-28T17:17:06.598Z | Checking sha2 v0.10.8 |
1574 | 2024-08-28T17:17:06.737Z | Checking untrusted v0.9.0 |
1575 | 2024-08-28T17:17:06.916Z | Checking num_threads v0.1.7 |
1576 | 2024-08-28T17:17:06.962Z | Checking time-core v0.1.2 |
1577 | 2024-08-28T17:17:07.045Z | Checking num-conv v0.1.0 |
1578 | 2024-08-28T17:17:07.146Z | Checking url v2.5.2 |
1579 | 2024-08-28T17:17:07.185Z | Checking quote v1.0.36 |
1580 | 2024-08-28T17:17:07.211Z | Checking ring v0.17.8 |
1581 | 2024-08-28T17:17:07.340Z | Checking try-lock v0.2.5 |
1582 | 2024-08-28T17:17:07.472Z | Checking time v0.3.36 |
1583 | 2024-08-28T17:17:07.496Z | Checking want v0.3.1 |
1584 | 2024-08-28T17:17:07.561Z | Checking syn v2.0.74 |
1585 | 2024-08-28T17:17:07.590Z | Checking pem-rfc7468 v0.7.0 |
1586 | 2024-08-28T17:17:07.678Z | Checking slog v2.7.0 |
1587 | 2024-08-28T17:17:07.876Z | Checking tower-service v0.3.2 |
1588 | 2024-08-28T17:17:08.016Z | Checking futures-executor v0.3.30 |
1589 | 2024-08-28T17:17:08.042Z | Checking gimli v0.28.1 |
1590 | 2024-08-28T17:17:08.190Z | Checking flagset v0.4.5 |
1591 | 2024-08-28T17:17:08.270Z | Checking futures v0.3.30 |
1592 | 2024-08-28T17:17:08.401Z | Checking httpdate v1.0.3 |
1593 | 2024-08-28T17:17:08.421Z | Checking der v0.7.9 |
1594 | 2024-08-28T17:17:08.646Z | Checking http-body v0.4.6 |
1595 | 2024-08-28T17:17:09.058Z | Checking pbkdf2 v0.12.2 |
1596 | 2024-08-28T17:17:09.171Z | Checking aes v0.8.4 |
1597 | 2024-08-28T17:17:09.245Z | Checking object v0.32.2 |
1598 | 2024-08-28T17:17:10.139Z | Checking rustc-demangle v0.1.24 |
1599 | 2024-08-28T17:17:10.169Z | Checking salsa20 v0.10.2 |
1600 | 2024-08-28T17:17:10.394Z | Checking cbc v0.1.2 |
1601 | 2024-08-28T17:17:10.422Z | Checking spki v0.7.3 |
1602 | 2024-08-28T17:17:10.424Z | Checking regex v1.10.6 |
1603 | 2024-08-28T17:17:10.575Z | Checking base64 v0.21.7 |
1604 | 2024-08-28T17:17:10.611Z | Checking mime v0.3.17 |
1605 | 2024-08-28T17:17:10.735Z | Checking scrypt v0.11.0 |
1606 | 2024-08-28T17:17:10.936Z | Checking data-encoding v2.6.0 |
1607 | 2024-08-28T17:17:10.974Z | Checking ipnet v2.9.0 |
1608 | 2024-08-28T17:17:11.078Z | Checking utf8parse v0.2.1 |
1609 | 2024-08-28T17:17:11.103Z | Checking pkcs5 v0.7.1 |
1610 | 2024-08-28T17:17:11.245Z | Checking serde_spanned v0.6.7 |
1611 | 2024-08-28T17:17:11.420Z | Checking toml_datetime v0.6.8 |
1612 | 2024-08-28T17:17:11.450Z | Checking crossbeam-utils v0.8.19 |
1613 | 2024-08-28T17:17:11.620Z | Checking openssl-probe v0.1.5 |
1614 | 2024-08-28T17:17:11.644Z | Checking foreign-types-shared v0.1.1 |
1615 | 2024-08-28T17:17:11.714Z | Checking pkcs8 v0.10.2 |
1616 | 2024-08-28T17:17:11.766Z | Checking foreign-types v0.3.2 |
1617 | 2024-08-28T17:17:11.791Z | Checking serde_urlencoded v0.7.1 |
1618 | 2024-08-28T17:17:11.826Z | Checking tokio-util v0.7.11 |
1619 | 2024-08-28T17:17:11.875Z | Checking openssl-sys v0.9.103 |
1620 | 2024-08-28T17:17:12.033Z | Checking encoding_rs v0.8.34 |
1621 | 2024-08-28T17:17:12.135Z | Checking addr2line v0.21.0 |
1622 | 2024-08-28T17:17:12.160Z | Checking anstyle v1.0.8 |
1623 | 2024-08-28T17:17:12.215Z | Checking sct v0.7.1 |
1624 | 2024-08-28T17:17:12.451Z | Checking rustls-webpki v0.101.7 |
1625 | 2024-08-28T17:17:12.540Z | Checking semver v1.0.23 |
1626 | 2024-08-28T17:17:12.654Z | Checking sha1 v0.10.6 |
1627 | 2024-08-28T17:17:12.773Z | Checking h2 v0.3.26 |
1628 | 2024-08-28T17:17:12.968Z | Checking either v1.13.0 |
1629 | 2024-08-28T17:17:12.995Z | Checking scroll v0.12.0 |
1630 | 2024-08-28T17:17:13.211Z | Checking rustls v0.21.12 |
1631 | 2024-08-28T17:17:13.238Z | Checking openssl v0.10.66 |
1632 | 2024-08-28T17:17:13.366Z | Checking ucd-trie v0.1.6 |
1633 | 2024-08-28T17:17:13.496Z | Checking plain v0.2.3 |
1634 | 2024-08-28T17:17:13.593Z | Checking pest v2.7.10 |
1635 | 2024-08-28T17:17:13.655Z | Checking goblin v0.8.2 |
1636 | 2024-08-28T17:17:14.132Z | Checking anstyle-parse v0.2.4 |
1637 | 2024-08-28T17:17:14.443Z | Checking openapiv3 v2.0.0 |
1638 | 2024-08-28T17:17:14.473Z | Checking idna v0.3.0 |
1639 | 2024-08-28T17:17:15.377Z | Checking anstyle-query v1.0.3 |
1640 | 2024-08-28T17:17:15.525Z | Checking colorchoice v1.0.1 |
1641 | 2024-08-28T17:17:15.623Z | Checking backtrace v0.3.71 |
1642 | 2024-08-28T17:17:15.666Z | Checking bitflags v1.3.2 |
1643 | 2024-08-28T17:17:15.778Z | Checking base64 v0.22.1 |
1644 | 2024-08-28T17:17:16.204Z | Checking psl-types v2.0.11 |
1645 | 2024-08-28T17:17:16.206Z | Checking anyhow v1.0.86 |
1646 | 2024-08-28T17:17:16.294Z | Checking pretty-hex v0.4.1 |
1647 | 2024-08-28T17:17:16.412Z | Checking is_terminal_polyfill v1.70.0 |
1648 | 2024-08-28T17:17:16.488Z | Checking publicsuffix v2.2.3 |
1649 | 2024-08-28T17:17:16.541Z | Checking anstream v0.6.14 |
1650 | 2024-08-28T17:17:16.623Z | Checking dtrace-parser v0.2.0 |
1651 | 2024-08-28T17:17:16.651Z | Checking tokio-rustls v0.24.1 |
1652 | 2024-08-28T17:17:16.756Z | Checking rustls-pemfile v1.0.4 |
1653 | 2024-08-28T17:17:16.924Z | Checking cookie v0.17.0 |
1654 | 2024-08-28T17:17:16.975Z | Checking terminal_size v0.3.0 |
1655 | 2024-08-28T17:17:17.048Z | Checking thread-id v4.2.1 |
1656 | 2024-08-28T17:17:17.120Z | Checking strsim v0.11.1 |
1657 | 2024-08-28T17:17:17.159Z | Checking clap_lex v0.7.0 |
1658 | 2024-08-28T17:17:17.185Z | Checking signature v2.2.0 |
1659 | 2024-08-28T17:17:17.364Z | Checking cookie_store v0.20.0 |
1660 | 2024-08-28T17:17:17.414Z | Checking memmap v0.7.0 |
1661 | 2024-08-28T17:17:17.441Z | Checking webpki-roots v0.25.4 |
1662 | 2024-08-28T17:17:17.466Z | Checking clap_builder v4.5.15 |
1663 | 2024-08-28T17:17:17.613Z | Checking sync_wrapper v0.1.2 |
1664 | 2024-08-28T17:17:17.643Z | Checking num-integer v0.1.46 |
1665 | 2024-08-28T17:17:17.754Z | Checking winnow v0.6.18 |
1666 | 2024-08-28T17:17:18.050Z | Checking base16ct v0.2.0 |
1667 | 2024-08-28T17:17:18.152Z | Checking ff v0.13.0 |
1668 | 2024-08-28T17:17:18.179Z | Checking stable_deref_trait v1.2.0 |
1669 | 2024-08-28T17:17:18.256Z | Checking sec1 v0.7.3 |
1670 | 2024-08-28T17:17:18.299Z | Checking num-iter v0.1.45 |
1671 | 2024-08-28T17:17:18.388Z | Checking group v0.13.0 |
1672 | 2024-08-28T17:17:18.483Z | Checking hkdf v0.12.4 |
1673 | 2024-08-28T17:17:18.653Z | Checking crypto-bigint v0.5.5 |
1674 | 2024-08-28T17:17:18.680Z | Checking crc32fast v1.4.0 |
1675 | 2024-08-28T17:17:18.706Z | Checking crossbeam-epoch v0.9.18 |
1676 | 2024-08-28T17:17:18.752Z | Checking dof v0.3.0 |
1677 | 2024-08-28T17:17:18.778Z | Checking native-tls v0.2.11 |
1678 | 2024-08-28T17:17:18.930Z | Checking hex v0.4.3 |
1679 | 2024-08-28T17:17:19.117Z | Checking tokio-native-tls v0.3.1 |
1680 | 2024-08-28T17:17:19.181Z | Checking static_assertions v1.1.0 |
1681 | 2024-08-28T17:17:19.208Z | Checking hyper v0.14.30 |
1682 | 2024-08-28T17:17:19.294Z | Checking winnow v0.5.40 |
1683 | 2024-08-28T17:17:19.384Z | Checking managed v0.8.0 |
1684 | 2024-08-28T17:17:19.410Z | Checking usdt-impl v0.5.0 |
1685 | 2024-08-28T17:17:19.458Z | Checking unicode-segmentation v1.11.0 |
1686 | 2024-08-28T17:17:19.793Z | Checking num-bigint-dig v0.8.4 |
1687 | 2024-08-28T17:17:20.001Z | Checking usdt v0.5.0 |
1688 | 2024-08-28T17:17:20.126Z | Checking pkcs1 v0.7.5 |
1689 | 2024-08-28T17:17:20.290Z | Checking zerocopy v0.6.6 |
1690 | 2024-08-28T17:17:20.574Z | Checking signal-hook v0.3.17 |
1691 | 2024-08-28T17:17:20.605Z | Checking clap v4.5.16 |
1692 | 2024-08-28T17:17:20.728Z | Checking flate2 v1.0.31 |
1693 | 2024-08-28T17:17:20.755Z | Checking toml_edit v0.22.20 |
1694 | 2024-08-28T17:17:20.951Z | Checking bstr v1.9.1 |
1695 | 2024-08-28T17:17:21.084Z | Checking mio v0.8.11 |
1696 | 2024-08-28T17:17:21.433Z | Checking siphasher v0.3.11 |
1697 | 2024-08-28T17:17:21.690Z | Checking elliptic-curve v0.13.8 |
1698 | 2024-08-28T17:17:21.749Z | Checking signal-hook-mio v0.2.4 |
1699 | 2024-08-28T17:17:21.791Z | Checking itertools v0.10.5 |
1700 | 2024-08-28T17:17:21.916Z | Checking idna v0.4.0 |
1701 | 2024-08-28T17:17:21.944Z | Checking bit-vec v0.6.3 |
1702 | 2024-08-28T17:17:22.061Z | Checking rsa v0.9.6 |
1703 | 2024-08-28T17:17:22.306Z | Checking bit-set v0.5.3 |
1704 | 2024-08-28T17:17:22.363Z | Checking itertools v0.12.1 |
1705 | 2024-08-28T17:17:22.443Z | Checking toml_edit v0.19.15 |
1706 | 2024-08-28T17:17:22.591Z | Checking hash32 v0.2.1 |
1707 | 2024-08-28T17:17:22.874Z | Checking hickory-proto v0.24.1 |
1708 | 2024-08-28T17:17:22.904Z | Checking finl_unicode v1.2.0 |
1709 | 2024-08-28T17:17:23.141Z | Checking predicates-core v1.0.6 |
1710 | 2024-08-28T17:17:23.345Z | Checking heapless v0.7.17 |
1711 | 2024-08-28T17:17:23.521Z | Checking stringprep v0.1.4 |
1712 | 2024-08-28T17:17:23.579Z | Checking tokio-stream v0.1.15 |
1713 | 2024-08-28T17:17:23.814Z | Checking console v0.15.8 |
1714 | 2024-08-28T17:17:24.154Z | Checking md-5 v0.10.6 |
1715 | 2024-08-28T17:17:24.412Z | Checking float-cmp v0.9.0 |
1716 | 2024-08-28T17:17:24.436Z | Checking fixedbitset v0.4.2 |
1717 | 2024-08-28T17:17:24.441Z | Checking fallible-iterator v0.2.0 |
1718 | 2024-08-28T17:17:24.492Z | Checking normalize-line-endings v0.3.0 |
1719 | 2024-08-28T17:17:24.617Z | Checking difflib v0.4.0 |
1720 | 2024-08-28T17:17:24.662Z | Checking smoltcp v0.9.1 |
1721 | 2024-08-28T17:17:24.718Z | Checking petgraph v0.6.5 |
1722 | 2024-08-28T17:17:24.977Z | Checking predicates v3.1.2 |
1723 | 2024-08-28T17:17:24.979Z | Checking similar v2.6.0 |
1724 | 2024-08-28T17:17:25.037Z | Checking toml v0.7.8 |
1725 | 2024-08-28T17:17:25.062Z | Checking postgres-protocol v0.6.7 |
1726 | 2024-08-28T17:17:25.540Z | Checking hyper-tls v0.5.0 |
1727 | 2024-08-28T17:17:25.664Z | Checking hyper-rustls v0.24.2 |
1728 | 2024-08-28T17:17:25.747Z | Checking phf_shared v0.11.2 |
1729 | 2024-08-28T17:17:25.822Z | Checking phf_shared v0.10.0 |
1730 | 2024-08-28T17:17:25.856Z | Checking fs-err v2.11.0 |
1731 | 2024-08-28T17:17:25.883Z | Checking nix v0.28.0 |
1732 | 2024-08-28T17:17:25.990Z | Checking reqwest v0.11.27 |
1733 | 2024-08-28T17:17:26.026Z | Checking hubpack v0.1.2 |
1734 | 2024-08-28T17:17:26.116Z | Checking minimal-lexical v0.2.1 |
1735 | 2024-08-28T17:17:26.174Z | Checking precomputed-hash v0.1.1 |
1736 | 2024-08-28T17:17:26.300Z | Checking lalrpop-util v0.19.12 |
1737 | 2024-08-28T17:17:26.360Z | Checking new_debug_unreachable v1.0.6 |
1738 | 2024-08-28T17:17:26.439Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1739 | 2024-08-28T17:17:26.466Z | Checking string_cache v0.8.7 |
1740 | 2024-08-28T17:17:26.532Z | Checking nom v7.1.3 |
1741 | 2024-08-28T17:17:26.627Z | Checking phf v0.11.2 |
1742 | 2024-08-28T17:17:26.763Z | Checking postgres-types v0.2.7 |
1743 | 2024-08-28T17:17:26.936Z | Checking whoami v1.5.1 |
1744 | 2024-08-28T17:17:27.290Z | Checking peg-runtime v0.8.3 |
1745 | 2024-08-28T17:17:27.540Z | Checking tokio-postgres v0.7.11 |
1746 | 2024-08-28T17:17:27.683Z | Compiling regress v0.9.1 |
1747 | 2024-08-28T17:17:27.711Z | Compiling getopts v0.2.21 |
1748 | 2024-08-28T17:17:27.799Z | Compiling unsafe-libyaml v0.2.11 |
1749 | 2024-08-28T17:17:28.356Z | Checking camino v1.1.9 |
1750 | 2024-08-28T17:17:28.646Z | Checking heck v0.5.0 |
1751 | 2024-08-28T17:17:28.851Z | Checking is-terminal v0.4.12 |
1752 | 2024-08-28T17:17:28.944Z | Compiling paste v1.0.15 |
1753 | 2024-08-28T17:17:28.991Z | Compiling ident_case v1.0.1 |
1754 | 2024-08-28T17:17:29.200Z | Compiling darling_core v0.20.9 |
1755 | 2024-08-28T17:17:29.502Z | Compiling serde_yaml v0.9.34+deprecated |
1756 | 2024-08-28T17:17:29.888Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1757 | 2024-08-28T17:17:30.626Z | Checking http v1.1.0 |
1758 | 2024-08-28T17:17:30.699Z | Compiling rustls v0.22.4 |
1759 | 2024-08-28T17:17:30.899Z | Checking dirs-sys-next v0.1.2 |
1760 | 2024-08-28T17:17:31.061Z | Checking crossbeam-channel v0.5.12 |
1761 | 2024-08-28T17:17:31.094Z | Checking dirs-next v2.0.0 |
1762 | 2024-08-28T17:17:31.242Z | Checking thread_local v1.1.8 |
1763 | 2024-08-28T17:17:31.556Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1764 | 2024-08-28T17:17:31.840Z | Compiling multer v3.1.0 |
1765 | 2024-08-28T17:17:31.871Z | Checking term v0.7.0 |
1766 | 2024-08-28T17:17:32.012Z | Compiling async-stream-impl v0.3.5 |
1767 | 2024-08-28T17:17:32.283Z | Checking take_mut v0.2.2 |
1768 | 2024-08-28T17:17:32.352Z | Checking slog-term v2.9.1 |
1769 | 2024-08-28T17:17:32.465Z | Checking slog-async v2.8.0 |
1770 | 2024-08-28T17:17:32.800Z | Checking match_cfg v0.1.0 |
1771 | 2024-08-28T17:17:32.905Z | Checking rustls-pki-types v1.7.0 |
1772 | 2024-08-28T17:17:32.928Z | Checking hostname v0.3.1 |
1773 | 2024-08-28T17:17:33.073Z | Checking strum v0.26.3 |
1774 | 2024-08-28T17:17:33.100Z | Checking toml v0.8.19 |
1775 | 2024-08-28T17:17:33.252Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1776 | 2024-08-28T17:17:33.365Z | Checking rustls-webpki v0.102.4 |
1777 | 2024-08-28T17:17:33.509Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1778 | 2024-08-28T17:17:33.683Z | Checking rustls-pemfile v2.1.3 |
1779 | 2024-08-28T17:17:33.898Z | Checking debug-ignore v1.0.5 |
1780 | 2024-08-28T17:17:33.941Z | Checking slog-json v2.6.1 |
1781 | 2024-08-28T17:17:33.966Z | Checking atomic-waker v1.1.2 |
1782 | 2024-08-28T17:17:34.052Z | Checking async-stream v0.3.5 |
1783 | 2024-08-28T17:17:34.111Z | Checking waitgroup v0.1.2 |
1784 | 2024-08-28T17:17:34.229Z | Checking slog-bunyan v2.5.0 |
1785 | 2024-08-28T17:17:34.275Z | Checking serde_path_to_error v0.1.16 |
1786 | 2024-08-28T17:17:34.406Z | Checking hostname v0.4.0 |
1787 | 2024-08-28T17:17:34.559Z | Checking ipnetwork v0.20.0 |
1788 | 2024-08-28T17:17:34.673Z | Checking instant v0.1.12 |
1789 | 2024-08-28T17:17:34.808Z | Compiling structmeta-derive v0.3.0 |
1790 | 2024-08-28T17:17:34.927Z | Checking fastrand v2.1.0 |
1791 | 2024-08-28T17:17:34.957Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1792 | 2024-08-28T17:17:35.008Z | Checking quick-error v1.2.3 |
1793 | 2024-08-28T17:17:35.166Z | Checking newtype-uuid v1.1.0 |
1794 | 2024-08-28T17:17:35.276Z | Checking tempfile v3.10.1 |
1795 | 2024-08-28T17:17:35.418Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1796 | 2024-08-28T17:17:35.648Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1797 | 2024-08-28T17:17:35.821Z | Checking macaddr v1.0.1 |
1798 | 2024-08-28T17:17:35.975Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1799 | 2024-08-28T17:17:36.135Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1800 | 2024-08-28T17:17:36.163Z | Checking backoff v0.4.0 |
1801 | 2024-08-28T17:17:36.305Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1802 | 2024-08-28T17:17:36.486Z | Checking wait-timeout v0.2.0 |
1803 | 2024-08-28T17:17:36.488Z | Checking rand_xorshift v0.3.0 |
1804 | 2024-08-28T17:17:36.533Z | Compiling structmeta-derive v0.2.0 |
1805 | 2024-08-28T17:17:36.559Z | Compiling darling_macro v0.20.9 |
1806 | 2024-08-28T17:17:36.682Z | Checking rusty-fork v0.3.0 |
1807 | 2024-08-28T17:17:36.708Z | Checking unarray v0.1.4 |
1808 | 2024-08-28T17:17:36.887Z | Compiling proc-macro-error v1.0.4 |
1809 | 2024-08-28T17:17:37.003Z | Checking proptest v1.5.0 |
1810 | 2024-08-28T17:17:37.631Z | Compiling darling v0.20.9 |
1811 | 2024-08-28T17:17:37.654Z | Checking camino-tempfile v1.1.1 |
1812 | 2024-08-28T17:17:37.763Z | Compiling serde_with_macros v3.9.0 |
1813 | 2024-08-28T17:17:37.929Z | Compiling proc-macro-crate v1.3.1 |
1814 | 2024-08-28T17:17:37.956Z | Checking tokio-rustls v0.25.0 |
1815 | 2024-08-28T17:17:38.004Z | Compiling structmeta v0.3.0 |
1816 | 2024-08-28T17:17:38.327Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1817 | 2024-08-28T17:17:38.485Z | Compiling parse-display-derive v0.10.0 |
1818 | 2024-08-28T17:17:38.761Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1819 | 2024-08-28T17:17:39.067Z | Compiling num_enum_derive v0.5.11 |
1820 | 2024-08-28T17:17:39.131Z | Compiling foreign-types-macros v0.2.3 |
1821 | 2024-08-28T17:17:39.693Z | Compiling structmeta v0.2.0 |
1822 | 2024-08-28T17:17:40.171Z | Compiling test-strategy v0.3.1 |
1823 | 2024-08-28T17:17:40.581Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1824 | 2024-08-28T17:17:40.910Z | Checking foreign-types-shared v0.3.1 |
1825 | 2024-08-28T17:17:40.939Z | Checking serde_with v3.9.0 |
1826 | 2024-08-28T17:17:41.044Z | Checking foreign-types v0.5.0 |
1827 | 2024-08-28T17:17:41.702Z | Checking cstr-argument v0.1.2 |
1828 | 2024-08-28T17:17:41.765Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1829 | 2024-08-28T17:17:41.824Z | Checking num_enum v0.5.11 |
1830 | 2024-08-28T17:17:41.993Z | Checking pretty-hex v0.2.1 |
1831 | 2024-08-28T17:17:42.032Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1832 | 2024-08-28T17:17:42.183Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1833 | 2024-08-28T17:17:42.271Z | Checking tabwriter v1.4.0 |
1834 | 2024-08-28T17:17:42.384Z | Checking colored v2.1.0 |
1835 | 2024-08-28T17:17:42.542Z | Checking socket2 v0.4.10 |
1836 | 2024-08-28T17:17:42.569Z | Checking smf v0.2.3 |
1837 | 2024-08-28T17:17:42.729Z | Compiling heapless v0.8.0 |
1838 | 2024-08-28T17:17:42.926Z | Checking termtree v0.4.1 |
1839 | 2024-08-28T17:17:43.024Z | Checking hash32 v0.3.1 |
1840 | 2024-08-28T17:17:43.073Z | Compiling crucible-workspace-hack v0.1.0 |
1841 | 2024-08-28T17:17:43.167Z | Checking predicates-tree v1.0.9 |
1842 | 2024-08-28T17:17:43.240Z | Compiling smoltcp v0.11.0 |
1843 | 2024-08-28T17:17:43.325Z | Checking embedded-io v0.4.0 |
1844 | 2024-08-28T17:17:43.432Z | Checking cobs v0.2.3 |
1845 | 2024-08-28T17:17:43.464Z | Checking parse-display v0.10.0 |
1846 | 2024-08-28T17:17:43.636Z | Checking postcard v1.0.8 |
1847 | 2024-08-28T17:17:43.660Z | Checking sigpipe v0.1.3 |
1848 | 2024-08-28T17:17:43.710Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1849 | 2024-08-28T17:17:43.780Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1850 | 2024-08-28T17:17:43.943Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1851 | 2024-08-28T17:17:44.076Z | Compiling mockall_derive v0.13.0 |
1852 | 2024-08-28T17:17:44.128Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1853 | 2024-08-28T17:17:44.407Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1854 | 2024-08-28T17:17:44.454Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1855 | 2024-08-28T17:17:44.490Z | Checking humantime v2.1.0 |
1856 | 2024-08-28T17:17:44.688Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1857 | 2024-08-28T17:17:44.723Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1858 | 2024-08-28T17:17:44.801Z | Compiling num-derive v0.4.2 |
1859 | 2024-08-28T17:17:44.895Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1860 | 2024-08-28T17:17:45.097Z | Checking downcast v0.11.0 |
1861 | 2024-08-28T17:17:45.236Z | Checking fragile v2.0.0 |
1862 | 2024-08-28T17:17:45.364Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1863 | 2024-08-28T17:17:45.503Z | Checking utf-8 v0.7.6 |
1864 | 2024-08-28T17:17:45.649Z | Checking arc-swap v1.7.1 |
1865 | 2024-08-28T17:17:45.737Z | Checking newline-converter v0.3.0 |
1866 | 2024-08-28T17:17:45.911Z | Checking expectorate v1.1.0 |
1867 | 2024-08-28T17:17:46.080Z | Checking xattr v1.3.1 |
1868 | 2024-08-28T17:17:46.134Z | Checking slog-scope v4.4.0 |
1869 | 2024-08-28T17:17:46.288Z | Checking filetime v0.2.24 |
1870 | 2024-08-28T17:17:46.310Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1871 | 2024-08-28T17:17:46.337Z | Checking termcolor v1.4.1 |
1872 | 2024-08-28T17:17:46.356Z | Checking slog-stdlog v4.1.1 |
1873 | 2024-08-28T17:17:46.510Z | Checking tar v0.4.41 |
1874 | 2024-08-28T17:17:46.539Z | Checking slog-envlogger v2.2.0 |
1875 | 2024-08-28T17:17:46.781Z | Checking same-file v1.0.6 |
1876 | 2024-08-28T17:17:46.805Z | Compiling derive-where v1.2.7 |
1877 | 2024-08-28T17:17:46.966Z | Checking walkdir v2.5.0 |
1878 | 2024-08-28T17:17:47.146Z | Checking tungstenite v0.21.0 |
1879 | 2024-08-28T17:17:47.325Z | Checking password-hash v0.5.0 |
1880 | 2024-08-28T17:17:47.328Z | Checking blake2 v0.10.6 |
1881 | 2024-08-28T17:17:47.368Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1882 | 2024-08-28T17:17:47.730Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1883 | 2024-08-28T17:17:47.781Z | Checking num-rational v0.4.2 |
1884 | 2024-08-28T17:17:47.838Z | Checking argon2 v0.5.3 |
1885 | 2024-08-28T17:17:47.863Z | Checking num-complex v0.4.6 |
1886 | 2024-08-28T17:17:48.180Z | Checking tokio-tungstenite v0.21.0 |
1887 | 2024-08-28T17:17:48.493Z | Checking atty v0.2.14 |
1888 | 2024-08-28T17:17:48.584Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1889 | 2024-08-28T17:17:48.629Z | Checking float-ord v0.3.2 |
1890 | 2024-08-28T17:17:48.703Z | Checking pem v3.0.4 |
1891 | 2024-08-28T17:17:48.786Z | Compiling convert_case v0.4.0 |
1892 | 2024-08-28T17:17:48.826Z | Checking num v0.4.3 |
1893 | 2024-08-28T17:17:48.996Z | Checking tungstenite v0.20.1 |
1894 | 2024-08-28T17:17:49.227Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1895 | 2024-08-28T17:17:49.465Z | Checking env_logger v0.9.3 |
1896 | 2024-08-28T17:17:49.815Z | Compiling derive_more v0.99.18 |
1897 | 2024-08-28T17:17:49.945Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1898 | 2024-08-28T17:17:49.970Z | Checking tokio-tungstenite v0.20.1 |
1899 | 2024-08-28T17:17:50.337Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1900 | 2024-08-28T17:17:50.493Z | Compiling bitstruct_derive v0.1.0 |
1901 | 2024-08-28T17:17:50.496Z | Checking ascii v1.1.0 |
1902 | 2024-08-28T17:17:50.651Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1903 | 2024-08-28T17:17:50.825Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1904 | 2024-08-28T17:17:50.848Z | Checking atomicwrites v0.4.3 |
1905 | 2024-08-28T17:17:50.869Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1906 | 2024-08-28T17:17:50.919Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1907 | 2024-08-28T17:17:51.027Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1908 | 2024-08-28T17:17:51.055Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1909 | 2024-08-28T17:17:51.083Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1910 | 2024-08-28T17:17:51.337Z | Checking serde_arrays v0.1.0 |
1911 | 2024-08-28T17:17:51.363Z | Checking erased-serde v0.3.31 |
1912 | 2024-08-28T17:17:51.389Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1913 | 2024-08-28T17:17:51.501Z | Compiling heck v0.3.3 |
1914 | 2024-08-28T17:17:51.759Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1915 | 2024-08-28T17:17:51.802Z | Checking yasna v0.5.2 |
1916 | 2024-08-28T17:17:51.961Z | Checking bitstruct v0.1.1 |
1917 | 2024-08-28T17:17:51.991Z | Compiling zone_cfg_derive v0.1.2 |
1918 | 2024-08-28T17:17:52.098Z | Checking headers-core v0.2.0 |
1919 | 2024-08-28T17:17:52.128Z | Checking base64 v0.13.1 |
1920 | 2024-08-28T17:17:52.255Z | Checking headers v0.3.9 |
1921 | 2024-08-28T17:17:52.528Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1922 | 2024-08-28T17:17:52.591Z | Checking ron v0.7.1 |
1923 | 2024-08-28T17:17:52.741Z | Checking rcgen v0.12.1 |
1924 | 2024-08-28T17:17:53.103Z | Checking mockall v0.13.0 |
1925 | 2024-08-28T17:17:53.463Z | Checking portpicker v0.1.1 |
1926 | 2024-08-28T17:17:53.488Z | Checking subprocess v0.2.9 |
1927 | 2024-08-28T17:17:53.582Z | Checking zone v0.1.8 |
1928 | 2024-08-28T17:17:53.619Z | Checking highway v1.2.0 |
1929 | 2024-08-28T17:17:53.798Z | Compiling prettyplease v0.2.20 |
1930 | 2024-08-28T17:17:54.037Z | Compiling semver v0.1.20 |
1931 | 2024-08-28T17:17:54.102Z | Checking half v2.4.1 |
1932 | 2024-08-28T17:17:54.167Z | Checking ciborium-io v0.2.2 |
1933 | 2024-08-28T17:17:54.301Z | Compiling cookie v0.18.1 |
1934 | 2024-08-28T17:17:54.326Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1935 | 2024-08-28T17:17:54.627Z | Compiling rustc_version v0.1.7 |
1936 | 2024-08-28T17:17:54.650Z | Checking ciborium-ll v0.2.2 |
1937 | 2024-08-28T17:17:54.792Z | Compiling rayon-core v1.12.1 |
1938 | 2024-08-28T17:17:54.955Z | Checking ciborium v0.2.2 |
1939 | 2024-08-28T17:17:55.117Z | Checking linked-hash-map v0.5.6 |
1940 | 2024-08-28T17:17:55.179Z | Compiling newtype_derive v0.1.6 |
1941 | 2024-08-28T17:17:55.295Z | Checking resolv-conf v0.7.0 |
1942 | 2024-08-28T17:17:55.475Z | Checking lru-cache v0.1.2 |
1943 | 2024-08-28T17:17:55.501Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1944 | 2024-08-28T17:17:55.653Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1945 | 2024-08-28T17:17:55.714Z | Checking hickory-resolver v0.24.1 |
1946 | 2024-08-28T17:17:55.735Z | Checking swrite v0.1.0 |
1947 | 2024-08-28T17:17:55.899Z | Checking steno v0.4.1 |
1948 | 2024-08-28T17:17:57.027Z | Compiling home v0.5.9 |
1949 | 2024-08-28T17:17:59.031Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1950 | 2024-08-28T17:18:01.688Z | Compiling slog-dtrace v0.3.0 |
1951 | 2024-08-28T17:18:01.810Z | Compiling ring v0.16.20 |
1952 | 2024-08-28T17:18:01.880Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1953 | 2024-08-28T17:18:02.105Z | Compiling blake3 v1.5.1 |
1954 | 2024-08-28T17:18:02.201Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1955 | 2024-08-28T17:18:02.557Z | Compiling cancel-safe-futures v0.1.5 |
1956 | 2024-08-28T17:18:03.386Z | Checking itertools v0.13.0 |
1957 | 2024-08-28T17:18:03.499Z | Checking libsw v3.3.1 |
1958 | 2024-08-28T17:18:03.775Z | Checking owo-colors v4.0.0 |
1959 | 2024-08-28T17:18:03.800Z | Checking linear-map v1.2.0 |
1960 | 2024-08-28T17:18:04.148Z | Compiling crossbeam-deque v0.8.5 |
1961 | 2024-08-28T17:18:04.376Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1962 | 2024-08-28T17:18:05.722Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1963 | 2024-08-28T17:18:05.772Z | Compiling memmap2 v0.9.4 |
1964 | 2024-08-28T17:18:06.128Z | Compiling arrayvec v0.7.4 |
1965 | 2024-08-28T17:18:06.264Z | Compiling untrusted v0.7.1 |
1966 | 2024-08-28T17:18:06.330Z | Compiling constant_time_eq v0.3.0 |
1967 | 2024-08-28T17:18:06.466Z | Compiling spin v0.5.2 |
1968 | 2024-08-28T17:18:06.531Z | Compiling arrayref v0.3.7 |
1969 | 2024-08-28T17:18:06.651Z | Compiling rayon v1.10.0 |
1970 | 2024-08-28T17:18:07.053Z | Compiling toolchain_find v0.4.0 |
1971 | 2024-08-28T17:18:07.641Z | Compiling topological-sort v0.2.2 |
1972 | 2024-08-28T17:18:07.820Z | Compiling rustfmt-wrapper v0.2.1 |
1973 | 2024-08-28T17:18:07.892Z | Checking display-error-chain v0.2.0 |
1974 | 2024-08-28T17:18:08.060Z | Checking nibble_vec v0.1.0 |
1975 | 2024-08-28T17:18:08.283Z | Checking endian-type v0.1.2 |
1976 | 2024-08-28T17:18:08.477Z | Checking fxhash v0.2.1 |
1977 | 2024-08-28T17:18:08.511Z | Checking radix_trie v0.2.1 |
1978 | 2024-08-28T17:18:08.669Z | Checking keccak v0.1.5 |
1979 | 2024-08-28T17:18:08.946Z | Checking secrecy v0.8.0 |
1980 | 2024-08-28T17:18:09.029Z | Checking sha3 v0.10.8 |
1981 | 2024-08-28T17:18:09.053Z | Checking universal-hash v0.5.1 |
1982 | 2024-08-28T17:18:09.182Z | Checking opaque-debug v0.3.1 |
1983 | 2024-08-28T17:18:09.256Z | Compiling curve25519-dalek v4.1.3 |
1984 | 2024-08-28T17:18:09.289Z | Checking maplit v1.0.2 |
1985 | 2024-08-28T17:18:09.413Z | Compiling radium v0.7.0 |
1986 | 2024-08-28T17:18:09.475Z | Checking aead v0.5.2 |
1987 | 2024-08-28T17:18:09.723Z | Compiling curve25519-dalek-derive v0.1.1 |
1988 | 2024-08-28T17:18:09.990Z | Compiling maybe-uninit v2.0.0 |
1989 | 2024-08-28T17:18:10.081Z | Checking tap v1.0.1 |
1990 | 2024-08-28T17:18:10.266Z | Checking wyz v0.5.1 |
1991 | 2024-08-28T17:18:10.527Z | Checking poly1305 v0.8.0 |
1992 | 2024-08-28T17:18:10.643Z | Checking chacha20 v0.9.1 |
1993 | 2024-08-28T17:18:10.668Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1994 | 2024-08-28T17:18:10.853Z | Checking crc-catalog v2.4.0 |
1995 | 2024-08-28T17:18:11.008Z | Checking funty v2.0.0 |
1996 | 2024-08-28T17:18:11.030Z | Compiling packed_struct v0.10.1 |
1997 | 2024-08-28T17:18:11.057Z | Checking crc v3.2.1 |
1998 | 2024-08-28T17:18:11.620Z | Checking gethostname v0.5.0 |
1999 | 2024-08-28T17:18:11.673Z | Checking kstat-rs v0.2.4 |
2000 | 2024-08-28T17:18:11.763Z | Compiling packed_struct_codegen v0.10.1 |
2001 | 2024-08-28T17:18:11.993Z | Compiling omicron-zone-package v0.11.0 |
2002 | 2024-08-28T17:18:12.018Z | Checking bitvec v1.0.1 |
2003 | 2024-08-28T17:18:12.513Z | Compiling indexmap v1.9.3 |
2004 | 2024-08-28T17:18:12.536Z | Compiling libefi-sys v0.1.0 |
2005 | 2024-08-28T17:18:12.870Z | Checking nodrop v0.1.14 |
2006 | 2024-08-28T17:18:12.967Z | Checking smallvec v0.6.14 |
2007 | 2024-08-28T17:18:13.009Z | Checking array-init v0.0.4 |
2008 | 2024-08-28T17:18:13.293Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2009 | 2024-08-28T17:18:13.317Z | Compiling bitfield-struct v0.6.1 |
2010 | 2024-08-28T17:18:13.353Z | Checking bitfield v0.14.0 |
2011 | 2024-08-28T17:18:13.671Z | Checking hashbrown v0.12.3 |
2012 | 2024-08-28T17:18:13.884Z | Checking bzip2 v0.4.4 |
2013 | 2024-08-28T17:18:14.035Z | Checking serde-hex v0.1.0 |
2014 | 2024-08-28T17:18:14.589Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2015 | 2024-08-28T17:18:14.650Z | Checking env_logger v0.10.2 |
2016 | 2024-08-28T17:18:14.872Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2017 | 2024-08-28T17:18:14.898Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2018 | 2024-08-28T17:18:15.078Z | Checking ron v0.8.1 |
2019 | 2024-08-28T17:18:15.210Z | Checking x509-cert v0.2.5 |
2020 | 2024-08-28T17:18:15.455Z | Checking hashbrown v0.13.2 |
2021 | 2024-08-28T17:18:15.499Z | Compiling thiserror-impl-no-std v2.0.2 |
2022 | 2024-08-28T17:18:16.399Z | Compiling async-recursion v1.1.1 |
2023 | 2024-08-28T17:18:16.529Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2024 | 2024-08-28T17:18:16.661Z | Checking crc-any v2.5.0 |
2025 | 2024-08-28T17:18:16.896Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2026 | 2024-08-28T17:18:17.073Z | Checking object v0.30.4 |
2027 | 2024-08-28T17:18:17.459Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2028 | 2024-08-28T17:18:18.021Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2029 | 2024-08-28T17:18:18.231Z | Checking zip v0.6.6 |
2030 | 2024-08-28T17:18:18.284Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2031 | 2024-08-28T17:18:18.338Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2032 | 2024-08-28T17:18:18.641Z | Checking path-slash v0.1.5 |
2033 | 2024-08-28T17:18:18.729Z | Compiling parking_lot_core v0.8.6 |
2034 | 2024-08-28T17:18:18.834Z | Checking chacha20poly1305 v0.10.1 |
2035 | 2024-08-28T17:18:18.903Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2036 | 2024-08-28T17:18:18.947Z | Checking glob v0.3.1 |
2037 | 2024-08-28T17:18:18.971Z | Checking thiserror-no-std v2.0.2 |
2038 | 2024-08-28T17:18:19.029Z | Checking hickory-client v0.24.1 |
2039 | 2024-08-28T17:18:19.093Z | Checking vsss-rs v3.3.4 |
2040 | 2024-08-28T17:18:19.258Z | Checking hickory-server v0.24.1 |
2041 | 2024-08-28T17:18:19.313Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2042 | 2024-08-28T17:18:19.631Z | Checking crossterm v0.28.1 |
2043 | 2024-08-28T17:18:19.681Z | Checking parking_lot v0.11.2 |
2044 | 2024-08-28T17:18:19.711Z | Compiling buf-list v1.0.3 |
2045 | 2024-08-28T17:18:20.037Z | Checking sled v0.34.7 |
2046 | 2024-08-28T17:18:20.515Z | Compiling unicase v2.7.0 |
2047 | 2024-08-28T17:18:21.104Z | Checking nanorand v0.7.0 |
2048 | 2024-08-28T17:18:21.478Z | Checking flume v0.11.0 |
2049 | 2024-08-28T17:18:22.150Z | Compiling vte_generate_state_changes v0.1.1 |
2050 | 2024-08-28T17:18:22.389Z | Compiling mime_guess v2.0.4 |
2051 | 2024-08-28T17:18:22.410Z | Checking fd-lock v4.0.2 |
2052 | 2024-08-28T17:18:22.660Z | Checking crossterm v0.27.0 |
2053 | 2024-08-28T17:18:22.904Z | Checking vte v0.11.1 |
2054 | 2024-08-28T17:18:22.934Z | Checking nu-ansi-term v0.50.0 |
2055 | 2024-08-28T17:18:23.015Z | Compiling dsl_auto_type v0.1.2 |
2056 | 2024-08-28T17:18:23.281Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2057 | 2024-08-28T17:18:23.345Z | Checking scheduled-thread-pool v0.2.7 |
2058 | 2024-08-28T17:18:23.401Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2059 | 2024-08-28T17:18:23.583Z | Compiling pin-project-internal v1.1.5 |
2060 | 2024-08-28T17:18:23.636Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2061 | 2024-08-28T17:18:23.785Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2062 | 2024-08-28T17:18:23.818Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2063 | 2024-08-28T17:18:24.391Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2064 | 2024-08-28T17:18:24.730Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2065 | 2024-08-28T17:18:25.210Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2066 | 2024-08-28T17:18:26.851Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2067 | 2024-08-28T17:18:28.170Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2068 | 2024-08-28T17:18:28.693Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2069 | 2024-08-28T17:18:28.860Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2070 | 2024-08-28T17:18:29.726Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2071 | 2024-08-28T17:18:29.766Z | Checking strip-ansi-escapes v0.2.0 |
2072 | 2024-08-28T17:18:30.671Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2073 | 2024-08-28T17:18:30.706Z | Checking reedline v0.33.0 |
2074 | 2024-08-28T17:18:30.920Z | Compiling diesel_table_macro_syntax v0.2.0 |
2075 | 2024-08-28T17:18:30.979Z | Compiling crunchy v0.2.2 |
2076 | 2024-08-28T17:18:31.375Z | Checking http-range v0.1.5 |
2077 | 2024-08-28T17:18:31.577Z | Checking hyper-staticfile v0.9.5 |
2078 | 2024-08-28T17:18:31.608Z | Compiling diesel_derives v2.2.2 |
2079 | 2024-08-28T17:18:32.065Z | Checking pin-project v1.1.5 |
2080 | 2024-08-28T17:18:32.218Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2081 | 2024-08-28T17:18:32.894Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2082 | 2024-08-28T17:18:32.918Z | Checking r2d2 v0.8.10 |
2083 | 2024-08-28T17:18:33.276Z | Compiling clang-sys v1.7.0 |
2084 | 2024-08-28T17:18:33.555Z | Compiling tiny-keccak v2.0.2 |
2085 | 2024-08-28T17:18:33.701Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2086 | 2024-08-28T17:18:33.932Z | Compiling ref-cast v1.0.23 |
2087 | 2024-08-28T17:18:33.987Z | Checking bytecount v0.6.8 |
2088 | 2024-08-28T17:18:34.164Z | Checking papergrid v0.11.0 |
2089 | 2024-08-28T17:18:34.608Z | Compiling ascii-canvas v3.0.0 |
2090 | 2024-08-28T17:18:34.768Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2091 | 2024-08-28T17:18:35.102Z | Compiling tabled_derive v0.7.0 |
2092 | 2024-08-28T17:18:35.509Z | Compiling ena v0.14.3 |
2093 | 2024-08-28T17:18:35.712Z | Compiling ref-cast-impl v1.0.23 |
2094 | 2024-08-28T17:18:35.931Z | Compiling libloading v0.8.3 |
2095 | 2024-08-28T17:18:36.395Z | Compiling diff v0.1.13 |
2096 | 2024-08-28T17:18:36.778Z | Compiling regex-syntax v0.6.29 |
2097 | 2024-08-28T17:18:36.979Z | Compiling bindgen v0.69.4 |
2098 | 2024-08-28T17:18:37.792Z | Checking tabled v0.15.0 |
2099 | 2024-08-28T17:18:38.584Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2100 | 2024-08-28T17:18:40.892Z | Compiling lalrpop v0.19.12 |
2101 | 2024-08-28T17:18:42.918Z | Compiling which v4.4.2 |
2102 | 2024-08-28T17:18:42.958Z | Checking signal-hook-tokio v0.3.1 |
2103 | 2024-08-28T17:18:43.165Z | Compiling cexpr v0.6.0 |
2104 | 2024-08-28T17:18:43.584Z | Compiling lazycell v1.3.0 |
2105 | 2024-08-28T17:18:43.772Z | Compiling rustc-hash v1.1.0 |
2106 | 2024-08-28T17:18:43.945Z | Compiling shlex v1.3.0 |
2107 | 2024-08-28T17:18:45.038Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2108 | 2024-08-28T17:18:45.198Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2109 | 2024-08-28T17:18:48.595Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2110 | 2024-08-28T17:18:50.536Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2111 | 2024-08-28T17:18:50.597Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2112 | 2024-08-28T17:18:52.136Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2113 | 2024-08-28T17:18:52.788Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2114 | 2024-08-28T17:18:53.547Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2115 | 2024-08-28T17:18:53.578Z | Checking diesel v2.2.2 |
2116 | 2024-08-28T17:18:54.095Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2117 | 2024-08-28T17:18:54.125Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2118 | 2024-08-28T17:18:54.673Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2119 | 2024-08-28T17:18:54.997Z | Compiling derive_builder_core v0.20.0 |
2120 | 2024-08-28T17:18:58.606Z | Compiling libxml v0.3.3 |
2121 | 2024-08-28T17:18:58.765Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2122 | 2024-08-28T17:18:59.032Z | Compiling memoffset v0.9.1 |
2123 | 2024-08-28T17:18:59.604Z | Compiling derive_builder_macro v0.20.0 |
2124 | 2024-08-28T17:18:59.655Z | Compiling peg-macros v0.8.4 |
2125 | 2024-08-28T17:19:00.116Z | Compiling snafu-derive v0.8.2 |
2126 | 2024-08-28T17:19:00.561Z | Compiling strum_macros v0.24.3 |
2127 | 2024-08-28T17:19:02.705Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2128 | 2024-08-28T17:19:02.811Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2129 | 2024-08-28T17:19:03.675Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2130 | 2024-08-28T17:19:03.734Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2131 | 2024-08-28T17:19:04.460Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2132 | 2024-08-28T17:19:05.928Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2133 | 2024-08-28T17:19:06.051Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2134 | 2024-08-28T17:19:06.477Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2135 | 2024-08-28T17:19:07.689Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2136 | 2024-08-28T17:19:08.200Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2137 | 2024-08-28T17:19:09.155Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2138 | 2024-08-28T17:19:10.058Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2139 | 2024-08-28T17:19:10.267Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2140 | 2024-08-28T17:19:10.623Z | Compiling sqlparser_derive v0.2.2 |
2141 | 2024-08-28T17:19:11.983Z | Compiling indoc v1.0.9 |
2142 | 2024-08-28T17:19:13.102Z | Checking unicode_categories v0.1.1 |
2143 | 2024-08-28T17:19:13.248Z | Checking rustyline v14.0.0 |
2144 | 2024-08-28T17:19:13.421Z | Checking sqlformat v0.2.4 |
2145 | 2024-08-28T17:19:15.097Z | Checking sqlparser v0.45.0 |
2146 | 2024-08-28T17:19:15.837Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2147 | 2024-08-28T17:19:17.459Z | Checking snafu v0.8.2 |
2148 | 2024-08-28T17:19:17.979Z | Checking peg v0.8.4 |
2149 | 2024-08-28T17:19:18.109Z | Checking derive_builder v0.20.0 |
2150 | 2024-08-28T17:19:18.521Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2151 | 2024-08-28T17:19:18.601Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2152 | 2024-08-28T17:19:18.945Z | Checking globset v0.4.14 |
2153 | 2024-08-28T17:19:19.080Z | Checking olpc-cjson v0.1.3 |
2154 | 2024-08-28T17:19:19.328Z | Checking quick-xml v0.31.0 |
2155 | 2024-08-28T17:19:19.463Z | Checking bcs v0.1.6 |
2156 | 2024-08-28T17:19:19.982Z | Checking serde_plain v1.0.2 |
2157 | 2024-08-28T17:19:20.165Z | Compiling impl-trait-for-tuples v0.2.2 |
2158 | 2024-08-28T17:19:20.266Z | Compiling oso-derive v0.27.3 |
2159 | 2024-08-28T17:19:21.469Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2160 | 2024-08-28T17:19:21.492Z | Compiling dropshot v0.10.1 |
2161 | 2024-08-28T17:19:21.813Z | Checking typed-path v0.7.1 |
2162 | 2024-08-28T17:19:22.062Z | Checking nix v0.27.1 |
2163 | 2024-08-28T17:19:23.499Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2164 | 2024-08-28T17:19:23.810Z | Checking tough v0.17.1 |
2165 | 2024-08-28T17:19:24.776Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2166 | 2024-08-28T17:19:25.079Z | Checking tungstenite v0.23.0 |
2167 | 2024-08-28T17:19:25.510Z | Checking serde-big-array v0.5.1 |
2168 | 2024-08-28T17:19:25.757Z | Compiling dropshot_endpoint v0.10.1 |
2169 | 2024-08-28T17:19:26.040Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2170 | 2024-08-28T17:19:26.394Z | Checking parse-size v1.0.0 |
2171 | 2024-08-28T17:19:26.682Z | Checking tokio-tungstenite v0.23.1 |
2172 | 2024-08-28T17:19:28.788Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2173 | 2024-08-28T17:19:28.797Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2174 | 2024-08-28T17:19:28.988Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2175 | 2024-08-28T17:19:29.517Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2176 | 2024-08-28T17:19:33.675Z | Checking bb8 v0.8.5 |
2177 | 2024-08-28T17:19:33.675Z | Compiling const_format_proc_macros v0.2.32 |
2178 | 2024-08-28T17:19:33.675Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2179 | 2024-08-28T17:19:33.676Z | Checking const_format v0.2.32 |
2180 | 2024-08-28T17:19:33.676Z | Checking async-bb8-diesel v0.2.1 |
2181 | 2024-08-28T17:19:33.676Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2182 | 2024-08-28T17:19:33.694Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2183 | 2024-08-28T17:19:33.958Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2184 | 2024-08-28T17:19:34.715Z | Checking assert_matches v1.5.0 |
2185 | 2024-08-28T17:19:34.718Z | Checking heck v0.4.1 |
2186 | 2024-08-28T17:19:34.848Z | Compiling portable-atomic v1.6.0 |
2187 | 2024-08-28T17:19:34.940Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2188 | 2024-08-28T17:19:35.352Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2189 | 2024-08-28T17:19:35.527Z | Compiling libz-sys v1.1.16 |
2190 | 2024-08-28T17:19:35.948Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2191 | 2024-08-28T17:19:36.364Z | Checking rand_seeder v0.3.0 |
2192 | 2024-08-28T17:19:36.616Z | Checking number_prefix v0.4.0 |
2193 | 2024-08-28T17:19:36.831Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2194 | 2024-08-28T17:19:37.079Z | Checking indicatif v0.17.8 |
2195 | 2024-08-28T17:19:37.891Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2196 | 2024-08-28T17:19:38.447Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2197 | 2024-08-28T17:19:39.573Z | Compiling vergen v8.3.2 |
2198 | 2024-08-28T17:19:39.939Z | Compiling cargo-platform v0.1.8 |
2199 | 2024-08-28T17:19:40.017Z | Checking is_ci v1.2.0 |
2200 | 2024-08-28T17:19:40.173Z | Checking supports-color v3.0.0 |
2201 | 2024-08-28T17:19:40.327Z | Compiling cargo_metadata v0.18.1 |
2202 | 2024-08-28T17:19:40.428Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2203 | 2024-08-28T17:19:40.537Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2204 | 2024-08-28T17:19:41.644Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2205 | 2024-08-28T17:19:41.982Z | Checking castaway v0.2.3 |
2206 | 2024-08-28T17:19:42.144Z | Compiling libsqlite3-sys v0.28.0 |
2207 | 2024-08-28T17:19:42.181Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2208 | 2024-08-28T17:19:42.249Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2209 | 2024-08-28T17:19:42.714Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2210 | 2024-08-28T17:19:43.132Z | Checking compact_str v0.8.0 |
2211 | 2024-08-28T17:19:43.571Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2212 | 2024-08-28T17:19:44.079Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2213 | 2024-08-28T17:19:44.247Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2214 | 2024-08-28T17:19:44.599Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2215 | 2024-08-28T17:19:44.898Z | Checking unicode-truncate v1.0.0 |
2216 | 2024-08-28T17:19:45.159Z | Checking lru v0.12.3 |
2217 | 2024-08-28T17:19:45.495Z | Compiling instability v0.3.2 |
2218 | 2024-08-28T17:19:45.521Z | Checking cassowary v0.3.0 |
2219 | 2024-08-28T17:19:46.551Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2220 | 2024-08-28T17:19:46.625Z | Checking ratatui v0.28.0 |
2221 | 2024-08-28T17:19:48.587Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2222 | 2024-08-28T17:19:48.900Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2223 | 2024-08-28T17:19:49.850Z | Checking hashlink v0.9.1 |
2224 | 2024-08-28T17:19:49.892Z | Checking unicode-linebreak v0.1.5 |
2225 | 2024-08-28T17:19:50.115Z | Checking fallible-iterator v0.3.0 |
2226 | 2024-08-28T17:19:50.310Z | Checking smawk v0.3.2 |
2227 | 2024-08-28T17:19:50.526Z | Checking fallible-streaming-iterator v0.1.9 |
2228 | 2024-08-28T17:19:50.549Z | Checking textwrap v0.16.1 |
2229 | 2024-08-28T17:19:50.779Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2230 | 2024-08-28T17:19:50.800Z | Checking rusqlite v0.31.0 |
2231 | 2024-08-28T17:19:50.956Z | Checking twox-hash v1.6.3 |
2232 | 2024-08-28T17:19:51.149Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2233 | 2024-08-28T17:19:51.440Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2234 | 2024-08-28T17:19:52.496Z | Checking fatfs v0.3.6 |
2235 | 2024-08-28T17:19:53.303Z | Checking csv-core v0.1.11 |
2236 | 2024-08-28T17:19:53.603Z | Checking shell-words v1.1.0 |
2237 | 2024-08-28T17:19:53.677Z | Checking csv v1.3.0 |
2238 | 2024-08-28T17:19:53.796Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2239 | 2024-08-28T17:19:54.978Z | Checking rtoolbox v0.0.2 |
2240 | 2024-08-28T17:19:55.208Z | Checking rpassword v7.3.1 |
2241 | 2024-08-28T17:19:57.141Z | Checking tui-tree-widget v0.22.0 |
2242 | 2024-08-28T17:19:57.542Z | Checking polyval v0.6.2 |
2243 | 2024-08-28T17:19:57.864Z | Checking rfc6979 v0.4.0 |
2244 | 2024-08-28T17:19:58.097Z | Checking plotters-backend v0.3.5 |
2245 | 2024-08-28T17:19:58.446Z | Checking plotters-svg v0.3.5 |
2246 | 2024-08-28T17:19:58.698Z | Checking ecdsa v0.16.9 |
2247 | 2024-08-28T17:19:59.443Z | Checking ghash v0.5.1 |
2248 | 2024-08-28T17:19:59.636Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2249 | 2024-08-28T17:20:00.830Z | Checking primeorder v0.13.6 |
2250 | 2024-08-28T17:20:01.301Z | Checking ctr v0.9.2 |
2251 | 2024-08-28T17:20:01.748Z | Checking cast v0.3.0 |
2252 | 2024-08-28T17:20:01.784Z | Checking yansi v0.5.1 |
2253 | 2024-08-28T17:20:02.249Z | Checking pretty_assertions v1.4.0 |
2254 | 2024-08-28T17:20:02.483Z | Checking criterion-plot v0.5.0 |
2255 | 2024-08-28T17:20:02.504Z | Checking aes-gcm v0.10.3 |
2256 | 2024-08-28T17:20:02.783Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2257 | 2024-08-28T17:20:03.190Z | Checking plotters v0.3.5 |
2258 | 2024-08-28T17:20:04.949Z | Checking ed25519 v2.2.3 |
2259 | 2024-08-28T17:20:05.270Z | Checking ssh-encoding v0.2.0 |
2260 | 2024-08-28T17:20:05.649Z | Checking tinytemplate v1.2.1 |
2261 | 2024-08-28T17:20:06.093Z | Checking blowfish v0.9.1 |
2262 | 2024-08-28T17:20:06.374Z | Checking oorandom v11.1.3 |
2263 | 2024-08-28T17:20:06.568Z | Checking anes v0.1.6 |
2264 | 2024-08-28T17:20:06.965Z | Checking option-ext v0.2.0 |
2265 | 2024-08-28T17:20:07.124Z | Checking dirs-sys v0.4.1 |
2266 | 2024-08-28T17:20:07.346Z | Checking criterion v0.5.1 |
2267 | 2024-08-28T17:20:10.260Z | Checking bcrypt-pbkdf v0.10.0 |
2268 | 2024-08-28T17:20:10.343Z | Checking ssh-cipher v0.2.0 |
2269 | 2024-08-28T17:20:10.530Z | Checking ed25519-dalek v2.1.1 |
2270 | 2024-08-28T17:20:10.674Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2271 | 2024-08-28T17:20:10.910Z | Checking password-hash v0.4.2 |
2272 | 2024-08-28T17:20:10.968Z | Checking matches v0.1.10 |
2273 | 2024-08-28T17:20:11.089Z | Checking hex-literal v0.4.1 |
2274 | 2024-08-28T17:20:11.250Z | Checking idna v0.2.3 |
2275 | 2024-08-28T17:20:11.359Z | Checking pbkdf2 v0.11.0 |
2276 | 2024-08-28T17:20:11.678Z | Checking ssh-key v0.6.6 |
2277 | 2024-08-28T17:20:12.165Z | Checking dirs v5.0.1 |
2278 | 2024-08-28T17:20:12.253Z | Checking p256 v0.13.2 |
2279 | 2024-08-28T17:20:12.331Z | Checking p521 v0.13.3 |
2280 | 2024-08-28T17:20:12.789Z | Checking p384 v0.13.0 |
2281 | 2024-08-28T17:20:13.526Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2282 | 2024-08-28T17:20:13.908Z | Checking russh-cryptovec v0.7.2 |
2283 | 2024-08-28T17:20:14.041Z | Compiling enum-as-inner v0.5.1 |
2284 | 2024-08-28T17:20:14.134Z | Compiling target-lexicon v0.12.16 |
2285 | 2024-08-28T17:20:14.377Z | Checking md5 v0.7.0 |
2286 | 2024-08-28T17:20:14.709Z | Compiling doc-comment v0.3.3 |
2287 | 2024-08-28T17:20:15.191Z | Checking trust-dns-proto v0.22.0 |
2288 | 2024-08-28T17:20:15.343Z | Checking russh-keys v0.44.0 |
2289 | 2024-08-28T17:20:15.582Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2290 | 2024-08-28T17:20:17.005Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2291 | 2024-08-28T17:20:17.438Z | Checking http-body v1.0.0 |
2292 | 2024-08-28T17:20:17.677Z | Checking num-bigint v0.4.5 |
2293 | 2024-08-28T17:20:17.902Z | Checking regex-automata v0.1.10 |
2294 | 2024-08-28T17:20:18.390Z | Compiling guppy-workspace-hack v0.1.0 |
2295 | 2024-08-28T17:20:18.730Z | Compiling assert_cmd v2.0.16 |
2296 | 2024-08-28T17:20:19.233Z | Checking tower-layer v0.3.2 |
2297 | 2024-08-28T17:20:19.256Z | Compiling dhcproto-macros v0.1.0 |
2298 | 2024-08-28T17:20:19.532Z | Checking tower v0.4.13 |
2299 | 2024-08-28T17:20:20.224Z | Checking russh v0.44.1 |
2300 | 2024-08-28T17:20:20.309Z | Checking dhcproto v0.12.0 |
2301 | 2024-08-28T17:20:20.403Z | Checking bstr v0.2.17 |
2302 | 2024-08-28T17:20:21.230Z | Checking hyper v1.3.1 |
2303 | 2024-08-28T17:20:21.256Z | Compiling samael v0.0.15 |
2304 | 2024-08-28T17:20:22.509Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2305 | 2024-08-28T17:20:22.565Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2306 | 2024-08-28T17:20:23.117Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2307 | 2024-08-28T17:20:23.555Z | Checking internet-checksum v0.2.1 |
2308 | 2024-08-28T17:20:23.747Z | Compiling target-spec v3.2.1 |
2309 | 2024-08-28T17:20:24.922Z | Checking cfg-expr v0.16.0 |
2310 | 2024-08-28T17:20:24.964Z | Checking hyper-util v0.1.3 |
2311 | 2024-08-28T17:20:25.713Z | Checking httptest v0.15.5 |
2312 | 2024-08-28T17:20:26.346Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2313 | 2024-08-28T17:20:26.564Z | Checking rustls-native-certs v0.7.0 |
2314 | 2024-08-28T17:20:26.650Z | Checking num_cpus v1.16.0 |
2315 | 2024-08-28T17:20:26.790Z | Checking threadpool v1.8.1 |
2316 | 2024-08-28T17:20:27.008Z | Checking hyper-rustls v0.26.0 |
2317 | 2024-08-28T17:20:27.800Z | Checking pathdiff v0.2.1 |
2318 | 2024-08-28T17:20:27.982Z | Compiling toml_edit v0.21.1 |
2319 | 2024-08-28T17:20:28.874Z | Compiling rstest_macros v0.22.0 |
2320 | 2024-08-28T17:20:29.465Z | Checking escape8259 v0.5.2 |
2321 | 2024-08-28T17:20:29.685Z | Checking nested v0.1.1 |
2322 | 2024-08-28T17:20:29.947Z | Checking guppy v0.17.7 |
2323 | 2024-08-28T17:20:31.061Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2324 | 2024-08-28T17:20:31.400Z | Compiling git2 v0.19.0 |
2325 | 2024-08-28T17:20:31.610Z | Compiling proc-macro-crate v3.1.0 |
2326 | 2024-08-28T17:20:32.324Z | Checking libtest-mimic v0.7.3 |
2327 | 2024-08-28T17:20:32.990Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2328 | 2024-08-28T17:20:33.211Z | Checking similar-asserts v1.5.0 |
2329 | 2024-08-28T17:20:33.333Z | Checking fancy-regex v0.13.0 |
2330 | 2024-08-28T17:20:33.483Z | Compiling trybuild v1.0.99 |
2331 | 2024-08-28T17:20:34.019Z | Compiling relative-path v1.9.3 |
2332 | 2024-08-28T17:20:34.104Z | Checking datatest-stable v0.2.9 |
2333 | 2024-08-28T17:20:34.488Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2334 | 2024-08-28T17:20:34.520Z | Checking blake2b_simd v1.0.2 |
2335 | 2024-08-28T17:20:34.774Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2336 | 2024-08-28T17:20:35.433Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2337 | 2024-08-28T17:20:35.807Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2338 | 2024-08-28T17:20:35.953Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2339 | 2024-08-28T17:20:36.160Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2340 | 2024-08-28T17:20:36.307Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2341 | 2024-08-28T17:20:36.512Z | Checking serde_tokenstream v0.2.2 |
2342 | 2024-08-28T17:20:36.709Z | Checking uzers v0.11.3 |
2343 | 2024-08-28T17:20:36.941Z | Checking indent_write v2.2.0 |
2344 | 2024-08-28T17:20:37.084Z | Checking futures-timer v3.0.3 |
2345 | 2024-08-28T17:20:37.597Z | Checking rust-argon2 v2.1.0 |
2346 | 2024-08-28T17:20:39.278Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2347 | 2024-08-28T17:20:39.597Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2348 | 2024-08-28T17:20:40.282Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2349 | 2024-08-28T17:20:40.648Z | Checking rand_distr v0.4.3 |
2350 | 2024-08-28T17:20:40.885Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2351 | 2024-08-28T17:20:41.547Z | Checking multimap v0.10.0 |
2352 | 2024-08-28T17:20:41.864Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2353 | 2024-08-28T17:20:41.908Z | Checking approx v0.5.1 |
2354 | 2024-08-28T17:20:42.203Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2355 | 2024-08-28T17:20:42.479Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2356 | 2024-08-28T17:20:43.786Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2357 | 2024-08-28T17:20:44.353Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2358 | 2024-08-28T17:20:44.796Z | Checking partial-io v0.5.4 |
2359 | 2024-08-28T17:20:45.229Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2360 | 2024-08-28T17:20:45.252Z | Checking cargo_toml v0.20.4 |
2361 | 2024-08-28T17:20:46.408Z | Checking rstest v0.22.0 |
2362 | 2024-08-28T17:20:46.555Z | Checking termios v0.3.3 |
2363 | 2024-08-28T17:20:46.781Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2364 | 2024-08-28T17:20:47.420Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2365 | 2024-08-28T17:21:03.701Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2366 | 2024-08-28T17:21:09.462Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2367 | 2024-08-28T17:21:12.971Z | Compiling polar-core v0.27.3 |
2368 | 2024-08-28T17:21:24.186Z | Checking oso v0.27.3 |
2369 | 2024-08-28T17:21:36.523Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2370 | 2024-08-28T17:21:37.891Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2371 | 2024-08-28T17:21:38.385Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2372 | 2024-08-28T17:22:11.953Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2373 | 2024-08-28T17:22:11.953Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2374 | 2024-08-28T17:22:11.956Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2375 | 2024-08-28T17:23:45.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 48s |
2376 | 2024-08-28T17:23:45.470Z | |
2377 | 2024-08-28T17:23:45.470Z | real 6:53.861412994 |
2378 | 2024-08-28T17:23:45.470Z | user 37:23.234398730 |
2379 | 2024-08-28T17:23:45.472Z | sys 6:30.942390444 |
2380 | 2024-08-28T17:23:45.472Z | trap 1.092418944 |
2381 | 2024-08-28T17:23:45.472Z | tflt 2.763450790 |
2382 | 2024-08-28T17:23:45.472Z | dflt 0.620874813 |
2383 | 2024-08-28T17:23:45.472Z | kflt 0.002337478 |
2384 | 2024-08-28T17:23:45.472Z | lock 58:16.465211851 |
2385 | 2024-08-28T17:23:45.472Z | slp 2:12:18.560895707 |
2386 | 2024-08-28T17:23:45.472Z | lat 1:41.800177987 |
2387 | 2024-08-28T17:23:45.472Z | stop 6:03.305135848 |
2388 | 2024-08-28T17:23:45.472Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2389 | 2024-08-28T17:23:45.472Z | + ptime -m cargo doc --workspace --no-deps |
2390 | 2024-08-28T17:23:46.799Z | warning: output filename collision. |
2391 | 2024-08-28T17:23:46.799Z | 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)`. |
2392 | 2024-08-28T17:23:46.799Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2393 | 2024-08-28T17:23:46.799Z | The targets should have unique names. |
2394 | 2024-08-28T17:23:46.799Z | This is a known bug where multiple crates with the same name use |
2395 | 2024-08-28T17:23:46.799Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2396 | 2024-08-28T17:23:47.240Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2397 | 2024-08-28T17:23:47.299Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2398 | 2024-08-28T17:23:47.318Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2399 | 2024-08-28T17:23:47.365Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2400 | 2024-08-28T17:23:47.391Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2401 | 2024-08-28T17:23:47.421Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2402 | 2024-08-28T17:23:47.421Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2403 | 2024-08-28T17:23:47.653Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2404 | 2024-08-28T17:23:47.686Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2405 | 2024-08-28T17:23:47.709Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2406 | 2024-08-28T17:23:47.712Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2407 | 2024-08-28T17:23:47.749Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2408 | 2024-08-28T17:23:47.969Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2409 | 2024-08-28T17:23:48.007Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2410 | 2024-08-28T17:23:48.009Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2411 | 2024-08-28T17:23:48.554Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2412 | 2024-08-28T17:23:49.267Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2413 | 2024-08-28T17:23:52.446Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2414 | 2024-08-28T17:23:52.551Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2415 | 2024-08-28T17:23:52.699Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2416 | 2024-08-28T17:23:52.720Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2417 | 2024-08-28T17:23:52.910Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2418 | 2024-08-28T17:23:53.081Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2419 | 2024-08-28T17:23:53.308Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2420 | 2024-08-28T17:23:53.454Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2421 | 2024-08-28T17:23:53.636Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2422 | 2024-08-28T17:23:53.818Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2423 | 2024-08-28T17:23:54.044Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2424 | 2024-08-28T17:23:54.371Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2425 | 2024-08-28T17:23:54.392Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2426 | 2024-08-28T17:23:54.734Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2427 | 2024-08-28T17:23:55.158Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2428 | 2024-08-28T17:23:55.179Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2429 | 2024-08-28T17:23:55.521Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2430 | 2024-08-28T17:23:55.652Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2431 | 2024-08-28T17:23:56.022Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2432 | 2024-08-28T17:23:56.180Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2433 | 2024-08-28T17:23:56.439Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2434 | 2024-08-28T17:23:56.467Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2435 | 2024-08-28T17:23:56.737Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2436 | 2024-08-28T17:23:56.827Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2437 | 2024-08-28T17:23:56.848Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2438 | 2024-08-28T17:23:56.885Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2439 | 2024-08-28T17:24:01.880Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2440 | 2024-08-28T17:24:02.145Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2441 | 2024-08-28T17:24:02.725Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2442 | 2024-08-28T17:24:02.929Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2443 | 2024-08-28T17:24:04.545Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2444 | 2024-08-28T17:24:05.483Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2445 | 2024-08-28T17:24:05.525Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2446 | 2024-08-28T17:24:06.391Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2447 | 2024-08-28T17:24:07.116Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2448 | 2024-08-28T17:24:07.624Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2449 | 2024-08-28T17:24:12.155Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2450 | 2024-08-28T17:24:12.740Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2451 | 2024-08-28T17:24:13.592Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2452 | 2024-08-28T17:24:14.336Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2453 | 2024-08-28T17:24:14.567Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2454 | 2024-08-28T17:24:15.856Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2455 | 2024-08-28T17:24:16.040Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2456 | 2024-08-28T17:24:17.427Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2457 | 2024-08-28T17:24:17.677Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2458 | 2024-08-28T17:24:18.059Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2459 | 2024-08-28T17:24:18.092Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2460 | 2024-08-28T17:24:18.440Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2461 | 2024-08-28T17:24:18.654Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2462 | 2024-08-28T17:24:19.136Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2463 | 2024-08-28T17:24:19.591Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2464 | 2024-08-28T17:24:19.964Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2465 | 2024-08-28T17:24:20.061Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2466 | 2024-08-28T17:24:20.661Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2467 | 2024-08-28T17:24:21.171Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2468 | 2024-08-28T17:24:21.241Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2469 | 2024-08-28T17:24:21.334Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2470 | 2024-08-28T17:24:21.752Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2471 | 2024-08-28T17:24:22.214Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2472 | 2024-08-28T17:24:22.288Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2473 | 2024-08-28T17:24:22.694Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2474 | 2024-08-28T17:24:22.832Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2475 | 2024-08-28T17:24:23.469Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2476 | 2024-08-28T17:24:23.733Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2477 | 2024-08-28T17:24:23.826Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2478 | 2024-08-28T17:24:24.620Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2479 | 2024-08-28T17:24:25.110Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2480 | 2024-08-28T17:24:25.203Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2481 | 2024-08-28T17:24:25.376Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2482 | 2024-08-28T17:24:25.586Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2483 | 2024-08-28T17:24:26.153Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2484 | 2024-08-28T17:24:26.653Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2485 | 2024-08-28T17:24:27.352Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2486 | 2024-08-28T17:24:28.769Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2487 | 2024-08-28T17:24:29.117Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2488 | 2024-08-28T17:24:29.399Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2489 | 2024-08-28T17:24:31.166Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2490 | 2024-08-28T17:24:32.246Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2491 | 2024-08-28T17:24:32.375Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2492 | 2024-08-28T17:24:33.019Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2493 | 2024-08-28T17:24:34.099Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2494 | 2024-08-28T17:24:36.182Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2495 | 2024-08-28T17:24:36.307Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2496 | 2024-08-28T17:24:37.235Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2497 | 2024-08-28T17:24:39.708Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2498 | 2024-08-28T17:24:40.897Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2499 | 2024-08-28T17:24:52.852Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2500 | 2024-08-28T17:25:00.189Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2501 | 2024-08-28T17:25:01.423Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2502 | 2024-08-28T17:25:30.087Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2503 | 2024-08-28T17:25:31.586Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2504 | 2024-08-28T17:25:36.569Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2505 | 2024-08-28T17:25:43.401Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2506 | 2024-08-28T17:25:48.651Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2507 | 2024-08-28T17:25:53.542Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2508 | 2024-08-28T17:25:58.319Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2509 | 2024-08-28T17:26:06.076Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2510 | 2024-08-28T17:26:08.340Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2511 | 2024-08-28T17:26:09.569Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2512 | 2024-08-28T17:26:16.327Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2513 | 2024-08-28T17:26:18.863Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2514 | 2024-08-28T17:26:22.969Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2515 | 2024-08-28T17:26:26.678Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2516 | 2024-08-28T17:26:26.863Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2517 | 2024-08-28T17:26:29.562Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2518 | 2024-08-28T17:26:33.153Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2519 | 2024-08-28T17:26:35.186Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2520 | 2024-08-28T17:26:38.673Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2521 | 2024-08-28T17:27:01.199Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2522 | 2024-08-28T17:27:11.708Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2523 | 2024-08-28T17:27:17.306Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2524 | 2024-08-28T17:27:18.053Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2525 | 2024-08-28T17:27:23.369Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2526 | 2024-08-28T17:27:29.740Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2527 | 2024-08-28T17:27:36.549Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2528 | 2024-08-28T17:27:42.081Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2529 | 2024-08-28T17:27:49.254Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2530 | 2024-08-28T17:27:49.766Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2531 | 2024-08-28T17:27:50.425Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2532 | 2024-08-28T17:27:51.788Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2533 | 2024-08-28T17:27:52.053Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2534 | 2024-08-28T17:27:56.077Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2535 | 2024-08-28T17:28:01.976Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2536 | 2024-08-28T17:28:06.738Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2537 | 2024-08-28T17:28:10.373Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2538 | 2024-08-28T17:28:14.557Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2539 | 2024-08-28T17:28:19.367Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2540 | 2024-08-28T17:28:19.881Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2541 | 2024-08-28T17:28:21.701Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2542 | 2024-08-28T17:28:25.498Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2543 | 2024-08-28T17:28:34.951Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2544 | 2024-08-28T17:28:40.854Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2545 | 2024-08-28T17:28:41.336Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2546 | 2024-08-28T17:28:41.520Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2547 | 2024-08-28T17:28:45.897Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2548 | 2024-08-28T17:28:50.257Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2549 | 2024-08-28T17:28:54.742Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2550 | 2024-08-28T17:29:00.258Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2551 | 2024-08-28T17:29:04.226Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2552 | 2024-08-28T17:29:05.153Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2553 | 2024-08-28T17:29:08.557Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2554 | 2024-08-28T17:29:09.765Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2555 | 2024-08-28T17:29:09.811Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2556 | 2024-08-28T17:29:13.946Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2557 | 2024-08-28T17:29:14.842Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2558 | 2024-08-28T17:29:21.149Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2559 | 2024-08-28T17:29:22.355Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2560 | 2024-08-28T17:29:25.585Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2561 | 2024-08-28T17:29:26.026Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2562 | 2024-08-28T17:29:28.384Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2563 | 2024-08-28T17:29:28.523Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2564 | 2024-08-28T17:29:35.773Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2565 | 2024-08-28T17:29:36.720Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2566 | 2024-08-28T17:29:42.580Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2567 | 2024-08-28T17:29:44.340Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2568 | 2024-08-28T17:29:46.423Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2569 | 2024-08-28T17:29:46.921Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2570 | 2024-08-28T17:29:48.617Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2571 | 2024-08-28T17:29:49.694Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2572 | 2024-08-28T17:29:57.766Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2573 | 2024-08-28T17:29:57.960Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2574 | 2024-08-28T17:29:58.556Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2575 | 2024-08-28T17:29:59.789Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2576 | 2024-08-28T17:30:01.486Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2577 | 2024-08-28T17:30:01.796Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2578 | 2024-08-28T17:30:06.567Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2579 | 2024-08-28T17:30:07.304Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2580 | 2024-08-28T17:30:08.166Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2581 | 2024-08-28T17:30:10.957Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2582 | 2024-08-28T17:30:14.813Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2583 | 2024-08-28T17:30:15.490Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2584 | 2024-08-28T17:30:18.060Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2585 | 2024-08-28T17:30:19.569Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2586 | 2024-08-28T17:30:21.472Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2587 | 2024-08-28T17:30:21.598Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2588 | 2024-08-28T17:30:22.398Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2589 | 2024-08-28T17:30:22.650Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2590 | 2024-08-28T17:30:23.854Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2591 | 2024-08-28T17:30:24.192Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2592 | 2024-08-28T17:30:24.933Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2593 | 2024-08-28T17:30:26.605Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2594 | 2024-08-28T17:30:27.172Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2595 | 2024-08-28T17:30:27.201Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2596 | 2024-08-28T17:30:28.867Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2597 | 2024-08-28T17:30:31.794Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2598 | 2024-08-28T17:30:33.442Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2599 | 2024-08-28T17:31:01.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 16s |
2600 | 2024-08-28T17:31:02.071Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 123 other files |
2601 | 2024-08-28T17:31:02.138Z | |
2602 | 2024-08-28T17:31:02.141Z | real 7:16.538920361 |
2603 | 2024-08-28T17:31:02.141Z | user 23:29.572069319 |
2604 | 2024-08-28T17:31:02.141Z | sys 30:59.404637722 |
2605 | 2024-08-28T17:31:02.141Z | trap 0.443959702 |
2606 | 2024-08-28T17:31:02.141Z | tflt 0.290489223 |
2607 | 2024-08-28T17:31:02.141Z | dflt 0.112697723 |
2608 | 2024-08-28T17:31:02.141Z | kflt 0.000177058 |
2609 | 2024-08-28T17:31:02.141Z | lock 1:12:29.633807643 |
2610 | 2024-08-28T17:31:02.141Z | slp 2:04:10.819052180 |
2611 | 2024-08-28T17:31:02.141Z | lat 1:05.755358149 |
2612 | 2024-08-28T17:31:02.141Z | stop 1:02.148969714 |
2613 | 2024-08-28T17:31:02.141Z | process exited: duration 1060809 ms, exit code 0 |
|
2614 | 2024-08-28T17:31:02.147Z | found 0 output files |