|
|
|
1 | 2024-08-24T16:21:20.058Z | job assigned to worker 01J62K1NXJB1REFKYT2TQMSPZC (queued for 27 s) |
|
2 | 2024-08-24T16:21:20.756Z | starting task 0: "setup" |
3 | 2024-08-24T16:21:20.780Z | ++ uname -s |
4 | 2024-08-24T16:21:20.780Z | + kern=SunOS |
5 | 2024-08-24T16:21:20.780Z | + case "$kern" in |
6 | 2024-08-24T16:21:20.780Z | + groupadd -g 12345 build |
7 | 2024-08-24T16:21:20.780Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-24T16:21:22.787Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-24T16:21:22.827Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-24T16:21:22.851Z | + home_fs=zfs |
11 | 2024-08-24T16:21:22.851Z | + [[ zfs == autofs ]] |
12 | 2024-08-24T16:21:22.851Z | + mkdir -p /home/build |
13 | 2024-08-24T16:21:22.851Z | + chown build:build /home/build /work |
14 | 2024-08-24T16:21:24.836Z | + chmod 0700 /home/build /work |
15 | 2024-08-24T16:21:24.860Z | process exited: duration 4085 ms, exit code 0 |
|
16 | 2024-08-24T16:21:24.909Z | starting task 1: "rust-toolchain" |
17 | 2024-08-24T16:21:24.933Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-24T16:21:24.933Z | ' 1.80.1 |
19 | 2024-08-24T16:21:24.933Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-24T16:21:24.933Z | ' default |
21 | 2024-08-24T16:21:24.933Z | * toolchain channel = "1.80.1" |
22 | 2024-08-24T16:21:24.933Z | * toolchain profile = "default" |
23 | 2024-08-24T16:21:24.933Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-24T16:21:24.933Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-24T16:21:25.042Z | info: downloading installer |
26 | 2024-08-24T16:21:25.559Z | info: profile set to 'default' |
27 | 2024-08-24T16:21:25.559Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-24T16:21:25.583Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-24T16:21:25.665Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-24T16:21:25.665Z | info: downloading component 'cargo' |
31 | 2024-08-24T16:21:25.926Z | info: downloading component 'clippy' |
32 | 2024-08-24T16:21:26.026Z | info: downloading component 'rust-docs' |
33 | 2024-08-24T16:21:26.383Z | info: downloading component 'rust-std' |
34 | 2024-08-24T16:21:27.170Z | info: downloading component 'rustc' |
35 | 2024-08-24T16:21:28.757Z | info: downloading component 'rustfmt' |
36 | 2024-08-24T16:21:28.838Z | info: installing component 'cargo' |
37 | 2024-08-24T16:21:29.944Z | info: installing component 'clippy' |
38 | 2024-08-24T16:21:30.383Z | info: installing component 'rust-docs' |
39 | 2024-08-24T16:21:33.124Z | info: installing component 'rust-std' |
40 | 2024-08-24T16:21:35.413Z | info: installing component 'rustc' |
41 | 2024-08-24T16:21:40.358Z | info: installing component 'rustfmt' |
42 | 2024-08-24T16:21:40.737Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-24T16:21:40.737Z | |
44 | 2024-08-24T16:21:40.855Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-24T16:21:40.855Z | |
46 | 2024-08-24T16:21:40.879Z | |
47 | 2024-08-24T16:21:40.879Z | Rust is installed now. Great! |
48 | 2024-08-24T16:21:40.879Z | |
49 | 2024-08-24T16:21:40.879Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-24T16:21:40.879Z | environment variable. This has not been done automatically. |
51 | 2024-08-24T16:21:40.879Z | |
52 | 2024-08-24T16:21:40.879Z | To configure your current shell, you need to source |
53 | 2024-08-24T16:21:40.879Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-24T16:21:40.879Z | |
55 | 2024-08-24T16:21:40.879Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-24T16:21:40.879Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-24T16:21:40.879Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-24T16:21:40.938Z | + rustc --version |
59 | 2024-08-24T16:21:41.055Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-24T16:21:41.078Z | process exited: duration 16151 ms, exit code 0 |
|
61 | 2024-08-24T16:21:41.127Z | starting task 2: "authentication" |
62 | 2024-08-24T16:21:41.183Z | process exited: duration 55 ms, exit code 0 |
|
63 | 2024-08-24T16:21:41.230Z | starting task 3: "clone repository" |
64 | 2024-08-24T16:21:41.255Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-24T16:21:41.255Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-24T16:21:41.278Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-24T16:21:50.130Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-24T16:21:50.154Z | + git fetch origin e7d2430f1f0f7d16cc82ed47e6ee9d6ddb343082 |
69 | 2024-08-24T16:21:50.507Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-24T16:21:50.507Z | * branch e7d2430f1f0f7d16cc82ed47e6ee9d6ddb343082 -> FETCH_HEAD |
71 | 2024-08-24T16:21:50.531Z | + [[ -n eliza/sensor-metric ]] |
72 | 2024-08-24T16:21:50.531Z | ++ git branch --show-current |
73 | 2024-08-24T16:21:50.531Z | + current=main |
74 | 2024-08-24T16:21:50.531Z | + [[ main != eliza/sensor-metric ]] |
75 | 2024-08-24T16:21:50.531Z | + git branch -f eliza/sensor-metric e7d2430f1f0f7d16cc82ed47e6ee9d6ddb343082 |
76 | 2024-08-24T16:21:50.555Z | + git checkout -f eliza/sensor-metric |
77 | 2024-08-24T16:21:50.730Z | Switched to branch 'eliza/sensor-metric' |
78 | 2024-08-24T16:21:50.754Z | + git reset --hard e7d2430f1f0f7d16cc82ed47e6ee9d6ddb343082 |
79 | 2024-08-24T16:21:50.754Z | HEAD is now at e7d2430f1 celsius |
80 | 2024-08-24T16:21:50.754Z | process exited: duration 9521 ms, exit code 0 |
|
81 | 2024-08-24T16:21:50.802Z | starting task 4: "build" |
82 | 2024-08-24T16:21:50.830Z | + cargo --version |
83 | 2024-08-24T16:21:50.903Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-24T16:21:50.926Z | + rustc --version |
85 | 2024-08-24T16:21:51.003Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-24T16:21:51.027Z | + source ./env.sh |
87 | 2024-08-24T16:21:51.027Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-24T16:21:51.027Z | ++ set -o xtrace |
89 | 2024-08-24T16:21:51.027Z | ++++ dirname ./env.sh |
90 | 2024-08-24T16:21:51.027Z | +++ readlink -f . |
91 | 2024-08-24T16:21:51.027Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-24T16:21:51.027Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-24T16:21:51.027Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-24T16:21:51.027Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-08-24T16:21:51.027Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-08-24T16:21:51.027Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-08-24T16:21:51.027Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-08-24T16:21:51.027Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-08-24T16:21:51.027Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-08-24T16:21:51.027Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-24T16:21:51.027Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-24T16:21:51.027Z | + banner prerequisites |
103 | 2024-08-24T16:21:51.027Z | |
104 | 2024-08-24T16:21:51.027Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-24T16:21:51.028Z | # # # # # # # # # # # # # # # |
106 | 2024-08-24T16:21:51.028Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-24T16:21:51.028Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-24T16:21:51.028Z | # # # # # # # # # # # # # # # |
109 | 2024-08-24T16:21:51.028Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-24T16:21:51.028Z | |
111 | 2024-08-24T16:21:51.028Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-24T16:21:56.229Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-24T16:21:59.227Z | Startup: Caching catalogs ... Done |
114 | 2024-08-24T16:22:01.577Z | Planning: Solver setup ... Done (1.612s) |
115 | 2024-08-24T16:22:01.604Z | Planning: Running solver ... Done (0.026s) |
116 | 2024-08-24T16:22:01.643Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-08-24T16:22:01.722Z | Planning: Fetching manifests: 0/5 0% complete |
118 | 2024-08-24T16:22:04.593Z | Planning: Fetching manifests: 5/5 100% complete |
119 | 2024-08-24T16:22:04.723Z | Planning: Package planning ... Done (0.130s) |
120 | 2024-08-24T16:22:04.792Z | Planning: Merging actions ... Done (0.069s) |
121 | 2024-08-24T16:22:05.055Z | Planning: Checking for conflicting actions ... Done (0.262s) |
122 | 2024-08-24T16:22:06.118Z | Planning: Consolidating action changes ... Done (1.063s) |
123 | 2024-08-24T16:22:06.550Z | Planning: Evaluating mediators ... Done (0.432s) |
124 | 2024-08-24T16:22:06.643Z | Planning: Planning completed in 7.35 seconds |
125 | 2024-08-24T16:22:06.667Z | Packages to install: 4 |
126 | 2024-08-24T16:22:06.667Z | Packages to update: 1 |
127 | 2024-08-24T16:22:06.667Z | Mediators to change: 2 |
128 | 2024-08-24T16:22:06.667Z | Services to change: 1 |
129 | 2024-08-24T16:22:06.667Z | Estimated space available: 148.82 GB |
130 | 2024-08-24T16:22:06.667Z | Estimated space to be consumed: 1.53 GB |
131 | 2024-08-24T16:22:06.667Z | Create boot environment: No |
132 | 2024-08-24T16:22:06.667Z | Create backup boot environment: Yes |
133 | 2024-08-24T16:22:06.667Z | Rebuild boot archive: No |
134 | 2024-08-24T16:22:06.667Z | |
135 | 2024-08-24T16:22:06.667Z | Changed mediators: |
136 | 2024-08-24T16:22:06.667Z | mediator clang: |
137 | 2024-08-24T16:22:06.667Z | version: None -> 15 (system default) |
138 | 2024-08-24T16:22:06.667Z | |
139 | 2024-08-24T16:22:06.667Z | mediator llvm: |
140 | 2024-08-24T16:22:06.667Z | version: 14 (system default) -> 15 (system default) |
141 | 2024-08-24T16:22:06.667Z | |
142 | 2024-08-24T16:22:06.667Z | Changed packages: |
143 | 2024-08-24T16:22:06.667Z | helios-dev |
144 | 2024-08-24T16:22:06.667Z | developer/build-essential |
145 | 2024-08-24T16:22:06.667Z | None -> 11-2.0 |
146 | 2024-08-24T16:22:06.667Z | library/libxmlsec1 |
147 | 2024-08-24T16:22:06.667Z | None -> 1.2.35-2.0 |
148 | 2024-08-24T16:22:06.668Z | ooce/developer/clang-15 |
149 | 2024-08-24T16:22:06.668Z | None -> 15.0.7-2.0 |
150 | 2024-08-24T16:22:06.668Z | ooce/developer/llvm-15 |
151 | 2024-08-24T16:22:06.668Z | None -> 15.0.7-2.0 |
152 | 2024-08-24T16:22:06.668Z | package/pkg |
153 | 2024-08-24T16:22:06.668Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
154 | 2024-08-24T16:22:06.668Z | |
155 | 2024-08-24T16:22:06.668Z | Services: |
156 | 2024-08-24T16:22:06.668Z | restart_fmri: |
157 | 2024-08-24T16:22:06.668Z | svc:/system/update-man-index:default |
158 | 2024-08-24T16:22:06.668Z | |
159 | 2024-08-24T16:22:06.668Z | Editable files to change: |
160 | 2024-08-24T16:22:06.668Z | Update: |
161 | 2024-08-24T16:22:06.668Z | usr/share/lib/pkg/web/config.shtml |
162 | 2024-08-24T16:22:06.737Z | |
163 | 2024-08-24T16:22:06.737Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
164 | 2024-08-24T16:22:11.738Z | Download: 579/4281 items 8.2/220.6MB 3% complete (1.6M/s) |
165 | 2024-08-24T16:22:16.916Z | Download: 1192/4281 items 63.9/220.6MB 28% complete (6.4M/s) |
166 | 2024-08-24T16:22:21.925Z | Download: 1629/4281 items 117.8/220.6MB 53% complete (10.9M/s) |
167 | 2024-08-24T16:22:26.947Z | Download: 2225/4281 items 119.2/220.6MB 54% complete (5.5M/s) |
168 | 2024-08-24T16:22:31.948Z | Download: 3188/4281 items 154.9/220.6MB 70% complete (3.6M/s) |
169 | 2024-08-24T16:22:36.949Z | Download: 3564/4281 items 213.9/220.6MB 96% complete (9.5M/s) |
170 | 2024-08-24T16:22:42.341Z | Download: 4203/4281 items 220.6/220.6MB 99% complete (9.6M/s) |
171 | 2024-08-24T16:22:44.065Z | Download: Completed 220.60 MB in 37.33 seconds (5.9M/s) |
172 | 2024-08-24T16:22:45.537Z | Actions: 1/5063 actions (Removing old actions) |
173 | 2024-08-24T16:22:45.561Z | Actions: 194/5063 actions (Installing new actions) |
174 | 2024-08-24T16:22:50.548Z | Actions: 3522/5063 actions (Installing new actions) |
175 | 2024-08-24T16:22:51.210Z | Actions: 4226/5063 actions (Updating modified actions) |
176 | 2024-08-24T16:22:51.560Z | Actions: Completed 5063 actions in 6.02 seconds. |
177 | 2024-08-24T16:22:51.953Z | Done (0.383s) |
178 | 2024-08-24T16:22:51.976Z | Done (0.000s) |
179 | 2024-08-24T16:22:52.426Z | Done (0.471s) |
180 | 2024-08-24T16:22:57.382Z | Done (4.815s) |
181 | 2024-08-24T16:22:57.482Z | Done (0.019s) |
182 | 2024-08-24T16:22:57.482Z | Done (0.000s) |
183 | 2024-08-24T16:22:57.683Z | Done (0.000s) |
184 | 2024-08-24T16:22:58.350Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-08-24T16:22:58.610Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-08-24T16:22:58.645Z | Planning: Consolidating action changes ... Done |
187 | 2024-08-24T16:22:58.951Z | Planning: Evaluating mediators ... Done |
188 | 2024-08-24T16:22:58.983Z | Planning: Planning completed in 0.58 seconds |
189 | 2024-08-24T16:22:58.984Z | Mediators to change: 2 |
190 | 2024-08-24T16:22:58.984Z | Create boot environment: No |
191 | 2024-08-24T16:22:58.984Z | Create backup boot environment: No |
192 | 2024-08-24T16:22:59.043Z | Done |
193 | 2024-08-24T16:22:59.044Z | Done |
194 | 2024-08-24T16:22:59.366Z | Done |
195 | 2024-08-24T16:23:03.640Z | Done |
196 | 2024-08-24T16:23:03.730Z | Done |
197 | 2024-08-24T16:23:03.754Z | Done |
198 | 2024-08-24T16:23:03.819Z | Done |
199 | 2024-08-24T16:23:04.550Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-08-24T16:23:04.575Z | Planning: Merging actions ... Done |
201 | 2024-08-24T16:23:04.801Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-08-24T16:23:04.852Z | Planning: Consolidating action changes ... Done |
203 | 2024-08-24T16:23:05.122Z | Planning: Evaluating mediators ... Done |
204 | 2024-08-24T16:23:05.184Z | Planning: Planning completed in 0.93 seconds |
205 | 2024-08-24T16:23:05.226Z | Packages to change: 1 |
206 | 2024-08-24T16:23:05.226Z | Mediators to change: 1 |
207 | 2024-08-24T16:23:05.227Z | Services to change: 1 |
208 | 2024-08-24T16:23:05.227Z | Create boot environment: No |
209 | 2024-08-24T16:23:05.227Z | Create backup boot environment: Yes |
210 | 2024-08-24T16:23:06.744Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2024-08-24T16:23:06.767Z | Actions: Completed 6 actions in 0.00 seconds. |
212 | 2024-08-24T16:23:06.767Z | Done |
213 | 2024-08-24T16:23:06.767Z | Done |
214 | 2024-08-24T16:23:06.843Z | Done |
215 | 2024-08-24T16:23:11.231Z | Done |
216 | 2024-08-24T16:23:11.326Z | Done |
217 | 2024-08-24T16:23:11.350Z | Done |
218 | 2024-08-24T16:23:11.411Z | Done |
219 | 2024-08-24T16:23:11.948Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2024-08-24T16:23:11.948Z | clang system 15 system |
221 | 2024-08-24T16:23:11.948Z | csh system system illumos |
222 | 2024-08-24T16:23:11.948Z | ctags system system illumos |
223 | 2024-08-24T16:23:11.948Z | gcc vendor 12 vendor |
224 | 2024-08-24T16:23:11.948Z | gcc system 10 system |
225 | 2024-08-24T16:23:11.948Z | gcc system 7 system |
226 | 2024-08-24T16:23:11.949Z | go system 1.20 system |
227 | 2024-08-24T16:23:11.949Z | go system 1.19 system |
228 | 2024-08-24T16:23:11.949Z | llvm system 15 system |
229 | 2024-08-24T16:23:11.949Z | llvm system 14 system |
230 | 2024-08-24T16:23:11.949Z | mariadb system 10.6 system |
231 | 2024-08-24T16:23:11.949Z | mta vendor vendor dma |
232 | 2024-08-24T16:23:11.949Z | openjdk system 17 system |
233 | 2024-08-24T16:23:11.949Z | openjdk system 11 system |
234 | 2024-08-24T16:23:11.949Z | openjdk system 1.8 system |
235 | 2024-08-24T16:23:11.949Z | openssl vendor 3 vendor |
236 | 2024-08-24T16:23:11.949Z | perl system 5.36 system |
237 | 2024-08-24T16:23:11.949Z | postgresql system 15 system |
238 | 2024-08-24T16:23:11.949Z | postgresql system 13 system |
239 | 2024-08-24T16:23:11.949Z | python vendor 3 vendor |
240 | 2024-08-24T16:23:11.949Z | python system 2 system |
241 | 2024-08-24T16:23:11.949Z | python3 system 3.11 system |
242 | 2024-08-24T16:23:11.949Z | ruby system 3.0 system |
243 | 2024-08-24T16:23:11.949Z | words vendor vendor american-english |
244 | 2024-08-24T16:23:11.949Z | words system system australian-english |
245 | 2024-08-24T16:23:11.949Z | words system system british-english |
246 | 2024-08-24T16:23:11.949Z | words system system canadian-english |
247 | 2024-08-24T16:23:11.949Z | words system system french |
248 | 2024-08-24T16:23:11.949Z | words system system italian |
249 | 2024-08-24T16:23:11.949Z | words system system ngerman |
250 | 2024-08-24T16:23:11.949Z | words system system ogerman |
251 | 2024-08-24T16:23:11.949Z | words system system spanish |
252 | 2024-08-24T16:23:12.349Z | PUBLISHER TYPE STATUS P LOCATION |
253 | 2024-08-24T16:23:12.349Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
254 | 2024-08-24T16:23:14.493Z | FMRI IFO |
255 | 2024-08-24T16:23:14.493Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
256 | 2024-08-24T16:23:14.493Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
257 | 2024-08-24T16:23:14.493Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
258 | 2024-08-24T16:23:14.493Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
259 | 2024-08-24T16:23:14.493Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
260 | 2024-08-24T16:23:14.493Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
261 | 2024-08-24T16:23:14.493Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
262 | 2024-08-24T16:23:14.493Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
263 | 2024-08-24T16:23:14.493Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
264 | 2024-08-24T16:23:14.494Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
265 | 2024-08-24T16:23:14.494Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
266 | 2024-08-24T16:23:14.494Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
267 | 2024-08-24T16:23:14.494Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
268 | 2024-08-24T16:23:15.176Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
269 | 2024-08-24T16:23:15.553Z | Updating git repository `https://github.com/oxidecomputer/zone` |
270 | 2024-08-24T16:23:15.926Z | Updating crates.io index |
271 | 2024-08-24T16:23:15.950Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
272 | 2024-08-24T16:23:16.826Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
273 | 2024-08-24T16:23:17.693Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
274 | 2024-08-24T16:23:18.040Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
275 | 2024-08-24T16:23:20.364Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
276 | 2024-08-24T16:23:20.651Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
277 | 2024-08-24T16:23:21.000Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
278 | 2024-08-24T16:23:22.296Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
279 | 2024-08-24T16:23:24.302Z | Updating git repository `https://github.com/oxidecomputer/opte` |
280 | 2024-08-24T16:23:25.464Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
281 | 2024-08-24T16:23:26.209Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
282 | 2024-08-24T16:23:26.581Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
283 | 2024-08-24T16:23:27.193Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
284 | 2024-08-24T16:23:27.548Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
285 | 2024-08-24T16:23:27.918Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
286 | 2024-08-24T16:23:28.289Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
287 | 2024-08-24T16:23:28.600Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
288 | 2024-08-24T16:23:28.920Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
289 | 2024-08-24T16:23:29.264Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
290 | 2024-08-24T16:23:29.635Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
291 | 2024-08-24T16:23:30.000Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
292 | 2024-08-24T16:23:30.440Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
293 | 2024-08-24T16:23:30.756Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
294 | 2024-08-24T16:23:31.318Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
295 | 2024-08-24T16:23:31.720Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
296 | 2024-08-24T16:23:32.194Z | Updating git repository `https://github.com/oxidecomputer/typify` |
297 | 2024-08-24T16:23:34.594Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
298 | 2024-08-24T16:23:34.931Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
299 | 2024-08-24T16:23:35.308Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
300 | 2024-08-24T16:23:35.749Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
301 | 2024-08-24T16:23:36.939Z | Downloading crates ... |
302 | 2024-08-24T16:23:37.018Z | Downloaded equivalent v1.0.1 |
303 | 2024-08-24T16:23:37.044Z | Downloaded scroll_derive v0.12.0 |
304 | 2024-08-24T16:23:37.072Z | Downloaded version_check v0.9.5 |
305 | 2024-08-24T16:23:37.072Z | Downloaded zerocopy-derive v0.7.34 |
306 | 2024-08-24T16:23:37.107Z | Downloaded clap_builder v4.5.15 |
307 | 2024-08-24T16:23:37.107Z | Downloaded usdt-impl v0.5.0 |
308 | 2024-08-24T16:23:37.107Z | Downloaded unicode-width v0.1.13 |
309 | 2024-08-24T16:23:37.107Z | Downloaded libc v0.2.156 |
310 | 2024-08-24T16:23:37.139Z | Downloaded syn v1.0.109 |
311 | 2024-08-24T16:23:37.166Z | Downloaded rustix v0.38.34 |
312 | 2024-08-24T16:23:37.190Z | Downloaded zerocopy v0.7.34 |
313 | 2024-08-24T16:23:37.191Z | Downloaded winnow v0.6.18 |
314 | 2024-08-24T16:23:37.216Z | Downloaded utf8parse v0.2.1 |
315 | 2024-08-24T16:23:37.216Z | Downloaded usdt v0.5.0 |
316 | 2024-08-24T16:23:37.216Z | Downloaded tabled v0.15.0 |
317 | 2024-08-24T16:23:37.240Z | Downloaded syn v2.0.74 |
318 | 2024-08-24T16:23:37.240Z | Downloaded serde_spanned v0.6.7 |
319 | 2024-08-24T16:23:37.240Z | Downloaded serde_json v1.0.125 |
320 | 2024-08-24T16:23:37.265Z | Downloaded quote v1.0.36 |
321 | 2024-08-24T16:23:37.265Z | Downloaded proc-macro2 v1.0.86 |
322 | 2024-08-24T16:23:37.265Z | Downloaded proc-macro-error v1.0.4 |
323 | 2024-08-24T16:23:37.265Z | Downloaded plain v0.2.3 |
324 | 2024-08-24T16:23:37.265Z | Downloaded pest_meta v2.7.10 |
325 | 2024-08-24T16:23:37.265Z | Downloaded pest_generator v2.7.10 |
326 | 2024-08-24T16:23:37.265Z | Downloaded pest_derive v2.7.10 |
327 | 2024-08-24T16:23:37.265Z | Downloaded pest v2.7.10 |
328 | 2024-08-24T16:23:37.265Z | Downloaded papergrid v0.11.0 |
329 | 2024-08-24T16:23:37.291Z | Downloaded once_cell v1.19.0 |
330 | 2024-08-24T16:23:37.291Z | Downloaded memmap v0.7.0 |
331 | 2024-08-24T16:23:37.291Z | Downloaded memchr v2.7.2 |
332 | 2024-08-24T16:23:37.291Z | Downloaded log v0.4.21 |
333 | 2024-08-24T16:23:37.291Z | Downloaded itoa v1.0.11 |
334 | 2024-08-24T16:23:37.291Z | Downloaded indexmap v2.4.0 |
335 | 2024-08-24T16:23:37.291Z | Downloaded heck v0.4.1 |
336 | 2024-08-24T16:23:37.321Z | Downloaded hashbrown v0.14.5 |
337 | 2024-08-24T16:23:37.321Z | Downloaded goblin v0.8.2 |
338 | 2024-08-24T16:23:37.321Z | Downloaded fs-err v2.11.0 |
339 | 2024-08-24T16:23:37.321Z | Downloaded errno v0.3.9 |
340 | 2024-08-24T16:23:37.321Z | Downloaded digest v0.10.7 |
341 | 2024-08-24T16:23:37.322Z | Downloaded cpufeatures v0.2.12 |
342 | 2024-08-24T16:23:37.322Z | Downloaded clap_lex v0.7.0 |
343 | 2024-08-24T16:23:37.322Z | Downloaded clap v4.5.16 |
344 | 2024-08-24T16:23:37.345Z | Downloaded cargo_metadata v0.18.1 |
345 | 2024-08-24T16:23:37.345Z | Downloaded usdt-macro v0.5.0 |
346 | 2024-08-24T16:23:37.345Z | Downloaded usdt-attr-macro v0.5.0 |
347 | 2024-08-24T16:23:37.345Z | Downloaded unicode-ident v1.0.12 |
348 | 2024-08-24T16:23:37.345Z | Downloaded ucd-trie v0.1.6 |
349 | 2024-08-24T16:23:37.345Z | Downloaded typenum v1.17.0 |
350 | 2024-08-24T16:23:37.345Z | Downloaded toml_edit v0.22.20 |
351 | 2024-08-24T16:23:37.368Z | Downloaded toml_datetime v0.6.8 |
352 | 2024-08-24T16:23:37.368Z | Downloaded toml v0.8.19 |
353 | 2024-08-24T16:23:37.368Z | Downloaded thread-id v4.2.1 |
354 | 2024-08-24T16:23:37.368Z | Downloaded thiserror-impl v1.0.63 |
355 | 2024-08-24T16:23:37.392Z | Downloaded thiserror v1.0.63 |
356 | 2024-08-24T16:23:37.392Z | Downloaded terminal_size v0.3.0 |
357 | 2024-08-24T16:23:37.392Z | Downloaded tabled_derive v0.7.0 |
358 | 2024-08-24T16:23:37.392Z | Downloaded swrite v0.1.0 |
359 | 2024-08-24T16:23:37.392Z | Downloaded strsim v0.11.1 |
360 | 2024-08-24T16:23:37.392Z | Downloaded sha2 v0.10.8 |
361 | 2024-08-24T16:23:37.392Z | Downloaded serde_tokenstream v0.2.2 |
362 | 2024-08-24T16:23:37.392Z | Downloaded serde_derive v1.0.208 |
363 | 2024-08-24T16:23:37.392Z | Downloaded serde v1.0.208 |
364 | 2024-08-24T16:23:37.392Z | Downloaded semver v1.0.23 |
365 | 2024-08-24T16:23:37.416Z | Downloaded scroll v0.12.0 |
366 | 2024-08-24T16:23:37.416Z | Downloaded ryu v1.0.18 |
367 | 2024-08-24T16:23:37.416Z | Downloaded proc-macro-error-attr v1.0.4 |
368 | 2024-08-24T16:23:37.416Z | Downloaded macaddr v1.0.1 |
369 | 2024-08-24T16:23:37.416Z | Downloaded heck v0.5.0 |
370 | 2024-08-24T16:23:37.416Z | Downloaded generic-array v0.14.7 |
371 | 2024-08-24T16:23:37.416Z | Downloaded fnv v1.0.7 |
372 | 2024-08-24T16:23:37.416Z | Downloaded dtrace-parser v0.2.0 |
373 | 2024-08-24T16:23:37.416Z | Downloaded dof v0.3.0 |
374 | 2024-08-24T16:23:37.416Z | Downloaded crypto-common v0.1.6 |
375 | 2024-08-24T16:23:37.416Z | Downloaded clap_derive v4.5.13 |
376 | 2024-08-24T16:23:37.416Z | Downloaded cfg-if v1.0.0 |
377 | 2024-08-24T16:23:37.416Z | Downloaded cargo_toml v0.20.4 |
378 | 2024-08-24T16:23:37.416Z | Downloaded cargo-platform v0.1.8 |
379 | 2024-08-24T16:23:37.416Z | Downloaded camino v1.1.9 |
380 | 2024-08-24T16:23:37.439Z | Downloaded byteorder v1.5.0 |
381 | 2024-08-24T16:23:37.439Z | Downloaded bytecount v0.6.8 |
382 | 2024-08-24T16:23:37.439Z | Downloaded block-buffer v0.10.4 |
383 | 2024-08-24T16:23:37.439Z | Downloaded bitflags v2.6.0 |
384 | 2024-08-24T16:23:37.439Z | Downloaded autocfg v1.3.0 |
385 | 2024-08-24T16:23:37.439Z | Downloaded anyhow v1.0.86 |
386 | 2024-08-24T16:23:37.439Z | Downloaded anstyle-query v1.0.3 |
387 | 2024-08-24T16:23:37.439Z | Downloaded anstyle-parse v0.2.4 |
388 | 2024-08-24T16:23:37.439Z | Downloaded anstyle v1.0.8 |
389 | 2024-08-24T16:23:37.439Z | Downloaded anstream v0.6.14 |
390 | 2024-08-24T16:23:37.463Z | Downloaded pretty-hex v0.4.1 |
391 | 2024-08-24T16:23:37.463Z | Downloaded is_terminal_polyfill v1.70.0 |
392 | 2024-08-24T16:23:37.463Z | Downloaded colorchoice v1.0.1 |
393 | 2024-08-24T16:23:37.566Z | Compiling proc-macro2 v1.0.86 |
394 | 2024-08-24T16:23:37.566Z | Compiling unicode-ident v1.0.12 |
395 | 2024-08-24T16:23:37.590Z | Compiling version_check v0.9.5 |
396 | 2024-08-24T16:23:37.590Z | Compiling serde v1.0.208 |
397 | 2024-08-24T16:23:37.590Z | Compiling memchr v2.7.2 |
398 | 2024-08-24T16:23:37.590Z | Compiling thiserror v1.0.63 |
399 | 2024-08-24T16:23:37.590Z | Compiling libc v0.2.156 |
400 | 2024-08-24T16:23:37.590Z | Compiling ryu v1.0.18 |
401 | 2024-08-24T16:23:37.901Z | Compiling itoa v1.0.11 |
402 | 2024-08-24T16:23:38.050Z | Compiling ucd-trie v0.1.6 |
403 | 2024-08-24T16:23:38.291Z | Compiling once_cell v1.19.0 |
404 | 2024-08-24T16:23:38.415Z | Compiling byteorder v1.5.0 |
405 | 2024-08-24T16:23:38.594Z | Compiling serde_json v1.0.125 |
406 | 2024-08-24T16:23:38.723Z | Compiling proc-macro-error-attr v1.0.4 |
407 | 2024-08-24T16:23:38.823Z | Compiling usdt-impl v0.5.0 |
408 | 2024-08-24T16:23:38.944Z | Compiling syn v1.0.109 |
409 | 2024-08-24T16:23:38.983Z | Compiling rustix v0.38.34 |
410 | 2024-08-24T16:23:39.073Z | Compiling proc-macro-error v1.0.4 |
411 | 2024-08-24T16:23:39.126Z | Compiling quote v1.0.36 |
412 | 2024-08-24T16:23:39.311Z | Compiling utf8parse v0.2.1 |
413 | 2024-08-24T16:23:39.350Z | Compiling hashbrown v0.14.5 |
414 | 2024-08-24T16:23:39.465Z | Compiling syn v2.0.74 |
415 | 2024-08-24T16:23:39.579Z | Compiling errno v0.3.9 |
416 | 2024-08-24T16:23:39.685Z | Compiling equivalent v1.0.1 |
417 | 2024-08-24T16:23:39.738Z | Compiling log v0.4.21 |
418 | 2024-08-24T16:23:39.789Z | Compiling plain v0.2.3 |
419 | 2024-08-24T16:23:39.816Z | Compiling bitflags v2.6.0 |
420 | 2024-08-24T16:23:39.923Z | Compiling thread-id v4.2.1 |
421 | 2024-08-24T16:23:39.949Z | Compiling anstyle-parse v0.2.4 |
422 | 2024-08-24T16:23:40.204Z | Compiling is_terminal_polyfill v1.70.0 |
423 | 2024-08-24T16:23:40.277Z | Compiling semver v1.0.23 |
424 | 2024-08-24T16:23:40.330Z | Compiling winnow v0.6.18 |
425 | 2024-08-24T16:23:40.464Z | Compiling indexmap v2.4.0 |
426 | 2024-08-24T16:23:40.503Z | Compiling pretty-hex v0.4.1 |
427 | 2024-08-24T16:23:40.651Z | Compiling colorchoice v1.0.1 |
428 | 2024-08-24T16:23:40.699Z | Compiling autocfg v1.3.0 |
429 | 2024-08-24T16:23:40.741Z | Compiling anstyle-query v1.0.3 |
430 | 2024-08-24T16:23:40.798Z | Compiling anstyle v1.0.8 |
431 | 2024-08-24T16:23:40.878Z | Compiling camino v1.1.9 |
432 | 2024-08-24T16:23:41.205Z | Compiling anstream v0.6.14 |
433 | 2024-08-24T16:23:41.352Z | Compiling terminal_size v0.3.0 |
434 | 2024-08-24T16:23:41.591Z | Compiling fs-err v2.11.0 |
435 | 2024-08-24T16:23:41.750Z | Compiling bytecount v0.6.8 |
436 | 2024-08-24T16:23:41.865Z | Compiling strsim v0.11.1 |
437 | 2024-08-24T16:23:41.915Z | Compiling heck v0.4.1 |
438 | 2024-08-24T16:23:41.951Z | Compiling fnv v1.0.7 |
439 | 2024-08-24T16:23:42.029Z | Compiling heck v0.5.0 |
440 | 2024-08-24T16:23:42.054Z | Compiling unicode-width v0.1.13 |
441 | 2024-08-24T16:23:42.096Z | Compiling anyhow v1.0.86 |
442 | 2024-08-24T16:23:42.349Z | Compiling clap_lex v0.7.0 |
443 | 2024-08-24T16:23:42.489Z | Compiling papergrid v0.11.0 |
444 | 2024-08-24T16:23:42.719Z | Compiling clap_builder v4.5.15 |
445 | 2024-08-24T16:23:42.864Z | Compiling memmap v0.7.0 |
446 | 2024-08-24T16:23:43.229Z | Compiling swrite v0.1.0 |
447 | 2024-08-24T16:23:44.594Z | Compiling tabled_derive v0.7.0 |
448 | 2024-08-24T16:23:46.195Z | Compiling tabled v0.15.0 |
449 | 2024-08-24T16:23:47.453Z | Compiling serde_derive v1.0.208 |
450 | 2024-08-24T16:23:47.454Z | Compiling thiserror-impl v1.0.63 |
451 | 2024-08-24T16:23:47.478Z | Compiling zerocopy-derive v0.7.34 |
452 | 2024-08-24T16:23:47.478Z | Compiling scroll_derive v0.12.0 |
453 | 2024-08-24T16:23:47.598Z | Compiling clap_derive v4.5.13 |
454 | 2024-08-24T16:23:48.610Z | Compiling scroll v0.12.0 |
455 | 2024-08-24T16:23:49.027Z | Compiling goblin v0.8.2 |
456 | 2024-08-24T16:23:49.215Z | Compiling zerocopy v0.7.34 |
457 | 2024-08-24T16:23:49.780Z | Compiling pest v2.7.10 |
458 | 2024-08-24T16:23:50.536Z | Compiling clap v4.5.16 |
459 | 2024-08-24T16:23:51.773Z | Compiling pest_meta v2.7.10 |
460 | 2024-08-24T16:23:52.768Z | Compiling pest_generator v2.7.10 |
461 | 2024-08-24T16:23:54.483Z | Compiling pest_derive v2.7.10 |
462 | 2024-08-24T16:23:55.101Z | Compiling dtrace-parser v0.2.0 |
463 | 2024-08-24T16:23:56.764Z | Compiling serde_tokenstream v0.2.2 |
464 | 2024-08-24T16:23:56.812Z | Compiling serde_spanned v0.6.7 |
465 | 2024-08-24T16:23:56.812Z | Compiling toml_datetime v0.6.8 |
466 | 2024-08-24T16:23:57.142Z | Compiling cargo-platform v0.1.8 |
467 | 2024-08-24T16:23:57.212Z | Compiling toml_edit v0.22.20 |
468 | 2024-08-24T16:23:57.353Z | Compiling macaddr v1.0.1 |
469 | 2024-08-24T16:23:58.177Z | Compiling dof v0.3.0 |
470 | 2024-08-24T16:23:58.269Z | Compiling cargo_metadata v0.18.1 |
471 | 2024-08-24T16:23:59.806Z | Compiling toml v0.8.19 |
472 | 2024-08-24T16:23:59.865Z | Compiling usdt-attr-macro v0.5.0 |
473 | 2024-08-24T16:23:59.865Z | Compiling usdt-macro v0.5.0 |
474 | 2024-08-24T16:24:00.540Z | Compiling cargo_toml v0.20.4 |
475 | 2024-08-24T16:24:01.080Z | Compiling usdt v0.5.0 |
476 | 2024-08-24T16:24:04.797Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
477 | 2024-08-24T16:24:09.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.77s |
478 | 2024-08-24T16:24:09.875Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
479 | 2024-08-24T16:24:10.648Z | Downloading crates ... |
480 | 2024-08-24T16:24:10.783Z | Downloaded cstr-argument v0.1.2 |
481 | 2024-08-24T16:24:10.784Z | Downloaded cobs v0.2.3 |
482 | 2024-08-24T16:24:10.809Z | Downloaded defmt v0.3.8 |
483 | 2024-08-24T16:24:10.809Z | Downloaded ident_case v1.0.1 |
484 | 2024-08-24T16:24:10.834Z | Downloaded string_cache v0.8.7 |
485 | 2024-08-24T16:24:10.834Z | Downloaded tinyvec_macros v0.1.1 |
486 | 2024-08-24T16:24:10.859Z | Downloaded deranged v0.3.11 |
487 | 2024-08-24T16:24:10.859Z | Downloaded packed_struct v0.10.1 |
488 | 2024-08-24T16:24:10.859Z | Downloaded sigpipe v0.1.3 |
489 | 2024-08-24T16:24:10.884Z | Downloaded parse-size v1.0.0 |
490 | 2024-08-24T16:24:10.884Z | Downloaded try-lock v0.2.5 |
491 | 2024-08-24T16:24:10.910Z | Downloaded foreign-types-shared v0.3.1 |
492 | 2024-08-24T16:24:10.910Z | Downloaded vte_generate_state_changes v0.1.1 |
493 | 2024-08-24T16:24:10.910Z | Downloaded want v0.3.1 |
494 | 2024-08-24T16:24:10.935Z | Downloaded rpassword v7.3.1 |
495 | 2024-08-24T16:24:10.935Z | Downloaded rustfmt-wrapper v0.2.1 |
496 | 2024-08-24T16:24:10.935Z | Downloaded precomputed-hash v0.1.1 |
497 | 2024-08-24T16:24:10.935Z | Downloaded float-cmp v0.9.0 |
498 | 2024-08-24T16:24:10.961Z | Downloaded rustc_version v0.1.7 |
499 | 2024-08-24T16:24:10.961Z | Downloaded sqlparser_derive v0.2.2 |
500 | 2024-08-24T16:24:10.961Z | Downloaded fastrand v2.1.0 |
501 | 2024-08-24T16:24:10.961Z | Downloaded take_mut v0.2.2 |
502 | 2024-08-24T16:24:10.961Z | Downloaded toolchain_find v0.4.0 |
503 | 2024-08-24T16:24:10.986Z | Downloaded fallible-streaming-iterator v0.1.9 |
504 | 2024-08-24T16:24:10.987Z | Downloaded fallible-iterator v0.3.0 |
505 | 2024-08-24T16:24:10.987Z | Downloaded ena v0.14.3 |
506 | 2024-08-24T16:24:11.012Z | Downloaded unsafe-libyaml v0.2.11 |
507 | 2024-08-24T16:24:11.012Z | Downloaded tokio-postgres v0.7.11 |
508 | 2024-08-24T16:24:11.012Z | Downloaded expectorate v1.1.0 |
509 | 2024-08-24T16:24:11.038Z | Downloaded tokio-util v0.7.11 |
510 | 2024-08-24T16:24:11.038Z | Downloaded prettyplease v0.2.20 |
511 | 2024-08-24T16:24:11.038Z | Downloaded elliptic-curve v0.13.8 |
512 | 2024-08-24T16:24:11.063Z | Downloaded toml_edit v0.19.15 |
513 | 2024-08-24T16:24:11.088Z | Downloaded unicode_categories v0.1.1 |
514 | 2024-08-24T16:24:11.088Z | Downloaded finl_unicode v1.2.0 |
515 | 2024-08-24T16:24:11.114Z | Downloaded sqlparser v0.45.0 |
516 | 2024-08-24T16:24:11.114Z | Downloaded tokio v1.38.1 |
517 | 2024-08-24T16:24:11.163Z | Downloaded smoltcp v0.11.0 |
518 | 2024-08-24T16:24:11.188Z | Downloaded ratatui v0.28.0 |
519 | 2024-08-24T16:24:11.213Z | Downloaded polar-core v0.27.3 |
520 | 2024-08-24T16:24:11.238Z | Downloaded openapiv3 v2.0.0 |
521 | 2024-08-24T16:24:11.263Z | Downloaded smoltcp v0.9.1 |
522 | 2024-08-24T16:24:11.263Z | Downloaded nix v0.28.0 |
523 | 2024-08-24T16:24:11.288Z | Downloaded encoding_rs v0.8.34 |
524 | 2024-08-24T16:24:11.319Z | Downloaded nix v0.27.1 |
525 | 2024-08-24T16:24:11.343Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
526 | 2024-08-24T16:24:11.423Z | Downloaded idna v0.3.0 |
527 | 2024-08-24T16:24:11.448Z | Downloaded reedline v0.33.0 |
528 | 2024-08-24T16:24:11.474Z | Downloaded rayon v1.10.0 |
529 | 2024-08-24T16:24:11.474Z | Downloaded sha3 v0.10.8 |
530 | 2024-08-24T16:24:11.474Z | Downloaded openssl v0.10.66 |
531 | 2024-08-24T16:24:11.499Z | Downloaded object v0.32.2 |
532 | 2024-08-24T16:24:11.499Z | Downloaded object v0.30.4 |
533 | 2024-08-24T16:24:11.523Z | Downloaded lalrpop v0.19.12 |
534 | 2024-08-24T16:24:11.523Z | Downloaded ring v0.17.8 |
535 | 2024-08-24T16:24:11.604Z | Downloaded idna v0.5.0 |
536 | 2024-08-24T16:24:11.628Z | Downloaded idna v0.4.0 |
537 | 2024-08-24T16:24:11.628Z | Downloaded libz-sys v1.1.16 |
538 | 2024-08-24T16:24:11.699Z | Downloaded portable-atomic v1.6.0 |
539 | 2024-08-24T16:24:11.724Z | Downloaded ring v0.16.20 |
540 | 2024-08-24T16:24:11.808Z | Downloaded tough v0.17.1 |
541 | 2024-08-24T16:24:11.833Z | Downloaded regex-automata v0.4.6 |
542 | 2024-08-24T16:24:11.857Z | Downloaded petgraph v0.6.5 |
543 | 2024-08-24T16:24:11.882Z | Downloaded unicode-normalization v0.1.23 |
544 | 2024-08-24T16:24:11.882Z | Downloaded libsqlite3-sys v0.28.0 |
545 | 2024-08-24T16:24:11.963Z | Downloaded csv v1.3.0 |
546 | 2024-08-24T16:24:11.994Z | Downloaded steno v0.4.1 |
547 | 2024-08-24T16:24:12.018Z | Downloaded regress v0.9.1 |
548 | 2024-08-24T16:24:12.018Z | Downloaded regex-syntax v0.8.4 |
549 | 2024-08-24T16:24:12.043Z | Downloaded regex-syntax v0.6.29 |
550 | 2024-08-24T16:24:12.043Z | Downloaded regex v1.10.6 |
551 | 2024-08-24T16:24:12.067Z | Downloaded x509-cert v0.2.5 |
552 | 2024-08-24T16:24:12.067Z | Downloaded typed-path v0.7.1 |
553 | 2024-08-24T16:24:12.092Z | Downloaded sled v0.34.7 |
554 | 2024-08-24T16:24:12.092Z | Downloaded zerocopy-derive v0.6.6 |
555 | 2024-08-24T16:24:12.116Z | Downloaded itertools v0.13.0 |
556 | 2024-08-24T16:24:12.116Z | Downloaded rayon-core v1.12.1 |
557 | 2024-08-24T16:24:12.116Z | Downloaded radix_trie v0.2.1 |
558 | 2024-08-24T16:24:12.141Z | Downloaded reqwest v0.11.27 |
559 | 2024-08-24T16:24:12.141Z | Downloaded hickory-proto v0.24.1 |
560 | 2024-08-24T16:24:12.165Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
561 | 2024-08-24T16:24:12.165Z | Downloaded rcgen v0.12.1 |
562 | 2024-08-24T16:24:12.191Z | Downloaded socket2 v0.5.7 |
563 | 2024-08-24T16:24:12.191Z | Downloaded snafu v0.8.2 |
564 | 2024-08-24T16:24:12.191Z | Downloaded webpki-roots v0.25.4 |
565 | 2024-08-24T16:24:12.191Z | Downloaded vcpkg v0.2.15 |
566 | 2024-08-24T16:24:12.229Z | Downloaded unicode-segmentation v1.11.0 |
567 | 2024-08-24T16:24:12.254Z | Downloaded mio v1.0.2 |
568 | 2024-08-24T16:24:12.254Z | Downloaded itertools v0.10.5 |
569 | 2024-08-24T16:24:12.254Z | Downloaded toml v0.7.8 |
570 | 2024-08-24T16:24:12.278Z | Downloaded flate2 v1.0.31 |
571 | 2024-08-24T16:24:12.279Z | Downloaded quick-xml v0.31.0 |
572 | 2024-08-24T16:24:12.303Z | Downloaded proptest v1.5.0 |
573 | 2024-08-24T16:24:12.303Z | Downloaded git2 v0.19.0 |
574 | 2024-08-24T16:24:12.327Z | Downloaded gimli v0.28.1 |
575 | 2024-08-24T16:24:12.352Z | Downloaded rustls v0.22.4 |
576 | 2024-08-24T16:24:12.376Z | Downloaded diesel v2.2.2 |
577 | 2024-08-24T16:24:12.401Z | Downloaded libxml v0.3.3 |
578 | 2024-08-24T16:24:12.401Z | Downloaded hyper v0.14.30 |
579 | 2024-08-24T16:24:12.401Z | Downloaded socket2 v0.4.10 |
580 | 2024-08-24T16:24:12.401Z | Downloaded rusqlite v0.31.0 |
581 | 2024-08-24T16:24:12.425Z | Downloaded pkcs1 v0.7.5 |
582 | 2024-08-24T16:24:12.425Z | Downloaded rustls v0.21.12 |
583 | 2024-08-24T16:24:12.425Z | Downloaded itertools v0.12.1 |
584 | 2024-08-24T16:24:12.450Z | Downloaded static_assertions v1.1.0 |
585 | 2024-08-24T16:24:12.450Z | Downloaded postcard v1.0.8 |
586 | 2024-08-24T16:24:12.450Z | Downloaded embedded-io v0.4.0 |
587 | 2024-08-24T16:24:12.450Z | Downloaded universal-hash v0.5.1 |
588 | 2024-08-24T16:24:12.450Z | Downloaded topological-sort v0.2.2 |
589 | 2024-08-24T16:24:12.450Z | Downloaded tokio-rustls v0.24.1 |
590 | 2024-08-24T16:24:12.450Z | Downloaded winnow v0.5.40 |
591 | 2024-08-24T16:24:12.475Z | Downloaded num-bigint-dig v0.8.4 |
592 | 2024-08-24T16:24:12.475Z | Downloaded nom v7.1.3 |
593 | 2024-08-24T16:24:12.475Z | Downloaded linear-map v1.2.0 |
594 | 2024-08-24T16:24:12.475Z | Downloaded libm v0.2.8 |
595 | 2024-08-24T16:24:12.475Z | Downloaded env_logger v0.10.2 |
596 | 2024-08-24T16:24:12.499Z | Downloaded env_logger v0.9.3 |
597 | 2024-08-24T16:24:12.500Z | Downloaded endian-type v0.1.2 |
598 | 2024-08-24T16:24:12.500Z | Downloaded downcast v0.11.0 |
599 | 2024-08-24T16:24:12.500Z | Downloaded display-error-chain v0.2.0 |
600 | 2024-08-24T16:24:12.500Z | Downloaded untrusted v0.9.0 |
601 | 2024-08-24T16:24:12.500Z | Downloaded untrusted v0.7.1 |
602 | 2024-08-24T16:24:12.500Z | Downloaded tokio-tungstenite v0.20.1 |
603 | 2024-08-24T16:24:12.500Z | Downloaded tokio-stream v0.1.15 |
604 | 2024-08-24T16:24:12.500Z | Downloaded tokio-rustls v0.25.0 |
605 | 2024-08-24T16:24:12.500Z | Downloaded tokio-native-tls v0.3.1 |
606 | 2024-08-24T16:24:12.500Z | Downloaded tokio-macros v2.3.0 |
607 | 2024-08-24T16:24:12.500Z | Downloaded subtle v2.5.0 |
608 | 2024-08-24T16:24:12.524Z | Downloaded subprocess v0.2.9 |
609 | 2024-08-24T16:24:12.525Z | Downloaded strum_macros v0.25.3 |
610 | 2024-08-24T16:24:12.525Z | Downloaded strum_macros v0.24.3 |
611 | 2024-08-24T16:24:12.525Z | Downloaded structmeta-derive v0.3.0 |
612 | 2024-08-24T16:24:12.525Z | Downloaded structmeta-derive v0.2.0 |
613 | 2024-08-24T16:24:12.525Z | Downloaded structmeta v0.3.0 |
614 | 2024-08-24T16:24:12.525Z | Downloaded flume v0.11.0 |
615 | 2024-08-24T16:24:12.525Z | Downloaded spin v0.9.8 |
616 | 2024-08-24T16:24:12.525Z | Downloaded ref-cast v1.0.23 |
617 | 2024-08-24T16:24:12.525Z | Downloaded rand v0.8.5 |
618 | 2024-08-24T16:24:12.549Z | Downloaded publicsuffix v2.2.3 |
619 | 2024-08-24T16:24:12.549Z | Downloaded snafu-derive v0.8.2 |
620 | 2024-08-24T16:24:12.549Z | Downloaded pkcs5 v0.7.1 |
621 | 2024-08-24T16:24:12.549Z | Downloaded unicode-bidi v0.3.15 |
622 | 2024-08-24T16:24:12.549Z | Downloaded bstr v1.9.1 |
623 | 2024-08-24T16:24:12.574Z | Downloaded fallible-iterator v0.2.0 |
624 | 2024-08-24T16:24:12.574Z | Downloaded erased-serde v0.3.31 |
625 | 2024-08-24T16:24:12.574Z | Downloaded enum-as-inner v0.6.0 |
626 | 2024-08-24T16:24:12.574Z | Downloaded either v1.13.0 |
627 | 2024-08-24T16:24:12.574Z | Downloaded dyn-clone v1.0.17 |
628 | 2024-08-24T16:24:12.574Z | Downloaded dsl_auto_type v0.1.2 |
629 | 2024-08-24T16:24:12.574Z | Downloaded tokio-tungstenite v0.21.0 |
630 | 2024-08-24T16:24:12.574Z | Downloaded tls_codec_derive v0.4.1 |
631 | 2024-08-24T16:24:12.574Z | Downloaded tabwriter v1.4.0 |
632 | 2024-08-24T16:24:12.574Z | Downloaded supports-color v3.0.0 |
633 | 2024-08-24T16:24:12.574Z | Downloaded strum_macros v0.26.4 |
634 | 2024-08-24T16:24:12.574Z | Downloaded fd-lock v4.0.2 |
635 | 2024-08-24T16:24:12.574Z | Downloaded fatfs v0.3.6 |
636 | 2024-08-24T16:24:12.599Z | Downloaded sqlformat v0.2.4 |
637 | 2024-08-24T16:24:12.599Z | Downloaded spki v0.7.3 |
638 | 2024-08-24T16:24:12.599Z | Downloaded predicates v3.1.2 |
639 | 2024-08-24T16:24:12.599Z | Downloaded postgres-protocol v0.6.7 |
640 | 2024-08-24T16:24:12.599Z | Downloaded ref-cast-impl v1.0.23 |
641 | 2024-08-24T16:24:12.599Z | Downloaded rand_xorshift v0.3.0 |
642 | 2024-08-24T16:24:12.599Z | Downloaded wyz v0.5.1 |
643 | 2024-08-24T16:24:12.599Z | Downloaded pin-project v1.1.5 |
644 | 2024-08-24T16:24:12.624Z | Downloaded ff v0.13.0 |
645 | 2024-08-24T16:24:12.624Z | Downloaded spin v0.5.2 |
646 | 2024-08-24T16:24:12.624Z | Downloaded rsa v0.9.6 |
647 | 2024-08-24T16:24:12.624Z | Downloaded poly1305 v0.8.0 |
648 | 2024-08-24T16:24:12.624Z | Downloaded pkcs8 v0.10.2 |
649 | 2024-08-24T16:24:12.624Z | Downloaded sync_wrapper v0.1.2 |
650 | 2024-08-24T16:24:12.624Z | Downloaded strum v0.26.3 |
651 | 2024-08-24T16:24:12.624Z | Downloaded stable_deref_trait v1.2.0 |
652 | 2024-08-24T16:24:12.624Z | Downloaded flagset v0.4.5 |
653 | 2024-08-24T16:24:12.624Z | Downloaded fixedbitset v0.4.2 |
654 | 2024-08-24T16:24:12.648Z | Downloaded filetime v0.2.24 |
655 | 2024-08-24T16:24:12.648Z | Downloaded powerfmt v0.2.0 |
656 | 2024-08-24T16:24:12.648Z | Downloaded postgres-types v0.2.7 |
657 | 2024-08-24T16:24:12.648Z | Downloaded ron v0.7.1 |
658 | 2024-08-24T16:24:12.648Z | Downloaded pkg-config v0.3.30 |
659 | 2024-08-24T16:24:12.648Z | Downloaded pin-project-lite v0.2.14 |
660 | 2024-08-24T16:24:12.648Z | Downloaded predicates-core v1.0.6 |
661 | 2024-08-24T16:24:12.648Z | Downloaded r2d2 v0.8.10 |
662 | 2024-08-24T16:24:12.648Z | Downloaded ron v0.8.1 |
663 | 2024-08-24T16:24:12.673Z | Downloaded pin-project-internal v1.1.5 |
664 | 2024-08-24T16:24:12.673Z | Downloaded h2 v0.3.26 |
665 | 2024-08-24T16:24:12.673Z | Downloaded futures-util v0.3.30 |
666 | 2024-08-24T16:24:12.697Z | Downloaded http-range v0.1.5 |
667 | 2024-08-24T16:24:12.697Z | Downloaded pretty-hex v0.2.1 |
668 | 2024-08-24T16:24:12.697Z | Downloaded predicates-tree v1.0.9 |
669 | 2024-08-24T16:24:12.698Z | Downloaded ppv-lite86 v0.2.17 |
670 | 2024-08-24T16:24:12.698Z | Downloaded url v2.5.2 |
671 | 2024-08-24T16:24:12.698Z | Downloaded unicode-truncate v1.0.0 |
672 | 2024-08-24T16:24:12.698Z | Downloaded rustls-webpki v0.102.4 |
673 | 2024-08-24T16:24:12.722Z | Downloaded dirs-sys-next v0.1.2 |
674 | 2024-08-24T16:24:12.722Z | Downloaded unicase v2.7.0 |
675 | 2024-08-24T16:24:12.722Z | Downloaded slog-term v2.9.1 |
676 | 2024-08-24T16:24:12.722Z | Downloaded radium v0.7.0 |
677 | 2024-08-24T16:24:12.722Z | Downloaded quick-error v1.2.3 |
678 | 2024-08-24T16:24:12.722Z | Downloaded proc-macro-crate v1.3.1 |
679 | 2024-08-24T16:24:12.722Z | Downloaded pin-utils v0.1.0 |
680 | 2024-08-24T16:24:12.722Z | Downloaded rustls-webpki v0.101.7 |
681 | 2024-08-24T16:24:12.747Z | Downloaded parking_lot v0.12.2 |
682 | 2024-08-24T16:24:12.747Z | Downloaded minimal-lexical v0.2.1 |
683 | 2024-08-24T16:24:12.747Z | Downloaded float-ord v0.3.2 |
684 | 2024-08-24T16:24:12.747Z | Downloaded rand_seeder v0.3.0 |
685 | 2024-08-24T16:24:12.771Z | Downloaded rand_core v0.6.4 |
686 | 2024-08-24T16:24:12.771Z | Downloaded rand_chacha v0.3.1 |
687 | 2024-08-24T16:24:12.771Z | Downloaded psl-types v2.0.11 |
688 | 2024-08-24T16:24:12.771Z | Downloaded rustc_version v0.4.0 |
689 | 2024-08-24T16:24:12.771Z | Downloaded rustc-hash v1.1.0 |
690 | 2024-08-24T16:24:12.771Z | Downloaded rustc-demangle v0.1.24 |
691 | 2024-08-24T16:24:12.771Z | Downloaded rtoolbox v0.0.2 |
692 | 2024-08-24T16:24:12.771Z | Downloaded resolv-conf v0.7.0 |
693 | 2024-08-24T16:24:12.771Z | Downloaded vergen v8.3.2 |
694 | 2024-08-24T16:24:12.771Z | Downloaded pem-rfc7468 v0.7.0 |
695 | 2024-08-24T16:24:12.771Z | Downloaded peg-macros v0.8.4 |
696 | 2024-08-24T16:24:12.772Z | Downloaded password-hash v0.5.0 |
697 | 2024-08-24T16:24:12.772Z | Downloaded hashbrown v0.13.2 |
698 | 2024-08-24T16:24:12.796Z | Downloaded smallvec v1.13.2 |
699 | 2024-08-24T16:24:12.796Z | Downloaded serde_with v3.9.0 |
700 | 2024-08-24T16:24:12.796Z | Downloaded rustyline v14.0.0 |
701 | 2024-08-24T16:24:12.796Z | Downloaded dirs-next v2.0.0 |
702 | 2024-08-24T16:24:12.796Z | Downloaded openssl-probe v0.1.5 |
703 | 2024-08-24T16:24:12.796Z | Downloaded mio v0.8.11 |
704 | 2024-08-24T16:24:12.821Z | Downloaded vte v0.11.1 |
705 | 2024-08-24T16:24:12.821Z | Downloaded vsss-rs v3.3.4 |
706 | 2024-08-24T16:24:12.821Z | Downloaded uzers v0.11.3 |
707 | 2024-08-24T16:24:12.821Z | Downloaded uuid v1.10.0 |
708 | 2024-08-24T16:24:12.821Z | Downloaded unicode-xid v0.2.4 |
709 | 2024-08-24T16:24:12.821Z | Downloaded unicode-linebreak v0.1.5 |
710 | 2024-08-24T16:24:12.821Z | Downloaded unarray v0.1.4 |
711 | 2024-08-24T16:24:12.821Z | Downloaded tracing v0.1.40 |
712 | 2024-08-24T16:24:12.846Z | Downloaded hickory-resolver v0.24.1 |
713 | 2024-08-24T16:24:12.846Z | Downloaded headers v0.3.9 |
714 | 2024-08-24T16:24:12.846Z | Downloaded parking_lot_core v0.8.6 |
715 | 2024-08-24T16:24:12.846Z | Downloaded parking_lot v0.11.2 |
716 | 2024-08-24T16:24:12.846Z | Downloaded whoami v1.5.1 |
717 | 2024-08-24T16:24:12.846Z | Downloaded which v4.4.2 |
718 | 2024-08-24T16:24:12.846Z | Downloaded walkdir v2.5.0 |
719 | 2024-08-24T16:24:12.871Z | Downloaded waitgroup v0.1.2 |
720 | 2024-08-24T16:24:12.871Z | Downloaded wait-timeout v0.2.0 |
721 | 2024-08-24T16:24:12.871Z | Downloaded portpicker v0.1.1 |
722 | 2024-08-24T16:24:12.871Z | Downloaded futures-task v0.3.30 |
723 | 2024-08-24T16:24:12.871Z | Downloaded futures-macro v0.3.30 |
724 | 2024-08-24T16:24:12.871Z | Downloaded futures-core v0.3.30 |
725 | 2024-08-24T16:24:12.871Z | Downloaded futures-channel v0.3.30 |
726 | 2024-08-24T16:24:12.871Z | Downloaded futures v0.3.30 |
727 | 2024-08-24T16:24:12.871Z | Downloaded foreign-types v0.5.0 |
728 | 2024-08-24T16:24:12.871Z | Downloaded tungstenite v0.21.0 |
729 | 2024-08-24T16:24:12.871Z | Downloaded tungstenite v0.20.1 |
730 | 2024-08-24T16:24:12.895Z | Downloaded tracing-core v0.1.32 |
731 | 2024-08-24T16:24:12.895Z | Downloaded pem v3.0.4 |
732 | 2024-08-24T16:24:12.895Z | Downloaded heapless v0.8.0 |
733 | 2024-08-24T16:24:12.895Z | Downloaded heapless v0.7.17 |
734 | 2024-08-24T16:24:12.895Z | Downloaded hashbrown v0.12.3 |
735 | 2024-08-24T16:24:12.895Z | Downloaded slog-async v2.8.0 |
736 | 2024-08-24T16:24:12.895Z | Downloaded parking_lot_core v0.9.10 |
737 | 2024-08-24T16:24:12.895Z | Downloaded diff v0.1.13 |
738 | 2024-08-24T16:24:12.921Z | Downloaded miniz_oxide v0.7.2 |
739 | 2024-08-24T16:24:12.921Z | Downloaded indexmap v1.9.3 |
740 | 2024-08-24T16:24:12.921Z | Downloaded utf-8 v0.7.6 |
741 | 2024-08-24T16:24:12.921Z | Downloaded phf_shared v0.11.2 |
742 | 2024-08-24T16:24:12.921Z | Downloaded phf v0.11.2 |
743 | 2024-08-24T16:24:12.921Z | Downloaded futures-sink v0.3.30 |
744 | 2024-08-24T16:24:12.921Z | Downloaded twox-hash v1.6.3 |
745 | 2024-08-24T16:24:12.921Z | Downloaded percent-encoding v2.3.1 |
746 | 2024-08-24T16:24:12.921Z | Downloaded peg v0.8.4 |
747 | 2024-08-24T16:24:12.921Z | Downloaded pbkdf2 v0.12.2 |
748 | 2024-08-24T16:24:12.921Z | Downloaded paste v1.0.15 |
749 | 2024-08-24T16:24:12.945Z | Downloaded smawk v0.3.2 |
750 | 2024-08-24T16:24:12.945Z | Downloaded slog-dtrace v0.3.0 |
751 | 2024-08-24T16:24:12.945Z | Downloaded slog-bunyan v2.5.0 |
752 | 2024-08-24T16:24:12.945Z | Downloaded salsa20 v0.10.2 |
753 | 2024-08-24T16:24:12.945Z | Downloaded num-traits v0.2.19 |
754 | 2024-08-24T16:24:12.945Z | Downloaded managed v0.8.0 |
755 | 2024-08-24T16:24:12.945Z | Downloaded curve25519-dalek v4.1.3 |
756 | 2024-08-24T16:24:12.945Z | Downloaded phf_shared v0.10.0 |
757 | 2024-08-24T16:24:12.945Z | Downloaded futures-io v0.3.30 |
758 | 2024-08-24T16:24:12.946Z | Downloaded futures-executor v0.3.30 |
759 | 2024-08-24T16:24:12.946Z | Downloaded funty v2.0.0 |
760 | 2024-08-24T16:24:12.970Z | Downloaded fragile v2.0.0 |
761 | 2024-08-24T16:24:12.970Z | Downloaded form_urlencoded v1.2.1 |
762 | 2024-08-24T16:24:12.970Z | Downloaded hickory-client v0.24.1 |
763 | 2024-08-24T16:24:12.970Z | Downloaded smf v0.2.3 |
764 | 2024-08-24T16:24:12.970Z | Downloaded smallvec v0.6.14 |
765 | 2024-08-24T16:24:12.970Z | Downloaded slog-stdlog v4.1.1 |
766 | 2024-08-24T16:24:12.970Z | Downloaded slog-scope v4.4.0 |
767 | 2024-08-24T16:24:12.970Z | Downloaded slog-json v2.6.1 |
768 | 2024-08-24T16:24:12.970Z | Downloaded slog-envlogger v2.2.0 |
769 | 2024-08-24T16:24:12.970Z | Downloaded parse-display-derive v0.10.0 |
770 | 2024-08-24T16:24:12.970Z | Downloaded parse-display v0.10.0 |
771 | 2024-08-24T16:24:12.970Z | Downloaded hkdf v0.12.4 |
772 | 2024-08-24T16:24:12.970Z | Downloaded num_enum v0.5.11 |
773 | 2024-08-24T16:24:12.995Z | Downloaded foreign-types-shared v0.1.1 |
774 | 2024-08-24T16:24:12.995Z | Downloaded foreign-types-macros v0.2.3 |
775 | 2024-08-24T16:24:12.995Z | Downloaded foreign-types v0.3.2 |
776 | 2024-08-24T16:24:12.995Z | Downloaded tui-tree-widget v0.22.0 |
777 | 2024-08-24T16:24:12.995Z | Downloaded tracing-attributes v0.1.27 |
778 | 2024-08-24T16:24:12.995Z | Downloaded peg-runtime v0.8.3 |
779 | 2024-08-24T16:24:12.995Z | Downloaded path-slash v0.1.5 |
780 | 2024-08-24T16:24:12.995Z | Downloaded hash32 v0.3.1 |
781 | 2024-08-24T16:24:12.995Z | Downloaded hash32 v0.2.1 |
782 | 2024-08-24T16:24:12.996Z | Downloaded half v2.4.1 |
783 | 2024-08-24T16:24:12.996Z | Downloaded gethostname v0.5.0 |
784 | 2024-08-24T16:24:12.996Z | Downloaded similar v2.6.0 |
785 | 2024-08-24T16:24:13.020Z | Downloaded signal-hook v0.3.17 |
786 | 2024-08-24T16:24:13.020Z | Downloaded serde_yaml v0.9.34+deprecated |
787 | 2024-08-24T16:24:13.020Z | Downloaded packed_struct_codegen v0.10.1 |
788 | 2024-08-24T16:24:13.020Z | Downloaded omicron-zone-package v0.11.0 |
789 | 2024-08-24T16:24:13.020Z | Downloaded num-complex v0.4.6 |
790 | 2024-08-24T16:24:13.020Z | Downloaded mime_guess v2.0.4 |
791 | 2024-08-24T16:24:13.020Z | Downloaded libloading v0.8.3 |
792 | 2024-08-24T16:24:13.020Z | Downloaded ipnet v2.9.0 |
793 | 2024-08-24T16:24:13.020Z | Downloaded indoc v1.0.9 |
794 | 2024-08-24T16:24:13.045Z | Downloaded tower-service v0.3.2 |
795 | 2024-08-24T16:24:13.045Z | Downloaded hex v0.4.3 |
796 | 2024-08-24T16:24:13.045Z | Downloaded heck v0.3.3 |
797 | 2024-08-24T16:24:13.045Z | Downloaded headers-core v0.2.0 |
798 | 2024-08-24T16:24:13.045Z | Downloaded hashlink v0.9.1 |
799 | 2024-08-24T16:24:13.045Z | Downloaded group v0.13.0 |
800 | 2024-08-24T16:24:13.045Z | Downloaded globset v0.4.14 |
801 | 2024-08-24T16:24:13.045Z | Downloaded glob v0.3.1 |
802 | 2024-08-24T16:24:13.045Z | Downloaded getrandom v0.2.14 |
803 | 2024-08-24T16:24:13.045Z | Downloaded getopts v0.2.21 |
804 | 2024-08-24T16:24:13.045Z | Downloaded slog v2.7.0 |
805 | 2024-08-24T16:24:13.045Z | Downloaded sha1 v0.10.6 |
806 | 2024-08-24T16:24:13.045Z | Downloaded serde_with_macros v3.9.0 |
807 | 2024-08-24T16:24:13.070Z | Downloaded serde_repr v0.1.19 |
808 | 2024-08-24T16:24:13.070Z | Downloaded serde_plain v1.0.2 |
809 | 2024-08-24T16:24:13.070Z | Downloaded rusty-fork v0.3.0 |
810 | 2024-08-24T16:24:13.070Z | Downloaded openssl-sys v0.9.103 |
811 | 2024-08-24T16:24:13.070Z | Downloaded http v1.1.0 |
812 | 2024-08-24T16:24:13.070Z | Downloaded http v0.2.12 |
813 | 2024-08-24T16:24:13.070Z | Downloaded difflib v0.4.0 |
814 | 2024-08-24T16:24:13.070Z | Downloaded num-rational v0.4.2 |
815 | 2024-08-24T16:24:13.095Z | Downloaded num-iter v0.1.45 |
816 | 2024-08-24T16:24:13.095Z | Downloaded num-derive v0.4.2 |
817 | 2024-08-24T16:24:13.095Z | Downloaded multer v3.1.0 |
818 | 2024-08-24T16:24:13.095Z | Downloaded lock_api v0.4.12 |
819 | 2024-08-24T16:24:13.095Z | Downloaded keccak v0.1.5 |
820 | 2024-08-24T16:24:13.095Z | Downloaded fxhash v0.2.1 |
821 | 2024-08-24T16:24:13.095Z | Downloaded slab v0.4.9 |
822 | 2024-08-24T16:24:13.095Z | Downloaded siphasher v0.3.11 |
823 | 2024-08-24T16:24:13.095Z | Downloaded signature v2.2.0 |
824 | 2024-08-24T16:24:13.095Z | Downloaded signal-hook-registry v1.4.2 |
825 | 2024-08-24T16:24:13.095Z | Downloaded signal-hook-mio v0.2.4 |
826 | 2024-08-24T16:24:13.095Z | Downloaded shell-words v1.1.0 |
827 | 2024-08-24T16:24:13.095Z | Downloaded serde_urlencoded v0.7.1 |
828 | 2024-08-24T16:24:13.095Z | Downloaded rustversion v1.0.17 |
829 | 2024-08-24T16:24:13.095Z | Downloaded rustls-pki-types v1.7.0 |
830 | 2024-08-24T16:24:13.120Z | Downloaded rustls-pemfile v2.1.3 |
831 | 2024-08-24T16:24:13.120Z | Downloaded rustls-pemfile v1.0.4 |
832 | 2024-08-24T16:24:13.120Z | Downloaded hmac v0.12.1 |
833 | 2024-08-24T16:24:13.120Z | Downloaded highway v1.2.0 |
834 | 2024-08-24T16:24:13.120Z | Downloaded hickory-server v0.24.1 |
835 | 2024-08-24T16:24:13.120Z | Downloaded nodrop v0.1.14 |
836 | 2024-08-24T16:24:13.120Z | Downloaded mockall_derive v0.13.0 |
837 | 2024-08-24T16:24:13.120Z | Downloaded libsw v3.3.1 |
838 | 2024-08-24T16:24:13.120Z | Downloaded bitvec v1.0.1 |
839 | 2024-08-24T16:24:13.145Z | Downloaded signal-hook-tokio v0.3.1 |
840 | 2024-08-24T16:24:13.145Z | Downloaded shlex v1.3.0 |
841 | 2024-08-24T16:24:13.145Z | Downloaded owo-colors v4.0.0 |
842 | 2024-08-24T16:24:13.145Z | Downloaded oso v0.27.3 |
843 | 2024-08-24T16:24:13.145Z | Downloaded hubpack v0.1.2 |
844 | 2024-08-24T16:24:13.169Z | Downloaded httparse v1.8.0 |
845 | 2024-08-24T16:24:13.169Z | Downloaded hostname v0.4.0 |
846 | 2024-08-24T16:24:13.169Z | Downloaded hostname v0.3.1 |
847 | 2024-08-24T16:24:13.169Z | Downloaded home v0.5.9 |
848 | 2024-08-24T16:24:13.169Z | Downloaded diesel_derives v2.2.2 |
849 | 2024-08-24T16:24:13.169Z | Downloaded derive-where v1.2.7 |
850 | 2024-08-24T16:24:13.169Z | Downloaded der_derive v0.7.2 |
851 | 2024-08-24T16:24:13.169Z | Downloaded der v0.7.9 |
852 | 2024-08-24T16:24:13.169Z | Downloaded zip v0.6.6 |
853 | 2024-08-24T16:24:13.194Z | Downloaded zerocopy v0.6.6 |
854 | 2024-08-24T16:24:13.194Z | Downloaded yasna v0.5.2 |
855 | 2024-08-24T16:24:13.194Z | Downloaded xattr v1.3.1 |
856 | 2024-08-24T16:24:13.194Z | Downloaded time v0.3.36 |
857 | 2024-08-24T16:24:13.194Z | Downloaded olpc-cjson v0.1.3 |
858 | 2024-08-24T16:24:13.194Z | Downloaded num_threads v0.1.7 |
859 | 2024-08-24T16:24:13.194Z | Downloaded num v0.4.3 |
860 | 2024-08-24T16:24:13.194Z | Downloaded nu-ansi-term v0.50.0 |
861 | 2024-08-24T16:24:13.219Z | Downloaded newtype-uuid v1.1.0 |
862 | 2024-08-24T16:24:13.219Z | Downloaded new_debug_unreachable v1.0.6 |
863 | 2024-08-24T16:24:13.219Z | Downloaded nanorand v0.7.0 |
864 | 2024-08-24T16:24:13.219Z | Downloaded memoffset v0.9.1 |
865 | 2024-08-24T16:24:13.219Z | Downloaded md-5 v0.10.6 |
866 | 2024-08-24T16:24:13.219Z | Downloaded maybe-uninit v2.0.0 |
867 | 2024-08-24T16:24:13.219Z | Downloaded libefi-sys v0.1.0 |
868 | 2024-08-24T16:24:13.219Z | Downloaded lazy_static v1.5.0 |
869 | 2024-08-24T16:24:13.219Z | Downloaded instability v0.3.2 |
870 | 2024-08-24T16:24:13.219Z | Downloaded bindgen v0.69.4 |
871 | 2024-08-24T16:24:13.244Z | Downloaded oso-derive v0.27.3 |
872 | 2024-08-24T16:24:13.244Z | Downloaded httpdate v1.0.3 |
873 | 2024-08-24T16:24:13.244Z | Downloaded http-body v0.4.6 |
874 | 2024-08-24T16:24:13.244Z | Downloaded diesel_table_macro_syntax v0.2.0 |
875 | 2024-08-24T16:24:13.244Z | Downloaded derive_more v0.99.18 |
876 | 2024-08-24T16:24:13.244Z | Downloaded derive_builder_macro v0.20.0 |
877 | 2024-08-24T16:24:13.244Z | Downloaded derive_builder_core v0.20.0 |
878 | 2024-08-24T16:24:13.244Z | Downloaded derive_builder v0.20.0 |
879 | 2024-08-24T16:24:13.244Z | Downloaded tinyvec v1.6.0 |
880 | 2024-08-24T16:24:13.244Z | Downloaded opaque-debug v0.3.1 |
881 | 2024-08-24T16:24:13.268Z | Downloaded normalize-line-endings v0.3.0 |
882 | 2024-08-24T16:24:13.268Z | Downloaded newtype_derive v0.1.6 |
883 | 2024-08-24T16:24:13.268Z | Downloaded native-tls v0.2.11 |
884 | 2024-08-24T16:24:13.268Z | Downloaded memmap2 v0.9.4 |
885 | 2024-08-24T16:24:13.269Z | Downloaded lazycell v1.3.0 |
886 | 2024-08-24T16:24:13.269Z | Downloaded jobserver v0.1.32 |
887 | 2024-08-24T16:24:13.269Z | Downloaded is-terminal v0.4.12 |
888 | 2024-08-24T16:24:13.269Z | Downloaded defmt-parser v0.3.4 |
889 | 2024-08-24T16:24:13.269Z | Downloaded zone_cfg_derive v0.1.2 |
890 | 2024-08-24T16:24:13.269Z | Downloaded zone v0.1.8 |
891 | 2024-08-24T16:24:13.269Z | Downloaded zeroize_derive v1.4.2 |
892 | 2024-08-24T16:24:13.269Z | Downloaded zeroize v1.7.0 |
893 | 2024-08-24T16:24:13.269Z | Downloaded tls_codec v0.4.1 |
894 | 2024-08-24T16:24:13.269Z | Downloaded time-core v0.1.2 |
895 | 2024-08-24T16:24:13.269Z | Downloaded thiserror-impl-no-std v2.0.2 |
896 | 2024-08-24T16:24:13.269Z | Downloaded textwrap v0.16.1 |
897 | 2024-08-24T16:24:13.294Z | Downloaded test-strategy v0.3.1 |
898 | 2024-08-24T16:24:13.294Z | Downloaded termios v0.3.3 |
899 | 2024-08-24T16:24:13.294Z | Downloaded termcolor v1.4.1 |
900 | 2024-08-24T16:24:13.294Z | Downloaded term v0.7.0 |
901 | 2024-08-24T16:24:13.294Z | Downloaded tempfile v3.10.1 |
902 | 2024-08-24T16:24:13.294Z | Downloaded tar v0.4.41 |
903 | 2024-08-24T16:24:13.294Z | Downloaded sct v0.7.1 |
904 | 2024-08-24T16:24:13.294Z | Downloaded scrypt v0.11.0 |
905 | 2024-08-24T16:24:13.294Z | Downloaded num_enum_derive v0.5.11 |
906 | 2024-08-24T16:24:13.319Z | Downloaded nibble_vec v0.1.0 |
907 | 2024-08-24T16:24:13.319Z | Downloaded multimap v0.10.0 |
908 | 2024-08-24T16:24:13.319Z | Downloaded mime v0.3.17 |
909 | 2024-08-24T16:24:13.319Z | Downloaded match_cfg v0.1.0 |
910 | 2024-08-24T16:24:13.319Z | Downloaded lru-cache v0.1.2 |
911 | 2024-08-24T16:24:13.319Z | Downloaded lalrpop-util v0.19.12 |
912 | 2024-08-24T16:24:13.319Z | Downloaded indicatif v0.17.8 |
913 | 2024-08-24T16:24:13.319Z | Downloaded hyper-tls v0.5.0 |
914 | 2024-08-24T16:24:13.319Z | Downloaded hyper-rustls v0.24.2 |
915 | 2024-08-24T16:24:13.319Z | Downloaded darling v0.20.9 |
916 | 2024-08-24T16:24:13.319Z | Downloaded crypto-bigint v0.5.5 |
917 | 2024-08-24T16:24:13.344Z | Downloaded crossbeam-channel v0.5.12 |
918 | 2024-08-24T16:24:13.344Z | Downloaded const-oid v0.9.6 |
919 | 2024-08-24T16:24:13.344Z | Downloaded compact_str v0.8.0 |
920 | 2024-08-24T16:24:13.344Z | Downloaded clang-sys v1.7.0 |
921 | 2024-08-24T16:24:13.344Z | Downloaded ciborium v0.2.2 |
922 | 2024-08-24T16:24:13.344Z | Downloaded chrono v0.4.38 |
923 | 2024-08-24T16:24:13.368Z | Downloaded chacha20poly1305 v0.10.1 |
924 | 2024-08-24T16:24:13.368Z | Downloaded tiny-keccak v2.0.2 |
925 | 2024-08-24T16:24:13.368Z | Downloaded time-macros v0.2.18 |
926 | 2024-08-24T16:24:13.368Z | Downloaded thread_local v1.1.8 |
927 | 2024-08-24T16:24:13.368Z | Downloaded thiserror-no-std v2.0.2 |
928 | 2024-08-24T16:24:13.368Z | Downloaded termtree v0.4.1 |
929 | 2024-08-24T16:24:13.368Z | Downloaded tap v1.0.1 |
930 | 2024-08-24T16:24:13.368Z | Downloaded structmeta v0.2.0 |
931 | 2024-08-24T16:24:13.368Z | Downloaded strip-ansi-escapes v0.2.0 |
932 | 2024-08-24T16:24:13.368Z | Downloaded stringprep v0.1.4 |
933 | 2024-08-24T16:24:13.393Z | Downloaded serde_derive_internals v0.29.1 |
934 | 2024-08-24T16:24:13.393Z | Downloaded serde-big-array v0.5.1 |
935 | 2024-08-24T16:24:13.393Z | Downloaded semver v0.1.20 |
936 | 2024-08-24T16:24:13.393Z | Downloaded secrecy v0.8.0 |
937 | 2024-08-24T16:24:13.393Z | Downloaded sec1 v0.7.3 |
938 | 2024-08-24T16:24:13.393Z | Downloaded scopeguard v1.2.0 |
939 | 2024-08-24T16:24:13.393Z | Downloaded schemars_derive v0.8.21 |
940 | 2024-08-24T16:24:13.393Z | Downloaded schemars v0.8.21 |
941 | 2024-08-24T16:24:13.418Z | Downloaded scheduled-thread-pool v0.2.7 |
942 | 2024-08-24T16:24:13.418Z | Downloaded same-file v1.0.6 |
943 | 2024-08-24T16:24:13.418Z | Downloaded samael v0.0.15 |
944 | 2024-08-24T16:24:13.418Z | Downloaded openssl-macros v0.1.1 |
945 | 2024-08-24T16:24:13.418Z | Downloaded number_prefix v0.4.0 |
946 | 2024-08-24T16:24:13.418Z | Downloaded num_cpus v1.16.0 |
947 | 2024-08-24T16:24:13.418Z | Downloaded num-integer v0.1.46 |
948 | 2024-08-24T16:24:13.418Z | Downloaded num-conv v0.1.0 |
949 | 2024-08-24T16:24:13.418Z | Downloaded mockall v0.13.0 |
950 | 2024-08-24T16:24:13.418Z | Downloaded maplit v1.0.2 |
951 | 2024-08-24T16:24:13.418Z | Downloaded lru v0.12.3 |
952 | 2024-08-24T16:24:13.418Z | Downloaded linked-hash-map v0.5.6 |
953 | 2024-08-24T16:24:13.418Z | Downloaded kstat-rs v0.2.4 |
954 | 2024-08-24T16:24:13.443Z | Downloaded ipnetwork v0.20.0 |
955 | 2024-08-24T16:24:13.443Z | Downloaded indent_write v2.2.0 |
956 | 2024-08-24T16:24:13.443Z | Downloaded crossbeam-utils v0.8.19 |
957 | 2024-08-24T16:24:13.443Z | Downloaded crossbeam-epoch v0.9.18 |
958 | 2024-08-24T16:24:13.443Z | Downloaded crc-catalog v2.4.0 |
959 | 2024-08-24T16:24:13.443Z | Downloaded crc v3.2.1 |
960 | 2024-08-24T16:24:13.443Z | Downloaded cookie v0.18.1 |
961 | 2024-08-24T16:24:13.443Z | Downloaded convert_case v0.4.0 |
962 | 2024-08-24T16:24:13.444Z | Downloaded const_format_proc_macros v0.2.32 |
963 | 2024-08-24T16:24:13.444Z | Downloaded colored v2.1.0 |
964 | 2024-08-24T16:24:13.444Z | Downloaded ciborium-ll v0.2.2 |
965 | 2024-08-24T16:24:13.444Z | Downloaded blake3 v1.5.1 |
966 | 2024-08-24T16:24:13.468Z | Downloaded base64 v0.22.1 |
967 | 2024-08-24T16:24:13.468Z | Downloaded serde_path_to_error v0.1.16 |
968 | 2024-08-24T16:24:13.468Z | Downloaded serde_arrays v0.1.0 |
969 | 2024-08-24T16:24:13.468Z | Downloaded serde-hex v0.1.0 |
970 | 2024-08-24T16:24:13.468Z | Downloaded newline-converter v0.3.0 |
971 | 2024-08-24T16:24:13.468Z | Downloaded is_ci v1.2.0 |
972 | 2024-08-24T16:24:13.468Z | Downloaded instant v0.1.12 |
973 | 2024-08-24T16:24:13.468Z | Downloaded inout v0.1.3 |
974 | 2024-08-24T16:24:13.468Z | Downloaded impl-trait-for-tuples v0.2.2 |
975 | 2024-08-24T16:24:13.493Z | Downloaded iana-time-zone v0.1.60 |
976 | 2024-08-24T16:24:13.493Z | Downloaded defmt-macros v0.3.9 |
977 | 2024-08-24T16:24:13.493Z | Downloaded debug-ignore v1.0.5 |
978 | 2024-08-24T16:24:13.493Z | Downloaded darling_macro v0.20.9 |
979 | 2024-08-24T16:24:13.493Z | Downloaded darling_core v0.20.9 |
980 | 2024-08-24T16:24:13.493Z | Downloaded crucible-workspace-hack v0.1.0 |
981 | 2024-08-24T16:24:13.493Z | Downloaded crossterm v0.28.1 |
982 | 2024-08-24T16:24:13.493Z | Downloaded crc-any v2.5.0 |
983 | 2024-08-24T16:24:13.518Z | Downloaded cfg_aliases v0.1.1 |
984 | 2024-08-24T16:24:13.518Z | Downloaded bytes v1.7.1 |
985 | 2024-08-24T16:24:13.518Z | Downloaded base64 v0.21.7 |
986 | 2024-08-24T16:24:13.518Z | Downloaded base64 v0.13.1 |
987 | 2024-08-24T16:24:13.518Z | Downloaded backtrace v0.3.71 |
988 | 2024-08-24T16:24:13.518Z | Downloaded async-stream-impl v0.3.5 |
989 | 2024-08-24T16:24:13.518Z | Downloaded allocator-api2 v0.2.18 |
990 | 2024-08-24T16:24:13.543Z | Downloaded aho-corasick v1.1.3 |
991 | 2024-08-24T16:24:13.543Z | Downloaded aes v0.8.4 |
992 | 2024-08-24T16:24:13.543Z | Downloaded hyper-staticfile v0.9.5 |
993 | 2024-08-24T16:24:13.543Z | Downloaded humantime v2.1.0 |
994 | 2024-08-24T16:24:13.543Z | Downloaded hubpack_derive v0.1.1 |
995 | 2024-08-24T16:24:13.543Z | Downloaded crossterm v0.27.0 |
996 | 2024-08-24T16:24:13.568Z | Downloaded cookie_store v0.20.0 |
997 | 2024-08-24T16:24:13.568Z | Downloaded cookie v0.17.0 |
998 | 2024-08-24T16:24:13.568Z | Downloaded constant_time_eq v0.3.0 |
999 | 2024-08-24T16:24:13.568Z | Downloaded const_format v0.2.32 |
1000 | 2024-08-24T16:24:13.568Z | Downloaded console v0.15.8 |
1001 | 2024-08-24T16:24:13.568Z | Downloaded chacha20 v0.9.1 |
1002 | 2024-08-24T16:24:13.568Z | Downloaded cexpr v0.6.0 |
1003 | 2024-08-24T16:24:13.568Z | Downloaded cc v1.0.97 |
1004 | 2024-08-24T16:24:13.568Z | Downloaded cbc v0.1.2 |
1005 | 2024-08-24T16:24:13.592Z | Downloaded castaway v0.2.3 |
1006 | 2024-08-24T16:24:13.593Z | Downloaded cancel-safe-futures v0.1.5 |
1007 | 2024-08-24T16:24:13.593Z | Downloaded blake2 v0.10.6 |
1008 | 2024-08-24T16:24:13.593Z | Downloaded bitstruct v0.1.1 |
1009 | 2024-08-24T16:24:13.593Z | Downloaded bitfield-struct v0.6.1 |
1010 | 2024-08-24T16:24:13.593Z | Downloaded bit-vec v0.6.3 |
1011 | 2024-08-24T16:24:13.593Z | Downloaded base64ct v1.6.0 |
1012 | 2024-08-24T16:24:13.593Z | Downloaded atty v0.2.14 |
1013 | 2024-08-24T16:24:13.593Z | Downloaded async-trait v0.1.81 |
1014 | 2024-08-24T16:24:13.593Z | Downloaded ahash v0.8.11 |
1015 | 2024-08-24T16:24:13.593Z | Downloaded data-encoding v2.6.0 |
1016 | 2024-08-24T16:24:13.617Z | Downloaded curve25519-dalek-derive v0.1.1 |
1017 | 2024-08-24T16:24:13.617Z | Downloaded csv-core v0.1.11 |
1018 | 2024-08-24T16:24:13.617Z | Downloaded crossbeam-deque v0.8.5 |
1019 | 2024-08-24T16:24:13.617Z | Downloaded crc32fast v1.4.0 |
1020 | 2024-08-24T16:24:13.617Z | Downloaded cipher v0.4.4 |
1021 | 2024-08-24T16:24:13.617Z | Downloaded bzip2 v0.4.4 |
1022 | 2024-08-24T16:24:13.617Z | Downloaded bcs v0.1.6 |
1023 | 2024-08-24T16:24:13.617Z | Downloaded bb8 v0.8.5 |
1024 | 2024-08-24T16:24:13.617Z | Downloaded backoff v0.4.0 |
1025 | 2024-08-24T16:24:13.617Z | Downloaded atomic-waker v1.1.2 |
1026 | 2024-08-24T16:24:13.617Z | Downloaded assert_matches v1.5.0 |
1027 | 2024-08-24T16:24:13.617Z | Downloaded ascii v1.1.0 |
1028 | 2024-08-24T16:24:13.617Z | Downloaded arrayvec v0.7.4 |
1029 | 2024-08-24T16:24:13.617Z | Downloaded arrayref v0.3.7 |
1030 | 2024-08-24T16:24:13.642Z | Downloaded argon2 v0.5.3 |
1031 | 2024-08-24T16:24:13.642Z | Downloaded arc-swap v1.7.1 |
1032 | 2024-08-24T16:24:13.642Z | Downloaded addr2line v0.21.0 |
1033 | 2024-08-24T16:24:13.642Z | Downloaded buf-list v1.0.3 |
1034 | 2024-08-24T16:24:13.642Z | Downloaded async-stream v0.3.5 |
1035 | 2024-08-24T16:24:13.642Z | Downloaded ascii-canvas v3.0.0 |
1036 | 2024-08-24T16:24:13.642Z | Downloaded crunchy v0.2.2 |
1037 | 2024-08-24T16:24:13.642Z | Downloaded ciborium-io v0.2.2 |
1038 | 2024-08-24T16:24:13.642Z | Downloaded cassowary v0.3.0 |
1039 | 2024-08-24T16:24:13.642Z | Downloaded camino-tempfile v1.1.1 |
1040 | 2024-08-24T16:24:13.642Z | Downloaded block-padding v0.3.3 |
1041 | 2024-08-24T16:24:13.642Z | Downloaded bitstruct_derive v0.1.0 |
1042 | 2024-08-24T16:24:13.642Z | Downloaded bitflags v1.3.2 |
1043 | 2024-08-24T16:24:13.667Z | Downloaded bitfield v0.14.0 |
1044 | 2024-08-24T16:24:13.667Z | Downloaded bit-set v0.5.3 |
1045 | 2024-08-24T16:24:13.667Z | Downloaded base16ct v0.2.0 |
1046 | 2024-08-24T16:24:13.667Z | Downloaded atomicwrites v0.4.3 |
1047 | 2024-08-24T16:24:13.667Z | Downloaded async-recursion v1.1.1 |
1048 | 2024-08-24T16:24:13.667Z | Downloaded array-init v0.0.4 |
1049 | 2024-08-24T16:24:13.667Z | Downloaded aead v0.5.2 |
1050 | 2024-08-24T16:24:13.667Z | Downloaded adler v1.0.2 |
1051 | 2024-08-24T16:24:13.771Z | Compiling cfg-if v1.0.0 |
1052 | 2024-08-24T16:24:13.771Z | Compiling serde v1.0.208 |
1053 | 2024-08-24T16:24:13.795Z | Compiling typenum v1.17.0 |
1054 | 2024-08-24T16:24:13.795Z | Compiling generic-array v0.14.7 |
1055 | 2024-08-24T16:24:13.795Z | Compiling lock_api v0.4.12 |
1056 | 2024-08-24T16:24:13.845Z | Compiling syn v2.0.74 |
1057 | 2024-08-24T16:24:13.870Z | Compiling scopeguard v1.2.0 |
1058 | 2024-08-24T16:24:13.870Z | Compiling log v0.4.21 |
1059 | 2024-08-24T16:24:13.949Z | Compiling getrandom v0.2.14 |
1060 | 2024-08-24T16:24:14.037Z | Compiling jobserver v0.1.32 |
1061 | 2024-08-24T16:24:14.150Z | Compiling rand_core v0.6.4 |
1062 | 2024-08-24T16:24:14.344Z | Compiling cc v1.0.97 |
1063 | 2024-08-24T16:24:14.381Z | Compiling subtle v2.5.0 |
1064 | 2024-08-24T16:24:14.381Z | Compiling const-oid v0.9.6 |
1065 | 2024-08-24T16:24:14.625Z | Compiling pin-project-lite v0.2.14 |
1066 | 2024-08-24T16:24:14.705Z | Compiling smallvec v1.13.2 |
1067 | 2024-08-24T16:24:14.730Z | Compiling parking_lot_core v0.9.10 |
1068 | 2024-08-24T16:24:14.754Z | Compiling signal-hook-registry v1.4.2 |
1069 | 2024-08-24T16:24:14.845Z | Compiling spin v0.9.8 |
1070 | 2024-08-24T16:24:15.068Z | Compiling mio v0.8.11 |
1071 | 2024-08-24T16:24:15.207Z | Compiling ahash v0.8.11 |
1072 | 2024-08-24T16:24:15.463Z | Compiling tinyvec_macros v0.1.1 |
1073 | 2024-08-24T16:24:15.499Z | Compiling parking_lot v0.12.2 |
1074 | 2024-08-24T16:24:15.557Z | Compiling tinyvec v1.6.0 |
1075 | 2024-08-24T16:24:15.792Z | Compiling socket2 v0.5.7 |
1076 | 2024-08-24T16:24:15.881Z | Compiling num_cpus v1.16.0 |
1077 | 2024-08-24T16:24:15.984Z | Compiling serde_json v1.0.125 |
1078 | 2024-08-24T16:24:16.009Z | Compiling cpufeatures v0.2.12 |
1079 | 2024-08-24T16:24:16.100Z | Compiling libm v0.2.8 |
1080 | 2024-08-24T16:24:16.156Z | Compiling futures-core v0.3.30 |
1081 | 2024-08-24T16:24:16.295Z | Compiling slab v0.4.9 |
1082 | 2024-08-24T16:24:16.320Z | Compiling num-traits v0.2.19 |
1083 | 2024-08-24T16:24:16.370Z | Compiling allocator-api2 v0.2.18 |
1084 | 2024-08-24T16:24:16.650Z | Compiling unicode-bidi v0.3.15 |
1085 | 2024-08-24T16:24:16.871Z | Compiling futures-sink v0.3.30 |
1086 | 2024-08-24T16:24:17.198Z | Compiling unicode-normalization v0.1.23 |
1087 | 2024-08-24T16:24:17.228Z | Compiling futures-channel v0.3.30 |
1088 | 2024-08-24T16:24:17.421Z | Compiling pin-utils v0.1.0 |
1089 | 2024-08-24T16:24:17.503Z | Compiling futures-task v0.3.30 |
1090 | 2024-08-24T16:24:17.535Z | Compiling futures-io v0.3.30 |
1091 | 2024-08-24T16:24:17.649Z | Compiling vcpkg v0.2.15 |
1092 | 2024-08-24T16:24:17.807Z | Compiling pkg-config v0.3.30 |
1093 | 2024-08-24T16:24:17.851Z | Compiling base64ct v1.6.0 |
1094 | 2024-08-24T16:24:18.206Z | Compiling ring v0.17.8 |
1095 | 2024-08-24T16:24:18.206Z | Compiling percent-encoding v2.3.1 |
1096 | 2024-08-24T16:24:18.396Z | Compiling pem-rfc7468 v0.7.0 |
1097 | 2024-08-24T16:24:18.515Z | Compiling ppv-lite86 v0.2.17 |
1098 | 2024-08-24T16:24:18.743Z | Compiling flagset v0.4.5 |
1099 | 2024-08-24T16:24:18.931Z | Compiling tracing-core v0.1.32 |
1100 | 2024-08-24T16:24:19.187Z | Compiling rand_chacha v0.3.1 |
1101 | 2024-08-24T16:24:19.221Z | Compiling untrusted v0.9.0 |
1102 | 2024-08-24T16:24:19.311Z | Compiling rustix v0.38.34 |
1103 | 2024-08-24T16:24:19.379Z | Compiling rustversion v1.0.17 |
1104 | 2024-08-24T16:24:19.670Z | Compiling openssl-sys v0.9.103 |
1105 | 2024-08-24T16:24:20.019Z | Compiling rand v0.8.5 |
1106 | 2024-08-24T16:24:20.043Z | Compiling openssl v0.10.66 |
1107 | 2024-08-24T16:24:20.131Z | Compiling httparse v1.8.0 |
1108 | 2024-08-24T16:24:20.156Z | Compiling foreign-types-shared v0.1.1 |
1109 | 2024-08-24T16:24:20.259Z | Compiling powerfmt v0.2.0 |
1110 | 2024-08-24T16:24:20.415Z | Compiling num-conv v0.1.0 |
1111 | 2024-08-24T16:24:20.497Z | Compiling time-core v0.1.2 |
1112 | 2024-08-24T16:24:20.648Z | Compiling deranged v0.3.11 |
1113 | 2024-08-24T16:24:20.672Z | Compiling foreign-types v0.3.2 |
1114 | 2024-08-24T16:24:20.696Z | Compiling time-macros v0.2.18 |
1115 | 2024-08-24T16:24:20.853Z | Compiling form_urlencoded v1.2.1 |
1116 | 2024-08-24T16:24:21.029Z | Compiling aho-corasick v1.1.3 |
1117 | 2024-08-24T16:24:21.128Z | Compiling crossbeam-utils v0.8.19 |
1118 | 2024-08-24T16:24:21.675Z | Compiling siphasher v0.3.11 |
1119 | 2024-08-24T16:24:21.738Z | Compiling regex-syntax v0.8.4 |
1120 | 2024-08-24T16:24:21.860Z | Compiling num_threads v0.1.7 |
1121 | 2024-08-24T16:24:21.997Z | Compiling rustls v0.21.12 |
1122 | 2024-08-24T16:24:22.021Z | Compiling syn v1.0.109 |
1123 | 2024-08-24T16:24:22.257Z | Compiling native-tls v0.2.11 |
1124 | 2024-08-24T16:24:22.316Z | Compiling try-lock v0.2.5 |
1125 | 2024-08-24T16:24:22.457Z | Compiling want v0.3.1 |
1126 | 2024-08-24T16:24:22.702Z | Compiling idna v0.5.0 |
1127 | 2024-08-24T16:24:23.257Z | Compiling socket2 v0.4.10 |
1128 | 2024-08-24T16:24:23.414Z | Compiling time v0.3.36 |
1129 | 2024-08-24T16:24:23.812Z | Compiling cookie v0.17.0 |
1130 | 2024-08-24T16:24:23.959Z | Compiling httpdate v1.0.3 |
1131 | 2024-08-24T16:24:24.015Z | Compiling finl_unicode v1.2.0 |
1132 | 2024-08-24T16:24:24.074Z | Compiling adler v1.0.2 |
1133 | 2024-08-24T16:24:24.308Z | Compiling iana-time-zone v0.1.60 |
1134 | 2024-08-24T16:24:24.375Z | Compiling openssl-probe v0.1.5 |
1135 | 2024-08-24T16:24:24.514Z | Compiling tower-service v0.3.2 |
1136 | 2024-08-24T16:24:24.626Z | Compiling regex-automata v0.4.6 |
1137 | 2024-08-24T16:24:24.687Z | Compiling slog v2.7.0 |
1138 | 2024-08-24T16:24:24.711Z | Compiling stringprep v0.1.4 |
1139 | 2024-08-24T16:24:25.192Z | Compiling miniz_oxide v0.7.2 |
1140 | 2024-08-24T16:24:25.576Z | Compiling url v2.5.2 |
1141 | 2024-08-24T16:24:26.412Z | Compiling serde_derive v1.0.208 |
1142 | 2024-08-24T16:24:26.537Z | Compiling zeroize_derive v1.4.2 |
1143 | 2024-08-24T16:24:27.259Z | Compiling zerocopy-derive v0.7.34 |
1144 | 2024-08-24T16:24:27.292Z | Compiling tokio-macros v2.3.0 |
1145 | 2024-08-24T16:24:27.556Z | Compiling thiserror-impl v1.0.63 |
1146 | 2024-08-24T16:24:27.945Z | Compiling futures-macro v0.3.30 |
1147 | 2024-08-24T16:24:28.001Z | Compiling zeroize v1.7.0 |
1148 | 2024-08-24T16:24:28.670Z | Compiling der_derive v0.7.2 |
1149 | 2024-08-24T16:24:29.147Z | Compiling zerocopy v0.7.34 |
1150 | 2024-08-24T16:24:29.543Z | Compiling crypto-common v0.1.6 |
1151 | 2024-08-24T16:24:29.612Z | Compiling block-buffer v0.10.4 |
1152 | 2024-08-24T16:24:29.755Z | Compiling block-padding v0.3.3 |
1153 | 2024-08-24T16:24:29.850Z | Compiling digest v0.10.7 |
1154 | 2024-08-24T16:24:29.988Z | Compiling inout v0.1.3 |
1155 | 2024-08-24T16:24:30.243Z | Compiling cipher v0.4.4 |
1156 | 2024-08-24T16:24:30.297Z | Compiling hmac v0.12.1 |
1157 | 2024-08-24T16:24:30.321Z | Compiling thiserror v1.0.63 |
1158 | 2024-08-24T16:24:30.493Z | Compiling sha2 v0.10.8 |
1159 | 2024-08-24T16:24:30.533Z | Compiling futures-util v0.3.30 |
1160 | 2024-08-24T16:24:30.725Z | Compiling pest v2.7.10 |
1161 | 2024-08-24T16:24:30.749Z | Compiling der v0.7.9 |
1162 | 2024-08-24T16:24:31.004Z | Compiling hashbrown v0.14.5 |
1163 | 2024-08-24T16:24:32.364Z | Compiling salsa20 v0.10.2 |
1164 | 2024-08-24T16:24:32.584Z | Compiling pbkdf2 v0.12.2 |
1165 | 2024-08-24T16:24:32.751Z | Compiling scroll_derive v0.12.0 |
1166 | 2024-08-24T16:24:33.286Z | Compiling pest_meta v2.7.10 |
1167 | 2024-08-24T16:24:33.505Z | Compiling tracing-attributes v0.1.27 |
1168 | 2024-08-24T16:24:33.849Z | Compiling scrypt v0.11.0 |
1169 | 2024-08-24T16:24:34.069Z | Compiling scroll v0.12.0 |
1170 | 2024-08-24T16:24:34.378Z | Compiling spki v0.7.3 |
1171 | 2024-08-24T16:24:34.580Z | Compiling pest_generator v2.7.10 |
1172 | 2024-08-24T16:24:34.712Z | Compiling cbc v0.1.2 |
1173 | 2024-08-24T16:24:34.921Z | Compiling aes v0.8.4 |
1174 | 2024-08-24T16:24:35.541Z | Compiling goblin v0.8.2 |
1175 | 2024-08-24T16:24:35.986Z | Compiling pkcs5 v0.7.1 |
1176 | 2024-08-24T16:24:36.171Z | Compiling openssl-macros v0.1.1 |
1177 | 2024-08-24T16:24:36.740Z | Compiling tracing v0.1.40 |
1178 | 2024-08-24T16:24:36.813Z | Compiling pkcs8 v0.10.2 |
1179 | 2024-08-24T16:24:37.092Z | Compiling rustls-webpki v0.101.7 |
1180 | 2024-08-24T16:24:37.171Z | Compiling sct v0.7.1 |
1181 | 2024-08-24T16:24:37.258Z | Compiling md-5 v0.10.6 |
1182 | 2024-08-24T16:24:37.480Z | Compiling num-integer v0.1.46 |
1183 | 2024-08-24T16:24:37.503Z | Compiling backtrace v0.3.71 |
1184 | 2024-08-24T16:24:37.683Z | Compiling pest_derive v2.7.10 |
1185 | 2024-08-24T16:24:37.908Z | Compiling idna v0.3.0 |
1186 | 2024-08-24T16:24:38.141Z | Compiling lazy_static v1.5.0 |
1187 | 2024-08-24T16:24:38.254Z | Compiling hash32 v0.2.1 |
1188 | 2024-08-24T16:24:38.364Z | Compiling dtrace-parser v0.2.0 |
1189 | 2024-08-24T16:24:38.553Z | Compiling bytes v1.7.1 |
1190 | 2024-08-24T16:24:38.584Z | Compiling bitflags v2.6.0 |
1191 | 2024-08-24T16:24:38.886Z | Compiling indexmap v2.4.0 |
1192 | 2024-08-24T16:24:38.989Z | Compiling semver v1.0.23 |
1193 | 2024-08-24T16:24:39.667Z | Compiling tokio v1.38.1 |
1194 | 2024-08-24T16:24:39.690Z | Compiling http v0.2.12 |
1195 | 2024-08-24T16:24:40.142Z | Compiling rustc_version v0.4.0 |
1196 | 2024-08-24T16:24:40.812Z | Compiling heapless v0.7.17 |
1197 | 2024-08-24T16:24:41.191Z | Compiling http-body v0.4.6 |
1198 | 2024-08-24T16:24:41.398Z | Compiling dof v0.3.0 |
1199 | 2024-08-24T16:24:41.652Z | Compiling uuid v1.10.0 |
1200 | 2024-08-24T16:24:41.883Z | Compiling chrono v0.4.38 |
1201 | 2024-08-24T16:24:41.907Z | Compiling toml_datetime v0.6.8 |
1202 | 2024-08-24T16:24:42.398Z | Compiling usdt-impl v0.5.0 |
1203 | 2024-08-24T16:24:42.896Z | Compiling serde_spanned v0.6.7 |
1204 | 2024-08-24T16:24:43.110Z | Compiling serde_tokenstream v0.2.2 |
1205 | 2024-08-24T16:24:43.336Z | Compiling signal-hook v0.3.17 |
1206 | 2024-08-24T16:24:43.565Z | Compiling stable_deref_trait v1.2.0 |
1207 | 2024-08-24T16:24:43.639Z | Compiling cfg_aliases v0.1.1 |
1208 | 2024-08-24T16:24:43.663Z | Compiling gimli v0.28.1 |
1209 | 2024-08-24T16:24:43.726Z | Compiling psl-types v2.0.11 |
1210 | 2024-08-24T16:24:43.749Z | Compiling num-bigint-dig v0.8.4 |
1211 | 2024-08-24T16:24:43.895Z | Compiling smoltcp v0.9.1 |
1212 | 2024-08-24T16:24:43.990Z | Compiling base64 v0.22.1 |
1213 | 2024-08-24T16:24:44.326Z | Compiling fallible-iterator v0.2.0 |
1214 | 2024-08-24T16:24:44.537Z | Compiling crc32fast v1.4.0 |
1215 | 2024-08-24T16:24:44.671Z | Compiling publicsuffix v2.2.3 |
1216 | 2024-08-24T16:24:44.881Z | Compiling nix v0.28.0 |
1217 | 2024-08-24T16:24:44.943Z | Compiling postgres-protocol v0.6.7 |
1218 | 2024-08-24T16:24:45.142Z | Compiling terminal_size v0.3.0 |
1219 | 2024-08-24T16:24:45.416Z | Compiling num-iter v0.1.45 |
1220 | 2024-08-24T16:24:45.575Z | Compiling hubpack_derive v0.1.1 |
1221 | 2024-08-24T16:24:45.599Z | Compiling zerocopy-derive v0.6.6 |
1222 | 2024-08-24T16:24:45.863Z | Compiling async-trait v0.1.81 |
1223 | 2024-08-24T16:24:46.355Z | Compiling phf_shared v0.11.2 |
1224 | 2024-08-24T16:24:46.748Z | Compiling serde_derive_internals v0.29.1 |
1225 | 2024-08-24T16:24:46.879Z | Compiling tokio-util v0.7.11 |
1226 | 2024-08-24T16:24:47.059Z | Compiling tokio-native-tls v0.3.1 |
1227 | 2024-08-24T16:24:47.327Z | Compiling addr2line v0.21.0 |
1228 | 2024-08-24T16:24:47.497Z | Compiling tokio-rustls v0.24.1 |
1229 | 2024-08-24T16:24:47.724Z | Compiling ff v0.13.0 |
1230 | 2024-08-24T16:24:47.841Z | Compiling h2 v0.3.26 |
1231 | 2024-08-24T16:24:47.864Z | Compiling object v0.32.2 |
1232 | 2024-08-24T16:24:47.929Z | Compiling fs-err v2.11.0 |
1233 | 2024-08-24T16:24:47.952Z | Compiling rustc-demangle v0.1.24 |
1234 | 2024-08-24T16:24:48.122Z | Compiling base16ct v0.2.0 |
1235 | 2024-08-24T16:24:48.196Z | Compiling either v1.13.0 |
1236 | 2024-08-24T16:24:48.311Z | Compiling bitflags v1.3.2 |
1237 | 2024-08-24T16:24:48.410Z | Compiling ipnet v2.9.0 |
1238 | 2024-08-24T16:24:48.433Z | Compiling base64 v0.21.7 |
1239 | 2024-08-24T16:24:48.559Z | Compiling winnow v0.5.40 |
1240 | 2024-08-24T16:24:48.792Z | Compiling schemars v0.8.21 |
1241 | 2024-08-24T16:24:49.088Z | Compiling anyhow v1.0.86 |
1242 | 2024-08-24T16:24:49.112Z | Compiling managed v0.8.0 |
1243 | 2024-08-24T16:24:49.157Z | Compiling schemars_derive v0.8.21 |
1244 | 2024-08-24T16:24:49.533Z | Compiling rustls-pemfile v1.0.4 |
1245 | 2024-08-24T16:24:49.781Z | Compiling sec1 v0.7.3 |
1246 | 2024-08-24T16:24:50.039Z | Compiling clap_builder v4.5.15 |
1247 | 2024-08-24T16:24:50.277Z | Compiling group v0.13.0 |
1248 | 2024-08-24T16:24:50.554Z | Compiling zerocopy v0.6.6 |
1249 | 2024-08-24T16:24:51.255Z | Compiling phf v0.11.2 |
1250 | 2024-08-24T16:24:51.278Z | Compiling cookie_store v0.20.0 |
1251 | 2024-08-24T16:24:51.567Z | Compiling toml_edit v0.19.15 |
1252 | 2024-08-24T16:24:51.779Z | Compiling hubpack v0.1.2 |
1253 | 2024-08-24T16:24:51.950Z | Compiling postgres-types v0.2.7 |
1254 | 2024-08-24T16:24:53.257Z | Compiling usdt-macro v0.5.0 |
1255 | 2024-08-24T16:24:53.369Z | Compiling usdt-attr-macro v0.5.0 |
1256 | 2024-08-24T16:24:54.197Z | Compiling hyper v0.14.30 |
1257 | 2024-08-24T16:24:54.563Z | Compiling serde_urlencoded v0.7.1 |
1258 | 2024-08-24T16:24:54.792Z | Compiling pkcs1 v0.7.5 |
1259 | 2024-08-24T16:24:55.026Z | Compiling futures-executor v0.3.30 |
1260 | 2024-08-24T16:24:55.510Z | Compiling hkdf v0.12.4 |
1261 | 2024-08-24T16:24:55.624Z | Compiling signature v2.2.0 |
1262 | 2024-08-24T16:24:55.737Z | Compiling crypto-bigint v0.5.5 |
1263 | 2024-08-24T16:24:55.879Z | Compiling regex v1.10.6 |
1264 | 2024-08-24T16:24:56.524Z | Compiling bstr v1.9.1 |
1265 | 2024-08-24T16:24:56.870Z | Compiling clap_derive v4.5.13 |
1266 | 2024-08-24T16:24:56.895Z | Compiling enum-as-inner v0.6.0 |
1267 | 2024-08-24T16:24:57.791Z | Compiling serde_repr v0.1.19 |
1268 | 2024-08-24T16:24:57.977Z | Compiling strum_macros v0.25.3 |
1269 | 2024-08-24T16:24:58.077Z | Compiling phf_shared v0.10.0 |
1270 | 2024-08-24T16:24:58.255Z | Compiling float-cmp v0.9.0 |
1271 | 2024-08-24T16:24:58.414Z | Compiling idna v0.4.0 |
1272 | 2024-08-24T16:24:58.458Z | Compiling mio v1.0.2 |
1273 | 2024-08-24T16:24:58.725Z | Compiling encoding_rs v0.8.34 |
1274 | 2024-08-24T16:24:59.454Z | Compiling predicates-core v1.0.6 |
1275 | 2024-08-24T16:24:59.673Z | Compiling webpki-roots v0.25.4 |
1276 | 2024-08-24T16:24:59.777Z | Compiling dyn-clone v1.0.17 |
1277 | 2024-08-24T16:24:59.822Z | Compiling bit-vec v0.6.3 |
1278 | 2024-08-24T16:24:59.977Z | Compiling hyper-rustls v0.24.2 |
1279 | 2024-08-24T16:25:00.219Z | Compiling hyper-tls v0.5.0 |
1280 | 2024-08-24T16:25:00.275Z | Compiling precomputed-hash v0.1.1 |
1281 | 2024-08-24T16:25:00.384Z | Compiling unicode-segmentation v1.11.0 |
1282 | 2024-08-24T16:25:00.523Z | Compiling mime v0.3.17 |
1283 | 2024-08-24T16:25:00.619Z | Compiling data-encoding v2.6.0 |
1284 | 2024-08-24T16:25:00.720Z | Compiling difflib v0.4.0 |
1285 | 2024-08-24T16:25:01.050Z | Compiling new_debug_unreachable v1.0.6 |
1286 | 2024-08-24T16:25:01.074Z | Compiling fixedbitset v0.4.2 |
1287 | 2024-08-24T16:25:01.151Z | Compiling whoami v1.5.1 |
1288 | 2024-08-24T16:25:01.237Z | Compiling sync_wrapper v0.1.2 |
1289 | 2024-08-24T16:25:01.355Z | Compiling normalize-line-endings v0.3.0 |
1290 | 2024-08-24T16:25:01.523Z | Compiling minimal-lexical v0.2.1 |
1291 | 2024-08-24T16:25:01.547Z | Compiling static_assertions v1.1.0 |
1292 | 2024-08-24T16:25:01.642Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1293 | 2024-08-24T16:25:01.751Z | Compiling predicates v3.1.2 |
1294 | 2024-08-24T16:25:01.976Z | Compiling nom v7.1.3 |
1295 | 2024-08-24T16:25:02.148Z | Compiling tokio-postgres v0.7.11 |
1296 | 2024-08-24T16:25:02.235Z | Compiling reqwest v0.11.27 |
1297 | 2024-08-24T16:25:02.565Z | Compiling petgraph v0.6.5 |
1298 | 2024-08-24T16:25:02.619Z | Compiling hickory-proto v0.24.1 |
1299 | 2024-08-24T16:25:03.198Z | Compiling string_cache v0.8.7 |
1300 | 2024-08-24T16:25:03.606Z | Compiling toml_edit v0.22.20 |
1301 | 2024-08-24T16:25:03.954Z | Compiling similar v2.6.0 |
1302 | 2024-08-24T16:25:04.865Z | Compiling clap v4.5.16 |
1303 | 2024-08-24T16:25:04.968Z | Compiling bit-set v0.5.3 |
1304 | 2024-08-24T16:25:05.807Z | Compiling console v0.15.8 |
1305 | 2024-08-24T16:25:05.861Z | Compiling usdt v0.5.0 |
1306 | 2024-08-24T16:25:06.292Z | Compiling signal-hook-mio v0.2.4 |
1307 | 2024-08-24T16:25:06.482Z | Compiling elliptic-curve v0.13.8 |
1308 | 2024-08-24T16:25:06.581Z | Compiling rsa v0.9.6 |
1309 | 2024-08-24T16:25:06.690Z | Compiling futures v0.3.30 |
1310 | 2024-08-24T16:25:07.144Z | Compiling toml v0.7.8 |
1311 | 2024-08-24T16:25:07.211Z | Compiling flate2 v1.0.31 |
1312 | 2024-08-24T16:25:08.369Z | Compiling itertools v0.12.1 |
1313 | 2024-08-24T16:25:08.559Z | Compiling itertools v0.10.5 |
1314 | 2024-08-24T16:25:08.684Z | Compiling tokio-stream v0.1.15 |
1315 | 2024-08-24T16:25:09.474Z | Compiling openapiv3 v2.0.0 |
1316 | 2024-08-24T16:25:10.382Z | Compiling hex v0.4.3 |
1317 | 2024-08-24T16:25:10.873Z | Compiling crossbeam-epoch v0.9.18 |
1318 | 2024-08-24T16:25:10.899Z | Compiling sha1 v0.10.6 |
1319 | 2024-08-24T16:25:10.899Z | Compiling dirs-sys-next v0.1.2 |
1320 | 2024-08-24T16:25:10.939Z | Compiling unicode-xid v0.2.4 |
1321 | 2024-08-24T16:25:10.972Z | Compiling peg-runtime v0.8.3 |
1322 | 2024-08-24T16:25:11.095Z | Compiling lalrpop-util v0.19.12 |
1323 | 2024-08-24T16:25:11.279Z | Compiling dirs-next v2.0.0 |
1324 | 2024-08-24T16:25:11.403Z | Compiling thread_local v1.1.8 |
1325 | 2024-08-24T16:25:11.482Z | Compiling slog-async v2.8.0 |
1326 | 2024-08-24T16:25:11.507Z | Compiling term v0.7.0 |
1327 | 2024-08-24T16:25:11.560Z | Compiling xattr v1.3.1 |
1328 | 2024-08-24T16:25:11.585Z | Compiling crossbeam-channel v0.5.12 |
1329 | 2024-08-24T16:25:11.792Z | Compiling strum_macros v0.26.4 |
1330 | 2024-08-24T16:25:11.882Z | Compiling filetime v0.2.24 |
1331 | 2024-08-24T16:25:11.978Z | Compiling is-terminal v0.4.12 |
1332 | 2024-08-24T16:25:12.103Z | Compiling take_mut v0.2.2 |
1333 | 2024-08-24T16:25:12.167Z | Compiling slog-term v2.9.1 |
1334 | 2024-08-24T16:25:12.494Z | Compiling tar v0.4.41 |
1335 | 2024-08-24T16:25:12.757Z | Compiling camino v1.1.9 |
1336 | 2024-08-24T16:25:13.812Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1337 | 2024-08-24T16:25:14.834Z | Compiling strum v0.26.3 |
1338 | 2024-08-24T16:25:14.954Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1339 | 2024-08-24T16:25:21.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
1340 | 2024-08-24T16:25:21.850Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1341 | 2024-08-24T16:25:21.914Z | Aug 24 16:25:21.206 INFO Starting download, target: Clickhouse |
1342 | 2024-08-24T16:25:21.914Z | Aug 24 16:25:21.207 INFO Starting download, target: Cockroach |
1343 | 2024-08-24T16:25:21.914Z | Aug 24 16:25:21.207 INFO Starting download, target: Console |
1344 | 2024-08-24T16:25:21.939Z | Aug 24 16:25:21.207 INFO Starting download, target: DendriteOpenapi |
1345 | 2024-08-24T16:25:21.939Z | Aug 24 16:25:21.207 INFO Starting download, target: MaghemiteMgd |
1346 | 2024-08-24T16:25:21.939Z | Aug 24 16:25:21.207 INFO Starting download, target: DendriteStub |
1347 | 2024-08-24T16:25:21.939Z | Aug 24 16:25:21.207 INFO Starting download, target: TransceiverControl |
1348 | 2024-08-24T16:25:21.939Z | Aug 24 16:25:21.208 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1349 | 2024-08-24T16:25:21.939Z | Aug 24 16:25:21.208 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1350 | 2024-08-24T16:25:21.939Z | Aug 24 16:25:21.209 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1351 | 2024-08-24T16:25:21.939Z | Aug 24 16:25:21.209 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1352 | 2024-08-24T16:25:21.939Z | Aug 24 16:25:21.209 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1353 | 2024-08-24T16:25:21.939Z | Aug 24 16:25:21.209 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1354 | 2024-08-24T16:25:21.939Z | Aug 24 16:25:21.209 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1355 | 2024-08-24T16:25:22.178Z | Aug 24 16:25:21.469 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1356 | 2024-08-24T16:25:22.238Z | Aug 24 16:25:21.521 INFO Download complete, target: DendriteOpenapi |
1357 | 2024-08-24T16:25:22.532Z | Aug 24 16:25:21.824 INFO Download complete, target: Console |
1358 | 2024-08-24T16:25:22.582Z | Aug 24 16:25:21.874 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1359 | 2024-08-24T16:25:23.347Z | Aug 24 16:25:22.639 INFO Download complete, target: TransceiverControl |
1360 | 2024-08-24T16:25:23.821Z | Aug 24 16:25:23.113 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1361 | 2024-08-24T16:25:23.895Z | Aug 24 16:25:23.187 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1362 | 2024-08-24T16:25:27.600Z | Aug 24 16:25:26.892 INFO Download complete, target: DendriteStub |
1363 | 2024-08-24T16:25:27.698Z | Aug 24 16:25:26.991 INFO Download complete, target: MaghemiteMgd |
1364 | 2024-08-24T16:25:32.837Z | Aug 24 16:25:32.129 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1365 | 2024-08-24T16:25:33.522Z | Aug 24 16:25:32.811 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1366 | 2024-08-24T16:25:33.522Z | Aug 24 16:25:32.811 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1367 | 2024-08-24T16:25:43.360Z | Aug 24 16:25:42.652 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1368 | 2024-08-24T16:25:43.796Z | Aug 24 16:25:43.085 INFO Checking that binary works, target: Cockroach |
1369 | 2024-08-24T16:25:44.057Z | Aug 24 16:25:43.349 INFO Download complete, target: Cockroach |
1370 | 2024-08-24T16:25:49.938Z | Aug 24 16:25:49.230 INFO Checking that binary works, target: Clickhouse |
1371 | 2024-08-24T16:25:50.215Z | Aug 24 16:25:49.507 INFO Download complete, target: Clickhouse |
1372 | 2024-08-24T16:25:50.240Z | All builder prerequisites installed successfully, and PATH looks valid |
1373 | 2024-08-24T16:25:50.265Z | |
1374 | 2024-08-24T16:25:50.265Z | real 3:59.218014751 |
1375 | 2024-08-24T16:25:50.265Z | user 10:06.786639893 |
1376 | 2024-08-24T16:25:50.265Z | sys 2:24.977073789 |
1377 | 2024-08-24T16:25:50.265Z | trap 0.349510952 |
1378 | 2024-08-24T16:25:50.265Z | tflt 0.703102323 |
1379 | 2024-08-24T16:25:50.265Z | dflt 1.579787759 |
1380 | 2024-08-24T16:25:50.265Z | kflt 0.007687492 |
1381 | 2024-08-24T16:25:50.265Z | lock 22:10.018518687 |
1382 | 2024-08-24T16:25:50.265Z | slp 38:33.673162023 |
1383 | 2024-08-24T16:25:50.265Z | lat 45.899566024 |
1384 | 2024-08-24T16:25:50.265Z | stop 1:42.990654826 |
1385 | 2024-08-24T16:25:50.265Z | + banner clippy |
1386 | 2024-08-24T16:25:50.265Z | |
1387 | 2024-08-24T16:25:50.265Z | #### # # ##### ##### # # |
1388 | 2024-08-24T16:25:50.265Z | # # # # # # # # # # |
1389 | 2024-08-24T16:25:50.265Z | # # # # # # # # |
1390 | 2024-08-24T16:25:50.265Z | # # # ##### ##### # |
1391 | 2024-08-24T16:25:50.265Z | # # # # # # # |
1392 | 2024-08-24T16:25:50.265Z | #### ###### # # # # |
1393 | 2024-08-24T16:25:50.265Z | |
1394 | 2024-08-24T16:25:50.265Z | + export CARGO_INCREMENTAL=0 |
1395 | 2024-08-24T16:25:50.265Z | + CARGO_INCREMENTAL=0 |
1396 | 2024-08-24T16:25:50.265Z | + ptime -m cargo xtask clippy |
1397 | 2024-08-24T16:25:51.039Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1398 | 2024-08-24T16:25:55.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s |
1399 | 2024-08-24T16:25:55.670Z | Running `target/debug/xtask clippy` |
1400 | 2024-08-24T16:25:55.698Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1401 | 2024-08-24T16:25:56.635Z | Downloading crates ... |
1402 | 2024-08-24T16:25:57.028Z | Downloaded escape8259 v0.5.2 |
1403 | 2024-08-24T16:25:57.052Z | Downloaded ssh-cipher v0.2.0 |
1404 | 2024-08-24T16:25:57.052Z | Downloaded yansi v0.5.1 |
1405 | 2024-08-24T16:25:57.052Z | Downloaded target-spec v3.2.1 |
1406 | 2024-08-24T16:25:57.052Z | Downloaded tower-layer v0.3.2 |
1407 | 2024-08-24T16:25:57.077Z | Downloaded target-lexicon v0.12.16 |
1408 | 2024-08-24T16:25:57.077Z | Downloaded threadpool v1.8.1 |
1409 | 2024-08-24T16:25:57.077Z | Downloaded trybuild v1.0.99 |
1410 | 2024-08-24T16:25:57.077Z | Downloaded pretty_assertions v1.4.0 |
1411 | 2024-08-24T16:25:57.077Z | Downloaded trust-dns-proto v0.22.0 |
1412 | 2024-08-24T16:25:57.101Z | Downloaded regex-automata v0.1.10 |
1413 | 2024-08-24T16:25:57.101Z | Downloaded p521 v0.13.3 |
1414 | 2024-08-24T16:25:57.101Z | Downloaded p384 v0.13.0 |
1415 | 2024-08-24T16:25:57.101Z | Downloaded idna v0.2.3 |
1416 | 2024-08-24T16:25:57.125Z | Downloaded bstr v0.2.17 |
1417 | 2024-08-24T16:25:57.125Z | Downloaded plotters v0.3.5 |
1418 | 2024-08-24T16:25:57.150Z | Downloaded toml_edit v0.21.1 |
1419 | 2024-08-24T16:25:57.174Z | Downloaded rfc6979 v0.4.0 |
1420 | 2024-08-24T16:25:57.174Z | Downloaded password-hash v0.4.2 |
1421 | 2024-08-24T16:25:57.174Z | Downloaded p256 v0.13.2 |
1422 | 2024-08-24T16:25:57.174Z | Downloaded hyper-util v0.1.3 |
1423 | 2024-08-24T16:25:57.174Z | Downloaded ssh-key v0.6.6 |
1424 | 2024-08-24T16:25:57.174Z | Downloaded rust-argon2 v2.1.0 |
1425 | 2024-08-24T16:25:57.198Z | Downloaded rstest_macros v0.22.0 |
1426 | 2024-08-24T16:25:57.199Z | Downloaded hyper v1.3.1 |
1427 | 2024-08-24T16:25:57.199Z | Downloaded guppy v0.17.7 |
1428 | 2024-08-24T16:25:57.199Z | Downloaded criterion v0.5.1 |
1429 | 2024-08-24T16:25:57.223Z | Downloaded similar-asserts v1.5.0 |
1430 | 2024-08-24T16:25:57.223Z | Downloaded russh v0.44.1 |
1431 | 2024-08-24T16:25:57.223Z | Downloaded proc-macro-crate v3.1.0 |
1432 | 2024-08-24T16:25:57.223Z | Downloaded plotters-svg v0.3.5 |
1433 | 2024-08-24T16:25:57.223Z | Downloaded oorandom v11.1.3 |
1434 | 2024-08-24T16:25:57.223Z | Downloaded fancy-regex v0.13.0 |
1435 | 2024-08-24T16:25:57.223Z | Downloaded ed25519-dalek v2.1.1 |
1436 | 2024-08-24T16:25:57.223Z | Downloaded aes-gcm v0.10.3 |
1437 | 2024-08-24T16:25:57.223Z | Downloaded tower v0.4.13 |
1438 | 2024-08-24T16:25:57.247Z | Downloaded ssh-encoding v0.2.0 |
1439 | 2024-08-24T16:25:57.247Z | Downloaded russh-cryptovec v0.7.2 |
1440 | 2024-08-24T16:25:57.247Z | Downloaded rstest v0.22.0 |
1441 | 2024-08-24T16:25:57.248Z | Downloaded num-bigint v0.4.5 |
1442 | 2024-08-24T16:25:57.248Z | Downloaded nested v0.1.1 |
1443 | 2024-08-24T16:25:57.272Z | Downloaded matches v0.1.10 |
1444 | 2024-08-24T16:25:57.272Z | Downloaded internet-checksum v0.2.1 |
1445 | 2024-08-24T16:25:57.272Z | Downloaded rustls-native-certs v0.7.0 |
1446 | 2024-08-24T16:25:57.272Z | Downloaded russh-keys v0.44.0 |
1447 | 2024-08-24T16:25:57.272Z | Downloaded rand_distr v0.4.3 |
1448 | 2024-08-24T16:25:57.272Z | Downloaded polyval v0.6.2 |
1449 | 2024-08-24T16:25:57.272Z | Downloaded plotters-backend v0.3.5 |
1450 | 2024-08-24T16:25:57.272Z | Downloaded pathdiff v0.2.1 |
1451 | 2024-08-24T16:25:57.272Z | Downloaded libtest-mimic v0.7.3 |
1452 | 2024-08-24T16:25:57.272Z | Downloaded ghash v0.5.1 |
1453 | 2024-08-24T16:25:57.272Z | Downloaded enum-as-inner v0.5.1 |
1454 | 2024-08-24T16:25:57.272Z | Downloaded ed25519 v2.2.3 |
1455 | 2024-08-24T16:25:57.272Z | Downloaded dirs v5.0.1 |
1456 | 2024-08-24T16:25:57.272Z | Downloaded dhcproto v0.12.0 |
1457 | 2024-08-24T16:25:57.297Z | Downloaded ctr v0.9.2 |
1458 | 2024-08-24T16:25:57.297Z | Downloaded approx v0.5.1 |
1459 | 2024-08-24T16:25:57.297Z | Downloaded tinytemplate v1.2.1 |
1460 | 2024-08-24T16:25:57.297Z | Downloaded primeorder v0.13.6 |
1461 | 2024-08-24T16:25:57.297Z | Downloaded partial-io v0.5.4 |
1462 | 2024-08-24T16:25:57.297Z | Downloaded hyper-rustls v0.26.0 |
1463 | 2024-08-24T16:25:57.297Z | Downloaded httptest v0.15.5 |
1464 | 2024-08-24T16:25:57.297Z | Downloaded http-body v1.0.0 |
1465 | 2024-08-24T16:25:57.297Z | Downloaded guppy-workspace-hack v0.1.0 |
1466 | 2024-08-24T16:25:57.297Z | Downloaded ecdsa v0.16.9 |
1467 | 2024-08-24T16:25:57.297Z | Downloaded doc-comment v0.3.3 |
1468 | 2024-08-24T16:25:57.297Z | Downloaded cast v0.3.0 |
1469 | 2024-08-24T16:25:57.297Z | Downloaded blowfish v0.9.1 |
1470 | 2024-08-24T16:25:57.297Z | Downloaded blake2b_simd v1.0.2 |
1471 | 2024-08-24T16:25:57.321Z | Downloaded relative-path v1.9.3 |
1472 | 2024-08-24T16:25:57.321Z | Downloaded pbkdf2 v0.11.0 |
1473 | 2024-08-24T16:25:57.322Z | Downloaded option-ext v0.2.0 |
1474 | 2024-08-24T16:25:57.322Z | Downloaded md5 v0.7.0 |
1475 | 2024-08-24T16:25:57.322Z | Downloaded hex-literal v0.4.1 |
1476 | 2024-08-24T16:25:57.322Z | Downloaded futures-timer v3.0.3 |
1477 | 2024-08-24T16:25:57.322Z | Downloaded dirs-sys v0.4.1 |
1478 | 2024-08-24T16:25:57.322Z | Downloaded dhcproto-macros v0.1.0 |
1479 | 2024-08-24T16:25:57.322Z | Downloaded datatest-stable v0.2.9 |
1480 | 2024-08-24T16:25:57.322Z | Downloaded criterion-plot v0.5.0 |
1481 | 2024-08-24T16:25:57.322Z | Downloaded cfg-expr v0.16.0 |
1482 | 2024-08-24T16:25:57.322Z | Downloaded bcrypt-pbkdf v0.10.0 |
1483 | 2024-08-24T16:25:57.322Z | Downloaded assert_cmd v2.0.16 |
1484 | 2024-08-24T16:25:57.322Z | Downloaded anes v0.1.6 |
1485 | 2024-08-24T16:25:58.021Z | Checking cfg-if v1.0.0 |
1486 | 2024-08-24T16:25:58.047Z | Checking libc v0.2.156 |
1487 | 2024-08-24T16:25:58.071Z | Checking serde v1.0.208 |
1488 | 2024-08-24T16:25:58.096Z | Checking memchr v2.7.2 |
1489 | 2024-08-24T16:25:58.121Z | Checking scopeguard v1.2.0 |
1490 | 2024-08-24T16:25:58.146Z | Checking log v0.4.21 |
1491 | 2024-08-24T16:25:58.170Z | Checking byteorder v1.5.0 |
1492 | 2024-08-24T16:25:58.195Z | Checking itoa v1.0.11 |
1493 | 2024-08-24T16:25:58.195Z | Checking smallvec v1.13.2 |
1494 | 2024-08-24T16:25:58.240Z | Checking lock_api v0.4.12 |
1495 | 2024-08-24T16:25:58.353Z | Checking zeroize v1.7.0 |
1496 | 2024-08-24T16:25:58.389Z | Checking once_cell v1.19.0 |
1497 | 2024-08-24T16:25:58.474Z | Checking pin-project-lite v0.2.14 |
1498 | 2024-08-24T16:25:58.498Z | Checking typenum v1.17.0 |
1499 | 2024-08-24T16:25:58.584Z | Checking libm v0.2.8 |
1500 | 2024-08-24T16:25:58.608Z | Checking subtle v2.5.0 |
1501 | 2024-08-24T16:25:58.633Z | Checking ryu v1.0.18 |
1502 | 2024-08-24T16:25:58.657Z | Checking spin v0.9.8 |
1503 | 2024-08-24T16:25:58.798Z | Checking thiserror v1.0.63 |
1504 | 2024-08-24T16:25:58.828Z | Checking futures-core v0.3.30 |
1505 | 2024-08-24T16:25:58.852Z | Checking zerocopy v0.7.34 |
1506 | 2024-08-24T16:25:58.919Z | Checking futures-sink v0.3.30 |
1507 | 2024-08-24T16:25:58.943Z | Checking getrandom v0.2.14 |
1508 | 2024-08-24T16:25:58.967Z | Checking parking_lot_core v0.9.10 |
1509 | 2024-08-24T16:25:58.991Z | Checking signal-hook-registry v1.4.2 |
1510 | 2024-08-24T16:25:59.048Z | Checking mio v0.8.11 |
1511 | 2024-08-24T16:25:59.148Z | Checking rand_core v0.6.4 |
1512 | 2024-08-24T16:25:59.185Z | Checking num_cpus v1.16.0 |
1513 | 2024-08-24T16:25:59.235Z | Checking parking_lot v0.12.2 |
1514 | 2024-08-24T16:25:59.294Z | Checking socket2 v0.5.7 |
1515 | 2024-08-24T16:25:59.318Z | Checking num-traits v0.2.19 |
1516 | 2024-08-24T16:25:59.402Z | Checking const-oid v0.9.6 |
1517 | 2024-08-24T16:25:59.457Z | Checking generic-array v0.14.7 |
1518 | 2024-08-24T16:25:59.536Z | Checking futures-channel v0.3.30 |
1519 | 2024-08-24T16:25:59.560Z | Checking slab v0.4.9 |
1520 | 2024-08-24T16:25:59.679Z | Checking pin-utils v0.1.0 |
1521 | 2024-08-24T16:25:59.757Z | Checking futures-task v0.3.30 |
1522 | 2024-08-24T16:25:59.781Z | Checking futures-io v0.3.30 |
1523 | 2024-08-24T16:25:59.833Z | Checking cpufeatures v0.2.12 |
1524 | 2024-08-24T16:25:59.927Z | Checking allocator-api2 v0.2.18 |
1525 | 2024-08-24T16:25:59.956Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1526 | 2024-08-24T16:25:59.980Z | Checking futures-util v0.3.30 |
1527 | 2024-08-24T16:25:59.980Z | Checking ahash v0.8.11 |
1528 | 2024-08-24T16:26:00.279Z | Checking fnv v1.0.7 |
1529 | 2024-08-24T16:26:00.437Z | Checking iana-time-zone v0.1.60 |
1530 | 2024-08-24T16:26:00.469Z | Checking crypto-common v0.1.6 |
1531 | 2024-08-24T16:26:00.556Z | Checking block-buffer v0.10.4 |
1532 | 2024-08-24T16:26:00.583Z | Checking hashbrown v0.14.5 |
1533 | 2024-08-24T16:26:00.607Z | Checking equivalent v1.0.1 |
1534 | 2024-08-24T16:26:00.663Z | Checking tinyvec_macros v0.1.1 |
1535 | 2024-08-24T16:26:00.722Z | Checking ppv-lite86 v0.2.17 |
1536 | 2024-08-24T16:26:00.783Z | Checking tinyvec v1.6.0 |
1537 | 2024-08-24T16:26:00.807Z | Checking unicode-bidi v0.3.15 |
1538 | 2024-08-24T16:26:00.807Z | Checking tracing-core v0.1.32 |
1539 | 2024-08-24T16:26:00.835Z | Checking digest v0.10.7 |
1540 | 2024-08-24T16:26:01.193Z | Checking regex-syntax v0.8.4 |
1541 | 2024-08-24T16:26:01.345Z | Checking rand_chacha v0.3.1 |
1542 | 2024-08-24T16:26:01.373Z | Checking errno v0.3.9 |
1543 | 2024-08-24T16:26:01.444Z | Checking tracing v0.1.40 |
1544 | 2024-08-24T16:26:01.606Z | Checking dyn-clone v1.0.17 |
1545 | 2024-08-24T16:26:01.739Z | Checking percent-encoding v2.3.1 |
1546 | 2024-08-24T16:26:01.764Z | Checking block-padding v0.3.3 |
1547 | 2024-08-24T16:26:01.801Z | Checking rand v0.8.5 |
1548 | 2024-08-24T16:26:01.828Z | Checking lazy_static v1.5.0 |
1549 | 2024-08-24T16:26:01.955Z | Checking aho-corasick v1.1.3 |
1550 | 2024-08-24T16:26:01.979Z | Checking form_urlencoded v1.2.1 |
1551 | 2024-08-24T16:26:02.003Z | Checking inout v0.1.3 |
1552 | 2024-08-24T16:26:02.027Z | Checking unicode-normalization v0.1.23 |
1553 | 2024-08-24T16:26:02.193Z | Checking unicode-ident v1.0.12 |
1554 | 2024-08-24T16:26:02.225Z | Checking cipher v0.4.4 |
1555 | 2024-08-24T16:26:02.372Z | Checking base64ct v1.6.0 |
1556 | 2024-08-24T16:26:02.396Z | Checking bytes v1.7.1 |
1557 | 2024-08-24T16:26:02.600Z | Checking bitflags v2.6.0 |
1558 | 2024-08-24T16:26:02.773Z | Checking serde_json v1.0.125 |
1559 | 2024-08-24T16:26:02.810Z | Checking chrono v0.4.38 |
1560 | 2024-08-24T16:26:02.886Z | Checking indexmap v2.4.0 |
1561 | 2024-08-24T16:26:02.918Z | Checking uuid v1.10.0 |
1562 | 2024-08-24T16:26:03.135Z | Checking tokio v1.38.1 |
1563 | 2024-08-24T16:26:03.359Z | Checking rustix v0.38.34 |
1564 | 2024-08-24T16:26:03.454Z | Checking hmac v0.12.1 |
1565 | 2024-08-24T16:26:03.646Z | Checking unicode-width v0.1.13 |
1566 | 2024-08-24T16:26:03.815Z | Checking proc-macro2 v1.0.86 |
1567 | 2024-08-24T16:26:03.988Z | Checking sha2 v0.10.8 |
1568 | 2024-08-24T16:26:04.051Z | Checking regex-automata v0.4.6 |
1569 | 2024-08-24T16:26:04.172Z | Checking httparse v1.8.0 |
1570 | 2024-08-24T16:26:04.420Z | Checking adler v1.0.2 |
1571 | 2024-08-24T16:26:04.453Z | Checking quote v1.0.36 |
1572 | 2024-08-24T16:26:04.477Z | Checking http v0.2.12 |
1573 | 2024-08-24T16:26:04.521Z | Checking schemars v0.8.21 |
1574 | 2024-08-24T16:26:04.546Z | Checking idna v0.5.0 |
1575 | 2024-08-24T16:26:04.570Z | Checking miniz_oxide v0.7.2 |
1576 | 2024-08-24T16:26:04.750Z | Checking powerfmt v0.2.0 |
1577 | 2024-08-24T16:26:04.981Z | Checking deranged v0.3.11 |
1578 | 2024-08-24T16:26:05.005Z | Checking syn v2.0.74 |
1579 | 2024-08-24T16:26:05.144Z | Checking url v2.5.2 |
1580 | 2024-08-24T16:26:05.169Z | Checking num-conv v0.1.0 |
1581 | 2024-08-24T16:26:05.389Z | Checking time-core v0.1.2 |
1582 | 2024-08-24T16:26:05.524Z | Checking untrusted v0.9.0 |
1583 | 2024-08-24T16:26:05.590Z | Checking num_threads v0.1.7 |
1584 | 2024-08-24T16:26:05.669Z | Checking ring v0.17.8 |
1585 | 2024-08-24T16:26:05.700Z | Checking pem-rfc7468 v0.7.0 |
1586 | 2024-08-24T16:26:05.809Z | Checking try-lock v0.2.5 |
1587 | 2024-08-24T16:26:05.833Z | Checking socket2 v0.4.10 |
1588 | 2024-08-24T16:26:05.928Z | Checking want v0.3.1 |
1589 | 2024-08-24T16:26:05.953Z | Checking slog v2.7.0 |
1590 | 2024-08-24T16:26:06.091Z | Checking flagset v0.4.5 |
1591 | 2024-08-24T16:26:06.190Z | Checking tower-service v0.3.2 |
1592 | 2024-08-24T16:26:06.261Z | Checking der v0.7.9 |
1593 | 2024-08-24T16:26:06.306Z | Checking pbkdf2 v0.12.2 |
1594 | 2024-08-24T16:26:06.361Z | Checking aes v0.8.4 |
1595 | 2024-08-24T16:26:06.434Z | Checking time v0.3.36 |
1596 | 2024-08-24T16:26:06.471Z | Checking gimli v0.28.1 |
1597 | 2024-08-24T16:26:07.100Z | Checking futures-executor v0.3.30 |
1598 | 2024-08-24T16:26:07.238Z | Checking cbc v0.1.2 |
1599 | 2024-08-24T16:26:07.295Z | Checking salsa20 v0.10.2 |
1600 | 2024-08-24T16:26:07.418Z | Checking object v0.32.2 |
1601 | 2024-08-24T16:26:07.481Z | Checking httpdate v1.0.3 |
1602 | 2024-08-24T16:26:07.680Z | Checking rustc-demangle v0.1.24 |
1603 | 2024-08-24T16:26:07.805Z | Checking regex v1.10.6 |
1604 | 2024-08-24T16:26:07.830Z | Checking spki v0.7.3 |
1605 | 2024-08-24T16:26:08.031Z | Checking base64 v0.21.7 |
1606 | 2024-08-24T16:26:08.066Z | Checking scrypt v0.11.0 |
1607 | 2024-08-24T16:26:08.253Z | Checking futures v0.3.30 |
1608 | 2024-08-24T16:26:08.327Z | Checking http-body v0.4.6 |
1609 | 2024-08-24T16:26:08.365Z | Checking utf8parse v0.2.1 |
1610 | 2024-08-24T16:26:08.444Z | Checking pkcs5 v0.7.1 |
1611 | 2024-08-24T16:26:08.469Z | Checking openssl-probe v0.1.5 |
1612 | 2024-08-24T16:26:08.510Z | Checking foreign-types-shared v0.1.1 |
1613 | 2024-08-24T16:26:08.607Z | Checking mime v0.3.17 |
1614 | 2024-08-24T16:26:08.633Z | Checking ipnet v2.9.0 |
1615 | 2024-08-24T16:26:08.667Z | Checking foreign-types v0.3.2 |
1616 | 2024-08-24T16:26:08.754Z | Checking openssl-sys v0.9.103 |
1617 | 2024-08-24T16:26:08.881Z | Checking pkcs8 v0.10.2 |
1618 | 2024-08-24T16:26:08.905Z | Checking anstyle v1.0.8 |
1619 | 2024-08-24T16:26:09.045Z | Checking rustls-webpki v0.101.7 |
1620 | 2024-08-24T16:26:09.100Z | Checking tokio-util v0.7.11 |
1621 | 2024-08-24T16:26:09.158Z | Checking sct v0.7.1 |
1622 | 2024-08-24T16:26:09.216Z | Checking toml_datetime v0.6.8 |
1623 | 2024-08-24T16:26:09.333Z | Checking serde_spanned v0.6.7 |
1624 | 2024-08-24T16:26:09.461Z | Checking semver v1.0.23 |
1625 | 2024-08-24T16:26:09.501Z | Checking crossbeam-utils v0.8.19 |
1626 | 2024-08-24T16:26:09.586Z | Checking addr2line v0.21.0 |
1627 | 2024-08-24T16:26:09.666Z | Checking either v1.13.0 |
1628 | 2024-08-24T16:26:09.817Z | Checking openssl v0.10.66 |
1629 | 2024-08-24T16:26:09.842Z | Checking data-encoding v2.6.0 |
1630 | 2024-08-24T16:26:09.842Z | Checking h2 v0.3.26 |
1631 | 2024-08-24T16:26:09.991Z | Checking rustls v0.21.12 |
1632 | 2024-08-24T16:26:10.024Z | Checking serde_urlencoded v0.7.1 |
1633 | 2024-08-24T16:26:10.051Z | Checking scroll v0.12.0 |
1634 | 2024-08-24T16:26:10.075Z | Checking encoding_rs v0.8.34 |
1635 | 2024-08-24T16:26:10.375Z | Checking ucd-trie v0.1.6 |
1636 | 2024-08-24T16:26:10.404Z | Checking plain v0.2.3 |
1637 | 2024-08-24T16:26:10.449Z | Checking anstyle-parse v0.2.4 |
1638 | 2024-08-24T16:26:10.537Z | Checking goblin v0.8.2 |
1639 | 2024-08-24T16:26:10.561Z | Checking pest v2.7.10 |
1640 | 2024-08-24T16:26:10.679Z | Checking idna v0.3.0 |
1641 | 2024-08-24T16:26:11.316Z | Checking is_terminal_polyfill v1.70.0 |
1642 | 2024-08-24T16:26:11.441Z | Checking colorchoice v1.0.1 |
1643 | 2024-08-24T16:26:11.560Z | Checking anstyle-query v1.0.3 |
1644 | 2024-08-24T16:26:11.699Z | Checking psl-types v2.0.11 |
1645 | 2024-08-24T16:26:11.868Z | Checking pretty-hex v0.4.1 |
1646 | 2024-08-24T16:26:11.912Z | Checking bitflags v1.3.2 |
1647 | 2024-08-24T16:26:12.000Z | Checking publicsuffix v2.2.3 |
1648 | 2024-08-24T16:26:12.032Z | Checking anstream v0.6.14 |
1649 | 2024-08-24T16:26:12.215Z | Checking cookie v0.17.0 |
1650 | 2024-08-24T16:26:12.289Z | Checking backtrace v0.3.71 |
1651 | 2024-08-24T16:26:12.332Z | Checking rustls-pemfile v1.0.4 |
1652 | 2024-08-24T16:26:12.511Z | Checking terminal_size v0.3.0 |
1653 | 2024-08-24T16:26:12.561Z | Checking thread-id v4.2.1 |
1654 | 2024-08-24T16:26:12.642Z | Checking dtrace-parser v0.2.0 |
1655 | 2024-08-24T16:26:12.673Z | Checking clap_lex v0.7.0 |
1656 | 2024-08-24T16:26:12.701Z | Checking tokio-rustls v0.24.1 |
1657 | 2024-08-24T16:26:12.726Z | Checking strsim v0.11.1 |
1658 | 2024-08-24T16:26:12.773Z | Checking anyhow v1.0.86 |
1659 | 2024-08-24T16:26:12.900Z | Checking cookie_store v0.20.0 |
1660 | 2024-08-24T16:26:12.969Z | Checking clap_builder v4.5.15 |
1661 | 2024-08-24T16:26:13.045Z | Checking openapiv3 v2.0.0 |
1662 | 2024-08-24T16:26:13.070Z | Checking sha1 v0.10.6 |
1663 | 2024-08-24T16:26:13.125Z | Checking signature v2.2.0 |
1664 | 2024-08-24T16:26:13.289Z | Checking memmap v0.7.0 |
1665 | 2024-08-24T16:26:13.314Z | Checking sync_wrapper v0.1.2 |
1666 | 2024-08-24T16:26:13.420Z | Checking webpki-roots v0.25.4 |
1667 | 2024-08-24T16:26:13.444Z | Checking base64 v0.22.1 |
1668 | 2024-08-24T16:26:13.470Z | Checking num-integer v0.1.46 |
1669 | 2024-08-24T16:26:13.559Z | Checking base16ct v0.2.0 |
1670 | 2024-08-24T16:26:13.726Z | Checking sec1 v0.7.3 |
1671 | 2024-08-24T16:26:13.848Z | Checking ff v0.13.0 |
1672 | 2024-08-24T16:26:13.881Z | Checking stable_deref_trait v1.2.0 |
1673 | 2024-08-24T16:26:13.975Z | Checking num-iter v0.1.45 |
1674 | 2024-08-24T16:26:14.042Z | Checking group v0.13.0 |
1675 | 2024-08-24T16:26:14.067Z | Checking hkdf v0.12.4 |
1676 | 2024-08-24T16:26:14.134Z | Checking crypto-bigint v0.5.5 |
1677 | 2024-08-24T16:26:14.252Z | Checking crc32fast v1.4.0 |
1678 | 2024-08-24T16:26:14.277Z | Checking winnow v0.6.18 |
1679 | 2024-08-24T16:26:14.301Z | Checking native-tls v0.2.11 |
1680 | 2024-08-24T16:26:14.457Z | Checking crossbeam-epoch v0.9.18 |
1681 | 2024-08-24T16:26:14.557Z | Checking tokio-native-tls v0.3.1 |
1682 | 2024-08-24T16:26:14.646Z | Checking dof v0.3.0 |
1683 | 2024-08-24T16:26:14.783Z | Checking hex v0.4.3 |
1684 | 2024-08-24T16:26:14.851Z | Checking winnow v0.5.40 |
1685 | 2024-08-24T16:26:14.999Z | Checking hyper v0.14.30 |
1686 | 2024-08-24T16:26:15.174Z | Checking usdt-impl v0.5.0 |
1687 | 2024-08-24T16:26:15.216Z | Checking unicode-segmentation v1.11.0 |
1688 | 2024-08-24T16:26:15.485Z | Checking clap v4.5.16 |
1689 | 2024-08-24T16:26:15.589Z | Checking static_assertions v1.1.0 |
1690 | 2024-08-24T16:26:15.637Z | Checking usdt v0.5.0 |
1691 | 2024-08-24T16:26:15.679Z | Checking managed v0.8.0 |
1692 | 2024-08-24T16:26:15.738Z | Checking num-bigint-dig v0.8.4 |
1693 | 2024-08-24T16:26:15.781Z | Checking pkcs1 v0.7.5 |
1694 | 2024-08-24T16:26:15.866Z | Checking zerocopy v0.6.6 |
1695 | 2024-08-24T16:26:16.011Z | Checking signal-hook v0.3.17 |
1696 | 2024-08-24T16:26:16.107Z | Checking flate2 v1.0.31 |
1697 | 2024-08-24T16:26:16.302Z | Checking bstr v1.9.1 |
1698 | 2024-08-24T16:26:16.483Z | Checking elliptic-curve v0.13.8 |
1699 | 2024-08-24T16:26:16.510Z | Checking mio v1.0.2 |
1700 | 2024-08-24T16:26:16.695Z | Checking siphasher v0.3.11 |
1701 | 2024-08-24T16:26:16.726Z | Checking toml_edit v0.22.20 |
1702 | 2024-08-24T16:26:16.959Z | Checking itertools v0.10.5 |
1703 | 2024-08-24T16:26:17.039Z | Checking bit-vec v0.6.3 |
1704 | 2024-08-24T16:26:17.066Z | Checking signal-hook-mio v0.2.4 |
1705 | 2024-08-24T16:26:17.133Z | Checking itertools v0.12.1 |
1706 | 2024-08-24T16:26:17.213Z | Checking idna v0.4.0 |
1707 | 2024-08-24T16:26:17.335Z | Checking toml_edit v0.19.15 |
1708 | 2024-08-24T16:26:17.360Z | Checking bit-set v0.5.3 |
1709 | 2024-08-24T16:26:17.513Z | Checking rsa v0.9.6 |
1710 | 2024-08-24T16:26:17.574Z | Checking hash32 v0.2.1 |
1711 | 2024-08-24T16:26:17.826Z | Checking predicates-core v1.0.6 |
1712 | 2024-08-24T16:26:17.855Z | Checking finl_unicode v1.2.0 |
1713 | 2024-08-24T16:26:17.986Z | Checking hickory-proto v0.24.1 |
1714 | 2024-08-24T16:26:18.334Z | Checking stringprep v0.1.4 |
1715 | 2024-08-24T16:26:18.359Z | Checking heapless v0.7.17 |
1716 | 2024-08-24T16:26:18.563Z | Checking console v0.15.8 |
1717 | 2024-08-24T16:26:18.816Z | Checking md-5 v0.10.6 |
1718 | 2024-08-24T16:26:18.868Z | Checking float-cmp v0.9.0 |
1719 | 2024-08-24T16:26:19.013Z | Checking fixedbitset v0.4.2 |
1720 | 2024-08-24T16:26:19.037Z | Checking difflib v0.4.0 |
1721 | 2024-08-24T16:26:19.060Z | Checking fallible-iterator v0.2.0 |
1722 | 2024-08-24T16:26:19.238Z | Checking normalize-line-endings v0.3.0 |
1723 | 2024-08-24T16:26:19.262Z | Checking petgraph v0.6.5 |
1724 | 2024-08-24T16:26:19.285Z | Checking smoltcp v0.9.1 |
1725 | 2024-08-24T16:26:19.323Z | Checking similar v2.6.0 |
1726 | 2024-08-24T16:26:19.354Z | Checking toml v0.7.8 |
1727 | 2024-08-24T16:26:19.382Z | Checking predicates v3.1.2 |
1728 | 2024-08-24T16:26:19.591Z | Checking postgres-protocol v0.6.7 |
1729 | 2024-08-24T16:26:19.958Z | Checking phf_shared v0.11.2 |
1730 | 2024-08-24T16:26:19.981Z | Checking phf_shared v0.10.0 |
1731 | 2024-08-24T16:26:20.030Z | Checking fs-err v2.11.0 |
1732 | 2024-08-24T16:26:20.079Z | Checking hyper-rustls v0.24.2 |
1733 | 2024-08-24T16:26:20.162Z | Checking hyper-tls v0.5.0 |
1734 | 2024-08-24T16:26:20.211Z | Checking tokio-stream v0.1.15 |
1735 | 2024-08-24T16:26:20.238Z | Checking nix v0.28.0 |
1736 | 2024-08-24T16:26:20.336Z | Checking hubpack v0.1.2 |
1737 | 2024-08-24T16:26:20.419Z | Checking reqwest v0.11.27 |
1738 | 2024-08-24T16:26:20.493Z | Checking lalrpop-util v0.19.12 |
1739 | 2024-08-24T16:26:20.516Z | Checking precomputed-hash v0.1.1 |
1740 | 2024-08-24T16:26:20.614Z | Checking new_debug_unreachable v1.0.6 |
1741 | 2024-08-24T16:26:20.637Z | Checking minimal-lexical v0.2.1 |
1742 | 2024-08-24T16:26:20.699Z | Checking string_cache v0.8.7 |
1743 | 2024-08-24T16:26:20.734Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1744 | 2024-08-24T16:26:20.858Z | Checking phf v0.11.2 |
1745 | 2024-08-24T16:26:20.948Z | Checking postgres-types v0.2.7 |
1746 | 2024-08-24T16:26:20.973Z | Checking nom v7.1.3 |
1747 | 2024-08-24T16:26:21.092Z | Checking whoami v1.5.1 |
1748 | 2024-08-24T16:26:21.348Z | Checking peg-runtime v0.8.3 |
1749 | 2024-08-24T16:26:21.551Z | Checking tokio-postgres v0.7.11 |
1750 | 2024-08-24T16:26:21.693Z | Compiling regress v0.9.1 |
1751 | 2024-08-24T16:26:21.830Z | Compiling getopts v0.2.21 |
1752 | 2024-08-24T16:26:21.854Z | Compiling unsafe-libyaml v0.2.11 |
1753 | 2024-08-24T16:26:22.002Z | Checking camino v1.1.9 |
1754 | 2024-08-24T16:26:22.383Z | Checking heck v0.5.0 |
1755 | 2024-08-24T16:26:22.549Z | Checking is-terminal v0.4.12 |
1756 | 2024-08-24T16:26:22.617Z | Compiling ident_case v1.0.1 |
1757 | 2024-08-24T16:26:22.662Z | Compiling paste v1.0.15 |
1758 | 2024-08-24T16:26:22.782Z | Compiling darling_core v0.20.9 |
1759 | 2024-08-24T16:26:23.107Z | Compiling serde_yaml v0.9.34+deprecated |
1760 | 2024-08-24T16:26:23.340Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1761 | 2024-08-24T16:26:23.882Z | Compiling rustls v0.22.4 |
1762 | 2024-08-24T16:26:23.935Z | Checking http v1.1.0 |
1763 | 2024-08-24T16:26:24.147Z | Checking dirs-sys-next v0.1.2 |
1764 | 2024-08-24T16:26:24.305Z | Checking dirs-next v2.0.0 |
1765 | 2024-08-24T16:26:24.396Z | Checking crossbeam-channel v0.5.12 |
1766 | 2024-08-24T16:26:24.420Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1767 | 2024-08-24T16:26:24.770Z | Checking thread_local v1.1.8 |
1768 | 2024-08-24T16:26:25.013Z | Compiling multer v3.1.0 |
1769 | 2024-08-24T16:26:25.037Z | Checking term v0.7.0 |
1770 | 2024-08-24T16:26:25.073Z | Checking strum v0.26.3 |
1771 | 2024-08-24T16:26:25.231Z | Compiling async-stream-impl v0.3.5 |
1772 | 2024-08-24T16:26:25.337Z | Checking take_mut v0.2.2 |
1773 | 2024-08-24T16:26:25.417Z | Checking slog-term v2.9.1 |
1774 | 2024-08-24T16:26:25.471Z | Checking slog-async v2.8.0 |
1775 | 2024-08-24T16:26:25.664Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1776 | 2024-08-24T16:26:25.728Z | Checking match_cfg v0.1.0 |
1777 | 2024-08-24T16:26:25.817Z | Checking rustls-pki-types v1.7.0 |
1778 | 2024-08-24T16:26:25.841Z | Checking hostname v0.3.1 |
1779 | 2024-08-24T16:26:25.953Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1780 | 2024-08-24T16:26:26.000Z | Checking toml v0.8.19 |
1781 | 2024-08-24T16:26:26.189Z | Checking rustls-webpki v0.102.4 |
1782 | 2024-08-24T16:26:26.346Z | Checking rustls-pemfile v2.1.3 |
1783 | 2024-08-24T16:26:26.604Z | Checking debug-ignore v1.0.5 |
1784 | 2024-08-24T16:26:26.628Z | Checking slog-json v2.6.1 |
1785 | 2024-08-24T16:26:26.675Z | Checking atomic-waker v1.1.2 |
1786 | 2024-08-24T16:26:26.764Z | Checking async-stream v0.3.5 |
1787 | 2024-08-24T16:26:26.810Z | Checking waitgroup v0.1.2 |
1788 | 2024-08-24T16:26:26.875Z | Checking slog-bunyan v2.5.0 |
1789 | 2024-08-24T16:26:26.932Z | Checking ipnetwork v0.20.0 |
1790 | 2024-08-24T16:26:27.024Z | Checking serde_path_to_error v0.1.16 |
1791 | 2024-08-24T16:26:27.198Z | Checking hostname v0.4.0 |
1792 | 2024-08-24T16:26:27.262Z | Checking instant v0.1.12 |
1793 | 2024-08-24T16:26:27.286Z | Compiling structmeta-derive v0.3.0 |
1794 | 2024-08-24T16:26:27.325Z | Checking fastrand v2.1.0 |
1795 | 2024-08-24T16:26:27.376Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1796 | 2024-08-24T16:26:27.537Z | Checking newtype-uuid v1.1.0 |
1797 | 2024-08-24T16:26:27.614Z | Checking tempfile v3.10.1 |
1798 | 2024-08-24T16:26:27.755Z | Checking quick-error v1.2.3 |
1799 | 2024-08-24T16:26:27.880Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1800 | 2024-08-24T16:26:27.920Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1801 | 2024-08-24T16:26:28.002Z | Checking macaddr v1.0.1 |
1802 | 2024-08-24T16:26:28.168Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1803 | 2024-08-24T16:26:28.282Z | Checking backoff v0.4.0 |
1804 | 2024-08-24T16:26:28.306Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1805 | 2024-08-24T16:26:28.520Z | Compiling darling_macro v0.20.9 |
1806 | 2024-08-24T16:26:28.544Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1807 | 2024-08-24T16:26:28.573Z | Checking wait-timeout v0.2.0 |
1808 | 2024-08-24T16:26:28.606Z | Checking rand_xorshift v0.3.0 |
1809 | 2024-08-24T16:26:28.693Z | Compiling structmeta-derive v0.2.0 |
1810 | 2024-08-24T16:26:28.733Z | Checking rusty-fork v0.3.0 |
1811 | 2024-08-24T16:26:28.766Z | Checking unarray v0.1.4 |
1812 | 2024-08-24T16:26:28.911Z | Compiling proc-macro-error v1.0.4 |
1813 | 2024-08-24T16:26:28.987Z | Checking proptest v1.5.0 |
1814 | 2024-08-24T16:26:29.319Z | Compiling darling v0.20.9 |
1815 | 2024-08-24T16:26:29.435Z | Compiling serde_with_macros v3.9.0 |
1816 | 2024-08-24T16:26:29.499Z | Checking camino-tempfile v1.1.1 |
1817 | 2024-08-24T16:26:29.689Z | Compiling structmeta v0.3.0 |
1818 | 2024-08-24T16:26:29.716Z | Compiling proc-macro-crate v1.3.1 |
1819 | 2024-08-24T16:26:29.744Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1820 | 2024-08-24T16:26:29.936Z | Checking tokio-rustls v0.25.0 |
1821 | 2024-08-24T16:26:30.086Z | Compiling parse-display-derive v0.10.0 |
1822 | 2024-08-24T16:26:30.110Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1823 | 2024-08-24T16:26:30.375Z | Compiling foreign-types-macros v0.2.3 |
1824 | 2024-08-24T16:26:30.656Z | Compiling num_enum_derive v0.5.11 |
1825 | 2024-08-24T16:26:31.065Z | Compiling structmeta v0.2.0 |
1826 | 2024-08-24T16:26:31.421Z | Checking foreign-types-shared v0.3.1 |
1827 | 2024-08-24T16:26:31.517Z | Compiling test-strategy v0.3.1 |
1828 | 2024-08-24T16:26:31.541Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1829 | 2024-08-24T16:26:31.849Z | Checking foreign-types v0.5.0 |
1830 | 2024-08-24T16:26:31.932Z | Checking serde_with v3.9.0 |
1831 | 2024-08-24T16:26:32.238Z | Checking cstr-argument v0.1.2 |
1832 | 2024-08-24T16:26:32.394Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1833 | 2024-08-24T16:26:32.903Z | Checking pretty-hex v0.2.1 |
1834 | 2024-08-24T16:26:32.927Z | Checking num_enum v0.5.11 |
1835 | 2024-08-24T16:26:33.061Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1836 | 2024-08-24T16:26:33.087Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1837 | 2024-08-24T16:26:33.254Z | Checking tabwriter v1.4.0 |
1838 | 2024-08-24T16:26:33.334Z | Checking colored v2.1.0 |
1839 | 2024-08-24T16:26:33.358Z | Checking smf v0.2.3 |
1840 | 2024-08-24T16:26:33.421Z | Checking termtree v0.4.1 |
1841 | 2024-08-24T16:26:33.475Z | Compiling heapless v0.8.0 |
1842 | 2024-08-24T16:26:33.602Z | Checking hash32 v0.3.1 |
1843 | 2024-08-24T16:26:33.627Z | Checking predicates-tree v1.0.9 |
1844 | 2024-08-24T16:26:33.762Z | Compiling smoltcp v0.11.0 |
1845 | 2024-08-24T16:26:33.787Z | Compiling crucible-workspace-hack v0.1.0 |
1846 | 2024-08-24T16:26:33.787Z | Checking embedded-io v0.4.0 |
1847 | 2024-08-24T16:26:33.969Z | Checking parse-display v0.10.0 |
1848 | 2024-08-24T16:26:33.997Z | Checking cobs v0.2.3 |
1849 | 2024-08-24T16:26:34.169Z | Checking postcard v1.0.8 |
1850 | 2024-08-24T16:26:34.194Z | Checking sigpipe v0.1.3 |
1851 | 2024-08-24T16:26:34.194Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1852 | 2024-08-24T16:26:34.307Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1853 | 2024-08-24T16:26:34.443Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1854 | 2024-08-24T16:26:34.468Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1855 | 2024-08-24T16:26:34.566Z | Compiling mockall_derive v0.13.0 |
1856 | 2024-08-24T16:26:34.677Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1857 | 2024-08-24T16:26:34.764Z | Checking humantime v2.1.0 |
1858 | 2024-08-24T16:26:34.789Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1859 | 2024-08-24T16:26:34.961Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1860 | 2024-08-24T16:26:35.002Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1861 | 2024-08-24T16:26:35.033Z | Compiling num-derive v0.4.2 |
1862 | 2024-08-24T16:26:35.230Z | Checking fragile v2.0.0 |
1863 | 2024-08-24T16:26:35.311Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1864 | 2024-08-24T16:26:35.468Z | Checking downcast v0.11.0 |
1865 | 2024-08-24T16:26:35.607Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1866 | 2024-08-24T16:26:35.655Z | Checking arc-swap v1.7.1 |
1867 | 2024-08-24T16:26:35.834Z | Checking newline-converter v0.3.0 |
1868 | 2024-08-24T16:26:35.975Z | Checking utf-8 v0.7.6 |
1869 | 2024-08-24T16:26:36.031Z | Checking slog-scope v4.4.0 |
1870 | 2024-08-24T16:26:36.169Z | Checking expectorate v1.1.0 |
1871 | 2024-08-24T16:26:36.193Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1872 | 2024-08-24T16:26:36.217Z | Checking slog-stdlog v4.1.1 |
1873 | 2024-08-24T16:26:36.282Z | Checking xattr v1.3.1 |
1874 | 2024-08-24T16:26:36.328Z | Checking filetime v0.2.24 |
1875 | 2024-08-24T16:26:36.362Z | Checking slog-envlogger v2.2.0 |
1876 | 2024-08-24T16:26:36.537Z | Checking termcolor v1.4.1 |
1877 | 2024-08-24T16:26:36.596Z | Checking tar v0.4.41 |
1878 | 2024-08-24T16:26:36.626Z | Checking same-file v1.0.6 |
1879 | 2024-08-24T16:26:36.796Z | Checking walkdir v2.5.0 |
1880 | 2024-08-24T16:26:36.920Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1881 | 2024-08-24T16:26:36.945Z | Compiling derive-where v1.2.7 |
1882 | 2024-08-24T16:26:36.969Z | Checking tungstenite v0.21.0 |
1883 | 2024-08-24T16:26:37.046Z | Checking password-hash v0.5.0 |
1884 | 2024-08-24T16:26:37.240Z | Checking blake2 v0.10.6 |
1885 | 2024-08-24T16:26:37.301Z | Checking num-rational v0.4.2 |
1886 | 2024-08-24T16:26:37.441Z | Checking num-complex v0.4.6 |
1887 | 2024-08-24T16:26:37.615Z | Checking argon2 v0.5.3 |
1888 | 2024-08-24T16:26:37.714Z | Checking tokio-tungstenite v0.21.0 |
1889 | 2024-08-24T16:26:37.738Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1890 | 2024-08-24T16:26:37.848Z | Checking atty v0.2.14 |
1891 | 2024-08-24T16:26:37.960Z | Checking float-ord v0.3.2 |
1892 | 2024-08-24T16:26:38.091Z | Checking pem v3.0.4 |
1893 | 2024-08-24T16:26:38.116Z | Compiling convert_case v0.4.0 |
1894 | 2024-08-24T16:26:38.193Z | Checking num v0.4.3 |
1895 | 2024-08-24T16:26:38.221Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1896 | 2024-08-24T16:26:38.519Z | Checking tungstenite v0.20.1 |
1897 | 2024-08-24T16:26:38.724Z | Checking env_logger v0.9.3 |
1898 | 2024-08-24T16:26:38.868Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1899 | 2024-08-24T16:26:38.964Z | Compiling derive_more v0.99.18 |
1900 | 2024-08-24T16:26:39.099Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1901 | 2024-08-24T16:26:39.253Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1902 | 2024-08-24T16:26:39.277Z | Checking tokio-tungstenite v0.20.1 |
1903 | 2024-08-24T16:26:39.415Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1904 | 2024-08-24T16:26:39.525Z | Compiling bitstruct_derive v0.1.0 |
1905 | 2024-08-24T16:26:39.679Z | Checking ascii v1.1.0 |
1906 | 2024-08-24T16:26:39.756Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1907 | 2024-08-24T16:26:39.844Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1908 | 2024-08-24T16:26:39.910Z | Checking atomicwrites v0.4.3 |
1909 | 2024-08-24T16:26:40.020Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1910 | 2024-08-24T16:26:40.054Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1911 | 2024-08-24T16:26:40.081Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1912 | 2024-08-24T16:26:40.266Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1913 | 2024-08-24T16:26:40.314Z | Checking serde_arrays v0.1.0 |
1914 | 2024-08-24T16:26:40.338Z | Checking erased-serde v0.3.31 |
1915 | 2024-08-24T16:26:40.450Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1916 | 2024-08-24T16:26:40.525Z | Compiling heck v0.3.3 |
1917 | 2024-08-24T16:26:40.679Z | Checking bitstruct v0.1.1 |
1918 | 2024-08-24T16:26:40.782Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1919 | 2024-08-24T16:26:40.782Z | Checking yasna v0.5.2 |
1920 | 2024-08-24T16:26:40.806Z | Checking headers-core v0.2.0 |
1921 | 2024-08-24T16:26:40.913Z | Compiling zone_cfg_derive v0.1.2 |
1922 | 2024-08-24T16:26:40.937Z | Checking base64 v0.13.1 |
1923 | 2024-08-24T16:26:41.229Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1924 | 2024-08-24T16:26:41.288Z | Checking ron v0.7.1 |
1925 | 2024-08-24T16:26:41.355Z | Checking mockall v0.13.0 |
1926 | 2024-08-24T16:26:41.551Z | Checking rcgen v0.12.1 |
1927 | 2024-08-24T16:26:41.591Z | Checking headers v0.3.9 |
1928 | 2024-08-24T16:26:42.149Z | Checking portpicker v0.1.1 |
1929 | 2024-08-24T16:26:42.242Z | Checking zone v0.1.8 |
1930 | 2024-08-24T16:26:42.284Z | Checking subprocess v0.2.9 |
1931 | 2024-08-24T16:26:42.310Z | Checking highway v1.2.0 |
1932 | 2024-08-24T16:26:42.510Z | Compiling prettyplease v0.2.20 |
1933 | 2024-08-24T16:26:42.557Z | Compiling semver v0.1.20 |
1934 | 2024-08-24T16:26:42.686Z | Checking half v2.4.1 |
1935 | 2024-08-24T16:26:42.762Z | Checking ciborium-io v0.2.2 |
1936 | 2024-08-24T16:26:42.808Z | Compiling cookie v0.18.1 |
1937 | 2024-08-24T16:26:42.835Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1938 | 2024-08-24T16:26:42.881Z | Compiling rustc_version v0.1.7 |
1939 | 2024-08-24T16:26:42.940Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1940 | 2024-08-24T16:26:43.073Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1941 | 2024-08-24T16:26:43.117Z | Checking ciborium-ll v0.2.2 |
1942 | 2024-08-24T16:26:43.219Z | Compiling rayon-core v1.12.1 |
1943 | 2024-08-24T16:26:43.319Z | Compiling newtype_derive v0.1.6 |
1944 | 2024-08-24T16:26:43.377Z | Checking ciborium v0.2.2 |
1945 | 2024-08-24T16:26:43.624Z | Checking swrite v0.1.0 |
1946 | 2024-08-24T16:26:43.778Z | Checking steno v0.4.1 |
1947 | 2024-08-24T16:26:44.570Z | Compiling home v0.5.9 |
1948 | 2024-08-24T16:26:44.816Z | Checking linked-hash-map v0.5.6 |
1949 | 2024-08-24T16:26:45.101Z | Checking lru-cache v0.1.2 |
1950 | 2024-08-24T16:26:45.854Z | Checking resolv-conf v0.7.0 |
1951 | 2024-08-24T16:26:46.150Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1952 | 2024-08-24T16:26:47.559Z | Checking hickory-resolver v0.24.1 |
1953 | 2024-08-24T16:26:48.763Z | Compiling slog-dtrace v0.3.0 |
1954 | 2024-08-24T16:26:48.792Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1955 | 2024-08-24T16:26:48.836Z | Compiling ring v0.16.20 |
1956 | 2024-08-24T16:26:49.053Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1957 | 2024-08-24T16:26:49.203Z | Compiling blake3 v1.5.1 |
1958 | 2024-08-24T16:26:49.453Z | Compiling cancel-safe-futures v0.1.5 |
1959 | 2024-08-24T16:26:49.615Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1960 | 2024-08-24T16:26:50.029Z | Checking itertools v0.13.0 |
1961 | 2024-08-24T16:26:50.297Z | Checking libsw v3.3.1 |
1962 | 2024-08-24T16:26:50.357Z | Checking owo-colors v4.0.0 |
1963 | 2024-08-24T16:26:50.538Z | Checking linear-map v1.2.0 |
1964 | 2024-08-24T16:26:50.832Z | Compiling crossbeam-deque v0.8.5 |
1965 | 2024-08-24T16:26:51.866Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1966 | 2024-08-24T16:26:52.299Z | Compiling rayon v1.10.0 |
1967 | 2024-08-24T16:26:52.404Z | Compiling memmap2 v0.9.4 |
1968 | 2024-08-24T16:26:52.786Z | Compiling arrayvec v0.7.4 |
1969 | 2024-08-24T16:26:52.810Z | Compiling arrayref v0.3.7 |
1970 | 2024-08-24T16:26:52.835Z | Compiling untrusted v0.7.1 |
1971 | 2024-08-24T16:26:52.909Z | Compiling spin v0.5.2 |
1972 | 2024-08-24T16:26:52.999Z | Compiling constant_time_eq v0.3.0 |
1973 | 2024-08-24T16:26:53.148Z | Compiling toolchain_find v0.4.0 |
1974 | 2024-08-24T16:26:53.555Z | Compiling topological-sort v0.2.2 |
1975 | 2024-08-24T16:26:53.678Z | Compiling rustfmt-wrapper v0.2.1 |
1976 | 2024-08-24T16:26:53.719Z | Checking display-error-chain v0.2.0 |
1977 | 2024-08-24T16:26:53.752Z | Checking nibble_vec v0.1.0 |
1978 | 2024-08-24T16:26:53.864Z | Checking endian-type v0.1.2 |
1979 | 2024-08-24T16:26:53.919Z | Checking fxhash v0.2.1 |
1980 | 2024-08-24T16:26:54.054Z | Checking radix_trie v0.2.1 |
1981 | 2024-08-24T16:26:54.078Z | Checking keccak v0.1.5 |
1982 | 2024-08-24T16:26:54.151Z | Checking secrecy v0.8.0 |
1983 | 2024-08-24T16:26:54.330Z | Checking universal-hash v0.5.1 |
1984 | 2024-08-24T16:26:54.357Z | Checking sha3 v0.10.8 |
1985 | 2024-08-24T16:26:54.406Z | Checking opaque-debug v0.3.1 |
1986 | 2024-08-24T16:26:54.500Z | Compiling curve25519-dalek v4.1.3 |
1987 | 2024-08-24T16:26:54.524Z | Checking maplit v1.0.2 |
1988 | 2024-08-24T16:26:54.632Z | Compiling radium v0.7.0 |
1989 | 2024-08-24T16:26:54.689Z | Checking aead v0.5.2 |
1990 | 2024-08-24T16:26:54.889Z | Compiling curve25519-dalek-derive v0.1.1 |
1991 | 2024-08-24T16:26:55.090Z | Compiling maybe-uninit v2.0.0 |
1992 | 2024-08-24T16:26:55.174Z | Checking tap v1.0.1 |
1993 | 2024-08-24T16:26:55.319Z | Checking wyz v0.5.1 |
1994 | 2024-08-24T16:26:55.637Z | Checking poly1305 v0.8.0 |
1995 | 2024-08-24T16:26:55.666Z | Checking chacha20 v0.9.1 |
1996 | 2024-08-24T16:26:55.782Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1997 | 2024-08-24T16:26:56.059Z | Checking crc-catalog v2.4.0 |
1998 | 2024-08-24T16:26:56.176Z | Compiling packed_struct v0.10.1 |
1999 | 2024-08-24T16:26:56.204Z | Checking funty v2.0.0 |
2000 | 2024-08-24T16:26:56.250Z | Checking crc v3.2.1 |
2001 | 2024-08-24T16:26:56.510Z | Checking gethostname v0.5.0 |
2002 | 2024-08-24T16:26:56.628Z | Compiling omicron-zone-package v0.11.0 |
2003 | 2024-08-24T16:26:56.684Z | Compiling packed_struct_codegen v0.10.1 |
2004 | 2024-08-24T16:26:56.710Z | Compiling indexmap v1.9.3 |
2005 | 2024-08-24T16:26:56.997Z | Checking nodrop v0.1.14 |
2006 | 2024-08-24T16:26:57.070Z | Checking bitvec v1.0.1 |
2007 | 2024-08-24T16:26:57.108Z | Compiling libefi-sys v0.1.0 |
2008 | 2024-08-24T16:26:57.132Z | Checking array-init v0.0.4 |
2009 | 2024-08-24T16:26:57.420Z | Checking smallvec v0.6.14 |
2010 | 2024-08-24T16:26:57.756Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2011 | 2024-08-24T16:26:57.809Z | Compiling bitfield-struct v0.6.1 |
2012 | 2024-08-24T16:26:57.962Z | Checking bitfield v0.14.0 |
2013 | 2024-08-24T16:26:58.006Z | Checking hashbrown v0.12.3 |
2014 | 2024-08-24T16:26:58.204Z | Checking bzip2 v0.4.4 |
2015 | 2024-08-24T16:26:58.228Z | Checking serde-hex v0.1.0 |
2016 | 2024-08-24T16:26:58.804Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2017 | 2024-08-24T16:26:58.972Z | Checking env_logger v0.10.2 |
2018 | 2024-08-24T16:26:59.006Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2019 | 2024-08-24T16:26:59.033Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2020 | 2024-08-24T16:26:59.285Z | Checking ron v0.8.1 |
2021 | 2024-08-24T16:26:59.324Z | Checking x509-cert v0.2.5 |
2022 | 2024-08-24T16:26:59.486Z | Checking hashbrown v0.13.2 |
2023 | 2024-08-24T16:26:59.511Z | Compiling thiserror-impl-no-std v2.0.2 |
2024 | 2024-08-24T16:27:00.335Z | Compiling async-recursion v1.1.1 |
2025 | 2024-08-24T16:27:00.361Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2026 | 2024-08-24T16:27:00.477Z | Checking crc-any v2.5.0 |
2027 | 2024-08-24T16:27:00.639Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2028 | 2024-08-24T16:27:00.799Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2029 | 2024-08-24T16:27:01.025Z | Checking object v0.30.4 |
2030 | 2024-08-24T16:27:01.270Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2031 | 2024-08-24T16:27:01.495Z | Checking zip v0.6.6 |
2032 | 2024-08-24T16:27:01.533Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2033 | 2024-08-24T16:27:01.837Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2034 | 2024-08-24T16:27:01.861Z | Compiling parking_lot_core v0.8.6 |
2035 | 2024-08-24T16:27:02.014Z | Checking path-slash v0.1.5 |
2036 | 2024-08-24T16:27:02.146Z | Checking chacha20poly1305 v0.10.1 |
2037 | 2024-08-24T16:27:02.170Z | Checking glob v0.3.1 |
2038 | 2024-08-24T16:27:02.195Z | Checking thiserror-no-std v2.0.2 |
2039 | 2024-08-24T16:27:02.301Z | Checking vsss-rs v3.3.4 |
2040 | 2024-08-24T16:27:02.326Z | Checking hickory-client v0.24.1 |
2041 | 2024-08-24T16:27:02.453Z | Checking hickory-server v0.24.1 |
2042 | 2024-08-24T16:27:02.542Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2043 | 2024-08-24T16:27:02.567Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2044 | 2024-08-24T16:27:02.644Z | Checking parking_lot v0.11.2 |
2045 | 2024-08-24T16:27:02.854Z | Checking crossterm v0.28.1 |
2046 | 2024-08-24T16:27:02.881Z | Compiling buf-list v1.0.3 |
2047 | 2024-08-24T16:27:02.952Z | Checking sled v0.34.7 |
2048 | 2024-08-24T16:27:03.521Z | Compiling unicase v2.7.0 |
2049 | 2024-08-24T16:27:03.972Z | Checking nanorand v0.7.0 |
2050 | 2024-08-24T16:27:04.298Z | Checking flume v0.11.0 |
2051 | 2024-08-24T16:27:04.323Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2052 | 2024-08-24T16:27:04.517Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2053 | 2024-08-24T16:27:04.649Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2054 | 2024-08-24T16:27:04.936Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2055 | 2024-08-24T16:27:04.962Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2056 | 2024-08-24T16:27:05.286Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2057 | 2024-08-24T16:27:06.006Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2058 | 2024-08-24T16:27:06.111Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2059 | 2024-08-24T16:27:07.208Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2060 | 2024-08-24T16:27:08.299Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2061 | 2024-08-24T16:27:08.458Z | Checking kstat-rs v0.2.4 |
2062 | 2024-08-24T16:27:08.482Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2063 | 2024-08-24T16:27:08.744Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2064 | 2024-08-24T16:27:09.913Z | Compiling vte_generate_state_changes v0.1.1 |
2065 | 2024-08-24T16:27:09.973Z | Compiling mime_guess v2.0.4 |
2066 | 2024-08-24T16:27:10.103Z | Checking fd-lock v4.0.2 |
2067 | 2024-08-24T16:27:10.453Z | Checking vte v0.11.1 |
2068 | 2024-08-24T16:27:10.512Z | Checking crossterm v0.27.0 |
2069 | 2024-08-24T16:27:11.055Z | Checking nu-ansi-term v0.50.0 |
2070 | 2024-08-24T16:27:11.446Z | Compiling dsl_auto_type v0.1.2 |
2071 | 2024-08-24T16:27:11.500Z | Checking strip-ansi-escapes v0.2.0 |
2072 | 2024-08-24T16:27:11.645Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2073 | 2024-08-24T16:27:11.718Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2074 | 2024-08-24T16:27:11.899Z | Checking scheduled-thread-pool v0.2.7 |
2075 | 2024-08-24T16:27:11.990Z | Checking reedline v0.33.0 |
2076 | 2024-08-24T16:27:12.015Z | Compiling pin-project-internal v1.1.5 |
2077 | 2024-08-24T16:27:12.114Z | Compiling diesel_table_macro_syntax v0.2.0 |
2078 | 2024-08-24T16:27:12.488Z | Compiling crunchy v0.2.2 |
2079 | 2024-08-24T16:27:12.855Z | Checking http-range v0.1.5 |
2080 | 2024-08-24T16:27:12.940Z | Compiling diesel_derives v2.2.2 |
2081 | 2024-08-24T16:27:13.011Z | Checking hyper-staticfile v0.9.5 |
2082 | 2024-08-24T16:27:13.304Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2083 | 2024-08-24T16:27:13.349Z | Checking r2d2 v0.8.10 |
2084 | 2024-08-24T16:27:13.618Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2085 | 2024-08-24T16:27:13.852Z | Compiling clang-sys v1.7.0 |
2086 | 2024-08-24T16:27:14.145Z | Compiling tiny-keccak v2.0.2 |
2087 | 2024-08-24T16:27:14.572Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2088 | 2024-08-24T16:27:14.610Z | Checking pin-project v1.1.5 |
2089 | 2024-08-24T16:27:14.635Z | Compiling ref-cast v1.0.23 |
2090 | 2024-08-24T16:27:14.757Z | Checking bytecount v0.6.8 |
2091 | 2024-08-24T16:27:14.917Z | Checking papergrid v0.11.0 |
2092 | 2024-08-24T16:27:15.265Z | Compiling ascii-canvas v3.0.0 |
2093 | 2024-08-24T16:27:15.430Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2094 | 2024-08-24T16:27:15.675Z | Compiling tabled_derive v0.7.0 |
2095 | 2024-08-24T16:27:16.033Z | Compiling ena v0.14.3 |
2096 | 2024-08-24T16:27:16.171Z | Compiling ref-cast-impl v1.0.23 |
2097 | 2024-08-24T16:27:16.394Z | Compiling libloading v0.8.3 |
2098 | 2024-08-24T16:27:16.791Z | Compiling regex-syntax v0.6.29 |
2099 | 2024-08-24T16:27:17.122Z | Compiling bindgen v0.69.4 |
2100 | 2024-08-24T16:27:17.193Z | Compiling diff v0.1.13 |
2101 | 2024-08-24T16:27:17.724Z | Checking tabled v0.15.0 |
2102 | 2024-08-24T16:27:18.502Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2103 | 2024-08-24T16:27:20.070Z | Compiling lalrpop v0.19.12 |
2104 | 2024-08-24T16:27:21.479Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2105 | 2024-08-24T16:27:21.725Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2106 | 2024-08-24T16:27:24.310Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2107 | 2024-08-24T16:27:25.811Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2108 | 2024-08-24T16:27:26.022Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2109 | 2024-08-24T16:27:26.402Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2110 | 2024-08-24T16:27:27.370Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2111 | 2024-08-24T16:27:27.935Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2112 | 2024-08-24T16:27:27.997Z | Checking diesel v2.2.2 |
2113 | 2024-08-24T16:27:28.251Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2114 | 2024-08-24T16:27:28.451Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2115 | 2024-08-24T16:27:28.616Z | Compiling which v4.4.2 |
2116 | 2024-08-24T16:27:28.800Z | Checking signal-hook-tokio v0.3.1 |
2117 | 2024-08-24T16:27:28.962Z | Compiling cexpr v0.6.0 |
2118 | 2024-08-24T16:27:29.155Z | Compiling rustc-hash v1.1.0 |
2119 | 2024-08-24T16:27:29.306Z | Compiling shlex v1.3.0 |
2120 | 2024-08-24T16:27:29.697Z | Compiling lazycell v1.3.0 |
2121 | 2024-08-24T16:27:30.458Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2122 | 2024-08-24T16:27:30.712Z | Compiling derive_builder_core v0.20.0 |
2123 | 2024-08-24T16:27:31.192Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2124 | 2024-08-24T16:27:31.801Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2125 | 2024-08-24T16:27:32.703Z | Compiling libxml v0.3.3 |
2126 | 2024-08-24T16:27:32.801Z | Compiling memoffset v0.9.1 |
2127 | 2024-08-24T16:27:32.950Z | Compiling derive_builder_macro v0.20.0 |
2128 | 2024-08-24T16:27:33.125Z | Compiling peg-macros v0.8.4 |
2129 | 2024-08-24T16:27:33.240Z | Compiling snafu-derive v0.8.2 |
2130 | 2024-08-24T16:27:33.646Z | Compiling strum_macros v0.24.3 |
2131 | 2024-08-24T16:27:34.960Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2132 | 2024-08-24T16:27:35.005Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2133 | 2024-08-24T16:27:35.360Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2134 | 2024-08-24T16:27:35.810Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2135 | 2024-08-24T16:27:36.201Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2136 | 2024-08-24T16:27:36.883Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2137 | 2024-08-24T16:27:37.581Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2138 | 2024-08-24T16:27:37.940Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2139 | 2024-08-24T16:27:37.964Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2140 | 2024-08-24T16:27:38.606Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2141 | 2024-08-24T16:27:39.515Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2142 | 2024-08-24T16:27:39.903Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2143 | 2024-08-24T16:27:40.720Z | Compiling sqlparser_derive v0.2.2 |
2144 | 2024-08-24T16:27:41.383Z | Compiling indoc v1.0.9 |
2145 | 2024-08-24T16:27:41.616Z | Checking unicode_categories v0.1.1 |
2146 | 2024-08-24T16:27:42.012Z | Checking rustyline v14.0.0 |
2147 | 2024-08-24T16:27:42.205Z | Checking sqlformat v0.2.4 |
2148 | 2024-08-24T16:27:43.334Z | Checking sqlparser v0.45.0 |
2149 | 2024-08-24T16:27:43.688Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2150 | 2024-08-24T16:27:44.784Z | Checking snafu v0.8.2 |
2151 | 2024-08-24T16:27:45.186Z | Checking peg v0.8.4 |
2152 | 2024-08-24T16:27:45.279Z | Checking derive_builder v0.20.0 |
2153 | 2024-08-24T16:27:45.710Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2154 | 2024-08-24T16:27:46.161Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2155 | 2024-08-24T16:27:46.418Z | Checking globset v0.4.14 |
2156 | 2024-08-24T16:27:46.864Z | Checking olpc-cjson v0.1.3 |
2157 | 2024-08-24T16:27:46.905Z | Checking serde_plain v1.0.2 |
2158 | 2024-08-24T16:27:46.996Z | Checking bcs v0.1.6 |
2159 | 2024-08-24T16:27:47.057Z | Checking quick-xml v0.31.0 |
2160 | 2024-08-24T16:27:47.122Z | Compiling impl-trait-for-tuples v0.2.2 |
2161 | 2024-08-24T16:27:47.389Z | Compiling oso-derive v0.27.3 |
2162 | 2024-08-24T16:27:48.248Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2163 | 2024-08-24T16:27:48.511Z | Checking typed-path v0.7.1 |
2164 | 2024-08-24T16:27:48.847Z | Checking nix v0.27.1 |
2165 | 2024-08-24T16:27:49.906Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2166 | 2024-08-24T16:27:50.076Z | Checking tough v0.17.1 |
2167 | 2024-08-24T16:27:50.781Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2168 | 2024-08-24T16:27:51.001Z | Checking serde-big-array v0.5.1 |
2169 | 2024-08-24T16:27:51.194Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2170 | 2024-08-24T16:27:51.402Z | Checking parse-size v1.0.0 |
2171 | 2024-08-24T16:27:51.571Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2172 | 2024-08-24T16:27:53.342Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2173 | 2024-08-24T16:27:53.861Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2174 | 2024-08-24T16:27:53.962Z | Checking bb8 v0.8.5 |
2175 | 2024-08-24T16:27:54.118Z | Compiling const_format_proc_macros v0.2.32 |
2176 | 2024-08-24T16:27:54.385Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2177 | 2024-08-24T16:27:54.778Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2178 | 2024-08-24T16:27:55.824Z | Checking const_format v0.2.32 |
2179 | 2024-08-24T16:27:55.912Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2180 | 2024-08-24T16:27:56.416Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2181 | 2024-08-24T16:27:56.439Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2182 | 2024-08-24T16:27:56.579Z | Checking heck v0.4.1 |
2183 | 2024-08-24T16:27:56.802Z | Checking assert_matches v1.5.0 |
2184 | 2024-08-24T16:27:56.900Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2185 | 2024-08-24T16:27:57.077Z | Compiling portable-atomic v1.6.0 |
2186 | 2024-08-24T16:27:57.249Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2187 | 2024-08-24T16:27:57.499Z | Compiling libz-sys v1.1.16 |
2188 | 2024-08-24T16:27:57.675Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2189 | 2024-08-24T16:27:58.204Z | Checking rand_seeder v0.3.0 |
2190 | 2024-08-24T16:27:58.418Z | Checking number_prefix v0.4.0 |
2191 | 2024-08-24T16:27:58.600Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2192 | 2024-08-24T16:27:58.901Z | Checking indicatif v0.17.8 |
2193 | 2024-08-24T16:27:59.557Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2194 | 2024-08-24T16:27:59.934Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2195 | 2024-08-24T16:28:00.469Z | Compiling vergen v8.3.2 |
2196 | 2024-08-24T16:28:00.615Z | Compiling cargo-platform v0.1.8 |
2197 | 2024-08-24T16:28:00.738Z | Checking is_ci v1.2.0 |
2198 | 2024-08-24T16:28:00.871Z | Checking supports-color v3.0.0 |
2199 | 2024-08-24T16:28:01.046Z | Compiling cargo_metadata v0.18.1 |
2200 | 2024-08-24T16:28:01.139Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2201 | 2024-08-24T16:28:01.163Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2202 | 2024-08-24T16:28:02.197Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2203 | 2024-08-24T16:28:02.466Z | Checking castaway v0.2.3 |
2204 | 2024-08-24T16:28:02.539Z | Compiling libsqlite3-sys v0.28.0 |
2205 | 2024-08-24T16:28:02.627Z | Checking compact_str v0.8.0 |
2206 | 2024-08-24T16:28:03.062Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2207 | 2024-08-24T16:28:03.320Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2208 | 2024-08-24T16:28:03.367Z | Checking unicode-truncate v1.0.0 |
2209 | 2024-08-24T16:28:03.578Z | Checking lru v0.12.3 |
2210 | 2024-08-24T16:28:03.602Z | Compiling instability v0.3.2 |
2211 | 2024-08-24T16:28:03.839Z | Checking cassowary v0.3.0 |
2212 | 2024-08-24T16:28:04.224Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2213 | 2024-08-24T16:28:04.485Z | Checking ratatui v0.28.0 |
2214 | 2024-08-24T16:28:04.587Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2215 | 2024-08-24T16:28:05.340Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2216 | 2024-08-24T16:28:05.604Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2217 | 2024-08-24T16:28:05.754Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2218 | 2024-08-24T16:28:06.279Z | Checking hashlink v0.9.1 |
2219 | 2024-08-24T16:28:06.362Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2220 | 2024-08-24T16:28:06.852Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2221 | 2024-08-24T16:28:06.973Z | Checking fallible-streaming-iterator v0.1.9 |
2222 | 2024-08-24T16:28:07.191Z | Checking unicode-linebreak v0.1.5 |
2223 | 2024-08-24T16:28:07.534Z | Checking fallible-iterator v0.3.0 |
2224 | 2024-08-24T16:28:07.906Z | Checking smawk v0.3.2 |
2225 | 2024-08-24T16:28:08.071Z | Checking rusqlite v0.31.0 |
2226 | 2024-08-24T16:28:08.097Z | Checking textwrap v0.16.1 |
2227 | 2024-08-24T16:28:08.436Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2228 | 2024-08-24T16:28:08.681Z | Checking twox-hash v1.6.3 |
2229 | 2024-08-24T16:28:09.107Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2230 | 2024-08-24T16:28:09.376Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2231 | 2024-08-24T16:28:10.409Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2232 | 2024-08-24T16:28:10.731Z | Checking fatfs v0.3.6 |
2233 | 2024-08-24T16:28:11.253Z | Checking csv-core v0.1.11 |
2234 | 2024-08-24T16:28:11.566Z | Checking shell-words v1.1.0 |
2235 | 2024-08-24T16:28:11.595Z | Checking csv v1.3.0 |
2236 | 2024-08-24T16:28:11.741Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2237 | 2024-08-24T16:28:12.613Z | Checking rtoolbox v0.0.2 |
2238 | 2024-08-24T16:28:12.803Z | Checking rpassword v7.3.1 |
2239 | 2024-08-24T16:28:14.273Z | Checking tui-tree-widget v0.22.0 |
2240 | 2024-08-24T16:28:14.567Z | Checking polyval v0.6.2 |
2241 | 2024-08-24T16:28:14.813Z | Checking rfc6979 v0.4.0 |
2242 | 2024-08-24T16:28:14.993Z | Checking plotters-backend v0.3.5 |
2243 | 2024-08-24T16:28:15.309Z | Checking plotters-svg v0.3.5 |
2244 | 2024-08-24T16:28:15.505Z | Checking ecdsa v0.16.9 |
2245 | 2024-08-24T16:28:16.123Z | Checking ghash v0.5.1 |
2246 | 2024-08-24T16:28:16.291Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2247 | 2024-08-24T16:28:16.819Z | Checking primeorder v0.13.6 |
2248 | 2024-08-24T16:28:17.241Z | Checking ctr v0.9.2 |
2249 | 2024-08-24T16:28:17.505Z | Checking yansi v0.5.1 |
2250 | 2024-08-24T16:28:17.910Z | Checking cast v0.3.0 |
2251 | 2024-08-24T16:28:17.956Z | Checking pretty_assertions v1.4.0 |
2252 | 2024-08-24T16:28:18.134Z | Checking aes-gcm v0.10.3 |
2253 | 2024-08-24T16:28:18.182Z | Checking criterion-plot v0.5.0 |
2254 | 2024-08-24T16:28:18.353Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2255 | 2024-08-24T16:28:18.599Z | Checking plotters v0.3.5 |
2256 | 2024-08-24T16:28:20.148Z | Checking ed25519 v2.2.3 |
2257 | 2024-08-24T16:28:20.453Z | Checking ssh-encoding v0.2.0 |
2258 | 2024-08-24T16:28:20.802Z | Checking tinytemplate v1.2.1 |
2259 | 2024-08-24T16:28:21.155Z | Checking blowfish v0.9.1 |
2260 | 2024-08-24T16:28:21.408Z | Checking option-ext v0.2.0 |
2261 | 2024-08-24T16:28:21.550Z | Checking oorandom v11.1.3 |
2262 | 2024-08-24T16:28:21.734Z | Checking anes v0.1.6 |
2263 | 2024-08-24T16:28:22.091Z | Checking criterion v0.5.1 |
2264 | 2024-08-24T16:28:24.165Z | Checking dirs-sys v0.4.1 |
2265 | 2024-08-24T16:28:24.345Z | Checking bcrypt-pbkdf v0.10.0 |
2266 | 2024-08-24T16:28:24.451Z | Checking ssh-cipher v0.2.0 |
2267 | 2024-08-24T16:28:24.579Z | Checking ed25519-dalek v2.1.1 |
2268 | 2024-08-24T16:28:24.710Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2269 | 2024-08-24T16:28:24.916Z | Checking password-hash v0.4.2 |
2270 | 2024-08-24T16:28:25.292Z | Checking matches v0.1.10 |
2271 | 2024-08-24T16:28:25.391Z | Checking hex-literal v0.4.1 |
2272 | 2024-08-24T16:28:25.519Z | Checking idna v0.2.3 |
2273 | 2024-08-24T16:28:25.946Z | Checking pbkdf2 v0.11.0 |
2274 | 2024-08-24T16:28:26.169Z | Checking ssh-key v0.6.6 |
2275 | 2024-08-24T16:28:26.198Z | Checking dirs v5.0.1 |
2276 | 2024-08-24T16:28:26.321Z | Checking p256 v0.13.2 |
2277 | 2024-08-24T16:28:26.756Z | Checking p384 v0.13.0 |
2278 | 2024-08-24T16:28:27.061Z | Checking p521 v0.13.3 |
2279 | 2024-08-24T16:28:27.585Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2280 | 2024-08-24T16:28:27.612Z | Checking russh-cryptovec v0.7.2 |
2281 | 2024-08-24T16:28:27.805Z | Compiling enum-as-inner v0.5.1 |
2282 | 2024-08-24T16:28:28.156Z | Compiling target-lexicon v0.12.16 |
2283 | 2024-08-24T16:28:28.257Z | Compiling doc-comment v0.3.3 |
2284 | 2024-08-24T16:28:28.661Z | Checking md5 v0.7.0 |
2285 | 2024-08-24T16:28:28.925Z | Checking russh-keys v0.44.0 |
2286 | 2024-08-24T16:28:28.949Z | Checking trust-dns-proto v0.22.0 |
2287 | 2024-08-24T16:28:29.090Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2288 | 2024-08-24T16:28:30.122Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2289 | 2024-08-24T16:28:30.512Z | Checking http-body v1.0.0 |
2290 | 2024-08-24T16:28:30.711Z | Checking num-bigint v0.4.5 |
2291 | 2024-08-24T16:28:30.820Z | Compiling guppy-workspace-hack v0.1.0 |
2292 | 2024-08-24T16:28:31.077Z | Checking tower-layer v0.3.2 |
2293 | 2024-08-24T16:28:31.324Z | Compiling dhcproto-macros v0.1.0 |
2294 | 2024-08-24T16:28:32.095Z | Checking regex-automata v0.1.10 |
2295 | 2024-08-24T16:28:32.168Z | Compiling assert_cmd v2.0.16 |
2296 | 2024-08-24T16:28:32.458Z | Checking bstr v0.2.17 |
2297 | 2024-08-24T16:28:32.570Z | Checking dhcproto v0.12.0 |
2298 | 2024-08-24T16:28:32.791Z | Checking russh v0.44.1 |
2299 | 2024-08-24T16:28:33.216Z | Checking tower v0.4.13 |
2300 | 2024-08-24T16:28:33.821Z | Checking hyper v1.3.1 |
2301 | 2024-08-24T16:28:34.362Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2302 | 2024-08-24T16:28:34.821Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2303 | 2024-08-24T16:28:34.868Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2304 | 2024-08-24T16:28:35.245Z | Checking internet-checksum v0.2.1 |
2305 | 2024-08-24T16:28:35.490Z | Compiling target-spec v3.2.1 |
2306 | 2024-08-24T16:28:36.267Z | Checking hyper-util v0.1.3 |
2307 | 2024-08-24T16:28:36.908Z | Checking cfg-expr v0.16.0 |
2308 | 2024-08-24T16:28:37.380Z | Checking httptest v0.15.5 |
2309 | 2024-08-24T16:28:37.536Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2310 | 2024-08-24T16:28:37.599Z | Checking rustls-native-certs v0.7.0 |
2311 | 2024-08-24T16:28:38.025Z | Checking hyper-rustls v0.26.0 |
2312 | 2024-08-24T16:28:38.648Z | Checking pathdiff v0.2.1 |
2313 | 2024-08-24T16:28:38.797Z | Checking threadpool v1.8.1 |
2314 | 2024-08-24T16:28:38.989Z | Compiling toml_edit v0.21.1 |
2315 | 2024-08-24T16:28:39.400Z | Compiling rstest_macros v0.22.0 |
2316 | 2024-08-24T16:28:39.878Z | Checking escape8259 v0.5.2 |
2317 | 2024-08-24T16:28:40.059Z | Checking nested v0.1.1 |
2318 | 2024-08-24T16:28:40.247Z | Checking guppy v0.17.7 |
2319 | 2024-08-24T16:28:41.128Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2320 | 2024-08-24T16:28:42.151Z | Compiling proc-macro-crate v3.1.0 |
2321 | 2024-08-24T16:28:43.401Z | Checking libtest-mimic v0.7.3 |
2322 | 2024-08-24T16:28:43.633Z | Compiling samael v0.0.15 |
2323 | 2024-08-24T16:28:43.811Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2324 | 2024-08-24T16:28:43.834Z | Checking similar-asserts v1.5.0 |
2325 | 2024-08-24T16:28:44.060Z | Checking fancy-regex v0.13.0 |
2326 | 2024-08-24T16:28:44.096Z | Compiling trybuild v1.0.99 |
2327 | 2024-08-24T16:28:44.515Z | Compiling relative-path v1.9.3 |
2328 | 2024-08-24T16:28:44.714Z | Checking datatest-stable v0.2.9 |
2329 | 2024-08-24T16:28:44.819Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2330 | 2024-08-24T16:28:44.971Z | Checking blake2b_simd v1.0.2 |
2331 | 2024-08-24T16:28:45.685Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2332 | 2024-08-24T16:28:46.040Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2333 | 2024-08-24T16:28:46.308Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2334 | 2024-08-24T16:28:46.623Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2335 | 2024-08-24T16:28:46.891Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2336 | 2024-08-24T16:28:47.175Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2337 | 2024-08-24T16:28:47.479Z | Compiling git2 v0.19.0 |
2338 | 2024-08-24T16:28:47.515Z | Checking serde_tokenstream v0.2.2 |
2339 | 2024-08-24T16:28:47.863Z | Checking uzers v0.11.3 |
2340 | 2024-08-24T16:28:48.177Z | Checking indent_write v2.2.0 |
2341 | 2024-08-24T16:28:48.373Z | Checking futures-timer v3.0.3 |
2342 | 2024-08-24T16:28:48.774Z | Checking rust-argon2 v2.1.0 |
2343 | 2024-08-24T16:28:49.145Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2344 | 2024-08-24T16:28:50.287Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2345 | 2024-08-24T16:28:50.338Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2346 | 2024-08-24T16:28:50.833Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2347 | 2024-08-24T16:28:51.099Z | Checking rand_distr v0.4.3 |
2348 | 2024-08-24T16:28:51.686Z | Checking multimap v0.10.0 |
2349 | 2024-08-24T16:28:51.789Z | Checking approx v0.5.1 |
2350 | 2024-08-24T16:28:51.988Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2351 | 2024-08-24T16:28:52.011Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2352 | 2024-08-24T16:28:53.783Z | Checking rstest v0.22.0 |
2353 | 2024-08-24T16:28:53.990Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2354 | 2024-08-24T16:28:54.149Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2355 | 2024-08-24T16:28:54.174Z | Checking partial-io v0.5.4 |
2356 | 2024-08-24T16:28:54.509Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2357 | 2024-08-24T16:28:54.799Z | Checking cargo_toml v0.20.4 |
2358 | 2024-08-24T16:28:54.830Z | Checking termios v0.3.3 |
2359 | 2024-08-24T16:28:55.023Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2360 | 2024-08-24T16:28:55.692Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2361 | 2024-08-24T16:28:56.391Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2362 | 2024-08-24T16:29:09.961Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2363 | 2024-08-24T16:29:14.584Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2364 | 2024-08-24T16:29:17.817Z | Compiling polar-core v0.27.3 |
2365 | 2024-08-24T16:29:26.913Z | Checking oso v0.27.3 |
2366 | 2024-08-24T16:29:35.422Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2367 | 2024-08-24T16:29:36.541Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2368 | 2024-08-24T16:29:36.922Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2369 | 2024-08-24T16:30:13.475Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2370 | 2024-08-24T16:30:13.475Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2371 | 2024-08-24T16:30:13.499Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2372 | 2024-08-24T16:31:59.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 04s |
2373 | 2024-08-24T16:32:00.332Z | |
2374 | 2024-08-24T16:32:00.332Z | real 6:10.081970793 |
2375 | 2024-08-24T16:32:00.332Z | user 30:17.571427994 |
2376 | 2024-08-24T16:32:00.332Z | sys 5:37.734976330 |
2377 | 2024-08-24T16:32:00.332Z | trap 0.852729789 |
2378 | 2024-08-24T16:32:00.332Z | tflt 1.464138224 |
2379 | 2024-08-24T16:32:00.332Z | dflt 0.360709512 |
2380 | 2024-08-24T16:32:00.332Z | kflt 0.001120552 |
2381 | 2024-08-24T16:32:00.332Z | lock 47:50.396793253 |
2382 | 2024-08-24T16:32:00.332Z | slp 1:47:46.862485252 |
2383 | 2024-08-24T16:32:00.356Z | lat 1:34.852125336 |
2384 | 2024-08-24T16:32:00.356Z | stop 5:03.035647710 |
2385 | 2024-08-24T16:32:00.356Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2386 | 2024-08-24T16:32:00.356Z | + ptime -m cargo doc --workspace --no-deps |
2387 | 2024-08-24T16:32:01.818Z | warning: output filename collision. |
2388 | 2024-08-24T16:32:01.818Z | 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)`. |
2389 | 2024-08-24T16:32:01.818Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2390 | 2024-08-24T16:32:01.818Z | The targets should have unique names. |
2391 | 2024-08-24T16:32:01.818Z | This is a known bug where multiple crates with the same name use |
2392 | 2024-08-24T16:32:01.818Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2393 | 2024-08-24T16:32:02.371Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2394 | 2024-08-24T16:32:02.404Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2395 | 2024-08-24T16:32:02.427Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2396 | 2024-08-24T16:32:02.469Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2397 | 2024-08-24T16:32:02.497Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2398 | 2024-08-24T16:32:02.525Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2399 | 2024-08-24T16:32:02.525Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2400 | 2024-08-24T16:32:02.740Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2401 | 2024-08-24T16:32:02.764Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2402 | 2024-08-24T16:32:02.787Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2403 | 2024-08-24T16:32:02.811Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2404 | 2024-08-24T16:32:02.834Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2405 | 2024-08-24T16:32:03.006Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2406 | 2024-08-24T16:32:03.042Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2407 | 2024-08-24T16:32:03.066Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2408 | 2024-08-24T16:32:03.268Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2409 | 2024-08-24T16:32:03.473Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2410 | 2024-08-24T16:32:04.274Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2411 | 2024-08-24T16:32:06.305Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2412 | 2024-08-24T16:32:06.608Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2413 | 2024-08-24T16:32:06.717Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2414 | 2024-08-24T16:32:06.741Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2415 | 2024-08-24T16:32:07.009Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2416 | 2024-08-24T16:32:07.076Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2417 | 2024-08-24T16:32:07.300Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2418 | 2024-08-24T16:32:07.474Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2419 | 2024-08-24T16:32:07.597Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2420 | 2024-08-24T16:32:07.786Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2421 | 2024-08-24T16:32:08.040Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2422 | 2024-08-24T16:32:08.066Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2423 | 2024-08-24T16:32:08.327Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2424 | 2024-08-24T16:32:08.518Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2425 | 2024-08-24T16:32:08.633Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2426 | 2024-08-24T16:32:08.918Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2427 | 2024-08-24T16:32:09.139Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2428 | 2024-08-24T16:32:09.382Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2429 | 2024-08-24T16:32:09.436Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2430 | 2024-08-24T16:32:09.462Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2431 | 2024-08-24T16:32:09.707Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2432 | 2024-08-24T16:32:09.941Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2433 | 2024-08-24T16:32:10.004Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2434 | 2024-08-24T16:32:10.076Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2435 | 2024-08-24T16:32:10.491Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2436 | 2024-08-24T16:32:13.771Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2437 | 2024-08-24T16:32:13.820Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2438 | 2024-08-24T16:32:14.473Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2439 | 2024-08-24T16:32:14.632Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2440 | 2024-08-24T16:32:15.685Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2441 | 2024-08-24T16:32:16.539Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2442 | 2024-08-24T16:32:16.623Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2443 | 2024-08-24T16:32:17.477Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2444 | 2024-08-24T16:32:17.782Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2445 | 2024-08-24T16:32:18.184Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2446 | 2024-08-24T16:32:21.332Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2447 | 2024-08-24T16:32:21.831Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2448 | 2024-08-24T16:32:21.876Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2449 | 2024-08-24T16:32:22.196Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2450 | 2024-08-24T16:32:23.202Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2451 | 2024-08-24T16:32:23.446Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2452 | 2024-08-24T16:32:24.383Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2453 | 2024-08-24T16:32:25.181Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2454 | 2024-08-24T16:32:25.413Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2455 | 2024-08-24T16:32:25.723Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2456 | 2024-08-24T16:32:25.783Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2457 | 2024-08-24T16:32:26.032Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2458 | 2024-08-24T16:32:26.137Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2459 | 2024-08-24T16:32:26.716Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2460 | 2024-08-24T16:32:27.231Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2461 | 2024-08-24T16:32:27.345Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2462 | 2024-08-24T16:32:27.369Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2463 | 2024-08-24T16:32:27.613Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2464 | 2024-08-24T16:32:28.344Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2465 | 2024-08-24T16:32:28.369Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2466 | 2024-08-24T16:32:28.481Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2467 | 2024-08-24T16:32:28.921Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2468 | 2024-08-24T16:32:28.954Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2469 | 2024-08-24T16:32:29.232Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2470 | 2024-08-24T16:32:29.302Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2471 | 2024-08-24T16:32:29.395Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2472 | 2024-08-24T16:32:29.418Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2473 | 2024-08-24T16:32:29.481Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2474 | 2024-08-24T16:32:30.177Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2475 | 2024-08-24T16:32:30.516Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2476 | 2024-08-24T16:32:30.835Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2477 | 2024-08-24T16:32:30.959Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2478 | 2024-08-24T16:32:30.990Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2479 | 2024-08-24T16:32:31.559Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2480 | 2024-08-24T16:32:31.916Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2481 | 2024-08-24T16:32:32.189Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2482 | 2024-08-24T16:32:32.731Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2483 | 2024-08-24T16:32:34.437Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2484 | 2024-08-24T16:32:34.492Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2485 | 2024-08-24T16:32:35.066Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2486 | 2024-08-24T16:32:36.994Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2487 | 2024-08-24T16:32:37.017Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2488 | 2024-08-24T16:32:37.985Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2489 | 2024-08-24T16:32:38.245Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2490 | 2024-08-24T16:32:38.595Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2491 | 2024-08-24T16:32:40.882Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2492 | 2024-08-24T16:32:42.645Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2493 | 2024-08-24T16:32:43.461Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2494 | 2024-08-24T16:32:45.633Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2495 | 2024-08-24T16:32:46.737Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2496 | 2024-08-24T16:32:47.710Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2497 | 2024-08-24T16:32:53.411Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2498 | 2024-08-24T16:33:03.163Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2499 | 2024-08-24T16:33:04.195Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2500 | 2024-08-24T16:33:29.607Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2501 | 2024-08-24T16:33:30.655Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2502 | 2024-08-24T16:33:37.034Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2503 | 2024-08-24T16:33:40.434Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2504 | 2024-08-24T16:33:41.562Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2505 | 2024-08-24T16:33:41.775Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2506 | 2024-08-24T16:33:53.900Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2507 | 2024-08-24T16:33:57.348Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2508 | 2024-08-24T16:33:59.887Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2509 | 2024-08-24T16:34:02.281Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2510 | 2024-08-24T16:34:04.178Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2511 | 2024-08-24T16:34:06.375Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2512 | 2024-08-24T16:34:08.419Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2513 | 2024-08-24T16:34:09.519Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2514 | 2024-08-24T16:34:10.662Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2515 | 2024-08-24T16:34:14.265Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2516 | 2024-08-24T16:34:17.631Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2517 | 2024-08-24T16:34:22.762Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2518 | 2024-08-24T16:34:25.678Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2519 | 2024-08-24T16:34:34.662Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2520 | 2024-08-24T16:34:41.704Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2521 | 2024-08-24T16:34:44.896Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2522 | 2024-08-24T16:34:45.700Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2523 | 2024-08-24T16:34:56.486Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2524 | 2024-08-24T16:34:59.618Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2525 | 2024-08-24T16:35:00.399Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2526 | 2024-08-24T16:35:03.436Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2527 | 2024-08-24T16:35:07.463Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2528 | 2024-08-24T16:35:09.465Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2529 | 2024-08-24T16:35:11.078Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2530 | 2024-08-24T16:35:19.586Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2531 | 2024-08-24T16:35:19.842Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2532 | 2024-08-24T16:35:21.906Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2533 | 2024-08-24T16:35:26.350Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2534 | 2024-08-24T16:35:31.012Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2535 | 2024-08-24T16:35:32.544Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2536 | 2024-08-24T16:35:35.707Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2537 | 2024-08-24T16:35:36.145Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2538 | 2024-08-24T16:35:38.767Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2539 | 2024-08-24T16:35:43.385Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2540 | 2024-08-24T16:35:46.714Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2541 | 2024-08-24T16:35:49.016Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2542 | 2024-08-24T16:35:54.878Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2543 | 2024-08-24T16:35:55.470Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2544 | 2024-08-24T16:35:59.958Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2545 | 2024-08-24T16:36:01.266Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2546 | 2024-08-24T16:36:02.090Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2547 | 2024-08-24T16:36:05.874Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2548 | 2024-08-24T16:36:12.959Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2549 | 2024-08-24T16:36:14.869Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2550 | 2024-08-24T16:36:15.707Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2551 | 2024-08-24T16:36:17.354Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2552 | 2024-08-24T16:36:18.147Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2553 | 2024-08-24T16:36:21.782Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2554 | 2024-08-24T16:36:23.083Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2555 | 2024-08-24T16:36:26.637Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2556 | 2024-08-24T16:36:29.673Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2557 | 2024-08-24T16:36:29.786Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2558 | 2024-08-24T16:36:30.065Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2559 | 2024-08-24T16:36:33.212Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2560 | 2024-08-24T16:36:36.707Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2561 | 2024-08-24T16:36:37.945Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2562 | 2024-08-24T16:36:42.932Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2563 | 2024-08-24T16:36:42.956Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2564 | 2024-08-24T16:36:45.782Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2565 | 2024-08-24T16:36:47.156Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2566 | 2024-08-24T16:36:49.647Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2567 | 2024-08-24T16:36:51.052Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2568 | 2024-08-24T16:36:51.110Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2569 | 2024-08-24T16:36:54.283Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2570 | 2024-08-24T16:36:54.950Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2571 | 2024-08-24T16:36:56.650Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2572 | 2024-08-24T16:36:59.796Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2573 | 2024-08-24T16:37:01.521Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2574 | 2024-08-24T16:37:01.597Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2575 | 2024-08-24T16:37:02.425Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2576 | 2024-08-24T16:37:05.297Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2577 | 2024-08-24T16:37:08.823Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2578 | 2024-08-24T16:37:10.472Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2579 | 2024-08-24T16:37:11.413Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2580 | 2024-08-24T16:37:14.133Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2581 | 2024-08-24T16:37:14.558Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2582 | 2024-08-24T16:37:15.120Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2583 | 2024-08-24T16:37:15.693Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2584 | 2024-08-24T16:37:18.461Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2585 | 2024-08-24T16:37:19.721Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2586 | 2024-08-24T16:37:20.061Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2587 | 2024-08-24T16:37:20.703Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2588 | 2024-08-24T16:37:22.008Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2589 | 2024-08-24T16:37:24.564Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2590 | 2024-08-24T16:37:25.704Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2591 | 2024-08-24T16:37:26.093Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2592 | 2024-08-24T16:37:26.208Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2593 | 2024-08-24T16:37:26.393Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2594 | 2024-08-24T16:37:28.965Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2595 | 2024-08-24T16:37:29.237Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2596 | 2024-08-24T16:37:52.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 52s |
2597 | 2024-08-24T16:37:52.947Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 123 other files |
2598 | 2024-08-24T16:37:53.014Z | |
2599 | 2024-08-24T16:37:53.038Z | real 5:52.629042731 |
2600 | 2024-08-24T16:37:53.038Z | user 18:19.420326604 |
2601 | 2024-08-24T16:37:53.038Z | sys 25:18.481284632 |
2602 | 2024-08-24T16:37:53.038Z | trap 0.352133978 |
2603 | 2024-08-24T16:37:53.038Z | tflt 0.152269685 |
2604 | 2024-08-24T16:37:53.038Z | dflt 0.464153862 |
2605 | 2024-08-24T16:37:53.038Z | kflt 0.000198839 |
2606 | 2024-08-24T16:37:53.038Z | lock 57:12.563136160 |
2607 | 2024-08-24T16:37:53.038Z | slp 1:39:19.439673590 |
2608 | 2024-08-24T16:37:53.038Z | lat 1:03.255251869 |
2609 | 2024-08-24T16:37:53.038Z | stop 55.262301113 |
2610 | 2024-08-24T16:37:53.038Z | process exited: duration 962215 ms, exit code 0 |
|
2611 | 2024-08-24T16:37:53.086Z | found 0 output files |