|
|
|
1 | 2024-06-25T21:23:19.388Z | job assigned to worker 01J18MEXX9YPXFJHBS936JYZ9Q (queued for 42 s) |
|
2 | 2024-06-25T21:23:20.035Z | starting task 0: "setup" |
3 | 2024-06-25T21:23:20.060Z | ++ uname -s |
4 | 2024-06-25T21:23:20.060Z | + kern=SunOS |
5 | 2024-06-25T21:23:20.060Z | + case "$kern" in |
6 | 2024-06-25T21:23:20.060Z | + groupadd -g 12345 build |
7 | 2024-06-25T21:23:20.060Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-25T21:23:22.065Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-25T21:23:22.104Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-25T21:23:22.128Z | + home_fs=zfs |
11 | 2024-06-25T21:23:22.128Z | + [[ zfs == autofs ]] |
12 | 2024-06-25T21:23:22.128Z | + mkdir -p /home/build |
13 | 2024-06-25T21:23:22.128Z | + chown build:build /home/build /work |
14 | 2024-06-25T21:23:24.112Z | + chmod 0700 /home/build /work |
15 | 2024-06-25T21:23:24.137Z | process exited: duration 4082 ms, exit code 0 |
|
16 | 2024-06-25T21:23:24.188Z | starting task 1: "rust-toolchain" |
17 | 2024-06-25T21:23:24.213Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-25T21:23:24.213Z | ' 1.78.0 |
19 | 2024-06-25T21:23:24.213Z | + printf ' * toolchain profile = "%s" |
20 | 2024-06-25T21:23:24.213Z | ' default |
21 | 2024-06-25T21:23:24.213Z | * toolchain channel = "1.78.0" |
22 | 2024-06-25T21:23:24.213Z | * toolchain profile = "default" |
23 | 2024-06-25T21:23:24.213Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-25T21:23:24.213Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-25T21:23:24.349Z | info: downloading installer |
26 | 2024-06-25T21:23:24.842Z | info: profile set to 'default' |
27 | 2024-06-25T21:23:24.842Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-25T21:23:24.866Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-25T21:23:24.950Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-25T21:23:24.950Z | info: downloading component 'cargo' |
31 | 2024-06-25T21:23:25.082Z | info: downloading component 'clippy' |
32 | 2024-06-25T21:23:25.129Z | info: downloading component 'rust-docs' |
33 | 2024-06-25T21:23:25.296Z | info: downloading component 'rust-std' |
34 | 2024-06-25T21:23:25.554Z | info: downloading component 'rustc' |
35 | 2024-06-25T21:23:26.188Z | info: downloading component 'rustfmt' |
36 | 2024-06-25T21:23:26.225Z | info: installing component 'cargo' |
37 | 2024-06-25T21:23:27.327Z | info: installing component 'clippy' |
38 | 2024-06-25T21:23:27.759Z | info: installing component 'rust-docs' |
39 | 2024-06-25T21:23:30.355Z | info: installing component 'rust-std' |
40 | 2024-06-25T21:23:32.299Z | info: installing component 'rustc' |
41 | 2024-06-25T21:23:37.304Z | info: installing component 'rustfmt' |
42 | 2024-06-25T21:23:37.703Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-25T21:23:37.703Z | |
44 | 2024-06-25T21:23:37.830Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-25T21:23:37.830Z | |
46 | 2024-06-25T21:23:37.830Z | |
47 | 2024-06-25T21:23:37.830Z | Rust is installed now. Great! |
48 | 2024-06-25T21:23:37.830Z | |
49 | 2024-06-25T21:23:37.830Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-25T21:23:37.830Z | environment variable. This has not been done automatically. |
51 | 2024-06-25T21:23:37.830Z | |
52 | 2024-06-25T21:23:37.830Z | To configure your current shell, you need to source |
53 | 2024-06-25T21:23:37.830Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-25T21:23:37.830Z | |
55 | 2024-06-25T21:23:37.830Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-25T21:23:37.855Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-25T21:23:37.855Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-25T21:23:37.910Z | + rustc --version |
59 | 2024-06-25T21:23:38.029Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-25T21:23:38.054Z | process exited: duration 13845 ms, exit code 0 |
|
61 | 2024-06-25T21:23:38.107Z | starting task 2: "authentication" |
62 | 2024-06-25T21:23:38.164Z | process exited: duration 60 ms, exit code 0 |
|
63 | 2024-06-25T21:23:38.215Z | starting task 3: "clone repository" |
64 | 2024-06-25T21:23:38.239Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-25T21:23:38.239Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-25T21:23:38.264Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-25T21:23:43.965Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-25T21:23:43.965Z | + git fetch origin 99e23c89f7f7299391d031e8ad15c04fc917bef0 |
69 | 2024-06-25T21:23:44.339Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-25T21:23:44.339Z | * branch 99e23c89f7f7299391d031e8ad15c04fc917bef0 -> FETCH_HEAD |
71 | 2024-06-25T21:23:44.364Z | + [[ -n dpd-client-cleanup ]] |
72 | 2024-06-25T21:23:44.364Z | ++ git branch --show-current |
73 | 2024-06-25T21:23:44.364Z | + current=main |
74 | 2024-06-25T21:23:44.364Z | + [[ main != dpd-client-cleanup ]] |
75 | 2024-06-25T21:23:44.364Z | + git branch -f dpd-client-cleanup 99e23c89f7f7299391d031e8ad15c04fc917bef0 |
76 | 2024-06-25T21:23:44.389Z | + git checkout -f dpd-client-cleanup |
77 | 2024-06-25T21:23:44.507Z | Switched to branch 'dpd-client-cleanup' |
78 | 2024-06-25T21:23:44.532Z | + git reset --hard 99e23c89f7f7299391d031e8ad15c04fc917bef0 |
79 | 2024-06-25T21:23:44.636Z | HEAD is now at 99e23c89f clean up dpd-client |
80 | 2024-06-25T21:23:44.660Z | process exited: duration 6423 ms, exit code 0 |
|
81 | 2024-06-25T21:23:44.717Z | starting task 4: "build" |
82 | 2024-06-25T21:23:44.748Z | + cargo --version |
83 | 2024-06-25T21:23:44.812Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-25T21:23:44.839Z | + rustc --version |
85 | 2024-06-25T21:23:44.911Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-25T21:23:44.935Z | + source ./env.sh |
87 | 2024-06-25T21:23:44.935Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-06-25T21:23:44.935Z | ++ set -o xtrace |
89 | 2024-06-25T21:23:44.936Z | ++++ dirname ./env.sh |
90 | 2024-06-25T21:23:44.936Z | +++ readlink -f . |
91 | 2024-06-25T21:23:44.936Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-06-25T21:23:44.936Z | ++ 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-06-25T21:23:44.936Z | ++ 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-06-25T21:23:44.936Z | ++ 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-06-25T21:23:44.936Z | ++ 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-06-25T21:23:44.936Z | ++ 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-06-25T21:23:44.936Z | ++ 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-06-25T21:23:44.936Z | ++ 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-06-25T21:23:44.936Z | ++ 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-06-25T21:23:44.936Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-06-25T21:23:44.936Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-06-25T21:23:44.936Z | + banner prerequisites |
103 | 2024-06-25T21:23:44.936Z | |
104 | 2024-06-25T21:23:44.936Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-06-25T21:23:44.936Z | # # # # # # # # # # # # # # # |
106 | 2024-06-25T21:23:44.936Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-06-25T21:23:44.936Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-06-25T21:23:44.936Z | # # # # # # # # # # # # # # # |
109 | 2024-06-25T21:23:44.936Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-06-25T21:23:44.936Z | |
111 | 2024-06-25T21:23:44.936Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-06-25T21:23:50.337Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-06-25T21:23:52.564Z | Startup: Caching catalogs ... Done |
114 | 2024-06-25T21:23:55.672Z | Planning: Solver setup ... Done (2.553s) |
115 | 2024-06-25T21:23:55.718Z | Planning: Running solver ... Done (0.046s) |
116 | 2024-06-25T21:23:55.755Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-06-25T21:23:55.834Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-06-25T21:23:56.208Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-06-25T21:23:56.271Z | Planning: Package planning ... Done (0.063s) |
120 | 2024-06-25T21:23:56.333Z | Planning: Merging actions ... Done (0.062s) |
121 | 2024-06-25T21:23:56.701Z | Planning: Checking for conflicting actions ... Done (0.367s) |
122 | 2024-06-25T21:23:56.725Z | Planning: Consolidating action changes ... Done (0.013s) |
123 | 2024-06-25T21:23:57.398Z | Planning: Evaluating mediators ... Done (0.683s) |
124 | 2024-06-25T21:23:57.423Z | Planning: Planning completed in 4.78 seconds |
125 | 2024-06-25T21:23:57.447Z | Packages to install: 4 |
126 | 2024-06-25T21:23:57.447Z | Mediators to change: 2 |
127 | 2024-06-25T21:23:57.447Z | Services to change: 1 |
128 | 2024-06-25T21:23:57.447Z | Estimated space available: 148.90 GB |
129 | 2024-06-25T21:23:57.447Z | Estimated space to be consumed: 1.46 GB |
130 | 2024-06-25T21:23:57.447Z | Create boot environment: No |
131 | 2024-06-25T21:23:57.447Z | Create backup boot environment: No |
132 | 2024-06-25T21:23:57.447Z | Rebuild boot archive: No |
133 | 2024-06-25T21:23:57.447Z | |
134 | 2024-06-25T21:23:57.447Z | Changed mediators: |
135 | 2024-06-25T21:23:57.448Z | mediator clang: |
136 | 2024-06-25T21:23:57.448Z | version: None -> 15 (system default) |
137 | 2024-06-25T21:23:57.448Z | |
138 | 2024-06-25T21:23:57.448Z | mediator llvm: |
139 | 2024-06-25T21:23:57.448Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-06-25T21:23:57.448Z | |
141 | 2024-06-25T21:23:57.448Z | Changed packages: |
142 | 2024-06-25T21:23:57.448Z | helios-dev |
143 | 2024-06-25T21:23:57.448Z | developer/build-essential |
144 | 2024-06-25T21:23:57.448Z | None -> 11-2.0 |
145 | 2024-06-25T21:23:57.448Z | library/libxmlsec1 |
146 | 2024-06-25T21:23:57.448Z | None -> 1.2.35-2.0 |
147 | 2024-06-25T21:23:57.448Z | ooce/developer/clang-15 |
148 | 2024-06-25T21:23:57.448Z | None -> 15.0.7-2.0 |
149 | 2024-06-25T21:23:57.448Z | ooce/developer/llvm-15 |
150 | 2024-06-25T21:23:57.448Z | None -> 15.0.7-2.0 |
151 | 2024-06-25T21:23:57.448Z | |
152 | 2024-06-25T21:23:57.448Z | Services: |
153 | 2024-06-25T21:23:57.448Z | restart_fmri: |
154 | 2024-06-25T21:23:57.448Z | svc:/system/update-man-index:default |
155 | 2024-06-25T21:23:57.479Z | |
156 | 2024-06-25T21:23:57.479Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-06-25T21:24:02.480Z | Download: 1070/3290 items 19.7/212.6MB 9% complete (4.0M/s) |
158 | 2024-06-25T21:24:07.483Z | Download: 1611/3290 items 107.7/212.6MB 50% complete (10.8M/s) |
159 | 2024-06-25T21:24:12.483Z | Download: 3117/3290 items 126.1/212.6MB 59% complete (10.5M/s) |
160 | 2024-06-25T21:24:16.160Z | Download: Completed 212.60 MB in 18.68 seconds (11.4M/s) |
161 | 2024-06-25T21:24:16.345Z | Actions: 1/3689 actions (Installing new actions) |
162 | 2024-06-25T21:24:21.360Z | Actions: 2107/3689 actions (Installing new actions) |
163 | 2024-06-25T21:24:22.036Z | Actions: Completed 3689 actions in 5.69 seconds. |
164 | 2024-06-25T21:24:22.253Z | Done (0.210s) |
165 | 2024-06-25T21:24:22.253Z | Done (0.000s) |
166 | 2024-06-25T21:24:22.670Z | Done (0.416s) |
167 | 2024-06-25T21:24:27.932Z | Done (5.125s) |
168 | 2024-06-25T21:24:28.027Z | Done (0.019s) |
169 | 2024-06-25T21:24:28.051Z | Done (0.000s) |
170 | 2024-06-25T21:24:28.183Z | Done (0.000s) |
171 | 2024-06-25T21:24:28.795Z | Planning: Evaluating mediator changes ... Done |
172 | 2024-06-25T21:24:28.990Z | Planning: Checking for conflicting actions ... Done |
173 | 2024-06-25T21:24:29.014Z | Planning: Consolidating action changes ... Done |
174 | 2024-06-25T21:24:29.307Z | Planning: Evaluating mediators ... Done |
175 | 2024-06-25T21:24:29.332Z | Planning: Planning completed in 0.51 seconds |
176 | 2024-06-25T21:24:29.357Z | Mediators to change: 2 |
177 | 2024-06-25T21:24:29.357Z | Create boot environment: No |
178 | 2024-06-25T21:24:29.357Z | Create backup boot environment: No |
179 | 2024-06-25T21:24:29.411Z | Done |
180 | 2024-06-25T21:24:29.411Z | Done |
181 | 2024-06-25T21:24:29.657Z | Done |
182 | 2024-06-25T21:24:34.013Z | Done |
183 | 2024-06-25T21:24:34.106Z | Done |
184 | 2024-06-25T21:24:34.106Z | Done |
185 | 2024-06-25T21:24:34.179Z | Done |
186 | 2024-06-25T21:24:34.905Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-06-25T21:24:34.929Z | Planning: Merging actions ... Done |
188 | 2024-06-25T21:24:35.137Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-06-25T21:24:35.162Z | Planning: Consolidating action changes ... Done |
190 | 2024-06-25T21:24:35.463Z | Planning: Evaluating mediators ... Done |
191 | 2024-06-25T21:24:35.532Z | Planning: Planning completed in 0.92 seconds |
192 | 2024-06-25T21:24:35.573Z | Packages to change: 1 |
193 | 2024-06-25T21:24:35.573Z | Mediators to change: 1 |
194 | 2024-06-25T21:24:35.573Z | Services to change: 1 |
195 | 2024-06-25T21:24:35.573Z | Create boot environment: No |
196 | 2024-06-25T21:24:35.573Z | Create backup boot environment: Yes |
197 | 2024-06-25T21:24:36.104Z | Actions: 1/6 actions (Updating modified actions) |
198 | 2024-06-25T21:24:36.129Z | Actions: Completed 6 actions in 0.00 seconds. |
199 | 2024-06-25T21:24:36.129Z | Done |
200 | 2024-06-25T21:24:36.129Z | Done |
201 | 2024-06-25T21:24:36.187Z | Done |
202 | 2024-06-25T21:24:40.660Z | Done |
203 | 2024-06-25T21:24:40.755Z | Done |
204 | 2024-06-25T21:24:40.779Z | Done |
205 | 2024-06-25T21:24:40.831Z | Done |
206 | 2024-06-25T21:24:41.364Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
207 | 2024-06-25T21:24:41.364Z | clang system 15 system |
208 | 2024-06-25T21:24:41.364Z | csh system system illumos |
209 | 2024-06-25T21:24:41.364Z | ctags system system illumos |
210 | 2024-06-25T21:24:41.364Z | gcc vendor 12 vendor |
211 | 2024-06-25T21:24:41.364Z | gcc system 10 system |
212 | 2024-06-25T21:24:41.364Z | gcc system 7 system |
213 | 2024-06-25T21:24:41.364Z | go system 1.20 system |
214 | 2024-06-25T21:24:41.364Z | go system 1.19 system |
215 | 2024-06-25T21:24:41.364Z | llvm system 15 system |
216 | 2024-06-25T21:24:41.364Z | llvm system 14 system |
217 | 2024-06-25T21:24:41.364Z | mariadb system 10.6 system |
218 | 2024-06-25T21:24:41.364Z | mta vendor vendor dma |
219 | 2024-06-25T21:24:41.364Z | openjdk system 17 system |
220 | 2024-06-25T21:24:41.364Z | openjdk system 11 system |
221 | 2024-06-25T21:24:41.364Z | openjdk system 1.8 system |
222 | 2024-06-25T21:24:41.364Z | openssl vendor 3 vendor |
223 | 2024-06-25T21:24:41.364Z | perl system 5.36 system |
224 | 2024-06-25T21:24:41.364Z | postgresql system 15 system |
225 | 2024-06-25T21:24:41.364Z | postgresql system 13 system |
226 | 2024-06-25T21:24:41.364Z | python vendor 3 vendor |
227 | 2024-06-25T21:24:41.364Z | python system 2 system |
228 | 2024-06-25T21:24:41.364Z | python3 system 3.11 system |
229 | 2024-06-25T21:24:41.364Z | ruby system 3.0 system |
230 | 2024-06-25T21:24:41.364Z | words vendor vendor american-english |
231 | 2024-06-25T21:24:41.364Z | words system system australian-english |
232 | 2024-06-25T21:24:41.364Z | words system system british-english |
233 | 2024-06-25T21:24:41.365Z | words system system canadian-english |
234 | 2024-06-25T21:24:41.365Z | words system system french |
235 | 2024-06-25T21:24:41.365Z | words system system italian |
236 | 2024-06-25T21:24:41.365Z | words system system ngerman |
237 | 2024-06-25T21:24:41.365Z | words system system ogerman |
238 | 2024-06-25T21:24:41.365Z | words system system spanish |
239 | 2024-06-25T21:24:41.770Z | PUBLISHER TYPE STATUS P LOCATION |
240 | 2024-06-25T21:24:41.770Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
241 | 2024-06-25T21:24:43.666Z | FMRI IFO |
242 | 2024-06-25T21:24:43.666Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
243 | 2024-06-25T21:24:43.666Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
244 | 2024-06-25T21:24:43.666Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
245 | 2024-06-25T21:24:43.666Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
246 | 2024-06-25T21:24:43.666Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
247 | 2024-06-25T21:24:43.666Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
248 | 2024-06-25T21:24:43.666Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
249 | 2024-06-25T21:24:43.666Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
250 | 2024-06-25T21:24:43.666Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
251 | 2024-06-25T21:24:43.666Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
252 | 2024-06-25T21:24:43.666Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
253 | 2024-06-25T21:24:43.666Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
254 | 2024-06-25T21:24:44.227Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
255 | 2024-06-25T21:24:44.632Z | Updating git repository `https://github.com/oxidecomputer/zone` |
256 | 2024-06-25T21:24:45.022Z | Updating crates.io index |
257 | 2024-06-25T21:24:45.072Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
258 | 2024-06-25T21:24:45.746Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
259 | 2024-06-25T21:24:46.512Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
260 | 2024-06-25T21:24:46.828Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
261 | 2024-06-25T21:24:48.865Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
262 | 2024-06-25T21:24:49.242Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
263 | 2024-06-25T21:24:49.591Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
264 | 2024-06-25T21:24:50.722Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
265 | 2024-06-25T21:24:52.497Z | Updating git repository `https://github.com/oxidecomputer/opte` |
266 | 2024-06-25T21:24:53.562Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
267 | 2024-06-25T21:24:54.298Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
268 | 2024-06-25T21:24:54.926Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
269 | 2024-06-25T21:24:55.361Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
270 | 2024-06-25T21:24:55.810Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
271 | 2024-06-25T21:24:56.176Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
272 | 2024-06-25T21:24:56.509Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
273 | 2024-06-25T21:24:56.987Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
274 | 2024-06-25T21:24:57.736Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
275 | 2024-06-25T21:24:58.056Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
276 | 2024-06-25T21:24:59.906Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
277 | 2024-06-25T21:25:00.325Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
278 | 2024-06-25T21:25:00.740Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
279 | 2024-06-25T21:25:01.137Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
280 | 2024-06-25T21:25:01.695Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
281 | 2024-06-25T21:25:02.033Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
282 | 2024-06-25T21:25:02.411Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
283 | 2024-06-25T21:25:02.933Z | Updating git repository `https://github.com/oxidecomputer/typify` |
284 | 2024-06-25T21:25:05.117Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
285 | 2024-06-25T21:25:05.515Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
286 | 2024-06-25T21:25:05.923Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
287 | 2024-06-25T21:25:06.438Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
288 | 2024-06-25T21:25:07.640Z | Downloading crates ... |
289 | 2024-06-25T21:25:07.707Z | Downloaded dtrace-parser v0.2.0 |
290 | 2024-06-25T21:25:07.734Z | Downloaded openssl-macros v0.1.1 |
291 | 2024-06-25T21:25:07.734Z | Downloaded deranged v0.3.11 |
292 | 2024-06-25T21:25:07.734Z | Downloaded match_cfg v0.1.0 |
293 | 2024-06-25T21:25:07.734Z | Downloaded pest_generator v2.7.10 |
294 | 2024-06-25T21:25:07.734Z | Downloaded httpdate v1.0.3 |
295 | 2024-06-25T21:25:07.734Z | Downloaded rustls-pemfile v1.0.4 |
296 | 2024-06-25T21:25:07.734Z | Downloaded tinyvec_macros v0.1.1 |
297 | 2024-06-25T21:25:07.734Z | Downloaded tower-service v0.3.2 |
298 | 2024-06-25T21:25:07.762Z | Downloaded scroll_derive v0.12.0 |
299 | 2024-06-25T21:25:07.762Z | Downloaded want v0.3.1 |
300 | 2024-06-25T21:25:07.762Z | Downloaded slab v0.4.9 |
301 | 2024-06-25T21:25:07.762Z | Downloaded pretty-hex v0.4.1 |
302 | 2024-06-25T21:25:07.762Z | Downloaded thread-id v4.2.1 |
303 | 2024-06-25T21:25:07.762Z | Downloaded slog-async v2.8.0 |
304 | 2024-06-25T21:25:07.762Z | Downloaded tabled_derive v0.7.0 |
305 | 2024-06-25T21:25:07.762Z | Downloaded version_check v0.9.4 |
306 | 2024-06-25T21:25:07.762Z | Downloaded xattr v1.3.1 |
307 | 2024-06-25T21:25:07.789Z | Downloaded swrite v0.1.0 |
308 | 2024-06-25T21:25:07.789Z | Downloaded mio v0.8.11 |
309 | 2024-06-25T21:25:07.789Z | Downloaded unicode-width v0.1.12 |
310 | 2024-06-25T21:25:07.789Z | Downloaded zerocopy-derive v0.7.34 |
311 | 2024-06-25T21:25:07.789Z | Downloaded time-core v0.1.2 |
312 | 2024-06-25T21:25:07.789Z | Downloaded usdt-attr-macro v0.5.0 |
313 | 2024-06-25T21:25:07.789Z | Downloaded serde_urlencoded v0.7.1 |
314 | 2024-06-25T21:25:07.815Z | Downloaded serde_spanned v0.6.6 |
315 | 2024-06-25T21:25:07.815Z | Downloaded typenum v1.17.0 |
316 | 2024-06-25T21:25:07.815Z | Downloaded slog-bunyan v2.5.0 |
317 | 2024-06-25T21:25:07.815Z | Downloaded encoding_rs v0.8.34 |
318 | 2024-06-25T21:25:07.841Z | Downloaded thiserror-impl v1.0.60 |
319 | 2024-06-25T21:25:07.841Z | Downloaded usdt-macro v0.5.0 |
320 | 2024-06-25T21:25:07.841Z | Downloaded unicode-ident v1.0.12 |
321 | 2024-06-25T21:25:07.841Z | Downloaded ucd-trie v0.1.6 |
322 | 2024-06-25T21:25:07.841Z | Downloaded socket2 v0.5.7 |
323 | 2024-06-25T21:25:07.841Z | Downloaded semver v1.0.23 |
324 | 2024-06-25T21:25:07.841Z | Downloaded serde v1.0.203 |
325 | 2024-06-25T21:25:07.841Z | Downloaded tinyvec v1.6.0 |
326 | 2024-06-25T21:25:07.841Z | Downloaded toml v0.8.13 |
327 | 2024-06-25T21:25:07.866Z | Downloaded slog v2.7.0 |
328 | 2024-06-25T21:25:07.866Z | Downloaded serde_derive v1.0.203 |
329 | 2024-06-25T21:25:07.866Z | Downloaded tracing-core v0.1.32 |
330 | 2024-06-25T21:25:07.866Z | Downloaded unicode-bidi v0.3.15 |
331 | 2024-06-25T21:25:07.866Z | Downloaded tokio-native-tls v0.3.1 |
332 | 2024-06-25T21:25:07.867Z | Downloaded thread_local v1.1.8 |
333 | 2024-06-25T21:25:07.867Z | Downloaded tracing v0.1.40 |
334 | 2024-06-25T21:25:07.891Z | Downloaded term v0.7.0 |
335 | 2024-06-25T21:25:07.892Z | Downloaded url v2.5.0 |
336 | 2024-06-25T21:25:07.892Z | Downloaded tar v0.4.40 |
337 | 2024-06-25T21:25:07.892Z | Downloaded tokio-util v0.7.11 |
338 | 2024-06-25T21:25:07.892Z | Downloaded toml_edit v0.22.13 |
339 | 2024-06-25T21:25:07.916Z | Downloaded time v0.3.36 |
340 | 2024-06-25T21:25:07.941Z | Downloaded zerocopy v0.7.34 |
341 | 2024-06-25T21:25:07.965Z | Downloaded rustix v0.38.34 |
342 | 2024-06-25T21:25:07.989Z | Downloaded winnow v0.6.8 |
343 | 2024-06-25T21:25:07.989Z | Downloaded vcpkg v0.2.15 |
344 | 2024-06-25T21:25:08.022Z | Downloaded tokio v1.37.0 |
345 | 2024-06-25T21:25:08.065Z | Downloaded unicode-normalization v0.1.23 |
346 | 2024-06-25T21:25:08.089Z | Downloaded syn v2.0.68 |
347 | 2024-06-25T21:25:08.089Z | Downloaded serde_json v1.0.117 |
348 | 2024-06-25T21:25:08.113Z | Downloaded tabled v0.15.0 |
349 | 2024-06-25T21:25:08.113Z | Downloaded syn v1.0.109 |
350 | 2024-06-25T21:25:08.138Z | Downloaded reqwest v0.11.27 |
351 | 2024-06-25T21:25:08.138Z | Downloaded slog-term v2.9.1 |
352 | 2024-06-25T21:25:08.138Z | Downloaded signal-hook-registry v1.4.2 |
353 | 2024-06-25T21:25:08.138Z | Downloaded ryu v1.0.18 |
354 | 2024-06-25T21:25:08.138Z | Downloaded scopeguard v1.2.0 |
355 | 2024-06-25T21:25:08.138Z | Downloaded try-lock v0.2.5 |
356 | 2024-06-25T21:25:08.138Z | Downloaded strum v0.26.2 |
357 | 2024-06-25T21:25:08.138Z | Downloaded quote v1.0.36 |
358 | 2024-06-25T21:25:08.163Z | Downloaded take_mut v0.2.2 |
359 | 2024-06-25T21:25:08.163Z | Downloaded proc-macro2 v1.0.86 |
360 | 2024-06-25T21:25:08.163Z | Downloaded openssl v0.10.64 |
361 | 2024-06-25T21:25:08.163Z | Downloaded libc v0.2.155 |
362 | 2024-06-25T21:25:08.188Z | Downloaded goblin v0.8.2 |
363 | 2024-06-25T21:25:08.212Z | Downloaded futures-util v0.3.30 |
364 | 2024-06-25T21:25:08.212Z | Downloaded utf8parse v0.2.1 |
365 | 2024-06-25T21:25:08.212Z | Downloaded usdt-impl v0.5.0 |
366 | 2024-06-25T21:25:08.212Z | Downloaded tokio-macros v2.2.0 |
367 | 2024-06-25T21:25:08.212Z | Downloaded time-macros v0.2.18 |
368 | 2024-06-25T21:25:08.212Z | Downloaded strum_macros v0.26.2 |
369 | 2024-06-25T21:25:08.212Z | Downloaded smallvec v1.13.2 |
370 | 2024-06-25T21:25:08.237Z | Downloaded sha2 v0.10.8 |
371 | 2024-06-25T21:25:08.237Z | Downloaded proc-macro-error-attr v1.0.4 |
372 | 2024-06-25T21:25:08.237Z | Downloaded papergrid v0.11.0 |
373 | 2024-06-25T21:25:08.237Z | Downloaded indexmap v2.2.6 |
374 | 2024-06-25T21:25:08.237Z | Downloaded hashbrown v0.14.5 |
375 | 2024-06-25T21:25:08.237Z | Downloaded h2 v0.3.26 |
376 | 2024-06-25T21:25:08.261Z | Downloaded lock_api v0.4.12 |
377 | 2024-06-25T21:25:08.261Z | Downloaded rustversion v1.0.17 |
378 | 2024-06-25T21:25:08.261Z | Downloaded percent-encoding v2.3.1 |
379 | 2024-06-25T21:25:08.261Z | Downloaded mime v0.3.17 |
380 | 2024-06-25T21:25:08.261Z | Downloaded is-terminal v0.4.12 |
381 | 2024-06-25T21:25:08.261Z | Downloaded toml_datetime v0.6.6 |
382 | 2024-06-25T21:25:08.261Z | Downloaded form_urlencoded v1.2.1 |
383 | 2024-06-25T21:25:08.262Z | Downloaded fnv v1.0.7 |
384 | 2024-06-25T21:25:08.262Z | Downloaded usdt v0.5.0 |
385 | 2024-06-25T21:25:08.262Z | Downloaded thiserror v1.0.60 |
386 | 2024-06-25T21:25:08.262Z | Downloaded terminal_size v0.3.0 |
387 | 2024-06-25T21:25:08.262Z | Downloaded openssl-probe v0.1.5 |
388 | 2024-06-25T21:25:08.262Z | Downloaded futures v0.3.30 |
389 | 2024-06-25T21:25:08.286Z | Downloaded foreign-types-shared v0.1.1 |
390 | 2024-06-25T21:25:08.286Z | Downloaded num_threads v0.1.7 |
391 | 2024-06-25T21:25:08.287Z | Downloaded md5 v0.7.0 |
392 | 2024-06-25T21:25:08.287Z | Downloaded macaddr v1.0.1 |
393 | 2024-06-25T21:25:08.287Z | Downloaded itoa v1.0.11 |
394 | 2024-06-25T21:25:08.287Z | Downloaded httparse v1.8.0 |
395 | 2024-06-25T21:25:08.287Z | Downloaded http v0.2.12 |
396 | 2024-06-25T21:25:08.287Z | Downloaded futures-sink v0.3.30 |
397 | 2024-06-25T21:25:08.287Z | Downloaded futures-io v0.3.30 |
398 | 2024-06-25T21:25:08.287Z | Downloaded futures-core v0.3.30 |
399 | 2024-06-25T21:25:08.287Z | Downloaded serde_tokenstream v0.2.0 |
400 | 2024-06-25T21:25:08.287Z | Downloaded num-conv v0.1.0 |
401 | 2024-06-25T21:25:08.287Z | Downloaded hyper-tls v0.5.0 |
402 | 2024-06-25T21:25:08.287Z | Downloaded hostname v0.3.1 |
403 | 2024-06-25T21:25:08.287Z | Downloaded heck v0.5.0 |
404 | 2024-06-25T21:25:08.287Z | Downloaded strsim v0.11.1 |
405 | 2024-06-25T21:25:08.311Z | Downloaded slog-json v2.6.1 |
406 | 2024-06-25T21:25:08.311Z | Downloaded scroll v0.12.0 |
407 | 2024-06-25T21:25:08.311Z | Downloaded pest_derive v2.7.10 |
408 | 2024-06-25T21:25:08.311Z | Downloaded cc v1.0.97 |
409 | 2024-06-25T21:25:08.311Z | Downloaded plain v0.2.3 |
410 | 2024-06-25T21:25:08.311Z | Downloaded pkg-config v0.3.30 |
411 | 2024-06-25T21:25:08.311Z | Downloaded pin-utils v0.1.0 |
412 | 2024-06-25T21:25:08.311Z | Downloaded idna v0.5.0 |
413 | 2024-06-25T21:25:08.311Z | Downloaded hyper v0.14.28 |
414 | 2024-06-25T21:25:08.336Z | Downloaded crossbeam-channel v0.5.12 |
415 | 2024-06-25T21:25:08.336Z | Downloaded crypto-common v0.1.6 |
416 | 2024-06-25T21:25:08.336Z | Downloaded cargo_metadata v0.18.1 |
417 | 2024-06-25T21:25:08.336Z | Downloaded pest_meta v2.7.10 |
418 | 2024-06-25T21:25:08.336Z | Downloaded dof v0.3.0 |
419 | 2024-06-25T21:25:08.336Z | Downloaded clap_builder v4.5.2 |
420 | 2024-06-25T21:25:08.336Z | Downloaded pest v2.7.10 |
421 | 2024-06-25T21:25:08.361Z | Downloaded sync_wrapper v0.1.2 |
422 | 2024-06-25T21:25:08.361Z | Downloaded proc-macro-error v1.0.4 |
423 | 2024-06-25T21:25:08.361Z | Downloaded powerfmt v0.2.0 |
424 | 2024-06-25T21:25:08.361Z | Downloaded pin-project-lite v0.2.14 |
425 | 2024-06-25T21:25:08.361Z | Downloaded parking_lot_core v0.9.10 |
426 | 2024-06-25T21:25:08.361Z | Downloaded parking_lot v0.12.2 |
427 | 2024-06-25T21:25:08.361Z | Downloaded openssl-sys v0.9.102 |
428 | 2024-06-25T21:25:08.361Z | Downloaded once_cell v1.19.0 |
429 | 2024-06-25T21:25:08.386Z | Downloaded native-tls v0.2.11 |
430 | 2024-06-25T21:25:08.386Z | Downloaded miniz_oxide v0.7.2 |
431 | 2024-06-25T21:25:08.386Z | Downloaded memchr v2.7.2 |
432 | 2024-06-25T21:25:08.386Z | Downloaded log v0.4.21 |
433 | 2024-06-25T21:25:08.386Z | Downloaded ipnet v2.9.0 |
434 | 2024-06-25T21:25:08.386Z | Downloaded futures-channel v0.3.30 |
435 | 2024-06-25T21:25:08.386Z | Downloaded fs-err v2.11.0 |
436 | 2024-06-25T21:25:08.386Z | Downloaded flate2 v1.0.30 |
437 | 2024-06-25T21:25:08.412Z | Downloaded filetime v0.2.23 |
438 | 2024-06-25T21:25:08.412Z | Downloaded equivalent v1.0.1 |
439 | 2024-06-25T21:25:08.413Z | Downloaded digest v0.10.7 |
440 | 2024-06-25T21:25:08.413Z | Downloaded crossbeam-utils v0.8.19 |
441 | 2024-06-25T21:25:08.413Z | Downloaded cpufeatures v0.2.12 |
442 | 2024-06-25T21:25:08.413Z | Downloaded clap_lex v0.7.0 |
443 | 2024-06-25T21:25:08.413Z | Downloaded camino v1.1.7 |
444 | 2024-06-25T21:25:08.413Z | Downloaded bytes v1.6.0 |
445 | 2024-06-25T21:25:08.413Z | Downloaded bitflags v2.5.0 |
446 | 2024-06-25T21:25:08.413Z | Downloaded base64 v0.21.7 |
447 | 2024-06-25T21:25:08.413Z | Downloaded anyhow v1.0.86 |
448 | 2024-06-25T21:25:08.438Z | Downloaded futures-macro v0.3.30 |
449 | 2024-06-25T21:25:08.438Z | Downloaded dirs-sys-next v0.1.2 |
450 | 2024-06-25T21:25:08.438Z | Downloaded clap v4.5.4 |
451 | 2024-06-25T21:25:08.438Z | Downloaded anstyle v1.0.7 |
452 | 2024-06-25T21:25:08.438Z | Downloaded heck v0.4.1 |
453 | 2024-06-25T21:25:08.438Z | Downloaded futures-executor v0.3.30 |
454 | 2024-06-25T21:25:08.438Z | Downloaded crc32fast v1.4.0 |
455 | 2024-06-25T21:25:08.438Z | Downloaded num_cpus v1.16.0 |
456 | 2024-06-25T21:25:08.438Z | Downloaded memmap v0.7.0 |
457 | 2024-06-25T21:25:08.438Z | Downloaded is_terminal_polyfill v1.70.0 |
458 | 2024-06-25T21:25:08.438Z | Downloaded http-body v0.4.6 |
459 | 2024-06-25T21:25:08.463Z | Downloaded generic-array v0.14.7 |
460 | 2024-06-25T21:25:08.463Z | Downloaded foreign-types v0.3.2 |
461 | 2024-06-25T21:25:08.463Z | Downloaded errno v0.3.9 |
462 | 2024-06-25T21:25:08.463Z | Downloaded dirs-next v2.0.0 |
463 | 2024-06-25T21:25:08.463Z | Downloaded clap_derive v4.5.4 |
464 | 2024-06-25T21:25:08.463Z | Downloaded byteorder v1.5.0 |
465 | 2024-06-25T21:25:08.463Z | Downloaded block-buffer v0.10.4 |
466 | 2024-06-25T21:25:08.463Z | Downloaded anstyle-query v1.0.3 |
467 | 2024-06-25T21:25:08.464Z | Downloaded anstream v0.6.14 |
468 | 2024-06-25T21:25:08.464Z | Downloaded futures-task v0.3.30 |
469 | 2024-06-25T21:25:08.464Z | Downloaded colorchoice v1.0.1 |
470 | 2024-06-25T21:25:08.464Z | Downloaded cfg-if v1.0.0 |
471 | 2024-06-25T21:25:08.464Z | Downloaded cargo_toml v0.20.2 |
472 | 2024-06-25T21:25:08.464Z | Downloaded cargo-platform v0.1.8 |
473 | 2024-06-25T21:25:08.464Z | Downloaded bytecount v0.6.8 |
474 | 2024-06-25T21:25:08.464Z | Downloaded autocfg v1.3.0 |
475 | 2024-06-25T21:25:08.490Z | Downloaded adler v1.0.2 |
476 | 2024-06-25T21:25:08.490Z | Downloaded anstyle-parse v0.2.4 |
477 | 2024-06-25T21:25:08.611Z | Compiling proc-macro2 v1.0.86 |
478 | 2024-06-25T21:25:08.611Z | Compiling unicode-ident v1.0.12 |
479 | 2024-06-25T21:25:08.611Z | Compiling libc v0.2.155 |
480 | 2024-06-25T21:25:08.611Z | Compiling version_check v0.9.4 |
481 | 2024-06-25T21:25:08.636Z | Compiling cfg-if v1.0.0 |
482 | 2024-06-25T21:25:08.636Z | Compiling itoa v1.0.11 |
483 | 2024-06-25T21:25:08.636Z | Compiling once_cell v1.19.0 |
484 | 2024-06-25T21:25:08.636Z | Compiling serde v1.0.203 |
485 | 2024-06-25T21:25:08.875Z | Compiling autocfg v1.3.0 |
486 | 2024-06-25T21:25:08.901Z | Compiling memchr v2.7.2 |
487 | 2024-06-25T21:25:09.002Z | Compiling thiserror v1.0.60 |
488 | 2024-06-25T21:25:09.144Z | Compiling ryu v1.0.18 |
489 | 2024-06-25T21:25:09.377Z | Compiling pin-project-lite v0.2.14 |
490 | 2024-06-25T21:25:09.483Z | Compiling bitflags v2.5.0 |
491 | 2024-06-25T21:25:09.512Z | Compiling vcpkg v0.2.15 |
492 | 2024-06-25T21:25:09.538Z | Compiling parking_lot_core v0.9.10 |
493 | 2024-06-25T21:25:09.690Z | Compiling ucd-trie v0.1.6 |
494 | 2024-06-25T21:25:09.753Z | Compiling lock_api v0.4.12 |
495 | 2024-06-25T21:25:09.867Z | Compiling cc v1.0.97 |
496 | 2024-06-25T21:25:09.942Z | Compiling pkg-config v0.3.30 |
497 | 2024-06-25T21:25:10.146Z | Compiling quote v1.0.36 |
498 | 2024-06-25T21:25:10.280Z | Compiling slab v0.4.9 |
499 | 2024-06-25T21:25:10.528Z | Compiling syn v2.0.68 |
500 | 2024-06-25T21:25:10.715Z | Compiling scopeguard v1.2.0 |
501 | 2024-06-25T21:25:10.776Z | Compiling smallvec v1.13.2 |
502 | 2024-06-25T21:25:10.908Z | Compiling bytes v1.6.0 |
503 | 2024-06-25T21:25:10.933Z | Compiling futures-sink v0.3.30 |
504 | 2024-06-25T21:25:11.056Z | Compiling futures-core v0.3.30 |
505 | 2024-06-25T21:25:11.441Z | Compiling hashbrown v0.14.5 |
506 | 2024-06-25T21:25:11.467Z | Compiling log v0.4.21 |
507 | 2024-06-25T21:25:11.579Z | Compiling fnv v1.0.7 |
508 | 2024-06-25T21:25:11.603Z | Compiling serde_json v1.0.117 |
509 | 2024-06-25T21:25:11.701Z | Compiling equivalent v1.0.1 |
510 | 2024-06-25T21:25:11.823Z | Compiling byteorder v1.5.0 |
511 | 2024-06-25T21:25:11.847Z | Compiling parking_lot v0.12.2 |
512 | 2024-06-25T21:25:11.950Z | Compiling futures-channel v0.3.30 |
513 | 2024-06-25T21:25:12.071Z | Compiling num_cpus v1.16.0 |
514 | 2024-06-25T21:25:12.169Z | Compiling socket2 v0.5.7 |
515 | 2024-06-25T21:25:12.196Z | Compiling mio v0.8.11 |
516 | 2024-06-25T21:25:12.220Z | Compiling signal-hook-registry v1.4.2 |
517 | 2024-06-25T21:25:12.649Z | Compiling indexmap v2.2.6 |
518 | 2024-06-25T21:25:12.674Z | Compiling typenum v1.17.0 |
519 | 2024-06-25T21:25:12.752Z | Compiling rustix v0.38.34 |
520 | 2024-06-25T21:25:13.008Z | Compiling futures-task v0.3.30 |
521 | 2024-06-25T21:25:13.054Z | Compiling futures-io v0.3.30 |
522 | 2024-06-25T21:25:13.122Z | Compiling openssl-sys v0.9.102 |
523 | 2024-06-25T21:25:13.347Z | Compiling pin-utils v0.1.0 |
524 | 2024-06-25T21:25:13.445Z | Compiling errno v0.3.9 |
525 | 2024-06-25T21:25:13.471Z | Compiling generic-array v0.14.7 |
526 | 2024-06-25T21:25:13.510Z | Compiling slog v2.7.0 |
527 | 2024-06-25T21:25:13.663Z | Compiling openssl v0.10.64 |
528 | 2024-06-25T21:25:13.719Z | Compiling foreign-types-shared v0.1.1 |
529 | 2024-06-25T21:25:13.832Z | Compiling foreign-types v0.3.2 |
530 | 2024-06-25T21:25:13.984Z | Compiling http v0.2.12 |
531 | 2024-06-25T21:25:14.038Z | Compiling usdt-impl v0.5.0 |
532 | 2024-06-25T21:25:14.063Z | Compiling proc-macro-error-attr v1.0.4 |
533 | 2024-06-25T21:25:14.367Z | Compiling tracing-core v0.1.32 |
534 | 2024-06-25T21:25:14.396Z | Compiling powerfmt v0.2.0 |
535 | 2024-06-25T21:25:14.813Z | Compiling httparse v1.8.0 |
536 | 2024-06-25T21:25:14.871Z | Compiling time-core v0.1.2 |
537 | 2024-06-25T21:25:14.967Z | Compiling native-tls v0.2.11 |
538 | 2024-06-25T21:25:15.060Z | Compiling tinyvec_macros v0.1.1 |
539 | 2024-06-25T21:25:15.156Z | Compiling syn v1.0.109 |
540 | 2024-06-25T21:25:15.232Z | Compiling num-conv v0.1.0 |
541 | 2024-06-25T21:25:15.344Z | Compiling tinyvec v1.6.0 |
542 | 2024-06-25T21:25:15.481Z | Compiling tracing v0.1.40 |
543 | 2024-06-25T21:25:15.526Z | Compiling time-macros v0.2.18 |
544 | 2024-06-25T21:25:15.872Z | Compiling thread-id v4.2.1 |
545 | 2024-06-25T21:25:15.975Z | Compiling deranged v0.3.11 |
546 | 2024-06-25T21:25:16.356Z | Compiling proc-macro-error v1.0.4 |
547 | 2024-06-25T21:25:16.427Z | Compiling heck v0.4.1 |
548 | 2024-06-25T21:25:16.590Z | Compiling plain v0.2.3 |
549 | 2024-06-25T21:25:16.679Z | Compiling percent-encoding v2.3.1 |
550 | 2024-06-25T21:25:16.740Z | Compiling utf8parse v0.2.1 |
551 | 2024-06-25T21:25:16.851Z | Compiling crossbeam-utils v0.8.19 |
552 | 2024-06-25T21:25:16.882Z | Compiling num_threads v0.1.7 |
553 | 2024-06-25T21:25:16.947Z | Compiling rustversion v1.0.17 |
554 | 2024-06-25T21:25:17.008Z | Compiling try-lock v0.2.5 |
555 | 2024-06-25T21:25:17.036Z | Compiling openssl-probe v0.1.5 |
556 | 2024-06-25T21:25:17.060Z | Compiling form_urlencoded v1.2.1 |
557 | 2024-06-25T21:25:17.161Z | Compiling want v0.3.1 |
558 | 2024-06-25T21:25:17.371Z | Compiling anstyle-parse v0.2.4 |
559 | 2024-06-25T21:25:17.398Z | Compiling unicode-normalization v0.1.23 |
560 | 2024-06-25T21:25:17.639Z | Compiling http-body v0.4.6 |
561 | 2024-06-25T21:25:17.690Z | Compiling dirs-sys-next v0.1.2 |
562 | 2024-06-25T21:25:18.183Z | Compiling pretty-hex v0.4.1 |
563 | 2024-06-25T21:25:18.243Z | Compiling anstyle-query v1.0.3 |
564 | 2024-06-25T21:25:18.287Z | Compiling camino v1.1.7 |
565 | 2024-06-25T21:25:18.313Z | Compiling semver v1.0.23 |
566 | 2024-06-25T21:25:18.337Z | Compiling is_terminal_polyfill v1.70.0 |
567 | 2024-06-25T21:25:18.365Z | Compiling time v0.3.36 |
568 | 2024-06-25T21:25:18.390Z | Compiling colorchoice v1.0.1 |
569 | 2024-06-25T21:25:18.415Z | Compiling httpdate v1.0.3 |
570 | 2024-06-25T21:25:18.460Z | Compiling crc32fast v1.4.0 |
571 | 2024-06-25T21:25:18.564Z | Compiling winnow v0.6.8 |
572 | 2024-06-25T21:25:18.727Z | Compiling tower-service v0.3.2 |
573 | 2024-06-25T21:25:18.809Z | Compiling unicode-bidi v0.3.15 |
574 | 2024-06-25T21:25:18.842Z | Compiling anstyle v1.0.7 |
575 | 2024-06-25T21:25:19.002Z | Compiling dirs-next v2.0.0 |
576 | 2024-06-25T21:25:19.163Z | Compiling anstream v0.6.14 |
577 | 2024-06-25T21:25:20.061Z | Compiling idna v0.5.0 |
578 | 2024-06-25T21:25:20.318Z | Compiling crypto-common v0.1.6 |
579 | 2024-06-25T21:25:20.367Z | Compiling block-buffer v0.10.4 |
580 | 2024-06-25T21:25:20.426Z | Compiling terminal_size v0.3.0 |
581 | 2024-06-25T21:25:20.591Z | Compiling fs-err v2.11.0 |
582 | 2024-06-25T21:25:20.616Z | Compiling thread_local v1.1.8 |
583 | 2024-06-25T21:25:20.646Z | Compiling adler v1.0.2 |
584 | 2024-06-25T21:25:20.878Z | Compiling slog-async v2.8.0 |
585 | 2024-06-25T21:25:20.911Z | Compiling base64 v0.21.7 |
586 | 2024-06-25T21:25:21.183Z | Compiling clap_lex v0.7.0 |
587 | 2024-06-25T21:25:21.280Z | Compiling heck v0.5.0 |
588 | 2024-06-25T21:25:21.399Z | Compiling match_cfg v0.1.0 |
589 | 2024-06-25T21:25:21.495Z | Compiling bytecount v0.6.8 |
590 | 2024-06-25T21:25:21.583Z | Compiling anyhow v1.0.86 |
591 | 2024-06-25T21:25:21.623Z | Compiling unicode-width v0.1.12 |
592 | 2024-06-25T21:25:21.648Z | Compiling strsim v0.11.1 |
593 | 2024-06-25T21:25:21.673Z | Compiling hostname v0.3.1 |
594 | 2024-06-25T21:25:21.706Z | Compiling serde_derive v1.0.203 |
595 | 2024-06-25T21:25:21.733Z | Compiling thiserror-impl v1.0.60 |
596 | 2024-06-25T21:25:21.763Z | Compiling zerocopy-derive v0.7.34 |
597 | 2024-06-25T21:25:21.829Z | Compiling futures-macro v0.3.30 |
598 | 2024-06-25T21:25:21.905Z | Compiling tokio-macros v2.2.0 |
599 | 2024-06-25T21:25:22.092Z | Compiling scroll_derive v0.12.0 |
600 | 2024-06-25T21:25:22.537Z | Compiling openssl-macros v0.1.1 |
601 | 2024-06-25T21:25:23.190Z | Compiling tabled_derive v0.7.0 |
602 | 2024-06-25T21:25:23.336Z | Compiling tokio v1.37.0 |
603 | 2024-06-25T21:25:23.384Z | Compiling scroll v0.12.0 |
604 | 2024-06-25T21:25:23.623Z | Compiling futures-util v0.3.30 |
605 | 2024-06-25T21:25:23.754Z | Compiling zerocopy v0.7.34 |
606 | 2024-06-25T21:25:23.865Z | Compiling goblin v0.8.2 |
607 | 2024-06-25T21:25:24.726Z | Compiling pest v2.7.10 |
608 | 2024-06-25T21:25:25.246Z | Compiling clap_builder v4.5.2 |
609 | 2024-06-25T21:25:25.272Z | Compiling papergrid v0.11.0 |
610 | 2024-06-25T21:25:27.391Z | Compiling pest_meta v2.7.10 |
611 | 2024-06-25T21:25:29.120Z | Compiling pest_generator v2.7.10 |
612 | 2024-06-25T21:25:30.544Z | Compiling tokio-util v0.7.11 |
613 | 2024-06-25T21:25:31.362Z | Compiling h2 v0.3.26 |
614 | 2024-06-25T21:25:31.718Z | Compiling tokio-native-tls v0.3.1 |
615 | 2024-06-25T21:25:31.856Z | Compiling pest_derive v2.7.10 |
616 | 2024-06-25T21:25:31.956Z | Compiling futures-executor v0.3.30 |
617 | 2024-06-25T21:25:32.490Z | Compiling clap_derive v4.5.4 |
618 | 2024-06-25T21:25:32.518Z | Compiling dtrace-parser v0.2.0 |
619 | 2024-06-25T21:25:32.990Z | Compiling strum_macros v0.26.2 |
620 | 2024-06-25T21:25:33.527Z | Compiling rustls-pemfile v1.0.4 |
621 | 2024-06-25T21:25:34.064Z | Compiling serde_tokenstream v0.2.0 |
622 | 2024-06-25T21:25:34.315Z | Compiling serde_spanned v0.6.6 |
623 | 2024-06-25T21:25:34.513Z | Compiling toml_datetime v0.6.6 |
624 | 2024-06-25T21:25:34.539Z | Compiling serde_urlencoded v0.7.1 |
625 | 2024-06-25T21:25:34.960Z | Compiling toml_edit v0.22.13 |
626 | 2024-06-25T21:25:34.997Z | Compiling cargo-platform v0.1.8 |
627 | 2024-06-25T21:25:35.495Z | Compiling dof v0.3.0 |
628 | 2024-06-25T21:25:36.340Z | Compiling hyper v0.14.28 |
629 | 2024-06-25T21:25:36.452Z | Compiling slog-json v2.6.1 |
630 | 2024-06-25T21:25:37.437Z | Compiling miniz_oxide v0.7.2 |
631 | 2024-06-25T21:25:37.619Z | Compiling toml v0.8.13 |
632 | 2024-06-25T21:25:37.654Z | Compiling url v2.5.0 |
633 | 2024-06-25T21:25:37.844Z | Compiling usdt-macro v0.5.0 |
634 | 2024-06-25T21:25:38.190Z | Compiling usdt-attr-macro v0.5.0 |
635 | 2024-06-25T21:25:38.564Z | Compiling digest v0.10.7 |
636 | 2024-06-25T21:25:38.725Z | Compiling crossbeam-channel v0.5.12 |
637 | 2024-06-25T21:25:38.923Z | Compiling term v0.7.0 |
638 | 2024-06-25T21:25:39.102Z | Compiling xattr v1.3.1 |
639 | 2024-06-25T21:25:39.268Z | Compiling is-terminal v0.4.12 |
640 | 2024-06-25T21:25:39.293Z | Compiling filetime v0.2.23 |
641 | 2024-06-25T21:25:39.346Z | Compiling memmap v0.7.0 |
642 | 2024-06-25T21:25:39.395Z | Compiling encoding_rs v0.8.34 |
643 | 2024-06-25T21:25:39.462Z | Compiling cpufeatures v0.2.12 |
644 | 2024-06-25T21:25:39.573Z | Compiling hyper-tls v0.5.0 |
645 | 2024-06-25T21:25:39.607Z | Compiling mime v0.3.17 |
646 | 2024-06-25T21:25:39.686Z | Compiling take_mut v0.2.2 |
647 | 2024-06-25T21:25:39.711Z | Compiling ipnet v2.9.0 |
648 | 2024-06-25T21:25:39.838Z | Compiling sync_wrapper v0.1.2 |
649 | 2024-06-25T21:25:39.963Z | Compiling sha2 v0.10.8 |
650 | 2024-06-25T21:25:40.137Z | Compiling usdt v0.5.0 |
651 | 2024-06-25T21:25:40.292Z | Compiling tar v0.4.40 |
652 | 2024-06-25T21:25:40.598Z | Compiling slog-term v2.9.1 |
653 | 2024-06-25T21:25:40.774Z | Compiling flate2 v1.0.30 |
654 | 2024-06-25T21:25:41.025Z | Compiling cargo_toml v0.20.2 |
655 | 2024-06-25T21:25:41.671Z | Compiling reqwest v0.11.27 |
656 | 2024-06-25T21:25:41.697Z | Compiling cargo_metadata v0.18.1 |
657 | 2024-06-25T21:25:42.210Z | Compiling strum v0.26.2 |
658 | 2024-06-25T21:25:42.238Z | Compiling slog-bunyan v2.5.0 |
659 | 2024-06-25T21:25:42.286Z | Compiling clap v4.5.4 |
660 | 2024-06-25T21:25:42.401Z | Compiling macaddr v1.0.1 |
661 | 2024-06-25T21:25:42.426Z | Compiling futures v0.3.30 |
662 | 2024-06-25T21:25:42.470Z | Compiling tabled v0.15.0 |
663 | 2024-06-25T21:25:42.609Z | Compiling md5 v0.7.0 |
664 | 2024-06-25T21:25:42.815Z | Compiling swrite v0.1.0 |
665 | 2024-06-25T21:25:47.942Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
666 | 2024-06-25T21:25:58.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
667 | 2024-06-25T21:25:58.463Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
668 | 2024-06-25T21:25:58.537Z | Jun 25 21:25:57.740 INFO Starting download, target: Clickhouse |
669 | 2024-06-25T21:25:58.537Z | Jun 25 21:25:57.740 INFO Starting download, target: Cockroach |
670 | 2024-06-25T21:25:58.537Z | Jun 25 21:25:57.740 INFO Starting download, target: Console |
671 | 2024-06-25T21:25:58.537Z | Jun 25 21:25:57.740 INFO Starting download, target: DendriteOpenapi |
672 | 2024-06-25T21:25:58.537Z | Jun 25 21:25:57.740 INFO Starting download, target: DendriteStub |
673 | 2024-06-25T21:25:58.537Z | Jun 25 21:25:57.740 INFO Starting download, target: TransceiverControl |
674 | 2024-06-25T21:25:58.537Z | Jun 25 21:25:57.740 INFO Starting download, target: MaghemiteMgd |
675 | 2024-06-25T21:25:58.562Z | Jun 25 21:25:57.742 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
676 | 2024-06-25T21:25:58.562Z | Jun 25 21:25:57.742 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
677 | 2024-06-25T21:25:58.562Z | Jun 25 21:25:57.742 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
678 | 2024-06-25T21:25:58.562Z | Jun 25 21:25:57.742 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
679 | 2024-06-25T21:25:58.562Z | Jun 25 21:25:57.743 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
680 | 2024-06-25T21:25:58.562Z | Jun 25 21:25:57.743 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
681 | 2024-06-25T21:25:58.562Z | Jun 25 21:25:57.743 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
682 | 2024-06-25T21:25:58.924Z | Jun 25 21:25:58.127 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
683 | 2024-06-25T21:25:59.321Z | Jun 25 21:25:58.512 INFO Download complete, target: Console |
684 | 2024-06-25T21:25:59.628Z | Jun 25 21:25:58.830 INFO Download complete, target: DendriteOpenapi |
685 | 2024-06-25T21:26:00.161Z | Jun 25 21:25:59.364 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
686 | 2024-06-25T21:26:00.941Z | Jun 25 21:26:00.144 INFO Download complete, target: TransceiverControl |
687 | 2024-06-25T21:26:02.658Z | Jun 25 21:26:01.862 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
688 | 2024-06-25T21:26:02.891Z | Jun 25 21:26:02.095 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
689 | 2024-06-25T21:26:06.274Z | Jun 25 21:26:05.477 INFO Download complete, target: DendriteStub |
690 | 2024-06-25T21:26:06.783Z | Jun 25 21:26:05.987 INFO Download complete, target: MaghemiteMgd |
691 | 2024-06-25T21:26:06.930Z | Jun 25 21:26:06.134 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
692 | 2024-06-25T21:26:06.931Z | Jun 25 21:26:06.134 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
693 | 2024-06-25T21:26:17.640Z | Jun 25 21:26:16.843 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
694 | 2024-06-25T21:26:17.723Z | Jun 25 21:26:16.927 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
695 | 2024-06-25T21:26:18.148Z | Jun 25 21:26:17.349 INFO Checking that binary works, target: Cockroach |
696 | 2024-06-25T21:26:18.338Z | Jun 25 21:26:17.542 INFO Download complete, target: Cockroach |
697 | 2024-06-25T21:26:35.138Z | Jun 25 21:26:34.341 INFO Checking that binary works, target: Clickhouse |
698 | 2024-06-25T21:26:35.266Z | Jun 25 21:26:34.470 INFO Download complete, target: Clickhouse |
699 | 2024-06-25T21:26:35.292Z | All builder prerequisites installed successfully, and PATH looks valid |
700 | 2024-06-25T21:26:35.317Z | |
701 | 2024-06-25T21:26:35.317Z | real 2:50.363630395 |
702 | 2024-06-25T21:26:35.317Z | user 5:27.409426657 |
703 | 2024-06-25T21:26:35.317Z | sys 1:19.492072441 |
704 | 2024-06-25T21:26:35.317Z | trap 0.182926170 |
705 | 2024-06-25T21:26:35.317Z | tflt 0.111829072 |
706 | 2024-06-25T21:26:35.317Z | dflt 0.661473762 |
707 | 2024-06-25T21:26:35.317Z | kflt 0.007624510 |
708 | 2024-06-25T21:26:35.317Z | lock 16:38.591231388 |
709 | 2024-06-25T21:26:35.317Z | slp 15:08.869858248 |
710 | 2024-06-25T21:26:35.317Z | lat 23.597770649 |
711 | 2024-06-25T21:26:35.317Z | stop 1:01.280218068 |
712 | 2024-06-25T21:26:35.317Z | + banner clippy |
713 | 2024-06-25T21:26:35.317Z | |
714 | 2024-06-25T21:26:35.317Z | #### # # ##### ##### # # |
715 | 2024-06-25T21:26:35.317Z | # # # # # # # # # # |
716 | 2024-06-25T21:26:35.317Z | # # # # # # # # |
717 | 2024-06-25T21:26:35.317Z | # # # ##### ##### # |
718 | 2024-06-25T21:26:35.317Z | # # # # # # # |
719 | 2024-06-25T21:26:35.317Z | #### ###### # # # # |
720 | 2024-06-25T21:26:35.317Z | |
721 | 2024-06-25T21:26:35.317Z | + export CARGO_INCREMENTAL=0 |
722 | 2024-06-25T21:26:35.317Z | + CARGO_INCREMENTAL=0 |
723 | 2024-06-25T21:26:35.317Z | + ptime -m cargo xtask clippy |
724 | 2024-06-25T21:26:36.039Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
725 | 2024-06-25T21:26:46.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.85s |
726 | 2024-06-25T21:26:46.270Z | Running `target/debug/xtask clippy` |
727 | 2024-06-25T21:26:46.306Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
728 | 2024-06-25T21:26:47.262Z | Downloading crates ... |
729 | 2024-06-25T21:26:47.491Z | Downloaded anes v0.1.6 |
730 | 2024-06-25T21:26:47.523Z | Downloaded pathdiff v0.2.1 |
731 | 2024-06-25T21:26:47.523Z | Downloaded new_debug_unreachable v1.0.6 |
732 | 2024-06-25T21:26:47.523Z | Downloaded parse-size v1.0.0 |
733 | 2024-06-25T21:26:47.552Z | Downloaded peg-macros v0.8.3 |
734 | 2024-06-25T21:26:47.552Z | Downloaded threadpool v1.8.1 |
735 | 2024-06-25T21:26:47.552Z | Downloaded derive_builder_macro v0.20.0 |
736 | 2024-06-25T21:26:47.578Z | Downloaded gethostname v0.4.3 |
737 | 2024-06-25T21:26:47.578Z | Downloaded schemars v0.8.21 |
738 | 2024-06-25T21:26:47.604Z | Downloaded serde-big-array v0.5.1 |
739 | 2024-06-25T21:26:47.629Z | Downloaded regex v1.10.4 |
740 | 2024-06-25T21:26:47.671Z | Downloaded hex-literal v0.4.1 |
741 | 2024-06-25T21:26:47.696Z | Downloaded topological-sort v0.2.2 |
742 | 2024-06-25T21:26:47.721Z | Downloaded stability v0.2.0 |
743 | 2024-06-25T21:26:47.722Z | Downloaded smawk v0.3.2 |
744 | 2024-06-25T21:26:47.722Z | Downloaded http-body v1.0.0 |
745 | 2024-06-25T21:26:47.722Z | Downloaded pin-project-internal v1.1.5 |
746 | 2024-06-25T21:26:47.746Z | Downloaded pretty-hex v0.2.1 |
747 | 2024-06-25T21:26:47.746Z | Downloaded predicates-tree v1.0.9 |
748 | 2024-06-25T21:26:47.746Z | Downloaded predicates-core v1.0.6 |
749 | 2024-06-25T21:26:47.746Z | Downloaded postgres-types v0.2.6 |
750 | 2024-06-25T21:26:47.771Z | Downloaded vte v0.11.1 |
751 | 2024-06-25T21:26:47.771Z | Downloaded pin-project v1.1.5 |
752 | 2024-06-25T21:26:47.796Z | Downloaded postcard v1.0.8 |
753 | 2024-06-25T21:26:47.796Z | Downloaded polar-core v0.27.3 |
754 | 2024-06-25T21:26:47.821Z | Downloaded utf-8 v0.7.6 |
755 | 2024-06-25T21:26:47.821Z | Downloaded platforms v3.4.0 |
756 | 2024-06-25T21:26:47.821Z | Downloaded petgraph v0.6.5 |
757 | 2024-06-25T21:26:47.847Z | Downloaded pretty_assertions v1.4.0 |
758 | 2024-06-25T21:26:47.847Z | Downloaded unsafe-libyaml v0.2.11 |
759 | 2024-06-25T21:26:47.872Z | Downloaded unicode-segmentation v1.11.0 |
760 | 2024-06-25T21:26:47.872Z | Downloaded trust-dns-server v0.22.1 |
761 | 2024-06-25T21:26:47.872Z | Downloaded plotters v0.3.5 |
762 | 2024-06-25T21:26:47.896Z | Downloaded radix_trie v0.2.1 |
763 | 2024-06-25T21:26:47.921Z | Downloaded zerocopy-derive v0.6.6 |
764 | 2024-06-25T21:26:47.921Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
765 | 2024-06-25T21:26:47.946Z | Downloaded curve25519-dalek v4.1.2 |
766 | 2024-06-25T21:26:47.946Z | Downloaded csv v1.3.0 |
767 | 2024-06-25T21:26:47.970Z | Downloaded bstr v1.9.1 |
768 | 2024-06-25T21:26:47.995Z | Downloaded proptest v1.4.0 |
769 | 2024-06-25T21:26:47.995Z | Downloaded webpki-roots v0.25.4 |
770 | 2024-06-25T21:26:48.020Z | Downloaded bstr v0.2.17 |
771 | 2024-06-25T21:26:48.020Z | Downloaded ring v0.17.8 |
772 | 2024-06-25T21:26:48.089Z | Downloaded quick-xml v0.31.0 |
773 | 2024-06-25T21:26:48.114Z | Downloaded chrono v0.4.38 |
774 | 2024-06-25T21:26:48.114Z | Downloaded bitvec v1.0.1 |
775 | 2024-06-25T21:26:48.138Z | Downloaded rand v0.7.3 |
776 | 2024-06-25T21:26:48.138Z | Downloaded winnow v0.5.40 |
777 | 2024-06-25T21:26:48.163Z | Downloaded bindgen v0.69.4 |
778 | 2024-06-25T21:26:48.163Z | Downloaded publicsuffix v2.2.3 |
779 | 2024-06-25T21:26:48.163Z | Downloaded unicode_categories v0.1.1 |
780 | 2024-06-25T21:26:48.163Z | Downloaded typed-path v0.7.1 |
781 | 2024-06-25T21:26:48.187Z | Downloaded ring v0.16.20 |
782 | 2024-06-25T21:26:48.268Z | Downloaded tungstenite v0.21.0 |
783 | 2024-06-25T21:26:48.293Z | Downloaded tungstenite v0.20.1 |
784 | 2024-06-25T21:26:48.293Z | Downloaded rand v0.8.5 |
785 | 2024-06-25T21:26:48.293Z | Downloaded x509-cert v0.2.5 |
786 | 2024-06-25T21:26:48.293Z | Downloaded blake3 v1.5.1 |
787 | 2024-06-25T21:26:48.318Z | Downloaded aho-corasick v1.1.3 |
788 | 2024-06-25T21:26:48.318Z | Downloaded steno v0.4.0 |
789 | 2024-06-25T21:26:48.318Z | Downloaded rand_distr v0.4.3 |
790 | 2024-06-25T21:26:48.318Z | Downloaded prettyplease v0.2.20 |
791 | 2024-06-25T21:26:48.318Z | Downloaded sha3 v0.10.8 |
792 | 2024-06-25T21:26:48.342Z | Downloaded russh v0.43.0 |
793 | 2024-06-25T21:26:48.342Z | Downloaded criterion v0.5.1 |
794 | 2024-06-25T21:26:48.342Z | Downloaded pkcs8 v0.10.2 |
795 | 2024-06-25T21:26:48.342Z | Downloaded pkcs1 v0.7.5 |
796 | 2024-06-25T21:26:48.367Z | Downloaded uzers v0.11.3 |
797 | 2024-06-25T21:26:48.367Z | Downloaded uuid v1.8.0 |
798 | 2024-06-25T21:26:48.367Z | Downloaded untrusted v0.7.1 |
799 | 2024-06-25T21:26:48.367Z | Downloaded universal-hash v0.5.1 |
800 | 2024-06-25T21:26:48.367Z | Downloaded trybuild v1.0.96 |
801 | 2024-06-25T21:26:48.367Z | Downloaded rand_core v0.6.4 |
802 | 2024-06-25T21:26:48.367Z | Downloaded primeorder v0.13.6 |
803 | 2024-06-25T21:26:48.367Z | Downloaded crossterm v0.27.0 |
804 | 2024-06-25T21:26:48.391Z | Downloaded unicode-linebreak v0.1.5 |
805 | 2024-06-25T21:26:48.391Z | Downloaded unarray v0.1.4 |
806 | 2024-06-25T21:26:48.391Z | Downloaded tui-tree-widget v0.19.0 |
807 | 2024-06-25T21:26:48.391Z | Downloaded smoltcp v0.11.0 |
808 | 2024-06-25T21:26:48.391Z | Downloaded sled v0.34.7 |
809 | 2024-06-25T21:26:48.416Z | Downloaded ratatui v0.26.2 |
810 | 2024-06-25T21:26:48.440Z | Downloaded rand_chacha v0.3.1 |
811 | 2024-06-25T21:26:48.441Z | Downloaded radium v0.7.0 |
812 | 2024-06-25T21:26:48.441Z | Downloaded aes-gcm v0.10.3 |
813 | 2024-06-25T21:26:48.441Z | Downloaded plotters-svg v0.3.5 |
814 | 2024-06-25T21:26:48.441Z | Downloaded plotters-backend v0.3.5 |
815 | 2024-06-25T21:26:48.441Z | Downloaded untrusted v0.9.0 |
816 | 2024-06-25T21:26:48.441Z | Downloaded unicode-xid v0.2.4 |
817 | 2024-06-25T21:26:48.441Z | Downloaded unicase v2.7.0 |
818 | 2024-06-25T21:26:48.441Z | Downloaded smoltcp v0.9.1 |
819 | 2024-06-25T21:26:48.465Z | Downloaded signature v2.2.0 |
820 | 2024-06-25T21:26:48.466Z | Downloaded subprocess v0.2.9 |
821 | 2024-06-25T21:26:48.466Z | Downloaded regress v0.9.1 |
822 | 2024-06-25T21:26:48.490Z | Downloaded finl_unicode v1.2.0 |
823 | 2024-06-25T21:26:48.490Z | Downloaded ed25519-dalek v2.1.1 |
824 | 2024-06-25T21:26:48.490Z | Downloaded portable-atomic v1.6.0 |
825 | 2024-06-25T21:26:48.515Z | Downloaded pem-rfc7468 v0.7.0 |
826 | 2024-06-25T21:26:48.515Z | Downloaded hyper v1.3.1 |
827 | 2024-06-25T21:26:48.515Z | Downloaded http v1.1.0 |
828 | 2024-06-25T21:26:48.515Z | Downloaded trust-dns-proto v0.22.0 |
829 | 2024-06-25T21:26:48.540Z | Downloaded regex-syntax v0.6.29 |
830 | 2024-06-25T21:26:48.540Z | Downloaded rstest_macros v0.19.0 |
831 | 2024-06-25T21:26:48.540Z | Downloaded rsa v0.9.6 |
832 | 2024-06-25T21:26:48.567Z | Downloaded trust-dns-resolver v0.22.0 |
833 | 2024-06-25T21:26:48.567Z | Downloaded rand_core v0.5.1 |
834 | 2024-06-25T21:26:48.567Z | Downloaded rand_chacha v0.2.2 |
835 | 2024-06-25T21:26:48.567Z | Downloaded r2d2 v0.8.10 |
836 | 2024-06-25T21:26:48.567Z | Downloaded precomputed-hash v0.1.1 |
837 | 2024-06-25T21:26:48.567Z | Downloaded postgres-protocol v0.6.6 |
838 | 2024-06-25T21:26:48.567Z | Downloaded poly1305 v0.8.0 |
839 | 2024-06-25T21:26:48.567Z | Downloaded hyper-staticfile v0.9.5 |
840 | 2024-06-25T21:26:48.567Z | Downloaded hyper-rustls v0.24.2 |
841 | 2024-06-25T21:26:48.567Z | Downloaded humantime v2.1.0 |
842 | 2024-06-25T21:26:48.567Z | Downloaded hubpack v0.1.2 |
843 | 2024-06-25T21:26:48.592Z | Downloaded http-range v0.1.5 |
844 | 2024-06-25T21:26:48.592Z | Downloaded home v0.5.9 |
845 | 2024-06-25T21:26:48.592Z | Downloaded trust-dns-client v0.22.0 |
846 | 2024-06-25T21:26:48.592Z | Downloaded slog-dtrace v0.3.0 |
847 | 2024-06-25T21:26:48.592Z | Downloaded proc-macro-crate v1.3.1 |
848 | 2024-06-25T21:26:48.592Z | Downloaded subtle v2.5.0 |
849 | 2024-06-25T21:26:48.592Z | Downloaded strum_macros v0.25.3 |
850 | 2024-06-25T21:26:48.592Z | Downloaded structmeta-derive v0.2.0 |
851 | 2024-06-25T21:26:48.592Z | Downloaded rustls v0.22.4 |
852 | 2024-06-25T21:26:48.617Z | Downloaded compact_str v0.7.1 |
853 | 2024-06-25T21:26:48.617Z | Downloaded backtrace v0.3.71 |
854 | 2024-06-25T21:26:48.617Z | Downloaded polyval v0.6.2 |
855 | 2024-06-25T21:26:48.617Z | Downloaded pem v3.0.4 |
856 | 2024-06-25T21:26:48.617Z | Downloaded iana-time-zone v0.1.60 |
857 | 2024-06-25T21:26:48.617Z | Downloaded hyper-util v0.1.3 |
858 | 2024-06-25T21:26:48.642Z | Downloaded hyper-rustls v0.26.0 |
859 | 2024-06-25T21:26:48.642Z | Downloaded httptest v0.15.5 |
860 | 2024-06-25T21:26:48.642Z | Downloaded hostname v0.4.0 |
861 | 2024-06-25T21:26:48.642Z | Downloaded smf v0.2.3 |
862 | 2024-06-25T21:26:48.642Z | Downloaded smallvec v0.6.14 |
863 | 2024-06-25T21:26:48.642Z | Downloaded rayon v1.10.0 |
864 | 2024-06-25T21:26:48.667Z | Downloaded quick-error v1.2.3 |
865 | 2024-06-25T21:26:48.667Z | Downloaded psl-types v2.0.11 |
866 | 2024-06-25T21:26:48.667Z | Downloaded ecdsa v0.16.9 |
867 | 2024-06-25T21:26:48.667Z | Downloaded whoami v1.5.1 |
868 | 2024-06-25T21:26:48.667Z | Downloaded ron v0.8.1 |
869 | 2024-06-25T21:26:48.667Z | Downloaded backoff v0.4.0 |
870 | 2024-06-25T21:26:48.667Z | Downloaded predicates v3.1.0 |
871 | 2024-06-25T21:26:48.667Z | Downloaded ppv-lite86 v0.2.17 |
872 | 2024-06-25T21:26:48.667Z | Downloaded portpicker v0.1.1 |
873 | 2024-06-25T21:26:48.667Z | Downloaded phf_shared v0.10.0 |
874 | 2024-06-25T21:26:48.667Z | Downloaded phf v0.11.2 |
875 | 2024-06-25T21:26:48.667Z | Downloaded hmac v0.12.1 |
876 | 2024-06-25T21:26:48.692Z | Downloaded waitgroup v0.1.2 |
877 | 2024-06-25T21:26:48.692Z | Downloaded wait-timeout v0.2.0 |
878 | 2024-06-25T21:26:48.692Z | Downloaded stable_deref_trait v1.2.0 |
879 | 2024-06-25T21:26:48.692Z | Downloaded snafu-derive v0.8.2 |
880 | 2024-06-25T21:26:48.692Z | Downloaded snafu v0.8.2 |
881 | 2024-06-25T21:26:48.692Z | Downloaded signal-hook v0.3.17 |
882 | 2024-06-25T21:26:48.692Z | Downloaded rayon-core v1.12.1 |
883 | 2024-06-25T21:26:48.692Z | Downloaded tabwriter v1.4.0 |
884 | 2024-06-25T21:26:48.692Z | Downloaded supports-color v3.0.0 |
885 | 2024-06-25T21:26:48.717Z | Downloaded structmeta v0.3.0 |
886 | 2024-06-25T21:26:48.717Z | Downloaded socket2 v0.4.10 |
887 | 2024-06-25T21:26:48.717Z | Downloaded crypto-bigint v0.5.5 |
888 | 2024-06-25T21:26:48.717Z | Downloaded const_format v0.2.32 |
889 | 2024-06-25T21:26:48.717Z | Downloaded aes v0.8.4 |
890 | 2024-06-25T21:26:48.717Z | Downloaded phf_shared v0.11.2 |
891 | 2024-06-25T21:26:48.717Z | Downloaded peg-runtime v0.8.3 |
892 | 2024-06-25T21:26:48.717Z | Downloaded hubpack_derive v0.1.1 |
893 | 2024-06-25T21:26:48.742Z | Downloaded vte_generate_state_changes v0.1.1 |
894 | 2024-06-25T21:26:48.742Z | Downloaded vsss-rs v3.3.4 |
895 | 2024-06-25T21:26:48.742Z | Downloaded slog-scope v4.4.0 |
896 | 2024-06-25T21:26:48.742Z | Downloaded similar v2.5.0 |
897 | 2024-06-25T21:26:48.742Z | Downloaded sigpipe v0.1.3 |
898 | 2024-06-25T21:26:48.742Z | Downloaded signal-hook-tokio v0.3.1 |
899 | 2024-06-25T21:26:48.742Z | Downloaded rcgen v0.12.1 |
900 | 2024-06-25T21:26:48.742Z | Downloaded strum_macros v0.24.3 |
901 | 2024-06-25T21:26:48.742Z | Downloaded structmeta-derive v0.3.0 |
902 | 2024-06-25T21:26:48.742Z | Downloaded string_cache v0.8.7 |
903 | 2024-06-25T21:26:48.742Z | Downloaded zerocopy v0.6.6 |
904 | 2024-06-25T21:26:48.766Z | Downloaded yasna v0.5.2 |
905 | 2024-06-25T21:26:48.766Z | Downloaded tracing-attributes v0.1.27 |
906 | 2024-06-25T21:26:48.766Z | Downloaded siphasher v0.3.11 |
907 | 2024-06-25T21:26:48.766Z | Downloaded similar-asserts v1.5.0 |
908 | 2024-06-25T21:26:48.766Z | Downloaded signature v1.6.4 |
909 | 2024-06-25T21:26:48.766Z | Downloaded structmeta v0.2.0 |
910 | 2024-06-25T21:26:48.766Z | Downloaded strip-ansi-escapes v0.2.0 |
911 | 2024-06-25T21:26:48.766Z | Downloaded stringprep v0.1.4 |
912 | 2024-06-25T21:26:48.766Z | Downloaded static_assertions v1.1.0 |
913 | 2024-06-25T21:26:48.766Z | Downloaded hashbrown v0.13.2 |
914 | 2024-06-25T21:26:48.766Z | Downloaded gimli v0.28.1 |
915 | 2024-06-25T21:26:48.791Z | Downloaded which v4.4.2 |
916 | 2024-06-25T21:26:48.791Z | Downloaded rustls-webpki v0.102.4 |
917 | 2024-06-25T21:26:48.815Z | Downloaded ron v0.7.1 |
918 | 2024-06-25T21:26:48.815Z | Downloaded spin v0.9.8 |
919 | 2024-06-25T21:26:48.816Z | Downloaded base64 v0.13.1 |
920 | 2024-06-25T21:26:48.816Z | Downloaded slog-stdlog v4.1.1 |
921 | 2024-06-25T21:26:48.816Z | Downloaded slog-envlogger v2.2.0 |
922 | 2024-06-25T21:26:48.840Z | Downloaded signal-hook-mio v0.2.3 |
923 | 2024-06-25T21:26:48.840Z | Downloaded rand_seeder v0.2.3 |
924 | 2024-06-25T21:26:48.840Z | Downloaded tower v0.4.13 |
925 | 2024-06-25T21:26:48.840Z | Downloaded tough v0.17.1 |
926 | 2024-06-25T21:26:48.865Z | Downloaded toml_edit v0.19.15 |
927 | 2024-06-25T21:26:48.865Z | Downloaded half v2.4.1 |
928 | 2024-06-25T21:26:48.889Z | Downloaded dyn-clone v1.0.17 |
929 | 2024-06-25T21:26:48.889Z | Downloaded walkdir v2.5.0 |
930 | 2024-06-25T21:26:48.889Z | Downloaded resolv-conf v0.7.0 |
931 | 2024-06-25T21:26:48.889Z | Downloaded regex-automata v0.1.10 |
932 | 2024-06-25T21:26:48.889Z | Downloaded reedline v0.31.0 |
933 | 2024-06-25T21:26:48.914Z | Downloaded der v0.7.9 |
934 | 2024-06-25T21:26:48.914Z | Downloaded rustyline v14.0.0 |
935 | 2024-06-25T21:26:48.938Z | Downloaded rstest v0.19.0 |
936 | 2024-06-25T21:26:48.939Z | Downloaded chacha20poly1305 v0.10.1 |
937 | 2024-06-25T21:26:48.939Z | Downloaded sqlparser_derive v0.2.2 |
938 | 2024-06-25T21:26:48.939Z | Downloaded rand_xorshift v0.3.0 |
939 | 2024-06-25T21:26:48.939Z | Downloaded tower-layer v0.3.2 |
940 | 2024-06-25T21:26:48.939Z | Downloaded toml v0.5.11 |
941 | 2024-06-25T21:26:48.939Z | Downloaded hkdf v0.12.4 |
942 | 2024-06-25T21:26:48.939Z | Downloaded heapless v0.8.0 |
943 | 2024-06-25T21:26:48.964Z | Downloaded hash32 v0.3.1 |
944 | 2024-06-25T21:26:48.964Z | Downloaded serde-hex v0.1.0 |
945 | 2024-06-25T21:26:48.964Z | Downloaded dirs-sys v0.4.1 |
946 | 2024-06-25T21:26:48.964Z | Downloaded diesel_table_macro_syntax v0.1.0 |
947 | 2024-06-25T21:26:48.964Z | Downloaded derive_builder_core v0.20.0 |
948 | 2024-06-25T21:26:48.964Z | Downloaded derive-where v1.2.7 |
949 | 2024-06-25T21:26:48.964Z | Downloaded debug-ignore v1.0.5 |
950 | 2024-06-25T21:26:48.964Z | Downloaded darling_macro v0.20.9 |
951 | 2024-06-25T21:26:48.964Z | Downloaded zone v0.1.8 |
952 | 2024-06-25T21:26:48.964Z | Downloaded zeroize_derive v1.4.2 |
953 | 2024-06-25T21:26:48.964Z | Downloaded samael v0.0.15 |
954 | 2024-06-25T21:26:48.989Z | Downloaded rustls-pki-types v1.7.0 |
955 | 2024-06-25T21:26:48.989Z | Downloaded rtoolbox v0.0.2 |
956 | 2024-06-25T21:26:48.989Z | Downloaded fd-lock v4.0.2 |
957 | 2024-06-25T21:26:48.989Z | Downloaded crossbeam-epoch v0.9.18 |
958 | 2024-06-25T21:26:48.989Z | Downloaded crc-any v2.5.0 |
959 | 2024-06-25T21:26:48.989Z | Downloaded cookie v0.18.1 |
960 | 2024-06-25T21:26:48.989Z | Downloaded const-oid v0.9.6 |
961 | 2024-06-25T21:26:48.989Z | Downloaded cfg-expr v0.15.8 |
962 | 2024-06-25T21:26:48.989Z | Downloaded toolchain_find v0.4.0 |
963 | 2024-06-25T21:26:49.014Z | Downloaded toml v0.7.8 |
964 | 2024-06-25T21:26:49.014Z | Downloaded tap v1.0.1 |
965 | 2024-06-25T21:26:49.014Z | Downloaded highway v1.1.0 |
966 | 2024-06-25T21:26:49.014Z | Downloaded hex v0.4.3 |
967 | 2024-06-25T21:26:49.014Z | Downloaded headers-core v0.2.0 |
968 | 2024-06-25T21:26:49.014Z | Downloaded guppy-workspace-hack v0.1.0 |
969 | 2024-06-25T21:26:49.014Z | Downloaded guppy v0.17.5 |
970 | 2024-06-25T21:26:49.014Z | Downloaded group v0.13.0 |
971 | 2024-06-25T21:26:49.014Z | Downloaded glob v0.3.1 |
972 | 2024-06-25T21:26:49.014Z | Downloaded ghash v0.5.1 |
973 | 2024-06-25T21:26:49.014Z | Downloaded ed25519 v1.5.3 |
974 | 2024-06-25T21:26:49.040Z | Downloaded shlex v1.3.0 |
975 | 2024-06-25T21:26:49.040Z | Downloaded serde-big-array v0.4.1 |
976 | 2024-06-25T21:26:49.040Z | Downloaded sec1 v0.7.3 |
977 | 2024-06-25T21:26:49.040Z | Downloaded schemars_derive v0.8.21 |
978 | 2024-06-25T21:26:49.040Z | Downloaded regex-automata v0.4.6 |
979 | 2024-06-25T21:26:49.065Z | Downloaded ref-cast-impl v1.0.23 |
980 | 2024-06-25T21:26:49.065Z | Downloaded yansi v0.5.1 |
981 | 2024-06-25T21:26:49.065Z | Downloaded wyz v0.5.1 |
982 | 2024-06-25T21:26:49.065Z | Downloaded rustc-hash v1.1.0 |
983 | 2024-06-25T21:26:49.065Z | Downloaded rust-argon2 v2.1.0 |
984 | 2024-06-25T21:26:49.065Z | Downloaded funty v2.0.0 |
985 | 2024-06-25T21:26:49.065Z | Downloaded dhcproto v0.11.0 |
986 | 2024-06-25T21:26:49.065Z | Downloaded derive_more v0.99.17 |
987 | 2024-06-25T21:26:49.065Z | Downloaded tokio-rustls v0.25.0 |
988 | 2024-06-25T21:26:49.091Z | Downloaded tokio-postgres v0.7.10 |
989 | 2024-06-25T21:26:49.091Z | Downloaded tls_codec v0.4.1 |
990 | 2024-06-25T21:26:49.091Z | Downloaded tiny-keccak v2.0.2 |
991 | 2024-06-25T21:26:49.091Z | Downloaded test-strategy v0.3.1 |
992 | 2024-06-25T21:26:49.091Z | Downloaded sqlparser v0.45.0 |
993 | 2024-06-25T21:26:49.091Z | Downloaded spki v0.7.3 |
994 | 2024-06-25T21:26:49.118Z | Downloaded spin v0.5.2 |
995 | 2024-06-25T21:26:49.118Z | Downloaded darling v0.20.9 |
996 | 2024-06-25T21:26:49.118Z | Downloaded csv-core v0.1.11 |
997 | 2024-06-25T21:26:49.118Z | Downloaded crucible-workspace-hack v0.1.0 |
998 | 2024-06-25T21:26:49.118Z | Downloaded convert_case v0.4.0 |
999 | 2024-06-25T21:26:49.118Z | Downloaded const_format_proc_macros v0.2.32 |
1000 | 2024-06-25T21:26:49.118Z | Downloaded chacha20 v0.9.1 |
1001 | 2024-06-25T21:26:49.118Z | Downloaded cassowary v0.3.0 |
1002 | 2024-06-25T21:26:49.118Z | Downloaded camino-tempfile v1.1.1 |
1003 | 2024-06-25T21:26:49.118Z | Downloaded buf-list v1.0.3 |
1004 | 2024-06-25T21:26:49.118Z | Downloaded bcs v0.1.6 |
1005 | 2024-06-25T21:26:49.143Z | Downloaded bcrypt-pbkdf v0.10.0 |
1006 | 2024-06-25T21:26:49.143Z | Downloaded base64ct v1.6.0 |
1007 | 2024-06-25T21:26:49.143Z | Downloaded base64 v0.22.1 |
1008 | 2024-06-25T21:26:49.143Z | Downloaded argon2 v0.5.3 |
1009 | 2024-06-25T21:26:49.143Z | Downloaded arc-swap v1.7.1 |
1010 | 2024-06-25T21:26:49.143Z | Downloaded heck v0.3.3 |
1011 | 2024-06-25T21:26:49.143Z | Downloaded heapless v0.7.17 |
1012 | 2024-06-25T21:26:49.143Z | Downloaded headers v0.3.9 |
1013 | 2024-06-25T21:26:49.170Z | Downloaded hashbrown v0.12.3 |
1014 | 2024-06-25T21:26:49.170Z | Downloaded hash32 v0.2.1 |
1015 | 2024-06-25T21:26:49.170Z | Downloaded globset v0.4.14 |
1016 | 2024-06-25T21:26:49.170Z | Downloaded getrandom v0.2.14 |
1017 | 2024-06-25T21:26:49.170Z | Downloaded downcast v0.11.0 |
1018 | 2024-06-25T21:26:49.170Z | Downloaded doc-comment v0.3.3 |
1019 | 2024-06-25T21:26:49.170Z | Downloaded shell-words v1.1.0 |
1020 | 2024-06-25T21:26:49.170Z | Downloaded sha1 v0.10.6 |
1021 | 2024-06-25T21:26:49.170Z | Downloaded secrecy v0.8.0 |
1022 | 2024-06-25T21:26:49.170Z | Downloaded sct v0.7.1 |
1023 | 2024-06-25T21:26:49.170Z | Downloaded regex-syntax v0.8.3 |
1024 | 2024-06-25T21:26:49.195Z | Downloaded ref-cast v1.0.23 |
1025 | 2024-06-25T21:26:49.195Z | Downloaded difflib v0.4.0 |
1026 | 2024-06-25T21:26:49.195Z | Downloaded defmt-macros v0.3.9 |
1027 | 2024-06-25T21:26:49.195Z | Downloaded scheduled-thread-pool v0.2.7 |
1028 | 2024-06-25T21:26:49.195Z | Downloaded rustc_version v0.4.0 |
1029 | 2024-06-25T21:26:49.195Z | Downloaded russh-cryptovec v0.7.2 |
1030 | 2024-06-25T21:26:49.195Z | Downloaded rpassword v7.3.1 |
1031 | 2024-06-25T21:26:49.195Z | Downloaded getopts v0.2.21 |
1032 | 2024-06-25T21:26:49.195Z | Downloaded fxhash v0.2.1 |
1033 | 2024-06-25T21:26:49.195Z | Downloaded foreign-types-shared v0.3.1 |
1034 | 2024-06-25T21:26:49.220Z | Downloaded foreign-types v0.5.0 |
1035 | 2024-06-25T21:26:49.220Z | Downloaded float-ord v0.3.2 |
1036 | 2024-06-25T21:26:49.220Z | Downloaded flagset v0.4.5 |
1037 | 2024-06-25T21:26:49.220Z | Downloaded fastrand v2.1.0 |
1038 | 2024-06-25T21:26:49.221Z | Downloaded fallible-iterator v0.2.0 |
1039 | 2024-06-25T21:26:49.221Z | Downloaded escape8259 v0.5.2 |
1040 | 2024-06-25T21:26:49.221Z | Downloaded env_logger v0.10.2 |
1041 | 2024-06-25T21:26:49.221Z | Downloaded enum-as-inner v0.5.1 |
1042 | 2024-06-25T21:26:49.221Z | Downloaded ena v0.14.3 |
1043 | 2024-06-25T21:26:49.221Z | Downloaded elliptic-curve v0.13.8 |
1044 | 2024-06-25T21:26:49.221Z | Downloaded ed25519 v2.2.3 |
1045 | 2024-06-25T21:26:49.221Z | Downloaded termios v0.3.3 |
1046 | 2024-06-25T21:26:49.246Z | Downloaded termcolor v1.4.1 |
1047 | 2024-06-25T21:26:49.246Z | Downloaded tempfile v3.10.1 |
1048 | 2024-06-25T21:26:49.246Z | Downloaded target-spec v3.1.0 |
1049 | 2024-06-25T21:26:49.246Z | Downloaded target-lexicon v0.12.14 |
1050 | 2024-06-25T21:26:49.246Z | Downloaded serde_repr v0.1.19 |
1051 | 2024-06-25T21:26:49.246Z | Downloaded serde_path_to_error v0.1.16 |
1052 | 2024-06-25T21:26:49.246Z | Downloaded crossbeam-deque v0.8.5 |
1053 | 2024-06-25T21:26:49.246Z | Downloaded cookie_store v0.20.0 |
1054 | 2024-06-25T21:26:49.246Z | Downloaded cobs v0.2.3 |
1055 | 2024-06-25T21:26:49.246Z | Downloaded clang-sys v1.7.0 |
1056 | 2024-06-25T21:26:49.246Z | Downloaded castaway v0.2.2 |
1057 | 2024-06-25T21:26:49.246Z | Downloaded bzip2 v0.4.4 |
1058 | 2024-06-25T21:26:49.271Z | Downloaded blake2b_simd v1.0.2 |
1059 | 2024-06-25T21:26:49.271Z | Downloaded bitfield v0.14.0 |
1060 | 2024-06-25T21:26:49.271Z | Downloaded bb8 v0.8.3 |
1061 | 2024-06-25T21:26:49.271Z | Downloaded arrayvec v0.7.4 |
1062 | 2024-06-25T21:26:49.271Z | Downloaded dirs v5.0.1 |
1063 | 2024-06-25T21:26:49.271Z | Downloaded diesel v2.1.6 |
1064 | 2024-06-25T21:26:49.296Z | Downloaded rustls v0.21.12 |
1065 | 2024-06-25T21:26:49.296Z | Downloaded serde_with_macros v3.8.1 |
1066 | 2024-06-25T21:26:49.296Z | Downloaded parking_lot v0.11.2 |
1067 | 2024-06-25T21:26:49.320Z | Downloaded object v0.32.2 |
1068 | 2024-06-25T21:26:49.320Z | Downloaded num_enum v0.5.11 |
1069 | 2024-06-25T21:26:49.320Z | Downloaded nix v0.27.1 |
1070 | 2024-06-25T21:26:49.345Z | Downloaded corncobs v0.1.3 |
1071 | 2024-06-25T21:26:49.345Z | Downloaded cookie v0.17.0 |
1072 | 2024-06-25T21:26:49.345Z | Downloaded ciborium v0.2.2 |
1073 | 2024-06-25T21:26:49.345Z | Downloaded cexpr v0.6.0 |
1074 | 2024-06-25T21:26:49.345Z | Downloaded blowfish v0.9.1 |
1075 | 2024-06-25T21:26:49.345Z | Downloaded blake2 v0.10.6 |
1076 | 2024-06-25T21:26:49.345Z | Downloaded bit-set v0.5.3 |
1077 | 2024-06-25T21:26:49.345Z | Downloaded atomic-waker v1.1.2 |
1078 | 2024-06-25T21:26:49.370Z | Downloaded async-stream v0.3.5 |
1079 | 2024-06-25T21:26:49.370Z | Downloaded async-recursion v1.1.1 |
1080 | 2024-06-25T21:26:49.370Z | Downloaded assert_matches v1.5.0 |
1081 | 2024-06-25T21:26:49.370Z | Downloaded ascii-canvas v3.0.0 |
1082 | 2024-06-25T21:26:49.370Z | Downloaded ascii v1.1.0 |
1083 | 2024-06-25T21:26:49.370Z | Downloaded array-init v0.0.4 |
1084 | 2024-06-25T21:26:49.370Z | Downloaded allocator-api2 v0.2.18 |
1085 | 2024-06-25T21:26:49.370Z | Downloaded rfc6979 v0.4.0 |
1086 | 2024-06-25T21:26:49.370Z | Downloaded relative-path v1.9.3 |
1087 | 2024-06-25T21:26:49.370Z | Downloaded display-error-chain v0.2.0 |
1088 | 2024-06-25T21:26:49.370Z | Downloaded diff v0.1.13 |
1089 | 2024-06-25T21:26:49.370Z | Downloaded diesel_derives v2.1.4 |
1090 | 2024-06-25T21:26:49.395Z | Downloaded derive_builder v0.20.0 |
1091 | 2024-06-25T21:26:49.395Z | Downloaded der_derive v0.7.2 |
1092 | 2024-06-25T21:26:49.395Z | Downloaded defmt-parser v0.3.4 |
1093 | 2024-06-25T21:26:49.395Z | Downloaded defmt v0.3.8 |
1094 | 2024-06-25T21:26:49.395Z | Downloaded datatest-stable v0.2.9 |
1095 | 2024-06-25T21:26:49.395Z | Downloaded data-encoding v2.6.0 |
1096 | 2024-06-25T21:26:49.395Z | Downloaded zone_cfg_derive v0.1.2 |
1097 | 2024-06-25T21:26:49.395Z | Downloaded zip v0.6.6 |
1098 | 2024-06-25T21:26:49.420Z | Downloaded zeroize v1.7.0 |
1099 | 2024-06-25T21:26:49.420Z | Downloaded salty v0.2.0 |
1100 | 2024-06-25T21:26:49.420Z | Downloaded rusty-fork v0.3.0 |
1101 | 2024-06-25T21:26:49.420Z | Downloaded rustls-webpki v0.101.7 |
1102 | 2024-06-25T21:26:49.445Z | Downloaded fatfs v0.3.6 |
1103 | 2024-06-25T21:26:49.445Z | Downloaded env_logger v0.9.3 |
1104 | 2024-06-25T21:26:49.445Z | Downloaded tokio-tungstenite v0.20.1 |
1105 | 2024-06-25T21:26:49.445Z | Downloaded thiserror-no-std v2.0.2 |
1106 | 2024-06-25T21:26:49.445Z | Downloaded semver v0.1.20 |
1107 | 2024-06-25T21:26:49.445Z | Downloaded indoc v2.0.5 |
1108 | 2024-06-25T21:26:49.469Z | Downloaded cstr-argument v0.1.2 |
1109 | 2024-06-25T21:26:49.470Z | Downloaded crunchy v0.2.2 |
1110 | 2024-06-25T21:26:49.470Z | Downloaded console v0.15.8 |
1111 | 2024-06-25T21:26:49.470Z | Downloaded cipher v0.4.4 |
1112 | 2024-06-25T21:26:49.470Z | Downloaded ciborium-io v0.2.2 |
1113 | 2024-06-25T21:26:49.470Z | Downloaded cancel-safe-futures v0.1.5 |
1114 | 2024-06-25T21:26:49.470Z | Downloaded async-stream-impl v0.3.5 |
1115 | 2024-06-25T21:26:49.470Z | Downloaded same-file v1.0.6 |
1116 | 2024-06-25T21:26:49.470Z | Downloaded rustls-pemfile v2.1.2 |
1117 | 2024-06-25T21:26:49.470Z | Downloaded rustls-native-certs v0.7.0 |
1118 | 2024-06-25T21:26:49.470Z | Downloaded rustfmt-wrapper v0.2.1 |
1119 | 2024-06-25T21:26:49.470Z | Downloaded rustc_version v0.1.7 |
1120 | 2024-06-25T21:26:49.470Z | Downloaded rustc-demangle v0.1.24 |
1121 | 2024-06-25T21:26:49.495Z | Downloaded russh-keys v0.43.0 |
1122 | 2024-06-25T21:26:49.495Z | Downloaded getrandom v0.1.16 |
1123 | 2024-06-25T21:26:49.495Z | Downloaded fragile v2.0.0 |
1124 | 2024-06-25T21:26:49.495Z | Downloaded float-cmp v0.9.0 |
1125 | 2024-06-25T21:26:49.495Z | Downloaded expectorate v1.1.0 |
1126 | 2024-06-25T21:26:49.495Z | Downloaded erased-serde v0.3.31 |
1127 | 2024-06-25T21:26:49.495Z | Downloaded endian-type v0.1.2 |
1128 | 2024-06-25T21:26:49.495Z | Downloaded embedded-io v0.4.0 |
1129 | 2024-06-25T21:26:49.495Z | Downloaded either v1.12.0 |
1130 | 2024-06-25T21:26:49.495Z | Downloaded peg v0.8.3 |
1131 | 2024-06-25T21:26:49.495Z | Downloaded pbkdf2 v0.11.0 |
1132 | 2024-06-25T21:26:49.520Z | Downloaded parse-display-derive v0.9.0 |
1133 | 2024-06-25T21:26:49.520Z | Downloaded option-ext v0.2.0 |
1134 | 2024-06-25T21:26:49.520Z | Downloaded num-integer v0.1.46 |
1135 | 2024-06-25T21:26:49.520Z | Downloaded num-bigint v0.4.5 |
1136 | 2024-06-25T21:26:49.520Z | Downloaded normalize-line-endings v0.3.0 |
1137 | 2024-06-25T21:26:49.520Z | Downloaded mockall v0.12.1 |
1138 | 2024-06-25T21:26:49.520Z | Downloaded idna v0.2.3 |
1139 | 2024-06-25T21:26:49.520Z | Downloaded futures-timer v3.0.3 |
1140 | 2024-06-25T21:26:49.545Z | Downloaded foreign-types-macros v0.2.3 |
1141 | 2024-06-25T21:26:49.545Z | Downloaded flume v0.11.0 |
1142 | 2024-06-25T21:26:49.545Z | Downloaded fixedbitset v0.4.2 |
1143 | 2024-06-25T21:26:49.545Z | Downloaded ff v0.13.0 |
1144 | 2024-06-25T21:26:49.545Z | Downloaded fancy-regex v0.13.0 |
1145 | 2024-06-25T21:26:49.545Z | Downloaded dhcproto-macros v0.1.0 |
1146 | 2024-06-25T21:26:49.545Z | Downloaded tinytemplate v1.2.1 |
1147 | 2024-06-25T21:26:49.545Z | Downloaded path-slash v0.1.5 |
1148 | 2024-06-25T21:26:49.545Z | Downloaded partial-io v0.5.4 |
1149 | 2024-06-25T21:26:49.545Z | Downloaded packed_struct v0.10.1 |
1150 | 2024-06-25T21:26:49.545Z | Downloaded p256 v0.13.2 |
1151 | 2024-06-25T21:26:49.570Z | Downloaded oso-derive v0.27.3 |
1152 | 2024-06-25T21:26:49.570Z | Downloaded opaque-debug v0.3.1 |
1153 | 2024-06-25T21:26:49.570Z | Downloaded omicron-zone-package v0.11.0 |
1154 | 2024-06-25T21:26:49.570Z | Downloaded number_prefix v0.4.0 |
1155 | 2024-06-25T21:26:49.570Z | Downloaded num-rational v0.4.2 |
1156 | 2024-06-25T21:26:49.570Z | Downloaded num-complex v0.4.6 |
1157 | 2024-06-25T21:26:49.570Z | Downloaded nom v7.1.3 |
1158 | 2024-06-25T21:26:49.570Z | Downloaded nodrop v0.1.14 |
1159 | 2024-06-25T21:26:49.570Z | Downloaded newtype_derive v0.1.6 |
1160 | 2024-06-25T21:26:49.570Z | Downloaded minimal-lexical v0.2.1 |
1161 | 2024-06-25T21:26:49.595Z | Downloaded libtest-mimic v0.7.3 |
1162 | 2024-06-25T21:26:49.595Z | Downloaded libefi-sys v0.1.0 |
1163 | 2024-06-25T21:26:49.595Z | Downloaded curve25519-dalek-derive v0.1.1 |
1164 | 2024-06-25T21:26:49.595Z | Downloaded criterion-plot v0.5.0 |
1165 | 2024-06-25T21:26:49.595Z | Downloaded block-padding v0.3.3 |
1166 | 2024-06-25T21:26:49.595Z | Downloaded bitstruct v0.1.1 |
1167 | 2024-06-25T21:26:49.596Z | Downloaded atty v0.2.14 |
1168 | 2024-06-25T21:26:49.596Z | Downloaded async-trait v0.1.80 |
1169 | 2024-06-25T21:26:49.596Z | Downloaded assert_cmd v2.0.14 |
1170 | 2024-06-25T21:26:49.596Z | Downloaded tokio-tungstenite v0.21.0 |
1171 | 2024-06-25T21:26:49.596Z | Downloaded tokio-stream v0.1.15 |
1172 | 2024-06-25T21:26:49.620Z | Downloaded tokio-rustls v0.24.1 |
1173 | 2024-06-25T21:26:49.621Z | Downloaded tls_codec_derive v0.4.1 |
1174 | 2024-06-25T21:26:49.621Z | Downloaded textwrap v0.16.1 |
1175 | 2024-06-25T21:26:49.621Z | Downloaded serde_with v3.8.1 |
1176 | 2024-06-25T21:26:49.621Z | Downloaded password-hash v0.5.0 |
1177 | 2024-06-25T21:26:49.621Z | Downloaded openapiv3 v2.0.0 |
1178 | 2024-06-25T21:26:49.652Z | Downloaded object v0.30.4 |
1179 | 2024-06-25T21:26:49.653Z | Downloaded nix v0.28.0 |
1180 | 2024-06-25T21:26:49.681Z | Downloaded newline-converter v0.3.0 |
1181 | 2024-06-25T21:26:49.681Z | Downloaded nested v0.1.1 |
1182 | 2024-06-25T21:26:49.681Z | Downloaded multimap v0.10.0 |
1183 | 2024-06-25T21:26:49.681Z | Downloaded mockall_derive v0.12.1 |
1184 | 2024-06-25T21:26:49.681Z | Downloaded memoffset v0.9.1 |
1185 | 2024-06-25T21:26:49.681Z | Downloaded managed v0.8.0 |
1186 | 2024-06-25T21:26:49.681Z | Downloaded lru v0.12.3 |
1187 | 2024-06-25T21:26:49.681Z | Downloaded libm v0.2.8 |
1188 | 2024-06-25T21:26:49.681Z | Downloaded lazy_static v1.4.0 |
1189 | 2024-06-25T21:26:49.681Z | Downloaded itertools v0.12.1 |
1190 | 2024-06-25T21:26:49.706Z | Downloaded idna v0.3.0 |
1191 | 2024-06-25T21:26:49.706Z | Downloaded crc-catalog v2.4.0 |
1192 | 2024-06-25T21:26:49.706Z | Downloaded crc v3.2.1 |
1193 | 2024-06-25T21:26:49.706Z | Downloaded constant_time_eq v0.3.0 |
1194 | 2024-06-25T21:26:49.706Z | Downloaded colored v2.1.0 |
1195 | 2024-06-25T21:26:49.706Z | Downloaded ciborium-ll v0.2.2 |
1196 | 2024-06-25T21:26:49.731Z | Downloaded bit-vec v0.6.3 |
1197 | 2024-06-25T21:26:49.731Z | Downloaded ahash v0.8.11 |
1198 | 2024-06-25T21:26:49.731Z | Downloaded addr2line v0.21.0 |
1199 | 2024-06-25T21:26:49.731Z | Downloaded thiserror-impl-no-std v2.0.2 |
1200 | 2024-06-25T21:26:49.731Z | Downloaded termtree v0.4.1 |
1201 | 2024-06-25T21:26:49.731Z | Downloaded sqlformat v0.2.3 |
1202 | 2024-06-25T21:26:49.731Z | Downloaded serde_yaml v0.9.34+deprecated |
1203 | 2024-06-25T21:26:49.731Z | Downloaded serde_plain v1.0.2 |
1204 | 2024-06-25T21:26:49.731Z | Downloaded serde_derive_internals v0.29.1 |
1205 | 2024-06-25T21:26:49.731Z | Downloaded serde_arrays v0.1.0 |
1206 | 2024-06-25T21:26:49.731Z | Downloaded paste v1.0.15 |
1207 | 2024-06-25T21:26:49.756Z | Downloaded parse-display v0.9.0 |
1208 | 2024-06-25T21:26:49.756Z | Downloaded parking_lot_core v0.8.6 |
1209 | 2024-06-25T21:26:49.756Z | Downloaded packed_struct_codegen v0.10.1 |
1210 | 2024-06-25T21:26:49.756Z | Downloaded p521 v0.13.3 |
1211 | 2024-06-25T21:26:49.756Z | Downloaded owo-colors v4.0.0 |
1212 | 2024-06-25T21:26:49.756Z | Downloaded oso v0.27.3 |
1213 | 2024-06-25T21:26:49.756Z | Downloaded oorandom v11.1.3 |
1214 | 2024-06-25T21:26:49.756Z | Downloaded olpc-cjson v0.1.3 |
1215 | 2024-06-25T21:26:49.756Z | Downloaded num-traits v0.2.19 |
1216 | 2024-06-25T21:26:49.756Z | Downloaded num-iter v0.1.45 |
1217 | 2024-06-25T21:26:49.756Z | Downloaded num-bigint-dig v0.8.4 |
1218 | 2024-06-25T21:26:49.781Z | Downloaded nu-ansi-term v0.50.0 |
1219 | 2024-06-25T21:26:49.781Z | Downloaded multer v3.1.0 |
1220 | 2024-06-25T21:26:49.781Z | Downloaded md-5 v0.10.6 |
1221 | 2024-06-25T21:26:49.781Z | Downloaded matches v0.1.10 |
1222 | 2024-06-25T21:26:49.781Z | Downloaded linear-map v1.2.0 |
1223 | 2024-06-25T21:26:49.781Z | Downloaded libxml v0.3.3 |
1224 | 2024-06-25T21:26:49.781Z | Downloaded lalrpop v0.19.12 |
1225 | 2024-06-25T21:26:49.805Z | Downloaded kstat-rs v0.2.4 |
1226 | 2024-06-25T21:26:49.805Z | Downloaded itertools v0.10.5 |
1227 | 2024-06-25T21:26:49.805Z | Downloaded is_ci v1.2.0 |
1228 | 2024-06-25T21:26:49.806Z | Downloaded inout v0.1.3 |
1229 | 2024-06-25T21:26:49.806Z | Downloaded indoc v1.0.9 |
1230 | 2024-06-25T21:26:49.830Z | Downloaded indexmap v1.9.3 |
1231 | 2024-06-25T21:26:49.830Z | Downloaded ctr v0.9.2 |
1232 | 2024-06-25T21:26:49.830Z | Downloaded cast v0.3.0 |
1233 | 2024-06-25T21:26:49.830Z | Downloaded pbkdf2 v0.12.2 |
1234 | 2024-06-25T21:26:49.830Z | Downloaded password-hash v0.4.2 |
1235 | 2024-06-25T21:26:49.830Z | Downloaded darling_core v0.20.9 |
1236 | 2024-06-25T21:26:49.830Z | Downloaded num_enum_derive v0.5.11 |
1237 | 2024-06-25T21:26:49.830Z | Downloaded num-derive v0.4.2 |
1238 | 2024-06-25T21:26:49.830Z | Downloaded num v0.4.3 |
1239 | 2024-06-25T21:26:49.830Z | Downloaded nibble_vec v0.1.0 |
1240 | 2024-06-25T21:26:49.830Z | Downloaded newtype-uuid v1.1.0 |
1241 | 2024-06-25T21:26:49.855Z | Downloaded nanorand v0.7.0 |
1242 | 2024-06-25T21:26:49.855Z | Downloaded mime_guess v2.0.4 |
1243 | 2024-06-25T21:26:49.855Z | Downloaded memmap2 v0.9.4 |
1244 | 2024-06-25T21:26:49.855Z | Downloaded libsw v3.3.1 |
1245 | 2024-06-25T21:26:49.855Z | Downloaded libloading v0.8.3 |
1246 | 2024-06-25T21:26:49.855Z | Downloaded lazycell v1.3.0 |
1247 | 2024-06-25T21:26:49.855Z | Downloaded lalrpop-util v0.19.12 |
1248 | 2024-06-25T21:26:49.855Z | Downloaded keccak v0.1.5 |
1249 | 2024-06-25T21:26:49.855Z | Downloaded internet-checksum v0.2.1 |
1250 | 2024-06-25T21:26:49.855Z | Downloaded indicatif v0.17.8 |
1251 | 2024-06-25T21:26:49.855Z | Downloaded cbc v0.1.2 |
1252 | 2024-06-25T21:26:49.855Z | Downloaded bitflags v1.3.2 |
1253 | 2024-06-25T21:26:49.855Z | Downloaded base16ct v0.2.0 |
1254 | 2024-06-25T21:26:49.880Z | Downloaded arrayref v0.3.7 |
1255 | 2024-06-25T21:26:49.880Z | Downloaded aead v0.5.2 |
1256 | 2024-06-25T21:26:49.880Z | Downloaded instant v0.1.12 |
1257 | 2024-06-25T21:26:49.881Z | Downloaded cfg_aliases v0.1.1 |
1258 | 2024-06-25T21:26:49.881Z | Downloaded bitstruct_derive v0.1.0 |
1259 | 2024-06-25T21:26:49.881Z | Downloaded atomicwrites v0.4.3 |
1260 | 2024-06-25T21:26:49.881Z | Downloaded approx v0.5.1 |
1261 | 2024-06-25T21:26:49.881Z | Downloaded maybe-uninit v2.0.0 |
1262 | 2024-06-25T21:26:49.881Z | Downloaded maplit v1.0.2 |
1263 | 2024-06-25T21:26:49.881Z | Downloaded lru-cache v0.1.2 |
1264 | 2024-06-25T21:26:49.881Z | Downloaded linked-hash-map v0.5.6 |
1265 | 2024-06-25T21:26:49.881Z | Downloaded ipnetwork v0.20.0 |
1266 | 2024-06-25T21:26:49.881Z | Downloaded impl-trait-for-tuples v0.2.2 |
1267 | 2024-06-25T21:26:49.881Z | Downloaded ident_case v1.0.1 |
1268 | 2024-06-25T21:26:50.505Z | Compiling serde v1.0.203 |
1269 | 2024-06-25T21:26:50.505Z | Checking cfg-if v1.0.0 |
1270 | 2024-06-25T21:26:50.544Z | Compiling libm v0.2.8 |
1271 | 2024-06-25T21:26:50.568Z | Compiling num-traits v0.2.19 |
1272 | 2024-06-25T21:26:50.568Z | Checking libc v0.2.155 |
1273 | 2024-06-25T21:26:50.611Z | Compiling syn v2.0.68 |
1274 | 2024-06-25T21:26:50.636Z | Compiling ahash v0.8.11 |
1275 | 2024-06-25T21:26:50.636Z | Compiling getrandom v0.2.14 |
1276 | 2024-06-25T21:26:50.636Z | Compiling serde_json v1.0.117 |
1277 | 2024-06-25T21:26:51.005Z | Compiling generic-array v0.14.7 |
1278 | 2024-06-25T21:26:51.161Z | Compiling log v0.4.21 |
1279 | 2024-06-25T21:26:51.213Z | Checking memchr v2.7.2 |
1280 | 2024-06-25T21:26:51.239Z | Compiling syn v1.0.109 |
1281 | 2024-06-25T21:26:51.271Z | Checking itoa v1.0.11 |
1282 | 2024-06-25T21:26:51.479Z | Checking byteorder v1.5.0 |
1283 | 2024-06-25T21:26:51.550Z | Compiling allocator-api2 v0.2.18 |
1284 | 2024-06-25T21:26:51.574Z | Checking scopeguard v1.2.0 |
1285 | 2024-06-25T21:26:51.683Z | Checking smallvec v1.13.2 |
1286 | 2024-06-25T21:26:51.707Z | Checking lock_api v0.4.12 |
1287 | 2024-06-25T21:26:51.827Z | Compiling schemars v0.8.21 |
1288 | 2024-06-25T21:26:51.971Z | Compiling ring v0.17.8 |
1289 | 2024-06-25T21:26:52.064Z | Compiling time-macros v0.2.18 |
1290 | 2024-06-25T21:26:52.089Z | Checking rand_core v0.6.4 |
1291 | 2024-06-25T21:26:52.254Z | Checking once_cell v1.19.0 |
1292 | 2024-06-25T21:26:52.386Z | Compiling slog v2.7.0 |
1293 | 2024-06-25T21:26:52.537Z | Checking parking_lot_core v0.9.10 |
1294 | 2024-06-25T21:26:52.671Z | Compiling aho-corasick v1.1.3 |
1295 | 2024-06-25T21:26:52.850Z | Checking parking_lot v0.12.2 |
1296 | 2024-06-25T21:26:52.897Z | Compiling regex-syntax v0.8.3 |
1297 | 2024-06-25T21:26:53.340Z | Checking pin-project-lite v0.2.14 |
1298 | 2024-06-25T21:26:54.853Z | Checking signal-hook-registry v1.4.2 |
1299 | 2024-06-25T21:26:54.941Z | Compiling crossbeam-utils v0.8.19 |
1300 | 2024-06-25T21:26:55.085Z | Checking mio v0.8.11 |
1301 | 2024-06-25T21:26:55.554Z | Compiling iana-time-zone v0.1.60 |
1302 | 2024-06-25T21:26:55.647Z | Compiling regex-automata v0.4.6 |
1303 | 2024-06-25T21:26:55.674Z | Checking num_cpus v1.16.0 |
1304 | 2024-06-25T21:26:55.790Z | Compiling rustls v0.21.12 |
1305 | 2024-06-25T21:26:56.039Z | Checking typenum v1.17.0 |
1306 | 2024-06-25T21:26:56.088Z | Compiling cookie v0.17.0 |
1307 | 2024-06-25T21:26:56.315Z | Checking futures-core v0.3.30 |
1308 | 2024-06-25T21:26:56.482Z | Compiling dyn-clone v1.0.17 |
1309 | 2024-06-25T21:26:56.732Z | Checking socket2 v0.5.7 |
1310 | 2024-06-25T21:26:57.058Z | Compiling serde_derive_internals v0.29.1 |
1311 | 2024-06-25T21:26:57.102Z | Compiling backtrace v0.3.71 |
1312 | 2024-06-25T21:26:57.429Z | Checking ryu v1.0.18 |
1313 | 2024-06-25T21:26:57.470Z | Checking subtle v2.5.0 |
1314 | 2024-06-25T21:26:57.639Z | Compiling anyhow v1.0.86 |
1315 | 2024-06-25T21:26:58.173Z | Compiling spin v0.9.8 |
1316 | 2024-06-25T21:26:58.265Z | Compiling unicode-normalization v0.1.23 |
1317 | 2024-06-25T21:26:58.397Z | Checking futures-sink v0.3.30 |
1318 | 2024-06-25T21:26:58.527Z | Compiling unicode-bidi v0.3.15 |
1319 | 2024-06-25T21:26:58.552Z | Compiling untrusted v0.9.0 |
1320 | 2024-06-25T21:26:58.717Z | Compiling either v1.12.0 |
1321 | 2024-06-25T21:26:59.056Z | Checking futures-channel v0.3.30 |
1322 | 2024-06-25T21:26:59.118Z | Checking slab v0.4.9 |
1323 | 2024-06-25T21:26:59.327Z | Compiling winnow v0.5.40 |
1324 | 2024-06-25T21:26:59.362Z | Checking pin-utils v0.1.0 |
1325 | 2024-06-25T21:26:59.386Z | Compiling const-oid v0.9.6 |
1326 | 2024-06-25T21:26:59.448Z | Checking futures-io v0.3.30 |
1327 | 2024-06-25T21:26:59.599Z | Checking futures-task v0.3.30 |
1328 | 2024-06-25T21:26:59.763Z | Compiling time v0.3.36 |
1329 | 2024-06-25T21:27:00.809Z | Compiling regex v1.10.4 |
1330 | 2024-06-25T21:27:01.741Z | Compiling spin v0.5.2 |
1331 | 2024-06-25T21:27:01.939Z | Compiling signal-hook v0.3.17 |
1332 | 2024-06-25T21:27:02.114Z | Compiling rustls-webpki v0.101.7 |
1333 | 2024-06-25T21:27:02.181Z | Compiling sct v0.7.1 |
1334 | 2024-06-25T21:27:02.205Z | Compiling idna v0.5.0 |
1335 | 2024-06-25T21:27:02.476Z | Compiling siphasher v0.3.11 |
1336 | 2024-06-25T21:27:02.999Z | Compiling serde_derive v1.0.203 |
1337 | 2024-06-25T21:27:03.156Z | Compiling zerocopy-derive v0.7.34 |
1338 | 2024-06-25T21:27:03.462Z | Compiling zeroize_derive v1.4.2 |
1339 | 2024-06-25T21:27:03.753Z | Compiling thiserror-impl v1.0.60 |
1340 | 2024-06-25T21:27:03.908Z | Compiling tokio-macros v2.2.0 |
1341 | 2024-06-25T21:27:04.235Z | Compiling futures-macro v0.3.30 |
1342 | 2024-06-25T21:27:04.795Z | Compiling tracing-attributes v0.1.27 |
1343 | 2024-06-25T21:27:05.019Z | Compiling zerocopy v0.7.34 |
1344 | 2024-06-25T21:27:05.299Z | Compiling schemars_derive v0.8.21 |
1345 | 2024-06-25T21:27:05.953Z | Checking zeroize v1.7.0 |
1346 | 2024-06-25T21:27:06.187Z | Compiling openssl-macros v0.1.1 |
1347 | 2024-06-25T21:27:06.511Z | Compiling thiserror v1.0.60 |
1348 | 2024-06-25T21:27:06.612Z | Compiling async-trait v0.1.80 |
1349 | 2024-06-25T21:27:06.803Z | Compiling hashbrown v0.14.5 |
1350 | 2024-06-25T21:27:07.197Z | Compiling scroll_derive v0.12.0 |
1351 | 2024-06-25T21:27:07.607Z | Compiling pest v2.7.10 |
1352 | 2024-06-25T21:27:08.056Z | Compiling der_derive v0.7.2 |
1353 | 2024-06-25T21:27:08.139Z | Checking crypto-common v0.1.6 |
1354 | 2024-06-25T21:27:08.462Z | Compiling scroll v0.12.0 |
1355 | 2024-06-25T21:27:08.932Z | Compiling goblin v0.8.2 |
1356 | 2024-06-25T21:27:08.958Z | Compiling futures-util v0.3.30 |
1357 | 2024-06-25T21:27:09.504Z | Compiling tracing v0.1.40 |
1358 | 2024-06-25T21:27:10.061Z | Compiling pest_meta v2.7.10 |
1359 | 2024-06-25T21:27:10.185Z | Compiling clap_derive v4.5.4 |
1360 | 2024-06-25T21:27:10.647Z | Compiling block-buffer v0.10.4 |
1361 | 2024-06-25T21:27:11.402Z | Compiling pest_generator v2.7.10 |
1362 | 2024-06-25T21:27:13.012Z | Compiling digest v0.10.7 |
1363 | 2024-06-25T21:27:13.445Z | Compiling zerocopy-derive v0.6.6 |
1364 | 2024-06-25T21:27:13.592Z | Compiling url v2.5.0 |
1365 | 2024-06-25T21:27:14.001Z | Checking bytes v1.6.0 |
1366 | 2024-06-25T21:27:14.176Z | Checking bitflags v2.5.0 |
1367 | 2024-06-25T21:27:14.440Z | Compiling idna v0.3.0 |
1368 | 2024-06-25T21:27:14.474Z | Compiling pest_derive v2.7.10 |
1369 | 2024-06-25T21:27:14.683Z | Checking tokio v1.37.0 |
1370 | 2024-06-25T21:27:15.167Z | Compiling indexmap v2.2.6 |
1371 | 2024-06-25T21:27:15.304Z | Compiling semver v1.0.23 |
1372 | 2024-06-25T21:27:15.648Z | Compiling serde_tokenstream v0.2.0 |
1373 | 2024-06-25T21:27:15.703Z | Compiling uuid v1.8.0 |
1374 | 2024-06-25T21:27:16.007Z | Compiling chrono v0.4.38 |
1375 | 2024-06-25T21:27:16.223Z | Compiling http v0.2.12 |
1376 | 2024-06-25T21:27:16.522Z | Compiling rustc_version v0.4.0 |
1377 | 2024-06-25T21:27:16.867Z | Compiling toml_datetime v0.6.6 |
1378 | 2024-06-25T21:27:17.154Z | Compiling serde_spanned v0.6.6 |
1379 | 2024-06-25T21:27:17.307Z | Compiling dof v0.3.0 |
1380 | 2024-06-25T21:27:17.381Z | Compiling dtrace-parser v0.2.0 |
1381 | 2024-06-25T21:27:17.581Z | Compiling openapiv3 v2.0.0 |
1382 | 2024-06-25T21:27:17.750Z | Compiling rustix v0.38.34 |
1383 | 2024-06-25T21:27:19.060Z | Compiling usdt-impl v0.5.0 |
1384 | 2024-06-25T21:27:19.206Z | Compiling toml_edit v0.19.15 |
1385 | 2024-06-25T21:27:19.235Z | Compiling http-body v0.4.6 |
1386 | 2024-06-25T21:27:19.596Z | Compiling openssl v0.10.64 |
1387 | 2024-06-25T21:27:20.405Z | Compiling usdt-macro v0.5.0 |
1388 | 2024-06-25T21:27:20.523Z | Compiling usdt-attr-macro v0.5.0 |
1389 | 2024-06-25T21:27:20.673Z | Compiling ppv-lite86 v0.2.17 |
1390 | 2024-06-25T21:27:21.012Z | Compiling psl-types v2.0.11 |
1391 | 2024-06-25T21:27:21.187Z | Compiling publicsuffix v2.2.3 |
1392 | 2024-06-25T21:27:21.330Z | Compiling rand_chacha v0.3.1 |
1393 | 2024-06-25T21:27:21.462Z | Compiling heapless v0.7.17 |
1394 | 2024-06-25T21:27:21.630Z | Compiling serde_urlencoded v0.7.1 |
1395 | 2024-06-25T21:27:21.974Z | Compiling rand v0.8.5 |
1396 | 2024-06-25T21:27:22.257Z | Compiling cookie_store v0.20.0 |
1397 | 2024-06-25T21:27:22.464Z | Compiling crossbeam-epoch v0.9.18 |
1398 | 2024-06-25T21:27:22.757Z | Compiling bit-vec v0.6.3 |
1399 | 2024-06-25T21:27:23.123Z | Compiling tokio-util v0.7.11 |
1400 | 2024-06-25T21:27:23.147Z | Compiling tokio-rustls v0.24.1 |
1401 | 2024-06-25T21:27:23.172Z | Compiling unicode-xid v0.2.4 |
1402 | 2024-06-25T21:27:23.314Z | Compiling gimli v0.28.1 |
1403 | 2024-06-25T21:27:23.486Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1404 | 2024-06-25T21:27:23.522Z | Compiling webpki-roots v0.25.4 |
1405 | 2024-06-25T21:27:23.698Z | Compiling enum-as-inner v0.5.1 |
1406 | 2024-06-25T21:27:23.970Z | Compiling h2 v0.3.26 |
1407 | 2024-06-25T21:27:24.195Z | Compiling phf_shared v0.10.0 |
1408 | 2024-06-25T21:27:24.324Z | Compiling lazy_static v1.4.0 |
1409 | 2024-06-25T21:27:24.432Z | Compiling native-tls v0.2.11 |
1410 | 2024-06-25T21:27:24.520Z | Compiling object v0.32.2 |
1411 | 2024-06-25T21:27:24.548Z | Compiling fixedbitset v0.4.2 |
1412 | 2024-06-25T21:27:24.952Z | Compiling tokio-native-tls v0.3.1 |
1413 | 2024-06-25T21:27:24.978Z | Compiling precomputed-hash v0.1.1 |
1414 | 2024-06-25T21:27:25.113Z | Compiling minimal-lexical v0.2.1 |
1415 | 2024-06-25T21:27:25.235Z | Compiling new_debug_unreachable v1.0.6 |
1416 | 2024-06-25T21:27:25.337Z | Compiling rustc-demangle v0.1.24 |
1417 | 2024-06-25T21:27:25.601Z | Compiling smoltcp v0.9.1 |
1418 | 2024-06-25T21:27:26.162Z | Compiling base64ct v1.6.0 |
1419 | 2024-06-25T21:27:26.288Z | Compiling nom v7.1.3 |
1420 | 2024-06-25T21:27:26.388Z | Compiling string_cache v0.8.7 |
1421 | 2024-06-25T21:27:26.731Z | Compiling pem-rfc7468 v0.7.0 |
1422 | 2024-06-25T21:27:26.837Z | Compiling addr2line v0.21.0 |
1423 | 2024-06-25T21:27:26.861Z | Compiling toml_edit v0.22.13 |
1424 | 2024-06-25T21:27:27.467Z | Compiling petgraph v0.6.5 |
1425 | 2024-06-25T21:27:27.492Z | Compiling bit-set v0.5.3 |
1426 | 2024-06-25T21:27:27.492Z | Compiling futures-executor v0.3.30 |
1427 | 2024-06-25T21:27:27.743Z | Compiling hmac v0.12.1 |
1428 | 2024-06-25T21:27:27.952Z | Compiling hubpack_derive v0.1.1 |
1429 | 2024-06-25T21:27:28.038Z | Compiling itertools v0.10.5 |
1430 | 2024-06-25T21:27:28.654Z | Compiling diesel_table_macro_syntax v0.1.0 |
1431 | 2024-06-25T21:27:29.018Z | Compiling num-integer v0.1.46 |
1432 | 2024-06-25T21:27:29.080Z | Compiling fs-err v2.11.0 |
1433 | 2024-06-25T21:27:29.314Z | Checking fnv v1.0.7 |
1434 | 2024-06-25T21:27:29.338Z | Compiling flagset v0.4.5 |
1435 | 2024-06-25T21:27:29.432Z | Compiling lalrpop-util v0.19.12 |
1436 | 2024-06-25T21:27:29.518Z | Compiling unicode-segmentation v1.11.0 |
1437 | 2024-06-25T21:27:29.695Z | Compiling hyper v0.14.28 |
1438 | 2024-06-25T21:27:29.734Z | Compiling der v0.7.9 |
1439 | 2024-06-25T21:27:30.435Z | Compiling diesel_derives v2.1.4 |
1440 | 2024-06-25T21:27:30.610Z | Compiling futures v0.3.30 |
1441 | 2024-06-25T21:27:30.680Z | Compiling hex v0.4.3 |
1442 | 2024-06-25T21:27:30.722Z | Compiling itertools v0.12.1 |
1443 | 2024-06-25T21:27:32.076Z | Compiling finl_unicode v1.2.0 |
1444 | 2024-06-25T21:27:32.666Z | Compiling stringprep v0.1.4 |
1445 | 2024-06-25T21:27:32.836Z | Compiling spki v0.7.3 |
1446 | 2024-06-25T21:27:33.166Z | Compiling sha2 v0.10.8 |
1447 | 2024-06-25T21:27:33.396Z | Compiling toml v0.7.8 |
1448 | 2024-06-25T21:27:33.461Z | Compiling md-5 v0.10.6 |
1449 | 2024-06-25T21:27:33.693Z | Compiling serde_repr v0.1.19 |
1450 | 2024-06-25T21:27:33.717Z | Compiling strum_macros v0.25.3 |
1451 | 2024-06-25T21:27:34.051Z | Compiling hash32 v0.2.1 |
1452 | 2024-06-25T21:27:34.388Z | Compiling fallible-iterator v0.2.0 |
1453 | 2024-06-25T21:27:34.465Z | Compiling stable_deref_trait v1.2.0 |
1454 | 2024-06-25T21:27:34.568Z | Checking tinyvec_macros v0.1.1 |
1455 | 2024-06-25T21:27:34.649Z | Checking tinyvec v1.6.0 |
1456 | 2024-06-25T21:27:34.891Z | Compiling pkcs8 v0.10.2 |
1457 | 2024-06-25T21:27:34.997Z | Compiling postgres-protocol v0.6.6 |
1458 | 2024-06-25T21:27:35.380Z | Compiling hyper-rustls v0.24.2 |
1459 | 2024-06-25T21:27:35.676Z | Compiling hyper-tls v0.5.0 |
1460 | 2024-06-25T21:27:35.703Z | Compiling ipnetwork v0.20.0 |
1461 | 2024-06-25T21:27:35.736Z | Compiling terminal_size v0.3.0 |
1462 | 2024-06-25T21:27:35.760Z | Compiling block-padding v0.3.3 |
1463 | 2024-06-25T21:27:35.964Z | Compiling reqwest v0.11.27 |
1464 | 2024-06-25T21:27:35.994Z | Compiling phf_shared v0.11.2 |
1465 | 2024-06-25T21:27:36.213Z | Compiling ff v0.13.0 |
1466 | 2024-06-25T21:27:36.357Z | Compiling scheduled-thread-pool v0.2.7 |
1467 | 2024-06-25T21:27:36.414Z | Compiling managed v0.8.0 |
1468 | 2024-06-25T21:27:36.784Z | Compiling peg-runtime v0.8.3 |
1469 | 2024-06-25T21:27:36.898Z | Compiling bitflags v1.3.2 |
1470 | 2024-06-25T21:27:36.922Z | Checking equivalent v1.0.1 |
1471 | 2024-06-25T21:27:36.999Z | Compiling base16ct v0.2.0 |
1472 | 2024-06-25T21:27:37.026Z | Compiling matches v0.1.10 |
1473 | 2024-06-25T21:27:37.133Z | Compiling clap_builder v4.5.2 |
1474 | 2024-06-25T21:27:37.158Z | Compiling idna v0.2.3 |
1475 | 2024-06-25T21:27:37.304Z | Compiling sec1 v0.7.3 |
1476 | 2024-06-25T21:27:37.855Z | Compiling r2d2 v0.8.10 |
1477 | 2024-06-25T21:27:38.175Z | Compiling usdt v0.5.0 |
1478 | 2024-06-25T21:27:38.255Z | Compiling group v0.13.0 |
1479 | 2024-06-25T21:27:38.434Z | Compiling signal-hook-mio v0.2.3 |
1480 | 2024-06-25T21:27:38.547Z | Compiling phf v0.11.2 |
1481 | 2024-06-25T21:27:38.572Z | Compiling inout v0.1.3 |
1482 | 2024-06-25T21:27:38.597Z | Compiling postgres-types v0.2.6 |
1483 | 2024-06-25T21:27:38.626Z | Compiling num-bigint v0.4.5 |
1484 | 2024-06-25T21:27:38.803Z | Compiling num-iter v0.1.45 |
1485 | 2024-06-25T21:27:38.830Z | Compiling hubpack v0.1.2 |
1486 | 2024-06-25T21:27:38.979Z | Compiling hkdf v0.12.4 |
1487 | 2024-06-25T21:27:39.219Z | Compiling zerocopy v0.6.6 |
1488 | 2024-06-25T21:27:39.440Z | Compiling crypto-bigint v0.5.5 |
1489 | 2024-06-25T21:27:39.717Z | Compiling float-cmp v0.9.0 |
1490 | 2024-06-25T21:27:39.863Z | Checking cpufeatures v0.2.12 |
1491 | 2024-06-25T21:27:39.919Z | Compiling difflib v0.4.0 |
1492 | 2024-06-25T21:27:39.945Z | Compiling whoami v1.5.1 |
1493 | 2024-06-25T21:27:39.969Z | Compiling static_assertions v1.1.0 |
1494 | 2024-06-25T21:27:40.062Z | Compiling normalize-line-endings v0.3.0 |
1495 | 2024-06-25T21:27:40.177Z | Compiling data-encoding v2.6.0 |
1496 | 2024-06-25T21:27:40.496Z | Compiling predicates-core v1.0.6 |
1497 | 2024-06-25T21:27:40.858Z | Compiling predicates v3.1.0 |
1498 | 2024-06-25T21:27:41.089Z | Compiling diesel v2.1.6 |
1499 | 2024-06-25T21:27:41.324Z | Compiling yasna v0.5.2 |
1500 | 2024-06-25T21:27:42.199Z | Compiling elliptic-curve v0.13.8 |
1501 | 2024-06-25T21:27:42.317Z | Compiling trust-dns-proto v0.22.0 |
1502 | 2024-06-25T21:27:42.928Z | Compiling tokio-postgres v0.7.10 |
1503 | 2024-06-25T21:27:42.962Z | Compiling clap v4.5.4 |
1504 | 2024-06-25T21:27:43.067Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1505 | 2024-06-25T21:27:44.290Z | Compiling cipher v0.4.4 |
1506 | 2024-06-25T21:27:44.731Z | Compiling crossterm v0.27.0 |
1507 | 2024-06-25T21:27:46.577Z | Compiling similar v2.5.0 |
1508 | 2024-06-25T21:27:47.010Z | Compiling console v0.15.8 |
1509 | 2024-06-25T21:27:47.330Z | Compiling tokio-stream v0.1.15 |
1510 | 2024-06-25T21:27:47.791Z | Compiling bstr v1.9.1 |
1511 | 2024-06-25T21:27:48.332Z | Checking tracing-core v0.1.32 |
1512 | 2024-06-25T21:27:48.732Z | Checking percent-encoding v2.3.1 |
1513 | 2024-06-25T21:27:49.112Z | Checking form_urlencoded v1.2.1 |
1514 | 2024-06-25T21:27:49.196Z | Checking powerfmt v0.2.0 |
1515 | 2024-06-25T21:27:49.285Z | Checking unicode-ident v1.0.12 |
1516 | 2024-06-25T21:27:49.309Z | Checking time-core v0.1.2 |
1517 | 2024-06-25T21:27:49.434Z | Checking num-conv v0.1.0 |
1518 | 2024-06-25T21:27:49.459Z | Checking num_threads v0.1.7 |
1519 | 2024-06-25T21:27:49.459Z | Checking deranged v0.3.11 |
1520 | 2024-06-25T21:27:49.528Z | Checking httparse v1.8.0 |
1521 | 2024-06-25T21:27:49.853Z | Checking errno v0.3.9 |
1522 | 2024-06-25T21:27:49.998Z | Checking unicode-width v0.1.12 |
1523 | 2024-06-25T21:27:50.326Z | Checking proc-macro2 v1.0.86 |
1524 | 2024-06-25T21:27:50.734Z | Checking adler v1.0.2 |
1525 | 2024-06-25T21:27:50.820Z | Checking try-lock v0.2.5 |
1526 | 2024-06-25T21:27:50.915Z | Checking miniz_oxide v0.7.2 |
1527 | 2024-06-25T21:27:50.943Z | Checking quote v1.0.36 |
1528 | 2024-06-25T21:27:50.974Z | Checking base64 v0.21.7 |
1529 | 2024-06-25T21:27:51.375Z | Checking want v0.3.1 |
1530 | 2024-06-25T21:27:51.823Z | Checking tower-service v0.3.2 |
1531 | 2024-06-25T21:27:52.124Z | Checking httpdate v1.0.3 |
1532 | 2024-06-25T21:27:52.351Z | Checking foreign-types-shared v0.1.1 |
1533 | 2024-06-25T21:27:52.415Z | Checking openssl-probe v0.1.5 |
1534 | 2024-06-25T21:27:52.449Z | Checking foreign-types v0.3.2 |
1535 | 2024-06-25T21:27:52.533Z | Checking openssl-sys v0.9.102 |
1536 | 2024-06-25T21:27:52.558Z | Checking mime v0.3.17 |
1537 | 2024-06-25T21:27:52.811Z | Checking ipnet v2.9.0 |
1538 | 2024-06-25T21:27:53.514Z | Checking utf8parse v0.2.1 |
1539 | 2024-06-25T21:27:56.806Z | Checking encoding_rs v0.8.34 |
1540 | 2024-06-25T21:27:56.834Z | Checking anstyle v1.0.7 |
1541 | 2024-06-25T21:27:58.370Z | Checking rustls-pemfile v1.0.4 |
1542 | 2024-06-25T21:27:58.544Z | Checking sync_wrapper v0.1.2 |
1543 | 2024-06-25T21:27:58.632Z | Checking plain v0.2.3 |
1544 | 2024-06-25T21:27:58.665Z | Checking ucd-trie v0.1.6 |
1545 | 2024-06-25T21:27:58.751Z | Checking anstyle-parse v0.2.4 |
1546 | 2024-06-25T21:27:58.897Z | Checking anstyle-query v1.0.3 |
1547 | 2024-06-25T21:27:58.921Z | Checking is_terminal_polyfill v1.70.0 |
1548 | 2024-06-25T21:27:58.966Z | Checking colorchoice v1.0.1 |
1549 | 2024-06-25T21:27:58.991Z | Checking pretty-hex v0.4.1 |
1550 | 2024-06-25T21:27:59.099Z | Checking anstream v0.6.14 |
1551 | 2024-06-25T21:27:59.147Z | Checking thread-id v4.2.1 |
1552 | 2024-06-25T21:27:59.172Z | Checking clap_lex v0.7.0 |
1553 | 2024-06-25T21:27:59.245Z | Checking strsim v0.11.1 |
1554 | 2024-06-25T21:27:59.453Z | Checking memmap v0.7.0 |
1555 | 2024-06-25T21:27:59.632Z | Checking crc32fast v1.4.0 |
1556 | 2024-06-25T21:28:00.598Z | Checking flate2 v1.0.30 |
1557 | 2024-06-25T21:28:02.083Z | Checking winnow v0.6.8 |
1558 | 2024-06-25T21:28:08.681Z | Compiling regress v0.9.1 |
1559 | 2024-06-25T21:28:08.833Z | Compiling getopts v0.2.21 |
1560 | 2024-06-25T21:28:09.740Z | Compiling unsafe-libyaml v0.2.11 |
1561 | 2024-06-25T21:28:09.765Z | Checking heck v0.5.0 |
1562 | 2024-06-25T21:28:10.330Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1563 | 2024-06-25T21:28:10.630Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1564 | 2024-06-25T21:28:11.008Z | Compiling serde_yaml v0.9.34+deprecated |
1565 | 2024-06-25T21:28:11.077Z | Compiling paste v1.0.15 |
1566 | 2024-06-25T21:28:11.114Z | Checking camino v1.1.7 |
1567 | 2024-06-25T21:28:11.383Z | Checking is-terminal v0.4.12 |
1568 | 2024-06-25T21:28:11.494Z | Compiling strum_macros v0.26.2 |
1569 | 2024-06-25T21:28:11.572Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1570 | 2024-06-25T21:28:12.190Z | Compiling ident_case v1.0.1 |
1571 | 2024-06-25T21:28:12.347Z | Checking base64 v0.22.1 |
1572 | 2024-06-25T21:28:12.576Z | Compiling darling_core v0.20.9 |
1573 | 2024-06-25T21:28:12.775Z | Checking sha1 v0.10.6 |
1574 | 2024-06-25T21:28:12.835Z | Compiling rustls v0.22.4 |
1575 | 2024-06-25T21:28:13.002Z | Checking http v1.1.0 |
1576 | 2024-06-25T21:28:13.067Z | Checking match_cfg v0.1.0 |
1577 | 2024-06-25T21:28:13.147Z | Checking hostname v0.3.1 |
1578 | 2024-06-25T21:28:13.265Z | Checking dirs-sys-next v0.1.2 |
1579 | 2024-06-25T21:28:13.418Z | Compiling multer v3.1.0 |
1580 | 2024-06-25T21:28:13.710Z | Checking dirs-next v2.0.0 |
1581 | 2024-06-25T21:28:13.820Z | Checking crossbeam-channel v0.5.12 |
1582 | 2024-06-25T21:28:14.106Z | Compiling async-stream-impl v0.3.5 |
1583 | 2024-06-25T21:28:14.416Z | Checking thread_local v1.1.8 |
1584 | 2024-06-25T21:28:14.516Z | Checking rustls-pki-types v1.7.0 |
1585 | 2024-06-25T21:28:14.606Z | Checking term v0.7.0 |
1586 | 2024-06-25T21:28:14.653Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1587 | 2024-06-25T21:28:14.876Z | Checking take_mut v0.2.2 |
1588 | 2024-06-25T21:28:14.957Z | Checking slog-term v2.9.1 |
1589 | 2024-06-25T21:28:14.982Z | Checking toml v0.8.13 |
1590 | 2024-06-25T21:28:15.010Z | Checking slog-async v2.8.0 |
1591 | 2024-06-25T21:28:15.227Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1592 | 2024-06-25T21:28:15.265Z | Checking rustls-webpki v0.102.4 |
1593 | 2024-06-25T21:28:15.358Z | Checking slog-json v2.6.1 |
1594 | 2024-06-25T21:28:15.588Z | Checking instant v0.1.12 |
1595 | 2024-06-25T21:28:15.618Z | Checking slog-bunyan v2.5.0 |
1596 | 2024-06-25T21:28:15.681Z | Checking strum v0.26.2 |
1597 | 2024-06-25T21:28:15.705Z | Checking rustls-pemfile v2.1.2 |
1598 | 2024-06-25T21:28:15.759Z | Checking fastrand v2.1.0 |
1599 | 2024-06-25T21:28:15.868Z | Checking debug-ignore v1.0.5 |
1600 | 2024-06-25T21:28:15.983Z | Checking atomic-waker v1.1.2 |
1601 | 2024-06-25T21:28:16.010Z | Checking quick-error v1.2.3 |
1602 | 2024-06-25T21:28:16.075Z | Checking tempfile v3.10.1 |
1603 | 2024-06-25T21:28:16.117Z | Checking waitgroup v0.1.2 |
1604 | 2024-06-25T21:28:16.141Z | Checking async-stream v0.3.5 |
1605 | 2024-06-25T21:28:16.314Z | Checking serde_path_to_error v0.1.16 |
1606 | 2024-06-25T21:28:16.395Z | Compiling structmeta-derive v0.3.0 |
1607 | 2024-06-25T21:28:16.598Z | Checking hostname v0.4.0 |
1608 | 2024-06-25T21:28:16.709Z | Checking newtype-uuid v1.1.0 |
1609 | 2024-06-25T21:28:16.835Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1610 | 2024-06-25T21:28:16.912Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1611 | 2024-06-25T21:28:17.090Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1612 | 2024-06-25T21:28:17.158Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1613 | 2024-06-25T21:28:17.394Z | Checking macaddr v1.0.1 |
1614 | 2024-06-25T21:28:17.436Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1615 | 2024-06-25T21:28:17.569Z | Checking backoff v0.4.0 |
1616 | 2024-06-25T21:28:17.675Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1617 | 2024-06-25T21:28:17.710Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1618 | 2024-06-25T21:28:17.815Z | Checking wait-timeout v0.2.0 |
1619 | 2024-06-25T21:28:17.839Z | Compiling structmeta-derive v0.2.0 |
1620 | 2024-06-25T21:28:17.976Z | Checking rusty-fork v0.3.0 |
1621 | 2024-06-25T21:28:18.008Z | Checking rand_xorshift v0.3.0 |
1622 | 2024-06-25T21:28:18.164Z | Checking unarray v0.1.4 |
1623 | 2024-06-25T21:28:18.223Z | Compiling proc-macro-error v1.0.4 |
1624 | 2024-06-25T21:28:18.300Z | Checking proptest v1.4.0 |
1625 | 2024-06-25T21:28:18.578Z | Compiling darling_macro v0.20.9 |
1626 | 2024-06-25T21:28:18.819Z | Checking camino-tempfile v1.1.1 |
1627 | 2024-06-25T21:28:18.921Z | Compiling structmeta v0.3.0 |
1628 | 2024-06-25T21:28:18.945Z | Checking tokio-rustls v0.25.0 |
1629 | 2024-06-25T21:28:19.064Z | Compiling proc-macro-crate v1.3.1 |
1630 | 2024-06-25T21:28:19.321Z | Compiling parse-display-derive v0.9.0 |
1631 | 2024-06-25T21:28:19.415Z | Compiling darling v0.20.9 |
1632 | 2024-06-25T21:28:19.518Z | Compiling serde_with_macros v3.8.1 |
1633 | 2024-06-25T21:28:20.004Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1634 | 2024-06-25T21:28:20.306Z | Compiling num_enum_derive v0.5.11 |
1635 | 2024-06-25T21:28:20.331Z | Compiling structmeta v0.2.0 |
1636 | 2024-06-25T21:28:20.686Z | Compiling test-strategy v0.3.1 |
1637 | 2024-06-25T21:28:22.023Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1638 | 2024-06-25T21:28:22.054Z | Checking serde_with v3.8.1 |
1639 | 2024-06-25T21:28:22.235Z | Compiling foreign-types-macros v0.2.3 |
1640 | 2024-06-25T21:28:22.295Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1641 | 2024-06-25T21:28:22.537Z | Checking foreign-types-shared v0.3.1 |
1642 | 2024-06-25T21:28:22.582Z | Checking num_enum v0.5.11 |
1643 | 2024-06-25T21:28:22.805Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1644 | 2024-06-25T21:28:22.867Z | Checking cstr-argument v0.1.2 |
1645 | 2024-06-25T21:28:23.015Z | Checking pretty-hex v0.2.1 |
1646 | 2024-06-25T21:28:23.153Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1647 | 2024-06-25T21:28:23.311Z | Checking foreign-types v0.5.0 |
1648 | 2024-06-25T21:28:23.338Z | Checking parse-display v0.9.0 |
1649 | 2024-06-25T21:28:23.386Z | Checking tabwriter v1.4.0 |
1650 | 2024-06-25T21:28:23.419Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1651 | 2024-06-25T21:28:23.543Z | Checking colored v2.1.0 |
1652 | 2024-06-25T21:28:23.588Z | Checking socket2 v0.4.10 |
1653 | 2024-06-25T21:28:23.633Z | Checking smf v0.2.3 |
1654 | 2024-06-25T21:28:23.682Z | Checking humantime v2.1.0 |
1655 | 2024-06-25T21:28:23.783Z | Checking termcolor v1.4.1 |
1656 | 2024-06-25T21:28:23.923Z | Checking arc-swap v1.7.1 |
1657 | 2024-06-25T21:28:23.961Z | Checking newline-converter v0.3.0 |
1658 | 2024-06-25T21:28:24.018Z | Checking xattr v1.3.1 |
1659 | 2024-06-25T21:28:24.042Z | Checking filetime v0.2.23 |
1660 | 2024-06-25T21:28:24.107Z | Checking same-file v1.0.6 |
1661 | 2024-06-25T21:28:24.135Z | Checking expectorate v1.1.0 |
1662 | 2024-06-25T21:28:24.191Z | Checking utf-8 v0.7.6 |
1663 | 2024-06-25T21:28:24.223Z | Checking tar v0.4.40 |
1664 | 2024-06-25T21:28:24.257Z | Checking walkdir v2.5.0 |
1665 | 2024-06-25T21:28:24.282Z | Checking termtree v0.4.1 |
1666 | 2024-06-25T21:28:24.310Z | Checking slog-scope v4.4.0 |
1667 | 2024-06-25T21:28:24.375Z | Compiling heapless v0.8.0 |
1668 | 2024-06-25T21:28:24.456Z | Checking predicates-tree v1.0.9 |
1669 | 2024-06-25T21:28:24.484Z | Checking slog-stdlog v4.1.1 |
1670 | 2024-06-25T21:28:24.509Z | Checking hash32 v0.3.1 |
1671 | 2024-06-25T21:28:24.582Z | Compiling smoltcp v0.11.0 |
1672 | 2024-06-25T21:28:24.628Z | Checking slog-envlogger v2.2.0 |
1673 | 2024-06-25T21:28:24.664Z | Compiling crucible-workspace-hack v0.1.0 |
1674 | 2024-06-25T21:28:24.809Z | Checking embedded-io v0.4.0 |
1675 | 2024-06-25T21:28:24.853Z | Checking cobs v0.2.3 |
1676 | 2024-06-25T21:28:24.878Z | Checking sigpipe v0.1.3 |
1677 | 2024-06-25T21:28:24.923Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1678 | 2024-06-25T21:28:24.989Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1679 | 2024-06-25T21:28:25.014Z | Checking postcard v1.0.8 |
1680 | 2024-06-25T21:28:25.112Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1681 | 2024-06-25T21:28:25.137Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1682 | 2024-06-25T21:28:25.222Z | Checking pem v3.0.4 |
1683 | 2024-06-25T21:28:25.246Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1684 | 2024-06-25T21:28:25.432Z | Checking tungstenite v0.20.1 |
1685 | 2024-06-25T21:28:25.457Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1686 | 2024-06-25T21:28:25.655Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1687 | 2024-06-25T21:28:25.918Z | Compiling mockall_derive v0.12.1 |
1688 | 2024-06-25T21:28:26.044Z | Compiling num-derive v0.4.2 |
1689 | 2024-06-25T21:28:26.278Z | Compiling derive-where v1.2.7 |
1690 | 2024-06-25T21:28:26.715Z | Checking atty v0.2.14 |
1691 | 2024-06-25T21:28:26.793Z | Checking downcast v0.11.0 |
1692 | 2024-06-25T21:28:26.824Z | Checking fragile v2.0.0 |
1693 | 2024-06-25T21:28:26.962Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1694 | 2024-06-25T21:28:27.047Z | Checking tokio-tungstenite v0.20.1 |
1695 | 2024-06-25T21:28:27.197Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1696 | 2024-06-25T21:28:27.431Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1697 | 2024-06-25T21:28:27.564Z | Checking tungstenite v0.21.0 |
1698 | 2024-06-25T21:28:27.641Z | Checking env_logger v0.9.3 |
1699 | 2024-06-25T21:28:27.931Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1700 | 2024-06-25T21:28:27.996Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1701 | 2024-06-25T21:28:28.289Z | Checking tokio-tungstenite v0.21.0 |
1702 | 2024-06-25T21:28:28.314Z | Compiling bitstruct_derive v0.1.0 |
1703 | 2024-06-25T21:28:28.340Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1704 | 2024-06-25T21:28:28.372Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1705 | 2024-06-25T21:28:28.445Z | Checking ascii v1.1.0 |
1706 | 2024-06-25T21:28:28.745Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1707 | 2024-06-25T21:28:28.825Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1708 | 2024-06-25T21:28:28.894Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1709 | 2024-06-25T21:28:29.112Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1710 | 2024-06-25T21:28:29.226Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1711 | 2024-06-25T21:28:29.370Z | Checking erased-serde v0.3.31 |
1712 | 2024-06-25T21:28:29.464Z | Checking serde_arrays v0.1.0 |
1713 | 2024-06-25T21:28:29.501Z | Checking bitstruct v0.1.1 |
1714 | 2024-06-25T21:28:29.576Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1715 | 2024-06-25T21:28:29.601Z | Compiling heck v0.3.3 |
1716 | 2024-06-25T21:28:29.625Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1717 | 2024-06-25T21:28:29.649Z | Checking headers-core v0.2.0 |
1718 | 2024-06-25T21:28:29.771Z | Checking base64 v0.13.1 |
1719 | 2024-06-25T21:28:29.959Z | Compiling zone_cfg_derive v0.1.2 |
1720 | 2024-06-25T21:28:30.126Z | Checking ron v0.7.1 |
1721 | 2024-06-25T21:28:30.270Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1722 | 2024-06-25T21:28:30.930Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1723 | 2024-06-25T21:28:31.016Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1724 | 2024-06-25T21:28:31.150Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1725 | 2024-06-25T21:28:31.181Z | Checking headers v0.3.9 |
1726 | 2024-06-25T21:28:31.208Z | Checking zone v0.1.8 |
1727 | 2024-06-25T21:28:31.287Z | Checking portpicker v0.1.1 |
1728 | 2024-06-25T21:28:31.403Z | Checking rcgen v0.12.1 |
1729 | 2024-06-25T21:28:31.740Z | Checking atomicwrites v0.4.3 |
1730 | 2024-06-25T21:28:31.895Z | Checking subprocess v0.2.9 |
1731 | 2024-06-25T21:28:31.965Z | Compiling convert_case v0.4.0 |
1732 | 2024-06-25T21:28:32.059Z | Checking password-hash v0.5.0 |
1733 | 2024-06-25T21:28:32.351Z | Checking blake2 v0.10.6 |
1734 | 2024-06-25T21:28:32.432Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1735 | 2024-06-25T21:28:32.459Z | Checking linked-hash-map v0.5.6 |
1736 | 2024-06-25T21:28:32.623Z | Checking mockall v0.12.1 |
1737 | 2024-06-25T21:28:32.691Z | Compiling prettyplease v0.2.20 |
1738 | 2024-06-25T21:28:32.716Z | Checking swrite v0.1.0 |
1739 | 2024-06-25T21:28:32.742Z | Checking lru-cache v0.1.2 |
1740 | 2024-06-25T21:28:32.767Z | Checking argon2 v0.5.3 |
1741 | 2024-06-25T21:28:32.808Z | Compiling derive_more v0.99.17 |
1742 | 2024-06-25T21:28:32.833Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1743 | 2024-06-25T21:28:33.159Z | Compiling rayon-core v1.12.1 |
1744 | 2024-06-25T21:28:33.280Z | Checking resolv-conf v0.7.0 |
1745 | 2024-06-25T21:28:33.307Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1746 | 2024-06-25T21:28:33.414Z | Checking half v2.4.1 |
1747 | 2024-06-25T21:28:33.564Z | Checking trust-dns-resolver v0.22.0 |
1748 | 2024-06-25T21:28:33.600Z | Checking ciborium-io v0.2.2 |
1749 | 2024-06-25T21:28:33.662Z | Compiling semver v0.1.20 |
1750 | 2024-06-25T21:28:33.714Z | Compiling cancel-safe-futures v0.1.5 |
1751 | 2024-06-25T21:28:33.810Z | Checking ciborium-ll v0.2.2 |
1752 | 2024-06-25T21:28:33.985Z | Compiling rustc_version v0.1.7 |
1753 | 2024-06-25T21:28:34.053Z | Checking ciborium v0.2.2 |
1754 | 2024-06-25T21:28:34.436Z | Compiling newtype_derive v0.1.6 |
1755 | 2024-06-25T21:28:34.664Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1756 | 2024-06-25T21:28:35.293Z | Checking num-rational v0.4.2 |
1757 | 2024-06-25T21:28:35.317Z | Checking num-complex v0.4.6 |
1758 | 2024-06-25T21:28:35.493Z | Compiling slog-dtrace v0.3.0 |
1759 | 2024-06-25T21:28:35.806Z | Checking signature v2.2.0 |
1760 | 2024-06-25T21:28:35.959Z | Checking float-ord v0.3.2 |
1761 | 2024-06-25T21:28:36.047Z | Checking steno v0.4.0 |
1762 | 2024-06-25T21:28:36.079Z | Checking num v0.4.3 |
1763 | 2024-06-25T21:28:37.548Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1764 | 2024-06-25T21:28:37.807Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1765 | 2024-06-25T21:28:37.891Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1766 | 2024-06-25T21:28:38.671Z | Checking libsw v3.3.1 |
1767 | 2024-06-25T21:28:39.159Z | Checking owo-colors v4.0.0 |
1768 | 2024-06-25T21:28:39.264Z | Checking linear-map v1.2.0 |
1769 | 2024-06-25T21:28:40.564Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1770 | 2024-06-25T21:28:40.645Z | Checking nibble_vec v0.1.0 |
1771 | 2024-06-25T21:28:40.821Z | Checking endian-type v0.1.2 |
1772 | 2024-06-25T21:28:41.005Z | Checking radix_trie v0.2.1 |
1773 | 2024-06-25T21:28:41.269Z | Checking fxhash v0.2.1 |
1774 | 2024-06-25T21:28:41.347Z | Checking display-error-chain v0.2.0 |
1775 | 2024-06-25T21:28:41.421Z | Compiling home v0.5.9 |
1776 | 2024-06-25T21:28:41.471Z | Compiling radium v0.7.0 |
1777 | 2024-06-25T21:28:41.495Z | Checking tap v1.0.1 |
1778 | 2024-06-25T21:28:41.638Z | Compiling maybe-uninit v2.0.0 |
1779 | 2024-06-25T21:28:41.672Z | Checking wyz v0.5.1 |
1780 | 2024-06-25T21:28:41.987Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1781 | 2024-06-25T21:28:42.114Z | Checking crc-catalog v2.4.0 |
1782 | 2024-06-25T21:28:42.185Z | Compiling num-bigint-dig v0.8.4 |
1783 | 2024-06-25T21:28:42.239Z | Compiling packed_struct v0.10.1 |
1784 | 2024-06-25T21:28:42.351Z | Checking funty v2.0.0 |
1785 | 2024-06-25T21:28:42.612Z | Checking crc v3.2.1 |
1786 | 2024-06-25T21:28:42.802Z | Compiling packed_struct_codegen v0.10.1 |
1787 | 2024-06-25T21:28:42.958Z | Compiling indexmap v1.9.3 |
1788 | 2024-06-25T21:28:43.051Z | Checking nodrop v0.1.14 |
1789 | 2024-06-25T21:28:43.126Z | Checking bitvec v1.0.1 |
1790 | 2024-06-25T21:28:43.160Z | Checking array-init v0.0.4 |
1791 | 2024-06-25T21:28:43.331Z | Checking smallvec v0.6.14 |
1792 | 2024-06-25T21:28:43.959Z | Checking pkcs1 v0.7.5 |
1793 | 2024-06-25T21:28:44.132Z | Compiling ring v0.16.20 |
1794 | 2024-06-25T21:28:44.298Z | Compiling blake3 v1.5.1 |
1795 | 2024-06-25T21:28:44.770Z | Checking hashbrown v0.12.3 |
1796 | 2024-06-25T21:28:44.932Z | Checking bitfield v0.14.0 |
1797 | 2024-06-25T21:28:45.157Z | Checking serde-hex v0.1.0 |
1798 | 2024-06-25T21:28:45.311Z | Checking rsa v0.9.6 |
1799 | 2024-06-25T21:28:45.483Z | Checking bzip2 v0.4.4 |
1800 | 2024-06-25T21:28:45.727Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1801 | 2024-06-25T21:28:45.960Z | Checking env_logger v0.10.2 |
1802 | 2024-06-25T21:28:46.209Z | Checking x509-cert v0.2.5 |
1803 | 2024-06-25T21:28:46.234Z | Checking ron v0.8.1 |
1804 | 2024-06-25T21:28:46.305Z | Checking hashbrown v0.13.2 |
1805 | 2024-06-25T21:28:47.137Z | Checking crc-any v2.5.0 |
1806 | 2024-06-25T21:28:47.161Z | Checking object v0.30.4 |
1807 | 2024-06-25T21:28:47.223Z | Checking zip v0.6.6 |
1808 | 2024-06-25T21:28:47.249Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1809 | 2024-06-25T21:28:47.436Z | Checking path-slash v0.1.5 |
1810 | 2024-06-25T21:28:47.460Z | Compiling async-recursion v1.1.1 |
1811 | 2024-06-25T21:28:47.487Z | Checking gethostname v0.4.3 |
1812 | 2024-06-25T21:28:47.562Z | Compiling libefi-sys v0.1.0 |
1813 | 2024-06-25T21:28:47.611Z | Checking maplit v1.0.2 |
1814 | 2024-06-25T21:28:47.714Z | Compiling parking_lot_core v0.8.6 |
1815 | 2024-06-25T21:28:47.766Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1816 | 2024-06-25T21:28:48.131Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1817 | 2024-06-25T21:28:48.158Z | Compiling crossbeam-deque v0.8.5 |
1818 | 2024-06-25T21:28:48.251Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1819 | 2024-06-25T21:28:48.312Z | Checking keccak v0.1.5 |
1820 | 2024-06-25T21:28:48.383Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1821 | 2024-06-25T21:28:48.519Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1822 | 2024-06-25T21:28:48.584Z | Checking sha3 v0.10.8 |
1823 | 2024-06-25T21:28:48.843Z | Checking parking_lot v0.11.2 |
1824 | 2024-06-25T21:28:49.133Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1825 | 2024-06-25T21:28:49.158Z | Checking trust-dns-client v0.22.0 |
1826 | 2024-06-25T21:28:49.290Z | Checking toml v0.5.11 |
1827 | 2024-06-25T21:28:49.351Z | Checking secrecy v0.8.0 |
1828 | 2024-06-25T21:28:49.532Z | Checking sled v0.34.7 |
1829 | 2024-06-25T21:28:49.602Z | Compiling rayon v1.10.0 |
1830 | 2024-06-25T21:28:50.423Z | Checking trust-dns-server v0.22.1 |
1831 | 2024-06-25T21:28:50.448Z | Compiling memmap2 v0.9.4 |
1832 | 2024-06-25T21:28:50.472Z | Compiling arrayref v0.3.7 |
1833 | 2024-06-25T21:28:50.561Z | Compiling arrayvec v0.7.4 |
1834 | 2024-06-25T21:28:50.847Z | Compiling buf-list v1.0.3 |
1835 | 2024-06-25T21:28:50.935Z | Compiling constant_time_eq v0.3.0 |
1836 | 2024-06-25T21:28:51.095Z | Compiling untrusted v0.7.1 |
1837 | 2024-06-25T21:28:51.976Z | Compiling toolchain_find v0.4.0 |
1838 | 2024-06-25T21:28:52.123Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1839 | 2024-06-25T21:28:52.338Z | Compiling topological-sort v0.2.2 |
1840 | 2024-06-25T21:28:52.556Z | Compiling rustfmt-wrapper v0.2.1 |
1841 | 2024-06-25T21:28:52.624Z | Checking glob v0.3.1 |
1842 | 2024-06-25T21:28:52.856Z | Compiling platforms v3.4.0 |
1843 | 2024-06-25T21:28:52.891Z | Checking universal-hash v0.5.1 |
1844 | 2024-06-25T21:28:53.006Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1845 | 2024-06-25T21:28:53.203Z | Checking opaque-debug v0.3.1 |
1846 | 2024-06-25T21:28:53.271Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1847 | 2024-06-25T21:28:53.297Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1848 | 2024-06-25T21:28:53.418Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1849 | 2024-06-25T21:28:54.350Z | Compiling omicron-zone-package v0.11.0 |
1850 | 2024-06-25T21:28:54.411Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1851 | 2024-06-25T21:28:55.389Z | Compiling curve25519-dalek v4.1.2 |
1852 | 2024-06-25T21:28:56.006Z | Compiling curve25519-dalek-derive v0.1.1 |
1853 | 2024-06-25T21:28:56.579Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1854 | 2024-06-25T21:28:56.850Z | Checking aead v0.5.2 |
1855 | 2024-06-25T21:28:56.885Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1856 | 2024-06-25T21:28:57.046Z | Compiling pin-project-internal v1.1.5 |
1857 | 2024-06-25T21:28:57.221Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1858 | 2024-06-25T21:28:58.443Z | Compiling vte_generate_state_changes v0.1.1 |
1859 | 2024-06-25T21:28:58.763Z | Compiling unicase v2.7.0 |
1860 | 2024-06-25T21:28:58.788Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1861 | 2024-06-25T21:28:58.951Z | Checking vte v0.11.1 |
1862 | 2024-06-25T21:28:59.196Z | Checking poly1305 v0.8.0 |
1863 | 2024-06-25T21:28:59.352Z | Checking chacha20 v0.9.1 |
1864 | 2024-06-25T21:28:59.595Z | Checking pin-project v1.1.5 |
1865 | 2024-06-25T21:28:59.625Z | Checking fd-lock v4.0.2 |
1866 | 2024-06-25T21:28:59.650Z | Compiling thiserror-impl-no-std v2.0.2 |
1867 | 2024-06-25T21:28:59.716Z | Checking nanorand v0.7.0 |
1868 | 2024-06-25T21:28:59.741Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1869 | 2024-06-25T21:28:59.766Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1870 | 2024-06-25T21:28:59.799Z | Checking kstat-rs v0.2.4 |
1871 | 2024-06-25T21:28:59.970Z | Checking strip-ansi-escapes v0.2.0 |
1872 | 2024-06-25T21:28:59.997Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1873 | 2024-06-25T21:29:00.077Z | Checking flume v0.11.0 |
1874 | 2024-06-25T21:29:00.101Z | Checking nu-ansi-term v0.50.0 |
1875 | 2024-06-25T21:29:00.137Z | Checking chacha20poly1305 v0.10.1 |
1876 | 2024-06-25T21:29:00.302Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1877 | 2024-06-25T21:29:00.426Z | Checking reedline v0.31.0 |
1878 | 2024-06-25T21:29:00.451Z | Compiling crunchy v0.2.2 |
1879 | 2024-06-25T21:29:00.593Z | Compiling mime_guess v2.0.4 |
1880 | 2024-06-25T21:29:00.914Z | Compiling clang-sys v1.7.0 |
1881 | 2024-06-25T21:29:01.171Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1882 | 2024-06-25T21:29:01.465Z | Compiling tiny-keccak v2.0.2 |
1883 | 2024-06-25T21:29:01.858Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1884 | 2024-06-25T21:29:02.008Z | Compiling memoffset v0.9.1 |
1885 | 2024-06-25T21:29:02.080Z | Checking bytecount v0.6.8 |
1886 | 2024-06-25T21:29:02.220Z | Compiling ref-cast v1.0.23 |
1887 | 2024-06-25T21:29:02.301Z | Checking thiserror-no-std v2.0.2 |
1888 | 2024-06-25T21:29:02.399Z | Checking papergrid v0.11.0 |
1889 | 2024-06-25T21:29:02.429Z | Checking vsss-rs v3.3.4 |
1890 | 2024-06-25T21:29:03.075Z | Compiling ascii-canvas v3.0.0 |
1891 | 2024-06-25T21:29:03.217Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1892 | 2024-06-25T21:29:03.442Z | Compiling tabled_derive v0.7.0 |
1893 | 2024-06-25T21:29:03.624Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1894 | 2024-06-25T21:29:03.821Z | Compiling snafu-derive v0.8.2 |
1895 | 2024-06-25T21:29:03.853Z | Compiling ref-cast-impl v1.0.23 |
1896 | 2024-06-25T21:29:04.500Z | Compiling ena v0.14.3 |
1897 | 2024-06-25T21:29:04.833Z | Compiling libloading v0.8.3 |
1898 | 2024-06-25T21:29:04.857Z | Compiling regex-syntax v0.6.29 |
1899 | 2024-06-25T21:29:05.002Z | Compiling bindgen v0.69.4 |
1900 | 2024-06-25T21:29:05.211Z | Checking http-range v0.1.5 |
1901 | 2024-06-25T21:29:05.368Z | Compiling diff v0.1.13 |
1902 | 2024-06-25T21:29:05.529Z | Checking tabled v0.15.0 |
1903 | 2024-06-25T21:29:05.655Z | Checking hyper-staticfile v0.9.5 |
1904 | 2024-06-25T21:29:06.217Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1905 | 2024-06-25T21:29:07.299Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1906 | 2024-06-25T21:29:08.087Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1907 | 2024-06-25T21:29:08.696Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1908 | 2024-06-25T21:29:09.646Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1909 | 2024-06-25T21:29:09.705Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1910 | 2024-06-25T21:29:11.265Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1911 | 2024-06-25T21:29:11.949Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1912 | 2024-06-25T21:29:12.574Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1913 | 2024-06-25T21:29:13.120Z | Checking snafu v0.8.2 |
1914 | 2024-06-25T21:29:13.556Z | Compiling lalrpop v0.19.12 |
1915 | 2024-06-25T21:29:13.703Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1916 | 2024-06-25T21:29:14.755Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1917 | 2024-06-25T21:29:14.802Z | Compiling which v4.4.2 |
1918 | 2024-06-25T21:29:15.343Z | Checking globset v0.4.14 |
1919 | 2024-06-25T21:29:15.759Z | Checking olpc-cjson v0.1.3 |
1920 | 2024-06-25T21:29:15.984Z | Compiling cexpr v0.6.0 |
1921 | 2024-06-25T21:29:16.729Z | Checking serde_plain v1.0.2 |
1922 | 2024-06-25T21:29:16.935Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1923 | 2024-06-25T21:29:17.156Z | Checking typed-path v0.7.1 |
1924 | 2024-06-25T21:29:17.453Z | Compiling rustc-hash v1.1.0 |
1925 | 2024-06-25T21:29:17.587Z | Compiling lazycell v1.3.0 |
1926 | 2024-06-25T21:29:17.740Z | Compiling salty v0.2.0 |
1927 | 2024-06-25T21:29:18.160Z | Compiling cfg_aliases v0.1.1 |
1928 | 2024-06-25T21:29:18.233Z | Compiling shlex v1.3.0 |
1929 | 2024-06-25T21:29:18.270Z | Checking signature v1.6.4 |
1930 | 2024-06-25T21:29:18.396Z | Checking ed25519 v1.5.3 |
1931 | 2024-06-25T21:29:18.480Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1932 | 2024-06-25T21:29:18.616Z | Compiling nix v0.28.0 |
1933 | 2024-06-25T21:29:18.677Z | Checking tough v0.17.1 |
1934 | 2024-06-25T21:29:19.380Z | Checking nix v0.27.1 |
1935 | 2024-06-25T21:29:21.123Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1936 | 2024-06-25T21:29:22.299Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1937 | 2024-06-25T21:29:22.424Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1938 | 2024-06-25T21:29:22.742Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1939 | 2024-06-25T21:29:22.952Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1940 | 2024-06-25T21:29:23.000Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1941 | 2024-06-25T21:29:23.179Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1942 | 2024-06-25T21:29:23.574Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1943 | 2024-06-25T21:29:23.843Z | Compiling derive_builder_core v0.20.0 |
1944 | 2024-06-25T21:29:24.436Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1945 | 2024-06-25T21:29:24.992Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1946 | 2024-06-25T21:29:25.340Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1947 | 2024-06-25T21:29:25.902Z | Checking serde-big-array v0.5.1 |
1948 | 2024-06-25T21:29:26.097Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1949 | 2024-06-25T21:29:26.521Z | Compiling libxml v0.3.3 |
1950 | 2024-06-25T21:29:26.546Z | Checking parse-size v1.0.0 |
1951 | 2024-06-25T21:29:26.788Z | Compiling derive_builder_macro v0.20.0 |
1952 | 2024-06-25T21:29:26.813Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1953 | 2024-06-25T21:29:27.015Z | Checking signal-hook-tokio v0.3.1 |
1954 | 2024-06-25T21:29:27.078Z | Checking serde-big-array v0.4.1 |
1955 | 2024-06-25T21:29:27.166Z | Compiling strum_macros v0.24.3 |
1956 | 2024-06-25T21:29:27.226Z | Compiling cookie v0.18.1 |
1957 | 2024-06-25T21:29:27.416Z | Compiling indoc v1.0.9 |
1958 | 2024-06-25T21:29:27.513Z | Checking derive_builder v0.20.0 |
1959 | 2024-06-25T21:29:27.538Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1960 | 2024-06-25T21:29:28.310Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1961 | 2024-06-25T21:29:28.398Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1962 | 2024-06-25T21:29:29.639Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1963 | 2024-06-25T21:29:29.692Z | Compiling peg-macros v0.8.3 |
1964 | 2024-06-25T21:29:29.866Z | Checking quick-xml v0.31.0 |
1965 | 2024-06-25T21:29:30.253Z | Compiling oso-derive v0.27.3 |
1966 | 2024-06-25T21:29:30.315Z | Compiling impl-trait-for-tuples v0.2.2 |
1967 | 2024-06-25T21:29:31.136Z | Compiling sqlparser_derive v0.2.2 |
1968 | 2024-06-25T21:29:31.530Z | Checking heck v0.4.1 |
1969 | 2024-06-25T21:29:31.703Z | Checking corncobs v0.1.3 |
1970 | 2024-06-25T21:29:32.010Z | Checking unicode_categories v0.1.1 |
1971 | 2024-06-25T21:29:32.035Z | Checking rustyline v14.0.0 |
1972 | 2024-06-25T21:29:32.262Z | Checking sqlformat v0.2.3 |
1973 | 2024-06-25T21:29:32.626Z | Checking peg v0.8.3 |
1974 | 2024-06-25T21:29:32.721Z | Checking sqlparser v0.45.0 |
1975 | 2024-06-25T21:29:33.354Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1976 | 2024-06-25T21:29:33.522Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1977 | 2024-06-25T21:29:34.259Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1978 | 2024-06-25T21:29:34.783Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1979 | 2024-06-25T21:29:35.709Z | Checking bcs v0.1.6 |
1980 | 2024-06-25T21:29:35.782Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1981 | 2024-06-25T21:29:36.025Z | Checking highway v1.1.0 |
1982 | 2024-06-25T21:29:36.187Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1983 | 2024-06-25T21:29:36.362Z | Compiling const_format_proc_macros v0.2.32 |
1984 | 2024-06-25T21:29:36.407Z | Checking bb8 v0.8.3 |
1985 | 2024-06-25T21:29:36.801Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1986 | 2024-06-25T21:29:37.615Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1987 | 2024-06-25T21:29:38.183Z | Checking const_format v0.2.32 |
1988 | 2024-06-25T21:29:38.577Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1989 | 2024-06-25T21:29:39.171Z | Checking assert_matches v1.5.0 |
1990 | 2024-06-25T21:29:39.288Z | Compiling portable-atomic v1.6.0 |
1991 | 2024-06-25T21:29:39.719Z | Checking rand_seeder v0.2.3 |
1992 | 2024-06-25T21:29:39.887Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1993 | 2024-06-25T21:29:39.963Z | Checking number_prefix v0.4.0 |
1994 | 2024-06-25T21:29:40.099Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1995 | 2024-06-25T21:29:40.167Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1996 | 2024-06-25T21:29:40.582Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1997 | 2024-06-25T21:29:40.816Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1998 | 2024-06-25T21:29:40.897Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1999 | 2024-06-25T21:29:41.264Z | Checking indicatif v0.17.8 |
2000 | 2024-06-25T21:29:41.874Z | Checking castaway v0.2.2 |
2001 | 2024-06-25T21:29:41.921Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2002 | 2024-06-25T21:29:41.985Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2003 | 2024-06-25T21:29:42.040Z | Checking compact_str v0.7.1 |
2004 | 2024-06-25T21:29:42.165Z | Checking lru v0.12.3 |
2005 | 2024-06-25T21:29:42.228Z | Compiling stability v0.2.0 |
2006 | 2024-06-25T21:29:42.409Z | Checking cassowary v0.3.0 |
2007 | 2024-06-25T21:29:42.662Z | Compiling indoc v2.0.5 |
2008 | 2024-06-25T21:29:42.795Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2009 | 2024-06-25T21:29:43.041Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2010 | 2024-06-25T21:29:43.564Z | Checking ratatui v0.26.2 |
2011 | 2024-06-25T21:29:44.115Z | Checking smawk v0.3.2 |
2012 | 2024-06-25T21:29:44.318Z | Checking unicode-linebreak v0.1.5 |
2013 | 2024-06-25T21:29:44.681Z | Checking textwrap v0.16.1 |
2014 | 2024-06-25T21:29:44.736Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2015 | 2024-06-25T21:29:45.005Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2016 | 2024-06-25T21:29:45.239Z | Checking is_ci v1.2.0 |
2017 | 2024-06-25T21:29:45.279Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2018 | 2024-06-25T21:29:45.363Z | Checking supports-color v3.0.0 |
2019 | 2024-06-25T21:29:45.552Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2020 | 2024-06-25T21:29:45.677Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2021 | 2024-06-25T21:29:45.944Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2022 | 2024-06-25T21:29:46.265Z | Checking fatfs v0.3.6 |
2023 | 2024-06-25T21:29:47.110Z | Checking shell-words v1.1.0 |
2024 | 2024-06-25T21:29:47.265Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2025 | 2024-06-25T21:29:47.329Z | Checking cargo-platform v0.1.8 |
2026 | 2024-06-25T21:29:47.593Z | Checking rtoolbox v0.0.2 |
2027 | 2024-06-25T21:29:47.758Z | Compiling getrandom v0.1.16 |
2028 | 2024-06-25T21:29:48.368Z | Checking rpassword v7.3.1 |
2029 | 2024-06-25T21:29:48.503Z | Checking cargo_metadata v0.18.1 |
2030 | 2024-06-25T21:29:49.866Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2031 | 2024-06-25T21:29:49.891Z | Checking tui-tree-widget v0.19.0 |
2032 | 2024-06-25T21:29:50.384Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2033 | 2024-06-25T21:29:51.281Z | Checking rfc6979 v0.4.0 |
2034 | 2024-06-25T21:29:51.970Z | Checking ecdsa v0.16.9 |
2035 | 2024-06-25T21:29:51.997Z | Checking rand_core v0.5.1 |
2036 | 2024-06-25T21:29:52.258Z | Checking primeorder v0.13.6 |
2037 | 2024-06-25T21:29:52.568Z | Checking md5 v0.7.0 |
2038 | 2024-06-25T21:29:52.653Z | Checking yansi v0.5.1 |
2039 | 2024-06-25T21:29:52.808Z | Checking option-ext v0.2.0 |
2040 | 2024-06-25T21:29:52.928Z | Checking dirs-sys v0.4.1 |
2041 | 2024-06-25T21:29:53.077Z | Checking pretty_assertions v1.4.0 |
2042 | 2024-06-25T21:29:53.107Z | Checking rand_chacha v0.2.2 |
2043 | 2024-06-25T21:29:53.249Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2044 | 2024-06-25T21:29:53.273Z | Checking polyval v0.6.2 |
2045 | 2024-06-25T21:29:53.398Z | Checking ed25519 v2.2.3 |
2046 | 2024-06-25T21:29:53.502Z | Checking ctr v0.9.2 |
2047 | 2024-06-25T21:29:53.605Z | Checking aes v0.8.4 |
2048 | 2024-06-25T21:29:53.749Z | Checking blowfish v0.9.1 |
2049 | 2024-06-25T21:29:53.949Z | Checking password-hash v0.4.2 |
2050 | 2024-06-25T21:29:54.318Z | Checking pbkdf2 v0.12.2 |
2051 | 2024-06-25T21:29:54.363Z | Checking hex-literal v0.4.1 |
2052 | 2024-06-25T21:29:54.481Z | Checking plotters-backend v0.3.5 |
2053 | 2024-06-25T21:29:54.506Z | Checking bcrypt-pbkdf v0.10.0 |
2054 | 2024-06-25T21:29:54.724Z | Checking pbkdf2 v0.11.0 |
2055 | 2024-06-25T21:29:54.810Z | Checking plotters-svg v0.3.5 |
2056 | 2024-06-25T21:29:54.954Z | Checking ed25519-dalek v2.1.1 |
2057 | 2024-06-25T21:29:55.003Z | Checking ghash v0.5.1 |
2058 | 2024-06-25T21:29:55.151Z | Checking rand v0.7.3 |
2059 | 2024-06-25T21:29:55.265Z | Checking dirs v5.0.1 |
2060 | 2024-06-25T21:29:55.386Z | Checking p256 v0.13.2 |
2061 | 2024-06-25T21:29:55.786Z | Checking p521 v0.13.3 |
2062 | 2024-06-25T21:29:56.292Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2063 | 2024-06-25T21:29:56.905Z | Checking cbc v0.1.2 |
2064 | 2024-06-25T21:29:57.109Z | Checking russh-cryptovec v0.7.2 |
2065 | 2024-06-25T21:29:57.303Z | Compiling doc-comment v0.3.3 |
2066 | 2024-06-25T21:29:57.632Z | Checking cast v0.3.0 |
2067 | 2024-06-25T21:29:57.854Z | Compiling target-lexicon v0.12.14 |
2068 | 2024-06-25T21:29:57.932Z | Checking criterion-plot v0.5.0 |
2069 | 2024-06-25T21:29:58.545Z | Checking russh-keys v0.43.0 |
2070 | 2024-06-25T21:29:58.809Z | Checking aes-gcm v0.10.3 |
2071 | 2024-06-25T21:29:58.930Z | Checking plotters v0.3.5 |
2072 | 2024-06-25T21:29:59.040Z | Checking http-body v1.0.0 |
2073 | 2024-06-25T21:29:59.251Z | Checking tinytemplate v1.2.1 |
2074 | 2024-06-25T21:29:59.610Z | Checking csv-core v0.1.11 |
2075 | 2024-06-25T21:29:59.650Z | Compiling guppy-workspace-hack v0.1.0 |
2076 | 2024-06-25T21:29:59.917Z | Checking oorandom v11.1.3 |
2077 | 2024-06-25T21:29:59.942Z | Checking anes v0.1.6 |
2078 | 2024-06-25T21:30:00.070Z | Checking regex-automata v0.1.10 |
2079 | 2024-06-25T21:30:00.241Z | Compiling dhcproto-macros v0.1.0 |
2080 | 2024-06-25T21:30:00.406Z | Checking tower-layer v0.3.2 |
2081 | 2024-06-25T21:30:00.455Z | Compiling assert_cmd v2.0.14 |
2082 | 2024-06-25T21:30:00.626Z | Checking tower v0.4.13 |
2083 | 2024-06-25T21:30:00.819Z | Checking criterion v0.5.1 |
2084 | 2024-06-25T21:30:01.041Z | Checking dhcproto v0.11.0 |
2085 | 2024-06-25T21:30:01.275Z | Checking bstr v0.2.17 |
2086 | 2024-06-25T21:30:01.930Z | Checking csv v1.3.0 |
2087 | 2024-06-25T21:30:02.212Z | Checking russh v0.43.0 |
2088 | 2024-06-25T21:30:02.613Z | Checking hyper v1.3.1 |
2089 | 2024-06-25T21:30:03.509Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2090 | 2024-06-25T21:30:03.583Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2091 | 2024-06-25T21:30:04.156Z | Compiling target-spec v3.1.0 |
2092 | 2024-06-25T21:30:04.466Z | Checking internet-checksum v0.2.1 |
2093 | 2024-06-25T21:30:05.147Z | Checking hyper-util v0.1.3 |
2094 | 2024-06-25T21:30:05.817Z | Checking cfg-expr v0.15.8 |
2095 | 2024-06-25T21:30:06.228Z | Checking httptest v0.15.5 |
2096 | 2024-06-25T21:30:06.425Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2097 | 2024-06-25T21:30:06.451Z | Checking rustls-native-certs v0.7.0 |
2098 | 2024-06-25T21:30:06.862Z | Checking hyper-rustls v0.26.0 |
2099 | 2024-06-25T21:30:07.448Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2100 | 2024-06-25T21:30:07.666Z | Checking pathdiff v0.2.1 |
2101 | 2024-06-25T21:30:07.799Z | Checking threadpool v1.8.1 |
2102 | 2024-06-25T21:30:07.966Z | Checking escape8259 v0.5.2 |
2103 | 2024-06-25T21:30:08.135Z | Checking nested v0.1.1 |
2104 | 2024-06-25T21:30:08.160Z | Checking libtest-mimic v0.7.3 |
2105 | 2024-06-25T21:30:08.316Z | Checking guppy v0.17.5 |
2106 | 2024-06-25T21:30:08.588Z | Checking similar-asserts v1.5.0 |
2107 | 2024-06-25T21:30:08.781Z | Checking fancy-regex v0.13.0 |
2108 | 2024-06-25T21:30:09.414Z | Compiling rstest_macros v0.19.0 |
2109 | 2024-06-25T21:30:09.964Z | Checking datatest-stable v0.2.9 |
2110 | 2024-06-25T21:30:10.090Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2111 | 2024-06-25T21:30:10.145Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2112 | 2024-06-25T21:30:10.215Z | Checking blake2b_simd v1.0.2 |
2113 | 2024-06-25T21:30:10.888Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2114 | 2024-06-25T21:30:11.099Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2115 | 2024-06-25T21:30:11.202Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2116 | 2024-06-25T21:30:11.519Z | Compiling relative-path v1.9.3 |
2117 | 2024-06-25T21:30:11.745Z | Compiling trybuild v1.0.96 |
2118 | 2024-06-25T21:30:12.266Z | Checking rust-argon2 v2.1.0 |
2119 | 2024-06-25T21:30:12.607Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2120 | 2024-06-25T21:30:13.623Z | Checking multimap v0.10.0 |
2121 | 2024-06-25T21:30:13.878Z | Checking futures-timer v3.0.3 |
2122 | 2024-06-25T21:30:15.246Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2123 | 2024-06-25T21:30:15.987Z | Checking partial-io v0.5.4 |
2124 | 2024-06-25T21:30:16.284Z | Checking cargo_toml v0.20.2 |
2125 | 2024-06-25T21:30:17.811Z | Checking rand_distr v0.4.3 |
2126 | 2024-06-25T21:30:18.408Z | Checking approx v0.5.1 |
2127 | 2024-06-25T21:30:18.610Z | Checking termios v0.3.3 |
2128 | 2024-06-25T21:30:18.786Z | Checking uzers v0.11.3 |
2129 | 2024-06-25T21:30:19.069Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2130 | 2024-06-25T21:30:19.802Z | Checking rstest v0.19.0 |
2131 | 2024-06-25T21:30:21.500Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2132 | 2024-06-25T21:30:21.740Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2133 | 2024-06-25T21:30:25.576Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2134 | 2024-06-25T21:30:31.532Z | Compiling samael v0.0.15 |
2135 | 2024-06-25T21:30:32.979Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2136 | 2024-06-25T21:30:55.146Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2137 | 2024-06-25T21:30:55.772Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2138 | 2024-06-25T21:31:04.637Z | Compiling polar-core v0.27.3 |
2139 | 2024-06-25T21:31:13.884Z | Checking oso v0.27.3 |
2140 | 2024-06-25T21:31:54.535Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2141 | 2024-06-25T21:31:54.535Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2142 | 2024-06-25T21:31:54.560Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2143 | 2024-06-25T21:33:30.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 43s |
2144 | 2024-06-25T21:33:30.468Z | |
2145 | 2024-06-25T21:33:30.468Z | real 6:55.169952123 |
2146 | 2024-06-25T21:33:30.468Z | user 33:49.837093762 |
2147 | 2024-06-25T21:33:30.468Z | sys 6:13.081564967 |
2148 | 2024-06-25T21:33:30.468Z | trap 0.957361522 |
2149 | 2024-06-25T21:33:30.468Z | tflt 0.478932441 |
2150 | 2024-06-25T21:33:30.468Z | dflt 0.711024555 |
2151 | 2024-06-25T21:33:30.468Z | kflt 0.001292728 |
2152 | 2024-06-25T21:33:30.468Z | lock 1:44:33.977483621 |
2153 | 2024-06-25T21:33:30.468Z | slp 1:49:02.832002299 |
2154 | 2024-06-25T21:33:30.468Z | lat 1:51.770557667 |
2155 | 2024-06-25T21:33:30.468Z | stop 5:38.197407011 |
2156 | 2024-06-25T21:33:30.493Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2157 | 2024-06-25T21:33:30.493Z | + ptime -m cargo doc --workspace --no-deps |
2158 | 2024-06-25T21:33:31.787Z | warning: output filename collision. |
2159 | 2024-06-25T21:33:31.787Z | 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)`. |
2160 | 2024-06-25T21:33:31.787Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2161 | 2024-06-25T21:33:31.787Z | The targets should have unique names. |
2162 | 2024-06-25T21:33:31.787Z | This is a known bug where multiple crates with the same name use |
2163 | 2024-06-25T21:33:31.787Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2164 | 2024-06-25T21:33:32.419Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2165 | 2024-06-25T21:33:32.450Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2166 | 2024-06-25T21:33:32.496Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2167 | 2024-06-25T21:33:32.523Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2168 | 2024-06-25T21:33:32.548Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2169 | 2024-06-25T21:33:32.548Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2170 | 2024-06-25T21:33:32.696Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2171 | 2024-06-25T21:33:32.795Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2172 | 2024-06-25T21:33:32.821Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2173 | 2024-06-25T21:33:32.846Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2174 | 2024-06-25T21:33:32.870Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2175 | 2024-06-25T21:33:33.097Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2176 | 2024-06-25T21:33:33.314Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2177 | 2024-06-25T21:33:33.529Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2178 | 2024-06-25T21:33:33.825Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2179 | 2024-06-25T21:33:34.145Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2180 | 2024-06-25T21:33:36.453Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2181 | 2024-06-25T21:33:36.579Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2182 | 2024-06-25T21:33:36.676Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2183 | 2024-06-25T21:33:36.784Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2184 | 2024-06-25T21:33:36.846Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2185 | 2024-06-25T21:33:37.062Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2186 | 2024-06-25T21:33:37.130Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2187 | 2024-06-25T21:33:37.396Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2188 | 2024-06-25T21:33:37.540Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2189 | 2024-06-25T21:33:37.826Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2190 | 2024-06-25T21:33:37.998Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2191 | 2024-06-25T21:33:38.247Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2192 | 2024-06-25T21:33:38.527Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2193 | 2024-06-25T21:33:38.552Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2194 | 2024-06-25T21:33:38.669Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2195 | 2024-06-25T21:33:38.823Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2196 | 2024-06-25T21:33:38.959Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2197 | 2024-06-25T21:33:39.778Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2198 | 2024-06-25T21:33:39.816Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2199 | 2024-06-25T21:33:40.868Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2200 | 2024-06-25T21:33:42.825Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2201 | 2024-06-25T21:33:43.202Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2202 | 2024-06-25T21:33:44.788Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2203 | 2024-06-25T21:33:45.101Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2204 | 2024-06-25T21:33:45.331Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2205 | 2024-06-25T21:33:45.699Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2206 | 2024-06-25T21:33:46.106Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2207 | 2024-06-25T21:33:46.582Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2208 | 2024-06-25T21:33:46.949Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2209 | 2024-06-25T21:33:47.058Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2210 | 2024-06-25T21:33:47.649Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2211 | 2024-06-25T21:33:48.127Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2212 | 2024-06-25T21:33:48.274Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2213 | 2024-06-25T21:33:48.526Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2214 | 2024-06-25T21:33:49.414Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2215 | 2024-06-25T21:33:49.995Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2216 | 2024-06-25T21:33:50.323Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2217 | 2024-06-25T21:33:50.869Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2218 | 2024-06-25T21:33:51.795Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2219 | 2024-06-25T21:33:51.955Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2220 | 2024-06-25T21:33:52.443Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2221 | 2024-06-25T21:33:52.531Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2222 | 2024-06-25T21:33:52.919Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2223 | 2024-06-25T21:33:55.337Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2224 | 2024-06-25T21:33:55.361Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2225 | 2024-06-25T21:33:55.603Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2226 | 2024-06-25T21:33:56.465Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2227 | 2024-06-25T21:33:57.078Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2228 | 2024-06-25T21:33:58.360Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2229 | 2024-06-25T21:33:58.385Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2230 | 2024-06-25T21:33:59.083Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2231 | 2024-06-25T21:34:00.054Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2232 | 2024-06-25T21:34:00.429Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2233 | 2024-06-25T21:34:01.649Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2234 | 2024-06-25T21:34:02.638Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2235 | 2024-06-25T21:34:03.649Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2236 | 2024-06-25T21:34:04.471Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2237 | 2024-06-25T21:34:04.879Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2238 | 2024-06-25T21:34:05.973Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2239 | 2024-06-25T21:34:06.384Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2240 | 2024-06-25T21:34:07.321Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2241 | 2024-06-25T21:34:10.081Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2242 | 2024-06-25T21:34:11.005Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2243 | 2024-06-25T21:34:15.183Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2244 | 2024-06-25T21:34:16.897Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2245 | 2024-06-25T21:34:17.782Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2246 | 2024-06-25T21:34:22.910Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2247 | 2024-06-25T21:34:30.970Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2248 | 2024-06-25T21:34:32.205Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2249 | 2024-06-25T21:34:38.331Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2250 | 2024-06-25T21:34:39.439Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2251 | 2024-06-25T21:34:42.744Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2252 | 2024-06-25T21:34:48.544Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2253 | 2024-06-25T21:34:53.824Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2254 | 2024-06-25T21:34:57.538Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2255 | 2024-06-25T21:34:57.769Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2256 | 2024-06-25T21:35:08.485Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2257 | 2024-06-25T21:35:23.268Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2258 | 2024-06-25T21:35:26.633Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2259 | 2024-06-25T21:35:27.617Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2260 | 2024-06-25T21:35:29.088Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2261 | 2024-06-25T21:35:32.078Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2262 | 2024-06-25T21:35:39.515Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2263 | 2024-06-25T21:35:43.663Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2264 | 2024-06-25T21:35:43.736Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2265 | 2024-06-25T21:35:45.163Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2266 | 2024-06-25T21:35:52.702Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2267 | 2024-06-25T21:36:04.163Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2268 | 2024-06-25T21:36:18.365Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2269 | 2024-06-25T21:36:18.577Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2270 | 2024-06-25T21:36:18.710Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2271 | 2024-06-25T21:36:19.157Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2272 | 2024-06-25T21:36:23.762Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2273 | 2024-06-25T21:36:29.825Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2274 | 2024-06-25T21:36:37.309Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2275 | 2024-06-25T21:36:43.366Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2276 | 2024-06-25T21:36:44.217Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2277 | 2024-06-25T21:36:48.542Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2278 | 2024-06-25T21:36:54.206Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2279 | 2024-06-25T21:36:55.053Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2280 | 2024-06-25T21:36:57.665Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2281 | 2024-06-25T21:36:58.041Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2282 | 2024-06-25T21:37:00.913Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2283 | 2024-06-25T21:37:02.956Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2284 | 2024-06-25T21:37:06.135Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2285 | 2024-06-25T21:37:06.214Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2286 | 2024-06-25T21:37:07.958Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2287 | 2024-06-25T21:37:08.500Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2288 | 2024-06-25T21:37:10.205Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2289 | 2024-06-25T21:37:12.461Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2290 | 2024-06-25T21:37:19.861Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2291 | 2024-06-25T21:37:20.184Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2292 | 2024-06-25T21:37:20.256Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2293 | 2024-06-25T21:37:21.380Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2294 | 2024-06-25T21:37:23.467Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2295 | 2024-06-25T21:37:26.654Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2296 | 2024-06-25T21:37:26.690Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2297 | 2024-06-25T21:37:27.062Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2298 | 2024-06-25T21:37:33.370Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2299 | 2024-06-25T21:37:37.621Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2300 | 2024-06-25T21:37:37.675Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2301 | 2024-06-25T21:37:39.774Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2302 | 2024-06-25T21:37:39.924Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2303 | 2024-06-25T21:37:41.636Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2304 | 2024-06-25T21:37:43.519Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2305 | 2024-06-25T21:37:43.894Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2306 | 2024-06-25T21:37:48.559Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2307 | 2024-06-25T21:37:50.701Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2308 | 2024-06-25T21:37:52.466Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2309 | 2024-06-25T21:37:53.088Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2310 | 2024-06-25T21:37:53.187Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2311 | 2024-06-25T21:37:54.325Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2312 | 2024-06-25T21:37:54.960Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2313 | 2024-06-25T21:37:56.001Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2314 | 2024-06-25T21:37:58.263Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2315 | 2024-06-25T21:37:59.202Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2316 | 2024-06-25T21:37:59.963Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2317 | 2024-06-25T21:38:00.168Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2318 | 2024-06-25T21:38:31.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 01s |
2319 | 2024-06-25T21:38:31.678Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 97 other files |
2320 | 2024-06-25T21:38:31.739Z | |
2321 | 2024-06-25T21:38:31.739Z | real 5:01.223182242 |
2322 | 2024-06-25T21:38:31.739Z | user 16:29.224939997 |
2323 | 2024-06-25T21:38:31.739Z | sys 19:34.583923912 |
2324 | 2024-06-25T21:38:31.739Z | trap 0.354467227 |
2325 | 2024-06-25T21:38:31.739Z | tflt 0.043890000 |
2326 | 2024-06-25T21:38:31.739Z | dflt 0.295981826 |
2327 | 2024-06-25T21:38:31.739Z | kflt 0.000125793 |
2328 | 2024-06-25T21:38:31.739Z | lock 47:37.731348252 |
2329 | 2024-06-25T21:38:31.739Z | slp 1:17:20.712670322 |
2330 | 2024-06-25T21:38:31.739Z | lat 56.948235418 |
2331 | 2024-06-25T21:38:31.739Z | stop 39.631480280 |
2332 | 2024-06-25T21:38:31.764Z | process exited: duration 887040 ms, exit code 0 |
|
2333 | 2024-06-25T21:38:31.815Z | found 0 output files |