|
|
|
1 | 2024-08-26T19:34:51.917Z | job assigned to worker 01J682WP10W2YF9PANPE66ZVFC (queued for 53 s) |
|
2 | 2024-08-26T19:34:59.704Z | starting task 0: "setup" |
3 | 2024-08-26T19:34:59.711Z | ++ uname -s |
4 | 2024-08-26T19:34:59.714Z | + kern=SunOS |
5 | 2024-08-26T19:34:59.714Z | + case "$kern" in |
6 | 2024-08-26T19:34:59.714Z | + groupadd -g 12345 build |
7 | 2024-08-26T19:34:59.716Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-26T19:35:01.726Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-26T19:35:01.888Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-26T19:35:01.890Z | + home_fs=zfs |
11 | 2024-08-26T19:35:01.891Z | + [[ zfs == autofs ]] |
12 | 2024-08-26T19:35:01.891Z | + mkdir -p /home/build |
13 | 2024-08-26T19:35:01.893Z | + chown build:build /home/build /work |
14 | 2024-08-26T19:35:03.893Z | + chmod 0700 /home/build /work |
15 | 2024-08-26T19:35:03.896Z | process exited: duration 4195 ms, exit code 0 |
|
16 | 2024-08-26T19:35:03.902Z | starting task 1: "rust-toolchain" |
17 | 2024-08-26T19:35:03.908Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-26T19:35:03.908Z | ' 1.80.1 |
19 | 2024-08-26T19:35:03.908Z | * toolchain channel = "1.80.1" |
20 | 2024-08-26T19:35:03.911Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-26T19:35:03.911Z | * toolchain profile = "default" |
22 | 2024-08-26T19:35:03.911Z | ' default |
23 | 2024-08-26T19:35:03.911Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-26T19:35:03.911Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-26T19:35:04.016Z | info: downloading installer |
26 | 2024-08-26T19:35:05.501Z | info: profile set to 'default' |
27 | 2024-08-26T19:35:05.501Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-26T19:35:05.503Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-26T19:35:05.638Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-26T19:35:05.638Z | info: downloading component 'cargo' |
31 | 2024-08-26T19:35:06.351Z | info: downloading component 'clippy' |
32 | 2024-08-26T19:35:06.604Z | info: downloading component 'rust-docs' |
33 | 2024-08-26T19:35:07.598Z | info: downloading component 'rust-std' |
34 | 2024-08-26T19:35:08.999Z | info: downloading component 'rustc' |
35 | 2024-08-26T19:35:12.829Z | info: downloading component 'rustfmt' |
36 | 2024-08-26T19:35:13.039Z | info: installing component 'cargo' |
37 | 2024-08-26T19:35:13.916Z | info: installing component 'clippy' |
38 | 2024-08-26T19:35:14.317Z | info: installing component 'rust-docs' |
39 | 2024-08-26T19:35:15.916Z | info: installing component 'rust-std' |
40 | 2024-08-26T19:35:17.684Z | info: installing component 'rustc' |
41 | 2024-08-26T19:35:22.106Z | info: installing component 'rustfmt' |
42 | 2024-08-26T19:35:22.448Z | |
43 | 2024-08-26T19:35:22.448Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
44 | 2024-08-26T19:35:22.694Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-26T19:35:22.694Z | |
46 | 2024-08-26T19:35:22.697Z | |
47 | 2024-08-26T19:35:22.697Z | Rust is installed now. Great! |
48 | 2024-08-26T19:35:22.697Z | |
49 | 2024-08-26T19:35:22.697Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-26T19:35:22.697Z | environment variable. This has not been done automatically. |
51 | 2024-08-26T19:35:22.697Z | |
52 | 2024-08-26T19:35:22.697Z | To configure your current shell, you need to source |
53 | 2024-08-26T19:35:22.697Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-26T19:35:22.697Z | |
55 | 2024-08-26T19:35:22.697Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-26T19:35:22.697Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-26T19:35:22.697Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-26T19:35:22.743Z | + rustc --version |
59 | 2024-08-26T19:35:22.805Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-26T19:35:22.808Z | process exited: duration 18912 ms, exit code 0 |
|
61 | 2024-08-26T19:35:22.815Z | starting task 2: "authentication" |
62 | 2024-08-26T19:35:22.833Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-08-26T19:35:22.839Z | starting task 3: "clone repository" |
64 | 2024-08-26T19:35:22.844Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-26T19:35:22.847Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-26T19:35:23.116Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-26T19:35:29.516Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-26T19:35:29.516Z | + git fetch origin 11c5f13755ceefcb282d4daf1b091977164a2b7f |
69 | 2024-08-26T19:35:29.965Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-26T19:35:29.965Z | * branch 11c5f13755ceefcb282d4daf1b091977164a2b7f -> FETCH_HEAD |
71 | 2024-08-26T19:35:29.973Z | + [[ -n '' ]] |
72 | 2024-08-26T19:35:29.973Z | + git reset --hard 11c5f13755ceefcb282d4daf1b091977164a2b7f |
73 | 2024-08-26T19:35:30.015Z | HEAD is now at 11c5f1375 Merge branch 'main' into snapshot_replacement_part_5 |
74 | 2024-08-26T19:35:30.017Z | process exited: duration 7179 ms, exit code 0 |
|
75 | 2024-08-26T19:35:30.025Z | starting task 4: "build" |
76 | 2024-08-26T19:35:30.028Z | + cargo --version |
77 | 2024-08-26T19:35:30.081Z | cargo 1.80.1 (376290515 2024-07-16) |
78 | 2024-08-26T19:35:30.084Z | + rustc --version |
79 | 2024-08-26T19:35:30.140Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
80 | 2024-08-26T19:35:30.142Z | + source ./env.sh |
81 | 2024-08-26T19:35:30.142Z | ++ OLD_SHELL_OPTS=ehxB |
82 | 2024-08-26T19:35:30.142Z | ++ set -o xtrace |
83 | 2024-08-26T19:35:30.144Z | ++++ dirname ./env.sh |
84 | 2024-08-26T19:35:30.147Z | +++ readlink -f . |
85 | 2024-08-26T19:35:30.168Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
86 | 2024-08-26T19:35:30.170Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
87 | 2024-08-26T19:35:30.170Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
88 | 2024-08-26T19:35:30.170Z | ++ 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 |
89 | 2024-08-26T19:35:30.170Z | ++ 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 |
90 | 2024-08-26T19:35:30.170Z | ++ 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 |
91 | 2024-08-26T19:35:30.171Z | ++ 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 |
92 | 2024-08-26T19:35:30.171Z | ++ 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 |
93 | 2024-08-26T19:35:30.171Z | ++ 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 |
94 | 2024-08-26T19:35:30.171Z | ++ case $OLD_SHELL_OPTS in |
95 | 2024-08-26T19:35:30.171Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
96 | 2024-08-26T19:35:30.171Z | + banner prerequisites |
97 | 2024-08-26T19:35:30.186Z | |
98 | 2024-08-26T19:35:30.186Z | ##### ##### ###### ##### ###### #### # # # #### # |
99 | 2024-08-26T19:35:30.186Z | # # # # # # # # # # # # # # # |
100 | 2024-08-26T19:35:30.186Z | # # # # ##### # # ##### # # # # # #### # |
101 | 2024-08-26T19:35:30.186Z | ##### ##### # ##### # # # # # # # # # |
102 | 2024-08-26T19:35:30.186Z | # # # # # # # # # # # # # # # |
103 | 2024-08-26T19:35:30.186Z | # # # ###### # # ###### ### # #### # #### # |
104 | 2024-08-26T19:35:30.186Z | |
105 | 2024-08-26T19:35:30.188Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
106 | 2024-08-26T19:35:39.645Z | Startup: Refreshing catalog 'helios-dev' ... Done |
107 | 2024-08-26T19:35:42.107Z | Startup: Caching catalogs ... Done |
108 | 2024-08-26T19:35:43.920Z | Planning: Solver setup ... Done (1.262s) |
109 | 2024-08-26T19:35:43.941Z | Planning: Running solver ... Done (0.021s) |
110 | 2024-08-26T19:35:44.044Z | Planning: Finding local manifests ... Done (0.067s) |
111 | 2024-08-26T19:35:44.058Z | Planning: Fetching manifests: 0/5 0% complete |
112 | 2024-08-26T19:35:44.282Z | Planning: Fetching manifests: 5/5 100% complete |
113 | 2024-08-26T19:35:44.530Z | Planning: Package planning ... Done (0.248s) |
114 | 2024-08-26T19:35:44.586Z | Planning: Merging actions ... Done (0.056s) |
115 | 2024-08-26T19:35:45.294Z | Planning: Checking for conflicting actions ... Done (0.707s) |
116 | 2024-08-26T19:35:50.415Z | Planning: Consolidating action changes ... Done (5.119s) |
117 | 2024-08-26T19:35:50.825Z | Planning: Evaluating mediators ... Done (0.413s) |
118 | 2024-08-26T19:35:50.986Z | Planning: Planning completed in 8.80 seconds |
119 | 2024-08-26T19:35:51.441Z | Packages to install: 4 |
120 | 2024-08-26T19:35:51.441Z | Packages to update: 1 |
121 | 2024-08-26T19:35:51.457Z | Mediators to change: 2 |
122 | 2024-08-26T19:35:51.458Z | Services to change: 1 |
123 | 2024-08-26T19:35:51.458Z | Estimated space available: 155.72 GB |
124 | 2024-08-26T19:35:51.458Z | Estimated space to be consumed: 1.53 GB |
125 | 2024-08-26T19:35:51.458Z | Create boot environment: No |
126 | 2024-08-26T19:35:51.458Z | Create backup boot environment: Yes |
127 | 2024-08-26T19:35:51.458Z | Rebuild boot archive: No |
128 | 2024-08-26T19:35:51.458Z | |
129 | 2024-08-26T19:35:51.458Z | Changed mediators: |
130 | 2024-08-26T19:35:51.458Z | mediator clang: |
131 | 2024-08-26T19:35:51.458Z | version: None -> 15 (system default) |
132 | 2024-08-26T19:35:51.458Z | |
133 | 2024-08-26T19:35:51.458Z | mediator llvm: |
134 | 2024-08-26T19:35:51.458Z | version: 14 (system default) -> 15 (system default) |
135 | 2024-08-26T19:35:51.458Z | |
136 | 2024-08-26T19:35:51.458Z | Changed packages: |
137 | 2024-08-26T19:35:51.458Z | helios-dev |
138 | 2024-08-26T19:35:51.458Z | developer/build-essential |
139 | 2024-08-26T19:35:51.458Z | None -> 11-2.0 |
140 | 2024-08-26T19:35:51.458Z | library/libxmlsec1 |
141 | 2024-08-26T19:35:51.458Z | None -> 1.2.35-2.0 |
142 | 2024-08-26T19:35:51.458Z | ooce/developer/clang-15 |
143 | 2024-08-26T19:35:51.459Z | None -> 15.0.7-2.0 |
144 | 2024-08-26T19:35:51.459Z | ooce/developer/llvm-15 |
145 | 2024-08-26T19:35:51.459Z | None -> 15.0.7-2.0 |
146 | 2024-08-26T19:35:51.459Z | package/pkg |
147 | 2024-08-26T19:35:51.459Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
148 | 2024-08-26T19:35:51.459Z | |
149 | 2024-08-26T19:35:51.459Z | Services: |
150 | 2024-08-26T19:35:51.459Z | restart_fmri: |
151 | 2024-08-26T19:35:51.459Z | svc:/system/update-man-index:default |
152 | 2024-08-26T19:35:51.460Z | |
153 | 2024-08-26T19:35:51.460Z | Editable files to change: |
154 | 2024-08-26T19:35:51.460Z | Update: |
155 | 2024-08-26T19:35:51.460Z | usr/share/lib/pkg/web/config.shtml |
156 | 2024-08-26T19:35:51.696Z | |
157 | 2024-08-26T19:35:51.696Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
158 | 2024-08-26T19:35:57.818Z | Download: 205/4281 items 1.3/220.6MB 0% complete (901k/s) |
159 | 2024-08-26T19:36:02.822Z | Download: 1057/4281 items 19.6/220.6MB 8% complete (1.9M/s) |
160 | 2024-08-26T19:36:07.844Z | Download: 1596/4281 items 117.0/220.6MB 53% complete (11.7M/s) |
161 | 2024-08-26T19:36:12.851Z | Download: 2575/4281 items 120.4/220.6MB 54% complete (10.1M/s) |
162 | 2024-08-26T19:36:17.875Z | Download: 3290/4281 items 212.6/220.6MB 96% complete (9.5M/s) |
163 | 2024-08-26T19:36:20.591Z | Download: Completed 220.60 MB in 28.91 seconds (7.6M/s) |
164 | 2024-08-26T19:36:27.055Z | Actions: 1/5063 actions (Removing old actions) |
165 | 2024-08-26T19:36:27.071Z | Actions: 194/5063 actions (Installing new actions) |
166 | 2024-08-26T19:36:32.282Z | Actions: 4084/5063 actions (Installing new actions) |
167 | 2024-08-26T19:36:33.645Z | Actions: 4226/5063 actions (Updating modified actions) |
168 | 2024-08-26T19:36:34.073Z | Actions: Completed 5063 actions in 7.02 seconds. |
169 | 2024-08-26T19:36:34.354Z | Done (0.273s) |
170 | 2024-08-26T19:36:34.356Z | Done (0.000s) |
171 | 2024-08-26T19:36:34.726Z | Done (0.371s) |
172 | 2024-08-26T19:36:41.786Z | Done (6.885s) |
173 | 2024-08-26T19:36:42.308Z | Done (0.448s) |
174 | 2024-08-26T19:36:42.311Z | Done (0.000s) |
175 | 2024-08-26T19:36:42.507Z | Done (0.000s) |
176 | 2024-08-26T19:36:43.095Z | Planning: Evaluating mediator changes ... Done |
177 | 2024-08-26T19:36:43.258Z | Planning: Checking for conflicting actions ... Done |
178 | 2024-08-26T19:36:43.262Z | Planning: Consolidating action changes ... Done |
179 | 2024-08-26T19:36:43.532Z | Planning: Evaluating mediators ... Done |
180 | 2024-08-26T19:36:43.536Z | Planning: Planning completed in 0.44 seconds |
181 | 2024-08-26T19:36:43.570Z | Mediators to change: 2 |
182 | 2024-08-26T19:36:43.570Z | Create boot environment: No |
183 | 2024-08-26T19:36:43.574Z | Create backup boot environment: No |
184 | 2024-08-26T19:36:43.668Z | Done |
185 | 2024-08-26T19:36:43.668Z | Done |
186 | 2024-08-26T19:36:43.894Z | Done |
187 | 2024-08-26T19:36:47.538Z | Done |
188 | 2024-08-26T19:36:47.630Z | Done |
189 | 2024-08-26T19:36:47.633Z | Done |
190 | 2024-08-26T19:36:47.764Z | Done |
191 | 2024-08-26T19:36:48.368Z | Planning: Evaluating mediator changes ... Done |
192 | 2024-08-26T19:36:48.371Z | Planning: Merging actions ... Done |
193 | 2024-08-26T19:36:48.559Z | Planning: Checking for conflicting actions ... Done |
194 | 2024-08-26T19:36:48.562Z | Planning: Consolidating action changes ... Done |
195 | 2024-08-26T19:36:48.823Z | Planning: Evaluating mediators ... Done |
196 | 2024-08-26T19:36:48.878Z | Planning: Planning completed in 0.75 seconds |
197 | 2024-08-26T19:36:48.917Z | Packages to change: 1 |
198 | 2024-08-26T19:36:48.917Z | Mediators to change: 1 |
199 | 2024-08-26T19:36:48.920Z | Services to change: 1 |
200 | 2024-08-26T19:36:48.920Z | Create boot environment: No |
201 | 2024-08-26T19:36:48.920Z | Create backup boot environment: Yes |
202 | 2024-08-26T19:36:50.920Z | Actions: 1/6 actions (Updating modified actions) |
203 | 2024-08-26T19:36:50.992Z | Actions: Completed 6 actions in 0.07 seconds. |
204 | 2024-08-26T19:36:50.995Z | Done |
205 | 2024-08-26T19:36:50.995Z | Done |
206 | 2024-08-26T19:36:51.071Z | Done |
207 | 2024-08-26T19:36:54.677Z | Done |
208 | 2024-08-26T19:36:54.775Z | Done |
209 | 2024-08-26T19:36:54.780Z | Done |
210 | 2024-08-26T19:36:54.931Z | Done |
211 | 2024-08-26T19:36:55.363Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
212 | 2024-08-26T19:36:55.363Z | clang system 15 system |
213 | 2024-08-26T19:36:55.363Z | csh system system illumos |
214 | 2024-08-26T19:36:55.363Z | ctags system system illumos |
215 | 2024-08-26T19:36:55.363Z | gcc vendor 12 vendor |
216 | 2024-08-26T19:36:55.363Z | gcc system 10 system |
217 | 2024-08-26T19:36:55.363Z | gcc system 7 system |
218 | 2024-08-26T19:36:55.363Z | go system 1.20 system |
219 | 2024-08-26T19:36:55.363Z | go system 1.19 system |
220 | 2024-08-26T19:36:55.363Z | llvm system 15 system |
221 | 2024-08-26T19:36:55.363Z | llvm system 14 system |
222 | 2024-08-26T19:36:55.363Z | mariadb system 10.6 system |
223 | 2024-08-26T19:36:55.363Z | mta vendor vendor dma |
224 | 2024-08-26T19:36:55.363Z | openjdk system 17 system |
225 | 2024-08-26T19:36:55.363Z | openjdk system 11 system |
226 | 2024-08-26T19:36:55.363Z | openjdk system 1.8 system |
227 | 2024-08-26T19:36:55.364Z | openssl vendor 3 vendor |
228 | 2024-08-26T19:36:55.364Z | perl system 5.36 system |
229 | 2024-08-26T19:36:55.364Z | postgresql system 15 system |
230 | 2024-08-26T19:36:55.364Z | postgresql system 13 system |
231 | 2024-08-26T19:36:55.364Z | python vendor 3 vendor |
232 | 2024-08-26T19:36:55.364Z | python system 2 system |
233 | 2024-08-26T19:36:55.364Z | python3 system 3.11 system |
234 | 2024-08-26T19:36:55.364Z | ruby system 3.0 system |
235 | 2024-08-26T19:36:55.364Z | words vendor vendor american-english |
236 | 2024-08-26T19:36:55.364Z | words system system australian-english |
237 | 2024-08-26T19:36:55.364Z | words system system british-english |
238 | 2024-08-26T19:36:55.364Z | words system system canadian-english |
239 | 2024-08-26T19:36:55.364Z | words system system french |
240 | 2024-08-26T19:36:55.365Z | words system system italian |
241 | 2024-08-26T19:36:55.365Z | words system system ngerman |
242 | 2024-08-26T19:36:55.365Z | words system system ogerman |
243 | 2024-08-26T19:36:55.365Z | words system system spanish |
244 | 2024-08-26T19:36:55.698Z | PUBLISHER TYPE STATUS P LOCATION |
245 | 2024-08-26T19:36:55.698Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
246 | 2024-08-26T19:36:57.456Z | FMRI IFO |
247 | 2024-08-26T19:36:57.456Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
248 | 2024-08-26T19:36:57.456Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
249 | 2024-08-26T19:36:57.457Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
250 | 2024-08-26T19:36:57.457Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
251 | 2024-08-26T19:36:57.457Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
252 | 2024-08-26T19:36:57.457Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
253 | 2024-08-26T19:36:57.457Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
254 | 2024-08-26T19:36:57.457Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
255 | 2024-08-26T19:36:57.457Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
256 | 2024-08-26T19:36:57.457Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
257 | 2024-08-26T19:36:57.457Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
258 | 2024-08-26T19:36:57.458Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
259 | 2024-08-26T19:36:57.458Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
260 | 2024-08-26T19:36:58.064Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
261 | 2024-08-26T19:36:58.335Z | Updating git repository `https://github.com/oxidecomputer/zone` |
262 | 2024-08-26T19:36:58.606Z | Updating crates.io index |
263 | 2024-08-26T19:36:58.656Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
264 | 2024-08-26T19:36:59.389Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
265 | 2024-08-26T19:37:00.095Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
266 | 2024-08-26T19:37:00.353Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
267 | 2024-08-26T19:37:01.958Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
268 | 2024-08-26T19:37:02.194Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
269 | 2024-08-26T19:37:02.446Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
270 | 2024-08-26T19:37:03.465Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
271 | 2024-08-26T19:37:05.359Z | Updating git repository `https://github.com/oxidecomputer/opte` |
272 | 2024-08-26T19:37:06.412Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
273 | 2024-08-26T19:37:07.054Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
274 | 2024-08-26T19:37:07.312Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
275 | 2024-08-26T19:37:07.963Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
276 | 2024-08-26T19:37:08.184Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
277 | 2024-08-26T19:37:08.539Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
278 | 2024-08-26T19:37:08.832Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
279 | 2024-08-26T19:37:09.148Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
280 | 2024-08-26T19:37:09.392Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
281 | 2024-08-26T19:37:09.680Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
282 | 2024-08-26T19:37:09.980Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
283 | 2024-08-26T19:37:10.287Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
284 | 2024-08-26T19:37:10.667Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
285 | 2024-08-26T19:37:10.960Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
286 | 2024-08-26T19:37:11.477Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
287 | 2024-08-26T19:37:11.811Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
288 | 2024-08-26T19:37:12.221Z | Updating git repository `https://github.com/oxidecomputer/typify` |
289 | 2024-08-26T19:37:14.604Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
290 | 2024-08-26T19:37:14.864Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
291 | 2024-08-26T19:37:15.112Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
292 | 2024-08-26T19:37:15.502Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
293 | 2024-08-26T19:37:16.593Z | Downloading crates ... |
294 | 2024-08-26T19:37:16.682Z | Downloaded cargo_toml v0.20.4 |
295 | 2024-08-26T19:37:16.689Z | Downloaded fs-err v2.11.0 |
296 | 2024-08-26T19:37:16.691Z | Downloaded equivalent v1.0.1 |
297 | 2024-08-26T19:37:16.696Z | Downloaded pretty-hex v0.4.1 |
298 | 2024-08-26T19:37:16.698Z | Downloaded dtrace-parser v0.2.0 |
299 | 2024-08-26T19:37:16.698Z | Downloaded digest v0.10.7 |
300 | 2024-08-26T19:37:16.701Z | Downloaded anstream v0.6.14 |
301 | 2024-08-26T19:37:16.703Z | Downloaded swrite v0.1.0 |
302 | 2024-08-26T19:37:16.704Z | Downloaded is_terminal_polyfill v1.70.0 |
303 | 2024-08-26T19:37:16.707Z | Downloaded fnv v1.0.7 |
304 | 2024-08-26T19:37:16.707Z | Downloaded autocfg v1.3.0 |
305 | 2024-08-26T19:37:16.709Z | Downloaded heck v0.4.1 |
306 | 2024-08-26T19:37:16.709Z | Downloaded block-buffer v0.10.4 |
307 | 2024-08-26T19:37:16.712Z | Downloaded cpufeatures v0.2.12 |
308 | 2024-08-26T19:37:16.712Z | Downloaded clap_lex v0.7.0 |
309 | 2024-08-26T19:37:16.712Z | Downloaded anstyle-parse v0.2.4 |
310 | 2024-08-26T19:37:16.714Z | Downloaded anstyle v1.0.8 |
311 | 2024-08-26T19:37:16.717Z | Downloaded toml_datetime v0.6.8 |
312 | 2024-08-26T19:37:16.717Z | Downloaded thiserror v1.0.63 |
313 | 2024-08-26T19:37:16.721Z | Downloaded proc-macro-error-attr v1.0.4 |
314 | 2024-08-26T19:37:16.724Z | Downloaded utf8parse v0.2.1 |
315 | 2024-08-26T19:37:16.724Z | Downloaded usdt v0.5.0 |
316 | 2024-08-26T19:37:16.724Z | Downloaded quote v1.0.36 |
317 | 2024-08-26T19:37:16.726Z | Downloaded typenum v1.17.0 |
318 | 2024-08-26T19:37:16.729Z | Downloaded ryu v1.0.18 |
319 | 2024-08-26T19:37:16.732Z | Downloaded plain v0.2.3 |
320 | 2024-08-26T19:37:16.732Z | Downloaded usdt-impl v0.5.0 |
321 | 2024-08-26T19:37:16.734Z | Downloaded clap v4.5.16 |
322 | 2024-08-26T19:37:16.741Z | Downloaded log v0.4.21 |
323 | 2024-08-26T19:37:16.744Z | Downloaded anstyle-query v1.0.3 |
324 | 2024-08-26T19:37:16.746Z | Downloaded memchr v2.7.2 |
325 | 2024-08-26T19:37:16.753Z | Downloaded serde_tokenstream v0.2.2 |
326 | 2024-08-26T19:37:16.756Z | Downloaded strsim v0.11.1 |
327 | 2024-08-26T19:37:16.758Z | Downloaded scroll_derive v0.12.0 |
328 | 2024-08-26T19:37:16.762Z | Downloaded itoa v1.0.11 |
329 | 2024-08-26T19:37:16.762Z | Downloaded errno v0.3.9 |
330 | 2024-08-26T19:37:16.766Z | Downloaded crypto-common v0.1.6 |
331 | 2024-08-26T19:37:16.769Z | Downloaded colorchoice v1.0.1 |
332 | 2024-08-26T19:37:16.769Z | Downloaded cargo_metadata v0.18.1 |
333 | 2024-08-26T19:37:16.771Z | Downloaded dof v0.3.0 |
334 | 2024-08-26T19:37:16.772Z | Downloaded heck v0.5.0 |
335 | 2024-08-26T19:37:16.774Z | Downloaded bytecount v0.6.8 |
336 | 2024-08-26T19:37:16.776Z | Downloaded usdt-attr-macro v0.5.0 |
337 | 2024-08-26T19:37:16.776Z | Downloaded usdt-macro v0.5.0 |
338 | 2024-08-26T19:37:16.779Z | Downloaded clap_derive v4.5.13 |
339 | 2024-08-26T19:37:16.782Z | Downloaded once_cell v1.19.0 |
340 | 2024-08-26T19:37:16.784Z | Downloaded generic-array v0.14.7 |
341 | 2024-08-26T19:37:16.790Z | Downloaded version_check v0.9.5 |
342 | 2024-08-26T19:37:16.792Z | Downloaded thiserror-impl v1.0.63 |
343 | 2024-08-26T19:37:16.792Z | Downloaded terminal_size v0.3.0 |
344 | 2024-08-26T19:37:16.795Z | Downloaded memmap v0.7.0 |
345 | 2024-08-26T19:37:16.798Z | Downloaded cfg-if v1.0.0 |
346 | 2024-08-26T19:37:16.805Z | Downloaded byteorder v1.5.0 |
347 | 2024-08-26T19:37:16.807Z | Downloaded macaddr v1.0.1 |
348 | 2024-08-26T19:37:16.810Z | Downloaded serde_spanned v0.6.7 |
349 | 2024-08-26T19:37:16.816Z | Downloaded tabled_derive v0.7.0 |
350 | 2024-08-26T19:37:16.819Z | Downloaded sha2 v0.10.8 |
351 | 2024-08-26T19:37:16.822Z | Downloaded semver v1.0.23 |
352 | 2024-08-26T19:37:16.822Z | Downloaded camino v1.1.9 |
353 | 2024-08-26T19:37:16.824Z | Downloaded bitflags v2.6.0 |
354 | 2024-08-26T19:37:16.827Z | Downloaded zerocopy-derive v0.7.34 |
355 | 2024-08-26T19:37:16.831Z | Downloaded cargo-platform v0.1.8 |
356 | 2024-08-26T19:37:16.834Z | Downloaded anyhow v1.0.86 |
357 | 2024-08-26T19:37:16.836Z | Downloaded scroll v0.12.0 |
358 | 2024-08-26T19:37:16.839Z | Downloaded proc-macro-error v1.0.4 |
359 | 2024-08-26T19:37:16.841Z | Downloaded pest_generator v2.7.10 |
360 | 2024-08-26T19:37:16.841Z | Downloaded toml v0.8.19 |
361 | 2024-08-26T19:37:16.844Z | Downloaded proc-macro2 v1.0.86 |
362 | 2024-08-26T19:37:16.846Z | Downloaded pest_derive v2.7.10 |
363 | 2024-08-26T19:37:16.849Z | Downloaded serde_derive v1.0.208 |
364 | 2024-08-26T19:37:16.851Z | Downloaded unicode-ident v1.0.12 |
365 | 2024-08-26T19:37:16.853Z | Downloaded ucd-trie v0.1.6 |
366 | 2024-08-26T19:37:16.856Z | Downloaded serde_json v1.0.125 |
367 | 2024-08-26T19:37:16.861Z | Downloaded papergrid v0.11.0 |
368 | 2024-08-26T19:37:16.866Z | Downloaded thread-id v4.2.1 |
369 | 2024-08-26T19:37:16.868Z | Downloaded pest_meta v2.7.10 |
370 | 2024-08-26T19:37:16.870Z | Downloaded pest v2.7.10 |
371 | 2024-08-26T19:37:16.873Z | Downloaded serde v1.0.208 |
372 | 2024-08-26T19:37:16.876Z | Downloaded indexmap v2.4.0 |
373 | 2024-08-26T19:37:16.880Z | Downloaded tabled v0.15.0 |
374 | 2024-08-26T19:37:16.895Z | Downloaded toml_edit v0.22.20 |
375 | 2024-08-26T19:37:16.916Z | Downloaded hashbrown v0.14.5 |
376 | 2024-08-26T19:37:16.923Z | Downloaded winnow v0.6.18 |
377 | 2024-08-26T19:37:16.931Z | Downloaded clap_builder v4.5.15 |
378 | 2024-08-26T19:37:16.950Z | Downloaded zerocopy v0.7.34 |
379 | 2024-08-26T19:37:16.966Z | Downloaded syn v1.0.109 |
380 | 2024-08-26T19:37:16.975Z | Downloaded goblin v0.8.2 |
381 | 2024-08-26T19:37:16.981Z | Downloaded syn v2.0.74 |
382 | 2024-08-26T19:37:16.991Z | Downloaded rustix v0.38.34 |
383 | 2024-08-26T19:37:17.012Z | Downloaded unicode-width v0.1.13 |
384 | 2024-08-26T19:37:17.020Z | Downloaded libc v0.2.156 |
385 | 2024-08-26T19:37:17.318Z | Compiling proc-macro2 v1.0.86 |
386 | 2024-08-26T19:37:17.318Z | Compiling unicode-ident v1.0.12 |
387 | 2024-08-26T19:37:17.321Z | Compiling version_check v0.9.5 |
388 | 2024-08-26T19:37:17.321Z | Compiling serde v1.0.208 |
389 | 2024-08-26T19:37:17.321Z | Compiling thiserror v1.0.63 |
390 | 2024-08-26T19:37:17.321Z | Compiling memchr v2.7.2 |
391 | 2024-08-26T19:37:17.321Z | Compiling libc v0.2.156 |
392 | 2024-08-26T19:37:17.321Z | Compiling ryu v1.0.18 |
393 | 2024-08-26T19:37:17.593Z | Compiling itoa v1.0.11 |
394 | 2024-08-26T19:37:17.730Z | Compiling ucd-trie v0.1.6 |
395 | 2024-08-26T19:37:17.815Z | Compiling once_cell v1.19.0 |
396 | 2024-08-26T19:37:18.167Z | Compiling byteorder v1.5.0 |
397 | 2024-08-26T19:37:18.204Z | Compiling serde_json v1.0.125 |
398 | 2024-08-26T19:37:19.584Z | Compiling usdt-impl v0.5.0 |
399 | 2024-08-26T19:37:19.623Z | Compiling proc-macro-error-attr v1.0.4 |
400 | 2024-08-26T19:37:19.625Z | Compiling rustix v0.38.34 |
401 | 2024-08-26T19:37:19.665Z | Compiling syn v1.0.109 |
402 | 2024-08-26T19:37:19.668Z | Compiling proc-macro-error v1.0.4 |
403 | 2024-08-26T19:37:20.037Z | Compiling log v0.4.21 |
404 | 2024-08-26T19:37:20.062Z | Compiling hashbrown v0.14.5 |
405 | 2024-08-26T19:37:20.094Z | Compiling bitflags v2.6.0 |
406 | 2024-08-26T19:37:20.440Z | Compiling thread-id v4.2.1 |
407 | 2024-08-26T19:37:20.466Z | Compiling equivalent v1.0.1 |
408 | 2024-08-26T19:37:20.468Z | Compiling utf8parse v0.2.1 |
409 | 2024-08-26T19:37:20.513Z | Compiling quote v1.0.36 |
410 | 2024-08-26T19:37:20.545Z | Compiling plain v0.2.3 |
411 | 2024-08-26T19:37:20.649Z | Compiling anstyle-parse v0.2.4 |
412 | 2024-08-26T19:37:20.699Z | Compiling camino v1.1.9 |
413 | 2024-08-26T19:37:20.854Z | Compiling is_terminal_polyfill v1.70.0 |
414 | 2024-08-26T19:37:20.861Z | Compiling syn v2.0.74 |
415 | 2024-08-26T19:37:20.961Z | Compiling colorchoice v1.0.1 |
416 | 2024-08-26T19:37:21.118Z | Compiling errno v0.3.9 |
417 | 2024-08-26T19:37:21.180Z | Compiling anstyle v1.0.8 |
418 | 2024-08-26T19:37:21.328Z | Compiling indexmap v2.4.0 |
419 | 2024-08-26T19:37:21.353Z | Compiling semver v1.0.23 |
420 | 2024-08-26T19:37:21.403Z | Compiling autocfg v1.3.0 |
421 | 2024-08-26T19:37:21.636Z | Compiling pretty-hex v0.4.1 |
422 | 2024-08-26T19:37:21.849Z | Compiling anstyle-query v1.0.3 |
423 | 2024-08-26T19:37:21.920Z | Compiling winnow v0.6.18 |
424 | 2024-08-26T19:37:22.006Z | Compiling anstream v0.6.14 |
425 | 2024-08-26T19:37:22.393Z | Compiling fs-err v2.11.0 |
426 | 2024-08-26T19:37:22.646Z | Compiling terminal_size v0.3.0 |
427 | 2024-08-26T19:37:22.785Z | Compiling heck v0.5.0 |
428 | 2024-08-26T19:37:22.787Z | Compiling unicode-width v0.1.13 |
429 | 2024-08-26T19:37:22.829Z | Compiling clap_lex v0.7.0 |
430 | 2024-08-26T19:37:22.832Z | Compiling anyhow v1.0.86 |
431 | 2024-08-26T19:37:22.897Z | Compiling heck v0.4.1 |
432 | 2024-08-26T19:37:23.047Z | Compiling fnv v1.0.7 |
433 | 2024-08-26T19:37:23.181Z | Compiling strsim v0.11.1 |
434 | 2024-08-26T19:37:23.281Z | Compiling bytecount v0.6.8 |
435 | 2024-08-26T19:37:23.403Z | Compiling memmap v0.7.0 |
436 | 2024-08-26T19:37:23.476Z | Compiling papergrid v0.11.0 |
437 | 2024-08-26T19:37:23.617Z | Compiling clap_builder v4.5.15 |
438 | 2024-08-26T19:37:24.145Z | Compiling swrite v0.1.0 |
439 | 2024-08-26T19:37:25.989Z | Compiling tabled_derive v0.7.0 |
440 | 2024-08-26T19:37:27.410Z | Compiling tabled v0.15.0 |
441 | 2024-08-26T19:37:29.221Z | Compiling serde_derive v1.0.208 |
442 | 2024-08-26T19:37:29.224Z | Compiling thiserror-impl v1.0.63 |
443 | 2024-08-26T19:37:29.224Z | Compiling zerocopy-derive v0.7.34 |
444 | 2024-08-26T19:37:29.238Z | Compiling scroll_derive v0.12.0 |
445 | 2024-08-26T19:37:29.517Z | Compiling clap_derive v4.5.13 |
446 | 2024-08-26T19:37:30.633Z | Compiling scroll v0.12.0 |
447 | 2024-08-26T19:37:31.059Z | Compiling zerocopy v0.7.34 |
448 | 2024-08-26T19:37:31.131Z | Compiling goblin v0.8.2 |
449 | 2024-08-26T19:37:31.814Z | Compiling pest v2.7.10 |
450 | 2024-08-26T19:37:33.350Z | Compiling clap v4.5.16 |
451 | 2024-08-26T19:37:34.007Z | Compiling pest_meta v2.7.10 |
452 | 2024-08-26T19:37:34.895Z | Compiling pest_generator v2.7.10 |
453 | 2024-08-26T19:37:36.827Z | Compiling pest_derive v2.7.10 |
454 | 2024-08-26T19:37:37.518Z | Compiling dtrace-parser v0.2.0 |
455 | 2024-08-26T19:37:39.277Z | Compiling serde_spanned v0.6.7 |
456 | 2024-08-26T19:37:39.277Z | Compiling toml_datetime v0.6.8 |
457 | 2024-08-26T19:37:39.280Z | Compiling cargo-platform v0.1.8 |
458 | 2024-08-26T19:37:39.644Z | Compiling serde_tokenstream v0.2.2 |
459 | 2024-08-26T19:37:39.701Z | Compiling toml_edit v0.22.20 |
460 | 2024-08-26T19:37:39.901Z | Compiling macaddr v1.0.1 |
461 | 2024-08-26T19:37:40.683Z | Compiling dof v0.3.0 |
462 | 2024-08-26T19:37:40.683Z | Compiling cargo_metadata v0.18.1 |
463 | 2024-08-26T19:37:42.468Z | Compiling toml v0.8.19 |
464 | 2024-08-26T19:37:42.673Z | Compiling usdt-macro v0.5.0 |
465 | 2024-08-26T19:37:42.673Z | Compiling usdt-attr-macro v0.5.0 |
466 | 2024-08-26T19:37:43.258Z | Compiling cargo_toml v0.20.4 |
467 | 2024-08-26T19:37:44.052Z | Compiling usdt v0.5.0 |
468 | 2024-08-26T19:37:47.011Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
469 | 2024-08-26T19:37:50.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.01s |
470 | 2024-08-26T19:37:51.041Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
471 | 2024-08-26T19:37:51.596Z | Downloading crates ... |
472 | 2024-08-26T19:37:51.716Z | Downloaded addr2line v0.21.0 |
473 | 2024-08-26T19:37:51.721Z | Downloaded arrayref v0.3.7 |
474 | 2024-08-26T19:37:51.724Z | Downloaded async-trait v0.1.81 |
475 | 2024-08-26T19:37:51.730Z | Downloaded aead v0.5.2 |
476 | 2024-08-26T19:37:51.733Z | Downloaded cfg_aliases v0.1.1 |
477 | 2024-08-26T19:37:51.735Z | Downloaded bitstruct_derive v0.1.0 |
478 | 2024-08-26T19:37:51.738Z | Downloaded darling_macro v0.20.9 |
479 | 2024-08-26T19:37:51.741Z | Downloaded crucible-workspace-hack v0.1.0 |
480 | 2024-08-26T19:37:51.744Z | Downloaded cobs v0.2.3 |
481 | 2024-08-26T19:37:51.744Z | Downloaded atomicwrites v0.4.3 |
482 | 2024-08-26T19:37:51.748Z | Downloaded backtrace v0.3.71 |
483 | 2024-08-26T19:37:51.754Z | Downloaded is_ci v1.2.0 |
484 | 2024-08-26T19:37:51.756Z | Downloaded kstat-rs v0.2.4 |
485 | 2024-08-26T19:37:51.757Z | Downloaded ipnetwork v0.20.0 |
486 | 2024-08-26T19:37:51.759Z | Downloaded bb8 v0.8.5 |
487 | 2024-08-26T19:37:51.762Z | Downloaded atty v0.2.14 |
488 | 2024-08-26T19:37:51.762Z | Downloaded bitflags v1.3.2 |
489 | 2024-08-26T19:37:51.766Z | Downloaded libefi-sys v0.1.0 |
490 | 2024-08-26T19:37:51.769Z | Downloaded newtype_derive v0.1.6 |
491 | 2024-08-26T19:37:51.771Z | Downloaded debug-ignore v1.0.5 |
492 | 2024-08-26T19:37:51.771Z | Downloaded block-padding v0.3.3 |
493 | 2024-08-26T19:37:51.774Z | Downloaded openssl-macros v0.1.1 |
494 | 2024-08-26T19:37:51.774Z | Downloaded nodrop v0.1.14 |
495 | 2024-08-26T19:37:51.776Z | Downloaded match_cfg v0.1.0 |
496 | 2024-08-26T19:37:51.776Z | Downloaded oso-derive v0.27.3 |
497 | 2024-08-26T19:37:51.779Z | Downloaded num_threads v0.1.7 |
498 | 2024-08-26T19:37:51.779Z | Downloaded base64 v0.21.7 |
499 | 2024-08-26T19:37:51.783Z | Downloaded normalize-line-endings v0.3.0 |
500 | 2024-08-26T19:37:51.785Z | Downloaded path-slash v0.1.5 |
501 | 2024-08-26T19:37:51.785Z | Downloaded async-recursion v1.1.1 |
502 | 2024-08-26T19:37:51.788Z | Downloaded ascii-canvas v3.0.0 |
503 | 2024-08-26T19:37:51.792Z | Downloaded parse-size v1.0.0 |
504 | 2024-08-26T19:37:51.792Z | Downloaded multimap v0.10.0 |
505 | 2024-08-26T19:37:51.795Z | Downloaded ciborium-io v0.2.2 |
506 | 2024-08-26T19:37:51.795Z | Downloaded lock_api v0.4.12 |
507 | 2024-08-26T19:37:51.798Z | Downloaded num v0.4.3 |
508 | 2024-08-26T19:37:51.798Z | Downloaded num-integer v0.1.46 |
509 | 2024-08-26T19:37:51.802Z | Downloaded mime v0.3.17 |
510 | 2024-08-26T19:37:51.802Z | Downloaded bitstruct v0.1.1 |
511 | 2024-08-26T19:37:51.802Z | Downloaded crc v3.2.1 |
512 | 2024-08-26T19:37:51.804Z | Downloaded num-iter v0.1.45 |
513 | 2024-08-26T19:37:51.807Z | Downloaded cancel-safe-futures v0.1.5 |
514 | 2024-08-26T19:37:51.820Z | Downloaded num_enum v0.5.11 |
515 | 2024-08-26T19:37:51.820Z | Downloaded bitfield v0.14.0 |
516 | 2024-08-26T19:37:51.820Z | Downloaded paste v1.0.15 |
517 | 2024-08-26T19:37:51.822Z | Downloaded parse-display v0.10.0 |
518 | 2024-08-26T19:37:51.822Z | Downloaded olpc-cjson v0.1.3 |
519 | 2024-08-26T19:37:51.822Z | Downloaded peg v0.8.4 |
520 | 2024-08-26T19:37:51.825Z | Downloaded cstr-argument v0.1.2 |
521 | 2024-08-26T19:37:51.828Z | Downloaded parking_lot_core v0.8.6 |
522 | 2024-08-26T19:37:51.831Z | Downloaded parking_lot v0.11.2 |
523 | 2024-08-26T19:37:51.834Z | Downloaded hubpack_derive v0.1.1 |
524 | 2024-08-26T19:37:51.834Z | Downloaded managed v0.8.0 |
525 | 2024-08-26T19:37:51.834Z | Downloaded libloading v0.8.3 |
526 | 2024-08-26T19:37:51.836Z | Downloaded convert_case v0.4.0 |
527 | 2024-08-26T19:37:51.839Z | Downloaded stable_deref_trait v1.2.0 |
528 | 2024-08-26T19:37:51.839Z | Downloaded darling v0.20.9 |
529 | 2024-08-26T19:37:51.843Z | Downloaded packed_struct v0.10.1 |
530 | 2024-08-26T19:37:51.845Z | Downloaded password-hash v0.5.0 |
531 | 2024-08-26T19:37:51.848Z | Downloaded mockall_derive v0.13.0 |
532 | 2024-08-26T19:37:51.851Z | Downloaded async-stream v0.3.5 |
533 | 2024-08-26T19:37:51.853Z | Downloaded untrusted v0.7.1 |
534 | 2024-08-26T19:37:51.854Z | Downloaded hyper-tls v0.5.0 |
535 | 2024-08-26T19:37:51.856Z | Downloaded constant_time_eq v0.3.0 |
536 | 2024-08-26T19:37:51.859Z | Downloaded termtree v0.4.1 |
537 | 2024-08-26T19:37:51.859Z | Downloaded strum_macros v0.25.3 |
538 | 2024-08-26T19:37:51.862Z | Downloaded openssl-probe v0.1.5 |
539 | 2024-08-26T19:37:51.862Z | Downloaded openssl-sys v0.9.103 |
540 | 2024-08-26T19:37:51.866Z | Downloaded miniz_oxide v0.7.2 |
541 | 2024-08-26T19:37:51.869Z | Downloaded tui-tree-widget v0.22.0 |
542 | 2024-08-26T19:37:51.871Z | Downloaded blake2 v0.10.6 |
543 | 2024-08-26T19:37:51.875Z | Downloaded new_debug_unreachable v1.0.6 |
544 | 2024-08-26T19:37:51.878Z | Downloaded colored v2.1.0 |
545 | 2024-08-26T19:37:51.878Z | Downloaded zeroize_derive v1.4.2 |
546 | 2024-08-26T19:37:51.878Z | Downloaded data-encoding v2.6.0 |
547 | 2024-08-26T19:37:51.882Z | Downloaded chacha20 v0.9.1 |
548 | 2024-08-26T19:37:51.885Z | Downloaded defmt-macros v0.3.9 |
549 | 2024-08-26T19:37:51.887Z | Downloaded crossbeam-deque v0.8.5 |
550 | 2024-08-26T19:37:51.887Z | Downloaded downcast v0.11.0 |
551 | 2024-08-26T19:37:51.889Z | Downloaded curve25519-dalek-derive v0.1.1 |
552 | 2024-08-26T19:37:51.892Z | Downloaded cipher v0.4.4 |
553 | 2024-08-26T19:37:51.892Z | Downloaded mio v1.0.2 |
554 | 2024-08-26T19:37:51.897Z | Downloaded camino-tempfile v1.1.1 |
555 | 2024-08-26T19:37:51.900Z | Downloaded hash32 v0.3.1 |
556 | 2024-08-26T19:37:51.902Z | Downloaded opaque-debug v0.3.1 |
557 | 2024-08-26T19:37:51.904Z | Downloaded is-terminal v0.4.12 |
558 | 2024-08-26T19:37:51.904Z | Downloaded ciborium v0.2.2 |
559 | 2024-08-26T19:37:51.907Z | Downloaded jobserver v0.1.32 |
560 | 2024-08-26T19:37:51.909Z | Downloaded cookie_store v0.20.0 |
561 | 2024-08-26T19:37:51.913Z | Downloaded md-5 v0.10.6 |
562 | 2024-08-26T19:37:51.916Z | Downloaded cexpr v0.6.0 |
563 | 2024-08-26T19:37:51.916Z | Downloaded cbc v0.1.2 |
564 | 2024-08-26T19:37:51.919Z | Downloaded http-range v0.1.5 |
565 | 2024-08-26T19:37:51.919Z | Downloaded compact_str v0.8.0 |
566 | 2024-08-26T19:37:51.922Z | Downloaded allocator-api2 v0.2.18 |
567 | 2024-08-26T19:37:51.925Z | Downloaded tap v1.0.1 |
568 | 2024-08-26T19:37:51.928Z | Downloaded console v0.15.8 |
569 | 2024-08-26T19:37:51.930Z | Downloaded mime_guess v2.0.4 |
570 | 2024-08-26T19:37:51.933Z | Downloaded number_prefix v0.4.0 |
571 | 2024-08-26T19:37:51.933Z | Downloaded num_enum_derive v0.5.11 |
572 | 2024-08-26T19:37:51.935Z | Downloaded cassowary v0.3.0 |
573 | 2024-08-26T19:37:51.938Z | Downloaded sqlparser_derive v0.2.2 |
574 | 2024-08-26T19:37:51.938Z | Downloaded universal-hash v0.5.1 |
575 | 2024-08-26T19:37:51.938Z | Downloaded topological-sort v0.2.2 |
576 | 2024-08-26T19:37:51.941Z | Downloaded csv-core v0.1.11 |
577 | 2024-08-26T19:37:51.943Z | Downloaded hash32 v0.2.1 |
578 | 2024-08-26T19:37:51.943Z | Downloaded cookie v0.17.0 |
579 | 2024-08-26T19:37:51.946Z | Downloaded nanorand v0.7.0 |
580 | 2024-08-26T19:37:51.949Z | Downloaded signal-hook-tokio v0.3.1 |
581 | 2024-08-26T19:37:51.952Z | Downloaded libsw v3.3.1 |
582 | 2024-08-26T19:37:51.952Z | Downloaded take_mut v0.2.2 |
583 | 2024-08-26T19:37:51.952Z | Downloaded which v4.4.2 |
584 | 2024-08-26T19:37:51.955Z | Downloaded dsl_auto_type v0.1.2 |
585 | 2024-08-26T19:37:51.958Z | Downloaded socket2 v0.5.7 |
586 | 2024-08-26T19:37:51.958Z | Downloaded fallible-streaming-iterator v0.1.9 |
587 | 2024-08-26T19:37:51.960Z | Downloaded const-oid v0.9.6 |
588 | 2024-08-26T19:37:51.963Z | Downloaded serde_with_macros v3.9.0 |
589 | 2024-08-26T19:37:51.966Z | Downloaded base64 v0.13.1 |
590 | 2024-08-26T19:37:51.968Z | Downloaded ipnet v2.9.0 |
591 | 2024-08-26T19:37:51.971Z | Downloaded lru v0.12.3 |
592 | 2024-08-26T19:37:51.971Z | Downloaded getopts v0.2.21 |
593 | 2024-08-26T19:37:51.973Z | Downloaded try-lock v0.2.5 |
594 | 2024-08-26T19:37:51.974Z | Downloaded http-body v0.4.6 |
595 | 2024-08-26T19:37:51.978Z | Downloaded hostname v0.4.0 |
596 | 2024-08-26T19:37:51.980Z | Downloaded packed_struct_codegen v0.10.1 |
597 | 2024-08-26T19:37:51.980Z | Downloaded slog-term v2.9.1 |
598 | 2024-08-26T19:37:51.983Z | Downloaded mockall v0.13.0 |
599 | 2024-08-26T19:37:51.983Z | Downloaded num-rational v0.4.2 |
600 | 2024-08-26T19:37:51.985Z | Downloaded crossbeam-utils v0.8.19 |
601 | 2024-08-26T19:37:51.988Z | Downloaded nibble_vec v0.1.0 |
602 | 2024-08-26T19:37:51.991Z | Downloaded zone_cfg_derive v0.1.2 |
603 | 2024-08-26T19:37:51.991Z | Downloaded pbkdf2 v0.12.2 |
604 | 2024-08-26T19:37:51.994Z | Downloaded proc-macro-crate v1.3.1 |
605 | 2024-08-26T19:37:51.994Z | Downloaded heck v0.3.3 |
606 | 2024-08-26T19:37:51.994Z | Downloaded parse-display-derive v0.10.0 |
607 | 2024-08-26T19:37:51.996Z | Downloaded multer v3.1.0 |
608 | 2024-08-26T19:37:51.998Z | Downloaded num-derive v0.4.2 |
609 | 2024-08-26T19:37:52.001Z | Downloaded foreign-types-shared v0.1.1 |
610 | 2024-08-26T19:37:52.001Z | Downloaded foreign-types-macros v0.2.3 |
611 | 2024-08-26T19:37:52.004Z | Downloaded pin-utils v0.1.0 |
612 | 2024-08-26T19:37:52.004Z | Downloaded scrypt v0.11.0 |
613 | 2024-08-26T19:37:52.006Z | Downloaded pin-project-internal v1.1.5 |
614 | 2024-08-26T19:37:52.009Z | Downloaded httparse v1.8.0 |
615 | 2024-08-26T19:37:52.011Z | Downloaded tabwriter v1.4.0 |
616 | 2024-08-26T19:37:52.011Z | Downloaded foreign-types-shared v0.3.1 |
617 | 2024-08-26T19:37:52.011Z | Downloaded sigpipe v0.1.3 |
618 | 2024-08-26T19:37:52.014Z | Downloaded structmeta v0.2.0 |
619 | 2024-08-26T19:37:52.014Z | Downloaded spin v0.5.2 |
620 | 2024-08-26T19:37:52.016Z | Downloaded scopeguard v1.2.0 |
621 | 2024-08-26T19:37:52.016Z | Downloaded schemars_derive v0.8.21 |
622 | 2024-08-26T19:37:52.019Z | Downloaded base64 v0.22.1 |
623 | 2024-08-26T19:37:52.022Z | Downloaded sha1 v0.10.6 |
624 | 2024-08-26T19:37:52.024Z | Downloaded getrandom v0.2.14 |
625 | 2024-08-26T19:37:52.027Z | Downloaded vte_generate_state_changes v0.1.1 |
626 | 2024-08-26T19:37:52.029Z | Downloaded phf_shared v0.10.0 |
627 | 2024-08-26T19:37:52.029Z | Downloaded untrusted v0.9.0 |
628 | 2024-08-26T19:37:52.032Z | Downloaded owo-colors v4.0.0 |
629 | 2024-08-26T19:37:52.034Z | Downloaded nu-ansi-term v0.50.0 |
630 | 2024-08-26T19:37:52.037Z | Downloaded hostname v0.3.1 |
631 | 2024-08-26T19:37:52.039Z | Downloaded thread_local v1.1.8 |
632 | 2024-08-26T19:37:52.040Z | Downloaded zone v0.1.8 |
633 | 2024-08-26T19:37:52.042Z | Downloaded num_cpus v1.16.0 |
634 | 2024-08-26T19:37:52.044Z | Downloaded crossbeam-epoch v0.9.18 |
635 | 2024-08-26T19:37:52.047Z | Downloaded dirs-next v2.0.0 |
636 | 2024-08-26T19:37:52.047Z | Downloaded difflib v0.4.0 |
637 | 2024-08-26T19:37:52.049Z | Downloaded lazycell v1.3.0 |
638 | 2024-08-26T19:37:52.049Z | Downloaded yasna v0.5.2 |
639 | 2024-08-26T19:37:52.053Z | Downloaded omicron-zone-package v0.11.0 |
640 | 2024-08-26T19:37:52.055Z | Downloaded clang-sys v1.7.0 |
641 | 2024-08-26T19:37:52.059Z | Downloaded fragile v2.0.0 |
642 | 2024-08-26T19:37:52.062Z | Downloaded fixedbitset v0.4.2 |
643 | 2024-08-26T19:37:52.062Z | Downloaded parking_lot_core v0.9.10 |
644 | 2024-08-26T19:37:52.064Z | Downloaded arc-swap v1.7.1 |
645 | 2024-08-26T19:37:52.068Z | Downloaded time-core v0.1.2 |
646 | 2024-08-26T19:37:52.070Z | Downloaded phf_shared v0.11.2 |
647 | 2024-08-26T19:37:52.070Z | Downloaded rustversion v1.0.17 |
648 | 2024-08-26T19:37:52.073Z | Downloaded rand_xorshift v0.3.0 |
649 | 2024-08-26T19:37:52.075Z | Downloaded parking_lot v0.12.2 |
650 | 2024-08-26T19:37:52.078Z | Downloaded cc v1.0.97 |
651 | 2024-08-26T19:37:52.080Z | Downloaded futures-sink v0.3.30 |
652 | 2024-08-26T19:37:52.083Z | Downloaded group v0.13.0 |
653 | 2024-08-26T19:37:52.083Z | Downloaded siphasher v0.3.11 |
654 | 2024-08-26T19:37:52.085Z | Downloaded tokio-stream v0.1.15 |
655 | 2024-08-26T19:37:52.088Z | Downloaded itertools v0.10.5 |
656 | 2024-08-26T19:37:52.095Z | Downloaded derive_builder_macro v0.20.0 |
657 | 2024-08-26T19:37:52.097Z | Downloaded unicode-xid v0.2.4 |
658 | 2024-08-26T19:37:52.100Z | Downloaded pin-project-lite v0.2.14 |
659 | 2024-08-26T19:37:52.112Z | Downloaded oso v0.27.3 |
660 | 2024-08-26T19:37:52.116Z | Downloaded structmeta-derive v0.3.0 |
661 | 2024-08-26T19:37:52.119Z | Downloaded thiserror-no-std v2.0.2 |
662 | 2024-08-26T19:37:52.121Z | Downloaded slog-stdlog v4.1.1 |
663 | 2024-08-26T19:37:52.124Z | Downloaded unicode-linebreak v0.1.5 |
664 | 2024-08-26T19:37:52.126Z | Downloaded waitgroup v0.1.2 |
665 | 2024-08-26T19:37:52.126Z | Downloaded ref-cast-impl v1.0.23 |
666 | 2024-08-26T19:37:52.129Z | Downloaded slog v2.7.0 |
667 | 2024-08-26T19:37:52.131Z | Downloaded bytes v1.7.1 |
668 | 2024-08-26T19:37:52.134Z | Downloaded hickory-client v0.24.1 |
669 | 2024-08-26T19:37:52.137Z | Downloaded fastrand v2.1.0 |
670 | 2024-08-26T19:37:52.140Z | Downloaded fallible-iterator v0.3.0 |
671 | 2024-08-26T19:37:52.142Z | Downloaded fallible-iterator v0.2.0 |
672 | 2024-08-26T19:37:52.142Z | Downloaded tar v0.4.41 |
673 | 2024-08-26T19:37:52.145Z | Downloaded spin v0.9.8 |
674 | 2024-08-26T19:37:52.150Z | Downloaded diesel_table_macro_syntax v0.2.0 |
675 | 2024-08-26T19:37:52.153Z | Downloaded fxhash v0.2.1 |
676 | 2024-08-26T19:37:52.153Z | Downloaded predicates v3.1.2 |
677 | 2024-08-26T19:37:52.153Z | Downloaded portpicker v0.1.1 |
678 | 2024-08-26T19:37:52.156Z | Downloaded tinyvec_macros v0.1.1 |
679 | 2024-08-26T19:37:52.156Z | Downloaded pkcs1 v0.7.5 |
680 | 2024-08-26T19:37:52.158Z | Downloaded strum_macros v0.26.4 |
681 | 2024-08-26T19:37:52.161Z | Downloaded zerocopy v0.6.6 |
682 | 2024-08-26T19:37:52.164Z | Downloaded crypto-bigint v0.5.5 |
683 | 2024-08-26T19:37:52.169Z | Downloaded aes v0.8.4 |
684 | 2024-08-26T19:37:52.172Z | Downloaded pkg-config v0.3.30 |
685 | 2024-08-26T19:37:52.175Z | Downloaded hyper-staticfile v0.9.5 |
686 | 2024-08-26T19:37:52.177Z | Downloaded termcolor v1.4.1 |
687 | 2024-08-26T19:37:52.180Z | Downloaded whoami v1.5.1 |
688 | 2024-08-26T19:37:52.182Z | Downloaded serde_arrays v0.1.0 |
689 | 2024-08-26T19:37:52.182Z | Downloaded rustc-hash v1.1.0 |
690 | 2024-08-26T19:37:52.185Z | Downloaded rtoolbox v0.0.2 |
691 | 2024-08-26T19:37:52.185Z | Downloaded tokio-tungstenite v0.21.0 |
692 | 2024-08-26T19:37:52.187Z | Downloaded serde_derive_internals v0.29.1 |
693 | 2024-08-26T19:37:52.190Z | Downloaded ff v0.13.0 |
694 | 2024-08-26T19:37:52.190Z | Downloaded ron v0.8.1 |
695 | 2024-08-26T19:37:52.196Z | Downloaded display-error-chain v0.2.0 |
696 | 2024-08-26T19:37:52.198Z | Downloaded tls_codec_derive v0.4.1 |
697 | 2024-08-26T19:37:52.201Z | Downloaded vte v0.11.1 |
698 | 2024-08-26T19:37:52.204Z | Downloaded enum-as-inner v0.6.0 |
699 | 2024-08-26T19:37:52.204Z | Downloaded similar v2.6.0 |
700 | 2024-08-26T19:37:52.209Z | Downloaded derive_builder v0.20.0 |
701 | 2024-08-26T19:37:52.213Z | Downloaded pkcs5 v0.7.1 |
702 | 2024-08-26T19:37:52.218Z | Downloaded tokio-rustls v0.25.0 |
703 | 2024-08-26T19:37:52.221Z | Downloaded strum v0.26.3 |
704 | 2024-08-26T19:37:52.221Z | Downloaded ident_case v1.0.1 |
705 | 2024-08-26T19:37:52.223Z | Downloaded unsafe-libyaml v0.2.11 |
706 | 2024-08-26T19:37:52.227Z | Downloaded zip v0.6.6 |
707 | 2024-08-26T19:37:52.230Z | Downloaded r2d2 v0.8.10 |
708 | 2024-08-26T19:37:52.233Z | Downloaded iana-time-zone v0.1.60 |
709 | 2024-08-26T19:37:52.236Z | Downloaded pkcs8 v0.10.2 |
710 | 2024-08-26T19:37:52.238Z | Downloaded scheduled-thread-pool v0.2.7 |
711 | 2024-08-26T19:37:52.238Z | Downloaded strip-ansi-escapes v0.2.0 |
712 | 2024-08-26T19:37:52.241Z | Downloaded percent-encoding v2.3.1 |
713 | 2024-08-26T19:37:52.241Z | Downloaded tls_codec v0.4.1 |
714 | 2024-08-26T19:37:52.243Z | Downloaded serde_plain v1.0.2 |
715 | 2024-08-26T19:37:52.245Z | Downloaded semver v0.1.20 |
716 | 2024-08-26T19:37:52.248Z | Downloaded rustfmt-wrapper v0.2.1 |
717 | 2024-08-26T19:37:52.248Z | Downloaded futures-task v0.3.30 |
718 | 2024-08-26T19:37:52.250Z | Downloaded derive_more v0.99.18 |
719 | 2024-08-26T19:37:52.253Z | Downloaded pin-project v1.1.5 |
720 | 2024-08-26T19:37:52.264Z | Downloaded vsss-rs v3.3.4 |
721 | 2024-08-26T19:37:52.268Z | Downloaded endian-type v0.1.2 |
722 | 2024-08-26T19:37:52.270Z | Downloaded snafu-derive v0.8.2 |
723 | 2024-08-26T19:37:52.273Z | Downloaded peg-macros v0.8.4 |
724 | 2024-08-26T19:37:52.273Z | Downloaded http v0.2.12 |
725 | 2024-08-26T19:37:52.276Z | Downloaded phf v0.11.2 |
726 | 2024-08-26T19:37:52.279Z | Downloaded httpdate v1.0.3 |
727 | 2024-08-26T19:37:52.281Z | Downloaded dyn-clone v1.0.17 |
728 | 2024-08-26T19:37:52.281Z | Downloaded tiny-keccak v2.0.2 |
729 | 2024-08-26T19:37:52.284Z | Downloaded ena v0.14.3 |
730 | 2024-08-26T19:37:52.286Z | Downloaded ron v0.7.1 |
731 | 2024-08-26T19:37:52.290Z | Downloaded libxml v0.3.3 |
732 | 2024-08-26T19:37:52.296Z | Downloaded slog-bunyan v2.5.0 |
733 | 2024-08-26T19:37:52.299Z | Downloaded serde-big-array v0.5.1 |
734 | 2024-08-26T19:37:52.301Z | Downloaded sqlformat v0.2.4 |
735 | 2024-08-26T19:37:52.304Z | Downloaded sec1 v0.7.3 |
736 | 2024-08-26T19:37:52.304Z | Downloaded precomputed-hash v0.1.1 |
737 | 2024-08-26T19:37:52.306Z | Downloaded deranged v0.3.11 |
738 | 2024-08-26T19:37:52.306Z | Downloaded serde_yaml v0.9.34+deprecated |
739 | 2024-08-26T19:37:52.309Z | Downloaded rand_seeder v0.3.0 |
740 | 2024-08-26T19:37:52.312Z | Downloaded headers-core v0.2.0 |
741 | 2024-08-26T19:37:52.312Z | Downloaded structmeta-derive v0.2.0 |
742 | 2024-08-26T19:37:52.315Z | Downloaded derive_builder_core v0.20.0 |
743 | 2024-08-26T19:37:52.315Z | Downloaded toolchain_find v0.4.0 |
744 | 2024-08-26T19:37:52.318Z | Downloaded poly1305 v0.8.0 |
745 | 2024-08-26T19:37:52.320Z | Downloaded ref-cast v1.0.23 |
746 | 2024-08-26T19:37:52.323Z | Downloaded tinyvec v1.6.0 |
747 | 2024-08-26T19:37:52.326Z | Downloaded inout v0.1.3 |
748 | 2024-08-26T19:37:52.326Z | Downloaded indoc v1.0.9 |
749 | 2024-08-26T19:37:52.328Z | Downloaded indent_write v2.2.0 |
750 | 2024-08-26T19:37:52.331Z | Downloaded slab v0.4.9 |
751 | 2024-08-26T19:37:52.334Z | Downloaded env_logger v0.9.3 |
752 | 2024-08-26T19:37:52.334Z | Downloaded dirs-sys-next v0.1.2 |
753 | 2024-08-26T19:37:52.336Z | Downloaded embedded-io v0.4.0 |
754 | 2024-08-26T19:37:52.339Z | Downloaded ppv-lite86 v0.2.17 |
755 | 2024-08-26T19:37:52.339Z | Downloaded humantime v2.1.0 |
756 | 2024-08-26T19:37:52.341Z | Downloaded crossterm v0.27.0 |
757 | 2024-08-26T19:37:52.346Z | Downloaded time v0.3.36 |
758 | 2024-08-26T19:37:52.353Z | Downloaded sync_wrapper v0.1.2 |
759 | 2024-08-26T19:37:52.356Z | Downloaded pem v3.0.4 |
760 | 2024-08-26T19:37:52.358Z | Downloaded fd-lock v4.0.2 |
761 | 2024-08-26T19:37:52.358Z | Downloaded spki v0.7.3 |
762 | 2024-08-26T19:37:52.361Z | Downloaded highway v1.2.0 |
763 | 2024-08-26T19:37:52.363Z | Downloaded indicatif v0.17.8 |
764 | 2024-08-26T19:37:52.366Z | Downloaded fatfs v0.3.6 |
765 | 2024-08-26T19:37:52.369Z | Downloaded xattr v1.3.1 |
766 | 2024-08-26T19:37:52.372Z | Downloaded unarray v0.1.4 |
767 | 2024-08-26T19:37:52.374Z | Downloaded slog-json v2.6.1 |
768 | 2024-08-26T19:37:52.376Z | Downloaded quick-error v1.2.3 |
769 | 2024-08-26T19:37:52.377Z | Downloaded http v1.1.0 |
770 | 2024-08-26T19:37:52.380Z | Downloaded expectorate v1.1.0 |
771 | 2024-08-26T19:37:52.382Z | Downloaded unicode_categories v0.1.1 |
772 | 2024-08-26T19:37:52.385Z | Downloaded signal-hook v0.3.17 |
773 | 2024-08-26T19:37:52.387Z | Downloaded serde-hex v0.1.0 |
774 | 2024-08-26T19:37:52.390Z | Downloaded psl-types v2.0.11 |
775 | 2024-08-26T19:37:52.392Z | Downloaded tower-service v0.3.2 |
776 | 2024-08-26T19:37:52.392Z | Downloaded instability v0.3.2 |
777 | 2024-08-26T19:37:52.392Z | Downloaded defmt-parser v0.3.4 |
778 | 2024-08-26T19:37:52.395Z | Downloaded num-bigint-dig v0.8.4 |
779 | 2024-08-26T19:37:52.398Z | Downloaded unicode-truncate v1.0.0 |
780 | 2024-08-26T19:37:52.400Z | Downloaded radium v0.7.0 |
781 | 2024-08-26T19:37:52.403Z | Downloaded rustls-pki-types v1.7.0 |
782 | 2024-08-26T19:37:52.403Z | Downloaded futures-macro v0.3.30 |
783 | 2024-08-26T19:37:52.406Z | Downloaded nom v7.1.3 |
784 | 2024-08-26T19:37:52.410Z | Downloaded itertools v0.13.0 |
785 | 2024-08-26T19:37:52.417Z | Downloaded want v0.3.1 |
786 | 2024-08-26T19:37:52.419Z | Downloaded same-file v1.0.6 |
787 | 2024-08-26T19:37:52.420Z | Downloaded futures-io v0.3.30 |
788 | 2024-08-26T19:37:52.422Z | Downloaded slog-dtrace v0.3.0 |
789 | 2024-08-26T19:37:52.422Z | Downloaded tungstenite v0.21.0 |
790 | 2024-08-26T19:37:52.425Z | Downloaded slog-envlogger v2.2.0 |
791 | 2024-08-26T19:37:52.428Z | Downloaded pretty-hex v0.2.1 |
792 | 2024-08-26T19:37:52.430Z | Downloaded peg-runtime v0.8.3 |
793 | 2024-08-26T19:37:52.430Z | Downloaded smawk v0.3.2 |
794 | 2024-08-26T19:37:52.430Z | Downloaded twox-hash v1.6.3 |
795 | 2024-08-26T19:37:52.433Z | Downloaded futures-executor v0.3.30 |
796 | 2024-08-26T19:37:52.435Z | Downloaded aho-corasick v1.1.3 |
797 | 2024-08-26T19:37:52.440Z | Downloaded rustls-pemfile v1.0.4 |
798 | 2024-08-26T19:37:52.445Z | Downloaded half v2.4.1 |
799 | 2024-08-26T19:37:52.447Z | Downloaded diff v0.1.13 |
800 | 2024-08-26T19:37:52.450Z | Downloaded unicode-bidi v0.3.15 |
801 | 2024-08-26T19:37:52.454Z | Downloaded test-strategy v0.3.1 |
802 | 2024-08-26T19:37:52.456Z | Downloaded rustls-pemfile v2.1.3 |
803 | 2024-08-26T19:37:52.457Z | Downloaded derive-where v1.2.7 |
804 | 2024-08-26T19:37:52.460Z | Downloaded x509-cert v0.2.5 |
805 | 2024-08-26T19:37:52.466Z | Downloaded rusty-fork v0.3.0 |
806 | 2024-08-26T19:37:52.469Z | Downloaded hmac v0.12.1 |
807 | 2024-08-26T19:37:52.471Z | Downloaded rand_chacha v0.3.1 |
808 | 2024-08-26T19:37:52.472Z | Downloaded pem-rfc7468 v0.7.0 |
809 | 2024-08-26T19:37:52.474Z | Downloaded snafu v0.8.2 |
810 | 2024-08-26T19:37:52.479Z | Downloaded hickory-resolver v0.24.1 |
811 | 2024-08-26T19:37:52.483Z | Downloaded stringprep v0.1.4 |
812 | 2024-08-26T19:37:52.486Z | Downloaded powerfmt v0.2.0 |
813 | 2024-08-26T19:37:52.488Z | Downloaded smallvec v0.6.14 |
814 | 2024-08-26T19:37:52.488Z | Downloaded socket2 v0.4.10 |
815 | 2024-08-26T19:37:52.493Z | Downloaded form_urlencoded v1.2.1 |
816 | 2024-08-26T19:37:52.493Z | Downloaded thiserror-impl-no-std v2.0.2 |
817 | 2024-08-26T19:37:52.496Z | Downloaded subtle v2.5.0 |
818 | 2024-08-26T19:37:52.496Z | Downloaded uuid v1.10.0 |
819 | 2024-08-26T19:37:52.496Z | Downloaded float-cmp v0.9.0 |
820 | 2024-08-26T19:37:52.499Z | Downloaded der_derive v0.7.2 |
821 | 2024-08-26T19:37:52.499Z | Downloaded vergen v8.3.2 |
822 | 2024-08-26T19:37:52.502Z | Downloaded rcgen v0.12.1 |
823 | 2024-08-26T19:37:52.505Z | Downloaded supports-color v3.0.0 |
824 | 2024-08-26T19:37:52.507Z | Downloaded smf v0.2.3 |
825 | 2024-08-26T19:37:52.507Z | Downloaded blake3 v1.5.1 |
826 | 2024-08-26T19:37:52.515Z | Downloaded futures-core v0.3.30 |
827 | 2024-08-26T19:37:52.517Z | Downloaded diesel_derives v2.2.2 |
828 | 2024-08-26T19:37:52.520Z | Downloaded itertools v0.12.1 |
829 | 2024-08-26T19:37:52.527Z | Downloaded resolv-conf v0.7.0 |
830 | 2024-08-26T19:37:52.530Z | Downloaded elliptic-curve v0.13.8 |
831 | 2024-08-26T19:37:52.534Z | Downloaded smallvec v1.13.2 |
832 | 2024-08-26T19:37:52.537Z | Downloaded float-ord v0.3.2 |
833 | 2024-08-26T19:37:52.537Z | Downloaded walkdir v2.5.0 |
834 | 2024-08-26T19:37:52.539Z | Downloaded subprocess v0.2.9 |
835 | 2024-08-26T19:37:52.541Z | Downloaded tracing-core v0.1.32 |
836 | 2024-08-26T19:37:52.545Z | Downloaded funty v2.0.0 |
837 | 2024-08-26T19:37:52.547Z | Downloaded hickory-server v0.24.1 |
838 | 2024-08-26T19:37:52.550Z | Downloaded time-macros v0.2.18 |
839 | 2024-08-26T19:37:52.552Z | Downloaded hashlink v0.9.1 |
840 | 2024-08-26T19:37:52.555Z | Downloaded rand v0.8.5 |
841 | 2024-08-26T19:37:52.558Z | Downloaded string_cache v0.8.7 |
842 | 2024-08-26T19:37:52.560Z | Downloaded typed-path v0.7.1 |
843 | 2024-08-26T19:37:52.565Z | Downloaded unicode-normalization v0.1.23 |
844 | 2024-08-26T19:37:52.569Z | Downloaded uzers v0.11.3 |
845 | 2024-08-26T19:37:52.571Z | Downloaded postgres-types v0.2.7 |
846 | 2024-08-26T19:37:52.574Z | Downloaded static_assertions v1.1.0 |
847 | 2024-08-26T19:37:52.576Z | Downloaded hashbrown v0.12.3 |
848 | 2024-08-26T19:37:52.579Z | Downloaded globset v0.4.14 |
849 | 2024-08-26T19:37:52.581Z | Downloaded url v2.5.2 |
850 | 2024-08-26T19:37:52.584Z | Downloaded postgres-protocol v0.6.7 |
851 | 2024-08-26T19:37:52.587Z | Downloaded chrono v0.4.38 |
852 | 2024-08-26T19:37:52.593Z | Downloaded sqlparser v0.45.0 |
853 | 2024-08-26T19:37:52.598Z | Downloaded glob v0.3.1 |
854 | 2024-08-26T19:37:52.601Z | Downloaded flume v0.11.0 |
855 | 2024-08-26T19:37:52.603Z | Downloaded tough v0.17.1 |
856 | 2024-08-26T19:37:52.611Z | Downloaded tokio-util v0.7.11 |
857 | 2024-08-26T19:37:52.618Z | Downloaded textwrap v0.16.1 |
858 | 2024-08-26T19:37:52.620Z | Downloaded headers v0.3.9 |
859 | 2024-08-26T19:37:52.626Z | Downloaded serde_with v3.9.0 |
860 | 2024-08-26T19:37:52.635Z | Downloaded futures v0.3.30 |
861 | 2024-08-26T19:37:52.640Z | Downloaded tracing v0.1.40 |
862 | 2024-08-26T19:37:52.644Z | Downloaded publicsuffix v2.2.3 |
863 | 2024-08-26T19:37:52.647Z | Downloaded rusqlite v0.31.0 |
864 | 2024-08-26T19:37:52.653Z | Downloaded bindgen v0.69.4 |
865 | 2024-08-26T19:37:52.660Z | Downloaded nix v0.27.1 |
866 | 2024-08-26T19:37:52.671Z | Downloaded postcard v1.0.8 |
867 | 2024-08-26T19:37:52.674Z | Downloaded toml_edit v0.19.15 |
868 | 2024-08-26T19:37:52.690Z | Downloaded bitvec v1.0.1 |
869 | 2024-08-26T19:37:52.706Z | Downloaded der v0.7.9 |
870 | 2024-08-26T19:37:52.711Z | Downloaded heapless v0.7.17 |
871 | 2024-08-26T19:37:52.714Z | Downloaded winnow v0.5.40 |
872 | 2024-08-26T19:37:52.723Z | Downloaded reqwest v0.11.27 |
873 | 2024-08-26T19:37:52.731Z | Downloaded futures-util v0.3.30 |
874 | 2024-08-26T19:37:52.743Z | Downloaded steno v0.4.1 |
875 | 2024-08-26T19:37:52.747Z | Downloaded rustyline v14.0.0 |
876 | 2024-08-26T19:37:52.754Z | Downloaded lalrpop v0.19.12 |
877 | 2024-08-26T19:37:52.764Z | Downloaded rustls-webpki v0.101.7 |
878 | 2024-08-26T19:37:52.777Z | Downloaded reedline v0.33.0 |
879 | 2024-08-26T19:37:52.785Z | Downloaded curve25519-dalek v4.1.3 |
880 | 2024-08-26T19:37:52.794Z | Downloaded hkdf v0.12.4 |
881 | 2024-08-26T19:37:52.797Z | Downloaded rustls-webpki v0.102.4 |
882 | 2024-08-26T19:37:52.814Z | Downloaded proptest v1.5.0 |
883 | 2024-08-26T19:37:52.823Z | Downloaded hyper v0.14.30 |
884 | 2024-08-26T19:37:52.830Z | Downloaded rayon v1.10.0 |
885 | 2024-08-26T19:37:52.840Z | Downloaded idna v0.5.0 |
886 | 2024-08-26T19:37:52.847Z | Downloaded smoltcp v0.11.0 |
887 | 2024-08-26T19:37:52.859Z | Downloaded openssl v0.10.66 |
888 | 2024-08-26T19:37:52.869Z | Downloaded git2 v0.19.0 |
889 | 2024-08-26T19:37:52.879Z | Downloaded openapiv3 v2.0.0 |
890 | 2024-08-26T19:37:52.890Z | Downloaded webpki-roots v0.25.4 |
891 | 2024-08-26T19:37:52.894Z | Downloaded bstr v1.9.1 |
892 | 2024-08-26T19:37:52.905Z | Downloaded quick-xml v0.31.0 |
893 | 2024-08-26T19:37:52.911Z | Downloaded smoltcp v0.9.1 |
894 | 2024-08-26T19:37:52.922Z | Downloaded nix v0.28.0 |
895 | 2024-08-26T19:37:52.933Z | Downloaded hickory-proto v0.24.1 |
896 | 2024-08-26T19:37:52.949Z | Downloaded radix_trie v0.2.1 |
897 | 2024-08-26T19:37:52.955Z | Downloaded idna v0.4.0 |
898 | 2024-08-26T19:37:52.962Z | Downloaded gimli v0.28.1 |
899 | 2024-08-26T19:37:52.970Z | Downloaded regex-syntax v0.6.29 |
900 | 2024-08-26T19:37:52.977Z | Downloaded idna v0.3.0 |
901 | 2024-08-26T19:37:52.984Z | Downloaded regress v0.9.1 |
902 | 2024-08-26T19:37:52.993Z | Downloaded polar-core v0.27.3 |
903 | 2024-08-26T19:37:53.001Z | Downloaded rustls v0.21.12 |
904 | 2024-08-26T19:37:53.013Z | Downloaded diesel v2.2.2 |
905 | 2024-08-26T19:37:53.031Z | Downloaded rustls v0.22.4 |
906 | 2024-08-26T19:37:53.044Z | Downloaded regex-syntax v0.8.4 |
907 | 2024-08-26T19:37:53.053Z | Downloaded ratatui v0.28.0 |
908 | 2024-08-26T19:37:53.071Z | Downloaded zerocopy-derive v0.6.6 |
909 | 2024-08-26T19:37:53.081Z | Downloaded sled v0.34.7 |
910 | 2024-08-26T19:37:53.092Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
911 | 2024-08-26T19:37:53.104Z | Downloaded regex v1.10.6 |
912 | 2024-08-26T19:37:53.117Z | Downloaded vcpkg v0.2.15 |
913 | 2024-08-26T19:37:53.155Z | Downloaded object v0.32.2 |
914 | 2024-08-26T19:37:53.166Z | Downloaded finl_unicode v1.2.0 |
915 | 2024-08-26T19:37:53.178Z | Downloaded hashbrown v0.13.2 |
916 | 2024-08-26T19:37:53.182Z | Downloaded h2 v0.3.26 |
917 | 2024-08-26T19:37:53.189Z | Downloaded portable-atomic v1.6.0 |
918 | 2024-08-26T19:37:53.195Z | Downloaded regex-automata v0.4.6 |
919 | 2024-08-26T19:37:53.212Z | Downloaded flate2 v1.0.31 |
920 | 2024-08-26T19:37:53.217Z | Downloaded petgraph v0.6.5 |
921 | 2024-08-26T19:37:53.236Z | Downloaded tokio v1.38.1 |
922 | 2024-08-26T19:37:53.272Z | Downloaded csv v1.3.0 |
923 | 2024-08-26T19:37:53.293Z | Downloaded object v0.30.4 |
924 | 2024-08-26T19:37:53.302Z | Downloaded sha3 v0.10.8 |
925 | 2024-08-26T19:37:53.307Z | Downloaded unicode-segmentation v1.11.0 |
926 | 2024-08-26T19:37:53.310Z | Downloaded tracing-attributes v0.1.27 |
927 | 2024-08-26T19:37:53.312Z | Downloaded futures-channel v0.3.30 |
928 | 2024-08-26T19:37:53.315Z | Downloaded heapless v0.8.0 |
929 | 2024-08-26T19:37:53.317Z | Downloaded schemars v0.8.21 |
930 | 2024-08-26T19:37:53.329Z | Downloaded crossterm v0.28.1 |
931 | 2024-08-26T19:37:53.335Z | Downloaded rsa v0.9.6 |
932 | 2024-08-26T19:37:53.340Z | Downloaded filetime v0.2.24 |
933 | 2024-08-26T19:37:53.342Z | Downloaded salsa20 v0.10.2 |
934 | 2024-08-26T19:37:53.345Z | Downloaded slog-scope v4.4.0 |
935 | 2024-08-26T19:37:53.345Z | Downloaded utf-8 v0.7.6 |
936 | 2024-08-26T19:37:53.347Z | Downloaded termios v0.3.3 |
937 | 2024-08-26T19:37:53.348Z | Downloaded toml v0.7.8 |
938 | 2024-08-26T19:37:53.350Z | Downloaded libm v0.2.8 |
939 | 2024-08-26T19:37:53.357Z | Downloaded hyper-rustls v0.24.2 |
940 | 2024-08-26T19:37:53.359Z | Downloaded samael v0.0.15 |
941 | 2024-08-26T19:37:53.364Z | Downloaded rayon-core v1.12.1 |
942 | 2024-08-26T19:37:53.367Z | Downloaded mio v0.8.11 |
943 | 2024-08-26T19:37:53.374Z | Downloaded minimal-lexical v0.2.1 |
944 | 2024-08-26T19:37:53.377Z | Downloaded slog-async v2.8.0 |
945 | 2024-08-26T19:37:53.379Z | Downloaded hubpack v0.1.2 |
946 | 2024-08-26T19:37:53.379Z | Downloaded wyz v0.5.1 |
947 | 2024-08-26T19:37:53.382Z | Downloaded gethostname v0.5.0 |
948 | 2024-08-26T19:37:53.382Z | Downloaded tokio-tungstenite v0.20.1 |
949 | 2024-08-26T19:37:53.385Z | Downloaded rustc-demangle v0.1.24 |
950 | 2024-08-26T19:37:53.387Z | Downloaded structmeta v0.3.0 |
951 | 2024-08-26T19:37:53.387Z | Downloaded erased-serde v0.3.31 |
952 | 2024-08-26T19:37:53.390Z | Downloaded either v1.13.0 |
953 | 2024-08-26T19:37:53.390Z | Downloaded wait-timeout v0.2.0 |
954 | 2024-08-26T19:37:53.393Z | Downloaded serde_urlencoded v0.7.1 |
955 | 2024-08-26T19:37:53.393Z | Downloaded encoding_rs v0.8.34 |
956 | 2024-08-26T19:37:53.414Z | Downloaded term v0.7.0 |
957 | 2024-08-26T19:37:53.417Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
958 | 2024-08-26T19:37:53.475Z | Downloaded tungstenite v0.20.1 |
959 | 2024-08-26T19:37:53.478Z | Downloaded tokio-postgres v0.7.11 |
960 | 2024-08-26T19:37:53.483Z | Downloaded shell-words v1.1.0 |
961 | 2024-08-26T19:37:53.485Z | Downloaded serde_repr v0.1.19 |
962 | 2024-08-26T19:37:53.488Z | Downloaded secrecy v0.8.0 |
963 | 2024-08-26T19:37:53.488Z | Downloaded indexmap v1.9.3 |
964 | 2024-08-26T19:37:53.490Z | Downloaded signal-hook-mio v0.2.4 |
965 | 2024-08-26T19:37:53.493Z | Downloaded serde_path_to_error v0.1.16 |
966 | 2024-08-26T19:37:53.493Z | Downloaded rpassword v7.3.1 |
967 | 2024-08-26T19:37:53.495Z | Downloaded unicase v2.7.0 |
968 | 2024-08-26T19:37:53.495Z | Downloaded prettyplease v0.2.20 |
969 | 2024-08-26T19:37:53.498Z | Downloaded env_logger v0.10.2 |
970 | 2024-08-26T19:37:53.500Z | Downloaded rand_core v0.6.4 |
971 | 2024-08-26T19:37:53.503Z | Downloaded predicates-tree v1.0.9 |
972 | 2024-08-26T19:37:53.503Z | Downloaded predicates-core v1.0.6 |
973 | 2024-08-26T19:37:53.506Z | Downloaded tokio-rustls v0.24.1 |
974 | 2024-08-26T19:37:53.506Z | Downloaded zeroize v1.7.0 |
975 | 2024-08-26T19:37:53.509Z | Downloaded crossbeam-channel v0.5.12 |
976 | 2024-08-26T19:37:53.512Z | Downloaded crc-any v2.5.0 |
977 | 2024-08-26T19:37:53.514Z | Downloaded const_format v0.2.32 |
978 | 2024-08-26T19:37:53.517Z | Downloaded tempfile v3.10.1 |
979 | 2024-08-26T19:37:53.520Z | Downloaded sct v0.7.1 |
980 | 2024-08-26T19:37:53.523Z | Downloaded rustc_version v0.1.7 |
981 | 2024-08-26T19:37:53.525Z | Downloaded darling_core v0.20.9 |
982 | 2024-08-26T19:37:53.527Z | Downloaded rustc_version v0.4.0 |
983 | 2024-08-26T19:37:53.530Z | Downloaded flagset v0.4.5 |
984 | 2024-08-26T19:37:53.530Z | Downloaded tokio-native-tls v0.3.1 |
985 | 2024-08-26T19:37:53.532Z | Downloaded lru-cache v0.1.2 |
986 | 2024-08-26T19:37:53.532Z | Downloaded keccak v0.1.5 |
987 | 2024-08-26T19:37:53.535Z | Downloaded foreign-types v0.5.0 |
988 | 2024-08-26T19:37:53.535Z | Downloaded foreign-types v0.3.2 |
989 | 2024-08-26T19:37:53.535Z | Downloaded signal-hook-registry v1.4.2 |
990 | 2024-08-26T19:37:53.538Z | Downloaded linked-hash-map v0.5.6 |
991 | 2024-08-26T19:37:53.538Z | Downloaded newtype-uuid v1.1.0 |
992 | 2024-08-26T19:37:53.540Z | Downloaded maybe-uninit v2.0.0 |
993 | 2024-08-26T19:37:53.540Z | Downloaded home v0.5.9 |
994 | 2024-08-26T19:37:53.540Z | Downloaded hex v0.4.3 |
995 | 2024-08-26T19:37:53.543Z | Downloaded num-conv v0.1.0 |
996 | 2024-08-26T19:37:53.543Z | Downloaded memoffset v0.9.1 |
997 | 2024-08-26T19:37:53.543Z | Downloaded tokio-macros v2.3.0 |
998 | 2024-08-26T19:37:53.546Z | Downloaded crc32fast v1.4.0 |
999 | 2024-08-26T19:37:53.546Z | Downloaded cookie v0.18.1 |
1000 | 2024-08-26T19:37:53.548Z | Downloaded chacha20poly1305 v0.10.1 |
1001 | 2024-08-26T19:37:53.551Z | Downloaded maplit v1.0.2 |
1002 | 2024-08-26T19:37:53.551Z | Downloaded strum_macros v0.24.3 |
1003 | 2024-08-26T19:37:53.553Z | Downloaded ahash v0.8.11 |
1004 | 2024-08-26T19:37:53.556Z | Downloaded signature v2.2.0 |
1005 | 2024-08-26T19:37:53.556Z | Downloaded shlex v1.3.0 |
1006 | 2024-08-26T19:37:53.558Z | Downloaded impl-trait-for-tuples v0.2.2 |
1007 | 2024-08-26T19:37:53.561Z | Downloaded defmt v0.3.8 |
1008 | 2024-08-26T19:37:53.564Z | Downloaded bit-vec v0.6.3 |
1009 | 2024-08-26T19:37:53.564Z | Downloaded num-traits v0.2.19 |
1010 | 2024-08-26T19:37:53.566Z | Downloaded num-complex v0.4.6 |
1011 | 2024-08-26T19:37:53.569Z | Downloaded ciborium-ll v0.2.2 |
1012 | 2024-08-26T19:37:53.569Z | Downloaded bitfield-struct v0.6.1 |
1013 | 2024-08-26T19:37:53.571Z | Downloaded bcs v0.1.6 |
1014 | 2024-08-26T19:37:53.573Z | Downloaded base64ct v1.6.0 |
1015 | 2024-08-26T19:37:53.574Z | Downloaded assert_matches v1.5.0 |
1016 | 2024-08-26T19:37:53.576Z | Downloaded native-tls v0.2.11 |
1017 | 2024-08-26T19:37:53.578Z | Downloaded array-init v0.0.4 |
1018 | 2024-08-26T19:37:53.578Z | Downloaded crunchy v0.2.2 |
1019 | 2024-08-26T19:37:53.578Z | Downloaded newline-converter v0.3.0 |
1020 | 2024-08-26T19:37:53.578Z | Downloaded memmap2 v0.9.4 |
1021 | 2024-08-26T19:37:53.581Z | Downloaded linear-map v1.2.0 |
1022 | 2024-08-26T19:37:53.583Z | Downloaded crc-catalog v2.4.0 |
1023 | 2024-08-26T19:37:53.583Z | Downloaded const_format_proc_macros v0.2.32 |
1024 | 2024-08-26T19:37:53.587Z | Downloaded bzip2 v0.4.4 |
1025 | 2024-08-26T19:37:53.588Z | Downloaded backoff v0.4.0 |
1026 | 2024-08-26T19:37:53.590Z | Downloaded arrayvec v0.7.4 |
1027 | 2024-08-26T19:37:53.590Z | Downloaded argon2 v0.5.3 |
1028 | 2024-08-26T19:37:53.593Z | Downloaded adler v1.0.2 |
1029 | 2024-08-26T19:37:53.593Z | Downloaded base16ct v0.2.0 |
1030 | 2024-08-26T19:37:53.595Z | Downloaded lalrpop-util v0.19.12 |
1031 | 2024-08-26T19:37:53.595Z | Downloaded ascii v1.1.0 |
1032 | 2024-08-26T19:37:53.598Z | Downloaded castaway v0.2.3 |
1033 | 2024-08-26T19:37:53.598Z | Downloaded atomic-waker v1.1.2 |
1034 | 2024-08-26T19:37:53.600Z | Downloaded buf-list v1.0.3 |
1035 | 2024-08-26T19:37:53.603Z | Downloaded bit-set v0.5.3 |
1036 | 2024-08-26T19:37:53.603Z | Downloaded lazy_static v1.5.0 |
1037 | 2024-08-26T19:37:53.603Z | Downloaded instant v0.1.12 |
1038 | 2024-08-26T19:37:53.606Z | Downloaded async-stream-impl v0.3.5 |
1039 | 2024-08-26T19:37:53.762Z | Downloaded libz-sys v1.1.16 |
1040 | 2024-08-26T19:37:53.883Z | Downloaded ring v0.17.8 |
1041 | 2024-08-26T19:37:53.953Z | Downloaded libsqlite3-sys v0.28.0 |
1042 | 2024-08-26T19:37:54.057Z | Downloaded ring v0.16.20 |
1043 | 2024-08-26T19:37:54.225Z | Compiling cfg-if v1.0.0 |
1044 | 2024-08-26T19:37:54.225Z | Compiling serde v1.0.208 |
1045 | 2024-08-26T19:37:54.228Z | Compiling typenum v1.17.0 |
1046 | 2024-08-26T19:37:54.228Z | Compiling generic-array v0.14.7 |
1047 | 2024-08-26T19:37:54.228Z | Compiling lock_api v0.4.12 |
1048 | 2024-08-26T19:37:54.418Z | Compiling syn v2.0.74 |
1049 | 2024-08-26T19:37:54.418Z | Compiling scopeguard v1.2.0 |
1050 | 2024-08-26T19:37:54.421Z | Compiling log v0.4.21 |
1051 | 2024-08-26T19:37:54.463Z | Compiling getrandom v0.2.14 |
1052 | 2024-08-26T19:37:54.557Z | Compiling jobserver v0.1.32 |
1053 | 2024-08-26T19:37:54.701Z | Compiling rand_core v0.6.4 |
1054 | 2024-08-26T19:37:55.011Z | Compiling subtle v2.5.0 |
1055 | 2024-08-26T19:37:55.032Z | Compiling const-oid v0.9.6 |
1056 | 2024-08-26T19:37:55.075Z | Compiling cc v1.0.97 |
1057 | 2024-08-26T19:37:55.301Z | Compiling smallvec v1.13.2 |
1058 | 2024-08-26T19:37:55.372Z | Compiling pin-project-lite v0.2.14 |
1059 | 2024-08-26T19:37:55.491Z | Compiling parking_lot_core v0.9.10 |
1060 | 2024-08-26T19:37:55.509Z | Compiling signal-hook-registry v1.4.2 |
1061 | 2024-08-26T19:37:55.634Z | Compiling spin v0.9.8 |
1062 | 2024-08-26T19:37:55.720Z | Compiling mio v0.8.11 |
1063 | 2024-08-26T19:37:56.061Z | Compiling ahash v0.8.11 |
1064 | 2024-08-26T19:37:56.374Z | Compiling tinyvec_macros v0.1.1 |
1065 | 2024-08-26T19:37:56.463Z | Compiling parking_lot v0.12.2 |
1066 | 2024-08-26T19:37:56.547Z | Compiling tinyvec v1.6.0 |
1067 | 2024-08-26T19:37:56.739Z | Compiling socket2 v0.5.7 |
1068 | 2024-08-26T19:37:57.061Z | Compiling num_cpus v1.16.0 |
1069 | 2024-08-26T19:37:57.144Z | Compiling futures-core v0.3.30 |
1070 | 2024-08-26T19:37:57.191Z | Compiling serde_json v1.0.125 |
1071 | 2024-08-26T19:37:57.312Z | Compiling cpufeatures v0.2.12 |
1072 | 2024-08-26T19:37:57.392Z | Compiling libm v0.2.8 |
1073 | 2024-08-26T19:37:57.420Z | Compiling slab v0.4.9 |
1074 | 2024-08-26T19:37:57.437Z | Compiling num-traits v0.2.19 |
1075 | 2024-08-26T19:37:57.568Z | Compiling allocator-api2 v0.2.18 |
1076 | 2024-08-26T19:37:57.734Z | Compiling unicode-bidi v0.3.15 |
1077 | 2024-08-26T19:37:57.745Z | Compiling futures-sink v0.3.30 |
1078 | 2024-08-26T19:37:58.164Z | Compiling unicode-normalization v0.1.23 |
1079 | 2024-08-26T19:37:58.214Z | Compiling futures-channel v0.3.30 |
1080 | 2024-08-26T19:37:58.292Z | Compiling futures-io v0.3.30 |
1081 | 2024-08-26T19:37:58.418Z | Compiling futures-task v0.3.30 |
1082 | 2024-08-26T19:37:58.603Z | Compiling pkg-config v0.3.30 |
1083 | 2024-08-26T19:37:58.642Z | Compiling vcpkg v0.2.15 |
1084 | 2024-08-26T19:37:58.704Z | Compiling pin-utils v0.1.0 |
1085 | 2024-08-26T19:37:58.797Z | Compiling base64ct v1.6.0 |
1086 | 2024-08-26T19:37:59.280Z | Compiling pem-rfc7468 v0.7.0 |
1087 | 2024-08-26T19:37:59.300Z | Compiling ring v0.17.8 |
1088 | 2024-08-26T19:37:59.325Z | Compiling percent-encoding v2.3.1 |
1089 | 2024-08-26T19:37:59.380Z | Compiling ppv-lite86 v0.2.17 |
1090 | 2024-08-26T19:37:59.682Z | Compiling flagset v0.4.5 |
1091 | 2024-08-26T19:37:59.915Z | Compiling tracing-core v0.1.32 |
1092 | 2024-08-26T19:38:00.031Z | Compiling rustix v0.38.34 |
1093 | 2024-08-26T19:38:00.168Z | Compiling rand_chacha v0.3.1 |
1094 | 2024-08-26T19:38:00.187Z | Compiling untrusted v0.9.0 |
1095 | 2024-08-26T19:38:00.346Z | Compiling time-core v0.1.2 |
1096 | 2024-08-26T19:38:00.524Z | Compiling num-conv v0.1.0 |
1097 | 2024-08-26T19:38:00.820Z | Compiling openssl-sys v0.9.103 |
1098 | 2024-08-26T19:38:00.823Z | Compiling rand v0.8.5 |
1099 | 2024-08-26T19:38:00.917Z | Compiling rustversion v1.0.17 |
1100 | 2024-08-26T19:38:01.120Z | Compiling foreign-types-shared v0.1.1 |
1101 | 2024-08-26T19:38:01.221Z | Compiling openssl v0.10.66 |
1102 | 2024-08-26T19:38:01.223Z | Compiling powerfmt v0.2.0 |
1103 | 2024-08-26T19:38:01.586Z | Compiling httparse v1.8.0 |
1104 | 2024-08-26T19:38:01.641Z | Compiling deranged v0.3.11 |
1105 | 2024-08-26T19:38:01.676Z | Compiling foreign-types v0.3.2 |
1106 | 2024-08-26T19:38:01.769Z | Compiling time-macros v0.2.18 |
1107 | 2024-08-26T19:38:02.033Z | Compiling form_urlencoded v1.2.1 |
1108 | 2024-08-26T19:38:02.179Z | Compiling aho-corasick v1.1.3 |
1109 | 2024-08-26T19:38:02.322Z | Compiling syn v1.0.109 |
1110 | 2024-08-26T19:38:02.601Z | Compiling crossbeam-utils v0.8.19 |
1111 | 2024-08-26T19:38:02.917Z | Compiling native-tls v0.2.11 |
1112 | 2024-08-26T19:38:03.188Z | Compiling try-lock v0.2.5 |
1113 | 2024-08-26T19:38:03.239Z | Compiling num_threads v0.1.7 |
1114 | 2024-08-26T19:38:03.294Z | Compiling rustls v0.21.12 |
1115 | 2024-08-26T19:38:03.311Z | Compiling siphasher v0.3.11 |
1116 | 2024-08-26T19:38:03.366Z | Compiling regex-syntax v0.8.4 |
1117 | 2024-08-26T19:38:03.539Z | Compiling want v0.3.1 |
1118 | 2024-08-26T19:38:04.360Z | Compiling idna v0.5.0 |
1119 | 2024-08-26T19:38:04.735Z | Compiling time v0.3.36 |
1120 | 2024-08-26T19:38:05.064Z | Compiling socket2 v0.4.10 |
1121 | 2024-08-26T19:38:05.727Z | Compiling cookie v0.17.0 |
1122 | 2024-08-26T19:38:05.899Z | Compiling adler v1.0.2 |
1123 | 2024-08-26T19:38:05.994Z | Compiling httpdate v1.0.3 |
1124 | 2024-08-26T19:38:06.087Z | Compiling openssl-probe v0.1.5 |
1125 | 2024-08-26T19:38:06.424Z | Compiling regex-automata v0.4.6 |
1126 | 2024-08-26T19:38:06.459Z | Compiling finl_unicode v1.2.0 |
1127 | 2024-08-26T19:38:06.628Z | Compiling iana-time-zone v0.1.60 |
1128 | 2024-08-26T19:38:07.020Z | Compiling tower-service v0.3.2 |
1129 | 2024-08-26T19:38:07.057Z | Compiling slog v2.7.0 |
1130 | 2024-08-26T19:38:07.139Z | Compiling stringprep v0.1.4 |
1131 | 2024-08-26T19:38:07.436Z | Compiling miniz_oxide v0.7.2 |
1132 | 2024-08-26T19:38:07.676Z | Compiling url v2.5.2 |
1133 | 2024-08-26T19:38:07.831Z | Compiling serde_derive v1.0.208 |
1134 | 2024-08-26T19:38:08.284Z | Compiling zeroize_derive v1.4.2 |
1135 | 2024-08-26T19:38:08.935Z | Compiling zerocopy-derive v0.7.34 |
1136 | 2024-08-26T19:38:09.247Z | Compiling tokio-macros v2.3.0 |
1137 | 2024-08-26T19:38:09.498Z | Compiling thiserror-impl v1.0.63 |
1138 | 2024-08-26T19:38:09.617Z | Compiling futures-macro v0.3.30 |
1139 | 2024-08-26T19:38:09.741Z | Compiling zeroize v1.7.0 |
1140 | 2024-08-26T19:38:10.819Z | Compiling der_derive v0.7.2 |
1141 | 2024-08-26T19:38:11.157Z | Compiling zerocopy v0.7.34 |
1142 | 2024-08-26T19:38:11.506Z | Compiling crypto-common v0.1.6 |
1143 | 2024-08-26T19:38:11.509Z | Compiling block-buffer v0.10.4 |
1144 | 2024-08-26T19:38:11.743Z | Compiling digest v0.10.7 |
1145 | 2024-08-26T19:38:11.776Z | Compiling block-padding v0.3.3 |
1146 | 2024-08-26T19:38:12.009Z | Compiling inout v0.1.3 |
1147 | 2024-08-26T19:38:12.174Z | Compiling hmac v0.12.1 |
1148 | 2024-08-26T19:38:12.263Z | Compiling cipher v0.4.4 |
1149 | 2024-08-26T19:38:12.389Z | Compiling sha2 v0.10.8 |
1150 | 2024-08-26T19:38:12.652Z | Compiling thiserror v1.0.63 |
1151 | 2024-08-26T19:38:12.768Z | Compiling futures-util v0.3.30 |
1152 | 2024-08-26T19:38:12.791Z | Compiling pest v2.7.10 |
1153 | 2024-08-26T19:38:13.148Z | Compiling hashbrown v0.14.5 |
1154 | 2024-08-26T19:38:13.202Z | Compiling der v0.7.9 |
1155 | 2024-08-26T19:38:14.539Z | Compiling salsa20 v0.10.2 |
1156 | 2024-08-26T19:38:14.769Z | Compiling pbkdf2 v0.12.2 |
1157 | 2024-08-26T19:38:14.994Z | Compiling tracing-attributes v0.1.27 |
1158 | 2024-08-26T19:38:15.764Z | Compiling pest_meta v2.7.10 |
1159 | 2024-08-26T19:38:15.789Z | Compiling scroll_derive v0.12.0 |
1160 | 2024-08-26T19:38:16.390Z | Compiling spki v0.7.3 |
1161 | 2024-08-26T19:38:16.754Z | Compiling scrypt v0.11.0 |
1162 | 2024-08-26T19:38:17.200Z | Compiling scroll v0.12.0 |
1163 | 2024-08-26T19:38:17.319Z | Compiling pest_generator v2.7.10 |
1164 | 2024-08-26T19:38:17.774Z | Compiling cbc v0.1.2 |
1165 | 2024-08-26T19:38:18.015Z | Compiling aes v0.8.4 |
1166 | 2024-08-26T19:38:18.755Z | Compiling tracing v0.1.40 |
1167 | 2024-08-26T19:38:18.780Z | Compiling goblin v0.8.2 |
1168 | 2024-08-26T19:38:18.829Z | Compiling openssl-macros v0.1.1 |
1169 | 2024-08-26T19:38:19.277Z | Compiling pkcs5 v0.7.1 |
1170 | 2024-08-26T19:38:19.339Z | Compiling sct v0.7.1 |
1171 | 2024-08-26T19:38:19.590Z | Compiling rustls-webpki v0.101.7 |
1172 | 2024-08-26T19:38:19.696Z | Compiling md-5 v0.10.6 |
1173 | 2024-08-26T19:38:20.013Z | Compiling pkcs8 v0.10.2 |
1174 | 2024-08-26T19:38:20.769Z | Compiling pest_derive v2.7.10 |
1175 | 2024-08-26T19:38:20.864Z | Compiling num-integer v0.1.46 |
1176 | 2024-08-26T19:38:21.551Z | Compiling bytes v1.7.1 |
1177 | 2024-08-26T19:38:21.555Z | Compiling bitflags v2.6.0 |
1178 | 2024-08-26T19:38:21.668Z | Compiling indexmap v2.4.0 |
1179 | 2024-08-26T19:38:22.018Z | Compiling semver v1.0.23 |
1180 | 2024-08-26T19:38:22.795Z | Compiling tokio v1.38.1 |
1181 | 2024-08-26T19:38:22.839Z | Compiling http v0.2.12 |
1182 | 2024-08-26T19:38:23.148Z | Compiling rustc_version v0.4.0 |
1183 | 2024-08-26T19:38:23.905Z | Compiling heapless v0.7.17 |
1184 | 2024-08-26T19:38:24.352Z | Compiling http-body v0.4.6 |
1185 | 2024-08-26T19:38:24.747Z | Compiling dof v0.3.0 |
1186 | 2024-08-26T19:38:25.113Z | Compiling dtrace-parser v0.2.0 |
1187 | 2024-08-26T19:38:25.375Z | Compiling uuid v1.10.0 |
1188 | 2024-08-26T19:38:26.822Z | Compiling usdt-impl v0.5.0 |
1189 | 2024-08-26T19:38:27.061Z | Compiling serde_tokenstream v0.2.2 |
1190 | 2024-08-26T19:38:27.266Z | Compiling toml_datetime v0.6.8 |
1191 | 2024-08-26T19:38:27.688Z | Compiling chrono v0.4.38 |
1192 | 2024-08-26T19:38:27.770Z | Compiling serde_spanned v0.6.7 |
1193 | 2024-08-26T19:38:28.011Z | Compiling backtrace v0.3.71 |
1194 | 2024-08-26T19:38:28.427Z | Compiling idna v0.3.0 |
1195 | 2024-08-26T19:38:28.495Z | Compiling lazy_static v1.5.0 |
1196 | 2024-08-26T19:38:28.627Z | Compiling hash32 v0.2.1 |
1197 | 2024-08-26T19:38:29.005Z | Compiling num-bigint-dig v0.8.4 |
1198 | 2024-08-26T19:38:29.279Z | Compiling base64 v0.22.1 |
1199 | 2024-08-26T19:38:29.324Z | Compiling crc32fast v1.4.0 |
1200 | 2024-08-26T19:38:29.499Z | Compiling cfg_aliases v0.1.1 |
1201 | 2024-08-26T19:38:29.606Z | Compiling gimli v0.28.1 |
1202 | 2024-08-26T19:38:29.855Z | Compiling fallible-iterator v0.2.0 |
1203 | 2024-08-26T19:38:29.993Z | Compiling psl-types v2.0.11 |
1204 | 2024-08-26T19:38:30.059Z | Compiling smoltcp v0.9.1 |
1205 | 2024-08-26T19:38:30.203Z | Compiling stable_deref_trait v1.2.0 |
1206 | 2024-08-26T19:38:30.318Z | Compiling signal-hook v0.3.17 |
1207 | 2024-08-26T19:38:30.537Z | Compiling postgres-protocol v0.6.7 |
1208 | 2024-08-26T19:38:30.811Z | Compiling publicsuffix v2.2.3 |
1209 | 2024-08-26T19:38:31.081Z | Compiling tokio-util v0.7.11 |
1210 | 2024-08-26T19:38:31.796Z | Compiling tokio-rustls v0.24.1 |
1211 | 2024-08-26T19:38:31.850Z | Compiling tokio-native-tls v0.3.1 |
1212 | 2024-08-26T19:38:32.113Z | Compiling h2 v0.3.26 |
1213 | 2024-08-26T19:38:32.181Z | Compiling nix v0.28.0 |
1214 | 2024-08-26T19:38:32.259Z | Compiling terminal_size v0.3.0 |
1215 | 2024-08-26T19:38:32.464Z | Compiling num-iter v0.1.45 |
1216 | 2024-08-26T19:38:32.508Z | Compiling async-trait v0.1.81 |
1217 | 2024-08-26T19:38:32.643Z | Compiling zerocopy-derive v0.6.6 |
1218 | 2024-08-26T19:38:34.108Z | Compiling addr2line v0.21.0 |
1219 | 2024-08-26T19:38:34.415Z | Compiling phf_shared v0.11.2 |
1220 | 2024-08-26T19:38:34.433Z | Compiling hubpack_derive v0.1.1 |
1221 | 2024-08-26T19:38:34.535Z | Compiling serde_derive_internals v0.29.1 |
1222 | 2024-08-26T19:38:34.776Z | Compiling ff v0.13.0 |
1223 | 2024-08-26T19:38:34.829Z | Compiling object v0.32.2 |
1224 | 2024-08-26T19:38:34.866Z | Compiling fs-err v2.11.0 |
1225 | 2024-08-26T19:38:35.010Z | Compiling base16ct v0.2.0 |
1226 | 2024-08-26T19:38:35.174Z | Compiling base64 v0.21.7 |
1227 | 2024-08-26T19:38:35.348Z | Compiling schemars v0.8.21 |
1228 | 2024-08-26T19:38:35.351Z | Compiling rustc-demangle v0.1.24 |
1229 | 2024-08-26T19:38:35.403Z | Compiling anyhow v1.0.86 |
1230 | 2024-08-26T19:38:35.731Z | Compiling either v1.13.0 |
1231 | 2024-08-26T19:38:35.916Z | Compiling winnow v0.5.40 |
1232 | 2024-08-26T19:38:36.004Z | Compiling ipnet v2.9.0 |
1233 | 2024-08-26T19:38:36.155Z | Compiling managed v0.8.0 |
1234 | 2024-08-26T19:38:36.335Z | Compiling bitflags v1.3.2 |
1235 | 2024-08-26T19:38:36.627Z | Compiling clap_builder v4.5.15 |
1236 | 2024-08-26T19:38:37.240Z | Compiling rustls-pemfile v1.0.4 |
1237 | 2024-08-26T19:38:37.382Z | Compiling schemars_derive v0.8.21 |
1238 | 2024-08-26T19:38:37.669Z | Compiling hubpack v0.1.2 |
1239 | 2024-08-26T19:38:38.042Z | Compiling sec1 v0.7.3 |
1240 | 2024-08-26T19:38:38.277Z | Compiling group v0.13.0 |
1241 | 2024-08-26T19:38:38.605Z | Compiling zerocopy v0.6.6 |
1242 | 2024-08-26T19:38:38.607Z | Compiling phf v0.11.2 |
1243 | 2024-08-26T19:38:38.733Z | Compiling cookie_store v0.20.0 |
1244 | 2024-08-26T19:38:39.457Z | Compiling hyper v0.14.30 |
1245 | 2024-08-26T19:38:39.667Z | Compiling toml_edit v0.19.15 |
1246 | 2024-08-26T19:38:40.620Z | Compiling postgres-types v0.2.7 |
1247 | 2024-08-26T19:38:42.094Z | Compiling usdt-attr-macro v0.5.0 |
1248 | 2024-08-26T19:38:42.150Z | Compiling usdt-macro v0.5.0 |
1249 | 2024-08-26T19:38:42.759Z | Compiling serde_urlencoded v0.7.1 |
1250 | 2024-08-26T19:38:43.301Z | Compiling pkcs1 v0.7.5 |
1251 | 2024-08-26T19:38:43.773Z | Compiling futures-executor v0.3.30 |
1252 | 2024-08-26T19:38:43.777Z | Compiling hkdf v0.12.4 |
1253 | 2024-08-26T19:38:43.997Z | Compiling signature v2.2.0 |
1254 | 2024-08-26T19:38:44.221Z | Compiling bstr v1.9.1 |
1255 | 2024-08-26T19:38:44.287Z | Compiling regex v1.10.6 |
1256 | 2024-08-26T19:38:44.305Z | Compiling crypto-bigint v0.5.5 |
1257 | 2024-08-26T19:38:45.382Z | Compiling clap_derive v4.5.13 |
1258 | 2024-08-26T19:38:45.414Z | Compiling enum-as-inner v0.6.0 |
1259 | 2024-08-26T19:38:45.863Z | Compiling serde_repr v0.1.19 |
1260 | 2024-08-26T19:38:46.076Z | Compiling strum_macros v0.25.3 |
1261 | 2024-08-26T19:38:46.502Z | Compiling hyper-tls v0.5.0 |
1262 | 2024-08-26T19:38:46.844Z | Compiling hyper-rustls v0.24.2 |
1263 | 2024-08-26T19:38:47.042Z | Compiling phf_shared v0.10.0 |
1264 | 2024-08-26T19:38:47.192Z | Compiling float-cmp v0.9.0 |
1265 | 2024-08-26T19:38:47.414Z | Compiling idna v0.4.0 |
1266 | 2024-08-26T19:38:47.432Z | Compiling mio v1.0.2 |
1267 | 2024-08-26T19:38:47.633Z | Compiling encoding_rs v0.8.34 |
1268 | 2024-08-26T19:38:48.616Z | Compiling data-encoding v2.6.0 |
1269 | 2024-08-26T19:38:48.982Z | Compiling webpki-roots v0.25.4 |
1270 | 2024-08-26T19:38:49.179Z | Compiling sync_wrapper v0.1.2 |
1271 | 2024-08-26T19:38:49.315Z | Compiling mime v0.3.17 |
1272 | 2024-08-26T19:38:49.607Z | Compiling fixedbitset v0.4.2 |
1273 | 2024-08-26T19:38:49.940Z | Compiling predicates-core v1.0.6 |
1274 | 2024-08-26T19:38:50.116Z | Compiling bit-vec v0.6.3 |
1275 | 2024-08-26T19:38:50.265Z | Compiling minimal-lexical v0.2.1 |
1276 | 2024-08-26T19:38:50.297Z | Compiling static_assertions v1.1.0 |
1277 | 2024-08-26T19:38:50.389Z | Compiling precomputed-hash v0.1.1 |
1278 | 2024-08-26T19:38:50.407Z | Compiling dyn-clone v1.0.17 |
1279 | 2024-08-26T19:38:50.410Z | Compiling whoami v1.5.1 |
1280 | 2024-08-26T19:38:50.499Z | Compiling new_debug_unreachable v1.0.6 |
1281 | 2024-08-26T19:38:50.561Z | Compiling unicode-segmentation v1.11.0 |
1282 | 2024-08-26T19:38:50.596Z | Compiling normalize-line-endings v0.3.0 |
1283 | 2024-08-26T19:38:50.617Z | Compiling difflib v0.4.0 |
1284 | 2024-08-26T19:38:50.716Z | Compiling nom v7.1.3 |
1285 | 2024-08-26T19:38:50.783Z | Compiling tokio-postgres v0.7.11 |
1286 | 2024-08-26T19:38:50.940Z | Compiling string_cache v0.8.7 |
1287 | 2024-08-26T19:38:51.067Z | Compiling predicates v3.1.2 |
1288 | 2024-08-26T19:38:51.410Z | Compiling similar v2.6.0 |
1289 | 2024-08-26T19:38:52.100Z | Compiling bit-set v0.5.3 |
1290 | 2024-08-26T19:38:52.232Z | Compiling clap v4.5.16 |
1291 | 2024-08-26T19:38:52.356Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1292 | 2024-08-26T19:38:52.386Z | Compiling reqwest v0.11.27 |
1293 | 2024-08-26T19:38:52.760Z | Compiling petgraph v0.6.5 |
1294 | 2024-08-26T19:38:53.645Z | Compiling console v0.15.8 |
1295 | 2024-08-26T19:38:53.824Z | Compiling hickory-proto v0.24.1 |
1296 | 2024-08-26T19:38:54.366Z | Compiling toml_edit v0.22.20 |
1297 | 2024-08-26T19:38:55.271Z | Compiling usdt v0.5.0 |
1298 | 2024-08-26T19:38:55.291Z | Compiling signal-hook-mio v0.2.4 |
1299 | 2024-08-26T19:38:55.468Z | Compiling elliptic-curve v0.13.8 |
1300 | 2024-08-26T19:38:55.770Z | Compiling rsa v0.9.6 |
1301 | 2024-08-26T19:38:56.296Z | Compiling futures v0.3.30 |
1302 | 2024-08-26T19:38:56.413Z | Compiling toml v0.7.8 |
1303 | 2024-08-26T19:38:56.860Z | Compiling flate2 v1.0.31 |
1304 | 2024-08-26T19:38:58.153Z | Compiling itertools v0.12.1 |
1305 | 2024-08-26T19:38:58.665Z | Compiling itertools v0.10.5 |
1306 | 2024-08-26T19:38:58.716Z | Compiling tokio-stream v0.1.15 |
1307 | 2024-08-26T19:38:59.713Z | Compiling openapiv3 v2.0.0 |
1308 | 2024-08-26T19:39:01.337Z | Compiling crossbeam-epoch v0.9.18 |
1309 | 2024-08-26T19:39:01.544Z | Compiling hex v0.4.3 |
1310 | 2024-08-26T19:39:01.563Z | Compiling sha1 v0.10.6 |
1311 | 2024-08-26T19:39:02.007Z | Compiling dirs-sys-next v0.1.2 |
1312 | 2024-08-26T19:39:02.057Z | Compiling peg-runtime v0.8.3 |
1313 | 2024-08-26T19:39:02.169Z | Compiling lalrpop-util v0.19.12 |
1314 | 2024-08-26T19:39:02.532Z | Compiling unicode-xid v0.2.4 |
1315 | 2024-08-26T19:39:02.665Z | Compiling dirs-next v2.0.0 |
1316 | 2024-08-26T19:39:02.694Z | Compiling thread_local v1.1.8 |
1317 | 2024-08-26T19:39:02.712Z | Compiling slog-async v2.8.0 |
1318 | 2024-08-26T19:39:02.729Z | Compiling xattr v1.3.1 |
1319 | 2024-08-26T19:39:02.867Z | Compiling term v0.7.0 |
1320 | 2024-08-26T19:39:02.996Z | Compiling crossbeam-channel v0.5.12 |
1321 | 2024-08-26T19:39:03.238Z | Compiling strum_macros v0.26.4 |
1322 | 2024-08-26T19:39:03.327Z | Compiling filetime v0.2.24 |
1323 | 2024-08-26T19:39:03.648Z | Compiling is-terminal v0.4.12 |
1324 | 2024-08-26T19:39:03.786Z | Compiling take_mut v0.2.2 |
1325 | 2024-08-26T19:39:04.013Z | Compiling slog-term v2.9.1 |
1326 | 2024-08-26T19:39:04.080Z | Compiling tar v0.4.41 |
1327 | 2024-08-26T19:39:04.099Z | Compiling camino v1.1.9 |
1328 | 2024-08-26T19:39:05.895Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1329 | 2024-08-26T19:39:06.346Z | Compiling strum v0.26.3 |
1330 | 2024-08-26T19:39:06.424Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1331 | 2024-08-26T19:39:11.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
1332 | 2024-08-26T19:39:11.562Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1333 | 2024-08-26T19:39:11.606Z | Aug 26 19:39:10.212 INFO Starting download, target: Clickhouse |
1334 | 2024-08-26T19:39:11.606Z | Aug 26 19:39:10.212 INFO Starting download, target: Cockroach |
1335 | 2024-08-26T19:39:11.606Z | Aug 26 19:39:10.212 INFO Starting download, target: Console |
1336 | 2024-08-26T19:39:11.609Z | Aug 26 19:39:10.212 INFO Starting download, target: DendriteOpenapi |
1337 | 2024-08-26T19:39:11.609Z | Aug 26 19:39:10.212 INFO Starting download, target: DendriteStub |
1338 | 2024-08-26T19:39:11.609Z | Aug 26 19:39:10.212 INFO Starting download, target: MaghemiteMgd |
1339 | 2024-08-26T19:39:11.609Z | Aug 26 19:39:10.212 INFO Starting download, target: TransceiverControl |
1340 | 2024-08-26T19:39:11.609Z | Aug 26 19:39:10.213 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1341 | 2024-08-26T19:39:11.609Z | Aug 26 19:39:10.213 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1342 | 2024-08-26T19:39:11.609Z | Aug 26 19:39:10.213 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1343 | 2024-08-26T19:39:11.609Z | Aug 26 19:39:10.213 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1344 | 2024-08-26T19:39:11.609Z | Aug 26 19:39:10.213 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1345 | 2024-08-26T19:39:11.609Z | Aug 26 19:39:10.213 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1346 | 2024-08-26T19:39:11.609Z | Aug 26 19:39:10.213 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1347 | 2024-08-26T19:39:11.722Z | Aug 26 19:39:10.327 INFO Download complete, target: DendriteOpenapi |
1348 | 2024-08-26T19:39:11.986Z | Aug 26 19:39:10.581 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1349 | 2024-08-26T19:39:12.205Z | Aug 26 19:39:10.809 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1350 | 2024-08-26T19:39:12.347Z | Aug 26 19:39:10.953 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1351 | 2024-08-26T19:39:12.379Z | Aug 26 19:39:10.985 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1352 | 2024-08-26T19:39:12.609Z | Aug 26 19:39:11.215 INFO Download complete, target: Console |
1353 | 2024-08-26T19:39:12.816Z | Aug 26 19:39:11.423 INFO Download complete, target: TransceiverControl |
1354 | 2024-08-26T19:39:12.863Z | Aug 26 19:39:11.469 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1355 | 2024-08-26T19:39:12.863Z | Aug 26 19:39:11.469 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1356 | 2024-08-26T19:39:13.646Z | Aug 26 19:39:12.253 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1357 | 2024-08-26T19:39:15.551Z | Aug 26 19:39:14.158 INFO Download complete, target: DendriteStub |
1358 | 2024-08-26T19:39:15.700Z | Aug 26 19:39:14.307 INFO Download complete, target: MaghemiteMgd |
1359 | 2024-08-26T19:39:21.391Z | Aug 26 19:39:20.000 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1360 | 2024-08-26T19:39:21.729Z | Aug 26 19:39:20.339 INFO Checking that binary works, target: Cockroach |
1361 | 2024-08-26T19:39:21.886Z | Aug 26 19:39:20.495 INFO Download complete, target: Cockroach |
1362 | 2024-08-26T19:39:27.941Z | Aug 26 19:39:26.553 INFO Checking that binary works, target: Clickhouse |
1363 | 2024-08-26T19:39:28.861Z | Aug 26 19:39:27.471 INFO Download complete, target: Clickhouse |
1364 | 2024-08-26T19:39:29.200Z | All builder prerequisites installed successfully, and PATH looks valid |
1365 | 2024-08-26T19:39:29.202Z | |
1366 | 2024-08-26T19:39:29.202Z | real 3:59.094411226 |
1367 | 2024-08-26T19:39:29.202Z | user 11:14.755165606 |
1368 | 2024-08-26T19:39:29.202Z | sys 2:24.326770827 |
1369 | 2024-08-26T19:39:29.202Z | trap 0.417528315 |
1370 | 2024-08-26T19:39:29.202Z | tflt 9.763435764 |
1371 | 2024-08-26T19:39:29.202Z | dflt 6.113188466 |
1372 | 2024-08-26T19:39:29.202Z | kflt 0.196332937 |
1373 | 2024-08-26T19:39:29.203Z | lock 22:05.538526786 |
1374 | 2024-08-26T19:39:29.203Z | slp 45:18.873124665 |
1375 | 2024-08-26T19:39:29.203Z | lat 38.760280083 |
1376 | 2024-08-26T19:39:29.203Z | stop 1:42.169952260 |
1377 | 2024-08-26T19:39:29.203Z | + banner clippy |
1378 | 2024-08-26T19:39:29.206Z | |
1379 | 2024-08-26T19:39:29.206Z | #### # # ##### ##### # # |
1380 | 2024-08-26T19:39:29.206Z | # # # # # # # # # # |
1381 | 2024-08-26T19:39:29.206Z | # # # # # # # # |
1382 | 2024-08-26T19:39:29.206Z | # # # ##### ##### # |
1383 | 2024-08-26T19:39:29.206Z | # # # # # # # |
1384 | 2024-08-26T19:39:29.206Z | #### ###### # # # # |
1385 | 2024-08-26T19:39:29.206Z | |
1386 | 2024-08-26T19:39:29.206Z | + export CARGO_INCREMENTAL=0 |
1387 | 2024-08-26T19:39:29.206Z | + CARGO_INCREMENTAL=0 |
1388 | 2024-08-26T19:39:29.206Z | + ptime -m cargo xtask clippy |
1389 | 2024-08-26T19:39:29.750Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1390 | 2024-08-26T19:39:33.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s |
1391 | 2024-08-26T19:39:33.200Z | Running `target/debug/xtask clippy` |
1392 | 2024-08-26T19:39:33.229Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1393 | 2024-08-26T19:39:33.906Z | Downloading crates ... |
1394 | 2024-08-26T19:39:34.245Z | Downloaded nested v0.1.1 |
1395 | 2024-08-26T19:39:34.255Z | Downloaded doc-comment v0.3.3 |
1396 | 2024-08-26T19:39:34.257Z | Downloaded guppy-workspace-hack v0.1.0 |
1397 | 2024-08-26T19:39:34.260Z | Downloaded matches v0.1.10 |
1398 | 2024-08-26T19:39:34.263Z | Downloaded criterion v0.5.1 |
1399 | 2024-08-26T19:39:34.269Z | Downloaded cast v0.3.0 |
1400 | 2024-08-26T19:39:34.271Z | Downloaded anes v0.1.6 |
1401 | 2024-08-26T19:39:34.274Z | Downloaded ghash v0.5.1 |
1402 | 2024-08-26T19:39:34.275Z | Downloaded blowfish v0.9.1 |
1403 | 2024-08-26T19:39:34.277Z | Downloaded ssh-cipher v0.2.0 |
1404 | 2024-08-26T19:39:34.277Z | Downloaded dirs v5.0.1 |
1405 | 2024-08-26T19:39:34.282Z | Downloaded ed25519 v2.2.3 |
1406 | 2024-08-26T19:39:34.287Z | Downloaded yansi v0.5.1 |
1407 | 2024-08-26T19:39:34.290Z | Downloaded hex-literal v0.4.1 |
1408 | 2024-08-26T19:39:34.292Z | Downloaded enum-as-inner v0.5.1 |
1409 | 2024-08-26T19:39:34.295Z | Downloaded plotters-backend v0.3.5 |
1410 | 2024-08-26T19:39:34.295Z | Downloaded pbkdf2 v0.11.0 |
1411 | 2024-08-26T19:39:34.298Z | Downloaded target-spec v3.2.1 |
1412 | 2024-08-26T19:39:34.301Z | Downloaded plotters-svg v0.3.5 |
1413 | 2024-08-26T19:39:34.301Z | Downloaded blake2b_simd v1.0.2 |
1414 | 2024-08-26T19:39:34.301Z | Downloaded approx v0.5.1 |
1415 | 2024-08-26T19:39:34.315Z | Downloaded tower-layer v0.3.2 |
1416 | 2024-08-26T19:39:34.318Z | Downloaded russh-cryptovec v0.7.2 |
1417 | 2024-08-26T19:39:34.318Z | Downloaded pathdiff v0.2.1 |
1418 | 2024-08-26T19:39:34.318Z | Downloaded option-ext v0.2.0 |
1419 | 2024-08-26T19:39:34.322Z | Downloaded oorandom v11.1.3 |
1420 | 2024-08-26T19:39:34.322Z | Downloaded md5 v0.7.0 |
1421 | 2024-08-26T19:39:34.322Z | Downloaded polyval v0.6.2 |
1422 | 2024-08-26T19:39:34.322Z | Downloaded http-body v1.0.0 |
1423 | 2024-08-26T19:39:34.325Z | Downloaded escape8259 v0.5.2 |
1424 | 2024-08-26T19:39:34.325Z | Downloaded datatest-stable v0.2.9 |
1425 | 2024-08-26T19:39:34.327Z | Downloaded ctr v0.9.2 |
1426 | 2024-08-26T19:39:34.327Z | Downloaded criterion-plot v0.5.0 |
1427 | 2024-08-26T19:39:34.330Z | Downloaded tinytemplate v1.2.1 |
1428 | 2024-08-26T19:39:34.332Z | Downloaded rustls-native-certs v0.7.0 |
1429 | 2024-08-26T19:39:34.332Z | Downloaded primeorder v0.13.6 |
1430 | 2024-08-26T19:39:34.335Z | Downloaded assert_cmd v2.0.16 |
1431 | 2024-08-26T19:39:34.338Z | Downloaded bcrypt-pbkdf v0.10.0 |
1432 | 2024-08-26T19:39:34.338Z | Downloaded password-hash v0.4.2 |
1433 | 2024-08-26T19:39:34.340Z | Downloaded hyper-rustls v0.26.0 |
1434 | 2024-08-26T19:39:34.346Z | Downloaded dhcproto-macros v0.1.0 |
1435 | 2024-08-26T19:39:34.348Z | Downloaded futures-timer v3.0.3 |
1436 | 2024-08-26T19:39:34.356Z | Downloaded proc-macro-crate v3.1.0 |
1437 | 2024-08-26T19:39:34.359Z | Downloaded dirs-sys v0.4.1 |
1438 | 2024-08-26T19:39:34.366Z | Downloaded relative-path v1.9.3 |
1439 | 2024-08-26T19:39:34.369Z | Downloaded libtest-mimic v0.7.3 |
1440 | 2024-08-26T19:39:34.371Z | Downloaded similar-asserts v1.5.0 |
1441 | 2024-08-26T19:39:34.375Z | Downloaded trybuild v1.0.99 |
1442 | 2024-08-26T19:39:34.380Z | Downloaded rstest v0.22.0 |
1443 | 2024-08-26T19:39:34.386Z | Downloaded russh-keys v0.44.0 |
1444 | 2024-08-26T19:39:34.389Z | Downloaded ssh-encoding v0.2.0 |
1445 | 2024-08-26T19:39:34.391Z | Downloaded rfc6979 v0.4.0 |
1446 | 2024-08-26T19:39:34.392Z | Downloaded internet-checksum v0.2.1 |
1447 | 2024-08-26T19:39:34.392Z | Downloaded cfg-expr v0.16.0 |
1448 | 2024-08-26T19:39:34.395Z | Downloaded threadpool v1.8.1 |
1449 | 2024-08-26T19:39:34.398Z | Downloaded partial-io v0.5.4 |
1450 | 2024-08-26T19:39:34.400Z | Downloaded ecdsa v0.16.9 |
1451 | 2024-08-26T19:39:34.400Z | Downloaded target-lexicon v0.12.16 |
1452 | 2024-08-26T19:39:34.403Z | Downloaded dhcproto v0.12.0 |
1453 | 2024-08-26T19:39:34.405Z | Downloaded rand_distr v0.4.3 |
1454 | 2024-08-26T19:39:34.416Z | Downloaded httptest v0.15.5 |
1455 | 2024-08-26T19:39:34.425Z | Downloaded rust-argon2 v2.1.0 |
1456 | 2024-08-26T19:39:34.445Z | Downloaded p256 v0.13.2 |
1457 | 2024-08-26T19:39:34.448Z | Downloaded hyper-util v0.1.3 |
1458 | 2024-08-26T19:39:34.451Z | Downloaded fancy-regex v0.13.0 |
1459 | 2024-08-26T19:39:34.464Z | Downloaded pretty_assertions v1.4.0 |
1460 | 2024-08-26T19:39:34.474Z | Downloaded tower v0.4.13 |
1461 | 2024-08-26T19:39:34.483Z | Downloaded rstest_macros v0.22.0 |
1462 | 2024-08-26T19:39:34.487Z | Downloaded toml_edit v0.21.1 |
1463 | 2024-08-26T19:39:34.508Z | Downloaded ed25519-dalek v2.1.1 |
1464 | 2024-08-26T19:39:34.511Z | Downloaded russh v0.44.1 |
1465 | 2024-08-26T19:39:34.516Z | Downloaded p521 v0.13.3 |
1466 | 2024-08-26T19:39:34.519Z | Downloaded num-bigint v0.4.5 |
1467 | 2024-08-26T19:39:34.524Z | Downloaded ssh-key v0.6.6 |
1468 | 2024-08-26T19:39:34.530Z | Downloaded regex-automata v0.1.10 |
1469 | 2024-08-26T19:39:34.535Z | Downloaded plotters v0.3.5 |
1470 | 2024-08-26T19:39:34.544Z | Downloaded hyper v1.3.1 |
1471 | 2024-08-26T19:39:34.550Z | Downloaded aes-gcm v0.10.3 |
1472 | 2024-08-26T19:39:34.553Z | Downloaded p384 v0.13.0 |
1473 | 2024-08-26T19:39:34.559Z | Downloaded guppy v0.17.7 |
1474 | 2024-08-26T19:39:34.564Z | Downloaded trust-dns-proto v0.22.0 |
1475 | 2024-08-26T19:39:34.575Z | Downloaded idna v0.2.3 |
1476 | 2024-08-26T19:39:34.581Z | Downloaded bstr v0.2.17 |
1477 | 2024-08-26T19:39:35.237Z | Checking cfg-if v1.0.0 |
1478 | 2024-08-26T19:39:35.301Z | Checking libc v0.2.156 |
1479 | 2024-08-26T19:39:35.320Z | Checking serde v1.0.208 |
1480 | 2024-08-26T19:39:35.338Z | Checking memchr v2.7.2 |
1481 | 2024-08-26T19:39:35.356Z | Checking scopeguard v1.2.0 |
1482 | 2024-08-26T19:39:35.371Z | Checking log v0.4.21 |
1483 | 2024-08-26T19:39:35.396Z | Checking byteorder v1.5.0 |
1484 | 2024-08-26T19:39:35.416Z | Checking smallvec v1.13.2 |
1485 | 2024-08-26T19:39:35.419Z | Checking itoa v1.0.11 |
1486 | 2024-08-26T19:39:35.477Z | Checking lock_api v0.4.12 |
1487 | 2024-08-26T19:39:35.652Z | Checking zeroize v1.7.0 |
1488 | 2024-08-26T19:39:35.675Z | Checking once_cell v1.19.0 |
1489 | 2024-08-26T19:39:35.746Z | Checking pin-project-lite v0.2.14 |
1490 | 2024-08-26T19:39:35.784Z | Checking typenum v1.17.0 |
1491 | 2024-08-26T19:39:35.862Z | Checking libm v0.2.8 |
1492 | 2024-08-26T19:39:35.904Z | Checking subtle v2.5.0 |
1493 | 2024-08-26T19:39:35.993Z | Checking ryu v1.0.18 |
1494 | 2024-08-26T19:39:35.996Z | Checking spin v0.9.8 |
1495 | 2024-08-26T19:39:36.146Z | Checking thiserror v1.0.63 |
1496 | 2024-08-26T19:39:36.169Z | Checking futures-core v0.3.30 |
1497 | 2024-08-26T19:39:36.211Z | Checking zerocopy v0.7.34 |
1498 | 2024-08-26T19:39:36.281Z | Checking const-oid v0.9.6 |
1499 | 2024-08-26T19:39:36.304Z | Checking futures-sink v0.3.30 |
1500 | 2024-08-26T19:39:36.350Z | Checking slab v0.4.9 |
1501 | 2024-08-26T19:39:36.440Z | Checking futures-channel v0.3.30 |
1502 | 2024-08-26T19:39:36.464Z | Checking getrandom v0.2.14 |
1503 | 2024-08-26T19:39:36.608Z | Checking parking_lot_core v0.9.10 |
1504 | 2024-08-26T19:39:36.705Z | Checking rand_core v0.6.4 |
1505 | 2024-08-26T19:39:36.745Z | Checking signal-hook-registry v1.4.2 |
1506 | 2024-08-26T19:39:36.801Z | Checking mio v0.8.11 |
1507 | 2024-08-26T19:39:36.975Z | Checking parking_lot v0.12.2 |
1508 | 2024-08-26T19:39:37.013Z | Checking num-traits v0.2.19 |
1509 | 2024-08-26T19:39:37.034Z | Checking generic-array v0.14.7 |
1510 | 2024-08-26T19:39:37.057Z | Checking num_cpus v1.16.0 |
1511 | 2024-08-26T19:39:37.181Z | Checking socket2 v0.5.7 |
1512 | 2024-08-26T19:39:37.348Z | Checking futures-io v0.3.30 |
1513 | 2024-08-26T19:39:37.447Z | Checking pin-utils v0.1.0 |
1514 | 2024-08-26T19:39:37.547Z | Checking futures-task v0.3.30 |
1515 | 2024-08-26T19:39:37.573Z | Checking cpufeatures v0.2.12 |
1516 | 2024-08-26T19:39:37.636Z | Checking ahash v0.8.11 |
1517 | 2024-08-26T19:39:37.676Z | Checking allocator-api2 v0.2.18 |
1518 | 2024-08-26T19:39:37.720Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1519 | 2024-08-26T19:39:37.794Z | Checking futures-util v0.3.30 |
1520 | 2024-08-26T19:39:38.039Z | Checking fnv v1.0.7 |
1521 | 2024-08-26T19:39:38.149Z | Checking iana-time-zone v0.1.60 |
1522 | 2024-08-26T19:39:38.172Z | Checking equivalent v1.0.1 |
1523 | 2024-08-26T19:39:38.174Z | Checking tinyvec_macros v0.1.1 |
1524 | 2024-08-26T19:39:38.213Z | Checking crypto-common v0.1.6 |
1525 | 2024-08-26T19:39:38.278Z | Checking block-buffer v0.10.4 |
1526 | 2024-08-26T19:39:38.282Z | Checking tinyvec v1.6.0 |
1527 | 2024-08-26T19:39:38.319Z | Checking hashbrown v0.14.5 |
1528 | 2024-08-26T19:39:38.322Z | Checking ppv-lite86 v0.2.17 |
1529 | 2024-08-26T19:39:38.378Z | Checking unicode-bidi v0.3.15 |
1530 | 2024-08-26T19:39:38.494Z | Checking digest v0.10.7 |
1531 | 2024-08-26T19:39:38.734Z | Checking tracing-core v0.1.32 |
1532 | 2024-08-26T19:39:38.864Z | Checking regex-syntax v0.8.4 |
1533 | 2024-08-26T19:39:39.001Z | Checking rand_chacha v0.3.1 |
1534 | 2024-08-26T19:39:39.023Z | Checking errno v0.3.9 |
1535 | 2024-08-26T19:39:39.185Z | Checking dyn-clone v1.0.17 |
1536 | 2024-08-26T19:39:39.335Z | Checking percent-encoding v2.3.1 |
1537 | 2024-08-26T19:39:39.359Z | Checking rand v0.8.5 |
1538 | 2024-08-26T19:39:39.380Z | Checking tracing v0.1.40 |
1539 | 2024-08-26T19:39:39.504Z | Checking block-padding v0.3.3 |
1540 | 2024-08-26T19:39:39.540Z | Checking lazy_static v1.5.0 |
1541 | 2024-08-26T19:39:39.600Z | Checking unicode-normalization v0.1.23 |
1542 | 2024-08-26T19:39:39.664Z | Checking aho-corasick v1.1.3 |
1543 | 2024-08-26T19:39:39.695Z | Checking inout v0.1.3 |
1544 | 2024-08-26T19:39:39.719Z | Checking form_urlencoded v1.2.1 |
1545 | 2024-08-26T19:39:39.911Z | Checking cipher v0.4.4 |
1546 | 2024-08-26T19:39:39.933Z | Checking unicode-ident v1.0.12 |
1547 | 2024-08-26T19:39:40.115Z | Checking base64ct v1.6.0 |
1548 | 2024-08-26T19:39:40.208Z | Checking bytes v1.7.1 |
1549 | 2024-08-26T19:39:40.304Z | Checking bitflags v2.6.0 |
1550 | 2024-08-26T19:39:40.467Z | Checking serde_json v1.0.125 |
1551 | 2024-08-26T19:39:40.544Z | Checking chrono v0.4.38 |
1552 | 2024-08-26T19:39:40.568Z | Checking indexmap v2.4.0 |
1553 | 2024-08-26T19:39:40.593Z | Checking uuid v1.10.0 |
1554 | 2024-08-26T19:39:41.006Z | Checking tokio v1.38.1 |
1555 | 2024-08-26T19:39:41.221Z | Checking rustix v0.38.34 |
1556 | 2024-08-26T19:39:41.318Z | Checking hmac v0.12.1 |
1557 | 2024-08-26T19:39:41.534Z | Checking unicode-width v0.1.13 |
1558 | 2024-08-26T19:39:41.716Z | Checking proc-macro2 v1.0.86 |
1559 | 2024-08-26T19:39:41.835Z | Checking sha2 v0.10.8 |
1560 | 2024-08-26T19:39:42.022Z | Checking regex-automata v0.4.6 |
1561 | 2024-08-26T19:39:42.060Z | Checking httparse v1.8.0 |
1562 | 2024-08-26T19:39:42.385Z | Checking adler v1.0.2 |
1563 | 2024-08-26T19:39:42.425Z | Checking quote v1.0.36 |
1564 | 2024-08-26T19:39:42.484Z | Checking http v0.2.12 |
1565 | 2024-08-26T19:39:42.541Z | Checking miniz_oxide v0.7.2 |
1566 | 2024-08-26T19:39:42.620Z | Checking schemars v0.8.21 |
1567 | 2024-08-26T19:39:42.769Z | Checking idna v0.5.0 |
1568 | 2024-08-26T19:39:42.795Z | Checking powerfmt v0.2.0 |
1569 | 2024-08-26T19:39:43.086Z | Checking deranged v0.3.11 |
1570 | 2024-08-26T19:39:43.228Z | Checking syn v2.0.74 |
1571 | 2024-08-26T19:39:43.293Z | Checking untrusted v0.9.0 |
1572 | 2024-08-26T19:39:43.459Z | Checking num-conv v0.1.0 |
1573 | 2024-08-26T19:39:43.621Z | Checking url v2.5.2 |
1574 | 2024-08-26T19:39:43.724Z | Checking time-core v0.1.2 |
1575 | 2024-08-26T19:39:43.834Z | Checking num_threads v0.1.7 |
1576 | 2024-08-26T19:39:43.873Z | Checking ring v0.17.8 |
1577 | 2024-08-26T19:39:43.953Z | Checking pem-rfc7468 v0.7.0 |
1578 | 2024-08-26T19:39:44.230Z | Checking try-lock v0.2.5 |
1579 | 2024-08-26T19:39:44.251Z | Checking socket2 v0.4.10 |
1580 | 2024-08-26T19:39:44.363Z | Checking want v0.3.1 |
1581 | 2024-08-26T19:39:44.444Z | Checking slog v2.7.0 |
1582 | 2024-08-26T19:39:44.546Z | Checking flagset v0.4.5 |
1583 | 2024-08-26T19:39:44.688Z | Checking tower-service v0.3.2 |
1584 | 2024-08-26T19:39:44.737Z | Checking der v0.7.9 |
1585 | 2024-08-26T19:39:44.810Z | Checking pbkdf2 v0.12.2 |
1586 | 2024-08-26T19:39:44.831Z | Checking time v0.3.36 |
1587 | 2024-08-26T19:39:44.926Z | Checking aes v0.8.4 |
1588 | 2024-08-26T19:39:44.969Z | Checking gimli v0.28.1 |
1589 | 2024-08-26T19:39:45.718Z | Checking futures-executor v0.3.30 |
1590 | 2024-08-26T19:39:45.822Z | Checking salsa20 v0.10.2 |
1591 | 2024-08-26T19:39:45.953Z | Checking cbc v0.1.2 |
1592 | 2024-08-26T19:39:46.048Z | Checking object v0.32.2 |
1593 | 2024-08-26T19:39:46.167Z | Checking rustc-demangle v0.1.24 |
1594 | 2024-08-26T19:39:46.432Z | Checking regex v1.10.6 |
1595 | 2024-08-26T19:39:46.561Z | Checking spki v0.7.3 |
1596 | 2024-08-26T19:39:46.604Z | Checking httpdate v1.0.3 |
1597 | 2024-08-26T19:39:46.854Z | Checking base64 v0.21.7 |
1598 | 2024-08-26T19:39:46.857Z | Checking scrypt v0.11.0 |
1599 | 2024-08-26T19:39:47.022Z | Checking futures v0.3.30 |
1600 | 2024-08-26T19:39:47.107Z | Checking http-body v0.4.6 |
1601 | 2024-08-26T19:39:47.146Z | Checking utf8parse v0.2.1 |
1602 | 2024-08-26T19:39:47.263Z | Checking pkcs5 v0.7.1 |
1603 | 2024-08-26T19:39:47.301Z | Checking openssl-probe v0.1.5 |
1604 | 2024-08-26T19:39:47.326Z | Checking mime v0.3.17 |
1605 | 2024-08-26T19:39:47.448Z | Checking foreign-types-shared v0.1.1 |
1606 | 2024-08-26T19:39:47.515Z | Checking ipnet v2.9.0 |
1607 | 2024-08-26T19:39:47.559Z | Checking foreign-types v0.3.2 |
1608 | 2024-08-26T19:39:47.627Z | Checking openssl-sys v0.9.103 |
1609 | 2024-08-26T19:39:47.654Z | Checking anstyle v1.0.8 |
1610 | 2024-08-26T19:39:47.784Z | Checking pkcs8 v0.10.2 |
1611 | 2024-08-26T19:39:47.865Z | Checking tokio-util v0.7.11 |
1612 | 2024-08-26T19:39:47.944Z | Checking sct v0.7.1 |
1613 | 2024-08-26T19:39:48.016Z | Checking rustls-webpki v0.101.7 |
1614 | 2024-08-26T19:39:48.104Z | Checking toml_datetime v0.6.8 |
1615 | 2024-08-26T19:39:48.144Z | Checking serde_spanned v0.6.7 |
1616 | 2024-08-26T19:39:48.330Z | Checking semver v1.0.23 |
1617 | 2024-08-26T19:39:48.391Z | Checking crossbeam-utils v0.8.19 |
1618 | 2024-08-26T19:39:48.682Z | Checking either v1.13.0 |
1619 | 2024-08-26T19:39:48.730Z | Checking data-encoding v2.6.0 |
1620 | 2024-08-26T19:39:48.753Z | Checking addr2line v0.21.0 |
1621 | 2024-08-26T19:39:48.755Z | Checking h2 v0.3.26 |
1622 | 2024-08-26T19:39:48.905Z | Checking openssl v0.10.66 |
1623 | 2024-08-26T19:39:49.040Z | Checking rustls v0.21.12 |
1624 | 2024-08-26T19:39:49.085Z | Checking serde_urlencoded v0.7.1 |
1625 | 2024-08-26T19:39:49.255Z | Checking scroll v0.12.0 |
1626 | 2024-08-26T19:39:49.401Z | Checking encoding_rs v0.8.34 |
1627 | 2024-08-26T19:39:49.509Z | Checking plain v0.2.3 |
1628 | 2024-08-26T19:39:49.589Z | Checking ucd-trie v0.1.6 |
1629 | 2024-08-26T19:39:49.651Z | Checking anstyle-parse v0.2.4 |
1630 | 2024-08-26T19:39:49.712Z | Checking goblin v0.8.2 |
1631 | 2024-08-26T19:39:49.787Z | Checking pest v2.7.10 |
1632 | 2024-08-26T19:39:49.902Z | Checking idna v0.3.0 |
1633 | 2024-08-26T19:39:50.761Z | Checking psl-types v2.0.11 |
1634 | 2024-08-26T19:39:50.946Z | Checking colorchoice v1.0.1 |
1635 | 2024-08-26T19:39:51.090Z | Checking pretty-hex v0.4.1 |
1636 | 2024-08-26T19:39:51.274Z | Checking bitflags v1.3.2 |
1637 | 2024-08-26T19:39:51.382Z | Checking anstyle-query v1.0.3 |
1638 | 2024-08-26T19:39:51.508Z | Checking is_terminal_polyfill v1.70.0 |
1639 | 2024-08-26T19:39:51.627Z | Checking anstream v0.6.14 |
1640 | 2024-08-26T19:39:51.727Z | Checking publicsuffix v2.2.3 |
1641 | 2024-08-26T19:39:51.979Z | Checking rustls-pemfile v1.0.4 |
1642 | 2024-08-26T19:39:52.002Z | Checking cookie v0.17.0 |
1643 | 2024-08-26T19:39:52.081Z | Checking backtrace v0.3.71 |
1644 | 2024-08-26T19:39:52.115Z | Checking tokio-rustls v0.24.1 |
1645 | 2024-08-26T19:39:52.178Z | Checking terminal_size v0.3.0 |
1646 | 2024-08-26T19:39:52.306Z | Checking dtrace-parser v0.2.0 |
1647 | 2024-08-26T19:39:52.348Z | Checking thread-id v4.2.1 |
1648 | 2024-08-26T19:39:52.419Z | Checking strsim v0.11.1 |
1649 | 2024-08-26T19:39:52.463Z | Checking clap_lex v0.7.0 |
1650 | 2024-08-26T19:39:52.487Z | Checking cookie_store v0.20.0 |
1651 | 2024-08-26T19:39:52.637Z | Checking anyhow v1.0.86 |
1652 | 2024-08-26T19:39:52.703Z | Checking openapiv3 v2.0.0 |
1653 | 2024-08-26T19:39:52.726Z | Checking clap_builder v4.5.15 |
1654 | 2024-08-26T19:39:52.774Z | Checking sha1 v0.10.6 |
1655 | 2024-08-26T19:39:53.013Z | Checking signature v2.2.0 |
1656 | 2024-08-26T19:39:53.052Z | Checking memmap v0.7.0 |
1657 | 2024-08-26T19:39:53.101Z | Checking sync_wrapper v0.1.2 |
1658 | 2024-08-26T19:39:53.224Z | Checking base64 v0.22.1 |
1659 | 2024-08-26T19:39:53.243Z | Checking webpki-roots v0.25.4 |
1660 | 2024-08-26T19:39:53.264Z | Checking num-integer v0.1.46 |
1661 | 2024-08-26T19:39:53.406Z | Checking base16ct v0.2.0 |
1662 | 2024-08-26T19:39:53.591Z | Checking sec1 v0.7.3 |
1663 | 2024-08-26T19:39:53.697Z | Checking ff v0.13.0 |
1664 | 2024-08-26T19:39:53.772Z | Checking stable_deref_trait v1.2.0 |
1665 | 2024-08-26T19:39:53.882Z | Checking num-iter v0.1.45 |
1666 | 2024-08-26T19:39:53.906Z | Checking group v0.13.0 |
1667 | 2024-08-26T19:39:53.966Z | Checking hkdf v0.12.4 |
1668 | 2024-08-26T19:39:54.070Z | Checking crypto-bigint v0.5.5 |
1669 | 2024-08-26T19:39:54.151Z | Checking crc32fast v1.4.0 |
1670 | 2024-08-26T19:39:54.174Z | Checking winnow v0.6.18 |
1671 | 2024-08-26T19:39:54.378Z | Checking native-tls v0.2.11 |
1672 | 2024-08-26T19:39:54.403Z | Checking crossbeam-epoch v0.9.18 |
1673 | 2024-08-26T19:39:54.526Z | Checking dof v0.3.0 |
1674 | 2024-08-26T19:39:54.667Z | Checking tokio-native-tls v0.3.1 |
1675 | 2024-08-26T19:39:54.734Z | Checking hyper v0.14.30 |
1676 | 2024-08-26T19:39:54.826Z | Checking hex v0.4.3 |
1677 | 2024-08-26T19:39:54.920Z | Checking managed v0.8.0 |
1678 | 2024-08-26T19:39:55.121Z | Checking usdt-impl v0.5.0 |
1679 | 2024-08-26T19:39:55.311Z | Checking static_assertions v1.1.0 |
1680 | 2024-08-26T19:39:55.334Z | Checking unicode-segmentation v1.11.0 |
1681 | 2024-08-26T19:39:55.410Z | Checking winnow v0.5.40 |
1682 | 2024-08-26T19:39:55.645Z | Checking usdt v0.5.0 |
1683 | 2024-08-26T19:39:55.711Z | Checking clap v4.5.16 |
1684 | 2024-08-26T19:39:55.832Z | Checking num-bigint-dig v0.8.4 |
1685 | 2024-08-26T19:39:55.899Z | Checking pkcs1 v0.7.5 |
1686 | 2024-08-26T19:39:55.976Z | Checking signal-hook v0.3.17 |
1687 | 2024-08-26T19:39:56.188Z | Checking zerocopy v0.6.6 |
1688 | 2024-08-26T19:39:56.303Z | Checking flate2 v1.0.31 |
1689 | 2024-08-26T19:39:56.306Z | Checking bstr v1.9.1 |
1690 | 2024-08-26T19:39:56.859Z | Checking elliptic-curve v0.13.8 |
1691 | 2024-08-26T19:39:56.916Z | Checking mio v1.0.2 |
1692 | 2024-08-26T19:39:56.959Z | Checking siphasher v0.3.11 |
1693 | 2024-08-26T19:39:57.108Z | Checking toml_edit v0.22.20 |
1694 | 2024-08-26T19:39:57.251Z | Checking itertools v0.10.5 |
1695 | 2024-08-26T19:39:57.277Z | Checking bit-vec v0.6.3 |
1696 | 2024-08-26T19:39:57.512Z | Checking itertools v0.12.1 |
1697 | 2024-08-26T19:39:57.536Z | Checking signal-hook-mio v0.2.4 |
1698 | 2024-08-26T19:39:57.604Z | Checking bit-set v0.5.3 |
1699 | 2024-08-26T19:39:57.685Z | Checking idna v0.4.0 |
1700 | 2024-08-26T19:39:57.854Z | Checking hash32 v0.2.1 |
1701 | 2024-08-26T19:39:58.020Z | Checking rsa v0.9.6 |
1702 | 2024-08-26T19:39:58.155Z | Checking predicates-core v1.0.6 |
1703 | 2024-08-26T19:39:58.340Z | Checking finl_unicode v1.2.0 |
1704 | 2024-08-26T19:39:58.396Z | Checking toml_edit v0.19.15 |
1705 | 2024-08-26T19:39:58.534Z | Checking hickory-proto v0.24.1 |
1706 | 2024-08-26T19:39:58.908Z | Checking stringprep v0.1.4 |
1707 | 2024-08-26T19:39:59.047Z | Checking heapless v0.7.17 |
1708 | 2024-08-26T19:39:59.181Z | Checking console v0.15.8 |
1709 | 2024-08-26T19:39:59.454Z | Checking md-5 v0.10.6 |
1710 | 2024-08-26T19:39:59.666Z | Checking float-cmp v0.9.0 |
1711 | 2024-08-26T19:39:59.688Z | Checking normalize-line-endings v0.3.0 |
1712 | 2024-08-26T19:39:59.767Z | Checking fallible-iterator v0.2.0 |
1713 | 2024-08-26T19:39:59.805Z | Checking difflib v0.4.0 |
1714 | 2024-08-26T19:39:59.852Z | Checking fixedbitset v0.4.2 |
1715 | 2024-08-26T19:40:00.063Z | Checking phf_shared v0.11.2 |
1716 | 2024-08-26T19:40:00.097Z | Checking smoltcp v0.9.1 |
1717 | 2024-08-26T19:40:00.127Z | Checking predicates v3.1.2 |
1718 | 2024-08-26T19:40:00.130Z | Checking petgraph v0.6.5 |
1719 | 2024-08-26T19:40:00.342Z | Checking phf_shared v0.10.0 |
1720 | 2024-08-26T19:40:00.367Z | Checking postgres-protocol v0.6.7 |
1721 | 2024-08-26T19:40:00.633Z | Checking similar v2.6.0 |
1722 | 2024-08-26T19:40:00.747Z | Checking hyper-tls v0.5.0 |
1723 | 2024-08-26T19:40:00.826Z | Checking hyper-rustls v0.24.2 |
1724 | 2024-08-26T19:40:00.849Z | Checking toml v0.7.8 |
1725 | 2024-08-26T19:40:01.028Z | Checking fs-err v2.11.0 |
1726 | 2024-08-26T19:40:01.050Z | Checking tokio-stream v0.1.15 |
1727 | 2024-08-26T19:40:01.136Z | Checking reqwest v0.11.27 |
1728 | 2024-08-26T19:40:01.474Z | Checking nix v0.28.0 |
1729 | 2024-08-26T19:40:01.524Z | Checking hubpack v0.1.2 |
1730 | 2024-08-26T19:40:01.558Z | Checking minimal-lexical v0.2.1 |
1731 | 2024-08-26T19:40:01.583Z | Checking precomputed-hash v0.1.1 |
1732 | 2024-08-26T19:40:01.696Z | Checking new_debug_unreachable v1.0.6 |
1733 | 2024-08-26T19:40:01.799Z | Checking lalrpop-util v0.19.12 |
1734 | 2024-08-26T19:40:01.838Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1735 | 2024-08-26T19:40:01.840Z | Checking string_cache v0.8.7 |
1736 | 2024-08-26T19:40:01.954Z | Checking nom v7.1.3 |
1737 | 2024-08-26T19:40:02.110Z | Checking postgres-types v0.2.7 |
1738 | 2024-08-26T19:40:02.144Z | Checking phf v0.11.2 |
1739 | 2024-08-26T19:40:02.412Z | Checking peg-runtime v0.8.3 |
1740 | 2024-08-26T19:40:02.649Z | Checking whoami v1.5.1 |
1741 | 2024-08-26T19:40:02.851Z | Compiling regress v0.9.1 |
1742 | 2024-08-26T19:40:02.942Z | Checking tokio-postgres v0.7.11 |
1743 | 2024-08-26T19:40:02.945Z | Compiling getopts v0.2.21 |
1744 | 2024-08-26T19:40:03.188Z | Compiling unsafe-libyaml v0.2.11 |
1745 | 2024-08-26T19:40:03.367Z | Checking camino v1.1.9 |
1746 | 2024-08-26T19:40:03.900Z | Checking heck v0.5.0 |
1747 | 2024-08-26T19:40:04.101Z | Checking is-terminal v0.4.12 |
1748 | 2024-08-26T19:40:04.125Z | Compiling paste v1.0.15 |
1749 | 2024-08-26T19:40:04.232Z | Compiling ident_case v1.0.1 |
1750 | 2024-08-26T19:40:04.428Z | Compiling darling_core v0.20.9 |
1751 | 2024-08-26T19:40:04.672Z | Compiling serde_yaml v0.9.34+deprecated |
1752 | 2024-08-26T19:40:04.812Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1753 | 2024-08-26T19:40:05.464Z | Compiling rustls v0.22.4 |
1754 | 2024-08-26T19:40:05.801Z | Checking http v1.1.0 |
1755 | 2024-08-26T19:40:05.803Z | Checking dirs-sys-next v0.1.2 |
1756 | 2024-08-26T19:40:06.001Z | Checking dirs-next v2.0.0 |
1757 | 2024-08-26T19:40:06.141Z | Checking crossbeam-channel v0.5.12 |
1758 | 2024-08-26T19:40:06.339Z | Checking thread_local v1.1.8 |
1759 | 2024-08-26T19:40:06.614Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1760 | 2024-08-26T19:40:06.826Z | Compiling multer v3.1.0 |
1761 | 2024-08-26T19:40:06.866Z | Checking term v0.7.0 |
1762 | 2024-08-26T19:40:07.187Z | Checking strum v0.26.3 |
1763 | 2024-08-26T19:40:07.241Z | Compiling async-stream-impl v0.3.5 |
1764 | 2024-08-26T19:40:07.307Z | Checking take_mut v0.2.2 |
1765 | 2024-08-26T19:40:07.340Z | Checking slog-term v2.9.1 |
1766 | 2024-08-26T19:40:07.450Z | Checking slog-async v2.8.0 |
1767 | 2024-08-26T19:40:07.750Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1768 | 2024-08-26T19:40:07.844Z | Checking match_cfg v0.1.0 |
1769 | 2024-08-26T19:40:07.937Z | Checking rustls-pki-types v1.7.0 |
1770 | 2024-08-26T19:40:07.958Z | Checking hostname v0.3.1 |
1771 | 2024-08-26T19:40:08.090Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1772 | 2024-08-26T19:40:08.140Z | Checking toml v0.8.19 |
1773 | 2024-08-26T19:40:08.377Z | Checking rustls-webpki v0.102.4 |
1774 | 2024-08-26T19:40:08.610Z | Checking rustls-pemfile v2.1.3 |
1775 | 2024-08-26T19:40:08.815Z | Checking debug-ignore v1.0.5 |
1776 | 2024-08-26T19:40:08.869Z | Checking slog-json v2.6.1 |
1777 | 2024-08-26T19:40:08.896Z | Checking atomic-waker v1.1.2 |
1778 | 2024-08-26T19:40:08.959Z | Checking async-stream v0.3.5 |
1779 | 2024-08-26T19:40:09.034Z | Checking waitgroup v0.1.2 |
1780 | 2024-08-26T19:40:09.121Z | Checking slog-bunyan v2.5.0 |
1781 | 2024-08-26T19:40:09.188Z | Checking ipnetwork v0.20.0 |
1782 | 2024-08-26T19:40:09.291Z | Checking serde_path_to_error v0.1.16 |
1783 | 2024-08-26T19:40:09.529Z | Checking hostname v0.4.0 |
1784 | 2024-08-26T19:40:09.552Z | Checking instant v0.1.12 |
1785 | 2024-08-26T19:40:09.662Z | Compiling structmeta-derive v0.3.0 |
1786 | 2024-08-26T19:40:09.664Z | Checking fastrand v2.1.0 |
1787 | 2024-08-26T19:40:09.821Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1788 | 2024-08-26T19:40:09.929Z | Checking newtype-uuid v1.1.0 |
1789 | 2024-08-26T19:40:10.004Z | Checking tempfile v3.10.1 |
1790 | 2024-08-26T19:40:10.168Z | Checking quick-error v1.2.3 |
1791 | 2024-08-26T19:40:10.314Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1792 | 2024-08-26T19:40:10.382Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1793 | 2024-08-26T19:40:10.601Z | Checking macaddr v1.0.1 |
1794 | 2024-08-26T19:40:10.658Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1795 | 2024-08-26T19:40:10.809Z | Checking backoff v0.4.0 |
1796 | 2024-08-26T19:40:10.945Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1797 | 2024-08-26T19:40:11.121Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1798 | 2024-08-26T19:40:11.143Z | Checking wait-timeout v0.2.0 |
1799 | 2024-08-26T19:40:11.281Z | Checking rand_xorshift v0.3.0 |
1800 | 2024-08-26T19:40:11.305Z | Compiling structmeta-derive v0.2.0 |
1801 | 2024-08-26T19:40:11.332Z | Checking rusty-fork v0.3.0 |
1802 | 2024-08-26T19:40:11.441Z | Compiling darling_macro v0.20.9 |
1803 | 2024-08-26T19:40:11.463Z | Checking unarray v0.1.4 |
1804 | 2024-08-26T19:40:11.618Z | Compiling proc-macro-error v1.0.4 |
1805 | 2024-08-26T19:40:11.639Z | Checking proptest v1.5.0 |
1806 | 2024-08-26T19:40:12.342Z | Checking camino-tempfile v1.1.1 |
1807 | 2024-08-26T19:40:12.430Z | Compiling darling v0.20.9 |
1808 | 2024-08-26T19:40:12.563Z | Compiling serde_with_macros v3.9.0 |
1809 | 2024-08-26T19:40:12.602Z | Compiling proc-macro-crate v1.3.1 |
1810 | 2024-08-26T19:40:12.631Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1811 | 2024-08-26T19:40:12.689Z | Compiling structmeta v0.3.0 |
1812 | 2024-08-26T19:40:12.885Z | Checking tokio-rustls v0.25.0 |
1813 | 2024-08-26T19:40:13.019Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1814 | 2024-08-26T19:40:13.129Z | Compiling parse-display-derive v0.10.0 |
1815 | 2024-08-26T19:40:13.347Z | Compiling foreign-types-macros v0.2.3 |
1816 | 2024-08-26T19:40:13.680Z | Compiling num_enum_derive v0.5.11 |
1817 | 2024-08-26T19:40:14.283Z | Compiling structmeta v0.2.0 |
1818 | 2024-08-26T19:40:14.669Z | Checking foreign-types-shared v0.3.1 |
1819 | 2024-08-26T19:40:14.752Z | Compiling test-strategy v0.3.1 |
1820 | 2024-08-26T19:40:14.790Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1821 | 2024-08-26T19:40:15.126Z | Checking foreign-types v0.5.0 |
1822 | 2024-08-26T19:40:15.603Z | Checking cstr-argument v0.1.2 |
1823 | 2024-08-26T19:40:15.651Z | Checking serde_with v3.9.0 |
1824 | 2024-08-26T19:40:15.767Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1825 | 2024-08-26T19:40:16.286Z | Checking pretty-hex v0.2.1 |
1826 | 2024-08-26T19:40:16.313Z | Checking num_enum v0.5.11 |
1827 | 2024-08-26T19:40:16.446Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1828 | 2024-08-26T19:40:16.468Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1829 | 2024-08-26T19:40:16.711Z | Checking tabwriter v1.4.0 |
1830 | 2024-08-26T19:40:16.746Z | Checking colored v2.1.0 |
1831 | 2024-08-26T19:40:16.768Z | Checking smf v0.2.3 |
1832 | 2024-08-26T19:40:16.984Z | Compiling heapless v0.8.0 |
1833 | 2024-08-26T19:40:17.025Z | Checking termtree v0.4.1 |
1834 | 2024-08-26T19:40:17.048Z | Checking hash32 v0.3.1 |
1835 | 2024-08-26T19:40:17.249Z | Checking predicates-tree v1.0.9 |
1836 | 2024-08-26T19:40:17.257Z | Compiling smoltcp v0.11.0 |
1837 | 2024-08-26T19:40:17.300Z | Compiling crucible-workspace-hack v0.1.0 |
1838 | 2024-08-26T19:40:17.405Z | Checking embedded-io v0.4.0 |
1839 | 2024-08-26T19:40:17.620Z | Checking cobs v0.2.3 |
1840 | 2024-08-26T19:40:17.760Z | Checking sigpipe v0.1.3 |
1841 | 2024-08-26T19:40:17.793Z | Checking postcard v1.0.8 |
1842 | 2024-08-26T19:40:17.815Z | Checking parse-display v0.10.0 |
1843 | 2024-08-26T19:40:17.867Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1844 | 2024-08-26T19:40:18.079Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1845 | 2024-08-26T19:40:18.144Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1846 | 2024-08-26T19:40:18.207Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1847 | 2024-08-26T19:40:18.249Z | Compiling mockall_derive v0.13.0 |
1848 | 2024-08-26T19:40:18.492Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1849 | 2024-08-26T19:40:18.566Z | Checking humantime v2.1.0 |
1850 | 2024-08-26T19:40:18.586Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1851 | 2024-08-26T19:40:18.800Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1852 | 2024-08-26T19:40:18.847Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1853 | 2024-08-26T19:40:18.897Z | Compiling num-derive v0.4.2 |
1854 | 2024-08-26T19:40:18.986Z | Checking downcast v0.11.0 |
1855 | 2024-08-26T19:40:19.192Z | Checking fragile v2.0.0 |
1856 | 2024-08-26T19:40:19.211Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1857 | 2024-08-26T19:40:19.444Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1858 | 2024-08-26T19:40:19.569Z | Checking arc-swap v1.7.1 |
1859 | 2024-08-26T19:40:19.707Z | Checking newline-converter v0.3.0 |
1860 | 2024-08-26T19:40:19.870Z | Checking utf-8 v0.7.6 |
1861 | 2024-08-26T19:40:20.002Z | Checking slog-scope v4.4.0 |
1862 | 2024-08-26T19:40:20.071Z | Checking expectorate v1.1.0 |
1863 | 2024-08-26T19:40:20.184Z | Checking slog-stdlog v4.1.1 |
1864 | 2024-08-26T19:40:20.237Z | Checking xattr v1.3.1 |
1865 | 2024-08-26T19:40:20.277Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1866 | 2024-08-26T19:40:20.345Z | Checking slog-envlogger v2.2.0 |
1867 | 2024-08-26T19:40:20.426Z | Checking filetime v0.2.24 |
1868 | 2024-08-26T19:40:20.444Z | Checking termcolor v1.4.1 |
1869 | 2024-08-26T19:40:20.552Z | Checking same-file v1.0.6 |
1870 | 2024-08-26T19:40:20.637Z | Checking tar v0.4.41 |
1871 | 2024-08-26T19:40:20.724Z | Checking walkdir v2.5.0 |
1872 | 2024-08-26T19:40:20.878Z | Compiling derive-where v1.2.7 |
1873 | 2024-08-26T19:40:20.986Z | Checking tungstenite v0.21.0 |
1874 | 2024-08-26T19:40:21.027Z | Checking password-hash v0.5.0 |
1875 | 2024-08-26T19:40:21.352Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1876 | 2024-08-26T19:40:21.405Z | Checking blake2 v0.10.6 |
1877 | 2024-08-26T19:40:21.501Z | Checking num-rational v0.4.2 |
1878 | 2024-08-26T19:40:21.755Z | Checking num-complex v0.4.6 |
1879 | 2024-08-26T19:40:21.807Z | Checking tokio-tungstenite v0.21.0 |
1880 | 2024-08-26T19:40:21.829Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1881 | 2024-08-26T19:40:21.849Z | Checking argon2 v0.5.3 |
1882 | 2024-08-26T19:40:22.209Z | Checking atty v0.2.14 |
1883 | 2024-08-26T19:40:22.331Z | Checking float-ord v0.3.2 |
1884 | 2024-08-26T19:40:22.348Z | Checking pem v3.0.4 |
1885 | 2024-08-26T19:40:22.482Z | Compiling convert_case v0.4.0 |
1886 | 2024-08-26T19:40:22.617Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1887 | 2024-08-26T19:40:22.656Z | Checking num v0.4.3 |
1888 | 2024-08-26T19:40:22.952Z | Checking tungstenite v0.20.1 |
1889 | 2024-08-26T19:40:23.199Z | Checking env_logger v0.9.3 |
1890 | 2024-08-26T19:40:23.228Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1891 | 2024-08-26T19:40:23.463Z | Compiling derive_more v0.99.18 |
1892 | 2024-08-26T19:40:23.648Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1893 | 2024-08-26T19:40:23.859Z | Checking tokio-tungstenite v0.20.1 |
1894 | 2024-08-26T19:40:23.991Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1895 | 2024-08-26T19:40:24.117Z | Compiling bitstruct_derive v0.1.0 |
1896 | 2024-08-26T19:40:24.355Z | Checking ascii v1.1.0 |
1897 | 2024-08-26T19:40:24.408Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1898 | 2024-08-26T19:40:24.532Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1899 | 2024-08-26T19:40:24.572Z | Checking atomicwrites v0.4.3 |
1900 | 2024-08-26T19:40:24.738Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1901 | 2024-08-26T19:40:24.764Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1902 | 2024-08-26T19:40:24.766Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1903 | 2024-08-26T19:40:24.965Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1904 | 2024-08-26T19:40:24.988Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1905 | 2024-08-26T19:40:25.019Z | Checking erased-serde v0.3.31 |
1906 | 2024-08-26T19:40:25.068Z | Checking serde_arrays v0.1.0 |
1907 | 2024-08-26T19:40:25.218Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1908 | 2024-08-26T19:40:25.254Z | Compiling heck v0.3.3 |
1909 | 2024-08-26T19:40:25.467Z | Checking bitstruct v0.1.1 |
1910 | 2024-08-26T19:40:25.566Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1911 | 2024-08-26T19:40:25.588Z | Checking yasna v0.5.2 |
1912 | 2024-08-26T19:40:25.609Z | Checking headers-core v0.2.0 |
1913 | 2024-08-26T19:40:25.692Z | Compiling zone_cfg_derive v0.1.2 |
1914 | 2024-08-26T19:40:25.751Z | Checking base64 v0.13.1 |
1915 | 2024-08-26T19:40:26.093Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1916 | 2024-08-26T19:40:26.143Z | Checking ron v0.7.1 |
1917 | 2024-08-26T19:40:26.489Z | Checking rcgen v0.12.1 |
1918 | 2024-08-26T19:40:26.733Z | Checking mockall v0.13.0 |
1919 | 2024-08-26T19:40:27.012Z | Checking headers v0.3.9 |
1920 | 2024-08-26T19:40:27.163Z | Checking portpicker v0.1.1 |
1921 | 2024-08-26T19:40:27.246Z | Checking zone v0.1.8 |
1922 | 2024-08-26T19:40:27.314Z | Checking subprocess v0.2.9 |
1923 | 2024-08-26T19:40:27.358Z | Checking highway v1.2.0 |
1924 | 2024-08-26T19:40:27.644Z | Compiling prettyplease v0.2.20 |
1925 | 2024-08-26T19:40:27.780Z | Compiling semver v0.1.20 |
1926 | 2024-08-26T19:40:27.842Z | Checking half v2.4.1 |
1927 | 2024-08-26T19:40:27.891Z | Checking ciborium-io v0.2.2 |
1928 | 2024-08-26T19:40:27.992Z | Compiling cookie v0.18.1 |
1929 | 2024-08-26T19:40:28.016Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1930 | 2024-08-26T19:40:28.111Z | Compiling rustc_version v0.1.7 |
1931 | 2024-08-26T19:40:28.299Z | Checking ciborium-ll v0.2.2 |
1932 | 2024-08-26T19:40:28.390Z | Compiling rayon-core v1.12.1 |
1933 | 2024-08-26T19:40:28.610Z | Checking ciborium v0.2.2 |
1934 | 2024-08-26T19:40:28.636Z | Compiling newtype_derive v0.1.6 |
1935 | 2024-08-26T19:40:28.700Z | Checking swrite v0.1.0 |
1936 | 2024-08-26T19:40:29.086Z | Checking steno v0.4.1 |
1937 | 2024-08-26T19:40:29.411Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1938 | 2024-08-26T19:40:29.561Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1939 | 2024-08-26T19:40:29.604Z | Compiling home v0.5.9 |
1940 | 2024-08-26T19:40:30.009Z | Checking linked-hash-map v0.5.6 |
1941 | 2024-08-26T19:40:30.360Z | Checking lru-cache v0.1.2 |
1942 | 2024-08-26T19:40:31.886Z | Checking resolv-conf v0.7.0 |
1943 | 2024-08-26T19:40:32.286Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1944 | 2024-08-26T19:40:33.847Z | Checking hickory-resolver v0.24.1 |
1945 | 2024-08-26T19:40:34.828Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1946 | 2024-08-26T19:40:35.134Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1947 | 2024-08-26T19:40:35.414Z | Compiling slog-dtrace v0.3.0 |
1948 | 2024-08-26T19:40:35.478Z | Compiling ring v0.16.20 |
1949 | 2024-08-26T19:40:35.629Z | Compiling blake3 v1.5.1 |
1950 | 2024-08-26T19:40:35.813Z | Compiling cancel-safe-futures v0.1.5 |
1951 | 2024-08-26T19:40:36.435Z | Checking itertools v0.13.0 |
1952 | 2024-08-26T19:40:36.840Z | Checking libsw v3.3.1 |
1953 | 2024-08-26T19:40:36.894Z | Checking owo-colors v4.0.0 |
1954 | 2024-08-26T19:40:37.139Z | Checking linear-map v1.2.0 |
1955 | 2024-08-26T19:40:37.487Z | Compiling crossbeam-deque v0.8.5 |
1956 | 2024-08-26T19:40:37.753Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1957 | 2024-08-26T19:40:38.759Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1958 | 2024-08-26T19:40:39.082Z | Compiling memmap2 v0.9.4 |
1959 | 2024-08-26T19:40:39.151Z | Compiling untrusted v0.7.1 |
1960 | 2024-08-26T19:40:39.253Z | Compiling spin v0.5.2 |
1961 | 2024-08-26T19:40:39.348Z | Compiling arrayref v0.3.7 |
1962 | 2024-08-26T19:40:39.459Z | Compiling constant_time_eq v0.3.0 |
1963 | 2024-08-26T19:40:39.510Z | Compiling arrayvec v0.7.4 |
1964 | 2024-08-26T19:40:39.647Z | Compiling rayon v1.10.0 |
1965 | 2024-08-26T19:40:40.401Z | Compiling toolchain_find v0.4.0 |
1966 | 2024-08-26T19:40:40.650Z | Compiling topological-sort v0.2.2 |
1967 | 2024-08-26T19:40:40.881Z | Compiling rustfmt-wrapper v0.2.1 |
1968 | 2024-08-26T19:40:41.077Z | Checking display-error-chain v0.2.0 |
1969 | 2024-08-26T19:40:41.154Z | Checking nibble_vec v0.1.0 |
1970 | 2024-08-26T19:40:41.229Z | Checking endian-type v0.1.2 |
1971 | 2024-08-26T19:40:41.352Z | Checking fxhash v0.2.1 |
1972 | 2024-08-26T19:40:41.431Z | Checking radix_trie v0.2.1 |
1973 | 2024-08-26T19:40:41.473Z | Checking keccak v0.1.5 |
1974 | 2024-08-26T19:40:41.528Z | Checking secrecy v0.8.0 |
1975 | 2024-08-26T19:40:41.745Z | Checking universal-hash v0.5.1 |
1976 | 2024-08-26T19:40:41.793Z | Checking sha3 v0.10.8 |
1977 | 2024-08-26T19:40:41.825Z | Checking opaque-debug v0.3.1 |
1978 | 2024-08-26T19:40:41.923Z | Compiling curve25519-dalek v4.1.3 |
1979 | 2024-08-26T19:40:41.952Z | Compiling radium v0.7.0 |
1980 | 2024-08-26T19:40:42.201Z | Checking maplit v1.0.2 |
1981 | 2024-08-26T19:40:42.341Z | Checking aead v0.5.2 |
1982 | 2024-08-26T19:40:42.495Z | Compiling curve25519-dalek-derive v0.1.1 |
1983 | 2024-08-26T19:40:42.538Z | Checking tap v1.0.1 |
1984 | 2024-08-26T19:40:42.711Z | Compiling maybe-uninit v2.0.0 |
1985 | 2024-08-26T19:40:42.731Z | Checking wyz v0.5.1 |
1986 | 2024-08-26T19:40:43.196Z | Checking poly1305 v0.8.0 |
1987 | 2024-08-26T19:40:43.281Z | Checking chacha20 v0.9.1 |
1988 | 2024-08-26T19:40:43.329Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1989 | 2024-08-26T19:40:43.517Z | Compiling packed_struct v0.10.1 |
1990 | 2024-08-26T19:40:43.621Z | Checking crc-catalog v2.4.0 |
1991 | 2024-08-26T19:40:43.689Z | Checking funty v2.0.0 |
1992 | 2024-08-26T19:40:43.772Z | Checking crc v3.2.1 |
1993 | 2024-08-26T19:40:44.292Z | Checking gethostname v0.5.0 |
1994 | 2024-08-26T19:40:44.394Z | Compiling packed_struct_codegen v0.10.1 |
1995 | 2024-08-26T19:40:44.420Z | Compiling indexmap v1.9.3 |
1996 | 2024-08-26T19:40:44.505Z | Checking nodrop v0.1.14 |
1997 | 2024-08-26T19:40:44.580Z | Compiling omicron-zone-package v0.11.0 |
1998 | 2024-08-26T19:40:44.626Z | Checking bitvec v1.0.1 |
1999 | 2024-08-26T19:40:44.718Z | Compiling libefi-sys v0.1.0 |
2000 | 2024-08-26T19:40:45.085Z | Checking array-init v0.0.4 |
2001 | 2024-08-26T19:40:45.133Z | Checking smallvec v0.6.14 |
2002 | 2024-08-26T19:40:45.407Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2003 | 2024-08-26T19:40:45.535Z | Compiling bitfield-struct v0.6.1 |
2004 | 2024-08-26T19:40:45.801Z | Checking bitfield v0.14.0 |
2005 | 2024-08-26T19:40:45.832Z | Checking hashbrown v0.12.3 |
2006 | 2024-08-26T19:40:46.123Z | Checking serde-hex v0.1.0 |
2007 | 2024-08-26T19:40:46.319Z | Checking bzip2 v0.4.4 |
2008 | 2024-08-26T19:40:47.010Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2009 | 2024-08-26T19:40:47.074Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2010 | 2024-08-26T19:40:47.184Z | Checking env_logger v0.10.2 |
2011 | 2024-08-26T19:40:47.348Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2012 | 2024-08-26T19:40:47.573Z | Checking ron v0.8.1 |
2013 | 2024-08-26T19:40:47.617Z | Checking x509-cert v0.2.5 |
2014 | 2024-08-26T19:40:47.635Z | Checking hashbrown v0.13.2 |
2015 | 2024-08-26T19:40:47.656Z | Compiling thiserror-impl-no-std v2.0.2 |
2016 | 2024-08-26T19:40:48.659Z | Compiling async-recursion v1.1.1 |
2017 | 2024-08-26T19:40:48.802Z | Checking crc-any v2.5.0 |
2018 | 2024-08-26T19:40:49.192Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2019 | 2024-08-26T19:40:49.247Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2020 | 2024-08-26T19:40:49.323Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2021 | 2024-08-26T19:40:49.516Z | Checking object v0.30.4 |
2022 | 2024-08-26T19:40:50.055Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2023 | 2024-08-26T19:40:50.171Z | Checking zip v0.6.6 |
2024 | 2024-08-26T19:40:50.303Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2025 | 2024-08-26T19:40:50.384Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2026 | 2024-08-26T19:40:50.645Z | Compiling parking_lot_core v0.8.6 |
2027 | 2024-08-26T19:40:50.832Z | Checking path-slash v0.1.5 |
2028 | 2024-08-26T19:40:50.932Z | Checking thiserror-no-std v2.0.2 |
2029 | 2024-08-26T19:40:50.979Z | Checking chacha20poly1305 v0.10.1 |
2030 | 2024-08-26T19:40:51.005Z | Checking glob v0.3.1 |
2031 | 2024-08-26T19:40:51.046Z | Checking vsss-rs v3.3.4 |
2032 | 2024-08-26T19:40:51.118Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2033 | 2024-08-26T19:40:51.160Z | Checking hickory-client v0.24.1 |
2034 | 2024-08-26T19:40:51.168Z | Checking hickory-server v0.24.1 |
2035 | 2024-08-26T19:40:51.317Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2036 | 2024-08-26T19:40:51.531Z | Checking parking_lot v0.11.2 |
2037 | 2024-08-26T19:40:51.677Z | Checking crossterm v0.28.1 |
2038 | 2024-08-26T19:40:51.745Z | Compiling buf-list v1.0.3 |
2039 | 2024-08-26T19:40:51.872Z | Checking sled v0.34.7 |
2040 | 2024-08-26T19:40:52.580Z | Compiling unicase v2.7.0 |
2041 | 2024-08-26T19:40:53.077Z | Checking nanorand v0.7.0 |
2042 | 2024-08-26T19:40:53.442Z | Checking flume v0.11.0 |
2043 | 2024-08-26T19:40:53.803Z | Checking kstat-rs v0.2.4 |
2044 | 2024-08-26T19:40:54.145Z | Compiling vte_generate_state_changes v0.1.1 |
2045 | 2024-08-26T19:40:54.236Z | Checking fd-lock v4.0.2 |
2046 | 2024-08-26T19:40:54.302Z | Compiling mime_guess v2.0.4 |
2047 | 2024-08-26T19:40:54.446Z | Checking crossterm v0.27.0 |
2048 | 2024-08-26T19:40:54.704Z | Checking nu-ansi-term v0.50.0 |
2049 | 2024-08-26T19:40:54.773Z | Checking vte v0.11.1 |
2050 | 2024-08-26T19:40:54.776Z | Compiling dsl_auto_type v0.1.2 |
2051 | 2024-08-26T19:40:55.077Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2052 | 2024-08-26T19:40:55.348Z | Checking scheduled-thread-pool v0.2.7 |
2053 | 2024-08-26T19:40:55.530Z | Compiling pin-project-internal v1.1.5 |
2054 | 2024-08-26T19:40:55.558Z | Compiling diesel_table_macro_syntax v0.2.0 |
2055 | 2024-08-26T19:40:55.955Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2056 | 2024-08-26T19:40:56.102Z | Checking strip-ansi-escapes v0.2.0 |
2057 | 2024-08-26T19:40:56.169Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2058 | 2024-08-26T19:40:56.195Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2059 | 2024-08-26T19:40:56.217Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2060 | 2024-08-26T19:40:56.304Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2061 | 2024-08-26T19:40:56.455Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2062 | 2024-08-26T19:40:57.523Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2063 | 2024-08-26T19:40:58.768Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2064 | 2024-08-26T19:41:02.286Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2065 | 2024-08-26T19:41:02.286Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2066 | 2024-08-26T19:41:02.287Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2067 | 2024-08-26T19:41:02.287Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2068 | 2024-08-26T19:41:02.310Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2069 | 2024-08-26T19:41:02.436Z | Checking reedline v0.33.0 |
2070 | 2024-08-26T19:41:02.513Z | Checking http-range v0.1.5 |
2071 | 2024-08-26T19:41:02.697Z | Compiling crunchy v0.2.2 |
2072 | 2024-08-26T19:41:02.867Z | Checking hyper-staticfile v0.9.5 |
2073 | 2024-08-26T19:41:03.258Z | Checking pin-project v1.1.5 |
2074 | 2024-08-26T19:41:03.261Z | Compiling diesel_derives v2.2.2 |
2075 | 2024-08-26T19:41:03.397Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2076 | 2024-08-26T19:41:04.191Z | Checking r2d2 v0.8.10 |
2077 | 2024-08-26T19:41:04.523Z | Compiling clang-sys v1.7.0 |
2078 | 2024-08-26T19:41:04.558Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2079 | 2024-08-26T19:41:05.185Z | Compiling tiny-keccak v2.0.2 |
2080 | 2024-08-26T19:41:05.302Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2081 | 2024-08-26T19:41:05.323Z | Checking bytecount v0.6.8 |
2082 | 2024-08-26T19:41:05.479Z | Compiling ref-cast v1.0.23 |
2083 | 2024-08-26T19:41:05.557Z | Checking papergrid v0.11.0 |
2084 | 2024-08-26T19:41:06.098Z | Compiling ascii-canvas v3.0.0 |
2085 | 2024-08-26T19:41:06.218Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2086 | 2024-08-26T19:41:06.526Z | Compiling tabled_derive v0.7.0 |
2087 | 2024-08-26T19:41:06.957Z | Compiling ena v0.14.3 |
2088 | 2024-08-26T19:41:06.997Z | Compiling ref-cast-impl v1.0.23 |
2089 | 2024-08-26T19:41:07.340Z | Compiling libloading v0.8.3 |
2090 | 2024-08-26T19:41:07.540Z | Compiling bindgen v0.69.4 |
2091 | 2024-08-26T19:41:07.773Z | Compiling diff v0.1.13 |
2092 | 2024-08-26T19:41:08.169Z | Compiling regex-syntax v0.6.29 |
2093 | 2024-08-26T19:41:09.145Z | Checking tabled v0.15.0 |
2094 | 2024-08-26T19:41:09.244Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2095 | 2024-08-26T19:41:12.213Z | Compiling lalrpop v0.19.12 |
2096 | 2024-08-26T19:41:13.360Z | Compiling which v4.4.2 |
2097 | 2024-08-26T19:41:13.936Z | Checking signal-hook-tokio v0.3.1 |
2098 | 2024-08-26T19:41:13.971Z | Compiling cexpr v0.6.0 |
2099 | 2024-08-26T19:41:14.120Z | Compiling rustc-hash v1.1.0 |
2100 | 2024-08-26T19:41:14.283Z | Compiling shlex v1.3.0 |
2101 | 2024-08-26T19:41:14.713Z | Compiling lazycell v1.3.0 |
2102 | 2024-08-26T19:41:15.744Z | Checking diesel v2.2.2 |
2103 | 2024-08-26T19:41:19.685Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2104 | 2024-08-26T19:41:20.762Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2105 | 2024-08-26T19:41:23.167Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2106 | 2024-08-26T19:41:25.128Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2107 | 2024-08-26T19:41:25.271Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2108 | 2024-08-26T19:41:25.797Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2109 | 2024-08-26T19:41:26.031Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2110 | 2024-08-26T19:41:26.929Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2111 | 2024-08-26T19:41:27.583Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2112 | 2024-08-26T19:41:27.968Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2113 | 2024-08-26T19:41:28.405Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2114 | 2024-08-26T19:41:28.732Z | Compiling derive_builder_core v0.20.0 |
2115 | 2024-08-26T19:41:31.193Z | Compiling libxml v0.3.3 |
2116 | 2024-08-26T19:41:31.383Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2117 | 2024-08-26T19:41:31.582Z | Compiling memoffset v0.9.1 |
2118 | 2024-08-26T19:41:32.116Z | Compiling derive_builder_macro v0.20.0 |
2119 | 2024-08-26T19:41:32.171Z | Compiling peg-macros v0.8.4 |
2120 | 2024-08-26T19:41:32.645Z | Compiling snafu-derive v0.8.2 |
2121 | 2024-08-26T19:41:33.022Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2122 | 2024-08-26T19:41:33.195Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2123 | 2024-08-26T19:41:33.408Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2124 | 2024-08-26T19:41:33.829Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2125 | 2024-08-26T19:41:34.669Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2126 | 2024-08-26T19:41:35.824Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2127 | 2024-08-26T19:41:35.866Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2128 | 2024-08-26T19:41:37.768Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2129 | 2024-08-26T19:41:38.204Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2130 | 2024-08-26T19:41:38.409Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2131 | 2024-08-26T19:41:39.231Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2132 | 2024-08-26T19:41:40.059Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2133 | 2024-08-26T19:41:41.962Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2134 | 2024-08-26T19:41:42.193Z | Compiling strum_macros v0.24.3 |
2135 | 2024-08-26T19:41:43.806Z | Compiling sqlparser_derive v0.2.2 |
2136 | 2024-08-26T19:41:45.079Z | Checking unicode_categories v0.1.1 |
2137 | 2024-08-26T19:41:45.386Z | Compiling indoc v1.0.9 |
2138 | 2024-08-26T19:41:45.531Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2139 | 2024-08-26T19:41:45.910Z | Checking sqlformat v0.2.4 |
2140 | 2024-08-26T19:41:46.369Z | Checking rustyline v14.0.0 |
2141 | 2024-08-26T19:41:46.982Z | Checking sqlparser v0.45.0 |
2142 | 2024-08-26T19:41:47.621Z | Checking snafu v0.8.2 |
2143 | 2024-08-26T19:41:48.088Z | Checking peg v0.8.4 |
2144 | 2024-08-26T19:41:48.091Z | Checking derive_builder v0.20.0 |
2145 | 2024-08-26T19:41:48.378Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2146 | 2024-08-26T19:41:48.918Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2147 | 2024-08-26T19:41:49.229Z | Checking globset v0.4.14 |
2148 | 2024-08-26T19:41:49.727Z | Checking olpc-cjson v0.1.3 |
2149 | 2024-08-26T19:41:49.929Z | Checking bcs v0.1.6 |
2150 | 2024-08-26T19:41:49.950Z | Checking quick-xml v0.31.0 |
2151 | 2024-08-26T19:41:50.342Z | Checking serde_plain v1.0.2 |
2152 | 2024-08-26T19:41:50.362Z | Compiling impl-trait-for-tuples v0.2.2 |
2153 | 2024-08-26T19:41:50.588Z | Compiling oso-derive v0.27.3 |
2154 | 2024-08-26T19:41:51.594Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2155 | 2024-08-26T19:41:51.662Z | Checking typed-path v0.7.1 |
2156 | 2024-08-26T19:41:51.959Z | Checking nix v0.27.1 |
2157 | 2024-08-26T19:41:52.014Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2158 | 2024-08-26T19:41:53.243Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2159 | 2024-08-26T19:41:53.522Z | Checking serde-big-array v0.5.1 |
2160 | 2024-08-26T19:41:53.584Z | Checking tough v0.17.1 |
2161 | 2024-08-26T19:41:53.762Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2162 | 2024-08-26T19:41:53.887Z | Checking parse-size v1.0.0 |
2163 | 2024-08-26T19:41:54.176Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2164 | 2024-08-26T19:41:56.194Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2165 | 2024-08-26T19:41:56.321Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2166 | 2024-08-26T19:41:56.641Z | Checking bb8 v0.8.5 |
2167 | 2024-08-26T19:41:57.092Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2168 | 2024-08-26T19:41:57.386Z | Compiling const_format_proc_macros v0.2.32 |
2169 | 2024-08-26T19:41:58.330Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2170 | 2024-08-26T19:41:58.823Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2171 | 2024-08-26T19:41:59.512Z | Checking const_format v0.2.32 |
2172 | 2024-08-26T19:41:59.840Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2173 | 2024-08-26T19:41:59.999Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2174 | 2024-08-26T19:42:00.714Z | Checking assert_matches v1.5.0 |
2175 | 2024-08-26T19:42:00.817Z | Checking heck v0.4.1 |
2176 | 2024-08-26T19:42:00.946Z | Compiling portable-atomic v1.6.0 |
2177 | 2024-08-26T19:42:01.033Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2178 | 2024-08-26T19:42:01.114Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2179 | 2024-08-26T19:42:01.446Z | Compiling libz-sys v1.1.16 |
2180 | 2024-08-26T19:42:01.670Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2181 | 2024-08-26T19:42:02.279Z | Checking rand_seeder v0.3.0 |
2182 | 2024-08-26T19:42:02.542Z | Checking number_prefix v0.4.0 |
2183 | 2024-08-26T19:42:02.756Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2184 | 2024-08-26T19:42:03.139Z | Checking indicatif v0.17.8 |
2185 | 2024-08-26T19:42:03.912Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2186 | 2024-08-26T19:42:04.275Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2187 | 2024-08-26T19:42:05.229Z | Compiling vergen v8.3.2 |
2188 | 2024-08-26T19:42:05.517Z | Compiling cargo-platform v0.1.8 |
2189 | 2024-08-26T19:42:05.538Z | Checking is_ci v1.2.0 |
2190 | 2024-08-26T19:42:05.678Z | Checking supports-color v3.0.0 |
2191 | 2024-08-26T19:42:05.873Z | Compiling cargo_metadata v0.18.1 |
2192 | 2024-08-26T19:42:06.093Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2193 | 2024-08-26T19:42:07.308Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2194 | 2024-08-26T19:42:07.552Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2195 | 2024-08-26T19:42:07.870Z | Checking castaway v0.2.3 |
2196 | 2024-08-26T19:42:08.053Z | Compiling libsqlite3-sys v0.28.0 |
2197 | 2024-08-26T19:42:08.639Z | Checking compact_str v0.8.0 |
2198 | 2024-08-26T19:42:08.908Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2199 | 2024-08-26T19:42:09.228Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2200 | 2024-08-26T19:42:09.381Z | Checking unicode-truncate v1.0.0 |
2201 | 2024-08-26T19:42:09.437Z | Checking lru v0.12.3 |
2202 | 2024-08-26T19:42:09.546Z | Compiling instability v0.3.2 |
2203 | 2024-08-26T19:42:09.609Z | Checking cassowary v0.3.0 |
2204 | 2024-08-26T19:42:10.013Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2205 | 2024-08-26T19:42:10.133Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2206 | 2024-08-26T19:42:10.232Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2207 | 2024-08-26T19:42:10.595Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2208 | 2024-08-26T19:42:11.052Z | Checking ratatui v0.28.0 |
2209 | 2024-08-26T19:42:11.281Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2210 | 2024-08-26T19:42:11.734Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2211 | 2024-08-26T19:42:13.268Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2212 | 2024-08-26T19:42:14.018Z | Checking hashlink v0.9.1 |
2213 | 2024-08-26T19:42:14.455Z | Checking unicode-linebreak v0.1.5 |
2214 | 2024-08-26T19:42:14.690Z | Checking fallible-streaming-iterator v0.1.9 |
2215 | 2024-08-26T19:42:14.839Z | Checking smawk v0.3.2 |
2216 | 2024-08-26T19:42:14.913Z | Checking fallible-iterator v0.3.0 |
2217 | 2024-08-26T19:42:15.042Z | Checking textwrap v0.16.1 |
2218 | 2024-08-26T19:42:15.437Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2219 | 2024-08-26T19:42:15.508Z | Checking rusqlite v0.31.0 |
2220 | 2024-08-26T19:42:15.763Z | Checking twox-hash v1.6.3 |
2221 | 2024-08-26T19:42:15.986Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2222 | 2024-08-26T19:42:16.253Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2223 | 2024-08-26T19:42:16.963Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2224 | 2024-08-26T19:42:17.100Z | Checking fatfs v0.3.6 |
2225 | 2024-08-26T19:42:18.172Z | Checking csv-core v0.1.11 |
2226 | 2024-08-26T19:42:18.527Z | Checking shell-words v1.1.0 |
2227 | 2024-08-26T19:42:18.617Z | Checking csv v1.3.0 |
2228 | 2024-08-26T19:42:18.705Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2229 | 2024-08-26T19:42:19.767Z | Checking rtoolbox v0.0.2 |
2230 | 2024-08-26T19:42:19.966Z | Checking rpassword v7.3.1 |
2231 | 2024-08-26T19:42:21.815Z | Checking tui-tree-widget v0.22.0 |
2232 | 2024-08-26T19:42:22.174Z | Checking polyval v0.6.2 |
2233 | 2024-08-26T19:42:22.456Z | Checking rfc6979 v0.4.0 |
2234 | 2024-08-26T19:42:22.658Z | Checking plotters-backend v0.3.5 |
2235 | 2024-08-26T19:42:23.047Z | Checking plotters-svg v0.3.5 |
2236 | 2024-08-26T19:42:23.271Z | Checking ecdsa v0.16.9 |
2237 | 2024-08-26T19:42:24.008Z | Checking ghash v0.5.1 |
2238 | 2024-08-26T19:42:24.188Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2239 | 2024-08-26T19:42:25.359Z | Checking primeorder v0.13.6 |
2240 | 2024-08-26T19:42:25.782Z | Checking ctr v0.9.2 |
2241 | 2024-08-26T19:42:26.468Z | Checking yansi v0.5.1 |
2242 | 2024-08-26T19:42:26.501Z | Checking cast v0.3.0 |
2243 | 2024-08-26T19:42:26.862Z | Checking pretty_assertions v1.4.0 |
2244 | 2024-08-26T19:42:26.866Z | Checking criterion-plot v0.5.0 |
2245 | 2024-08-26T19:42:26.976Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2246 | 2024-08-26T19:42:27.248Z | Checking aes-gcm v0.10.3 |
2247 | 2024-08-26T19:42:27.477Z | Checking plotters v0.3.5 |
2248 | 2024-08-26T19:42:29.208Z | Checking ed25519 v2.2.3 |
2249 | 2024-08-26T19:42:29.531Z | Checking ssh-encoding v0.2.0 |
2250 | 2024-08-26T19:42:29.884Z | Checking tinytemplate v1.2.1 |
2251 | 2024-08-26T19:42:30.220Z | Checking blowfish v0.9.1 |
2252 | 2024-08-26T19:42:30.473Z | Checking oorandom v11.1.3 |
2253 | 2024-08-26T19:42:30.646Z | Checking anes v0.1.6 |
2254 | 2024-08-26T19:42:31.019Z | Checking option-ext v0.2.0 |
2255 | 2024-08-26T19:42:31.157Z | Checking dirs-sys v0.4.1 |
2256 | 2024-08-26T19:42:31.351Z | Checking criterion v0.5.1 |
2257 | 2024-08-26T19:42:34.146Z | Checking bcrypt-pbkdf v0.10.0 |
2258 | 2024-08-26T19:42:34.168Z | Checking ssh-cipher v0.2.0 |
2259 | 2024-08-26T19:42:34.390Z | Checking ed25519-dalek v2.1.1 |
2260 | 2024-08-26T19:42:34.447Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2261 | 2024-08-26T19:42:34.759Z | Checking password-hash v0.4.2 |
2262 | 2024-08-26T19:42:35.153Z | Checking hex-literal v0.4.1 |
2263 | 2024-08-26T19:42:35.289Z | Checking matches v0.1.10 |
2264 | 2024-08-26T19:42:35.388Z | Checking idna v0.2.3 |
2265 | 2024-08-26T19:42:35.608Z | Checking pbkdf2 v0.11.0 |
2266 | 2024-08-26T19:42:35.797Z | Checking ssh-key v0.6.6 |
2267 | 2024-08-26T19:42:35.897Z | Checking dirs v5.0.1 |
2268 | 2024-08-26T19:42:36.048Z | Checking p384 v0.13.0 |
2269 | 2024-08-26T19:42:36.209Z | Checking p521 v0.13.3 |
2270 | 2024-08-26T19:42:37.215Z | Checking p256 v0.13.2 |
2271 | 2024-08-26T19:42:37.466Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2272 | 2024-08-26T19:42:37.642Z | Checking russh-cryptovec v0.7.2 |
2273 | 2024-08-26T19:42:37.693Z | Compiling enum-as-inner v0.5.1 |
2274 | 2024-08-26T19:42:37.852Z | Checking md5 v0.7.0 |
2275 | 2024-08-26T19:42:38.140Z | Compiling doc-comment v0.3.3 |
2276 | 2024-08-26T19:42:38.330Z | Compiling target-lexicon v0.12.16 |
2277 | 2024-08-26T19:42:38.776Z | Checking trust-dns-proto v0.22.0 |
2278 | 2024-08-26T19:42:38.832Z | Checking russh-keys v0.44.0 |
2279 | 2024-08-26T19:42:39.440Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2280 | 2024-08-26T19:42:40.232Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2281 | 2024-08-26T19:42:41.041Z | Checking http-body v1.0.0 |
2282 | 2024-08-26T19:42:41.163Z | Checking num-bigint v0.4.5 |
2283 | 2024-08-26T19:42:41.262Z | Checking tower-layer v0.3.2 |
2284 | 2024-08-26T19:42:41.533Z | Compiling dhcproto-macros v0.1.0 |
2285 | 2024-08-26T19:42:42.512Z | Checking regex-automata v0.1.10 |
2286 | 2024-08-26T19:42:42.587Z | Compiling assert_cmd v2.0.16 |
2287 | 2024-08-26T19:42:42.925Z | Compiling guppy-workspace-hack v0.1.0 |
2288 | 2024-08-26T19:42:43.075Z | Checking bstr v0.2.17 |
2289 | 2024-08-26T19:42:43.258Z | Checking dhcproto v0.12.0 |
2290 | 2024-08-26T19:42:43.713Z | Checking russh v0.44.1 |
2291 | 2024-08-26T19:42:43.841Z | Checking tower v0.4.13 |
2292 | 2024-08-26T19:42:43.915Z | Compiling samael v0.0.15 |
2293 | 2024-08-26T19:42:44.626Z | Checking hyper v1.3.1 |
2294 | 2024-08-26T19:42:45.348Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2295 | 2024-08-26T19:42:45.904Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2296 | 2024-08-26T19:42:45.964Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2297 | 2024-08-26T19:42:46.359Z | Compiling target-spec v3.2.1 |
2298 | 2024-08-26T19:42:46.910Z | Checking internet-checksum v0.2.1 |
2299 | 2024-08-26T19:42:47.668Z | Checking hyper-util v0.1.3 |
2300 | 2024-08-26T19:42:48.336Z | Checking cfg-expr v0.16.0 |
2301 | 2024-08-26T19:42:48.663Z | Checking httptest v0.15.5 |
2302 | 2024-08-26T19:42:49.176Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2303 | 2024-08-26T19:42:49.235Z | Checking rustls-native-certs v0.7.0 |
2304 | 2024-08-26T19:42:49.417Z | Checking hyper-rustls v0.26.0 |
2305 | 2024-08-26T19:42:50.141Z | Checking pathdiff v0.2.1 |
2306 | 2024-08-26T19:42:50.309Z | Checking threadpool v1.8.1 |
2307 | 2024-08-26T19:42:50.542Z | Compiling toml_edit v0.21.1 |
2308 | 2024-08-26T19:42:51.221Z | Compiling rstest_macros v0.22.0 |
2309 | 2024-08-26T19:42:51.777Z | Checking escape8259 v0.5.2 |
2310 | 2024-08-26T19:42:51.982Z | Checking nested v0.1.1 |
2311 | 2024-08-26T19:42:52.203Z | Checking guppy v0.17.7 |
2312 | 2024-08-26T19:42:53.598Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2313 | 2024-08-26T19:42:54.338Z | Compiling proc-macro-crate v3.1.0 |
2314 | 2024-08-26T19:42:54.450Z | Checking libtest-mimic v0.7.3 |
2315 | 2024-08-26T19:42:55.071Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2316 | 2024-08-26T19:42:55.398Z | Checking similar-asserts v1.5.0 |
2317 | 2024-08-26T19:42:55.653Z | Compiling git2 v0.19.0 |
2318 | 2024-08-26T19:42:55.699Z | Checking fancy-regex v0.13.0 |
2319 | 2024-08-26T19:42:55.868Z | Compiling relative-path v1.9.3 |
2320 | 2024-08-26T19:42:56.497Z | Compiling trybuild v1.0.99 |
2321 | 2024-08-26T19:42:56.597Z | Checking datatest-stable v0.2.9 |
2322 | 2024-08-26T19:42:56.719Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2323 | 2024-08-26T19:42:56.915Z | Checking blake2b_simd v1.0.2 |
2324 | 2024-08-26T19:42:57.026Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2325 | 2024-08-26T19:42:57.774Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2326 | 2024-08-26T19:42:58.056Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2327 | 2024-08-26T19:42:58.101Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2328 | 2024-08-26T19:42:58.389Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2329 | 2024-08-26T19:42:58.437Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2330 | 2024-08-26T19:42:58.712Z | Checking serde_tokenstream v0.2.2 |
2331 | 2024-08-26T19:42:58.819Z | Checking uzers v0.11.3 |
2332 | 2024-08-26T19:42:59.104Z | Checking futures-timer v3.0.3 |
2333 | 2024-08-26T19:42:59.178Z | Checking indent_write v2.2.0 |
2334 | 2024-08-26T19:42:59.482Z | Checking rust-argon2 v2.1.0 |
2335 | 2024-08-26T19:42:59.902Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2336 | 2024-08-26T19:43:00.945Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2337 | 2024-08-26T19:43:03.597Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2338 | 2024-08-26T19:43:03.912Z | Checking rand_distr v0.4.3 |
2339 | 2024-08-26T19:43:04.582Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2340 | 2024-08-26T19:43:04.603Z | Checking multimap v0.10.0 |
2341 | 2024-08-26T19:43:04.912Z | Checking approx v0.5.1 |
2342 | 2024-08-26T19:43:05.176Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2343 | 2024-08-26T19:43:05.517Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2344 | 2024-08-26T19:43:06.029Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2345 | 2024-08-26T19:43:06.645Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2346 | 2024-08-26T19:43:06.693Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2347 | 2024-08-26T19:43:07.471Z | Checking partial-io v0.5.4 |
2348 | 2024-08-26T19:43:07.580Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2349 | 2024-08-26T19:43:07.601Z | Checking cargo_toml v0.20.4 |
2350 | 2024-08-26T19:43:07.873Z | Checking termios v0.3.3 |
2351 | 2024-08-26T19:43:08.005Z | Checking rstest v0.22.0 |
2352 | 2024-08-26T19:43:08.107Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2353 | 2024-08-26T19:43:09.538Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2354 | 2024-08-26T19:43:25.144Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2355 | 2024-08-26T19:43:30.238Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2356 | 2024-08-26T19:43:32.947Z | Compiling polar-core v0.27.3 |
2357 | 2024-08-26T19:43:43.546Z | Checking oso v0.27.3 |
2358 | 2024-08-26T19:43:55.410Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2359 | 2024-08-26T19:43:57.583Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2360 | 2024-08-26T19:43:57.969Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2361 | 2024-08-26T19:44:29.178Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2362 | 2024-08-26T19:44:29.178Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2363 | 2024-08-26T19:44:29.180Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2364 | 2024-08-26T19:45:52.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 19s |
2365 | 2024-08-26T19:45:53.158Z | |
2366 | 2024-08-26T19:45:53.158Z | real 6:24.085083327 |
2367 | 2024-08-26T19:45:53.158Z | user 34:54.583597239 |
2368 | 2024-08-26T19:45:53.158Z | sys 6:07.639474838 |
2369 | 2024-08-26T19:45:53.158Z | trap 0.963389742 |
2370 | 2024-08-26T19:45:53.160Z | tflt 2.745541019 |
2371 | 2024-08-26T19:45:53.160Z | dflt 0.588785967 |
2372 | 2024-08-26T19:45:53.160Z | kflt 0.003731428 |
2373 | 2024-08-26T19:45:53.160Z | lock 54:08.605708166 |
2374 | 2024-08-26T19:45:53.160Z | slp 2:03:58.230762488 |
2375 | 2024-08-26T19:45:53.160Z | lat 1:38.182633772 |
2376 | 2024-08-26T19:45:53.160Z | stop 5:24.283448774 |
2377 | 2024-08-26T19:45:53.160Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2378 | 2024-08-26T19:45:53.160Z | + ptime -m cargo doc --workspace --no-deps |
2379 | 2024-08-26T19:45:54.345Z | warning: output filename collision. |
2380 | 2024-08-26T19:45:54.345Z | 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)`. |
2381 | 2024-08-26T19:45:54.345Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2382 | 2024-08-26T19:45:54.345Z | The targets should have unique names. |
2383 | 2024-08-26T19:45:54.345Z | This is a known bug where multiple crates with the same name use |
2384 | 2024-08-26T19:45:54.346Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2385 | 2024-08-26T19:45:54.718Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2386 | 2024-08-26T19:45:54.778Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2387 | 2024-08-26T19:45:54.795Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2388 | 2024-08-26T19:45:54.829Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2389 | 2024-08-26T19:45:54.852Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2390 | 2024-08-26T19:45:54.876Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2391 | 2024-08-26T19:45:54.876Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2392 | 2024-08-26T19:45:55.095Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2393 | 2024-08-26T19:45:55.116Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2394 | 2024-08-26T19:45:55.134Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2395 | 2024-08-26T19:45:55.152Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2396 | 2024-08-26T19:45:55.172Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2397 | 2024-08-26T19:45:55.346Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2398 | 2024-08-26T19:45:55.398Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2399 | 2024-08-26T19:45:55.430Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2400 | 2024-08-26T19:45:55.619Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2401 | 2024-08-26T19:45:55.881Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2402 | 2024-08-26T19:45:56.768Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2403 | 2024-08-26T19:45:59.684Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2404 | 2024-08-26T19:46:00.027Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2405 | 2024-08-26T19:46:00.106Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2406 | 2024-08-26T19:46:00.316Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2407 | 2024-08-26T19:46:00.437Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2408 | 2024-08-26T19:46:00.678Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2409 | 2024-08-26T19:46:00.772Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2410 | 2024-08-26T19:46:00.854Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2411 | 2024-08-26T19:46:01.101Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2412 | 2024-08-26T19:46:01.308Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2413 | 2024-08-26T19:46:01.513Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2414 | 2024-08-26T19:46:01.634Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2415 | 2024-08-26T19:46:01.928Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2416 | 2024-08-26T19:46:02.343Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2417 | 2024-08-26T19:46:02.406Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2418 | 2024-08-26T19:46:02.671Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2419 | 2024-08-26T19:46:02.735Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2420 | 2024-08-26T19:46:03.074Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2421 | 2024-08-26T19:46:03.268Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2422 | 2024-08-26T19:46:03.417Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2423 | 2024-08-26T19:46:03.589Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2424 | 2024-08-26T19:46:03.937Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2425 | 2024-08-26T19:46:03.958Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2426 | 2024-08-26T19:46:04.067Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2427 | 2024-08-26T19:46:06.228Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2428 | 2024-08-26T19:46:08.217Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2429 | 2024-08-26T19:46:08.298Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2430 | 2024-08-26T19:46:08.905Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2431 | 2024-08-26T19:46:09.750Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2432 | 2024-08-26T19:46:10.663Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2433 | 2024-08-26T19:46:10.686Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2434 | 2024-08-26T19:46:11.011Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2435 | 2024-08-26T19:46:11.222Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2436 | 2024-08-26T19:46:11.927Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2437 | 2024-08-26T19:46:13.197Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2438 | 2024-08-26T19:46:13.213Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2439 | 2024-08-26T19:46:13.690Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2440 | 2024-08-26T19:46:16.379Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2441 | 2024-08-26T19:46:18.149Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2442 | 2024-08-26T19:46:18.755Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2443 | 2024-08-26T19:46:19.498Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2444 | 2024-08-26T19:46:20.173Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2445 | 2024-08-26T19:46:20.744Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2446 | 2024-08-26T19:46:20.772Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2447 | 2024-08-26T19:46:20.891Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2448 | 2024-08-26T19:46:21.423Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2449 | 2024-08-26T19:46:21.472Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2450 | 2024-08-26T19:46:22.111Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2451 | 2024-08-26T19:46:22.423Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2452 | 2024-08-26T19:46:22.621Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2453 | 2024-08-26T19:46:22.698Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2454 | 2024-08-26T19:46:23.149Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2455 | 2024-08-26T19:46:23.214Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2456 | 2024-08-26T19:46:23.608Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2457 | 2024-08-26T19:46:23.707Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2458 | 2024-08-26T19:46:23.977Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2459 | 2024-08-26T19:46:24.000Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2460 | 2024-08-26T19:46:24.181Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2461 | 2024-08-26T19:46:24.262Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2462 | 2024-08-26T19:46:24.383Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2463 | 2024-08-26T19:46:24.521Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2464 | 2024-08-26T19:46:24.957Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2465 | 2024-08-26T19:46:25.314Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2466 | 2024-08-26T19:46:25.655Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2467 | 2024-08-26T19:46:26.571Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2468 | 2024-08-26T19:46:26.699Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2469 | 2024-08-26T19:46:27.081Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2470 | 2024-08-26T19:46:27.650Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2471 | 2024-08-26T19:46:29.028Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2472 | 2024-08-26T19:46:29.373Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2473 | 2024-08-26T19:46:30.057Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2474 | 2024-08-26T19:46:31.701Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2475 | 2024-08-26T19:46:32.116Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2476 | 2024-08-26T19:46:34.291Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2477 | 2024-08-26T19:46:34.351Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2478 | 2024-08-26T19:46:35.276Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2479 | 2024-08-26T19:46:35.389Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2480 | 2024-08-26T19:46:35.997Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2481 | 2024-08-26T19:46:36.087Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2482 | 2024-08-26T19:46:38.020Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2483 | 2024-08-26T19:46:38.587Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2484 | 2024-08-26T19:46:39.508Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2485 | 2024-08-26T19:46:42.934Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2486 | 2024-08-26T19:46:44.023Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2487 | 2024-08-26T19:46:52.754Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2488 | 2024-08-26T19:46:53.942Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2489 | 2024-08-26T19:47:00.692Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2490 | 2024-08-26T19:47:31.768Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2491 | 2024-08-26T19:47:32.278Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2492 | 2024-08-26T19:47:38.793Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2493 | 2024-08-26T19:47:43.810Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2494 | 2024-08-26T19:47:46.902Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2495 | 2024-08-26T19:47:56.444Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2496 | 2024-08-26T19:47:59.309Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2497 | 2024-08-26T19:48:02.787Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2498 | 2024-08-26T19:48:10.617Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2499 | 2024-08-26T19:48:12.086Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2500 | 2024-08-26T19:48:14.492Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2501 | 2024-08-26T19:48:21.318Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2502 | 2024-08-26T19:48:23.346Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2503 | 2024-08-26T19:48:26.010Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2504 | 2024-08-26T19:48:26.205Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2505 | 2024-08-26T19:48:27.734Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2506 | 2024-08-26T19:48:34.677Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2507 | 2024-08-26T19:48:34.680Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2508 | 2024-08-26T19:48:53.661Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2509 | 2024-08-26T19:48:54.799Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2510 | 2024-08-26T19:49:05.496Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2511 | 2024-08-26T19:49:06.721Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2512 | 2024-08-26T19:49:16.641Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2513 | 2024-08-26T19:49:16.830Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2514 | 2024-08-26T19:49:23.334Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2515 | 2024-08-26T19:49:24.897Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2516 | 2024-08-26T19:49:28.053Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2517 | 2024-08-26T19:49:33.922Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2518 | 2024-08-26T19:49:34.064Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2519 | 2024-08-26T19:49:34.800Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2520 | 2024-08-26T19:49:41.883Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2521 | 2024-08-26T19:49:50.482Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2522 | 2024-08-26T19:49:53.182Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2523 | 2024-08-26T19:49:56.470Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2524 | 2024-08-26T19:50:04.751Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2525 | 2024-08-26T19:50:06.946Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2526 | 2024-08-26T19:50:07.599Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2527 | 2024-08-26T19:50:20.628Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2528 | 2024-08-26T19:50:20.676Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2529 | 2024-08-26T19:50:22.050Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2530 | 2024-08-26T19:50:30.073Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2531 | 2024-08-26T19:50:31.420Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2532 | 2024-08-26T19:50:35.653Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2533 | 2024-08-26T19:50:38.391Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2534 | 2024-08-26T19:50:39.593Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2535 | 2024-08-26T19:50:44.201Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2536 | 2024-08-26T19:50:45.128Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2537 | 2024-08-26T19:50:46.031Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2538 | 2024-08-26T19:50:48.830Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2539 | 2024-08-26T19:50:50.303Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2540 | 2024-08-26T19:50:57.351Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2541 | 2024-08-26T19:50:57.366Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2542 | 2024-08-26T19:51:02.812Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2543 | 2024-08-26T19:51:03.342Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2544 | 2024-08-26T19:51:03.714Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2545 | 2024-08-26T19:51:05.473Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2546 | 2024-08-26T19:51:09.458Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2547 | 2024-08-26T19:51:10.497Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2548 | 2024-08-26T19:51:14.322Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2549 | 2024-08-26T19:51:16.855Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2550 | 2024-08-26T19:51:20.717Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2551 | 2024-08-26T19:51:21.003Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2552 | 2024-08-26T19:51:23.460Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2553 | 2024-08-26T19:51:24.629Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2554 | 2024-08-26T19:51:28.826Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2555 | 2024-08-26T19:51:29.120Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2556 | 2024-08-26T19:51:31.643Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2557 | 2024-08-26T19:51:35.528Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2558 | 2024-08-26T19:51:36.209Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2559 | 2024-08-26T19:51:39.838Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2560 | 2024-08-26T19:51:43.546Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2561 | 2024-08-26T19:51:47.610Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2562 | 2024-08-26T19:51:47.737Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2563 | 2024-08-26T19:51:48.129Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2564 | 2024-08-26T19:51:48.813Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2565 | 2024-08-26T19:51:52.591Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2566 | 2024-08-26T19:51:54.152Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2567 | 2024-08-26T19:51:55.575Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2568 | 2024-08-26T19:51:58.140Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2569 | 2024-08-26T19:51:59.254Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2570 | 2024-08-26T19:52:00.181Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2571 | 2024-08-26T19:52:04.522Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2572 | 2024-08-26T19:52:04.765Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2573 | 2024-08-26T19:52:06.034Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2574 | 2024-08-26T19:52:07.267Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2575 | 2024-08-26T19:52:10.815Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2576 | 2024-08-26T19:52:12.392Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2577 | 2024-08-26T19:52:13.502Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2578 | 2024-08-26T19:52:14.694Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2579 | 2024-08-26T19:52:15.882Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2580 | 2024-08-26T19:52:15.930Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2581 | 2024-08-26T19:52:17.080Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2582 | 2024-08-26T19:52:17.646Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2583 | 2024-08-26T19:52:18.839Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2584 | 2024-08-26T19:52:19.311Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2585 | 2024-08-26T19:52:19.602Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2586 | 2024-08-26T19:52:21.548Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2587 | 2024-08-26T19:52:25.089Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2588 | 2024-08-26T19:52:52.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 59s |
2589 | 2024-08-26T19:52:52.757Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 123 other files |
2590 | 2024-08-26T19:52:52.818Z | |
2591 | 2024-08-26T19:52:52.821Z | real 6:59.764437567 |
2592 | 2024-08-26T19:52:52.821Z | user 21:09.606833569 |
2593 | 2024-08-26T19:52:52.821Z | sys 31:10.674146203 |
2594 | 2024-08-26T19:52:52.822Z | trap 0.356300218 |
2595 | 2024-08-26T19:52:52.822Z | tflt 0.398608811 |
2596 | 2024-08-26T19:52:52.822Z | dflt 0.178780920 |
2597 | 2024-08-26T19:52:52.822Z | kflt 0.000004701 |
2598 | 2024-08-26T19:52:52.822Z | lock 1:08:19.643446933 |
2599 | 2024-08-26T19:52:52.822Z | slp 1:58:47.451946335 |
2600 | 2024-08-26T19:52:52.822Z | lat 1:07.287593317 |
2601 | 2024-08-26T19:52:52.822Z | stop 58.315690240 |
2602 | 2024-08-26T19:52:52.822Z | process exited: duration 1043157 ms, exit code 0 |
|
2603 | 2024-08-26T19:52:52.829Z | found 0 output files |