|
|
|
1 | 2024-08-28T03:15:36.560Z | job assigned to worker 01J6BFN26T1G7862JF831QG2H7 (queued for 52 s) |
|
2 | 2024-08-28T03:15:43.707Z | starting task 0: "setup" |
3 | 2024-08-28T03:15:43.716Z | ++ uname -s |
4 | 2024-08-28T03:15:43.718Z | + kern=SunOS |
5 | 2024-08-28T03:15:43.718Z | + case "$kern" in |
6 | 2024-08-28T03:15:43.718Z | + groupadd -g 12345 build |
7 | 2024-08-28T03:15:43.721Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-28T03:15:45.731Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-28T03:15:45.914Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-28T03:15:45.917Z | + home_fs=zfs |
11 | 2024-08-28T03:15:45.917Z | + [[ zfs == autofs ]] |
12 | 2024-08-28T03:15:45.917Z | + mkdir -p /home/build |
13 | 2024-08-28T03:15:45.919Z | + chown build:build /home/build /work |
14 | 2024-08-28T03:15:47.920Z | + chmod 0700 /home/build /work |
15 | 2024-08-28T03:15:47.923Z | process exited: duration 4219 ms, exit code 0 |
|
16 | 2024-08-28T03:15:47.929Z | starting task 1: "rust-toolchain" |
17 | 2024-08-28T03:15:47.935Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-28T03:15:47.935Z | * toolchain channel = "1.80.1" |
19 | 2024-08-28T03:15:47.935Z | ' 1.80.1 |
20 | 2024-08-28T03:15:47.935Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-28T03:15:47.935Z | ' default |
22 | 2024-08-28T03:15:47.935Z | * toolchain profile = "default" |
23 | 2024-08-28T03:15:47.938Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-28T03:15:47.938Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-28T03:15:48.055Z | info: downloading installer |
26 | 2024-08-28T03:15:49.429Z | info: profile set to 'default' |
27 | 2024-08-28T03:15:49.429Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-28T03:15:49.431Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-28T03:15:49.570Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-28T03:15:49.570Z | info: downloading component 'cargo' |
31 | 2024-08-28T03:15:50.295Z | info: downloading component 'clippy' |
32 | 2024-08-28T03:15:50.649Z | info: downloading component 'rust-docs' |
33 | 2024-08-28T03:15:51.681Z | info: downloading component 'rust-std' |
34 | 2024-08-28T03:15:53.099Z | info: downloading component 'rustc' |
35 | 2024-08-28T03:15:57.047Z | info: downloading component 'rustfmt' |
36 | 2024-08-28T03:15:57.262Z | info: installing component 'cargo' |
37 | 2024-08-28T03:15:58.121Z | info: installing component 'clippy' |
38 | 2024-08-28T03:15:58.506Z | info: installing component 'rust-docs' |
39 | 2024-08-28T03:16:00.112Z | info: installing component 'rust-std' |
40 | 2024-08-28T03:16:01.829Z | info: installing component 'rustc' |
41 | 2024-08-28T03:16:06.108Z | info: installing component 'rustfmt' |
42 | 2024-08-28T03:16:06.439Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-28T03:16:06.439Z | |
44 | 2024-08-28T03:16:06.689Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-28T03:16:06.689Z | |
46 | 2024-08-28T03:16:06.692Z | |
47 | 2024-08-28T03:16:06.692Z | Rust is installed now. Great! |
48 | 2024-08-28T03:16:06.692Z | |
49 | 2024-08-28T03:16:06.692Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-28T03:16:06.692Z | environment variable. This has not been done automatically. |
51 | 2024-08-28T03:16:06.692Z | |
52 | 2024-08-28T03:16:06.692Z | To configure your current shell, you need to source |
53 | 2024-08-28T03:16:06.692Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-28T03:16:06.692Z | |
55 | 2024-08-28T03:16:06.692Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-28T03:16:06.692Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-28T03:16:06.692Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-28T03:16:06.744Z | + rustc --version |
59 | 2024-08-28T03:16:06.805Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-28T03:16:06.808Z | process exited: duration 18884 ms, exit code 0 |
|
61 | 2024-08-28T03:16:06.814Z | starting task 2: "authentication" |
62 | 2024-08-28T03:16:06.835Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-28T03:16:06.840Z | starting task 3: "clone repository" |
64 | 2024-08-28T03:16:06.846Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-28T03:16:06.848Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-28T03:16:06.880Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-28T03:16:13.900Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-28T03:16:13.900Z | + git fetch origin 56f20e2092a04891f9d88e31b84041b6233ab8b8 |
69 | 2024-08-28T03:16:14.229Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-28T03:16:14.229Z | * branch 56f20e2092a04891f9d88e31b84041b6233ab8b8 -> FETCH_HEAD |
71 | 2024-08-28T03:16:14.241Z | + [[ -n '' ]] |
72 | 2024-08-28T03:16:14.241Z | + git reset --hard 56f20e2092a04891f9d88e31b84041b6233ab8b8 |
73 | 2024-08-28T03:16:14.392Z | HEAD is now at 56f20e209 Update taiki-e/install-action digest to 0b73cec |
74 | 2024-08-28T03:16:14.394Z | process exited: duration 7555 ms, exit code 0 |
|
75 | 2024-08-28T03:16:14.399Z | starting task 4: "build" |
76 | 2024-08-28T03:16:14.405Z | + cargo --version |
77 | 2024-08-28T03:16:14.459Z | cargo 1.80.1 (376290515 2024-07-16) |
78 | 2024-08-28T03:16:14.461Z | + rustc --version |
79 | 2024-08-28T03:16:14.520Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
80 | 2024-08-28T03:16:14.523Z | + source ./env.sh |
81 | 2024-08-28T03:16:14.523Z | ++ OLD_SHELL_OPTS=ehxB |
82 | 2024-08-28T03:16:14.526Z | ++ set -o xtrace |
83 | 2024-08-28T03:16:14.532Z | ++++ dirname ./env.sh |
84 | 2024-08-28T03:16:14.532Z | +++ readlink -f . |
85 | 2024-08-28T03:16:14.534Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
86 | 2024-08-28T03:16:14.534Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
87 | 2024-08-28T03:16:14.534Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
88 | 2024-08-28T03:16:14.534Z | ++ 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 |
89 | 2024-08-28T03:16:14.534Z | ++ 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 |
90 | 2024-08-28T03:16:14.534Z | ++ 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 |
91 | 2024-08-28T03:16:14.534Z | ++ 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 |
92 | 2024-08-28T03:16:14.534Z | ++ 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 |
93 | 2024-08-28T03:16:14.534Z | ++ 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 |
94 | 2024-08-28T03:16:14.534Z | ++ case $OLD_SHELL_OPTS in |
95 | 2024-08-28T03:16:14.535Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
96 | 2024-08-28T03:16:14.535Z | + banner prerequisites |
97 | 2024-08-28T03:16:14.535Z | |
98 | 2024-08-28T03:16:14.535Z | ##### ##### ###### ##### ###### #### # # # #### # |
99 | 2024-08-28T03:16:14.535Z | # # # # # # # # # # # # # # # |
100 | 2024-08-28T03:16:14.535Z | # # # # ##### # # ##### # # # # # #### # |
101 | 2024-08-28T03:16:14.535Z | ##### ##### # ##### # # # # # # # # # |
102 | 2024-08-28T03:16:14.535Z | # # # # # # # # # # # # # # # |
103 | 2024-08-28T03:16:14.535Z | # # # ###### # # ###### ### # #### # #### # |
104 | 2024-08-28T03:16:14.535Z | |
105 | 2024-08-28T03:16:14.535Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
106 | 2024-08-28T03:16:19.053Z | Startup: Refreshing catalog 'helios-dev' ... Done |
107 | 2024-08-28T03:16:21.401Z | Startup: Caching catalogs ... Done |
108 | 2024-08-28T03:16:23.406Z | Planning: Solver setup ... Done (1.439s) |
109 | 2024-08-28T03:16:23.430Z | Planning: Running solver ... Done (0.024s) |
110 | 2024-08-28T03:16:23.475Z | Planning: Finding local manifests ... Done (0.003s) |
111 | 2024-08-28T03:16:23.488Z | Planning: Fetching manifests: 0/5 0% complete |
112 | 2024-08-28T03:16:24.224Z | Planning: Fetching manifests: 5/5 100% complete |
113 | 2024-08-28T03:16:24.333Z | Planning: Package planning ... Done (0.108s) |
114 | 2024-08-28T03:16:24.388Z | Planning: Merging actions ... Done (0.056s) |
115 | 2024-08-28T03:16:24.598Z | Planning: Checking for conflicting actions ... Done (0.210s) |
116 | 2024-08-28T03:16:26.511Z | Planning: Consolidating action changes ... Done (1.913s) |
117 | 2024-08-28T03:16:26.947Z | Planning: Evaluating mediators ... Done (0.435s) |
118 | 2024-08-28T03:16:27.030Z | Planning: Planning completed in 5.55 seconds |
119 | 2024-08-28T03:16:27.046Z | Packages to install: 4 |
120 | 2024-08-28T03:16:27.046Z | Packages to update: 1 |
121 | 2024-08-28T03:16:27.049Z | Mediators to change: 2 |
122 | 2024-08-28T03:16:27.049Z | Services to change: 1 |
123 | 2024-08-28T03:16:27.049Z | Estimated space available: 155.72 GB |
124 | 2024-08-28T03:16:27.049Z | Estimated space to be consumed: 1.53 GB |
125 | 2024-08-28T03:16:27.049Z | Create boot environment: No |
126 | 2024-08-28T03:16:27.049Z | Create backup boot environment: Yes |
127 | 2024-08-28T03:16:27.049Z | Rebuild boot archive: No |
128 | 2024-08-28T03:16:27.049Z | |
129 | 2024-08-28T03:16:27.049Z | Changed mediators: |
130 | 2024-08-28T03:16:27.049Z | mediator clang: |
131 | 2024-08-28T03:16:27.049Z | version: None -> 15 (system default) |
132 | 2024-08-28T03:16:27.049Z | |
133 | 2024-08-28T03:16:27.049Z | mediator llvm: |
134 | 2024-08-28T03:16:27.049Z | version: 14 (system default) -> 15 (system default) |
135 | 2024-08-28T03:16:27.049Z | |
136 | 2024-08-28T03:16:27.049Z | Changed packages: |
137 | 2024-08-28T03:16:27.049Z | helios-dev |
138 | 2024-08-28T03:16:27.049Z | developer/build-essential |
139 | 2024-08-28T03:16:27.049Z | None -> 11-2.0 |
140 | 2024-08-28T03:16:27.049Z | library/libxmlsec1 |
141 | 2024-08-28T03:16:27.049Z | None -> 1.2.35-2.0 |
142 | 2024-08-28T03:16:27.049Z | ooce/developer/clang-15 |
143 | 2024-08-28T03:16:27.049Z | None -> 15.0.7-2.0 |
144 | 2024-08-28T03:16:27.049Z | ooce/developer/llvm-15 |
145 | 2024-08-28T03:16:27.049Z | None -> 15.0.7-2.0 |
146 | 2024-08-28T03:16:27.049Z | package/pkg |
147 | 2024-08-28T03:16:27.049Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
148 | 2024-08-28T03:16:27.049Z | |
149 | 2024-08-28T03:16:27.049Z | Services: |
150 | 2024-08-28T03:16:27.049Z | restart_fmri: |
151 | 2024-08-28T03:16:27.049Z | svc:/system/update-man-index:default |
152 | 2024-08-28T03:16:27.049Z | |
153 | 2024-08-28T03:16:27.049Z | Editable files to change: |
154 | 2024-08-28T03:16:27.049Z | Update: |
155 | 2024-08-28T03:16:27.049Z | usr/share/lib/pkg/web/config.shtml |
156 | 2024-08-28T03:16:27.126Z | |
157 | 2024-08-28T03:16:27.126Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
158 | 2024-08-28T03:16:32.138Z | Download: 873/4281 items 18.8/220.6MB 8% complete (3.9M/s) |
159 | 2024-08-28T03:16:37.142Z | Download: 1485/4281 items 117.4/220.6MB 53% complete (11.9M/s) |
160 | 2024-08-28T03:16:42.156Z | Download: 2508/4281 items 120.3/220.6MB 54% complete (10.2M/s) |
161 | 2024-08-28T03:16:47.153Z | Download: 3246/4281 items 177.2/220.6MB 80% complete (5.9M/s) |
162 | 2024-08-28T03:16:52.147Z | Download: 3568/4281 items 215.7/220.6MB 97% complete (9.6M/s) |
163 | 2024-08-28T03:16:57.310Z | Download: 4207/4281 items 220.6/220.6MB 99% complete (5.3M/s) |
164 | 2024-08-28T03:16:59.483Z | Download: Completed 220.60 MB in 32.36 seconds (6.8M/s) |
165 | 2024-08-28T03:17:01.582Z | Actions: 1/5063 actions (Removing old actions) |
166 | 2024-08-28T03:17:01.670Z | Actions: 194/5063 actions (Installing new actions) |
167 | 2024-08-28T03:17:06.275Z | Actions: 4226/5063 actions (Updating modified actions) |
168 | 2024-08-28T03:17:06.589Z | Actions: Completed 5063 actions in 5.04 seconds. |
169 | 2024-08-28T03:17:06.880Z | Done (0.282s) |
170 | 2024-08-28T03:17:06.883Z | Done (0.000s) |
171 | 2024-08-28T03:17:07.278Z | Done (0.382s) |
172 | 2024-08-28T03:17:11.763Z | Done (4.321s) |
173 | 2024-08-28T03:17:11.858Z | Done (0.016s) |
174 | 2024-08-28T03:17:11.860Z | Done (0.000s) |
175 | 2024-08-28T03:17:12.042Z | Done (0.000s) |
176 | 2024-08-28T03:17:12.641Z | Planning: Evaluating mediator changes ... Done |
177 | 2024-08-28T03:17:12.802Z | Planning: Checking for conflicting actions ... Done |
178 | 2024-08-28T03:17:12.816Z | Planning: Consolidating action changes ... Done |
179 | 2024-08-28T03:17:13.098Z | Planning: Evaluating mediators ... Done |
180 | 2024-08-28T03:17:13.152Z | Planning: Planning completed in 0.43 seconds |
181 | 2024-08-28T03:17:13.152Z | Mediators to change: 2 |
182 | 2024-08-28T03:17:13.152Z | Create boot environment: No |
183 | 2024-08-28T03:17:13.152Z | Create backup boot environment: No |
184 | 2024-08-28T03:17:13.207Z | Done |
185 | 2024-08-28T03:17:13.207Z | Done |
186 | 2024-08-28T03:17:13.467Z | Done |
187 | 2024-08-28T03:17:17.067Z | Done |
188 | 2024-08-28T03:17:17.160Z | Done |
189 | 2024-08-28T03:17:17.163Z | Done |
190 | 2024-08-28T03:17:17.276Z | Done |
191 | 2024-08-28T03:17:17.880Z | Planning: Evaluating mediator changes ... Done |
192 | 2024-08-28T03:17:17.884Z | Planning: Merging actions ... Done |
193 | 2024-08-28T03:17:18.084Z | Planning: Checking for conflicting actions ... Done |
194 | 2024-08-28T03:17:18.116Z | Planning: Consolidating action changes ... Done |
195 | 2024-08-28T03:17:18.337Z | Planning: Evaluating mediators ... Done |
196 | 2024-08-28T03:17:18.392Z | Planning: Planning completed in 0.75 seconds |
197 | 2024-08-28T03:17:18.433Z | Packages to change: 1 |
198 | 2024-08-28T03:17:18.433Z | Mediators to change: 1 |
199 | 2024-08-28T03:17:18.435Z | Services to change: 1 |
200 | 2024-08-28T03:17:18.435Z | Create boot environment: No |
201 | 2024-08-28T03:17:18.435Z | Create backup boot environment: Yes |
202 | 2024-08-28T03:17:20.540Z | Actions: 1/6 actions (Updating modified actions) |
203 | 2024-08-28T03:17:20.542Z | Actions: Completed 6 actions in 0.00 seconds. |
204 | 2024-08-28T03:17:20.542Z | Done |
205 | 2024-08-28T03:17:20.542Z | Done |
206 | 2024-08-28T03:17:20.626Z | Done |
207 | 2024-08-28T03:17:24.348Z | Done |
208 | 2024-08-28T03:17:24.440Z | Done |
209 | 2024-08-28T03:17:24.443Z | Done |
210 | 2024-08-28T03:17:24.558Z | Done |
211 | 2024-08-28T03:17:25.011Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
212 | 2024-08-28T03:17:25.011Z | clang system 15 system |
213 | 2024-08-28T03:17:25.011Z | csh system system illumos |
214 | 2024-08-28T03:17:25.011Z | ctags system system illumos |
215 | 2024-08-28T03:17:25.011Z | gcc vendor 12 vendor |
216 | 2024-08-28T03:17:25.012Z | gcc system 10 system |
217 | 2024-08-28T03:17:25.012Z | gcc system 7 system |
218 | 2024-08-28T03:17:25.012Z | go system 1.20 system |
219 | 2024-08-28T03:17:25.012Z | go system 1.19 system |
220 | 2024-08-28T03:17:25.012Z | llvm system 15 system |
221 | 2024-08-28T03:17:25.012Z | llvm system 14 system |
222 | 2024-08-28T03:17:25.012Z | mariadb system 10.6 system |
223 | 2024-08-28T03:17:25.012Z | mta vendor vendor dma |
224 | 2024-08-28T03:17:25.012Z | openjdk system 17 system |
225 | 2024-08-28T03:17:25.012Z | openjdk system 11 system |
226 | 2024-08-28T03:17:25.012Z | openjdk system 1.8 system |
227 | 2024-08-28T03:17:25.012Z | openssl vendor 3 vendor |
228 | 2024-08-28T03:17:25.012Z | perl system 5.36 system |
229 | 2024-08-28T03:17:25.012Z | postgresql system 15 system |
230 | 2024-08-28T03:17:25.012Z | postgresql system 13 system |
231 | 2024-08-28T03:17:25.012Z | python vendor 3 vendor |
232 | 2024-08-28T03:17:25.012Z | python system 2 system |
233 | 2024-08-28T03:17:25.012Z | python3 system 3.11 system |
234 | 2024-08-28T03:17:25.012Z | ruby system 3.0 system |
235 | 2024-08-28T03:17:25.013Z | words vendor vendor american-english |
236 | 2024-08-28T03:17:25.013Z | words system system australian-english |
237 | 2024-08-28T03:17:25.013Z | words system system british-english |
238 | 2024-08-28T03:17:25.013Z | words system system canadian-english |
239 | 2024-08-28T03:17:25.013Z | words system system french |
240 | 2024-08-28T03:17:25.013Z | words system system italian |
241 | 2024-08-28T03:17:25.013Z | words system system ngerman |
242 | 2024-08-28T03:17:25.013Z | words system system ogerman |
243 | 2024-08-28T03:17:25.013Z | words system system spanish |
244 | 2024-08-28T03:17:25.350Z | PUBLISHER TYPE STATUS P LOCATION |
245 | 2024-08-28T03:17:25.350Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
246 | 2024-08-28T03:17:27.128Z | FMRI IFO |
247 | 2024-08-28T03:17:27.128Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
248 | 2024-08-28T03:17:27.128Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
249 | 2024-08-28T03:17:27.128Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
250 | 2024-08-28T03:17:27.128Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
251 | 2024-08-28T03:17:27.128Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
252 | 2024-08-28T03:17:27.128Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
253 | 2024-08-28T03:17:27.128Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
254 | 2024-08-28T03:17:27.128Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
255 | 2024-08-28T03:17:27.128Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
256 | 2024-08-28T03:17:27.128Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
257 | 2024-08-28T03:17:27.128Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
258 | 2024-08-28T03:17:27.128Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
259 | 2024-08-28T03:17:27.128Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
260 | 2024-08-28T03:17:27.784Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
261 | 2024-08-28T03:17:27.998Z | Updating git repository `https://github.com/oxidecomputer/zone` |
262 | 2024-08-28T03:17:28.242Z | Updating crates.io index |
263 | 2024-08-28T03:17:28.341Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
264 | 2024-08-28T03:17:29.076Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
265 | 2024-08-28T03:17:29.848Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
266 | 2024-08-28T03:17:30.099Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
267 | 2024-08-28T03:17:31.648Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
268 | 2024-08-28T03:17:31.873Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
269 | 2024-08-28T03:17:32.113Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
270 | 2024-08-28T03:17:33.148Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
271 | 2024-08-28T03:17:35.135Z | Updating git repository `https://github.com/oxidecomputer/opte` |
272 | 2024-08-28T03:17:36.124Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
273 | 2024-08-28T03:17:36.731Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
274 | 2024-08-28T03:17:36.995Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
275 | 2024-08-28T03:17:37.611Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
276 | 2024-08-28T03:17:37.832Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
277 | 2024-08-28T03:17:38.168Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
278 | 2024-08-28T03:17:38.451Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
279 | 2024-08-28T03:17:38.621Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
280 | 2024-08-28T03:17:38.834Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
281 | 2024-08-28T03:17:39.080Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
282 | 2024-08-28T03:17:39.337Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
283 | 2024-08-28T03:17:39.596Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
284 | 2024-08-28T03:17:39.911Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
285 | 2024-08-28T03:17:40.157Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
286 | 2024-08-28T03:17:40.587Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
287 | 2024-08-28T03:17:40.876Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
288 | 2024-08-28T03:17:41.280Z | Updating git repository `https://github.com/oxidecomputer/typify` |
289 | 2024-08-28T03:17:43.296Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
290 | 2024-08-28T03:17:43.537Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
291 | 2024-08-28T03:17:43.798Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
292 | 2024-08-28T03:17:44.133Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
293 | 2024-08-28T03:17:45.241Z | Downloading crates ... |
294 | 2024-08-28T03:17:45.293Z | Downloaded colorchoice v1.0.1 |
295 | 2024-08-28T03:17:45.344Z | Downloaded anstream v0.6.14 |
296 | 2024-08-28T03:17:45.344Z | Downloaded clap_derive v4.5.13 |
297 | 2024-08-28T03:17:45.344Z | Downloaded equivalent v1.0.1 |
298 | 2024-08-28T03:17:45.344Z | Downloaded scroll_derive v0.12.0 |
299 | 2024-08-28T03:17:45.344Z | Downloaded usdt-macro v0.5.0 |
300 | 2024-08-28T03:17:45.453Z | Downloaded is_terminal_polyfill v1.70.0 |
301 | 2024-08-28T03:17:45.453Z | Downloaded usdt-attr-macro v0.5.0 |
302 | 2024-08-28T03:17:45.453Z | Downloaded autocfg v1.3.0 |
303 | 2024-08-28T03:17:45.453Z | Downloaded anstyle-parse v0.2.4 |
304 | 2024-08-28T03:17:45.453Z | Downloaded fastrand v2.1.0 |
305 | 2024-08-28T03:17:45.453Z | Downloaded crypto-common v0.1.6 |
306 | 2024-08-28T03:17:45.453Z | Downloaded cargo-platform v0.1.8 |
307 | 2024-08-28T03:17:45.454Z | Downloaded dof v0.3.0 |
308 | 2024-08-28T03:17:45.454Z | Downloaded bitflags v2.6.0 |
309 | 2024-08-28T03:17:45.454Z | Downloaded thiserror-impl v1.0.63 |
310 | 2024-08-28T03:17:45.454Z | Downloaded plain v0.2.3 |
311 | 2024-08-28T03:17:45.454Z | Downloaded heck v0.5.0 |
312 | 2024-08-28T03:17:45.454Z | Downloaded bytecount v0.6.8 |
313 | 2024-08-28T03:17:45.454Z | Downloaded version_check v0.9.5 |
314 | 2024-08-28T03:17:45.454Z | Downloaded pest_generator v2.7.10 |
315 | 2024-08-28T03:17:45.454Z | Downloaded generic-array v0.14.7 |
316 | 2024-08-28T03:17:45.455Z | Downloaded toml_datetime v0.6.8 |
317 | 2024-08-28T03:17:45.455Z | Downloaded scroll v0.12.0 |
318 | 2024-08-28T03:17:45.455Z | Downloaded macaddr v1.0.1 |
319 | 2024-08-28T03:17:45.455Z | Downloaded cargo_toml v0.20.4 |
320 | 2024-08-28T03:17:45.455Z | Downloaded thread-id v4.2.1 |
321 | 2024-08-28T03:17:45.455Z | Downloaded serde_spanned v0.6.7 |
322 | 2024-08-28T03:17:45.455Z | Downloaded pest_derive v2.7.10 |
323 | 2024-08-28T03:17:45.455Z | Downloaded camino v1.1.9 |
324 | 2024-08-28T03:17:45.455Z | Downloaded semver v1.0.23 |
325 | 2024-08-28T03:17:45.455Z | Downloaded memmap v0.7.0 |
326 | 2024-08-28T03:17:45.455Z | Downloaded strsim v0.11.1 |
327 | 2024-08-28T03:17:45.456Z | Downloaded tempfile v3.10.1 |
328 | 2024-08-28T03:17:45.456Z | Downloaded proc-macro-error v1.0.4 |
329 | 2024-08-28T03:17:45.456Z | Downloaded dtrace-parser v0.2.0 |
330 | 2024-08-28T03:17:45.456Z | Downloaded sha2 v0.10.8 |
331 | 2024-08-28T03:17:45.456Z | Downloaded clap v4.5.16 |
332 | 2024-08-28T03:17:45.519Z | Downloaded anstyle-query v1.0.3 |
333 | 2024-08-28T03:17:45.519Z | Downloaded swrite v0.1.0 |
334 | 2024-08-28T03:17:45.519Z | Downloaded serde_derive v1.0.208 |
335 | 2024-08-28T03:17:45.519Z | Downloaded unicode-ident v1.0.12 |
336 | 2024-08-28T03:17:45.519Z | Downloaded typenum v1.17.0 |
337 | 2024-08-28T03:17:45.519Z | Downloaded clap_lex v0.7.0 |
338 | 2024-08-28T03:17:45.519Z | Downloaded textwrap v0.16.1 |
339 | 2024-08-28T03:17:45.519Z | Downloaded pretty-hex v0.4.1 |
340 | 2024-08-28T03:17:45.519Z | Downloaded errno v0.3.9 |
341 | 2024-08-28T03:17:45.519Z | Downloaded cfg-if v1.0.0 |
342 | 2024-08-28T03:17:45.519Z | Downloaded byteorder v1.5.0 |
343 | 2024-08-28T03:17:45.519Z | Downloaded digest v0.10.7 |
344 | 2024-08-28T03:17:45.519Z | Downloaded itoa v1.0.11 |
345 | 2024-08-28T03:17:45.519Z | Downloaded fnv v1.0.7 |
346 | 2024-08-28T03:17:45.519Z | Downloaded fs-err v2.11.0 |
347 | 2024-08-28T03:17:45.519Z | Downloaded block-buffer v0.10.4 |
348 | 2024-08-28T03:17:45.519Z | Downloaded usdt v0.5.0 |
349 | 2024-08-28T03:17:45.519Z | Downloaded unicode-linebreak v0.1.5 |
350 | 2024-08-28T03:17:45.519Z | Downloaded utf8parse v0.2.1 |
351 | 2024-08-28T03:17:45.519Z | Downloaded usdt-impl v0.5.0 |
352 | 2024-08-28T03:17:45.519Z | Downloaded tabled_derive v0.7.0 |
353 | 2024-08-28T03:17:45.519Z | Downloaded terminal_size v0.3.0 |
354 | 2024-08-28T03:17:45.520Z | Downloaded smawk v0.3.2 |
355 | 2024-08-28T03:17:45.520Z | Downloaded proc-macro-error-attr v1.0.4 |
356 | 2024-08-28T03:17:45.520Z | Downloaded camino-tempfile v1.1.1 |
357 | 2024-08-28T03:17:45.520Z | Downloaded serde_tokenstream v0.2.2 |
358 | 2024-08-28T03:17:45.520Z | Downloaded papergrid v0.11.0 |
359 | 2024-08-28T03:17:45.520Z | Downloaded thiserror v1.0.63 |
360 | 2024-08-28T03:17:45.520Z | Downloaded cpufeatures v0.2.12 |
361 | 2024-08-28T03:17:45.520Z | Downloaded quote v1.0.36 |
362 | 2024-08-28T03:17:45.520Z | Downloaded heck v0.4.1 |
363 | 2024-08-28T03:17:45.520Z | Downloaded proc-macro2 v1.0.86 |
364 | 2024-08-28T03:17:45.520Z | Downloaded cargo_metadata v0.18.1 |
365 | 2024-08-28T03:17:45.520Z | Downloaded anstyle v1.0.8 |
366 | 2024-08-28T03:17:45.520Z | Downloaded log v0.4.21 |
367 | 2024-08-28T03:17:45.520Z | Downloaded anyhow v1.0.86 |
368 | 2024-08-28T03:17:45.520Z | Downloaded zerocopy-derive v0.7.34 |
369 | 2024-08-28T03:17:45.599Z | Downloaded ucd-trie v0.1.6 |
370 | 2024-08-28T03:17:45.600Z | Downloaded toml v0.8.19 |
371 | 2024-08-28T03:17:45.600Z | Downloaded ryu v1.0.18 |
372 | 2024-08-28T03:17:45.600Z | Downloaded pest_meta v2.7.10 |
373 | 2024-08-28T03:17:45.600Z | Downloaded once_cell v1.19.0 |
374 | 2024-08-28T03:17:45.600Z | Downloaded serde v1.0.208 |
375 | 2024-08-28T03:17:45.600Z | Downloaded indexmap v2.4.0 |
376 | 2024-08-28T03:17:45.600Z | Downloaded clap_builder v4.5.15 |
377 | 2024-08-28T03:17:45.600Z | Downloaded hashbrown v0.14.5 |
378 | 2024-08-28T03:17:45.600Z | Downloaded memchr v2.7.2 |
379 | 2024-08-28T03:17:45.600Z | Downloaded toml_edit v0.22.20 |
380 | 2024-08-28T03:17:45.600Z | Downloaded pest v2.7.10 |
381 | 2024-08-28T03:17:45.607Z | Downloaded zerocopy v0.7.34 |
382 | 2024-08-28T03:17:45.607Z | Downloaded winnow v0.6.18 |
383 | 2024-08-28T03:17:45.607Z | Downloaded tabled v0.15.0 |
384 | 2024-08-28T03:17:45.617Z | Downloaded serde_json v1.0.125 |
385 | 2024-08-28T03:17:45.629Z | Downloaded syn v1.0.109 |
386 | 2024-08-28T03:17:45.642Z | Downloaded goblin v0.8.2 |
387 | 2024-08-28T03:17:45.642Z | Downloaded syn v2.0.74 |
388 | 2024-08-28T03:17:45.647Z | Downloaded unicode-width v0.1.13 |
389 | 2024-08-28T03:17:45.652Z | Downloaded rustix v0.38.34 |
390 | 2024-08-28T03:17:45.668Z | Downloaded libc v0.2.158 |
391 | 2024-08-28T03:17:46.006Z | Compiling proc-macro2 v1.0.86 |
392 | 2024-08-28T03:17:46.006Z | Compiling unicode-ident v1.0.12 |
393 | 2024-08-28T03:17:46.037Z | Compiling serde v1.0.208 |
394 | 2024-08-28T03:17:46.037Z | Compiling version_check v0.9.5 |
395 | 2024-08-28T03:17:46.037Z | Compiling memchr v2.7.2 |
396 | 2024-08-28T03:17:46.038Z | Compiling thiserror v1.0.63 |
397 | 2024-08-28T03:17:46.038Z | Compiling libc v0.2.158 |
398 | 2024-08-28T03:17:46.038Z | Compiling ucd-trie v0.1.6 |
399 | 2024-08-28T03:17:46.257Z | Compiling itoa v1.0.11 |
400 | 2024-08-28T03:17:46.485Z | Compiling ryu v1.0.18 |
401 | 2024-08-28T03:17:46.830Z | Compiling once_cell v1.19.0 |
402 | 2024-08-28T03:17:46.852Z | Compiling byteorder v1.5.0 |
403 | 2024-08-28T03:17:46.897Z | Compiling rustix v0.38.34 |
404 | 2024-08-28T03:17:47.217Z | Compiling serde_json v1.0.125 |
405 | 2024-08-28T03:17:47.242Z | Compiling bitflags v2.6.0 |
406 | 2024-08-28T03:17:47.608Z | Compiling proc-macro-error-attr v1.0.4 |
407 | 2024-08-28T03:17:47.676Z | Compiling usdt-impl v0.5.0 |
408 | 2024-08-28T03:17:47.740Z | Compiling quote v1.0.36 |
409 | 2024-08-28T03:17:47.763Z | Compiling syn v1.0.109 |
410 | 2024-08-28T03:17:47.881Z | Compiling proc-macro-error v1.0.4 |
411 | 2024-08-28T03:17:47.983Z | Compiling camino v1.1.9 |
412 | 2024-08-28T03:17:48.053Z | Compiling errno v0.3.9 |
413 | 2024-08-28T03:17:48.195Z | Compiling syn v2.0.74 |
414 | 2024-08-28T03:17:48.443Z | Compiling thread-id v4.2.1 |
415 | 2024-08-28T03:17:48.507Z | Compiling log v0.4.21 |
416 | 2024-08-28T03:17:48.510Z | Compiling utf8parse v0.2.1 |
417 | 2024-08-28T03:17:48.560Z | Compiling hashbrown v0.14.5 |
418 | 2024-08-28T03:17:48.581Z | Compiling plain v0.2.3 |
419 | 2024-08-28T03:17:48.639Z | Compiling equivalent v1.0.1 |
420 | 2024-08-28T03:17:48.744Z | Compiling anstyle-parse v0.2.4 |
421 | 2024-08-28T03:17:48.942Z | Compiling winnow v0.6.18 |
422 | 2024-08-28T03:17:49.050Z | Compiling semver v1.0.23 |
423 | 2024-08-28T03:17:49.225Z | Compiling autocfg v1.3.0 |
424 | 2024-08-28T03:17:49.587Z | Compiling anstyle v1.0.8 |
425 | 2024-08-28T03:17:49.636Z | Compiling pretty-hex v0.4.1 |
426 | 2024-08-28T03:17:49.844Z | Compiling indexmap v2.4.0 |
427 | 2024-08-28T03:17:49.940Z | Compiling anstyle-query v1.0.3 |
428 | 2024-08-28T03:17:50.071Z | Compiling colorchoice v1.0.1 |
429 | 2024-08-28T03:17:50.124Z | Compiling is_terminal_polyfill v1.70.0 |
430 | 2024-08-28T03:17:50.268Z | Compiling unicode-width v0.1.13 |
431 | 2024-08-28T03:17:50.272Z | Compiling anstream v0.6.14 |
432 | 2024-08-28T03:17:50.305Z | Compiling fs-err v2.11.0 |
433 | 2024-08-28T03:17:51.025Z | Compiling terminal_size v0.3.0 |
434 | 2024-08-28T03:17:51.111Z | Compiling clap_lex v0.7.0 |
435 | 2024-08-28T03:17:51.111Z | Compiling fnv v1.0.7 |
436 | 2024-08-28T03:17:51.111Z | Compiling bytecount v0.6.8 |
437 | 2024-08-28T03:17:51.111Z | Compiling strsim v0.11.1 |
438 | 2024-08-28T03:17:51.223Z | Compiling heck v0.5.0 |
439 | 2024-08-28T03:17:51.246Z | Compiling anyhow v1.0.86 |
440 | 2024-08-28T03:17:51.304Z | Compiling heck v0.4.1 |
441 | 2024-08-28T03:17:51.380Z | Compiling cfg-if v1.0.0 |
442 | 2024-08-28T03:17:51.489Z | Compiling fastrand v2.1.0 |
443 | 2024-08-28T03:17:51.814Z | Compiling clap_builder v4.5.15 |
444 | 2024-08-28T03:17:51.988Z | Compiling tempfile v3.10.1 |
445 | 2024-08-28T03:17:52.051Z | Compiling papergrid v0.11.0 |
446 | 2024-08-28T03:17:52.230Z | Compiling memmap v0.7.0 |
447 | 2024-08-28T03:17:52.429Z | Compiling unicode-linebreak v0.1.5 |
448 | 2024-08-28T03:17:52.611Z | Compiling smawk v0.3.2 |
449 | 2024-08-28T03:17:52.886Z | Compiling textwrap v0.16.1 |
450 | 2024-08-28T03:17:52.925Z | Compiling swrite v0.1.0 |
451 | 2024-08-28T03:17:54.294Z | Compiling tabled_derive v0.7.0 |
452 | 2024-08-28T03:17:56.210Z | Compiling tabled v0.15.0 |
453 | 2024-08-28T03:17:57.181Z | Compiling serde_derive v1.0.208 |
454 | 2024-08-28T03:17:57.251Z | Compiling thiserror-impl v1.0.63 |
455 | 2024-08-28T03:17:57.251Z | Compiling zerocopy-derive v0.7.34 |
456 | 2024-08-28T03:17:57.251Z | Compiling scroll_derive v0.12.0 |
457 | 2024-08-28T03:17:57.433Z | Compiling clap_derive v4.5.13 |
458 | 2024-08-28T03:17:58.470Z | Compiling scroll v0.12.0 |
459 | 2024-08-28T03:17:58.934Z | Compiling goblin v0.8.2 |
460 | 2024-08-28T03:17:59.016Z | Compiling zerocopy v0.7.34 |
461 | 2024-08-28T03:17:59.860Z | Compiling pest v2.7.10 |
462 | 2024-08-28T03:18:00.965Z | Compiling clap v4.5.16 |
463 | 2024-08-28T03:18:02.047Z | Compiling pest_meta v2.7.10 |
464 | 2024-08-28T03:18:02.880Z | Compiling pest_generator v2.7.10 |
465 | 2024-08-28T03:18:04.783Z | Compiling pest_derive v2.7.10 |
466 | 2024-08-28T03:18:05.568Z | Compiling dtrace-parser v0.2.0 |
467 | 2024-08-28T03:18:07.388Z | Compiling toml_datetime v0.6.8 |
468 | 2024-08-28T03:18:07.388Z | Compiling serde_spanned v0.6.7 |
469 | 2024-08-28T03:18:07.441Z | Compiling cargo-platform v0.1.8 |
470 | 2024-08-28T03:18:07.684Z | Compiling serde_tokenstream v0.2.2 |
471 | 2024-08-28T03:18:07.737Z | Compiling toml_edit v0.22.20 |
472 | 2024-08-28T03:18:07.919Z | Compiling camino-tempfile v1.1.1 |
473 | 2024-08-28T03:18:07.939Z | Compiling macaddr v1.0.1 |
474 | 2024-08-28T03:18:08.751Z | Compiling dof v0.3.0 |
475 | 2024-08-28T03:18:08.752Z | Compiling cargo_metadata v0.18.1 |
476 | 2024-08-28T03:18:10.652Z | Compiling toml v0.8.19 |
477 | 2024-08-28T03:18:10.912Z | Compiling usdt-macro v0.5.0 |
478 | 2024-08-28T03:18:11.031Z | Compiling usdt-attr-macro v0.5.0 |
479 | 2024-08-28T03:18:11.408Z | Compiling cargo_toml v0.20.4 |
480 | 2024-08-28T03:18:12.412Z | Compiling usdt v0.5.0 |
481 | 2024-08-28T03:18:15.259Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
482 | 2024-08-28T03:18:19.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.02s |
483 | 2024-08-28T03:18:19.771Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
484 | 2024-08-28T03:18:20.333Z | Downloading crates ... |
485 | 2024-08-28T03:18:20.454Z | Downloaded bitstruct v0.1.1 |
486 | 2024-08-28T03:18:20.471Z | Downloaded async-stream-impl v0.3.5 |
487 | 2024-08-28T03:18:20.477Z | Downloaded ident_case v1.0.1 |
488 | 2024-08-28T03:18:20.477Z | Downloaded hubpack_derive v0.1.1 |
489 | 2024-08-28T03:18:20.477Z | Downloaded defmt-macros v0.3.9 |
490 | 2024-08-28T03:18:20.491Z | Downloaded ciborium-io v0.2.2 |
491 | 2024-08-28T03:18:20.491Z | Downloaded crunchy v0.2.2 |
492 | 2024-08-28T03:18:20.491Z | Downloaded instant v0.1.12 |
493 | 2024-08-28T03:18:20.491Z | Downloaded bitstruct_derive v0.1.0 |
494 | 2024-08-28T03:18:20.492Z | Downloaded jobserver v0.1.32 |
495 | 2024-08-28T03:18:20.497Z | Downloaded inout v0.1.3 |
496 | 2024-08-28T03:18:20.497Z | Downloaded atty v0.2.14 |
497 | 2024-08-28T03:18:20.497Z | Downloaded num_threads v0.1.7 |
498 | 2024-08-28T03:18:20.497Z | Downloaded newtype_derive v0.1.6 |
499 | 2024-08-28T03:18:20.497Z | Downloaded adler v1.0.2 |
500 | 2024-08-28T03:18:20.506Z | Downloaded atomic-waker v1.1.2 |
501 | 2024-08-28T03:18:20.506Z | Downloaded bit-vec v0.6.3 |
502 | 2024-08-28T03:18:20.506Z | Downloaded assert_matches v1.5.0 |
503 | 2024-08-28T03:18:20.506Z | Downloaded block-padding v0.3.3 |
504 | 2024-08-28T03:18:20.529Z | Downloaded arrayref v0.3.7 |
505 | 2024-08-28T03:18:20.529Z | Downloaded num-conv v0.1.0 |
506 | 2024-08-28T03:18:20.529Z | Downloaded is_ci v1.2.0 |
507 | 2024-08-28T03:18:20.529Z | Downloaded hyper-tls v0.5.0 |
508 | 2024-08-28T03:18:20.530Z | Downloaded openssl-probe v0.1.5 |
509 | 2024-08-28T03:18:20.530Z | Downloaded opaque-debug v0.3.1 |
510 | 2024-08-28T03:18:20.530Z | Downloaded constant_time_eq v0.3.0 |
511 | 2024-08-28T03:18:20.543Z | Downloaded cipher v0.4.4 |
512 | 2024-08-28T03:18:20.544Z | Downloaded libsw v3.3.1 |
513 | 2024-08-28T03:18:20.544Z | Downloaded indent_write v2.2.0 |
514 | 2024-08-28T03:18:20.544Z | Downloaded md-5 v0.10.6 |
515 | 2024-08-28T03:18:20.544Z | Downloaded crossbeam-deque v0.8.5 |
516 | 2024-08-28T03:18:20.544Z | Downloaded maybe-uninit v2.0.0 |
517 | 2024-08-28T03:18:20.544Z | Downloaded curve25519-dalek-derive v0.1.1 |
518 | 2024-08-28T03:18:20.545Z | Downloaded num_enum v0.5.11 |
519 | 2024-08-28T03:18:20.545Z | Downloaded maplit v1.0.2 |
520 | 2024-08-28T03:18:20.545Z | Downloaded memoffset v0.9.1 |
521 | 2024-08-28T03:18:20.545Z | Downloaded linear-map v1.2.0 |
522 | 2024-08-28T03:18:20.561Z | Downloaded ipnetwork v0.20.0 |
523 | 2024-08-28T03:18:20.561Z | Downloaded debug-ignore v1.0.5 |
524 | 2024-08-28T03:18:20.561Z | Downloaded olpc-cjson v0.1.3 |
525 | 2024-08-28T03:18:20.561Z | Downloaded hyper-rustls v0.24.2 |
526 | 2024-08-28T03:18:20.561Z | Downloaded num-integer v0.1.46 |
527 | 2024-08-28T03:18:20.561Z | Downloaded multimap v0.10.0 |
528 | 2024-08-28T03:18:20.561Z | Downloaded atomicwrites v0.4.3 |
529 | 2024-08-28T03:18:20.561Z | Downloaded buf-list v1.0.3 |
530 | 2024-08-28T03:18:20.566Z | Downloaded ascii v1.1.0 |
531 | 2024-08-28T03:18:20.566Z | Downloaded cookie v0.17.0 |
532 | 2024-08-28T03:18:20.566Z | Downloaded num-rational v0.4.2 |
533 | 2024-08-28T03:18:20.567Z | Downloaded bzip2 v0.4.4 |
534 | 2024-08-28T03:18:20.567Z | Downloaded nu-ansi-term v0.50.0 |
535 | 2024-08-28T03:18:20.567Z | Downloaded native-tls v0.2.11 |
536 | 2024-08-28T03:18:20.570Z | Downloaded cfg_aliases v0.1.1 |
537 | 2024-08-28T03:18:20.570Z | Downloaded lock_api v0.4.12 |
538 | 2024-08-28T03:18:20.570Z | Downloaded crucible-workspace-hack v0.1.0 |
539 | 2024-08-28T03:18:20.573Z | Downloaded nodrop v0.1.14 |
540 | 2024-08-28T03:18:20.573Z | Downloaded match_cfg v0.1.0 |
541 | 2024-08-28T03:18:20.573Z | Downloaded data-encoding v2.6.0 |
542 | 2024-08-28T03:18:20.576Z | Downloaded normalize-line-endings v0.3.0 |
543 | 2024-08-28T03:18:20.576Z | Downloaded new_debug_unreachable v1.0.6 |
544 | 2024-08-28T03:18:20.579Z | Downloaded cancel-safe-futures v0.1.5 |
545 | 2024-08-28T03:18:20.582Z | Downloaded argon2 v0.5.3 |
546 | 2024-08-28T03:18:20.582Z | Downloaded serde_urlencoded v0.7.1 |
547 | 2024-08-28T03:18:20.590Z | Downloaded humantime v2.1.0 |
548 | 2024-08-28T03:18:20.590Z | Downloaded darling_macro v0.20.9 |
549 | 2024-08-28T03:18:20.591Z | Downloaded chacha20 v0.9.1 |
550 | 2024-08-28T03:18:20.593Z | Downloaded aes v0.8.4 |
551 | 2024-08-28T03:18:20.594Z | Downloaded addr2line v0.21.0 |
552 | 2024-08-28T03:18:20.596Z | Downloaded cobs v0.2.3 |
553 | 2024-08-28T03:18:20.598Z | Downloaded tower-service v0.3.2 |
554 | 2024-08-28T03:18:20.598Z | Downloaded number_prefix v0.4.0 |
555 | 2024-08-28T03:18:20.601Z | Downloaded take_mut v0.2.2 |
556 | 2024-08-28T03:18:20.601Z | Downloaded strum v0.26.3 |
557 | 2024-08-28T03:18:20.604Z | Downloaded openssl-macros v0.1.1 |
558 | 2024-08-28T03:18:20.604Z | Downloaded num v0.4.3 |
559 | 2024-08-28T03:18:20.605Z | Downloaded waitgroup v0.1.2 |
560 | 2024-08-28T03:18:20.607Z | Downloaded try-lock v0.2.5 |
561 | 2024-08-28T03:18:20.607Z | Downloaded bit-set v0.5.3 |
562 | 2024-08-28T03:18:20.609Z | Downloaded zone_cfg_derive v0.1.2 |
563 | 2024-08-28T03:18:20.609Z | Downloaded blake2 v0.10.6 |
564 | 2024-08-28T03:18:20.612Z | Downloaded base16ct v0.2.0 |
565 | 2024-08-28T03:18:20.614Z | Downloaded is-terminal v0.4.12 |
566 | 2024-08-28T03:18:20.614Z | Downloaded crc32fast v1.4.0 |
567 | 2024-08-28T03:18:20.617Z | Downloaded libefi-sys v0.1.0 |
568 | 2024-08-28T03:18:20.619Z | Downloaded scopeguard v1.2.0 |
569 | 2024-08-28T03:18:20.621Z | Downloaded indoc v1.0.9 |
570 | 2024-08-28T03:18:20.624Z | Downloaded num-iter v0.1.45 |
571 | 2024-08-28T03:18:20.627Z | Downloaded stable_deref_trait v1.2.0 |
572 | 2024-08-28T03:18:20.627Z | Downloaded convert_case v0.4.0 |
573 | 2024-08-28T03:18:20.627Z | Downloaded const_format_proc_macros v0.2.32 |
574 | 2024-08-28T03:18:20.630Z | Downloaded float-ord v0.3.2 |
575 | 2024-08-28T03:18:20.632Z | Downloaded managed v0.8.0 |
576 | 2024-08-28T03:18:20.634Z | Downloaded colored v2.1.0 |
577 | 2024-08-28T03:18:20.637Z | Downloaded bitflags v1.3.2 |
578 | 2024-08-28T03:18:20.640Z | Downloaded serde_path_to_error v0.1.16 |
579 | 2024-08-28T03:18:20.642Z | Downloaded newtype-uuid v1.1.0 |
580 | 2024-08-28T03:18:20.643Z | Downloaded ipnet v2.9.0 |
581 | 2024-08-28T03:18:20.645Z | Downloaded ciborium-ll v0.2.2 |
582 | 2024-08-28T03:18:20.645Z | Downloaded defmt v0.3.8 |
583 | 2024-08-28T03:18:20.649Z | Downloaded base64 v0.13.1 |
584 | 2024-08-28T03:18:20.652Z | Downloaded miniz_oxide v0.7.2 |
585 | 2024-08-28T03:18:20.656Z | Downloaded indicatif v0.17.8 |
586 | 2024-08-28T03:18:20.660Z | Downloaded slog-stdlog v4.1.1 |
587 | 2024-08-28T03:18:20.663Z | Downloaded siphasher v0.3.11 |
588 | 2024-08-28T03:18:20.663Z | Downloaded slog-bunyan v2.5.0 |
589 | 2024-08-28T03:18:20.666Z | Downloaded subtle v2.5.0 |
590 | 2024-08-28T03:18:20.666Z | Downloaded tokio-native-tls v0.3.1 |
591 | 2024-08-28T03:18:20.669Z | Downloaded tokio-macros v2.4.0 |
592 | 2024-08-28T03:18:20.671Z | Downloaded defmt-parser v0.3.4 |
593 | 2024-08-28T03:18:20.671Z | Downloaded backoff v0.4.0 |
594 | 2024-08-28T03:18:20.674Z | Downloaded async-bb8-diesel v0.2.1 |
595 | 2024-08-28T03:18:20.677Z | Downloaded bcs v0.1.6 |
596 | 2024-08-28T03:18:20.680Z | Downloaded arrayvec v0.7.4 |
597 | 2024-08-28T03:18:20.683Z | Downloaded memmap2 v0.9.4 |
598 | 2024-08-28T03:18:20.685Z | Downloaded num-complex v0.4.6 |
599 | 2024-08-28T03:18:20.685Z | Downloaded base64 v0.22.1 |
600 | 2024-08-28T03:18:20.690Z | Downloaded nibble_vec v0.1.0 |
601 | 2024-08-28T03:18:20.694Z | Downloaded float-cmp v0.9.0 |
602 | 2024-08-28T03:18:20.694Z | Downloaded erased-serde v0.3.31 |
603 | 2024-08-28T03:18:20.696Z | Downloaded multer v3.1.0 |
604 | 2024-08-28T03:18:20.699Z | Downloaded mockall_derive v0.13.0 |
605 | 2024-08-28T03:18:20.701Z | Downloaded arc-swap v1.7.1 |
606 | 2024-08-28T03:18:20.705Z | Downloaded nanorand v0.7.0 |
607 | 2024-08-28T03:18:20.712Z | Downloaded group v0.13.0 |
608 | 2024-08-28T03:18:20.714Z | Downloaded glob v0.3.1 |
609 | 2024-08-28T03:18:20.714Z | Downloaded zeroize_derive v1.4.2 |
610 | 2024-08-28T03:18:20.714Z | Downloaded dsl_auto_type v0.1.2 |
611 | 2024-08-28T03:18:20.714Z | Downloaded untrusted v0.9.0 |
612 | 2024-08-28T03:18:20.717Z | Downloaded cookie_store v0.20.0 |
613 | 2024-08-28T03:18:20.719Z | Downloaded console v0.15.8 |
614 | 2024-08-28T03:18:20.722Z | Downloaded mime_guess v2.0.4 |
615 | 2024-08-28T03:18:20.725Z | Downloaded diesel_table_macro_syntax v0.2.0 |
616 | 2024-08-28T03:18:20.725Z | Downloaded sync_wrapper v0.1.2 |
617 | 2024-08-28T03:18:20.727Z | Downloaded sigpipe v0.1.3 |
618 | 2024-08-28T03:18:20.727Z | Downloaded signal-hook-tokio v0.3.1 |
619 | 2024-08-28T03:18:20.730Z | Downloaded pkg-config v0.3.30 |
620 | 2024-08-28T03:18:20.730Z | Downloaded heck v0.3.3 |
621 | 2024-08-28T03:18:20.733Z | Downloaded futures-executor v0.3.30 |
622 | 2024-08-28T03:18:20.733Z | Downloaded ahash v0.8.11 |
623 | 2024-08-28T03:18:20.736Z | Downloaded futures-core v0.3.30 |
624 | 2024-08-28T03:18:20.738Z | Downloaded dyn-clone v1.0.17 |
625 | 2024-08-28T03:18:20.741Z | Downloaded rustc-hash v1.1.0 |
626 | 2024-08-28T03:18:20.741Z | Downloaded tracing-attributes v0.1.27 |
627 | 2024-08-28T03:18:20.743Z | Downloaded time-core v0.1.2 |
628 | 2024-08-28T03:18:20.746Z | Downloaded clang-sys v1.7.0 |
629 | 2024-08-28T03:18:20.748Z | Downloaded libloading v0.8.3 |
630 | 2024-08-28T03:18:20.751Z | Downloaded parse-size v1.0.0 |
631 | 2024-08-28T03:18:20.756Z | Downloaded pem-rfc7468 v0.7.0 |
632 | 2024-08-28T03:18:20.756Z | Downloaded fxhash v0.2.1 |
633 | 2024-08-28T03:18:20.756Z | Downloaded crossbeam-epoch v0.9.18 |
634 | 2024-08-28T03:18:20.763Z | Downloaded rustversion v1.0.17 |
635 | 2024-08-28T03:18:20.763Z | Downloaded rustc-demangle v0.1.24 |
636 | 2024-08-28T03:18:20.795Z | Downloaded radium v0.7.0 |
637 | 2024-08-28T03:18:20.795Z | Downloaded csv-core v0.1.11 |
638 | 2024-08-28T03:18:20.795Z | Downloaded psl-types v2.0.11 |
639 | 2024-08-28T03:18:20.801Z | Downloaded hostname v0.3.1 |
640 | 2024-08-28T03:18:20.801Z | Downloaded home v0.5.9 |
641 | 2024-08-28T03:18:20.801Z | Downloaded futures-io v0.3.30 |
642 | 2024-08-28T03:18:20.802Z | Downloaded portpicker v0.1.1 |
643 | 2024-08-28T03:18:20.802Z | Downloaded highway v1.2.0 |
644 | 2024-08-28T03:18:20.802Z | Downloaded globset v0.4.14 |
645 | 2024-08-28T03:18:20.802Z | Downloaded mio v1.0.2 |
646 | 2024-08-28T03:18:20.802Z | Downloaded ref-cast-impl v1.0.23 |
647 | 2024-08-28T03:18:20.802Z | Downloaded rpassword v7.3.1 |
648 | 2024-08-28T03:18:20.802Z | Downloaded universal-hash v0.5.1 |
649 | 2024-08-28T03:18:20.802Z | Downloaded backtrace v0.3.71 |
650 | 2024-08-28T03:18:20.802Z | Downloaded strip-ansi-escapes v0.2.0 |
651 | 2024-08-28T03:18:20.802Z | Downloaded fallible-streaming-iterator v0.1.9 |
652 | 2024-08-28T03:18:20.802Z | Downloaded slab v0.4.9 |
653 | 2024-08-28T03:18:20.802Z | Downloaded gethostname v0.5.0 |
654 | 2024-08-28T03:18:20.802Z | Downloaded ff v0.13.0 |
655 | 2024-08-28T03:18:20.807Z | Downloaded ciborium v0.2.2 |
656 | 2024-08-28T03:18:20.807Z | Downloaded bytes v1.7.1 |
657 | 2024-08-28T03:18:20.810Z | Downloaded fd-lock v4.0.2 |
658 | 2024-08-28T03:18:20.810Z | Downloaded signature v2.2.0 |
659 | 2024-08-28T03:18:20.814Z | Downloaded futures-task v0.3.30 |
660 | 2024-08-28T03:18:20.814Z | Downloaded xattr v1.3.1 |
661 | 2024-08-28T03:18:20.834Z | Downloaded unicode-xid v0.2.4 |
662 | 2024-08-28T03:18:20.834Z | Downloaded foreign-types-macros v0.2.3 |
663 | 2024-08-28T03:18:20.834Z | Downloaded foreign-types v0.3.2 |
664 | 2024-08-28T03:18:20.834Z | Downloaded unicode-truncate v1.0.0 |
665 | 2024-08-28T03:18:20.834Z | Downloaded futures-sink v0.3.30 |
666 | 2024-08-28T03:18:20.834Z | Downloaded parse-display-derive v0.10.0 |
667 | 2024-08-28T03:18:20.834Z | Downloaded ena v0.14.3 |
668 | 2024-08-28T03:18:20.841Z | Downloaded pkcs8 v0.10.2 |
669 | 2024-08-28T03:18:20.841Z | Downloaded time-macros v0.2.18 |
670 | 2024-08-28T03:18:20.841Z | Downloaded phf_shared v0.10.0 |
671 | 2024-08-28T03:18:20.841Z | Downloaded oso v0.27.3 |
672 | 2024-08-28T03:18:20.846Z | Downloaded libm v0.2.8 |
673 | 2024-08-28T03:18:20.855Z | Downloaded http-range v0.1.5 |
674 | 2024-08-28T03:18:20.862Z | Downloaded scheduled-thread-pool v0.2.7 |
675 | 2024-08-28T03:18:20.862Z | Downloaded untrusted v0.7.1 |
676 | 2024-08-28T03:18:20.862Z | Downloaded signal-hook-mio v0.2.4 |
677 | 2024-08-28T03:18:20.868Z | Downloaded env_logger v0.10.2 |
678 | 2024-08-28T03:18:20.868Z | Downloaded topological-sort v0.2.2 |
679 | 2024-08-28T03:18:20.868Z | Downloaded tracing-core v0.1.32 |
680 | 2024-08-28T03:18:20.879Z | Downloaded tiny-keccak v2.0.2 |
681 | 2024-08-28T03:18:20.879Z | Downloaded parking_lot_core v0.9.10 |
682 | 2024-08-28T03:18:20.879Z | Downloaded const_format v0.2.32 |
683 | 2024-08-28T03:18:20.887Z | Downloaded stringprep v0.1.4 |
684 | 2024-08-28T03:18:20.887Z | Downloaded slog-envlogger v2.2.0 |
685 | 2024-08-28T03:18:20.887Z | Downloaded yasna v0.5.2 |
686 | 2024-08-28T03:18:20.891Z | Downloaded getopts v0.2.21 |
687 | 2024-08-28T03:18:20.891Z | Downloaded foreign-types v0.5.0 |
688 | 2024-08-28T03:18:20.891Z | Downloaded slog-async v2.8.0 |
689 | 2024-08-28T03:18:20.891Z | Downloaded deranged v0.3.11 |
690 | 2024-08-28T03:18:20.891Z | Downloaded postgres-protocol v0.6.7 |
691 | 2024-08-28T03:18:20.898Z | Downloaded openssl-sys v0.9.103 |
692 | 2024-08-28T03:18:20.906Z | Downloaded pkcs5 v0.7.1 |
693 | 2024-08-28T03:18:20.906Z | Downloaded slog v2.7.0 |
694 | 2024-08-28T03:18:20.909Z | Downloaded path-slash v0.1.5 |
695 | 2024-08-28T03:18:20.909Z | Downloaded fixedbitset v0.4.2 |
696 | 2024-08-28T03:18:20.909Z | Downloaded phf_shared v0.11.2 |
697 | 2024-08-28T03:18:20.914Z | Downloaded crypto-bigint v0.5.5 |
698 | 2024-08-28T03:18:20.932Z | Downloaded headers-core v0.2.0 |
699 | 2024-08-28T03:18:20.932Z | Downloaded want v0.3.1 |
700 | 2024-08-28T03:18:20.944Z | Downloaded pin-project-lite v0.2.14 |
701 | 2024-08-28T03:18:20.944Z | Downloaded phf v0.11.2 |
702 | 2024-08-28T03:18:20.944Z | Downloaded strum_macros v0.25.3 |
703 | 2024-08-28T03:18:20.944Z | Downloaded strum_macros v0.24.3 |
704 | 2024-08-28T03:18:20.945Z | Downloaded fatfs v0.3.6 |
705 | 2024-08-28T03:18:20.945Z | Downloaded structmeta-derive v0.3.0 |
706 | 2024-08-28T03:18:20.945Z | Downloaded ref-cast v1.0.23 |
707 | 2024-08-28T03:18:20.963Z | Downloaded tinyvec v1.6.0 |
708 | 2024-08-28T03:18:20.964Z | Downloaded minimal-lexical v0.2.1 |
709 | 2024-08-28T03:18:20.964Z | Downloaded tokio-rustls v0.24.1 |
710 | 2024-08-28T03:18:20.970Z | Downloaded vte_generate_state_changes v0.1.1 |
711 | 2024-08-28T03:18:20.970Z | Downloaded filetime v0.2.24 |
712 | 2024-08-28T03:18:20.971Z | Downloaded crossbeam-channel v0.5.12 |
713 | 2024-08-28T03:18:20.971Z | Downloaded foreign-types-shared v0.3.1 |
714 | 2024-08-28T03:18:20.971Z | Downloaded foreign-types-shared v0.1.1 |
715 | 2024-08-28T03:18:20.971Z | Downloaded tinyvec_macros v0.1.1 |
716 | 2024-08-28T03:18:20.971Z | Downloaded url v2.5.2 |
717 | 2024-08-28T03:18:20.971Z | Downloaded uzers v0.11.3 |
718 | 2024-08-28T03:18:20.971Z | Downloaded flagset v0.4.5 |
719 | 2024-08-28T03:18:20.993Z | Downloaded postcard v1.0.8 |
720 | 2024-08-28T03:18:20.994Z | Downloaded tracing v0.1.40 |
721 | 2024-08-28T03:18:21.006Z | Downloaded pretty-hex v0.2.1 |
722 | 2024-08-28T03:18:21.007Z | Downloaded rand_core v0.6.4 |
723 | 2024-08-28T03:18:21.007Z | Downloaded unsafe-libyaml v0.2.11 |
724 | 2024-08-28T03:18:21.007Z | Downloaded paste v1.0.15 |
725 | 2024-08-28T03:18:21.007Z | Downloaded httparse v1.8.0 |
726 | 2024-08-28T03:18:21.007Z | Downloaded tls_codec_derive v0.4.1 |
727 | 2024-08-28T03:18:21.007Z | Downloaded derive-where v1.2.7 |
728 | 2024-08-28T03:18:21.007Z | Downloaded signal-hook v0.3.17 |
729 | 2024-08-28T03:18:21.023Z | Downloaded sct v0.7.1 |
730 | 2024-08-28T03:18:21.023Z | Downloaded x509-cert v0.2.5 |
731 | 2024-08-28T03:18:21.023Z | Downloaded rustls-pki-types v1.7.0 |
732 | 2024-08-28T03:18:21.034Z | Downloaded spki v0.7.3 |
733 | 2024-08-28T03:18:21.034Z | Downloaded powerfmt v0.2.0 |
734 | 2024-08-28T03:18:21.035Z | Downloaded peg-runtime v0.8.3 |
735 | 2024-08-28T03:18:21.035Z | Downloaded mio v0.8.11 |
736 | 2024-08-28T03:18:21.035Z | Downloaded structmeta v0.3.0 |
737 | 2024-08-28T03:18:21.035Z | Downloaded precomputed-hash v0.1.1 |
738 | 2024-08-28T03:18:21.035Z | Downloaded hickory-server v0.24.1 |
739 | 2024-08-28T03:18:21.063Z | Downloaded futures-macro v0.3.30 |
740 | 2024-08-28T03:18:21.063Z | Downloaded endian-type v0.1.2 |
741 | 2024-08-28T03:18:21.063Z | Downloaded predicates-core v1.0.6 |
742 | 2024-08-28T03:18:21.063Z | Downloaded quick-error v1.2.3 |
743 | 2024-08-28T03:18:21.063Z | Downloaded hex v0.4.3 |
744 | 2024-08-28T03:18:21.100Z | Downloaded rand_seeder v0.3.0 |
745 | 2024-08-28T03:18:21.100Z | Downloaded rand_xorshift v0.3.0 |
746 | 2024-08-28T03:18:21.100Z | Downloaded password-hash v0.5.0 |
747 | 2024-08-28T03:18:21.100Z | Downloaded pbkdf2 v0.12.2 |
748 | 2024-08-28T03:18:21.100Z | Downloaded tls_codec v0.4.1 |
749 | 2024-08-28T03:18:21.100Z | Downloaded thiserror-impl-no-std v2.0.2 |
750 | 2024-08-28T03:18:21.100Z | Downloaded packed_struct v0.10.1 |
751 | 2024-08-28T03:18:21.101Z | Downloaded unicase v2.7.0 |
752 | 2024-08-28T03:18:21.101Z | Downloaded proc-macro-crate v1.3.1 |
753 | 2024-08-28T03:18:21.101Z | Downloaded socket2 v0.5.7 |
754 | 2024-08-28T03:18:21.101Z | Downloaded diesel_derives v2.2.2 |
755 | 2024-08-28T03:18:21.101Z | Downloaded walkdir v2.5.0 |
756 | 2024-08-28T03:18:21.101Z | Downloaded serde_derive_internals v0.29.1 |
757 | 2024-08-28T03:18:21.102Z | Downloaded rustls-pemfile v1.0.4 |
758 | 2024-08-28T03:18:21.102Z | Downloaded r2d2 v0.8.10 |
759 | 2024-08-28T03:18:21.102Z | Downloaded socket2 v0.4.10 |
760 | 2024-08-28T03:18:21.102Z | Downloaded ron v0.8.1 |
761 | 2024-08-28T03:18:21.102Z | Downloaded termcolor v1.4.1 |
762 | 2024-08-28T03:18:21.102Z | Downloaded schemars_derive v0.8.21 |
763 | 2024-08-28T03:18:21.103Z | Downloaded either v1.13.0 |
764 | 2024-08-28T03:18:21.103Z | Downloaded dropshot_endpoint v0.10.1 |
765 | 2024-08-28T03:18:21.103Z | Downloaded dirs-next v2.0.0 |
766 | 2024-08-28T03:18:21.103Z | Downloaded vte v0.11.1 |
767 | 2024-08-28T03:18:21.115Z | Downloaded crossterm v0.27.0 |
768 | 2024-08-28T03:18:21.115Z | Downloaded embedded-io v0.4.0 |
769 | 2024-08-28T03:18:21.115Z | Downloaded downcast v0.11.0 |
770 | 2024-08-28T03:18:21.115Z | Downloaded predicates v3.1.2 |
771 | 2024-08-28T03:18:21.115Z | Downloaded toolchain_find v0.4.0 |
772 | 2024-08-28T03:18:21.115Z | Downloaded form_urlencoded v1.2.1 |
773 | 2024-08-28T03:18:21.115Z | Downloaded subprocess v0.2.9 |
774 | 2024-08-28T03:18:21.115Z | Downloaded display-error-chain v0.2.0 |
775 | 2024-08-28T03:18:21.115Z | Downloaded termtree v0.4.1 |
776 | 2024-08-28T03:18:21.115Z | Downloaded ppv-lite86 v0.2.17 |
777 | 2024-08-28T03:18:21.115Z | Downloaded enum-as-inner v0.6.0 |
778 | 2024-08-28T03:18:21.121Z | Downloaded utf-8 v0.7.6 |
779 | 2024-08-28T03:18:21.121Z | Downloaded unarray v0.1.4 |
780 | 2024-08-28T03:18:21.121Z | Downloaded rustc_version v0.4.0 |
781 | 2024-08-28T03:18:21.121Z | Downloaded tokio-tungstenite v0.21.0 |
782 | 2024-08-28T03:18:21.121Z | Downloaded derive_more v0.99.18 |
783 | 2024-08-28T03:18:21.124Z | Downloaded strum_macros v0.26.4 |
784 | 2024-08-28T03:18:21.129Z | Downloaded sqlparser_derive v0.2.2 |
785 | 2024-08-28T03:18:21.129Z | Downloaded pin-utils v0.1.0 |
786 | 2024-08-28T03:18:21.129Z | Downloaded tokio-util v0.7.11 |
787 | 2024-08-28T03:18:21.142Z | Downloaded tabwriter v1.4.0 |
788 | 2024-08-28T03:18:21.145Z | Downloaded postgres-types v0.2.7 |
789 | 2024-08-28T03:18:21.145Z | Downloaded wyz v0.5.1 |
790 | 2024-08-28T03:18:21.145Z | Downloaded flate2 v1.0.31 |
791 | 2024-08-28T03:18:21.148Z | Downloaded smallvec v1.13.2 |
792 | 2024-08-28T03:18:21.151Z | Downloaded futures-channel v0.3.30 |
793 | 2024-08-28T03:18:21.151Z | Downloaded tokio-postgres v0.7.11 |
794 | 2024-08-28T03:18:21.156Z | Downloaded samael v0.0.15 |
795 | 2024-08-28T03:18:21.161Z | Downloaded oso-derive v0.27.3 |
796 | 2024-08-28T03:18:21.164Z | Downloaded fragile v2.0.0 |
797 | 2024-08-28T03:18:21.166Z | Downloaded derive_builder_macro v0.20.0 |
798 | 2024-08-28T03:18:21.166Z | Downloaded structmeta v0.2.0 |
799 | 2024-08-28T03:18:21.166Z | Downloaded serde-big-array v0.5.1 |
800 | 2024-08-28T03:18:21.169Z | Downloaded headers v0.3.9 |
801 | 2024-08-28T03:18:21.174Z | Downloaded rayon-core v1.12.1 |
802 | 2024-08-28T03:18:21.178Z | Downloaded flume v0.11.0 |
803 | 2024-08-28T03:18:21.183Z | Downloaded serde_arrays v0.1.0 |
804 | 2024-08-28T03:18:21.186Z | Downloaded packed_struct_codegen v0.10.1 |
805 | 2024-08-28T03:18:21.186Z | Downloaded slog-json v2.6.1 |
806 | 2024-08-28T03:18:21.189Z | Downloaded prettyplease v0.2.20 |
807 | 2024-08-28T03:18:21.193Z | Downloaded hash32 v0.2.1 |
808 | 2024-08-28T03:18:21.193Z | Downloaded pkcs1 v0.7.5 |
809 | 2024-08-28T03:18:21.195Z | Downloaded libxml v0.3.3 |
810 | 2024-08-28T03:18:21.201Z | Downloaded rusty-fork v0.3.0 |
811 | 2024-08-28T03:18:21.204Z | Downloaded same-file v1.0.6 |
812 | 2024-08-28T03:18:21.206Z | Downloaded funty v2.0.0 |
813 | 2024-08-28T03:18:21.207Z | Downloaded sqlformat v0.2.4 |
814 | 2024-08-28T03:18:21.209Z | Downloaded pem v3.0.4 |
815 | 2024-08-28T03:18:21.209Z | Downloaded steno v0.4.1 |
816 | 2024-08-28T03:18:21.219Z | Downloaded whoami v1.5.1 |
817 | 2024-08-28T03:18:21.222Z | Downloaded peg-macros v0.8.4 |
818 | 2024-08-28T03:18:21.222Z | Downloaded derive_builder_core v0.20.0 |
819 | 2024-08-28T03:18:21.222Z | Downloaded hash32 v0.3.1 |
820 | 2024-08-28T03:18:21.225Z | Downloaded serde-hex v0.1.0 |
821 | 2024-08-28T03:18:21.225Z | Downloaded spin v0.5.2 |
822 | 2024-08-28T03:18:21.227Z | Downloaded dirs-sys-next v0.1.2 |
823 | 2024-08-28T03:18:21.227Z | Downloaded der v0.7.9 |
824 | 2024-08-28T03:18:21.232Z | Downloaded itertools v0.13.0 |
825 | 2024-08-28T03:18:21.240Z | Downloaded smallvec v0.6.14 |
826 | 2024-08-28T03:18:21.243Z | Downloaded serde_yaml v0.9.34+deprecated |
827 | 2024-08-28T03:18:21.246Z | Downloaded heapless v0.7.17 |
828 | 2024-08-28T03:18:21.250Z | Downloaded futures v0.3.30 |
829 | 2024-08-28T03:18:21.256Z | Downloaded portable-atomic v1.6.0 |
830 | 2024-08-28T03:18:21.263Z | Downloaded unicode-bidi v0.3.15 |
831 | 2024-08-28T03:18:21.266Z | Downloaded tokio-rustls v0.25.0 |
832 | 2024-08-28T03:18:21.270Z | Downloaded slog-scope v4.4.0 |
833 | 2024-08-28T03:18:21.274Z | Downloaded uuid v1.10.0 |
834 | 2024-08-28T03:18:21.277Z | Downloaded schemars v0.8.21 |
835 | 2024-08-28T03:18:21.288Z | Downloaded unicode-segmentation v1.11.0 |
836 | 2024-08-28T03:18:21.290Z | Downloaded vsss-rs v3.3.4 |
837 | 2024-08-28T03:18:21.293Z | Downloaded slog-term v2.9.1 |
838 | 2024-08-28T03:18:21.295Z | Downloaded vergen v8.3.2 |
839 | 2024-08-28T03:18:21.298Z | Downloaded parking_lot v0.11.2 |
840 | 2024-08-28T03:18:21.301Z | Downloaded toml v0.7.8 |
841 | 2024-08-28T03:18:21.305Z | Downloaded hmac v0.12.1 |
842 | 2024-08-28T03:18:21.310Z | Downloaded owo-colors v4.0.0 |
843 | 2024-08-28T03:18:21.313Z | Downloaded publicsuffix v2.2.3 |
844 | 2024-08-28T03:18:21.313Z | Downloaded expectorate v1.1.0 |
845 | 2024-08-28T03:18:21.317Z | Downloaded tough v0.17.1 |
846 | 2024-08-28T03:18:21.327Z | Downloaded blake3 v1.5.1 |
847 | 2024-08-28T03:18:21.335Z | Downloaded tungstenite v0.21.0 |
848 | 2024-08-28T03:18:21.339Z | Downloaded half v2.4.1 |
849 | 2024-08-28T03:18:21.343Z | Downloaded unicode-normalization v0.1.23 |
850 | 2024-08-28T03:18:21.346Z | Downloaded hickory-client v0.24.1 |
851 | 2024-08-28T03:18:21.350Z | Downloaded elliptic-curve v0.13.8 |
852 | 2024-08-28T03:18:21.353Z | Downloaded rustyline v14.0.0 |
853 | 2024-08-28T03:18:21.357Z | Downloaded tokio-stream v0.1.15 |
854 | 2024-08-28T03:18:21.361Z | Downloaded reqwest v0.11.27 |
855 | 2024-08-28T03:18:21.370Z | Downloaded tungstenite v0.23.0 |
856 | 2024-08-28T03:18:21.374Z | Downloaded snafu v0.8.2 |
857 | 2024-08-28T03:18:21.380Z | Downloaded futures-util v0.3.30 |
858 | 2024-08-28T03:18:21.394Z | Downloaded typed-path v0.7.1 |
859 | 2024-08-28T03:18:21.399Z | Downloaded http v0.2.12 |
860 | 2024-08-28T03:18:21.404Z | Downloaded hkdf v0.12.4 |
861 | 2024-08-28T03:18:21.407Z | Downloaded lalrpop v0.19.12 |
862 | 2024-08-28T03:18:21.418Z | Downloaded bitvec v1.0.1 |
863 | 2024-08-28T03:18:21.434Z | Downloaded hyper v0.14.30 |
864 | 2024-08-28T03:18:21.443Z | Downloaded winnow v0.5.40 |
865 | 2024-08-28T03:18:21.454Z | Downloaded serde_with v3.9.0 |
866 | 2024-08-28T03:18:21.463Z | Downloaded h2 v0.3.26 |
867 | 2024-08-28T03:18:21.480Z | Downloaded openssl v0.10.66 |
868 | 2024-08-28T03:18:21.484Z | Downloaded object v0.30.4 |
869 | 2024-08-28T03:18:21.491Z | Downloaded nix v0.27.1 |
870 | 2024-08-28T03:18:21.503Z | Downloaded quick-xml v0.31.0 |
871 | 2024-08-28T03:18:21.510Z | Downloaded idna v0.5.0 |
872 | 2024-08-28T03:18:21.517Z | Downloaded proptest v1.5.0 |
873 | 2024-08-28T03:18:21.535Z | Downloaded rusqlite v0.31.0 |
874 | 2024-08-28T03:18:21.547Z | Downloaded regex v1.10.6 |
875 | 2024-08-28T03:18:21.565Z | Downloaded object v0.32.2 |
876 | 2024-08-28T03:18:21.574Z | Downloaded sqlparser v0.45.0 |
877 | 2024-08-28T03:18:21.574Z | Downloaded webpki-roots v0.25.4 |
878 | 2024-08-28T03:18:21.606Z | Downloaded smoltcp v0.11.0 |
879 | 2024-08-28T03:18:21.627Z | Downloaded rustls v0.21.12 |
880 | 2024-08-28T03:18:21.627Z | Downloaded rustls-webpki v0.102.4 |
881 | 2024-08-28T03:18:21.639Z | Downloaded bstr v1.9.1 |
882 | 2024-08-28T03:18:21.639Z | Downloaded radix_trie v0.2.1 |
883 | 2024-08-28T03:18:21.679Z | Downloaded git2 v0.19.0 |
884 | 2024-08-28T03:18:21.679Z | Downloaded gimli v0.28.1 |
885 | 2024-08-28T03:18:21.721Z | Downloaded regress v0.9.1 |
886 | 2024-08-28T03:18:21.721Z | Downloaded rustls v0.22.4 |
887 | 2024-08-28T03:18:21.721Z | Downloaded diesel v2.2.3 |
888 | 2024-08-28T03:18:21.737Z | Downloaded regex-syntax v0.6.29 |
889 | 2024-08-28T03:18:21.737Z | Downloaded dropshot v0.10.1 |
890 | 2024-08-28T03:18:21.737Z | Downloaded openapiv3 v2.0.0 |
891 | 2024-08-28T03:18:21.737Z | Downloaded hickory-proto v0.24.1 |
892 | 2024-08-28T03:18:21.749Z | Downloaded ratatui v0.28.0 |
893 | 2024-08-28T03:18:21.782Z | Downloaded sled v0.34.7 |
894 | 2024-08-28T03:18:21.824Z | Downloaded regex-syntax v0.8.4 |
895 | 2024-08-28T03:18:21.824Z | Downloaded polar-core v0.27.3 |
896 | 2024-08-28T03:18:21.842Z | Downloaded rustls-webpki v0.101.7 |
897 | 2024-08-28T03:18:21.842Z | Downloaded smoltcp v0.9.1 |
898 | 2024-08-28T03:18:21.842Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
899 | 2024-08-28T03:18:21.853Z | Downloaded regex-automata v0.4.6 |
900 | 2024-08-28T03:18:21.860Z | Downloaded zerocopy-derive v0.6.6 |
901 | 2024-08-28T03:18:21.870Z | Downloaded nix v0.28.0 |
902 | 2024-08-28T03:18:21.897Z | Downloaded finl_unicode v1.2.0 |
903 | 2024-08-28T03:18:21.908Z | Downloaded rayon v1.10.0 |
904 | 2024-08-28T03:18:21.945Z | Downloaded petgraph v0.6.5 |
905 | 2024-08-28T03:18:21.951Z | Downloaded csv v1.3.0 |
906 | 2024-08-28T03:18:21.951Z | Downloaded tokio v1.39.3 |
907 | 2024-08-28T03:18:22.014Z | Downloaded sha3 v0.10.8 |
908 | 2024-08-28T03:18:22.106Z | Downloaded vcpkg v0.2.15 |
909 | 2024-08-28T03:18:22.106Z | Downloaded curve25519-dalek v4.1.3 |
910 | 2024-08-28T03:18:22.106Z | Downloaded idna v0.3.0 |
911 | 2024-08-28T03:18:22.195Z | Downloaded idna v0.4.0 |
912 | 2024-08-28T03:18:22.195Z | Downloaded toml_edit v0.19.15 |
913 | 2024-08-28T03:18:22.195Z | Downloaded hashbrown v0.12.3 |
914 | 2024-08-28T03:18:22.195Z | Downloaded reedline v0.33.0 |
915 | 2024-08-28T03:18:22.195Z | Downloaded hickory-resolver v0.24.1 |
916 | 2024-08-28T03:18:22.196Z | Downloaded chrono v0.4.38 |
917 | 2024-08-28T03:18:22.196Z | Downloaded bindgen v0.69.4 |
918 | 2024-08-28T03:18:22.196Z | Downloaded rsa v0.9.6 |
919 | 2024-08-28T03:18:22.196Z | Downloaded encoding_rs v0.8.34 |
920 | 2024-08-28T03:18:22.196Z | Downloaded http v1.1.0 |
921 | 2024-08-28T03:18:22.196Z | Downloaded hashbrown v0.13.2 |
922 | 2024-08-28T03:18:22.302Z | Downloaded aho-corasick v1.1.3 |
923 | 2024-08-28T03:18:22.302Z | Downloaded which v4.4.2 |
924 | 2024-08-28T03:18:22.302Z | Downloaded getrandom v0.2.14 |
925 | 2024-08-28T03:18:22.302Z | Downloaded snafu-derive v0.8.2 |
926 | 2024-08-28T03:18:22.302Z | Downloaded rustls-pemfile v2.1.3 |
927 | 2024-08-28T03:18:22.302Z | Downloaded heapless v0.8.0 |
928 | 2024-08-28T03:18:22.303Z | Downloaded shell-words v1.1.0 |
929 | 2024-08-28T03:18:22.303Z | Downloaded sha1 v0.10.6 |
930 | 2024-08-28T03:18:22.303Z | Downloaded peg v0.8.4 |
931 | 2024-08-28T03:18:22.303Z | Downloaded rand v0.8.5 |
932 | 2024-08-28T03:18:22.303Z | Downloaded test-strategy v0.3.1 |
933 | 2024-08-28T03:18:22.303Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
934 | 2024-08-28T03:18:22.303Z | Downloaded spin v0.9.8 |
935 | 2024-08-28T03:18:22.303Z | Downloaded time v0.3.36 |
936 | 2024-08-28T03:18:22.303Z | Downloaded resolv-conf v0.7.0 |
937 | 2024-08-28T03:18:22.303Z | Downloaded rcgen v0.12.1 |
938 | 2024-08-28T03:18:22.401Z | Downloaded tokio-tungstenite v0.20.1 |
939 | 2024-08-28T03:18:22.401Z | Downloaded httpdate v1.0.3 |
940 | 2024-08-28T03:18:22.401Z | Downloaded rustfmt-wrapper v0.2.1 |
941 | 2024-08-28T03:18:22.401Z | Downloaded rustc_version v0.1.7 |
942 | 2024-08-28T03:18:22.401Z | Downloaded rtoolbox v0.0.2 |
943 | 2024-08-28T03:18:22.401Z | Downloaded nom v7.1.3 |
944 | 2024-08-28T03:18:22.401Z | Downloaded tap v1.0.1 |
945 | 2024-08-28T03:18:22.401Z | Downloaded smf v0.2.3 |
946 | 2024-08-28T03:18:22.401Z | Downloaded ron v0.7.1 |
947 | 2024-08-28T03:18:22.402Z | Downloaded crossterm v0.28.1 |
948 | 2024-08-28T03:18:22.402Z | Downloaded unicode_categories v0.1.1 |
949 | 2024-08-28T03:18:22.402Z | Downloaded predicates-tree v1.0.9 |
950 | 2024-08-28T03:18:22.402Z | Downloaded hashlink v0.9.1 |
951 | 2024-08-28T03:18:22.402Z | Downloaded tokio-tungstenite v0.23.1 |
952 | 2024-08-28T03:18:22.402Z | Downloaded itertools v0.10.5 |
953 | 2024-08-28T03:18:22.402Z | Downloaded itertools v0.12.1 |
954 | 2024-08-28T03:18:22.402Z | Downloaded tar v0.4.41 |
955 | 2024-08-28T03:18:22.402Z | Downloaded rand_chacha v0.3.1 |
956 | 2024-08-28T03:18:22.403Z | Downloaded pin-project-internal v1.1.5 |
957 | 2024-08-28T03:18:22.403Z | Downloaded tungstenite v0.20.1 |
958 | 2024-08-28T03:18:22.403Z | Downloaded twox-hash v1.6.3 |
959 | 2024-08-28T03:18:22.403Z | Downloaded derive_builder v0.20.0 |
960 | 2024-08-28T03:18:22.403Z | Downloaded parking_lot v0.12.2 |
961 | 2024-08-28T03:18:22.403Z | Downloaded fallible-iterator v0.2.0 |
962 | 2024-08-28T03:18:22.403Z | Downloaded difflib v0.4.0 |
963 | 2024-08-28T03:18:22.403Z | Downloaded shlex v1.3.0 |
964 | 2024-08-28T03:18:22.403Z | Downloaded term v0.7.0 |
965 | 2024-08-28T03:18:22.403Z | Downloaded zerocopy v0.6.6 |
966 | 2024-08-28T03:18:22.403Z | Downloaded structmeta-derive v0.2.0 |
967 | 2024-08-28T03:18:22.403Z | Downloaded scrypt v0.11.0 |
968 | 2024-08-28T03:18:22.403Z | Downloaded der_derive v0.7.2 |
969 | 2024-08-28T03:18:22.403Z | Downloaded serde_with_macros v3.9.0 |
970 | 2024-08-28T03:18:22.404Z | Downloaded similar v2.6.0 |
971 | 2024-08-28T03:18:22.404Z | Downloaded base64 v0.21.7 |
972 | 2024-08-28T03:18:22.404Z | Downloaded percent-encoding v2.3.1 |
973 | 2024-08-28T03:18:22.404Z | Downloaded http-body v0.4.6 |
974 | 2024-08-28T03:18:22.404Z | Downloaded diff v0.1.13 |
975 | 2024-08-28T03:18:22.404Z | Downloaded zip v0.6.6 |
976 | 2024-08-28T03:18:22.404Z | Downloaded num-bigint-dig v0.8.4 |
977 | 2024-08-28T03:18:22.404Z | Downloaded pin-project v1.1.5 |
978 | 2024-08-28T03:18:22.404Z | Downloaded cc v1.0.97 |
979 | 2024-08-28T03:18:22.404Z | Downloaded string_cache v0.8.7 |
980 | 2024-08-28T03:18:22.404Z | Downloaded slog-dtrace v0.3.0 |
981 | 2024-08-28T03:18:22.404Z | Downloaded signal-hook-registry v1.4.2 |
982 | 2024-08-28T03:18:22.481Z | Downloaded salsa20 v0.10.2 |
983 | 2024-08-28T03:18:22.481Z | Downloaded hostname v0.4.0 |
984 | 2024-08-28T03:18:22.481Z | Downloaded supports-color v3.0.0 |
985 | 2024-08-28T03:18:22.481Z | Downloaded poly1305 v0.8.0 |
986 | 2024-08-28T03:18:22.481Z | Downloaded env_logger v0.9.3 |
987 | 2024-08-28T03:18:22.481Z | Downloaded chacha20poly1305 v0.10.1 |
988 | 2024-08-28T03:18:22.481Z | Downloaded crc-any v2.5.0 |
989 | 2024-08-28T03:18:22.481Z | Downloaded parking_lot_core v0.8.6 |
990 | 2024-08-28T03:18:22.481Z | Downloaded tui-tree-widget v0.22.0 |
991 | 2024-08-28T03:18:22.481Z | Downloaded thiserror-no-std v2.0.2 |
992 | 2024-08-28T03:18:22.481Z | Downloaded allocator-api2 v0.2.18 |
993 | 2024-08-28T03:18:22.481Z | Downloaded fallible-iterator v0.3.0 |
994 | 2024-08-28T03:18:22.481Z | Downloaded secrecy v0.8.0 |
995 | 2024-08-28T03:18:22.482Z | Downloaded sec1 v0.7.3 |
996 | 2024-08-28T03:18:22.482Z | Downloaded zeroize v1.7.0 |
997 | 2024-08-28T03:18:22.482Z | Downloaded omicron-zone-package v0.11.0 |
998 | 2024-08-28T03:18:22.482Z | Downloaded num-traits v0.2.19 |
999 | 2024-08-28T03:18:22.482Z | Downloaded cookie v0.18.1 |
1000 | 2024-08-28T03:18:22.482Z | Downloaded parse-display v0.10.0 |
1001 | 2024-08-28T03:18:22.482Z | Downloaded indexmap v1.9.3 |
1002 | 2024-08-28T03:18:22.482Z | Downloaded base64ct v1.6.0 |
1003 | 2024-08-28T03:18:22.482Z | Downloaded darling_core v0.20.9 |
1004 | 2024-08-28T03:18:22.528Z | Downloaded darling v0.20.9 |
1005 | 2024-08-28T03:18:22.528Z | Downloaded compact_str v0.8.0 |
1006 | 2024-08-28T03:18:22.529Z | Downloaded iana-time-zone v0.1.60 |
1007 | 2024-08-28T03:18:22.529Z | Downloaded zone v0.1.8 |
1008 | 2024-08-28T03:18:22.529Z | Downloaded wait-timeout v0.2.0 |
1009 | 2024-08-28T03:18:22.529Z | Downloaded thread_local v1.1.8 |
1010 | 2024-08-28T03:18:22.529Z | Downloaded termios v0.3.3 |
1011 | 2024-08-28T03:18:22.529Z | Downloaded static_assertions v1.1.0 |
1012 | 2024-08-28T03:18:22.529Z | Downloaded serde_repr v0.1.19 |
1013 | 2024-08-28T03:18:22.529Z | Downloaded semver v0.1.20 |
1014 | 2024-08-28T03:18:22.529Z | Downloaded serde_plain v1.0.2 |
1015 | 2024-08-28T03:18:22.529Z | Downloaded async-trait v0.1.81 |
1016 | 2024-08-28T03:18:22.530Z | Downloaded num_enum_derive v0.5.11 |
1017 | 2024-08-28T03:18:22.530Z | Downloaded num-derive v0.4.2 |
1018 | 2024-08-28T03:18:22.530Z | Downloaded mockall v0.13.0 |
1019 | 2024-08-28T03:18:22.530Z | Downloaded mime v0.3.17 |
1020 | 2024-08-28T03:18:22.530Z | Downloaded cassowary v0.3.0 |
1021 | 2024-08-28T03:18:22.530Z | Downloaded lru v0.12.3 |
1022 | 2024-08-28T03:18:22.530Z | Downloaded linked-hash-map v0.5.6 |
1023 | 2024-08-28T03:18:22.530Z | Downloaded lazy_static v1.5.0 |
1024 | 2024-08-28T03:18:22.530Z | Downloaded keccak v0.1.5 |
1025 | 2024-08-28T03:18:22.530Z | Downloaded hyper-staticfile v0.9.5 |
1026 | 2024-08-28T03:18:22.531Z | Downloaded bitfield v0.14.0 |
1027 | 2024-08-28T03:18:22.531Z | Downloaded aead v0.5.2 |
1028 | 2024-08-28T03:18:22.531Z | Downloaded instability v0.3.2 |
1029 | 2024-08-28T03:18:22.531Z | Downloaded impl-trait-for-tuples v0.2.2 |
1030 | 2024-08-28T03:18:22.531Z | Downloaded crossbeam-utils v0.8.19 |
1031 | 2024-08-28T03:18:22.531Z | Downloaded const-oid v0.9.6 |
1032 | 2024-08-28T03:18:22.531Z | Downloaded async-stream v0.3.5 |
1033 | 2024-08-28T03:18:22.531Z | Downloaded ascii-canvas v3.0.0 |
1034 | 2024-08-28T03:18:22.531Z | Downloaded array-init v0.0.4 |
1035 | 2024-08-28T03:18:22.531Z | Downloaded hubpack v0.1.2 |
1036 | 2024-08-28T03:18:22.531Z | Downloaded cstr-argument v0.1.2 |
1037 | 2024-08-28T03:18:22.531Z | Downloaded cbc v0.1.2 |
1038 | 2024-08-28T03:18:22.531Z | Downloaded lru-cache v0.1.2 |
1039 | 2024-08-28T03:18:22.531Z | Downloaded crc-catalog v2.4.0 |
1040 | 2024-08-28T03:18:22.531Z | Downloaded castaway v0.2.3 |
1041 | 2024-08-28T03:18:22.531Z | Downloaded lalrpop-util v0.19.12 |
1042 | 2024-08-28T03:18:22.531Z | Downloaded kstat-rs v0.2.4 |
1043 | 2024-08-28T03:18:22.531Z | Downloaded crc v3.2.1 |
1044 | 2024-08-28T03:18:22.531Z | Downloaded cexpr v0.6.0 |
1045 | 2024-08-28T03:18:22.578Z | Downloaded async-recursion v1.1.1 |
1046 | 2024-08-28T03:18:22.578Z | Downloaded lazycell v1.3.0 |
1047 | 2024-08-28T03:18:22.578Z | Downloaded newline-converter v0.3.0 |
1048 | 2024-08-28T03:18:22.578Z | Downloaded bitfield-struct v0.6.1 |
1049 | 2024-08-28T03:18:22.578Z | Downloaded bb8 v0.8.5 |
1050 | 2024-08-28T03:18:22.578Z | Downloaded libz-sys v1.1.16 |
1051 | 2024-08-28T03:18:22.656Z | Downloaded ring v0.17.8 |
1052 | 2024-08-28T03:18:22.748Z | Downloaded libsqlite3-sys v0.28.0 |
1053 | 2024-08-28T03:18:22.826Z | Downloaded ring v0.16.20 |
1054 | 2024-08-28T03:18:22.997Z | Compiling serde v1.0.208 |
1055 | 2024-08-28T03:18:23.013Z | Compiling typenum v1.17.0 |
1056 | 2024-08-28T03:18:23.013Z | Compiling lock_api v0.4.12 |
1057 | 2024-08-28T03:18:23.013Z | Compiling generic-array v0.14.7 |
1058 | 2024-08-28T03:18:23.013Z | Compiling scopeguard v1.2.0 |
1059 | 2024-08-28T03:18:23.186Z | Compiling log v0.4.21 |
1060 | 2024-08-28T03:18:23.211Z | Compiling syn v2.0.74 |
1061 | 2024-08-28T03:18:23.212Z | Compiling getrandom v0.2.14 |
1062 | 2024-08-28T03:18:23.292Z | Compiling jobserver v0.1.32 |
1063 | 2024-08-28T03:18:23.488Z | Compiling rand_core v0.6.4 |
1064 | 2024-08-28T03:18:23.615Z | Compiling subtle v2.5.0 |
1065 | 2024-08-28T03:18:23.690Z | Compiling cc v1.0.97 |
1066 | 2024-08-28T03:18:23.705Z | Compiling const-oid v0.9.6 |
1067 | 2024-08-28T03:18:23.946Z | Compiling pin-project-lite v0.2.14 |
1068 | 2024-08-28T03:18:24.030Z | Compiling smallvec v1.13.2 |
1069 | 2024-08-28T03:18:24.050Z | Compiling parking_lot_core v0.9.10 |
1070 | 2024-08-28T03:18:24.071Z | Compiling signal-hook-registry v1.4.2 |
1071 | 2024-08-28T03:18:24.205Z | Compiling spin v0.9.8 |
1072 | 2024-08-28T03:18:24.447Z | Compiling mio v1.0.2 |
1073 | 2024-08-28T03:18:24.712Z | Compiling ahash v0.8.11 |
1074 | 2024-08-28T03:18:24.986Z | Compiling tinyvec_macros v0.1.1 |
1075 | 2024-08-28T03:18:25.109Z | Compiling parking_lot v0.12.2 |
1076 | 2024-08-28T03:18:25.198Z | Compiling tinyvec v1.6.0 |
1077 | 2024-08-28T03:18:25.314Z | Compiling socket2 v0.5.7 |
1078 | 2024-08-28T03:18:25.855Z | Compiling futures-core v0.3.30 |
1079 | 2024-08-28T03:18:25.885Z | Compiling serde_json v1.0.125 |
1080 | 2024-08-28T03:18:25.914Z | Compiling futures-sink v0.3.30 |
1081 | 2024-08-28T03:18:26.075Z | Compiling cpufeatures v0.2.12 |
1082 | 2024-08-28T03:18:26.111Z | Compiling libm v0.2.8 |
1083 | 2024-08-28T03:18:26.130Z | Compiling num-traits v0.2.19 |
1084 | 2024-08-28T03:18:26.183Z | Compiling slab v0.4.9 |
1085 | 2024-08-28T03:18:26.290Z | Compiling unicode-bidi v0.3.15 |
1086 | 2024-08-28T03:18:26.358Z | Compiling allocator-api2 v0.2.18 |
1087 | 2024-08-28T03:18:26.704Z | Compiling unicode-normalization v0.1.23 |
1088 | 2024-08-28T03:18:26.775Z | Compiling futures-channel v0.3.30 |
1089 | 2024-08-28T03:18:26.984Z | Compiling futures-io v0.3.30 |
1090 | 2024-08-28T03:18:27.182Z | Compiling futures-task v0.3.30 |
1091 | 2024-08-28T03:18:27.204Z | Compiling vcpkg v0.2.15 |
1092 | 2024-08-28T03:18:27.315Z | Compiling pin-utils v0.1.0 |
1093 | 2024-08-28T03:18:27.417Z | Compiling pkg-config v0.3.30 |
1094 | 2024-08-28T03:18:27.499Z | Compiling base64ct v1.6.0 |
1095 | 2024-08-28T03:18:27.827Z | Compiling percent-encoding v2.3.1 |
1096 | 2024-08-28T03:18:27.966Z | Compiling pem-rfc7468 v0.7.0 |
1097 | 2024-08-28T03:18:28.080Z | Compiling flagset v0.4.5 |
1098 | 2024-08-28T03:18:28.115Z | Compiling ring v0.17.8 |
1099 | 2024-08-28T03:18:28.264Z | Compiling ppv-lite86 v0.2.17 |
1100 | 2024-08-28T03:18:28.345Z | Compiling tracing-core v0.1.32 |
1101 | 2024-08-28T03:18:28.745Z | Compiling rustix v0.38.34 |
1102 | 2024-08-28T03:18:29.025Z | Compiling untrusted v0.9.0 |
1103 | 2024-08-28T03:18:29.082Z | Compiling rand_chacha v0.3.1 |
1104 | 2024-08-28T03:18:29.198Z | Compiling num-conv v0.1.0 |
1105 | 2024-08-28T03:18:29.529Z | Compiling rand v0.8.5 |
1106 | 2024-08-28T03:18:29.543Z | Compiling openssl-sys v0.9.103 |
1107 | 2024-08-28T03:18:29.689Z | Compiling openssl v0.10.66 |
1108 | 2024-08-28T03:18:29.822Z | Compiling rustversion v1.0.17 |
1109 | 2024-08-28T03:18:29.915Z | Compiling foreign-types-shared v0.1.1 |
1110 | 2024-08-28T03:18:30.027Z | Compiling time-core v0.1.2 |
1111 | 2024-08-28T03:18:30.101Z | Compiling powerfmt v0.2.0 |
1112 | 2024-08-28T03:18:30.199Z | Compiling httparse v1.8.0 |
1113 | 2024-08-28T03:18:30.490Z | Compiling deranged v0.3.11 |
1114 | 2024-08-28T03:18:30.617Z | Compiling time-macros v0.2.18 |
1115 | 2024-08-28T03:18:30.651Z | Compiling foreign-types v0.3.2 |
1116 | 2024-08-28T03:18:30.759Z | Compiling form_urlencoded v1.2.1 |
1117 | 2024-08-28T03:18:31.069Z | Compiling aho-corasick v1.1.3 |
1118 | 2024-08-28T03:18:31.282Z | Compiling try-lock v0.2.5 |
1119 | 2024-08-28T03:18:31.416Z | Compiling num_threads v0.1.7 |
1120 | 2024-08-28T03:18:31.422Z | Compiling regex-syntax v0.8.4 |
1121 | 2024-08-28T03:18:31.537Z | Compiling rustls v0.21.12 |
1122 | 2024-08-28T03:18:31.808Z | Compiling native-tls v0.2.11 |
1123 | 2024-08-28T03:18:32.057Z | Compiling siphasher v0.3.11 |
1124 | 2024-08-28T03:18:32.142Z | Compiling crossbeam-utils v0.8.19 |
1125 | 2024-08-28T03:18:32.349Z | Compiling syn v1.0.109 |
1126 | 2024-08-28T03:18:32.458Z | Compiling want v0.3.1 |
1127 | 2024-08-28T03:18:33.029Z | Compiling idna v0.5.0 |
1128 | 2024-08-28T03:18:33.376Z | Compiling cookie v0.17.0 |
1129 | 2024-08-28T03:18:33.668Z | Compiling httpdate v1.0.3 |
1130 | 2024-08-28T03:18:33.836Z | Compiling time v0.3.36 |
1131 | 2024-08-28T03:18:34.100Z | Compiling adler v1.0.2 |
1132 | 2024-08-28T03:18:34.118Z | Compiling finl_unicode v1.2.0 |
1133 | 2024-08-28T03:18:34.318Z | Compiling iana-time-zone v0.1.60 |
1134 | 2024-08-28T03:18:34.462Z | Compiling slog v2.7.0 |
1135 | 2024-08-28T03:18:34.764Z | Compiling regex-automata v0.4.6 |
1136 | 2024-08-28T03:18:34.825Z | Compiling tower-service v0.3.2 |
1137 | 2024-08-28T03:18:34.951Z | Compiling openssl-probe v0.1.5 |
1138 | 2024-08-28T03:18:35.121Z | Compiling stringprep v0.1.4 |
1139 | 2024-08-28T03:18:35.295Z | Compiling miniz_oxide v0.7.2 |
1140 | 2024-08-28T03:18:36.380Z | Compiling url v2.5.2 |
1141 | 2024-08-28T03:18:37.817Z | Compiling serde_derive v1.0.208 |
1142 | 2024-08-28T03:18:37.845Z | Compiling zeroize_derive v1.4.2 |
1143 | 2024-08-28T03:18:38.078Z | Compiling zerocopy-derive v0.7.34 |
1144 | 2024-08-28T03:18:38.270Z | Compiling tokio-macros v2.4.0 |
1145 | 2024-08-28T03:18:38.870Z | Compiling thiserror-impl v1.0.63 |
1146 | 2024-08-28T03:18:39.189Z | Compiling futures-macro v0.3.30 |
1147 | 2024-08-28T03:18:39.534Z | Compiling zeroize v1.7.0 |
1148 | 2024-08-28T03:18:39.946Z | Compiling der_derive v0.7.2 |
1149 | 2024-08-28T03:18:40.422Z | Compiling zerocopy v0.7.34 |
1150 | 2024-08-28T03:18:41.231Z | Compiling crypto-common v0.1.6 |
1151 | 2024-08-28T03:18:41.315Z | Compiling block-buffer v0.10.4 |
1152 | 2024-08-28T03:18:41.464Z | Compiling block-padding v0.3.3 |
1153 | 2024-08-28T03:18:41.591Z | Compiling digest v0.10.7 |
1154 | 2024-08-28T03:18:41.728Z | Compiling inout v0.1.3 |
1155 | 2024-08-28T03:18:42.050Z | Compiling hmac v0.12.1 |
1156 | 2024-08-28T03:18:42.093Z | Compiling sha2 v0.10.8 |
1157 | 2024-08-28T03:18:42.218Z | Compiling thiserror v1.0.63 |
1158 | 2024-08-28T03:18:42.295Z | Compiling cipher v0.4.4 |
1159 | 2024-08-28T03:18:42.359Z | Compiling futures-util v0.3.30 |
1160 | 2024-08-28T03:18:42.521Z | Compiling hashbrown v0.14.5 |
1161 | 2024-08-28T03:18:42.562Z | Compiling pest v2.7.10 |
1162 | 2024-08-28T03:18:42.816Z | Compiling salsa20 v0.10.2 |
1163 | 2024-08-28T03:18:43.058Z | Compiling der v0.7.9 |
1164 | 2024-08-28T03:18:43.913Z | Compiling pbkdf2 v0.12.2 |
1165 | 2024-08-28T03:18:44.078Z | Compiling scroll_derive v0.12.0 |
1166 | 2024-08-28T03:18:45.598Z | Compiling pest_meta v2.7.10 |
1167 | 2024-08-28T03:18:45.660Z | Compiling tracing-attributes v0.1.27 |
1168 | 2024-08-28T03:18:45.768Z | Compiling scroll v0.12.0 |
1169 | 2024-08-28T03:18:46.346Z | Compiling spki v0.7.3 |
1170 | 2024-08-28T03:18:46.453Z | Compiling scrypt v0.11.0 |
1171 | 2024-08-28T03:18:46.740Z | Compiling aes v0.8.4 |
1172 | 2024-08-28T03:18:47.018Z | Compiling pest_generator v2.7.10 |
1173 | 2024-08-28T03:18:47.692Z | Compiling cbc v0.1.2 |
1174 | 2024-08-28T03:18:47.936Z | Compiling pkcs5 v0.7.1 |
1175 | 2024-08-28T03:18:48.583Z | Compiling goblin v0.8.2 |
1176 | 2024-08-28T03:18:48.982Z | Compiling openssl-macros v0.1.1 |
1177 | 2024-08-28T03:18:49.179Z | Compiling pkcs8 v0.10.2 |
1178 | 2024-08-28T03:18:49.463Z | Compiling tracing v0.1.40 |
1179 | 2024-08-28T03:18:49.618Z | Compiling rustls-webpki v0.101.7 |
1180 | 2024-08-28T03:18:49.760Z | Compiling sct v0.7.1 |
1181 | 2024-08-28T03:18:49.939Z | Compiling md-5 v0.10.6 |
1182 | 2024-08-28T03:18:50.058Z | Compiling num-integer v0.1.46 |
1183 | 2024-08-28T03:18:50.101Z | Compiling backtrace v0.3.71 |
1184 | 2024-08-28T03:18:50.208Z | Compiling idna v0.3.0 |
1185 | 2024-08-28T03:18:50.611Z | Compiling lazy_static v1.5.0 |
1186 | 2024-08-28T03:18:50.645Z | Compiling pest_derive v2.7.10 |
1187 | 2024-08-28T03:18:50.735Z | Compiling hash32 v0.2.1 |
1188 | 2024-08-28T03:18:50.870Z | Compiling cfg_aliases v0.1.1 |
1189 | 2024-08-28T03:18:50.973Z | Compiling stable_deref_trait v1.2.0 |
1190 | 2024-08-28T03:18:51.077Z | Compiling gimli v0.28.1 |
1191 | 2024-08-28T03:18:51.138Z | Compiling psl-types v2.0.11 |
1192 | 2024-08-28T03:18:51.316Z | Compiling num-bigint-dig v0.8.4 |
1193 | 2024-08-28T03:18:51.415Z | Compiling dtrace-parser v0.2.0 |
1194 | 2024-08-28T03:18:51.530Z | Compiling base64 v0.22.1 |
1195 | 2024-08-28T03:18:51.624Z | Compiling smoltcp v0.9.1 |
1196 | 2024-08-28T03:18:51.782Z | Compiling crc32fast v1.4.0 |
1197 | 2024-08-28T03:18:52.305Z | Compiling bytes v1.7.1 |
1198 | 2024-08-28T03:18:52.324Z | Compiling bitflags v2.6.0 |
1199 | 2024-08-28T03:18:52.512Z | Compiling indexmap v2.4.0 |
1200 | 2024-08-28T03:18:52.754Z | Compiling semver v1.0.23 |
1201 | 2024-08-28T03:18:53.508Z | Compiling tokio v1.39.3 |
1202 | 2024-08-28T03:18:53.580Z | Compiling http v0.2.12 |
1203 | 2024-08-28T03:18:53.639Z | Compiling rustc_version v0.4.0 |
1204 | 2024-08-28T03:18:54.397Z | Compiling heapless v0.7.17 |
1205 | 2024-08-28T03:18:54.885Z | Compiling dof v0.3.0 |
1206 | 2024-08-28T03:18:55.564Z | Compiling http-body v0.4.6 |
1207 | 2024-08-28T03:18:56.046Z | Compiling uuid v1.10.0 |
1208 | 2024-08-28T03:18:56.108Z | Compiling usdt-impl v0.5.0 |
1209 | 2024-08-28T03:18:57.054Z | Compiling toml_datetime v0.6.8 |
1210 | 2024-08-28T03:18:57.094Z | Compiling chrono v0.4.38 |
1211 | 2024-08-28T03:18:57.515Z | Compiling serde_spanned v0.6.7 |
1212 | 2024-08-28T03:18:57.584Z | Compiling serde_tokenstream v0.2.2 |
1213 | 2024-08-28T03:18:57.672Z | Compiling fallible-iterator v0.2.0 |
1214 | 2024-08-28T03:18:57.754Z | Compiling signal-hook v0.3.17 |
1215 | 2024-08-28T03:18:58.176Z | Compiling terminal_size v0.3.0 |
1216 | 2024-08-28T03:18:58.374Z | Compiling postgres-protocol v0.6.7 |
1217 | 2024-08-28T03:18:58.389Z | Compiling addr2line v0.21.0 |
1218 | 2024-08-28T03:18:59.106Z | Compiling publicsuffix v2.2.3 |
1219 | 2024-08-28T03:18:59.127Z | Compiling nix v0.28.0 |
1220 | 2024-08-28T03:18:59.266Z | Compiling hubpack_derive v0.1.1 |
1221 | 2024-08-28T03:18:59.371Z | Compiling num-iter v0.1.45 |
1222 | 2024-08-28T03:18:59.562Z | Compiling zerocopy-derive v0.6.6 |
1223 | 2024-08-28T03:18:59.689Z | Compiling async-trait v0.1.81 |
1224 | 2024-08-28T03:19:00.202Z | Compiling phf_shared v0.11.2 |
1225 | 2024-08-28T03:19:00.593Z | Compiling serde_derive_internals v0.29.1 |
1226 | 2024-08-28T03:19:00.818Z | Compiling ff v0.13.0 |
1227 | 2024-08-28T03:19:00.823Z | Compiling object v0.32.2 |
1228 | 2024-08-28T03:19:00.873Z | Compiling fs-err v2.11.0 |
1229 | 2024-08-28T03:19:01.037Z | Compiling base16ct v0.2.0 |
1230 | 2024-08-28T03:19:01.181Z | Compiling anyhow v1.0.86 |
1231 | 2024-08-28T03:19:01.363Z | Compiling schemars v0.8.21 |
1232 | 2024-08-28T03:19:01.716Z | Compiling tokio-util v0.7.11 |
1233 | 2024-08-28T03:19:01.734Z | Compiling tokio-rustls v0.24.1 |
1234 | 2024-08-28T03:19:01.798Z | Compiling either v1.13.0 |
1235 | 2024-08-28T03:19:02.223Z | Compiling rustc-demangle v0.1.24 |
1236 | 2024-08-28T03:19:02.484Z | Compiling tokio-native-tls v0.3.1 |
1237 | 2024-08-28T03:19:02.723Z | Compiling h2 v0.3.26 |
1238 | 2024-08-28T03:19:02.778Z | Compiling winnow v0.5.40 |
1239 | 2024-08-28T03:19:03.091Z | Compiling bitflags v1.3.2 |
1240 | 2024-08-28T03:19:03.204Z | Compiling managed v0.8.0 |
1241 | 2024-08-28T03:19:03.251Z | Compiling ipnet v2.9.0 |
1242 | 2024-08-28T03:19:03.311Z | Compiling base64 v0.21.7 |
1243 | 2024-08-28T03:19:04.072Z | Compiling rustls-pemfile v1.0.4 |
1244 | 2024-08-28T03:19:04.476Z | Compiling schemars_derive v0.8.21 |
1245 | 2024-08-28T03:19:04.575Z | Compiling clap_builder v4.5.15 |
1246 | 2024-08-28T03:19:05.061Z | Compiling zerocopy v0.6.6 |
1247 | 2024-08-28T03:19:05.855Z | Compiling sec1 v0.7.3 |
1248 | 2024-08-28T03:19:06.033Z | Compiling group v0.13.0 |
1249 | 2024-08-28T03:19:06.369Z | Compiling toml_edit v0.19.15 |
1250 | 2024-08-28T03:19:06.425Z | Compiling phf v0.11.2 |
1251 | 2024-08-28T03:19:06.661Z | Compiling hubpack v0.1.2 |
1252 | 2024-08-28T03:19:06.713Z | Compiling cookie_store v0.20.0 |
1253 | 2024-08-28T03:19:08.148Z | Compiling postgres-types v0.2.7 |
1254 | 2024-08-28T03:19:08.633Z | Compiling usdt-macro v0.5.0 |
1255 | 2024-08-28T03:19:08.761Z | Compiling usdt-attr-macro v0.5.0 |
1256 | 2024-08-28T03:19:09.639Z | Compiling hyper v0.14.30 |
1257 | 2024-08-28T03:19:10.439Z | Compiling serde_urlencoded v0.7.1 |
1258 | 2024-08-28T03:19:10.975Z | Compiling pkcs1 v0.7.5 |
1259 | 2024-08-28T03:19:11.126Z | Compiling futures-executor v0.3.30 |
1260 | 2024-08-28T03:19:11.357Z | Compiling hkdf v0.12.4 |
1261 | 2024-08-28T03:19:11.628Z | Compiling signature v2.2.0 |
1262 | 2024-08-28T03:19:11.698Z | Compiling crypto-bigint v0.5.5 |
1263 | 2024-08-28T03:19:11.936Z | Compiling regex v1.10.6 |
1264 | 2024-08-28T03:19:11.991Z | Compiling bstr v1.9.1 |
1265 | 2024-08-28T03:19:13.039Z | Compiling enum-as-inner v0.6.0 |
1266 | 2024-08-28T03:19:13.312Z | Compiling serde_repr v0.1.19 |
1267 | 2024-08-28T03:19:13.797Z | Compiling clap_derive v4.5.13 |
1268 | 2024-08-28T03:19:13.971Z | Compiling strum_macros v0.25.3 |
1269 | 2024-08-28T03:19:14.144Z | Compiling phf_shared v0.10.0 |
1270 | 2024-08-28T03:19:14.493Z | Compiling float-cmp v0.9.0 |
1271 | 2024-08-28T03:19:14.557Z | Compiling idna v0.4.0 |
1272 | 2024-08-28T03:19:14.578Z | Compiling mio v0.8.11 |
1273 | 2024-08-28T03:19:14.728Z | Compiling encoding_rs v0.8.34 |
1274 | 2024-08-28T03:19:15.894Z | Compiling whoami v1.5.1 |
1275 | 2024-08-28T03:19:16.164Z | Compiling difflib v0.4.0 |
1276 | 2024-08-28T03:19:16.556Z | Compiling hyper-rustls v0.24.2 |
1277 | 2024-08-28T03:19:16.942Z | Compiling hyper-tls v0.5.0 |
1278 | 2024-08-28T03:19:17.334Z | Compiling static_assertions v1.1.0 |
1279 | 2024-08-28T03:19:17.420Z | Compiling precomputed-hash v0.1.1 |
1280 | 2024-08-28T03:19:17.543Z | Compiling sync_wrapper v0.1.2 |
1281 | 2024-08-28T03:19:17.675Z | Compiling dyn-clone v1.0.17 |
1282 | 2024-08-28T03:19:17.768Z | Compiling normalize-line-endings v0.3.0 |
1283 | 2024-08-28T03:19:17.888Z | Compiling unicode-segmentation v1.11.0 |
1284 | 2024-08-28T03:19:17.909Z | Compiling fixedbitset v0.4.2 |
1285 | 2024-08-28T03:19:17.909Z | Compiling data-encoding v2.6.0 |
1286 | 2024-08-28T03:19:18.176Z | Compiling mime v0.3.17 |
1287 | 2024-08-28T03:19:18.379Z | Compiling new_debug_unreachable v1.0.6 |
1288 | 2024-08-28T03:19:18.480Z | Compiling predicates-core v1.0.6 |
1289 | 2024-08-28T03:19:18.741Z | Compiling minimal-lexical v0.2.1 |
1290 | 2024-08-28T03:19:18.780Z | Compiling webpki-roots v0.25.4 |
1291 | 2024-08-28T03:19:18.819Z | Compiling bit-vec v0.6.3 |
1292 | 2024-08-28T03:19:18.946Z | Compiling reqwest v0.11.27 |
1293 | 2024-08-28T03:19:18.965Z | Compiling clap v4.5.16 |
1294 | 2024-08-28T03:19:19.094Z | Compiling console v0.15.8 |
1295 | 2024-08-28T03:19:19.175Z | Compiling bit-set v0.5.3 |
1296 | 2024-08-28T03:19:19.265Z | Compiling nom v7.1.3 |
1297 | 2024-08-28T03:19:19.283Z | Compiling predicates v3.1.2 |
1298 | 2024-08-28T03:19:19.478Z | Compiling hickory-proto v0.24.1 |
1299 | 2024-08-28T03:19:19.526Z | Compiling similar v2.6.0 |
1300 | 2024-08-28T03:19:20.353Z | Compiling string_cache v0.8.7 |
1301 | 2024-08-28T03:19:20.650Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1302 | 2024-08-28T03:19:20.832Z | Compiling petgraph v0.6.5 |
1303 | 2024-08-28T03:19:21.074Z | Compiling toml_edit v0.22.20 |
1304 | 2024-08-28T03:19:22.015Z | Compiling tokio-postgres v0.7.11 |
1305 | 2024-08-28T03:19:23.064Z | Compiling signal-hook-mio v0.2.4 |
1306 | 2024-08-28T03:19:23.250Z | Compiling elliptic-curve v0.13.8 |
1307 | 2024-08-28T03:19:24.111Z | Compiling usdt v0.5.0 |
1308 | 2024-08-28T03:19:24.646Z | Compiling rsa v0.9.6 |
1309 | 2024-08-28T03:19:24.842Z | Compiling futures v0.3.30 |
1310 | 2024-08-28T03:19:24.964Z | Compiling toml v0.7.8 |
1311 | 2024-08-28T03:19:26.664Z | Compiling flate2 v1.0.31 |
1312 | 2024-08-28T03:19:27.559Z | Compiling tokio-stream v0.1.15 |
1313 | 2024-08-28T03:19:27.592Z | Compiling itertools v0.12.1 |
1314 | 2024-08-28T03:19:27.849Z | Compiling itertools v0.10.5 |
1315 | 2024-08-28T03:19:28.624Z | Compiling openapiv3 v2.0.0 |
1316 | 2024-08-28T03:19:29.435Z | Compiling hex v0.4.3 |
1317 | 2024-08-28T03:19:29.706Z | Compiling sha1 v0.10.6 |
1318 | 2024-08-28T03:19:30.062Z | Compiling crossbeam-epoch v0.9.18 |
1319 | 2024-08-28T03:19:30.153Z | Compiling dirs-sys-next v0.1.2 |
1320 | 2024-08-28T03:19:30.777Z | Compiling lalrpop-util v0.19.12 |
1321 | 2024-08-28T03:19:30.811Z | Compiling peg-runtime v0.8.3 |
1322 | 2024-08-28T03:19:30.832Z | Compiling unicode-xid v0.2.4 |
1323 | 2024-08-28T03:19:30.851Z | Compiling dirs-next v2.0.0 |
1324 | 2024-08-28T03:19:30.855Z | Compiling thread_local v1.1.8 |
1325 | 2024-08-28T03:19:31.006Z | Compiling slog-async v2.8.0 |
1326 | 2024-08-28T03:19:31.044Z | Compiling term v0.7.0 |
1327 | 2024-08-28T03:19:31.126Z | Compiling xattr v1.3.1 |
1328 | 2024-08-28T03:19:31.406Z | Compiling strum_macros v0.26.4 |
1329 | 2024-08-28T03:19:31.427Z | Compiling crossbeam-channel v0.5.12 |
1330 | 2024-08-28T03:19:31.462Z | Compiling filetime v0.2.24 |
1331 | 2024-08-28T03:19:31.619Z | Compiling is-terminal v0.4.12 |
1332 | 2024-08-28T03:19:31.755Z | Compiling take_mut v0.2.2 |
1333 | 2024-08-28T03:19:31.777Z | Compiling slog-term v2.9.1 |
1334 | 2024-08-28T03:19:31.917Z | Compiling tar v0.4.41 |
1335 | 2024-08-28T03:19:32.540Z | Compiling camino v1.1.9 |
1336 | 2024-08-28T03:19:33.809Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1337 | 2024-08-28T03:19:34.487Z | Compiling strum v0.26.3 |
1338 | 2024-08-28T03:19:34.567Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1339 | 2024-08-28T03:19:39.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
1340 | 2024-08-28T03:19:40.004Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1341 | 2024-08-28T03:19:40.051Z | Aug 28 03:19:39.185 INFO Starting download, target: Cockroach |
1342 | 2024-08-28T03:19:40.051Z | Aug 28 03:19:39.185 INFO Starting download, target: Console |
1343 | 2024-08-28T03:19:40.054Z | Aug 28 03:19:39.185 INFO Starting download, target: Clickhouse |
1344 | 2024-08-28T03:19:40.054Z | Aug 28 03:19:39.185 INFO Starting download, target: DendriteOpenapi |
1345 | 2024-08-28T03:19:40.055Z | Aug 28 03:19:39.185 INFO Starting download, target: DendriteStub |
1346 | 2024-08-28T03:19:40.055Z | Aug 28 03:19:39.185 INFO Starting download, target: MaghemiteMgd |
1347 | 2024-08-28T03:19:40.055Z | Aug 28 03:19:39.185 INFO Starting download, target: TransceiverControl |
1348 | 2024-08-28T03:19:40.055Z | Aug 28 03:19:39.186 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1349 | 2024-08-28T03:19:40.055Z | Aug 28 03:19:39.186 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1350 | 2024-08-28T03:19:40.055Z | Aug 28 03:19:39.186 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1351 | 2024-08-28T03:19:40.055Z | Aug 28 03:19:39.186 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1352 | 2024-08-28T03:19:40.055Z | Aug 28 03:19:39.186 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1353 | 2024-08-28T03:19:40.055Z | Aug 28 03:19:39.186 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1354 | 2024-08-28T03:19:40.055Z | Aug 28 03:19:39.186 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1355 | 2024-08-28T03:19:40.179Z | Aug 28 03:19:39.311 INFO Download complete, target: DendriteOpenapi |
1356 | 2024-08-28T03:19:40.346Z | Aug 28 03:19:39.474 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1357 | 2024-08-28T03:19:40.639Z | Aug 28 03:19:39.767 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1358 | 2024-08-28T03:19:40.851Z | Aug 28 03:19:39.985 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1359 | 2024-08-28T03:19:40.911Z | Aug 28 03:19:40.045 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1360 | 2024-08-28T03:19:41.028Z | Aug 28 03:19:40.162 INFO Download complete, target: Console |
1361 | 2024-08-28T03:19:41.161Z | Aug 28 03:19:40.295 INFO Download complete, target: TransceiverControl |
1362 | 2024-08-28T03:19:41.445Z | Aug 28 03:19:40.579 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1363 | 2024-08-28T03:19:41.446Z | Aug 28 03:19:40.579 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1364 | 2024-08-28T03:19:41.989Z | Aug 28 03:19:41.123 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1365 | 2024-08-28T03:19:43.847Z | Aug 28 03:19:42.981 INFO Download complete, target: DendriteStub |
1366 | 2024-08-28T03:19:44.125Z | Aug 28 03:19:43.259 INFO Download complete, target: MaghemiteMgd |
1367 | 2024-08-28T03:19:49.884Z | Aug 28 03:19:49.020 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1368 | 2024-08-28T03:19:50.192Z | Aug 28 03:19:49.329 INFO Checking that binary works, target: Cockroach |
1369 | 2024-08-28T03:19:50.358Z | Aug 28 03:19:49.494 INFO Download complete, target: Cockroach |
1370 | 2024-08-28T03:19:56.177Z | Aug 28 03:19:55.315 INFO Checking that binary works, target: Clickhouse |
1371 | 2024-08-28T03:19:56.333Z | Aug 28 03:19:55.471 INFO Download complete, target: Clickhouse |
1372 | 2024-08-28T03:19:56.354Z | All builder prerequisites installed successfully, and PATH looks valid |
1373 | 2024-08-28T03:19:56.357Z | |
1374 | 2024-08-28T03:19:56.357Z | real 3:41.875580050 |
1375 | 2024-08-28T03:19:56.357Z | user 11:30.528797266 |
1376 | 2024-08-28T03:19:56.357Z | sys 2:27.328445900 |
1377 | 2024-08-28T03:19:56.357Z | trap 0.417352875 |
1378 | 2024-08-28T03:19:56.357Z | tflt 1.473605273 |
1379 | 2024-08-28T03:19:56.357Z | dflt 1.591950452 |
1380 | 2024-08-28T03:19:56.357Z | kflt 0.021369117 |
1381 | 2024-08-28T03:19:56.357Z | lock 22:33.713922654 |
1382 | 2024-08-28T03:19:56.357Z | slp 43:58.591395096 |
1383 | 2024-08-28T03:19:56.357Z | lat 44.396687883 |
1384 | 2024-08-28T03:19:56.357Z | stop 1:53.606159598 |
1385 | 2024-08-28T03:19:56.357Z | + banner clippy |
1386 | 2024-08-28T03:19:56.361Z | |
1387 | 2024-08-28T03:19:56.361Z | #### # # ##### ##### # # |
1388 | 2024-08-28T03:19:56.361Z | # # # # # # # # # # |
1389 | 2024-08-28T03:19:56.361Z | # # # # # # # # |
1390 | 2024-08-28T03:19:56.361Z | # # # ##### ##### # |
1391 | 2024-08-28T03:19:56.361Z | # # # # # # # |
1392 | 2024-08-28T03:19:56.361Z | #### ###### # # # # |
1393 | 2024-08-28T03:19:56.361Z | |
1394 | 2024-08-28T03:19:56.361Z | + export CARGO_INCREMENTAL=0 |
1395 | 2024-08-28T03:19:56.361Z | + CARGO_INCREMENTAL=0 |
1396 | 2024-08-28T03:19:56.361Z | + ptime -m cargo xtask clippy |
1397 | 2024-08-28T03:19:56.953Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1398 | 2024-08-28T03:20:00.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s |
1399 | 2024-08-28T03:20:00.813Z | Running `target/debug/xtask clippy` |
1400 | 2024-08-28T03:20:00.832Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1401 | 2024-08-28T03:20:01.528Z | Downloading crates ... |
1402 | 2024-08-28T03:20:01.827Z | Downloaded dirs-sys v0.4.1 |
1403 | 2024-08-28T03:20:01.830Z | Downloaded blake2b_simd v1.0.2 |
1404 | 2024-08-28T03:20:01.833Z | Downloaded anes v0.1.6 |
1405 | 2024-08-28T03:20:01.836Z | Downloaded pathdiff v0.2.1 |
1406 | 2024-08-28T03:20:01.839Z | Downloaded ecdsa v0.16.9 |
1407 | 2024-08-28T03:20:01.842Z | Downloaded datatest-stable v0.2.9 |
1408 | 2024-08-28T03:20:01.844Z | Downloaded matches v0.1.10 |
1409 | 2024-08-28T03:20:01.844Z | Downloaded plotters-svg v0.3.5 |
1410 | 2024-08-28T03:20:01.847Z | Downloaded internet-checksum v0.2.1 |
1411 | 2024-08-28T03:20:01.847Z | Downloaded ghash v0.5.1 |
1412 | 2024-08-28T03:20:01.850Z | Downloaded enum-as-inner v0.5.1 |
1413 | 2024-08-28T03:20:01.855Z | Downloaded similar-asserts v1.5.0 |
1414 | 2024-08-28T03:20:01.858Z | Downloaded cfg-expr v0.16.0 |
1415 | 2024-08-28T03:20:01.863Z | Downloaded num_cpus v1.16.0 |
1416 | 2024-08-28T03:20:01.867Z | Downloaded doc-comment v0.3.3 |
1417 | 2024-08-28T03:20:01.874Z | Downloaded yansi v0.5.1 |
1418 | 2024-08-28T03:20:01.877Z | Downloaded target-lexicon v0.12.16 |
1419 | 2024-08-28T03:20:01.879Z | Downloaded cast v0.3.0 |
1420 | 2024-08-28T03:20:01.884Z | Downloaded approx v0.5.1 |
1421 | 2024-08-28T03:20:01.884Z | Downloaded ctr v0.9.2 |
1422 | 2024-08-28T03:20:01.886Z | Downloaded bcrypt-pbkdf v0.10.0 |
1423 | 2024-08-28T03:20:01.890Z | Downloaded pretty_assertions v1.4.0 |
1424 | 2024-08-28T03:20:01.893Z | Downloaded ed25519 v2.2.3 |
1425 | 2024-08-28T03:20:01.893Z | Downloaded blowfish v0.9.1 |
1426 | 2024-08-28T03:20:01.895Z | Downloaded md5 v0.7.0 |
1427 | 2024-08-28T03:20:01.898Z | Downloaded tower-layer v0.3.2 |
1428 | 2024-08-28T03:20:01.898Z | Downloaded http-body v1.0.0 |
1429 | 2024-08-28T03:20:01.907Z | Downloaded dirs v5.0.1 |
1430 | 2024-08-28T03:20:01.916Z | Downloaded russh-cryptovec v0.7.2 |
1431 | 2024-08-28T03:20:01.931Z | Downloaded escape8259 v0.5.2 |
1432 | 2024-08-28T03:20:01.934Z | Downloaded pbkdf2 v0.11.0 |
1433 | 2024-08-28T03:20:01.937Z | Downloaded ssh-cipher v0.2.0 |
1434 | 2024-08-28T03:20:01.938Z | Downloaded oorandom v11.1.3 |
1435 | 2024-08-28T03:20:01.938Z | Downloaded option-ext v0.2.0 |
1436 | 2024-08-28T03:20:01.940Z | Downloaded hex-literal v0.4.1 |
1437 | 2024-08-28T03:20:01.940Z | Downloaded futures-timer v3.0.3 |
1438 | 2024-08-28T03:20:01.943Z | Downloaded target-spec v3.2.1 |
1439 | 2024-08-28T03:20:01.943Z | Downloaded rstest_macros v0.22.0 |
1440 | 2024-08-28T03:20:01.946Z | Downloaded hyper-util v0.1.3 |
1441 | 2024-08-28T03:20:01.950Z | Downloaded dhcproto v0.12.0 |
1442 | 2024-08-28T03:20:01.954Z | Downloaded relative-path v1.9.3 |
1443 | 2024-08-28T03:20:01.957Z | Downloaded plotters-backend v0.3.5 |
1444 | 2024-08-28T03:20:01.960Z | Downloaded polyval v0.6.2 |
1445 | 2024-08-28T03:20:01.962Z | Downloaded rust-argon2 v2.1.0 |
1446 | 2024-08-28T03:20:01.962Z | Downloaded hyper-rustls v0.26.0 |
1447 | 2024-08-28T03:20:01.964Z | Downloaded dhcproto-macros v0.1.0 |
1448 | 2024-08-28T03:20:01.967Z | Downloaded fancy-regex v0.13.0 |
1449 | 2024-08-28T03:20:01.969Z | Downloaded criterion-plot v0.5.0 |
1450 | 2024-08-28T03:20:01.975Z | Downloaded password-hash v0.4.2 |
1451 | 2024-08-28T03:20:01.977Z | Downloaded rustls-native-certs v0.7.0 |
1452 | 2024-08-28T03:20:01.980Z | Downloaded nested v0.1.1 |
1453 | 2024-08-28T03:20:01.982Z | Downloaded guppy-workspace-hack v0.1.0 |
1454 | 2024-08-28T03:20:01.982Z | Downloaded libtest-mimic v0.7.3 |
1455 | 2024-08-28T03:20:01.985Z | Downloaded threadpool v1.8.1 |
1456 | 2024-08-28T03:20:01.985Z | Downloaded regex-automata v0.1.10 |
1457 | 2024-08-28T03:20:01.990Z | Downloaded proc-macro-crate v3.1.0 |
1458 | 2024-08-28T03:20:01.992Z | Downloaded primeorder v0.13.6 |
1459 | 2024-08-28T03:20:01.996Z | Downloaded assert_cmd v2.0.16 |
1460 | 2024-08-28T03:20:01.996Z | Downloaded ssh-encoding v0.2.0 |
1461 | 2024-08-28T03:20:02.001Z | Downloaded toml_edit v0.21.1 |
1462 | 2024-08-28T03:20:02.023Z | Downloaded trybuild v1.0.99 |
1463 | 2024-08-28T03:20:02.027Z | Downloaded tinytemplate v1.2.1 |
1464 | 2024-08-28T03:20:02.030Z | Downloaded russh-keys v0.44.0 |
1465 | 2024-08-28T03:20:02.032Z | Downloaded rstest v0.22.0 |
1466 | 2024-08-28T03:20:02.037Z | Downloaded rfc6979 v0.4.0 |
1467 | 2024-08-28T03:20:02.039Z | Downloaded rand_distr v0.4.3 |
1468 | 2024-08-28T03:20:02.047Z | Downloaded ed25519-dalek v2.1.1 |
1469 | 2024-08-28T03:20:02.049Z | Downloaded aes-gcm v0.10.3 |
1470 | 2024-08-28T03:20:02.049Z | Downloaded p256 v0.13.2 |
1471 | 2024-08-28T03:20:02.052Z | Downloaded partial-io v0.5.4 |
1472 | 2024-08-28T03:20:02.055Z | Downloaded hyper v1.3.1 |
1473 | 2024-08-28T03:20:02.063Z | Downloaded httptest v0.15.5 |
1474 | 2024-08-28T03:20:02.067Z | Downloaded tower v0.4.13 |
1475 | 2024-08-28T03:20:02.078Z | Downloaded num-bigint v0.4.5 |
1476 | 2024-08-28T03:20:02.081Z | Downloaded ssh-key v0.6.6 |
1477 | 2024-08-28T03:20:02.088Z | Downloaded criterion v0.5.1 |
1478 | 2024-08-28T03:20:02.095Z | Downloaded russh v0.44.1 |
1479 | 2024-08-28T03:20:02.100Z | Downloaded p521 v0.13.3 |
1480 | 2024-08-28T03:20:02.104Z | Downloaded guppy v0.17.7 |
1481 | 2024-08-28T03:20:02.111Z | Downloaded plotters v0.3.5 |
1482 | 2024-08-28T03:20:02.121Z | Downloaded p384 v0.13.0 |
1483 | 2024-08-28T03:20:02.127Z | Downloaded idna v0.2.3 |
1484 | 2024-08-28T03:20:02.133Z | Downloaded trust-dns-proto v0.22.0 |
1485 | 2024-08-28T03:20:02.144Z | Downloaded bstr v0.2.17 |
1486 | 2024-08-28T03:20:02.836Z | Checking cfg-if v1.0.0 |
1487 | 2024-08-28T03:20:02.890Z | Checking libc v0.2.158 |
1488 | 2024-08-28T03:20:02.910Z | Checking serde v1.0.208 |
1489 | 2024-08-28T03:20:02.928Z | Checking memchr v2.7.2 |
1490 | 2024-08-28T03:20:02.943Z | Checking scopeguard v1.2.0 |
1491 | 2024-08-28T03:20:02.959Z | Checking log v0.4.21 |
1492 | 2024-08-28T03:20:02.982Z | Checking byteorder v1.5.0 |
1493 | 2024-08-28T03:20:03.000Z | Checking itoa v1.0.11 |
1494 | 2024-08-28T03:20:03.021Z | Checking smallvec v1.13.2 |
1495 | 2024-08-28T03:20:03.073Z | Checking lock_api v0.4.12 |
1496 | 2024-08-28T03:20:03.219Z | Checking zeroize v1.7.0 |
1497 | 2024-08-28T03:20:03.264Z | Checking once_cell v1.19.0 |
1498 | 2024-08-28T03:20:03.369Z | Checking pin-project-lite v0.2.14 |
1499 | 2024-08-28T03:20:03.396Z | Checking typenum v1.17.0 |
1500 | 2024-08-28T03:20:03.481Z | Checking libm v0.2.8 |
1501 | 2024-08-28T03:20:03.483Z | Checking subtle v2.5.0 |
1502 | 2024-08-28T03:20:03.521Z | Checking ryu v1.0.18 |
1503 | 2024-08-28T03:20:03.562Z | Checking spin v0.9.8 |
1504 | 2024-08-28T03:20:03.736Z | Checking thiserror v1.0.63 |
1505 | 2024-08-28T03:20:03.763Z | Checking futures-core v0.3.30 |
1506 | 2024-08-28T03:20:03.786Z | Checking zerocopy v0.7.34 |
1507 | 2024-08-28T03:20:03.878Z | Checking const-oid v0.9.6 |
1508 | 2024-08-28T03:20:03.908Z | Checking futures-sink v0.3.30 |
1509 | 2024-08-28T03:20:03.943Z | Checking slab v0.4.9 |
1510 | 2024-08-28T03:20:03.968Z | Checking getrandom v0.2.14 |
1511 | 2024-08-28T03:20:04.055Z | Checking parking_lot_core v0.9.10 |
1512 | 2024-08-28T03:20:04.212Z | Checking signal-hook-registry v1.4.2 |
1513 | 2024-08-28T03:20:04.238Z | Checking rand_core v0.6.4 |
1514 | 2024-08-28T03:20:04.380Z | Checking mio v1.0.2 |
1515 | 2024-08-28T03:20:04.403Z | Checking parking_lot v0.12.2 |
1516 | 2024-08-28T03:20:04.452Z | Checking num-traits v0.2.19 |
1517 | 2024-08-28T03:20:04.551Z | Checking socket2 v0.5.7 |
1518 | 2024-08-28T03:20:04.695Z | Checking generic-array v0.14.7 |
1519 | 2024-08-28T03:20:04.764Z | Checking futures-channel v0.3.30 |
1520 | 2024-08-28T03:20:04.992Z | Checking pin-utils v0.1.0 |
1521 | 2024-08-28T03:20:05.046Z | Checking futures-io v0.3.30 |
1522 | 2024-08-28T03:20:05.090Z | Checking futures-task v0.3.30 |
1523 | 2024-08-28T03:20:05.116Z | Checking cpufeatures v0.2.12 |
1524 | 2024-08-28T03:20:05.154Z | Checking ahash v0.8.11 |
1525 | 2024-08-28T03:20:05.217Z | Checking allocator-api2 v0.2.18 |
1526 | 2024-08-28T03:20:05.248Z | Checking fnv v1.0.7 |
1527 | 2024-08-28T03:20:05.327Z | Checking futures-util v0.3.30 |
1528 | 2024-08-28T03:20:05.378Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1529 | 2024-08-28T03:20:05.660Z | Checking iana-time-zone v0.1.60 |
1530 | 2024-08-28T03:20:05.686Z | Checking equivalent v1.0.1 |
1531 | 2024-08-28T03:20:05.736Z | Checking ppv-lite86 v0.2.17 |
1532 | 2024-08-28T03:20:05.795Z | Checking tinyvec_macros v0.1.1 |
1533 | 2024-08-28T03:20:05.815Z | Checking tracing-core v0.1.32 |
1534 | 2024-08-28T03:20:05.839Z | Checking crypto-common v0.1.6 |
1535 | 2024-08-28T03:20:05.866Z | Checking block-buffer v0.10.4 |
1536 | 2024-08-28T03:20:05.890Z | Checking hashbrown v0.14.5 |
1537 | 2024-08-28T03:20:06.019Z | Checking tinyvec v1.6.0 |
1538 | 2024-08-28T03:20:06.094Z | Checking digest v0.10.7 |
1539 | 2024-08-28T03:20:06.135Z | Checking unicode-bidi v0.3.15 |
1540 | 2024-08-28T03:20:06.417Z | Checking rand_chacha v0.3.1 |
1541 | 2024-08-28T03:20:06.443Z | Checking tracing v0.1.40 |
1542 | 2024-08-28T03:20:06.469Z | Checking percent-encoding v2.3.1 |
1543 | 2024-08-28T03:20:06.688Z | Checking dyn-clone v1.0.17 |
1544 | 2024-08-28T03:20:06.758Z | Checking regex-syntax v0.8.4 |
1545 | 2024-08-28T03:20:06.819Z | Checking rand v0.8.5 |
1546 | 2024-08-28T03:20:06.821Z | Checking errno v0.3.9 |
1547 | 2024-08-28T03:20:06.862Z | Checking form_urlencoded v1.2.1 |
1548 | 2024-08-28T03:20:06.990Z | Checking block-padding v0.3.3 |
1549 | 2024-08-28T03:20:07.062Z | Checking lazy_static v1.5.0 |
1550 | 2024-08-28T03:20:07.097Z | Checking aho-corasick v1.1.3 |
1551 | 2024-08-28T03:20:07.185Z | Checking httparse v1.8.0 |
1552 | 2024-08-28T03:20:07.207Z | Checking inout v0.1.3 |
1553 | 2024-08-28T03:20:07.345Z | Checking unicode-normalization v0.1.23 |
1554 | 2024-08-28T03:20:07.443Z | Checking cipher v0.4.4 |
1555 | 2024-08-28T03:20:07.613Z | Checking unicode-ident v1.0.12 |
1556 | 2024-08-28T03:20:07.790Z | Checking base64ct v1.6.0 |
1557 | 2024-08-28T03:20:07.839Z | Checking hmac v0.12.1 |
1558 | 2024-08-28T03:20:07.915Z | Checking bytes v1.7.1 |
1559 | 2024-08-28T03:20:08.054Z | Checking bitflags v2.6.0 |
1560 | 2024-08-28T03:20:08.160Z | Checking serde_json v1.0.125 |
1561 | 2024-08-28T03:20:08.221Z | Checking chrono v0.4.38 |
1562 | 2024-08-28T03:20:08.276Z | Checking indexmap v2.4.0 |
1563 | 2024-08-28T03:20:08.340Z | Checking uuid v1.10.0 |
1564 | 2024-08-28T03:20:08.735Z | Checking tokio v1.39.3 |
1565 | 2024-08-28T03:20:08.763Z | Checking rustix v0.38.34 |
1566 | 2024-08-28T03:20:08.964Z | Checking http v0.2.12 |
1567 | 2024-08-28T03:20:09.543Z | Checking unicode-width v0.1.13 |
1568 | 2024-08-28T03:20:09.734Z | Checking powerfmt v0.2.0 |
1569 | 2024-08-28T03:20:09.863Z | Checking adler v1.0.2 |
1570 | 2024-08-28T03:20:09.919Z | Checking regex-automata v0.4.6 |
1571 | 2024-08-28T03:20:10.012Z | Checking deranged v0.3.11 |
1572 | 2024-08-28T03:20:10.016Z | Checking miniz_oxide v0.7.2 |
1573 | 2024-08-28T03:20:10.281Z | Checking idna v0.5.0 |
1574 | 2024-08-28T03:20:10.306Z | Checking proc-macro2 v1.0.86 |
1575 | 2024-08-28T03:20:10.333Z | Checking schemars v0.8.21 |
1576 | 2024-08-28T03:20:10.699Z | Checking sha2 v0.10.8 |
1577 | 2024-08-28T03:20:10.764Z | Checking untrusted v0.9.0 |
1578 | 2024-08-28T03:20:10.935Z | Checking num_threads v0.1.7 |
1579 | 2024-08-28T03:20:10.987Z | Checking num-conv v0.1.0 |
1580 | 2024-08-28T03:20:11.057Z | Checking time-core v0.1.2 |
1581 | 2024-08-28T03:20:11.132Z | Checking url v2.5.2 |
1582 | 2024-08-28T03:20:11.223Z | Checking quote v1.0.36 |
1583 | 2024-08-28T03:20:11.254Z | Checking ring v0.17.8 |
1584 | 2024-08-28T03:20:11.279Z | Checking try-lock v0.2.5 |
1585 | 2024-08-28T03:20:11.421Z | Checking want v0.3.1 |
1586 | 2024-08-28T03:20:11.567Z | Checking syn v2.0.74 |
1587 | 2024-08-28T03:20:11.609Z | Checking pem-rfc7468 v0.7.0 |
1588 | 2024-08-28T03:20:11.775Z | Checking time v0.3.36 |
1589 | 2024-08-28T03:20:11.881Z | Checking slog v2.7.0 |
1590 | 2024-08-28T03:20:11.966Z | Checking tower-service v0.3.2 |
1591 | 2024-08-28T03:20:11.970Z | Checking futures-executor v0.3.30 |
1592 | 2024-08-28T03:20:12.091Z | Checking gimli v0.28.1 |
1593 | 2024-08-28T03:20:12.232Z | Checking futures v0.3.30 |
1594 | 2024-08-28T03:20:12.344Z | Checking httpdate v1.0.3 |
1595 | 2024-08-28T03:20:12.347Z | Checking flagset v0.4.5 |
1596 | 2024-08-28T03:20:12.560Z | Checking der v0.7.9 |
1597 | 2024-08-28T03:20:12.586Z | Checking http-body v0.4.6 |
1598 | 2024-08-28T03:20:12.999Z | Checking pbkdf2 v0.12.2 |
1599 | 2024-08-28T03:20:13.071Z | Checking aes v0.8.4 |
1600 | 2024-08-28T03:20:13.176Z | Checking object v0.32.2 |
1601 | 2024-08-28T03:20:13.959Z | Checking rustc-demangle v0.1.24 |
1602 | 2024-08-28T03:20:14.229Z | Checking salsa20 v0.10.2 |
1603 | 2024-08-28T03:20:14.392Z | Checking cbc v0.1.2 |
1604 | 2024-08-28T03:20:14.423Z | Checking spki v0.7.3 |
1605 | 2024-08-28T03:20:14.453Z | Checking mime v0.3.17 |
1606 | 2024-08-28T03:20:14.491Z | Checking regex v1.10.6 |
1607 | 2024-08-28T03:20:14.609Z | Checking base64 v0.21.7 |
1608 | 2024-08-28T03:20:14.723Z | Checking scrypt v0.11.0 |
1609 | 2024-08-28T03:20:14.766Z | Checking utf8parse v0.2.1 |
1610 | 2024-08-28T03:20:14.918Z | Checking data-encoding v2.6.0 |
1611 | 2024-08-28T03:20:14.958Z | Checking ipnet v2.9.0 |
1612 | 2024-08-28T03:20:15.045Z | Checking pkcs5 v0.7.1 |
1613 | 2024-08-28T03:20:15.101Z | Checking toml_datetime v0.6.8 |
1614 | 2024-08-28T03:20:15.384Z | Checking serde_spanned v0.6.7 |
1615 | 2024-08-28T03:20:15.405Z | Checking crossbeam-utils v0.8.19 |
1616 | 2024-08-28T03:20:15.553Z | Checking openssl-probe v0.1.5 |
1617 | 2024-08-28T03:20:15.556Z | Checking foreign-types-shared v0.1.1 |
1618 | 2024-08-28T03:20:15.601Z | Checking tokio-util v0.7.11 |
1619 | 2024-08-28T03:20:15.603Z | Checking pkcs8 v0.10.2 |
1620 | 2024-08-28T03:20:15.672Z | Checking foreign-types v0.3.2 |
1621 | 2024-08-28T03:20:15.706Z | Checking serde_urlencoded v0.7.1 |
1622 | 2024-08-28T03:20:15.775Z | Checking openssl-sys v0.9.103 |
1623 | 2024-08-28T03:20:15.927Z | Checking addr2line v0.21.0 |
1624 | 2024-08-28T03:20:15.951Z | Checking encoding_rs v0.8.34 |
1625 | 2024-08-28T03:20:16.044Z | Checking anstyle v1.0.8 |
1626 | 2024-08-28T03:20:16.128Z | Checking rustls-webpki v0.101.7 |
1627 | 2024-08-28T03:20:16.405Z | Checking sct v0.7.1 |
1628 | 2024-08-28T03:20:16.446Z | Checking semver v1.0.23 |
1629 | 2024-08-28T03:20:16.470Z | Checking h2 v0.3.26 |
1630 | 2024-08-28T03:20:16.606Z | Checking sha1 v0.10.6 |
1631 | 2024-08-28T03:20:16.811Z | Checking either v1.13.0 |
1632 | 2024-08-28T03:20:16.853Z | Checking rustls v0.21.12 |
1633 | 2024-08-28T03:20:16.878Z | Checking scroll v0.12.0 |
1634 | 2024-08-28T03:20:17.067Z | Checking openssl v0.10.66 |
1635 | 2024-08-28T03:20:17.204Z | Checking ucd-trie v0.1.6 |
1636 | 2024-08-28T03:20:17.350Z | Checking plain v0.2.3 |
1637 | 2024-08-28T03:20:17.407Z | Checking pest v2.7.10 |
1638 | 2024-08-28T03:20:17.508Z | Checking goblin v0.8.2 |
1639 | 2024-08-28T03:20:17.834Z | Checking anstyle-parse v0.2.4 |
1640 | 2024-08-28T03:20:18.097Z | Checking openapiv3 v2.0.0 |
1641 | 2024-08-28T03:20:18.221Z | Checking idna v0.3.0 |
1642 | 2024-08-28T03:20:19.037Z | Checking base64 v0.22.1 |
1643 | 2024-08-28T03:20:19.164Z | Checking backtrace v0.3.71 |
1644 | 2024-08-28T03:20:19.537Z | Checking anstyle-query v1.0.3 |
1645 | 2024-08-28T03:20:19.664Z | Checking psl-types v2.0.11 |
1646 | 2024-08-28T03:20:19.754Z | Checking anyhow v1.0.86 |
1647 | 2024-08-28T03:20:19.849Z | Checking bitflags v1.3.2 |
1648 | 2024-08-28T03:20:19.894Z | Checking is_terminal_polyfill v1.70.0 |
1649 | 2024-08-28T03:20:19.957Z | Checking colorchoice v1.0.1 |
1650 | 2024-08-28T03:20:20.009Z | Checking pretty-hex v0.4.1 |
1651 | 2024-08-28T03:20:20.084Z | Checking anstream v0.6.14 |
1652 | 2024-08-28T03:20:20.119Z | Checking dtrace-parser v0.2.0 |
1653 | 2024-08-28T03:20:20.157Z | Checking tokio-rustls v0.24.1 |
1654 | 2024-08-28T03:20:20.186Z | Checking publicsuffix v2.2.3 |
1655 | 2024-08-28T03:20:20.421Z | Checking rustls-pemfile v1.0.4 |
1656 | 2024-08-28T03:20:20.444Z | Checking cookie v0.17.0 |
1657 | 2024-08-28T03:20:20.525Z | Checking terminal_size v0.3.0 |
1658 | 2024-08-28T03:20:20.620Z | Checking thread-id v4.2.1 |
1659 | 2024-08-28T03:20:20.622Z | Checking strsim v0.11.1 |
1660 | 2024-08-28T03:20:20.704Z | Checking clap_lex v0.7.0 |
1661 | 2024-08-28T03:20:20.734Z | Checking signature v2.2.0 |
1662 | 2024-08-28T03:20:20.842Z | Checking cookie_store v0.20.0 |
1663 | 2024-08-28T03:20:20.915Z | Checking memmap v0.7.0 |
1664 | 2024-08-28T03:20:20.939Z | Checking webpki-roots v0.25.4 |
1665 | 2024-08-28T03:20:20.964Z | Checking clap_builder v4.5.15 |
1666 | 2024-08-28T03:20:21.104Z | Checking sync_wrapper v0.1.2 |
1667 | 2024-08-28T03:20:21.129Z | Checking num-integer v0.1.46 |
1668 | 2024-08-28T03:20:21.236Z | Checking base16ct v0.2.0 |
1669 | 2024-08-28T03:20:21.426Z | Checking winnow v0.6.18 |
1670 | 2024-08-28T03:20:21.463Z | Checking sec1 v0.7.3 |
1671 | 2024-08-28T03:20:21.613Z | Checking ff v0.13.0 |
1672 | 2024-08-28T03:20:21.638Z | Checking stable_deref_trait v1.2.0 |
1673 | 2024-08-28T03:20:21.747Z | Checking num-iter v0.1.45 |
1674 | 2024-08-28T03:20:21.822Z | Checking hkdf v0.12.4 |
1675 | 2024-08-28T03:20:21.845Z | Checking group v0.13.0 |
1676 | 2024-08-28T03:20:21.924Z | Checking crypto-bigint v0.5.5 |
1677 | 2024-08-28T03:20:22.027Z | Checking crc32fast v1.4.0 |
1678 | 2024-08-28T03:20:22.102Z | Checking crossbeam-epoch v0.9.18 |
1679 | 2024-08-28T03:20:22.264Z | Checking hex v0.4.3 |
1680 | 2024-08-28T03:20:22.410Z | Checking dof v0.3.0 |
1681 | 2024-08-28T03:20:22.439Z | Checking native-tls v0.2.11 |
1682 | 2024-08-28T03:20:22.516Z | Checking hyper v0.14.30 |
1683 | 2024-08-28T03:20:22.540Z | Checking managed v0.8.0 |
1684 | 2024-08-28T03:20:22.764Z | Checking tokio-native-tls v0.3.1 |
1685 | 2024-08-28T03:20:22.767Z | Checking static_assertions v1.1.0 |
1686 | 2024-08-28T03:20:22.886Z | Checking winnow v0.5.40 |
1687 | 2024-08-28T03:20:22.917Z | Checking unicode-segmentation v1.11.0 |
1688 | 2024-08-28T03:20:23.022Z | Checking num-bigint-dig v0.8.4 |
1689 | 2024-08-28T03:20:23.045Z | Checking usdt-impl v0.5.0 |
1690 | 2024-08-28T03:20:23.570Z | Checking usdt v0.5.0 |
1691 | 2024-08-28T03:20:23.594Z | Checking pkcs1 v0.7.5 |
1692 | 2024-08-28T03:20:23.839Z | Checking signal-hook v0.3.17 |
1693 | 2024-08-28T03:20:23.956Z | Checking clap v4.5.16 |
1694 | 2024-08-28T03:20:23.980Z | Checking zerocopy v0.6.6 |
1695 | 2024-08-28T03:20:24.080Z | Checking flate2 v1.0.31 |
1696 | 2024-08-28T03:20:24.166Z | Checking bstr v1.9.1 |
1697 | 2024-08-28T03:20:24.312Z | Checking toml_edit v0.22.20 |
1698 | 2024-08-28T03:20:24.731Z | Checking elliptic-curve v0.13.8 |
1699 | 2024-08-28T03:20:24.757Z | Checking mio v0.8.11 |
1700 | 2024-08-28T03:20:24.760Z | Checking siphasher v0.3.11 |
1701 | 2024-08-28T03:20:25.085Z | Checking itertools v0.10.5 |
1702 | 2024-08-28T03:20:25.109Z | Checking idna v0.4.0 |
1703 | 2024-08-28T03:20:25.146Z | Checking rsa v0.9.6 |
1704 | 2024-08-28T03:20:25.381Z | Checking bit-vec v0.6.3 |
1705 | 2024-08-28T03:20:25.412Z | Checking signal-hook-mio v0.2.4 |
1706 | 2024-08-28T03:20:25.556Z | Checking itertools v0.12.1 |
1707 | 2024-08-28T03:20:25.727Z | Checking bit-set v0.5.3 |
1708 | 2024-08-28T03:20:25.898Z | Checking toml_edit v0.19.15 |
1709 | 2024-08-28T03:20:25.973Z | Checking hickory-proto v0.24.1 |
1710 | 2024-08-28T03:20:25.996Z | Checking hash32 v0.2.1 |
1711 | 2024-08-28T03:20:26.164Z | Checking finl_unicode v1.2.0 |
1712 | 2024-08-28T03:20:26.310Z | Checking predicates-core v1.0.6 |
1713 | 2024-08-28T03:20:26.506Z | Checking heapless v0.7.17 |
1714 | 2024-08-28T03:20:26.772Z | Checking stringprep v0.1.4 |
1715 | 2024-08-28T03:20:26.904Z | Checking tokio-stream v0.1.15 |
1716 | 2024-08-28T03:20:27.063Z | Checking console v0.15.8 |
1717 | 2024-08-28T03:20:27.321Z | Checking md-5 v0.10.6 |
1718 | 2024-08-28T03:20:27.546Z | Checking float-cmp v0.9.0 |
1719 | 2024-08-28T03:20:27.551Z | Checking normalize-line-endings v0.3.0 |
1720 | 2024-08-28T03:20:27.626Z | Checking difflib v0.4.0 |
1721 | 2024-08-28T03:20:27.681Z | Checking fixedbitset v0.4.2 |
1722 | 2024-08-28T03:20:27.723Z | Checking fallible-iterator v0.2.0 |
1723 | 2024-08-28T03:20:27.758Z | Checking smoltcp v0.9.1 |
1724 | 2024-08-28T03:20:27.946Z | Checking predicates v3.1.2 |
1725 | 2024-08-28T03:20:27.967Z | Checking petgraph v0.6.5 |
1726 | 2024-08-28T03:20:28.140Z | Checking similar v2.6.0 |
1727 | 2024-08-28T03:20:28.326Z | Checking toml v0.7.8 |
1728 | 2024-08-28T03:20:28.367Z | Checking postgres-protocol v0.6.7 |
1729 | 2024-08-28T03:20:28.468Z | Checking hyper-rustls v0.24.2 |
1730 | 2024-08-28T03:20:28.599Z | Checking hyper-tls v0.5.0 |
1731 | 2024-08-28T03:20:28.781Z | Checking phf_shared v0.10.0 |
1732 | 2024-08-28T03:20:28.884Z | Checking reqwest v0.11.27 |
1733 | 2024-08-28T03:20:28.958Z | Checking phf_shared v0.11.2 |
1734 | 2024-08-28T03:20:29.026Z | Checking fs-err v2.11.0 |
1735 | 2024-08-28T03:20:29.050Z | Checking nix v0.28.0 |
1736 | 2024-08-28T03:20:29.103Z | Checking hubpack v0.1.2 |
1737 | 2024-08-28T03:20:29.197Z | Checking precomputed-hash v0.1.1 |
1738 | 2024-08-28T03:20:29.238Z | Checking lalrpop-util v0.19.12 |
1739 | 2024-08-28T03:20:29.317Z | Checking new_debug_unreachable v1.0.6 |
1740 | 2024-08-28T03:20:29.417Z | Checking minimal-lexical v0.2.1 |
1741 | 2024-08-28T03:20:29.440Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1742 | 2024-08-28T03:20:29.525Z | Checking string_cache v0.8.7 |
1743 | 2024-08-28T03:20:29.555Z | Checking phf v0.11.2 |
1744 | 2024-08-28T03:20:29.811Z | Checking postgres-types v0.2.7 |
1745 | 2024-08-28T03:20:29.836Z | Checking peg-runtime v0.8.3 |
1746 | 2024-08-28T03:20:29.840Z | Checking nom v7.1.3 |
1747 | 2024-08-28T03:20:30.082Z | Checking whoami v1.5.1 |
1748 | 2024-08-28T03:20:30.499Z | Checking tokio-postgres v0.7.11 |
1749 | 2024-08-28T03:20:30.526Z | Compiling regress v0.9.1 |
1750 | 2024-08-28T03:20:30.552Z | Compiling getopts v0.2.21 |
1751 | 2024-08-28T03:20:30.792Z | Compiling unsafe-libyaml v0.2.11 |
1752 | 2024-08-28T03:20:31.254Z | Checking camino v1.1.9 |
1753 | 2024-08-28T03:20:31.469Z | Checking heck v0.5.0 |
1754 | 2024-08-28T03:20:31.687Z | Checking is-terminal v0.4.12 |
1755 | 2024-08-28T03:20:31.821Z | Compiling paste v1.0.15 |
1756 | 2024-08-28T03:20:31.860Z | Compiling ident_case v1.0.1 |
1757 | 2024-08-28T03:20:32.064Z | Compiling serde_yaml v0.9.34+deprecated |
1758 | 2024-08-28T03:20:32.676Z | Compiling darling_core v0.20.9 |
1759 | 2024-08-28T03:20:32.755Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1760 | 2024-08-28T03:20:33.460Z | Checking http v1.1.0 |
1761 | 2024-08-28T03:20:33.481Z | Compiling rustls v0.22.4 |
1762 | 2024-08-28T03:20:33.696Z | Checking dirs-sys-next v0.1.2 |
1763 | 2024-08-28T03:20:33.803Z | Checking crossbeam-channel v0.5.12 |
1764 | 2024-08-28T03:20:33.874Z | Checking dirs-next v2.0.0 |
1765 | 2024-08-28T03:20:34.013Z | Checking thread_local v1.1.8 |
1766 | 2024-08-28T03:20:34.309Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1767 | 2024-08-28T03:20:34.505Z | Compiling multer v3.1.0 |
1768 | 2024-08-28T03:20:34.531Z | Checking term v0.7.0 |
1769 | 2024-08-28T03:20:34.786Z | Compiling async-stream-impl v0.3.5 |
1770 | 2024-08-28T03:20:34.900Z | Checking take_mut v0.2.2 |
1771 | 2024-08-28T03:20:34.970Z | Checking slog-term v2.9.1 |
1772 | 2024-08-28T03:20:35.061Z | Checking slog-async v2.8.0 |
1773 | 2024-08-28T03:20:35.363Z | Checking match_cfg v0.1.0 |
1774 | 2024-08-28T03:20:35.469Z | Checking rustls-pki-types v1.7.0 |
1775 | 2024-08-28T03:20:35.473Z | Checking hostname v0.3.1 |
1776 | 2024-08-28T03:20:35.614Z | Checking strum v0.26.3 |
1777 | 2024-08-28T03:20:35.636Z | Checking toml v0.8.19 |
1778 | 2024-08-28T03:20:35.775Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1779 | 2024-08-28T03:20:35.884Z | Checking rustls-webpki v0.102.4 |
1780 | 2024-08-28T03:20:36.159Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1781 | 2024-08-28T03:20:36.184Z | Checking rustls-pemfile v2.1.3 |
1782 | 2024-08-28T03:20:36.203Z | Checking debug-ignore v1.0.5 |
1783 | 2024-08-28T03:20:36.342Z | Checking slog-json v2.6.1 |
1784 | 2024-08-28T03:20:36.392Z | Checking atomic-waker v1.1.2 |
1785 | 2024-08-28T03:20:36.439Z | Checking async-stream v0.3.5 |
1786 | 2024-08-28T03:20:36.531Z | Checking waitgroup v0.1.2 |
1787 | 2024-08-28T03:20:36.591Z | Checking slog-bunyan v2.5.0 |
1788 | 2024-08-28T03:20:36.678Z | Checking serde_path_to_error v0.1.16 |
1789 | 2024-08-28T03:20:36.759Z | Checking hostname v0.4.0 |
1790 | 2024-08-28T03:20:36.914Z | Checking fastrand v2.1.0 |
1791 | 2024-08-28T03:20:37.070Z | Checking ipnetwork v0.20.0 |
1792 | 2024-08-28T03:20:37.263Z | Checking tempfile v3.10.1 |
1793 | 2024-08-28T03:20:37.343Z | Checking instant v0.1.12 |
1794 | 2024-08-28T03:20:37.446Z | Compiling structmeta-derive v0.3.0 |
1795 | 2024-08-28T03:20:37.469Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1796 | 2024-08-28T03:20:37.624Z | Checking quick-error v1.2.3 |
1797 | 2024-08-28T03:20:37.626Z | Checking newtype-uuid v1.1.0 |
1798 | 2024-08-28T03:20:37.774Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1799 | 2024-08-28T03:20:37.904Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1800 | 2024-08-28T03:20:38.218Z | Checking macaddr v1.0.1 |
1801 | 2024-08-28T03:20:38.269Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1802 | 2024-08-28T03:20:38.406Z | Checking backoff v0.4.0 |
1803 | 2024-08-28T03:20:38.559Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1804 | 2024-08-28T03:20:38.582Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1805 | 2024-08-28T03:20:38.725Z | Checking wait-timeout v0.2.0 |
1806 | 2024-08-28T03:20:38.748Z | Checking rand_xorshift v0.3.0 |
1807 | 2024-08-28T03:20:38.891Z | Compiling structmeta-derive v0.2.0 |
1808 | 2024-08-28T03:20:38.917Z | Checking unarray v0.1.4 |
1809 | 2024-08-28T03:20:38.919Z | Checking rusty-fork v0.3.0 |
1810 | 2024-08-28T03:20:39.060Z | Compiling proc-macro-error v1.0.4 |
1811 | 2024-08-28T03:20:39.230Z | Checking proptest v1.5.0 |
1812 | 2024-08-28T03:20:39.711Z | Compiling darling_macro v0.20.9 |
1813 | 2024-08-28T03:20:39.755Z | Checking camino-tempfile v1.1.1 |
1814 | 2024-08-28T03:20:40.025Z | Compiling proc-macro-crate v1.3.1 |
1815 | 2024-08-28T03:20:40.289Z | Checking tokio-rustls v0.25.0 |
1816 | 2024-08-28T03:20:40.437Z | Compiling structmeta v0.3.0 |
1817 | 2024-08-28T03:20:40.663Z | Compiling darling v0.20.9 |
1818 | 2024-08-28T03:20:40.666Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1819 | 2024-08-28T03:20:40.775Z | Compiling serde_with_macros v3.9.0 |
1820 | 2024-08-28T03:20:40.845Z | Compiling parse-display-derive v0.10.0 |
1821 | 2024-08-28T03:20:41.074Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1822 | 2024-08-28T03:20:41.134Z | Compiling num_enum_derive v0.5.11 |
1823 | 2024-08-28T03:20:41.419Z | Compiling foreign-types-macros v0.2.3 |
1824 | 2024-08-28T03:20:41.917Z | Compiling structmeta v0.2.0 |
1825 | 2024-08-28T03:20:42.375Z | Compiling test-strategy v0.3.1 |
1826 | 2024-08-28T03:20:42.746Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1827 | 2024-08-28T03:20:43.056Z | Checking foreign-types-shared v0.3.1 |
1828 | 2024-08-28T03:20:43.172Z | Checking foreign-types v0.5.0 |
1829 | 2024-08-28T03:20:43.661Z | Checking cstr-argument v0.1.2 |
1830 | 2024-08-28T03:20:43.786Z | Checking serde_with v3.9.0 |
1831 | 2024-08-28T03:20:43.840Z | Checking num_enum v0.5.11 |
1832 | 2024-08-28T03:20:43.862Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1833 | 2024-08-28T03:20:43.938Z | Checking pretty-hex v0.2.1 |
1834 | 2024-08-28T03:20:43.996Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1835 | 2024-08-28T03:20:44.110Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1836 | 2024-08-28T03:20:44.314Z | Checking tabwriter v1.4.0 |
1837 | 2024-08-28T03:20:44.396Z | Checking colored v2.1.0 |
1838 | 2024-08-28T03:20:44.553Z | Checking socket2 v0.4.10 |
1839 | 2024-08-28T03:20:44.684Z | Checking smf v0.2.3 |
1840 | 2024-08-28T03:20:44.714Z | Compiling heapless v0.8.0 |
1841 | 2024-08-28T03:20:44.909Z | Checking termtree v0.4.1 |
1842 | 2024-08-28T03:20:44.997Z | Checking hash32 v0.3.1 |
1843 | 2024-08-28T03:20:45.110Z | Checking predicates-tree v1.0.9 |
1844 | 2024-08-28T03:20:45.133Z | Compiling crucible-workspace-hack v0.1.0 |
1845 | 2024-08-28T03:20:45.177Z | Compiling smoltcp v0.11.0 |
1846 | 2024-08-28T03:20:45.266Z | Checking embedded-io v0.4.0 |
1847 | 2024-08-28T03:20:45.452Z | Checking cobs v0.2.3 |
1848 | 2024-08-28T03:20:45.579Z | Checking parse-display v0.10.0 |
1849 | 2024-08-28T03:20:45.599Z | Checking sigpipe v0.1.3 |
1850 | 2024-08-28T03:20:45.646Z | Checking postcard v1.0.8 |
1851 | 2024-08-28T03:20:45.710Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1852 | 2024-08-28T03:20:45.802Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1853 | 2024-08-28T03:20:45.920Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1854 | 2024-08-28T03:20:45.967Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1855 | 2024-08-28T03:20:46.087Z | Compiling mockall_derive v0.13.0 |
1856 | 2024-08-28T03:20:46.273Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1857 | 2024-08-28T03:20:46.322Z | Checking humantime v2.1.0 |
1858 | 2024-08-28T03:20:46.349Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1859 | 2024-08-28T03:20:46.575Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1860 | 2024-08-28T03:20:46.615Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1861 | 2024-08-28T03:20:46.899Z | Compiling num-derive v0.4.2 |
1862 | 2024-08-28T03:20:46.958Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1863 | 2024-08-28T03:20:47.039Z | Checking downcast v0.11.0 |
1864 | 2024-08-28T03:20:47.255Z | Checking fragile v2.0.0 |
1865 | 2024-08-28T03:20:47.317Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1866 | 2024-08-28T03:20:47.529Z | Checking utf-8 v0.7.6 |
1867 | 2024-08-28T03:20:47.578Z | Checking arc-swap v1.7.1 |
1868 | 2024-08-28T03:20:47.749Z | Checking newline-converter v0.3.0 |
1869 | 2024-08-28T03:20:47.913Z | Checking expectorate v1.1.0 |
1870 | 2024-08-28T03:20:48.011Z | Checking slog-scope v4.4.0 |
1871 | 2024-08-28T03:20:48.074Z | Checking xattr v1.3.1 |
1872 | 2024-08-28T03:20:48.195Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1873 | 2024-08-28T03:20:48.223Z | Checking slog-stdlog v4.1.1 |
1874 | 2024-08-28T03:20:48.279Z | Checking filetime v0.2.24 |
1875 | 2024-08-28T03:20:48.330Z | Checking termcolor v1.4.1 |
1876 | 2024-08-28T03:20:48.395Z | Checking slog-envlogger v2.2.0 |
1877 | 2024-08-28T03:20:48.487Z | Checking tar v0.4.41 |
1878 | 2024-08-28T03:20:48.621Z | Checking same-file v1.0.6 |
1879 | 2024-08-28T03:20:48.784Z | Compiling derive-where v1.2.7 |
1880 | 2024-08-28T03:20:48.803Z | Checking walkdir v2.5.0 |
1881 | 2024-08-28T03:20:48.958Z | Checking tungstenite v0.21.0 |
1882 | 2024-08-28T03:20:49.095Z | Checking password-hash v0.5.0 |
1883 | 2024-08-28T03:20:49.211Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1884 | 2024-08-28T03:20:49.237Z | Checking blake2 v0.10.6 |
1885 | 2024-08-28T03:20:49.522Z | Checking num-rational v0.4.2 |
1886 | 2024-08-28T03:20:49.546Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1887 | 2024-08-28T03:20:49.667Z | Checking num-complex v0.4.6 |
1888 | 2024-08-28T03:20:49.716Z | Checking argon2 v0.5.3 |
1889 | 2024-08-28T03:20:49.773Z | Checking tokio-tungstenite v0.21.0 |
1890 | 2024-08-28T03:20:50.214Z | Checking atty v0.2.14 |
1891 | 2024-08-28T03:20:50.261Z | Checking float-ord v0.3.2 |
1892 | 2024-08-28T03:20:50.351Z | Checking pem v3.0.4 |
1893 | 2024-08-28T03:20:50.410Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1894 | 2024-08-28T03:20:50.432Z | Compiling convert_case v0.4.0 |
1895 | 2024-08-28T03:20:50.552Z | Checking num v0.4.3 |
1896 | 2024-08-28T03:20:50.748Z | Checking tungstenite v0.20.1 |
1897 | 2024-08-28T03:20:50.948Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1898 | 2024-08-28T03:20:51.108Z | Checking env_logger v0.9.3 |
1899 | 2024-08-28T03:20:51.432Z | Compiling derive_more v0.99.18 |
1900 | 2024-08-28T03:20:51.582Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1901 | 2024-08-28T03:20:51.618Z | Checking tokio-tungstenite v0.20.1 |
1902 | 2024-08-28T03:20:51.968Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1903 | 2024-08-28T03:20:52.123Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1904 | 2024-08-28T03:20:52.254Z | Compiling bitstruct_derive v0.1.0 |
1905 | 2024-08-28T03:20:52.345Z | Checking ascii v1.1.0 |
1906 | 2024-08-28T03:20:52.348Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1907 | 2024-08-28T03:20:52.489Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1908 | 2024-08-28T03:20:52.522Z | Checking atomicwrites v0.4.3 |
1909 | 2024-08-28T03:20:52.666Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1910 | 2024-08-28T03:20:52.705Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1911 | 2024-08-28T03:20:52.726Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1912 | 2024-08-28T03:20:52.750Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1913 | 2024-08-28T03:20:52.768Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1914 | 2024-08-28T03:20:52.943Z | Checking serde_arrays v0.1.0 |
1915 | 2024-08-28T03:20:52.973Z | Checking erased-serde v0.3.31 |
1916 | 2024-08-28T03:20:52.994Z | Compiling heck v0.3.3 |
1917 | 2024-08-28T03:20:53.095Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1918 | 2024-08-28T03:20:53.416Z | Compiling zone_cfg_derive v0.1.2 |
1919 | 2024-08-28T03:20:53.441Z | Checking yasna v0.5.2 |
1920 | 2024-08-28T03:20:53.623Z | Checking bitstruct v0.1.1 |
1921 | 2024-08-28T03:20:53.684Z | Checking headers-core v0.2.0 |
1922 | 2024-08-28T03:20:53.743Z | Checking base64 v0.13.1 |
1923 | 2024-08-28T03:20:53.829Z | Checking headers v0.3.9 |
1924 | 2024-08-28T03:20:54.083Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1925 | 2024-08-28T03:20:54.155Z | Checking ron v0.7.1 |
1926 | 2024-08-28T03:20:54.296Z | Checking rcgen v0.12.1 |
1927 | 2024-08-28T03:20:54.735Z | Checking mockall v0.13.0 |
1928 | 2024-08-28T03:20:54.916Z | Checking zone v0.1.8 |
1929 | 2024-08-28T03:20:54.992Z | Checking portpicker v0.1.1 |
1930 | 2024-08-28T03:20:54.995Z | Checking subprocess v0.2.9 |
1931 | 2024-08-28T03:20:55.131Z | Checking highway v1.2.0 |
1932 | 2024-08-28T03:20:55.252Z | Compiling prettyplease v0.2.20 |
1933 | 2024-08-28T03:20:55.544Z | Compiling semver v0.1.20 |
1934 | 2024-08-28T03:20:55.567Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1935 | 2024-08-28T03:20:55.570Z | Checking half v2.4.1 |
1936 | 2024-08-28T03:20:55.637Z | Compiling cookie v0.18.1 |
1937 | 2024-08-28T03:20:55.941Z | Compiling rustc_version v0.1.7 |
1938 | 2024-08-28T03:20:56.073Z | Checking ciborium-io v0.2.2 |
1939 | 2024-08-28T03:20:56.210Z | Checking ciborium-ll v0.2.2 |
1940 | 2024-08-28T03:20:56.263Z | Checking linked-hash-map v0.5.6 |
1941 | 2024-08-28T03:20:56.459Z | Compiling newtype_derive v0.1.6 |
1942 | 2024-08-28T03:20:56.509Z | Checking ciborium v0.2.2 |
1943 | 2024-08-28T03:20:56.606Z | Checking lru-cache v0.1.2 |
1944 | 2024-08-28T03:20:56.634Z | Compiling rayon-core v1.12.1 |
1945 | 2024-08-28T03:20:56.800Z | Checking resolv-conf v0.7.0 |
1946 | 2024-08-28T03:20:56.993Z | Checking swrite v0.1.0 |
1947 | 2024-08-28T03:20:57.061Z | Checking steno v0.4.1 |
1948 | 2024-08-28T03:20:57.186Z | Checking hickory-resolver v0.24.1 |
1949 | 2024-08-28T03:20:57.208Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1950 | 2024-08-28T03:20:57.361Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1951 | 2024-08-28T03:20:58.097Z | Compiling home v0.5.9 |
1952 | 2024-08-28T03:21:00.205Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1953 | 2024-08-28T03:21:02.702Z | Compiling slog-dtrace v0.3.0 |
1954 | 2024-08-28T03:21:03.040Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1955 | 2024-08-28T03:21:03.089Z | Compiling blake3 v1.5.1 |
1956 | 2024-08-28T03:21:03.111Z | Compiling ring v0.16.20 |
1957 | 2024-08-28T03:21:03.350Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1958 | 2024-08-28T03:21:03.747Z | Compiling cancel-safe-futures v0.1.5 |
1959 | 2024-08-28T03:21:04.369Z | Checking itertools v0.13.0 |
1960 | 2024-08-28T03:21:04.429Z | Checking libsw v3.3.1 |
1961 | 2024-08-28T03:21:04.566Z | Checking owo-colors v4.0.0 |
1962 | 2024-08-28T03:21:04.703Z | Checking linear-map v1.2.0 |
1963 | 2024-08-28T03:21:05.046Z | Compiling crossbeam-deque v0.8.5 |
1964 | 2024-08-28T03:21:05.465Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1965 | 2024-08-28T03:21:06.469Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1966 | 2024-08-28T03:21:06.739Z | Compiling memmap2 v0.9.4 |
1967 | 2024-08-28T03:21:06.948Z | Compiling arrayvec v0.7.4 |
1968 | 2024-08-28T03:21:07.071Z | Compiling arrayref v0.3.7 |
1969 | 2024-08-28T03:21:07.189Z | Compiling untrusted v0.7.1 |
1970 | 2024-08-28T03:21:07.263Z | Compiling spin v0.5.2 |
1971 | 2024-08-28T03:21:07.357Z | Compiling rayon v1.10.0 |
1972 | 2024-08-28T03:21:07.395Z | Compiling constant_time_eq v0.3.0 |
1973 | 2024-08-28T03:21:08.078Z | Compiling toolchain_find v0.4.0 |
1974 | 2024-08-28T03:21:08.300Z | Compiling topological-sort v0.2.2 |
1975 | 2024-08-28T03:21:08.538Z | Compiling rustfmt-wrapper v0.2.1 |
1976 | 2024-08-28T03:21:08.775Z | Checking display-error-chain v0.2.0 |
1977 | 2024-08-28T03:21:08.927Z | Checking nibble_vec v0.1.0 |
1978 | 2024-08-28T03:21:09.131Z | Checking endian-type v0.1.2 |
1979 | 2024-08-28T03:21:09.153Z | Checking fxhash v0.2.1 |
1980 | 2024-08-28T03:21:09.338Z | Checking keccak v0.1.5 |
1981 | 2024-08-28T03:21:09.356Z | Checking radix_trie v0.2.1 |
1982 | 2024-08-28T03:21:09.541Z | Checking secrecy v0.8.0 |
1983 | 2024-08-28T03:21:09.681Z | Checking sha3 v0.10.8 |
1984 | 2024-08-28T03:21:09.756Z | Checking universal-hash v0.5.1 |
1985 | 2024-08-28T03:21:09.778Z | Checking opaque-debug v0.3.1 |
1986 | 2024-08-28T03:21:09.881Z | Checking maplit v1.0.2 |
1987 | 2024-08-28T03:21:09.943Z | Compiling curve25519-dalek v4.1.3 |
1988 | 2024-08-28T03:21:09.997Z | Compiling radium v0.7.0 |
1989 | 2024-08-28T03:21:10.088Z | Checking aead v0.5.2 |
1990 | 2024-08-28T03:21:10.320Z | Compiling curve25519-dalek-derive v0.1.1 |
1991 | 2024-08-28T03:21:10.518Z | Compiling maybe-uninit v2.0.0 |
1992 | 2024-08-28T03:21:10.698Z | Checking tap v1.0.1 |
1993 | 2024-08-28T03:21:10.863Z | Checking wyz v0.5.1 |
1994 | 2024-08-28T03:21:11.080Z | Checking poly1305 v0.8.0 |
1995 | 2024-08-28T03:21:11.155Z | Checking chacha20 v0.9.1 |
1996 | 2024-08-28T03:21:11.249Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1997 | 2024-08-28T03:21:11.382Z | Checking funty v2.0.0 |
1998 | 2024-08-28T03:21:11.505Z | Compiling packed_struct v0.10.1 |
1999 | 2024-08-28T03:21:11.591Z | Checking crc-catalog v2.4.0 |
2000 | 2024-08-28T03:21:12.023Z | Checking crc v3.2.1 |
2001 | 2024-08-28T03:21:12.172Z | Checking gethostname v0.5.0 |
2002 | 2024-08-28T03:21:12.309Z | Checking kstat-rs v0.2.4 |
2003 | 2024-08-28T03:21:12.369Z | Compiling omicron-zone-package v0.11.0 |
2004 | 2024-08-28T03:21:12.427Z | Checking bitvec v1.0.1 |
2005 | 2024-08-28T03:21:12.630Z | Compiling packed_struct_codegen v0.10.1 |
2006 | 2024-08-28T03:21:12.685Z | Compiling indexmap v1.9.3 |
2007 | 2024-08-28T03:21:12.961Z | Checking nodrop v0.1.14 |
2008 | 2024-08-28T03:21:12.987Z | Compiling libefi-sys v0.1.0 |
2009 | 2024-08-28T03:21:13.066Z | Checking array-init v0.0.4 |
2010 | 2024-08-28T03:21:13.343Z | Checking smallvec v0.6.14 |
2011 | 2024-08-28T03:21:13.557Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2012 | 2024-08-28T03:21:13.713Z | Compiling bitfield-struct v0.6.1 |
2013 | 2024-08-28T03:21:13.769Z | Checking hashbrown v0.12.3 |
2014 | 2024-08-28T03:21:13.964Z | Checking bitfield v0.14.0 |
2015 | 2024-08-28T03:21:14.109Z | Checking serde-hex v0.1.0 |
2016 | 2024-08-28T03:21:14.243Z | Checking bzip2 v0.4.4 |
2017 | 2024-08-28T03:21:14.946Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2018 | 2024-08-28T03:21:15.166Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2019 | 2024-08-28T03:21:15.201Z | Checking env_logger v0.10.2 |
2020 | 2024-08-28T03:21:15.409Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2021 | 2024-08-28T03:21:15.488Z | Checking ron v0.8.1 |
2022 | 2024-08-28T03:21:15.609Z | Checking x509-cert v0.2.5 |
2023 | 2024-08-28T03:21:15.701Z | Checking hashbrown v0.13.2 |
2024 | 2024-08-28T03:21:15.774Z | Compiling thiserror-impl-no-std v2.0.2 |
2025 | 2024-08-28T03:21:16.731Z | Compiling async-recursion v1.1.1 |
2026 | 2024-08-28T03:21:16.774Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2027 | 2024-08-28T03:21:16.902Z | Checking crc-any v2.5.0 |
2028 | 2024-08-28T03:21:17.265Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2029 | 2024-08-28T03:21:17.296Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2030 | 2024-08-28T03:21:17.559Z | Checking object v0.30.4 |
2031 | 2024-08-28T03:21:17.989Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2032 | 2024-08-28T03:21:18.135Z | Checking zip v0.6.6 |
2033 | 2024-08-28T03:21:18.252Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2034 | 2024-08-28T03:21:18.506Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2035 | 2024-08-28T03:21:18.569Z | Checking path-slash v0.1.5 |
2036 | 2024-08-28T03:21:18.715Z | Compiling parking_lot_core v0.8.6 |
2037 | 2024-08-28T03:21:18.769Z | Checking chacha20poly1305 v0.10.1 |
2038 | 2024-08-28T03:21:18.838Z | Checking glob v0.3.1 |
2039 | 2024-08-28T03:21:18.952Z | Checking hickory-client v0.24.1 |
2040 | 2024-08-28T03:21:18.987Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2041 | 2024-08-28T03:21:19.078Z | Checking thiserror-no-std v2.0.2 |
2042 | 2024-08-28T03:21:19.161Z | Checking hickory-server v0.24.1 |
2043 | 2024-08-28T03:21:19.202Z | Checking vsss-rs v3.3.4 |
2044 | 2024-08-28T03:21:19.326Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2045 | 2024-08-28T03:21:19.555Z | Checking parking_lot v0.11.2 |
2046 | 2024-08-28T03:21:19.585Z | Checking crossterm v0.28.1 |
2047 | 2024-08-28T03:21:19.677Z | Compiling buf-list v1.0.3 |
2048 | 2024-08-28T03:21:19.918Z | Checking sled v0.34.7 |
2049 | 2024-08-28T03:21:20.451Z | Compiling unicase v2.7.0 |
2050 | 2024-08-28T03:21:21.492Z | Checking nanorand v0.7.0 |
2051 | 2024-08-28T03:21:21.827Z | Compiling vte_generate_state_changes v0.1.1 |
2052 | 2024-08-28T03:21:21.877Z | Checking flume v0.11.0 |
2053 | 2024-08-28T03:21:22.233Z | Compiling mime_guess v2.0.4 |
2054 | 2024-08-28T03:21:22.332Z | Checking fd-lock v4.0.2 |
2055 | 2024-08-28T03:21:22.502Z | Checking vte v0.11.1 |
2056 | 2024-08-28T03:21:22.591Z | Compiling dsl_auto_type v0.1.2 |
2057 | 2024-08-28T03:21:22.686Z | Checking crossterm v0.27.0 |
2058 | 2024-08-28T03:21:22.805Z | Checking scheduled-thread-pool v0.2.7 |
2059 | 2024-08-28T03:21:23.041Z | Compiling diesel_table_macro_syntax v0.2.0 |
2060 | 2024-08-28T03:21:23.504Z | Checking nu-ansi-term v0.50.0 |
2061 | 2024-08-28T03:21:23.570Z | Compiling crunchy v0.2.2 |
2062 | 2024-08-28T03:21:23.853Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2063 | 2024-08-28T03:21:23.929Z | Checking strip-ansi-escapes v0.2.0 |
2064 | 2024-08-28T03:21:24.077Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2065 | 2024-08-28T03:21:24.101Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2066 | 2024-08-28T03:21:24.120Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2067 | 2024-08-28T03:21:24.152Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2068 | 2024-08-28T03:21:24.240Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2069 | 2024-08-28T03:21:24.458Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2070 | 2024-08-28T03:21:25.340Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2071 | 2024-08-28T03:21:26.530Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2072 | 2024-08-28T03:21:28.090Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2073 | 2024-08-28T03:21:28.344Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2074 | 2024-08-28T03:21:28.775Z | Checking reedline v0.33.0 |
2075 | 2024-08-28T03:21:28.916Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2076 | 2024-08-28T03:21:29.145Z | Compiling diesel_derives v2.2.2 |
2077 | 2024-08-28T03:21:30.602Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2078 | 2024-08-28T03:21:30.796Z | Checking r2d2 v0.8.10 |
2079 | 2024-08-28T03:21:31.145Z | Compiling clang-sys v1.7.0 |
2080 | 2024-08-28T03:21:31.573Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2081 | 2024-08-28T03:21:31.845Z | Compiling pin-project-internal v1.1.5 |
2082 | 2024-08-28T03:21:31.892Z | Compiling tiny-keccak v2.0.2 |
2083 | 2024-08-28T03:21:32.163Z | Checking http-range v0.1.5 |
2084 | 2024-08-28T03:21:32.265Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2085 | 2024-08-28T03:21:32.344Z | Checking hyper-staticfile v0.9.5 |
2086 | 2024-08-28T03:21:32.825Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2087 | 2024-08-28T03:21:32.864Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2088 | 2024-08-28T03:21:33.123Z | Compiling ref-cast v1.0.23 |
2089 | 2024-08-28T03:21:33.755Z | Compiling ascii-canvas v3.0.0 |
2090 | 2024-08-28T03:21:34.183Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2091 | 2024-08-28T03:21:34.348Z | Compiling ena v0.14.3 |
2092 | 2024-08-28T03:21:34.508Z | Compiling ref-cast-impl v1.0.23 |
2093 | 2024-08-28T03:21:34.787Z | Compiling libloading v0.8.3 |
2094 | 2024-08-28T03:21:34.888Z | Checking pin-project v1.1.5 |
2095 | 2024-08-28T03:21:35.029Z | Compiling bindgen v0.69.4 |
2096 | 2024-08-28T03:21:35.251Z | Compiling diff v0.1.13 |
2097 | 2024-08-28T03:21:35.693Z | Checking bytecount v0.6.8 |
2098 | 2024-08-28T03:21:35.860Z | Compiling regex-syntax v0.6.29 |
2099 | 2024-08-28T03:21:35.911Z | Checking papergrid v0.11.0 |
2100 | 2024-08-28T03:21:36.603Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2101 | 2024-08-28T03:21:37.457Z | Compiling which v4.4.2 |
2102 | 2024-08-28T03:21:38.087Z | Compiling tabled_derive v0.7.0 |
2103 | 2024-08-28T03:21:40.674Z | Compiling lalrpop v0.19.12 |
2104 | 2024-08-28T03:21:41.015Z | Compiling cexpr v0.6.0 |
2105 | 2024-08-28T03:21:41.789Z | Compiling rustc-hash v1.1.0 |
2106 | 2024-08-28T03:21:41.988Z | Compiling shlex v1.3.0 |
2107 | 2024-08-28T03:21:42.051Z | Checking diesel v2.2.3 |
2108 | 2024-08-28T03:21:42.421Z | Compiling lazycell v1.3.0 |
2109 | 2024-08-28T03:21:43.609Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2110 | 2024-08-28T03:21:47.252Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2111 | 2024-08-28T03:21:48.660Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2112 | 2024-08-28T03:21:51.374Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2113 | 2024-08-28T03:21:52.483Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2114 | 2024-08-28T03:21:52.485Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2115 | 2024-08-28T03:21:52.695Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2116 | 2024-08-28T03:21:53.982Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2117 | 2024-08-28T03:21:54.147Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2118 | 2024-08-28T03:21:54.474Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2119 | 2024-08-28T03:21:54.516Z | Checking tabled v0.15.0 |
2120 | 2024-08-28T03:21:54.886Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2121 | 2024-08-28T03:21:55.194Z | Compiling derive_builder_core v0.20.0 |
2122 | 2024-08-28T03:21:57.750Z | Checking signal-hook-tokio v0.3.1 |
2123 | 2024-08-28T03:21:57.939Z | Compiling libxml v0.3.3 |
2124 | 2024-08-28T03:21:58.362Z | Compiling derive_builder_macro v0.20.0 |
2125 | 2024-08-28T03:21:58.703Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2126 | 2024-08-28T03:21:59.965Z | Compiling strum_macros v0.24.3 |
2127 | 2024-08-28T03:22:00.004Z | Compiling memoffset v0.9.1 |
2128 | 2024-08-28T03:22:00.348Z | Compiling indoc v1.0.9 |
2129 | 2024-08-28T03:22:01.029Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2130 | 2024-08-28T03:22:01.383Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2131 | 2024-08-28T03:22:01.917Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2132 | 2024-08-28T03:22:02.388Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2133 | 2024-08-28T03:22:03.078Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2134 | 2024-08-28T03:22:03.656Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2135 | 2024-08-28T03:22:03.919Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2136 | 2024-08-28T03:22:05.111Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2137 | 2024-08-28T03:22:07.066Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2138 | 2024-08-28T03:22:07.102Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2139 | 2024-08-28T03:22:07.400Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2140 | 2024-08-28T03:22:07.550Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2141 | 2024-08-28T03:22:07.932Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2142 | 2024-08-28T03:22:09.621Z | Checking derive_builder v0.20.0 |
2143 | 2024-08-28T03:22:10.648Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2144 | 2024-08-28T03:22:10.967Z | Checking quick-xml v0.31.0 |
2145 | 2024-08-28T03:22:11.646Z | Compiling peg-macros v0.8.4 |
2146 | 2024-08-28T03:22:12.798Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2147 | 2024-08-28T03:22:12.858Z | Compiling snafu-derive v0.8.2 |
2148 | 2024-08-28T03:22:14.156Z | Compiling impl-trait-for-tuples v0.2.2 |
2149 | 2024-08-28T03:22:15.509Z | Compiling oso-derive v0.27.3 |
2150 | 2024-08-28T03:22:16.116Z | Compiling sqlparser_derive v0.2.2 |
2151 | 2024-08-28T03:22:16.559Z | Compiling dropshot v0.10.1 |
2152 | 2024-08-28T03:22:17.065Z | Checking unicode_categories v0.1.1 |
2153 | 2024-08-28T03:22:17.270Z | Checking sqlparser v0.45.0 |
2154 | 2024-08-28T03:22:17.429Z | Checking sqlformat v0.2.4 |
2155 | 2024-08-28T03:22:18.464Z | Checking snafu v0.8.2 |
2156 | 2024-08-28T03:22:18.956Z | Checking rustyline v14.0.0 |
2157 | 2024-08-28T03:22:19.452Z | Checking peg v0.8.4 |
2158 | 2024-08-28T03:22:19.724Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2159 | 2024-08-28T03:22:20.703Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2160 | 2024-08-28T03:22:21.269Z | Checking tungstenite v0.23.0 |
2161 | 2024-08-28T03:22:21.662Z | Checking globset v0.4.14 |
2162 | 2024-08-28T03:22:21.965Z | Checking olpc-cjson v0.1.3 |
2163 | 2024-08-28T03:22:22.162Z | Checking bcs v0.1.6 |
2164 | 2024-08-28T03:22:22.209Z | Checking serde_plain v1.0.2 |
2165 | 2024-08-28T03:22:22.231Z | Compiling dropshot_endpoint v0.10.1 |
2166 | 2024-08-28T03:22:22.458Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2167 | 2024-08-28T03:22:22.564Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2168 | 2024-08-28T03:22:22.654Z | Checking typed-path v0.7.1 |
2169 | 2024-08-28T03:22:22.859Z | Checking tokio-tungstenite v0.23.1 |
2170 | 2024-08-28T03:22:22.956Z | Checking nix v0.27.1 |
2171 | 2024-08-28T03:22:23.329Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2172 | 2024-08-28T03:22:23.600Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2173 | 2024-08-28T03:22:23.916Z | Checking bb8 v0.8.5 |
2174 | 2024-08-28T03:22:24.259Z | Checking serde-big-array v0.5.1 |
2175 | 2024-08-28T03:22:24.392Z | Compiling const_format_proc_macros v0.2.32 |
2176 | 2024-08-28T03:22:24.475Z | Checking parse-size v1.0.0 |
2177 | 2024-08-28T03:22:24.544Z | Checking tough v0.17.1 |
2178 | 2024-08-28T03:22:24.983Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2179 | 2024-08-28T03:22:26.717Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2180 | 2024-08-28T03:22:26.892Z | Checking const_format v0.2.32 |
2181 | 2024-08-28T03:22:27.399Z | Checking async-bb8-diesel v0.2.1 |
2182 | 2024-08-28T03:22:28.165Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2183 | 2024-08-28T03:22:28.498Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2184 | 2024-08-28T03:22:29.430Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2185 | 2024-08-28T03:22:30.369Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2186 | 2024-08-28T03:22:31.715Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2187 | 2024-08-28T03:22:31.766Z | Checking assert_matches v1.5.0 |
2188 | 2024-08-28T03:22:31.881Z | Checking heck v0.4.1 |
2189 | 2024-08-28T03:22:31.927Z | Compiling portable-atomic v1.6.0 |
2190 | 2024-08-28T03:22:32.097Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2191 | 2024-08-28T03:22:32.448Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2192 | 2024-08-28T03:22:32.512Z | Checking rand_seeder v0.3.0 |
2193 | 2024-08-28T03:22:32.765Z | Compiling libz-sys v1.1.16 |
2194 | 2024-08-28T03:22:32.962Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2195 | 2024-08-28T03:22:33.606Z | Checking number_prefix v0.4.0 |
2196 | 2024-08-28T03:22:33.825Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2197 | 2024-08-28T03:22:34.069Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2198 | 2024-08-28T03:22:34.109Z | Checking indicatif v0.17.8 |
2199 | 2024-08-28T03:22:35.088Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2200 | 2024-08-28T03:22:36.231Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2201 | 2024-08-28T03:22:36.270Z | Compiling vergen v8.3.2 |
2202 | 2024-08-28T03:22:36.574Z | Compiling cargo-platform v0.1.8 |
2203 | 2024-08-28T03:22:37.189Z | Checking is_ci v1.2.0 |
2204 | 2024-08-28T03:22:37.333Z | Checking smawk v0.3.2 |
2205 | 2024-08-28T03:22:37.569Z | Checking unicode-linebreak v0.1.5 |
2206 | 2024-08-28T03:22:37.633Z | Checking supports-color v3.0.0 |
2207 | 2024-08-28T03:22:37.825Z | Compiling cargo_metadata v0.18.1 |
2208 | 2024-08-28T03:22:37.936Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2209 | 2024-08-28T03:22:37.940Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2210 | 2024-08-28T03:22:37.977Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2211 | 2024-08-28T03:22:38.751Z | Checking textwrap v0.16.1 |
2212 | 2024-08-28T03:22:39.117Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2213 | 2024-08-28T03:22:39.150Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2214 | 2024-08-28T03:22:40.444Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2215 | 2024-08-28T03:22:41.455Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2216 | 2024-08-28T03:22:41.760Z | Checking castaway v0.2.3 |
2217 | 2024-08-28T03:22:41.955Z | Compiling libsqlite3-sys v0.28.0 |
2218 | 2024-08-28T03:22:42.074Z | Checking compact_str v0.8.0 |
2219 | 2024-08-28T03:22:42.587Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2220 | 2024-08-28T03:22:42.990Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2221 | 2024-08-28T03:22:43.313Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2222 | 2024-08-28T03:22:43.632Z | Checking unicode-truncate v1.0.0 |
2223 | 2024-08-28T03:22:43.666Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2224 | 2024-08-28T03:22:43.875Z | Checking lru v0.12.3 |
2225 | 2024-08-28T03:22:44.190Z | Compiling instability v0.3.2 |
2226 | 2024-08-28T03:22:44.481Z | Checking cassowary v0.3.0 |
2227 | 2024-08-28T03:22:44.911Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2228 | 2024-08-28T03:22:45.196Z | Checking hashlink v0.9.1 |
2229 | 2024-08-28T03:22:45.288Z | Checking ratatui v0.28.0 |
2230 | 2024-08-28T03:22:45.795Z | Checking fallible-iterator v0.3.0 |
2231 | 2024-08-28T03:22:46.144Z | Checking fallible-streaming-iterator v0.1.9 |
2232 | 2024-08-28T03:22:46.316Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2233 | 2024-08-28T03:22:46.392Z | Checking rusqlite v0.31.0 |
2234 | 2024-08-28T03:22:46.640Z | Checking twox-hash v1.6.3 |
2235 | 2024-08-28T03:22:47.178Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2236 | 2024-08-28T03:22:47.969Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2237 | 2024-08-28T03:22:48.284Z | Checking fatfs v0.3.6 |
2238 | 2024-08-28T03:22:49.224Z | Checking csv-core v0.1.11 |
2239 | 2024-08-28T03:22:49.540Z | Checking shell-words v1.1.0 |
2240 | 2024-08-28T03:22:49.565Z | Checking csv v1.3.0 |
2241 | 2024-08-28T03:22:49.720Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2242 | 2024-08-28T03:22:50.760Z | Checking rtoolbox v0.0.2 |
2243 | 2024-08-28T03:22:50.954Z | Checking rpassword v7.3.1 |
2244 | 2024-08-28T03:22:52.844Z | Checking tui-tree-widget v0.22.0 |
2245 | 2024-08-28T03:22:53.187Z | Checking polyval v0.6.2 |
2246 | 2024-08-28T03:22:53.468Z | Checking rfc6979 v0.4.0 |
2247 | 2024-08-28T03:22:53.668Z | Checking plotters-backend v0.3.5 |
2248 | 2024-08-28T03:22:54.070Z | Checking plotters-svg v0.3.5 |
2249 | 2024-08-28T03:22:54.298Z | Checking ecdsa v0.16.9 |
2250 | 2024-08-28T03:22:54.993Z | Checking ghash v0.5.1 |
2251 | 2024-08-28T03:22:55.174Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2252 | 2024-08-28T03:22:56.278Z | Checking primeorder v0.13.6 |
2253 | 2024-08-28T03:22:56.826Z | Checking ctr v0.9.2 |
2254 | 2024-08-28T03:22:57.221Z | Checking yansi v0.5.1 |
2255 | 2024-08-28T03:22:57.517Z | Checking cast v0.3.0 |
2256 | 2024-08-28T03:22:57.582Z | Checking pretty_assertions v1.4.0 |
2257 | 2024-08-28T03:22:57.782Z | Checking aes-gcm v0.10.3 |
2258 | 2024-08-28T03:22:57.853Z | Checking criterion-plot v0.5.0 |
2259 | 2024-08-28T03:22:58.018Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2260 | 2024-08-28T03:22:58.343Z | Checking plotters v0.3.5 |
2261 | 2024-08-28T03:23:00.076Z | Checking ed25519 v2.2.3 |
2262 | 2024-08-28T03:23:00.401Z | Checking ssh-encoding v0.2.0 |
2263 | 2024-08-28T03:23:00.765Z | Checking tinytemplate v1.2.1 |
2264 | 2024-08-28T03:23:01.172Z | Checking blowfish v0.9.1 |
2265 | 2024-08-28T03:23:01.438Z | Checking oorandom v11.1.3 |
2266 | 2024-08-28T03:23:01.612Z | Checking option-ext v0.2.0 |
2267 | 2024-08-28T03:23:01.751Z | Checking anes v0.1.6 |
2268 | 2024-08-28T03:23:02.130Z | Checking criterion v0.5.1 |
2269 | 2024-08-28T03:23:04.248Z | Checking dirs-sys v0.4.1 |
2270 | 2024-08-28T03:23:04.452Z | Checking bcrypt-pbkdf v0.10.0 |
2271 | 2024-08-28T03:23:04.719Z | Checking ssh-cipher v0.2.0 |
2272 | 2024-08-28T03:23:04.896Z | Checking ed25519-dalek v2.1.1 |
2273 | 2024-08-28T03:23:04.923Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2274 | 2024-08-28T03:23:05.046Z | Checking password-hash v0.4.2 |
2275 | 2024-08-28T03:23:05.269Z | Checking hex-literal v0.4.1 |
2276 | 2024-08-28T03:23:05.417Z | Checking matches v0.1.10 |
2277 | 2024-08-28T03:23:05.468Z | Checking pbkdf2 v0.11.0 |
2278 | 2024-08-28T03:23:05.527Z | Checking idna v0.2.3 |
2279 | 2024-08-28T03:23:05.772Z | Checking ssh-key v0.6.6 |
2280 | 2024-08-28T03:23:06.337Z | Checking dirs v5.0.1 |
2281 | 2024-08-28T03:23:06.358Z | Checking p521 v0.13.3 |
2282 | 2024-08-28T03:23:06.490Z | Checking p256 v0.13.2 |
2283 | 2024-08-28T03:23:07.007Z | Checking p384 v0.13.0 |
2284 | 2024-08-28T03:23:07.323Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2285 | 2024-08-28T03:23:07.818Z | Checking russh-cryptovec v0.7.2 |
2286 | 2024-08-28T03:23:08.016Z | Compiling enum-as-inner v0.5.1 |
2287 | 2024-08-28T03:23:08.076Z | Checking md5 v0.7.0 |
2288 | 2024-08-28T03:23:08.206Z | Compiling doc-comment v0.3.3 |
2289 | 2024-08-28T03:23:08.375Z | Compiling target-lexicon v0.12.16 |
2290 | 2024-08-28T03:23:08.952Z | Checking russh-keys v0.44.0 |
2291 | 2024-08-28T03:23:09.113Z | Checking trust-dns-proto v0.22.0 |
2292 | 2024-08-28T03:23:09.448Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2293 | 2024-08-28T03:23:10.325Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2294 | 2024-08-28T03:23:11.129Z | Checking http-body v1.0.0 |
2295 | 2024-08-28T03:23:11.155Z | Checking num-bigint v0.4.5 |
2296 | 2024-08-28T03:23:11.348Z | Compiling dhcproto-macros v0.1.0 |
2297 | 2024-08-28T03:23:12.345Z | Compiling assert_cmd v2.0.16 |
2298 | 2024-08-28T03:23:12.783Z | Checking tower-layer v0.3.2 |
2299 | 2024-08-28T03:23:12.955Z | Compiling guppy-workspace-hack v0.1.0 |
2300 | 2024-08-28T03:23:13.034Z | Compiling samael v0.0.15 |
2301 | 2024-08-28T03:23:13.071Z | Checking regex-automata v0.1.10 |
2302 | 2024-08-28T03:23:13.254Z | Checking tower v0.4.13 |
2303 | 2024-08-28T03:23:13.463Z | Checking bstr v0.2.17 |
2304 | 2024-08-28T03:23:13.705Z | Checking russh v0.44.1 |
2305 | 2024-08-28T03:23:13.961Z | Checking dhcproto v0.12.0 |
2306 | 2024-08-28T03:23:14.296Z | Checking hyper v1.3.1 |
2307 | 2024-08-28T03:23:15.614Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2308 | 2024-08-28T03:23:15.822Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2309 | 2024-08-28T03:23:16.254Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2310 | 2024-08-28T03:23:16.633Z | Compiling target-spec v3.2.1 |
2311 | 2024-08-28T03:23:16.815Z | Checking internet-checksum v0.2.1 |
2312 | 2024-08-28T03:23:17.842Z | Checking cfg-expr v0.16.0 |
2313 | 2024-08-28T03:23:18.481Z | Checking hyper-util v0.1.3 |
2314 | 2024-08-28T03:23:18.602Z | Checking httptest v0.15.5 |
2315 | 2024-08-28T03:23:18.999Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2316 | 2024-08-28T03:23:19.331Z | Checking rustls-native-certs v0.7.0 |
2317 | 2024-08-28T03:23:19.493Z | Checking num_cpus v1.16.0 |
2318 | 2024-08-28T03:23:20.075Z | Checking hyper-rustls v0.26.0 |
2319 | 2024-08-28T03:23:20.425Z | Checking threadpool v1.8.1 |
2320 | 2024-08-28T03:23:20.998Z | Checking pathdiff v0.2.1 |
2321 | 2024-08-28T03:23:21.169Z | Compiling toml_edit v0.21.1 |
2322 | 2024-08-28T03:23:21.559Z | Compiling rstest_macros v0.22.0 |
2323 | 2024-08-28T03:23:22.140Z | Checking escape8259 v0.5.2 |
2324 | 2024-08-28T03:23:22.338Z | Checking nested v0.1.1 |
2325 | 2024-08-28T03:23:22.561Z | Checking guppy v0.17.7 |
2326 | 2024-08-28T03:23:23.031Z | Checking libtest-mimic v0.7.3 |
2327 | 2024-08-28T03:23:23.439Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2328 | 2024-08-28T03:23:23.632Z | Compiling proc-macro-crate v3.1.0 |
2329 | 2024-08-28T03:23:24.667Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2330 | 2024-08-28T03:23:24.989Z | Checking similar-asserts v1.5.0 |
2331 | 2024-08-28T03:23:25.178Z | Checking fancy-regex v0.13.0 |
2332 | 2024-08-28T03:23:25.235Z | Compiling trybuild v1.0.99 |
2333 | 2024-08-28T03:23:25.722Z | Compiling relative-path v1.9.3 |
2334 | 2024-08-28T03:23:25.930Z | Checking datatest-stable v0.2.9 |
2335 | 2024-08-28T03:23:26.283Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2336 | 2024-08-28T03:23:26.416Z | Checking blake2b_simd v1.0.2 |
2337 | 2024-08-28T03:23:26.435Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2338 | 2024-08-28T03:23:27.275Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2339 | 2024-08-28T03:23:27.603Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2340 | 2024-08-28T03:23:27.665Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2341 | 2024-08-28T03:23:27.899Z | Compiling git2 v0.19.0 |
2342 | 2024-08-28T03:23:27.925Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2343 | 2024-08-28T03:23:28.199Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2344 | 2024-08-28T03:23:28.237Z | Checking serde_tokenstream v0.2.2 |
2345 | 2024-08-28T03:23:28.360Z | Checking uzers v0.11.3 |
2346 | 2024-08-28T03:23:28.619Z | Checking futures-timer v3.0.3 |
2347 | 2024-08-28T03:23:28.732Z | Checking indent_write v2.2.0 |
2348 | 2024-08-28T03:23:29.022Z | Checking rust-argon2 v2.1.0 |
2349 | 2024-08-28T03:23:29.465Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2350 | 2024-08-28T03:23:30.370Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2351 | 2024-08-28T03:23:31.044Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2352 | 2024-08-28T03:23:31.380Z | Checking rand_distr v0.4.3 |
2353 | 2024-08-28T03:23:32.207Z | Checking multimap v0.10.0 |
2354 | 2024-08-28T03:23:32.519Z | Checking approx v0.5.1 |
2355 | 2024-08-28T03:23:32.785Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2356 | 2024-08-28T03:23:34.255Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2357 | 2024-08-28T03:23:35.772Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2358 | 2024-08-28T03:23:36.197Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2359 | 2024-08-28T03:23:36.371Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2360 | 2024-08-28T03:23:37.162Z | Checking partial-io v0.5.4 |
2361 | 2024-08-28T03:23:37.184Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2362 | 2024-08-28T03:23:37.234Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2363 | 2024-08-28T03:23:37.494Z | Checking cargo_toml v0.20.4 |
2364 | 2024-08-28T03:23:37.532Z | Checking termios v0.3.3 |
2365 | 2024-08-28T03:23:37.765Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2366 | 2024-08-28T03:23:37.787Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2367 | 2024-08-28T03:23:38.732Z | Checking rstest v0.22.0 |
2368 | 2024-08-28T03:23:38.787Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2369 | 2024-08-28T03:23:39.469Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2370 | 2024-08-28T03:23:55.325Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2371 | 2024-08-28T03:24:01.083Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2372 | 2024-08-28T03:24:04.818Z | Compiling polar-core v0.27.3 |
2373 | 2024-08-28T03:24:15.705Z | Checking oso v0.27.3 |
2374 | 2024-08-28T03:24:26.005Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2375 | 2024-08-28T03:24:27.398Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2376 | 2024-08-28T03:24:27.530Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2377 | 2024-08-28T03:25:00.803Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2378 | 2024-08-28T03:25:00.803Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2379 | 2024-08-28T03:25:00.807Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2380 | 2024-08-28T03:26:23.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 22s |
2381 | 2024-08-28T03:26:23.798Z | |
2382 | 2024-08-28T03:26:23.798Z | real 6:27.538432319 |
2383 | 2024-08-28T03:26:23.798Z | user 35:17.522626082 |
2384 | 2024-08-28T03:26:23.802Z | sys 6:10.034066665 |
2385 | 2024-08-28T03:26:23.802Z | trap 0.956875503 |
2386 | 2024-08-28T03:26:23.802Z | tflt 2.753266908 |
2387 | 2024-08-28T03:26:23.802Z | dflt 0.459788203 |
2388 | 2024-08-28T03:26:23.802Z | kflt 0.002565020 |
2389 | 2024-08-28T03:26:23.802Z | lock 54:36.918587285 |
2390 | 2024-08-28T03:26:23.802Z | slp 2:05:16.818873828 |
2391 | 2024-08-28T03:26:23.802Z | lat 1:38.410699885 |
2392 | 2024-08-28T03:26:23.802Z | stop 5:32.548060529 |
2393 | 2024-08-28T03:26:23.802Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2394 | 2024-08-28T03:26:23.802Z | + ptime -m cargo doc --workspace --no-deps |
2395 | 2024-08-28T03:26:24.997Z | warning: output filename collision. |
2396 | 2024-08-28T03:26:24.997Z | 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)`. |
2397 | 2024-08-28T03:26:24.997Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2398 | 2024-08-28T03:26:24.997Z | The targets should have unique names. |
2399 | 2024-08-28T03:26:24.997Z | This is a known bug where multiple crates with the same name use |
2400 | 2024-08-28T03:26:24.997Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2401 | 2024-08-28T03:26:25.369Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2402 | 2024-08-28T03:26:25.429Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2403 | 2024-08-28T03:26:25.445Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2404 | 2024-08-28T03:26:25.480Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2405 | 2024-08-28T03:26:25.510Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2406 | 2024-08-28T03:26:25.533Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2407 | 2024-08-28T03:26:25.533Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2408 | 2024-08-28T03:26:25.751Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2409 | 2024-08-28T03:26:25.782Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2410 | 2024-08-28T03:26:25.786Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2411 | 2024-08-28T03:26:25.816Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2412 | 2024-08-28T03:26:25.816Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2413 | 2024-08-28T03:26:26.057Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2414 | 2024-08-28T03:26:26.076Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2415 | 2024-08-28T03:26:26.310Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2416 | 2024-08-28T03:26:26.503Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2417 | 2024-08-28T03:26:26.525Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2418 | 2024-08-28T03:26:27.649Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2419 | 2024-08-28T03:26:30.604Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2420 | 2024-08-28T03:26:30.608Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2421 | 2024-08-28T03:26:30.823Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2422 | 2024-08-28T03:26:30.953Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2423 | 2024-08-28T03:26:31.168Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2424 | 2024-08-28T03:26:31.306Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2425 | 2024-08-28T03:26:31.500Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2426 | 2024-08-28T03:26:31.665Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2427 | 2024-08-28T03:26:31.861Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2428 | 2024-08-28T03:26:32.063Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2429 | 2024-08-28T03:26:32.371Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2430 | 2024-08-28T03:26:32.389Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2431 | 2024-08-28T03:26:32.678Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2432 | 2024-08-28T03:26:33.061Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2433 | 2024-08-28T03:26:33.079Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2434 | 2024-08-28T03:26:33.387Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2435 | 2024-08-28T03:26:33.574Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2436 | 2024-08-28T03:26:33.907Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2437 | 2024-08-28T03:26:33.959Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2438 | 2024-08-28T03:26:34.079Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2439 | 2024-08-28T03:26:34.241Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2440 | 2024-08-28T03:26:34.444Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2441 | 2024-08-28T03:26:34.448Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2442 | 2024-08-28T03:26:34.584Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2443 | 2024-08-28T03:26:34.599Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2444 | 2024-08-28T03:26:38.913Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2445 | 2024-08-28T03:26:39.021Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2446 | 2024-08-28T03:26:39.702Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2447 | 2024-08-28T03:26:40.289Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2448 | 2024-08-28T03:26:41.674Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2449 | 2024-08-28T03:26:42.274Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2450 | 2024-08-28T03:26:42.583Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2451 | 2024-08-28T03:26:42.932Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2452 | 2024-08-28T03:26:43.805Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2453 | 2024-08-28T03:26:44.068Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2454 | 2024-08-28T03:26:49.164Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2455 | 2024-08-28T03:26:49.674Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2456 | 2024-08-28T03:26:49.703Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2457 | 2024-08-28T03:26:51.095Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2458 | 2024-08-28T03:26:51.854Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2459 | 2024-08-28T03:26:52.585Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2460 | 2024-08-28T03:26:52.632Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2461 | 2024-08-28T03:26:53.858Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2462 | 2024-08-28T03:26:54.122Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2463 | 2024-08-28T03:26:54.456Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2464 | 2024-08-28T03:26:54.479Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2465 | 2024-08-28T03:26:54.575Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2466 | 2024-08-28T03:26:54.705Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2467 | 2024-08-28T03:26:55.164Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2468 | 2024-08-28T03:26:56.029Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2469 | 2024-08-28T03:26:56.160Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2470 | 2024-08-28T03:26:56.281Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2471 | 2024-08-28T03:26:56.300Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2472 | 2024-08-28T03:26:57.519Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2473 | 2024-08-28T03:26:57.663Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2474 | 2024-08-28T03:26:57.683Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2475 | 2024-08-28T03:26:58.174Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2476 | 2024-08-28T03:26:58.488Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2477 | 2024-08-28T03:26:58.688Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2478 | 2024-08-28T03:26:59.118Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2479 | 2024-08-28T03:26:59.243Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2480 | 2024-08-28T03:26:59.808Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2481 | 2024-08-28T03:26:59.832Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2482 | 2024-08-28T03:27:01.015Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2483 | 2024-08-28T03:27:01.209Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2484 | 2024-08-28T03:27:01.389Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2485 | 2024-08-28T03:27:01.548Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2486 | 2024-08-28T03:27:01.828Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2487 | 2024-08-28T03:27:02.625Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2488 | 2024-08-28T03:27:02.642Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2489 | 2024-08-28T03:27:02.949Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2490 | 2024-08-28T03:27:03.939Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2491 | 2024-08-28T03:27:04.519Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2492 | 2024-08-28T03:27:04.896Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2493 | 2024-08-28T03:27:05.041Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2494 | 2024-08-28T03:27:06.363Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2495 | 2024-08-28T03:27:07.466Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2496 | 2024-08-28T03:27:07.492Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2497 | 2024-08-28T03:27:08.169Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2498 | 2024-08-28T03:27:09.725Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2499 | 2024-08-28T03:27:11.073Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2500 | 2024-08-28T03:27:11.726Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2501 | 2024-08-28T03:27:12.031Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2502 | 2024-08-28T03:27:13.087Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2503 | 2024-08-28T03:27:16.224Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2504 | 2024-08-28T03:27:25.188Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2505 | 2024-08-28T03:27:32.794Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2506 | 2024-08-28T03:27:33.950Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2507 | 2024-08-28T03:28:03.433Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2508 | 2024-08-28T03:28:04.090Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2509 | 2024-08-28T03:28:08.027Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2510 | 2024-08-28T03:28:09.795Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2511 | 2024-08-28T03:28:11.996Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2512 | 2024-08-28T03:28:16.317Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2513 | 2024-08-28T03:28:20.507Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2514 | 2024-08-28T03:28:35.221Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2515 | 2024-08-28T03:28:42.621Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2516 | 2024-08-28T03:28:43.503Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2517 | 2024-08-28T03:28:46.277Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2518 | 2024-08-28T03:28:46.940Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2519 | 2024-08-28T03:28:47.293Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2520 | 2024-08-28T03:28:48.430Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2521 | 2024-08-28T03:28:49.669Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2522 | 2024-08-28T03:28:53.283Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2523 | 2024-08-28T03:28:59.194Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2524 | 2024-08-28T03:29:10.456Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2525 | 2024-08-28T03:29:28.567Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2526 | 2024-08-28T03:29:30.907Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2527 | 2024-08-28T03:29:34.818Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2528 | 2024-08-28T03:29:35.381Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2529 | 2024-08-28T03:29:38.529Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2530 | 2024-08-28T03:29:48.965Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2531 | 2024-08-28T03:29:55.745Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2532 | 2024-08-28T03:29:56.257Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2533 | 2024-08-28T03:29:57.072Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2534 | 2024-08-28T03:30:03.262Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2535 | 2024-08-28T03:30:07.994Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2536 | 2024-08-28T03:30:11.011Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2537 | 2024-08-28T03:30:12.266Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2538 | 2024-08-28T03:30:15.956Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2539 | 2024-08-28T03:30:26.568Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2540 | 2024-08-28T03:30:29.558Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2541 | 2024-08-28T03:30:30.184Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2542 | 2024-08-28T03:30:38.730Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2543 | 2024-08-28T03:30:39.554Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2544 | 2024-08-28T03:30:42.295Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2545 | 2024-08-28T03:30:44.342Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2546 | 2024-08-28T03:30:47.952Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2547 | 2024-08-28T03:30:52.786Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2548 | 2024-08-28T03:30:56.549Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2549 | 2024-08-28T03:31:02.160Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2550 | 2024-08-28T03:31:03.480Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2551 | 2024-08-28T03:31:06.020Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2552 | 2024-08-28T03:31:07.437Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2553 | 2024-08-28T03:31:10.063Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2554 | 2024-08-28T03:31:15.195Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2555 | 2024-08-28T03:31:15.236Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2556 | 2024-08-28T03:31:24.254Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2557 | 2024-08-28T03:31:25.232Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2558 | 2024-08-28T03:31:25.531Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2559 | 2024-08-28T03:31:28.503Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2560 | 2024-08-28T03:31:29.637Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2561 | 2024-08-28T03:31:33.911Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2562 | 2024-08-28T03:31:35.272Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2563 | 2024-08-28T03:31:37.682Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2564 | 2024-08-28T03:31:41.541Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2565 | 2024-08-28T03:31:43.765Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2566 | 2024-08-28T03:31:46.437Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2567 | 2024-08-28T03:31:49.344Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2568 | 2024-08-28T03:31:50.551Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2569 | 2024-08-28T03:31:51.636Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2570 | 2024-08-28T03:31:53.603Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2571 | 2024-08-28T03:31:55.561Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2572 | 2024-08-28T03:32:05.536Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2573 | 2024-08-28T03:32:06.491Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2574 | 2024-08-28T03:32:07.170Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2575 | 2024-08-28T03:32:08.593Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2576 | 2024-08-28T03:32:08.835Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2577 | 2024-08-28T03:32:09.181Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2578 | 2024-08-28T03:32:11.760Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2579 | 2024-08-28T03:32:15.645Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2580 | 2024-08-28T03:32:19.458Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2581 | 2024-08-28T03:32:21.449Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2582 | 2024-08-28T03:32:22.982Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2583 | 2024-08-28T03:32:23.556Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2584 | 2024-08-28T03:32:25.586Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2585 | 2024-08-28T03:32:26.435Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2586 | 2024-08-28T03:32:28.165Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2587 | 2024-08-28T03:32:30.126Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2588 | 2024-08-28T03:32:31.062Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2589 | 2024-08-28T03:32:35.571Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2590 | 2024-08-28T03:32:35.868Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2591 | 2024-08-28T03:32:37.000Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2592 | 2024-08-28T03:32:38.809Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2593 | 2024-08-28T03:32:39.721Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2594 | 2024-08-28T03:32:41.797Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2595 | 2024-08-28T03:32:41.989Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2596 | 2024-08-28T03:32:42.515Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2597 | 2024-08-28T03:32:42.945Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2598 | 2024-08-28T03:32:43.409Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2599 | 2024-08-28T03:32:44.436Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2600 | 2024-08-28T03:32:46.638Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2601 | 2024-08-28T03:32:47.775Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2602 | 2024-08-28T03:32:48.114Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2603 | 2024-08-28T03:32:48.457Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2604 | 2024-08-28T03:32:48.842Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2605 | 2024-08-28T03:33:20.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 57s |
2606 | 2024-08-28T03:33:21.121Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 124 other files |
2607 | 2024-08-28T03:33:21.179Z | |
2608 | 2024-08-28T03:33:21.183Z | real 6:57.449390662 |
2609 | 2024-08-28T03:33:21.183Z | user 21:12.224309398 |
2610 | 2024-08-28T03:33:21.183Z | sys 30:34.901416857 |
2611 | 2024-08-28T03:33:21.183Z | trap 0.349061057 |
2612 | 2024-08-28T03:33:21.183Z | tflt 0.182925671 |
2613 | 2024-08-28T03:33:21.183Z | dflt 0.178188741 |
2614 | 2024-08-28T03:33:21.183Z | kflt 0.000000000 |
2615 | 2024-08-28T03:33:21.184Z | lock 1:06:28.765884161 |
2616 | 2024-08-28T03:33:21.184Z | slp 1:57:37.060248552 |
2617 | 2024-08-28T03:33:21.184Z | lat 1:06.264710811 |
2618 | 2024-08-28T03:33:21.184Z | stop 56.558638320 |
2619 | 2024-08-28T03:33:21.184Z | process exited: duration 1027047 ms, exit code 0 |
|
2620 | 2024-08-28T03:33:21.190Z | found 0 output files |