|
|
|
1 | 2024-09-11T21:13:20.815Z | job assigned to worker 01J7HEWFMAJHYT3ZA166SBC5YH (queued for 1 m 2 s) |
|
2 | 2024-09-11T21:13:28.591Z | starting task 0: "setup" |
3 | 2024-09-11T21:13:28.598Z | ++ uname -s |
4 | 2024-09-11T21:13:28.601Z | + kern=SunOS |
5 | 2024-09-11T21:13:28.601Z | + case "$kern" in |
6 | 2024-09-11T21:13:28.601Z | + groupadd -g 12345 build |
7 | 2024-09-11T21:13:28.603Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-11T21:13:30.613Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-11T21:13:30.760Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-11T21:13:30.763Z | + home_fs=zfs |
11 | 2024-09-11T21:13:30.763Z | + [[ zfs == autofs ]] |
12 | 2024-09-11T21:13:30.763Z | + mkdir -p /home/build |
13 | 2024-09-11T21:13:30.767Z | + chown build:build /home/build /work |
14 | 2024-09-11T21:13:32.767Z | + chmod 0700 /home/build /work |
15 | 2024-09-11T21:13:32.771Z | process exited: duration 4180 ms, exit code 0 |
|
16 | 2024-09-11T21:13:32.776Z | starting task 1: "rust-toolchain" |
17 | 2024-09-11T21:13:32.793Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-11T21:13:32.793Z | ' 1.80.1 |
19 | 2024-09-11T21:13:32.800Z | * toolchain channel = "1.80.1" |
20 | 2024-09-11T21:13:32.800Z | + printf ' * toolchain profile = "%s" |
21 | 2024-09-11T21:13:32.800Z | ' default |
22 | 2024-09-11T21:13:32.800Z | * toolchain profile = "default" |
23 | 2024-09-11T21:13:32.801Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-11T21:13:32.801Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-11T21:13:32.940Z | info: downloading installer |
26 | 2024-09-11T21:13:36.013Z | info: profile set to 'default' |
27 | 2024-09-11T21:13:36.013Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-11T21:13:36.015Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-11T21:13:36.306Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-11T21:13:36.307Z | info: downloading component 'cargo' |
31 | 2024-09-11T21:13:38.338Z | info: downloading component 'clippy' |
32 | 2024-09-11T21:13:39.055Z | info: downloading component 'rust-docs' |
33 | 2024-09-11T21:13:41.786Z | info: downloading component 'rust-std' |
34 | 2024-09-11T21:13:45.764Z | info: downloading component 'rustc' |
35 | 2024-09-11T21:13:56.761Z | info: downloading component 'rustfmt' |
36 | 2024-09-11T21:13:57.351Z | info: installing component 'cargo' |
37 | 2024-09-11T21:13:58.189Z | info: installing component 'clippy' |
38 | 2024-09-11T21:13:58.558Z | info: installing component 'rust-docs' |
39 | 2024-09-11T21:14:00.200Z | info: installing component 'rust-std' |
40 | 2024-09-11T21:14:01.860Z | info: installing component 'rustc' |
41 | 2024-09-11T21:14:06.105Z | info: installing component 'rustfmt' |
42 | 2024-09-11T21:14:06.458Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-11T21:14:06.458Z | |
44 | 2024-09-11T21:14:06.709Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-11T21:14:06.709Z | |
46 | 2024-09-11T21:14:06.715Z | |
47 | 2024-09-11T21:14:06.715Z | Rust is installed now. Great! |
48 | 2024-09-11T21:14:06.715Z | |
49 | 2024-09-11T21:14:06.715Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-11T21:14:06.715Z | environment variable. This has not been done automatically. |
51 | 2024-09-11T21:14:06.715Z | |
52 | 2024-09-11T21:14:06.715Z | To configure your current shell, you need to source |
53 | 2024-09-11T21:14:06.715Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-11T21:14:06.715Z | |
55 | 2024-09-11T21:14:06.715Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-11T21:14:06.715Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-11T21:14:06.715Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-11T21:14:06.758Z | + rustc --version |
59 | 2024-09-11T21:14:06.822Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-11T21:14:06.828Z | process exited: duration 34045 ms, exit code 0 |
|
61 | 2024-09-11T21:14:06.833Z | starting task 2: "authentication" |
62 | 2024-09-11T21:14:06.855Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-09-11T21:14:06.861Z | starting task 3: "clone repository" |
64 | 2024-09-11T21:14:06.866Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-11T21:14:06.869Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-11T21:14:07.719Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-11T21:14:14.043Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-11T21:14:14.043Z | + git fetch origin 4c15433fa1cf87c3356ed598d74984bb3d496bde |
69 | 2024-09-11T21:14:14.176Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-11T21:14:14.176Z | * branch 4c15433fa1cf87c3356ed598d74984bb3d496bde -> FETCH_HEAD |
71 | 2024-09-11T21:14:14.187Z | + [[ -n eliza/updater-omdb-nice ]] |
72 | 2024-09-11T21:14:14.190Z | ++ git branch --show-current |
73 | 2024-09-11T21:14:14.192Z | + current=main |
74 | 2024-09-11T21:14:14.192Z | + [[ main != eliza/updater-omdb-nice ]] |
75 | 2024-09-11T21:14:14.192Z | + git branch -f eliza/updater-omdb-nice 4c15433fa1cf87c3356ed598d74984bb3d496bde |
76 | 2024-09-11T21:14:14.195Z | + git checkout -f eliza/updater-omdb-nice |
77 | 2024-09-11T21:14:14.351Z | Switched to branch 'eliza/updater-omdb-nice' |
78 | 2024-09-11T21:14:14.353Z | + git reset --hard 4c15433fa1cf87c3356ed598d74984bb3d496bde |
79 | 2024-09-11T21:14:14.503Z | HEAD is now at 4c15433fa gurgle |
80 | 2024-09-11T21:14:14.506Z | process exited: duration 7643 ms, exit code 0 |
|
81 | 2024-09-11T21:14:14.511Z | starting task 4: "build" |
82 | 2024-09-11T21:14:14.516Z | + cargo --version |
83 | 2024-09-11T21:14:14.572Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-11T21:14:14.574Z | + rustc --version |
85 | 2024-09-11T21:14:14.633Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-11T21:14:14.636Z | + source ./env.sh |
87 | 2024-09-11T21:14:14.636Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-09-11T21:14:14.636Z | ++ set -o xtrace |
89 | 2024-09-11T21:14:14.638Z | ++++ dirname ./env.sh |
90 | 2024-09-11T21:14:14.641Z | +++ readlink -f . |
91 | 2024-09-11T21:14:14.814Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-09-11T21:14:14.816Z | ++ 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-09-11T21:14:14.816Z | ++ 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-09-11T21:14:14.816Z | ++ 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-09-11T21:14:14.816Z | ++ 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-09-11T21:14:14.816Z | ++ 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-09-11T21:14:14.816Z | ++ 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-09-11T21:14:14.816Z | ++ 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-09-11T21:14:14.816Z | ++ 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-09-11T21:14:14.816Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-09-11T21:14:14.817Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-09-11T21:14:14.817Z | + banner prerequisites |
103 | 2024-09-11T21:14:14.931Z | |
104 | 2024-09-11T21:14:14.931Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-09-11T21:14:14.931Z | # # # # # # # # # # # # # # # |
106 | 2024-09-11T21:14:14.931Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-09-11T21:14:14.931Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-09-11T21:14:14.931Z | # # # # # # # # # # # # # # # |
109 | 2024-09-11T21:14:14.931Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-09-11T21:14:14.931Z | |
111 | 2024-09-11T21:14:14.934Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-09-11T21:14:37.247Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-09-11T21:14:39.989Z | Startup: Caching catalogs ... Done |
114 | 2024-09-11T21:14:42.330Z | Planning: Solver setup ... Done (1.672s) |
115 | 2024-09-11T21:14:42.526Z | Planning: Running solver ... Done (0.184s) |
116 | 2024-09-11T21:14:42.613Z | Planning: Finding local manifests ... Done (0.058s) |
117 | 2024-09-11T21:14:42.742Z | Planning: Fetching manifests: 0/5 0% complete |
118 | 2024-09-11T21:14:43.416Z | Planning: Fetching manifests: 5/5 100% complete |
119 | 2024-09-11T21:14:43.743Z | Planning: Package planning ... Done (0.327s) |
120 | 2024-09-11T21:14:43.802Z | Planning: Merging actions ... Done (0.059s) |
121 | 2024-09-11T21:14:45.295Z | Planning: Checking for conflicting actions ... Done (1.490s) |
122 | 2024-09-11T21:14:55.412Z | Planning: Consolidating action changes ... Done (10.119s) |
123 | 2024-09-11T21:14:55.788Z | Planning: Evaluating mediators ... Done (0.375s) |
124 | 2024-09-11T21:14:55.868Z | Planning: Planning completed in 15.81 seconds |
125 | 2024-09-11T21:14:56.877Z | Packages to install: 4 |
126 | 2024-09-11T21:14:56.877Z | Packages to update: 1 |
127 | 2024-09-11T21:14:56.877Z | Mediators to change: 2 |
128 | 2024-09-11T21:14:56.877Z | Services to change: 1 |
129 | 2024-09-11T21:14:56.880Z | Estimated space available: 155.72 GB |
130 | 2024-09-11T21:14:56.880Z | Estimated space to be consumed: 1.54 GB |
131 | 2024-09-11T21:14:56.880Z | Create boot environment: No |
132 | 2024-09-11T21:14:56.880Z | Create backup boot environment: Yes |
133 | 2024-09-11T21:14:56.880Z | Rebuild boot archive: No |
134 | 2024-09-11T21:14:56.880Z | |
135 | 2024-09-11T21:14:56.880Z | Changed mediators: |
136 | 2024-09-11T21:14:56.880Z | mediator clang: |
137 | 2024-09-11T21:14:56.880Z | version: None -> 15 (system default) |
138 | 2024-09-11T21:14:56.880Z | |
139 | 2024-09-11T21:14:56.880Z | mediator llvm: |
140 | 2024-09-11T21:14:56.880Z | version: 14 (system default) -> 15 (system default) |
141 | 2024-09-11T21:14:56.880Z | |
142 | 2024-09-11T21:14:56.881Z | Changed packages: |
143 | 2024-09-11T21:14:56.881Z | helios-dev |
144 | 2024-09-11T21:14:56.881Z | developer/build-essential |
145 | 2024-09-11T21:14:56.881Z | None -> 11-2.0 |
146 | 2024-09-11T21:14:56.881Z | library/libxmlsec1 |
147 | 2024-09-11T21:14:56.881Z | None -> 1.2.35-2.0 |
148 | 2024-09-11T21:14:56.881Z | ooce/developer/clang-15 |
149 | 2024-09-11T21:14:56.881Z | None -> 15.0.7-2.0 |
150 | 2024-09-11T21:14:56.881Z | ooce/developer/llvm-15 |
151 | 2024-09-11T21:14:56.881Z | None -> 15.0.7-2.0 |
152 | 2024-09-11T21:14:56.881Z | package/pkg |
153 | 2024-09-11T21:14:56.881Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
154 | 2024-09-11T21:14:56.881Z | |
155 | 2024-09-11T21:14:56.881Z | Services: |
156 | 2024-09-11T21:14:56.881Z | restart_fmri: |
157 | 2024-09-11T21:14:56.881Z | svc:/system/update-man-index:default |
158 | 2024-09-11T21:14:56.881Z | |
159 | 2024-09-11T21:14:56.881Z | Editable files to change: |
160 | 2024-09-11T21:14:56.881Z | Update: |
161 | 2024-09-11T21:14:56.881Z | usr/share/lib/pkg/web/config.shtml |
162 | 2024-09-11T21:14:57.499Z | |
163 | 2024-09-11T21:14:57.499Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
164 | 2024-09-11T21:15:04.738Z | Download: 212/4281 items 1.3/220.6MB 0% complete (525k/s) |
165 | 2024-09-11T21:15:11.029Z | Download: 213/4281 items 1.3/220.6MB 0% complete (508k/s) |
166 | 2024-09-11T21:15:16.447Z | Download: 1197/4281 items 83.5/220.6MB 37% complete (17.4M/s) |
167 | 2024-09-11T21:15:21.448Z | Download: 1951/4281 items 118.6/220.6MB 53% complete (11.7M/s) |
168 | 2024-09-11T21:15:26.449Z | Download: 3063/4281 items 121.4/220.6MB 55% complete (3.8M/s) |
169 | 2024-09-11T21:15:31.451Z | Download: 3958/4281 items 218.0/220.6MB 98% complete (9.9M/s) |
170 | 2024-09-11T21:15:33.050Z | Download: Completed 220.60 MB in 35.55 seconds (6.2M/s) |
171 | 2024-09-11T21:15:35.255Z | Actions: 1/5063 actions (Removing old actions) |
172 | 2024-09-11T21:15:35.271Z | Actions: 194/5063 actions (Installing new actions) |
173 | 2024-09-11T21:15:40.413Z | Actions: 4105/5063 actions (Installing new actions) |
174 | 2024-09-11T21:15:41.459Z | Actions: 4226/5063 actions (Updating modified actions) |
175 | 2024-09-11T21:15:41.900Z | Actions: Completed 5063 actions in 6.64 seconds. |
176 | 2024-09-11T21:15:42.064Z | Done (0.156s) |
177 | 2024-09-11T21:15:42.067Z | Done (0.000s) |
178 | 2024-09-11T21:15:42.460Z | Done (0.393s) |
179 | 2024-09-11T21:15:50.141Z | Done (7.505s) |
180 | 2024-09-11T21:15:50.865Z | Done (0.651s) |
181 | 2024-09-11T21:15:50.868Z | Done (0.000s) |
182 | 2024-09-11T21:15:51.041Z | Done (0.000s) |
183 | 2024-09-11T21:15:51.647Z | Planning: Evaluating mediator changes ... Done |
184 | 2024-09-11T21:15:51.810Z | Planning: Checking for conflicting actions ... Done |
185 | 2024-09-11T21:15:51.814Z | Planning: Consolidating action changes ... Done |
186 | 2024-09-11T21:15:52.086Z | Planning: Evaluating mediators ... Done |
187 | 2024-09-11T21:15:52.089Z | Planning: Planning completed in 0.44 seconds |
188 | 2024-09-11T21:15:52.127Z | Mediators to change: 2 |
189 | 2024-09-11T21:15:52.132Z | Create boot environment: No |
190 | 2024-09-11T21:15:52.132Z | Create backup boot environment: No |
191 | 2024-09-11T21:15:52.239Z | Done |
192 | 2024-09-11T21:15:52.239Z | Done |
193 | 2024-09-11T21:15:52.480Z | Done |
194 | 2024-09-11T21:15:56.114Z | Done |
195 | 2024-09-11T21:15:56.208Z | Done |
196 | 2024-09-11T21:15:56.211Z | Done |
197 | 2024-09-11T21:15:56.313Z | Done |
198 | 2024-09-11T21:15:56.920Z | Planning: Evaluating mediator changes ... Done |
199 | 2024-09-11T21:15:56.923Z | Planning: Merging actions ... Done |
200 | 2024-09-11T21:15:57.108Z | Planning: Checking for conflicting actions ... Done |
201 | 2024-09-11T21:15:57.110Z | Planning: Consolidating action changes ... Done |
202 | 2024-09-11T21:15:57.375Z | Planning: Evaluating mediators ... Done |
203 | 2024-09-11T21:15:57.428Z | Planning: Planning completed in 0.75 seconds |
204 | 2024-09-11T21:15:57.468Z | Packages to change: 1 |
205 | 2024-09-11T21:15:57.468Z | Mediators to change: 1 |
206 | 2024-09-11T21:15:57.471Z | Services to change: 1 |
207 | 2024-09-11T21:15:57.471Z | Create boot environment: No |
208 | 2024-09-11T21:15:57.471Z | Create backup boot environment: Yes |
209 | 2024-09-11T21:15:59.335Z | Actions: 1/6 actions (Updating modified actions) |
210 | 2024-09-11T21:15:59.464Z | Actions: Completed 6 actions in 0.13 seconds. |
211 | 2024-09-11T21:15:59.467Z | Done |
212 | 2024-09-11T21:15:59.467Z | Done |
213 | 2024-09-11T21:15:59.548Z | Done |
214 | 2024-09-11T21:16:03.120Z | Done |
215 | 2024-09-11T21:16:03.212Z | Done |
216 | 2024-09-11T21:16:03.214Z | Done |
217 | 2024-09-11T21:16:03.353Z | Done |
218 | 2024-09-11T21:16:03.774Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
219 | 2024-09-11T21:16:03.774Z | clang system 15 system |
220 | 2024-09-11T21:16:03.774Z | csh system system illumos |
221 | 2024-09-11T21:16:03.774Z | ctags system system illumos |
222 | 2024-09-11T21:16:03.774Z | gcc vendor 12 vendor |
223 | 2024-09-11T21:16:03.774Z | gcc system 10 system |
224 | 2024-09-11T21:16:03.774Z | gcc system 7 system |
225 | 2024-09-11T21:16:03.774Z | go system 1.20 system |
226 | 2024-09-11T21:16:03.774Z | go system 1.19 system |
227 | 2024-09-11T21:16:03.774Z | llvm system 15 system |
228 | 2024-09-11T21:16:03.774Z | llvm system 14 system |
229 | 2024-09-11T21:16:03.774Z | mariadb system 10.6 system |
230 | 2024-09-11T21:16:03.774Z | mta vendor vendor dma |
231 | 2024-09-11T21:16:03.774Z | openjdk system 17 system |
232 | 2024-09-11T21:16:03.774Z | openjdk system 11 system |
233 | 2024-09-11T21:16:03.774Z | openjdk system 1.8 system |
234 | 2024-09-11T21:16:03.774Z | openssl vendor 3 vendor |
235 | 2024-09-11T21:16:03.774Z | perl system 5.36 system |
236 | 2024-09-11T21:16:03.774Z | postgresql system 15 system |
237 | 2024-09-11T21:16:03.774Z | postgresql system 13 system |
238 | 2024-09-11T21:16:03.774Z | python vendor 3 vendor |
239 | 2024-09-11T21:16:03.774Z | python system 2 system |
240 | 2024-09-11T21:16:03.774Z | python3 system 3.11 system |
241 | 2024-09-11T21:16:03.774Z | ruby system 3.0 system |
242 | 2024-09-11T21:16:03.774Z | words vendor vendor american-english |
243 | 2024-09-11T21:16:03.774Z | words system system australian-english |
244 | 2024-09-11T21:16:03.774Z | words system system british-english |
245 | 2024-09-11T21:16:03.774Z | words system system canadian-english |
246 | 2024-09-11T21:16:03.774Z | words system system french |
247 | 2024-09-11T21:16:03.774Z | words system system italian |
248 | 2024-09-11T21:16:03.774Z | words system system ngerman |
249 | 2024-09-11T21:16:03.774Z | words system system ogerman |
250 | 2024-09-11T21:16:03.774Z | words system system spanish |
251 | 2024-09-11T21:16:04.100Z | PUBLISHER TYPE STATUS P LOCATION |
252 | 2024-09-11T21:16:04.100Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
253 | 2024-09-11T21:16:05.926Z | FMRI IFO |
254 | 2024-09-11T21:16:05.926Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
255 | 2024-09-11T21:16:05.926Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
256 | 2024-09-11T21:16:05.926Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
257 | 2024-09-11T21:16:05.926Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
258 | 2024-09-11T21:16:05.926Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
259 | 2024-09-11T21:16:05.926Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
260 | 2024-09-11T21:16:05.926Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
261 | 2024-09-11T21:16:05.926Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
262 | 2024-09-11T21:16:05.926Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
263 | 2024-09-11T21:16:05.926Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
264 | 2024-09-11T21:16:05.926Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
265 | 2024-09-11T21:16:05.926Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
266 | 2024-09-11T21:16:05.926Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
267 | 2024-09-11T21:16:06.548Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
268 | 2024-09-11T21:16:06.838Z | Updating crates.io index |
269 | 2024-09-11T21:16:06.840Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
270 | 2024-09-11T21:16:07.679Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
271 | 2024-09-11T21:16:08.412Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
272 | 2024-09-11T21:16:08.705Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
273 | 2024-09-11T21:16:10.243Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
274 | 2024-09-11T21:16:10.494Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
275 | 2024-09-11T21:16:10.744Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
276 | 2024-09-11T21:16:12.414Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
277 | 2024-09-11T21:16:14.441Z | Updating git repository `https://github.com/oxidecomputer/opte` |
278 | 2024-09-11T21:16:15.455Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
279 | 2024-09-11T21:16:16.263Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
280 | 2024-09-11T21:16:16.574Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
281 | 2024-09-11T21:16:17.066Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
282 | 2024-09-11T21:16:17.392Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
283 | 2024-09-11T21:16:17.782Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
284 | 2024-09-11T21:16:18.097Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
285 | 2024-09-11T21:16:18.644Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
286 | 2024-09-11T21:16:18.912Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
287 | 2024-09-11T21:16:19.150Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
288 | 2024-09-11T21:16:19.433Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
289 | 2024-09-11T21:16:19.749Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
290 | 2024-09-11T21:16:19.976Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
291 | 2024-09-11T21:16:20.249Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
292 | 2024-09-11T21:16:20.668Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
293 | 2024-09-11T21:16:20.915Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
294 | 2024-09-11T21:16:21.339Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
295 | 2024-09-11T21:16:21.739Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
296 | 2024-09-11T21:16:22.265Z | Updating git repository `https://github.com/oxidecomputer/typify` |
297 | 2024-09-11T21:16:24.465Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
298 | 2024-09-11T21:16:24.749Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
299 | 2024-09-11T21:16:25.048Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
300 | 2024-09-11T21:16:25.372Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
301 | 2024-09-11T21:16:26.647Z | Downloading crates ... |
302 | 2024-09-11T21:16:26.717Z | Downloaded anstream v0.6.14 |
303 | 2024-09-11T21:16:26.720Z | Downloaded is_terminal_polyfill v1.70.0 |
304 | 2024-09-11T21:16:26.723Z | Downloaded equivalent v1.0.1 |
305 | 2024-09-11T21:16:26.723Z | Downloaded plain v0.2.3 |
306 | 2024-09-11T21:16:26.725Z | Downloaded crypto-common v0.1.6 |
307 | 2024-09-11T21:16:26.725Z | Downloaded anyhow v1.0.86 |
308 | 2024-09-11T21:16:26.729Z | Downloaded block-buffer v0.10.4 |
309 | 2024-09-11T21:16:26.731Z | Downloaded usdt-macro v0.5.0 |
310 | 2024-09-11T21:16:26.737Z | Downloaded usdt-attr-macro v0.5.0 |
311 | 2024-09-11T21:16:26.740Z | Downloaded swrite v0.1.0 |
312 | 2024-09-11T21:16:26.742Z | Downloaded dof v0.3.0 |
313 | 2024-09-11T21:16:26.742Z | Downloaded autocfg v1.3.0 |
314 | 2024-09-11T21:16:26.744Z | Downloaded fastrand v2.1.0 |
315 | 2024-09-11T21:16:26.747Z | Downloaded macaddr v1.0.1 |
316 | 2024-09-11T21:16:26.747Z | Downloaded heck v0.5.0 |
317 | 2024-09-11T21:16:26.752Z | Downloaded cfg-if v1.0.0 |
318 | 2024-09-11T21:16:26.752Z | Downloaded memmap v0.7.0 |
319 | 2024-09-11T21:16:26.754Z | Downloaded anstyle-parse v0.2.4 |
320 | 2024-09-11T21:16:26.754Z | Downloaded fs-err v2.11.0 |
321 | 2024-09-11T21:16:26.754Z | Downloaded colorchoice v1.0.1 |
322 | 2024-09-11T21:16:26.757Z | Downloaded version_check v0.9.5 |
323 | 2024-09-11T21:16:26.757Z | Downloaded proc-macro-error-attr v1.0.4 |
324 | 2024-09-11T21:16:26.759Z | Downloaded thiserror-impl v1.0.63 |
325 | 2024-09-11T21:16:26.759Z | Downloaded bytecount v0.6.8 |
326 | 2024-09-11T21:16:26.762Z | Downloaded toml_datetime v0.6.8 |
327 | 2024-09-11T21:16:26.762Z | Downloaded smawk v0.3.2 |
328 | 2024-09-11T21:16:26.764Z | Downloaded clap_derive v4.5.13 |
329 | 2024-09-11T21:16:26.767Z | Downloaded pest_derive v2.7.10 |
330 | 2024-09-11T21:16:26.770Z | Downloaded camino v1.1.9 |
331 | 2024-09-11T21:16:26.772Z | Downloaded serde_spanned v0.6.7 |
332 | 2024-09-11T21:16:26.772Z | Downloaded cargo_metadata v0.18.1 |
333 | 2024-09-11T21:16:26.775Z | Downloaded sha2 v0.10.8 |
334 | 2024-09-11T21:16:26.778Z | Downloaded tempfile v3.10.1 |
335 | 2024-09-11T21:16:26.781Z | Downloaded scroll v0.12.0 |
336 | 2024-09-11T21:16:26.781Z | Downloaded semver v1.0.23 |
337 | 2024-09-11T21:16:26.783Z | Downloaded quote v1.0.36 |
338 | 2024-09-11T21:16:26.787Z | Downloaded pretty-hex v0.4.1 |
339 | 2024-09-11T21:16:26.791Z | Downloaded anstyle v1.0.8 |
340 | 2024-09-11T21:16:26.794Z | Downloaded dtrace-parser v0.2.0 |
341 | 2024-09-11T21:16:26.794Z | Downloaded byteorder v1.5.0 |
342 | 2024-09-11T21:16:26.798Z | Downloaded scroll_derive v0.12.0 |
343 | 2024-09-11T21:16:26.801Z | Downloaded typenum v1.17.0 |
344 | 2024-09-11T21:16:26.804Z | Downloaded serde_derive v1.0.208 |
345 | 2024-09-11T21:16:26.807Z | Downloaded ryu v1.0.18 |
346 | 2024-09-11T21:16:26.809Z | Downloaded textwrap v0.16.1 |
347 | 2024-09-11T21:16:26.811Z | Downloaded toml v0.8.19 |
348 | 2024-09-11T21:16:26.815Z | Downloaded digest v0.10.7 |
349 | 2024-09-11T21:16:26.817Z | Downloaded pest_generator v2.7.10 |
350 | 2024-09-11T21:16:26.820Z | Downloaded itoa v1.0.11 |
351 | 2024-09-11T21:16:26.820Z | Downloaded fnv v1.0.7 |
352 | 2024-09-11T21:16:26.820Z | Downloaded heck v0.4.1 |
353 | 2024-09-11T21:16:26.823Z | Downloaded generic-array v0.14.7 |
354 | 2024-09-11T21:16:26.825Z | Downloaded anstyle-query v1.0.3 |
355 | 2024-09-11T21:16:26.825Z | Downloaded utf8parse v0.2.1 |
356 | 2024-09-11T21:16:26.825Z | Downloaded tabled_derive v0.7.0 |
357 | 2024-09-11T21:16:26.827Z | Downloaded cargo-platform v0.1.8 |
358 | 2024-09-11T21:16:26.828Z | Downloaded cpufeatures v0.2.12 |
359 | 2024-09-11T21:16:26.830Z | Downloaded unicode-linebreak v0.1.5 |
360 | 2024-09-11T21:16:26.830Z | Downloaded terminal_size v0.3.0 |
361 | 2024-09-11T21:16:26.830Z | Downloaded papergrid v0.11.0 |
362 | 2024-09-11T21:16:26.835Z | Downloaded strsim v0.11.1 |
363 | 2024-09-11T21:16:26.837Z | Downloaded thiserror v1.0.63 |
364 | 2024-09-11T21:16:26.840Z | Downloaded serde_tokenstream v0.2.2 |
365 | 2024-09-11T21:16:26.843Z | Downloaded usdt v0.5.0 |
366 | 2024-09-11T21:16:26.843Z | Downloaded proc-macro-error v1.0.4 |
367 | 2024-09-11T21:16:26.847Z | Downloaded once_cell v1.19.0 |
368 | 2024-09-11T21:16:26.849Z | Downloaded clap_lex v0.7.0 |
369 | 2024-09-11T21:16:26.852Z | Downloaded camino-tempfile v1.1.1 |
370 | 2024-09-11T21:16:26.852Z | Downloaded thread-id v4.2.1 |
371 | 2024-09-11T21:16:26.854Z | Downloaded cargo_toml v0.20.4 |
372 | 2024-09-11T21:16:26.854Z | Downloaded errno v0.3.9 |
373 | 2024-09-11T21:16:26.857Z | Downloaded clap v4.5.16 |
374 | 2024-09-11T21:16:26.864Z | Downloaded pest_meta v2.7.10 |
375 | 2024-09-11T21:16:26.866Z | Downloaded zerocopy-derive v0.7.34 |
376 | 2024-09-11T21:16:26.871Z | Downloaded usdt-impl v0.5.0 |
377 | 2024-09-11T21:16:26.874Z | Downloaded proc-macro2 v1.0.86 |
378 | 2024-09-11T21:16:26.877Z | Downloaded log v0.4.21 |
379 | 2024-09-11T21:16:26.877Z | Downloaded unicode-ident v1.0.12 |
380 | 2024-09-11T21:16:26.879Z | Downloaded bitflags v2.6.0 |
381 | 2024-09-11T21:16:26.882Z | Downloaded ucd-trie v0.1.6 |
382 | 2024-09-11T21:16:26.894Z | Downloaded serde v1.0.208 |
383 | 2024-09-11T21:16:26.902Z | Downloaded memchr v2.7.2 |
384 | 2024-09-11T21:16:26.907Z | Downloaded indexmap v2.4.0 |
385 | 2024-09-11T21:16:26.915Z | Downloaded toml_edit v0.22.20 |
386 | 2024-09-11T21:16:26.937Z | Downloaded zerocopy v0.7.34 |
387 | 2024-09-11T21:16:26.953Z | Downloaded pest v2.7.10 |
388 | 2024-09-11T21:16:26.958Z | Downloaded hashbrown v0.14.5 |
389 | 2024-09-11T21:16:26.963Z | Downloaded goblin v0.8.2 |
390 | 2024-09-11T21:16:26.971Z | Downloaded serde_json v1.0.125 |
391 | 2024-09-11T21:16:26.977Z | Downloaded winnow v0.6.18 |
392 | 2024-09-11T21:16:26.985Z | Downloaded tabled v0.15.0 |
393 | 2024-09-11T21:16:27.001Z | Downloaded clap_builder v4.5.15 |
394 | 2024-09-11T21:16:27.007Z | Downloaded syn v2.0.74 |
395 | 2024-09-11T21:16:27.018Z | Downloaded syn v1.0.109 |
396 | 2024-09-11T21:16:27.028Z | Downloaded unicode-width v0.1.13 |
397 | 2024-09-11T21:16:27.035Z | Downloaded rustix v0.38.34 |
398 | 2024-09-11T21:16:27.058Z | Downloaded libc v0.2.158 |
399 | 2024-09-11T21:16:27.364Z | Compiling proc-macro2 v1.0.86 |
400 | 2024-09-11T21:16:27.367Z | Compiling unicode-ident v1.0.12 |
401 | 2024-09-11T21:16:27.367Z | Compiling version_check v0.9.5 |
402 | 2024-09-11T21:16:27.367Z | Compiling serde v1.0.208 |
403 | 2024-09-11T21:16:27.367Z | Compiling memchr v2.7.2 |
404 | 2024-09-11T21:16:27.367Z | Compiling thiserror v1.0.63 |
405 | 2024-09-11T21:16:27.367Z | Compiling libc v0.2.158 |
406 | 2024-09-11T21:16:27.399Z | Compiling ucd-trie v0.1.6 |
407 | 2024-09-11T21:16:27.631Z | Compiling ryu v1.0.18 |
408 | 2024-09-11T21:16:27.956Z | Compiling itoa v1.0.11 |
409 | 2024-09-11T21:16:28.030Z | Compiling once_cell v1.19.0 |
410 | 2024-09-11T21:16:28.179Z | Compiling byteorder v1.5.0 |
411 | 2024-09-11T21:16:28.378Z | Compiling rustix v0.38.34 |
412 | 2024-09-11T21:16:28.586Z | Compiling serde_json v1.0.125 |
413 | 2024-09-11T21:16:29.881Z | Compiling bitflags v2.6.0 |
414 | 2024-09-11T21:16:29.904Z | Compiling proc-macro-error-attr v1.0.4 |
415 | 2024-09-11T21:16:29.970Z | Compiling usdt-impl v0.5.0 |
416 | 2024-09-11T21:16:29.974Z | Compiling syn v1.0.109 |
417 | 2024-09-11T21:16:30.263Z | Compiling proc-macro-error v1.0.4 |
418 | 2024-09-11T21:16:30.312Z | Compiling hashbrown v0.14.5 |
419 | 2024-09-11T21:16:30.357Z | Compiling plain v0.2.3 |
420 | 2024-09-11T21:16:30.448Z | Compiling equivalent v1.0.1 |
421 | 2024-09-11T21:16:30.515Z | Compiling utf8parse v0.2.1 |
422 | 2024-09-11T21:16:30.550Z | Compiling log v0.4.21 |
423 | 2024-09-11T21:16:30.584Z | Compiling camino v1.1.9 |
424 | 2024-09-11T21:16:30.669Z | Compiling anstyle-parse v0.2.4 |
425 | 2024-09-11T21:16:30.840Z | Compiling quote v1.0.36 |
426 | 2024-09-11T21:16:30.996Z | Compiling colorchoice v1.0.1 |
427 | 2024-09-11T21:16:31.165Z | Compiling errno v0.3.9 |
428 | 2024-09-11T21:16:31.266Z | Compiling syn v2.0.74 |
429 | 2024-09-11T21:16:31.268Z | Compiling thread-id v4.2.1 |
430 | 2024-09-11T21:16:31.418Z | Compiling semver v1.0.23 |
431 | 2024-09-11T21:16:31.421Z | Compiling anstyle v1.0.8 |
432 | 2024-09-11T21:16:31.551Z | Compiling unicode-width v0.1.13 |
433 | 2024-09-11T21:16:31.720Z | Compiling indexmap v2.4.0 |
434 | 2024-09-11T21:16:31.775Z | Compiling autocfg v1.3.0 |
435 | 2024-09-11T21:16:31.889Z | Compiling winnow v0.6.18 |
436 | 2024-09-11T21:16:31.935Z | Compiling anstyle-query v1.0.3 |
437 | 2024-09-11T21:16:32.072Z | Compiling is_terminal_polyfill v1.70.0 |
438 | 2024-09-11T21:16:32.204Z | Compiling pretty-hex v0.4.1 |
439 | 2024-09-11T21:16:32.382Z | Compiling anstream v0.6.14 |
440 | 2024-09-11T21:16:32.700Z | Compiling fs-err v2.11.0 |
441 | 2024-09-11T21:16:33.109Z | Compiling fastrand v2.1.0 |
442 | 2024-09-11T21:16:33.155Z | Compiling bytecount v0.6.8 |
443 | 2024-09-11T21:16:33.213Z | Compiling strsim v0.11.1 |
444 | 2024-09-11T21:16:33.216Z | Compiling anyhow v1.0.86 |
445 | 2024-09-11T21:16:33.414Z | Compiling terminal_size v0.3.0 |
446 | 2024-09-11T21:16:33.619Z | Compiling heck v0.5.0 |
447 | 2024-09-11T21:16:33.678Z | Compiling heck v0.4.1 |
448 | 2024-09-11T21:16:33.905Z | Compiling clap_lex v0.7.0 |
449 | 2024-09-11T21:16:34.131Z | Compiling fnv v1.0.7 |
450 | 2024-09-11T21:16:34.160Z | Compiling cfg-if v1.0.0 |
451 | 2024-09-11T21:16:34.255Z | Compiling tempfile v3.10.1 |
452 | 2024-09-11T21:16:34.282Z | Compiling papergrid v0.11.0 |
453 | 2024-09-11T21:16:34.363Z | Compiling clap_builder v4.5.15 |
454 | 2024-09-11T21:16:34.580Z | Compiling memmap v0.7.0 |
455 | 2024-09-11T21:16:34.926Z | Compiling smawk v0.3.2 |
456 | 2024-09-11T21:16:34.952Z | Compiling unicode-linebreak v0.1.5 |
457 | 2024-09-11T21:16:35.424Z | Compiling textwrap v0.16.1 |
458 | 2024-09-11T21:16:35.637Z | Compiling swrite v0.1.0 |
459 | 2024-09-11T21:16:36.867Z | Compiling tabled_derive v0.7.0 |
460 | 2024-09-11T21:16:38.377Z | Compiling tabled v0.15.0 |
461 | 2024-09-11T21:16:40.017Z | Compiling serde_derive v1.0.208 |
462 | 2024-09-11T21:16:40.020Z | Compiling thiserror-impl v1.0.63 |
463 | 2024-09-11T21:16:40.020Z | Compiling zerocopy-derive v0.7.34 |
464 | 2024-09-11T21:16:40.020Z | Compiling scroll_derive v0.12.0 |
465 | 2024-09-11T21:16:40.020Z | Compiling clap_derive v4.5.13 |
466 | 2024-09-11T21:16:41.127Z | Compiling scroll v0.12.0 |
467 | 2024-09-11T21:16:41.647Z | Compiling goblin v0.8.2 |
468 | 2024-09-11T21:16:41.825Z | Compiling zerocopy v0.7.34 |
469 | 2024-09-11T21:16:42.549Z | Compiling pest v2.7.10 |
470 | 2024-09-11T21:16:43.756Z | Compiling clap v4.5.16 |
471 | 2024-09-11T21:16:44.786Z | Compiling pest_meta v2.7.10 |
472 | 2024-09-11T21:16:45.616Z | Compiling pest_generator v2.7.10 |
473 | 2024-09-11T21:16:47.412Z | Compiling pest_derive v2.7.10 |
474 | 2024-09-11T21:16:48.059Z | Compiling dtrace-parser v0.2.0 |
475 | 2024-09-11T21:16:49.963Z | Compiling serde_tokenstream v0.2.2 |
476 | 2024-09-11T21:16:50.033Z | Compiling serde_spanned v0.6.7 |
477 | 2024-09-11T21:16:50.033Z | Compiling toml_datetime v0.6.8 |
478 | 2024-09-11T21:16:50.279Z | Compiling cargo-platform v0.1.8 |
479 | 2024-09-11T21:16:50.437Z | Compiling toml_edit v0.22.20 |
480 | 2024-09-11T21:16:50.549Z | Compiling macaddr v1.0.1 |
481 | 2024-09-11T21:16:50.787Z | Compiling camino-tempfile v1.1.1 |
482 | 2024-09-11T21:16:51.427Z | Compiling dof v0.3.0 |
483 | 2024-09-11T21:16:51.427Z | Compiling cargo_metadata v0.18.1 |
484 | 2024-09-11T21:16:53.255Z | Compiling usdt-attr-macro v0.5.0 |
485 | 2024-09-11T21:16:53.257Z | Compiling usdt-macro v0.5.0 |
486 | 2024-09-11T21:16:53.299Z | Compiling toml v0.8.19 |
487 | 2024-09-11T21:16:54.138Z | Compiling cargo_toml v0.20.4 |
488 | 2024-09-11T21:16:54.591Z | Compiling usdt v0.5.0 |
489 | 2024-09-11T21:16:57.881Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
490 | 2024-09-11T21:17:02.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.78s |
491 | 2024-09-11T21:17:02.353Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
492 | 2024-09-11T21:17:02.935Z | Downloading crates ... |
493 | 2024-09-11T21:17:03.046Z | Downloaded atty v0.2.14 |
494 | 2024-09-11T21:17:03.051Z | Downloaded async-stream-impl v0.3.5 |
495 | 2024-09-11T21:17:03.054Z | Downloaded assert_matches v1.5.0 |
496 | 2024-09-11T21:17:03.056Z | Downloaded adler v1.0.2 |
497 | 2024-09-11T21:17:03.058Z | Downloaded ascii v1.1.0 |
498 | 2024-09-11T21:17:03.062Z | Downloaded bitstruct v0.1.1 |
499 | 2024-09-11T21:17:03.069Z | Downloaded ciborium-io v0.2.2 |
500 | 2024-09-11T21:17:03.072Z | Downloaded crucible-workspace-hack v0.1.0 |
501 | 2024-09-11T21:17:03.076Z | Downloaded convert_case v0.4.0 |
502 | 2024-09-11T21:17:03.079Z | Downloaded cfg_aliases v0.1.1 |
503 | 2024-09-11T21:17:03.081Z | Downloaded http-range v0.1.5 |
504 | 2024-09-11T21:17:03.081Z | Downloaded httpdate v1.0.3 |
505 | 2024-09-11T21:17:03.083Z | Downloaded hostname v0.4.0 |
506 | 2024-09-11T21:17:03.084Z | Downloaded home v0.5.9 |
507 | 2024-09-11T21:17:03.086Z | Downloaded bitfield-struct v0.6.1 |
508 | 2024-09-11T21:17:03.091Z | Downloaded hmac v0.12.1 |
509 | 2024-09-11T21:17:03.095Z | Downloaded md5 v0.7.0 |
510 | 2024-09-11T21:17:03.095Z | Downloaded crc v3.2.1 |
511 | 2024-09-11T21:17:03.095Z | Downloaded ciborium-ll v0.2.2 |
512 | 2024-09-11T21:17:03.097Z | Downloaded is-terminal v0.4.12 |
513 | 2024-09-11T21:17:03.098Z | Downloaded new_debug_unreachable v1.0.6 |
514 | 2024-09-11T21:17:03.098Z | Downloaded crc-catalog v2.4.0 |
515 | 2024-09-11T21:17:03.100Z | Downloaded cipher v0.4.4 |
516 | 2024-09-11T21:17:03.103Z | Downloaded castaway v0.2.3 |
517 | 2024-09-11T21:17:03.103Z | Downloaded match_cfg v0.1.0 |
518 | 2024-09-11T21:17:03.107Z | Downloaded cobs v0.2.3 |
519 | 2024-09-11T21:17:03.107Z | Downloaded num-conv v0.1.0 |
520 | 2024-09-11T21:17:03.109Z | Downloaded atomic-waker v1.1.2 |
521 | 2024-09-11T21:17:03.109Z | Downloaded lazycell v1.3.0 |
522 | 2024-09-11T21:17:03.109Z | Downloaded curve25519-dalek-derive v0.1.1 |
523 | 2024-09-11T21:17:03.112Z | Downloaded async-recursion v1.1.1 |
524 | 2024-09-11T21:17:03.114Z | Downloaded arrayref v0.3.7 |
525 | 2024-09-11T21:17:03.117Z | Downloaded memoffset v0.9.1 |
526 | 2024-09-11T21:17:03.117Z | Downloaded newtype-uuid v1.1.0 |
527 | 2024-09-11T21:17:03.120Z | Downloaded multimap v0.10.0 |
528 | 2024-09-11T21:17:03.120Z | Downloaded cancel-safe-futures v0.1.5 |
529 | 2024-09-11T21:17:03.123Z | Downloaded linear-map v1.2.0 |
530 | 2024-09-11T21:17:03.125Z | Downloaded hyper-tls v0.5.0 |
531 | 2024-09-11T21:17:03.128Z | Downloaded ipnetwork v0.20.0 |
532 | 2024-09-11T21:17:03.132Z | Downloaded num v0.4.3 |
533 | 2024-09-11T21:17:03.132Z | Downloaded maybe-uninit v2.0.0 |
534 | 2024-09-11T21:17:03.137Z | Downloaded managed v0.8.0 |
535 | 2024-09-11T21:17:03.137Z | Downloaded base64 v0.22.1 |
536 | 2024-09-11T21:17:03.140Z | Downloaded hubpack v0.1.2 |
537 | 2024-09-11T21:17:03.140Z | Downloaded http v1.1.0 |
538 | 2024-09-11T21:17:03.144Z | Downloaded ctr v0.9.2 |
539 | 2024-09-11T21:17:03.146Z | Downloaded scheduled-thread-pool v0.2.7 |
540 | 2024-09-11T21:17:03.150Z | Downloaded serde-big-array v0.5.1 |
541 | 2024-09-11T21:17:03.150Z | Downloaded time-core v0.1.2 |
542 | 2024-09-11T21:17:03.153Z | Downloaded shell-words v1.1.0 |
543 | 2024-09-11T21:17:03.153Z | Downloaded sha1 v0.10.6 |
544 | 2024-09-11T21:17:03.155Z | Downloaded hyper-staticfile v0.9.5 |
545 | 2024-09-11T21:17:03.158Z | Downloaded ipnet v2.9.0 |
546 | 2024-09-11T21:17:03.160Z | Downloaded crunchy v0.2.2 |
547 | 2024-09-11T21:17:03.160Z | Downloaded const-oid v0.9.6 |
548 | 2024-09-11T21:17:03.164Z | Downloaded ahash v0.8.11 |
549 | 2024-09-11T21:17:03.167Z | Downloaded cookie v0.18.1 |
550 | 2024-09-11T21:17:03.169Z | Downloaded crossbeam-epoch v0.9.18 |
551 | 2024-09-11T21:17:03.172Z | Downloaded ident_case v1.0.1 |
552 | 2024-09-11T21:17:03.175Z | Downloaded newtype_derive v0.1.6 |
553 | 2024-09-11T21:17:03.175Z | Downloaded is_ci v1.2.0 |
554 | 2024-09-11T21:17:03.178Z | Downloaded cstr-argument v0.1.2 |
555 | 2024-09-11T21:17:03.178Z | Downloaded normalize-line-endings v0.3.0 |
556 | 2024-09-11T21:17:03.178Z | Downloaded matches v0.1.10 |
557 | 2024-09-11T21:17:03.181Z | Downloaded nodrop v0.1.14 |
558 | 2024-09-11T21:17:03.181Z | Downloaded hubpack_derive v0.1.1 |
559 | 2024-09-11T21:17:03.181Z | Downloaded bitflags v1.3.2 |
560 | 2024-09-11T21:17:03.184Z | Downloaded bb8 v0.8.5 |
561 | 2024-09-11T21:17:03.186Z | Downloaded serde_plain v1.0.2 |
562 | 2024-09-11T21:17:03.189Z | Downloaded newline-converter v0.3.0 |
563 | 2024-09-11T21:17:03.189Z | Downloaded bitfield v0.14.0 |
564 | 2024-09-11T21:17:03.192Z | Downloaded http-body v0.4.6 |
565 | 2024-09-11T21:17:03.192Z | Downloaded miniz_oxide v0.7.2 |
566 | 2024-09-11T21:17:03.195Z | Downloaded indicatif v0.17.8 |
567 | 2024-09-11T21:17:03.199Z | Downloaded crossbeam-deque v0.8.5 |
568 | 2024-09-11T21:17:03.203Z | Downloaded mockall_derive v0.13.0 |
569 | 2024-09-11T21:17:03.206Z | Downloaded slog-envlogger v2.2.0 |
570 | 2024-09-11T21:17:03.206Z | Downloaded take_mut v0.2.2 |
571 | 2024-09-11T21:17:03.208Z | Downloaded arc-swap v1.7.1 |
572 | 2024-09-11T21:17:03.211Z | Downloaded keccak v0.1.5 |
573 | 2024-09-11T21:17:03.214Z | Downloaded tui-tree-widget v0.22.0 |
574 | 2024-09-11T21:17:03.214Z | Downloaded indoc v1.0.9 |
575 | 2024-09-11T21:17:03.218Z | Downloaded spki v0.7.3 |
576 | 2024-09-11T21:17:03.221Z | Downloaded mime v0.3.17 |
577 | 2024-09-11T21:17:03.221Z | Downloaded maplit v1.0.2 |
578 | 2024-09-11T21:17:03.224Z | Downloaded lru-cache v0.1.2 |
579 | 2024-09-11T21:17:03.224Z | Downloaded try-lock v0.2.5 |
580 | 2024-09-11T21:17:03.227Z | Downloaded base64 v0.13.1 |
581 | 2024-09-11T21:17:03.230Z | Downloaded diesel_table_macro_syntax v0.2.0 |
582 | 2024-09-11T21:17:03.230Z | Downloaded async-stream v0.3.5 |
583 | 2024-09-11T21:17:03.232Z | Downloaded async-bb8-diesel v0.2.1 |
584 | 2024-09-11T21:17:03.235Z | Downloaded nanorand v0.7.0 |
585 | 2024-09-11T21:17:03.237Z | Downloaded md-5 v0.10.6 |
586 | 2024-09-11T21:17:03.239Z | Downloaded hash32 v0.3.1 |
587 | 2024-09-11T21:17:03.242Z | Downloaded httparse v1.8.0 |
588 | 2024-09-11T21:17:03.245Z | Downloaded cookie v0.17.0 |
589 | 2024-09-11T21:17:03.249Z | Downloaded unicode-truncate v1.0.0 |
590 | 2024-09-11T21:17:03.250Z | Downloaded rustc_version v0.4.0 |
591 | 2024-09-11T21:17:03.253Z | Downloaded rfc6979 v0.4.0 |
592 | 2024-09-11T21:17:03.253Z | Downloaded cookie_store v0.20.0 |
593 | 2024-09-11T21:17:03.254Z | Downloaded rusty-fork v0.3.0 |
594 | 2024-09-11T21:17:03.257Z | Downloaded dsl_auto_type v0.1.2 |
595 | 2024-09-11T21:17:03.257Z | Downloaded tokio-native-tls v0.3.1 |
596 | 2024-09-11T21:17:03.262Z | Downloaded erased-serde v0.3.31 |
597 | 2024-09-11T21:17:03.264Z | Downloaded csv-core v0.1.11 |
598 | 2024-09-11T21:17:03.264Z | Downloaded jobserver v0.1.32 |
599 | 2024-09-11T21:17:03.267Z | Downloaded futures-task v0.3.30 |
600 | 2024-09-11T21:17:03.270Z | Downloaded buf-list v1.0.3 |
601 | 2024-09-11T21:17:03.273Z | Downloaded num-complex v0.4.6 |
602 | 2024-09-11T21:17:03.277Z | Downloaded deranged v0.3.11 |
603 | 2024-09-11T21:17:03.279Z | Downloaded futures-sink v0.3.30 |
604 | 2024-09-11T21:17:03.282Z | Downloaded signal-hook-tokio v0.3.1 |
605 | 2024-09-11T21:17:03.285Z | Downloaded num-iter v0.1.45 |
606 | 2024-09-11T21:17:03.285Z | Downloaded percent-encoding v2.3.1 |
607 | 2024-09-11T21:17:03.287Z | Downloaded toolchain_find v0.4.0 |
608 | 2024-09-11T21:17:03.291Z | Downloaded zone_cfg_derive v0.3.0 |
609 | 2024-09-11T21:17:03.291Z | Downloaded zone_cfg_derive v0.1.2 |
610 | 2024-09-11T21:17:03.294Z | Downloaded pbkdf2 v0.11.0 |
611 | 2024-09-11T21:17:03.296Z | Downloaded powerfmt v0.2.0 |
612 | 2024-09-11T21:17:03.296Z | Downloaded memmap2 v0.9.4 |
613 | 2024-09-11T21:17:03.299Z | Downloaded mio v1.0.2 |
614 | 2024-09-11T21:17:03.306Z | Downloaded der_derive v0.7.2 |
615 | 2024-09-11T21:17:03.309Z | Downloaded debug-ignore v1.0.5 |
616 | 2024-09-11T21:17:03.313Z | Downloaded radium v0.7.0 |
617 | 2024-09-11T21:17:03.316Z | Downloaded r2d2 v0.8.10 |
618 | 2024-09-11T21:17:03.316Z | Downloaded sec1 v0.7.3 |
619 | 2024-09-11T21:17:03.318Z | Downloaded whoami v1.5.1 |
620 | 2024-09-11T21:17:03.321Z | Downloaded signal-hook-registry v1.4.2 |
621 | 2024-09-11T21:17:03.323Z | Downloaded miniz_oxide v0.8.0 |
622 | 2024-09-11T21:17:03.326Z | Downloaded env_logger v0.10.2 |
623 | 2024-09-11T21:17:03.329Z | Downloaded foreign-types v0.5.0 |
624 | 2024-09-11T21:17:03.332Z | Downloaded topological-sort v0.2.2 |
625 | 2024-09-11T21:17:03.334Z | Downloaded postgres-types v0.2.7 |
626 | 2024-09-11T21:17:03.337Z | Downloaded slog-stdlog v4.1.1 |
627 | 2024-09-11T21:17:03.339Z | Downloaded signature v2.2.0 |
628 | 2024-09-11T21:17:03.341Z | Downloaded postgres-protocol v0.6.7 |
629 | 2024-09-11T21:17:03.344Z | Downloaded sqlformat v0.2.4 |
630 | 2024-09-11T21:17:03.347Z | Downloaded blake2 v0.10.6 |
631 | 2024-09-11T21:17:03.350Z | Downloaded strum v0.26.3 |
632 | 2024-09-11T21:17:03.350Z | Downloaded diff v0.1.13 |
633 | 2024-09-11T21:17:03.354Z | Downloaded futures-channel v0.3.30 |
634 | 2024-09-11T21:17:03.357Z | Downloaded funty v2.0.0 |
635 | 2024-09-11T21:17:03.357Z | Downloaded fragile v2.0.0 |
636 | 2024-09-11T21:17:03.359Z | Downloaded utf-8 v0.7.6 |
637 | 2024-09-11T21:17:03.362Z | Downloaded hex-literal v0.4.1 |
638 | 2024-09-11T21:17:03.362Z | Downloaded toml v0.7.8 |
639 | 2024-09-11T21:17:03.366Z | Downloaded embedded-io v0.4.0 |
640 | 2024-09-11T21:17:03.368Z | Downloaded hex v0.4.3 |
641 | 2024-09-11T21:17:03.371Z | Downloaded heck v0.3.3 |
642 | 2024-09-11T21:17:03.373Z | Downloaded want v0.3.1 |
643 | 2024-09-11T21:17:03.373Z | Downloaded headers-core v0.2.0 |
644 | 2024-09-11T21:17:03.376Z | Downloaded polyval v0.6.2 |
645 | 2024-09-11T21:17:03.379Z | Downloaded wait-timeout v0.2.0 |
646 | 2024-09-11T21:17:03.379Z | Downloaded structmeta v0.2.0 |
647 | 2024-09-11T21:17:03.381Z | Downloaded semver v0.1.20 |
648 | 2024-09-11T21:17:03.381Z | Downloaded slog-bunyan v2.5.0 |
649 | 2024-09-11T21:17:03.384Z | Downloaded serde_arrays v0.1.0 |
650 | 2024-09-11T21:17:03.384Z | Downloaded serde-hex v0.1.0 |
651 | 2024-09-11T21:17:03.386Z | Downloaded precomputed-hash v0.1.1 |
652 | 2024-09-11T21:17:03.389Z | Downloaded ecdsa v0.16.9 |
653 | 2024-09-11T21:17:03.391Z | Downloaded libm v0.2.8 |
654 | 2024-09-11T21:17:03.398Z | Downloaded num-bigint-dig v0.8.4 |
655 | 2024-09-11T21:17:03.404Z | Downloaded pretty-hex v0.2.1 |
656 | 2024-09-11T21:17:03.407Z | Downloaded crossterm v0.27.0 |
657 | 2024-09-11T21:17:03.423Z | Downloaded smallvec v0.6.14 |
658 | 2024-09-11T21:17:03.425Z | Downloaded termtree v0.4.1 |
659 | 2024-09-11T21:17:03.428Z | Downloaded float-cmp v0.9.0 |
660 | 2024-09-11T21:17:03.428Z | Downloaded fixedbitset v0.4.2 |
661 | 2024-09-11T21:17:03.430Z | Downloaded defmt-macros v0.3.9 |
662 | 2024-09-11T21:17:03.433Z | Downloaded zone v0.3.0 |
663 | 2024-09-11T21:17:03.436Z | Downloaded flagset v0.4.5 |
664 | 2024-09-11T21:17:03.436Z | Downloaded defmt-parser v0.3.4 |
665 | 2024-09-11T21:17:03.439Z | Downloaded zone v0.1.8 |
666 | 2024-09-11T21:17:03.439Z | Downloaded float-ord v0.3.2 |
667 | 2024-09-11T21:17:03.441Z | Downloaded rustc-demangle v0.1.24 |
668 | 2024-09-11T21:17:03.441Z | Downloaded glob v0.3.1 |
669 | 2024-09-11T21:17:03.444Z | Downloaded highway v1.2.0 |
670 | 2024-09-11T21:17:03.448Z | Downloaded peg-runtime v0.8.3 |
671 | 2024-09-11T21:17:03.451Z | Downloaded num-rational v0.4.2 |
672 | 2024-09-11T21:17:03.451Z | Downloaded http v0.2.12 |
673 | 2024-09-11T21:17:03.453Z | Downloaded pem v3.0.4 |
674 | 2024-09-11T21:17:03.457Z | Downloaded rustfmt-wrapper v0.2.1 |
675 | 2024-09-11T21:17:03.460Z | Downloaded itertools v0.10.5 |
676 | 2024-09-11T21:17:03.465Z | Downloaded quick-error v1.2.3 |
677 | 2024-09-11T21:17:03.468Z | Downloaded shlex v1.3.0 |
678 | 2024-09-11T21:17:03.470Z | Downloaded rustls-pemfile v1.0.4 |
679 | 2024-09-11T21:17:03.474Z | Downloaded predicates-tree v1.0.9 |
680 | 2024-09-11T21:17:03.474Z | Downloaded twox-hash v1.6.3 |
681 | 2024-09-11T21:17:03.477Z | Downloaded tokio-tungstenite v0.20.1 |
682 | 2024-09-11T21:17:03.480Z | Downloaded term v0.7.0 |
683 | 2024-09-11T21:17:03.482Z | Downloaded downcast v0.11.0 |
684 | 2024-09-11T21:17:03.485Z | Downloaded rayon-core v1.12.1 |
685 | 2024-09-11T21:17:03.488Z | Downloaded ena v0.14.3 |
686 | 2024-09-11T21:17:03.490Z | Downloaded foreign-types-shared v0.1.1 |
687 | 2024-09-11T21:17:03.493Z | Downloaded futures-core v0.3.30 |
688 | 2024-09-11T21:17:03.495Z | Downloaded form_urlencoded v1.2.1 |
689 | 2024-09-11T21:17:03.495Z | Downloaded unarray v0.1.4 |
690 | 2024-09-11T21:17:03.495Z | Downloaded parking_lot_core v0.8.6 |
691 | 2024-09-11T21:17:03.498Z | Downloaded tokio-tungstenite v0.23.1 |
692 | 2024-09-11T21:17:03.501Z | Downloaded num_threads v0.1.7 |
693 | 2024-09-11T21:17:03.504Z | Downloaded fxhash v0.2.1 |
694 | 2024-09-11T21:17:03.504Z | Downloaded russh-keys v0.45.0 |
695 | 2024-09-11T21:17:03.507Z | Downloaded darling_core v0.20.9 |
696 | 2024-09-11T21:17:03.511Z | Downloaded number_prefix v0.4.0 |
697 | 2024-09-11T21:17:03.514Z | Downloaded parse-display-derive v0.10.0 |
698 | 2024-09-11T21:17:03.516Z | Downloaded same-file v1.0.6 |
699 | 2024-09-11T21:17:03.516Z | Downloaded phf v0.11.2 |
700 | 2024-09-11T21:17:03.519Z | Downloaded packed_struct_codegen v0.10.1 |
701 | 2024-09-11T21:17:03.522Z | Downloaded password-hash v0.5.0 |
702 | 2024-09-11T21:17:03.522Z | Downloaded rustls-pki-types v1.7.0 |
703 | 2024-09-11T21:17:03.525Z | Downloaded futures v0.3.30 |
704 | 2024-09-11T21:17:03.530Z | Downloaded itertools v0.13.0 |
705 | 2024-09-11T21:17:03.540Z | Downloaded foreign-types-shared v0.3.1 |
706 | 2024-09-11T21:17:03.543Z | Downloaded rpassword v7.3.1 |
707 | 2024-09-11T21:17:03.543Z | Downloaded path-slash v0.1.5 |
708 | 2024-09-11T21:17:03.546Z | Downloaded foreign-types v0.3.2 |
709 | 2024-09-11T21:17:03.546Z | Downloaded untrusted v0.7.1 |
710 | 2024-09-11T21:17:03.549Z | Downloaded tls_codec v0.4.1 |
711 | 2024-09-11T21:17:03.551Z | Downloaded ed25519-dalek v2.1.1 |
712 | 2024-09-11T21:17:03.554Z | Downloaded snafu v0.8.2 |
713 | 2024-09-11T21:17:03.560Z | Downloaded tinyvec_macros v0.1.1 |
714 | 2024-09-11T21:17:03.564Z | Downloaded serde_path_to_error v0.1.16 |
715 | 2024-09-11T21:17:03.567Z | Downloaded scopeguard v1.2.0 |
716 | 2024-09-11T21:17:03.567Z | Downloaded rand_chacha v0.3.1 |
717 | 2024-09-11T21:17:03.567Z | Downloaded opaque-debug v0.3.1 |
718 | 2024-09-11T21:17:03.570Z | Downloaded num_enum_derive v0.5.11 |
719 | 2024-09-11T21:17:03.570Z | Downloaded signal-hook v0.3.17 |
720 | 2024-09-11T21:17:03.573Z | Downloaded serde_repr v0.1.19 |
721 | 2024-09-11T21:17:03.576Z | Downloaded parse-size v1.0.0 |
722 | 2024-09-11T21:17:03.578Z | Downloaded openssl-macros v0.1.1 |
723 | 2024-09-11T21:17:03.578Z | Downloaded derive_builder_macro v0.20.0 |
724 | 2024-09-11T21:17:03.578Z | Downloaded futures-executor v0.3.30 |
725 | 2024-09-11T21:17:03.581Z | Downloaded schemars_derive v0.8.21 |
726 | 2024-09-11T21:17:03.583Z | Downloaded ghash v0.5.1 |
727 | 2024-09-11T21:17:03.587Z | Downloaded paste v1.0.15 |
728 | 2024-09-11T21:17:03.590Z | Downloaded tracing-attributes v0.1.27 |
729 | 2024-09-11T21:17:03.592Z | Downloaded phf_shared v0.10.0 |
730 | 2024-09-11T21:17:03.592Z | Downloaded derive_builder_core v0.20.0 |
731 | 2024-09-11T21:17:03.595Z | Downloaded zeroize v1.7.0 |
732 | 2024-09-11T21:17:03.597Z | Downloaded foreign-types-macros v0.2.3 |
733 | 2024-09-11T21:17:03.597Z | Downloaded hashbrown v0.12.3 |
734 | 2024-09-11T21:17:03.601Z | Downloaded num-traits v0.2.19 |
735 | 2024-09-11T21:17:03.604Z | Downloaded untrusted v0.9.0 |
736 | 2024-09-11T21:17:03.610Z | Downloaded headers v0.3.9 |
737 | 2024-09-11T21:17:03.613Z | Downloaded toml_edit v0.19.15 |
738 | 2024-09-11T21:17:03.631Z | Downloaded difflib v0.4.0 |
739 | 2024-09-11T21:17:03.637Z | Downloaded russh-cryptovec v0.7.2 |
740 | 2024-09-11T21:17:03.637Z | Downloaded xattr v1.3.1 |
741 | 2024-09-11T21:17:03.650Z | Downloaded slab v0.4.9 |
742 | 2024-09-11T21:17:03.650Z | Downloaded thread_local v1.1.8 |
743 | 2024-09-11T21:17:03.650Z | Downloaded termios v0.3.3 |
744 | 2024-09-11T21:17:03.654Z | Downloaded parse-display v0.10.0 |
745 | 2024-09-11T21:17:03.654Z | Downloaded hickory-server v0.24.1 |
746 | 2024-09-11T21:17:03.654Z | Downloaded hickory-resolver v0.24.1 |
747 | 2024-09-11T21:17:03.654Z | Downloaded strum_macros v0.25.3 |
748 | 2024-09-11T21:17:03.657Z | Downloaded string_cache v0.8.7 |
749 | 2024-09-11T21:17:03.658Z | Downloaded yasna v0.5.2 |
750 | 2024-09-11T21:17:03.660Z | Downloaded socket2 v0.5.7 |
751 | 2024-09-11T21:17:03.663Z | Downloaded sigpipe v0.1.3 |
752 | 2024-09-11T21:17:03.663Z | Downloaded dhcproto-macros v0.1.0 |
753 | 2024-09-11T21:17:03.663Z | Downloaded sync_wrapper v0.1.2 |
754 | 2024-09-11T21:17:03.665Z | Downloaded sqlparser_derive v0.2.2 |
755 | 2024-09-11T21:17:03.665Z | Downloaded enum-as-inner v0.6.0 |
756 | 2024-09-11T21:17:03.674Z | Downloaded time-macros v0.2.18 |
757 | 2024-09-11T21:17:03.674Z | Downloaded password-hash v0.4.2 |
758 | 2024-09-11T21:17:03.674Z | Downloaded tungstenite v0.23.0 |
759 | 2024-09-11T21:17:03.676Z | Downloaded oso-derive v0.27.3 |
760 | 2024-09-11T21:17:03.680Z | Downloaded openssl-probe v0.1.5 |
761 | 2024-09-11T21:17:03.680Z | Downloaded serde_derive_internals v0.29.1 |
762 | 2024-09-11T21:17:03.680Z | Downloaded openssl-sys v0.9.103 |
763 | 2024-09-11T21:17:03.686Z | Downloaded des v0.8.1 |
764 | 2024-09-11T21:17:03.689Z | Downloaded smallvec v1.13.2 |
765 | 2024-09-11T21:17:03.692Z | Downloaded ref-cast v1.0.23 |
766 | 2024-09-11T21:17:03.695Z | Downloaded samael v0.0.15 |
767 | 2024-09-11T21:17:03.699Z | Downloaded rtoolbox v0.0.2 |
768 | 2024-09-11T21:17:03.702Z | Downloaded ref-cast-impl v1.0.23 |
769 | 2024-09-11T21:17:03.702Z | Downloaded ssh-encoding v0.2.0 |
770 | 2024-09-11T21:17:03.705Z | Downloaded winnow v0.5.40 |
771 | 2024-09-11T21:17:03.713Z | Downloaded pin-utils v0.1.0 |
772 | 2024-09-11T21:17:03.716Z | Downloaded ff v0.13.0 |
773 | 2024-09-11T21:17:03.716Z | Downloaded fd-lock v4.0.2 |
774 | 2024-09-11T21:17:03.718Z | Downloaded filetime v0.2.25 |
775 | 2024-09-11T21:17:03.721Z | Downloaded gethostname v0.5.0 |
776 | 2024-09-11T21:17:03.724Z | Downloaded getopts v0.2.21 |
777 | 2024-09-11T21:17:03.724Z | Downloaded primeorder v0.13.6 |
778 | 2024-09-11T21:17:03.727Z | Downloaded futures-macro v0.3.30 |
779 | 2024-09-11T21:17:03.727Z | Downloaded futures-io v0.3.30 |
780 | 2024-09-11T21:17:03.730Z | Downloaded half v2.4.1 |
781 | 2024-09-11T21:17:03.732Z | Downloaded vsss-rs v3.3.4 |
782 | 2024-09-11T21:17:03.734Z | Downloaded derive_more v0.99.18 |
783 | 2024-09-11T21:17:03.738Z | Downloaded pkcs5 v0.7.1 |
784 | 2024-09-11T21:17:03.743Z | Downloaded ssh-cipher v0.2.0 |
785 | 2024-09-11T21:17:03.745Z | Downloaded pin-project-lite v0.2.14 |
786 | 2024-09-11T21:17:03.749Z | Downloaded pin-project-internal v1.1.5 |
787 | 2024-09-11T21:17:03.753Z | Downloaded env_logger v0.9.3 |
788 | 2024-09-11T21:17:03.756Z | Downloaded parking_lot_core v0.9.10 |
789 | 2024-09-11T21:17:03.758Z | Downloaded parking_lot v0.12.2 |
790 | 2024-09-11T21:17:03.761Z | Downloaded tinyvec v1.6.0 |
791 | 2024-09-11T21:17:03.764Z | Downloaded rcgen v0.12.1 |
792 | 2024-09-11T21:17:03.766Z | Downloaded serde_urlencoded v0.7.1 |
793 | 2024-09-11T21:17:03.768Z | Downloaded owo-colors v4.0.0 |
794 | 2024-09-11T21:17:03.771Z | Downloaded test-strategy v0.3.1 |
795 | 2024-09-11T21:17:03.776Z | Downloaded chrono v0.4.38 |
796 | 2024-09-11T21:17:03.783Z | Downloaded dhcproto v0.12.0 |
797 | 2024-09-11T21:17:03.786Z | Downloaded fatfs v0.3.6 |
798 | 2024-09-11T21:17:03.790Z | Downloaded uuid v1.10.0 |
799 | 2024-09-11T21:17:03.793Z | Downloaded url v2.5.2 |
800 | 2024-09-11T21:17:03.796Z | Downloaded reedline v0.33.0 |
801 | 2024-09-11T21:17:03.805Z | Downloaded rustls-webpki v0.101.7 |
802 | 2024-09-11T21:17:03.821Z | Downloaded prettyplease v0.2.20 |
803 | 2024-09-11T21:17:03.825Z | Downloaded flume v0.11.0 |
804 | 2024-09-11T21:17:03.828Z | Downloaded subprocess v0.2.9 |
805 | 2024-09-11T21:17:03.831Z | Downloaded rand v0.8.5 |
806 | 2024-09-11T21:17:03.835Z | Downloaded bitvec v1.0.1 |
807 | 2024-09-11T21:17:03.852Z | Downloaded x509-cert v0.2.5 |
808 | 2024-09-11T21:17:03.858Z | Downloaded oso v0.27.3 |
809 | 2024-09-11T21:17:03.861Z | Downloaded ssh-key v0.6.6 |
810 | 2024-09-11T21:17:03.869Z | Downloaded unicode-normalization v0.1.23 |
811 | 2024-09-11T21:17:03.873Z | Downloaded lalrpop v0.19.12 |
812 | 2024-09-11T21:17:03.886Z | Downloaded hkdf v0.12.4 |
813 | 2024-09-11T21:17:03.889Z | Downloaded time v0.3.36 |
814 | 2024-09-11T21:17:03.897Z | Downloaded h2 v0.3.26 |
815 | 2024-09-11T21:17:03.904Z | Downloaded rustyline v14.0.0 |
816 | 2024-09-11T21:17:03.910Z | Downloaded rusqlite v0.31.0 |
817 | 2024-09-11T21:17:03.917Z | Downloaded rustls-webpki v0.102.4 |
818 | 2024-09-11T21:17:03.936Z | Downloaded quick-xml v0.31.0 |
819 | 2024-09-11T21:17:03.943Z | Downloaded russh v0.45.0 |
820 | 2024-09-11T21:17:03.948Z | Downloaded nix v0.29.0 |
821 | 2024-09-11T21:17:03.962Z | Downloaded idna v0.4.0 |
822 | 2024-09-11T21:17:03.969Z | Downloaded reqwest v0.11.27 |
823 | 2024-09-11T21:17:03.977Z | Downloaded regex v1.10.6 |
824 | 2024-09-11T21:17:03.991Z | Downloaded smoltcp v0.9.1 |
825 | 2024-09-11T21:17:04.003Z | Downloaded rayon v1.10.0 |
826 | 2024-09-11T21:17:04.014Z | Downloaded radix_trie v0.2.1 |
827 | 2024-09-11T21:17:04.020Z | Downloaded proptest v1.5.0 |
828 | 2024-09-11T21:17:04.030Z | Downloaded object v0.32.2 |
829 | 2024-09-11T21:17:04.042Z | Downloaded object v0.30.4 |
830 | 2024-09-11T21:17:04.053Z | Downloaded bstr v1.9.1 |
831 | 2024-09-11T21:17:04.066Z | Downloaded openssl v0.10.66 |
832 | 2024-09-11T21:17:04.076Z | Downloaded vcpkg v0.2.15 |
833 | 2024-09-11T21:17:04.116Z | Downloaded webpki-roots v0.25.4 |
834 | 2024-09-11T21:17:04.119Z | Downloaded trust-dns-proto v0.22.0 |
835 | 2024-09-11T21:17:04.133Z | Downloaded dropshot v0.10.1 |
836 | 2024-09-11T21:17:04.145Z | Downloaded diesel v2.2.3 |
837 | 2024-09-11T21:17:04.164Z | Downloaded regress v0.9.1 |
838 | 2024-09-11T21:17:04.174Z | Downloaded openapiv3 v2.0.0 |
839 | 2024-09-11T21:17:04.188Z | Downloaded rustls v0.22.4 |
840 | 2024-09-11T21:17:04.201Z | Downloaded rustls v0.21.12 |
841 | 2024-09-11T21:17:04.214Z | Downloaded regex-syntax v0.8.4 |
842 | 2024-09-11T21:17:04.223Z | Downloaded regex-automata v0.4.6 |
843 | 2024-09-11T21:17:04.243Z | Downloaded gimli v0.28.1 |
844 | 2024-09-11T21:17:04.252Z | Downloaded polar-core v0.27.3 |
845 | 2024-09-11T21:17:04.261Z | Downloaded tokio v1.39.3 |
846 | 2024-09-11T21:17:04.301Z | Downloaded sled v0.34.7 |
847 | 2024-09-11T21:17:04.311Z | Downloaded ratatui v0.28.0 |
848 | 2024-09-11T21:17:04.331Z | Downloaded sha3 v0.10.8 |
849 | 2024-09-11T21:17:04.336Z | Downloaded zerocopy-derive v0.6.6 |
850 | 2024-09-11T21:17:04.347Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
851 | 2024-09-11T21:17:04.361Z | Downloaded finl_unicode v1.2.0 |
852 | 2024-09-11T21:17:04.373Z | Downloaded petgraph v0.6.5 |
853 | 2024-09-11T21:17:04.391Z | Downloaded csv v1.3.0 |
854 | 2024-09-11T21:17:04.412Z | Downloaded smoltcp v0.11.0 |
855 | 2024-09-11T21:17:04.425Z | Downloaded hickory-proto v0.24.1 |
856 | 2024-09-11T21:17:04.441Z | Downloaded regex-syntax v0.6.29 |
857 | 2024-09-11T21:17:04.450Z | Downloaded git2 v0.19.0 |
858 | 2024-09-11T21:17:04.459Z | Downloaded nix v0.28.0 |
859 | 2024-09-11T21:17:04.472Z | Downloaded curve25519-dalek v4.1.3 |
860 | 2024-09-11T21:17:04.480Z | Downloaded p384 v0.13.0 |
861 | 2024-09-11T21:17:04.488Z | Downloaded nix v0.27.1 |
862 | 2024-09-11T21:17:04.499Z | Downloaded idna v0.3.0 |
863 | 2024-09-11T21:17:04.506Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
864 | 2024-09-11T21:17:04.565Z | Downloaded encoding_rs v0.8.34 |
865 | 2024-09-11T21:17:04.588Z | Downloaded idna v0.5.0 |
866 | 2024-09-11T21:17:04.595Z | Downloaded idna v0.2.3 |
867 | 2024-09-11T21:17:04.602Z | Downloaded tokio-util v0.7.11 |
868 | 2024-09-11T21:17:04.610Z | Downloaded unicode-segmentation v1.11.0 |
869 | 2024-09-11T21:17:04.613Z | Downloaded portable-atomic v1.6.0 |
870 | 2024-09-11T21:17:04.619Z | Downloaded p256 v0.13.2 |
871 | 2024-09-11T21:17:04.623Z | Downloaded futures-util v0.3.30 |
872 | 2024-09-11T21:17:04.636Z | Downloaded hyper v0.14.30 |
873 | 2024-09-11T21:17:04.644Z | Downloaded vergen v8.3.2 |
874 | 2024-09-11T21:17:04.647Z | Downloaded schemars v0.8.21 |
875 | 2024-09-11T21:17:04.660Z | Downloaded serde_with v3.9.0 |
876 | 2024-09-11T21:17:04.669Z | Downloaded bindgen v0.69.4 |
877 | 2024-09-11T21:17:04.677Z | Downloaded publicsuffix v2.2.3 |
878 | 2024-09-11T21:17:04.682Z | Downloaded typed-path v0.7.1 |
879 | 2024-09-11T21:17:04.685Z | Downloaded zerocopy v0.6.6 |
880 | 2024-09-11T21:17:04.688Z | Downloaded tough v0.17.1 |
881 | 2024-09-11T21:17:04.699Z | Downloaded similar v2.6.0 |
882 | 2024-09-11T21:17:04.704Z | Downloaded ron v0.8.1 |
883 | 2024-09-11T21:17:04.712Z | Downloaded diesel_derives v2.2.2 |
884 | 2024-09-11T21:17:04.717Z | Downloaded sqlparser v0.45.0 |
885 | 2024-09-11T21:17:04.723Z | Downloaded snafu-derive v0.8.2 |
886 | 2024-09-11T21:17:04.725Z | Downloaded p521 v0.13.3 |
887 | 2024-09-11T21:17:04.729Z | Downloaded phf_shared v0.11.2 |
888 | 2024-09-11T21:17:04.731Z | Downloaded uzers v0.11.3 |
889 | 2024-09-11T21:17:04.734Z | Downloaded rand_xorshift v0.3.0 |
890 | 2024-09-11T21:17:04.734Z | Downloaded tungstenite v0.20.1 |
891 | 2024-09-11T21:17:04.739Z | Downloaded proc-macro-crate v1.3.1 |
892 | 2024-09-11T21:17:04.741Z | Downloaded stringprep v0.1.4 |
893 | 2024-09-11T21:17:04.743Z | Downloaded getrandom v0.2.14 |
894 | 2024-09-11T21:17:04.747Z | Downloaded slog-async v2.8.0 |
895 | 2024-09-11T21:17:04.749Z | Downloaded flate2 v1.0.33 |
896 | 2024-09-11T21:17:04.752Z | Downloaded parking_lot v0.11.2 |
897 | 2024-09-11T21:17:04.755Z | Downloaded steno v0.4.1 |
898 | 2024-09-11T21:17:04.759Z | Downloaded blake3 v1.5.1 |
899 | 2024-09-11T21:17:04.768Z | Downloaded rsa v0.9.6 |
900 | 2024-09-11T21:17:04.773Z | Downloaded heapless v0.7.17 |
901 | 2024-09-11T21:17:04.778Z | Downloaded aes-gcm v0.10.3 |
902 | 2024-09-11T21:17:04.782Z | Downloaded enum-as-inner v0.5.1 |
903 | 2024-09-11T21:17:04.784Z | Downloaded display-error-chain v0.2.1 |
904 | 2024-09-11T21:17:04.786Z | Downloaded dirs-sys-next v0.1.2 |
905 | 2024-09-11T21:17:04.787Z | Downloaded dirs-next v2.0.0 |
906 | 2024-09-11T21:17:04.789Z | Downloaded unicode-bidi v0.3.15 |
907 | 2024-09-11T21:17:04.791Z | Downloaded tungstenite v0.21.0 |
908 | 2024-09-11T21:17:04.794Z | Downloaded slog v2.7.0 |
909 | 2024-09-11T21:17:04.797Z | Downloaded tracing-core v0.1.32 |
910 | 2024-09-11T21:17:04.800Z | Downloaded libz-sys v1.1.16 |
911 | 2024-09-11T21:17:04.869Z | Downloaded structmeta v0.3.0 |
912 | 2024-09-11T21:17:04.871Z | Downloaded heapless v0.8.0 |
913 | 2024-09-11T21:17:04.874Z | Downloaded itertools v0.12.1 |
914 | 2024-09-11T21:17:04.881Z | Downloaded smf v0.2.3 |
915 | 2024-09-11T21:17:04.883Z | Downloaded hashlink v0.9.1 |
916 | 2024-09-11T21:17:04.886Z | Downloaded crossterm v0.28.1 |
917 | 2024-09-11T21:17:04.892Z | Downloaded num-bigint v0.4.5 |
918 | 2024-09-11T21:17:04.897Z | Downloaded salsa20 v0.10.2 |
919 | 2024-09-11T21:17:04.899Z | Downloaded rustversion v1.0.17 |
920 | 2024-09-11T21:17:04.902Z | Downloaded socket2 v0.4.10 |
921 | 2024-09-11T21:17:04.904Z | Downloaded zip v0.6.6 |
922 | 2024-09-11T21:17:04.907Z | Downloaded tracing v0.1.40 |
923 | 2024-09-11T21:17:04.911Z | Downloaded secrecy v0.8.0 |
924 | 2024-09-11T21:17:04.914Z | Downloaded ring v0.17.8 |
925 | 2024-09-11T21:17:04.982Z | Downloaded libsqlite3-sys v0.28.0 |
926 | 2024-09-11T21:17:05.059Z | Downloaded tokio-postgres v0.7.11 |
927 | 2024-09-11T21:17:05.064Z | Downloaded rand_core v0.6.4 |
928 | 2024-09-11T21:17:05.066Z | Downloaded psl-types v2.0.11 |
929 | 2024-09-11T21:17:05.066Z | Downloaded num_enum v0.5.11 |
930 | 2024-09-11T21:17:05.071Z | Downloaded postcard v1.0.8 |
931 | 2024-09-11T21:17:05.074Z | Downloaded ron v0.7.1 |
932 | 2024-09-11T21:17:05.079Z | Downloaded aho-corasick v1.1.3 |
933 | 2024-09-11T21:17:05.085Z | Downloaded peg-macros v0.8.4 |
934 | 2024-09-11T21:17:05.088Z | Downloaded ring v0.16.20 |
935 | 2024-09-11T21:17:05.167Z | Downloaded hashbrown v0.13.2 |
936 | 2024-09-11T21:17:05.171Z | Downloaded strum_macros v0.24.3 |
937 | 2024-09-11T21:17:05.173Z | Downloaded structmeta-derive v0.3.0 |
938 | 2024-09-11T21:17:05.176Z | Downloaded structmeta-derive v0.2.0 |
939 | 2024-09-11T21:17:05.176Z | Downloaded signal-hook-mio v0.2.4 |
940 | 2024-09-11T21:17:05.176Z | Downloaded derive_builder v0.20.0 |
941 | 2024-09-11T21:17:05.180Z | Downloaded derive-where v1.2.7 |
942 | 2024-09-11T21:17:05.183Z | Downloaded tar v0.4.41 |
943 | 2024-09-11T21:17:05.186Z | Downloaded expectorate v1.1.0 |
944 | 2024-09-11T21:17:05.189Z | Downloaded tiny-keccak v2.0.2 |
945 | 2024-09-11T21:17:05.192Z | Downloaded serde_with_macros v3.9.0 |
946 | 2024-09-11T21:17:05.192Z | Downloaded tokio-tungstenite v0.21.0 |
947 | 2024-09-11T21:17:05.195Z | Downloaded tls_codec_derive v0.4.1 |
948 | 2024-09-11T21:17:05.195Z | Downloaded endian-type v0.1.2 |
949 | 2024-09-11T21:17:05.198Z | Downloaded group v0.13.0 |
950 | 2024-09-11T21:17:05.198Z | Downloaded dropshot_endpoint v0.10.1 |
951 | 2024-09-11T21:17:05.200Z | Downloaded unicase v2.7.0 |
952 | 2024-09-11T21:17:05.200Z | Downloaded elliptic-curve v0.13.8 |
953 | 2024-09-11T21:17:05.203Z | Downloaded dyn-clone v1.0.17 |
954 | 2024-09-11T21:17:05.205Z | Downloaded minimal-lexical v0.2.1 |
955 | 2024-09-11T21:17:05.208Z | Downloaded pkcs8 v0.10.2 |
956 | 2024-09-11T21:17:05.212Z | Downloaded unicode_categories v0.1.1 |
957 | 2024-09-11T21:17:05.215Z | Downloaded slog-term v2.9.1 |
958 | 2024-09-11T21:17:05.215Z | Downloaded pin-project v1.1.5 |
959 | 2024-09-11T21:17:05.225Z | Downloaded predicates-core v1.0.6 |
960 | 2024-09-11T21:17:05.228Z | Downloaded predicates v3.1.2 |
961 | 2024-09-11T21:17:05.230Z | Downloaded walkdir v2.5.0 |
962 | 2024-09-11T21:17:05.230Z | Downloaded tokio-stream v0.1.15 |
963 | 2024-09-11T21:17:05.236Z | Downloaded tokio-rustls v0.25.0 |
964 | 2024-09-11T21:17:05.239Z | Downloaded tokio-rustls v0.24.1 |
965 | 2024-09-11T21:17:05.239Z | Downloaded static_assertions v1.1.0 |
966 | 2024-09-11T21:17:05.242Z | Downloaded der v0.7.9 |
967 | 2024-09-11T21:17:05.245Z | Downloaded vte v0.11.1 |
968 | 2024-09-11T21:17:05.247Z | Downloaded zeroize_derive v1.4.2 |
969 | 2024-09-11T21:17:05.247Z | Downloaded rand_seeder v0.3.0 |
970 | 2024-09-11T21:17:05.262Z | Downloaded termcolor v1.4.1 |
971 | 2024-09-11T21:17:05.262Z | Downloaded hickory-client v0.24.1 |
972 | 2024-09-11T21:17:05.262Z | Downloaded globset v0.4.14 |
973 | 2024-09-11T21:17:05.262Z | Downloaded defmt v0.3.8 |
974 | 2024-09-11T21:17:05.268Z | Downloaded unsafe-libyaml v0.2.11 |
975 | 2024-09-11T21:17:05.268Z | Downloaded slog-scope v4.4.0 |
976 | 2024-09-11T21:17:05.269Z | Downloaded siphasher v0.3.11 |
977 | 2024-09-11T21:17:05.269Z | Downloaded rustc-hash v1.1.0 |
978 | 2024-09-11T21:17:05.269Z | Downloaded portpicker v0.1.1 |
979 | 2024-09-11T21:17:05.269Z | Downloaded slog-dtrace v0.3.0 |
980 | 2024-09-11T21:17:05.269Z | Downloaded ed25519 v2.2.3 |
981 | 2024-09-11T21:17:05.269Z | Downloaded nom v7.1.3 |
982 | 2024-09-11T21:17:05.273Z | Downloaded libxml v0.3.3 |
983 | 2024-09-11T21:17:05.276Z | Downloaded base64 v0.21.7 |
984 | 2024-09-11T21:17:05.280Z | Downloaded serde_yaml v0.9.34+deprecated |
985 | 2024-09-11T21:17:05.283Z | Downloaded mio v0.8.11 |
986 | 2024-09-11T21:17:05.288Z | Downloaded resolv-conf v0.7.0 |
987 | 2024-09-11T21:17:05.291Z | Downloaded pbkdf2 v0.12.2 |
988 | 2024-09-11T21:17:05.293Z | Downloaded omicron-zone-package v0.11.0 |
989 | 2024-09-11T21:17:05.296Z | Downloaded pkg-config v0.3.30 |
990 | 2024-09-11T21:17:05.296Z | Downloaded peg v0.8.4 |
991 | 2024-09-11T21:17:05.299Z | Downloaded poly1305 v0.8.0 |
992 | 2024-09-11T21:17:05.301Z | Downloaded pkcs1 v0.7.5 |
993 | 2024-09-11T21:17:05.304Z | Downloaded pem-rfc7468 v0.7.0 |
994 | 2024-09-11T21:17:05.306Z | Downloaded thiserror-no-std v2.0.2 |
995 | 2024-09-11T21:17:05.309Z | Downloaded thiserror-impl-no-std v2.0.2 |
996 | 2024-09-11T21:17:05.311Z | Downloaded supports-color v3.0.0 |
997 | 2024-09-11T21:17:05.311Z | Downloaded subtle v2.5.0 |
998 | 2024-09-11T21:17:05.314Z | Downloaded strip-ansi-escapes v0.2.0 |
999 | 2024-09-11T21:17:05.314Z | Downloaded stable_deref_trait v1.2.0 |
1000 | 2024-09-11T21:17:05.314Z | Downloaded fallible-iterator v0.3.0 |
1001 | 2024-09-11T21:17:05.316Z | Downloaded chacha20poly1305 v0.10.1 |
1002 | 2024-09-11T21:17:05.316Z | Downloaded num-integer v0.1.46 |
1003 | 2024-09-11T21:17:05.319Z | Downloaded indexmap v1.9.3 |
1004 | 2024-09-11T21:17:05.321Z | Downloaded scrypt v0.11.0 |
1005 | 2024-09-11T21:17:05.324Z | Downloaded rustc_version v0.1.7 |
1006 | 2024-09-11T21:17:05.324Z | Downloaded ppv-lite86 v0.2.17 |
1007 | 2024-09-11T21:17:05.324Z | Downloaded libloading v0.8.3 |
1008 | 2024-09-11T21:17:05.326Z | Downloaded crypto-bigint v0.5.5 |
1009 | 2024-09-11T21:17:05.332Z | Downloaded darling_macro v0.20.9 |
1010 | 2024-09-11T21:17:05.334Z | Downloaded waitgroup v0.1.2 |
1011 | 2024-09-11T21:17:05.334Z | Downloaded vte_generate_state_changes v0.1.1 |
1012 | 2024-09-11T21:17:05.334Z | Downloaded fallible-iterator v0.2.0 |
1013 | 2024-09-11T21:17:05.337Z | Downloaded crossbeam-channel v0.5.12 |
1014 | 2024-09-11T21:17:05.339Z | Downloaded allocator-api2 v0.2.18 |
1015 | 2024-09-11T21:17:05.341Z | Downloaded spin v0.9.8 |
1016 | 2024-09-11T21:17:05.344Z | Downloaded backtrace v0.3.71 |
1017 | 2024-09-11T21:17:05.349Z | Downloaded packed_struct v0.10.1 |
1018 | 2024-09-11T21:17:05.351Z | Downloaded olpc-cjson v0.1.3 |
1019 | 2024-09-11T21:17:05.351Z | Downloaded rustls-pemfile v2.1.3 |
1020 | 2024-09-11T21:17:05.353Z | Downloaded crossbeam-utils v0.8.19 |
1021 | 2024-09-11T21:17:05.356Z | Downloaded hash32 v0.2.1 |
1022 | 2024-09-11T21:17:05.358Z | Downloaded sct v0.7.1 |
1023 | 2024-09-11T21:17:05.360Z | Downloaded multer v3.1.0 |
1024 | 2024-09-11T21:17:05.362Z | Downloaded crc32fast v1.4.0 |
1025 | 2024-09-11T21:17:05.365Z | Downloaded crc-any v2.5.0 |
1026 | 2024-09-11T21:17:05.367Z | Downloaded clang-sys v1.7.0 |
1027 | 2024-09-11T21:17:05.367Z | Downloaded fallible-streaming-iterator v0.1.9 |
1028 | 2024-09-11T21:17:05.370Z | Downloaded which v4.4.2 |
1029 | 2024-09-11T21:17:05.370Z | Downloaded universal-hash v0.5.1 |
1030 | 2024-09-11T21:17:05.372Z | Downloaded unicode-xid v0.2.4 |
1031 | 2024-09-11T21:17:05.372Z | Downloaded native-tls v0.2.11 |
1032 | 2024-09-11T21:17:05.375Z | Downloaded const_format v0.2.32 |
1033 | 2024-09-11T21:17:05.377Z | Downloaded compact_str v0.8.0 |
1034 | 2024-09-11T21:17:05.381Z | Downloaded impl-trait-for-tuples v0.2.2 |
1035 | 2024-09-11T21:17:05.384Z | Downloaded hyper-rustls v0.24.2 |
1036 | 2024-09-11T21:17:05.387Z | Downloaded wyz v0.5.1 |
1037 | 2024-09-11T21:17:05.387Z | Downloaded tabwriter v1.4.0 |
1038 | 2024-09-11T21:17:05.389Z | Downloaded iana-time-zone v0.1.60 |
1039 | 2024-09-11T21:17:05.392Z | Downloaded cc v1.0.97 |
1040 | 2024-09-11T21:17:05.395Z | Downloaded console v0.15.8 |
1041 | 2024-09-11T21:17:05.397Z | Downloaded bzip2 v0.4.4 |
1042 | 2024-09-11T21:17:05.397Z | Downloaded either v1.13.0 |
1043 | 2024-09-11T21:17:05.400Z | Downloaded data-encoding v2.6.0 |
1044 | 2024-09-11T21:17:05.400Z | Downloaded spin v0.5.2 |
1045 | 2024-09-11T21:17:05.402Z | Downloaded tap v1.0.1 |
1046 | 2024-09-11T21:17:05.402Z | Downloaded cassowary v0.3.0 |
1047 | 2024-09-11T21:17:05.402Z | Downloaded darling v0.20.9 |
1048 | 2024-09-11T21:17:05.406Z | Downloaded tokio-macros v2.4.0 |
1049 | 2024-09-11T21:17:05.409Z | Downloaded strum_macros v0.26.4 |
1050 | 2024-09-11T21:17:05.411Z | Downloaded num-derive v0.4.2 |
1051 | 2024-09-11T21:17:05.411Z | Downloaded nibble_vec v0.1.0 |
1052 | 2024-09-11T21:17:05.414Z | Downloaded mockall v0.13.0 |
1053 | 2024-09-11T21:17:05.414Z | Downloaded internet-checksum v0.2.1 |
1054 | 2024-09-11T21:17:05.414Z | Downloaded ciborium v0.2.2 |
1055 | 2024-09-11T21:17:05.416Z | Downloaded aes v0.8.4 |
1056 | 2024-09-11T21:17:05.419Z | Downloaded argon2 v0.5.3 |
1057 | 2024-09-11T21:17:05.421Z | Downloaded tower-service v0.3.2 |
1058 | 2024-09-11T21:17:05.421Z | Downloaded libefi-sys v0.1.0 |
1059 | 2024-09-11T21:17:05.424Z | Downloaded bcs v0.1.6 |
1060 | 2024-09-11T21:17:05.424Z | Downloaded linked-hash-map v0.5.6 |
1061 | 2024-09-11T21:17:05.426Z | Downloaded backoff v0.4.0 |
1062 | 2024-09-11T21:17:05.429Z | Downloaded async-trait v0.1.82 |
1063 | 2024-09-11T21:17:05.431Z | Downloaded arrayvec v0.7.4 |
1064 | 2024-09-11T21:17:05.433Z | Downloaded lazy_static v1.5.0 |
1065 | 2024-09-11T21:17:05.433Z | Downloaded indent_write v2.2.0 |
1066 | 2024-09-11T21:17:05.436Z | Downloaded bytes v1.7.1 |
1067 | 2024-09-11T21:17:05.438Z | Downloaded slog-json v2.6.1 |
1068 | 2024-09-11T21:17:05.441Z | Downloaded block-padding v0.3.3 |
1069 | 2024-09-11T21:17:05.441Z | Downloaded addr2line v0.21.0 |
1070 | 2024-09-11T21:17:05.443Z | Downloaded instability v0.3.2 |
1071 | 2024-09-11T21:17:05.443Z | Downloaded cbc v0.1.2 |
1072 | 2024-09-11T21:17:05.446Z | Downloaded colored v2.1.0 |
1073 | 2024-09-11T21:17:05.448Z | Downloaded constant_time_eq v0.3.0 |
1074 | 2024-09-11T21:17:05.448Z | Downloaded hostname v0.3.1 |
1075 | 2024-09-11T21:17:05.451Z | Downloaded cexpr v0.6.0 |
1076 | 2024-09-11T21:17:05.451Z | Downloaded bit-set v0.5.3 |
1077 | 2024-09-11T21:17:05.453Z | Downloaded base16ct v0.2.0 |
1078 | 2024-09-11T21:17:05.453Z | Downloaded atomicwrites v0.4.3 |
1079 | 2024-09-11T21:17:05.453Z | Downloaded ascii-canvas v3.0.0 |
1080 | 2024-09-11T21:17:05.456Z | Downloaded bitstruct_derive v0.1.0 |
1081 | 2024-09-11T21:17:05.456Z | Downloaded cfg_aliases v0.2.1 |
1082 | 2024-09-11T21:17:05.456Z | Downloaded mime_guess v2.0.4 |
1083 | 2024-09-11T21:17:05.459Z | Downloaded lock_api v0.4.12 |
1084 | 2024-09-11T21:17:05.459Z | Downloaded const_format_proc_macros v0.2.32 |
1085 | 2024-09-11T21:17:05.461Z | Downloaded lru v0.12.3 |
1086 | 2024-09-11T21:17:05.461Z | Downloaded lalrpop-util v0.19.12 |
1087 | 2024-09-11T21:17:05.470Z | Downloaded kstat-rs v0.2.4 |
1088 | 2024-09-11T21:17:05.470Z | Downloaded inout v0.1.3 |
1089 | 2024-09-11T21:17:05.470Z | Downloaded nu-ansi-term v0.50.0 |
1090 | 2024-09-11T21:17:05.470Z | Downloaded humantime v2.1.0 |
1091 | 2024-09-11T21:17:05.470Z | Downloaded chacha20 v0.9.1 |
1092 | 2024-09-11T21:17:05.470Z | Downloaded blowfish v0.9.1 |
1093 | 2024-09-11T21:17:05.472Z | Downloaded libsw v3.3.1 |
1094 | 2024-09-11T21:17:05.472Z | Downloaded instant v0.1.12 |
1095 | 2024-09-11T21:17:05.474Z | Downloaded bit-vec v0.6.3 |
1096 | 2024-09-11T21:17:05.474Z | Downloaded base64ct v1.6.0 |
1097 | 2024-09-11T21:17:05.476Z | Downloaded array-init v0.0.4 |
1098 | 2024-09-11T21:17:05.479Z | Downloaded aead v0.5.2 |
1099 | 2024-09-11T21:17:05.479Z | Downloaded bcrypt-pbkdf v0.10.0 |
1100 | 2024-09-11T21:17:05.479Z | Downloaded adler2 v2.0.0 |
1101 | 2024-09-11T21:17:05.569Z | Compiling serde v1.0.208 |
1102 | 2024-09-11T21:17:05.572Z | Compiling typenum v1.17.0 |
1103 | 2024-09-11T21:17:05.572Z | Compiling generic-array v0.14.7 |
1104 | 2024-09-11T21:17:05.572Z | Compiling lock_api v0.4.12 |
1105 | 2024-09-11T21:17:05.572Z | Compiling scopeguard v1.2.0 |
1106 | 2024-09-11T21:17:05.717Z | Compiling log v0.4.21 |
1107 | 2024-09-11T21:17:05.730Z | Compiling syn v2.0.74 |
1108 | 2024-09-11T21:17:05.743Z | Compiling getrandom v0.2.14 |
1109 | 2024-09-11T21:17:05.895Z | Compiling jobserver v0.1.32 |
1110 | 2024-09-11T21:17:06.055Z | Compiling rand_core v0.6.4 |
1111 | 2024-09-11T21:17:06.137Z | Compiling subtle v2.5.0 |
1112 | 2024-09-11T21:17:06.250Z | Compiling cc v1.0.97 |
1113 | 2024-09-11T21:17:06.289Z | Compiling const-oid v0.9.6 |
1114 | 2024-09-11T21:17:06.476Z | Compiling smallvec v1.13.2 |
1115 | 2024-09-11T21:17:06.579Z | Compiling pin-project-lite v0.2.14 |
1116 | 2024-09-11T21:17:06.709Z | Compiling parking_lot_core v0.9.10 |
1117 | 2024-09-11T21:17:07.010Z | Compiling signal-hook-registry v1.4.2 |
1118 | 2024-09-11T21:17:07.029Z | Compiling spin v0.9.8 |
1119 | 2024-09-11T21:17:07.029Z | Compiling mio v1.0.2 |
1120 | 2024-09-11T21:17:07.210Z | Compiling ahash v0.8.11 |
1121 | 2024-09-11T21:17:07.509Z | Compiling tinyvec_macros v0.1.1 |
1122 | 2024-09-11T21:17:07.562Z | Compiling parking_lot v0.12.2 |
1123 | 2024-09-11T21:17:07.600Z | Compiling tinyvec v1.6.0 |
1124 | 2024-09-11T21:17:07.885Z | Compiling socket2 v0.5.7 |
1125 | 2024-09-11T21:17:08.069Z | Compiling futures-core v0.3.30 |
1126 | 2024-09-11T21:17:08.287Z | Compiling cpufeatures v0.2.12 |
1127 | 2024-09-11T21:17:08.375Z | Compiling libm v0.2.8 |
1128 | 2024-09-11T21:17:08.444Z | Compiling futures-sink v0.3.30 |
1129 | 2024-09-11T21:17:08.464Z | Compiling serde_json v1.0.125 |
1130 | 2024-09-11T21:17:08.587Z | Compiling slab v0.4.9 |
1131 | 2024-09-11T21:17:08.610Z | Compiling num-traits v0.2.19 |
1132 | 2024-09-11T21:17:08.794Z | Compiling unicode-bidi v0.3.15 |
1133 | 2024-09-11T21:17:08.849Z | Compiling allocator-api2 v0.2.18 |
1134 | 2024-09-11T21:17:09.133Z | Compiling futures-channel v0.3.30 |
1135 | 2024-09-11T21:17:09.242Z | Compiling unicode-normalization v0.1.23 |
1136 | 2024-09-11T21:17:09.319Z | Compiling futures-io v0.3.30 |
1137 | 2024-09-11T21:17:09.577Z | Compiling pkg-config v0.3.30 |
1138 | 2024-09-11T21:17:09.659Z | Compiling vcpkg v0.2.15 |
1139 | 2024-09-11T21:17:09.678Z | Compiling pin-utils v0.1.0 |
1140 | 2024-09-11T21:17:09.778Z | Compiling futures-task v0.3.30 |
1141 | 2024-09-11T21:17:10.371Z | Compiling base64ct v1.6.0 |
1142 | 2024-09-11T21:17:10.417Z | Compiling percent-encoding v2.3.1 |
1143 | 2024-09-11T21:17:10.508Z | Compiling flagset v0.4.5 |
1144 | 2024-09-11T21:17:10.576Z | Compiling ring v0.17.8 |
1145 | 2024-09-11T21:17:10.724Z | Compiling ppv-lite86 v0.2.17 |
1146 | 2024-09-11T21:17:10.805Z | Compiling tracing-core v0.1.32 |
1147 | 2024-09-11T21:17:11.005Z | Compiling pem-rfc7468 v0.7.0 |
1148 | 2024-09-11T21:17:11.195Z | Compiling rustix v0.38.34 |
1149 | 2024-09-11T21:17:11.549Z | Compiling rand_chacha v0.3.1 |
1150 | 2024-09-11T21:17:11.796Z | Compiling untrusted v0.9.0 |
1151 | 2024-09-11T21:17:11.996Z | Compiling openssl-sys v0.9.103 |
1152 | 2024-09-11T21:17:12.016Z | Compiling rand v0.8.5 |
1153 | 2024-09-11T21:17:12.166Z | Compiling time-core v0.1.2 |
1154 | 2024-09-11T21:17:12.201Z | Compiling rustversion v1.0.17 |
1155 | 2024-09-11T21:17:12.314Z | Compiling openssl v0.10.66 |
1156 | 2024-09-11T21:17:12.349Z | Compiling httparse v1.8.0 |
1157 | 2024-09-11T21:17:12.730Z | Compiling num-conv v0.1.0 |
1158 | 2024-09-11T21:17:12.760Z | Compiling foreign-types-shared v0.1.1 |
1159 | 2024-09-11T21:17:12.859Z | Compiling powerfmt v0.2.0 |
1160 | 2024-09-11T21:17:12.946Z | Compiling foreign-types v0.3.2 |
1161 | 2024-09-11T21:17:12.998Z | Compiling time-macros v0.2.18 |
1162 | 2024-09-11T21:17:13.060Z | Compiling form_urlencoded v1.2.1 |
1163 | 2024-09-11T21:17:13.232Z | Compiling deranged v0.3.11 |
1164 | 2024-09-11T21:17:13.362Z | Compiling aho-corasick v1.1.3 |
1165 | 2024-09-11T21:17:13.752Z | Compiling num_threads v0.1.7 |
1166 | 2024-09-11T21:17:13.786Z | Compiling try-lock v0.2.5 |
1167 | 2024-09-11T21:17:13.862Z | Compiling syn v1.0.109 |
1168 | 2024-09-11T21:17:13.929Z | Compiling crossbeam-utils v0.8.19 |
1169 | 2024-09-11T21:17:14.424Z | Compiling regex-syntax v0.8.4 |
1170 | 2024-09-11T21:17:14.544Z | Compiling siphasher v0.3.11 |
1171 | 2024-09-11T21:17:14.885Z | Compiling native-tls v0.2.11 |
1172 | 2024-09-11T21:17:14.906Z | Compiling rustls v0.21.12 |
1173 | 2024-09-11T21:17:15.206Z | Compiling want v0.3.1 |
1174 | 2024-09-11T21:17:15.775Z | Compiling time v0.3.36 |
1175 | 2024-09-11T21:17:15.837Z | Compiling idna v0.5.0 |
1176 | 2024-09-11T21:17:16.720Z | Compiling cookie v0.17.0 |
1177 | 2024-09-11T21:17:16.977Z | Compiling slog v2.7.0 |
1178 | 2024-09-11T21:17:17.121Z | Compiling finl_unicode v1.2.0 |
1179 | 2024-09-11T21:17:17.416Z | Compiling regex-automata v0.4.6 |
1180 | 2024-09-11T21:17:17.669Z | Compiling httpdate v1.0.3 |
1181 | 2024-09-11T21:17:18.087Z | Compiling iana-time-zone v0.1.60 |
1182 | 2024-09-11T21:17:18.280Z | Compiling tower-service v0.3.2 |
1183 | 2024-09-11T21:17:18.316Z | Compiling openssl-probe v0.1.5 |
1184 | 2024-09-11T21:17:18.415Z | Compiling stringprep v0.1.4 |
1185 | 2024-09-11T21:17:18.640Z | Compiling url v2.5.2 |
1186 | 2024-09-11T21:17:19.574Z | Compiling serde_derive v1.0.208 |
1187 | 2024-09-11T21:17:20.355Z | Compiling zeroize_derive v1.4.2 |
1188 | 2024-09-11T21:17:20.421Z | Compiling zerocopy-derive v0.7.34 |
1189 | 2024-09-11T21:17:20.494Z | Compiling tokio-macros v2.4.0 |
1190 | 2024-09-11T21:17:20.831Z | Compiling thiserror-impl v1.0.63 |
1191 | 2024-09-11T21:17:21.900Z | Compiling zeroize v1.7.0 |
1192 | 2024-09-11T21:17:22.070Z | Compiling futures-macro v0.3.30 |
1193 | 2024-09-11T21:17:22.530Z | Compiling zerocopy v0.7.34 |
1194 | 2024-09-11T21:17:23.704Z | Compiling crypto-common v0.1.6 |
1195 | 2024-09-11T21:17:23.932Z | Compiling block-buffer v0.10.4 |
1196 | 2024-09-11T21:17:23.983Z | Compiling block-padding v0.3.3 |
1197 | 2024-09-11T21:17:24.125Z | Compiling thiserror v1.0.63 |
1198 | 2024-09-11T21:17:24.183Z | Compiling digest v0.10.7 |
1199 | 2024-09-11T21:17:24.216Z | Compiling inout v0.1.3 |
1200 | 2024-09-11T21:17:24.254Z | Compiling futures-util v0.3.30 |
1201 | 2024-09-11T21:17:24.481Z | Compiling cipher v0.4.4 |
1202 | 2024-09-11T21:17:24.628Z | Compiling hmac v0.12.1 |
1203 | 2024-09-11T21:17:24.628Z | Compiling hashbrown v0.14.5 |
1204 | 2024-09-11T21:17:24.871Z | Compiling sha2 v0.10.8 |
1205 | 2024-09-11T21:17:24.972Z | Compiling pest v2.7.10 |
1206 | 2024-09-11T21:17:25.990Z | Compiling der_derive v0.7.2 |
1207 | 2024-09-11T21:17:27.263Z | Compiling pest_meta v2.7.10 |
1208 | 2024-09-11T21:17:27.790Z | Compiling salsa20 v0.10.2 |
1209 | 2024-09-11T21:17:28.016Z | Compiling pbkdf2 v0.12.2 |
1210 | 2024-09-11T21:17:28.190Z | Compiling tracing-attributes v0.1.27 |
1211 | 2024-09-11T21:17:28.251Z | Compiling scroll_derive v0.12.0 |
1212 | 2024-09-11T21:17:28.509Z | Compiling der v0.7.9 |
1213 | 2024-09-11T21:17:29.844Z | Compiling scroll v0.12.0 |
1214 | 2024-09-11T21:17:29.895Z | Compiling pest_generator v2.7.10 |
1215 | 2024-09-11T21:17:30.324Z | Compiling scrypt v0.11.0 |
1216 | 2024-09-11T21:17:30.883Z | Compiling spki v0.7.3 |
1217 | 2024-09-11T21:17:31.271Z | Compiling aes v0.8.4 |
1218 | 2024-09-11T21:17:31.926Z | Compiling cbc v0.1.2 |
1219 | 2024-09-11T21:17:31.955Z | Compiling goblin v0.8.2 |
1220 | 2024-09-11T21:17:32.091Z | Compiling tracing v0.1.40 |
1221 | 2024-09-11T21:17:32.163Z | Compiling openssl-macros v0.1.1 |
1222 | 2024-09-11T21:17:32.248Z | Compiling pest_derive v2.7.10 |
1223 | 2024-09-11T21:17:32.410Z | Compiling pkcs5 v0.7.1 |
1224 | 2024-09-11T21:17:32.593Z | Compiling rustls-webpki v0.101.7 |
1225 | 2024-09-11T21:17:32.950Z | Compiling sct v0.7.1 |
1226 | 2024-09-11T21:17:33.057Z | Compiling dtrace-parser v0.2.0 |
1227 | 2024-09-11T21:17:33.251Z | Compiling bytes v1.7.1 |
1228 | 2024-09-11T21:17:33.685Z | Compiling bitflags v2.6.0 |
1229 | 2024-09-11T21:17:34.128Z | Compiling indexmap v2.4.0 |
1230 | 2024-09-11T21:17:34.146Z | Compiling semver v1.0.23 |
1231 | 2024-09-11T21:17:34.225Z | Compiling tokio v1.39.3 |
1232 | 2024-09-11T21:17:34.530Z | Compiling http v0.2.12 |
1233 | 2024-09-11T21:17:34.605Z | Compiling rustc_version v0.4.0 |
1234 | 2024-09-11T21:17:35.394Z | Compiling heapless v0.7.17 |
1235 | 2024-09-11T21:17:35.582Z | Compiling uuid v1.10.0 |
1236 | 2024-09-11T21:17:35.831Z | Compiling pkcs8 v0.10.2 |
1237 | 2024-09-11T21:17:36.566Z | Compiling http-body v0.4.6 |
1238 | 2024-09-11T21:17:37.044Z | Compiling chrono v0.4.38 |
1239 | 2024-09-11T21:17:37.065Z | Compiling serde_spanned v0.6.7 |
1240 | 2024-09-11T21:17:37.085Z | Compiling toml_datetime v0.6.8 |
1241 | 2024-09-11T21:17:37.292Z | Compiling serde_tokenstream v0.2.2 |
1242 | 2024-09-11T21:17:37.591Z | Compiling md-5 v0.10.6 |
1243 | 2024-09-11T21:17:37.854Z | Compiling dof v0.3.0 |
1244 | 2024-09-11T21:17:37.929Z | Compiling num-integer v0.1.46 |
1245 | 2024-09-11T21:17:37.970Z | Compiling backtrace v0.3.71 |
1246 | 2024-09-11T21:17:38.499Z | Compiling idna v0.3.0 |
1247 | 2024-09-11T21:17:38.762Z | Compiling usdt-impl v0.5.0 |
1248 | 2024-09-11T21:17:40.116Z | Compiling lazy_static v1.5.0 |
1249 | 2024-09-11T21:17:40.136Z | Compiling hash32 v0.2.1 |
1250 | 2024-09-11T21:17:40.240Z | Compiling stable_deref_trait v1.2.0 |
1251 | 2024-09-11T21:17:40.334Z | Compiling gimli v0.28.1 |
1252 | 2024-09-11T21:17:40.349Z | Compiling num-bigint-dig v0.8.4 |
1253 | 2024-09-11T21:17:40.496Z | Compiling crc32fast v1.4.0 |
1254 | 2024-09-11T21:17:40.642Z | Compiling signal-hook v0.3.17 |
1255 | 2024-09-11T21:17:40.816Z | Compiling base64 v0.22.1 |
1256 | 2024-09-11T21:17:40.911Z | Compiling smoltcp v0.9.1 |
1257 | 2024-09-11T21:17:40.989Z | Compiling psl-types v2.0.11 |
1258 | 2024-09-11T21:17:41.186Z | Compiling adler v1.0.2 |
1259 | 2024-09-11T21:17:41.561Z | Compiling fallible-iterator v0.2.0 |
1260 | 2024-09-11T21:17:41.677Z | Compiling miniz_oxide v0.7.2 |
1261 | 2024-09-11T21:17:42.025Z | Compiling publicsuffix v2.2.3 |
1262 | 2024-09-11T21:17:42.256Z | Compiling tokio-util v0.7.11 |
1263 | 2024-09-11T21:17:42.276Z | Compiling tokio-native-tls v0.3.1 |
1264 | 2024-09-11T21:17:42.382Z | Compiling tokio-rustls v0.24.1 |
1265 | 2024-09-11T21:17:42.465Z | Compiling postgres-protocol v0.6.7 |
1266 | 2024-09-11T21:17:42.798Z | Compiling num-iter v0.1.45 |
1267 | 2024-09-11T21:17:42.987Z | Compiling terminal_size v0.3.0 |
1268 | 2024-09-11T21:17:43.187Z | Compiling h2 v0.3.26 |
1269 | 2024-09-11T21:17:43.656Z | Compiling hubpack_derive v0.1.1 |
1270 | 2024-09-11T21:17:43.817Z | Compiling async-trait v0.1.82 |
1271 | 2024-09-11T21:17:43.927Z | Compiling zerocopy-derive v0.6.6 |
1272 | 2024-09-11T21:17:45.182Z | Compiling addr2line v0.21.0 |
1273 | 2024-09-11T21:17:45.396Z | Compiling phf_shared v0.11.2 |
1274 | 2024-09-11T21:17:45.427Z | Compiling serde_derive_internals v0.29.1 |
1275 | 2024-09-11T21:17:45.777Z | Compiling ff v0.13.0 |
1276 | 2024-09-11T21:17:45.871Z | Compiling object v0.32.2 |
1277 | 2024-09-11T21:17:45.877Z | Compiling fs-err v2.11.0 |
1278 | 2024-09-11T21:17:45.999Z | Compiling rustc-demangle v0.1.24 |
1279 | 2024-09-11T21:17:46.089Z | Compiling adler2 v2.0.0 |
1280 | 2024-09-11T21:17:46.184Z | Compiling base64 v0.21.7 |
1281 | 2024-09-11T21:17:46.307Z | Compiling winnow v0.5.40 |
1282 | 2024-09-11T21:17:46.647Z | Compiling ipnet v2.9.0 |
1283 | 2024-09-11T21:17:46.934Z | Compiling anyhow v1.0.86 |
1284 | 2024-09-11T21:17:46.977Z | Compiling schemars v0.8.21 |
1285 | 2024-09-11T21:17:47.353Z | Compiling base16ct v0.2.0 |
1286 | 2024-09-11T21:17:47.559Z | Compiling either v1.13.0 |
1287 | 2024-09-11T21:17:47.676Z | Compiling bitflags v1.3.2 |
1288 | 2024-09-11T21:17:47.857Z | Compiling managed v0.8.0 |
1289 | 2024-09-11T21:17:47.866Z | Compiling clap_builder v4.5.15 |
1290 | 2024-09-11T21:17:48.226Z | Compiling sec1 v0.7.3 |
1291 | 2024-09-11T21:17:48.233Z | Compiling schemars_derive v0.8.21 |
1292 | 2024-09-11T21:17:48.921Z | Compiling rustls-pemfile v1.0.4 |
1293 | 2024-09-11T21:17:49.334Z | Compiling miniz_oxide v0.8.0 |
1294 | 2024-09-11T21:17:49.513Z | Compiling zerocopy v0.6.6 |
1295 | 2024-09-11T21:17:50.264Z | Compiling hyper v0.14.30 |
1296 | 2024-09-11T21:17:50.328Z | Compiling toml_edit v0.19.15 |
1297 | 2024-09-11T21:17:50.457Z | Compiling group v0.13.0 |
1298 | 2024-09-11T21:17:51.156Z | Compiling phf v0.11.2 |
1299 | 2024-09-11T21:17:51.296Z | Compiling hubpack v0.1.2 |
1300 | 2024-09-11T21:17:51.296Z | Compiling cookie_store v0.20.0 |
1301 | 2024-09-11T21:17:51.364Z | Compiling postgres-types v0.2.7 |
1302 | 2024-09-11T21:17:55.357Z | Compiling usdt-attr-macro v0.5.0 |
1303 | 2024-09-11T21:17:55.431Z | Compiling usdt-macro v0.5.0 |
1304 | 2024-09-11T21:17:55.431Z | Compiling pkcs1 v0.7.5 |
1305 | 2024-09-11T21:17:55.432Z | Compiling serde_urlencoded v0.7.1 |
1306 | 2024-09-11T21:17:55.432Z | Compiling futures-executor v0.3.30 |
1307 | 2024-09-11T21:17:55.432Z | Compiling hkdf v0.12.4 |
1308 | 2024-09-11T21:17:55.459Z | Compiling signature v2.2.0 |
1309 | 2024-09-11T21:17:55.479Z | Compiling crypto-bigint v0.5.5 |
1310 | 2024-09-11T21:17:55.742Z | Compiling regex v1.10.6 |
1311 | 2024-09-11T21:17:55.775Z | Compiling bstr v1.9.1 |
1312 | 2024-09-11T21:17:56.066Z | Compiling serde_repr v0.1.19 |
1313 | 2024-09-11T21:17:56.827Z | Compiling strum_macros v0.25.3 |
1314 | 2024-09-11T21:17:57.170Z | Compiling hyper-tls v0.5.0 |
1315 | 2024-09-11T21:17:57.229Z | Compiling hyper-rustls v0.24.2 |
1316 | 2024-09-11T21:17:57.513Z | Compiling clap_derive v4.5.13 |
1317 | 2024-09-11T21:17:57.571Z | Compiling enum-as-inner v0.6.0 |
1318 | 2024-09-11T21:17:57.588Z | Compiling phf_shared v0.10.0 |
1319 | 2024-09-11T21:17:57.978Z | Compiling float-cmp v0.9.0 |
1320 | 2024-09-11T21:17:58.211Z | Compiling idna v0.4.0 |
1321 | 2024-09-11T21:17:58.486Z | Compiling mio v0.8.11 |
1322 | 2024-09-11T21:17:58.701Z | Compiling encoding_rs v0.8.34 |
1323 | 2024-09-11T21:17:59.780Z | Compiling mime v0.3.17 |
1324 | 2024-09-11T21:17:59.843Z | Compiling unicode-segmentation v1.11.0 |
1325 | 2024-09-11T21:18:00.234Z | Compiling normalize-line-endings v0.3.0 |
1326 | 2024-09-11T21:18:00.364Z | Compiling predicates-core v1.0.6 |
1327 | 2024-09-11T21:18:00.368Z | Compiling dyn-clone v1.0.17 |
1328 | 2024-09-11T21:18:00.584Z | Compiling minimal-lexical v0.2.1 |
1329 | 2024-09-11T21:18:00.720Z | Compiling sync_wrapper v0.1.2 |
1330 | 2024-09-11T21:18:00.739Z | Compiling static_assertions v1.1.0 |
1331 | 2024-09-11T21:18:00.842Z | Compiling bit-vec v0.6.3 |
1332 | 2024-09-11T21:18:00.859Z | Compiling new_debug_unreachable v1.0.6 |
1333 | 2024-09-11T21:18:00.954Z | Compiling data-encoding v2.6.0 |
1334 | 2024-09-11T21:18:00.998Z | Compiling fixedbitset v0.4.2 |
1335 | 2024-09-11T21:18:01.093Z | Compiling whoami v1.5.1 |
1336 | 2024-09-11T21:18:01.298Z | Compiling webpki-roots v0.25.4 |
1337 | 2024-09-11T21:18:01.460Z | Compiling difflib v0.4.0 |
1338 | 2024-09-11T21:18:01.480Z | Compiling precomputed-hash v0.1.1 |
1339 | 2024-09-11T21:18:01.498Z | Compiling toml_edit v0.22.20 |
1340 | 2024-09-11T21:18:01.592Z | Compiling string_cache v0.8.7 |
1341 | 2024-09-11T21:18:01.736Z | Compiling hickory-proto v0.24.1 |
1342 | 2024-09-11T21:18:02.048Z | Compiling predicates v3.1.2 |
1343 | 2024-09-11T21:18:02.671Z | Compiling clap v4.5.16 |
1344 | 2024-09-11T21:18:02.797Z | Compiling console v0.15.8 |
1345 | 2024-09-11T21:18:02.995Z | Compiling reqwest v0.11.27 |
1346 | 2024-09-11T21:18:03.197Z | Compiling tokio-postgres v0.7.11 |
1347 | 2024-09-11T21:18:03.438Z | Compiling petgraph v0.6.5 |
1348 | 2024-09-11T21:18:03.773Z | Compiling bit-set v0.5.3 |
1349 | 2024-09-11T21:18:04.074Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1350 | 2024-09-11T21:18:04.412Z | Compiling nom v7.1.3 |
1351 | 2024-09-11T21:18:06.239Z | Compiling similar v2.6.0 |
1352 | 2024-09-11T21:18:08.082Z | Compiling signal-hook-mio v0.2.4 |
1353 | 2024-09-11T21:18:08.264Z | Compiling usdt v0.5.0 |
1354 | 2024-09-11T21:18:08.706Z | Compiling elliptic-curve v0.13.8 |
1355 | 2024-09-11T21:18:08.789Z | Compiling rsa v0.9.6 |
1356 | 2024-09-11T21:18:08.922Z | Compiling futures v0.3.30 |
1357 | 2024-09-11T21:18:09.042Z | Compiling flate2 v1.0.33 |
1358 | 2024-09-11T21:18:09.551Z | Compiling toml v0.7.8 |
1359 | 2024-09-11T21:18:10.417Z | Compiling itertools v0.10.5 |
1360 | 2024-09-11T21:18:10.788Z | Compiling itertools v0.12.1 |
1361 | 2024-09-11T21:18:10.820Z | Compiling tokio-stream v0.1.15 |
1362 | 2024-09-11T21:18:11.276Z | Compiling openapiv3 v2.0.0 |
1363 | 2024-09-11T21:18:11.304Z | Compiling hex v0.4.3 |
1364 | 2024-09-11T21:18:11.863Z | Compiling sha1 v0.10.6 |
1365 | 2024-09-11T21:18:11.914Z | Compiling crossbeam-epoch v0.9.18 |
1366 | 2024-09-11T21:18:12.054Z | Compiling dirs-sys-next v0.1.2 |
1367 | 2024-09-11T21:18:12.271Z | Compiling peg-runtime v0.8.3 |
1368 | 2024-09-11T21:18:12.692Z | Compiling lalrpop-util v0.19.12 |
1369 | 2024-09-11T21:18:12.710Z | Compiling unicode-xid v0.2.4 |
1370 | 2024-09-11T21:18:12.875Z | Compiling dirs-next v2.0.0 |
1371 | 2024-09-11T21:18:12.921Z | Compiling thread_local v1.1.8 |
1372 | 2024-09-11T21:18:13.045Z | Compiling slog-async v2.8.0 |
1373 | 2024-09-11T21:18:13.079Z | Compiling term v0.7.0 |
1374 | 2024-09-11T21:18:13.190Z | Compiling xattr v1.3.1 |
1375 | 2024-09-11T21:18:13.479Z | Compiling crossbeam-channel v0.5.12 |
1376 | 2024-09-11T21:18:13.482Z | Compiling strum_macros v0.26.4 |
1377 | 2024-09-11T21:18:13.680Z | Compiling filetime v0.2.25 |
1378 | 2024-09-11T21:18:13.982Z | Compiling is-terminal v0.4.12 |
1379 | 2024-09-11T21:18:13.984Z | Compiling take_mut v0.2.2 |
1380 | 2024-09-11T21:18:14.114Z | Compiling slog-term v2.9.1 |
1381 | 2024-09-11T21:18:14.159Z | Compiling tar v0.4.41 |
1382 | 2024-09-11T21:18:14.647Z | Compiling camino v1.1.9 |
1383 | 2024-09-11T21:18:16.716Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1384 | 2024-09-11T21:18:17.020Z | Compiling strum v0.26.3 |
1385 | 2024-09-11T21:18:17.097Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1386 | 2024-09-11T21:18:22.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
1387 | 2024-09-11T21:18:22.226Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1388 | 2024-09-11T21:18:22.275Z | Sep 11 21:18:21.670 INFO Starting download, target: Cockroach |
1389 | 2024-09-11T21:18:22.275Z | Sep 11 21:18:21.670 INFO Starting download, target: Clickhouse |
1390 | 2024-09-11T21:18:22.275Z | Sep 11 21:18:21.670 INFO Starting download, target: Console |
1391 | 2024-09-11T21:18:22.275Z | Sep 11 21:18:21.670 INFO Starting download, target: DendriteOpenapi |
1392 | 2024-09-11T21:18:22.275Z | Sep 11 21:18:21.670 INFO Starting download, target: DendriteStub |
1393 | 2024-09-11T21:18:22.278Z | Sep 11 21:18:21.670 INFO Starting download, target: MaghemiteMgd |
1394 | 2024-09-11T21:18:22.278Z | Sep 11 21:18:21.670 INFO Starting download, target: TransceiverControl |
1395 | 2024-09-11T21:18:22.278Z | Sep 11 21:18:21.670 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1396 | 2024-09-11T21:18:22.278Z | Sep 11 21:18:21.671 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1397 | 2024-09-11T21:18:22.278Z | Sep 11 21:18:21.671 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1398 | 2024-09-11T21:18:22.278Z | Sep 11 21:18:21.671 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1399 | 2024-09-11T21:18:22.278Z | Sep 11 21:18:21.671 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1400 | 2024-09-11T21:18:22.279Z | Sep 11 21:18:21.671 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1401 | 2024-09-11T21:18:22.279Z | Sep 11 21:18:21.671 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1402 | 2024-09-11T21:18:22.445Z | Sep 11 21:18:21.832 INFO Download complete, target: DendriteOpenapi |
1403 | 2024-09-11T21:18:22.605Z | Sep 11 21:18:21.993 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1404 | 2024-09-11T21:18:22.856Z | Sep 11 21:18:22.250 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1405 | 2024-09-11T21:18:22.999Z | Sep 11 21:18:22.393 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1406 | 2024-09-11T21:18:23.104Z | Sep 11 21:18:22.499 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1407 | 2024-09-11T21:18:23.232Z | Sep 11 21:18:22.627 INFO Download complete, target: Console |
1408 | 2024-09-11T21:18:23.413Z | Sep 11 21:18:22.808 INFO Download complete, target: TransceiverControl |
1409 | 2024-09-11T21:18:23.480Z | Sep 11 21:18:22.875 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1410 | 2024-09-11T21:18:23.480Z | Sep 11 21:18:22.875 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1411 | 2024-09-11T21:18:24.157Z | Sep 11 21:18:23.552 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1412 | 2024-09-11T21:18:26.195Z | Sep 11 21:18:25.590 INFO Download complete, target: DendriteStub |
1413 | 2024-09-11T21:18:26.285Z | Sep 11 21:18:25.680 INFO Download complete, target: MaghemiteMgd |
1414 | 2024-09-11T21:18:31.680Z | Sep 11 21:18:31.074 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1415 | 2024-09-11T21:18:31.961Z | Sep 11 21:18:31.355 INFO Checking that binary works, target: Cockroach |
1416 | 2024-09-11T21:18:32.121Z | Sep 11 21:18:31.515 INFO Download complete, target: Cockroach |
1417 | 2024-09-11T21:18:37.818Z | Sep 11 21:18:37.212 INFO Checking that binary works, target: Clickhouse |
1418 | 2024-09-11T21:18:38.850Z | Sep 11 21:18:38.244 INFO Download complete, target: Clickhouse |
1419 | 2024-09-11T21:18:39.097Z | All builder prerequisites installed successfully, and PATH looks valid |
1420 | 2024-09-11T21:18:39.100Z | |
1421 | 2024-09-11T21:18:39.100Z | real 4:24.139437482 |
1422 | 2024-09-11T21:18:39.100Z | user 11:17.220886166 |
1423 | 2024-09-11T21:18:39.100Z | sys 2:23.561034197 |
1424 | 2024-09-11T21:18:39.100Z | trap 0.390540971 |
1425 | 2024-09-11T21:18:39.100Z | tflt 9.879951752 |
1426 | 2024-09-11T21:18:39.101Z | dflt 6.354640344 |
1427 | 2024-09-11T21:18:39.101Z | kflt 0.744124583 |
1428 | 2024-09-11T21:18:39.101Z | lock 23:13.505700593 |
1429 | 2024-09-11T21:18:39.101Z | slp 46:14.593919375 |
1430 | 2024-09-11T21:18:39.101Z | lat 37.522367073 |
1431 | 2024-09-11T21:18:39.101Z | stop 1:44.751641915 |
1432 | 2024-09-11T21:18:39.101Z | + banner clippy |
1433 | 2024-09-11T21:18:39.101Z | |
1434 | 2024-09-11T21:18:39.101Z | #### # # ##### ##### # # |
1435 | 2024-09-11T21:18:39.101Z | # # # # # # # # # # |
1436 | 2024-09-11T21:18:39.101Z | # # # # # # # # |
1437 | 2024-09-11T21:18:39.101Z | # # # ##### ##### # |
1438 | 2024-09-11T21:18:39.101Z | # # # # # # # |
1439 | 2024-09-11T21:18:39.101Z | #### ###### # # # # |
1440 | 2024-09-11T21:18:39.101Z | |
1441 | 2024-09-11T21:18:39.101Z | + export CARGO_INCREMENTAL=0 |
1442 | 2024-09-11T21:18:39.101Z | + CARGO_INCREMENTAL=0 |
1443 | 2024-09-11T21:18:39.101Z | + ptime -m cargo xtask clippy |
1444 | 2024-09-11T21:18:39.678Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1445 | 2024-09-11T21:18:43.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s |
1446 | 2024-09-11T21:18:43.612Z | Running `target/debug/xtask clippy` |
1447 | 2024-09-11T21:18:43.633Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1448 | 2024-09-11T21:18:44.345Z | Downloading crates ... |
1449 | 2024-09-11T21:18:44.661Z | Downloaded approx v0.5.1 |
1450 | 2024-09-11T21:18:44.664Z | Downloaded doc-comment v0.3.3 |
1451 | 2024-09-11T21:18:44.668Z | Downloaded relative-path v1.9.3 |
1452 | 2024-09-11T21:18:44.670Z | Downloaded threadpool v1.8.1 |
1453 | 2024-09-11T21:18:44.670Z | Downloaded plotters-svg v0.3.5 |
1454 | 2024-09-11T21:18:44.673Z | Downloaded cast v0.3.0 |
1455 | 2024-09-11T21:18:44.683Z | Downloaded anes v0.1.6 |
1456 | 2024-09-11T21:18:44.685Z | Downloaded yansi v0.5.1 |
1457 | 2024-09-11T21:18:44.688Z | Downloaded num_cpus v1.16.0 |
1458 | 2024-09-11T21:18:44.691Z | Downloaded criterion-plot v0.5.0 |
1459 | 2024-09-11T21:18:44.697Z | Downloaded target-lexicon v0.12.16 |
1460 | 2024-09-11T21:18:44.700Z | Downloaded http-body v1.0.0 |
1461 | 2024-09-11T21:18:44.700Z | Downloaded pathdiff v0.2.1 |
1462 | 2024-09-11T21:18:44.703Z | Downloaded guppy-workspace-hack v0.1.0 |
1463 | 2024-09-11T21:18:44.703Z | Downloaded nested v0.1.1 |
1464 | 2024-09-11T21:18:44.703Z | Downloaded escape8259 v0.5.2 |
1465 | 2024-09-11T21:18:44.706Z | Downloaded tower-layer v0.3.2 |
1466 | 2024-09-11T21:18:44.709Z | Downloaded partial-io v0.5.4 |
1467 | 2024-09-11T21:18:44.709Z | Downloaded libtest-mimic v0.7.3 |
1468 | 2024-09-11T21:18:44.712Z | Downloaded tinytemplate v1.2.1 |
1469 | 2024-09-11T21:18:44.714Z | Downloaded rustls-native-certs v0.7.0 |
1470 | 2024-09-11T21:18:44.728Z | Downloaded blake2b_simd v1.0.2 |
1471 | 2024-09-11T21:18:44.731Z | Downloaded proc-macro-crate v3.1.0 |
1472 | 2024-09-11T21:18:44.731Z | Downloaded oorandom v11.1.3 |
1473 | 2024-09-11T21:18:44.734Z | Downloaded indoc v2.0.5 |
1474 | 2024-09-11T21:18:44.734Z | Downloaded futures-timer v3.0.3 |
1475 | 2024-09-11T21:18:44.736Z | Downloaded trybuild v1.0.99 |
1476 | 2024-09-11T21:18:44.739Z | Downloaded target-spec v3.2.1 |
1477 | 2024-09-11T21:18:44.742Z | Downloaded hyper-rustls v0.26.0 |
1478 | 2024-09-11T21:18:44.745Z | Downloaded similar-asserts v1.5.0 |
1479 | 2024-09-11T21:18:44.745Z | Downloaded rand_distr v0.4.3 |
1480 | 2024-09-11T21:18:44.748Z | Downloaded httptest v0.15.5 |
1481 | 2024-09-11T21:18:44.752Z | Downloaded rstest v0.22.0 |
1482 | 2024-09-11T21:18:44.755Z | Downloaded rust-argon2 v2.1.0 |
1483 | 2024-09-11T21:18:44.757Z | Downloaded hyper-util v0.1.3 |
1484 | 2024-09-11T21:18:44.760Z | Downloaded assert_cmd v2.0.16 |
1485 | 2024-09-11T21:18:44.764Z | Downloaded fancy-regex v0.13.0 |
1486 | 2024-09-11T21:18:44.767Z | Downloaded cfg-expr v0.16.0 |
1487 | 2024-09-11T21:18:44.767Z | Downloaded rstest_macros v0.22.0 |
1488 | 2024-09-11T21:18:44.770Z | Downloaded plotters-backend v0.3.5 |
1489 | 2024-09-11T21:18:44.773Z | Downloaded datatest-stable v0.2.9 |
1490 | 2024-09-11T21:18:44.776Z | Downloaded tower v0.4.13 |
1491 | 2024-09-11T21:18:44.782Z | Downloaded pretty_assertions v1.4.0 |
1492 | 2024-09-11T21:18:44.785Z | Downloaded toml_edit v0.21.1 |
1493 | 2024-09-11T21:18:44.804Z | Downloaded regex-automata v0.1.10 |
1494 | 2024-09-11T21:18:44.808Z | Downloaded plotters v0.3.5 |
1495 | 2024-09-11T21:18:44.816Z | Downloaded hyper v1.3.1 |
1496 | 2024-09-11T21:18:44.830Z | Downloaded bstr v0.2.17 |
1497 | 2024-09-11T21:18:44.830Z | Downloaded guppy v0.17.7 |
1498 | 2024-09-11T21:18:44.835Z | Downloaded criterion v0.5.1 |
1499 | 2024-09-11T21:18:45.489Z | Checking cfg-if v1.0.0 |
1500 | 2024-09-11T21:18:45.556Z | Checking libc v0.2.158 |
1501 | 2024-09-11T21:18:45.574Z | Checking serde v1.0.208 |
1502 | 2024-09-11T21:18:45.592Z | Checking memchr v2.7.2 |
1503 | 2024-09-11T21:18:45.613Z | Checking scopeguard v1.2.0 |
1504 | 2024-09-11T21:18:45.631Z | Checking log v0.4.21 |
1505 | 2024-09-11T21:18:45.654Z | Checking byteorder v1.5.0 |
1506 | 2024-09-11T21:18:45.673Z | Checking itoa v1.0.11 |
1507 | 2024-09-11T21:18:45.695Z | Checking smallvec v1.13.2 |
1508 | 2024-09-11T21:18:45.737Z | Checking lock_api v0.4.12 |
1509 | 2024-09-11T21:18:45.885Z | Checking zeroize v1.7.0 |
1510 | 2024-09-11T21:18:45.907Z | Checking once_cell v1.19.0 |
1511 | 2024-09-11T21:18:46.050Z | Checking pin-project-lite v0.2.14 |
1512 | 2024-09-11T21:18:46.074Z | Checking typenum v1.17.0 |
1513 | 2024-09-11T21:18:46.152Z | Checking libm v0.2.8 |
1514 | 2024-09-11T21:18:46.152Z | Checking subtle v2.5.0 |
1515 | 2024-09-11T21:18:46.202Z | Checking thiserror v1.0.63 |
1516 | 2024-09-11T21:18:46.205Z | Checking ryu v1.0.18 |
1517 | 2024-09-11T21:18:46.405Z | Checking spin v0.9.8 |
1518 | 2024-09-11T21:18:46.430Z | Checking futures-core v0.3.30 |
1519 | 2024-09-11T21:18:46.458Z | Checking zerocopy v0.7.34 |
1520 | 2024-09-11T21:18:46.486Z | Checking const-oid v0.9.6 |
1521 | 2024-09-11T21:18:46.612Z | Checking futures-sink v0.3.30 |
1522 | 2024-09-11T21:18:46.683Z | Checking getrandom v0.2.14 |
1523 | 2024-09-11T21:18:46.773Z | Checking parking_lot_core v0.9.10 |
1524 | 2024-09-11T21:18:46.797Z | Checking signal-hook-registry v1.4.2 |
1525 | 2024-09-11T21:18:46.935Z | Checking rand_core v0.6.4 |
1526 | 2024-09-11T21:18:47.043Z | Checking mio v1.0.2 |
1527 | 2024-09-11T21:18:47.123Z | Checking parking_lot v0.12.2 |
1528 | 2024-09-11T21:18:47.166Z | Checking num-traits v0.2.19 |
1529 | 2024-09-11T21:18:47.238Z | Checking socket2 v0.5.7 |
1530 | 2024-09-11T21:18:47.419Z | Checking generic-array v0.14.7 |
1531 | 2024-09-11T21:18:47.490Z | Checking futures-channel v0.3.30 |
1532 | 2024-09-11T21:18:47.657Z | Checking slab v0.4.9 |
1533 | 2024-09-11T21:18:47.729Z | Checking pin-utils v0.1.0 |
1534 | 2024-09-11T21:18:47.830Z | Checking futures-task v0.3.30 |
1535 | 2024-09-11T21:18:47.855Z | Checking futures-io v0.3.30 |
1536 | 2024-09-11T21:18:47.881Z | Checking cpufeatures v0.2.12 |
1537 | 2024-09-11T21:18:47.937Z | Checking ahash v0.8.11 |
1538 | 2024-09-11T21:18:47.989Z | Checking allocator-api2 v0.2.18 |
1539 | 2024-09-11T21:18:48.051Z | Checking fnv v1.0.7 |
1540 | 2024-09-11T21:18:48.076Z | Checking futures-util v0.3.30 |
1541 | 2024-09-11T21:18:48.188Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1542 | 2024-09-11T21:18:48.306Z | Checking iana-time-zone v0.1.60 |
1543 | 2024-09-11T21:18:48.454Z | Checking equivalent v1.0.1 |
1544 | 2024-09-11T21:18:48.479Z | Checking ppv-lite86 v0.2.17 |
1545 | 2024-09-11T21:18:48.542Z | Checking tinyvec_macros v0.1.1 |
1546 | 2024-09-11T21:18:48.567Z | Checking crypto-common v0.1.6 |
1547 | 2024-09-11T21:18:48.569Z | Checking block-buffer v0.10.4 |
1548 | 2024-09-11T21:18:48.620Z | Checking hashbrown v0.14.5 |
1549 | 2024-09-11T21:18:48.643Z | Checking tinyvec v1.6.0 |
1550 | 2024-09-11T21:18:48.748Z | Checking tracing-core v0.1.32 |
1551 | 2024-09-11T21:18:48.795Z | Checking digest v0.10.7 |
1552 | 2024-09-11T21:18:48.838Z | Checking unicode-bidi v0.3.15 |
1553 | 2024-09-11T21:18:49.163Z | Checking rand_chacha v0.3.1 |
1554 | 2024-09-11T21:18:49.188Z | Checking dyn-clone v1.0.17 |
1555 | 2024-09-11T21:18:49.328Z | Checking percent-encoding v2.3.1 |
1556 | 2024-09-11T21:18:49.387Z | Checking tracing v0.1.40 |
1557 | 2024-09-11T21:18:49.473Z | Checking regex-syntax v0.8.4 |
1558 | 2024-09-11T21:18:49.539Z | Checking block-padding v0.3.3 |
1559 | 2024-09-11T21:18:49.566Z | Checking rand v0.8.5 |
1560 | 2024-09-11T21:18:49.719Z | Checking errno v0.3.9 |
1561 | 2024-09-11T21:18:49.745Z | Checking inout v0.1.3 |
1562 | 2024-09-11T21:18:49.831Z | Checking form_urlencoded v1.2.1 |
1563 | 2024-09-11T21:18:49.884Z | Checking lazy_static v1.5.0 |
1564 | 2024-09-11T21:18:49.886Z | Checking unicode-normalization v0.1.23 |
1565 | 2024-09-11T21:18:49.971Z | Checking aho-corasick v1.1.3 |
1566 | 2024-09-11T21:18:50.003Z | Checking cipher v0.4.4 |
1567 | 2024-09-11T21:18:50.029Z | Checking httparse v1.8.0 |
1568 | 2024-09-11T21:18:50.389Z | Checking unicode-ident v1.0.12 |
1569 | 2024-09-11T21:18:50.469Z | Checking base64ct v1.6.0 |
1570 | 2024-09-11T21:18:50.533Z | Checking bytes v1.7.1 |
1571 | 2024-09-11T21:18:50.563Z | Checking bitflags v2.6.0 |
1572 | 2024-09-11T21:18:50.758Z | Checking serde_json v1.0.125 |
1573 | 2024-09-11T21:18:50.807Z | Checking chrono v0.4.38 |
1574 | 2024-09-11T21:18:50.876Z | Checking indexmap v2.4.0 |
1575 | 2024-09-11T21:18:50.904Z | Checking uuid v1.10.0 |
1576 | 2024-09-11T21:18:51.366Z | Checking tokio v1.39.3 |
1577 | 2024-09-11T21:18:51.549Z | Checking rustix v0.38.34 |
1578 | 2024-09-11T21:18:51.605Z | Checking http v0.2.12 |
1579 | 2024-09-11T21:18:52.157Z | Checking hmac v0.12.1 |
1580 | 2024-09-11T21:18:52.364Z | Checking powerfmt v0.2.0 |
1581 | 2024-09-11T21:18:52.416Z | Checking unicode-width v0.1.13 |
1582 | 2024-09-11T21:18:52.605Z | Checking idna v0.5.0 |
1583 | 2024-09-11T21:18:52.653Z | Checking deranged v0.3.11 |
1584 | 2024-09-11T21:18:52.688Z | Checking regex-automata v0.4.6 |
1585 | 2024-09-11T21:18:52.882Z | Checking schemars v0.8.21 |
1586 | 2024-09-11T21:18:52.927Z | Checking proc-macro2 v1.0.86 |
1587 | 2024-09-11T21:18:53.056Z | Checking sha2 v0.10.8 |
1588 | 2024-09-11T21:18:53.464Z | Checking num_threads v0.1.7 |
1589 | 2024-09-11T21:18:53.550Z | Checking time-core v0.1.2 |
1590 | 2024-09-11T21:18:53.578Z | Checking num-conv v0.1.0 |
1591 | 2024-09-11T21:18:53.580Z | Checking untrusted v0.9.0 |
1592 | 2024-09-11T21:18:53.650Z | Checking quote v1.0.36 |
1593 | 2024-09-11T21:18:53.716Z | Checking url v2.5.2 |
1594 | 2024-09-11T21:18:53.754Z | Checking ring v0.17.8 |
1595 | 2024-09-11T21:18:53.847Z | Checking try-lock v0.2.5 |
1596 | 2024-09-11T21:18:53.985Z | Checking syn v2.0.74 |
1597 | 2024-09-11T21:18:53.987Z | Checking want v0.3.1 |
1598 | 2024-09-11T21:18:54.202Z | Checking pem-rfc7468 v0.7.0 |
1599 | 2024-09-11T21:18:54.448Z | Checking time v0.3.36 |
1600 | 2024-09-11T21:18:54.471Z | Checking slog v2.7.0 |
1601 | 2024-09-11T21:18:54.502Z | Checking tower-service v0.3.2 |
1602 | 2024-09-11T21:18:54.525Z | Checking futures-executor v0.3.30 |
1603 | 2024-09-11T21:18:54.637Z | Checking gimli v0.28.1 |
1604 | 2024-09-11T21:18:54.747Z | Checking futures v0.3.30 |
1605 | 2024-09-11T21:18:54.876Z | Checking adler v1.0.2 |
1606 | 2024-09-11T21:18:54.958Z | Checking flagset v0.4.5 |
1607 | 2024-09-11T21:18:55.042Z | Checking httpdate v1.0.3 |
1608 | 2024-09-11T21:18:55.166Z | Checking der v0.7.9 |
1609 | 2024-09-11T21:18:55.285Z | Checking miniz_oxide v0.7.2 |
1610 | 2024-09-11T21:18:55.519Z | Checking http-body v0.4.6 |
1611 | 2024-09-11T21:18:55.706Z | Checking pbkdf2 v0.12.2 |
1612 | 2024-09-11T21:18:55.883Z | Checking aes v0.8.4 |
1613 | 2024-09-11T21:18:55.929Z | Checking object v0.32.2 |
1614 | 2024-09-11T21:18:56.760Z | Checking rustc-demangle v0.1.24 |
1615 | 2024-09-11T21:18:57.002Z | Checking salsa20 v0.10.2 |
1616 | 2024-09-11T21:18:57.076Z | Checking spki v0.7.3 |
1617 | 2024-09-11T21:18:57.190Z | Checking cbc v0.1.2 |
1618 | 2024-09-11T21:18:57.233Z | Checking mime v0.3.17 |
1619 | 2024-09-11T21:18:57.287Z | Checking regex v1.10.6 |
1620 | 2024-09-11T21:18:57.368Z | Checking base64 v0.21.7 |
1621 | 2024-09-11T21:18:57.395Z | Checking scrypt v0.11.0 |
1622 | 2024-09-11T21:18:57.556Z | Checking utf8parse v0.2.1 |
1623 | 2024-09-11T21:18:57.625Z | Checking data-encoding v2.6.0 |
1624 | 2024-09-11T21:18:57.715Z | Checking ipnet v2.9.0 |
1625 | 2024-09-11T21:18:57.849Z | Checking pkcs5 v0.7.1 |
1626 | 2024-09-11T21:18:57.889Z | Checking toml_datetime v0.6.8 |
1627 | 2024-09-11T21:18:58.160Z | Checking serde_spanned v0.6.7 |
1628 | 2024-09-11T21:18:58.183Z | Checking crossbeam-utils v0.8.19 |
1629 | 2024-09-11T21:18:58.300Z | Checking foreign-types-shared v0.1.1 |
1630 | 2024-09-11T21:18:58.342Z | Checking tokio-util v0.7.11 |
1631 | 2024-09-11T21:18:58.370Z | Checking openssl-probe v0.1.5 |
1632 | 2024-09-11T21:18:58.373Z | Checking pkcs8 v0.10.2 |
1633 | 2024-09-11T21:18:58.425Z | Checking foreign-types v0.3.2 |
1634 | 2024-09-11T21:18:58.459Z | Checking addr2line v0.21.0 |
1635 | 2024-09-11T21:18:58.516Z | Checking serde_urlencoded v0.7.1 |
1636 | 2024-09-11T21:18:58.537Z | Checking openssl-sys v0.9.103 |
1637 | 2024-09-11T21:18:58.715Z | Checking encoding_rs v0.8.34 |
1638 | 2024-09-11T21:18:58.868Z | Checking anstyle v1.0.8 |
1639 | 2024-09-11T21:18:58.951Z | Checking rustls-webpki v0.101.7 |
1640 | 2024-09-11T21:18:58.981Z | Checking sct v0.7.1 |
1641 | 2024-09-11T21:18:59.150Z | Checking h2 v0.3.26 |
1642 | 2024-09-11T21:18:59.175Z | Checking semver v1.0.23 |
1643 | 2024-09-11T21:18:59.214Z | Checking sha1 v0.10.6 |
1644 | 2024-09-11T21:18:59.470Z | Checking either v1.13.0 |
1645 | 2024-09-11T21:18:59.609Z | Checking scroll v0.12.0 |
1646 | 2024-09-11T21:18:59.693Z | Checking rustls v0.21.12 |
1647 | 2024-09-11T21:18:59.828Z | Checking openssl v0.10.66 |
1648 | 2024-09-11T21:18:59.852Z | Checking plain v0.2.3 |
1649 | 2024-09-11T21:19:00.001Z | Checking ucd-trie v0.1.6 |
1650 | 2024-09-11T21:19:00.110Z | Checking goblin v0.8.2 |
1651 | 2024-09-11T21:19:00.211Z | Checking pest v2.7.10 |
1652 | 2024-09-11T21:19:00.257Z | Checking anstyle-parse v0.2.4 |
1653 | 2024-09-11T21:19:00.538Z | Checking openapiv3 v2.0.0 |
1654 | 2024-09-11T21:19:00.991Z | Checking idna v0.3.0 |
1655 | 2024-09-11T21:19:01.859Z | Checking backtrace v0.3.71 |
1656 | 2024-09-11T21:19:01.901Z | Checking colorchoice v1.0.1 |
1657 | 2024-09-11T21:19:02.049Z | Checking bitflags v1.3.2 |
1658 | 2024-09-11T21:19:02.161Z | Checking psl-types v2.0.11 |
1659 | 2024-09-11T21:19:02.362Z | Checking anstyle-query v1.0.3 |
1660 | 2024-09-11T21:19:02.456Z | Checking anyhow v1.0.86 |
1661 | 2024-09-11T21:19:02.503Z | Checking base64 v0.22.1 |
1662 | 2024-09-11T21:19:02.713Z | Checking pretty-hex v0.4.1 |
1663 | 2024-09-11T21:19:02.833Z | Checking is_terminal_polyfill v1.70.0 |
1664 | 2024-09-11T21:19:02.884Z | Checking tokio-rustls v0.24.1 |
1665 | 2024-09-11T21:19:02.909Z | Checking dtrace-parser v0.2.0 |
1666 | 2024-09-11T21:19:02.957Z | Checking anstream v0.6.14 |
1667 | 2024-09-11T21:19:03.002Z | Checking publicsuffix v2.2.3 |
1668 | 2024-09-11T21:19:03.249Z | Checking rustls-pemfile v1.0.4 |
1669 | 2024-09-11T21:19:03.270Z | Checking cookie v0.17.0 |
1670 | 2024-09-11T21:19:03.320Z | Checking terminal_size v0.3.0 |
1671 | 2024-09-11T21:19:03.391Z | Checking thread-id v4.2.1 |
1672 | 2024-09-11T21:19:03.443Z | Checking strsim v0.11.1 |
1673 | 2024-09-11T21:19:03.485Z | Checking clap_lex v0.7.0 |
1674 | 2024-09-11T21:19:03.508Z | Checking signature v2.2.0 |
1675 | 2024-09-11T21:19:03.684Z | Checking cookie_store v0.20.0 |
1676 | 2024-09-11T21:19:03.717Z | Checking memmap v0.7.0 |
1677 | 2024-09-11T21:19:03.740Z | Checking sync_wrapper v0.1.2 |
1678 | 2024-09-11T21:19:03.743Z | Checking clap_builder v4.5.15 |
1679 | 2024-09-11T21:19:03.868Z | Checking webpki-roots v0.25.4 |
1680 | 2024-09-11T21:19:03.913Z | Checking num-integer v0.1.46 |
1681 | 2024-09-11T21:19:03.991Z | Checking winnow v0.6.18 |
1682 | 2024-09-11T21:19:04.021Z | Checking base16ct v0.2.0 |
1683 | 2024-09-11T21:19:04.225Z | Checking sec1 v0.7.3 |
1684 | 2024-09-11T21:19:04.300Z | Checking ff v0.13.0 |
1685 | 2024-09-11T21:19:04.408Z | Checking stable_deref_trait v1.2.0 |
1686 | 2024-09-11T21:19:04.512Z | Checking num-iter v0.1.45 |
1687 | 2024-09-11T21:19:04.537Z | Checking group v0.13.0 |
1688 | 2024-09-11T21:19:04.605Z | Checking hkdf v0.12.4 |
1689 | 2024-09-11T21:19:04.678Z | Checking crypto-bigint v0.5.5 |
1690 | 2024-09-11T21:19:04.814Z | Checking crc32fast v1.4.0 |
1691 | 2024-09-11T21:19:04.836Z | Checking crossbeam-epoch v0.9.18 |
1692 | 2024-09-11T21:19:04.913Z | Checking dof v0.3.0 |
1693 | 2024-09-11T21:19:05.042Z | Checking hex v0.4.3 |
1694 | 2024-09-11T21:19:05.198Z | Checking native-tls v0.2.11 |
1695 | 2024-09-11T21:19:05.249Z | Checking hyper v0.14.30 |
1696 | 2024-09-11T21:19:05.273Z | Checking adler2 v2.0.0 |
1697 | 2024-09-11T21:19:05.437Z | Checking unicode-segmentation v1.11.0 |
1698 | 2024-09-11T21:19:05.499Z | Checking tokio-native-tls v0.3.1 |
1699 | 2024-09-11T21:19:05.524Z | Checking usdt-impl v0.5.0 |
1700 | 2024-09-11T21:19:05.546Z | Checking winnow v0.5.40 |
1701 | 2024-09-11T21:19:05.746Z | Checking static_assertions v1.1.0 |
1702 | 2024-09-11T21:19:05.852Z | Checking managed v0.8.0 |
1703 | 2024-09-11T21:19:06.066Z | Checking miniz_oxide v0.8.0 |
1704 | 2024-09-11T21:19:06.089Z | Checking usdt v0.5.0 |
1705 | 2024-09-11T21:19:06.251Z | Checking num-bigint-dig v0.8.4 |
1706 | 2024-09-11T21:19:06.376Z | Checking pkcs1 v0.7.5 |
1707 | 2024-09-11T21:19:06.773Z | Checking zerocopy v0.6.6 |
1708 | 2024-09-11T21:19:06.775Z | Checking clap v4.5.16 |
1709 | 2024-09-11T21:19:06.833Z | Checking signal-hook v0.3.17 |
1710 | 2024-09-11T21:19:06.876Z | Checking toml_edit v0.22.20 |
1711 | 2024-09-11T21:19:07.160Z | Checking flate2 v1.0.33 |
1712 | 2024-09-11T21:19:07.411Z | Checking elliptic-curve v0.13.8 |
1713 | 2024-09-11T21:19:07.507Z | Checking bstr v1.9.1 |
1714 | 2024-09-11T21:19:07.532Z | Checking mio v0.8.11 |
1715 | 2024-09-11T21:19:07.817Z | Checking siphasher v0.3.11 |
1716 | 2024-09-11T21:19:08.107Z | Checking itertools v0.10.5 |
1717 | 2024-09-11T21:19:08.130Z | Checking idna v0.4.0 |
1718 | 2024-09-11T21:19:08.162Z | Checking signal-hook-mio v0.2.4 |
1719 | 2024-09-11T21:19:08.319Z | Checking bit-vec v0.6.3 |
1720 | 2024-09-11T21:19:08.344Z | Checking toml_edit v0.19.15 |
1721 | 2024-09-11T21:19:08.419Z | Checking itertools v0.12.1 |
1722 | 2024-09-11T21:19:08.444Z | Checking rsa v0.9.6 |
1723 | 2024-09-11T21:19:08.640Z | Checking bit-set v0.5.3 |
1724 | 2024-09-11T21:19:08.920Z | Checking hash32 v0.2.1 |
1725 | 2024-09-11T21:19:08.958Z | Checking hickory-proto v0.24.1 |
1726 | 2024-09-11T21:19:09.235Z | Checking predicates-core v1.0.6 |
1727 | 2024-09-11T21:19:09.429Z | Checking finl_unicode v1.2.0 |
1728 | 2024-09-11T21:19:09.480Z | Checking heapless v0.7.17 |
1729 | 2024-09-11T21:19:09.506Z | Checking tokio-stream v0.1.15 |
1730 | 2024-09-11T21:19:09.984Z | Checking stringprep v0.1.4 |
1731 | 2024-09-11T21:19:10.252Z | Checking console v0.15.8 |
1732 | 2024-09-11T21:19:10.311Z | Checking md-5 v0.10.6 |
1733 | 2024-09-11T21:19:10.370Z | Checking float-cmp v0.9.0 |
1734 | 2024-09-11T21:19:10.497Z | Checking fixedbitset v0.4.2 |
1735 | 2024-09-11T21:19:10.569Z | Checking normalize-line-endings v0.3.0 |
1736 | 2024-09-11T21:19:10.593Z | Checking fallible-iterator v0.2.0 |
1737 | 2024-09-11T21:19:10.690Z | Checking difflib v0.4.0 |
1738 | 2024-09-11T21:19:10.737Z | Checking toml v0.7.8 |
1739 | 2024-09-11T21:19:10.774Z | Checking petgraph v0.6.5 |
1740 | 2024-09-11T21:19:10.824Z | Checking smoltcp v0.9.1 |
1741 | 2024-09-11T21:19:11.002Z | Checking predicates v3.1.2 |
1742 | 2024-09-11T21:19:11.063Z | Checking similar v2.6.0 |
1743 | 2024-09-11T21:19:11.182Z | Checking postgres-protocol v0.6.7 |
1744 | 2024-09-11T21:19:11.227Z | Checking hyper-rustls v0.24.2 |
1745 | 2024-09-11T21:19:11.492Z | Checking hyper-tls v0.5.0 |
1746 | 2024-09-11T21:19:11.556Z | Checking phf_shared v0.11.2 |
1747 | 2024-09-11T21:19:11.689Z | Checking phf_shared v0.10.0 |
1748 | 2024-09-11T21:19:11.795Z | Checking reqwest v0.11.27 |
1749 | 2024-09-11T21:19:11.827Z | Checking fs-err v2.11.0 |
1750 | 2024-09-11T21:19:11.853Z | Checking hubpack v0.1.2 |
1751 | 2024-09-11T21:19:11.916Z | Checking precomputed-hash v0.1.1 |
1752 | 2024-09-11T21:19:11.966Z | Checking lalrpop-util v0.19.12 |
1753 | 2024-09-11T21:19:12.036Z | Checking minimal-lexical v0.2.1 |
1754 | 2024-09-11T21:19:12.188Z | Checking new_debug_unreachable v1.0.6 |
1755 | 2024-09-11T21:19:12.250Z | Checking phf v0.11.2 |
1756 | 2024-09-11T21:19:12.283Z | Checking string_cache v0.8.7 |
1757 | 2024-09-11T21:19:12.306Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1758 | 2024-09-11T21:19:12.357Z | Checking postgres-types v0.2.7 |
1759 | 2024-09-11T21:19:12.464Z | Checking nom v7.1.3 |
1760 | 2024-09-11T21:19:12.527Z | Checking whoami v1.5.1 |
1761 | 2024-09-11T21:19:12.566Z | Checking peg-runtime v0.8.3 |
1762 | 2024-09-11T21:19:12.844Z | Compiling regress v0.9.1 |
1763 | 2024-09-11T21:19:12.931Z | Compiling getopts v0.2.21 |
1764 | 2024-09-11T21:19:13.055Z | Checking tokio-postgres v0.7.11 |
1765 | 2024-09-11T21:19:13.388Z | Compiling unsafe-libyaml v0.2.11 |
1766 | 2024-09-11T21:19:13.689Z | Checking camino v1.1.9 |
1767 | 2024-09-11T21:19:13.820Z | Checking heck v0.5.0 |
1768 | 2024-09-11T21:19:14.159Z | Checking is-terminal v0.4.12 |
1769 | 2024-09-11T21:19:14.258Z | Compiling paste v1.0.15 |
1770 | 2024-09-11T21:19:14.292Z | Compiling ident_case v1.0.1 |
1771 | 2024-09-11T21:19:14.490Z | Compiling darling_core v0.20.9 |
1772 | 2024-09-11T21:19:14.839Z | Compiling serde_yaml v0.9.34+deprecated |
1773 | 2024-09-11T21:19:15.362Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1774 | 2024-09-11T21:19:16.001Z | Checking http v1.1.0 |
1775 | 2024-09-11T21:19:16.024Z | Compiling rustls v0.22.4 |
1776 | 2024-09-11T21:19:16.371Z | Checking dirs-sys-next v0.1.2 |
1777 | 2024-09-11T21:19:16.556Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1778 | 2024-09-11T21:19:16.603Z | Checking dirs-next v2.0.0 |
1779 | 2024-09-11T21:19:16.750Z | Checking crossbeam-channel v0.5.12 |
1780 | 2024-09-11T21:19:17.282Z | Checking thread_local v1.1.8 |
1781 | 2024-09-11T21:19:17.396Z | Compiling multer v3.1.0 |
1782 | 2024-09-11T21:19:17.496Z | Checking term v0.7.0 |
1783 | 2024-09-11T21:19:17.570Z | Compiling async-stream-impl v0.3.5 |
1784 | 2024-09-11T21:19:17.789Z | Checking take_mut v0.2.2 |
1785 | 2024-09-11T21:19:17.920Z | Checking slog-term v2.9.1 |
1786 | 2024-09-11T21:19:17.951Z | Checking slog-async v2.8.0 |
1787 | 2024-09-11T21:19:18.054Z | Checking match_cfg v0.1.0 |
1788 | 2024-09-11T21:19:18.159Z | Checking rustls-pki-types v1.7.0 |
1789 | 2024-09-11T21:19:18.247Z | Checking hostname v0.3.1 |
1790 | 2024-09-11T21:19:18.389Z | Checking strum v0.26.3 |
1791 | 2024-09-11T21:19:18.423Z | Checking toml v0.8.19 |
1792 | 2024-09-11T21:19:18.548Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1793 | 2024-09-11T21:19:18.607Z | Checking rustls-webpki v0.102.4 |
1794 | 2024-09-11T21:19:18.912Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1795 | 2024-09-11T21:19:18.934Z | Checking rustls-pemfile v2.1.3 |
1796 | 2024-09-11T21:19:18.954Z | Checking debug-ignore v1.0.5 |
1797 | 2024-09-11T21:19:19.092Z | Checking slog-json v2.6.1 |
1798 | 2024-09-11T21:19:19.148Z | Checking atomic-waker v1.1.2 |
1799 | 2024-09-11T21:19:19.173Z | Checking async-stream v0.3.5 |
1800 | 2024-09-11T21:19:19.282Z | Checking waitgroup v0.1.2 |
1801 | 2024-09-11T21:19:19.340Z | Checking slog-bunyan v2.5.0 |
1802 | 2024-09-11T21:19:19.423Z | Checking serde_path_to_error v0.1.16 |
1803 | 2024-09-11T21:19:19.517Z | Checking hostname v0.4.0 |
1804 | 2024-09-11T21:19:19.673Z | Checking fastrand v2.1.0 |
1805 | 2024-09-11T21:19:19.753Z | Checking ipnetwork v0.20.0 |
1806 | 2024-09-11T21:19:19.900Z | Checking instant v0.1.12 |
1807 | 2024-09-11T21:19:20.021Z | Checking tempfile v3.10.1 |
1808 | 2024-09-11T21:19:20.044Z | Compiling structmeta-derive v0.3.0 |
1809 | 2024-09-11T21:19:20.067Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1810 | 2024-09-11T21:19:20.093Z | Checking quick-error v1.2.3 |
1811 | 2024-09-11T21:19:20.242Z | Checking newtype-uuid v1.1.0 |
1812 | 2024-09-11T21:19:20.400Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1813 | 2024-09-11T21:19:20.501Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1814 | 2024-09-11T21:19:20.802Z | Checking macaddr v1.0.1 |
1815 | 2024-09-11T21:19:20.886Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1816 | 2024-09-11T21:19:21.021Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1817 | 2024-09-11T21:19:21.138Z | Checking backoff v0.4.0 |
1818 | 2024-09-11T21:19:21.201Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1819 | 2024-09-11T21:19:21.398Z | Checking wait-timeout v0.2.0 |
1820 | 2024-09-11T21:19:21.401Z | Checking rand_xorshift v0.3.0 |
1821 | 2024-09-11T21:19:21.471Z | Compiling darling_macro v0.20.9 |
1822 | 2024-09-11T21:19:21.497Z | Compiling structmeta-derive v0.2.0 |
1823 | 2024-09-11T21:19:21.592Z | Checking unarray v0.1.4 |
1824 | 2024-09-11T21:19:21.618Z | Checking rusty-fork v0.3.0 |
1825 | 2024-09-11T21:19:21.766Z | Checking camino-tempfile v1.1.1 |
1826 | 2024-09-11T21:19:21.929Z | Checking proptest v1.5.0 |
1827 | 2024-09-11T21:19:22.042Z | Compiling proc-macro-error v1.0.4 |
1828 | 2024-09-11T21:19:22.468Z | Compiling darling v0.20.9 |
1829 | 2024-09-11T21:19:22.586Z | Compiling serde_with_macros v3.9.0 |
1830 | 2024-09-11T21:19:22.732Z | Compiling proc-macro-crate v1.3.1 |
1831 | 2024-09-11T21:19:22.939Z | Compiling structmeta v0.3.0 |
1832 | 2024-09-11T21:19:23.035Z | Checking tokio-rustls v0.25.0 |
1833 | 2024-09-11T21:19:23.417Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1834 | 2024-09-11T21:19:23.420Z | Compiling parse-display-derive v0.10.0 |
1835 | 2024-09-11T21:19:23.787Z | Compiling num_enum_derive v0.5.11 |
1836 | 2024-09-11T21:19:23.841Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1837 | 2024-09-11T21:19:24.192Z | Compiling foreign-types-macros v0.2.3 |
1838 | 2024-09-11T21:19:24.497Z | Compiling structmeta v0.2.0 |
1839 | 2024-09-11T21:19:24.950Z | Compiling test-strategy v0.3.1 |
1840 | 2024-09-11T21:19:25.535Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1841 | 2024-09-11T21:19:25.629Z | Checking serde_with v3.9.0 |
1842 | 2024-09-11T21:19:25.845Z | Checking foreign-types-shared v0.3.1 |
1843 | 2024-09-11T21:19:25.961Z | Checking foreign-types v0.5.0 |
1844 | 2024-09-11T21:19:26.472Z | Checking cstr-argument v0.1.2 |
1845 | 2024-09-11T21:19:26.496Z | Checking num_enum v0.5.11 |
1846 | 2024-09-11T21:19:26.546Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1847 | 2024-09-11T21:19:26.659Z | Checking pretty-hex v0.2.1 |
1848 | 2024-09-11T21:19:26.662Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1849 | 2024-09-11T21:19:26.824Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1850 | 2024-09-11T21:19:26.991Z | Checking tabwriter v1.4.0 |
1851 | 2024-09-11T21:19:27.111Z | Checking colored v2.1.0 |
1852 | 2024-09-11T21:19:27.226Z | Checking socket2 v0.4.10 |
1853 | 2024-09-11T21:19:27.387Z | Checking smf v0.2.3 |
1854 | 2024-09-11T21:19:27.486Z | Checking termtree v0.4.1 |
1855 | 2024-09-11T21:19:27.570Z | Compiling heapless v0.8.0 |
1856 | 2024-09-11T21:19:27.666Z | Checking hash32 v0.3.1 |
1857 | 2024-09-11T21:19:27.695Z | Checking predicates-tree v1.0.9 |
1858 | 2024-09-11T21:19:27.831Z | Compiling smoltcp v0.11.0 |
1859 | 2024-09-11T21:19:27.858Z | Compiling crucible-workspace-hack v0.1.0 |
1860 | 2024-09-11T21:19:27.880Z | Checking cobs v0.2.3 |
1861 | 2024-09-11T21:19:28.055Z | Checking parse-display v0.10.0 |
1862 | 2024-09-11T21:19:28.076Z | Checking embedded-io v0.4.0 |
1863 | 2024-09-11T21:19:28.273Z | Checking postcard v1.0.8 |
1864 | 2024-09-11T21:19:28.296Z | Checking sigpipe v0.1.3 |
1865 | 2024-09-11T21:19:28.318Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1866 | 2024-09-11T21:19:28.413Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1867 | 2024-09-11T21:19:28.565Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1868 | 2024-09-11T21:19:28.666Z | Compiling mockall_derive v0.13.0 |
1869 | 2024-09-11T21:19:28.714Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1870 | 2024-09-11T21:19:28.898Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1871 | 2024-09-11T21:19:28.929Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1872 | 2024-09-11T21:19:28.987Z | Checking humantime v2.1.0 |
1873 | 2024-09-11T21:19:29.152Z | Compiling zone_cfg_derive v0.3.0 |
1874 | 2024-09-11T21:19:29.185Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1875 | 2024-09-11T21:19:29.264Z | Compiling num-derive v0.4.2 |
1876 | 2024-09-11T21:19:29.467Z | Checking fragile v2.0.0 |
1877 | 2024-09-11T21:19:29.531Z | Checking downcast v0.11.0 |
1878 | 2024-09-11T21:19:29.940Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1879 | 2024-09-11T21:19:29.945Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1880 | 2024-09-11T21:19:29.997Z | Checking utf-8 v0.7.6 |
1881 | 2024-09-11T21:19:30.106Z | Checking newline-converter v0.3.0 |
1882 | 2024-09-11T21:19:30.206Z | Checking tungstenite v0.21.0 |
1883 | 2024-09-11T21:19:30.275Z | Checking expectorate v1.1.0 |
1884 | 2024-09-11T21:19:30.453Z | Compiling convert_case v0.4.0 |
1885 | 2024-09-11T21:19:30.687Z | Checking zone v0.3.0 |
1886 | 2024-09-11T21:19:30.788Z | Checking same-file v1.0.6 |
1887 | 2024-09-11T21:19:30.971Z | Checking walkdir v2.5.0 |
1888 | 2024-09-11T21:19:31.070Z | Checking tokio-tungstenite v0.21.0 |
1889 | 2024-09-11T21:19:31.265Z | Checking arc-swap v1.7.1 |
1890 | 2024-09-11T21:19:31.520Z | Checking xattr v1.3.1 |
1891 | 2024-09-11T21:19:31.523Z | Compiling derive_more v0.99.18 |
1892 | 2024-09-11T21:19:31.566Z | Checking filetime v0.2.25 |
1893 | 2024-09-11T21:19:31.643Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
1894 | 2024-09-11T21:19:31.728Z | Checking termcolor v1.4.1 |
1895 | 2024-09-11T21:19:31.749Z | Checking slog-scope v4.4.0 |
1896 | 2024-09-11T21:19:31.776Z | Checking tar v0.4.41 |
1897 | 2024-09-11T21:19:31.949Z | Checking slog-stdlog v4.1.1 |
1898 | 2024-09-11T21:19:32.097Z | Checking swrite v0.1.0 |
1899 | 2024-09-11T21:19:32.127Z | Checking slog-envlogger v2.2.0 |
1900 | 2024-09-11T21:19:32.165Z | Compiling cancel-safe-futures v0.1.5 |
1901 | 2024-09-11T21:19:32.218Z | Compiling derive-where v1.2.7 |
1902 | 2024-09-11T21:19:32.319Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1903 | 2024-09-11T21:19:32.363Z | Checking libsw v3.3.1 |
1904 | 2024-09-11T21:19:32.555Z | Checking owo-colors v4.0.0 |
1905 | 2024-09-11T21:19:32.616Z | Checking indent_write v2.2.0 |
1906 | 2024-09-11T21:19:32.821Z | Checking linear-map v1.2.0 |
1907 | 2024-09-11T21:19:33.010Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1908 | 2024-09-11T21:19:33.163Z | Checking password-hash v0.5.0 |
1909 | 2024-09-11T21:19:33.391Z | Checking blake2 v0.10.6 |
1910 | 2024-09-11T21:19:33.646Z | Checking num-rational v0.4.2 |
1911 | 2024-09-11T21:19:33.724Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1912 | 2024-09-11T21:19:33.810Z | Checking argon2 v0.5.3 |
1913 | 2024-09-11T21:19:34.326Z | Checking num-complex v0.4.6 |
1914 | 2024-09-11T21:19:34.437Z | Checking float-ord v0.3.2 |
1915 | 2024-09-11T21:19:34.526Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1916 | 2024-09-11T21:19:34.584Z | Checking atty v0.2.14 |
1917 | 2024-09-11T21:19:34.721Z | Checking pem v3.0.4 |
1918 | 2024-09-11T21:19:34.897Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1919 | 2024-09-11T21:19:35.188Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1920 | 2024-09-11T21:19:35.258Z | Checking num v0.4.3 |
1921 | 2024-09-11T21:19:35.495Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1922 | 2024-09-11T21:19:35.746Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1923 | 2024-09-11T21:19:35.785Z | Checking tungstenite v0.20.1 |
1924 | 2024-09-11T21:19:35.816Z | Checking env_logger v0.9.3 |
1925 | 2024-09-11T21:19:36.230Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1926 | 2024-09-11T21:19:36.299Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1927 | 2024-09-11T21:19:36.436Z | Compiling bitstruct_derive v0.1.0 |
1928 | 2024-09-11T21:19:36.599Z | Checking ascii v1.1.0 |
1929 | 2024-09-11T21:19:36.627Z | Checking tokio-tungstenite v0.20.1 |
1930 | 2024-09-11T21:19:36.754Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1931 | 2024-09-11T21:19:36.997Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1932 | 2024-09-11T21:19:37.018Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1933 | 2024-09-11T21:19:37.105Z | Checking atomicwrites v0.4.3 |
1934 | 2024-09-11T21:19:37.159Z | Checking mockall v0.13.0 |
1935 | 2024-09-11T21:19:37.182Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1936 | 2024-09-11T21:19:37.313Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1937 | 2024-09-11T21:19:37.393Z | Checking serde_arrays v0.1.0 |
1938 | 2024-09-11T21:19:37.461Z | Checking erased-serde v0.3.31 |
1939 | 2024-09-11T21:19:37.550Z | Compiling heck v0.3.3 |
1940 | 2024-09-11T21:19:37.589Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1941 | 2024-09-11T21:19:37.799Z | Checking bitstruct v0.1.1 |
1942 | 2024-09-11T21:19:37.898Z | Checking yasna v0.5.2 |
1943 | 2024-09-11T21:19:37.922Z | Checking headers-core v0.2.0 |
1944 | 2024-09-11T21:19:37.976Z | Checking base64 v0.13.1 |
1945 | 2024-09-11T21:19:38.004Z | Compiling zone_cfg_derive v0.1.2 |
1946 | 2024-09-11T21:19:38.069Z | Checking headers v0.3.9 |
1947 | 2024-09-11T21:19:38.388Z | Checking ron v0.7.1 |
1948 | 2024-09-11T21:19:38.496Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1949 | 2024-09-11T21:19:38.796Z | Checking rcgen v0.12.1 |
1950 | 2024-09-11T21:19:39.404Z | Checking portpicker v0.1.1 |
1951 | 2024-09-11T21:19:39.449Z | Checking subprocess v0.2.9 |
1952 | 2024-09-11T21:19:39.473Z | Checking highway v1.2.0 |
1953 | 2024-09-11T21:19:39.551Z | Compiling semver v0.1.20 |
1954 | 2024-09-11T21:19:39.603Z | Checking zone v0.1.8 |
1955 | 2024-09-11T21:19:39.631Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1956 | 2024-09-11T21:19:39.771Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1957 | 2024-09-11T21:19:39.974Z | Compiling prettyplease v0.2.20 |
1958 | 2024-09-11T21:19:40.199Z | Compiling rustc_version v0.1.7 |
1959 | 2024-09-11T21:19:40.222Z | Checking half v2.4.1 |
1960 | 2024-09-11T21:19:40.248Z | Checking ciborium-io v0.2.2 |
1961 | 2024-09-11T21:19:40.303Z | Compiling cookie v0.18.1 |
1962 | 2024-09-11T21:19:40.650Z | Checking linked-hash-map v0.5.6 |
1963 | 2024-09-11T21:19:40.685Z | Checking ciborium-ll v0.2.2 |
1964 | 2024-09-11T21:19:40.730Z | Compiling newtype_derive v0.1.6 |
1965 | 2024-09-11T21:19:40.863Z | Compiling rayon-core v1.12.1 |
1966 | 2024-09-11T21:19:40.983Z | Checking lru-cache v0.1.2 |
1967 | 2024-09-11T21:19:41.007Z | Checking ciborium v0.2.2 |
1968 | 2024-09-11T21:19:41.153Z | Checking resolv-conf v0.7.0 |
1969 | 2024-09-11T21:19:41.308Z | Checking steno v0.4.1 |
1970 | 2024-09-11T21:19:41.510Z | Checking hickory-resolver v0.24.1 |
1971 | 2024-09-11T21:19:42.083Z | Compiling home v0.5.9 |
1972 | 2024-09-11T21:19:43.852Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1973 | 2024-09-11T21:19:46.320Z | Compiling slog-dtrace v0.3.0 |
1974 | 2024-09-11T21:19:46.546Z | Compiling ring v0.16.20 |
1975 | 2024-09-11T21:19:46.731Z | Compiling blake3 v1.5.1 |
1976 | 2024-09-11T21:19:47.299Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1977 | 2024-09-11T21:19:47.607Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1978 | 2024-09-11T21:19:48.027Z | Checking itertools v0.13.0 |
1979 | 2024-09-11T21:19:48.050Z | Checking universal-hash v0.5.1 |
1980 | 2024-09-11T21:19:48.100Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1981 | 2024-09-11T21:19:48.157Z | Checking keccak v0.1.5 |
1982 | 2024-09-11T21:19:48.236Z | Checking opaque-debug v0.3.1 |
1983 | 2024-09-11T21:19:48.339Z | Checking secrecy v0.8.0 |
1984 | 2024-09-11T21:19:48.477Z | Checking sha3 v0.10.8 |
1985 | 2024-09-11T21:19:48.554Z | Compiling curve25519-dalek v4.1.3 |
1986 | 2024-09-11T21:19:48.876Z | Checking aead v0.5.2 |
1987 | 2024-09-11T21:19:49.097Z | Compiling curve25519-dalek-derive v0.1.1 |
1988 | 2024-09-11T21:19:49.349Z | Checking poly1305 v0.8.0 |
1989 | 2024-09-11T21:19:49.485Z | Checking chacha20 v0.9.1 |
1990 | 2024-09-11T21:19:49.843Z | Compiling crossbeam-deque v0.8.5 |
1991 | 2024-09-11T21:19:50.632Z | Compiling memmap2 v0.9.4 |
1992 | 2024-09-11T21:19:50.985Z | Compiling rayon v1.10.0 |
1993 | 2024-09-11T21:19:51.117Z | Compiling arrayvec v0.7.4 |
1994 | 2024-09-11T21:19:51.137Z | Compiling untrusted v0.7.1 |
1995 | 2024-09-11T21:19:51.370Z | Compiling constant_time_eq v0.3.0 |
1996 | 2024-09-11T21:19:51.526Z | Compiling spin v0.5.2 |
1997 | 2024-09-11T21:19:51.569Z | Compiling arrayref v0.3.7 |
1998 | 2024-09-11T21:19:51.999Z | Compiling toolchain_find v0.4.0 |
1999 | 2024-09-11T21:19:52.145Z | Compiling thiserror-impl-no-std v2.0.2 |
2000 | 2024-09-11T21:19:52.626Z | Compiling topological-sort v0.2.2 |
2001 | 2024-09-11T21:19:52.683Z | Compiling rustfmt-wrapper v0.2.1 |
2002 | 2024-09-11T21:19:52.861Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2003 | 2024-09-11T21:19:53.085Z | Checking display-error-chain v0.2.1 |
2004 | 2024-09-11T21:19:53.232Z | Checking chacha20poly1305 v0.10.1 |
2005 | 2024-09-11T21:19:53.248Z | Checking nibble_vec v0.1.0 |
2006 | 2024-09-11T21:19:53.265Z | Checking endian-type v0.1.2 |
2007 | 2024-09-11T21:19:53.404Z | Checking fxhash v0.2.1 |
2008 | 2024-09-11T21:19:53.449Z | Checking maplit v1.0.2 |
2009 | 2024-09-11T21:19:53.473Z | Checking radix_trie v0.2.1 |
2010 | 2024-09-11T21:19:53.566Z | Compiling radium v0.7.0 |
2011 | 2024-09-11T21:19:53.588Z | Compiling maybe-uninit v2.0.0 |
2012 | 2024-09-11T21:19:53.877Z | Checking tap v1.0.1 |
2013 | 2024-09-11T21:19:54.052Z | Checking wyz v0.5.1 |
2014 | 2024-09-11T21:19:54.206Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2015 | 2024-09-11T21:19:54.446Z | Checking funty v2.0.0 |
2016 | 2024-09-11T21:19:54.504Z | Checking crc-catalog v2.4.0 |
2017 | 2024-09-11T21:19:54.660Z | Compiling packed_struct v0.10.1 |
2018 | 2024-09-11T21:19:55.160Z | Checking crc v3.2.1 |
2019 | 2024-09-11T21:19:55.415Z | Checking thiserror-no-std v2.0.2 |
2020 | 2024-09-11T21:19:55.418Z | Checking bitvec v1.0.1 |
2021 | 2024-09-11T21:19:55.529Z | Checking vsss-rs v3.3.4 |
2022 | 2024-09-11T21:19:55.700Z | Checking gethostname v0.5.0 |
2023 | 2024-09-11T21:19:55.784Z | Checking kstat-rs v0.2.4 |
2024 | 2024-09-11T21:19:55.832Z | Compiling packed_struct_codegen v0.10.1 |
2025 | 2024-09-11T21:19:56.123Z | Compiling omicron-zone-package v0.11.0 |
2026 | 2024-09-11T21:19:56.177Z | Compiling indexmap v1.9.3 |
2027 | 2024-09-11T21:19:56.398Z | Compiling libefi-sys v0.1.0 |
2028 | 2024-09-11T21:19:56.541Z | Checking nodrop v0.1.14 |
2029 | 2024-09-11T21:19:56.670Z | Checking array-init v0.0.4 |
2030 | 2024-09-11T21:19:56.734Z | Checking smallvec v0.6.14 |
2031 | 2024-09-11T21:19:56.762Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2032 | 2024-09-11T21:19:57.152Z | Compiling bitfield-struct v0.6.1 |
2033 | 2024-09-11T21:19:57.180Z | Checking hashbrown v0.12.3 |
2034 | 2024-09-11T21:19:57.657Z | Checking bitfield v0.14.0 |
2035 | 2024-09-11T21:19:57.960Z | Checking serde-hex v0.1.0 |
2036 | 2024-09-11T21:19:58.667Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2037 | 2024-09-11T21:19:58.913Z | Checking bzip2 v0.4.4 |
2038 | 2024-09-11T21:19:58.959Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2039 | 2024-09-11T21:19:59.090Z | Checking env_logger v0.10.2 |
2040 | 2024-09-11T21:19:59.186Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2041 | 2024-09-11T21:19:59.189Z | Checking ron v0.8.1 |
2042 | 2024-09-11T21:19:59.231Z | Checking x509-cert v0.2.5 |
2043 | 2024-09-11T21:19:59.492Z | Checking hashbrown v0.13.2 |
2044 | 2024-09-11T21:19:59.517Z | Compiling async-recursion v1.1.1 |
2045 | 2024-09-11T21:20:00.513Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2046 | 2024-09-11T21:20:00.564Z | Checking crc-any v2.5.0 |
2047 | 2024-09-11T21:20:00.638Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2048 | 2024-09-11T21:20:00.831Z | Checking object v0.30.4 |
2049 | 2024-09-11T21:20:00.960Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2050 | 2024-09-11T21:20:01.196Z | Checking zip v0.6.6 |
2051 | 2024-09-11T21:20:01.224Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2052 | 2024-09-11T21:20:01.423Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2053 | 2024-09-11T21:20:01.509Z | Compiling parking_lot_core v0.8.6 |
2054 | 2024-09-11T21:20:01.902Z | Checking path-slash v0.1.5 |
2055 | 2024-09-11T21:20:01.924Z | Checking glob v0.3.1 |
2056 | 2024-09-11T21:20:02.032Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2057 | 2024-09-11T21:20:02.051Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2058 | 2024-09-11T21:20:02.245Z | Checking hickory-client v0.24.1 |
2059 | 2024-09-11T21:20:02.263Z | Checking hickory-server v0.24.1 |
2060 | 2024-09-11T21:20:02.386Z | Checking parking_lot v0.11.2 |
2061 | 2024-09-11T21:20:02.550Z | Checking crossterm v0.28.1 |
2062 | 2024-09-11T21:20:02.620Z | Compiling buf-list v1.0.3 |
2063 | 2024-09-11T21:20:02.714Z | Checking sled v0.34.7 |
2064 | 2024-09-11T21:20:02.886Z | Compiling unicase v2.7.0 |
2065 | 2024-09-11T21:20:03.864Z | Checking nanorand v0.7.0 |
2066 | 2024-09-11T21:20:04.173Z | Compiling vte_generate_state_changes v0.1.1 |
2067 | 2024-09-11T21:20:04.244Z | Checking flume v0.11.0 |
2068 | 2024-09-11T21:20:04.447Z | Compiling mime_guess v2.0.4 |
2069 | 2024-09-11T21:20:04.762Z | Checking fd-lock v4.0.2 |
2070 | 2024-09-11T21:20:04.816Z | Checking vte v0.11.1 |
2071 | 2024-09-11T21:20:04.963Z | Compiling dsl_auto_type v0.1.2 |
2072 | 2024-09-11T21:20:05.209Z | Checking crossterm v0.27.0 |
2073 | 2024-09-11T21:20:05.508Z | Checking scheduled-thread-pool v0.2.7 |
2074 | 2024-09-11T21:20:05.755Z | Compiling diesel_table_macro_syntax v0.2.0 |
2075 | 2024-09-11T21:20:05.846Z | Checking nu-ansi-term v0.50.0 |
2076 | 2024-09-11T21:20:06.002Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2077 | 2024-09-11T21:20:06.237Z | Checking strip-ansi-escapes v0.2.0 |
2078 | 2024-09-11T21:20:06.263Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2079 | 2024-09-11T21:20:06.268Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2080 | 2024-09-11T21:20:06.426Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2081 | 2024-09-11T21:20:06.490Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2082 | 2024-09-11T21:20:06.847Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2083 | 2024-09-11T21:20:06.950Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2084 | 2024-09-11T21:20:07.686Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2085 | 2024-09-11T21:20:08.881Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2086 | 2024-09-11T21:20:10.421Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2087 | 2024-09-11T21:20:10.626Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2088 | 2024-09-11T21:20:11.004Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2089 | 2024-09-11T21:20:11.166Z | Compiling crunchy v0.2.2 |
2090 | 2024-09-11T21:20:11.437Z | Checking reedline v0.33.0 |
2091 | 2024-09-11T21:20:12.838Z | Compiling diesel_derives v2.2.2 |
2092 | 2024-09-11T21:20:13.339Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2093 | 2024-09-11T21:20:13.588Z | Checking r2d2 v0.8.10 |
2094 | 2024-09-11T21:20:13.903Z | Compiling clang-sys v1.7.0 |
2095 | 2024-09-11T21:20:14.215Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2096 | 2024-09-11T21:20:14.239Z | Compiling pin-project-internal v1.1.5 |
2097 | 2024-09-11T21:20:14.489Z | Checking http-range v0.1.5 |
2098 | 2024-09-11T21:20:14.666Z | Compiling tiny-keccak v2.0.2 |
2099 | 2024-09-11T21:20:14.689Z | Checking hyper-staticfile v0.9.5 |
2100 | 2024-09-11T21:20:15.058Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2101 | 2024-09-11T21:20:15.263Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2102 | 2024-09-11T21:20:15.535Z | Compiling ref-cast v1.0.23 |
2103 | 2024-09-11T21:20:15.602Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2104 | 2024-09-11T21:20:16.269Z | Compiling ascii-canvas v3.0.0 |
2105 | 2024-09-11T21:20:16.847Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2106 | 2024-09-11T21:20:16.899Z | Compiling ena v0.14.3 |
2107 | 2024-09-11T21:20:17.211Z | Compiling ref-cast-impl v1.0.23 |
2108 | 2024-09-11T21:20:17.326Z | Compiling libloading v0.8.3 |
2109 | 2024-09-11T21:20:17.348Z | Checking pin-project v1.1.5 |
2110 | 2024-09-11T21:20:17.477Z | Compiling regex-syntax v0.6.29 |
2111 | 2024-09-11T21:20:17.722Z | Compiling bindgen v0.69.4 |
2112 | 2024-09-11T21:20:18.424Z | Compiling diff v0.1.13 |
2113 | 2024-09-11T21:20:18.493Z | Checking bytecount v0.6.8 |
2114 | 2024-09-11T21:20:18.639Z | Checking papergrid v0.11.0 |
2115 | 2024-09-11T21:20:19.318Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2116 | 2024-09-11T21:20:20.044Z | Compiling which v4.4.2 |
2117 | 2024-09-11T21:20:20.708Z | Compiling lalrpop v0.19.12 |
2118 | 2024-09-11T21:20:23.481Z | Compiling tabled_derive v0.7.0 |
2119 | 2024-09-11T21:20:23.860Z | Compiling cexpr v0.6.0 |
2120 | 2024-09-11T21:20:25.618Z | Compiling shlex v1.3.0 |
2121 | 2024-09-11T21:20:25.639Z | Checking diesel v2.2.3 |
2122 | 2024-09-11T21:20:26.013Z | Compiling rustc-hash v1.1.0 |
2123 | 2024-09-11T21:20:26.039Z | Compiling lazycell v1.3.0 |
2124 | 2024-09-11T21:20:26.187Z | Compiling cfg_aliases v0.1.1 |
2125 | 2024-09-11T21:20:26.318Z | Compiling nix v0.28.0 |
2126 | 2024-09-11T21:20:27.185Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2127 | 2024-09-11T21:20:30.713Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2128 | 2024-09-11T21:20:31.599Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2129 | 2024-09-11T21:20:33.487Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2130 | 2024-09-11T21:20:34.510Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2131 | 2024-09-11T21:20:35.275Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2132 | 2024-09-11T21:20:35.297Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2133 | 2024-09-11T21:20:35.769Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2134 | 2024-09-11T21:20:35.869Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2135 | 2024-09-11T21:20:36.013Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2136 | 2024-09-11T21:20:37.424Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2137 | 2024-09-11T21:20:37.723Z | Checking tabled v0.15.0 |
2138 | 2024-09-11T21:20:38.573Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2139 | 2024-09-11T21:20:40.622Z | Compiling derive_builder_core v0.20.0 |
2140 | 2024-09-11T21:20:40.835Z | Checking signal-hook-tokio v0.3.1 |
2141 | 2024-09-11T21:20:41.030Z | Compiling libxml v0.3.3 |
2142 | 2024-09-11T21:20:41.493Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2143 | 2024-09-11T21:20:42.816Z | Compiling strum_macros v0.24.3 |
2144 | 2024-09-11T21:20:43.119Z | Compiling derive_builder_macro v0.20.0 |
2145 | 2024-09-11T21:20:43.847Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2146 | 2024-09-11T21:20:43.875Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2147 | 2024-09-11T21:20:43.981Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2148 | 2024-09-11T21:20:44.714Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2149 | 2024-09-11T21:20:46.689Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2150 | 2024-09-11T21:20:46.709Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2151 | 2024-09-11T21:20:46.790Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2152 | 2024-09-11T21:20:48.453Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2153 | 2024-09-11T21:20:48.614Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2154 | 2024-09-11T21:20:48.894Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2155 | 2024-09-11T21:20:48.990Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2156 | 2024-09-11T21:20:50.659Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2157 | 2024-09-11T21:20:50.700Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2158 | 2024-09-11T21:20:51.474Z | Compiling memoffset v0.9.1 |
2159 | 2024-09-11T21:20:51.817Z | Compiling indoc v1.0.9 |
2160 | 2024-09-11T21:20:53.019Z | Checking derive_builder v0.20.0 |
2161 | 2024-09-11T21:20:54.723Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2162 | 2024-09-11T21:20:55.351Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2163 | 2024-09-11T21:20:55.676Z | Checking quick-xml v0.31.0 |
2164 | 2024-09-11T21:20:55.773Z | Compiling peg-macros v0.8.4 |
2165 | 2024-09-11T21:20:56.178Z | Compiling snafu-derive v0.8.2 |
2166 | 2024-09-11T21:20:57.787Z | Compiling oso-derive v0.27.3 |
2167 | 2024-09-11T21:20:58.897Z | Compiling impl-trait-for-tuples v0.2.2 |
2168 | 2024-09-11T21:20:59.641Z | Compiling sqlparser_derive v0.2.2 |
2169 | 2024-09-11T21:21:00.618Z | Compiling dropshot v0.10.1 |
2170 | 2024-09-11T21:21:00.733Z | Checking unicode_categories v0.1.1 |
2171 | 2024-09-11T21:21:01.022Z | Checking sqlparser v0.45.0 |
2172 | 2024-09-11T21:21:01.047Z | Checking sqlformat v0.2.4 |
2173 | 2024-09-11T21:21:02.037Z | Checking snafu v0.8.2 |
2174 | 2024-09-11T21:21:02.531Z | Checking peg v0.8.4 |
2175 | 2024-09-11T21:21:02.643Z | Checking rustyline v14.0.0 |
2176 | 2024-09-11T21:21:03.225Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2177 | 2024-09-11T21:21:04.503Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2178 | 2024-09-11T21:21:04.880Z | Checking tungstenite v0.23.0 |
2179 | 2024-09-11T21:21:05.126Z | Checking globset v0.4.14 |
2180 | 2024-09-11T21:21:05.595Z | Checking olpc-cjson v0.1.3 |
2181 | 2024-09-11T21:21:05.733Z | Checking bcs v0.1.6 |
2182 | 2024-09-11T21:21:05.803Z | Checking serde_plain v1.0.2 |
2183 | 2024-09-11T21:21:05.825Z | Compiling dropshot_endpoint v0.10.1 |
2184 | 2024-09-11T21:21:06.065Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2185 | 2024-09-11T21:21:06.200Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2186 | 2024-09-11T21:21:06.408Z | Checking typed-path v0.7.1 |
2187 | 2024-09-11T21:21:06.704Z | Checking tokio-tungstenite v0.23.1 |
2188 | 2024-09-11T21:21:07.214Z | Checking nix v0.27.1 |
2189 | 2024-09-11T21:21:07.312Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2190 | 2024-09-11T21:21:07.570Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2191 | 2024-09-11T21:21:07.913Z | Checking bb8 v0.8.5 |
2192 | 2024-09-11T21:21:08.193Z | Checking tough v0.17.1 |
2193 | 2024-09-11T21:21:08.440Z | Checking serde-big-array v0.5.1 |
2194 | 2024-09-11T21:21:08.481Z | Compiling const_format_proc_macros v0.2.32 |
2195 | 2024-09-11T21:21:08.679Z | Checking parse-size v1.0.0 |
2196 | 2024-09-11T21:21:09.532Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2197 | 2024-09-11T21:21:10.734Z | Checking const_format v0.2.32 |
2198 | 2024-09-11T21:21:11.139Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2199 | 2024-09-11T21:21:11.221Z | Checking async-bb8-diesel v0.2.1 |
2200 | 2024-09-11T21:21:11.739Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2201 | 2024-09-11T21:21:12.411Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2202 | 2024-09-11T21:21:13.101Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2203 | 2024-09-11T21:21:13.934Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2204 | 2024-09-11T21:21:15.209Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2205 | 2024-09-11T21:21:15.629Z | Checking assert_matches v1.5.0 |
2206 | 2024-09-11T21:21:15.740Z | Checking heck v0.4.1 |
2207 | 2024-09-11T21:21:15.799Z | Compiling portable-atomic v1.6.0 |
2208 | 2024-09-11T21:21:15.916Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2209 | 2024-09-11T21:21:15.968Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2210 | 2024-09-11T21:21:16.414Z | Checking rand_seeder v0.3.0 |
2211 | 2024-09-11T21:21:16.561Z | Compiling libz-sys v1.1.16 |
2212 | 2024-09-11T21:21:16.670Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2213 | 2024-09-11T21:21:17.447Z | Checking number_prefix v0.4.0 |
2214 | 2024-09-11T21:21:17.652Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2215 | 2024-09-11T21:21:17.897Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2216 | 2024-09-11T21:21:18.032Z | Checking indicatif v0.17.8 |
2217 | 2024-09-11T21:21:19.001Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2218 | 2024-09-11T21:21:19.156Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2219 | 2024-09-11T21:21:20.153Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2220 | 2024-09-11T21:21:20.258Z | Compiling vergen v8.3.2 |
2221 | 2024-09-11T21:21:20.565Z | Compiling cargo-platform v0.1.8 |
2222 | 2024-09-11T21:21:21.139Z | Checking unicode-linebreak v0.1.5 |
2223 | 2024-09-11T21:21:21.444Z | Checking smawk v0.3.2 |
2224 | 2024-09-11T21:21:21.585Z | Checking is_ci v1.2.0 |
2225 | 2024-09-11T21:21:21.650Z | Checking textwrap v0.16.1 |
2226 | 2024-09-11T21:21:21.731Z | Checking supports-color v3.0.0 |
2227 | 2024-09-11T21:21:21.922Z | Compiling cargo_metadata v0.18.1 |
2228 | 2024-09-11T21:21:22.054Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2229 | 2024-09-11T21:21:22.251Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2230 | 2024-09-11T21:21:22.474Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2231 | 2024-09-11T21:21:23.625Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2232 | 2024-09-11T21:21:23.884Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2233 | 2024-09-11T21:21:24.378Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2234 | 2024-09-11T21:21:24.494Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2235 | 2024-09-11T21:21:25.466Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2236 | 2024-09-11T21:21:25.804Z | Checking castaway v0.2.3 |
2237 | 2024-09-11T21:21:25.966Z | Compiling libsqlite3-sys v0.28.0 |
2238 | 2024-09-11T21:21:26.520Z | Compiling cfg_aliases v0.2.1 |
2239 | 2024-09-11T21:21:26.648Z | Compiling nix v0.29.0 |
2240 | 2024-09-11T21:21:27.113Z | Checking compact_str v0.8.0 |
2241 | 2024-09-11T21:21:27.672Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2242 | 2024-09-11T21:21:27.953Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2243 | 2024-09-11T21:21:28.271Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2244 | 2024-09-11T21:21:28.510Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2245 | 2024-09-11T21:21:28.602Z | Checking unicode-truncate v1.0.0 |
2246 | 2024-09-11T21:21:28.839Z | Checking lru v0.12.3 |
2247 | 2024-09-11T21:21:29.144Z | Compiling instability v0.3.2 |
2248 | 2024-09-11T21:21:29.462Z | Checking cassowary v0.3.0 |
2249 | 2024-09-11T21:21:29.903Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2250 | 2024-09-11T21:21:30.096Z | Checking hashlink v0.9.1 |
2251 | 2024-09-11T21:21:30.172Z | Checking ratatui v0.28.0 |
2252 | 2024-09-11T21:21:30.703Z | Checking fallible-streaming-iterator v0.1.9 |
2253 | 2024-09-11T21:21:30.949Z | Checking fallible-iterator v0.3.0 |
2254 | 2024-09-11T21:21:31.627Z | Checking rusqlite v0.31.0 |
2255 | 2024-09-11T21:21:31.629Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2256 | 2024-09-11T21:21:31.965Z | Checking twox-hash v1.6.3 |
2257 | 2024-09-11T21:21:32.472Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2258 | 2024-09-11T21:21:33.214Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2259 | 2024-09-11T21:21:33.237Z | Checking fatfs v0.3.6 |
2260 | 2024-09-11T21:21:34.248Z | Checking csv-core v0.1.11 |
2261 | 2024-09-11T21:21:34.535Z | Checking shell-words v1.1.0 |
2262 | 2024-09-11T21:21:34.706Z | Checking csv v1.3.0 |
2263 | 2024-09-11T21:21:34.921Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2264 | 2024-09-11T21:21:35.736Z | Checking rtoolbox v0.0.2 |
2265 | 2024-09-11T21:21:35.953Z | Checking rpassword v7.3.1 |
2266 | 2024-09-11T21:21:37.826Z | Checking tui-tree-widget v0.22.0 |
2267 | 2024-09-11T21:21:38.183Z | Checking polyval v0.6.2 |
2268 | 2024-09-11T21:21:38.476Z | Checking rfc6979 v0.4.0 |
2269 | 2024-09-11T21:21:38.656Z | Checking plotters-backend v0.3.5 |
2270 | 2024-09-11T21:21:39.047Z | Checking plotters-svg v0.3.5 |
2271 | 2024-09-11T21:21:39.261Z | Checking ecdsa v0.16.9 |
2272 | 2024-09-11T21:21:40.008Z | Checking ghash v0.5.1 |
2273 | 2024-09-11T21:21:40.195Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2274 | 2024-09-11T21:21:41.334Z | Checking primeorder v0.13.6 |
2275 | 2024-09-11T21:21:41.846Z | Checking ctr v0.9.2 |
2276 | 2024-09-11T21:21:42.455Z | Checking cast v0.3.0 |
2277 | 2024-09-11T21:21:42.515Z | Checking yansi v0.5.1 |
2278 | 2024-09-11T21:21:42.798Z | Checking pretty_assertions v1.4.0 |
2279 | 2024-09-11T21:21:43.003Z | Checking criterion-plot v0.5.0 |
2280 | 2024-09-11T21:21:43.165Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2281 | 2024-09-11T21:21:43.545Z | Checking aes-gcm v0.10.3 |
2282 | 2024-09-11T21:21:43.801Z | Checking plotters v0.3.5 |
2283 | 2024-09-11T21:21:45.696Z | Checking ed25519 v2.2.3 |
2284 | 2024-09-11T21:21:46.023Z | Checking ssh-encoding v0.2.0 |
2285 | 2024-09-11T21:21:46.383Z | Checking tinytemplate v1.2.1 |
2286 | 2024-09-11T21:21:46.787Z | Checking blowfish v0.9.1 |
2287 | 2024-09-11T21:21:47.042Z | Checking oorandom v11.1.3 |
2288 | 2024-09-11T21:21:47.215Z | Checking anes v0.1.6 |
2289 | 2024-09-11T21:21:47.585Z | Checking criterion v0.5.1 |
2290 | 2024-09-11T21:21:49.589Z | Checking bcrypt-pbkdf v0.10.0 |
2291 | 2024-09-11T21:21:49.865Z | Checking ssh-cipher v0.2.0 |
2292 | 2024-09-11T21:21:50.174Z | Checking ed25519-dalek v2.1.1 |
2293 | 2024-09-11T21:21:50.303Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2294 | 2024-09-11T21:21:50.386Z | Checking password-hash v0.4.2 |
2295 | 2024-09-11T21:21:50.487Z | Checking matches v0.1.10 |
2296 | 2024-09-11T21:21:50.598Z | Checking hex-literal v0.4.1 |
2297 | 2024-09-11T21:21:50.744Z | Checking idna v0.2.3 |
2298 | 2024-09-11T21:21:50.769Z | Checking pbkdf2 v0.11.0 |
2299 | 2024-09-11T21:21:51.078Z | Checking ssh-key v0.6.6 |
2300 | 2024-09-11T21:21:51.774Z | Checking p521 v0.13.3 |
2301 | 2024-09-11T21:21:51.833Z | Checking p384 v0.13.0 |
2302 | 2024-09-11T21:21:52.832Z | Checking p256 v0.13.2 |
2303 | 2024-09-11T21:21:52.890Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2304 | 2024-09-11T21:21:52.975Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2305 | 2024-09-11T21:21:53.352Z | Checking russh-cryptovec v0.7.2 |
2306 | 2024-09-11T21:21:53.570Z | Compiling enum-as-inner v0.5.1 |
2307 | 2024-09-11T21:21:53.723Z | Compiling doc-comment v0.3.3 |
2308 | 2024-09-11T21:21:54.321Z | Compiling target-lexicon v0.12.16 |
2309 | 2024-09-11T21:21:54.644Z | Checking md5 v0.7.0 |
2310 | 2024-09-11T21:21:54.866Z | Checking trust-dns-proto v0.22.0 |
2311 | 2024-09-11T21:21:54.944Z | Checking russh-keys v0.45.0 |
2312 | 2024-09-11T21:21:55.546Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2313 | 2024-09-11T21:21:56.352Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2314 | 2024-09-11T21:21:56.944Z | Compiling samael v0.0.15 |
2315 | 2024-09-11T21:21:57.140Z | Checking http-body v1.0.0 |
2316 | 2024-09-11T21:21:57.322Z | Checking num-bigint v0.4.5 |
2317 | 2024-09-11T21:21:57.361Z | Checking des v0.8.1 |
2318 | 2024-09-11T21:21:57.624Z | Checking tower-layer v0.3.2 |
2319 | 2024-09-11T21:21:57.895Z | Compiling assert_cmd v2.0.16 |
2320 | 2024-09-11T21:21:58.307Z | Compiling dhcproto-macros v0.1.0 |
2321 | 2024-09-11T21:21:58.505Z | Compiling guppy-workspace-hack v0.1.0 |
2322 | 2024-09-11T21:21:58.833Z | Checking regex-automata v0.1.10 |
2323 | 2024-09-11T21:21:59.183Z | Checking bstr v0.2.17 |
2324 | 2024-09-11T21:21:59.252Z | Checking dhcproto v0.12.0 |
2325 | 2024-09-11T21:21:59.662Z | Checking russh v0.45.0 |
2326 | 2024-09-11T21:22:00.108Z | Checking tower v0.4.13 |
2327 | 2024-09-11T21:22:00.735Z | Checking hyper v1.3.1 |
2328 | 2024-09-11T21:22:01.479Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2329 | 2024-09-11T21:22:01.968Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2330 | 2024-09-11T21:22:02.151Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2331 | 2024-09-11T21:22:02.795Z | Checking internet-checksum v0.2.1 |
2332 | 2024-09-11T21:22:02.950Z | Compiling target-spec v3.2.1 |
2333 | 2024-09-11T21:22:04.011Z | Checking hyper-util v0.1.3 |
2334 | 2024-09-11T21:22:04.118Z | Checking cfg-expr v0.16.0 |
2335 | 2024-09-11T21:22:05.027Z | Checking httptest v0.15.5 |
2336 | 2024-09-11T21:22:05.127Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2337 | 2024-09-11T21:22:05.497Z | Checking rustls-native-certs v0.7.0 |
2338 | 2024-09-11T21:22:05.656Z | Checking num_cpus v1.16.0 |
2339 | 2024-09-11T21:22:05.774Z | Checking threadpool v1.8.1 |
2340 | 2024-09-11T21:22:05.985Z | Checking hyper-rustls v0.26.0 |
2341 | 2024-09-11T21:22:06.672Z | Checking pathdiff v0.2.1 |
2342 | 2024-09-11T21:22:06.848Z | Compiling toml_edit v0.21.1 |
2343 | 2024-09-11T21:22:07.707Z | Compiling rstest_macros v0.22.0 |
2344 | 2024-09-11T21:22:07.886Z | Checking escape8259 v0.5.2 |
2345 | 2024-09-11T21:22:08.080Z | Checking nested v0.1.1 |
2346 | 2024-09-11T21:22:08.288Z | Checking guppy v0.17.7 |
2347 | 2024-09-11T21:22:08.335Z | Checking libtest-mimic v0.7.3 |
2348 | 2024-09-11T21:22:08.801Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2349 | 2024-09-11T21:22:09.133Z | Checking similar-asserts v1.5.0 |
2350 | 2024-09-11T21:22:09.393Z | Compiling proc-macro-crate v3.1.0 |
2351 | 2024-09-11T21:22:09.510Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2352 | 2024-09-11T21:22:10.353Z | Checking fancy-regex v0.13.0 |
2353 | 2024-09-11T21:22:10.865Z | Compiling relative-path v1.9.3 |
2354 | 2024-09-11T21:22:11.148Z | Compiling trybuild v1.0.99 |
2355 | 2024-09-11T21:22:11.643Z | Compiling git2 v0.19.0 |
2356 | 2024-09-11T21:22:11.714Z | Checking datatest-stable v0.2.9 |
2357 | 2024-09-11T21:22:11.765Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2358 | 2024-09-11T21:22:12.021Z | Checking blake2b_simd v1.0.2 |
2359 | 2024-09-11T21:22:12.775Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2360 | 2024-09-11T21:22:13.172Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2361 | 2024-09-11T21:22:13.232Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2362 | 2024-09-11T21:22:13.548Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2363 | 2024-09-11T21:22:13.648Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2364 | 2024-09-11T21:22:13.909Z | Checking serde_tokenstream v0.2.2 |
2365 | 2024-09-11T21:22:14.054Z | Checking uzers v0.11.3 |
2366 | 2024-09-11T21:22:14.323Z | Checking futures-timer v3.0.3 |
2367 | 2024-09-11T21:22:14.582Z | Checking rust-argon2 v2.1.0 |
2368 | 2024-09-11T21:22:15.044Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2369 | 2024-09-11T21:22:16.049Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2370 | 2024-09-11T21:22:16.672Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2371 | 2024-09-11T21:22:17.011Z | Checking rand_distr v0.4.3 |
2372 | 2024-09-11T21:22:21.255Z | Checking multimap v0.10.0 |
2373 | 2024-09-11T21:22:21.255Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2374 | 2024-09-11T21:22:21.255Z | Checking approx v0.5.1 |
2375 | 2024-09-11T21:22:21.255Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2376 | 2024-09-11T21:22:21.442Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2377 | 2024-09-11T21:22:21.625Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2378 | 2024-09-11T21:22:22.055Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2379 | 2024-09-11T21:22:22.200Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2380 | 2024-09-11T21:22:22.399Z | Checking partial-io v0.5.4 |
2381 | 2024-09-11T21:22:22.804Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2382 | 2024-09-11T21:22:23.032Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2383 | 2024-09-11T21:22:23.107Z | Checking cargo_toml v0.20.4 |
2384 | 2024-09-11T21:22:23.539Z | Checking termios v0.3.3 |
2385 | 2024-09-11T21:22:23.784Z | Compiling indoc v2.0.5 |
2386 | 2024-09-11T21:22:24.194Z | Checking rstest v0.22.0 |
2387 | 2024-09-11T21:22:24.311Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2388 | 2024-09-11T21:22:25.019Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2389 | 2024-09-11T21:22:26.986Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2390 | 2024-09-11T21:22:42.230Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2391 | 2024-09-11T21:22:43.104Z | Compiling polar-core v0.27.3 |
2392 | 2024-09-11T21:22:48.087Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2393 | 2024-09-11T21:22:54.046Z | Checking oso v0.27.3 |
2394 | 2024-09-11T21:23:13.351Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2395 | 2024-09-11T21:23:14.830Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2396 | 2024-09-11T21:23:15.335Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2397 | 2024-09-11T21:23:43.128Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2398 | 2024-09-11T21:23:43.128Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2399 | 2024-09-11T21:23:43.131Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2400 | 2024-09-11T21:24:58.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 14s |
2401 | 2024-09-11T21:24:58.585Z | |
2402 | 2024-09-11T21:24:58.585Z | real 6:19.452274614 |
2403 | 2024-09-11T21:24:58.585Z | user 35:34.124979781 |
2404 | 2024-09-11T21:24:58.585Z | sys 6:15.552636723 |
2405 | 2024-09-11T21:24:58.585Z | trap 0.948490493 |
2406 | 2024-09-11T21:24:58.587Z | tflt 3.029593403 |
2407 | 2024-09-11T21:24:58.587Z | dflt 0.509095352 |
2408 | 2024-09-11T21:24:58.587Z | kflt 0.002384912 |
2409 | 2024-09-11T21:24:58.587Z | lock 54:12.365782696 |
2410 | 2024-09-11T21:24:58.588Z | slp 2:05:51.498483477 |
2411 | 2024-09-11T21:24:58.588Z | lat 1:37.963026834 |
2412 | 2024-09-11T21:24:58.588Z | stop 5:45.950827940 |
2413 | 2024-09-11T21:24:58.588Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2414 | 2024-09-11T21:24:58.588Z | + ptime -m cargo doc --workspace --no-deps |
2415 | 2024-09-11T21:24:59.798Z | warning: output filename collision. |
2416 | 2024-09-11T21:24:59.798Z | 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)`. |
2417 | 2024-09-11T21:24:59.798Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2418 | 2024-09-11T21:24:59.798Z | The targets should have unique names. |
2419 | 2024-09-11T21:24:59.798Z | This is a known bug where multiple crates with the same name use |
2420 | 2024-09-11T21:24:59.798Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2421 | 2024-09-11T21:25:00.178Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2422 | 2024-09-11T21:25:00.240Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2423 | 2024-09-11T21:25:00.255Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2424 | 2024-09-11T21:25:00.295Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2425 | 2024-09-11T21:25:00.323Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2426 | 2024-09-11T21:25:00.323Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2427 | 2024-09-11T21:25:00.477Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2428 | 2024-09-11T21:25:00.783Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2429 | 2024-09-11T21:25:00.783Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2430 | 2024-09-11T21:25:00.788Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2431 | 2024-09-11T21:25:00.788Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2432 | 2024-09-11T21:25:00.795Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2433 | 2024-09-11T21:25:00.860Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2434 | 2024-09-11T21:25:00.877Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2435 | 2024-09-11T21:25:01.147Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2436 | 2024-09-11T21:25:01.369Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2437 | 2024-09-11T21:25:03.843Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2438 | 2024-09-11T21:25:04.991Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2439 | 2024-09-11T21:25:05.364Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2440 | 2024-09-11T21:25:05.395Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2441 | 2024-09-11T21:25:05.507Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2442 | 2024-09-11T21:25:05.697Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2443 | 2024-09-11T21:25:05.848Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2444 | 2024-09-11T21:25:06.039Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2445 | 2024-09-11T21:25:06.367Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2446 | 2024-09-11T21:25:06.416Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2447 | 2024-09-11T21:25:06.631Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2448 | 2024-09-11T21:25:06.930Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2449 | 2024-09-11T21:25:07.058Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2450 | 2024-09-11T21:25:07.243Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2451 | 2024-09-11T21:25:07.550Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2452 | 2024-09-11T21:25:07.661Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2453 | 2024-09-11T21:25:07.694Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2454 | 2024-09-11T21:25:07.999Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2455 | 2024-09-11T21:25:08.253Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2456 | 2024-09-11T21:25:08.553Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2457 | 2024-09-11T21:25:08.599Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2458 | 2024-09-11T21:25:08.898Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2459 | 2024-09-11T21:25:08.917Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2460 | 2024-09-11T21:25:09.310Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2461 | 2024-09-11T21:25:09.394Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2462 | 2024-09-11T21:25:10.571Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2463 | 2024-09-11T21:25:13.617Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2464 | 2024-09-11T21:25:13.824Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2465 | 2024-09-11T21:25:14.591Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2466 | 2024-09-11T21:25:16.073Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2467 | 2024-09-11T21:25:16.219Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2468 | 2024-09-11T21:25:17.040Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2469 | 2024-09-11T21:25:17.134Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2470 | 2024-09-11T21:25:18.194Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2471 | 2024-09-11T21:25:18.534Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2472 | 2024-09-11T21:25:24.029Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2473 | 2024-09-11T21:25:25.241Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2474 | 2024-09-11T21:25:26.495Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2475 | 2024-09-11T21:25:26.698Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2476 | 2024-09-11T21:25:26.802Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2477 | 2024-09-11T21:25:27.004Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2478 | 2024-09-11T21:25:27.213Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2479 | 2024-09-11T21:25:28.323Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2480 | 2024-09-11T21:25:28.444Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2481 | 2024-09-11T21:25:28.779Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2482 | 2024-09-11T21:25:29.010Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2483 | 2024-09-11T21:25:29.054Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2484 | 2024-09-11T21:25:29.461Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2485 | 2024-09-11T21:25:29.685Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2486 | 2024-09-11T21:25:29.688Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2487 | 2024-09-11T21:25:30.265Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2488 | 2024-09-11T21:25:30.597Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2489 | 2024-09-11T21:25:30.780Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2490 | 2024-09-11T21:25:31.252Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2491 | 2024-09-11T21:25:31.478Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2492 | 2024-09-11T21:25:31.590Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2493 | 2024-09-11T21:25:31.714Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2494 | 2024-09-11T21:25:32.164Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2495 | 2024-09-11T21:25:32.204Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2496 | 2024-09-11T21:25:32.445Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2497 | 2024-09-11T21:25:32.714Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2498 | 2024-09-11T21:25:32.827Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2499 | 2024-09-11T21:25:33.157Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2500 | 2024-09-11T21:25:33.216Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2501 | 2024-09-11T21:25:33.733Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2502 | 2024-09-11T21:25:33.749Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2503 | 2024-09-11T21:25:33.939Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2504 | 2024-09-11T21:25:33.996Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2505 | 2024-09-11T21:25:34.722Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2506 | 2024-09-11T21:25:34.957Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2507 | 2024-09-11T21:25:35.311Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2508 | 2024-09-11T21:25:35.945Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2509 | 2024-09-11T21:25:36.753Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2510 | 2024-09-11T21:25:38.184Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2511 | 2024-09-11T21:25:38.717Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2512 | 2024-09-11T21:25:39.184Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2513 | 2024-09-11T21:25:39.227Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2514 | 2024-09-11T21:25:39.622Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2515 | 2024-09-11T21:25:39.944Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2516 | 2024-09-11T21:25:42.779Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2517 | 2024-09-11T21:25:42.872Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2518 | 2024-09-11T21:25:43.620Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2519 | 2024-09-11T21:25:43.913Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2520 | 2024-09-11T21:25:44.327Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2521 | 2024-09-11T21:25:47.427Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2522 | 2024-09-11T21:25:49.493Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2523 | 2024-09-11T21:25:50.435Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2524 | 2024-09-11T21:25:54.215Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2525 | 2024-09-11T21:25:56.336Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2526 | 2024-09-11T21:25:57.597Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2527 | 2024-09-11T21:26:01.309Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2528 | 2024-09-11T21:26:02.469Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2529 | 2024-09-11T21:26:12.746Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2530 | 2024-09-11T21:26:48.867Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2531 | 2024-09-11T21:26:49.010Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2532 | 2024-09-11T21:26:54.552Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2533 | 2024-09-11T21:26:57.778Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2534 | 2024-09-11T21:27:01.491Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2535 | 2024-09-11T21:27:02.622Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2536 | 2024-09-11T21:27:17.117Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2537 | 2024-09-11T21:27:21.121Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2538 | 2024-09-11T21:27:22.194Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2539 | 2024-09-11T21:27:25.265Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2540 | 2024-09-11T21:27:26.208Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2541 | 2024-09-11T21:27:28.906Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2542 | 2024-09-11T21:27:32.577Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2543 | 2024-09-11T21:27:34.952Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2544 | 2024-09-11T21:27:34.987Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2545 | 2024-09-11T21:27:37.939Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2546 | 2024-09-11T21:27:53.974Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2547 | 2024-09-11T21:28:17.016Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2548 | 2024-09-11T21:28:17.417Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2549 | 2024-09-11T21:28:20.032Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2550 | 2024-09-11T21:28:20.338Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2551 | 2024-09-11T21:28:20.357Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2552 | 2024-09-11T21:28:22.860Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2553 | 2024-09-11T21:28:38.314Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2554 | 2024-09-11T21:28:39.080Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2555 | 2024-09-11T21:28:42.983Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2556 | 2024-09-11T21:28:47.643Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2557 | 2024-09-11T21:28:56.985Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2558 | 2024-09-11T21:29:01.310Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2559 | 2024-09-11T21:29:06.650Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2560 | 2024-09-11T21:29:11.724Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2561 | 2024-09-11T21:29:11.930Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2562 | 2024-09-11T21:29:14.290Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2563 | 2024-09-11T21:29:14.635Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2564 | 2024-09-11T21:29:27.999Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2565 | 2024-09-11T21:29:28.476Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2566 | 2024-09-11T21:29:31.047Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2567 | 2024-09-11T21:29:34.824Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2568 | 2024-09-11T21:29:40.419Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2569 | 2024-09-11T21:29:40.998Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2570 | 2024-09-11T21:29:41.722Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2571 | 2024-09-11T21:29:42.233Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2572 | 2024-09-11T21:29:47.305Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2573 | 2024-09-11T21:29:54.466Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2574 | 2024-09-11T21:29:57.446Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2575 | 2024-09-11T21:29:58.597Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2576 | 2024-09-11T21:29:59.515Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2577 | 2024-09-11T21:30:00.506Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2578 | 2024-09-11T21:30:01.993Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2579 | 2024-09-11T21:30:14.963Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2580 | 2024-09-11T21:30:17.337Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2581 | 2024-09-11T21:30:17.579Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2582 | 2024-09-11T21:30:18.334Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2583 | 2024-09-11T21:30:20.041Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2584 | 2024-09-11T21:30:21.333Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2585 | 2024-09-11T21:30:23.133Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2586 | 2024-09-11T21:30:24.858Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2587 | 2024-09-11T21:30:30.475Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2588 | 2024-09-11T21:30:31.525Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2589 | 2024-09-11T21:30:35.915Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2590 | 2024-09-11T21:30:37.329Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2591 | 2024-09-11T21:30:38.713Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2592 | 2024-09-11T21:30:38.778Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2593 | 2024-09-11T21:30:40.960Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2594 | 2024-09-11T21:30:43.423Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2595 | 2024-09-11T21:30:45.637Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2596 | 2024-09-11T21:30:46.895Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2597 | 2024-09-11T21:30:55.887Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2598 | 2024-09-11T21:30:56.607Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2599 | 2024-09-11T21:30:59.117Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2600 | 2024-09-11T21:30:59.201Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2601 | 2024-09-11T21:31:01.362Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2602 | 2024-09-11T21:31:01.882Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2603 | 2024-09-11T21:31:02.810Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2604 | 2024-09-11T21:31:04.231Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2605 | 2024-09-11T21:31:07.777Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2606 | 2024-09-11T21:31:08.586Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2607 | 2024-09-11T21:31:13.967Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2608 | 2024-09-11T21:31:14.701Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2609 | 2024-09-11T21:31:15.784Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2610 | 2024-09-11T21:31:16.361Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2611 | 2024-09-11T21:31:21.070Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2612 | 2024-09-11T21:31:21.362Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2613 | 2024-09-11T21:31:21.507Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2614 | 2024-09-11T21:31:25.526Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2615 | 2024-09-11T21:31:25.960Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2616 | 2024-09-11T21:31:25.978Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2617 | 2024-09-11T21:31:26.913Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2618 | 2024-09-11T21:31:28.763Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2619 | 2024-09-11T21:31:28.958Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2620 | 2024-09-11T21:31:31.615Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2621 | 2024-09-11T21:31:32.450Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2622 | 2024-09-11T21:31:34.195Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2623 | 2024-09-11T21:31:34.598Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2624 | 2024-09-11T21:31:35.154Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2625 | 2024-09-11T21:31:38.319Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2626 | 2024-09-11T21:31:39.463Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2627 | 2024-09-11T21:31:39.770Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2628 | 2024-09-11T21:31:40.562Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2629 | 2024-09-11T21:32:03.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 04s |
2630 | 2024-09-11T21:32:03.573Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 126 other files |
2631 | 2024-09-11T21:32:03.633Z | |
2632 | 2024-09-11T21:32:03.636Z | real 7:04.974762476 |
2633 | 2024-09-11T21:32:03.636Z | user 21:51.532219392 |
2634 | 2024-09-11T21:32:03.636Z | sys 31:58.552757683 |
2635 | 2024-09-11T21:32:03.636Z | trap 0.351461136 |
2636 | 2024-09-11T21:32:03.636Z | tflt 0.325515858 |
2637 | 2024-09-11T21:32:03.636Z | dflt 0.191274826 |
2638 | 2024-09-11T21:32:03.636Z | kflt 0.000002819 |
2639 | 2024-09-11T21:32:03.636Z | lock 1:09:09.547144269 |
2640 | 2024-09-11T21:32:03.636Z | slp 2:01:56.605496945 |
2641 | 2024-09-11T21:32:03.636Z | lat 1:09.486577553 |
2642 | 2024-09-11T21:32:03.636Z | stop 1:00.109562271 |
2643 | 2024-09-11T21:32:03.636Z | process exited: duration 1069038 ms, exit code 0 |
|
2644 | 2024-09-11T21:32:03.642Z | found 0 output files |