|
|
|
1 | 2023-11-06T16:13:26.497Z | job assigned to worker 01HEJPEQZRQC4PCMMR2D9N3XRF (queued for 1 m 50 s) |
|
2 | 2023-11-06T16:13:27.297Z | starting task 0: "setup" |
3 | 2023-11-06T16:13:27.555Z | ++ uname -s |
4 | 2023-11-06T16:13:27.564Z | + kern=SunOS |
5 | 2023-11-06T16:13:27.580Z | + case "$kern" in |
6 | 2023-11-06T16:13:27.585Z | + groupadd -g 12345 build |
7 | 2023-11-06T16:13:27.590Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-06T16:13:29.604Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-06T16:13:29.641Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-06T16:13:29.647Z | + home_fs=zfs |
11 | 2023-11-06T16:13:29.654Z | + [[ zfs == autofs ]] |
12 | 2023-11-06T16:13:29.661Z | + mkdir -p /home/build |
13 | 2023-11-06T16:13:29.666Z | + chown build:build /home/build /work |
14 | 2023-11-06T16:13:31.665Z | + chmod 0700 /home/build /work |
15 | 2023-11-06T16:13:32.111Z | process exited: duration 4351 ms, exit code 0 |
|
16 | 2023-11-06T16:13:32.126Z | starting task 1: "rust-toolchain" |
17 | 2023-11-06T16:13:32.139Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-06T16:13:32.144Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-06T16:13:32.320Z | info: downloading installer |
20 | 2023-11-06T16:13:34.835Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-06T16:13:34.847Z | warning: /opt/ooce/bin |
22 | 2023-11-06T16:13:34.850Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-06T16:13:34.853Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-06T16:13:34.856Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-06T16:13:34.860Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-06T16:13:34.863Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-06T16:13:34.867Z | error: cannot install while Rust is installed |
28 | 2023-11-06T16:13:34.870Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-06T16:13:35.339Z | info: profile set to 'default' |
30 | 2023-11-06T16:13:35.342Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-06T16:13:35.345Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-06T16:13:35.522Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-06T16:13:35.525Z | info: downloading component 'cargo' |
34 | 2023-11-06T16:13:36.301Z | info: downloading component 'clippy' |
35 | 2023-11-06T16:13:36.577Z | info: downloading component 'rust-docs' |
36 | 2023-11-06T16:13:37.562Z | info: downloading component 'rust-std' |
37 | 2023-11-06T16:13:39.322Z | info: downloading component 'rustc' |
38 | 2023-11-06T16:13:43.553Z | info: downloading component 'rustfmt' |
39 | 2023-11-06T16:13:43.842Z | info: installing component 'cargo' |
40 | 2023-11-06T16:13:45.942Z | info: installing component 'clippy' |
41 | 2023-11-06T16:13:47.074Z | info: installing component 'rust-docs' |
42 | 2023-11-06T16:13:49.887Z | info: installing component 'rust-std' |
43 | 2023-11-06T16:13:53.871Z | info: installing component 'rustc' |
44 | 2023-11-06T16:14:03.865Z | info: installing component 'rustfmt' |
45 | 2023-11-06T16:14:04.288Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-06T16:14:04.291Z | |
47 | 2023-11-06T16:14:04.491Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-06T16:14:04.494Z | |
49 | 2023-11-06T16:14:04.499Z | |
50 | 2023-11-06T16:14:04.502Z | Rust is installed now. Great! |
51 | 2023-11-06T16:14:04.505Z | |
52 | 2023-11-06T16:14:04.508Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-06T16:14:04.513Z | environment variable. This has not been done automatically. |
54 | 2023-11-06T16:14:04.516Z | |
55 | 2023-11-06T16:14:04.518Z | To configure your current shell, run: |
56 | 2023-11-06T16:14:04.522Z | source "$HOME/.cargo/env" |
57 | 2023-11-06T16:14:04.579Z | + rustc --version |
58 | 2023-11-06T16:14:04.690Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-06T16:14:04.695Z | process exited: duration 32568 ms, exit code 0 |
|
60 | 2023-11-06T16:14:04.703Z | starting task 2: "authentication" |
61 | 2023-11-06T16:14:04.738Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2023-11-06T16:14:04.744Z | starting task 3: "clone repository" |
63 | 2023-11-06T16:14:04.753Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-06T16:14:04.756Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-06T16:14:04.837Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-06T16:14:13.324Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-06T16:14:13.327Z | + [[ -n sled-agent-add-sled-to-rack-cluster ]] |
68 | 2023-11-06T16:14:13.330Z | + git fetch origin sled-agent-add-sled-to-rack-cluster |
69 | 2023-11-06T16:14:13.733Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-06T16:14:13.736Z | * branch sled-agent-add-sled-to-rack-cluster -> FETCH_HEAD |
71 | 2023-11-06T16:14:13.741Z | + git checkout -B sled-agent-add-sled-to-rack-cluster remotes/origin/sled-agent-add-sled-to-rack-cluster |
72 | 2023-11-06T16:14:13.856Z | Switched to a new branch 'sled-agent-add-sled-to-rack-cluster' |
73 | 2023-11-06T16:14:13.858Z | branch 'sled-agent-add-sled-to-rack-cluster' set up to track 'origin/sled-agent-add-sled-to-rack-cluster'. |
74 | 2023-11-06T16:14:13.886Z | + git reset --hard 52e4932c77815cff5598206a4c2b7b4c35e2136b |
75 | 2023-11-06T16:14:14.002Z | HEAD is now at 52e4932c Fix v0 deserialization |
76 | 2023-11-06T16:14:14.005Z | process exited: duration 9258 ms, exit code 0 |
|
77 | 2023-11-06T16:14:14.010Z | starting task 4: "build" |
78 | 2023-11-06T16:14:14.019Z | + cargo --version |
79 | 2023-11-06T16:14:14.107Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-11-06T16:14:14.110Z | + rustc --version |
81 | 2023-11-06T16:14:14.211Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-11-06T16:14:14.215Z | + source ./env.sh |
83 | 2023-11-06T16:14:14.218Z | ++ set -o xtrace |
84 | 2023-11-06T16:14:14.222Z | ++++ dirname ./env.sh |
85 | 2023-11-06T16:14:14.224Z | +++ cd . |
86 | 2023-11-06T16:14:14.227Z | +++ echo /work/oxidecomputer/omicron |
87 | 2023-11-06T16:14:14.231Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2023-11-06T16:14:14.234Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2023-11-06T16:14:14.237Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2023-11-06T16:14:14.242Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2023-11-06T16:14:14.245Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2023-11-06T16:14:14.249Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2023-11-06T16:14:14.252Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2023-11-06T16:14:14.255Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2023-11-06T16:14:14.258Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2023-11-06T16:14:14.261Z | ++ unset OMICRON_WS |
97 | 2023-11-06T16:14:14.264Z | ++ set +o xtrace |
98 | 2023-11-06T16:14:14.310Z | |
99 | 2023-11-06T16:14:14.313Z | ##### ##### ###### ##### ###### #### # # # #### # |
100 | 2023-11-06T16:14:14.316Z | # # # # # # # # # # # # # # # |
101 | 2023-11-06T16:14:14.319Z | # # # # ##### # # ##### # # # # # #### # |
102 | 2023-11-06T16:14:14.323Z | ##### ##### # ##### # # # # # # # # # |
103 | 2023-11-06T16:14:14.326Z | # # # # # # # # # # # # # # # |
104 | 2023-11-06T16:14:14.330Z | # # # ###### # # ###### ### # #### # #### # |
105 | 2023-11-06T16:14:14.333Z | |
106 | 2023-11-06T16:14:23.244Z | Startup: Refreshing catalog 'helios-dev' ... Done |
107 | 2023-11-06T16:14:24.175Z | Startup: Caching catalogs ... Done |
108 | 2023-11-06T16:14:28.882Z | Planning: Solver setup ... Done (4.432s) |
109 | 2023-11-06T16:14:28.999Z | Planning: Running solver ... Done (0.117s) |
110 | 2023-11-06T16:14:29.055Z | Planning: Finding local manifests ... Done (0.003s) |
111 | 2023-11-06T16:14:29.071Z | Planning: Fetching manifests: 0/4 0% complete |
112 | 2023-11-06T16:14:29.299Z | Planning: Fetching manifests: 4/4 100% complete |
113 | 2023-11-06T16:14:29.441Z | Planning: Package planning ... Done (0.141s) |
114 | 2023-11-06T16:14:29.526Z | Planning: Merging actions ... Done (0.085s) |
115 | 2023-11-06T16:14:30.112Z | Planning: Checking for conflicting actions ... Done (0.586s) |
116 | 2023-11-06T16:14:30.129Z | Planning: Consolidating action changes ... Done (0.017s) |
117 | 2023-11-06T16:14:33.975Z | Planning: Evaluating mediators ... Done (3.816s) |
118 | 2023-11-06T16:14:33.979Z | Planning: Planning completed in 9.73 seconds |
119 | 2023-11-06T16:14:33.984Z | Packages to install: 4 |
120 | 2023-11-06T16:14:33.988Z | Mediators to change: 2 |
121 | 2023-11-06T16:14:33.991Z | Services to change: 1 |
122 | 2023-11-06T16:14:33.994Z | Estimated space available: 149.39 GB |
123 | 2023-11-06T16:14:33.997Z | Estimated space to be consumed: 1.37 GB |
124 | 2023-11-06T16:14:34.000Z | Create boot environment: No |
125 | 2023-11-06T16:14:34.003Z | Create backup boot environment: No |
126 | 2023-11-06T16:14:34.006Z | Rebuild boot archive: No |
127 | 2023-11-06T16:14:34.008Z | |
128 | 2023-11-06T16:14:34.011Z | Changed mediators: |
129 | 2023-11-06T16:14:34.014Z | mediator clang: |
130 | 2023-11-06T16:14:34.016Z | version: None -> 15 (system default) |
131 | 2023-11-06T16:14:34.019Z | |
132 | 2023-11-06T16:14:34.022Z | mediator llvm: |
133 | 2023-11-06T16:14:34.025Z | version: 14 (system default) -> 15 (system default) |
134 | 2023-11-06T16:14:34.028Z | |
135 | 2023-11-06T16:14:34.032Z | Changed packages: |
136 | 2023-11-06T16:14:34.035Z | helios-dev |
137 | 2023-11-06T16:14:34.044Z | developer/build-essential |
138 | 2023-11-06T16:14:34.048Z | None -> 11-2.0 |
139 | 2023-11-06T16:14:34.052Z | library/libxmlsec1 |
140 | 2023-11-06T16:14:34.055Z | None -> 1.2.35-2.0 |
141 | 2023-11-06T16:14:34.058Z | ooce/developer/clang-15 |
142 | 2023-11-06T16:14:34.061Z | None -> 15.0.7-2.0 |
143 | 2023-11-06T16:14:34.064Z | ooce/developer/llvm-15 |
144 | 2023-11-06T16:14:34.066Z | None -> 15.0.7-2.0 |
145 | 2023-11-06T16:14:34.071Z | |
146 | 2023-11-06T16:14:35.077Z | Services: |
147 | 2023-11-06T16:14:35.080Z | restart_fmri: |
148 | 2023-11-06T16:14:35.084Z | svc:/system/update-man-index:default |
149 | 2023-11-06T16:14:35.087Z | |
150 | 2023-11-06T16:14:35.089Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
151 | 2023-11-06T16:14:39.191Z | Download: 1189/3290 items 61.5/212.6MB 28% complete (12.3M/s) |
152 | 2023-11-06T16:14:44.192Z | Download: 1659/3290 items 117.2/212.6MB 55% complete (11.9M/s) |
153 | 2023-11-06T16:14:49.192Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (5.8M/s) |
154 | 2023-11-06T16:14:54.197Z | Download: 3160/3290 items 176.1/212.6MB 82% complete (5.8M/s) |
155 | 2023-11-06T16:14:58.823Z | Download: Completed 212.60 MB in 24.63 seconds (8.6M/s) |
156 | 2023-11-06T16:14:59.067Z | Actions: 1/3687 actions (Installing new actions) |
157 | 2023-11-06T16:15:04.970Z | Actions: 2897/3687 actions (Installing new actions) |
158 | 2023-11-06T16:15:07.411Z | Actions: Completed 3687 actions in 8.34 seconds. |
159 | 2023-11-06T16:15:07.574Z | Done (0.159s) |
160 | 2023-11-06T16:15:07.577Z | Done (0.000s) |
161 | 2023-11-06T16:15:07.796Z | Done (0.212s) |
162 | 2023-11-06T16:15:15.520Z | Done (7.621s) |
163 | 2023-11-06T16:15:16.149Z | Done (0.119s) |
164 | 2023-11-06T16:15:16.152Z | Done (0.000s) |
165 | 2023-11-06T16:15:16.156Z | Done (0.000s) |
166 | 2023-11-06T16:15:16.657Z | Planning: Evaluating mediator changes ... Done |
167 | 2023-11-06T16:15:16.930Z | Planning: Checking for conflicting actions ... Done |
168 | 2023-11-06T16:15:16.933Z | Planning: Consolidating action changes ... Done |
169 | 2023-11-06T16:15:17.359Z | Planning: Evaluating mediators ... Done |
170 | 2023-11-06T16:15:17.362Z | Planning: Planning completed in 0.72 seconds |
171 | 2023-11-06T16:15:17.414Z | Mediators to change: 2 |
172 | 2023-11-06T16:15:17.417Z | Create boot environment: No |
173 | 2023-11-06T16:15:17.420Z | Create backup boot environment: No |
174 | 2023-11-06T16:15:17.515Z | Done |
175 | 2023-11-06T16:15:17.523Z | Done |
176 | 2023-11-06T16:15:17.640Z | Done |
177 | 2023-11-06T16:15:23.378Z | Done |
178 | 2023-11-06T16:15:23.502Z | Done |
179 | 2023-11-06T16:15:23.507Z | Done |
180 | 2023-11-06T16:15:23.685Z | Done |
181 | 2023-11-06T16:15:24.670Z | Planning: Evaluating mediator changes ... Done |
182 | 2023-11-06T16:15:24.673Z | Planning: Merging actions ... Done |
183 | 2023-11-06T16:15:24.998Z | Planning: Checking for conflicting actions ... Done |
184 | 2023-11-06T16:15:25.003Z | Planning: Consolidating action changes ... Done |
185 | 2023-11-06T16:15:25.421Z | Planning: Evaluating mediators ... Done |
186 | 2023-11-06T16:15:25.511Z | Planning: Planning completed in 1.26 seconds |
187 | 2023-11-06T16:15:25.566Z | Packages to change: 1 |
188 | 2023-11-06T16:15:25.570Z | Mediators to change: 1 |
189 | 2023-11-06T16:15:25.573Z | Services to change: 1 |
190 | 2023-11-06T16:15:25.576Z | Create boot environment: No |
191 | 2023-11-06T16:15:25.579Z | Create backup boot environment: Yes |
192 | 2023-11-06T16:15:28.299Z | Actions: 1/6 actions (Updating modified actions) |
193 | 2023-11-06T16:15:28.312Z | Actions: Completed 6 actions in 0.00 seconds. |
194 | 2023-11-06T16:15:28.737Z | Done |
195 | 2023-11-06T16:15:28.740Z | Done |
196 | 2023-11-06T16:15:28.743Z | Done |
197 | 2023-11-06T16:15:33.581Z | Done |
198 | 2023-11-06T16:15:33.701Z | Done |
199 | 2023-11-06T16:15:33.704Z | Done |
200 | 2023-11-06T16:15:33.797Z | Done |
201 | 2023-11-06T16:15:34.457Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
202 | 2023-11-06T16:15:34.460Z | clang system 15 system |
203 | 2023-11-06T16:15:34.463Z | csh system system illumos |
204 | 2023-11-06T16:15:34.466Z | ctags system system illumos |
205 | 2023-11-06T16:15:34.468Z | gcc vendor 12 vendor |
206 | 2023-11-06T16:15:34.472Z | gcc system 10 system |
207 | 2023-11-06T16:15:34.474Z | gcc system 7 system |
208 | 2023-11-06T16:15:34.477Z | go system 1.20 system |
209 | 2023-11-06T16:15:34.480Z | go system 1.19 system |
210 | 2023-11-06T16:15:34.483Z | llvm system 15 system |
211 | 2023-11-06T16:15:34.485Z | llvm system 14 system |
212 | 2023-11-06T16:15:34.488Z | mariadb system 10.6 system |
213 | 2023-11-06T16:15:34.491Z | mta vendor vendor dma |
214 | 2023-11-06T16:15:34.494Z | openjdk system 17 system |
215 | 2023-11-06T16:15:34.496Z | openjdk system 11 system |
216 | 2023-11-06T16:15:34.499Z | openjdk system 1.8 system |
217 | 2023-11-06T16:15:34.502Z | openssl vendor 3 vendor |
218 | 2023-11-06T16:15:34.505Z | perl system 5.36 system |
219 | 2023-11-06T16:15:34.507Z | postgresql system 15 system |
220 | 2023-11-06T16:15:34.510Z | postgresql system 13 system |
221 | 2023-11-06T16:15:34.513Z | python vendor 3 vendor |
222 | 2023-11-06T16:15:34.516Z | python system 2 system |
223 | 2023-11-06T16:15:34.522Z | python3 system 3.11 system |
224 | 2023-11-06T16:15:34.527Z | ruby system 3.0 system |
225 | 2023-11-06T16:15:34.534Z | words vendor vendor american-english |
226 | 2023-11-06T16:15:34.541Z | words system system australian-english |
227 | 2023-11-06T16:15:34.545Z | words system system british-english |
228 | 2023-11-06T16:15:34.554Z | words system system canadian-english |
229 | 2023-11-06T16:15:34.559Z | words system system french |
230 | 2023-11-06T16:15:34.566Z | words system system italian |
231 | 2023-11-06T16:15:34.570Z | words system system ngerman |
232 | 2023-11-06T16:15:34.573Z | words system system ogerman |
233 | 2023-11-06T16:15:34.580Z | words system system spanish |
234 | 2023-11-06T16:15:34.976Z | FMRI IFO |
235 | 2023-11-06T16:15:34.981Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2023-11-06T16:15:34.984Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2023-11-06T16:15:34.986Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2023-11-06T16:15:34.989Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
239 | 2023-11-06T16:15:34.992Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
240 | 2023-11-06T16:15:34.995Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
241 | 2023-11-06T16:15:35.049Z | + set -o errexit |
242 | 2023-11-06T16:15:35.052Z | +++ dirname ./tools/ci_download_cockroachdb |
243 | 2023-11-06T16:15:35.055Z | ++ cd ./tools |
244 | 2023-11-06T16:15:35.058Z | ++ pwd |
245 | 2023-11-06T16:15:35.061Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
246 | 2023-11-06T16:15:35.064Z | ++ basename ./tools/ci_download_cockroachdb |
247 | 2023-11-06T16:15:35.067Z | + ARG0=ci_download_cockroachdb |
248 | 2023-11-06T16:15:35.069Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
249 | 2023-11-06T16:15:35.072Z | + CIDL_VERSION=v22.1.9 |
250 | 2023-11-06T16:15:35.075Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
251 | 2023-11-06T16:15:35.078Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
252 | 2023-11-06T16:15:35.081Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
253 | 2023-11-06T16:15:35.084Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
254 | 2023-11-06T16:15:35.087Z | + TARGET_DIR=out |
255 | 2023-11-06T16:15:35.115Z | + DOWNLOAD_DIR=out/downloads |
256 | 2023-11-06T16:15:35.118Z | + DEST_DIR=./out/cockroachdb |
257 | 2023-11-06T16:15:35.120Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
258 | 2023-11-06T16:15:35.123Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
259 | 2023-11-06T16:15:35.126Z | + main |
260 | 2023-11-06T16:15:35.130Z | + [[ 0 != 0 ]] |
261 | 2023-11-06T16:15:35.133Z | + CIDL_OS=solaris2.11 |
262 | 2023-11-06T16:15:35.136Z | + [[ 0 != 0 ]] |
263 | 2023-11-06T16:15:35.139Z | + configure_os solaris2.11 |
264 | 2023-11-06T16:15:35.142Z | + echo 'current directory: /work/oxidecomputer/omicron' |
265 | 2023-11-06T16:15:35.144Z | current directory: /work/oxidecomputer/omicron |
266 | 2023-11-06T16:15:35.147Z | + echo 'configuring based on OS: "solaris2.11"' |
267 | 2023-11-06T16:15:35.150Z | configuring based on OS: "solaris2.11" |
268 | 2023-11-06T16:15:35.153Z | + case "$1" in |
269 | 2023-11-06T16:15:35.156Z | + CIDL_BUILD=illumos |
270 | 2023-11-06T16:15:35.159Z | + CIDL_SUFFIX=tar.gz |
271 | 2023-11-06T16:15:35.162Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
272 | 2023-11-06T16:15:35.165Z | + CIDL_MD5FUNC=do_md5sum |
273 | 2023-11-06T16:15:35.167Z | + CIDL_URL_BASE=https://illumos.org/downloads |
274 | 2023-11-06T16:15:35.170Z | + CIDL_ASSEMBLE=do_assemble_illumos |
275 | 2023-11-06T16:15:35.173Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
276 | 2023-11-06T16:15:35.176Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-11-06T16:15:35.179Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-11-06T16:15:35.182Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
279 | 2023-11-06T16:15:35.185Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-11-06T16:15:35.193Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2023-11-06T16:15:35.197Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2023-11-06T16:15:35.200Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
283 | 2023-11-06T16:15:35.203Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2023-11-06T16:15:35.205Z | + mkdir -p out/downloads |
285 | 2023-11-06T16:15:35.208Z | + mkdir -p ./out/cockroachdb |
286 | 2023-11-06T16:15:35.211Z | + local DO_DOWNLOAD=true |
287 | 2023-11-06T16:15:35.214Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
288 | 2023-11-06T16:15:35.216Z | + '[' true == true ']' |
289 | 2023-11-06T16:15:35.219Z | + echo Downloading... |
290 | 2023-11-06T16:15:35.222Z | Downloading... |
291 | 2023-11-06T16:15:35.225Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-11-06T16:15:35.231Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-11-06T16:15:38.098Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2023-11-06T16:15:38.101Z | ++ md5sum |
295 | 2023-11-06T16:15:38.104Z | ++ awk '{print $1}' |
296 | 2023-11-06T16:15:38.282Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
297 | 2023-11-06T16:15:38.285Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
298 | 2023-11-06T16:15:38.289Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2023-11-06T16:15:38.292Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
300 | 2023-11-06T16:15:41.660Z | + do_assemble_illumos |
301 | 2023-11-06T16:15:41.663Z | + rm -r ./out/cockroachdb |
302 | 2023-11-06T16:15:41.666Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
303 | 2023-11-06T16:15:42.311Z | + ./out/cockroachdb/bin/cockroach version |
304 | 2023-11-06T16:15:42.628Z | Build Tag: v22.1.9-dirty |
305 | 2023-11-06T16:15:42.631Z | Build Time: 2022/10/26 21:17:46 |
306 | 2023-11-06T16:15:42.635Z | Distribution: OSS |
307 | 2023-11-06T16:15:42.638Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
308 | 2023-11-06T16:15:42.641Z | Go Version: go1.17.13 |
309 | 2023-11-06T16:15:42.644Z | C Compiler: gcc 10.3.0 |
310 | 2023-11-06T16:15:42.647Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
311 | 2023-11-06T16:15:42.650Z | Build Type: release |
312 | 2023-11-06T16:15:42.653Z | + set -o errexit |
313 | 2023-11-06T16:15:42.656Z | +++ dirname ./tools/ci_download_clickhouse |
314 | 2023-11-06T16:15:42.659Z | ++ cd ./tools |
315 | 2023-11-06T16:15:42.662Z | ++ pwd |
316 | 2023-11-06T16:15:42.665Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
317 | 2023-11-06T16:15:42.668Z | ++ basename ./tools/ci_download_clickhouse |
318 | 2023-11-06T16:15:42.670Z | + ARG0=ci_download_clickhouse |
319 | 2023-11-06T16:15:42.673Z | + TARGET_DIR=out |
320 | 2023-11-06T16:15:42.677Z | + DOWNLOAD_DIR=out/downloads |
321 | 2023-11-06T16:15:42.683Z | + DEST_DIR=./out/clickhouse |
322 | 2023-11-06T16:15:42.700Z | + CIDL_VERSION=v22.8.9.24 |
323 | 2023-11-06T16:15:42.710Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
324 | 2023-11-06T16:15:42.717Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
325 | 2023-11-06T16:15:42.720Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
326 | 2023-11-06T16:15:42.723Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
327 | 2023-11-06T16:15:42.726Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
328 | 2023-11-06T16:15:42.729Z | + main |
329 | 2023-11-06T16:15:42.732Z | + [[ 0 != 0 ]] |
330 | 2023-11-06T16:15:42.735Z | + CIDL_OS=solaris2.11 |
331 | 2023-11-06T16:15:42.738Z | + [[ 0 != 0 ]] |
332 | 2023-11-06T16:15:42.743Z | + configure_os solaris2.11 |
333 | 2023-11-06T16:15:42.749Z | + echo 'current directory: /work/oxidecomputer/omicron' |
334 | 2023-11-06T16:15:42.756Z | current directory: /work/oxidecomputer/omicron |
335 | 2023-11-06T16:15:42.766Z | + echo 'configuring based on OS: "solaris2.11"' |
336 | 2023-11-06T16:15:42.774Z | configuring based on OS: "solaris2.11" |
337 | 2023-11-06T16:15:42.777Z | + CIDL_DASHREV= |
338 | 2023-11-06T16:15:42.780Z | + case "$1" in |
339 | 2023-11-06T16:15:42.786Z | + CIDL_PLATFORM=illumos |
340 | 2023-11-06T16:15:42.791Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
341 | 2023-11-06T16:15:42.794Z | + CIDL_MD5FUNC=do_md5sum |
342 | 2023-11-06T16:15:42.797Z | + CIDL_DASHREV=-1 |
343 | 2023-11-06T16:15:42.800Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
344 | 2023-11-06T16:15:42.803Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2023-11-06T16:15:42.806Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2023-11-06T16:15:42.809Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-11-06T16:15:42.812Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
348 | 2023-11-06T16:15:42.815Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2023-11-06T16:15:42.817Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
350 | 2023-11-06T16:15:42.820Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2023-11-06T16:15:42.824Z | + mkdir -p out/downloads |
352 | 2023-11-06T16:15:42.827Z | + mkdir -p ./out/clickhouse |
353 | 2023-11-06T16:15:42.830Z | + local DO_DOWNLOAD=true |
354 | 2023-11-06T16:15:42.833Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
355 | 2023-11-06T16:15:42.836Z | + '[' true == true ']' |
356 | 2023-11-06T16:15:42.840Z | + echo Downloading... |
357 | 2023-11-06T16:15:42.843Z | Downloading... |
358 | 2023-11-06T16:15:42.846Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2023-11-06T16:15:42.848Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2023-11-06T16:15:44.252Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2023-11-06T16:15:44.255Z | ++ md5sum |
362 | 2023-11-06T16:15:44.258Z | ++ awk '{print $1}' |
363 | 2023-11-06T16:15:44.515Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
364 | 2023-11-06T16:15:44.518Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
365 | 2023-11-06T16:15:44.522Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
366 | 2023-11-06T16:15:44.525Z | + mkdir -p ./out/clickhouse |
367 | 2023-11-06T16:15:44.528Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
368 | 2023-11-06T16:15:49.323Z | + ./out/clickhouse/clickhouse server --version |
369 | 2023-11-06T16:15:49.376Z | ClickHouse server version 22.8.9.1. |
370 | 2023-11-06T16:15:49.408Z | + set -o errexit |
371 | 2023-11-06T16:15:49.412Z | +++ dirname ./tools/ci_download_console |
372 | 2023-11-06T16:15:49.415Z | ++ cd ./tools |
373 | 2023-11-06T16:15:49.418Z | ++ pwd |
374 | 2023-11-06T16:15:49.423Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
375 | 2023-11-06T16:15:49.426Z | ++ basename ./tools/ci_download_console |
376 | 2023-11-06T16:15:49.429Z | + ARG0=ci_download_console |
377 | 2023-11-06T16:15:49.432Z | + TARGET_DIR=out |
378 | 2023-11-06T16:15:49.435Z | + DOWNLOAD_DIR=out/downloads |
379 | 2023-11-06T16:15:49.437Z | + DEST_DIR=./out/console-assets |
380 | 2023-11-06T16:15:49.441Z | + source /work/oxidecomputer/omicron/tools/console_version |
381 | 2023-11-06T16:15:49.443Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
382 | 2023-11-06T16:15:49.446Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
383 | 2023-11-06T16:15:49.449Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
384 | 2023-11-06T16:15:49.451Z | + TARBALL_FILE=out/downloads/console.tar.gz |
385 | 2023-11-06T16:15:49.454Z | + main |
386 | 2023-11-06T16:15:49.458Z | + [[ 0 != 0 ]] |
387 | 2023-11-06T16:15:49.461Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
388 | 2023-11-06T16:15:49.464Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
389 | 2023-11-06T16:15:49.467Z | + echo 'Local file: out/downloads/console.tar.gz' |
390 | 2023-11-06T16:15:49.469Z | Local file: out/downloads/console.tar.gz |
391 | 2023-11-06T16:15:49.472Z | + local DO_DOWNLOAD=true |
392 | 2023-11-06T16:15:49.475Z | + [[ -f out/downloads/console.tar.gz ]] |
393 | 2023-11-06T16:15:49.478Z | + mkdir -p out/downloads |
394 | 2023-11-06T16:15:49.481Z | + '[' true == true ']' |
395 | 2023-11-06T16:15:49.510Z | + echo Downloading... |
396 | 2023-11-06T16:15:49.513Z | Downloading... |
397 | 2023-11-06T16:15:49.516Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
398 | 2023-11-06T16:15:49.520Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
399 | 2023-11-06T16:15:50.053Z | ++ do_sha256sum out/downloads/console.tar.gz |
400 | 2023-11-06T16:15:50.056Z | ++ case "$OSTYPE" in |
401 | 2023-11-06T16:15:50.059Z | ++ SHA=sha256sum |
402 | 2023-11-06T16:15:50.062Z | ++ sha256sum |
403 | 2023-11-06T16:15:50.065Z | ++ awk '{print $1}' |
404 | 2023-11-06T16:15:50.077Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
405 | 2023-11-06T16:15:50.084Z | + [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]] |
406 | 2023-11-06T16:15:50.088Z | + rm -rf ./out/console-assets |
407 | 2023-11-06T16:15:50.091Z | + mkdir -p ./out/console-assets |
408 | 2023-11-06T16:15:50.094Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
409 | 2023-11-06T16:15:50.097Z | + mkdir -p ./out/console-assets |
410 | 2023-11-06T16:15:50.102Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
411 | 2023-11-06T16:15:50.234Z | + set -o errexit |
412 | 2023-11-06T16:15:50.251Z | +++ dirname ./tools/ci_download_maghemite_openapi |
413 | 2023-11-06T16:15:50.260Z | ++ cd ./tools |
414 | 2023-11-06T16:15:50.268Z | ++ pwd |
415 | 2023-11-06T16:15:50.278Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
416 | 2023-11-06T16:15:50.287Z | ++ basename ./tools/ci_download_maghemite_openapi |
417 | 2023-11-06T16:15:50.297Z | + ARG0=ci_download_maghemite_openapi |
418 | 2023-11-06T16:15:50.305Z | + TARGET_DIR=out |
419 | 2023-11-06T16:15:50.312Z | + DOWNLOAD_DIR=out/downloads |
420 | 2023-11-06T16:15:50.322Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
421 | 2023-11-06T16:15:50.328Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
422 | 2023-11-06T16:15:50.334Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
423 | 2023-11-06T16:15:50.340Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
424 | 2023-11-06T16:15:50.349Z | + LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
425 | 2023-11-06T16:15:50.356Z | + main |
426 | 2023-11-06T16:15:50.364Z | + [[ 0 != 0 ]] |
427 | 2023-11-06T16:15:50.372Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json' |
428 | 2023-11-06T16:15:50.382Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
429 | 2023-11-06T16:15:50.391Z | + echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
430 | 2023-11-06T16:15:50.403Z | Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
431 | 2023-11-06T16:15:50.415Z | + local DO_DOWNLOAD=true |
432 | 2023-11-06T16:15:50.426Z | + [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
433 | 2023-11-06T16:15:50.437Z | + mkdir -p out/downloads |
434 | 2023-11-06T16:15:50.449Z | + '[' true == true ']' |
435 | 2023-11-06T16:15:50.457Z | + echo Downloading... |
436 | 2023-11-06T16:15:50.470Z | Downloading... |
437 | 2023-11-06T16:15:50.484Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
438 | 2023-11-06T16:15:50.496Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
439 | 2023-11-06T16:15:50.569Z | ++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
440 | 2023-11-06T16:15:50.571Z | ++ case "$OSTYPE" in |
441 | 2023-11-06T16:15:50.574Z | ++ SHA=sha256sum |
442 | 2023-11-06T16:15:50.577Z | ++ sha256sum |
443 | 2023-11-06T16:15:50.581Z | ++ awk '{print $1}' |
444 | 2023-11-06T16:15:50.584Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
445 | 2023-11-06T16:15:50.588Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
446 | 2023-11-06T16:15:50.592Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
447 | 2023-11-06T16:15:50.597Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
448 | 2023-11-06T16:15:50.600Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
449 | 2023-11-06T16:15:50.603Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
450 | 2023-11-06T16:15:50.605Z | + LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
451 | 2023-11-06T16:15:50.608Z | + main |
452 | 2023-11-06T16:15:50.612Z | + [[ 0 != 0 ]] |
453 | 2023-11-06T16:15:50.615Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json' |
454 | 2023-11-06T16:15:50.617Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
455 | 2023-11-06T16:15:50.621Z | + echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
456 | 2023-11-06T16:15:50.624Z | Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
457 | 2023-11-06T16:15:50.626Z | + local DO_DOWNLOAD=true |
458 | 2023-11-06T16:15:50.630Z | + [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
459 | 2023-11-06T16:15:50.634Z | + mkdir -p out/downloads |
460 | 2023-11-06T16:15:50.637Z | + '[' true == true ']' |
461 | 2023-11-06T16:15:50.639Z | + echo Downloading... |
462 | 2023-11-06T16:15:50.642Z | Downloading... |
463 | 2023-11-06T16:15:50.645Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
464 | 2023-11-06T16:15:50.649Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
465 | 2023-11-06T16:15:51.143Z | ++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
466 | 2023-11-06T16:15:51.146Z | ++ case "$OSTYPE" in |
467 | 2023-11-06T16:15:51.149Z | ++ SHA=sha256sum |
468 | 2023-11-06T16:15:51.152Z | ++ sha256sum |
469 | 2023-11-06T16:15:51.155Z | ++ awk '{print $1}' |
470 | 2023-11-06T16:15:51.158Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
471 | 2023-11-06T16:15:51.161Z | + [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]] |
472 | 2023-11-06T16:15:51.165Z | + set -o errexit |
473 | 2023-11-06T16:15:51.168Z | +++ dirname ./tools/ci_download_dendrite_openapi |
474 | 2023-11-06T16:15:51.171Z | ++ cd ./tools |
475 | 2023-11-06T16:15:51.176Z | ++ pwd |
476 | 2023-11-06T16:15:51.179Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
477 | 2023-11-06T16:15:51.182Z | ++ basename ./tools/ci_download_dendrite_openapi |
478 | 2023-11-06T16:15:51.185Z | + ARG0=ci_download_dendrite_openapi |
479 | 2023-11-06T16:15:51.189Z | + TARGET_DIR=out |
480 | 2023-11-06T16:15:51.192Z | + DOWNLOAD_DIR=out/downloads |
481 | 2023-11-06T16:15:51.195Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
482 | 2023-11-06T16:15:51.198Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
483 | 2023-11-06T16:15:51.201Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
484 | 2023-11-06T16:15:51.204Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
485 | 2023-11-06T16:15:51.207Z | + LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
486 | 2023-11-06T16:15:51.210Z | + main |
487 | 2023-11-06T16:15:51.213Z | + [[ 0 != 0 ]] |
488 | 2023-11-06T16:15:51.216Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json' |
489 | 2023-11-06T16:15:51.219Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
490 | 2023-11-06T16:15:51.221Z | + echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json' |
491 | 2023-11-06T16:15:51.224Z | Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
492 | 2023-11-06T16:15:51.227Z | + local DO_DOWNLOAD=true |
493 | 2023-11-06T16:15:51.230Z | + [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]] |
494 | 2023-11-06T16:15:51.233Z | + mkdir -p out/downloads |
495 | 2023-11-06T16:15:51.238Z | + '[' true == true ']' |
496 | 2023-11-06T16:15:51.241Z | + echo Downloading... |
497 | 2023-11-06T16:15:51.244Z | Downloading... |
498 | 2023-11-06T16:15:51.246Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
499 | 2023-11-06T16:15:51.249Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
500 | 2023-11-06T16:15:51.320Z | ++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
501 | 2023-11-06T16:15:51.323Z | ++ case "$OSTYPE" in |
502 | 2023-11-06T16:15:51.326Z | ++ SHA=sha256sum |
503 | 2023-11-06T16:15:51.329Z | ++ sha256sum |
504 | 2023-11-06T16:15:51.332Z | ++ awk '{print $1}' |
505 | 2023-11-06T16:15:51.335Z | + calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
506 | 2023-11-06T16:15:51.338Z | + [[ 544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 != \5\4\4\a\b\4\2\c\c\c\7\9\4\2\d\8\e\c\e\9\c\d\c\8\0\c\d\8\5\d\0\0\2\b\c\f\9\d\5\6\4\6\a\2\9\1\3\2\2\b\f\2\f\7\9\0\8\7\a\b\6\d\f\0 ]] |
507 | 2023-11-06T16:15:51.341Z | + set -o errexit |
508 | 2023-11-06T16:15:51.344Z | +++ dirname ./tools/ci_download_dendrite_stub |
509 | 2023-11-06T16:15:51.347Z | ++ cd ./tools |
510 | 2023-11-06T16:15:51.350Z | ++ pwd |
511 | 2023-11-06T16:15:51.352Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
512 | 2023-11-06T16:15:51.355Z | ++ basename ./tools/ci_download_dendrite_stub |
513 | 2023-11-06T16:15:51.358Z | + ARG0=ci_download_dendrite_stub |
514 | 2023-11-06T16:15:51.364Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
515 | 2023-11-06T16:15:51.367Z | ++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
516 | 2023-11-06T16:15:51.378Z | ++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea |
517 | 2023-11-06T16:15:51.795Z | ++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2 |
518 | 2023-11-06T16:15:51.804Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
519 | 2023-11-06T16:15:51.817Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
520 | 2023-11-06T16:15:51.829Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
521 | 2023-11-06T16:15:51.853Z | + TARGET_DIR=out |
522 | 2023-11-06T16:15:51.866Z | + DOWNLOAD_DIR=out/downloads |
523 | 2023-11-06T16:15:51.880Z | + DEST_DIR=./out/dendrite-stub |
524 | 2023-11-06T16:15:51.883Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
525 | 2023-11-06T16:15:51.885Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
526 | 2023-11-06T16:15:51.889Z | + REPO=oxidecomputer/dendrite |
527 | 2023-11-06T16:15:51.892Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966 |
528 | 2023-11-06T16:15:51.895Z | + main |
529 | 2023-11-06T16:15:51.897Z | + [[ 0 != 0 ]] |
530 | 2023-11-06T16:15:51.902Z | + CIDL_OS=solaris2.11 |
531 | 2023-11-06T16:15:51.905Z | + [[ 0 != 0 ]] |
532 | 2023-11-06T16:15:51.908Z | + configure_os solaris2.11 |
533 | 2023-11-06T16:15:51.911Z | + echo 'current directory: /work/oxidecomputer/omicron' |
534 | 2023-11-06T16:15:51.914Z | current directory: /work/oxidecomputer/omicron |
535 | 2023-11-06T16:15:51.917Z | configuring based on OS: "solaris2.11" |
536 | 2023-11-06T16:15:51.920Z | + echo 'configuring based on OS: "solaris2.11"' |
537 | 2023-11-06T16:15:51.923Z | + case "$1" in |
538 | 2023-11-06T16:15:51.927Z | + SET_BINARIES= |
539 | 2023-11-06T16:15:51.930Z | + CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
540 | 2023-11-06T16:15:51.934Z | + CIDL_SHA256FUNC=do_sha256sum |
541 | 2023-11-06T16:15:51.936Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
542 | 2023-11-06T16:15:51.939Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
543 | 2023-11-06T16:15:51.942Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
544 | 2023-11-06T16:15:51.945Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz' |
545 | 2023-11-06T16:15:51.948Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
546 | 2023-11-06T16:15:51.950Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
547 | 2023-11-06T16:15:51.953Z | Local file: out/downloads/dendrite-stub.tar.gz |
548 | 2023-11-06T16:15:51.957Z | + mkdir -p out/downloads |
549 | 2023-11-06T16:15:51.959Z | + mkdir -p ./out/dendrite-stub |
550 | 2023-11-06T16:15:51.962Z | + fetch_and_verify |
551 | 2023-11-06T16:15:51.965Z | + local DO_DOWNLOAD=true |
552 | 2023-11-06T16:15:51.969Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
553 | 2023-11-06T16:15:51.972Z | + '[' true == true ']' |
554 | 2023-11-06T16:15:51.975Z | + echo Downloading... |
555 | 2023-11-06T16:15:51.979Z | Downloading... |
556 | 2023-11-06T16:15:51.982Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
557 | 2023-11-06T16:15:51.985Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
558 | 2023-11-06T16:16:02.159Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
559 | 2023-11-06T16:16:02.168Z | ++ sha256sum |
560 | 2023-11-06T16:16:02.176Z | ++ awk '{print $1}' |
561 | 2023-11-06T16:16:02.253Z | + calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
562 | 2023-11-06T16:16:02.259Z | + [[ 0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 != \0\8\0\8\f\3\3\1\7\4\1\e\0\2\d\5\5\e\1\9\9\8\4\7\5\7\9\d\f\d\0\1\f\3\6\5\8\b\2\1\c\7\1\2\2\c\e\f\8\c\3\f\9\2\7\9\f\4\3\d\b\a\b\0 ]] |
563 | 2023-11-06T16:16:02.262Z | + do_untar out/downloads/dendrite-stub.tar.gz |
564 | 2023-11-06T16:16:02.265Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
565 | 2023-11-06T16:16:03.167Z | + do_assemble |
566 | 2023-11-06T16:16:03.174Z | + rm -r ./out/dendrite-stub |
567 | 2023-11-06T16:16:03.181Z | + mkdir ./out/dendrite-stub |
568 | 2023-11-06T16:16:03.189Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
569 | 2023-11-06T16:16:03.303Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
570 | 2023-11-06T16:16:03.315Z | + set -o errexit |
571 | 2023-11-06T16:16:03.324Z | +++ dirname ./tools/ci_download_maghemite_mgd |
572 | 2023-11-06T16:16:03.331Z | ++ cd ./tools |
573 | 2023-11-06T16:16:03.337Z | ++ pwd |
574 | 2023-11-06T16:16:03.346Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
575 | 2023-11-06T16:16:03.356Z | ++ basename ./tools/ci_download_maghemite_mgd |
576 | 2023-11-06T16:16:03.367Z | + ARG0=ci_download_maghemite_mgd |
577 | 2023-11-06T16:16:03.378Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
578 | 2023-11-06T16:16:03.387Z | ++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
579 | 2023-11-06T16:16:03.397Z | ++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73 |
580 | 2023-11-06T16:16:03.408Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
581 | 2023-11-06T16:16:03.422Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
582 | 2023-11-06T16:16:03.443Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
583 | 2023-11-06T16:16:03.460Z | + TARGET_DIR=out |
584 | 2023-11-06T16:16:03.475Z | + DOWNLOAD_DIR=out/downloads |
585 | 2023-11-06T16:16:03.491Z | + DEST_DIR=./out/mgd |
586 | 2023-11-06T16:16:03.914Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
587 | 2023-11-06T16:16:03.926Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
588 | 2023-11-06T16:16:03.945Z | + REPO=oxidecomputer/maghemite |
589 | 2023-11-06T16:16:04.369Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
590 | 2023-11-06T16:16:04.379Z | + main |
591 | 2023-11-06T16:16:04.391Z | + [[ 0 != 0 ]] |
592 | 2023-11-06T16:16:04.404Z | + CIDL_OS=solaris2.11 |
593 | 2023-11-06T16:16:04.418Z | + [[ 0 != 0 ]] |
594 | 2023-11-06T16:16:04.429Z | + configure_os solaris2.11 |
595 | 2023-11-06T16:16:04.441Z | + echo 'current directory: /work/oxidecomputer/omicron' |
596 | 2023-11-06T16:16:04.863Z | current directory: /work/oxidecomputer/omicron |
597 | 2023-11-06T16:16:04.868Z | + echo 'configuring based on OS: "solaris2.11"' |
598 | 2023-11-06T16:16:04.879Z | configuring based on OS: "solaris2.11" |
599 | 2023-11-06T16:16:04.903Z | + case "$1" in |
600 | 2023-11-06T16:16:04.918Z | + SET_BINARIES= |
601 | 2023-11-06T16:16:04.931Z | + CIDL_SHA256FUNC=do_sha256sum |
602 | 2023-11-06T16:16:04.933Z | + TARBALL_FILENAME=mgd.tar.gz |
603 | 2023-11-06T16:16:04.936Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
604 | 2023-11-06T16:16:04.939Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
605 | 2023-11-06T16:16:04.943Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz' |
606 | 2023-11-06T16:16:04.946Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
607 | 2023-11-06T16:16:04.949Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
608 | 2023-11-06T16:16:04.953Z | Local file: out/downloads/mgd.tar.gz |
609 | 2023-11-06T16:16:04.956Z | + mkdir -p out/downloads |
610 | 2023-11-06T16:16:04.959Z | + mkdir -p ./out/mgd |
611 | 2023-11-06T16:16:04.962Z | + fetch_and_verify |
612 | 2023-11-06T16:16:04.966Z | + local DO_DOWNLOAD=true |
613 | 2023-11-06T16:16:04.969Z | + [[ -f out/downloads/mgd.tar.gz ]] |
614 | 2023-11-06T16:16:04.973Z | + '[' true == true ']' |
615 | 2023-11-06T16:16:04.977Z | + echo Downloading... |
616 | 2023-11-06T16:16:04.982Z | Downloading... |
617 | 2023-11-06T16:16:04.986Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz |
618 | 2023-11-06T16:16:04.991Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
619 | 2023-11-06T16:16:08.536Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
620 | 2023-11-06T16:16:08.539Z | ++ sha256sum |
621 | 2023-11-06T16:16:08.543Z | ++ awk '{print $1}' |
622 | 2023-11-06T16:16:08.612Z | + calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
623 | 2023-11-06T16:16:08.615Z | + [[ 452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a != \4\5\2\d\f\b\3\4\9\1\e\1\b\6\d\4\d\f\6\b\e\1\c\b\6\8\9\9\2\1\f\5\9\6\2\3\a\e\d\0\8\2\e\4\7\6\0\6\a\7\8\c\0\f\4\4\d\9\1\8\f\6\6\a ]] |
624 | 2023-11-06T16:16:08.618Z | + do_untar out/downloads/mgd.tar.gz |
625 | 2023-11-06T16:16:08.621Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
626 | 2023-11-06T16:16:09.275Z | + do_assemble |
627 | 2023-11-06T16:16:09.278Z | + rm -r ./out/mgd |
628 | 2023-11-06T16:16:09.281Z | + mkdir ./out/mgd |
629 | 2023-11-06T16:16:09.284Z | + cp -r out/downloads/root ./out/mgd/root |
630 | 2023-11-06T16:16:09.476Z | + set -o errexit |
631 | 2023-11-06T16:16:09.480Z | +++ dirname ./tools/ci_download_transceiver_control |
632 | 2023-11-06T16:16:09.483Z | ++ cd ./tools |
633 | 2023-11-06T16:16:09.486Z | ++ pwd |
634 | 2023-11-06T16:16:09.490Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
635 | 2023-11-06T16:16:09.493Z | ++ basename ./tools/ci_download_transceiver_control |
636 | 2023-11-06T16:16:09.496Z | + ARG0=ci_download_transceiver_control |
637 | 2023-11-06T16:16:09.499Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
638 | 2023-11-06T16:16:09.503Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
639 | 2023-11-06T16:16:09.507Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
640 | 2023-11-06T16:16:09.512Z | + TARGET_DIR=out |
641 | 2023-11-06T16:16:09.517Z | + DOWNLOAD_DIR=out/downloads |
642 | 2023-11-06T16:16:09.520Z | + DEST_DIR=./out/transceiver-control |
643 | 2023-11-06T16:16:09.532Z | + BIN_DIR=/opt/oxide/bin |
644 | 2023-11-06T16:16:09.535Z | + BINARY=xcvradm |
645 | 2023-11-06T16:16:09.539Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
646 | 2023-11-06T16:16:09.546Z | + REPO=oxidecomputer/transceiver-control |
647 | 2023-11-06T16:16:09.560Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
648 | 2023-11-06T16:16:09.575Z | + main |
649 | 2023-11-06T16:16:09.594Z | + [[ 0 != 0 ]] |
650 | 2023-11-06T16:16:09.609Z | + CIDL_OS=solaris2.11 |
651 | 2023-11-06T16:16:09.616Z | + [[ 0 != 0 ]] |
652 | 2023-11-06T16:16:09.620Z | + configure_os solaris2.11 |
653 | 2023-11-06T16:16:09.627Z | + echo 'current directory: /work/oxidecomputer/omicron' |
654 | 2023-11-06T16:16:09.631Z | current directory: /work/oxidecomputer/omicron |
655 | 2023-11-06T16:16:09.635Z | configuring based on OS: "solaris2.11" |
656 | 2023-11-06T16:16:09.638Z | + echo 'configuring based on OS: "solaris2.11"' |
657 | 2023-11-06T16:16:09.641Z | + case "$1" in |
658 | 2023-11-06T16:16:09.646Z | + SET_BINARIES= |
659 | 2023-11-06T16:16:09.653Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
660 | 2023-11-06T16:16:09.659Z | + CIDL_SHA256FUNC=do_sha256sum |
661 | 2023-11-06T16:16:10.073Z | + ARCHIVE_FILENAME=xcvradm.gz |
662 | 2023-11-06T16:16:10.076Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
663 | 2023-11-06T16:16:10.083Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
664 | 2023-11-06T16:16:10.087Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
665 | 2023-11-06T16:16:10.090Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
666 | 2023-11-06T16:16:10.094Z | + echo 'Local file: out/downloads/xcvradm.gz' |
667 | 2023-11-06T16:16:10.096Z | Local file: out/downloads/xcvradm.gz |
668 | 2023-11-06T16:16:10.100Z | + mkdir -p out/downloads |
669 | 2023-11-06T16:16:10.107Z | + mkdir -p ./out/transceiver-control |
670 | 2023-11-06T16:16:10.118Z | + fetch_and_verify |
671 | 2023-11-06T16:16:10.127Z | + local DO_DOWNLOAD=true |
672 | 2023-11-06T16:16:10.129Z | + [[ -f out/downloads/xcvradm.gz ]] |
673 | 2023-11-06T16:16:10.132Z | + '[' true == true ']' |
674 | 2023-11-06T16:16:10.135Z | + echo Downloading... |
675 | 2023-11-06T16:16:10.138Z | Downloading... |
676 | 2023-11-06T16:16:10.141Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
677 | 2023-11-06T16:16:10.144Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
678 | 2023-11-06T16:16:10.147Z | ++ do_sha256sum out/downloads/xcvradm.gz |
679 | 2023-11-06T16:16:10.149Z | ++ sha256sum |
680 | 2023-11-06T16:16:10.154Z | ++ awk '{print $1}' |
681 | 2023-11-06T16:16:10.157Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
682 | 2023-11-06T16:16:10.160Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
683 | 2023-11-06T16:16:10.163Z | + do_unpack out/downloads/xcvradm.gz |
684 | 2023-11-06T16:16:10.166Z | + mkdir -p out/downloads/root//opt/oxide/bin |
685 | 2023-11-06T16:16:10.168Z | + gzip -dc out/downloads/xcvradm.gz |
686 | 2023-11-06T16:16:10.196Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
687 | 2023-11-06T16:16:10.199Z | + do_assemble |
688 | 2023-11-06T16:16:10.203Z | + rm -r ./out/transceiver-control |
689 | 2023-11-06T16:16:10.206Z | + mkdir ./out/transceiver-control |
690 | 2023-11-06T16:16:10.209Z | + cp -r out/downloads/root ./out/transceiver-control/root |
691 | 2023-11-06T16:16:10.415Z | All builder prerequisites installed successfully, and PATH looks valid |
692 | 2023-11-06T16:16:10.418Z | |
693 | 2023-11-06T16:16:10.421Z | real 1:56.109525155 |
694 | 2023-11-06T16:16:10.424Z | user 51.915836428 |
695 | 2023-11-06T16:16:10.427Z | sys 9.816261332 |
696 | 2023-11-06T16:16:10.430Z | trap 0.019807096 |
697 | 2023-11-06T16:16:10.433Z | tflt 0.153750249 |
698 | 2023-11-06T16:16:10.436Z | dflt 0.502872724 |
699 | 2023-11-06T16:16:10.439Z | kflt 0.175844498 |
700 | 2023-11-06T16:16:10.441Z | lock 2.221322984 |
701 | 2023-11-06T16:16:10.444Z | slp 3:33.881340871 |
702 | 2023-11-06T16:16:10.447Z | lat 3.471428636 |
703 | 2023-11-06T16:16:10.450Z | stop 0.074423427 |
704 | 2023-11-06T16:16:10.453Z | |
705 | 2023-11-06T16:16:10.456Z | #### # # ##### ##### # # |
706 | 2023-11-06T16:16:10.459Z | # # # # # # # # # # |
707 | 2023-11-06T16:16:10.462Z | # # # # # # # # |
708 | 2023-11-06T16:16:10.466Z | # # # ##### ##### # |
709 | 2023-11-06T16:16:10.468Z | # # # # # # # |
710 | 2023-11-06T16:16:10.472Z | #### ###### # # # # |
711 | 2023-11-06T16:16:10.477Z | |
712 | 2023-11-06T16:16:10.780Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
713 | 2023-11-06T16:16:11.179Z | Updating crates.io index |
714 | 2023-11-06T16:16:11.183Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
715 | 2023-11-06T16:16:12.023Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
716 | 2023-11-06T16:16:13.881Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
717 | 2023-11-06T16:16:14.514Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
718 | 2023-11-06T16:16:14.895Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
719 | 2023-11-06T16:16:15.201Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
720 | 2023-11-06T16:16:15.505Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
721 | 2023-11-06T16:16:16.340Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
722 | 2023-11-06T16:16:18.087Z | Updating git repository `https://github.com/oxidecomputer/opte` |
723 | 2023-11-06T16:16:19.143Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
724 | 2023-11-06T16:16:19.516Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
725 | 2023-11-06T16:16:19.884Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
726 | 2023-11-06T16:16:20.547Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
727 | 2023-11-06T16:16:20.874Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
728 | 2023-11-06T16:16:21.309Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
729 | 2023-11-06T16:16:21.653Z | Updating git repository `https://github.com/njaremko/samael` |
730 | 2023-11-06T16:16:22.175Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
731 | 2023-11-06T16:16:22.881Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
732 | 2023-11-06T16:16:23.274Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
733 | 2023-11-06T16:16:23.637Z | Updating git repository `https://github.com/jgallagher/nix` |
734 | 2023-11-06T16:16:24.892Z | Updating git repository `https://github.com/cbiffle/hubpack` |
735 | 2023-11-06T16:16:25.244Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
736 | 2023-11-06T16:16:34.762Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
737 | 2023-11-06T16:16:35.237Z | Updating git repository `https://github.com/oxidecomputer/typify` |
738 | 2023-11-06T16:16:36.631Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
739 | 2023-11-06T16:16:37.084Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
740 | 2023-11-06T16:16:37.462Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
741 | 2023-11-06T16:16:38.719Z | Downloading crates ... |
742 | 2023-11-06T16:16:38.920Z | Downloaded equivalent v1.0.1 |
743 | 2023-11-06T16:16:38.927Z | Downloaded anstream v0.5.0 |
744 | 2023-11-06T16:16:38.933Z | Downloaded indexmap v2.0.0 |
745 | 2023-11-06T16:16:38.961Z | Downloaded bitflags v1.3.2 |
746 | 2023-11-06T16:16:38.964Z | Downloaded colorchoice v1.0.0 |
747 | 2023-11-06T16:16:38.970Z | Downloaded semver v1.0.20 |
748 | 2023-11-06T16:16:38.973Z | Downloaded io-lifetimes v1.0.11 |
749 | 2023-11-06T16:16:38.980Z | Downloaded errno v0.3.2 |
750 | 2023-11-06T16:16:38.985Z | Downloaded itoa v1.0.9 |
751 | 2023-11-06T16:16:38.988Z | Downloaded toml_datetime v0.6.3 |
752 | 2023-11-06T16:16:38.991Z | Downloaded utf8parse v0.2.1 |
753 | 2023-11-06T16:16:38.994Z | Downloaded clap_lex v0.5.1 |
754 | 2023-11-06T16:16:38.996Z | Downloaded serde_spanned v0.6.3 |
755 | 2023-11-06T16:16:39.000Z | Downloaded thiserror-impl v1.0.49 |
756 | 2023-11-06T16:16:39.003Z | Downloaded thiserror v1.0.49 |
757 | 2023-11-06T16:16:39.006Z | Downloaded heck v0.4.1 |
758 | 2023-11-06T16:16:39.010Z | Downloaded strsim v0.10.0 |
759 | 2023-11-06T16:16:39.013Z | Downloaded camino v1.1.6 |
760 | 2023-11-06T16:16:39.015Z | Downloaded anstyle-query v1.0.0 |
761 | 2023-11-06T16:16:39.019Z | Downloaded anstyle-parse v0.2.1 |
762 | 2023-11-06T16:16:39.021Z | Downloaded terminal_size v0.2.6 |
763 | 2023-11-06T16:16:39.027Z | Downloaded anyhow v1.0.75 |
764 | 2023-11-06T16:16:39.030Z | Downloaded quote v1.0.33 |
765 | 2023-11-06T16:16:39.033Z | Downloaded unicode-ident v1.0.12 |
766 | 2023-11-06T16:16:39.036Z | Downloaded anstyle v1.0.2 |
767 | 2023-11-06T16:16:39.040Z | Downloaded cargo-platform v0.1.3 |
768 | 2023-11-06T16:16:39.045Z | Downloaded ryu v1.0.15 |
769 | 2023-11-06T16:16:39.048Z | Downloaded cargo_toml v0.16.3 |
770 | 2023-11-06T16:16:39.050Z | Downloaded cargo_metadata v0.18.0 |
771 | 2023-11-06T16:16:39.053Z | Downloaded clap_derive v4.4.2 |
772 | 2023-11-06T16:16:39.056Z | Downloaded serde_derive v1.0.188 |
773 | 2023-11-06T16:16:39.058Z | Downloaded toml v0.8.0 |
774 | 2023-11-06T16:16:39.062Z | Downloaded proc-macro2 v1.0.67 |
775 | 2023-11-06T16:16:39.064Z | Downloaded clap v4.4.3 |
776 | 2023-11-06T16:16:39.072Z | Downloaded serde v1.0.188 |
777 | 2023-11-06T16:16:39.075Z | Downloaded memchr v2.6.3 |
778 | 2023-11-06T16:16:39.080Z | Downloaded toml_edit v0.20.0 |
779 | 2023-11-06T16:16:39.109Z | Downloaded hashbrown v0.14.0 |
780 | 2023-11-06T16:16:39.117Z | Downloaded serde_json v1.0.107 |
781 | 2023-11-06T16:16:39.130Z | Downloaded syn v2.0.32 |
782 | 2023-11-06T16:16:39.148Z | Downloaded clap_builder v4.4.2 |
783 | 2023-11-06T16:16:39.159Z | Downloaded rustix v0.37.23 |
784 | 2023-11-06T16:16:39.192Z | Downloaded winnow v0.5.15 |
785 | 2023-11-06T16:16:39.205Z | Downloaded libc v0.2.149 |
786 | 2023-11-06T16:16:39.366Z | Compiling proc-macro2 v1.0.67 |
787 | 2023-11-06T16:16:39.369Z | Compiling unicode-ident v1.0.12 |
788 | 2023-11-06T16:16:39.372Z | Compiling serde v1.0.188 |
789 | 2023-11-06T16:16:39.374Z | Compiling libc v0.2.149 |
790 | 2023-11-06T16:16:39.379Z | Compiling io-lifetimes v1.0.11 |
791 | 2023-11-06T16:16:39.383Z | Compiling rustix v0.37.23 |
792 | 2023-11-06T16:16:39.386Z | Compiling utf8parse v0.2.1 |
793 | 2023-11-06T16:16:39.389Z | Compiling bitflags v1.3.2 |
794 | 2023-11-06T16:16:39.567Z | Compiling equivalent v1.0.1 |
795 | 2023-11-06T16:16:39.691Z | Compiling hashbrown v0.14.0 |
796 | 2023-11-06T16:16:39.695Z | Compiling anstyle-parse v0.2.1 |
797 | 2023-11-06T16:16:39.726Z | Compiling winnow v0.5.15 |
798 | 2023-11-06T16:16:40.194Z | Compiling anstyle v1.0.2 |
799 | 2023-11-06T16:16:40.682Z | Compiling anstyle-query v1.0.0 |
800 | 2023-11-06T16:16:40.874Z | Compiling camino v1.1.6 |
801 | 2023-11-06T16:16:41.063Z | Compiling indexmap v2.0.0 |
802 | 2023-11-06T16:16:41.758Z | Compiling colorchoice v1.0.0 |
803 | 2023-11-06T16:16:41.845Z | Compiling thiserror v1.0.49 |
804 | 2023-11-06T16:16:41.955Z | Compiling serde_json v1.0.107 |
805 | 2023-11-06T16:16:41.992Z | Compiling semver v1.0.20 |
806 | 2023-11-06T16:16:42.093Z | Compiling anstream v0.5.0 |
807 | 2023-11-06T16:16:42.554Z | Compiling strsim v0.10.0 |
808 | 2023-11-06T16:16:42.765Z | Compiling clap_lex v0.5.1 |
809 | 2023-11-06T16:16:42.797Z | Compiling anyhow v1.0.75 |
810 | 2023-11-06T16:16:43.129Z | Compiling itoa v1.0.9 |
811 | 2023-11-06T16:16:43.209Z | Compiling quote v1.0.33 |
812 | 2023-11-06T16:16:43.478Z | Compiling heck v0.4.1 |
813 | 2023-11-06T16:16:43.495Z | Compiling ryu v1.0.15 |
814 | 2023-11-06T16:16:43.771Z | Compiling syn v2.0.32 |
815 | 2023-11-06T16:16:44.090Z | Compiling errno v0.3.2 |
816 | 2023-11-06T16:16:45.709Z | Compiling terminal_size v0.2.6 |
817 | 2023-11-06T16:16:45.845Z | Compiling clap_builder v4.4.2 |
818 | 2023-11-06T16:16:50.947Z | Compiling serde_derive v1.0.188 |
819 | 2023-11-06T16:16:50.951Z | Compiling thiserror-impl v1.0.49 |
820 | 2023-11-06T16:16:50.954Z | Compiling clap_derive v4.4.2 |
821 | 2023-11-06T16:16:54.965Z | Compiling clap v4.4.3 |
822 | 2023-11-06T16:17:03.016Z | Compiling serde_spanned v0.6.3 |
823 | 2023-11-06T16:17:03.019Z | Compiling toml_datetime v0.6.3 |
824 | 2023-11-06T16:17:03.022Z | Compiling cargo-platform v0.1.3 |
825 | 2023-11-06T16:17:03.414Z | Compiling toml_edit v0.20.0 |
826 | 2023-11-06T16:17:05.097Z | Compiling cargo_metadata v0.18.0 |
827 | 2023-11-06T16:17:06.585Z | Compiling toml v0.8.0 |
828 | 2023-11-06T16:17:07.518Z | Compiling cargo_toml v0.16.3 |
829 | 2023-11-06T16:17:12.913Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
830 | 2023-11-06T16:17:14.200Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 03s |
831 | 2023-11-06T16:17:14.413Z | Running `target/debug/xtask clippy` |
832 | 2023-11-06T16:17:14.463Z | running: "/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
833 | 2023-11-06T16:17:15.349Z | Downloading crates ... |
834 | 2023-11-06T16:17:15.593Z | Downloaded autocfg v1.1.0 |
835 | 2023-11-06T16:17:15.603Z | Downloaded async-stream-impl v0.3.5 |
836 | 2023-11-06T16:17:15.609Z | Downloaded atomicwrites v0.4.2 |
837 | 2023-11-06T16:17:15.613Z | Downloaded cipher v0.4.4 |
838 | 2023-11-06T16:17:15.618Z | Downloaded hex v0.4.3 |
839 | 2023-11-06T16:17:15.623Z | Downloaded linked-hash-map v0.5.6 |
840 | 2023-11-06T16:17:15.627Z | Downloaded crc-any v2.4.3 |
841 | 2023-11-06T16:17:15.633Z | Downloaded home v0.5.5 |
842 | 2023-11-06T16:17:15.636Z | Downloaded bcs v0.1.6 |
843 | 2023-11-06T16:17:15.643Z | Downloaded nodrop v0.1.14 |
844 | 2023-11-06T16:17:15.647Z | Downloaded base16ct v0.2.0 |
845 | 2023-11-06T16:17:15.652Z | Downloaded http-range v0.1.5 |
846 | 2023-11-06T16:17:15.657Z | Downloaded nanorand v0.7.0 |
847 | 2023-11-06T16:17:15.665Z | Downloaded ciborium-io v0.2.1 |
848 | 2023-11-06T16:17:15.681Z | Downloaded instant v0.1.12 |
849 | 2023-11-06T16:17:15.688Z | Downloaded console v0.15.7 |
850 | 2023-11-06T16:17:15.699Z | Downloaded hubpack_derive v0.1.1 |
851 | 2023-11-06T16:17:15.702Z | Downloaded blake2 v0.10.6 |
852 | 2023-11-06T16:17:15.710Z | Downloaded number_prefix v0.4.0 |
853 | 2023-11-06T16:17:15.714Z | Downloaded lazy_static v1.4.0 |
854 | 2023-11-06T16:17:15.718Z | Downloaded cfg-if v1.0.0 |
855 | 2023-11-06T16:17:15.724Z | Downloaded async-stream v0.3.5 |
856 | 2023-11-06T16:17:15.731Z | Downloaded foreign-types-shared v0.3.1 |
857 | 2023-11-06T16:17:15.734Z | Downloaded foreign-types-shared v0.1.1 |
858 | 2023-11-06T16:17:15.737Z | Downloaded async-recursion v1.0.5 |
859 | 2023-11-06T16:17:15.743Z | Downloaded lazycell v1.3.0 |
860 | 2023-11-06T16:17:15.748Z | Downloaded new_debug_unreachable v1.0.4 |
861 | 2023-11-06T16:17:15.751Z | Downloaded linear-map v1.2.0 |
862 | 2023-11-06T16:17:15.756Z | Downloaded keccak v0.1.4 |
863 | 2023-11-06T16:17:15.760Z | Downloaded signal-hook-tokio v0.3.1 |
864 | 2023-11-06T16:17:15.763Z | Downloaded httparse v1.8.0 |
865 | 2023-11-06T16:17:15.768Z | Downloaded ansi_term v0.12.1 |
866 | 2023-11-06T16:17:15.774Z | Downloaded scheduled-thread-pool v0.2.7 |
867 | 2023-11-06T16:17:15.777Z | Downloaded addr2line v0.21.0 |
868 | 2023-11-06T16:17:15.783Z | Downloaded aes-gcm-siv v0.11.1 |
869 | 2023-11-06T16:17:15.787Z | Downloaded foreign-types v0.3.2 |
870 | 2023-11-06T16:17:15.790Z | Downloaded num-complex v0.4.4 |
871 | 2023-11-06T16:17:15.795Z | Downloaded libtest-mimic v0.6.1 |
872 | 2023-11-06T16:17:15.800Z | Downloaded slog-scope v4.4.0 |
873 | 2023-11-06T16:17:15.803Z | Downloaded num_enum v0.7.0 |
874 | 2023-11-06T16:17:15.815Z | Downloaded try-lock v0.2.4 |
875 | 2023-11-06T16:17:15.818Z | Downloaded rustc_version v0.1.7 |
876 | 2023-11-06T16:17:15.821Z | Downloaded futures-task v0.3.29 |
877 | 2023-11-06T16:17:15.824Z | Downloaded rustc-hash v1.1.0 |
878 | 2023-11-06T16:17:15.828Z | Downloaded fragile v2.0.0 |
879 | 2023-11-06T16:17:15.832Z | Downloaded xattr v1.0.1 |
880 | 2023-11-06T16:17:15.836Z | Downloaded universal-hash v0.5.1 |
881 | 2023-11-06T16:17:15.839Z | Downloaded diesel_table_macro_syntax v0.1.0 |
882 | 2023-11-06T16:17:15.842Z | Downloaded flagset v0.4.3 |
883 | 2023-11-06T16:17:15.845Z | Downloaded crossbeam-epoch v0.9.15 |
884 | 2023-11-06T16:17:15.853Z | Downloaded float-cmp v0.9.0 |
885 | 2023-11-06T16:17:15.856Z | Downloaded serde-big-array v0.4.1 |
886 | 2023-11-06T16:17:15.860Z | Downloaded rtoolbox v0.0.1 |
887 | 2023-11-06T16:17:15.864Z | Downloaded usdt-macro v0.3.5 |
888 | 2023-11-06T16:17:15.868Z | Downloaded getopts v0.2.21 |
889 | 2023-11-06T16:17:15.899Z | Downloaded serde_with_macros v2.3.3 |
890 | 2023-11-06T16:17:15.902Z | Downloaded headers-core v0.2.0 |
891 | 2023-11-06T16:17:15.906Z | Downloaded plotters-svg v0.3.5 |
892 | 2023-11-06T16:17:15.909Z | Downloaded omicron-zone-package v0.8.3 |
893 | 2023-11-06T16:17:15.912Z | Downloaded fallible-streaming-iterator v0.1.9 |
894 | 2023-11-06T16:17:15.915Z | Downloaded indicatif v0.17.7 |
895 | 2023-11-06T16:17:15.918Z | Downloaded either v1.9.0 |
896 | 2023-11-06T16:17:15.921Z | Downloaded fxhash v0.2.1 |
897 | 2023-11-06T16:17:15.924Z | Downloaded oso-derive v0.27.0 |
898 | 2023-11-06T16:17:15.927Z | Downloaded futures-core v0.3.29 |
899 | 2023-11-06T16:17:15.929Z | Downloaded parse-display v0.7.0 |
900 | 2023-11-06T16:17:15.933Z | Downloaded tinyvec_macros v0.1.1 |
901 | 2023-11-06T16:17:15.936Z | Downloaded slog-json v2.6.1 |
902 | 2023-11-06T16:17:15.938Z | Downloaded rustc_version v0.4.0 |
903 | 2023-11-06T16:17:15.941Z | Downloaded fatfs v0.3.6 |
904 | 2023-11-06T16:17:15.944Z | Downloaded slog v2.7.0 |
905 | 2023-11-06T16:17:15.947Z | Downloaded funty v2.0.0 |
906 | 2023-11-06T16:17:15.949Z | Downloaded parking_lot v0.11.2 |
907 | 2023-11-06T16:17:15.954Z | Downloaded nom v7.1.3 |
908 | 2023-11-06T16:17:15.966Z | Downloaded pkg-config v0.3.27 |
909 | 2023-11-06T16:17:15.969Z | Downloaded percent-encoding v2.3.0 |
910 | 2023-11-06T16:17:15.972Z | Downloaded postcard-cobs v0.1.5-pre |
911 | 2023-11-06T16:17:15.975Z | Downloaded openssl-macros v0.1.1 |
912 | 2023-11-06T16:17:15.978Z | Downloaded difflib v0.4.0 |
913 | 2023-11-06T16:17:15.980Z | Downloaded ctr v0.9.2 |
914 | 2023-11-06T16:17:15.983Z | Downloaded fnv v1.0.7 |
915 | 2023-11-06T16:17:15.986Z | Downloaded rpassword v7.2.0 |
916 | 2023-11-06T16:17:15.990Z | Downloaded pkcs8 v0.10.2 |
917 | 2023-11-06T16:17:15.994Z | Downloaded snafu v0.7.5 |
918 | 2023-11-06T16:17:16.007Z | Downloaded thread_local v1.1.7 |
919 | 2023-11-06T16:17:16.010Z | Downloaded enum-as-inner v0.5.1 |
920 | 2023-11-06T16:17:16.013Z | Downloaded tinytemplate v1.2.1 |
921 | 2023-11-06T16:17:16.017Z | Downloaded smf v0.2.2 |
922 | 2023-11-06T16:17:16.021Z | Downloaded parse-display-derive v0.7.0 |
923 | 2023-11-06T16:17:16.024Z | Downloaded data-encoding v2.4.0 |
924 | 2023-11-06T16:17:16.027Z | Downloaded erased-serde v0.3.30 |
925 | 2023-11-06T16:17:16.030Z | Downloaded headers v0.3.9 |
926 | 2023-11-06T16:17:16.042Z | Downloaded structmeta v0.1.6 |
927 | 2023-11-06T16:17:16.045Z | Downloaded tower-service v0.3.2 |
928 | 2023-11-06T16:17:16.048Z | Downloaded pretty-hex v0.3.0 |
929 | 2023-11-06T16:17:16.051Z | Downloaded trybuild v1.0.85 |
930 | 2023-11-06T16:17:16.057Z | Downloaded termcolor v1.2.0 |
931 | 2023-11-06T16:17:16.061Z | Downloaded rustls-native-certs v0.6.3 |
932 | 2023-11-06T16:17:16.066Z | Downloaded time-macros v0.2.13 |
933 | 2023-11-06T16:17:16.070Z | Downloaded toolchain_find v0.2.0 |
934 | 2023-11-06T16:17:16.073Z | Downloaded precomputed-hash v0.1.1 |
935 | 2023-11-06T16:17:16.076Z | Downloaded tracing-attributes v0.1.26 |
936 | 2023-11-06T16:17:16.079Z | Downloaded static_assertions v1.1.0 |
937 | 2023-11-06T16:17:16.084Z | Downloaded digest v0.10.7 |
938 | 2023-11-06T16:17:16.087Z | Downloaded oorandom v11.1.3 |
939 | 2023-11-06T16:17:16.090Z | Downloaded libm v0.2.7 |
940 | 2023-11-06T16:17:16.108Z | Downloaded serial_test_derive v0.10.0 |
941 | 2023-11-06T16:17:16.111Z | Downloaded resolv-conf v0.7.0 |
942 | 2023-11-06T16:17:16.114Z | Downloaded version_check v0.9.4 |
943 | 2023-11-06T16:17:16.117Z | Downloaded take_mut v0.2.2 |
944 | 2023-11-06T16:17:16.120Z | Downloaded darling_macro v0.20.3 |
945 | 2023-11-06T16:17:16.123Z | Downloaded slog-stdlog v4.1.1 |
946 | 2023-11-06T16:17:16.126Z | Downloaded tungstenite v0.18.0 |
947 | 2023-11-06T16:17:16.129Z | Downloaded dashmap v5.5.1 |
948 | 2023-11-06T16:17:16.141Z | Downloaded dirs-sys-next v0.1.2 |
949 | 2023-11-06T16:17:16.145Z | Downloaded string_cache v0.8.7 |
950 | 2023-11-06T16:17:16.148Z | Downloaded phf_shared v0.10.0 |
951 | 2023-11-06T16:17:16.151Z | Downloaded rand_xorshift v0.3.0 |
952 | 2023-11-06T16:17:16.154Z | Downloaded synstructure v0.12.6 |
953 | 2023-11-06T16:17:16.157Z | Downloaded zeroize v1.6.0 |
954 | 2023-11-06T16:17:16.159Z | Downloaded vec_map v0.8.2 |
955 | 2023-11-06T16:17:16.162Z | Downloaded derive_builder v0.12.0 |
956 | 2023-11-06T16:17:16.165Z | Downloaded walkdir v2.4.0 |
957 | 2023-11-06T16:17:16.168Z | Downloaded tabled_derive v0.6.0 |
958 | 2023-11-06T16:17:16.171Z | Downloaded tempdir v0.3.7 |
959 | 2023-11-06T16:17:16.173Z | Downloaded darling v0.14.4 |
960 | 2023-11-06T16:17:16.177Z | Downloaded tiny-keccak v2.0.2 |
961 | 2023-11-06T16:17:16.183Z | Downloaded downcast v0.11.0 |
962 | 2023-11-06T16:17:16.187Z | Downloaded tap v1.0.1 |
963 | 2023-11-06T16:17:16.190Z | Downloaded datatest-stable v0.2.3 |
964 | 2023-11-06T16:17:16.193Z | Downloaded termtree v0.4.1 |
965 | 2023-11-06T16:17:16.196Z | Downloaded test-strategy v0.2.1 |
966 | 2023-11-06T16:17:16.199Z | Downloaded r2d2 v0.8.10 |
967 | 2023-11-06T16:17:16.201Z | Downloaded whoami v1.4.1 |
968 | 2023-11-06T16:17:16.204Z | Downloaded serde_tokenstream v0.2.0 |
969 | 2023-11-06T16:17:16.211Z | Downloaded spin v0.9.8 |
970 | 2023-11-06T16:17:16.216Z | Downloaded url v2.4.1 |
971 | 2023-11-06T16:17:16.222Z | Downloaded darling_macro v0.14.4 |
972 | 2023-11-06T16:17:16.225Z | Downloaded rand_core v0.6.4 |
973 | 2023-11-06T16:17:16.228Z | Downloaded trust-dns-server v0.22.1 |
974 | 2023-11-06T16:17:16.237Z | Downloaded strum_macros v0.25.2 |
975 | 2023-11-06T16:17:16.241Z | Downloaded group v0.13.0 |
976 | 2023-11-06T16:17:16.244Z | Downloaded env_logger v0.10.0 |
977 | 2023-11-06T16:17:16.250Z | Downloaded derive_builder_macro v0.12.0 |
978 | 2023-11-06T16:17:16.253Z | Downloaded strip-ansi-escapes v0.2.0 |
979 | 2023-11-06T16:17:16.256Z | Downloaded fallible-iterator v0.2.0 |
980 | 2023-11-06T16:17:16.260Z | Downloaded radium v0.7.0 |
981 | 2023-11-06T16:17:16.263Z | Downloaded textwrap v0.16.0 |
982 | 2023-11-06T16:17:16.266Z | Downloaded vergen v8.2.4 |
983 | 2023-11-06T16:17:16.269Z | Downloaded pin-utils v0.1.0 |
984 | 2023-11-06T16:17:16.272Z | Downloaded tracing v0.1.37 |
985 | 2023-11-06T16:17:16.279Z | Downloaded futures-macro v0.3.29 |
986 | 2023-11-06T16:17:16.282Z | Downloaded unsafe-libyaml v0.2.9 |
987 | 2023-11-06T16:17:16.288Z | Downloaded futures-sink v0.3.29 |
988 | 2023-11-06T16:17:16.291Z | Downloaded ppv-lite86 v0.2.17 |
989 | 2023-11-06T16:17:16.294Z | Downloaded zeroize_derive v1.4.2 |
990 | 2023-11-06T16:17:16.296Z | Downloaded display-error-chain v0.2.0 |
991 | 2023-11-06T16:17:16.299Z | Downloaded pest_meta v2.7.2 |
992 | 2023-11-06T16:17:16.302Z | Downloaded pem v1.1.1 |
993 | 2023-11-06T16:17:16.305Z | Downloaded unicode-xid v0.2.4 |
994 | 2023-11-06T16:17:16.307Z | Downloaded socket2 v0.5.4 |
995 | 2023-11-06T16:17:16.311Z | Downloaded diff v0.1.13 |
996 | 2023-11-06T16:17:16.317Z | Downloaded rsa v0.9.2 |
997 | 2023-11-06T16:17:16.327Z | Downloaded darling v0.20.3 |
998 | 2023-11-06T16:17:16.333Z | Downloaded trust-dns-client v0.22.0 |
999 | 2023-11-06T16:17:16.344Z | Downloaded derive_builder_core v0.12.0 |
1000 | 2023-11-06T16:17:16.348Z | Downloaded derive-where v1.2.5 |
1001 | 2023-11-06T16:17:16.356Z | Downloaded pest v2.7.2 |
1002 | 2023-11-06T16:17:16.366Z | Downloaded postgres-protocol v0.6.6 |
1003 | 2023-11-06T16:17:16.369Z | Downloaded predicates v3.0.4 |
1004 | 2023-11-06T16:17:16.374Z | Downloaded socket2 v0.4.9 |
1005 | 2023-11-06T16:17:16.378Z | Downloaded zip v0.6.6 |
1006 | 2023-11-06T16:17:16.386Z | Downloaded x509-cert v0.2.4 |
1007 | 2023-11-06T16:17:16.398Z | Downloaded subprocess v0.2.9 |
1008 | 2023-11-06T16:17:16.404Z | Downloaded trust-dns-resolver v0.22.0 |
1009 | 2023-11-06T16:17:16.412Z | Downloaded darling_core v0.20.3 |
1010 | 2023-11-06T16:17:16.421Z | Downloaded reedline v0.23.0 |
1011 | 2023-11-06T16:17:16.435Z | Downloaded derive_more v0.99.17 |
1012 | 2023-11-06T16:17:16.444Z | Downloaded toml_edit v0.19.15 |
1013 | 2023-11-06T16:17:16.475Z | Downloaded tough v0.12.5 |
1014 | 2023-11-06T16:17:16.490Z | Downloaded nix v0.26.2 |
1015 | 2023-11-06T16:17:16.511Z | Downloaded flate2 v1.0.28 |
1016 | 2023-11-06T16:17:16.521Z | Downloaded plotters v0.3.5 |
1017 | 2023-11-06T16:17:16.539Z | Downloaded petgraph v0.6.4 |
1018 | 2023-11-06T16:17:16.565Z | Downloaded rayon v1.8.0 |
1019 | 2023-11-06T16:17:16.581Z | Downloaded tabled v0.14.0 |
1020 | 2023-11-06T16:17:16.610Z | Downloaded rustls v0.21.8 |
1021 | 2023-11-06T16:17:16.633Z | Downloaded smoltcp v0.8.2 |
1022 | 2023-11-06T16:17:16.652Z | Downloaded regress v0.7.1 |
1023 | 2023-11-06T16:17:16.666Z | Downloaded diesel v2.1.3 |
1024 | 2023-11-06T16:17:16.700Z | Downloaded quick-xml v0.23.1 |
1025 | 2023-11-06T16:17:16.714Z | Downloaded regex-syntax v0.8.2 |
1026 | 2023-11-06T16:17:16.732Z | Downloaded gimli v0.28.0 |
1027 | 2023-11-06T16:17:16.747Z | Downloaded object v0.30.4 |
1028 | 2023-11-06T16:17:16.766Z | Downloaded syn v1.0.109 |
1029 | 2023-11-06T16:17:16.787Z | Downloaded proptest v1.3.1 |
1030 | 2023-11-06T16:17:16.805Z | Downloaded polar-core v0.27.0 |
1031 | 2023-11-06T16:17:16.822Z | Downloaded ratatui v0.23.0 |
1032 | 2023-11-06T16:17:16.845Z | Downloaded trust-dns-proto v0.22.0 |
1033 | 2023-11-06T16:17:16.869Z | Downloaded object v0.32.1 |
1034 | 2023-11-06T16:17:16.889Z | Downloaded regex-syntax v0.6.29 |
1035 | 2023-11-06T16:17:16.922Z | Downloaded openapiv3 v1.0.3 |
1036 | 2023-11-06T16:17:16.931Z | Downloaded regex-syntax v0.7.5 |
1037 | 2023-11-06T16:17:16.948Z | Downloaded bstr v1.6.0 |
1038 | 2023-11-06T16:17:16.970Z | Downloaded regex-automata v0.3.8 |
1039 | 2023-11-06T16:17:17.003Z | Downloaded zerocopy-derive v0.2.0 |
1040 | 2023-11-06T16:17:17.022Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1041 | 2023-11-06T16:17:17.047Z | Downloaded regex-automata v0.4.3 |
1042 | 2023-11-06T16:17:17.080Z | Downloaded regex v1.10.2 |
1043 | 2023-11-06T16:17:17.105Z | Downloaded zerocopy-derive v0.6.4 |
1044 | 2023-11-06T16:17:17.128Z | Downloaded tokio v1.33.0 |
1045 | 2023-11-06T16:17:17.200Z | Downloaded sha3 v0.10.8 |
1046 | 2023-11-06T16:17:17.210Z | Downloaded radix_trie v0.2.1 |
1047 | 2023-11-06T16:17:17.223Z | Downloaded sled v0.34.7 |
1048 | 2023-11-06T16:17:17.250Z | Downloaded idna v0.4.0 |
1049 | 2023-11-06T16:17:17.266Z | Downloaded vcpkg v0.2.15 |
1050 | 2023-11-06T16:17:17.361Z | Downloaded encoding_rs v0.8.33 |
1051 | 2023-11-06T16:17:17.398Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1052 | 2023-11-06T16:17:17.507Z | Downloaded smoltcp v0.9.1 |
1053 | 2023-11-06T16:17:17.531Z | Downloaded bstr v0.2.17 |
1054 | 2023-11-06T16:17:17.549Z | Downloaded curve25519-dalek v4.1.0 |
1055 | 2023-11-06T16:17:17.568Z | Downloaded git2 v0.17.2 |
1056 | 2023-11-06T16:17:17.584Z | Downloaded idna v0.2.3 |
1057 | 2023-11-06T16:17:17.598Z | Downloaded lalrpop v0.19.12 |
1058 | 2023-11-06T16:17:17.619Z | Downloaded futures-util v0.3.29 |
1059 | 2023-11-06T16:17:17.641Z | Downloaded rustix v0.38.9 |
1060 | 2023-11-06T16:17:17.683Z | Downloaded webpki-roots v0.25.2 |
1061 | 2023-11-06T16:17:17.691Z | Downloaded openssl v0.10.57 |
1062 | 2023-11-06T16:17:17.711Z | Downloaded chrono v0.4.31 |
1063 | 2023-11-06T16:17:17.725Z | Downloaded bindgen v0.65.1 |
1064 | 2023-11-06T16:17:17.740Z | Downloaded regex-automata v0.1.10 |
1065 | 2023-11-06T16:17:17.750Z | Downloaded prettyplease v0.2.12 |
1066 | 2023-11-06T16:17:17.755Z | Downloaded salty v0.2.0 |
1067 | 2023-11-06T16:17:17.765Z | Downloaded time v0.3.27 |
1068 | 2023-11-06T16:17:17.778Z | Downloaded portable-atomic v1.4.3 |
1069 | 2023-11-06T16:17:17.789Z | Downloaded tokio-util v0.7.10 |
1070 | 2023-11-06T16:17:17.800Z | Downloaded bitvec v1.0.1 |
1071 | 2023-11-06T16:17:17.829Z | Downloaded clap v2.34.0 |
1072 | 2023-11-06T16:17:17.842Z | Downloaded hyper v0.14.27 |
1073 | 2023-11-06T16:17:17.857Z | Downloaded serde_with v2.3.3 |
1074 | 2023-11-06T16:17:17.869Z | Downloaded steno v0.4.0 |
1075 | 2023-11-06T16:17:17.878Z | Downloaded h2 v0.3.21 |
1076 | 2023-11-06T16:17:17.891Z | Downloaded pretty_assertions v1.4.0 |
1077 | 2023-11-06T16:17:17.894Z | Downloaded rand v0.8.5 |
1078 | 2023-11-06T16:17:17.900Z | Downloaded libz-sys v1.1.12 |
1079 | 2023-11-06T16:17:18.015Z | Downloaded expectorate v1.1.0 |
1080 | 2023-11-06T16:17:18.019Z | Downloaded rusqlite v0.29.0 |
1081 | 2023-11-06T16:17:18.028Z | Downloaded tinyvec v1.6.0 |
1082 | 2023-11-06T16:17:18.033Z | Downloaded pkcs1 v0.7.5 |
1083 | 2023-11-06T16:17:18.036Z | Downloaded quick-error v1.2.3 |
1084 | 2023-11-06T16:17:18.039Z | Downloaded darling_core v0.14.4 |
1085 | 2023-11-06T16:17:18.051Z | Downloaded tungstenite v0.20.1 |
1086 | 2023-11-06T16:17:18.055Z | Downloaded hashbrown v0.12.3 |
1087 | 2023-11-06T16:17:18.059Z | Downloaded rustls-webpki v0.101.7 |
1088 | 2023-11-06T16:17:18.083Z | Downloaded reqwest v0.11.20 |
1089 | 2023-11-06T16:17:18.096Z | Downloaded crossterm v0.27.0 |
1090 | 2023-11-06T16:17:18.119Z | Downloaded parking_lot_core v0.9.8 |
1091 | 2023-11-06T16:17:18.122Z | Downloaded pin-project-lite v0.2.13 |
1092 | 2023-11-06T16:17:18.125Z | Downloaded stringprep v0.1.3 |
1093 | 2023-11-06T16:17:18.128Z | Downloaded tracing-core v0.1.31 |
1094 | 2023-11-06T16:17:18.131Z | Downloaded tar v0.4.40 |
1095 | 2023-11-06T16:17:18.136Z | Downloaded rayon-core v1.12.0 |
1096 | 2023-11-06T16:17:18.139Z | Downloaded der v0.7.8 |
1097 | 2023-11-06T16:17:18.142Z | Downloaded debug-ignore v1.0.5 |
1098 | 2023-11-06T16:17:18.145Z | Downloaded thiserror-impl-no-std v2.0.2 |
1099 | 2023-11-06T16:17:18.148Z | Downloaded predicates-tree v1.0.9 |
1100 | 2023-11-06T16:17:18.159Z | Downloaded phf_shared v0.11.2 |
1101 | 2023-11-06T16:17:18.163Z | Downloaded stable_deref_trait v1.2.0 |
1102 | 2023-11-06T16:17:18.166Z | Downloaded structmeta-derive v0.1.6 |
1103 | 2023-11-06T16:17:18.169Z | Downloaded rand v0.4.6 |
1104 | 2023-11-06T16:17:18.171Z | Downloaded ron v0.8.1 |
1105 | 2023-11-06T16:17:18.174Z | Downloaded unicode-normalization v0.1.22 |
1106 | 2023-11-06T16:17:18.179Z | Downloaded flume v0.11.0 |
1107 | 2023-11-06T16:17:18.182Z | Downloaded hkdf v0.12.3 |
1108 | 2023-11-06T16:17:18.185Z | Downloaded scopeguard v1.2.0 |
1109 | 2023-11-06T16:17:18.189Z | Downloaded serde_derive_internals v0.26.0 |
1110 | 2023-11-06T16:17:18.192Z | Downloaded predicates-core v1.0.6 |
1111 | 2023-11-06T16:17:18.195Z | Downloaded rusty-fork v0.3.0 |
1112 | 2023-11-06T16:17:18.198Z | Downloaded zerocopy v0.3.0 |
1113 | 2023-11-06T16:17:18.202Z | Downloaded subtle v2.5.0 |
1114 | 2023-11-06T16:17:18.205Z | Downloaded spki v0.7.2 |
1115 | 2023-11-06T16:17:18.208Z | Downloaded textwrap v0.11.0 |
1116 | 2023-11-06T16:17:18.215Z | Downloaded sha2 v0.10.8 |
1117 | 2023-11-06T16:17:18.218Z | Downloaded tokio-postgres v0.7.10 |
1118 | 2023-11-06T16:17:18.222Z | Downloaded hashbrown v0.13.2 |
1119 | 2023-11-06T16:17:18.225Z | Downloaded proc-macro-error v1.0.4 |
1120 | 2023-11-06T16:17:18.228Z | Downloaded openssl-sys v0.9.93 |
1121 | 2023-11-06T16:17:18.232Z | Downloaded rcgen v0.11.3 |
1122 | 2023-11-06T16:17:18.237Z | Downloaded aho-corasick v1.0.4 |
1123 | 2023-11-06T16:17:18.247Z | Downloaded vte v0.11.1 |
1124 | 2023-11-06T16:17:18.250Z | Downloaded toml v0.5.11 |
1125 | 2023-11-06T16:17:18.271Z | Downloaded dirs-next v2.0.0 |
1126 | 2023-11-06T16:17:18.273Z | Downloaded spin v0.5.2 |
1127 | 2023-11-06T16:17:18.276Z | Downloaded olpc-cjson v0.1.3 |
1128 | 2023-11-06T16:17:18.279Z | Downloaded strsim v0.8.0 |
1129 | 2023-11-06T16:17:18.282Z | Downloaded term v0.7.0 |
1130 | 2023-11-06T16:17:18.285Z | Downloaded predicates v2.1.5 |
1131 | 2023-11-06T16:17:18.287Z | Downloaded snafu-derive v0.7.5 |
1132 | 2023-11-06T16:17:18.290Z | Downloaded sct v0.7.0 |
1133 | 2023-11-06T16:17:18.294Z | Downloaded platforms v3.0.2 |
1134 | 2023-11-06T16:17:18.297Z | Downloaded structopt v0.3.26 |
1135 | 2023-11-06T16:17:18.304Z | Downloaded ring v0.17.5 |
1136 | 2023-11-06T16:17:18.447Z | Downloaded relative-path v1.9.0 |
1137 | 2023-11-06T16:17:18.450Z | Downloaded rand_chacha v0.3.1 |
1138 | 2023-11-06T16:17:18.454Z | Downloaded tempfile v3.8.0 |
1139 | 2023-11-06T16:17:18.457Z | Downloaded half v1.8.2 |
1140 | 2023-11-06T16:17:18.461Z | Downloaded tokio-rustls v0.24.1 |
1141 | 2023-11-06T16:17:18.464Z | Downloaded sha1 v0.10.5 |
1142 | 2023-11-06T16:17:18.467Z | Downloaded usdt v0.3.5 |
1143 | 2023-11-06T16:17:18.469Z | Downloaded tokio-stream v0.1.14 |
1144 | 2023-11-06T16:17:18.473Z | Downloaded pin-project v1.1.3 |
1145 | 2023-11-06T16:17:18.493Z | Downloaded vsss-rs v3.3.1 |
1146 | 2023-11-06T16:17:18.497Z | Downloaded uuid v1.4.1 |
1147 | 2023-11-06T16:17:18.504Z | Downloaded unicode-segmentation v1.10.1 |
1148 | 2023-11-06T16:17:18.510Z | Downloaded aes v0.8.3 |
1149 | 2023-11-06T16:17:18.516Z | Downloaded libsqlite3-sys v0.26.0 |
1150 | 2023-11-06T16:17:18.660Z | Downloaded usdt-attr-macro v0.3.5 |
1151 | 2023-11-06T16:17:18.663Z | Downloaded pest_derive v2.7.2 |
1152 | 2023-11-06T16:17:18.666Z | Downloaded partial-io v0.5.4 |
1153 | 2023-11-06T16:17:18.669Z | Downloaded crossterm v0.26.1 |
1154 | 2023-11-06T16:17:18.677Z | Downloaded ring v0.16.20 |
1155 | 2023-11-06T16:17:18.837Z | Downloaded tokio-tungstenite v0.18.0 |
1156 | 2023-11-06T16:17:18.840Z | Downloaded heapless v0.7.16 |
1157 | 2023-11-06T16:17:18.847Z | Downloaded proc-macro-error-attr v1.0.4 |
1158 | 2023-11-06T16:17:18.850Z | Downloaded topological-sort v0.2.2 |
1159 | 2023-11-06T16:17:18.853Z | Downloaded schemars_derive v0.8.13 |
1160 | 2023-11-06T16:17:18.856Z | Downloaded smawk v0.3.1 |
1161 | 2023-11-06T16:17:18.859Z | Downloaded itertools v0.11.0 |
1162 | 2023-11-06T16:17:18.866Z | Downloaded num-bigint-dig v0.8.4 |
1163 | 2023-11-06T16:17:18.874Z | Downloaded zerocopy v0.6.4 |
1164 | 2023-11-06T16:17:18.878Z | Downloaded proc-macro-crate v1.3.1 |
1165 | 2023-11-06T16:17:18.882Z | Downloaded termios v0.3.3 |
1166 | 2023-11-06T16:17:18.885Z | Downloaded vte_generate_state_changes v0.1.1 |
1167 | 2023-11-06T16:17:18.888Z | Downloaded pem-rfc7468 v0.7.0 |
1168 | 2023-11-06T16:17:18.891Z | Downloaded env_logger v0.9.3 |
1169 | 2023-11-06T16:17:18.893Z | Downloaded elliptic-curve v0.13.5 |
1170 | 2023-11-06T16:17:18.896Z | Downloaded criterion v0.5.1 |
1171 | 2023-11-06T16:17:18.909Z | Downloaded rustversion v1.0.14 |
1172 | 2023-11-06T16:17:18.913Z | Downloaded wyz v0.5.1 |
1173 | 2023-11-06T16:17:18.916Z | Downloaded password-hash v0.5.0 |
1174 | 2023-11-06T16:17:18.919Z | Downloaded waitgroup v0.1.2 |
1175 | 2023-11-06T16:17:18.921Z | Downloaded curve25519-dalek-derive v0.1.0 |
1176 | 2023-11-06T16:17:18.924Z | Downloaded twox-hash v1.6.3 |
1177 | 2023-11-06T16:17:18.927Z | Downloaded unicode-bidi v0.3.13 |
1178 | 2023-11-06T16:17:18.930Z | Downloaded hashlink v0.8.3 |
1179 | 2023-11-06T16:17:18.933Z | Downloaded toml v0.7.8 |
1180 | 2023-11-06T16:17:18.936Z | Downloaded serde_yaml v0.9.25 |
1181 | 2023-11-06T16:17:18.941Z | Downloaded pin-project-internal v1.1.3 |
1182 | 2023-11-06T16:17:18.944Z | Downloaded rustfmt-wrapper v0.2.0 |
1183 | 2023-11-06T16:17:18.946Z | Downloaded typenum v1.16.0 |
1184 | 2023-11-06T16:17:18.975Z | Downloaded same-file v1.0.6 |
1185 | 2023-11-06T16:17:18.978Z | Downloaded wait-timeout v0.2.0 |
1186 | 2023-11-06T16:17:18.981Z | Downloaded untrusted v0.9.0 |
1187 | 2023-11-06T16:17:18.984Z | Downloaded tokio-tungstenite v0.20.1 |
1188 | 2023-11-06T16:17:18.988Z | Downloaded postcard v0.7.3 |
1189 | 2023-11-06T16:17:18.991Z | Downloaded der_derive v0.7.2 |
1190 | 2023-11-06T16:17:18.994Z | Downloaded futures v0.3.29 |
1191 | 2023-11-06T16:17:18.997Z | Downloaded yasna v0.5.2 |
1192 | 2023-11-06T16:17:19.000Z | Downloaded mio v0.8.8 |
1193 | 2023-11-06T16:17:19.003Z | Downloaded dyn-clone v1.0.13 |
1194 | 2023-11-06T16:17:19.006Z | Downloaded thiserror-no-std v2.0.2 |
1195 | 2023-11-06T16:17:19.009Z | Downloaded diesel_derives v2.1.1 |
1196 | 2023-11-06T16:17:19.012Z | Downloaded ucd-trie v0.1.6 |
1197 | 2023-11-06T16:17:19.015Z | Downloaded serial_test v0.10.0 |
1198 | 2023-11-06T16:17:19.018Z | Downloaded openssl-probe v0.1.5 |
1199 | 2023-11-06T16:17:19.021Z | Downloaded opaque-debug v0.3.0 |
1200 | 2023-11-06T16:17:19.023Z | Downloaded doc-comment v0.3.3 |
1201 | 2023-11-06T16:17:19.026Z | Downloaded postgres-types v0.2.6 |
1202 | 2023-11-06T16:17:19.029Z | Downloaded oso v0.27.0 |
1203 | 2023-11-06T16:17:19.032Z | Downloaded pem v3.0.2 |
1204 | 2023-11-06T16:17:19.035Z | Downloaded paste v1.0.14 |
1205 | 2023-11-06T16:17:19.037Z | Downloaded dof v0.1.5 |
1206 | 2023-11-06T16:17:19.040Z | Downloaded path-slash v0.1.5 |
1207 | 2023-11-06T16:17:19.043Z | Downloaded endian-type v0.1.2 |
1208 | 2023-11-06T16:17:19.046Z | Downloaded const_format v0.2.31 |
1209 | 2023-11-06T16:17:19.048Z | Downloaded base64 v0.13.1 |
1210 | 2023-11-06T16:17:19.051Z | Downloaded want v0.3.1 |
1211 | 2023-11-06T16:17:19.054Z | Downloaded poly1305 v0.8.0 |
1212 | 2023-11-06T16:17:19.057Z | Downloaded dtrace-parser v0.1.14 |
1213 | 2023-11-06T16:17:19.062Z | Downloaded parking_lot v0.12.1 |
1214 | 2023-11-06T16:17:19.066Z | Downloaded papergrid v0.10.0 |
1215 | 2023-11-06T16:17:19.071Z | Downloaded owo-colors v3.5.0 |
1216 | 2023-11-06T16:17:19.073Z | Downloaded hash32 v0.2.1 |
1217 | 2023-11-06T16:17:19.076Z | Downloaded semver-parser v0.10.2 |
1218 | 2023-11-06T16:17:19.079Z | Downloaded secrecy v0.8.0 |
1219 | 2023-11-06T16:17:19.082Z | Downloaded pretty-hex v0.2.1 |
1220 | 2023-11-06T16:17:19.085Z | Downloaded path-dedot v3.1.0 |
1221 | 2023-11-06T16:17:19.088Z | Downloaded path-absolutize v3.1.0 |
1222 | 2023-11-06T16:17:19.092Z | Downloaded serde_tokenstream v0.1.7 |
1223 | 2023-11-06T16:17:19.096Z | Downloaded signal-hook v0.3.17 |
1224 | 2023-11-06T16:17:19.100Z | Downloaded which v4.4.0 |
1225 | 2023-11-06T16:17:19.103Z | Downloaded strum_macros v0.24.3 |
1226 | 2023-11-06T16:17:19.106Z | Downloaded packed_struct v0.10.1 |
1227 | 2023-11-06T16:17:19.108Z | Downloaded unicase v2.7.0 |
1228 | 2023-11-06T16:17:19.111Z | Downloaded once_cell v1.18.0 |
1229 | 2023-11-06T16:17:19.114Z | Downloaded crypto-bigint v0.5.2 |
1230 | 2023-11-06T16:17:19.116Z | Downloaded libxml v0.3.3 |
1231 | 2023-11-06T16:17:19.120Z | Downloaded rstest_macros v0.18.2 |
1232 | 2023-11-06T16:17:19.123Z | Downloaded slog-envlogger v2.2.0 |
1233 | 2023-11-06T16:17:19.127Z | Downloaded getrandom v0.2.10 |
1234 | 2023-11-06T16:17:19.132Z | Downloaded futures-channel v0.3.29 |
1235 | 2023-11-06T16:17:19.137Z | Downloaded num-bigint v0.4.4 |
1236 | 2023-11-06T16:17:19.141Z | Downloaded peeking_take_while v0.1.2 |
1237 | 2023-11-06T16:17:19.145Z | Downloaded time-core v0.1.1 |
1238 | 2023-11-06T16:17:19.150Z | Downloaded tokio-native-tls v0.3.1 |
1239 | 2023-11-06T16:17:19.153Z | Downloaded polyval v0.6.1 |
1240 | 2023-11-06T16:17:19.157Z | Downloaded itertools v0.10.5 |
1241 | 2023-11-06T16:17:19.160Z | Downloaded utf-8 v0.7.6 |
1242 | 2023-11-06T16:17:19.164Z | Downloaded tui-tree-widget v0.13.0 |
1243 | 2023-11-06T16:17:19.167Z | Downloaded plotters-backend v0.3.5 |
1244 | 2023-11-06T16:17:19.170Z | Downloaded ena v0.14.2 |
1245 | 2023-11-06T16:17:19.174Z | Downloaded yansi v0.5.1 |
1246 | 2023-11-06T16:17:19.176Z | Downloaded smallvec v1.11.0 |
1247 | 2023-11-06T16:17:19.180Z | Downloaded parking_lot_core v0.8.6 |
1248 | 2023-11-06T16:17:19.183Z | Downloaded unicode-width v0.1.11 |
1249 | 2023-11-06T16:17:19.187Z | Downloaded siphasher v0.3.11 |
1250 | 2023-11-06T16:17:19.190Z | Downloaded similar v2.2.1 |
1251 | 2023-11-06T16:17:19.193Z | Downloaded num-traits v0.2.16 |
1252 | 2023-11-06T16:17:19.201Z | Downloaded ed25519 v1.5.3 |
1253 | 2023-11-06T16:17:19.204Z | Downloaded globset v0.4.13 |
1254 | 2023-11-06T16:17:19.207Z | Downloaded arc-swap v1.6.0 |
1255 | 2023-11-06T16:17:19.209Z | Downloaded allocator-api2 v0.2.16 |
1256 | 2023-11-06T16:17:19.212Z | Downloaded schemars v0.8.13 |
1257 | 2023-11-06T16:17:19.227Z | Downloaded indexmap v1.9.3 |
1258 | 2023-11-06T16:17:19.233Z | Downloaded cc v1.0.83 |
1259 | 2023-11-06T16:17:19.238Z | Downloaded usdt-impl v0.3.5 |
1260 | 2023-11-06T16:17:19.240Z | Downloaded serde_urlencoded v0.7.1 |
1261 | 2023-11-06T16:17:19.244Z | Downloaded untrusted v0.7.1 |
1262 | 2023-11-06T16:17:19.247Z | Downloaded threadpool v1.8.1 |
1263 | 2023-11-06T16:17:19.252Z | Downloaded thread-id v4.2.0 |
1264 | 2023-11-06T16:17:19.255Z | Downloaded serde_path_to_error v0.1.14 |
1265 | 2023-11-06T16:17:19.257Z | Downloaded serde-hex v0.1.0 |
1266 | 2023-11-06T16:17:19.260Z | Downloaded ref-cast-impl v1.0.20 |
1267 | 2023-11-06T16:17:19.263Z | Downloaded ref-cast v1.0.20 |
1268 | 2023-11-06T16:17:19.265Z | Downloaded glob v0.3.1 |
1269 | 2023-11-06T16:17:19.269Z | Downloaded crossbeam-channel v0.5.8 |
1270 | 2023-11-06T16:17:19.271Z | Downloaded structopt-derive v0.4.18 |
1271 | 2023-11-06T16:17:19.274Z | Downloaded unarray v0.1.4 |
1272 | 2023-11-06T16:17:19.277Z | Downloaded chacha20poly1305 v0.10.1 |
1273 | 2023-11-06T16:17:19.280Z | Downloaded heck v0.3.3 |
1274 | 2023-11-06T16:17:19.283Z | Downloaded futures-executor v0.3.29 |
1275 | 2023-11-06T16:17:19.286Z | Downloaded tokio-macros v2.1.0 |
1276 | 2023-11-06T16:17:19.290Z | Downloaded slog-term v2.9.0 |
1277 | 2023-11-06T16:17:19.292Z | Downloaded ron v0.7.1 |
1278 | 2023-11-06T16:17:19.295Z | Downloaded minimal-lexical v0.2.1 |
1279 | 2023-11-06T16:17:19.298Z | Downloaded unicode-linebreak v0.1.5 |
1280 | 2023-11-06T16:17:19.301Z | Downloaded futures-io v0.3.29 |
1281 | 2023-11-06T16:17:19.304Z | Downloaded fs-err v2.9.0 |
1282 | 2023-11-06T16:17:19.306Z | Downloaded fastrand v2.0.0 |
1283 | 2023-11-06T16:17:19.309Z | Downloaded deranged v0.3.8 |
1284 | 2023-11-06T16:17:19.312Z | Downloaded rstest v0.18.2 |
1285 | 2023-11-06T16:17:19.316Z | Downloaded packed_struct_codegen v0.10.1 |
1286 | 2023-11-06T16:17:19.319Z | Downloaded generic-array v0.14.7 |
1287 | 2023-11-06T16:17:19.323Z | Downloaded pest_generator v2.7.2 |
1288 | 2023-11-06T16:17:19.326Z | Downloaded futures-timer v3.0.2 |
1289 | 2023-11-06T16:17:19.329Z | Downloaded fd-lock v3.0.13 |
1290 | 2023-11-06T16:17:19.332Z | Downloaded nu-ansi-term v0.49.0 |
1291 | 2023-11-06T16:17:19.334Z | Downloaded phf v0.11.2 |
1292 | 2023-11-06T16:17:19.337Z | Downloaded slog-dtrace v0.2.3 |
1293 | 2023-11-06T16:17:19.340Z | Downloaded miniz_oxide v0.7.1 |
1294 | 2023-11-06T16:17:19.343Z | Downloaded bytes v1.5.0 |
1295 | 2023-11-06T16:17:19.347Z | Downloaded backtrace v0.3.69 |
1296 | 2023-11-06T16:17:19.356Z | Downloaded slog-bunyan v2.4.0 |
1297 | 2023-11-06T16:17:19.362Z | Downloaded zone v0.2.0 |
1298 | 2023-11-06T16:17:19.365Z | Downloaded strum v0.25.0 |
1299 | 2023-11-06T16:17:19.368Z | Downloaded serde-big-array v0.5.1 |
1300 | 2023-11-06T16:17:19.370Z | Downloaded form_urlencoded v1.2.0 |
1301 | 2023-11-06T16:17:19.373Z | Downloaded fixedbitset v0.4.2 |
1302 | 2023-11-06T16:17:19.376Z | Downloaded ff v0.13.0 |
1303 | 2023-11-06T16:17:19.379Z | Downloaded shell-words v1.1.0 |
1304 | 2023-11-06T16:17:19.382Z | Downloaded filetime v0.2.22 |
1305 | 2023-11-06T16:17:19.385Z | Downloaded signature v1.6.4 |
1306 | 2023-11-06T16:17:19.388Z | Downloaded signal-hook-mio v0.2.3 |
1307 | 2023-11-06T16:17:19.391Z | Downloaded cexpr v0.6.0 |
1308 | 2023-11-06T16:17:19.393Z | Downloaded slab v0.4.9 |
1309 | 2023-11-06T16:17:19.396Z | Downloaded signature v2.1.0 |
1310 | 2023-11-06T16:17:19.399Z | Downloaded mockall_derive v0.11.4 |
1311 | 2023-11-06T16:17:19.401Z | Downloaded arrayvec v0.7.4 |
1312 | 2023-11-06T16:17:19.405Z | Downloaded smallvec v0.6.14 |
1313 | 2023-11-06T16:17:19.408Z | Downloaded slog-async v2.8.0 |
1314 | 2023-11-06T16:17:19.411Z | Downloaded rustc-demangle v0.1.23 |
1315 | 2023-11-06T16:17:19.414Z | Downloaded ringbuffer v0.15.0 |
1316 | 2023-11-06T16:17:19.416Z | Downloaded num-rational v0.4.1 |
1317 | 2023-11-06T16:17:19.419Z | Downloaded base64ct v1.6.0 |
1318 | 2023-11-06T16:17:19.422Z | Downloaded ipnetwork v0.20.0 |
1319 | 2023-11-06T16:17:19.425Z | Downloaded num-iter v0.1.43 |
1320 | 2023-11-06T16:17:19.428Z | Downloaded base64 v0.21.5 |
1321 | 2023-11-06T16:17:19.431Z | Downloaded log v0.4.20 |
1322 | 2023-11-06T16:17:19.433Z | Downloaded semver v0.11.0 |
1323 | 2023-11-06T16:17:19.439Z | Downloaded remove_dir_all v0.5.3 |
1324 | 2023-11-06T16:17:19.444Z | Downloaded serde_plain v1.0.2 |
1325 | 2023-11-06T16:17:19.448Z | Downloaded serde_arrays v0.1.0 |
1326 | 2023-11-06T16:17:19.453Z | Downloaded semver v0.1.20 |
1327 | 2023-11-06T16:17:19.458Z | Downloaded cookie v0.16.2 |
1328 | 2023-11-06T16:17:19.461Z | Downloaded const_format_proc_macros v0.2.31 |
1329 | 2023-11-06T16:17:19.465Z | Downloaded similar-asserts v1.5.0 |
1330 | 2023-11-06T16:17:19.468Z | Downloaded signal-hook-registry v1.4.1 |
1331 | 2023-11-06T16:17:19.471Z | Downloaded native-tls v0.2.11 |
1332 | 2023-11-06T16:17:19.474Z | Downloaded is-terminal v0.4.9 |
1333 | 2023-11-06T16:17:19.477Z | Downloaded crossbeam-utils v0.8.16 |
1334 | 2023-11-06T16:17:19.481Z | Downloaded const-oid v0.9.5 |
1335 | 2023-11-06T16:17:19.484Z | Downloaded ciborium v0.2.1 |
1336 | 2023-11-06T16:17:19.487Z | Downloaded bzip2 v0.4.4 |
1337 | 2023-11-06T16:17:19.490Z | Downloaded blake2b_simd v1.0.1 |
1338 | 2023-11-06T16:17:19.493Z | Downloaded rustls-pemfile v1.0.3 |
1339 | 2023-11-06T16:17:19.496Z | Downloaded rust-argon2 v1.0.1 |
1340 | 2023-11-06T16:17:19.501Z | Downloaded num_enum_derive v0.7.0 |
1341 | 2023-11-06T16:17:19.504Z | Downloaded impl-trait-for-tuples v0.2.2 |
1342 | 2023-11-06T16:17:19.508Z | Downloaded num_cpus v1.16.0 |
1343 | 2023-11-06T16:17:19.511Z | Downloaded num-derive v0.4.0 |
1344 | 2023-11-06T16:17:19.514Z | Downloaded indoc v2.0.3 |
1345 | 2023-11-06T16:17:19.520Z | Downloaded bytesize v1.3.0 |
1346 | 2023-11-06T16:17:19.525Z | Downloaded bytecount v0.6.3 |
1347 | 2023-11-06T16:17:19.529Z | Downloaded maybe-uninit v2.0.0 |
1348 | 2023-11-06T16:17:19.532Z | Downloaded shlex v1.1.0 |
1349 | 2023-11-06T16:17:19.535Z | Downloaded num_enum_derive v0.5.11 |
1350 | 2023-11-06T16:17:19.538Z | Downloaded num_enum v0.5.11 |
1351 | 2023-11-06T16:17:19.542Z | Downloaded managed v0.8.0 |
1352 | 2023-11-06T16:17:19.544Z | Downloaded constant_time_eq v0.2.6 |
1353 | 2023-11-06T16:17:19.548Z | Downloaded memoffset v0.9.0 |
1354 | 2023-11-06T16:17:19.550Z | Downloaded colored v2.0.4 |
1355 | 2023-11-06T16:17:19.605Z | Downloaded maplit v1.0.2 |
1356 | 2023-11-06T16:17:19.607Z | Downloaded libefi-sys v0.1.0 |
1357 | 2023-11-06T16:17:19.611Z | Downloaded zone_cfg_derive v0.2.0 |
1358 | 2023-11-06T16:17:19.614Z | Downloaded http v0.2.9 |
1359 | 2023-11-06T16:17:19.617Z | Downloaded hmac v0.12.1 |
1360 | 2023-11-06T16:17:19.620Z | Downloaded crossbeam-deque v0.8.3 |
1361 | 2023-11-06T16:17:19.623Z | Downloaded criterion-plot v0.5.0 |
1362 | 2023-11-06T16:17:19.626Z | Downloaded hyper-staticfile v0.9.5 |
1363 | 2023-11-06T16:17:19.628Z | Downloaded macaddr v1.0.1 |
1364 | 2023-11-06T16:17:19.632Z | Downloaded corncobs v0.1.3 |
1365 | 2023-11-06T16:17:19.634Z | Downloaded cassowary v0.3.0 |
1366 | 2023-11-06T16:17:19.650Z | Downloaded anes v0.1.6 |
1367 | 2023-11-06T16:17:19.655Z | Downloaded num-integer v0.1.45 |
1368 | 2023-11-06T16:17:19.658Z | Downloaded num v0.4.1 |
1369 | 2023-11-06T16:17:19.664Z | Downloaded newline-converter v0.3.0 |
1370 | 2023-11-06T16:17:19.668Z | Downloaded mime_guess v2.0.4 |
1371 | 2023-11-06T16:17:19.671Z | Downloaded basic-toml v0.1.4 |
1372 | 2023-11-06T16:17:19.673Z | Downloaded foreign-types-macros v0.2.3 |
1373 | 2023-11-06T16:17:19.676Z | Downloaded foreign-types v0.5.0 |
1374 | 2023-11-06T16:17:19.679Z | Downloaded cstr-argument v0.1.2 |
1375 | 2023-11-06T16:17:19.682Z | Downloaded crypto-common v0.1.6 |
1376 | 2023-11-06T16:17:19.684Z | Downloaded crunchy v0.2.2 |
1377 | 2023-11-06T16:17:19.687Z | Downloaded crucible-workspace-hack v0.1.0 |
1378 | 2023-11-06T16:17:19.690Z | Downloaded adler v1.0.2 |
1379 | 2023-11-06T16:17:19.693Z | Downloaded lock_api v0.4.10 |
1380 | 2023-11-06T16:17:19.701Z | Downloaded inout v0.1.3 |
1381 | 2023-11-06T16:17:19.704Z | Downloaded iana-time-zone v0.1.57 |
1382 | 2023-11-06T16:17:19.708Z | Downloaded hyper-tls v0.5.0 |
1383 | 2023-11-06T16:17:19.712Z | Downloaded humantime v2.1.0 |
1384 | 2023-11-06T16:17:19.715Z | Downloaded crc32fast v1.3.2 |
1385 | 2023-11-06T16:17:19.720Z | Downloaded cpufeatures v0.2.9 |
1386 | 2023-11-06T16:17:19.732Z | Downloaded convert_case v0.4.0 |
1387 | 2023-11-06T16:17:19.735Z | Downloaded cfg-if v0.1.10 |
1388 | 2023-11-06T16:17:19.738Z | Downloaded cast v0.3.0 |
1389 | 2023-11-06T16:17:19.741Z | Downloaded bb8 v0.8.1 |
1390 | 2023-11-06T16:17:19.744Z | Downloaded constant_time_eq v0.3.0 |
1391 | 2023-11-06T16:17:19.747Z | Downloaded serde_repr v0.1.16 |
1392 | 2023-11-06T16:17:19.749Z | Downloaded jobserver v0.1.26 |
1393 | 2023-11-06T16:17:19.752Z | Downloaded indoc v1.0.9 |
1394 | 2023-11-06T16:17:19.755Z | Downloaded httpdate v1.0.3 |
1395 | 2023-11-06T16:17:19.758Z | Downloaded http-body v0.4.5 |
1396 | 2023-11-06T16:17:19.762Z | Downloaded num_threads v0.1.6 |
1397 | 2023-11-06T16:17:19.768Z | Downloaded chacha20 v0.9.1 |
1398 | 2023-11-06T16:17:19.771Z | Downloaded cancel-safe-futures v0.1.5 |
1399 | 2023-11-06T16:17:19.774Z | Downloaded bit_field v0.10.2 |
1400 | 2023-11-06T16:17:19.777Z | Downloaded backoff v0.4.0 |
1401 | 2023-11-06T16:17:19.780Z | Downloaded normalize-line-endings v0.3.0 |
1402 | 2023-11-06T16:17:19.782Z | Downloaded ipnet v2.8.0 |
1403 | 2023-11-06T16:17:19.785Z | Downloaded hyper-rustls v0.24.2 |
1404 | 2023-11-06T16:17:19.788Z | Downloaded hex-literal v0.4.1 |
1405 | 2023-11-06T16:17:19.791Z | Downloaded camino-tempfile v1.0.2 |
1406 | 2023-11-06T16:17:19.794Z | Downloaded argon2 v0.5.2 |
1407 | 2023-11-06T16:17:19.797Z | Downloaded multer v2.1.0 |
1408 | 2023-11-06T16:17:19.800Z | Downloaded mockall v0.11.4 |
1409 | 2023-11-06T16:17:19.802Z | Downloaded hostname v0.3.1 |
1410 | 2023-11-06T16:17:19.805Z | Downloaded byteorder v1.5.0 |
1411 | 2023-11-06T16:17:19.808Z | Downloaded crc v3.0.1 |
1412 | 2023-11-06T16:17:19.812Z | Downloaded array-init v0.0.4 |
1413 | 2023-11-06T16:17:19.815Z | Downloaded match_cfg v0.1.0 |
1414 | 2023-11-06T16:17:19.818Z | Downloaded aead v0.5.2 |
1415 | 2023-11-06T16:17:19.831Z | Downloaded mime v0.3.17 |
1416 | 2023-11-06T16:17:19.833Z | Downloaded md-5 v0.10.5 |
1417 | 2023-11-06T16:17:19.836Z | Downloaded lru-cache v0.1.2 |
1418 | 2023-11-06T16:17:19.839Z | Downloaded matches v0.1.10 |
1419 | 2023-11-06T16:17:19.842Z | Downloaded ident_case v1.0.1 |
1420 | 2023-11-06T16:17:19.844Z | Downloaded hubpack v0.1.2 |
1421 | 2023-11-06T16:17:19.848Z | Downloaded ciborium-ll v0.2.1 |
1422 | 2023-11-06T16:17:19.851Z | Downloaded crossbeam-queue v0.3.8 |
1423 | 2023-11-06T16:17:19.853Z | Downloaded libloading v0.7.4 |
1424 | 2023-11-06T16:17:19.856Z | Downloaded buf-list v1.0.3 |
1425 | 2023-11-06T16:17:19.861Z | Downloaded block-buffer v0.10.4 |
1426 | 2023-11-06T16:17:19.869Z | Downloaded nibble_vec v0.1.0 |
1427 | 2023-11-06T16:17:19.879Z | Downloaded newtype_derive v0.1.6 |
1428 | 2023-11-06T16:17:19.882Z | Downloaded memoffset v0.7.1 |
1429 | 2023-11-06T16:17:19.884Z | Downloaded lalrpop-util v0.19.12 |
1430 | 2023-11-06T16:17:19.887Z | Downloaded httptest v0.15.4 |
1431 | 2023-11-06T16:17:19.890Z | Downloaded highway v1.1.0 |
1432 | 2023-11-06T16:17:19.894Z | Downloaded crc-catalog v2.2.0 |
1433 | 2023-11-06T16:17:19.897Z | Downloaded bitflags v2.4.0 |
1434 | 2023-11-06T16:17:19.900Z | Downloaded bit-vec v0.6.3 |
1435 | 2023-11-06T16:17:19.905Z | Downloaded bitfield v0.14.0 |
1436 | 2023-11-06T16:17:19.913Z | Downloaded atomic-waker v1.1.1 |
1437 | 2023-11-06T16:17:19.916Z | Downloaded ascii v1.1.0 |
1438 | 2023-11-06T16:17:19.919Z | Downloaded clang-sys v1.6.1 |
1439 | 2023-11-06T16:17:19.924Z | Downloaded block-padding v0.3.3 |
1440 | 2023-11-06T16:17:19.926Z | Downloaded bincode v1.3.3 |
1441 | 2023-11-06T16:17:19.930Z | Downloaded crossbeam v0.8.2 |
1442 | 2023-11-06T16:17:19.933Z | Downloaded bitstruct v0.1.1 |
1443 | 2023-11-06T16:17:19.937Z | Downloaded bit-set v0.5.3 |
1444 | 2023-11-06T16:17:19.940Z | Downloaded assert_cmd v2.0.12 |
1445 | 2023-11-06T16:17:19.943Z | Downloaded assert_matches v1.5.0 |
1446 | 2023-11-06T16:17:19.946Z | Downloaded arrayref v0.3.7 |
1447 | 2023-11-06T16:17:19.949Z | Downloaded bitstruct_derive v0.1.0 |
1448 | 2023-11-06T16:17:19.952Z | Downloaded atty v0.2.14 |
1449 | 2023-11-06T16:17:19.959Z | Downloaded async-trait v0.1.74 |
1450 | 2023-11-06T16:17:19.965Z | Downloaded ascii-canvas v3.0.0 |
1451 | 2023-11-06T16:17:19.968Z | Downloaded approx v0.5.1 |
1452 | 2023-11-06T16:17:19.972Z | Downloaded ahash v0.8.3 |
1453 | 2023-11-06T16:17:20.545Z | Compiling proc-macro2 v1.0.67 |
1454 | 2023-11-06T16:17:20.548Z | Compiling serde v1.0.188 |
1455 | 2023-11-06T16:17:20.551Z | Compiling autocfg v1.1.0 |
1456 | 2023-11-06T16:17:20.555Z | Compiling version_check v0.9.4 |
1457 | 2023-11-06T16:17:20.559Z | Compiling syn v1.0.109 |
1458 | 2023-11-06T16:17:20.571Z | Compiling parking_lot_core v0.9.8 |
1459 | 2023-11-06T16:17:20.578Z | Compiling libm v0.2.7 |
1460 | 2023-11-06T16:17:20.603Z | Compiling libc v0.2.149 |
1461 | 2023-11-06T16:17:21.069Z | Compiling cfg-if v1.0.0 |
1462 | 2023-11-06T16:17:21.116Z | Compiling futures-core v0.3.29 |
1463 | 2023-11-06T16:17:21.187Z | Compiling once_cell v1.18.0 |
1464 | 2023-11-06T16:17:21.345Z | Compiling typenum v1.16.0 |
1465 | 2023-11-06T16:17:21.579Z | Compiling ahash v0.8.3 |
1466 | 2023-11-06T16:17:21.582Z | Compiling generic-array v0.14.7 |
1467 | 2023-11-06T16:17:21.708Z | Compiling lock_api v0.4.10 |
1468 | 2023-11-06T16:17:21.804Z | Compiling num-traits v0.2.16 |
1469 | 2023-11-06T16:17:21.975Z | Compiling quote v1.0.33 |
1470 | 2023-11-06T16:17:22.343Z | Compiling slab v0.4.9 |
1471 | 2023-11-06T16:17:22.427Z | Compiling futures-task v0.3.29 |
1472 | 2023-11-06T16:17:22.868Z | Compiling syn v2.0.32 |
1473 | 2023-11-06T16:17:22.957Z | Compiling jobserver v0.1.26 |
1474 | 2023-11-06T16:17:23.276Z | Compiling futures-channel v0.3.29 |
1475 | 2023-11-06T16:17:23.567Z | Compiling cc v1.0.83 |
1476 | 2023-11-06T16:17:23.588Z | Compiling futures-util v0.3.29 |
1477 | 2023-11-06T16:17:23.607Z | Compiling pkg-config v0.3.27 |
1478 | 2023-11-06T16:17:23.799Z | Compiling memchr v2.6.3 |
1479 | 2023-11-06T16:17:23.824Z | Compiling vcpkg v0.2.15 |
1480 | 2023-11-06T16:17:24.058Z | Compiling itoa v1.0.9 |
1481 | 2023-11-06T16:17:24.133Z | Compiling log v0.4.20 |
1482 | 2023-11-06T16:17:24.434Z | Compiling schemars v0.8.13 |
1483 | 2023-11-06T16:17:24.848Z | Compiling serde_json v1.0.107 |
1484 | 2023-11-06T16:17:25.428Z | Compiling httparse v1.8.0 |
1485 | 2023-11-06T16:17:25.587Z | Compiling ryu v1.0.15 |
1486 | 2023-11-06T16:17:25.765Z | Compiling indexmap v1.9.3 |
1487 | 2023-11-06T16:17:25.983Z | Compiling getrandom v0.2.10 |
1488 | 2023-11-06T16:17:26.114Z | Compiling allocator-api2 v0.2.16 |
1489 | 2023-11-06T16:17:26.168Z | Compiling rustix v0.38.9 |
1490 | 2023-11-06T16:17:26.519Z | Compiling equivalent v1.0.1 |
1491 | 2023-11-06T16:17:26.640Z | Compiling rustls v0.21.8 |
1492 | 2023-11-06T16:17:26.667Z | Compiling fnv v1.0.7 |
1493 | 2023-11-06T16:17:26.736Z | Compiling openssl v0.10.57 |
1494 | 2023-11-06T16:17:26.849Z | Compiling aho-corasick v1.0.4 |
1495 | 2023-11-06T16:17:27.005Z | Compiling regex-syntax v0.8.2 |
1496 | 2023-11-06T16:17:27.294Z | Compiling hashbrown v0.14.0 |
1497 | 2023-11-06T16:17:27.411Z | Compiling unicode-xid v0.2.4 |
1498 | 2023-11-06T16:17:27.668Z | Compiling native-tls v0.2.11 |
1499 | 2023-11-06T16:17:28.095Z | Compiling ucd-trie v0.1.6 |
1500 | 2023-11-06T16:17:28.301Z | Compiling ring v0.16.20 |
1501 | 2023-11-06T16:17:28.901Z | Compiling ring v0.17.5 |
1502 | 2023-11-06T16:17:29.267Z | Compiling openssl-sys v0.9.93 |
1503 | 2023-11-06T16:17:30.541Z | Compiling backtrace v0.3.69 |
1504 | 2023-11-06T16:17:31.119Z | Compiling async-trait v0.1.74 |
1505 | 2023-11-06T16:17:31.651Z | Compiling anyhow v1.0.75 |
1506 | 2023-11-06T16:17:32.363Z | Compiling rustversion v1.0.14 |
1507 | 2023-11-06T16:17:32.501Z | Compiling crossbeam-utils v0.8.16 |
1508 | 2023-11-06T16:17:33.045Z | Compiling regex-automata v0.4.3 |
1509 | 2023-11-06T16:17:33.105Z | Compiling slog v2.7.0 |
1510 | 2023-11-06T16:17:33.155Z | Compiling iana-time-zone v0.1.57 |
1511 | 2023-11-06T16:17:33.675Z | Compiling time-core v0.1.1 |
1512 | 2023-11-06T16:17:33.788Z | Compiling byteorder v1.5.0 |
1513 | 2023-11-06T16:17:33.960Z | Compiling time-macros v0.2.13 |
1514 | 2023-11-06T16:17:34.548Z | Compiling serde_derive_internals v0.26.0 |
1515 | 2023-11-06T16:17:35.329Z | Compiling synstructure v0.12.6 |
1516 | 2023-11-06T16:17:36.523Z | Compiling dyn-clone v1.0.13 |
1517 | 2023-11-06T16:17:36.808Z | Compiling hashbrown v0.13.2 |
1518 | 2023-11-06T16:17:37.300Z | Compiling usdt-impl v0.3.5 |
1519 | 2023-11-06T16:17:37.919Z | Compiling scopeguard v1.2.0 |
1520 | 2023-11-06T16:17:37.964Z | Compiling unicode-width v0.1.11 |
1521 | 2023-11-06T16:17:38.188Z | Compiling thread-id v4.2.0 |
1522 | 2023-11-06T16:17:38.344Z | Compiling strsim v0.10.0 |
1523 | 2023-11-06T16:17:38.522Z | Compiling winnow v0.5.15 |
1524 | 2023-11-06T16:17:38.749Z | Compiling tinyvec_macros v0.1.1 |
1525 | 2023-11-06T16:17:38.802Z | Compiling unicode-bidi v0.3.13 |
1526 | 2023-11-06T16:17:38.871Z | Compiling tinyvec v1.6.0 |
1527 | 2023-11-06T16:17:39.374Z | Compiling smallvec v1.11.0 |
1528 | 2023-11-06T16:17:40.022Z | Compiling regex v1.10.2 |
1529 | 2023-11-06T16:17:40.922Z | Compiling percent-encoding v2.3.0 |
1530 | 2023-11-06T16:17:41.444Z | Compiling unicode-normalization v0.1.22 |
1531 | 2023-11-06T16:17:41.530Z | Compiling parking_lot v0.12.1 |
1532 | 2023-11-06T16:17:41.730Z | Compiling form_urlencoded v1.2.0 |
1533 | 2023-11-06T16:17:41.798Z | Compiling num-integer v0.1.45 |
1534 | 2023-11-06T16:17:42.163Z | Compiling crc32fast v1.3.2 |
1535 | 2023-11-06T16:17:42.190Z | Compiling adler v1.0.2 |
1536 | 2023-11-06T16:17:42.553Z | Compiling bitflags v1.3.2 |
1537 | 2023-11-06T16:17:42.693Z | Compiling miniz_oxide v0.7.1 |
1538 | 2023-11-06T16:17:42.957Z | Compiling gimli v0.28.0 |
1539 | 2023-11-06T16:17:43.020Z | Compiling spin v0.5.2 |
1540 | 2023-11-06T16:17:43.294Z | Compiling idna v0.4.0 |
1541 | 2023-11-06T16:17:43.348Z | Compiling object v0.32.1 |
1542 | 2023-11-06T16:17:44.695Z | Compiling pin-project-lite v0.2.13 |
1543 | 2023-11-06T16:17:44.872Z | Compiling url v2.4.1 |
1544 | 2023-11-06T16:17:45.009Z | Compiling serde_derive v1.0.188 |
1545 | 2023-11-06T16:17:45.147Z | Compiling thiserror-impl v1.0.49 |
1546 | 2023-11-06T16:17:45.165Z | Compiling zeroize_derive v1.4.2 |
1547 | 2023-11-06T16:17:45.775Z | Compiling tokio-macros v2.1.0 |
1548 | 2023-11-06T16:17:47.182Z | Compiling futures-macro v0.3.29 |
1549 | 2023-11-06T16:17:47.466Z | Compiling tracing-attributes v0.1.26 |
1550 | 2023-11-06T16:17:47.761Z | Compiling schemars_derive v0.8.13 |
1551 | 2023-11-06T16:17:48.189Z | Compiling openssl-macros v0.1.1 |
1552 | 2023-11-06T16:17:49.782Z | Compiling thiserror v1.0.49 |
1553 | 2023-11-06T16:17:49.992Z | Compiling pest v2.7.2 |
1554 | 2023-11-06T16:17:50.401Z | Compiling zerocopy-derive v0.2.0 |
1555 | 2023-11-06T16:17:51.055Z | Compiling strum_macros v0.25.2 |
1556 | 2023-11-06T16:17:52.732Z | Compiling addr2line v0.21.0 |
1557 | 2023-11-06T16:17:53.042Z | Compiling rustc-demangle v0.1.23 |
1558 | 2023-11-06T16:17:53.205Z | Compiling zerocopy-derive v0.6.4 |
1559 | 2023-11-06T16:17:53.261Z | Compiling zerocopy v0.3.0 |
1560 | 2023-11-06T16:17:53.692Z | Compiling errno v0.3.2 |
1561 | 2023-11-06T16:17:54.487Z | Compiling pest_meta v2.7.2 |
1562 | 2023-11-06T16:17:54.509Z | Compiling dof v0.1.5 |
1563 | 2023-11-06T16:17:54.924Z | Compiling mio v0.8.8 |
1564 | 2023-11-06T16:17:55.230Z | Compiling num_cpus v1.16.0 |
1565 | 2023-11-06T16:17:55.806Z | Compiling signal-hook-registry v1.4.1 |
1566 | 2023-11-06T16:17:56.345Z | Compiling socket2 v0.5.4 |
1567 | 2023-11-06T16:17:56.761Z | Compiling pest_generator v2.7.2 |
1568 | 2023-11-06T16:17:56.836Z | Compiling futures-sink v0.3.29 |
1569 | 2023-11-06T16:17:56.857Z | Compiling memoffset v0.9.0 |
1570 | 2023-11-06T16:17:57.659Z | Compiling deranged v0.3.8 |
1571 | 2023-11-06T16:17:57.799Z | Compiling radium v0.7.0 |
1572 | 2023-11-06T16:17:57.820Z | Compiling num_threads v0.1.6 |
1573 | 2023-11-06T16:17:58.022Z | Compiling futures-io v0.3.29 |
1574 | 2023-11-06T16:17:58.370Z | Compiling pin-utils v0.1.0 |
1575 | 2023-11-06T16:17:58.459Z | Compiling clap_derive v4.4.2 |
1576 | 2023-11-06T16:17:59.079Z | Compiling spin v0.9.8 |
1577 | 2023-11-06T16:17:59.650Z | Compiling tracing-core v0.1.31 |
1578 | 2023-11-06T16:18:00.047Z | Compiling lazy_static v1.4.0 |
1579 | 2023-11-06T16:18:00.224Z | Compiling crossbeam-epoch v0.9.15 |
1580 | 2023-11-06T16:18:00.781Z | Compiling time v0.3.27 |
1581 | 2023-11-06T16:18:01.015Z | Compiling tracing v0.1.37 |
1582 | 2023-11-06T16:18:01.811Z | Compiling num-iter v0.1.43 |
1583 | 2023-11-06T16:18:01.819Z | Compiling either v1.9.0 |
1584 | 2023-11-06T16:18:01.953Z | Compiling pest_derive v2.7.2 |
1585 | 2023-11-06T16:18:02.215Z | Compiling base64 v0.21.5 |
1586 | 2023-11-06T16:18:02.609Z | Compiling rand_core v0.6.4 |
1587 | 2023-11-06T16:18:03.462Z | Compiling dtrace-parser v0.1.14 |
1588 | 2023-11-06T16:18:03.469Z | Compiling hashbrown v0.12.3 |
1589 | 2023-11-06T16:18:03.475Z | Compiling untrusted v0.9.0 |
1590 | 2023-11-06T16:18:03.693Z | Compiling untrusted v0.7.1 |
1591 | 2023-11-06T16:18:03.985Z | Compiling openssl-probe v0.1.5 |
1592 | 2023-11-06T16:18:04.435Z | Compiling foreign-types-shared v0.1.1 |
1593 | 2023-11-06T16:18:04.585Z | Compiling foreign-types v0.3.2 |
1594 | 2023-11-06T16:18:05.990Z | Compiling zeroize v1.6.0 |
1595 | 2023-11-06T16:18:06.438Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1596 | 2023-11-06T16:18:06.806Z | Compiling try-lock v0.2.4 |
1597 | 2023-11-06T16:18:07.004Z | Compiling want v0.3.1 |
1598 | 2023-11-06T16:18:07.451Z | Compiling enum-as-inner v0.5.1 |
1599 | 2023-11-06T16:18:08.398Z | Compiling indexmap v2.0.0 |
1600 | 2023-11-06T16:18:08.615Z | Compiling bytes v1.5.0 |
1601 | 2023-11-06T16:18:08.705Z | Compiling chrono v0.4.31 |
1602 | 2023-11-06T16:18:08.811Z | Compiling uuid v1.4.1 |
1603 | 2023-11-06T16:18:08.878Z | Compiling semver v1.0.20 |
1604 | 2023-11-06T16:18:09.121Z | Compiling serde_tokenstream v0.1.7 |
1605 | 2023-11-06T16:18:09.859Z | Compiling rustc_version v0.4.0 |
1606 | 2023-11-06T16:18:09.911Z | Compiling toml_datetime v0.6.3 |
1607 | 2023-11-06T16:18:10.030Z | Compiling http v0.2.9 |
1608 | 2023-11-06T16:18:10.341Z | Compiling serde_spanned v0.6.3 |
1609 | 2023-11-06T16:18:10.393Z | Compiling bitflags v2.4.0 |
1610 | 2023-11-06T16:18:10.549Z | Compiling tokio v1.33.0 |
1611 | 2023-11-06T16:18:10.683Z | Compiling toml_edit v0.19.15 |
1612 | 2023-11-06T16:18:12.963Z | Compiling openapiv3 v1.0.3 |
1613 | 2023-11-06T16:18:14.998Z | Compiling http-body v0.4.5 |
1614 | 2023-11-06T16:18:15.562Z | Compiling sct v0.7.0 |
1615 | 2023-11-06T16:18:16.047Z | Compiling socket2 v0.4.9 |
1616 | 2023-11-06T16:18:16.577Z | Compiling usdt-macro v0.3.5 |
1617 | 2023-11-06T16:18:16.908Z | Compiling usdt-attr-macro v0.3.5 |
1618 | 2023-11-06T16:18:17.907Z | Compiling tower-service v0.3.2 |
1619 | 2023-11-06T16:18:17.913Z | Compiling httpdate v1.0.3 |
1620 | 2023-11-06T16:18:18.141Z | Compiling heapless v0.7.16 |
1621 | 2023-11-06T16:18:18.234Z | Compiling rustls-pemfile v1.0.3 |
1622 | 2023-11-06T16:18:18.437Z | Compiling siphasher v0.3.11 |
1623 | 2023-11-06T16:18:18.688Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1624 | 2023-11-06T16:18:18.844Z | Compiling rustls-native-certs v0.6.3 |
1625 | 2023-11-06T16:18:18.983Z | Compiling ipnet v2.8.0 |
1626 | 2023-11-06T16:18:19.045Z | Compiling serde_tokenstream v0.2.0 |
1627 | 2023-11-06T16:18:19.377Z | Compiling serde_urlencoded v0.7.1 |
1628 | 2023-11-06T16:18:19.922Z | Compiling encoding_rs v0.8.33 |
1629 | 2023-11-06T16:18:19.938Z | Compiling webpki-roots v0.25.2 |
1630 | 2023-11-06T16:18:20.186Z | Compiling mime v0.3.17 |
1631 | 2023-11-06T16:18:20.193Z | Compiling crypto-common v0.1.6 |
1632 | 2023-11-06T16:18:20.674Z | Compiling diesel_table_macro_syntax v0.1.0 |
1633 | 2023-11-06T16:18:20.969Z | Compiling num-bigint v0.4.4 |
1634 | 2023-11-06T16:18:20.979Z | Compiling bit-vec v0.6.3 |
1635 | 2023-11-06T16:18:21.254Z | Compiling smoltcp v0.9.1 |
1636 | 2023-11-06T16:18:21.635Z | Compiling diesel_derives v2.1.1 |
1637 | 2023-11-06T16:18:21.930Z | Compiling flate2 v1.0.28 |
1638 | 2023-11-06T16:18:22.162Z | Compiling phf_shared v0.10.0 |
1639 | 2023-11-06T16:18:22.191Z | Compiling block-buffer v0.10.4 |
1640 | 2023-11-06T16:18:22.581Z | Compiling hubpack_derive v0.1.1 |
1641 | 2023-11-06T16:18:22.609Z | Compiling subtle v2.5.0 |
1642 | 2023-11-06T16:18:23.023Z | Compiling precomputed-hash v0.1.1 |
1643 | 2023-11-06T16:18:23.442Z | Compiling ppv-lite86 v0.2.17 |
1644 | 2023-11-06T16:18:23.450Z | Compiling new_debug_unreachable v1.0.4 |
1645 | 2023-11-06T16:18:23.461Z | Compiling fixedbitset v0.4.2 |
1646 | 2023-11-06T16:18:23.499Z | Compiling tokio-util v0.7.10 |
1647 | 2023-11-06T16:18:23.815Z | Compiling tokio-native-tls v0.3.1 |
1648 | 2023-11-06T16:18:23.831Z | Compiling const-oid v0.9.5 |
1649 | 2023-11-06T16:18:24.225Z | Compiling rand_chacha v0.3.1 |
1650 | 2023-11-06T16:18:24.290Z | Compiling petgraph v0.6.4 |
1651 | 2023-11-06T16:18:24.923Z | Compiling string_cache v0.8.7 |
1652 | 2023-11-06T16:18:25.596Z | Compiling h2 v0.3.21 |
1653 | 2023-11-06T16:18:25.774Z | Compiling bit-set v0.5.3 |
1654 | 2023-11-06T16:18:25.780Z | Compiling toml v0.7.8 |
1655 | 2023-11-06T16:18:26.197Z | Compiling itertools v0.10.5 |
1656 | 2023-11-06T16:18:26.882Z | Compiling digest v0.10.7 |
1657 | 2023-11-06T16:18:27.108Z | Compiling lalrpop-util v0.19.12 |
1658 | 2023-11-06T16:18:27.703Z | Compiling unicode-segmentation v1.10.1 |
1659 | 2023-11-06T16:18:27.712Z | Compiling rand v0.8.5 |
1660 | 2023-11-06T16:18:28.337Z | Compiling regress v0.7.1 |
1661 | 2023-11-06T16:18:28.971Z | Compiling serde_repr v0.1.16 |
1662 | 2023-11-06T16:18:29.890Z | Compiling io-lifetimes v1.0.11 |
1663 | 2023-11-06T16:18:30.176Z | Compiling utf8parse v0.2.1 |
1664 | 2023-11-06T16:18:30.412Z | Compiling anstyle v1.0.2 |
1665 | 2023-11-06T16:18:30.582Z | Compiling cpufeatures v0.2.9 |
1666 | 2023-11-06T16:18:30.715Z | Compiling sha2 v0.10.8 |
1667 | 2023-11-06T16:18:30.890Z | Compiling anstyle-parse v0.2.1 |
1668 | 2023-11-06T16:18:30.990Z | Compiling rustix v0.37.23 |
1669 | 2023-11-06T16:18:31.072Z | Compiling hmac v0.12.1 |
1670 | 2023-11-06T16:18:31.396Z | Compiling md-5 v0.10.5 |
1671 | 2023-11-06T16:18:31.399Z | Compiling stringprep v0.1.3 |
1672 | 2023-11-06T16:18:32.000Z | Compiling hash32 v0.2.1 |
1673 | 2023-11-06T16:18:32.615Z | Compiling anstyle-query v1.0.0 |
1674 | 2023-11-06T16:18:32.800Z | Compiling fallible-iterator v0.2.0 |
1675 | 2023-11-06T16:18:32.838Z | Compiling colorchoice v1.0.0 |
1676 | 2023-11-06T16:18:33.058Z | Compiling stable_deref_trait v1.2.0 |
1677 | 2023-11-06T16:18:33.080Z | Compiling anstream v0.5.0 |
1678 | 2023-11-06T16:18:33.329Z | Compiling terminal_size v0.2.6 |
1679 | 2023-11-06T16:18:33.476Z | Compiling phf_shared v0.11.2 |
1680 | 2023-11-06T16:18:33.572Z | Compiling block-padding v0.3.3 |
1681 | 2023-11-06T16:18:33.920Z | Compiling postgres-protocol v0.6.6 |
1682 | 2023-11-06T16:18:33.941Z | Compiling scheduled-thread-pool v0.2.7 |
1683 | 2023-11-06T16:18:34.047Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1684 | 2023-11-06T16:18:34.068Z | Compiling managed v0.8.0 |
1685 | 2023-11-06T16:18:34.725Z | Compiling clap_lex v0.5.1 |
1686 | 2023-11-06T16:18:34.789Z | Compiling tap v1.0.1 |
1687 | 2023-11-06T16:18:35.043Z | Compiling matches v0.1.10 |
1688 | 2023-11-06T16:18:35.173Z | Compiling regex-automata v0.1.10 |
1689 | 2023-11-06T16:18:35.176Z | Compiling idna v0.2.3 |
1690 | 2023-11-06T16:18:35.394Z | Compiling postgres-types v0.2.6 |
1691 | 2023-11-06T16:18:35.954Z | Compiling bstr v0.2.17 |
1692 | 2023-11-06T16:18:35.974Z | Compiling clap_builder v4.4.2 |
1693 | 2023-11-06T16:18:37.694Z | Compiling hyper v0.14.27 |
1694 | 2023-11-06T16:18:37.785Z | Compiling wyz v0.5.1 |
1695 | 2023-11-06T16:18:38.334Z | Compiling r2d2 v0.8.10 |
1696 | 2023-11-06T16:18:38.459Z | Compiling phf v0.11.2 |
1697 | 2023-11-06T16:18:38.909Z | Compiling inout v0.1.3 |
1698 | 2023-11-06T16:18:39.314Z | Compiling hubpack v0.1.2 |
1699 | 2023-11-06T16:18:40.442Z | Compiling ipnetwork v0.20.0 |
1700 | 2023-11-06T16:18:40.515Z | Compiling futures-executor v0.3.29 |
1701 | 2023-11-06T16:18:41.328Z | Compiling itertools v0.11.0 |
1702 | 2023-11-06T16:18:42.612Z | Compiling zerocopy v0.6.4 |
1703 | 2023-11-06T16:18:44.056Z | Compiling float-cmp v0.9.0 |
1704 | 2023-11-06T16:18:44.400Z | Compiling static_assertions v1.1.0 |
1705 | 2023-11-06T16:18:44.421Z | Compiling predicates-core v1.0.6 |
1706 | 2023-11-06T16:18:44.535Z | Compiling funty v2.0.0 |
1707 | 2023-11-06T16:18:44.881Z | Compiling data-encoding v2.4.0 |
1708 | 2023-11-06T16:18:44.903Z | Compiling normalize-line-endings v0.3.0 |
1709 | 2023-11-06T16:18:45.070Z | Compiling difflib v0.4.0 |
1710 | 2023-11-06T16:18:45.525Z | Compiling whoami v1.4.1 |
1711 | 2023-11-06T16:18:46.223Z | Compiling regex-automata v0.3.8 |
1712 | 2023-11-06T16:18:46.376Z | Compiling tokio-postgres v0.7.10 |
1713 | 2023-11-06T16:18:47.271Z | Compiling bitvec v1.0.1 |
1714 | 2023-11-06T16:18:47.683Z | Compiling predicates v3.0.4 |
1715 | 2023-11-06T16:18:48.328Z | Compiling trust-dns-proto v0.22.0 |
1716 | 2023-11-06T16:18:50.088Z | Compiling hyper-tls v0.5.0 |
1717 | 2023-11-06T16:18:50.166Z | Compiling bstr v1.6.0 |
1718 | 2023-11-06T16:18:50.467Z | Compiling diesel v2.1.3 |
1719 | 2023-11-06T16:18:50.602Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1720 | 2023-11-06T16:18:53.784Z | Compiling yasna v0.5.2 |
1721 | 2023-11-06T16:18:53.900Z | Compiling clap v4.4.3 |
1722 | 2023-11-06T16:18:54.056Z | Compiling futures v0.3.29 |
1723 | 2023-11-06T16:18:54.267Z | Compiling cipher v0.4.4 |
1724 | 2023-11-06T16:18:54.395Z | Compiling similar v2.2.1 |
1725 | 2023-11-06T16:18:54.931Z | Compiling signature v2.1.0 |
1726 | 2023-11-06T16:18:55.133Z | Compiling tokio-stream v0.1.14 |
1727 | 2023-11-06T16:18:55.250Z | Compiling usdt v0.3.5 |
1728 | 2023-11-06T16:18:55.621Z | Compiling hex v0.4.3 |
1729 | 2023-11-06T16:18:56.629Z | Compiling console v0.15.7 |
1730 | 2023-11-06T16:18:56.689Z | Compiling getopts v0.2.21 |
1731 | 2023-11-06T16:18:57.831Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1732 | 2023-11-06T16:18:57.956Z | Compiling unsafe-libyaml v0.2.9 |
1733 | 2023-11-06T16:18:58.471Z | Compiling ident_case v1.0.1 |
1734 | 2023-11-06T16:18:59.822Z | Compiling slog-async v2.8.0 |
1735 | 2023-11-06T16:19:00.302Z | Compiling serde_yaml v0.9.25 |
1736 | 2023-11-06T16:19:01.070Z | Compiling paste v1.0.14 |
1737 | 2023-11-06T16:19:01.133Z | Compiling darling_core v0.20.3 |
1738 | 2023-11-06T16:19:01.223Z | Compiling multer v2.1.0 |
1739 | 2023-11-06T16:19:01.287Z | Compiling async-stream-impl v0.3.5 |
1740 | 2023-11-06T16:19:01.732Z | Compiling regex-syntax v0.6.29 |
1741 | 2023-11-06T16:19:03.539Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1742 | 2023-11-06T16:19:03.777Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1743 | 2023-11-06T16:19:05.157Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1744 | 2023-11-06T16:19:05.354Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1745 | 2023-11-06T16:19:06.970Z | Compiling structmeta-derive v0.1.6 |
1746 | 2023-11-06T16:19:10.238Z | Compiling darling_macro v0.20.3 |
1747 | 2023-11-06T16:19:11.310Z | Compiling structmeta v0.1.6 |
1748 | 2023-11-06T16:19:11.649Z | Compiling darling v0.20.3 |
1749 | 2023-11-06T16:19:11.852Z | Compiling serde_with_macros v2.3.3 |
1750 | 2023-11-06T16:19:11.900Z | Compiling parse-display-derive v0.7.0 |
1751 | 2023-11-06T16:19:15.450Z | Compiling test-strategy v0.2.1 |
1752 | 2023-11-06T16:19:16.401Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1753 | 2023-11-06T16:19:22.399Z | Checking unicode-ident v1.0.12 |
1754 | 2023-11-06T16:19:51.058Z | Checking heck v0.4.1 |
1755 | 2023-11-06T16:20:00.907Z | Checking atty v0.2.14 |
1756 | 2023-11-06T16:20:00.983Z | Checking match_cfg v0.1.0 |
1757 | 2023-11-06T16:20:01.103Z | Checking hostname v0.3.1 |
1758 | 2023-11-06T16:20:01.191Z | Checking crossbeam-channel v0.5.8 |
1759 | 2023-11-06T16:20:01.278Z | Checking sha1 v0.10.5 |
1760 | 2023-11-06T16:20:01.713Z | Checking dirs-sys-next v0.1.2 |
1761 | 2023-11-06T16:20:01.975Z | Checking fastrand v2.0.0 |
1762 | 2023-11-06T16:20:02.109Z | Checking dirs-next v2.0.0 |
1763 | 2023-11-06T16:20:02.313Z | Checking thread_local v1.1.7 |
1764 | 2023-11-06T16:20:02.468Z | Checking term v0.7.0 |
1765 | 2023-11-06T16:20:02.507Z | Checking tempfile v3.8.0 |
1766 | 2023-11-06T16:20:02.762Z | Checking camino v1.1.6 |
1767 | 2023-11-06T16:20:03.049Z | Checking strum v0.25.0 |
1768 | 2023-11-06T16:20:03.270Z | Checking instant v0.1.12 |
1769 | 2023-11-06T16:20:03.533Z | Checking take_mut v0.2.2 |
1770 | 2023-11-06T16:20:03.656Z | Checking slog-term v2.9.0 |
1771 | 2023-11-06T16:20:04.274Z | Checking slog-json v2.6.1 |
1772 | 2023-11-06T16:20:04.440Z | Checking serde_with v2.3.3 |
1773 | 2023-11-06T16:20:04.663Z | Checking slog-bunyan v2.4.0 |
1774 | 2023-11-06T16:20:04.893Z | Checking debug-ignore v1.0.5 |
1775 | 2023-11-06T16:20:05.089Z | Checking atomic-waker v1.1.1 |
1776 | 2023-11-06T16:20:05.305Z | Checking waitgroup v0.1.2 |
1777 | 2023-11-06T16:20:05.468Z | Checking async-stream v0.3.5 |
1778 | 2023-11-06T16:20:05.498Z | Checking serde_path_to_error v0.1.14 |
1779 | 2023-11-06T16:20:05.852Z | Checking backoff v0.4.0 |
1780 | 2023-11-06T16:20:06.299Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1781 | 2023-11-06T16:20:06.505Z | Checking parse-display v0.7.0 |
1782 | 2023-11-06T16:20:06.525Z | Checking macaddr v1.0.1 |
1783 | 2023-11-06T16:20:06.746Z | Checking quick-error v1.2.3 |
1784 | 2023-11-06T16:20:07.038Z | Compiling proc-macro-crate v1.3.1 |
1785 | 2023-11-06T16:20:07.516Z | Checking wait-timeout v0.2.0 |
1786 | 2023-11-06T16:20:07.744Z | Compiling crucible-workspace-hack v0.1.0 |
1787 | 2023-11-06T16:20:08.531Z | Checking rusty-fork v0.3.0 |
1788 | 2023-11-06T16:20:08.584Z | Checking rand_xorshift v0.3.0 |
1789 | 2023-11-06T16:20:08.821Z | Checking regex-syntax v0.7.5 |
1790 | 2023-11-06T16:20:08.973Z | Checking unarray v0.1.4 |
1791 | 2023-11-06T16:20:12.896Z | Compiling proc-macro-error-attr v1.0.4 |
1792 | 2023-11-06T16:20:13.241Z | Compiling proc-macro-error v1.0.4 |
1793 | 2023-11-06T16:20:14.232Z | Checking proptest v1.3.1 |
1794 | 2023-11-06T16:20:14.415Z | Compiling num_enum_derive v0.5.11 |
1795 | 2023-11-06T16:20:16.691Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1796 | 2023-11-06T16:20:17.600Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1797 | 2023-11-06T16:20:18.756Z | Compiling foreign-types-macros v0.2.3 |
1798 | 2023-11-06T16:20:19.205Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1799 | 2023-11-06T16:20:19.453Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1800 | 2023-11-06T16:20:19.709Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1801 | 2023-11-06T16:20:19.869Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1802 | 2023-11-06T16:20:20.502Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1803 | 2023-11-06T16:20:21.584Z | Compiling zone_cfg_derive v0.2.0 |
1804 | 2023-11-06T16:20:22.632Z | Compiling mockall_derive v0.11.4 |
1805 | 2023-11-06T16:20:23.002Z | Compiling num-derive v0.4.0 |
1806 | 2023-11-06T16:20:36.414Z | Checking base64ct v1.6.0 |
1807 | 2023-11-06T16:20:53.086Z | Checking is-terminal v0.4.9 |
1808 | 2023-11-06T16:21:01.608Z | Compiling slog-dtrace v0.2.3 |
1809 | 2023-11-06T16:21:01.731Z | Checking termtree v0.4.1 |
1810 | 2023-11-06T16:21:02.049Z | Checking predicates-tree v1.0.9 |
1811 | 2023-11-06T16:21:02.095Z | Compiling cancel-safe-futures v0.1.5 |
1812 | 2023-11-06T16:21:02.124Z | Checking password-hash v0.5.0 |
1813 | 2023-11-06T16:21:02.281Z | Checking num_enum v0.5.11 |
1814 | 2023-11-06T16:21:02.443Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1815 | 2023-11-06T16:21:02.513Z | Checking blake2 v0.10.6 |
1816 | 2023-11-06T16:21:02.652Z | Checking postcard-cobs v0.1.5-pre |
1817 | 2023-11-06T16:21:02.889Z | Checking smoltcp v0.8.2 |
1818 | 2023-11-06T16:21:02.908Z | Checking postcard v0.7.3 |
1819 | 2023-11-06T16:21:02.990Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1820 | 2023-11-06T16:21:03.222Z | Checking argon2 v0.5.2 |
1821 | 2023-11-06T16:21:03.323Z | Checking base64 v0.13.1 |
1822 | 2023-11-06T16:21:03.525Z | Checking foreign-types-shared v0.3.1 |
1823 | 2023-11-06T16:21:03.683Z | Checking cfg-if v0.1.10 |
1824 | 2023-11-06T16:21:03.811Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1825 | 2023-11-06T16:21:03.950Z | Checking foreign-types v0.5.0 |
1826 | 2023-11-06T16:21:04.205Z | Checking cstr-argument v0.1.2 |
1827 | 2023-11-06T16:21:04.232Z | Checking pretty-hex v0.2.1 |
1828 | 2023-11-06T16:21:04.335Z | Checking colored v2.0.4 |
1829 | 2023-11-06T16:21:04.457Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1830 | 2023-11-06T16:21:04.460Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1831 | 2023-11-06T16:21:04.878Z | Checking predicates v2.1.5 |
1832 | 2023-11-06T16:21:05.182Z | Checking downcast v0.11.0 |
1833 | 2023-11-06T16:21:05.200Z | Checking fragile v2.0.0 |
1834 | 2023-11-06T16:21:05.599Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1835 | 2023-11-06T16:21:05.910Z | Checking zone v0.2.0 |
1836 | 2023-11-06T16:21:06.018Z | Checking mockall v0.11.4 |
1837 | 2023-11-06T16:21:06.296Z | Checking smf v0.2.2 |
1838 | 2023-11-06T16:21:06.677Z | Checking filetime v0.2.22 |
1839 | 2023-11-06T16:21:06.970Z | Checking xattr v1.0.1 |
1840 | 2023-11-06T16:21:07.010Z | Compiling heck v0.3.3 |
1841 | 2023-11-06T16:21:07.099Z | Compiling libefi-sys v0.1.0 |
1842 | 2023-11-06T16:21:07.103Z | Compiling der_derive v0.7.2 |
1843 | 2023-11-06T16:21:07.234Z | Checking tar v0.4.40 |
1844 | 2023-11-06T16:21:07.341Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1845 | 2023-11-06T16:21:07.597Z | Compiling structopt-derive v0.4.18 |
1846 | 2023-11-06T16:21:07.937Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1847 | 2023-11-06T16:21:08.216Z | Compiling memoffset v0.7.1 |
1848 | 2023-11-06T16:21:08.476Z | Checking pem v1.1.1 |
1849 | 2023-11-06T16:21:08.638Z | Checking camino-tempfile v1.0.2 |
1850 | 2023-11-06T16:21:08.809Z | Compiling maybe-uninit v2.0.0 |
1851 | 2023-11-06T16:21:08.830Z | Checking headers-core v0.2.0 |
1852 | 2023-11-06T16:21:09.020Z | Checking headers v0.3.9 |
1853 | 2023-11-06T16:21:09.046Z | Compiling packed_struct v0.10.1 |
1854 | 2023-11-06T16:21:09.506Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1855 | 2023-11-06T16:21:09.547Z | Compiling num-bigint-dig v0.8.4 |
1856 | 2023-11-06T16:21:09.665Z | Checking pem v3.0.2 |
1857 | 2023-11-06T16:21:09.974Z | Compiling packed_struct_codegen v0.10.1 |
1858 | 2023-11-06T16:21:10.061Z | Compiling signal-hook v0.3.17 |
1859 | 2023-11-06T16:21:10.473Z | Checking rcgen v0.11.3 |
1860 | 2023-11-06T16:21:10.818Z | Checking atomicwrites v0.4.2 |
1861 | 2023-11-06T16:21:10.873Z | Checking subprocess v0.2.9 |
1862 | 2023-11-06T16:21:11.098Z | Compiling num-rational v0.4.1 |
1863 | 2023-11-06T16:21:11.510Z | Compiling same-file v1.0.6 |
1864 | 2023-11-06T16:21:11.642Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1865 | 2023-11-06T16:21:11.679Z | Compiling semver-parser v0.10.2 |
1866 | 2023-11-06T16:21:11.843Z | Compiling walkdir v2.4.0 |
1867 | 2023-11-06T16:21:11.984Z | Checking termcolor v1.2.0 |
1868 | 2023-11-06T16:21:12.765Z | Compiling home v0.5.5 |
1869 | 2023-11-06T16:21:12.881Z | Checking linked-hash-map v0.5.6 |
1870 | 2023-11-06T16:21:12.987Z | Compiling semver v0.11.0 |
1871 | 2023-11-06T16:21:13.390Z | Checking lru-cache v0.1.2 |
1872 | 2023-11-06T16:21:13.659Z | Compiling toolchain_find v0.2.0 |
1873 | 2023-11-06T16:21:13.853Z | Compiling toml v0.5.11 |
1874 | 2023-11-06T16:21:14.131Z | Compiling doc-comment v0.3.3 |
1875 | 2023-11-06T16:21:14.230Z | Checking ciborium-io v0.2.1 |
1876 | 2023-11-06T16:21:14.397Z | Checking half v1.8.2 |
1877 | 2023-11-06T16:21:14.788Z | Checking arc-swap v1.6.0 |
1878 | 2023-11-06T16:21:15.025Z | Compiling convert_case v0.4.0 |
1879 | 2023-11-06T16:21:15.067Z | Checking ciborium-ll v0.2.1 |
1880 | 2023-11-06T16:21:15.479Z | Checking slog-scope v4.4.0 |
1881 | 2023-11-06T16:21:15.531Z | Checking ciborium v0.2.1 |
1882 | 2023-11-06T16:21:15.773Z | Checking slog-stdlog v4.1.1 |
1883 | 2023-11-06T16:21:16.013Z | Compiling snafu-derive v0.7.5 |
1884 | 2023-11-06T16:21:16.200Z | Checking slog-envlogger v2.2.0 |
1885 | 2023-11-06T16:21:16.286Z | Compiling derive_more v0.99.17 |
1886 | 2023-11-06T16:21:17.044Z | Compiling rustfmt-wrapper v0.2.0 |
1887 | 2023-11-06T16:21:17.206Z | Compiling derive-where v1.2.5 |
1888 | 2023-11-06T16:21:18.144Z | Checking hkdf v0.12.3 |
1889 | 2023-11-06T16:21:18.223Z | Compiling libz-sys v1.1.12 |
1890 | 2023-11-06T16:21:18.449Z | Compiling parking_lot_core v0.8.6 |
1891 | 2023-11-06T16:21:19.054Z | Checking resolv-conf v0.7.0 |
1892 | 2023-11-06T16:21:19.071Z | Checking newline-converter v0.3.0 |
1893 | 2023-11-06T16:21:19.192Z | Checking textwrap v0.11.0 |
1894 | 2023-11-06T16:21:19.280Z | Checking keccak v0.1.4 |
1895 | 2023-11-06T16:21:19.479Z | Checking ansi_term v0.12.1 |
1896 | 2023-11-06T16:21:19.520Z | Checking strsim v0.8.0 |
1897 | 2023-11-06T16:21:19.573Z | Checking vec_map v0.8.2 |
1898 | 2023-11-06T16:21:19.747Z | Checking sha3 v0.10.8 |
1899 | 2023-11-06T16:21:19.910Z | Checking trust-dns-resolver v0.22.0 |
1900 | 2023-11-06T16:21:19.966Z | Checking expectorate v1.1.0 |
1901 | 2023-11-06T16:21:19.990Z | Checking clap v2.34.0 |
1902 | 2023-11-06T16:21:20.572Z | Checking secrecy v0.8.0 |
1903 | 2023-11-06T16:21:20.749Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1904 | 2023-11-06T16:21:20.890Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1905 | 2023-11-06T16:21:22.703Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1906 | 2023-11-06T16:21:22.802Z | Checking pem-rfc7468 v0.7.0 |
1907 | 2023-11-06T16:21:23.165Z | Compiling libsqlite3-sys v0.26.0 |
1908 | 2023-11-06T16:21:23.367Z | Checking flagset v0.4.3 |
1909 | 2023-11-06T16:21:23.614Z | Checking der v0.7.8 |
1910 | 2023-11-06T16:21:23.772Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1911 | 2023-11-06T16:21:24.113Z | Checking fxhash v0.2.1 |
1912 | 2023-11-06T16:21:24.131Z | Compiling vergen v8.2.4 |
1913 | 2023-11-06T16:21:24.365Z | Compiling semver v0.1.20 |
1914 | 2023-11-06T16:21:24.666Z | Checking structopt v0.3.26 |
1915 | 2023-11-06T16:21:24.951Z | Compiling rustc_version v0.1.7 |
1916 | 2023-11-06T16:21:25.593Z | Compiling newtype_derive v0.1.6 |
1917 | 2023-11-06T16:21:26.140Z | Checking crc-catalog v2.2.0 |
1918 | 2023-11-06T16:21:26.343Z | Checking humantime v2.1.0 |
1919 | 2023-11-06T16:21:26.406Z | Compiling buf-list v1.0.3 |
1920 | 2023-11-06T16:21:26.708Z | Checking spki v0.7.2 |
1921 | 2023-11-06T16:21:26.790Z | Checking crc v3.0.1 |
1922 | 2023-11-06T16:21:27.151Z | Checking pkcs8 v0.10.2 |
1923 | 2023-11-06T16:21:27.799Z | Checking nodrop v0.1.14 |
1924 | 2023-11-06T16:21:27.962Z | Checking array-init v0.0.4 |
1925 | 2023-11-06T16:21:28.034Z | Checking pkcs1 v0.7.5 |
1926 | 2023-11-06T16:21:28.241Z | Checking smallvec v0.6.14 |
1927 | 2023-11-06T16:21:28.646Z | Compiling num_enum_derive v0.7.0 |
1928 | 2023-11-06T16:21:28.759Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1929 | 2023-11-06T16:21:28.826Z | Compiling unicase v2.7.0 |
1930 | 2023-11-06T16:21:29.246Z | Checking utf-8 v0.7.6 |
1931 | 2023-11-06T16:21:29.553Z | Checking bitfield v0.14.0 |
1932 | 2023-11-06T16:21:29.673Z | Compiling rayon-core v1.12.0 |
1933 | 2023-11-06T16:21:29.996Z | Checking serde-hex v0.1.0 |
1934 | 2023-11-06T16:21:30.303Z | Checking x509-cert v0.2.4 |
1935 | 2023-11-06T16:21:30.334Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1936 | 2023-11-06T16:21:30.722Z | Checking env_logger v0.10.0 |
1937 | 2023-11-06T16:21:31.691Z | Checking rsa v0.9.2 |
1938 | 2023-11-06T16:21:31.893Z | Checking ron v0.8.1 |
1939 | 2023-11-06T16:21:32.111Z | Checking crc-any v2.4.3 |
1940 | 2023-11-06T16:21:32.754Z | Compiling platforms v3.0.2 |
1941 | 2023-11-06T16:21:32.787Z | Checking object v0.30.4 |
1942 | 2023-11-06T16:21:32.938Z | Checking path-slash v0.1.5 |
1943 | 2023-11-06T16:21:33.254Z | Checking num-complex v0.4.4 |
1944 | 2023-11-06T16:21:33.813Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1945 | 2023-11-06T16:21:34.045Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1946 | 2023-11-06T16:21:34.113Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1947 | 2023-11-06T16:21:34.251Z | Compiling erased-serde v0.3.30 |
1948 | 2023-11-06T16:21:34.440Z | Compiling curve25519-dalek v4.1.0 |
1949 | 2023-11-06T16:21:34.752Z | Checking num v0.4.1 |
1950 | 2023-11-06T16:21:34.897Z | Compiling bitstruct_derive v0.1.0 |
1951 | 2023-11-06T16:21:34.976Z | Compiling async-recursion v1.0.5 |
1952 | 2023-11-06T16:21:35.004Z | Compiling glob v0.3.1 |
1953 | 2023-11-06T16:21:35.925Z | Compiling mime_guess v2.0.4 |
1954 | 2023-11-06T16:21:36.438Z | Compiling thiserror-impl-no-std v2.0.2 |
1955 | 2023-11-06T16:21:36.564Z | Compiling curve25519-dalek-derive v0.1.0 |
1956 | 2023-11-06T16:21:37.012Z | Compiling salty v0.2.0 |
1957 | 2023-11-06T16:21:37.574Z | Checking tungstenite v0.18.0 |
1958 | 2023-11-06T16:21:37.639Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1959 | 2023-11-06T16:21:37.855Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1960 | 2023-11-06T16:21:38.380Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1961 | 2023-11-06T16:21:38.800Z | Checking universal-hash v0.5.1 |
1962 | 2023-11-06T16:21:38.910Z | Checking nibble_vec v0.1.0 |
1963 | 2023-11-06T16:21:38.992Z | Checking tokio-tungstenite v0.18.0 |
1964 | 2023-11-06T16:21:39.201Z | Compiling crunchy v0.2.2 |
1965 | 2023-11-06T16:21:39.720Z | Checking opaque-debug v0.3.0 |
1966 | 2023-11-06T16:21:39.842Z | Checking endian-type v0.1.2 |
1967 | 2023-11-06T16:21:40.143Z | Checking radix_trie v0.2.1 |
1968 | 2023-11-06T16:21:40.189Z | Checking snafu v0.7.5 |
1969 | 2023-11-06T16:21:40.789Z | Checking linear-map v1.2.0 |
1970 | 2023-11-06T16:21:41.060Z | Compiling tiny-keccak v2.0.2 |
1971 | 2023-11-06T16:21:41.085Z | Checking parking_lot v0.11.2 |
1972 | 2023-11-06T16:21:41.255Z | Checking trust-dns-client v0.22.0 |
1973 | 2023-11-06T16:21:41.474Z | Compiling clang-sys v1.6.1 |
1974 | 2023-11-06T16:21:41.521Z | Checking aead v0.5.2 |
1975 | 2023-11-06T16:21:41.616Z | Compiling darling_core v0.14.4 |
1976 | 2023-11-06T16:21:41.856Z | Compiling prettyplease v0.2.12 |
1977 | 2023-11-06T16:21:42.329Z | Compiling ascii-canvas v3.0.0 |
1978 | 2023-11-06T16:21:42.555Z | Checking sled v0.34.7 |
1979 | 2023-11-06T16:21:43.112Z | Checking toml_edit v0.20.0 |
1980 | 2023-11-06T16:21:43.392Z | Checking trust-dns-server v0.22.1 |
1981 | 2023-11-06T16:21:43.718Z | Compiling const_format_proc_macros v0.2.31 |
1982 | 2023-11-06T16:21:43.799Z | Compiling ena v0.14.2 |
1983 | 2023-11-06T16:21:44.457Z | Compiling diff v0.1.13 |
1984 | 2023-11-06T16:21:45.360Z | Checking pretty-hex v0.3.0 |
1985 | 2023-11-06T16:21:45.613Z | Compiling portable-atomic v1.4.3 |
1986 | 2023-11-06T16:21:46.953Z | Compiling minimal-lexical v0.2.1 |
1987 | 2023-11-06T16:21:47.108Z | Checking toml v0.8.0 |
1988 | 2023-11-06T16:21:47.150Z | Compiling lalrpop v0.19.12 |
1989 | 2023-11-06T16:21:47.824Z | Compiling nom v7.1.3 |
1990 | 2023-11-06T16:21:47.937Z | Checking path-dedot v3.1.0 |
1991 | 2023-11-06T16:21:48.187Z | Compiling libloading v0.7.4 |
1992 | 2023-11-06T16:21:48.194Z | Compiling bindgen v0.65.1 |
1993 | 2023-11-06T16:21:48.386Z | Compiling ref-cast v1.0.20 |
1994 | 2023-11-06T16:21:49.181Z | Checking path-absolutize v3.1.0 |
1995 | 2023-11-06T16:21:50.573Z | Compiling darling_macro v0.14.4 |
1996 | 2023-11-06T16:21:52.029Z | Compiling darling v0.14.4 |
1997 | 2023-11-06T16:21:52.197Z | Compiling derive_builder_core v0.12.0 |
1998 | 2023-11-06T16:21:52.361Z | Checking globset v0.4.13 |
1999 | 2023-11-06T16:21:52.439Z | Checking crossbeam-deque v0.8.3 |
2000 | 2023-11-06T16:21:52.944Z | Checking hashlink v0.8.3 |
2001 | 2023-11-06T16:21:53.104Z | Checking olpc-cjson v0.1.3 |
2002 | 2023-11-06T16:21:53.411Z | Checking serde_plain v1.0.2 |
2003 | 2023-11-06T16:21:53.789Z | Compiling cexpr v0.6.0 |
2004 | 2023-11-06T16:21:53.863Z | Compiling which v4.4.0 |
2005 | 2023-11-06T16:21:54.013Z | Compiling ref-cast-impl v1.0.20 |
2006 | 2023-11-06T16:21:54.403Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2007 | 2023-11-06T16:21:54.719Z | Compiling libxml v0.3.3 |
2008 | 2023-11-06T16:21:55.213Z | Compiling peeking_take_while v0.1.2 |
2009 | 2023-11-06T16:21:55.435Z | Checking fallible-streaming-iterator v0.1.9 |
2010 | 2023-11-06T16:21:55.735Z | Compiling shlex v1.1.0 |
2011 | 2023-11-06T16:21:55.738Z | Compiling rustc-hash v1.1.0 |
2012 | 2023-11-06T16:21:55.778Z | Compiling lazycell v1.3.0 |
2013 | 2023-11-06T16:21:55.877Z | Compiling derive_builder_macro v0.12.0 |
2014 | 2023-11-06T16:21:55.972Z | Checking rusqlite v0.29.0 |
2015 | 2023-11-06T16:21:56.162Z | Checking nix v0.26.2 |
2016 | 2023-11-06T16:21:56.280Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2017 | 2023-11-06T16:21:56.674Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2018 | 2023-11-06T16:21:57.045Z | Checking twox-hash v1.6.3 |
2019 | 2023-11-06T16:21:57.382Z | Checking ff v0.13.0 |
2020 | 2023-11-06T16:21:57.515Z | Compiling strum_macros v0.24.3 |
2021 | 2023-11-06T16:21:57.713Z | Compiling indoc v1.0.9 |
2022 | 2023-11-06T16:21:57.809Z | Checking signature v1.6.4 |
2023 | 2023-11-06T16:21:58.823Z | Checking display-error-chain v0.2.0 |
2024 | 2023-11-06T16:21:59.111Z | Checking ed25519 v1.5.3 |
2025 | 2023-11-06T16:21:59.341Z | Checking group v0.13.0 |
2026 | 2023-11-06T16:22:00.729Z | Checking polyval v0.6.1 |
2027 | 2023-11-06T16:22:01.137Z | Checking num_enum v0.7.0 |
2028 | 2023-11-06T16:22:02.007Z | Checking ctr v0.9.2 |
2029 | 2023-11-06T16:22:02.156Z | Checking aes v0.8.3 |
2030 | 2023-11-06T16:22:02.378Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2031 | 2023-11-06T16:22:02.515Z | Checking crypto-bigint v0.5.2 |
2032 | 2023-11-06T16:22:02.758Z | Checking bincode v1.3.3 |
2033 | 2023-11-06T16:22:03.623Z | Compiling cookie v0.16.2 |
2034 | 2023-11-06T16:22:03.681Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2035 | 2023-11-06T16:22:04.028Z | Checking base16ct v0.2.0 |
2036 | 2023-11-06T16:22:04.982Z | Checking aes-gcm-siv v0.11.1 |
2037 | 2023-11-06T16:22:05.353Z | Checking elliptic-curve v0.13.5 |
2038 | 2023-11-06T16:22:05.379Z | Checking steno v0.4.0 |
2039 | 2023-11-06T16:22:05.383Z | Checking rayon v1.8.0 |
2040 | 2023-11-06T16:22:05.747Z | Checking thiserror-no-std v2.0.2 |
2041 | 2023-11-06T16:22:05.898Z | Checking poly1305 v0.8.0 |
2042 | 2023-11-06T16:22:06.087Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2043 | 2023-11-06T16:22:06.573Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2044 | 2023-11-06T16:22:06.654Z | Checking env_logger v0.9.3 |
2045 | 2023-11-06T16:22:06.934Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2046 | 2023-11-06T16:22:08.598Z | Checking chacha20 v0.9.1 |
2047 | 2023-11-06T16:22:08.728Z | Checking serde-big-array v0.5.1 |
2048 | 2023-11-06T16:22:09.054Z | Checking serde-big-array v0.4.1 |
2049 | 2023-11-06T16:22:09.126Z | Compiling impl-trait-for-tuples v0.2.2 |
2050 | 2023-11-06T16:22:09.196Z | Compiling oso-derive v0.27.0 |
2051 | 2023-11-06T16:22:09.299Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2052 | 2023-11-06T16:22:09.486Z | Checking ringbuffer v0.15.0 |
2053 | 2023-11-06T16:22:09.738Z | Checking ascii v1.1.0 |
2054 | 2023-11-06T16:22:10.119Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2055 | 2023-11-06T16:22:10.344Z | Checking vsss-rs v3.3.1 |
2056 | 2023-11-06T16:22:10.462Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2057 | 2023-11-06T16:22:10.671Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2058 | 2023-11-06T16:22:11.865Z | Checking chacha20poly1305 v0.10.1 |
2059 | 2023-11-06T16:22:12.550Z | Checking bitstruct v0.1.1 |
2060 | 2023-11-06T16:22:12.704Z | Checking signal-hook-tokio v0.3.1 |
2061 | 2023-11-06T16:22:12.970Z | Checking tungstenite v0.20.1 |
2062 | 2023-11-06T16:22:13.063Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2063 | 2023-11-06T16:22:13.512Z | Checking serde_arrays v0.1.0 |
2064 | 2023-11-06T16:22:13.944Z | Checking corncobs v0.1.3 |
2065 | 2023-11-06T16:22:14.224Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2066 | 2023-11-06T16:22:14.418Z | Checking tokio-tungstenite v0.20.1 |
2067 | 2023-11-06T16:22:15.529Z | Checking assert_matches v1.5.0 |
2068 | 2023-11-06T16:22:17.352Z | Checking bcs v0.1.6 |
2069 | 2023-11-06T16:22:17.380Z | Checking highway v1.1.0 |
2070 | 2023-11-06T16:22:18.425Z | Checking const_format v0.2.31 |
2071 | 2023-11-06T16:22:20.076Z | Checking ron v0.7.1 |
2072 | 2023-11-06T16:22:21.635Z | Checking http-range v0.1.5 |
2073 | 2023-11-06T16:22:21.985Z | Checking bit_field v0.10.2 |
2074 | 2023-11-06T16:22:22.367Z | Checking hyper-staticfile v0.9.5 |
2075 | 2023-11-06T16:22:23.008Z | Compiling indoc v2.0.3 |
2076 | 2023-11-06T16:22:26.340Z | Checking derive_builder v0.12.0 |
2077 | 2023-11-06T16:22:29.580Z | Checking bb8 v0.8.1 |
2078 | 2023-11-06T16:22:29.663Z | Checking quick-xml v0.23.1 |
2079 | 2023-11-06T16:22:29.783Z | Checking bytesize v1.3.0 |
2080 | 2023-11-06T16:22:30.142Z | Checking maplit v1.0.2 |
2081 | 2023-11-06T16:22:30.295Z | Checking fs-err v2.9.0 |
2082 | 2023-11-06T16:22:30.351Z | Checking number_prefix v0.4.0 |
2083 | 2023-11-06T16:22:30.649Z | Checking indicatif v0.17.7 |
2084 | 2023-11-06T16:22:30.763Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2085 | 2023-11-06T16:22:32.866Z | Checking signal-hook-mio v0.2.3 |
2086 | 2023-11-06T16:22:33.601Z | Compiling vte_generate_state_changes v0.1.1 |
2087 | 2023-11-06T16:22:39.576Z | Checking smawk v0.3.1 |
2088 | 2023-11-06T16:22:39.594Z | Checking unicode-linebreak v0.1.5 |
2089 | 2023-11-06T16:22:40.105Z | Checking yansi v0.5.1 |
2090 | 2023-11-06T16:22:40.532Z | Checking textwrap v0.16.0 |
2091 | 2023-11-06T16:22:40.647Z | Checking pretty_assertions v1.4.0 |
2092 | 2023-11-06T16:22:41.992Z | Checking crossterm v0.27.0 |
2093 | 2023-11-06T16:22:43.973Z | Checking fatfs v0.3.6 |
2094 | 2023-11-06T16:22:44.149Z | Checking plotters-backend v0.3.5 |
2095 | 2023-11-06T16:22:44.227Z | Checking cassowary v0.3.0 |
2096 | 2023-11-06T16:22:44.764Z | Checking plotters-svg v0.3.5 |
2097 | 2023-11-06T16:22:44.871Z | Checking ratatui v0.23.0 |
2098 | 2023-11-06T16:22:45.688Z | Checking rand v0.4.6 |
2099 | 2023-11-06T16:22:46.311Z | Checking rtoolbox v0.0.1 |
2100 | 2023-11-06T16:22:46.314Z | Checking remove_dir_all v0.5.3 |
2101 | 2023-11-06T16:22:47.155Z | Checking owo-colors v3.5.0 |
2102 | 2023-11-06T16:22:47.302Z | Checking cast v0.3.0 |
2103 | 2023-11-06T16:22:47.532Z | Checking tempdir v0.3.7 |
2104 | 2023-11-06T16:22:47.861Z | Checking criterion-plot v0.5.0 |
2105 | 2023-11-06T16:22:48.409Z | Checking rpassword v7.2.0 |
2106 | 2023-11-06T16:22:48.573Z | Checking plotters v0.3.5 |
2107 | 2023-11-06T16:22:48.841Z | Checking tui-tree-widget v0.13.0 |
2108 | 2023-11-06T16:22:51.274Z | Checking tinytemplate v1.2.1 |
2109 | 2023-11-06T16:22:51.884Z | Checking oorandom v11.1.3 |
2110 | 2023-11-06T16:22:51.934Z | Checking shell-words v1.1.0 |
2111 | 2023-11-06T16:22:52.102Z | Checking anes v0.1.6 |
2112 | 2023-11-06T16:22:52.691Z | Checking criterion v0.5.1 |
2113 | 2023-11-06T16:22:58.000Z | Checking assert_cmd v2.0.12 |
2114 | 2023-11-06T16:22:58.588Z | Checking dashmap v5.5.1 |
2115 | 2023-11-06T16:22:59.228Z | Compiling serial_test_derive v0.10.0 |
2116 | 2023-11-06T16:23:00.060Z | Compiling crossbeam-queue v0.3.8 |
2117 | 2023-11-06T16:23:00.845Z | Checking serial_test v0.10.0 |
2118 | 2023-11-06T16:23:01.295Z | Checking vte v0.11.1 |
2119 | 2023-11-06T16:23:01.591Z | Checking threadpool v1.8.1 |
2120 | 2023-11-06T16:23:03.224Z | Checking libtest-mimic v0.6.1 |
2121 | 2023-11-06T16:23:03.881Z | Checking crossterm v0.26.1 |
2122 | 2023-11-06T16:23:03.934Z | Checking strip-ansi-escapes v0.2.0 |
2123 | 2023-11-06T16:23:04.162Z | Compiling tabled_derive v0.6.0 |
2124 | 2023-11-06T16:23:05.103Z | Checking httptest v0.15.4 |
2125 | 2023-11-06T16:23:05.358Z | Checking similar-asserts v1.5.0 |
2126 | 2023-11-06T16:23:05.672Z | Checking fd-lock v3.0.13 |
2127 | 2023-11-06T16:23:05.749Z | Checking nanorand v0.7.0 |
2128 | 2023-11-06T16:23:05.967Z | Compiling rstest_macros v0.18.2 |
2129 | 2023-11-06T16:23:06.323Z | Checking nu-ansi-term v0.49.0 |
2130 | 2023-11-06T16:23:06.558Z | Checking flume v0.11.0 |
2131 | 2023-11-06T16:23:06.784Z | Checking datatest-stable v0.2.3 |
2132 | 2023-11-06T16:23:06.960Z | Checking reedline v0.23.0 |
2133 | 2023-11-06T16:23:08.004Z | Compiling pin-project-internal v1.1.3 |
2134 | 2023-11-06T16:23:08.760Z | Compiling relative-path v1.9.0 |
2135 | 2023-11-06T16:23:09.619Z | Compiling trybuild v1.0.85 |
2136 | 2023-11-06T16:23:10.169Z | Checking topological-sort v0.2.2 |
2137 | 2023-11-06T16:23:10.179Z | Checking arrayref v0.3.7 |
2138 | 2023-11-06T16:23:10.210Z | Checking arrayvec v0.7.4 |
2139 | 2023-11-06T16:23:10.221Z | Checking constant_time_eq v0.2.6 |
2140 | 2023-11-06T16:23:10.234Z | Checking bytecount v0.6.3 |
2141 | 2023-11-06T16:23:10.314Z | Checking papergrid v0.10.0 |
2142 | 2023-11-06T16:23:10.537Z | Checking blake2b_simd v1.0.1 |
2143 | 2023-11-06T16:23:12.639Z | Checking pin-project v1.1.3 |
2144 | 2023-11-06T16:23:12.652Z | Checking basic-toml v0.1.4 |
2145 | 2023-11-06T16:23:12.965Z | Checking futures-timer v3.0.2 |
2146 | 2023-11-06T16:23:13.382Z | Checking constant_time_eq v0.3.0 |
2147 | 2023-11-06T16:23:13.558Z | Checking rust-argon2 v1.0.1 |
2148 | 2023-11-06T16:23:14.183Z | Checking partial-io v0.5.4 |
2149 | 2023-11-06T16:23:14.553Z | Checking tabled v0.14.0 |
2150 | 2023-11-06T16:23:15.555Z | Checking approx v0.5.1 |
2151 | 2023-11-06T16:23:15.739Z | Checking cargo-platform v0.1.3 |
2152 | 2023-11-06T16:23:16.178Z | Checking hex-literal v0.4.1 |
2153 | 2023-11-06T16:23:16.205Z | Checking cargo_metadata v0.18.0 |
2154 | 2023-11-06T16:23:18.852Z | Checking crossbeam v0.8.2 |
2155 | 2023-11-06T16:23:19.099Z | Checking cargo_toml v0.16.3 |
2156 | 2023-11-06T16:23:19.831Z | Checking termios v0.3.3 |
2157 | 2023-11-06T16:23:22.233Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2158 | 2023-11-06T16:23:23.187Z | Checking rstest v0.18.2 |
2159 | 2023-11-06T16:23:31.883Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2160 | 2023-11-06T16:23:48.947Z | Compiling bzip2 v0.4.4 |
2161 | 2023-11-06T16:23:49.474Z | Compiling zip v0.6.6 |
2162 | 2023-11-06T16:23:50.179Z | Compiling polar-core v0.27.0 |
2163 | 2023-11-06T16:23:50.624Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2164 | 2023-11-06T16:23:56.815Z | Checking rustls-webpki v0.101.7 |
2165 | 2023-11-06T16:24:03.006Z | Checking tokio-rustls v0.24.1 |
2166 | 2023-11-06T16:24:03.568Z | Checking hyper-rustls v0.24.2 |
2167 | 2023-11-06T16:24:04.133Z | Checking reqwest v0.11.20 |
2168 | 2023-11-06T16:24:06.500Z | Checking oso v0.27.0 |
2169 | 2023-11-06T16:24:06.615Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2170 | 2023-11-06T16:24:06.697Z | Checking tough v0.12.5 |
2171 | 2023-11-06T16:24:07.087Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2172 | 2023-11-06T16:24:07.435Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2173 | 2023-11-06T16:24:07.624Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2174 | 2023-11-06T16:24:08.775Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2175 | 2023-11-06T16:24:09.569Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2176 | 2023-11-06T16:24:10.166Z | Compiling omicron-zone-package v0.8.3 |
2177 | 2023-11-06T16:24:12.783Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2178 | 2023-11-06T16:24:21.695Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2179 | 2023-11-06T16:24:21.728Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2180 | 2023-11-06T16:24:21.818Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2181 | 2023-11-06T16:24:23.016Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2182 | 2023-11-06T16:24:23.095Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2183 | 2023-11-06T16:24:23.121Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2184 | 2023-11-06T16:24:23.626Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2185 | 2023-11-06T16:24:24.116Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2186 | 2023-11-06T16:24:24.741Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2187 | 2023-11-06T16:24:24.890Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2188 | 2023-11-06T16:24:25.758Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2189 | 2023-11-06T16:24:26.346Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2190 | 2023-11-06T16:24:27.453Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2191 | 2023-11-06T16:24:28.449Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2192 | 2023-11-06T16:24:28.926Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2193 | 2023-11-06T16:24:31.333Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2194 | 2023-11-06T16:24:34.321Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2195 | 2023-11-06T16:24:34.774Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2196 | 2023-11-06T16:24:35.154Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2197 | 2023-11-06T16:24:36.250Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2198 | 2023-11-06T16:24:36.928Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2199 | 2023-11-06T16:24:39.119Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2200 | 2023-11-06T16:24:41.754Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2201 | 2023-11-06T16:24:44.892Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2202 | 2023-11-06T16:24:48.033Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2203 | 2023-11-06T16:24:48.734Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2204 | 2023-11-06T16:24:48.764Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2205 | 2023-11-06T16:24:48.866Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2206 | 2023-11-06T16:24:50.408Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2207 | 2023-11-06T16:24:52.064Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2208 | 2023-11-06T16:24:59.853Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2209 | 2023-11-06T16:25:01.936Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2210 | 2023-11-06T16:25:04.687Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2211 | 2023-11-06T16:25:11.962Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2212 | 2023-11-06T16:25:12.990Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2213 | 2023-11-06T16:25:13.384Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2214 | 2023-11-06T16:25:15.262Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2215 | 2023-11-06T16:25:19.374Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2216 | 2023-11-06T16:25:21.023Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2217 | 2023-11-06T16:25:21.191Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2218 | 2023-11-06T16:25:24.214Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2219 | 2023-11-06T16:25:25.677Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2220 | 2023-11-06T16:25:27.927Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2221 | 2023-11-06T16:25:28.755Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2222 | 2023-11-06T16:25:30.354Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2223 | 2023-11-06T16:25:31.213Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2224 | 2023-11-06T16:25:36.036Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2225 | 2023-11-06T16:25:36.463Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2226 | 2023-11-06T16:25:41.689Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2227 | 2023-11-06T16:25:41.729Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2228 | 2023-11-06T16:25:45.420Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2229 | 2023-11-06T16:25:47.814Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2230 | 2023-11-06T16:25:49.521Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2231 | 2023-11-06T16:25:49.801Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2232 | 2023-11-06T16:25:52.372Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2233 | 2023-11-06T16:25:59.553Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2234 | 2023-11-06T16:26:00.010Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2235 | 2023-11-06T16:26:00.101Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2236 | 2023-11-06T16:26:02.325Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2237 | 2023-11-06T16:26:02.748Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2238 | 2023-11-06T16:26:05.091Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2239 | 2023-11-06T16:26:08.572Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2240 | 2023-11-06T16:26:24.249Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2241 | 2023-11-06T16:26:38.171Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2242 | 2023-11-06T16:27:02.575Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2243 | 2023-11-06T16:27:35.489Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2244 | 2023-11-06T16:27:52.732Z | Compiling git2 v0.17.2 |
2245 | 2023-11-06T16:28:02.728Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2246 | 2023-11-06T16:28:05.432Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2247 | 2023-11-06T16:28:20.386Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2248 | 2023-11-06T16:28:31.473Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2249 | 2023-11-06T16:28:31.791Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2250 | 2023-11-06T16:28:32.371Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2251 | 2023-11-06T16:28:33.878Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2252 | 2023-11-06T16:29:06.610Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2253 | 2023-11-06T16:30:33.321Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 18s |
2254 | 2023-11-06T16:30:33.547Z | |
2255 | 2023-11-06T16:30:33.554Z | real 14:23.189863341 |
2256 | 2023-11-06T16:30:33.561Z | user 1:25:11.991893219 |
2257 | 2023-11-06T16:30:33.565Z | sys 11:26.721279354 |
2258 | 2023-11-06T16:30:33.568Z | trap 3.046760097 |
2259 | 2023-11-06T16:30:33.572Z | tflt 4.797279030 |
2260 | 2023-11-06T16:30:33.575Z | dflt 5.329159581 |
2261 | 2023-11-06T16:30:33.578Z | kflt 0.024727725 |
2262 | 2023-11-06T16:30:33.581Z | lock 1:54:30.303196126 |
2263 | 2023-11-06T16:30:33.584Z | slp 5:06:14.591132977 |
2264 | 2023-11-06T16:30:33.587Z | lat 3:12.286002651 |
2265 | 2023-11-06T16:30:33.591Z | stop 8:34.005088398 |
2266 | 2023-11-06T16:30:34.814Z | warning: output filename collision. |
2267 | 2023-11-06T16:30:34.817Z | The lib target `dns-service-client` in package `dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `dns-service-client` in package `dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)`. |
2268 | 2023-11-06T16:30:34.821Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
2269 | 2023-11-06T16:30:34.823Z | The targets should have unique names. |
2270 | 2023-11-06T16:30:34.826Z | This is a known bug where multiple crates with the same name use |
2271 | 2023-11-06T16:30:34.829Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2272 | 2023-11-06T16:30:34.832Z | warning: output filename collision. |
2273 | 2023-11-06T16:30:34.835Z | The lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`. |
2274 | 2023-11-06T16:30:34.838Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2275 | 2023-11-06T16:30:34.842Z | The targets should have unique names. |
2276 | 2023-11-06T16:30:34.844Z | This is a known bug where multiple crates with the same name use |
2277 | 2023-11-06T16:30:34.847Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2278 | 2023-11-06T16:30:34.850Z | warning: output filename collision. |
2279 | 2023-11-06T16:30:34.853Z | The lib target `internal-dns` in package `internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `internal-dns` in package `internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)`. |
2280 | 2023-11-06T16:30:34.856Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
2281 | 2023-11-06T16:30:34.859Z | The targets should have unique names. |
2282 | 2023-11-06T16:30:34.864Z | This is a known bug where multiple crates with the same name use |
2283 | 2023-11-06T16:30:34.867Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2284 | 2023-11-06T16:30:34.870Z | warning: output filename collision. |
2285 | 2023-11-06T16:30:34.876Z | The lib target `nexus-client` in package `nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `nexus-client` in package `nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)`. |
2286 | 2023-11-06T16:30:34.879Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
2287 | 2023-11-06T16:30:34.882Z | The targets should have unique names. |
2288 | 2023-11-06T16:30:34.885Z | This is a known bug where multiple crates with the same name use |
2289 | 2023-11-06T16:30:34.888Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2290 | 2023-11-06T16:30:34.891Z | warning: output filename collision. |
2291 | 2023-11-06T16:30:34.894Z | The lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)` has the same output filename as the lib target `nix` in package `nix v0.26.2`. |
2292 | 2023-11-06T16:30:34.897Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2293 | 2023-11-06T16:30:34.900Z | The targets should have unique names. |
2294 | 2023-11-06T16:30:34.903Z | This is a known bug where multiple crates with the same name use |
2295 | 2023-11-06T16:30:34.906Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2296 | 2023-11-06T16:30:34.909Z | warning: output filename collision. |
2297 | 2023-11-06T16:30:34.912Z | The lib target `omicron-common` in package `omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `omicron-common` in package `omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)`. |
2298 | 2023-11-06T16:30:34.915Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
2299 | 2023-11-06T16:30:34.918Z | The targets should have unique names. |
2300 | 2023-11-06T16:30:34.921Z | This is a known bug where multiple crates with the same name use |
2301 | 2023-11-06T16:30:34.924Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2302 | 2023-11-06T16:30:34.927Z | warning: output filename collision. |
2303 | 2023-11-06T16:30:34.932Z | The lib target `omicron-passwords` in package `omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `omicron-passwords` in package `omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)`. |
2304 | 2023-11-06T16:30:34.940Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
2305 | 2023-11-06T16:30:34.943Z | The targets should have unique names. |
2306 | 2023-11-06T16:30:34.946Z | This is a known bug where multiple crates with the same name use |
2307 | 2023-11-06T16:30:34.950Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2308 | 2023-11-06T16:30:34.953Z | warning: output filename collision. |
2309 | 2023-11-06T16:30:34.956Z | The lib target `oximeter` in package `oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2310 | 2023-11-06T16:30:34.959Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2311 | 2023-11-06T16:30:34.962Z | The targets should have unique names. |
2312 | 2023-11-06T16:30:34.967Z | This is a known bug where multiple crates with the same name use |
2313 | 2023-11-06T16:30:34.971Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2314 | 2023-11-06T16:30:34.973Z | warning: output filename collision. |
2315 | 2023-11-06T16:30:34.976Z | 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 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)`. |
2316 | 2023-11-06T16:30:34.979Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2317 | 2023-11-06T16:30:34.982Z | The targets should have unique names. |
2318 | 2023-11-06T16:30:34.985Z | This is a known bug where multiple crates with the same name use |
2319 | 2023-11-06T16:30:34.988Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2320 | 2023-11-06T16:30:34.991Z | warning: output filename collision. |
2321 | 2023-11-06T16:30:34.995Z | The lib target `oximeter-producer` in package `oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `oximeter-producer` in package `oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)`. |
2322 | 2023-11-06T16:30:35.000Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
2323 | 2023-11-06T16:30:35.003Z | The targets should have unique names. |
2324 | 2023-11-06T16:30:35.006Z | This is a known bug where multiple crates with the same name use |
2325 | 2023-11-06T16:30:35.009Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2326 | 2023-11-06T16:30:35.012Z | warning: output filename collision. |
2327 | 2023-11-06T16:30:35.015Z | The lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)` has the same output filename as the lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)`. |
2328 | 2023-11-06T16:30:35.018Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2329 | 2023-11-06T16:30:35.021Z | The targets should have unique names. |
2330 | 2023-11-06T16:30:35.024Z | This is a known bug where multiple crates with the same name use |
2331 | 2023-11-06T16:30:35.027Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2332 | 2023-11-06T16:30:35.410Z | Checking unicode-ident v1.0.12 |
2333 | 2023-11-06T16:30:35.433Z | Documenting libc v0.2.149 |
2334 | 2023-11-06T16:30:35.441Z | Documenting cfg-if v1.0.0 |
2335 | 2023-11-06T16:30:35.463Z | Checking libc v0.2.149 |
2336 | 2023-11-06T16:30:35.483Z | Checking cfg-if v1.0.0 |
2337 | 2023-11-06T16:30:35.496Z | Checking serde v1.0.188 |
2338 | 2023-11-06T16:30:35.509Z | Documenting log v0.4.20 |
2339 | 2023-11-06T16:30:35.512Z | Documenting scopeguard v1.2.0 |
2340 | 2023-11-06T16:30:35.603Z | Documenting itoa v1.0.9 |
2341 | 2023-11-06T16:30:35.637Z | Checking proc-macro2 v1.0.67 |
2342 | 2023-11-06T16:30:36.657Z | Checking quote v1.0.33 |
2343 | 2023-11-06T16:30:37.175Z | Checking syn v2.0.32 |
2344 | 2023-11-06T16:30:37.341Z | Checking syn v1.0.109 |
2345 | 2023-11-06T16:30:39.540Z | Checking once_cell v1.18.0 |
2346 | 2023-11-06T16:30:39.618Z | Documenting lock_api v0.4.10 |
2347 | 2023-11-06T16:30:39.868Z | Documenting memchr v2.6.3 |
2348 | 2023-11-06T16:30:40.011Z | Documenting smallvec v1.11.0 |
2349 | 2023-11-06T16:30:42.072Z | Documenting once_cell v1.18.0 |
2350 | 2023-11-06T16:30:42.352Z | Documenting getrandom v0.2.10 |
2351 | 2023-11-06T16:30:44.372Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2352 | 2023-11-06T16:30:44.421Z | Documenting libm v0.2.7 |
2353 | 2023-11-06T16:30:44.801Z | Documenting pin-project-lite v0.2.13 |
2354 | 2023-11-06T16:30:45.085Z | Documenting parking_lot_core v0.9.8 |
2355 | 2023-11-06T16:30:47.320Z | Documenting signal-hook-registry v1.4.1 |
2356 | 2023-11-06T16:30:47.333Z | Checking itoa v1.0.9 |
2357 | 2023-11-06T16:30:47.655Z | Documenting mio v0.8.8 |
2358 | 2023-11-06T16:30:47.715Z | Documenting serde_derive v1.0.188 |
2359 | 2023-11-06T16:30:48.107Z | Documenting zeroize_derive v1.4.2 |
2360 | 2023-11-06T16:30:48.220Z | Documenting rand_core v0.6.4 |
2361 | 2023-11-06T16:30:48.842Z | Documenting thiserror-impl v1.0.49 |
2362 | 2023-11-06T16:30:49.310Z | Documenting num-traits v0.2.16 |
2363 | 2023-11-06T16:30:51.148Z | Documenting parking_lot v0.12.1 |
2364 | 2023-11-06T16:30:53.342Z | Documenting typenum v1.16.0 |
2365 | 2023-11-06T16:30:54.283Z | Documenting futures-core v0.3.29 |
2366 | 2023-11-06T16:30:54.296Z | Documenting ryu v1.0.15 |
2367 | 2023-11-06T16:30:55.451Z | Documenting zeroize v1.6.0 |
2368 | 2023-11-06T16:30:56.408Z | Documenting tokio-macros v2.1.0 |
2369 | 2023-11-06T16:30:56.530Z | Documenting thiserror v1.0.49 |
2370 | 2023-11-06T16:30:57.467Z | Documenting num_cpus v1.16.0 |
2371 | 2023-11-06T16:30:58.338Z | Documenting socket2 v0.5.4 |
2372 | 2023-11-06T16:30:58.393Z | Documenting serde v1.0.188 |
2373 | 2023-11-06T16:30:59.982Z | Checking thiserror v1.0.49 |
2374 | 2023-11-06T16:31:00.162Z | Checking ryu v1.0.15 |
2375 | 2023-11-06T16:31:00.600Z | Documenting subtle v2.5.0 |
2376 | 2023-11-06T16:31:01.008Z | Checking getrandom v0.2.10 |
2377 | 2023-11-06T16:31:01.377Z | Checking memchr v2.6.3 |
2378 | 2023-11-06T16:31:01.407Z | Documenting generic-array v0.14.7 |
2379 | 2023-11-06T16:31:02.360Z | Documenting futures-sink v0.3.29 |
2380 | 2023-11-06T16:31:02.932Z | Documenting pin-utils v0.1.0 |
2381 | 2023-11-06T16:31:03.700Z | Documenting byteorder v1.5.0 |
2382 | 2023-11-06T16:31:03.897Z | Checking serde_json v1.0.107 |
2383 | 2023-11-06T16:31:05.033Z | Documenting iana-time-zone v0.1.57 |
2384 | 2023-11-06T16:31:06.635Z | Checking heck v0.4.1 |
2385 | 2023-11-06T16:31:06.702Z | Documenting futures-macro v0.3.29 |
2386 | 2023-11-06T16:31:06.953Z | Documenting futures-task v0.3.29 |
2387 | 2023-11-06T16:31:08.313Z | Documenting futures-channel v0.3.29 |
2388 | 2023-11-06T16:31:08.465Z | Documenting crypto-common v0.1.6 |
2389 | 2023-11-06T16:31:09.755Z | Documenting slab v0.4.9 |
2390 | 2023-11-06T16:31:10.434Z | Documenting const-oid v0.9.5 |
2391 | 2023-11-06T16:31:10.730Z | Documenting futures-io v0.3.29 |
2392 | 2023-11-06T16:31:12.952Z | Checking bytes v1.5.0 |
2393 | 2023-11-06T16:31:14.022Z | Documenting ppv-lite86 v0.2.17 |
2394 | 2023-11-06T16:31:14.572Z | Checking log v0.4.20 |
2395 | 2023-11-06T16:31:14.576Z | Documenting tinyvec_macros v0.1.1 |
2396 | 2023-11-06T16:31:14.579Z | Checking byteorder v1.5.0 |
2397 | 2023-11-06T16:31:14.583Z | Documenting base64 v0.21.5 |
2398 | 2023-11-06T16:31:15.158Z | Documenting block-buffer v0.10.4 |
2399 | 2023-11-06T16:31:15.889Z | Documenting tracing-core v0.1.31 |
2400 | 2023-11-06T16:31:16.680Z | Documenting futures-util v0.3.29 |
2401 | 2023-11-06T16:31:18.576Z | Documenting rand_chacha v0.3.1 |
2402 | 2023-11-06T16:31:18.618Z | Documenting tinyvec v1.6.0 |
2403 | 2023-11-06T16:31:19.198Z | Documenting tracing-attributes v0.1.26 |
2404 | 2023-11-06T16:31:20.735Z | Checking fnv v1.0.7 |
2405 | 2023-11-06T16:31:20.925Z | Documenting serde_derive_internals v0.26.0 |
2406 | 2023-11-06T16:31:21.171Z | Documenting digest v0.10.7 |
2407 | 2023-11-06T16:31:23.965Z | Checking serde_derive_internals v0.26.0 |
2408 | 2023-11-06T16:31:24.685Z | Documenting rand v0.8.5 |
2409 | 2023-11-06T16:31:24.975Z | Documenting dyn-clone v1.0.13 |
2410 | 2023-11-06T16:31:28.929Z | Documenting unicode-normalization v0.1.22 |
2411 | 2023-11-06T16:31:29.722Z | Documenting fnv v1.0.7 |
2412 | 2023-11-06T16:31:30.186Z | Checking ucd-trie v0.1.6 |
2413 | 2023-11-06T16:31:30.295Z | Documenting schemars_derive v0.8.13 |
2414 | 2023-11-06T16:31:30.493Z | Documenting cpufeatures v0.2.9 |
2415 | 2023-11-06T16:31:31.574Z | Documenting bytes v1.5.0 |
2416 | 2023-11-06T16:31:32.335Z | Documenting serde_json v1.0.107 |
2417 | 2023-11-06T16:31:32.543Z | Documenting bitflags v2.4.0 |
2418 | 2023-11-06T16:31:34.938Z | Documenting chrono v0.4.31 |
2419 | 2023-11-06T16:31:36.004Z | Documenting uuid v1.4.1 |
2420 | 2023-11-06T16:31:36.284Z | Checking pest v2.7.2 |
2421 | 2023-11-06T16:31:39.051Z | Documenting tokio v1.33.0 |
2422 | 2023-11-06T16:31:39.516Z | Documenting spin v0.9.8 |
2423 | 2023-11-06T16:31:39.538Z | Checking libm v0.2.7 |
2424 | 2023-11-06T16:31:40.371Z | Documenting unicode-bidi v0.3.13 |
2425 | 2023-11-06T16:31:40.993Z | Documenting http v0.2.9 |
2426 | 2023-11-06T16:31:41.083Z | Checking num-traits v0.2.16 |
2427 | 2023-11-06T16:31:42.048Z | Documenting tracing v0.1.37 |
2428 | 2023-11-06T16:31:43.073Z | Documenting lazy_static v1.4.0 |
2429 | 2023-11-06T16:31:43.991Z | Documenting percent-encoding v2.3.0 |
2430 | 2023-11-06T16:31:44.022Z | Documenting ahash v0.8.3 |
2431 | 2023-11-06T16:31:44.243Z | Documenting schemars v0.8.13 |
2432 | 2023-11-06T16:31:46.683Z | Checking ahash v0.8.3 |
2433 | 2023-11-06T16:31:47.117Z | Checking time-core v0.1.1 |
2434 | 2023-11-06T16:31:47.258Z | Documenting allocator-api2 v0.2.16 |
2435 | 2023-11-06T16:31:47.360Z | Documenting adler v1.0.2 |
2436 | 2023-11-06T16:31:49.374Z | Documenting unicode-ident v1.0.12 |
2437 | 2023-11-06T16:31:50.301Z | Documenting form_urlencoded v1.2.0 |
2438 | 2023-11-06T16:31:50.314Z | Documenting idna v0.4.0 |
2439 | 2023-11-06T16:31:51.323Z | Documenting miniz_oxide v0.7.1 |
2440 | 2023-11-06T16:31:52.222Z | Documenting hashbrown v0.14.0 |
2441 | 2023-11-06T16:31:53.485Z | Documenting proc-macro2 v1.0.67 |
2442 | 2023-11-06T16:31:53.793Z | Documenting httparse v1.8.0 |
2443 | 2023-11-06T16:31:55.322Z | Documenting untrusted v0.9.0 |
2444 | 2023-11-06T16:31:55.770Z | Documenting equivalent v1.0.1 |
2445 | 2023-11-06T16:31:56.287Z | Checking zerocopy v0.3.0 |
2446 | 2023-11-06T16:31:56.689Z | Documenting url v2.4.1 |
2447 | 2023-11-06T16:31:57.438Z | Checking uuid v1.4.1 |
2448 | 2023-11-06T16:31:58.248Z | Checking iana-time-zone v0.1.57 |
2449 | 2023-11-06T16:31:58.482Z | Checking chrono v0.4.31 |
2450 | 2023-11-06T16:31:59.516Z | Documenting ring v0.17.5 |
2451 | 2023-11-06T16:31:59.739Z | Checking dof v0.1.5 |
2452 | 2023-11-06T16:31:59.877Z | Documenting indexmap v2.0.0 |
2453 | 2023-11-06T16:32:00.063Z | Checking dtrace-parser v0.1.14 |
2454 | 2023-11-06T16:32:00.291Z | Documenting quote v1.0.33 |
2455 | 2023-11-06T16:32:00.501Z | Checking thread-id v4.2.0 |
2456 | 2023-11-06T16:32:00.683Z | Documenting sct v0.7.0 |
2457 | 2023-11-06T16:32:00.884Z | Documenting slog v2.7.0 |
2458 | 2023-11-06T16:32:02.089Z | Documenting openssl-probe v0.1.5 |
2459 | 2023-11-06T16:32:03.150Z | Documenting httpdate v1.0.3 |
2460 | 2023-11-06T16:32:06.691Z | Documenting try-lock v0.2.4 |
2461 | 2023-11-06T16:32:06.854Z | Checking usdt-impl v0.3.5 |
2462 | 2023-11-06T16:32:07.472Z | Documenting http-body v0.4.5 |
2463 | 2023-11-06T16:32:07.648Z | Documenting rustls-pemfile v1.0.3 |
2464 | 2023-11-06T16:32:07.774Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2465 | 2023-11-06T16:32:08.201Z | Documenting tokio-util v0.7.10 |
2466 | 2023-11-06T16:32:08.377Z | Documenting openssl-macros v0.1.1 |
2467 | 2023-11-06T16:32:08.445Z | Documenting rustls-webpki v0.101.7 |
2468 | 2023-11-06T16:32:09.090Z | Documenting openssl-sys v0.9.93 |
2469 | 2023-11-06T16:32:09.190Z | Documenting mime v0.3.17 |
2470 | 2023-11-06T16:32:10.926Z | Documenting want v0.3.1 |
2471 | 2023-11-06T16:32:13.682Z | Documenting tower-service v0.3.2 |
2472 | 2023-11-06T16:32:14.640Z | Documenting gimli v0.28.0 |
2473 | 2023-11-06T16:32:15.241Z | Documenting time-macros v0.2.13 |
2474 | 2023-11-06T16:32:15.418Z | Documenting async-trait v0.1.74 |
2475 | 2023-11-06T16:32:15.430Z | Documenting rustls v0.21.8 |
2476 | 2023-11-06T16:32:16.641Z | Documenting h2 v0.3.21 |
2477 | 2023-11-06T16:32:16.973Z | Documenting object v0.32.1 |
2478 | 2023-11-06T16:32:19.821Z | Documenting aho-corasick v1.0.4 |
2479 | 2023-11-06T16:32:20.455Z | Documenting openssl v0.10.57 |
2480 | 2023-11-06T16:32:22.778Z | Documenting errno v0.3.2 |
2481 | 2023-11-06T16:32:23.663Z | Documenting deranged v0.3.8 |
2482 | 2023-11-06T16:32:24.329Z | Documenting addr2line v0.21.0 |
2483 | 2023-11-06T16:32:27.788Z | Documenting regex-syntax v0.8.2 |
2484 | 2023-11-06T16:32:27.805Z | Documenting ipnet v2.8.0 |
2485 | 2023-11-06T16:32:27.859Z | Documenting tokio-rustls v0.24.1 |
2486 | 2023-11-06T16:32:29.817Z | Checking allocator-api2 v0.2.16 |
2487 | 2023-11-06T16:32:30.854Z | Checking dyn-clone v1.0.13 |
2488 | 2023-11-06T16:32:30.934Z | Documenting unicode-width v0.1.11 |
2489 | 2023-11-06T16:32:31.053Z | Documenting num_threads v0.1.6 |
2490 | 2023-11-06T16:32:32.809Z | Documenting hyper v0.14.27 |
2491 | 2023-11-06T16:32:33.700Z | Documenting time-core v0.1.1 |
2492 | 2023-11-06T16:32:34.262Z | Documenting rustc-demangle v0.1.23 |
2493 | 2023-11-06T16:32:35.442Z | Checking schemars v0.8.13 |
2494 | 2023-11-06T16:32:35.640Z | Checking hashbrown v0.14.0 |
2495 | 2023-11-06T16:32:35.999Z | Documenting rustix v0.38.9 |
2496 | 2023-11-06T16:32:37.311Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2497 | 2023-11-06T16:32:37.438Z | Checking pest_meta v2.7.2 |
2498 | 2023-11-06T16:32:38.012Z | Documenting crossbeam-utils v0.8.16 |
2499 | 2023-11-06T16:32:38.192Z | Documenting time v0.3.27 |
2500 | 2023-11-06T16:32:38.288Z | Documenting regex-automata v0.4.3 |
2501 | 2023-11-06T16:32:38.749Z | Documenting backtrace v0.3.69 |
2502 | 2023-11-06T16:32:39.132Z | Checking equivalent v1.0.1 |
2503 | 2023-11-06T16:32:39.236Z | Checking indexmap v2.0.0 |
2504 | 2023-11-06T16:32:40.936Z | Documenting native-tls v0.2.11 |
2505 | 2023-11-06T16:32:44.795Z | Checking hashbrown v0.13.2 |
2506 | 2023-11-06T16:32:46.510Z | Documenting pest_meta v2.7.2 |
2507 | 2023-11-06T16:32:46.835Z | Documenting anyhow v1.0.75 |
2508 | 2023-11-06T16:32:46.861Z | Checking http v0.2.9 |
2509 | 2023-11-06T16:32:47.123Z | Documenting encoding_rs v0.8.33 |
2510 | 2023-11-06T16:32:48.755Z | Documenting tokio-native-tls v0.3.1 |
2511 | 2023-11-06T16:32:49.075Z | Checking pest_generator v2.7.2 |
2512 | 2023-11-06T16:32:50.292Z | Documenting rustls-native-certs v0.6.3 |
2513 | 2023-11-06T16:32:51.087Z | Documenting regex v1.10.2 |
2514 | 2023-11-06T16:32:52.762Z | Documenting serde_urlencoded v0.7.1 |
2515 | 2023-11-06T16:32:53.113Z | Documenting pest_generator v2.7.2 |
2516 | 2023-11-06T16:32:53.537Z | Checking aho-corasick v1.0.4 |
2517 | 2023-11-06T16:32:54.495Z | Documenting ucd-trie v0.1.6 |
2518 | 2023-11-06T16:32:55.144Z | Checking regex-syntax v0.8.2 |
2519 | 2023-11-06T16:32:56.088Z | Checking serde_tokenstream v0.1.7 |
2520 | 2023-11-06T16:32:56.391Z | Documenting hyper-rustls v0.24.2 |
2521 | 2023-11-06T16:32:56.668Z | Documenting webpki-roots v0.25.2 |
2522 | 2023-11-06T16:32:57.722Z | Documenting hyper-tls v0.5.0 |
2523 | 2023-11-06T16:32:59.304Z | Documenting syn v2.0.32 |
2524 | 2023-11-06T16:32:59.778Z | Documenting dof v0.1.5 |
2525 | 2023-11-06T16:33:00.545Z | Documenting pest v2.7.2 |
2526 | 2023-11-06T16:33:00.689Z | Checking regex-automata v0.4.3 |
2527 | 2023-11-06T16:33:00.931Z | Documenting pest_derive v2.7.2 |
2528 | 2023-11-06T16:33:02.929Z | Documenting thread-id v4.2.0 |
2529 | 2023-11-06T16:33:06.297Z | Documenting usdt-macro v0.3.5 |
2530 | 2023-11-06T16:33:06.301Z | Checking regex v1.10.2 |
2531 | 2023-11-06T16:33:07.364Z | Documenting usdt-attr-macro v0.3.5 |
2532 | 2023-11-06T16:33:07.722Z | Documenting openapiv3 v1.0.3 |
2533 | 2023-11-06T16:33:08.118Z | Documenting ipnetwork v0.20.0 |
2534 | 2023-11-06T16:33:08.599Z | Documenting reqwest v0.11.20 |
2535 | 2023-11-06T16:33:08.998Z | Documenting sha2 v0.10.8 |
2536 | 2023-11-06T16:33:09.224Z | Documenting dtrace-parser v0.1.14 |
2537 | 2023-11-06T16:33:13.683Z | Documenting futures-executor v0.3.29 |
2538 | 2023-11-06T16:33:14.759Z | Checking serde_tokenstream v0.2.0 |
2539 | 2023-11-06T16:33:15.249Z | Documenting usdt-impl v0.3.5 |
2540 | 2023-11-06T16:33:15.376Z | Checking strsim v0.10.0 |
2541 | 2023-11-06T16:33:15.713Z | Checking unicode-width v0.1.11 |
2542 | 2023-11-06T16:33:15.953Z | Checking regress v0.7.1 |
2543 | 2023-11-06T16:33:16.207Z | Documenting hex v0.4.3 |
2544 | 2023-11-06T16:33:16.437Z | Documenting hmac v0.12.1 |
2545 | 2023-11-06T16:33:17.962Z | Documenting fallible-iterator v0.2.0 |
2546 | 2023-11-06T16:33:20.373Z | Documenting futures v0.3.29 |
2547 | 2023-11-06T16:33:21.015Z | Checking typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2548 | 2023-11-06T16:33:22.884Z | Checking openapiv3 v1.0.3 |
2549 | 2023-11-06T16:33:23.210Z | Documenting usdt v0.3.5 |
2550 | 2023-11-06T16:33:24.164Z | Documenting stringprep v0.1.3 |
2551 | 2023-11-06T16:33:24.252Z | Documenting semver v1.0.20 |
2552 | 2023-11-06T16:33:24.266Z | Documenting md-5 v0.10.5 |
2553 | 2023-11-06T16:33:25.390Z | Documenting regress v0.7.1 |
2554 | 2023-11-06T16:33:28.349Z | Documenting utf8parse v0.2.1 |
2555 | 2023-11-06T16:33:30.451Z | Documenting siphasher v0.3.11 |
2556 | 2023-11-06T16:33:30.890Z | Documenting block-padding v0.3.3 |
2557 | 2023-11-06T16:33:31.351Z | Documenting postgres-protocol v0.6.6 |
2558 | 2023-11-06T16:33:31.354Z | Checking unsafe-libyaml v0.2.9 |
2559 | 2023-11-06T16:33:31.916Z | Documenting heck v0.4.1 |
2560 | 2023-11-06T16:33:32.004Z | Documenting static_assertions v1.1.0 |
2561 | 2023-11-06T16:33:32.665Z | Checking typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2562 | 2023-11-06T16:33:32.866Z | Documenting typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2563 | 2023-11-06T16:33:33.450Z | Checking getopts v0.2.21 |
2564 | 2023-11-06T16:33:33.965Z | Documenting toml_datetime v0.6.3 |
2565 | 2023-11-06T16:33:34.990Z | Documenting phf_shared v0.11.2 |
2566 | 2023-11-06T16:33:35.016Z | Documenting num-integer v0.1.45 |
2567 | 2023-11-06T16:33:36.511Z | Documenting whoami v1.4.1 |
2568 | 2023-11-06T16:33:37.378Z | Documenting inout v0.1.3 |
2569 | 2023-11-06T16:33:38.355Z | Documenting typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2570 | 2023-11-06T16:33:40.571Z | Documenting unsafe-libyaml v0.2.9 |
2571 | 2023-11-06T16:33:40.594Z | Documenting postgres-types v0.2.6 |
2572 | 2023-11-06T16:33:41.089Z | Documenting phf v0.11.2 |
2573 | 2023-11-06T16:33:41.545Z | Documenting either v1.9.0 |
2574 | 2023-11-06T16:33:42.583Z | Checking ident_case v1.0.1 |
2575 | 2023-11-06T16:33:42.824Z | Checking progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2576 | 2023-11-06T16:33:43.159Z | Checking serde_yaml v0.9.25 |
2577 | 2023-11-06T16:33:43.872Z | Documenting cipher v0.4.4 |
2578 | 2023-11-06T16:33:45.715Z | Documenting progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2579 | 2023-11-06T16:33:46.198Z | Documenting serde_yaml v0.9.25 |
2580 | 2023-11-06T16:33:46.368Z | Documenting getopts v0.2.21 |
2581 | 2023-11-06T16:33:47.490Z | Documenting zerocopy v0.6.4 |
2582 | 2023-11-06T16:33:47.730Z | Documenting data-encoding v2.4.0 |
2583 | 2023-11-06T16:33:50.207Z | Documenting typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2584 | 2023-11-06T16:33:51.202Z | Documenting tokio-postgres v0.7.10 |
2585 | 2023-11-06T16:33:52.602Z | Documenting anstyle v1.0.2 |
2586 | 2023-11-06T16:33:52.756Z | Documenting anstyle-parse v0.2.1 |
2587 | 2023-11-06T16:33:53.872Z | Documenting colorchoice v1.0.0 |
2588 | 2023-11-06T16:33:54.353Z | Documenting anstyle-query v1.0.0 |
2589 | 2023-11-06T16:33:55.491Z | Documenting progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2590 | 2023-11-06T16:33:55.660Z | Documenting match_cfg v0.1.0 |
2591 | 2023-11-06T16:33:57.391Z | Documenting itertools v0.11.0 |
2592 | 2023-11-06T16:33:57.967Z | Documenting terminal_size v0.2.6 |
2593 | 2023-11-06T16:33:58.760Z | Documenting dirs-sys-next v0.1.2 |
2594 | 2023-11-06T16:33:59.825Z | Documenting hostname v0.3.1 |
2595 | 2023-11-06T16:34:00.175Z | Documenting anstream v0.5.0 |
2596 | 2023-11-06T16:34:01.180Z | Documenting progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2597 | 2023-11-06T16:34:04.136Z | Documenting strsim v0.10.0 |
2598 | 2023-11-06T16:34:04.921Z | Documenting tap v1.0.1 |
2599 | 2023-11-06T16:34:05.564Z | Documenting clap_lex v0.5.1 |
2600 | 2023-11-06T16:34:05.953Z | Documenting dirs-next v2.0.0 |
2601 | 2023-11-06T16:34:06.377Z | Documenting clap_derive v4.4.2 |
2602 | 2023-11-06T16:34:07.645Z | Documenting thread_local v1.1.7 |
2603 | 2023-11-06T16:34:08.891Z | Documenting crc32fast v1.3.2 |
2604 | 2023-11-06T16:34:09.298Z | Documenting wyz v0.5.1 |
2605 | 2023-11-06T16:34:10.313Z | Documenting radium v0.7.0 |
2606 | 2023-11-06T16:34:11.524Z | Documenting clap_builder v4.4.2 |
2607 | 2023-11-06T16:34:12.075Z | Documenting funty v2.0.0 |
2608 | 2023-11-06T16:34:12.709Z | Documenting progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2609 | 2023-11-06T16:34:13.368Z | Documenting term v0.7.0 |
2610 | 2023-11-06T16:34:13.806Z | Documenting num-iter v0.1.43 |
2611 | 2023-11-06T16:34:14.632Z | Documenting crossbeam-channel v0.5.8 |
2612 | 2023-11-06T16:34:14.855Z | Documenting sha1 v0.10.5 |
2613 | 2023-11-06T16:34:15.004Z | Documenting enum-as-inner v0.5.1 |
2614 | 2023-11-06T16:34:16.879Z | Documenting bitvec v1.0.1 |
2615 | 2023-11-06T16:34:19.770Z | Documenting atty v0.2.14 |
2616 | 2023-11-06T16:34:20.542Z | Documenting memoffset v0.9.0 |
2617 | 2023-11-06T16:34:21.187Z | Documenting clap v4.4.3 |
2618 | 2023-11-06T16:34:21.395Z | Documenting take_mut v0.2.2 |
2619 | 2023-11-06T16:34:21.804Z | Documenting flate2 v1.0.28 |
2620 | 2023-11-06T16:34:22.100Z | Documenting trust-dns-proto v0.22.0 |
2621 | 2023-11-06T16:34:24.417Z | Documenting slog-term v2.9.0 |
2622 | 2023-11-06T16:34:24.617Z | Documenting crossbeam-epoch v0.9.15 |
2623 | 2023-11-06T16:34:27.390Z | Documenting slog-async v2.8.0 |
2624 | 2023-11-06T16:34:27.680Z | Documenting slog-json v2.6.1 |
2625 | 2023-11-06T16:34:28.490Z | Documenting camino v1.1.6 |
2626 | 2023-11-06T16:34:29.302Z | Documenting paste v1.0.14 |
2627 | 2023-11-06T16:34:29.360Z | Documenting signature v2.1.0 |
2628 | 2023-11-06T16:34:31.222Z | Documenting hash32 v0.2.1 |
2629 | 2023-11-06T16:34:31.420Z | Documenting scheduled-thread-pool v0.2.7 |
2630 | 2023-11-06T16:34:33.684Z | Checking diesel_table_macro_syntax v0.1.0 |
2631 | 2023-11-06T16:34:33.950Z | Documenting diesel_table_macro_syntax v0.1.0 |
2632 | 2023-11-06T16:34:35.272Z | Documenting slog-bunyan v2.4.0 |
2633 | 2023-11-06T16:34:35.601Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2634 | 2023-11-06T16:34:36.526Z | Documenting stable_deref_trait v1.2.0 |
2635 | 2023-11-06T16:34:36.529Z | Documenting unicode-segmentation v1.10.1 |
2636 | 2023-11-06T16:34:36.533Z | Checking darling_core v0.20.3 |
2637 | 2023-11-06T16:34:37.624Z | Documenting async-stream-impl v0.3.5 |
2638 | 2023-11-06T16:34:37.720Z | Documenting r2d2 v0.8.10 |
2639 | 2023-11-06T16:34:39.343Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2640 | 2023-11-06T16:34:39.821Z | Documenting heapless v0.7.16 |
2641 | 2023-11-06T16:34:40.941Z | Documenting strum v0.25.0 |
2642 | 2023-11-06T16:34:41.376Z | Documenting diesel_derives v2.1.1 |
2643 | 2023-11-06T16:34:41.750Z | Documenting bzip2 v0.4.4 |
2644 | 2023-11-06T16:34:42.799Z | Documenting atomic-waker v1.1.1 |
2645 | 2023-11-06T16:34:44.507Z | Documenting managed v0.8.0 |
2646 | 2023-11-06T16:34:44.849Z | Documenting bit-vec v0.6.3 |
2647 | 2023-11-06T16:34:45.620Z | Documenting debug-ignore v1.0.5 |
2648 | 2023-11-06T16:34:46.996Z | Documenting async-stream v0.3.5 |
2649 | 2023-11-06T16:34:47.117Z | Documenting waitgroup v0.1.2 |
2650 | 2023-11-06T16:34:47.439Z | Checking darling v0.20.3 |
2651 | 2023-11-06T16:34:47.601Z | Documenting num-bigint v0.4.4 |
2652 | 2023-11-06T16:34:48.194Z | Documenting zip v0.6.6 |
2653 | 2023-11-06T16:34:49.312Z | Documenting smoltcp v0.9.1 |
2654 | 2023-11-06T16:34:49.774Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2655 | 2023-11-06T16:34:50.880Z | Documenting multer v2.1.0 |
2656 | 2023-11-06T16:34:52.922Z | Documenting diesel v2.1.3 |
2657 | 2023-11-06T16:34:52.997Z | Documenting serde_path_to_error v0.1.14 |
2658 | 2023-11-06T16:34:53.158Z | Documenting hubpack v0.1.2 |
2659 | 2023-11-06T16:34:55.069Z | Documenting bstr v1.6.0 |
2660 | 2023-11-06T16:34:57.147Z | Documenting serde_repr v0.1.16 |
2661 | 2023-11-06T16:34:57.215Z | Documenting fixedbitset v0.4.2 |
2662 | 2023-11-06T16:34:57.916Z | Documenting new_debug_unreachable v1.0.4 |
2663 | 2023-11-06T16:34:58.807Z | Documenting lalrpop-util v0.19.12 |
2664 | 2023-11-06T16:34:59.867Z | Documenting precomputed-hash v0.1.1 |
2665 | 2023-11-06T16:35:00.114Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2666 | 2023-11-06T16:35:01.944Z | Documenting petgraph v0.6.4 |
2667 | 2023-11-06T16:35:02.162Z | Documenting yasna v0.5.2 |
2668 | 2023-11-06T16:35:02.926Z | Documenting serde_with_macros v2.3.3 |
2669 | 2023-11-06T16:35:04.020Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2670 | 2023-11-06T16:35:04.935Z | Documenting console v0.15.7 |
2671 | 2023-11-06T16:35:05.992Z | Documenting string_cache v0.8.7 |
2672 | 2023-11-06T16:35:10.969Z | Documenting float-cmp v0.9.0 |
2673 | 2023-11-06T16:35:10.986Z | Documenting normalize-line-endings v0.3.0 |
2674 | 2023-11-06T16:35:11.631Z | Documenting predicates-core v1.0.6 |
2675 | 2023-11-06T16:35:12.347Z | Documenting difflib v0.4.0 |
2676 | 2023-11-06T16:35:12.875Z | Documenting serde_with v2.3.3 |
2677 | 2023-11-06T16:35:13.402Z | Documenting bit-set v0.5.3 |
2678 | 2023-11-06T16:35:17.119Z | Documenting similar v2.2.1 |
2679 | 2023-11-06T16:35:17.830Z | Documenting tokio-stream v0.1.14 |
2680 | 2023-11-06T16:35:17.980Z | Documenting structmeta-derive v0.1.6 |
2681 | 2023-11-06T16:35:18.393Z | Documenting predicates v3.0.4 |
2682 | 2023-11-06T16:35:19.650Z | Checking structmeta v0.1.6 |
2683 | 2023-11-06T16:35:20.003Z | Documenting instant v0.1.12 |
2684 | 2023-11-06T16:35:23.188Z | Checking regex-syntax v0.6.29 |
2685 | 2023-11-06T16:35:24.161Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2686 | 2023-11-06T16:35:24.173Z | Documenting macaddr v1.0.1 |
2687 | 2023-11-06T16:35:25.991Z | Documenting backoff v0.4.0 |
2688 | 2023-11-06T16:35:26.418Z | Documenting base64ct v1.6.0 |
2689 | 2023-11-06T16:35:26.542Z | Checking scopeguard v1.2.0 |
2690 | 2023-11-06T16:35:26.675Z | Documenting structmeta v0.1.6 |
2691 | 2023-11-06T16:35:26.718Z | Checking lock_api v0.4.10 |
2692 | 2023-11-06T16:35:27.405Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2693 | 2023-11-06T16:35:27.602Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2694 | 2023-11-06T16:35:27.947Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2695 | 2023-11-06T16:35:28.092Z | Documenting crucible-workspace-hack v0.1.0 |
2696 | 2023-11-06T16:35:30.929Z | Checking smallvec v1.11.0 |
2697 | 2023-11-06T16:35:30.950Z | Documenting is-terminal v0.4.9 |
2698 | 2023-11-06T16:35:31.267Z | Checking parking_lot_core v0.9.8 |
2699 | 2023-11-06T16:35:31.827Z | Documenting blake2 v0.10.6 |
2700 | 2023-11-06T16:35:32.934Z | Checking pin-project-lite v0.2.13 |
2701 | 2023-11-06T16:35:32.959Z | Documenting password-hash v0.5.0 |
2702 | 2023-11-06T16:35:33.137Z | Checking parking_lot v0.12.1 |
2703 | 2023-11-06T16:35:33.187Z | Checking rand_core v0.6.4 |
2704 | 2023-11-06T16:35:33.599Z | Checking typenum v1.16.0 |
2705 | 2023-11-06T16:35:33.628Z | Checking zeroize v1.6.0 |
2706 | 2023-11-06T16:35:33.642Z | Documenting proc-macro-error-attr v1.0.4 |
2707 | 2023-11-06T16:35:33.973Z | Documenting parse-display-derive v0.7.0 |
2708 | 2023-11-06T16:35:34.021Z | Checking futures-core v0.3.29 |
2709 | 2023-11-06T16:35:34.076Z | Checking unicode-segmentation v1.10.1 |
2710 | 2023-11-06T16:35:34.298Z | Checking proc-macro-error v1.0.4 |
2711 | 2023-11-06T16:35:34.721Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2712 | 2023-11-06T16:35:35.140Z | Checking mio v0.8.8 |
2713 | 2023-11-06T16:35:35.781Z | Checking generic-array v0.14.7 |
2714 | 2023-11-06T16:35:36.145Z | Checking socket2 v0.5.4 |
2715 | 2023-11-06T16:35:36.899Z | Checking num_cpus v1.16.0 |
2716 | 2023-11-06T16:35:37.065Z | Checking signal-hook-registry v1.4.1 |
2717 | 2023-11-06T16:35:37.482Z | Checking futures-sink v0.3.29 |
2718 | 2023-11-06T16:35:37.698Z | Documenting fastrand v2.0.0 |
2719 | 2023-11-06T16:35:37.701Z | Documenting postcard-cobs v0.1.5-pre |
2720 | 2023-11-06T16:35:37.798Z | Checking tokio v1.33.0 |
2721 | 2023-11-06T16:35:39.018Z | Documenting foreign-types-macros v0.2.3 |
2722 | 2023-11-06T16:35:39.501Z | Documenting argon2 v0.5.2 |
2723 | 2023-11-06T16:35:39.891Z | Documenting proc-macro-error v1.0.4 |
2724 | 2023-11-06T16:35:41.365Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2725 | 2023-11-06T16:35:41.932Z | Documenting postcard v0.7.3 |
2726 | 2023-11-06T16:35:43.875Z | Documenting parse-display v0.7.0 |
2727 | 2023-11-06T16:35:44.295Z | Documenting tempfile v3.8.0 |
2728 | 2023-11-06T16:35:46.574Z | Documenting foreign-types-shared v0.3.1 |
2729 | 2023-11-06T16:35:47.053Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2730 | 2023-11-06T16:35:47.365Z | Checking tinyvec_macros v0.1.1 |
2731 | 2023-11-06T16:35:47.494Z | Checking spin v0.5.2 |
2732 | 2023-11-06T16:35:47.788Z | Checking tinyvec v1.6.0 |
2733 | 2023-11-06T16:35:48.357Z | Checking futures-channel v0.3.29 |
2734 | 2023-11-06T16:35:48.457Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2735 | 2023-11-06T16:35:48.896Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2736 | 2023-11-06T16:35:49.084Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2737 | 2023-11-06T16:35:49.983Z | Documenting cstr-argument v0.1.2 |
2738 | 2023-11-06T16:35:50.191Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2739 | 2023-11-06T16:35:50.591Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2740 | 2023-11-06T16:35:50.818Z | Documenting foreign-types v0.5.0 |
2741 | 2023-11-06T16:35:51.275Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2742 | 2023-11-06T16:35:51.671Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2743 | 2023-11-06T16:35:54.648Z | Checking slab v0.4.9 |
2744 | 2023-11-06T16:35:55.045Z | Checking futures-task v0.3.29 |
2745 | 2023-11-06T16:35:55.112Z | Checking futures-io v0.3.29 |
2746 | 2023-11-06T16:35:55.384Z | Checking pin-utils v0.1.0 |
2747 | 2023-11-06T16:35:55.399Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2748 | 2023-11-06T16:35:55.402Z | Checking unicode-normalization v0.1.22 |
2749 | 2023-11-06T16:35:55.511Z | Checking futures-util v0.3.29 |
2750 | 2023-11-06T16:35:56.829Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2751 | 2023-11-06T16:35:56.922Z | Checking crypto-common v0.1.6 |
2752 | 2023-11-06T16:35:57.198Z | Documenting colored v2.0.4 |
2753 | 2023-11-06T16:35:57.721Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2754 | 2023-11-06T16:35:58.785Z | Checking spin v0.9.8 |
2755 | 2023-11-06T16:35:59.313Z | Checking tracing-core v0.1.31 |
2756 | 2023-11-06T16:36:00.388Z | Checking unicode-bidi v0.3.13 |
2757 | 2023-11-06T16:36:01.017Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2758 | 2023-11-06T16:36:01.148Z | Checking tracing v0.1.37 |
2759 | 2023-11-06T16:36:01.660Z | Documenting zone_cfg_derive v0.2.0 |
2760 | 2023-11-06T16:36:02.988Z | Checking block-buffer v0.10.4 |
2761 | 2023-11-06T16:36:03.186Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2762 | 2023-11-06T16:36:03.329Z | Documenting num-derive v0.4.0 |
2763 | 2023-11-06T16:36:04.050Z | Checking const-oid v0.9.5 |
2764 | 2023-11-06T16:36:04.097Z | Checking ppv-lite86 v0.2.17 |
2765 | 2023-11-06T16:36:04.356Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2766 | 2023-11-06T16:36:05.271Z | Checking subtle v2.5.0 |
2767 | 2023-11-06T16:36:05.690Z | Checking rand_chacha v0.3.1 |
2768 | 2023-11-06T16:36:06.235Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2769 | 2023-11-06T16:36:06.903Z | Checking digest v0.10.7 |
2770 | 2023-11-06T16:36:07.509Z | Documenting smf v0.2.2 |
2771 | 2023-11-06T16:36:09.354Z | Documenting zone v0.2.0 |
2772 | 2023-11-06T16:36:10.634Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2773 | 2023-11-06T16:36:10.973Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2774 | 2023-11-06T16:36:13.976Z | Checking bitflags v2.4.0 |
2775 | 2023-11-06T16:36:14.438Z | Documenting linked-hash-map v0.5.6 |
2776 | 2023-11-06T16:36:15.125Z | Checking base64 v0.21.5 |
2777 | 2023-11-06T16:36:15.885Z | Checking rand v0.8.5 |
2778 | 2023-11-06T16:36:16.284Z | Checking tokio-util v0.7.10 |
2779 | 2023-11-06T16:36:17.019Z | Checking untrusted v0.9.0 |
2780 | 2023-11-06T16:36:17.259Z | Checking untrusted v0.7.1 |
2781 | 2023-11-06T16:36:17.522Z | Checking foreign-types-shared v0.1.1 |
2782 | 2023-11-06T16:36:17.536Z | Checking bitflags v1.3.2 |
2783 | 2023-11-06T16:36:17.667Z | Checking hashbrown v0.12.3 |
2784 | 2023-11-06T16:36:17.681Z | Checking percent-encoding v2.3.0 |
2785 | 2023-11-06T16:36:19.781Z | Checking openssl-probe v0.1.5 |
2786 | 2023-11-06T16:36:19.950Z | Checking foreign-types v0.3.2 |
2787 | 2023-11-06T16:36:19.981Z | Checking ring v0.16.20 |
2788 | 2023-11-06T16:36:19.992Z | Checking ring v0.17.5 |
2789 | 2023-11-06T16:36:20.005Z | Checking errno v0.3.2 |
2790 | 2023-11-06T16:36:20.016Z | Checking openssl-sys v0.9.93 |
2791 | 2023-11-06T16:36:20.024Z | Checking siphasher v0.3.11 |
2792 | 2023-11-06T16:36:20.034Z | Checking indexmap v1.9.3 |
2793 | 2023-11-06T16:36:20.046Z | Checking adler v1.0.2 |
2794 | 2023-11-06T16:36:20.056Z | Checking try-lock v0.2.4 |
2795 | 2023-11-06T16:36:20.071Z | Checking want v0.3.1 |
2796 | 2023-11-06T16:36:20.178Z | Checking miniz_oxide v0.7.1 |
2797 | 2023-11-06T16:36:20.512Z | Checking h2 v0.3.21 |
2798 | 2023-11-06T16:36:20.907Z | Documenting lru-cache v0.1.2 |
2799 | 2023-11-06T16:36:20.938Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2800 | 2023-11-06T16:36:21.039Z | Checking sct v0.7.0 |
2801 | 2023-11-06T16:36:21.163Z | Checking openssl v0.10.57 |
2802 | 2023-11-06T16:36:21.171Z | Checking rustls-webpki v0.101.7 |
2803 | 2023-11-06T16:36:21.343Z | Checking form_urlencoded v1.2.0 |
2804 | 2023-11-06T16:36:21.361Z | Checking lazy_static v1.4.0 |
2805 | 2023-11-06T16:36:21.514Z | Checking http-body v0.4.5 |
2806 | 2023-11-06T16:36:21.655Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2807 | 2023-11-06T16:36:22.089Z | Checking io-lifetimes v1.0.11 |
2808 | 2023-11-06T16:36:22.203Z | Checking socket2 v0.4.9 |
2809 | 2023-11-06T16:36:22.317Z | Checking httparse v1.8.0 |
2810 | 2023-11-06T16:36:22.419Z | Checking httpdate v1.0.3 |
2811 | 2023-11-06T16:36:22.793Z | Checking tower-service v0.3.2 |
2812 | 2023-11-06T16:36:22.931Z | Checking anstyle v1.0.2 |
2813 | 2023-11-06T16:36:22.956Z | Checking utf8parse v0.2.1 |
2814 | 2023-11-06T16:36:23.014Z | Checking cpufeatures v0.2.9 |
2815 | 2023-11-06T16:36:23.156Z | Checking sha2 v0.10.8 |
2816 | 2023-11-06T16:36:23.167Z | Checking anstyle-parse v0.2.1 |
2817 | 2023-11-06T16:36:23.453Z | Checking rustix v0.37.23 |
2818 | 2023-11-06T16:36:23.574Z | Checking rustls v0.21.8 |
2819 | 2023-11-06T16:36:23.770Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2820 | 2023-11-06T16:36:24.045Z | Checking rustls-pemfile v1.0.3 |
2821 | 2023-11-06T16:36:24.334Z | Checking hmac v0.12.1 |
2822 | 2023-11-06T16:36:24.657Z | Checking md-5 v0.10.5 |
2823 | 2023-11-06T16:36:24.897Z | Checking idna v0.4.0 |
2824 | 2023-11-06T16:36:24.984Z | Checking stringprep v0.1.3 |
2825 | 2023-11-06T16:36:25.316Z | Documenting slog-dtrace v0.2.3 |
2826 | 2023-11-06T16:36:25.403Z | Checking num-integer v0.1.45 |
2827 | 2023-11-06T16:36:26.215Z | Checking hash32 v0.2.1 |
2828 | 2023-11-06T16:36:26.282Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2829 | 2023-11-06T16:36:26.720Z | Checking colorchoice v1.0.0 |
2830 | 2023-11-06T16:36:26.904Z | Checking fallible-iterator v0.2.0 |
2831 | 2023-11-06T16:36:27.363Z | Checking gimli v0.28.0 |
2832 | 2023-11-06T16:36:27.982Z | Checking either v1.9.0 |
2833 | 2023-11-06T16:36:28.232Z | Checking stable_deref_trait v1.2.0 |
2834 | 2023-11-06T16:36:28.383Z | Documenting quick-error v1.2.3 |
2835 | 2023-11-06T16:36:28.467Z | Checking anstyle-query v1.0.0 |
2836 | 2023-11-06T16:36:28.658Z | Checking anstream v0.5.0 |
2837 | 2023-11-06T16:36:28.732Z | Checking tokio-rustls v0.24.1 |
2838 | 2023-11-06T16:36:29.178Z | Checking heapless v0.7.16 |
2839 | 2023-11-06T16:36:29.309Z | Checking postgres-protocol v0.6.6 |
2840 | 2023-11-06T16:36:30.173Z | Checking native-tls v0.2.11 |
2841 | 2023-11-06T16:36:30.397Z | Checking url v2.4.1 |
2842 | 2023-11-06T16:36:30.657Z | Checking hyper v0.14.27 |
2843 | 2023-11-06T16:36:30.674Z | Checking tokio-native-tls v0.3.1 |
2844 | 2023-11-06T16:36:30.881Z | Checking terminal_size v0.2.6 |
2845 | 2023-11-06T16:36:31.050Z | Checking rustls-native-certs v0.6.3 |
2846 | 2023-11-06T16:36:31.135Z | Checking phf_shared v0.11.2 |
2847 | 2023-11-06T16:36:31.268Z | Checking block-padding v0.3.3 |
2848 | 2023-11-06T16:36:31.566Z | Checking scheduled-thread-pool v0.2.7 |
2849 | 2023-11-06T16:36:31.578Z | Checking object v0.32.1 |
2850 | 2023-11-06T16:36:31.716Z | Checking toml_datetime v0.6.3 |
2851 | 2023-11-06T16:36:31.878Z | Checking serde_spanned v0.6.3 |
2852 | 2023-11-06T16:36:32.146Z | Checking bzip2-sys v0.1.11+1.0.8 |
2853 | 2023-11-06T16:36:32.157Z | Checking crc32fast v1.3.2 |
2854 | 2023-11-06T16:36:32.345Z | Checking clap_lex v0.5.1 |
2855 | 2023-11-06T16:36:32.527Z | Checking rustc-demangle v0.1.23 |
2856 | 2023-11-06T16:36:32.727Z | Checking tap v1.0.1 |
2857 | 2023-11-06T16:36:32.972Z | Checking num_threads v0.1.6 |
2858 | 2023-11-06T16:36:33.143Z | Checking bit-vec v0.6.3 |
2859 | 2023-11-06T16:36:33.218Z | Checking winnow v0.5.15 |
2860 | 2023-11-06T16:36:33.240Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2861 | 2023-11-06T16:36:33.639Z | Checking managed v0.8.0 |
2862 | 2023-11-06T16:36:33.692Z | Checking addr2line v0.21.0 |
2863 | 2023-11-06T16:36:34.274Z | Checking regex-automata v0.1.10 |
2864 | 2023-11-06T16:36:34.481Z | Checking deranged v0.3.8 |
2865 | 2023-11-06T16:36:34.885Z | Documenting resolv-conf v0.7.0 |
2866 | 2023-11-06T16:36:34.924Z | Checking matches v0.1.10 |
2867 | 2023-11-06T16:36:35.057Z | Checking ipnet v2.8.0 |
2868 | 2023-11-06T16:36:35.769Z | Checking idna v0.2.3 |
2869 | 2023-11-06T16:36:35.792Z | Checking bstr v0.2.17 |
2870 | 2023-11-06T16:36:37.059Z | Checking smoltcp v0.9.1 |
2871 | 2023-11-06T16:36:37.195Z | Checking wyz v0.5.1 |
2872 | 2023-11-06T16:36:37.402Z | Checking time v0.3.27 |
2873 | 2023-11-06T16:36:37.830Z | Checking clap_builder v4.4.2 |
2874 | 2023-11-06T16:36:38.059Z | Checking toml_edit v0.19.15 |
2875 | 2023-11-06T16:36:39.602Z | Checking flate2 v1.0.28 |
2876 | 2023-11-06T16:36:40.636Z | Checking bzip2 v0.4.4 |
2877 | 2023-11-06T16:36:40.801Z | Checking hyper-rustls v0.24.2 |
2878 | 2023-11-06T16:36:40.987Z | Checking backtrace v0.3.69 |
2879 | 2023-11-06T16:36:41.059Z | Checking hyper-tls v0.5.0 |
2880 | 2023-11-06T16:36:41.390Z | Checking r2d2 v0.8.10 |
2881 | 2023-11-06T16:36:41.440Z | Checking inout v0.1.3 |
2882 | 2023-11-06T16:36:41.509Z | Documenting trust-dns-resolver v0.22.0 |
2883 | 2023-11-06T16:36:41.513Z | Checking phf v0.11.2 |
2884 | 2023-11-06T16:36:42.196Z | Checking postgres-types v0.2.6 |
2885 | 2023-11-06T16:36:42.200Z | Checking itertools v0.11.0 |
2886 | 2023-11-06T16:36:42.203Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2887 | 2023-11-06T16:36:42.206Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2888 | 2023-11-06T16:36:42.251Z | Checking num-bigint v0.4.4 |
2889 | 2023-11-06T16:36:42.863Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2890 | 2023-11-06T16:36:43.007Z | Checking serde_urlencoded v0.7.1 |
2891 | 2023-11-06T16:36:43.714Z | Checking phf_shared v0.10.0 |
2892 | 2023-11-06T16:36:44.184Z | Checking futures-executor v0.3.29 |
2893 | 2023-11-06T16:36:44.550Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2894 | 2023-11-06T16:36:45.546Z | Documenting pem-rfc7468 v0.7.0 |
2895 | 2023-11-06T16:36:45.584Z | Checking ipnetwork v0.20.0 |
2896 | 2023-11-06T16:36:46.201Z | Checking float-cmp v0.9.0 |
2897 | 2023-11-06T16:36:46.206Z | Checking zerocopy v0.6.4 |
2898 | 2023-11-06T16:36:46.209Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2899 | 2023-11-06T16:36:46.880Z | Documenting der_derive v0.7.2 |
2900 | 2023-11-06T16:36:47.328Z | Checking hubpack v0.1.2 |
2901 | 2023-11-06T16:36:47.343Z | Checking crossbeam-utils v0.8.16 |
2902 | 2023-11-06T16:36:47.826Z | Checking encoding_rs v0.8.33 |
2903 | 2023-11-06T16:36:48.227Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2904 | 2023-11-06T16:36:48.632Z | Checking memoffset v0.9.0 |
2905 | 2023-11-06T16:36:48.796Z | Checking radium v0.7.0 |
2906 | 2023-11-06T16:36:49.395Z | Checking whoami v1.4.1 |
2907 | 2023-11-06T16:36:49.790Z | Checking predicates-core v1.0.6 |
2908 | 2023-11-06T16:36:50.085Z | Documenting flagset v0.4.3 |
2909 | 2023-11-06T16:36:51.733Z | Checking static_assertions v1.1.0 |
2910 | 2023-11-06T16:36:51.738Z | Checking difflib v0.4.0 |
2911 | 2023-11-06T16:36:52.157Z | Checking webpki-roots v0.25.2 |
2912 | 2023-11-06T16:36:52.160Z | Checking mime v0.3.17 |
2913 | 2023-11-06T16:36:52.266Z | Checking new_debug_unreachable v1.0.4 |
2914 | 2023-11-06T16:36:52.411Z | Checking precomputed-hash v0.1.1 |
2915 | 2023-11-06T16:36:52.572Z | Checking data-encoding v2.4.0 |
2916 | 2023-11-06T16:36:52.667Z | Checking normalize-line-endings v0.3.0 |
2917 | 2023-11-06T16:36:52.832Z | Checking regex-automata v0.3.8 |
2918 | 2023-11-06T16:36:53.339Z | Checking fixedbitset v0.4.2 |
2919 | 2023-11-06T16:36:53.419Z | Checking funty v2.0.0 |
2920 | 2023-11-06T16:36:53.725Z | Checking petgraph v0.6.4 |
2921 | 2023-11-06T16:36:54.285Z | Checking trust-dns-proto v0.22.0 |
2922 | 2023-11-06T16:36:55.262Z | Checking bitvec v1.0.1 |
2923 | 2023-11-06T16:36:55.315Z | Checking bstr v1.6.0 |
2924 | 2023-11-06T16:36:55.558Z | Checking predicates v3.0.4 |
2925 | 2023-11-06T16:36:55.619Z | Documenting der v0.7.8 |
2926 | 2023-11-06T16:36:56.661Z | Checking reqwest v0.11.20 |
2927 | 2023-11-06T16:36:56.781Z | Checking string_cache v0.8.7 |
2928 | 2023-11-06T16:36:57.252Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2929 | 2023-11-06T16:36:59.177Z | Checking tokio-postgres v0.7.10 |
2930 | 2023-11-06T16:36:59.239Z | Checking crossbeam-epoch v0.9.15 |
2931 | 2023-11-06T16:36:59.959Z | Checking diesel v2.1.3 |
2932 | 2023-11-06T16:37:00.857Z | Checking yasna v0.5.2 |
2933 | 2023-11-06T16:37:01.889Z | Checking futures v0.3.29 |
2934 | 2023-11-06T16:37:02.050Z | Checking clap v4.4.3 |
2935 | 2023-11-06T16:37:02.068Z | Checking anyhow v1.0.75 |
2936 | 2023-11-06T16:37:02.234Z | Checking toml v0.7.8 |
2937 | 2023-11-06T16:37:02.418Z | Checking cipher v0.4.4 |
2938 | 2023-11-06T16:37:02.814Z | Checking zip v0.6.6 |
2939 | 2023-11-06T16:37:03.059Z | Checking similar v2.2.1 |
2940 | 2023-11-06T16:37:03.446Z | Checking bit-set v0.5.3 |
2941 | 2023-11-06T16:37:03.863Z | Checking itertools v0.10.5 |
2942 | 2023-11-06T16:37:03.908Z | Checking num-iter v0.1.43 |
2943 | 2023-11-06T16:37:04.053Z | Checking console v0.15.7 |
2944 | 2023-11-06T16:37:04.183Z | Checking rustix v0.38.9 |
2945 | 2023-11-06T16:37:04.412Z | Checking signature v2.1.0 |
2946 | 2023-11-06T16:37:04.417Z | Checking tokio-stream v0.1.14 |
2947 | 2023-11-06T16:37:04.718Z | Checking usdt v0.3.5 |
2948 | 2023-11-06T16:37:04.831Z | Checking semver v1.0.20 |
2949 | 2023-11-06T16:37:04.946Z | Checking hex v0.4.3 |
2950 | 2023-11-06T16:37:05.025Z | Checking slog v2.7.0 |
2951 | 2023-11-06T16:37:05.477Z | Checking lalrpop-util v0.19.12 |
2952 | 2023-11-06T16:37:05.698Z | Documenting spki v0.7.2 |
2953 | 2023-11-06T16:37:05.808Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2954 | 2023-11-06T16:37:05.811Z | Documenting cancel-safe-futures v0.1.5 |
2955 | 2023-11-06T16:37:05.911Z | Checking heck v0.3.3 |
2956 | 2023-11-06T16:37:06.163Z | Documenting hkdf v0.12.3 |
2957 | 2023-11-06T16:37:07.614Z | Documenting structopt-derive v0.4.18 |
2958 | 2023-11-06T16:37:07.762Z | Documenting crc-catalog v2.2.0 |
2959 | 2023-11-06T16:37:07.958Z | Documenting arc-swap v1.6.0 |
2960 | 2023-11-06T16:37:12.150Z | Documenting keccak v0.1.4 |
2961 | 2023-11-06T16:37:12.522Z | Documenting pkcs8 v0.10.2 |
2962 | 2023-11-06T16:37:13.646Z | Documenting crc v3.0.1 |
2963 | 2023-11-06T16:37:13.831Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2964 | 2023-11-06T16:37:14.278Z | Documenting slog-scope v4.4.0 |
2965 | 2023-11-06T16:37:15.746Z | Documenting structopt v0.3.26 |
2966 | 2023-11-06T16:37:16.165Z | Documenting libefi-sys v0.1.0 |
2967 | 2023-11-06T16:37:16.552Z | Documenting sha3 v0.10.8 |
2968 | 2023-11-06T16:37:18.044Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2969 | 2023-11-06T16:37:19.266Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2970 | 2023-11-06T16:37:19.650Z | Documenting serde_spanned v0.6.3 |
2971 | 2023-11-06T16:37:20.450Z | Documenting secrecy v0.8.0 |
2972 | 2023-11-06T16:37:22.180Z | Documenting packed_struct_codegen v0.10.1 |
2973 | 2023-11-06T16:37:22.888Z | Documenting half v1.8.2 |
2974 | 2023-11-06T16:37:24.036Z | Documenting winnow v0.5.15 |
2975 | 2023-11-06T16:37:26.387Z | Documenting nodrop v0.1.14 |
2976 | 2023-11-06T16:37:26.638Z | Documenting ciborium-io v0.2.1 |
2977 | 2023-11-06T16:37:27.146Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2978 | 2023-11-06T16:37:27.615Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2979 | 2023-11-06T16:37:30.314Z | Documenting packed_struct v0.10.1 |
2980 | 2023-11-06T16:37:30.692Z | Documenting array-init v0.0.4 |
2981 | 2023-11-06T16:37:32.353Z | Documenting toml_edit v0.20.0 |
2982 | 2023-11-06T16:37:32.522Z | Documenting ciborium-ll v0.2.1 |
2983 | 2023-11-06T16:37:34.998Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2984 | 2023-11-06T16:37:35.548Z | Documenting slog-stdlog v4.1.1 |
2985 | 2023-11-06T16:37:38.984Z | Documenting pkcs1 v0.7.5 |
2986 | 2023-11-06T16:37:40.706Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2987 | 2023-11-06T16:37:41.341Z | Documenting num-bigint-dig v0.8.4 |
2988 | 2023-11-06T16:37:41.690Z | Documenting num-rational v0.4.1 |
2989 | 2023-11-06T16:37:42.330Z | Documenting universal-hash v0.5.1 |
2990 | 2023-11-06T16:37:43.457Z | Documenting num-complex v0.4.4 |
2991 | 2023-11-06T16:37:45.788Z | Documenting xattr v1.0.1 |
2992 | 2023-11-06T16:37:46.653Z | Documenting filetime v0.2.22 |
2993 | 2023-11-06T16:37:48.857Z | Documenting opaque-debug v0.3.0 |
2994 | 2023-11-06T16:37:50.717Z | Documenting termcolor v1.2.0 |
2995 | 2023-11-06T16:37:50.755Z | Documenting bitfield v0.14.0 |
2996 | 2023-11-06T16:37:51.049Z | Documenting rsa v0.9.2 |
2997 | 2023-11-06T16:37:52.134Z | Documenting num v0.4.1 |
2998 | 2023-11-06T16:37:52.937Z | Documenting tar v0.4.40 |
2999 | 2023-11-06T16:37:53.198Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3000 | 2023-11-06T16:37:55.045Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3001 | 2023-11-06T16:37:57.160Z | Documenting env_logger v0.10.0 |
3002 | 2023-11-06T16:37:59.548Z | Documenting slog-envlogger v2.2.0 |
3003 | 2023-11-06T16:37:59.575Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3004 | 2023-11-06T16:37:59.651Z | Documenting toml v0.8.0 |
3005 | 2023-11-06T16:38:00.967Z | Documenting ciborium v0.2.1 |
3006 | 2023-11-06T16:38:02.134Z | Documenting serde-hex v0.1.0 |
3007 | 2023-11-06T16:38:04.637Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3008 | 2023-11-06T16:38:06.591Z | Documenting x509-cert v0.2.4 |
3009 | 2023-11-06T16:38:07.125Z | Documenting omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3010 | 2023-11-06T16:38:07.462Z | Documenting signal-hook v0.3.17 |
3011 | 2023-11-06T16:38:07.780Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3012 | 2023-11-06T16:38:08.288Z | Documenting ron v0.8.1 |
3013 | 2023-11-06T16:38:10.981Z | Documenting fxhash v0.2.1 |
3014 | 2023-11-06T16:38:11.186Z | Documenting derive-where v1.2.5 |
3015 | 2023-11-06T16:38:13.996Z | Documenting linear-map v1.2.0 |
3016 | 2023-11-06T16:38:14.548Z | Documenting crc-any v2.4.3 |
3017 | 2023-11-06T16:38:15.092Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3018 | 2023-11-06T16:38:15.674Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3019 | 2023-11-06T16:38:17.244Z | Documenting doc-comment v0.3.3 |
3020 | 2023-11-06T16:38:19.115Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3021 | 2023-11-06T16:38:20.524Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3022 | 2023-11-06T16:38:20.678Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3023 | 2023-11-06T16:38:21.314Z | Documenting libsqlite3-sys v0.26.0 |
3024 | 2023-11-06T16:38:22.554Z | Documenting crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3025 | 2023-11-06T16:38:26.290Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3026 | 2023-11-06T16:38:28.298Z | Documenting hashlink v0.8.3 |
3027 | 2023-11-06T16:38:31.011Z | Documenting aead v0.5.2 |
3028 | 2023-11-06T16:38:34.359Z | Documenting snafu-derive v0.7.5 |
3029 | 2023-11-06T16:38:35.491Z | Documenting same-file v1.0.6 |
3030 | 2023-11-06T16:38:36.916Z | Documenting fallible-streaming-iterator v0.1.9 |
3031 | 2023-11-06T16:38:37.102Z | Documenting path-slash v0.1.5 |
3032 | 2023-11-06T16:38:38.948Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3033 | 2023-11-06T16:38:40.309Z | Documenting newtype_derive v0.1.6 |
3034 | 2023-11-06T16:38:41.477Z | Documenting rusqlite v0.29.0 |
3035 | 2023-11-06T16:38:41.773Z | Documenting walkdir v2.4.0 |
3036 | 2023-11-06T16:38:42.685Z | Documenting camino-tempfile v1.0.2 |
3037 | 2023-11-06T16:38:43.730Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
3038 | 2023-11-06T16:38:44.079Z | Documenting omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3039 | 2023-11-06T16:38:45.787Z | Documenting snafu v0.7.5 |
3040 | 2023-11-06T16:38:46.450Z | Documenting nix v0.26.2 |
3041 | 2023-11-06T16:38:48.234Z | Checking darling_core v0.14.4 |
3042 | 2023-11-06T16:38:49.026Z | Documenting twox-hash v1.6.3 |
3043 | 2023-11-06T16:38:49.945Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3044 | 2023-11-06T16:38:51.151Z | Documenting nibble_vec v0.1.0 |
3045 | 2023-11-06T16:38:52.096Z | Documenting endian-type v0.1.2 |
3046 | 2023-11-06T16:38:54.127Z | Documenting nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3047 | 2023-11-06T16:38:55.317Z | Checking darling v0.14.4 |
3048 | 2023-11-06T16:38:55.489Z | Documenting steno v0.4.0 |
3049 | 2023-11-06T16:38:57.006Z | Documenting crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3050 | 2023-11-06T16:38:57.366Z | Documenting oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3051 | 2023-11-06T16:38:58.044Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3052 | 2023-11-06T16:38:58.216Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3053 | 2023-11-06T16:38:58.474Z | Documenting radix_trie v0.2.1 |
3054 | 2023-11-06T16:38:59.154Z | Documenting polyval v0.6.1 |
3055 | 2023-11-06T16:39:04.956Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3056 | 2023-11-06T16:39:06.291Z | Documenting num_enum v0.7.0 |
3057 | 2023-11-06T16:39:06.879Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3058 | 2023-11-06T16:39:07.007Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3059 | 2023-11-06T16:39:07.360Z | Documenting aes v0.8.3 |
3060 | 2023-11-06T16:39:11.310Z | Documenting ctr v0.9.2 |
3061 | 2023-11-06T16:39:12.500Z | Documenting bincode v1.3.3 |
3062 | 2023-11-06T16:39:12.921Z | Documenting path-dedot v3.1.0 |
3063 | 2023-11-06T16:39:15.699Z | Checking convert_case v0.4.0 |
3064 | 2023-11-06T16:39:16.042Z | Documenting convert_case v0.4.0 |
3065 | 2023-11-06T16:39:18.837Z | Documenting utf-8 v0.7.6 |
3066 | 2023-11-06T16:39:19.203Z | Documenting path-absolutize v3.1.0 |
3067 | 2023-11-06T16:39:19.413Z | Documenting aes-gcm-siv v0.11.1 |
3068 | 2023-11-06T16:39:19.801Z | Documenting crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3069 | 2023-11-06T16:39:22.272Z | Documenting derive_more v0.99.17 |
3070 | 2023-11-06T16:39:25.391Z | Documenting tungstenite v0.20.1 |
3071 | 2023-11-06T16:39:25.518Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3072 | 2023-11-06T16:39:25.556Z | Documenting trust-dns-client v0.22.0 |
3073 | 2023-11-06T16:39:25.693Z | Documenting oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3074 | 2023-11-06T16:39:28.169Z | Documenting buf-list v1.0.3 |
3075 | 2023-11-06T16:39:32.227Z | Documenting globset v0.4.13 |
3076 | 2023-11-06T16:39:35.319Z | Documenting crossbeam-deque v0.8.3 |
3077 | 2023-11-06T16:39:36.475Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3078 | 2023-11-06T16:39:36.803Z | Documenting headers-core v0.2.0 |
3079 | 2023-11-06T16:39:37.203Z | Documenting olpc-cjson v0.1.3 |
3080 | 2023-11-06T16:39:38.928Z | Documenting serde_plain v1.0.2 |
3081 | 2023-11-06T16:39:39.329Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3082 | 2023-11-06T16:39:41.540Z | Documenting async-recursion v1.0.5 |
3083 | 2023-11-06T16:39:43.276Z | Documenting bitstruct_derive v0.1.0 |
3084 | 2023-11-06T16:39:43.801Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3085 | 2023-11-06T16:39:44.104Z | Documenting ringbuffer v0.15.0 |
3086 | 2023-11-06T16:39:44.801Z | Documenting display-error-chain v0.2.0 |
3087 | 2023-11-06T16:39:45.652Z | Documenting ascii v1.1.0 |
3088 | 2023-11-06T16:39:49.017Z | Documenting tough v0.12.5 |
3089 | 2023-11-06T16:39:49.178Z | Documenting headers v0.3.9 |
3090 | 2023-11-06T16:39:50.053Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3091 | 2023-11-06T16:39:50.432Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3092 | 2023-11-06T16:39:51.025Z | Documenting bitstruct v0.1.1 |
3093 | 2023-11-06T16:39:51.223Z | Documenting rayon-core v1.12.0 |
3094 | 2023-11-06T16:39:54.243Z | Documenting crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3095 | 2023-11-06T16:39:55.181Z | Documenting trust-dns-server v0.22.1 |
3096 | 2023-11-06T16:39:56.333Z | Documenting tokio-tungstenite v0.20.1 |
3097 | 2023-11-06T16:39:58.411Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3098 | 2023-11-06T16:39:58.730Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3099 | 2023-11-06T16:39:59.263Z | Documenting derive_builder_core v0.12.0 |
3100 | 2023-11-06T16:40:01.159Z | Checking derive_builder_core v0.12.0 |
3101 | 2023-11-06T16:40:02.310Z | Documenting sled v0.34.7 |
3102 | 2023-11-06T16:40:02.721Z | Documenting signal-hook-mio v0.2.3 |
3103 | 2023-11-06T16:40:06.285Z | Documenting erased-serde v0.3.30 |
3104 | 2023-11-06T16:40:07.322Z | Documenting unicase v2.7.0 |
3105 | 2023-11-06T16:40:08.346Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3106 | 2023-11-06T16:40:09.139Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3107 | 2023-11-06T16:40:09.549Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3108 | 2023-11-06T16:40:09.703Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3109 | 2023-11-06T16:40:10.146Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3110 | 2023-11-06T16:40:10.160Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3111 | 2023-11-06T16:40:10.398Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3112 | 2023-11-06T16:40:10.522Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3113 | 2023-11-06T16:40:10.579Z | Documenting serde_arrays v0.1.0 |
3114 | 2023-11-06T16:40:12.090Z | Documenting ff v0.13.0 |
3115 | 2023-11-06T16:40:12.358Z | Documenting pretty-hex v0.3.0 |
3116 | 2023-11-06T16:40:14.335Z | Documenting mime_guess v2.0.4 |
3117 | 2023-11-06T16:40:16.826Z | Documenting crossterm v0.27.0 |
3118 | 2023-11-06T16:40:17.168Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3119 | 2023-11-06T16:40:17.544Z | Documenting derive_builder_macro v0.12.0 |
3120 | 2023-11-06T16:40:18.749Z | Documenting group v0.13.0 |
3121 | 2023-11-06T16:40:21.031Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3122 | 2023-11-06T16:40:24.746Z | Documenting rayon v1.8.0 |
3123 | 2023-11-06T16:40:24.848Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3124 | 2023-11-06T16:40:29.439Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3125 | 2023-11-06T16:40:33.595Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3126 | 2023-11-06T16:40:37.940Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3127 | 2023-11-06T16:40:42.566Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3128 | 2023-11-06T16:40:46.261Z | Documenting portable-atomic v1.4.3 |
3129 | 2023-11-06T16:40:46.684Z | Documenting ed25519 v1.5.3 |
3130 | 2023-11-06T16:40:49.689Z | Documenting bcs v0.1.6 |
3131 | 2023-11-06T16:40:51.063Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3132 | 2023-11-06T16:40:52.039Z | Documenting crypto-bigint v0.5.2 |
3133 | 2023-11-06T16:40:52.372Z | Documenting ref-cast-impl v1.0.20 |
3134 | 2023-11-06T16:40:53.542Z | Documenting curve25519-dalek-derive v0.1.0 |
3135 | 2023-11-06T16:40:57.058Z | Documenting thiserror-impl-no-std v2.0.2 |
3136 | 2023-11-06T16:40:57.125Z | Documenting vte_generate_state_changes v0.1.1 |
3137 | 2023-11-06T16:40:59.779Z | Documenting number_prefix v0.4.0 |
3138 | 2023-11-06T16:41:00.945Z | Checking unicode-xid v0.2.4 |
3139 | 2023-11-06T16:41:01.210Z | Documenting base16ct v0.2.0 |
3140 | 2023-11-06T16:41:02.038Z | Documenting cassowary v0.3.0 |
3141 | 2023-11-06T16:41:02.583Z | Documenting unicode-xid v0.2.4 |
3142 | 2023-11-06T16:41:04.173Z | Documenting highway v1.1.0 |
3143 | 2023-11-06T16:41:05.736Z | Documenting elliptic-curve v0.13.5 |
3144 | 2023-11-06T16:41:06.088Z | Documenting thiserror-no-std v2.0.2 |
3145 | 2023-11-06T16:41:06.368Z | Documenting indicatif v0.17.7 |
3146 | 2023-11-06T16:41:06.813Z | Documenting const_format_proc_macros v0.2.31 |
3147 | 2023-11-06T16:41:08.597Z | Documenting ratatui v0.23.0 |
3148 | 2023-11-06T16:41:10.263Z | Documenting vte v0.11.1 |
3149 | 2023-11-06T16:41:10.898Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3150 | 2023-11-06T16:41:10.950Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3151 | 2023-11-06T16:41:14.374Z | Documenting curve25519-dalek v4.1.0 |
3152 | 2023-11-06T16:41:15.632Z | Documenting ref-cast v1.0.20 |
3153 | 2023-11-06T16:41:15.640Z | Documenting salty v0.2.0 |
3154 | 2023-11-06T16:41:16.927Z | Documenting derive_builder v0.12.0 |
3155 | 2023-11-06T16:41:17.848Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3156 | 2023-11-06T16:41:19.113Z | Documenting polar-core v0.27.0 |
3157 | 2023-11-06T16:41:19.614Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3158 | 2023-11-06T16:41:21.723Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3159 | 2023-11-06T16:41:23.134Z | Documenting libxml v0.3.3 |
3160 | 2023-11-06T16:41:26.430Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3161 | 2023-11-06T16:41:29.966Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3162 | 2023-11-06T16:41:33.791Z | Documenting poly1305 v0.8.0 |
3163 | 2023-11-06T16:41:33.794Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3164 | 2023-11-06T16:41:39.125Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3165 | 2023-11-06T16:41:39.756Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3166 | 2023-11-06T16:41:40.253Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3167 | 2023-11-06T16:41:41.644Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3168 | 2023-11-06T16:41:42.049Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3169 | 2023-11-06T16:41:43.356Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3170 | 2023-11-06T16:41:43.457Z | Documenting dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3171 | 2023-11-06T16:41:51.287Z | Documenting chacha20 v0.9.1 |
3172 | 2023-11-06T16:41:52.723Z | Documenting bb8 v0.8.1 |
3173 | 2023-11-06T16:41:54.266Z | Documenting bytesize v1.3.0 |
3174 | 2023-11-06T16:41:58.732Z | Documenting quick-xml v0.23.1 |
3175 | 2023-11-06T16:42:00.315Z | Documenting serde-big-array v0.5.1 |
3176 | 2023-11-06T16:42:00.584Z | Documenting pem v3.0.2 |
3177 | 2023-11-06T16:42:00.681Z | Documenting impl-trait-for-tuples v0.2.2 |
3178 | 2023-11-06T16:42:00.970Z | Documenting oso-derive v0.27.0 |
3179 | 2023-11-06T16:42:01.097Z | Documenting rtoolbox v0.0.1 |
3180 | 2023-11-06T16:42:06.236Z | Documenting unicode-linebreak v0.1.5 |
3181 | 2023-11-06T16:42:06.752Z | Documenting maplit v1.0.2 |
3182 | 2023-11-06T16:42:07.076Z | Documenting fs-err v2.9.0 |
3183 | 2023-11-06T16:42:07.530Z | Documenting humantime v2.1.0 |
3184 | 2023-11-06T16:42:07.789Z | Documenting smawk v0.3.1 |
3185 | 2023-11-06T16:42:07.915Z | Documenting rpassword v7.2.0 |
3186 | 2023-11-06T16:42:08.143Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3187 | 2023-11-06T16:42:09.082Z | Documenting rcgen v0.11.3 |
3188 | 2023-11-06T16:42:10.598Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3189 | 2023-11-06T16:42:12.979Z | Documenting oso v0.27.0 |
3190 | 2023-11-06T16:42:13.371Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3191 | 2023-11-06T16:42:13.741Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3192 | 2023-11-06T16:42:13.984Z | Documenting textwrap v0.16.0 |
3193 | 2023-11-06T16:42:14.417Z | Documenting internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3194 | 2023-11-06T16:42:20.157Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
3195 | 2023-11-06T16:42:21.063Z | Documenting chacha20poly1305 v0.10.1 |
3196 | 2023-11-06T16:42:30.808Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3197 | 2023-11-06T16:42:32.356Z | Documenting vsss-rs v3.3.1 |
3198 | 2023-11-06T16:42:33.171Z | Documenting tui-tree-widget v0.13.0 |
3199 | 2023-11-06T16:42:37.182Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3200 | 2023-11-06T16:42:38.525Z | Documenting strip-ansi-escapes v0.2.0 |
3201 | 2023-11-06T16:42:41.669Z | Documenting const_format v0.2.31 |
3202 | 2023-11-06T16:42:43.633Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3203 | 2023-11-06T16:42:43.723Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3204 | 2023-11-06T16:42:44.179Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3205 | 2023-11-06T16:42:44.714Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3206 | 2023-11-06T16:42:50.319Z | Documenting cookie v0.16.2 |
3207 | 2023-11-06T16:42:50.718Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
3208 | 2023-11-06T16:42:51.422Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3209 | 2023-11-06T16:42:54.632Z | Documenting signal-hook-tokio v0.3.1 |
3210 | 2023-11-06T16:42:56.252Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3211 | 2023-11-06T16:42:56.871Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3212 | 2023-11-06T16:42:57.538Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3213 | 2023-11-06T16:42:58.539Z | Documenting atomicwrites v0.4.2 |
3214 | 2023-11-06T16:43:01.768Z | Documenting fd-lock v3.0.13 |
3215 | 2023-11-06T16:43:02.379Z | Documenting subprocess v0.2.9 |
3216 | 2023-11-06T16:43:05.118Z | Documenting nu-ansi-term v0.49.0 |
3217 | 2023-11-06T16:43:05.647Z | Documenting http-range v0.1.5 |
3218 | 2023-11-06T16:43:07.512Z | Documenting bit_field v0.10.2 |
3219 | 2023-11-06T16:43:08.013Z | Documenting shell-words v1.1.0 |
3220 | 2023-11-06T16:43:09.036Z | Documenting corncobs v0.1.3 |
3221 | 2023-11-06T16:43:09.290Z | Documenting owo-colors v3.5.0 |
3222 | 2023-11-06T16:43:11.746Z | Documenting reedline v0.23.0 |
3223 | 2023-11-06T16:43:11.979Z | Documenting hyper-staticfile v0.9.5 |
3224 | 2023-11-06T16:43:12.140Z | Documenting propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3225 | 2023-11-06T16:43:13.436Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3226 | 2023-11-06T16:43:13.560Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3227 | 2023-11-06T16:43:13.972Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3228 | 2023-11-06T16:43:16.820Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3229 | 2023-11-06T16:43:20.231Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3230 | 2023-11-06T16:43:22.128Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3231 | 2023-11-06T16:43:23.021Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3232 | 2023-11-06T16:43:24.733Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3233 | 2023-11-06T16:43:34.223Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3234 | 2023-11-06T16:43:43.914Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3235 | 2023-11-06T16:43:44.269Z | Documenting fatfs v0.3.6 |
3236 | 2023-11-06T16:43:44.511Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3237 | 2023-11-06T16:43:51.751Z | Documenting cargo-platform v0.1.3 |
3238 | 2023-11-06T16:43:52.586Z | Documenting nanorand v0.7.0 |
3239 | 2023-11-06T16:43:55.949Z | Documenting assert_matches v1.5.0 |
3240 | 2023-11-06T16:43:57.539Z | Documenting glob v0.3.1 |
3241 | 2023-11-06T16:43:58.673Z | Documenting cargo_metadata v0.18.0 |
3242 | 2023-11-06T16:43:59.317Z | Documenting flume v0.11.0 |
3243 | 2023-11-06T16:44:00.188Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3244 | 2023-11-06T16:44:00.194Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3245 | 2023-11-06T16:44:01.911Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3246 | 2023-11-06T16:44:03.761Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3247 | 2023-11-06T16:44:06.340Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3248 | 2023-11-06T16:44:06.623Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3249 | 2023-11-06T16:44:08.430Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3250 | 2023-11-06T16:44:10.349Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3251 | 2023-11-06T16:44:13.442Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3252 | 2023-11-06T16:44:35.161Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3253 | 2023-11-06T16:44:36.570Z | Documenting omicron-zone-package v0.8.3 |
3254 | 2023-11-06T16:44:42.213Z | Documenting cargo_toml v0.16.3 |
3255 | 2023-11-06T16:44:44.363Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3256 | 2023-11-06T16:44:45.866Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3257 | 2023-11-06T16:44:45.869Z | Documenting termios v0.3.3 |
3258 | 2023-11-06T16:44:50.199Z | Documenting topological-sort v0.2.2 |
3259 | 2023-11-06T16:44:52.319Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3260 | 2023-11-06T16:44:52.746Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3261 | 2023-11-06T16:44:54.470Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3262 | 2023-11-06T16:44:56.422Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3263 | 2023-11-06T16:45:03.752Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3264 | 2023-11-06T16:45:09.460Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3265 | 2023-11-06T16:45:22.582Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3266 | 2023-11-06T16:45:31.120Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3267 | 2023-11-06T16:45:46.627Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3268 | 2023-11-06T16:45:53.701Z | warning: unresolved link to `ExtractedArtifactDataHandle` |
3269 | 2023-11-06T16:45:53.705Z | --> wicketd/src/artifacts/extracted_artifacts.rs:172:46 |
3270 | 2023-11-06T16:45:53.708Z | | |
3271 | 2023-11-06T16:45:53.711Z | 172 | /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3272 | 2023-11-06T16:45:53.714Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this link resolves to the struct `ExtractedArtifactDataHandle`, which is not in the value namespace |
3273 | 2023-11-06T16:45:53.717Z | | |
3274 | 2023-11-06T16:45:53.720Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3275 | 2023-11-06T16:45:53.724Z | help: to link to the struct, prefix with `struct@` |
3276 | 2023-11-06T16:45:53.728Z | | |
3277 | 2023-11-06T16:45:53.731Z | 172 - /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3278 | 2023-11-06T16:45:53.734Z | 172 + /// persist the temporary file into an [`struct@ExtractedArtifactDataHandle`]. |
3279 | 2023-11-06T16:45:53.737Z | | |
3280 | 2023-11-06T16:45:53.740Z | |
3281 | 2023-11-06T16:45:54.004Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3282 | 2023-11-06T16:45:54.602Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3283 | 2023-11-06T16:45:56.209Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3284 | 2023-11-06T16:45:56.417Z | warning: `wicketd` (lib doc) generated 1 warning |
3285 | 2023-11-06T16:45:56.420Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3286 | 2023-11-06T16:46:43.350Z | warning: unresolved link to `Driver::status` |
3287 | 2023-11-06T16:46:43.353Z | --> nexus/src/app/background/common.rs:180:34 |
3288 | 2023-11-06T16:46:43.356Z | | |
3289 | 2023-11-06T16:46:43.359Z | 180 | /// [`Driver::activate()`] and [`Driver::status()`] to identify the task. |
3290 | 2023-11-06T16:46:43.362Z | | ^^^^^^^^^^^^^^^^ the struct `Driver` has no function named `status` |
3291 | 2023-11-06T16:46:43.365Z | | |
3292 | 2023-11-06T16:46:43.368Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3293 | 2023-11-06T16:46:43.371Z | |
3294 | 2023-11-06T16:46:43.374Z | warning: unresolved link to `Driver::status` |
3295 | 2023-11-06T16:46:43.376Z | --> nexus/src/app/background/common.rs:280:30 |
3296 | 2023-11-06T16:46:43.379Z | | |
3297 | 2023-11-06T16:46:43.382Z | 280 | /// tasks. You'd call [`Driver::status()`] with each of the items produced |
3298 | 2023-11-06T16:46:43.384Z | | ^^^^^^^^^^^^^^^^ the struct `Driver` has no function named `status` |
3299 | 2023-11-06T16:46:43.387Z | |
3300 | 2023-11-06T16:46:46.357Z | warning: `omicron-nexus` (lib doc) generated 2 warnings |
3301 | 2023-11-06T16:47:15.644Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 42s |
3302 | 2023-11-06T16:47:15.761Z | |
3303 | 2023-11-06T16:47:15.771Z | real 16:42.254429520 |
3304 | 2023-11-06T16:47:15.782Z | user 59:28.382999069 |
3305 | 2023-11-06T16:47:15.798Z | sys 1:03:42.846012743 |
3306 | 2023-11-06T16:47:15.803Z | trap 2.086660398 |
3307 | 2023-11-06T16:47:15.808Z | tflt 0.101804344 |
3308 | 2023-11-06T16:47:15.820Z | dflt 0.506049240 |
3309 | 2023-11-06T16:47:15.827Z | kflt 0.000217172 |
3310 | 2023-11-06T16:47:15.837Z | lock 3:07:29.383358164 |
3311 | 2023-11-06T16:47:15.851Z | slp 4:25:04.328133271 |
3312 | 2023-11-06T16:47:15.866Z | lat 5:56.100411482 |
3313 | 2023-11-06T16:47:15.874Z | stop 2:09.654006407 |
3314 | 2023-11-06T16:47:15.883Z | process exited: duration 1981900 ms, exit code 0 |
|
3315 | 2023-11-06T16:47:15.899Z | found 0 output files |