|
|
|
1 | 2024-10-18T22:10:03.032Z | job assigned to worker 01JAGTV2AP9M0Q95XTGF2N8WBM (queued for 49 s) |
|
2 | 2024-10-18T22:10:10.758Z | starting task 0: "setup" |
3 | 2024-10-18T22:10:10.765Z | ++ uname -s |
4 | 2024-10-18T22:10:10.768Z | + kern=SunOS |
5 | 2024-10-18T22:10:10.768Z | + case "$kern" in |
6 | 2024-10-18T22:10:10.768Z | + groupadd -g 12345 build |
7 | 2024-10-18T22:10:10.770Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-18T22:10:12.792Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-18T22:10:12.884Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-18T22:10:12.887Z | + home_fs=zfs |
11 | 2024-10-18T22:10:12.887Z | + [[ zfs == autofs ]] |
12 | 2024-10-18T22:10:12.887Z | + mkdir -p /home/build |
13 | 2024-10-18T22:10:12.889Z | + chown build:build /home/build /work |
14 | 2024-10-18T22:10:14.890Z | + chmod 0700 /home/build /work |
15 | 2024-10-18T22:10:14.893Z | process exited: duration 4136 ms, exit code 0 |
|
16 | 2024-10-18T22:10:14.898Z | starting task 1: "rust-toolchain" |
17 | 2024-10-18T22:10:14.903Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-18T22:10:14.903Z | ' 1.80.1 |
19 | 2024-10-18T22:10:14.906Z | * toolchain channel = "1.80.1" |
20 | 2024-10-18T22:10:14.906Z | + printf ' * toolchain profile = "%s" |
21 | 2024-10-18T22:10:14.906Z | ' default |
22 | 2024-10-18T22:10:14.906Z | * toolchain profile = "default" |
23 | 2024-10-18T22:10:14.906Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-18T22:10:14.906Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-18T22:10:15.024Z | info: downloading installer |
26 | 2024-10-18T22:10:16.443Z | info: profile set to 'default' |
27 | 2024-10-18T22:10:16.443Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-18T22:10:16.445Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-18T22:10:16.570Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-18T22:10:16.570Z | info: downloading component 'cargo' |
31 | 2024-10-18T22:10:17.228Z | info: downloading component 'clippy' |
32 | 2024-10-18T22:10:17.461Z | info: downloading component 'rust-docs' |
33 | 2024-10-18T22:10:18.385Z | info: downloading component 'rust-std' |
34 | 2024-10-18T22:10:19.681Z | info: downloading component 'rustc' |
35 | 2024-10-18T22:10:23.296Z | info: downloading component 'rustfmt' |
36 | 2024-10-18T22:10:23.503Z | info: installing component 'cargo' |
37 | 2024-10-18T22:10:24.351Z | info: installing component 'clippy' |
38 | 2024-10-18T22:10:24.723Z | info: installing component 'rust-docs' |
39 | 2024-10-18T22:10:26.371Z | info: installing component 'rust-std' |
40 | 2024-10-18T22:10:28.036Z | info: installing component 'rustc' |
41 | 2024-10-18T22:10:32.344Z | info: installing component 'rustfmt' |
42 | 2024-10-18T22:10:32.696Z | |
43 | 2024-10-18T22:10:32.696Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
44 | 2024-10-18T22:10:32.949Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-18T22:10:32.949Z | |
46 | 2024-10-18T22:10:32.953Z | |
47 | 2024-10-18T22:10:32.953Z | Rust is installed now. Great! |
48 | 2024-10-18T22:10:32.953Z | |
49 | 2024-10-18T22:10:32.953Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-18T22:10:32.953Z | environment variable. This has not been done automatically. |
51 | 2024-10-18T22:10:32.953Z | |
52 | 2024-10-18T22:10:32.953Z | To configure your current shell, you need to source |
53 | 2024-10-18T22:10:32.953Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-18T22:10:32.953Z | |
55 | 2024-10-18T22:10:32.953Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-18T22:10:32.953Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-18T22:10:32.953Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-18T22:10:33.005Z | + rustc --version |
59 | 2024-10-18T22:10:33.075Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-18T22:10:33.080Z | process exited: duration 18179 ms, exit code 0 |
|
61 | 2024-10-18T22:10:33.084Z | starting task 2: "authentication" |
62 | 2024-10-18T22:10:33.107Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-10-18T22:10:33.114Z | starting task 3: "clone repository" |
64 | 2024-10-18T22:10:33.121Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-18T22:10:33.127Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-18T22:10:33.400Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-18T22:10:40.330Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-18T22:10:40.330Z | + git fetch origin e725a7682413619bab3a80edd0c7908693a2402e |
69 | 2024-10-18T22:10:40.641Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-18T22:10:40.641Z | * branch e725a7682413619bab3a80edd0c7908693a2402e -> FETCH_HEAD |
71 | 2024-10-18T22:10:40.652Z | + [[ -n single-node-clickhouse-init ]] |
72 | 2024-10-18T22:10:40.655Z | ++ git branch --show-current |
73 | 2024-10-18T22:10:40.657Z | + current=main |
74 | 2024-10-18T22:10:40.657Z | + [[ main != single-node-clickhouse-init ]] |
75 | 2024-10-18T22:10:40.657Z | + git branch -f single-node-clickhouse-init e725a7682413619bab3a80edd0c7908693a2402e |
76 | 2024-10-18T22:10:40.660Z | + git checkout -f single-node-clickhouse-init |
77 | 2024-10-18T22:10:40.697Z | Switched to branch 'single-node-clickhouse-init' |
78 | 2024-10-18T22:10:40.703Z | + git reset --hard e725a7682413619bab3a80edd0c7908693a2402e |
79 | 2024-10-18T22:10:40.740Z | HEAD is now at e725a7682 WIP: Single-node ClickHouse database initialization |
80 | 2024-10-18T22:10:40.750Z | process exited: duration 7619 ms, exit code 0 |
|
81 | 2024-10-18T22:10:40.777Z | starting task 4: "build" |
82 | 2024-10-18T22:10:40.807Z | + source ./env.sh |
83 | 2024-10-18T22:10:40.808Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-10-18T22:10:40.808Z | ++ set -o xtrace |
85 | 2024-10-18T22:10:40.808Z | ++++ dirname ./env.sh |
86 | 2024-10-18T22:10:40.808Z | +++ readlink -f . |
87 | 2024-10-18T22:10:40.810Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-10-18T22:10:40.810Z | ++ 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-18T22:10:40.810Z | ++ 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-18T22:10:40.810Z | ++ 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-18T22:10:40.810Z | ++ 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-18T22:10:40.810Z | ++ 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-18T22:10:40.811Z | ++ 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-18T22:10:40.811Z | ++ 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-18T22:10:40.811Z | ++ 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-18T22:10:40.811Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-10-18T22:10:40.811Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-10-18T22:10:40.811Z | + source .github/buildomat/ci-env.sh |
99 | 2024-10-18T22:10:40.811Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-10-18T22:10:40.811Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-10-18T22:10:40.811Z | + cargo --version |
102 | 2024-10-18T22:10:40.868Z | cargo 1.80.1 (376290515 2024-07-16) |
103 | 2024-10-18T22:10:40.872Z | + rustc --version |
104 | 2024-10-18T22:10:40.931Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
105 | 2024-10-18T22:10:40.934Z | + banner prerequisites |
106 | 2024-10-18T22:10:40.954Z | |
107 | 2024-10-18T22:10:40.954Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-10-18T22:10:40.954Z | # # # # # # # # # # # # # # # |
109 | 2024-10-18T22:10:40.954Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-10-18T22:10:40.954Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-10-18T22:10:40.954Z | # # # # # # # # # # # # # # # |
112 | 2024-10-18T22:10:40.954Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-10-18T22:10:40.954Z | |
114 | 2024-10-18T22:10:40.956Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-10-18T22:10:50.590Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-10-18T22:10:54.324Z | Startup: Caching catalogs ... Done |
117 | 2024-10-18T22:11:00.631Z | Planning: Solver setup ... Done (5.575s) |
118 | 2024-10-18T22:11:00.715Z | Planning: Running solver ... Done (0.083s) |
119 | 2024-10-18T22:11:00.946Z | Planning: Finding local manifests ... Done (0.158s) |
120 | 2024-10-18T22:11:01.406Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-10-18T22:11:02.059Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-10-18T22:11:02.470Z | Planning: Package planning ... Done (0.411s) |
123 | 2024-10-18T22:11:02.528Z | Planning: Merging actions ... Done (0.058s) |
124 | 2024-10-18T22:11:04.270Z | Planning: Checking for conflicting actions ... Done (1.737s) |
125 | 2024-10-18T22:11:15.632Z | Planning: Consolidating action changes ... Done (11.365s) |
126 | 2024-10-18T22:11:16.061Z | Planning: Evaluating mediators ... Done (0.429s) |
127 | 2024-10-18T22:11:16.259Z | Planning: Planning completed in 21.84 seconds |
128 | 2024-10-18T22:11:17.837Z | Packages to install: 4 |
129 | 2024-10-18T22:11:17.838Z | Packages to update: 1 |
130 | 2024-10-18T22:11:17.838Z | Mediators to change: 2 |
131 | 2024-10-18T22:11:17.841Z | Services to change: 1 |
132 | 2024-10-18T22:11:17.841Z | Estimated space available: 155.71 GB |
133 | 2024-10-18T22:11:17.841Z | Estimated space to be consumed: 1.58 GB |
134 | 2024-10-18T22:11:17.841Z | Create boot environment: No |
135 | 2024-10-18T22:11:17.841Z | Create backup boot environment: Yes |
136 | 2024-10-18T22:11:17.841Z | Rebuild boot archive: No |
137 | 2024-10-18T22:11:17.841Z | |
138 | 2024-10-18T22:11:17.841Z | Changed mediators: |
139 | 2024-10-18T22:11:17.841Z | mediator clang: |
140 | 2024-10-18T22:11:17.841Z | version: None -> 15 (system default) |
141 | 2024-10-18T22:11:17.841Z | |
142 | 2024-10-18T22:11:17.841Z | mediator llvm: |
143 | 2024-10-18T22:11:17.841Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-10-18T22:11:17.842Z | |
145 | 2024-10-18T22:11:17.842Z | Changed packages: |
146 | 2024-10-18T22:11:17.842Z | helios-dev |
147 | 2024-10-18T22:11:17.842Z | developer/build-essential |
148 | 2024-10-18T22:11:17.842Z | None -> 11-2.0 |
149 | 2024-10-18T22:11:17.842Z | library/libxmlsec1 |
150 | 2024-10-18T22:11:17.842Z | None -> 1.2.35-2.0 |
151 | 2024-10-18T22:11:17.842Z | ooce/developer/clang-15 |
152 | 2024-10-18T22:11:17.842Z | None -> 15.0.7-2.0 |
153 | 2024-10-18T22:11:17.842Z | ooce/developer/llvm-15 |
154 | 2024-10-18T22:11:17.842Z | None -> 15.0.7-2.0 |
155 | 2024-10-18T22:11:17.842Z | package/pkg |
156 | 2024-10-18T22:11:17.842Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-10-18T22:11:17.842Z | |
158 | 2024-10-18T22:11:17.842Z | Services: |
159 | 2024-10-18T22:11:17.842Z | restart_fmri: |
160 | 2024-10-18T22:11:17.842Z | svc:/system/update-man-index:default |
161 | 2024-10-18T22:11:17.842Z | |
162 | 2024-10-18T22:11:17.842Z | Editable files to change: |
163 | 2024-10-18T22:11:17.842Z | Update: |
164 | 2024-10-18T22:11:17.842Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-10-18T22:11:18.386Z | |
166 | 2024-10-18T22:11:18.386Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-10-18T22:11:23.391Z | Download: 616/4281 items 17.8/220.6MB 8% complete (3.7M/s) |
168 | 2024-10-18T22:11:28.391Z | Download: 1199/4281 items 83.5/220.6MB 37% complete (8.4M/s) |
169 | 2024-10-18T22:11:33.394Z | Download: 1857/4281 items 118.5/220.6MB 53% complete (10.1M/s) |
170 | 2024-10-18T22:11:38.486Z | Download: 2219/4281 items 119.2/220.6MB 54% complete (4.2M/s) |
171 | 2024-10-18T22:11:43.763Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (3.8M/s) |
172 | 2024-10-18T22:11:48.777Z | Download: 3012/4281 items 121.1/220.6MB 54% complete (192k/s) |
173 | 2024-10-18T22:11:53.778Z | Download: 3290/4281 items 212.6/220.6MB 96% complete (9.6M/s) |
174 | 2024-10-18T22:11:58.815Z | Download: 3955/4281 items 218.6/220.6MB 99% complete (9.8M/s) |
175 | 2024-10-18T22:12:07.732Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (4.1M/s) |
176 | 2024-10-18T22:12:07.843Z | Download: Completed 220.60 MB in 49.45 seconds (4.5M/s) |
177 | 2024-10-18T22:12:09.716Z | Actions: 1/5063 actions (Removing old actions) |
178 | 2024-10-18T22:12:09.731Z | Actions: 194/5063 actions (Installing new actions) |
179 | 2024-10-18T22:12:14.831Z | Actions: 4082/5063 actions (Installing new actions) |
180 | 2024-10-18T22:12:15.929Z | Actions: 4226/5063 actions (Updating modified actions) |
181 | 2024-10-18T22:12:16.355Z | Actions: Completed 5063 actions in 6.64 seconds. |
182 | 2024-10-18T22:12:16.561Z | Done (0.198s) |
183 | 2024-10-18T22:12:16.563Z | Done (0.000s) |
184 | 2024-10-18T22:12:17.051Z | Done (0.489s) |
185 | 2024-10-18T22:12:24.771Z | Done (7.452s) |
186 | 2024-10-18T22:12:25.207Z | Done (0.362s) |
187 | 2024-10-18T22:12:25.210Z | Done (0.000s) |
188 | 2024-10-18T22:12:25.392Z | Done (0.000s) |
189 | 2024-10-18T22:12:26.065Z | Planning: Evaluating mediator changes ... Done |
190 | 2024-10-18T22:12:26.234Z | Planning: Checking for conflicting actions ... Done |
191 | 2024-10-18T22:12:26.237Z | Planning: Consolidating action changes ... Done |
192 | 2024-10-18T22:12:26.505Z | Planning: Evaluating mediators ... Done |
193 | 2024-10-18T22:12:26.510Z | Planning: Planning completed in 0.44 seconds |
194 | 2024-10-18T22:12:26.544Z | Mediators to change: 2 |
195 | 2024-10-18T22:12:26.544Z | Create boot environment: No |
196 | 2024-10-18T22:12:26.544Z | Create backup boot environment: No |
197 | 2024-10-18T22:12:26.664Z | Done |
198 | 2024-10-18T22:12:26.664Z | Done |
199 | 2024-10-18T22:12:26.993Z | Done |
200 | 2024-10-18T22:12:30.785Z | Done |
201 | 2024-10-18T22:12:30.879Z | Done |
202 | 2024-10-18T22:12:30.881Z | Done |
203 | 2024-10-18T22:12:31.325Z | Done |
204 | 2024-10-18T22:12:31.965Z | Planning: Evaluating mediator changes ... Done |
205 | 2024-10-18T22:12:31.967Z | Planning: Merging actions ... Done |
206 | 2024-10-18T22:12:32.165Z | Planning: Checking for conflicting actions ... Done |
207 | 2024-10-18T22:12:32.168Z | Planning: Consolidating action changes ... Done |
208 | 2024-10-18T22:12:32.436Z | Planning: Evaluating mediators ... Done |
209 | 2024-10-18T22:12:32.491Z | Planning: Planning completed in 0.78 seconds |
210 | 2024-10-18T22:12:32.531Z | Packages to change: 1 |
211 | 2024-10-18T22:12:32.531Z | Mediators to change: 1 |
212 | 2024-10-18T22:12:32.531Z | Services to change: 1 |
213 | 2024-10-18T22:12:32.534Z | Create boot environment: No |
214 | 2024-10-18T22:12:32.534Z | Create backup boot environment: Yes |
215 | 2024-10-18T22:12:34.578Z | Actions: 1/6 actions (Updating modified actions) |
216 | 2024-10-18T22:12:34.808Z | Actions: Completed 6 actions in 0.23 seconds. |
217 | 2024-10-18T22:12:34.811Z | Done |
218 | 2024-10-18T22:12:34.811Z | Done |
219 | 2024-10-18T22:12:34.909Z | Done |
220 | 2024-10-18T22:12:38.677Z | Done |
221 | 2024-10-18T22:12:38.776Z | Done |
222 | 2024-10-18T22:12:38.779Z | Done |
223 | 2024-10-18T22:12:39.098Z | Done |
224 | 2024-10-18T22:12:39.557Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
225 | 2024-10-18T22:12:39.557Z | clang system 15 system |
226 | 2024-10-18T22:12:39.557Z | csh system system illumos |
227 | 2024-10-18T22:12:39.557Z | ctags system system illumos |
228 | 2024-10-18T22:12:39.557Z | gcc vendor 12 vendor |
229 | 2024-10-18T22:12:39.557Z | gcc system 10 system |
230 | 2024-10-18T22:12:39.557Z | gcc system 7 system |
231 | 2024-10-18T22:12:39.557Z | go system 1.20 system |
232 | 2024-10-18T22:12:39.557Z | go system 1.19 system |
233 | 2024-10-18T22:12:39.557Z | llvm system 15 system |
234 | 2024-10-18T22:12:39.557Z | llvm system 14 system |
235 | 2024-10-18T22:12:39.557Z | mariadb system 10.6 system |
236 | 2024-10-18T22:12:39.557Z | mta vendor vendor dma |
237 | 2024-10-18T22:12:39.558Z | openjdk system 17 system |
238 | 2024-10-18T22:12:39.558Z | openjdk system 11 system |
239 | 2024-10-18T22:12:39.558Z | openjdk system 1.8 system |
240 | 2024-10-18T22:12:39.558Z | openssl vendor 3 vendor |
241 | 2024-10-18T22:12:39.558Z | perl system 5.36 system |
242 | 2024-10-18T22:12:39.558Z | postgresql system 15 system |
243 | 2024-10-18T22:12:39.558Z | postgresql system 13 system |
244 | 2024-10-18T22:12:39.558Z | python vendor 3 vendor |
245 | 2024-10-18T22:12:39.558Z | python system 2 system |
246 | 2024-10-18T22:12:39.558Z | python3 system 3.11 system |
247 | 2024-10-18T22:12:39.558Z | ruby system 3.0 system |
248 | 2024-10-18T22:12:39.558Z | words vendor vendor american-english |
249 | 2024-10-18T22:12:39.558Z | words system system australian-english |
250 | 2024-10-18T22:12:39.558Z | words system system british-english |
251 | 2024-10-18T22:12:39.558Z | words system system canadian-english |
252 | 2024-10-18T22:12:39.558Z | words system system french |
253 | 2024-10-18T22:12:39.558Z | words system system italian |
254 | 2024-10-18T22:12:39.558Z | words system system ngerman |
255 | 2024-10-18T22:12:39.558Z | words system system ogerman |
256 | 2024-10-18T22:12:39.558Z | words system system spanish |
257 | 2024-10-18T22:12:39.900Z | PUBLISHER TYPE STATUS P LOCATION |
258 | 2024-10-18T22:12:39.900Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
259 | 2024-10-18T22:12:42.363Z | FMRI IFO |
260 | 2024-10-18T22:12:42.363Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
261 | 2024-10-18T22:12:42.363Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
262 | 2024-10-18T22:12:42.363Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
263 | 2024-10-18T22:12:42.363Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
264 | 2024-10-18T22:12:42.363Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
265 | 2024-10-18T22:12:42.363Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
266 | 2024-10-18T22:12:42.363Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
267 | 2024-10-18T22:12:42.363Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
268 | 2024-10-18T22:12:42.363Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
269 | 2024-10-18T22:12:42.363Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
270 | 2024-10-18T22:12:42.363Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
271 | 2024-10-18T22:12:42.363Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
272 | 2024-10-18T22:12:42.363Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
273 | 2024-10-18T22:12:43.124Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
274 | 2024-10-18T22:12:43.387Z | Updating crates.io index |
275 | 2024-10-18T22:12:43.389Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
276 | 2024-10-18T22:12:44.214Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
277 | 2024-10-18T22:12:44.430Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
278 | 2024-10-18T22:12:44.649Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
279 | 2024-10-18T22:12:44.862Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
280 | 2024-10-18T22:12:45.849Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
281 | 2024-10-18T22:12:48.114Z | Updating git repository `https://github.com/oxidecomputer/opte` |
282 | 2024-10-18T22:12:48.984Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
283 | 2024-10-18T22:12:49.720Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
284 | 2024-10-18T22:12:50.027Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
285 | 2024-10-18T22:12:50.329Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
286 | 2024-10-18T22:12:50.894Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
287 | 2024-10-18T22:12:51.174Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
288 | 2024-10-18T22:12:51.542Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
289 | 2024-10-18T22:12:51.776Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
290 | 2024-10-18T22:12:52.019Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
291 | 2024-10-18T22:12:52.213Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
292 | 2024-10-18T22:12:52.505Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
293 | 2024-10-18T22:12:52.792Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
294 | 2024-10-18T22:12:53.068Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
295 | 2024-10-18T22:12:53.369Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
296 | 2024-10-18T22:12:53.797Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
297 | 2024-10-18T22:12:54.108Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
298 | 2024-10-18T22:12:54.495Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
299 | 2024-10-18T22:12:54.866Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
300 | 2024-10-18T22:12:55.155Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
301 | 2024-10-18T22:12:55.395Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
302 | 2024-10-18T22:12:56.977Z | Downloading crates ... |
303 | 2024-10-18T22:12:57.029Z | Downloaded anstyle v1.0.8 |
304 | 2024-10-18T22:12:57.035Z | Downloaded autocfg v1.4.0 |
305 | 2024-10-18T22:12:57.037Z | Downloaded block-buffer v0.10.4 |
306 | 2024-10-18T22:12:57.039Z | Downloaded anstyle-parse v0.2.5 |
307 | 2024-10-18T22:12:57.048Z | Downloaded equivalent v1.0.1 |
308 | 2024-10-18T22:12:57.059Z | Downloaded pretty-hex v0.4.1 |
309 | 2024-10-18T22:12:57.067Z | Downloaded swrite v0.1.0 |
310 | 2024-10-18T22:12:57.069Z | Downloaded cfg-if v1.0.0 |
311 | 2024-10-18T22:12:57.072Z | Downloaded dof v0.3.0 |
312 | 2024-10-18T22:12:57.077Z | Downloaded anstyle-query v1.1.1 |
313 | 2024-10-18T22:12:57.079Z | Downloaded colorchoice v1.0.2 |
314 | 2024-10-18T22:12:57.079Z | Downloaded thiserror-impl v1.0.64 |
315 | 2024-10-18T22:12:57.081Z | Downloaded byteorder v1.5.0 |
316 | 2024-10-18T22:12:57.083Z | Downloaded proc-macro-error-attr v1.0.4 |
317 | 2024-10-18T22:12:57.083Z | Downloaded bytecount v0.6.8 |
318 | 2024-10-18T22:12:57.086Z | Downloaded anyhow v1.0.89 |
319 | 2024-10-18T22:12:57.088Z | Downloaded serde_tokenstream v0.2.2 |
320 | 2024-10-18T22:12:57.091Z | Downloaded unicode-linebreak v0.1.5 |
321 | 2024-10-18T22:12:57.091Z | Downloaded heck v0.4.1 |
322 | 2024-10-18T22:12:57.093Z | Downloaded crypto-common v0.1.6 |
323 | 2024-10-18T22:12:57.093Z | Downloaded utf8parse v0.2.2 |
324 | 2024-10-18T22:12:57.096Z | Downloaded usdt-impl v0.5.0 |
325 | 2024-10-18T22:12:57.098Z | Downloaded smawk v0.3.2 |
326 | 2024-10-18T22:12:57.103Z | Downloaded pest_generator v2.7.14 |
327 | 2024-10-18T22:12:57.103Z | Downloaded itoa v1.0.11 |
328 | 2024-10-18T22:12:57.103Z | Downloaded usdt v0.5.0 |
329 | 2024-10-18T22:12:57.105Z | Downloaded anstream v0.6.15 |
330 | 2024-10-18T22:12:57.105Z | Downloaded cargo_metadata v0.18.1 |
331 | 2024-10-18T22:12:57.108Z | Downloaded tempfile v3.13.0 |
332 | 2024-10-18T22:12:57.111Z | Downloaded fastrand v2.1.1 |
333 | 2024-10-18T22:12:57.111Z | Downloaded semver v1.0.23 |
334 | 2024-10-18T22:12:57.113Z | Downloaded bitflags v2.6.0 |
335 | 2024-10-18T22:12:57.116Z | Downloaded fs-err v2.11.0 |
336 | 2024-10-18T22:12:57.118Z | Downloaded clap_derive v4.5.18 |
337 | 2024-10-18T22:12:57.121Z | Downloaded camino-tempfile v1.1.1 |
338 | 2024-10-18T22:12:57.125Z | Downloaded proc-macro2 v1.0.87 |
339 | 2024-10-18T22:12:57.128Z | Downloaded pest_meta v2.7.14 |
340 | 2024-10-18T22:12:57.130Z | Downloaded dtrace-parser v0.2.0 |
341 | 2024-10-18T22:12:57.142Z | Downloaded terminal_size v0.4.0 |
342 | 2024-10-18T22:12:57.145Z | Downloaded scroll_derive v0.12.0 |
343 | 2024-10-18T22:12:57.149Z | Downloaded usdt-macro v0.5.0 |
344 | 2024-10-18T22:12:57.149Z | Downloaded usdt-attr-macro v0.5.0 |
345 | 2024-10-18T22:12:57.149Z | Downloaded once_cell v1.20.2 |
346 | 2024-10-18T22:12:57.152Z | Downloaded textwrap v0.16.1 |
347 | 2024-10-18T22:12:57.154Z | Downloaded toml v0.8.19 |
348 | 2024-10-18T22:12:57.158Z | Downloaded log v0.4.22 |
349 | 2024-10-18T22:12:57.160Z | Downloaded plain v0.2.3 |
350 | 2024-10-18T22:12:57.162Z | Downloaded memmap v0.7.0 |
351 | 2024-10-18T22:12:57.162Z | Downloaded ucd-trie v0.1.7 |
352 | 2024-10-18T22:12:57.167Z | Downloaded macaddr v1.0.1 |
353 | 2024-10-18T22:12:57.169Z | Downloaded fnv v1.0.7 |
354 | 2024-10-18T22:12:57.169Z | Downloaded digest v0.10.7 |
355 | 2024-10-18T22:12:57.171Z | Downloaded cpufeatures v0.2.14 |
356 | 2024-10-18T22:12:57.171Z | Downloaded is_terminal_polyfill v1.70.1 |
357 | 2024-10-18T22:12:57.173Z | Downloaded heck v0.5.0 |
358 | 2024-10-18T22:12:57.173Z | Downloaded generic-array v0.14.7 |
359 | 2024-10-18T22:12:57.175Z | Downloaded clap_lex v0.7.2 |
360 | 2024-10-18T22:12:57.178Z | Downloaded toml_datetime v0.6.8 |
361 | 2024-10-18T22:12:57.178Z | Downloaded errno v0.3.9 |
362 | 2024-10-18T22:12:57.180Z | Downloaded thread-id v4.2.2 |
363 | 2024-10-18T22:12:57.183Z | Downloaded serde_spanned v0.6.8 |
364 | 2024-10-18T22:12:57.186Z | Downloaded tabled_derive v0.7.0 |
365 | 2024-10-18T22:12:57.186Z | Downloaded strsim v0.11.1 |
366 | 2024-10-18T22:12:57.188Z | Downloaded scroll v0.12.0 |
367 | 2024-10-18T22:12:57.188Z | Downloaded cargo-platform v0.1.8 |
368 | 2024-10-18T22:12:57.196Z | Downloaded indexmap v2.6.0 |
369 | 2024-10-18T22:12:57.200Z | Downloaded thiserror v1.0.64 |
370 | 2024-10-18T22:12:57.205Z | Downloaded cargo_toml v0.20.5 |
371 | 2024-10-18T22:12:57.208Z | Downloaded camino v1.1.9 |
372 | 2024-10-18T22:12:57.211Z | Downloaded sha2 v0.10.8 |
373 | 2024-10-18T22:12:57.211Z | Downloaded version_check v0.9.5 |
374 | 2024-10-18T22:12:57.214Z | Downloaded quote v1.0.37 |
375 | 2024-10-18T22:12:57.217Z | Downloaded proc-macro-error v1.0.4 |
376 | 2024-10-18T22:12:57.220Z | Downloaded pest_derive v2.7.14 |
377 | 2024-10-18T22:12:57.228Z | Downloaded ryu v1.0.18 |
378 | 2024-10-18T22:12:57.233Z | Downloaded serde_derive v1.0.210 |
379 | 2024-10-18T22:12:57.236Z | Downloaded unicode-ident v1.0.13 |
380 | 2024-10-18T22:12:57.243Z | Downloaded typenum v1.17.0 |
381 | 2024-10-18T22:12:57.246Z | Downloaded zerocopy-derive v0.7.35 |
382 | 2024-10-18T22:12:57.249Z | Downloaded clap v4.5.20 |
383 | 2024-10-18T22:12:57.256Z | Downloaded toml_edit v0.22.22 |
384 | 2024-10-18T22:12:57.277Z | Downloaded papergrid v0.11.0 |
385 | 2024-10-18T22:12:57.281Z | Downloaded serde v1.0.210 |
386 | 2024-10-18T22:12:57.284Z | Downloaded memchr v2.7.4 |
387 | 2024-10-18T22:12:57.294Z | Downloaded pest v2.7.14 |
388 | 2024-10-18T22:12:57.298Z | Downloaded winnow v0.6.20 |
389 | 2024-10-18T22:12:57.306Z | Downloaded serde_json v1.0.128 |
390 | 2024-10-18T22:12:57.313Z | Downloaded hashbrown v0.15.0 |
391 | 2024-10-18T22:12:57.318Z | Downloaded goblin v0.8.2 |
392 | 2024-10-18T22:12:57.324Z | Downloaded clap_builder v4.5.20 |
393 | 2024-10-18T22:12:57.336Z | Downloaded zerocopy v0.7.35 |
394 | 2024-10-18T22:12:57.346Z | Downloaded tabled v0.15.0 |
395 | 2024-10-18T22:12:57.361Z | Downloaded syn v1.0.109 |
396 | 2024-10-18T22:12:57.370Z | Downloaded syn v2.0.79 |
397 | 2024-10-18T22:12:57.381Z | Downloaded unicode-width v0.1.14 |
398 | 2024-10-18T22:12:57.386Z | Downloaded rustix v0.38.37 |
399 | 2024-10-18T22:12:57.408Z | Downloaded libc v0.2.159 |
400 | 2024-10-18T22:12:57.717Z | Compiling proc-macro2 v1.0.87 |
401 | 2024-10-18T22:12:57.717Z | Compiling unicode-ident v1.0.13 |
402 | 2024-10-18T22:12:57.720Z | Compiling serde v1.0.210 |
403 | 2024-10-18T22:12:57.720Z | Compiling version_check v0.9.5 |
404 | 2024-10-18T22:12:57.720Z | Compiling thiserror v1.0.64 |
405 | 2024-10-18T22:12:57.720Z | Compiling memchr v2.7.4 |
406 | 2024-10-18T22:12:57.720Z | Compiling libc v0.2.159 |
407 | 2024-10-18T22:12:57.720Z | Compiling itoa v1.0.11 |
408 | 2024-10-18T22:12:57.986Z | Compiling ucd-trie v0.1.7 |
409 | 2024-10-18T22:12:58.043Z | Compiling ryu v1.0.18 |
410 | 2024-10-18T22:12:58.537Z | Compiling once_cell v1.20.2 |
411 | 2024-10-18T22:12:58.557Z | Compiling byteorder v1.5.0 |
412 | 2024-10-18T22:12:58.862Z | Compiling rustix v0.38.37 |
413 | 2024-10-18T22:12:59.216Z | Compiling serde_json v1.0.128 |
414 | 2024-10-18T22:12:59.923Z | Compiling bitflags v2.6.0 |
415 | 2024-10-18T22:12:59.925Z | Compiling usdt-impl v0.5.0 |
416 | 2024-10-18T22:12:59.981Z | Compiling proc-macro-error-attr v1.0.4 |
417 | 2024-10-18T22:13:00.003Z | Compiling syn v1.0.109 |
418 | 2024-10-18T22:13:00.320Z | Compiling proc-macro-error v1.0.4 |
419 | 2024-10-18T22:13:00.368Z | Compiling log v0.4.22 |
420 | 2024-10-18T22:13:00.391Z | Compiling utf8parse v0.2.2 |
421 | 2024-10-18T22:13:00.433Z | Compiling camino v1.1.9 |
422 | 2024-10-18T22:13:00.551Z | Compiling plain v0.2.3 |
423 | 2024-10-18T22:13:00.630Z | Compiling equivalent v1.0.1 |
424 | 2024-10-18T22:13:00.709Z | Compiling quote v1.0.37 |
425 | 2024-10-18T22:13:00.746Z | Compiling thread-id v4.2.2 |
426 | 2024-10-18T22:13:00.774Z | Compiling hashbrown v0.15.0 |
427 | 2024-10-18T22:13:00.956Z | Compiling anstyle-parse v0.2.5 |
428 | 2024-10-18T22:13:00.969Z | Compiling is_terminal_polyfill v1.70.1 |
429 | 2024-10-18T22:13:01.083Z | Compiling syn v2.0.79 |
430 | 2024-10-18T22:13:01.191Z | Compiling errno v0.3.9 |
431 | 2024-10-18T22:13:01.218Z | Compiling colorchoice v1.0.2 |
432 | 2024-10-18T22:13:01.436Z | Compiling semver v1.0.23 |
433 | 2024-10-18T22:13:01.462Z | Compiling anstyle v1.0.8 |
434 | 2024-10-18T22:13:01.500Z | Compiling anstyle-query v1.1.1 |
435 | 2024-10-18T22:13:01.652Z | Compiling autocfg v1.4.0 |
436 | 2024-10-18T22:13:01.913Z | Compiling winnow v0.6.20 |
437 | 2024-10-18T22:13:01.958Z | Compiling pretty-hex v0.4.1 |
438 | 2024-10-18T22:13:02.077Z | Compiling indexmap v2.6.0 |
439 | 2024-10-18T22:13:02.186Z | Compiling unicode-width v0.1.14 |
440 | 2024-10-18T22:13:02.689Z | Compiling anstream v0.6.15 |
441 | 2024-10-18T22:13:02.790Z | Compiling fs-err v2.11.0 |
442 | 2024-10-18T22:13:03.133Z | Compiling cfg-if v1.0.0 |
443 | 2024-10-18T22:13:03.229Z | Compiling strsim v0.11.1 |
444 | 2024-10-18T22:13:03.254Z | Compiling fnv v1.0.7 |
445 | 2024-10-18T22:13:03.387Z | Compiling heck v0.4.1 |
446 | 2024-10-18T22:13:03.433Z | Compiling fastrand v2.1.1 |
447 | 2024-10-18T22:13:03.488Z | Compiling terminal_size v0.4.0 |
448 | 2024-10-18T22:13:03.715Z | Compiling heck v0.5.0 |
449 | 2024-10-18T22:13:03.894Z | Compiling clap_lex v0.7.2 |
450 | 2024-10-18T22:13:04.253Z | Compiling bytecount v0.6.8 |
451 | 2024-10-18T22:13:04.288Z | Compiling anyhow v1.0.89 |
452 | 2024-10-18T22:13:04.438Z | Compiling papergrid v0.11.0 |
453 | 2024-10-18T22:13:04.467Z | Compiling clap_builder v4.5.20 |
454 | 2024-10-18T22:13:04.785Z | Compiling tempfile v3.13.0 |
455 | 2024-10-18T22:13:04.965Z | Compiling memmap v0.7.0 |
456 | 2024-10-18T22:13:05.127Z | Compiling smawk v0.3.2 |
457 | 2024-10-18T22:13:05.342Z | Compiling unicode-linebreak v0.1.5 |
458 | 2024-10-18T22:13:05.855Z | Compiling textwrap v0.16.1 |
459 | 2024-10-18T22:13:05.907Z | Compiling swrite v0.1.0 |
460 | 2024-10-18T22:13:07.062Z | Compiling tabled_derive v0.7.0 |
461 | 2024-10-18T22:13:08.685Z | Compiling tabled v0.15.0 |
462 | 2024-10-18T22:13:10.084Z | Compiling serde_derive v1.0.210 |
463 | 2024-10-18T22:13:10.084Z | Compiling thiserror-impl v1.0.64 |
464 | 2024-10-18T22:13:10.086Z | Compiling zerocopy-derive v0.7.35 |
465 | 2024-10-18T22:13:10.158Z | Compiling scroll_derive v0.12.0 |
466 | 2024-10-18T22:13:10.171Z | Compiling clap_derive v4.5.18 |
467 | 2024-10-18T22:13:11.311Z | Compiling scroll v0.12.0 |
468 | 2024-10-18T22:13:11.822Z | Compiling zerocopy v0.7.35 |
469 | 2024-10-18T22:13:11.880Z | Compiling goblin v0.8.2 |
470 | 2024-10-18T22:13:12.836Z | Compiling pest v2.7.14 |
471 | 2024-10-18T22:13:13.902Z | Compiling clap v4.5.20 |
472 | 2024-10-18T22:13:15.179Z | Compiling pest_meta v2.7.14 |
473 | 2024-10-18T22:13:16.051Z | Compiling pest_generator v2.7.14 |
474 | 2024-10-18T22:13:17.815Z | Compiling pest_derive v2.7.14 |
475 | 2024-10-18T22:13:18.585Z | Compiling dtrace-parser v0.2.0 |
476 | 2024-10-18T22:13:20.286Z | Compiling serde_tokenstream v0.2.2 |
477 | 2024-10-18T22:13:20.349Z | Compiling toml_datetime v0.6.8 |
478 | 2024-10-18T22:13:20.349Z | Compiling serde_spanned v0.6.8 |
479 | 2024-10-18T22:13:20.614Z | Compiling toml_edit v0.22.22 |
480 | 2024-10-18T22:13:20.617Z | Compiling cargo-platform v0.1.8 |
481 | 2024-10-18T22:13:20.846Z | Compiling macaddr v1.0.1 |
482 | 2024-10-18T22:13:21.128Z | Compiling camino-tempfile v1.1.1 |
483 | 2024-10-18T22:13:21.777Z | Compiling dof v0.3.0 |
484 | 2024-10-18T22:13:21.819Z | Compiling cargo_metadata v0.18.1 |
485 | 2024-10-18T22:13:23.603Z | Compiling usdt-macro v0.5.0 |
486 | 2024-10-18T22:13:23.603Z | Compiling usdt-attr-macro v0.5.0 |
487 | 2024-10-18T22:13:23.628Z | Compiling toml v0.8.19 |
488 | 2024-10-18T22:13:24.471Z | Compiling cargo_toml v0.20.5 |
489 | 2024-10-18T22:13:25.073Z | Compiling usdt v0.5.0 |
490 | 2024-10-18T22:13:28.038Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
491 | 2024-10-18T22:13:32.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.26s |
492 | 2024-10-18T22:13:32.411Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
493 | 2024-10-18T22:13:33.054Z | Downloading crates ... |
494 | 2024-10-18T22:13:33.177Z | Downloaded aead v0.5.2 |
495 | 2024-10-18T22:13:33.182Z | Downloaded convert_case v0.4.0 |
496 | 2024-10-18T22:13:33.184Z | Downloaded arc-swap v1.7.1 |
497 | 2024-10-18T22:13:33.189Z | Downloaded atomicwrites v0.4.4 |
498 | 2024-10-18T22:13:33.192Z | Downloaded crunchy v0.2.2 |
499 | 2024-10-18T22:13:33.197Z | Downloaded hmac v0.12.1 |
500 | 2024-10-18T22:13:33.201Z | Downloaded hostname v0.4.0 |
501 | 2024-10-18T22:13:33.204Z | Downloaded home v0.5.9 |
502 | 2024-10-18T22:13:33.206Z | Downloaded crc-catalog v2.4.0 |
503 | 2024-10-18T22:13:33.208Z | Downloaded lazy_static v1.5.0 |
504 | 2024-10-18T22:13:33.210Z | Downloaded ident_case v1.0.1 |
505 | 2024-10-18T22:13:33.213Z | Downloaded crc v3.2.1 |
506 | 2024-10-18T22:13:33.216Z | Downloaded cipher v0.4.4 |
507 | 2024-10-18T22:13:33.218Z | Downloaded is_ci v1.2.0 |
508 | 2024-10-18T22:13:33.221Z | Downloaded nodrop v0.1.14 |
509 | 2024-10-18T22:13:33.221Z | Downloaded hubpack_derive v0.1.1 |
510 | 2024-10-18T22:13:33.225Z | Downloaded base16ct v0.2.0 |
511 | 2024-10-18T22:13:33.225Z | Downloaded bit-vec v0.6.3 |
512 | 2024-10-18T22:13:33.225Z | Downloaded hyper-rustls v0.27.3 |
513 | 2024-10-18T22:13:33.228Z | Downloaded httpdate v1.0.3 |
514 | 2024-10-18T22:13:33.230Z | Downloaded memoffset v0.9.1 |
515 | 2024-10-18T22:13:33.232Z | Downloaded const_format_proc_macros v0.2.33 |
516 | 2024-10-18T22:13:33.235Z | Downloaded linear-map v1.2.0 |
517 | 2024-10-18T22:13:33.237Z | Downloaded keccak v0.1.5 |
518 | 2024-10-18T22:13:33.240Z | Downloaded cobs v0.2.3 |
519 | 2024-10-18T22:13:33.243Z | Downloaded mockall v0.13.0 |
520 | 2024-10-18T22:13:33.246Z | Downloaded nanorand v0.7.0 |
521 | 2024-10-18T22:13:33.246Z | Downloaded nibble_vec v0.1.0 |
522 | 2024-10-18T22:13:33.249Z | Downloaded match_cfg v0.1.0 |
523 | 2024-10-18T22:13:33.253Z | Downloaded maybe-uninit v2.0.0 |
524 | 2024-10-18T22:13:33.253Z | Downloaded crossbeam-epoch v0.9.18 |
525 | 2024-10-18T22:13:33.255Z | Downloaded cookie_store v0.21.0 |
526 | 2024-10-18T22:13:33.258Z | Downloaded newtype-uuid v1.1.2 |
527 | 2024-10-18T22:13:33.261Z | Downloaded normalize-line-endings v0.3.0 |
528 | 2024-10-18T22:13:33.261Z | Downloaded multer v3.1.0 |
529 | 2024-10-18T22:13:33.264Z | Downloaded jobserver v0.1.32 |
530 | 2024-10-18T22:13:33.267Z | Downloaded const-oid v0.9.6 |
531 | 2024-10-18T22:13:33.270Z | Downloaded lock_api v0.4.12 |
532 | 2024-10-18T22:13:33.273Z | Downloaded miniz_oxide v0.8.0 |
533 | 2024-10-18T22:13:33.276Z | Downloaded rustc_version v0.4.1 |
534 | 2024-10-18T22:13:33.278Z | Downloaded rustc-hash v2.0.0 |
535 | 2024-10-18T22:13:33.281Z | Downloaded inout v0.1.3 |
536 | 2024-10-18T22:13:33.283Z | Downloaded crossbeam-utils v0.8.20 |
537 | 2024-10-18T22:13:33.286Z | Downloaded indicatif v0.17.8 |
538 | 2024-10-18T22:13:33.291Z | Downloaded take_mut v0.2.2 |
539 | 2024-10-18T22:13:33.293Z | Downloaded signal-hook-registry v1.4.2 |
540 | 2024-10-18T22:13:33.293Z | Downloaded base64 v0.21.7 |
541 | 2024-10-18T22:13:33.299Z | Downloaded async-stream-impl v0.3.6 |
542 | 2024-10-18T22:13:33.303Z | Downloaded debug-ignore v1.0.5 |
543 | 2024-10-18T22:13:33.305Z | Downloaded scopeguard v1.2.0 |
544 | 2024-10-18T22:13:33.305Z | Downloaded instant v0.1.13 |
545 | 2024-10-18T22:13:33.308Z | Downloaded cstr-argument v0.1.2 |
546 | 2024-10-18T22:13:33.310Z | Downloaded bit-set v0.5.3 |
547 | 2024-10-18T22:13:33.310Z | Downloaded http-range v0.1.5 |
548 | 2024-10-18T22:13:33.314Z | Downloaded hickory-resolver v0.24.1 |
549 | 2024-10-18T22:13:33.317Z | Downloaded http-body v1.0.1 |
550 | 2024-10-18T22:13:33.320Z | Downloaded crucible-workspace-hack v0.1.0 |
551 | 2024-10-18T22:13:33.322Z | Downloaded smf v0.2.3 |
552 | 2024-10-18T22:13:33.322Z | Downloaded shell-words v1.1.0 |
553 | 2024-10-18T22:13:33.325Z | Downloaded newline-converter v0.3.0 |
554 | 2024-10-18T22:13:33.325Z | Downloaded try-lock v0.2.5 |
555 | 2024-10-18T22:13:33.327Z | Downloaded rustc-demangle v0.1.24 |
556 | 2024-10-18T22:13:33.329Z | Downloaded shlex v1.3.0 |
557 | 2024-10-18T22:13:33.332Z | Downloaded hostname v0.3.1 |
558 | 2024-10-18T22:13:33.334Z | Downloaded derive_builder_macro v0.20.2 |
559 | 2024-10-18T22:13:33.334Z | Downloaded bb8 v0.8.5 |
560 | 2024-10-18T22:13:33.337Z | Downloaded ssh-cipher v0.2.0 |
561 | 2024-10-18T22:13:33.339Z | Downloaded hyper-tls v0.6.0 |
562 | 2024-10-18T22:13:33.339Z | Downloaded instability v0.3.2 |
563 | 2024-10-18T22:13:33.342Z | Downloaded ciborium-ll v0.2.2 |
564 | 2024-10-18T22:13:33.345Z | Downloaded hubpack v0.1.2 |
565 | 2024-10-18T22:13:33.349Z | Downloaded chrono-tz-build v0.4.0 |
566 | 2024-10-18T22:13:33.349Z | Downloaded strum v0.26.3 |
567 | 2024-10-18T22:13:33.349Z | Downloaded sct v0.7.1 |
568 | 2024-10-18T22:13:33.351Z | Downloaded bitflags v1.3.2 |
569 | 2024-10-18T22:13:33.355Z | Downloaded smallvec v0.6.14 |
570 | 2024-10-18T22:13:33.358Z | Downloaded linked-hash-map v0.5.6 |
571 | 2024-10-18T22:13:33.362Z | Downloaded curve25519-dalek-derive v0.1.1 |
572 | 2024-10-18T22:13:33.362Z | Downloaded thread_local v1.1.8 |
573 | 2024-10-18T22:13:33.364Z | Downloaded scrypt v0.11.0 |
574 | 2024-10-18T22:13:33.367Z | Downloaded waitgroup v0.1.2 |
575 | 2024-10-18T22:13:33.367Z | Downloaded vte_generate_state_changes v0.1.2 |
576 | 2024-10-18T22:13:33.370Z | Downloaded crossbeam-channel v0.5.13 |
577 | 2024-10-18T22:13:33.373Z | Downloaded ahash v0.8.11 |
578 | 2024-10-18T22:13:33.377Z | Downloaded float-ord v0.3.2 |
579 | 2024-10-18T22:13:33.380Z | Downloaded peg-runtime v0.8.3 |
580 | 2024-10-18T22:13:33.387Z | Downloaded parse-size v1.0.0 |
581 | 2024-10-18T22:13:33.387Z | Downloaded phf_shared v0.10.0 |
582 | 2024-10-18T22:13:33.387Z | Downloaded dsl_auto_type v0.1.2 |
583 | 2024-10-18T22:13:33.390Z | Downloaded bitfield v0.14.0 |
584 | 2024-10-18T22:13:33.390Z | Downloaded oso-derive v0.27.3 |
585 | 2024-10-18T22:13:33.390Z | Downloaded bzip2 v0.4.4 |
586 | 2024-10-18T22:13:33.390Z | Downloaded colored v2.1.0 |
587 | 2024-10-18T22:13:33.392Z | Downloaded walkdir v2.5.0 |
588 | 2024-10-18T22:13:33.395Z | Downloaded psl-types v2.0.11 |
589 | 2024-10-18T22:13:33.398Z | Downloaded rustc_version v0.1.7 |
590 | 2024-10-18T22:13:33.403Z | Downloaded dyn-clone v1.0.17 |
591 | 2024-10-18T22:13:33.403Z | Downloaded ssh-encoding v0.2.0 |
592 | 2024-10-18T22:13:33.407Z | Downloaded num_enum v0.5.11 |
593 | 2024-10-18T22:13:33.409Z | Downloaded futures-sink v0.3.31 |
594 | 2024-10-18T22:13:33.412Z | Downloaded smallvec v1.13.2 |
595 | 2024-10-18T22:13:33.415Z | Downloaded universal-hash v0.5.1 |
596 | 2024-10-18T22:13:33.418Z | Downloaded either v1.13.0 |
597 | 2024-10-18T22:13:33.418Z | Downloaded derive_builder v0.20.2 |
598 | 2024-10-18T22:13:33.423Z | Downloaded tokio-tungstenite v0.21.0 |
599 | 2024-10-18T22:13:33.426Z | Downloaded termtree v0.4.1 |
600 | 2024-10-18T22:13:33.429Z | Downloaded pkg-config v0.3.31 |
601 | 2024-10-18T22:13:33.431Z | Downloaded foldhash v0.1.3 |
602 | 2024-10-18T22:13:33.434Z | Downloaded predicates-core v1.0.8 |
603 | 2024-10-18T22:13:33.434Z | Downloaded serde-big-array v0.5.1 |
604 | 2024-10-18T22:13:33.437Z | Downloaded ecdsa v0.16.9 |
605 | 2024-10-18T22:13:33.440Z | Downloaded ref-cast v1.0.23 |
606 | 2024-10-18T22:13:33.443Z | Downloaded crc-any v2.5.0 |
607 | 2024-10-18T22:13:33.446Z | Downloaded dhcproto-macros v0.1.0 |
608 | 2024-10-18T22:13:33.448Z | Downloaded which v4.4.2 |
609 | 2024-10-18T22:13:33.453Z | Downloaded unicode-xid v0.2.6 |
610 | 2024-10-18T22:13:33.453Z | Downloaded hash32 v0.3.1 |
611 | 2024-10-18T22:13:33.456Z | Downloaded russh-keys v0.45.0 |
612 | 2024-10-18T22:13:33.459Z | Downloaded indexmap v1.9.3 |
613 | 2024-10-18T22:13:33.462Z | Downloaded derive_more v0.99.18 |
614 | 2024-10-18T22:13:33.466Z | Downloaded rustfmt-wrapper v0.2.1 |
615 | 2024-10-18T22:13:33.469Z | Downloaded serde_path_to_error v0.1.16 |
616 | 2024-10-18T22:13:33.472Z | Downloaded vergen v8.3.2 |
617 | 2024-10-18T22:13:33.476Z | Downloaded string_cache v0.8.7 |
618 | 2024-10-18T22:13:33.480Z | Downloaded opaque-debug v0.3.1 |
619 | 2024-10-18T22:13:33.485Z | Downloaded unarray v0.1.4 |
620 | 2024-10-18T22:13:33.485Z | Downloaded tiny-keccak v2.0.2 |
621 | 2024-10-18T22:13:33.497Z | Downloaded structmeta v0.2.0 |
622 | 2024-10-18T22:13:33.500Z | Downloaded filetime v0.2.25 |
623 | 2024-10-18T22:13:33.503Z | Downloaded fd-lock v4.0.2 |
624 | 2024-10-18T22:13:33.505Z | Downloaded fallible-streaming-iterator v0.1.9 |
625 | 2024-10-18T22:13:33.505Z | Downloaded sigpipe v0.1.3 |
626 | 2024-10-18T22:13:33.507Z | Downloaded radium v0.7.0 |
627 | 2024-10-18T22:13:33.508Z | Downloaded defmt-macros v0.3.9 |
628 | 2024-10-18T22:13:33.511Z | Downloaded backtrace v0.3.74 |
629 | 2024-10-18T22:13:33.518Z | Downloaded ff v0.13.0 |
630 | 2024-10-18T22:13:33.522Z | Downloaded hex v0.4.3 |
631 | 2024-10-18T22:13:33.527Z | Downloaded oso v0.27.3 |
632 | 2024-10-18T22:13:33.529Z | Downloaded xz2 v0.1.7 |
633 | 2024-10-18T22:13:33.529Z | Downloaded proc-macro-crate v1.3.1 |
634 | 2024-10-18T22:13:33.531Z | Downloaded phf_generator v0.11.2 |
635 | 2024-10-18T22:13:33.534Z | Downloaded headers-core v0.3.0 |
636 | 2024-10-18T22:13:33.534Z | Downloaded progenitor v0.8.0 |
637 | 2024-10-18T22:13:33.537Z | Downloaded ppv-lite86 v0.2.20 |
638 | 2024-10-18T22:13:33.537Z | Downloaded owo-colors v4.1.0 |
639 | 2024-10-18T22:13:33.540Z | Downloaded path-slash v0.1.5 |
640 | 2024-10-18T22:13:33.542Z | Downloaded num_threads v0.1.7 |
641 | 2024-10-18T22:13:33.545Z | Downloaded rtoolbox v0.0.2 |
642 | 2024-10-18T22:13:33.545Z | Downloaded unsafe-libyaml v0.2.11 |
643 | 2024-10-18T22:13:33.549Z | Downloaded rpassword v7.3.1 |
644 | 2024-10-18T22:13:33.552Z | Downloaded hex-literal v0.4.1 |
645 | 2024-10-18T22:13:33.555Z | Downloaded num-traits v0.2.19 |
646 | 2024-10-18T22:13:33.557Z | Downloaded const_format v0.2.33 |
647 | 2024-10-18T22:13:33.561Z | Downloaded phf_codegen v0.11.2 |
648 | 2024-10-18T22:13:33.564Z | Downloaded number_prefix v0.4.0 |
649 | 2024-10-18T22:13:33.566Z | Downloaded spin v0.5.2 |
650 | 2024-10-18T22:13:33.566Z | Downloaded elliptic-curve v0.13.8 |
651 | 2024-10-18T22:13:33.571Z | Downloaded untrusted v0.7.1 |
652 | 2024-10-18T22:13:33.574Z | Downloaded wyz v0.5.1 |
653 | 2024-10-18T22:13:33.577Z | Downloaded cc v1.1.30 |
654 | 2024-10-18T22:13:33.582Z | Downloaded topological-sort v0.2.2 |
655 | 2024-10-18T22:13:33.585Z | Downloaded serde_plain v1.0.2 |
656 | 2024-10-18T22:13:33.585Z | Downloaded yasna v0.5.2 |
657 | 2024-10-18T22:13:33.588Z | Downloaded thiserror-impl-no-std v2.0.2 |
658 | 2024-10-18T22:13:33.590Z | Downloaded tower-service v0.3.3 |
659 | 2024-10-18T22:13:33.590Z | Downloaded pbkdf2 v0.11.0 |
660 | 2024-10-18T22:13:33.593Z | Downloaded paste v1.0.15 |
661 | 2024-10-18T22:13:33.596Z | Downloaded predicates-tree v1.0.11 |
662 | 2024-10-18T22:13:33.598Z | Downloaded display-error-chain v0.2.1 |
663 | 2024-10-18T22:13:33.601Z | Downloaded zeroize v1.8.1 |
664 | 2024-10-18T22:13:33.603Z | Downloaded foreign-types-shared v0.1.1 |
665 | 2024-10-18T22:13:33.603Z | Downloaded embedded-io v0.4.0 |
666 | 2024-10-18T22:13:33.606Z | Downloaded typed-path v0.7.1 |
667 | 2024-10-18T22:13:33.611Z | Downloaded parking_lot v0.11.2 |
668 | 2024-10-18T22:13:33.616Z | Downloaded rand_xorshift v0.3.0 |
669 | 2024-10-18T22:13:33.619Z | Downloaded foreign-types-macros v0.2.3 |
670 | 2024-10-18T22:13:33.619Z | Downloaded ed25519-dalek v2.1.1 |
671 | 2024-10-18T22:13:33.622Z | Downloaded rand_seeder v0.3.0 |
672 | 2024-10-18T22:13:33.625Z | Downloaded foreign-types-shared v0.3.1 |
673 | 2024-10-18T22:13:33.627Z | Downloaded subtle v2.6.1 |
674 | 2024-10-18T22:13:33.630Z | Downloaded openssl-macros v0.1.1 |
675 | 2024-10-18T22:13:33.630Z | Downloaded openssl-probe v0.1.5 |
676 | 2024-10-18T22:13:33.633Z | Downloaded num-conv v0.1.0 |
677 | 2024-10-18T22:13:33.633Z | Downloaded flume v0.11.0 |
678 | 2024-10-18T22:13:33.636Z | Downloaded rsa v0.9.6 |
679 | 2024-10-18T22:13:33.644Z | Downloaded num-derive v0.4.2 |
680 | 2024-10-18T22:13:33.648Z | Downloaded tinyvec_macros v0.1.1 |
681 | 2024-10-18T22:13:33.651Z | Downloaded signal-hook-tokio v0.3.1 |
682 | 2024-10-18T22:13:33.651Z | Downloaded termcolor v1.4.1 |
683 | 2024-10-18T22:13:33.653Z | Downloaded spki v0.7.3 |
684 | 2024-10-18T22:13:33.654Z | Downloaded salsa20 v0.10.2 |
685 | 2024-10-18T22:13:33.656Z | Downloaded password-hash v0.5.0 |
686 | 2024-10-18T22:13:33.659Z | Downloaded sqlparser_derive v0.2.2 |
687 | 2024-10-18T22:13:33.659Z | Downloaded glob v0.3.1 |
688 | 2024-10-18T22:13:33.661Z | Downloaded dirs-next v2.0.0 |
689 | 2024-10-18T22:13:33.664Z | Downloaded typify-macro v0.2.0 |
690 | 2024-10-18T22:13:33.664Z | Downloaded twox-hash v1.6.3 |
691 | 2024-10-18T22:13:33.666Z | Downloaded futures-channel v0.3.31 |
692 | 2024-10-18T22:13:33.669Z | Downloaded parking_lot v0.12.3 |
693 | 2024-10-18T22:13:33.672Z | Downloaded num-integer v0.1.46 |
694 | 2024-10-18T22:13:33.675Z | Downloaded difflib v0.4.0 |
695 | 2024-10-18T22:13:33.677Z | Downloaded serde_with_macros v3.11.0 |
696 | 2024-10-18T22:13:33.680Z | Downloaded serde_with v3.11.0 |
697 | 2024-10-18T22:13:33.691Z | Downloaded quinn v0.11.5 |
698 | 2024-10-18T22:13:33.695Z | Downloaded sync_wrapper v0.1.2 |
699 | 2024-10-18T22:13:33.698Z | Downloaded zerocopy v0.6.6 |
700 | 2024-10-18T22:13:33.700Z | Downloaded http v0.2.12 |
701 | 2024-10-18T22:13:33.706Z | Downloaded sync_wrapper v1.0.1 |
702 | 2024-10-18T22:13:33.709Z | Downloaded tokio-macros v2.4.0 |
703 | 2024-10-18T22:13:33.709Z | Downloaded dropshot_endpoint v0.12.0 |
704 | 2024-10-18T22:13:33.712Z | Downloaded signature v2.2.0 |
705 | 2024-10-18T22:13:33.717Z | Downloaded snafu v0.8.5 |
706 | 2024-10-18T22:13:33.722Z | Downloaded fxhash v0.2.1 |
707 | 2024-10-18T22:13:33.725Z | Downloaded diesel_table_macro_syntax v0.2.0 |
708 | 2024-10-18T22:13:33.732Z | Downloaded form_urlencoded v1.2.1 |
709 | 2024-10-18T22:13:33.732Z | Downloaded globset v0.4.15 |
710 | 2024-10-18T22:13:33.735Z | Downloaded parse-zoneinfo v0.3.1 |
711 | 2024-10-18T22:13:33.735Z | Downloaded pem v3.0.4 |
712 | 2024-10-18T22:13:33.735Z | Downloaded polyval v0.6.2 |
713 | 2024-10-18T22:13:33.739Z | Downloaded hash32 v0.2.1 |
714 | 2024-10-18T22:13:33.739Z | Downloaded flagset v0.4.6 |
715 | 2024-10-18T22:13:33.742Z | Downloaded steno v0.4.1 |
716 | 2024-10-18T22:13:33.745Z | Downloaded parking_lot_core v0.9.10 |
717 | 2024-10-18T22:13:33.748Z | Downloaded hashbrown v0.13.2 |
718 | 2024-10-18T22:13:33.754Z | Downloaded headers v0.4.0 |
719 | 2024-10-18T22:13:33.761Z | Downloaded supports-color v3.0.1 |
720 | 2024-10-18T22:13:33.766Z | Downloaded downcast v0.11.0 |
721 | 2024-10-18T22:13:33.766Z | Downloaded deranged v0.3.11 |
722 | 2024-10-18T22:13:33.769Z | Downloaded toolchain_find v0.4.0 |
723 | 2024-10-18T22:13:33.770Z | Downloaded percent-encoding v2.3.1 |
724 | 2024-10-18T22:13:33.773Z | Downloaded peg v0.8.4 |
725 | 2024-10-18T22:13:33.777Z | Downloaded parse-display v0.10.0 |
726 | 2024-10-18T22:13:33.782Z | Downloaded ron v0.8.1 |
727 | 2024-10-18T22:13:33.785Z | Downloaded toml_edit v0.19.15 |
728 | 2024-10-18T22:13:33.805Z | Downloaded foreign-types v0.5.0 |
729 | 2024-10-18T22:13:33.810Z | Downloaded scheduled-thread-pool v0.2.7 |
730 | 2024-10-18T22:13:33.810Z | Downloaded enum-as-inner v0.6.1 |
731 | 2024-10-18T22:13:33.810Z | Downloaded secrecy v0.8.0 |
732 | 2024-10-18T22:13:33.813Z | Downloaded uzers v0.11.3 |
733 | 2024-10-18T22:13:33.813Z | Downloaded tabwriter v1.4.0 |
734 | 2024-10-18T22:13:33.817Z | Downloaded time-macros v0.2.18 |
735 | 2024-10-18T22:13:33.822Z | Downloaded tar v0.4.42 |
736 | 2024-10-18T22:13:33.826Z | Downloaded endian-type v0.1.2 |
737 | 2024-10-18T22:13:33.829Z | Downloaded structmeta-derive v0.2.0 |
738 | 2024-10-18T22:13:33.829Z | Downloaded rfc6979 v0.4.0 |
739 | 2024-10-18T22:13:33.831Z | Downloaded tungstenite v0.23.0 |
740 | 2024-10-18T22:13:33.836Z | Downloaded pin-utils v0.1.0 |
741 | 2024-10-18T22:13:33.839Z | Downloaded pretty-hex v0.2.1 |
742 | 2024-10-18T22:13:33.842Z | Downloaded ghash v0.5.1 |
743 | 2024-10-18T22:13:33.842Z | Downloaded defmt-parser v0.3.4 |
744 | 2024-10-18T22:13:33.845Z | Downloaded resolv-conf v0.7.0 |
745 | 2024-10-18T22:13:33.848Z | Downloaded half v2.4.1 |
746 | 2024-10-18T22:13:33.851Z | Downloaded zone_cfg_derive v0.1.2 |
747 | 2024-10-18T22:13:33.855Z | Downloaded openssl-sys v0.9.103 |
748 | 2024-10-18T22:13:33.858Z | Downloaded rand_chacha v0.3.1 |
749 | 2024-10-18T22:13:33.861Z | Downloaded blake3 v1.5.4 |
750 | 2024-10-18T22:13:33.869Z | Downloaded progenitor-client v0.8.0 |
751 | 2024-10-18T22:13:33.871Z | Downloaded time-core v0.1.2 |
752 | 2024-10-18T22:13:33.871Z | Downloaded strum_macros v0.26.4 |
753 | 2024-10-18T22:13:33.874Z | Downloaded zone v0.3.0 |
754 | 2024-10-18T22:13:33.876Z | Downloaded itertools v0.13.0 |
755 | 2024-10-18T22:13:33.887Z | Downloaded float-cmp v0.9.0 |
756 | 2024-10-18T22:13:33.891Z | Downloaded slog-bunyan v2.5.0 |
757 | 2024-10-18T22:13:33.891Z | Downloaded diff v0.1.13 |
758 | 2024-10-18T22:13:33.894Z | Downloaded slab v0.4.9 |
759 | 2024-10-18T22:13:33.894Z | Downloaded funty v2.0.0 |
760 | 2024-10-18T22:13:33.894Z | Downloaded structmeta v0.3.0 |
761 | 2024-10-18T22:13:33.896Z | Downloaded slog-dtrace v0.3.0 |
762 | 2024-10-18T22:13:33.896Z | Downloaded unicase v2.7.0 |
763 | 2024-10-18T22:13:33.899Z | Downloaded termios v0.3.3 |
764 | 2024-10-18T22:13:33.899Z | Downloaded primeorder v0.13.6 |
765 | 2024-10-18T22:13:33.903Z | Downloaded defmt v0.3.8 |
766 | 2024-10-18T22:13:33.906Z | Downloaded rusty-fork v0.3.0 |
767 | 2024-10-18T22:13:33.909Z | Downloaded progenitor-macro v0.8.0 |
768 | 2024-10-18T22:13:33.909Z | Downloaded pkcs8 v0.10.2 |
769 | 2024-10-18T22:13:33.912Z | Downloaded reedline v0.35.0 |
770 | 2024-10-18T22:13:33.919Z | Downloaded postgres-types v0.2.8 |
771 | 2024-10-18T22:13:33.922Z | Downloaded futures-core v0.3.31 |
772 | 2024-10-18T22:13:33.926Z | Downloaded ena v0.14.3 |
773 | 2024-10-18T22:13:33.929Z | Downloaded embedded-io v0.6.1 |
774 | 2024-10-18T22:13:33.929Z | Downloaded want v0.3.1 |
775 | 2024-10-18T22:13:33.934Z | Downloaded phf v0.11.2 |
776 | 2024-10-18T22:13:33.934Z | Downloaded heapless v0.7.17 |
777 | 2024-10-18T22:13:33.937Z | Downloaded ron v0.7.1 |
778 | 2024-10-18T22:13:33.941Z | Downloaded russh v0.45.0 |
779 | 2024-10-18T22:13:33.948Z | Downloaded slog-json v2.6.1 |
780 | 2024-10-18T22:13:33.950Z | Downloaded pin-project-internal v1.1.6 |
781 | 2024-10-18T22:13:33.953Z | Downloaded p521 v0.13.3 |
782 | 2024-10-18T22:13:33.958Z | Downloaded tokio-native-tls v0.3.1 |
783 | 2024-10-18T22:13:33.960Z | Downloaded value-bag v1.9.0 |
784 | 2024-10-18T22:13:33.965Z | Downloaded idna v0.5.0 |
785 | 2024-10-18T22:13:33.971Z | Downloaded poly1305 v0.8.0 |
786 | 2024-10-18T22:13:33.974Z | Downloaded gethostname v0.5.0 |
787 | 2024-10-18T22:13:33.977Z | Downloaded tokio-rustls v0.24.1 |
788 | 2024-10-18T22:13:33.980Z | Downloaded idna v0.3.0 |
789 | 2024-10-18T22:13:33.987Z | Downloaded progenitor-impl v0.8.0 |
790 | 2024-10-18T22:13:33.997Z | Downloaded hashbrown v0.14.5 |
791 | 2024-10-18T22:13:34.010Z | Downloaded prettyplease v0.2.22 |
792 | 2024-10-18T22:13:34.010Z | Downloaded url v2.5.2 |
793 | 2024-10-18T22:13:34.014Z | Downloaded heapless v0.8.0 |
794 | 2024-10-18T22:13:34.015Z | Downloaded nix v0.28.0 |
795 | 2024-10-18T22:13:34.024Z | Downloaded h2 v0.3.26 |
796 | 2024-10-18T22:13:34.032Z | Downloaded unicode-bidi v0.3.17 |
797 | 2024-10-18T22:13:34.035Z | Downloaded tough v0.17.1 |
798 | 2024-10-18T22:13:34.045Z | Downloaded samael v0.0.17 |
799 | 2024-10-18T22:13:34.053Z | Downloaded tokio-postgres v0.7.12 |
800 | 2024-10-18T22:13:34.059Z | Downloaded rand v0.8.5 |
801 | 2024-10-18T22:13:34.063Z | Downloaded flate2 v1.0.34 |
802 | 2024-10-18T22:13:34.070Z | Downloaded curve25519-dalek v4.1.3 |
803 | 2024-10-18T22:13:34.080Z | Downloaded num-bigint v0.4.6 |
804 | 2024-10-18T22:13:34.085Z | Downloaded vcpkg v0.2.15 |
805 | 2024-10-18T22:13:34.129Z | Downloaded idna v0.2.3 |
806 | 2024-10-18T22:13:34.136Z | Downloaded reqwest v0.11.27 |
807 | 2024-10-18T22:13:34.145Z | Downloaded sqlparser v0.45.0 |
808 | 2024-10-18T22:13:34.151Z | Downloaded idna v0.4.0 |
809 | 2024-10-18T22:13:34.158Z | Downloaded chrono v0.4.38 |
810 | 2024-10-18T22:13:34.167Z | Downloaded rustls-webpki v0.101.7 |
811 | 2024-10-18T22:13:34.182Z | Downloaded nix v0.27.1 |
812 | 2024-10-18T22:13:34.194Z | Downloaded portable-atomic v1.9.0 |
813 | 2024-10-18T22:13:34.203Z | Downloaded unicode-normalization v0.1.24 |
814 | 2024-10-18T22:13:34.207Z | Downloaded salty v0.3.0 |
815 | 2024-10-18T22:13:34.215Z | Downloaded p384 v0.13.0 |
816 | 2024-10-18T22:13:34.222Z | Downloaded winnow v0.5.40 |
817 | 2024-10-18T22:13:34.234Z | Downloaded reqwest v0.12.8 |
818 | 2024-10-18T22:13:34.242Z | Downloaded git2 v0.19.0 |
819 | 2024-10-18T22:13:34.251Z | Downloaded diesel v2.2.4 |
820 | 2024-10-18T22:13:34.276Z | Downloaded polar-core v0.27.3 |
821 | 2024-10-18T22:13:34.287Z | Downloaded rayon v1.10.0 |
822 | 2024-10-18T22:13:34.301Z | Downloaded object v0.30.4 |
823 | 2024-10-18T22:13:34.313Z | Downloaded rustls-webpki v0.102.8 |
824 | 2024-10-18T22:13:34.336Z | Downloaded dropshot v0.12.0 |
825 | 2024-10-18T22:13:34.361Z | Downloaded webpki-roots v0.26.6 |
826 | 2024-10-18T22:13:34.365Z | Downloaded regex v1.11.0 |
827 | 2024-10-18T22:13:34.380Z | Downloaded smoltcp v0.11.0 |
828 | 2024-10-18T22:13:34.394Z | Downloaded radix_trie v0.2.1 |
829 | 2024-10-18T22:13:34.400Z | Downloaded object v0.36.5 |
830 | 2024-10-18T22:13:34.413Z | Downloaded ratatui v0.28.1 |
831 | 2024-10-18T22:13:34.436Z | Downloaded regress v0.9.1 |
832 | 2024-10-18T22:13:34.445Z | Downloaded openapiv3 v2.0.0 |
833 | 2024-10-18T22:13:34.459Z | Downloaded zerocopy-derive v0.6.6 |
834 | 2024-10-18T22:13:34.470Z | Downloaded sled v0.34.7 |
835 | 2024-10-18T22:13:34.481Z | Downloaded gimli v0.31.1 |
836 | 2024-10-18T22:13:34.491Z | Downloaded libz-sys v1.1.20 |
837 | 2024-10-18T22:13:34.513Z | Downloaded tokio v1.40.0 |
838 | 2024-10-18T22:13:34.554Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
839 | 2024-10-18T22:13:34.568Z | Downloaded sha3 v0.10.8 |
840 | 2024-10-18T22:13:34.573Z | Downloaded regex-automata v0.4.8 |
841 | 2024-10-18T22:13:34.592Z | Downloaded lzma-sys v0.1.20 |
842 | 2024-10-18T22:13:34.624Z | Downloaded petgraph v0.6.5 |
843 | 2024-10-18T22:13:34.644Z | Downloaded csv v1.3.0 |
844 | 2024-10-18T22:13:34.665Z | Downloaded openssl v0.10.66 |
845 | 2024-10-18T22:13:34.676Z | Downloaded regex-syntax v0.8.5 |
846 | 2024-10-18T22:13:34.685Z | Downloaded rustls v0.22.4 |
847 | 2024-10-18T22:13:34.700Z | Downloaded regex-syntax v0.6.29 |
848 | 2024-10-18T22:13:34.708Z | Downloaded bstr v1.10.0 |
849 | 2024-10-18T22:13:34.720Z | Downloaded encoding_rs v0.8.34 |
850 | 2024-10-18T22:13:34.743Z | Downloaded typify-impl v0.2.0 |
851 | 2024-10-18T22:13:34.759Z | Downloaded regress v0.10.1 |
852 | 2024-10-18T22:13:34.768Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
853 | 2024-10-18T22:13:34.830Z | Downloaded proptest v1.5.0 |
854 | 2024-10-18T22:13:34.839Z | Downloaded hickory-proto v0.24.1 |
855 | 2024-10-18T22:13:34.857Z | Downloaded rustls v0.21.12 |
856 | 2024-10-18T22:13:34.868Z | Downloaded rustls v0.23.14 |
857 | 2024-10-18T22:13:34.880Z | Downloaded nix v0.29.0 |
858 | 2024-10-18T22:13:34.892Z | Downloaded chrono-tz v0.10.0 |
859 | 2024-10-18T22:13:34.900Z | Downloaded trust-dns-proto v0.22.0 |
860 | 2024-10-18T22:13:34.913Z | Downloaded smoltcp v0.9.1 |
861 | 2024-10-18T22:13:34.924Z | Downloaded publicsuffix v2.2.3 |
862 | 2024-10-18T22:13:34.927Z | Downloaded quick-xml v0.33.0 |
863 | 2024-10-18T22:13:34.933Z | Downloaded h2 v0.4.6 |
864 | 2024-10-18T22:13:34.940Z | Downloaded unicode-segmentation v1.12.0 |
865 | 2024-10-18T22:13:34.944Z | Downloaded rustyline v14.0.0 |
866 | 2024-10-18T22:13:34.949Z | Downloaded futures-util v0.3.31 |
867 | 2024-10-18T22:13:34.962Z | Downloaded quinn-proto v0.11.8 |
868 | 2024-10-18T22:13:34.968Z | Downloaded der v0.7.9 |
869 | 2024-10-18T22:13:34.975Z | Downloaded time v0.3.36 |
870 | 2024-10-18T22:13:34.982Z | Downloaded rusqlite v0.32.1 |
871 | 2024-10-18T22:13:34.989Z | Downloaded pkcs5 v0.7.1 |
872 | 2024-10-18T22:13:34.992Z | Downloaded rcgen v0.12.1 |
873 | 2024-10-18T22:13:34.995Z | Downloaded getrandom v0.2.15 |
874 | 2024-10-18T22:13:34.998Z | Downloaded ring v0.16.20 |
875 | 2024-10-18T22:13:35.081Z | Downloaded num-complex v0.4.6 |
876 | 2024-10-18T22:13:35.084Z | Downloaded uuid v1.10.0 |
877 | 2024-10-18T22:13:35.088Z | Downloaded unicode-properties v0.1.3 |
878 | 2024-10-18T22:13:35.094Z | Downloaded subprocess v0.2.9 |
879 | 2024-10-18T22:13:35.094Z | Downloaded zip v0.6.6 |
880 | 2024-10-18T22:13:35.098Z | Downloaded expectorate v1.1.0 |
881 | 2024-10-18T22:13:35.098Z | Downloaded hyper v1.4.1 |
882 | 2024-10-18T22:13:35.103Z | Downloaded pkcs1 v0.7.5 |
883 | 2024-10-18T22:13:35.105Z | Downloaded qorb v0.0.2 |
884 | 2024-10-18T22:13:35.109Z | Downloaded x509-cert v0.2.5 |
885 | 2024-10-18T22:13:35.115Z | Downloaded nu-ansi-term v0.50.1 |
886 | 2024-10-18T22:13:35.117Z | Downloaded heck v0.3.3 |
887 | 2024-10-18T22:13:35.120Z | Downloaded slog-async v2.8.0 |
888 | 2024-10-18T22:13:35.122Z | Downloaded siphasher v0.3.11 |
889 | 2024-10-18T22:13:35.122Z | Downloaded fixedbitset v0.4.2 |
890 | 2024-10-18T22:13:35.124Z | Downloaded tokio-rustls v0.25.0 |
891 | 2024-10-18T22:13:35.124Z | Downloaded rustls-pemfile v2.2.0 |
892 | 2024-10-18T22:13:35.127Z | Downloaded pin-project-lite v0.2.14 |
893 | 2024-10-18T22:13:35.131Z | Downloaded tracing v0.1.40 |
894 | 2024-10-18T22:13:35.135Z | Downloaded bindgen v0.69.5 |
895 | 2024-10-18T22:13:35.142Z | Downloaded hkdf v0.12.4 |
896 | 2024-10-18T22:13:35.145Z | Downloaded strum_macros v0.25.3 |
897 | 2024-10-18T22:13:35.147Z | Downloaded strum_macros v0.24.3 |
898 | 2024-10-18T22:13:35.150Z | Downloaded pem-rfc7468 v0.7.0 |
899 | 2024-10-18T22:13:35.152Z | Downloaded num v0.4.3 |
900 | 2024-10-18T22:13:35.152Z | Downloaded sec1 v0.7.3 |
901 | 2024-10-18T22:13:35.155Z | Downloaded rustversion v1.0.17 |
902 | 2024-10-18T22:13:35.158Z | Downloaded quick-error v1.2.3 |
903 | 2024-10-18T22:13:35.158Z | Downloaded fallible-iterator v0.3.0 |
904 | 2024-10-18T22:13:35.161Z | Downloaded serde_yaml v0.9.34+deprecated |
905 | 2024-10-18T22:13:35.164Z | Downloaded same-file v1.0.6 |
906 | 2024-10-18T22:13:35.164Z | Downloaded password-hash v0.4.2 |
907 | 2024-10-18T22:13:35.166Z | Downloaded parse-display-derive v0.10.0 |
908 | 2024-10-18T22:13:35.166Z | Downloaded der_derive v0.7.3 |
909 | 2024-10-18T22:13:35.170Z | Downloaded tungstenite v0.21.0 |
910 | 2024-10-18T22:13:35.172Z | Downloaded num-bigint-dig v0.8.4 |
911 | 2024-10-18T22:13:35.175Z | Downloaded ring v0.17.8 |
912 | 2024-10-18T22:13:35.248Z | Downloaded bitvec v1.0.1 |
913 | 2024-10-18T22:13:35.264Z | Downloaded foreign-types v0.3.2 |
914 | 2024-10-18T22:13:35.266Z | Downloaded postgres-protocol v0.6.7 |
915 | 2024-10-18T22:13:35.268Z | Downloaded postcard v1.0.10 |
916 | 2024-10-18T22:13:35.271Z | Downloaded fragile v2.0.0 |
917 | 2024-10-18T22:13:35.271Z | Downloaded rustls-pki-types v1.9.0 |
918 | 2024-10-18T22:13:35.274Z | Downloaded tokio-util v0.7.12 |
919 | 2024-10-18T22:13:35.281Z | Downloaded lalrpop v0.19.12 |
920 | 2024-10-18T22:13:35.292Z | Downloaded itertools v0.10.5 |
921 | 2024-10-18T22:13:35.298Z | Downloaded libsqlite3-sys v0.30.1 |
922 | 2024-10-18T22:13:35.379Z | Downloaded crossterm v0.28.1 |
923 | 2024-10-18T22:13:35.386Z | Downloaded zone_cfg_derive v0.3.0 |
924 | 2024-10-18T22:13:35.388Z | Downloaded env_filter v0.1.2 |
925 | 2024-10-18T22:13:35.388Z | Downloaded slog-envlogger v2.2.0 |
926 | 2024-10-18T22:13:35.391Z | Downloaded p256 v0.13.2 |
927 | 2024-10-18T22:13:35.397Z | Downloaded nom v7.1.3 |
928 | 2024-10-18T22:13:35.399Z | Downloaded futures-executor v0.3.31 |
929 | 2024-10-18T22:13:35.399Z | Downloaded untrusted v0.9.0 |
930 | 2024-10-18T22:13:35.402Z | Downloaded unicode-truncate v1.1.0 |
931 | 2024-10-18T22:13:35.406Z | Downloaded structmeta-derive v0.3.0 |
932 | 2024-10-18T22:13:35.406Z | Downloaded serde_urlencoded v0.7.1 |
933 | 2024-10-18T22:13:35.408Z | Downloaded unicode_categories v0.1.1 |
934 | 2024-10-18T22:13:35.408Z | Downloaded futures v0.3.31 |
935 | 2024-10-18T22:13:35.411Z | Downloaded semver v0.1.20 |
936 | 2024-10-18T22:13:35.413Z | Downloaded tracing-core v0.1.32 |
937 | 2024-10-18T22:13:35.415Z | Downloaded libm v0.2.8 |
938 | 2024-10-18T22:13:35.423Z | Downloaded diesel_derives v2.2.3 |
939 | 2024-10-18T22:13:35.427Z | Downloaded spin v0.9.8 |
940 | 2024-10-18T22:13:35.429Z | Downloaded libxml v0.3.3 |
941 | 2024-10-18T22:13:35.435Z | Downloaded whoami v1.5.2 |
942 | 2024-10-18T22:13:35.437Z | Downloaded term v0.7.0 |
943 | 2024-10-18T22:13:35.440Z | Downloaded schemars v0.8.21 |
944 | 2024-10-18T22:13:35.451Z | Downloaded enum-as-inner v0.5.1 |
945 | 2024-10-18T22:13:35.454Z | Downloaded zone v0.1.8 |
946 | 2024-10-18T22:13:35.454Z | Downloaded zeroize_derive v1.4.2 |
947 | 2024-10-18T22:13:35.457Z | Downloaded tls_codec v0.4.1 |
948 | 2024-10-18T22:13:35.457Z | Downloaded tracing-attributes v0.1.27 |
949 | 2024-10-18T22:13:35.460Z | Downloaded aho-corasick v1.1.3 |
950 | 2024-10-18T22:13:35.465Z | Downloaded static_assertions v1.1.0 |
951 | 2024-10-18T22:13:35.469Z | Downloaded stable_deref_trait v1.2.0 |
952 | 2024-10-18T22:13:35.469Z | Downloaded olpc-cjson v0.1.4 |
953 | 2024-10-18T22:13:35.471Z | Downloaded dirs-sys-next v0.1.2 |
954 | 2024-10-18T22:13:35.471Z | Downloaded rustls-pemfile v1.0.4 |
955 | 2024-10-18T22:13:35.471Z | Downloaded env_logger v0.11.5 |
956 | 2024-10-18T22:13:35.474Z | Downloaded socket2 v0.5.7 |
957 | 2024-10-18T22:13:35.476Z | Downloaded similar v2.6.0 |
958 | 2024-10-18T22:13:35.479Z | Downloaded hashbrown v0.12.3 |
959 | 2024-10-18T22:13:35.483Z | Downloaded hyper v0.14.30 |
960 | 2024-10-18T22:13:35.491Z | Downloaded num_enum_derive v0.5.11 |
961 | 2024-10-18T22:13:35.493Z | Downloaded mio v1.0.2 |
962 | 2024-10-18T22:13:35.498Z | Downloaded tinyvec v1.8.0 |
963 | 2024-10-18T22:13:35.500Z | Downloaded fallible-iterator v0.2.0 |
964 | 2024-10-18T22:13:35.503Z | Downloaded test-strategy v0.3.1 |
965 | 2024-10-18T22:13:35.505Z | Downloaded omicron-zone-package v0.11.1 |
966 | 2024-10-18T22:13:35.508Z | Downloaded slog v2.7.0 |
967 | 2024-10-18T22:13:35.511Z | Downloaded parking_lot_core v0.8.6 |
968 | 2024-10-18T22:13:35.514Z | Downloaded minimal-lexical v0.2.1 |
969 | 2024-10-18T22:13:35.517Z | Downloaded hashlink v0.9.1 |
970 | 2024-10-18T22:13:35.519Z | Downloaded env_logger v0.10.2 |
971 | 2024-10-18T22:13:35.522Z | Downloaded sha1 v0.10.6 |
972 | 2024-10-18T22:13:35.524Z | Downloaded schemars_derive v0.8.21 |
973 | 2024-10-18T22:13:35.528Z | Downloaded pbkdf2 v0.12.2 |
974 | 2024-10-18T22:13:35.528Z | Downloaded pin-project v1.1.6 |
975 | 2024-10-18T22:13:35.536Z | Downloaded ssh-key v0.6.6 |
976 | 2024-10-18T22:13:35.543Z | Downloaded snafu-derive v0.8.5 |
977 | 2024-10-18T22:13:35.546Z | Downloaded fatfs v0.3.6 |
978 | 2024-10-18T22:13:35.548Z | Downloaded aes v0.8.4 |
979 | 2024-10-18T22:13:35.551Z | Downloaded hickory-client v0.24.1 |
980 | 2024-10-18T22:13:35.554Z | Downloaded toml v0.7.8 |
981 | 2024-10-18T22:13:35.557Z | Downloaded des v0.8.1 |
982 | 2024-10-18T22:13:35.559Z | Downloaded derive-where v1.2.7 |
983 | 2024-10-18T22:13:35.562Z | Downloaded powerfmt v0.2.0 |
984 | 2024-10-18T22:13:35.564Z | Downloaded tui-tree-widget v0.22.0 |
985 | 2024-10-18T22:13:35.570Z | Downloaded dhcproto v0.12.0 |
986 | 2024-10-18T22:13:35.572Z | Downloaded diesel-dtrace v0.3.0 |
987 | 2024-10-18T22:13:35.572Z | Downloaded slog-stdlog v4.1.1 |
988 | 2024-10-18T22:13:35.572Z | Downloaded slog-scope v4.4.0 |
989 | 2024-10-18T22:13:35.572Z | Downloaded serde_repr v0.1.19 |
990 | 2024-10-18T22:13:35.578Z | Downloaded r2d2 v0.8.10 |
991 | 2024-10-18T22:13:35.578Z | Downloaded packed_struct_codegen v0.10.1 |
992 | 2024-10-18T22:13:35.583Z | Downloaded packed_struct v0.10.1 |
993 | 2024-10-18T22:13:35.583Z | Downloaded futures-task v0.3.31 |
994 | 2024-10-18T22:13:35.583Z | Downloaded xattr v1.3.1 |
995 | 2024-10-18T22:13:35.583Z | Downloaded utf-8 v0.7.6 |
996 | 2024-10-18T22:13:35.587Z | Downloaded tokio-stream v0.1.16 |
997 | 2024-10-18T22:13:35.587Z | Downloaded tokio-rustls v0.26.0 |
998 | 2024-10-18T22:13:35.592Z | Downloaded slog-term v2.9.1 |
999 | 2024-10-18T22:13:35.592Z | Downloaded serde_derive_internals v0.29.1 |
1000 | 2024-10-18T22:13:35.595Z | Downloaded num-rational v0.4.2 |
1001 | 2024-10-18T22:13:35.595Z | Downloaded hickory-server v0.24.1 |
1002 | 2024-10-18T22:13:35.599Z | Downloaded base64 v0.22.1 |
1003 | 2024-10-18T22:13:35.602Z | Downloaded quinn-udp v0.5.5 |
1004 | 2024-10-18T22:13:35.604Z | Downloaded peg-macros v0.8.4 |
1005 | 2024-10-18T22:13:35.606Z | Downloaded mockall_derive v0.13.0 |
1006 | 2024-10-18T22:13:35.607Z | Downloaded itertools v0.12.1 |
1007 | 2024-10-18T22:13:35.613Z | Downloaded darling_core v0.20.10 |
1008 | 2024-10-18T22:13:35.618Z | Downloaded strip-ansi-escapes v0.2.0 |
1009 | 2024-10-18T22:13:35.621Z | Downloaded stringprep v0.1.5 |
1010 | 2024-10-18T22:13:35.621Z | Downloaded sqlformat v0.2.6 |
1011 | 2024-10-18T22:13:35.623Z | Downloaded serde-hex v0.1.0 |
1012 | 2024-10-18T22:13:35.625Z | Downloaded base64 v0.13.1 |
1013 | 2024-10-18T22:13:35.627Z | Downloaded memmap2 v0.9.5 |
1014 | 2024-10-18T22:13:35.630Z | Downloaded vte v0.11.1 |
1015 | 2024-10-18T22:13:35.630Z | Downloaded bytes v1.7.2 |
1016 | 2024-10-18T22:13:35.633Z | Downloaded vsss-rs v3.3.4 |
1017 | 2024-10-18T22:13:35.636Z | Downloaded cookie v0.18.1 |
1018 | 2024-10-18T22:13:35.638Z | Downloaded predicates v3.1.2 |
1019 | 2024-10-18T22:13:35.641Z | Downloaded native-tls v0.2.12 |
1020 | 2024-10-18T22:13:35.644Z | Downloaded crc32fast v1.4.2 |
1021 | 2024-10-18T22:13:35.646Z | Downloaded cancel-safe-futures v0.1.5 |
1022 | 2024-10-18T22:13:35.649Z | Downloaded phf_shared v0.11.2 |
1023 | 2024-10-18T22:13:35.649Z | Downloaded derive_builder_core v0.20.2 |
1024 | 2024-10-18T22:13:35.651Z | Downloaded clang-sys v1.8.1 |
1025 | 2024-10-18T22:13:35.653Z | Downloaded blake2 v0.10.6 |
1026 | 2024-10-18T22:13:35.656Z | Downloaded group v0.13.0 |
1027 | 2024-10-18T22:13:35.658Z | Downloaded russh-cryptovec v0.7.3 |
1028 | 2024-10-18T22:13:35.658Z | Downloaded num-iter v0.1.45 |
1029 | 2024-10-18T22:13:35.660Z | Downloaded typify v0.2.0 |
1030 | 2024-10-18T22:13:35.663Z | Downloaded tokio-tungstenite v0.23.1 |
1031 | 2024-10-18T22:13:35.665Z | Downloaded crossbeam-deque v0.8.5 |
1032 | 2024-10-18T22:13:35.665Z | Downloaded ed25519 v2.2.3 |
1033 | 2024-10-18T22:13:35.667Z | Downloaded tls_codec_derive v0.4.1 |
1034 | 2024-10-18T22:13:35.669Z | Downloaded iana-time-zone v0.1.61 |
1035 | 2024-10-18T22:13:35.671Z | Downloaded allocator-api2 v0.2.18 |
1036 | 2024-10-18T22:13:35.674Z | Downloaded futures-macro v0.3.31 |
1037 | 2024-10-18T22:13:35.674Z | Downloaded futures-io v0.3.31 |
1038 | 2024-10-18T22:13:35.676Z | Downloaded rayon-core v1.12.1 |
1039 | 2024-10-18T22:13:35.679Z | Downloaded lazycell v1.3.0 |
1040 | 2024-10-18T22:13:35.681Z | Downloaded ipnet v2.10.1 |
1041 | 2024-10-18T22:13:35.681Z | Downloaded bcs v0.1.6 |
1042 | 2024-10-18T22:13:35.683Z | Downloaded tap v1.0.1 |
1043 | 2024-10-18T22:13:35.685Z | Downloaded signal-hook-mio v0.2.4 |
1044 | 2024-10-18T22:13:35.685Z | Downloaded indoc v1.0.9 |
1045 | 2024-10-18T22:13:35.688Z | Downloaded base64ct v1.6.0 |
1046 | 2024-10-18T22:13:35.691Z | Downloaded aes-gcm v0.10.3 |
1047 | 2024-10-18T22:13:35.693Z | Downloaded precomputed-hash v0.1.1 |
1048 | 2024-10-18T22:13:35.696Z | Downloaded hyper-staticfile v0.10.1 |
1049 | 2024-10-18T22:13:35.696Z | Downloaded http v1.1.0 |
1050 | 2024-10-18T22:13:35.699Z | Downloaded ciborium v0.2.2 |
1051 | 2024-10-18T22:13:35.702Z | Downloaded multimap v0.10.0 |
1052 | 2024-10-18T22:13:35.706Z | Downloaded lru v0.12.5 |
1053 | 2024-10-18T22:13:35.706Z | Downloaded async-bb8-diesel v0.2.1 |
1054 | 2024-10-18T22:13:35.710Z | Downloaded wait-timeout v0.2.0 |
1055 | 2024-10-18T22:13:35.710Z | Downloaded thiserror-no-std v2.0.2 |
1056 | 2024-10-18T22:13:35.713Z | Downloaded kstat-rs v0.2.4 |
1057 | 2024-10-18T22:13:35.713Z | Downloaded atomic-waker v1.1.2 |
1058 | 2024-10-18T22:13:35.713Z | Downloaded rustc-hash v1.1.0 |
1059 | 2024-10-18T22:13:35.715Z | Downloaded ref-cast-impl v1.0.23 |
1060 | 2024-10-18T22:13:35.715Z | Downloaded data-encoding v2.6.0 |
1061 | 2024-10-18T22:13:35.717Z | Downloaded chacha20 v0.9.1 |
1062 | 2024-10-18T22:13:35.717Z | Downloaded rand_core v0.6.4 |
1063 | 2024-10-18T22:13:35.719Z | Downloaded mime v0.3.17 |
1064 | 2024-10-18T22:13:35.722Z | Downloaded md-5 v0.10.6 |
1065 | 2024-10-18T22:13:35.722Z | Downloaded maplit v1.0.2 |
1066 | 2024-10-18T22:13:35.726Z | Downloaded ctr v0.9.2 |
1067 | 2024-10-18T22:13:35.726Z | Downloaded constant_time_eq v0.3.1 |
1068 | 2024-10-18T22:13:35.728Z | Downloaded lalrpop-util v0.19.12 |
1069 | 2024-10-18T22:13:35.728Z | Downloaded impl-trait-for-tuples v0.2.2 |
1070 | 2024-10-18T22:13:35.728Z | Downloaded humantime v2.1.0 |
1071 | 2024-10-18T22:13:35.730Z | Downloaded newtype_derive v0.1.6 |
1072 | 2024-10-18T22:13:35.732Z | Downloaded matches v0.1.10 |
1073 | 2024-10-18T22:13:35.733Z | Downloaded arrayref v0.3.9 |
1074 | 2024-10-18T22:13:35.733Z | Downloaded crypto-bigint v0.5.5 |
1075 | 2024-10-18T22:13:35.739Z | Downloaded is-terminal v0.4.13 |
1076 | 2024-10-18T22:13:35.741Z | Downloaded signal-hook v0.3.17 |
1077 | 2024-10-18T22:13:35.744Z | Downloaded block-padding v0.3.3 |
1078 | 2024-10-18T22:13:35.744Z | Downloaded async-stream v0.3.6 |
1079 | 2024-10-18T22:13:35.746Z | Downloaded castaway v0.2.3 |
1080 | 2024-10-18T22:13:35.748Z | Downloaded ascii-canvas v3.0.0 |
1081 | 2024-10-18T22:13:35.748Z | Downloaded cfg_aliases v0.1.1 |
1082 | 2024-10-18T22:13:35.751Z | Downloaded argon2 v0.5.3 |
1083 | 2024-10-18T22:13:35.751Z | Downloaded new_debug_unreachable v1.0.6 |
1084 | 2024-10-18T22:13:35.753Z | Downloaded atty v0.2.14 |
1085 | 2024-10-18T22:13:35.753Z | Downloaded compact_str v0.8.0 |
1086 | 2024-10-18T22:13:35.756Z | Downloaded mime_guess v2.0.5 |
1087 | 2024-10-18T22:13:35.758Z | Downloaded hyper-util v0.1.9 |
1088 | 2024-10-18T22:13:35.761Z | Downloaded chacha20poly1305 v0.10.1 |
1089 | 2024-10-18T22:13:35.764Z | Downloaded md5 v0.7.0 |
1090 | 2024-10-18T22:13:35.767Z | Downloaded libefi-sys v0.1.0 |
1091 | 2024-10-18T22:13:35.767Z | Downloaded array-init v0.0.4 |
1092 | 2024-10-18T22:13:35.767Z | Downloaded assert_matches v1.5.0 |
1093 | 2024-10-18T22:13:35.769Z | Downloaded addr2line v0.24.2 |
1094 | 2024-10-18T22:13:35.769Z | Downloaded managed v0.8.0 |
1095 | 2024-10-18T22:13:35.771Z | Downloaded libloading v0.8.5 |
1096 | 2024-10-18T22:13:35.777Z | Downloaded httparse v1.9.5 |
1097 | 2024-10-18T22:13:35.779Z | Downloaded cbc v0.1.2 |
1098 | 2024-10-18T22:13:35.779Z | Downloaded backoff v0.4.0 |
1099 | 2024-10-18T22:13:35.779Z | Downloaded adler2 v2.0.0 |
1100 | 2024-10-18T22:13:35.782Z | Downloaded ciborium-io v0.2.2 |
1101 | 2024-10-18T22:13:35.782Z | Downloaded lru-cache v0.1.2 |
1102 | 2024-10-18T22:13:35.782Z | Downloaded internet-checksum v0.2.1 |
1103 | 2024-10-18T22:13:35.785Z | Downloaded darling v0.20.10 |
1104 | 2024-10-18T22:13:35.788Z | Downloaded cassowary v0.3.0 |
1105 | 2024-10-18T22:13:35.788Z | Downloaded async-trait v0.1.83 |
1106 | 2024-10-18T22:13:35.790Z | Downloaded arrayvec v0.7.6 |
1107 | 2024-10-18T22:13:35.793Z | Downloaded http-body v0.4.6 |
1108 | 2024-10-18T22:13:35.795Z | Downloaded http-body-util v0.1.2 |
1109 | 2024-10-18T22:13:35.797Z | Downloaded csv-core v0.1.11 |
1110 | 2024-10-18T22:13:35.797Z | Downloaded ipnetwork v0.20.0 |
1111 | 2024-10-18T22:13:35.801Z | Downloaded console v0.15.8 |
1112 | 2024-10-18T22:13:35.804Z | Downloaded libsw v3.3.1 |
1113 | 2024-10-18T22:13:35.804Z | Downloaded blowfish v0.9.1 |
1114 | 2024-10-18T22:13:35.806Z | Downloaded indent_write v2.2.0 |
1115 | 2024-10-18T22:13:35.806Z | Downloaded cexpr v0.6.0 |
1116 | 2024-10-18T22:13:35.808Z | Downloaded buf-list v1.0.3 |
1117 | 2024-10-18T22:13:35.811Z | Downloaded bitfield-struct v0.6.2 |
1118 | 2024-10-18T22:13:35.811Z | Downloaded bcrypt-pbkdf v0.10.0 |
1119 | 2024-10-18T22:13:35.815Z | Downloaded highway v1.2.0 |
1120 | 2024-10-18T22:13:35.815Z | Downloaded darling_macro v0.20.10 |
1121 | 2024-10-18T22:13:35.815Z | Downloaded cfg_aliases v0.2.1 |
1122 | 2024-10-18T22:13:35.817Z | Downloaded async-recursion v1.1.1 |
1123 | 2024-10-18T22:13:35.927Z | Compiling serde v1.0.210 |
1124 | 2024-10-18T22:13:35.930Z | Compiling typenum v1.17.0 |
1125 | 2024-10-18T22:13:35.930Z | Compiling lock_api v0.4.12 |
1126 | 2024-10-18T22:13:35.930Z | Compiling generic-array v0.14.7 |
1127 | 2024-10-18T22:13:35.930Z | Compiling scopeguard v1.2.0 |
1128 | 2024-10-18T22:13:35.930Z | Compiling subtle v2.6.1 |
1129 | 2024-10-18T22:13:36.107Z | Compiling syn v2.0.79 |
1130 | 2024-10-18T22:13:36.122Z | Compiling getrandom v0.2.15 |
1131 | 2024-10-18T22:13:36.284Z | Compiling value-bag v1.9.0 |
1132 | 2024-10-18T22:13:36.405Z | Compiling rand_core v0.6.4 |
1133 | 2024-10-18T22:13:36.510Z | Compiling const-oid v0.9.6 |
1134 | 2024-10-18T22:13:36.556Z | Compiling pin-project-lite v0.2.14 |
1135 | 2024-10-18T22:13:36.671Z | Compiling smallvec v1.13.2 |
1136 | 2024-10-18T22:13:36.692Z | Compiling jobserver v0.1.32 |
1137 | 2024-10-18T22:13:36.900Z | Compiling log v0.4.22 |
1138 | 2024-10-18T22:13:36.990Z | Compiling parking_lot_core v0.9.10 |
1139 | 2024-10-18T22:13:37.086Z | Compiling shlex v1.3.0 |
1140 | 2024-10-18T22:13:37.106Z | Compiling futures-core v0.3.31 |
1141 | 2024-10-18T22:13:37.352Z | Compiling cc v1.1.30 |
1142 | 2024-10-18T22:13:37.526Z | Compiling signal-hook-registry v1.4.2 |
1143 | 2024-10-18T22:13:37.656Z | Compiling mio v1.0.2 |
1144 | 2024-10-18T22:13:37.822Z | Compiling cpufeatures v0.2.14 |
1145 | 2024-10-18T22:13:37.934Z | Compiling parking_lot v0.12.3 |
1146 | 2024-10-18T22:13:38.187Z | Compiling futures-sink v0.3.31 |
1147 | 2024-10-18T22:13:38.347Z | Compiling spin v0.9.8 |
1148 | 2024-10-18T22:13:38.384Z | Compiling socket2 v0.5.7 |
1149 | 2024-10-18T22:13:38.576Z | Compiling slab v0.4.9 |
1150 | 2024-10-18T22:13:38.789Z | Compiling serde_json v1.0.128 |
1151 | 2024-10-18T22:13:38.878Z | Compiling futures-channel v0.3.31 |
1152 | 2024-10-18T22:13:38.977Z | Compiling foldhash v0.1.3 |
1153 | 2024-10-18T22:13:39.054Z | Compiling futures-io v0.3.31 |
1154 | 2024-10-18T22:13:39.247Z | Compiling allocator-api2 v0.2.18 |
1155 | 2024-10-18T22:13:39.282Z | Compiling pin-utils v0.1.0 |
1156 | 2024-10-18T22:13:39.385Z | Compiling tinyvec_macros v0.1.1 |
1157 | 2024-10-18T22:13:39.406Z | Compiling futures-task v0.3.31 |
1158 | 2024-10-18T22:13:39.425Z | Compiling libm v0.2.8 |
1159 | 2024-10-18T22:13:39.485Z | Compiling tinyvec v1.8.0 |
1160 | 2024-10-18T22:13:39.505Z | Compiling num-traits v0.2.19 |
1161 | 2024-10-18T22:13:39.543Z | Compiling unicode-bidi v0.3.17 |
1162 | 2024-10-18T22:13:39.723Z | Compiling base64ct v1.6.0 |
1163 | 2024-10-18T22:13:40.063Z | Compiling hashbrown v0.15.0 |
1164 | 2024-10-18T22:13:40.140Z | Compiling flagset v0.4.6 |
1165 | 2024-10-18T22:13:40.362Z | Compiling pem-rfc7468 v0.7.0 |
1166 | 2024-10-18T22:13:40.384Z | Compiling httparse v1.9.5 |
1167 | 2024-10-18T22:13:41.105Z | Compiling unicode-normalization v0.1.24 |
1168 | 2024-10-18T22:13:41.175Z | Compiling tracing-core v0.1.32 |
1169 | 2024-10-18T22:13:41.301Z | Compiling rustls-pki-types v1.9.0 |
1170 | 2024-10-18T22:13:41.380Z | Compiling crossbeam-utils v0.8.20 |
1171 | 2024-10-18T22:13:41.519Z | Compiling percent-encoding v2.3.1 |
1172 | 2024-10-18T22:13:41.970Z | Compiling ring v0.17.8 |
1173 | 2024-10-18T22:13:42.191Z | Compiling vcpkg v0.2.15 |
1174 | 2024-10-18T22:13:42.351Z | Compiling pkg-config v0.3.31 |
1175 | 2024-10-18T22:13:42.560Z | Compiling untrusted v0.9.0 |
1176 | 2024-10-18T22:13:42.667Z | Compiling time-core v0.1.2 |
1177 | 2024-10-18T22:13:42.733Z | Compiling num-conv v0.1.0 |
1178 | 2024-10-18T22:13:42.753Z | Compiling powerfmt v0.2.0 |
1179 | 2024-10-18T22:13:43.025Z | Compiling time-macros v0.2.18 |
1180 | 2024-10-18T22:13:43.180Z | Compiling deranged v0.3.11 |
1181 | 2024-10-18T22:13:43.214Z | Compiling num_threads v0.1.7 |
1182 | 2024-10-18T22:13:43.354Z | Compiling atomic-waker v1.1.2 |
1183 | 2024-10-18T22:13:43.529Z | Compiling form_urlencoded v1.2.1 |
1184 | 2024-10-18T22:13:43.868Z | Compiling slog v2.7.0 |
1185 | 2024-10-18T22:13:43.890Z | Compiling try-lock v0.2.5 |
1186 | 2024-10-18T22:13:44.044Z | Compiling rustix v0.38.37 |
1187 | 2024-10-18T22:13:44.134Z | Compiling want v0.3.1 |
1188 | 2024-10-18T22:13:44.425Z | Compiling httpdate v1.0.3 |
1189 | 2024-10-18T22:13:44.445Z | Compiling openssl-sys v0.9.103 |
1190 | 2024-10-18T22:13:44.867Z | Compiling idna v0.5.0 |
1191 | 2024-10-18T22:13:44.918Z | Compiling iana-time-zone v0.1.61 |
1192 | 2024-10-18T22:13:45.108Z | Compiling tower-service v0.3.3 |
1193 | 2024-10-18T22:13:45.230Z | Compiling foreign-types-shared v0.1.1 |
1194 | 2024-10-18T22:13:45.250Z | Compiling base64 v0.22.1 |
1195 | 2024-10-18T22:13:45.343Z | Compiling match_cfg v0.1.0 |
1196 | 2024-10-18T22:13:45.362Z | Compiling openssl v0.10.66 |
1197 | 2024-10-18T22:13:45.437Z | Compiling rustversion v1.0.17 |
1198 | 2024-10-18T22:13:45.747Z | Compiling url v2.5.2 |
1199 | 2024-10-18T22:13:45.986Z | Compiling hostname v0.3.1 |
1200 | 2024-10-18T22:13:46.116Z | Compiling time v0.3.36 |
1201 | 2024-10-18T22:13:46.146Z | Compiling foreign-types v0.3.2 |
1202 | 2024-10-18T22:13:46.206Z | Compiling dirs-sys-next v0.1.2 |
1203 | 2024-10-18T22:13:46.238Z | Compiling aho-corasick v1.1.3 |
1204 | 2024-10-18T22:13:46.296Z | Compiling siphasher v0.3.11 |
1205 | 2024-10-18T22:13:46.677Z | Compiling syn v1.0.109 |
1206 | 2024-10-18T22:13:46.804Z | Compiling adler2 v2.0.0 |
1207 | 2024-10-18T22:13:46.984Z | Compiling rustls v0.22.4 |
1208 | 2024-10-18T22:13:47.268Z | Compiling native-tls v0.2.12 |
1209 | 2024-10-18T22:13:47.332Z | Compiling rustls v0.23.14 |
1210 | 2024-10-18T22:13:47.332Z | Compiling data-encoding v2.6.0 |
1211 | 2024-10-18T22:13:47.586Z | Compiling regex-syntax v0.8.5 |
1212 | 2024-10-18T22:13:47.678Z | Compiling miniz_oxide v0.8.0 |
1213 | 2024-10-18T22:13:49.169Z | Compiling dirs-next v2.0.0 |
1214 | 2024-10-18T22:13:49.633Z | Compiling serde_derive_internals v0.29.1 |
1215 | 2024-10-18T22:13:49.673Z | Compiling crossbeam-epoch v0.9.18 |
1216 | 2024-10-18T22:13:50.221Z | Compiling serde_derive v1.0.210 |
1217 | 2024-10-18T22:13:50.456Z | Compiling zeroize_derive v1.4.2 |
1218 | 2024-10-18T22:13:50.672Z | Compiling zerocopy-derive v0.7.35 |
1219 | 2024-10-18T22:13:50.901Z | Compiling tokio-macros v2.4.0 |
1220 | 2024-10-18T22:13:51.247Z | Compiling thiserror-impl v1.0.64 |
1221 | 2024-10-18T22:13:52.030Z | Compiling zeroize v1.8.1 |
1222 | 2024-10-18T22:13:52.421Z | Compiling futures-macro v0.3.31 |
1223 | 2024-10-18T22:13:52.522Z | Compiling der_derive v0.7.3 |
1224 | 2024-10-18T22:13:52.840Z | Compiling zerocopy v0.7.35 |
1225 | 2024-10-18T22:13:53.740Z | Compiling crypto-common v0.1.6 |
1226 | 2024-10-18T22:13:53.960Z | Compiling block-buffer v0.10.4 |
1227 | 2024-10-18T22:13:53.999Z | Compiling block-padding v0.3.3 |
1228 | 2024-10-18T22:13:54.220Z | Compiling digest v0.10.7 |
1229 | 2024-10-18T22:13:54.254Z | Compiling inout v0.1.3 |
1230 | 2024-10-18T22:13:54.306Z | Compiling futures-util v0.3.31 |
1231 | 2024-10-18T22:13:54.496Z | Compiling cipher v0.4.4 |
1232 | 2024-10-18T22:13:54.499Z | Compiling thiserror v1.0.64 |
1233 | 2024-10-18T22:13:54.537Z | Compiling ppv-lite86 v0.2.20 |
1234 | 2024-10-18T22:13:54.652Z | Compiling hmac v0.12.1 |
1235 | 2024-10-18T22:13:54.675Z | Compiling sha2 v0.10.8 |
1236 | 2024-10-18T22:13:54.889Z | Compiling tracing-attributes v0.1.27 |
1237 | 2024-10-18T22:13:54.993Z | Compiling salsa20 v0.10.2 |
1238 | 2024-10-18T22:13:55.012Z | Compiling der v0.7.9 |
1239 | 2024-10-18T22:13:55.217Z | Compiling pbkdf2 v0.12.2 |
1240 | 2024-10-18T22:13:55.346Z | Compiling rand_chacha v0.3.1 |
1241 | 2024-10-18T22:13:55.382Z | Compiling pest v2.7.14 |
1242 | 2024-10-18T22:13:57.726Z | Compiling spki v0.7.3 |
1243 | 2024-10-18T22:13:58.100Z | Compiling rand v0.8.5 |
1244 | 2024-10-18T22:13:58.228Z | Compiling pest_meta v2.7.14 |
1245 | 2024-10-18T22:13:58.275Z | Compiling scrypt v0.11.0 |
1246 | 2024-10-18T22:13:58.298Z | Compiling aes v0.8.4 |
1247 | 2024-10-18T22:13:58.603Z | Compiling tracing v0.1.40 |
1248 | 2024-10-18T22:13:58.829Z | Compiling cbc v0.1.2 |
1249 | 2024-10-18T22:13:59.104Z | Compiling scroll_derive v0.12.0 |
1250 | 2024-10-18T22:13:59.134Z | Compiling openssl-macros v0.1.1 |
1251 | 2024-10-18T22:13:59.939Z | Compiling pest_generator v2.7.14 |
1252 | 2024-10-18T22:14:00.226Z | Compiling pkcs5 v0.7.1 |
1253 | 2024-10-18T22:14:00.267Z | Compiling async-trait v0.1.83 |
1254 | 2024-10-18T22:14:00.650Z | Compiling scroll v0.12.0 |
1255 | 2024-10-18T22:14:01.198Z | Compiling rustls-webpki v0.102.8 |
1256 | 2024-10-18T22:14:01.228Z | Compiling goblin v0.8.2 |
1257 | 2024-10-18T22:14:01.514Z | Compiling pkcs8 v0.10.2 |
1258 | 2024-10-18T22:14:02.076Z | Compiling sha1 v0.10.6 |
1259 | 2024-10-18T22:14:02.265Z | Compiling signature v2.2.0 |
1260 | 2024-10-18T22:14:02.527Z | Compiling regex-automata v0.4.8 |
1261 | 2024-10-18T22:14:02.574Z | Compiling lazy_static v1.5.0 |
1262 | 2024-10-18T22:14:02.711Z | Compiling thread_local v1.1.8 |
1263 | 2024-10-18T22:14:02.973Z | Compiling encoding_rs v0.8.34 |
1264 | 2024-10-18T22:14:03.138Z | Compiling multer v3.1.0 |
1265 | 2024-10-18T22:14:03.261Z | Compiling cookie v0.18.1 |
1266 | 2024-10-18T22:14:03.363Z | Compiling pest_derive v2.7.14 |
1267 | 2024-10-18T22:14:03.383Z | Compiling gimli v0.31.1 |
1268 | 2024-10-18T22:14:03.438Z | Compiling paste v1.0.15 |
1269 | 2024-10-18T22:14:03.571Z | Compiling signal-hook v0.3.17 |
1270 | 2024-10-18T22:14:03.905Z | Compiling slog-async v2.8.0 |
1271 | 2024-10-18T22:14:04.013Z | Compiling ipnet v2.10.1 |
1272 | 2024-10-18T22:14:04.183Z | Compiling dtrace-parser v0.2.0 |
1273 | 2024-10-18T22:14:04.502Z | Compiling bytes v1.7.2 |
1274 | 2024-10-18T22:14:05.263Z | Compiling indexmap v2.6.0 |
1275 | 2024-10-18T22:14:05.819Z | Compiling tokio v1.40.0 |
1276 | 2024-10-18T22:14:06.462Z | Compiling http v1.1.0 |
1277 | 2024-10-18T22:14:06.728Z | Compiling bitflags v2.6.0 |
1278 | 2024-10-18T22:14:07.168Z | Compiling semver v1.0.23 |
1279 | 2024-10-18T22:14:07.552Z | Compiling dof v0.3.0 |
1280 | 2024-10-18T22:14:07.943Z | Compiling rustc_version v0.4.1 |
1281 | 2024-10-18T22:14:07.996Z | Compiling http-body v1.0.1 |
1282 | 2024-10-18T22:14:08.700Z | Compiling serde_spanned v0.6.8 |
1283 | 2024-10-18T22:14:08.770Z | Compiling toml_datetime v0.6.8 |
1284 | 2024-10-18T22:14:08.953Z | Compiling uuid v1.10.0 |
1285 | 2024-10-18T22:14:08.977Z | Compiling serde_tokenstream v0.2.2 |
1286 | 2024-10-18T22:14:09.348Z | Compiling usdt-impl v0.5.0 |
1287 | 2024-10-18T22:14:09.631Z | Compiling chrono v0.4.38 |
1288 | 2024-10-18T22:14:09.787Z | Compiling heapless v0.7.17 |
1289 | 2024-10-18T22:14:10.265Z | Compiling http-body-util v0.1.2 |
1290 | 2024-10-18T22:14:10.815Z | Compiling either v1.13.0 |
1291 | 2024-10-18T22:14:11.005Z | Compiling schemars v0.8.21 |
1292 | 2024-10-18T22:14:11.264Z | Compiling rayon-core v1.12.1 |
1293 | 2024-10-18T22:14:11.379Z | Compiling mime v0.3.17 |
1294 | 2024-10-18T22:14:11.576Z | Compiling openssl-probe v0.1.5 |
1295 | 2024-10-18T22:14:11.949Z | Compiling unicode-properties v0.1.3 |
1296 | 2024-10-18T22:14:11.971Z | Compiling toml_edit v0.22.22 |
1297 | 2024-10-18T22:14:11.990Z | Compiling usdt-macro v0.5.0 |
1298 | 2024-10-18T22:14:12.362Z | Compiling stringprep v0.1.5 |
1299 | 2024-10-18T22:14:13.491Z | Compiling usdt-attr-macro v0.5.0 |
1300 | 2024-10-18T22:14:13.610Z | Compiling curve25519-dalek v4.1.3 |
1301 | 2024-10-18T22:14:13.683Z | Compiling addr2line v0.24.2 |
1302 | 2024-10-18T22:14:13.722Z | Compiling slog-json v2.6.1 |
1303 | 2024-10-18T22:14:14.226Z | Compiling serde_urlencoded v0.7.1 |
1304 | 2024-10-18T22:14:14.355Z | Compiling tokio-util v0.7.12 |
1305 | 2024-10-18T22:14:15.213Z | Compiling futures-executor v0.3.31 |
1306 | 2024-10-18T22:14:15.762Z | Compiling h2 v0.4.6 |
1307 | 2024-10-18T22:14:15.783Z | Compiling md-5 v0.10.6 |
1308 | 2024-10-18T22:14:15.859Z | Compiling schemars_derive v0.8.21 |
1309 | 2024-10-18T22:14:16.047Z | Compiling async-stream-impl v0.3.6 |
1310 | 2024-10-18T22:14:18.155Z | Compiling enum-as-inner v0.6.1 |
1311 | 2024-10-18T22:14:19.324Z | Compiling crossbeam-deque v0.8.5 |
1312 | 2024-10-18T22:14:19.406Z | Compiling term v0.7.0 |
1313 | 2024-10-18T22:14:19.675Z | Compiling crossbeam-channel v0.5.13 |
1314 | 2024-10-18T22:14:20.498Z | Compiling num-integer v0.1.46 |
1315 | 2024-10-18T22:14:20.814Z | Compiling idna v0.4.0 |
1316 | 2024-10-18T22:14:20.968Z | Compiling idna v0.3.0 |
1317 | 2024-10-18T22:14:21.296Z | Compiling rustls-pemfile v2.2.0 |
1318 | 2024-10-18T22:14:21.656Z | Compiling ff v0.13.0 |
1319 | 2024-10-18T22:14:21.678Z | Compiling hash32 v0.2.1 |
1320 | 2024-10-18T22:14:21.896Z | Compiling is-terminal v0.4.13 |
1321 | 2024-10-18T22:14:22.025Z | Compiling dropshot v0.12.0 |
1322 | 2024-10-18T22:14:22.082Z | Compiling object v0.36.5 |
1323 | 2024-10-18T22:14:22.346Z | Compiling base16ct v0.2.0 |
1324 | 2024-10-18T22:14:22.445Z | Compiling anyhow v1.0.89 |
1325 | 2024-10-18T22:14:22.674Z | Compiling portable-atomic v1.9.0 |
1326 | 2024-10-18T22:14:22.695Z | Compiling psl-types v2.0.11 |
1327 | 2024-10-18T22:14:22.901Z | Compiling hyper v1.4.1 |
1328 | 2024-10-18T22:14:23.107Z | Compiling take_mut v0.2.2 |
1329 | 2024-10-18T22:14:23.275Z | Compiling dyn-clone v1.0.17 |
1330 | 2024-10-18T22:14:23.519Z | Compiling smoltcp v0.9.1 |
1331 | 2024-10-18T22:14:23.812Z | Compiling stable_deref_trait v1.2.0 |
1332 | 2024-10-18T22:14:23.965Z | Compiling fallible-iterator v0.2.0 |
1333 | 2024-10-18T22:14:24.383Z | Compiling num-bigint-dig v0.8.4 |
1334 | 2024-10-18T22:14:24.702Z | Compiling utf-8 v0.7.6 |
1335 | 2024-10-18T22:14:24.723Z | Compiling linked-hash-map v0.5.6 |
1336 | 2024-10-18T22:14:25.054Z | Compiling quick-error v1.2.3 |
1337 | 2024-10-18T22:14:25.101Z | Compiling rustc-demangle v0.1.24 |
1338 | 2024-10-18T22:14:25.214Z | Compiling resolv-conf v0.7.0 |
1339 | 2024-10-18T22:14:25.409Z | Compiling lru-cache v0.1.2 |
1340 | 2024-10-18T22:14:25.625Z | Compiling hyper-util v0.1.9 |
1341 | 2024-10-18T22:14:26.050Z | Compiling tungstenite v0.23.0 |
1342 | 2024-10-18T22:14:26.154Z | Compiling postgres-protocol v0.6.7 |
1343 | 2024-10-18T22:14:28.417Z | Compiling publicsuffix v2.2.3 |
1344 | 2024-10-18T22:14:28.540Z | Compiling sec1 v0.7.3 |
1345 | 2024-10-18T22:14:28.772Z | Compiling slog-term v2.9.1 |
1346 | 2024-10-18T22:14:28.852Z | Compiling usdt v0.5.0 |
1347 | 2024-10-18T22:14:28.994Z | Compiling group v0.13.0 |
1348 | 2024-10-18T22:14:29.214Z | Compiling hickory-proto v0.24.1 |
1349 | 2024-10-18T22:14:29.327Z | Compiling num-iter v0.1.45 |
1350 | 2024-10-18T22:14:29.371Z | Compiling tokio-rustls v0.26.0 |
1351 | 2024-10-18T22:14:29.525Z | Compiling backtrace v0.3.74 |
1352 | 2024-10-18T22:14:29.831Z | Compiling tokio-rustls v0.25.0 |
1353 | 2024-10-18T22:14:30.050Z | Compiling tokio-native-tls v0.3.1 |
1354 | 2024-10-18T22:14:30.265Z | Compiling async-stream v0.3.6 |
1355 | 2024-10-18T22:14:30.270Z | Compiling futures v0.3.31 |
1356 | 2024-10-18T22:14:30.335Z | Compiling toml v0.8.19 |
1357 | 2024-10-18T22:14:31.671Z | Compiling slog-bunyan v2.5.0 |
1358 | 2024-10-18T22:14:31.736Z | Compiling camino v1.1.9 |
1359 | 2024-10-18T22:14:31.899Z | Compiling terminal_size v0.4.0 |
1360 | 2024-10-18T22:14:32.091Z | Compiling dropshot_endpoint v0.12.0 |
1361 | 2024-10-18T22:14:32.127Z | Compiling openapiv3 v2.0.0 |
1362 | 2024-10-18T22:14:32.443Z | Compiling serde_path_to_error v0.1.16 |
1363 | 2024-10-18T22:14:32.731Z | Compiling hkdf v0.12.4 |
1364 | 2024-10-18T22:14:32.751Z | Compiling crypto-bigint v0.5.5 |
1365 | 2024-10-18T22:14:32.981Z | Compiling zerocopy-derive v0.6.6 |
1366 | 2024-10-18T22:14:33.123Z | Compiling curve25519-dalek-derive v0.1.1 |
1367 | 2024-10-18T22:14:33.301Z | Compiling phf_shared v0.11.2 |
1368 | 2024-10-18T22:14:33.713Z | Compiling waitgroup v0.1.2 |
1369 | 2024-10-18T22:14:33.991Z | Compiling webpki-roots v0.26.6 |
1370 | 2024-10-18T22:14:34.223Z | Compiling hostname v0.4.0 |
1371 | 2024-10-18T22:14:34.268Z | Compiling hubpack_derive v0.1.1 |
1372 | 2024-10-18T22:14:34.477Z | Compiling ahash v0.8.11 |
1373 | 2024-10-18T22:14:34.759Z | Compiling fs-err v2.11.0 |
1374 | 2024-10-18T22:14:34.847Z | Compiling winnow v0.5.40 |
1375 | 2024-10-18T22:14:35.071Z | Compiling debug-ignore v1.0.5 |
1376 | 2024-10-18T22:14:35.339Z | Compiling managed v0.8.0 |
1377 | 2024-10-18T22:14:35.351Z | Compiling bitflags v1.3.2 |
1378 | 2024-10-18T22:14:35.351Z | Compiling zerocopy v0.6.6 |
1379 | 2024-10-18T22:14:35.351Z | Compiling clap_builder v4.5.20 |
1380 | 2024-10-18T22:14:36.148Z | Compiling elliptic-curve v0.13.8 |
1381 | 2024-10-18T22:14:36.620Z | Compiling hubpack v0.1.2 |
1382 | 2024-10-18T22:14:37.066Z | Compiling console v0.15.8 |
1383 | 2024-10-18T22:14:37.167Z | Compiling strum_macros v0.25.3 |
1384 | 2024-10-18T22:14:37.877Z | Compiling hickory-resolver v0.24.1 |
1385 | 2024-10-18T22:14:38.680Z | Compiling toml_edit v0.19.15 |
1386 | 2024-10-18T22:14:39.076Z | Compiling hyper-rustls v0.27.3 |
1387 | 2024-10-18T22:14:39.738Z | Compiling phf v0.11.2 |
1388 | 2024-10-18T22:14:39.871Z | Compiling signal-hook-mio v0.2.4 |
1389 | 2024-10-18T22:14:40.031Z | Compiling cookie_store v0.21.0 |
1390 | 2024-10-18T22:14:40.052Z | Compiling rayon v1.10.0 |
1391 | 2024-10-18T22:14:41.612Z | Compiling hyper-tls v0.6.0 |
1392 | 2024-10-18T22:14:43.767Z | Compiling tokio-tungstenite v0.23.1 |
1393 | 2024-10-18T22:14:44.373Z | Compiling postgres-types v0.2.8 |
1394 | 2024-10-18T22:14:44.843Z | Compiling tokio-stream v0.1.16 |
1395 | 2024-10-18T22:14:44.937Z | Compiling bstr v1.10.0 |
1396 | 2024-10-18T22:14:44.974Z | Compiling regex v1.11.0 |
1397 | 2024-10-18T22:14:45.932Z | Compiling serde-big-array v0.5.1 |
1398 | 2024-10-18T22:14:45.952Z | Compiling ed25519 v2.2.3 |
1399 | 2024-10-18T22:14:46.074Z | Compiling pkcs1 v0.7.5 |
1400 | 2024-10-18T22:14:46.167Z | Compiling rfc6979 v0.4.0 |
1401 | 2024-10-18T22:14:46.374Z | Compiling clap_derive v4.5.18 |
1402 | 2024-10-18T22:14:46.790Z | Compiling serde_repr v0.1.19 |
1403 | 2024-10-18T22:14:46.820Z | Compiling derive-where v1.2.7 |
1404 | 2024-10-18T22:14:46.917Z | Compiling phf_shared v0.10.0 |
1405 | 2024-10-18T22:14:47.078Z | Compiling float-cmp v0.9.0 |
1406 | 2024-10-18T22:14:47.113Z | Compiling sync_wrapper v1.0.1 |
1407 | 2024-10-18T22:14:47.284Z | Compiling crc32fast v1.4.2 |
1408 | 2024-10-18T22:14:47.317Z | Compiling bit-vec v0.6.3 |
1409 | 2024-10-18T22:14:47.354Z | Compiling predicates-core v1.0.8 |
1410 | 2024-10-18T22:14:47.640Z | Compiling number_prefix v0.4.0 |
1411 | 2024-10-18T22:14:47.717Z | Compiling unicode-segmentation v1.12.0 |
1412 | 2024-10-18T22:14:47.789Z | Compiling difflib v0.4.0 |
1413 | 2024-10-18T22:14:47.874Z | Compiling fixedbitset v0.4.2 |
1414 | 2024-10-18T22:14:47.977Z | Compiling static_assertions v1.1.0 |
1415 | 2024-10-18T22:14:48.012Z | Compiling whoami v1.5.2 |
1416 | 2024-10-18T22:14:48.085Z | Compiling normalize-line-endings v0.3.0 |
1417 | 2024-10-18T22:14:48.221Z | Compiling new_debug_unreachable v1.0.6 |
1418 | 2024-10-18T22:14:48.326Z | Compiling precomputed-hash v0.1.1 |
1419 | 2024-10-18T22:14:48.361Z | Compiling minimal-lexical v0.2.1 |
1420 | 2024-10-18T22:14:48.453Z | Compiling string_cache v0.8.7 |
1421 | 2024-10-18T22:14:48.626Z | Compiling similar v2.6.0 |
1422 | 2024-10-18T22:14:48.668Z | Compiling tokio-postgres v0.7.12 |
1423 | 2024-10-18T22:14:48.896Z | Compiling nom v7.1.3 |
1424 | 2024-10-18T22:14:49.014Z | Compiling predicates v3.1.2 |
1425 | 2024-10-18T22:14:49.402Z | Compiling petgraph v0.6.5 |
1426 | 2024-10-18T22:14:50.556Z | Compiling qorb v0.0.2 |
1427 | 2024-10-18T22:14:50.785Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1428 | 2024-10-18T22:14:51.131Z | Compiling indicatif v0.17.8 |
1429 | 2024-10-18T22:14:51.673Z | Compiling clap v4.5.20 |
1430 | 2024-10-18T22:14:51.800Z | Compiling bit-set v0.5.3 |
1431 | 2024-10-18T22:14:52.090Z | Compiling flate2 v1.0.34 |
1432 | 2024-10-18T22:14:52.714Z | Compiling reqwest v0.12.8 |
1433 | 2024-10-18T22:14:53.077Z | Compiling rsa v0.9.6 |
1434 | 2024-10-18T22:14:53.407Z | Compiling ecdsa v0.16.9 |
1435 | 2024-10-18T22:14:53.525Z | Compiling ed25519-dalek v2.1.1 |
1436 | 2024-10-18T22:14:54.321Z | Compiling toml v0.7.8 |
1437 | 2024-10-18T22:14:54.614Z | Compiling crossterm v0.28.1 |
1438 | 2024-10-18T22:14:56.076Z | Compiling itertools v0.10.5 |
1439 | 2024-10-18T22:14:56.447Z | Compiling itertools v0.12.1 |
1440 | 2024-10-18T22:14:56.863Z | Compiling hex v0.4.3 |
1441 | 2024-10-18T22:14:57.245Z | Compiling x509-cert v0.2.5 |
1442 | 2024-10-18T22:14:57.511Z | Compiling unicode-xid v0.2.6 |
1443 | 2024-10-18T22:14:57.700Z | Compiling lalrpop-util v0.19.12 |
1444 | 2024-10-18T22:14:57.814Z | Compiling peg-runtime v0.8.3 |
1445 | 2024-10-18T22:14:58.061Z | Compiling xattr v1.3.1 |
1446 | 2024-10-18T22:14:58.337Z | Compiling strum_macros v0.26.4 |
1447 | 2024-10-18T22:14:58.490Z | Compiling filetime v0.2.25 |
1448 | 2024-10-18T22:14:58.811Z | Compiling tar v0.4.42 |
1449 | 2024-10-18T22:15:01.832Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1450 | 2024-10-18T22:15:01.854Z | Compiling strum v0.26.3 |
1451 | 2024-10-18T22:15:02.105Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1452 | 2024-10-18T22:15:07.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 35s |
1453 | 2024-10-18T22:15:07.953Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1454 | 2024-10-18T22:15:08.002Z | Oct 18 22:15:06.680 INFO Starting download, target: Clickhouse |
1455 | 2024-10-18T22:15:08.002Z | Oct 18 22:15:06.681 INFO Starting download, target: Cockroach |
1456 | 2024-10-18T22:15:08.003Z | Oct 18 22:15:06.681 INFO Starting download, target: Console |
1457 | 2024-10-18T22:15:08.003Z | Oct 18 22:15:06.681 INFO Starting download, target: DendriteOpenapi |
1458 | 2024-10-18T22:15:08.005Z | Oct 18 22:15:06.681 INFO Starting download, target: DendriteStub |
1459 | 2024-10-18T22:15:08.005Z | Oct 18 22:15:06.681 INFO Starting download, target: MaghemiteMgd |
1460 | 2024-10-18T22:15:08.005Z | Oct 18 22:15:06.681 INFO Starting download, target: TransceiverControl |
1461 | 2024-10-18T22:15:08.005Z | Oct 18 22:15:06.681 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1462 | 2024-10-18T22:15:08.005Z | Oct 18 22:15:06.681 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1463 | 2024-10-18T22:15:08.005Z | Oct 18 22:15:06.682 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1464 | 2024-10-18T22:15:08.005Z | Oct 18 22:15:06.682 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1465 | 2024-10-18T22:15:08.005Z | Oct 18 22:15:06.682 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1466 | 2024-10-18T22:15:08.005Z | Oct 18 22:15:06.682 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1467 | 2024-10-18T22:15:08.005Z | Oct 18 22:15:06.682 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1468 | 2024-10-18T22:15:08.161Z | Oct 18 22:15:06.834 INFO Download complete, target: DendriteOpenapi |
1469 | 2024-10-18T22:15:08.291Z | Oct 18 22:15:06.956 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1470 | 2024-10-18T22:15:08.570Z | Oct 18 22:15:07.247 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1471 | 2024-10-18T22:15:08.590Z | Oct 18 22:15:07.267 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1472 | 2024-10-18T22:15:08.689Z | Oct 18 22:15:07.367 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1473 | 2024-10-18T22:15:08.980Z | Oct 18 22:15:07.658 INFO Download complete, target: Console |
1474 | 2024-10-18T22:15:09.070Z | Oct 18 22:15:07.748 INFO Download complete, target: TransceiverControl |
1475 | 2024-10-18T22:15:09.310Z | Oct 18 22:15:07.989 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1476 | 2024-10-18T22:15:09.311Z | Oct 18 22:15:07.989 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1477 | 2024-10-18T22:15:10.184Z | Oct 18 22:15:08.862 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1478 | 2024-10-18T22:15:11.883Z | Oct 18 22:15:10.560 INFO Download complete, target: DendriteStub |
1479 | 2024-10-18T22:15:12.088Z | Oct 18 22:15:10.764 INFO Download complete, target: MaghemiteMgd |
1480 | 2024-10-18T22:15:17.454Z | Oct 18 22:15:16.132 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1481 | 2024-10-18T22:15:17.732Z | Oct 18 22:15:16.409 INFO Checking that binary works, target: Cockroach |
1482 | 2024-10-18T22:15:17.900Z | Oct 18 22:15:16.577 INFO Download complete, target: Cockroach |
1483 | 2024-10-18T22:15:23.813Z | Oct 18 22:15:22.490 INFO Checking that binary works, target: Clickhouse |
1484 | 2024-10-18T22:15:24.345Z | Oct 18 22:15:23.019 INFO Download complete, target: Clickhouse |
1485 | 2024-10-18T22:15:24.783Z | All builder prerequisites installed successfully, and PATH looks valid |
1486 | 2024-10-18T22:15:24.786Z | |
1487 | 2024-10-18T22:15:24.786Z | real 4:43.803479823 |
1488 | 2024-10-18T22:15:24.786Z | user 13:03.135999036 |
1489 | 2024-10-18T22:15:24.786Z | sys 2:44.409653003 |
1490 | 2024-10-18T22:15:24.786Z | trap 0.482562377 |
1491 | 2024-10-18T22:15:24.786Z | tflt 8.812271547 |
1492 | 2024-10-18T22:15:24.786Z | dflt 6.002817210 |
1493 | 2024-10-18T22:15:24.786Z | kflt 0.109778270 |
1494 | 2024-10-18T22:15:24.786Z | lock 25:44.047450398 |
1495 | 2024-10-18T22:15:24.786Z | slp 52:36.461684984 |
1496 | 2024-10-18T22:15:24.786Z | lat 44.365254364 |
1497 | 2024-10-18T22:15:24.786Z | stop 2:06.938200922 |
1498 | 2024-10-18T22:15:24.786Z | + banner clippy |
1499 | 2024-10-18T22:15:24.788Z | |
1500 | 2024-10-18T22:15:24.788Z | #### # # ##### ##### # # |
1501 | 2024-10-18T22:15:24.788Z | # # # # # # # # # # |
1502 | 2024-10-18T22:15:24.788Z | # # # # # # # # |
1503 | 2024-10-18T22:15:24.788Z | # # # ##### ##### # |
1504 | 2024-10-18T22:15:24.788Z | # # # # # # # |
1505 | 2024-10-18T22:15:24.788Z | #### ###### # # # # |
1506 | 2024-10-18T22:15:24.789Z | |
1507 | 2024-10-18T22:15:24.789Z | + export CARGO_INCREMENTAL=0 |
1508 | 2024-10-18T22:15:24.789Z | + CARGO_INCREMENTAL=0 |
1509 | 2024-10-18T22:15:24.789Z | + ptime -m cargo xtask clippy |
1510 | 2024-10-18T22:15:25.380Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1511 | 2024-10-18T22:15:29.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s |
1512 | 2024-10-18T22:15:29.213Z | Running `target/debug/xtask clippy` |
1513 | 2024-10-18T22:15:29.234Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1514 | 2024-10-18T22:15:29.986Z | Downloading crates ... |
1515 | 2024-10-18T22:15:30.284Z | Downloaded async-channel v2.3.1 |
1516 | 2024-10-18T22:15:30.291Z | Downloaded async-lock v3.4.0 |
1517 | 2024-10-18T22:15:30.294Z | Downloaded assert-json-diff v2.0.2 |
1518 | 2024-10-18T22:15:30.297Z | Downloaded async-attributes v1.1.2 |
1519 | 2024-10-18T22:15:30.297Z | Downloaded parking v2.2.1 |
1520 | 2024-10-18T22:15:30.299Z | Downloaded num_cpus v1.16.0 |
1521 | 2024-10-18T22:15:30.301Z | Downloaded async-global-executor v2.4.1 |
1522 | 2024-10-18T22:15:30.304Z | Downloaded event-listener v2.5.3 |
1523 | 2024-10-18T22:15:30.304Z | Downloaded guppy-workspace-hack v0.1.0 |
1524 | 2024-10-18T22:15:30.316Z | Downloaded anes v0.1.6 |
1525 | 2024-10-18T22:15:30.319Z | Downloaded escape8259 v0.5.3 |
1526 | 2024-10-18T22:15:30.321Z | Downloaded stringmetrics v2.2.2 |
1527 | 2024-10-18T22:15:30.339Z | Downloaded proc-macro-crate v3.2.0 |
1528 | 2024-10-18T22:15:30.342Z | Downloaded target-spec v3.2.2 |
1529 | 2024-10-18T22:15:30.346Z | Downloaded serde_regex v1.1.0 |
1530 | 2024-10-18T22:15:30.346Z | Downloaded relative-path v1.9.3 |
1531 | 2024-10-18T22:15:30.346Z | Downloaded path-tree v0.8.1 |
1532 | 2024-10-18T22:15:30.349Z | Downloaded event-listener-strategy v0.5.2 |
1533 | 2024-10-18T22:15:30.349Z | Downloaded async-process v2.3.0 |
1534 | 2024-10-18T22:15:30.349Z | Downloaded httptest v0.16.1 |
1535 | 2024-10-18T22:15:30.352Z | Downloaded tinytemplate v1.2.1 |
1536 | 2024-10-18T22:15:30.352Z | Downloaded datatest-stable v0.2.9 |
1537 | 2024-10-18T22:15:30.354Z | Downloaded blake2b_simd v1.0.2 |
1538 | 2024-10-18T22:15:30.356Z | Downloaded async-channel v1.9.0 |
1539 | 2024-10-18T22:15:30.359Z | Downloaded hyper-rustls v0.26.0 |
1540 | 2024-10-18T22:15:30.361Z | Downloaded piper v0.2.4 |
1541 | 2024-10-18T22:15:30.361Z | Downloaded futures-lite v2.3.0 |
1542 | 2024-10-18T22:15:30.363Z | Downloaded doc-comment v0.3.3 |
1543 | 2024-10-18T22:15:30.363Z | Downloaded async-executor v1.13.1 |
1544 | 2024-10-18T22:15:30.365Z | Downloaded assert_cmd v2.0.16 |
1545 | 2024-10-18T22:15:30.369Z | Downloaded yansi v1.0.1 |
1546 | 2024-10-18T22:15:30.371Z | Downloaded pathdiff v0.2.2 |
1547 | 2024-10-18T22:15:30.371Z | Downloaded rust-argon2 v2.1.0 |
1548 | 2024-10-18T22:15:30.373Z | Downloaded approx v0.5.1 |
1549 | 2024-10-18T22:15:30.376Z | Downloaded kv-log-macro v1.0.7 |
1550 | 2024-10-18T22:15:30.376Z | Downloaded nested v0.1.1 |
1551 | 2024-10-18T22:15:30.376Z | Downloaded async-object-pool v0.1.5 |
1552 | 2024-10-18T22:15:30.379Z | Downloaded cfg-expr v0.17.0 |
1553 | 2024-10-18T22:15:30.383Z | Downloaded criterion-plot v0.5.0 |
1554 | 2024-10-18T22:15:30.385Z | Downloaded polling v3.7.3 |
1555 | 2024-10-18T22:15:30.388Z | Downloaded plotters-svg v0.3.7 |
1556 | 2024-10-18T22:15:30.388Z | Downloaded oorandom v11.1.4 |
1557 | 2024-10-18T22:15:30.388Z | Downloaded indoc v2.0.5 |
1558 | 2024-10-18T22:15:30.391Z | Downloaded futures-timer v3.0.3 |
1559 | 2024-10-18T22:15:30.393Z | Downloaded threadpool v1.8.1 |
1560 | 2024-10-18T22:15:30.393Z | Downloaded similar-asserts v1.6.0 |
1561 | 2024-10-18T22:15:30.396Z | Downloaded plotters-backend v0.3.7 |
1562 | 2024-10-18T22:15:30.398Z | Downloaded concurrent-queue v2.5.0 |
1563 | 2024-10-18T22:15:30.398Z | Downloaded cast v0.3.0 |
1564 | 2024-10-18T22:15:30.401Z | Downloaded async-signal v0.2.10 |
1565 | 2024-10-18T22:15:30.401Z | Downloaded blocking v1.6.1 |
1566 | 2024-10-18T22:15:30.403Z | Downloaded async-io v2.3.4 |
1567 | 2024-10-18T22:15:30.407Z | Downloaded rustls-native-certs v0.7.3 |
1568 | 2024-10-18T22:15:30.410Z | Downloaded async-task v4.7.1 |
1569 | 2024-10-18T22:15:30.412Z | Downloaded partial-io v0.5.4 |
1570 | 2024-10-18T22:15:30.416Z | Downloaded libtest-mimic v0.7.3 |
1571 | 2024-10-18T22:15:30.422Z | Downloaded target-lexicon v0.12.16 |
1572 | 2024-10-18T22:15:30.425Z | Downloaded trybuild v1.0.100 |
1573 | 2024-10-18T22:15:30.428Z | Downloaded rstest v0.23.0 |
1574 | 2024-10-18T22:15:30.434Z | Downloaded event-listener v5.3.1 |
1575 | 2024-10-18T22:15:30.436Z | Downloaded rand_distr v0.4.3 |
1576 | 2024-10-18T22:15:30.439Z | Downloaded rstest_macros v0.23.0 |
1577 | 2024-10-18T22:15:30.441Z | Downloaded pretty_assertions v1.4.1 |
1578 | 2024-10-18T22:15:30.444Z | Downloaded guppy v0.17.8 |
1579 | 2024-10-18T22:15:30.449Z | Downloaded fancy-regex v0.13.0 |
1580 | 2024-10-18T22:15:30.452Z | Downloaded criterion v0.5.1 |
1581 | 2024-10-18T22:15:30.459Z | Downloaded plotters v0.3.7 |
1582 | 2024-10-18T22:15:30.467Z | Downloaded async-std v1.13.0 |
1583 | 2024-10-18T22:15:30.536Z | Downloaded httpmock v0.8.0-alpha.1 |
1584 | 2024-10-18T22:15:31.288Z | Checking cfg-if v1.0.0 |
1585 | 2024-10-18T22:15:31.371Z | Checking libc v0.2.159 |
1586 | 2024-10-18T22:15:31.371Z | Checking serde v1.0.210 |
1587 | 2024-10-18T22:15:31.371Z | Checking memchr v2.7.4 |
1588 | 2024-10-18T22:15:31.371Z | Checking value-bag v1.9.0 |
1589 | 2024-10-18T22:15:31.371Z | Checking scopeguard v1.2.0 |
1590 | 2024-10-18T22:15:31.461Z | Checking itoa v1.0.11 |
1591 | 2024-10-18T22:15:31.466Z | Checking zeroize v1.8.1 |
1592 | 2024-10-18T22:15:31.510Z | Checking smallvec v1.13.2 |
1593 | 2024-10-18T22:15:31.558Z | Checking lock_api v0.4.12 |
1594 | 2024-10-18T22:15:31.714Z | Checking pin-project-lite v0.2.14 |
1595 | 2024-10-18T22:15:31.754Z | Checking byteorder v1.5.0 |
1596 | 2024-10-18T22:15:31.863Z | Checking once_cell v1.20.2 |
1597 | 2024-10-18T22:15:31.865Z | Checking log v0.4.22 |
1598 | 2024-10-18T22:15:31.910Z | Checking subtle v2.6.1 |
1599 | 2024-10-18T22:15:32.004Z | Checking typenum v1.17.0 |
1600 | 2024-10-18T22:15:32.181Z | Checking futures-core v0.3.31 |
1601 | 2024-10-18T22:15:32.209Z | Checking libm v0.2.8 |
1602 | 2024-10-18T22:15:32.236Z | Checking ryu v1.0.18 |
1603 | 2024-10-18T22:15:32.287Z | Checking zerocopy v0.7.35 |
1604 | 2024-10-18T22:15:32.363Z | Checking thiserror v1.0.64 |
1605 | 2024-10-18T22:15:32.395Z | Checking spin v0.9.8 |
1606 | 2024-10-18T22:15:32.476Z | Checking futures-io v0.3.31 |
1607 | 2024-10-18T22:15:32.511Z | Checking const-oid v0.9.6 |
1608 | 2024-10-18T22:15:32.535Z | Checking getrandom v0.2.15 |
1609 | 2024-10-18T22:15:32.663Z | Checking parking_lot_core v0.9.10 |
1610 | 2024-10-18T22:15:32.763Z | Checking signal-hook-registry v1.4.2 |
1611 | 2024-10-18T22:15:32.786Z | Checking rand_core v0.6.4 |
1612 | 2024-10-18T22:15:33.017Z | Checking parking_lot v0.12.3 |
1613 | 2024-10-18T22:15:33.042Z | Checking mio v1.0.2 |
1614 | 2024-10-18T22:15:33.094Z | Checking socket2 v0.5.7 |
1615 | 2024-10-18T22:15:33.188Z | Checking num-traits v0.2.19 |
1616 | 2024-10-18T22:15:33.405Z | Checking generic-array v0.14.7 |
1617 | 2024-10-18T22:15:33.408Z | Checking slab v0.4.9 |
1618 | 2024-10-18T22:15:33.594Z | Checking allocator-api2 v0.2.18 |
1619 | 2024-10-18T22:15:33.636Z | Checking futures-sink v0.3.31 |
1620 | 2024-10-18T22:15:33.697Z | Checking cpufeatures v0.2.14 |
1621 | 2024-10-18T22:15:33.727Z | Checking pin-utils v0.1.0 |
1622 | 2024-10-18T22:15:33.794Z | Checking foldhash v0.1.3 |
1623 | 2024-10-18T22:15:33.821Z | Checking equivalent v1.0.1 |
1624 | 2024-10-18T22:15:33.847Z | Checking futures-channel v0.3.31 |
1625 | 2024-10-18T22:15:33.945Z | Checking futures-task v0.3.31 |
1626 | 2024-10-18T22:15:34.034Z | Checking fnv v1.0.7 |
1627 | 2024-10-18T22:15:34.180Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1628 | 2024-10-18T22:15:34.211Z | Checking tracing-core v0.1.32 |
1629 | 2024-10-18T22:15:34.232Z | Checking hashbrown v0.15.0 |
1630 | 2024-10-18T22:15:34.233Z | Checking futures-util v0.3.31 |
1631 | 2024-10-18T22:15:34.299Z | Checking iana-time-zone v0.1.61 |
1632 | 2024-10-18T22:15:34.449Z | Checking errno v0.3.9 |
1633 | 2024-10-18T22:15:34.522Z | Checking ppv-lite86 v0.2.20 |
1634 | 2024-10-18T22:15:34.557Z | Checking crypto-common v0.1.6 |
1635 | 2024-10-18T22:15:34.637Z | Checking block-buffer v0.10.4 |
1636 | 2024-10-18T22:15:34.748Z | Checking tinyvec_macros v0.1.1 |
1637 | 2024-10-18T22:15:34.853Z | Checking tinyvec v1.8.0 |
1638 | 2024-10-18T22:15:34.855Z | Checking tracing v0.1.40 |
1639 | 2024-10-18T22:15:34.855Z | Checking unicode-bidi v0.3.17 |
1640 | 2024-10-18T22:15:34.912Z | Checking digest v0.10.7 |
1641 | 2024-10-18T22:15:35.213Z | Checking block-padding v0.3.3 |
1642 | 2024-10-18T22:15:35.273Z | Checking rand_chacha v0.3.1 |
1643 | 2024-10-18T22:15:35.301Z | Checking percent-encoding v2.3.1 |
1644 | 2024-10-18T22:15:35.417Z | Checking dyn-clone v1.0.17 |
1645 | 2024-10-18T22:15:35.444Z | Checking inout v0.1.3 |
1646 | 2024-10-18T22:15:35.514Z | Checking crossbeam-utils v0.8.20 |
1647 | 2024-10-18T22:15:35.542Z | Checking form_urlencoded v1.2.1 |
1648 | 2024-10-18T22:15:35.566Z | Checking regex-syntax v0.8.5 |
1649 | 2024-10-18T22:15:35.661Z | Checking rand v0.8.5 |
1650 | 2024-10-18T22:15:35.687Z | Checking cipher v0.4.4 |
1651 | 2024-10-18T22:15:35.743Z | Checking base64ct v1.6.0 |
1652 | 2024-10-18T22:15:36.119Z | Checking hmac v0.12.1 |
1653 | 2024-10-18T22:15:36.185Z | Checking unicode-normalization v0.1.24 |
1654 | 2024-10-18T22:15:36.208Z | Checking httparse v1.9.5 |
1655 | 2024-10-18T22:15:36.236Z | Checking sha2 v0.10.8 |
1656 | 2024-10-18T22:15:36.318Z | Checking aho-corasick v1.1.3 |
1657 | 2024-10-18T22:15:36.521Z | Checking bytes v1.7.2 |
1658 | 2024-10-18T22:15:36.701Z | Checking bitflags v2.6.0 |
1659 | 2024-10-18T22:15:36.864Z | Checking serde_json v1.0.128 |
1660 | 2024-10-18T22:15:36.974Z | Checking indexmap v2.6.0 |
1661 | 2024-10-18T22:15:37.020Z | Checking chrono v0.4.38 |
1662 | 2024-10-18T22:15:37.157Z | Checking rustix v0.38.37 |
1663 | 2024-10-18T22:15:37.316Z | Checking tokio v1.40.0 |
1664 | 2024-10-18T22:15:37.993Z | Checking uuid v1.10.0 |
1665 | 2024-10-18T22:15:38.286Z | Checking http v1.1.0 |
1666 | 2024-10-18T22:15:38.591Z | Checking untrusted v0.9.0 |
1667 | 2024-10-18T22:15:38.627Z | Checking atomic-waker v1.1.2 |
1668 | 2024-10-18T22:15:38.754Z | Checking ring v0.17.8 |
1669 | 2024-10-18T22:15:38.781Z | Checking lazy_static v1.5.0 |
1670 | 2024-10-18T22:15:38.851Z | Checking regex-automata v0.4.8 |
1671 | 2024-10-18T22:15:38.915Z | Checking unicode-ident v1.0.13 |
1672 | 2024-10-18T22:15:39.106Z | Checking idna v0.5.0 |
1673 | 2024-10-18T22:15:39.211Z | Checking schemars v0.8.21 |
1674 | 2024-10-18T22:15:39.353Z | Checking adler2 v2.0.0 |
1675 | 2024-10-18T22:15:39.513Z | Checking miniz_oxide v0.8.0 |
1676 | 2024-10-18T22:15:39.680Z | Checking pem-rfc7468 v0.7.0 |
1677 | 2024-10-18T22:15:39.947Z | Checking powerfmt v0.2.0 |
1678 | 2024-10-18T22:15:39.974Z | Checking url v2.5.2 |
1679 | 2024-10-18T22:15:40.247Z | Checking httpdate v1.0.3 |
1680 | 2024-10-18T22:15:40.307Z | Checking try-lock v0.2.5 |
1681 | 2024-10-18T22:15:40.461Z | Checking want v0.3.1 |
1682 | 2024-10-18T22:15:40.505Z | Checking deranged v0.3.11 |
1683 | 2024-10-18T22:15:40.653Z | Checking proc-macro2 v1.0.87 |
1684 | 2024-10-18T22:15:40.656Z | Checking rustls-pki-types v1.9.0 |
1685 | 2024-10-18T22:15:40.806Z | Checking num-conv v0.1.0 |
1686 | 2024-10-18T22:15:40.832Z | Checking time-core v0.1.2 |
1687 | 2024-10-18T22:15:40.860Z | Checking num_threads v0.1.7 |
1688 | 2024-10-18T22:15:40.994Z | Checking flagset v0.4.6 |
1689 | 2024-10-18T22:15:41.021Z | Checking base64 v0.22.1 |
1690 | 2024-10-18T22:15:41.081Z | Checking http-body v1.0.1 |
1691 | 2024-10-18T22:15:41.200Z | Checking pbkdf2 v0.12.2 |
1692 | 2024-10-18T22:15:41.226Z | Checking der v0.7.9 |
1693 | 2024-10-18T22:15:41.305Z | Checking aes v0.8.4 |
1694 | 2024-10-18T22:15:41.364Z | Checking quote v1.0.37 |
1695 | 2024-10-18T22:15:41.389Z | Checking tower-service v0.3.3 |
1696 | 2024-10-18T22:15:41.516Z | Checking salsa20 v0.10.2 |
1697 | 2024-10-18T22:15:41.541Z | Checking cbc v0.1.2 |
1698 | 2024-10-18T22:15:41.701Z | Checking syn v2.0.79 |
1699 | 2024-10-18T22:15:41.745Z | Checking ahash v0.8.11 |
1700 | 2024-10-18T22:15:41.747Z | Checking scrypt v0.11.0 |
1701 | 2024-10-18T22:15:42.013Z | Checking rustls-webpki v0.102.8 |
1702 | 2024-10-18T22:15:42.251Z | Checking slog v2.7.0 |
1703 | 2024-10-18T22:15:42.287Z | Checking mime v0.3.17 |
1704 | 2024-10-18T22:15:42.326Z | Checking time v0.3.36 |
1705 | 2024-10-18T22:15:42.642Z | Checking gimli v0.31.1 |
1706 | 2024-10-18T22:15:42.748Z | Checking object v0.36.5 |
1707 | 2024-10-18T22:15:42.813Z | Checking utf8parse v0.2.2 |
1708 | 2024-10-18T22:15:42.967Z | Checking ipnet v2.10.1 |
1709 | 2024-10-18T22:15:43.038Z | Checking spki v0.7.3 |
1710 | 2024-10-18T22:15:43.338Z | Checking pkcs5 v0.7.1 |
1711 | 2024-10-18T22:15:43.472Z | Checking rustc-demangle v0.1.24 |
1712 | 2024-10-18T22:15:43.513Z | Checking regex v1.11.0 |
1713 | 2024-10-18T22:15:43.849Z | Checking pkcs8 v0.10.2 |
1714 | 2024-10-18T22:15:43.922Z | Checking unicode-width v0.1.14 |
1715 | 2024-10-18T22:15:44.159Z | Checking futures-executor v0.3.31 |
1716 | 2024-10-18T22:15:44.192Z | Checking serde_spanned v0.6.8 |
1717 | 2024-10-18T22:15:44.381Z | Checking toml_datetime v0.6.8 |
1718 | 2024-10-18T22:15:44.411Z | Checking anstyle v1.0.8 |
1719 | 2024-10-18T22:15:44.446Z | Checking futures v0.3.31 |
1720 | 2024-10-18T22:15:44.470Z | Checking tokio-util v0.7.12 |
1721 | 2024-10-18T22:15:44.578Z | Checking http-body-util v0.1.2 |
1722 | 2024-10-18T22:15:44.676Z | Checking serde_urlencoded v0.7.1 |
1723 | 2024-10-18T22:15:44.794Z | Checking encoding_rs v0.8.34 |
1724 | 2024-10-18T22:15:44.939Z | Checking foreign-types-shared v0.1.1 |
1725 | 2024-10-18T22:15:45.051Z | Checking data-encoding v2.6.0 |
1726 | 2024-10-18T22:15:45.075Z | Checking openssl-probe v0.1.5 |
1727 | 2024-10-18T22:15:45.128Z | Checking foreign-types v0.3.2 |
1728 | 2024-10-18T22:15:45.236Z | Checking rustls-pemfile v2.2.0 |
1729 | 2024-10-18T22:15:45.262Z | Checking semver v1.0.23 |
1730 | 2024-10-18T22:15:45.383Z | Checking h2 v0.4.6 |
1731 | 2024-10-18T22:15:45.471Z | Checking openssl-sys v0.9.103 |
1732 | 2024-10-18T22:15:45.681Z | Checking anstyle-parse v0.2.5 |
1733 | 2024-10-18T22:15:45.744Z | Checking anstyle-query v1.1.1 |
1734 | 2024-10-18T22:15:45.882Z | Checking is_terminal_polyfill v1.70.1 |
1735 | 2024-10-18T22:15:45.974Z | Checking colorchoice v1.0.2 |
1736 | 2024-10-18T22:15:46.021Z | Checking rustls v0.23.14 |
1737 | 2024-10-18T22:15:46.126Z | Checking anstream v0.6.15 |
1738 | 2024-10-18T22:15:46.540Z | Checking terminal_size v0.4.0 |
1739 | 2024-10-18T22:15:46.664Z | Checking addr2line v0.24.2 |
1740 | 2024-10-18T22:15:46.713Z | Checking camino v1.1.9 |
1741 | 2024-10-18T22:15:46.830Z | Checking openssl v0.10.66 |
1742 | 2024-10-18T22:15:47.152Z | Checking sha1 v0.10.6 |
1743 | 2024-10-18T22:15:47.202Z | Checking signature v2.2.0 |
1744 | 2024-10-18T22:15:47.297Z | Checking winnow v0.6.20 |
1745 | 2024-10-18T22:15:47.419Z | Checking clap_lex v0.7.2 |
1746 | 2024-10-18T22:15:47.446Z | Checking strsim v0.11.1 |
1747 | 2024-10-18T22:15:47.677Z | Checking either v1.13.0 |
1748 | 2024-10-18T22:15:47.761Z | Checking clap_builder v4.5.20 |
1749 | 2024-10-18T22:15:48.081Z | Checking openapiv3 v2.0.0 |
1750 | 2024-10-18T22:15:48.182Z | Checking idna v0.3.0 |
1751 | 2024-10-18T22:15:49.107Z | Checking psl-types v2.0.11 |
1752 | 2024-10-18T22:15:49.210Z | Checking backtrace v0.3.74 |
1753 | 2024-10-18T22:15:49.309Z | Checking publicsuffix v2.2.3 |
1754 | 2024-10-18T22:15:49.571Z | Checking cookie v0.18.1 |
1755 | 2024-10-18T22:15:49.819Z | Checking anyhow v1.0.89 |
1756 | 2024-10-18T22:15:50.043Z | Checking webpki-roots v0.26.6 |
1757 | 2024-10-18T22:15:50.184Z | Checking is-terminal v0.4.13 |
1758 | 2024-10-18T22:15:50.218Z | Checking scroll v0.12.0 |
1759 | 2024-10-18T22:15:50.256Z | Checking ucd-trie v0.1.7 |
1760 | 2024-10-18T22:15:50.319Z | Checking base16ct v0.2.0 |
1761 | 2024-10-18T22:15:50.463Z | Checking plain v0.2.3 |
1762 | 2024-10-18T22:15:50.521Z | Checking sec1 v0.7.3 |
1763 | 2024-10-18T22:15:50.618Z | Checking pest v2.7.14 |
1764 | 2024-10-18T22:15:50.724Z | Checking goblin v0.8.2 |
1765 | 2024-10-18T22:15:50.821Z | Checking clap v4.5.20 |
1766 | 2024-10-18T22:15:50.937Z | Checking cookie_store v0.21.0 |
1767 | 2024-10-18T22:15:51.016Z | Checking num-integer v0.1.46 |
1768 | 2024-10-18T22:15:51.128Z | Checking tokio-rustls v0.26.0 |
1769 | 2024-10-18T22:15:51.463Z | Checking ff v0.13.0 |
1770 | 2024-10-18T22:15:51.525Z | Checking sync_wrapper v1.0.1 |
1771 | 2024-10-18T22:15:51.552Z | Checking pretty-hex v0.4.1 |
1772 | 2024-10-18T22:15:51.579Z | Checking hkdf v0.12.4 |
1773 | 2024-10-18T22:15:51.672Z | Checking group v0.13.0 |
1774 | 2024-10-18T22:15:51.675Z | Checking crypto-bigint v0.5.5 |
1775 | 2024-10-18T22:15:51.719Z | Checking hyper v1.4.1 |
1776 | 2024-10-18T22:15:51.721Z | Checking thread-id v4.2.2 |
1777 | 2024-10-18T22:15:51.789Z | Checking bitflags v1.3.2 |
1778 | 2024-10-18T22:15:51.852Z | Checking static_assertions v1.1.0 |
1779 | 2024-10-18T22:15:51.905Z | Checking toml_edit v0.22.22 |
1780 | 2024-10-18T22:15:51.932Z | Checking dirs-sys-next v0.1.2 |
1781 | 2024-10-18T22:15:51.961Z | Checking memmap v0.7.0 |
1782 | 2024-10-18T22:15:52.118Z | Checking unicode-segmentation v1.12.0 |
1783 | 2024-10-18T22:15:52.182Z | Checking stable_deref_trait v1.2.0 |
1784 | 2024-10-18T22:15:52.294Z | Checking dirs-next v2.0.0 |
1785 | 2024-10-18T22:15:52.401Z | Checking native-tls v0.2.12 |
1786 | 2024-10-18T22:15:52.443Z | Checking num-iter v0.1.45 |
1787 | 2024-10-18T22:15:52.637Z | Checking crossbeam-epoch v0.9.18 |
1788 | 2024-10-18T22:15:52.756Z | Checking tokio-native-tls v0.3.1 |
1789 | 2024-10-18T22:15:52.852Z | Checking crossbeam-channel v0.5.13 |
1790 | 2024-10-18T22:15:53.020Z | Checking thread_local v1.1.8 |
1791 | 2024-10-18T22:15:53.101Z | Checking crc32fast v1.4.2 |
1792 | 2024-10-18T22:15:53.143Z | Checking dtrace-parser v0.2.0 |
1793 | 2024-10-18T22:15:53.313Z | Checking utf-8 v0.7.6 |
1794 | 2024-10-18T22:15:53.353Z | Checking term v0.7.0 |
1795 | 2024-10-18T22:15:53.543Z | Checking bstr v1.10.0 |
1796 | 2024-10-18T22:15:53.634Z | Checking hex v0.4.3 |
1797 | 2024-10-18T22:15:53.684Z | Checking rfc6979 v0.4.0 |
1798 | 2024-10-18T22:15:53.796Z | Checking match_cfg v0.1.0 |
1799 | 2024-10-18T22:15:53.799Z | Checking hyper-util v0.1.9 |
1800 | 2024-10-18T22:15:53.886Z | Checking winnow v0.5.40 |
1801 | 2024-10-18T22:15:53.914Z | Checking managed v0.8.0 |
1802 | 2024-10-18T22:15:54.172Z | Checking take_mut v0.2.2 |
1803 | 2024-10-18T22:15:54.337Z | Checking slog-async v2.8.0 |
1804 | 2024-10-18T22:15:54.340Z | Checking hostname v0.3.1 |
1805 | 2024-10-18T22:15:54.470Z | Checking slog-term v2.9.1 |
1806 | 2024-10-18T22:15:54.498Z | Checking crossbeam-deque v0.8.5 |
1807 | 2024-10-18T22:15:54.571Z | Checking toml v0.8.19 |
1808 | 2024-10-18T22:15:54.600Z | Checking elliptic-curve v0.13.8 |
1809 | 2024-10-18T22:15:54.645Z | Checking num-bigint-dig v0.8.4 |
1810 | 2024-10-18T22:15:54.822Z | Checking pkcs1 v0.7.5 |
1811 | 2024-10-18T22:15:54.996Z | Checking curve25519-dalek v4.1.3 |
1812 | 2024-10-18T22:15:55.271Z | Checking zerocopy v0.6.6 |
1813 | 2024-10-18T22:15:55.307Z | Checking ecdsa v0.16.9 |
1814 | 2024-10-18T22:15:55.353Z | Checking siphasher v0.3.11 |
1815 | 2024-10-18T22:15:55.695Z | Checking rayon-core v1.12.1 |
1816 | 2024-10-18T22:15:55.964Z | Checking dof v0.3.0 |
1817 | 2024-10-18T22:15:56.004Z | Checking hyper-rustls v0.27.3 |
1818 | 2024-10-18T22:15:56.050Z | Checking hyper-tls v0.6.0 |
1819 | 2024-10-18T22:15:56.053Z | Checking flate2 v1.0.34 |
1820 | 2024-10-18T22:15:56.384Z | Checking ed25519 v2.2.3 |
1821 | 2024-10-18T22:15:56.429Z | Checking reqwest v0.12.8 |
1822 | 2024-10-18T22:15:56.431Z | Checking rustls v0.22.4 |
1823 | 2024-10-18T22:15:56.607Z | Checking usdt-impl v0.5.0 |
1824 | 2024-10-18T22:15:56.729Z | Checking signal-hook v0.3.17 |
1825 | 2024-10-18T22:15:56.773Z | Checking quick-error v1.2.3 |
1826 | 2024-10-18T22:15:56.870Z | Checking rsa v0.9.6 |
1827 | 2024-10-18T22:15:56.923Z | Checking itertools v0.10.5 |
1828 | 2024-10-18T22:15:56.953Z | Checking ed25519-dalek v2.1.1 |
1829 | 2024-10-18T22:15:57.066Z | Checking slog-json v2.6.1 |
1830 | 2024-10-18T22:15:57.089Z | Checking toml_edit v0.19.15 |
1831 | 2024-10-18T22:15:57.174Z | Checking usdt v0.5.0 |
1832 | 2024-10-18T22:15:57.341Z | Checking x509-cert v0.2.5 |
1833 | 2024-10-18T22:15:57.367Z | Checking idna v0.4.0 |
1834 | 2024-10-18T22:15:57.460Z | Checking hubpack v0.1.2 |
1835 | 2024-10-18T22:15:57.783Z | Checking bit-vec v0.6.3 |
1836 | 2024-10-18T22:15:57.936Z | Checking debug-ignore v1.0.5 |
1837 | 2024-10-18T22:15:58.097Z | Checking slog-bunyan v2.5.0 |
1838 | 2024-10-18T22:15:58.146Z | Checking bit-set v0.5.3 |
1839 | 2024-10-18T22:15:58.283Z | Checking hickory-proto v0.24.1 |
1840 | 2024-10-18T22:15:58.289Z | Checking signal-hook-mio v0.2.4 |
1841 | 2024-10-18T22:15:58.335Z | Checking multer v3.1.0 |
1842 | 2024-10-18T22:15:58.405Z | Checking console v0.15.8 |
1843 | 2024-10-18T22:15:58.466Z | Checking waitgroup v0.1.2 |
1844 | 2024-10-18T22:15:58.630Z | Checking serde_path_to_error v0.1.16 |
1845 | 2024-10-18T22:15:58.780Z | Checking async-stream v0.3.6 |
1846 | 2024-10-18T22:15:58.986Z | Checking hostname v0.4.0 |
1847 | 2024-10-18T22:15:58.989Z | Checking hash32 v0.2.1 |
1848 | 2024-10-18T22:15:59.034Z | Checking predicates-core v1.0.8 |
1849 | 2024-10-18T22:15:59.134Z | Checking unicode-properties v0.1.3 |
1850 | 2024-10-18T22:15:59.230Z | Checking linked-hash-map v0.5.6 |
1851 | 2024-10-18T22:15:59.259Z | Checking crossterm v0.28.1 |
1852 | 2024-10-18T22:15:59.262Z | Checking rayon v1.10.0 |
1853 | 2024-10-18T22:15:59.321Z | Checking heapless v0.7.17 |
1854 | 2024-10-18T22:15:59.516Z | Checking stringprep v0.1.5 |
1855 | 2024-10-18T22:15:59.579Z | Checking lru-cache v0.1.2 |
1856 | 2024-10-18T22:15:59.669Z | Checking toml v0.7.8 |
1857 | 2024-10-18T22:15:59.790Z | Checking phf_shared v0.11.2 |
1858 | 2024-10-18T22:15:59.830Z | Checking similar v2.6.0 |
1859 | 2024-10-18T22:16:00.094Z | Checking tokio-stream v0.1.16 |
1860 | 2024-10-18T22:16:00.126Z | Checking tokio-rustls v0.25.0 |
1861 | 2024-10-18T22:16:00.400Z | Checking md-5 v0.10.6 |
1862 | 2024-10-18T22:16:00.430Z | Checking float-cmp v0.9.0 |
1863 | 2024-10-18T22:16:00.521Z | Checking dropshot v0.12.0 |
1864 | 2024-10-18T22:16:00.636Z | Checking fixedbitset v0.4.2 |
1865 | 2024-10-18T22:16:00.638Z | Checking fallible-iterator v0.2.0 |
1866 | 2024-10-18T22:16:00.707Z | Checking normalize-line-endings v0.3.0 |
1867 | 2024-10-18T22:16:00.844Z | Checking difflib v0.4.0 |
1868 | 2024-10-18T22:16:00.917Z | Checking petgraph v0.6.5 |
1869 | 2024-10-18T22:16:01.044Z | Checking smoltcp v0.9.1 |
1870 | 2024-10-18T22:16:01.188Z | Checking phf v0.11.2 |
1871 | 2024-10-18T22:16:01.216Z | Checking predicates v3.1.2 |
1872 | 2024-10-18T22:16:01.302Z | Checking postgres-protocol v0.6.7 |
1873 | 2024-10-18T22:16:01.487Z | Checking resolv-conf v0.7.0 |
1874 | 2024-10-18T22:16:01.879Z | Checking phf_shared v0.10.0 |
1875 | 2024-10-18T22:16:01.959Z | Checking tungstenite v0.23.0 |
1876 | 2024-10-18T22:16:02.043Z | Checking fs-err v2.11.0 |
1877 | 2024-10-18T22:16:02.166Z | Checking serde-big-array v0.5.1 |
1878 | 2024-10-18T22:16:02.413Z | Checking portable-atomic v1.9.0 |
1879 | 2024-10-18T22:16:02.616Z | Checking new_debug_unreachable v1.0.6 |
1880 | 2024-10-18T22:16:02.638Z | Checking precomputed-hash v0.1.1 |
1881 | 2024-10-18T22:16:02.714Z | Checking lalrpop-util v0.19.12 |
1882 | 2024-10-18T22:16:02.763Z | Checking minimal-lexical v0.2.1 |
1883 | 2024-10-18T22:16:02.917Z | Checking number_prefix v0.4.0 |
1884 | 2024-10-18T22:16:03.003Z | Checking tokio-tungstenite v0.23.1 |
1885 | 2024-10-18T22:16:03.125Z | Checking string_cache v0.8.7 |
1886 | 2024-10-18T22:16:03.183Z | Checking nom v7.1.3 |
1887 | 2024-10-18T22:16:03.212Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1888 | 2024-10-18T22:16:03.321Z | Checking hickory-resolver v0.24.1 |
1889 | 2024-10-18T22:16:03.410Z | Checking postgres-types v0.2.8 |
1890 | 2024-10-18T22:16:03.495Z | Checking itertools v0.12.1 |
1891 | 2024-10-18T22:16:03.536Z | Checking indicatif v0.17.8 |
1892 | 2024-10-18T22:16:04.137Z | Checking whoami v1.5.2 |
1893 | 2024-10-18T22:16:04.340Z | Checking peg-runtime v0.8.3 |
1894 | 2024-10-18T22:16:04.389Z | Compiling hashbrown v0.14.5 |
1895 | 2024-10-18T22:16:04.472Z | Checking tokio-postgres v0.7.12 |
1896 | 2024-10-18T22:16:04.499Z | Compiling ident_case v1.0.1 |
1897 | 2024-10-18T22:16:04.559Z | Compiling unsafe-libyaml v0.2.11 |
1898 | 2024-10-18T22:16:04.698Z | Compiling darling_core v0.20.10 |
1899 | 2024-10-18T22:16:04.954Z | Checking qorb v0.0.2 |
1900 | 2024-10-18T22:16:05.758Z | Compiling regress v0.10.1 |
1901 | 2024-10-18T22:16:06.128Z | Compiling serde_yaml v0.9.34+deprecated |
1902 | 2024-10-18T22:16:06.636Z | Checking heck v0.5.0 |
1903 | 2024-10-18T22:16:06.856Z | Checking progenitor-client v0.8.0 |
1904 | 2024-10-18T22:16:07.210Z | Checking fastrand v2.1.1 |
1905 | 2024-10-18T22:16:07.282Z | Compiling newtype-uuid v1.1.2 |
1906 | 2024-10-18T22:16:07.547Z | Checking ipnetwork v0.20.0 |
1907 | 2024-10-18T22:16:07.628Z | Compiling structmeta-derive v0.3.0 |
1908 | 2024-10-18T22:16:07.714Z | Checking strum v0.26.3 |
1909 | 2024-10-18T22:16:07.877Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1910 | 2024-10-18T22:16:08.197Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1911 | 2024-10-18T22:16:08.576Z | Checking tempfile v3.13.0 |
1912 | 2024-10-18T22:16:08.696Z | Checking instant v0.1.13 |
1913 | 2024-10-18T22:16:08.829Z | Checking regress v0.9.1 |
1914 | 2024-10-18T22:16:08.892Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1915 | 2024-10-18T22:16:08.965Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1916 | 2024-10-18T22:16:09.262Z | Checking macaddr v1.0.1 |
1917 | 2024-10-18T22:16:09.775Z | Compiling typify-impl v0.2.0 |
1918 | 2024-10-18T22:16:09.783Z | Checking backoff v0.4.0 |
1919 | 2024-10-18T22:16:10.038Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1920 | 2024-10-18T22:16:10.204Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1921 | 2024-10-18T22:16:10.375Z | Checking wait-timeout v0.2.0 |
1922 | 2024-10-18T22:16:10.401Z | Checking rand_xorshift v0.3.0 |
1923 | 2024-10-18T22:16:10.586Z | Checking rusty-fork v0.3.0 |
1924 | 2024-10-18T22:16:10.614Z | Compiling structmeta-derive v0.2.0 |
1925 | 2024-10-18T22:16:10.709Z | Compiling structmeta v0.3.0 |
1926 | 2024-10-18T22:16:10.834Z | Checking unarray v0.1.4 |
1927 | 2024-10-18T22:16:10.881Z | Checking camino-tempfile v1.1.1 |
1928 | 2024-10-18T22:16:10.988Z | Checking proptest v1.5.0 |
1929 | 2024-10-18T22:16:11.140Z | Compiling parse-display-derive v0.10.0 |
1930 | 2024-10-18T22:16:11.168Z | Compiling proc-macro-error v1.0.4 |
1931 | 2024-10-18T22:16:11.915Z | Compiling proc-macro-crate v1.3.1 |
1932 | 2024-10-18T22:16:12.055Z | Compiling darling_macro v0.20.10 |
1933 | 2024-10-18T22:16:12.431Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1934 | 2024-10-18T22:16:12.854Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1935 | 2024-10-18T22:16:13.030Z | Compiling num_enum_derive v0.5.11 |
1936 | 2024-10-18T22:16:13.055Z | Compiling darling v0.20.10 |
1937 | 2024-10-18T22:16:13.197Z | Compiling serde_with_macros v3.11.0 |
1938 | 2024-10-18T22:16:13.230Z | Compiling foreign-types-macros v0.2.3 |
1939 | 2024-10-18T22:16:13.613Z | Checking foreign-types-shared v0.3.1 |
1940 | 2024-10-18T22:16:13.714Z | Compiling structmeta v0.2.0 |
1941 | 2024-10-18T22:16:14.102Z | Checking tabwriter v1.4.0 |
1942 | 2024-10-18T22:16:14.180Z | Compiling test-strategy v0.3.1 |
1943 | 2024-10-18T22:16:14.359Z | Checking cstr-argument v0.1.2 |
1944 | 2024-10-18T22:16:14.549Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1945 | 2024-10-18T22:16:14.596Z | Checking foreign-types v0.5.0 |
1946 | 2024-10-18T22:16:14.719Z | Checking pretty-hex v0.2.1 |
1947 | 2024-10-18T22:16:14.899Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1948 | 2024-10-18T22:16:15.225Z | Checking colored v2.1.0 |
1949 | 2024-10-18T22:16:15.470Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1950 | 2024-10-18T22:16:15.536Z | Checking smf v0.2.3 |
1951 | 2024-10-18T22:16:15.627Z | Checking base64 v0.21.7 |
1952 | 2024-10-18T22:16:15.677Z | Checking num_enum v0.5.11 |
1953 | 2024-10-18T22:16:15.771Z | Compiling crucible-workspace-hack v0.1.0 |
1954 | 2024-10-18T22:16:15.846Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1955 | 2024-10-18T22:16:15.981Z | Checking parse-display v0.10.0 |
1956 | 2024-10-18T22:16:16.006Z | Compiling heapless v0.8.0 |
1957 | 2024-10-18T22:16:16.101Z | Checking serde_with v3.11.0 |
1958 | 2024-10-18T22:16:16.104Z | Checking termtree v0.4.1 |
1959 | 2024-10-18T22:16:16.146Z | Checking hash32 v0.3.1 |
1960 | 2024-10-18T22:16:16.215Z | Compiling smoltcp v0.11.0 |
1961 | 2024-10-18T22:16:16.270Z | Checking cobs v0.2.3 |
1962 | 2024-10-18T22:16:16.337Z | Checking predicates-tree v1.0.11 |
1963 | 2024-10-18T22:16:16.373Z | Checking sigpipe v0.1.3 |
1964 | 2024-10-18T22:16:16.500Z | Checking postcard v1.0.10 |
1965 | 2024-10-18T22:16:16.525Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1966 | 2024-10-18T22:16:16.528Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1967 | 2024-10-18T22:16:16.705Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1968 | 2024-10-18T22:16:16.944Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1969 | 2024-10-18T22:16:17.068Z | Compiling mockall_derive v0.13.0 |
1970 | 2024-10-18T22:16:17.093Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1971 | 2024-10-18T22:16:17.296Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1972 | 2024-10-18T22:16:17.543Z | Compiling zone_cfg_derive v0.3.0 |
1973 | 2024-10-18T22:16:17.668Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1974 | 2024-10-18T22:16:18.047Z | Compiling num-derive v0.4.2 |
1975 | 2024-10-18T22:16:18.238Z | Checking downcast v0.11.0 |
1976 | 2024-10-18T22:16:18.450Z | Checking fragile v2.0.0 |
1977 | 2024-10-18T22:16:18.742Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1978 | 2024-10-18T22:16:19.104Z | Checking zone v0.3.0 |
1979 | 2024-10-18T22:16:19.136Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1980 | 2024-10-18T22:16:19.381Z | Checking atomicwrites v0.4.4 |
1981 | 2024-10-18T22:16:19.457Z | Compiling convert_case v0.4.0 |
1982 | 2024-10-18T22:16:19.483Z | Checking newline-converter v0.3.0 |
1983 | 2024-10-18T22:16:19.584Z | Checking tungstenite v0.21.0 |
1984 | 2024-10-18T22:16:19.650Z | Checking expectorate v1.1.0 |
1985 | 2024-10-18T22:16:19.830Z | Checking itertools v0.13.0 |
1986 | 2024-10-18T22:16:19.891Z | Checking same-file v1.0.6 |
1987 | 2024-10-18T22:16:20.089Z | Checking walkdir v2.5.0 |
1988 | 2024-10-18T22:16:20.391Z | Checking arc-swap v1.7.1 |
1989 | 2024-10-18T22:16:20.448Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1990 | 2024-10-18T22:16:20.472Z | Compiling derive_more v0.99.18 |
1991 | 2024-10-18T22:16:20.495Z | Checking tokio-tungstenite v0.21.0 |
1992 | 2024-10-18T22:16:20.836Z | Checking slog-scope v4.4.0 |
1993 | 2024-10-18T22:16:20.946Z | Checking xattr v1.3.1 |
1994 | 2024-10-18T22:16:20.974Z | Checking filetime v0.2.25 |
1995 | 2024-10-18T22:16:21.057Z | Checking slog-stdlog v4.1.1 |
1996 | 2024-10-18T22:16:21.083Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1997 | 2024-10-18T22:16:21.159Z | Compiling cancel-safe-futures v0.1.5 |
1998 | 2024-10-18T22:16:21.212Z | Checking tar v0.4.42 |
1999 | 2024-10-18T22:16:21.250Z | Checking slog-envlogger v2.2.0 |
2000 | 2024-10-18T22:16:21.539Z | Checking swrite v0.1.0 |
2001 | 2024-10-18T22:16:21.571Z | Compiling owo-colors v4.1.0 |
2002 | 2024-10-18T22:16:22.081Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2003 | 2024-10-18T22:16:22.181Z | Checking libsw v3.3.1 |
2004 | 2024-10-18T22:16:22.452Z | Checking password-hash v0.5.0 |
2005 | 2024-10-18T22:16:22.455Z | Checking blake2 v0.10.6 |
2006 | 2024-10-18T22:16:22.551Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2007 | 2024-10-18T22:16:22.554Z | Checking linear-map v1.2.0 |
2008 | 2024-10-18T22:16:22.925Z | Checking indent_write v2.2.0 |
2009 | 2024-10-18T22:16:22.951Z | Checking num-rational v0.4.2 |
2010 | 2024-10-18T22:16:22.953Z | Checking argon2 v0.5.3 |
2011 | 2024-10-18T22:16:23.140Z | Checking num-complex v0.4.6 |
2012 | 2024-10-18T22:16:23.608Z | Checking float-ord v0.3.2 |
2013 | 2024-10-18T22:16:23.697Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2014 | 2024-10-18T22:16:23.774Z | Checking pem v3.0.4 |
2015 | 2024-10-18T22:16:23.816Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2016 | 2024-10-18T22:16:24.095Z | Checking num v0.4.3 |
2017 | 2024-10-18T22:16:24.097Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2018 | 2024-10-18T22:16:24.216Z | Compiling lzma-sys v0.1.20 |
2019 | 2024-10-18T22:16:24.383Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2020 | 2024-10-18T22:16:24.529Z | Checking humantime v2.1.0 |
2021 | 2024-10-18T22:16:24.717Z | Checking headers-core v0.3.0 |
2022 | 2024-10-18T22:16:24.857Z | Compiling heck v0.3.3 |
2023 | 2024-10-18T22:16:24.885Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2024 | 2024-10-18T22:16:25.198Z | Checking headers v0.4.0 |
2025 | 2024-10-18T22:16:25.254Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2026 | 2024-10-18T22:16:25.326Z | Compiling zone_cfg_derive v0.1.2 |
2027 | 2024-10-18T22:16:25.540Z | Checking yasna v0.5.2 |
2028 | 2024-10-18T22:16:25.593Z | Checking base64 v0.13.1 |
2029 | 2024-10-18T22:16:25.804Z | Checking mockall v0.13.0 |
2030 | 2024-10-18T22:16:26.042Z | Checking ron v0.7.1 |
2031 | 2024-10-18T22:16:26.074Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2032 | 2024-10-18T22:16:26.407Z | Checking xz2 v0.1.7 |
2033 | 2024-10-18T22:16:26.504Z | Checking rcgen v0.12.1 |
2034 | 2024-10-18T22:16:26.719Z | Checking subprocess v0.2.9 |
2035 | 2024-10-18T22:16:26.956Z | Checking zone v0.1.8 |
2036 | 2024-10-18T22:16:27.202Z | Checking highway v1.2.0 |
2037 | 2024-10-18T22:16:27.312Z | Compiling prettyplease v0.2.22 |
2038 | 2024-10-18T22:16:27.315Z | Checking half v2.4.1 |
2039 | 2024-10-18T22:16:27.668Z | Compiling semver v0.1.20 |
2040 | 2024-10-18T22:16:27.670Z | Checking ciborium-io v0.2.2 |
2041 | 2024-10-18T22:16:27.852Z | Checking ciborium-ll v0.2.2 |
2042 | 2024-10-18T22:16:28.172Z | Compiling rustc_version v0.1.7 |
2043 | 2024-10-18T22:16:28.352Z | Checking ciborium v0.2.2 |
2044 | 2024-10-18T22:16:28.530Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2045 | 2024-10-18T22:16:28.699Z | Compiling newtype_derive v0.1.6 |
2046 | 2024-10-18T22:16:28.884Z | Compiling typify-macro v0.2.0 |
2047 | 2024-10-18T22:16:29.245Z | Checking steno v0.4.1 |
2048 | 2024-10-18T22:16:30.562Z | Compiling home v0.5.9 |
2049 | 2024-10-18T22:16:31.043Z | Checking display-error-chain v0.2.1 |
2050 | 2024-10-18T22:16:31.178Z | Compiling slog-dtrace v0.3.0 |
2051 | 2024-10-18T22:16:31.206Z | Compiling blake3 v1.5.4 |
2052 | 2024-10-18T22:16:31.283Z | Compiling ring v0.16.20 |
2053 | 2024-10-18T22:16:31.648Z | Checking keccak v0.1.5 |
2054 | 2024-10-18T22:16:31.925Z | Checking universal-hash v0.5.1 |
2055 | 2024-10-18T22:16:31.988Z | Checking sha3 v0.10.8 |
2056 | 2024-10-18T22:16:32.050Z | Checking secrecy v0.8.0 |
2057 | 2024-10-18T22:16:32.117Z | Checking opaque-debug v0.3.1 |
2058 | 2024-10-18T22:16:32.226Z | Checking gethostname v0.5.0 |
2059 | 2024-10-18T22:16:32.257Z | Checking aead v0.5.2 |
2060 | 2024-10-18T22:16:32.369Z | Checking poly1305 v0.8.0 |
2061 | 2024-10-18T22:16:32.392Z | Checking chacha20 v0.9.1 |
2062 | 2024-10-18T22:16:32.776Z | Checking nibble_vec v0.1.0 |
2063 | 2024-10-18T22:16:32.859Z | Compiling memmap2 v0.9.5 |
2064 | 2024-10-18T22:16:32.993Z | Compiling untrusted v0.7.1 |
2065 | 2024-10-18T22:16:33.207Z | Checking endian-type v0.1.2 |
2066 | 2024-10-18T22:16:33.348Z | Compiling arrayref v0.3.9 |
2067 | 2024-10-18T22:16:33.374Z | Compiling spin v0.5.2 |
2068 | 2024-10-18T22:16:33.414Z | Compiling arrayvec v0.7.6 |
2069 | 2024-10-18T22:16:33.461Z | Compiling typify v0.2.0 |
2070 | 2024-10-18T22:16:33.507Z | Compiling constant_time_eq v0.3.1 |
2071 | 2024-10-18T22:16:33.509Z | Checking radix_trie v0.2.1 |
2072 | 2024-10-18T22:16:33.611Z | Compiling progenitor-impl v0.8.0 |
2073 | 2024-10-18T22:16:33.613Z | Compiling toolchain_find v0.4.0 |
2074 | 2024-10-18T22:16:33.928Z | Compiling thiserror-impl-no-std v2.0.2 |
2075 | 2024-10-18T22:16:34.182Z | Compiling topological-sort v0.2.2 |
2076 | 2024-10-18T22:16:34.315Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2077 | 2024-10-18T22:16:34.418Z | Compiling rustfmt-wrapper v0.2.1 |
2078 | 2024-10-18T22:16:34.683Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2079 | 2024-10-18T22:16:35.071Z | Checking chacha20poly1305 v0.10.1 |
2080 | 2024-10-18T22:16:35.111Z | Checking fxhash v0.2.1 |
2081 | 2024-10-18T22:16:35.133Z | Checking termcolor v1.4.1 |
2082 | 2024-10-18T22:16:35.276Z | Compiling async-recursion v1.1.1 |
2083 | 2024-10-18T22:16:35.278Z | Compiling radium v0.7.0 |
2084 | 2024-10-18T22:16:35.321Z | Checking maplit v1.0.2 |
2085 | 2024-10-18T22:16:35.451Z | Compiling maybe-uninit v2.0.0 |
2086 | 2024-10-18T22:16:35.592Z | Checking tap v1.0.1 |
2087 | 2024-10-18T22:16:35.653Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2088 | 2024-10-18T22:16:35.776Z | Checking wyz v0.5.1 |
2089 | 2024-10-18T22:16:36.107Z | Checking funty v2.0.0 |
2090 | 2024-10-18T22:16:36.171Z | Checking crc-catalog v2.4.0 |
2091 | 2024-10-18T22:16:36.219Z | Compiling packed_struct v0.10.1 |
2092 | 2024-10-18T22:16:36.329Z | Checking crc v3.2.1 |
2093 | 2024-10-18T22:16:36.846Z | Checking kstat-rs v0.2.4 |
2094 | 2024-10-18T22:16:36.923Z | Compiling packed_struct_codegen v0.10.1 |
2095 | 2024-10-18T22:16:37.029Z | Compiling indexmap v1.9.3 |
2096 | 2024-10-18T22:16:37.098Z | Checking bitvec v1.0.1 |
2097 | 2024-10-18T22:16:37.192Z | Compiling omicron-zone-package v0.11.1 |
2098 | 2024-10-18T22:16:37.297Z | Checking thiserror-no-std v2.0.2 |
2099 | 2024-10-18T22:16:37.367Z | Compiling libefi-sys v0.1.0 |
2100 | 2024-10-18T22:16:37.423Z | Checking vsss-rs v3.3.4 |
2101 | 2024-10-18T22:16:37.682Z | Checking nodrop v0.1.14 |
2102 | 2024-10-18T22:16:37.815Z | Checking array-init v0.0.4 |
2103 | 2024-10-18T22:16:38.201Z | Checking smallvec v0.6.14 |
2104 | 2024-10-18T22:16:38.647Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2105 | 2024-10-18T22:16:38.844Z | Compiling bitfield-struct v0.6.2 |
2106 | 2024-10-18T22:16:38.972Z | Checking bitfield v0.14.0 |
2107 | 2024-10-18T22:16:39.089Z | Checking hashbrown v0.12.3 |
2108 | 2024-10-18T22:16:39.520Z | Checking serde-hex v0.1.0 |
2109 | 2024-10-18T22:16:40.247Z | Checking bzip2 v0.4.4 |
2110 | 2024-10-18T22:16:40.364Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2111 | 2024-10-18T22:16:40.548Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2112 | 2024-10-18T22:16:40.729Z | Checking env_logger v0.10.2 |
2113 | 2024-10-18T22:16:40.807Z | Checking ron v0.8.1 |
2114 | 2024-10-18T22:16:40.875Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2115 | 2024-10-18T22:16:40.986Z | Checking hashbrown v0.13.2 |
2116 | 2024-10-18T22:16:41.173Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2117 | 2024-10-18T22:16:41.198Z | Checking crc-any v2.5.0 |
2118 | 2024-10-18T22:16:41.311Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2119 | 2024-10-18T22:16:41.871Z | Checking zip v0.6.6 |
2120 | 2024-10-18T22:16:41.906Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2121 | 2024-10-18T22:16:42.146Z | Checking object v0.30.4 |
2122 | 2024-10-18T22:16:42.178Z | Compiling parking_lot_core v0.8.6 |
2123 | 2024-10-18T22:16:42.202Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2124 | 2024-10-18T22:16:42.253Z | Compiling progenitor-macro v0.8.0 |
2125 | 2024-10-18T22:16:42.483Z | Checking path-slash v0.1.5 |
2126 | 2024-10-18T22:16:42.596Z | Checking glob v0.3.1 |
2127 | 2024-10-18T22:16:42.648Z | Checking hickory-client v0.24.1 |
2128 | 2024-10-18T22:16:42.921Z | Checking hickory-server v0.24.1 |
2129 | 2024-10-18T22:16:43.068Z | Checking parking_lot v0.11.2 |
2130 | 2024-10-18T22:16:43.440Z | Checking sled v0.34.7 |
2131 | 2024-10-18T22:16:43.474Z | Compiling vte_generate_state_changes v0.1.2 |
2132 | 2024-10-18T22:16:43.624Z | Checking fd-lock v4.0.2 |
2133 | 2024-10-18T22:16:43.666Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2134 | 2024-10-18T22:16:43.834Z | Checking primeorder v0.13.6 |
2135 | 2024-10-18T22:16:43.862Z | Compiling unicase v2.7.0 |
2136 | 2024-10-18T22:16:44.181Z | Checking vte v0.11.1 |
2137 | 2024-10-18T22:16:44.203Z | Checking nu-ansi-term v0.50.1 |
2138 | 2024-10-18T22:16:44.515Z | Checking nanorand v0.7.0 |
2139 | 2024-10-18T22:16:44.897Z | Checking flume v0.11.0 |
2140 | 2024-10-18T22:16:45.392Z | Checking atty v0.2.14 |
2141 | 2024-10-18T22:16:45.533Z | Compiling buf-list v1.0.3 |
2142 | 2024-10-18T22:16:45.604Z | Compiling salty v0.3.0 |
2143 | 2024-10-18T22:16:45.626Z | Checking strip-ansi-escapes v0.2.0 |
2144 | 2024-10-18T22:16:45.788Z | Checking reedline v0.35.0 |
2145 | 2024-10-18T22:16:46.075Z | Checking p384 v0.13.0 |
2146 | 2024-10-18T22:16:46.156Z | Compiling phf_generator v0.11.2 |
2147 | 2024-10-18T22:16:46.331Z | Checking bytecount v0.6.8 |
2148 | 2024-10-18T22:16:46.367Z | Compiling phf_codegen v0.11.2 |
2149 | 2024-10-18T22:16:46.503Z | Checking papergrid v0.11.0 |
2150 | 2024-10-18T22:16:46.628Z | Compiling mime_guess v2.0.5 |
2151 | 2024-10-18T22:16:47.302Z | Compiling tabled_derive v0.7.0 |
2152 | 2024-10-18T22:16:47.350Z | Checking env_filter v0.1.2 |
2153 | 2024-10-18T22:16:47.607Z | Compiling parse-zoneinfo v0.3.1 |
2154 | 2024-10-18T22:16:47.997Z | Compiling cfg_aliases v0.1.1 |
2155 | 2024-10-18T22:16:48.116Z | Checking env_logger v0.11.5 |
2156 | 2024-10-18T22:16:48.135Z | Compiling nix v0.28.0 |
2157 | 2024-10-18T22:16:48.434Z | Compiling chrono-tz-build v0.4.0 |
2158 | 2024-10-18T22:16:48.460Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2159 | 2024-10-18T22:16:48.840Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2160 | 2024-10-18T22:16:49.003Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2161 | 2024-10-18T22:16:49.108Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2162 | 2024-10-18T22:16:49.372Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2163 | 2024-10-18T22:16:49.425Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2164 | 2024-10-18T22:16:49.605Z | Compiling dsl_auto_type v0.1.2 |
2165 | 2024-10-18T22:16:49.895Z | Checking scheduled-thread-pool v0.2.7 |
2166 | 2024-10-18T22:16:49.919Z | Compiling diesel_table_macro_syntax v0.2.0 |
2167 | 2024-10-18T22:16:49.919Z | Compiling chrono-tz v0.10.0 |
2168 | 2024-10-18T22:16:49.993Z | Checking tabled v0.15.0 |
2169 | 2024-10-18T22:16:50.018Z | Compiling crunchy v0.2.2 |
2170 | 2024-10-18T22:16:50.134Z | Checking http-range v0.1.5 |
2171 | 2024-10-18T22:16:50.327Z | Checking hyper-staticfile v0.10.1 |
2172 | 2024-10-18T22:16:50.430Z | Checking r2d2 v0.8.10 |
2173 | 2024-10-18T22:16:50.606Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2174 | 2024-10-18T22:16:51.297Z | Compiling diesel_derives v2.2.3 |
2175 | 2024-10-18T22:16:51.528Z | Compiling clang-sys v1.8.1 |
2176 | 2024-10-18T22:16:51.878Z | Compiling peg-macros v0.8.4 |
2177 | 2024-10-18T22:16:52.304Z | Compiling sqlparser_derive v0.2.2 |
2178 | 2024-10-18T22:16:53.100Z | Checking unicode_categories v0.1.1 |
2179 | 2024-10-18T22:16:53.433Z | Compiling tiny-keccak v2.0.2 |
2180 | 2024-10-18T22:16:53.466Z | Checking sqlformat v0.2.6 |
2181 | 2024-10-18T22:16:53.490Z | Checking sqlparser v0.45.0 |
2182 | 2024-10-18T22:16:53.492Z | Checking rustyline v14.0.0 |
2183 | 2024-10-18T22:16:55.231Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2184 | 2024-10-18T22:16:55.377Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2185 | 2024-10-18T22:16:55.655Z | Checking bcs v0.1.6 |
2186 | 2024-10-18T22:16:55.773Z | Checking peg v0.8.4 |
2187 | 2024-10-18T22:16:55.898Z | Compiling ref-cast v1.0.23 |
2188 | 2024-10-18T22:16:56.559Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2189 | 2024-10-18T22:16:57.002Z | Compiling ascii-canvas v3.0.0 |
2190 | 2024-10-18T22:16:57.008Z | Compiling ena v0.14.3 |
2191 | 2024-10-18T22:16:57.331Z | Compiling ref-cast-impl v1.0.23 |
2192 | 2024-10-18T22:16:57.422Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2193 | 2024-10-18T22:16:57.503Z | Compiling libloading v0.8.5 |
2194 | 2024-10-18T22:16:57.962Z | Compiling diff v0.1.13 |
2195 | 2024-10-18T22:16:58.145Z | Compiling bindgen v0.69.5 |
2196 | 2024-10-18T22:16:58.388Z | Compiling regex-syntax v0.6.29 |
2197 | 2024-10-18T22:16:58.803Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2198 | 2024-10-18T22:16:59.042Z | Compiling which v4.4.2 |
2199 | 2024-10-18T22:16:59.705Z | Checking signal-hook-tokio v0.3.1 |
2200 | 2024-10-18T22:16:59.920Z | Compiling cexpr v0.6.0 |
2201 | 2024-10-18T22:17:01.094Z | Checking progenitor v0.8.0 |
2202 | 2024-10-18T22:17:01.333Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2203 | 2024-10-18T22:17:02.063Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2204 | 2024-10-18T22:17:03.008Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2205 | 2024-10-18T22:17:04.354Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2206 | 2024-10-18T22:17:04.746Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2207 | 2024-10-18T22:17:05.572Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2208 | 2024-10-18T22:17:06.480Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2209 | 2024-10-18T22:17:06.756Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2210 | 2024-10-18T22:17:07.603Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2211 | 2024-10-18T22:17:07.855Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2212 | 2024-10-18T22:17:09.215Z | Checking diesel v2.2.4 |
2213 | 2024-10-18T22:17:10.187Z | Compiling lalrpop v0.19.12 |
2214 | 2024-10-18T22:17:11.237Z | Compiling lazycell v1.3.0 |
2215 | 2024-10-18T22:17:11.262Z | Compiling rustc-hash v1.1.0 |
2216 | 2024-10-18T22:17:11.459Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2217 | 2024-10-18T22:17:11.786Z | Compiling derive_builder_core v0.20.2 |
2218 | 2024-10-18T22:17:12.390Z | Compiling libxml v0.3.3 |
2219 | 2024-10-18T22:17:12.818Z | Compiling memoffset v0.9.1 |
2220 | 2024-10-18T22:17:13.446Z | Checking http v0.2.12 |
2221 | 2024-10-18T22:17:14.424Z | Compiling derive_builder_macro v0.20.2 |
2222 | 2024-10-18T22:17:14.904Z | Compiling strum_macros v0.24.3 |
2223 | 2024-10-18T22:17:15.349Z | Compiling indoc v1.0.9 |
2224 | 2024-10-18T22:17:16.438Z | Checking derive_builder v0.20.2 |
2225 | 2024-10-18T22:17:18.538Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2226 | 2024-10-18T22:17:18.677Z | Checking quick-xml v0.33.0 |
2227 | 2024-10-18T22:17:18.865Z | Compiling impl-trait-for-tuples v0.2.2 |
2228 | 2024-10-18T22:17:20.777Z | Compiling oso-derive v0.27.3 |
2229 | 2024-10-18T22:17:21.962Z | Compiling pin-project-internal v1.1.6 |
2230 | 2024-10-18T22:17:25.220Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2231 | 2024-10-18T22:17:27.626Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2232 | 2024-10-18T22:17:29.124Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2233 | 2024-10-18T22:17:30.579Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2234 | 2024-10-18T22:17:32.845Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2235 | 2024-10-18T22:17:33.183Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2236 | 2024-10-18T22:17:34.530Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2237 | 2024-10-18T22:17:36.091Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2238 | 2024-10-18T22:17:36.185Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2239 | 2024-10-18T22:17:36.668Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2240 | 2024-10-18T22:17:36.827Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2241 | 2024-10-18T22:17:36.989Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2242 | 2024-10-18T22:17:37.593Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2243 | 2024-10-18T22:17:37.642Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2244 | 2024-10-18T22:17:37.749Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2245 | 2024-10-18T22:17:38.232Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2246 | 2024-10-18T22:17:38.697Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2247 | 2024-10-18T22:17:39.100Z | Checking pin-project v1.1.6 |
2248 | 2024-10-18T22:17:39.277Z | Checking nix v0.27.1 |
2249 | 2024-10-18T22:17:39.378Z | Checking http-body v0.4.6 |
2250 | 2024-10-18T22:17:39.831Z | Checking h2 v0.3.26 |
2251 | 2024-10-18T22:17:40.546Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2252 | 2024-10-18T22:17:41.022Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2253 | 2024-10-18T22:17:41.879Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2254 | 2024-10-18T22:17:44.251Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2255 | 2024-10-18T22:17:44.592Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2256 | 2024-10-18T22:17:46.168Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2257 | 2024-10-18T22:17:46.337Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2258 | 2024-10-18T22:17:46.390Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2259 | 2024-10-18T22:17:47.375Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2260 | 2024-10-18T22:17:47.404Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2261 | 2024-10-18T22:17:48.336Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2262 | 2024-10-18T22:17:49.246Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2263 | 2024-10-18T22:17:51.710Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2264 | 2024-10-18T22:17:51.816Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2265 | 2024-10-18T22:17:52.013Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2266 | 2024-10-18T22:17:52.328Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2267 | 2024-10-18T22:17:52.819Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2268 | 2024-10-18T22:17:52.862Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2269 | 2024-10-18T22:17:52.951Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2270 | 2024-10-18T22:17:53.232Z | Compiling diesel-dtrace v0.3.0 |
2271 | 2024-10-18T22:17:53.665Z | Checking hyper v0.14.30 |
2272 | 2024-10-18T22:17:54.821Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2273 | 2024-10-18T22:17:55.751Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2274 | 2024-10-18T22:17:56.109Z | Checking bb8 v0.8.5 |
2275 | 2024-10-18T22:17:56.712Z | Compiling const_format_proc_macros v0.2.33 |
2276 | 2024-10-18T22:17:58.481Z | Compiling snafu-derive v0.8.5 |
2277 | 2024-10-18T22:17:58.739Z | Checking sync_wrapper v0.1.2 |
2278 | 2024-10-18T22:17:58.876Z | Checking reqwest v0.11.27 |
2279 | 2024-10-18T22:17:58.980Z | Checking const_format v0.2.33 |
2280 | 2024-10-18T22:17:59.477Z | Checking async-bb8-diesel v0.2.1 |
2281 | 2024-10-18T22:17:59.937Z | Checking globset v0.4.15 |
2282 | 2024-10-18T22:18:00.162Z | Checking olpc-cjson v0.1.4 |
2283 | 2024-10-18T22:18:00.221Z | Checking serde_plain v1.0.2 |
2284 | 2024-10-18T22:18:00.412Z | Checking typed-path v0.7.1 |
2285 | 2024-10-18T22:18:00.489Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2286 | 2024-10-18T22:18:00.516Z | Checking parse-size v1.0.0 |
2287 | 2024-10-18T22:18:00.711Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2288 | 2024-10-18T22:18:01.535Z | Checking heck v0.4.1 |
2289 | 2024-10-18T22:18:01.768Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2290 | 2024-10-18T22:18:01.886Z | Checking assert_matches v1.5.0 |
2291 | 2024-10-18T22:18:02.002Z | Checking rand_seeder v0.3.0 |
2292 | 2024-10-18T22:18:02.185Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2293 | 2024-10-18T22:18:02.257Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2294 | 2024-10-18T22:18:02.374Z | Compiling libz-sys v1.1.20 |
2295 | 2024-10-18T22:18:03.292Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2296 | 2024-10-18T22:18:03.569Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2297 | 2024-10-18T22:18:03.900Z | Checking is_ci v1.2.0 |
2298 | 2024-10-18T22:18:04.064Z | Checking supports-color v3.0.1 |
2299 | 2024-10-18T22:18:04.148Z | Checking snafu v0.8.5 |
2300 | 2024-10-18T22:18:04.281Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2301 | 2024-10-18T22:18:04.650Z | Checking tough v0.17.1 |
2302 | 2024-10-18T22:18:04.985Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2303 | 2024-10-18T22:18:05.161Z | Compiling vergen v8.3.2 |
2304 | 2024-10-18T22:18:05.489Z | Compiling cargo-platform v0.1.8 |
2305 | 2024-10-18T22:18:06.052Z | Checking unicode-linebreak v0.1.5 |
2306 | 2024-10-18T22:18:06.515Z | Checking smawk v0.3.2 |
2307 | 2024-10-18T22:18:06.762Z | Checking textwrap v0.16.1 |
2308 | 2024-10-18T22:18:07.122Z | Compiling cargo_metadata v0.18.1 |
2309 | 2024-10-18T22:18:07.181Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2310 | 2024-10-18T22:18:07.509Z | Checking castaway v0.2.3 |
2311 | 2024-10-18T22:18:07.552Z | Compiling libsqlite3-sys v0.30.1 |
2312 | 2024-10-18T22:18:07.693Z | Compiling cfg_aliases v0.2.1 |
2313 | 2024-10-18T22:18:07.820Z | Compiling rustls v0.21.12 |
2314 | 2024-10-18T22:18:08.164Z | Compiling nix v0.29.0 |
2315 | 2024-10-18T22:18:08.195Z | Checking compact_str v0.8.0 |
2316 | 2024-10-18T22:18:09.149Z | Checking unicode-truncate v1.1.0 |
2317 | 2024-10-18T22:18:09.389Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2318 | 2024-10-18T22:18:09.518Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2319 | 2024-10-18T22:18:09.718Z | Checking rustls-webpki v0.101.7 |
2320 | 2024-10-18T22:18:10.030Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2321 | 2024-10-18T22:18:10.686Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2322 | 2024-10-18T22:18:10.789Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2323 | 2024-10-18T22:18:11.315Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2324 | 2024-10-18T22:18:12.050Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2325 | 2024-10-18T22:18:12.053Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2326 | 2024-10-18T22:18:13.064Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2327 | 2024-10-18T22:18:13.657Z | Checking sct v0.7.1 |
2328 | 2024-10-18T22:18:13.883Z | Checking lru v0.12.5 |
2329 | 2024-10-18T22:18:14.209Z | Compiling instability v0.3.2 |
2330 | 2024-10-18T22:18:14.461Z | Checking cassowary v0.3.0 |
2331 | 2024-10-18T22:18:15.384Z | Checking ratatui v0.28.1 |
2332 | 2024-10-18T22:18:16.007Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2333 | 2024-10-18T22:18:16.336Z | Checking hashlink v0.9.1 |
2334 | 2024-10-18T22:18:17.044Z | Checking concurrent-queue v2.5.0 |
2335 | 2024-10-18T22:18:17.340Z | Checking fallible-iterator v0.3.0 |
2336 | 2024-10-18T22:18:18.006Z | Checking plotters-backend v0.3.7 |
2337 | 2024-10-18T22:18:18.336Z | Checking parking v2.2.1 |
2338 | 2024-10-18T22:18:18.367Z | Checking fallible-streaming-iterator v0.1.9 |
2339 | 2024-10-18T22:18:18.385Z | Checking plotters-svg v0.3.7 |
2340 | 2024-10-18T22:18:18.502Z | Checking tokio-rustls v0.24.1 |
2341 | 2024-10-18T22:18:18.592Z | Checking rusqlite v0.32.1 |
2342 | 2024-10-18T22:18:18.866Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2343 | 2024-10-18T22:18:19.138Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2344 | 2024-10-18T22:18:19.522Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2345 | 2024-10-18T22:18:19.838Z | Checking rustls-pemfile v1.0.4 |
2346 | 2024-10-18T22:18:20.046Z | Checking twox-hash v1.6.3 |
2347 | 2024-10-18T22:18:20.200Z | Checking cast v0.3.0 |
2348 | 2024-10-18T22:18:20.443Z | Checking plotters v0.3.7 |
2349 | 2024-10-18T22:18:20.534Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2350 | 2024-10-18T22:18:20.557Z | Checking criterion-plot v0.5.0 |
2351 | 2024-10-18T22:18:21.001Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2352 | 2024-10-18T22:18:22.417Z | Checking fatfs v0.3.6 |
2353 | 2024-10-18T22:18:22.668Z | Checking tinytemplate v1.2.1 |
2354 | 2024-10-18T22:18:23.062Z | Checking csv-core v0.1.11 |
2355 | 2024-10-18T22:18:23.241Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2356 | 2024-10-18T22:18:23.348Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2357 | 2024-10-18T22:18:23.402Z | Checking oorandom v11.1.4 |
2358 | 2024-10-18T22:18:23.581Z | Checking shell-words v1.1.0 |
2359 | 2024-10-18T22:18:23.771Z | Checking anes v0.1.6 |
2360 | 2024-10-18T22:18:24.148Z | Checking criterion v0.5.1 |
2361 | 2024-10-18T22:18:24.476Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2362 | 2024-10-18T22:18:26.221Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2363 | 2024-10-18T22:18:27.014Z | Checking csv v1.3.0 |
2364 | 2024-10-18T22:18:27.897Z | Checking event-listener v5.3.1 |
2365 | 2024-10-18T22:18:28.336Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2366 | 2024-10-18T22:18:30.877Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2367 | 2024-10-18T22:18:30.948Z | Checking rtoolbox v0.0.2 |
2368 | 2024-10-18T22:18:31.163Z | Checking rpassword v7.3.1 |
2369 | 2024-10-18T22:18:31.498Z | Checking event-listener-strategy v0.5.2 |
2370 | 2024-10-18T22:18:31.567Z | Checking tui-tree-widget v0.22.0 |
2371 | 2024-10-18T22:18:31.912Z | Checking polyval v0.6.2 |
2372 | 2024-10-18T22:18:32.006Z | Checking futures-lite v2.3.0 |
2373 | 2024-10-18T22:18:32.204Z | Checking ghash v0.5.1 |
2374 | 2024-10-18T22:18:32.394Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2375 | 2024-10-18T22:18:33.397Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2376 | 2024-10-18T22:18:33.574Z | Checking ctr v0.9.2 |
2377 | 2024-10-18T22:18:33.835Z | Checking yansi v1.0.1 |
2378 | 2024-10-18T22:18:34.395Z | Checking pretty_assertions v1.4.1 |
2379 | 2024-10-18T22:18:34.596Z | Checking aes-gcm v0.10.3 |
2380 | 2024-10-18T22:18:34.755Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2381 | 2024-10-18T22:18:34.849Z | Checking ssh-encoding v0.2.0 |
2382 | 2024-10-18T22:18:35.223Z | Checking blowfish v0.9.1 |
2383 | 2024-10-18T22:18:35.498Z | Checking bcrypt-pbkdf v0.10.0 |
2384 | 2024-10-18T22:18:35.784Z | Checking ssh-cipher v0.2.0 |
2385 | 2024-10-18T22:18:36.111Z | Checking async-lock v3.4.0 |
2386 | 2024-10-18T22:18:37.043Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2387 | 2024-10-18T22:18:38.589Z | Checking polling v3.7.3 |
2388 | 2024-10-18T22:18:38.993Z | Checking password-hash v0.4.2 |
2389 | 2024-10-18T22:18:39.486Z | Checking matches v0.1.10 |
2390 | 2024-10-18T22:18:39.608Z | Checking hex-literal v0.4.1 |
2391 | 2024-10-18T22:18:39.770Z | Checking idna v0.2.3 |
2392 | 2024-10-18T22:18:40.639Z | Checking pbkdf2 v0.11.0 |
2393 | 2024-10-18T22:18:40.961Z | Checking async-io v2.3.4 |
2394 | 2024-10-18T22:18:41.986Z | Checking ssh-key v0.6.6 |
2395 | 2024-10-18T22:18:42.246Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2396 | 2024-10-18T22:18:43.123Z | Checking p256 v0.13.2 |
2397 | 2024-10-18T22:18:43.639Z | Checking p521 v0.13.3 |
2398 | 2024-10-18T22:18:43.850Z | Checking russh-cryptovec v0.7.3 |
2399 | 2024-10-18T22:18:44.077Z | Compiling enum-as-inner v0.5.1 |
2400 | 2024-10-18T22:18:45.026Z | Checking md5 v0.7.0 |
2401 | 2024-10-18T22:18:45.167Z | Compiling target-lexicon v0.12.16 |
2402 | 2024-10-18T22:18:45.320Z | Compiling doc-comment v0.3.3 |
2403 | 2024-10-18T22:18:45.933Z | Checking async-task v4.7.1 |
2404 | 2024-10-18T22:18:46.301Z | Checking russh-keys v0.45.0 |
2405 | 2024-10-18T22:18:46.432Z | Checking trust-dns-proto v0.22.0 |
2406 | 2024-10-18T22:18:47.731Z | Checking async-channel v2.3.1 |
2407 | 2024-10-18T22:18:48.053Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2408 | 2024-10-18T22:18:49.502Z | Compiling samael v0.0.17 |
2409 | 2024-10-18T22:18:49.882Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2410 | 2024-10-18T22:18:50.245Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2411 | 2024-10-18T22:18:50.683Z | Checking piper v0.2.4 |
2412 | 2024-10-18T22:18:50.893Z | Checking num-bigint v0.4.6 |
2413 | 2024-10-18T22:18:51.024Z | Checking des v0.8.1 |
2414 | 2024-10-18T22:18:51.313Z | Compiling guppy-workspace-hack v0.1.0 |
2415 | 2024-10-18T22:18:51.641Z | Checking futures-timer v3.0.3 |
2416 | 2024-10-18T22:18:51.975Z | Compiling dhcproto-macros v0.1.0 |
2417 | 2024-10-18T22:18:52.882Z | Compiling assert_cmd v2.0.16 |
2418 | 2024-10-18T22:18:53.239Z | Checking dhcproto v0.12.0 |
2419 | 2024-10-18T22:18:53.334Z | Checking russh v0.45.0 |
2420 | 2024-10-18T22:18:53.426Z | Checking blocking v1.6.1 |
2421 | 2024-10-18T22:18:53.871Z | Checking async-executor v1.13.1 |
2422 | 2024-10-18T22:18:54.686Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2423 | 2024-10-18T22:18:54.817Z | Checking async-signal v0.2.10 |
2424 | 2024-10-18T22:18:55.106Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2425 | 2024-10-18T22:18:55.532Z | Compiling target-spec v3.2.2 |
2426 | 2024-10-18T22:18:55.610Z | Checking internet-checksum v0.2.1 |
2427 | 2024-10-18T22:18:56.015Z | Checking event-listener v2.5.3 |
2428 | 2024-10-18T22:18:56.263Z | Checking async-channel v1.9.0 |
2429 | 2024-10-18T22:18:57.235Z | Checking async-process v2.3.0 |
2430 | 2024-10-18T22:18:57.659Z | Checking cfg-expr v0.17.0 |
2431 | 2024-10-18T22:18:57.703Z | Checking async-global-executor v2.4.1 |
2432 | 2024-10-18T22:18:57.913Z | Compiling git2 v0.19.0 |
2433 | 2024-10-18T22:18:58.398Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2434 | 2024-10-18T22:18:58.454Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2435 | 2024-10-18T22:18:58.530Z | Checking httptest v0.16.1 |
2436 | 2024-10-18T22:18:59.312Z | Checking rustls-native-certs v0.7.3 |
2437 | 2024-10-18T22:18:59.502Z | Checking num_cpus v1.16.0 |
2438 | 2024-10-18T22:18:59.641Z | Checking kv-log-macro v1.0.7 |
2439 | 2024-10-18T22:18:59.785Z | Compiling async-attributes v1.1.2 |
2440 | 2024-10-18T22:19:00.760Z | Checking async-std v1.13.0 |
2441 | 2024-10-18T22:19:01.118Z | Checking threadpool v1.8.1 |
2442 | 2024-10-18T22:19:01.354Z | Checking hyper-rustls v0.26.0 |
2443 | 2024-10-18T22:19:01.981Z | Checking pathdiff v0.2.2 |
2444 | 2024-10-18T22:19:02.171Z | Compiling rstest_macros v0.23.0 |
2445 | 2024-10-18T22:19:02.194Z | Checking escape8259 v0.5.3 |
2446 | 2024-10-18T22:19:02.405Z | Checking nested v0.1.1 |
2447 | 2024-10-18T22:19:02.655Z | Checking guppy v0.17.8 |
2448 | 2024-10-18T22:19:02.906Z | Checking libtest-mimic v0.7.3 |
2449 | 2024-10-18T22:19:03.217Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2450 | 2024-10-18T22:19:04.708Z | Checking async-object-pool v0.1.5 |
2451 | 2024-10-18T22:19:04.881Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2452 | 2024-10-18T22:19:04.903Z | Checking similar-asserts v1.6.0 |
2453 | 2024-10-18T22:19:05.150Z | Checking fancy-regex v0.13.0 |
2454 | 2024-10-18T22:19:05.196Z | Checking serde_regex v1.1.0 |
2455 | 2024-10-18T22:19:05.488Z | Checking assert-json-diff v2.0.2 |
2456 | 2024-10-18T22:19:05.511Z | Compiling proc-macro-crate v3.2.0 |
2457 | 2024-10-18T22:19:05.786Z | Checking path-tree v0.8.1 |
2458 | 2024-10-18T22:19:05.954Z | Compiling trybuild v1.0.100 |
2459 | 2024-10-18T22:19:06.159Z | Checking stringmetrics v2.2.2 |
2460 | 2024-10-18T22:19:06.445Z | Compiling relative-path v1.9.3 |
2461 | 2024-10-18T22:19:06.532Z | Checking httpmock v0.8.0-alpha.1 |
2462 | 2024-10-18T22:19:06.562Z | Checking datatest-stable v0.2.9 |
2463 | 2024-10-18T22:19:06.918Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2464 | 2024-10-18T22:19:07.119Z | Checking blake2b_simd v1.0.2 |
2465 | 2024-10-18T22:19:08.003Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2466 | 2024-10-18T22:19:08.005Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2467 | 2024-10-18T22:19:08.475Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2468 | 2024-10-18T22:19:08.873Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2469 | 2024-10-18T22:19:09.179Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2470 | 2024-10-18T22:19:09.523Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2471 | 2024-10-18T22:19:10.107Z | Checking serde_tokenstream v0.2.2 |
2472 | 2024-10-18T22:19:10.498Z | Checking uzers v0.11.3 |
2473 | 2024-10-18T22:19:11.028Z | Checking rust-argon2 v2.1.0 |
2474 | 2024-10-18T22:19:12.061Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2475 | 2024-10-18T22:19:12.914Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2476 | 2024-10-18T22:19:14.092Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2477 | 2024-10-18T22:19:14.451Z | Checking rand_distr v0.4.3 |
2478 | 2024-10-18T22:19:15.338Z | Checking multimap v0.10.0 |
2479 | 2024-10-18T22:19:15.680Z | Checking approx v0.5.1 |
2480 | 2024-10-18T22:19:15.967Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2481 | 2024-10-18T22:19:17.678Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2482 | 2024-10-18T22:19:17.756Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2483 | 2024-10-18T22:19:18.367Z | Checking rstest v0.23.0 |
2484 | 2024-10-18T22:19:18.763Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2485 | 2024-10-18T22:19:18.776Z | Checking partial-io v0.5.4 |
2486 | 2024-10-18T22:19:19.106Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2487 | 2024-10-18T22:19:19.189Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2488 | 2024-10-18T22:19:19.441Z | Checking cargo_toml v0.20.5 |
2489 | 2024-10-18T22:19:19.494Z | Checking termios v0.3.3 |
2490 | 2024-10-18T22:19:19.732Z | Compiling indoc v2.0.5 |
2491 | 2024-10-18T22:19:20.168Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2492 | 2024-10-18T22:19:21.818Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2493 | 2024-10-18T22:19:23.415Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2494 | 2024-10-18T22:19:37.553Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2495 | 2024-10-18T22:19:37.617Z | Compiling polar-core v0.27.3 |
2496 | 2024-10-18T22:19:46.548Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2497 | 2024-10-18T22:19:48.735Z | Checking oso v0.27.3 |
2498 | 2024-10-18T22:20:13.576Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2499 | 2024-10-18T22:20:18.420Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2500 | 2024-10-18T22:20:18.701Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2501 | 2024-10-18T22:20:45.955Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2502 | 2024-10-18T22:20:45.955Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2503 | 2024-10-18T22:20:45.957Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2504 | 2024-10-18T22:22:20.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 51s |
2505 | 2024-10-18T22:22:21.250Z | |
2506 | 2024-10-18T22:22:21.250Z | real 6:56.424836527 |
2507 | 2024-10-18T22:22:21.250Z | user 38:28.471215600 |
2508 | 2024-10-18T22:22:21.250Z | sys 6:37.814664004 |
2509 | 2024-10-18T22:22:21.250Z | trap 1.109633200 |
2510 | 2024-10-18T22:22:21.250Z | tflt 2.551101741 |
2511 | 2024-10-18T22:22:21.250Z | dflt 0.560194760 |
2512 | 2024-10-18T22:22:21.250Z | kflt 0.002621628 |
2513 | 2024-10-18T22:22:21.250Z | lock 58:28.023607961 |
2514 | 2024-10-18T22:22:21.250Z | slp 2:13:41.934286187 |
2515 | 2024-10-18T22:22:21.250Z | lat 1:41.609981207 |
2516 | 2024-10-18T22:22:21.250Z | stop 6:11.380641043 |
2517 | 2024-10-18T22:22:21.253Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2518 | 2024-10-18T22:22:21.253Z | + ptime -m cargo doc --workspace --no-deps |
2519 | 2024-10-18T22:22:22.558Z | warning: output filename collision. |
2520 | 2024-10-18T22:22:22.558Z | 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)`. |
2521 | 2024-10-18T22:22:22.558Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2522 | 2024-10-18T22:22:22.558Z | The targets should have unique names. |
2523 | 2024-10-18T22:22:22.558Z | This is a known bug where multiple crates with the same name use |
2524 | 2024-10-18T22:22:22.558Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2525 | 2024-10-18T22:22:23.001Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2526 | 2024-10-18T22:22:23.067Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2527 | 2024-10-18T22:22:23.086Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2528 | 2024-10-18T22:22:23.131Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2529 | 2024-10-18T22:22:23.166Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2530 | 2024-10-18T22:22:23.169Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2531 | 2024-10-18T22:22:23.309Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2532 | 2024-10-18T22:22:23.409Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2533 | 2024-10-18T22:22:23.439Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2534 | 2024-10-18T22:22:23.462Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2535 | 2024-10-18T22:22:23.484Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2536 | 2024-10-18T22:22:23.658Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2537 | 2024-10-18T22:22:23.728Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2538 | 2024-10-18T22:22:23.749Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2539 | 2024-10-18T22:22:23.958Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2540 | 2024-10-18T22:22:24.227Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2541 | 2024-10-18T22:22:26.825Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2542 | 2024-10-18T22:22:27.202Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2543 | 2024-10-18T22:22:27.556Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2544 | 2024-10-18T22:22:28.386Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2545 | 2024-10-18T22:22:28.675Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2546 | 2024-10-18T22:22:28.743Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2547 | 2024-10-18T22:22:29.026Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2548 | 2024-10-18T22:22:29.377Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2549 | 2024-10-18T22:22:29.604Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2550 | 2024-10-18T22:22:29.934Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2551 | 2024-10-18T22:22:30.274Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2552 | 2024-10-18T22:22:30.555Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2553 | 2024-10-18T22:22:30.651Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2554 | 2024-10-18T22:22:30.678Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2555 | 2024-10-18T22:22:30.704Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2556 | 2024-10-18T22:22:31.037Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2557 | 2024-10-18T22:22:31.057Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2558 | 2024-10-18T22:22:31.383Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2559 | 2024-10-18T22:22:31.411Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2560 | 2024-10-18T22:22:31.756Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2561 | 2024-10-18T22:22:31.774Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2562 | 2024-10-18T22:22:31.794Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2563 | 2024-10-18T22:22:32.282Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2564 | 2024-10-18T22:22:32.557Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2565 | 2024-10-18T22:22:37.140Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2566 | 2024-10-18T22:22:37.690Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2567 | 2024-10-18T22:22:37.825Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2568 | 2024-10-18T22:22:38.408Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2569 | 2024-10-18T22:22:38.627Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2570 | 2024-10-18T22:22:39.656Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2571 | 2024-10-18T22:22:39.977Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2572 | 2024-10-18T22:22:40.036Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2573 | 2024-10-18T22:22:40.781Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2574 | 2024-10-18T22:22:40.828Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2575 | 2024-10-18T22:22:42.307Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2576 | 2024-10-18T22:22:47.583Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2577 | 2024-10-18T22:22:47.737Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2578 | 2024-10-18T22:22:48.842Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2579 | 2024-10-18T22:22:48.941Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2580 | 2024-10-18T22:22:49.376Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2581 | 2024-10-18T22:22:49.424Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2582 | 2024-10-18T22:22:49.748Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2583 | 2024-10-18T22:22:50.209Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2584 | 2024-10-18T22:22:50.678Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2585 | 2024-10-18T22:22:51.087Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2586 | 2024-10-18T22:22:51.470Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2587 | 2024-10-18T22:22:52.075Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2588 | 2024-10-18T22:22:52.123Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2589 | 2024-10-18T22:22:52.502Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2590 | 2024-10-18T22:22:52.705Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2591 | 2024-10-18T22:22:53.260Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2592 | 2024-10-18T22:22:53.489Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2593 | 2024-10-18T22:22:54.191Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2594 | 2024-10-18T22:22:54.226Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2595 | 2024-10-18T22:22:54.646Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2596 | 2024-10-18T22:22:54.727Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2597 | 2024-10-18T22:22:55.226Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2598 | 2024-10-18T22:22:55.405Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2599 | 2024-10-18T22:22:55.426Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2600 | 2024-10-18T22:22:56.598Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2601 | 2024-10-18T22:22:56.856Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2602 | 2024-10-18T22:22:56.858Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2603 | 2024-10-18T22:22:57.272Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2604 | 2024-10-18T22:22:57.361Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2605 | 2024-10-18T22:22:57.895Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2606 | 2024-10-18T22:22:57.913Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2607 | 2024-10-18T22:22:57.981Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2608 | 2024-10-18T22:22:58.424Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2609 | 2024-10-18T22:22:58.507Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2610 | 2024-10-18T22:22:58.728Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2611 | 2024-10-18T22:22:59.039Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2612 | 2024-10-18T22:22:59.612Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2613 | 2024-10-18T22:22:59.649Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2614 | 2024-10-18T22:22:59.929Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2615 | 2024-10-18T22:23:00.219Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2616 | 2024-10-18T22:23:00.844Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2617 | 2024-10-18T22:23:00.960Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2618 | 2024-10-18T22:23:02.185Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2619 | 2024-10-18T22:23:03.015Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2620 | 2024-10-18T22:23:03.817Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2621 | 2024-10-18T22:23:04.552Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2622 | 2024-10-18T22:23:04.577Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2623 | 2024-10-18T22:23:04.907Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2624 | 2024-10-18T22:23:05.025Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2625 | 2024-10-18T22:23:08.303Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2626 | 2024-10-18T22:23:08.962Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2627 | 2024-10-18T22:23:09.486Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2628 | 2024-10-18T22:23:09.508Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2629 | 2024-10-18T22:23:10.119Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2630 | 2024-10-18T22:23:11.772Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2631 | 2024-10-18T22:23:15.549Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2632 | 2024-10-18T22:23:16.575Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2633 | 2024-10-18T22:23:19.273Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2634 | 2024-10-18T22:23:24.094Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2635 | 2024-10-18T22:23:29.823Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2636 | 2024-10-18T22:23:31.116Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2637 | 2024-10-18T22:24:11.935Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2638 | 2024-10-18T22:24:18.360Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2639 | 2024-10-18T22:24:18.603Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2640 | 2024-10-18T22:24:20.750Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2641 | 2024-10-18T22:24:35.672Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2642 | 2024-10-18T22:24:36.659Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2643 | 2024-10-18T22:24:43.388Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2644 | 2024-10-18T22:24:50.307Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2645 | 2024-10-18T22:24:51.485Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2646 | 2024-10-18T22:25:01.089Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2647 | 2024-10-18T22:25:04.147Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2648 | 2024-10-18T22:25:04.290Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2649 | 2024-10-18T22:25:07.360Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2650 | 2024-10-18T22:25:14.832Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2651 | 2024-10-18T22:25:16.058Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2652 | 2024-10-18T22:25:16.819Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2653 | 2024-10-18T22:25:21.704Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2654 | 2024-10-18T22:25:25.263Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2655 | 2024-10-18T22:25:57.279Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2656 | 2024-10-18T22:26:01.517Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2657 | 2024-10-18T22:26:03.586Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2658 | 2024-10-18T22:26:03.676Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2659 | 2024-10-18T22:26:08.686Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2660 | 2024-10-18T22:26:17.631Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2661 | 2024-10-18T22:26:27.993Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2662 | 2024-10-18T22:26:34.119Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2663 | 2024-10-18T22:26:34.386Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2664 | 2024-10-18T22:26:35.535Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2665 | 2024-10-18T22:26:37.579Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2666 | 2024-10-18T22:26:47.147Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2667 | 2024-10-18T22:26:54.602Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2668 | 2024-10-18T22:26:55.710Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2669 | 2024-10-18T22:26:58.894Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2670 | 2024-10-18T22:27:03.686Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2671 | 2024-10-18T22:27:05.405Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2672 | 2024-10-18T22:27:12.978Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2673 | 2024-10-18T22:27:18.657Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2674 | 2024-10-18T22:27:22.937Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2675 | 2024-10-18T22:27:23.230Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2676 | 2024-10-18T22:27:23.778Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2677 | 2024-10-18T22:27:33.389Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2678 | 2024-10-18T22:27:34.984Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2679 | 2024-10-18T22:27:37.349Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2680 | 2024-10-18T22:27:37.749Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2681 | 2024-10-18T22:27:37.972Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2682 | 2024-10-18T22:27:52.025Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2683 | 2024-10-18T22:27:52.094Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2684 | 2024-10-18T22:27:52.381Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2685 | 2024-10-18T22:27:53.072Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2686 | 2024-10-18T22:27:55.416Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2687 | 2024-10-18T22:27:59.745Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2688 | 2024-10-18T22:28:08.885Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2689 | 2024-10-18T22:28:11.419Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2690 | 2024-10-18T22:28:12.012Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2691 | 2024-10-18T22:28:12.489Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2692 | 2024-10-18T22:28:14.610Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2693 | 2024-10-18T22:28:14.685Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2694 | 2024-10-18T22:28:15.650Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2695 | 2024-10-18T22:28:22.839Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2696 | 2024-10-18T22:28:27.612Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2697 | 2024-10-18T22:28:28.955Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2698 | 2024-10-18T22:28:29.317Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2699 | 2024-10-18T22:28:31.543Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2700 | 2024-10-18T22:28:32.279Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2701 | 2024-10-18T22:28:33.313Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2702 | 2024-10-18T22:28:41.509Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2703 | 2024-10-18T22:28:41.610Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2704 | 2024-10-18T22:28:43.269Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2705 | 2024-10-18T22:28:43.747Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2706 | 2024-10-18T22:28:46.950Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2707 | 2024-10-18T22:28:46.993Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2708 | 2024-10-18T22:28:49.207Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2709 | 2024-10-18T22:28:51.063Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2710 | 2024-10-18T22:28:55.182Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2711 | 2024-10-18T22:28:58.380Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2712 | 2024-10-18T22:29:00.573Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2713 | 2024-10-18T22:29:04.971Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2714 | 2024-10-18T22:29:06.189Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2715 | 2024-10-18T22:29:06.454Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2716 | 2024-10-18T22:29:10.018Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2717 | 2024-10-18T22:29:10.643Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2718 | 2024-10-18T22:29:14.770Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2719 | 2024-10-18T22:29:16.301Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2720 | 2024-10-18T22:29:17.153Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2721 | 2024-10-18T22:29:22.917Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2722 | 2024-10-18T22:29:23.231Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2723 | 2024-10-18T22:29:23.718Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2724 | 2024-10-18T22:29:27.323Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2725 | 2024-10-18T22:29:27.416Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2726 | 2024-10-18T22:29:30.776Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2727 | 2024-10-18T22:29:32.768Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2728 | 2024-10-18T22:29:33.975Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2729 | 2024-10-18T22:29:34.374Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2730 | 2024-10-18T22:29:39.876Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2731 | 2024-10-18T22:29:40.017Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2732 | 2024-10-18T22:29:41.585Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2733 | 2024-10-18T22:29:42.035Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2734 | 2024-10-18T22:29:43.988Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2735 | 2024-10-18T22:29:44.503Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2736 | 2024-10-18T22:29:44.650Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2737 | 2024-10-18T22:29:45.850Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2738 | 2024-10-18T22:29:46.327Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2739 | 2024-10-18T22:29:46.330Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2740 | 2024-10-18T22:29:50.902Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2741 | 2024-10-18T22:29:51.676Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2742 | 2024-10-18T22:29:51.855Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2743 | 2024-10-18T22:30:24.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 03s |
2744 | 2024-10-18T22:30:25.081Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 134 other files |
2745 | 2024-10-18T22:30:25.156Z | |
2746 | 2024-10-18T22:30:25.158Z | real 8:03.815051863 |
2747 | 2024-10-18T22:30:25.158Z | user 25:05.393500429 |
2748 | 2024-10-18T22:30:25.158Z | sys 35:02.829386631 |
2749 | 2024-10-18T22:30:25.159Z | trap 0.455565529 |
2750 | 2024-10-18T22:30:25.159Z | tflt 0.256406674 |
2751 | 2024-10-18T22:30:25.159Z | dflt 0.153285185 |
2752 | 2024-10-18T22:30:25.159Z | kflt 0.000009089 |
2753 | 2024-10-18T22:30:25.159Z | lock 1:20:27.749930944 |
2754 | 2024-10-18T22:30:25.159Z | slp 2:16:23.274827714 |
2755 | 2024-10-18T22:30:25.159Z | lat 1:14.706391883 |
2756 | 2024-10-18T22:30:25.159Z | stop 1:09.248183478 |
2757 | 2024-10-18T22:30:25.159Z | process exited: duration 1184283 ms, exit code 0 |
|
2758 | 2024-10-18T22:30:25.165Z | found 0 output files |