|
|
|
1 | 2024-08-16T19:50:59.574Z | job assigned to worker 01J5EBV3738G7QRW73AYX1N6CV (queued for 57 s) |
|
2 | 2024-08-16T19:51:07.178Z | starting task 0: "setup" |
3 | 2024-08-16T19:51:07.188Z | ++ uname -s |
4 | 2024-08-16T19:51:07.191Z | + kern=SunOS |
5 | 2024-08-16T19:51:07.191Z | + case "$kern" in |
6 | 2024-08-16T19:51:07.191Z | + groupadd -g 12345 build |
7 | 2024-08-16T19:51:07.193Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-16T19:51:09.205Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-16T19:51:09.307Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-16T19:51:09.310Z | + home_fs=zfs |
11 | 2024-08-16T19:51:09.310Z | + [[ zfs == autofs ]] |
12 | 2024-08-16T19:51:09.310Z | + mkdir -p /home/build |
13 | 2024-08-16T19:51:09.313Z | + chown build:build /home/build /work |
14 | 2024-08-16T19:51:11.315Z | + chmod 0700 /home/build /work |
15 | 2024-08-16T19:51:11.317Z | process exited: duration 4140 ms, exit code 0 |
|
16 | 2024-08-16T19:51:11.323Z | starting task 1: "rust-toolchain" |
17 | 2024-08-16T19:51:11.329Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-16T19:51:11.329Z | * toolchain channel = "1.80.1" |
19 | 2024-08-16T19:51:11.329Z | ' 1.80.1 |
20 | 2024-08-16T19:51:11.329Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-16T19:51:11.329Z | ' default |
22 | 2024-08-16T19:51:11.329Z | * toolchain profile = "default" |
23 | 2024-08-16T19:51:11.331Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-16T19:51:11.331Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-16T19:51:11.555Z | info: downloading installer |
26 | 2024-08-16T19:51:12.784Z | info: profile set to 'default' |
27 | 2024-08-16T19:51:12.784Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-16T19:51:12.786Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-16T19:51:12.939Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-16T19:51:12.939Z | info: downloading component 'cargo' |
31 | 2024-08-16T19:51:13.782Z | info: downloading component 'clippy' |
32 | 2024-08-16T19:51:14.084Z | info: downloading component 'rust-docs' |
33 | 2024-08-16T19:51:15.259Z | info: downloading component 'rust-std' |
34 | 2024-08-16T19:51:16.925Z | info: downloading component 'rustc' |
35 | 2024-08-16T19:51:21.664Z | info: downloading component 'rustfmt' |
36 | 2024-08-16T19:51:21.916Z | info: installing component 'cargo' |
37 | 2024-08-16T19:51:22.729Z | info: installing component 'clippy' |
38 | 2024-08-16T19:51:23.101Z | info: installing component 'rust-docs' |
39 | 2024-08-16T19:51:24.742Z | info: installing component 'rust-std' |
40 | 2024-08-16T19:51:26.399Z | info: installing component 'rustc' |
41 | 2024-08-16T19:51:30.688Z | info: installing component 'rustfmt' |
42 | 2024-08-16T19:51:31.025Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-16T19:51:31.025Z | |
44 | 2024-08-16T19:51:31.277Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-16T19:51:31.277Z | |
46 | 2024-08-16T19:51:31.280Z | |
47 | 2024-08-16T19:51:31.280Z | Rust is installed now. Great! |
48 | 2024-08-16T19:51:31.280Z | |
49 | 2024-08-16T19:51:31.280Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-16T19:51:31.280Z | environment variable. This has not been done automatically. |
51 | 2024-08-16T19:51:31.280Z | |
52 | 2024-08-16T19:51:31.280Z | To configure your current shell, you need to source |
53 | 2024-08-16T19:51:31.280Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-16T19:51:31.280Z | |
55 | 2024-08-16T19:51:31.280Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-16T19:51:31.280Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-16T19:51:31.280Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-16T19:51:31.330Z | + rustc --version |
59 | 2024-08-16T19:51:31.393Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-16T19:51:31.396Z | process exited: duration 20070 ms, exit code 0 |
|
61 | 2024-08-16T19:51:31.402Z | starting task 2: "authentication" |
62 | 2024-08-16T19:51:31.423Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-16T19:51:31.431Z | starting task 3: "clone repository" |
64 | 2024-08-16T19:51:31.434Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-16T19:51:31.436Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-16T19:51:31.483Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-16T19:51:37.756Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-16T19:51:37.756Z | + git fetch origin ec973ea5a1857f32938dfea8f779f75404cb60bb |
69 | 2024-08-16T19:51:38.036Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-16T19:51:38.036Z | * branch ec973ea5a1857f32938dfea8f779f75404cb60bb -> FETCH_HEAD |
71 | 2024-08-16T19:51:38.048Z | + [[ -n eliza/oximeter-err-display ]] |
72 | 2024-08-16T19:51:38.051Z | ++ git branch --show-current |
73 | 2024-08-16T19:51:38.051Z | + current=main |
74 | 2024-08-16T19:51:38.051Z | + [[ main != eliza/oximeter-err-display ]] |
75 | 2024-08-16T19:51:38.051Z | + git branch -f eliza/oximeter-err-display ec973ea5a1857f32938dfea8f779f75404cb60bb |
76 | 2024-08-16T19:51:38.054Z | + git checkout -f eliza/oximeter-err-display |
77 | 2024-08-16T19:51:38.362Z | Switched to branch 'eliza/oximeter-err-display' |
78 | 2024-08-16T19:51:38.373Z | + git reset --hard ec973ea5a1857f32938dfea8f779f75404cb60bb |
79 | 2024-08-16T19:51:38.373Z | HEAD is now at ec973ea5a [oximeter] Use `fmt::Display` for TOML errors |
80 | 2024-08-16T19:51:38.373Z | process exited: duration 6916 ms, exit code 0 |
|
81 | 2024-08-16T19:51:38.382Z | starting task 4: "build" |
82 | 2024-08-16T19:51:38.388Z | + cargo --version |
83 | 2024-08-16T19:51:38.442Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-16T19:51:38.445Z | + rustc --version |
85 | 2024-08-16T19:51:38.502Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-16T19:51:38.505Z | + source ./env.sh |
87 | 2024-08-16T19:51:38.505Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-16T19:51:38.505Z | ++ set -o xtrace |
89 | 2024-08-16T19:51:38.507Z | ++++ dirname ./env.sh |
90 | 2024-08-16T19:51:38.510Z | +++ readlink -f . |
91 | 2024-08-16T19:51:38.513Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-16T19:51:38.513Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-16T19:51:38.513Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-16T19:51:38.513Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-08-16T19:51:38.513Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-08-16T19:51:38.513Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-08-16T19:51:38.513Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-08-16T19:51:38.513Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-08-16T19:51:38.514Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-08-16T19:51:38.514Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-16T19:51:38.514Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-16T19:51:38.514Z | + banner prerequisites |
103 | 2024-08-16T19:51:38.517Z | |
104 | 2024-08-16T19:51:38.517Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-16T19:51:38.517Z | # # # # # # # # # # # # # # # |
106 | 2024-08-16T19:51:38.517Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-16T19:51:38.517Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-16T19:51:38.517Z | # # # # # # # # # # # # # # # |
109 | 2024-08-16T19:51:38.517Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-16T19:51:38.517Z | |
111 | 2024-08-16T19:51:38.517Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-16T19:51:42.997Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-16T19:51:45.134Z | Startup: Caching catalogs ... Done |
114 | 2024-08-16T19:51:47.053Z | Planning: Solver setup ... Done (1.249s) |
115 | 2024-08-16T19:51:47.075Z | Planning: Running solver ... Done (0.021s) |
116 | 2024-08-16T19:51:47.115Z | Planning: Finding local manifests ... Done (0.003s) |
117 | 2024-08-16T19:51:47.128Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-08-16T19:51:47.397Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-08-16T19:51:47.447Z | Planning: Package planning ... Done (0.051s) |
120 | 2024-08-16T19:51:47.497Z | Planning: Merging actions ... Done (0.050s) |
121 | 2024-08-16T19:51:47.803Z | Planning: Checking for conflicting actions ... Done (0.306s) |
122 | 2024-08-16T19:51:47.815Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-08-16T19:51:48.810Z | Planning: Evaluating mediators ... Done (0.995s) |
124 | 2024-08-16T19:51:48.821Z | Planning: Planning completed in 3.61 seconds |
125 | 2024-08-16T19:51:48.836Z | Packages to install: 4 |
126 | 2024-08-16T19:51:48.836Z | Mediators to change: 2 |
127 | 2024-08-16T19:51:48.838Z | Services to change: 1 |
128 | 2024-08-16T19:51:48.838Z | Estimated space available: 155.72 GB |
129 | 2024-08-16T19:51:48.838Z | Estimated space to be consumed: 1.48 GB |
130 | 2024-08-16T19:51:48.838Z | Create boot environment: No |
131 | 2024-08-16T19:51:48.838Z | Create backup boot environment: No |
132 | 2024-08-16T19:51:48.838Z | Rebuild boot archive: No |
133 | 2024-08-16T19:51:48.839Z | |
134 | 2024-08-16T19:51:48.839Z | Changed mediators: |
135 | 2024-08-16T19:51:48.839Z | mediator clang: |
136 | 2024-08-16T19:51:48.839Z | version: None -> 15 (system default) |
137 | 2024-08-16T19:51:48.839Z | |
138 | 2024-08-16T19:51:48.839Z | mediator llvm: |
139 | 2024-08-16T19:51:48.839Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-08-16T19:51:48.839Z | |
141 | 2024-08-16T19:51:48.839Z | Changed packages: |
142 | 2024-08-16T19:51:48.839Z | helios-dev |
143 | 2024-08-16T19:51:48.839Z | developer/build-essential |
144 | 2024-08-16T19:51:48.839Z | None -> 11-2.0 |
145 | 2024-08-16T19:51:48.839Z | library/libxmlsec1 |
146 | 2024-08-16T19:51:48.839Z | None -> 1.2.35-2.0 |
147 | 2024-08-16T19:51:48.839Z | ooce/developer/clang-15 |
148 | 2024-08-16T19:51:48.839Z | None -> 15.0.7-2.0 |
149 | 2024-08-16T19:51:48.839Z | ooce/developer/llvm-15 |
150 | 2024-08-16T19:51:48.839Z | None -> 15.0.7-2.0 |
151 | 2024-08-16T19:51:48.839Z | |
152 | 2024-08-16T19:51:48.839Z | Services: |
153 | 2024-08-16T19:51:48.839Z | restart_fmri: |
154 | 2024-08-16T19:51:48.839Z | svc:/system/update-man-index:default |
155 | 2024-08-16T19:51:48.885Z | |
156 | 2024-08-16T19:51:48.885Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-08-16T19:51:53.892Z | Download: 819/3290 items 18.6/212.6MB 8% complete (3.8M/s) |
158 | 2024-08-16T19:51:58.900Z | Download: 1253/3290 items 103.8/212.6MB 48% complete (10.4M/s) |
159 | 2024-08-16T19:52:05.790Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (10.1M/s) |
160 | 2024-08-16T19:52:10.791Z | Download: 2708/3290 items 120.7/212.6MB 56% complete (353k/s) |
161 | 2024-08-16T19:52:16.105Z | Download: 3244/3290 items 203.0/212.6MB 95% complete (8.6M/s) |
162 | 2024-08-16T19:52:27.360Z | Download: 3248/3290 items 203.1/212.6MB 95% complete |
163 | 2024-08-16T19:52:34.165Z | Download: 3289/3290 items 212.5/212.6MB 99% complete (2.2M/s) |
164 | 2024-08-16T19:52:34.165Z | Download: Completed 212.60 MB in 43.61 seconds (4.9M/s) |
165 | 2024-08-16T19:52:34.165Z | Actions: 1/3689 actions (Installing new actions) |
166 | 2024-08-16T19:52:37.317Z | Actions: Completed 3689 actions in 4.58 seconds. |
167 | 2024-08-16T19:52:37.593Z | Done (0.271s) |
168 | 2024-08-16T19:52:37.593Z | Done (0.000s) |
169 | 2024-08-16T19:52:37.956Z | Done (0.363s) |
170 | 2024-08-16T19:52:42.170Z | Done (4.039s) |
171 | 2024-08-16T19:52:42.260Z | Done (0.018s) |
172 | 2024-08-16T19:52:42.262Z | Done (0.000s) |
173 | 2024-08-16T19:52:42.436Z | Done (0.000s) |
174 | 2024-08-16T19:52:43.024Z | Planning: Evaluating mediator changes ... Done |
175 | 2024-08-16T19:52:43.182Z | Planning: Checking for conflicting actions ... Done |
176 | 2024-08-16T19:52:43.185Z | Planning: Consolidating action changes ... Done |
177 | 2024-08-16T19:52:43.448Z | Planning: Evaluating mediators ... Done |
178 | 2024-08-16T19:52:43.450Z | Planning: Planning completed in 0.43 seconds |
179 | 2024-08-16T19:52:43.483Z | Mediators to change: 2 |
180 | 2024-08-16T19:52:43.483Z | Create boot environment: No |
181 | 2024-08-16T19:52:43.485Z | Create backup boot environment: No |
182 | 2024-08-16T19:52:43.556Z | Done |
183 | 2024-08-16T19:52:43.556Z | Done |
184 | 2024-08-16T19:52:43.789Z | Done |
185 | 2024-08-16T19:52:47.370Z | Done |
186 | 2024-08-16T19:52:47.454Z | Done |
187 | 2024-08-16T19:52:47.456Z | Done |
188 | 2024-08-16T19:52:47.573Z | Done |
189 | 2024-08-16T19:52:48.181Z | Planning: Evaluating mediator changes ... Done |
190 | 2024-08-16T19:52:48.183Z | Planning: Merging actions ... Done |
191 | 2024-08-16T19:52:48.371Z | Planning: Checking for conflicting actions ... Done |
192 | 2024-08-16T19:52:48.373Z | Planning: Consolidating action changes ... Done |
193 | 2024-08-16T19:52:48.635Z | Planning: Evaluating mediators ... Done |
194 | 2024-08-16T19:52:48.692Z | Planning: Planning completed in 0.75 seconds |
195 | 2024-08-16T19:52:48.728Z | Packages to change: 1 |
196 | 2024-08-16T19:52:48.728Z | Mediators to change: 1 |
197 | 2024-08-16T19:52:48.730Z | Services to change: 1 |
198 | 2024-08-16T19:52:48.730Z | Create boot environment: No |
199 | 2024-08-16T19:52:48.730Z | Create backup boot environment: Yes |
200 | 2024-08-16T19:52:50.755Z | Actions: 1/6 actions (Updating modified actions) |
201 | 2024-08-16T19:52:50.757Z | Actions: Completed 6 actions in 0.00 seconds. |
202 | 2024-08-16T19:52:50.758Z | Done |
203 | 2024-08-16T19:52:50.758Z | Done |
204 | 2024-08-16T19:52:50.834Z | Done |
205 | 2024-08-16T19:52:54.484Z | Done |
206 | 2024-08-16T19:52:54.582Z | Done |
207 | 2024-08-16T19:52:54.603Z | Done |
208 | 2024-08-16T19:52:54.679Z | Done |
209 | 2024-08-16T19:52:55.122Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
210 | 2024-08-16T19:52:55.122Z | clang system 15 system |
211 | 2024-08-16T19:52:55.122Z | csh system system illumos |
212 | 2024-08-16T19:52:55.122Z | ctags system system illumos |
213 | 2024-08-16T19:52:55.122Z | gcc vendor 12 vendor |
214 | 2024-08-16T19:52:55.122Z | gcc system 10 system |
215 | 2024-08-16T19:52:55.122Z | gcc system 7 system |
216 | 2024-08-16T19:52:55.123Z | go system 1.20 system |
217 | 2024-08-16T19:52:55.123Z | go system 1.19 system |
218 | 2024-08-16T19:52:55.123Z | llvm system 15 system |
219 | 2024-08-16T19:52:55.123Z | llvm system 14 system |
220 | 2024-08-16T19:52:55.123Z | mariadb system 10.6 system |
221 | 2024-08-16T19:52:55.123Z | mta vendor vendor dma |
222 | 2024-08-16T19:52:55.123Z | openjdk system 17 system |
223 | 2024-08-16T19:52:55.123Z | openjdk system 11 system |
224 | 2024-08-16T19:52:55.123Z | openjdk system 1.8 system |
225 | 2024-08-16T19:52:55.123Z | openssl vendor 3 vendor |
226 | 2024-08-16T19:52:55.123Z | perl system 5.36 system |
227 | 2024-08-16T19:52:55.124Z | postgresql system 15 system |
228 | 2024-08-16T19:52:55.124Z | postgresql system 13 system |
229 | 2024-08-16T19:52:55.124Z | python vendor 3 vendor |
230 | 2024-08-16T19:52:55.124Z | python system 2 system |
231 | 2024-08-16T19:52:55.124Z | python3 system 3.11 system |
232 | 2024-08-16T19:52:55.124Z | ruby system 3.0 system |
233 | 2024-08-16T19:52:55.124Z | words vendor vendor american-english |
234 | 2024-08-16T19:52:55.124Z | words system system australian-english |
235 | 2024-08-16T19:52:55.124Z | words system system british-english |
236 | 2024-08-16T19:52:55.124Z | words system system canadian-english |
237 | 2024-08-16T19:52:55.124Z | words system system french |
238 | 2024-08-16T19:52:55.124Z | words system system italian |
239 | 2024-08-16T19:52:55.124Z | words system system ngerman |
240 | 2024-08-16T19:52:55.124Z | words system system ogerman |
241 | 2024-08-16T19:52:55.124Z | words system system spanish |
242 | 2024-08-16T19:52:55.464Z | PUBLISHER TYPE STATUS P LOCATION |
243 | 2024-08-16T19:52:55.464Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
244 | 2024-08-16T19:52:57.198Z | FMRI IFO |
245 | 2024-08-16T19:52:57.198Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
246 | 2024-08-16T19:52:57.198Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
247 | 2024-08-16T19:52:57.198Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
248 | 2024-08-16T19:52:57.199Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
249 | 2024-08-16T19:52:57.199Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
250 | 2024-08-16T19:52:57.199Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
251 | 2024-08-16T19:52:57.199Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
252 | 2024-08-16T19:52:57.199Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
253 | 2024-08-16T19:52:57.199Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
254 | 2024-08-16T19:52:57.199Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
255 | 2024-08-16T19:52:57.199Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
256 | 2024-08-16T19:52:57.199Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
257 | 2024-08-16T19:52:57.798Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
258 | 2024-08-16T19:52:58.053Z | Updating git repository `https://github.com/oxidecomputer/zone` |
259 | 2024-08-16T19:52:58.296Z | Updating crates.io index |
260 | 2024-08-16T19:52:58.340Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
261 | 2024-08-16T19:52:59.101Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
262 | 2024-08-16T19:52:59.855Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
263 | 2024-08-16T19:53:00.087Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
264 | 2024-08-16T19:53:01.672Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
265 | 2024-08-16T19:53:01.930Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
266 | 2024-08-16T19:53:02.168Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
267 | 2024-08-16T19:53:03.242Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
268 | 2024-08-16T19:53:05.087Z | Updating git repository `https://github.com/oxidecomputer/opte` |
269 | 2024-08-16T19:53:06.062Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
270 | 2024-08-16T19:53:06.784Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
271 | 2024-08-16T19:53:07.014Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
272 | 2024-08-16T19:53:07.540Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
273 | 2024-08-16T19:53:07.783Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
274 | 2024-08-16T19:53:08.104Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
275 | 2024-08-16T19:53:08.369Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
276 | 2024-08-16T19:53:08.582Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
277 | 2024-08-16T19:53:08.819Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
278 | 2024-08-16T19:53:09.058Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
279 | 2024-08-16T19:53:09.459Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
280 | 2024-08-16T19:53:09.708Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
281 | 2024-08-16T19:53:10.065Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
282 | 2024-08-16T19:53:10.306Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
283 | 2024-08-16T19:53:10.743Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
284 | 2024-08-16T19:53:11.061Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
285 | 2024-08-16T19:53:11.428Z | Updating git repository `https://github.com/oxidecomputer/typify` |
286 | 2024-08-16T19:53:13.571Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
287 | 2024-08-16T19:53:13.826Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
288 | 2024-08-16T19:53:14.092Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
289 | 2024-08-16T19:53:14.521Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
290 | 2024-08-16T19:53:15.764Z | Downloading crates ... |
291 | 2024-08-16T19:53:15.853Z | Downloaded anstyle v1.0.8 |
292 | 2024-08-16T19:53:15.856Z | Downloaded autocfg v1.3.0 |
293 | 2024-08-16T19:53:15.859Z | Downloaded block-buffer v0.10.4 |
294 | 2024-08-16T19:53:15.861Z | Downloaded anstyle-query v1.0.3 |
295 | 2024-08-16T19:53:15.861Z | Downloaded byteorder v1.5.0 |
296 | 2024-08-16T19:53:15.863Z | Downloaded clap_lex v0.7.0 |
297 | 2024-08-16T19:53:15.874Z | Downloaded pretty-hex v0.4.1 |
298 | 2024-08-16T19:53:15.877Z | Downloaded usdt-attr-macro v0.5.0 |
299 | 2024-08-16T19:53:15.879Z | Downloaded scroll_derive v0.12.0 |
300 | 2024-08-16T19:53:15.879Z | Downloaded usdt-macro v0.5.0 |
301 | 2024-08-16T19:53:15.883Z | Downloaded heck v0.4.1 |
302 | 2024-08-16T19:53:15.885Z | Downloaded cfg-if v1.0.0 |
303 | 2024-08-16T19:53:15.885Z | Downloaded fs-err v2.11.0 |
304 | 2024-08-16T19:53:15.885Z | Downloaded dof v0.3.0 |
305 | 2024-08-16T19:53:15.888Z | Downloaded terminal_size v0.3.0 |
306 | 2024-08-16T19:53:15.888Z | Downloaded errno v0.3.9 |
307 | 2024-08-16T19:53:15.891Z | Downloaded crypto-common v0.1.6 |
308 | 2024-08-16T19:53:15.891Z | Downloaded strsim v0.11.1 |
309 | 2024-08-16T19:53:15.891Z | Downloaded proc-macro-error-attr v1.0.4 |
310 | 2024-08-16T19:53:15.893Z | Downloaded itoa v1.0.11 |
311 | 2024-08-16T19:53:15.893Z | Downloaded thiserror v1.0.63 |
312 | 2024-08-16T19:53:15.898Z | Downloaded version_check v0.9.5 |
313 | 2024-08-16T19:53:15.900Z | Downloaded toml_datetime v0.6.8 |
314 | 2024-08-16T19:53:15.902Z | Downloaded once_cell v1.19.0 |
315 | 2024-08-16T19:53:15.905Z | Downloaded cargo_metadata v0.18.1 |
316 | 2024-08-16T19:53:15.905Z | Downloaded thread-id v4.2.1 |
317 | 2024-08-16T19:53:15.907Z | Downloaded serde_tokenstream v0.2.2 |
318 | 2024-08-16T19:53:15.914Z | Downloaded pest_derive v2.7.10 |
319 | 2024-08-16T19:53:15.921Z | Downloaded log v0.4.21 |
320 | 2024-08-16T19:53:15.923Z | Downloaded equivalent v1.0.1 |
321 | 2024-08-16T19:53:15.926Z | Downloaded dtrace-parser v0.2.0 |
322 | 2024-08-16T19:53:15.926Z | Downloaded bytecount v0.6.8 |
323 | 2024-08-16T19:53:15.928Z | Downloaded ryu v1.0.18 |
324 | 2024-08-16T19:53:15.930Z | Downloaded quote v1.0.36 |
325 | 2024-08-16T19:53:15.932Z | Downloaded pest_meta v2.7.10 |
326 | 2024-08-16T19:53:15.935Z | Downloaded unicode-ident v1.0.12 |
327 | 2024-08-16T19:53:15.937Z | Downloaded anstream v0.6.14 |
328 | 2024-08-16T19:53:15.939Z | Downloaded is_terminal_polyfill v1.70.0 |
329 | 2024-08-16T19:53:15.948Z | Downloaded swrite v0.1.0 |
330 | 2024-08-16T19:53:15.951Z | Downloaded anstyle-parse v0.2.4 |
331 | 2024-08-16T19:53:15.957Z | Downloaded typenum v1.17.0 |
332 | 2024-08-16T19:53:15.959Z | Downloaded heck v0.5.0 |
333 | 2024-08-16T19:53:15.961Z | Downloaded generic-array v0.14.7 |
334 | 2024-08-16T19:53:15.964Z | Downloaded fnv v1.0.7 |
335 | 2024-08-16T19:53:15.964Z | Downloaded cpufeatures v0.2.12 |
336 | 2024-08-16T19:53:15.966Z | Downloaded colorchoice v1.0.1 |
337 | 2024-08-16T19:53:15.966Z | Downloaded digest v0.10.7 |
338 | 2024-08-16T19:53:15.968Z | Downloaded cargo-platform v0.1.8 |
339 | 2024-08-16T19:53:15.970Z | Downloaded serde_spanned v0.6.7 |
340 | 2024-08-16T19:53:15.970Z | Downloaded memmap v0.7.0 |
341 | 2024-08-16T19:53:15.973Z | Downloaded plain v0.2.3 |
342 | 2024-08-16T19:53:15.973Z | Downloaded thiserror-impl v1.0.63 |
343 | 2024-08-16T19:53:15.975Z | Downloaded tabled_derive v0.7.0 |
344 | 2024-08-16T19:53:15.977Z | Downloaded utf8parse v0.2.1 |
345 | 2024-08-16T19:53:15.980Z | Downloaded scroll v0.12.0 |
346 | 2024-08-16T19:53:15.980Z | Downloaded usdt v0.5.0 |
347 | 2024-08-16T19:53:15.984Z | Downloaded camino v1.1.8 |
348 | 2024-08-16T19:53:15.986Z | Downloaded proc-macro-error v1.0.4 |
349 | 2024-08-16T19:53:15.989Z | Downloaded serde v1.0.207 |
350 | 2024-08-16T19:53:15.993Z | Downloaded memchr v2.7.2 |
351 | 2024-08-16T19:53:15.998Z | Downloaded sha2 v0.10.8 |
352 | 2024-08-16T19:53:16.000Z | Downloaded semver v1.0.23 |
353 | 2024-08-16T19:53:16.003Z | Downloaded pest_generator v2.7.10 |
354 | 2024-08-16T19:53:16.005Z | Downloaded macaddr v1.0.1 |
355 | 2024-08-16T19:53:16.005Z | Downloaded clap_derive v4.5.13 |
356 | 2024-08-16T19:53:16.007Z | Downloaded cargo_toml v0.20.4 |
357 | 2024-08-16T19:53:16.010Z | Downloaded zerocopy-derive v0.7.34 |
358 | 2024-08-16T19:53:16.013Z | Downloaded usdt-impl v0.5.0 |
359 | 2024-08-16T19:53:16.015Z | Downloaded proc-macro2 v1.0.86 |
360 | 2024-08-16T19:53:16.018Z | Downloaded indexmap v2.4.0 |
361 | 2024-08-16T19:53:16.021Z | Downloaded anyhow v1.0.86 |
362 | 2024-08-16T19:53:16.024Z | Downloaded ucd-trie v0.1.6 |
363 | 2024-08-16T19:53:16.026Z | Downloaded toml v0.8.19 |
364 | 2024-08-16T19:53:16.029Z | Downloaded clap v4.5.16 |
365 | 2024-08-16T19:53:16.038Z | Downloaded serde_derive v1.0.207 |
366 | 2024-08-16T19:53:16.040Z | Downloaded papergrid v0.11.0 |
367 | 2024-08-16T19:53:16.045Z | Downloaded pest v2.7.10 |
368 | 2024-08-16T19:53:16.050Z | Downloaded bitflags v2.6.0 |
369 | 2024-08-16T19:53:16.054Z | Downloaded serde_json v1.0.125 |
370 | 2024-08-16T19:53:16.061Z | Downloaded clap_builder v4.5.15 |
371 | 2024-08-16T19:53:16.067Z | Downloaded zerocopy v0.7.34 |
372 | 2024-08-16T19:53:16.083Z | Downloaded toml_edit v0.22.20 |
373 | 2024-08-16T19:53:16.104Z | Downloaded goblin v0.8.2 |
374 | 2024-08-16T19:53:16.109Z | Downloaded winnow v0.6.18 |
375 | 2024-08-16T19:53:16.118Z | Downloaded tabled v0.15.0 |
376 | 2024-08-16T19:53:16.134Z | Downloaded syn v1.0.109 |
377 | 2024-08-16T19:53:16.143Z | Downloaded syn v2.0.74 |
378 | 2024-08-16T19:53:16.153Z | Downloaded unicode-width v0.1.13 |
379 | 2024-08-16T19:53:16.161Z | Downloaded rustix v0.38.34 |
380 | 2024-08-16T19:53:16.181Z | Downloaded hashbrown v0.14.5 |
381 | 2024-08-16T19:53:16.186Z | Downloaded libc v0.2.155 |
382 | 2024-08-16T19:53:16.484Z | Compiling proc-macro2 v1.0.86 |
383 | 2024-08-16T19:53:16.484Z | Compiling unicode-ident v1.0.12 |
384 | 2024-08-16T19:53:16.487Z | Compiling version_check v0.9.5 |
385 | 2024-08-16T19:53:16.487Z | Compiling serde v1.0.207 |
386 | 2024-08-16T19:53:16.487Z | Compiling memchr v2.7.2 |
387 | 2024-08-16T19:53:16.487Z | Compiling thiserror v1.0.63 |
388 | 2024-08-16T19:53:16.487Z | Compiling libc v0.2.155 |
389 | 2024-08-16T19:53:16.518Z | Compiling ryu v1.0.18 |
390 | 2024-08-16T19:53:16.805Z | Compiling itoa v1.0.11 |
391 | 2024-08-16T19:53:16.874Z | Compiling ucd-trie v0.1.6 |
392 | 2024-08-16T19:53:17.343Z | Compiling once_cell v1.19.0 |
393 | 2024-08-16T19:53:17.369Z | Compiling byteorder v1.5.0 |
394 | 2024-08-16T19:53:17.455Z | Compiling serde_json v1.0.125 |
395 | 2024-08-16T19:53:17.742Z | Compiling usdt-impl v0.5.0 |
396 | 2024-08-16T19:53:17.808Z | Compiling proc-macro-error-attr v1.0.4 |
397 | 2024-08-16T19:53:17.865Z | Compiling syn v1.0.109 |
398 | 2024-08-16T19:53:18.035Z | Compiling rustix v0.38.34 |
399 | 2024-08-16T19:53:18.183Z | Compiling proc-macro-error v1.0.4 |
400 | 2024-08-16T19:53:18.231Z | Compiling quote v1.0.36 |
401 | 2024-08-16T19:53:18.256Z | Compiling equivalent v1.0.1 |
402 | 2024-08-16T19:53:18.373Z | Compiling hashbrown v0.14.5 |
403 | 2024-08-16T19:53:18.515Z | Compiling bitflags v2.6.0 |
404 | 2024-08-16T19:53:18.563Z | Compiling plain v0.2.3 |
405 | 2024-08-16T19:53:18.731Z | Compiling syn v2.0.74 |
406 | 2024-08-16T19:53:18.938Z | Compiling thread-id v4.2.1 |
407 | 2024-08-16T19:53:18.962Z | Compiling errno v0.3.9 |
408 | 2024-08-16T19:53:18.984Z | Compiling utf8parse v0.2.1 |
409 | 2024-08-16T19:53:19.010Z | Compiling log v0.4.21 |
410 | 2024-08-16T19:53:19.149Z | Compiling anstyle-parse v0.2.4 |
411 | 2024-08-16T19:53:19.383Z | Compiling semver v1.0.23 |
412 | 2024-08-16T19:53:19.472Z | Compiling winnow v0.6.18 |
413 | 2024-08-16T19:53:19.552Z | Compiling colorchoice v1.0.1 |
414 | 2024-08-16T19:53:19.668Z | Compiling indexmap v2.4.0 |
415 | 2024-08-16T19:53:19.743Z | Compiling camino v1.1.8 |
416 | 2024-08-16T19:53:19.997Z | Compiling anstyle v1.0.8 |
417 | 2024-08-16T19:53:20.022Z | Compiling autocfg v1.3.0 |
418 | 2024-08-16T19:53:20.468Z | Compiling is_terminal_polyfill v1.70.0 |
419 | 2024-08-16T19:53:20.503Z | Compiling pretty-hex v0.4.1 |
420 | 2024-08-16T19:53:20.611Z | Compiling anstyle-query v1.0.3 |
421 | 2024-08-16T19:53:20.758Z | Compiling anstream v0.6.14 |
422 | 2024-08-16T19:53:20.800Z | Compiling terminal_size v0.3.0 |
423 | 2024-08-16T19:53:21.008Z | Compiling fs-err v2.11.0 |
424 | 2024-08-16T19:53:21.157Z | Compiling unicode-width v0.1.13 |
425 | 2024-08-16T19:53:21.188Z | Compiling heck v0.4.1 |
426 | 2024-08-16T19:53:21.258Z | Compiling bytecount v0.6.8 |
427 | 2024-08-16T19:53:21.410Z | Compiling fnv v1.0.7 |
428 | 2024-08-16T19:53:21.440Z | Compiling anyhow v1.0.86 |
429 | 2024-08-16T19:53:21.499Z | Compiling strsim v0.11.1 |
430 | 2024-08-16T19:53:21.549Z | Compiling heck v0.5.0 |
431 | 2024-08-16T19:53:21.604Z | Compiling clap_lex v0.7.0 |
432 | 2024-08-16T19:53:21.768Z | Compiling papergrid v0.11.0 |
433 | 2024-08-16T19:53:22.124Z | Compiling clap_builder v4.5.15 |
434 | 2024-08-16T19:53:22.404Z | Compiling memmap v0.7.0 |
435 | 2024-08-16T19:53:22.775Z | Compiling swrite v0.1.0 |
436 | 2024-08-16T19:53:24.368Z | Compiling tabled_derive v0.7.0 |
437 | 2024-08-16T19:53:25.907Z | Compiling tabled v0.15.0 |
438 | 2024-08-16T19:53:27.366Z | Compiling serde_derive v1.0.207 |
439 | 2024-08-16T19:53:27.366Z | Compiling thiserror-impl v1.0.63 |
440 | 2024-08-16T19:53:27.369Z | Compiling zerocopy-derive v0.7.34 |
441 | 2024-08-16T19:53:27.369Z | Compiling scroll_derive v0.12.0 |
442 | 2024-08-16T19:53:27.369Z | Compiling clap_derive v4.5.13 |
443 | 2024-08-16T19:53:28.823Z | Compiling scroll v0.12.0 |
444 | 2024-08-16T19:53:29.304Z | Compiling zerocopy v0.7.34 |
445 | 2024-08-16T19:53:29.347Z | Compiling goblin v0.8.2 |
446 | 2024-08-16T19:53:30.010Z | Compiling pest v2.7.10 |
447 | 2024-08-16T19:53:31.184Z | Compiling clap v4.5.16 |
448 | 2024-08-16T19:53:32.157Z | Compiling pest_meta v2.7.10 |
449 | 2024-08-16T19:53:32.985Z | Compiling pest_generator v2.7.10 |
450 | 2024-08-16T19:53:34.658Z | Compiling pest_derive v2.7.10 |
451 | 2024-08-16T19:53:35.401Z | Compiling dtrace-parser v0.2.0 |
452 | 2024-08-16T19:53:37.332Z | Compiling serde_tokenstream v0.2.2 |
453 | 2024-08-16T19:53:37.588Z | Compiling serde_spanned v0.6.7 |
454 | 2024-08-16T19:53:37.588Z | Compiling toml_datetime v0.6.8 |
455 | 2024-08-16T19:53:37.877Z | Compiling cargo-platform v0.1.8 |
456 | 2024-08-16T19:53:37.955Z | Compiling toml_edit v0.22.20 |
457 | 2024-08-16T19:53:38.132Z | Compiling macaddr v1.0.1 |
458 | 2024-08-16T19:53:38.730Z | Compiling dof v0.3.0 |
459 | 2024-08-16T19:53:39.123Z | Compiling cargo_metadata v0.18.1 |
460 | 2024-08-16T19:53:40.364Z | Compiling usdt-macro v0.5.0 |
461 | 2024-08-16T19:53:40.390Z | Compiling usdt-attr-macro v0.5.0 |
462 | 2024-08-16T19:53:40.758Z | Compiling toml v0.8.19 |
463 | 2024-08-16T19:53:41.711Z | Compiling usdt v0.5.0 |
464 | 2024-08-16T19:53:41.798Z | Compiling cargo_toml v0.20.4 |
465 | 2024-08-16T19:53:45.410Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
466 | 2024-08-16T19:53:49.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.57s |
467 | 2024-08-16T19:53:49.403Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
468 | 2024-08-16T19:53:49.976Z | Downloading crates ... |
469 | 2024-08-16T19:53:50.096Z | Downloaded atty v0.2.14 |
470 | 2024-08-16T19:53:50.099Z | Downloaded addr2line v0.21.0 |
471 | 2024-08-16T19:53:50.101Z | Downloaded async-stream-impl v0.3.5 |
472 | 2024-08-16T19:53:50.104Z | Downloaded assert_matches v1.5.0 |
473 | 2024-08-16T19:53:50.107Z | Downloaded ciborium-io v0.2.2 |
474 | 2024-08-16T19:53:50.107Z | Downloaded crunchy v0.2.2 |
475 | 2024-08-16T19:53:50.110Z | Downloaded cfg_aliases v0.1.1 |
476 | 2024-08-16T19:53:50.113Z | Downloaded atomic-waker v1.1.2 |
477 | 2024-08-16T19:53:50.115Z | Downloaded arrayref v0.3.7 |
478 | 2024-08-16T19:53:50.115Z | Downloaded aead v0.5.2 |
479 | 2024-08-16T19:53:50.118Z | Downloaded darling_macro v0.20.9 |
480 | 2024-08-16T19:53:50.121Z | Downloaded ident_case v1.0.1 |
481 | 2024-08-16T19:53:50.121Z | Downloaded bitstruct v0.1.1 |
482 | 2024-08-16T19:53:50.123Z | Downloaded bb8 v0.8.5 |
483 | 2024-08-16T19:53:50.129Z | Downloaded hubpack_derive v0.1.1 |
484 | 2024-08-16T19:53:50.131Z | Downloaded num-conv v0.1.0 |
485 | 2024-08-16T19:53:50.134Z | Downloaded buf-list v1.0.3 |
486 | 2024-08-16T19:53:50.136Z | Downloaded bit-set v0.5.3 |
487 | 2024-08-16T19:53:50.139Z | Downloaded match_cfg v0.1.0 |
488 | 2024-08-16T19:53:50.139Z | Downloaded openssl-probe v0.1.5 |
489 | 2024-08-16T19:53:50.141Z | Downloaded newline-converter v0.3.0 |
490 | 2024-08-16T19:53:50.143Z | Downloaded constant_time_eq v0.3.0 |
491 | 2024-08-16T19:53:50.143Z | Downloaded num_threads v0.1.7 |
492 | 2024-08-16T19:53:50.146Z | Downloaded bitfield-struct v0.6.1 |
493 | 2024-08-16T19:53:50.148Z | Downloaded is-terminal v0.4.12 |
494 | 2024-08-16T19:53:50.148Z | Downloaded bitfield v0.14.0 |
495 | 2024-08-16T19:53:50.151Z | Downloaded colored v2.1.0 |
496 | 2024-08-16T19:53:50.154Z | Downloaded opaque-debug v0.3.1 |
497 | 2024-08-16T19:53:50.154Z | Downloaded newtype_derive v0.1.6 |
498 | 2024-08-16T19:53:50.156Z | Downloaded castaway v0.2.3 |
499 | 2024-08-16T19:53:50.159Z | Downloaded num v0.4.3 |
500 | 2024-08-16T19:53:50.161Z | Downloaded libsw v3.3.1 |
501 | 2024-08-16T19:53:50.164Z | Downloaded lru v0.12.3 |
502 | 2024-08-16T19:53:50.164Z | Downloaded inout v0.1.3 |
503 | 2024-08-16T19:53:50.166Z | Downloaded multimap v0.10.0 |
504 | 2024-08-16T19:53:50.169Z | Downloaded num-integer v0.1.46 |
505 | 2024-08-16T19:53:50.169Z | Downloaded console v0.15.8 |
506 | 2024-08-16T19:53:50.173Z | Downloaded managed v0.8.0 |
507 | 2024-08-16T19:53:50.175Z | Downloaded linked-hash-map v0.5.6 |
508 | 2024-08-16T19:53:50.178Z | Downloaded clang-sys v1.7.0 |
509 | 2024-08-16T19:53:50.180Z | Downloaded nodrop v0.1.14 |
510 | 2024-08-16T19:53:50.182Z | Downloaded hyper-rustls v0.24.2 |
511 | 2024-08-16T19:53:50.184Z | Downloaded md-5 v0.10.6 |
512 | 2024-08-16T19:53:50.187Z | Downloaded olpc-cjson v0.1.3 |
513 | 2024-08-16T19:53:50.190Z | Downloaded num_enum v0.5.11 |
514 | 2024-08-16T19:53:50.194Z | Downloaded num-rational v0.4.2 |
515 | 2024-08-16T19:53:50.196Z | Downloaded is_ci v1.2.0 |
516 | 2024-08-16T19:53:50.198Z | Downloaded instant v0.1.12 |
517 | 2024-08-16T19:53:50.200Z | Downloaded new_debug_unreachable v1.0.6 |
518 | 2024-08-16T19:53:50.202Z | Downloaded cstr-argument v0.1.2 |
519 | 2024-08-16T19:53:50.202Z | Downloaded cookie_store v0.20.0 |
520 | 2024-08-16T19:53:50.205Z | Downloaded crucible-workspace-hack v0.1.0 |
521 | 2024-08-16T19:53:50.208Z | Downloaded bitstruct_derive v0.1.0 |
522 | 2024-08-16T19:53:50.208Z | Downloaded native-tls v0.2.11 |
523 | 2024-08-16T19:53:50.211Z | Downloaded ipnet v2.9.0 |
524 | 2024-08-16T19:53:50.213Z | Downloaded crossbeam-epoch v0.9.18 |
525 | 2024-08-16T19:53:50.215Z | Downloaded number_prefix v0.4.0 |
526 | 2024-08-16T19:53:50.215Z | Downloaded openssl-macros v0.1.1 |
527 | 2024-08-16T19:53:50.218Z | Downloaded ahash v0.8.11 |
528 | 2024-08-16T19:53:50.220Z | Downloaded indexmap v1.9.3 |
529 | 2024-08-16T19:53:50.224Z | Downloaded termtree v0.4.1 |
530 | 2024-08-16T19:53:50.227Z | Downloaded subtle v2.5.0 |
531 | 2024-08-16T19:53:50.229Z | Downloaded structmeta-derive v0.2.0 |
532 | 2024-08-16T19:53:50.229Z | Downloaded mime v0.3.17 |
533 | 2024-08-16T19:53:50.231Z | Downloaded libefi-sys v0.1.0 |
534 | 2024-08-16T19:53:50.234Z | Downloaded maplit v1.0.2 |
535 | 2024-08-16T19:53:50.236Z | Downloaded maybe-uninit v2.0.0 |
536 | 2024-08-16T19:53:50.236Z | Downloaded vte_generate_state_changes v0.1.1 |
537 | 2024-08-16T19:53:50.238Z | Downloaded base16ct v0.2.0 |
538 | 2024-08-16T19:53:50.238Z | Downloaded serde_urlencoded v0.7.1 |
539 | 2024-08-16T19:53:50.240Z | Downloaded num-derive v0.4.2 |
540 | 2024-08-16T19:53:50.243Z | Downloaded cipher v0.4.4 |
541 | 2024-08-16T19:53:50.245Z | Downloaded tls_codec_derive v0.4.1 |
542 | 2024-08-16T19:53:50.248Z | Downloaded cexpr v0.6.0 |
543 | 2024-08-16T19:53:50.250Z | Downloaded cobs v0.2.3 |
544 | 2024-08-16T19:53:50.252Z | Downloaded convert_case v0.4.0 |
545 | 2024-08-16T19:53:50.254Z | Downloaded chacha20 v0.9.1 |
546 | 2024-08-16T19:53:50.257Z | Downloaded shell-words v1.1.0 |
547 | 2024-08-16T19:53:50.257Z | Downloaded foreign-types v0.3.2 |
548 | 2024-08-16T19:53:50.259Z | Downloaded crc v3.2.1 |
549 | 2024-08-16T19:53:50.262Z | Downloaded camino-tempfile v1.1.1 |
550 | 2024-08-16T19:53:50.264Z | Downloaded cbc v0.1.2 |
551 | 2024-08-16T19:53:50.266Z | Downloaded block-padding v0.3.3 |
552 | 2024-08-16T19:53:50.266Z | Downloaded num_enum_derive v0.5.11 |
553 | 2024-08-16T19:53:50.269Z | Downloaded libloading v0.8.3 |
554 | 2024-08-16T19:53:50.273Z | Downloaded jobserver v0.1.32 |
555 | 2024-08-16T19:53:50.276Z | Downloaded siphasher v0.3.11 |
556 | 2024-08-16T19:53:50.276Z | Downloaded multer v3.1.0 |
557 | 2024-08-16T19:53:50.278Z | Downloaded try-lock v0.2.5 |
558 | 2024-08-16T19:53:50.282Z | Downloaded http-range v0.1.5 |
559 | 2024-08-16T19:53:50.282Z | Downloaded precomputed-hash v0.1.1 |
560 | 2024-08-16T19:53:50.284Z | Downloaded slog-envlogger v2.2.0 |
561 | 2024-08-16T19:53:50.284Z | Downloaded salsa20 v0.10.2 |
562 | 2024-08-16T19:53:50.287Z | Downloaded nu-ansi-term v0.50.0 |
563 | 2024-08-16T19:53:50.289Z | Downloaded tokio-rustls v0.25.0 |
564 | 2024-08-16T19:53:50.292Z | Downloaded sqlformat v0.2.4 |
565 | 2024-08-16T19:53:50.294Z | Downloaded wait-timeout v0.2.0 |
566 | 2024-08-16T19:53:50.297Z | Downloaded termios v0.3.3 |
567 | 2024-08-16T19:53:50.297Z | Downloaded slog-dtrace v0.3.0 |
568 | 2024-08-16T19:53:50.300Z | Downloaded foreign-types-macros v0.2.3 |
569 | 2024-08-16T19:53:50.302Z | Downloaded base64ct v1.6.0 |
570 | 2024-08-16T19:53:50.305Z | Downloaded fastrand v2.1.0 |
571 | 2024-08-16T19:53:50.307Z | Downloaded serde_derive_internals v0.29.1 |
572 | 2024-08-16T19:53:50.309Z | Downloaded sct v0.7.1 |
573 | 2024-08-16T19:53:50.311Z | Downloaded foreign-types v0.5.0 |
574 | 2024-08-16T19:53:50.314Z | Downloaded tokio-stream v0.1.15 |
575 | 2024-08-16T19:53:50.318Z | Downloaded csv-core v0.1.11 |
576 | 2024-08-16T19:53:50.320Z | Downloaded backtrace v0.3.71 |
577 | 2024-08-16T19:53:50.326Z | Downloaded pem v3.0.4 |
578 | 2024-08-16T19:53:50.328Z | Downloaded percent-encoding v2.3.1 |
579 | 2024-08-16T19:53:50.331Z | Downloaded num-traits v0.2.19 |
580 | 2024-08-16T19:53:50.333Z | Downloaded signal-hook-tokio v0.3.1 |
581 | 2024-08-16T19:53:50.336Z | Downloaded ppv-lite86 v0.2.17 |
582 | 2024-08-16T19:53:50.336Z | Downloaded chacha20poly1305 v0.10.1 |
583 | 2024-08-16T19:53:50.338Z | Downloaded take_mut v0.2.2 |
584 | 2024-08-16T19:53:50.341Z | Downloaded vte v0.11.1 |
585 | 2024-08-16T19:53:50.343Z | Downloaded cc v1.0.97 |
586 | 2024-08-16T19:53:50.346Z | Downloaded sync_wrapper v0.1.2 |
587 | 2024-08-16T19:53:50.349Z | Downloaded hostname v0.3.1 |
588 | 2024-08-16T19:53:50.352Z | Downloaded getopts v0.2.21 |
589 | 2024-08-16T19:53:50.352Z | Downloaded rand_chacha v0.3.1 |
590 | 2024-08-16T19:53:50.352Z | Downloaded der_derive v0.7.2 |
591 | 2024-08-16T19:53:50.355Z | Downloaded tokio-rustls v0.24.1 |
592 | 2024-08-16T19:53:50.357Z | Downloaded socket2 v0.5.7 |
593 | 2024-08-16T19:53:50.360Z | Downloaded bzip2 v0.4.4 |
594 | 2024-08-16T19:53:50.362Z | Downloaded omicron-zone-package v0.11.0 |
595 | 2024-08-16T19:53:50.366Z | Downloaded shlex v1.3.0 |
596 | 2024-08-16T19:53:50.368Z | Downloaded cookie v0.18.1 |
597 | 2024-08-16T19:53:50.370Z | Downloaded hashlink v0.9.1 |
598 | 2024-08-16T19:53:50.373Z | Downloaded want v0.3.1 |
599 | 2024-08-16T19:53:50.375Z | Downloaded strum_macros v0.26.4 |
600 | 2024-08-16T19:53:50.378Z | Downloaded phf v0.11.2 |
601 | 2024-08-16T19:53:50.380Z | Downloaded pem-rfc7468 v0.7.0 |
602 | 2024-08-16T19:53:50.382Z | Downloaded slog-json v2.6.1 |
603 | 2024-08-16T19:53:50.384Z | Downloaded path-slash v0.1.5 |
604 | 2024-08-16T19:53:50.387Z | Downloaded indicatif v0.17.8 |
605 | 2024-08-16T19:53:50.390Z | Downloaded postgres-types v0.2.7 |
606 | 2024-08-16T19:53:50.393Z | Downloaded unicode-linebreak v0.1.5 |
607 | 2024-08-16T19:53:50.395Z | Downloaded thiserror-impl-no-std v2.0.2 |
608 | 2024-08-16T19:53:50.397Z | Downloaded uzers v0.11.3 |
609 | 2024-08-16T19:53:50.400Z | Downloaded tabwriter v1.4.0 |
610 | 2024-08-16T19:53:50.402Z | Downloaded tap v1.0.1 |
611 | 2024-08-16T19:53:50.402Z | Downloaded dirs-next v2.0.0 |
612 | 2024-08-16T19:53:50.404Z | Downloaded difflib v0.4.0 |
613 | 2024-08-16T19:53:50.404Z | Downloaded stringprep v0.1.4 |
614 | 2024-08-16T19:53:50.407Z | Downloaded vsss-rs v3.3.4 |
615 | 2024-08-16T19:53:50.410Z | Downloaded test-strategy v0.3.1 |
616 | 2024-08-16T19:53:50.414Z | Downloaded packed_struct_codegen v0.10.1 |
617 | 2024-08-16T19:53:50.417Z | Downloaded rustls-pki-types v1.7.0 |
618 | 2024-08-16T19:53:50.419Z | Downloaded crossbeam-utils v0.8.19 |
619 | 2024-08-16T19:53:50.422Z | Downloaded const-oid v0.9.6 |
620 | 2024-08-16T19:53:50.424Z | Downloaded tower-service v0.3.2 |
621 | 2024-08-16T19:53:50.427Z | Downloaded erased-serde v0.3.31 |
622 | 2024-08-16T19:53:50.429Z | Downloaded ref-cast v1.0.23 |
623 | 2024-08-16T19:53:50.432Z | Downloaded foreign-types-shared v0.3.1 |
624 | 2024-08-16T19:53:50.434Z | Downloaded rustversion v1.0.17 |
625 | 2024-08-16T19:53:50.436Z | Downloaded hash32 v0.2.1 |
626 | 2024-08-16T19:53:50.438Z | Downloaded crossbeam-channel v0.5.12 |
627 | 2024-08-16T19:53:50.443Z | Downloaded foreign-types-shared v0.1.1 |
628 | 2024-08-16T19:53:50.445Z | Downloaded display-error-chain v0.2.0 |
629 | 2024-08-16T19:53:50.448Z | Downloaded portpicker v0.1.1 |
630 | 2024-08-16T19:53:50.448Z | Downloaded derive-where v1.2.7 |
631 | 2024-08-16T19:53:50.451Z | Downloaded serde_arrays v0.1.0 |
632 | 2024-08-16T19:53:50.453Z | Downloaded thiserror-no-std v2.0.2 |
633 | 2024-08-16T19:53:50.458Z | Downloaded supports-color v3.0.0 |
634 | 2024-08-16T19:53:50.461Z | Downloaded zone v0.1.8 |
635 | 2024-08-16T19:53:50.463Z | Downloaded derive_builder_core v0.20.0 |
636 | 2024-08-16T19:53:50.474Z | Downloaded tempfile v3.10.1 |
637 | 2024-08-16T19:53:50.477Z | Downloaded untrusted v0.7.1 |
638 | 2024-08-16T19:53:50.480Z | Downloaded darling_core v0.20.9 |
639 | 2024-08-16T19:53:50.484Z | Downloaded headers v0.3.9 |
640 | 2024-08-16T19:53:50.490Z | Downloaded tui-tree-widget v0.22.0 |
641 | 2024-08-16T19:53:50.492Z | Downloaded futures-io v0.3.30 |
642 | 2024-08-16T19:53:50.495Z | Downloaded serde_path_to_error v0.1.16 |
643 | 2024-08-16T19:53:50.497Z | Downloaded highway v1.2.0 |
644 | 2024-08-16T19:53:50.500Z | Downloaded gethostname v0.5.0 |
645 | 2024-08-16T19:53:50.500Z | Downloaded dirs-sys-next v0.1.2 |
646 | 2024-08-16T19:53:50.502Z | Downloaded tracing-core v0.1.32 |
647 | 2024-08-16T19:53:50.505Z | Downloaded diesel_table_macro_syntax v0.2.0 |
648 | 2024-08-16T19:53:50.507Z | Downloaded parse-display-derive v0.10.0 |
649 | 2024-08-16T19:53:50.507Z | Downloaded hostname v0.4.0 |
650 | 2024-08-16T19:53:50.510Z | Downloaded xattr v1.3.1 |
651 | 2024-08-16T19:53:50.512Z | Downloaded rand_seeder v0.3.0 |
652 | 2024-08-16T19:53:50.514Z | Downloaded phf_shared v0.10.0 |
653 | 2024-08-16T19:53:50.514Z | Downloaded sha1 v0.10.6 |
654 | 2024-08-16T19:53:50.517Z | Downloaded pin-project-lite v0.2.14 |
655 | 2024-08-16T19:53:50.522Z | Downloaded unicode_categories v0.1.1 |
656 | 2024-08-16T19:53:50.524Z | Downloaded env_logger v0.9.3 |
657 | 2024-08-16T19:53:50.528Z | Downloaded pkcs5 v0.7.1 |
658 | 2024-08-16T19:53:50.532Z | Downloaded crypto-bigint v0.5.5 |
659 | 2024-08-16T19:53:50.540Z | Downloaded wyz v0.5.1 |
660 | 2024-08-16T19:53:50.543Z | Downloaded derive_builder_macro v0.20.0 |
661 | 2024-08-16T19:53:50.545Z | Downloaded waitgroup v0.1.2 |
662 | 2024-08-16T19:53:50.547Z | Downloaded half v2.4.1 |
663 | 2024-08-16T19:53:50.549Z | Downloaded fxhash v0.2.1 |
664 | 2024-08-16T19:53:50.549Z | Downloaded filetime v0.2.24 |
665 | 2024-08-16T19:53:50.562Z | Downloaded stable_deref_trait v1.2.0 |
666 | 2024-08-16T19:53:50.562Z | Downloaded http-body v0.4.6 |
667 | 2024-08-16T19:53:50.562Z | Downloaded glob v0.3.1 |
668 | 2024-08-16T19:53:50.562Z | Downloaded tokio-macros v2.4.0 |
669 | 2024-08-16T19:53:50.562Z | Downloaded signal-hook-mio v0.2.4 |
670 | 2024-08-16T19:53:50.562Z | Downloaded tinyvec_macros v0.1.1 |
671 | 2024-08-16T19:53:50.562Z | Downloaded rpassword v7.3.1 |
672 | 2024-08-16T19:53:50.566Z | Downloaded endian-type v0.1.2 |
673 | 2024-08-16T19:53:50.566Z | Downloaded futures-sink v0.3.30 |
674 | 2024-08-16T19:53:50.566Z | Downloaded strum_macros v0.24.3 |
675 | 2024-08-16T19:53:50.568Z | Downloaded rand_core v0.6.4 |
676 | 2024-08-16T19:53:50.571Z | Downloaded rustls-pemfile v1.0.4 |
677 | 2024-08-16T19:53:50.573Z | Downloaded openssl-sys v0.9.103 |
678 | 2024-08-16T19:53:50.577Z | Downloaded phf_shared v0.11.2 |
679 | 2024-08-16T19:53:50.580Z | Downloaded rayon-core v1.12.1 |
680 | 2024-08-16T19:53:50.584Z | Downloaded slog-scope v4.4.0 |
681 | 2024-08-16T19:53:50.586Z | Downloaded steno v0.4.1 |
682 | 2024-08-16T19:53:50.591Z | Downloaded flume v0.11.0 |
683 | 2024-08-16T19:53:50.595Z | Downloaded time-core v0.1.2 |
684 | 2024-08-16T19:53:50.597Z | Downloaded pretty-hex v0.2.1 |
685 | 2024-08-16T19:53:50.600Z | Downloaded predicates-tree v1.0.9 |
686 | 2024-08-16T19:53:50.600Z | Downloaded structmeta-derive v0.3.0 |
687 | 2024-08-16T19:53:50.602Z | Downloaded structmeta v0.3.0 |
688 | 2024-08-16T19:53:50.602Z | Downloaded structmeta v0.2.0 |
689 | 2024-08-16T19:53:50.605Z | Downloaded tungstenite v0.20.1 |
690 | 2024-08-16T19:53:50.607Z | Downloaded signature v2.2.0 |
691 | 2024-08-16T19:53:50.610Z | Downloaded unarray v0.1.4 |
692 | 2024-08-16T19:53:50.613Z | Downloaded signal-hook v0.3.17 |
693 | 2024-08-16T19:53:50.615Z | Downloaded signal-hook-registry v1.4.2 |
694 | 2024-08-16T19:53:50.617Z | Downloaded sqlparser_derive v0.2.2 |
695 | 2024-08-16T19:53:50.618Z | Downloaded serde-big-array v0.5.1 |
696 | 2024-08-16T19:53:50.620Z | Downloaded rtoolbox v0.0.2 |
697 | 2024-08-16T19:53:50.622Z | Downloaded strum v0.26.3 |
698 | 2024-08-16T19:53:50.622Z | Downloaded libxml v0.3.3 |
699 | 2024-08-16T19:53:50.628Z | Downloaded itertools v0.12.1 |
700 | 2024-08-16T19:53:50.636Z | Downloaded proc-macro-crate v1.3.1 |
701 | 2024-08-16T19:53:50.639Z | Downloaded fallible-iterator v0.3.0 |
702 | 2024-08-16T19:53:50.641Z | Downloaded rand_xorshift v0.3.0 |
703 | 2024-08-16T19:53:50.642Z | Downloaded tiny-keccak v2.0.2 |
704 | 2024-08-16T19:53:50.644Z | Downloaded schemars v0.8.21 |
705 | 2024-08-16T19:53:50.658Z | Downloaded headers-core v0.2.0 |
706 | 2024-08-16T19:53:50.660Z | Downloaded utf-8 v0.7.6 |
707 | 2024-08-16T19:53:50.660Z | Downloaded hash32 v0.3.1 |
708 | 2024-08-16T19:53:50.662Z | Downloaded zeroize v1.7.0 |
709 | 2024-08-16T19:53:50.665Z | Downloaded zip v0.6.6 |
710 | 2024-08-16T19:53:50.668Z | Downloaded futures v0.3.30 |
711 | 2024-08-16T19:53:50.673Z | Downloaded futures-core v0.3.30 |
712 | 2024-08-16T19:53:50.676Z | Downloaded hmac v0.12.1 |
713 | 2024-08-16T19:53:50.678Z | Downloaded toolchain_find v0.4.0 |
714 | 2024-08-16T19:53:50.680Z | Downloaded zone_cfg_derive v0.1.2 |
715 | 2024-08-16T19:53:50.680Z | Downloaded peg-runtime v0.8.3 |
716 | 2024-08-16T19:53:50.680Z | Downloaded url v2.5.2 |
717 | 2024-08-16T19:53:50.684Z | Downloaded parking_lot_core v0.8.6 |
718 | 2024-08-16T19:53:50.686Z | Downloaded fd-lock v4.0.2 |
719 | 2024-08-16T19:53:50.689Z | Downloaded idna v0.5.0 |
720 | 2024-08-16T19:53:50.696Z | Downloaded static_assertions v1.1.0 |
721 | 2024-08-16T19:53:50.699Z | Downloaded twox-hash v1.6.3 |
722 | 2024-08-16T19:53:50.701Z | Downloaded scopeguard v1.2.0 |
723 | 2024-08-16T19:53:50.704Z | Downloaded downcast v0.11.0 |
724 | 2024-08-16T19:53:50.704Z | Downloaded radium v0.7.0 |
725 | 2024-08-16T19:53:50.706Z | Downloaded r2d2 v0.8.10 |
726 | 2024-08-16T19:53:50.706Z | Downloaded owo-colors v4.0.0 |
727 | 2024-08-16T19:53:50.709Z | Downloaded fallible-streaming-iterator v0.1.9 |
728 | 2024-08-16T19:53:50.712Z | Downloaded ff v0.13.0 |
729 | 2024-08-16T19:53:50.715Z | Downloaded tracing v0.1.40 |
730 | 2024-08-16T19:53:50.717Z | Downloaded tokio-postgres v0.7.11 |
731 | 2024-08-16T19:53:50.722Z | Downloaded group v0.13.0 |
732 | 2024-08-16T19:53:50.725Z | Downloaded futures-executor v0.3.30 |
733 | 2024-08-16T19:53:50.727Z | Downloaded tinyvec v1.6.0 |
734 | 2024-08-16T19:53:50.729Z | Downloaded pbkdf2 v0.12.2 |
735 | 2024-08-16T19:53:50.732Z | Downloaded heck v0.3.3 |
736 | 2024-08-16T19:53:50.734Z | Downloaded defmt-macros v0.3.9 |
737 | 2024-08-16T19:53:50.736Z | Downloaded expectorate v1.1.0 |
738 | 2024-08-16T19:53:50.740Z | Downloaded rustc_version v0.1.7 |
739 | 2024-08-16T19:53:50.742Z | Downloaded futures-macro v0.3.30 |
740 | 2024-08-16T19:53:50.742Z | Downloaded peg v0.8.4 |
741 | 2024-08-16T19:53:50.745Z | Downloaded unicode-truncate v1.0.0 |
742 | 2024-08-16T19:53:50.747Z | Downloaded smf v0.2.3 |
743 | 2024-08-16T19:53:50.750Z | Downloaded spin v0.5.2 |
744 | 2024-08-16T19:53:50.750Z | Downloaded unicode-xid v0.2.4 |
745 | 2024-08-16T19:53:50.752Z | Downloaded flate2 v1.0.31 |
746 | 2024-08-16T19:53:50.757Z | Downloaded rustc_version v0.4.0 |
747 | 2024-08-16T19:53:50.760Z | Downloaded futures-channel v0.3.30 |
748 | 2024-08-16T19:53:50.762Z | Downloaded serde_repr v0.1.19 |
749 | 2024-08-16T19:53:50.764Z | Downloaded ron v0.8.1 |
750 | 2024-08-16T19:53:50.769Z | Downloaded crossterm v0.27.0 |
751 | 2024-08-16T19:53:50.776Z | Downloaded universal-hash v0.5.1 |
752 | 2024-08-16T19:53:50.778Z | Downloaded parse-size v1.0.0 |
753 | 2024-08-16T19:53:50.780Z | Downloaded parking_lot_core v0.9.10 |
754 | 2024-08-16T19:53:50.782Z | Downloaded slog-stdlog v4.1.1 |
755 | 2024-08-16T19:53:50.782Z | Downloaded postgres-protocol v0.6.7 |
756 | 2024-08-16T19:53:50.785Z | Downloaded peg-macros v0.8.4 |
757 | 2024-08-16T19:53:50.787Z | Downloaded smallvec v0.6.14 |
758 | 2024-08-16T19:53:50.790Z | Downloaded tls_codec v0.4.1 |
759 | 2024-08-16T19:53:50.792Z | Downloaded spin v0.9.8 |
760 | 2024-08-16T19:53:50.792Z | Downloaded tokio-tungstenite v0.21.0 |
761 | 2024-08-16T19:53:50.795Z | Downloaded unicode-normalization v0.1.23 |
762 | 2024-08-16T19:53:50.799Z | Downloaded parking_lot v0.11.2 |
763 | 2024-08-16T19:53:50.802Z | Downloaded prettyplease v0.2.20 |
764 | 2024-08-16T19:53:50.806Z | Downloaded uuid v1.10.0 |
765 | 2024-08-16T19:53:50.810Z | Downloaded globset v0.4.14 |
766 | 2024-08-16T19:53:50.812Z | Downloaded rsa v0.9.6 |
767 | 2024-08-16T19:53:50.817Z | Downloaded serde_with v3.8.3 |
768 | 2024-08-16T19:53:50.826Z | Downloaded snafu-derive v0.8.2 |
769 | 2024-08-16T19:53:50.829Z | Downloaded password-hash v0.5.0 |
770 | 2024-08-16T19:53:50.831Z | Downloaded blake3 v1.5.1 |
771 | 2024-08-16T19:53:50.838Z | Downloaded derive_more v0.99.18 |
772 | 2024-08-16T19:53:50.843Z | Downloaded hickory-client v0.24.1 |
773 | 2024-08-16T19:53:50.847Z | Downloaded snafu v0.8.2 |
774 | 2024-08-16T19:53:50.853Z | Downloaded socket2 v0.4.10 |
775 | 2024-08-16T19:53:50.856Z | Downloaded toml_edit v0.19.15 |
776 | 2024-08-16T19:53:50.874Z | Downloaded toml v0.7.8 |
777 | 2024-08-16T19:53:50.877Z | Downloaded http v1.1.0 |
778 | 2024-08-16T19:53:50.881Z | Downloaded x509-cert v0.2.5 |
779 | 2024-08-16T19:53:50.888Z | Downloaded tough v0.17.1 |
780 | 2024-08-16T19:53:50.897Z | Downloaded tungstenite v0.21.0 |
781 | 2024-08-16T19:53:50.900Z | Downloaded publicsuffix v2.2.3 |
782 | 2024-08-16T19:53:50.903Z | Downloaded portable-atomic v1.6.0 |
783 | 2024-08-16T19:53:50.909Z | Downloaded object v0.30.4 |
784 | 2024-08-16T19:53:50.920Z | Downloaded idna v0.4.0 |
785 | 2024-08-16T19:53:50.927Z | Downloaded typed-path v0.7.1 |
786 | 2024-08-16T19:53:50.934Z | Downloaded heapless v0.7.17 |
787 | 2024-08-16T19:53:50.938Z | Downloaded time v0.3.36 |
788 | 2024-08-16T19:53:50.946Z | Downloaded reedline v0.33.0 |
789 | 2024-08-16T19:53:50.955Z | Downloaded unicode-segmentation v1.11.0 |
790 | 2024-08-16T19:53:50.959Z | Downloaded bindgen v0.69.4 |
791 | 2024-08-16T19:53:50.967Z | Downloaded quick-xml v0.31.0 |
792 | 2024-08-16T19:53:50.973Z | Downloaded futures-util v0.3.30 |
793 | 2024-08-16T19:53:50.987Z | Downloaded rustyline v14.0.0 |
794 | 2024-08-16T19:53:50.993Z | Downloaded tokio-util v0.7.11 |
795 | 2024-08-16T19:53:51.001Z | Downloaded reqwest v0.11.27 |
796 | 2024-08-16T19:53:51.009Z | Downloaded git2 v0.19.0 |
797 | 2024-08-16T19:53:51.018Z | Downloaded object v0.32.2 |
798 | 2024-08-16T19:53:51.029Z | Downloaded rusqlite v0.31.0 |
799 | 2024-08-16T19:53:51.035Z | Downloaded hkdf v0.12.4 |
800 | 2024-08-16T19:53:51.038Z | Downloaded sqlparser v0.45.0 |
801 | 2024-08-16T19:53:51.044Z | Downloaded regex v1.10.6 |
802 | 2024-08-16T19:53:51.059Z | Downloaded rustls-webpki v0.102.4 |
803 | 2024-08-16T19:53:51.079Z | Downloaded gimli v0.28.1 |
804 | 2024-08-16T19:53:51.087Z | Downloaded webpki-roots v0.25.4 |
805 | 2024-08-16T19:53:51.090Z | Downloaded nix v0.28.0 |
806 | 2024-08-16T19:53:51.103Z | Downloaded bstr v0.2.17 |
807 | 2024-08-16T19:53:51.113Z | Downloaded vcpkg v0.2.15 |
808 | 2024-08-16T19:53:51.153Z | Downloaded radix_trie v0.2.1 |
809 | 2024-08-16T19:53:51.158Z | Downloaded regress v0.9.1 |
810 | 2024-08-16T19:53:51.167Z | Downloaded rustls v0.21.12 |
811 | 2024-08-16T19:53:51.179Z | Downloaded openapiv3 v2.0.0 |
812 | 2024-08-16T19:53:51.192Z | Downloaded hickory-proto v0.24.1 |
813 | 2024-08-16T19:53:51.209Z | Downloaded rustls v0.22.4 |
814 | 2024-08-16T19:53:51.222Z | Downloaded smoltcp v0.11.0 |
815 | 2024-08-16T19:53:51.236Z | Downloaded diesel v2.2.2 |
816 | 2024-08-16T19:53:51.255Z | Downloaded sled v0.34.7 |
817 | 2024-08-16T19:53:51.265Z | Downloaded regex-syntax v0.8.4 |
818 | 2024-08-16T19:53:51.273Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
819 | 2024-08-16T19:53:51.286Z | Downloaded ratatui v0.28.0 |
820 | 2024-08-16T19:53:51.306Z | Downloaded zerocopy-derive v0.6.6 |
821 | 2024-08-16T19:53:51.314Z | Downloaded regex-syntax v0.6.29 |
822 | 2024-08-16T19:53:51.323Z | Downloaded polar-core v0.27.3 |
823 | 2024-08-16T19:53:51.331Z | Downloaded bstr v1.9.1 |
824 | 2024-08-16T19:53:51.341Z | Downloaded tokio v1.39.2 |
825 | 2024-08-16T19:53:51.380Z | Downloaded csv v1.3.0 |
826 | 2024-08-16T19:53:51.403Z | Downloaded finl_unicode v1.2.0 |
827 | 2024-08-16T19:53:51.417Z | Downloaded petgraph v0.6.5 |
828 | 2024-08-16T19:53:51.435Z | Downloaded regex-automata v0.4.6 |
829 | 2024-08-16T19:53:51.455Z | Downloaded h2 v0.3.26 |
830 | 2024-08-16T19:53:51.460Z | Downloaded sha3 v0.10.8 |
831 | 2024-08-16T19:53:51.466Z | Downloaded proptest v1.5.0 |
832 | 2024-08-16T19:53:51.475Z | Downloaded smoltcp v0.9.1 |
833 | 2024-08-16T19:53:51.488Z | Downloaded curve25519-dalek v4.1.3 |
834 | 2024-08-16T19:53:51.497Z | Downloaded lalrpop v0.19.12 |
835 | 2024-08-16T19:53:51.508Z | Downloaded rayon v1.10.0 |
836 | 2024-08-16T19:53:51.518Z | Downloaded nix v0.27.1 |
837 | 2024-08-16T19:53:51.530Z | Downloaded chrono v0.4.38 |
838 | 2024-08-16T19:53:51.538Z | Downloaded winnow v0.5.40 |
839 | 2024-08-16T19:53:51.548Z | Downloaded openssl v0.10.66 |
840 | 2024-08-16T19:53:51.558Z | Downloaded idna v0.3.0 |
841 | 2024-08-16T19:53:51.565Z | Downloaded bitvec v1.0.1 |
842 | 2024-08-16T19:53:51.582Z | Downloaded aho-corasick v1.1.3 |
843 | 2024-08-16T19:53:51.588Z | Downloaded http v0.2.12 |
844 | 2024-08-16T19:53:51.592Z | Downloaded rustls-webpki v0.101.7 |
845 | 2024-08-16T19:53:51.611Z | Downloaded zerocopy v0.6.6 |
846 | 2024-08-16T19:53:51.613Z | Downloaded encoding_rs v0.8.34 |
847 | 2024-08-16T19:53:51.636Z | Downloaded yasna v0.5.2 |
848 | 2024-08-16T19:53:51.638Z | Downloaded diesel_derives v2.2.2 |
849 | 2024-08-16T19:53:51.642Z | Downloaded dsl_auto_type v0.1.2 |
850 | 2024-08-16T19:53:51.645Z | Downloaded oso v0.27.3 |
851 | 2024-08-16T19:53:51.647Z | Downloaded slog-term v2.9.1 |
852 | 2024-08-16T19:53:51.650Z | Downloaded serde_with_macros v3.8.3 |
853 | 2024-08-16T19:53:51.652Z | Downloaded predicates v3.1.2 |
854 | 2024-08-16T19:53:51.655Z | Downloaded hex v0.4.3 |
855 | 2024-08-16T19:53:51.658Z | Downloaded walkdir v2.5.0 |
856 | 2024-08-16T19:53:51.660Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
857 | 2024-08-16T19:53:51.718Z | Downloaded rcgen v0.12.1 |
858 | 2024-08-16T19:53:51.722Z | Downloaded topological-sort v0.2.2 |
859 | 2024-08-16T19:53:51.725Z | Downloaded derive_builder v0.20.0 |
860 | 2024-08-16T19:53:51.728Z | Downloaded vergen v8.3.2 |
861 | 2024-08-16T19:53:51.731Z | Downloaded time-macros v0.2.18 |
862 | 2024-08-16T19:53:51.734Z | Downloaded serde_yaml v0.9.34+deprecated |
863 | 2024-08-16T19:53:51.736Z | Downloaded hickory-server v0.24.1 |
864 | 2024-08-16T19:53:51.742Z | Downloaded hickory-resolver v0.24.1 |
865 | 2024-08-16T19:53:51.747Z | Downloaded regex-automata v0.1.10 |
866 | 2024-08-16T19:53:51.753Z | Downloaded hyper v0.14.30 |
867 | 2024-08-16T19:53:51.761Z | Downloaded untrusted v0.9.0 |
868 | 2024-08-16T19:53:51.764Z | Downloaded same-file v1.0.6 |
869 | 2024-08-16T19:53:51.766Z | Downloaded rustfmt-wrapper v0.2.1 |
870 | 2024-08-16T19:53:51.766Z | Downloaded either v1.13.0 |
871 | 2024-08-16T19:53:51.770Z | Downloaded dyn-clone v1.0.17 |
872 | 2024-08-16T19:53:51.771Z | Downloaded aes v0.8.4 |
873 | 2024-08-16T19:53:51.773Z | Downloaded schemars_derive v0.8.21 |
874 | 2024-08-16T19:53:51.775Z | Downloaded scheduled-thread-pool v0.2.7 |
875 | 2024-08-16T19:53:51.775Z | Downloaded psl-types v2.0.11 |
876 | 2024-08-16T19:53:51.778Z | Downloaded unsafe-libyaml v0.2.11 |
877 | 2024-08-16T19:53:51.783Z | Downloaded heapless v0.8.0 |
878 | 2024-08-16T19:53:51.788Z | Downloaded hashbrown v0.12.3 |
879 | 2024-08-16T19:53:51.791Z | Downloaded serde-hex v0.1.0 |
880 | 2024-08-16T19:53:51.794Z | Downloaded semver v0.1.20 |
881 | 2024-08-16T19:53:51.794Z | Downloaded postcard v1.0.8 |
882 | 2024-08-16T19:53:51.797Z | Downloaded pin-project v1.1.5 |
883 | 2024-08-16T19:53:51.809Z | Downloaded parking_lot v0.12.2 |
884 | 2024-08-16T19:53:51.812Z | Downloaded itertools v0.13.0 |
885 | 2024-08-16T19:53:51.820Z | Downloaded float-cmp v0.9.0 |
886 | 2024-08-16T19:53:51.822Z | Downloaded tokio-tungstenite v0.20.1 |
887 | 2024-08-16T19:53:51.825Z | Downloaded crossterm v0.28.1 |
888 | 2024-08-16T19:53:51.831Z | Downloaded oso-derive v0.27.3 |
889 | 2024-08-16T19:53:51.833Z | Downloaded enum-as-inner v0.6.0 |
890 | 2024-08-16T19:53:51.834Z | Downloaded predicates-core v1.0.6 |
891 | 2024-08-16T19:53:51.836Z | Downloaded funty v2.0.0 |
892 | 2024-08-16T19:53:51.836Z | Downloaded fragile v2.0.0 |
893 | 2024-08-16T19:53:51.838Z | Downloaded form_urlencoded v1.2.1 |
894 | 2024-08-16T19:53:51.838Z | Downloaded rustc-hash v1.1.0 |
895 | 2024-08-16T19:53:51.841Z | Downloaded poly1305 v0.8.0 |
896 | 2024-08-16T19:53:51.843Z | Downloaded ron v0.7.1 |
897 | 2024-08-16T19:53:51.846Z | Downloaded num-bigint-dig v0.8.4 |
898 | 2024-08-16T19:53:51.855Z | Downloaded nom v7.1.3 |
899 | 2024-08-16T19:53:51.860Z | Downloaded hashbrown v0.13.2 |
900 | 2024-08-16T19:53:51.865Z | Downloaded rustc-demangle v0.1.24 |
901 | 2024-08-16T19:53:51.867Z | Downloaded pkcs8 v0.10.2 |
902 | 2024-08-16T19:53:51.869Z | Downloaded thread_local v1.1.8 |
903 | 2024-08-16T19:53:51.872Z | Downloaded similar v2.5.0 |
904 | 2024-08-16T19:53:51.876Z | Downloaded rand v0.8.5 |
905 | 2024-08-16T19:53:51.880Z | Downloaded sigpipe v0.1.3 |
906 | 2024-08-16T19:53:51.883Z | Downloaded fallible-iterator v0.2.0 |
907 | 2024-08-16T19:53:51.885Z | Downloaded scrypt v0.11.0 |
908 | 2024-08-16T19:53:51.885Z | Downloaded rusty-fork v0.3.0 |
909 | 2024-08-16T19:53:51.888Z | Downloaded tracing-attributes v0.1.27 |
910 | 2024-08-16T19:53:51.890Z | Downloaded tokio-native-tls v0.3.1 |
911 | 2024-08-16T19:53:51.890Z | Downloaded env_logger v0.10.2 |
912 | 2024-08-16T19:53:51.894Z | Downloaded unicase v2.7.0 |
913 | 2024-08-16T19:53:51.896Z | Downloaded diff v0.1.13 |
914 | 2024-08-16T19:53:51.899Z | Downloaded libm v0.2.8 |
915 | 2024-08-16T19:53:51.907Z | Downloaded base64 v0.21.7 |
916 | 2024-08-16T19:53:51.911Z | Downloaded smallvec v1.13.2 |
917 | 2024-08-16T19:53:51.914Z | Downloaded pkcs1 v0.7.5 |
918 | 2024-08-16T19:53:51.916Z | Downloaded tar v0.4.41 |
919 | 2024-08-16T19:53:51.921Z | Downloaded elliptic-curve v0.13.8 |
920 | 2024-08-16T19:53:51.926Z | Downloaded ring v0.17.8 |
921 | 2024-08-16T19:53:51.998Z | Downloaded mio v0.8.11 |
922 | 2024-08-16T19:53:52.004Z | Downloaded itertools v0.10.5 |
923 | 2024-08-16T19:53:52.010Z | Downloaded pin-project-internal v1.1.5 |
924 | 2024-08-16T19:53:52.013Z | Downloaded libz-sys v1.1.16 |
925 | 2024-08-16T19:53:52.082Z | Downloaded pkg-config v0.3.30 |
926 | 2024-08-16T19:53:52.085Z | Downloaded parse-display v0.10.0 |
927 | 2024-08-16T19:53:52.085Z | Downloaded home v0.5.9 |
928 | 2024-08-16T19:53:52.088Z | Downloaded der v0.7.9 |
929 | 2024-08-16T19:53:52.091Z | Downloaded textwrap v0.16.1 |
930 | 2024-08-16T19:53:52.094Z | Downloaded slog v2.7.0 |
931 | 2024-08-16T19:53:52.097Z | Downloaded ring v0.16.20 |
932 | 2024-08-16T19:53:52.180Z | Downloaded minimal-lexical v0.2.1 |
933 | 2024-08-16T19:53:52.184Z | Downloaded string_cache v0.8.7 |
934 | 2024-08-16T19:53:52.186Z | Downloaded smawk v0.3.2 |
935 | 2024-08-16T19:53:52.189Z | Downloaded resolv-conf v0.7.0 |
936 | 2024-08-16T19:53:52.189Z | Downloaded rustls-pemfile v2.1.3 |
937 | 2024-08-16T19:53:52.191Z | Downloaded mio v1.0.2 |
938 | 2024-08-16T19:53:52.197Z | Downloaded strum_macros v0.25.3 |
939 | 2024-08-16T19:53:52.199Z | Downloaded libsqlite3-sys v0.28.0 |
940 | 2024-08-16T19:53:52.275Z | Downloaded spki v0.7.3 |
941 | 2024-08-16T19:53:52.277Z | Downloaded serde_plain v1.0.2 |
942 | 2024-08-16T19:53:52.280Z | Downloaded quick-error v1.2.3 |
943 | 2024-08-16T19:53:52.281Z | Downloaded pin-utils v0.1.0 |
944 | 2024-08-16T19:53:52.283Z | Downloaded fatfs v0.3.6 |
945 | 2024-08-16T19:53:52.283Z | Downloaded unicode-bidi v0.3.15 |
946 | 2024-08-16T19:53:52.285Z | Downloaded whoami v1.5.1 |
947 | 2024-08-16T19:53:52.288Z | Downloaded which v4.4.2 |
948 | 2024-08-16T19:53:52.290Z | Downloaded packed_struct v0.10.1 |
949 | 2024-08-16T19:53:52.290Z | Downloaded termcolor v1.4.1 |
950 | 2024-08-16T19:53:52.292Z | Downloaded term v0.7.0 |
951 | 2024-08-16T19:53:52.295Z | Downloaded futures-task v0.3.30 |
952 | 2024-08-16T19:53:52.297Z | Downloaded compact_str v0.8.0 |
953 | 2024-08-16T19:53:52.299Z | Downloaded samael v0.0.15 |
954 | 2024-08-16T19:53:52.303Z | Downloaded bytes v1.7.1 |
955 | 2024-08-16T19:53:52.307Z | Downloaded arc-swap v1.7.1 |
956 | 2024-08-16T19:53:52.310Z | Downloaded flagset v0.4.5 |
957 | 2024-08-16T19:53:52.312Z | Downloaded fixedbitset v0.4.2 |
958 | 2024-08-16T19:53:52.320Z | Downloaded const_format v0.2.32 |
959 | 2024-08-16T19:53:52.320Z | Downloaded slab v0.4.9 |
960 | 2024-08-16T19:53:52.320Z | Downloaded strip-ansi-escapes v0.2.0 |
961 | 2024-08-16T19:53:52.320Z | Downloaded secrecy v0.8.0 |
962 | 2024-08-16T19:53:52.322Z | Downloaded sec1 v0.7.3 |
963 | 2024-08-16T19:53:52.322Z | Downloaded ref-cast-impl v1.0.23 |
964 | 2024-08-16T19:53:52.322Z | Downloaded slog-bunyan v2.5.0 |
965 | 2024-08-16T19:53:52.335Z | Downloaded slog-async v2.8.0 |
966 | 2024-08-16T19:53:52.335Z | Downloaded httparse v1.8.0 |
967 | 2024-08-16T19:53:52.335Z | Downloaded crc32fast v1.4.0 |
968 | 2024-08-16T19:53:52.335Z | Downloaded crc-any v2.5.0 |
969 | 2024-08-16T19:53:52.341Z | Downloaded base64 v0.22.1 |
970 | 2024-08-16T19:53:52.341Z | Downloaded getrandom v0.2.14 |
971 | 2024-08-16T19:53:52.341Z | Downloaded subprocess v0.2.9 |
972 | 2024-08-16T19:53:52.341Z | Downloaded blake2 v0.10.6 |
973 | 2024-08-16T19:53:52.341Z | Downloaded float-ord v0.3.2 |
974 | 2024-08-16T19:53:52.343Z | Downloaded ena v0.14.3 |
975 | 2024-08-16T19:53:52.344Z | Downloaded embedded-io v0.4.0 |
976 | 2024-08-16T19:53:52.346Z | Downloaded zeroize_derive v1.4.2 |
977 | 2024-08-16T19:53:52.346Z | Downloaded powerfmt v0.2.0 |
978 | 2024-08-16T19:53:52.349Z | Downloaded httpdate v1.0.3 |
979 | 2024-08-16T19:53:52.349Z | Downloaded paste v1.0.15 |
980 | 2024-08-16T19:53:52.351Z | Downloaded allocator-api2 v0.2.18 |
981 | 2024-08-16T19:53:52.353Z | Downloaded crossbeam-deque v0.8.5 |
982 | 2024-08-16T19:53:52.358Z | Downloaded bcs v0.1.6 |
983 | 2024-08-16T19:53:52.358Z | Downloaded backoff v0.4.0 |
984 | 2024-08-16T19:53:52.360Z | Downloaded arrayvec v0.7.4 |
985 | 2024-08-16T19:53:52.360Z | Downloaded deranged v0.3.11 |
986 | 2024-08-16T19:53:52.363Z | Downloaded defmt-parser v0.3.4 |
987 | 2024-08-16T19:53:52.363Z | Downloaded newtype-uuid v1.1.0 |
988 | 2024-08-16T19:53:52.363Z | Downloaded memmap2 v0.9.4 |
989 | 2024-08-16T19:53:52.365Z | Downloaded base64 v0.13.1 |
990 | 2024-08-16T19:53:52.367Z | Downloaded lock_api v0.4.12 |
991 | 2024-08-16T19:53:52.369Z | Downloaded cassowary v0.3.0 |
992 | 2024-08-16T19:53:52.369Z | Downloaded data-encoding v2.6.0 |
993 | 2024-08-16T19:53:52.372Z | Downloaded curve25519-dalek-derive v0.1.1 |
994 | 2024-08-16T19:53:52.372Z | Downloaded const_format_proc_macros v0.2.32 |
995 | 2024-08-16T19:53:52.374Z | Downloaded nanorand v0.7.0 |
996 | 2024-08-16T19:53:52.376Z | Downloaded mockall v0.13.0 |
997 | 2024-08-16T19:53:52.378Z | Downloaded bit-vec v0.6.3 |
998 | 2024-08-16T19:53:52.378Z | Downloaded nibble_vec v0.1.0 |
999 | 2024-08-16T19:53:52.381Z | Downloaded bitflags v1.3.2 |
1000 | 2024-08-16T19:53:52.383Z | Downloaded num-iter v0.1.45 |
1001 | 2024-08-16T19:53:52.383Z | Downloaded lru-cache v0.1.2 |
1002 | 2024-08-16T19:53:52.383Z | Downloaded lazy_static v1.5.0 |
1003 | 2024-08-16T19:53:52.385Z | Downloaded ipnetwork v0.20.0 |
1004 | 2024-08-16T19:53:52.387Z | Downloaded ciborium v0.2.2 |
1005 | 2024-08-16T19:53:52.390Z | Downloaded atomicwrites v0.4.3 |
1006 | 2024-08-16T19:53:52.390Z | Downloaded async-stream v0.3.5 |
1007 | 2024-08-16T19:53:52.392Z | Downloaded async-recursion v1.1.1 |
1008 | 2024-08-16T19:53:52.394Z | Downloaded array-init v0.0.4 |
1009 | 2024-08-16T19:53:52.396Z | Downloaded adler v1.0.2 |
1010 | 2024-08-16T19:53:52.396Z | Downloaded ascii-canvas v3.0.0 |
1011 | 2024-08-16T19:53:52.398Z | Downloaded mockall_derive v0.13.0 |
1012 | 2024-08-16T19:53:52.399Z | Downloaded miniz_oxide v0.7.2 |
1013 | 2024-08-16T19:53:52.401Z | Downloaded linear-map v1.2.0 |
1014 | 2024-08-16T19:53:52.403Z | Downloaded indoc v1.0.9 |
1015 | 2024-08-16T19:53:52.405Z | Downloaded iana-time-zone v0.1.60 |
1016 | 2024-08-16T19:53:52.407Z | Downloaded darling v0.20.9 |
1017 | 2024-08-16T19:53:52.410Z | Downloaded indent_write v2.2.0 |
1018 | 2024-08-16T19:53:52.412Z | Downloaded num-complex v0.4.6 |
1019 | 2024-08-16T19:53:52.414Z | Downloaded mime_guess v2.0.4 |
1020 | 2024-08-16T19:53:52.414Z | Downloaded lazycell v1.3.0 |
1021 | 2024-08-16T19:53:52.417Z | Downloaded keccak v0.1.5 |
1022 | 2024-08-16T19:53:52.417Z | Downloaded kstat-rs v0.2.4 |
1023 | 2024-08-16T19:53:52.417Z | Downloaded hyper-staticfile v0.9.5 |
1024 | 2024-08-16T19:53:52.419Z | Downloaded lalrpop-util v0.19.12 |
1025 | 2024-08-16T19:53:52.419Z | Downloaded impl-trait-for-tuples v0.2.2 |
1026 | 2024-08-16T19:53:52.422Z | Downloaded cookie v0.17.0 |
1027 | 2024-08-16T19:53:52.424Z | Downloaded instability v0.3.2 |
1028 | 2024-08-16T19:53:52.426Z | Downloaded ciborium-ll v0.2.2 |
1029 | 2024-08-16T19:53:52.426Z | Downloaded cancel-safe-futures v0.1.5 |
1030 | 2024-08-16T19:53:52.429Z | Downloaded ascii v1.1.0 |
1031 | 2024-08-16T19:53:52.431Z | Downloaded argon2 v0.5.3 |
1032 | 2024-08-16T19:53:52.433Z | Downloaded memoffset v0.9.1 |
1033 | 2024-08-16T19:53:52.433Z | Downloaded hyper-tls v0.5.0 |
1034 | 2024-08-16T19:53:52.436Z | Downloaded hubpack v0.1.2 |
1035 | 2024-08-16T19:53:52.436Z | Downloaded defmt v0.3.8 |
1036 | 2024-08-16T19:53:52.438Z | Downloaded humantime v2.1.0 |
1037 | 2024-08-16T19:53:52.441Z | Downloaded debug-ignore v1.0.5 |
1038 | 2024-08-16T19:53:52.441Z | Downloaded async-trait v0.1.81 |
1039 | 2024-08-16T19:53:52.444Z | Downloaded normalize-line-endings v0.3.0 |
1040 | 2024-08-16T19:53:52.446Z | Downloaded crc-catalog v2.4.0 |
1041 | 2024-08-16T19:53:52.529Z | Compiling cfg-if v1.0.0 |
1042 | 2024-08-16T19:53:52.529Z | Compiling serde v1.0.207 |
1043 | 2024-08-16T19:53:52.531Z | Compiling lock_api v0.4.12 |
1044 | 2024-08-16T19:53:52.531Z | Compiling scopeguard v1.2.0 |
1045 | 2024-08-16T19:53:52.531Z | Compiling typenum v1.17.0 |
1046 | 2024-08-16T19:53:52.531Z | Compiling generic-array v0.14.7 |
1047 | 2024-08-16T19:53:52.698Z | Compiling syn v2.0.74 |
1048 | 2024-08-16T19:53:52.711Z | Compiling log v0.4.21 |
1049 | 2024-08-16T19:53:52.771Z | Compiling getrandom v0.2.14 |
1050 | 2024-08-16T19:53:52.805Z | Compiling jobserver v0.1.32 |
1051 | 2024-08-16T19:53:53.034Z | Compiling rand_core v0.6.4 |
1052 | 2024-08-16T19:53:53.222Z | Compiling cc v1.0.97 |
1053 | 2024-08-16T19:53:53.240Z | Compiling subtle v2.5.0 |
1054 | 2024-08-16T19:53:53.256Z | Compiling const-oid v0.9.6 |
1055 | 2024-08-16T19:53:53.545Z | Compiling smallvec v1.13.2 |
1056 | 2024-08-16T19:53:53.565Z | Compiling pin-project-lite v0.2.14 |
1057 | 2024-08-16T19:53:53.582Z | Compiling parking_lot_core v0.9.10 |
1058 | 2024-08-16T19:53:53.684Z | Compiling spin v0.9.8 |
1059 | 2024-08-16T19:53:53.703Z | Compiling signal-hook-registry v1.4.2 |
1060 | 2024-08-16T19:53:53.931Z | Compiling mio v1.0.2 |
1061 | 2024-08-16T19:53:54.088Z | Compiling ahash v0.8.11 |
1062 | 2024-08-16T19:53:54.458Z | Compiling parking_lot v0.12.2 |
1063 | 2024-08-16T19:53:54.537Z | Compiling tinyvec_macros v0.1.1 |
1064 | 2024-08-16T19:53:54.632Z | Compiling tinyvec v1.6.0 |
1065 | 2024-08-16T19:53:54.852Z | Compiling socket2 v0.5.7 |
1066 | 2024-08-16T19:53:55.221Z | Compiling cpufeatures v0.2.12 |
1067 | 2024-08-16T19:53:55.258Z | Compiling futures-core v0.3.30 |
1068 | 2024-08-16T19:53:55.325Z | Compiling libm v0.2.8 |
1069 | 2024-08-16T19:53:55.502Z | Compiling serde_json v1.0.125 |
1070 | 2024-08-16T19:53:55.520Z | Compiling slab v0.4.9 |
1071 | 2024-08-16T19:53:55.561Z | Compiling num-traits v0.2.19 |
1072 | 2024-08-16T19:53:55.723Z | Compiling futures-sink v0.3.30 |
1073 | 2024-08-16T19:53:55.817Z | Compiling allocator-api2 v0.2.18 |
1074 | 2024-08-16T19:53:55.854Z | Compiling unicode-bidi v0.3.15 |
1075 | 2024-08-16T19:53:56.150Z | Compiling futures-channel v0.3.30 |
1076 | 2024-08-16T19:53:56.354Z | Compiling unicode-normalization v0.1.23 |
1077 | 2024-08-16T19:53:56.436Z | Compiling futures-task v0.3.30 |
1078 | 2024-08-16T19:53:56.593Z | Compiling pkg-config v0.3.30 |
1079 | 2024-08-16T19:53:56.658Z | Compiling futures-io v0.3.30 |
1080 | 2024-08-16T19:53:56.745Z | Compiling pin-utils v0.1.0 |
1081 | 2024-08-16T19:53:56.842Z | Compiling vcpkg v0.2.15 |
1082 | 2024-08-16T19:53:57.409Z | Compiling base64ct v1.6.0 |
1083 | 2024-08-16T19:53:57.428Z | Compiling flagset v0.4.5 |
1084 | 2024-08-16T19:53:57.474Z | Compiling ring v0.17.8 |
1085 | 2024-08-16T19:53:57.509Z | Compiling percent-encoding v2.3.1 |
1086 | 2024-08-16T19:53:57.658Z | Compiling ppv-lite86 v0.2.17 |
1087 | 2024-08-16T19:53:57.909Z | Compiling pem-rfc7468 v0.7.0 |
1088 | 2024-08-16T19:53:58.034Z | Compiling tracing-core v0.1.32 |
1089 | 2024-08-16T19:53:58.204Z | Compiling rustix v0.38.34 |
1090 | 2024-08-16T19:53:58.455Z | Compiling rand_chacha v0.3.1 |
1091 | 2024-08-16T19:53:58.621Z | Compiling untrusted v0.9.0 |
1092 | 2024-08-16T19:53:58.784Z | Compiling rustversion v1.0.17 |
1093 | 2024-08-16T19:53:59.029Z | Compiling openssl-sys v0.9.103 |
1094 | 2024-08-16T19:53:59.065Z | Compiling rand v0.8.5 |
1095 | 2024-08-16T19:53:59.082Z | Compiling httparse v1.8.0 |
1096 | 2024-08-16T19:53:59.413Z | Compiling time-core v0.1.2 |
1097 | 2024-08-16T19:53:59.551Z | Compiling openssl v0.10.66 |
1098 | 2024-08-16T19:53:59.572Z | Compiling powerfmt v0.2.0 |
1099 | 2024-08-16T19:53:59.615Z | Compiling num-conv v0.1.0 |
1100 | 2024-08-16T19:53:59.979Z | Compiling foreign-types-shared v0.1.1 |
1101 | 2024-08-16T19:53:59.982Z | Compiling time-macros v0.2.18 |
1102 | 2024-08-16T19:53:59.996Z | Compiling foreign-types v0.3.2 |
1103 | 2024-08-16T19:54:00.015Z | Compiling deranged v0.3.11 |
1104 | 2024-08-16T19:54:00.187Z | Compiling form_urlencoded v1.2.1 |
1105 | 2024-08-16T19:54:00.455Z | Compiling lazy_static v1.5.0 |
1106 | 2024-08-16T19:54:00.572Z | Compiling try-lock v0.2.5 |
1107 | 2024-08-16T19:54:00.721Z | Compiling syn v1.0.109 |
1108 | 2024-08-16T19:54:00.853Z | Compiling num_threads v0.1.7 |
1109 | 2024-08-16T19:54:00.985Z | Compiling siphasher v0.3.11 |
1110 | 2024-08-16T19:54:01.002Z | Compiling rustls v0.21.12 |
1111 | 2024-08-16T19:54:01.275Z | Compiling native-tls v0.2.11 |
1112 | 2024-08-16T19:54:01.365Z | Compiling crossbeam-utils v0.8.19 |
1113 | 2024-08-16T19:54:01.446Z | Compiling want v0.3.1 |
1114 | 2024-08-16T19:54:01.710Z | Compiling idna v0.5.0 |
1115 | 2024-08-16T19:54:01.839Z | Compiling aho-corasick v1.1.3 |
1116 | 2024-08-16T19:54:01.977Z | Compiling cookie v0.17.0 |
1117 | 2024-08-16T19:54:02.221Z | Compiling slog v2.7.0 |
1118 | 2024-08-16T19:54:02.263Z | Compiling httpdate v1.0.3 |
1119 | 2024-08-16T19:54:02.730Z | Compiling openssl-probe v0.1.5 |
1120 | 2024-08-16T19:54:02.774Z | Compiling finl_unicode v1.2.0 |
1121 | 2024-08-16T19:54:02.947Z | Compiling regex-syntax v0.8.4 |
1122 | 2024-08-16T19:54:03.063Z | Compiling tower-service v0.3.2 |
1123 | 2024-08-16T19:54:03.108Z | Compiling time v0.3.36 |
1124 | 2024-08-16T19:54:03.155Z | Compiling iana-time-zone v0.1.60 |
1125 | 2024-08-16T19:54:03.174Z | Compiling adler v1.0.2 |
1126 | 2024-08-16T19:54:03.319Z | Compiling miniz_oxide v0.7.2 |
1127 | 2024-08-16T19:54:03.382Z | Compiling stringprep v0.1.4 |
1128 | 2024-08-16T19:54:03.659Z | Compiling url v2.5.2 |
1129 | 2024-08-16T19:54:05.565Z | Compiling num-integer v0.1.46 |
1130 | 2024-08-16T19:54:05.957Z | Compiling backtrace v0.3.71 |
1131 | 2024-08-16T19:54:06.340Z | Compiling regex-automata v0.4.6 |
1132 | 2024-08-16T19:54:06.425Z | Compiling idna v0.3.0 |
1133 | 2024-08-16T19:54:07.173Z | Compiling serde_derive v1.0.207 |
1134 | 2024-08-16T19:54:07.229Z | Compiling zeroize_derive v1.4.2 |
1135 | 2024-08-16T19:54:07.972Z | Compiling zerocopy-derive v0.7.34 |
1136 | 2024-08-16T19:54:08.245Z | Compiling tokio-macros v2.4.0 |
1137 | 2024-08-16T19:54:08.344Z | Compiling thiserror-impl v1.0.63 |
1138 | 2024-08-16T19:54:08.841Z | Compiling zeroize v1.7.0 |
1139 | 2024-08-16T19:54:09.425Z | Compiling futures-macro v0.3.30 |
1140 | 2024-08-16T19:54:09.947Z | Compiling der_derive v0.7.2 |
1141 | 2024-08-16T19:54:10.266Z | Compiling zerocopy v0.7.34 |
1142 | 2024-08-16T19:54:10.680Z | Compiling crypto-common v0.1.6 |
1143 | 2024-08-16T19:54:10.903Z | Compiling block-buffer v0.10.4 |
1144 | 2024-08-16T19:54:11.169Z | Compiling digest v0.10.7 |
1145 | 2024-08-16T19:54:11.469Z | Compiling block-padding v0.3.3 |
1146 | 2024-08-16T19:54:11.646Z | Compiling hmac v0.12.1 |
1147 | 2024-08-16T19:54:11.724Z | Compiling inout v0.1.3 |
1148 | 2024-08-16T19:54:11.788Z | Compiling thiserror v1.0.63 |
1149 | 2024-08-16T19:54:11.890Z | Compiling sha2 v0.10.8 |
1150 | 2024-08-16T19:54:11.925Z | Compiling futures-util v0.3.30 |
1151 | 2024-08-16T19:54:12.000Z | Compiling cipher v0.4.4 |
1152 | 2024-08-16T19:54:12.276Z | Compiling hashbrown v0.14.5 |
1153 | 2024-08-16T19:54:12.477Z | Compiling pest v2.7.10 |
1154 | 2024-08-16T19:54:12.522Z | Compiling der v0.7.9 |
1155 | 2024-08-16T19:54:13.683Z | Compiling salsa20 v0.10.2 |
1156 | 2024-08-16T19:54:13.917Z | Compiling pbkdf2 v0.12.2 |
1157 | 2024-08-16T19:54:14.094Z | Compiling scroll_derive v0.12.0 |
1158 | 2024-08-16T19:54:15.566Z | Compiling pest_meta v2.7.10 |
1159 | 2024-08-16T19:54:15.614Z | Compiling tracing-attributes v0.1.27 |
1160 | 2024-08-16T19:54:15.651Z | Compiling scroll v0.12.0 |
1161 | 2024-08-16T19:54:15.821Z | Compiling spki v0.7.3 |
1162 | 2024-08-16T19:54:16.192Z | Compiling scrypt v0.11.0 |
1163 | 2024-08-16T19:54:16.213Z | Compiling aes v0.8.4 |
1164 | 2024-08-16T19:54:16.774Z | Compiling cbc v0.1.2 |
1165 | 2024-08-16T19:54:17.011Z | Compiling pest_generator v2.7.10 |
1166 | 2024-08-16T19:54:18.137Z | Compiling pkcs5 v0.7.1 |
1167 | 2024-08-16T19:54:18.990Z | Compiling goblin v0.8.2 |
1168 | 2024-08-16T19:54:19.010Z | Compiling openssl-macros v0.1.1 |
1169 | 2024-08-16T19:54:19.012Z | Compiling pkcs8 v0.10.2 |
1170 | 2024-08-16T19:54:19.191Z | Compiling sct v0.7.1 |
1171 | 2024-08-16T19:54:19.342Z | Compiling rustls-webpki v0.101.7 |
1172 | 2024-08-16T19:54:19.450Z | Compiling tracing v0.1.40 |
1173 | 2024-08-16T19:54:19.503Z | Compiling md-5 v0.10.6 |
1174 | 2024-08-16T19:54:19.740Z | Compiling hash32 v0.2.1 |
1175 | 2024-08-16T19:54:19.781Z | Compiling smoltcp v0.9.1 |
1176 | 2024-08-16T19:54:19.803Z | Compiling crc32fast v1.4.0 |
1177 | 2024-08-16T19:54:20.000Z | Compiling gimli v0.28.1 |
1178 | 2024-08-16T19:54:20.340Z | Compiling psl-types v2.0.11 |
1179 | 2024-08-16T19:54:20.525Z | Compiling signal-hook v0.3.17 |
1180 | 2024-08-16T19:54:20.544Z | Compiling stable_deref_trait v1.2.0 |
1181 | 2024-08-16T19:54:20.576Z | Compiling pest_derive v2.7.10 |
1182 | 2024-08-16T19:54:20.640Z | Compiling fallible-iterator v0.2.0 |
1183 | 2024-08-16T19:54:20.797Z | Compiling base64 v0.22.1 |
1184 | 2024-08-16T19:54:21.258Z | Compiling bytes v1.7.1 |
1185 | 2024-08-16T19:54:21.344Z | Compiling bitflags v2.6.0 |
1186 | 2024-08-16T19:54:21.541Z | Compiling indexmap v2.4.0 |
1187 | 2024-08-16T19:54:21.560Z | Compiling semver v1.0.23 |
1188 | 2024-08-16T19:54:22.269Z | Compiling tokio v1.39.2 |
1189 | 2024-08-16T19:54:22.482Z | Compiling http v0.2.12 |
1190 | 2024-08-16T19:54:22.975Z | Compiling rustc_version v0.4.0 |
1191 | 2024-08-16T19:54:23.713Z | Compiling heapless v0.7.17 |
1192 | 2024-08-16T19:54:24.170Z | Compiling http-body v0.4.6 |
1193 | 2024-08-16T19:54:24.641Z | Compiling dof v0.3.0 |
1194 | 2024-08-16T19:54:24.825Z | Compiling dtrace-parser v0.2.0 |
1195 | 2024-08-16T19:54:24.882Z | Compiling uuid v1.10.0 |
1196 | 2024-08-16T19:54:24.995Z | Compiling serde_spanned v0.6.7 |
1197 | 2024-08-16T19:54:25.238Z | Compiling toml_datetime v0.6.8 |
1198 | 2024-08-16T19:54:25.748Z | Compiling usdt-impl v0.5.0 |
1199 | 2024-08-16T19:54:26.332Z | Compiling serde_tokenstream v0.2.2 |
1200 | 2024-08-16T19:54:26.823Z | Compiling chrono v0.4.38 |
1201 | 2024-08-16T19:54:26.947Z | Compiling num-bigint-dig v0.8.4 |
1202 | 2024-08-16T19:54:27.036Z | Compiling cfg_aliases v0.1.1 |
1203 | 2024-08-16T19:54:27.133Z | Compiling nix v0.28.0 |
1204 | 2024-08-16T19:54:27.323Z | Compiling addr2line v0.21.0 |
1205 | 2024-08-16T19:54:27.987Z | Compiling terminal_size v0.3.0 |
1206 | 2024-08-16T19:54:28.007Z | Compiling postgres-protocol v0.6.7 |
1207 | 2024-08-16T19:54:28.215Z | Compiling publicsuffix v2.2.3 |
1208 | 2024-08-16T19:54:28.498Z | Compiling hubpack_derive v0.1.1 |
1209 | 2024-08-16T19:54:28.541Z | Compiling zerocopy-derive v0.6.6 |
1210 | 2024-08-16T19:54:29.025Z | Compiling async-trait v0.1.81 |
1211 | 2024-08-16T19:54:29.324Z | Compiling num-iter v0.1.45 |
1212 | 2024-08-16T19:54:29.509Z | Compiling phf_shared v0.11.2 |
1213 | 2024-08-16T19:54:29.914Z | Compiling serde_derive_internals v0.29.1 |
1214 | 2024-08-16T19:54:30.237Z | Compiling ff v0.13.0 |
1215 | 2024-08-16T19:54:30.444Z | Compiling tokio-util v0.7.11 |
1216 | 2024-08-16T19:54:30.462Z | Compiling tokio-rustls v0.24.1 |
1217 | 2024-08-16T19:54:30.697Z | Compiling object v0.32.2 |
1218 | 2024-08-16T19:54:30.881Z | Compiling tokio-native-tls v0.3.1 |
1219 | 2024-08-16T19:54:31.137Z | Compiling fs-err v2.11.0 |
1220 | 2024-08-16T19:54:31.160Z | Compiling schemars v0.8.21 |
1221 | 2024-08-16T19:54:31.429Z | Compiling h2 v0.3.26 |
1222 | 2024-08-16T19:54:31.643Z | Compiling anyhow v1.0.86 |
1223 | 2024-08-16T19:54:31.744Z | Compiling rustc-demangle v0.1.24 |
1224 | 2024-08-16T19:54:31.801Z | Compiling managed v0.8.0 |
1225 | 2024-08-16T19:54:32.155Z | Compiling ipnet v2.9.0 |
1226 | 2024-08-16T19:54:32.243Z | Compiling winnow v0.5.40 |
1227 | 2024-08-16T19:54:32.637Z | Compiling either v1.13.0 |
1228 | 2024-08-16T19:54:32.719Z | Compiling bitflags v1.3.2 |
1229 | 2024-08-16T19:54:32.824Z | Compiling base16ct v0.2.0 |
1230 | 2024-08-16T19:54:33.034Z | Compiling base64 v0.21.7 |
1231 | 2024-08-16T19:54:33.130Z | Compiling regex-automata v0.1.10 |
1232 | 2024-08-16T19:54:33.147Z | Compiling sec1 v0.7.3 |
1233 | 2024-08-16T19:54:33.613Z | Compiling bstr v0.2.17 |
1234 | 2024-08-16T19:54:33.712Z | Compiling rustls-pemfile v1.0.4 |
1235 | 2024-08-16T19:54:33.807Z | Compiling schemars_derive v0.8.21 |
1236 | 2024-08-16T19:54:34.168Z | Compiling clap_builder v4.5.15 |
1237 | 2024-08-16T19:54:35.438Z | Compiling zerocopy v0.6.6 |
1238 | 2024-08-16T19:54:35.457Z | Compiling group v0.13.0 |
1239 | 2024-08-16T19:54:35.778Z | Compiling toml_edit v0.19.15 |
1240 | 2024-08-16T19:54:36.117Z | Compiling cookie_store v0.20.0 |
1241 | 2024-08-16T19:54:36.271Z | Compiling phf v0.11.2 |
1242 | 2024-08-16T19:54:37.384Z | Compiling hubpack v0.1.2 |
1243 | 2024-08-16T19:54:37.656Z | Compiling usdt-attr-macro v0.5.0 |
1244 | 2024-08-16T19:54:37.857Z | Compiling usdt-macro v0.5.0 |
1245 | 2024-08-16T19:54:37.883Z | Compiling postgres-types v0.2.7 |
1246 | 2024-08-16T19:54:39.315Z | Compiling hyper v0.14.30 |
1247 | 2024-08-16T19:54:39.742Z | Compiling serde_urlencoded v0.7.1 |
1248 | 2024-08-16T19:54:40.283Z | Compiling pkcs1 v0.7.5 |
1249 | 2024-08-16T19:54:40.373Z | Compiling futures-executor v0.3.30 |
1250 | 2024-08-16T19:54:40.710Z | Compiling hkdf v0.12.4 |
1251 | 2024-08-16T19:54:40.934Z | Compiling regex v1.10.6 |
1252 | 2024-08-16T19:54:40.975Z | Compiling signature v2.2.0 |
1253 | 2024-08-16T19:54:41.270Z | Compiling crypto-bigint v0.5.5 |
1254 | 2024-08-16T19:54:41.302Z | Compiling serde_repr v0.1.19 |
1255 | 2024-08-16T19:54:41.971Z | Compiling enum-as-inner v0.6.0 |
1256 | 2024-08-16T19:54:42.010Z | Compiling clap_derive v4.5.13 |
1257 | 2024-08-16T19:54:42.519Z | Compiling strum_macros v0.25.3 |
1258 | 2024-08-16T19:54:43.051Z | Compiling phf_shared v0.10.0 |
1259 | 2024-08-16T19:54:43.461Z | Compiling float-cmp v0.9.0 |
1260 | 2024-08-16T19:54:43.490Z | Compiling idna v0.4.0 |
1261 | 2024-08-16T19:54:43.661Z | Compiling mio v0.8.11 |
1262 | 2024-08-16T19:54:43.759Z | Compiling encoding_rs v0.8.34 |
1263 | 2024-08-16T19:54:45.021Z | Compiling minimal-lexical v0.2.1 |
1264 | 2024-08-16T19:54:45.058Z | Compiling unicode-segmentation v1.11.0 |
1265 | 2024-08-16T19:54:45.548Z | Compiling mime v0.3.17 |
1266 | 2024-08-16T19:54:45.914Z | Compiling new_debug_unreachable v1.0.6 |
1267 | 2024-08-16T19:54:46.011Z | Compiling bit-vec v0.6.3 |
1268 | 2024-08-16T19:54:46.164Z | Compiling hyper-rustls v0.24.2 |
1269 | 2024-08-16T19:54:46.487Z | Compiling hyper-tls v0.5.0 |
1270 | 2024-08-16T19:54:46.522Z | Compiling dyn-clone v1.0.17 |
1271 | 2024-08-16T19:54:46.690Z | Compiling static_assertions v1.1.0 |
1272 | 2024-08-16T19:54:46.733Z | Compiling difflib v0.4.0 |
1273 | 2024-08-16T19:54:46.792Z | Compiling sync_wrapper v0.1.2 |
1274 | 2024-08-16T19:54:46.837Z | Compiling predicates-core v1.0.6 |
1275 | 2024-08-16T19:54:46.914Z | Compiling data-encoding v2.6.0 |
1276 | 2024-08-16T19:54:47.138Z | Compiling fixedbitset v0.4.2 |
1277 | 2024-08-16T19:54:47.193Z | Compiling precomputed-hash v0.1.1 |
1278 | 2024-08-16T19:54:47.312Z | Compiling webpki-roots v0.25.4 |
1279 | 2024-08-16T19:54:47.332Z | Compiling whoami v1.5.1 |
1280 | 2024-08-16T19:54:47.438Z | Compiling normalize-line-endings v0.3.0 |
1281 | 2024-08-16T19:54:47.473Z | Compiling reqwest v0.11.27 |
1282 | 2024-08-16T19:54:47.563Z | Compiling predicates v3.1.2 |
1283 | 2024-08-16T19:54:47.963Z | Compiling tokio-postgres v0.7.11 |
1284 | 2024-08-16T19:54:48.125Z | Compiling hickory-proto v0.24.1 |
1285 | 2024-08-16T19:54:48.334Z | Compiling string_cache v0.8.7 |
1286 | 2024-08-16T19:54:48.822Z | Compiling petgraph v0.6.5 |
1287 | 2024-08-16T19:54:49.196Z | Compiling clap v4.5.16 |
1288 | 2024-08-16T19:54:49.277Z | Compiling console v0.15.8 |
1289 | 2024-08-16T19:54:49.296Z | Compiling toml_edit v0.22.20 |
1290 | 2024-08-16T19:54:49.320Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1291 | 2024-08-16T19:54:51.231Z | Compiling bit-set v0.5.3 |
1292 | 2024-08-16T19:54:51.514Z | Compiling similar v2.5.0 |
1293 | 2024-08-16T19:54:52.805Z | Compiling nom v7.1.3 |
1294 | 2024-08-16T19:54:53.684Z | Compiling usdt v0.5.0 |
1295 | 2024-08-16T19:54:54.030Z | Compiling signal-hook-mio v0.2.4 |
1296 | 2024-08-16T19:54:54.177Z | Compiling elliptic-curve v0.13.8 |
1297 | 2024-08-16T19:54:54.204Z | Compiling rsa v0.9.6 |
1298 | 2024-08-16T19:54:54.516Z | Compiling futures v0.3.30 |
1299 | 2024-08-16T19:54:55.029Z | Compiling flate2 v1.0.31 |
1300 | 2024-08-16T19:54:55.682Z | Compiling toml v0.7.8 |
1301 | 2024-08-16T19:54:56.894Z | Compiling itertools v0.12.1 |
1302 | 2024-08-16T19:54:57.358Z | Compiling itertools v0.10.5 |
1303 | 2024-08-16T19:54:57.396Z | Compiling tokio-stream v0.1.15 |
1304 | 2024-08-16T19:54:57.659Z | Compiling openapiv3 v2.0.0 |
1305 | 2024-08-16T19:54:58.396Z | Compiling hex v0.4.3 |
1306 | 2024-08-16T19:54:58.528Z | Compiling bstr v1.9.1 |
1307 | 2024-08-16T19:54:58.806Z | Compiling sha1 v0.10.6 |
1308 | 2024-08-16T19:54:59.012Z | Compiling crossbeam-epoch v0.9.18 |
1309 | 2024-08-16T19:54:59.235Z | Compiling dirs-sys-next v0.1.2 |
1310 | 2024-08-16T19:54:59.759Z | Compiling lalrpop-util v0.19.12 |
1311 | 2024-08-16T19:54:59.929Z | Compiling unicode-xid v0.2.4 |
1312 | 2024-08-16T19:55:00.033Z | Compiling peg-runtime v0.8.3 |
1313 | 2024-08-16T19:55:00.099Z | Compiling dirs-next v2.0.0 |
1314 | 2024-08-16T19:55:00.102Z | Compiling thread_local v1.1.8 |
1315 | 2024-08-16T19:55:00.134Z | Compiling slog-async v2.8.0 |
1316 | 2024-08-16T19:55:00.282Z | Compiling term v0.7.0 |
1317 | 2024-08-16T19:55:00.303Z | Compiling xattr v1.3.1 |
1318 | 2024-08-16T19:55:00.559Z | Compiling strum_macros v0.26.4 |
1319 | 2024-08-16T19:55:00.676Z | Compiling crossbeam-channel v0.5.12 |
1320 | 2024-08-16T19:55:00.678Z | Compiling filetime v0.2.24 |
1321 | 2024-08-16T19:55:00.721Z | Compiling is-terminal v0.4.12 |
1322 | 2024-08-16T19:55:00.850Z | Compiling take_mut v0.2.2 |
1323 | 2024-08-16T19:55:00.966Z | Compiling tar v0.4.41 |
1324 | 2024-08-16T19:55:01.001Z | Compiling slog-term v2.9.1 |
1325 | 2024-08-16T19:55:01.790Z | Compiling camino v1.1.8 |
1326 | 2024-08-16T19:55:02.412Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1327 | 2024-08-16T19:55:03.587Z | Compiling strum v0.26.3 |
1328 | 2024-08-16T19:55:03.664Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1329 | 2024-08-16T19:55:08.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
1330 | 2024-08-16T19:55:08.756Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1331 | 2024-08-16T19:55:08.802Z | Aug 16 19:55:07.309 INFO Starting download, target: Cockroach |
1332 | 2024-08-16T19:55:08.803Z | Aug 16 19:55:07.309 INFO Starting download, target: Console |
1333 | 2024-08-16T19:55:08.805Z | Aug 16 19:55:07.310 INFO Starting download, target: Clickhouse |
1334 | 2024-08-16T19:55:08.805Z | Aug 16 19:55:07.310 INFO Starting download, target: DendriteOpenapi |
1335 | 2024-08-16T19:55:08.805Z | Aug 16 19:55:07.310 INFO Starting download, target: DendriteStub |
1336 | 2024-08-16T19:55:08.805Z | Aug 16 19:55:07.310 INFO Starting download, target: MaghemiteMgd |
1337 | 2024-08-16T19:55:08.805Z | Aug 16 19:55:07.310 INFO Starting download, target: TransceiverControl |
1338 | 2024-08-16T19:55:08.805Z | Aug 16 19:55:07.310 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1339 | 2024-08-16T19:55:08.805Z | Aug 16 19:55:07.310 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1340 | 2024-08-16T19:55:08.805Z | Aug 16 19:55:07.310 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1341 | 2024-08-16T19:55:08.805Z | Aug 16 19:55:07.310 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1342 | 2024-08-16T19:55:08.805Z | Aug 16 19:55:07.310 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1343 | 2024-08-16T19:55:08.806Z | Aug 16 19:55:07.311 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1344 | 2024-08-16T19:55:08.806Z | Aug 16 19:55:07.311 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1345 | 2024-08-16T19:55:08.957Z | Aug 16 19:55:07.462 INFO Download complete, target: DendriteOpenapi |
1346 | 2024-08-16T19:55:09.024Z | Aug 16 19:55:07.530 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1347 | 2024-08-16T19:55:09.327Z | Aug 16 19:55:07.825 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1348 | 2024-08-16T19:55:09.482Z | Aug 16 19:55:07.989 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1349 | 2024-08-16T19:55:09.550Z | Aug 16 19:55:08.056 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1350 | 2024-08-16T19:55:09.739Z | Aug 16 19:55:08.246 INFO Download complete, target: Console |
1351 | 2024-08-16T19:55:09.839Z | Aug 16 19:55:08.345 INFO Download complete, target: TransceiverControl |
1352 | 2024-08-16T19:55:10.761Z | Aug 16 19:55:09.268 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1353 | 2024-08-16T19:55:12.613Z | Aug 16 19:55:11.120 INFO Download complete, target: DendriteStub |
1354 | 2024-08-16T19:55:12.805Z | Aug 16 19:55:11.312 INFO Download complete, target: MaghemiteMgd |
1355 | 2024-08-16T19:55:13.418Z | Aug 16 19:55:11.924 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1356 | 2024-08-16T19:55:13.418Z | Aug 16 19:55:11.924 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1357 | 2024-08-16T19:55:21.208Z | Aug 16 19:55:19.713 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1358 | 2024-08-16T19:55:21.530Z | Aug 16 19:55:20.035 INFO Checking that binary works, target: Cockroach |
1359 | 2024-08-16T19:55:21.752Z | Aug 16 19:55:20.257 INFO Download complete, target: Cockroach |
1360 | 2024-08-16T19:55:24.403Z | Aug 16 19:55:22.908 INFO Checking that binary works, target: Clickhouse |
1361 | 2024-08-16T19:55:24.571Z | Aug 16 19:55:23.076 INFO Download complete, target: Clickhouse |
1362 | 2024-08-16T19:55:24.592Z | All builder prerequisites installed successfully, and PATH looks valid |
1363 | 2024-08-16T19:55:24.595Z | |
1364 | 2024-08-16T19:55:24.595Z | real 3:46.040645265 |
1365 | 2024-08-16T19:55:24.595Z | user 11:16.481215552 |
1366 | 2024-08-16T19:55:24.595Z | sys 2:24.895893864 |
1367 | 2024-08-16T19:55:24.595Z | trap 0.430493934 |
1368 | 2024-08-16T19:55:24.595Z | tflt 0.930539903 |
1369 | 2024-08-16T19:55:24.596Z | dflt 1.657157756 |
1370 | 2024-08-16T19:55:24.596Z | kflt 0.025247976 |
1371 | 2024-08-16T19:55:24.596Z | lock 21:56.238754887 |
1372 | 2024-08-16T19:55:24.596Z | slp 43:42.690577250 |
1373 | 2024-08-16T19:55:24.596Z | lat 42.878769478 |
1374 | 2024-08-16T19:55:24.596Z | stop 1:48.562070056 |
1375 | 2024-08-16T19:55:24.596Z | + banner clippy |
1376 | 2024-08-16T19:55:24.596Z | |
1377 | 2024-08-16T19:55:24.596Z | #### # # ##### ##### # # |
1378 | 2024-08-16T19:55:24.596Z | # # # # # # # # # # |
1379 | 2024-08-16T19:55:24.596Z | # # # # # # # # |
1380 | 2024-08-16T19:55:24.596Z | # # # ##### ##### # |
1381 | 2024-08-16T19:55:24.596Z | # # # # # # # |
1382 | 2024-08-16T19:55:24.596Z | #### ###### # # # # |
1383 | 2024-08-16T19:55:24.596Z | |
1384 | 2024-08-16T19:55:24.599Z | + export CARGO_INCREMENTAL=0 |
1385 | 2024-08-16T19:55:24.599Z | + CARGO_INCREMENTAL=0 |
1386 | 2024-08-16T19:55:24.599Z | + ptime -m cargo xtask clippy |
1387 | 2024-08-16T19:55:25.135Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1388 | 2024-08-16T19:55:28.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s |
1389 | 2024-08-16T19:55:28.668Z | Running `target/debug/xtask clippy` |
1390 | 2024-08-16T19:55:28.686Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1391 | 2024-08-16T19:55:29.369Z | Downloading crates ... |
1392 | 2024-08-16T19:55:29.654Z | Downloaded anes v0.1.6 |
1393 | 2024-08-16T19:55:29.656Z | Downloaded bcrypt-pbkdf v0.10.0 |
1394 | 2024-08-16T19:55:29.667Z | Downloaded russh-cryptovec v0.7.2 |
1395 | 2024-08-16T19:55:29.669Z | Downloaded nested v0.1.1 |
1396 | 2024-08-16T19:55:29.672Z | Downloaded hex-literal v0.4.1 |
1397 | 2024-08-16T19:55:29.674Z | Downloaded cast v0.3.0 |
1398 | 2024-08-16T19:55:29.674Z | Downloaded pathdiff v0.2.1 |
1399 | 2024-08-16T19:55:29.678Z | Downloaded matches v0.1.10 |
1400 | 2024-08-16T19:55:29.678Z | Downloaded enum-as-inner v0.5.1 |
1401 | 2024-08-16T19:55:29.680Z | Downloaded ed25519 v2.2.3 |
1402 | 2024-08-16T19:55:29.680Z | Downloaded doc-comment v0.3.3 |
1403 | 2024-08-16T19:55:29.680Z | Downloaded threadpool v1.8.1 |
1404 | 2024-08-16T19:55:29.683Z | Downloaded criterion-plot v0.5.0 |
1405 | 2024-08-16T19:55:29.683Z | Downloaded similar-asserts v1.5.0 |
1406 | 2024-08-16T19:55:29.685Z | Downloaded pbkdf2 v0.11.0 |
1407 | 2024-08-16T19:55:29.688Z | Downloaded internet-checksum v0.2.1 |
1408 | 2024-08-16T19:55:29.688Z | Downloaded plotters-backend v0.3.5 |
1409 | 2024-08-16T19:55:29.690Z | Downloaded ecdsa v0.16.9 |
1410 | 2024-08-16T19:55:29.693Z | Downloaded dhcproto-macros v0.1.0 |
1411 | 2024-08-16T19:55:29.693Z | Downloaded polyval v0.6.2 |
1412 | 2024-08-16T19:55:29.693Z | Downloaded oorandom v11.1.3 |
1413 | 2024-08-16T19:55:29.695Z | Downloaded dirs-sys v0.4.1 |
1414 | 2024-08-16T19:55:29.695Z | Downloaded httptest v0.15.5 |
1415 | 2024-08-16T19:55:29.698Z | Downloaded http-body v1.0.0 |
1416 | 2024-08-16T19:55:29.700Z | Downloaded guppy-workspace-hack v0.1.0 |
1417 | 2024-08-16T19:55:29.700Z | Downloaded dirs v5.0.1 |
1418 | 2024-08-16T19:55:29.703Z | Downloaded target-lexicon v0.12.16 |
1419 | 2024-08-16T19:55:29.705Z | Downloaded primeorder v0.13.6 |
1420 | 2024-08-16T19:55:29.705Z | Downloaded blowfish v0.9.1 |
1421 | 2024-08-16T19:55:29.707Z | Downloaded relative-path v1.9.3 |
1422 | 2024-08-16T19:55:29.707Z | Downloaded blake2b_simd v1.0.2 |
1423 | 2024-08-16T19:55:29.710Z | Downloaded ghash v0.5.1 |
1424 | 2024-08-16T19:55:29.710Z | Downloaded escape8259 v0.5.2 |
1425 | 2024-08-16T19:55:29.712Z | Downloaded rstest v0.19.0 |
1426 | 2024-08-16T19:55:29.715Z | Downloaded datatest-stable v0.2.9 |
1427 | 2024-08-16T19:55:29.717Z | Downloaded futures-timer v3.0.3 |
1428 | 2024-08-16T19:55:29.720Z | Downloaded plotters-svg v0.3.5 |
1429 | 2024-08-16T19:55:29.720Z | Downloaded md5 v0.7.0 |
1430 | 2024-08-16T19:55:29.720Z | Downloaded criterion v0.5.1 |
1431 | 2024-08-16T19:55:29.726Z | Downloaded tower-layer v0.3.2 |
1432 | 2024-08-16T19:55:29.729Z | Downloaded rust-argon2 v2.1.0 |
1433 | 2024-08-16T19:55:29.731Z | Downloaded ctr v0.9.2 |
1434 | 2024-08-16T19:55:29.731Z | Downloaded dhcproto v0.12.0 |
1435 | 2024-08-16T19:55:29.733Z | Downloaded option-ext v0.2.0 |
1436 | 2024-08-16T19:55:29.736Z | Downloaded approx v0.5.1 |
1437 | 2024-08-16T19:55:29.745Z | Downloaded ssh-encoding v0.2.0 |
1438 | 2024-08-16T19:55:29.747Z | Downloaded ssh-cipher v0.2.0 |
1439 | 2024-08-16T19:55:29.749Z | Downloaded num_cpus v1.16.0 |
1440 | 2024-08-16T19:55:29.752Z | Downloaded yansi v0.5.1 |
1441 | 2024-08-16T19:55:29.752Z | Downloaded trybuild v1.0.99 |
1442 | 2024-08-16T19:55:29.755Z | Downloaded p256 v0.13.2 |
1443 | 2024-08-16T19:55:29.758Z | Downloaded hyper-util v0.1.3 |
1444 | 2024-08-16T19:55:29.761Z | Downloaded assert_cmd v2.0.16 |
1445 | 2024-08-16T19:55:29.764Z | Downloaded rstest_macros v0.19.0 |
1446 | 2024-08-16T19:55:29.766Z | Downloaded target-spec v3.2.1 |
1447 | 2024-08-16T19:55:29.782Z | Downloaded hyper-rustls v0.26.0 |
1448 | 2024-08-16T19:55:29.785Z | Downloaded tinytemplate v1.2.1 |
1449 | 2024-08-16T19:55:29.787Z | Downloaded rustls-native-certs v0.7.0 |
1450 | 2024-08-16T19:55:29.789Z | Downloaded rfc6979 v0.4.0 |
1451 | 2024-08-16T19:55:29.789Z | Downloaded password-hash v0.4.2 |
1452 | 2024-08-16T19:55:29.792Z | Downloaded russh-keys v0.44.0 |
1453 | 2024-08-16T19:55:29.794Z | Downloaded num-bigint v0.4.5 |
1454 | 2024-08-16T19:55:29.797Z | Downloaded fancy-regex v0.13.0 |
1455 | 2024-08-16T19:55:29.800Z | Downloaded rand_distr v0.4.3 |
1456 | 2024-08-16T19:55:29.803Z | Downloaded partial-io v0.5.4 |
1457 | 2024-08-16T19:55:29.805Z | Downloaded ed25519-dalek v2.1.1 |
1458 | 2024-08-16T19:55:29.808Z | Downloaded libtest-mimic v0.7.3 |
1459 | 2024-08-16T19:55:29.810Z | Downloaded cfg-expr v0.16.0 |
1460 | 2024-08-16T19:55:29.812Z | Downloaded pretty_assertions v1.4.0 |
1461 | 2024-08-16T19:55:29.817Z | Downloaded guppy v0.17.7 |
1462 | 2024-08-16T19:55:29.823Z | Downloaded tower v0.4.13 |
1463 | 2024-08-16T19:55:29.832Z | Downloaded p521 v0.13.3 |
1464 | 2024-08-16T19:55:29.835Z | Downloaded ssh-key v0.6.6 |
1465 | 2024-08-16T19:55:29.842Z | Downloaded russh v0.44.1 |
1466 | 2024-08-16T19:55:29.846Z | Downloaded plotters v0.3.5 |
1467 | 2024-08-16T19:55:29.855Z | Downloaded hyper v1.3.1 |
1468 | 2024-08-16T19:55:29.861Z | Downloaded trust-dns-proto v0.22.0 |
1469 | 2024-08-16T19:55:29.872Z | Downloaded p384 v0.13.0 |
1470 | 2024-08-16T19:55:29.877Z | Downloaded idna v0.2.3 |
1471 | 2024-08-16T19:55:29.883Z | Downloaded aes-gcm v0.10.3 |
1472 | 2024-08-16T19:55:30.503Z | Checking cfg-if v1.0.0 |
1473 | 2024-08-16T19:55:30.567Z | Checking libc v0.2.155 |
1474 | 2024-08-16T19:55:30.583Z | Checking serde v1.0.207 |
1475 | 2024-08-16T19:55:30.600Z | Checking memchr v2.7.2 |
1476 | 2024-08-16T19:55:30.614Z | Checking scopeguard v1.2.0 |
1477 | 2024-08-16T19:55:30.632Z | Checking log v0.4.21 |
1478 | 2024-08-16T19:55:30.652Z | Checking byteorder v1.5.0 |
1479 | 2024-08-16T19:55:30.673Z | Checking itoa v1.0.11 |
1480 | 2024-08-16T19:55:30.676Z | Checking smallvec v1.13.2 |
1481 | 2024-08-16T19:55:30.739Z | Checking lock_api v0.4.12 |
1482 | 2024-08-16T19:55:30.867Z | Checking zeroize v1.7.0 |
1483 | 2024-08-16T19:55:30.905Z | Checking once_cell v1.19.0 |
1484 | 2024-08-16T19:55:31.045Z | Checking pin-project-lite v0.2.14 |
1485 | 2024-08-16T19:55:31.071Z | Checking typenum v1.17.0 |
1486 | 2024-08-16T19:55:31.120Z | Checking libm v0.2.8 |
1487 | 2024-08-16T19:55:31.150Z | Checking subtle v2.5.0 |
1488 | 2024-08-16T19:55:31.173Z | Checking spin v0.9.8 |
1489 | 2024-08-16T19:55:31.196Z | Checking ryu v1.0.18 |
1490 | 2024-08-16T19:55:31.395Z | Checking thiserror v1.0.63 |
1491 | 2024-08-16T19:55:31.430Z | Checking futures-core v0.3.30 |
1492 | 2024-08-16T19:55:31.456Z | Checking zerocopy v0.7.34 |
1493 | 2024-08-16T19:55:31.538Z | Checking const-oid v0.9.6 |
1494 | 2024-08-16T19:55:31.562Z | Checking futures-sink v0.3.30 |
1495 | 2024-08-16T19:55:31.630Z | Checking slab v0.4.9 |
1496 | 2024-08-16T19:55:31.698Z | Checking getrandom v0.2.14 |
1497 | 2024-08-16T19:55:31.701Z | Checking parking_lot_core v0.9.10 |
1498 | 2024-08-16T19:55:31.901Z | Checking signal-hook-registry v1.4.2 |
1499 | 2024-08-16T19:55:31.964Z | Checking rand_core v0.6.4 |
1500 | 2024-08-16T19:55:32.080Z | Checking parking_lot v0.12.2 |
1501 | 2024-08-16T19:55:32.083Z | Checking mio v1.0.2 |
1502 | 2024-08-16T19:55:32.152Z | Checking num-traits v0.2.19 |
1503 | 2024-08-16T19:55:32.269Z | Checking socket2 v0.5.7 |
1504 | 2024-08-16T19:55:32.418Z | Checking generic-array v0.14.7 |
1505 | 2024-08-16T19:55:32.443Z | Checking futures-channel v0.3.30 |
1506 | 2024-08-16T19:55:32.688Z | Checking pin-utils v0.1.0 |
1507 | 2024-08-16T19:55:32.753Z | Checking futures-task v0.3.30 |
1508 | 2024-08-16T19:55:32.774Z | Checking futures-io v0.3.30 |
1509 | 2024-08-16T19:55:32.815Z | Checking cpufeatures v0.2.12 |
1510 | 2024-08-16T19:55:32.916Z | Checking ahash v0.8.11 |
1511 | 2024-08-16T19:55:32.939Z | Checking allocator-api2 v0.2.18 |
1512 | 2024-08-16T19:55:32.972Z | Checking fnv v1.0.7 |
1513 | 2024-08-16T19:55:32.998Z | Checking futures-util v0.3.30 |
1514 | 2024-08-16T19:55:33.105Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1515 | 2024-08-16T19:55:33.367Z | Checking iana-time-zone v0.1.60 |
1516 | 2024-08-16T19:55:33.452Z | Checking equivalent v1.0.1 |
1517 | 2024-08-16T19:55:33.455Z | Checking tinyvec_macros v0.1.1 |
1518 | 2024-08-16T19:55:33.507Z | Checking ppv-lite86 v0.2.17 |
1519 | 2024-08-16T19:55:33.550Z | Checking unicode-bidi v0.3.15 |
1520 | 2024-08-16T19:55:33.553Z | Checking hashbrown v0.14.5 |
1521 | 2024-08-16T19:55:33.553Z | Checking tinyvec v1.6.0 |
1522 | 2024-08-16T19:55:33.605Z | Checking crypto-common v0.1.6 |
1523 | 2024-08-16T19:55:33.792Z | Checking block-buffer v0.10.4 |
1524 | 2024-08-16T19:55:33.795Z | Checking tracing-core v0.1.32 |
1525 | 2024-08-16T19:55:34.013Z | Checking digest v0.10.7 |
1526 | 2024-08-16T19:55:34.335Z | Checking rand_chacha v0.3.1 |
1527 | 2024-08-16T19:55:34.338Z | Checking errno v0.3.9 |
1528 | 2024-08-16T19:55:34.338Z | Checking lazy_static v1.5.0 |
1529 | 2024-08-16T19:55:34.380Z | Checking dyn-clone v1.0.17 |
1530 | 2024-08-16T19:55:34.441Z | Checking percent-encoding v2.3.1 |
1531 | 2024-08-16T19:55:34.462Z | Checking tracing v0.1.40 |
1532 | 2024-08-16T19:55:34.509Z | Checking block-padding v0.3.3 |
1533 | 2024-08-16T19:55:34.511Z | Checking rand v0.8.5 |
1534 | 2024-08-16T19:55:34.631Z | Checking regex-syntax v0.8.4 |
1535 | 2024-08-16T19:55:34.716Z | Checking inout v0.1.3 |
1536 | 2024-08-16T19:55:34.754Z | Checking form_urlencoded v1.2.1 |
1537 | 2024-08-16T19:55:34.784Z | Checking unicode-ident v1.0.12 |
1538 | 2024-08-16T19:55:34.820Z | Checking unicode-normalization v0.1.23 |
1539 | 2024-08-16T19:55:34.934Z | Checking cipher v0.4.4 |
1540 | 2024-08-16T19:55:34.954Z | Checking aho-corasick v1.1.3 |
1541 | 2024-08-16T19:55:34.959Z | Checking base64ct v1.6.0 |
1542 | 2024-08-16T19:55:35.330Z | Checking hmac v0.12.1 |
1543 | 2024-08-16T19:55:35.403Z | Checking unicode-width v0.1.13 |
1544 | 2024-08-16T19:55:35.492Z | Checking bytes v1.7.1 |
1545 | 2024-08-16T19:55:35.543Z | Checking bitflags v2.6.0 |
1546 | 2024-08-16T19:55:35.593Z | Checking serde_json v1.0.125 |
1547 | 2024-08-16T19:55:35.689Z | Checking chrono v0.4.38 |
1548 | 2024-08-16T19:55:35.735Z | Checking indexmap v2.4.0 |
1549 | 2024-08-16T19:55:35.834Z | Checking uuid v1.10.0 |
1550 | 2024-08-16T19:55:36.296Z | Checking tokio v1.39.2 |
1551 | 2024-08-16T19:55:36.436Z | Checking rustix v0.38.34 |
1552 | 2024-08-16T19:55:36.504Z | Checking proc-macro2 v1.0.86 |
1553 | 2024-08-16T19:55:37.054Z | Checking sha2 v0.10.8 |
1554 | 2024-08-16T19:55:37.184Z | Checking httparse v1.8.0 |
1555 | 2024-08-16T19:55:37.210Z | Checking adler v1.0.2 |
1556 | 2024-08-16T19:55:37.355Z | Checking miniz_oxide v0.7.2 |
1557 | 2024-08-16T19:55:37.580Z | Checking quote v1.0.36 |
1558 | 2024-08-16T19:55:37.601Z | Checking http v0.2.12 |
1559 | 2024-08-16T19:55:37.738Z | Checking schemars v0.8.21 |
1560 | 2024-08-16T19:55:37.767Z | Checking regex-automata v0.4.6 |
1561 | 2024-08-16T19:55:37.892Z | Checking idna v0.5.0 |
1562 | 2024-08-16T19:55:38.027Z | Checking powerfmt v0.2.0 |
1563 | 2024-08-16T19:55:38.054Z | Checking syn v2.0.74 |
1564 | 2024-08-16T19:55:38.304Z | Checking deranged v0.3.11 |
1565 | 2024-08-16T19:55:38.449Z | Checking num-conv v0.1.0 |
1566 | 2024-08-16T19:55:38.708Z | Checking num_threads v0.1.7 |
1567 | 2024-08-16T19:55:38.711Z | Checking url v2.5.2 |
1568 | 2024-08-16T19:55:38.823Z | Checking untrusted v0.9.0 |
1569 | 2024-08-16T19:55:38.905Z | Checking time-core v0.1.2 |
1570 | 2024-08-16T19:55:38.977Z | Checking ring v0.17.8 |
1571 | 2024-08-16T19:55:39.065Z | Checking pem-rfc7468 v0.7.0 |
1572 | 2024-08-16T19:55:39.310Z | Checking try-lock v0.2.5 |
1573 | 2024-08-16T19:55:39.354Z | Checking slog v2.7.0 |
1574 | 2024-08-16T19:55:39.436Z | Checking want v0.3.1 |
1575 | 2024-08-16T19:55:39.508Z | Checking flagset v0.4.5 |
1576 | 2024-08-16T19:55:39.619Z | Checking tower-service v0.3.2 |
1577 | 2024-08-16T19:55:39.703Z | Checking der v0.7.9 |
1578 | 2024-08-16T19:55:39.741Z | Checking pbkdf2 v0.12.2 |
1579 | 2024-08-16T19:55:39.808Z | Checking aes v0.8.4 |
1580 | 2024-08-16T19:55:39.912Z | Checking gimli v0.28.1 |
1581 | 2024-08-16T19:55:40.038Z | Checking time v0.3.36 |
1582 | 2024-08-16T19:55:40.728Z | Checking futures-executor v0.3.30 |
1583 | 2024-08-16T19:55:40.809Z | Checking salsa20 v0.10.2 |
1584 | 2024-08-16T19:55:40.954Z | Checking cbc v0.1.2 |
1585 | 2024-08-16T19:55:41.024Z | Checking object v0.32.2 |
1586 | 2024-08-16T19:55:41.160Z | Checking httpdate v1.0.3 |
1587 | 2024-08-16T19:55:41.398Z | Checking rustc-demangle v0.1.24 |
1588 | 2024-08-16T19:55:41.542Z | Checking spki v0.7.3 |
1589 | 2024-08-16T19:55:41.834Z | Checking base64 v0.21.7 |
1590 | 2024-08-16T19:55:41.837Z | Checking scrypt v0.11.0 |
1591 | 2024-08-16T19:55:42.062Z | Checking futures v0.3.30 |
1592 | 2024-08-16T19:55:42.172Z | Checking http-body v0.4.6 |
1593 | 2024-08-16T19:55:42.285Z | Checking utf8parse v0.2.1 |
1594 | 2024-08-16T19:55:42.435Z | Checking pkcs5 v0.7.1 |
1595 | 2024-08-16T19:55:42.438Z | Checking regex v1.10.6 |
1596 | 2024-08-16T19:55:42.533Z | Checking foreign-types-shared v0.1.1 |
1597 | 2024-08-16T19:55:42.570Z | Checking openssl-probe v0.1.5 |
1598 | 2024-08-16T19:55:42.641Z | Checking mime v0.3.17 |
1599 | 2024-08-16T19:55:42.726Z | Checking ipnet v2.9.0 |
1600 | 2024-08-16T19:55:42.941Z | Checking pkcs8 v0.10.2 |
1601 | 2024-08-16T19:55:42.968Z | Checking foreign-types v0.3.2 |
1602 | 2024-08-16T19:55:43.052Z | Checking openssl-sys v0.9.103 |
1603 | 2024-08-16T19:55:43.071Z | Checking anstyle v1.0.8 |
1604 | 2024-08-16T19:55:43.173Z | Checking sct v0.7.1 |
1605 | 2024-08-16T19:55:43.204Z | Checking tokio-util v0.7.11 |
1606 | 2024-08-16T19:55:43.229Z | Checking rustls-webpki v0.101.7 |
1607 | 2024-08-16T19:55:43.372Z | Checking toml_datetime v0.6.8 |
1608 | 2024-08-16T19:55:43.398Z | Checking semver v1.0.23 |
1609 | 2024-08-16T19:55:43.659Z | Checking serde_spanned v0.6.7 |
1610 | 2024-08-16T19:55:43.744Z | Checking addr2line v0.21.0 |
1611 | 2024-08-16T19:55:43.804Z | Checking crossbeam-utils v0.8.19 |
1612 | 2024-08-16T19:55:43.843Z | Checking either v1.13.0 |
1613 | 2024-08-16T19:55:43.894Z | Checking data-encoding v2.6.0 |
1614 | 2024-08-16T19:55:44.052Z | Checking h2 v0.3.26 |
1615 | 2024-08-16T19:55:44.218Z | Checking rustls v0.21.12 |
1616 | 2024-08-16T19:55:44.242Z | Checking serde_urlencoded v0.7.1 |
1617 | 2024-08-16T19:55:44.278Z | Checking scroll v0.12.0 |
1618 | 2024-08-16T19:55:44.335Z | Checking openssl v0.10.66 |
1619 | 2024-08-16T19:55:44.487Z | Checking encoding_rs v0.8.34 |
1620 | 2024-08-16T19:55:44.530Z | Checking ucd-trie v0.1.6 |
1621 | 2024-08-16T19:55:44.633Z | Checking plain v0.2.3 |
1622 | 2024-08-16T19:55:44.735Z | Checking pest v2.7.10 |
1623 | 2024-08-16T19:55:44.738Z | Checking anstyle-parse v0.2.4 |
1624 | 2024-08-16T19:55:44.779Z | Checking goblin v0.8.2 |
1625 | 2024-08-16T19:55:45.001Z | Checking idna v0.3.0 |
1626 | 2024-08-16T19:55:45.853Z | Checking colorchoice v1.0.1 |
1627 | 2024-08-16T19:55:45.992Z | Checking pretty-hex v0.4.1 |
1628 | 2024-08-16T19:55:46.173Z | Checking bitflags v1.3.2 |
1629 | 2024-08-16T19:55:46.281Z | Checking anstyle-query v1.0.3 |
1630 | 2024-08-16T19:55:46.404Z | Checking is_terminal_polyfill v1.70.0 |
1631 | 2024-08-16T19:55:46.530Z | Checking psl-types v2.0.11 |
1632 | 2024-08-16T19:55:46.722Z | Checking publicsuffix v2.2.3 |
1633 | 2024-08-16T19:55:46.773Z | Checking anstream v0.6.14 |
1634 | 2024-08-16T19:55:46.855Z | Checking backtrace v0.3.71 |
1635 | 2024-08-16T19:55:46.944Z | Checking cookie v0.17.0 |
1636 | 2024-08-16T19:55:47.152Z | Checking dtrace-parser v0.2.0 |
1637 | 2024-08-16T19:55:47.176Z | Checking rustls-pemfile v1.0.4 |
1638 | 2024-08-16T19:55:47.338Z | Checking terminal_size v0.3.0 |
1639 | 2024-08-16T19:55:47.371Z | Checking thread-id v4.2.1 |
1640 | 2024-08-16T19:55:47.401Z | Checking anyhow v1.0.86 |
1641 | 2024-08-16T19:55:47.464Z | Checking tokio-rustls v0.24.1 |
1642 | 2024-08-16T19:55:47.488Z | Checking clap_lex v0.7.0 |
1643 | 2024-08-16T19:55:47.490Z | Checking strsim v0.11.1 |
1644 | 2024-08-16T19:55:47.651Z | Checking cookie_store v0.20.0 |
1645 | 2024-08-16T19:55:47.729Z | Checking openapiv3 v2.0.0 |
1646 | 2024-08-16T19:55:47.760Z | Checking sha1 v0.10.6 |
1647 | 2024-08-16T19:55:47.785Z | Checking clap_builder v4.5.15 |
1648 | 2024-08-16T19:55:47.830Z | Checking signature v2.2.0 |
1649 | 2024-08-16T19:55:48.025Z | Checking memmap v0.7.0 |
1650 | 2024-08-16T19:55:48.028Z | Checking sync_wrapper v0.1.2 |
1651 | 2024-08-16T19:55:48.170Z | Checking webpki-roots v0.25.4 |
1652 | 2024-08-16T19:55:48.236Z | Checking base64 v0.22.1 |
1653 | 2024-08-16T19:55:48.265Z | Checking num-integer v0.1.46 |
1654 | 2024-08-16T19:55:48.322Z | Checking base16ct v0.2.0 |
1655 | 2024-08-16T19:55:48.510Z | Checking sec1 v0.7.3 |
1656 | 2024-08-16T19:55:48.718Z | Checking ff v0.13.0 |
1657 | 2024-08-16T19:55:48.742Z | Checking stable_deref_trait v1.2.0 |
1658 | 2024-08-16T19:55:48.843Z | Checking num-iter v0.1.45 |
1659 | 2024-08-16T19:55:48.897Z | Checking hkdf v0.12.4 |
1660 | 2024-08-16T19:55:48.929Z | Checking group v0.13.0 |
1661 | 2024-08-16T19:55:49.017Z | Checking crypto-bigint v0.5.5 |
1662 | 2024-08-16T19:55:49.092Z | Checking crc32fast v1.4.0 |
1663 | 2024-08-16T19:55:49.198Z | Checking winnow v0.6.18 |
1664 | 2024-08-16T19:55:49.317Z | Checking crossbeam-epoch v0.9.18 |
1665 | 2024-08-16T19:55:49.678Z | Checking dof v0.3.0 |
1666 | 2024-08-16T19:55:49.745Z | Checking native-tls v0.2.11 |
1667 | 2024-08-16T19:55:49.767Z | Checking hex v0.4.3 |
1668 | 2024-08-16T19:55:50.060Z | Checking tokio-native-tls v0.3.1 |
1669 | 2024-08-16T19:55:50.143Z | Checking hyper v0.14.30 |
1670 | 2024-08-16T19:55:50.240Z | Checking usdt-impl v0.5.0 |
1671 | 2024-08-16T19:55:50.291Z | Checking managed v0.8.0 |
1672 | 2024-08-16T19:55:50.313Z | Checking unicode-segmentation v1.11.0 |
1673 | 2024-08-16T19:55:50.668Z | Checking winnow v0.5.40 |
1674 | 2024-08-16T19:55:50.781Z | Checking usdt v0.5.0 |
1675 | 2024-08-16T19:55:50.810Z | Checking clap v4.5.16 |
1676 | 2024-08-16T19:55:50.925Z | Checking static_assertions v1.1.0 |
1677 | 2024-08-16T19:55:50.968Z | Checking num-bigint-dig v0.8.4 |
1678 | 2024-08-16T19:55:51.019Z | Checking pkcs1 v0.7.5 |
1679 | 2024-08-16T19:55:51.042Z | Checking signal-hook v0.3.17 |
1680 | 2024-08-16T19:55:51.254Z | Checking zerocopy v0.6.6 |
1681 | 2024-08-16T19:55:51.361Z | Checking flate2 v1.0.31 |
1682 | 2024-08-16T19:55:51.413Z | Checking mio v0.8.11 |
1683 | 2024-08-16T19:55:51.754Z | Checking elliptic-curve v0.13.8 |
1684 | 2024-08-16T19:55:51.996Z | Checking siphasher v0.3.11 |
1685 | 2024-08-16T19:55:52.022Z | Checking itertools v0.10.5 |
1686 | 2024-08-16T19:55:52.051Z | Checking signal-hook-mio v0.2.4 |
1687 | 2024-08-16T19:55:52.075Z | Checking toml_edit v0.22.20 |
1688 | 2024-08-16T19:55:52.201Z | Checking regex-automata v0.1.10 |
1689 | 2024-08-16T19:55:52.297Z | Checking bit-vec v0.6.3 |
1690 | 2024-08-16T19:55:52.405Z | Checking itertools v0.12.1 |
1691 | 2024-08-16T19:55:52.605Z | Checking bstr v0.2.17 |
1692 | 2024-08-16T19:55:52.633Z | Checking bit-set v0.5.3 |
1693 | 2024-08-16T19:55:52.882Z | Checking idna v0.4.0 |
1694 | 2024-08-16T19:55:53.100Z | Checking rsa v0.9.6 |
1695 | 2024-08-16T19:55:53.443Z | Checking hash32 v0.2.1 |
1696 | 2024-08-16T19:55:53.713Z | Checking toml_edit v0.19.15 |
1697 | 2024-08-16T19:55:53.758Z | Checking predicates-core v1.0.6 |
1698 | 2024-08-16T19:55:53.761Z | Checking finl_unicode v1.2.0 |
1699 | 2024-08-16T19:55:53.951Z | Checking hickory-proto v0.24.1 |
1700 | 2024-08-16T19:55:54.069Z | Checking heapless v0.7.17 |
1701 | 2024-08-16T19:55:54.236Z | Checking bstr v1.9.1 |
1702 | 2024-08-16T19:55:54.329Z | Checking stringprep v0.1.4 |
1703 | 2024-08-16T19:55:54.602Z | Checking console v0.15.8 |
1704 | 2024-08-16T19:55:54.740Z | Checking md-5 v0.10.6 |
1705 | 2024-08-16T19:55:54.957Z | Checking float-cmp v0.9.0 |
1706 | 2024-08-16T19:55:55.016Z | Checking difflib v0.4.0 |
1707 | 2024-08-16T19:55:55.049Z | Checking fallible-iterator v0.2.0 |
1708 | 2024-08-16T19:55:55.110Z | Checking normalize-line-endings v0.3.0 |
1709 | 2024-08-16T19:55:55.138Z | Checking fixedbitset v0.4.2 |
1710 | 2024-08-16T19:55:55.159Z | Checking smoltcp v0.9.1 |
1711 | 2024-08-16T19:55:55.230Z | Checking similar v2.5.0 |
1712 | 2024-08-16T19:55:55.313Z | Checking predicates v3.1.2 |
1713 | 2024-08-16T19:55:55.413Z | Checking petgraph v0.6.5 |
1714 | 2024-08-16T19:55:55.665Z | Checking postgres-protocol v0.6.7 |
1715 | 2024-08-16T19:55:55.946Z | Checking phf_shared v0.11.2 |
1716 | 2024-08-16T19:55:56.054Z | Checking phf_shared v0.10.0 |
1717 | 2024-08-16T19:55:56.126Z | Checking hyper-rustls v0.24.2 |
1718 | 2024-08-16T19:55:56.199Z | Checking hyper-tls v0.5.0 |
1719 | 2024-08-16T19:55:56.227Z | Checking toml v0.7.8 |
1720 | 2024-08-16T19:55:56.328Z | Checking tokio-stream v0.1.15 |
1721 | 2024-08-16T19:55:56.331Z | Checking fs-err v2.11.0 |
1722 | 2024-08-16T19:55:56.422Z | Checking nix v0.28.0 |
1723 | 2024-08-16T19:55:56.507Z | Checking reqwest v0.11.27 |
1724 | 2024-08-16T19:55:56.614Z | Checking hubpack v0.1.2 |
1725 | 2024-08-16T19:55:56.906Z | Checking minimal-lexical v0.2.1 |
1726 | 2024-08-16T19:55:56.942Z | Checking precomputed-hash v0.1.1 |
1727 | 2024-08-16T19:55:56.975Z | Checking lalrpop-util v0.19.12 |
1728 | 2024-08-16T19:55:57.062Z | Checking new_debug_unreachable v1.0.6 |
1729 | 2024-08-16T19:55:57.088Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1730 | 2024-08-16T19:55:57.159Z | Checking string_cache v0.8.7 |
1731 | 2024-08-16T19:55:57.252Z | Checking postgres-types v0.2.7 |
1732 | 2024-08-16T19:55:57.287Z | Checking nom v7.1.3 |
1733 | 2024-08-16T19:55:57.441Z | Checking phf v0.11.2 |
1734 | 2024-08-16T19:55:57.715Z | Checking whoami v1.5.1 |
1735 | 2024-08-16T19:55:57.975Z | Checking peg-runtime v0.8.3 |
1736 | 2024-08-16T19:55:58.005Z | Checking tokio-postgres v0.7.11 |
1737 | 2024-08-16T19:55:58.205Z | Compiling regress v0.9.1 |
1738 | 2024-08-16T19:55:58.260Z | Compiling getopts v0.2.21 |
1739 | 2024-08-16T19:55:58.566Z | Compiling unsafe-libyaml v0.2.11 |
1740 | 2024-08-16T19:55:58.690Z | Checking camino v1.1.8 |
1741 | 2024-08-16T19:55:59.064Z | Checking heck v0.5.0 |
1742 | 2024-08-16T19:55:59.252Z | Checking is-terminal v0.4.12 |
1743 | 2024-08-16T19:55:59.272Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1744 | 2024-08-16T19:55:59.375Z | Compiling paste v1.0.15 |
1745 | 2024-08-16T19:55:59.614Z | Compiling ident_case v1.0.1 |
1746 | 2024-08-16T19:55:59.788Z | Compiling darling_core v0.20.9 |
1747 | 2024-08-16T19:55:59.964Z | Compiling serde_yaml v0.9.34+deprecated |
1748 | 2024-08-16T19:56:00.583Z | Compiling rustls v0.22.4 |
1749 | 2024-08-16T19:56:00.910Z | Checking http v1.1.0 |
1750 | 2024-08-16T19:56:00.941Z | Checking dirs-sys-next v0.1.2 |
1751 | 2024-08-16T19:56:01.126Z | Checking dirs-next v2.0.0 |
1752 | 2024-08-16T19:56:01.265Z | Checking crossbeam-channel v0.5.12 |
1753 | 2024-08-16T19:56:01.648Z | Checking thread_local v1.1.8 |
1754 | 2024-08-16T19:56:01.931Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1755 | 2024-08-16T19:56:02.012Z | Checking term v0.7.0 |
1756 | 2024-08-16T19:56:02.187Z | Checking strum v0.26.3 |
1757 | 2024-08-16T19:56:02.255Z | Compiling multer v3.1.0 |
1758 | 2024-08-16T19:56:02.344Z | Checking take_mut v0.2.2 |
1759 | 2024-08-16T19:56:02.450Z | Checking slog-term v2.9.1 |
1760 | 2024-08-16T19:56:02.497Z | Checking slog-async v2.8.0 |
1761 | 2024-08-16T19:56:02.625Z | Compiling async-stream-impl v0.3.5 |
1762 | 2024-08-16T19:56:02.785Z | Checking rustls-pki-types v1.7.0 |
1763 | 2024-08-16T19:56:02.951Z | Checking match_cfg v0.1.0 |
1764 | 2024-08-16T19:56:03.048Z | Checking hostname v0.3.1 |
1765 | 2024-08-16T19:56:03.189Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1766 | 2024-08-16T19:56:03.231Z | Checking toml v0.8.19 |
1767 | 2024-08-16T19:56:03.307Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1768 | 2024-08-16T19:56:03.581Z | Checking rustls-webpki v0.102.4 |
1769 | 2024-08-16T19:56:03.981Z | Checking rustls-pemfile v2.1.3 |
1770 | 2024-08-16T19:56:04.023Z | Checking debug-ignore v1.0.5 |
1771 | 2024-08-16T19:56:04.081Z | Checking slog-json v2.6.1 |
1772 | 2024-08-16T19:56:04.166Z | Checking atomic-waker v1.1.2 |
1773 | 2024-08-16T19:56:04.229Z | Checking async-stream v0.3.5 |
1774 | 2024-08-16T19:56:04.293Z | Checking waitgroup v0.1.2 |
1775 | 2024-08-16T19:56:04.341Z | Checking slog-bunyan v2.5.0 |
1776 | 2024-08-16T19:56:04.426Z | Checking ipnetwork v0.20.0 |
1777 | 2024-08-16T19:56:04.499Z | Checking serde_path_to_error v0.1.16 |
1778 | 2024-08-16T19:56:04.782Z | Checking hostname v0.4.0 |
1779 | 2024-08-16T19:56:04.805Z | Checking instant v0.1.12 |
1780 | 2024-08-16T19:56:04.916Z | Checking fastrand v2.1.0 |
1781 | 2024-08-16T19:56:04.937Z | Compiling structmeta-derive v0.3.0 |
1782 | 2024-08-16T19:56:05.042Z | Checking quick-error v1.2.3 |
1783 | 2024-08-16T19:56:05.141Z | Checking newtype-uuid v1.1.0 |
1784 | 2024-08-16T19:56:05.184Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1785 | 2024-08-16T19:56:05.244Z | Checking tempfile v3.10.1 |
1786 | 2024-08-16T19:56:05.388Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1787 | 2024-08-16T19:56:05.599Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1788 | 2024-08-16T19:56:05.904Z | Checking macaddr v1.0.1 |
1789 | 2024-08-16T19:56:05.948Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1790 | 2024-08-16T19:56:06.084Z | Checking backoff v0.4.0 |
1791 | 2024-08-16T19:56:06.147Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1792 | 2024-08-16T19:56:06.248Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1793 | 2024-08-16T19:56:06.366Z | Checking wait-timeout v0.2.0 |
1794 | 2024-08-16T19:56:06.410Z | Checking rand_xorshift v0.3.0 |
1795 | 2024-08-16T19:56:06.482Z | Compiling structmeta-derive v0.2.0 |
1796 | 2024-08-16T19:56:06.574Z | Checking rusty-fork v0.3.0 |
1797 | 2024-08-16T19:56:06.627Z | Checking unarray v0.1.4 |
1798 | 2024-08-16T19:56:06.693Z | Compiling darling_macro v0.20.9 |
1799 | 2024-08-16T19:56:06.784Z | Compiling proc-macro-error v1.0.4 |
1800 | 2024-08-16T19:56:06.853Z | Checking proptest v1.5.0 |
1801 | 2024-08-16T19:56:07.360Z | Checking camino-tempfile v1.1.1 |
1802 | 2024-08-16T19:56:07.453Z | Compiling proc-macro-crate v1.3.1 |
1803 | 2024-08-16T19:56:07.613Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1804 | 2024-08-16T19:56:07.616Z | Compiling darling v0.20.9 |
1805 | 2024-08-16T19:56:07.752Z | Compiling serde_with_macros v3.8.3 |
1806 | 2024-08-16T19:56:07.999Z | Compiling structmeta v0.3.0 |
1807 | 2024-08-16T19:56:08.021Z | Checking tokio-rustls v0.25.0 |
1808 | 2024-08-16T19:56:08.043Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1809 | 2024-08-16T19:56:08.372Z | Compiling foreign-types-macros v0.2.3 |
1810 | 2024-08-16T19:56:08.444Z | Compiling parse-display-derive v0.10.0 |
1811 | 2024-08-16T19:56:08.566Z | Compiling num_enum_derive v0.5.11 |
1812 | 2024-08-16T19:56:09.386Z | Compiling structmeta v0.2.0 |
1813 | 2024-08-16T19:56:09.690Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1814 | 2024-08-16T19:56:09.797Z | Compiling test-strategy v0.3.1 |
1815 | 2024-08-16T19:56:09.993Z | Checking foreign-types-shared v0.3.1 |
1816 | 2024-08-16T19:56:10.111Z | Checking foreign-types v0.5.0 |
1817 | 2024-08-16T19:56:10.575Z | Checking cstr-argument v0.1.2 |
1818 | 2024-08-16T19:56:10.734Z | Checking serde_with v3.8.3 |
1819 | 2024-08-16T19:56:10.756Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1820 | 2024-08-16T19:56:11.266Z | Checking num_enum v0.5.11 |
1821 | 2024-08-16T19:56:11.418Z | Checking pretty-hex v0.2.1 |
1822 | 2024-08-16T19:56:11.608Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1823 | 2024-08-16T19:56:11.629Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1824 | 2024-08-16T19:56:11.807Z | Checking tabwriter v1.4.0 |
1825 | 2024-08-16T19:56:11.891Z | Checking colored v2.1.0 |
1826 | 2024-08-16T19:56:11.939Z | Checking socket2 v0.4.10 |
1827 | 2024-08-16T19:56:12.057Z | Checking smf v0.2.3 |
1828 | 2024-08-16T19:56:12.185Z | Compiling heapless v0.8.0 |
1829 | 2024-08-16T19:56:12.335Z | Checking termtree v0.4.1 |
1830 | 2024-08-16T19:56:12.404Z | Checking hash32 v0.3.1 |
1831 | 2024-08-16T19:56:12.518Z | Compiling smoltcp v0.11.0 |
1832 | 2024-08-16T19:56:12.545Z | Checking predicates-tree v1.0.9 |
1833 | 2024-08-16T19:56:12.589Z | Compiling crucible-workspace-hack v0.1.0 |
1834 | 2024-08-16T19:56:12.687Z | Checking cobs v0.2.3 |
1835 | 2024-08-16T19:56:12.863Z | Checking embedded-io v0.4.0 |
1836 | 2024-08-16T19:56:13.018Z | Checking sigpipe v0.1.3 |
1837 | 2024-08-16T19:56:13.052Z | Checking postcard v1.0.8 |
1838 | 2024-08-16T19:56:13.122Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1839 | 2024-08-16T19:56:13.153Z | Checking parse-display v0.10.0 |
1840 | 2024-08-16T19:56:13.274Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1841 | 2024-08-16T19:56:13.376Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1842 | 2024-08-16T19:56:13.427Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1843 | 2024-08-16T19:56:13.515Z | Compiling mockall_derive v0.13.0 |
1844 | 2024-08-16T19:56:13.741Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1845 | 2024-08-16T19:56:13.768Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1846 | 2024-08-16T19:56:13.974Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1847 | 2024-08-16T19:56:14.022Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1848 | 2024-08-16T19:56:14.044Z | Compiling num-derive v0.4.2 |
1849 | 2024-08-16T19:56:14.254Z | Checking downcast v0.11.0 |
1850 | 2024-08-16T19:56:14.385Z | Checking fragile v2.0.0 |
1851 | 2024-08-16T19:56:14.462Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1852 | 2024-08-16T19:56:14.651Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1853 | 2024-08-16T19:56:14.788Z | Checking humantime v2.1.0 |
1854 | 2024-08-16T19:56:14.889Z | Checking arc-swap v1.7.1 |
1855 | 2024-08-16T19:56:15.084Z | Checking utf-8 v0.7.6 |
1856 | 2024-08-16T19:56:15.297Z | Checking xattr v1.3.1 |
1857 | 2024-08-16T19:56:15.337Z | Checking slog-scope v4.4.0 |
1858 | 2024-08-16T19:56:15.474Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1859 | 2024-08-16T19:56:16.496Z | Checking filetime v0.2.24 |
1860 | 2024-08-16T19:56:16.522Z | Checking termcolor v1.4.1 |
1861 | 2024-08-16T19:56:16.522Z | Checking slog-stdlog v4.1.1 |
1862 | 2024-08-16T19:56:16.522Z | Checking tar v0.4.41 |
1863 | 2024-08-16T19:56:16.522Z | Checking slog-envlogger v2.2.0 |
1864 | 2024-08-16T19:56:16.522Z | Checking same-file v1.0.6 |
1865 | 2024-08-16T19:56:16.522Z | Checking newline-converter v0.3.0 |
1866 | 2024-08-16T19:56:16.522Z | Checking walkdir v2.5.0 |
1867 | 2024-08-16T19:56:16.522Z | Checking expectorate v1.1.0 |
1868 | 2024-08-16T19:56:16.522Z | Checking tungstenite v0.21.0 |
1869 | 2024-08-16T19:56:16.522Z | Checking atty v0.2.14 |
1870 | 2024-08-16T19:56:16.522Z | Compiling derive-where v1.2.7 |
1871 | 2024-08-16T19:56:16.522Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1872 | 2024-08-16T19:56:16.522Z | Checking pem v3.0.4 |
1873 | 2024-08-16T19:56:16.523Z | Checking password-hash v0.5.0 |
1874 | 2024-08-16T19:56:16.729Z | Checking blake2 v0.10.6 |
1875 | 2024-08-16T19:56:16.895Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1876 | 2024-08-16T19:56:16.916Z | Checking tungstenite v0.20.1 |
1877 | 2024-08-16T19:56:16.973Z | Checking env_logger v0.9.3 |
1878 | 2024-08-16T19:56:17.120Z | Checking tokio-tungstenite v0.21.0 |
1879 | 2024-08-16T19:56:17.155Z | Checking argon2 v0.5.3 |
1880 | 2024-08-16T19:56:17.405Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1881 | 2024-08-16T19:56:17.613Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1882 | 2024-08-16T19:56:17.753Z | Compiling bitstruct_derive v0.1.0 |
1883 | 2024-08-16T19:56:17.772Z | Checking ascii v1.1.0 |
1884 | 2024-08-16T19:56:17.837Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1885 | 2024-08-16T19:56:17.840Z | Checking tokio-tungstenite v0.20.1 |
1886 | 2024-08-16T19:56:18.156Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1887 | 2024-08-16T19:56:18.185Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1888 | 2024-08-16T19:56:18.311Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1889 | 2024-08-16T19:56:18.337Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1890 | 2024-08-16T19:56:18.423Z | Checking atomicwrites v0.4.3 |
1891 | 2024-08-16T19:56:18.500Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1892 | 2024-08-16T19:56:18.626Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1893 | 2024-08-16T19:56:18.778Z | Checking erased-serde v0.3.31 |
1894 | 2024-08-16T19:56:18.899Z | Checking serde_arrays v0.1.0 |
1895 | 2024-08-16T19:56:19.046Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1896 | 2024-08-16T19:56:19.067Z | Compiling heck v0.3.3 |
1897 | 2024-08-16T19:56:19.113Z | Checking bitstruct v0.1.1 |
1898 | 2024-08-16T19:56:19.229Z | Compiling convert_case v0.4.0 |
1899 | 2024-08-16T19:56:19.387Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1900 | 2024-08-16T19:56:19.492Z | Compiling zone_cfg_derive v0.1.2 |
1901 | 2024-08-16T19:56:19.708Z | Checking yasna v0.5.2 |
1902 | 2024-08-16T19:56:19.857Z | Checking headers-core v0.2.0 |
1903 | 2024-08-16T19:56:19.879Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1904 | 2024-08-16T19:56:20.027Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1905 | 2024-08-16T19:56:20.141Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1906 | 2024-08-16T19:56:20.168Z | Compiling derive_more v0.99.18 |
1907 | 2024-08-16T19:56:20.548Z | Checking base64 v0.13.1 |
1908 | 2024-08-16T19:56:20.747Z | Checking rcgen v0.12.1 |
1909 | 2024-08-16T19:56:20.945Z | Checking ron v0.7.1 |
1910 | 2024-08-16T19:56:21.001Z | Checking zone v0.1.8 |
1911 | 2024-08-16T19:56:21.505Z | Checking headers v0.3.9 |
1912 | 2024-08-16T19:56:21.804Z | Checking portpicker v0.1.1 |
1913 | 2024-08-16T19:56:21.806Z | Checking mockall v0.13.0 |
1914 | 2024-08-16T19:56:21.943Z | Checking subprocess v0.2.9 |
1915 | 2024-08-16T19:56:22.055Z | Checking half v2.4.1 |
1916 | 2024-08-16T19:56:22.079Z | Checking ciborium-io v0.2.2 |
1917 | 2024-08-16T19:56:22.206Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1918 | 2024-08-16T19:56:22.476Z | Compiling rayon-core v1.12.1 |
1919 | 2024-08-16T19:56:22.540Z | Checking ciborium-ll v0.2.2 |
1920 | 2024-08-16T19:56:22.543Z | Compiling prettyplease v0.2.20 |
1921 | 2024-08-16T19:56:22.806Z | Checking swrite v0.1.0 |
1922 | 2024-08-16T19:56:22.838Z | Checking ciborium v0.2.2 |
1923 | 2024-08-16T19:56:22.891Z | Compiling home v0.5.9 |
1924 | 2024-08-16T19:56:22.922Z | Compiling semver v0.1.20 |
1925 | 2024-08-16T19:56:23.098Z | Checking linked-hash-map v0.5.6 |
1926 | 2024-08-16T19:56:23.166Z | Compiling slog-dtrace v0.3.0 |
1927 | 2024-08-16T19:56:23.435Z | Checking lru-cache v0.1.2 |
1928 | 2024-08-16T19:56:23.457Z | Compiling rustc_version v0.1.7 |
1929 | 2024-08-16T19:56:23.568Z | Compiling ring v0.16.20 |
1930 | 2024-08-16T19:56:23.589Z | Compiling blake3 v1.5.1 |
1931 | 2024-08-16T19:56:23.624Z | Compiling cancel-safe-futures v0.1.5 |
1932 | 2024-08-16T19:56:23.941Z | Compiling newtype_derive v0.1.6 |
1933 | 2024-08-16T19:56:24.274Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1934 | 2024-08-16T19:56:24.433Z | Checking steno v0.4.1 |
1935 | 2024-08-16T19:56:24.577Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1936 | 2024-08-16T19:56:24.717Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1937 | 2024-08-16T19:56:25.644Z | Checking num-rational v0.4.2 |
1938 | 2024-08-16T19:56:26.274Z | Checking itertools v0.13.0 |
1939 | 2024-08-16T19:56:26.706Z | Checking num-complex v0.4.6 |
1940 | 2024-08-16T19:56:27.517Z | Checking float-ord v0.3.2 |
1941 | 2024-08-16T19:56:27.647Z | Checking resolv-conf v0.7.0 |
1942 | 2024-08-16T19:56:27.649Z | Checking num v0.4.3 |
1943 | 2024-08-16T19:56:28.013Z | Checking hickory-resolver v0.24.1 |
1944 | 2024-08-16T19:56:28.095Z | Checking libsw v3.3.1 |
1945 | 2024-08-16T19:56:28.556Z | Checking linear-map v1.2.0 |
1946 | 2024-08-16T19:56:28.653Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1947 | 2024-08-16T19:56:28.920Z | Checking owo-colors v4.0.0 |
1948 | 2024-08-16T19:56:28.963Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1949 | 2024-08-16T19:56:30.791Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1950 | 2024-08-16T19:56:31.224Z | Compiling crossbeam-deque v0.8.5 |
1951 | 2024-08-16T19:56:32.909Z | Compiling memmap2 v0.9.4 |
1952 | 2024-08-16T19:56:33.018Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1953 | 2024-08-16T19:56:33.319Z | Compiling rayon v1.10.0 |
1954 | 2024-08-16T19:56:33.356Z | Compiling arrayvec v0.7.4 |
1955 | 2024-08-16T19:56:33.761Z | Compiling spin v0.5.2 |
1956 | 2024-08-16T19:56:33.996Z | Compiling arrayref v0.3.7 |
1957 | 2024-08-16T19:56:34.103Z | Compiling untrusted v0.7.1 |
1958 | 2024-08-16T19:56:34.303Z | Compiling constant_time_eq v0.3.0 |
1959 | 2024-08-16T19:56:34.619Z | Compiling toolchain_find v0.4.0 |
1960 | 2024-08-16T19:56:34.958Z | Compiling topological-sort v0.2.2 |
1961 | 2024-08-16T19:56:35.177Z | Compiling rustfmt-wrapper v0.2.1 |
1962 | 2024-08-16T19:56:35.200Z | Checking display-error-chain v0.2.0 |
1963 | 2024-08-16T19:56:35.295Z | Checking nibble_vec v0.1.0 |
1964 | 2024-08-16T19:56:35.347Z | Checking endian-type v0.1.2 |
1965 | 2024-08-16T19:56:35.476Z | Checking fxhash v0.2.1 |
1966 | 2024-08-16T19:56:35.554Z | Checking radix_trie v0.2.1 |
1967 | 2024-08-16T19:56:35.648Z | Checking keccak v0.1.5 |
1968 | 2024-08-16T19:56:35.774Z | Checking secrecy v0.8.0 |
1969 | 2024-08-16T19:56:35.945Z | Checking universal-hash v0.5.1 |
1970 | 2024-08-16T19:56:35.967Z | Checking sha3 v0.10.8 |
1971 | 2024-08-16T19:56:35.985Z | Checking opaque-debug v0.3.1 |
1972 | 2024-08-16T19:56:36.075Z | Compiling curve25519-dalek v4.1.3 |
1973 | 2024-08-16T19:56:36.130Z | Checking maplit v1.0.2 |
1974 | 2024-08-16T19:56:36.242Z | Compiling radium v0.7.0 |
1975 | 2024-08-16T19:56:36.366Z | Checking aead v0.5.2 |
1976 | 2024-08-16T19:56:36.583Z | Compiling curve25519-dalek-derive v0.1.1 |
1977 | 2024-08-16T19:56:36.757Z | Checking tap v1.0.1 |
1978 | 2024-08-16T19:56:36.842Z | Compiling maybe-uninit v2.0.0 |
1979 | 2024-08-16T19:56:36.927Z | Checking wyz v0.5.1 |
1980 | 2024-08-16T19:56:37.461Z | Checking poly1305 v0.8.0 |
1981 | 2024-08-16T19:56:37.884Z | Checking chacha20 v0.9.1 |
1982 | 2024-08-16T19:56:37.960Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1983 | 2024-08-16T19:56:38.036Z | Compiling packed_struct v0.10.1 |
1984 | 2024-08-16T19:56:38.212Z | Checking funty v2.0.0 |
1985 | 2024-08-16T19:56:38.447Z | Compiling omicron-zone-package v0.11.0 |
1986 | 2024-08-16T19:56:38.506Z | Checking crc-catalog v2.4.0 |
1987 | 2024-08-16T19:56:38.653Z | Checking crc v3.2.1 |
1988 | 2024-08-16T19:56:39.062Z | Checking gethostname v0.5.0 |
1989 | 2024-08-16T19:56:39.091Z | Compiling packed_struct_codegen v0.10.1 |
1990 | 2024-08-16T19:56:39.142Z | Checking bitvec v1.0.1 |
1991 | 2024-08-16T19:56:39.170Z | Compiling indexmap v1.9.3 |
1992 | 2024-08-16T19:56:39.498Z | Compiling libefi-sys v0.1.0 |
1993 | 2024-08-16T19:56:39.806Z | Checking nodrop v0.1.14 |
1994 | 2024-08-16T19:56:39.929Z | Checking array-init v0.0.4 |
1995 | 2024-08-16T19:56:39.950Z | Checking smallvec v0.6.14 |
1996 | 2024-08-16T19:56:40.311Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1997 | 2024-08-16T19:56:40.381Z | Compiling bitfield-struct v0.6.1 |
1998 | 2024-08-16T19:56:40.729Z | Checking hashbrown v0.12.3 |
1999 | 2024-08-16T19:56:40.903Z | Checking bitfield v0.14.0 |
2000 | 2024-08-16T19:56:41.193Z | Checking serde-hex v0.1.0 |
2001 | 2024-08-16T19:56:41.859Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2002 | 2024-08-16T19:56:41.978Z | Checking bzip2 v0.4.4 |
2003 | 2024-08-16T19:56:42.286Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2004 | 2024-08-16T19:56:42.430Z | Checking env_logger v0.10.2 |
2005 | 2024-08-16T19:56:42.448Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2006 | 2024-08-16T19:56:42.467Z | Checking ron v0.8.1 |
2007 | 2024-08-16T19:56:42.553Z | Checking x509-cert v0.2.5 |
2008 | 2024-08-16T19:56:42.747Z | Checking hashbrown v0.13.2 |
2009 | 2024-08-16T19:56:42.830Z | Compiling thiserror-impl-no-std v2.0.2 |
2010 | 2024-08-16T19:56:43.722Z | Compiling async-recursion v1.1.1 |
2011 | 2024-08-16T19:56:43.817Z | Checking crc-any v2.5.0 |
2012 | 2024-08-16T19:56:44.131Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2013 | 2024-08-16T19:56:44.202Z | Checking object v0.30.4 |
2014 | 2024-08-16T19:56:44.248Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2015 | 2024-08-16T19:56:44.717Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2016 | 2024-08-16T19:56:44.971Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2017 | 2024-08-16T19:56:44.991Z | Checking zip v0.6.6 |
2018 | 2024-08-16T19:56:45.103Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2019 | 2024-08-16T19:56:45.198Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2020 | 2024-08-16T19:56:45.407Z | Checking path-slash v0.1.5 |
2021 | 2024-08-16T19:56:45.432Z | Compiling parking_lot_core v0.8.6 |
2022 | 2024-08-16T19:56:45.582Z | Checking chacha20poly1305 v0.10.1 |
2023 | 2024-08-16T19:56:45.657Z | Checking glob v0.3.1 |
2024 | 2024-08-16T19:56:45.676Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2025 | 2024-08-16T19:56:45.768Z | Checking hickory-client v0.24.1 |
2026 | 2024-08-16T19:56:45.975Z | Checking hickory-server v0.24.1 |
2027 | 2024-08-16T19:56:45.995Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2028 | 2024-08-16T19:56:46.067Z | Checking thiserror-no-std v2.0.2 |
2029 | 2024-08-16T19:56:46.180Z | Checking vsss-rs v3.3.4 |
2030 | 2024-08-16T19:56:46.281Z | Checking parking_lot v0.11.2 |
2031 | 2024-08-16T19:56:46.343Z | Checking crossterm v0.28.1 |
2032 | 2024-08-16T19:56:46.364Z | Compiling buf-list v1.0.3 |
2033 | 2024-08-16T19:56:46.626Z | Checking sled v0.34.7 |
2034 | 2024-08-16T19:56:47.146Z | Compiling unicase v2.7.0 |
2035 | 2024-08-16T19:56:47.707Z | Checking nanorand v0.7.0 |
2036 | 2024-08-16T19:56:48.086Z | Checking flume v0.11.0 |
2037 | 2024-08-16T19:56:48.592Z | Checking kstat-rs v0.2.4 |
2038 | 2024-08-16T19:56:48.930Z | Compiling vte_generate_state_changes v0.1.1 |
2039 | 2024-08-16T19:56:49.010Z | Checking fd-lock v4.0.2 |
2040 | 2024-08-16T19:56:49.089Z | Compiling mime_guess v2.0.4 |
2041 | 2024-08-16T19:56:49.364Z | Checking crossterm v0.27.0 |
2042 | 2024-08-16T19:56:49.444Z | Checking nu-ansi-term v0.50.0 |
2043 | 2024-08-16T19:56:49.463Z | Compiling dsl_auto_type v0.1.2 |
2044 | 2024-08-16T19:56:49.583Z | Checking vte v0.11.1 |
2045 | 2024-08-16T19:56:49.832Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2046 | 2024-08-16T19:56:50.099Z | Checking scheduled-thread-pool v0.2.7 |
2047 | 2024-08-16T19:56:50.145Z | Compiling pin-project-internal v1.1.5 |
2048 | 2024-08-16T19:56:50.333Z | Compiling diesel_table_macro_syntax v0.2.0 |
2049 | 2024-08-16T19:56:50.743Z | Checking http-range v0.1.5 |
2050 | 2024-08-16T19:56:50.927Z | Compiling crunchy v0.2.2 |
2051 | 2024-08-16T19:56:50.970Z | Checking strip-ansi-escapes v0.2.0 |
2052 | 2024-08-16T19:56:51.083Z | Checking r2d2 v0.8.10 |
2053 | 2024-08-16T19:56:51.124Z | Checking reedline v0.33.0 |
2054 | 2024-08-16T19:56:51.127Z | Compiling diesel_derives v2.2.2 |
2055 | 2024-08-16T19:56:51.163Z | Checking hyper-staticfile v0.9.5 |
2056 | 2024-08-16T19:56:51.384Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2057 | 2024-08-16T19:56:51.477Z | Compiling clang-sys v1.7.0 |
2058 | 2024-08-16T19:56:51.591Z | Compiling tiny-keccak v2.0.2 |
2059 | 2024-08-16T19:56:51.639Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2060 | 2024-08-16T19:56:51.670Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2061 | 2024-08-16T19:56:51.891Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2062 | 2024-08-16T19:56:52.269Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2063 | 2024-08-16T19:56:53.471Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2064 | 2024-08-16T19:56:53.906Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2065 | 2024-08-16T19:56:56.006Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2066 | 2024-08-16T19:56:56.243Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2067 | 2024-08-16T19:56:56.858Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2068 | 2024-08-16T19:56:58.206Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2069 | 2024-08-16T19:56:58.228Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2070 | 2024-08-16T19:56:58.314Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2071 | 2024-08-16T19:56:59.330Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2072 | 2024-08-16T19:56:59.386Z | Checking pin-project v1.1.5 |
2073 | 2024-08-16T19:56:59.515Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2074 | 2024-08-16T19:56:59.858Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2075 | 2024-08-16T19:57:00.004Z | Compiling ref-cast v1.0.23 |
2076 | 2024-08-16T19:57:00.119Z | Checking bytecount v0.6.8 |
2077 | 2024-08-16T19:57:00.276Z | Checking papergrid v0.11.0 |
2078 | 2024-08-16T19:57:01.086Z | Compiling ascii-canvas v3.0.0 |
2079 | 2024-08-16T19:57:01.291Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2080 | 2024-08-16T19:57:01.608Z | Compiling tabled_derive v0.7.0 |
2081 | 2024-08-16T19:57:01.697Z | Compiling ena v0.14.3 |
2082 | 2024-08-16T19:57:01.977Z | Compiling ref-cast-impl v1.0.23 |
2083 | 2024-08-16T19:57:02.082Z | Compiling libloading v0.8.3 |
2084 | 2024-08-16T19:57:02.519Z | Compiling regex-syntax v0.6.29 |
2085 | 2024-08-16T19:57:03.222Z | Compiling bindgen v0.69.4 |
2086 | 2024-08-16T19:57:03.760Z | Compiling diff v0.1.13 |
2087 | 2024-08-16T19:57:03.885Z | Checking diesel v2.2.2 |
2088 | 2024-08-16T19:57:04.161Z | Checking tabled v0.15.0 |
2089 | 2024-08-16T19:57:05.137Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2090 | 2024-08-16T19:57:07.038Z | Compiling lalrpop v0.19.12 |
2091 | 2024-08-16T19:57:08.329Z | Compiling which v4.4.2 |
2092 | 2024-08-16T19:57:08.943Z | Checking signal-hook-tokio v0.3.1 |
2093 | 2024-08-16T19:57:09.115Z | Compiling cexpr v0.6.0 |
2094 | 2024-08-16T19:57:09.348Z | Compiling rustc-hash v1.1.0 |
2095 | 2024-08-16T19:57:09.513Z | Compiling shlex v1.3.0 |
2096 | 2024-08-16T19:57:09.935Z | Compiling lazycell v1.3.0 |
2097 | 2024-08-16T19:57:10.935Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2098 | 2024-08-16T19:57:14.294Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2099 | 2024-08-16T19:57:16.225Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2100 | 2024-08-16T19:57:19.811Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2101 | 2024-08-16T19:57:20.875Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2102 | 2024-08-16T19:57:21.928Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2103 | 2024-08-16T19:57:22.288Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2104 | 2024-08-16T19:57:22.456Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2105 | 2024-08-16T19:57:22.849Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2106 | 2024-08-16T19:57:23.161Z | Compiling derive_builder_core v0.20.0 |
2107 | 2024-08-16T19:57:25.699Z | Compiling libxml v0.3.3 |
2108 | 2024-08-16T19:57:26.077Z | Compiling memoffset v0.9.1 |
2109 | 2024-08-16T19:57:26.417Z | Compiling derive_builder_macro v0.20.0 |
2110 | 2024-08-16T19:57:26.574Z | Compiling peg-macros v0.8.4 |
2111 | 2024-08-16T19:57:26.781Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2112 | 2024-08-16T19:57:27.328Z | Compiling strum_macros v0.24.3 |
2113 | 2024-08-16T19:57:27.433Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2114 | 2024-08-16T19:57:28.068Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2115 | 2024-08-16T19:57:28.309Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2116 | 2024-08-16T19:57:29.684Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2117 | 2024-08-16T19:57:30.362Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2118 | 2024-08-16T19:57:30.607Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2119 | 2024-08-16T19:57:31.025Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2120 | 2024-08-16T19:57:31.539Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2121 | 2024-08-16T19:57:33.663Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2122 | 2024-08-16T19:57:34.513Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2123 | 2024-08-16T19:57:35.079Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2124 | 2024-08-16T19:57:35.208Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2125 | 2024-08-16T19:57:35.666Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2126 | 2024-08-16T19:57:37.616Z | Compiling snafu-derive v0.8.2 |
2127 | 2024-08-16T19:57:37.761Z | Compiling sqlparser_derive v0.2.2 |
2128 | 2024-08-16T19:57:38.832Z | Compiling cookie v0.18.1 |
2129 | 2024-08-16T19:57:39.136Z | Compiling indoc v1.0.9 |
2130 | 2024-08-16T19:57:39.793Z | Checking unicode_categories v0.1.1 |
2131 | 2024-08-16T19:57:39.812Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2132 | 2024-08-16T19:57:40.081Z | Checking sqlformat v0.2.4 |
2133 | 2024-08-16T19:57:40.138Z | Checking rustyline v14.0.0 |
2134 | 2024-08-16T19:57:41.257Z | Checking sqlparser v0.45.0 |
2135 | 2024-08-16T19:57:41.885Z | Checking peg v0.8.4 |
2136 | 2024-08-16T19:57:41.999Z | Checking derive_builder v0.20.0 |
2137 | 2024-08-16T19:57:42.189Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2138 | 2024-08-16T19:57:42.739Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2139 | 2024-08-16T19:57:43.038Z | Checking globset v0.4.14 |
2140 | 2024-08-16T19:57:43.344Z | Checking snafu v0.8.2 |
2141 | 2024-08-16T19:57:43.512Z | Checking olpc-cjson v0.1.3 |
2142 | 2024-08-16T19:57:43.741Z | Checking bcs v0.1.6 |
2143 | 2024-08-16T19:57:43.841Z | Checking quick-xml v0.31.0 |
2144 | 2024-08-16T19:57:43.910Z | Checking serde_plain v1.0.2 |
2145 | 2024-08-16T19:57:44.159Z | Compiling impl-trait-for-tuples v0.2.2 |
2146 | 2024-08-16T19:57:44.178Z | Compiling oso-derive v0.27.3 |
2147 | 2024-08-16T19:57:44.607Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2148 | 2024-08-16T19:57:44.940Z | Checking highway v1.2.0 |
2149 | 2024-08-16T19:57:45.277Z | Checking typed-path v0.7.1 |
2150 | 2024-08-16T19:57:45.431Z | Checking nix v0.27.1 |
2151 | 2024-08-16T19:57:46.433Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2152 | 2024-08-16T19:57:46.782Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2153 | 2024-08-16T19:57:47.050Z | Checking serde-big-array v0.5.1 |
2154 | 2024-08-16T19:57:47.250Z | Checking tough v0.17.1 |
2155 | 2024-08-16T19:57:47.273Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2156 | 2024-08-16T19:57:47.594Z | Checking parse-size v1.0.0 |
2157 | 2024-08-16T19:57:48.324Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2158 | 2024-08-16T19:57:50.123Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2159 | 2024-08-16T19:57:50.227Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2160 | 2024-08-16T19:57:50.425Z | Checking bb8 v0.8.5 |
2161 | 2024-08-16T19:57:50.881Z | Compiling const_format_proc_macros v0.2.32 |
2162 | 2024-08-16T19:57:51.202Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2163 | 2024-08-16T19:57:51.798Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2164 | 2024-08-16T19:57:51.934Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2165 | 2024-08-16T19:57:52.502Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2166 | 2024-08-16T19:57:53.034Z | Checking const_format v0.2.32 |
2167 | 2024-08-16T19:57:53.942Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2168 | 2024-08-16T19:57:54.496Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2169 | 2024-08-16T19:57:55.175Z | Checking heck v0.4.1 |
2170 | 2024-08-16T19:57:55.228Z | Checking assert_matches v1.5.0 |
2171 | 2024-08-16T19:57:55.330Z | Compiling portable-atomic v1.6.0 |
2172 | 2024-08-16T19:57:55.373Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2173 | 2024-08-16T19:57:55.472Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2174 | 2024-08-16T19:57:55.845Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2175 | 2024-08-16T19:57:56.351Z | Compiling libz-sys v1.1.16 |
2176 | 2024-08-16T19:57:56.369Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2177 | 2024-08-16T19:57:57.182Z | Checking rand_seeder v0.3.0 |
2178 | 2024-08-16T19:57:57.434Z | Checking number_prefix v0.4.0 |
2179 | 2024-08-16T19:57:57.462Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2180 | 2024-08-16T19:57:57.653Z | Checking indicatif v0.17.8 |
2181 | 2024-08-16T19:57:58.440Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2182 | 2024-08-16T19:57:58.845Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2183 | 2024-08-16T19:57:59.765Z | Compiling vergen v8.3.2 |
2184 | 2024-08-16T19:58:00.055Z | Compiling cargo-platform v0.1.8 |
2185 | 2024-08-16T19:58:00.212Z | Checking is_ci v1.2.0 |
2186 | 2024-08-16T19:58:00.349Z | Checking supports-color v3.0.0 |
2187 | 2024-08-16T19:58:00.540Z | Compiling cargo_metadata v0.18.1 |
2188 | 2024-08-16T19:58:00.671Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2189 | 2024-08-16T19:58:01.800Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2190 | 2024-08-16T19:58:02.833Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2191 | 2024-08-16T19:58:03.145Z | Checking castaway v0.2.3 |
2192 | 2024-08-16T19:58:03.318Z | Compiling libsqlite3-sys v0.28.0 |
2193 | 2024-08-16T19:58:03.400Z | Checking compact_str v0.8.0 |
2194 | 2024-08-16T19:58:03.899Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2195 | 2024-08-16T19:58:04.023Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2196 | 2024-08-16T19:58:04.154Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2197 | 2024-08-16T19:58:04.211Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2198 | 2024-08-16T19:58:04.213Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2199 | 2024-08-16T19:58:04.309Z | Checking unicode-truncate v1.0.0 |
2200 | 2024-08-16T19:58:04.536Z | Checking lru v0.12.3 |
2201 | 2024-08-16T19:58:04.840Z | Compiling instability v0.3.2 |
2202 | 2024-08-16T19:58:04.948Z | Checking cassowary v0.3.0 |
2203 | 2024-08-16T19:58:05.426Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2204 | 2024-08-16T19:58:05.865Z | Checking ratatui v0.28.0 |
2205 | 2024-08-16T19:58:05.886Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2206 | 2024-08-16T19:58:06.642Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2207 | 2024-08-16T19:58:07.794Z | Checking hashlink v0.9.1 |
2208 | 2024-08-16T19:58:07.896Z | Checking smawk v0.3.2 |
2209 | 2024-08-16T19:58:08.107Z | Checking fallible-streaming-iterator v0.1.9 |
2210 | 2024-08-16T19:58:08.340Z | Checking fallible-iterator v0.3.0 |
2211 | 2024-08-16T19:58:08.389Z | Checking unicode-linebreak v0.1.5 |
2212 | 2024-08-16T19:58:08.676Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2213 | 2024-08-16T19:58:08.814Z | Checking textwrap v0.16.1 |
2214 | 2024-08-16T19:58:08.981Z | Checking rusqlite v0.31.0 |
2215 | 2024-08-16T19:58:09.007Z | Checking twox-hash v1.6.3 |
2216 | 2024-08-16T19:58:09.214Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2217 | 2024-08-16T19:58:09.425Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2218 | 2024-08-16T19:58:10.649Z | Checking fatfs v0.3.6 |
2219 | 2024-08-16T19:58:11.131Z | Checking csv-core v0.1.11 |
2220 | 2024-08-16T19:58:11.454Z | Checking shell-words v1.1.0 |
2221 | 2024-08-16T19:58:11.599Z | Checking csv v1.3.0 |
2222 | 2024-08-16T19:58:11.642Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2223 | 2024-08-16T19:58:12.686Z | Checking rtoolbox v0.0.2 |
2224 | 2024-08-16T19:58:12.896Z | Checking rpassword v7.3.1 |
2225 | 2024-08-16T19:58:14.618Z | Checking tui-tree-widget v0.22.0 |
2226 | 2024-08-16T19:58:14.966Z | Checking polyval v0.6.2 |
2227 | 2024-08-16T19:58:15.243Z | Checking rfc6979 v0.4.0 |
2228 | 2024-08-16T19:58:15.431Z | Checking plotters-backend v0.3.5 |
2229 | 2024-08-16T19:58:15.813Z | Checking plotters-svg v0.3.5 |
2230 | 2024-08-16T19:58:16.042Z | Checking ecdsa v0.16.9 |
2231 | 2024-08-16T19:58:16.739Z | Checking ghash v0.5.1 |
2232 | 2024-08-16T19:58:16.907Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2233 | 2024-08-16T19:58:17.965Z | Checking primeorder v0.13.6 |
2234 | 2024-08-16T19:58:18.466Z | Checking ctr v0.9.2 |
2235 | 2024-08-16T19:58:18.718Z | Checking cast v0.3.0 |
2236 | 2024-08-16T19:58:19.043Z | Checking yansi v0.5.1 |
2237 | 2024-08-16T19:58:19.302Z | Checking pretty_assertions v1.4.0 |
2238 | 2024-08-16T19:58:19.368Z | Checking criterion-plot v0.5.0 |
2239 | 2024-08-16T19:58:19.500Z | Checking aes-gcm v0.10.3 |
2240 | 2024-08-16T19:58:19.750Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2241 | 2024-08-16T19:58:19.880Z | Checking plotters v0.3.5 |
2242 | 2024-08-16T19:58:21.614Z | Checking ed25519 v2.2.3 |
2243 | 2024-08-16T19:58:22.002Z | Checking ssh-encoding v0.2.0 |
2244 | 2024-08-16T19:58:22.241Z | Checking tinytemplate v1.2.1 |
2245 | 2024-08-16T19:58:22.628Z | Checking blowfish v0.9.1 |
2246 | 2024-08-16T19:58:22.876Z | Checking option-ext v0.2.0 |
2247 | 2024-08-16T19:58:23.006Z | Checking anes v0.1.6 |
2248 | 2024-08-16T19:58:23.373Z | Checking oorandom v11.1.3 |
2249 | 2024-08-16T19:58:23.569Z | Checking criterion v0.5.1 |
2250 | 2024-08-16T19:58:26.356Z | Checking dirs-sys v0.4.1 |
2251 | 2024-08-16T19:58:26.548Z | Checking bcrypt-pbkdf v0.10.0 |
2252 | 2024-08-16T19:58:26.678Z | Checking ssh-cipher v0.2.0 |
2253 | 2024-08-16T19:58:26.803Z | Checking ed25519-dalek v2.1.1 |
2254 | 2024-08-16T19:58:26.982Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2255 | 2024-08-16T19:58:27.138Z | Checking password-hash v0.4.2 |
2256 | 2024-08-16T19:58:27.602Z | Checking hex-literal v0.4.1 |
2257 | 2024-08-16T19:58:27.744Z | Checking matches v0.1.10 |
2258 | 2024-08-16T19:58:27.846Z | Checking idna v0.2.3 |
2259 | 2024-08-16T19:58:28.520Z | Checking pbkdf2 v0.11.0 |
2260 | 2024-08-16T19:58:28.697Z | Checking ssh-key v0.6.6 |
2261 | 2024-08-16T19:58:28.800Z | Checking dirs v5.0.1 |
2262 | 2024-08-16T19:58:28.945Z | Checking p256 v0.13.2 |
2263 | 2024-08-16T19:58:29.449Z | Checking p384 v0.13.0 |
2264 | 2024-08-16T19:58:30.346Z | Checking p521 v0.13.3 |
2265 | 2024-08-16T19:58:30.601Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2266 | 2024-08-16T19:58:31.065Z | Checking russh-cryptovec v0.7.2 |
2267 | 2024-08-16T19:58:31.282Z | Compiling enum-as-inner v0.5.1 |
2268 | 2024-08-16T19:58:31.451Z | Compiling target-lexicon v0.12.16 |
2269 | 2024-08-16T19:58:31.769Z | Checking md5 v0.7.0 |
2270 | 2024-08-16T19:58:32.043Z | Compiling doc-comment v0.3.3 |
2271 | 2024-08-16T19:58:32.334Z | Checking trust-dns-proto v0.22.0 |
2272 | 2024-08-16T19:58:32.527Z | Checking russh-keys v0.44.0 |
2273 | 2024-08-16T19:58:32.801Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2274 | 2024-08-16T19:58:33.946Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2275 | 2024-08-16T19:58:34.517Z | Checking http-body v1.0.0 |
2276 | 2024-08-16T19:58:34.741Z | Checking num-bigint v0.4.5 |
2277 | 2024-08-16T19:58:34.761Z | Compiling assert_cmd v2.0.16 |
2278 | 2024-08-16T19:58:35.197Z | Checking tower-layer v0.3.2 |
2279 | 2024-08-16T19:58:35.470Z | Compiling guppy-workspace-hack v0.1.0 |
2280 | 2024-08-16T19:58:35.768Z | Compiling dhcproto-macros v0.1.0 |
2281 | 2024-08-16T19:58:35.948Z | Checking tower v0.4.13 |
2282 | 2024-08-16T19:58:36.770Z | Checking dhcproto v0.12.0 |
2283 | 2024-08-16T19:58:36.790Z | Checking hyper v1.3.1 |
2284 | 2024-08-16T19:58:37.263Z | Checking russh v0.44.1 |
2285 | 2024-08-16T19:58:38.268Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2286 | 2024-08-16T19:58:38.494Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2287 | 2024-08-16T19:58:38.842Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2288 | 2024-08-16T19:58:39.163Z | Checking internet-checksum v0.2.1 |
2289 | 2024-08-16T19:58:39.330Z | Compiling target-spec v3.2.1 |
2290 | 2024-08-16T19:58:40.475Z | Checking cfg-expr v0.16.0 |
2291 | 2024-08-16T19:58:40.874Z | Compiling samael v0.0.15 |
2292 | 2024-08-16T19:58:41.269Z | Checking hyper-util v0.1.3 |
2293 | 2024-08-16T19:58:41.543Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2294 | 2024-08-16T19:58:41.703Z | Checking rustls-native-certs v0.7.0 |
2295 | 2024-08-16T19:58:41.864Z | Checking httptest v0.15.5 |
2296 | 2024-08-16T19:58:42.615Z | Checking num_cpus v1.16.0 |
2297 | 2024-08-16T19:58:42.767Z | Checking hyper-rustls v0.26.0 |
2298 | 2024-08-16T19:58:43.087Z | Checking threadpool v1.8.1 |
2299 | 2024-08-16T19:58:43.663Z | Checking pathdiff v0.2.1 |
2300 | 2024-08-16T19:58:43.827Z | Compiling rstest_macros v0.19.0 |
2301 | 2024-08-16T19:58:44.365Z | Checking escape8259 v0.5.2 |
2302 | 2024-08-16T19:58:44.557Z | Checking nested v0.1.1 |
2303 | 2024-08-16T19:58:44.581Z | Checking libtest-mimic v0.7.3 |
2304 | 2024-08-16T19:58:44.762Z | Checking guppy v0.17.7 |
2305 | 2024-08-16T19:58:45.135Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2306 | 2024-08-16T19:58:45.391Z | Checking similar-asserts v1.5.0 |
2307 | 2024-08-16T19:58:45.630Z | Checking fancy-regex v0.13.0 |
2308 | 2024-08-16T19:58:45.795Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2309 | 2024-08-16T19:58:46.376Z | Compiling relative-path v1.9.3 |
2310 | 2024-08-16T19:58:46.881Z | Compiling trybuild v1.0.99 |
2311 | 2024-08-16T19:58:47.416Z | Checking datatest-stable v0.2.9 |
2312 | 2024-08-16T19:58:47.719Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2313 | 2024-08-16T19:58:48.860Z | Checking blake2b_simd v1.0.2 |
2314 | 2024-08-16T19:58:48.986Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2315 | 2024-08-16T19:58:49.447Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2316 | 2024-08-16T19:58:49.683Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2317 | 2024-08-16T19:58:49.773Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2318 | 2024-08-16T19:58:49.976Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2319 | 2024-08-16T19:58:50.272Z | Checking serde_tokenstream v0.2.2 |
2320 | 2024-08-16T19:58:50.295Z | Checking uzers v0.11.3 |
2321 | 2024-08-16T19:58:50.495Z | Checking futures-timer v3.0.3 |
2322 | 2024-08-16T19:58:50.633Z | Checking indent_write v2.2.0 |
2323 | 2024-08-16T19:58:50.777Z | Checking rust-argon2 v2.1.0 |
2324 | 2024-08-16T19:58:50.839Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2325 | 2024-08-16T19:58:51.060Z | Compiling git2 v0.19.0 |
2326 | 2024-08-16T19:58:52.206Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2327 | 2024-08-16T19:58:52.536Z | Checking rand_distr v0.4.3 |
2328 | 2024-08-16T19:58:53.302Z | Checking multimap v0.10.0 |
2329 | 2024-08-16T19:58:53.625Z | Checking approx v0.5.1 |
2330 | 2024-08-16T19:58:53.905Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2331 | 2024-08-16T19:58:55.264Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2332 | 2024-08-16T19:58:55.914Z | Checking rstest v0.19.0 |
2333 | 2024-08-16T19:58:55.953Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2334 | 2024-08-16T19:58:56.145Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2335 | 2024-08-16T19:58:57.077Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2336 | 2024-08-16T19:58:57.449Z | Checking partial-io v0.5.4 |
2337 | 2024-08-16T19:58:57.579Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2338 | 2024-08-16T19:58:57.824Z | Checking cargo_toml v0.20.4 |
2339 | 2024-08-16T19:58:57.852Z | Checking termios v0.3.3 |
2340 | 2024-08-16T19:58:58.062Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2341 | 2024-08-16T19:58:59.877Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2342 | 2024-08-16T19:59:00.989Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2343 | 2024-08-16T19:59:14.128Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2344 | 2024-08-16T19:59:24.057Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2345 | 2024-08-16T19:59:28.672Z | Compiling polar-core v0.27.3 |
2346 | 2024-08-16T19:59:39.369Z | Checking oso v0.27.3 |
2347 | 2024-08-16T19:59:47.650Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2348 | 2024-08-16T19:59:48.387Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2349 | 2024-08-16T19:59:48.859Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2350 | 2024-08-16T20:00:23.069Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2351 | 2024-08-16T20:00:23.069Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2352 | 2024-08-16T20:00:23.072Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2353 | 2024-08-16T20:01:46.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 17s |
2354 | 2024-08-16T20:01:46.794Z | |
2355 | 2024-08-16T20:01:46.794Z | real 6:22.135755486 |
2356 | 2024-08-16T20:01:46.794Z | user 34:24.640241723 |
2357 | 2024-08-16T20:01:46.794Z | sys 5:58.886044662 |
2358 | 2024-08-16T20:01:46.794Z | trap 0.936166266 |
2359 | 2024-08-16T20:01:46.794Z | tflt 2.105558613 |
2360 | 2024-08-16T20:01:46.794Z | dflt 0.607014814 |
2361 | 2024-08-16T20:01:46.794Z | kflt 0.002338852 |
2362 | 2024-08-16T20:01:46.797Z | lock 53:36.361667504 |
2363 | 2024-08-16T20:01:46.797Z | slp 2:02:19.963872407 |
2364 | 2024-08-16T20:01:46.797Z | lat 1:35.032182377 |
2365 | 2024-08-16T20:01:46.797Z | stop 5:18.524650392 |
2366 | 2024-08-16T20:01:46.797Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2367 | 2024-08-16T20:01:46.797Z | + ptime -m cargo doc --workspace --no-deps |
2368 | 2024-08-16T20:01:47.967Z | warning: output filename collision. |
2369 | 2024-08-16T20:01:47.967Z | 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)`. |
2370 | 2024-08-16T20:01:47.967Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2371 | 2024-08-16T20:01:47.967Z | The targets should have unique names. |
2372 | 2024-08-16T20:01:47.967Z | This is a known bug where multiple crates with the same name use |
2373 | 2024-08-16T20:01:47.967Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2374 | 2024-08-16T20:01:48.323Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2375 | 2024-08-16T20:01:48.383Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2376 | 2024-08-16T20:01:48.399Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2377 | 2024-08-16T20:01:48.436Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2378 | 2024-08-16T20:01:48.459Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2379 | 2024-08-16T20:01:48.488Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2380 | 2024-08-16T20:01:48.488Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2381 | 2024-08-16T20:01:48.713Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2382 | 2024-08-16T20:01:48.732Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2383 | 2024-08-16T20:01:48.750Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2384 | 2024-08-16T20:01:48.771Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2385 | 2024-08-16T20:01:48.789Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2386 | 2024-08-16T20:01:48.967Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2387 | 2024-08-16T20:01:49.012Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2388 | 2024-08-16T20:01:49.057Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2389 | 2024-08-16T20:01:49.243Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2390 | 2024-08-16T20:01:49.490Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2391 | 2024-08-16T20:01:50.406Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2392 | 2024-08-16T20:01:53.345Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2393 | 2024-08-16T20:01:53.453Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2394 | 2024-08-16T20:01:53.662Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2395 | 2024-08-16T20:01:53.685Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2396 | 2024-08-16T20:01:53.995Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2397 | 2024-08-16T20:01:54.041Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2398 | 2024-08-16T20:01:54.330Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2399 | 2024-08-16T20:01:54.560Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2400 | 2024-08-16T20:01:54.660Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2401 | 2024-08-16T20:01:54.860Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2402 | 2024-08-16T20:01:55.169Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2403 | 2024-08-16T20:01:55.215Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2404 | 2024-08-16T20:01:55.476Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2405 | 2024-08-16T20:01:55.821Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2406 | 2024-08-16T20:01:55.839Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2407 | 2024-08-16T20:01:56.148Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2408 | 2024-08-16T20:01:56.448Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2409 | 2024-08-16T20:01:56.778Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2410 | 2024-08-16T20:01:56.825Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2411 | 2024-08-16T20:01:56.876Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2412 | 2024-08-16T20:01:57.143Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2413 | 2024-08-16T20:01:57.301Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2414 | 2024-08-16T20:01:57.342Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2415 | 2024-08-16T20:01:57.469Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2416 | 2024-08-16T20:02:01.669Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2417 | 2024-08-16T20:02:01.748Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2418 | 2024-08-16T20:02:02.473Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2419 | 2024-08-16T20:02:03.662Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2420 | 2024-08-16T20:02:03.829Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2421 | 2024-08-16T20:02:04.486Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2422 | 2024-08-16T20:02:07.968Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2423 | 2024-08-16T20:02:08.874Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2424 | 2024-08-16T20:02:10.056Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2425 | 2024-08-16T20:02:10.606Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2426 | 2024-08-16T20:02:11.946Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2427 | 2024-08-16T20:02:13.341Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2428 | 2024-08-16T20:02:13.646Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2429 | 2024-08-16T20:02:14.333Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2430 | 2024-08-16T20:02:15.350Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2431 | 2024-08-16T20:02:15.807Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2432 | 2024-08-16T20:02:15.940Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2433 | 2024-08-16T20:02:16.371Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2434 | 2024-08-16T20:02:16.643Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2435 | 2024-08-16T20:02:16.926Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2436 | 2024-08-16T20:02:17.073Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2437 | 2024-08-16T20:02:17.827Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2438 | 2024-08-16T20:02:18.157Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2439 | 2024-08-16T20:02:18.174Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2440 | 2024-08-16T20:02:19.774Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2441 | 2024-08-16T20:02:19.955Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2442 | 2024-08-16T20:02:20.276Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2443 | 2024-08-16T20:02:20.493Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2444 | 2024-08-16T20:02:20.578Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2445 | 2024-08-16T20:02:20.670Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2446 | 2024-08-16T20:02:20.697Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2447 | 2024-08-16T20:02:20.769Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2448 | 2024-08-16T20:02:21.647Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2449 | 2024-08-16T20:02:22.126Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2450 | 2024-08-16T20:02:22.696Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2451 | 2024-08-16T20:02:22.763Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2452 | 2024-08-16T20:02:23.302Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2453 | 2024-08-16T20:02:23.826Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2454 | 2024-08-16T20:02:23.924Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2455 | 2024-08-16T20:02:24.442Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2456 | 2024-08-16T20:02:24.580Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2457 | 2024-08-16T20:02:24.623Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2458 | 2024-08-16T20:02:24.984Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2459 | 2024-08-16T20:02:25.716Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2460 | 2024-08-16T20:02:25.835Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2461 | 2024-08-16T20:02:25.912Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2462 | 2024-08-16T20:02:26.416Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2463 | 2024-08-16T20:02:26.495Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2464 | 2024-08-16T20:02:26.874Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2465 | 2024-08-16T20:02:27.332Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2466 | 2024-08-16T20:02:27.548Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2467 | 2024-08-16T20:02:27.567Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2468 | 2024-08-16T20:02:29.085Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2469 | 2024-08-16T20:02:31.053Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2470 | 2024-08-16T20:02:31.841Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2471 | 2024-08-16T20:02:42.841Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2472 | 2024-08-16T20:02:43.895Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2473 | 2024-08-16T20:02:44.310Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2474 | 2024-08-16T20:02:45.158Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2475 | 2024-08-16T20:02:46.023Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2476 | 2024-08-16T20:02:47.458Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2477 | 2024-08-16T20:03:07.664Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2478 | 2024-08-16T20:03:22.396Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2479 | 2024-08-16T20:03:23.174Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2480 | 2024-08-16T20:03:31.322Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2481 | 2024-08-16T20:03:48.601Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2482 | 2024-08-16T20:03:49.363Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2483 | 2024-08-16T20:03:53.239Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2484 | 2024-08-16T20:04:00.868Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2485 | 2024-08-16T20:04:02.128Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2486 | 2024-08-16T20:04:03.048Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2487 | 2024-08-16T20:04:04.529Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2488 | 2024-08-16T20:04:04.898Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2489 | 2024-08-16T20:04:07.127Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2490 | 2024-08-16T20:04:08.476Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2491 | 2024-08-16T20:04:18.020Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2492 | 2024-08-16T20:04:18.990Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2493 | 2024-08-16T20:04:30.578Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2494 | 2024-08-16T20:04:46.909Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2495 | 2024-08-16T20:04:47.310Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2496 | 2024-08-16T20:04:56.696Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2497 | 2024-08-16T20:04:57.249Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2498 | 2024-08-16T20:05:11.894Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2499 | 2024-08-16T20:05:12.884Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2500 | 2024-08-16T20:05:16.750Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2501 | 2024-08-16T20:05:21.574Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2502 | 2024-08-16T20:05:22.604Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2503 | 2024-08-16T20:05:25.194Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2504 | 2024-08-16T20:05:26.539Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2505 | 2024-08-16T20:05:28.939Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2506 | 2024-08-16T20:05:30.810Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2507 | 2024-08-16T20:05:39.453Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2508 | 2024-08-16T20:05:40.118Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2509 | 2024-08-16T20:05:45.414Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2510 | 2024-08-16T20:05:48.624Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2511 | 2024-08-16T20:05:49.425Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2512 | 2024-08-16T20:05:51.180Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2513 | 2024-08-16T20:05:59.024Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2514 | 2024-08-16T20:05:59.592Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2515 | 2024-08-16T20:06:06.055Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2516 | 2024-08-16T20:06:06.082Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2517 | 2024-08-16T20:06:06.939Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2518 | 2024-08-16T20:06:16.365Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2519 | 2024-08-16T20:06:17.638Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2520 | 2024-08-16T20:06:23.262Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2521 | 2024-08-16T20:06:29.591Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2522 | 2024-08-16T20:06:31.587Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2523 | 2024-08-16T20:06:32.264Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2524 | 2024-08-16T20:06:33.695Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2525 | 2024-08-16T20:06:34.951Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2526 | 2024-08-16T20:06:36.209Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2527 | 2024-08-16T20:06:42.191Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2528 | 2024-08-16T20:06:46.516Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2529 | 2024-08-16T20:06:47.409Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2530 | 2024-08-16T20:06:47.508Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2531 | 2024-08-16T20:06:48.415Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2532 | 2024-08-16T20:06:49.892Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2533 | 2024-08-16T20:06:56.536Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2534 | 2024-08-16T20:06:58.798Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2535 | 2024-08-16T20:06:59.922Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2536 | 2024-08-16T20:07:04.541Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2537 | 2024-08-16T20:07:04.937Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2538 | 2024-08-16T20:07:12.868Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2539 | 2024-08-16T20:07:12.901Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2540 | 2024-08-16T20:07:19.177Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2541 | 2024-08-16T20:07:19.345Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2542 | 2024-08-16T20:07:19.363Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2543 | 2024-08-16T20:07:19.673Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2544 | 2024-08-16T20:07:24.811Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2545 | 2024-08-16T20:07:25.763Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2546 | 2024-08-16T20:07:31.005Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2547 | 2024-08-16T20:07:33.095Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2548 | 2024-08-16T20:07:33.226Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2549 | 2024-08-16T20:07:35.980Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2550 | 2024-08-16T20:07:38.005Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2551 | 2024-08-16T20:07:41.521Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2552 | 2024-08-16T20:07:41.539Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2553 | 2024-08-16T20:07:42.802Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2554 | 2024-08-16T20:07:49.636Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2555 | 2024-08-16T20:07:51.465Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2556 | 2024-08-16T20:07:51.945Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2557 | 2024-08-16T20:07:52.217Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2558 | 2024-08-16T20:07:54.016Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2559 | 2024-08-16T20:07:54.290Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2560 | 2024-08-16T20:07:55.252Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2561 | 2024-08-16T20:07:57.112Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2562 | 2024-08-16T20:07:57.165Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2563 | 2024-08-16T20:07:58.134Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2564 | 2024-08-16T20:07:59.379Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2565 | 2024-08-16T20:08:01.169Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2566 | 2024-08-16T20:08:02.189Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2567 | 2024-08-16T20:08:02.670Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2568 | 2024-08-16T20:08:03.647Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2569 | 2024-08-16T20:08:04.614Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2570 | 2024-08-16T20:08:34.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 47s |
2571 | 2024-08-16T20:08:35.024Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 120 other files |
2572 | 2024-08-16T20:08:35.082Z | |
2573 | 2024-08-16T20:08:35.082Z | real 6:48.186122425 |
2574 | 2024-08-16T20:08:35.083Z | user 20:38.508907297 |
2575 | 2024-08-16T20:08:35.083Z | sys 30:01.257118881 |
2576 | 2024-08-16T20:08:35.083Z | trap 0.346930630 |
2577 | 2024-08-16T20:08:35.087Z | tflt 0.229293077 |
2578 | 2024-08-16T20:08:35.087Z | dflt 0.127529818 |
2579 | 2024-08-16T20:08:35.087Z | kflt 0.000175681 |
2580 | 2024-08-16T20:08:35.087Z | lock 1:06:50.661411205 |
2581 | 2024-08-16T20:08:35.087Z | slp 1:55:05.569632937 |
2582 | 2024-08-16T20:08:35.087Z | lat 1:03.823861356 |
2583 | 2024-08-16T20:08:35.087Z | stop 55.710797507 |
2584 | 2024-08-16T20:08:35.087Z | process exited: duration 1016542 ms, exit code 0 |
|
2585 | 2024-08-16T20:08:35.094Z | found 0 output files |