|
|
|
1 | 2024-08-16T20:51:04.605Z | job assigned to worker 01J5EF90MBWX5A6DTFJJC9P9VD (queued for 59 s) |
|
2 | 2024-08-16T20:51:12.046Z | starting task 0: "setup" |
3 | 2024-08-16T20:51:12.071Z | ++ uname -s |
4 | 2024-08-16T20:51:12.074Z | + kern=SunOS |
5 | 2024-08-16T20:51:12.074Z | + case "$kern" in |
6 | 2024-08-16T20:51:12.074Z | + groupadd -g 12345 build |
7 | 2024-08-16T20:51:12.076Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-16T20:51:14.098Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-16T20:51:14.224Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-16T20:51:14.227Z | + home_fs=zfs |
11 | 2024-08-16T20:51:14.227Z | + [[ zfs == autofs ]] |
12 | 2024-08-16T20:51:14.227Z | + mkdir -p /home/build |
13 | 2024-08-16T20:51:14.230Z | + chown build:build /home/build /work |
14 | 2024-08-16T20:51:16.230Z | + chmod 0700 /home/build /work |
15 | 2024-08-16T20:51:16.233Z | process exited: duration 4188 ms, exit code 0 |
|
16 | 2024-08-16T20:51:16.238Z | starting task 1: "rust-toolchain" |
17 | 2024-08-16T20:51:16.243Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-16T20:51:16.243Z | * toolchain channel = "1.80.1" |
19 | 2024-08-16T20:51:16.243Z | * toolchain profile = "default" |
20 | 2024-08-16T20:51:16.243Z | ' 1.80.1 |
21 | 2024-08-16T20:51:16.243Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-16T20:51:16.243Z | ' default |
23 | 2024-08-16T20:51:16.246Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-16T20:51:16.246Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-16T20:51:16.360Z | info: downloading installer |
26 | 2024-08-16T20:51:18.088Z | info: profile set to 'default' |
27 | 2024-08-16T20:51:18.088Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-16T20:51:18.091Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-16T20:51:18.221Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-16T20:51:18.222Z | info: downloading component 'cargo' |
31 | 2024-08-16T20:51:18.909Z | info: downloading component 'clippy' |
32 | 2024-08-16T20:51:19.155Z | info: downloading component 'rust-docs' |
33 | 2024-08-16T20:51:20.112Z | info: downloading component 'rust-std' |
34 | 2024-08-16T20:51:21.469Z | info: downloading component 'rustc' |
35 | 2024-08-16T20:51:25.163Z | info: downloading component 'rustfmt' |
36 | 2024-08-16T20:51:25.365Z | info: installing component 'cargo' |
37 | 2024-08-16T20:51:26.212Z | info: installing component 'clippy' |
38 | 2024-08-16T20:51:26.588Z | info: installing component 'rust-docs' |
39 | 2024-08-16T20:51:28.211Z | info: installing component 'rust-std' |
40 | 2024-08-16T20:51:29.895Z | info: installing component 'rustc' |
41 | 2024-08-16T20:51:34.197Z | info: installing component 'rustfmt' |
42 | 2024-08-16T20:51:34.544Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-16T20:51:34.544Z | |
44 | 2024-08-16T20:51:34.799Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-16T20:51:34.799Z | |
46 | 2024-08-16T20:51:34.801Z | |
47 | 2024-08-16T20:51:34.801Z | Rust is installed now. Great! |
48 | 2024-08-16T20:51:34.801Z | |
49 | 2024-08-16T20:51:34.801Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-16T20:51:34.801Z | environment variable. This has not been done automatically. |
51 | 2024-08-16T20:51:34.801Z | |
52 | 2024-08-16T20:51:34.801Z | To configure your current shell, you need to source |
53 | 2024-08-16T20:51:34.801Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-16T20:51:34.801Z | |
55 | 2024-08-16T20:51:34.802Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-16T20:51:34.802Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-16T20:51:34.802Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-16T20:51:34.869Z | + rustc --version |
59 | 2024-08-16T20:51:34.930Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-16T20:51:34.934Z | process exited: duration 18694 ms, exit code 0 |
|
61 | 2024-08-16T20:51:34.939Z | starting task 2: "authentication" |
62 | 2024-08-16T20:51:34.960Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-16T20:51:34.965Z | starting task 3: "clone repository" |
64 | 2024-08-16T20:51:34.970Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-16T20:51:34.972Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-16T20:51:35.177Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-16T20:51:41.384Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-16T20:51:41.384Z | + git fetch origin 5415c99751fe2732d8e0c09e1a269c0b06cdce88 |
69 | 2024-08-16T20:51:41.656Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-16T20:51:41.656Z | * branch 5415c99751fe2732d8e0c09e1a269c0b06cdce88 -> FETCH_HEAD |
71 | 2024-08-16T20:51:41.665Z | + [[ -n bump-console-33b7a505 ]] |
72 | 2024-08-16T20:51:41.668Z | ++ git branch --show-current |
73 | 2024-08-16T20:51:41.670Z | + current=main |
74 | 2024-08-16T20:51:41.670Z | + [[ main != bump-console-33b7a505 ]] |
75 | 2024-08-16T20:51:41.670Z | + git branch -f bump-console-33b7a505 5415c99751fe2732d8e0c09e1a269c0b06cdce88 |
76 | 2024-08-16T20:51:41.672Z | + git checkout -f bump-console-33b7a505 |
77 | 2024-08-16T20:51:41.818Z | Switched to branch 'bump-console-33b7a505' |
78 | 2024-08-16T20:51:41.820Z | + git reset --hard 5415c99751fe2732d8e0c09e1a269c0b06cdce88 |
79 | 2024-08-16T20:51:41.830Z | HEAD is now at 5415c9975 Bump web console (vpc routers + routes, instance polling, edit quotas) |
80 | 2024-08-16T20:51:41.833Z | process exited: duration 6865 ms, exit code 0 |
|
81 | 2024-08-16T20:51:41.838Z | starting task 4: "build" |
82 | 2024-08-16T20:51:41.844Z | + cargo --version |
83 | 2024-08-16T20:51:41.897Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-16T20:51:41.899Z | + rustc --version |
85 | 2024-08-16T20:51:41.955Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-16T20:51:41.958Z | + source ./env.sh |
87 | 2024-08-16T20:51:41.958Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-16T20:51:41.958Z | ++ set -o xtrace |
89 | 2024-08-16T20:51:41.960Z | ++++ dirname ./env.sh |
90 | 2024-08-16T20:51:41.980Z | +++ readlink -f . |
91 | 2024-08-16T20:51:42.015Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-16T20:51:42.018Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-16T20:51:42.018Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-16T20:51:42.018Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-08-16T20:51:42.018Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-08-16T20:51:42.018Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-08-16T20:51:42.018Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-08-16T20:51:42.018Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-08-16T20:51:42.018Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-08-16T20:51:42.018Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-16T20:51:42.018Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-16T20:51:42.018Z | + banner prerequisites |
103 | 2024-08-16T20:51:42.018Z | |
104 | 2024-08-16T20:51:42.018Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-16T20:51:42.018Z | # # # # # # # # # # # # # # # |
106 | 2024-08-16T20:51:42.018Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-16T20:51:42.018Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-16T20:51:42.018Z | # # # # # # # # # # # # # # # |
109 | 2024-08-16T20:51:42.018Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-16T20:51:42.018Z | |
111 | 2024-08-16T20:51:42.021Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-16T20:51:50.880Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-16T20:51:53.204Z | Startup: Caching catalogs ... Done |
114 | 2024-08-16T20:51:55.093Z | Planning: Solver setup ... Done (1.240s) |
115 | 2024-08-16T20:51:55.114Z | Planning: Running solver ... Done (0.021s) |
116 | 2024-08-16T20:51:55.153Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-08-16T20:51:55.183Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-08-16T20:51:56.244Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-08-16T20:51:56.398Z | Planning: Package planning ... Done (0.154s) |
120 | 2024-08-16T20:51:56.447Z | Planning: Merging actions ... Done (0.049s) |
121 | 2024-08-16T20:51:58.695Z | Planning: Checking for conflicting actions ... Done (2.245s) |
122 | 2024-08-16T20:51:58.706Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-08-16T20:52:08.246Z | Planning: Evaluating mediators ... Done (9.542s) |
124 | 2024-08-16T20:52:08.256Z | Planning: Planning completed in 14.98 seconds |
125 | 2024-08-16T20:52:10.577Z | Packages to install: 4 |
126 | 2024-08-16T20:52:10.577Z | Mediators to change: 2 |
127 | 2024-08-16T20:52:10.581Z | Services to change: 1 |
128 | 2024-08-16T20:52:10.581Z | Estimated space available: 155.72 GB |
129 | 2024-08-16T20:52:10.581Z | Estimated space to be consumed: 1.48 GB |
130 | 2024-08-16T20:52:10.581Z | Create boot environment: No |
131 | 2024-08-16T20:52:10.581Z | Create backup boot environment: No |
132 | 2024-08-16T20:52:10.581Z | Rebuild boot archive: No |
133 | 2024-08-16T20:52:10.581Z | |
134 | 2024-08-16T20:52:10.581Z | Changed mediators: |
135 | 2024-08-16T20:52:10.581Z | mediator clang: |
136 | 2024-08-16T20:52:10.581Z | version: None -> 15 (system default) |
137 | 2024-08-16T20:52:10.581Z | |
138 | 2024-08-16T20:52:10.581Z | mediator llvm: |
139 | 2024-08-16T20:52:10.581Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-08-16T20:52:10.581Z | |
141 | 2024-08-16T20:52:10.581Z | Changed packages: |
142 | 2024-08-16T20:52:10.581Z | helios-dev |
143 | 2024-08-16T20:52:10.581Z | developer/build-essential |
144 | 2024-08-16T20:52:10.581Z | None -> 11-2.0 |
145 | 2024-08-16T20:52:10.581Z | library/libxmlsec1 |
146 | 2024-08-16T20:52:10.581Z | None -> 1.2.35-2.0 |
147 | 2024-08-16T20:52:10.581Z | ooce/developer/clang-15 |
148 | 2024-08-16T20:52:10.581Z | None -> 15.0.7-2.0 |
149 | 2024-08-16T20:52:10.581Z | ooce/developer/llvm-15 |
150 | 2024-08-16T20:52:10.581Z | None -> 15.0.7-2.0 |
151 | 2024-08-16T20:52:10.581Z | |
152 | 2024-08-16T20:52:10.581Z | Services: |
153 | 2024-08-16T20:52:10.581Z | restart_fmri: |
154 | 2024-08-16T20:52:10.581Z | svc:/system/update-man-index:default |
155 | 2024-08-16T20:52:10.833Z | |
156 | 2024-08-16T20:52:10.833Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-08-16T20:52:16.268Z | Download: 1197/3290 items 83.4/212.6MB 39% complete (17.2M/s) |
158 | 2024-08-16T20:52:21.283Z | Download: 2399/3290 items 120.0/212.6MB 56% complete (12.0M/s) |
159 | 2024-08-16T20:52:26.287Z | Download: 3158/3290 items 152.0/212.6MB 71% complete (6.8M/s) |
160 | 2024-08-16T20:52:32.036Z | Download: 3272/3290 items 208.8/212.6MB 98% complete (8.8M/s) |
161 | 2024-08-16T20:52:34.699Z | Download: Completed 212.60 MB in 23.87 seconds (8.9M/s) |
162 | 2024-08-16T20:52:35.106Z | Actions: 1/3689 actions (Installing new actions) |
163 | 2024-08-16T20:52:40.393Z | Actions: 3541/3689 actions (Installing new actions) |
164 | 2024-08-16T20:52:41.582Z | Actions: Completed 3689 actions in 6.48 seconds. |
165 | 2024-08-16T20:52:41.860Z | Done (0.273s) |
166 | 2024-08-16T20:52:41.860Z | Done (0.000s) |
167 | 2024-08-16T20:52:42.238Z | Done (0.378s) |
168 | 2024-08-16T20:52:49.778Z | Done (7.367s) |
169 | 2024-08-16T20:52:49.992Z | Done (0.138s) |
170 | 2024-08-16T20:52:49.994Z | Done (0.000s) |
171 | 2024-08-16T20:52:50.183Z | Done (0.000s) |
172 | 2024-08-16T20:52:50.761Z | Planning: Evaluating mediator changes ... Done |
173 | 2024-08-16T20:52:50.923Z | Planning: Checking for conflicting actions ... Done |
174 | 2024-08-16T20:52:50.925Z | Planning: Consolidating action changes ... Done |
175 | 2024-08-16T20:52:51.190Z | Planning: Evaluating mediators ... Done |
176 | 2024-08-16T20:52:51.192Z | Planning: Planning completed in 0.43 seconds |
177 | 2024-08-16T20:52:51.223Z | Mediators to change: 2 |
178 | 2024-08-16T20:52:51.223Z | Create boot environment: No |
179 | 2024-08-16T20:52:51.223Z | Create backup boot environment: No |
180 | 2024-08-16T20:52:51.307Z | Done |
181 | 2024-08-16T20:52:51.307Z | Done |
182 | 2024-08-16T20:52:51.535Z | Done |
183 | 2024-08-16T20:52:55.019Z | Done |
184 | 2024-08-16T20:52:55.102Z | Done |
185 | 2024-08-16T20:52:55.104Z | Done |
186 | 2024-08-16T20:52:55.252Z | Done |
187 | 2024-08-16T20:52:55.853Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-08-16T20:52:55.856Z | Planning: Merging actions ... Done |
189 | 2024-08-16T20:52:56.045Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-08-16T20:52:56.048Z | Planning: Consolidating action changes ... Done |
191 | 2024-08-16T20:52:56.311Z | Planning: Evaluating mediators ... Done |
192 | 2024-08-16T20:52:56.367Z | Planning: Planning completed in 0.76 seconds |
193 | 2024-08-16T20:52:56.402Z | Packages to change: 1 |
194 | 2024-08-16T20:52:56.402Z | Mediators to change: 1 |
195 | 2024-08-16T20:52:56.404Z | Services to change: 1 |
196 | 2024-08-16T20:52:56.404Z | Create boot environment: No |
197 | 2024-08-16T20:52:56.404Z | Create backup boot environment: Yes |
198 | 2024-08-16T20:52:58.447Z | Actions: 1/6 actions (Updating modified actions) |
199 | 2024-08-16T20:52:58.449Z | Actions: Completed 6 actions in 0.00 seconds. |
200 | 2024-08-16T20:52:58.449Z | Done |
201 | 2024-08-16T20:52:58.449Z | Done |
202 | 2024-08-16T20:52:58.526Z | Done |
203 | 2024-08-16T20:53:02.181Z | Done |
204 | 2024-08-16T20:53:02.266Z | Done |
205 | 2024-08-16T20:53:02.269Z | Done |
206 | 2024-08-16T20:53:02.423Z | Done |
207 | 2024-08-16T20:53:02.852Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
208 | 2024-08-16T20:53:02.852Z | clang system 15 system |
209 | 2024-08-16T20:53:02.852Z | csh system system illumos |
210 | 2024-08-16T20:53:02.852Z | ctags system system illumos |
211 | 2024-08-16T20:53:02.852Z | gcc vendor 12 vendor |
212 | 2024-08-16T20:53:02.852Z | gcc system 10 system |
213 | 2024-08-16T20:53:02.852Z | gcc system 7 system |
214 | 2024-08-16T20:53:02.852Z | go system 1.20 system |
215 | 2024-08-16T20:53:02.852Z | go system 1.19 system |
216 | 2024-08-16T20:53:02.852Z | llvm system 15 system |
217 | 2024-08-16T20:53:02.852Z | llvm system 14 system |
218 | 2024-08-16T20:53:02.853Z | mariadb system 10.6 system |
219 | 2024-08-16T20:53:02.856Z | mta vendor vendor dma |
220 | 2024-08-16T20:53:02.856Z | openjdk system 17 system |
221 | 2024-08-16T20:53:02.856Z | openjdk system 11 system |
222 | 2024-08-16T20:53:02.856Z | openjdk system 1.8 system |
223 | 2024-08-16T20:53:02.856Z | openssl vendor 3 vendor |
224 | 2024-08-16T20:53:02.856Z | perl system 5.36 system |
225 | 2024-08-16T20:53:02.856Z | postgresql system 15 system |
226 | 2024-08-16T20:53:02.856Z | postgresql system 13 system |
227 | 2024-08-16T20:53:02.856Z | python vendor 3 vendor |
228 | 2024-08-16T20:53:02.856Z | python system 2 system |
229 | 2024-08-16T20:53:02.856Z | python3 system 3.11 system |
230 | 2024-08-16T20:53:02.856Z | ruby system 3.0 system |
231 | 2024-08-16T20:53:02.856Z | words vendor vendor american-english |
232 | 2024-08-16T20:53:02.856Z | words system system australian-english |
233 | 2024-08-16T20:53:02.856Z | words system system british-english |
234 | 2024-08-16T20:53:02.856Z | words system system canadian-english |
235 | 2024-08-16T20:53:02.856Z | words system system french |
236 | 2024-08-16T20:53:02.856Z | words system system italian |
237 | 2024-08-16T20:53:02.856Z | words system system ngerman |
238 | 2024-08-16T20:53:02.856Z | words system system ogerman |
239 | 2024-08-16T20:53:02.856Z | words system system spanish |
240 | 2024-08-16T20:53:03.185Z | PUBLISHER TYPE STATUS P LOCATION |
241 | 2024-08-16T20:53:03.185Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
242 | 2024-08-16T20:53:04.919Z | FMRI IFO |
243 | 2024-08-16T20:53:04.919Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
244 | 2024-08-16T20:53:04.919Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
245 | 2024-08-16T20:53:04.919Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
246 | 2024-08-16T20:53:04.919Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
247 | 2024-08-16T20:53:04.919Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
248 | 2024-08-16T20:53:04.920Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
249 | 2024-08-16T20:53:04.920Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
250 | 2024-08-16T20:53:04.920Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
251 | 2024-08-16T20:53:04.920Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
252 | 2024-08-16T20:53:04.920Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
253 | 2024-08-16T20:53:04.920Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
254 | 2024-08-16T20:53:04.920Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
255 | 2024-08-16T20:53:05.506Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
256 | 2024-08-16T20:53:05.760Z | Updating git repository `https://github.com/oxidecomputer/zone` |
257 | 2024-08-16T20:53:06.023Z | Updating crates.io index |
258 | 2024-08-16T20:53:06.068Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
259 | 2024-08-16T20:53:06.750Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
260 | 2024-08-16T20:53:07.473Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
261 | 2024-08-16T20:53:07.703Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
262 | 2024-08-16T20:53:09.218Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
263 | 2024-08-16T20:53:09.471Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
264 | 2024-08-16T20:53:09.736Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
265 | 2024-08-16T20:53:10.819Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
266 | 2024-08-16T20:53:12.760Z | Updating git repository `https://github.com/oxidecomputer/opte` |
267 | 2024-08-16T20:53:13.699Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
268 | 2024-08-16T20:53:14.391Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
269 | 2024-08-16T20:53:14.643Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
270 | 2024-08-16T20:53:15.184Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
271 | 2024-08-16T20:53:15.454Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
272 | 2024-08-16T20:53:15.752Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
273 | 2024-08-16T20:53:16.131Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
274 | 2024-08-16T20:53:16.407Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
275 | 2024-08-16T20:53:16.625Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
276 | 2024-08-16T20:53:16.893Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
277 | 2024-08-16T20:53:17.159Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
278 | 2024-08-16T20:53:17.449Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
279 | 2024-08-16T20:53:17.735Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
280 | 2024-08-16T20:53:18.125Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
281 | 2024-08-16T20:53:18.524Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
282 | 2024-08-16T20:53:18.812Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
283 | 2024-08-16T20:53:19.243Z | Updating git repository `https://github.com/oxidecomputer/typify` |
284 | 2024-08-16T20:53:21.330Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
285 | 2024-08-16T20:53:21.620Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
286 | 2024-08-16T20:53:21.862Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
287 | 2024-08-16T20:53:22.180Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
288 | 2024-08-16T20:53:23.231Z | Downloading crates ... |
289 | 2024-08-16T20:53:23.321Z | Downloaded dtrace-parser v0.2.0 |
290 | 2024-08-16T20:53:23.332Z | Downloaded equivalent v1.0.1 |
291 | 2024-08-16T20:53:23.334Z | Downloaded is_terminal_polyfill v1.70.0 |
292 | 2024-08-16T20:53:23.345Z | Downloaded usdt-attr-macro v0.5.0 |
293 | 2024-08-16T20:53:23.348Z | Downloaded scroll_derive v0.12.0 |
294 | 2024-08-16T20:53:23.350Z | Downloaded digest v0.10.7 |
295 | 2024-08-16T20:53:23.353Z | Downloaded errno v0.3.9 |
296 | 2024-08-16T20:53:23.355Z | Downloaded colorchoice v1.0.1 |
297 | 2024-08-16T20:53:23.357Z | Downloaded autocfg v1.3.0 |
298 | 2024-08-16T20:53:23.357Z | Downloaded fs-err v2.11.0 |
299 | 2024-08-16T20:53:23.360Z | Downloaded crypto-common v0.1.6 |
300 | 2024-08-16T20:53:23.360Z | Downloaded cpufeatures v0.2.12 |
301 | 2024-08-16T20:53:23.362Z | Downloaded bytecount v0.6.8 |
302 | 2024-08-16T20:53:23.365Z | Downloaded block-buffer v0.10.4 |
303 | 2024-08-16T20:53:23.365Z | Downloaded dof v0.3.0 |
304 | 2024-08-16T20:53:23.365Z | Downloaded anstyle-query v1.0.3 |
305 | 2024-08-16T20:53:23.368Z | Downloaded anstyle v1.0.8 |
306 | 2024-08-16T20:53:23.370Z | Downloaded strsim v0.11.1 |
307 | 2024-08-16T20:53:23.370Z | Downloaded anstyle-parse v0.2.4 |
308 | 2024-08-16T20:53:23.370Z | Downloaded terminal_size v0.3.0 |
309 | 2024-08-16T20:53:23.373Z | Downloaded heck v0.5.0 |
310 | 2024-08-16T20:53:23.373Z | Downloaded cargo-platform v0.1.8 |
311 | 2024-08-16T20:53:23.378Z | Downloaded cfg-if v1.0.0 |
312 | 2024-08-16T20:53:23.381Z | Downloaded utf8parse v0.2.1 |
313 | 2024-08-16T20:53:23.390Z | Downloaded swrite v0.1.0 |
314 | 2024-08-16T20:53:23.392Z | Downloaded cargo_toml v0.20.4 |
315 | 2024-08-16T20:53:23.396Z | Downloaded thiserror-impl v1.0.63 |
316 | 2024-08-16T20:53:23.400Z | Downloaded heck v0.4.1 |
317 | 2024-08-16T20:53:23.400Z | Downloaded fnv v1.0.7 |
318 | 2024-08-16T20:53:23.403Z | Downloaded generic-array v0.14.7 |
319 | 2024-08-16T20:53:23.403Z | Downloaded pretty-hex v0.4.1 |
320 | 2024-08-16T20:53:23.403Z | Downloaded plain v0.2.3 |
321 | 2024-08-16T20:53:23.405Z | Downloaded clap_derive v4.5.13 |
322 | 2024-08-16T20:53:23.408Z | Downloaded proc-macro-error-attr v1.0.4 |
323 | 2024-08-16T20:53:23.411Z | Downloaded cargo_metadata v0.18.1 |
324 | 2024-08-16T20:53:23.413Z | Downloaded byteorder v1.5.0 |
325 | 2024-08-16T20:53:23.413Z | Downloaded camino v1.1.8 |
326 | 2024-08-16T20:53:23.415Z | Downloaded clap_lex v0.7.0 |
327 | 2024-08-16T20:53:23.419Z | Downloaded once_cell v1.19.0 |
328 | 2024-08-16T20:53:23.422Z | Downloaded pest_generator v2.7.10 |
329 | 2024-08-16T20:53:23.428Z | Downloaded version_check v0.9.5 |
330 | 2024-08-16T20:53:23.430Z | Downloaded itoa v1.0.11 |
331 | 2024-08-16T20:53:23.432Z | Downloaded serde_spanned v0.6.7 |
332 | 2024-08-16T20:53:23.435Z | Downloaded macaddr v1.0.1 |
333 | 2024-08-16T20:53:23.435Z | Downloaded serde_tokenstream v0.2.2 |
334 | 2024-08-16T20:53:23.437Z | Downloaded anstream v0.6.14 |
335 | 2024-08-16T20:53:23.441Z | Downloaded toml_datetime v0.6.8 |
336 | 2024-08-16T20:53:23.443Z | Downloaded quote v1.0.36 |
337 | 2024-08-16T20:53:23.445Z | Downloaded usdt-macro v0.5.0 |
338 | 2024-08-16T20:53:23.448Z | Downloaded thiserror v1.0.63 |
339 | 2024-08-16T20:53:23.451Z | Downloaded tabled_derive v0.7.0 |
340 | 2024-08-16T20:53:23.453Z | Downloaded usdt v0.5.0 |
341 | 2024-08-16T20:53:23.453Z | Downloaded thread-id v4.2.1 |
342 | 2024-08-16T20:53:23.455Z | Downloaded bitflags v2.6.0 |
343 | 2024-08-16T20:53:23.458Z | Downloaded usdt-impl v0.5.0 |
344 | 2024-08-16T20:53:23.460Z | Downloaded ucd-trie v0.1.6 |
345 | 2024-08-16T20:53:23.462Z | Downloaded anyhow v1.0.86 |
346 | 2024-08-16T20:53:23.464Z | Downloaded semver v1.0.23 |
347 | 2024-08-16T20:53:23.466Z | Downloaded scroll v0.12.0 |
348 | 2024-08-16T20:53:23.469Z | Downloaded proc-macro-error v1.0.4 |
349 | 2024-08-16T20:53:23.471Z | Downloaded memmap v0.7.0 |
350 | 2024-08-16T20:53:23.474Z | Downloaded sha2 v0.10.8 |
351 | 2024-08-16T20:53:23.476Z | Downloaded pest_derive v2.7.10 |
352 | 2024-08-16T20:53:23.478Z | Downloaded ryu v1.0.18 |
353 | 2024-08-16T20:53:23.480Z | Downloaded zerocopy-derive v0.7.34 |
354 | 2024-08-16T20:53:23.483Z | Downloaded toml v0.8.19 |
355 | 2024-08-16T20:53:23.487Z | Downloaded clap v4.5.16 |
356 | 2024-08-16T20:53:23.495Z | Downloaded unicode-ident v1.0.12 |
357 | 2024-08-16T20:53:23.497Z | Downloaded serde_derive v1.0.207 |
358 | 2024-08-16T20:53:23.500Z | Downloaded proc-macro2 v1.0.86 |
359 | 2024-08-16T20:53:23.503Z | Downloaded pest_meta v2.7.10 |
360 | 2024-08-16T20:53:23.505Z | Downloaded papergrid v0.11.0 |
361 | 2024-08-16T20:53:23.509Z | Downloaded log v0.4.21 |
362 | 2024-08-16T20:53:23.520Z | Downloaded typenum v1.17.0 |
363 | 2024-08-16T20:53:23.528Z | Downloaded indexmap v2.4.0 |
364 | 2024-08-16T20:53:23.537Z | Downloaded serde v1.0.207 |
365 | 2024-08-16T20:53:23.547Z | Downloaded toml_edit v0.22.20 |
366 | 2024-08-16T20:53:23.568Z | Downloaded memchr v2.7.2 |
367 | 2024-08-16T20:53:23.574Z | Downloaded pest v2.7.10 |
368 | 2024-08-16T20:53:23.578Z | Downloaded hashbrown v0.14.5 |
369 | 2024-08-16T20:53:23.582Z | Downloaded serde_json v1.0.125 |
370 | 2024-08-16T20:53:23.592Z | Downloaded zerocopy v0.7.34 |
371 | 2024-08-16T20:53:23.607Z | Downloaded winnow v0.6.18 |
372 | 2024-08-16T20:53:23.616Z | Downloaded clap_builder v4.5.15 |
373 | 2024-08-16T20:53:23.622Z | Downloaded tabled v0.15.0 |
374 | 2024-08-16T20:53:23.637Z | Downloaded goblin v0.8.2 |
375 | 2024-08-16T20:53:23.643Z | Downloaded syn v1.0.109 |
376 | 2024-08-16T20:53:23.652Z | Downloaded syn v2.0.74 |
377 | 2024-08-16T20:53:23.666Z | Downloaded rustix v0.38.34 |
378 | 2024-08-16T20:53:23.687Z | Downloaded unicode-width v0.1.13 |
379 | 2024-08-16T20:53:23.705Z | Downloaded libc v0.2.155 |
380 | 2024-08-16T20:53:24.008Z | Compiling proc-macro2 v1.0.86 |
381 | 2024-08-16T20:53:24.008Z | Compiling unicode-ident v1.0.12 |
382 | 2024-08-16T20:53:24.010Z | Compiling version_check v0.9.5 |
383 | 2024-08-16T20:53:24.010Z | Compiling serde v1.0.207 |
384 | 2024-08-16T20:53:24.010Z | Compiling thiserror v1.0.63 |
385 | 2024-08-16T20:53:24.010Z | Compiling memchr v2.7.2 |
386 | 2024-08-16T20:53:24.010Z | Compiling libc v0.2.155 |
387 | 2024-08-16T20:53:24.010Z | Compiling itoa v1.0.11 |
388 | 2024-08-16T20:53:24.239Z | Compiling ucd-trie v0.1.6 |
389 | 2024-08-16T20:53:24.294Z | Compiling ryu v1.0.18 |
390 | 2024-08-16T20:53:24.808Z | Compiling once_cell v1.19.0 |
391 | 2024-08-16T20:53:24.832Z | Compiling byteorder v1.5.0 |
392 | 2024-08-16T20:53:25.107Z | Compiling serde_json v1.0.125 |
393 | 2024-08-16T20:53:26.779Z | Compiling proc-macro-error-attr v1.0.4 |
394 | 2024-08-16T20:53:26.817Z | Compiling usdt-impl v0.5.0 |
395 | 2024-08-16T20:53:26.856Z | Compiling rustix v0.38.34 |
396 | 2024-08-16T20:53:26.897Z | Compiling syn v1.0.109 |
397 | 2024-08-16T20:53:26.900Z | Compiling proc-macro-error v1.0.4 |
398 | 2024-08-16T20:53:27.170Z | Compiling utf8parse v0.2.1 |
399 | 2024-08-16T20:53:27.215Z | Compiling hashbrown v0.14.5 |
400 | 2024-08-16T20:53:27.290Z | Compiling plain v0.2.3 |
401 | 2024-08-16T20:53:27.377Z | Compiling bitflags v2.6.0 |
402 | 2024-08-16T20:53:27.478Z | Compiling log v0.4.21 |
403 | 2024-08-16T20:53:27.637Z | Compiling thread-id v4.2.1 |
404 | 2024-08-16T20:53:27.667Z | Compiling equivalent v1.0.1 |
405 | 2024-08-16T20:53:27.733Z | Compiling anstyle-parse v0.2.4 |
406 | 2024-08-16T20:53:27.759Z | Compiling quote v1.0.36 |
407 | 2024-08-16T20:53:27.877Z | Compiling pretty-hex v0.4.1 |
408 | 2024-08-16T20:53:27.936Z | Compiling anstyle v1.0.8 |
409 | 2024-08-16T20:53:28.086Z | Compiling colorchoice v1.0.1 |
410 | 2024-08-16T20:53:28.112Z | Compiling autocfg v1.3.0 |
411 | 2024-08-16T20:53:28.158Z | Compiling syn v2.0.74 |
412 | 2024-08-16T20:53:28.410Z | Compiling errno v0.3.9 |
413 | 2024-08-16T20:53:28.484Z | Compiling camino v1.1.8 |
414 | 2024-08-16T20:53:28.634Z | Compiling indexmap v2.4.0 |
415 | 2024-08-16T20:53:28.659Z | Compiling semver v1.0.23 |
416 | 2024-08-16T20:53:29.045Z | Compiling is_terminal_polyfill v1.70.0 |
417 | 2024-08-16T20:53:29.137Z | Compiling winnow v0.6.18 |
418 | 2024-08-16T20:53:29.170Z | Compiling anstyle-query v1.0.3 |
419 | 2024-08-16T20:53:29.284Z | Compiling anstream v0.6.14 |
420 | 2024-08-16T20:53:29.388Z | Compiling fs-err v2.11.0 |
421 | 2024-08-16T20:53:29.631Z | Compiling terminal_size v0.3.0 |
422 | 2024-08-16T20:53:29.818Z | Compiling bytecount v0.6.8 |
423 | 2024-08-16T20:53:29.909Z | Compiling heck v0.5.0 |
424 | 2024-08-16T20:53:29.933Z | Compiling fnv v1.0.7 |
425 | 2024-08-16T20:53:29.990Z | Compiling clap_lex v0.7.0 |
426 | 2024-08-16T20:53:30.025Z | Compiling strsim v0.11.1 |
427 | 2024-08-16T20:53:30.070Z | Compiling heck v0.4.1 |
428 | 2024-08-16T20:53:30.089Z | Compiling anyhow v1.0.86 |
429 | 2024-08-16T20:53:30.396Z | Compiling unicode-width v0.1.13 |
430 | 2024-08-16T20:53:30.494Z | Compiling clap_builder v4.5.15 |
431 | 2024-08-16T20:53:30.635Z | Compiling papergrid v0.11.0 |
432 | 2024-08-16T20:53:30.697Z | Compiling memmap v0.7.0 |
433 | 2024-08-16T20:53:31.514Z | Compiling swrite v0.1.0 |
434 | 2024-08-16T20:53:33.242Z | Compiling tabled_derive v0.7.0 |
435 | 2024-08-16T20:53:34.659Z | Compiling tabled v0.15.0 |
436 | 2024-08-16T20:53:36.507Z | Compiling serde_derive v1.0.207 |
437 | 2024-08-16T20:53:36.507Z | Compiling thiserror-impl v1.0.63 |
438 | 2024-08-16T20:53:36.511Z | Compiling zerocopy-derive v0.7.34 |
439 | 2024-08-16T20:53:36.511Z | Compiling scroll_derive v0.12.0 |
440 | 2024-08-16T20:53:36.511Z | Compiling clap_derive v4.5.13 |
441 | 2024-08-16T20:53:37.627Z | Compiling scroll v0.12.0 |
442 | 2024-08-16T20:53:38.202Z | Compiling goblin v0.8.2 |
443 | 2024-08-16T20:53:38.244Z | Compiling zerocopy v0.7.34 |
444 | 2024-08-16T20:53:39.401Z | Compiling pest v2.7.10 |
445 | 2024-08-16T20:53:40.171Z | Compiling clap v4.5.16 |
446 | 2024-08-16T20:53:41.362Z | Compiling pest_meta v2.7.10 |
447 | 2024-08-16T20:53:42.171Z | Compiling pest_generator v2.7.10 |
448 | 2024-08-16T20:53:44.070Z | Compiling pest_derive v2.7.10 |
449 | 2024-08-16T20:53:44.792Z | Compiling dtrace-parser v0.2.0 |
450 | 2024-08-16T20:53:46.268Z | Compiling serde_tokenstream v0.2.2 |
451 | 2024-08-16T20:53:46.436Z | Compiling serde_spanned v0.6.7 |
452 | 2024-08-16T20:53:46.436Z | Compiling toml_datetime v0.6.8 |
453 | 2024-08-16T20:53:46.713Z | Compiling cargo-platform v0.1.8 |
454 | 2024-08-16T20:53:46.800Z | Compiling toml_edit v0.22.20 |
455 | 2024-08-16T20:53:46.827Z | Compiling macaddr v1.0.1 |
456 | 2024-08-16T20:53:47.711Z | Compiling dof v0.3.0 |
457 | 2024-08-16T20:53:47.881Z | Compiling cargo_metadata v0.18.1 |
458 | 2024-08-16T20:53:49.504Z | Compiling usdt-macro v0.5.0 |
459 | 2024-08-16T20:53:49.507Z | Compiling usdt-attr-macro v0.5.0 |
460 | 2024-08-16T20:53:49.711Z | Compiling toml v0.8.19 |
461 | 2024-08-16T20:53:50.565Z | Compiling cargo_toml v0.20.4 |
462 | 2024-08-16T20:53:50.766Z | Compiling usdt v0.5.0 |
463 | 2024-08-16T20:53:54.243Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
464 | 2024-08-16T20:53:58.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.76s |
465 | 2024-08-16T20:53:58.294Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
466 | 2024-08-16T20:53:58.851Z | Downloading crates ... |
467 | 2024-08-16T20:53:58.966Z | Downloaded addr2line v0.21.0 |
468 | 2024-08-16T20:53:58.983Z | Downloaded bytes v1.7.1 |
469 | 2024-08-16T20:53:58.989Z | Downloaded ahash v0.8.11 |
470 | 2024-08-16T20:53:58.991Z | Downloaded atty v0.2.14 |
471 | 2024-08-16T20:53:58.994Z | Downloaded async-stream-impl v0.3.5 |
472 | 2024-08-16T20:53:58.997Z | Downloaded is_ci v1.2.0 |
473 | 2024-08-16T20:53:59.002Z | Downloaded crunchy v0.2.2 |
474 | 2024-08-16T20:53:59.004Z | Downloaded ciborium-io v0.2.2 |
475 | 2024-08-16T20:53:59.006Z | Downloaded instant v0.1.12 |
476 | 2024-08-16T20:53:59.009Z | Downloaded ident_case v1.0.1 |
477 | 2024-08-16T20:53:59.013Z | Downloaded darling_macro v0.20.9 |
478 | 2024-08-16T20:53:59.016Z | Downloaded bitflags v1.3.2 |
479 | 2024-08-16T20:53:59.019Z | Downloaded match_cfg v0.1.0 |
480 | 2024-08-16T20:53:59.021Z | Downloaded cfg_aliases v0.1.1 |
481 | 2024-08-16T20:53:59.024Z | Downloaded atomic-waker v1.1.2 |
482 | 2024-08-16T20:53:59.027Z | Downloaded castaway v0.2.3 |
483 | 2024-08-16T20:53:59.027Z | Downloaded oso-derive v0.27.3 |
484 | 2024-08-16T20:53:59.030Z | Downloaded openssl-macros v0.1.1 |
485 | 2024-08-16T20:53:59.030Z | Downloaded nodrop v0.1.14 |
486 | 2024-08-16T20:53:59.032Z | Downloaded newtype_derive v0.1.6 |
487 | 2024-08-16T20:53:59.032Z | Downloaded buf-list v1.0.3 |
488 | 2024-08-16T20:53:59.036Z | Downloaded lazycell v1.3.0 |
489 | 2024-08-16T20:53:59.038Z | Downloaded inout v0.1.3 |
490 | 2024-08-16T20:53:59.040Z | Downloaded impl-trait-for-tuples v0.2.2 |
491 | 2024-08-16T20:53:59.043Z | Downloaded defmt v0.3.8 |
492 | 2024-08-16T20:53:59.046Z | Downloaded cobs v0.2.3 |
493 | 2024-08-16T20:53:59.048Z | Downloaded atomicwrites v0.4.3 |
494 | 2024-08-16T20:53:59.050Z | Downloaded aead v0.5.2 |
495 | 2024-08-16T20:53:59.051Z | Downloaded cipher v0.4.4 |
496 | 2024-08-16T20:53:59.053Z | Downloaded bitfield v0.14.0 |
497 | 2024-08-16T20:53:59.056Z | Downloaded nanorand v0.7.0 |
498 | 2024-08-16T20:53:59.058Z | Downloaded async-recursion v1.1.1 |
499 | 2024-08-16T20:53:59.061Z | Downloaded mockall v0.13.0 |
500 | 2024-08-16T20:53:59.073Z | Downloaded num-derive v0.4.2 |
501 | 2024-08-16T20:53:59.073Z | Downloaded mime v0.3.17 |
502 | 2024-08-16T20:53:59.073Z | Downloaded debug-ignore v1.0.5 |
503 | 2024-08-16T20:53:59.073Z | Downloaded num-iter v0.1.45 |
504 | 2024-08-16T20:53:59.073Z | Downloaded ipnetwork v0.20.0 |
505 | 2024-08-16T20:53:59.073Z | Downloaded num_enum_derive v0.5.11 |
506 | 2024-08-16T20:53:59.077Z | Downloaded bitstruct v0.1.1 |
507 | 2024-08-16T20:53:59.077Z | Downloaded assert_matches v1.5.0 |
508 | 2024-08-16T20:53:59.079Z | Downloaded maybe-uninit v2.0.0 |
509 | 2024-08-16T20:53:59.079Z | Downloaded managed v0.8.0 |
510 | 2024-08-16T20:53:59.082Z | Downloaded jobserver v0.1.32 |
511 | 2024-08-16T20:53:59.084Z | Downloaded normalize-line-endings v0.3.0 |
512 | 2024-08-16T20:53:59.084Z | Downloaded cstr-argument v0.1.2 |
513 | 2024-08-16T20:53:59.086Z | Downloaded crucible-workspace-hack v0.1.0 |
514 | 2024-08-16T20:53:59.087Z | Downloaded lazy_static v1.5.0 |
515 | 2024-08-16T20:53:59.089Z | Downloaded is-terminal v0.4.12 |
516 | 2024-08-16T20:53:59.091Z | Downloaded instability v0.3.2 |
517 | 2024-08-16T20:53:59.091Z | Downloaded indent_write v2.2.0 |
518 | 2024-08-16T20:53:59.094Z | Downloaded cancel-safe-futures v0.1.5 |
519 | 2024-08-16T20:53:59.096Z | Downloaded hubpack v0.1.2 |
520 | 2024-08-16T20:53:59.098Z | Downloaded maplit v1.0.2 |
521 | 2024-08-16T20:53:59.101Z | Downloaded num-conv v0.1.0 |
522 | 2024-08-16T20:53:59.101Z | Downloaded newline-converter v0.3.0 |
523 | 2024-08-16T20:53:59.103Z | Downloaded libsw v3.3.1 |
524 | 2024-08-16T20:53:59.105Z | Downloaded crossbeam-deque v0.8.5 |
525 | 2024-08-16T20:53:59.108Z | Downloaded number_prefix v0.4.0 |
526 | 2024-08-16T20:53:59.108Z | Downloaded num_threads v0.1.7 |
527 | 2024-08-16T20:53:59.110Z | Downloaded openssl-probe v0.1.5 |
528 | 2024-08-16T20:53:59.110Z | Downloaded opaque-debug v0.3.1 |
529 | 2024-08-16T20:53:59.113Z | Downloaded cookie_store v0.20.0 |
530 | 2024-08-16T20:53:59.116Z | Downloaded signal-hook-tokio v0.3.1 |
531 | 2024-08-16T20:53:59.116Z | Downloaded memmap2 v0.9.4 |
532 | 2024-08-16T20:53:59.119Z | Downloaded lru-cache v0.1.2 |
533 | 2024-08-16T20:53:59.119Z | Downloaded lock_api v0.4.12 |
534 | 2024-08-16T20:53:59.121Z | Downloaded linear-map v1.2.0 |
535 | 2024-08-16T20:53:59.124Z | Downloaded lru v0.12.3 |
536 | 2024-08-16T20:53:59.126Z | Downloaded nu-ansi-term v0.50.0 |
537 | 2024-08-16T20:53:59.130Z | Downloaded darling v0.20.9 |
538 | 2024-08-16T20:53:59.132Z | Downloaded bit-vec v0.6.3 |
539 | 2024-08-16T20:53:59.136Z | Downloaded sqlparser_derive v0.2.2 |
540 | 2024-08-16T20:53:59.139Z | Downloaded try-lock v0.2.5 |
541 | 2024-08-16T20:53:59.139Z | Downloaded cexpr v0.6.0 |
542 | 2024-08-16T20:53:59.139Z | Downloaded bitstruct_derive v0.1.0 |
543 | 2024-08-16T20:53:59.141Z | Downloaded bitfield-struct v0.6.1 |
544 | 2024-08-16T20:53:59.141Z | Downloaded async-stream v0.3.5 |
545 | 2024-08-16T20:53:59.143Z | Downloaded base16ct v0.2.0 |
546 | 2024-08-16T20:53:59.145Z | Downloaded slog-envlogger v2.2.0 |
547 | 2024-08-16T20:53:59.148Z | Downloaded cassowary v0.3.0 |
548 | 2024-08-16T20:53:59.150Z | Downloaded shell-words v1.1.0 |
549 | 2024-08-16T20:53:59.150Z | Downloaded libloading v0.8.3 |
550 | 2024-08-16T20:53:59.153Z | Downloaded iana-time-zone v0.1.60 |
551 | 2024-08-16T20:53:59.155Z | Downloaded scopeguard v1.2.0 |
552 | 2024-08-16T20:53:59.157Z | Downloaded camino-tempfile v1.1.1 |
553 | 2024-08-16T20:53:59.160Z | Downloaded num-integer v0.1.46 |
554 | 2024-08-16T20:53:59.162Z | Downloaded num v0.4.3 |
555 | 2024-08-16T20:53:59.166Z | Downloaded nibble_vec v0.1.0 |
556 | 2024-08-16T20:53:59.166Z | Downloaded schemars_derive v0.8.21 |
557 | 2024-08-16T20:53:59.168Z | Downloaded data-encoding v2.6.0 |
558 | 2024-08-16T20:53:59.168Z | Downloaded fxhash v0.2.1 |
559 | 2024-08-16T20:53:59.170Z | Downloaded foreign-types v0.5.0 |
560 | 2024-08-16T20:53:59.170Z | Downloaded curve25519-dalek-derive v0.1.1 |
561 | 2024-08-16T20:53:59.173Z | Downloaded olpc-cjson v0.1.3 |
562 | 2024-08-16T20:53:59.175Z | Downloaded libefi-sys v0.1.0 |
563 | 2024-08-16T20:53:59.175Z | Downloaded crc-catalog v2.4.0 |
564 | 2024-08-16T20:53:59.178Z | Downloaded slog-dtrace v0.3.0 |
565 | 2024-08-16T20:53:59.178Z | Downloaded crc v3.2.1 |
566 | 2024-08-16T20:53:59.180Z | Downloaded convert_case v0.4.0 |
567 | 2024-08-16T20:53:59.184Z | Downloaded serde_urlencoded v0.7.1 |
568 | 2024-08-16T20:53:59.186Z | Downloaded foreign-types v0.3.2 |
569 | 2024-08-16T20:53:59.186Z | Downloaded num-traits v0.2.19 |
570 | 2024-08-16T20:53:59.189Z | Downloaded async-trait v0.1.81 |
571 | 2024-08-16T20:53:59.193Z | Downloaded thread_local v1.1.8 |
572 | 2024-08-16T20:53:59.195Z | Downloaded slab v0.4.9 |
573 | 2024-08-16T20:53:59.197Z | Downloaded indexmap v1.9.3 |
574 | 2024-08-16T20:53:59.200Z | Downloaded arc-swap v1.7.1 |
575 | 2024-08-16T20:53:59.204Z | Downloaded pretty-hex v0.2.1 |
576 | 2024-08-16T20:53:59.206Z | Downloaded phf_shared v0.10.0 |
577 | 2024-08-16T20:53:59.209Z | Downloaded whoami v1.5.1 |
578 | 2024-08-16T20:53:59.211Z | Downloaded unicode-xid v0.2.4 |
579 | 2024-08-16T20:53:59.211Z | Downloaded unicode-truncate v1.0.0 |
580 | 2024-08-16T20:53:59.214Z | Downloaded topological-sort v0.2.2 |
581 | 2024-08-16T20:53:59.216Z | Downloaded supports-color v3.0.0 |
582 | 2024-08-16T20:53:59.219Z | Downloaded num-rational v0.4.2 |
583 | 2024-08-16T20:53:59.219Z | Downloaded native-tls v0.2.11 |
584 | 2024-08-16T20:53:59.223Z | Downloaded mime_guess v2.0.4 |
585 | 2024-08-16T20:53:59.226Z | Downloaded num_enum v0.5.11 |
586 | 2024-08-16T20:53:59.228Z | Downloaded serde_arrays v0.1.0 |
587 | 2024-08-16T20:53:59.231Z | Downloaded ena v0.14.3 |
588 | 2024-08-16T20:53:59.233Z | Downloaded embedded-io v0.4.0 |
589 | 2024-08-16T20:53:59.235Z | Downloaded ref-cast v1.0.23 |
590 | 2024-08-16T20:53:59.238Z | Downloaded owo-colors v4.0.0 |
591 | 2024-08-16T20:53:59.240Z | Downloaded zone v0.1.8 |
592 | 2024-08-16T20:53:59.242Z | Downloaded unicode-linebreak v0.1.5 |
593 | 2024-08-16T20:53:59.242Z | Downloaded either v1.13.0 |
594 | 2024-08-16T20:53:59.245Z | Downloaded dyn-clone v1.0.17 |
595 | 2024-08-16T20:53:59.247Z | Downloaded dirs-next v2.0.0 |
596 | 2024-08-16T20:53:59.249Z | Downloaded openssl-sys v0.9.103 |
597 | 2024-08-16T20:53:59.253Z | Downloaded num-complex v0.4.6 |
598 | 2024-08-16T20:53:59.256Z | Downloaded time-core v0.1.2 |
599 | 2024-08-16T20:53:59.260Z | Downloaded strum v0.26.3 |
600 | 2024-08-16T20:53:59.260Z | Downloaded compact_str v0.8.0 |
601 | 2024-08-16T20:53:59.262Z | Downloaded base64 v0.22.1 |
602 | 2024-08-16T20:53:59.266Z | Downloaded tower-service v0.3.2 |
603 | 2024-08-16T20:53:59.269Z | Downloaded proc-macro-crate v1.3.1 |
604 | 2024-08-16T20:53:59.271Z | Downloaded subtle v2.5.0 |
605 | 2024-08-16T20:53:59.271Z | Downloaded derive_builder_macro v0.20.0 |
606 | 2024-08-16T20:53:59.274Z | Downloaded packed_struct_codegen v0.10.1 |
607 | 2024-08-16T20:53:59.274Z | Downloaded blake2 v0.10.6 |
608 | 2024-08-16T20:53:59.276Z | Downloaded tokio-tungstenite v0.21.0 |
609 | 2024-08-16T20:53:59.279Z | Downloaded csv-core v0.1.11 |
610 | 2024-08-16T20:53:59.281Z | Downloaded console v0.15.8 |
611 | 2024-08-16T20:53:59.284Z | Downloaded rand_xorshift v0.3.0 |
612 | 2024-08-16T20:53:59.287Z | Downloaded mockall_derive v0.13.0 |
613 | 2024-08-16T20:53:59.289Z | Downloaded phf_shared v0.11.2 |
614 | 2024-08-16T20:53:59.289Z | Downloaded crossbeam-epoch v0.9.18 |
615 | 2024-08-16T20:54:00.295Z | Downloaded clang-sys v1.7.0 |
616 | 2024-08-16T20:54:00.298Z | Downloaded portpicker v0.1.1 |
617 | 2024-08-16T20:54:00.298Z | Downloaded spki v0.7.3 |
618 | 2024-08-16T20:54:00.298Z | Downloaded slog-stdlog v4.1.1 |
619 | 2024-08-16T20:54:00.298Z | Downloaded slog-scope v4.4.0 |
620 | 2024-08-16T20:54:00.298Z | Downloaded spin v0.5.2 |
621 | 2024-08-16T20:54:00.298Z | Downloaded scheduled-thread-pool v0.2.7 |
622 | 2024-08-16T20:54:00.298Z | Downloaded ref-cast-impl v1.0.23 |
623 | 2024-08-16T20:54:00.299Z | Downloaded oso v0.27.3 |
624 | 2024-08-16T20:54:00.299Z | Downloaded yasna v0.5.2 |
625 | 2024-08-16T20:54:00.299Z | Downloaded signal-hook-mio v0.2.4 |
626 | 2024-08-16T20:54:00.299Z | Downloaded shlex v1.3.0 |
627 | 2024-08-16T20:54:00.299Z | Downloaded base64 v0.13.1 |
628 | 2024-08-16T20:54:00.299Z | Downloaded serde_path_to_error v0.1.16 |
629 | 2024-08-16T20:54:00.299Z | Downloaded termcolor v1.4.1 |
630 | 2024-08-16T20:54:00.299Z | Downloaded tiny-keccak v2.0.2 |
631 | 2024-08-16T20:54:00.299Z | Downloaded serde-big-array v0.5.1 |
632 | 2024-08-16T20:54:00.299Z | Downloaded time-macros v0.2.18 |
633 | 2024-08-16T20:54:00.299Z | Downloaded parking_lot_core v0.8.6 |
634 | 2024-08-16T20:54:00.299Z | Downloaded sigpipe v0.1.3 |
635 | 2024-08-16T20:54:00.299Z | Downloaded utf-8 v0.7.6 |
636 | 2024-08-16T20:54:00.299Z | Downloaded universal-hash v0.5.1 |
637 | 2024-08-16T20:54:00.299Z | Downloaded untrusted v0.9.0 |
638 | 2024-08-16T20:54:00.299Z | Downloaded rustls-pemfile v2.1.3 |
639 | 2024-08-16T20:54:00.299Z | Downloaded rustls-pemfile v1.0.4 |
640 | 2024-08-16T20:54:00.299Z | Downloaded endian-type v0.1.2 |
641 | 2024-08-16T20:54:00.299Z | Downloaded fallible-iterator v0.2.0 |
642 | 2024-08-16T20:54:00.299Z | Downloaded defmt-macros v0.3.9 |
643 | 2024-08-16T20:54:00.299Z | Downloaded gethostname v0.5.0 |
644 | 2024-08-16T20:54:00.299Z | Downloaded fastrand v2.1.0 |
645 | 2024-08-16T20:54:00.299Z | Downloaded cookie v0.18.1 |
646 | 2024-08-16T20:54:00.299Z | Downloaded rustc_version v0.4.0 |
647 | 2024-08-16T20:54:00.299Z | Downloaded resolv-conf v0.7.0 |
648 | 2024-08-16T20:54:00.299Z | Downloaded pin-utils v0.1.0 |
649 | 2024-08-16T20:54:00.299Z | Downloaded path-slash v0.1.5 |
650 | 2024-08-16T20:54:00.299Z | Downloaded spin v0.9.8 |
651 | 2024-08-16T20:54:00.299Z | Downloaded serde_derive_internals v0.29.1 |
652 | 2024-08-16T20:54:00.299Z | Downloaded peg v0.8.4 |
653 | 2024-08-16T20:54:00.299Z | Downloaded humantime v2.1.0 |
654 | 2024-08-16T20:54:00.299Z | Downloaded radium v0.7.0 |
655 | 2024-08-16T20:54:00.299Z | Downloaded powerfmt v0.2.0 |
656 | 2024-08-16T20:54:00.299Z | Downloaded backtrace v0.3.71 |
657 | 2024-08-16T20:54:00.299Z | Downloaded precomputed-hash v0.1.1 |
658 | 2024-08-16T20:54:00.299Z | Downloaded rustfmt-wrapper v0.2.1 |
659 | 2024-08-16T20:54:00.299Z | Downloaded mio v0.8.11 |
660 | 2024-08-16T20:54:00.299Z | Downloaded hash32 v0.3.1 |
661 | 2024-08-16T20:54:00.299Z | Downloaded termios v0.3.3 |
662 | 2024-08-16T20:54:00.300Z | Downloaded slog-json v2.6.1 |
663 | 2024-08-16T20:54:00.300Z | Downloaded slog-bunyan v2.5.0 |
664 | 2024-08-16T20:54:00.300Z | Downloaded slog-async v2.8.0 |
665 | 2024-08-16T20:54:00.300Z | Downloaded termtree v0.4.1 |
666 | 2024-08-16T20:54:00.300Z | Downloaded take_mut v0.2.2 |
667 | 2024-08-16T20:54:00.300Z | Downloaded unicase v2.7.0 |
668 | 2024-08-16T20:54:00.300Z | Downloaded derive_builder_core v0.20.0 |
669 | 2024-08-16T20:54:00.300Z | Downloaded zeroize_derive v1.4.2 |
670 | 2024-08-16T20:54:00.300Z | Downloaded fd-lock v4.0.2 |
671 | 2024-08-16T20:54:00.300Z | Downloaded erased-serde v0.3.31 |
672 | 2024-08-16T20:54:00.300Z | Downloaded futures-core v0.3.30 |
673 | 2024-08-16T20:54:00.300Z | Downloaded env_logger v0.10.2 |
674 | 2024-08-16T20:54:00.300Z | Downloaded pkg-config v0.3.30 |
675 | 2024-08-16T20:54:00.300Z | Downloaded vte_generate_state_changes v0.1.1 |
676 | 2024-08-16T20:54:00.300Z | Downloaded httpdate v1.0.3 |
677 | 2024-08-16T20:54:00.300Z | Downloaded signal-hook v0.3.17 |
678 | 2024-08-16T20:54:00.300Z | Downloaded derive_more v0.99.18 |
679 | 2024-08-16T20:54:00.300Z | Downloaded difflib v0.4.0 |
680 | 2024-08-16T20:54:00.300Z | Downloaded hashlink v0.9.1 |
681 | 2024-08-16T20:54:00.300Z | Downloaded zeroize v1.7.0 |
682 | 2024-08-16T20:54:00.300Z | Downloaded base64 v0.21.7 |
683 | 2024-08-16T20:54:00.300Z | Downloaded darling_core v0.20.9 |
684 | 2024-08-16T20:54:00.300Z | Downloaded foreign-types-shared v0.3.1 |
685 | 2024-08-16T20:54:00.300Z | Downloaded tinyvec v1.6.0 |
686 | 2024-08-16T20:54:00.300Z | Downloaded rustc_version v0.1.7 |
687 | 2024-08-16T20:54:00.300Z | Downloaded prettyplease v0.2.20 |
688 | 2024-08-16T20:54:00.300Z | Downloaded zip v0.6.6 |
689 | 2024-08-16T20:54:00.300Z | Downloaded tinyvec_macros v0.1.1 |
690 | 2024-08-16T20:54:00.300Z | Downloaded zone_cfg_derive v0.1.2 |
691 | 2024-08-16T20:54:00.300Z | Downloaded string_cache v0.8.7 |
692 | 2024-08-16T20:54:00.300Z | Downloaded ppv-lite86 v0.2.17 |
693 | 2024-08-16T20:54:00.300Z | Downloaded tap v1.0.1 |
694 | 2024-08-16T20:54:00.300Z | Downloaded crypto-bigint v0.5.5 |
695 | 2024-08-16T20:54:00.300Z | Downloaded want v0.3.1 |
696 | 2024-08-16T20:54:00.300Z | Downloaded predicates-tree v1.0.9 |
697 | 2024-08-16T20:54:00.300Z | Downloaded rusty-fork v0.3.0 |
698 | 2024-08-16T20:54:00.300Z | Downloaded http-body v0.4.6 |
699 | 2024-08-16T20:54:00.301Z | Downloaded ff v0.13.0 |
700 | 2024-08-16T20:54:00.301Z | Downloaded flume v0.11.0 |
701 | 2024-08-16T20:54:00.301Z | Downloaded elliptic-curve v0.13.8 |
702 | 2024-08-16T20:54:00.301Z | Downloaded tabwriter v1.4.0 |
703 | 2024-08-16T20:54:00.301Z | Downloaded libxml v0.3.3 |
704 | 2024-08-16T20:54:00.301Z | Downloaded tokio-tungstenite v0.20.1 |
705 | 2024-08-16T20:54:00.301Z | Downloaded phf v0.11.2 |
706 | 2024-08-16T20:54:00.301Z | Downloaded heapless v0.8.0 |
707 | 2024-08-16T20:54:00.301Z | Downloaded heapless v0.7.17 |
708 | 2024-08-16T20:54:00.301Z | Downloaded float-cmp v0.9.0 |
709 | 2024-08-16T20:54:00.301Z | Downloaded display-error-chain v0.2.0 |
710 | 2024-08-16T20:54:00.301Z | Downloaded slog-term v2.9.1 |
711 | 2024-08-16T20:54:00.301Z | Downloaded form_urlencoded v1.2.1 |
712 | 2024-08-16T20:54:00.301Z | Downloaded toolchain_find v0.4.0 |
713 | 2024-08-16T20:54:00.301Z | Downloaded tls_codec_derive v0.4.1 |
714 | 2024-08-16T20:54:00.302Z | Downloaded smf v0.2.3 |
715 | 2024-08-16T20:54:00.302Z | Downloaded foreign-types-macros v0.2.3 |
716 | 2024-08-16T20:54:00.305Z | Downloaded unsafe-libyaml v0.2.11 |
717 | 2024-08-16T20:54:00.305Z | Downloaded password-hash v0.5.0 |
718 | 2024-08-16T20:54:00.305Z | Downloaded futures-io v0.3.30 |
719 | 2024-08-16T20:54:00.305Z | Downloaded fatfs v0.3.6 |
720 | 2024-08-16T20:54:00.305Z | Downloaded uuid v1.10.0 |
721 | 2024-08-16T20:54:00.305Z | Downloaded http-range v0.1.5 |
722 | 2024-08-16T20:54:00.305Z | Downloaded libm v0.2.8 |
723 | 2024-08-16T20:54:00.305Z | Downloaded itertools v0.10.5 |
724 | 2024-08-16T20:54:00.305Z | Downloaded hostname v0.3.1 |
725 | 2024-08-16T20:54:00.305Z | Downloaded hubpack_derive v0.1.1 |
726 | 2024-08-16T20:54:00.305Z | Downloaded rand_seeder v0.3.0 |
727 | 2024-08-16T20:54:00.305Z | Downloaded pin-project-internal v1.1.5 |
728 | 2024-08-16T20:54:00.305Z | Downloaded snafu-derive v0.8.2 |
729 | 2024-08-16T20:54:00.305Z | Downloaded slog v2.7.0 |
730 | 2024-08-16T20:54:00.305Z | Downloaded vte v0.11.1 |
731 | 2024-08-16T20:54:00.306Z | Downloaded rpassword v7.3.1 |
732 | 2024-08-16T20:54:00.306Z | Downloaded getrandom v0.2.14 |
733 | 2024-08-16T20:54:00.306Z | Downloaded rtoolbox v0.0.2 |
734 | 2024-08-16T20:54:00.306Z | Downloaded futures-sink v0.3.30 |
735 | 2024-08-16T20:54:00.306Z | Downloaded dirs-sys-next v0.1.2 |
736 | 2024-08-16T20:54:00.306Z | Downloaded home v0.5.9 |
737 | 2024-08-16T20:54:00.306Z | Downloaded headers v0.3.9 |
738 | 2024-08-16T20:54:00.306Z | Downloaded futures-macro v0.3.30 |
739 | 2024-08-16T20:54:00.306Z | Downloaded parking_lot_core v0.9.10 |
740 | 2024-08-16T20:54:00.306Z | Downloaded url v2.5.2 |
741 | 2024-08-16T20:54:00.306Z | Downloaded test-strategy v0.3.1 |
742 | 2024-08-16T20:54:00.306Z | Downloaded strum_macros v0.25.3 |
743 | 2024-08-16T20:54:00.306Z | Downloaded structmeta-derive v0.3.0 |
744 | 2024-08-16T20:54:00.306Z | Downloaded heck v0.3.3 |
745 | 2024-08-16T20:54:00.306Z | Downloaded downcast v0.11.0 |
746 | 2024-08-16T20:54:00.306Z | Downloaded futures-executor v0.3.30 |
747 | 2024-08-16T20:54:00.306Z | Downloaded static_assertions v1.1.0 |
748 | 2024-08-16T20:54:00.306Z | Downloaded which v4.4.2 |
749 | 2024-08-16T20:54:00.306Z | Downloaded crossterm v0.28.1 |
750 | 2024-08-16T20:54:00.306Z | Downloaded tar v0.4.41 |
751 | 2024-08-16T20:54:00.306Z | Downloaded rustls-pki-types v1.7.0 |
752 | 2024-08-16T20:54:00.306Z | Downloaded num-bigint-dig v0.8.4 |
753 | 2024-08-16T20:54:00.306Z | Downloaded pin-project v1.1.5 |
754 | 2024-08-16T20:54:00.306Z | Downloaded waitgroup v0.1.2 |
755 | 2024-08-16T20:54:00.306Z | Downloaded tokio-native-tls v0.3.1 |
756 | 2024-08-16T20:54:00.306Z | Downloaded signal-hook-registry v1.4.2 |
757 | 2024-08-16T20:54:00.306Z | Downloaded rand_chacha v0.3.1 |
758 | 2024-08-16T20:54:00.306Z | Downloaded rustc-demangle v0.1.24 |
759 | 2024-08-16T20:54:00.306Z | Downloaded diesel_table_macro_syntax v0.2.0 |
760 | 2024-08-16T20:54:00.306Z | Downloaded headers-core v0.2.0 |
761 | 2024-08-16T20:54:00.306Z | Downloaded serde_repr v0.1.19 |
762 | 2024-08-16T20:54:00.306Z | Downloaded serde_plain v1.0.2 |
763 | 2024-08-16T20:54:00.306Z | Downloaded sec1 v0.7.3 |
764 | 2024-08-16T20:54:00.306Z | Downloaded http v1.1.0 |
765 | 2024-08-16T20:54:00.307Z | Downloaded pem v3.0.4 |
766 | 2024-08-16T20:54:00.307Z | Downloaded zerocopy v0.6.6 |
767 | 2024-08-16T20:54:00.307Z | Downloaded peg-runtime v0.8.3 |
768 | 2024-08-16T20:54:00.307Z | Downloaded smallvec v0.6.14 |
769 | 2024-08-16T20:54:00.307Z | Downloaded nom v7.1.3 |
770 | 2024-08-16T20:54:00.307Z | Downloaded scrypt v0.11.0 |
771 | 2024-08-16T20:54:00.307Z | Downloaded psl-types v2.0.11 |
772 | 2024-08-16T20:54:00.307Z | Downloaded predicates-core v1.0.6 |
773 | 2024-08-16T20:54:00.307Z | Downloaded sha1 v0.10.6 |
774 | 2024-08-16T20:54:00.307Z | Downloaded unicode-segmentation v1.11.0 |
775 | 2024-08-16T20:54:00.307Z | Downloaded aes v0.8.4 |
776 | 2024-08-16T20:54:00.307Z | Downloaded fragile v2.0.0 |
777 | 2024-08-16T20:54:00.307Z | Downloaded pbkdf2 v0.12.2 |
778 | 2024-08-16T20:54:00.307Z | Downloaded getopts v0.2.21 |
779 | 2024-08-16T20:54:00.307Z | Downloaded flagset v0.4.5 |
780 | 2024-08-16T20:54:00.307Z | Downloaded structmeta v0.3.0 |
781 | 2024-08-16T20:54:00.307Z | Downloaded quick-error v1.2.3 |
782 | 2024-08-16T20:54:00.307Z | Downloaded hostname v0.4.0 |
783 | 2024-08-16T20:54:00.307Z | Downloaded rand v0.8.5 |
784 | 2024-08-16T20:54:00.307Z | Downloaded httparse v1.8.0 |
785 | 2024-08-16T20:54:00.307Z | Downloaded hex v0.4.3 |
786 | 2024-08-16T20:54:00.307Z | Downloaded rsa v0.9.6 |
787 | 2024-08-16T20:54:00.307Z | Downloaded twox-hash v1.6.3 |
788 | 2024-08-16T20:54:00.307Z | Downloaded pin-project-lite v0.2.14 |
789 | 2024-08-16T20:54:00.307Z | Downloaded pem-rfc7468 v0.7.0 |
790 | 2024-08-16T20:54:00.307Z | Downloaded filetime v0.2.24 |
791 | 2024-08-16T20:54:00.307Z | Downloaded dsl_auto_type v0.1.2 |
792 | 2024-08-16T20:54:00.307Z | Downloaded derive-where v1.2.7 |
793 | 2024-08-16T20:54:00.307Z | Downloaded regex-automata v0.1.10 |
794 | 2024-08-16T20:54:00.307Z | Downloaded predicates v3.1.2 |
795 | 2024-08-16T20:54:00.307Z | Downloaded smawk v0.3.2 |
796 | 2024-08-16T20:54:00.307Z | Downloaded stringprep v0.1.4 |
797 | 2024-08-16T20:54:00.307Z | Downloaded hashbrown v0.13.2 |
798 | 2024-08-16T20:54:00.307Z | Downloaded stable_deref_trait v1.2.0 |
799 | 2024-08-16T20:54:00.307Z | Downloaded hmac v0.12.1 |
800 | 2024-08-16T20:54:00.307Z | Downloaded rand_core v0.6.4 |
801 | 2024-08-16T20:54:00.307Z | Downloaded rustversion v1.0.17 |
802 | 2024-08-16T20:54:00.308Z | Downloaded highway v1.2.0 |
803 | 2024-08-16T20:54:00.308Z | Downloaded unicode-normalization v0.1.23 |
804 | 2024-08-16T20:54:00.308Z | Downloaded hickory-server v0.24.1 |
805 | 2024-08-16T20:54:00.308Z | Downloaded tokio-macros v2.4.0 |
806 | 2024-08-16T20:54:00.308Z | Downloaded blake3 v1.5.1 |
807 | 2024-08-16T20:54:00.308Z | Downloaded smallvec v1.13.2 |
808 | 2024-08-16T20:54:00.308Z | Downloaded unarray v0.1.4 |
809 | 2024-08-16T20:54:00.308Z | Downloaded group v0.13.0 |
810 | 2024-08-16T20:54:00.308Z | Downloaded wyz v0.5.1 |
811 | 2024-08-16T20:54:00.308Z | Downloaded pkcs8 v0.10.2 |
812 | 2024-08-16T20:54:00.308Z | Downloaded ron v0.8.1 |
813 | 2024-08-16T20:54:00.308Z | Downloaded pkcs1 v0.7.5 |
814 | 2024-08-16T20:54:00.308Z | Downloaded parse-display-derive v0.10.0 |
815 | 2024-08-16T20:54:00.308Z | Downloaded strip-ansi-escapes v0.2.0 |
816 | 2024-08-16T20:54:00.314Z | Downloaded pkcs5 v0.7.1 |
817 | 2024-08-16T20:54:00.314Z | Downloaded fixedbitset v0.4.2 |
818 | 2024-08-16T20:54:00.314Z | Downloaded diff v0.1.13 |
819 | 2024-08-16T20:54:00.314Z | Downloaded hickory-resolver v0.24.1 |
820 | 2024-08-16T20:54:00.315Z | Downloaded expectorate v1.1.0 |
821 | 2024-08-16T20:54:00.315Z | Downloaded tokio-rustls v0.24.1 |
822 | 2024-08-16T20:54:00.315Z | Downloaded wait-timeout v0.2.0 |
823 | 2024-08-16T20:54:00.315Z | Downloaded tracing-attributes v0.1.27 |
824 | 2024-08-16T20:54:00.315Z | Downloaded tokio-rustls v0.25.0 |
825 | 2024-08-16T20:54:00.315Z | Downloaded hickory-client v0.24.1 |
826 | 2024-08-16T20:54:00.315Z | Downloaded globset v0.4.14 |
827 | 2024-08-16T20:54:00.315Z | Downloaded tui-tree-widget v0.22.0 |
828 | 2024-08-16T20:54:00.315Z | Downloaded half v2.4.1 |
829 | 2024-08-16T20:54:00.315Z | Downloaded serde_with_macros v3.8.3 |
830 | 2024-08-16T20:54:00.315Z | Downloaded walkdir v2.5.0 |
831 | 2024-08-16T20:54:00.315Z | Downloaded sqlformat v0.2.4 |
832 | 2024-08-16T20:54:00.315Z | Downloaded snafu v0.8.2 |
833 | 2024-08-16T20:54:00.315Z | Downloaded tracing v0.1.40 |
834 | 2024-08-16T20:54:00.315Z | Downloaded rcgen v0.12.1 |
835 | 2024-08-16T20:54:00.315Z | Downloaded rayon-core v1.12.1 |
836 | 2024-08-16T20:54:00.315Z | Downloaded diesel_derives v2.2.2 |
837 | 2024-08-16T20:54:00.315Z | Downloaded tungstenite v0.21.0 |
838 | 2024-08-16T20:54:00.315Z | Downloaded sct v0.7.1 |
839 | 2024-08-16T20:54:00.315Z | Downloaded socket2 v0.5.7 |
840 | 2024-08-16T20:54:00.315Z | Downloaded tungstenite v0.20.1 |
841 | 2024-08-16T20:54:00.315Z | Downloaded tokio-postgres v0.7.11 |
842 | 2024-08-16T20:54:00.315Z | Downloaded toml v0.7.8 |
843 | 2024-08-16T20:54:00.315Z | Downloaded publicsuffix v2.2.3 |
844 | 2024-08-16T20:54:00.315Z | Downloaded x509-cert v0.2.5 |
845 | 2024-08-16T20:54:00.315Z | Downloaded rustyline v14.0.0 |
846 | 2024-08-16T20:54:00.315Z | Downloaded tough v0.17.1 |
847 | 2024-08-16T20:54:00.315Z | Downloaded futures-util v0.3.30 |
848 | 2024-08-16T20:54:00.315Z | Downloaded hashbrown v0.12.3 |
849 | 2024-08-16T20:54:00.315Z | Downloaded serde_yaml v0.9.34+deprecated |
850 | 2024-08-16T20:54:00.315Z | Downloaded toml_edit v0.19.15 |
851 | 2024-08-16T20:54:00.315Z | Downloaded flate2 v1.0.31 |
852 | 2024-08-16T20:54:00.315Z | Downloaded typed-path v0.7.1 |
853 | 2024-08-16T20:54:00.315Z | Downloaded hkdf v0.12.4 |
854 | 2024-08-16T20:54:00.315Z | Downloaded der v0.7.9 |
855 | 2024-08-16T20:54:00.315Z | Downloaded sqlparser v0.45.0 |
856 | 2024-08-16T20:54:00.315Z | Downloaded reedline v0.33.0 |
857 | 2024-08-16T20:54:00.316Z | Downloaded tokio-util v0.7.11 |
858 | 2024-08-16T20:54:00.316Z | Downloaded object v0.30.4 |
859 | 2024-08-16T20:54:00.316Z | Downloaded lalrpop v0.19.12 |
860 | 2024-08-16T20:54:00.316Z | Downloaded chrono v0.4.38 |
861 | 2024-08-16T20:54:00.316Z | Downloaded idna v0.4.0 |
862 | 2024-08-16T20:54:00.316Z | Downloaded rustls-webpki v0.101.7 |
863 | 2024-08-16T20:54:00.316Z | Downloaded reqwest v0.11.27 |
864 | 2024-08-16T20:54:00.316Z | Downloaded rusqlite v0.31.0 |
865 | 2024-08-16T20:54:00.316Z | Downloaded bindgen v0.69.4 |
866 | 2024-08-16T20:54:00.316Z | Downloaded idna v0.3.0 |
867 | 2024-08-16T20:54:00.316Z | Downloaded serde_with v3.8.3 |
868 | 2024-08-16T20:54:00.316Z | Downloaded rayon v1.10.0 |
869 | 2024-08-16T20:54:00.316Z | Downloaded quick-xml v0.31.0 |
870 | 2024-08-16T20:54:00.316Z | Downloaded vcpkg v0.2.15 |
871 | 2024-08-16T20:54:00.316Z | Downloaded portable-atomic v1.6.0 |
872 | 2024-08-16T20:54:00.316Z | Downloaded git2 v0.19.0 |
873 | 2024-08-16T20:54:00.316Z | Downloaded openssl v0.10.66 |
874 | 2024-08-16T20:54:00.316Z | Downloaded regex v1.10.6 |
875 | 2024-08-16T20:54:00.316Z | Downloaded smoltcp v0.9.1 |
876 | 2024-08-16T20:54:00.316Z | Downloaded winnow v0.5.40 |
877 | 2024-08-16T20:54:00.316Z | Downloaded proptest v1.5.0 |
878 | 2024-08-16T20:54:00.316Z | Downloaded gimli v0.28.1 |
879 | 2024-08-16T20:54:00.316Z | Downloaded polar-core v0.27.3 |
880 | 2024-08-16T20:54:00.317Z | Downloaded webpki-roots v0.25.4 |
881 | 2024-08-16T20:54:00.317Z | Downloaded openapiv3 v2.0.0 |
882 | 2024-08-16T20:54:00.317Z | Downloaded radix_trie v0.2.1 |
883 | 2024-08-16T20:54:00.317Z | Downloaded curve25519-dalek v4.1.3 |
884 | 2024-08-16T20:54:00.317Z | Downloaded bstr v1.9.1 |
885 | 2024-08-16T20:54:00.317Z | Downloaded smoltcp v0.11.0 |
886 | 2024-08-16T20:54:00.317Z | Downloaded regex-syntax v0.6.29 |
887 | 2024-08-16T20:54:00.317Z | Downloaded rustls v0.22.4 |
888 | 2024-08-16T20:54:00.317Z | Downloaded regex-syntax v0.8.4 |
889 | 2024-08-16T20:54:00.317Z | Downloaded regress v0.9.1 |
890 | 2024-08-16T20:54:00.317Z | Downloaded diesel v2.2.2 |
891 | 2024-08-16T20:54:00.329Z | Downloaded rustls v0.21.12 |
892 | 2024-08-16T20:54:00.341Z | Downloaded sled v0.34.7 |
893 | 2024-08-16T20:54:00.351Z | Downloaded hickory-proto v0.24.1 |
894 | 2024-08-16T20:54:00.368Z | Downloaded zerocopy-derive v0.6.6 |
895 | 2024-08-16T20:54:00.377Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
896 | 2024-08-16T20:54:00.391Z | Downloaded rustls-webpki v0.102.4 |
897 | 2024-08-16T20:54:00.409Z | Downloaded nix v0.28.0 |
898 | 2024-08-16T20:54:00.421Z | Downloaded finl_unicode v1.2.0 |
899 | 2024-08-16T20:54:00.435Z | Downloaded petgraph v0.6.5 |
900 | 2024-08-16T20:54:00.451Z | Downloaded ratatui v0.28.0 |
901 | 2024-08-16T20:54:00.471Z | Downloaded regex-automata v0.4.6 |
902 | 2024-08-16T20:54:00.488Z | Downloaded csv v1.3.0 |
903 | 2024-08-16T20:54:00.509Z | Downloaded bstr v0.2.17 |
904 | 2024-08-16T20:54:00.518Z | Downloaded object v0.32.2 |
905 | 2024-08-16T20:54:00.529Z | Downloaded nix v0.27.1 |
906 | 2024-08-16T20:54:00.540Z | Downloaded hyper v0.14.30 |
907 | 2024-08-16T20:54:00.548Z | Downloaded idna v0.5.0 |
908 | 2024-08-16T20:54:00.555Z | Downloaded bitvec v1.0.1 |
909 | 2024-08-16T20:54:00.570Z | Downloaded steno v0.4.1 |
910 | 2024-08-16T20:54:00.574Z | Downloaded h2 v0.3.26 |
911 | 2024-08-16T20:54:00.582Z | Downloaded aho-corasick v1.1.3 |
912 | 2024-08-16T20:54:00.587Z | Downloaded poly1305 v0.8.0 |
913 | 2024-08-16T20:54:00.590Z | Downloaded signature v2.2.0 |
914 | 2024-08-16T20:54:00.592Z | Downloaded futures v0.3.30 |
915 | 2024-08-16T20:54:00.595Z | Downloaded tokio v1.39.2 |
916 | 2024-08-16T20:54:00.633Z | Downloaded vergen v8.3.2 |
917 | 2024-08-16T20:54:00.636Z | Downloaded unicode_categories v0.1.1 |
918 | 2024-08-16T20:54:00.638Z | Downloaded structmeta v0.2.0 |
919 | 2024-08-16T20:54:00.638Z | Downloaded glob v0.3.1 |
920 | 2024-08-16T20:54:00.640Z | Downloaded ron v0.7.1 |
921 | 2024-08-16T20:54:00.644Z | Downloaded textwrap v0.16.1 |
922 | 2024-08-16T20:54:00.646Z | Downloaded samael v0.0.15 |
923 | 2024-08-16T20:54:00.651Z | Downloaded hash32 v0.2.1 |
924 | 2024-08-16T20:54:00.654Z | Downloaded packed_struct v0.10.1 |
925 | 2024-08-16T20:54:00.657Z | Downloaded time v0.3.36 |
926 | 2024-08-16T20:54:00.661Z | Downloaded itertools v0.13.0 |
927 | 2024-08-16T20:54:00.668Z | Downloaded crossterm v0.27.0 |
928 | 2024-08-16T20:54:00.674Z | Downloaded der_derive v0.7.2 |
929 | 2024-08-16T20:54:00.676Z | Downloaded sha3 v0.10.8 |
930 | 2024-08-16T20:54:00.680Z | Downloaded funty v2.0.0 |
931 | 2024-08-16T20:54:00.682Z | Downloaded http v0.2.12 |
932 | 2024-08-16T20:54:00.685Z | Downloaded futures-channel v0.3.30 |
933 | 2024-08-16T20:54:00.688Z | Downloaded similar v2.5.0 |
934 | 2024-08-16T20:54:00.692Z | Downloaded serde-hex v0.1.0 |
935 | 2024-08-16T20:54:00.694Z | Downloaded percent-encoding v2.3.1 |
936 | 2024-08-16T20:54:00.694Z | Downloaded rustc-hash v1.1.0 |
937 | 2024-08-16T20:54:00.694Z | Downloaded vsss-rs v3.3.4 |
938 | 2024-08-16T20:54:00.697Z | Downloaded defmt-parser v0.3.4 |
939 | 2024-08-16T20:54:00.699Z | Downloaded xattr v1.3.1 |
940 | 2024-08-16T20:54:00.699Z | Downloaded tls_codec v0.4.1 |
941 | 2024-08-16T20:54:00.701Z | Downloaded deranged v0.3.11 |
942 | 2024-08-16T20:54:00.704Z | Downloaded schemars v0.8.21 |
943 | 2024-08-16T20:54:00.714Z | Downloaded crossbeam-channel v0.5.12 |
944 | 2024-08-16T20:54:00.718Z | Downloaded const_format v0.2.32 |
945 | 2024-08-16T20:54:00.722Z | Downloaded itertools v0.12.1 |
946 | 2024-08-16T20:54:00.729Z | Downloaded tokio-stream v0.1.15 |
947 | 2024-08-16T20:54:00.733Z | Downloaded peg-macros v0.8.4 |
948 | 2024-08-16T20:54:00.736Z | Downloaded salsa20 v0.10.2 |
949 | 2024-08-16T20:54:00.738Z | Downloaded mio v1.0.2 |
950 | 2024-08-16T20:54:00.741Z | Downloaded sync_wrapper v0.1.2 |
951 | 2024-08-16T20:54:00.744Z | Downloaded same-file v1.0.6 |
952 | 2024-08-16T20:54:00.744Z | Downloaded parse-display v0.10.0 |
953 | 2024-08-16T20:54:00.746Z | Downloaded tempfile v3.10.1 |
954 | 2024-08-16T20:54:00.748Z | Downloaded term v0.7.0 |
955 | 2024-08-16T20:54:00.750Z | Downloaded postgres-types v0.2.7 |
956 | 2024-08-16T20:54:00.753Z | Downloaded unicode-bidi v0.3.15 |
957 | 2024-08-16T20:54:00.755Z | Downloaded foreign-types-shared v0.1.1 |
958 | 2024-08-16T20:54:00.755Z | Downloaded paste v1.0.15 |
959 | 2024-08-16T20:54:00.758Z | Downloaded parse-size v1.0.0 |
960 | 2024-08-16T20:54:00.760Z | Downloaded env_logger v0.9.3 |
961 | 2024-08-16T20:54:00.763Z | Downloaded derive_builder v0.20.0 |
962 | 2024-08-16T20:54:00.765Z | Downloaded fallible-streaming-iterator v0.1.9 |
963 | 2024-08-16T20:54:00.767Z | Downloaded enum-as-inner v0.6.0 |
964 | 2024-08-16T20:54:00.767Z | Downloaded tracing-core v0.1.32 |
965 | 2024-08-16T20:54:00.770Z | Downloaded uzers v0.11.3 |
966 | 2024-08-16T20:54:00.772Z | Downloaded siphasher v0.3.11 |
967 | 2024-08-16T20:54:00.774Z | Downloaded semver v0.1.20 |
968 | 2024-08-16T20:54:00.774Z | Downloaded secrecy v0.8.0 |
969 | 2024-08-16T20:54:00.777Z | Downloaded r2d2 v0.8.10 |
970 | 2024-08-16T20:54:00.777Z | Downloaded postcard v1.0.8 |
971 | 2024-08-16T20:54:00.780Z | Downloaded parking_lot v0.12.2 |
972 | 2024-08-16T20:54:00.786Z | Downloaded parking_lot v0.11.2 |
973 | 2024-08-16T20:54:00.788Z | Downloaded miniz_oxide v0.7.2 |
974 | 2024-08-16T20:54:00.788Z | Downloaded minimal-lexical v0.2.1 |
975 | 2024-08-16T20:54:00.791Z | Downloaded indicatif v0.17.8 |
976 | 2024-08-16T20:54:00.794Z | Downloaded allocator-api2 v0.2.18 |
977 | 2024-08-16T20:54:00.797Z | Downloaded futures-task v0.3.30 |
978 | 2024-08-16T20:54:00.800Z | Downloaded fallible-iterator v0.3.0 |
979 | 2024-08-16T20:54:00.800Z | Downloaded subprocess v0.2.9 |
980 | 2024-08-16T20:54:00.804Z | Downloaded strum_macros v0.26.4 |
981 | 2024-08-16T20:54:00.806Z | Downloaded postgres-protocol v0.6.7 |
982 | 2024-08-16T20:54:00.807Z | Downloaded untrusted v0.7.1 |
983 | 2024-08-16T20:54:00.807Z | Downloaded socket2 v0.4.10 |
984 | 2024-08-16T20:54:00.809Z | Downloaded strum_macros v0.24.3 |
985 | 2024-08-16T20:54:00.813Z | Downloaded chacha20poly1305 v0.10.1 |
986 | 2024-08-16T20:54:00.813Z | Downloaded cc v1.0.97 |
987 | 2024-08-16T20:54:00.816Z | Downloaded argon2 v0.5.3 |
988 | 2024-08-16T20:54:00.816Z | Downloaded base64ct v1.6.0 |
989 | 2024-08-16T20:54:00.820Z | Downloaded colored v2.1.0 |
990 | 2024-08-16T20:54:00.820Z | Downloaded bzip2 v0.4.4 |
991 | 2024-08-16T20:54:00.822Z | Downloaded thiserror-no-std v2.0.2 |
992 | 2024-08-16T20:54:00.825Z | Downloaded thiserror-impl-no-std v2.0.2 |
993 | 2024-08-16T20:54:00.828Z | Downloaded structmeta-derive v0.2.0 |
994 | 2024-08-16T20:54:00.828Z | Downloaded md-5 v0.10.6 |
995 | 2024-08-16T20:54:00.830Z | Downloaded bcs v0.1.6 |
996 | 2024-08-16T20:54:00.830Z | Downloaded backoff v0.4.0 |
997 | 2024-08-16T20:54:00.833Z | Downloaded ascii v1.1.0 |
998 | 2024-08-16T20:54:00.835Z | Downloaded omicron-zone-package v0.11.0 |
999 | 2024-08-16T20:54:00.838Z | Downloaded ipnet v2.9.0 |
1000 | 2024-08-16T20:54:00.840Z | Downloaded float-ord v0.3.2 |
1001 | 2024-08-16T20:54:00.840Z | Downloaded const-oid v0.9.6 |
1002 | 2024-08-16T20:54:00.843Z | Downloaded crossbeam-utils v0.8.19 |
1003 | 2024-08-16T20:54:00.846Z | Downloaded crc-any v2.5.0 |
1004 | 2024-08-16T20:54:00.846Z | Downloaded constant_time_eq v0.3.0 |
1005 | 2024-08-16T20:54:00.848Z | Downloaded ciborium-ll v0.2.2 |
1006 | 2024-08-16T20:54:00.848Z | Downloaded chacha20 v0.9.1 |
1007 | 2024-08-16T20:54:00.852Z | Downloaded cbc v0.1.2 |
1008 | 2024-08-16T20:54:00.852Z | Downloaded newtype-uuid v1.1.0 |
1009 | 2024-08-16T20:54:00.852Z | Downloaded multimap v0.10.0 |
1010 | 2024-08-16T20:54:00.855Z | Downloaded memoffset v0.9.1 |
1011 | 2024-08-16T20:54:00.856Z | Downloaded block-padding v0.3.3 |
1012 | 2024-08-16T20:54:00.856Z | Downloaded adler v1.0.2 |
1013 | 2024-08-16T20:54:00.860Z | Downloaded multer v3.1.0 |
1014 | 2024-08-16T20:54:00.862Z | Downloaded crc32fast v1.4.0 |
1015 | 2024-08-16T20:54:00.862Z | Downloaded keccak v0.1.5 |
1016 | 2024-08-16T20:54:00.862Z | Downloaded hyper-staticfile v0.9.5 |
1017 | 2024-08-16T20:54:00.865Z | Downloaded arrayref v0.3.7 |
1018 | 2024-08-16T20:54:00.865Z | Downloaded cookie v0.17.0 |
1019 | 2024-08-16T20:54:00.868Z | Downloaded encoding_rs v0.8.34 |
1020 | 2024-08-16T20:54:00.889Z | Downloaded const_format_proc_macros v0.2.32 |
1021 | 2024-08-16T20:54:00.891Z | Downloaded ciborium v0.2.2 |
1022 | 2024-08-16T20:54:00.895Z | Downloaded linked-hash-map v0.5.6 |
1023 | 2024-08-16T20:54:00.895Z | Downloaded arrayvec v0.7.4 |
1024 | 2024-08-16T20:54:00.898Z | Downloaded hyper-rustls v0.24.2 |
1025 | 2024-08-16T20:54:00.901Z | Downloaded lalrpop-util v0.19.12 |
1026 | 2024-08-16T20:54:00.901Z | Downloaded kstat-rs v0.2.4 |
1027 | 2024-08-16T20:54:00.901Z | Downloaded indoc v1.0.9 |
1028 | 2024-08-16T20:54:00.905Z | Downloaded ascii-canvas v3.0.0 |
1029 | 2024-08-16T20:54:00.905Z | Downloaded hyper-tls v0.5.0 |
1030 | 2024-08-16T20:54:00.905Z | Downloaded new_debug_unreachable v1.0.6 |
1031 | 2024-08-16T20:54:00.908Z | Downloaded bit-set v0.5.3 |
1032 | 2024-08-16T20:54:00.908Z | Downloaded bb8 v0.8.5 |
1033 | 2024-08-16T20:54:00.908Z | Downloaded array-init v0.0.4 |
1034 | 2024-08-16T20:54:00.971Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1035 | 2024-08-16T20:54:01.650Z | Downloaded libz-sys v1.1.16 |
1036 | 2024-08-16T20:54:01.776Z | Downloaded ring v0.17.8 |
1037 | 2024-08-16T20:54:01.935Z | Downloaded libsqlite3-sys v0.28.0 |
1038 | 2024-08-16T20:54:02.012Z | Downloaded ring v0.16.20 |
1039 | 2024-08-16T20:54:02.181Z | Compiling cfg-if v1.0.0 |
1040 | 2024-08-16T20:54:02.181Z | Compiling serde v1.0.207 |
1041 | 2024-08-16T20:54:02.184Z | Compiling lock_api v0.4.12 |
1042 | 2024-08-16T20:54:02.184Z | Compiling typenum v1.17.0 |
1043 | 2024-08-16T20:54:02.184Z | Compiling scopeguard v1.2.0 |
1044 | 2024-08-16T20:54:02.349Z | Compiling generic-array v0.14.7 |
1045 | 2024-08-16T20:54:02.353Z | Compiling syn v2.0.74 |
1046 | 2024-08-16T20:54:02.353Z | Compiling log v0.4.21 |
1047 | 2024-08-16T20:54:02.494Z | Compiling getrandom v0.2.14 |
1048 | 2024-08-16T20:54:02.499Z | Compiling jobserver v0.1.32 |
1049 | 2024-08-16T20:54:02.792Z | Compiling rand_core v0.6.4 |
1050 | 2024-08-16T20:54:02.888Z | Compiling subtle v2.5.0 |
1051 | 2024-08-16T20:54:02.934Z | Compiling const-oid v0.9.6 |
1052 | 2024-08-16T20:54:02.995Z | Compiling cc v1.0.97 |
1053 | 2024-08-16T20:54:03.229Z | Compiling smallvec v1.13.2 |
1054 | 2024-08-16T20:54:03.358Z | Compiling pin-project-lite v0.2.14 |
1055 | 2024-08-16T20:54:03.386Z | Compiling parking_lot_core v0.9.10 |
1056 | 2024-08-16T20:54:03.487Z | Compiling spin v0.9.8 |
1057 | 2024-08-16T20:54:03.506Z | Compiling signal-hook-registry v1.4.2 |
1058 | 2024-08-16T20:54:03.661Z | Compiling mio v1.0.2 |
1059 | 2024-08-16T20:54:03.913Z | Compiling ahash v0.8.11 |
1060 | 2024-08-16T20:54:04.288Z | Compiling tinyvec_macros v0.1.1 |
1061 | 2024-08-16T20:54:04.364Z | Compiling parking_lot v0.12.2 |
1062 | 2024-08-16T20:54:04.386Z | Compiling tinyvec v1.6.0 |
1063 | 2024-08-16T20:54:04.696Z | Compiling socket2 v0.5.7 |
1064 | 2024-08-16T20:54:04.983Z | Compiling cpufeatures v0.2.12 |
1065 | 2024-08-16T20:54:05.002Z | Compiling futures-core v0.3.30 |
1066 | 2024-08-16T20:54:05.083Z | Compiling libm v0.2.8 |
1067 | 2024-08-16T20:54:05.250Z | Compiling serde_json v1.0.125 |
1068 | 2024-08-16T20:54:05.282Z | Compiling slab v0.4.9 |
1069 | 2024-08-16T20:54:05.408Z | Compiling num-traits v0.2.19 |
1070 | 2024-08-16T20:54:05.461Z | Compiling futures-sink v0.3.30 |
1071 | 2024-08-16T20:54:05.584Z | Compiling allocator-api2 v0.2.18 |
1072 | 2024-08-16T20:54:05.619Z | Compiling unicode-bidi v0.3.15 |
1073 | 2024-08-16T20:54:05.914Z | Compiling unicode-normalization v0.1.23 |
1074 | 2024-08-16T20:54:05.930Z | Compiling futures-channel v0.3.30 |
1075 | 2024-08-16T20:54:06.041Z | Compiling futures-task v0.3.30 |
1076 | 2024-08-16T20:54:06.338Z | Compiling futures-io v0.3.30 |
1077 | 2024-08-16T20:54:06.354Z | Compiling pin-utils v0.1.0 |
1078 | 2024-08-16T20:54:06.386Z | Compiling vcpkg v0.2.15 |
1079 | 2024-08-16T20:54:06.446Z | Compiling pkg-config v0.3.30 |
1080 | 2024-08-16T20:54:07.039Z | Compiling base64ct v1.6.0 |
1081 | 2024-08-16T20:54:07.056Z | Compiling percent-encoding v2.3.1 |
1082 | 2024-08-16T20:54:07.060Z | Compiling ppv-lite86 v0.2.17 |
1083 | 2024-08-16T20:54:07.094Z | Compiling ring v0.17.8 |
1084 | 2024-08-16T20:54:07.441Z | Compiling flagset v0.4.5 |
1085 | 2024-08-16T20:54:07.661Z | Compiling pem-rfc7468 v0.7.0 |
1086 | 2024-08-16T20:54:07.678Z | Compiling tracing-core v0.1.32 |
1087 | 2024-08-16T20:54:07.861Z | Compiling rand_chacha v0.3.1 |
1088 | 2024-08-16T20:54:08.053Z | Compiling rustix v0.38.34 |
1089 | 2024-08-16T20:54:08.375Z | Compiling untrusted v0.9.0 |
1090 | 2024-08-16T20:54:08.547Z | Compiling rand v0.8.5 |
1091 | 2024-08-16T20:54:08.605Z | Compiling openssl-sys v0.9.103 |
1092 | 2024-08-16T20:54:08.754Z | Compiling foreign-types-shared v0.1.1 |
1093 | 2024-08-16T20:54:08.858Z | Compiling time-core v0.1.2 |
1094 | 2024-08-16T20:54:08.910Z | Compiling rustversion v1.0.17 |
1095 | 2024-08-16T20:54:08.927Z | Compiling openssl v0.10.66 |
1096 | 2024-08-16T20:54:09.011Z | Compiling httparse v1.8.0 |
1097 | 2024-08-16T20:54:09.298Z | Compiling num-conv v0.1.0 |
1098 | 2024-08-16T20:54:09.401Z | Compiling powerfmt v0.2.0 |
1099 | 2024-08-16T20:54:09.557Z | Compiling time-macros v0.2.18 |
1100 | 2024-08-16T20:54:09.614Z | Compiling foreign-types v0.3.2 |
1101 | 2024-08-16T20:54:09.691Z | Compiling deranged v0.3.11 |
1102 | 2024-08-16T20:54:09.748Z | Compiling form_urlencoded v1.2.1 |
1103 | 2024-08-16T20:54:10.034Z | Compiling lazy_static v1.5.0 |
1104 | 2024-08-16T20:54:10.037Z | Compiling rustls v0.21.12 |
1105 | 2024-08-16T20:54:10.159Z | Compiling native-tls v0.2.11 |
1106 | 2024-08-16T20:54:10.285Z | Compiling try-lock v0.2.5 |
1107 | 2024-08-16T20:54:10.392Z | Compiling num_threads v0.1.7 |
1108 | 2024-08-16T20:54:10.418Z | Compiling siphasher v0.3.11 |
1109 | 2024-08-16T20:54:10.469Z | Compiling syn v1.0.109 |
1110 | 2024-08-16T20:54:10.501Z | Compiling crossbeam-utils v0.8.19 |
1111 | 2024-08-16T20:54:10.726Z | Compiling want v0.3.1 |
1112 | 2024-08-16T20:54:11.076Z | Compiling idna v0.5.0 |
1113 | 2024-08-16T20:54:11.304Z | Compiling aho-corasick v1.1.3 |
1114 | 2024-08-16T20:54:11.530Z | Compiling cookie v0.17.0 |
1115 | 2024-08-16T20:54:11.781Z | Compiling slog v2.7.0 |
1116 | 2024-08-16T20:54:12.238Z | Compiling iana-time-zone v0.1.60 |
1117 | 2024-08-16T20:54:12.291Z | Compiling adler v1.0.2 |
1118 | 2024-08-16T20:54:12.396Z | Compiling time v0.3.36 |
1119 | 2024-08-16T20:54:12.429Z | Compiling finl_unicode v1.2.0 |
1120 | 2024-08-16T20:54:12.535Z | Compiling tower-service v0.3.2 |
1121 | 2024-08-16T20:54:12.658Z | Compiling regex-syntax v0.8.4 |
1122 | 2024-08-16T20:54:12.691Z | Compiling openssl-probe v0.1.5 |
1123 | 2024-08-16T20:54:12.994Z | Compiling httpdate v1.0.3 |
1124 | 2024-08-16T20:54:13.035Z | Compiling stringprep v0.1.4 |
1125 | 2024-08-16T20:54:13.327Z | Compiling miniz_oxide v0.7.2 |
1126 | 2024-08-16T20:54:13.530Z | Compiling url v2.5.2 |
1127 | 2024-08-16T20:54:15.297Z | Compiling num-integer v0.1.46 |
1128 | 2024-08-16T20:54:15.330Z | Compiling backtrace v0.3.71 |
1129 | 2024-08-16T20:54:15.784Z | Compiling regex-automata v0.4.6 |
1130 | 2024-08-16T20:54:16.008Z | Compiling idna v0.3.0 |
1131 | 2024-08-16T20:54:16.029Z | Compiling serde_derive v1.0.207 |
1132 | 2024-08-16T20:54:16.550Z | Compiling zeroize_derive v1.4.2 |
1133 | 2024-08-16T20:54:17.342Z | Compiling zerocopy-derive v0.7.34 |
1134 | 2024-08-16T20:54:17.555Z | Compiling tokio-macros v2.4.0 |
1135 | 2024-08-16T20:54:18.208Z | Compiling zeroize v1.7.0 |
1136 | 2024-08-16T20:54:18.732Z | Compiling thiserror-impl v1.0.63 |
1137 | 2024-08-16T20:54:19.185Z | Compiling futures-macro v0.3.30 |
1138 | 2024-08-16T20:54:19.529Z | Compiling zerocopy v0.7.34 |
1139 | 2024-08-16T20:54:19.983Z | Compiling crypto-common v0.1.6 |
1140 | 2024-08-16T20:54:20.189Z | Compiling block-buffer v0.10.4 |
1141 | 2024-08-16T20:54:20.441Z | Compiling digest v0.10.7 |
1142 | 2024-08-16T20:54:20.885Z | Compiling hmac v0.12.1 |
1143 | 2024-08-16T20:54:21.095Z | Compiling block-padding v0.3.3 |
1144 | 2024-08-16T20:54:21.132Z | Compiling sha2 v0.10.8 |
1145 | 2024-08-16T20:54:21.319Z | Compiling inout v0.1.3 |
1146 | 2024-08-16T20:54:21.568Z | Compiling hashbrown v0.14.5 |
1147 | 2024-08-16T20:54:21.621Z | Compiling cipher v0.4.4 |
1148 | 2024-08-16T20:54:21.723Z | Compiling futures-util v0.3.30 |
1149 | 2024-08-16T20:54:21.858Z | Compiling thiserror v1.0.63 |
1150 | 2024-08-16T20:54:21.997Z | Compiling pest v2.7.10 |
1151 | 2024-08-16T20:54:22.134Z | Compiling der_derive v0.7.2 |
1152 | 2024-08-16T20:54:23.008Z | Compiling salsa20 v0.10.2 |
1153 | 2024-08-16T20:54:23.215Z | Compiling pbkdf2 v0.12.2 |
1154 | 2024-08-16T20:54:23.392Z | Compiling tracing-attributes v0.1.27 |
1155 | 2024-08-16T20:54:24.691Z | Compiling der v0.7.9 |
1156 | 2024-08-16T20:54:24.694Z | Compiling pest_meta v2.7.10 |
1157 | 2024-08-16T20:54:24.962Z | Compiling scroll_derive v0.12.0 |
1158 | 2024-08-16T20:54:26.497Z | Compiling scroll v0.12.0 |
1159 | 2024-08-16T20:54:27.066Z | Compiling spki v0.7.3 |
1160 | 2024-08-16T20:54:27.241Z | Compiling tracing v0.1.40 |
1161 | 2024-08-16T20:54:27.472Z | Compiling pest_generator v2.7.10 |
1162 | 2024-08-16T20:54:27.796Z | Compiling scrypt v0.11.0 |
1163 | 2024-08-16T20:54:28.000Z | Compiling aes v0.8.4 |
1164 | 2024-08-16T20:54:28.019Z | Compiling cbc v0.1.2 |
1165 | 2024-08-16T20:54:28.270Z | Compiling goblin v0.8.2 |
1166 | 2024-08-16T20:54:28.318Z | Compiling openssl-macros v0.1.1 |
1167 | 2024-08-16T20:54:28.458Z | Compiling md-5 v0.10.6 |
1168 | 2024-08-16T20:54:28.714Z | Compiling hash32 v0.2.1 |
1169 | 2024-08-16T20:54:29.082Z | Compiling pkcs5 v0.7.1 |
1170 | 2024-08-16T20:54:29.100Z | Compiling num-bigint-dig v0.8.4 |
1171 | 2024-08-16T20:54:29.386Z | Compiling stable_deref_trait v1.2.0 |
1172 | 2024-08-16T20:54:29.423Z | Compiling fallible-iterator v0.2.0 |
1173 | 2024-08-16T20:54:29.489Z | Compiling crc32fast v1.4.0 |
1174 | 2024-08-16T20:54:29.726Z | Compiling pest_derive v2.7.10 |
1175 | 2024-08-16T20:54:30.006Z | Compiling bytes v1.7.1 |
1176 | 2024-08-16T20:54:30.091Z | Compiling bitflags v2.6.0 |
1177 | 2024-08-16T20:54:30.402Z | Compiling indexmap v2.4.0 |
1178 | 2024-08-16T20:54:30.505Z | Compiling semver v1.0.23 |
1179 | 2024-08-16T20:54:30.782Z | Compiling dtrace-parser v0.2.0 |
1180 | 2024-08-16T20:54:31.227Z | Compiling tokio v1.39.2 |
1181 | 2024-08-16T20:54:31.273Z | Compiling http v0.2.12 |
1182 | 2024-08-16T20:54:31.832Z | Compiling rustc_version v0.4.0 |
1183 | 2024-08-16T20:54:32.606Z | Compiling heapless v0.7.17 |
1184 | 2024-08-16T20:54:32.964Z | Compiling http-body v0.4.6 |
1185 | 2024-08-16T20:54:33.056Z | Compiling rustls-webpki v0.101.7 |
1186 | 2024-08-16T20:54:33.422Z | Compiling sct v0.7.1 |
1187 | 2024-08-16T20:54:33.442Z | Compiling uuid v1.10.0 |
1188 | 2024-08-16T20:54:33.521Z | Compiling pkcs8 v0.10.2 |
1189 | 2024-08-16T20:54:33.757Z | Compiling serde_spanned v0.6.7 |
1190 | 2024-08-16T20:54:33.783Z | Compiling toml_datetime v0.6.8 |
1191 | 2024-08-16T20:54:33.991Z | Compiling dof v0.3.0 |
1192 | 2024-08-16T20:54:34.294Z | Compiling serde_tokenstream v0.2.2 |
1193 | 2024-08-16T20:54:34.869Z | Compiling usdt-impl v0.5.0 |
1194 | 2024-08-16T20:54:34.885Z | Compiling chrono v0.4.38 |
1195 | 2024-08-16T20:54:34.996Z | Compiling smoltcp v0.9.1 |
1196 | 2024-08-16T20:54:35.754Z | Compiling signal-hook v0.3.17 |
1197 | 2024-08-16T20:54:36.038Z | Compiling cfg_aliases v0.1.1 |
1198 | 2024-08-16T20:54:36.143Z | Compiling psl-types v2.0.11 |
1199 | 2024-08-16T20:54:36.167Z | Compiling gimli v0.28.1 |
1200 | 2024-08-16T20:54:36.337Z | Compiling base64 v0.22.1 |
1201 | 2024-08-16T20:54:36.474Z | Compiling publicsuffix v2.2.3 |
1202 | 2024-08-16T20:54:36.743Z | Compiling nix v0.28.0 |
1203 | 2024-08-16T20:54:37.096Z | Compiling postgres-protocol v0.6.7 |
1204 | 2024-08-16T20:54:38.529Z | Compiling terminal_size v0.3.0 |
1205 | 2024-08-16T20:54:38.696Z | Compiling hubpack_derive v0.1.1 |
1206 | 2024-08-16T20:54:38.726Z | Compiling zerocopy-derive v0.6.6 |
1207 | 2024-08-16T20:54:38.829Z | Compiling async-trait v0.1.81 |
1208 | 2024-08-16T20:54:39.121Z | Compiling num-iter v0.1.45 |
1209 | 2024-08-16T20:54:39.588Z | Compiling tokio-util v0.7.11 |
1210 | 2024-08-16T20:54:40.429Z | Compiling addr2line v0.21.0 |
1211 | 2024-08-16T20:54:40.826Z | Compiling h2 v0.3.26 |
1212 | 2024-08-16T20:54:40.881Z | Compiling tokio-native-tls v0.3.1 |
1213 | 2024-08-16T20:54:40.971Z | Compiling tokio-rustls v0.24.1 |
1214 | 2024-08-16T20:54:41.144Z | Compiling phf_shared v0.11.2 |
1215 | 2024-08-16T20:54:41.162Z | Compiling serde_derive_internals v0.29.1 |
1216 | 2024-08-16T20:54:41.362Z | Compiling ff v0.13.0 |
1217 | 2024-08-16T20:54:41.519Z | Compiling object v0.32.2 |
1218 | 2024-08-16T20:54:41.586Z | Compiling fs-err v2.11.0 |
1219 | 2024-08-16T20:54:41.635Z | Compiling either v1.13.0 |
1220 | 2024-08-16T20:54:41.885Z | Compiling anyhow v1.0.86 |
1221 | 2024-08-16T20:54:41.901Z | Compiling regex-automata v0.1.10 |
1222 | 2024-08-16T20:54:42.046Z | Compiling base64 v0.21.7 |
1223 | 2024-08-16T20:54:42.428Z | Compiling winnow v0.5.40 |
1224 | 2024-08-16T20:54:42.556Z | Compiling rustc-demangle v0.1.24 |
1225 | 2024-08-16T20:54:42.832Z | Compiling managed v0.8.0 |
1226 | 2024-08-16T20:54:43.059Z | Compiling base16ct v0.2.0 |
1227 | 2024-08-16T20:54:43.284Z | Compiling bitflags v1.3.2 |
1228 | 2024-08-16T20:54:43.390Z | Compiling ipnet v2.9.0 |
1229 | 2024-08-16T20:54:43.392Z | Compiling schemars v0.8.21 |
1230 | 2024-08-16T20:54:43.801Z | Compiling clap_builder v4.5.15 |
1231 | 2024-08-16T20:54:43.850Z | Compiling schemars_derive v0.8.21 |
1232 | 2024-08-16T20:54:44.632Z | Compiling sec1 v0.7.3 |
1233 | 2024-08-16T20:54:45.204Z | Compiling rustls-pemfile v1.0.4 |
1234 | 2024-08-16T20:54:45.657Z | Compiling bstr v0.2.17 |
1235 | 2024-08-16T20:54:45.951Z | Compiling toml_edit v0.19.15 |
1236 | 2024-08-16T20:54:46.264Z | Compiling group v0.13.0 |
1237 | 2024-08-16T20:54:46.326Z | Compiling phf v0.11.2 |
1238 | 2024-08-16T20:54:46.593Z | Compiling zerocopy v0.6.6 |
1239 | 2024-08-16T20:54:46.619Z | Compiling cookie_store v0.20.0 |
1240 | 2024-08-16T20:54:47.098Z | Compiling hubpack v0.1.2 |
1241 | 2024-08-16T20:54:47.562Z | Compiling usdt-macro v0.5.0 |
1242 | 2024-08-16T20:54:47.776Z | Compiling hyper v0.14.30 |
1243 | 2024-08-16T20:54:48.070Z | Compiling usdt-attr-macro v0.5.0 |
1244 | 2024-08-16T20:54:49.021Z | Compiling postgres-types v0.2.7 |
1245 | 2024-08-16T20:54:50.576Z | Compiling pkcs1 v0.7.5 |
1246 | 2024-08-16T20:54:50.695Z | Compiling serde_urlencoded v0.7.1 |
1247 | 2024-08-16T20:54:51.225Z | Compiling futures-executor v0.3.30 |
1248 | 2024-08-16T20:54:51.378Z | Compiling hkdf v0.12.4 |
1249 | 2024-08-16T20:54:51.599Z | Compiling regex v1.10.6 |
1250 | 2024-08-16T20:54:51.641Z | Compiling signature v2.2.0 |
1251 | 2024-08-16T20:54:51.791Z | Compiling crypto-bigint v0.5.5 |
1252 | 2024-08-16T20:54:51.950Z | Compiling strum_macros v0.25.3 |
1253 | 2024-08-16T20:54:52.480Z | Compiling enum-as-inner v0.6.0 |
1254 | 2024-08-16T20:54:52.716Z | Compiling serde_repr v0.1.19 |
1255 | 2024-08-16T20:54:52.878Z | Compiling clap_derive v4.5.13 |
1256 | 2024-08-16T20:54:53.572Z | Compiling phf_shared v0.10.0 |
1257 | 2024-08-16T20:54:53.891Z | Compiling float-cmp v0.9.0 |
1258 | 2024-08-16T20:54:53.913Z | Compiling idna v0.4.0 |
1259 | 2024-08-16T20:54:53.970Z | Compiling mio v0.8.11 |
1260 | 2024-08-16T20:54:54.094Z | Compiling encoding_rs v0.8.34 |
1261 | 2024-08-16T20:54:55.284Z | Compiling hyper-rustls v0.24.2 |
1262 | 2024-08-16T20:54:55.459Z | Compiling hyper-tls v0.5.0 |
1263 | 2024-08-16T20:54:55.642Z | Compiling minimal-lexical v0.2.1 |
1264 | 2024-08-16T20:54:55.815Z | Compiling data-encoding v2.6.0 |
1265 | 2024-08-16T20:54:56.097Z | Compiling webpki-roots v0.25.4 |
1266 | 2024-08-16T20:54:56.126Z | Compiling new_debug_unreachable v1.0.6 |
1267 | 2024-08-16T20:54:56.217Z | Compiling normalize-line-endings v0.3.0 |
1268 | 2024-08-16T20:54:56.251Z | Compiling fixedbitset v0.4.2 |
1269 | 2024-08-16T20:54:56.338Z | Compiling precomputed-hash v0.1.1 |
1270 | 2024-08-16T20:54:56.455Z | Compiling static_assertions v1.1.0 |
1271 | 2024-08-16T20:54:56.558Z | Compiling unicode-segmentation v1.11.0 |
1272 | 2024-08-16T20:54:56.714Z | Compiling whoami v1.5.1 |
1273 | 2024-08-16T20:54:57.362Z | Compiling sync_wrapper v0.1.2 |
1274 | 2024-08-16T20:54:57.430Z | Compiling dyn-clone v1.0.17 |
1275 | 2024-08-16T20:54:57.453Z | Compiling difflib v0.4.0 |
1276 | 2024-08-16T20:54:57.494Z | Compiling bit-vec v0.6.3 |
1277 | 2024-08-16T20:54:57.652Z | Compiling mime v0.3.17 |
1278 | 2024-08-16T20:54:57.881Z | Compiling predicates-core v1.0.6 |
1279 | 2024-08-16T20:54:57.948Z | Compiling clap v4.5.16 |
1280 | 2024-08-16T20:54:57.967Z | Compiling bit-set v0.5.3 |
1281 | 2024-08-16T20:54:58.069Z | Compiling predicates v3.1.2 |
1282 | 2024-08-16T20:54:58.203Z | Compiling reqwest v0.11.27 |
1283 | 2024-08-16T20:54:58.250Z | Compiling console v0.15.8 |
1284 | 2024-08-16T20:54:58.265Z | Compiling similar v2.5.0 |
1285 | 2024-08-16T20:54:58.532Z | Compiling tokio-postgres v0.7.11 |
1286 | 2024-08-16T20:54:59.045Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1287 | 2024-08-16T20:54:59.781Z | Compiling petgraph v0.6.5 |
1288 | 2024-08-16T20:54:59.800Z | Compiling hickory-proto v0.24.1 |
1289 | 2024-08-16T20:55:00.809Z | Compiling string_cache v0.8.7 |
1290 | 2024-08-16T20:55:01.279Z | Compiling nom v7.1.3 |
1291 | 2024-08-16T20:55:01.789Z | Compiling toml_edit v0.22.20 |
1292 | 2024-08-16T20:55:02.058Z | Compiling usdt v0.5.0 |
1293 | 2024-08-16T20:55:02.608Z | Compiling elliptic-curve v0.13.8 |
1294 | 2024-08-16T20:55:03.451Z | Compiling signal-hook-mio v0.2.4 |
1295 | 2024-08-16T20:55:03.632Z | Compiling rsa v0.9.6 |
1296 | 2024-08-16T20:55:03.893Z | Compiling futures v0.3.30 |
1297 | 2024-08-16T20:55:04.914Z | Compiling toml v0.7.8 |
1298 | 2024-08-16T20:55:05.155Z | Compiling flate2 v1.0.31 |
1299 | 2024-08-16T20:55:06.123Z | Compiling itertools v0.10.5 |
1300 | 2024-08-16T20:55:06.159Z | Compiling itertools v0.12.1 |
1301 | 2024-08-16T20:55:06.643Z | Compiling tokio-stream v0.1.15 |
1302 | 2024-08-16T20:55:07.676Z | Compiling openapiv3 v2.0.0 |
1303 | 2024-08-16T20:55:08.094Z | Compiling hex v0.4.3 |
1304 | 2024-08-16T20:55:08.716Z | Compiling bstr v1.9.1 |
1305 | 2024-08-16T20:55:08.938Z | Compiling sha1 v0.10.6 |
1306 | 2024-08-16T20:55:09.322Z | Compiling crossbeam-epoch v0.9.18 |
1307 | 2024-08-16T20:55:09.378Z | Compiling dirs-sys-next v0.1.2 |
1308 | 2024-08-16T20:55:09.953Z | Compiling unicode-xid v0.2.4 |
1309 | 2024-08-16T20:55:10.050Z | Compiling peg-runtime v0.8.3 |
1310 | 2024-08-16T20:55:10.068Z | Compiling lalrpop-util v0.19.12 |
1311 | 2024-08-16T20:55:10.114Z | Compiling dirs-next v2.0.0 |
1312 | 2024-08-16T20:55:10.159Z | Compiling thread_local v1.1.8 |
1313 | 2024-08-16T20:55:10.315Z | Compiling slog-async v2.8.0 |
1314 | 2024-08-16T20:55:10.400Z | Compiling term v0.7.0 |
1315 | 2024-08-16T20:55:10.453Z | Compiling xattr v1.3.1 |
1316 | 2024-08-16T20:55:10.672Z | Compiling strum_macros v0.26.4 |
1317 | 2024-08-16T20:55:10.713Z | Compiling crossbeam-channel v0.5.12 |
1318 | 2024-08-16T20:55:10.732Z | Compiling filetime v0.2.24 |
1319 | 2024-08-16T20:55:10.925Z | Compiling is-terminal v0.4.12 |
1320 | 2024-08-16T20:55:11.047Z | Compiling take_mut v0.2.2 |
1321 | 2024-08-16T20:55:11.067Z | Compiling slog-term v2.9.1 |
1322 | 2024-08-16T20:55:11.208Z | Compiling tar v0.4.41 |
1323 | 2024-08-16T20:55:11.858Z | Compiling camino v1.1.8 |
1324 | 2024-08-16T20:55:12.753Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1325 | 2024-08-16T20:55:13.734Z | Compiling strum v0.26.3 |
1326 | 2024-08-16T20:55:13.811Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1327 | 2024-08-16T20:55:19.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
1328 | 2024-08-16T20:55:19.336Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1329 | 2024-08-16T20:55:19.381Z | Aug 16 20:55:18.695 INFO Starting download, target: Cockroach |
1330 | 2024-08-16T20:55:19.381Z | Aug 16 20:55:18.695 INFO Starting download, target: Clickhouse |
1331 | 2024-08-16T20:55:19.381Z | Aug 16 20:55:18.695 INFO Starting download, target: Console |
1332 | 2024-08-16T20:55:19.381Z | Aug 16 20:55:18.695 INFO Starting download, target: DendriteOpenapi |
1333 | 2024-08-16T20:55:19.381Z | Aug 16 20:55:18.695 INFO Starting download, target: DendriteStub |
1334 | 2024-08-16T20:55:19.381Z | Aug 16 20:55:18.695 INFO Starting download, target: MaghemiteMgd |
1335 | 2024-08-16T20:55:19.381Z | Aug 16 20:55:18.695 INFO Starting download, target: TransceiverControl |
1336 | 2024-08-16T20:55:19.383Z | Aug 16 20:55:18.696 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1337 | 2024-08-16T20:55:19.384Z | Aug 16 20:55:18.696 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1338 | 2024-08-16T20:55:19.384Z | Aug 16 20:55:18.696 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1339 | 2024-08-16T20:55:19.384Z | Aug 16 20:55:18.696 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1340 | 2024-08-16T20:55:19.384Z | Aug 16 20:55:18.697 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1341 | 2024-08-16T20:55:19.384Z | Aug 16 20:55:18.697 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1342 | 2024-08-16T20:55:19.384Z | Aug 16 20:55:18.697 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1343 | 2024-08-16T20:55:19.638Z | Aug 16 20:55:18.953 INFO Download complete, target: DendriteOpenapi |
1344 | 2024-08-16T20:55:19.858Z | Aug 16 20:55:19.165 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1345 | 2024-08-16T20:55:20.171Z | Aug 16 20:55:19.486 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1346 | 2024-08-16T20:55:20.174Z | Aug 16 20:55:19.488 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1347 | 2024-08-16T20:55:20.199Z | Aug 16 20:55:19.514 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1348 | 2024-08-16T20:55:20.573Z | Aug 16 20:55:19.887 INFO Download complete, target: Console |
1349 | 2024-08-16T20:55:20.666Z | Aug 16 20:55:19.981 INFO Download complete, target: TransceiverControl |
1350 | 2024-08-16T20:55:21.316Z | Aug 16 20:55:20.631 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1351 | 2024-08-16T20:55:21.316Z | Aug 16 20:55:20.631 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1352 | 2024-08-16T20:55:21.659Z | Aug 16 20:55:20.974 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1353 | 2024-08-16T20:55:23.383Z | Aug 16 20:55:22.697 INFO Download complete, target: DendriteStub |
1354 | 2024-08-16T20:55:23.422Z | Aug 16 20:55:22.736 INFO Download complete, target: MaghemiteMgd |
1355 | 2024-08-16T20:55:29.502Z | Aug 16 20:55:28.814 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1356 | 2024-08-16T20:55:29.830Z | Aug 16 20:55:29.142 INFO Checking that binary works, target: Cockroach |
1357 | 2024-08-16T20:55:30.055Z | Aug 16 20:55:29.369 INFO Download complete, target: Cockroach |
1358 | 2024-08-16T20:55:35.472Z | Aug 16 20:55:34.786 INFO Checking that binary works, target: Clickhouse |
1359 | 2024-08-16T20:55:35.768Z | Aug 16 20:55:35.082 INFO Download complete, target: Clickhouse |
1360 | 2024-08-16T20:55:36.200Z | All builder prerequisites installed successfully, and PATH looks valid |
1361 | 2024-08-16T20:55:36.205Z | |
1362 | 2024-08-16T20:55:36.205Z | real 3:54.172547202 |
1363 | 2024-08-16T20:55:36.205Z | user 11:11.478673778 |
1364 | 2024-08-16T20:55:36.205Z | sys 2:23.385060665 |
1365 | 2024-08-16T20:55:36.205Z | trap 0.444913446 |
1366 | 2024-08-16T20:55:36.205Z | tflt 7.376705712 |
1367 | 2024-08-16T20:55:36.205Z | dflt 6.672394551 |
1368 | 2024-08-16T20:55:36.205Z | kflt 0.319343660 |
1369 | 2024-08-16T20:55:36.205Z | lock 22:13.807049364 |
1370 | 2024-08-16T20:55:36.205Z | slp 45:09.866566041 |
1371 | 2024-08-16T20:55:36.205Z | lat 38.947645231 |
1372 | 2024-08-16T20:55:36.205Z | stop 1:42.320571833 |
1373 | 2024-08-16T20:55:36.205Z | + banner clippy |
1374 | 2024-08-16T20:55:36.209Z | |
1375 | 2024-08-16T20:55:36.209Z | #### # # ##### ##### # # |
1376 | 2024-08-16T20:55:36.209Z | # # # # # # # # # # |
1377 | 2024-08-16T20:55:36.210Z | # # # # # # # # |
1378 | 2024-08-16T20:55:36.210Z | # # # ##### ##### # |
1379 | 2024-08-16T20:55:36.210Z | # # # # # # # |
1380 | 2024-08-16T20:55:36.210Z | #### ###### # # # # |
1381 | 2024-08-16T20:55:36.210Z | |
1382 | 2024-08-16T20:55:36.210Z | + export CARGO_INCREMENTAL=0 |
1383 | 2024-08-16T20:55:36.210Z | + CARGO_INCREMENTAL=0 |
1384 | 2024-08-16T20:55:36.210Z | + ptime -m cargo xtask clippy |
1385 | 2024-08-16T20:55:36.743Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1386 | 2024-08-16T20:55:40.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s |
1387 | 2024-08-16T20:55:40.167Z | Running `target/debug/xtask clippy` |
1388 | 2024-08-16T20:55:40.186Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1389 | 2024-08-16T20:55:40.861Z | Downloading crates ... |
1390 | 2024-08-16T20:55:41.123Z | Downloaded blowfish v0.9.1 |
1391 | 2024-08-16T20:55:41.125Z | Downloaded approx v0.5.1 |
1392 | 2024-08-16T20:55:41.127Z | Downloaded nested v0.1.1 |
1393 | 2024-08-16T20:55:41.132Z | Downloaded doc-comment v0.3.3 |
1394 | 2024-08-16T20:55:41.135Z | Downloaded num_cpus v1.16.0 |
1395 | 2024-08-16T20:55:41.137Z | Downloaded http-body v1.0.0 |
1396 | 2024-08-16T20:55:41.137Z | Downloaded option-ext v0.2.0 |
1397 | 2024-08-16T20:55:41.137Z | Downloaded guppy-workspace-hack v0.1.0 |
1398 | 2024-08-16T20:55:41.139Z | Downloaded ghash v0.5.1 |
1399 | 2024-08-16T20:55:41.139Z | Downloaded ed25519 v2.2.3 |
1400 | 2024-08-16T20:55:41.141Z | Downloaded dirs v5.0.1 |
1401 | 2024-08-16T20:55:41.144Z | Downloaded bcrypt-pbkdf v0.10.0 |
1402 | 2024-08-16T20:55:41.144Z | Downloaded matches v0.1.10 |
1403 | 2024-08-16T20:55:41.152Z | Downloaded russh-cryptovec v0.7.2 |
1404 | 2024-08-16T20:55:41.159Z | Downloaded enum-as-inner v0.5.1 |
1405 | 2024-08-16T20:55:41.163Z | Downloaded pbkdf2 v0.11.0 |
1406 | 2024-08-16T20:55:41.166Z | Downloaded ctr v0.9.2 |
1407 | 2024-08-16T20:55:41.166Z | Downloaded polyval v0.6.2 |
1408 | 2024-08-16T20:55:41.169Z | Downloaded yansi v0.5.1 |
1409 | 2024-08-16T20:55:41.169Z | Downloaded threadpool v1.8.1 |
1410 | 2024-08-16T20:55:41.171Z | Downloaded ssh-encoding v0.2.0 |
1411 | 2024-08-16T20:55:41.172Z | Downloaded similar-asserts v1.5.0 |
1412 | 2024-08-16T20:55:41.175Z | Downloaded primeorder v0.13.6 |
1413 | 2024-08-16T20:55:41.177Z | Downloaded internet-checksum v0.2.1 |
1414 | 2024-08-16T20:55:41.177Z | Downloaded relative-path v1.9.3 |
1415 | 2024-08-16T20:55:41.182Z | Downloaded cast v0.3.0 |
1416 | 2024-08-16T20:55:41.186Z | Downloaded anes v0.1.6 |
1417 | 2024-08-16T20:55:41.191Z | Downloaded plotters-backend v0.3.5 |
1418 | 2024-08-16T20:55:41.193Z | Downloaded assert_cmd v2.0.16 |
1419 | 2024-08-16T20:55:41.195Z | Downloaded escape8259 v0.5.2 |
1420 | 2024-08-16T20:55:41.195Z | Downloaded dhcproto-macros v0.1.0 |
1421 | 2024-08-16T20:55:41.198Z | Downloaded plotters-svg v0.3.5 |
1422 | 2024-08-16T20:55:41.198Z | Downloaded md5 v0.7.0 |
1423 | 2024-08-16T20:55:41.201Z | Downloaded tower-layer v0.3.2 |
1424 | 2024-08-16T20:55:41.201Z | Downloaded pathdiff v0.2.1 |
1425 | 2024-08-16T20:55:41.207Z | Downloaded target-lexicon v0.12.16 |
1426 | 2024-08-16T20:55:41.209Z | Downloaded rust-argon2 v2.1.0 |
1427 | 2024-08-16T20:55:41.213Z | Downloaded partial-io v0.5.4 |
1428 | 2024-08-16T20:55:41.215Z | Downloaded password-hash v0.4.2 |
1429 | 2024-08-16T20:55:41.216Z | Downloaded dhcproto v0.12.0 |
1430 | 2024-08-16T20:55:41.218Z | Downloaded blake2b_simd v1.0.2 |
1431 | 2024-08-16T20:55:41.220Z | Downloaded criterion-plot v0.5.0 |
1432 | 2024-08-16T20:55:41.224Z | Downloaded oorandom v11.1.3 |
1433 | 2024-08-16T20:55:41.226Z | Downloaded datatest-stable v0.2.9 |
1434 | 2024-08-16T20:55:41.228Z | Downloaded dirs-sys v0.4.1 |
1435 | 2024-08-16T20:55:41.232Z | Downloaded hex-literal v0.4.1 |
1436 | 2024-08-16T20:55:41.244Z | Downloaded ssh-cipher v0.2.0 |
1437 | 2024-08-16T20:55:41.249Z | Downloaded hyper-util v0.1.3 |
1438 | 2024-08-16T20:55:41.253Z | Downloaded libtest-mimic v0.7.3 |
1439 | 2024-08-16T20:55:41.256Z | Downloaded hyper-rustls v0.26.0 |
1440 | 2024-08-16T20:55:41.258Z | Downloaded futures-timer v3.0.3 |
1441 | 2024-08-16T20:55:41.261Z | Downloaded rfc6979 v0.4.0 |
1442 | 2024-08-16T20:55:41.263Z | Downloaded tinytemplate v1.2.1 |
1443 | 2024-08-16T20:55:41.263Z | Downloaded rustls-native-certs v0.7.0 |
1444 | 2024-08-16T20:55:41.280Z | Downloaded httptest v0.15.5 |
1445 | 2024-08-16T20:55:41.282Z | Downloaded target-spec v3.2.1 |
1446 | 2024-08-16T20:55:41.285Z | Downloaded fancy-regex v0.13.0 |
1447 | 2024-08-16T20:55:41.287Z | Downloaded ecdsa v0.16.9 |
1448 | 2024-08-16T20:55:41.289Z | Downloaded cfg-expr v0.16.0 |
1449 | 2024-08-16T20:55:41.292Z | Downloaded rstest_macros v0.19.0 |
1450 | 2024-08-16T20:55:41.294Z | Downloaded rstest v0.19.0 |
1451 | 2024-08-16T20:55:41.300Z | Downloaded trybuild v1.0.99 |
1452 | 2024-08-16T20:55:41.303Z | Downloaded russh-keys v0.44.0 |
1453 | 2024-08-16T20:55:41.307Z | Downloaded rand_distr v0.4.3 |
1454 | 2024-08-16T20:55:41.315Z | Downloaded tower v0.4.13 |
1455 | 2024-08-16T20:55:41.327Z | Downloaded p256 v0.13.2 |
1456 | 2024-08-16T20:55:41.330Z | Downloaded aes-gcm v0.10.3 |
1457 | 2024-08-16T20:55:41.335Z | Downloaded ed25519-dalek v2.1.1 |
1458 | 2024-08-16T20:55:41.335Z | Downloaded pretty_assertions v1.4.0 |
1459 | 2024-08-16T20:55:41.338Z | Downloaded criterion v0.5.1 |
1460 | 2024-08-16T20:55:41.343Z | Downloaded num-bigint v0.4.5 |
1461 | 2024-08-16T20:55:41.348Z | Downloaded hyper v1.3.1 |
1462 | 2024-08-16T20:55:41.354Z | Downloaded ssh-key v0.6.6 |
1463 | 2024-08-16T20:55:41.361Z | Downloaded russh v0.44.1 |
1464 | 2024-08-16T20:55:41.366Z | Downloaded plotters v0.3.5 |
1465 | 2024-08-16T20:55:41.375Z | Downloaded p521 v0.13.3 |
1466 | 2024-08-16T20:55:41.378Z | Downloaded p384 v0.13.0 |
1467 | 2024-08-16T20:55:41.384Z | Downloaded trust-dns-proto v0.22.0 |
1468 | 2024-08-16T20:55:41.395Z | Downloaded idna v0.2.3 |
1469 | 2024-08-16T20:55:41.401Z | Downloaded guppy v0.17.7 |
1470 | 2024-08-16T20:55:42.032Z | Checking cfg-if v1.0.0 |
1471 | 2024-08-16T20:55:42.096Z | Checking libc v0.2.155 |
1472 | 2024-08-16T20:55:42.113Z | Checking serde v1.0.207 |
1473 | 2024-08-16T20:55:42.130Z | Checking memchr v2.7.2 |
1474 | 2024-08-16T20:55:42.145Z | Checking scopeguard v1.2.0 |
1475 | 2024-08-16T20:55:42.161Z | Checking log v0.4.21 |
1476 | 2024-08-16T20:55:42.182Z | Checking byteorder v1.5.0 |
1477 | 2024-08-16T20:55:42.200Z | Checking itoa v1.0.11 |
1478 | 2024-08-16T20:55:42.203Z | Checking smallvec v1.13.2 |
1479 | 2024-08-16T20:55:42.264Z | Checking lock_api v0.4.12 |
1480 | 2024-08-16T20:55:42.400Z | Checking zeroize v1.7.0 |
1481 | 2024-08-16T20:55:42.447Z | Checking once_cell v1.19.0 |
1482 | 2024-08-16T20:55:42.567Z | Checking pin-project-lite v0.2.14 |
1483 | 2024-08-16T20:55:42.596Z | Checking typenum v1.17.0 |
1484 | 2024-08-16T20:55:42.665Z | Checking libm v0.2.8 |
1485 | 2024-08-16T20:55:42.691Z | Checking subtle v2.5.0 |
1486 | 2024-08-16T20:55:42.696Z | Checking spin v0.9.8 |
1487 | 2024-08-16T20:55:42.750Z | Checking ryu v1.0.18 |
1488 | 2024-08-16T20:55:42.950Z | Checking thiserror v1.0.63 |
1489 | 2024-08-16T20:55:42.960Z | Checking futures-core v0.3.30 |
1490 | 2024-08-16T20:55:42.995Z | Checking zerocopy v0.7.34 |
1491 | 2024-08-16T20:55:43.041Z | Checking futures-sink v0.3.30 |
1492 | 2024-08-16T20:55:43.075Z | Checking const-oid v0.9.6 |
1493 | 2024-08-16T20:55:43.161Z | Checking slab v0.4.9 |
1494 | 2024-08-16T20:55:43.185Z | Checking futures-channel v0.3.30 |
1495 | 2024-08-16T20:55:43.209Z | Checking getrandom v0.2.14 |
1496 | 2024-08-16T20:55:43.417Z | Checking parking_lot_core v0.9.10 |
1497 | 2024-08-16T20:55:43.456Z | Checking rand_core v0.6.4 |
1498 | 2024-08-16T20:55:43.517Z | Checking signal-hook-registry v1.4.2 |
1499 | 2024-08-16T20:55:43.552Z | Checking mio v1.0.2 |
1500 | 2024-08-16T20:55:43.735Z | Checking parking_lot v0.12.2 |
1501 | 2024-08-16T20:55:43.760Z | Checking num-traits v0.2.19 |
1502 | 2024-08-16T20:55:43.763Z | Checking socket2 v0.5.7 |
1503 | 2024-08-16T20:55:43.887Z | Checking generic-array v0.14.7 |
1504 | 2024-08-16T20:55:44.069Z | Checking futures-io v0.3.30 |
1505 | 2024-08-16T20:55:44.135Z | Checking futures-task v0.3.30 |
1506 | 2024-08-16T20:55:44.238Z | Checking pin-utils v0.1.0 |
1507 | 2024-08-16T20:55:44.264Z | Checking cpufeatures v0.2.12 |
1508 | 2024-08-16T20:55:44.336Z | Checking allocator-api2 v0.2.18 |
1509 | 2024-08-16T20:55:44.371Z | Checking fnv v1.0.7 |
1510 | 2024-08-16T20:55:44.395Z | Checking futures-util v0.3.30 |
1511 | 2024-08-16T20:55:44.456Z | Checking ahash v0.8.11 |
1512 | 2024-08-16T20:55:44.503Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1513 | 2024-08-16T20:55:44.848Z | Checking iana-time-zone v0.1.60 |
1514 | 2024-08-16T20:55:44.933Z | Checking equivalent v1.0.1 |
1515 | 2024-08-16T20:55:44.994Z | Checking tinyvec_macros v0.1.1 |
1516 | 2024-08-16T20:55:45.018Z | Checking hashbrown v0.14.5 |
1517 | 2024-08-16T20:55:45.040Z | Checking ppv-lite86 v0.2.17 |
1518 | 2024-08-16T20:55:45.040Z | Checking unicode-bidi v0.3.15 |
1519 | 2024-08-16T20:55:45.082Z | Checking crypto-common v0.1.6 |
1520 | 2024-08-16T20:55:45.082Z | Checking block-buffer v0.10.4 |
1521 | 2024-08-16T20:55:45.273Z | Checking tinyvec v1.6.0 |
1522 | 2024-08-16T20:55:45.314Z | Checking digest v0.10.7 |
1523 | 2024-08-16T20:55:45.409Z | Checking tracing-core v0.1.32 |
1524 | 2024-08-16T20:55:45.629Z | Checking errno v0.3.9 |
1525 | 2024-08-16T20:55:45.713Z | Checking lazy_static v1.5.0 |
1526 | 2024-08-16T20:55:45.761Z | Checking rand_chacha v0.3.1 |
1527 | 2024-08-16T20:55:45.817Z | Checking percent-encoding v2.3.1 |
1528 | 2024-08-16T20:55:45.842Z | Checking dyn-clone v1.0.17 |
1529 | 2024-08-16T20:55:45.990Z | Checking block-padding v0.3.3 |
1530 | 2024-08-16T20:55:46.043Z | Checking regex-syntax v0.8.4 |
1531 | 2024-08-16T20:55:46.063Z | Checking tracing v0.1.40 |
1532 | 2024-08-16T20:55:46.147Z | Checking rand v0.8.5 |
1533 | 2024-08-16T20:55:46.189Z | Checking inout v0.1.3 |
1534 | 2024-08-16T20:55:46.213Z | Checking form_urlencoded v1.2.1 |
1535 | 2024-08-16T20:55:46.380Z | Checking unicode-ident v1.0.12 |
1536 | 2024-08-16T20:55:46.409Z | Checking cipher v0.4.4 |
1537 | 2024-08-16T20:55:46.431Z | Checking aho-corasick v1.1.3 |
1538 | 2024-08-16T20:55:46.540Z | Checking base64ct v1.6.0 |
1539 | 2024-08-16T20:55:46.568Z | Checking unicode-normalization v0.1.23 |
1540 | 2024-08-16T20:55:46.806Z | Checking hmac v0.12.1 |
1541 | 2024-08-16T20:55:47.004Z | Checking unicode-width v0.1.13 |
1542 | 2024-08-16T20:55:47.027Z | Checking proc-macro2 v1.0.86 |
1543 | 2024-08-16T20:55:47.082Z | Checking bytes v1.7.1 |
1544 | 2024-08-16T20:55:47.189Z | Checking bitflags v2.6.0 |
1545 | 2024-08-16T20:55:47.307Z | Checking serde_json v1.0.125 |
1546 | 2024-08-16T20:55:47.448Z | Checking chrono v0.4.38 |
1547 | 2024-08-16T20:55:47.471Z | Checking indexmap v2.4.0 |
1548 | 2024-08-16T20:55:47.701Z | Checking uuid v1.10.0 |
1549 | 2024-08-16T20:55:47.878Z | Checking tokio v1.39.2 |
1550 | 2024-08-16T20:55:48.035Z | Checking rustix v0.38.34 |
1551 | 2024-08-16T20:55:48.329Z | Checking sha2 v0.10.8 |
1552 | 2024-08-16T20:55:48.673Z | Checking httparse v1.8.0 |
1553 | 2024-08-16T20:55:48.864Z | Checking adler v1.0.2 |
1554 | 2024-08-16T20:55:48.983Z | Checking http v0.2.12 |
1555 | 2024-08-16T20:55:49.015Z | Checking miniz_oxide v0.7.2 |
1556 | 2024-08-16T20:55:49.069Z | Checking quote v1.0.36 |
1557 | 2024-08-16T20:55:49.174Z | Checking regex-automata v0.4.6 |
1558 | 2024-08-16T20:55:49.365Z | Checking idna v0.5.0 |
1559 | 2024-08-16T20:55:49.387Z | Checking powerfmt v0.2.0 |
1560 | 2024-08-16T20:55:49.520Z | Checking schemars v0.8.21 |
1561 | 2024-08-16T20:55:49.669Z | Checking deranged v0.3.11 |
1562 | 2024-08-16T20:55:49.735Z | Checking syn v2.0.74 |
1563 | 2024-08-16T20:55:50.079Z | Checking time-core v0.1.2 |
1564 | 2024-08-16T20:55:50.241Z | Checking num-conv v0.1.0 |
1565 | 2024-08-16T20:55:50.263Z | Checking url v2.5.2 |
1566 | 2024-08-16T20:55:50.338Z | Checking num_threads v0.1.7 |
1567 | 2024-08-16T20:55:50.457Z | Checking untrusted v0.9.0 |
1568 | 2024-08-16T20:55:50.498Z | Checking pem-rfc7468 v0.7.0 |
1569 | 2024-08-16T20:55:50.626Z | Checking ring v0.17.8 |
1570 | 2024-08-16T20:55:50.747Z | Checking try-lock v0.2.5 |
1571 | 2024-08-16T20:55:50.885Z | Checking want v0.3.1 |
1572 | 2024-08-16T20:55:51.025Z | Checking slog v2.7.0 |
1573 | 2024-08-16T20:55:51.065Z | Checking flagset v0.4.5 |
1574 | 2024-08-16T20:55:51.238Z | Checking tower-service v0.3.2 |
1575 | 2024-08-16T20:55:51.264Z | Checking der v0.7.9 |
1576 | 2024-08-16T20:55:51.381Z | Checking pbkdf2 v0.12.2 |
1577 | 2024-08-16T20:55:51.478Z | Checking time v0.3.36 |
1578 | 2024-08-16T20:55:51.519Z | Checking aes v0.8.4 |
1579 | 2024-08-16T20:55:51.542Z | Checking gimli v0.28.1 |
1580 | 2024-08-16T20:55:52.494Z | Checking futures-executor v0.3.30 |
1581 | 2024-08-16T20:55:52.519Z | Checking cbc v0.1.2 |
1582 | 2024-08-16T20:55:52.731Z | Checking salsa20 v0.10.2 |
1583 | 2024-08-16T20:55:52.756Z | Checking object v0.32.2 |
1584 | 2024-08-16T20:55:52.969Z | Checking rustc-demangle v0.1.24 |
1585 | 2024-08-16T20:55:53.131Z | Checking spki v0.7.3 |
1586 | 2024-08-16T20:55:53.411Z | Checking base64 v0.21.7 |
1587 | 2024-08-16T20:55:53.433Z | Checking httpdate v1.0.3 |
1588 | 2024-08-16T20:55:53.685Z | Checking scrypt v0.11.0 |
1589 | 2024-08-16T20:55:53.728Z | Checking regex v1.10.6 |
1590 | 2024-08-16T20:55:53.904Z | Checking futures v0.3.30 |
1591 | 2024-08-16T20:55:53.906Z | Checking http-body v0.4.6 |
1592 | 2024-08-16T20:55:54.028Z | Checking utf8parse v0.2.1 |
1593 | 2024-08-16T20:55:54.057Z | Checking pkcs5 v0.7.1 |
1594 | 2024-08-16T20:55:54.185Z | Checking foreign-types-shared v0.1.1 |
1595 | 2024-08-16T20:55:54.292Z | Checking openssl-probe v0.1.5 |
1596 | 2024-08-16T20:55:54.317Z | Checking mime v0.3.17 |
1597 | 2024-08-16T20:55:54.341Z | Checking ipnet v2.9.0 |
1598 | 2024-08-16T20:55:54.432Z | Checking foreign-types v0.3.2 |
1599 | 2024-08-16T20:55:54.529Z | Checking openssl-sys v0.9.103 |
1600 | 2024-08-16T20:55:54.577Z | Checking pkcs8 v0.10.2 |
1601 | 2024-08-16T20:55:54.642Z | Checking anstyle v1.0.8 |
1602 | 2024-08-16T20:55:54.811Z | Checking sct v0.7.1 |
1603 | 2024-08-16T20:55:54.871Z | Checking rustls-webpki v0.101.7 |
1604 | 2024-08-16T20:55:54.928Z | Checking tokio-util v0.7.11 |
1605 | 2024-08-16T20:55:54.982Z | Checking semver v1.0.23 |
1606 | 2024-08-16T20:55:55.018Z | Checking serde_spanned v0.6.7 |
1607 | 2024-08-16T20:55:55.204Z | Checking toml_datetime v0.6.8 |
1608 | 2024-08-16T20:55:55.365Z | Checking crossbeam-utils v0.8.19 |
1609 | 2024-08-16T20:55:55.506Z | Checking either v1.13.0 |
1610 | 2024-08-16T20:55:55.569Z | Checking data-encoding v2.6.0 |
1611 | 2024-08-16T20:55:55.632Z | Checking addr2line v0.21.0 |
1612 | 2024-08-16T20:55:55.782Z | Checking h2 v0.3.26 |
1613 | 2024-08-16T20:55:55.796Z | Checking openssl v0.10.66 |
1614 | 2024-08-16T20:55:55.854Z | Checking rustls v0.21.12 |
1615 | 2024-08-16T20:55:56.042Z | Checking serde_urlencoded v0.7.1 |
1616 | 2024-08-16T20:55:56.096Z | Checking scroll v0.12.0 |
1617 | 2024-08-16T20:55:56.137Z | Checking encoding_rs v0.8.34 |
1618 | 2024-08-16T20:55:56.242Z | Checking ucd-trie v0.1.6 |
1619 | 2024-08-16T20:55:56.429Z | Checking plain v0.2.3 |
1620 | 2024-08-16T20:55:56.450Z | Checking pest v2.7.10 |
1621 | 2024-08-16T20:55:56.567Z | Checking anstyle-parse v0.2.4 |
1622 | 2024-08-16T20:55:56.571Z | Checking goblin v0.8.2 |
1623 | 2024-08-16T20:55:56.870Z | Checking idna v0.3.0 |
1624 | 2024-08-16T20:55:57.681Z | Checking is_terminal_polyfill v1.70.0 |
1625 | 2024-08-16T20:55:57.811Z | Checking pretty-hex v0.4.1 |
1626 | 2024-08-16T20:55:58.001Z | Checking bitflags v1.3.2 |
1627 | 2024-08-16T20:55:58.108Z | Checking anstyle-query v1.0.3 |
1628 | 2024-08-16T20:55:58.243Z | Checking colorchoice v1.0.1 |
1629 | 2024-08-16T20:55:58.369Z | Checking psl-types v2.0.11 |
1630 | 2024-08-16T20:55:58.430Z | Checking anstream v0.6.14 |
1631 | 2024-08-16T20:55:58.548Z | Checking publicsuffix v2.2.3 |
1632 | 2024-08-16T20:55:58.768Z | Checking cookie v0.17.0 |
1633 | 2024-08-16T20:55:58.803Z | Checking rustls-pemfile v1.0.4 |
1634 | 2024-08-16T20:55:58.839Z | Checking backtrace v0.3.71 |
1635 | 2024-08-16T20:55:58.899Z | Checking dtrace-parser v0.2.0 |
1636 | 2024-08-16T20:55:58.923Z | Checking tokio-rustls v0.24.1 |
1637 | 2024-08-16T20:55:59.005Z | Checking terminal_size v0.3.0 |
1638 | 2024-08-16T20:55:59.169Z | Checking thread-id v4.2.1 |
1639 | 2024-08-16T20:55:59.192Z | Checking strsim v0.11.1 |
1640 | 2024-08-16T20:55:59.285Z | Checking clap_lex v0.7.0 |
1641 | 2024-08-16T20:55:59.307Z | Checking cookie_store v0.20.0 |
1642 | 2024-08-16T20:55:59.362Z | Checking openapiv3 v2.0.0 |
1643 | 2024-08-16T20:55:59.418Z | Checking anyhow v1.0.86 |
1644 | 2024-08-16T20:55:59.464Z | Checking signature v2.2.0 |
1645 | 2024-08-16T20:55:59.534Z | Checking clap_builder v4.5.15 |
1646 | 2024-08-16T20:55:59.660Z | Checking sha1 v0.10.6 |
1647 | 2024-08-16T20:55:59.911Z | Checking memmap v0.7.0 |
1648 | 2024-08-16T20:55:59.946Z | Checking base64 v0.22.1 |
1649 | 2024-08-16T20:55:59.968Z | Checking sync_wrapper v0.1.2 |
1650 | 2024-08-16T20:56:00.028Z | Checking webpki-roots v0.25.4 |
1651 | 2024-08-16T20:56:00.091Z | Checking num-integer v0.1.46 |
1652 | 2024-08-16T20:56:00.184Z | Checking base16ct v0.2.0 |
1653 | 2024-08-16T20:56:00.387Z | Checking sec1 v0.7.3 |
1654 | 2024-08-16T20:56:00.414Z | Checking ff v0.13.0 |
1655 | 2024-08-16T20:56:00.562Z | Checking stable_deref_trait v1.2.0 |
1656 | 2024-08-16T20:56:00.619Z | Checking group v0.13.0 |
1657 | 2024-08-16T20:56:00.671Z | Checking num-iter v0.1.45 |
1658 | 2024-08-16T20:56:00.766Z | Checking hkdf v0.12.4 |
1659 | 2024-08-16T20:56:00.842Z | Checking crypto-bigint v0.5.5 |
1660 | 2024-08-16T20:56:00.871Z | Checking crc32fast v1.4.0 |
1661 | 2024-08-16T20:56:00.959Z | Checking winnow v0.6.18 |
1662 | 2024-08-16T20:56:01.086Z | Checking crossbeam-epoch v0.9.18 |
1663 | 2024-08-16T20:56:01.164Z | Checking native-tls v0.2.11 |
1664 | 2024-08-16T20:56:01.480Z | Checking tokio-native-tls v0.3.1 |
1665 | 2024-08-16T20:56:01.505Z | Checking dof v0.3.0 |
1666 | 2024-08-16T20:56:01.508Z | Checking hex v0.4.3 |
1667 | 2024-08-16T20:56:01.723Z | Checking winnow v0.5.40 |
1668 | 2024-08-16T20:56:01.865Z | Checking hyper v0.14.30 |
1669 | 2024-08-16T20:56:02.036Z | Checking static_assertions v1.1.0 |
1670 | 2024-08-16T20:56:02.122Z | Checking usdt-impl v0.5.0 |
1671 | 2024-08-16T20:56:02.144Z | Checking unicode-segmentation v1.11.0 |
1672 | 2024-08-16T20:56:02.533Z | Checking clap v4.5.16 |
1673 | 2024-08-16T20:56:02.617Z | Checking usdt v0.5.0 |
1674 | 2024-08-16T20:56:02.652Z | Checking managed v0.8.0 |
1675 | 2024-08-16T20:56:02.776Z | Checking num-bigint-dig v0.8.4 |
1676 | 2024-08-16T20:56:02.800Z | Checking pkcs1 v0.7.5 |
1677 | 2024-08-16T20:56:02.852Z | Checking signal-hook v0.3.17 |
1678 | 2024-08-16T20:56:03.007Z | Checking zerocopy v0.6.6 |
1679 | 2024-08-16T20:56:03.183Z | Checking flate2 v1.0.31 |
1680 | 2024-08-16T20:56:03.206Z | Checking mio v0.8.11 |
1681 | 2024-08-16T20:56:03.573Z | Checking elliptic-curve v0.13.8 |
1682 | 2024-08-16T20:56:03.777Z | Checking siphasher v0.3.11 |
1683 | 2024-08-16T20:56:03.825Z | Checking signal-hook-mio v0.2.4 |
1684 | 2024-08-16T20:56:03.847Z | Checking toml_edit v0.22.20 |
1685 | 2024-08-16T20:56:03.849Z | Checking itertools v0.10.5 |
1686 | 2024-08-16T20:56:03.964Z | Checking regex-automata v0.1.10 |
1687 | 2024-08-16T20:56:04.073Z | Checking bit-vec v0.6.3 |
1688 | 2024-08-16T20:56:04.249Z | Checking itertools v0.12.1 |
1689 | 2024-08-16T20:56:04.346Z | Checking bstr v0.2.17 |
1690 | 2024-08-16T20:56:04.421Z | Checking bit-set v0.5.3 |
1691 | 2024-08-16T20:56:04.689Z | Checking idna v0.4.0 |
1692 | 2024-08-16T20:56:04.769Z | Checking toml_edit v0.19.15 |
1693 | 2024-08-16T20:56:04.899Z | Checking rsa v0.9.6 |
1694 | 2024-08-16T20:56:05.231Z | Checking hash32 v0.2.1 |
1695 | 2024-08-16T20:56:05.545Z | Checking predicates-core v1.0.6 |
1696 | 2024-08-16T20:56:05.576Z | Checking finl_unicode v1.2.0 |
1697 | 2024-08-16T20:56:05.736Z | Checking hickory-proto v0.24.1 |
1698 | 2024-08-16T20:56:06.013Z | Checking heapless v0.7.17 |
1699 | 2024-08-16T20:56:06.090Z | Checking bstr v1.9.1 |
1700 | 2024-08-16T20:56:06.155Z | Checking stringprep v0.1.4 |
1701 | 2024-08-16T20:56:06.416Z | Checking console v0.15.8 |
1702 | 2024-08-16T20:56:06.440Z | Checking md-5 v0.10.6 |
1703 | 2024-08-16T20:56:06.664Z | Checking float-cmp v0.9.0 |
1704 | 2024-08-16T20:56:06.830Z | Checking fixedbitset v0.4.2 |
1705 | 2024-08-16T20:56:06.858Z | Checking normalize-line-endings v0.3.0 |
1706 | 2024-08-16T20:56:06.931Z | Checking difflib v0.4.0 |
1707 | 2024-08-16T20:56:06.992Z | Checking fallible-iterator v0.2.0 |
1708 | 2024-08-16T20:56:07.014Z | Checking smoltcp v0.9.1 |
1709 | 2024-08-16T20:56:07.036Z | Checking similar v2.5.0 |
1710 | 2024-08-16T20:56:07.104Z | Checking petgraph v0.6.5 |
1711 | 2024-08-16T20:56:07.172Z | Checking toml v0.7.8 |
1712 | 2024-08-16T20:56:07.243Z | Checking predicates v3.1.2 |
1713 | 2024-08-16T20:56:07.609Z | Checking postgres-protocol v0.6.7 |
1714 | 2024-08-16T20:56:07.856Z | Checking phf_shared v0.10.0 |
1715 | 2024-08-16T20:56:07.878Z | Checking phf_shared v0.11.2 |
1716 | 2024-08-16T20:56:07.921Z | Checking fs-err v2.11.0 |
1717 | 2024-08-16T20:56:07.976Z | Checking hyper-rustls v0.24.2 |
1718 | 2024-08-16T20:56:08.140Z | Checking hyper-tls v0.5.0 |
1719 | 2024-08-16T20:56:08.161Z | Checking tokio-stream v0.1.15 |
1720 | 2024-08-16T20:56:08.233Z | Checking nix v0.28.0 |
1721 | 2024-08-16T20:56:08.261Z | Checking hubpack v0.1.2 |
1722 | 2024-08-16T20:56:08.426Z | Checking reqwest v0.11.27 |
1723 | 2024-08-16T20:56:08.451Z | Checking lalrpop-util v0.19.12 |
1724 | 2024-08-16T20:56:08.475Z | Checking minimal-lexical v0.2.1 |
1725 | 2024-08-16T20:56:08.575Z | Checking precomputed-hash v0.1.1 |
1726 | 2024-08-16T20:56:08.689Z | Checking new_debug_unreachable v1.0.6 |
1727 | 2024-08-16T20:56:08.743Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1728 | 2024-08-16T20:56:08.788Z | Checking string_cache v0.8.7 |
1729 | 2024-08-16T20:56:08.841Z | Checking nom v7.1.3 |
1730 | 2024-08-16T20:56:08.902Z | Checking postgres-types v0.2.7 |
1731 | 2024-08-16T20:56:09.066Z | Checking phf v0.11.2 |
1732 | 2024-08-16T20:56:09.363Z | Checking whoami v1.5.1 |
1733 | 2024-08-16T20:56:09.608Z | Checking peg-runtime v0.8.3 |
1734 | 2024-08-16T20:56:09.667Z | Checking tokio-postgres v0.7.11 |
1735 | 2024-08-16T20:56:09.949Z | Compiling regress v0.9.1 |
1736 | 2024-08-16T20:56:10.061Z | Compiling getopts v0.2.21 |
1737 | 2024-08-16T20:56:10.379Z | Compiling unsafe-libyaml v0.2.11 |
1738 | 2024-08-16T20:56:10.501Z | Checking camino v1.1.8 |
1739 | 2024-08-16T20:56:10.864Z | Checking heck v0.5.0 |
1740 | 2024-08-16T20:56:11.044Z | Checking is-terminal v0.4.12 |
1741 | 2024-08-16T20:56:11.067Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1742 | 2024-08-16T20:56:11.173Z | Compiling ident_case v1.0.1 |
1743 | 2024-08-16T20:56:11.369Z | Compiling paste v1.0.15 |
1744 | 2024-08-16T20:56:11.401Z | Compiling darling_core v0.20.9 |
1745 | 2024-08-16T20:56:11.735Z | Compiling serde_yaml v0.9.34+deprecated |
1746 | 2024-08-16T20:56:12.390Z | Compiling rustls v0.22.4 |
1747 | 2024-08-16T20:56:12.567Z | Checking http v1.1.0 |
1748 | 2024-08-16T20:56:12.704Z | Checking dirs-sys-next v0.1.2 |
1749 | 2024-08-16T20:56:12.892Z | Checking dirs-next v2.0.0 |
1750 | 2024-08-16T20:56:13.035Z | Checking crossbeam-channel v0.5.12 |
1751 | 2024-08-16T20:56:13.560Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1752 | 2024-08-16T20:56:13.786Z | Checking thread_local v1.1.8 |
1753 | 2024-08-16T20:56:13.812Z | Checking term v0.7.0 |
1754 | 2024-08-16T20:56:13.892Z | Checking strum v0.26.3 |
1755 | 2024-08-16T20:56:14.054Z | Compiling multer v3.1.0 |
1756 | 2024-08-16T20:56:14.075Z | Checking take_mut v0.2.2 |
1757 | 2024-08-16T20:56:14.219Z | Checking slog-async v2.8.0 |
1758 | 2024-08-16T20:56:14.242Z | Checking slog-term v2.9.1 |
1759 | 2024-08-16T20:56:14.438Z | Compiling async-stream-impl v0.3.5 |
1760 | 2024-08-16T20:56:14.503Z | Checking match_cfg v0.1.0 |
1761 | 2024-08-16T20:56:14.604Z | Checking rustls-pki-types v1.7.0 |
1762 | 2024-08-16T20:56:14.731Z | Checking hostname v0.3.1 |
1763 | 2024-08-16T20:56:14.895Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1764 | 2024-08-16T20:56:15.026Z | Checking toml v0.8.19 |
1765 | 2024-08-16T20:56:15.058Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1766 | 2024-08-16T20:56:15.304Z | Checking rustls-webpki v0.102.4 |
1767 | 2024-08-16T20:56:15.805Z | Checking rustls-pemfile v2.1.3 |
1768 | 2024-08-16T20:56:15.852Z | Checking debug-ignore v1.0.5 |
1769 | 2024-08-16T20:56:15.875Z | Checking slog-json v2.6.1 |
1770 | 2024-08-16T20:56:15.996Z | Checking atomic-waker v1.1.2 |
1771 | 2024-08-16T20:56:16.046Z | Checking async-stream v0.3.5 |
1772 | 2024-08-16T20:56:16.119Z | Checking waitgroup v0.1.2 |
1773 | 2024-08-16T20:56:16.138Z | Checking slog-bunyan v2.5.0 |
1774 | 2024-08-16T20:56:16.245Z | Checking ipnetwork v0.20.0 |
1775 | 2024-08-16T20:56:16.299Z | Checking serde_path_to_error v0.1.16 |
1776 | 2024-08-16T20:56:16.617Z | Checking hostname v0.4.0 |
1777 | 2024-08-16T20:56:16.647Z | Checking instant v0.1.12 |
1778 | 2024-08-16T20:56:16.746Z | Checking fastrand v2.1.0 |
1779 | 2024-08-16T20:56:16.769Z | Compiling structmeta-derive v0.3.0 |
1780 | 2024-08-16T20:56:16.908Z | Checking quick-error v1.2.3 |
1781 | 2024-08-16T20:56:16.931Z | Checking newtype-uuid v1.1.0 |
1782 | 2024-08-16T20:56:17.052Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1783 | 2024-08-16T20:56:17.061Z | Checking tempfile v3.10.1 |
1784 | 2024-08-16T20:56:17.163Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1785 | 2024-08-16T20:56:17.432Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1786 | 2024-08-16T20:56:17.729Z | Checking macaddr v1.0.1 |
1787 | 2024-08-16T20:56:17.813Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1788 | 2024-08-16T20:56:17.964Z | Checking backoff v0.4.0 |
1789 | 2024-08-16T20:56:17.986Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1790 | 2024-08-16T20:56:18.040Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1791 | 2024-08-16T20:56:18.195Z | Checking wait-timeout v0.2.0 |
1792 | 2024-08-16T20:56:18.238Z | Checking rand_xorshift v0.3.0 |
1793 | 2024-08-16T20:56:18.329Z | Compiling structmeta-derive v0.2.0 |
1794 | 2024-08-16T20:56:18.371Z | Checking rusty-fork v0.3.0 |
1795 | 2024-08-16T20:56:18.418Z | Checking unarray v0.1.4 |
1796 | 2024-08-16T20:56:18.485Z | Compiling darling_macro v0.20.9 |
1797 | 2024-08-16T20:56:18.569Z | Compiling proc-macro-error v1.0.4 |
1798 | 2024-08-16T20:56:18.654Z | Checking proptest v1.5.0 |
1799 | 2024-08-16T20:56:19.119Z | Checking camino-tempfile v1.1.1 |
1800 | 2024-08-16T20:56:19.261Z | Compiling proc-macro-crate v1.3.1 |
1801 | 2024-08-16T20:56:19.372Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1802 | 2024-08-16T20:56:19.437Z | Compiling darling v0.20.9 |
1803 | 2024-08-16T20:56:19.572Z | Compiling serde_with_macros v3.8.3 |
1804 | 2024-08-16T20:56:19.674Z | Compiling structmeta v0.3.0 |
1805 | 2024-08-16T20:56:19.776Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1806 | 2024-08-16T20:56:19.806Z | Checking tokio-rustls v0.25.0 |
1807 | 2024-08-16T20:56:20.129Z | Compiling foreign-types-macros v0.2.3 |
1808 | 2024-08-16T20:56:20.177Z | Compiling parse-display-derive v0.10.0 |
1809 | 2024-08-16T20:56:20.360Z | Compiling num_enum_derive v0.5.11 |
1810 | 2024-08-16T20:56:21.245Z | Compiling structmeta v0.2.0 |
1811 | 2024-08-16T20:56:21.434Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1812 | 2024-08-16T20:56:21.695Z | Compiling test-strategy v0.3.1 |
1813 | 2024-08-16T20:56:21.737Z | Checking foreign-types-shared v0.3.1 |
1814 | 2024-08-16T20:56:21.857Z | Checking foreign-types v0.5.0 |
1815 | 2024-08-16T20:56:22.332Z | Checking cstr-argument v0.1.2 |
1816 | 2024-08-16T20:56:22.502Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1817 | 2024-08-16T20:56:22.534Z | Checking serde_with v3.8.3 |
1818 | 2024-08-16T20:56:23.057Z | Checking num_enum v0.5.11 |
1819 | 2024-08-16T20:56:23.202Z | Checking pretty-hex v0.2.1 |
1820 | 2024-08-16T20:56:23.327Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1821 | 2024-08-16T20:56:23.375Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1822 | 2024-08-16T20:56:23.510Z | Checking tabwriter v1.4.0 |
1823 | 2024-08-16T20:56:23.634Z | Checking colored v2.1.0 |
1824 | 2024-08-16T20:56:23.636Z | Checking socket2 v0.4.10 |
1825 | 2024-08-16T20:56:23.727Z | Checking smf v0.2.3 |
1826 | 2024-08-16T20:56:23.925Z | Checking termtree v0.4.1 |
1827 | 2024-08-16T20:56:23.981Z | Compiling heapless v0.8.0 |
1828 | 2024-08-16T20:56:24.061Z | Checking hash32 v0.3.1 |
1829 | 2024-08-16T20:56:24.119Z | Checking predicates-tree v1.0.9 |
1830 | 2024-08-16T20:56:24.141Z | Compiling smoltcp v0.11.0 |
1831 | 2024-08-16T20:56:24.251Z | Compiling crucible-workspace-hack v0.1.0 |
1832 | 2024-08-16T20:56:24.280Z | Checking embedded-io v0.4.0 |
1833 | 2024-08-16T20:56:24.469Z | Checking cobs v0.2.3 |
1834 | 2024-08-16T20:56:24.632Z | Checking postcard v1.0.8 |
1835 | 2024-08-16T20:56:24.696Z | Checking sigpipe v0.1.3 |
1836 | 2024-08-16T20:56:24.806Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1837 | 2024-08-16T20:56:24.829Z | Checking parse-display v0.10.0 |
1838 | 2024-08-16T20:56:24.976Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1839 | 2024-08-16T20:56:25.120Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1840 | 2024-08-16T20:56:25.142Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1841 | 2024-08-16T20:56:25.212Z | Compiling mockall_derive v0.13.0 |
1842 | 2024-08-16T20:56:25.323Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1843 | 2024-08-16T20:56:25.498Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1844 | 2024-08-16T20:56:25.683Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1845 | 2024-08-16T20:56:25.719Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1846 | 2024-08-16T20:56:25.793Z | Compiling num-derive v0.4.2 |
1847 | 2024-08-16T20:56:25.994Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1848 | 2024-08-16T20:56:26.034Z | Checking fragile v2.0.0 |
1849 | 2024-08-16T20:56:26.288Z | Checking downcast v0.11.0 |
1850 | 2024-08-16T20:56:26.345Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1851 | 2024-08-16T20:56:26.481Z | Checking humantime v2.1.0 |
1852 | 2024-08-16T20:56:26.595Z | Checking arc-swap v1.7.1 |
1853 | 2024-08-16T20:56:26.795Z | Checking utf-8 v0.7.6 |
1854 | 2024-08-16T20:56:26.997Z | Checking slog-scope v4.4.0 |
1855 | 2024-08-16T20:56:27.001Z | Checking xattr v1.3.1 |
1856 | 2024-08-16T20:56:27.180Z | Checking slog-stdlog v4.1.1 |
1857 | 2024-08-16T20:56:27.202Z | Checking filetime v0.2.24 |
1858 | 2024-08-16T20:56:27.205Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1859 | 2024-08-16T20:56:27.340Z | Checking slog-envlogger v2.2.0 |
1860 | 2024-08-16T20:56:27.364Z | Checking termcolor v1.4.1 |
1861 | 2024-08-16T20:56:27.390Z | Checking tar v0.4.41 |
1862 | 2024-08-16T20:56:27.573Z | Checking same-file v1.0.6 |
1863 | 2024-08-16T20:56:27.757Z | Checking walkdir v2.5.0 |
1864 | 2024-08-16T20:56:27.801Z | Checking newline-converter v0.3.0 |
1865 | 2024-08-16T20:56:27.963Z | Checking expectorate v1.1.0 |
1866 | 2024-08-16T20:56:27.998Z | Checking tungstenite v0.21.0 |
1867 | 2024-08-16T20:56:28.043Z | Checking atty v0.2.14 |
1868 | 2024-08-16T20:56:28.065Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1869 | 2024-08-16T20:56:28.113Z | Compiling derive-where v1.2.7 |
1870 | 2024-08-16T20:56:28.135Z | Checking pem v3.0.4 |
1871 | 2024-08-16T20:56:28.161Z | Checking password-hash v0.5.0 |
1872 | 2024-08-16T20:56:28.396Z | Checking blake2 v0.10.6 |
1873 | 2024-08-16T20:56:28.517Z | Checking tungstenite v0.20.1 |
1874 | 2024-08-16T20:56:28.601Z | Checking env_logger v0.9.3 |
1875 | 2024-08-16T20:56:28.754Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1876 | 2024-08-16T20:56:28.842Z | Checking argon2 v0.5.3 |
1877 | 2024-08-16T20:56:28.872Z | Checking tokio-tungstenite v0.21.0 |
1878 | 2024-08-16T20:56:29.028Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1879 | 2024-08-16T20:56:29.353Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1880 | 2024-08-16T20:56:29.391Z | Compiling bitstruct_derive v0.1.0 |
1881 | 2024-08-16T20:56:29.394Z | Checking tokio-tungstenite v0.20.1 |
1882 | 2024-08-16T20:56:29.483Z | Checking ascii v1.1.0 |
1883 | 2024-08-16T20:56:29.526Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1884 | 2024-08-16T20:56:29.899Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1885 | 2024-08-16T20:56:29.920Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1886 | 2024-08-16T20:56:29.923Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1887 | 2024-08-16T20:56:30.064Z | Checking atomicwrites v0.4.3 |
1888 | 2024-08-16T20:56:30.179Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1889 | 2024-08-16T20:56:30.201Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1890 | 2024-08-16T20:56:30.272Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1891 | 2024-08-16T20:56:30.499Z | Checking erased-serde v0.3.31 |
1892 | 2024-08-16T20:56:30.540Z | Checking serde_arrays v0.1.0 |
1893 | 2024-08-16T20:56:30.716Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1894 | 2024-08-16T20:56:30.813Z | Compiling heck v0.3.3 |
1895 | 2024-08-16T20:56:30.836Z | Checking bitstruct v0.1.1 |
1896 | 2024-08-16T20:56:30.948Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1897 | 2024-08-16T20:56:31.050Z | Compiling convert_case v0.4.0 |
1898 | 2024-08-16T20:56:31.264Z | Checking yasna v0.5.2 |
1899 | 2024-08-16T20:56:31.284Z | Compiling zone_cfg_derive v0.1.2 |
1900 | 2024-08-16T20:56:31.569Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1901 | 2024-08-16T20:56:31.618Z | Checking headers-core v0.2.0 |
1902 | 2024-08-16T20:56:31.965Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1903 | 2024-08-16T20:56:31.988Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1904 | 2024-08-16T20:56:32.006Z | Compiling derive_more v0.99.18 |
1905 | 2024-08-16T20:56:32.267Z | Checking base64 v0.13.1 |
1906 | 2024-08-16T20:56:32.583Z | Checking rcgen v0.12.1 |
1907 | 2024-08-16T20:56:32.675Z | Checking ron v0.7.1 |
1908 | 2024-08-16T20:56:32.789Z | Checking zone v0.1.8 |
1909 | 2024-08-16T20:56:33.283Z | Checking headers v0.3.9 |
1910 | 2024-08-16T20:56:33.507Z | Checking mockall v0.13.0 |
1911 | 2024-08-16T20:56:33.528Z | Checking portpicker v0.1.1 |
1912 | 2024-08-16T20:56:33.674Z | Checking subprocess v0.2.9 |
1913 | 2024-08-16T20:56:33.741Z | Checking half v2.4.1 |
1914 | 2024-08-16T20:56:33.810Z | Checking ciborium-io v0.2.2 |
1915 | 2024-08-16T20:56:33.935Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1916 | 2024-08-16T20:56:34.211Z | Checking ciborium-ll v0.2.2 |
1917 | 2024-08-16T20:56:34.232Z | Compiling rayon-core v1.12.1 |
1918 | 2024-08-16T20:56:34.401Z | Compiling prettyplease v0.2.20 |
1919 | 2024-08-16T20:56:34.502Z | Checking ciborium v0.2.2 |
1920 | 2024-08-16T20:56:34.568Z | Checking swrite v0.1.0 |
1921 | 2024-08-16T20:56:34.692Z | Compiling home v0.5.9 |
1922 | 2024-08-16T20:56:34.741Z | Compiling semver v0.1.20 |
1923 | 2024-08-16T20:56:34.977Z | Checking linked-hash-map v0.5.6 |
1924 | 2024-08-16T20:56:35.219Z | Compiling rustc_version v0.1.7 |
1925 | 2024-08-16T20:56:35.242Z | Compiling slog-dtrace v0.3.0 |
1926 | 2024-08-16T20:56:35.300Z | Checking lru-cache v0.1.2 |
1927 | 2024-08-16T20:56:35.408Z | Compiling ring v0.16.20 |
1928 | 2024-08-16T20:56:35.477Z | Compiling blake3 v1.5.1 |
1929 | 2024-08-16T20:56:35.550Z | Compiling cancel-safe-futures v0.1.5 |
1930 | 2024-08-16T20:56:35.712Z | Compiling newtype_derive v0.1.6 |
1931 | 2024-08-16T20:56:36.185Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1932 | 2024-08-16T20:56:36.229Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1933 | 2024-08-16T20:56:36.370Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1934 | 2024-08-16T20:56:36.492Z | Checking steno v0.4.1 |
1935 | 2024-08-16T20:56:37.490Z | Checking num-rational v0.4.2 |
1936 | 2024-08-16T20:56:38.174Z | Checking itertools v0.13.0 |
1937 | 2024-08-16T20:56:38.308Z | Checking num-complex v0.4.6 |
1938 | 2024-08-16T20:56:39.215Z | Checking num v0.4.3 |
1939 | 2024-08-16T20:56:39.286Z | Checking float-ord v0.3.2 |
1940 | 2024-08-16T20:56:39.430Z | Checking resolv-conf v0.7.0 |
1941 | 2024-08-16T20:56:39.734Z | Checking libsw v3.3.1 |
1942 | 2024-08-16T20:56:39.766Z | Checking hickory-resolver v0.24.1 |
1943 | 2024-08-16T20:56:40.470Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1944 | 2024-08-16T20:56:40.766Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1945 | 2024-08-16T20:56:40.811Z | Checking linear-map v1.2.0 |
1946 | 2024-08-16T20:56:40.860Z | Checking owo-colors v4.0.0 |
1947 | 2024-08-16T20:56:42.733Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1948 | 2024-08-16T20:56:43.048Z | Compiling crossbeam-deque v0.8.5 |
1949 | 2024-08-16T20:56:44.659Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1950 | 2024-08-16T20:56:44.915Z | Compiling memmap2 v0.9.4 |
1951 | 2024-08-16T20:56:44.918Z | Compiling constant_time_eq v0.3.0 |
1952 | 2024-08-16T20:56:45.128Z | Compiling rayon v1.10.0 |
1953 | 2024-08-16T20:56:45.384Z | Compiling untrusted v0.7.1 |
1954 | 2024-08-16T20:56:45.591Z | Compiling spin v0.5.2 |
1955 | 2024-08-16T20:56:45.832Z | Compiling arrayvec v0.7.4 |
1956 | 2024-08-16T20:56:46.141Z | Compiling arrayref v0.3.7 |
1957 | 2024-08-16T20:56:46.634Z | Compiling toolchain_find v0.4.0 |
1958 | 2024-08-16T20:56:46.697Z | Compiling topological-sort v0.2.2 |
1959 | 2024-08-16T20:56:46.921Z | Compiling rustfmt-wrapper v0.2.1 |
1960 | 2024-08-16T20:56:47.287Z | Checking display-error-chain v0.2.0 |
1961 | 2024-08-16T20:56:47.322Z | Checking nibble_vec v0.1.0 |
1962 | 2024-08-16T20:56:47.428Z | Checking endian-type v0.1.2 |
1963 | 2024-08-16T20:56:47.500Z | Checking fxhash v0.2.1 |
1964 | 2024-08-16T20:56:47.521Z | Checking keccak v0.1.5 |
1965 | 2024-08-16T20:56:47.649Z | Checking radix_trie v0.2.1 |
1966 | 2024-08-16T20:56:47.686Z | Checking secrecy v0.8.0 |
1967 | 2024-08-16T20:56:47.852Z | Checking sha3 v0.10.8 |
1968 | 2024-08-16T20:56:47.899Z | Checking universal-hash v0.5.1 |
1969 | 2024-08-16T20:56:48.049Z | Checking opaque-debug v0.3.1 |
1970 | 2024-08-16T20:56:48.088Z | Compiling curve25519-dalek v4.1.3 |
1971 | 2024-08-16T20:56:48.143Z | Compiling radium v0.7.0 |
1972 | 2024-08-16T20:56:48.251Z | Checking maplit v1.0.2 |
1973 | 2024-08-16T20:56:48.371Z | Checking aead v0.5.2 |
1974 | 2024-08-16T20:56:48.590Z | Compiling curve25519-dalek-derive v0.1.1 |
1975 | 2024-08-16T20:56:48.663Z | Compiling maybe-uninit v2.0.0 |
1976 | 2024-08-16T20:56:48.811Z | Checking tap v1.0.1 |
1977 | 2024-08-16T20:56:48.975Z | Checking wyz v0.5.1 |
1978 | 2024-08-16T20:56:49.367Z | Checking poly1305 v0.8.0 |
1979 | 2024-08-16T20:56:49.845Z | Checking chacha20 v0.9.1 |
1980 | 2024-08-16T20:56:49.867Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1981 | 2024-08-16T20:56:49.885Z | Compiling packed_struct v0.10.1 |
1982 | 2024-08-16T20:56:50.222Z | Checking crc-catalog v2.4.0 |
1983 | 2024-08-16T20:56:50.361Z | Compiling omicron-zone-package v0.11.0 |
1984 | 2024-08-16T20:56:50.388Z | Checking funty v2.0.0 |
1985 | 2024-08-16T20:56:50.458Z | Checking crc v3.2.1 |
1986 | 2024-08-16T20:56:50.934Z | Checking gethostname v0.5.0 |
1987 | 2024-08-16T20:56:50.975Z | Compiling packed_struct_codegen v0.10.1 |
1988 | 2024-08-16T20:56:51.056Z | Compiling indexmap v1.9.3 |
1989 | 2024-08-16T20:56:51.301Z | Checking bitvec v1.0.1 |
1990 | 2024-08-16T20:56:51.377Z | Compiling libefi-sys v0.1.0 |
1991 | 2024-08-16T20:56:51.680Z | Checking nodrop v0.1.14 |
1992 | 2024-08-16T20:56:51.800Z | Checking array-init v0.0.4 |
1993 | 2024-08-16T20:56:51.994Z | Checking smallvec v0.6.14 |
1994 | 2024-08-16T20:56:52.182Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1995 | 2024-08-16T20:56:52.376Z | Compiling bitfield-struct v0.6.1 |
1996 | 2024-08-16T20:56:52.607Z | Checking hashbrown v0.12.3 |
1997 | 2024-08-16T20:56:52.773Z | Checking bitfield v0.14.0 |
1998 | 2024-08-16T20:56:53.198Z | Checking serde-hex v0.1.0 |
1999 | 2024-08-16T20:56:53.744Z | Checking bzip2 v0.4.4 |
2000 | 2024-08-16T20:56:53.848Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2001 | 2024-08-16T20:56:54.088Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2002 | 2024-08-16T20:56:54.232Z | Checking env_logger v0.10.2 |
2003 | 2024-08-16T20:56:54.340Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2004 | 2024-08-16T20:56:54.364Z | Checking ron v0.8.1 |
2005 | 2024-08-16T20:56:54.384Z | Checking x509-cert v0.2.5 |
2006 | 2024-08-16T20:56:54.639Z | Checking hashbrown v0.13.2 |
2007 | 2024-08-16T20:56:54.660Z | Compiling thiserror-impl-no-std v2.0.2 |
2008 | 2024-08-16T20:56:55.643Z | Compiling async-recursion v1.1.1 |
2009 | 2024-08-16T20:56:55.700Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2010 | 2024-08-16T20:56:55.819Z | Checking crc-any v2.5.0 |
2011 | 2024-08-16T20:56:56.064Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2012 | 2024-08-16T20:56:56.211Z | Checking object v0.30.4 |
2013 | 2024-08-16T20:56:56.552Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2014 | 2024-08-16T20:56:56.828Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2015 | 2024-08-16T20:56:56.932Z | Checking zip v0.6.6 |
2016 | 2024-08-16T20:56:57.071Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2017 | 2024-08-16T20:56:57.197Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2018 | 2024-08-16T20:56:57.298Z | Checking path-slash v0.1.5 |
2019 | 2024-08-16T20:56:57.403Z | Compiling parking_lot_core v0.8.6 |
2020 | 2024-08-16T20:56:57.476Z | Checking chacha20poly1305 v0.10.1 |
2021 | 2024-08-16T20:56:57.605Z | Checking glob v0.3.1 |
2022 | 2024-08-16T20:56:57.666Z | Checking hickory-client v0.24.1 |
2023 | 2024-08-16T20:56:57.858Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2024 | 2024-08-16T20:56:57.928Z | Checking hickory-server v0.24.1 |
2025 | 2024-08-16T20:56:57.948Z | Checking thiserror-no-std v2.0.2 |
2026 | 2024-08-16T20:56:57.969Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2027 | 2024-08-16T20:56:58.061Z | Checking vsss-rs v3.3.4 |
2028 | 2024-08-16T20:56:58.248Z | Checking parking_lot v0.11.2 |
2029 | 2024-08-16T20:56:58.265Z | Checking crossterm v0.28.1 |
2030 | 2024-08-16T20:56:58.329Z | Compiling buf-list v1.0.3 |
2031 | 2024-08-16T20:56:58.579Z | Checking sled v0.34.7 |
2032 | 2024-08-16T20:56:59.075Z | Compiling unicase v2.7.0 |
2033 | 2024-08-16T20:56:59.617Z | Checking nanorand v0.7.0 |
2034 | 2024-08-16T20:57:00.003Z | Checking flume v0.11.0 |
2035 | 2024-08-16T20:57:00.511Z | Checking kstat-rs v0.2.4 |
2036 | 2024-08-16T20:57:00.860Z | Compiling vte_generate_state_changes v0.1.1 |
2037 | 2024-08-16T20:57:00.939Z | Checking fd-lock v4.0.2 |
2038 | 2024-08-16T20:57:00.987Z | Compiling mime_guess v2.0.4 |
2039 | 2024-08-16T20:57:01.374Z | Checking crossterm v0.27.0 |
2040 | 2024-08-16T20:57:01.396Z | Checking nu-ansi-term v0.50.0 |
2041 | 2024-08-16T20:57:01.435Z | Compiling dsl_auto_type v0.1.2 |
2042 | 2024-08-16T20:57:01.536Z | Checking vte v0.11.1 |
2043 | 2024-08-16T20:57:01.782Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2044 | 2024-08-16T20:57:02.050Z | Checking scheduled-thread-pool v0.2.7 |
2045 | 2024-08-16T20:57:02.194Z | Compiling diesel_table_macro_syntax v0.2.0 |
2046 | 2024-08-16T20:57:02.289Z | Compiling pin-project-internal v1.1.5 |
2047 | 2024-08-16T20:57:02.666Z | Checking http-range v0.1.5 |
2048 | 2024-08-16T20:57:02.810Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2049 | 2024-08-16T20:57:02.864Z | Checking strip-ansi-escapes v0.2.0 |
2050 | 2024-08-16T20:57:02.987Z | Compiling crunchy v0.2.2 |
2051 | 2024-08-16T20:57:03.014Z | Checking hyper-staticfile v0.9.5 |
2052 | 2024-08-16T20:57:03.036Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2053 | 2024-08-16T20:57:03.083Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2054 | 2024-08-16T20:57:03.085Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2055 | 2024-08-16T20:57:03.120Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2056 | 2024-08-16T20:57:03.503Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2057 | 2024-08-16T20:57:04.375Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2058 | 2024-08-16T20:57:05.470Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2059 | 2024-08-16T20:57:06.634Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2060 | 2024-08-16T20:57:07.225Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2061 | 2024-08-16T20:57:07.788Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2062 | 2024-08-16T20:57:08.125Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2063 | 2024-08-16T20:57:08.952Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2064 | 2024-08-16T20:57:09.165Z | Checking reedline v0.33.0 |
2065 | 2024-08-16T20:57:09.384Z | Checking pin-project v1.1.5 |
2066 | 2024-08-16T20:57:09.546Z | Compiling diesel_derives v2.2.2 |
2067 | 2024-08-16T20:57:09.611Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2068 | 2024-08-16T20:57:11.120Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2069 | 2024-08-16T20:57:11.278Z | Checking r2d2 v0.8.10 |
2070 | 2024-08-16T20:57:11.598Z | Compiling clang-sys v1.7.0 |
2071 | 2024-08-16T20:57:11.761Z | Compiling tiny-keccak v2.0.2 |
2072 | 2024-08-16T20:57:12.084Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2073 | 2024-08-16T20:57:12.131Z | Compiling ref-cast v1.0.23 |
2074 | 2024-08-16T20:57:12.340Z | Checking bytecount v0.6.8 |
2075 | 2024-08-16T20:57:12.499Z | Checking papergrid v0.11.0 |
2076 | 2024-08-16T20:57:12.773Z | Compiling ascii-canvas v3.0.0 |
2077 | 2024-08-16T20:57:13.052Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2078 | 2024-08-16T20:57:13.357Z | Compiling tabled_derive v0.7.0 |
2079 | 2024-08-16T20:57:13.688Z | Compiling ena v0.14.3 |
2080 | 2024-08-16T20:57:13.755Z | Compiling ref-cast-impl v1.0.23 |
2081 | 2024-08-16T20:57:13.995Z | Compiling libloading v0.8.3 |
2082 | 2024-08-16T20:57:14.073Z | Compiling bindgen v0.69.4 |
2083 | 2024-08-16T20:57:14.427Z | Compiling diff v0.1.13 |
2084 | 2024-08-16T20:57:14.922Z | Compiling regex-syntax v0.6.29 |
2085 | 2024-08-16T20:57:15.859Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2086 | 2024-08-16T20:57:15.947Z | Checking tabled v0.15.0 |
2087 | 2024-08-16T20:57:18.997Z | Compiling lalrpop v0.19.12 |
2088 | 2024-08-16T20:57:19.805Z | Compiling which v4.4.2 |
2089 | 2024-08-16T20:57:20.507Z | Checking signal-hook-tokio v0.3.1 |
2090 | 2024-08-16T20:57:20.701Z | Compiling cexpr v0.6.0 |
2091 | 2024-08-16T20:57:20.876Z | Compiling shlex v1.3.0 |
2092 | 2024-08-16T20:57:21.315Z | Compiling rustc-hash v1.1.0 |
2093 | 2024-08-16T20:57:21.482Z | Compiling lazycell v1.3.0 |
2094 | 2024-08-16T20:57:22.332Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2095 | 2024-08-16T20:57:22.486Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2096 | 2024-08-16T20:57:25.811Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2097 | 2024-08-16T20:57:27.729Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2098 | 2024-08-16T20:57:28.520Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2099 | 2024-08-16T20:57:29.163Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2100 | 2024-08-16T20:57:29.226Z | Checking diesel v2.2.2 |
2101 | 2024-08-16T20:57:29.598Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2102 | 2024-08-16T20:57:29.750Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2103 | 2024-08-16T20:57:32.127Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2104 | 2024-08-16T20:57:32.445Z | Compiling derive_builder_core v0.20.0 |
2105 | 2024-08-16T20:57:33.991Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2106 | 2024-08-16T20:57:34.012Z | Compiling libxml v0.3.3 |
2107 | 2024-08-16T20:57:34.386Z | Compiling memoffset v0.9.1 |
2108 | 2024-08-16T20:57:34.895Z | Compiling derive_builder_macro v0.20.0 |
2109 | 2024-08-16T20:57:34.950Z | Compiling peg-macros v0.8.4 |
2110 | 2024-08-16T20:57:35.169Z | Compiling snafu-derive v0.8.2 |
2111 | 2024-08-16T20:57:35.780Z | Compiling strum_macros v0.24.3 |
2112 | 2024-08-16T20:57:38.815Z | Compiling sqlparser_derive v0.2.2 |
2113 | 2024-08-16T20:57:39.405Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2114 | 2024-08-16T20:57:39.513Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2115 | 2024-08-16T20:57:39.984Z | Compiling cookie v0.18.1 |
2116 | 2024-08-16T20:57:40.393Z | Checking unicode_categories v0.1.1 |
2117 | 2024-08-16T20:57:40.397Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2118 | 2024-08-16T20:57:40.583Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2119 | 2024-08-16T20:57:41.073Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2120 | 2024-08-16T20:57:41.094Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2121 | 2024-08-16T20:57:42.358Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2122 | 2024-08-16T20:57:42.541Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2123 | 2024-08-16T20:57:44.293Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2124 | 2024-08-16T20:57:44.793Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2125 | 2024-08-16T20:57:45.205Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2126 | 2024-08-16T20:57:45.805Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2127 | 2024-08-16T20:57:46.255Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2128 | 2024-08-16T20:57:47.854Z | Compiling indoc v1.0.9 |
2129 | 2024-08-16T20:57:48.321Z | Checking rustyline v14.0.0 |
2130 | 2024-08-16T20:57:48.888Z | Checking snafu v0.8.2 |
2131 | 2024-08-16T20:57:49.365Z | Checking sqlformat v0.2.4 |
2132 | 2024-08-16T20:57:50.051Z | Checking sqlparser v0.45.0 |
2133 | 2024-08-16T20:57:50.212Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2134 | 2024-08-16T20:57:51.608Z | Checking peg v0.8.4 |
2135 | 2024-08-16T20:57:51.732Z | Checking derive_builder v0.20.0 |
2136 | 2024-08-16T20:57:53.701Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2137 | 2024-08-16T20:57:53.764Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2138 | 2024-08-16T20:57:54.067Z | Checking globset v0.4.14 |
2139 | 2024-08-16T20:57:54.108Z | Checking olpc-cjson v0.1.3 |
2140 | 2024-08-16T20:57:54.263Z | Checking bcs v0.1.6 |
2141 | 2024-08-16T20:57:54.340Z | Checking serde_plain v1.0.2 |
2142 | 2024-08-16T20:57:54.555Z | Checking quick-xml v0.31.0 |
2143 | 2024-08-16T20:57:54.592Z | Compiling oso-derive v0.27.3 |
2144 | 2024-08-16T20:57:54.712Z | Compiling impl-trait-for-tuples v0.2.2 |
2145 | 2024-08-16T20:57:55.680Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2146 | 2024-08-16T20:57:56.021Z | Checking highway v1.2.0 |
2147 | 2024-08-16T20:57:56.472Z | Checking typed-path v0.7.1 |
2148 | 2024-08-16T20:57:56.699Z | Checking nix v0.27.1 |
2149 | 2024-08-16T20:57:58.382Z | Checking tough v0.17.1 |
2150 | 2024-08-16T20:57:58.453Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2151 | 2024-08-16T20:57:59.209Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2152 | 2024-08-16T20:57:59.463Z | Checking serde-big-array v0.5.1 |
2153 | 2024-08-16T20:57:59.688Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2154 | 2024-08-16T20:58:00.015Z | Checking parse-size v1.0.0 |
2155 | 2024-08-16T20:58:00.297Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2156 | 2024-08-16T20:58:02.584Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2157 | 2024-08-16T20:58:02.968Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2158 | 2024-08-16T20:58:03.149Z | Checking bb8 v0.8.5 |
2159 | 2024-08-16T20:58:03.263Z | Compiling const_format_proc_macros v0.2.32 |
2160 | 2024-08-16T20:58:03.674Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2161 | 2024-08-16T20:58:03.693Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2162 | 2024-08-16T20:58:05.381Z | Checking const_format v0.2.32 |
2163 | 2024-08-16T20:58:05.876Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2164 | 2024-08-16T20:58:05.918Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2165 | 2024-08-16T20:58:06.148Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2166 | 2024-08-16T20:58:06.517Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2167 | 2024-08-16T20:58:07.273Z | Checking assert_matches v1.5.0 |
2168 | 2024-08-16T20:58:07.377Z | Checking heck v0.4.1 |
2169 | 2024-08-16T20:58:07.449Z | Compiling portable-atomic v1.6.0 |
2170 | 2024-08-16T20:58:07.723Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2171 | 2024-08-16T20:58:08.283Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2172 | 2024-08-16T20:58:08.728Z | Compiling libz-sys v1.1.16 |
2173 | 2024-08-16T20:58:08.943Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2174 | 2024-08-16T20:58:09.728Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2175 | 2024-08-16T20:58:09.793Z | Checking rand_seeder v0.3.0 |
2176 | 2024-08-16T20:58:09.891Z | Checking number_prefix v0.4.0 |
2177 | 2024-08-16T20:58:10.061Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2178 | 2024-08-16T20:58:10.085Z | Checking indicatif v0.17.8 |
2179 | 2024-08-16T20:58:10.875Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2180 | 2024-08-16T20:58:11.214Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2181 | 2024-08-16T20:58:12.591Z | Compiling vergen v8.3.2 |
2182 | 2024-08-16T20:58:12.886Z | Compiling cargo-platform v0.1.8 |
2183 | 2024-08-16T20:58:13.079Z | Checking is_ci v1.2.0 |
2184 | 2024-08-16T20:58:13.159Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2185 | 2024-08-16T20:58:13.217Z | Checking supports-color v3.0.0 |
2186 | 2024-08-16T20:58:13.409Z | Compiling cargo_metadata v0.18.1 |
2187 | 2024-08-16T20:58:13.449Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2188 | 2024-08-16T20:58:14.306Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2189 | 2024-08-16T20:58:14.611Z | Checking castaway v0.2.3 |
2190 | 2024-08-16T20:58:14.736Z | Compiling libsqlite3-sys v0.28.0 |
2191 | 2024-08-16T20:58:14.930Z | Checking compact_str v0.8.0 |
2192 | 2024-08-16T20:58:15.333Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2193 | 2024-08-16T20:58:15.643Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2194 | 2024-08-16T20:58:15.832Z | Checking unicode-truncate v1.0.0 |
2195 | 2024-08-16T20:58:15.937Z | Checking lru v0.12.3 |
2196 | 2024-08-16T20:58:16.049Z | Compiling instability v0.3.2 |
2197 | 2024-08-16T20:58:16.159Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2198 | 2024-08-16T20:58:16.258Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2199 | 2024-08-16T20:58:16.897Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2200 | 2024-08-16T20:58:17.030Z | Checking cassowary v0.3.0 |
2201 | 2024-08-16T20:58:17.419Z | Checking ratatui v0.28.0 |
2202 | 2024-08-16T20:58:17.474Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2203 | 2024-08-16T20:58:17.553Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2204 | 2024-08-16T20:58:19.393Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2205 | 2024-08-16T20:58:19.433Z | Checking hashlink v0.9.1 |
2206 | 2024-08-16T20:58:20.085Z | Checking unicode-linebreak v0.1.5 |
2207 | 2024-08-16T20:58:20.419Z | Checking fallible-iterator v0.3.0 |
2208 | 2024-08-16T20:58:20.502Z | Checking smawk v0.3.2 |
2209 | 2024-08-16T20:58:20.650Z | Checking fallible-streaming-iterator v0.1.9 |
2210 | 2024-08-16T20:58:20.722Z | Checking textwrap v0.16.1 |
2211 | 2024-08-16T20:58:20.888Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2212 | 2024-08-16T20:58:21.024Z | Checking rusqlite v0.31.0 |
2213 | 2024-08-16T20:58:21.114Z | Checking twox-hash v1.6.3 |
2214 | 2024-08-16T20:58:21.297Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2215 | 2024-08-16T20:58:21.585Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2216 | 2024-08-16T20:58:22.701Z | Checking fatfs v0.3.6 |
2217 | 2024-08-16T20:58:23.199Z | Checking csv-core v0.1.11 |
2218 | 2024-08-16T20:58:23.520Z | Checking shell-words v1.1.0 |
2219 | 2024-08-16T20:58:23.705Z | Checking csv v1.3.0 |
2220 | 2024-08-16T20:58:23.753Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2221 | 2024-08-16T20:58:24.886Z | Checking rtoolbox v0.0.2 |
2222 | 2024-08-16T20:58:25.092Z | Checking rpassword v7.3.1 |
2223 | 2024-08-16T20:58:26.935Z | Checking tui-tree-widget v0.22.0 |
2224 | 2024-08-16T20:58:27.269Z | Checking polyval v0.6.2 |
2225 | 2024-08-16T20:58:27.585Z | Checking rfc6979 v0.4.0 |
2226 | 2024-08-16T20:58:27.746Z | Checking plotters-backend v0.3.5 |
2227 | 2024-08-16T20:58:28.127Z | Checking plotters-svg v0.3.5 |
2228 | 2024-08-16T20:58:28.346Z | Checking ecdsa v0.16.9 |
2229 | 2024-08-16T20:58:29.092Z | Checking ghash v0.5.1 |
2230 | 2024-08-16T20:58:29.273Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2231 | 2024-08-16T20:58:30.355Z | Checking primeorder v0.13.6 |
2232 | 2024-08-16T20:58:30.684Z | Checking ctr v0.9.2 |
2233 | 2024-08-16T20:58:30.955Z | Checking yansi v0.5.1 |
2234 | 2024-08-16T20:58:31.300Z | Checking cast v0.3.0 |
2235 | 2024-08-16T20:58:31.620Z | Checking pretty_assertions v1.4.0 |
2236 | 2024-08-16T20:58:31.641Z | Checking criterion-plot v0.5.0 |
2237 | 2024-08-16T20:58:31.827Z | Checking aes-gcm v0.10.3 |
2238 | 2024-08-16T20:58:32.072Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2239 | 2024-08-16T20:58:32.123Z | Checking plotters v0.3.5 |
2240 | 2024-08-16T20:58:33.814Z | Checking ed25519 v2.2.3 |
2241 | 2024-08-16T20:58:34.118Z | Checking ssh-encoding v0.2.0 |
2242 | 2024-08-16T20:58:34.478Z | Checking tinytemplate v1.2.1 |
2243 | 2024-08-16T20:58:34.857Z | Checking blowfish v0.9.1 |
2244 | 2024-08-16T20:58:35.126Z | Checking option-ext v0.2.0 |
2245 | 2024-08-16T20:58:35.257Z | Checking oorandom v11.1.3 |
2246 | 2024-08-16T20:58:35.424Z | Checking anes v0.1.6 |
2247 | 2024-08-16T20:58:35.801Z | Checking criterion v0.5.1 |
2248 | 2024-08-16T20:58:38.499Z | Checking dirs-sys v0.4.1 |
2249 | 2024-08-16T20:58:38.701Z | Checking bcrypt-pbkdf v0.10.0 |
2250 | 2024-08-16T20:58:38.957Z | Checking ssh-cipher v0.2.0 |
2251 | 2024-08-16T20:58:39.060Z | Checking ed25519-dalek v2.1.1 |
2252 | 2024-08-16T20:58:39.269Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2253 | 2024-08-16T20:58:39.454Z | Checking password-hash v0.4.2 |
2254 | 2024-08-16T20:58:39.833Z | Checking matches v0.1.10 |
2255 | 2024-08-16T20:58:39.938Z | Checking hex-literal v0.4.1 |
2256 | 2024-08-16T20:58:40.070Z | Checking idna v0.2.3 |
2257 | 2024-08-16T20:58:40.770Z | Checking pbkdf2 v0.11.0 |
2258 | 2024-08-16T20:58:40.926Z | Checking ssh-key v0.6.6 |
2259 | 2024-08-16T20:58:41.057Z | Checking dirs v5.0.1 |
2260 | 2024-08-16T20:58:41.196Z | Checking p256 v0.13.2 |
2261 | 2024-08-16T20:58:41.675Z | Checking p384 v0.13.0 |
2262 | 2024-08-16T20:58:42.475Z | Checking p521 v0.13.3 |
2263 | 2024-08-16T20:58:42.763Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2264 | 2024-08-16T20:58:43.226Z | Checking russh-cryptovec v0.7.2 |
2265 | 2024-08-16T20:58:43.430Z | Compiling enum-as-inner v0.5.1 |
2266 | 2024-08-16T20:58:43.604Z | Compiling target-lexicon v0.12.16 |
2267 | 2024-08-16T20:58:43.793Z | Compiling doc-comment v0.3.3 |
2268 | 2024-08-16T20:58:44.422Z | Checking md5 v0.7.0 |
2269 | 2024-08-16T20:58:44.443Z | Checking trust-dns-proto v0.22.0 |
2270 | 2024-08-16T20:58:44.689Z | Checking russh-keys v0.44.0 |
2271 | 2024-08-16T20:58:44.781Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2272 | 2024-08-16T20:58:46.096Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2273 | 2024-08-16T20:58:46.514Z | Checking http-body v1.0.0 |
2274 | 2024-08-16T20:58:46.710Z | Checking num-bigint v0.4.5 |
2275 | 2024-08-16T20:58:46.903Z | Compiling dhcproto-macros v0.1.0 |
2276 | 2024-08-16T20:58:47.832Z | Compiling guppy-workspace-hack v0.1.0 |
2277 | 2024-08-16T20:58:48.142Z | Compiling assert_cmd v2.0.16 |
2278 | 2024-08-16T20:58:48.221Z | Checking tower-layer v0.3.2 |
2279 | 2024-08-16T20:58:48.499Z | Checking tower v0.4.13 |
2280 | 2024-08-16T20:58:48.638Z | Checking dhcproto v0.12.0 |
2281 | 2024-08-16T20:58:49.114Z | Checking russh v0.44.1 |
2282 | 2024-08-16T20:58:49.303Z | Checking hyper v1.3.1 |
2283 | 2024-08-16T20:58:50.515Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2284 | 2024-08-16T20:58:50.824Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2285 | 2024-08-16T20:58:51.113Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2286 | 2024-08-16T20:58:51.557Z | Checking internet-checksum v0.2.1 |
2287 | 2024-08-16T20:58:51.744Z | Compiling target-spec v3.2.1 |
2288 | 2024-08-16T20:58:51.920Z | Compiling samael v0.0.15 |
2289 | 2024-08-16T20:58:52.862Z | Checking cfg-expr v0.16.0 |
2290 | 2024-08-16T20:58:53.286Z | Checking hyper-util v0.1.3 |
2291 | 2024-08-16T20:58:53.775Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2292 | 2024-08-16T20:58:54.048Z | Checking rustls-native-certs v0.7.0 |
2293 | 2024-08-16T20:58:54.202Z | Checking httptest v0.15.5 |
2294 | 2024-08-16T20:58:54.683Z | Checking num_cpus v1.16.0 |
2295 | 2024-08-16T20:58:54.956Z | Checking threadpool v1.8.1 |
2296 | 2024-08-16T20:58:55.163Z | Checking hyper-rustls v0.26.0 |
2297 | 2024-08-16T20:58:55.851Z | Checking pathdiff v0.2.1 |
2298 | 2024-08-16T20:58:56.022Z | Compiling rstest_macros v0.19.0 |
2299 | 2024-08-16T20:58:56.595Z | Checking escape8259 v0.5.2 |
2300 | 2024-08-16T20:58:56.666Z | Checking nested v0.1.1 |
2301 | 2024-08-16T20:58:56.782Z | Checking libtest-mimic v0.7.3 |
2302 | 2024-08-16T20:58:56.890Z | Checking guppy v0.17.7 |
2303 | 2024-08-16T20:58:57.346Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2304 | 2024-08-16T20:58:57.670Z | Checking similar-asserts v1.5.0 |
2305 | 2024-08-16T20:58:57.906Z | Checking fancy-regex v0.13.0 |
2306 | 2024-08-16T20:58:58.232Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2307 | 2024-08-16T20:58:58.654Z | Compiling trybuild v1.0.99 |
2308 | 2024-08-16T20:58:59.125Z | Compiling relative-path v1.9.3 |
2309 | 2024-08-16T20:58:59.172Z | Checking datatest-stable v0.2.9 |
2310 | 2024-08-16T20:58:59.483Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2311 | 2024-08-16T20:59:00.803Z | Checking blake2b_simd v1.0.2 |
2312 | 2024-08-16T20:59:01.198Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2313 | 2024-08-16T20:59:01.649Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2314 | 2024-08-16T20:59:01.652Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2315 | 2024-08-16T20:59:01.958Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2316 | 2024-08-16T20:59:01.978Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2317 | 2024-08-16T20:59:02.288Z | Checking serde_tokenstream v0.2.2 |
2318 | 2024-08-16T20:59:02.448Z | Checking uzers v0.11.3 |
2319 | 2024-08-16T20:59:02.640Z | Checking indent_write v2.2.0 |
2320 | 2024-08-16T20:59:02.739Z | Checking futures-timer v3.0.3 |
2321 | 2024-08-16T20:59:02.996Z | Checking rust-argon2 v2.1.0 |
2322 | 2024-08-16T20:59:03.017Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2323 | 2024-08-16T20:59:04.303Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2324 | 2024-08-16T20:59:04.560Z | Compiling git2 v0.19.0 |
2325 | 2024-08-16T20:59:04.622Z | Checking rand_distr v0.4.3 |
2326 | 2024-08-16T20:59:05.431Z | Checking multimap v0.10.0 |
2327 | 2024-08-16T20:59:05.731Z | Checking approx v0.5.1 |
2328 | 2024-08-16T20:59:05.985Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2329 | 2024-08-16T20:59:07.329Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2330 | 2024-08-16T20:59:07.397Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2331 | 2024-08-16T20:59:08.759Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2332 | 2024-08-16T20:59:08.868Z | Checking rstest v0.19.0 |
2333 | 2024-08-16T20:59:09.015Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2334 | 2024-08-16T20:59:09.090Z | Checking partial-io v0.5.4 |
2335 | 2024-08-16T20:59:09.440Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2336 | 2024-08-16T20:59:09.650Z | Checking cargo_toml v0.20.4 |
2337 | 2024-08-16T20:59:09.667Z | Checking termios v0.3.3 |
2338 | 2024-08-16T20:59:10.409Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2339 | 2024-08-16T20:59:11.718Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2340 | 2024-08-16T20:59:14.243Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2341 | 2024-08-16T20:59:26.200Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2342 | 2024-08-16T20:59:37.490Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2343 | 2024-08-16T20:59:39.612Z | Compiling polar-core v0.27.3 |
2344 | 2024-08-16T20:59:50.361Z | Checking oso v0.27.3 |
2345 | 2024-08-16T20:59:59.513Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2346 | 2024-08-16T21:00:00.504Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2347 | 2024-08-16T21:00:00.923Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2348 | 2024-08-16T21:00:35.139Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2349 | 2024-08-16T21:00:35.139Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2350 | 2024-08-16T21:00:35.142Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2351 | 2024-08-16T21:01:57.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 17s |
2352 | 2024-08-16T21:01:57.728Z | |
2353 | 2024-08-16T21:01:57.728Z | real 6:21.509939956 |
2354 | 2024-08-16T21:01:57.728Z | user 34:27.860194234 |
2355 | 2024-08-16T21:01:57.728Z | sys 6:00.019302208 |
2356 | 2024-08-16T21:01:57.728Z | trap 0.936722571 |
2357 | 2024-08-16T21:01:57.728Z | tflt 2.122736774 |
2358 | 2024-08-16T21:01:57.731Z | dflt 0.945691958 |
2359 | 2024-08-16T21:01:57.731Z | kflt 0.002605504 |
2360 | 2024-08-16T21:01:57.731Z | lock 53:29.574343736 |
2361 | 2024-08-16T21:01:57.731Z | slp 2:02:36.156513626 |
2362 | 2024-08-16T21:01:57.731Z | lat 1:35.039291813 |
2363 | 2024-08-16T21:01:57.731Z | stop 5:21.673157355 |
2364 | 2024-08-16T21:01:57.731Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2365 | 2024-08-16T21:01:57.731Z | + ptime -m cargo doc --workspace --no-deps |
2366 | 2024-08-16T21:01:58.894Z | warning: output filename collision. |
2367 | 2024-08-16T21:01:58.894Z | 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)`. |
2368 | 2024-08-16T21:01:58.894Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2369 | 2024-08-16T21:01:58.895Z | The targets should have unique names. |
2370 | 2024-08-16T21:01:58.895Z | This is a known bug where multiple crates with the same name use |
2371 | 2024-08-16T21:01:58.895Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2372 | 2024-08-16T21:01:59.251Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2373 | 2024-08-16T21:01:59.310Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2374 | 2024-08-16T21:01:59.325Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2375 | 2024-08-16T21:01:59.359Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2376 | 2024-08-16T21:01:59.383Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2377 | 2024-08-16T21:01:59.412Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2378 | 2024-08-16T21:01:59.412Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2379 | 2024-08-16T21:01:59.623Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2380 | 2024-08-16T21:01:59.639Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2381 | 2024-08-16T21:01:59.659Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2382 | 2024-08-16T21:01:59.678Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2383 | 2024-08-16T21:01:59.697Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2384 | 2024-08-16T21:01:59.931Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2385 | 2024-08-16T21:01:59.949Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2386 | 2024-08-16T21:02:00.223Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2387 | 2024-08-16T21:02:00.422Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2388 | 2024-08-16T21:02:01.122Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2389 | 2024-08-16T21:02:04.015Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2390 | 2024-08-16T21:02:04.242Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2391 | 2024-08-16T21:02:04.382Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2392 | 2024-08-16T21:02:04.568Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2393 | 2024-08-16T21:02:04.797Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2394 | 2024-08-16T21:02:04.909Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2395 | 2024-08-16T21:02:05.175Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2396 | 2024-08-16T21:02:05.252Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2397 | 2024-08-16T21:02:05.592Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2398 | 2024-08-16T21:02:05.609Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2399 | 2024-08-16T21:02:05.794Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2400 | 2024-08-16T21:02:06.109Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2401 | 2024-08-16T21:02:06.243Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2402 | 2024-08-16T21:02:06.401Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2403 | 2024-08-16T21:02:06.785Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2404 | 2024-08-16T21:02:06.875Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2405 | 2024-08-16T21:02:07.187Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2406 | 2024-08-16T21:02:07.427Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2407 | 2024-08-16T21:02:07.667Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2408 | 2024-08-16T21:02:07.756Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2409 | 2024-08-16T21:02:07.793Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2410 | 2024-08-16T21:02:08.052Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2411 | 2024-08-16T21:02:08.343Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2412 | 2024-08-16T21:02:08.388Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2413 | 2024-08-16T21:02:09.228Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2414 | 2024-08-16T21:02:12.325Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2415 | 2024-08-16T21:02:12.671Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2416 | 2024-08-16T21:02:13.008Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2417 | 2024-08-16T21:02:13.692Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2418 | 2024-08-16T21:02:14.506Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2419 | 2024-08-16T21:02:15.643Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2420 | 2024-08-16T21:02:19.090Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2421 | 2024-08-16T21:02:20.008Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2422 | 2024-08-16T21:02:21.206Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2423 | 2024-08-16T21:02:21.752Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2424 | 2024-08-16T21:02:23.076Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2425 | 2024-08-16T21:02:24.504Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2426 | 2024-08-16T21:02:25.004Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2427 | 2024-08-16T21:02:25.649Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2428 | 2024-08-16T21:02:25.732Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2429 | 2024-08-16T21:02:26.549Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2430 | 2024-08-16T21:02:27.183Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2431 | 2024-08-16T21:02:27.291Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2432 | 2024-08-16T21:02:27.424Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2433 | 2024-08-16T21:02:27.864Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2434 | 2024-08-16T21:02:28.167Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2435 | 2024-08-16T21:02:28.487Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2436 | 2024-08-16T21:02:28.652Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2437 | 2024-08-16T21:02:29.129Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2438 | 2024-08-16T21:02:29.557Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2439 | 2024-08-16T21:02:30.205Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2440 | 2024-08-16T21:02:30.299Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2441 | 2024-08-16T21:02:30.487Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2442 | 2024-08-16T21:02:30.513Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2443 | 2024-08-16T21:02:30.734Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2444 | 2024-08-16T21:02:30.734Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2445 | 2024-08-16T21:02:31.021Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2446 | 2024-08-16T21:02:31.506Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2447 | 2024-08-16T21:02:32.113Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2448 | 2024-08-16T21:02:33.032Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2449 | 2024-08-16T21:02:33.117Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2450 | 2024-08-16T21:02:33.595Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2451 | 2024-08-16T21:02:33.717Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2452 | 2024-08-16T21:02:34.266Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2453 | 2024-08-16T21:02:34.528Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2454 | 2024-08-16T21:02:34.795Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2455 | 2024-08-16T21:02:34.888Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2456 | 2024-08-16T21:02:35.242Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2457 | 2024-08-16T21:02:35.920Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2458 | 2024-08-16T21:02:35.936Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2459 | 2024-08-16T21:02:36.238Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2460 | 2024-08-16T21:02:36.591Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2461 | 2024-08-16T21:02:36.983Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2462 | 2024-08-16T21:02:37.297Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2463 | 2024-08-16T21:02:37.896Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2464 | 2024-08-16T21:02:38.584Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2465 | 2024-08-16T21:02:39.048Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2466 | 2024-08-16T21:02:39.226Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2467 | 2024-08-16T21:02:41.027Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2468 | 2024-08-16T21:02:41.489Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2469 | 2024-08-16T21:02:42.572Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2470 | 2024-08-16T21:02:52.937Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2471 | 2024-08-16T21:02:54.573Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2472 | 2024-08-16T21:02:56.115Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2473 | 2024-08-16T21:02:57.175Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2474 | 2024-08-16T21:02:57.627Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2475 | 2024-08-16T21:03:30.960Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2476 | 2024-08-16T21:03:34.511Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2477 | 2024-08-16T21:03:39.745Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2478 | 2024-08-16T21:03:42.765Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2479 | 2024-08-16T21:03:58.692Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2480 | 2024-08-16T21:04:01.691Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2481 | 2024-08-16T21:04:07.335Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2482 | 2024-08-16T21:04:12.663Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2483 | 2024-08-16T21:04:14.091Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2484 | 2024-08-16T21:04:14.349Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2485 | 2024-08-16T21:04:18.571Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2486 | 2024-08-16T21:04:18.717Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2487 | 2024-08-16T21:04:21.410Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2488 | 2024-08-16T21:04:23.997Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2489 | 2024-08-16T21:04:24.307Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2490 | 2024-08-16T21:04:27.258Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2491 | 2024-08-16T21:04:43.593Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2492 | 2024-08-16T21:04:50.788Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2493 | 2024-08-16T21:05:06.088Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2494 | 2024-08-16T21:05:08.478Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2495 | 2024-08-16T21:05:09.027Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2496 | 2024-08-16T21:05:27.931Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2497 | 2024-08-16T21:05:28.031Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2498 | 2024-08-16T21:05:29.548Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2499 | 2024-08-16T21:05:35.446Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2500 | 2024-08-16T21:05:38.574Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2501 | 2024-08-16T21:05:39.747Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2502 | 2024-08-16T21:05:40.495Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2503 | 2024-08-16T21:05:46.104Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2504 | 2024-08-16T21:05:54.107Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2505 | 2024-08-16T21:05:55.546Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2506 | 2024-08-16T21:05:58.629Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2507 | 2024-08-16T21:06:04.580Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2508 | 2024-08-16T21:06:06.905Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2509 | 2024-08-16T21:06:08.577Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2510 | 2024-08-16T21:06:12.556Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2511 | 2024-08-16T21:06:12.792Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2512 | 2024-08-16T21:06:14.071Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2513 | 2024-08-16T21:06:26.169Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2514 | 2024-08-16T21:06:26.912Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2515 | 2024-08-16T21:06:29.431Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2516 | 2024-08-16T21:06:31.026Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2517 | 2024-08-16T21:06:35.695Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2518 | 2024-08-16T21:06:38.846Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2519 | 2024-08-16T21:06:49.874Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2520 | 2024-08-16T21:06:50.400Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2521 | 2024-08-16T21:06:50.519Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2522 | 2024-08-16T21:06:51.271Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2523 | 2024-08-16T21:06:51.819Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2524 | 2024-08-16T21:06:52.630Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2525 | 2024-08-16T21:06:59.013Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2526 | 2024-08-16T21:07:05.489Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2527 | 2024-08-16T21:07:07.918Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2528 | 2024-08-16T21:07:09.102Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2529 | 2024-08-16T21:07:09.319Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2530 | 2024-08-16T21:07:10.822Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2531 | 2024-08-16T21:07:12.612Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2532 | 2024-08-16T21:07:15.447Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2533 | 2024-08-16T21:07:21.536Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2534 | 2024-08-16T21:07:24.236Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2535 | 2024-08-16T21:07:25.296Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2536 | 2024-08-16T21:07:27.447Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2537 | 2024-08-16T21:07:32.256Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2538 | 2024-08-16T21:07:38.369Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2539 | 2024-08-16T21:07:41.351Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2540 | 2024-08-16T21:07:41.942Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2541 | 2024-08-16T21:07:43.908Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2542 | 2024-08-16T21:07:44.637Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2543 | 2024-08-16T21:07:47.651Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2544 | 2024-08-16T21:07:51.481Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2545 | 2024-08-16T21:07:54.906Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2546 | 2024-08-16T21:07:55.330Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2547 | 2024-08-16T21:07:57.617Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2548 | 2024-08-16T21:07:58.273Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2549 | 2024-08-16T21:07:58.584Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2550 | 2024-08-16T21:07:59.011Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2551 | 2024-08-16T21:08:00.533Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2552 | 2024-08-16T21:08:05.701Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2553 | 2024-08-16T21:08:07.177Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2554 | 2024-08-16T21:08:08.825Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2555 | 2024-08-16T21:08:12.113Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2556 | 2024-08-16T21:08:13.838Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2557 | 2024-08-16T21:08:14.712Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2558 | 2024-08-16T21:08:15.625Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2559 | 2024-08-16T21:08:15.774Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2560 | 2024-08-16T21:08:16.195Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2561 | 2024-08-16T21:08:16.890Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2562 | 2024-08-16T21:08:18.409Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2563 | 2024-08-16T21:08:18.860Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2564 | 2024-08-16T21:08:19.057Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2565 | 2024-08-16T21:08:21.369Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2566 | 2024-08-16T21:08:22.478Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2567 | 2024-08-16T21:08:26.038Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2568 | 2024-08-16T21:08:50.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 52s |
2569 | 2024-08-16T21:08:50.205Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 120 other files |
2570 | 2024-08-16T21:08:50.262Z | |
2571 | 2024-08-16T21:08:50.264Z | real 6:52.483693176 |
2572 | 2024-08-16T21:08:50.264Z | user 20:43.799596443 |
2573 | 2024-08-16T21:08:50.264Z | sys 31:09.789250952 |
2574 | 2024-08-16T21:08:50.264Z | trap 0.343036044 |
2575 | 2024-08-16T21:08:50.264Z | tflt 0.218298820 |
2576 | 2024-08-16T21:08:50.264Z | dflt 0.163836062 |
2577 | 2024-08-16T21:08:50.264Z | kflt 0.000000000 |
2578 | 2024-08-16T21:08:50.264Z | lock 1:06:36.929737433 |
2579 | 2024-08-16T21:08:50.264Z | slp 1:57:48.665310681 |
2580 | 2024-08-16T21:08:50.264Z | lat 1:01.728243838 |
2581 | 2024-08-16T21:08:50.264Z | stop 53.835142501 |
2582 | 2024-08-16T21:08:50.264Z | process exited: duration 1028393 ms, exit code 0 |
|
2583 | 2024-08-16T21:08:50.276Z | found 0 output files |