|
|
|
1 | 2024-10-23T18:35:39.326Z | job assigned to worker 01JAXAHW2ZAY0VG3Q238E1JRTP (queued for 1 m 0 s) |
|
2 | 2024-10-23T18:35:46.929Z | starting task 0: "setup" |
3 | 2024-10-23T18:35:46.935Z | ++ uname -s |
4 | 2024-10-23T18:35:46.940Z | + kern=SunOS |
5 | 2024-10-23T18:35:46.940Z | + case "$kern" in |
6 | 2024-10-23T18:35:46.940Z | + groupadd -g 12345 build |
7 | 2024-10-23T18:35:46.940Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-23T18:35:48.950Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-23T18:35:49.024Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-23T18:35:49.027Z | + home_fs=zfs |
11 | 2024-10-23T18:35:49.027Z | + [[ zfs == autofs ]] |
12 | 2024-10-23T18:35:49.027Z | + mkdir -p /home/build |
13 | 2024-10-23T18:35:49.030Z | + chown build:build /home/build /work |
14 | 2024-10-23T18:35:51.031Z | + chmod 0700 /home/build /work |
15 | 2024-10-23T18:35:51.034Z | process exited: duration 4109 ms, exit code 0 |
|
16 | 2024-10-23T18:35:51.039Z | starting task 1: "rust-toolchain" |
17 | 2024-10-23T18:35:51.044Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-23T18:35:51.045Z | ' 1.80.1 |
19 | 2024-10-23T18:35:51.045Z | + printf ' * toolchain profile = "%s" |
20 | 2024-10-23T18:35:51.045Z | ' default |
21 | 2024-10-23T18:35:51.045Z | * toolchain channel = "1.80.1" |
22 | 2024-10-23T18:35:51.048Z | * toolchain profile = "default" |
23 | 2024-10-23T18:35:51.048Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-23T18:35:51.048Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-23T18:35:51.163Z | info: downloading installer |
26 | 2024-10-23T18:35:52.308Z | info: profile set to 'default' |
27 | 2024-10-23T18:35:52.308Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-23T18:35:52.311Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-23T18:35:52.439Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-23T18:35:52.439Z | info: downloading component 'cargo' |
31 | 2024-10-23T18:35:53.152Z | info: downloading component 'clippy' |
32 | 2024-10-23T18:35:53.387Z | info: downloading component 'rust-docs' |
33 | 2024-10-23T18:35:54.312Z | info: downloading component 'rust-std' |
34 | 2024-10-23T18:35:55.619Z | info: downloading component 'rustc' |
35 | 2024-10-23T18:35:59.348Z | info: downloading component 'rustfmt' |
36 | 2024-10-23T18:35:59.569Z | info: installing component 'cargo' |
37 | 2024-10-23T18:36:00.388Z | info: installing component 'clippy' |
38 | 2024-10-23T18:36:00.758Z | info: installing component 'rust-docs' |
39 | 2024-10-23T18:36:02.333Z | info: installing component 'rust-std' |
40 | 2024-10-23T18:36:04.058Z | info: installing component 'rustc' |
41 | 2024-10-23T18:36:08.135Z | info: installing component 'rustfmt' |
42 | 2024-10-23T18:36:08.473Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-23T18:36:08.474Z | |
44 | 2024-10-23T18:36:08.726Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-23T18:36:08.726Z | |
46 | 2024-10-23T18:36:08.729Z | |
47 | 2024-10-23T18:36:08.729Z | Rust is installed now. Great! |
48 | 2024-10-23T18:36:08.729Z | |
49 | 2024-10-23T18:36:08.729Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-23T18:36:08.729Z | environment variable. This has not been done automatically. |
51 | 2024-10-23T18:36:08.729Z | |
52 | 2024-10-23T18:36:08.729Z | To configure your current shell, you need to source |
53 | 2024-10-23T18:36:08.729Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-23T18:36:08.729Z | |
55 | 2024-10-23T18:36:08.729Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-23T18:36:08.729Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-23T18:36:08.729Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-23T18:36:08.778Z | + rustc --version |
59 | 2024-10-23T18:36:08.841Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-23T18:36:08.844Z | process exited: duration 17801 ms, exit code 0 |
|
61 | 2024-10-23T18:36:08.852Z | starting task 2: "authentication" |
62 | 2024-10-23T18:36:08.872Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-10-23T18:36:08.882Z | starting task 3: "clone repository" |
64 | 2024-10-23T18:36:08.885Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-23T18:36:08.887Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-23T18:36:08.934Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-23T18:36:15.574Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-23T18:36:15.574Z | + git fetch origin c6035fdd788766e6762799aa812d9ac1eab02be6 |
69 | 2024-10-23T18:36:15.894Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-23T18:36:15.896Z | * branch c6035fdd788766e6762799aa812d9ac1eab02be6 -> FETCH_HEAD |
71 | 2024-10-23T18:36:15.903Z | + [[ -n eliza/instance-mangling ]] |
72 | 2024-10-23T18:36:15.905Z | ++ git branch --show-current |
73 | 2024-10-23T18:36:15.908Z | + current=main |
74 | 2024-10-23T18:36:15.908Z | + [[ main != eliza/instance-mangling ]] |
75 | 2024-10-23T18:36:15.908Z | + git branch -f eliza/instance-mangling c6035fdd788766e6762799aa812d9ac1eab02be6 |
76 | 2024-10-23T18:36:15.910Z | + git checkout -f eliza/instance-mangling |
77 | 2024-10-23T18:36:16.072Z | Switched to branch 'eliza/instance-mangling' |
78 | 2024-10-23T18:36:16.076Z | + git reset --hard c6035fdd788766e6762799aa812d9ac1eab02be6 |
79 | 2024-10-23T18:36:16.087Z | HEAD is now at c6035fdd7 fix helios tests now that `put_state` is not async |
80 | 2024-10-23T18:36:16.089Z | process exited: duration 7206 ms, exit code 0 |
|
81 | 2024-10-23T18:36:16.095Z | starting task 4: "build" |
82 | 2024-10-23T18:36:16.101Z | + source ./env.sh |
83 | 2024-10-23T18:36:16.101Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-10-23T18:36:16.101Z | ++ set -o xtrace |
85 | 2024-10-23T18:36:16.104Z | ++++ dirname ./env.sh |
86 | 2024-10-23T18:36:16.106Z | +++ readlink -f . |
87 | 2024-10-23T18:36:16.109Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-10-23T18:36:16.112Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-10-23T18:36:16.112Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-10-23T18:36:16.112Z | ++ 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 |
91 | 2024-10-23T18:36:16.112Z | ++ 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 |
92 | 2024-10-23T18:36:16.112Z | ++ 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 |
93 | 2024-10-23T18:36:16.112Z | ++ 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 |
94 | 2024-10-23T18:36:16.112Z | ++ 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 |
95 | 2024-10-23T18:36:16.112Z | ++ 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 |
96 | 2024-10-23T18:36:16.112Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-10-23T18:36:16.112Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-10-23T18:36:16.112Z | + source .github/buildomat/ci-env.sh |
99 | 2024-10-23T18:36:16.112Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-10-23T18:36:16.113Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-10-23T18:36:16.113Z | + cargo --version |
102 | 2024-10-23T18:36:16.163Z | cargo 1.80.1 (376290515 2024-07-16) |
103 | 2024-10-23T18:36:16.166Z | + rustc --version |
104 | 2024-10-23T18:36:16.222Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
105 | 2024-10-23T18:36:16.227Z | + banner prerequisites |
106 | 2024-10-23T18:36:16.230Z | |
107 | 2024-10-23T18:36:16.231Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-10-23T18:36:16.231Z | # # # # # # # # # # # # # # # |
109 | 2024-10-23T18:36:16.231Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-10-23T18:36:16.231Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-10-23T18:36:16.231Z | # # # # # # # # # # # # # # # |
112 | 2024-10-23T18:36:16.231Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-10-23T18:36:16.231Z | |
114 | 2024-10-23T18:36:16.231Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-10-23T18:36:24.635Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-10-23T18:36:27.825Z | Startup: Caching catalogs ... Done |
117 | 2024-10-23T18:36:34.063Z | Planning: Solver setup ... Done (5.542s) |
118 | 2024-10-23T18:36:34.148Z | Planning: Running solver ... Done (0.085s) |
119 | 2024-10-23T18:36:34.227Z | Planning: Finding local manifests ... Done (0.004s) |
120 | 2024-10-23T18:36:34.261Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-10-23T18:36:34.924Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-10-23T18:36:35.162Z | Planning: Package planning ... Done (0.238s) |
123 | 2024-10-23T18:36:35.218Z | Planning: Merging actions ... Done (0.056s) |
124 | 2024-10-23T18:36:35.417Z | Planning: Checking for conflicting actions ... Done (0.198s) |
125 | 2024-10-23T18:36:37.649Z | Planning: Consolidating action changes ... Done (2.231s) |
126 | 2024-10-23T18:36:38.088Z | Planning: Evaluating mediators ... Done (0.439s) |
127 | 2024-10-23T18:36:38.165Z | Planning: Planning completed in 10.25 seconds |
128 | 2024-10-23T18:36:38.181Z | Packages to install: 4 |
129 | 2024-10-23T18:36:38.181Z | Packages to update: 1 |
130 | 2024-10-23T18:36:38.183Z | Mediators to change: 2 |
131 | 2024-10-23T18:36:38.183Z | Services to change: 1 |
132 | 2024-10-23T18:36:38.183Z | Estimated space available: 155.71 GB |
133 | 2024-10-23T18:36:38.183Z | Estimated space to be consumed: 1.58 GB |
134 | 2024-10-23T18:36:38.183Z | Create boot environment: No |
135 | 2024-10-23T18:36:38.183Z | Create backup boot environment: Yes |
136 | 2024-10-23T18:36:38.183Z | Rebuild boot archive: No |
137 | 2024-10-23T18:36:38.183Z | |
138 | 2024-10-23T18:36:38.183Z | Changed mediators: |
139 | 2024-10-23T18:36:38.183Z | mediator clang: |
140 | 2024-10-23T18:36:38.183Z | version: None -> 15 (system default) |
141 | 2024-10-23T18:36:38.184Z | |
142 | 2024-10-23T18:36:38.184Z | mediator llvm: |
143 | 2024-10-23T18:36:38.184Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-10-23T18:36:38.184Z | |
145 | 2024-10-23T18:36:38.184Z | Changed packages: |
146 | 2024-10-23T18:36:38.184Z | helios-dev |
147 | 2024-10-23T18:36:38.184Z | developer/build-essential |
148 | 2024-10-23T18:36:38.184Z | None -> 11-2.0 |
149 | 2024-10-23T18:36:38.184Z | library/libxmlsec1 |
150 | 2024-10-23T18:36:38.184Z | None -> 1.2.35-2.0 |
151 | 2024-10-23T18:36:38.184Z | ooce/developer/clang-15 |
152 | 2024-10-23T18:36:38.184Z | None -> 15.0.7-2.0 |
153 | 2024-10-23T18:36:38.184Z | ooce/developer/llvm-15 |
154 | 2024-10-23T18:36:38.184Z | None -> 15.0.7-2.0 |
155 | 2024-10-23T18:36:38.184Z | package/pkg |
156 | 2024-10-23T18:36:38.184Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-10-23T18:36:38.184Z | |
158 | 2024-10-23T18:36:38.184Z | Services: |
159 | 2024-10-23T18:36:38.184Z | restart_fmri: |
160 | 2024-10-23T18:36:38.185Z | svc:/system/update-man-index:default |
161 | 2024-10-23T18:36:38.185Z | |
162 | 2024-10-23T18:36:38.185Z | Editable files to change: |
163 | 2024-10-23T18:36:38.185Z | Update: |
164 | 2024-10-23T18:36:38.185Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-10-23T18:36:38.266Z | |
166 | 2024-10-23T18:36:38.266Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-10-23T18:36:43.638Z | Download: 1197/4281 items 53.7/220.6MB 24% complete (11.9M/s) |
168 | 2024-10-23T18:36:48.638Z | Download: 2832/4281 items 121.1/220.6MB 54% complete (12.1M/s) |
169 | 2024-10-23T18:36:53.931Z | Download: 4202/4281 items 220.5/220.6MB 99% complete (16.8M/s) |
170 | 2024-10-23T18:36:54.459Z | Download: Completed 220.60 MB in 16.19 seconds (13.6M/s) |
171 | 2024-10-23T18:36:56.486Z | Actions: 1/5063 actions (Removing old actions) |
172 | 2024-10-23T18:36:56.506Z | Actions: 194/5063 actions (Installing new actions) |
173 | 2024-10-23T18:37:01.214Z | Actions: 4226/5063 actions (Updating modified actions) |
174 | 2024-10-23T18:37:01.546Z | Actions: Completed 5063 actions in 5.05 seconds. |
175 | 2024-10-23T18:37:01.905Z | Done (0.354s) |
176 | 2024-10-23T18:37:01.908Z | Done (0.000s) |
177 | 2024-10-23T18:37:02.400Z | Done (0.495s) |
178 | 2024-10-23T18:37:06.938Z | Done (4.341s) |
179 | 2024-10-23T18:37:07.024Z | Done (0.020s) |
180 | 2024-10-23T18:37:07.027Z | Done (0.000s) |
181 | 2024-10-23T18:37:07.178Z | Done (0.000s) |
182 | 2024-10-23T18:37:07.823Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-10-23T18:37:07.985Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-10-23T18:37:07.988Z | Planning: Consolidating action changes ... Done |
185 | 2024-10-23T18:37:08.250Z | Planning: Evaluating mediators ... Done |
186 | 2024-10-23T18:37:08.254Z | Planning: Planning completed in 0.42 seconds |
187 | 2024-10-23T18:37:08.292Z | Mediators to change: 2 |
188 | 2024-10-23T18:37:08.297Z | Create boot environment: No |
189 | 2024-10-23T18:37:08.297Z | Create backup boot environment: No |
190 | 2024-10-23T18:37:08.391Z | Done |
191 | 2024-10-23T18:37:08.391Z | Done |
192 | 2024-10-23T18:37:08.724Z | Done |
193 | 2024-10-23T18:37:12.190Z | Done |
194 | 2024-10-23T18:37:12.278Z | Done |
195 | 2024-10-23T18:37:12.281Z | Done |
196 | 2024-10-23T18:37:12.382Z | Done |
197 | 2024-10-23T18:37:12.975Z | Planning: Evaluating mediator changes ... Done |
198 | 2024-10-23T18:37:12.978Z | Planning: Merging actions ... Done |
199 | 2024-10-23T18:37:13.166Z | Planning: Checking for conflicting actions ... Done |
200 | 2024-10-23T18:37:13.169Z | Planning: Consolidating action changes ... Done |
201 | 2024-10-23T18:37:13.423Z | Planning: Evaluating mediators ... Done |
202 | 2024-10-23T18:37:13.476Z | Planning: Planning completed in 0.74 seconds |
203 | 2024-10-23T18:37:13.517Z | Packages to change: 1 |
204 | 2024-10-23T18:37:13.517Z | Mediators to change: 1 |
205 | 2024-10-23T18:37:13.517Z | Services to change: 1 |
206 | 2024-10-23T18:37:13.519Z | Create boot environment: No |
207 | 2024-10-23T18:37:13.519Z | Create backup boot environment: Yes |
208 | 2024-10-23T18:37:15.428Z | Actions: 1/6 actions (Updating modified actions) |
209 | 2024-10-23T18:37:15.431Z | Actions: Completed 6 actions in 0.00 seconds. |
210 | 2024-10-23T18:37:15.431Z | Done |
211 | 2024-10-23T18:37:15.431Z | Done |
212 | 2024-10-23T18:37:15.531Z | Done |
213 | 2024-10-23T18:37:18.986Z | Done |
214 | 2024-10-23T18:37:19.077Z | Done |
215 | 2024-10-23T18:37:19.080Z | Done |
216 | 2024-10-23T18:37:19.191Z | Done |
217 | 2024-10-23T18:37:19.613Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
218 | 2024-10-23T18:37:19.613Z | clang system 15 system |
219 | 2024-10-23T18:37:19.613Z | csh system system illumos |
220 | 2024-10-23T18:37:19.613Z | ctags system system illumos |
221 | 2024-10-23T18:37:19.613Z | gcc vendor 12 vendor |
222 | 2024-10-23T18:37:19.613Z | gcc system 10 system |
223 | 2024-10-23T18:37:19.613Z | gcc system 7 system |
224 | 2024-10-23T18:37:19.613Z | go system 1.20 system |
225 | 2024-10-23T18:37:19.613Z | go system 1.19 system |
226 | 2024-10-23T18:37:19.613Z | llvm system 15 system |
227 | 2024-10-23T18:37:19.613Z | llvm system 14 system |
228 | 2024-10-23T18:37:19.613Z | mariadb system 10.6 system |
229 | 2024-10-23T18:37:19.613Z | mta vendor vendor dma |
230 | 2024-10-23T18:37:19.613Z | openjdk system 17 system |
231 | 2024-10-23T18:37:19.613Z | openjdk system 11 system |
232 | 2024-10-23T18:37:19.613Z | openjdk system 1.8 system |
233 | 2024-10-23T18:37:19.613Z | openssl vendor 3 vendor |
234 | 2024-10-23T18:37:19.613Z | perl system 5.36 system |
235 | 2024-10-23T18:37:19.613Z | postgresql system 15 system |
236 | 2024-10-23T18:37:19.613Z | postgresql system 13 system |
237 | 2024-10-23T18:37:19.613Z | python vendor 3 vendor |
238 | 2024-10-23T18:37:19.614Z | python system 2 system |
239 | 2024-10-23T18:37:19.614Z | python3 system 3.11 system |
240 | 2024-10-23T18:37:19.614Z | ruby system 3.0 system |
241 | 2024-10-23T18:37:19.614Z | words vendor vendor american-english |
242 | 2024-10-23T18:37:19.614Z | words system system australian-english |
243 | 2024-10-23T18:37:19.614Z | words system system british-english |
244 | 2024-10-23T18:37:19.614Z | words system system canadian-english |
245 | 2024-10-23T18:37:19.614Z | words system system french |
246 | 2024-10-23T18:37:19.614Z | words system system italian |
247 | 2024-10-23T18:37:19.614Z | words system system ngerman |
248 | 2024-10-23T18:37:19.614Z | words system system ogerman |
249 | 2024-10-23T18:37:19.614Z | words system system spanish |
250 | 2024-10-23T18:37:19.936Z | PUBLISHER TYPE STATUS P LOCATION |
251 | 2024-10-23T18:37:19.936Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
252 | 2024-10-23T18:37:22.249Z | FMRI IFO |
253 | 2024-10-23T18:37:22.249Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
254 | 2024-10-23T18:37:22.249Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
255 | 2024-10-23T18:37:22.249Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
256 | 2024-10-23T18:37:22.249Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
257 | 2024-10-23T18:37:22.249Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
258 | 2024-10-23T18:37:22.249Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
259 | 2024-10-23T18:37:22.249Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
260 | 2024-10-23T18:37:22.249Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
261 | 2024-10-23T18:37:22.249Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
262 | 2024-10-23T18:37:22.249Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
263 | 2024-10-23T18:37:22.249Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
264 | 2024-10-23T18:37:22.249Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
265 | 2024-10-23T18:37:22.249Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
266 | 2024-10-23T18:37:22.249Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
267 | 2024-10-23T18:37:22.249Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
268 | 2024-10-23T18:37:22.925Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
269 | 2024-10-23T18:37:23.283Z | Updating crates.io index |
270 | 2024-10-23T18:37:23.286Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
271 | 2024-10-23T18:37:24.189Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
272 | 2024-10-23T18:37:24.505Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
273 | 2024-10-23T18:37:24.738Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
274 | 2024-10-23T18:37:25.033Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
275 | 2024-10-23T18:37:25.854Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
276 | 2024-10-23T18:37:28.146Z | Updating git repository `https://github.com/oxidecomputer/opte` |
277 | 2024-10-23T18:37:29.117Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
278 | 2024-10-23T18:37:29.890Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
279 | 2024-10-23T18:37:30.178Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
280 | 2024-10-23T18:37:30.507Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
281 | 2024-10-23T18:37:31.021Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
282 | 2024-10-23T18:37:31.349Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
283 | 2024-10-23T18:37:31.827Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
284 | 2024-10-23T18:37:32.144Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
285 | 2024-10-23T18:37:32.415Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
286 | 2024-10-23T18:37:32.694Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
287 | 2024-10-23T18:37:33.128Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
288 | 2024-10-23T18:37:33.411Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
289 | 2024-10-23T18:37:33.704Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
290 | 2024-10-23T18:37:34.004Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
291 | 2024-10-23T18:37:34.491Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
292 | 2024-10-23T18:37:34.846Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
293 | 2024-10-23T18:37:35.263Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
294 | 2024-10-23T18:37:35.622Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
295 | 2024-10-23T18:37:36.024Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
296 | 2024-10-23T18:37:36.258Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
297 | 2024-10-23T18:37:37.527Z | Downloading crates ... |
298 | 2024-10-23T18:37:37.595Z | Downloaded autocfg v1.4.0 |
299 | 2024-10-23T18:37:37.598Z | Downloaded anstyle v1.0.8 |
300 | 2024-10-23T18:37:37.601Z | Downloaded cargo_metadata v0.18.1 |
301 | 2024-10-23T18:37:37.604Z | Downloaded camino-tempfile v1.1.1 |
302 | 2024-10-23T18:37:37.616Z | Downloaded usdt-macro v0.5.0 |
303 | 2024-10-23T18:37:37.618Z | Downloaded swrite v0.1.0 |
304 | 2024-10-23T18:37:37.621Z | Downloaded fnv v1.0.7 |
305 | 2024-10-23T18:37:37.624Z | Downloaded bytecount v0.6.8 |
306 | 2024-10-23T18:37:37.627Z | Downloaded cargo-platform v0.1.8 |
307 | 2024-10-23T18:37:37.627Z | Downloaded anstyle-parse v0.2.5 |
308 | 2024-10-23T18:37:37.629Z | Downloaded usdt-attr-macro v0.5.0 |
309 | 2024-10-23T18:37:37.633Z | Downloaded generic-array v0.14.7 |
310 | 2024-10-23T18:37:37.633Z | Downloaded clap_lex v0.7.2 |
311 | 2024-10-23T18:37:37.636Z | Downloaded tabled_derive v0.7.0 |
312 | 2024-10-23T18:37:37.636Z | Downloaded plain v0.2.3 |
313 | 2024-10-23T18:37:37.638Z | Downloaded is_terminal_polyfill v1.70.1 |
314 | 2024-10-23T18:37:37.641Z | Downloaded serde_tokenstream v0.2.2 |
315 | 2024-10-23T18:37:37.641Z | Downloaded digest v0.10.7 |
316 | 2024-10-23T18:37:37.643Z | Downloaded thread-id v4.2.2 |
317 | 2024-10-23T18:37:37.643Z | Downloaded errno v0.3.9 |
318 | 2024-10-23T18:37:37.646Z | Downloaded cfg-if v1.0.0 |
319 | 2024-10-23T18:37:37.646Z | Downloaded thiserror v1.0.64 |
320 | 2024-10-23T18:37:37.650Z | Downloaded toml_datetime v0.6.8 |
321 | 2024-10-23T18:37:37.652Z | Downloaded heck v0.5.0 |
322 | 2024-10-23T18:37:37.655Z | Downloaded block-buffer v0.10.4 |
323 | 2024-10-23T18:37:37.657Z | Downloaded version_check v0.9.5 |
324 | 2024-10-23T18:37:37.657Z | Downloaded pest_generator v2.7.14 |
325 | 2024-10-23T18:37:37.660Z | Downloaded scroll_derive v0.12.0 |
326 | 2024-10-23T18:37:37.660Z | Downloaded once_cell v1.20.2 |
327 | 2024-10-23T18:37:37.663Z | Downloaded dtrace-parser v0.2.0 |
328 | 2024-10-23T18:37:37.663Z | Downloaded cpufeatures v0.2.14 |
329 | 2024-10-23T18:37:37.665Z | Downloaded anstyle-query v1.1.1 |
330 | 2024-10-23T18:37:37.666Z | Downloaded macaddr v1.0.1 |
331 | 2024-10-23T18:37:37.668Z | Downloaded anstream v0.6.15 |
332 | 2024-10-23T18:37:37.668Z | Downloaded smawk v0.3.2 |
333 | 2024-10-23T18:37:37.671Z | Downloaded proc-macro-error v1.0.4 |
334 | 2024-10-23T18:37:37.674Z | Downloaded bitflags v2.6.0 |
335 | 2024-10-23T18:37:37.679Z | Downloaded equivalent v1.0.1 |
336 | 2024-10-23T18:37:37.683Z | Downloaded pretty-hex v0.4.1 |
337 | 2024-10-23T18:37:37.688Z | Downloaded camino v1.1.9 |
338 | 2024-10-23T18:37:37.696Z | Downloaded typenum v1.17.0 |
339 | 2024-10-23T18:37:37.699Z | Downloaded unicode-ident v1.0.13 |
340 | 2024-10-23T18:37:37.701Z | Downloaded byteorder v1.5.0 |
341 | 2024-10-23T18:37:37.704Z | Downloaded anyhow v1.0.89 |
342 | 2024-10-23T18:37:37.706Z | Downloaded zerocopy-derive v0.7.35 |
343 | 2024-10-23T18:37:37.710Z | Downloaded memmap v0.7.0 |
344 | 2024-10-23T18:37:37.713Z | Downloaded itoa v1.0.11 |
345 | 2024-10-23T18:37:37.713Z | Downloaded fs-err v2.11.0 |
346 | 2024-10-23T18:37:37.715Z | Downloaded fastrand v2.1.1 |
347 | 2024-10-23T18:37:37.718Z | Downloaded dof v0.3.0 |
348 | 2024-10-23T18:37:37.718Z | Downloaded heck v0.4.1 |
349 | 2024-10-23T18:37:37.718Z | Downloaded crypto-common v0.1.6 |
350 | 2024-10-23T18:37:37.722Z | Downloaded colorchoice v1.0.2 |
351 | 2024-10-23T18:37:37.725Z | Downloaded thiserror-impl v1.0.64 |
352 | 2024-10-23T18:37:37.728Z | Downloaded proc-macro-error-attr v1.0.4 |
353 | 2024-10-23T18:37:37.731Z | Downloaded utf8parse v0.2.2 |
354 | 2024-10-23T18:37:37.731Z | Downloaded ryu v1.0.18 |
355 | 2024-10-23T18:37:37.733Z | Downloaded usdt v0.5.0 |
356 | 2024-10-23T18:37:37.736Z | Downloaded unicode-linebreak v0.1.5 |
357 | 2024-10-23T18:37:37.736Z | Downloaded strsim v0.11.1 |
358 | 2024-10-23T18:37:37.738Z | Downloaded serde_spanned v0.6.8 |
359 | 2024-10-23T18:37:37.741Z | Downloaded usdt-impl v0.5.0 |
360 | 2024-10-23T18:37:37.743Z | Downloaded proc-macro2 v1.0.87 |
361 | 2024-10-23T18:37:37.748Z | Downloaded clap_derive v4.5.18 |
362 | 2024-10-23T18:37:37.757Z | Downloaded tempfile v3.13.0 |
363 | 2024-10-23T18:37:37.759Z | Downloaded terminal_size v0.4.0 |
364 | 2024-10-23T18:37:37.762Z | Downloaded semver v1.0.23 |
365 | 2024-10-23T18:37:37.765Z | Downloaded scroll v0.12.0 |
366 | 2024-10-23T18:37:37.765Z | Downloaded pest_meta v2.7.14 |
367 | 2024-10-23T18:37:37.767Z | Downloaded pest_derive v2.7.14 |
368 | 2024-10-23T18:37:37.770Z | Downloaded sha2 v0.10.8 |
369 | 2024-10-23T18:37:37.773Z | Downloaded clap v4.5.20 |
370 | 2024-10-23T18:37:37.782Z | Downloaded ucd-trie v0.1.7 |
371 | 2024-10-23T18:37:37.785Z | Downloaded quote v1.0.37 |
372 | 2024-10-23T18:37:37.787Z | Downloaded log v0.4.22 |
373 | 2024-10-23T18:37:37.790Z | Downloaded cargo_toml v0.20.5 |
374 | 2024-10-23T18:37:37.790Z | Downloaded serde_derive v1.0.210 |
375 | 2024-10-23T18:37:37.792Z | Downloaded textwrap v0.16.1 |
376 | 2024-10-23T18:37:37.798Z | Downloaded serde v1.0.210 |
377 | 2024-10-23T18:37:37.806Z | Downloaded toml v0.8.19 |
378 | 2024-10-23T18:37:37.812Z | Downloaded papergrid v0.11.0 |
379 | 2024-10-23T18:37:37.823Z | Downloaded indexmap v2.6.0 |
380 | 2024-10-23T18:37:37.831Z | Downloaded memchr v2.7.4 |
381 | 2024-10-23T18:37:37.841Z | Downloaded pest v2.7.14 |
382 | 2024-10-23T18:37:37.848Z | Downloaded hashbrown v0.15.0 |
383 | 2024-10-23T18:37:37.853Z | Downloaded zerocopy v0.7.35 |
384 | 2024-10-23T18:37:37.867Z | Downloaded toml_edit v0.22.22 |
385 | 2024-10-23T18:37:37.888Z | Downloaded serde_json v1.0.128 |
386 | 2024-10-23T18:37:37.894Z | Downloaded clap_builder v4.5.20 |
387 | 2024-10-23T18:37:37.900Z | Downloaded winnow v0.6.20 |
388 | 2024-10-23T18:37:37.908Z | Downloaded goblin v0.8.2 |
389 | 2024-10-23T18:37:37.914Z | Downloaded tabled v0.15.0 |
390 | 2024-10-23T18:37:37.929Z | Downloaded unicode-width v0.1.14 |
391 | 2024-10-23T18:37:37.934Z | Downloaded syn v1.0.109 |
392 | 2024-10-23T18:37:37.943Z | Downloaded rustix v0.38.37 |
393 | 2024-10-23T18:37:37.965Z | Downloaded syn v2.0.79 |
394 | 2024-10-23T18:37:37.974Z | Downloaded libc v0.2.161 |
395 | 2024-10-23T18:37:38.271Z | Compiling proc-macro2 v1.0.87 |
396 | 2024-10-23T18:37:38.271Z | Compiling unicode-ident v1.0.13 |
397 | 2024-10-23T18:37:38.274Z | Compiling version_check v0.9.5 |
398 | 2024-10-23T18:37:38.274Z | Compiling serde v1.0.210 |
399 | 2024-10-23T18:37:38.274Z | Compiling memchr v2.7.4 |
400 | 2024-10-23T18:37:38.274Z | Compiling thiserror v1.0.64 |
401 | 2024-10-23T18:37:38.274Z | Compiling libc v0.2.161 |
402 | 2024-10-23T18:37:38.305Z | Compiling ucd-trie v0.1.7 |
403 | 2024-10-23T18:37:38.516Z | Compiling itoa v1.0.11 |
404 | 2024-10-23T18:37:38.754Z | Compiling ryu v1.0.18 |
405 | 2024-10-23T18:37:39.049Z | Compiling once_cell v1.20.2 |
406 | 2024-10-23T18:37:39.101Z | Compiling byteorder v1.5.0 |
407 | 2024-10-23T18:37:39.171Z | Compiling rustix v0.38.37 |
408 | 2024-10-23T18:37:39.174Z | Compiling serde_json v1.0.128 |
409 | 2024-10-23T18:37:39.615Z | Compiling bitflags v2.6.0 |
410 | 2024-10-23T18:37:39.639Z | Compiling usdt-impl v0.5.0 |
411 | 2024-10-23T18:37:39.958Z | Compiling proc-macro-error-attr v1.0.4 |
412 | 2024-10-23T18:37:39.985Z | Compiling quote v1.0.37 |
413 | 2024-10-23T18:37:40.070Z | Compiling syn v1.0.109 |
414 | 2024-10-23T18:37:40.156Z | Compiling proc-macro-error v1.0.4 |
415 | 2024-10-23T18:37:40.293Z | Compiling hashbrown v0.15.0 |
416 | 2024-10-23T18:37:40.323Z | Compiling log v0.4.22 |
417 | 2024-10-23T18:37:40.509Z | Compiling errno v0.3.9 |
418 | 2024-10-23T18:37:40.594Z | Compiling syn v2.0.79 |
419 | 2024-10-23T18:37:40.826Z | Compiling equivalent v1.0.1 |
420 | 2024-10-23T18:37:40.868Z | Compiling plain v0.2.3 |
421 | 2024-10-23T18:37:40.894Z | Compiling camino v1.1.9 |
422 | 2024-10-23T18:37:40.942Z | Compiling utf8parse v0.2.2 |
423 | 2024-10-23T18:37:41.105Z | Compiling anstyle-parse v0.2.5 |
424 | 2024-10-23T18:37:41.443Z | Compiling thread-id v4.2.2 |
425 | 2024-10-23T18:37:41.505Z | Compiling indexmap v2.6.0 |
426 | 2024-10-23T18:37:41.640Z | Compiling colorchoice v1.0.2 |
427 | 2024-10-23T18:37:41.688Z | Compiling winnow v0.6.20 |
428 | 2024-10-23T18:37:41.779Z | Compiling anstyle-query v1.1.1 |
429 | 2024-10-23T18:37:41.802Z | Compiling unicode-width v0.1.14 |
430 | 2024-10-23T18:37:41.918Z | Compiling semver v1.0.23 |
431 | 2024-10-23T18:37:41.942Z | Compiling is_terminal_polyfill v1.70.1 |
432 | 2024-10-23T18:37:42.074Z | Compiling pretty-hex v0.4.1 |
433 | 2024-10-23T18:37:42.301Z | Compiling anstyle v1.0.8 |
434 | 2024-10-23T18:37:42.326Z | Compiling autocfg v1.4.0 |
435 | 2024-10-23T18:37:42.665Z | Compiling anstream v0.6.15 |
436 | 2024-10-23T18:37:42.748Z | Compiling terminal_size v0.4.0 |
437 | 2024-10-23T18:37:42.953Z | Compiling fnv v1.0.7 |
438 | 2024-10-23T18:37:42.994Z | Compiling anyhow v1.0.89 |
439 | 2024-10-23T18:37:43.093Z | Compiling clap_lex v0.7.2 |
440 | 2024-10-23T18:37:43.396Z | Compiling heck v0.5.0 |
441 | 2024-10-23T18:37:43.446Z | Compiling fs-err v2.11.0 |
442 | 2024-10-23T18:37:43.520Z | Compiling bytecount v0.6.8 |
443 | 2024-10-23T18:37:43.598Z | Compiling cfg-if v1.0.0 |
444 | 2024-10-23T18:37:43.699Z | Compiling fastrand v2.1.1 |
445 | 2024-10-23T18:37:43.731Z | Compiling strsim v0.11.1 |
446 | 2024-10-23T18:37:43.754Z | Compiling heck v0.4.1 |
447 | 2024-10-23T18:37:44.064Z | Compiling clap_builder v4.5.20 |
448 | 2024-10-23T18:37:44.281Z | Compiling tempfile v3.13.0 |
449 | 2024-10-23T18:37:44.452Z | Compiling papergrid v0.11.0 |
450 | 2024-10-23T18:37:44.720Z | Compiling memmap v0.7.0 |
451 | 2024-10-23T18:37:44.840Z | Compiling unicode-linebreak v0.1.5 |
452 | 2024-10-23T18:37:45.088Z | Compiling smawk v0.3.2 |
453 | 2024-10-23T18:37:45.320Z | Compiling textwrap v0.16.1 |
454 | 2024-10-23T18:37:45.484Z | Compiling swrite v0.1.0 |
455 | 2024-10-23T18:37:46.661Z | Compiling tabled_derive v0.7.0 |
456 | 2024-10-23T18:37:48.453Z | Compiling tabled v0.15.0 |
457 | 2024-10-23T18:37:49.458Z | Compiling serde_derive v1.0.210 |
458 | 2024-10-23T18:37:49.458Z | Compiling thiserror-impl v1.0.64 |
459 | 2024-10-23T18:37:49.462Z | Compiling zerocopy-derive v0.7.35 |
460 | 2024-10-23T18:37:49.616Z | Compiling scroll_derive v0.12.0 |
461 | 2024-10-23T18:37:49.644Z | Compiling clap_derive v4.5.18 |
462 | 2024-10-23T18:37:50.973Z | Compiling scroll v0.12.0 |
463 | 2024-10-23T18:37:51.248Z | Compiling zerocopy v0.7.35 |
464 | 2024-10-23T18:37:51.689Z | Compiling goblin v0.8.2 |
465 | 2024-10-23T18:37:52.109Z | Compiling pest v2.7.14 |
466 | 2024-10-23T18:37:53.051Z | Compiling clap v4.5.20 |
467 | 2024-10-23T18:37:54.548Z | Compiling pest_meta v2.7.14 |
468 | 2024-10-23T18:37:55.250Z | Compiling pest_generator v2.7.14 |
469 | 2024-10-23T18:37:57.076Z | Compiling pest_derive v2.7.14 |
470 | 2024-10-23T18:37:57.779Z | Compiling dtrace-parser v0.2.0 |
471 | 2024-10-23T18:37:59.536Z | Compiling serde_tokenstream v0.2.2 |
472 | 2024-10-23T18:37:59.625Z | Compiling serde_spanned v0.6.8 |
473 | 2024-10-23T18:37:59.628Z | Compiling toml_datetime v0.6.8 |
474 | 2024-10-23T18:37:59.843Z | Compiling cargo-platform v0.1.8 |
475 | 2024-10-23T18:37:59.912Z | Compiling toml_edit v0.22.22 |
476 | 2024-10-23T18:38:00.151Z | Compiling macaddr v1.0.1 |
477 | 2024-10-23T18:38:00.420Z | Compiling camino-tempfile v1.1.1 |
478 | 2024-10-23T18:38:00.926Z | Compiling dof v0.3.0 |
479 | 2024-10-23T18:38:01.099Z | Compiling cargo_metadata v0.18.1 |
480 | 2024-10-23T18:38:02.591Z | Compiling usdt-attr-macro v0.5.0 |
481 | 2024-10-23T18:38:02.593Z | Compiling usdt-macro v0.5.0 |
482 | 2024-10-23T18:38:02.731Z | Compiling toml v0.8.19 |
483 | 2024-10-23T18:38:03.668Z | Compiling cargo_toml v0.20.5 |
484 | 2024-10-23T18:38:03.998Z | Compiling usdt v0.5.0 |
485 | 2024-10-23T18:38:07.146Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
486 | 2024-10-23T18:38:11.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.32s |
487 | 2024-10-23T18:38:11.288Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
488 | 2024-10-23T18:38:11.854Z | Downloading crates ... |
489 | 2024-10-23T18:38:11.984Z | Downloaded aead v0.5.2 |
490 | 2024-10-23T18:38:11.989Z | Downloaded adler2 v2.0.0 |
491 | 2024-10-23T18:38:11.991Z | Downloaded debug-ignore v1.0.5 |
492 | 2024-10-23T18:38:11.995Z | Downloaded home v0.5.9 |
493 | 2024-10-23T18:38:11.998Z | Downloaded atty v0.2.14 |
494 | 2024-10-23T18:38:12.004Z | Downloaded cfg_aliases v0.1.1 |
495 | 2024-10-23T18:38:12.007Z | Downloaded cfg_aliases v0.2.1 |
496 | 2024-10-23T18:38:12.009Z | Downloaded async-stream-impl v0.3.6 |
497 | 2024-10-23T18:38:12.012Z | Downloaded http-body v1.0.1 |
498 | 2024-10-23T18:38:12.015Z | Downloaded atomicwrites v0.4.4 |
499 | 2024-10-23T18:38:12.018Z | Downloaded crucible-workspace-hack v0.1.0 |
500 | 2024-10-23T18:38:12.018Z | Downloaded cstr-argument v0.1.2 |
501 | 2024-10-23T18:38:12.020Z | Downloaded new_debug_unreachable v1.0.6 |
502 | 2024-10-23T18:38:12.023Z | Downloaded addr2line v0.24.2 |
503 | 2024-10-23T18:38:12.028Z | Downloaded colored v2.1.0 |
504 | 2024-10-23T18:38:12.028Z | Downloaded ahash v0.8.11 |
505 | 2024-10-23T18:38:12.031Z | Downloaded is_ci v1.2.0 |
506 | 2024-10-23T18:38:12.034Z | Downloaded newtype_derive v0.1.6 |
507 | 2024-10-23T18:38:12.034Z | Downloaded newline-converter v0.3.0 |
508 | 2024-10-23T18:38:12.034Z | Downloaded ident_case v1.0.1 |
509 | 2024-10-23T18:38:12.038Z | Downloaded lru-cache v0.1.2 |
510 | 2024-10-23T18:38:12.038Z | Downloaded ciborium-ll v0.2.2 |
511 | 2024-10-23T18:38:12.040Z | Downloaded mime v0.3.17 |
512 | 2024-10-23T18:38:12.040Z | Downloaded md-5 v0.10.6 |
513 | 2024-10-23T18:38:12.044Z | Downloaded managed v0.8.0 |
514 | 2024-10-23T18:38:12.044Z | Downloaded lazy_static v1.5.0 |
515 | 2024-10-23T18:38:12.047Z | Downloaded instability v0.3.2 |
516 | 2024-10-23T18:38:12.047Z | Downloaded async-recursion v1.1.1 |
517 | 2024-10-23T18:38:12.051Z | Downloaded libefi-sys v0.1.0 |
518 | 2024-10-23T18:38:12.055Z | Downloaded linear-map v1.2.0 |
519 | 2024-10-23T18:38:12.055Z | Downloaded indent_write v2.2.0 |
520 | 2024-10-23T18:38:12.058Z | Downloaded internet-checksum v0.2.1 |
521 | 2024-10-23T18:38:12.058Z | Downloaded data-encoding v2.6.0 |
522 | 2024-10-23T18:38:12.058Z | Downloaded impl-trait-for-tuples v0.2.2 |
523 | 2024-10-23T18:38:12.061Z | Downloaded crossbeam-deque v0.8.5 |
524 | 2024-10-23T18:38:12.064Z | Downloaded allocator-api2 v0.2.18 |
525 | 2024-10-23T18:38:12.078Z | Downloaded bb8 v0.8.5 |
526 | 2024-10-23T18:38:12.078Z | Downloaded nanorand v0.7.0 |
527 | 2024-10-23T18:38:12.078Z | Downloaded arrayvec v0.7.6 |
528 | 2024-10-23T18:38:12.078Z | Downloaded memmap2 v0.9.5 |
529 | 2024-10-23T18:38:12.078Z | Downloaded indoc v1.0.9 |
530 | 2024-10-23T18:38:12.081Z | Downloaded cbc v0.1.2 |
531 | 2024-10-23T18:38:12.083Z | Downloaded lock_api v0.4.12 |
532 | 2024-10-23T18:38:12.087Z | Downloaded lalrpop-util v0.19.12 |
533 | 2024-10-23T18:38:12.087Z | Downloaded mockall_derive v0.13.0 |
534 | 2024-10-23T18:38:12.090Z | Downloaded kstat-rs v0.2.4 |
535 | 2024-10-23T18:38:12.090Z | Downloaded httparse v1.9.5 |
536 | 2024-10-23T18:38:12.092Z | Downloaded darling v0.20.10 |
537 | 2024-10-23T18:38:12.097Z | Downloaded hyper-staticfile v0.10.1 |
538 | 2024-10-23T18:38:12.100Z | Downloaded ascii-canvas v3.0.0 |
539 | 2024-10-23T18:38:12.103Z | Downloaded crc32fast v1.4.2 |
540 | 2024-10-23T18:38:12.107Z | Downloaded hubpack_derive v0.1.1 |
541 | 2024-10-23T18:38:12.107Z | Downloaded hostname v0.3.1 |
542 | 2024-10-23T18:38:12.110Z | Downloaded indexmap v1.9.3 |
543 | 2024-10-23T18:38:12.111Z | Downloaded ciborium-io v0.2.2 |
544 | 2024-10-23T18:38:12.114Z | Downloaded crunchy v0.2.2 |
545 | 2024-10-23T18:38:12.114Z | Downloaded async-stream v0.3.6 |
546 | 2024-10-23T18:38:12.117Z | Downloaded match_cfg v0.1.0 |
547 | 2024-10-23T18:38:12.117Z | Downloaded darling_macro v0.20.10 |
548 | 2024-10-23T18:38:12.117Z | Downloaded cookie v0.18.1 |
549 | 2024-10-23T18:38:12.122Z | Downloaded normalize-line-endings v0.3.0 |
550 | 2024-10-23T18:38:12.122Z | Downloaded instant v0.1.13 |
551 | 2024-10-23T18:38:12.125Z | Downloaded md5 v0.7.0 |
552 | 2024-10-23T18:38:12.125Z | Downloaded cancel-safe-futures v0.1.5 |
553 | 2024-10-23T18:38:12.128Z | Downloaded csv-core v0.1.11 |
554 | 2024-10-23T18:38:12.132Z | Downloaded http-range v0.1.5 |
555 | 2024-10-23T18:38:12.132Z | Downloaded console v0.15.8 |
556 | 2024-10-23T18:38:12.135Z | Downloaded jobserver v0.1.32 |
557 | 2024-10-23T18:38:12.138Z | Downloaded ipnetwork v0.20.0 |
558 | 2024-10-23T18:38:12.141Z | Downloaded maybe-uninit v2.0.0 |
559 | 2024-10-23T18:38:12.141Z | Downloaded serde-big-array v0.5.1 |
560 | 2024-10-23T18:38:12.143Z | Downloaded crc-any v2.5.0 |
561 | 2024-10-23T18:38:12.148Z | Downloaded multimap v0.10.0 |
562 | 2024-10-23T18:38:12.148Z | Downloaded maplit v1.0.2 |
563 | 2024-10-23T18:38:12.151Z | Downloaded toolchain_find v0.4.0 |
564 | 2024-10-23T18:38:12.151Z | Downloaded rustc_version v0.4.1 |
565 | 2024-10-23T18:38:12.151Z | Downloaded bitflags v1.3.2 |
566 | 2024-10-23T18:38:12.153Z | Downloaded semver v0.1.20 |
567 | 2024-10-23T18:38:12.156Z | Downloaded httpdate v1.0.3 |
568 | 2024-10-23T18:38:12.156Z | Downloaded inout v0.1.3 |
569 | 2024-10-23T18:38:12.160Z | Downloaded cipher v0.4.4 |
570 | 2024-10-23T18:38:12.162Z | Downloaded http-body-util v0.1.2 |
571 | 2024-10-23T18:38:12.162Z | Downloaded memoffset v0.9.1 |
572 | 2024-10-23T18:38:12.166Z | Downloaded cobs v0.2.3 |
573 | 2024-10-23T18:38:12.166Z | Downloaded convert_case v0.4.0 |
574 | 2024-10-23T18:38:12.169Z | Downloaded castaway v0.2.3 |
575 | 2024-10-23T18:38:12.169Z | Downloaded chacha20 v0.9.1 |
576 | 2024-10-23T18:38:12.173Z | Downloaded rustversion v1.0.17 |
577 | 2024-10-23T18:38:12.176Z | Downloaded schemars_derive v0.8.21 |
578 | 2024-10-23T18:38:12.176Z | Downloaded keccak v0.1.5 |
579 | 2024-10-23T18:38:12.179Z | Downloaded libsw v3.3.1 |
580 | 2024-10-23T18:38:12.179Z | Downloaded static_assertions v1.1.0 |
581 | 2024-10-23T18:38:12.182Z | Downloaded rand_core v0.6.4 |
582 | 2024-10-23T18:38:12.185Z | Downloaded nodrop v0.1.14 |
583 | 2024-10-23T18:38:12.185Z | Downloaded newtype-uuid v1.1.2 |
584 | 2024-10-23T18:38:12.188Z | Downloaded is-terminal v0.4.13 |
585 | 2024-10-23T18:38:12.188Z | Downloaded bytes v1.7.2 |
586 | 2024-10-23T18:38:12.190Z | Downloaded curve25519-dalek-derive v0.1.1 |
587 | 2024-10-23T18:38:12.193Z | Downloaded fxhash v0.2.1 |
588 | 2024-10-23T18:38:12.193Z | Downloaded slog-scope v4.4.0 |
589 | 2024-10-23T18:38:12.195Z | Downloaded slog-dtrace v0.3.0 |
590 | 2024-10-23T18:38:12.198Z | Downloaded stable_deref_trait v1.2.0 |
591 | 2024-10-23T18:38:12.198Z | Downloaded strum_macros v0.25.3 |
592 | 2024-10-23T18:38:12.201Z | Downloaded base64ct v1.6.0 |
593 | 2024-10-23T18:38:12.204Z | Downloaded rustls-pemfile v1.0.4 |
594 | 2024-10-23T18:38:12.207Z | Downloaded base64 v0.13.1 |
595 | 2024-10-23T18:38:12.212Z | Downloaded slog-stdlog v4.1.1 |
596 | 2024-10-23T18:38:12.212Z | Downloaded thread_local v1.1.8 |
597 | 2024-10-23T18:38:12.215Z | Downloaded opaque-debug v0.3.1 |
598 | 2024-10-23T18:38:12.215Z | Downloaded thiserror-impl-no-std v2.0.2 |
599 | 2024-10-23T18:38:12.218Z | Downloaded bcs v0.1.6 |
600 | 2024-10-23T18:38:12.218Z | Downloaded universal-hash v0.5.1 |
601 | 2024-10-23T18:38:12.221Z | Downloaded linked-hash-map v0.5.6 |
602 | 2024-10-23T18:38:12.221Z | Downloaded cassowary v0.3.0 |
603 | 2024-10-23T18:38:12.225Z | Downloaded zeroize_derive v1.4.2 |
604 | 2024-10-23T18:38:12.225Z | Downloaded peg-runtime v0.8.3 |
605 | 2024-10-23T18:38:12.228Z | Downloaded clang-sys v1.8.1 |
606 | 2024-10-23T18:38:12.228Z | Downloaded mime_guess v2.0.5 |
607 | 2024-10-23T18:38:12.231Z | Downloaded xz2 v0.1.7 |
608 | 2024-10-23T18:38:12.234Z | Downloaded dsl_auto_type v0.1.2 |
609 | 2024-10-23T18:38:12.234Z | Downloaded cookie_store v0.21.0 |
610 | 2024-10-23T18:38:12.237Z | Downloaded native-tls v0.2.12 |
611 | 2024-10-23T18:38:12.241Z | Downloaded arc-swap v1.7.1 |
612 | 2024-10-23T18:38:12.244Z | Downloaded env_filter v0.1.2 |
613 | 2024-10-23T18:38:12.249Z | Downloaded progenitor-client v0.8.0 |
614 | 2024-10-23T18:38:12.249Z | Downloaded http v1.1.0 |
615 | 2024-10-23T18:38:12.251Z | Downloaded russh-cryptovec v0.7.3 |
616 | 2024-10-23T18:38:12.251Z | Downloaded either v1.13.0 |
617 | 2024-10-23T18:38:12.254Z | Downloaded zone v0.3.0 |
618 | 2024-10-23T18:38:12.257Z | Downloaded mockall v0.13.0 |
619 | 2024-10-23T18:38:12.258Z | Downloaded filetime v0.2.25 |
620 | 2024-10-23T18:38:12.261Z | Downloaded ff v0.13.0 |
621 | 2024-10-23T18:38:12.261Z | Downloaded rand_chacha v0.3.1 |
622 | 2024-10-23T18:38:12.264Z | Downloaded fd-lock v4.0.2 |
623 | 2024-10-23T18:38:12.266Z | Downloaded topological-sort v0.2.2 |
624 | 2024-10-23T18:38:12.266Z | Downloaded gethostname v0.5.0 |
625 | 2024-10-23T18:38:12.269Z | Downloaded try-lock v0.2.5 |
626 | 2024-10-23T18:38:12.269Z | Downloaded termtree v0.4.1 |
627 | 2024-10-23T18:38:12.269Z | Downloaded futures-io v0.3.31 |
628 | 2024-10-23T18:38:12.273Z | Downloaded fixedbitset v0.4.2 |
629 | 2024-10-23T18:38:12.275Z | Downloaded const-oid v0.9.6 |
630 | 2024-10-23T18:38:12.275Z | Downloaded vsss-rs v3.3.4 |
631 | 2024-10-23T18:38:12.279Z | Downloaded yasna v0.5.2 |
632 | 2024-10-23T18:38:12.281Z | Downloaded bzip2 v0.4.4 |
633 | 2024-10-23T18:38:12.284Z | Downloaded phf_codegen v0.11.2 |
634 | 2024-10-23T18:38:12.287Z | Downloaded minimal-lexical v0.2.1 |
635 | 2024-10-23T18:38:12.290Z | Downloaded path-slash v0.1.5 |
636 | 2024-10-23T18:38:12.292Z | Downloaded crossbeam-epoch v0.9.18 |
637 | 2024-10-23T18:38:12.295Z | Downloaded miniz_oxide v0.8.0 |
638 | 2024-10-23T18:38:12.298Z | Downloaded ipnet v2.10.1 |
639 | 2024-10-23T18:38:12.298Z | Downloaded downcast v0.11.0 |
640 | 2024-10-23T18:38:12.302Z | Downloaded zone_cfg_derive v0.3.0 |
641 | 2024-10-23T18:38:12.302Z | Downloaded radium v0.7.0 |
642 | 2024-10-23T18:38:12.302Z | Downloaded progenitor v0.8.0 |
643 | 2024-10-23T18:38:12.304Z | Downloaded blake2 v0.10.6 |
644 | 2024-10-23T18:38:12.307Z | Downloaded typify-macro v0.2.0 |
645 | 2024-10-23T18:38:12.309Z | Downloaded rustfmt-wrapper v0.2.1 |
646 | 2024-10-23T18:38:12.309Z | Downloaded strum_macros v0.26.4 |
647 | 2024-10-23T18:38:12.311Z | Downloaded resolv-conf v0.7.0 |
648 | 2024-10-23T18:38:12.314Z | Downloaded pkg-config v0.3.31 |
649 | 2024-10-23T18:38:12.317Z | Downloaded float-ord v0.3.2 |
650 | 2024-10-23T18:38:12.317Z | Downloaded flagset v0.4.6 |
651 | 2024-10-23T18:38:12.320Z | Downloaded crypto-bigint v0.5.5 |
652 | 2024-10-23T18:38:12.326Z | Downloaded whoami v1.5.2 |
653 | 2024-10-23T18:38:12.329Z | Downloaded unarray v0.1.4 |
654 | 2024-10-23T18:38:12.331Z | Downloaded siphasher v0.3.11 |
655 | 2024-10-23T18:38:12.334Z | Downloaded serde-hex v0.1.0 |
656 | 2024-10-23T18:38:12.334Z | Downloaded pretty-hex v0.2.1 |
657 | 2024-10-23T18:38:12.336Z | Downloaded nu-ansi-term v0.50.1 |
658 | 2024-10-23T18:38:12.339Z | Downloaded indicatif v0.17.8 |
659 | 2024-10-23T18:38:12.342Z | Downloaded compact_str v0.8.0 |
660 | 2024-10-23T18:38:12.356Z | Downloaded twox-hash v1.6.3 |
661 | 2024-10-23T18:38:12.359Z | Downloaded sync_wrapper v0.1.2 |
662 | 2024-10-23T18:38:12.362Z | Downloaded sigpipe v0.1.3 |
663 | 2024-10-23T18:38:12.362Z | Downloaded enum-as-inner v0.6.1 |
664 | 2024-10-23T18:38:12.365Z | Downloaded termios v0.3.3 |
665 | 2024-10-23T18:38:12.365Z | Downloaded strum_macros v0.24.3 |
666 | 2024-10-23T18:38:12.367Z | Downloaded tinyvec_macros v0.1.1 |
667 | 2024-10-23T18:38:12.370Z | Downloaded diesel-dtrace v0.3.0 |
668 | 2024-10-23T18:38:12.370Z | Downloaded sha1 v0.10.6 |
669 | 2024-10-23T18:38:12.373Z | Downloaded pkcs8 v0.10.2 |
670 | 2024-10-23T18:38:12.376Z | Downloaded pkcs1 v0.7.5 |
671 | 2024-10-23T18:38:12.379Z | Downloaded zone_cfg_derive v0.1.2 |
672 | 2024-10-23T18:38:12.379Z | Downloaded waitgroup v0.1.2 |
673 | 2024-10-23T18:38:12.382Z | Downloaded hash32 v0.2.1 |
674 | 2024-10-23T18:38:12.382Z | Downloaded tar v0.4.42 |
675 | 2024-10-23T18:38:12.385Z | Downloaded futures-task v0.3.31 |
676 | 2024-10-23T18:38:12.387Z | Downloaded polyval v0.6.2 |
677 | 2024-10-23T18:38:12.391Z | Downloaded packed_struct v0.10.1 |
678 | 2024-10-23T18:38:12.391Z | Downloaded hash32 v0.3.1 |
679 | 2024-10-23T18:38:12.393Z | Downloaded proc-macro-crate v1.3.1 |
680 | 2024-10-23T18:38:12.393Z | Downloaded parse-display-derive v0.10.0 |
681 | 2024-10-23T18:38:12.397Z | Downloaded predicates-tree v1.0.11 |
682 | 2024-10-23T18:38:12.397Z | Downloaded phf_shared v0.11.2 |
683 | 2024-10-23T18:38:12.400Z | Downloaded smallvec v0.6.14 |
684 | 2024-10-23T18:38:12.400Z | Downloaded salsa20 v0.10.2 |
685 | 2024-10-23T18:38:12.402Z | Downloaded oso-derive v0.27.3 |
686 | 2024-10-23T18:38:12.402Z | Downloaded serde_urlencoded v0.7.1 |
687 | 2024-10-23T18:38:12.404Z | Downloaded rustc-hash v1.1.0 |
688 | 2024-10-23T18:38:12.405Z | Downloaded ref-cast v1.0.23 |
689 | 2024-10-23T18:38:12.407Z | Downloaded parking_lot_core v0.8.6 |
690 | 2024-10-23T18:38:12.411Z | Downloaded signature v2.2.0 |
691 | 2024-10-23T18:38:12.413Z | Downloaded signal-hook-registry v1.4.2 |
692 | 2024-10-23T18:38:12.414Z | Downloaded signal-hook-mio v0.2.4 |
693 | 2024-10-23T18:38:12.417Z | Downloaded same-file v1.0.6 |
694 | 2024-10-23T18:38:12.417Z | Downloaded parking_lot v0.12.3 |
695 | 2024-10-23T18:38:12.419Z | Downloaded env_logger v0.10.2 |
696 | 2024-10-23T18:38:12.422Z | Downloaded typify v0.2.0 |
697 | 2024-10-23T18:38:12.426Z | Downloaded oso v0.27.3 |
698 | 2024-10-23T18:38:12.430Z | Downloaded tls_codec v0.4.1 |
699 | 2024-10-23T18:38:12.432Z | Downloaded string_cache v0.8.7 |
700 | 2024-10-23T18:38:12.435Z | Downloaded fallible-streaming-iterator v0.1.9 |
701 | 2024-10-23T18:38:12.435Z | Downloaded enum-as-inner v0.5.1 |
702 | 2024-10-23T18:38:12.438Z | Downloaded smallvec v1.13.2 |
703 | 2024-10-23T18:38:12.440Z | Downloaded pkcs5 v0.7.1 |
704 | 2024-10-23T18:38:12.444Z | Downloaded zip v0.6.6 |
705 | 2024-10-23T18:38:12.449Z | Downloaded ghash v0.5.1 |
706 | 2024-10-23T18:38:12.451Z | Downloaded dirs-sys-next v0.1.2 |
707 | 2024-10-23T18:38:12.451Z | Downloaded openssl-sys v0.9.103 |
708 | 2024-10-23T18:38:12.457Z | Downloaded wyz v0.5.1 |
709 | 2024-10-23T18:38:12.460Z | Downloaded rustc-demangle v0.1.24 |
710 | 2024-10-23T18:38:12.464Z | Downloaded poly1305 v0.8.0 |
711 | 2024-10-23T18:38:12.467Z | Downloaded hashlink v0.9.1 |
712 | 2024-10-23T18:38:12.467Z | Downloaded num v0.4.3 |
713 | 2024-10-23T18:38:12.470Z | Downloaded foreign-types-shared v0.3.1 |
714 | 2024-10-23T18:38:12.470Z | Downloaded pbkdf2 v0.11.0 |
715 | 2024-10-23T18:38:12.473Z | Downloaded paste v1.0.15 |
716 | 2024-10-23T18:38:12.476Z | Downloaded num_enum v0.5.11 |
717 | 2024-10-23T18:38:12.480Z | Downloaded display-error-chain v0.2.1 |
718 | 2024-10-23T18:38:12.483Z | Downloaded subprocess v0.2.9 |
719 | 2024-10-23T18:38:12.485Z | Downloaded ref-cast-impl v1.0.23 |
720 | 2024-10-23T18:38:12.488Z | Downloaded elliptic-curve v0.13.8 |
721 | 2024-10-23T18:38:12.491Z | Downloaded rsa v0.9.6 |
722 | 2024-10-23T18:38:12.496Z | Downloaded num_threads v0.1.7 |
723 | 2024-10-23T18:38:12.498Z | Downloaded futures-channel v0.3.31 |
724 | 2024-10-23T18:38:12.501Z | Downloaded slog-bunyan v2.5.0 |
725 | 2024-10-23T18:38:12.503Z | Downloaded rpassword v7.3.1 |
726 | 2024-10-23T18:38:12.503Z | Downloaded form_urlencoded v1.2.1 |
727 | 2024-10-23T18:38:12.506Z | Downloaded nom v7.1.3 |
728 | 2024-10-23T18:38:12.510Z | Downloaded supports-color v3.0.1 |
729 | 2024-10-23T18:38:12.513Z | Downloaded take_mut v0.2.2 |
730 | 2024-10-23T18:38:12.513Z | Downloaded strum v0.26.3 |
731 | 2024-10-23T18:38:12.516Z | Downloaded phf_shared v0.10.0 |
732 | 2024-10-23T18:38:12.516Z | Downloaded xattr v1.3.1 |
733 | 2024-10-23T18:38:12.518Z | Downloaded tabwriter v1.4.0 |
734 | 2024-10-23T18:38:12.521Z | Downloaded rusty-fork v0.3.0 |
735 | 2024-10-23T18:38:12.521Z | Downloaded owo-colors v4.1.0 |
736 | 2024-10-23T18:38:12.524Z | Downloaded number_prefix v0.4.0 |
737 | 2024-10-23T18:38:12.527Z | Downloaded pin-utils v0.1.0 |
738 | 2024-10-23T18:38:12.527Z | Downloaded tokio-native-tls v0.3.1 |
739 | 2024-10-23T18:38:12.530Z | Downloaded pin-project-lite v0.2.14 |
740 | 2024-10-23T18:38:12.535Z | Downloaded pin-project-internal v1.1.6 |
741 | 2024-10-23T18:38:12.539Z | Downloaded openssl-macros v0.1.1 |
742 | 2024-10-23T18:38:12.539Z | Downloaded futures-executor v0.3.31 |
743 | 2024-10-23T18:38:12.542Z | Downloaded similar v2.6.0 |
744 | 2024-10-23T18:38:12.545Z | Downloaded heapless v0.7.17 |
745 | 2024-10-23T18:38:12.550Z | Downloaded num-integer v0.1.46 |
746 | 2024-10-23T18:38:12.553Z | Downloaded psl-types v2.0.11 |
747 | 2024-10-23T18:38:12.553Z | Downloaded tinyvec v1.8.0 |
748 | 2024-10-23T18:38:12.556Z | Downloaded itertools v0.12.1 |
749 | 2024-10-23T18:38:12.564Z | Downloaded precomputed-hash v0.1.1 |
750 | 2024-10-23T18:38:12.567Z | Downloaded rtoolbox v0.0.2 |
751 | 2024-10-23T18:38:12.569Z | Downloaded ed25519 v2.2.3 |
752 | 2024-10-23T18:38:12.569Z | Downloaded powerfmt v0.2.0 |
753 | 2024-10-23T18:38:12.572Z | Downloaded ron v0.8.1 |
754 | 2024-10-23T18:38:12.577Z | Downloaded dyn-clone v1.0.17 |
755 | 2024-10-23T18:38:12.579Z | Downloaded foreign-types-shared v0.1.1 |
756 | 2024-10-23T18:38:12.581Z | Downloaded hyper v1.4.1 |
757 | 2024-10-23T18:38:12.587Z | Downloaded defmt-parser v0.3.4 |
758 | 2024-10-23T18:38:12.589Z | Downloaded rustc-hash v2.0.0 |
759 | 2024-10-23T18:38:12.592Z | Downloaded phf_generator v0.11.2 |
760 | 2024-10-23T18:38:12.592Z | Downloaded prettyplease v0.2.22 |
761 | 2024-10-23T18:38:12.595Z | Downloaded foldhash v0.1.3 |
762 | 2024-10-23T18:38:12.599Z | Downloaded funty v2.0.0 |
763 | 2024-10-23T18:38:12.599Z | Downloaded snafu-derive v0.8.5 |
764 | 2024-10-23T18:38:12.601Z | Downloaded rustls-pemfile v2.2.0 |
765 | 2024-10-23T18:38:12.604Z | Downloaded pin-project v1.1.6 |
766 | 2024-10-23T18:38:12.614Z | Downloaded libxml v0.3.3 |
767 | 2024-10-23T18:38:12.621Z | Downloaded group v0.13.0 |
768 | 2024-10-23T18:38:12.623Z | Downloaded headers-core v0.3.0 |
769 | 2024-10-23T18:38:12.626Z | Downloaded scopeguard v1.2.0 |
770 | 2024-10-23T18:38:12.626Z | Downloaded peg v0.8.4 |
771 | 2024-10-23T18:38:12.629Z | Downloaded ppv-lite86 v0.2.20 |
772 | 2024-10-23T18:38:12.632Z | Downloaded rand v0.8.5 |
773 | 2024-10-23T18:38:12.635Z | Downloaded tiny-keccak v2.0.2 |
774 | 2024-10-23T18:38:12.638Z | Downloaded structmeta-derive v0.2.0 |
775 | 2024-10-23T18:38:12.641Z | Downloaded strip-ansi-escapes v0.2.0 |
776 | 2024-10-23T18:38:12.643Z | Downloaded derive_builder_macro v0.20.2 |
777 | 2024-10-23T18:38:12.643Z | Downloaded term v0.7.0 |
778 | 2024-10-23T18:38:12.646Z | Downloaded futures-macro v0.3.31 |
779 | 2024-10-23T18:38:12.648Z | Downloaded embedded-io v0.6.1 |
780 | 2024-10-23T18:38:12.650Z | Downloaded foreign-types v0.5.0 |
781 | 2024-10-23T18:38:12.650Z | Downloaded defmt v0.3.8 |
782 | 2024-10-23T18:38:12.653Z | Downloaded which v4.4.2 |
783 | 2024-10-23T18:38:12.656Z | Downloaded unicode-properties v0.1.3 |
784 | 2024-10-23T18:38:12.658Z | Downloaded aes v0.8.4 |
785 | 2024-10-23T18:38:12.662Z | Downloaded rand_xorshift v0.3.0 |
786 | 2024-10-23T18:38:12.664Z | Downloaded diesel_table_macro_syntax v0.2.0 |
787 | 2024-10-23T18:38:12.667Z | Downloaded foreign-types v0.3.2 |
788 | 2024-10-23T18:38:12.667Z | Downloaded globset v0.4.15 |
789 | 2024-10-23T18:38:12.670Z | Downloaded derive_builder v0.20.2 |
790 | 2024-10-23T18:38:12.673Z | Downloaded futures v0.3.31 |
791 | 2024-10-23T18:38:12.679Z | Downloaded rcgen v0.12.1 |
792 | 2024-10-23T18:38:12.682Z | Downloaded fatfs v0.3.6 |
793 | 2024-10-23T18:38:12.685Z | Downloaded tracing-core v0.1.32 |
794 | 2024-10-23T18:38:12.688Z | Downloaded dhcproto-macros v0.1.0 |
795 | 2024-10-23T18:38:12.692Z | Downloaded sct v0.7.1 |
796 | 2024-10-23T18:38:12.696Z | Downloaded url v2.5.2 |
797 | 2024-10-23T18:38:12.699Z | Downloaded unicase v2.7.0 |
798 | 2024-10-23T18:38:12.699Z | Downloaded hashbrown v0.12.3 |
799 | 2024-10-23T18:38:12.703Z | Downloaded ena v0.14.3 |
800 | 2024-10-23T18:38:12.705Z | Downloaded endian-type v0.1.2 |
801 | 2024-10-23T18:38:12.705Z | Downloaded spin v0.9.8 |
802 | 2024-10-23T18:38:12.708Z | Downloaded postgres-types v0.2.8 |
803 | 2024-10-23T18:38:12.711Z | Downloaded percent-encoding v2.3.1 |
804 | 2024-10-23T18:38:12.713Z | Downloaded heck v0.3.3 |
805 | 2024-10-23T18:38:12.713Z | Downloaded embedded-io v0.4.0 |
806 | 2024-10-23T18:38:12.716Z | Downloaded unsafe-libyaml v0.2.11 |
807 | 2024-10-23T18:38:12.719Z | Downloaded spki v0.7.3 |
808 | 2024-10-23T18:38:12.722Z | Downloaded sqlformat v0.2.6 |
809 | 2024-10-23T18:38:12.725Z | Downloaded spin v0.5.2 |
810 | 2024-10-23T18:38:12.727Z | Downloaded foreign-types-macros v0.2.3 |
811 | 2024-10-23T18:38:12.727Z | Downloaded parking_lot_core v0.9.10 |
812 | 2024-10-23T18:38:12.730Z | Downloaded getrandom v0.2.15 |
813 | 2024-10-23T18:38:12.733Z | Downloaded typed-path v0.7.1 |
814 | 2024-10-23T18:38:12.739Z | Downloaded blake3 v1.5.4 |
815 | 2024-10-23T18:38:12.746Z | Downloaded slog-async v2.8.0 |
816 | 2024-10-23T18:38:12.749Z | Downloaded steno v0.4.1 |
817 | 2024-10-23T18:38:12.752Z | Downloaded openssl-probe v0.1.5 |
818 | 2024-10-23T18:38:12.755Z | Downloaded serde_derive_internals v0.29.1 |
819 | 2024-10-23T18:38:12.755Z | Downloaded tokio-tungstenite v0.24.0 |
820 | 2024-10-23T18:38:12.758Z | Downloaded serde_plain v1.0.2 |
821 | 2024-10-23T18:38:12.761Z | Downloaded serde_path_to_error v0.1.16 |
822 | 2024-10-23T18:38:12.764Z | Downloaded shlex v1.3.0 |
823 | 2024-10-23T18:38:12.764Z | Downloaded num-conv v0.1.0 |
824 | 2024-10-23T18:38:12.764Z | Downloaded hashbrown v0.13.2 |
825 | 2024-10-23T18:38:12.768Z | Downloaded tracing v0.1.40 |
826 | 2024-10-23T18:38:12.773Z | Downloaded r2d2 v0.8.10 |
827 | 2024-10-23T18:38:12.775Z | Downloaded pem v3.0.4 |
828 | 2024-10-23T18:38:12.778Z | Downloaded tower-service v0.3.3 |
829 | 2024-10-23T18:38:12.778Z | Downloaded futures-sink v0.3.31 |
830 | 2024-10-23T18:38:12.778Z | Downloaded pem-rfc7468 v0.7.0 |
831 | 2024-10-23T18:38:12.781Z | Downloaded predicates v3.1.2 |
832 | 2024-10-23T18:38:12.785Z | Downloaded vte_generate_state_changes v0.1.2 |
833 | 2024-10-23T18:38:12.785Z | Downloaded serde_repr v0.1.19 |
834 | 2024-10-23T18:38:12.788Z | Downloaded env_logger v0.11.5 |
835 | 2024-10-23T18:38:12.791Z | Downloaded scheduled-thread-pool v0.2.7 |
836 | 2024-10-23T18:38:12.791Z | Downloaded rustc_version v0.1.7 |
837 | 2024-10-23T18:38:12.794Z | Downloaded password-hash v0.5.0 |
838 | 2024-10-23T18:38:12.794Z | Downloaded wait-timeout v0.2.0 |
839 | 2024-10-23T18:38:12.796Z | Downloaded num-derive v0.4.2 |
840 | 2024-10-23T18:38:12.799Z | Downloaded snafu v0.8.5 |
841 | 2024-10-23T18:38:12.804Z | Downloaded ssh-encoding v0.2.0 |
842 | 2024-10-23T18:38:12.807Z | Downloaded rand_seeder v0.3.0 |
843 | 2024-10-23T18:38:12.807Z | Downloaded itertools v0.13.0 |
844 | 2024-10-23T18:38:12.814Z | Downloaded serde_with v3.11.0 |
845 | 2024-10-23T18:38:12.823Z | Downloaded signal-hook v0.3.17 |
846 | 2024-10-23T18:38:12.828Z | Downloaded utf-8 v0.7.6 |
847 | 2024-10-23T18:38:12.831Z | Downloaded untrusted v0.9.0 |
848 | 2024-10-23T18:38:12.831Z | Downloaded quinn-udp v0.5.5 |
849 | 2024-10-23T18:38:12.833Z | Downloaded quick-error v1.2.3 |
850 | 2024-10-23T18:38:12.833Z | Downloaded progenitor-macro v0.8.0 |
851 | 2024-10-23T18:38:12.836Z | Downloaded packed_struct_codegen v0.10.1 |
852 | 2024-10-23T18:38:12.836Z | Downloaded derive_more v0.99.18 |
853 | 2024-10-23T18:38:12.840Z | Downloaded derive_builder_core v0.20.2 |
854 | 2024-10-23T18:38:12.843Z | Downloaded tui-tree-widget v0.22.0 |
855 | 2024-10-23T18:38:12.846Z | Downloaded fallible-iterator v0.2.0 |
856 | 2024-10-23T18:38:12.846Z | Downloaded tls_codec_derive v0.4.1 |
857 | 2024-10-23T18:38:12.849Z | Downloaded fallible-iterator v0.3.0 |
858 | 2024-10-23T18:38:12.849Z | Downloaded hex v0.4.3 |
859 | 2024-10-23T18:38:12.851Z | Downloaded des v0.8.1 |
860 | 2024-10-23T18:38:12.855Z | Downloaded serde_with_macros v3.11.0 |
861 | 2024-10-23T18:38:12.857Z | Downloaded hex-literal v0.4.1 |
862 | 2024-10-23T18:38:12.857Z | Downloaded der v0.7.9 |
863 | 2024-10-23T18:38:12.861Z | Downloaded stringprep v0.1.5 |
864 | 2024-10-23T18:38:12.864Z | Downloaded tokio-tungstenite v0.23.1 |
865 | 2024-10-23T18:38:12.867Z | Downloaded tokio-rustls v0.25.0 |
866 | 2024-10-23T18:38:12.867Z | Downloaded h2 v0.3.26 |
867 | 2024-10-23T18:38:12.874Z | Downloaded salty v0.3.0 |
868 | 2024-10-23T18:38:12.882Z | Downloaded slog v2.7.0 |
869 | 2024-10-23T18:38:12.885Z | Downloaded publicsuffix v2.2.3 |
870 | 2024-10-23T18:38:12.888Z | Downloaded parking_lot v0.11.2 |
871 | 2024-10-23T18:38:12.890Z | Downloaded peg-macros v0.8.4 |
872 | 2024-10-23T18:38:12.892Z | Downloaded progenitor-impl v0.8.0 |
873 | 2024-10-23T18:38:12.895Z | Downloaded hashbrown v0.14.5 |
874 | 2024-10-23T18:38:12.900Z | Downloaded uzers v0.12.1 |
875 | 2024-10-23T18:38:12.903Z | Downloaded half v2.4.1 |
876 | 2024-10-23T18:38:12.906Z | Downloaded qorb v0.1.2 |
877 | 2024-10-23T18:38:12.909Z | Downloaded hyper v0.14.30 |
878 | 2024-10-23T18:38:12.918Z | Downloaded bitvec v1.0.1 |
879 | 2024-10-23T18:38:12.934Z | Downloaded diff v0.1.13 |
880 | 2024-10-23T18:38:12.937Z | Downloaded num-complex v0.4.6 |
881 | 2024-10-23T18:38:12.939Z | Downloaded ron v0.7.1 |
882 | 2024-10-23T18:38:12.944Z | Downloaded num-bigint v0.4.6 |
883 | 2024-10-23T18:38:12.948Z | Downloaded toml v0.7.8 |
884 | 2024-10-23T18:38:12.952Z | Downloaded uuid v1.10.0 |
885 | 2024-10-23T18:38:12.955Z | Downloaded winnow v0.5.40 |
886 | 2024-10-23T18:38:12.964Z | Downloaded rustls-webpki v0.101.7 |
887 | 2024-10-23T18:38:12.981Z | Downloaded russh v0.45.0 |
888 | 2024-10-23T18:38:12.984Z | Downloaded unicode-normalization v0.1.24 |
889 | 2024-10-23T18:38:12.988Z | Downloaded h2 v0.4.6 |
890 | 2024-10-23T18:38:12.996Z | Downloaded tungstenite v0.24.0 |
891 | 2024-10-23T18:38:12.999Z | Downloaded ed25519-dalek v2.1.1 |
892 | 2024-10-23T18:38:13.003Z | Downloaded idna v0.3.0 |
893 | 2024-10-23T18:38:13.009Z | Downloaded chrono v0.4.38 |
894 | 2024-10-23T18:38:13.017Z | Downloaded headers v0.4.0 |
895 | 2024-10-23T18:38:13.023Z | Downloaded regex v1.11.0 |
896 | 2024-10-23T18:38:13.036Z | Downloaded p256 v0.13.2 |
897 | 2024-10-23T18:38:13.041Z | Downloaded quinn v0.11.5 |
898 | 2024-10-23T18:38:13.043Z | Downloaded toml_edit v0.19.15 |
899 | 2024-10-23T18:38:13.061Z | Downloaded unicode-bidi v0.3.17 |
900 | 2024-10-23T18:38:13.065Z | Downloaded rusqlite v0.32.1 |
901 | 2024-10-23T18:38:13.070Z | Downloaded curve25519-dalek v4.1.3 |
902 | 2024-10-23T18:38:13.080Z | Downloaded tokio-util v0.7.12 |
903 | 2024-10-23T18:38:13.087Z | Downloaded num-bigint-dig v0.8.4 |
904 | 2024-10-23T18:38:13.091Z | Downloaded git2 v0.19.0 |
905 | 2024-10-23T18:38:13.100Z | Downloaded nix v0.27.1 |
906 | 2024-10-23T18:38:13.111Z | Downloaded reqwest v0.11.27 |
907 | 2024-10-23T18:38:13.119Z | Downloaded p521 v0.13.3 |
908 | 2024-10-23T18:38:13.123Z | Downloaded flate2 v1.0.34 |
909 | 2024-10-23T18:38:13.129Z | Downloaded rustyline v14.0.0 |
910 | 2024-10-23T18:38:13.134Z | Downloaded proptest v1.5.0 |
911 | 2024-10-23T18:38:13.143Z | Downloaded sqlparser v0.45.0 |
912 | 2024-10-23T18:38:13.150Z | Downloaded idna v0.5.0 |
913 | 2024-10-23T18:38:13.157Z | Downloaded vcpkg v0.2.15 |
914 | 2024-10-23T18:38:13.196Z | Downloaded quinn-proto v0.11.8 |
915 | 2024-10-23T18:38:13.202Z | Downloaded dropshot v0.12.0 |
916 | 2024-10-23T18:38:13.223Z | Downloaded bstr v1.10.0 |
917 | 2024-10-23T18:38:13.234Z | Downloaded polar-core v0.27.3 |
918 | 2024-10-23T18:38:13.243Z | Downloaded reqwest v0.12.8 |
919 | 2024-10-23T18:38:13.252Z | Downloaded rayon v1.10.0 |
920 | 2024-10-23T18:38:13.261Z | Downloaded rustls v0.21.12 |
921 | 2024-10-23T18:38:13.272Z | Downloaded hickory-proto v0.24.1 |
922 | 2024-10-23T18:38:13.288Z | Downloaded nix v0.28.0 |
923 | 2024-10-23T18:38:13.300Z | Downloaded smoltcp v0.11.0 |
924 | 2024-10-23T18:38:13.312Z | Downloaded regex-syntax v0.6.29 |
925 | 2024-10-23T18:38:13.320Z | Downloaded trust-dns-proto v0.22.0 |
926 | 2024-10-23T18:38:13.334Z | Downloaded regress v0.9.1 |
927 | 2024-10-23T18:38:13.342Z | Downloaded openapiv3 v2.0.0 |
928 | 2024-10-23T18:38:13.355Z | Downloaded p384 v0.13.0 |
929 | 2024-10-23T18:38:13.361Z | Downloaded diesel v2.2.4 |
930 | 2024-10-23T18:38:13.381Z | Downloaded webpki-roots v0.26.6 |
931 | 2024-10-23T18:38:13.384Z | Downloaded rustls v0.23.14 |
932 | 2024-10-23T18:38:13.396Z | Downloaded rustls v0.22.4 |
933 | 2024-10-23T18:38:13.410Z | Downloaded object v0.36.5 |
934 | 2024-10-23T18:38:13.421Z | Downloaded sled v0.34.7 |
935 | 2024-10-23T18:38:13.431Z | Downloaded typify-impl v0.2.0 |
936 | 2024-10-23T18:38:13.447Z | Downloaded ratatui v0.28.1 |
937 | 2024-10-23T18:38:13.468Z | Downloaded regex-syntax v0.8.5 |
938 | 2024-10-23T18:38:13.476Z | Downloaded zerocopy-derive v0.6.6 |
939 | 2024-10-23T18:38:13.486Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
940 | 2024-10-23T18:38:13.499Z | Downloaded gimli v0.31.1 |
941 | 2024-10-23T18:38:13.507Z | Downloaded smoltcp v0.9.1 |
942 | 2024-10-23T18:38:13.520Z | Downloaded petgraph v0.6.5 |
943 | 2024-10-23T18:38:13.538Z | Downloaded tokio v1.40.0 |
944 | 2024-10-23T18:38:13.576Z | Downloaded regex-automata v0.4.8 |
945 | 2024-10-23T18:38:13.593Z | Downloaded sha3 v0.10.8 |
946 | 2024-10-23T18:38:13.598Z | Downloaded lzma-sys v0.1.20 |
947 | 2024-10-23T18:38:13.628Z | Downloaded csv v1.3.0 |
948 | 2024-10-23T18:38:13.648Z | Downloaded openssl v0.10.66 |
949 | 2024-10-23T18:38:13.658Z | Downloaded libz-sys v1.1.20 |
950 | 2024-10-23T18:38:13.679Z | Downloaded regress v0.10.1 |
951 | 2024-10-23T18:38:13.687Z | Downloaded nix v0.29.0 |
952 | 2024-10-23T18:38:13.700Z | Downloaded idna v0.2.3 |
953 | 2024-10-23T18:38:13.706Z | Downloaded object v0.30.4 |
954 | 2024-10-23T18:38:13.716Z | Downloaded radix_trie v0.2.1 |
955 | 2024-10-23T18:38:13.721Z | Downloaded chrono-tz v0.10.0 |
956 | 2024-10-23T18:38:13.729Z | Downloaded futures-util v0.3.31 |
957 | 2024-10-23T18:38:13.743Z | Downloaded rustls-webpki v0.102.8 |
958 | 2024-10-23T18:38:13.762Z | Downloaded idna v0.4.0 |
959 | 2024-10-23T18:38:13.768Z | Downloaded lalrpop v0.19.12 |
960 | 2024-10-23T18:38:13.780Z | Downloaded serde_yaml v0.9.34+deprecated |
961 | 2024-10-23T18:38:13.784Z | Downloaded expectorate v1.1.0 |
962 | 2024-10-23T18:38:13.787Z | Downloaded portable-atomic v1.9.0 |
963 | 2024-10-23T18:38:13.793Z | Downloaded quick-xml v0.33.0 |
964 | 2024-10-23T18:38:13.799Z | Downloaded diesel_derives v2.2.3 |
965 | 2024-10-23T18:38:13.803Z | Downloaded dhcproto v0.12.0 |
966 | 2024-10-23T18:38:13.807Z | Downloaded tungstenite v0.23.0 |
967 | 2024-10-23T18:38:13.810Z | Downloaded tungstenite v0.21.0 |
968 | 2024-10-23T18:38:13.813Z | Downloaded heapless v0.8.0 |
969 | 2024-10-23T18:38:13.817Z | Downloaded unicode-segmentation v1.12.0 |
970 | 2024-10-23T18:38:13.820Z | Downloaded reedline v0.35.0 |
971 | 2024-10-23T18:38:13.828Z | Downloaded bindgen v0.69.5 |
972 | 2024-10-23T18:38:13.836Z | Downloaded socket2 v0.5.7 |
973 | 2024-10-23T18:38:13.838Z | Downloaded encoding_rs v0.8.34 |
974 | 2024-10-23T18:38:13.860Z | Downloaded tokio-postgres v0.7.12 |
975 | 2024-10-23T18:38:13.864Z | Downloaded x509-cert v0.2.5 |
976 | 2024-10-23T18:38:13.870Z | Downloaded parse-zoneinfo v0.3.1 |
977 | 2024-10-23T18:38:13.873Z | Downloaded schemars v0.8.21 |
978 | 2024-10-23T18:38:13.884Z | Downloaded ssh-cipher v0.2.0 |
979 | 2024-10-23T18:38:13.887Z | Downloaded predicates-core v1.0.8 |
980 | 2024-10-23T18:38:13.887Z | Downloaded ring v0.16.20 |
981 | 2024-10-23T18:38:13.967Z | Downloaded crossterm v0.28.1 |
982 | 2024-10-23T18:38:13.973Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
983 | 2024-10-23T18:38:14.029Z | Downloaded sec1 v0.7.3 |
984 | 2024-10-23T18:38:14.032Z | Downloaded hickory-client v0.24.1 |
985 | 2024-10-23T18:38:14.035Z | Downloaded postgres-protocol v0.6.7 |
986 | 2024-10-23T18:38:14.037Z | Downloaded postcard v1.0.10 |
987 | 2024-10-23T18:38:14.037Z | Downloaded time-macros v0.2.18 |
988 | 2024-10-23T18:38:14.040Z | Downloaded omicron-zone-package v0.11.1 |
989 | 2024-10-23T18:38:14.042Z | Downloaded der_derive v0.7.3 |
990 | 2024-10-23T18:38:14.045Z | Downloaded walkdir v2.5.0 |
991 | 2024-10-23T18:38:14.048Z | Downloaded pbkdf2 v0.12.2 |
992 | 2024-10-23T18:38:14.048Z | Downloaded parse-display v0.10.0 |
993 | 2024-10-23T18:38:14.050Z | Downloaded structmeta v0.3.0 |
994 | 2024-10-23T18:38:14.051Z | Downloaded samael v0.0.17 |
995 | 2024-10-23T18:38:14.054Z | Downloaded tough v0.17.1 |
996 | 2024-10-23T18:38:14.061Z | Downloaded structmeta-derive v0.3.0 |
997 | 2024-10-23T18:38:14.064Z | Downloaded scrypt v0.11.0 |
998 | 2024-10-23T18:38:14.064Z | Downloaded time v0.3.36 |
999 | 2024-10-23T18:38:14.070Z | Downloaded libm v0.2.8 |
1000 | 2024-10-23T18:38:14.078Z | Downloaded itertools v0.10.5 |
1001 | 2024-10-23T18:38:14.084Z | Downloaded want v0.3.1 |
1002 | 2024-10-23T18:38:14.086Z | Downloaded phf v0.11.2 |
1003 | 2024-10-23T18:38:14.086Z | Downloaded ecdsa v0.16.9 |
1004 | 2024-10-23T18:38:14.089Z | Downloaded tokio-rustls v0.24.1 |
1005 | 2024-10-23T18:38:14.091Z | Downloaded ssh-key v0.6.6 |
1006 | 2024-10-23T18:38:14.097Z | Downloaded defmt-macros v0.3.9 |
1007 | 2024-10-23T18:38:14.100Z | Downloaded termcolor v1.4.1 |
1008 | 2024-10-23T18:38:14.102Z | Downloaded tap v1.0.1 |
1009 | 2024-10-23T18:38:14.102Z | Downloaded subtle v2.6.1 |
1010 | 2024-10-23T18:38:14.105Z | Downloaded num_enum_derive v0.5.11 |
1011 | 2024-10-23T18:38:14.105Z | Downloaded flume v0.11.0 |
1012 | 2024-10-23T18:38:14.107Z | Downloaded sqlparser_derive v0.2.2 |
1013 | 2024-10-23T18:38:14.110Z | Downloaded futures-core v0.3.31 |
1014 | 2024-10-23T18:38:14.110Z | Downloaded difflib v0.4.0 |
1015 | 2024-10-23T18:38:14.111Z | Downloaded untrusted v0.7.1 |
1016 | 2024-10-23T18:38:14.113Z | Downloaded unicode-xid v0.2.6 |
1017 | 2024-10-23T18:38:14.113Z | Downloaded unicode-truncate v1.1.0 |
1018 | 2024-10-23T18:38:14.113Z | Downloaded tracing-attributes v0.1.27 |
1019 | 2024-10-23T18:38:14.116Z | Downloaded rustls-pki-types v1.9.0 |
1020 | 2024-10-23T18:38:14.119Z | Downloaded dropshot_endpoint v0.12.0 |
1021 | 2024-10-23T18:38:14.121Z | Downloaded tokio-stream v0.1.16 |
1022 | 2024-10-23T18:38:14.134Z | Downloaded derive-where v1.2.7 |
1023 | 2024-10-23T18:38:14.158Z | Downloaded vte v0.11.1 |
1024 | 2024-10-23T18:38:14.160Z | Downloaded num-iter v0.1.45 |
1025 | 2024-10-23T18:38:14.160Z | Downloaded value-bag v1.9.0 |
1026 | 2024-10-23T18:38:14.163Z | Downloaded glob v0.3.1 |
1027 | 2024-10-23T18:38:14.165Z | Downloaded dirs-next v2.0.0 |
1028 | 2024-10-23T18:38:14.165Z | Downloaded tokio-tungstenite v0.21.0 |
1029 | 2024-10-23T18:38:14.168Z | Downloaded tokio-rustls v0.26.0 |
1030 | 2024-10-23T18:38:14.170Z | Downloaded crossbeam-channel v0.5.13 |
1031 | 2024-10-23T18:38:14.176Z | Downloaded parse-size v1.0.0 |
1032 | 2024-10-23T18:38:14.178Z | Downloaded olpc-cjson v0.1.4 |
1033 | 2024-10-23T18:38:14.178Z | Downloaded fragile v2.0.0 |
1034 | 2024-10-23T18:38:14.181Z | Downloaded password-hash v0.4.2 |
1035 | 2024-10-23T18:38:14.183Z | Downloaded slog-term v2.9.1 |
1036 | 2024-10-23T18:38:14.186Z | Downloaded num-traits v0.2.19 |
1037 | 2024-10-23T18:38:14.190Z | Downloaded unicode_categories v0.1.1 |
1038 | 2024-10-23T18:38:14.192Z | Downloaded aho-corasick v1.1.3 |
1039 | 2024-10-23T18:38:14.200Z | Downloaded primeorder v0.13.6 |
1040 | 2024-10-23T18:38:14.203Z | Downloaded cc v1.1.30 |
1041 | 2024-10-23T18:38:14.206Z | Downloaded test-strategy v0.3.1 |
1042 | 2024-10-23T18:38:14.210Z | Downloaded rfc6979 v0.4.0 |
1043 | 2024-10-23T18:38:14.213Z | Downloaded base64 v0.21.7 |
1044 | 2024-10-23T18:38:14.217Z | Downloaded http v0.2.12 |
1045 | 2024-10-23T18:38:14.221Z | Downloaded aes-gcm v0.10.3 |
1046 | 2024-10-23T18:38:14.227Z | Downloaded sync_wrapper v1.0.1 |
1047 | 2024-10-23T18:38:14.229Z | Downloaded float-cmp v0.9.0 |
1048 | 2024-10-23T18:38:14.229Z | Downloaded tokio-macros v2.4.0 |
1049 | 2024-10-23T18:38:14.229Z | Downloaded hickory-resolver v0.24.1 |
1050 | 2024-10-23T18:38:14.235Z | Downloaded structmeta v0.2.0 |
1051 | 2024-10-23T18:38:14.241Z | Downloaded smf v0.2.3 |
1052 | 2024-10-23T18:38:14.241Z | Downloaded const_format v0.2.33 |
1053 | 2024-10-23T18:38:14.248Z | Downloaded deranged v0.3.11 |
1054 | 2024-10-23T18:38:14.248Z | Downloaded zerocopy v0.6.6 |
1055 | 2024-10-23T18:38:14.248Z | Downloaded rayon-core v1.12.1 |
1056 | 2024-10-23T18:38:14.256Z | Downloaded vergen v8.3.2 |
1057 | 2024-10-23T18:38:14.256Z | Downloaded secrecy v0.8.0 |
1058 | 2024-10-23T18:38:14.259Z | Downloaded num-rational v0.4.2 |
1059 | 2024-10-23T18:38:14.259Z | Downloaded russh-keys v0.45.0 |
1060 | 2024-10-23T18:38:14.259Z | Downloaded thiserror-no-std v2.0.2 |
1061 | 2024-10-23T18:38:14.262Z | Downloaded mio v1.0.2 |
1062 | 2024-10-23T18:38:14.266Z | Downloaded multer v3.1.0 |
1063 | 2024-10-23T18:38:14.268Z | Downloaded zone v0.1.8 |
1064 | 2024-10-23T18:38:14.271Z | Downloaded zeroize v1.8.1 |
1065 | 2024-10-23T18:38:14.271Z | Downloaded chacha20poly1305 v0.10.1 |
1066 | 2024-10-23T18:38:14.274Z | Downloaded base64 v0.22.1 |
1067 | 2024-10-23T18:38:14.276Z | Downloaded lru v0.12.5 |
1068 | 2024-10-23T18:38:14.279Z | Downloaded iana-time-zone v0.1.61 |
1069 | 2024-10-23T18:38:14.281Z | Downloaded libloading v0.8.5 |
1070 | 2024-10-23T18:38:14.284Z | Downloaded const_format_proc_macros v0.2.33 |
1071 | 2024-10-23T18:38:14.286Z | Downloaded backoff v0.4.0 |
1072 | 2024-10-23T18:38:14.286Z | Downloaded async-bb8-diesel v0.2.1 |
1073 | 2024-10-23T18:38:14.289Z | Downloaded argon2 v0.5.3 |
1074 | 2024-10-23T18:38:14.292Z | Downloaded slab v0.4.9 |
1075 | 2024-10-23T18:38:14.292Z | Downloaded bitfield v0.14.0 |
1076 | 2024-10-23T18:38:14.294Z | Downloaded hyper-rustls v0.27.3 |
1077 | 2024-10-23T18:38:14.296Z | Downloaded hmac v0.12.1 |
1078 | 2024-10-23T18:38:14.299Z | Downloaded darling_core v0.20.10 |
1079 | 2024-10-23T18:38:14.301Z | Downloaded crossbeam-utils v0.8.20 |
1080 | 2024-10-23T18:38:14.304Z | Downloaded backtrace v0.3.74 |
1081 | 2024-10-23T18:38:14.308Z | Downloaded slog-envlogger v2.2.0 |
1082 | 2024-10-23T18:38:14.311Z | Downloaded hickory-server v0.24.1 |
1083 | 2024-10-23T18:38:14.316Z | Downloaded slog-json v2.6.1 |
1084 | 2024-10-23T18:38:14.319Z | Downloaded signal-hook-tokio v0.3.1 |
1085 | 2024-10-23T18:38:14.319Z | Downloaded shell-words v1.1.0 |
1086 | 2024-10-23T18:38:14.322Z | Downloaded highway v1.2.0 |
1087 | 2024-10-23T18:38:14.322Z | Downloaded lazycell v1.3.0 |
1088 | 2024-10-23T18:38:14.322Z | Downloaded crc v3.2.1 |
1089 | 2024-10-23T18:38:14.325Z | Downloaded ctr v0.9.2 |
1090 | 2024-10-23T18:38:14.327Z | Downloaded crc-catalog v2.4.0 |
1091 | 2024-10-23T18:38:14.327Z | Downloaded hyper-util v0.1.9 |
1092 | 2024-10-23T18:38:14.331Z | Downloaded buf-list v1.0.3 |
1093 | 2024-10-23T18:38:14.334Z | Downloaded bit-set v0.5.3 |
1094 | 2024-10-23T18:38:14.336Z | Downloaded bcrypt-pbkdf v0.10.0 |
1095 | 2024-10-23T18:38:14.336Z | Downloaded blowfish v0.9.1 |
1096 | 2024-10-23T18:38:14.339Z | Downloaded hyper-tls v0.6.0 |
1097 | 2024-10-23T18:38:14.339Z | Downloaded http-body v0.4.6 |
1098 | 2024-10-23T18:38:14.341Z | Downloaded time-core v0.1.2 |
1099 | 2024-10-23T18:38:14.341Z | Downloaded hostname v0.4.0 |
1100 | 2024-10-23T18:38:14.344Z | Downloaded hkdf v0.12.4 |
1101 | 2024-10-23T18:38:14.344Z | Downloaded nibble_vec v0.1.0 |
1102 | 2024-10-23T18:38:14.347Z | Downloaded cexpr v0.6.0 |
1103 | 2024-10-23T18:38:14.349Z | Downloaded base16ct v0.2.0 |
1104 | 2024-10-23T18:38:14.350Z | Downloaded ring v0.17.8 |
1105 | 2024-10-23T18:38:14.416Z | Downloaded atomic-waker v1.1.2 |
1106 | 2024-10-23T18:38:14.419Z | Downloaded arrayref v0.3.9 |
1107 | 2024-10-23T18:38:14.419Z | Downloaded humantime v2.1.0 |
1108 | 2024-10-23T18:38:14.422Z | Downloaded hubpack v0.1.2 |
1109 | 2024-10-23T18:38:14.423Z | Downloaded ciborium v0.2.2 |
1110 | 2024-10-23T18:38:14.425Z | Downloaded async-trait v0.1.83 |
1111 | 2024-10-23T18:38:14.429Z | Downloaded chrono-tz-build v0.4.0 |
1112 | 2024-10-23T18:38:14.429Z | Downloaded array-init v0.0.4 |
1113 | 2024-10-23T18:38:14.429Z | Downloaded constant_time_eq v0.3.1 |
1114 | 2024-10-23T18:38:14.435Z | Downloaded bitfield-struct v0.6.2 |
1115 | 2024-10-23T18:38:14.435Z | Downloaded block-padding v0.3.3 |
1116 | 2024-10-23T18:38:14.435Z | Downloaded bit-vec v0.6.3 |
1117 | 2024-10-23T18:38:14.435Z | Downloaded assert_matches v1.5.0 |
1118 | 2024-10-23T18:38:14.439Z | Downloaded matches v0.1.10 |
1119 | 2024-10-23T18:38:14.450Z | Downloaded libsqlite3-sys v0.30.1 |
1120 | 2024-10-23T18:38:14.629Z | Compiling serde v1.0.210 |
1121 | 2024-10-23T18:38:14.631Z | Compiling typenum v1.17.0 |
1122 | 2024-10-23T18:38:14.631Z | Compiling lock_api v0.4.12 |
1123 | 2024-10-23T18:38:14.631Z | Compiling generic-array v0.14.7 |
1124 | 2024-10-23T18:38:14.631Z | Compiling scopeguard v1.2.0 |
1125 | 2024-10-23T18:38:14.631Z | Compiling subtle v2.6.1 |
1126 | 2024-10-23T18:38:14.806Z | Compiling syn v2.0.79 |
1127 | 2024-10-23T18:38:14.819Z | Compiling getrandom v0.2.15 |
1128 | 2024-10-23T18:38:14.923Z | Compiling value-bag v1.9.0 |
1129 | 2024-10-23T18:38:15.114Z | Compiling rand_core v0.6.4 |
1130 | 2024-10-23T18:38:15.213Z | Compiling const-oid v0.9.6 |
1131 | 2024-10-23T18:38:15.232Z | Compiling pin-project-lite v0.2.14 |
1132 | 2024-10-23T18:38:15.359Z | Compiling smallvec v1.13.2 |
1133 | 2024-10-23T18:38:15.380Z | Compiling log v0.4.22 |
1134 | 2024-10-23T18:38:15.561Z | Compiling jobserver v0.1.32 |
1135 | 2024-10-23T18:38:15.670Z | Compiling parking_lot_core v0.9.10 |
1136 | 2024-10-23T18:38:15.771Z | Compiling shlex v1.3.0 |
1137 | 2024-10-23T18:38:15.810Z | Compiling futures-core v0.3.31 |
1138 | 2024-10-23T18:38:16.070Z | Compiling cc v1.1.30 |
1139 | 2024-10-23T18:38:16.184Z | Compiling signal-hook-registry v1.4.2 |
1140 | 2024-10-23T18:38:16.284Z | Compiling mio v1.0.2 |
1141 | 2024-10-23T18:38:16.504Z | Compiling cpufeatures v0.2.14 |
1142 | 2024-10-23T18:38:16.608Z | Compiling parking_lot v0.12.3 |
1143 | 2024-10-23T18:38:16.858Z | Compiling futures-sink v0.3.31 |
1144 | 2024-10-23T18:38:17.015Z | Compiling spin v0.9.8 |
1145 | 2024-10-23T18:38:17.034Z | Compiling socket2 v0.5.7 |
1146 | 2024-10-23T18:38:17.250Z | Compiling slab v0.4.9 |
1147 | 2024-10-23T18:38:17.412Z | Compiling serde_json v1.0.128 |
1148 | 2024-10-23T18:38:17.474Z | Compiling futures-channel v0.3.31 |
1149 | 2024-10-23T18:38:17.538Z | Compiling futures-io v0.3.31 |
1150 | 2024-10-23T18:38:17.556Z | Compiling foldhash v0.1.3 |
1151 | 2024-10-23T18:38:17.775Z | Compiling futures-task v0.3.31 |
1152 | 2024-10-23T18:38:17.833Z | Compiling allocator-api2 v0.2.18 |
1153 | 2024-10-23T18:38:17.850Z | Compiling tinyvec_macros v0.1.1 |
1154 | 2024-10-23T18:38:17.870Z | Compiling pin-utils v0.1.0 |
1155 | 2024-10-23T18:38:17.938Z | Compiling tinyvec v1.8.0 |
1156 | 2024-10-23T18:38:17.959Z | Compiling libm v0.2.8 |
1157 | 2024-10-23T18:38:17.976Z | Compiling num-traits v0.2.19 |
1158 | 2024-10-23T18:38:17.994Z | Compiling unicode-bidi v0.3.17 |
1159 | 2024-10-23T18:38:18.066Z | Compiling base64ct v1.6.0 |
1160 | 2024-10-23T18:38:18.503Z | Compiling hashbrown v0.15.0 |
1161 | 2024-10-23T18:38:18.601Z | Compiling pem-rfc7468 v0.7.0 |
1162 | 2024-10-23T18:38:18.648Z | Compiling flagset v0.4.6 |
1163 | 2024-10-23T18:38:18.832Z | Compiling httparse v1.9.5 |
1164 | 2024-10-23T18:38:19.386Z | Compiling unicode-normalization v0.1.24 |
1165 | 2024-10-23T18:38:19.437Z | Compiling tracing-core v0.1.32 |
1166 | 2024-10-23T18:38:19.739Z | Compiling rustls-pki-types v1.9.0 |
1167 | 2024-10-23T18:38:19.811Z | Compiling percent-encoding v2.3.1 |
1168 | 2024-10-23T18:38:19.863Z | Compiling crossbeam-utils v0.8.20 |
1169 | 2024-10-23T18:38:20.340Z | Compiling ring v0.17.8 |
1170 | 2024-10-23T18:38:20.537Z | Compiling num-conv v0.1.0 |
1171 | 2024-10-23T18:38:20.555Z | Compiling vcpkg v0.2.15 |
1172 | 2024-10-23T18:38:20.766Z | Compiling time-core v0.1.2 |
1173 | 2024-10-23T18:38:20.824Z | Compiling untrusted v0.9.0 |
1174 | 2024-10-23T18:38:20.856Z | Compiling pkg-config v0.3.31 |
1175 | 2024-10-23T18:38:20.922Z | Compiling powerfmt v0.2.0 |
1176 | 2024-10-23T18:38:20.940Z | Compiling time-macros v0.2.18 |
1177 | 2024-10-23T18:38:21.305Z | Compiling deranged v0.3.11 |
1178 | 2024-10-23T18:38:21.510Z | Compiling num_threads v0.1.7 |
1179 | 2024-10-23T18:38:21.700Z | Compiling atomic-waker v1.1.2 |
1180 | 2024-10-23T18:38:21.877Z | Compiling form_urlencoded v1.2.1 |
1181 | 2024-10-23T18:38:22.184Z | Compiling try-lock v0.2.5 |
1182 | 2024-10-23T18:38:22.256Z | Compiling rustix v0.38.37 |
1183 | 2024-10-23T18:38:22.327Z | Compiling slog v2.7.0 |
1184 | 2024-10-23T18:38:22.365Z | Compiling want v0.3.1 |
1185 | 2024-10-23T18:38:22.657Z | Compiling httpdate v1.0.3 |
1186 | 2024-10-23T18:38:22.695Z | Compiling openssl-sys v0.9.103 |
1187 | 2024-10-23T18:38:23.084Z | Compiling idna v0.5.0 |
1188 | 2024-10-23T18:38:23.119Z | Compiling match_cfg v0.1.0 |
1189 | 2024-10-23T18:38:23.194Z | Compiling openssl v0.10.66 |
1190 | 2024-10-23T18:38:23.221Z | Compiling base64 v0.22.1 |
1191 | 2024-10-23T18:38:23.627Z | Compiling foreign-types-shared v0.1.1 |
1192 | 2024-10-23T18:38:23.673Z | Compiling tower-service v0.3.3 |
1193 | 2024-10-23T18:38:23.741Z | Compiling rustversion v1.0.17 |
1194 | 2024-10-23T18:38:23.796Z | Compiling iana-time-zone v0.1.61 |
1195 | 2024-10-23T18:38:23.868Z | Compiling url v2.5.2 |
1196 | 2024-10-23T18:38:24.128Z | Compiling time v0.3.36 |
1197 | 2024-10-23T18:38:24.244Z | Compiling foreign-types v0.3.2 |
1198 | 2024-10-23T18:38:24.338Z | Compiling hostname v0.3.1 |
1199 | 2024-10-23T18:38:24.528Z | Compiling dirs-sys-next v0.1.2 |
1200 | 2024-10-23T18:38:24.586Z | Compiling aho-corasick v1.1.3 |
1201 | 2024-10-23T18:38:24.604Z | Compiling adler2 v2.0.0 |
1202 | 2024-10-23T18:38:24.795Z | Compiling regex-syntax v0.8.5 |
1203 | 2024-10-23T18:38:25.171Z | Compiling syn v1.0.109 |
1204 | 2024-10-23T18:38:25.215Z | Compiling siphasher v0.3.11 |
1205 | 2024-10-23T18:38:25.596Z | Compiling native-tls v0.2.12 |
1206 | 2024-10-23T18:38:25.742Z | Compiling rustls v0.23.14 |
1207 | 2024-10-23T18:38:25.803Z | Compiling rustls v0.22.4 |
1208 | 2024-10-23T18:38:25.930Z | Compiling data-encoding v2.6.0 |
1209 | 2024-10-23T18:38:26.077Z | Compiling miniz_oxide v0.8.0 |
1210 | 2024-10-23T18:38:26.097Z | Compiling dirs-next v2.0.0 |
1211 | 2024-10-23T18:38:27.630Z | Compiling serde_derive_internals v0.29.1 |
1212 | 2024-10-23T18:38:27.649Z | Compiling crossbeam-epoch v0.9.18 |
1213 | 2024-10-23T18:38:28.151Z | Compiling regex-automata v0.4.8 |
1214 | 2024-10-23T18:38:28.400Z | Compiling lazy_static v1.5.0 |
1215 | 2024-10-23T18:38:28.520Z | Compiling thread_local v1.1.8 |
1216 | 2024-10-23T18:38:28.857Z | Compiling serde_derive v1.0.210 |
1217 | 2024-10-23T18:38:29.015Z | Compiling zeroize_derive v1.4.2 |
1218 | 2024-10-23T18:38:29.173Z | Compiling zerocopy-derive v0.7.35 |
1219 | 2024-10-23T18:38:29.891Z | Compiling tokio-macros v2.4.0 |
1220 | 2024-10-23T18:38:30.393Z | Compiling thiserror-impl v1.0.64 |
1221 | 2024-10-23T18:38:30.626Z | Compiling zeroize v1.8.1 |
1222 | 2024-10-23T18:38:31.236Z | Compiling futures-macro v0.3.31 |
1223 | 2024-10-23T18:38:31.297Z | Compiling der_derive v0.7.3 |
1224 | 2024-10-23T18:38:31.459Z | Compiling zerocopy v0.7.35 |
1225 | 2024-10-23T18:38:31.514Z | Compiling tracing-attributes v0.1.27 |
1226 | 2024-10-23T18:38:32.376Z | Compiling crypto-common v0.1.6 |
1227 | 2024-10-23T18:38:32.607Z | Compiling block-buffer v0.10.4 |
1228 | 2024-10-23T18:38:32.877Z | Compiling digest v0.10.7 |
1229 | 2024-10-23T18:38:33.056Z | Compiling block-padding v0.3.3 |
1230 | 2024-10-23T18:38:33.204Z | Compiling futures-util v0.3.31 |
1231 | 2024-10-23T18:38:33.300Z | Compiling hmac v0.12.1 |
1232 | 2024-10-23T18:38:33.346Z | Compiling inout v0.1.3 |
1233 | 2024-10-23T18:38:33.527Z | Compiling sha2 v0.10.8 |
1234 | 2024-10-23T18:38:33.602Z | Compiling cipher v0.4.4 |
1235 | 2024-10-23T18:38:33.642Z | Compiling thiserror v1.0.64 |
1236 | 2024-10-23T18:38:33.778Z | Compiling ppv-lite86 v0.2.20 |
1237 | 2024-10-23T18:38:33.803Z | Compiling der v0.7.9 |
1238 | 2024-10-23T18:38:34.119Z | Compiling salsa20 v0.10.2 |
1239 | 2024-10-23T18:38:34.367Z | Compiling pest v2.7.14 |
1240 | 2024-10-23T18:38:34.727Z | Compiling rand_chacha v0.3.1 |
1241 | 2024-10-23T18:38:35.281Z | Compiling tracing v0.1.40 |
1242 | 2024-10-23T18:38:35.777Z | Compiling spki v0.7.3 |
1243 | 2024-10-23T18:38:36.167Z | Compiling rand v0.8.5 |
1244 | 2024-10-23T18:38:37.053Z | Compiling pbkdf2 v0.12.2 |
1245 | 2024-10-23T18:38:37.095Z | Compiling pest_meta v2.7.14 |
1246 | 2024-10-23T18:38:37.137Z | Compiling aes v0.8.4 |
1247 | 2024-10-23T18:38:37.216Z | Compiling scrypt v0.11.0 |
1248 | 2024-10-23T18:38:37.430Z | Compiling cbc v0.1.2 |
1249 | 2024-10-23T18:38:37.669Z | Compiling scroll_derive v0.12.0 |
1250 | 2024-10-23T18:38:37.754Z | Compiling rustls-webpki v0.102.8 |
1251 | 2024-10-23T18:38:38.283Z | Compiling pkcs5 v0.7.1 |
1252 | 2024-10-23T18:38:39.143Z | Compiling scroll v0.12.0 |
1253 | 2024-10-23T18:38:39.326Z | Compiling pest_generator v2.7.14 |
1254 | 2024-10-23T18:38:39.483Z | Compiling pkcs8 v0.10.2 |
1255 | 2024-10-23T18:38:39.731Z | Compiling goblin v0.8.2 |
1256 | 2024-10-23T18:38:39.878Z | Compiling async-trait v0.1.83 |
1257 | 2024-10-23T18:38:39.999Z | Compiling openssl-macros v0.1.1 |
1258 | 2024-10-23T18:38:40.204Z | Compiling signature v2.2.0 |
1259 | 2024-10-23T18:38:40.493Z | Compiling sha1 v0.10.6 |
1260 | 2024-10-23T18:38:40.782Z | Compiling multer v3.1.0 |
1261 | 2024-10-23T18:38:40.881Z | Compiling encoding_rs v0.8.34 |
1262 | 2024-10-23T18:38:40.914Z | Compiling cookie v0.18.1 |
1263 | 2024-10-23T18:38:41.068Z | Compiling schemars v0.8.21 |
1264 | 2024-10-23T18:38:41.196Z | Compiling slog-async v2.8.0 |
1265 | 2024-10-23T18:38:41.276Z | Compiling unicode-properties v0.1.3 |
1266 | 2024-10-23T18:38:41.425Z | Compiling paste v1.0.15 |
1267 | 2024-10-23T18:38:41.659Z | Compiling gimli v0.31.1 |
1268 | 2024-10-23T18:38:41.721Z | Compiling either v1.13.0 |
1269 | 2024-10-23T18:38:41.966Z | Compiling signal-hook v0.3.17 |
1270 | 2024-10-23T18:38:42.031Z | Compiling pest_derive v2.7.14 |
1271 | 2024-10-23T18:38:42.099Z | Compiling rayon-core v1.12.1 |
1272 | 2024-10-23T18:38:42.255Z | Compiling mime v0.3.17 |
1273 | 2024-10-23T18:38:42.378Z | Compiling ipnet v2.10.1 |
1274 | 2024-10-23T18:38:42.579Z | Compiling openssl-probe v0.1.5 |
1275 | 2024-10-23T18:38:42.788Z | Compiling bytes v1.7.2 |
1276 | 2024-10-23T18:38:42.935Z | Compiling indexmap v2.6.0 |
1277 | 2024-10-23T18:38:43.168Z | Compiling bitflags v2.6.0 |
1278 | 2024-10-23T18:38:43.551Z | Compiling semver v1.0.23 |
1279 | 2024-10-23T18:38:44.057Z | Compiling tokio v1.40.0 |
1280 | 2024-10-23T18:38:44.350Z | Compiling http v1.1.0 |
1281 | 2024-10-23T18:38:44.428Z | Compiling rustc_version v0.4.1 |
1282 | 2024-10-23T18:38:45.237Z | Compiling dof v0.3.0 |
1283 | 2024-10-23T18:38:45.381Z | Compiling dtrace-parser v0.2.0 |
1284 | 2024-10-23T18:38:45.936Z | Compiling http-body v1.0.1 |
1285 | 2024-10-23T18:38:46.160Z | Compiling serde_spanned v0.6.8 |
1286 | 2024-10-23T18:38:46.391Z | Compiling serde_tokenstream v0.2.2 |
1287 | 2024-10-23T18:38:46.719Z | Compiling uuid v1.10.0 |
1288 | 2024-10-23T18:38:46.884Z | Compiling toml_datetime v0.6.8 |
1289 | 2024-10-23T18:38:46.978Z | Compiling usdt-impl v0.5.0 |
1290 | 2024-10-23T18:38:47.395Z | Compiling chrono v0.4.38 |
1291 | 2024-10-23T18:38:47.398Z | Compiling http-body-util v0.1.2 |
1292 | 2024-10-23T18:38:47.432Z | Compiling heapless v0.7.17 |
1293 | 2024-10-23T18:38:48.002Z | Compiling toml_edit v0.22.22 |
1294 | 2024-10-23T18:38:48.104Z | Compiling addr2line v0.24.2 |
1295 | 2024-10-23T18:38:48.529Z | Compiling curve25519-dalek v4.1.3 |
1296 | 2024-10-23T18:38:48.795Z | Compiling slog-json v2.6.1 |
1297 | 2024-10-23T18:38:48.994Z | Compiling serde_urlencoded v0.7.1 |
1298 | 2024-10-23T18:38:49.274Z | Compiling stringprep v0.1.5 |
1299 | 2024-10-23T18:38:49.459Z | Compiling futures-executor v0.3.31 |
1300 | 2024-10-23T18:38:49.932Z | Compiling usdt-attr-macro v0.5.0 |
1301 | 2024-10-23T18:38:49.999Z | Compiling usdt-macro v0.5.0 |
1302 | 2024-10-23T18:38:51.156Z | Compiling md-5 v0.10.6 |
1303 | 2024-10-23T18:38:51.423Z | Compiling schemars_derive v0.8.21 |
1304 | 2024-10-23T18:38:51.514Z | Compiling enum-as-inner v0.6.1 |
1305 | 2024-10-23T18:38:51.611Z | Compiling async-stream-impl v0.3.6 |
1306 | 2024-10-23T18:38:52.601Z | Compiling tokio-util v0.7.12 |
1307 | 2024-10-23T18:38:53.004Z | Compiling crossbeam-deque v0.8.5 |
1308 | 2024-10-23T18:38:53.340Z | Compiling term v0.7.0 |
1309 | 2024-10-23T18:38:53.976Z | Compiling h2 v0.4.6 |
1310 | 2024-10-23T18:38:55.423Z | Compiling crossbeam-channel v0.5.13 |
1311 | 2024-10-23T18:38:56.088Z | Compiling num-integer v0.1.46 |
1312 | 2024-10-23T18:38:56.462Z | Compiling rustls-pemfile v2.2.0 |
1313 | 2024-10-23T18:38:56.487Z | Compiling idna v0.3.0 |
1314 | 2024-10-23T18:38:56.813Z | Compiling idna v0.4.0 |
1315 | 2024-10-23T18:38:56.859Z | Compiling ff v0.13.0 |
1316 | 2024-10-23T18:38:57.068Z | Compiling hash32 v0.2.1 |
1317 | 2024-10-23T18:38:57.449Z | Compiling is-terminal v0.4.13 |
1318 | 2024-10-23T18:38:57.576Z | Compiling object v0.36.5 |
1319 | 2024-10-23T18:38:58.105Z | Compiling dropshot v0.12.0 |
1320 | 2024-10-23T18:38:58.375Z | Compiling stable_deref_trait v1.2.0 |
1321 | 2024-10-23T18:38:58.411Z | Compiling fallible-iterator v0.2.0 |
1322 | 2024-10-23T18:38:58.480Z | Compiling smoltcp v0.9.1 |
1323 | 2024-10-23T18:38:59.101Z | Compiling quick-error v1.2.3 |
1324 | 2024-10-23T18:38:59.232Z | Compiling num-bigint-dig v0.8.4 |
1325 | 2024-10-23T18:38:59.251Z | Compiling anyhow v1.0.89 |
1326 | 2024-10-23T18:38:59.282Z | Compiling base16ct v0.2.0 |
1327 | 2024-10-23T18:38:59.531Z | Compiling portable-atomic v1.9.0 |
1328 | 2024-10-23T18:38:59.616Z | Compiling rustc-demangle v0.1.24 |
1329 | 2024-10-23T18:38:59.663Z | Compiling dyn-clone v1.0.17 |
1330 | 2024-10-23T18:38:59.893Z | Compiling psl-types v2.0.11 |
1331 | 2024-10-23T18:38:59.912Z | Compiling take_mut v0.2.2 |
1332 | 2024-10-23T18:39:00.071Z | Compiling linked-hash-map v0.5.6 |
1333 | 2024-10-23T18:39:00.092Z | Compiling utf-8 v0.7.6 |
1334 | 2024-10-23T18:39:00.414Z | Compiling lru-cache v0.1.2 |
1335 | 2024-10-23T18:39:00.417Z | Compiling tungstenite v0.24.0 |
1336 | 2024-10-23T18:39:00.569Z | Compiling publicsuffix v2.2.3 |
1337 | 2024-10-23T18:39:00.809Z | Compiling hyper v1.4.1 |
1338 | 2024-10-23T18:39:01.816Z | Compiling sec1 v0.7.3 |
1339 | 2024-10-23T18:39:02.424Z | Compiling resolv-conf v0.7.0 |
1340 | 2024-10-23T18:39:02.761Z | Compiling postgres-protocol v0.6.7 |
1341 | 2024-10-23T18:39:04.091Z | Compiling hyper-util v0.1.9 |
1342 | 2024-10-23T18:39:04.445Z | Compiling backtrace v0.3.74 |
1343 | 2024-10-23T18:39:04.469Z | Compiling hickory-proto v0.24.1 |
1344 | 2024-10-23T18:39:04.488Z | Compiling slog-term v2.9.1 |
1345 | 2024-10-23T18:39:04.719Z | Compiling usdt v0.5.0 |
1346 | 2024-10-23T18:39:05.012Z | Compiling group v0.13.0 |
1347 | 2024-10-23T18:39:05.218Z | Compiling num-iter v0.1.45 |
1348 | 2024-10-23T18:39:05.243Z | Compiling tokio-rustls v0.26.0 |
1349 | 2024-10-23T18:39:05.326Z | Compiling tokio-native-tls v0.3.1 |
1350 | 2024-10-23T18:39:05.404Z | Compiling tokio-rustls v0.25.0 |
1351 | 2024-10-23T18:39:05.675Z | Compiling async-stream v0.3.6 |
1352 | 2024-10-23T18:39:05.693Z | Compiling toml v0.8.19 |
1353 | 2024-10-23T18:39:05.816Z | Compiling futures v0.3.31 |
1354 | 2024-10-23T18:39:07.006Z | Compiling camino v1.1.9 |
1355 | 2024-10-23T18:39:07.407Z | Compiling slog-bunyan v2.5.0 |
1356 | 2024-10-23T18:39:07.513Z | Compiling terminal_size v0.4.0 |
1357 | 2024-10-23T18:39:07.621Z | Compiling dropshot_endpoint v0.12.0 |
1358 | 2024-10-23T18:39:07.683Z | Compiling openapiv3 v2.0.0 |
1359 | 2024-10-23T18:39:07.925Z | Compiling serde_path_to_error v0.1.16 |
1360 | 2024-10-23T18:39:07.980Z | Compiling hkdf v0.12.4 |
1361 | 2024-10-23T18:39:08.115Z | Compiling crypto-bigint v0.5.5 |
1362 | 2024-10-23T18:39:08.234Z | Compiling curve25519-dalek-derive v0.1.1 |
1363 | 2024-10-23T18:39:08.259Z | Compiling zerocopy-derive v0.6.6 |
1364 | 2024-10-23T18:39:08.756Z | Compiling phf_shared v0.11.2 |
1365 | 2024-10-23T18:39:08.908Z | Compiling hubpack_derive v0.1.1 |
1366 | 2024-10-23T18:39:09.191Z | Compiling waitgroup v0.1.2 |
1367 | 2024-10-23T18:39:09.421Z | Compiling webpki-roots v0.26.6 |
1368 | 2024-10-23T18:39:09.643Z | Compiling hostname v0.4.0 |
1369 | 2024-10-23T18:39:09.800Z | Compiling fs-err v2.11.0 |
1370 | 2024-10-23T18:39:09.856Z | Compiling ahash v0.8.11 |
1371 | 2024-10-23T18:39:09.899Z | Compiling bitflags v1.3.2 |
1372 | 2024-10-23T18:39:10.009Z | Compiling winnow v0.5.40 |
1373 | 2024-10-23T18:39:10.091Z | Compiling debug-ignore v1.0.5 |
1374 | 2024-10-23T18:39:10.202Z | Compiling managed v0.8.0 |
1375 | 2024-10-23T18:39:10.236Z | Compiling clap_builder v4.5.20 |
1376 | 2024-10-23T18:39:10.421Z | Compiling zerocopy v0.6.6 |
1377 | 2024-10-23T18:39:11.281Z | Compiling elliptic-curve v0.13.8 |
1378 | 2024-10-23T18:39:11.953Z | Compiling console v0.15.8 |
1379 | 2024-10-23T18:39:12.282Z | Compiling strum_macros v0.25.3 |
1380 | 2024-10-23T18:39:12.734Z | Compiling hickory-resolver v0.24.1 |
1381 | 2024-10-23T18:39:13.510Z | Compiling toml_edit v0.19.15 |
1382 | 2024-10-23T18:39:13.754Z | Compiling hubpack v0.1.2 |
1383 | 2024-10-23T18:39:14.257Z | Compiling hyper-rustls v0.27.3 |
1384 | 2024-10-23T18:39:14.671Z | Compiling phf v0.11.2 |
1385 | 2024-10-23T18:39:14.898Z | Compiling signal-hook-mio v0.2.4 |
1386 | 2024-10-23T18:39:14.956Z | Compiling cookie_store v0.21.0 |
1387 | 2024-10-23T18:39:15.046Z | Compiling rayon v1.10.0 |
1388 | 2024-10-23T18:39:16.403Z | Compiling hyper-tls v0.6.0 |
1389 | 2024-10-23T18:39:17.714Z | Compiling postgres-types v0.2.8 |
1390 | 2024-10-23T18:39:19.299Z | Compiling tokio-tungstenite v0.24.0 |
1391 | 2024-10-23T18:39:19.491Z | Compiling tokio-stream v0.1.16 |
1392 | 2024-10-23T18:39:19.806Z | Compiling serde-big-array v0.5.1 |
1393 | 2024-10-23T18:39:19.839Z | Compiling ed25519 v2.2.3 |
1394 | 2024-10-23T18:39:20.043Z | Compiling pkcs1 v0.7.5 |
1395 | 2024-10-23T18:39:20.508Z | Compiling rfc6979 v0.4.0 |
1396 | 2024-10-23T18:39:20.694Z | Compiling bstr v1.10.0 |
1397 | 2024-10-23T18:39:20.773Z | Compiling regex v1.11.0 |
1398 | 2024-10-23T18:39:21.038Z | Compiling clap_derive v4.5.18 |
1399 | 2024-10-23T18:39:21.355Z | Compiling derive-where v1.2.7 |
1400 | 2024-10-23T18:39:21.563Z | Compiling serde_repr v0.1.19 |
1401 | 2024-10-23T18:39:21.834Z | Compiling phf_shared v0.10.0 |
1402 | 2024-10-23T18:39:21.903Z | Compiling float-cmp v0.9.0 |
1403 | 2024-10-23T18:39:22.131Z | Compiling sync_wrapper v1.0.1 |
1404 | 2024-10-23T18:39:22.231Z | Compiling crc32fast v1.4.2 |
1405 | 2024-10-23T18:39:22.277Z | Compiling difflib v0.4.0 |
1406 | 2024-10-23T18:39:22.369Z | Compiling normalize-line-endings v0.3.0 |
1407 | 2024-10-23T18:39:22.466Z | Compiling precomputed-hash v0.1.1 |
1408 | 2024-10-23T18:39:22.498Z | Compiling unicode-segmentation v1.12.0 |
1409 | 2024-10-23T18:39:22.565Z | Compiling predicates-core v1.0.8 |
1410 | 2024-10-23T18:39:22.588Z | Compiling static_assertions v1.1.0 |
1411 | 2024-10-23T18:39:22.694Z | Compiling new_debug_unreachable v1.0.6 |
1412 | 2024-10-23T18:39:22.734Z | Compiling bit-vec v0.6.3 |
1413 | 2024-10-23T18:39:22.791Z | Compiling whoami v1.5.2 |
1414 | 2024-10-23T18:39:22.899Z | Compiling number_prefix v0.4.0 |
1415 | 2024-10-23T18:39:23.135Z | Compiling minimal-lexical v0.2.1 |
1416 | 2024-10-23T18:39:23.170Z | Compiling fixedbitset v0.4.2 |
1417 | 2024-10-23T18:39:23.369Z | Compiling similar v2.6.0 |
1418 | 2024-10-23T18:39:23.455Z | Compiling petgraph v0.6.5 |
1419 | 2024-10-23T18:39:23.632Z | Compiling nom v7.1.3 |
1420 | 2024-10-23T18:39:23.652Z | Compiling tokio-postgres v0.7.12 |
1421 | 2024-10-23T18:39:23.792Z | Compiling indicatif v0.17.8 |
1422 | 2024-10-23T18:39:24.977Z | Compiling qorb v0.1.2 |
1423 | 2024-10-23T18:39:25.806Z | Compiling bit-set v0.5.3 |
1424 | 2024-10-23T18:39:26.002Z | Compiling string_cache v0.8.7 |
1425 | 2024-10-23T18:39:26.022Z | Compiling clap v4.5.20 |
1426 | 2024-10-23T18:39:26.079Z | Compiling predicates v3.1.2 |
1427 | 2024-10-23T18:39:26.150Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1428 | 2024-10-23T18:39:26.472Z | Compiling flate2 v1.0.34 |
1429 | 2024-10-23T18:39:27.229Z | Compiling reqwest v0.12.8 |
1430 | 2024-10-23T18:39:27.288Z | Compiling ecdsa v0.16.9 |
1431 | 2024-10-23T18:39:27.416Z | Compiling rsa v0.9.6 |
1432 | 2024-10-23T18:39:27.804Z | Compiling ed25519-dalek v2.1.1 |
1433 | 2024-10-23T18:39:28.108Z | Compiling toml v0.7.8 |
1434 | 2024-10-23T18:39:29.118Z | Compiling crossterm v0.28.1 |
1435 | 2024-10-23T18:39:30.282Z | Compiling hex v0.4.3 |
1436 | 2024-10-23T18:39:30.469Z | Compiling itertools v0.10.5 |
1437 | 2024-10-23T18:39:30.897Z | Compiling itertools v0.12.1 |
1438 | 2024-10-23T18:39:31.003Z | Compiling x509-cert v0.2.5 |
1439 | 2024-10-23T18:39:31.322Z | Compiling peg-runtime v0.8.3 |
1440 | 2024-10-23T18:39:31.992Z | Compiling unicode-xid v0.2.6 |
1441 | 2024-10-23T18:39:32.172Z | Compiling lalrpop-util v0.19.12 |
1442 | 2024-10-23T18:39:32.530Z | Compiling xattr v1.3.1 |
1443 | 2024-10-23T18:39:32.789Z | Compiling strum_macros v0.26.4 |
1444 | 2024-10-23T18:39:32.841Z | Compiling filetime v0.2.25 |
1445 | 2024-10-23T18:39:33.148Z | Compiling tar v0.4.42 |
1446 | 2024-10-23T18:39:36.062Z | Compiling strum v0.26.3 |
1447 | 2024-10-23T18:39:36.087Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1448 | 2024-10-23T18:39:36.335Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1449 | 2024-10-23T18:39:41.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
1450 | 2024-10-23T18:39:41.508Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1451 | 2024-10-23T18:39:41.554Z | Oct 23 18:39:40.641 INFO Starting download, target: Clickhouse |
1452 | 2024-10-23T18:39:41.554Z | Oct 23 18:39:40.641 INFO Starting download, target: Cockroach |
1453 | 2024-10-23T18:39:41.557Z | Oct 23 18:39:40.641 INFO Starting download, target: Console |
1454 | 2024-10-23T18:39:41.557Z | Oct 23 18:39:40.641 INFO Starting download, target: DendriteOpenapi |
1455 | 2024-10-23T18:39:41.557Z | Oct 23 18:39:40.641 INFO Starting download, target: DendriteStub |
1456 | 2024-10-23T18:39:41.557Z | Oct 23 18:39:40.641 INFO Starting download, target: MaghemiteMgd |
1457 | 2024-10-23T18:39:41.557Z | Oct 23 18:39:40.641 INFO Starting download, target: TransceiverControl |
1458 | 2024-10-23T18:39:41.557Z | Oct 23 18:39:40.642 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1459 | 2024-10-23T18:39:41.557Z | Oct 23 18:39:40.642 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1460 | 2024-10-23T18:39:41.557Z | Oct 23 18:39:40.642 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1461 | 2024-10-23T18:39:41.557Z | Oct 23 18:39:40.642 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1462 | 2024-10-23T18:39:41.557Z | Oct 23 18:39:40.642 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1463 | 2024-10-23T18:39:41.557Z | Oct 23 18:39:40.642 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1464 | 2024-10-23T18:39:41.557Z | Oct 23 18:39:40.642 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1465 | 2024-10-23T18:39:41.739Z | Oct 23 18:39:40.817 INFO Download complete, target: DendriteOpenapi |
1466 | 2024-10-23T18:39:41.812Z | Oct 23 18:39:40.895 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1467 | 2024-10-23T18:39:42.057Z | Oct 23 18:39:41.138 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1468 | 2024-10-23T18:39:42.378Z | Oct 23 18:39:41.464 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1469 | 2024-10-23T18:39:42.389Z | Oct 23 18:39:41.475 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1470 | 2024-10-23T18:39:42.462Z | Oct 23 18:39:41.549 INFO Download complete, target: Console |
1471 | 2024-10-23T18:39:42.611Z | Oct 23 18:39:41.698 INFO Download complete, target: TransceiverControl |
1472 | 2024-10-23T18:39:42.725Z | Oct 23 18:39:41.810 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1473 | 2024-10-23T18:39:42.726Z | Oct 23 18:39:41.811 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1474 | 2024-10-23T18:39:43.653Z | Oct 23 18:39:42.739 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1475 | 2024-10-23T18:39:45.604Z | Oct 23 18:39:44.689 INFO Download complete, target: DendriteStub |
1476 | 2024-10-23T18:39:45.811Z | Oct 23 18:39:44.897 INFO Download complete, target: MaghemiteMgd |
1477 | 2024-10-23T18:39:51.353Z | Oct 23 18:39:50.438 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1478 | 2024-10-23T18:39:51.691Z | Oct 23 18:39:50.774 INFO Checking that binary works, target: Cockroach |
1479 | 2024-10-23T18:39:51.901Z | Oct 23 18:39:50.986 INFO Download complete, target: Cockroach |
1480 | 2024-10-23T18:39:57.983Z | Oct 23 18:39:57.067 INFO Checking that binary works, target: Clickhouse |
1481 | 2024-10-23T18:39:58.144Z | Oct 23 18:39:57.227 INFO Download complete, target: Clickhouse |
1482 | 2024-10-23T18:39:58.165Z | All builder prerequisites installed successfully, and PATH looks valid |
1483 | 2024-10-23T18:39:58.168Z | |
1484 | 2024-10-23T18:39:58.168Z | real 3:41.889336720 |
1485 | 2024-10-23T18:39:58.168Z | user 12:40.529007693 |
1486 | 2024-10-23T18:39:58.168Z | sys 2:41.627820625 |
1487 | 2024-10-23T18:39:58.168Z | trap 0.458811752 |
1488 | 2024-10-23T18:39:58.168Z | tflt 1.854793391 |
1489 | 2024-10-23T18:39:58.168Z | dflt 1.730835125 |
1490 | 2024-10-23T18:39:58.168Z | kflt 0.028863947 |
1491 | 2024-10-23T18:39:58.168Z | lock 25:52.009606070 |
1492 | 2024-10-23T18:39:58.168Z | slp 47:48.880746991 |
1493 | 2024-10-23T18:39:58.168Z | lat 47.832463669 |
1494 | 2024-10-23T18:39:58.168Z | stop 2:04.153304567 |
1495 | 2024-10-23T18:39:58.168Z | + banner clippy |
1496 | 2024-10-23T18:39:58.170Z | |
1497 | 2024-10-23T18:39:58.170Z | #### # # ##### ##### # # |
1498 | 2024-10-23T18:39:58.170Z | # # # # # # # # # # |
1499 | 2024-10-23T18:39:58.170Z | # # # # # # # # |
1500 | 2024-10-23T18:39:58.170Z | # # # ##### ##### # |
1501 | 2024-10-23T18:39:58.170Z | # # # # # # # |
1502 | 2024-10-23T18:39:58.170Z | #### ###### # # # # |
1503 | 2024-10-23T18:39:58.170Z | |
1504 | 2024-10-23T18:39:58.170Z | + export CARGO_INCREMENTAL=0 |
1505 | 2024-10-23T18:39:58.170Z | + CARGO_INCREMENTAL=0 |
1506 | 2024-10-23T18:39:58.170Z | + ptime -m cargo xtask clippy |
1507 | 2024-10-23T18:39:58.728Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1508 | 2024-10-23T18:40:02.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s |
1509 | 2024-10-23T18:40:02.426Z | Running `target/debug/xtask clippy` |
1510 | 2024-10-23T18:40:02.445Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1511 | 2024-10-23T18:40:03.149Z | Downloading crates ... |
1512 | 2024-10-23T18:40:03.487Z | Downloaded concurrent-queue v2.5.0 |
1513 | 2024-10-23T18:40:03.491Z | Downloaded cfg-expr v0.17.0 |
1514 | 2024-10-23T18:40:03.493Z | Downloaded async-lock v3.4.0 |
1515 | 2024-10-23T18:40:03.496Z | Downloaded doc-comment v0.3.3 |
1516 | 2024-10-23T18:40:03.498Z | Downloaded pathdiff v0.2.2 |
1517 | 2024-10-23T18:40:03.498Z | Downloaded escape8259 v0.5.3 |
1518 | 2024-10-23T18:40:03.502Z | Downloaded plotters-svg v0.3.7 |
1519 | 2024-10-23T18:40:03.504Z | Downloaded nested v0.1.1 |
1520 | 2024-10-23T18:40:03.507Z | Downloaded async-channel v2.3.1 |
1521 | 2024-10-23T18:40:03.507Z | Downloaded anes v0.1.6 |
1522 | 2024-10-23T18:40:03.511Z | Downloaded piper v0.2.4 |
1523 | 2024-10-23T18:40:03.514Z | Downloaded async-global-executor v2.4.1 |
1524 | 2024-10-23T18:40:03.516Z | Downloaded criterion-plot v0.5.0 |
1525 | 2024-10-23T18:40:03.516Z | Downloaded approx v0.5.1 |
1526 | 2024-10-23T18:40:03.523Z | Downloaded serde_regex v1.1.0 |
1527 | 2024-10-23T18:40:03.526Z | Downloaded oorandom v11.1.4 |
1528 | 2024-10-23T18:40:03.526Z | Downloaded async-process v2.3.0 |
1529 | 2024-10-23T18:40:03.528Z | Downloaded target-spec v3.2.2 |
1530 | 2024-10-23T18:40:03.542Z | Downloaded tinytemplate v1.2.1 |
1531 | 2024-10-23T18:40:03.544Z | Downloaded stringmetrics v2.2.2 |
1532 | 2024-10-23T18:40:03.547Z | Downloaded blake2b_simd v1.0.2 |
1533 | 2024-10-23T18:40:03.547Z | Downloaded async-object-pool v0.1.5 |
1534 | 2024-10-23T18:40:03.549Z | Downloaded async-attributes v1.1.2 |
1535 | 2024-10-23T18:40:03.551Z | Downloaded guppy-workspace-hack v0.1.0 |
1536 | 2024-10-23T18:40:03.554Z | Downloaded rust-argon2 v2.1.0 |
1537 | 2024-10-23T18:40:03.554Z | Downloaded partial-io v0.5.4 |
1538 | 2024-10-23T18:40:03.559Z | Downloaded httptest v0.16.1 |
1539 | 2024-10-23T18:40:03.561Z | Downloaded assert-json-diff v2.0.2 |
1540 | 2024-10-23T18:40:03.564Z | Downloaded libtest-mimic v0.7.3 |
1541 | 2024-10-23T18:40:03.567Z | Downloaded event-listener-strategy v0.5.2 |
1542 | 2024-10-23T18:40:03.570Z | Downloaded futures-timer v3.0.3 |
1543 | 2024-10-23T18:40:03.570Z | Downloaded async-signal v0.2.10 |
1544 | 2024-10-23T18:40:03.573Z | Downloaded async-channel v1.9.0 |
1545 | 2024-10-23T18:40:03.575Z | Downloaded datatest-stable v0.2.9 |
1546 | 2024-10-23T18:40:03.578Z | Downloaded cast v0.3.0 |
1547 | 2024-10-23T18:40:03.580Z | Downloaded hyper-rustls v0.26.0 |
1548 | 2024-10-23T18:40:03.583Z | Downloaded event-listener v2.5.3 |
1549 | 2024-10-23T18:40:03.586Z | Downloaded threadpool v1.8.1 |
1550 | 2024-10-23T18:40:03.586Z | Downloaded rstest v0.23.0 |
1551 | 2024-10-23T18:40:03.592Z | Downloaded rand_distr v0.4.3 |
1552 | 2024-10-23T18:40:03.594Z | Downloaded kv-log-macro v1.0.7 |
1553 | 2024-10-23T18:40:03.596Z | Downloaded proc-macro-crate v3.2.0 |
1554 | 2024-10-23T18:40:03.596Z | Downloaded path-tree v0.8.1 |
1555 | 2024-10-23T18:40:03.599Z | Downloaded num_cpus v1.16.0 |
1556 | 2024-10-23T18:40:03.599Z | Downloaded blocking v1.6.1 |
1557 | 2024-10-23T18:40:03.602Z | Downloaded async-task v4.7.1 |
1558 | 2024-10-23T18:40:03.605Z | Downloaded similar-asserts v1.6.0 |
1559 | 2024-10-23T18:40:03.607Z | Downloaded futures-lite v2.3.0 |
1560 | 2024-10-23T18:40:03.607Z | Downloaded async-executor v1.13.1 |
1561 | 2024-10-23T18:40:03.609Z | Downloaded plotters-backend v0.3.7 |
1562 | 2024-10-23T18:40:03.612Z | Downloaded rustls-native-certs v0.7.3 |
1563 | 2024-10-23T18:40:03.612Z | Downloaded yansi v1.0.1 |
1564 | 2024-10-23T18:40:03.614Z | Downloaded target-lexicon v0.12.16 |
1565 | 2024-10-23T18:40:03.617Z | Downloaded relative-path v1.9.3 |
1566 | 2024-10-23T18:40:03.617Z | Downloaded pretty_assertions v1.4.1 |
1567 | 2024-10-23T18:40:03.619Z | Downloaded fancy-regex v0.13.0 |
1568 | 2024-10-23T18:40:03.622Z | Downloaded trybuild v1.0.100 |
1569 | 2024-10-23T18:40:03.625Z | Downloaded rstest_macros v0.23.0 |
1570 | 2024-10-23T18:40:03.628Z | Downloaded polling v3.7.3 |
1571 | 2024-10-23T18:40:03.632Z | Downloaded async-std v1.13.0 |
1572 | 2024-10-23T18:40:03.649Z | Downloaded async-io v2.3.4 |
1573 | 2024-10-23T18:40:03.652Z | Downloaded plotters v0.3.7 |
1574 | 2024-10-23T18:40:03.660Z | Downloaded guppy v0.17.8 |
1575 | 2024-10-23T18:40:03.665Z | Downloaded criterion v0.5.1 |
1576 | 2024-10-23T18:40:03.672Z | Downloaded assert_cmd v2.0.16 |
1577 | 2024-10-23T18:40:03.674Z | Downloaded event-listener v5.3.1 |
1578 | 2024-10-23T18:40:03.676Z | Downloaded parking v2.2.1 |
1579 | 2024-10-23T18:40:03.677Z | Downloaded indoc v2.0.5 |
1580 | 2024-10-23T18:40:03.726Z | Downloaded httpmock v0.8.0-alpha.1 |
1581 | 2024-10-23T18:40:04.431Z | Checking cfg-if v1.0.0 |
1582 | 2024-10-23T18:40:04.503Z | Checking libc v0.2.161 |
1583 | 2024-10-23T18:40:04.522Z | Checking serde v1.0.210 |
1584 | 2024-10-23T18:40:04.537Z | Checking memchr v2.7.4 |
1585 | 2024-10-23T18:40:04.562Z | Checking value-bag v1.9.0 |
1586 | 2024-10-23T18:40:04.562Z | Checking scopeguard v1.2.0 |
1587 | 2024-10-23T18:40:04.601Z | Checking itoa v1.0.11 |
1588 | 2024-10-23T18:40:04.621Z | Checking zeroize v1.8.1 |
1589 | 2024-10-23T18:40:04.651Z | Checking smallvec v1.13.2 |
1590 | 2024-10-23T18:40:04.812Z | Checking pin-project-lite v0.2.14 |
1591 | 2024-10-23T18:40:04.880Z | Checking lock_api v0.4.12 |
1592 | 2024-10-23T18:40:04.902Z | Checking log v0.4.22 |
1593 | 2024-10-23T18:40:04.904Z | Checking byteorder v1.5.0 |
1594 | 2024-10-23T18:40:04.948Z | Checking subtle v2.6.1 |
1595 | 2024-10-23T18:40:04.993Z | Checking once_cell v1.20.2 |
1596 | 2024-10-23T18:40:05.227Z | Checking typenum v1.17.0 |
1597 | 2024-10-23T18:40:05.309Z | Checking futures-core v0.3.31 |
1598 | 2024-10-23T18:40:05.340Z | Checking libm v0.2.8 |
1599 | 2024-10-23T18:40:05.359Z | Checking zerocopy v0.7.35 |
1600 | 2024-10-23T18:40:05.382Z | Checking thiserror v1.0.64 |
1601 | 2024-10-23T18:40:05.407Z | Checking ryu v1.0.18 |
1602 | 2024-10-23T18:40:05.489Z | Checking spin v0.9.8 |
1603 | 2024-10-23T18:40:05.520Z | Checking futures-io v0.3.31 |
1604 | 2024-10-23T18:40:05.624Z | Checking getrandom v0.2.15 |
1605 | 2024-10-23T18:40:05.650Z | Checking signal-hook-registry v1.4.2 |
1606 | 2024-10-23T18:40:05.693Z | Checking parking_lot_core v0.9.10 |
1607 | 2024-10-23T18:40:05.838Z | Checking mio v1.0.2 |
1608 | 2024-10-23T18:40:05.863Z | Checking rand_core v0.6.4 |
1609 | 2024-10-23T18:40:05.912Z | Checking socket2 v0.5.7 |
1610 | 2024-10-23T18:40:06.018Z | Checking parking_lot v0.12.3 |
1611 | 2024-10-23T18:40:06.159Z | Checking const-oid v0.9.6 |
1612 | 2024-10-23T18:40:06.203Z | Checking num-traits v0.2.19 |
1613 | 2024-10-23T18:40:06.377Z | Checking slab v0.4.9 |
1614 | 2024-10-23T18:40:06.408Z | Checking allocator-api2 v0.2.18 |
1615 | 2024-10-23T18:40:06.459Z | Checking futures-sink v0.3.31 |
1616 | 2024-10-23T18:40:06.510Z | Checking generic-array v0.14.7 |
1617 | 2024-10-23T18:40:06.618Z | Checking cpufeatures v0.2.14 |
1618 | 2024-10-23T18:40:06.658Z | Checking pin-utils v0.1.0 |
1619 | 2024-10-23T18:40:06.751Z | Checking futures-channel v0.3.31 |
1620 | 2024-10-23T18:40:06.754Z | Checking futures-task v0.3.31 |
1621 | 2024-10-23T18:40:06.794Z | Checking foldhash v0.1.3 |
1622 | 2024-10-23T18:40:07.019Z | Checking equivalent v1.0.1 |
1623 | 2024-10-23T18:40:07.050Z | Checking fnv v1.0.7 |
1624 | 2024-10-23T18:40:07.086Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1625 | 2024-10-23T18:40:07.115Z | Checking futures-util v0.3.31 |
1626 | 2024-10-23T18:40:07.143Z | Checking hashbrown v0.15.0 |
1627 | 2024-10-23T18:40:07.186Z | Checking tracing-core v0.1.32 |
1628 | 2024-10-23T18:40:07.452Z | Checking iana-time-zone v0.1.61 |
1629 | 2024-10-23T18:40:07.616Z | Checking ppv-lite86 v0.2.20 |
1630 | 2024-10-23T18:40:07.708Z | Checking crypto-common v0.1.6 |
1631 | 2024-10-23T18:40:07.837Z | Checking block-buffer v0.10.4 |
1632 | 2024-10-23T18:40:07.893Z | Checking tracing v0.1.40 |
1633 | 2024-10-23T18:40:07.928Z | Checking errno v0.3.9 |
1634 | 2024-10-23T18:40:08.024Z | Checking tinyvec_macros v0.1.1 |
1635 | 2024-10-23T18:40:08.073Z | Checking digest v0.10.7 |
1636 | 2024-10-23T18:40:08.107Z | Checking unicode-bidi v0.3.17 |
1637 | 2024-10-23T18:40:08.131Z | Checking tinyvec v1.8.0 |
1638 | 2024-10-23T18:40:08.231Z | Checking block-padding v0.3.3 |
1639 | 2024-10-23T18:40:08.257Z | Checking dyn-clone v1.0.17 |
1640 | 2024-10-23T18:40:08.344Z | Checking rand_chacha v0.3.1 |
1641 | 2024-10-23T18:40:08.410Z | Checking percent-encoding v2.3.1 |
1642 | 2024-10-23T18:40:08.437Z | Checking inout v0.1.3 |
1643 | 2024-10-23T18:40:08.440Z | Checking crossbeam-utils v0.8.20 |
1644 | 2024-10-23T18:40:08.628Z | Checking httparse v1.9.5 |
1645 | 2024-10-23T18:40:08.674Z | Checking cipher v0.4.4 |
1646 | 2024-10-23T18:40:08.702Z | Checking form_urlencoded v1.2.1 |
1647 | 2024-10-23T18:40:08.731Z | Checking rand v0.8.5 |
1648 | 2024-10-23T18:40:08.893Z | Checking regex-syntax v0.8.5 |
1649 | 2024-10-23T18:40:09.075Z | Checking base64ct v1.6.0 |
1650 | 2024-10-23T18:40:09.098Z | Checking hmac v0.12.1 |
1651 | 2024-10-23T18:40:09.126Z | Checking sha2 v0.10.8 |
1652 | 2024-10-23T18:40:09.302Z | Checking aho-corasick v1.1.3 |
1653 | 2024-10-23T18:40:09.340Z | Checking bytes v1.7.2 |
1654 | 2024-10-23T18:40:09.460Z | Checking bitflags v2.6.0 |
1655 | 2024-10-23T18:40:09.532Z | Checking serde_json v1.0.128 |
1656 | 2024-10-23T18:40:09.677Z | Checking indexmap v2.6.0 |
1657 | 2024-10-23T18:40:09.776Z | Checking chrono v0.4.38 |
1658 | 2024-10-23T18:40:10.000Z | Checking rustix v0.38.37 |
1659 | 2024-10-23T18:40:10.108Z | Checking tokio v1.40.0 |
1660 | 2024-10-23T18:40:10.877Z | Checking uuid v1.10.0 |
1661 | 2024-10-23T18:40:10.915Z | Checking unicode-normalization v0.1.24 |
1662 | 2024-10-23T18:40:11.213Z | Checking http v1.1.0 |
1663 | 2024-10-23T18:40:11.495Z | Checking untrusted v0.9.0 |
1664 | 2024-10-23T18:40:11.671Z | Checking atomic-waker v1.1.2 |
1665 | 2024-10-23T18:40:11.828Z | Checking ring v0.17.8 |
1666 | 2024-10-23T18:40:11.854Z | Checking lazy_static v1.5.0 |
1667 | 2024-10-23T18:40:11.860Z | Checking schemars v0.8.21 |
1668 | 2024-10-23T18:40:11.977Z | Checking unicode-ident v1.0.13 |
1669 | 2024-10-23T18:40:12.142Z | Checking regex-automata v0.4.8 |
1670 | 2024-10-23T18:40:12.170Z | Checking idna v0.5.0 |
1671 | 2024-10-23T18:40:12.173Z | Checking adler2 v2.0.0 |
1672 | 2024-10-23T18:40:12.341Z | Checking miniz_oxide v0.8.0 |
1673 | 2024-10-23T18:40:12.547Z | Checking pem-rfc7468 v0.7.0 |
1674 | 2024-10-23T18:40:12.832Z | Checking try-lock v0.2.5 |
1675 | 2024-10-23T18:40:12.975Z | Checking powerfmt v0.2.0 |
1676 | 2024-10-23T18:40:13.044Z | Checking url v2.5.2 |
1677 | 2024-10-23T18:40:13.071Z | Checking httpdate v1.0.3 |
1678 | 2024-10-23T18:40:13.240Z | Checking deranged v0.3.11 |
1679 | 2024-10-23T18:40:13.304Z | Checking want v0.3.1 |
1680 | 2024-10-23T18:40:13.433Z | Checking proc-macro2 v1.0.87 |
1681 | 2024-10-23T18:40:13.436Z | Checking rustls-pki-types v1.9.0 |
1682 | 2024-10-23T18:40:13.500Z | Checking num_threads v0.1.7 |
1683 | 2024-10-23T18:40:13.620Z | Checking time-core v0.1.2 |
1684 | 2024-10-23T18:40:13.647Z | Checking num-conv v0.1.0 |
1685 | 2024-10-23T18:40:13.795Z | Checking base64 v0.22.1 |
1686 | 2024-10-23T18:40:13.821Z | Checking flagset v0.4.6 |
1687 | 2024-10-23T18:40:13.922Z | Checking http-body v1.0.1 |
1688 | 2024-10-23T18:40:13.972Z | Checking pbkdf2 v0.12.2 |
1689 | 2024-10-23T18:40:14.026Z | Checking der v0.7.9 |
1690 | 2024-10-23T18:40:14.125Z | Checking aes v0.8.4 |
1691 | 2024-10-23T18:40:14.127Z | Checking quote v1.0.37 |
1692 | 2024-10-23T18:40:14.128Z | Checking tower-service v0.3.3 |
1693 | 2024-10-23T18:40:14.245Z | Checking salsa20 v0.10.2 |
1694 | 2024-10-23T18:40:14.277Z | Checking cbc v0.1.2 |
1695 | 2024-10-23T18:40:14.454Z | Checking ahash v0.8.11 |
1696 | 2024-10-23T18:40:14.479Z | Checking scrypt v0.11.0 |
1697 | 2024-10-23T18:40:14.525Z | Checking syn v2.0.79 |
1698 | 2024-10-23T18:40:14.704Z | Checking rustls-webpki v0.102.8 |
1699 | 2024-10-23T18:40:14.915Z | Checking time v0.3.36 |
1700 | 2024-10-23T18:40:14.969Z | Checking slog v2.7.0 |
1701 | 2024-10-23T18:40:15.028Z | Checking mime v0.3.17 |
1702 | 2024-10-23T18:40:15.359Z | Checking gimli v0.31.1 |
1703 | 2024-10-23T18:40:15.436Z | Checking object v0.36.5 |
1704 | 2024-10-23T18:40:15.483Z | Checking utf8parse v0.2.2 |
1705 | 2024-10-23T18:40:15.634Z | Checking rustc-demangle v0.1.24 |
1706 | 2024-10-23T18:40:15.842Z | Checking spki v0.7.3 |
1707 | 2024-10-23T18:40:16.078Z | Checking ipnet v2.10.1 |
1708 | 2024-10-23T18:40:16.129Z | Checking pkcs5 v0.7.1 |
1709 | 2024-10-23T18:40:16.553Z | Checking unicode-width v0.1.14 |
1710 | 2024-10-23T18:40:16.622Z | Checking pkcs8 v0.10.2 |
1711 | 2024-10-23T18:40:16.680Z | Checking regex v1.11.0 |
1712 | 2024-10-23T18:40:16.934Z | Checking data-encoding v2.6.0 |
1713 | 2024-10-23T18:40:17.041Z | Checking futures-executor v0.3.31 |
1714 | 2024-10-23T18:40:17.089Z | Checking tokio-util v0.7.12 |
1715 | 2024-10-23T18:40:17.264Z | Checking serde_spanned v0.6.8 |
1716 | 2024-10-23T18:40:17.288Z | Checking toml_datetime v0.6.8 |
1717 | 2024-10-23T18:40:17.391Z | Checking anstyle v1.0.8 |
1718 | 2024-10-23T18:40:17.461Z | Checking futures v0.3.31 |
1719 | 2024-10-23T18:40:17.592Z | Checking http-body-util v0.1.2 |
1720 | 2024-10-23T18:40:17.622Z | Checking serde_urlencoded v0.7.1 |
1721 | 2024-10-23T18:40:17.628Z | Checking encoding_rs v0.8.34 |
1722 | 2024-10-23T18:40:17.767Z | Checking foreign-types-shared v0.1.1 |
1723 | 2024-10-23T18:40:17.893Z | Checking openssl-probe v0.1.5 |
1724 | 2024-10-23T18:40:17.962Z | Checking h2 v0.4.6 |
1725 | 2024-10-23T18:40:18.042Z | Checking foreign-types v0.3.2 |
1726 | 2024-10-23T18:40:18.068Z | Checking rustls-pemfile v2.2.0 |
1727 | 2024-10-23T18:40:18.070Z | Checking semver v1.0.23 |
1728 | 2024-10-23T18:40:18.145Z | Checking sha1 v0.10.6 |
1729 | 2024-10-23T18:40:18.285Z | Checking openssl-sys v0.9.103 |
1730 | 2024-10-23T18:40:18.453Z | Checking anstyle-parse v0.2.5 |
1731 | 2024-10-23T18:40:18.480Z | Checking colorchoice v1.0.2 |
1732 | 2024-10-23T18:40:18.614Z | Checking anstyle-query v1.1.1 |
1733 | 2024-10-23T18:40:18.720Z | Checking is_terminal_polyfill v1.70.1 |
1734 | 2024-10-23T18:40:18.751Z | Checking rustls v0.23.14 |
1735 | 2024-10-23T18:40:18.855Z | Checking anstream v0.6.15 |
1736 | 2024-10-23T18:40:19.226Z | Checking terminal_size v0.4.0 |
1737 | 2024-10-23T18:40:19.332Z | Checking addr2line v0.24.2 |
1738 | 2024-10-23T18:40:19.413Z | Checking camino v1.1.9 |
1739 | 2024-10-23T18:40:19.576Z | Checking openssl v0.10.66 |
1740 | 2024-10-23T18:40:19.821Z | Checking signature v2.2.0 |
1741 | 2024-10-23T18:40:19.885Z | Checking strsim v0.11.1 |
1742 | 2024-10-23T18:40:19.971Z | Checking either v1.13.0 |
1743 | 2024-10-23T18:40:20.016Z | Checking clap_lex v0.7.2 |
1744 | 2024-10-23T18:40:20.185Z | Checking winnow v0.6.20 |
1745 | 2024-10-23T18:40:20.262Z | Checking clap_builder v4.5.20 |
1746 | 2024-10-23T18:40:20.345Z | Checking idna v0.3.0 |
1747 | 2024-10-23T18:40:20.798Z | Checking openapiv3 v2.0.0 |
1748 | 2024-10-23T18:40:21.187Z | Checking psl-types v2.0.11 |
1749 | 2024-10-23T18:40:21.375Z | Checking publicsuffix v2.2.3 |
1750 | 2024-10-23T18:40:21.635Z | Checking cookie v0.18.1 |
1751 | 2024-10-23T18:40:21.735Z | Checking backtrace v0.3.74 |
1752 | 2024-10-23T18:40:22.124Z | Checking webpki-roots v0.26.6 |
1753 | 2024-10-23T18:40:22.328Z | Checking anyhow v1.0.89 |
1754 | 2024-10-23T18:40:22.355Z | Checking is-terminal v0.4.13 |
1755 | 2024-10-23T18:40:22.490Z | Checking scroll v0.12.0 |
1756 | 2024-10-23T18:40:22.717Z | Checking plain v0.2.3 |
1757 | 2024-10-23T18:40:22.876Z | Checking ucd-trie v0.1.7 |
1758 | 2024-10-23T18:40:22.972Z | Checking base16ct v0.2.0 |
1759 | 2024-10-23T18:40:23.049Z | Checking goblin v0.8.2 |
1760 | 2024-10-23T18:40:23.096Z | Checking pest v2.7.14 |
1761 | 2024-10-23T18:40:23.166Z | Checking sec1 v0.7.3 |
1762 | 2024-10-23T18:40:23.215Z | Checking clap v4.5.20 |
1763 | 2024-10-23T18:40:23.347Z | Checking cookie_store v0.21.0 |
1764 | 2024-10-23T18:40:23.541Z | Checking num-integer v0.1.46 |
1765 | 2024-10-23T18:40:23.685Z | Checking tokio-rustls v0.26.0 |
1766 | 2024-10-23T18:40:23.957Z | Checking ff v0.13.0 |
1767 | 2024-10-23T18:40:24.044Z | Checking sync_wrapper v1.0.1 |
1768 | 2024-10-23T18:40:24.071Z | Checking hyper v1.4.1 |
1769 | 2024-10-23T18:40:24.096Z | Checking pretty-hex v0.4.1 |
1770 | 2024-10-23T18:40:24.170Z | Checking group v0.13.0 |
1771 | 2024-10-23T18:40:24.196Z | Checking hkdf v0.12.4 |
1772 | 2024-10-23T18:40:24.199Z | Checking crypto-bigint v0.5.5 |
1773 | 2024-10-23T18:40:24.266Z | Checking thread-id v4.2.2 |
1774 | 2024-10-23T18:40:24.380Z | Checking bitflags v1.3.2 |
1775 | 2024-10-23T18:40:24.407Z | Checking utf-8 v0.7.6 |
1776 | 2024-10-23T18:40:24.436Z | Checking static_assertions v1.1.0 |
1777 | 2024-10-23T18:40:24.485Z | Checking toml_edit v0.22.22 |
1778 | 2024-10-23T18:40:24.545Z | Checking memmap v0.7.0 |
1779 | 2024-10-23T18:40:24.605Z | Checking dirs-sys-next v0.1.2 |
1780 | 2024-10-23T18:40:24.755Z | Checking unicode-segmentation v1.12.0 |
1781 | 2024-10-23T18:40:24.798Z | Checking stable_deref_trait v1.2.0 |
1782 | 2024-10-23T18:40:24.918Z | Checking dirs-next v2.0.0 |
1783 | 2024-10-23T18:40:24.945Z | Checking native-tls v0.2.12 |
1784 | 2024-10-23T18:40:25.074Z | Checking num-iter v0.1.45 |
1785 | 2024-10-23T18:40:25.267Z | Checking crossbeam-channel v0.5.13 |
1786 | 2024-10-23T18:40:25.296Z | Checking tokio-native-tls v0.3.1 |
1787 | 2024-10-23T18:40:25.475Z | Checking crossbeam-epoch v0.9.18 |
1788 | 2024-10-23T18:40:25.557Z | Checking thread_local v1.1.8 |
1789 | 2024-10-23T18:40:25.585Z | Checking dtrace-parser v0.2.0 |
1790 | 2024-10-23T18:40:25.856Z | Checking crc32fast v1.4.2 |
1791 | 2024-10-23T18:40:25.902Z | Checking term v0.7.0 |
1792 | 2024-10-23T18:40:26.011Z | Checking bstr v1.10.0 |
1793 | 2024-10-23T18:40:26.038Z | Checking hyper-util v0.1.9 |
1794 | 2024-10-23T18:40:26.068Z | Checking hex v0.4.3 |
1795 | 2024-10-23T18:40:26.100Z | Checking rfc6979 v0.4.0 |
1796 | 2024-10-23T18:40:26.286Z | Checking managed v0.8.0 |
1797 | 2024-10-23T18:40:26.339Z | Checking winnow v0.5.40 |
1798 | 2024-10-23T18:40:26.577Z | Checking match_cfg v0.1.0 |
1799 | 2024-10-23T18:40:26.685Z | Checking take_mut v0.2.2 |
1800 | 2024-10-23T18:40:26.711Z | Checking hostname v0.3.1 |
1801 | 2024-10-23T18:40:26.847Z | Checking slog-term v2.9.1 |
1802 | 2024-10-23T18:40:26.850Z | Checking slog-async v2.8.0 |
1803 | 2024-10-23T18:40:26.904Z | Checking elliptic-curve v0.13.8 |
1804 | 2024-10-23T18:40:26.932Z | Checking crossbeam-deque v0.8.5 |
1805 | 2024-10-23T18:40:27.029Z | Checking toml v0.8.19 |
1806 | 2024-10-23T18:40:27.125Z | Checking num-bigint-dig v0.8.4 |
1807 | 2024-10-23T18:40:27.239Z | Checking pkcs1 v0.7.5 |
1808 | 2024-10-23T18:40:27.378Z | Checking curve25519-dalek v4.1.3 |
1809 | 2024-10-23T18:40:27.546Z | Checking ecdsa v0.16.9 |
1810 | 2024-10-23T18:40:27.659Z | Checking zerocopy v0.6.6 |
1811 | 2024-10-23T18:40:27.798Z | Checking siphasher v0.3.11 |
1812 | 2024-10-23T18:40:27.935Z | Checking dof v0.3.0 |
1813 | 2024-10-23T18:40:28.098Z | Checking rayon-core v1.12.1 |
1814 | 2024-10-23T18:40:28.101Z | Checking hyper-tls v0.6.0 |
1815 | 2024-10-23T18:40:28.257Z | Checking hyper-rustls v0.27.3 |
1816 | 2024-10-23T18:40:28.390Z | Checking flate2 v1.0.34 |
1817 | 2024-10-23T18:40:28.429Z | Checking ed25519 v2.2.3 |
1818 | 2024-10-23T18:40:28.559Z | Checking usdt-impl v0.5.0 |
1819 | 2024-10-23T18:40:28.583Z | Checking reqwest v0.12.8 |
1820 | 2024-10-23T18:40:28.736Z | Checking rustls v0.22.4 |
1821 | 2024-10-23T18:40:28.778Z | Checking signal-hook v0.3.17 |
1822 | 2024-10-23T18:40:29.040Z | Checking quick-error v1.2.3 |
1823 | 2024-10-23T18:40:29.096Z | Checking usdt v0.5.0 |
1824 | 2024-10-23T18:40:29.123Z | Checking itertools v0.10.5 |
1825 | 2024-10-23T18:40:29.169Z | Checking ed25519-dalek v2.1.1 |
1826 | 2024-10-23T18:40:29.195Z | Checking slog-json v2.6.1 |
1827 | 2024-10-23T18:40:29.316Z | Checking toml_edit v0.19.15 |
1828 | 2024-10-23T18:40:29.344Z | Checking rsa v0.9.6 |
1829 | 2024-10-23T18:40:29.371Z | Checking x509-cert v0.2.5 |
1830 | 2024-10-23T18:40:29.442Z | Checking idna v0.4.0 |
1831 | 2024-10-23T18:40:29.581Z | Checking hubpack v0.1.2 |
1832 | 2024-10-23T18:40:29.889Z | Checking bit-vec v0.6.3 |
1833 | 2024-10-23T18:40:30.248Z | Checking debug-ignore v1.0.5 |
1834 | 2024-10-23T18:40:30.305Z | Checking hickory-proto v0.24.1 |
1835 | 2024-10-23T18:40:30.334Z | Checking bit-set v0.5.3 |
1836 | 2024-10-23T18:40:30.382Z | Checking slog-bunyan v2.5.0 |
1837 | 2024-10-23T18:40:30.408Z | Checking signal-hook-mio v0.2.4 |
1838 | 2024-10-23T18:40:30.554Z | Checking multer v3.1.0 |
1839 | 2024-10-23T18:40:30.557Z | Checking console v0.15.8 |
1840 | 2024-10-23T18:40:30.598Z | Checking waitgroup v0.1.2 |
1841 | 2024-10-23T18:40:30.744Z | Checking serde_path_to_error v0.1.16 |
1842 | 2024-10-23T18:40:30.958Z | Checking async-stream v0.3.6 |
1843 | 2024-10-23T18:40:30.960Z | Checking hostname v0.4.0 |
1844 | 2024-10-23T18:40:31.114Z | Checking hash32 v0.2.1 |
1845 | 2024-10-23T18:40:31.140Z | Checking linked-hash-map v0.5.6 |
1846 | 2024-10-23T18:40:31.164Z | Checking predicates-core v1.0.8 |
1847 | 2024-10-23T18:40:31.312Z | Checking unicode-properties v0.1.3 |
1848 | 2024-10-23T18:40:31.353Z | Checking crossterm v0.28.1 |
1849 | 2024-10-23T18:40:31.355Z | Checking rayon v1.10.0 |
1850 | 2024-10-23T18:40:31.429Z | Checking heapless v0.7.17 |
1851 | 2024-10-23T18:40:31.465Z | Checking lru-cache v0.1.2 |
1852 | 2024-10-23T18:40:31.655Z | Checking stringprep v0.1.5 |
1853 | 2024-10-23T18:40:31.683Z | Checking phf_shared v0.11.2 |
1854 | 2024-10-23T18:40:31.711Z | Checking toml v0.7.8 |
1855 | 2024-10-23T18:40:31.949Z | Checking similar v2.6.0 |
1856 | 2024-10-23T18:40:31.994Z | Checking tokio-stream v0.1.16 |
1857 | 2024-10-23T18:40:32.322Z | Checking tokio-rustls v0.25.0 |
1858 | 2024-10-23T18:40:32.452Z | Checking md-5 v0.10.6 |
1859 | 2024-10-23T18:40:32.488Z | Checking float-cmp v0.9.0 |
1860 | 2024-10-23T18:40:32.681Z | Checking normalize-line-endings v0.3.0 |
1861 | 2024-10-23T18:40:32.702Z | Checking dropshot v0.12.0 |
1862 | 2024-10-23T18:40:32.705Z | Checking difflib v0.4.0 |
1863 | 2024-10-23T18:40:32.793Z | Checking fixedbitset v0.4.2 |
1864 | 2024-10-23T18:40:32.819Z | Checking fallible-iterator v0.2.0 |
1865 | 2024-10-23T18:40:32.852Z | Checking smoltcp v0.9.1 |
1866 | 2024-10-23T18:40:33.026Z | Checking predicates v3.1.2 |
1867 | 2024-10-23T18:40:33.063Z | Checking petgraph v0.6.5 |
1868 | 2024-10-23T18:40:33.133Z | Checking phf v0.11.2 |
1869 | 2024-10-23T18:40:33.395Z | Checking resolv-conf v0.7.0 |
1870 | 2024-10-23T18:40:33.435Z | Checking postgres-protocol v0.6.7 |
1871 | 2024-10-23T18:40:33.702Z | Checking phf_shared v0.10.0 |
1872 | 2024-10-23T18:40:33.733Z | Checking tungstenite v0.24.0 |
1873 | 2024-10-23T18:40:34.002Z | Checking fs-err v2.11.0 |
1874 | 2024-10-23T18:40:34.126Z | Checking serde-big-array v0.5.1 |
1875 | 2024-10-23T18:40:34.322Z | Checking portable-atomic v1.9.0 |
1876 | 2024-10-23T18:40:34.353Z | Checking precomputed-hash v0.1.1 |
1877 | 2024-10-23T18:40:34.476Z | Checking new_debug_unreachable v1.0.6 |
1878 | 2024-10-23T18:40:34.572Z | Checking lalrpop-util v0.19.12 |
1879 | 2024-10-23T18:40:34.575Z | Checking minimal-lexical v0.2.1 |
1880 | 2024-10-23T18:40:34.627Z | Checking number_prefix v0.4.0 |
1881 | 2024-10-23T18:40:34.834Z | Checking tokio-tungstenite v0.24.0 |
1882 | 2024-10-23T18:40:34.876Z | Checking string_cache v0.8.7 |
1883 | 2024-10-23T18:40:34.905Z | Checking hickory-resolver v0.24.1 |
1884 | 2024-10-23T18:40:34.981Z | Checking nom v7.1.3 |
1885 | 2024-10-23T18:40:35.169Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1886 | 2024-10-23T18:40:35.172Z | Checking postgres-types v0.2.8 |
1887 | 2024-10-23T18:40:35.309Z | Checking itertools v0.12.1 |
1888 | 2024-10-23T18:40:35.336Z | Checking indicatif v0.17.8 |
1889 | 2024-10-23T18:40:35.931Z | Checking peg-runtime v0.8.3 |
1890 | 2024-10-23T18:40:36.100Z | Checking whoami v1.5.2 |
1891 | 2024-10-23T18:40:36.223Z | Compiling hashbrown v0.14.5 |
1892 | 2024-10-23T18:40:36.279Z | Compiling unsafe-libyaml v0.2.11 |
1893 | 2024-10-23T18:40:36.303Z | Compiling ident_case v1.0.1 |
1894 | 2024-10-23T18:40:36.384Z | Checking tokio-postgres v0.7.12 |
1895 | 2024-10-23T18:40:36.426Z | Checking qorb v0.1.2 |
1896 | 2024-10-23T18:40:36.485Z | Compiling darling_core v0.20.10 |
1897 | 2024-10-23T18:40:37.601Z | Compiling regress v0.10.1 |
1898 | 2024-10-23T18:40:37.831Z | Compiling serde_yaml v0.9.34+deprecated |
1899 | 2024-10-23T18:40:38.222Z | Checking heck v0.5.0 |
1900 | 2024-10-23T18:40:38.429Z | Checking progenitor-client v0.8.0 |
1901 | 2024-10-23T18:40:38.770Z | Checking fastrand v2.1.1 |
1902 | 2024-10-23T18:40:38.773Z | Compiling newtype-uuid v1.1.2 |
1903 | 2024-10-23T18:40:39.097Z | Checking ipnetwork v0.20.0 |
1904 | 2024-10-23T18:40:39.174Z | Compiling structmeta-derive v0.3.0 |
1905 | 2024-10-23T18:40:39.438Z | Checking strum v0.26.3 |
1906 | 2024-10-23T18:40:39.465Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1907 | 2024-10-23T18:40:39.856Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1908 | 2024-10-23T18:40:40.223Z | Checking tempfile v3.13.0 |
1909 | 2024-10-23T18:40:40.249Z | Checking instant v0.1.13 |
1910 | 2024-10-23T18:40:40.373Z | Checking regress v0.9.1 |
1911 | 2024-10-23T18:40:40.612Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1912 | 2024-10-23T18:40:40.648Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1913 | 2024-10-23T18:40:40.959Z | Checking macaddr v1.0.1 |
1914 | 2024-10-23T18:40:41.305Z | Compiling typify-impl v0.2.0 |
1915 | 2024-10-23T18:40:41.403Z | Checking backoff v0.4.0 |
1916 | 2024-10-23T18:40:41.723Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1917 | 2024-10-23T18:40:41.885Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1918 | 2024-10-23T18:40:41.888Z | Checking wait-timeout v0.2.0 |
1919 | 2024-10-23T18:40:42.046Z | Checking rand_xorshift v0.3.0 |
1920 | 2024-10-23T18:40:42.100Z | Checking rusty-fork v0.3.0 |
1921 | 2024-10-23T18:40:42.135Z | Compiling structmeta v0.3.0 |
1922 | 2024-10-23T18:40:42.233Z | Compiling structmeta-derive v0.2.0 |
1923 | 2024-10-23T18:40:42.387Z | Checking unarray v0.1.4 |
1924 | 2024-10-23T18:40:42.543Z | Checking proptest v1.5.0 |
1925 | 2024-10-23T18:40:42.569Z | Compiling parse-display-derive v0.10.0 |
1926 | 2024-10-23T18:40:42.643Z | Checking camino-tempfile v1.1.1 |
1927 | 2024-10-23T18:40:42.933Z | Compiling proc-macro-error v1.0.4 |
1928 | 2024-10-23T18:40:43.457Z | Compiling darling_macro v0.20.10 |
1929 | 2024-10-23T18:40:43.634Z | Compiling proc-macro-crate v1.3.1 |
1930 | 2024-10-23T18:40:43.833Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1931 | 2024-10-23T18:40:44.242Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1932 | 2024-10-23T18:40:44.414Z | Compiling darling v0.20.10 |
1933 | 2024-10-23T18:40:44.587Z | Compiling serde_with_macros v3.11.0 |
1934 | 2024-10-23T18:40:44.606Z | Compiling foreign-types-macros v0.2.3 |
1935 | 2024-10-23T18:40:44.744Z | Compiling num_enum_derive v0.5.11 |
1936 | 2024-10-23T18:40:45.071Z | Checking foreign-types-shared v0.3.1 |
1937 | 2024-10-23T18:40:45.103Z | Compiling structmeta v0.2.0 |
1938 | 2024-10-23T18:40:45.537Z | Compiling test-strategy v0.3.1 |
1939 | 2024-10-23T18:40:45.540Z | Checking tabwriter v1.4.0 |
1940 | 2024-10-23T18:40:45.803Z | Checking cstr-argument v0.1.2 |
1941 | 2024-10-23T18:40:45.894Z | Checking foreign-types v0.5.0 |
1942 | 2024-10-23T18:40:45.991Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1943 | 2024-10-23T18:40:46.017Z | Checking pretty-hex v0.2.1 |
1944 | 2024-10-23T18:40:46.189Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1945 | 2024-10-23T18:40:46.521Z | Checking colored v2.1.0 |
1946 | 2024-10-23T18:40:46.882Z | Checking smf v0.2.3 |
1947 | 2024-10-23T18:40:46.907Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1948 | 2024-10-23T18:40:47.066Z | Checking base64 v0.21.7 |
1949 | 2024-10-23T18:40:47.146Z | Compiling crucible-workspace-hack v0.1.0 |
1950 | 2024-10-23T18:40:47.200Z | Checking parse-display v0.10.0 |
1951 | 2024-10-23T18:40:47.337Z | Checking termtree v0.4.1 |
1952 | 2024-10-23T18:40:47.393Z | Checking num_enum v0.5.11 |
1953 | 2024-10-23T18:40:47.429Z | Compiling heapless v0.8.0 |
1954 | 2024-10-23T18:40:47.509Z | Checking serde_with v3.11.0 |
1955 | 2024-10-23T18:40:47.533Z | Checking predicates-tree v1.0.11 |
1956 | 2024-10-23T18:40:47.556Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1957 | 2024-10-23T18:40:47.558Z | Checking hash32 v0.3.1 |
1958 | 2024-10-23T18:40:47.607Z | Compiling smoltcp v0.11.0 |
1959 | 2024-10-23T18:40:47.682Z | Checking cobs v0.2.3 |
1960 | 2024-10-23T18:40:47.767Z | Checking sigpipe v0.1.3 |
1961 | 2024-10-23T18:40:47.827Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1962 | 2024-10-23T18:40:47.886Z | Checking postcard v1.0.10 |
1963 | 2024-10-23T18:40:47.900Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1964 | 2024-10-23T18:40:48.060Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1965 | 2024-10-23T18:40:48.229Z | Compiling mockall_derive v0.13.0 |
1966 | 2024-10-23T18:40:48.379Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1967 | 2024-10-23T18:40:48.424Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1968 | 2024-10-23T18:40:48.572Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1969 | 2024-10-23T18:40:48.798Z | Compiling zone_cfg_derive v0.3.0 |
1970 | 2024-10-23T18:40:48.943Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1971 | 2024-10-23T18:40:49.270Z | Compiling num-derive v0.4.2 |
1972 | 2024-10-23T18:40:49.300Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1973 | 2024-10-23T18:40:49.624Z | Checking downcast v0.11.0 |
1974 | 2024-10-23T18:40:49.843Z | Checking fragile v2.0.0 |
1975 | 2024-10-23T18:40:50.147Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1976 | 2024-10-23T18:40:50.337Z | Checking zone v0.3.0 |
1977 | 2024-10-23T18:40:50.410Z | Checking atomicwrites v0.4.4 |
1978 | 2024-10-23T18:40:50.601Z | Compiling convert_case v0.4.0 |
1979 | 2024-10-23T18:40:50.628Z | Checking tungstenite v0.21.0 |
1980 | 2024-10-23T18:40:50.722Z | Checking newline-converter v0.3.0 |
1981 | 2024-10-23T18:40:50.893Z | Checking expectorate v1.1.0 |
1982 | 2024-10-23T18:40:51.071Z | Checking itertools v0.13.0 |
1983 | 2024-10-23T18:40:51.129Z | Checking same-file v1.0.6 |
1984 | 2024-10-23T18:40:51.317Z | Checking walkdir v2.5.0 |
1985 | 2024-10-23T18:40:51.530Z | Checking tokio-tungstenite v0.21.0 |
1986 | 2024-10-23T18:40:51.592Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1987 | 2024-10-23T18:40:51.618Z | Compiling derive_more v0.99.18 |
1988 | 2024-10-23T18:40:51.620Z | Checking arc-swap v1.7.1 |
1989 | 2024-10-23T18:40:52.071Z | Checking xattr v1.3.1 |
1990 | 2024-10-23T18:40:52.096Z | Checking filetime v0.2.25 |
1991 | 2024-10-23T18:40:52.171Z | Checking slog-scope v4.4.0 |
1992 | 2024-10-23T18:40:52.173Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1993 | 2024-10-23T18:40:52.274Z | Checking swrite v0.1.0 |
1994 | 2024-10-23T18:40:52.319Z | Checking tar v0.4.42 |
1995 | 2024-10-23T18:40:52.378Z | Checking slog-stdlog v4.1.1 |
1996 | 2024-10-23T18:40:52.406Z | Compiling cancel-safe-futures v0.1.5 |
1997 | 2024-10-23T18:40:52.565Z | Checking slog-envlogger v2.2.0 |
1998 | 2024-10-23T18:40:52.774Z | Compiling owo-colors v4.1.0 |
1999 | 2024-10-23T18:40:53.154Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2000 | 2024-10-23T18:40:53.283Z | Checking libsw v3.3.1 |
2001 | 2024-10-23T18:40:53.499Z | Checking password-hash v0.5.0 |
2002 | 2024-10-23T18:40:53.546Z | Checking blake2 v0.10.6 |
2003 | 2024-10-23T18:40:53.583Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2004 | 2024-10-23T18:40:53.813Z | Checking linear-map v1.2.0 |
2005 | 2024-10-23T18:40:53.947Z | Checking indent_write v2.2.0 |
2006 | 2024-10-23T18:40:54.006Z | Checking argon2 v0.5.3 |
2007 | 2024-10-23T18:40:54.147Z | Checking num-rational v0.4.2 |
2008 | 2024-10-23T18:40:54.150Z | Checking pem v3.0.4 |
2009 | 2024-10-23T18:40:54.455Z | Checking num-complex v0.4.6 |
2010 | 2024-10-23T18:40:54.674Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2011 | 2024-10-23T18:40:54.822Z | Checking float-ord v0.3.2 |
2012 | 2024-10-23T18:40:54.967Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2013 | 2024-10-23T18:40:54.991Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2014 | 2024-10-23T18:40:55.341Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2015 | 2024-10-23T18:40:55.502Z | Checking num v0.4.3 |
2016 | 2024-10-23T18:40:55.507Z | Compiling lzma-sys v0.1.20 |
2017 | 2024-10-23T18:40:55.507Z | Checking humantime v2.1.0 |
2018 | 2024-10-23T18:40:55.654Z | Checking headers-core v0.3.0 |
2019 | 2024-10-23T18:40:55.810Z | Compiling heck v0.3.3 |
2020 | 2024-10-23T18:40:55.835Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2021 | 2024-10-23T18:40:55.897Z | Checking headers v0.4.0 |
2022 | 2024-10-23T18:40:56.195Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2023 | 2024-10-23T18:40:56.249Z | Compiling zone_cfg_derive v0.1.2 |
2024 | 2024-10-23T18:40:56.498Z | Checking yasna v0.5.2 |
2025 | 2024-10-23T18:40:56.522Z | Checking base64 v0.13.1 |
2026 | 2024-10-23T18:40:56.807Z | Checking mockall v0.13.0 |
2027 | 2024-10-23T18:40:56.964Z | Checking ron v0.7.1 |
2028 | 2024-10-23T18:40:56.993Z | Checking xz2 v0.1.7 |
2029 | 2024-10-23T18:40:57.060Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2030 | 2024-10-23T18:40:57.413Z | Checking rcgen v0.12.1 |
2031 | 2024-10-23T18:40:57.566Z | Checking subprocess v0.2.9 |
2032 | 2024-10-23T18:40:57.728Z | Checking zone v0.1.8 |
2033 | 2024-10-23T18:40:58.085Z | Checking half v2.4.1 |
2034 | 2024-10-23T18:40:58.110Z | Checking ciborium-io v0.2.2 |
2035 | 2024-10-23T18:40:58.113Z | Compiling semver v0.1.20 |
2036 | 2024-10-23T18:40:58.240Z | Checking highway v1.2.0 |
2037 | 2024-10-23T18:40:58.399Z | Compiling prettyplease v0.2.22 |
2038 | 2024-10-23T18:40:58.555Z | Checking ciborium-ll v0.2.2 |
2039 | 2024-10-23T18:40:58.659Z | Compiling rustc_version v0.1.7 |
2040 | 2024-10-23T18:40:58.867Z | Checking ciborium v0.2.2 |
2041 | 2024-10-23T18:40:59.152Z | Compiling newtype_derive v0.1.6 |
2042 | 2024-10-23T18:40:59.197Z | Compiling home v0.5.9 |
2043 | 2024-10-23T18:40:59.407Z | Compiling typify-macro v0.2.0 |
2044 | 2024-10-23T18:40:59.500Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2045 | 2024-10-23T18:40:59.672Z | Checking steno v0.4.1 |
2046 | 2024-10-23T18:41:01.675Z | Compiling slog-dtrace v0.3.0 |
2047 | 2024-10-23T18:41:02.042Z | Checking display-error-chain v0.2.1 |
2048 | 2024-10-23T18:41:02.045Z | Compiling ring v0.16.20 |
2049 | 2024-10-23T18:41:02.142Z | Compiling blake3 v1.5.4 |
2050 | 2024-10-23T18:41:02.210Z | Checking keccak v0.1.5 |
2051 | 2024-10-23T18:41:02.516Z | Checking universal-hash v0.5.1 |
2052 | 2024-10-23T18:41:02.547Z | Checking sha3 v0.10.8 |
2053 | 2024-10-23T18:41:02.715Z | Checking secrecy v0.8.0 |
2054 | 2024-10-23T18:41:02.740Z | Checking opaque-debug v0.3.1 |
2055 | 2024-10-23T18:41:02.852Z | Checking aead v0.5.2 |
2056 | 2024-10-23T18:41:02.926Z | Checking poly1305 v0.8.0 |
2057 | 2024-10-23T18:41:02.949Z | Checking chacha20 v0.9.1 |
2058 | 2024-10-23T18:41:03.396Z | Checking gethostname v0.5.0 |
2059 | 2024-10-23T18:41:03.452Z | Compiling memmap2 v0.9.5 |
2060 | 2024-10-23T18:41:03.527Z | Compiling arrayref v0.3.9 |
2061 | 2024-10-23T18:41:03.550Z | Compiling spin v0.5.2 |
2062 | 2024-10-23T18:41:03.636Z | Compiling constant_time_eq v0.3.1 |
2063 | 2024-10-23T18:41:03.782Z | Compiling arrayvec v0.7.6 |
2064 | 2024-10-23T18:41:03.808Z | Compiling typify v0.2.0 |
2065 | 2024-10-23T18:41:03.901Z | Compiling untrusted v0.7.1 |
2066 | 2024-10-23T18:41:03.953Z | Compiling progenitor-impl v0.8.0 |
2067 | 2024-10-23T18:41:04.104Z | Compiling toolchain_find v0.4.0 |
2068 | 2024-10-23T18:41:04.164Z | Compiling thiserror-impl-no-std v2.0.2 |
2069 | 2024-10-23T18:41:04.551Z | Compiling topological-sort v0.2.2 |
2070 | 2024-10-23T18:41:04.762Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2071 | 2024-10-23T18:41:04.783Z | Compiling rustfmt-wrapper v0.2.1 |
2072 | 2024-10-23T18:41:05.112Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2073 | 2024-10-23T18:41:05.370Z | Checking chacha20poly1305 v0.10.1 |
2074 | 2024-10-23T18:41:05.477Z | Checking nibble_vec v0.1.0 |
2075 | 2024-10-23T18:41:05.512Z | Checking endian-type v0.1.2 |
2076 | 2024-10-23T18:41:05.556Z | Checking fxhash v0.2.1 |
2077 | 2024-10-23T18:41:05.684Z | Checking termcolor v1.4.1 |
2078 | 2024-10-23T18:41:05.725Z | Compiling radium v0.7.0 |
2079 | 2024-10-23T18:41:05.747Z | Checking maplit v1.0.2 |
2080 | 2024-10-23T18:41:05.750Z | Checking radix_trie v0.2.1 |
2081 | 2024-10-23T18:41:05.791Z | Compiling maybe-uninit v2.0.0 |
2082 | 2024-10-23T18:41:05.872Z | Checking tap v1.0.1 |
2083 | 2024-10-23T18:41:06.051Z | Checking wyz v0.5.1 |
2084 | 2024-10-23T18:41:06.080Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2085 | 2024-10-23T18:41:06.160Z | Compiling packed_struct v0.10.1 |
2086 | 2024-10-23T18:41:06.399Z | Checking funty v2.0.0 |
2087 | 2024-10-23T18:41:06.423Z | Checking crc-catalog v2.4.0 |
2088 | 2024-10-23T18:41:06.564Z | Checking crc v3.2.1 |
2089 | 2024-10-23T18:41:06.672Z | Checking kstat-rs v0.2.4 |
2090 | 2024-10-23T18:41:06.760Z | Compiling packed_struct_codegen v0.10.1 |
2091 | 2024-10-23T18:41:07.050Z | Compiling indexmap v1.9.3 |
2092 | 2024-10-23T18:41:07.053Z | Compiling libefi-sys v0.1.0 |
2093 | 2024-10-23T18:41:07.352Z | Checking bitvec v1.0.1 |
2094 | 2024-10-23T18:41:07.376Z | Checking nodrop v0.1.14 |
2095 | 2024-10-23T18:41:07.418Z | Checking thiserror-no-std v2.0.2 |
2096 | 2024-10-23T18:41:07.482Z | Checking smallvec v0.6.14 |
2097 | 2024-10-23T18:41:07.505Z | Checking array-init v0.0.4 |
2098 | 2024-10-23T18:41:07.533Z | Checking vsss-rs v3.3.4 |
2099 | 2024-10-23T18:41:07.892Z | Compiling omicron-zone-package v0.11.1 |
2100 | 2024-10-23T18:41:08.369Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2101 | 2024-10-23T18:41:08.493Z | Compiling async-recursion v1.1.1 |
2102 | 2024-10-23T18:41:08.821Z | Compiling bitfield-struct v0.6.2 |
2103 | 2024-10-23T18:41:09.355Z | Checking bitfield v0.14.0 |
2104 | 2024-10-23T18:41:09.511Z | Checking hashbrown v0.12.3 |
2105 | 2024-10-23T18:41:09.806Z | Checking serde-hex v0.1.0 |
2106 | 2024-10-23T18:41:10.128Z | Checking bzip2 v0.4.4 |
2107 | 2024-10-23T18:41:10.272Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2108 | 2024-10-23T18:41:10.807Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2109 | 2024-10-23T18:41:10.854Z | Checking env_logger v0.10.2 |
2110 | 2024-10-23T18:41:10.877Z | Checking ron v0.8.1 |
2111 | 2024-10-23T18:41:11.081Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2112 | 2024-10-23T18:41:11.199Z | Checking hashbrown v0.13.2 |
2113 | 2024-10-23T18:41:11.283Z | Checking crc-any v2.5.0 |
2114 | 2024-10-23T18:41:11.360Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2115 | 2024-10-23T18:41:11.484Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2116 | 2024-10-23T18:41:11.804Z | Compiling progenitor-macro v0.8.0 |
2117 | 2024-10-23T18:41:11.940Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2118 | 2024-10-23T18:41:11.986Z | Checking zip v0.6.6 |
2119 | 2024-10-23T18:41:12.200Z | Checking path-slash v0.1.5 |
2120 | 2024-10-23T18:41:12.232Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2121 | 2024-10-23T18:41:12.279Z | Checking object v0.30.4 |
2122 | 2024-10-23T18:41:12.349Z | Compiling parking_lot_core v0.8.6 |
2123 | 2024-10-23T18:41:12.492Z | Checking glob v0.3.1 |
2124 | 2024-10-23T18:41:12.678Z | Checking hickory-client v0.24.1 |
2125 | 2024-10-23T18:41:12.825Z | Checking hickory-server v0.24.1 |
2126 | 2024-10-23T18:41:13.246Z | Checking parking_lot v0.11.2 |
2127 | 2024-10-23T18:41:13.312Z | Checking primeorder v0.13.6 |
2128 | 2024-10-23T18:41:13.591Z | Checking sled v0.34.7 |
2129 | 2024-10-23T18:41:13.616Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2130 | 2024-10-23T18:41:13.725Z | Compiling unicase v2.7.0 |
2131 | 2024-10-23T18:41:13.808Z | Checking nanorand v0.7.0 |
2132 | 2024-10-23T18:41:14.199Z | Compiling buf-list v1.0.3 |
2133 | 2024-10-23T18:41:14.427Z | Checking flume v0.11.0 |
2134 | 2024-10-23T18:41:14.927Z | Checking atty v0.2.14 |
2135 | 2024-10-23T18:41:14.981Z | Compiling vte_generate_state_changes v0.1.2 |
2136 | 2024-10-23T18:41:15.061Z | Compiling salty v0.3.0 |
2137 | 2024-10-23T18:41:15.555Z | Checking p384 v0.13.0 |
2138 | 2024-10-23T18:41:15.672Z | Checking vte v0.11.1 |
2139 | 2024-10-23T18:41:15.716Z | Checking fd-lock v4.0.2 |
2140 | 2024-10-23T18:41:15.924Z | Compiling mime_guess v2.0.5 |
2141 | 2024-10-23T18:41:16.351Z | Checking env_filter v0.1.2 |
2142 | 2024-10-23T18:41:16.487Z | Checking nu-ansi-term v0.50.1 |
2143 | 2024-10-23T18:41:16.576Z | Checking env_logger v0.11.5 |
2144 | 2024-10-23T18:41:16.664Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2145 | 2024-10-23T18:41:16.927Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2146 | 2024-10-23T18:41:17.025Z | Checking strip-ansi-escapes v0.2.0 |
2147 | 2024-10-23T18:41:17.184Z | Checking reedline v0.35.0 |
2148 | 2024-10-23T18:41:17.214Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2149 | 2024-10-23T18:41:17.239Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2150 | 2024-10-23T18:41:17.297Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2151 | 2024-10-23T18:41:17.550Z | Compiling dsl_auto_type v0.1.2 |
2152 | 2024-10-23T18:41:17.598Z | Checking scheduled-thread-pool v0.2.7 |
2153 | 2024-10-23T18:41:17.820Z | Compiling diesel_table_macro_syntax v0.2.0 |
2154 | 2024-10-23T18:41:17.842Z | Checking http-range v0.1.5 |
2155 | 2024-10-23T18:41:18.021Z | Compiling crunchy v0.2.2 |
2156 | 2024-10-23T18:41:18.064Z | Checking hyper-staticfile v0.10.1 |
2157 | 2024-10-23T18:41:18.158Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2158 | 2024-10-23T18:41:18.265Z | Checking r2d2 v0.8.10 |
2159 | 2024-10-23T18:41:18.602Z | Compiling clang-sys v1.8.1 |
2160 | 2024-10-23T18:41:18.638Z | Compiling phf_generator v0.11.2 |
2161 | 2024-10-23T18:41:18.822Z | Checking bytecount v0.6.8 |
2162 | 2024-10-23T18:41:18.985Z | Compiling tiny-keccak v2.0.2 |
2163 | 2024-10-23T18:41:19.190Z | Compiling diesel_derives v2.2.3 |
2164 | 2024-10-23T18:41:19.264Z | Checking papergrid v0.11.0 |
2165 | 2024-10-23T18:41:19.341Z | Compiling phf_codegen v0.11.2 |
2166 | 2024-10-23T18:41:19.519Z | Compiling tabled_derive v0.7.0 |
2167 | 2024-10-23T18:41:19.559Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2168 | 2024-10-23T18:41:19.771Z | Compiling parse-zoneinfo v0.3.1 |
2169 | 2024-10-23T18:41:19.804Z | Compiling ref-cast v1.0.23 |
2170 | 2024-10-23T18:41:20.374Z | Compiling cfg_aliases v0.1.1 |
2171 | 2024-10-23T18:41:20.500Z | Compiling nix v0.28.0 |
2172 | 2024-10-23T18:41:20.722Z | Compiling chrono-tz-build v0.4.0 |
2173 | 2024-10-23T18:41:21.348Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2174 | 2024-10-23T18:41:21.659Z | Compiling ascii-canvas v3.0.0 |
2175 | 2024-10-23T18:41:21.680Z | Compiling ena v0.14.3 |
2176 | 2024-10-23T18:41:21.749Z | Compiling ref-cast-impl v1.0.23 |
2177 | 2024-10-23T18:41:22.067Z | Checking tabled v0.15.0 |
2178 | 2024-10-23T18:41:22.125Z | Compiling libloading v0.8.5 |
2179 | 2024-10-23T18:41:22.172Z | Compiling bindgen v0.69.5 |
2180 | 2024-10-23T18:41:22.252Z | Compiling regex-syntax v0.6.29 |
2181 | 2024-10-23T18:41:22.552Z | Compiling diff v0.1.13 |
2182 | 2024-10-23T18:41:23.112Z | Compiling chrono-tz v0.10.0 |
2183 | 2024-10-23T18:41:23.314Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2184 | 2024-10-23T18:41:23.819Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2185 | 2024-10-23T18:41:24.721Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2186 | 2024-10-23T18:41:24.887Z | Compiling which v4.4.2 |
2187 | 2024-10-23T18:41:24.994Z | Checking signal-hook-tokio v0.3.1 |
2188 | 2024-10-23T18:41:25.183Z | Compiling cexpr v0.6.0 |
2189 | 2024-10-23T18:41:25.524Z | Compiling lalrpop v0.19.12 |
2190 | 2024-10-23T18:41:26.942Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2191 | 2024-10-23T18:41:26.974Z | Compiling rustc-hash v1.1.0 |
2192 | 2024-10-23T18:41:27.160Z | Compiling lazycell v1.3.0 |
2193 | 2024-10-23T18:41:28.101Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2194 | 2024-10-23T18:41:28.403Z | Compiling derive_builder_core v0.20.2 |
2195 | 2024-10-23T18:41:28.519Z | Checking http v0.2.12 |
2196 | 2024-10-23T18:41:29.821Z | Checking progenitor v0.8.0 |
2197 | 2024-10-23T18:41:30.056Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2198 | 2024-10-23T18:41:30.139Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2199 | 2024-10-23T18:41:30.162Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2200 | 2024-10-23T18:41:31.885Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2201 | 2024-10-23T18:41:34.521Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2202 | 2024-10-23T18:41:34.776Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2203 | 2024-10-23T18:41:35.211Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2204 | 2024-10-23T18:41:37.010Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2205 | 2024-10-23T18:41:38.192Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2206 | 2024-10-23T18:41:38.476Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2207 | 2024-10-23T18:41:39.253Z | Checking diesel v2.2.4 |
2208 | 2024-10-23T18:41:39.497Z | Compiling peg-macros v0.8.4 |
2209 | 2024-10-23T18:41:42.836Z | Compiling libxml v0.3.3 |
2210 | 2024-10-23T18:41:43.243Z | Compiling sqlparser_derive v0.2.2 |
2211 | 2024-10-23T18:41:43.318Z | Compiling memoffset v0.9.1 |
2212 | 2024-10-23T18:41:43.674Z | Checking unicode_categories v0.1.1 |
2213 | 2024-10-23T18:41:44.001Z | Checking sqlformat v0.2.6 |
2214 | 2024-10-23T18:41:44.338Z | Checking sqlparser v0.45.0 |
2215 | 2024-10-23T18:41:48.417Z | Checking peg v0.8.4 |
2216 | 2024-10-23T18:41:48.583Z | Compiling derive_builder_macro v0.20.2 |
2217 | 2024-10-23T18:41:49.509Z | Checking rustyline v14.0.0 |
2218 | 2024-10-23T18:41:51.057Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2219 | 2024-10-23T18:41:53.520Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2220 | 2024-10-23T18:41:54.656Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2221 | 2024-10-23T18:41:54.876Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2222 | 2024-10-23T18:41:57.124Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2223 | 2024-10-23T18:41:59.886Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2224 | 2024-10-23T18:42:00.352Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2225 | 2024-10-23T18:42:01.814Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2226 | 2024-10-23T18:42:02.108Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2227 | 2024-10-23T18:42:02.554Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2228 | 2024-10-23T18:42:02.645Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2229 | 2024-10-23T18:42:03.320Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2230 | 2024-10-23T18:42:03.344Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2231 | 2024-10-23T18:42:03.459Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2232 | 2024-10-23T18:42:03.939Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2233 | 2024-10-23T18:42:04.056Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2234 | 2024-10-23T18:42:05.115Z | Checking tungstenite v0.23.0 |
2235 | 2024-10-23T18:42:06.028Z | Checking bcs v0.1.6 |
2236 | 2024-10-23T18:42:08.168Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2237 | 2024-10-23T18:42:08.447Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2238 | 2024-10-23T18:42:08.979Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2239 | 2024-10-23T18:42:10.358Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2240 | 2024-10-23T18:42:11.201Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2241 | 2024-10-23T18:42:11.286Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2242 | 2024-10-23T18:42:12.333Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2243 | 2024-10-23T18:42:13.397Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2244 | 2024-10-23T18:42:15.187Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2245 | 2024-10-23T18:42:15.459Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2246 | 2024-10-23T18:42:16.004Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2247 | 2024-10-23T18:42:16.292Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2248 | 2024-10-23T18:42:16.452Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2249 | 2024-10-23T18:42:18.445Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2250 | 2024-10-23T18:42:18.866Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2251 | 2024-10-23T18:42:19.124Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2252 | 2024-10-23T18:42:19.199Z | Compiling strum_macros v0.24.3 |
2253 | 2024-10-23T18:42:19.776Z | Compiling pin-project-internal v1.1.6 |
2254 | 2024-10-23T18:42:19.964Z | Compiling indoc v1.0.9 |
2255 | 2024-10-23T18:42:20.330Z | Checking tokio-tungstenite v0.23.1 |
2256 | 2024-10-23T18:42:20.823Z | Checking derive_builder v0.20.2 |
2257 | 2024-10-23T18:42:21.109Z | Checking h2 v0.3.26 |
2258 | 2024-10-23T18:42:22.793Z | Checking http-body v0.4.6 |
2259 | 2024-10-23T18:42:22.854Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2260 | 2024-10-23T18:42:22.875Z | Checking pin-project v1.1.6 |
2261 | 2024-10-23T18:42:23.015Z | Checking quick-xml v0.33.0 |
2262 | 2024-10-23T18:42:23.173Z | Compiling oso-derive v0.27.3 |
2263 | 2024-10-23T18:42:23.197Z | Compiling impl-trait-for-tuples v0.2.2 |
2264 | 2024-10-23T18:42:24.300Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2265 | 2024-10-23T18:42:24.715Z | Checking nix v0.27.1 |
2266 | 2024-10-23T18:42:24.747Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2267 | 2024-10-23T18:42:25.074Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2268 | 2024-10-23T18:42:26.020Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2269 | 2024-10-23T18:42:26.293Z | Compiling snafu-derive v0.8.5 |
2270 | 2024-10-23T18:42:26.884Z | Compiling diesel-dtrace v0.3.0 |
2271 | 2024-10-23T18:42:27.211Z | Checking sync_wrapper v0.1.2 |
2272 | 2024-10-23T18:42:27.375Z | Checking hyper v0.14.30 |
2273 | 2024-10-23T18:42:29.793Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2274 | 2024-10-23T18:42:31.635Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2275 | 2024-10-23T18:42:31.939Z | Checking snafu v0.8.5 |
2276 | 2024-10-23T18:42:31.978Z | Checking globset v0.4.15 |
2277 | 2024-10-23T18:42:32.072Z | Checking reqwest v0.11.27 |
2278 | 2024-10-23T18:42:32.462Z | Checking bb8 v0.8.5 |
2279 | 2024-10-23T18:42:32.503Z | Checking olpc-cjson v0.1.4 |
2280 | 2024-10-23T18:42:32.734Z | Checking serde_plain v1.0.2 |
2281 | 2024-10-23T18:42:32.954Z | Compiling const_format_proc_macros v0.2.33 |
2282 | 2024-10-23T18:42:32.997Z | Checking typed-path v0.7.1 |
2283 | 2024-10-23T18:42:33.089Z | Checking async-bb8-diesel v0.2.1 |
2284 | 2024-10-23T18:42:33.630Z | Checking parse-size v1.0.0 |
2285 | 2024-10-23T18:42:33.804Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2286 | 2024-10-23T18:42:33.829Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2287 | 2024-10-23T18:42:34.537Z | Checking heck v0.4.1 |
2288 | 2024-10-23T18:42:34.768Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2289 | 2024-10-23T18:42:34.859Z | Checking tough v0.17.1 |
2290 | 2024-10-23T18:42:35.062Z | Checking assert_matches v1.5.0 |
2291 | 2024-10-23T18:42:35.084Z | Checking const_format v0.2.33 |
2292 | 2024-10-23T18:42:35.149Z | Checking rand_seeder v0.3.0 |
2293 | 2024-10-23T18:42:35.172Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2294 | 2024-10-23T18:42:35.398Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2295 | 2024-10-23T18:42:35.570Z | Compiling libz-sys v1.1.20 |
2296 | 2024-10-23T18:42:36.290Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2297 | 2024-10-23T18:42:36.832Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2298 | 2024-10-23T18:42:37.648Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2299 | 2024-10-23T18:42:37.886Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2300 | 2024-10-23T18:42:37.913Z | Checking is_ci v1.2.0 |
2301 | 2024-10-23T18:42:38.070Z | Checking supports-color v3.0.1 |
2302 | 2024-10-23T18:42:38.267Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2303 | 2024-10-23T18:42:38.536Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2304 | 2024-10-23T18:42:39.615Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2305 | 2024-10-23T18:42:39.984Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2306 | 2024-10-23T18:42:40.151Z | Compiling vergen v8.3.2 |
2307 | 2024-10-23T18:42:40.467Z | Compiling cargo-platform v0.1.8 |
2308 | 2024-10-23T18:42:41.042Z | Checking smawk v0.3.2 |
2309 | 2024-10-23T18:42:41.250Z | Checking unicode-linebreak v0.1.5 |
2310 | 2024-10-23T18:42:41.273Z | Compiling cargo_metadata v0.18.1 |
2311 | 2024-10-23T18:42:41.690Z | Checking textwrap v0.16.1 |
2312 | 2024-10-23T18:42:42.062Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2313 | 2024-10-23T18:42:42.140Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2314 | 2024-10-23T18:42:43.579Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2315 | 2024-10-23T18:42:44.463Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2316 | 2024-10-23T18:42:44.822Z | Checking castaway v0.2.3 |
2317 | 2024-10-23T18:42:45.004Z | Compiling libsqlite3-sys v0.30.1 |
2318 | 2024-10-23T18:42:45.071Z | Compiling rustls v0.21.12 |
2319 | 2024-10-23T18:42:45.139Z | Compiling cfg_aliases v0.2.1 |
2320 | 2024-10-23T18:42:45.261Z | Compiling nix v0.29.0 |
2321 | 2024-10-23T18:42:45.527Z | Checking compact_str v0.8.0 |
2322 | 2024-10-23T18:42:46.225Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2323 | 2024-10-23T18:42:46.335Z | Checking unicode-truncate v1.1.0 |
2324 | 2024-10-23T18:42:46.527Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2325 | 2024-10-23T18:42:46.851Z | Checking sct v0.7.1 |
2326 | 2024-10-23T18:42:46.999Z | Checking rustls-webpki v0.101.7 |
2327 | 2024-10-23T18:42:47.064Z | Checking lru v0.12.5 |
2328 | 2024-10-23T18:42:47.377Z | Compiling instability v0.3.2 |
2329 | 2024-10-23T18:42:47.646Z | Checking cassowary v0.3.0 |
2330 | 2024-10-23T18:42:48.437Z | Checking ratatui v0.28.1 |
2331 | 2024-10-23T18:42:48.909Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2332 | 2024-10-23T18:42:49.075Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2333 | 2024-10-23T18:42:49.234Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2334 | 2024-10-23T18:42:50.235Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2335 | 2024-10-23T18:42:51.127Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2336 | 2024-10-23T18:42:51.403Z | Checking hashlink v0.9.1 |
2337 | 2024-10-23T18:42:52.040Z | Checking concurrent-queue v2.5.0 |
2338 | 2024-10-23T18:42:52.065Z | Checking fallible-streaming-iterator v0.1.9 |
2339 | 2024-10-23T18:42:52.303Z | Checking parking v2.2.1 |
2340 | 2024-10-23T18:42:52.337Z | Checking fallible-iterator v0.3.0 |
2341 | 2024-10-23T18:42:52.465Z | Checking plotters-backend v0.3.7 |
2342 | 2024-10-23T18:42:52.866Z | Checking plotters-svg v0.3.7 |
2343 | 2024-10-23T18:42:52.943Z | Checking rusqlite v0.32.1 |
2344 | 2024-10-23T18:42:53.101Z | Checking tokio-rustls v0.24.1 |
2345 | 2024-10-23T18:42:54.006Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2346 | 2024-10-23T18:42:54.530Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2347 | 2024-10-23T18:42:54.858Z | Checking rustls-pemfile v1.0.4 |
2348 | 2024-10-23T18:42:55.076Z | Checking twox-hash v1.6.3 |
2349 | 2024-10-23T18:42:55.201Z | Checking cast v0.3.0 |
2350 | 2024-10-23T18:42:55.535Z | Checking criterion-plot v0.5.0 |
2351 | 2024-10-23T18:42:55.606Z | Checking plotters v0.3.7 |
2352 | 2024-10-23T18:42:55.811Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2353 | 2024-10-23T18:42:56.051Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2354 | 2024-10-23T18:42:56.835Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2355 | 2024-10-23T18:42:57.424Z | Checking fatfs v0.3.6 |
2356 | 2024-10-23T18:42:58.380Z | Checking tinytemplate v1.2.1 |
2357 | 2024-10-23T18:42:58.485Z | Checking csv-core v0.1.11 |
2358 | 2024-10-23T18:42:58.788Z | Checking anes v0.1.6 |
2359 | 2024-10-23T18:42:58.811Z | Checking oorandom v11.1.4 |
2360 | 2024-10-23T18:42:58.992Z | Checking shell-words v1.1.0 |
2361 | 2024-10-23T18:42:59.158Z | Checking criterion v0.5.1 |
2362 | 2024-10-23T18:42:59.199Z | Checking csv v1.3.0 |
2363 | 2024-10-23T18:43:00.081Z | Checking event-listener v5.3.1 |
2364 | 2024-10-23T18:43:00.448Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2365 | 2024-10-23T18:43:01.643Z | Compiling samael v0.0.17 |
2366 | 2024-10-23T18:43:01.966Z | Checking rtoolbox v0.0.2 |
2367 | 2024-10-23T18:43:02.175Z | Checking rpassword v7.3.1 |
2368 | 2024-10-23T18:43:02.342Z | Checking event-listener-strategy v0.5.2 |
2369 | 2024-10-23T18:43:02.565Z | Checking tui-tree-widget v0.22.0 |
2370 | 2024-10-23T18:43:02.883Z | Checking polyval v0.6.2 |
2371 | 2024-10-23T18:43:03.184Z | Checking ghash v0.5.1 |
2372 | 2024-10-23T18:43:03.373Z | Checking futures-lite v2.3.0 |
2373 | 2024-10-23T18:43:04.815Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2374 | 2024-10-23T18:43:05.816Z | Checking ctr v0.9.2 |
2375 | 2024-10-23T18:43:06.040Z | Checking yansi v1.0.1 |
2376 | 2024-10-23T18:43:06.627Z | Checking aes-gcm v0.10.3 |
2377 | 2024-10-23T18:43:06.829Z | Checking pretty_assertions v1.4.1 |
2378 | 2024-10-23T18:43:06.879Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2379 | 2024-10-23T18:43:07.053Z | Checking ssh-encoding v0.2.0 |
2380 | 2024-10-23T18:43:07.420Z | Checking blowfish v0.9.1 |
2381 | 2024-10-23T18:43:07.699Z | Checking bcrypt-pbkdf v0.10.0 |
2382 | 2024-10-23T18:43:07.983Z | Checking ssh-cipher v0.2.0 |
2383 | 2024-10-23T18:43:08.293Z | Checking async-lock v3.4.0 |
2384 | 2024-10-23T18:43:09.224Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2385 | 2024-10-23T18:43:09.741Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2386 | 2024-10-23T18:43:11.246Z | Checking polling v3.7.3 |
2387 | 2024-10-23T18:43:11.654Z | Checking password-hash v0.4.2 |
2388 | 2024-10-23T18:43:11.717Z | Checking matches v0.1.10 |
2389 | 2024-10-23T18:43:11.841Z | Checking hex-literal v0.4.1 |
2390 | 2024-10-23T18:43:11.994Z | Checking idna v0.2.3 |
2391 | 2024-10-23T18:43:12.068Z | Checking pbkdf2 v0.11.0 |
2392 | 2024-10-23T18:43:12.373Z | Checking async-io v2.3.4 |
2393 | 2024-10-23T18:43:12.851Z | Checking ssh-key v0.6.6 |
2394 | 2024-10-23T18:43:13.210Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2395 | 2024-10-23T18:43:13.829Z | Checking p256 v0.13.2 |
2396 | 2024-10-23T18:43:14.032Z | Checking p521 v0.13.3 |
2397 | 2024-10-23T18:43:14.300Z | Checking russh-cryptovec v0.7.3 |
2398 | 2024-10-23T18:43:14.522Z | Compiling enum-as-inner v0.5.1 |
2399 | 2024-10-23T18:43:14.525Z | Compiling target-lexicon v0.12.16 |
2400 | 2024-10-23T18:43:15.383Z | Checking md5 v0.7.0 |
2401 | 2024-10-23T18:43:15.548Z | Checking async-task v4.7.1 |
2402 | 2024-10-23T18:43:15.570Z | Compiling doc-comment v0.3.3 |
2403 | 2024-10-23T18:43:15.656Z | Checking russh-keys v0.45.0 |
2404 | 2024-10-23T18:43:16.007Z | Checking trust-dns-proto v0.22.0 |
2405 | 2024-10-23T18:43:16.286Z | Checking async-channel v2.3.1 |
2406 | 2024-10-23T18:43:16.593Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2407 | 2024-10-23T18:43:17.004Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2408 | 2024-10-23T18:43:17.313Z | Checking piper v0.2.4 |
2409 | 2024-10-23T18:43:17.537Z | Checking num-bigint v0.4.6 |
2410 | 2024-10-23T18:43:17.771Z | Checking des v0.8.1 |
2411 | 2024-10-23T18:43:18.048Z | Compiling assert_cmd v2.0.16 |
2412 | 2024-10-23T18:43:18.284Z | Checking futures-timer v3.0.3 |
2413 | 2024-10-23T18:43:18.503Z | Compiling guppy-workspace-hack v0.1.0 |
2414 | 2024-10-23T18:43:18.602Z | Compiling dhcproto-macros v0.1.0 |
2415 | 2024-10-23T18:43:18.889Z | Checking blocking v1.6.1 |
2416 | 2024-10-23T18:43:19.541Z | Checking async-executor v1.13.1 |
2417 | 2024-10-23T18:43:19.651Z | Checking dhcproto v0.12.0 |
2418 | 2024-10-23T18:43:19.809Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2419 | 2024-10-23T18:43:19.896Z | Checking async-signal v0.2.10 |
2420 | 2024-10-23T18:43:20.030Z | Checking russh v0.45.0 |
2421 | 2024-10-23T18:43:20.180Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2422 | 2024-10-23T18:43:20.407Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2423 | 2024-10-23T18:43:20.909Z | Checking internet-checksum v0.2.1 |
2424 | 2024-10-23T18:43:21.121Z | Checking event-listener v2.5.3 |
2425 | 2024-10-23T18:43:21.309Z | Compiling target-spec v3.2.2 |
2426 | 2024-10-23T18:43:21.332Z | Checking async-channel v1.9.0 |
2427 | 2024-10-23T18:43:21.912Z | Checking async-process v2.3.0 |
2428 | 2024-10-23T18:43:22.221Z | Checking async-global-executor v2.4.1 |
2429 | 2024-10-23T18:43:22.327Z | Checking cfg-expr v0.17.0 |
2430 | 2024-10-23T18:43:23.060Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2431 | 2024-10-23T18:43:23.084Z | Checking httptest v0.16.1 |
2432 | 2024-10-23T18:43:23.149Z | Checking rustls-native-certs v0.7.3 |
2433 | 2024-10-23T18:43:23.337Z | Checking num_cpus v1.16.0 |
2434 | 2024-10-23T18:43:23.477Z | Checking kv-log-macro v1.0.7 |
2435 | 2024-10-23T18:43:23.621Z | Compiling async-attributes v1.1.2 |
2436 | 2024-10-23T18:43:24.360Z | Checking threadpool v1.8.1 |
2437 | 2024-10-23T18:43:24.524Z | Checking async-std v1.13.0 |
2438 | 2024-10-23T18:43:24.585Z | Checking hyper-rustls v0.26.0 |
2439 | 2024-10-23T18:43:25.251Z | Checking pathdiff v0.2.2 |
2440 | 2024-10-23T18:43:25.430Z | Compiling rstest_macros v0.23.0 |
2441 | 2024-10-23T18:43:25.704Z | Checking escape8259 v0.5.3 |
2442 | 2024-10-23T18:43:25.871Z | Checking nested v0.1.1 |
2443 | 2024-10-23T18:43:26.101Z | Checking guppy v0.17.8 |
2444 | 2024-10-23T18:43:26.125Z | Checking libtest-mimic v0.7.3 |
2445 | 2024-10-23T18:43:26.594Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2446 | 2024-10-23T18:43:27.583Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2447 | 2024-10-23T18:43:27.702Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2448 | 2024-10-23T18:43:27.994Z | Checking similar-asserts v1.6.0 |
2449 | 2024-10-23T18:43:28.140Z | Checking async-object-pool v0.1.5 |
2450 | 2024-10-23T18:43:28.192Z | Checking fancy-regex v0.13.0 |
2451 | 2024-10-23T18:43:28.233Z | Checking serde_regex v1.1.0 |
2452 | 2024-10-23T18:43:28.329Z | Checking assert-json-diff v2.0.2 |
2453 | 2024-10-23T18:43:28.492Z | Compiling proc-macro-crate v3.2.0 |
2454 | 2024-10-23T18:43:28.606Z | Checking path-tree v0.8.1 |
2455 | 2024-10-23T18:43:28.902Z | Compiling relative-path v1.9.3 |
2456 | 2024-10-23T18:43:28.933Z | Checking stringmetrics v2.2.2 |
2457 | 2024-10-23T18:43:29.196Z | Compiling trybuild v1.0.100 |
2458 | 2024-10-23T18:43:29.606Z | Checking httpmock v0.8.0-alpha.1 |
2459 | 2024-10-23T18:43:29.738Z | Checking datatest-stable v0.2.9 |
2460 | 2024-10-23T18:43:30.086Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2461 | 2024-10-23T18:43:30.761Z | Checking blake2b_simd v1.0.2 |
2462 | 2024-10-23T18:43:31.508Z | Compiling git2 v0.19.0 |
2463 | 2024-10-23T18:43:31.588Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2464 | 2024-10-23T18:43:32.019Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2465 | 2024-10-23T18:43:32.353Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2466 | 2024-10-23T18:43:32.693Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2467 | 2024-10-23T18:43:33.025Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2468 | 2024-10-23T18:43:33.562Z | Checking serde_tokenstream v0.2.2 |
2469 | 2024-10-23T18:43:33.978Z | Checking uzers v0.12.1 |
2470 | 2024-10-23T18:43:34.522Z | Checking rust-argon2 v2.1.0 |
2471 | 2024-10-23T18:43:34.937Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2472 | 2024-10-23T18:43:35.932Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2473 | 2024-10-23T18:43:37.048Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2474 | 2024-10-23T18:43:39.378Z | Checking rand_distr v0.4.3 |
2475 | 2024-10-23T18:43:40.140Z | Checking multimap v0.10.0 |
2476 | 2024-10-23T18:43:40.436Z | Checking approx v0.5.1 |
2477 | 2024-10-23T18:43:40.635Z | Checking rstest v0.23.0 |
2478 | 2024-10-23T18:43:40.706Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2479 | 2024-10-23T18:43:41.300Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2480 | 2024-10-23T18:43:41.618Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2481 | 2024-10-23T18:43:41.929Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2482 | 2024-10-23T18:43:42.199Z | Checking partial-io v0.5.4 |
2483 | 2024-10-23T18:43:42.268Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2484 | 2024-10-23T18:43:42.831Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2485 | 2024-10-23T18:43:43.045Z | Checking cargo_toml v0.20.5 |
2486 | 2024-10-23T18:43:44.156Z | Checking termios v0.3.3 |
2487 | 2024-10-23T18:43:44.177Z | Compiling indoc v2.0.5 |
2488 | 2024-10-23T18:43:44.177Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2489 | 2024-10-23T18:43:44.523Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2490 | 2024-10-23T18:43:45.738Z | Compiling polar-core v0.27.3 |
2491 | 2024-10-23T18:43:46.656Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2492 | 2024-10-23T18:43:51.027Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2493 | 2024-10-23T18:43:56.343Z | Checking oso v0.27.3 |
2494 | 2024-10-23T18:44:02.165Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2495 | 2024-10-23T18:44:08.838Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2496 | 2024-10-23T18:44:34.807Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2497 | 2024-10-23T18:44:38.330Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2498 | 2024-10-23T18:44:38.851Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2499 | 2024-10-23T18:45:01.387Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2500 | 2024-10-23T18:45:01.387Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2501 | 2024-10-23T18:45:01.390Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2502 | 2024-10-23T18:46:23.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 21s |
2503 | 2024-10-23T18:46:24.277Z | |
2504 | 2024-10-23T18:46:24.277Z | real 6:26.025946592 |
2505 | 2024-10-23T18:46:24.277Z | user 36:25.414619786 |
2506 | 2024-10-23T18:46:24.277Z | sys 6:20.942015727 |
2507 | 2024-10-23T18:46:24.277Z | trap 0.939439120 |
2508 | 2024-10-23T18:46:24.277Z | tflt 3.020172411 |
2509 | 2024-10-23T18:46:24.277Z | dflt 0.569703698 |
2510 | 2024-10-23T18:46:24.277Z | kflt 0.003210846 |
2511 | 2024-10-23T18:46:24.279Z | lock 54:41.554236179 |
2512 | 2024-10-23T18:46:24.279Z | slp 2:06:38.151865620 |
2513 | 2024-10-23T18:46:24.279Z | lat 1:40.021582199 |
2514 | 2024-10-23T18:46:24.279Z | stop 6:02.366283877 |
2515 | 2024-10-23T18:46:24.279Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2516 | 2024-10-23T18:46:24.279Z | + ptime -m cargo doc --workspace --no-deps |
2517 | 2024-10-23T18:46:25.505Z | warning: output filename collision. |
2518 | 2024-10-23T18:46:25.505Z | 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)`. |
2519 | 2024-10-23T18:46:25.505Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2520 | 2024-10-23T18:46:25.505Z | The targets should have unique names. |
2521 | 2024-10-23T18:46:25.505Z | This is a known bug where multiple crates with the same name use |
2522 | 2024-10-23T18:46:25.505Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2523 | 2024-10-23T18:46:25.901Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2524 | 2024-10-23T18:46:25.965Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2525 | 2024-10-23T18:46:25.985Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2526 | 2024-10-23T18:46:26.020Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2527 | 2024-10-23T18:46:26.048Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2528 | 2024-10-23T18:46:26.048Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2529 | 2024-10-23T18:46:26.215Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2530 | 2024-10-23T18:46:26.302Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2531 | 2024-10-23T18:46:26.321Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2532 | 2024-10-23T18:46:26.338Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2533 | 2024-10-23T18:46:26.360Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2534 | 2024-10-23T18:46:26.531Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2535 | 2024-10-23T18:46:26.588Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2536 | 2024-10-23T18:46:26.622Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2537 | 2024-10-23T18:46:26.823Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2538 | 2024-10-23T18:46:27.085Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2539 | 2024-10-23T18:46:29.565Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2540 | 2024-10-23T18:46:29.923Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2541 | 2024-10-23T18:46:30.249Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2542 | 2024-10-23T18:46:31.126Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2543 | 2024-10-23T18:46:31.225Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2544 | 2024-10-23T18:46:31.470Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2545 | 2024-10-23T18:46:31.567Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2546 | 2024-10-23T18:46:31.927Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2547 | 2024-10-23T18:46:32.152Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2548 | 2024-10-23T18:46:32.462Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2549 | 2024-10-23T18:46:32.781Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2550 | 2024-10-23T18:46:33.095Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2551 | 2024-10-23T18:46:33.237Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2552 | 2024-10-23T18:46:33.256Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2553 | 2024-10-23T18:46:33.275Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2554 | 2024-10-23T18:46:33.595Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2555 | 2024-10-23T18:46:33.617Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2556 | 2024-10-23T18:46:33.923Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2557 | 2024-10-23T18:46:33.949Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2558 | 2024-10-23T18:46:34.293Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2559 | 2024-10-23T18:46:34.296Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2560 | 2024-10-23T18:46:34.326Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2561 | 2024-10-23T18:46:34.781Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2562 | 2024-10-23T18:46:35.033Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2563 | 2024-10-23T18:46:39.444Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2564 | 2024-10-23T18:46:40.073Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2565 | 2024-10-23T18:46:40.245Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2566 | 2024-10-23T18:46:40.340Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2567 | 2024-10-23T18:46:40.763Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2568 | 2024-10-23T18:46:41.158Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2569 | 2024-10-23T18:46:42.377Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2570 | 2024-10-23T18:46:42.458Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2571 | 2024-10-23T18:46:42.864Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2572 | 2024-10-23T18:46:43.113Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2573 | 2024-10-23T18:46:44.337Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2574 | 2024-10-23T18:46:48.993Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2575 | 2024-10-23T18:46:49.934Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2576 | 2024-10-23T18:46:50.247Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2577 | 2024-10-23T18:46:50.802Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2578 | 2024-10-23T18:46:50.822Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2579 | 2024-10-23T18:46:51.078Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2580 | 2024-10-23T18:46:51.215Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2581 | 2024-10-23T18:46:51.559Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2582 | 2024-10-23T18:46:52.043Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2583 | 2024-10-23T18:46:52.838Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2584 | 2024-10-23T18:46:53.488Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2585 | 2024-10-23T18:46:53.754Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2586 | 2024-10-23T18:46:53.832Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2587 | 2024-10-23T18:46:54.070Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2588 | 2024-10-23T18:46:54.384Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2589 | 2024-10-23T18:46:54.868Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2590 | 2024-10-23T18:46:55.067Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2591 | 2024-10-23T18:46:55.539Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2592 | 2024-10-23T18:46:55.774Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2593 | 2024-10-23T18:46:55.810Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2594 | 2024-10-23T18:46:56.243Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2595 | 2024-10-23T18:46:56.264Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2596 | 2024-10-23T18:46:56.673Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2597 | 2024-10-23T18:46:56.905Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2598 | 2024-10-23T18:46:57.717Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2599 | 2024-10-23T18:46:57.901Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2600 | 2024-10-23T18:46:58.373Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2601 | 2024-10-23T18:46:58.735Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2602 | 2024-10-23T18:46:58.787Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2603 | 2024-10-23T18:46:58.964Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2604 | 2024-10-23T18:46:59.351Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2605 | 2024-10-23T18:46:59.374Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2606 | 2024-10-23T18:46:59.708Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2607 | 2024-10-23T18:46:59.850Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2608 | 2024-10-23T18:46:59.907Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2609 | 2024-10-23T18:47:00.442Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2610 | 2024-10-23T18:47:00.792Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2611 | 2024-10-23T18:47:00.825Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2612 | 2024-10-23T18:47:01.304Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2613 | 2024-10-23T18:47:01.841Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2614 | 2024-10-23T18:47:02.226Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2615 | 2024-10-23T18:47:02.789Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2616 | 2024-10-23T18:47:04.116Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2617 | 2024-10-23T18:47:04.147Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2618 | 2024-10-23T18:47:04.685Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2619 | 2024-10-23T18:47:05.352Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2620 | 2024-10-23T18:47:05.784Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2621 | 2024-10-23T18:47:06.003Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2622 | 2024-10-23T18:47:06.630Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2623 | 2024-10-23T18:47:09.561Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2624 | 2024-10-23T18:47:09.795Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2625 | 2024-10-23T18:47:10.382Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2626 | 2024-10-23T18:47:10.646Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2627 | 2024-10-23T18:47:11.916Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2628 | 2024-10-23T18:47:15.497Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2629 | 2024-10-23T18:47:16.449Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2630 | 2024-10-23T18:47:19.838Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2631 | 2024-10-23T18:47:19.896Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2632 | 2024-10-23T18:47:28.635Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2633 | 2024-10-23T18:47:29.780Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2634 | 2024-10-23T18:47:38.428Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2635 | 2024-10-23T18:48:11.907Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2636 | 2024-10-23T18:48:15.990Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2637 | 2024-10-23T18:48:18.169Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2638 | 2024-10-23T18:48:25.682Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2639 | 2024-10-23T18:48:25.702Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2640 | 2024-10-23T18:48:30.924Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2641 | 2024-10-23T18:48:42.981Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2642 | 2024-10-23T18:48:44.408Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2643 | 2024-10-23T18:48:54.421Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2644 | 2024-10-23T18:48:59.315Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2645 | 2024-10-23T18:49:00.058Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2646 | 2024-10-23T18:49:02.925Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2647 | 2024-10-23T18:49:03.581Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2648 | 2024-10-23T18:49:08.257Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2649 | 2024-10-23T18:49:09.537Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2650 | 2024-10-23T18:49:11.549Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2651 | 2024-10-23T18:49:16.760Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2652 | 2024-10-23T18:49:50.460Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2653 | 2024-10-23T18:49:51.456Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2654 | 2024-10-23T18:49:52.244Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2655 | 2024-10-23T18:49:56.161Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2656 | 2024-10-23T18:49:58.691Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2657 | 2024-10-23T18:50:01.719Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2658 | 2024-10-23T18:50:17.453Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2659 | 2024-10-23T18:50:20.789Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2660 | 2024-10-23T18:50:23.359Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2661 | 2024-10-23T18:50:26.701Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2662 | 2024-10-23T18:50:33.294Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2663 | 2024-10-23T18:50:34.759Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2664 | 2024-10-23T18:50:38.439Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2665 | 2024-10-23T18:50:42.147Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2666 | 2024-10-23T18:50:45.177Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2667 | 2024-10-23T18:50:49.022Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2668 | 2024-10-23T18:51:01.103Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2669 | 2024-10-23T18:51:01.543Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2670 | 2024-10-23T18:51:03.920Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2671 | 2024-10-23T18:51:08.608Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2672 | 2024-10-23T18:51:09.112Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2673 | 2024-10-23T18:51:16.031Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2674 | 2024-10-23T18:51:17.952Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2675 | 2024-10-23T18:51:18.121Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2676 | 2024-10-23T18:51:23.246Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2677 | 2024-10-23T18:51:23.550Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2678 | 2024-10-23T18:51:27.560Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2679 | 2024-10-23T18:51:36.716Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2680 | 2024-10-23T18:51:37.751Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2681 | 2024-10-23T18:51:38.559Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2682 | 2024-10-23T18:51:43.492Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2683 | 2024-10-23T18:51:44.026Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2684 | 2024-10-23T18:51:46.127Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2685 | 2024-10-23T18:51:51.849Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2686 | 2024-10-23T18:51:52.079Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2687 | 2024-10-23T18:51:56.152Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2688 | 2024-10-23T18:51:59.239Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2689 | 2024-10-23T18:52:02.361Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2690 | 2024-10-23T18:52:02.834Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2691 | 2024-10-23T18:52:04.878Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2692 | 2024-10-23T18:52:06.073Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2693 | 2024-10-23T18:52:11.849Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2694 | 2024-10-23T18:52:13.134Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2695 | 2024-10-23T18:52:15.968Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2696 | 2024-10-23T18:52:17.708Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2697 | 2024-10-23T18:52:17.891Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2698 | 2024-10-23T18:52:22.328Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2699 | 2024-10-23T18:52:24.515Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2700 | 2024-10-23T18:52:25.971Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2701 | 2024-10-23T18:52:27.029Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2702 | 2024-10-23T18:52:30.775Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2703 | 2024-10-23T18:52:31.918Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2704 | 2024-10-23T18:52:34.874Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2705 | 2024-10-23T18:52:38.104Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2706 | 2024-10-23T18:52:39.765Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2707 | 2024-10-23T18:52:39.950Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2708 | 2024-10-23T18:52:40.415Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2709 | 2024-10-23T18:52:41.099Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2710 | 2024-10-23T18:52:50.045Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2711 | 2024-10-23T18:52:50.575Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2712 | 2024-10-23T18:52:54.391Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2713 | 2024-10-23T18:52:57.643Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2714 | 2024-10-23T18:52:57.722Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2715 | 2024-10-23T18:52:57.725Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2716 | 2024-10-23T18:52:58.271Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2717 | 2024-10-23T18:53:00.156Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2718 | 2024-10-23T18:53:06.900Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2719 | 2024-10-23T18:53:08.686Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2720 | 2024-10-23T18:53:12.313Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2721 | 2024-10-23T18:53:15.778Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2722 | 2024-10-23T18:53:15.899Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2723 | 2024-10-23T18:53:16.303Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2724 | 2024-10-23T18:53:18.357Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2725 | 2024-10-23T18:53:18.883Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2726 | 2024-10-23T18:53:20.149Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2727 | 2024-10-23T18:53:22.702Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2728 | 2024-10-23T18:53:23.495Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2729 | 2024-10-23T18:53:24.456Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2730 | 2024-10-23T18:53:24.953Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2731 | 2024-10-23T18:53:25.613Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2732 | 2024-10-23T18:53:28.679Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2733 | 2024-10-23T18:53:29.328Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2734 | 2024-10-23T18:53:29.346Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2735 | 2024-10-23T18:53:32.469Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2736 | 2024-10-23T18:53:32.505Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2737 | 2024-10-23T18:53:32.588Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2738 | 2024-10-23T18:53:33.787Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2739 | 2024-10-23T18:54:02.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 38s |
2740 | 2024-10-23T18:54:03.119Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 132 other files |
2741 | 2024-10-23T18:54:03.183Z | |
2742 | 2024-10-23T18:54:03.185Z | real 7:38.768994904 |
2743 | 2024-10-23T18:54:03.185Z | user 22:59.080216774 |
2744 | 2024-10-23T18:54:03.185Z | sys 34:23.880428797 |
2745 | 2024-10-23T18:54:03.185Z | trap 0.387587818 |
2746 | 2024-10-23T18:54:03.185Z | tflt 0.400041701 |
2747 | 2024-10-23T18:54:03.186Z | dflt 0.166047218 |
2748 | 2024-10-23T18:54:03.186Z | kflt 0.000006567 |
2749 | 2024-10-23T18:54:03.186Z | lock 1:16:17.204494733 |
2750 | 2024-10-23T18:54:03.186Z | slp 2:09:51.944466881 |
2751 | 2024-10-23T18:54:03.187Z | lat 1:11.629975374 |
2752 | 2024-10-23T18:54:03.187Z | stop 1:08.365725039 |
2753 | 2024-10-23T18:54:03.187Z | process exited: duration 1066869 ms, exit code 0 |
|
2754 | 2024-10-23T18:54:03.192Z | found 0 output files |