|
|
|
1 | 2024-08-05T16:03:06.465Z | job assigned to worker 01J4HMDVQP519QZP847QV0AHMZ (queued for 55 s) |
|
2 | 2024-08-05T16:03:14.191Z | starting task 0: "setup" |
3 | 2024-08-05T16:03:14.247Z | ++ uname -s |
4 | 2024-08-05T16:03:14.250Z | + kern=SunOS |
5 | 2024-08-05T16:03:14.250Z | + case "$kern" in |
6 | 2024-08-05T16:03:14.250Z | + groupadd -g 12345 build |
7 | 2024-08-05T16:03:14.253Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-05T16:03:16.262Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-05T16:03:16.395Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-05T16:03:16.398Z | + home_fs=zfs |
11 | 2024-08-05T16:03:16.398Z | + [[ zfs == autofs ]] |
12 | 2024-08-05T16:03:16.398Z | + mkdir -p /home/build |
13 | 2024-08-05T16:03:16.401Z | + chown build:build /home/build /work |
14 | 2024-08-05T16:03:18.401Z | + chmod 0700 /home/build /work |
15 | 2024-08-05T16:03:18.404Z | process exited: duration 4212 ms, exit code 0 |
|
16 | 2024-08-05T16:03:18.411Z | starting task 1: "rust-toolchain" |
17 | 2024-08-05T16:03:18.416Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-05T16:03:18.416Z | ' 1.80.0 |
19 | 2024-08-05T16:03:18.419Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-05T16:03:18.419Z | * toolchain channel = "1.80.0" |
21 | 2024-08-05T16:03:18.419Z | ' default |
22 | 2024-08-05T16:03:18.419Z | * toolchain profile = "default" |
23 | 2024-08-05T16:03:18.419Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-05T16:03:18.419Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-05T16:03:18.534Z | info: downloading installer |
26 | 2024-08-05T16:03:20.033Z | info: profile set to 'default' |
27 | 2024-08-05T16:03:20.033Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-05T16:03:20.036Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-05T16:03:20.181Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-05T16:03:20.181Z | info: downloading component 'cargo' |
31 | 2024-08-05T16:03:21.001Z | info: downloading component 'clippy' |
32 | 2024-08-05T16:03:21.292Z | info: downloading component 'rust-docs' |
33 | 2024-08-05T16:03:22.440Z | info: downloading component 'rust-std' |
34 | 2024-08-05T16:03:24.050Z | info: downloading component 'rustc' |
35 | 2024-08-05T16:03:28.560Z | info: downloading component 'rustfmt' |
36 | 2024-08-05T16:03:28.801Z | info: installing component 'cargo' |
37 | 2024-08-05T16:03:29.628Z | info: installing component 'clippy' |
38 | 2024-08-05T16:03:30.004Z | info: installing component 'rust-docs' |
39 | 2024-08-05T16:03:31.623Z | info: installing component 'rust-std' |
40 | 2024-08-05T16:03:33.264Z | info: installing component 'rustc' |
41 | 2024-08-05T16:03:37.590Z | info: installing component 'rustfmt' |
42 | 2024-08-05T16:03:37.940Z | |
43 | 2024-08-05T16:03:37.940Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
44 | 2024-08-05T16:03:38.222Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-05T16:03:38.222Z | |
46 | 2024-08-05T16:03:38.225Z | |
47 | 2024-08-05T16:03:38.225Z | Rust is installed now. Great! |
48 | 2024-08-05T16:03:38.225Z | |
49 | 2024-08-05T16:03:38.225Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-05T16:03:38.225Z | environment variable. This has not been done automatically. |
51 | 2024-08-05T16:03:38.225Z | |
52 | 2024-08-05T16:03:38.225Z | To configure your current shell, you need to source |
53 | 2024-08-05T16:03:38.225Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-05T16:03:38.225Z | |
55 | 2024-08-05T16:03:38.225Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-05T16:03:38.225Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-05T16:03:38.225Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-05T16:03:38.322Z | + rustc --version |
59 | 2024-08-05T16:03:38.386Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-05T16:03:38.389Z | process exited: duration 19976 ms, exit code 0 |
|
61 | 2024-08-05T16:03:38.395Z | starting task 2: "authentication" |
62 | 2024-08-05T16:03:38.416Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-05T16:03:38.422Z | starting task 3: "clone repository" |
64 | 2024-08-05T16:03:38.427Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-05T16:03:38.430Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-05T16:03:38.576Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-05T16:03:43.249Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-05T16:03:43.249Z | + git fetch origin 4678f7dc2df4e52c12bf30a498d9225c39297418 |
69 | 2024-08-05T16:03:43.541Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-05T16:03:43.541Z | * branch 4678f7dc2df4e52c12bf30a498d9225c39297418 -> FETCH_HEAD |
71 | 2024-08-05T16:03:43.550Z | + [[ -n john/reconfigurator-external-ip-allocator ]] |
72 | 2024-08-05T16:03:43.554Z | ++ git branch --show-current |
73 | 2024-08-05T16:03:43.556Z | + current=main |
74 | 2024-08-05T16:03:43.556Z | + [[ main != john/reconfigurator-external-ip-allocator ]] |
75 | 2024-08-05T16:03:43.556Z | + git branch -f john/reconfigurator-external-ip-allocator 4678f7dc2df4e52c12bf30a498d9225c39297418 |
76 | 2024-08-05T16:03:43.559Z | + git checkout -f john/reconfigurator-external-ip-allocator |
77 | 2024-08-05T16:03:43.695Z | Switched to branch 'john/reconfigurator-external-ip-allocator' |
78 | 2024-08-05T16:03:43.698Z | + git reset --hard 4678f7dc2df4e52c12bf30a498d9225c39297418 |
79 | 2024-08-05T16:03:43.830Z | HEAD is now at 4678f7dc2 Reconfigurator: Teach planner about SNAT IPs |
80 | 2024-08-05T16:03:43.833Z | process exited: duration 5408 ms, exit code 0 |
|
81 | 2024-08-05T16:03:43.839Z | starting task 4: "build" |
82 | 2024-08-05T16:03:43.844Z | + cargo --version |
83 | 2024-08-05T16:03:43.899Z | cargo 1.80.0 (376290515 2024-07-16) |
84 | 2024-08-05T16:03:43.902Z | + rustc --version |
85 | 2024-08-05T16:03:43.958Z | rustc 1.80.0 (051478957 2024-07-21) |
86 | 2024-08-05T16:03:43.963Z | + source ./env.sh |
87 | 2024-08-05T16:03:43.963Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-05T16:03:43.963Z | ++ set -o xtrace |
89 | 2024-08-05T16:03:43.966Z | ++++ dirname ./env.sh |
90 | 2024-08-05T16:03:43.966Z | +++ readlink -f . |
91 | 2024-08-05T16:03:43.989Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-05T16:03:43.992Z | ++ 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-05T16:03:43.992Z | ++ 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-05T16:03:43.992Z | ++ 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-05T16:03:43.992Z | ++ 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-05T16:03:43.992Z | ++ 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-05T16:03:43.992Z | ++ 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-05T16:03:43.992Z | ++ 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-05T16:03:43.992Z | ++ 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-05T16:03:43.992Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-05T16:03:43.992Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-05T16:03:43.992Z | + banner prerequisites |
103 | 2024-08-05T16:03:44.006Z | |
104 | 2024-08-05T16:03:44.006Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-05T16:03:44.006Z | # # # # # # # # # # # # # # # |
106 | 2024-08-05T16:03:44.006Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-05T16:03:44.007Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-05T16:03:44.007Z | # # # # # # # # # # # # # # # |
109 | 2024-08-05T16:03:44.007Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-05T16:03:44.007Z | |
111 | 2024-08-05T16:03:44.010Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-05T16:03:53.598Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-05T16:03:55.809Z | Startup: Caching catalogs ... Done |
114 | 2024-08-05T16:03:59.584Z | Planning: Solver setup ... Done (3.203s) |
115 | 2024-08-05T16:03:59.644Z | Planning: Running solver ... Done (0.060s) |
116 | 2024-08-05T16:03:59.695Z | Planning: Finding local manifests ... Done (0.005s) |
117 | 2024-08-05T16:03:59.708Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-08-05T16:03:59.940Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-08-05T16:03:59.989Z | Planning: Package planning ... Done (0.051s) |
120 | 2024-08-05T16:04:00.043Z | Planning: Merging actions ... Done (0.051s) |
121 | 2024-08-05T16:04:00.964Z | Planning: Checking for conflicting actions ... Done (0.923s) |
122 | 2024-08-05T16:04:00.977Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-08-05T16:04:05.941Z | Planning: Evaluating mediators ... Done (4.964s) |
124 | 2024-08-05T16:04:05.951Z | Planning: Planning completed in 10.07 seconds |
125 | 2024-08-05T16:04:06.413Z | Packages to install: 4 |
126 | 2024-08-05T16:04:06.413Z | Mediators to change: 2 |
127 | 2024-08-05T16:04:06.416Z | Services to change: 1 |
128 | 2024-08-05T16:04:06.416Z | Estimated space available: 155.76 GB |
129 | 2024-08-05T16:04:06.416Z | Estimated space to be consumed: 1.47 GB |
130 | 2024-08-05T16:04:06.416Z | Create boot environment: No |
131 | 2024-08-05T16:04:06.416Z | Create backup boot environment: No |
132 | 2024-08-05T16:04:06.416Z | Rebuild boot archive: No |
133 | 2024-08-05T16:04:06.416Z | |
134 | 2024-08-05T16:04:06.416Z | Changed mediators: |
135 | 2024-08-05T16:04:06.416Z | mediator clang: |
136 | 2024-08-05T16:04:06.416Z | version: None -> 15 (system default) |
137 | 2024-08-05T16:04:06.416Z | |
138 | 2024-08-05T16:04:06.416Z | mediator llvm: |
139 | 2024-08-05T16:04:06.416Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-08-05T16:04:06.416Z | |
141 | 2024-08-05T16:04:06.416Z | Changed packages: |
142 | 2024-08-05T16:04:06.416Z | helios-dev |
143 | 2024-08-05T16:04:06.416Z | developer/build-essential |
144 | 2024-08-05T16:04:06.416Z | None -> 11-2.0 |
145 | 2024-08-05T16:04:06.416Z | library/libxmlsec1 |
146 | 2024-08-05T16:04:06.416Z | None -> 1.2.35-2.0 |
147 | 2024-08-05T16:04:06.416Z | ooce/developer/clang-15 |
148 | 2024-08-05T16:04:06.416Z | None -> 15.0.7-2.0 |
149 | 2024-08-05T16:04:06.416Z | ooce/developer/llvm-15 |
150 | 2024-08-05T16:04:06.416Z | None -> 15.0.7-2.0 |
151 | 2024-08-05T16:04:06.416Z | |
152 | 2024-08-05T16:04:06.416Z | Services: |
153 | 2024-08-05T16:04:06.416Z | restart_fmri: |
154 | 2024-08-05T16:04:06.417Z | svc:/system/update-man-index:default |
155 | 2024-08-05T16:04:06.704Z | |
156 | 2024-08-05T16:04:06.704Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-08-05T16:04:11.705Z | Download: 1106/3290 items 19.6/212.6MB 9% complete (4.0M/s) |
158 | 2024-08-05T16:04:16.706Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (8.4M/s) |
159 | 2024-08-05T16:04:21.713Z | Download: 2221/3290 items 119.2/212.6MB 56% complete (10.0M/s) |
160 | 2024-08-05T16:04:26.711Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (12.0M/s) |
161 | 2024-08-05T16:04:28.227Z | Download: Completed 212.60 MB in 21.52 seconds (9.9M/s) |
162 | 2024-08-05T16:04:31.846Z | Actions: 1/3689 actions (Installing new actions) |
163 | 2024-08-05T16:04:36.851Z | Actions: 3554/3689 actions (Installing new actions) |
164 | 2024-08-05T16:04:37.103Z | Actions: Completed 3689 actions in 5.26 seconds. |
165 | 2024-08-05T16:04:37.366Z | Done (0.254s) |
166 | 2024-08-05T16:04:37.366Z | Done (0.000s) |
167 | 2024-08-05T16:04:37.723Z | Done (0.357s) |
168 | 2024-08-05T16:04:43.056Z | Done (5.131s) |
169 | 2024-08-05T16:04:43.199Z | Done (0.095s) |
170 | 2024-08-05T16:04:43.234Z | Done (0.000s) |
171 | 2024-08-05T16:04:43.346Z | Done (0.000s) |
172 | 2024-08-05T16:04:43.902Z | Planning: Evaluating mediator changes ... Done |
173 | 2024-08-05T16:04:44.060Z | Planning: Checking for conflicting actions ... Done |
174 | 2024-08-05T16:04:44.068Z | Planning: Consolidating action changes ... Done |
175 | 2024-08-05T16:04:44.323Z | Planning: Evaluating mediators ... Done |
176 | 2024-08-05T16:04:44.329Z | Planning: Planning completed in 0.42 seconds |
177 | 2024-08-05T16:04:44.357Z | Mediators to change: 2 |
178 | 2024-08-05T16:04:44.357Z | Create boot environment: No |
179 | 2024-08-05T16:04:44.360Z | Create backup boot environment: No |
180 | 2024-08-05T16:04:44.440Z | Done |
181 | 2024-08-05T16:04:44.440Z | Done |
182 | 2024-08-05T16:04:44.684Z | Done |
183 | 2024-08-05T16:04:48.125Z | Done |
184 | 2024-08-05T16:04:48.212Z | Done |
185 | 2024-08-05T16:04:48.215Z | Done |
186 | 2024-08-05T16:04:48.331Z | Done |
187 | 2024-08-05T16:04:48.934Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-08-05T16:04:48.937Z | Planning: Merging actions ... Done |
189 | 2024-08-05T16:04:49.124Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-08-05T16:04:49.130Z | Planning: Consolidating action changes ... Done |
191 | 2024-08-05T16:04:49.383Z | Planning: Evaluating mediators ... Done |
192 | 2024-08-05T16:04:49.438Z | Planning: Planning completed in 0.75 seconds |
193 | 2024-08-05T16:04:49.473Z | Packages to change: 1 |
194 | 2024-08-05T16:04:49.473Z | Mediators to change: 1 |
195 | 2024-08-05T16:04:49.476Z | Services to change: 1 |
196 | 2024-08-05T16:04:49.476Z | Create boot environment: No |
197 | 2024-08-05T16:04:49.476Z | Create backup boot environment: Yes |
198 | 2024-08-05T16:04:51.539Z | Actions: 1/6 actions (Updating modified actions) |
199 | 2024-08-05T16:04:51.564Z | Actions: Completed 6 actions in 0.04 seconds. |
200 | 2024-08-05T16:04:51.576Z | Done |
201 | 2024-08-05T16:04:51.576Z | Done |
202 | 2024-08-05T16:04:51.679Z | Done |
203 | 2024-08-05T16:04:55.213Z | Done |
204 | 2024-08-05T16:04:55.297Z | Done |
205 | 2024-08-05T16:04:55.300Z | Done |
206 | 2024-08-05T16:04:55.419Z | Done |
207 | 2024-08-05T16:04:55.854Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
208 | 2024-08-05T16:04:55.854Z | clang system 15 system |
209 | 2024-08-05T16:04:55.854Z | csh system system illumos |
210 | 2024-08-05T16:04:55.855Z | ctags system system illumos |
211 | 2024-08-05T16:04:55.855Z | gcc vendor 12 vendor |
212 | 2024-08-05T16:04:55.855Z | gcc system 10 system |
213 | 2024-08-05T16:04:55.855Z | gcc system 7 system |
214 | 2024-08-05T16:04:55.855Z | go system 1.20 system |
215 | 2024-08-05T16:04:55.855Z | go system 1.19 system |
216 | 2024-08-05T16:04:55.855Z | llvm system 15 system |
217 | 2024-08-05T16:04:55.855Z | llvm system 14 system |
218 | 2024-08-05T16:04:55.855Z | mariadb system 10.6 system |
219 | 2024-08-05T16:04:55.855Z | mta vendor vendor dma |
220 | 2024-08-05T16:04:55.855Z | openjdk system 17 system |
221 | 2024-08-05T16:04:55.855Z | openjdk system 11 system |
222 | 2024-08-05T16:04:55.856Z | openjdk system 1.8 system |
223 | 2024-08-05T16:04:55.856Z | openssl vendor 3 vendor |
224 | 2024-08-05T16:04:55.856Z | perl system 5.36 system |
225 | 2024-08-05T16:04:55.856Z | postgresql system 15 system |
226 | 2024-08-05T16:04:55.856Z | postgresql system 13 system |
227 | 2024-08-05T16:04:55.856Z | python vendor 3 vendor |
228 | 2024-08-05T16:04:55.856Z | python system 2 system |
229 | 2024-08-05T16:04:55.856Z | python3 system 3.11 system |
230 | 2024-08-05T16:04:55.856Z | ruby system 3.0 system |
231 | 2024-08-05T16:04:55.856Z | words vendor vendor american-english |
232 | 2024-08-05T16:04:55.856Z | words system system australian-english |
233 | 2024-08-05T16:04:55.856Z | words system system british-english |
234 | 2024-08-05T16:04:55.856Z | words system system canadian-english |
235 | 2024-08-05T16:04:55.856Z | words system system french |
236 | 2024-08-05T16:04:55.856Z | words system system italian |
237 | 2024-08-05T16:04:55.856Z | words system system ngerman |
238 | 2024-08-05T16:04:55.856Z | words system system ogerman |
239 | 2024-08-05T16:04:55.857Z | words system system spanish |
240 | 2024-08-05T16:04:56.184Z | PUBLISHER TYPE STATUS P LOCATION |
241 | 2024-08-05T16:04:56.184Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
242 | 2024-08-05T16:04:57.838Z | FMRI IFO |
243 | 2024-08-05T16:04:57.838Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
244 | 2024-08-05T16:04:57.838Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
245 | 2024-08-05T16:04:57.838Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
246 | 2024-08-05T16:04:57.838Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
247 | 2024-08-05T16:04:57.838Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
248 | 2024-08-05T16:04:57.838Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
249 | 2024-08-05T16:04:57.838Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
250 | 2024-08-05T16:04:57.838Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
251 | 2024-08-05T16:04:57.838Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
252 | 2024-08-05T16:04:57.838Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
253 | 2024-08-05T16:04:57.838Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
254 | 2024-08-05T16:04:57.838Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
255 | 2024-08-05T16:04:58.415Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
256 | 2024-08-05T16:04:58.659Z | Updating git repository `https://github.com/oxidecomputer/zone` |
257 | 2024-08-05T16:04:58.895Z | Updating crates.io index |
258 | 2024-08-05T16:04:58.940Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
259 | 2024-08-05T16:04:59.617Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
260 | 2024-08-05T16:05:00.339Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
261 | 2024-08-05T16:05:00.566Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
262 | 2024-08-05T16:05:02.171Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
263 | 2024-08-05T16:05:02.419Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
264 | 2024-08-05T16:05:02.643Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
265 | 2024-08-05T16:05:03.767Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
266 | 2024-08-05T16:05:05.654Z | Updating git repository `https://github.com/oxidecomputer/opte` |
267 | 2024-08-05T16:05:06.533Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
268 | 2024-08-05T16:05:07.225Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
269 | 2024-08-05T16:05:07.761Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
270 | 2024-08-05T16:05:07.972Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
271 | 2024-08-05T16:05:08.237Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
272 | 2024-08-05T16:05:08.485Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
273 | 2024-08-05T16:05:08.708Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
274 | 2024-08-05T16:05:08.942Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
275 | 2024-08-05T16:05:09.178Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
276 | 2024-08-05T16:05:09.427Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
277 | 2024-08-05T16:05:09.723Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
278 | 2024-08-05T16:05:09.999Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
279 | 2024-08-05T16:05:10.270Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
280 | 2024-08-05T16:05:10.581Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
281 | 2024-08-05T16:05:10.999Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
282 | 2024-08-05T16:05:11.297Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
283 | 2024-08-05T16:05:11.690Z | Updating git repository `https://github.com/oxidecomputer/typify` |
284 | 2024-08-05T16:05:13.590Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
285 | 2024-08-05T16:05:13.861Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
286 | 2024-08-05T16:05:14.098Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
287 | 2024-08-05T16:05:14.475Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
288 | 2024-08-05T16:05:15.372Z | Downloading crates ... |
289 | 2024-08-05T16:05:15.436Z | Downloaded anstyle v1.0.8 |
290 | 2024-08-05T16:05:15.439Z | Downloaded anstyle-parse v0.2.4 |
291 | 2024-08-05T16:05:15.439Z | Downloaded anstream v0.6.14 |
292 | 2024-08-05T16:05:15.448Z | Downloaded equivalent v1.0.1 |
293 | 2024-08-05T16:05:15.467Z | Downloaded itoa v1.0.11 |
294 | 2024-08-05T16:05:15.473Z | Downloaded cargo-platform v0.1.8 |
295 | 2024-08-05T16:05:15.473Z | Downloaded errno v0.3.9 |
296 | 2024-08-05T16:05:15.473Z | Downloaded fs-err v2.11.0 |
297 | 2024-08-05T16:05:15.473Z | Downloaded colorchoice v1.0.1 |
298 | 2024-08-05T16:05:15.479Z | Downloaded is_terminal_polyfill v1.70.0 |
299 | 2024-08-05T16:05:15.479Z | Downloaded crypto-common v0.1.6 |
300 | 2024-08-05T16:05:15.479Z | Downloaded clap_derive v4.5.13 |
301 | 2024-08-05T16:05:15.482Z | Downloaded anstyle-query v1.0.3 |
302 | 2024-08-05T16:05:15.482Z | Downloaded pest_generator v2.7.10 |
303 | 2024-08-05T16:05:15.482Z | Downloaded dtrace-parser v0.2.0 |
304 | 2024-08-05T16:05:15.482Z | Downloaded utf8parse v0.2.1 |
305 | 2024-08-05T16:05:15.482Z | Downloaded plain v0.2.3 |
306 | 2024-08-05T16:05:15.486Z | Downloaded heck v0.4.1 |
307 | 2024-08-05T16:05:15.486Z | Downloaded usdt v0.5.0 |
308 | 2024-08-05T16:05:15.486Z | Downloaded thiserror-impl v1.0.63 |
309 | 2024-08-05T16:05:15.490Z | Downloaded strsim v0.11.1 |
310 | 2024-08-05T16:05:15.490Z | Downloaded bytecount v0.6.8 |
311 | 2024-08-05T16:05:15.496Z | Downloaded pretty-hex v0.4.1 |
312 | 2024-08-05T16:05:15.496Z | Downloaded serde_tokenstream v0.2.1 |
313 | 2024-08-05T16:05:15.501Z | Downloaded dof v0.3.0 |
314 | 2024-08-05T16:05:15.501Z | Downloaded scroll v0.12.0 |
315 | 2024-08-05T16:05:15.501Z | Downloaded cargo_metadata v0.18.1 |
316 | 2024-08-05T16:05:15.508Z | Downloaded usdt-impl v0.5.0 |
317 | 2024-08-05T16:05:15.508Z | Downloaded cargo_toml v0.20.4 |
318 | 2024-08-05T16:05:15.508Z | Downloaded camino v1.1.7 |
319 | 2024-08-05T16:05:15.512Z | Downloaded generic-array v0.14.7 |
320 | 2024-08-05T16:05:15.512Z | Downloaded swrite v0.1.0 |
321 | 2024-08-05T16:05:15.523Z | Downloaded usdt-macro v0.5.0 |
322 | 2024-08-05T16:05:15.523Z | Downloaded scroll_derive v0.12.0 |
323 | 2024-08-05T16:05:15.523Z | Downloaded proc-macro-error v1.0.4 |
324 | 2024-08-05T16:05:15.523Z | Downloaded block-buffer v0.10.4 |
325 | 2024-08-05T16:05:15.529Z | Downloaded terminal_size v0.3.0 |
326 | 2024-08-05T16:05:15.529Z | Downloaded heck v0.5.0 |
327 | 2024-08-05T16:05:15.529Z | Downloaded digest v0.10.7 |
328 | 2024-08-05T16:05:15.529Z | Downloaded semver v1.0.23 |
329 | 2024-08-05T16:05:15.529Z | Downloaded macaddr v1.0.1 |
330 | 2024-08-05T16:05:15.529Z | Downloaded autocfg v1.3.0 |
331 | 2024-08-05T16:05:15.536Z | Downloaded cpufeatures v0.2.12 |
332 | 2024-08-05T16:05:15.536Z | Downloaded clap_lex v0.7.0 |
333 | 2024-08-05T16:05:15.536Z | Downloaded proc-macro-error-attr v1.0.4 |
334 | 2024-08-05T16:05:15.536Z | Downloaded byteorder v1.5.0 |
335 | 2024-08-05T16:05:15.540Z | Downloaded cfg-if v1.0.0 |
336 | 2024-08-05T16:05:15.540Z | Downloaded memmap v0.7.0 |
337 | 2024-08-05T16:05:15.540Z | Downloaded zerocopy-derive v0.7.34 |
338 | 2024-08-05T16:05:15.543Z | Downloaded proc-macro2 v1.0.86 |
339 | 2024-08-05T16:05:15.543Z | Downloaded log v0.4.21 |
340 | 2024-08-05T16:05:15.547Z | Downloaded fnv v1.0.7 |
341 | 2024-08-05T16:05:15.547Z | Downloaded usdt-attr-macro v0.5.0 |
342 | 2024-08-05T16:05:15.553Z | Downloaded thiserror v1.0.63 |
343 | 2024-08-05T16:05:15.556Z | Downloaded serde_spanned v0.6.7 |
344 | 2024-08-05T16:05:15.556Z | Downloaded version_check v0.9.4 |
345 | 2024-08-05T16:05:15.556Z | Downloaded once_cell v1.19.0 |
346 | 2024-08-05T16:05:15.556Z | Downloaded toml_datetime v0.6.8 |
347 | 2024-08-05T16:05:15.559Z | Downloaded tabled_derive v0.7.0 |
348 | 2024-08-05T16:05:15.559Z | Downloaded thread-id v4.2.1 |
349 | 2024-08-05T16:05:15.563Z | Downloaded clap v4.5.13 |
350 | 2024-08-05T16:05:15.567Z | Downloaded ucd-trie v0.1.6 |
351 | 2024-08-05T16:05:15.571Z | Downloaded toml v0.8.19 |
352 | 2024-08-05T16:05:15.575Z | Downloaded bitflags v2.6.0 |
353 | 2024-08-05T16:05:15.580Z | Downloaded sha2 v0.10.8 |
354 | 2024-08-05T16:05:15.580Z | Downloaded quote v1.0.36 |
355 | 2024-08-05T16:05:15.584Z | Downloaded pest_derive v2.7.10 |
356 | 2024-08-05T16:05:15.584Z | Downloaded papergrid v0.11.0 |
357 | 2024-08-05T16:05:15.588Z | Downloaded pest_meta v2.7.10 |
358 | 2024-08-05T16:05:15.591Z | Downloaded serde_derive v1.0.204 |
359 | 2024-08-05T16:05:15.594Z | Downloaded indexmap v2.2.6 |
360 | 2024-08-05T16:05:15.598Z | Downloaded ryu v1.0.18 |
361 | 2024-08-05T16:05:15.601Z | Downloaded unicode-ident v1.0.12 |
362 | 2024-08-05T16:05:15.605Z | Downloaded anyhow v1.0.86 |
363 | 2024-08-05T16:05:15.609Z | Downloaded typenum v1.17.0 |
364 | 2024-08-05T16:05:15.609Z | Downloaded serde v1.0.204 |
365 | 2024-08-05T16:05:15.614Z | Downloaded memchr v2.7.2 |
366 | 2024-08-05T16:05:15.620Z | Downloaded toml_edit v0.22.20 |
367 | 2024-08-05T16:05:15.649Z | Downloaded pest v2.7.10 |
368 | 2024-08-05T16:05:15.656Z | Downloaded serde_json v1.0.122 |
369 | 2024-08-05T16:05:15.663Z | Downloaded hashbrown v0.14.5 |
370 | 2024-08-05T16:05:15.672Z | Downloaded goblin v0.8.2 |
371 | 2024-08-05T16:05:15.679Z | Downloaded clap_builder v4.5.13 |
372 | 2024-08-05T16:05:15.689Z | Downloaded zerocopy v0.7.34 |
373 | 2024-08-05T16:05:15.701Z | Downloaded winnow v0.6.18 |
374 | 2024-08-05T16:05:15.709Z | Downloaded tabled v0.15.0 |
375 | 2024-08-05T16:05:15.724Z | Downloaded syn v1.0.109 |
376 | 2024-08-05T16:05:15.733Z | Downloaded syn v2.0.72 |
377 | 2024-08-05T16:05:15.744Z | Downloaded rustix v0.38.34 |
378 | 2024-08-05T16:05:15.767Z | Downloaded unicode-width v0.1.13 |
379 | 2024-08-05T16:05:15.775Z | Downloaded libc v0.2.155 |
380 | 2024-08-05T16:05:16.085Z | Compiling proc-macro2 v1.0.86 |
381 | 2024-08-05T16:05:16.085Z | Compiling unicode-ident v1.0.12 |
382 | 2024-08-05T16:05:16.108Z | Compiling version_check v0.9.4 |
383 | 2024-08-05T16:05:16.108Z | Compiling serde v1.0.204 |
384 | 2024-08-05T16:05:16.108Z | Compiling thiserror v1.0.63 |
385 | 2024-08-05T16:05:16.109Z | Compiling memchr v2.7.2 |
386 | 2024-08-05T16:05:16.109Z | Compiling libc v0.2.155 |
387 | 2024-08-05T16:05:16.109Z | Compiling ucd-trie v0.1.6 |
388 | 2024-08-05T16:05:16.314Z | Compiling ryu v1.0.18 |
389 | 2024-08-05T16:05:16.647Z | Compiling itoa v1.0.11 |
390 | 2024-08-05T16:05:16.822Z | Compiling once_cell v1.19.0 |
391 | 2024-08-05T16:05:16.877Z | Compiling byteorder v1.5.0 |
392 | 2024-08-05T16:05:17.130Z | Compiling serde_json v1.0.122 |
393 | 2024-08-05T16:05:18.179Z | Compiling usdt-impl v0.5.0 |
394 | 2024-08-05T16:05:18.199Z | Compiling proc-macro-error-attr v1.0.4 |
395 | 2024-08-05T16:05:18.221Z | Compiling rustix v0.38.34 |
396 | 2024-08-05T16:05:18.224Z | Compiling syn v1.0.109 |
397 | 2024-08-05T16:05:18.282Z | Compiling proc-macro-error v1.0.4 |
398 | 2024-08-05T16:05:18.524Z | Compiling log v0.4.21 |
399 | 2024-08-05T16:05:18.566Z | Compiling plain v0.2.3 |
400 | 2024-08-05T16:05:18.623Z | Compiling bitflags v2.6.0 |
401 | 2024-08-05T16:05:18.700Z | Compiling utf8parse v0.2.1 |
402 | 2024-08-05T16:05:18.851Z | Compiling hashbrown v0.14.5 |
403 | 2024-08-05T16:05:18.875Z | Compiling equivalent v1.0.1 |
404 | 2024-08-05T16:05:18.964Z | Compiling thread-id v4.2.1 |
405 | 2024-08-05T16:05:18.989Z | Compiling anstyle-parse v0.2.4 |
406 | 2024-08-05T16:05:19.093Z | Compiling quote v1.0.36 |
407 | 2024-08-05T16:05:19.157Z | Compiling semver v1.0.23 |
408 | 2024-08-05T16:05:19.178Z | Compiling is_terminal_polyfill v1.70.0 |
409 | 2024-08-05T16:05:19.287Z | Compiling anstyle v1.0.8 |
410 | 2024-08-05T16:05:19.310Z | Compiling errno v0.3.9 |
411 | 2024-08-05T16:05:19.423Z | Compiling colorchoice v1.0.1 |
412 | 2024-08-05T16:05:19.539Z | Compiling syn v2.0.72 |
413 | 2024-08-05T16:05:19.685Z | Compiling anstyle-query v1.0.3 |
414 | 2024-08-05T16:05:19.763Z | Compiling autocfg v1.3.0 |
415 | 2024-08-05T16:05:19.799Z | Compiling camino v1.1.7 |
416 | 2024-08-05T16:05:19.802Z | Compiling pretty-hex v0.4.1 |
417 | 2024-08-05T16:05:20.036Z | Compiling indexmap v2.2.6 |
418 | 2024-08-05T16:05:20.128Z | Compiling winnow v0.6.18 |
419 | 2024-08-05T16:05:20.564Z | Compiling anstream v0.6.14 |
420 | 2024-08-05T16:05:20.763Z | Compiling fs-err v2.11.0 |
421 | 2024-08-05T16:05:21.005Z | Compiling terminal_size v0.3.0 |
422 | 2024-08-05T16:05:21.191Z | Compiling strsim v0.11.1 |
423 | 2024-08-05T16:05:21.269Z | Compiling heck v0.4.1 |
424 | 2024-08-05T16:05:21.293Z | Compiling fnv v1.0.7 |
425 | 2024-08-05T16:05:21.351Z | Compiling unicode-width v0.1.13 |
426 | 2024-08-05T16:05:21.406Z | Compiling anyhow v1.0.86 |
427 | 2024-08-05T16:05:21.428Z | Compiling heck v0.5.0 |
428 | 2024-08-05T16:05:21.593Z | Compiling bytecount v0.6.8 |
429 | 2024-08-05T16:05:21.783Z | Compiling clap_lex v0.7.0 |
430 | 2024-08-05T16:05:21.806Z | Compiling papergrid v0.11.0 |
431 | 2024-08-05T16:05:22.088Z | Compiling clap_builder v4.5.13 |
432 | 2024-08-05T16:05:22.109Z | Compiling memmap v0.7.0 |
433 | 2024-08-05T16:05:22.896Z | Compiling swrite v0.1.0 |
434 | 2024-08-05T16:05:24.616Z | Compiling tabled_derive v0.7.0 |
435 | 2024-08-05T16:05:26.040Z | Compiling tabled v0.15.0 |
436 | 2024-08-05T16:05:27.946Z | Compiling serde_derive v1.0.204 |
437 | 2024-08-05T16:05:27.946Z | Compiling thiserror-impl v1.0.63 |
438 | 2024-08-05T16:05:27.949Z | Compiling zerocopy-derive v0.7.34 |
439 | 2024-08-05T16:05:27.949Z | Compiling scroll_derive v0.12.0 |
440 | 2024-08-05T16:05:27.949Z | Compiling clap_derive v4.5.13 |
441 | 2024-08-05T16:05:29.291Z | Compiling scroll v0.12.0 |
442 | 2024-08-05T16:05:29.647Z | Compiling zerocopy v0.7.34 |
443 | 2024-08-05T16:05:29.855Z | Compiling goblin v0.8.2 |
444 | 2024-08-05T16:05:30.326Z | Compiling pest v2.7.10 |
445 | 2024-08-05T16:05:31.918Z | Compiling clap v4.5.13 |
446 | 2024-08-05T16:05:32.602Z | Compiling pest_meta v2.7.10 |
447 | 2024-08-05T16:05:33.396Z | Compiling pest_generator v2.7.10 |
448 | 2024-08-05T16:05:35.278Z | Compiling pest_derive v2.7.10 |
449 | 2024-08-05T16:05:36.052Z | Compiling dtrace-parser v0.2.0 |
450 | 2024-08-05T16:05:37.942Z | Compiling serde_spanned v0.6.7 |
451 | 2024-08-05T16:05:37.942Z | Compiling toml_datetime v0.6.8 |
452 | 2024-08-05T16:05:37.944Z | Compiling cargo-platform v0.1.8 |
453 | 2024-08-05T16:05:38.321Z | Compiling serde_tokenstream v0.2.1 |
454 | 2024-08-05T16:05:38.323Z | Compiling toml_edit v0.22.20 |
455 | 2024-08-05T16:05:38.477Z | Compiling macaddr v1.0.1 |
456 | 2024-08-05T16:05:39.282Z | Compiling dof v0.3.0 |
457 | 2024-08-05T16:05:39.282Z | Compiling cargo_metadata v0.18.1 |
458 | 2024-08-05T16:05:41.108Z | Compiling toml v0.8.19 |
459 | 2024-08-05T16:05:41.339Z | Compiling usdt-macro v0.5.0 |
460 | 2024-08-05T16:05:41.339Z | Compiling usdt-attr-macro v0.5.0 |
461 | 2024-08-05T16:05:42.006Z | Compiling cargo_toml v0.20.4 |
462 | 2024-08-05T16:05:42.705Z | Compiling usdt v0.5.0 |
463 | 2024-08-05T16:05:45.558Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
464 | 2024-08-05T16:05:49.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.08s |
465 | 2024-08-05T16:05:49.525Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
466 | 2024-08-05T16:05:50.058Z | Downloading crates ... |
467 | 2024-08-05T16:05:50.179Z | Downloaded async-stream-impl v0.3.5 |
468 | 2024-08-05T16:05:50.185Z | Downloaded bitstruct v0.1.1 |
469 | 2024-08-05T16:05:50.192Z | Downloaded atty v0.2.14 |
470 | 2024-08-05T16:05:50.196Z | Downloaded cfg_aliases v0.1.1 |
471 | 2024-08-05T16:05:50.201Z | Downloaded is_ci v1.2.0 |
472 | 2024-08-05T16:05:50.204Z | Downloaded darling_macro v0.20.9 |
473 | 2024-08-05T16:05:50.204Z | Downloaded bb8 v0.8.5 |
474 | 2024-08-05T16:05:50.207Z | Downloaded buf-list v1.0.3 |
475 | 2024-08-05T16:05:50.209Z | Downloaded instant v0.1.12 |
476 | 2024-08-05T16:05:50.212Z | Downloaded cstr-argument v0.1.2 |
477 | 2024-08-05T16:05:50.215Z | Downloaded bit-vec v0.6.3 |
478 | 2024-08-05T16:05:50.215Z | Downloaded aead v0.5.2 |
479 | 2024-08-05T16:05:50.218Z | Downloaded atomic-waker v1.1.2 |
480 | 2024-08-05T16:05:50.218Z | Downloaded openssl-macros v0.1.1 |
481 | 2024-08-05T16:05:50.221Z | Downloaded bitfield-struct v0.6.1 |
482 | 2024-08-05T16:05:50.221Z | Downloaded ascii-canvas v3.0.0 |
483 | 2024-08-05T16:05:50.224Z | Downloaded crunchy v0.2.2 |
484 | 2024-08-05T16:05:50.226Z | Downloaded crc v3.2.1 |
485 | 2024-08-05T16:05:50.229Z | Downloaded constant_time_eq v0.3.0 |
486 | 2024-08-05T16:05:50.229Z | Downloaded num-conv v0.1.0 |
487 | 2024-08-05T16:05:50.232Z | Downloaded nodrop v0.1.14 |
488 | 2024-08-05T16:05:50.232Z | Downloaded newtype_derive v0.1.6 |
489 | 2024-08-05T16:05:50.234Z | Downloaded oso-derive v0.27.3 |
490 | 2024-08-05T16:05:50.234Z | Downloaded opaque-debug v0.3.1 |
491 | 2024-08-05T16:05:50.238Z | Downloaded newline-converter v0.3.0 |
492 | 2024-08-05T16:05:50.238Z | Downloaded colored v2.1.0 |
493 | 2024-08-05T16:05:50.241Z | Downloaded async-recursion v1.1.1 |
494 | 2024-08-05T16:05:50.243Z | Downloaded num_threads v0.1.7 |
495 | 2024-08-05T16:05:50.246Z | Downloaded lru-cache v0.1.2 |
496 | 2024-08-05T16:05:50.249Z | Downloaded defmt-macros v0.3.9 |
497 | 2024-08-05T16:05:50.251Z | Downloaded debug-ignore v1.0.5 |
498 | 2024-08-05T16:05:50.254Z | Downloaded libsw v3.3.1 |
499 | 2024-08-05T16:05:50.257Z | Downloaded num v0.4.3 |
500 | 2024-08-05T16:05:50.257Z | Downloaded lalrpop-util v0.19.12 |
501 | 2024-08-05T16:05:50.260Z | Downloaded bitstruct_derive v0.1.0 |
502 | 2024-08-05T16:05:50.260Z | Downloaded olpc-cjson v0.1.3 |
503 | 2024-08-05T16:05:50.264Z | Downloaded linked-hash-map v0.5.6 |
504 | 2024-08-05T16:05:50.264Z | Downloaded num_enum v0.5.11 |
505 | 2024-08-05T16:05:50.267Z | Downloaded adler v1.0.2 |
506 | 2024-08-05T16:05:50.270Z | Downloaded md-5 v0.10.6 |
507 | 2024-08-05T16:05:50.273Z | Downloaded parse-display-derive v0.9.1 |
508 | 2024-08-05T16:05:50.273Z | Downloaded bitflags v1.3.2 |
509 | 2024-08-05T16:05:50.276Z | Downloaded num_cpus v1.16.0 |
510 | 2024-08-05T16:05:50.281Z | Downloaded parse-display v0.9.1 |
511 | 2024-08-05T16:05:50.284Z | Downloaded match_cfg v0.1.0 |
512 | 2024-08-05T16:05:50.284Z | Downloaded lock_api v0.4.12 |
513 | 2024-08-05T16:05:50.286Z | Downloaded libloading v0.8.3 |
514 | 2024-08-05T16:05:50.289Z | Downloaded crucible-workspace-hack v0.1.0 |
515 | 2024-08-05T16:05:50.289Z | Downloaded managed v0.8.0 |
516 | 2024-08-05T16:05:50.293Z | Downloaded signal-hook-tokio v0.3.1 |
517 | 2024-08-05T16:05:50.293Z | Downloaded lazycell v1.3.0 |
518 | 2024-08-05T16:05:50.295Z | Downloaded darling v0.20.9 |
519 | 2024-08-05T16:05:50.298Z | Downloaded num-rational v0.4.2 |
520 | 2024-08-05T16:05:50.300Z | Downloaded num-integer v0.1.46 |
521 | 2024-08-05T16:05:50.303Z | Downloaded console v0.15.8 |
522 | 2024-08-05T16:05:50.306Z | Downloaded ipnet v2.9.0 |
523 | 2024-08-05T16:05:50.308Z | Downloaded openssl-probe v0.1.5 |
524 | 2024-08-05T16:05:50.311Z | Downloaded number_prefix v0.4.0 |
525 | 2024-08-05T16:05:50.311Z | Downloaded new_debug_unreachable v1.0.6 |
526 | 2024-08-05T16:05:50.313Z | Downloaded stability v0.2.0 |
527 | 2024-08-05T16:05:50.314Z | Downloaded parse-size v1.0.0 |
528 | 2024-08-05T16:05:50.317Z | Downloaded password-hash v0.5.0 |
529 | 2024-08-05T16:05:50.317Z | Downloaded packed_struct v0.10.1 |
530 | 2024-08-05T16:05:50.320Z | Downloaded cexpr v0.6.0 |
531 | 2024-08-05T16:05:50.323Z | Downloaded parking_lot v0.11.2 |
532 | 2024-08-05T16:05:50.327Z | Downloaded strum v0.26.3 |
533 | 2024-08-05T16:05:50.327Z | Downloaded try-lock v0.2.5 |
534 | 2024-08-05T16:05:50.329Z | Downloaded parking_lot_core v0.8.6 |
535 | 2024-08-05T16:05:50.329Z | Downloaded packed_struct_codegen v0.10.1 |
536 | 2024-08-05T16:05:50.332Z | Downloaded nibble_vec v0.1.0 |
537 | 2024-08-05T16:05:50.334Z | Downloaded mockall v0.12.1 |
538 | 2024-08-05T16:05:50.334Z | Downloaded endian-type v0.1.2 |
539 | 2024-08-05T16:05:50.338Z | Downloaded nanorand v0.7.0 |
540 | 2024-08-05T16:05:50.341Z | Downloaded bzip2 v0.4.4 |
541 | 2024-08-05T16:05:50.344Z | Downloaded phf_shared v0.10.0 |
542 | 2024-08-05T16:05:50.346Z | Downloaded cipher v0.4.4 |
543 | 2024-08-05T16:05:50.349Z | Downloaded bcs v0.1.6 |
544 | 2024-08-05T16:05:50.352Z | Downloaded num-derive v0.4.2 |
545 | 2024-08-05T16:05:50.354Z | Downloaded mime_guess v2.0.4 |
546 | 2024-08-05T16:05:50.357Z | Downloaded fxhash v0.2.1 |
547 | 2024-08-05T16:05:50.357Z | Downloaded defmt-parser v0.3.4 |
548 | 2024-08-05T16:05:50.360Z | Downloaded indexmap v1.9.3 |
549 | 2024-08-05T16:05:50.364Z | Downloaded native-tls v0.2.11 |
550 | 2024-08-05T16:05:50.366Z | Downloaded slab v0.4.9 |
551 | 2024-08-05T16:05:50.369Z | Downloaded slog-dtrace v0.3.0 |
552 | 2024-08-05T16:05:50.372Z | Downloaded paste v1.0.15 |
553 | 2024-08-05T16:05:50.375Z | Downloaded shell-words v1.1.0 |
554 | 2024-08-05T16:05:50.378Z | Downloaded mockall_derive v0.12.1 |
555 | 2024-08-05T16:05:50.378Z | Downloaded thiserror-no-std v2.0.2 |
556 | 2024-08-05T16:05:50.381Z | Downloaded smallvec v0.6.14 |
557 | 2024-08-05T16:05:50.384Z | Downloaded tap v1.0.1 |
558 | 2024-08-05T16:05:50.386Z | Downloaded nu-ansi-term v0.50.0 |
559 | 2024-08-05T16:05:50.389Z | Downloaded tui-tree-widget v0.21.0 |
560 | 2024-08-05T16:05:50.389Z | Downloaded thiserror-impl-no-std v2.0.2 |
561 | 2024-08-05T16:05:50.392Z | Downloaded strum_macros v0.24.3 |
562 | 2024-08-05T16:05:50.395Z | Downloaded vsss-rs v3.3.4 |
563 | 2024-08-05T16:05:50.397Z | Downloaded uzers v0.11.3 |
564 | 2024-08-05T16:05:50.397Z | Downloaded bytes v1.6.0 |
565 | 2024-08-05T16:05:50.400Z | Downloaded cookie v0.17.0 |
566 | 2024-08-05T16:05:50.403Z | Downloaded embedded-io v0.4.0 |
567 | 2024-08-05T16:05:50.406Z | Downloaded enum-as-inner v0.5.1 |
568 | 2024-08-05T16:05:50.408Z | Downloaded ena v0.14.3 |
569 | 2024-08-05T16:05:50.408Z | Downloaded ahash v0.8.11 |
570 | 2024-08-05T16:05:50.411Z | Downloaded cookie_store v0.20.0 |
571 | 2024-08-05T16:05:50.414Z | Downloaded sqlparser_derive v0.2.2 |
572 | 2024-08-05T16:05:50.417Z | Downloaded hostname v0.3.1 |
573 | 2024-08-05T16:05:50.417Z | Downloaded home v0.5.9 |
574 | 2024-08-05T16:05:50.420Z | Downloaded phf v0.11.2 |
575 | 2024-08-05T16:05:50.420Z | Downloaded num-complex v0.4.6 |
576 | 2024-08-05T16:05:50.422Z | Downloaded csv-core v0.1.11 |
577 | 2024-08-05T16:05:50.422Z | Downloaded futures-task v0.3.30 |
578 | 2024-08-05T16:05:50.425Z | Downloaded dirs-sys-next v0.1.2 |
579 | 2024-08-05T16:05:50.425Z | Downloaded miniz_oxide v0.7.2 |
580 | 2024-08-05T16:05:50.428Z | Downloaded base64 v0.13.1 |
581 | 2024-08-05T16:05:50.431Z | Downloaded parking_lot_core v0.9.10 |
582 | 2024-08-05T16:05:50.434Z | Downloaded owo-colors v4.0.0 |
583 | 2024-08-05T16:05:50.437Z | Downloaded hyper-tls v0.5.0 |
584 | 2024-08-05T16:05:50.439Z | Downloaded quick-error v1.2.3 |
585 | 2024-08-05T16:05:50.442Z | Downloaded smallvec v1.13.2 |
586 | 2024-08-05T16:05:50.445Z | Downloaded tokio-native-tls v0.3.1 |
587 | 2024-08-05T16:05:50.447Z | Downloaded headers-core v0.2.0 |
588 | 2024-08-05T16:05:50.447Z | Downloaded portpicker v0.1.1 |
589 | 2024-08-05T16:05:50.450Z | Downloaded path-slash v0.1.5 |
590 | 2024-08-05T16:05:50.450Z | Downloaded slog-term v2.9.1 |
591 | 2024-08-05T16:05:50.453Z | Downloaded powerfmt v0.2.0 |
592 | 2024-08-05T16:05:50.456Z | Downloaded indicatif v0.17.8 |
593 | 2024-08-05T16:05:50.459Z | Downloaded shlex v1.3.0 |
594 | 2024-08-05T16:05:50.461Z | Downloaded defmt v0.3.8 |
595 | 2024-08-05T16:05:50.465Z | Downloaded slog-scope v4.4.0 |
596 | 2024-08-05T16:05:50.467Z | Downloaded derive_builder v0.20.0 |
597 | 2024-08-05T16:05:50.473Z | Downloaded env_logger v0.10.2 |
598 | 2024-08-05T16:05:50.476Z | Downloaded erased-serde v0.3.31 |
599 | 2024-08-05T16:05:50.479Z | Downloaded crossbeam-deque v0.8.5 |
600 | 2024-08-05T16:05:50.481Z | Downloaded crc-any v2.5.0 |
601 | 2024-08-05T16:05:50.484Z | Downloaded crossbeam-utils v0.8.19 |
602 | 2024-08-05T16:05:50.487Z | Downloaded static_assertions v1.1.0 |
603 | 2024-08-05T16:05:50.490Z | Downloaded unicode-xid v0.2.4 |
604 | 2024-08-05T16:05:50.492Z | Downloaded thread_local v1.1.8 |
605 | 2024-08-05T16:05:50.492Z | Downloaded omicron-zone-package v0.11.0 |
606 | 2024-08-05T16:05:50.495Z | Downloaded base64 v0.22.1 |
607 | 2024-08-05T16:05:50.500Z | Downloaded unicode-truncate v1.0.0 |
608 | 2024-08-05T16:05:50.503Z | Downloaded fastrand v2.1.0 |
609 | 2024-08-05T16:05:50.506Z | Downloaded tokio-rustls v0.24.1 |
610 | 2024-08-05T16:05:50.508Z | Downloaded httpdate v1.0.3 |
611 | 2024-08-05T16:05:50.508Z | Downloaded radium v0.7.0 |
612 | 2024-08-05T16:05:50.511Z | Downloaded dirs-next v2.0.0 |
613 | 2024-08-05T16:05:50.511Z | Downloaded zeroize_derive v1.4.2 |
614 | 2024-08-05T16:05:50.514Z | Downloaded float-ord v0.3.2 |
615 | 2024-08-05T16:05:50.514Z | Downloaded zeroize v1.7.0 |
616 | 2024-08-05T16:05:50.517Z | Downloaded hash32 v0.3.1 |
617 | 2024-08-05T16:05:50.520Z | Downloaded ppv-lite86 v0.2.17 |
618 | 2024-08-05T16:05:50.520Z | Downloaded fd-lock v4.0.2 |
619 | 2024-08-05T16:05:50.522Z | Downloaded r2d2 v0.8.10 |
620 | 2024-08-05T16:05:50.525Z | Downloaded tar v0.4.41 |
621 | 2024-08-05T16:05:50.527Z | Downloaded futures-core v0.3.30 |
622 | 2024-08-05T16:05:50.527Z | Downloaded peg v0.8.4 |
623 | 2024-08-05T16:05:50.531Z | Downloaded uuid v1.10.0 |
624 | 2024-08-05T16:05:50.535Z | Downloaded rustls-pki-types v1.7.0 |
625 | 2024-08-05T16:05:50.538Z | Downloaded const-oid v0.9.6 |
626 | 2024-08-05T16:05:50.540Z | Downloaded filetime v0.2.23 |
627 | 2024-08-05T16:05:50.543Z | Downloaded rustc_version v0.4.0 |
628 | 2024-08-05T16:05:50.546Z | Downloaded http-range v0.1.5 |
629 | 2024-08-05T16:05:50.546Z | Downloaded strum_macros v0.25.3 |
630 | 2024-08-05T16:05:50.549Z | Downloaded slog-bunyan v2.5.0 |
631 | 2024-08-05T16:05:50.549Z | Downloaded rustfmt-wrapper v0.2.1 |
632 | 2024-08-05T16:05:50.552Z | Downloaded rustls-pemfile v1.0.4 |
633 | 2024-08-05T16:05:50.555Z | Downloaded resolv-conf v0.7.0 |
634 | 2024-08-05T16:05:50.555Z | Downloaded subtle v2.5.0 |
635 | 2024-08-05T16:05:50.557Z | Downloaded spin v0.5.2 |
636 | 2024-08-05T16:05:50.560Z | Downloaded structmeta-derive v0.3.0 |
637 | 2024-08-05T16:05:50.560Z | Downloaded tinyvec_macros v0.1.1 |
638 | 2024-08-05T16:05:50.560Z | Downloaded tempfile v3.10.1 |
639 | 2024-08-05T16:05:50.563Z | Downloaded slog-envlogger v2.2.0 |
640 | 2024-08-05T16:05:50.566Z | Downloaded sha1 v0.10.6 |
641 | 2024-08-05T16:05:50.569Z | Downloaded rustversion v1.0.17 |
642 | 2024-08-05T16:05:50.571Z | Downloaded wait-timeout v0.2.0 |
643 | 2024-08-05T16:05:50.574Z | Downloaded deranged v0.3.11 |
644 | 2024-08-05T16:05:50.574Z | Downloaded fragile v2.0.0 |
645 | 2024-08-05T16:05:50.577Z | Downloaded fallible-iterator v0.2.0 |
646 | 2024-08-05T16:05:50.579Z | Downloaded vte_generate_state_changes v0.1.1 |
647 | 2024-08-05T16:05:50.579Z | Downloaded hmac v0.12.1 |
648 | 2024-08-05T16:05:50.589Z | Downloaded compact_str v0.7.1 |
649 | 2024-08-05T16:05:50.593Z | Downloaded waitgroup v0.1.2 |
650 | 2024-08-05T16:05:50.596Z | Downloaded funty v2.0.0 |
651 | 2024-08-05T16:05:50.596Z | Downloaded futures-io v0.3.30 |
652 | 2024-08-05T16:05:50.599Z | Downloaded peg-macros v0.8.4 |
653 | 2024-08-05T16:05:50.602Z | Downloaded futures-executor v0.3.30 |
654 | 2024-08-05T16:05:50.602Z | Downloaded foreign-types-shared v0.3.1 |
655 | 2024-08-05T16:05:50.604Z | Downloaded pin-project-internal v1.1.5 |
656 | 2024-08-05T16:05:50.604Z | Downloaded darling_core v0.20.9 |
657 | 2024-08-05T16:05:50.609Z | Downloaded diesel_derives v2.1.4 |
658 | 2024-08-05T16:05:50.614Z | Downloaded base64 v0.21.7 |
659 | 2024-08-05T16:05:50.618Z | Downloaded pin-utils v0.1.0 |
660 | 2024-08-05T16:05:50.621Z | Downloaded backtrace v0.3.71 |
661 | 2024-08-05T16:05:50.625Z | Downloaded time-core v0.1.2 |
662 | 2024-08-05T16:05:50.627Z | Downloaded slog-stdlog v4.1.1 |
663 | 2024-08-05T16:05:50.630Z | Downloaded serde_repr v0.1.19 |
664 | 2024-08-05T16:05:50.630Z | Downloaded fatfs v0.3.6 |
665 | 2024-08-05T16:05:50.633Z | Downloaded toml v0.5.11 |
666 | 2024-08-05T16:05:50.636Z | Downloaded tiny-keccak v2.0.2 |
667 | 2024-08-05T16:05:50.639Z | Downloaded postcard v1.0.8 |
668 | 2024-08-05T16:05:50.643Z | Downloaded time-macros v0.2.18 |
669 | 2024-08-05T16:05:50.646Z | Downloaded rcgen v0.12.1 |
670 | 2024-08-05T16:05:50.648Z | Downloaded float-cmp v0.9.0 |
671 | 2024-08-05T16:05:50.651Z | Downloaded whoami v1.5.1 |
672 | 2024-08-05T16:05:50.654Z | Downloaded strum_macros v0.26.4 |
673 | 2024-08-05T16:05:50.654Z | Downloaded test-strategy v0.3.1 |
674 | 2024-08-05T16:05:50.657Z | Downloaded wyz v0.5.1 |
675 | 2024-08-05T16:05:50.660Z | Downloaded sync_wrapper v0.1.2 |
676 | 2024-08-05T16:05:50.663Z | Downloaded crypto-bigint v0.5.5 |
677 | 2024-08-05T16:05:50.668Z | Downloaded sigpipe v0.1.3 |
678 | 2024-08-05T16:05:50.671Z | Downloaded proc-macro-crate v1.3.1 |
679 | 2024-08-05T16:05:50.671Z | Downloaded predicates-tree v1.0.9 |
680 | 2024-08-05T16:05:50.674Z | Downloaded hash32 v0.2.1 |
681 | 2024-08-05T16:05:50.677Z | Downloaded rustc-hash v1.1.0 |
682 | 2024-08-05T16:05:50.677Z | Downloaded pretty-hex v0.2.1 |
683 | 2024-08-05T16:05:50.680Z | Downloaded socket2 v0.5.7 |
684 | 2024-08-05T16:05:50.680Z | Downloaded downcast v0.11.0 |
685 | 2024-08-05T16:05:50.683Z | Downloaded subprocess v0.2.9 |
686 | 2024-08-05T16:05:50.686Z | Downloaded trust-dns-server v0.22.1 |
687 | 2024-08-05T16:05:50.689Z | Downloaded rusty-fork v0.3.0 |
688 | 2024-08-05T16:05:50.692Z | Downloaded string_cache v0.8.7 |
689 | 2024-08-05T16:05:50.695Z | Downloaded hubpack v0.1.2 |
690 | 2024-08-05T16:05:50.695Z | Downloaded scheduled-thread-pool v0.2.7 |
691 | 2024-08-05T16:05:50.695Z | Downloaded same-file v1.0.6 |
692 | 2024-08-05T16:05:50.698Z | Downloaded dyn-clone v1.0.17 |
693 | 2024-08-05T16:05:50.701Z | Downloaded rustc_version v0.1.7 |
694 | 2024-08-05T16:05:50.701Z | Downloaded tls_codec_derive v0.4.1 |
695 | 2024-08-05T16:05:50.704Z | Downloaded either v1.12.0 |
696 | 2024-08-05T16:05:50.704Z | Downloaded strip-ansi-escapes v0.2.0 |
697 | 2024-08-05T16:05:50.704Z | Downloaded take_mut v0.2.2 |
698 | 2024-08-05T16:05:50.708Z | Downloaded rpassword v7.3.1 |
699 | 2024-08-05T16:05:50.708Z | Downloaded tracing-core v0.1.32 |
700 | 2024-08-05T16:05:50.712Z | Downloaded textwrap v0.16.1 |
701 | 2024-08-05T16:05:50.715Z | Downloaded foreign-types v0.5.0 |
702 | 2024-08-05T16:05:50.715Z | Downloaded psl-types v2.0.11 |
703 | 2024-08-05T16:05:50.717Z | Downloaded want v0.3.1 |
704 | 2024-08-05T16:05:50.717Z | Downloaded humantime v2.1.0 |
705 | 2024-08-05T16:05:50.724Z | Downloaded pin-project v1.1.5 |
706 | 2024-08-05T16:05:50.730Z | Downloaded rtoolbox v0.0.2 |
707 | 2024-08-05T16:05:50.735Z | Downloaded unicode-linebreak v0.1.5 |
708 | 2024-08-05T16:05:50.735Z | Downloaded derive_builder_macro v0.20.0 |
709 | 2024-08-05T16:05:50.738Z | Downloaded precomputed-hash v0.1.1 |
710 | 2024-08-05T16:05:50.738Z | Downloaded structmeta v0.2.0 |
711 | 2024-08-05T16:05:50.738Z | Downloaded supports-color v3.0.0 |
712 | 2024-08-05T16:05:50.738Z | Downloaded structmeta v0.3.0 |
713 | 2024-08-05T16:05:50.741Z | Downloaded siphasher v0.3.11 |
714 | 2024-08-05T16:05:50.741Z | Downloaded zone v0.1.8 |
715 | 2024-08-05T16:05:50.741Z | Downloaded headers v0.3.9 |
716 | 2024-08-05T16:05:50.747Z | Downloaded mio v0.8.11 |
717 | 2024-08-05T16:05:50.753Z | Downloaded pkcs8 v0.10.2 |
718 | 2024-08-05T16:05:50.756Z | Downloaded peg-runtime v0.8.3 |
719 | 2024-08-05T16:05:50.758Z | Downloaded pkg-config v0.3.30 |
720 | 2024-08-05T16:05:50.759Z | Downloaded socket2 v0.4.10 |
721 | 2024-08-05T16:05:50.761Z | Downloaded similar v2.5.0 |
722 | 2024-08-05T16:05:50.765Z | Downloaded tinyvec v1.6.0 |
723 | 2024-08-05T16:05:50.770Z | Downloaded tls_codec v0.4.1 |
724 | 2024-08-05T16:05:50.773Z | Downloaded serde_yaml v0.9.34+deprecated |
725 | 2024-08-05T16:05:50.776Z | Downloaded itertools v0.12.1 |
726 | 2024-08-05T16:05:50.782Z | Downloaded glob v0.3.1 |
727 | 2024-08-05T16:05:50.786Z | Downloaded sec1 v0.7.3 |
728 | 2024-08-05T16:05:50.789Z | Downloaded termios v0.3.3 |
729 | 2024-08-05T16:05:50.789Z | Downloaded foreign-types-shared v0.1.1 |
730 | 2024-08-05T16:05:50.789Z | Downloaded untrusted v0.9.0 |
731 | 2024-08-05T16:05:50.791Z | Downloaded term v0.7.0 |
732 | 2024-08-05T16:05:50.794Z | Downloaded yasna v0.5.2 |
733 | 2024-08-05T16:05:50.797Z | Downloaded zone_cfg_derive v0.1.2 |
734 | 2024-08-05T16:05:50.797Z | Downloaded serde_path_to_error v0.1.16 |
735 | 2024-08-05T16:05:50.801Z | Downloaded serde_urlencoded v0.7.1 |
736 | 2024-08-05T16:05:50.804Z | Downloaded signal-hook-mio v0.2.3 |
737 | 2024-08-05T16:05:50.804Z | Downloaded unicode-segmentation v1.11.0 |
738 | 2024-08-05T16:05:50.807Z | Downloaded structmeta-derive v0.2.0 |
739 | 2024-08-05T16:05:50.807Z | Downloaded hyper-staticfile v0.9.5 |
740 | 2024-08-05T16:05:50.810Z | Downloaded walkdir v2.5.0 |
741 | 2024-08-05T16:05:50.813Z | Downloaded tracing v0.1.40 |
742 | 2024-08-05T16:05:50.816Z | Downloaded blake3 v1.5.1 |
743 | 2024-08-05T16:05:50.823Z | Downloaded diesel_table_macro_syntax v0.1.0 |
744 | 2024-08-05T16:05:50.826Z | Downloaded hubpack_derive v0.1.1 |
745 | 2024-08-05T16:05:50.826Z | Downloaded predicates-core v1.0.6 |
746 | 2024-08-05T16:05:50.826Z | Downloaded getopts v0.2.21 |
747 | 2024-08-05T16:05:50.831Z | Downloaded pem v3.0.4 |
748 | 2024-08-05T16:05:50.831Z | Downloaded gethostname v0.5.0 |
749 | 2024-08-05T16:05:50.835Z | Downloaded tower-service v0.3.2 |
750 | 2024-08-05T16:05:50.835Z | Downloaded hashbrown v0.13.2 |
751 | 2024-08-05T16:05:50.837Z | Downloaded hashbrown v0.12.3 |
752 | 2024-08-05T16:05:50.840Z | Downloaded toolchain_find v0.4.0 |
753 | 2024-08-05T16:05:50.844Z | Downloaded rand_seeder v0.2.3 |
754 | 2024-08-05T16:05:50.844Z | Downloaded rand_chacha v0.3.1 |
755 | 2024-08-05T16:05:50.848Z | Downloaded heck v0.3.3 |
756 | 2024-08-05T16:05:50.848Z | Downloaded rand_xorshift v0.3.0 |
757 | 2024-08-05T16:05:50.848Z | Downloaded nom v7.1.3 |
758 | 2024-08-05T16:05:50.852Z | Downloaded serde_with v3.8.3 |
759 | 2024-08-05T16:05:50.860Z | Downloaded foreign-types-macros v0.2.3 |
760 | 2024-08-05T16:05:50.863Z | Downloaded smawk v0.3.2 |
761 | 2024-08-05T16:05:50.863Z | Downloaded futures-sink v0.3.30 |
762 | 2024-08-05T16:05:50.867Z | Downloaded smf v0.2.3 |
763 | 2024-08-05T16:05:50.867Z | Downloaded zip v0.6.6 |
764 | 2024-08-05T16:05:50.871Z | Downloaded prettyplease v0.2.20 |
765 | 2024-08-05T16:05:50.875Z | Downloaded serde-hex v0.1.0 |
766 | 2024-08-05T16:05:50.878Z | Downloaded samael v0.0.15 |
767 | 2024-08-05T16:05:50.880Z | Downloaded percent-encoding v2.3.1 |
768 | 2024-08-05T16:05:50.883Z | Downloaded futures-macro v0.3.30 |
769 | 2024-08-05T16:05:50.883Z | Downloaded untrusted v0.7.1 |
770 | 2024-08-05T16:05:50.883Z | Downloaded schemars v0.8.21 |
771 | 2024-08-05T16:05:50.895Z | Downloaded universal-hash v0.5.1 |
772 | 2024-08-05T16:05:50.898Z | Downloaded tokio-macros v2.3.0 |
773 | 2024-08-05T16:05:50.898Z | Downloaded slog-json v2.6.1 |
774 | 2024-08-05T16:05:50.902Z | Downloaded slog-async v2.8.0 |
775 | 2024-08-05T16:05:50.902Z | Downloaded elliptic-curve v0.13.8 |
776 | 2024-08-05T16:05:50.910Z | Downloaded signal-hook-registry v1.4.2 |
777 | 2024-08-05T16:05:50.915Z | Downloaded termtree v0.4.1 |
778 | 2024-08-05T16:05:50.915Z | Downloaded snafu-derive v0.8.2 |
779 | 2024-08-05T16:05:50.915Z | Downloaded poly1305 v0.8.0 |
780 | 2024-08-05T16:05:50.915Z | Downloaded signal-hook v0.3.17 |
781 | 2024-08-05T16:05:50.919Z | Downloaded tracing-attributes v0.1.27 |
782 | 2024-08-05T16:05:50.919Z | Downloaded tokio-tungstenite v0.20.1 |
783 | 2024-08-05T16:05:50.923Z | Downloaded unsafe-libyaml v0.2.11 |
784 | 2024-08-05T16:05:50.926Z | Downloaded http v1.1.0 |
785 | 2024-08-05T16:05:50.926Z | Downloaded getrandom v0.2.14 |
786 | 2024-08-05T16:05:50.929Z | Downloaded unicode-normalization v0.1.23 |
787 | 2024-08-05T16:05:50.933Z | Downloaded steno v0.4.1 |
788 | 2024-08-05T16:05:50.937Z | Downloaded hyper-rustls v0.24.2 |
789 | 2024-08-05T16:05:50.941Z | Downloaded tokio-tungstenite v0.21.0 |
790 | 2024-08-05T16:05:50.944Z | Downloaded slog v2.7.0 |
791 | 2024-08-05T16:05:50.946Z | Downloaded itertools v0.13.0 |
792 | 2024-08-05T16:05:50.952Z | Downloaded toml_edit v0.19.15 |
793 | 2024-08-05T16:05:50.970Z | Downloaded toml v0.7.8 |
794 | 2024-08-05T16:05:50.973Z | Downloaded ron v0.7.1 |
795 | 2024-08-05T16:05:50.976Z | Downloaded unicode-bidi v0.3.15 |
796 | 2024-08-05T16:05:50.979Z | Downloaded rand v0.8.5 |
797 | 2024-08-05T16:05:50.983Z | Downloaded heapless v0.7.17 |
798 | 2024-08-05T16:05:50.988Z | Downloaded rayon-core v1.12.1 |
799 | 2024-08-05T16:05:50.991Z | Downloaded flume v0.11.0 |
800 | 2024-08-05T16:05:50.994Z | Downloaded diff v0.1.13 |
801 | 2024-08-05T16:05:50.997Z | Downloaded trust-dns-resolver v0.22.0 |
802 | 2024-08-05T16:05:51.001Z | Downloaded ron v0.8.1 |
803 | 2024-08-05T16:05:51.008Z | Downloaded tokio-util v0.7.11 |
804 | 2024-08-05T16:05:51.014Z | Downloaded trust-dns-client v0.22.0 |
805 | 2024-08-05T16:05:51.018Z | Downloaded hkdf v0.12.4 |
806 | 2024-08-05T16:05:51.021Z | Downloaded futures-util v0.3.30 |
807 | 2024-08-05T16:05:51.034Z | Downloaded bitvec v1.0.1 |
808 | 2024-08-05T16:05:51.050Z | Downloaded flate2 v1.0.31 |
809 | 2024-08-05T16:05:51.053Z | Downloaded unicode_categories v0.1.1 |
810 | 2024-08-05T16:05:51.057Z | Downloaded time v0.3.36 |
811 | 2024-08-05T16:05:51.062Z | Downloaded http v0.2.12 |
812 | 2024-08-05T16:05:51.066Z | Downloaded rustyline v14.0.0 |
813 | 2024-08-05T16:05:51.073Z | Downloaded portable-atomic v1.6.0 |
814 | 2024-08-05T16:05:51.077Z | Downloaded quick-xml v0.31.0 |
815 | 2024-08-05T16:05:51.083Z | Downloaded x509-cert v0.2.5 |
816 | 2024-08-05T16:05:51.089Z | Downloaded reedline v0.31.0 |
817 | 2024-08-05T16:05:51.096Z | Downloaded heapless v0.8.0 |
818 | 2024-08-05T16:05:51.103Z | Downloaded tough v0.17.1 |
819 | 2024-08-05T16:05:51.110Z | Downloaded lalrpop v0.19.12 |
820 | 2024-08-05T16:05:51.122Z | Downloaded object v0.30.4 |
821 | 2024-08-05T16:05:51.131Z | Downloaded rustls-webpki v0.102.4 |
822 | 2024-08-05T16:05:51.149Z | Downloaded chrono v0.4.38 |
823 | 2024-08-05T16:05:51.156Z | Downloaded sqlparser v0.45.0 |
824 | 2024-08-05T16:05:51.162Z | Downloaded rayon v1.10.0 |
825 | 2024-08-05T16:05:51.171Z | Downloaded h2 v0.3.26 |
826 | 2024-08-05T16:05:51.178Z | Downloaded vcpkg v0.2.15 |
827 | 2024-08-05T16:05:51.216Z | Downloaded hyper v0.14.30 |
828 | 2024-08-05T16:05:51.223Z | Downloaded object v0.32.2 |
829 | 2024-08-05T16:05:51.234Z | Downloaded curve25519-dalek v4.1.3 |
830 | 2024-08-05T16:05:51.242Z | Downloaded idna v0.5.0 |
831 | 2024-08-05T16:05:51.249Z | Downloaded rustls v0.21.12 |
832 | 2024-08-05T16:05:51.260Z | Downloaded nix v0.28.0 |
833 | 2024-08-05T16:05:51.272Z | Downloaded regex-syntax v0.6.29 |
834 | 2024-08-05T16:05:51.278Z | Downloaded idna v0.3.0 |
835 | 2024-08-05T16:05:51.285Z | Downloaded polar-core v0.27.3 |
836 | 2024-08-05T16:05:51.293Z | Downloaded radix_trie v0.2.1 |
837 | 2024-08-05T16:05:51.298Z | Downloaded idna v0.2.3 |
838 | 2024-08-05T16:05:51.304Z | Downloaded smoltcp v0.11.0 |
839 | 2024-08-05T16:05:51.317Z | Downloaded smoltcp v0.9.1 |
840 | 2024-08-05T16:05:51.328Z | Downloaded rustls v0.22.4 |
841 | 2024-08-05T16:05:51.341Z | Downloaded gimli v0.28.1 |
842 | 2024-08-05T16:05:51.350Z | Downloaded webpki-roots v0.25.4 |
843 | 2024-08-05T16:05:51.353Z | Downloaded trust-dns-proto v0.22.0 |
844 | 2024-08-05T16:05:51.366Z | Downloaded diesel v2.1.6 |
845 | 2024-08-05T16:05:51.383Z | Downloaded sled v0.34.7 |
846 | 2024-08-05T16:05:51.393Z | Downloaded regex-syntax v0.8.3 |
847 | 2024-08-05T16:05:51.402Z | Downloaded regress v0.9.1 |
848 | 2024-08-05T16:05:51.409Z | Downloaded zerocopy-derive v0.6.6 |
849 | 2024-08-05T16:05:51.418Z | Downloaded ratatui v0.27.0 |
850 | 2024-08-05T16:05:51.437Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
851 | 2024-08-05T16:05:51.451Z | Downloaded regex-automata v0.4.6 |
852 | 2024-08-05T16:05:51.469Z | Downloaded openapiv3 v2.0.0 |
853 | 2024-08-05T16:05:51.479Z | Downloaded finl_unicode v1.2.0 |
854 | 2024-08-05T16:05:51.493Z | Downloaded petgraph v0.6.5 |
855 | 2024-08-05T16:05:51.513Z | Downloaded tokio v1.38.1 |
856 | 2024-08-05T16:05:51.548Z | Downloaded sha3 v0.10.8 |
857 | 2024-08-05T16:05:51.553Z | Downloaded csv v1.3.0 |
858 | 2024-08-05T16:05:51.575Z | Downloaded bstr v1.9.1 |
859 | 2024-08-05T16:05:51.584Z | Downloaded bstr v0.2.17 |
860 | 2024-08-05T16:05:51.594Z | Downloaded proptest v1.4.0 |
861 | 2024-08-05T16:05:51.603Z | Downloaded encoding_rs v0.8.34 |
862 | 2024-08-05T16:05:51.625Z | Downloaded regex v1.10.5 |
863 | 2024-08-05T16:05:51.638Z | Downloaded openssl v0.10.66 |
864 | 2024-08-05T16:05:51.648Z | Downloaded nix v0.27.1 |
865 | 2024-08-05T16:05:51.658Z | Downloaded winnow v0.5.40 |
866 | 2024-08-05T16:05:51.667Z | Downloaded rustls-webpki v0.101.7 |
867 | 2024-08-05T16:05:51.682Z | Downloaded reqwest v0.11.27 |
868 | 2024-08-05T16:05:51.689Z | Downloaded bindgen v0.69.4 |
869 | 2024-08-05T16:05:51.697Z | Downloaded rsa v0.9.6 |
870 | 2024-08-05T16:05:51.701Z | Downloaded regex-automata v0.1.10 |
871 | 2024-08-05T16:05:51.706Z | Downloaded topological-sort v0.2.2 |
872 | 2024-08-05T16:05:51.709Z | Downloaded serde-big-array v0.5.1 |
873 | 2024-08-05T16:05:51.709Z | Downloaded pem-rfc7468 v0.7.0 |
874 | 2024-08-05T16:05:51.713Z | Downloaded hostname v0.4.0 |
875 | 2024-08-05T16:05:51.713Z | Downloaded hex v0.4.3 |
876 | 2024-08-05T16:05:51.716Z | Downloaded tungstenite v0.21.0 |
877 | 2024-08-05T16:05:51.719Z | Downloaded which v4.4.2 |
878 | 2024-08-05T16:05:51.719Z | Downloaded signature v2.2.0 |
879 | 2024-08-05T16:05:51.721Z | Downloaded difflib v0.4.0 |
880 | 2024-08-05T16:05:51.722Z | Downloaded der_derive v0.7.2 |
881 | 2024-08-05T16:05:51.725Z | Downloaded serde_with_macros v3.8.3 |
882 | 2024-08-05T16:05:51.725Z | Downloaded postgres-protocol v0.6.7 |
883 | 2024-08-05T16:05:51.728Z | Downloaded futures v0.3.30 |
884 | 2024-08-05T16:05:51.731Z | Downloaded predicates v3.1.2 |
885 | 2024-08-05T16:05:51.733Z | Downloaded termcolor v1.4.1 |
886 | 2024-08-05T16:05:51.736Z | Downloaded typed-path v0.7.1 |
887 | 2024-08-05T16:05:51.743Z | Downloaded aho-corasick v1.1.3 |
888 | 2024-08-05T16:05:51.748Z | Downloaded pkcs1 v0.7.5 |
889 | 2024-08-05T16:05:51.751Z | Downloaded half v2.4.1 |
890 | 2024-08-05T16:05:51.755Z | Downloaded semver v0.1.20 |
891 | 2024-08-05T16:05:51.760Z | Downloaded secrecy v0.8.0 |
892 | 2024-08-05T16:05:51.760Z | Downloaded libm v0.2.8 |
893 | 2024-08-05T16:05:51.763Z | Downloaded tabwriter v1.4.0 |
894 | 2024-08-05T16:05:51.766Z | Downloaded sqlformat v0.2.4 |
895 | 2024-08-05T16:05:51.768Z | Downloaded sct v0.7.1 |
896 | 2024-08-05T16:05:51.771Z | Downloaded rustc-demangle v0.1.24 |
897 | 2024-08-05T16:05:51.771Z | Downloaded snafu v0.8.2 |
898 | 2024-08-05T16:05:51.777Z | Downloaded num-bigint-dig v0.8.4 |
899 | 2024-08-05T16:05:51.782Z | Downloaded itertools v0.10.5 |
900 | 2024-08-05T16:05:51.788Z | Downloaded derive_more v0.99.18 |
901 | 2024-08-05T16:05:51.793Z | Downloaded publicsuffix v2.2.3 |
902 | 2024-08-05T16:05:51.796Z | Downloaded expectorate v1.1.0 |
903 | 2024-08-05T16:05:51.799Z | Downloaded minimal-lexical v0.2.1 |
904 | 2024-08-05T16:05:51.803Z | Downloaded highway v1.1.0 |
905 | 2024-08-05T16:05:51.806Z | Downloaded flagset v0.4.5 |
906 | 2024-08-05T16:05:51.806Z | Downloaded derive-where v1.2.7 |
907 | 2024-08-05T16:05:51.812Z | Downloaded tungstenite v0.20.1 |
908 | 2024-08-05T16:05:51.816Z | Downloaded xattr v1.3.1 |
909 | 2024-08-05T16:05:51.819Z | Downloaded display-error-chain v0.2.0 |
910 | 2024-08-05T16:05:51.819Z | Downloaded ring v0.17.8 |
911 | 2024-08-05T16:05:51.888Z | Downloaded num-bigint v0.4.5 |
912 | 2024-08-05T16:05:51.893Z | Downloaded libxml v0.3.3 |
913 | 2024-08-05T16:05:51.898Z | Downloaded ring v0.16.20 |
914 | 2024-08-05T16:05:51.979Z | Downloaded fixedbitset v0.4.2 |
915 | 2024-08-05T16:05:51.982Z | Downloaded pin-project-lite v0.2.14 |
916 | 2024-08-05T16:05:51.985Z | Downloaded foreign-types v0.3.2 |
917 | 2024-08-05T16:05:51.988Z | Downloaded spki v0.7.3 |
918 | 2024-08-05T16:05:51.988Z | Downloaded crossterm v0.27.0 |
919 | 2024-08-05T16:05:51.992Z | Downloaded group v0.13.0 |
920 | 2024-08-05T16:05:51.996Z | Downloaded form_urlencoded v1.2.1 |
921 | 2024-08-05T16:05:51.996Z | Downloaded futures-channel v0.3.30 |
922 | 2024-08-05T16:05:51.999Z | Downloaded derive_builder_core v0.20.0 |
923 | 2024-08-05T16:05:51.999Z | Downloaded url v2.5.2 |
924 | 2024-08-05T16:05:52.003Z | Downloaded tokio-postgres v0.7.11 |
925 | 2024-08-05T16:05:52.006Z | Downloaded crossbeam-channel v0.5.12 |
926 | 2024-08-05T16:05:52.009Z | Downloaded zerocopy v0.6.6 |
927 | 2024-08-05T16:05:52.012Z | Downloaded serde_plain v1.0.2 |
928 | 2024-08-05T16:05:52.015Z | Downloaded scopeguard v1.2.0 |
929 | 2024-08-05T16:05:52.015Z | Downloaded ref-cast-impl v1.0.23 |
930 | 2024-08-05T16:05:52.015Z | Downloaded ref-cast v1.0.23 |
931 | 2024-08-05T16:05:52.017Z | Downloaded schemars_derive v0.8.21 |
932 | 2024-08-05T16:05:52.020Z | Downloaded http-body v0.4.6 |
933 | 2024-08-05T16:05:52.020Z | Downloaded rand_core v0.6.4 |
934 | 2024-08-05T16:05:52.023Z | Downloaded phf_shared v0.11.2 |
935 | 2024-08-05T16:05:52.023Z | Downloaded unicase v2.7.0 |
936 | 2024-08-05T16:05:52.023Z | Downloaded unarray v0.1.4 |
937 | 2024-08-05T16:05:52.027Z | Downloaded httparse v1.8.0 |
938 | 2024-08-05T16:05:52.030Z | Downloaded globset v0.4.14 |
939 | 2024-08-05T16:05:52.030Z | Downloaded env_logger v0.9.3 |
940 | 2024-08-05T16:05:52.030Z | Downloaded ff v0.13.0 |
941 | 2024-08-05T16:05:52.034Z | Downloaded serde_derive_internals v0.29.1 |
942 | 2024-08-05T16:05:52.034Z | Downloaded rustls-pemfile v2.1.2 |
943 | 2024-08-05T16:05:52.037Z | Downloaded stringprep v0.1.4 |
944 | 2024-08-05T16:05:52.037Z | Downloaded parking_lot v0.12.2 |
945 | 2024-08-05T16:05:52.039Z | Downloaded oso v0.27.3 |
946 | 2024-08-05T16:05:52.042Z | Downloaded der v0.7.9 |
947 | 2024-08-05T16:05:52.045Z | Downloaded postgres-types v0.2.7 |
948 | 2024-08-05T16:05:52.048Z | Downloaded iana-time-zone v0.1.60 |
949 | 2024-08-05T16:05:52.050Z | Downloaded spin v0.9.8 |
950 | 2024-08-05T16:05:52.053Z | Downloaded num-traits v0.2.19 |
951 | 2024-08-05T16:05:52.056Z | Downloaded arc-swap v1.7.1 |
952 | 2024-08-05T16:05:52.058Z | Downloaded const_format v0.2.32 |
953 | 2024-08-05T16:05:52.061Z | Downloaded cc v1.0.97 |
954 | 2024-08-05T16:05:52.064Z | Downloaded stable_deref_trait v1.2.0 |
955 | 2024-08-05T16:05:52.067Z | Downloaded chacha20poly1305 v0.10.1 |
956 | 2024-08-05T16:05:52.067Z | Downloaded allocator-api2 v0.2.18 |
957 | 2024-08-05T16:05:52.069Z | Downloaded vte v0.11.1 |
958 | 2024-08-05T16:05:52.073Z | Downloaded serde_arrays v0.1.0 |
959 | 2024-08-05T16:05:52.074Z | Downloaded tokio-stream v0.1.15 |
960 | 2024-08-05T16:05:52.076Z | Downloaded tokio-rustls v0.25.0 |
961 | 2024-08-05T16:05:52.079Z | Downloaded blake2 v0.10.6 |
962 | 2024-08-05T16:05:52.082Z | Downloaded openssl-sys v0.9.103 |
963 | 2024-08-05T16:05:52.084Z | Downloaded maybe-uninit v2.0.0 |
964 | 2024-08-05T16:05:52.090Z | Downloaded const_format_proc_macros v0.2.32 |
965 | 2024-08-05T16:05:52.090Z | Downloaded clang-sys v1.7.0 |
966 | 2024-08-05T16:05:52.093Z | Downloaded utf-8 v0.7.6 |
967 | 2024-08-05T16:05:52.093Z | Downloaded chacha20 v0.9.1 |
968 | 2024-08-05T16:05:52.093Z | Downloaded argon2 v0.5.3 |
969 | 2024-08-05T16:05:52.096Z | Downloaded cassowary v0.3.0 |
970 | 2024-08-05T16:05:52.096Z | Downloaded num_enum_derive v0.5.11 |
971 | 2024-08-05T16:05:52.096Z | Downloaded num-iter v0.1.45 |
972 | 2024-08-05T16:05:52.099Z | Downloaded cookie v0.18.1 |
973 | 2024-08-05T16:05:52.099Z | Downloaded backoff v0.4.0 |
974 | 2024-08-05T16:05:52.102Z | Downloaded multer v3.1.0 |
975 | 2024-08-05T16:05:52.105Z | Downloaded crc32fast v1.4.0 |
976 | 2024-08-05T16:05:52.105Z | Downloaded data-encoding v2.6.0 |
977 | 2024-08-05T16:05:52.107Z | Downloaded curve25519-dalek-derive v0.1.1 |
978 | 2024-08-05T16:05:52.107Z | Downloaded convert_case v0.4.0 |
979 | 2024-08-05T16:05:52.108Z | Downloaded crc-catalog v2.4.0 |
980 | 2024-08-05T16:05:52.110Z | Downloaded cobs v0.2.3 |
981 | 2024-08-05T16:05:52.110Z | Downloaded ident_case v1.0.1 |
982 | 2024-08-05T16:05:52.110Z | Downloaded crossbeam-epoch v0.9.18 |
983 | 2024-08-05T16:05:52.113Z | Downloaded mime v0.3.17 |
984 | 2024-08-05T16:05:52.113Z | Downloaded base64ct v1.6.0 |
985 | 2024-08-05T16:05:52.116Z | Downloaded ascii v1.1.0 |
986 | 2024-08-05T16:05:52.118Z | Downloaded newtype-uuid v1.1.0 |
987 | 2024-08-05T16:05:52.118Z | Downloaded camino-tempfile v1.1.1 |
988 | 2024-08-05T16:05:52.121Z | Downloaded bit-set v0.5.3 |
989 | 2024-08-05T16:05:52.121Z | Downloaded arrayref v0.3.7 |
990 | 2024-08-05T16:05:52.121Z | Downloaded ciborium v0.2.2 |
991 | 2024-08-05T16:05:52.124Z | Downloaded block-padding v0.3.3 |
992 | 2024-08-05T16:05:52.124Z | Downloaded memmap2 v0.9.4 |
993 | 2024-08-05T16:05:52.127Z | Downloaded ciborium-io v0.2.2 |
994 | 2024-08-05T16:05:52.127Z | Downloaded base16ct v0.2.0 |
995 | 2024-08-05T16:05:52.130Z | Downloaded kstat-rs v0.2.4 |
996 | 2024-08-05T16:05:52.130Z | Downloaded ipnetwork v0.20.0 |
997 | 2024-08-05T16:05:52.130Z | Downloaded cancel-safe-futures v0.1.5 |
998 | 2024-08-05T16:05:52.133Z | Downloaded async-trait v0.1.81 |
999 | 2024-08-05T16:05:52.135Z | Downloaded multimap v0.10.0 |
1000 | 2024-08-05T16:05:52.138Z | Downloaded bitfield v0.14.0 |
1001 | 2024-08-05T16:05:52.138Z | Downloaded async-stream v0.3.5 |
1002 | 2024-08-05T16:05:52.141Z | Downloaded memoffset v0.9.1 |
1003 | 2024-08-05T16:05:52.141Z | Downloaded maplit v1.0.2 |
1004 | 2024-08-05T16:05:52.141Z | Downloaded indoc v1.0.9 |
1005 | 2024-08-05T16:05:52.143Z | Downloaded libefi-sys v0.1.0 |
1006 | 2024-08-05T16:05:52.146Z | Downloaded arrayvec v0.7.4 |
1007 | 2024-08-05T16:05:52.146Z | Downloaded lru v0.12.3 |
1008 | 2024-08-05T16:05:52.149Z | Downloaded linear-map v1.2.0 |
1009 | 2024-08-05T16:05:52.149Z | Downloaded lazy_static v1.5.0 |
1010 | 2024-08-05T16:05:52.152Z | Downloaded keccak v0.1.5 |
1011 | 2024-08-05T16:05:52.152Z | Downloaded is-terminal v0.4.12 |
1012 | 2024-08-05T16:05:52.152Z | Downloaded inout v0.1.3 |
1013 | 2024-08-05T16:05:52.157Z | Downloaded indent_write v2.2.0 |
1014 | 2024-08-05T16:05:52.157Z | Downloaded impl-trait-for-tuples v0.2.2 |
1015 | 2024-08-05T16:05:52.161Z | Downloaded normalize-line-endings v0.3.0 |
1016 | 2024-08-05T16:05:52.161Z | Downloaded atomicwrites v0.4.3 |
1017 | 2024-08-05T16:05:52.161Z | Downloaded assert_matches v1.5.0 |
1018 | 2024-08-05T16:05:52.161Z | Downloaded addr2line v0.21.0 |
1019 | 2024-08-05T16:05:52.164Z | Downloaded matches v0.1.10 |
1020 | 2024-08-05T16:05:52.164Z | Downloaded ciborium-ll v0.2.2 |
1021 | 2024-08-05T16:05:52.164Z | Downloaded castaway v0.2.2 |
1022 | 2024-08-05T16:05:52.164Z | Downloaded array-init v0.0.4 |
1023 | 2024-08-05T16:05:52.246Z | Compiling cfg-if v1.0.0 |
1024 | 2024-08-05T16:05:52.246Z | Compiling serde v1.0.204 |
1025 | 2024-08-05T16:05:52.249Z | Compiling lock_api v0.4.12 |
1026 | 2024-08-05T16:05:52.249Z | Compiling scopeguard v1.2.0 |
1027 | 2024-08-05T16:05:52.388Z | Compiling log v0.4.21 |
1028 | 2024-08-05T16:05:52.410Z | Compiling syn v2.0.72 |
1029 | 2024-08-05T16:05:52.413Z | Compiling cc v1.0.97 |
1030 | 2024-08-05T16:05:52.413Z | Compiling parking_lot_core v0.9.10 |
1031 | 2024-08-05T16:05:52.469Z | Compiling getrandom v0.2.14 |
1032 | 2024-08-05T16:05:52.526Z | Compiling smallvec v1.13.2 |
1033 | 2024-08-05T16:05:52.814Z | Compiling rand_core v0.6.4 |
1034 | 2024-08-05T16:05:52.937Z | Compiling typenum v1.17.0 |
1035 | 2024-08-05T16:05:52.940Z | Compiling generic-array v0.14.7 |
1036 | 2024-08-05T16:05:52.967Z | Compiling pin-project-lite v0.2.14 |
1037 | 2024-08-05T16:05:53.088Z | Compiling signal-hook-registry v1.4.2 |
1038 | 2024-08-05T16:05:53.237Z | Compiling parking_lot v0.12.2 |
1039 | 2024-08-05T16:05:53.319Z | Compiling spin v0.9.8 |
1040 | 2024-08-05T16:05:53.336Z | Compiling mio v0.8.11 |
1041 | 2024-08-05T16:05:53.509Z | Compiling libm v0.2.8 |
1042 | 2024-08-05T16:05:53.739Z | Compiling serde_json v1.0.122 |
1043 | 2024-08-05T16:05:53.858Z | Compiling num-traits v0.2.19 |
1044 | 2024-08-05T16:05:53.878Z | Compiling ahash v0.8.11 |
1045 | 2024-08-05T16:05:54.100Z | Compiling futures-core v0.3.30 |
1046 | 2024-08-05T16:05:54.129Z | Compiling tinyvec_macros v0.1.1 |
1047 | 2024-08-05T16:05:54.213Z | Compiling tinyvec v1.6.0 |
1048 | 2024-08-05T16:05:54.324Z | Compiling num_cpus v1.16.0 |
1049 | 2024-08-05T16:05:54.355Z | Compiling socket2 v0.5.7 |
1050 | 2024-08-05T16:05:54.443Z | Compiling const-oid v0.9.6 |
1051 | 2024-08-05T16:05:54.615Z | Compiling subtle v2.5.0 |
1052 | 2024-08-05T16:05:54.961Z | Compiling slab v0.4.9 |
1053 | 2024-08-05T16:05:55.345Z | Compiling allocator-api2 v0.2.18 |
1054 | 2024-08-05T16:05:55.681Z | Compiling futures-sink v0.3.30 |
1055 | 2024-08-05T16:05:55.710Z | Compiling unicode-bidi v0.3.15 |
1056 | 2024-08-05T16:05:55.793Z | Compiling unicode-normalization v0.1.23 |
1057 | 2024-08-05T16:05:55.948Z | Compiling futures-channel v0.3.30 |
1058 | 2024-08-05T16:05:56.274Z | Compiling pin-utils v0.1.0 |
1059 | 2024-08-05T16:05:56.293Z | Compiling vcpkg v0.2.15 |
1060 | 2024-08-05T16:05:56.368Z | Compiling futures-io v0.3.30 |
1061 | 2024-08-05T16:05:56.383Z | Compiling pkg-config v0.3.30 |
1062 | 2024-08-05T16:05:56.614Z | Compiling futures-task v0.3.30 |
1063 | 2024-08-05T16:05:56.706Z | Compiling ring v0.17.8 |
1064 | 2024-08-05T16:05:56.941Z | Compiling percent-encoding v2.3.1 |
1065 | 2024-08-05T16:05:56.974Z | Compiling ppv-lite86 v0.2.17 |
1066 | 2024-08-05T16:05:57.319Z | Compiling tracing-core v0.1.32 |
1067 | 2024-08-05T16:05:57.338Z | Compiling time-core v0.1.2 |
1068 | 2024-08-05T16:05:57.486Z | Compiling untrusted v0.9.0 |
1069 | 2024-08-05T16:05:57.511Z | Compiling num-conv v0.1.0 |
1070 | 2024-08-05T16:05:57.655Z | Compiling syn v1.0.109 |
1071 | 2024-08-05T16:05:57.788Z | Compiling rand_chacha v0.3.1 |
1072 | 2024-08-05T16:05:57.805Z | Compiling powerfmt v0.2.0 |
1073 | 2024-08-05T16:05:57.983Z | Compiling rustix v0.38.34 |
1074 | 2024-08-05T16:05:58.161Z | Compiling rand v0.8.5 |
1075 | 2024-08-05T16:05:58.307Z | Compiling deranged v0.3.11 |
1076 | 2024-08-05T16:05:58.596Z | Compiling openssl-sys v0.9.103 |
1077 | 2024-08-05T16:05:58.715Z | Compiling time-macros v0.2.18 |
1078 | 2024-08-05T16:05:58.927Z | Compiling rustversion v1.0.17 |
1079 | 2024-08-05T16:05:59.661Z | Compiling foreign-types-shared v0.1.1 |
1080 | 2024-08-05T16:05:59.765Z | Compiling iana-time-zone v0.1.60 |
1081 | 2024-08-05T16:05:59.940Z | Compiling openssl v0.10.66 |
1082 | 2024-08-05T16:06:00.022Z | Compiling httparse v1.8.0 |
1083 | 2024-08-05T16:06:00.039Z | Compiling num_threads v0.1.7 |
1084 | 2024-08-05T16:06:00.148Z | Compiling base64ct v1.6.0 |
1085 | 2024-08-05T16:06:00.161Z | Compiling foreign-types v0.3.2 |
1086 | 2024-08-05T16:06:00.314Z | Compiling form_urlencoded v1.2.1 |
1087 | 2024-08-05T16:06:00.449Z | Compiling native-tls v0.2.11 |
1088 | 2024-08-05T16:06:00.602Z | Compiling pem-rfc7468 v0.7.0 |
1089 | 2024-08-05T16:06:00.705Z | Compiling crossbeam-utils v0.8.19 |
1090 | 2024-08-05T16:06:00.762Z | Compiling try-lock v0.2.5 |
1091 | 2024-08-05T16:06:00.893Z | Compiling rustls v0.21.12 |
1092 | 2024-08-05T16:06:01.137Z | Compiling flagset v0.4.5 |
1093 | 2024-08-05T16:06:01.225Z | Compiling siphasher v0.3.11 |
1094 | 2024-08-05T16:06:01.283Z | Compiling want v0.3.1 |
1095 | 2024-08-05T16:06:01.509Z | Compiling time v0.3.36 |
1096 | 2024-08-05T16:06:01.573Z | Compiling serde_derive_internals v0.29.1 |
1097 | 2024-08-05T16:06:01.905Z | Compiling idna v0.5.0 |
1098 | 2024-08-05T16:06:02.732Z | Compiling lazy_static v1.5.0 |
1099 | 2024-08-05T16:06:02.845Z | Compiling aho-corasick v1.1.3 |
1100 | 2024-08-05T16:06:03.258Z | Compiling cookie v0.17.0 |
1101 | 2024-08-05T16:06:03.540Z | Compiling regex-syntax v0.8.3 |
1102 | 2024-08-05T16:06:03.842Z | Compiling tower-service v0.3.2 |
1103 | 2024-08-05T16:06:03.944Z | Compiling httpdate v1.0.3 |
1104 | 2024-08-05T16:06:04.431Z | Compiling signal-hook v0.3.17 |
1105 | 2024-08-05T16:06:04.677Z | Compiling openssl-probe v0.1.5 |
1106 | 2024-08-05T16:06:05.021Z | Compiling cpufeatures v0.2.12 |
1107 | 2024-08-05T16:06:05.125Z | Compiling finl_unicode v1.2.0 |
1108 | 2024-08-05T16:06:05.345Z | Compiling schemars v0.8.21 |
1109 | 2024-08-05T16:06:05.718Z | Compiling adler v1.0.2 |
1110 | 2024-08-05T16:06:05.735Z | Compiling slog v2.7.0 |
1111 | 2024-08-05T16:06:05.942Z | Compiling miniz_oxide v0.7.2 |
1112 | 2024-08-05T16:06:05.985Z | Compiling stringprep v0.1.4 |
1113 | 2024-08-05T16:06:06.077Z | Compiling serde_derive v1.0.204 |
1114 | 2024-08-05T16:06:06.282Z | Compiling zeroize_derive v1.4.2 |
1115 | 2024-08-05T16:06:07.097Z | Compiling zerocopy-derive v0.7.34 |
1116 | 2024-08-05T16:06:07.382Z | Compiling tokio-macros v2.3.0 |
1117 | 2024-08-05T16:06:07.811Z | Compiling zeroize v1.7.0 |
1118 | 2024-08-05T16:06:07.958Z | Compiling thiserror-impl v1.0.63 |
1119 | 2024-08-05T16:06:08.972Z | Compiling futures-macro v0.3.30 |
1120 | 2024-08-05T16:06:09.239Z | Compiling tracing-attributes v0.1.27 |
1121 | 2024-08-05T16:06:09.257Z | Compiling zerocopy v0.7.34 |
1122 | 2024-08-05T16:06:09.585Z | Compiling crypto-common v0.1.6 |
1123 | 2024-08-05T16:06:09.645Z | Compiling block-buffer v0.10.4 |
1124 | 2024-08-05T16:06:09.811Z | Compiling scroll_derive v0.12.0 |
1125 | 2024-08-05T16:06:09.906Z | Compiling digest v0.10.7 |
1126 | 2024-08-05T16:06:10.985Z | Compiling futures-util v0.3.30 |
1127 | 2024-08-05T16:06:11.257Z | Compiling thiserror v1.0.63 |
1128 | 2024-08-05T16:06:11.311Z | Compiling scroll v0.12.0 |
1129 | 2024-08-05T16:06:11.395Z | Compiling hashbrown v0.14.5 |
1130 | 2024-08-05T16:06:11.451Z | Compiling pest v2.7.10 |
1131 | 2024-08-05T16:06:11.863Z | Compiling goblin v0.8.2 |
1132 | 2024-08-05T16:06:12.764Z | Compiling hmac v0.12.1 |
1133 | 2024-08-05T16:06:13.007Z | Compiling der_derive v0.7.2 |
1134 | 2024-08-05T16:06:13.066Z | Compiling tracing v0.1.40 |
1135 | 2024-08-05T16:06:13.524Z | Compiling openssl-macros v0.1.1 |
1136 | 2024-08-05T16:06:13.548Z | Compiling sct v0.7.1 |
1137 | 2024-08-05T16:06:13.853Z | Compiling rustls-webpki v0.101.7 |
1138 | 2024-08-05T16:06:14.222Z | Compiling pest_meta v2.7.10 |
1139 | 2024-08-05T16:06:14.343Z | Compiling sha2 v0.10.8 |
1140 | 2024-08-05T16:06:14.429Z | Compiling md-5 v0.10.6 |
1141 | 2024-08-05T16:06:15.560Z | Compiling pest_generator v2.7.10 |
1142 | 2024-08-05T16:06:15.792Z | Compiling der v0.7.9 |
1143 | 2024-08-05T16:06:17.064Z | Compiling regex-automata v0.4.6 |
1144 | 2024-08-05T16:06:17.588Z | Compiling schemars_derive v0.8.21 |
1145 | 2024-08-05T16:06:17.940Z | Compiling spki v0.7.3 |
1146 | 2024-08-05T16:06:18.407Z | Compiling url v2.5.2 |
1147 | 2024-08-05T16:06:19.308Z | Compiling pest_derive v2.7.10 |
1148 | 2024-08-05T16:06:20.158Z | Compiling bytes v1.6.0 |
1149 | 2024-08-05T16:06:20.282Z | Compiling bitflags v2.6.0 |
1150 | 2024-08-05T16:06:20.580Z | Compiling indexmap v2.2.6 |
1151 | 2024-08-05T16:06:20.778Z | Compiling uuid v1.10.0 |
1152 | 2024-08-05T16:06:20.914Z | Compiling semver v1.0.23 |
1153 | 2024-08-05T16:06:21.503Z | Compiling tokio v1.38.1 |
1154 | 2024-08-05T16:06:21.686Z | Compiling http v0.2.12 |
1155 | 2024-08-05T16:06:21.965Z | Compiling rustc_version v0.4.0 |
1156 | 2024-08-05T16:06:22.181Z | Compiling chrono v0.4.38 |
1157 | 2024-08-05T16:06:22.726Z | Compiling heapless v0.7.17 |
1158 | 2024-08-05T16:06:23.187Z | Compiling http-body v0.4.6 |
1159 | 2024-08-05T16:06:23.505Z | Compiling dof v0.3.0 |
1160 | 2024-08-05T16:06:23.639Z | Compiling dtrace-parser v0.2.0 |
1161 | 2024-08-05T16:06:24.257Z | Compiling usdt-impl v0.5.0 |
1162 | 2024-08-05T16:06:25.147Z | Compiling serde_tokenstream v0.2.1 |
1163 | 2024-08-05T16:06:25.687Z | Compiling toml_datetime v0.6.8 |
1164 | 2024-08-05T16:06:25.738Z | Compiling serde_spanned v0.6.7 |
1165 | 2024-08-05T16:06:25.784Z | Compiling num-integer v0.1.46 |
1166 | 2024-08-05T16:06:25.852Z | Compiling idna v0.3.0 |
1167 | 2024-08-05T16:06:25.877Z | Compiling backtrace v0.3.71 |
1168 | 2024-08-05T16:06:25.963Z | Compiling hash32 v0.2.1 |
1169 | 2024-08-05T16:06:26.212Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1170 | 2024-08-05T16:06:26.320Z | Compiling fallible-iterator v0.2.0 |
1171 | 2024-08-05T16:06:26.347Z | Compiling stable_deref_trait v1.2.0 |
1172 | 2024-08-05T16:06:26.447Z | Compiling smoltcp v0.9.1 |
1173 | 2024-08-05T16:06:26.563Z | Compiling crc32fast v1.4.0 |
1174 | 2024-08-05T16:06:27.046Z | Compiling psl-types v2.0.11 |
1175 | 2024-08-05T16:06:27.062Z | Compiling dyn-clone v1.0.17 |
1176 | 2024-08-05T16:06:27.098Z | Compiling base64 v0.22.1 |
1177 | 2024-08-05T16:06:27.183Z | Compiling gimli v0.28.1 |
1178 | 2024-08-05T16:06:27.219Z | Compiling publicsuffix v2.2.3 |
1179 | 2024-08-05T16:06:27.833Z | Compiling postgres-protocol v0.6.7 |
1180 | 2024-08-05T16:06:28.551Z | Compiling terminal_size v0.3.0 |
1181 | 2024-08-05T16:06:28.994Z | Compiling pkcs8 v0.10.2 |
1182 | 2024-08-05T16:06:30.225Z | Compiling tokio-util v0.7.11 |
1183 | 2024-08-05T16:06:30.225Z | Compiling tokio-rustls v0.24.1 |
1184 | 2024-08-05T16:06:30.225Z | Compiling tokio-native-tls v0.3.1 |
1185 | 2024-08-05T16:06:30.377Z | Compiling hubpack_derive v0.1.1 |
1186 | 2024-08-05T16:06:30.520Z | Compiling h2 v0.3.26 |
1187 | 2024-08-05T16:06:30.688Z | Compiling block-padding v0.3.3 |
1188 | 2024-08-05T16:06:30.937Z | Compiling zerocopy-derive v0.6.6 |
1189 | 2024-08-05T16:06:30.940Z | Compiling async-trait v0.1.81 |
1190 | 2024-08-05T16:06:31.056Z | Compiling phf_shared v0.11.2 |
1191 | 2024-08-05T16:06:31.295Z | Compiling diesel_table_macro_syntax v0.1.0 |
1192 | 2024-08-05T16:06:31.410Z | Compiling addr2line v0.21.0 |
1193 | 2024-08-05T16:06:31.702Z | Compiling ff v0.13.0 |
1194 | 2024-08-05T16:06:31.925Z | Compiling scheduled-thread-pool v0.2.7 |
1195 | 2024-08-05T16:06:32.064Z | Compiling object v0.32.2 |
1196 | 2024-08-05T16:06:32.119Z | Compiling fs-err v2.11.0 |
1197 | 2024-08-05T16:06:32.278Z | Compiling bit-vec v0.6.3 |
1198 | 2024-08-05T16:06:32.411Z | Compiling winnow v0.5.40 |
1199 | 2024-08-05T16:06:32.526Z | Compiling base16ct v0.2.0 |
1200 | 2024-08-05T16:06:32.732Z | Compiling base64 v0.21.7 |
1201 | 2024-08-05T16:06:32.840Z | Compiling either v1.12.0 |
1202 | 2024-08-05T16:06:33.061Z | Compiling matches v0.1.10 |
1203 | 2024-08-05T16:06:33.157Z | Compiling anyhow v1.0.86 |
1204 | 2024-08-05T16:06:33.253Z | Compiling ipnet v2.9.0 |
1205 | 2024-08-05T16:06:33.472Z | Compiling regex-automata v0.1.10 |
1206 | 2024-08-05T16:06:33.653Z | Compiling managed v0.8.0 |
1207 | 2024-08-05T16:06:33.746Z | Compiling rustc-demangle v0.1.24 |
1208 | 2024-08-05T16:06:33.964Z | Compiling bitflags v1.3.2 |
1209 | 2024-08-05T16:06:34.084Z | Compiling bstr v0.2.17 |
1210 | 2024-08-05T16:06:34.654Z | Compiling clap_builder v4.5.13 |
1211 | 2024-08-05T16:06:34.721Z | Compiling rustls-pemfile v1.0.4 |
1212 | 2024-08-05T16:06:35.185Z | Compiling idna v0.2.3 |
1213 | 2024-08-05T16:06:35.547Z | Compiling zerocopy v0.6.6 |
1214 | 2024-08-05T16:06:36.243Z | Compiling toml_edit v0.19.15 |
1215 | 2024-08-05T16:06:36.291Z | Compiling sec1 v0.7.3 |
1216 | 2024-08-05T16:06:36.460Z | Compiling r2d2 v0.8.10 |
1217 | 2024-08-05T16:06:36.476Z | Compiling group v0.13.0 |
1218 | 2024-08-05T16:06:36.751Z | Compiling diesel_derives v2.1.4 |
1219 | 2024-08-05T16:06:36.792Z | Compiling phf v0.11.2 |
1220 | 2024-08-05T16:06:36.834Z | Compiling hubpack v0.1.2 |
1221 | 2024-08-05T16:06:36.850Z | Compiling inout v0.1.3 |
1222 | 2024-08-05T16:06:37.085Z | Compiling cookie_store v0.20.0 |
1223 | 2024-08-05T16:06:37.108Z | Compiling signal-hook-mio v0.2.3 |
1224 | 2024-08-05T16:06:37.262Z | Compiling hyper v0.14.30 |
1225 | 2024-08-05T16:06:37.280Z | Compiling ipnetwork v0.20.0 |
1226 | 2024-08-05T16:06:38.493Z | Compiling postgres-types v0.2.7 |
1227 | 2024-08-05T16:06:39.617Z | Compiling num-bigint v0.4.5 |
1228 | 2024-08-05T16:06:40.032Z | Compiling usdt-attr-macro v0.5.0 |
1229 | 2024-08-05T16:06:40.876Z | Compiling usdt-macro v0.5.0 |
1230 | 2024-08-05T16:06:41.716Z | Compiling regex v1.10.5 |
1231 | 2024-08-05T16:06:42.086Z | Compiling serde_urlencoded v0.7.1 |
1232 | 2024-08-05T16:06:42.350Z | Compiling futures-executor v0.3.30 |
1233 | 2024-08-05T16:06:42.620Z | Compiling enum-as-inner v0.5.1 |
1234 | 2024-08-05T16:06:42.795Z | Compiling hkdf v0.12.4 |
1235 | 2024-08-05T16:06:42.902Z | Compiling crypto-bigint v0.5.5 |
1236 | 2024-08-05T16:06:43.055Z | Compiling serde_repr v0.1.19 |
1237 | 2024-08-05T16:06:43.668Z | Compiling clap_derive v4.5.13 |
1238 | 2024-08-05T16:06:43.716Z | Compiling strum_macros v0.25.3 |
1239 | 2024-08-05T16:06:44.175Z | Compiling hyper-tls v0.5.0 |
1240 | 2024-08-05T16:06:44.242Z | Compiling hyper-rustls v0.24.2 |
1241 | 2024-08-05T16:06:44.517Z | Compiling phf_shared v0.10.0 |
1242 | 2024-08-05T16:06:44.598Z | Compiling float-cmp v0.9.0 |
1243 | 2024-08-05T16:06:44.818Z | Compiling encoding_rs v0.8.34 |
1244 | 2024-08-05T16:06:44.920Z | Compiling sync_wrapper v0.1.2 |
1245 | 2024-08-05T16:06:45.053Z | Compiling webpki-roots v0.25.4 |
1246 | 2024-08-05T16:06:45.221Z | Compiling whoami v1.5.1 |
1247 | 2024-08-05T16:06:45.936Z | Compiling fixedbitset v0.4.2 |
1248 | 2024-08-05T16:06:46.411Z | Compiling unicode-segmentation v1.11.0 |
1249 | 2024-08-05T16:06:47.018Z | Compiling normalize-line-endings v0.3.0 |
1250 | 2024-08-05T16:06:47.142Z | Compiling data-encoding v2.6.0 |
1251 | 2024-08-05T16:06:47.261Z | Compiling mime v0.3.17 |
1252 | 2024-08-05T16:06:47.809Z | Compiling static_assertions v1.1.0 |
1253 | 2024-08-05T16:06:47.900Z | Compiling predicates-core v1.0.6 |
1254 | 2024-08-05T16:06:47.924Z | Compiling precomputed-hash v0.1.1 |
1255 | 2024-08-05T16:06:48.033Z | Compiling minimal-lexical v0.2.1 |
1256 | 2024-08-05T16:06:48.243Z | Compiling new_debug_unreachable v1.0.6 |
1257 | 2024-08-05T16:06:48.335Z | Compiling difflib v0.4.0 |
1258 | 2024-08-05T16:06:48.553Z | Compiling console v0.15.8 |
1259 | 2024-08-05T16:06:48.717Z | Compiling clap v4.5.13 |
1260 | 2024-08-05T16:06:48.837Z | Compiling predicates v3.1.2 |
1261 | 2024-08-05T16:06:48.938Z | Compiling diesel v2.1.6 |
1262 | 2024-08-05T16:06:48.961Z | Compiling nom v7.1.3 |
1263 | 2024-08-05T16:06:49.226Z | Compiling string_cache v0.8.7 |
1264 | 2024-08-05T16:06:49.512Z | Compiling toml_edit v0.22.20 |
1265 | 2024-08-05T16:06:49.703Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1266 | 2024-08-05T16:06:49.888Z | Compiling trust-dns-proto v0.22.0 |
1267 | 2024-08-05T16:06:50.059Z | Compiling reqwest v0.11.27 |
1268 | 2024-08-05T16:06:50.226Z | Compiling similar v2.5.0 |
1269 | 2024-08-05T16:06:50.572Z | Compiling petgraph v0.6.5 |
1270 | 2024-08-05T16:06:52.656Z | Compiling elliptic-curve v0.13.8 |
1271 | 2024-08-05T16:06:52.814Z | Compiling tokio-postgres v0.7.11 |
1272 | 2024-08-05T16:06:53.496Z | Compiling usdt v0.5.0 |
1273 | 2024-08-05T16:06:53.994Z | Compiling yasna v0.5.2 |
1274 | 2024-08-05T16:06:54.502Z | Compiling futures v0.3.30 |
1275 | 2024-08-05T16:06:54.621Z | Compiling flate2 v1.0.31 |
1276 | 2024-08-05T16:06:55.916Z | Compiling toml v0.7.8 |
1277 | 2024-08-05T16:06:55.965Z | Compiling crossterm v0.27.0 |
1278 | 2024-08-05T16:06:56.511Z | Compiling cipher v0.4.4 |
1279 | 2024-08-05T16:06:57.587Z | Compiling itertools v0.10.5 |
1280 | 2024-08-05T16:06:57.691Z | Compiling itertools v0.12.1 |
1281 | 2024-08-05T16:06:57.821Z | Compiling bit-set v0.5.3 |
1282 | 2024-08-05T16:06:58.098Z | Compiling tokio-stream v0.1.15 |
1283 | 2024-08-05T16:06:58.317Z | Compiling num-iter v0.1.45 |
1284 | 2024-08-05T16:06:58.418Z | Compiling bstr v1.9.1 |
1285 | 2024-08-05T16:06:58.505Z | Compiling openapiv3 v2.0.0 |
1286 | 2024-08-05T16:06:59.065Z | Compiling hex v0.4.3 |
1287 | 2024-08-05T16:06:59.684Z | Compiling crossbeam-epoch v0.9.18 |
1288 | 2024-08-05T16:06:59.699Z | Compiling dirs-sys-next v0.1.2 |
1289 | 2024-08-05T16:07:00.216Z | Compiling unicode-xid v0.2.4 |
1290 | 2024-08-05T16:07:00.392Z | Compiling lalrpop-util v0.19.12 |
1291 | 2024-08-05T16:07:00.410Z | Compiling peg-runtime v0.8.3 |
1292 | 2024-08-05T16:07:00.445Z | Compiling dirs-next v2.0.0 |
1293 | 2024-08-05T16:07:00.469Z | Compiling thread_local v1.1.8 |
1294 | 2024-08-05T16:07:00.648Z | Compiling slog-async v2.8.0 |
1295 | 2024-08-05T16:07:00.743Z | Compiling term v0.7.0 |
1296 | 2024-08-05T16:07:00.828Z | Compiling xattr v1.3.1 |
1297 | 2024-08-05T16:07:01.026Z | Compiling crossbeam-channel v0.5.12 |
1298 | 2024-08-05T16:07:01.095Z | Compiling strum_macros v0.26.4 |
1299 | 2024-08-05T16:07:01.098Z | Compiling filetime v0.2.23 |
1300 | 2024-08-05T16:07:01.258Z | Compiling is-terminal v0.4.12 |
1301 | 2024-08-05T16:07:01.381Z | Compiling take_mut v0.2.2 |
1302 | 2024-08-05T16:07:01.400Z | Compiling slog-term v2.9.1 |
1303 | 2024-08-05T16:07:01.532Z | Compiling tar v0.4.41 |
1304 | 2024-08-05T16:07:02.266Z | Compiling camino v1.1.7 |
1305 | 2024-08-05T16:07:04.417Z | Compiling strum v0.26.3 |
1306 | 2024-08-05T16:07:15.066Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1307 | 2024-08-05T16:07:15.308Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1308 | 2024-08-05T16:07:20.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s |
1309 | 2024-08-05T16:07:20.747Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1310 | 2024-08-05T16:07:20.789Z | Aug 05 16:07:19.834 INFO Starting download, target: DendriteStub |
1311 | 2024-08-05T16:07:20.792Z | Aug 05 16:07:19.834 INFO Starting download, target: Clickhouse |
1312 | 2024-08-05T16:07:20.792Z | Aug 05 16:07:19.834 INFO Starting download, target: Console |
1313 | 2024-08-05T16:07:20.792Z | Aug 05 16:07:19.834 INFO Starting download, target: Cockroach |
1314 | 2024-08-05T16:07:20.792Z | Aug 05 16:07:19.834 INFO Starting download, target: DendriteOpenapi |
1315 | 2024-08-05T16:07:20.792Z | Aug 05 16:07:19.834 INFO Starting download, target: MaghemiteMgd |
1316 | 2024-08-05T16:07:20.792Z | Aug 05 16:07:19.834 INFO Starting download, target: TransceiverControl |
1317 | 2024-08-05T16:07:20.792Z | Aug 05 16:07:19.835 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1318 | 2024-08-05T16:07:20.792Z | Aug 05 16:07:19.835 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1319 | 2024-08-05T16:07:20.792Z | Aug 05 16:07:19.835 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1320 | 2024-08-05T16:07:20.792Z | Aug 05 16:07:19.835 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1321 | 2024-08-05T16:07:20.792Z | Aug 05 16:07:19.835 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1322 | 2024-08-05T16:07:20.792Z | Aug 05 16:07:19.835 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1323 | 2024-08-05T16:07:20.792Z | Aug 05 16:07:19.835 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1324 | 2024-08-05T16:07:21.021Z | Aug 05 16:07:20.065 INFO Download complete, target: DendriteOpenapi |
1325 | 2024-08-05T16:07:21.155Z | Aug 05 16:07:20.199 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1326 | 2024-08-05T16:07:21.403Z | Aug 05 16:07:20.447 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1327 | 2024-08-05T16:07:21.474Z | Aug 05 16:07:20.518 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1328 | 2024-08-05T16:07:21.588Z | Aug 05 16:07:20.632 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1329 | 2024-08-05T16:07:21.805Z | Aug 05 16:07:20.851 INFO Download complete, target: Console |
1330 | 2024-08-05T16:07:21.963Z | Aug 05 16:07:21.008 INFO Download complete, target: TransceiverControl |
1331 | 2024-08-05T16:07:22.838Z | Aug 05 16:07:21.880 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1332 | 2024-08-05T16:07:22.839Z | Aug 05 16:07:21.880 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1333 | 2024-08-05T16:07:24.507Z | Aug 05 16:07:23.552 INFO Download complete, target: DendriteStub |
1334 | 2024-08-05T16:07:24.758Z | Aug 05 16:07:23.803 INFO Download complete, target: MaghemiteMgd |
1335 | 2024-08-05T16:07:24.775Z | Aug 05 16:07:23.820 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1336 | 2024-08-05T16:07:31.247Z | Aug 05 16:07:30.292 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1337 | 2024-08-05T16:07:31.550Z | Aug 05 16:07:30.594 INFO Checking that binary works, target: Cockroach |
1338 | 2024-08-05T16:07:31.697Z | Aug 05 16:07:30.741 INFO Download complete, target: Cockroach |
1339 | 2024-08-05T16:07:38.908Z | Aug 05 16:07:37.952 INFO Checking that binary works, target: Clickhouse |
1340 | 2024-08-05T16:07:39.531Z | Aug 05 16:07:38.574 INFO Download complete, target: Clickhouse |
1341 | 2024-08-05T16:07:39.551Z | All builder prerequisites installed successfully, and PATH looks valid |
1342 | 2024-08-05T16:07:39.554Z | |
1343 | 2024-08-05T16:07:39.554Z | real 3:55.498893678 |
1344 | 2024-08-05T16:07:39.554Z | user 11:26.644339107 |
1345 | 2024-08-05T16:07:39.554Z | sys 2:26.442403804 |
1346 | 2024-08-05T16:07:39.554Z | trap 0.382801938 |
1347 | 2024-08-05T16:07:39.554Z | tflt 9.936320529 |
1348 | 2024-08-05T16:07:39.554Z | dflt 7.823044268 |
1349 | 2024-08-05T16:07:39.554Z | kflt 0.233380240 |
1350 | 2024-08-05T16:07:39.554Z | lock 23:10.834632969 |
1351 | 2024-08-05T16:07:39.554Z | slp 45:20.700221593 |
1352 | 2024-08-05T16:07:39.554Z | lat 36.680753112 |
1353 | 2024-08-05T16:07:39.554Z | stop 1:36.854144738 |
1354 | 2024-08-05T16:07:39.554Z | + banner clippy |
1355 | 2024-08-05T16:07:39.557Z | |
1356 | 2024-08-05T16:07:39.557Z | #### # # ##### ##### # # |
1357 | 2024-08-05T16:07:39.557Z | # # # # # # # # # # |
1358 | 2024-08-05T16:07:39.557Z | # # # # # # # # |
1359 | 2024-08-05T16:07:39.557Z | # # # ##### ##### # |
1360 | 2024-08-05T16:07:39.557Z | # # # # # # # |
1361 | 2024-08-05T16:07:39.557Z | #### ###### # # # # |
1362 | 2024-08-05T16:07:39.557Z | |
1363 | 2024-08-05T16:07:39.557Z | + export CARGO_INCREMENTAL=0 |
1364 | 2024-08-05T16:07:39.557Z | + CARGO_INCREMENTAL=0 |
1365 | 2024-08-05T16:07:39.557Z | + ptime -m cargo xtask clippy |
1366 | 2024-08-05T16:07:40.087Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1367 | 2024-08-05T16:07:43.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s |
1368 | 2024-08-05T16:07:43.576Z | Running `target/debug/xtask clippy` |
1369 | 2024-08-05T16:07:43.595Z | running: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1370 | 2024-08-05T16:07:44.265Z | Downloading crates ... |
1371 | 2024-08-05T16:07:44.548Z | Downloaded dhcproto-macros v0.1.0 |
1372 | 2024-08-05T16:07:44.551Z | Downloaded tower-layer v0.3.2 |
1373 | 2024-08-05T16:07:44.551Z | Downloaded option-ext v0.2.0 |
1374 | 2024-08-05T16:07:44.551Z | Downloaded nested v0.1.1 |
1375 | 2024-08-05T16:07:44.561Z | Downloaded cast v0.3.0 |
1376 | 2024-08-05T16:07:44.564Z | Downloaded dirs-sys v0.4.1 |
1377 | 2024-08-05T16:07:44.567Z | Downloaded criterion-plot v0.5.0 |
1378 | 2024-08-05T16:07:44.570Z | Downloaded datatest-stable v0.2.9 |
1379 | 2024-08-05T16:07:44.573Z | Downloaded anes v0.1.6 |
1380 | 2024-08-05T16:07:44.573Z | Downloaded target-spec v3.2.1 |
1381 | 2024-08-05T16:07:44.575Z | Downloaded primeorder v0.13.6 |
1382 | 2024-08-05T16:07:44.578Z | Downloaded russh-cryptovec v0.7.2 |
1383 | 2024-08-05T16:07:44.578Z | Downloaded plotters-backend v0.3.5 |
1384 | 2024-08-05T16:07:44.578Z | Downloaded getrandom v0.1.16 |
1385 | 2024-08-05T16:07:44.581Z | Downloaded rfc6979 v0.4.0 |
1386 | 2024-08-05T16:07:44.581Z | Downloaded polyval v0.6.2 |
1387 | 2024-08-05T16:07:44.584Z | Downloaded pbkdf2 v0.11.0 |
1388 | 2024-08-05T16:07:44.587Z | Downloaded internet-checksum v0.2.1 |
1389 | 2024-08-05T16:07:44.587Z | Downloaded rust-argon2 v2.1.0 |
1390 | 2024-08-05T16:07:44.590Z | Downloaded ecdsa v0.16.9 |
1391 | 2024-08-05T16:07:44.590Z | Downloaded assert_cmd v2.0.15 |
1392 | 2024-08-05T16:07:44.593Z | Downloaded tinytemplate v1.2.1 |
1393 | 2024-08-05T16:07:44.596Z | Downloaded libtest-mimic v0.7.3 |
1394 | 2024-08-05T16:07:44.596Z | Downloaded cfg-expr v0.16.0 |
1395 | 2024-08-05T16:07:44.599Z | Downloaded blake2b_simd v1.0.2 |
1396 | 2024-08-05T16:07:44.602Z | Downloaded pathdiff v0.2.1 |
1397 | 2024-08-05T16:07:44.602Z | Downloaded escape8259 v0.5.2 |
1398 | 2024-08-05T16:07:44.602Z | Downloaded md5 v0.7.0 |
1399 | 2024-08-05T16:07:44.605Z | Downloaded doc-comment v0.3.3 |
1400 | 2024-08-05T16:07:44.605Z | Downloaded password-hash v0.4.2 |
1401 | 2024-08-05T16:07:44.608Z | Downloaded http-body v1.0.0 |
1402 | 2024-08-05T16:07:44.608Z | Downloaded hyper-rustls v0.26.0 |
1403 | 2024-08-05T16:07:44.611Z | Downloaded httptest v0.15.5 |
1404 | 2024-08-05T16:07:44.611Z | Downloaded approx v0.5.1 |
1405 | 2024-08-05T16:07:44.614Z | Downloaded aes v0.8.4 |
1406 | 2024-08-05T16:07:44.617Z | Downloaded plotters-svg v0.3.5 |
1407 | 2024-08-05T16:07:44.617Z | Downloaded guppy-workspace-hack v0.1.0 |
1408 | 2024-08-05T16:07:44.617Z | Downloaded hex-literal v0.4.1 |
1409 | 2024-08-05T16:07:44.620Z | Downloaded similar-asserts v1.5.0 |
1410 | 2024-08-05T16:07:44.620Z | Downloaded ghash v0.5.1 |
1411 | 2024-08-05T16:07:44.623Z | Downloaded futures-timer v3.0.3 |
1412 | 2024-08-05T16:07:44.623Z | Downloaded rstest_macros v0.19.0 |
1413 | 2024-08-05T16:07:44.626Z | Downloaded ctr v0.9.2 |
1414 | 2024-08-05T16:07:44.629Z | Downloaded oorandom v11.1.3 |
1415 | 2024-08-05T16:07:44.629Z | Downloaded bcrypt-pbkdf v0.10.0 |
1416 | 2024-08-05T16:07:44.629Z | Downloaded cbc v0.1.2 |
1417 | 2024-08-05T16:07:44.632Z | Downloaded relative-path v1.9.3 |
1418 | 2024-08-05T16:07:44.632Z | Downloaded ed25519 v2.2.3 |
1419 | 2024-08-05T16:07:44.636Z | Downloaded blowfish v0.9.1 |
1420 | 2024-08-05T16:07:44.636Z | Downloaded rand_core v0.5.1 |
1421 | 2024-08-05T16:07:44.639Z | Downloaded yansi v0.5.1 |
1422 | 2024-08-05T16:07:44.639Z | Downloaded threadpool v1.8.1 |
1423 | 2024-08-05T16:07:44.639Z | Downloaded pbkdf2 v0.12.2 |
1424 | 2024-08-05T16:07:44.639Z | Downloaded rand_chacha v0.2.2 |
1425 | 2024-08-05T16:07:44.642Z | Downloaded rand_distr v0.4.3 |
1426 | 2024-08-05T16:07:44.645Z | Downloaded fancy-regex v0.13.0 |
1427 | 2024-08-05T16:07:44.648Z | Downloaded dirs v5.0.1 |
1428 | 2024-08-05T16:07:44.653Z | Downloaded rustls-native-certs v0.7.0 |
1429 | 2024-08-05T16:07:44.656Z | Downloaded target-lexicon v0.12.16 |
1430 | 2024-08-05T16:07:44.660Z | Downloaded rstest v0.19.0 |
1431 | 2024-08-05T16:07:44.663Z | Downloaded ed25519-dalek v2.1.1 |
1432 | 2024-08-05T16:07:44.666Z | Downloaded partial-io v0.5.4 |
1433 | 2024-08-05T16:07:44.669Z | Downloaded dhcproto v0.11.0 |
1434 | 2024-08-05T16:07:44.672Z | Downloaded trybuild v1.0.97 |
1435 | 2024-08-05T16:07:44.684Z | Downloaded p256 v0.13.2 |
1436 | 2024-08-05T16:07:44.693Z | Downloaded hyper-util v0.1.3 |
1437 | 2024-08-05T16:07:44.697Z | Downloaded pretty_assertions v1.4.0 |
1438 | 2024-08-05T16:07:44.700Z | Downloaded p521 v0.13.3 |
1439 | 2024-08-05T16:07:44.703Z | Downloaded russh-keys v0.43.0 |
1440 | 2024-08-05T16:07:44.706Z | Downloaded tower v0.4.13 |
1441 | 2024-08-05T16:07:44.712Z | Downloaded russh v0.43.0 |
1442 | 2024-08-05T16:07:44.716Z | Downloaded rand v0.7.3 |
1443 | 2024-08-05T16:07:44.721Z | Downloaded plotters v0.3.5 |
1444 | 2024-08-05T16:07:44.729Z | Downloaded hyper v1.3.1 |
1445 | 2024-08-05T16:07:44.735Z | Downloaded guppy v0.17.7 |
1446 | 2024-08-05T16:07:44.739Z | Downloaded criterion v0.5.1 |
1447 | 2024-08-05T16:07:44.745Z | Downloaded aes-gcm v0.10.3 |
1448 | 2024-08-05T16:07:45.342Z | Checking cfg-if v1.0.0 |
1449 | 2024-08-05T16:07:45.404Z | Checking libc v0.2.155 |
1450 | 2024-08-05T16:07:45.419Z | Checking serde v1.0.204 |
1451 | 2024-08-05T16:07:45.423Z | Checking memchr v2.7.2 |
1452 | 2024-08-05T16:07:45.444Z | Checking scopeguard v1.2.0 |
1453 | 2024-08-05T16:07:45.467Z | Checking log v0.4.21 |
1454 | 2024-08-05T16:07:45.467Z | Checking itoa v1.0.11 |
1455 | 2024-08-05T16:07:45.498Z | Checking byteorder v1.5.0 |
1456 | 2024-08-05T16:07:45.502Z | Checking smallvec v1.13.2 |
1457 | 2024-08-05T16:07:45.573Z | Checking lock_api v0.4.12 |
1458 | 2024-08-05T16:07:45.668Z | Checking once_cell v1.19.0 |
1459 | 2024-08-05T16:07:45.764Z | Checking pin-project-lite v0.2.14 |
1460 | 2024-08-05T16:07:45.855Z | Checking zeroize v1.7.0 |
1461 | 2024-08-05T16:07:45.894Z | Checking libm v0.2.8 |
1462 | 2024-08-05T16:07:45.921Z | Checking ryu v1.0.18 |
1463 | 2024-08-05T16:07:45.965Z | Checking typenum v1.17.0 |
1464 | 2024-08-05T16:07:46.008Z | Checking spin v0.9.8 |
1465 | 2024-08-05T16:07:46.122Z | Checking futures-core v0.3.30 |
1466 | 2024-08-05T16:07:46.153Z | Checking thiserror v1.0.63 |
1467 | 2024-08-05T16:07:46.265Z | Checking zerocopy v0.7.34 |
1468 | 2024-08-05T16:07:46.289Z | Checking subtle v2.5.0 |
1469 | 2024-08-05T16:07:46.314Z | Checking futures-sink v0.3.30 |
1470 | 2024-08-05T16:07:46.357Z | Checking slab v0.4.9 |
1471 | 2024-08-05T16:07:46.462Z | Checking futures-channel v0.3.30 |
1472 | 2024-08-05T16:07:46.486Z | Checking getrandom v0.2.14 |
1473 | 2024-08-05T16:07:46.541Z | Checking parking_lot_core v0.9.10 |
1474 | 2024-08-05T16:07:46.614Z | Checking signal-hook-registry v1.4.2 |
1475 | 2024-08-05T16:07:46.733Z | Checking rand_core v0.6.4 |
1476 | 2024-08-05T16:07:46.803Z | Checking mio v0.8.11 |
1477 | 2024-08-05T16:07:46.826Z | Checking num-traits v0.2.19 |
1478 | 2024-08-05T16:07:46.855Z | Checking num_cpus v1.16.0 |
1479 | 2024-08-05T16:07:46.874Z | Checking parking_lot v0.12.2 |
1480 | 2024-08-05T16:07:46.999Z | Checking socket2 v0.5.7 |
1481 | 2024-08-05T16:07:47.055Z | Checking futures-io v0.3.30 |
1482 | 2024-08-05T16:07:47.236Z | Checking pin-utils v0.1.0 |
1483 | 2024-08-05T16:07:47.261Z | Checking futures-task v0.3.30 |
1484 | 2024-08-05T16:07:47.283Z | Checking generic-array v0.14.7 |
1485 | 2024-08-05T16:07:47.338Z | Checking const-oid v0.9.6 |
1486 | 2024-08-05T16:07:47.431Z | Checking allocator-api2 v0.2.18 |
1487 | 2024-08-05T16:07:47.507Z | Checking futures-util v0.3.30 |
1488 | 2024-08-05T16:07:47.536Z | Checking fnv v1.0.7 |
1489 | 2024-08-05T16:07:47.660Z | Checking iana-time-zone v0.1.60 |
1490 | 2024-08-05T16:07:47.694Z | Checking ahash v0.8.11 |
1491 | 2024-08-05T16:07:47.811Z | Checking equivalent v1.0.1 |
1492 | 2024-08-05T16:07:47.921Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1493 | 2024-08-05T16:07:48.061Z | Checking ppv-lite86 v0.2.17 |
1494 | 2024-08-05T16:07:48.245Z | Checking hashbrown v0.14.5 |
1495 | 2024-08-05T16:07:48.269Z | Checking tinyvec_macros v0.1.1 |
1496 | 2024-08-05T16:07:48.358Z | Checking tinyvec v1.6.0 |
1497 | 2024-08-05T16:07:48.426Z | Checking crypto-common v0.1.6 |
1498 | 2024-08-05T16:07:48.588Z | Checking block-buffer v0.10.4 |
1499 | 2024-08-05T16:07:48.611Z | Checking cpufeatures v0.2.12 |
1500 | 2024-08-05T16:07:48.709Z | Checking lazy_static v1.5.0 |
1501 | 2024-08-05T16:07:48.728Z | Checking rand_chacha v0.3.1 |
1502 | 2024-08-05T16:07:48.802Z | Checking unicode-bidi v0.3.15 |
1503 | 2024-08-05T16:07:48.830Z | Checking tracing-core v0.1.32 |
1504 | 2024-08-05T16:07:49.115Z | Checking rand v0.8.5 |
1505 | 2024-08-05T16:07:49.137Z | Checking digest v0.10.7 |
1506 | 2024-08-05T16:07:49.407Z | Checking dyn-clone v1.0.17 |
1507 | 2024-08-05T16:07:49.431Z | Checking percent-encoding v2.3.1 |
1508 | 2024-08-05T16:07:49.473Z | Checking tracing v0.1.40 |
1509 | 2024-08-05T16:07:49.501Z | Checking regex-syntax v0.8.3 |
1510 | 2024-08-05T16:07:49.544Z | Checking errno v0.3.9 |
1511 | 2024-08-05T16:07:49.622Z | Checking unicode-normalization v0.1.23 |
1512 | 2024-08-05T16:07:49.645Z | Checking aho-corasick v1.1.3 |
1513 | 2024-08-05T16:07:49.710Z | Checking unicode-ident v1.0.12 |
1514 | 2024-08-05T16:07:49.814Z | Checking form_urlencoded v1.2.1 |
1515 | 2024-08-05T16:07:49.871Z | Checking unicode-width v0.1.13 |
1516 | 2024-08-05T16:07:50.004Z | Checking powerfmt v0.2.0 |
1517 | 2024-08-05T16:07:50.062Z | Checking time-core v0.1.2 |
1518 | 2024-08-05T16:07:50.214Z | Checking num_threads v0.1.7 |
1519 | 2024-08-05T16:07:50.266Z | Checking deranged v0.3.11 |
1520 | 2024-08-05T16:07:50.302Z | Checking num-conv v0.1.0 |
1521 | 2024-08-05T16:07:50.326Z | Checking proc-macro2 v1.0.86 |
1522 | 2024-08-05T16:07:50.386Z | Checking bytes v1.6.0 |
1523 | 2024-08-05T16:07:50.520Z | Checking bitflags v2.6.0 |
1524 | 2024-08-05T16:07:50.542Z | Checking serde_json v1.0.122 |
1525 | 2024-08-05T16:07:50.812Z | Checking chrono v0.4.38 |
1526 | 2024-08-05T16:07:51.004Z | Checking indexmap v2.2.6 |
1527 | 2024-08-05T16:07:51.174Z | Checking tokio v1.38.1 |
1528 | 2024-08-05T16:07:51.221Z | Checking uuid v1.10.0 |
1529 | 2024-08-05T16:07:51.826Z | Checking rustix v0.38.34 |
1530 | 2024-08-05T16:07:52.103Z | Checking time v0.3.36 |
1531 | 2024-08-05T16:07:52.238Z | Checking httparse v1.8.0 |
1532 | 2024-08-05T16:07:52.257Z | Checking adler v1.0.2 |
1533 | 2024-08-05T16:07:52.404Z | Checking miniz_oxide v0.7.2 |
1534 | 2024-08-05T16:07:52.481Z | Checking http v0.2.12 |
1535 | 2024-08-05T16:07:52.643Z | Checking quote v1.0.36 |
1536 | 2024-08-05T16:07:52.681Z | Checking regex-automata v0.4.6 |
1537 | 2024-08-05T16:07:52.878Z | Checking schemars v0.8.21 |
1538 | 2024-08-05T16:07:52.988Z | Checking idna v0.5.0 |
1539 | 2024-08-05T16:07:53.129Z | Checking syn v2.0.72 |
1540 | 2024-08-05T16:07:53.812Z | Checking untrusted v0.9.0 |
1541 | 2024-08-05T16:07:53.994Z | Checking base64ct v1.6.0 |
1542 | 2024-08-05T16:07:54.004Z | Checking url v2.5.2 |
1543 | 2024-08-05T16:07:54.005Z | Checking ring v0.17.8 |
1544 | 2024-08-05T16:07:54.284Z | Checking try-lock v0.2.5 |
1545 | 2024-08-05T16:07:54.416Z | Checking want v0.3.1 |
1546 | 2024-08-05T16:07:54.516Z | Checking slog v2.7.0 |
1547 | 2024-08-05T16:07:54.545Z | Checking tower-service v0.3.2 |
1548 | 2024-08-05T16:07:54.606Z | Checking futures-executor v0.3.30 |
1549 | 2024-08-05T16:07:54.649Z | Checking gimli v0.28.1 |
1550 | 2024-08-05T16:07:54.669Z | Checking object v0.32.2 |
1551 | 2024-08-05T16:07:54.831Z | Checking utf8parse v0.2.1 |
1552 | 2024-08-05T16:07:54.977Z | Checking rustc-demangle v0.1.24 |
1553 | 2024-08-05T16:07:55.017Z | Checking base64 v0.21.7 |
1554 | 2024-08-05T16:07:55.380Z | Checking httpdate v1.0.3 |
1555 | 2024-08-05T16:07:55.502Z | Checking futures v0.3.30 |
1556 | 2024-08-05T16:07:55.617Z | Checking http-body v0.4.6 |
1557 | 2024-08-05T16:07:55.639Z | Checking openssl-probe v0.1.5 |
1558 | 2024-08-05T16:07:55.718Z | Checking foreign-types-shared v0.1.1 |
1559 | 2024-08-05T16:07:55.793Z | Checking pem-rfc7468 v0.7.0 |
1560 | 2024-08-05T16:07:55.824Z | Checking foreign-types v0.3.2 |
1561 | 2024-08-05T16:07:55.916Z | Checking openssl-sys v0.9.103 |
1562 | 2024-08-05T16:07:56.010Z | Checking anstyle v1.0.8 |
1563 | 2024-08-05T16:07:56.052Z | Checking flagset v0.4.5 |
1564 | 2024-08-05T16:07:56.252Z | Checking mime v0.3.17 |
1565 | 2024-08-05T16:07:56.378Z | Checking ipnet v2.9.0 |
1566 | 2024-08-05T16:07:56.597Z | Checking der v0.7.9 |
1567 | 2024-08-05T16:07:56.822Z | Checking semver v1.0.23 |
1568 | 2024-08-05T16:07:57.028Z | Checking regex v1.10.5 |
1569 | 2024-08-05T16:07:57.243Z | Checking openssl v0.10.66 |
1570 | 2024-08-05T16:07:57.267Z | Checking either v1.12.0 |
1571 | 2024-08-05T16:07:57.623Z | Checking rustls-webpki v0.101.7 |
1572 | 2024-08-05T16:07:57.658Z | Checking sct v0.7.1 |
1573 | 2024-08-05T16:07:57.848Z | Checking toml_datetime v0.6.8 |
1574 | 2024-08-05T16:07:58.051Z | Checking tokio-util v0.7.11 |
1575 | 2024-08-05T16:07:58.134Z | Checking serde_spanned v0.6.7 |
1576 | 2024-08-05T16:07:58.303Z | Checking crossbeam-utils v0.8.19 |
1577 | 2024-08-05T16:07:58.325Z | Checking data-encoding v2.6.0 |
1578 | 2024-08-05T16:07:58.437Z | Checking addr2line v0.21.0 |
1579 | 2024-08-05T16:07:58.466Z | Checking spki v0.7.3 |
1580 | 2024-08-05T16:07:58.745Z | Checking rustls v0.21.12 |
1581 | 2024-08-05T16:07:58.886Z | Checking h2 v0.3.26 |
1582 | 2024-08-05T16:07:58.922Z | Checking anstyle-parse v0.2.4 |
1583 | 2024-08-05T16:07:58.995Z | Checking idna v0.3.0 |
1584 | 2024-08-05T16:07:58.998Z | Checking serde_urlencoded v0.7.1 |
1585 | 2024-08-05T16:07:59.178Z | Checking scroll v0.12.0 |
1586 | 2024-08-05T16:07:59.399Z | Checking encoding_rs v0.8.34 |
1587 | 2024-08-05T16:07:59.431Z | Checking anstyle-query v1.0.3 |
1588 | 2024-08-05T16:07:59.565Z | Checking colorchoice v1.0.1 |
1589 | 2024-08-05T16:07:59.655Z | Checking psl-types v2.0.11 |
1590 | 2024-08-05T16:07:59.690Z | Checking ucd-trie v0.1.6 |
1591 | 2024-08-05T16:07:59.828Z | Checking is_terminal_polyfill v1.70.0 |
1592 | 2024-08-05T16:07:59.850Z | Checking plain v0.2.3 |
1593 | 2024-08-05T16:07:59.887Z | Checking bitflags v1.3.2 |
1594 | 2024-08-05T16:07:59.952Z | Checking anstream v0.6.14 |
1595 | 2024-08-05T16:07:59.985Z | Checking pest v2.7.10 |
1596 | 2024-08-05T16:08:00.007Z | Checking goblin v0.8.2 |
1597 | 2024-08-05T16:08:00.309Z | Checking publicsuffix v2.2.3 |
1598 | 2024-08-05T16:08:00.554Z | Checking pkcs8 v0.10.2 |
1599 | 2024-08-05T16:08:00.704Z | Checking backtrace v0.3.71 |
1600 | 2024-08-05T16:08:00.786Z | Checking cookie v0.17.0 |
1601 | 2024-08-05T16:08:01.213Z | Checking terminal_size v0.3.0 |
1602 | 2024-08-05T16:08:01.235Z | Checking anyhow v1.0.86 |
1603 | 2024-08-05T16:08:02.393Z | Checking hmac v0.12.1 |
1604 | 2024-08-05T16:08:02.397Z | Checking sha2 v0.10.8 |
1605 | 2024-08-05T16:08:02.397Z | Checking clap_lex v0.7.0 |
1606 | 2024-08-05T16:08:02.397Z | Checking pretty-hex v0.4.1 |
1607 | 2024-08-05T16:08:02.397Z | Checking strsim v0.11.1 |
1608 | 2024-08-05T16:08:02.397Z | Checking cookie_store v0.20.0 |
1609 | 2024-08-05T16:08:02.397Z | Checking tokio-rustls v0.24.1 |
1610 | 2024-08-05T16:08:02.397Z | Checking clap_builder v4.5.13 |
1611 | 2024-08-05T16:08:02.397Z | Checking rustls-pemfile v1.0.4 |
1612 | 2024-08-05T16:08:02.397Z | Checking num-integer v0.1.46 |
1613 | 2024-08-05T16:08:02.397Z | Checking thread-id v4.2.1 |
1614 | 2024-08-05T16:08:02.465Z | Checking sync_wrapper v0.1.2 |
1615 | 2024-08-05T16:08:02.479Z | Checking native-tls v0.2.11 |
1616 | 2024-08-05T16:08:02.502Z | Checking webpki-roots v0.25.4 |
1617 | 2024-08-05T16:08:02.525Z | Checking dtrace-parser v0.2.0 |
1618 | 2024-08-05T16:08:02.576Z | Checking openapiv3 v2.0.0 |
1619 | 2024-08-05T16:08:02.672Z | Checking block-padding v0.3.3 |
1620 | 2024-08-05T16:08:02.770Z | Checking memmap v0.7.0 |
1621 | 2024-08-05T16:08:02.803Z | Checking tokio-native-tls v0.3.1 |
1622 | 2024-08-05T16:08:02.887Z | Checking base64 v0.22.1 |
1623 | 2024-08-05T16:08:02.983Z | Checking inout v0.1.3 |
1624 | 2024-08-05T16:08:03.000Z | Checking stable_deref_trait v1.2.0 |
1625 | 2024-08-05T16:08:03.043Z | Checking ipnetwork v0.20.0 |
1626 | 2024-08-05T16:08:03.102Z | Checking ff v0.13.0 |
1627 | 2024-08-05T16:08:03.204Z | Checking cipher v0.4.4 |
1628 | 2024-08-05T16:08:03.318Z | Checking crc32fast v1.4.0 |
1629 | 2024-08-05T16:08:03.373Z | Checking bit-vec v0.6.3 |
1630 | 2024-08-05T16:08:03.405Z | Checking base16ct v0.2.0 |
1631 | 2024-08-05T16:08:03.546Z | Checking group v0.13.0 |
1632 | 2024-08-05T16:08:03.598Z | Checking sec1 v0.7.3 |
1633 | 2024-08-05T16:08:03.602Z | Checking hkdf v0.12.4 |
1634 | 2024-08-05T16:08:03.713Z | Checking crossbeam-epoch v0.9.18 |
1635 | 2024-08-05T16:08:03.813Z | Checking hex v0.4.3 |
1636 | 2024-08-05T16:08:03.835Z | Checking crypto-bigint v0.5.5 |
1637 | 2024-08-05T16:08:03.987Z | Checking winnow v0.6.18 |
1638 | 2024-08-05T16:08:04.151Z | Checking managed v0.8.0 |
1639 | 2024-08-05T16:08:04.345Z | Checking unicode-segmentation v1.11.0 |
1640 | 2024-08-05T16:08:04.537Z | Checking winnow v0.5.40 |
1641 | 2024-08-05T16:08:04.881Z | Checking dof v0.3.0 |
1642 | 2024-08-05T16:08:04.952Z | Checking hyper v0.14.30 |
1643 | 2024-08-05T16:08:04.975Z | Checking zerocopy v0.6.6 |
1644 | 2024-08-05T16:08:05.080Z | Checking clap v4.5.13 |
1645 | 2024-08-05T16:08:05.204Z | Checking flate2 v1.0.31 |
1646 | 2024-08-05T16:08:05.493Z | Checking usdt-impl v0.5.0 |
1647 | 2024-08-05T16:08:05.780Z | Checking num-iter v0.1.45 |
1648 | 2024-08-05T16:08:05.867Z | Checking signal-hook v0.3.17 |
1649 | 2024-08-05T16:08:05.948Z | Checking static_assertions v1.1.0 |
1650 | 2024-08-05T16:08:06.030Z | Checking usdt v0.5.0 |
1651 | 2024-08-05T16:08:06.056Z | Checking siphasher v0.3.11 |
1652 | 2024-08-05T16:08:06.059Z | Checking matches v0.1.10 |
1653 | 2024-08-05T16:08:06.150Z | Checking idna v0.2.3 |
1654 | 2024-08-05T16:08:06.179Z | Checking itertools v0.10.5 |
1655 | 2024-08-05T16:08:06.265Z | Checking regex-automata v0.1.10 |
1656 | 2024-08-05T16:08:06.359Z | Checking signal-hook-mio v0.2.3 |
1657 | 2024-08-05T16:08:06.501Z | Checking bit-set v0.5.3 |
1658 | 2024-08-05T16:08:06.541Z | Checking elliptic-curve v0.13.8 |
1659 | 2024-08-05T16:08:06.653Z | Checking bstr v0.2.17 |
1660 | 2024-08-05T16:08:06.770Z | Checking num-bigint v0.4.5 |
1661 | 2024-08-05T16:08:06.893Z | Checking toml_edit v0.22.20 |
1662 | 2024-08-05T16:08:06.987Z | Checking trust-dns-proto v0.22.0 |
1663 | 2024-08-05T16:08:07.204Z | Checking itertools v0.12.1 |
1664 | 2024-08-05T16:08:07.490Z | Checking scheduled-thread-pool v0.2.7 |
1665 | 2024-08-05T16:08:07.525Z | Checking toml_edit v0.19.15 |
1666 | 2024-08-05T16:08:07.723Z | Checking hash32 v0.2.1 |
1667 | 2024-08-05T16:08:08.077Z | Checking predicates-core v1.0.6 |
1668 | 2024-08-05T16:08:08.260Z | Checking finl_unicode v1.2.0 |
1669 | 2024-08-05T16:08:08.454Z | Checking heapless v0.7.17 |
1670 | 2024-08-05T16:08:08.852Z | Checking stringprep v0.1.4 |
1671 | 2024-08-05T16:08:09.120Z | Checking r2d2 v0.8.10 |
1672 | 2024-08-05T16:08:09.369Z | Checking yasna v0.5.2 |
1673 | 2024-08-05T16:08:09.421Z | Checking crossterm v0.27.0 |
1674 | 2024-08-05T16:08:09.499Z | Checking bstr v1.9.1 |
1675 | 2024-08-05T16:08:09.605Z | Checking console v0.15.8 |
1676 | 2024-08-05T16:08:09.744Z | Checking md-5 v0.10.6 |
1677 | 2024-08-05T16:08:09.972Z | Checking float-cmp v0.9.0 |
1678 | 2024-08-05T16:08:10.048Z | Checking toml v0.7.8 |
1679 | 2024-08-05T16:08:10.163Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1680 | 2024-08-05T16:08:10.186Z | Checking difflib v0.4.0 |
1681 | 2024-08-05T16:08:10.209Z | Checking fallible-iterator v0.2.0 |
1682 | 2024-08-05T16:08:10.382Z | Checking fixedbitset v0.4.2 |
1683 | 2024-08-05T16:08:10.435Z | Checking normalize-line-endings v0.3.0 |
1684 | 2024-08-05T16:08:10.506Z | Checking diesel v2.1.6 |
1685 | 2024-08-05T16:08:10.561Z | Checking predicates v3.1.2 |
1686 | 2024-08-05T16:08:10.636Z | Checking petgraph v0.6.5 |
1687 | 2024-08-05T16:08:10.760Z | Checking smoltcp v0.9.1 |
1688 | 2024-08-05T16:08:10.813Z | Checking postgres-protocol v0.6.7 |
1689 | 2024-08-05T16:08:10.836Z | Checking similar v2.5.0 |
1690 | 2024-08-05T16:08:11.000Z | Checking hyper-tls v0.5.0 |
1691 | 2024-08-05T16:08:11.121Z | Checking hyper-rustls v0.24.2 |
1692 | 2024-08-05T16:08:11.165Z | Checking phf_shared v0.11.2 |
1693 | 2024-08-05T16:08:11.282Z | Checking phf_shared v0.10.0 |
1694 | 2024-08-05T16:08:11.418Z | Checking reqwest v0.11.27 |
1695 | 2024-08-05T16:08:11.446Z | Checking tokio-stream v0.1.15 |
1696 | 2024-08-05T16:08:11.487Z | Checking fs-err v2.11.0 |
1697 | 2024-08-05T16:08:11.562Z | Checking hubpack v0.1.2 |
1698 | 2024-08-05T16:08:11.636Z | Checking minimal-lexical v0.2.1 |
1699 | 2024-08-05T16:08:11.886Z | Checking lalrpop-util v0.19.12 |
1700 | 2024-08-05T16:08:12.025Z | Checking precomputed-hash v0.1.1 |
1701 | 2024-08-05T16:08:12.058Z | Checking new_debug_unreachable v1.0.6 |
1702 | 2024-08-05T16:08:12.140Z | Checking nom v7.1.3 |
1703 | 2024-08-05T16:08:12.163Z | Checking string_cache v0.8.7 |
1704 | 2024-08-05T16:08:12.192Z | Checking postgres-types v0.2.7 |
1705 | 2024-08-05T16:08:12.215Z | Checking phf v0.11.2 |
1706 | 2024-08-05T16:08:12.236Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1707 | 2024-08-05T16:08:12.453Z | Checking peg-runtime v0.8.3 |
1708 | 2024-08-05T16:08:12.483Z | Checking whoami v1.5.1 |
1709 | 2024-08-05T16:08:12.689Z | Compiling regress v0.9.1 |
1710 | 2024-08-05T16:08:12.899Z | Compiling getopts v0.2.21 |
1711 | 2024-08-05T16:08:12.923Z | Checking tokio-postgres v0.7.11 |
1712 | 2024-08-05T16:08:13.027Z | Compiling unsafe-libyaml v0.2.11 |
1713 | 2024-08-05T16:08:13.826Z | Checking heck v0.5.0 |
1714 | 2024-08-05T16:08:13.969Z | Checking camino v1.1.7 |
1715 | 2024-08-05T16:08:14.566Z | Compiling serde_yaml v0.9.34+deprecated |
1716 | 2024-08-05T16:08:14.948Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1717 | 2024-08-05T16:08:15.025Z | Checking is-terminal v0.4.12 |
1718 | 2024-08-05T16:08:15.297Z | Compiling paste v1.0.15 |
1719 | 2024-08-05T16:08:15.497Z | Checking sha1 v0.10.6 |
1720 | 2024-08-05T16:08:15.778Z | Compiling ident_case v1.0.1 |
1721 | 2024-08-05T16:08:15.807Z | Compiling rustls v0.22.4 |
1722 | 2024-08-05T16:08:15.969Z | Compiling darling_core v0.20.9 |
1723 | 2024-08-05T16:08:16.117Z | Checking http v1.1.0 |
1724 | 2024-08-05T16:08:17.046Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1725 | 2024-08-05T16:08:17.173Z | Checking dirs-sys-next v0.1.2 |
1726 | 2024-08-05T16:08:17.348Z | Checking dirs-next v2.0.0 |
1727 | 2024-08-05T16:08:17.499Z | Checking strum v0.26.3 |
1728 | 2024-08-05T16:08:17.530Z | Checking crossbeam-channel v0.5.12 |
1729 | 2024-08-05T16:08:17.645Z | Checking thread_local v1.1.8 |
1730 | 2024-08-05T16:08:17.667Z | Checking term v0.7.0 |
1731 | 2024-08-05T16:08:17.936Z | Compiling multer v3.1.0 |
1732 | 2024-08-05T16:08:18.088Z | Checking take_mut v0.2.2 |
1733 | 2024-08-05T16:08:18.237Z | Checking slog-term v2.9.1 |
1734 | 2024-08-05T16:08:18.277Z | Checking slog-async v2.8.0 |
1735 | 2024-08-05T16:08:18.324Z | Compiling async-stream-impl v0.3.5 |
1736 | 2024-08-05T16:08:18.579Z | Checking rustls-pki-types v1.7.0 |
1737 | 2024-08-05T16:08:18.676Z | Checking match_cfg v0.1.0 |
1738 | 2024-08-05T16:08:18.732Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1739 | 2024-08-05T16:08:18.770Z | Checking hostname v0.3.1 |
1740 | 2024-08-05T16:08:18.911Z | Checking toml v0.8.19 |
1741 | 2024-08-05T16:08:19.008Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1742 | 2024-08-05T16:08:19.102Z | Checking rustls-webpki v0.102.4 |
1743 | 2024-08-05T16:08:19.629Z | Checking rustls-pemfile v2.1.2 |
1744 | 2024-08-05T16:08:19.689Z | Checking debug-ignore v1.0.5 |
1745 | 2024-08-05T16:08:19.792Z | Checking slog-json v2.6.1 |
1746 | 2024-08-05T16:08:19.832Z | Checking instant v0.1.12 |
1747 | 2024-08-05T16:08:19.876Z | Checking atomic-waker v1.1.2 |
1748 | 2024-08-05T16:08:19.956Z | Checking async-stream v0.3.5 |
1749 | 2024-08-05T16:08:20.012Z | Checking waitgroup v0.1.2 |
1750 | 2024-08-05T16:08:20.035Z | Checking slog-bunyan v2.5.0 |
1751 | 2024-08-05T16:08:20.147Z | Checking serde_path_to_error v0.1.16 |
1752 | 2024-08-05T16:08:20.186Z | Checking hostname v0.4.0 |
1753 | 2024-08-05T16:08:20.318Z | Checking fastrand v2.1.0 |
1754 | 2024-08-05T16:08:20.557Z | Compiling structmeta-derive v0.3.0 |
1755 | 2024-08-05T16:08:20.656Z | Checking tempfile v3.10.1 |
1756 | 2024-08-05T16:08:20.757Z | Checking quick-error v1.2.3 |
1757 | 2024-08-05T16:08:20.899Z | Checking newtype-uuid v1.1.0 |
1758 | 2024-08-05T16:08:21.018Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1759 | 2024-08-05T16:08:21.151Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1760 | 2024-08-05T16:08:21.810Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1761 | 2024-08-05T16:08:21.976Z | Checking macaddr v1.0.1 |
1762 | 2024-08-05T16:08:22.140Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1763 | 2024-08-05T16:08:22.293Z | Checking backoff v0.4.0 |
1764 | 2024-08-05T16:08:22.324Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1765 | 2024-08-05T16:08:22.573Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1766 | 2024-08-05T16:08:22.660Z | Checking wait-timeout v0.2.0 |
1767 | 2024-08-05T16:08:22.725Z | Checking rand_xorshift v0.3.0 |
1768 | 2024-08-05T16:08:22.844Z | Checking rusty-fork v0.3.0 |
1769 | 2024-08-05T16:08:22.898Z | Compiling structmeta-derive v0.2.0 |
1770 | 2024-08-05T16:08:23.017Z | Compiling darling_macro v0.20.9 |
1771 | 2024-08-05T16:08:23.077Z | Checking unarray v0.1.4 |
1772 | 2024-08-05T16:08:23.121Z | Compiling proc-macro-error v1.0.4 |
1773 | 2024-08-05T16:08:23.227Z | Checking proptest v1.4.0 |
1774 | 2024-08-05T16:08:23.502Z | Checking tokio-rustls v0.25.0 |
1775 | 2024-08-05T16:08:23.578Z | Compiling structmeta v0.3.0 |
1776 | 2024-08-05T16:08:23.840Z | Checking camino-tempfile v1.1.1 |
1777 | 2024-08-05T16:08:23.943Z | Compiling darling v0.20.9 |
1778 | 2024-08-05T16:08:24.012Z | Compiling parse-display-derive v0.9.1 |
1779 | 2024-08-05T16:08:24.059Z | Compiling serde_with_macros v3.8.3 |
1780 | 2024-08-05T16:08:24.103Z | Compiling proc-macro-crate v1.3.1 |
1781 | 2024-08-05T16:08:25.207Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1782 | 2024-08-05T16:08:25.600Z | Compiling num_enum_derive v0.5.11 |
1783 | 2024-08-05T16:08:25.868Z | Compiling structmeta v0.2.0 |
1784 | 2024-08-05T16:08:26.317Z | Compiling test-strategy v0.3.1 |
1785 | 2024-08-05T16:08:26.997Z | Checking serde_with v3.8.3 |
1786 | 2024-08-05T16:08:27.698Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1787 | 2024-08-05T16:08:27.858Z | Compiling foreign-types-macros v0.2.3 |
1788 | 2024-08-05T16:08:28.019Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1789 | 2024-08-05T16:08:28.238Z | Checking num_enum v0.5.11 |
1790 | 2024-08-05T16:08:28.320Z | Checking foreign-types-shared v0.3.1 |
1791 | 2024-08-05T16:08:28.576Z | Checking cstr-argument v0.1.2 |
1792 | 2024-08-05T16:08:28.614Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1793 | 2024-08-05T16:08:28.759Z | Checking pretty-hex v0.2.1 |
1794 | 2024-08-05T16:08:28.794Z | Checking parse-display v0.9.1 |
1795 | 2024-08-05T16:08:28.916Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1796 | 2024-08-05T16:08:29.032Z | Checking tabwriter v1.4.0 |
1797 | 2024-08-05T16:08:29.140Z | Checking foreign-types v0.5.0 |
1798 | 2024-08-05T16:08:29.193Z | Checking colored v2.1.0 |
1799 | 2024-08-05T16:08:29.258Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1800 | 2024-08-05T16:08:29.280Z | Checking socket2 v0.4.10 |
1801 | 2024-08-05T16:08:29.483Z | Checking smf v0.2.3 |
1802 | 2024-08-05T16:08:29.587Z | Checking termtree v0.4.1 |
1803 | 2024-08-05T16:08:29.611Z | Compiling heapless v0.8.0 |
1804 | 2024-08-05T16:08:29.693Z | Checking hash32 v0.3.1 |
1805 | 2024-08-05T16:08:29.801Z | Checking predicates-tree v1.0.9 |
1806 | 2024-08-05T16:08:29.875Z | Compiling smoltcp v0.11.0 |
1807 | 2024-08-05T16:08:29.926Z | Checking cobs v0.2.3 |
1808 | 2024-08-05T16:08:29.957Z | Checking embedded-io v0.4.0 |
1809 | 2024-08-05T16:08:30.098Z | Compiling crucible-workspace-hack v0.1.0 |
1810 | 2024-08-05T16:08:30.151Z | Checking postcard v1.0.8 |
1811 | 2024-08-05T16:08:30.266Z | Checking sigpipe v0.1.3 |
1812 | 2024-08-05T16:08:30.366Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1813 | 2024-08-05T16:08:30.387Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1814 | 2024-08-05T16:08:30.530Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1815 | 2024-08-05T16:08:30.533Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1816 | 2024-08-05T16:08:30.629Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1817 | 2024-08-05T16:08:30.722Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1818 | 2024-08-05T16:08:30.834Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1819 | 2024-08-05T16:08:30.855Z | Compiling num-derive v0.4.2 |
1820 | 2024-08-05T16:08:31.178Z | Compiling mockall_derive v0.12.1 |
1821 | 2024-08-05T16:08:31.413Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1822 | 2024-08-05T16:08:31.721Z | Checking fragile v2.0.0 |
1823 | 2024-08-05T16:08:32.030Z | Checking downcast v0.11.0 |
1824 | 2024-08-05T16:08:32.260Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1825 | 2024-08-05T16:08:32.286Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1826 | 2024-08-05T16:08:32.538Z | Checking humantime v2.1.0 |
1827 | 2024-08-05T16:08:32.654Z | Checking newline-converter v0.3.0 |
1828 | 2024-08-05T16:08:32.811Z | Checking expectorate v1.1.0 |
1829 | 2024-08-05T16:08:32.848Z | Checking arc-swap v1.7.1 |
1830 | 2024-08-05T16:08:32.967Z | Checking xattr v1.3.1 |
1831 | 2024-08-05T16:08:33.003Z | Checking filetime v0.2.23 |
1832 | 2024-08-05T16:08:33.156Z | Checking termcolor v1.4.1 |
1833 | 2024-08-05T16:08:33.220Z | Checking tar v0.4.41 |
1834 | 2024-08-05T16:08:33.248Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1835 | 2024-08-05T16:08:33.269Z | Checking slog-scope v4.4.0 |
1836 | 2024-08-05T16:08:33.466Z | Checking slog-stdlog v4.1.1 |
1837 | 2024-08-05T16:08:33.582Z | Compiling derive-where v1.2.7 |
1838 | 2024-08-05T16:08:33.636Z | Checking slog-envlogger v2.2.0 |
1839 | 2024-08-05T16:08:33.707Z | Checking same-file v1.0.6 |
1840 | 2024-08-05T16:08:33.859Z | Checking utf-8 v0.7.6 |
1841 | 2024-08-05T16:08:33.882Z | Checking walkdir v2.5.0 |
1842 | 2024-08-05T16:08:33.950Z | Checking password-hash v0.5.0 |
1843 | 2024-08-05T16:08:34.054Z | Checking blake2 v0.10.6 |
1844 | 2024-08-05T16:08:34.152Z | Checking atty v0.2.14 |
1845 | 2024-08-05T16:08:34.388Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1846 | 2024-08-05T16:08:34.508Z | Checking argon2 v0.5.3 |
1847 | 2024-08-05T16:08:34.834Z | Checking tungstenite v0.21.0 |
1848 | 2024-08-05T16:08:35.212Z | Checking pem v3.0.4 |
1849 | 2024-08-05T16:08:35.301Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1850 | 2024-08-05T16:08:35.456Z | Compiling convert_case v0.4.0 |
1851 | 2024-08-05T16:08:35.720Z | Checking tokio-tungstenite v0.21.0 |
1852 | 2024-08-05T16:08:35.765Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1853 | 2024-08-05T16:08:35.959Z | Checking tungstenite v0.20.1 |
1854 | 2024-08-05T16:08:36.218Z | Checking env_logger v0.9.3 |
1855 | 2024-08-05T16:08:36.465Z | Compiling derive_more v0.99.18 |
1856 | 2024-08-05T16:08:36.637Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1857 | 2024-08-05T16:08:36.876Z | Checking tokio-tungstenite v0.20.1 |
1858 | 2024-08-05T16:08:37.008Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1859 | 2024-08-05T16:08:37.131Z | Compiling bitstruct_derive v0.1.0 |
1860 | 2024-08-05T16:08:37.150Z | Checking ascii v1.1.0 |
1861 | 2024-08-05T16:08:37.356Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1862 | 2024-08-05T16:08:37.509Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1863 | 2024-08-05T16:08:37.544Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1864 | 2024-08-05T16:08:37.565Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1865 | 2024-08-05T16:08:37.761Z | Checking atomicwrites v0.4.3 |
1866 | 2024-08-05T16:08:37.820Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1867 | 2024-08-05T16:08:37.957Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1868 | 2024-08-05T16:08:38.103Z | Checking serde_arrays v0.1.0 |
1869 | 2024-08-05T16:08:38.211Z | Checking erased-serde v0.3.31 |
1870 | 2024-08-05T16:08:38.249Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1871 | 2024-08-05T16:08:38.453Z | Compiling heck v0.3.3 |
1872 | 2024-08-05T16:08:38.494Z | Checking bitstruct v0.1.1 |
1873 | 2024-08-05T16:08:38.600Z | Compiling rayon-core v1.12.1 |
1874 | 2024-08-05T16:08:38.620Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1875 | 2024-08-05T16:08:38.895Z | Compiling zone_cfg_derive v0.1.2 |
1876 | 2024-08-05T16:08:38.937Z | Checking headers-core v0.2.0 |
1877 | 2024-08-05T16:08:38.959Z | Checking base64 v0.13.1 |
1878 | 2024-08-05T16:08:39.054Z | Checking mockall v0.12.1 |
1879 | 2024-08-05T16:08:39.093Z | Checking headers v0.3.9 |
1880 | 2024-08-05T16:08:39.241Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1881 | 2024-08-05T16:08:39.390Z | Checking ron v0.7.1 |
1882 | 2024-08-05T16:08:39.677Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1883 | 2024-08-05T16:08:39.807Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1884 | 2024-08-05T16:08:40.400Z | Checking zone v0.1.8 |
1885 | 2024-08-05T16:08:40.467Z | Checking portpicker v0.1.1 |
1886 | 2024-08-05T16:08:40.617Z | Checking half v2.4.1 |
1887 | 2024-08-05T16:08:40.948Z | Checking ciborium-io v0.2.2 |
1888 | 2024-08-05T16:08:41.045Z | Checking rcgen v0.12.1 |
1889 | 2024-08-05T16:08:41.069Z | Checking subprocess v0.2.9 |
1890 | 2024-08-05T16:08:41.091Z | Checking ciborium-ll v0.2.2 |
1891 | 2024-08-05T16:08:41.408Z | Checking ciborium v0.2.2 |
1892 | 2024-08-05T16:08:41.593Z | Compiling prettyplease v0.2.20 |
1893 | 2024-08-05T16:08:41.704Z | Checking swrite v0.1.0 |
1894 | 2024-08-05T16:08:41.827Z | Compiling home v0.5.9 |
1895 | 2024-08-05T16:08:41.982Z | Compiling semver v0.1.20 |
1896 | 2024-08-05T16:08:42.151Z | Checking linked-hash-map v0.5.6 |
1897 | 2024-08-05T16:08:42.201Z | Compiling blake3 v1.5.1 |
1898 | 2024-08-05T16:08:42.240Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1899 | 2024-08-05T16:08:42.426Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1900 | 2024-08-05T16:08:42.506Z | Compiling rustc_version v0.1.7 |
1901 | 2024-08-05T16:08:42.561Z | Checking lru-cache v0.1.2 |
1902 | 2024-08-05T16:08:42.655Z | Compiling ring v0.16.20 |
1903 | 2024-08-05T16:08:42.757Z | Compiling cancel-safe-futures v0.1.5 |
1904 | 2024-08-05T16:08:42.999Z | Compiling newtype_derive v0.1.6 |
1905 | 2024-08-05T16:08:43.140Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1906 | 2024-08-05T16:08:43.485Z | Checking steno v0.4.1 |
1907 | 2024-08-05T16:08:43.844Z | Checking num-rational v0.4.2 |
1908 | 2024-08-05T16:08:44.276Z | Checking num-complex v0.4.6 |
1909 | 2024-08-05T16:08:44.504Z | Checking float-ord v0.3.2 |
1910 | 2024-08-05T16:08:44.655Z | Checking resolv-conf v0.7.0 |
1911 | 2024-08-05T16:08:45.167Z | Checking num v0.4.3 |
1912 | 2024-08-05T16:08:45.250Z | Compiling slog-dtrace v0.3.0 |
1913 | 2024-08-05T16:08:45.631Z | Checking trust-dns-resolver v0.22.0 |
1914 | 2024-08-05T16:08:45.650Z | Checking libsw v3.3.1 |
1915 | 2024-08-05T16:08:46.312Z | Checking owo-colors v4.0.0 |
1916 | 2024-08-05T16:08:46.676Z | Checking linear-map v1.2.0 |
1917 | 2024-08-05T16:08:47.860Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1918 | 2024-08-05T16:08:47.982Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1919 | 2024-08-05T16:08:48.257Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1920 | 2024-08-05T16:08:48.428Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1921 | 2024-08-05T16:08:49.147Z | Compiling crossbeam-deque v0.8.5 |
1922 | 2024-08-05T16:08:51.173Z | Compiling memmap2 v0.9.4 |
1923 | 2024-08-05T16:08:51.384Z | Compiling untrusted v0.7.1 |
1924 | 2024-08-05T16:08:51.582Z | Compiling rayon v1.10.0 |
1925 | 2024-08-05T16:08:51.608Z | Compiling arrayvec v0.7.4 |
1926 | 2024-08-05T16:08:52.027Z | Compiling arrayref v0.3.7 |
1927 | 2024-08-05T16:08:52.141Z | Compiling spin v0.5.2 |
1928 | 2024-08-05T16:08:52.374Z | Compiling constant_time_eq v0.3.0 |
1929 | 2024-08-05T16:08:52.786Z | Compiling toolchain_find v0.4.0 |
1930 | 2024-08-05T16:08:52.864Z | Compiling topological-sort v0.2.2 |
1931 | 2024-08-05T16:08:53.010Z | Compiling rustfmt-wrapper v0.2.1 |
1932 | 2024-08-05T16:08:53.082Z | Checking display-error-chain v0.2.0 |
1933 | 2024-08-05T16:08:53.246Z | Checking nibble_vec v0.1.0 |
1934 | 2024-08-05T16:08:53.439Z | Checking endian-type v0.1.2 |
1935 | 2024-08-05T16:08:53.474Z | Checking signature v2.2.0 |
1936 | 2024-08-05T16:08:53.604Z | Checking gethostname v0.5.0 |
1937 | 2024-08-05T16:08:53.652Z | Checking radix_trie v0.2.1 |
1938 | 2024-08-05T16:08:53.687Z | Compiling libefi-sys v0.1.0 |
1939 | 2024-08-05T16:08:53.739Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1940 | 2024-08-05T16:08:54.013Z | Compiling bitfield-struct v0.6.1 |
1941 | 2024-08-05T16:08:54.252Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1942 | 2024-08-05T16:08:54.483Z | Checking fxhash v0.2.1 |
1943 | 2024-08-05T16:08:54.560Z | Checking keccak v0.1.5 |
1944 | 2024-08-05T16:08:54.674Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1945 | 2024-08-05T16:08:54.867Z | Checking sha3 v0.10.8 |
1946 | 2024-08-05T16:08:55.028Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1947 | 2024-08-05T16:08:55.258Z | Checking secrecy v0.8.0 |
1948 | 2024-08-05T16:08:55.277Z | Checking maplit v1.0.2 |
1949 | 2024-08-05T16:08:55.385Z | Checking glob v0.3.1 |
1950 | 2024-08-05T16:08:55.417Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1951 | 2024-08-05T16:08:55.457Z | Compiling radium v0.7.0 |
1952 | 2024-08-05T16:08:55.697Z | Checking universal-hash v0.5.1 |
1953 | 2024-08-05T16:08:55.808Z | Compiling curve25519-dalek v4.1.3 |
1954 | 2024-08-05T16:08:55.971Z | Checking opaque-debug v0.3.1 |
1955 | 2024-08-05T16:08:56.002Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1956 | 2024-08-05T16:08:56.069Z | Checking tap v1.0.1 |
1957 | 2024-08-05T16:08:56.122Z | Compiling maybe-uninit v2.0.0 |
1958 | 2024-08-05T16:08:56.231Z | Checking wyz v0.5.1 |
1959 | 2024-08-05T16:08:56.469Z | Compiling omicron-zone-package v0.11.0 |
1960 | 2024-08-05T16:08:56.552Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1961 | 2024-08-05T16:08:56.612Z | Compiling curve25519-dalek-derive v0.1.1 |
1962 | 2024-08-05T16:08:56.695Z | Checking funty v2.0.0 |
1963 | 2024-08-05T16:08:56.722Z | Compiling packed_struct v0.10.1 |
1964 | 2024-08-05T16:08:57.069Z | Checking crc-catalog v2.4.0 |
1965 | 2024-08-05T16:08:57.121Z | Compiling num-bigint-dig v0.8.4 |
1966 | 2024-08-05T16:08:57.221Z | Checking crc v3.2.1 |
1967 | 2024-08-05T16:08:57.569Z | Compiling packed_struct_codegen v0.10.1 |
1968 | 2024-08-05T16:08:57.670Z | Compiling async-recursion v1.1.1 |
1969 | 2024-08-05T16:08:57.691Z | Checking bitvec v1.0.1 |
1970 | 2024-08-05T16:08:58.030Z | Compiling indexmap v1.9.3 |
1971 | 2024-08-05T16:08:58.349Z | Checking nodrop v0.1.14 |
1972 | 2024-08-05T16:08:58.473Z | Checking array-init v0.0.4 |
1973 | 2024-08-05T16:08:59.374Z | Checking smallvec v0.6.14 |
1974 | 2024-08-05T16:08:59.528Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1975 | 2024-08-05T16:08:59.777Z | Checking pkcs1 v0.7.5 |
1976 | 2024-08-05T16:09:00.027Z | Checking aead v0.5.2 |
1977 | 2024-08-05T16:09:00.159Z | Compiling parking_lot_core v0.8.6 |
1978 | 2024-08-05T16:09:00.254Z | Checking bitfield v0.14.0 |
1979 | 2024-08-05T16:09:00.307Z | Checking hashbrown v0.12.3 |
1980 | 2024-08-05T16:09:00.349Z | Checking serde-hex v0.1.0 |
1981 | 2024-08-05T16:09:00.544Z | Checking bzip2 v0.4.4 |
1982 | 2024-08-05T16:09:00.660Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1983 | 2024-08-05T16:09:00.822Z | Checking poly1305 v0.8.0 |
1984 | 2024-08-05T16:09:00.916Z | Checking env_logger v0.10.2 |
1985 | 2024-08-05T16:09:01.325Z | Checking chacha20 v0.9.1 |
1986 | 2024-08-05T16:09:01.343Z | Checking x509-cert v0.2.5 |
1987 | 2024-08-05T16:09:01.576Z | Checking rsa v0.9.6 |
1988 | 2024-08-05T16:09:01.686Z | Checking ron v0.8.1 |
1989 | 2024-08-05T16:09:02.039Z | Checking hashbrown v0.13.2 |
1990 | 2024-08-05T16:09:02.673Z | Compiling thiserror-impl-no-std v2.0.2 |
1991 | 2024-08-05T16:09:02.739Z | Checking crc-any v2.5.0 |
1992 | 2024-08-05T16:09:02.911Z | Checking zip v0.6.6 |
1993 | 2024-08-05T16:09:02.940Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1994 | 2024-08-05T16:09:03.066Z | Checking object v0.30.4 |
1995 | 2024-08-05T16:09:03.188Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1996 | 2024-08-05T16:09:03.438Z | Checking path-slash v0.1.5 |
1997 | 2024-08-05T16:09:03.548Z | Checking parking_lot v0.11.2 |
1998 | 2024-08-05T16:09:03.568Z | Checking chacha20poly1305 v0.10.1 |
1999 | 2024-08-05T16:09:03.587Z | Checking trust-dns-client v0.22.0 |
2000 | 2024-08-05T16:09:03.744Z | Checking toml v0.5.11 |
2001 | 2024-08-05T16:09:03.871Z | Checking sled v0.34.7 |
2002 | 2024-08-05T16:09:04.297Z | Compiling buf-list v1.0.3 |
2003 | 2024-08-05T16:09:04.404Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2004 | 2024-08-05T16:09:04.782Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2005 | 2024-08-05T16:09:05.122Z | Checking trust-dns-server v0.22.1 |
2006 | 2024-08-05T16:09:05.150Z | Compiling unicase v2.7.0 |
2007 | 2024-08-05T16:09:05.337Z | Checking nanorand v0.7.0 |
2008 | 2024-08-05T16:09:05.678Z | Checking flume v0.11.0 |
2009 | 2024-08-05T16:09:05.883Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2010 | 2024-08-05T16:09:06.110Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2011 | 2024-08-05T16:09:06.132Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2012 | 2024-08-05T16:09:06.150Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2013 | 2024-08-05T16:09:06.620Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2014 | 2024-08-05T16:09:07.431Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2015 | 2024-08-05T16:09:07.621Z | Checking thiserror-no-std v2.0.2 |
2016 | 2024-08-05T16:09:07.739Z | Checking vsss-rs v3.3.4 |
2017 | 2024-08-05T16:09:09.058Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2018 | 2024-08-05T16:09:10.229Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2019 | 2024-08-05T16:09:10.609Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2020 | 2024-08-05T16:09:10.838Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2021 | 2024-08-05T16:09:10.920Z | Checking kstat-rs v0.2.4 |
2022 | 2024-08-05T16:09:11.255Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2023 | 2024-08-05T16:09:12.612Z | Compiling vte_generate_state_changes v0.1.1 |
2024 | 2024-08-05T16:09:12.674Z | Compiling mime_guess v2.0.4 |
2025 | 2024-08-05T16:09:12.839Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2026 | 2024-08-05T16:09:13.255Z | Checking vte v0.11.1 |
2027 | 2024-08-05T16:09:13.998Z | Checking fd-lock v4.0.2 |
2028 | 2024-08-05T16:09:14.204Z | Compiling pin-project-internal v1.1.5 |
2029 | 2024-08-05T16:09:14.623Z | Checking strip-ansi-escapes v0.2.0 |
2030 | 2024-08-05T16:09:14.713Z | Checking nu-ansi-term v0.50.0 |
2031 | 2024-08-05T16:09:15.137Z | Checking reedline v0.31.0 |
2032 | 2024-08-05T16:09:15.452Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2033 | 2024-08-05T16:09:15.455Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2034 | 2024-08-05T16:09:15.743Z | Compiling crunchy v0.2.2 |
2035 | 2024-08-05T16:09:16.308Z | Checking http-range v0.1.5 |
2036 | 2024-08-05T16:09:16.500Z | Checking hyper-staticfile v0.9.5 |
2037 | 2024-08-05T16:09:16.966Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2038 | 2024-08-05T16:09:17.072Z | Compiling clang-sys v1.7.0 |
2039 | 2024-08-05T16:09:17.318Z | Checking pin-project v1.1.5 |
2040 | 2024-08-05T16:09:17.535Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2041 | 2024-08-05T16:09:17.761Z | Compiling tiny-keccak v2.0.2 |
2042 | 2024-08-05T16:09:17.974Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2043 | 2024-08-05T16:09:18.088Z | Compiling ref-cast v1.0.23 |
2044 | 2024-08-05T16:09:18.152Z | Checking bytecount v0.6.8 |
2045 | 2024-08-05T16:09:18.297Z | Checking papergrid v0.11.0 |
2046 | 2024-08-05T16:09:18.730Z | Compiling ascii-canvas v3.0.0 |
2047 | 2024-08-05T16:09:18.902Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2048 | 2024-08-05T16:09:19.224Z | Compiling tabled_derive v0.7.0 |
2049 | 2024-08-05T16:09:19.273Z | Compiling ena v0.14.3 |
2050 | 2024-08-05T16:09:19.707Z | Compiling ref-cast-impl v1.0.23 |
2051 | 2024-08-05T16:09:19.802Z | Compiling libloading v0.8.3 |
2052 | 2024-08-05T16:09:20.251Z | Compiling bindgen v0.69.4 |
2053 | 2024-08-05T16:09:20.803Z | Compiling cfg_aliases v0.1.1 |
2054 | 2024-08-05T16:09:20.922Z | Compiling regex-syntax v0.6.29 |
2055 | 2024-08-05T16:09:20.999Z | Compiling diff v0.1.13 |
2056 | 2024-08-05T16:09:21.061Z | Compiling nix v0.28.0 |
2057 | 2024-08-05T16:09:21.757Z | Checking tabled v0.15.0 |
2058 | 2024-08-05T16:09:21.889Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2059 | 2024-08-05T16:09:22.427Z | Compiling which v4.4.2 |
2060 | 2024-08-05T16:09:23.058Z | Compiling cexpr v0.6.0 |
2061 | 2024-08-05T16:09:24.809Z | Compiling lalrpop v0.19.12 |
2062 | 2024-08-05T16:09:24.827Z | Compiling snafu-derive v0.8.2 |
2063 | 2024-08-05T16:09:25.951Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2064 | 2024-08-05T16:09:26.787Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2065 | 2024-08-05T16:09:29.312Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2066 | 2024-08-05T16:09:31.200Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2067 | 2024-08-05T16:09:31.222Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2068 | 2024-08-05T16:09:32.214Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2069 | 2024-08-05T16:09:32.627Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2070 | 2024-08-05T16:09:32.793Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2071 | 2024-08-05T16:09:32.921Z | Compiling rustc-hash v1.1.0 |
2072 | 2024-08-05T16:09:33.074Z | Compiling lazycell v1.3.0 |
2073 | 2024-08-05T16:09:33.213Z | Compiling shlex v1.3.0 |
2074 | 2024-08-05T16:09:33.253Z | Checking snafu v0.8.2 |
2075 | 2024-08-05T16:09:33.778Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2076 | 2024-08-05T16:09:33.883Z | Compiling derive_builder_core v0.20.0 |
2077 | 2024-08-05T16:09:34.079Z | Checking globset v0.4.14 |
2078 | 2024-08-05T16:09:34.593Z | Checking olpc-cjson v0.1.3 |
2079 | 2024-08-05T16:09:34.812Z | Checking serde_plain v1.0.2 |
2080 | 2024-08-05T16:09:35.061Z | Compiling libxml v0.3.3 |
2081 | 2024-08-05T16:09:35.434Z | Checking typed-path v0.7.1 |
2082 | 2024-08-05T16:09:36.273Z | Compiling derive_builder_macro v0.20.0 |
2083 | 2024-08-05T16:09:37.148Z | Compiling peg-macros v0.8.4 |
2084 | 2024-08-05T16:09:37.180Z | Compiling strum_macros v0.24.3 |
2085 | 2024-08-05T16:09:37.312Z | Checking tough v0.17.1 |
2086 | 2024-08-05T16:09:38.278Z | Compiling sqlparser_derive v0.2.2 |
2087 | 2024-08-05T16:09:39.395Z | Compiling cookie v0.18.1 |
2088 | 2024-08-05T16:09:39.730Z | Checking parse-size v1.0.0 |
2089 | 2024-08-05T16:09:39.912Z | Checking unicode_categories v0.1.1 |
2090 | 2024-08-05T16:09:40.227Z | Compiling indoc v1.0.9 |
2091 | 2024-08-05T16:09:40.889Z | Checking peg v0.8.4 |
2092 | 2024-08-05T16:09:40.907Z | Checking rustyline v14.0.0 |
2093 | 2024-08-05T16:09:40.992Z | Checking sqlformat v0.2.4 |
2094 | 2024-08-05T16:09:41.282Z | Checking sqlparser v0.45.0 |
2095 | 2024-08-05T16:09:42.113Z | Checking derive_builder v0.20.0 |
2096 | 2024-08-05T16:09:42.259Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2097 | 2024-08-05T16:09:42.438Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2098 | 2024-08-05T16:09:42.594Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2099 | 2024-08-05T16:09:43.278Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2100 | 2024-08-05T16:09:43.462Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2101 | 2024-08-05T16:09:44.275Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2102 | 2024-08-05T16:09:44.337Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2103 | 2024-08-05T16:09:45.248Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2104 | 2024-08-05T16:09:45.321Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2105 | 2024-08-05T16:09:45.538Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2106 | 2024-08-05T16:09:48.202Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2107 | 2024-08-05T16:09:48.990Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2108 | 2024-08-05T16:09:49.453Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2109 | 2024-08-05T16:09:50.451Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2110 | 2024-08-05T16:09:50.886Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2111 | 2024-08-05T16:09:51.015Z | Checking bcs v0.1.6 |
2112 | 2024-08-05T16:09:51.179Z | Checking quick-xml v0.31.0 |
2113 | 2024-08-05T16:09:51.318Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2114 | 2024-08-05T16:09:51.338Z | Compiling impl-trait-for-tuples v0.2.2 |
2115 | 2024-08-05T16:09:51.468Z | Compiling oso-derive v0.27.3 |
2116 | 2024-08-05T16:09:52.596Z | Compiling memoffset v0.9.1 |
2117 | 2024-08-05T16:09:52.931Z | Checking highway v1.1.0 |
2118 | 2024-08-05T16:09:53.384Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2119 | 2024-08-05T16:09:53.854Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2120 | 2024-08-05T16:09:53.873Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2121 | 2024-08-05T16:09:54.374Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2122 | 2024-08-05T16:09:55.722Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2123 | 2024-08-05T16:09:55.793Z | Checking bb8 v0.8.5 |
2124 | 2024-08-05T16:09:56.028Z | Compiling const_format_proc_macros v0.2.32 |
2125 | 2024-08-05T16:09:56.254Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2126 | 2024-08-05T16:09:56.351Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2127 | 2024-08-05T16:09:56.679Z | Checking nix v0.27.1 |
2128 | 2024-08-05T16:09:57.345Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2129 | 2024-08-05T16:09:57.600Z | Checking serde-big-array v0.5.1 |
2130 | 2024-08-05T16:09:57.821Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2131 | 2024-08-05T16:09:58.196Z | Checking const_format v0.2.32 |
2132 | 2024-08-05T16:09:58.671Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2133 | 2024-08-05T16:09:59.751Z | Checking signal-hook-tokio v0.3.1 |
2134 | 2024-08-05T16:09:59.922Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2135 | 2024-08-05T16:09:59.960Z | Checking heck v0.4.1 |
2136 | 2024-08-05T16:10:00.141Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2137 | 2024-08-05T16:10:00.164Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2138 | 2024-08-05T16:10:00.580Z | Checking assert_matches v1.5.0 |
2139 | 2024-08-05T16:10:00.600Z | Compiling portable-atomic v1.6.0 |
2140 | 2024-08-05T16:10:00.603Z | Checking itertools v0.13.0 |
2141 | 2024-08-05T16:10:00.674Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2142 | 2024-08-05T16:10:02.823Z | Checking rand_seeder v0.2.3 |
2143 | 2024-08-05T16:10:03.048Z | Checking number_prefix v0.4.0 |
2144 | 2024-08-05T16:10:03.137Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2145 | 2024-08-05T16:10:03.232Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2146 | 2024-08-05T16:10:03.252Z | Checking indicatif v0.17.8 |
2147 | 2024-08-05T16:10:03.460Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2148 | 2024-08-05T16:10:03.981Z | Checking is_ci v1.2.0 |
2149 | 2024-08-05T16:10:04.035Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2150 | 2024-08-05T16:10:04.071Z | Checking castaway v0.2.2 |
2151 | 2024-08-05T16:10:04.127Z | Checking supports-color v3.0.0 |
2152 | 2024-08-05T16:10:04.245Z | Checking compact_str v0.7.1 |
2153 | 2024-08-05T16:10:04.322Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2154 | 2024-08-05T16:10:04.373Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2155 | 2024-08-05T16:10:04.636Z | Checking unicode-truncate v1.0.0 |
2156 | 2024-08-05T16:10:04.675Z | Checking lru v0.12.3 |
2157 | 2024-08-05T16:10:04.831Z | Compiling stability v0.2.0 |
2158 | 2024-08-05T16:10:04.865Z | Checking cassowary v0.3.0 |
2159 | 2024-08-05T16:10:05.020Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2160 | 2024-08-05T16:10:05.041Z | Checking smawk v0.3.2 |
2161 | 2024-08-05T16:10:05.249Z | Checking unicode-linebreak v0.1.5 |
2162 | 2024-08-05T16:10:05.252Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2163 | 2024-08-05T16:10:05.609Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2164 | 2024-08-05T16:10:05.667Z | Checking textwrap v0.16.1 |
2165 | 2024-08-05T16:10:05.831Z | Checking ratatui v0.27.0 |
2166 | 2024-08-05T16:10:06.058Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2167 | 2024-08-05T16:10:06.259Z | Checking fatfs v0.3.6 |
2168 | 2024-08-05T16:10:06.552Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2169 | 2024-08-05T16:10:07.292Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2170 | 2024-08-05T16:10:07.805Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2171 | 2024-08-05T16:10:07.824Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2172 | 2024-08-05T16:10:08.822Z | Checking csv-core v0.1.11 |
2173 | 2024-08-05T16:10:09.017Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2174 | 2024-08-05T16:10:09.180Z | Checking shell-words v1.1.0 |
2175 | 2024-08-05T16:10:09.353Z | Checking csv v1.3.0 |
2176 | 2024-08-05T16:10:09.373Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2177 | 2024-08-05T16:10:10.196Z | Checking cargo-platform v0.1.8 |
2178 | 2024-08-05T16:10:10.481Z | Checking rtoolbox v0.0.2 |
2179 | 2024-08-05T16:10:10.675Z | Compiling getrandom v0.1.16 |
2180 | 2024-08-05T16:10:10.821Z | Checking rpassword v7.3.1 |
2181 | 2024-08-05T16:10:10.981Z | Checking cargo_metadata v0.18.1 |
2182 | 2024-08-05T16:10:11.473Z | Checking tui-tree-widget v0.21.0 |
2183 | 2024-08-05T16:10:11.824Z | Checking plotters-backend v0.3.5 |
2184 | 2024-08-05T16:10:12.234Z | Checking plotters-svg v0.3.5 |
2185 | 2024-08-05T16:10:12.623Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2186 | 2024-08-05T16:10:12.738Z | Checking rfc6979 v0.4.0 |
2187 | 2024-08-05T16:10:13.468Z | Checking yansi v0.5.1 |
2188 | 2024-08-05T16:10:13.768Z | Checking cast v0.3.0 |
2189 | 2024-08-05T16:10:14.081Z | Checking criterion-plot v0.5.0 |
2190 | 2024-08-05T16:10:14.108Z | Checking pretty_assertions v1.4.0 |
2191 | 2024-08-05T16:10:14.304Z | Checking ecdsa v0.16.9 |
2192 | 2024-08-05T16:10:14.584Z | Checking rand_core v0.5.1 |
2193 | 2024-08-05T16:10:14.906Z | Checking plotters v0.3.5 |
2194 | 2024-08-05T16:10:15.029Z | Checking primeorder v0.13.6 |
2195 | 2024-08-05T16:10:15.223Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2196 | 2024-08-05T16:10:15.492Z | Checking tinytemplate v1.2.1 |
2197 | 2024-08-05T16:10:15.901Z | Checking option-ext v0.2.0 |
2198 | 2024-08-05T16:10:16.028Z | Checking anes v0.1.6 |
2199 | 2024-08-05T16:10:16.393Z | Checking oorandom v11.1.3 |
2200 | 2024-08-05T16:10:16.561Z | Checking dirs-sys v0.4.1 |
2201 | 2024-08-05T16:10:16.726Z | Checking criterion v0.5.1 |
2202 | 2024-08-05T16:10:16.746Z | Checking rand_chacha v0.2.2 |
2203 | 2024-08-05T16:10:17.087Z | Checking polyval v0.6.2 |
2204 | 2024-08-05T16:10:17.365Z | Checking ed25519 v2.2.3 |
2205 | 2024-08-05T16:10:17.618Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2206 | 2024-08-05T16:10:18.998Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2207 | 2024-08-05T16:10:19.020Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2208 | 2024-08-05T16:10:19.611Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2209 | 2024-08-05T16:10:19.799Z | Checking blowfish v0.9.1 |
2210 | 2024-08-05T16:10:20.051Z | Checking ctr v0.9.2 |
2211 | 2024-08-05T16:10:20.248Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2212 | 2024-08-05T16:10:20.336Z | Checking aes v0.8.4 |
2213 | 2024-08-05T16:10:21.246Z | Checking password-hash v0.4.2 |
2214 | 2024-08-05T16:10:21.665Z | Checking pbkdf2 v0.12.2 |
2215 | 2024-08-05T16:10:21.836Z | Checking hex-literal v0.4.1 |
2216 | 2024-08-05T16:10:21.983Z | Checking bcrypt-pbkdf v0.10.0 |
2217 | 2024-08-05T16:10:22.080Z | Checking pbkdf2 v0.11.0 |
2218 | 2024-08-05T16:10:22.180Z | Checking ed25519-dalek v2.1.1 |
2219 | 2024-08-05T16:10:22.255Z | Checking ghash v0.5.1 |
2220 | 2024-08-05T16:10:22.353Z | Checking rand v0.7.3 |
2221 | 2024-08-05T16:10:22.438Z | Checking dirs v5.0.1 |
2222 | 2024-08-05T16:10:22.522Z | Checking p521 v0.13.3 |
2223 | 2024-08-05T16:10:22.580Z | Checking p256 v0.13.2 |
2224 | 2024-08-05T16:10:23.075Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2225 | 2024-08-05T16:10:23.712Z | Checking cbc v0.1.2 |
2226 | 2024-08-05T16:10:23.871Z | Checking russh-cryptovec v0.7.2 |
2227 | 2024-08-05T16:10:23.922Z | Checking md5 v0.7.0 |
2228 | 2024-08-05T16:10:23.925Z | Compiling doc-comment v0.3.3 |
2229 | 2024-08-05T16:10:24.076Z | Compiling target-lexicon v0.12.16 |
2230 | 2024-08-05T16:10:24.234Z | Checking russh-keys v0.43.0 |
2231 | 2024-08-05T16:10:24.704Z | Checking aes-gcm v0.10.3 |
2232 | 2024-08-05T16:10:24.959Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2233 | 2024-08-05T16:10:25.220Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2234 | 2024-08-05T16:10:25.443Z | Checking http-body v1.0.0 |
2235 | 2024-08-05T16:10:25.657Z | Compiling guppy-workspace-hack v0.1.0 |
2236 | 2024-08-05T16:10:25.969Z | Checking tower-layer v0.3.2 |
2237 | 2024-08-05T16:10:26.027Z | Compiling assert_cmd v2.0.15 |
2238 | 2024-08-05T16:10:26.259Z | Compiling dhcproto-macros v0.1.0 |
2239 | 2024-08-05T16:10:26.510Z | Checking tower v0.4.13 |
2240 | 2024-08-05T16:10:26.696Z | Checking hyper v1.3.1 |
2241 | 2024-08-05T16:10:27.265Z | Checking dhcproto v0.11.0 |
2242 | 2024-08-05T16:10:27.286Z | Checking russh v0.43.0 |
2243 | 2024-08-05T16:10:28.625Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2244 | 2024-08-05T16:10:28.782Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2245 | 2024-08-05T16:10:29.216Z | Checking internet-checksum v0.2.1 |
2246 | 2024-08-05T16:10:29.403Z | Compiling target-spec v3.2.1 |
2247 | 2024-08-05T16:10:31.054Z | Checking cfg-expr v0.16.0 |
2248 | 2024-08-05T16:10:31.283Z | Checking hyper-util v0.1.3 |
2249 | 2024-08-05T16:10:31.871Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2250 | 2024-08-05T16:10:31.890Z | Checking rustls-native-certs v0.7.0 |
2251 | 2024-08-05T16:10:32.057Z | Checking httptest v0.15.5 |
2252 | 2024-08-05T16:10:32.849Z | Checking hyper-rustls v0.26.0 |
2253 | 2024-08-05T16:10:33.580Z | Checking pathdiff v0.2.1 |
2254 | 2024-08-05T16:10:33.731Z | Checking threadpool v1.8.1 |
2255 | 2024-08-05T16:10:33.958Z | Compiling rstest_macros v0.19.0 |
2256 | 2024-08-05T16:10:34.508Z | Checking escape8259 v0.5.2 |
2257 | 2024-08-05T16:10:34.710Z | Checking nested v0.1.1 |
2258 | 2024-08-05T16:10:34.797Z | Checking libtest-mimic v0.7.3 |
2259 | 2024-08-05T16:10:34.909Z | Checking guppy v0.17.7 |
2260 | 2024-08-05T16:10:35.359Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2261 | 2024-08-05T16:10:35.679Z | Checking similar-asserts v1.5.0 |
2262 | 2024-08-05T16:10:35.929Z | Checking fancy-regex v0.13.0 |
2263 | 2024-08-05T16:10:36.547Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2264 | 2024-08-05T16:10:36.776Z | Compiling relative-path v1.9.3 |
2265 | 2024-08-05T16:10:37.103Z | Compiling trybuild v1.0.97 |
2266 | 2024-08-05T16:10:37.652Z | Checking datatest-stable v0.2.9 |
2267 | 2024-08-05T16:10:37.978Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2268 | 2024-08-05T16:10:39.302Z | Checking blake2b_simd v1.0.2 |
2269 | 2024-08-05T16:10:39.744Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2270 | 2024-08-05T16:10:40.061Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2271 | 2024-08-05T16:10:40.154Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2272 | 2024-08-05T16:10:40.368Z | Checking serde_tokenstream v0.2.1 |
2273 | 2024-08-05T16:10:40.476Z | Checking uzers v0.11.3 |
2274 | 2024-08-05T16:10:40.780Z | Checking indent_write v2.2.0 |
2275 | 2024-08-05T16:10:40.828Z | Checking futures-timer v3.0.3 |
2276 | 2024-08-05T16:10:41.050Z | Checking rust-argon2 v2.1.0 |
2277 | 2024-08-05T16:10:41.481Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2278 | 2024-08-05T16:10:46.772Z | Checking rstest v0.19.0 |
2279 | 2024-08-05T16:10:46.993Z | Checking multimap v0.10.0 |
2280 | 2024-08-05T16:10:47.331Z | Checking rand_distr v0.4.3 |
2281 | 2024-08-05T16:10:48.055Z | Checking approx v0.5.1 |
2282 | 2024-08-05T16:10:48.162Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2283 | 2024-08-05T16:10:49.382Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2284 | 2024-08-05T16:10:49.504Z | Checking partial-io v0.5.4 |
2285 | 2024-08-05T16:10:49.885Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2286 | 2024-08-05T16:10:50.238Z | Checking cargo_toml v0.20.4 |
2287 | 2024-08-05T16:10:51.246Z | Checking termios v0.3.3 |
2288 | 2024-08-05T16:10:51.460Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2289 | 2024-08-05T16:10:52.319Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2290 | 2024-08-05T16:10:52.904Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2291 | 2024-08-05T16:10:55.226Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2292 | 2024-08-05T16:11:07.168Z | Compiling samael v0.0.15 |
2293 | 2024-08-05T16:11:08.145Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2294 | 2024-08-05T16:11:43.887Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2295 | 2024-08-05T16:11:44.590Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2296 | 2024-08-05T16:11:44.719Z | Compiling polar-core v0.27.3 |
2297 | 2024-08-05T16:11:55.500Z | Checking oso v0.27.3 |
2298 | 2024-08-05T16:12:29.259Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2299 | 2024-08-05T16:12:29.262Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2300 | 2024-08-05T16:12:29.262Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2301 | 2024-08-05T16:13:46.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 02s |
2302 | 2024-08-05T16:13:46.834Z | |
2303 | 2024-08-05T16:13:46.834Z | real 6:07.239123888 |
2304 | 2024-08-05T16:13:46.834Z | user 32:41.885245600 |
2305 | 2024-08-05T16:13:46.834Z | sys 5:34.378872576 |
2306 | 2024-08-05T16:13:46.834Z | trap 0.778981103 |
2307 | 2024-08-05T16:13:46.834Z | tflt 1.651683314 |
2308 | 2024-08-05T16:13:46.834Z | dflt 0.361127252 |
2309 | 2024-08-05T16:13:46.837Z | kflt 0.008713911 |
2310 | 2024-08-05T16:13:46.837Z | lock 51:48.697308122 |
2311 | 2024-08-05T16:13:46.837Z | slp 1:53:51.466355415 |
2312 | 2024-08-05T16:13:46.837Z | lat 1:31.499685966 |
2313 | 2024-08-05T16:13:46.837Z | stop 5:10.981167555 |
2314 | 2024-08-05T16:13:46.837Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2315 | 2024-08-05T16:13:46.837Z | + ptime -m cargo doc --workspace --no-deps |
2316 | 2024-08-05T16:13:47.950Z | warning: output filename collision. |
2317 | 2024-08-05T16:13:47.950Z | 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)`. |
2318 | 2024-08-05T16:13:47.950Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2319 | 2024-08-05T16:13:47.950Z | The targets should have unique names. |
2320 | 2024-08-05T16:13:47.950Z | This is a known bug where multiple crates with the same name use |
2321 | 2024-08-05T16:13:47.950Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2322 | 2024-08-05T16:13:48.272Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2323 | 2024-08-05T16:13:48.328Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2324 | 2024-08-05T16:13:48.346Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2325 | 2024-08-05T16:13:48.375Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2326 | 2024-08-05T16:13:48.395Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2327 | 2024-08-05T16:13:48.418Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2328 | 2024-08-05T16:13:48.418Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2329 | 2024-08-05T16:13:48.639Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2330 | 2024-08-05T16:13:48.692Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2331 | 2024-08-05T16:13:48.715Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2332 | 2024-08-05T16:13:48.718Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2333 | 2024-08-05T16:13:48.750Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2334 | 2024-08-05T16:13:48.931Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2335 | 2024-08-05T16:13:48.995Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2336 | 2024-08-05T16:13:49.018Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2337 | 2024-08-05T16:13:49.451Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2338 | 2024-08-05T16:13:50.148Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2339 | 2024-08-05T16:13:53.055Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2340 | 2024-08-05T16:13:53.286Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2341 | 2024-08-05T16:13:53.458Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2342 | 2024-08-05T16:13:53.620Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2343 | 2024-08-05T16:13:53.709Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2344 | 2024-08-05T16:13:53.938Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2345 | 2024-08-05T16:13:54.031Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2346 | 2024-08-05T16:13:54.368Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2347 | 2024-08-05T16:13:54.495Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2348 | 2024-08-05T16:13:54.700Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2349 | 2024-08-05T16:13:54.898Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2350 | 2024-08-05T16:13:55.162Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2351 | 2024-08-05T16:13:55.196Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2352 | 2024-08-05T16:13:55.500Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2353 | 2024-08-05T16:13:55.632Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2354 | 2024-08-05T16:13:55.840Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2355 | 2024-08-05T16:13:56.271Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2356 | 2024-08-05T16:13:56.557Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2357 | 2024-08-05T16:13:56.602Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2358 | 2024-08-05T16:13:56.898Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2359 | 2024-08-05T16:13:57.058Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2360 | 2024-08-05T16:13:58.426Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2361 | 2024-08-05T16:14:00.644Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2362 | 2024-08-05T16:14:00.719Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2363 | 2024-08-05T16:14:01.390Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2364 | 2024-08-05T16:14:02.886Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2365 | 2024-08-05T16:14:03.295Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2366 | 2024-08-05T16:14:05.839Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2367 | 2024-08-05T16:14:06.704Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2368 | 2024-08-05T16:14:08.025Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2369 | 2024-08-05T16:14:08.542Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2370 | 2024-08-05T16:14:08.963Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2371 | 2024-08-05T16:14:10.425Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2372 | 2024-08-05T16:14:11.071Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2373 | 2024-08-05T16:14:12.724Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2374 | 2024-08-05T16:14:13.045Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2375 | 2024-08-05T16:14:13.425Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2376 | 2024-08-05T16:14:15.061Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2377 | 2024-08-05T16:14:15.157Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2378 | 2024-08-05T16:14:15.250Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2379 | 2024-08-05T16:14:15.503Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2380 | 2024-08-05T16:14:15.726Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2381 | 2024-08-05T16:14:16.486Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2382 | 2024-08-05T16:14:16.720Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2383 | 2024-08-05T16:14:17.225Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2384 | 2024-08-05T16:14:17.637Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2385 | 2024-08-05T16:14:17.690Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2386 | 2024-08-05T16:14:18.480Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2387 | 2024-08-05T16:14:18.542Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2388 | 2024-08-05T16:14:19.007Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2389 | 2024-08-05T16:14:19.511Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2390 | 2024-08-05T16:14:19.646Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2391 | 2024-08-05T16:14:19.971Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2392 | 2024-08-05T16:14:20.086Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2393 | 2024-08-05T16:14:20.580Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2394 | 2024-08-05T16:14:20.597Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2395 | 2024-08-05T16:14:21.073Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2396 | 2024-08-05T16:14:21.124Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2397 | 2024-08-05T16:14:21.833Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2398 | 2024-08-05T16:14:22.443Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2399 | 2024-08-05T16:14:23.260Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2400 | 2024-08-05T16:14:23.803Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2401 | 2024-08-05T16:14:23.898Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2402 | 2024-08-05T16:14:24.639Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2403 | 2024-08-05T16:14:24.773Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2404 | 2024-08-05T16:14:24.776Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2405 | 2024-08-05T16:14:24.955Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2406 | 2024-08-05T16:14:25.425Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2407 | 2024-08-05T16:14:25.777Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2408 | 2024-08-05T16:14:25.982Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2409 | 2024-08-05T16:14:26.830Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2410 | 2024-08-05T16:14:27.972Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2411 | 2024-08-05T16:14:29.385Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2412 | 2024-08-05T16:14:30.423Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2413 | 2024-08-05T16:14:39.564Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2414 | 2024-08-05T16:14:42.572Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2415 | 2024-08-05T16:14:47.835Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2416 | 2024-08-05T16:14:48.969Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2417 | 2024-08-05T16:15:05.121Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2418 | 2024-08-05T16:15:21.644Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2419 | 2024-08-05T16:15:29.463Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2420 | 2024-08-05T16:15:32.997Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2421 | 2024-08-05T16:15:33.660Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2422 | 2024-08-05T16:15:44.300Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2423 | 2024-08-05T16:15:46.553Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2424 | 2024-08-05T16:15:52.733Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2425 | 2024-08-05T16:15:53.995Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2426 | 2024-08-05T16:15:54.062Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2427 | 2024-08-05T16:15:57.431Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2428 | 2024-08-05T16:15:59.714Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2429 | 2024-08-05T16:16:08.693Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2430 | 2024-08-05T16:16:10.149Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2431 | 2024-08-05T16:16:15.471Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2432 | 2024-08-05T16:16:17.796Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2433 | 2024-08-05T16:16:20.427Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2434 | 2024-08-05T16:16:36.837Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2435 | 2024-08-05T16:16:42.210Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2436 | 2024-08-05T16:16:42.622Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2437 | 2024-08-05T16:16:49.691Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2438 | 2024-08-05T16:16:57.746Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2439 | 2024-08-05T16:16:59.281Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2440 | 2024-08-05T16:17:00.282Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2441 | 2024-08-05T16:17:02.160Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2442 | 2024-08-05T16:17:07.524Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2443 | 2024-08-05T16:17:16.686Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2444 | 2024-08-05T16:17:20.575Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2445 | 2024-08-05T16:17:21.158Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2446 | 2024-08-05T16:17:24.282Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2447 | 2024-08-05T16:17:24.778Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2448 | 2024-08-05T16:17:26.408Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2449 | 2024-08-05T16:17:29.582Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2450 | 2024-08-05T16:17:34.857Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2451 | 2024-08-05T16:17:37.466Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2452 | 2024-08-05T16:17:38.850Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2453 | 2024-08-05T16:17:39.317Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2454 | 2024-08-05T16:17:45.504Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2455 | 2024-08-05T16:17:51.604Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2456 | 2024-08-05T16:17:52.942Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2457 | 2024-08-05T16:17:57.918Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2458 | 2024-08-05T16:18:00.086Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2459 | 2024-08-05T16:18:01.115Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2460 | 2024-08-05T16:18:02.679Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2461 | 2024-08-05T16:18:09.594Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2462 | 2024-08-05T16:18:12.764Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2463 | 2024-08-05T16:18:13.403Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2464 | 2024-08-05T16:18:13.895Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2465 | 2024-08-05T16:18:14.268Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2466 | 2024-08-05T16:18:19.136Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2467 | 2024-08-05T16:18:21.297Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2468 | 2024-08-05T16:18:25.715Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2469 | 2024-08-05T16:18:25.901Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2470 | 2024-08-05T16:18:27.486Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2471 | 2024-08-05T16:18:33.989Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2472 | 2024-08-05T16:18:37.031Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2473 | 2024-08-05T16:18:38.509Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2474 | 2024-08-05T16:18:40.704Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2475 | 2024-08-05T16:18:45.638Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2476 | 2024-08-05T16:18:46.963Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2477 | 2024-08-05T16:18:48.606Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2478 | 2024-08-05T16:18:51.410Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2479 | 2024-08-05T16:18:52.353Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2480 | 2024-08-05T16:18:53.860Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2481 | 2024-08-05T16:18:56.753Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2482 | 2024-08-05T16:18:59.597Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2483 | 2024-08-05T16:18:59.688Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2484 | 2024-08-05T16:19:01.058Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2485 | 2024-08-05T16:19:06.707Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2486 | 2024-08-05T16:19:06.948Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2487 | 2024-08-05T16:19:10.065Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2488 | 2024-08-05T16:19:10.349Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2489 | 2024-08-05T16:19:11.969Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2490 | 2024-08-05T16:19:13.546Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2491 | 2024-08-05T16:19:13.833Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2492 | 2024-08-05T16:19:16.361Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2493 | 2024-08-05T16:19:16.738Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2494 | 2024-08-05T16:19:21.422Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2495 | 2024-08-05T16:19:21.558Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2496 | 2024-08-05T16:19:21.730Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2497 | 2024-08-05T16:19:22.335Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2498 | 2024-08-05T16:19:22.509Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2499 | 2024-08-05T16:19:25.295Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2500 | 2024-08-05T16:19:25.541Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2501 | 2024-08-05T16:19:25.988Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2502 | 2024-08-05T16:19:49.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 02s |
2503 | 2024-08-05T16:19:49.554Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 110 other files |
2504 | 2024-08-05T16:19:49.608Z | |
2505 | 2024-08-05T16:19:49.611Z | real 6:02.700364943 |
2506 | 2024-08-05T16:19:49.611Z | user 19:15.014094784 |
2507 | 2024-08-05T16:19:49.611Z | sys 26:24.220530515 |
2508 | 2024-08-05T16:19:49.611Z | trap 0.323025583 |
2509 | 2024-08-05T16:19:49.611Z | tflt 0.112520443 |
2510 | 2024-08-05T16:19:49.611Z | dflt 0.128463096 |
2511 | 2024-08-05T16:19:49.611Z | kflt 0.000007298 |
2512 | 2024-08-05T16:19:49.611Z | lock 59:57.913157710 |
2513 | 2024-08-05T16:19:49.612Z | slp 1:44:23.743297696 |
2514 | 2024-08-05T16:19:49.612Z | lat 1:03.809016793 |
2515 | 2024-08-05T16:19:49.612Z | stop 51.672270746 |
2516 | 2024-08-05T16:19:49.612Z | process exited: duration 965671 ms, exit code 0 |
|
2517 | 2024-08-05T16:19:49.618Z | found 0 output files |