|
|
|
1 | 2024-08-30T17:45:43.931Z | job assigned to worker 01J6J68GPSCYDS3NBPTV0KM4WG (queued for 25 s) |
|
2 | 2024-08-30T17:45:44.089Z | starting task 0: "setup" |
3 | 2024-08-30T17:45:44.115Z | ++ uname -s |
4 | 2024-08-30T17:45:44.115Z | + kern=SunOS |
5 | 2024-08-30T17:45:44.115Z | + case "$kern" in |
6 | 2024-08-30T17:45:44.115Z | + groupadd -g 12345 build |
7 | 2024-08-30T17:45:44.115Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-30T17:45:46.118Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-30T17:45:46.156Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-30T17:45:46.180Z | + home_fs=zfs |
11 | 2024-08-30T17:45:46.180Z | + [[ zfs == autofs ]] |
12 | 2024-08-30T17:45:46.180Z | + mkdir -p /home/build |
13 | 2024-08-30T17:45:46.181Z | + chown build:build /home/build /work |
14 | 2024-08-30T17:45:47.166Z | + chmod 0700 /home/build /work |
15 | 2024-08-30T17:45:47.191Z | process exited: duration 3081 ms, exit code 0 |
|
16 | 2024-08-30T17:45:47.247Z | starting task 1: "rust-toolchain" |
17 | 2024-08-30T17:45:47.273Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-30T17:45:47.273Z | ' 1.80.1 |
19 | 2024-08-30T17:45:47.273Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-30T17:45:47.273Z | ' default |
21 | 2024-08-30T17:45:47.273Z | * toolchain channel = "1.80.1" |
22 | 2024-08-30T17:45:47.273Z | * toolchain profile = "default" |
23 | 2024-08-30T17:45:47.273Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-30T17:45:47.274Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-30T17:45:47.384Z | info: downloading installer |
26 | 2024-08-30T17:45:48.161Z | info: profile set to 'default' |
27 | 2024-08-30T17:45:48.161Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-30T17:45:48.187Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-30T17:45:48.282Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-30T17:45:48.282Z | info: downloading component 'cargo' |
31 | 2024-08-30T17:45:48.505Z | info: downloading component 'clippy' |
32 | 2024-08-30T17:45:48.581Z | info: downloading component 'rust-docs' |
33 | 2024-08-30T17:45:48.883Z | info: downloading component 'rust-std' |
34 | 2024-08-30T17:45:49.404Z | info: downloading component 'rustc' |
35 | 2024-08-30T17:45:50.607Z | info: downloading component 'rustfmt' |
36 | 2024-08-30T17:45:50.650Z | info: installing component 'cargo' |
37 | 2024-08-30T17:45:51.748Z | info: installing component 'clippy' |
38 | 2024-08-30T17:45:52.244Z | info: installing component 'rust-docs' |
39 | 2024-08-30T17:45:54.847Z | info: installing component 'rust-std' |
40 | 2024-08-30T17:45:58.220Z | info: installing component 'rustc' |
41 | 2024-08-30T17:46:03.201Z | info: installing component 'rustfmt' |
42 | 2024-08-30T17:46:03.595Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-30T17:46:03.595Z | |
44 | 2024-08-30T17:46:03.722Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-30T17:46:03.722Z | |
46 | 2024-08-30T17:46:03.746Z | |
47 | 2024-08-30T17:46:03.746Z | Rust is installed now. Great! |
48 | 2024-08-30T17:46:03.746Z | |
49 | 2024-08-30T17:46:03.746Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-30T17:46:03.746Z | environment variable. This has not been done automatically. |
51 | 2024-08-30T17:46:03.746Z | |
52 | 2024-08-30T17:46:03.746Z | To configure your current shell, you need to source |
53 | 2024-08-30T17:46:03.746Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-30T17:46:03.746Z | |
55 | 2024-08-30T17:46:03.746Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-30T17:46:03.746Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-30T17:46:03.746Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-30T17:46:03.803Z | + rustc --version |
59 | 2024-08-30T17:46:03.926Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-30T17:46:03.950Z | process exited: duration 16693 ms, exit code 0 |
|
61 | 2024-08-30T17:46:03.998Z | starting task 2: "authentication" |
62 | 2024-08-30T17:46:04.052Z | process exited: duration 53 ms, exit code 0 |
|
63 | 2024-08-30T17:46:04.099Z | starting task 3: "clone repository" |
64 | 2024-08-30T17:46:04.127Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-30T17:46:04.128Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-30T17:46:04.151Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-30T17:46:10.872Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-30T17:46:10.872Z | + git fetch origin 893a568fa8a16b36738d3ef3e0f0b7831487a0c7 |
69 | 2024-08-30T17:46:11.360Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-30T17:46:11.360Z | * branch 893a568fa8a16b36738d3ef3e0f0b7831487a0c7 -> FETCH_HEAD |
71 | 2024-08-30T17:46:11.392Z | + [[ -n ip-pools-tag ]] |
72 | 2024-08-30T17:46:11.392Z | ++ git branch --show-current |
73 | 2024-08-30T17:46:11.392Z | + current=main |
74 | 2024-08-30T17:46:11.393Z | + [[ main != ip-pools-tag ]] |
75 | 2024-08-30T17:46:11.393Z | + git branch -f ip-pools-tag 893a568fa8a16b36738d3ef3e0f0b7831487a0c7 |
76 | 2024-08-30T17:46:11.393Z | + git checkout -f ip-pools-tag |
77 | 2024-08-30T17:46:11.564Z | Switched to branch 'ip-pools-tag' |
78 | 2024-08-30T17:46:11.593Z | + git reset --hard 893a568fa8a16b36738d3ef3e0f0b7831487a0c7 |
79 | 2024-08-30T17:46:11.593Z | HEAD is now at 893a568fa put system IP pools endpoints under system/ip-pools tag |
80 | 2024-08-30T17:46:11.593Z | process exited: duration 7480 ms, exit code 0 |
|
81 | 2024-08-30T17:46:11.652Z | starting task 4: "build" |
82 | 2024-08-30T17:46:11.677Z | + cargo --version |
83 | 2024-08-30T17:46:11.724Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-30T17:46:11.748Z | + rustc --version |
85 | 2024-08-30T17:46:11.800Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-30T17:46:11.824Z | + source ./env.sh |
87 | 2024-08-30T17:46:11.824Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-30T17:46:11.824Z | ++ set -o xtrace |
89 | 2024-08-30T17:46:11.824Z | ++++ dirname ./env.sh |
90 | 2024-08-30T17:46:11.824Z | +++ readlink -f . |
91 | 2024-08-30T17:46:11.824Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-30T17:46:11.824Z | ++ 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-30T17:46:11.824Z | ++ 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-30T17:46:11.824Z | ++ 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-30T17:46:11.824Z | ++ 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-30T17:46:11.824Z | ++ 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-30T17:46:11.824Z | ++ 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-30T17:46:11.824Z | ++ 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-30T17:46:11.824Z | ++ 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-30T17:46:11.824Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-30T17:46:11.824Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-30T17:46:11.824Z | + banner prerequisites |
103 | 2024-08-30T17:46:11.824Z | |
104 | 2024-08-30T17:46:11.824Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-30T17:46:11.824Z | # # # # # # # # # # # # # # # |
106 | 2024-08-30T17:46:11.824Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-30T17:46:11.824Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-30T17:46:11.824Z | # # # # # # # # # # # # # # # |
109 | 2024-08-30T17:46:11.824Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-30T17:46:11.824Z | |
111 | 2024-08-30T17:46:11.824Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-30T17:46:17.057Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-30T17:46:19.786Z | Startup: Caching catalogs ... Done |
114 | 2024-08-30T17:46:22.248Z | Planning: Solver setup ... Done (1.765s) |
115 | 2024-08-30T17:46:22.276Z | Planning: Running solver ... Done (0.027s) |
116 | 2024-08-30T17:46:22.313Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-08-30T17:46:22.392Z | Planning: Fetching manifests: 0/5 0% complete |
118 | 2024-08-30T17:46:22.843Z | Planning: Fetching manifests: 5/5 100% complete |
119 | 2024-08-30T17:46:22.972Z | Planning: Package planning ... Done (0.129s) |
120 | 2024-08-30T17:46:23.040Z | Planning: Merging actions ... Done (0.068s) |
121 | 2024-08-30T17:46:23.319Z | Planning: Checking for conflicting actions ... Done (0.279s) |
122 | 2024-08-30T17:46:24.393Z | Planning: Consolidating action changes ... Done (1.073s) |
123 | 2024-08-30T17:46:24.795Z | Planning: Evaluating mediators ... Done (0.402s) |
124 | 2024-08-30T17:46:24.888Z | Planning: Planning completed in 5.03 seconds |
125 | 2024-08-30T17:46:24.912Z | Packages to install: 4 |
126 | 2024-08-30T17:46:24.912Z | Packages to update: 1 |
127 | 2024-08-30T17:46:24.912Z | Mediators to change: 2 |
128 | 2024-08-30T17:46:24.912Z | Services to change: 1 |
129 | 2024-08-30T17:46:24.912Z | Estimated space available: 148.82 GB |
130 | 2024-08-30T17:46:24.912Z | Estimated space to be consumed: 1.53 GB |
131 | 2024-08-30T17:46:24.912Z | Create boot environment: No |
132 | 2024-08-30T17:46:24.912Z | Create backup boot environment: Yes |
133 | 2024-08-30T17:46:24.912Z | Rebuild boot archive: No |
134 | 2024-08-30T17:46:24.912Z | |
135 | 2024-08-30T17:46:24.912Z | Changed mediators: |
136 | 2024-08-30T17:46:24.912Z | mediator clang: |
137 | 2024-08-30T17:46:24.912Z | version: None -> 15 (system default) |
138 | 2024-08-30T17:46:24.912Z | |
139 | 2024-08-30T17:46:24.912Z | mediator llvm: |
140 | 2024-08-30T17:46:24.912Z | version: 14 (system default) -> 15 (system default) |
141 | 2024-08-30T17:46:24.912Z | |
142 | 2024-08-30T17:46:24.912Z | Changed packages: |
143 | 2024-08-30T17:46:24.912Z | helios-dev |
144 | 2024-08-30T17:46:24.912Z | developer/build-essential |
145 | 2024-08-30T17:46:24.912Z | None -> 11-2.0 |
146 | 2024-08-30T17:46:24.912Z | library/libxmlsec1 |
147 | 2024-08-30T17:46:24.912Z | None -> 1.2.35-2.0 |
148 | 2024-08-30T17:46:24.912Z | ooce/developer/clang-15 |
149 | 2024-08-30T17:46:24.912Z | None -> 15.0.7-2.0 |
150 | 2024-08-30T17:46:24.912Z | ooce/developer/llvm-15 |
151 | 2024-08-30T17:46:24.912Z | None -> 15.0.7-2.0 |
152 | 2024-08-30T17:46:24.912Z | package/pkg |
153 | 2024-08-30T17:46:24.912Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
154 | 2024-08-30T17:46:24.912Z | |
155 | 2024-08-30T17:46:24.912Z | Services: |
156 | 2024-08-30T17:46:24.912Z | restart_fmri: |
157 | 2024-08-30T17:46:24.913Z | svc:/system/update-man-index:default |
158 | 2024-08-30T17:46:24.913Z | |
159 | 2024-08-30T17:46:24.913Z | Editable files to change: |
160 | 2024-08-30T17:46:24.913Z | Update: |
161 | 2024-08-30T17:46:24.913Z | usr/share/lib/pkg/web/config.shtml |
162 | 2024-08-30T17:46:24.984Z | |
163 | 2024-08-30T17:46:24.984Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
164 | 2024-08-30T17:46:29.988Z | Download: 742/4281 items 18.3/220.6MB 8% complete (3.7M/s) |
165 | 2024-08-30T17:46:35.246Z | Download: 1198/4281 items 63.2/220.6MB 28% complete (6.5M/s) |
166 | 2024-08-30T17:46:40.618Z | Download: 1198/4281 items 81.8/220.6MB 37% complete (6.2M/s) |
167 | 2024-08-30T17:46:45.619Z | Download: 2134/4281 items 118.9/220.6MB 53% complete (5.6M/s) |
168 | 2024-08-30T17:46:50.621Z | Download: 2792/4281 items 121.0/220.6MB 54% complete (4.0M/s) |
169 | 2024-08-30T17:46:56.075Z | Download: 3248/4281 items 202.3/220.6MB 91% complete (8.2M/s) |
170 | 2024-08-30T17:47:00.261Z | Download: Completed 220.60 MB in 35.28 seconds (6.2M/s) |
171 | 2024-08-30T17:47:01.789Z | Actions: 1/5063 actions (Removing old actions) |
172 | 2024-08-30T17:47:01.813Z | Actions: 194/5063 actions (Installing new actions) |
173 | 2024-08-30T17:47:06.809Z | Actions: 2377/5063 actions (Installing new actions) |
174 | 2024-08-30T17:47:07.753Z | Actions: 4226/5063 actions (Updating modified actions) |
175 | 2024-08-30T17:47:08.111Z | Actions: Completed 5063 actions in 6.32 seconds. |
176 | 2024-08-30T17:47:08.503Z | Done (0.382s) |
177 | 2024-08-30T17:47:08.527Z | Done (0.000s) |
178 | 2024-08-30T17:47:08.952Z | Done (0.447s) |
179 | 2024-08-30T17:47:13.919Z | Done (4.822s) |
180 | 2024-08-30T17:47:14.021Z | Done (0.021s) |
181 | 2024-08-30T17:47:14.044Z | Done (0.000s) |
182 | 2024-08-30T17:47:14.214Z | Done (0.000s) |
183 | 2024-08-30T17:47:14.901Z | Planning: Evaluating mediator changes ... Done |
184 | 2024-08-30T17:47:15.155Z | Planning: Checking for conflicting actions ... Done |
185 | 2024-08-30T17:47:15.178Z | Planning: Consolidating action changes ... Done |
186 | 2024-08-30T17:47:15.490Z | Planning: Evaluating mediators ... Done |
187 | 2024-08-30T17:47:15.513Z | Planning: Planning completed in 0.59 seconds |
188 | 2024-08-30T17:47:15.537Z | Mediators to change: 2 |
189 | 2024-08-30T17:47:15.537Z | Create boot environment: No |
190 | 2024-08-30T17:47:15.537Z | Create backup boot environment: No |
191 | 2024-08-30T17:47:15.595Z | Done |
192 | 2024-08-30T17:47:15.595Z | Done |
193 | 2024-08-30T17:47:15.918Z | Done |
194 | 2024-08-30T17:47:20.239Z | Done |
195 | 2024-08-30T17:47:20.327Z | Done |
196 | 2024-08-30T17:47:20.351Z | Done |
197 | 2024-08-30T17:47:20.414Z | Done |
198 | 2024-08-30T17:47:21.173Z | Planning: Evaluating mediator changes ... Done |
199 | 2024-08-30T17:47:21.200Z | Planning: Merging actions ... Done |
200 | 2024-08-30T17:47:21.462Z | Planning: Checking for conflicting actions ... Done |
201 | 2024-08-30T17:47:21.488Z | Planning: Consolidating action changes ... Done |
202 | 2024-08-30T17:47:21.779Z | Planning: Evaluating mediators ... Done |
203 | 2024-08-30T17:47:21.836Z | Planning: Planning completed in 0.95 seconds |
204 | 2024-08-30T17:47:21.880Z | Packages to change: 1 |
205 | 2024-08-30T17:47:21.880Z | Mediators to change: 1 |
206 | 2024-08-30T17:47:21.880Z | Services to change: 1 |
207 | 2024-08-30T17:47:21.880Z | Create boot environment: No |
208 | 2024-08-30T17:47:21.905Z | Create backup boot environment: Yes |
209 | 2024-08-30T17:47:22.397Z | Actions: 1/6 actions (Updating modified actions) |
210 | 2024-08-30T17:47:22.421Z | Actions: Completed 6 actions in 0.00 seconds. |
211 | 2024-08-30T17:47:22.421Z | Done |
212 | 2024-08-30T17:47:22.421Z | Done |
213 | 2024-08-30T17:47:22.492Z | Done |
214 | 2024-08-30T17:47:26.661Z | Done |
215 | 2024-08-30T17:47:26.761Z | Done |
216 | 2024-08-30T17:47:26.784Z | Done |
217 | 2024-08-30T17:47:26.847Z | Done |
218 | 2024-08-30T17:47:27.352Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
219 | 2024-08-30T17:47:27.352Z | clang system 15 system |
220 | 2024-08-30T17:47:27.352Z | csh system system illumos |
221 | 2024-08-30T17:47:27.352Z | ctags system system illumos |
222 | 2024-08-30T17:47:27.352Z | gcc vendor 12 vendor |
223 | 2024-08-30T17:47:27.352Z | gcc system 10 system |
224 | 2024-08-30T17:47:27.352Z | gcc system 7 system |
225 | 2024-08-30T17:47:27.352Z | go system 1.20 system |
226 | 2024-08-30T17:47:27.353Z | go system 1.19 system |
227 | 2024-08-30T17:47:27.353Z | llvm system 15 system |
228 | 2024-08-30T17:47:27.353Z | llvm system 14 system |
229 | 2024-08-30T17:47:27.353Z | mariadb system 10.6 system |
230 | 2024-08-30T17:47:27.353Z | mta vendor vendor dma |
231 | 2024-08-30T17:47:27.353Z | openjdk system 17 system |
232 | 2024-08-30T17:47:27.353Z | openjdk system 11 system |
233 | 2024-08-30T17:47:27.353Z | openjdk system 1.8 system |
234 | 2024-08-30T17:47:27.353Z | openssl vendor 3 vendor |
235 | 2024-08-30T17:47:27.353Z | perl system 5.36 system |
236 | 2024-08-30T17:47:27.353Z | postgresql system 15 system |
237 | 2024-08-30T17:47:27.353Z | postgresql system 13 system |
238 | 2024-08-30T17:47:27.353Z | python vendor 3 vendor |
239 | 2024-08-30T17:47:27.353Z | python system 2 system |
240 | 2024-08-30T17:47:27.353Z | python3 system 3.11 system |
241 | 2024-08-30T17:47:27.353Z | ruby system 3.0 system |
242 | 2024-08-30T17:47:27.353Z | words vendor vendor american-english |
243 | 2024-08-30T17:47:27.353Z | words system system australian-english |
244 | 2024-08-30T17:47:27.353Z | words system system british-english |
245 | 2024-08-30T17:47:27.353Z | words system system canadian-english |
246 | 2024-08-30T17:47:27.353Z | words system system french |
247 | 2024-08-30T17:47:27.354Z | words system system italian |
248 | 2024-08-30T17:47:27.354Z | words system system ngerman |
249 | 2024-08-30T17:47:27.354Z | words system system ogerman |
250 | 2024-08-30T17:47:27.354Z | words system system spanish |
251 | 2024-08-30T17:47:27.752Z | PUBLISHER TYPE STATUS P LOCATION |
252 | 2024-08-30T17:47:27.752Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
253 | 2024-08-30T17:47:29.895Z | FMRI IFO |
254 | 2024-08-30T17:47:29.895Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
255 | 2024-08-30T17:47:29.895Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
256 | 2024-08-30T17:47:29.895Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
257 | 2024-08-30T17:47:29.895Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
258 | 2024-08-30T17:47:29.895Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
259 | 2024-08-30T17:47:29.895Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
260 | 2024-08-30T17:47:29.895Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
261 | 2024-08-30T17:47:29.895Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
262 | 2024-08-30T17:47:29.895Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
263 | 2024-08-30T17:47:29.895Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
264 | 2024-08-30T17:47:29.895Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
265 | 2024-08-30T17:47:29.895Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
266 | 2024-08-30T17:47:29.895Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
267 | 2024-08-30T17:47:30.551Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
268 | 2024-08-30T17:47:31.009Z | Updating crates.io index |
269 | 2024-08-30T17:47:31.033Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
270 | 2024-08-30T17:47:31.887Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
271 | 2024-08-30T17:47:32.871Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
272 | 2024-08-30T17:47:33.246Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
273 | 2024-08-30T17:47:35.085Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
274 | 2024-08-30T17:47:35.452Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
275 | 2024-08-30T17:47:35.803Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
276 | 2024-08-30T17:47:37.036Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
277 | 2024-08-30T17:47:39.200Z | Updating git repository `https://github.com/oxidecomputer/opte` |
278 | 2024-08-30T17:47:40.374Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
279 | 2024-08-30T17:47:41.255Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
280 | 2024-08-30T17:47:41.623Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
281 | 2024-08-30T17:47:42.312Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
282 | 2024-08-30T17:47:42.725Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
283 | 2024-08-30T17:47:43.096Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
284 | 2024-08-30T17:47:43.548Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
285 | 2024-08-30T17:47:43.985Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
286 | 2024-08-30T17:47:44.323Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
287 | 2024-08-30T17:47:44.698Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
288 | 2024-08-30T17:47:45.114Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
289 | 2024-08-30T17:47:45.505Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
290 | 2024-08-30T17:47:45.976Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
291 | 2024-08-30T17:47:46.412Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
292 | 2024-08-30T17:47:46.914Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
293 | 2024-08-30T17:47:47.775Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
294 | 2024-08-30T17:47:48.193Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
295 | 2024-08-30T17:47:48.731Z | Updating git repository `https://github.com/oxidecomputer/typify` |
296 | 2024-08-30T17:47:51.278Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
297 | 2024-08-30T17:47:51.694Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
298 | 2024-08-30T17:47:52.263Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
299 | 2024-08-30T17:47:52.733Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
300 | 2024-08-30T17:47:53.960Z | Downloading crates ... |
301 | 2024-08-30T17:47:54.055Z | Downloaded swrite v0.1.0 |
302 | 2024-08-30T17:47:54.080Z | Downloaded scroll_derive v0.12.0 |
303 | 2024-08-30T17:47:54.080Z | Downloaded anstyle-parse v0.2.4 |
304 | 2024-08-30T17:47:54.080Z | Downloaded cargo-platform v0.1.8 |
305 | 2024-08-30T17:47:54.080Z | Downloaded serde_tokenstream v0.2.2 |
306 | 2024-08-30T17:47:54.080Z | Downloaded utf8parse v0.2.1 |
307 | 2024-08-30T17:47:54.080Z | Downloaded usdt-macro v0.5.0 |
308 | 2024-08-30T17:47:54.080Z | Downloaded usdt-attr-macro v0.5.0 |
309 | 2024-08-30T17:47:54.080Z | Downloaded quote v1.0.36 |
310 | 2024-08-30T17:47:54.080Z | Downloaded usdt v0.5.0 |
311 | 2024-08-30T17:47:54.080Z | Downloaded pest_generator v2.7.10 |
312 | 2024-08-30T17:47:54.080Z | Downloaded fnv v1.0.7 |
313 | 2024-08-30T17:47:54.080Z | Downloaded digest v0.10.7 |
314 | 2024-08-30T17:47:54.128Z | Downloaded pest_derive v2.7.10 |
315 | 2024-08-30T17:47:54.128Z | Downloaded zerocopy-derive v0.7.34 |
316 | 2024-08-30T17:47:54.152Z | Downloaded typenum v1.17.0 |
317 | 2024-08-30T17:47:54.152Z | Downloaded unicode-ident v1.0.12 |
318 | 2024-08-30T17:47:54.152Z | Downloaded ucd-trie v0.1.6 |
319 | 2024-08-30T17:47:54.152Z | Downloaded zerocopy v0.7.34 |
320 | 2024-08-30T17:47:54.152Z | Downloaded winnow v0.6.18 |
321 | 2024-08-30T17:47:54.152Z | Downloaded unicode-width v0.1.13 |
322 | 2024-08-30T17:47:54.152Z | Downloaded tabled v0.15.0 |
323 | 2024-08-30T17:47:54.175Z | Downloaded syn v2.0.74 |
324 | 2024-08-30T17:47:54.199Z | Downloaded libc v0.2.158 |
325 | 2024-08-30T17:47:54.222Z | Downloaded syn v1.0.109 |
326 | 2024-08-30T17:47:54.222Z | Downloaded rustix v0.38.34 |
327 | 2024-08-30T17:47:54.245Z | Downloaded serde_json v1.0.125 |
328 | 2024-08-30T17:47:54.268Z | Downloaded pest v2.7.10 |
329 | 2024-08-30T17:47:54.268Z | Downloaded hashbrown v0.14.5 |
330 | 2024-08-30T17:47:54.269Z | Downloaded goblin v0.8.2 |
331 | 2024-08-30T17:47:54.292Z | Downloaded clap_builder v4.5.15 |
332 | 2024-08-30T17:47:54.292Z | Downloaded toml_edit v0.22.20 |
333 | 2024-08-30T17:47:54.316Z | Downloaded once_cell v1.19.0 |
334 | 2024-08-30T17:47:54.316Z | Downloaded memchr v2.7.2 |
335 | 2024-08-30T17:47:54.316Z | Downloaded log v0.4.21 |
336 | 2024-08-30T17:47:54.316Z | Downloaded indexmap v2.4.0 |
337 | 2024-08-30T17:47:54.340Z | Downloaded toml v0.8.19 |
338 | 2024-08-30T17:47:54.340Z | Downloaded thiserror-impl v1.0.63 |
339 | 2024-08-30T17:47:54.340Z | Downloaded textwrap v0.16.1 |
340 | 2024-08-30T17:47:54.340Z | Downloaded serde_derive v1.0.208 |
341 | 2024-08-30T17:47:54.340Z | Downloaded serde v1.0.208 |
342 | 2024-08-30T17:47:54.340Z | Downloaded scroll v0.12.0 |
343 | 2024-08-30T17:47:54.340Z | Downloaded proc-macro2 v1.0.86 |
344 | 2024-08-30T17:47:54.340Z | Downloaded tempfile v3.10.1 |
345 | 2024-08-30T17:47:54.340Z | Downloaded strsim v0.11.1 |
346 | 2024-08-30T17:47:54.363Z | Downloaded sha2 v0.10.8 |
347 | 2024-08-30T17:47:54.363Z | Downloaded semver v1.0.23 |
348 | 2024-08-30T17:47:54.363Z | Downloaded clap v4.5.16 |
349 | 2024-08-30T17:47:54.363Z | Downloaded version_check v0.9.5 |
350 | 2024-08-30T17:47:54.363Z | Downloaded serde_spanned v0.6.7 |
351 | 2024-08-30T17:47:54.363Z | Downloaded ryu v1.0.18 |
352 | 2024-08-30T17:47:54.364Z | Downloaded proc-macro-error v1.0.4 |
353 | 2024-08-30T17:47:54.387Z | Downloaded plain v0.2.3 |
354 | 2024-08-30T17:47:54.387Z | Downloaded pest_meta v2.7.10 |
355 | 2024-08-30T17:47:54.387Z | Downloaded papergrid v0.11.0 |
356 | 2024-08-30T17:47:54.387Z | Downloaded itoa v1.0.11 |
357 | 2024-08-30T17:47:54.387Z | Downloaded generic-array v0.14.7 |
358 | 2024-08-30T17:47:54.387Z | Downloaded errno v0.3.9 |
359 | 2024-08-30T17:47:54.387Z | Downloaded cpufeatures v0.2.12 |
360 | 2024-08-30T17:47:54.387Z | Downloaded clap_lex v0.7.0 |
361 | 2024-08-30T17:47:54.387Z | Downloaded bitflags v2.6.0 |
362 | 2024-08-30T17:47:54.387Z | Downloaded anyhow v1.0.86 |
363 | 2024-08-30T17:47:54.411Z | Downloaded is_terminal_polyfill v1.70.0 |
364 | 2024-08-30T17:47:54.411Z | Downloaded heck v0.5.0 |
365 | 2024-08-30T17:47:54.411Z | Downloaded clap_derive v4.5.13 |
366 | 2024-08-30T17:47:54.411Z | Downloaded usdt-impl v0.5.0 |
367 | 2024-08-30T17:47:54.411Z | Downloaded thread-id v4.2.1 |
368 | 2024-08-30T17:47:54.411Z | Downloaded tabled_derive v0.7.0 |
369 | 2024-08-30T17:47:54.411Z | Downloaded dtrace-parser v0.2.0 |
370 | 2024-08-30T17:47:54.411Z | Downloaded crypto-common v0.1.6 |
371 | 2024-08-30T17:47:54.411Z | Downloaded cargo_metadata v0.18.1 |
372 | 2024-08-30T17:47:54.411Z | Downloaded camino-tempfile v1.1.1 |
373 | 2024-08-30T17:47:54.411Z | Downloaded camino v1.1.9 |
374 | 2024-08-30T17:47:54.411Z | Downloaded block-buffer v0.10.4 |
375 | 2024-08-30T17:47:54.411Z | Downloaded anstyle-query v1.0.3 |
376 | 2024-08-30T17:47:54.411Z | Downloaded anstream v0.6.14 |
377 | 2024-08-30T17:47:54.434Z | Downloaded unicode-linebreak v0.1.5 |
378 | 2024-08-30T17:47:54.434Z | Downloaded toml_datetime v0.6.8 |
379 | 2024-08-30T17:47:54.434Z | Downloaded thiserror v1.0.63 |
380 | 2024-08-30T17:47:54.434Z | Downloaded terminal_size v0.3.0 |
381 | 2024-08-30T17:47:54.434Z | Downloaded smawk v0.3.2 |
382 | 2024-08-30T17:47:54.435Z | Downloaded proc-macro-error-attr v1.0.4 |
383 | 2024-08-30T17:47:54.435Z | Downloaded colorchoice v1.0.1 |
384 | 2024-08-30T17:47:54.435Z | Downloaded cargo_toml v0.20.4 |
385 | 2024-08-30T17:47:54.435Z | Downloaded memmap v0.7.0 |
386 | 2024-08-30T17:47:54.435Z | Downloaded macaddr v1.0.1 |
387 | 2024-08-30T17:47:54.435Z | Downloaded heck v0.4.1 |
388 | 2024-08-30T17:47:54.435Z | Downloaded fs-err v2.11.0 |
389 | 2024-08-30T17:47:54.435Z | Downloaded fastrand v2.1.0 |
390 | 2024-08-30T17:47:54.435Z | Downloaded dof v0.3.0 |
391 | 2024-08-30T17:47:54.435Z | Downloaded bytecount v0.6.8 |
392 | 2024-08-30T17:47:54.458Z | Downloaded anstyle v1.0.8 |
393 | 2024-08-30T17:47:54.458Z | Downloaded pretty-hex v0.4.1 |
394 | 2024-08-30T17:47:54.458Z | Downloaded equivalent v1.0.1 |
395 | 2024-08-30T17:47:54.458Z | Downloaded cfg-if v1.0.0 |
396 | 2024-08-30T17:47:54.458Z | Downloaded byteorder v1.5.0 |
397 | 2024-08-30T17:47:54.459Z | Downloaded autocfg v1.3.0 |
398 | 2024-08-30T17:47:54.569Z | Compiling proc-macro2 v1.0.86 |
399 | 2024-08-30T17:47:54.592Z | Compiling unicode-ident v1.0.12 |
400 | 2024-08-30T17:47:54.592Z | Compiling serde v1.0.208 |
401 | 2024-08-30T17:47:54.592Z | Compiling version_check v0.9.5 |
402 | 2024-08-30T17:47:54.592Z | Compiling memchr v2.7.2 |
403 | 2024-08-30T17:47:54.592Z | Compiling thiserror v1.0.63 |
404 | 2024-08-30T17:47:54.592Z | Compiling libc v0.2.158 |
405 | 2024-08-30T17:47:54.592Z | Compiling ucd-trie v0.1.6 |
406 | 2024-08-30T17:47:54.827Z | Compiling itoa v1.0.11 |
407 | 2024-08-30T17:47:55.033Z | Compiling ryu v1.0.18 |
408 | 2024-08-30T17:47:55.289Z | Compiling once_cell v1.19.0 |
409 | 2024-08-30T17:47:55.352Z | Compiling byteorder v1.5.0 |
410 | 2024-08-30T17:47:55.352Z | Compiling rustix v0.38.34 |
411 | 2024-08-30T17:47:55.672Z | Compiling serde_json v1.0.125 |
412 | 2024-08-30T17:47:55.758Z | Compiling bitflags v2.6.0 |
413 | 2024-08-30T17:47:55.983Z | Compiling usdt-impl v0.5.0 |
414 | 2024-08-30T17:47:56.023Z | Compiling proc-macro-error-attr v1.0.4 |
415 | 2024-08-30T17:47:56.139Z | Compiling quote v1.0.36 |
416 | 2024-08-30T17:47:56.215Z | Compiling syn v1.0.109 |
417 | 2024-08-30T17:47:56.245Z | Compiling proc-macro-error v1.0.4 |
418 | 2024-08-30T17:47:56.396Z | Compiling camino v1.1.9 |
419 | 2024-08-30T17:47:56.447Z | Compiling equivalent v1.0.1 |
420 | 2024-08-30T17:47:56.538Z | Compiling syn v2.0.74 |
421 | 2024-08-30T17:47:56.562Z | Compiling errno v0.3.9 |
422 | 2024-08-30T17:47:56.859Z | Compiling thread-id v4.2.1 |
423 | 2024-08-30T17:47:56.883Z | Compiling plain v0.2.3 |
424 | 2024-08-30T17:47:56.883Z | Compiling log v0.4.21 |
425 | 2024-08-30T17:47:56.933Z | Compiling hashbrown v0.14.5 |
426 | 2024-08-30T17:47:57.015Z | Compiling utf8parse v0.2.1 |
427 | 2024-08-30T17:47:57.168Z | Compiling anstyle-parse v0.2.4 |
428 | 2024-08-30T17:47:57.268Z | Compiling winnow v0.6.18 |
429 | 2024-08-30T17:47:57.464Z | Compiling anstyle v1.0.8 |
430 | 2024-08-30T17:47:57.514Z | Compiling pretty-hex v0.4.1 |
431 | 2024-08-30T17:47:57.740Z | Compiling autocfg v1.3.0 |
432 | 2024-08-30T17:47:57.853Z | Compiling colorchoice v1.0.1 |
433 | 2024-08-30T17:47:57.924Z | Compiling anstyle-query v1.0.3 |
434 | 2024-08-30T17:47:58.024Z | Compiling semver v1.0.23 |
435 | 2024-08-30T17:47:58.073Z | Compiling indexmap v2.4.0 |
436 | 2024-08-30T17:47:58.143Z | Compiling unicode-width v0.1.13 |
437 | 2024-08-30T17:47:58.379Z | Compiling is_terminal_polyfill v1.70.0 |
438 | 2024-08-30T17:47:58.506Z | Compiling anstream v0.6.14 |
439 | 2024-08-30T17:47:58.629Z | Compiling fs-err v2.11.0 |
440 | 2024-08-30T17:47:58.652Z | Compiling terminal_size v0.3.0 |
441 | 2024-08-30T17:47:59.019Z | Compiling strsim v0.11.1 |
442 | 2024-08-30T17:47:59.056Z | Compiling heck v0.4.1 |
443 | 2024-08-30T17:47:59.209Z | Compiling bytecount v0.6.8 |
444 | 2024-08-30T17:47:59.312Z | Compiling clap_lex v0.7.0 |
445 | 2024-08-30T17:47:59.337Z | Compiling fastrand v2.1.0 |
446 | 2024-08-30T17:47:59.508Z | Compiling fnv v1.0.7 |
447 | 2024-08-30T17:47:59.642Z | Compiling cfg-if v1.0.0 |
448 | 2024-08-30T17:47:59.740Z | Compiling heck v0.5.0 |
449 | 2024-08-30T17:47:59.812Z | Compiling anyhow v1.0.86 |
450 | 2024-08-30T17:47:59.840Z | Compiling tempfile v3.10.1 |
451 | 2024-08-30T17:47:59.866Z | Compiling papergrid v0.11.0 |
452 | 2024-08-30T17:48:00.062Z | Compiling clap_builder v4.5.15 |
453 | 2024-08-30T17:48:00.330Z | Compiling memmap v0.7.0 |
454 | 2024-08-30T17:48:00.422Z | Compiling smawk v0.3.2 |
455 | 2024-08-30T17:48:00.521Z | Compiling unicode-linebreak v0.1.5 |
456 | 2024-08-30T17:48:00.664Z | Compiling swrite v0.1.0 |
457 | 2024-08-30T17:48:00.920Z | Compiling textwrap v0.16.1 |
458 | 2024-08-30T17:48:01.845Z | Compiling tabled_derive v0.7.0 |
459 | 2024-08-30T17:48:03.370Z | Compiling tabled v0.15.0 |
460 | 2024-08-30T17:48:04.456Z | Compiling serde_derive v1.0.208 |
461 | 2024-08-30T17:48:04.456Z | Compiling thiserror-impl v1.0.63 |
462 | 2024-08-30T17:48:04.479Z | Compiling zerocopy-derive v0.7.34 |
463 | 2024-08-30T17:48:04.479Z | Compiling scroll_derive v0.12.0 |
464 | 2024-08-30T17:48:04.479Z | Compiling clap_derive v4.5.13 |
465 | 2024-08-30T17:48:05.574Z | Compiling scroll v0.12.0 |
466 | 2024-08-30T17:48:06.029Z | Compiling goblin v0.8.2 |
467 | 2024-08-30T17:48:06.276Z | Compiling zerocopy v0.7.34 |
468 | 2024-08-30T17:48:07.042Z | Compiling pest v2.7.10 |
469 | 2024-08-30T17:48:07.699Z | Compiling clap v4.5.16 |
470 | 2024-08-30T17:48:08.939Z | Compiling pest_meta v2.7.10 |
471 | 2024-08-30T17:48:09.901Z | Compiling pest_generator v2.7.10 |
472 | 2024-08-30T17:48:11.647Z | Compiling pest_derive v2.7.10 |
473 | 2024-08-30T17:48:12.279Z | Compiling dtrace-parser v0.2.0 |
474 | 2024-08-30T17:48:13.826Z | Compiling serde_tokenstream v0.2.2 |
475 | 2024-08-30T17:48:13.880Z | Compiling toml_datetime v0.6.8 |
476 | 2024-08-30T17:48:13.880Z | Compiling serde_spanned v0.6.7 |
477 | 2024-08-30T17:48:14.153Z | Compiling cargo-platform v0.1.8 |
478 | 2024-08-30T17:48:14.179Z | Compiling toml_edit v0.22.20 |
479 | 2024-08-30T17:48:14.342Z | Compiling macaddr v1.0.1 |
480 | 2024-08-30T17:48:14.672Z | Compiling camino-tempfile v1.1.1 |
481 | 2024-08-30T17:48:15.198Z | Compiling dof v0.3.0 |
482 | 2024-08-30T17:48:15.236Z | Compiling cargo_metadata v0.18.1 |
483 | 2024-08-30T17:48:16.710Z | Compiling toml v0.8.19 |
484 | 2024-08-30T17:48:17.074Z | Compiling usdt-macro v0.5.0 |
485 | 2024-08-30T17:48:17.074Z | Compiling usdt-attr-macro v0.5.0 |
486 | 2024-08-30T17:48:17.477Z | Compiling cargo_toml v0.20.4 |
487 | 2024-08-30T17:48:18.264Z | Compiling usdt v0.5.0 |
488 | 2024-08-30T17:48:21.615Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
489 | 2024-08-30T17:48:26.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.26s |
490 | 2024-08-30T17:48:26.743Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
491 | 2024-08-30T17:48:27.466Z | Downloading crates ... |
492 | 2024-08-30T17:48:27.600Z | Downloaded async-stream-impl v0.3.5 |
493 | 2024-08-30T17:48:27.625Z | Downloaded bitstruct v0.1.1 |
494 | 2024-08-30T17:48:27.625Z | Downloaded ciborium-io v0.2.2 |
495 | 2024-08-30T17:48:27.625Z | Downloaded crunchy v0.2.2 |
496 | 2024-08-30T17:48:27.625Z | Downloaded cstr-argument v0.1.2 |
497 | 2024-08-30T17:48:27.625Z | Downloaded hubpack_derive v0.1.1 |
498 | 2024-08-30T17:48:27.625Z | Downloaded http-range v0.1.5 |
499 | 2024-08-30T17:48:27.625Z | Downloaded md5 v0.7.0 |
500 | 2024-08-30T17:48:27.625Z | Downloaded ahash v0.8.11 |
501 | 2024-08-30T17:48:27.649Z | Downloaded lalrpop-util v0.19.12 |
502 | 2024-08-30T17:48:27.649Z | Downloaded newtype_derive v0.1.6 |
503 | 2024-08-30T17:48:27.649Z | Downloaded mockall_derive v0.13.0 |
504 | 2024-08-30T17:48:27.649Z | Downloaded time-core v0.1.2 |
505 | 2024-08-30T17:48:27.649Z | Downloaded tinyvec_macros v0.1.1 |
506 | 2024-08-30T17:48:27.649Z | Downloaded hyper-tls v0.5.0 |
507 | 2024-08-30T17:48:27.674Z | Downloaded darling_macro v0.20.9 |
508 | 2024-08-30T17:48:27.675Z | Downloaded tiny-keccak v2.0.2 |
509 | 2024-08-30T17:48:27.675Z | Downloaded scheduled-thread-pool v0.2.7 |
510 | 2024-08-30T17:48:27.675Z | Downloaded dhcproto-macros v0.1.0 |
511 | 2024-08-30T17:48:27.675Z | Downloaded slog-stdlog v4.1.1 |
512 | 2024-08-30T17:48:27.700Z | Downloaded static_assertions v1.1.0 |
513 | 2024-08-30T17:48:27.700Z | Downloaded opaque-debug v0.3.1 |
514 | 2024-08-30T17:48:27.700Z | Downloaded dsl_auto_type v0.1.2 |
515 | 2024-08-30T17:48:27.700Z | Downloaded display-error-chain v0.2.1 |
516 | 2024-08-30T17:48:27.700Z | Downloaded signal-hook-tokio v0.3.1 |
517 | 2024-08-30T17:48:27.724Z | Downloaded pkg-config v0.3.30 |
518 | 2024-08-30T17:48:27.724Z | Downloaded tokio-native-tls v0.3.1 |
519 | 2024-08-30T17:48:27.724Z | Downloaded tokio-tungstenite v0.23.1 |
520 | 2024-08-30T17:48:27.724Z | Downloaded sigpipe v0.1.3 |
521 | 2024-08-30T17:48:27.724Z | Downloaded glob v0.3.1 |
522 | 2024-08-30T17:48:27.748Z | Downloaded tokio-stream v0.1.15 |
523 | 2024-08-30T17:48:27.749Z | Downloaded serde_yaml v0.9.34+deprecated |
524 | 2024-08-30T17:48:27.749Z | Downloaded take_mut v0.2.2 |
525 | 2024-08-30T17:48:27.749Z | Downloaded zone_cfg_derive v0.1.2 |
526 | 2024-08-30T17:48:27.773Z | Downloaded zone_cfg_derive v0.3.0 |
527 | 2024-08-30T17:48:27.773Z | Downloaded fxhash v0.2.1 |
528 | 2024-08-30T17:48:27.774Z | Downloaded serde-big-array v0.5.1 |
529 | 2024-08-30T17:48:27.774Z | Downloaded phf v0.11.2 |
530 | 2024-08-30T17:48:27.774Z | Downloaded ssh-cipher v0.2.0 |
531 | 2024-08-30T17:48:27.774Z | Downloaded universal-hash v0.5.1 |
532 | 2024-08-30T17:48:27.774Z | Downloaded foreign-types-shared v0.3.1 |
533 | 2024-08-30T17:48:27.799Z | Downloaded p256 v0.13.2 |
534 | 2024-08-30T17:48:27.799Z | Downloaded want v0.3.1 |
535 | 2024-08-30T17:48:27.799Z | Downloaded foreign-types v0.5.0 |
536 | 2024-08-30T17:48:27.799Z | Downloaded rand_xorshift v0.3.0 |
537 | 2024-08-30T17:48:27.799Z | Downloaded float-cmp v0.9.0 |
538 | 2024-08-30T17:48:27.824Z | Downloaded sqlparser_derive v0.2.2 |
539 | 2024-08-30T17:48:27.824Z | Downloaded num_threads v0.1.7 |
540 | 2024-08-30T17:48:27.824Z | Downloaded sqlformat v0.2.4 |
541 | 2024-08-30T17:48:27.824Z | Downloaded precomputed-hash v0.1.1 |
542 | 2024-08-30T17:48:27.824Z | Downloaded subtle v2.5.0 |
543 | 2024-08-30T17:48:27.824Z | Downloaded try-lock v0.2.5 |
544 | 2024-08-30T17:48:27.848Z | Downloaded strum v0.26.3 |
545 | 2024-08-30T17:48:27.848Z | Downloaded tabwriter v1.4.0 |
546 | 2024-08-30T17:48:27.848Z | Downloaded strum_macros v0.24.3 |
547 | 2024-08-30T17:48:27.848Z | Downloaded predicates-tree v1.0.9 |
548 | 2024-08-30T17:48:27.872Z | Downloaded fixedbitset v0.4.2 |
549 | 2024-08-30T17:48:27.872Z | Downloaded radium v0.7.0 |
550 | 2024-08-30T17:48:27.872Z | Downloaded predicates v3.1.2 |
551 | 2024-08-30T17:48:27.872Z | Downloaded snafu v0.8.2 |
552 | 2024-08-30T17:48:27.872Z | Downloaded r2d2 v0.8.10 |
553 | 2024-08-30T17:48:27.896Z | Downloaded publicsuffix v2.2.3 |
554 | 2024-08-30T17:48:27.896Z | Downloaded pin-project-lite v0.2.14 |
555 | 2024-08-30T17:48:27.896Z | Downloaded quick-xml v0.31.0 |
556 | 2024-08-30T17:48:27.921Z | Downloaded regex-syntax v0.6.29 |
557 | 2024-08-30T17:48:27.921Z | Downloaded trust-dns-proto v0.22.0 |
558 | 2024-08-30T17:48:27.945Z | Downloaded portable-atomic v1.6.0 |
559 | 2024-08-30T17:48:27.970Z | Downloaded rand v0.8.5 |
560 | 2024-08-30T17:48:27.970Z | Downloaded dropshot v0.10.1 |
561 | 2024-08-30T17:48:27.994Z | Downloaded object v0.32.2 |
562 | 2024-08-30T17:48:27.994Z | Downloaded smoltcp v0.11.0 |
563 | 2024-08-30T17:48:28.018Z | Downloaded radix_trie v0.2.1 |
564 | 2024-08-30T17:48:28.018Z | Downloaded encoding_rs v0.8.34 |
565 | 2024-08-30T17:48:28.042Z | Downloaded finl_unicode v1.2.0 |
566 | 2024-08-30T17:48:28.066Z | Downloaded tokio v1.39.3 |
567 | 2024-08-30T17:48:28.101Z | Downloaded sled v0.34.7 |
568 | 2024-08-30T17:48:28.125Z | Downloaded hickory-proto v0.24.1 |
569 | 2024-08-30T17:48:28.150Z | Downloaded regress v0.9.1 |
570 | 2024-08-30T17:48:28.150Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
571 | 2024-08-30T17:48:28.216Z | Downloaded polar-core v0.27.3 |
572 | 2024-08-30T17:48:28.239Z | Downloaded diesel v2.2.3 |
573 | 2024-08-30T17:48:28.264Z | Downloaded nix v0.27.1 |
574 | 2024-08-30T17:48:28.288Z | Downloaded smoltcp v0.9.1 |
575 | 2024-08-30T17:48:28.288Z | Downloaded webpki-roots v0.25.4 |
576 | 2024-08-30T17:48:28.312Z | Downloaded idna v0.5.0 |
577 | 2024-08-30T17:48:28.312Z | Downloaded regex-automata v0.4.6 |
578 | 2024-08-30T17:48:28.336Z | Downloaded petgraph v0.6.5 |
579 | 2024-08-30T17:48:28.362Z | Downloaded ring v0.17.8 |
580 | 2024-08-30T17:48:28.423Z | Downloaded rustls-webpki v0.102.4 |
581 | 2024-08-30T17:48:28.447Z | Downloaded rustls-webpki v0.101.7 |
582 | 2024-08-30T17:48:28.471Z | Downloaded libz-sys v1.1.16 |
583 | 2024-08-30T17:48:28.543Z | Downloaded sha3 v0.10.8 |
584 | 2024-08-30T17:48:28.567Z | Downloaded nix v0.28.0 |
585 | 2024-08-30T17:48:28.567Z | Downloaded ring v0.16.20 |
586 | 2024-08-30T17:48:28.660Z | Downloaded lalrpop v0.19.12 |
587 | 2024-08-30T17:48:28.684Z | Downloaded idna v0.3.0 |
588 | 2024-08-30T17:48:28.684Z | Downloaded csv v1.3.0 |
589 | 2024-08-30T17:48:28.708Z | Downloaded libsqlite3-sys v0.28.0 |
590 | 2024-08-30T17:48:28.793Z | Downloaded ratatui v0.28.0 |
591 | 2024-08-30T17:48:28.817Z | Downloaded winnow v0.5.40 |
592 | 2024-08-30T17:48:28.841Z | Downloaded zerocopy-derive v0.6.6 |
593 | 2024-08-30T17:48:28.841Z | Downloaded h2 v0.3.26 |
594 | 2024-08-30T17:48:28.865Z | Downloaded vcpkg v0.2.15 |
595 | 2024-08-30T17:48:28.894Z | Downloaded object v0.30.4 |
596 | 2024-08-30T17:48:28.918Z | Downloaded regex-syntax v0.8.4 |
597 | 2024-08-30T17:48:28.918Z | Downloaded hickory-resolver v0.24.1 |
598 | 2024-08-30T17:48:28.943Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
599 | 2024-08-30T17:48:28.943Z | Downloaded proptest v1.5.0 |
600 | 2024-08-30T17:48:28.966Z | Downloaded prettyplease v0.2.20 |
601 | 2024-08-30T17:48:28.967Z | Downloaded sqlparser v0.45.0 |
602 | 2024-08-30T17:48:28.967Z | Downloaded regex v1.10.6 |
603 | 2024-08-30T17:48:28.992Z | Downloaded hashbrown v0.13.2 |
604 | 2024-08-30T17:48:28.992Z | Downloaded tough v0.17.1 |
605 | 2024-08-30T17:48:28.992Z | Downloaded openapiv3 v2.0.0 |
606 | 2024-08-30T17:48:29.016Z | Downloaded serde_with v3.9.0 |
607 | 2024-08-30T17:48:29.016Z | Downloaded reedline v0.33.0 |
608 | 2024-08-30T17:48:29.045Z | Downloaded rayon v1.10.0 |
609 | 2024-08-30T17:48:29.045Z | Downloaded reqwest v0.11.27 |
610 | 2024-08-30T17:48:29.045Z | Downloaded heapless v0.8.0 |
611 | 2024-08-30T17:48:29.045Z | Downloaded hashbrown v0.12.3 |
612 | 2024-08-30T17:48:29.069Z | Downloaded ed25519-dalek v2.1.1 |
613 | 2024-08-30T17:48:29.069Z | Downloaded libxml v0.3.3 |
614 | 2024-08-30T17:48:29.069Z | Downloaded itertools v0.13.0 |
615 | 2024-08-30T17:48:29.069Z | Downloaded x509-cert v0.2.5 |
616 | 2024-08-30T17:48:29.093Z | Downloaded num-traits v0.2.19 |
617 | 2024-08-30T17:48:29.093Z | Downloaded zip v0.6.6 |
618 | 2024-08-30T17:48:29.093Z | Downloaded p384 v0.13.0 |
619 | 2024-08-30T17:48:29.093Z | Downloaded gimli v0.28.1 |
620 | 2024-08-30T17:48:29.116Z | Downloaded idna v0.4.0 |
621 | 2024-08-30T17:48:29.116Z | Downloaded futures-util v0.3.30 |
622 | 2024-08-30T17:48:29.140Z | Downloaded idna v0.2.3 |
623 | 2024-08-30T17:48:29.140Z | Downloaded unicode-normalization v0.1.23 |
624 | 2024-08-30T17:48:29.140Z | Downloaded itertools v0.10.5 |
625 | 2024-08-30T17:48:29.140Z | Downloaded fd-lock v4.0.2 |
626 | 2024-08-30T17:48:29.164Z | Downloaded filetime v0.2.25 |
627 | 2024-08-30T17:48:29.164Z | Downloaded ff v0.13.0 |
628 | 2024-08-30T17:48:29.164Z | Downloaded enum-as-inner v0.5.1 |
629 | 2024-08-30T17:48:29.164Z | Downloaded flate2 v1.0.31 |
630 | 2024-08-30T17:48:29.164Z | Downloaded num-rational v0.4.2 |
631 | 2024-08-30T17:48:29.164Z | Downloaded supports-color v3.0.0 |
632 | 2024-08-30T17:48:29.164Z | Downloaded typed-path v0.7.1 |
633 | 2024-08-30T17:48:29.164Z | Downloaded pin-project v1.1.5 |
634 | 2024-08-30T17:48:29.188Z | Downloaded samael v0.0.15 |
635 | 2024-08-30T17:48:29.188Z | Downloaded git2 v0.19.0 |
636 | 2024-08-30T17:48:29.212Z | Downloaded num-bigint-dig v0.8.4 |
637 | 2024-08-30T17:48:29.212Z | Downloaded olpc-cjson v0.1.3 |
638 | 2024-08-30T17:48:29.212Z | Downloaded unicode-segmentation v1.11.0 |
639 | 2024-08-30T17:48:29.212Z | Downloaded elliptic-curve v0.13.8 |
640 | 2024-08-30T17:48:29.212Z | Downloaded tracing v0.1.40 |
641 | 2024-08-30T17:48:29.235Z | Downloaded rsa v0.9.6 |
642 | 2024-08-30T17:48:29.235Z | Downloaded psl-types v2.0.11 |
643 | 2024-08-30T17:48:29.235Z | Downloaded xattr v1.3.1 |
644 | 2024-08-30T17:48:29.235Z | Downloaded postcard v1.0.8 |
645 | 2024-08-30T17:48:29.235Z | Downloaded subprocess v0.2.9 |
646 | 2024-08-30T17:48:29.235Z | Downloaded strum_macros v0.26.4 |
647 | 2024-08-30T17:48:29.235Z | Downloaded postgres-types v0.2.7 |
648 | 2024-08-30T17:48:29.235Z | Downloaded slog-scope v4.4.0 |
649 | 2024-08-30T17:48:29.236Z | Downloaded slog-json v2.6.1 |
650 | 2024-08-30T17:48:29.259Z | Downloaded slog-envlogger v2.2.0 |
651 | 2024-08-30T17:48:29.260Z | Downloaded num_enum v0.5.11 |
652 | 2024-08-30T17:48:29.260Z | Downloaded foreign-types-macros v0.2.3 |
653 | 2024-08-30T17:48:29.260Z | Downloaded flume v0.11.0 |
654 | 2024-08-30T17:48:29.260Z | Downloaded whoami v1.5.1 |
655 | 2024-08-30T17:48:29.260Z | Downloaded walkdir v2.5.0 |
656 | 2024-08-30T17:48:29.260Z | Downloaded tungstenite v0.23.0 |
657 | 2024-08-30T17:48:29.260Z | Downloaded tungstenite v0.20.1 |
658 | 2024-08-30T17:48:29.284Z | Downloaded hickory-client v0.24.1 |
659 | 2024-08-30T17:48:29.284Z | Downloaded ssh-key v0.6.6 |
660 | 2024-08-30T17:48:29.284Z | Downloaded rusqlite v0.31.0 |
661 | 2024-08-30T17:48:29.284Z | Downloaded p521 v0.13.3 |
662 | 2024-08-30T17:48:29.308Z | Downloaded tracing-core v0.1.32 |
663 | 2024-08-30T17:48:29.308Z | Downloaded openssl-sys v0.9.103 |
664 | 2024-08-30T17:48:29.308Z | Downloaded openssl v0.10.66 |
665 | 2024-08-30T17:48:29.308Z | Downloaded rustls v0.22.4 |
666 | 2024-08-30T17:48:29.332Z | Downloaded quick-error v1.2.3 |
667 | 2024-08-30T17:48:29.332Z | Downloaded proc-macro-crate v1.3.1 |
668 | 2024-08-30T17:48:29.332Z | Downloaded primeorder v0.13.6 |
669 | 2024-08-30T17:48:29.332Z | Downloaded portpicker v0.1.1 |
670 | 2024-08-30T17:48:29.332Z | Downloaded flagset v0.4.5 |
671 | 2024-08-30T17:48:29.332Z | Downloaded endian-type v0.1.2 |
672 | 2024-08-30T17:48:29.332Z | Downloaded ena v0.14.3 |
673 | 2024-08-30T17:48:29.332Z | Downloaded zone v0.1.8 |
674 | 2024-08-30T17:48:29.332Z | Downloaded wyz v0.5.1 |
675 | 2024-08-30T17:48:29.332Z | Downloaded tui-tree-widget v0.22.0 |
676 | 2024-08-30T17:48:29.358Z | Downloaded pretty-hex v0.2.1 |
677 | 2024-08-30T17:48:29.358Z | Downloaded predicates-core v1.0.6 |
678 | 2024-08-30T17:48:29.358Z | Downloaded sync_wrapper v0.1.2 |
679 | 2024-08-30T17:48:29.358Z | Downloaded postgres-protocol v0.6.7 |
680 | 2024-08-30T17:48:29.358Z | Downloaded spin v0.9.8 |
681 | 2024-08-30T17:48:29.358Z | Downloaded socket2 v0.5.7 |
682 | 2024-08-30T17:48:29.358Z | Downloaded socket2 v0.4.10 |
683 | 2024-08-30T17:48:29.358Z | Downloaded snafu-derive v0.8.2 |
684 | 2024-08-30T17:48:29.358Z | Downloaded serde_derive_internals v0.29.1 |
685 | 2024-08-30T17:48:29.358Z | Downloaded headers v0.3.9 |
686 | 2024-08-30T17:48:29.358Z | Downloaded spki v0.7.3 |
687 | 2024-08-30T17:48:29.358Z | Downloaded serde_urlencoded v0.7.1 |
688 | 2024-08-30T17:48:29.382Z | Downloaded heapless v0.7.17 |
689 | 2024-08-30T17:48:29.382Z | Downloaded strum_macros v0.25.3 |
690 | 2024-08-30T17:48:29.382Z | Downloaded ppv-lite86 v0.2.17 |
691 | 2024-08-30T17:48:29.382Z | Downloaded powerfmt v0.2.0 |
692 | 2024-08-30T17:48:29.382Z | Downloaded spin v0.5.2 |
693 | 2024-08-30T17:48:29.382Z | Downloaded slog-dtrace v0.3.0 |
694 | 2024-08-30T17:48:29.382Z | Downloaded num-bigint v0.4.5 |
695 | 2024-08-30T17:48:29.382Z | Downloaded mio v0.8.11 |
696 | 2024-08-30T17:48:29.406Z | Downloaded tungstenite v0.21.0 |
697 | 2024-08-30T17:48:29.407Z | Downloaded vsss-rs v3.3.4 |
698 | 2024-08-30T17:48:29.407Z | Downloaded rand_chacha v0.3.1 |
699 | 2024-08-30T17:48:29.407Z | Downloaded rfc6979 v0.4.0 |
700 | 2024-08-30T17:48:29.407Z | Downloaded which v4.4.2 |
701 | 2024-08-30T17:48:29.407Z | Downloaded wait-timeout v0.2.0 |
702 | 2024-08-30T17:48:29.407Z | Downloaded num-iter v0.1.45 |
703 | 2024-08-30T17:48:29.407Z | Downloaded hex-literal v0.4.1 |
704 | 2024-08-30T17:48:29.407Z | Downloaded heck v0.3.3 |
705 | 2024-08-30T17:48:29.407Z | Downloaded num_enum_derive v0.5.11 |
706 | 2024-08-30T17:48:29.407Z | Downloaded float-ord v0.3.2 |
707 | 2024-08-30T17:48:29.407Z | Downloaded serde_plain v1.0.2 |
708 | 2024-08-30T17:48:29.407Z | Downloaded num-integer v0.1.46 |
709 | 2024-08-30T17:48:29.407Z | Downloaded num-derive v0.4.2 |
710 | 2024-08-30T17:48:29.407Z | Downloaded hex v0.4.3 |
711 | 2024-08-30T17:48:29.431Z | Downloaded zeroize_derive v1.4.2 |
712 | 2024-08-30T17:48:29.431Z | Downloaded pin-project-internal v1.1.5 |
713 | 2024-08-30T17:48:29.431Z | Downloaded number_prefix v0.4.0 |
714 | 2024-08-30T17:48:29.431Z | Downloaded rand_seeder v0.3.0 |
715 | 2024-08-30T17:48:29.431Z | Downloaded foreign-types-shared v0.1.1 |
716 | 2024-08-30T17:48:29.431Z | Downloaded foreign-types v0.3.2 |
717 | 2024-08-30T17:48:29.431Z | Downloaded ref-cast-impl v1.0.23 |
718 | 2024-08-30T17:48:29.431Z | Downloaded ref-cast v1.0.23 |
719 | 2024-08-30T17:48:29.431Z | Downloaded waitgroup v0.1.2 |
720 | 2024-08-30T17:48:29.431Z | Downloaded vte_generate_state_changes v0.1.1 |
721 | 2024-08-30T17:48:29.431Z | Downloaded unicode_categories v0.1.1 |
722 | 2024-08-30T17:48:29.431Z | Downloaded rustyline v14.0.0 |
723 | 2024-08-30T17:48:29.431Z | Downloaded minimal-lexical v0.2.1 |
724 | 2024-08-30T17:48:29.456Z | Downloaded vte v0.11.1 |
725 | 2024-08-30T17:48:29.456Z | Downloaded unicode-xid v0.2.4 |
726 | 2024-08-30T17:48:29.456Z | Downloaded unicode-truncate v1.0.0 |
727 | 2024-08-30T17:48:29.456Z | Downloaded futures v0.3.30 |
728 | 2024-08-30T17:48:29.456Z | Downloaded hashlink v0.9.1 |
729 | 2024-08-30T17:48:29.456Z | Downloaded either v1.13.0 |
730 | 2024-08-30T17:48:29.456Z | Downloaded ecdsa v0.16.9 |
731 | 2024-08-30T17:48:29.456Z | Downloaded fatfs v0.3.6 |
732 | 2024-08-30T17:48:29.456Z | Downloaded slog v2.7.0 |
733 | 2024-08-30T17:48:29.480Z | Downloaded bstr v1.9.1 |
734 | 2024-08-30T17:48:29.480Z | Downloaded futures-task v0.3.30 |
735 | 2024-08-30T17:48:29.480Z | Downloaded zerocopy v0.6.6 |
736 | 2024-08-30T17:48:29.480Z | Downloaded tls_codec v0.4.1 |
737 | 2024-08-30T17:48:29.480Z | Downloaded russh v0.45.0 |
738 | 2024-08-30T17:48:29.508Z | Downloaded rcgen v0.12.1 |
739 | 2024-08-30T17:48:29.508Z | Downloaded hkdf v0.12.4 |
740 | 2024-08-30T17:48:29.508Z | Downloaded serde_repr v0.1.19 |
741 | 2024-08-30T17:48:29.508Z | Downloaded serde_path_to_error v0.1.16 |
742 | 2024-08-30T17:48:29.508Z | Downloaded unarray v0.1.4 |
743 | 2024-08-30T17:48:29.508Z | Downloaded twox-hash v1.6.3 |
744 | 2024-08-30T17:48:29.508Z | Downloaded futures-channel v0.3.30 |
745 | 2024-08-30T17:48:29.508Z | Downloaded fragile v2.0.0 |
746 | 2024-08-30T17:48:29.508Z | Downloaded structmeta-derive v0.3.0 |
747 | 2024-08-30T17:48:29.508Z | Downloaded structmeta-derive v0.2.0 |
748 | 2024-08-30T17:48:29.508Z | Downloaded structmeta v0.3.0 |
749 | 2024-08-30T17:48:29.508Z | Downloaded tokio-util v0.7.11 |
750 | 2024-08-30T17:48:29.532Z | Downloaded rayon-core v1.12.1 |
751 | 2024-08-30T17:48:29.532Z | Downloaded rustls v0.21.12 |
752 | 2024-08-30T17:48:29.533Z | Downloaded libloading v0.8.3 |
753 | 2024-08-30T17:48:29.533Z | Downloaded headers-core v0.2.0 |
754 | 2024-08-30T17:48:29.533Z | Downloaded futures-sink v0.3.30 |
755 | 2024-08-30T17:48:29.556Z | Downloaded futures-macro v0.3.30 |
756 | 2024-08-30T17:48:29.557Z | Downloaded futures-io v0.3.30 |
757 | 2024-08-30T17:48:29.557Z | Downloaded futures-executor v0.3.30 |
758 | 2024-08-30T17:48:29.557Z | Downloaded futures-core v0.3.30 |
759 | 2024-08-30T17:48:29.557Z | Downloaded funty v2.0.0 |
760 | 2024-08-30T17:48:29.557Z | Downloaded form_urlencoded v1.2.1 |
761 | 2024-08-30T17:48:29.557Z | Downloaded yasna v0.5.2 |
762 | 2024-08-30T17:48:29.557Z | Downloaded unsafe-libyaml v0.2.11 |
763 | 2024-08-30T17:48:29.557Z | Downloaded sct v0.7.1 |
764 | 2024-08-30T17:48:29.557Z | Downloaded salsa20 v0.10.2 |
765 | 2024-08-30T17:48:29.557Z | Downloaded peg-macros v0.8.4 |
766 | 2024-08-30T17:48:29.557Z | Downloaded similar v2.6.0 |
767 | 2024-08-30T17:48:29.581Z | Downloaded diesel_derives v2.2.2 |
768 | 2024-08-30T17:48:29.581Z | Downloaded half v2.4.1 |
769 | 2024-08-30T17:48:29.581Z | Downloaded embedded-io v0.4.0 |
770 | 2024-08-30T17:48:29.581Z | Downloaded ed25519 v2.2.3 |
771 | 2024-08-30T17:48:29.581Z | Downloaded tracing-attributes v0.1.27 |
772 | 2024-08-30T17:48:29.581Z | Downloaded zeroize v1.7.0 |
773 | 2024-08-30T17:48:29.581Z | Downloaded phf_shared v0.11.2 |
774 | 2024-08-30T17:48:29.581Z | Downloaded toml_edit v0.19.15 |
775 | 2024-08-30T17:48:29.605Z | Downloaded vergen v8.3.2 |
776 | 2024-08-30T17:48:29.605Z | Downloaded curve25519-dalek v4.1.3 |
777 | 2024-08-30T17:48:29.629Z | Downloaded stable_deref_trait v1.2.0 |
778 | 2024-08-30T17:48:29.629Z | Downloaded ssh-encoding v0.2.0 |
779 | 2024-08-30T17:48:29.629Z | Downloaded pem-rfc7468 v0.7.0 |
780 | 2024-08-30T17:48:29.629Z | Downloaded tls_codec_derive v0.4.1 |
781 | 2024-08-30T17:48:29.629Z | Downloaded rustls-pki-types v1.7.0 |
782 | 2024-08-30T17:48:29.629Z | Downloaded serde_arrays v0.1.0 |
783 | 2024-08-30T17:48:29.629Z | Downloaded serde-hex v0.1.0 |
784 | 2024-08-30T17:48:29.629Z | Downloaded semver v0.1.20 |
785 | 2024-08-30T17:48:29.629Z | Downloaded secrecy v0.8.0 |
786 | 2024-08-30T17:48:29.629Z | Downloaded percent-encoding v2.3.1 |
787 | 2024-08-30T17:48:29.629Z | Downloaded pem v3.0.4 |
788 | 2024-08-30T17:48:29.629Z | Downloaded tar v0.4.41 |
789 | 2024-08-30T17:48:29.653Z | Downloaded expectorate v1.1.0 |
790 | 2024-08-30T17:48:29.653Z | Downloaded hash32 v0.3.1 |
791 | 2024-08-30T17:48:29.653Z | Downloaded hash32 v0.2.1 |
792 | 2024-08-30T17:48:29.653Z | Downloaded tokio-macros v2.4.0 |
793 | 2024-08-30T17:48:29.653Z | Downloaded sec1 v0.7.3 |
794 | 2024-08-30T17:48:29.653Z | Downloaded scrypt v0.11.0 |
795 | 2024-08-30T17:48:29.653Z | Downloaded peg v0.8.4 |
796 | 2024-08-30T17:48:29.654Z | Downloaded blake3 v1.5.1 |
797 | 2024-08-30T17:48:29.654Z | Downloaded phf_shared v0.10.0 |
798 | 2024-08-30T17:48:29.654Z | Downloaded peg-runtime v0.8.3 |
799 | 2024-08-30T17:48:29.678Z | Downloaded zone v0.3.0 |
800 | 2024-08-30T17:48:29.678Z | Downloaded term v0.7.0 |
801 | 2024-08-30T17:48:29.678Z | Downloaded parking_lot v0.12.2 |
802 | 2024-08-30T17:48:29.678Z | Downloaded fallible-streaming-iterator v0.1.9 |
803 | 2024-08-30T17:48:29.678Z | Downloaded topological-sort v0.2.2 |
804 | 2024-08-30T17:48:29.678Z | Downloaded tokio-postgres v0.7.11 |
805 | 2024-08-30T17:48:29.678Z | Downloaded pkcs8 v0.10.2 |
806 | 2024-08-30T17:48:29.678Z | Downloaded pkcs1 v0.7.5 |
807 | 2024-08-30T17:48:29.678Z | Downloaded time v0.3.36 |
808 | 2024-08-30T17:48:29.702Z | Downloaded data-encoding v2.6.0 |
809 | 2024-08-30T17:48:29.702Z | Downloaded tap v1.0.1 |
810 | 2024-08-30T17:48:29.702Z | Downloaded parking_lot_core v0.9.10 |
811 | 2024-08-30T17:48:29.702Z | Downloaded fallible-iterator v0.3.0 |
812 | 2024-08-30T17:48:29.702Z | Downloaded poly1305 v0.8.0 |
813 | 2024-08-30T17:48:29.702Z | Downloaded pkcs5 v0.7.1 |
814 | 2024-08-30T17:48:29.702Z | Downloaded der v0.7.9 |
815 | 2024-08-30T17:48:29.726Z | Downloaded url v2.5.2 |
816 | 2024-08-30T17:48:29.726Z | Downloaded http v0.2.12 |
817 | 2024-08-30T17:48:29.726Z | Downloaded termtree v0.4.1 |
818 | 2024-08-30T17:48:29.726Z | Downloaded termios v0.3.3 |
819 | 2024-08-30T17:48:29.726Z | Downloaded termcolor v1.4.1 |
820 | 2024-08-30T17:48:29.726Z | Downloaded rusty-fork v0.3.0 |
821 | 2024-08-30T17:48:29.726Z | Downloaded rustc-hash v1.1.0 |
822 | 2024-08-30T17:48:29.726Z | Downloaded rustc-demangle v0.1.24 |
823 | 2024-08-30T17:48:29.726Z | Downloaded russh-keys v0.45.0 |
824 | 2024-08-30T17:48:29.726Z | Downloaded paste v1.0.15 |
825 | 2024-08-30T17:48:29.750Z | Downloaded password-hash v0.5.0 |
826 | 2024-08-30T17:48:29.750Z | Downloaded password-hash v0.4.2 |
827 | 2024-08-30T17:48:29.750Z | Downloaded parking_lot v0.11.2 |
828 | 2024-08-30T17:48:29.750Z | Downloaded globset v0.4.14 |
829 | 2024-08-30T17:48:29.751Z | Downloaded slog-bunyan v2.5.0 |
830 | 2024-08-30T17:48:29.751Z | Downloaded rustversion v1.0.17 |
831 | 2024-08-30T17:48:29.751Z | Downloaded rustc_version v0.1.7 |
832 | 2024-08-30T17:48:29.751Z | Downloaded russh-cryptovec v0.7.2 |
833 | 2024-08-30T17:48:29.751Z | Downloaded pbkdf2 v0.12.2 |
834 | 2024-08-30T17:48:29.751Z | Downloaded pbkdf2 v0.11.0 |
835 | 2024-08-30T17:48:29.751Z | Downloaded path-slash v0.1.5 |
836 | 2024-08-30T17:48:29.751Z | Downloaded parse-display v0.10.0 |
837 | 2024-08-30T17:48:29.751Z | Downloaded parking_lot_core v0.8.6 |
838 | 2024-08-30T17:48:29.751Z | Downloaded group v0.13.0 |
839 | 2024-08-30T17:48:29.775Z | Downloaded fallible-iterator v0.2.0 |
840 | 2024-08-30T17:48:29.775Z | Downloaded tokio-tungstenite v0.20.1 |
841 | 2024-08-30T17:48:29.775Z | Downloaded slog-async v2.8.0 |
842 | 2024-08-30T17:48:29.775Z | Downloaded slab v0.4.9 |
843 | 2024-08-30T17:48:29.775Z | Downloaded siphasher v0.3.11 |
844 | 2024-08-30T17:48:29.775Z | Downloaded rtoolbox v0.0.2 |
845 | 2024-08-30T17:48:29.775Z | Downloaded polyval v0.6.2 |
846 | 2024-08-30T17:48:29.775Z | Downloaded oso v0.27.3 |
847 | 2024-08-30T17:48:29.775Z | Downloaded dhcproto v0.12.0 |
848 | 2024-08-30T17:48:29.775Z | Downloaded tinyvec v1.6.0 |
849 | 2024-08-30T17:48:29.775Z | Downloaded parse-size v1.0.0 |
850 | 2024-08-30T17:48:29.799Z | Downloaded parse-display-derive v0.10.0 |
851 | 2024-08-30T17:48:29.799Z | Downloaded packed_struct_codegen v0.10.1 |
852 | 2024-08-30T17:48:29.799Z | Downloaded packed_struct v0.10.1 |
853 | 2024-08-30T17:48:29.799Z | Downloaded ghash v0.5.1 |
854 | 2024-08-30T17:48:29.799Z | Downloaded getrandom v0.2.14 |
855 | 2024-08-30T17:48:29.799Z | Downloaded getopts v0.2.21 |
856 | 2024-08-30T17:48:29.799Z | Downloaded erased-serde v0.3.31 |
857 | 2024-08-30T17:48:29.799Z | Downloaded env_logger v0.10.2 |
858 | 2024-08-30T17:48:29.799Z | Downloaded env_logger v0.9.3 |
859 | 2024-08-30T17:48:29.799Z | Downloaded enum-as-inner v0.6.0 |
860 | 2024-08-30T17:48:29.799Z | Downloaded tower-service v0.3.2 |
861 | 2024-08-30T17:48:29.799Z | Downloaded toml v0.7.8 |
862 | 2024-08-30T17:48:29.823Z | Downloaded tokio-rustls v0.24.1 |
863 | 2024-08-30T17:48:29.823Z | Downloaded rand_core v0.6.4 |
864 | 2024-08-30T17:48:29.823Z | Downloaded dyn-clone v1.0.17 |
865 | 2024-08-30T17:48:29.823Z | Downloaded dropshot_endpoint v0.10.1 |
866 | 2024-08-30T17:48:29.823Z | Downloaded dirs-sys-next v0.1.2 |
867 | 2024-08-30T17:48:29.823Z | Downloaded difflib v0.4.0 |
868 | 2024-08-30T17:48:29.823Z | Downloaded diff v0.1.13 |
869 | 2024-08-30T17:48:29.823Z | Downloaded derive_more v0.99.18 |
870 | 2024-08-30T17:48:29.823Z | Downloaded uzers v0.11.3 |
871 | 2024-08-30T17:48:29.823Z | Downloaded time-macros v0.2.18 |
872 | 2024-08-30T17:48:29.847Z | Downloaded indicatif v0.17.8 |
873 | 2024-08-30T17:48:29.847Z | Downloaded hyper v0.14.30 |
874 | 2024-08-30T17:48:29.847Z | Downloaded bindgen v0.69.4 |
875 | 2024-08-30T17:48:29.847Z | Downloaded serde_with_macros v3.9.0 |
876 | 2024-08-30T17:48:29.871Z | Downloaded owo-colors v4.0.0 |
877 | 2024-08-30T17:48:29.872Z | Downloaded utf-8 v0.7.6 |
878 | 2024-08-30T17:48:29.872Z | Downloaded steno v0.4.1 |
879 | 2024-08-30T17:48:29.872Z | Downloaded crossterm v0.27.0 |
880 | 2024-08-30T17:48:29.872Z | Downloaded omicron-zone-package v0.11.0 |
881 | 2024-08-30T17:48:29.872Z | Downloaded derive-where v1.2.7 |
882 | 2024-08-30T17:48:29.896Z | Downloaded hickory-server v0.24.1 |
883 | 2024-08-30T17:48:29.896Z | Downloaded gethostname v0.5.0 |
884 | 2024-08-30T17:48:29.896Z | Downloaded toolchain_find v0.4.0 |
885 | 2024-08-30T17:48:29.896Z | Downloaded signal-hook-mio v0.2.4 |
886 | 2024-08-30T17:48:29.896Z | Downloaded structmeta v0.2.0 |
887 | 2024-08-30T17:48:29.896Z | Downloaded native-tls v0.2.11 |
888 | 2024-08-30T17:48:29.896Z | Downloaded chrono v0.4.38 |
889 | 2024-08-30T17:48:29.896Z | Downloaded signal-hook-registry v1.4.2 |
890 | 2024-08-30T17:48:29.896Z | Downloaded rustc_version v0.4.0 |
891 | 2024-08-30T17:48:29.920Z | Downloaded derive_builder_core v0.20.0 |
892 | 2024-08-30T17:48:29.920Z | Downloaded unicode-bidi v0.3.15 |
893 | 2024-08-30T17:48:29.920Z | Downloaded crossbeam-channel v0.5.12 |
894 | 2024-08-30T17:48:29.920Z | Downloaded cc v1.0.97 |
895 | 2024-08-30T17:48:29.920Z | Downloaded tokio-tungstenite v0.21.0 |
896 | 2024-08-30T17:48:29.920Z | Downloaded tokio-rustls v0.25.0 |
897 | 2024-08-30T17:48:29.920Z | Downloaded signature v2.2.0 |
898 | 2024-08-30T17:48:29.920Z | Downloaded openssl-macros v0.1.1 |
899 | 2024-08-30T17:48:29.920Z | Downloaded defmt-parser v0.3.4 |
900 | 2024-08-30T17:48:29.944Z | Downloaded defmt v0.3.8 |
901 | 2024-08-30T17:48:29.944Z | Downloaded schemars v0.8.21 |
902 | 2024-08-30T17:48:29.945Z | Downloaded num v0.4.3 |
903 | 2024-08-30T17:48:29.945Z | Downloaded nodrop v0.1.14 |
904 | 2024-08-30T17:48:29.945Z | Downloaded linear-map v1.2.0 |
905 | 2024-08-30T17:48:29.945Z | Downloaded bitvec v1.0.1 |
906 | 2024-08-30T17:48:29.968Z | Downloaded aho-corasick v1.1.3 |
907 | 2024-08-30T17:48:29.968Z | Downloaded rustls-pemfile v2.1.3 |
908 | 2024-08-30T17:48:29.968Z | Downloaded diesel_table_macro_syntax v0.2.0 |
909 | 2024-08-30T17:48:29.992Z | Downloaded untrusted v0.7.1 |
910 | 2024-08-30T17:48:29.992Z | Downloaded smallvec v0.6.14 |
911 | 2024-08-30T17:48:29.992Z | Downloaded nom v7.1.3 |
912 | 2024-08-30T17:48:29.992Z | Downloaded itertools v0.12.1 |
913 | 2024-08-30T17:48:29.992Z | Downloaded pin-utils v0.1.0 |
914 | 2024-08-30T17:48:29.992Z | Downloaded oso-derive v0.27.3 |
915 | 2024-08-30T17:48:29.993Z | Downloaded des v0.8.1 |
916 | 2024-08-30T17:48:29.993Z | Downloaded der_derive v0.7.2 |
917 | 2024-08-30T17:48:29.993Z | Downloaded slog-term v2.9.1 |
918 | 2024-08-30T17:48:30.016Z | Downloaded signal-hook v0.3.17 |
919 | 2024-08-30T17:48:30.017Z | Downloaded multer v3.1.0 |
920 | 2024-08-30T17:48:30.017Z | Downloaded lock_api v0.4.12 |
921 | 2024-08-30T17:48:30.017Z | Downloaded keccak v0.1.5 |
922 | 2024-08-30T17:48:30.017Z | Downloaded rustls-pemfile v1.0.4 |
923 | 2024-08-30T17:48:30.017Z | Downloaded openssl-probe v0.1.5 |
924 | 2024-08-30T17:48:30.017Z | Downloaded downcast v0.11.0 |
925 | 2024-08-30T17:48:30.017Z | Downloaded derive_builder v0.20.0 |
926 | 2024-08-30T17:48:30.017Z | Downloaded uuid v1.10.0 |
927 | 2024-08-30T17:48:30.041Z | Downloaded string_cache v0.8.7 |
928 | 2024-08-30T17:48:30.041Z | Downloaded num-conv v0.1.0 |
929 | 2024-08-30T17:48:30.041Z | Downloaded lazy_static v1.5.0 |
930 | 2024-08-30T17:48:30.041Z | Downloaded ipnet v2.9.0 |
931 | 2024-08-30T17:48:30.041Z | Downloaded darling_core v0.20.9 |
932 | 2024-08-30T17:48:30.041Z | Downloaded crypto-bigint v0.5.5 |
933 | 2024-08-30T17:48:30.041Z | Downloaded dirs-next v2.0.0 |
934 | 2024-08-30T17:48:30.041Z | Downloaded deranged v0.3.11 |
935 | 2024-08-30T17:48:30.041Z | Downloaded thiserror-no-std v2.0.2 |
936 | 2024-08-30T17:48:30.065Z | Downloaded test-strategy v0.3.1 |
937 | 2024-08-30T17:48:30.065Z | Downloaded strip-ansi-escapes v0.2.0 |
938 | 2024-08-30T17:48:30.065Z | Downloaded stringprep v0.1.4 |
939 | 2024-08-30T17:48:30.065Z | Downloaded smallvec v1.13.2 |
940 | 2024-08-30T17:48:30.065Z | Downloaded ron v0.7.1 |
941 | 2024-08-30T17:48:30.065Z | Downloaded newtype-uuid v1.1.0 |
942 | 2024-08-30T17:48:30.065Z | Downloaded libefi-sys v0.1.0 |
943 | 2024-08-30T17:48:30.065Z | Downloaded hubpack v0.1.2 |
944 | 2024-08-30T17:48:30.065Z | Downloaded curve25519-dalek-derive v0.1.1 |
945 | 2024-08-30T17:48:30.089Z | Downloaded chacha20poly1305 v0.10.1 |
946 | 2024-08-30T17:48:30.090Z | Downloaded derive_builder_macro v0.20.0 |
947 | 2024-08-30T17:48:30.090Z | Downloaded defmt-macros v0.3.9 |
948 | 2024-08-30T17:48:30.090Z | Downloaded debug-ignore v1.0.5 |
949 | 2024-08-30T17:48:30.090Z | Downloaded unicase v2.7.0 |
950 | 2024-08-30T17:48:30.090Z | Downloaded thread_local v1.1.8 |
951 | 2024-08-30T17:48:30.090Z | Downloaded thiserror-impl-no-std v2.0.2 |
952 | 2024-08-30T17:48:30.090Z | Downloaded shell-words v1.1.0 |
953 | 2024-08-30T17:48:30.090Z | Downloaded memmap2 v0.9.4 |
954 | 2024-08-30T17:48:30.090Z | Downloaded ctr v0.9.2 |
955 | 2024-08-30T17:48:30.090Z | Downloaded cookie v0.18.1 |
956 | 2024-08-30T17:48:30.090Z | Downloaded const-oid v0.9.6 |
957 | 2024-08-30T17:48:30.114Z | Downloaded console v0.15.8 |
958 | 2024-08-30T17:48:30.114Z | Downloaded clang-sys v1.7.0 |
959 | 2024-08-30T17:48:30.114Z | Downloaded ciborium v0.2.2 |
960 | 2024-08-30T17:48:30.114Z | Downloaded buf-list v1.0.3 |
961 | 2024-08-30T17:48:30.114Z | Downloaded aes-gcm v0.10.3 |
962 | 2024-08-30T17:48:30.114Z | Downloaded untrusted v0.9.0 |
963 | 2024-08-30T17:48:30.114Z | Downloaded sha1 v0.10.6 |
964 | 2024-08-30T17:48:30.114Z | Downloaded scopeguard v1.2.0 |
965 | 2024-08-30T17:48:30.114Z | Downloaded same-file v1.0.6 |
966 | 2024-08-30T17:48:30.114Z | Downloaded rpassword v7.3.1 |
967 | 2024-08-30T17:48:30.114Z | Downloaded indent_write v2.2.0 |
968 | 2024-08-30T17:48:30.114Z | Downloaded cancel-safe-futures v0.1.5 |
969 | 2024-08-30T17:48:30.139Z | Downloaded bzip2 v0.4.4 |
970 | 2024-08-30T17:48:30.139Z | Downloaded blowfish v0.9.1 |
971 | 2024-08-30T17:48:30.139Z | Downloaded new_debug_unreachable v1.0.6 |
972 | 2024-08-30T17:48:30.139Z | Downloaded nanorand v0.7.0 |
973 | 2024-08-30T17:48:30.139Z | Downloaded mockall v0.13.0 |
974 | 2024-08-30T17:48:30.139Z | Downloaded hyper-rustls v0.24.2 |
975 | 2024-08-30T17:48:30.139Z | Downloaded crossterm v0.28.1 |
976 | 2024-08-30T17:48:30.139Z | Downloaded crossbeam-epoch v0.9.18 |
977 | 2024-08-30T17:48:30.139Z | Downloaded convert_case v0.4.0 |
978 | 2024-08-30T17:48:30.163Z | Downloaded base64 v0.21.7 |
979 | 2024-08-30T17:48:30.163Z | Downloaded shlex v1.3.0 |
980 | 2024-08-30T17:48:30.163Z | Downloaded schemars_derive v0.8.21 |
981 | 2024-08-30T17:48:30.163Z | Downloaded normalize-line-endings v0.3.0 |
982 | 2024-08-30T17:48:30.163Z | Downloaded mime v0.3.17 |
983 | 2024-08-30T17:48:30.163Z | Downloaded md-5 v0.10.6 |
984 | 2024-08-30T17:48:30.163Z | Downloaded libm v0.2.8 |
985 | 2024-08-30T17:48:30.163Z | Downloaded ident_case v1.0.1 |
986 | 2024-08-30T17:48:30.163Z | Downloaded httparse v1.8.0 |
987 | 2024-08-30T17:48:30.187Z | Downloaded crucible-workspace-hack v0.1.0 |
988 | 2024-08-30T17:48:30.187Z | Downloaded crc-catalog v2.4.0 |
989 | 2024-08-30T17:48:30.187Z | Downloaded crc v3.2.1 |
990 | 2024-08-30T17:48:30.187Z | Downloaded const_format_proc_macros v0.2.32 |
991 | 2024-08-30T17:48:30.187Z | Downloaded colored v2.1.0 |
992 | 2024-08-30T17:48:30.187Z | Downloaded ciborium-ll v0.2.2 |
993 | 2024-08-30T17:48:30.187Z | Downloaded castaway v0.2.3 |
994 | 2024-08-30T17:48:30.187Z | Downloaded aes v0.8.4 |
995 | 2024-08-30T17:48:30.187Z | Downloaded ron v0.8.1 |
996 | 2024-08-30T17:48:30.187Z | Downloaded mio v1.0.2 |
997 | 2024-08-30T17:48:30.213Z | Downloaded matches v0.1.10 |
998 | 2024-08-30T17:48:30.213Z | Downloaded maplit v1.0.2 |
999 | 2024-08-30T17:48:30.213Z | Downloaded lru-cache v0.1.2 |
1000 | 2024-08-30T17:48:30.213Z | Downloaded humantime v2.1.0 |
1001 | 2024-08-30T17:48:30.213Z | Downloaded http-body v0.4.6 |
1002 | 2024-08-30T17:48:30.213Z | Downloaded const_format v0.2.32 |
1003 | 2024-08-30T17:48:30.213Z | Downloaded compact_str v0.8.0 |
1004 | 2024-08-30T17:48:30.213Z | Downloaded cfg_aliases v0.1.1 |
1005 | 2024-08-30T17:48:30.213Z | Downloaded blake2 v0.10.6 |
1006 | 2024-08-30T17:48:30.237Z | Downloaded base64 v0.22.1 |
1007 | 2024-08-30T17:48:30.237Z | Downloaded arc-swap v1.7.1 |
1008 | 2024-08-30T17:48:30.237Z | Downloaded rustfmt-wrapper v0.2.1 |
1009 | 2024-08-30T17:48:30.237Z | Downloaded resolv-conf v0.7.0 |
1010 | 2024-08-30T17:48:30.237Z | Downloaded is-terminal v0.4.12 |
1011 | 2024-08-30T17:48:30.237Z | Downloaded inout v0.1.3 |
1012 | 2024-08-30T17:48:30.237Z | Downloaded hostname v0.3.1 |
1013 | 2024-08-30T17:48:30.237Z | Downloaded instant v0.1.12 |
1014 | 2024-08-30T17:48:30.237Z | Downloaded http v1.1.0 |
1015 | 2024-08-30T17:48:30.237Z | Downloaded smf v0.2.3 |
1016 | 2024-08-30T17:48:30.237Z | Downloaded num-complex v0.4.6 |
1017 | 2024-08-30T17:48:30.237Z | Downloaded nu-ansi-term v0.50.0 |
1018 | 2024-08-30T17:48:30.261Z | Downloaded nibble_vec v0.1.0 |
1019 | 2024-08-30T17:48:30.261Z | Downloaded miniz_oxide v0.7.2 |
1020 | 2024-08-30T17:48:30.261Z | Downloaded jobserver v0.1.32 |
1021 | 2024-08-30T17:48:30.262Z | Downloaded internet-checksum v0.2.1 |
1022 | 2024-08-30T17:48:30.262Z | Downloaded mime_guess v2.0.4 |
1023 | 2024-08-30T17:48:30.262Z | Downloaded linked-hash-map v0.5.6 |
1024 | 2024-08-30T17:48:30.262Z | Downloaded indexmap v1.9.3 |
1025 | 2024-08-30T17:48:30.262Z | Downloaded bytes v1.7.1 |
1026 | 2024-08-30T17:48:30.262Z | Downloaded bcrypt-pbkdf v0.10.0 |
1027 | 2024-08-30T17:48:30.262Z | Downloaded base16ct v0.2.0 |
1028 | 2024-08-30T17:48:30.262Z | Downloaded backtrace v0.3.71 |
1029 | 2024-08-30T17:48:30.286Z | Downloaded async-trait v0.1.81 |
1030 | 2024-08-30T17:48:30.286Z | Downloaded async-bb8-diesel v0.2.1 |
1031 | 2024-08-30T17:48:30.286Z | Downloaded newline-converter v0.3.0 |
1032 | 2024-08-30T17:48:30.286Z | Downloaded multimap v0.10.0 |
1033 | 2024-08-30T17:48:30.286Z | Downloaded memoffset v0.9.1 |
1034 | 2024-08-30T17:48:30.286Z | Downloaded maybe-uninit v2.0.0 |
1035 | 2024-08-30T17:48:30.286Z | Downloaded match_cfg v0.1.0 |
1036 | 2024-08-30T17:48:30.286Z | Downloaded managed v0.8.0 |
1037 | 2024-08-30T17:48:30.286Z | Downloaded lru v0.12.3 |
1038 | 2024-08-30T17:48:30.286Z | Downloaded libsw v3.3.1 |
1039 | 2024-08-30T17:48:30.286Z | Downloaded lazycell v1.3.0 |
1040 | 2024-08-30T17:48:30.286Z | Downloaded kstat-rs v0.2.4 |
1041 | 2024-08-30T17:48:30.286Z | Downloaded indoc v1.0.9 |
1042 | 2024-08-30T17:48:30.310Z | Downloaded impl-trait-for-tuples v0.2.2 |
1043 | 2024-08-30T17:48:30.310Z | Downloaded hyper-staticfile v0.9.5 |
1044 | 2024-08-30T17:48:30.310Z | Downloaded hmac v0.12.1 |
1045 | 2024-08-30T17:48:30.310Z | Downloaded crossbeam-utils v0.8.19 |
1046 | 2024-08-30T17:48:30.310Z | Downloaded crc32fast v1.4.0 |
1047 | 2024-08-30T17:48:30.311Z | Downloaded cookie_store v0.20.0 |
1048 | 2024-08-30T17:48:30.311Z | Downloaded constant_time_eq v0.3.0 |
1049 | 2024-08-30T17:48:30.311Z | Downloaded bitfield v0.14.0 |
1050 | 2024-08-30T17:48:30.311Z | Downloaded bit-set v0.5.3 |
1051 | 2024-08-30T17:48:30.311Z | Downloaded base64ct v1.6.0 |
1052 | 2024-08-30T17:48:30.311Z | Downloaded base64 v0.13.1 |
1053 | 2024-08-30T17:48:30.335Z | Downloaded backoff v0.4.0 |
1054 | 2024-08-30T17:48:30.335Z | Downloaded async-stream v0.3.5 |
1055 | 2024-08-30T17:48:30.335Z | Downloaded ascii-canvas v3.0.0 |
1056 | 2024-08-30T17:48:30.335Z | Downloaded arrayvec v0.7.4 |
1057 | 2024-08-30T17:48:30.335Z | Downloaded allocator-api2 v0.2.18 |
1058 | 2024-08-30T17:48:30.335Z | Downloaded is_ci v1.2.0 |
1059 | 2024-08-30T17:48:30.335Z | Downloaded ipnetwork v0.20.0 |
1060 | 2024-08-30T17:48:30.335Z | Downloaded instability v0.3.2 |
1061 | 2024-08-30T17:48:30.359Z | Downloaded httpdate v1.0.3 |
1062 | 2024-08-30T17:48:30.359Z | Downloaded crc-any v2.5.0 |
1063 | 2024-08-30T17:48:30.359Z | Downloaded bitstruct_derive v0.1.0 |
1064 | 2024-08-30T17:48:30.359Z | Downloaded bitflags v1.3.2 |
1065 | 2024-08-30T17:48:30.359Z | Downloaded addr2line v0.21.0 |
1066 | 2024-08-30T17:48:30.359Z | Downloaded iana-time-zone v0.1.60 |
1067 | 2024-08-30T17:48:30.359Z | Downloaded hostname v0.4.0 |
1068 | 2024-08-30T17:48:30.359Z | Downloaded home v0.5.9 |
1069 | 2024-08-30T17:48:30.359Z | Downloaded highway v1.2.0 |
1070 | 2024-08-30T17:48:30.359Z | Downloaded cookie v0.17.0 |
1071 | 2024-08-30T17:48:30.359Z | Downloaded cipher v0.4.4 |
1072 | 2024-08-30T17:48:30.385Z | Downloaded chacha20 v0.9.1 |
1073 | 2024-08-30T17:48:30.385Z | Downloaded block-padding v0.3.3 |
1074 | 2024-08-30T17:48:30.385Z | Downloaded ascii v1.1.0 |
1075 | 2024-08-30T17:48:30.385Z | Downloaded darling v0.20.9 |
1076 | 2024-08-30T17:48:30.385Z | Downloaded csv-core v0.1.11 |
1077 | 2024-08-30T17:48:30.385Z | Downloaded arrayref v0.3.7 |
1078 | 2024-08-30T17:48:30.385Z | Downloaded array-init v0.0.4 |
1079 | 2024-08-30T17:48:30.385Z | Downloaded argon2 v0.5.3 |
1080 | 2024-08-30T17:48:30.385Z | Downloaded cobs v0.2.3 |
1081 | 2024-08-30T17:48:30.385Z | Downloaded cbc v0.1.2 |
1082 | 2024-08-30T17:48:30.385Z | Downloaded cassowary v0.3.0 |
1083 | 2024-08-30T17:48:30.385Z | Downloaded bcs v0.1.6 |
1084 | 2024-08-30T17:48:30.385Z | Downloaded bitfield-struct v0.6.1 |
1085 | 2024-08-30T17:48:30.385Z | Downloaded atomicwrites v0.4.3 |
1086 | 2024-08-30T17:48:30.409Z | Downloaded aead v0.5.2 |
1087 | 2024-08-30T17:48:30.409Z | Downloaded adler v1.0.2 |
1088 | 2024-08-30T17:48:30.409Z | Downloaded crossbeam-deque v0.8.5 |
1089 | 2024-08-30T17:48:30.409Z | Downloaded cexpr v0.6.0 |
1090 | 2024-08-30T17:48:30.410Z | Downloaded bit-vec v0.6.3 |
1091 | 2024-08-30T17:48:30.410Z | Downloaded bb8 v0.8.5 |
1092 | 2024-08-30T17:48:30.410Z | Downloaded atomic-waker v1.1.2 |
1093 | 2024-08-30T17:48:30.410Z | Downloaded async-recursion v1.1.1 |
1094 | 2024-08-30T17:48:30.410Z | Downloaded atty v0.2.14 |
1095 | 2024-08-30T17:48:30.410Z | Downloaded assert_matches v1.5.0 |
1096 | 2024-08-30T17:48:30.512Z | Compiling serde v1.0.208 |
1097 | 2024-08-30T17:48:30.512Z | Compiling typenum v1.17.0 |
1098 | 2024-08-30T17:48:30.512Z | Compiling lock_api v0.4.12 |
1099 | 2024-08-30T17:48:30.536Z | Compiling generic-array v0.14.7 |
1100 | 2024-08-30T17:48:30.536Z | Compiling scopeguard v1.2.0 |
1101 | 2024-08-30T17:48:30.536Z | Compiling log v0.4.21 |
1102 | 2024-08-30T17:48:30.588Z | Compiling syn v2.0.74 |
1103 | 2024-08-30T17:48:30.612Z | Compiling getrandom v0.2.14 |
1104 | 2024-08-30T17:48:30.720Z | Compiling jobserver v0.1.32 |
1105 | 2024-08-30T17:48:30.892Z | Compiling rand_core v0.6.4 |
1106 | 2024-08-30T17:48:31.034Z | Compiling subtle v2.5.0 |
1107 | 2024-08-30T17:48:31.103Z | Compiling cc v1.0.97 |
1108 | 2024-08-30T17:48:31.127Z | Compiling const-oid v0.9.6 |
1109 | 2024-08-30T17:48:31.376Z | Compiling smallvec v1.13.2 |
1110 | 2024-08-30T17:48:31.428Z | Compiling pin-project-lite v0.2.14 |
1111 | 2024-08-30T17:48:31.544Z | Compiling parking_lot_core v0.9.10 |
1112 | 2024-08-30T17:48:31.568Z | Compiling signal-hook-registry v1.4.2 |
1113 | 2024-08-30T17:48:31.613Z | Compiling spin v0.9.8 |
1114 | 2024-08-30T17:48:31.862Z | Compiling mio v1.0.2 |
1115 | 2024-08-30T17:48:32.308Z | Compiling ahash v0.8.11 |
1116 | 2024-08-30T17:48:32.676Z | Compiling parking_lot v0.12.2 |
1117 | 2024-08-30T17:48:32.705Z | Compiling tinyvec_macros v0.1.1 |
1118 | 2024-08-30T17:48:32.866Z | Compiling tinyvec v1.6.0 |
1119 | 2024-08-30T17:48:33.048Z | Compiling socket2 v0.5.7 |
1120 | 2024-08-30T17:48:33.273Z | Compiling serde_json v1.0.125 |
1121 | 2024-08-30T17:48:33.351Z | Compiling libm v0.2.8 |
1122 | 2024-08-30T17:48:33.444Z | Compiling futures-sink v0.3.30 |
1123 | 2024-08-30T17:48:33.663Z | Compiling futures-core v0.3.30 |
1124 | 2024-08-30T17:48:33.704Z | Compiling cpufeatures v0.2.12 |
1125 | 2024-08-30T17:48:33.898Z | Compiling num-traits v0.2.19 |
1126 | 2024-08-30T17:48:33.898Z | Compiling slab v0.4.9 |
1127 | 2024-08-30T17:48:34.029Z | Compiling unicode-bidi v0.3.15 |
1128 | 2024-08-30T17:48:34.152Z | Compiling allocator-api2 v0.2.18 |
1129 | 2024-08-30T17:48:34.443Z | Compiling unicode-normalization v0.1.23 |
1130 | 2024-08-30T17:48:34.496Z | Compiling futures-channel v0.3.30 |
1131 | 2024-08-30T17:48:34.740Z | Compiling futures-task v0.3.30 |
1132 | 2024-08-30T17:48:34.863Z | Compiling pin-utils v0.1.0 |
1133 | 2024-08-30T17:48:34.887Z | Compiling vcpkg v0.2.15 |
1134 | 2024-08-30T17:48:34.959Z | Compiling pkg-config v0.3.30 |
1135 | 2024-08-30T17:48:35.016Z | Compiling futures-io v0.3.30 |
1136 | 2024-08-30T17:48:35.342Z | Compiling base64ct v1.6.0 |
1137 | 2024-08-30T17:48:35.366Z | Compiling ppv-lite86 v0.2.17 |
1138 | 2024-08-30T17:48:35.390Z | Compiling ring v0.17.8 |
1139 | 2024-08-30T17:48:35.414Z | Compiling percent-encoding v2.3.1 |
1140 | 2024-08-30T17:48:35.746Z | Compiling pem-rfc7468 v0.7.0 |
1141 | 2024-08-30T17:48:35.860Z | Compiling flagset v0.4.5 |
1142 | 2024-08-30T17:48:36.010Z | Compiling rand_chacha v0.3.1 |
1143 | 2024-08-30T17:48:36.049Z | Compiling tracing-core v0.1.32 |
1144 | 2024-08-30T17:48:36.295Z | Compiling rustix v0.38.34 |
1145 | 2024-08-30T17:48:36.408Z | Compiling untrusted v0.9.0 |
1146 | 2024-08-30T17:48:36.589Z | Compiling rand v0.8.5 |
1147 | 2024-08-30T17:48:36.845Z | Compiling openssl-sys v0.9.103 |
1148 | 2024-08-30T17:48:37.084Z | Compiling time-core v0.1.2 |
1149 | 2024-08-30T17:48:37.170Z | Compiling num-conv v0.1.0 |
1150 | 2024-08-30T17:48:37.256Z | Compiling httparse v1.8.0 |
1151 | 2024-08-30T17:48:37.354Z | Compiling rustversion v1.0.17 |
1152 | 2024-08-30T17:48:37.446Z | Compiling foreign-types-shared v0.1.1 |
1153 | 2024-08-30T17:48:37.547Z | Compiling openssl v0.10.66 |
1154 | 2024-08-30T17:48:37.643Z | Compiling powerfmt v0.2.0 |
1155 | 2024-08-30T17:48:37.899Z | Compiling deranged v0.3.11 |
1156 | 2024-08-30T17:48:37.955Z | Compiling foreign-types v0.3.2 |
1157 | 2024-08-30T17:48:38.019Z | Compiling time-macros v0.2.18 |
1158 | 2024-08-30T17:48:38.056Z | Compiling form_urlencoded v1.2.1 |
1159 | 2024-08-30T17:48:38.080Z | Compiling aho-corasick v1.1.3 |
1160 | 2024-08-30T17:48:38.307Z | Compiling regex-syntax v0.8.4 |
1161 | 2024-08-30T17:48:38.348Z | Compiling crossbeam-utils v0.8.19 |
1162 | 2024-08-30T17:48:38.867Z | Compiling syn v1.0.109 |
1163 | 2024-08-30T17:48:38.966Z | Compiling num_threads v0.1.7 |
1164 | 2024-08-30T17:48:39.113Z | Compiling rustls v0.21.12 |
1165 | 2024-08-30T17:48:39.324Z | Compiling native-tls v0.2.11 |
1166 | 2024-08-30T17:48:39.420Z | Compiling try-lock v0.2.5 |
1167 | 2024-08-30T17:48:39.510Z | Compiling siphasher v0.3.11 |
1168 | 2024-08-30T17:48:39.560Z | Compiling want v0.3.1 |
1169 | 2024-08-30T17:48:39.840Z | Compiling idna v0.5.0 |
1170 | 2024-08-30T17:48:40.405Z | Compiling cookie v0.17.0 |
1171 | 2024-08-30T17:48:40.667Z | Compiling adler v1.0.2 |
1172 | 2024-08-30T17:48:40.691Z | Compiling time v0.3.36 |
1173 | 2024-08-30T17:48:40.880Z | Compiling httpdate v1.0.3 |
1174 | 2024-08-30T17:48:40.923Z | Compiling openssl-probe v0.1.5 |
1175 | 2024-08-30T17:48:41.087Z | Compiling regex-automata v0.4.6 |
1176 | 2024-08-30T17:48:41.250Z | Compiling tower-service v0.3.2 |
1177 | 2024-08-30T17:48:41.304Z | Compiling slog v2.7.0 |
1178 | 2024-08-30T17:48:41.387Z | Compiling finl_unicode v1.2.0 |
1179 | 2024-08-30T17:48:41.792Z | Compiling iana-time-zone v0.1.60 |
1180 | 2024-08-30T17:48:41.939Z | Compiling stringprep v0.1.4 |
1181 | 2024-08-30T17:48:42.313Z | Compiling miniz_oxide v0.7.2 |
1182 | 2024-08-30T17:48:42.680Z | Compiling url v2.5.2 |
1183 | 2024-08-30T17:48:43.545Z | Compiling serde_derive v1.0.208 |
1184 | 2024-08-30T17:48:43.575Z | Compiling zeroize_derive v1.4.2 |
1185 | 2024-08-30T17:48:43.661Z | Compiling zerocopy-derive v0.7.34 |
1186 | 2024-08-30T17:48:43.946Z | Compiling tokio-macros v2.4.0 |
1187 | 2024-08-30T17:48:44.216Z | Compiling thiserror-impl v1.0.63 |
1188 | 2024-08-30T17:48:44.702Z | Compiling futures-macro v0.3.30 |
1189 | 2024-08-30T17:48:44.866Z | Compiling zeroize v1.7.0 |
1190 | 2024-08-30T17:48:45.045Z | Compiling der_derive v0.7.2 |
1191 | 2024-08-30T17:48:45.292Z | Compiling tracing-attributes v0.1.27 |
1192 | 2024-08-30T17:48:45.493Z | Compiling zerocopy v0.7.34 |
1193 | 2024-08-30T17:48:46.261Z | Compiling futures-util v0.3.30 |
1194 | 2024-08-30T17:48:46.417Z | Compiling crypto-common v0.1.6 |
1195 | 2024-08-30T17:48:46.617Z | Compiling block-buffer v0.10.4 |
1196 | 2024-08-30T17:48:46.922Z | Compiling digest v0.10.7 |
1197 | 2024-08-30T17:48:46.980Z | Compiling block-padding v0.3.3 |
1198 | 2024-08-30T17:48:47.139Z | Compiling thiserror v1.0.63 |
1199 | 2024-08-30T17:48:47.206Z | Compiling inout v0.1.3 |
1200 | 2024-08-30T17:48:47.274Z | Compiling pest v2.7.10 |
1201 | 2024-08-30T17:48:47.379Z | Compiling hmac v0.12.1 |
1202 | 2024-08-30T17:48:47.403Z | Compiling hashbrown v0.14.5 |
1203 | 2024-08-30T17:48:47.452Z | Compiling cipher v0.4.4 |
1204 | 2024-08-30T17:48:47.586Z | Compiling sha2 v0.10.8 |
1205 | 2024-08-30T17:48:47.910Z | Compiling salsa20 v0.10.2 |
1206 | 2024-08-30T17:48:48.108Z | Compiling pbkdf2 v0.12.2 |
1207 | 2024-08-30T17:48:48.265Z | Compiling der v0.7.9 |
1208 | 2024-08-30T17:48:48.525Z | Compiling scroll_derive v0.12.0 |
1209 | 2024-08-30T17:48:48.548Z | Compiling tracing v0.1.40 |
1210 | 2024-08-30T17:48:48.957Z | Compiling scrypt v0.11.0 |
1211 | 2024-08-30T17:48:49.431Z | Compiling pest_meta v2.7.10 |
1212 | 2024-08-30T17:48:49.748Z | Compiling scroll v0.12.0 |
1213 | 2024-08-30T17:48:49.789Z | Compiling cbc v0.1.2 |
1214 | 2024-08-30T17:48:50.018Z | Compiling aes v0.8.4 |
1215 | 2024-08-30T17:48:50.173Z | Compiling spki v0.7.3 |
1216 | 2024-08-30T17:48:50.285Z | Compiling goblin v0.8.2 |
1217 | 2024-08-30T17:48:50.551Z | Compiling pest_generator v2.7.10 |
1218 | 2024-08-30T17:48:51.218Z | Compiling pkcs5 v0.7.1 |
1219 | 2024-08-30T17:48:51.644Z | Compiling openssl-macros v0.1.1 |
1220 | 2024-08-30T17:48:51.800Z | Compiling pkcs8 v0.10.2 |
1221 | 2024-08-30T17:48:52.292Z | Compiling rustls-webpki v0.101.7 |
1222 | 2024-08-30T17:48:52.344Z | Compiling sct v0.7.1 |
1223 | 2024-08-30T17:48:52.371Z | Compiling md-5 v0.10.6 |
1224 | 2024-08-30T17:48:52.476Z | Compiling num-integer v0.1.46 |
1225 | 2024-08-30T17:48:52.604Z | Compiling backtrace v0.3.71 |
1226 | 2024-08-30T17:48:52.631Z | Compiling idna v0.3.0 |
1227 | 2024-08-30T17:48:53.143Z | Compiling lazy_static v1.5.0 |
1228 | 2024-08-30T17:48:53.254Z | Compiling hash32 v0.2.1 |
1229 | 2024-08-30T17:48:53.576Z | Compiling gimli v0.28.1 |
1230 | 2024-08-30T17:48:53.743Z | Compiling pest_derive v2.7.10 |
1231 | 2024-08-30T17:48:53.880Z | Compiling crc32fast v1.4.0 |
1232 | 2024-08-30T17:48:53.904Z | Compiling base64 v0.22.1 |
1233 | 2024-08-30T17:48:54.312Z | Compiling psl-types v2.0.11 |
1234 | 2024-08-30T17:48:54.390Z | Compiling dtrace-parser v0.2.0 |
1235 | 2024-08-30T17:48:54.492Z | Compiling cfg_aliases v0.1.1 |
1236 | 2024-08-30T17:48:54.553Z | Compiling smoltcp v0.9.1 |
1237 | 2024-08-30T17:48:54.593Z | Compiling fallible-iterator v0.2.0 |
1238 | 2024-08-30T17:48:55.175Z | Compiling bytes v1.7.1 |
1239 | 2024-08-30T17:48:55.199Z | Compiling bitflags v2.6.0 |
1240 | 2024-08-30T17:48:55.585Z | Compiling indexmap v2.4.0 |
1241 | 2024-08-30T17:48:56.132Z | Compiling tokio v1.39.3 |
1242 | 2024-08-30T17:48:56.283Z | Compiling http v0.2.12 |
1243 | 2024-08-30T17:48:56.796Z | Compiling semver v1.0.23 |
1244 | 2024-08-30T17:48:57.507Z | Compiling rustc_version v0.4.0 |
1245 | 2024-08-30T17:48:58.108Z | Compiling http-body v0.4.6 |
1246 | 2024-08-30T17:48:58.167Z | Compiling heapless v0.7.17 |
1247 | 2024-08-30T17:48:58.444Z | Compiling dof v0.3.0 |
1248 | 2024-08-30T17:48:58.551Z | Compiling uuid v1.10.0 |
1249 | 2024-08-30T17:48:59.087Z | Compiling usdt-impl v0.5.0 |
1250 | 2024-08-30T17:48:59.749Z | Compiling serde_spanned v0.6.7 |
1251 | 2024-08-30T17:48:59.939Z | Compiling toml_datetime v0.6.8 |
1252 | 2024-08-30T17:49:00.216Z | Compiling serde_tokenstream v0.2.2 |
1253 | 2024-08-30T17:49:00.240Z | Compiling chrono v0.4.38 |
1254 | 2024-08-30T17:49:00.264Z | Compiling num-bigint-dig v0.8.4 |
1255 | 2024-08-30T17:49:00.362Z | Compiling stable_deref_trait v1.2.0 |
1256 | 2024-08-30T17:49:00.390Z | Compiling signal-hook v0.3.17 |
1257 | 2024-08-30T17:49:00.544Z | Compiling terminal_size v0.3.0 |
1258 | 2024-08-30T17:49:00.673Z | Compiling addr2line v0.21.0 |
1259 | 2024-08-30T17:49:00.722Z | Compiling postgres-protocol v0.6.7 |
1260 | 2024-08-30T17:49:00.772Z | Compiling nix v0.28.0 |
1261 | 2024-08-30T17:49:01.257Z | Compiling publicsuffix v2.2.3 |
1262 | 2024-08-30T17:49:01.507Z | Compiling num-iter v0.1.45 |
1263 | 2024-08-30T17:49:01.535Z | Compiling zerocopy-derive v0.6.6 |
1264 | 2024-08-30T17:49:01.558Z | Compiling async-trait v0.1.81 |
1265 | 2024-08-30T17:49:02.591Z | Compiling phf_shared v0.11.2 |
1266 | 2024-08-30T17:49:02.633Z | Compiling serde_derive_internals v0.29.1 |
1267 | 2024-08-30T17:49:02.907Z | Compiling ff v0.13.0 |
1268 | 2024-08-30T17:49:03.099Z | Compiling tokio-util v0.7.11 |
1269 | 2024-08-30T17:49:03.309Z | Compiling tokio-rustls v0.24.1 |
1270 | 2024-08-30T17:49:03.402Z | Compiling object v0.32.2 |
1271 | 2024-08-30T17:49:03.843Z | Compiling fs-err v2.11.0 |
1272 | 2024-08-30T17:49:04.049Z | Compiling h2 v0.3.26 |
1273 | 2024-08-30T17:49:04.113Z | Compiling hubpack_derive v0.1.1 |
1274 | 2024-08-30T17:49:04.197Z | Compiling tokio-native-tls v0.3.1 |
1275 | 2024-08-30T17:49:04.235Z | Compiling schemars v0.8.21 |
1276 | 2024-08-30T17:49:04.433Z | Compiling managed v0.8.0 |
1277 | 2024-08-30T17:49:04.546Z | Compiling ipnet v2.9.0 |
1278 | 2024-08-30T17:49:04.807Z | Compiling rustc-demangle v0.1.24 |
1279 | 2024-08-30T17:49:04.838Z | Compiling bitflags v1.3.2 |
1280 | 2024-08-30T17:49:04.927Z | Compiling either v1.13.0 |
1281 | 2024-08-30T17:49:04.952Z | Compiling anyhow v1.0.86 |
1282 | 2024-08-30T17:49:05.289Z | Compiling base16ct v0.2.0 |
1283 | 2024-08-30T17:49:05.457Z | Compiling winnow v0.5.40 |
1284 | 2024-08-30T17:49:05.574Z | Compiling base64 v0.21.7 |
1285 | 2024-08-30T17:49:05.598Z | Compiling clap_builder v4.5.15 |
1286 | 2024-08-30T17:49:05.684Z | Compiling sec1 v0.7.3 |
1287 | 2024-08-30T17:49:05.811Z | Compiling schemars_derive v0.8.21 |
1288 | 2024-08-30T17:49:06.146Z | Compiling rustls-pemfile v1.0.4 |
1289 | 2024-08-30T17:49:06.551Z | Compiling hubpack v0.1.2 |
1290 | 2024-08-30T17:49:07.137Z | Compiling zerocopy v0.6.6 |
1291 | 2024-08-30T17:49:07.833Z | Compiling group v0.13.0 |
1292 | 2024-08-30T17:49:07.980Z | Compiling phf v0.11.2 |
1293 | 2024-08-30T17:49:08.117Z | Compiling postgres-types v0.2.7 |
1294 | 2024-08-30T17:49:08.261Z | Compiling cookie_store v0.20.0 |
1295 | 2024-08-30T17:49:08.531Z | Compiling toml_edit v0.19.15 |
1296 | 2024-08-30T17:49:09.394Z | Compiling usdt-macro v0.5.0 |
1297 | 2024-08-30T17:49:09.538Z | Compiling hyper v0.14.30 |
1298 | 2024-08-30T17:49:09.570Z | Compiling usdt-attr-macro v0.5.0 |
1299 | 2024-08-30T17:49:10.899Z | Compiling serde_urlencoded v0.7.1 |
1300 | 2024-08-30T17:49:11.340Z | Compiling pkcs1 v0.7.5 |
1301 | 2024-08-30T17:49:11.467Z | Compiling futures-executor v0.3.30 |
1302 | 2024-08-30T17:49:12.014Z | Compiling hkdf v0.12.4 |
1303 | 2024-08-30T17:49:12.038Z | Compiling signature v2.2.0 |
1304 | 2024-08-30T17:49:12.228Z | Compiling crypto-bigint v0.5.5 |
1305 | 2024-08-30T17:49:12.252Z | Compiling regex v1.10.6 |
1306 | 2024-08-30T17:49:12.311Z | Compiling bstr v1.9.1 |
1307 | 2024-08-30T17:49:12.563Z | Compiling enum-as-inner v0.6.0 |
1308 | 2024-08-30T17:49:13.153Z | Compiling clap_derive v4.5.13 |
1309 | 2024-08-30T17:49:13.279Z | Compiling serde_repr v0.1.19 |
1310 | 2024-08-30T17:49:13.420Z | Compiling strum_macros v0.25.3 |
1311 | 2024-08-30T17:49:13.782Z | Compiling phf_shared v0.10.0 |
1312 | 2024-08-30T17:49:14.138Z | Compiling float-cmp v0.9.0 |
1313 | 2024-08-30T17:49:14.230Z | Compiling idna v0.4.0 |
1314 | 2024-08-30T17:49:14.340Z | Compiling mio v0.8.11 |
1315 | 2024-08-30T17:49:15.105Z | Compiling encoding_rs v0.8.34 |
1316 | 2024-08-30T17:49:15.426Z | Compiling hyper-tls v0.5.0 |
1317 | 2024-08-30T17:49:15.477Z | Compiling hyper-rustls v0.24.2 |
1318 | 2024-08-30T17:49:15.736Z | Compiling unicode-segmentation v1.11.0 |
1319 | 2024-08-30T17:49:15.769Z | Compiling static_assertions v1.1.0 |
1320 | 2024-08-30T17:49:15.870Z | Compiling bit-vec v0.6.3 |
1321 | 2024-08-30T17:49:16.287Z | Compiling new_debug_unreachable v1.0.6 |
1322 | 2024-08-30T17:49:16.396Z | Compiling data-encoding v2.6.0 |
1323 | 2024-08-30T17:49:16.456Z | Compiling dyn-clone v1.0.17 |
1324 | 2024-08-30T17:49:16.655Z | Compiling sync_wrapper v0.1.2 |
1325 | 2024-08-30T17:49:16.679Z | Compiling minimal-lexical v0.2.1 |
1326 | 2024-08-30T17:49:16.784Z | Compiling mime v0.3.17 |
1327 | 2024-08-30T17:49:17.101Z | Compiling difflib v0.4.0 |
1328 | 2024-08-30T17:49:17.125Z | Compiling fixedbitset v0.4.2 |
1329 | 2024-08-30T17:49:17.166Z | Compiling predicates-core v1.0.6 |
1330 | 2024-08-30T17:49:17.341Z | Compiling webpki-roots v0.25.4 |
1331 | 2024-08-30T17:49:17.488Z | Compiling precomputed-hash v0.1.1 |
1332 | 2024-08-30T17:49:17.511Z | Compiling normalize-line-endings v0.3.0 |
1333 | 2024-08-30T17:49:17.535Z | Compiling whoami v1.5.1 |
1334 | 2024-08-30T17:49:17.604Z | Compiling string_cache v0.8.7 |
1335 | 2024-08-30T17:49:17.629Z | Compiling predicates v3.1.2 |
1336 | 2024-08-30T17:49:17.799Z | Compiling reqwest v0.11.27 |
1337 | 2024-08-30T17:49:18.020Z | Compiling tokio-postgres v0.7.11 |
1338 | 2024-08-30T17:49:18.102Z | Compiling petgraph v0.6.5 |
1339 | 2024-08-30T17:49:18.422Z | Compiling clap v4.5.16 |
1340 | 2024-08-30T17:49:18.446Z | Compiling console v0.15.8 |
1341 | 2024-08-30T17:49:18.537Z | Compiling nom v7.1.3 |
1342 | 2024-08-30T17:49:18.633Z | Compiling hickory-proto v0.24.1 |
1343 | 2024-08-30T17:49:19.067Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1344 | 2024-08-30T17:49:20.337Z | Compiling toml_edit v0.22.20 |
1345 | 2024-08-30T17:49:21.327Z | Compiling similar v2.6.0 |
1346 | 2024-08-30T17:49:21.481Z | Compiling bit-set v0.5.3 |
1347 | 2024-08-30T17:49:21.718Z | Compiling usdt v0.5.0 |
1348 | 2024-08-30T17:49:22.184Z | Compiling signal-hook-mio v0.2.4 |
1349 | 2024-08-30T17:49:22.339Z | Compiling elliptic-curve v0.13.8 |
1350 | 2024-08-30T17:49:22.573Z | Compiling rsa v0.9.6 |
1351 | 2024-08-30T17:49:22.790Z | Compiling futures v0.3.30 |
1352 | 2024-08-30T17:49:22.896Z | Compiling toml v0.7.8 |
1353 | 2024-08-30T17:49:23.784Z | Compiling flate2 v1.0.31 |
1354 | 2024-08-30T17:49:24.321Z | Compiling itertools v0.12.1 |
1355 | 2024-08-30T17:49:24.586Z | Compiling itertools v0.10.5 |
1356 | 2024-08-30T17:49:24.819Z | Compiling tokio-stream v0.1.15 |
1357 | 2024-08-30T17:49:25.647Z | Compiling openapiv3 v2.0.0 |
1358 | 2024-08-30T17:49:26.638Z | Compiling hex v0.4.3 |
1359 | 2024-08-30T17:49:26.835Z | Compiling sha1 v0.10.6 |
1360 | 2024-08-30T17:49:26.897Z | Compiling crossbeam-epoch v0.9.18 |
1361 | 2024-08-30T17:49:26.967Z | Compiling dirs-sys-next v0.1.2 |
1362 | 2024-08-30T17:49:27.147Z | Compiling peg-runtime v0.8.3 |
1363 | 2024-08-30T17:49:27.212Z | Compiling lalrpop-util v0.19.12 |
1364 | 2024-08-30T17:49:27.236Z | Compiling unicode-xid v0.2.4 |
1365 | 2024-08-30T17:49:27.396Z | Compiling dirs-next v2.0.0 |
1366 | 2024-08-30T17:49:27.530Z | Compiling thread_local v1.1.8 |
1367 | 2024-08-30T17:49:27.558Z | Compiling slog-async v2.8.0 |
1368 | 2024-08-30T17:49:27.582Z | Compiling term v0.7.0 |
1369 | 2024-08-30T17:49:27.606Z | Compiling xattr v1.3.1 |
1370 | 2024-08-30T17:49:27.732Z | Compiling strum_macros v0.26.4 |
1371 | 2024-08-30T17:49:27.842Z | Compiling crossbeam-channel v0.5.12 |
1372 | 2024-08-30T17:49:28.019Z | Compiling filetime v0.2.25 |
1373 | 2024-08-30T17:49:28.066Z | Compiling is-terminal v0.4.12 |
1374 | 2024-08-30T17:49:28.195Z | Compiling take_mut v0.2.2 |
1375 | 2024-08-30T17:49:28.303Z | Compiling tar v0.4.41 |
1376 | 2024-08-30T17:49:28.347Z | Compiling slog-term v2.9.1 |
1377 | 2024-08-30T17:49:28.858Z | Compiling camino v1.1.9 |
1378 | 2024-08-30T17:49:29.811Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1379 | 2024-08-30T17:49:30.849Z | Compiling strum v0.26.3 |
1380 | 2024-08-30T17:49:30.963Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1381 | 2024-08-30T17:49:37.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
1382 | 2024-08-30T17:49:37.294Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1383 | 2024-08-30T17:49:37.365Z | Aug 30 17:49:37.223 INFO Starting download, target: Clickhouse |
1384 | 2024-08-30T17:49:37.365Z | Aug 30 17:49:37.224 INFO Starting download, target: Cockroach |
1385 | 2024-08-30T17:49:37.365Z | Aug 30 17:49:37.224 INFO Starting download, target: Console |
1386 | 2024-08-30T17:49:37.365Z | Aug 30 17:49:37.224 INFO Starting download, target: DendriteOpenapi |
1387 | 2024-08-30T17:49:37.365Z | Aug 30 17:49:37.224 INFO Starting download, target: DendriteStub |
1388 | 2024-08-30T17:49:37.365Z | Aug 30 17:49:37.224 INFO Starting download, target: MaghemiteMgd |
1389 | 2024-08-30T17:49:37.389Z | Aug 30 17:49:37.224 INFO Starting download, target: TransceiverControl |
1390 | 2024-08-30T17:49:37.389Z | Aug 30 17:49:37.225 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1391 | 2024-08-30T17:49:37.389Z | Aug 30 17:49:37.225 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1392 | 2024-08-30T17:49:37.389Z | Aug 30 17:49:37.225 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1393 | 2024-08-30T17:49:37.389Z | Aug 30 17:49:37.225 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1394 | 2024-08-30T17:49:37.389Z | Aug 30 17:49:37.225 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1395 | 2024-08-30T17:49:37.389Z | Aug 30 17:49:37.225 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1396 | 2024-08-30T17:49:37.389Z | Aug 30 17:49:37.226 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1397 | 2024-08-30T17:49:37.682Z | Aug 30 17:49:37.535 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1398 | 2024-08-30T17:49:37.877Z | Aug 30 17:49:37.734 INFO Download complete, target: DendriteOpenapi |
1399 | 2024-08-30T17:49:37.990Z | Aug 30 17:49:37.849 INFO Download complete, target: Console |
1400 | 2024-08-30T17:49:39.113Z | Aug 30 17:49:38.951 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1401 | 2024-08-30T17:49:39.759Z | Aug 30 17:49:39.619 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1402 | 2024-08-30T17:49:40.459Z | Aug 30 17:49:40.317 INFO Download complete, target: TransceiverControl |
1403 | 2024-08-30T17:49:42.237Z | Aug 30 17:49:42.095 INFO Download complete, target: DendriteStub |
1404 | 2024-08-30T17:49:47.048Z | Aug 30 17:49:46.907 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1405 | 2024-08-30T17:49:48.492Z | Aug 30 17:49:48.351 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1406 | 2024-08-30T17:49:48.492Z | Aug 30 17:49:48.352 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1407 | 2024-08-30T17:49:48.646Z | Aug 30 17:49:48.505 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1408 | 2024-08-30T17:49:50.338Z | Aug 30 17:49:50.197 INFO Download complete, target: MaghemiteMgd |
1409 | 2024-08-30T17:49:57.556Z | Aug 30 17:49:57.415 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1410 | 2024-08-30T17:49:57.947Z | Aug 30 17:49:57.806 INFO Checking that binary works, target: Cockroach |
1411 | 2024-08-30T17:49:58.210Z | Aug 30 17:49:58.069 INFO Download complete, target: Cockroach |
1412 | 2024-08-30T17:50:04.380Z | Aug 30 17:50:04.239 INFO Checking that binary works, target: Clickhouse |
1413 | 2024-08-30T17:50:04.660Z | Aug 30 17:50:04.519 INFO Download complete, target: Clickhouse |
1414 | 2024-08-30T17:50:04.688Z | All builder prerequisites installed successfully, and PATH looks valid |
1415 | 2024-08-30T17:50:04.712Z | |
1416 | 2024-08-30T17:50:04.712Z | real 3:52.871876828 |
1417 | 2024-08-30T17:50:04.712Z | user 9:59.166302992 |
1418 | 2024-08-30T17:50:04.713Z | sys 2:23.323383251 |
1419 | 2024-08-30T17:50:04.713Z | trap 0.321887597 |
1420 | 2024-08-30T17:50:04.713Z | tflt 0.659700942 |
1421 | 2024-08-30T17:50:04.713Z | dflt 1.568599023 |
1422 | 2024-08-30T17:50:04.713Z | kflt 0.008530054 |
1423 | 2024-08-30T17:50:04.713Z | lock 21:38.783657131 |
1424 | 2024-08-30T17:50:04.713Z | slp 38:18.927554612 |
1425 | 2024-08-30T17:50:04.713Z | lat 46.796395076 |
1426 | 2024-08-30T17:50:04.713Z | stop 1:45.222628706 |
1427 | 2024-08-30T17:50:04.713Z | + banner clippy |
1428 | 2024-08-30T17:50:04.713Z | |
1429 | 2024-08-30T17:50:04.713Z | #### # # ##### ##### # # |
1430 | 2024-08-30T17:50:04.713Z | # # # # # # # # # # |
1431 | 2024-08-30T17:50:04.713Z | # # # # # # # # |
1432 | 2024-08-30T17:50:04.713Z | # # # ##### ##### # |
1433 | 2024-08-30T17:50:04.713Z | # # # # # # # |
1434 | 2024-08-30T17:50:04.713Z | #### ###### # # # # |
1435 | 2024-08-30T17:50:04.713Z | |
1436 | 2024-08-30T17:50:04.713Z | + export CARGO_INCREMENTAL=0 |
1437 | 2024-08-30T17:50:04.713Z | + CARGO_INCREMENTAL=0 |
1438 | 2024-08-30T17:50:04.713Z | + ptime -m cargo xtask clippy |
1439 | 2024-08-30T17:50:05.559Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1440 | 2024-08-30T17:50:10.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s |
1441 | 2024-08-30T17:50:10.519Z | Running `target/debug/xtask clippy` |
1442 | 2024-08-30T17:50:10.547Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1443 | 2024-08-30T17:50:11.448Z | Downloading crates ... |
1444 | 2024-08-30T17:50:11.829Z | Downloaded doc-comment v0.3.3 |
1445 | 2024-08-30T17:50:11.853Z | Downloaded anes v0.1.6 |
1446 | 2024-08-30T17:50:11.853Z | Downloaded rust-argon2 v2.1.0 |
1447 | 2024-08-30T17:50:11.853Z | Downloaded yansi v0.5.1 |
1448 | 2024-08-30T17:50:11.877Z | Downloaded tinytemplate v1.2.1 |
1449 | 2024-08-30T17:50:11.877Z | Downloaded trybuild v1.0.99 |
1450 | 2024-08-30T17:50:11.877Z | Downloaded criterion v0.5.1 |
1451 | 2024-08-30T17:50:11.901Z | Downloaded bstr v0.2.17 |
1452 | 2024-08-30T17:50:11.901Z | Downloaded tower v0.4.13 |
1453 | 2024-08-30T17:50:11.901Z | Downloaded toml_edit v0.21.1 |
1454 | 2024-08-30T17:50:11.924Z | Downloaded rstest_macros v0.22.0 |
1455 | 2024-08-30T17:50:11.948Z | Downloaded regex-automata v0.1.10 |
1456 | 2024-08-30T17:50:11.948Z | Downloaded rand_distr v0.4.3 |
1457 | 2024-08-30T17:50:11.948Z | Downloaded pretty_assertions v1.4.0 |
1458 | 2024-08-30T17:50:11.948Z | Downloaded plotters-backend v0.3.5 |
1459 | 2024-08-30T17:50:11.948Z | Downloaded plotters v0.3.5 |
1460 | 2024-08-30T17:50:11.972Z | Downloaded hyper-util v0.1.3 |
1461 | 2024-08-30T17:50:11.972Z | Downloaded hyper-rustls v0.26.0 |
1462 | 2024-08-30T17:50:11.972Z | Downloaded hyper v1.3.1 |
1463 | 2024-08-30T17:50:11.972Z | Downloaded httptest v0.15.5 |
1464 | 2024-08-30T17:50:11.972Z | Downloaded guppy v0.17.7 |
1465 | 2024-08-30T17:50:11.995Z | Downloaded fancy-regex v0.13.0 |
1466 | 2024-08-30T17:50:11.995Z | Downloaded threadpool v1.8.1 |
1467 | 2024-08-30T17:50:11.995Z | Downloaded target-spec v3.2.1 |
1468 | 2024-08-30T17:50:11.996Z | Downloaded target-lexicon v0.12.16 |
1469 | 2024-08-30T17:50:11.996Z | Downloaded similar-asserts v1.5.0 |
1470 | 2024-08-30T17:50:11.996Z | Downloaded rustls-native-certs v0.7.0 |
1471 | 2024-08-30T17:50:11.996Z | Downloaded rstest v0.22.0 |
1472 | 2024-08-30T17:50:11.996Z | Downloaded relative-path v1.9.3 |
1473 | 2024-08-30T17:50:11.996Z | Downloaded cast v0.3.0 |
1474 | 2024-08-30T17:50:11.996Z | Downloaded blake2b_simd v1.0.2 |
1475 | 2024-08-30T17:50:12.020Z | Downloaded tower-layer v0.3.2 |
1476 | 2024-08-30T17:50:12.020Z | Downloaded proc-macro-crate v3.1.0 |
1477 | 2024-08-30T17:50:12.020Z | Downloaded plotters-svg v0.3.5 |
1478 | 2024-08-30T17:50:12.020Z | Downloaded pathdiff v0.2.1 |
1479 | 2024-08-30T17:50:12.020Z | Downloaded partial-io v0.5.4 |
1480 | 2024-08-30T17:50:12.020Z | Downloaded oorandom v11.1.3 |
1481 | 2024-08-30T17:50:12.020Z | Downloaded num_cpus v1.16.0 |
1482 | 2024-08-30T17:50:12.020Z | Downloaded nested v0.1.1 |
1483 | 2024-08-30T17:50:12.020Z | Downloaded libtest-mimic v0.7.3 |
1484 | 2024-08-30T17:50:12.020Z | Downloaded http-body v1.0.0 |
1485 | 2024-08-30T17:50:12.020Z | Downloaded guppy-workspace-hack v0.1.0 |
1486 | 2024-08-30T17:50:12.020Z | Downloaded futures-timer v3.0.3 |
1487 | 2024-08-30T17:50:12.020Z | Downloaded datatest-stable v0.2.9 |
1488 | 2024-08-30T17:50:12.020Z | Downloaded criterion-plot v0.5.0 |
1489 | 2024-08-30T17:50:12.020Z | Downloaded assert_cmd v2.0.16 |
1490 | 2024-08-30T17:50:12.044Z | Downloaded approx v0.5.1 |
1491 | 2024-08-30T17:50:12.044Z | Downloaded escape8259 v0.5.2 |
1492 | 2024-08-30T17:50:12.044Z | Downloaded cfg-expr v0.16.0 |
1493 | 2024-08-30T17:50:12.748Z | Checking cfg-if v1.0.0 |
1494 | 2024-08-30T17:50:12.778Z | Checking libc v0.2.158 |
1495 | 2024-08-30T17:50:12.803Z | Checking serde v1.0.208 |
1496 | 2024-08-30T17:50:12.827Z | Checking memchr v2.7.2 |
1497 | 2024-08-30T17:50:12.852Z | Checking scopeguard v1.2.0 |
1498 | 2024-08-30T17:50:12.876Z | Checking log v0.4.21 |
1499 | 2024-08-30T17:50:12.904Z | Checking byteorder v1.5.0 |
1500 | 2024-08-30T17:50:12.930Z | Checking itoa v1.0.11 |
1501 | 2024-08-30T17:50:12.955Z | Checking smallvec v1.13.2 |
1502 | 2024-08-30T17:50:13.002Z | Checking lock_api v0.4.12 |
1503 | 2024-08-30T17:50:13.141Z | Checking zeroize v1.7.0 |
1504 | 2024-08-30T17:50:13.165Z | Checking once_cell v1.19.0 |
1505 | 2024-08-30T17:50:13.272Z | Checking pin-project-lite v0.2.14 |
1506 | 2024-08-30T17:50:13.296Z | Checking typenum v1.17.0 |
1507 | 2024-08-30T17:50:13.361Z | Checking libm v0.2.8 |
1508 | 2024-08-30T17:50:13.389Z | Checking subtle v2.5.0 |
1509 | 2024-08-30T17:50:13.420Z | Checking thiserror v1.0.63 |
1510 | 2024-08-30T17:50:13.445Z | Checking ryu v1.0.18 |
1511 | 2024-08-30T17:50:13.537Z | Checking spin v0.9.8 |
1512 | 2024-08-30T17:50:13.580Z | Checking futures-core v0.3.30 |
1513 | 2024-08-30T17:50:13.630Z | Checking zerocopy v0.7.34 |
1514 | 2024-08-30T17:50:13.654Z | Checking const-oid v0.9.6 |
1515 | 2024-08-30T17:50:13.728Z | Checking getrandom v0.2.14 |
1516 | 2024-08-30T17:50:13.761Z | Checking parking_lot_core v0.9.10 |
1517 | 2024-08-30T17:50:13.860Z | Checking signal-hook-registry v1.4.2 |
1518 | 2024-08-30T17:50:13.960Z | Checking rand_core v0.6.4 |
1519 | 2024-08-30T17:50:14.063Z | Checking parking_lot v0.12.2 |
1520 | 2024-08-30T17:50:14.088Z | Checking mio v1.0.2 |
1521 | 2024-08-30T17:50:14.114Z | Checking num-traits v0.2.19 |
1522 | 2024-08-30T17:50:14.228Z | Checking socket2 v0.5.7 |
1523 | 2024-08-30T17:50:14.275Z | Checking generic-array v0.14.7 |
1524 | 2024-08-30T17:50:14.369Z | Checking futures-sink v0.3.30 |
1525 | 2024-08-30T17:50:14.502Z | Checking futures-channel v0.3.30 |
1526 | 2024-08-30T17:50:14.592Z | Checking slab v0.4.9 |
1527 | 2024-08-30T17:50:14.630Z | Checking pin-utils v0.1.0 |
1528 | 2024-08-30T17:50:14.720Z | Checking futures-task v0.3.30 |
1529 | 2024-08-30T17:50:14.805Z | Checking futures-io v0.3.30 |
1530 | 2024-08-30T17:50:14.837Z | Checking cpufeatures v0.2.12 |
1531 | 2024-08-30T17:50:14.861Z | Checking ahash v0.8.11 |
1532 | 2024-08-30T17:50:14.940Z | Checking allocator-api2 v0.2.18 |
1533 | 2024-08-30T17:50:14.967Z | Checking fnv v1.0.7 |
1534 | 2024-08-30T17:50:14.991Z | Checking futures-util v0.3.30 |
1535 | 2024-08-30T17:50:15.077Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1536 | 2024-08-30T17:50:15.101Z | Checking iana-time-zone v0.1.60 |
1537 | 2024-08-30T17:50:15.213Z | Checking crypto-common v0.1.6 |
1538 | 2024-08-30T17:50:15.240Z | Checking block-buffer v0.10.4 |
1539 | 2024-08-30T17:50:15.347Z | Checking equivalent v1.0.1 |
1540 | 2024-08-30T17:50:15.410Z | Checking ppv-lite86 v0.2.17 |
1541 | 2024-08-30T17:50:15.433Z | Checking tinyvec_macros v0.1.1 |
1542 | 2024-08-30T17:50:15.476Z | Checking digest v0.10.7 |
1543 | 2024-08-30T17:50:15.501Z | Checking tracing-core v0.1.32 |
1544 | 2024-08-30T17:50:15.544Z | Checking tinyvec v1.6.0 |
1545 | 2024-08-30T17:50:15.575Z | Checking unicode-bidi v0.3.15 |
1546 | 2024-08-30T17:50:15.599Z | Checking hashbrown v0.14.5 |
1547 | 2024-08-30T17:50:15.841Z | Checking percent-encoding v2.3.1 |
1548 | 2024-08-30T17:50:16.048Z | Checking dyn-clone v1.0.17 |
1549 | 2024-08-30T17:50:16.072Z | Checking rand_chacha v0.3.1 |
1550 | 2024-08-30T17:50:16.140Z | Checking tracing v0.1.40 |
1551 | 2024-08-30T17:50:16.172Z | Checking regex-syntax v0.8.4 |
1552 | 2024-08-30T17:50:16.204Z | Checking block-padding v0.3.3 |
1553 | 2024-08-30T17:50:16.410Z | Checking errno v0.3.9 |
1554 | 2024-08-30T17:50:16.439Z | Checking rand v0.8.5 |
1555 | 2024-08-30T17:50:16.517Z | Checking inout v0.1.3 |
1556 | 2024-08-30T17:50:16.595Z | Checking form_urlencoded v1.2.1 |
1557 | 2024-08-30T17:50:16.729Z | Checking unicode-normalization v0.1.23 |
1558 | 2024-08-30T17:50:16.755Z | Checking lazy_static v1.5.0 |
1559 | 2024-08-30T17:50:16.782Z | Checking aho-corasick v1.1.3 |
1560 | 2024-08-30T17:50:16.807Z | Checking cipher v0.4.4 |
1561 | 2024-08-30T17:50:16.959Z | Checking httparse v1.8.0 |
1562 | 2024-08-30T17:50:17.035Z | Checking bytes v1.7.1 |
1563 | 2024-08-30T17:50:17.203Z | Checking bitflags v2.6.0 |
1564 | 2024-08-30T17:50:17.325Z | Checking serde_json v1.0.125 |
1565 | 2024-08-30T17:50:17.463Z | Checking chrono v0.4.38 |
1566 | 2024-08-30T17:50:17.520Z | Checking uuid v1.10.0 |
1567 | 2024-08-30T17:50:17.544Z | Checking indexmap v2.4.0 |
1568 | 2024-08-30T17:50:17.730Z | Checking tokio v1.39.3 |
1569 | 2024-08-30T17:50:18.026Z | Checking rustix v0.38.34 |
1570 | 2024-08-30T17:50:18.195Z | Checking unicode-ident v1.0.12 |
1571 | 2024-08-30T17:50:18.340Z | Checking base64ct v1.6.0 |
1572 | 2024-08-30T17:50:18.581Z | Checking http v0.2.12 |
1573 | 2024-08-30T17:50:18.694Z | Checking hmac v0.12.1 |
1574 | 2024-08-30T17:50:18.721Z | Checking powerfmt v0.2.0 |
1575 | 2024-08-30T17:50:18.834Z | Checking regex-automata v0.4.6 |
1576 | 2024-08-30T17:50:18.879Z | Checking unicode-width v0.1.13 |
1577 | 2024-08-30T17:50:18.966Z | Checking adler v1.0.2 |
1578 | 2024-08-30T17:50:19.047Z | Checking deranged v0.3.11 |
1579 | 2024-08-30T17:50:19.116Z | Checking miniz_oxide v0.7.2 |
1580 | 2024-08-30T17:50:19.140Z | Checking schemars v0.8.21 |
1581 | 2024-08-30T17:50:19.383Z | Checking proc-macro2 v1.0.86 |
1582 | 2024-08-30T17:50:19.664Z | Checking idna v0.5.0 |
1583 | 2024-08-30T17:50:19.732Z | Checking sha2 v0.10.8 |
1584 | 2024-08-30T17:50:19.756Z | Checking time-core v0.1.2 |
1585 | 2024-08-30T17:50:19.899Z | Checking num-conv v0.1.0 |
1586 | 2024-08-30T17:50:19.980Z | Checking num_threads v0.1.7 |
1587 | 2024-08-30T17:50:20.085Z | Checking untrusted v0.9.0 |
1588 | 2024-08-30T17:50:20.119Z | Checking quote v1.0.36 |
1589 | 2024-08-30T17:50:20.195Z | Checking try-lock v0.2.5 |
1590 | 2024-08-30T17:50:20.236Z | Checking ring v0.17.8 |
1591 | 2024-08-30T17:50:20.333Z | Checking want v0.3.1 |
1592 | 2024-08-30T17:50:20.357Z | Checking url v2.5.2 |
1593 | 2024-08-30T17:50:20.421Z | Checking syn v2.0.74 |
1594 | 2024-08-30T17:50:20.470Z | Checking time v0.3.36 |
1595 | 2024-08-30T17:50:20.502Z | Checking pem-rfc7468 v0.7.0 |
1596 | 2024-08-30T17:50:20.525Z | Checking slog v2.7.0 |
1597 | 2024-08-30T17:50:20.739Z | Checking tower-service v0.3.2 |
1598 | 2024-08-30T17:50:20.857Z | Checking futures-executor v0.3.30 |
1599 | 2024-08-30T17:50:20.946Z | Checking gimli v0.28.1 |
1600 | 2024-08-30T17:50:21.013Z | Checking flagset v0.4.5 |
1601 | 2024-08-30T17:50:21.061Z | Checking futures v0.3.30 |
1602 | 2024-08-30T17:50:21.160Z | Checking httpdate v1.0.3 |
1603 | 2024-08-30T17:50:21.194Z | Checking der v0.7.9 |
1604 | 2024-08-30T17:50:21.370Z | Checking http-body v0.4.6 |
1605 | 2024-08-30T17:50:21.726Z | Checking pbkdf2 v0.12.2 |
1606 | 2024-08-30T17:50:21.812Z | Checking aes v0.8.4 |
1607 | 2024-08-30T17:50:21.891Z | Checking object v0.32.2 |
1608 | 2024-08-30T17:50:22.531Z | Checking rustc-demangle v0.1.24 |
1609 | 2024-08-30T17:50:22.572Z | Checking salsa20 v0.10.2 |
1610 | 2024-08-30T17:50:22.648Z | Checking regex v1.10.6 |
1611 | 2024-08-30T17:50:22.776Z | Checking cbc v0.1.2 |
1612 | 2024-08-30T17:50:22.804Z | Checking spki v0.7.3 |
1613 | 2024-08-30T17:50:22.901Z | Checking base64 v0.21.7 |
1614 | 2024-08-30T17:50:22.962Z | Checking mime v0.3.17 |
1615 | 2024-08-30T17:50:23.067Z | Checking scrypt v0.11.0 |
1616 | 2024-08-30T17:50:23.181Z | Checking data-encoding v2.6.0 |
1617 | 2024-08-30T17:50:23.248Z | Checking utf8parse v0.2.1 |
1618 | 2024-08-30T17:50:23.272Z | Checking ipnet v2.9.0 |
1619 | 2024-08-30T17:50:23.327Z | Checking pkcs5 v0.7.1 |
1620 | 2024-08-30T17:50:23.385Z | Checking toml_datetime v0.6.8 |
1621 | 2024-08-30T17:50:23.633Z | Checking serde_spanned v0.6.7 |
1622 | 2024-08-30T17:50:23.707Z | Checking crossbeam-utils v0.8.19 |
1623 | 2024-08-30T17:50:23.740Z | Checking tokio-util v0.7.11 |
1624 | 2024-08-30T17:50:23.764Z | Checking openssl-probe v0.1.5 |
1625 | 2024-08-30T17:50:23.764Z | Checking foreign-types-shared v0.1.1 |
1626 | 2024-08-30T17:50:23.825Z | Checking pkcs8 v0.10.2 |
1627 | 2024-08-30T17:50:23.887Z | Checking foreign-types v0.3.2 |
1628 | 2024-08-30T17:50:23.924Z | Checking serde_urlencoded v0.7.1 |
1629 | 2024-08-30T17:50:23.983Z | Checking openssl-sys v0.9.103 |
1630 | 2024-08-30T17:50:24.062Z | Checking addr2line v0.21.0 |
1631 | 2024-08-30T17:50:24.114Z | Checking encoding_rs v0.8.34 |
1632 | 2024-08-30T17:50:24.249Z | Checking anstyle v1.0.8 |
1633 | 2024-08-30T17:50:24.299Z | Checking rustls-webpki v0.101.7 |
1634 | 2024-08-30T17:50:24.467Z | Checking h2 v0.3.26 |
1635 | 2024-08-30T17:50:24.493Z | Checking sct v0.7.1 |
1636 | 2024-08-30T17:50:24.552Z | Checking semver v1.0.23 |
1637 | 2024-08-30T17:50:24.664Z | Checking sha1 v0.10.6 |
1638 | 2024-08-30T17:50:24.889Z | Checking either v1.13.0 |
1639 | 2024-08-30T17:50:24.913Z | Checking rustls v0.21.12 |
1640 | 2024-08-30T17:50:24.936Z | Checking scroll v0.12.0 |
1641 | 2024-08-30T17:50:25.070Z | Checking openssl v0.10.66 |
1642 | 2024-08-30T17:50:25.220Z | Checking ucd-trie v0.1.6 |
1643 | 2024-08-30T17:50:25.315Z | Checking plain v0.2.3 |
1644 | 2024-08-30T17:50:25.407Z | Checking pest v2.7.10 |
1645 | 2024-08-30T17:50:25.462Z | Checking goblin v0.8.2 |
1646 | 2024-08-30T17:50:25.649Z | Checking anstyle-parse v0.2.4 |
1647 | 2024-08-30T17:50:25.885Z | Checking openapiv3 v2.0.0 |
1648 | 2024-08-30T17:50:25.938Z | Checking idna v0.3.0 |
1649 | 2024-08-30T17:50:26.587Z | Checking anstyle-query v1.0.3 |
1650 | 2024-08-30T17:50:26.707Z | Checking bitflags v1.3.2 |
1651 | 2024-08-30T17:50:26.804Z | Checking is_terminal_polyfill v1.70.0 |
1652 | 2024-08-30T17:50:26.938Z | Checking psl-types v2.0.11 |
1653 | 2024-08-30T17:50:26.962Z | Checking backtrace v0.3.71 |
1654 | 2024-08-30T17:50:27.101Z | Checking base64 v0.22.1 |
1655 | 2024-08-30T17:50:27.464Z | Checking anyhow v1.0.86 |
1656 | 2024-08-30T17:50:27.509Z | Checking pretty-hex v0.4.1 |
1657 | 2024-08-30T17:50:27.597Z | Checking colorchoice v1.0.1 |
1658 | 2024-08-30T17:50:27.684Z | Checking dtrace-parser v0.2.0 |
1659 | 2024-08-30T17:50:27.720Z | Checking tokio-rustls v0.24.1 |
1660 | 2024-08-30T17:50:27.744Z | Checking anstream v0.6.14 |
1661 | 2024-08-30T17:50:27.797Z | Checking publicsuffix v2.2.3 |
1662 | 2024-08-30T17:50:28.011Z | Checking rustls-pemfile v1.0.4 |
1663 | 2024-08-30T17:50:28.038Z | Checking cookie v0.17.0 |
1664 | 2024-08-30T17:50:28.066Z | Checking terminal_size v0.3.0 |
1665 | 2024-08-30T17:50:28.100Z | Checking thread-id v4.2.1 |
1666 | 2024-08-30T17:50:28.193Z | Checking clap_lex v0.7.0 |
1667 | 2024-08-30T17:50:28.217Z | Checking strsim v0.11.1 |
1668 | 2024-08-30T17:50:28.240Z | Checking signature v2.2.0 |
1669 | 2024-08-30T17:50:28.418Z | Checking cookie_store v0.20.0 |
1670 | 2024-08-30T17:50:28.442Z | Checking memmap v0.7.0 |
1671 | 2024-08-30T17:50:28.466Z | Checking webpki-roots v0.25.4 |
1672 | 2024-08-30T17:50:28.490Z | Checking clap_builder v4.5.15 |
1673 | 2024-08-30T17:50:28.615Z | Checking sync_wrapper v0.1.2 |
1674 | 2024-08-30T17:50:28.639Z | Checking num-integer v0.1.46 |
1675 | 2024-08-30T17:50:28.678Z | Checking winnow v0.6.18 |
1676 | 2024-08-30T17:50:28.739Z | Checking base16ct v0.2.0 |
1677 | 2024-08-30T17:50:28.913Z | Checking sec1 v0.7.3 |
1678 | 2024-08-30T17:50:28.998Z | Checking ff v0.13.0 |
1679 | 2024-08-30T17:50:29.058Z | Checking stable_deref_trait v1.2.0 |
1680 | 2024-08-30T17:50:29.155Z | Checking num-iter v0.1.45 |
1681 | 2024-08-30T17:50:29.191Z | Checking group v0.13.0 |
1682 | 2024-08-30T17:50:29.263Z | Checking hkdf v0.12.4 |
1683 | 2024-08-30T17:50:29.320Z | Checking crypto-bigint v0.5.5 |
1684 | 2024-08-30T17:50:29.429Z | Checking crc32fast v1.4.0 |
1685 | 2024-08-30T17:50:29.473Z | Checking crossbeam-epoch v0.9.18 |
1686 | 2024-08-30T17:50:29.555Z | Checking hyper v0.14.30 |
1687 | 2024-08-30T17:50:29.596Z | Checking native-tls v0.2.11 |
1688 | 2024-08-30T17:50:29.644Z | Checking hex v0.4.3 |
1689 | 2024-08-30T17:50:29.691Z | Checking dof v0.3.0 |
1690 | 2024-08-30T17:50:29.852Z | Checking static_assertions v1.1.0 |
1691 | 2024-08-30T17:50:29.887Z | Checking tokio-native-tls v0.3.1 |
1692 | 2024-08-30T17:50:29.945Z | Checking managed v0.8.0 |
1693 | 2024-08-30T17:50:30.098Z | Checking unicode-segmentation v1.11.0 |
1694 | 2024-08-30T17:50:30.121Z | Checking winnow v0.5.40 |
1695 | 2024-08-30T17:50:30.201Z | Checking usdt-impl v0.5.0 |
1696 | 2024-08-30T17:50:30.274Z | Checking num-bigint-dig v0.8.4 |
1697 | 2024-08-30T17:50:30.621Z | Checking pkcs1 v0.7.5 |
1698 | 2024-08-30T17:50:30.653Z | Checking usdt v0.5.0 |
1699 | 2024-08-30T17:50:30.876Z | Checking zerocopy v0.6.6 |
1700 | 2024-08-30T17:50:30.977Z | Checking signal-hook v0.3.17 |
1701 | 2024-08-30T17:50:31.052Z | Checking clap v4.5.16 |
1702 | 2024-08-30T17:50:31.083Z | Checking toml_edit v0.22.20 |
1703 | 2024-08-30T17:50:31.162Z | Checking flate2 v1.0.31 |
1704 | 2024-08-30T17:50:31.276Z | Checking bstr v1.9.1 |
1705 | 2024-08-30T17:50:31.527Z | Checking mio v0.8.11 |
1706 | 2024-08-30T17:50:31.703Z | Checking elliptic-curve v0.13.8 |
1707 | 2024-08-30T17:50:31.756Z | Checking siphasher v0.3.11 |
1708 | 2024-08-30T17:50:32.086Z | Checking itertools v0.10.5 |
1709 | 2024-08-30T17:50:32.110Z | Checking signal-hook-mio v0.2.4 |
1710 | 2024-08-30T17:50:32.137Z | Checking idna v0.4.0 |
1711 | 2024-08-30T17:50:32.170Z | Checking rsa v0.9.6 |
1712 | 2024-08-30T17:50:32.260Z | Checking bit-vec v0.6.3 |
1713 | 2024-08-30T17:50:32.309Z | Checking itertools v0.12.1 |
1714 | 2024-08-30T17:50:32.549Z | Checking bit-set v0.5.3 |
1715 | 2024-08-30T17:50:32.673Z | Checking toml_edit v0.19.15 |
1716 | 2024-08-30T17:50:32.783Z | Checking hash32 v0.2.1 |
1717 | 2024-08-30T17:50:32.808Z | Checking hickory-proto v0.24.1 |
1718 | 2024-08-30T17:50:32.990Z | Checking finl_unicode v1.2.0 |
1719 | 2024-08-30T17:50:33.047Z | Checking predicates-core v1.0.6 |
1720 | 2024-08-30T17:50:33.211Z | Checking heapless v0.7.17 |
1721 | 2024-08-30T17:50:33.371Z | Checking tokio-stream v0.1.15 |
1722 | 2024-08-30T17:50:33.460Z | Checking stringprep v0.1.4 |
1723 | 2024-08-30T17:50:33.687Z | Checking console v0.15.8 |
1724 | 2024-08-30T17:50:33.911Z | Checking md-5 v0.10.6 |
1725 | 2024-08-30T17:50:34.056Z | Checking float-cmp v0.9.0 |
1726 | 2024-08-30T17:50:34.081Z | Checking normalize-line-endings v0.3.0 |
1727 | 2024-08-30T17:50:34.122Z | Checking fixedbitset v0.4.2 |
1728 | 2024-08-30T17:50:34.173Z | Checking fallible-iterator v0.2.0 |
1729 | 2024-08-30T17:50:34.208Z | Checking difflib v0.4.0 |
1730 | 2024-08-30T17:50:34.237Z | Checking smoltcp v0.9.1 |
1731 | 2024-08-30T17:50:34.364Z | Checking petgraph v0.6.5 |
1732 | 2024-08-30T17:50:34.438Z | Checking similar v2.6.0 |
1733 | 2024-08-30T17:50:34.498Z | Checking predicates v3.1.2 |
1734 | 2024-08-30T17:50:34.680Z | Checking toml v0.7.8 |
1735 | 2024-08-30T17:50:34.709Z | Checking postgres-protocol v0.6.7 |
1736 | 2024-08-30T17:50:34.735Z | Checking hyper-rustls v0.24.2 |
1737 | 2024-08-30T17:50:35.004Z | Checking hyper-tls v0.5.0 |
1738 | 2024-08-30T17:50:35.051Z | Checking phf_shared v0.10.0 |
1739 | 2024-08-30T17:50:35.152Z | Checking phf_shared v0.11.2 |
1740 | 2024-08-30T17:50:35.265Z | Checking reqwest v0.11.27 |
1741 | 2024-08-30T17:50:35.291Z | Checking fs-err v2.11.0 |
1742 | 2024-08-30T17:50:35.318Z | Checking nix v0.28.0 |
1743 | 2024-08-30T17:50:35.342Z | Checking hubpack v0.1.2 |
1744 | 2024-08-30T17:50:35.416Z | Checking new_debug_unreachable v1.0.6 |
1745 | 2024-08-30T17:50:35.508Z | Checking minimal-lexical v0.2.1 |
1746 | 2024-08-30T17:50:35.538Z | Checking precomputed-hash v0.1.1 |
1747 | 2024-08-30T17:50:35.644Z | Checking lalrpop-util v0.19.12 |
1748 | 2024-08-30T17:50:35.767Z | Checking string_cache v0.8.7 |
1749 | 2024-08-30T17:50:35.848Z | Checking nom v7.1.3 |
1750 | 2024-08-30T17:50:35.902Z | Checking phf v0.11.2 |
1751 | 2024-08-30T17:50:36.016Z | Checking postgres-types v0.2.7 |
1752 | 2024-08-30T17:50:36.146Z | Checking peg-runtime v0.8.3 |
1753 | 2024-08-30T17:50:36.353Z | Checking whoami v1.5.1 |
1754 | 2024-08-30T17:50:36.657Z | Compiling regress v0.9.1 |
1755 | 2024-08-30T17:50:36.687Z | Checking tokio-postgres v0.7.11 |
1756 | 2024-08-30T17:50:36.711Z | Compiling getopts v0.2.21 |
1757 | 2024-08-30T17:50:36.754Z | Compiling unsafe-libyaml v0.2.11 |
1758 | 2024-08-30T17:50:37.116Z | Checking camino v1.1.9 |
1759 | 2024-08-30T17:50:37.361Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1760 | 2024-08-30T17:50:37.410Z | Checking heck v0.5.0 |
1761 | 2024-08-30T17:50:37.582Z | Checking is-terminal v0.4.12 |
1762 | 2024-08-30T17:50:37.606Z | Compiling paste v1.0.15 |
1763 | 2024-08-30T17:50:37.697Z | Compiling ident_case v1.0.1 |
1764 | 2024-08-30T17:50:37.865Z | Compiling serde_yaml v0.9.34+deprecated |
1765 | 2024-08-30T17:50:38.190Z | Compiling darling_core v0.20.9 |
1766 | 2024-08-30T17:50:38.275Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1767 | 2024-08-30T17:50:38.836Z | Checking http v1.1.0 |
1768 | 2024-08-30T17:50:38.973Z | Compiling rustls v0.22.4 |
1769 | 2024-08-30T17:50:39.113Z | Checking dirs-sys-next v0.1.2 |
1770 | 2024-08-30T17:50:39.252Z | Checking crossbeam-channel v0.5.12 |
1771 | 2024-08-30T17:50:39.279Z | Checking dirs-next v2.0.0 |
1772 | 2024-08-30T17:50:39.402Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1773 | 2024-08-30T17:50:39.873Z | Checking thread_local v1.1.8 |
1774 | 2024-08-30T17:50:39.969Z | Compiling multer v3.1.0 |
1775 | 2024-08-30T17:50:40.140Z | Checking term v0.7.0 |
1776 | 2024-08-30T17:50:40.306Z | Compiling async-stream-impl v0.3.5 |
1777 | 2024-08-30T17:50:40.523Z | Checking take_mut v0.2.2 |
1778 | 2024-08-30T17:50:40.625Z | Checking slog-term v2.9.1 |
1779 | 2024-08-30T17:50:40.663Z | Checking slog-async v2.8.0 |
1780 | 2024-08-30T17:50:40.914Z | Checking match_cfg v0.1.0 |
1781 | 2024-08-30T17:50:41.008Z | Checking rustls-pki-types v1.7.0 |
1782 | 2024-08-30T17:50:41.049Z | Checking hostname v0.3.1 |
1783 | 2024-08-30T17:50:41.181Z | Checking strum v0.26.3 |
1784 | 2024-08-30T17:50:41.320Z | Checking toml v0.8.19 |
1785 | 2024-08-30T17:50:41.382Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1786 | 2024-08-30T17:50:41.412Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1787 | 2024-08-30T17:50:41.437Z | Checking rustls-webpki v0.102.4 |
1788 | 2024-08-30T17:50:41.466Z | Checking rustls-pemfile v2.1.3 |
1789 | 2024-08-30T17:50:41.691Z | Checking debug-ignore v1.0.5 |
1790 | 2024-08-30T17:50:41.738Z | Checking slog-json v2.6.1 |
1791 | 2024-08-30T17:50:41.829Z | Checking atomic-waker v1.1.2 |
1792 | 2024-08-30T17:50:41.958Z | Checking waitgroup v0.1.2 |
1793 | 2024-08-30T17:50:42.001Z | Checking slog-bunyan v2.5.0 |
1794 | 2024-08-30T17:50:42.040Z | Checking async-stream v0.3.5 |
1795 | 2024-08-30T17:50:42.129Z | Checking serde_path_to_error v0.1.16 |
1796 | 2024-08-30T17:50:42.176Z | Checking hostname v0.4.0 |
1797 | 2024-08-30T17:50:42.214Z | Checking fastrand v2.1.0 |
1798 | 2024-08-30T17:50:42.309Z | Checking ipnetwork v0.20.0 |
1799 | 2024-08-30T17:50:42.443Z | Checking instant v0.1.12 |
1800 | 2024-08-30T17:50:42.505Z | Checking tempfile v3.10.1 |
1801 | 2024-08-30T17:50:42.555Z | Compiling structmeta-derive v0.3.0 |
1802 | 2024-08-30T17:50:42.627Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1803 | 2024-08-30T17:50:42.677Z | Checking quick-error v1.2.3 |
1804 | 2024-08-30T17:50:42.813Z | Checking newtype-uuid v1.1.0 |
1805 | 2024-08-30T17:50:42.838Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1806 | 2024-08-30T17:50:43.032Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1807 | 2024-08-30T17:50:43.247Z | Checking macaddr v1.0.1 |
1808 | 2024-08-30T17:50:43.289Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1809 | 2024-08-30T17:50:43.420Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1810 | 2024-08-30T17:50:43.479Z | Checking backoff v0.4.0 |
1811 | 2024-08-30T17:50:43.543Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1812 | 2024-08-30T17:50:43.685Z | Checking wait-timeout v0.2.0 |
1813 | 2024-08-30T17:50:43.716Z | Checking rand_xorshift v0.3.0 |
1814 | 2024-08-30T17:50:43.742Z | Compiling structmeta-derive v0.2.0 |
1815 | 2024-08-30T17:50:43.852Z | Checking rusty-fork v0.3.0 |
1816 | 2024-08-30T17:50:43.887Z | Checking unarray v0.1.4 |
1817 | 2024-08-30T17:50:43.984Z | Compiling darling_macro v0.20.9 |
1818 | 2024-08-30T17:50:44.035Z | Checking camino-tempfile v1.1.1 |
1819 | 2024-08-30T17:50:44.123Z | Checking proptest v1.5.0 |
1820 | 2024-08-30T17:50:44.288Z | Compiling proc-macro-error v1.0.4 |
1821 | 2024-08-30T17:50:44.801Z | Compiling darling v0.20.9 |
1822 | 2024-08-30T17:50:44.877Z | Compiling proc-macro-crate v1.3.1 |
1823 | 2024-08-30T17:50:44.927Z | Compiling serde_with_macros v3.9.0 |
1824 | 2024-08-30T17:50:45.029Z | Compiling structmeta v0.3.0 |
1825 | 2024-08-30T17:50:45.162Z | Checking tokio-rustls v0.25.0 |
1826 | 2024-08-30T17:50:45.213Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1827 | 2024-08-30T17:50:45.422Z | Compiling parse-display-derive v0.10.0 |
1828 | 2024-08-30T17:50:45.547Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1829 | 2024-08-30T17:50:45.831Z | Compiling num_enum_derive v0.5.11 |
1830 | 2024-08-30T17:50:45.855Z | Compiling foreign-types-macros v0.2.3 |
1831 | 2024-08-30T17:50:46.158Z | Compiling structmeta v0.2.0 |
1832 | 2024-08-30T17:50:46.561Z | Compiling test-strategy v0.3.1 |
1833 | 2024-08-30T17:50:46.955Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1834 | 2024-08-30T17:50:47.213Z | Checking foreign-types-shared v0.3.1 |
1835 | 2024-08-30T17:50:47.325Z | Checking foreign-types v0.5.0 |
1836 | 2024-08-30T17:50:47.458Z | Checking serde_with v3.9.0 |
1837 | 2024-08-30T17:50:47.768Z | Checking cstr-argument v0.1.2 |
1838 | 2024-08-30T17:50:47.927Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1839 | 2024-08-30T17:50:48.025Z | Checking pretty-hex v0.2.1 |
1840 | 2024-08-30T17:50:48.064Z | Checking num_enum v0.5.11 |
1841 | 2024-08-30T17:50:48.184Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1842 | 2024-08-30T17:50:48.222Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1843 | 2024-08-30T17:50:48.464Z | Checking tabwriter v1.4.0 |
1844 | 2024-08-30T17:50:48.487Z | Checking colored v2.1.0 |
1845 | 2024-08-30T17:50:48.681Z | Checking socket2 v0.4.10 |
1846 | 2024-08-30T17:50:48.708Z | Checking smf v0.2.3 |
1847 | 2024-08-30T17:50:48.755Z | Checking termtree v0.4.1 |
1848 | 2024-08-30T17:50:48.778Z | Compiling heapless v0.8.0 |
1849 | 2024-08-30T17:50:48.951Z | Checking predicates-tree v1.0.9 |
1850 | 2024-08-30T17:50:49.061Z | Checking hash32 v0.3.1 |
1851 | 2024-08-30T17:50:49.125Z | Compiling crucible-workspace-hack v0.1.0 |
1852 | 2024-08-30T17:50:49.125Z | Compiling smoltcp v0.11.0 |
1853 | 2024-08-30T17:50:49.243Z | Checking parse-display v0.10.0 |
1854 | 2024-08-30T17:50:49.244Z | Checking cobs v0.2.3 |
1855 | 2024-08-30T17:50:49.385Z | Checking embedded-io v0.4.0 |
1856 | 2024-08-30T17:50:49.463Z | Checking sigpipe v0.1.3 |
1857 | 2024-08-30T17:50:49.541Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1858 | 2024-08-30T17:50:49.568Z | Checking postcard v1.0.8 |
1859 | 2024-08-30T17:50:49.614Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1860 | 2024-08-30T17:50:49.763Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1861 | 2024-08-30T17:50:49.788Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1862 | 2024-08-30T17:50:49.867Z | Compiling mockall_derive v0.13.0 |
1863 | 2024-08-30T17:50:49.900Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1864 | 2024-08-30T17:50:50.072Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1865 | 2024-08-30T17:50:50.194Z | Checking humantime v2.1.0 |
1866 | 2024-08-30T17:50:50.255Z | Compiling zone_cfg_derive v0.3.0 |
1867 | 2024-08-30T17:50:50.312Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1868 | 2024-08-30T17:50:50.430Z | Compiling num-derive v0.4.2 |
1869 | 2024-08-30T17:50:50.536Z | Checking fragile v2.0.0 |
1870 | 2024-08-30T17:50:50.596Z | Checking downcast v0.11.0 |
1871 | 2024-08-30T17:50:50.776Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1872 | 2024-08-30T17:50:50.803Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1873 | 2024-08-30T17:50:51.021Z | Checking newline-converter v0.3.0 |
1874 | 2024-08-30T17:50:51.078Z | Checking utf-8 v0.7.6 |
1875 | 2024-08-30T17:50:51.163Z | Checking expectorate v1.1.0 |
1876 | 2024-08-30T17:50:51.258Z | Checking arc-swap v1.7.1 |
1877 | 2024-08-30T17:50:51.316Z | Checking xattr v1.3.1 |
1878 | 2024-08-30T17:50:51.496Z | Checking zone v0.3.0 |
1879 | 2024-08-30T17:50:51.519Z | Checking filetime v0.2.25 |
1880 | 2024-08-30T17:50:51.660Z | Checking termcolor v1.4.1 |
1881 | 2024-08-30T17:50:51.684Z | Checking slog-scope v4.4.0 |
1882 | 2024-08-30T17:50:51.711Z | Checking tar v0.4.41 |
1883 | 2024-08-30T17:50:51.920Z | Checking slog-stdlog v4.1.1 |
1884 | 2024-08-30T17:50:52.073Z | Checking slog-envlogger v2.2.0 |
1885 | 2024-08-30T17:50:52.113Z | Compiling derive-where v1.2.7 |
1886 | 2024-08-30T17:50:52.235Z | Checking same-file v1.0.6 |
1887 | 2024-08-30T17:50:52.278Z | Checking tungstenite v0.21.0 |
1888 | 2024-08-30T17:50:52.342Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1889 | 2024-08-30T17:50:52.412Z | Checking walkdir v2.5.0 |
1890 | 2024-08-30T17:50:52.481Z | Checking password-hash v0.5.0 |
1891 | 2024-08-30T17:50:52.654Z | Checking blake2 v0.10.6 |
1892 | 2024-08-30T17:50:52.728Z | Checking num-rational v0.4.2 |
1893 | 2024-08-30T17:50:52.865Z | Checking num-complex v0.4.6 |
1894 | 2024-08-30T17:50:52.958Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1895 | 2024-08-30T17:50:53.028Z | Checking tokio-tungstenite v0.21.0 |
1896 | 2024-08-30T17:50:53.051Z | Checking argon2 v0.5.3 |
1897 | 2024-08-30T17:50:53.286Z | Checking float-ord v0.3.2 |
1898 | 2024-08-30T17:50:53.419Z | Compiling convert_case v0.4.0 |
1899 | 2024-08-30T17:50:53.444Z | Checking atty v0.2.14 |
1900 | 2024-08-30T17:50:53.555Z | Checking pem v3.0.4 |
1901 | 2024-08-30T17:50:53.601Z | Checking num v0.4.3 |
1902 | 2024-08-30T17:50:53.627Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1903 | 2024-08-30T17:50:53.948Z | Checking tungstenite v0.20.1 |
1904 | 2024-08-30T17:50:54.113Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1905 | 2024-08-30T17:50:54.200Z | Checking env_logger v0.9.3 |
1906 | 2024-08-30T17:50:54.303Z | Compiling derive_more v0.99.18 |
1907 | 2024-08-30T17:50:54.472Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1908 | 2024-08-30T17:50:54.602Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1909 | 2024-08-30T17:50:54.708Z | Checking tokio-tungstenite v0.20.1 |
1910 | 2024-08-30T17:50:54.922Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1911 | 2024-08-30T17:50:55.089Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1912 | 2024-08-30T17:50:55.135Z | Compiling bitstruct_derive v0.1.0 |
1913 | 2024-08-30T17:50:55.227Z | Checking ascii v1.1.0 |
1914 | 2024-08-30T17:50:55.252Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1915 | 2024-08-30T17:50:55.276Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1916 | 2024-08-30T17:50:55.417Z | Checking atomicwrites v0.4.3 |
1917 | 2024-08-30T17:50:55.512Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1918 | 2024-08-30T17:50:55.550Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1919 | 2024-08-30T17:50:55.589Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1920 | 2024-08-30T17:50:55.613Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1921 | 2024-08-30T17:50:55.779Z | Checking erased-serde v0.3.31 |
1922 | 2024-08-30T17:50:55.808Z | Checking serde_arrays v0.1.0 |
1923 | 2024-08-30T17:50:55.868Z | Compiling heck v0.3.3 |
1924 | 2024-08-30T17:50:55.964Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1925 | 2024-08-30T17:50:56.243Z | Checking yasna v0.5.2 |
1926 | 2024-08-30T17:50:56.267Z | Compiling zone_cfg_derive v0.1.2 |
1927 | 2024-08-30T17:50:56.314Z | Checking bitstruct v0.1.1 |
1928 | 2024-08-30T17:50:56.374Z | Checking headers-core v0.2.0 |
1929 | 2024-08-30T17:50:56.445Z | Checking base64 v0.13.1 |
1930 | 2024-08-30T17:50:56.528Z | Checking headers v0.3.9 |
1931 | 2024-08-30T17:50:56.732Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1932 | 2024-08-30T17:50:56.762Z | Checking mockall v0.13.0 |
1933 | 2024-08-30T17:50:56.834Z | Checking ron v0.7.1 |
1934 | 2024-08-30T17:50:57.067Z | Checking rcgen v0.12.1 |
1935 | 2024-08-30T17:50:57.519Z | Checking portpicker v0.1.1 |
1936 | 2024-08-30T17:50:57.586Z | Checking zone v0.1.8 |
1937 | 2024-08-30T17:50:57.626Z | Checking subprocess v0.2.9 |
1938 | 2024-08-30T17:50:57.651Z | Checking highway v1.2.0 |
1939 | 2024-08-30T17:50:57.788Z | Compiling semver v0.1.20 |
1940 | 2024-08-30T17:50:58.026Z | Compiling prettyplease v0.2.20 |
1941 | 2024-08-30T17:50:58.101Z | Compiling rustc_version v0.1.7 |
1942 | 2024-08-30T17:50:58.154Z | Compiling cookie v0.18.1 |
1943 | 2024-08-30T17:50:58.258Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1944 | 2024-08-30T17:50:58.379Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1945 | 2024-08-30T17:50:58.470Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1946 | 2024-08-30T17:50:58.494Z | Checking half v2.4.1 |
1947 | 2024-08-30T17:50:58.571Z | Compiling newtype_derive v0.1.6 |
1948 | 2024-08-30T17:50:58.899Z | Checking ciborium-io v0.2.2 |
1949 | 2024-08-30T17:50:58.923Z | Checking linked-hash-map v0.5.6 |
1950 | 2024-08-30T17:50:59.032Z | Checking ciborium-ll v0.2.2 |
1951 | 2024-08-30T17:50:59.057Z | Checking steno v0.4.1 |
1952 | 2024-08-30T17:50:59.231Z | Compiling rayon-core v1.12.1 |
1953 | 2024-08-30T17:50:59.255Z | Checking lru-cache v0.1.2 |
1954 | 2024-08-30T17:50:59.295Z | Checking ciborium v0.2.2 |
1955 | 2024-08-30T17:50:59.425Z | Checking resolv-conf v0.7.0 |
1956 | 2024-08-30T17:50:59.515Z | Checking swrite v0.1.0 |
1957 | 2024-08-30T17:50:59.706Z | Checking hickory-resolver v0.24.1 |
1958 | 2024-08-30T17:51:00.556Z | Compiling home v0.5.9 |
1959 | 2024-08-30T17:51:01.483Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1960 | 2024-08-30T17:51:04.166Z | Compiling slog-dtrace v0.3.0 |
1961 | 2024-08-30T17:51:04.194Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1962 | 2024-08-30T17:51:04.466Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1963 | 2024-08-30T17:51:04.519Z | Compiling ring v0.16.20 |
1964 | 2024-08-30T17:51:04.587Z | Compiling blake3 v1.5.1 |
1965 | 2024-08-30T17:51:04.611Z | Compiling cancel-safe-futures v0.1.5 |
1966 | 2024-08-30T17:51:05.164Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1967 | 2024-08-30T17:51:05.224Z | Checking itertools v0.13.0 |
1968 | 2024-08-30T17:51:05.248Z | Checking libsw v3.3.1 |
1969 | 2024-08-30T17:51:05.493Z | Checking owo-colors v4.0.0 |
1970 | 2024-08-30T17:51:05.747Z | Checking linear-map v1.2.0 |
1971 | 2024-08-30T17:51:06.050Z | Compiling crossbeam-deque v0.8.5 |
1972 | 2024-08-30T17:51:07.000Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1973 | 2024-08-30T17:51:07.487Z | Compiling memmap2 v0.9.4 |
1974 | 2024-08-30T17:51:07.565Z | Compiling untrusted v0.7.1 |
1975 | 2024-08-30T17:51:07.733Z | Compiling spin v0.5.2 |
1976 | 2024-08-30T17:51:07.792Z | Compiling arrayref v0.3.7 |
1977 | 2024-08-30T17:51:07.881Z | Compiling constant_time_eq v0.3.0 |
1978 | 2024-08-30T17:51:07.907Z | Compiling arrayvec v0.7.4 |
1979 | 2024-08-30T17:51:08.073Z | Compiling rayon v1.10.0 |
1980 | 2024-08-30T17:51:08.678Z | Compiling toolchain_find v0.4.0 |
1981 | 2024-08-30T17:51:08.874Z | Compiling topological-sort v0.2.2 |
1982 | 2024-08-30T17:51:09.063Z | Compiling rustfmt-wrapper v0.2.1 |
1983 | 2024-08-30T17:51:09.259Z | Checking display-error-chain v0.2.1 |
1984 | 2024-08-30T17:51:09.384Z | Checking nibble_vec v0.1.0 |
1985 | 2024-08-30T17:51:09.525Z | Checking endian-type v0.1.2 |
1986 | 2024-08-30T17:51:09.560Z | Checking fxhash v0.2.1 |
1987 | 2024-08-30T17:51:09.730Z | Checking radix_trie v0.2.1 |
1988 | 2024-08-30T17:51:09.755Z | Checking keccak v0.1.5 |
1989 | 2024-08-30T17:51:09.998Z | Checking sha3 v0.10.8 |
1990 | 2024-08-30T17:51:10.085Z | Checking secrecy v0.8.0 |
1991 | 2024-08-30T17:51:10.229Z | Checking universal-hash v0.5.1 |
1992 | 2024-08-30T17:51:10.282Z | Checking opaque-debug v0.3.1 |
1993 | 2024-08-30T17:51:10.332Z | Checking maplit v1.0.2 |
1994 | 2024-08-30T17:51:10.386Z | Compiling curve25519-dalek v4.1.3 |
1995 | 2024-08-30T17:51:10.410Z | Compiling radium v0.7.0 |
1996 | 2024-08-30T17:51:10.443Z | Checking aead v0.5.2 |
1997 | 2024-08-30T17:51:10.582Z | Compiling curve25519-dalek-derive v0.1.1 |
1998 | 2024-08-30T17:51:10.646Z | Checking tap v1.0.1 |
1999 | 2024-08-30T17:51:10.800Z | Compiling maybe-uninit v2.0.0 |
2000 | 2024-08-30T17:51:10.998Z | Checking wyz v0.5.1 |
2001 | 2024-08-30T17:51:11.046Z | Checking poly1305 v0.8.0 |
2002 | 2024-08-30T17:51:11.187Z | Checking chacha20 v0.9.1 |
2003 | 2024-08-30T17:51:11.332Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2004 | 2024-08-30T17:51:11.355Z | Checking crc-catalog v2.4.0 |
2005 | 2024-08-30T17:51:11.487Z | Checking funty v2.0.0 |
2006 | 2024-08-30T17:51:11.511Z | Compiling packed_struct v0.10.1 |
2007 | 2024-08-30T17:51:11.511Z | Checking crc v3.2.1 |
2008 | 2024-08-30T17:51:12.034Z | Checking gethostname v0.5.0 |
2009 | 2024-08-30T17:51:12.101Z | Checking kstat-rs v0.2.4 |
2010 | 2024-08-30T17:51:12.160Z | Compiling packed_struct_codegen v0.10.1 |
2011 | 2024-08-30T17:51:12.343Z | Compiling omicron-zone-package v0.11.0 |
2012 | 2024-08-30T17:51:12.401Z | Checking bitvec v1.0.1 |
2013 | 2024-08-30T17:51:12.803Z | Compiling indexmap v1.9.3 |
2014 | 2024-08-30T17:51:13.067Z | Checking nodrop v0.1.14 |
2015 | 2024-08-30T17:51:13.090Z | Compiling libefi-sys v0.1.0 |
2016 | 2024-08-30T17:51:13.190Z | Checking array-init v0.0.4 |
2017 | 2024-08-30T17:51:13.436Z | Checking smallvec v0.6.14 |
2018 | 2024-08-30T17:51:13.468Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2019 | 2024-08-30T17:51:13.540Z | Compiling bitfield-struct v0.6.1 |
2020 | 2024-08-30T17:51:13.786Z | Checking hashbrown v0.12.3 |
2021 | 2024-08-30T17:51:13.811Z | Checking bitfield v0.14.0 |
2022 | 2024-08-30T17:51:14.022Z | Checking serde-hex v0.1.0 |
2023 | 2024-08-30T17:51:14.148Z | Checking bzip2 v0.4.4 |
2024 | 2024-08-30T17:51:14.456Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2025 | 2024-08-30T17:51:14.679Z | Checking env_logger v0.10.2 |
2026 | 2024-08-30T17:51:14.717Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2027 | 2024-08-30T17:51:14.756Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2028 | 2024-08-30T17:51:15.018Z | Checking ron v0.8.1 |
2029 | 2024-08-30T17:51:15.046Z | Checking x509-cert v0.2.5 |
2030 | 2024-08-30T17:51:15.243Z | Checking hashbrown v0.13.2 |
2031 | 2024-08-30T17:51:15.267Z | Compiling thiserror-impl-no-std v2.0.2 |
2032 | 2024-08-30T17:51:16.073Z | Compiling async-recursion v1.1.1 |
2033 | 2024-08-30T17:51:16.097Z | Checking crc-any v2.5.0 |
2034 | 2024-08-30T17:51:16.361Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2035 | 2024-08-30T17:51:16.403Z | Checking object v0.30.4 |
2036 | 2024-08-30T17:51:16.468Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2037 | 2024-08-30T17:51:16.894Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2038 | 2024-08-30T17:51:17.315Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2039 | 2024-08-30T17:51:17.349Z | Checking zip v0.6.6 |
2040 | 2024-08-30T17:51:17.492Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2041 | 2024-08-30T17:51:17.533Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2042 | 2024-08-30T17:51:17.704Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2043 | 2024-08-30T17:51:17.729Z | Compiling parking_lot_core v0.8.6 |
2044 | 2024-08-30T17:51:17.787Z | Checking path-slash v0.1.5 |
2045 | 2024-08-30T17:51:17.940Z | Checking thiserror-no-std v2.0.2 |
2046 | 2024-08-30T17:51:17.964Z | Checking chacha20poly1305 v0.10.1 |
2047 | 2024-08-30T17:51:17.988Z | Checking glob v0.3.1 |
2048 | 2024-08-30T17:51:18.059Z | Checking vsss-rs v3.3.4 |
2049 | 2024-08-30T17:51:18.130Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2050 | 2024-08-30T17:51:18.215Z | Checking hickory-client v0.24.1 |
2051 | 2024-08-30T17:51:18.280Z | Checking hickory-server v0.24.1 |
2052 | 2024-08-30T17:51:18.493Z | Checking parking_lot v0.11.2 |
2053 | 2024-08-30T17:51:18.602Z | Checking crossterm v0.28.1 |
2054 | 2024-08-30T17:51:18.733Z | Compiling buf-list v1.0.3 |
2055 | 2024-08-30T17:51:18.801Z | Checking sled v0.34.7 |
2056 | 2024-08-30T17:51:19.359Z | Compiling unicase v2.7.0 |
2057 | 2024-08-30T17:51:19.837Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2058 | 2024-08-30T17:51:20.035Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2059 | 2024-08-30T17:51:20.073Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2060 | 2024-08-30T17:51:20.387Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2061 | 2024-08-30T17:51:20.532Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2062 | 2024-08-30T17:51:21.157Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2063 | 2024-08-30T17:51:21.425Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2064 | 2024-08-30T17:51:21.462Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2065 | 2024-08-30T17:51:22.431Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2066 | 2024-08-30T17:51:23.857Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2067 | 2024-08-30T17:51:23.889Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2068 | 2024-08-30T17:51:23.921Z | Checking nanorand v0.7.0 |
2069 | 2024-08-30T17:51:24.230Z | Checking flume v0.11.0 |
2070 | 2024-08-30T17:51:24.763Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2071 | 2024-08-30T17:51:25.646Z | Compiling vte_generate_state_changes v0.1.1 |
2072 | 2024-08-30T17:51:25.686Z | Compiling mime_guess v2.0.4 |
2073 | 2024-08-30T17:51:25.757Z | Checking fd-lock v4.0.2 |
2074 | 2024-08-30T17:51:26.185Z | Compiling dsl_auto_type v0.1.2 |
2075 | 2024-08-30T17:51:26.209Z | Checking vte v0.11.1 |
2076 | 2024-08-30T17:51:26.825Z | Checking crossterm v0.27.0 |
2077 | 2024-08-30T17:51:26.961Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2078 | 2024-08-30T17:51:27.068Z | Checking scheduled-thread-pool v0.2.7 |
2079 | 2024-08-30T17:51:27.301Z | Compiling diesel_table_macro_syntax v0.2.0 |
2080 | 2024-08-30T17:51:27.326Z | Checking strip-ansi-escapes v0.2.0 |
2081 | 2024-08-30T17:51:27.487Z | Compiling crunchy v0.2.2 |
2082 | 2024-08-30T17:51:27.734Z | Checking nu-ansi-term v0.50.0 |
2083 | 2024-08-30T17:51:27.766Z | Compiling diesel_derives v2.2.2 |
2084 | 2024-08-30T17:51:28.037Z | Checking r2d2 v0.8.10 |
2085 | 2024-08-30T17:51:28.363Z | Compiling clang-sys v1.7.0 |
2086 | 2024-08-30T17:51:28.412Z | Checking reedline v0.33.0 |
2087 | 2024-08-30T17:51:28.625Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2088 | 2024-08-30T17:51:28.700Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2089 | 2024-08-30T17:51:28.951Z | Compiling pin-project-internal v1.1.5 |
2090 | 2024-08-30T17:51:29.030Z | Checking http-range v0.1.5 |
2091 | 2024-08-30T17:51:29.201Z | Compiling tiny-keccak v2.0.2 |
2092 | 2024-08-30T17:51:29.225Z | Checking hyper-staticfile v0.9.5 |
2093 | 2024-08-30T17:51:29.520Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2094 | 2024-08-30T17:51:29.699Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2095 | 2024-08-30T17:51:29.922Z | Compiling ref-cast v1.0.23 |
2096 | 2024-08-30T17:51:30.637Z | Compiling ascii-canvas v3.0.0 |
2097 | 2024-08-30T17:51:31.046Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2098 | 2024-08-30T17:51:31.111Z | Compiling ena v0.14.3 |
2099 | 2024-08-30T17:51:31.303Z | Compiling ref-cast-impl v1.0.23 |
2100 | 2024-08-30T17:51:31.445Z | Checking pin-project v1.1.5 |
2101 | 2024-08-30T17:51:31.469Z | Compiling libloading v0.8.3 |
2102 | 2024-08-30T17:51:31.578Z | Compiling diff v0.1.13 |
2103 | 2024-08-30T17:51:31.864Z | Compiling regex-syntax v0.6.29 |
2104 | 2024-08-30T17:51:32.181Z | Checking bytecount v0.6.8 |
2105 | 2024-08-30T17:51:32.288Z | Compiling bindgen v0.69.4 |
2106 | 2024-08-30T17:51:32.335Z | Checking papergrid v0.11.0 |
2107 | 2024-08-30T17:51:33.055Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2108 | 2024-08-30T17:51:33.512Z | Compiling which v4.4.2 |
2109 | 2024-08-30T17:51:34.057Z | Compiling tabled_derive v0.7.0 |
2110 | 2024-08-30T17:51:36.221Z | Compiling lalrpop v0.19.12 |
2111 | 2024-08-30T17:51:36.531Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2112 | 2024-08-30T17:51:36.594Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2113 | 2024-08-30T17:51:39.510Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2114 | 2024-08-30T17:51:40.827Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2115 | 2024-08-30T17:51:41.081Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2116 | 2024-08-30T17:51:42.479Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2117 | 2024-08-30T17:51:42.503Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2118 | 2024-08-30T17:51:43.101Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2119 | 2024-08-30T17:51:43.129Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2120 | 2024-08-30T17:51:43.332Z | Checking diesel v2.2.3 |
2121 | 2024-08-30T17:51:43.614Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2122 | 2024-08-30T17:51:43.658Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2123 | 2024-08-30T17:51:43.914Z | Compiling cexpr v0.6.0 |
2124 | 2024-08-30T17:51:43.978Z | Compiling rustc-hash v1.1.0 |
2125 | 2024-08-30T17:51:44.129Z | Compiling shlex v1.3.0 |
2126 | 2024-08-30T17:51:44.520Z | Compiling lazycell v1.3.0 |
2127 | 2024-08-30T17:51:45.338Z | Checking tabled v0.15.0 |
2128 | 2024-08-30T17:51:45.431Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2129 | 2024-08-30T17:51:45.685Z | Compiling derive_builder_core v0.20.0 |
2130 | 2024-08-30T17:51:46.113Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2131 | 2024-08-30T17:51:47.183Z | Checking signal-hook-tokio v0.3.1 |
2132 | 2024-08-30T17:51:47.356Z | Compiling libxml v0.3.3 |
2133 | 2024-08-30T17:51:47.633Z | Compiling derive_builder_macro v0.20.0 |
2134 | 2024-08-30T17:51:47.702Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2135 | 2024-08-30T17:51:48.345Z | Compiling strum_macros v0.24.3 |
2136 | 2024-08-30T17:51:48.682Z | Compiling memoffset v0.9.1 |
2137 | 2024-08-30T17:51:48.951Z | Compiling indoc v1.0.9 |
2138 | 2024-08-30T17:51:49.956Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2139 | 2024-08-30T17:51:50.087Z | Checking derive_builder v0.20.0 |
2140 | 2024-08-30T17:51:50.384Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2141 | 2024-08-30T17:51:50.830Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2142 | 2024-08-30T17:51:51.029Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2143 | 2024-08-30T17:51:51.430Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2144 | 2024-08-30T17:51:51.555Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2145 | 2024-08-30T17:51:51.706Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2146 | 2024-08-30T17:51:52.005Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2147 | 2024-08-30T17:51:52.402Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2148 | 2024-08-30T17:51:53.034Z | Checking quick-xml v0.31.0 |
2149 | 2024-08-30T17:51:53.273Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2150 | 2024-08-30T17:51:53.304Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2151 | 2024-08-30T17:51:54.596Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2152 | 2024-08-30T17:51:54.657Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2153 | 2024-08-30T17:51:54.946Z | Compiling peg-macros v0.8.4 |
2154 | 2024-08-30T17:51:56.794Z | Compiling snafu-derive v0.8.2 |
2155 | 2024-08-30T17:51:57.843Z | Compiling oso-derive v0.27.3 |
2156 | 2024-08-30T17:51:58.699Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2157 | 2024-08-30T17:51:58.723Z | Compiling impl-trait-for-tuples v0.2.2 |
2158 | 2024-08-30T17:51:59.808Z | Compiling sqlparser_derive v0.2.2 |
2159 | 2024-08-30T17:52:00.712Z | Compiling dropshot v0.10.1 |
2160 | 2024-08-30T17:52:00.976Z | Checking unicode_categories v0.1.1 |
2161 | 2024-08-30T17:52:01.226Z | Checking sqlformat v0.2.4 |
2162 | 2024-08-30T17:52:01.355Z | Checking snafu v0.8.2 |
2163 | 2024-08-30T17:52:01.875Z | Checking sqlparser v0.45.0 |
2164 | 2024-08-30T17:52:02.442Z | Checking peg v0.8.4 |
2165 | 2024-08-30T17:52:02.674Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2166 | 2024-08-30T17:52:04.114Z | Checking rustyline v14.0.0 |
2167 | 2024-08-30T17:52:04.679Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2168 | 2024-08-30T17:52:05.120Z | Checking tungstenite v0.23.0 |
2169 | 2024-08-30T17:52:05.436Z | Checking globset v0.4.14 |
2170 | 2024-08-30T17:52:05.462Z | Checking olpc-cjson v0.1.3 |
2171 | 2024-08-30T17:52:05.664Z | Checking serde_plain v1.0.2 |
2172 | 2024-08-30T17:52:05.871Z | Checking bcs v0.1.6 |
2173 | 2024-08-30T17:52:05.895Z | Compiling dropshot_endpoint v0.10.1 |
2174 | 2024-08-30T17:52:05.918Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2175 | 2024-08-30T17:52:06.180Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2176 | 2024-08-30T17:52:06.279Z | Checking typed-path v0.7.1 |
2177 | 2024-08-30T17:52:06.601Z | Checking tokio-tungstenite v0.23.1 |
2178 | 2024-08-30T17:52:07.078Z | Checking nix v0.27.1 |
2179 | 2024-08-30T17:52:07.939Z | Checking tough v0.17.1 |
2180 | 2024-08-30T17:52:08.176Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2181 | 2024-08-30T17:52:08.403Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2182 | 2024-08-30T17:52:08.655Z | Checking bb8 v0.8.5 |
2183 | 2024-08-30T17:52:09.059Z | Checking serde-big-array v0.5.1 |
2184 | 2024-08-30T17:52:09.265Z | Compiling const_format_proc_macros v0.2.32 |
2185 | 2024-08-30T17:52:09.344Z | Checking parse-size v1.0.0 |
2186 | 2024-08-30T17:52:09.509Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2187 | 2024-08-30T17:52:10.599Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2188 | 2024-08-30T17:52:11.035Z | Checking const_format v0.2.32 |
2189 | 2024-08-30T17:52:11.269Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2190 | 2024-08-30T17:52:11.531Z | Checking async-bb8-diesel v0.2.1 |
2191 | 2024-08-30T17:52:12.135Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2192 | 2024-08-30T17:52:12.372Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2193 | 2024-08-30T17:52:13.713Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2194 | 2024-08-30T17:52:14.433Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2195 | 2024-08-30T17:52:14.806Z | Checking assert_matches v1.5.0 |
2196 | 2024-08-30T17:52:14.830Z | Checking heck v0.4.1 |
2197 | 2024-08-30T17:52:14.906Z | Compiling portable-atomic v1.6.0 |
2198 | 2024-08-30T17:52:15.036Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2199 | 2024-08-30T17:52:15.060Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2200 | 2024-08-30T17:52:15.412Z | Checking rand_seeder v0.3.0 |
2201 | 2024-08-30T17:52:15.492Z | Compiling libz-sys v1.1.16 |
2202 | 2024-08-30T17:52:15.635Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2203 | 2024-08-30T17:52:16.195Z | Checking number_prefix v0.4.0 |
2204 | 2024-08-30T17:52:16.381Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2205 | 2024-08-30T17:52:16.584Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2206 | 2024-08-30T17:52:16.768Z | Checking indicatif v0.17.8 |
2207 | 2024-08-30T17:52:17.618Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2208 | 2024-08-30T17:52:17.770Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2209 | 2024-08-30T17:52:18.469Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2210 | 2024-08-30T17:52:18.779Z | Compiling vergen v8.3.2 |
2211 | 2024-08-30T17:52:18.849Z | Compiling cargo-platform v0.1.8 |
2212 | 2024-08-30T17:52:19.074Z | Checking is_ci v1.2.0 |
2213 | 2024-08-30T17:52:19.220Z | Checking smawk v0.3.2 |
2214 | 2024-08-30T17:52:19.386Z | Checking unicode-linebreak v0.1.5 |
2215 | 2024-08-30T17:52:19.430Z | Checking supports-color v3.0.0 |
2216 | 2024-08-30T17:52:19.619Z | Compiling cargo_metadata v0.18.1 |
2217 | 2024-08-30T17:52:19.695Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2218 | 2024-08-30T17:52:19.747Z | Checking textwrap v0.16.1 |
2219 | 2024-08-30T17:52:20.102Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2220 | 2024-08-30T17:52:21.479Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2221 | 2024-08-30T17:52:21.555Z | Checking castaway v0.2.3 |
2222 | 2024-08-30T17:52:21.725Z | Compiling libsqlite3-sys v0.28.0 |
2223 | 2024-08-30T17:52:21.797Z | Checking compact_str v0.8.0 |
2224 | 2024-08-30T17:52:21.947Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2225 | 2024-08-30T17:52:22.207Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2226 | 2024-08-30T17:52:22.601Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2227 | 2024-08-30T17:52:22.786Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2228 | 2024-08-30T17:52:22.881Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2229 | 2024-08-30T17:52:23.025Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2230 | 2024-08-30T17:52:23.156Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2231 | 2024-08-30T17:52:24.411Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2232 | 2024-08-30T17:52:24.693Z | Checking unicode-truncate v1.0.0 |
2233 | 2024-08-30T17:52:24.801Z | Checking lru v0.12.3 |
2234 | 2024-08-30T17:52:24.913Z | Compiling instability v0.3.2 |
2235 | 2024-08-30T17:52:25.071Z | Checking cassowary v0.3.0 |
2236 | 2024-08-30T17:52:25.807Z | Checking ratatui v0.28.0 |
2237 | 2024-08-30T17:52:25.879Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2238 | 2024-08-30T17:52:26.967Z | Checking hashlink v0.9.1 |
2239 | 2024-08-30T17:52:27.069Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2240 | 2024-08-30T17:52:27.497Z | Checking fallible-streaming-iterator v0.1.9 |
2241 | 2024-08-30T17:52:27.715Z | Checking fallible-iterator v0.3.0 |
2242 | 2024-08-30T17:52:27.939Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2243 | 2024-08-30T17:52:28.227Z | Checking twox-hash v1.6.3 |
2244 | 2024-08-30T17:52:28.288Z | Checking rusqlite v0.31.0 |
2245 | 2024-08-30T17:52:28.464Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2246 | 2024-08-30T17:52:28.649Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2247 | 2024-08-30T17:52:29.656Z | Checking fatfs v0.3.6 |
2248 | 2024-08-30T17:52:30.066Z | Checking csv-core v0.1.11 |
2249 | 2024-08-30T17:52:30.376Z | Checking shell-words v1.1.0 |
2250 | 2024-08-30T17:52:30.525Z | Checking csv v1.3.0 |
2251 | 2024-08-30T17:52:30.560Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2252 | 2024-08-30T17:52:31.530Z | Checking rtoolbox v0.0.2 |
2253 | 2024-08-30T17:52:31.715Z | Checking rpassword v7.3.1 |
2254 | 2024-08-30T17:52:33.237Z | Checking tui-tree-widget v0.22.0 |
2255 | 2024-08-30T17:52:33.545Z | Checking polyval v0.6.2 |
2256 | 2024-08-30T17:52:33.797Z | Checking rfc6979 v0.4.0 |
2257 | 2024-08-30T17:52:33.991Z | Checking plotters-backend v0.3.5 |
2258 | 2024-08-30T17:52:34.333Z | Checking plotters-svg v0.3.5 |
2259 | 2024-08-30T17:52:34.531Z | Checking ecdsa v0.16.9 |
2260 | 2024-08-30T17:52:35.166Z | Checking ghash v0.5.1 |
2261 | 2024-08-30T17:52:35.337Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2262 | 2024-08-30T17:52:36.395Z | Checking primeorder v0.13.6 |
2263 | 2024-08-30T17:52:36.625Z | Checking ctr v0.9.2 |
2264 | 2024-08-30T17:52:37.048Z | Checking cast v0.3.0 |
2265 | 2024-08-30T17:52:37.358Z | Checking yansi v0.5.1 |
2266 | 2024-08-30T17:52:37.606Z | Checking criterion-plot v0.5.0 |
2267 | 2024-08-30T17:52:37.641Z | Checking pretty_assertions v1.4.0 |
2268 | 2024-08-30T17:52:37.855Z | Checking aes-gcm v0.10.3 |
2269 | 2024-08-30T17:52:38.091Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2270 | 2024-08-30T17:52:38.115Z | Checking plotters v0.3.5 |
2271 | 2024-08-30T17:52:39.731Z | Checking ed25519 v2.2.3 |
2272 | 2024-08-30T17:52:40.019Z | Checking ssh-encoding v0.2.0 |
2273 | 2024-08-30T17:52:40.322Z | Checking tinytemplate v1.2.1 |
2274 | 2024-08-30T17:52:40.658Z | Checking blowfish v0.9.1 |
2275 | 2024-08-30T17:52:40.882Z | Checking oorandom v11.1.3 |
2276 | 2024-08-30T17:52:41.046Z | Checking anes v0.1.6 |
2277 | 2024-08-30T17:52:41.375Z | Checking criterion v0.5.1 |
2278 | 2024-08-30T17:52:43.697Z | Checking bcrypt-pbkdf v0.10.0 |
2279 | 2024-08-30T17:52:43.925Z | Checking ssh-cipher v0.2.0 |
2280 | 2024-08-30T17:52:44.179Z | Checking ed25519-dalek v2.1.1 |
2281 | 2024-08-30T17:52:44.233Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2282 | 2024-08-30T17:52:44.559Z | Checking password-hash v0.4.2 |
2283 | 2024-08-30T17:52:44.711Z | Checking matches v0.1.10 |
2284 | 2024-08-30T17:52:44.815Z | Checking hex-literal v0.4.1 |
2285 | 2024-08-30T17:52:44.949Z | Checking idna v0.2.3 |
2286 | 2024-08-30T17:52:44.987Z | Checking pbkdf2 v0.11.0 |
2287 | 2024-08-30T17:52:45.249Z | Checking ssh-key v0.6.6 |
2288 | 2024-08-30T17:52:45.541Z | Checking p256 v0.13.2 |
2289 | 2024-08-30T17:52:45.596Z | Checking p521 v0.13.3 |
2290 | 2024-08-30T17:52:45.973Z | Checking p384 v0.13.0 |
2291 | 2024-08-30T17:52:46.642Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2292 | 2024-08-30T17:52:46.706Z | Checking russh-cryptovec v0.7.2 |
2293 | 2024-08-30T17:52:46.818Z | Compiling enum-as-inner v0.5.1 |
2294 | 2024-08-30T17:52:46.917Z | Compiling doc-comment v0.3.3 |
2295 | 2024-08-30T17:52:47.362Z | Compiling target-lexicon v0.12.16 |
2296 | 2024-08-30T17:52:47.491Z | Checking md5 v0.7.0 |
2297 | 2024-08-30T17:52:47.704Z | Checking trust-dns-proto v0.22.0 |
2298 | 2024-08-30T17:52:47.743Z | Checking russh-keys v0.45.0 |
2299 | 2024-08-30T17:52:48.404Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2300 | 2024-08-30T17:52:48.902Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2301 | 2024-08-30T17:52:49.657Z | Checking http-body v1.0.0 |
2302 | 2024-08-30T17:52:49.864Z | Checking num-bigint v0.4.5 |
2303 | 2024-08-30T17:52:49.924Z | Checking des v0.8.1 |
2304 | 2024-08-30T17:52:50.176Z | Compiling assert_cmd v2.0.16 |
2305 | 2024-08-30T17:52:50.555Z | Compiling guppy-workspace-hack v0.1.0 |
2306 | 2024-08-30T17:52:50.827Z | Checking tower-layer v0.3.2 |
2307 | 2024-08-30T17:52:50.966Z | Checking regex-automata v0.1.10 |
2308 | 2024-08-30T17:52:51.096Z | Compiling dhcproto-macros v0.1.0 |
2309 | 2024-08-30T17:52:51.332Z | Checking bstr v0.2.17 |
2310 | 2024-08-30T17:52:51.975Z | Checking dhcproto v0.12.0 |
2311 | 2024-08-30T17:52:51.999Z | Checking russh v0.45.0 |
2312 | 2024-08-30T17:52:52.107Z | Checking tower v0.4.13 |
2313 | 2024-08-30T17:52:52.813Z | Checking hyper v1.3.1 |
2314 | 2024-08-30T17:52:53.733Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2315 | 2024-08-30T17:52:53.827Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2316 | 2024-08-30T17:52:54.272Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2317 | 2024-08-30T17:52:54.629Z | Compiling target-spec v3.2.1 |
2318 | 2024-08-30T17:52:54.766Z | Checking internet-checksum v0.2.1 |
2319 | 2024-08-30T17:52:55.490Z | Checking hyper-util v0.1.3 |
2320 | 2024-08-30T17:52:55.665Z | Checking cfg-expr v0.16.0 |
2321 | 2024-08-30T17:52:56.734Z | Checking httptest v0.15.5 |
2322 | 2024-08-30T17:52:56.783Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2323 | 2024-08-30T17:52:56.843Z | Checking rustls-native-certs v0.7.0 |
2324 | 2024-08-30T17:52:56.992Z | Checking num_cpus v1.16.0 |
2325 | 2024-08-30T17:52:57.408Z | Checking threadpool v1.8.1 |
2326 | 2024-08-30T17:52:57.606Z | Checking hyper-rustls v0.26.0 |
2327 | 2024-08-30T17:52:58.251Z | Checking pathdiff v0.2.1 |
2328 | 2024-08-30T17:52:58.408Z | Compiling toml_edit v0.21.1 |
2329 | 2024-08-30T17:52:58.785Z | Compiling rstest_macros v0.22.0 |
2330 | 2024-08-30T17:52:59.306Z | Checking escape8259 v0.5.2 |
2331 | 2024-08-30T17:52:59.462Z | Compiling samael v0.0.15 |
2332 | 2024-08-30T17:52:59.503Z | Checking nested v0.1.1 |
2333 | 2024-08-30T17:52:59.716Z | Checking guppy v0.17.7 |
2334 | 2024-08-30T17:53:00.465Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2335 | 2024-08-30T17:53:01.544Z | Compiling proc-macro-crate v3.1.0 |
2336 | 2024-08-30T17:53:02.886Z | Checking libtest-mimic v0.7.3 |
2337 | 2024-08-30T17:53:03.210Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2338 | 2024-08-30T17:53:03.307Z | Checking similar-asserts v1.5.0 |
2339 | 2024-08-30T17:53:03.483Z | Checking fancy-regex v0.13.0 |
2340 | 2024-08-30T17:53:03.520Z | Compiling trybuild v1.0.99 |
2341 | 2024-08-30T17:53:03.754Z | Compiling git2 v0.19.0 |
2342 | 2024-08-30T17:53:03.951Z | Compiling relative-path v1.9.3 |
2343 | 2024-08-30T17:53:04.183Z | Checking datatest-stable v0.2.9 |
2344 | 2024-08-30T17:53:04.485Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2345 | 2024-08-30T17:53:04.509Z | Checking blake2b_simd v1.0.2 |
2346 | 2024-08-30T17:53:05.242Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2347 | 2024-08-30T17:53:05.542Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2348 | 2024-08-30T17:53:06.943Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2349 | 2024-08-30T17:53:07.232Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2350 | 2024-08-30T17:53:07.522Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2351 | 2024-08-30T17:53:07.708Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2352 | 2024-08-30T17:53:08.033Z | Checking serde_tokenstream v0.2.2 |
2353 | 2024-08-30T17:53:08.078Z | Checking uzers v0.11.3 |
2354 | 2024-08-30T17:53:08.419Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2355 | 2024-08-30T17:53:08.443Z | Checking futures-timer v3.0.3 |
2356 | 2024-08-30T17:53:08.734Z | Checking indent_write v2.2.0 |
2357 | 2024-08-30T17:53:09.114Z | Checking rust-argon2 v2.1.0 |
2358 | 2024-08-30T17:53:09.704Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2359 | 2024-08-30T17:53:10.172Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2360 | 2024-08-30T17:53:10.706Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2361 | 2024-08-30T17:53:10.735Z | Checking rand_distr v0.4.3 |
2362 | 2024-08-30T17:53:11.019Z | Checking multimap v0.10.0 |
2363 | 2024-08-30T17:53:11.314Z | Checking approx v0.5.1 |
2364 | 2024-08-30T17:53:11.438Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2365 | 2024-08-30T17:53:11.536Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2366 | 2024-08-30T17:53:12.091Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2367 | 2024-08-30T17:53:12.115Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2368 | 2024-08-30T17:53:12.758Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2369 | 2024-08-30T17:53:13.580Z | Checking partial-io v0.5.4 |
2370 | 2024-08-30T17:53:13.604Z | Checking rstest v0.22.0 |
2371 | 2024-08-30T17:53:13.663Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2372 | 2024-08-30T17:53:13.820Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2373 | 2024-08-30T17:53:13.928Z | Checking cargo_toml v0.20.4 |
2374 | 2024-08-30T17:53:13.954Z | Checking termios v0.3.3 |
2375 | 2024-08-30T17:53:14.216Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2376 | 2024-08-30T17:53:14.926Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2377 | 2024-08-30T17:53:15.717Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2378 | 2024-08-30T17:53:28.729Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2379 | 2024-08-30T17:53:33.638Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2380 | 2024-08-30T17:53:33.957Z | Compiling polar-core v0.27.3 |
2381 | 2024-08-30T17:53:43.077Z | Checking oso v0.27.3 |
2382 | 2024-08-30T17:53:55.658Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2383 | 2024-08-30T17:53:56.383Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2384 | 2024-08-30T17:53:56.745Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2385 | 2024-08-30T17:54:27.952Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2386 | 2024-08-30T17:54:27.952Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2387 | 2024-08-30T17:54:27.952Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2388 | 2024-08-30T17:56:04.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 53s |
2389 | 2024-08-30T17:56:04.461Z | |
2390 | 2024-08-30T17:56:04.461Z | real 5:59.762272933 |
2391 | 2024-08-30T17:56:04.461Z | user 30:35.821513552 |
2392 | 2024-08-30T17:56:04.461Z | sys 5:44.699779180 |
2393 | 2024-08-30T17:56:04.461Z | trap 0.850493451 |
2394 | 2024-08-30T17:56:04.461Z | tflt 1.331940727 |
2395 | 2024-08-30T17:56:04.485Z | dflt 0.351432203 |
2396 | 2024-08-30T17:56:04.485Z | kflt 0.000912210 |
2397 | 2024-08-30T17:56:04.485Z | lock 47:28.137918528 |
2398 | 2024-08-30T17:56:04.485Z | slp 1:48:24.483973009 |
2399 | 2024-08-30T17:56:04.485Z | lat 1:36.685199676 |
2400 | 2024-08-30T17:56:04.485Z | stop 5:24.655266523 |
2401 | 2024-08-30T17:56:04.485Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2402 | 2024-08-30T17:56:04.485Z | + ptime -m cargo doc --workspace --no-deps |
2403 | 2024-08-30T17:56:05.937Z | warning: output filename collision. |
2404 | 2024-08-30T17:56:05.937Z | 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)`. |
2405 | 2024-08-30T17:56:05.937Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2406 | 2024-08-30T17:56:05.937Z | The targets should have unique names. |
2407 | 2024-08-30T17:56:05.937Z | This is a known bug where multiple crates with the same name use |
2408 | 2024-08-30T17:56:05.937Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2409 | 2024-08-30T17:56:06.562Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2410 | 2024-08-30T17:56:06.596Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2411 | 2024-08-30T17:56:06.620Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2412 | 2024-08-30T17:56:06.676Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2413 | 2024-08-30T17:56:06.711Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2414 | 2024-08-30T17:56:06.711Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2415 | 2024-08-30T17:56:06.874Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2416 | 2024-08-30T17:56:06.980Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2417 | 2024-08-30T17:56:07.006Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2418 | 2024-08-30T17:56:07.031Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2419 | 2024-08-30T17:56:07.533Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2420 | 2024-08-30T17:56:07.533Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2421 | 2024-08-30T17:56:07.533Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2422 | 2024-08-30T17:56:07.533Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2423 | 2024-08-30T17:56:07.533Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2424 | 2024-08-30T17:56:07.697Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2425 | 2024-08-30T17:56:08.503Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2426 | 2024-08-30T17:56:10.410Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2427 | 2024-08-30T17:56:10.704Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2428 | 2024-08-30T17:56:11.023Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2429 | 2024-08-30T17:56:11.093Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2430 | 2024-08-30T17:56:11.324Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2431 | 2024-08-30T17:56:11.420Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2432 | 2024-08-30T17:56:11.559Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2433 | 2024-08-30T17:56:11.628Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2434 | 2024-08-30T17:56:11.865Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2435 | 2024-08-30T17:56:12.035Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2436 | 2024-08-30T17:56:12.186Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2437 | 2024-08-30T17:56:12.288Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2438 | 2024-08-30T17:56:12.555Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2439 | 2024-08-30T17:56:12.810Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2440 | 2024-08-30T17:56:12.925Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2441 | 2024-08-30T17:56:12.956Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2442 | 2024-08-30T17:56:13.215Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2443 | 2024-08-30T17:56:13.269Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2444 | 2024-08-30T17:56:13.434Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2445 | 2024-08-30T17:56:13.551Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2446 | 2024-08-30T17:56:13.604Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2447 | 2024-08-30T17:56:13.752Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2448 | 2024-08-30T17:56:13.955Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2449 | 2024-08-30T17:56:14.017Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2450 | 2024-08-30T17:56:14.085Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2451 | 2024-08-30T17:56:18.236Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2452 | 2024-08-30T17:56:18.761Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2453 | 2024-08-30T17:56:18.843Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2454 | 2024-08-30T17:56:19.437Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2455 | 2024-08-30T17:56:20.643Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2456 | 2024-08-30T17:56:21.093Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2457 | 2024-08-30T17:56:21.172Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2458 | 2024-08-30T17:56:21.439Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2459 | 2024-08-30T17:56:22.430Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2460 | 2024-08-30T17:56:25.817Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2461 | 2024-08-30T17:56:26.566Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2462 | 2024-08-30T17:56:26.855Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2463 | 2024-08-30T17:56:27.299Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2464 | 2024-08-30T17:56:27.639Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2465 | 2024-08-30T17:56:27.973Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2466 | 2024-08-30T17:56:28.818Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2467 | 2024-08-30T17:56:29.580Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2468 | 2024-08-30T17:56:30.175Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2469 | 2024-08-30T17:56:30.282Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2470 | 2024-08-30T17:56:30.583Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2471 | 2024-08-30T17:56:30.750Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2472 | 2024-08-30T17:56:30.774Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2473 | 2024-08-30T17:56:30.827Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2474 | 2024-08-30T17:56:30.992Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2475 | 2024-08-30T17:56:31.407Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2476 | 2024-08-30T17:56:32.214Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2477 | 2024-08-30T17:56:32.261Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2478 | 2024-08-30T17:56:32.446Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2479 | 2024-08-30T17:56:32.699Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2480 | 2024-08-30T17:56:32.724Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2481 | 2024-08-30T17:56:33.253Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2482 | 2024-08-30T17:56:33.357Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2483 | 2024-08-30T17:56:33.733Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2484 | 2024-08-30T17:56:33.773Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2485 | 2024-08-30T17:56:33.973Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2486 | 2024-08-30T17:56:34.247Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2487 | 2024-08-30T17:56:34.286Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2488 | 2024-08-30T17:56:34.310Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2489 | 2024-08-30T17:56:34.664Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2490 | 2024-08-30T17:56:34.979Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2491 | 2024-08-30T17:56:35.133Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2492 | 2024-08-30T17:56:35.562Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2493 | 2024-08-30T17:56:35.736Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2494 | 2024-08-30T17:56:35.793Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2495 | 2024-08-30T17:56:36.188Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2496 | 2024-08-30T17:56:36.371Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2497 | 2024-08-30T17:56:37.305Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2498 | 2024-08-30T17:56:37.329Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2499 | 2024-08-30T17:56:37.582Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2500 | 2024-08-30T17:56:38.134Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2501 | 2024-08-30T17:56:39.725Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2502 | 2024-08-30T17:56:39.749Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2503 | 2024-08-30T17:56:39.773Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2504 | 2024-08-30T17:56:42.435Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2505 | 2024-08-30T17:56:42.516Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2506 | 2024-08-30T17:56:43.554Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2507 | 2024-08-30T17:56:44.023Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2508 | 2024-08-30T17:56:44.244Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2509 | 2024-08-30T17:56:47.187Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2510 | 2024-08-30T17:56:49.033Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2511 | 2024-08-30T17:56:49.880Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2512 | 2024-08-30T17:56:51.782Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2513 | 2024-08-30T17:56:52.711Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2514 | 2024-08-30T17:56:53.684Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2515 | 2024-08-30T17:57:00.247Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2516 | 2024-08-30T17:57:01.082Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2517 | 2024-08-30T17:57:01.328Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2518 | 2024-08-30T17:57:31.101Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2519 | 2024-08-30T17:57:35.822Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2520 | 2024-08-30T17:57:41.232Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2521 | 2024-08-30T17:57:42.491Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2522 | 2024-08-30T17:57:43.792Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2523 | 2024-08-30T17:57:43.894Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2524 | 2024-08-30T17:57:49.683Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2525 | 2024-08-30T17:57:59.975Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2526 | 2024-08-30T17:58:04.822Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2527 | 2024-08-30T17:58:08.579Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2528 | 2024-08-30T17:58:11.321Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2529 | 2024-08-30T17:58:12.316Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2530 | 2024-08-30T17:58:14.945Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2531 | 2024-08-30T17:58:14.968Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2532 | 2024-08-30T17:58:15.676Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2533 | 2024-08-30T17:58:17.513Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2534 | 2024-08-30T17:58:19.773Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2535 | 2024-08-30T17:58:25.955Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2536 | 2024-08-30T17:58:29.826Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2537 | 2024-08-30T17:58:35.600Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2538 | 2024-08-30T17:58:51.049Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2539 | 2024-08-30T17:58:51.337Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2540 | 2024-08-30T17:58:51.590Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2541 | 2024-08-30T17:58:59.867Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2542 | 2024-08-30T17:59:05.751Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2543 | 2024-08-30T17:59:06.711Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2544 | 2024-08-30T17:59:08.918Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2545 | 2024-08-30T17:59:23.009Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2546 | 2024-08-30T17:59:26.452Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2547 | 2024-08-30T17:59:26.865Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2548 | 2024-08-30T17:59:29.487Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2549 | 2024-08-30T17:59:33.928Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2550 | 2024-08-30T17:59:37.937Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2551 | 2024-08-30T17:59:40.367Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2552 | 2024-08-30T17:59:42.872Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2553 | 2024-08-30T17:59:45.630Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2554 | 2024-08-30T17:59:49.882Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2555 | 2024-08-30T17:59:55.597Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2556 | 2024-08-30T17:59:55.651Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2557 | 2024-08-30T18:00:01.445Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2558 | 2024-08-30T18:00:01.940Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2559 | 2024-08-30T18:00:07.916Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2560 | 2024-08-30T18:00:08.190Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2561 | 2024-08-30T18:00:09.240Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2562 | 2024-08-30T18:00:15.426Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2563 | 2024-08-30T18:00:17.548Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2564 | 2024-08-30T18:00:20.877Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2565 | 2024-08-30T18:00:20.930Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2566 | 2024-08-30T18:00:21.016Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2567 | 2024-08-30T18:00:30.356Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2568 | 2024-08-30T18:00:32.379Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2569 | 2024-08-30T18:00:33.435Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2570 | 2024-08-30T18:00:33.653Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2571 | 2024-08-30T18:00:35.498Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2572 | 2024-08-30T18:00:36.999Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2573 | 2024-08-30T18:00:37.067Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2574 | 2024-08-30T18:00:37.996Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2575 | 2024-08-30T18:00:44.263Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2576 | 2024-08-30T18:00:46.855Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2577 | 2024-08-30T18:00:46.895Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2578 | 2024-08-30T18:00:48.611Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2579 | 2024-08-30T18:00:50.236Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2580 | 2024-08-30T18:00:52.349Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2581 | 2024-08-30T18:00:53.100Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2582 | 2024-08-30T18:00:55.981Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2583 | 2024-08-30T18:01:01.749Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2584 | 2024-08-30T18:01:03.487Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2585 | 2024-08-30T18:01:03.665Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2586 | 2024-08-30T18:01:05.205Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2587 | 2024-08-30T18:01:06.533Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2588 | 2024-08-30T18:01:06.581Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2589 | 2024-08-30T18:01:08.986Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2590 | 2024-08-30T18:01:09.202Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2591 | 2024-08-30T18:01:10.436Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2592 | 2024-08-30T18:01:18.135Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2593 | 2024-08-30T18:01:18.199Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2594 | 2024-08-30T18:01:18.349Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2595 | 2024-08-30T18:01:20.863Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2596 | 2024-08-30T18:01:22.112Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2597 | 2024-08-30T18:01:24.412Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2598 | 2024-08-30T18:01:25.630Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2599 | 2024-08-30T18:01:26.302Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2600 | 2024-08-30T18:01:30.214Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2601 | 2024-08-30T18:01:31.889Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2602 | 2024-08-30T18:01:32.378Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2603 | 2024-08-30T18:01:32.781Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2604 | 2024-08-30T18:01:33.779Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2605 | 2024-08-30T18:01:34.139Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2606 | 2024-08-30T18:01:36.343Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2607 | 2024-08-30T18:01:36.942Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2608 | 2024-08-30T18:01:37.409Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2609 | 2024-08-30T18:01:38.491Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2610 | 2024-08-30T18:01:38.702Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2611 | 2024-08-30T18:01:38.920Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2612 | 2024-08-30T18:01:40.358Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2613 | 2024-08-30T18:01:40.707Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2614 | 2024-08-30T18:01:41.641Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2615 | 2024-08-30T18:01:41.846Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2616 | 2024-08-30T18:01:42.729Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2617 | 2024-08-30T18:02:20.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 15s |
2618 | 2024-08-30T18:02:20.407Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 126 other files |
2619 | 2024-08-30T18:02:20.474Z | |
2620 | 2024-08-30T18:02:20.474Z | real 6:15.959211535 |
2621 | 2024-08-30T18:02:20.474Z | user 19:26.955687899 |
2622 | 2024-08-30T18:02:20.474Z | sys 25:54.338404888 |
2623 | 2024-08-30T18:02:20.474Z | trap 0.383338290 |
2624 | 2024-08-30T18:02:20.474Z | tflt 0.130790803 |
2625 | 2024-08-30T18:02:20.474Z | dflt 0.351766794 |
2626 | 2024-08-30T18:02:20.474Z | kflt 0.000079614 |
2627 | 2024-08-30T18:02:20.474Z | lock 59:58.504376348 |
2628 | 2024-08-30T18:02:20.474Z | slp 1:42:59.895060567 |
2629 | 2024-08-30T18:02:20.474Z | lat 1:04.560958884 |
2630 | 2024-08-30T18:02:20.474Z | stop 1:00.602429360 |
2631 | 2024-08-30T18:02:20.498Z | process exited: duration 968830 ms, exit code 0 |
|
2632 | 2024-08-30T18:02:20.547Z | found 0 output files |