|
|
|
1 | 2023-10-22T03:12:27.779Z | job assigned to worker 01HDANT35R6WMRDD3MQD73GRCR (queued for 1 m 47 s) |
|
2 | 2023-10-22T03:12:28.617Z | starting task 0: "setup" |
3 | 2023-10-22T03:12:28.755Z | ++ uname -s |
4 | 2023-10-22T03:12:28.763Z | + kern=SunOS |
5 | 2023-10-22T03:12:28.770Z | + case "$kern" in |
6 | 2023-10-22T03:12:28.809Z | + groupadd -g 12345 build |
7 | 2023-10-22T03:12:28.813Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-22T03:12:30.782Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-22T03:12:30.933Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-22T03:12:30.959Z | + home_fs=zfs |
11 | 2023-10-22T03:12:30.974Z | + [[ zfs == autofs ]] |
12 | 2023-10-22T03:12:30.990Z | + mkdir -p /home/build |
13 | 2023-10-22T03:12:31.011Z | + chown build:build /home/build /work |
14 | 2023-10-22T03:12:32.874Z | + chmod 0700 /home/build /work |
15 | 2023-10-22T03:12:32.885Z | process exited: duration 4251 ms, exit code 0 |
|
16 | 2023-10-22T03:12:32.905Z | starting task 1: "rust-toolchain" |
17 | 2023-10-22T03:12:32.930Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-22T03:12:32.937Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-22T03:12:33.096Z | info: downloading installer |
20 | 2023-10-22T03:12:35.655Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-22T03:12:35.660Z | warning: /opt/ooce/bin |
22 | 2023-10-22T03:12:35.666Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-22T03:12:35.675Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-22T03:12:35.689Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-22T03:12:35.700Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-22T03:12:35.709Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-22T03:12:35.725Z | error: cannot install while Rust is installed |
28 | 2023-10-22T03:12:35.735Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-22T03:12:35.841Z | info: profile set to 'default' |
30 | 2023-10-22T03:12:35.847Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-22T03:12:35.852Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-22T03:12:36.173Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-22T03:12:36.180Z | info: downloading component 'cargo' |
34 | 2023-10-22T03:12:36.862Z | info: downloading component 'clippy' |
35 | 2023-10-22T03:12:37.154Z | info: downloading component 'rust-docs' |
36 | 2023-10-22T03:12:38.192Z | info: downloading component 'rust-std' |
37 | 2023-10-22T03:12:40.031Z | info: downloading component 'rustc' |
38 | 2023-10-22T03:12:44.597Z | info: downloading component 'rustfmt' |
39 | 2023-10-22T03:12:44.853Z | info: installing component 'cargo' |
40 | 2023-10-22T03:12:46.550Z | info: installing component 'clippy' |
41 | 2023-10-22T03:12:47.280Z | info: installing component 'rust-docs' |
42 | 2023-10-22T03:12:50.042Z | info: installing component 'rust-std' |
43 | 2023-10-22T03:12:53.521Z | info: installing component 'rustc' |
44 | 2023-10-22T03:13:01.592Z | info: installing component 'rustfmt' |
45 | 2023-10-22T03:13:02.197Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-22T03:13:02.212Z | |
47 | 2023-10-22T03:13:02.332Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-22T03:13:02.349Z | |
49 | 2023-10-22T03:13:02.364Z | |
50 | 2023-10-22T03:13:02.379Z | Rust is installed now. Great! |
51 | 2023-10-22T03:13:02.398Z | |
52 | 2023-10-22T03:13:02.461Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-22T03:13:02.910Z | environment variable. This has not been done automatically. |
54 | 2023-10-22T03:13:02.923Z | |
55 | 2023-10-22T03:13:02.929Z | To configure your current shell, run: |
56 | 2023-10-22T03:13:02.938Z | source "$HOME/.cargo/env" |
57 | 2023-10-22T03:13:02.950Z | + rustc --version |
58 | 2023-10-22T03:13:02.959Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-22T03:13:02.976Z | process exited: duration 29625 ms, exit code 0 |
|
60 | 2023-10-22T03:13:03.008Z | starting task 2: "authentication" |
61 | 2023-10-22T03:13:03.074Z | process exited: duration 49 ms, exit code 0 |
|
62 | 2023-10-22T03:13:03.103Z | starting task 3: "clone repository" |
63 | 2023-10-22T03:13:03.127Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-22T03:13:03.141Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-22T03:13:03.168Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-22T03:13:09.109Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-22T03:13:09.122Z | + [[ -n renovate/sha2-0.x ]] |
68 | 2023-10-22T03:13:09.132Z | + git fetch origin renovate/sha2-0.x |
69 | 2023-10-22T03:13:09.457Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-22T03:13:09.474Z | * branch renovate/sha2-0.x -> FETCH_HEAD |
71 | 2023-10-22T03:13:09.483Z | + git checkout -B renovate/sha2-0.x remotes/origin/renovate/sha2-0.x |
72 | 2023-10-22T03:13:09.493Z | Switched to a new branch 'renovate/sha2-0.x' |
73 | 2023-10-22T03:13:09.504Z | branch 'renovate/sha2-0.x' set up to track 'origin/renovate/sha2-0.x'. |
74 | 2023-10-22T03:13:09.521Z | + git reset --hard 72f0ab16398be66d28f7da0e1cec4f0b1c8781bc |
75 | 2023-10-22T03:13:09.532Z | HEAD is now at 72f0ab16 chore(deps): update rust crate sha2 to 0.10.8 |
76 | 2023-10-22T03:13:09.543Z | process exited: duration 6406 ms, exit code 0 |
|
77 | 2023-10-22T03:13:09.561Z | starting task 4: "build" |
78 | 2023-10-22T03:13:09.581Z | + cargo --version |
79 | 2023-10-22T03:13:10.077Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-22T03:13:11.300Z | + rustc --version |
81 | 2023-10-22T03:13:11.315Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-22T03:13:11.321Z | + source ./env.sh |
83 | 2023-10-22T03:13:11.328Z | ++ set -o xtrace |
84 | 2023-10-22T03:13:11.336Z | ++++ dirname ./env.sh |
85 | 2023-10-22T03:13:11.349Z | +++ cd . |
86 | 2023-10-22T03:13:11.358Z | +++ echo /work/oxidecomputer/omicron |
87 | 2023-10-22T03:13:11.371Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2023-10-22T03:13:11.385Z | ++ 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-10-22T03:13:11.395Z | ++ 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-10-22T03:13:11.399Z | ++ 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-10-22T03:13:11.404Z | ++ 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-10-22T03:13:11.407Z | ++ 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-10-22T03:13:11.413Z | ++ 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-10-22T03:13:11.420Z | ++ 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-10-22T03:13:11.432Z | ++ 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-10-22T03:13:11.437Z | ++ unset OMICRON_WS |
97 | 2023-10-22T03:13:11.442Z | ++ set +o xtrace |
98 | 2023-10-22T03:13:11.446Z | |
99 | 2023-10-22T03:13:11.451Z | ##### ##### ###### ##### ###### #### # # # #### # |
100 | 2023-10-22T03:13:11.456Z | # # # # # # # # # # # # # # # |
101 | 2023-10-22T03:13:11.462Z | # # # # ##### # # ##### # # # # # #### # |
102 | 2023-10-22T03:13:11.469Z | ##### ##### # ##### # # # # # # # # # |
103 | 2023-10-22T03:13:11.475Z | # # # # # # # # # # # # # # # |
104 | 2023-10-22T03:13:11.481Z | # # # ###### # # ###### ### # #### # #### # |
105 | 2023-10-22T03:13:11.488Z | |
106 | 2023-10-22T03:13:17.237Z | Startup: Refreshing catalog 'helios-dev' ... Done |
107 | 2023-10-22T03:13:18.575Z | Startup: Caching catalogs ... Done |
108 | 2023-10-22T03:13:22.705Z | Planning: Solver setup ... Done (4.246s) |
109 | 2023-10-22T03:13:22.817Z | Planning: Running solver ... Done (0.113s) |
110 | 2023-10-22T03:13:22.872Z | Planning: Finding local manifests ... Done (0.003s) |
111 | 2023-10-22T03:13:23.321Z | Planning: Fetching manifests: 0/4 0% complete |
112 | 2023-10-22T03:13:26.373Z | Planning: Fetching manifests: 4/4 100% complete |
113 | 2023-10-22T03:13:26.453Z | Planning: Package planning ... Done (0.081s) |
114 | 2023-10-22T03:13:26.544Z | Planning: Merging actions ... Done (0.084s) |
115 | 2023-10-22T03:13:27.390Z | Planning: Checking for conflicting actions ... Done (0.845s) |
116 | 2023-10-22T03:13:27.406Z | Planning: Consolidating action changes ... Done (0.017s) |
117 | 2023-10-22T03:13:31.581Z | Planning: Evaluating mediators ... Done (4.173s) |
118 | 2023-10-22T03:13:31.603Z | Planning: Planning completed in 13.37 seconds |
119 | 2023-10-22T03:13:31.629Z | Packages to install: 4 |
120 | 2023-10-22T03:13:31.649Z | Mediators to change: 2 |
121 | 2023-10-22T03:13:32.106Z | Services to change: 1 |
122 | 2023-10-22T03:13:32.118Z | Estimated space available: 149.39 GB |
123 | 2023-10-22T03:13:32.540Z | Estimated space to be consumed: 1.37 GB |
124 | 2023-10-22T03:13:32.552Z | Create boot environment: No |
125 | 2023-10-22T03:13:32.568Z | Create backup boot environment: No |
126 | 2023-10-22T03:13:32.585Z | Rebuild boot archive: No |
127 | 2023-10-22T03:13:32.608Z | |
128 | 2023-10-22T03:13:33.042Z | Changed mediators: |
129 | 2023-10-22T03:13:33.048Z | mediator clang: |
130 | 2023-10-22T03:13:33.053Z | version: None -> 15 (system default) |
131 | 2023-10-22T03:13:33.067Z | |
132 | 2023-10-22T03:13:33.086Z | mediator llvm: |
133 | 2023-10-22T03:13:33.100Z | version: 14 (system default) -> 15 (system default) |
134 | 2023-10-22T03:13:33.117Z | |
135 | 2023-10-22T03:13:33.129Z | Changed packages: |
136 | 2023-10-22T03:13:33.138Z | helios-dev |
137 | 2023-10-22T03:13:33.154Z | developer/build-essential |
138 | 2023-10-22T03:13:33.179Z | None -> 11-2.0 |
139 | 2023-10-22T03:13:33.190Z | library/libxmlsec1 |
140 | 2023-10-22T03:13:33.196Z | None -> 1.2.35-2.0 |
141 | 2023-10-22T03:13:33.206Z | ooce/developer/clang-15 |
142 | 2023-10-22T03:13:33.215Z | None -> 15.0.7-2.0 |
143 | 2023-10-22T03:13:33.227Z | ooce/developer/llvm-15 |
144 | 2023-10-22T03:13:33.237Z | None -> 15.0.7-2.0 |
145 | 2023-10-22T03:13:33.247Z | |
146 | 2023-10-22T03:13:33.253Z | Services: |
147 | 2023-10-22T03:13:33.257Z | restart_fmri: |
148 | 2023-10-22T03:13:33.270Z | svc:/system/update-man-index:default |
149 | 2023-10-22T03:13:33.276Z | |
150 | 2023-10-22T03:13:33.280Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
151 | 2023-10-22T03:13:38.211Z | Download: 210/3290 items 1.3/212.6MB 0% complete (443k/s) |
152 | 2023-10-22T03:13:46.461Z | Download: 212/3290 items 1.3/212.6MB 0% complete |
153 | 2023-10-22T03:14:02.641Z | Download: 213/3290 items 1.3/212.6MB 0% complete |
154 | 2023-10-22T03:14:07.625Z | Download: 1194/3290 items 66.0/212.6MB 31% complete (12.8M/s) |
155 | 2023-10-22T03:14:12.628Z | Download: 1599/3290 items 117.0/212.6MB 55% complete (12.0M/s) |
156 | 2023-10-22T03:14:17.637Z | Download: 2071/3290 items 118.1/212.6MB 55% complete (6.5M/s) |
157 | 2023-10-22T03:14:34.453Z | Download: 2224/3290 items 119.2/212.6MB 56% complete |
158 | 2023-10-22T03:14:39.527Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (17.0M/s) |
159 | 2023-10-22T03:14:40.288Z | Download: Completed 212.60 MB in 68.41 seconds (3.1M/s) |
160 | 2023-10-22T03:14:40.697Z | Actions: 1/3687 actions (Installing new actions) |
161 | 2023-10-22T03:14:46.130Z | Actions: 2717/3687 actions (Installing new actions) |
162 | 2023-10-22T03:14:48.898Z | Actions: Completed 3687 actions in 8.20 seconds. |
163 | 2023-10-22T03:14:48.988Z | Done (0.078s) |
164 | 2023-10-22T03:14:48.993Z | Done (0.000s) |
165 | 2023-10-22T03:14:49.183Z | Done (0.196s) |
166 | 2023-10-22T03:14:56.503Z | Done (7.168s) |
167 | 2023-10-22T03:14:57.066Z | Done (0.092s) |
168 | 2023-10-22T03:14:57.528Z | Done (0.000s) |
169 | 2023-10-22T03:14:57.553Z | Done (0.000s) |
170 | 2023-10-22T03:14:57.601Z | Planning: Evaluating mediator changes ... Done |
171 | 2023-10-22T03:14:57.882Z | Planning: Checking for conflicting actions ... Done |
172 | 2023-10-22T03:14:57.901Z | Planning: Consolidating action changes ... Done |
173 | 2023-10-22T03:14:58.730Z | Planning: Evaluating mediators ... Done |
174 | 2023-10-22T03:14:58.737Z | Planning: Planning completed in 0.73 seconds |
175 | 2023-10-22T03:14:58.749Z | Mediators to change: 2 |
176 | 2023-10-22T03:14:58.754Z | Create boot environment: No |
177 | 2023-10-22T03:14:58.762Z | Create backup boot environment: No |
178 | 2023-10-22T03:14:58.782Z | Done |
179 | 2023-10-22T03:14:58.791Z | Done |
180 | 2023-10-22T03:14:58.802Z | Done |
181 | 2023-10-22T03:15:04.614Z | Done |
182 | 2023-10-22T03:15:04.769Z | Done |
183 | 2023-10-22T03:15:04.846Z | Done |
184 | 2023-10-22T03:15:04.881Z | Done |
185 | 2023-10-22T03:15:05.882Z | Planning: Evaluating mediator changes ... Done |
186 | 2023-10-22T03:15:05.900Z | Planning: Merging actions ... Done |
187 | 2023-10-22T03:15:06.196Z | Planning: Checking for conflicting actions ... Done |
188 | 2023-10-22T03:15:06.223Z | Planning: Consolidating action changes ... Done |
189 | 2023-10-22T03:15:06.608Z | Planning: Evaluating mediators ... Done |
190 | 2023-10-22T03:15:06.707Z | Planning: Planning completed in 1.29 seconds |
191 | 2023-10-22T03:15:06.757Z | Packages to change: 1 |
192 | 2023-10-22T03:15:06.769Z | Mediators to change: 1 |
193 | 2023-10-22T03:15:06.776Z | Services to change: 1 |
194 | 2023-10-22T03:15:06.784Z | Create boot environment: No |
195 | 2023-10-22T03:15:06.808Z | Create backup boot environment: Yes |
196 | 2023-10-22T03:15:08.978Z | Actions: 1/6 actions (Updating modified actions) |
197 | 2023-10-22T03:15:09.017Z | Actions: Completed 6 actions in 0.00 seconds. |
198 | 2023-10-22T03:15:09.027Z | Done |
199 | 2023-10-22T03:15:09.038Z | Done |
200 | 2023-10-22T03:15:09.048Z | Done |
201 | 2023-10-22T03:15:14.875Z | Done |
202 | 2023-10-22T03:15:14.994Z | Done |
203 | 2023-10-22T03:15:15.001Z | Done |
204 | 2023-10-22T03:15:15.139Z | Done |
205 | 2023-10-22T03:15:15.814Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
206 | 2023-10-22T03:15:15.833Z | clang system 15 system |
207 | 2023-10-22T03:15:15.849Z | csh system system illumos |
208 | 2023-10-22T03:15:15.865Z | ctags system system illumos |
209 | 2023-10-22T03:15:15.879Z | gcc vendor 12 vendor |
210 | 2023-10-22T03:15:15.891Z | gcc system 10 system |
211 | 2023-10-22T03:15:15.903Z | gcc system 7 system |
212 | 2023-10-22T03:15:15.920Z | go system 1.20 system |
213 | 2023-10-22T03:15:15.933Z | go system 1.19 system |
214 | 2023-10-22T03:15:15.945Z | llvm system 15 system |
215 | 2023-10-22T03:15:15.956Z | llvm system 14 system |
216 | 2023-10-22T03:15:15.964Z | mariadb system 10.6 system |
217 | 2023-10-22T03:15:15.969Z | mta vendor vendor dma |
218 | 2023-10-22T03:15:15.974Z | openjdk system 17 system |
219 | 2023-10-22T03:15:15.979Z | openjdk system 11 system |
220 | 2023-10-22T03:15:15.984Z | openjdk system 1.8 system |
221 | 2023-10-22T03:15:15.988Z | openssl vendor 3 vendor |
222 | 2023-10-22T03:15:15.991Z | perl system 5.36 system |
223 | 2023-10-22T03:15:15.994Z | postgresql system 15 system |
224 | 2023-10-22T03:15:15.997Z | postgresql system 13 system |
225 | 2023-10-22T03:15:16.001Z | python vendor 3 vendor |
226 | 2023-10-22T03:15:16.004Z | python system 2 system |
227 | 2023-10-22T03:15:16.007Z | python3 system 3.11 system |
228 | 2023-10-22T03:15:16.011Z | ruby system 3.0 system |
229 | 2023-10-22T03:15:16.014Z | words vendor vendor american-english |
230 | 2023-10-22T03:15:16.018Z | words system system australian-english |
231 | 2023-10-22T03:15:16.021Z | words system system british-english |
232 | 2023-10-22T03:15:16.025Z | words system system canadian-english |
233 | 2023-10-22T03:15:16.028Z | words system system french |
234 | 2023-10-22T03:15:16.032Z | words system system italian |
235 | 2023-10-22T03:15:16.035Z | words system system ngerman |
236 | 2023-10-22T03:15:16.038Z | words system system ogerman |
237 | 2023-10-22T03:15:16.041Z | words system system spanish |
238 | 2023-10-22T03:15:16.353Z | FMRI IFO |
239 | 2023-10-22T03:15:16.375Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
240 | 2023-10-22T03:15:16.401Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
241 | 2023-10-22T03:15:16.843Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
242 | 2023-10-22T03:15:17.271Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
243 | 2023-10-22T03:15:17.296Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
244 | 2023-10-22T03:15:17.368Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
245 | 2023-10-22T03:15:17.380Z | + set -o errexit |
246 | 2023-10-22T03:15:17.797Z | +++ dirname ./tools/ci_download_cockroachdb |
247 | 2023-10-22T03:15:17.812Z | ++ cd ./tools |
248 | 2023-10-22T03:15:17.826Z | ++ pwd |
249 | 2023-10-22T03:15:17.837Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
250 | 2023-10-22T03:15:17.847Z | ++ basename ./tools/ci_download_cockroachdb |
251 | 2023-10-22T03:15:18.274Z | + ARG0=ci_download_cockroachdb |
252 | 2023-10-22T03:15:18.287Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
253 | 2023-10-22T03:15:18.299Z | + CIDL_VERSION=v22.1.9 |
254 | 2023-10-22T03:15:18.316Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
255 | 2023-10-22T03:15:18.337Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
256 | 2023-10-22T03:15:18.354Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
257 | 2023-10-22T03:15:18.808Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
258 | 2023-10-22T03:15:19.647Z | + TARGET_DIR=out |
259 | 2023-10-22T03:15:20.205Z | + DOWNLOAD_DIR=out/downloads |
260 | 2023-10-22T03:15:20.217Z | + DEST_DIR=./out/cockroachdb |
261 | 2023-10-22T03:15:20.228Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
262 | 2023-10-22T03:15:20.247Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
263 | 2023-10-22T03:15:20.284Z | + main |
264 | 2023-10-22T03:15:20.298Z | + [[ 0 != 0 ]] |
265 | 2023-10-22T03:15:20.307Z | + CIDL_OS=solaris2.11 |
266 | 2023-10-22T03:15:20.312Z | + [[ 0 != 0 ]] |
267 | 2023-10-22T03:15:20.320Z | + configure_os solaris2.11 |
268 | 2023-10-22T03:15:20.333Z | + echo 'current directory: /work/oxidecomputer/omicron' |
269 | 2023-10-22T03:15:20.343Z | current directory: /work/oxidecomputer/omicron |
270 | 2023-10-22T03:15:20.348Z | + echo 'configuring based on OS: "solaris2.11"' |
271 | 2023-10-22T03:15:20.358Z | configuring based on OS: "solaris2.11" |
272 | 2023-10-22T03:15:20.371Z | + case "$1" in |
273 | 2023-10-22T03:15:20.796Z | + CIDL_BUILD=illumos |
274 | 2023-10-22T03:15:20.804Z | + CIDL_SUFFIX=tar.gz |
275 | 2023-10-22T03:15:20.808Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
276 | 2023-10-22T03:15:20.814Z | + CIDL_MD5FUNC=do_md5sum |
277 | 2023-10-22T03:15:20.818Z | + CIDL_URL_BASE=https://illumos.org/downloads |
278 | 2023-10-22T03:15:20.822Z | + CIDL_ASSEMBLE=do_assemble_illumos |
279 | 2023-10-22T03:15:20.828Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
280 | 2023-10-22T03:15:20.835Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-10-22T03:15:20.841Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2023-10-22T03:15:20.845Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
283 | 2023-10-22T03:15:20.849Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2023-10-22T03:15:20.852Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
285 | 2023-10-22T03:15:20.857Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-10-22T03:15:20.861Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
287 | 2023-10-22T03:15:20.864Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-10-22T03:15:20.869Z | + mkdir -p out/downloads |
289 | 2023-10-22T03:15:20.873Z | + mkdir -p ./out/cockroachdb |
290 | 2023-10-22T03:15:20.878Z | + local DO_DOWNLOAD=true |
291 | 2023-10-22T03:15:20.882Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
292 | 2023-10-22T03:15:20.890Z | + '[' true == true ']' |
293 | 2023-10-22T03:15:20.895Z | + echo Downloading... |
294 | 2023-10-22T03:15:20.903Z | Downloading... |
295 | 2023-10-22T03:15:20.911Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2023-10-22T03:15:20.917Z | + 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 |
297 | 2023-10-22T03:15:21.057Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2023-10-22T03:15:21.071Z | ++ md5sum |
299 | 2023-10-22T03:15:21.103Z | ++ awk '{print $1}' |
300 | 2023-10-22T03:15:21.240Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
301 | 2023-10-22T03:15:21.249Z | + [[ 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 ]] |
302 | 2023-10-22T03:15:21.257Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2023-10-22T03:15:21.264Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
304 | 2023-10-22T03:15:24.788Z | + do_assemble_illumos |
305 | 2023-10-22T03:15:24.804Z | + rm -r ./out/cockroachdb |
306 | 2023-10-22T03:15:25.249Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
307 | 2023-10-22T03:15:25.454Z | + ./out/cockroachdb/bin/cockroach version |
308 | 2023-10-22T03:15:25.695Z | Build Tag: v22.1.9-dirty |
309 | 2023-10-22T03:15:25.702Z | Build Time: 2022/10/26 21:17:46 |
310 | 2023-10-22T03:15:25.711Z | Distribution: OSS |
311 | 2023-10-22T03:15:26.143Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
312 | 2023-10-22T03:15:26.164Z | Go Version: go1.17.13 |
313 | 2023-10-22T03:15:26.178Z | C Compiler: gcc 10.3.0 |
314 | 2023-10-22T03:15:26.196Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
315 | 2023-10-22T03:15:26.210Z | Build Type: release |
316 | 2023-10-22T03:15:26.219Z | + set -o errexit |
317 | 2023-10-22T03:15:26.232Z | +++ dirname ./tools/ci_download_clickhouse |
318 | 2023-10-22T03:15:26.243Z | ++ cd ./tools |
319 | 2023-10-22T03:15:26.254Z | ++ pwd |
320 | 2023-10-22T03:15:26.273Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
321 | 2023-10-22T03:15:26.729Z | ++ basename ./tools/ci_download_clickhouse |
322 | 2023-10-22T03:15:26.750Z | + ARG0=ci_download_clickhouse |
323 | 2023-10-22T03:15:26.768Z | + TARGET_DIR=out |
324 | 2023-10-22T03:15:27.192Z | + DOWNLOAD_DIR=out/downloads |
325 | 2023-10-22T03:15:27.202Z | + DEST_DIR=./out/clickhouse |
326 | 2023-10-22T03:15:27.215Z | + CIDL_VERSION=v22.8.9.24 |
327 | 2023-10-22T03:15:27.236Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
328 | 2023-10-22T03:15:27.249Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
329 | 2023-10-22T03:15:27.266Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
330 | 2023-10-22T03:15:27.280Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
331 | 2023-10-22T03:15:27.705Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
332 | 2023-10-22T03:15:27.714Z | + main |
333 | 2023-10-22T03:15:27.725Z | + [[ 0 != 0 ]] |
334 | 2023-10-22T03:15:27.771Z | + CIDL_OS=solaris2.11 |
335 | 2023-10-22T03:15:27.776Z | + [[ 0 != 0 ]] |
336 | 2023-10-22T03:15:27.780Z | + configure_os solaris2.11 |
337 | 2023-10-22T03:15:27.784Z | + echo 'current directory: /work/oxidecomputer/omicron' |
338 | 2023-10-22T03:15:27.787Z | current directory: /work/oxidecomputer/omicron |
339 | 2023-10-22T03:15:27.791Z | configuring based on OS: "solaris2.11" |
340 | 2023-10-22T03:15:27.794Z | + echo 'configuring based on OS: "solaris2.11"' |
341 | 2023-10-22T03:15:27.797Z | + CIDL_DASHREV= |
342 | 2023-10-22T03:15:27.800Z | + case "$1" in |
343 | 2023-10-22T03:15:27.803Z | + CIDL_PLATFORM=illumos |
344 | 2023-10-22T03:15:27.806Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
345 | 2023-10-22T03:15:27.809Z | + CIDL_MD5FUNC=do_md5sum |
346 | 2023-10-22T03:15:27.812Z | + CIDL_DASHREV=-1 |
347 | 2023-10-22T03:15:27.816Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
348 | 2023-10-22T03:15:27.820Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2023-10-22T03:15:27.823Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2023-10-22T03:15:27.826Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2023-10-22T03:15:27.831Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
352 | 2023-10-22T03:15:27.835Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2023-10-22T03:15:27.838Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
354 | 2023-10-22T03:15:27.841Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
355 | 2023-10-22T03:15:27.845Z | + mkdir -p out/downloads |
356 | 2023-10-22T03:15:27.848Z | + mkdir -p ./out/clickhouse |
357 | 2023-10-22T03:15:27.852Z | + local DO_DOWNLOAD=true |
358 | 2023-10-22T03:15:27.855Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
359 | 2023-10-22T03:15:27.858Z | + '[' true == true ']' |
360 | 2023-10-22T03:15:27.862Z | + echo Downloading... |
361 | 2023-10-22T03:15:27.865Z | Downloading... |
362 | 2023-10-22T03:15:27.869Z | + 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 |
363 | 2023-10-22T03:15:27.872Z | + 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 |
364 | 2023-10-22T03:15:27.876Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2023-10-22T03:15:27.879Z | ++ md5sum |
366 | 2023-10-22T03:15:27.883Z | ++ awk '{print $1}' |
367 | 2023-10-22T03:15:27.888Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
368 | 2023-10-22T03:15:27.891Z | + [[ 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 ]] |
369 | 2023-10-22T03:15:27.895Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
370 | 2023-10-22T03:15:27.898Z | + mkdir -p ./out/clickhouse |
371 | 2023-10-22T03:15:27.902Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
372 | 2023-10-22T03:15:32.695Z | + ./out/clickhouse/clickhouse server --version |
373 | 2023-10-22T03:15:32.745Z | ClickHouse server version 22.8.9.1. |
374 | 2023-10-22T03:15:32.780Z | + set -o errexit |
375 | 2023-10-22T03:15:32.785Z | +++ dirname ./tools/ci_download_console |
376 | 2023-10-22T03:15:32.805Z | ++ cd ./tools |
377 | 2023-10-22T03:15:32.813Z | ++ pwd |
378 | 2023-10-22T03:15:32.818Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
379 | 2023-10-22T03:15:32.822Z | ++ basename ./tools/ci_download_console |
380 | 2023-10-22T03:15:32.825Z | + ARG0=ci_download_console |
381 | 2023-10-22T03:15:32.828Z | + TARGET_DIR=out |
382 | 2023-10-22T03:15:32.831Z | + DOWNLOAD_DIR=out/downloads |
383 | 2023-10-22T03:15:32.835Z | + DEST_DIR=./out/console-assets |
384 | 2023-10-22T03:15:32.838Z | + source /work/oxidecomputer/omicron/tools/console_version |
385 | 2023-10-22T03:15:32.842Z | ++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa |
386 | 2023-10-22T03:15:32.845Z | ++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
387 | 2023-10-22T03:15:32.848Z | + URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
388 | 2023-10-22T03:15:32.851Z | + TARBALL_FILE=out/downloads/console.tar.gz |
389 | 2023-10-22T03:15:32.855Z | + main |
390 | 2023-10-22T03:15:32.860Z | + [[ 0 != 0 ]] |
391 | 2023-10-22T03:15:32.866Z | + echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz' |
392 | 2023-10-22T03:15:32.875Z | URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
393 | 2023-10-22T03:15:33.288Z | + echo 'Local file: out/downloads/console.tar.gz' |
394 | 2023-10-22T03:15:33.295Z | Local file: out/downloads/console.tar.gz |
395 | 2023-10-22T03:15:33.298Z | + local DO_DOWNLOAD=true |
396 | 2023-10-22T03:15:33.301Z | + [[ -f out/downloads/console.tar.gz ]] |
397 | 2023-10-22T03:15:33.305Z | + mkdir -p out/downloads |
398 | 2023-10-22T03:15:33.308Z | + '[' true == true ']' |
399 | 2023-10-22T03:15:33.312Z | + echo Downloading... |
400 | 2023-10-22T03:15:33.315Z | Downloading... |
401 | 2023-10-22T03:15:33.318Z | + do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz |
402 | 2023-10-22T03:15:33.322Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
403 | 2023-10-22T03:15:33.401Z | ++ do_sha256sum out/downloads/console.tar.gz |
404 | 2023-10-22T03:15:33.419Z | ++ case "$OSTYPE" in |
405 | 2023-10-22T03:15:33.428Z | ++ SHA=sha256sum |
406 | 2023-10-22T03:15:33.433Z | ++ sha256sum |
407 | 2023-10-22T03:15:33.438Z | ++ awk '{print $1}' |
408 | 2023-10-22T03:15:33.444Z | + calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
409 | 2023-10-22T03:15:33.448Z | + [[ 3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 != \3\2\8\9\9\8\9\f\2\c\d\6\c\7\1\e\a\8\0\0\e\7\3\2\3\1\1\9\0\4\5\5\c\c\8\e\4\e\4\5\a\e\9\3\0\4\2\9\3\0\5\0\b\9\2\5\a\9\f\d\9\4\2\3 ]] |
410 | 2023-10-22T03:15:33.452Z | + rm -rf ./out/console-assets |
411 | 2023-10-22T03:15:33.460Z | + mkdir -p ./out/console-assets |
412 | 2023-10-22T03:15:33.468Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
413 | 2023-10-22T03:15:33.473Z | + mkdir -p ./out/console-assets |
414 | 2023-10-22T03:15:33.481Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
415 | 2023-10-22T03:15:33.593Z | + set -o errexit |
416 | 2023-10-22T03:15:33.596Z | +++ dirname ./tools/ci_download_maghemite_openapi |
417 | 2023-10-22T03:15:33.599Z | ++ cd ./tools |
418 | 2023-10-22T03:15:33.602Z | ++ pwd |
419 | 2023-10-22T03:15:33.605Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
420 | 2023-10-22T03:15:33.607Z | ++ basename ./tools/ci_download_maghemite_openapi |
421 | 2023-10-22T03:15:33.614Z | + ARG0=ci_download_maghemite_openapi |
422 | 2023-10-22T03:15:33.617Z | + TARGET_DIR=out |
423 | 2023-10-22T03:15:33.620Z | + DOWNLOAD_DIR=out/downloads |
424 | 2023-10-22T03:15:33.627Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
425 | 2023-10-22T03:15:33.632Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
426 | 2023-10-22T03:15:33.636Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
427 | 2023-10-22T03:15:33.639Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
428 | 2023-10-22T03:15:33.654Z | + LOCAL_FILE=out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
429 | 2023-10-22T03:15:33.659Z | + main |
430 | 2023-10-22T03:15:33.662Z | + [[ 0 != 0 ]] |
431 | 2023-10-22T03:15:33.665Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json' |
432 | 2023-10-22T03:15:33.672Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
433 | 2023-10-22T03:15:33.679Z | + echo 'Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json' |
434 | 2023-10-22T03:15:33.742Z | Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
435 | 2023-10-22T03:15:33.756Z | + local DO_DOWNLOAD=true |
436 | 2023-10-22T03:15:33.761Z | + [[ -f out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
437 | 2023-10-22T03:15:33.765Z | + mkdir -p out/downloads |
438 | 2023-10-22T03:15:33.768Z | + '[' true == true ']' |
439 | 2023-10-22T03:15:33.772Z | + echo Downloading... |
440 | 2023-10-22T03:15:33.776Z | Downloading... |
441 | 2023-10-22T03:15:33.793Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
442 | 2023-10-22T03:15:33.800Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
443 | 2023-10-22T03:15:33.806Z | ++ do_sha256sum out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
444 | 2023-10-22T03:15:33.809Z | ++ case "$OSTYPE" in |
445 | 2023-10-22T03:15:33.812Z | ++ SHA=sha256sum |
446 | 2023-10-22T03:15:33.815Z | ++ sha256sum |
447 | 2023-10-22T03:15:33.818Z | ++ awk '{print $1}' |
448 | 2023-10-22T03:15:33.823Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
449 | 2023-10-22T03:15:33.827Z | + [[ 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 ]] |
450 | 2023-10-22T03:15:33.830Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
451 | 2023-10-22T03:15:33.834Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
452 | 2023-10-22T03:15:33.837Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
453 | 2023-10-22T03:15:33.840Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
454 | 2023-10-22T03:15:33.843Z | + LOCAL_FILE=out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
455 | 2023-10-22T03:15:33.846Z | + main |
456 | 2023-10-22T03:15:33.850Z | + [[ 0 != 0 ]] |
457 | 2023-10-22T03:15:33.853Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json' |
458 | 2023-10-22T03:15:33.874Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
459 | 2023-10-22T03:15:33.878Z | + echo 'Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json' |
460 | 2023-10-22T03:15:33.883Z | Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
461 | 2023-10-22T03:15:34.308Z | + local DO_DOWNLOAD=true |
462 | 2023-10-22T03:15:34.328Z | + [[ -f out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
463 | 2023-10-22T03:15:34.833Z | + mkdir -p out/downloads |
464 | 2023-10-22T03:15:34.849Z | + '[' true == true ']' |
465 | 2023-10-22T03:15:34.871Z | + echo Downloading... |
466 | 2023-10-22T03:15:34.890Z | Downloading... |
467 | 2023-10-22T03:15:34.914Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
468 | 2023-10-22T03:15:34.935Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
469 | 2023-10-22T03:15:34.952Z | ++ do_sha256sum out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
470 | 2023-10-22T03:15:35.383Z | ++ case "$OSTYPE" in |
471 | 2023-10-22T03:15:35.404Z | ++ SHA=sha256sum |
472 | 2023-10-22T03:15:35.881Z | ++ sha256sum |
473 | 2023-10-22T03:15:35.902Z | ++ awk '{print $1}' |
474 | 2023-10-22T03:15:36.324Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
475 | 2023-10-22T03:15:36.336Z | + [[ 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 ]] |
476 | 2023-10-22T03:15:36.357Z | + set -o errexit |
477 | 2023-10-22T03:15:36.375Z | +++ dirname ./tools/ci_download_dendrite_openapi |
478 | 2023-10-22T03:15:36.391Z | ++ cd ./tools |
479 | 2023-10-22T03:15:36.406Z | ++ pwd |
480 | 2023-10-22T03:15:36.420Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
481 | 2023-10-22T03:15:36.442Z | ++ basename ./tools/ci_download_dendrite_openapi |
482 | 2023-10-22T03:15:36.454Z | + ARG0=ci_download_dendrite_openapi |
483 | 2023-10-22T03:15:36.464Z | + TARGET_DIR=out |
484 | 2023-10-22T03:15:36.478Z | + DOWNLOAD_DIR=out/downloads |
485 | 2023-10-22T03:15:36.487Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
486 | 2023-10-22T03:15:36.494Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
487 | 2023-10-22T03:15:36.500Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
488 | 2023-10-22T03:15:36.506Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
489 | 2023-10-22T03:15:36.521Z | + LOCAL_FILE=out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
490 | 2023-10-22T03:15:36.531Z | + main |
491 | 2023-10-22T03:15:36.541Z | + [[ 0 != 0 ]] |
492 | 2023-10-22T03:15:36.551Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json' |
493 | 2023-10-22T03:15:36.559Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
494 | 2023-10-22T03:15:36.573Z | + echo 'Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json' |
495 | 2023-10-22T03:15:36.582Z | Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
496 | 2023-10-22T03:15:36.604Z | + local DO_DOWNLOAD=true |
497 | 2023-10-22T03:15:37.123Z | + [[ -f out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json ]] |
498 | 2023-10-22T03:15:37.141Z | + mkdir -p out/downloads |
499 | 2023-10-22T03:15:37.152Z | + '[' true == true ']' |
500 | 2023-10-22T03:15:37.579Z | + echo Downloading... |
501 | 2023-10-22T03:15:37.591Z | Downloading... |
502 | 2023-10-22T03:15:37.612Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
503 | 2023-10-22T03:15:37.634Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
504 | 2023-10-22T03:15:37.656Z | ++ do_sha256sum out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
505 | 2023-10-22T03:15:37.672Z | ++ case "$OSTYPE" in |
506 | 2023-10-22T03:15:37.687Z | ++ SHA=sha256sum |
507 | 2023-10-22T03:15:37.702Z | ++ sha256sum |
508 | 2023-10-22T03:15:37.718Z | ++ awk '{print $1}' |
509 | 2023-10-22T03:15:37.734Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
510 | 2023-10-22T03:15:37.750Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
511 | 2023-10-22T03:15:37.764Z | + set -o errexit |
512 | 2023-10-22T03:15:37.775Z | +++ dirname ./tools/ci_download_dendrite_stub |
513 | 2023-10-22T03:15:37.811Z | ++ cd ./tools |
514 | 2023-10-22T03:15:37.823Z | ++ pwd |
515 | 2023-10-22T03:15:37.834Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
516 | 2023-10-22T03:15:37.843Z | ++ basename ./tools/ci_download_dendrite_stub |
517 | 2023-10-22T03:15:37.853Z | + ARG0=ci_download_dendrite_stub |
518 | 2023-10-22T03:15:37.863Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
519 | 2023-10-22T03:15:37.873Z | ++ CIDL_SHA256_ILLUMOS=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
520 | 2023-10-22T03:15:37.886Z | ++ CIDL_SHA256_LINUX_DPD=b275a1c688eae1024b9ce1cbb766a66e37072e84b4a6cbc18746c903739ccf51 |
521 | 2023-10-22T03:15:37.906Z | ++ CIDL_SHA256_LINUX_SWADM=7e604cc4b67c1a711a63ece2a8d0e2e7c8ef2b9ac6bb433b3c2e02f5f66018ba |
522 | 2023-10-22T03:15:38.336Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
523 | 2023-10-22T03:15:38.352Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
524 | 2023-10-22T03:15:38.365Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
525 | 2023-10-22T03:15:38.385Z | + TARGET_DIR=out |
526 | 2023-10-22T03:15:38.402Z | current directory: /work/oxidecomputer/omicron |
527 | 2023-10-22T03:15:38.414Z | + DOWNLOAD_DIR=out/downloads |
528 | 2023-10-22T03:15:38.425Z | configuring based on OS: "solaris2.11" |
529 | 2023-10-22T03:15:38.431Z | + DEST_DIR=./out/dendrite-stub |
530 | 2023-10-22T03:15:38.438Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
531 | 2023-10-22T03:15:38.445Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
532 | 2023-10-22T03:15:38.449Z | Local file: out/downloads/dendrite-stub.tar.gz |
533 | 2023-10-22T03:15:38.454Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
534 | 2023-10-22T03:15:38.463Z | Downloading... |
535 | 2023-10-22T03:15:38.468Z | + REPO=oxidecomputer/dendrite |
536 | 2023-10-22T03:15:38.474Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686 |
537 | 2023-10-22T03:15:38.478Z | + main |
538 | 2023-10-22T03:15:38.482Z | + [[ 0 != 0 ]] |
539 | 2023-10-22T03:15:38.486Z | + CIDL_OS=solaris2.11 |
540 | 2023-10-22T03:15:38.491Z | + [[ 0 != 0 ]] |
541 | 2023-10-22T03:15:38.499Z | + configure_os solaris2.11 |
542 | 2023-10-22T03:15:38.506Z | + echo 'current directory: /work/oxidecomputer/omicron' |
543 | 2023-10-22T03:15:38.516Z | + echo 'configuring based on OS: "solaris2.11"' |
544 | 2023-10-22T03:15:38.934Z | + case "$1" in |
545 | 2023-10-22T03:15:38.941Z | + SET_BINARIES= |
546 | 2023-10-22T03:15:38.950Z | + CIDL_SHA256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
547 | 2023-10-22T03:15:38.960Z | + CIDL_SHA256FUNC=do_sha256sum |
548 | 2023-10-22T03:15:38.969Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
549 | 2023-10-22T03:15:38.978Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
550 | 2023-10-22T03:15:39.026Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
551 | 2023-10-22T03:15:39.032Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz' |
552 | 2023-10-22T03:15:39.039Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
553 | 2023-10-22T03:15:39.059Z | + mkdir -p out/downloads |
554 | 2023-10-22T03:15:39.071Z | + mkdir -p ./out/dendrite-stub |
555 | 2023-10-22T03:15:39.089Z | + fetch_and_verify |
556 | 2023-10-22T03:15:39.104Z | + local DO_DOWNLOAD=true |
557 | 2023-10-22T03:15:39.118Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
558 | 2023-10-22T03:15:39.133Z | + '[' true == true ']' |
559 | 2023-10-22T03:15:39.142Z | + echo Downloading... |
560 | 2023-10-22T03:15:39.148Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
561 | 2023-10-22T03:15:39.157Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
562 | 2023-10-22T03:15:45.224Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
563 | 2023-10-22T03:15:45.234Z | ++ sha256sum |
564 | 2023-10-22T03:15:45.243Z | ++ awk '{print $1}' |
565 | 2023-10-22T03:15:45.329Z | + calculated_sha256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
566 | 2023-10-22T03:15:45.346Z | + [[ 3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 != \3\7\0\6\e\0\e\8\2\3\0\b\7\f\7\6\4\0\7\e\c\0\a\c\e\a\9\0\2\0\b\9\e\f\c\7\d\6\c\7\8\b\7\4\c\3\0\4\1\0\2\f\d\8\e\6\2\c\a\c\6\7\6\0 ]] |
567 | 2023-10-22T03:15:45.772Z | + do_untar out/downloads/dendrite-stub.tar.gz |
568 | 2023-10-22T03:15:45.794Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
569 | 2023-10-22T03:15:46.259Z | + do_assemble |
570 | 2023-10-22T03:15:46.269Z | + rm -r ./out/dendrite-stub |
571 | 2023-10-22T03:15:46.275Z | + mkdir ./out/dendrite-stub |
572 | 2023-10-22T03:15:46.280Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
573 | 2023-10-22T03:15:46.380Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
574 | 2023-10-22T03:15:46.399Z | + set -o errexit |
575 | 2023-10-22T03:15:46.418Z | +++ dirname ./tools/ci_download_maghemite_mgd |
576 | 2023-10-22T03:15:46.435Z | ++ cd ./tools |
577 | 2023-10-22T03:15:46.448Z | ++ pwd |
578 | 2023-10-22T03:15:46.457Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
579 | 2023-10-22T03:15:46.469Z | ++ basename ./tools/ci_download_maghemite_mgd |
580 | 2023-10-22T03:15:46.903Z | + ARG0=ci_download_maghemite_mgd |
581 | 2023-10-22T03:15:46.911Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
582 | 2023-10-22T03:15:46.919Z | ++ CIDL_SHA256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
583 | 2023-10-22T03:15:46.928Z | ++ MGD_LINUX_SHA256=45e5ddc9d81cfcb94917f9c58942c3a7211fb34a3c563fbfc2434b0a97306b3d |
584 | 2023-10-22T03:15:46.934Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
585 | 2023-10-22T03:15:46.944Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
586 | 2023-10-22T03:15:46.956Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
587 | 2023-10-22T03:15:46.967Z | + TARGET_DIR=out |
588 | 2023-10-22T03:15:46.980Z | + DOWNLOAD_DIR=out/downloads |
589 | 2023-10-22T03:15:46.987Z | + DEST_DIR=./out/mgd |
590 | 2023-10-22T03:15:47.407Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
591 | 2023-10-22T03:15:47.413Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
592 | 2023-10-22T03:15:47.422Z | + REPO=oxidecomputer/maghemite |
593 | 2023-10-22T03:15:47.429Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a |
594 | 2023-10-22T03:15:47.436Z | + main |
595 | 2023-10-22T03:15:47.444Z | + [[ 0 != 0 ]] |
596 | 2023-10-22T03:15:47.453Z | + CIDL_OS=solaris2.11 |
597 | 2023-10-22T03:15:47.463Z | + [[ 0 != 0 ]] |
598 | 2023-10-22T03:15:47.474Z | + configure_os solaris2.11 |
599 | 2023-10-22T03:15:47.491Z | + echo 'current directory: /work/oxidecomputer/omicron' |
600 | 2023-10-22T03:15:47.509Z | current directory: /work/oxidecomputer/omicron |
601 | 2023-10-22T03:15:47.520Z | + echo 'configuring based on OS: "solaris2.11"' |
602 | 2023-10-22T03:15:47.530Z | + case "$1" in |
603 | 2023-10-22T03:15:47.545Z | configuring based on OS: "solaris2.11" |
604 | 2023-10-22T03:15:47.558Z | + SET_BINARIES= |
605 | 2023-10-22T03:15:47.570Z | + CIDL_SHA256FUNC=do_sha256sum |
606 | 2023-10-22T03:15:47.586Z | + TARBALL_FILENAME=mgd.tar.gz |
607 | 2023-10-22T03:15:47.595Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
608 | 2023-10-22T03:15:47.602Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
609 | 2023-10-22T03:15:47.608Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz' |
610 | 2023-10-22T03:15:47.617Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
611 | 2023-10-22T03:15:47.630Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
612 | 2023-10-22T03:15:47.639Z | Local file: out/downloads/mgd.tar.gz |
613 | 2023-10-22T03:15:47.649Z | + mkdir -p out/downloads |
614 | 2023-10-22T03:15:47.656Z | + mkdir -p ./out/mgd |
615 | 2023-10-22T03:15:47.663Z | + fetch_and_verify |
616 | 2023-10-22T03:15:47.674Z | + local DO_DOWNLOAD=true |
617 | 2023-10-22T03:15:47.681Z | + [[ -f out/downloads/mgd.tar.gz ]] |
618 | 2023-10-22T03:15:47.688Z | + '[' true == true ']' |
619 | 2023-10-22T03:15:47.695Z | + echo Downloading... |
620 | 2023-10-22T03:15:47.704Z | Downloading... |
621 | 2023-10-22T03:15:47.716Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz out/downloads/mgd.tar.gz |
622 | 2023-10-22T03:15:47.727Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
623 | 2023-10-22T03:15:59.106Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
624 | 2023-10-22T03:15:59.117Z | ++ sha256sum |
625 | 2023-10-22T03:15:59.126Z | ++ awk '{print $1}' |
626 | 2023-10-22T03:15:59.185Z | + calculated_sha256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
627 | 2023-10-22T03:15:59.190Z | + [[ 16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 != \1\6\8\7\8\5\0\1\f\5\4\4\0\5\9\0\6\7\4\a\c\d\8\2\b\e\e\6\c\e\5\d\c\f\3\d\1\3\2\6\5\3\1\c\2\5\0\6\4\d\d\9\c\0\6\0\a\b\6\4\4\0\a\4 ]] |
628 | 2023-10-22T03:15:59.196Z | + do_untar out/downloads/mgd.tar.gz |
629 | 2023-10-22T03:15:59.200Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
630 | 2023-10-22T03:15:59.888Z | + do_assemble |
631 | 2023-10-22T03:15:59.891Z | + rm -r ./out/mgd |
632 | 2023-10-22T03:15:59.894Z | + mkdir ./out/mgd |
633 | 2023-10-22T03:15:59.898Z | + cp -r out/downloads/root ./out/mgd/root |
634 | 2023-10-22T03:16:00.105Z | + set -o errexit |
635 | 2023-10-22T03:16:00.110Z | +++ dirname ./tools/ci_download_transceiver_control |
636 | 2023-10-22T03:16:00.121Z | ++ cd ./tools |
637 | 2023-10-22T03:16:00.128Z | ++ pwd |
638 | 2023-10-22T03:16:00.134Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
639 | 2023-10-22T03:16:00.141Z | ++ basename ./tools/ci_download_transceiver_control |
640 | 2023-10-22T03:16:00.149Z | + ARG0=ci_download_transceiver_control |
641 | 2023-10-22T03:16:00.158Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
642 | 2023-10-22T03:16:00.166Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
643 | 2023-10-22T03:16:00.173Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
644 | 2023-10-22T03:16:00.181Z | + TARGET_DIR=out |
645 | 2023-10-22T03:16:00.187Z | + DOWNLOAD_DIR=out/downloads |
646 | 2023-10-22T03:16:00.198Z | + DEST_DIR=./out/transceiver-control |
647 | 2023-10-22T03:16:00.204Z | + BIN_DIR=/opt/oxide/bin |
648 | 2023-10-22T03:16:00.212Z | + BINARY=xcvradm |
649 | 2023-10-22T03:16:00.223Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
650 | 2023-10-22T03:16:00.230Z | + REPO=oxidecomputer/transceiver-control |
651 | 2023-10-22T03:16:00.239Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
652 | 2023-10-22T03:16:00.248Z | + main |
653 | 2023-10-22T03:16:00.269Z | + [[ 0 != 0 ]] |
654 | 2023-10-22T03:16:00.282Z | + CIDL_OS=solaris2.11 |
655 | 2023-10-22T03:16:00.291Z | + [[ 0 != 0 ]] |
656 | 2023-10-22T03:16:00.299Z | + configure_os solaris2.11 |
657 | 2023-10-22T03:16:00.305Z | + echo 'current directory: /work/oxidecomputer/omicron' |
658 | 2023-10-22T03:16:00.321Z | current directory: /work/oxidecomputer/omicron |
659 | 2023-10-22T03:16:00.327Z | + echo 'configuring based on OS: "solaris2.11"' |
660 | 2023-10-22T03:16:00.342Z | + case "$1" in |
661 | 2023-10-22T03:16:00.356Z | configuring based on OS: "solaris2.11" |
662 | 2023-10-22T03:16:00.371Z | + SET_BINARIES= |
663 | 2023-10-22T03:16:00.398Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
664 | 2023-10-22T03:16:00.844Z | + CIDL_SHA256FUNC=do_sha256sum |
665 | 2023-10-22T03:16:00.865Z | + ARCHIVE_FILENAME=xcvradm.gz |
666 | 2023-10-22T03:16:00.882Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
667 | 2023-10-22T03:16:00.894Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
668 | 2023-10-22T03:16:00.903Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
669 | 2023-10-22T03:16:00.908Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
670 | 2023-10-22T03:16:00.915Z | + echo 'Local file: out/downloads/xcvradm.gz' |
671 | 2023-10-22T03:16:00.918Z | Local file: out/downloads/xcvradm.gz |
672 | 2023-10-22T03:16:00.922Z | + mkdir -p out/downloads |
673 | 2023-10-22T03:16:00.937Z | + mkdir -p ./out/transceiver-control |
674 | 2023-10-22T03:16:00.941Z | + fetch_and_verify |
675 | 2023-10-22T03:16:00.944Z | + local DO_DOWNLOAD=true |
676 | 2023-10-22T03:16:00.949Z | + [[ -f out/downloads/xcvradm.gz ]] |
677 | 2023-10-22T03:16:00.957Z | + '[' true == true ']' |
678 | 2023-10-22T03:16:00.986Z | + echo Downloading... |
679 | 2023-10-22T03:16:00.993Z | Downloading... |
680 | 2023-10-22T03:16:01.010Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
681 | 2023-10-22T03:16:01.018Z | + 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 |
682 | 2023-10-22T03:16:02.464Z | ++ do_sha256sum out/downloads/xcvradm.gz |
683 | 2023-10-22T03:16:02.475Z | ++ sha256sum |
684 | 2023-10-22T03:16:02.486Z | ++ awk '{print $1}' |
685 | 2023-10-22T03:16:02.496Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
686 | 2023-10-22T03:16:02.503Z | + [[ 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 ]] |
687 | 2023-10-22T03:16:02.512Z | + do_unpack out/downloads/xcvradm.gz |
688 | 2023-10-22T03:16:02.523Z | + mkdir -p out/downloads/root//opt/oxide/bin |
689 | 2023-10-22T03:16:02.532Z | + gzip -dc out/downloads/xcvradm.gz |
690 | 2023-10-22T03:16:02.675Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
691 | 2023-10-22T03:16:02.697Z | + do_assemble |
692 | 2023-10-22T03:16:02.712Z | + rm -r ./out/transceiver-control |
693 | 2023-10-22T03:16:02.728Z | + mkdir ./out/transceiver-control |
694 | 2023-10-22T03:16:03.959Z | + cp -r out/downloads/root ./out/transceiver-control/root |
695 | 2023-10-22T03:16:03.969Z | All builder prerequisites installed successfully, and PATH looks valid |
696 | 2023-10-22T03:16:04.382Z | |
697 | 2023-10-22T03:16:04.387Z | real 2:53.098053707 |
698 | 2023-10-22T03:16:04.391Z | user 51.946117627 |
699 | 2023-10-22T03:16:04.395Z | sys 10.545703223 |
700 | 2023-10-22T03:16:04.406Z | trap 0.024086315 |
701 | 2023-10-22T03:16:04.409Z | tflt 0.111083986 |
702 | 2023-10-22T03:16:04.413Z | dflt 0.363635009 |
703 | 2023-10-22T03:16:04.416Z | kflt 0.141190397 |
704 | 2023-10-22T03:16:04.823Z | lock 1.801865471 |
705 | 2023-10-22T03:16:04.827Z | slp 5:38.128319280 |
706 | 2023-10-22T03:16:04.830Z | lat 4.157058271 |
707 | 2023-10-22T03:16:04.834Z | stop 0.067986428 |
708 | 2023-10-22T03:16:04.839Z | |
709 | 2023-10-22T03:16:04.842Z | #### # # ##### ##### # # |
710 | 2023-10-22T03:16:04.845Z | # # # # # # # # # # |
711 | 2023-10-22T03:16:05.252Z | # # # # # # # # |
712 | 2023-10-22T03:16:05.257Z | # # # ##### ##### # |
713 | 2023-10-22T03:16:05.262Z | # # # # # # # |
714 | 2023-10-22T03:16:05.265Z | #### ###### # # # # |
715 | 2023-10-22T03:16:05.268Z | |
716 | 2023-10-22T03:16:05.271Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
717 | 2023-10-22T03:16:05.682Z | Updating crates.io index |
718 | 2023-10-22T03:16:05.685Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
719 | 2023-10-22T03:16:05.689Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
720 | 2023-10-22T03:16:06.681Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
721 | 2023-10-22T03:16:07.378Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
722 | 2023-10-22T03:16:07.709Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
723 | 2023-10-22T03:16:08.068Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
724 | 2023-10-22T03:16:08.338Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
725 | 2023-10-22T03:16:09.182Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
726 | 2023-10-22T03:16:10.943Z | Updating git repository `https://github.com/oxidecomputer/opte` |
727 | 2023-10-22T03:16:11.916Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
728 | 2023-10-22T03:16:12.236Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
729 | 2023-10-22T03:16:13.001Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
730 | 2023-10-22T03:16:13.196Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
731 | 2023-10-22T03:16:13.518Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
732 | 2023-10-22T03:16:13.933Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
733 | 2023-10-22T03:16:14.277Z | Updating git repository `https://github.com/njaremko/samael` |
734 | 2023-10-22T03:16:14.953Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
735 | 2023-10-22T03:16:15.532Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
736 | 2023-10-22T03:16:15.958Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
737 | 2023-10-22T03:16:16.670Z | Updating git repository `https://github.com/jgallagher/nix` |
738 | 2023-10-22T03:16:17.621Z | Updating git repository `https://github.com/cbiffle/hubpack` |
739 | 2023-10-22T03:16:17.951Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
740 | 2023-10-22T03:16:26.605Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
741 | 2023-10-22T03:16:27.509Z | Updating git repository `https://github.com/oxidecomputer/typify` |
742 | 2023-10-22T03:16:28.052Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
743 | 2023-10-22T03:16:28.428Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
744 | 2023-10-22T03:16:28.718Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
745 | 2023-10-22T03:16:30.709Z | Downloading crates ... |
746 | 2023-10-22T03:16:30.712Z | Downloaded equivalent v1.0.1 |
747 | 2023-10-22T03:16:31.120Z | Downloaded errno v0.3.2 |
748 | 2023-10-22T03:16:31.124Z | Downloaded colorchoice v1.0.0 |
749 | 2023-10-22T03:16:31.127Z | Downloaded serde_spanned v0.6.3 |
750 | 2023-10-22T03:16:31.130Z | Downloaded heck v0.4.1 |
751 | 2023-10-22T03:16:31.134Z | Downloaded cargo-platform v0.1.3 |
752 | 2023-10-22T03:16:31.138Z | Downloaded itoa v1.0.9 |
753 | 2023-10-22T03:16:31.141Z | Downloaded anstyle v1.0.2 |
754 | 2023-10-22T03:16:31.551Z | Downloaded anstyle-query v1.0.0 |
755 | 2023-10-22T03:16:31.558Z | Downloaded quote v1.0.33 |
756 | 2023-10-22T03:16:31.969Z | Downloaded anstyle-parse v0.2.1 |
757 | 2023-10-22T03:16:32.379Z | Downloaded cargo_metadata v0.18.0 |
758 | 2023-10-22T03:16:32.385Z | Downloaded clap_derive v4.4.2 |
759 | 2023-10-22T03:16:32.388Z | Downloaded cargo_toml v0.16.3 |
760 | 2023-10-22T03:16:32.392Z | Downloaded bitflags v1.3.2 |
761 | 2023-10-22T03:16:32.398Z | Downloaded camino v1.1.6 |
762 | 2023-10-22T03:16:32.401Z | Downloaded utf8parse v0.2.1 |
763 | 2023-10-22T03:16:32.404Z | Downloaded terminal_size v0.2.6 |
764 | 2023-10-22T03:16:32.408Z | Downloaded io-lifetimes v1.0.11 |
765 | 2023-10-22T03:16:32.411Z | Downloaded semver v1.0.18 |
766 | 2023-10-22T03:16:32.416Z | Downloaded anyhow v1.0.75 |
767 | 2023-10-22T03:16:32.420Z | Downloaded proc-macro2 v1.0.67 |
768 | 2023-10-22T03:16:32.423Z | Downloaded serde_derive v1.0.188 |
769 | 2023-10-22T03:16:32.428Z | Downloaded clap_builder v4.4.2 |
770 | 2023-10-22T03:16:32.431Z | Downloaded serde v1.0.188 |
771 | 2023-10-22T03:16:32.438Z | Downloaded memchr v2.6.3 |
772 | 2023-10-22T03:16:32.441Z | Downloaded hashbrown v0.14.0 |
773 | 2023-10-22T03:16:32.445Z | Downloaded serde_json v1.0.107 |
774 | 2023-10-22T03:16:32.448Z | Downloaded toml_edit v0.20.0 |
775 | 2023-10-22T03:16:32.452Z | Downloaded syn v2.0.32 |
776 | 2023-10-22T03:16:32.458Z | Downloaded clap_lex v0.5.1 |
777 | 2023-10-22T03:16:32.463Z | Downloaded clap v4.4.3 |
778 | 2023-10-22T03:16:32.477Z | Downloaded libc v0.2.149 |
779 | 2023-10-22T03:16:32.480Z | Downloaded winnow v0.5.15 |
780 | 2023-10-22T03:16:32.484Z | Downloaded rustix v0.37.23 |
781 | 2023-10-22T03:16:32.488Z | Downloaded indexmap v2.0.0 |
782 | 2023-10-22T03:16:32.899Z | Downloaded toml v0.8.0 |
783 | 2023-10-22T03:16:32.903Z | Downloaded unicode-ident v1.0.12 |
784 | 2023-10-22T03:16:33.309Z | Downloaded ryu v1.0.15 |
785 | 2023-10-22T03:16:33.312Z | Downloaded strsim v0.10.0 |
786 | 2023-10-22T03:16:33.315Z | Downloaded toml_datetime v0.6.3 |
787 | 2023-10-22T03:16:33.318Z | Downloaded thiserror-impl v1.0.49 |
788 | 2023-10-22T03:16:33.326Z | Downloaded thiserror v1.0.49 |
789 | 2023-10-22T03:16:33.330Z | Downloaded anstream v0.5.0 |
790 | 2023-10-22T03:16:33.333Z | Compiling proc-macro2 v1.0.67 |
791 | 2023-10-22T03:16:33.336Z | Compiling unicode-ident v1.0.12 |
792 | 2023-10-22T03:16:33.339Z | Compiling serde v1.0.188 |
793 | 2023-10-22T03:16:33.342Z | Compiling libc v0.2.149 |
794 | 2023-10-22T03:16:33.345Z | Compiling io-lifetimes v1.0.11 |
795 | 2023-10-22T03:16:33.759Z | Compiling rustix v0.37.23 |
796 | 2023-10-22T03:16:33.763Z | Compiling hashbrown v0.14.0 |
797 | 2023-10-22T03:16:33.772Z | Compiling utf8parse v0.2.1 |
798 | 2023-10-22T03:16:33.785Z | Compiling equivalent v1.0.1 |
799 | 2023-10-22T03:16:33.792Z | Compiling bitflags v1.3.2 |
800 | 2023-10-22T03:16:33.796Z | Compiling anstyle-parse v0.2.1 |
801 | 2023-10-22T03:16:33.801Z | Compiling camino v1.1.6 |
802 | 2023-10-22T03:16:34.209Z | Compiling colorchoice v1.0.0 |
803 | 2023-10-22T03:16:34.212Z | Compiling anstyle v1.0.2 |
804 | 2023-10-22T03:16:34.217Z | Compiling indexmap v2.0.0 |
805 | 2023-10-22T03:16:34.220Z | Compiling anstyle-query v1.0.0 |
806 | 2023-10-22T03:16:34.629Z | Compiling thiserror v1.0.49 |
807 | 2023-10-22T03:16:35.039Z | Compiling winnow v0.5.15 |
808 | 2023-10-22T03:16:35.042Z | Compiling serde_json v1.0.107 |
809 | 2023-10-22T03:16:35.045Z | Compiling semver v1.0.18 |
810 | 2023-10-22T03:16:35.087Z | Compiling anstream v0.5.0 |
811 | 2023-10-22T03:16:35.090Z | Compiling heck v0.4.1 |
812 | 2023-10-22T03:16:35.094Z | Compiling ryu v1.0.15 |
813 | 2023-10-22T03:16:35.097Z | Compiling itoa v1.0.9 |
814 | 2023-10-22T03:16:35.125Z | Compiling strsim v0.10.0 |
815 | 2023-10-22T03:16:35.128Z | Compiling quote v1.0.33 |
816 | 2023-10-22T03:16:35.131Z | Compiling anyhow v1.0.75 |
817 | 2023-10-22T03:16:35.135Z | Compiling clap_lex v0.5.1 |
818 | 2023-10-22T03:16:35.138Z | Compiling syn v2.0.32 |
819 | 2023-10-22T03:16:35.141Z | Compiling errno v0.3.2 |
820 | 2023-10-22T03:16:36.498Z | Compiling terminal_size v0.2.6 |
821 | 2023-10-22T03:16:36.654Z | Compiling clap_builder v4.4.2 |
822 | 2023-10-22T03:16:42.081Z | Compiling serde_derive v1.0.188 |
823 | 2023-10-22T03:16:42.085Z | Compiling thiserror-impl v1.0.49 |
824 | 2023-10-22T03:16:42.088Z | Compiling clap_derive v4.4.2 |
825 | 2023-10-22T03:16:46.097Z | Compiling clap v4.4.3 |
826 | 2023-10-22T03:16:54.262Z | Compiling serde_spanned v0.6.3 |
827 | 2023-10-22T03:16:54.268Z | Compiling toml_datetime v0.6.3 |
828 | 2023-10-22T03:16:54.276Z | Compiling cargo-platform v0.1.3 |
829 | 2023-10-22T03:16:54.707Z | Compiling toml_edit v0.20.0 |
830 | 2023-10-22T03:16:56.320Z | Compiling cargo_metadata v0.18.0 |
831 | 2023-10-22T03:16:57.890Z | Compiling toml v0.8.0 |
832 | 2023-10-22T03:16:58.797Z | Compiling cargo_toml v0.16.3 |
833 | 2023-10-22T03:17:04.361Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
834 | 2023-10-22T03:17:05.687Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 02s |
835 | 2023-10-22T03:17:05.899Z | Running `target/debug/xtask clippy` |
836 | 2023-10-22T03:17:05.955Z | running: "/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
837 | 2023-10-22T03:17:06.872Z | Downloading crates ... |
838 | 2023-10-22T03:17:07.214Z | Downloaded httptest v0.15.4 |
839 | 2023-10-22T03:17:07.218Z | Downloaded http-body v0.4.5 |
840 | 2023-10-22T03:17:07.223Z | Downloaded http-range v0.1.5 |
841 | 2023-10-22T03:17:07.230Z | Downloaded httparse v1.8.0 |
842 | 2023-10-22T03:17:07.235Z | Downloaded base64ct v1.6.0 |
843 | 2023-10-22T03:17:07.238Z | Downloaded is-terminal v0.4.9 |
844 | 2023-10-22T03:17:07.247Z | Downloaded ident_case v1.0.1 |
845 | 2023-10-22T03:17:07.250Z | Downloaded hostname v0.3.1 |
846 | 2023-10-22T03:17:07.254Z | Downloaded hubpack_derive v0.1.1 |
847 | 2023-10-22T03:17:07.258Z | Downloaded highway v1.1.0 |
848 | 2023-10-22T03:17:07.261Z | Downloaded impl-trait-for-tuples v0.2.2 |
849 | 2023-10-22T03:17:07.264Z | Downloaded ipnetwork v0.20.0 |
850 | 2023-10-22T03:17:07.270Z | Downloaded byteorder v1.4.3 |
851 | 2023-10-22T03:17:07.279Z | Downloaded hyper-tls v0.5.0 |
852 | 2023-10-22T03:17:07.285Z | Downloaded normalize-line-endings v0.3.0 |
853 | 2023-10-22T03:17:07.288Z | Downloaded ipnet v2.8.0 |
854 | 2023-10-22T03:17:07.293Z | Downloaded atomicwrites v0.4.2 |
855 | 2023-10-22T03:17:07.296Z | Downloaded indoc v1.0.9 |
856 | 2023-10-22T03:17:07.302Z | Downloaded nodrop v0.1.14 |
857 | 2023-10-22T03:17:07.306Z | Downloaded lazy_static v1.4.0 |
858 | 2023-10-22T03:17:07.309Z | Downloaded bit_field v0.10.2 |
859 | 2023-10-22T03:17:07.312Z | Downloaded atty v0.2.14 |
860 | 2023-10-22T03:17:07.315Z | Downloaded num-bigint v0.4.4 |
861 | 2023-10-22T03:17:07.326Z | Downloaded headers-core v0.2.0 |
862 | 2023-10-22T03:17:07.330Z | Downloaded assert_matches v1.5.0 |
863 | 2023-10-22T03:17:07.335Z | Downloaded bb8 v0.8.1 |
864 | 2023-10-22T03:17:07.342Z | Downloaded match_cfg v0.1.0 |
865 | 2023-10-22T03:17:07.346Z | Downloaded managed v0.8.0 |
866 | 2023-10-22T03:17:07.350Z | Downloaded atomic-waker v1.1.1 |
867 | 2023-10-22T03:17:07.353Z | Downloaded maybe-uninit v2.0.0 |
868 | 2023-10-22T03:17:07.407Z | Downloaded memoffset v0.7.1 |
869 | 2023-10-22T03:17:07.413Z | Downloaded maplit v1.0.2 |
870 | 2023-10-22T03:17:07.418Z | Downloaded base16ct v0.2.0 |
871 | 2023-10-22T03:17:07.421Z | Downloaded clap_derive v3.2.25 |
872 | 2023-10-22T03:17:07.424Z | Downloaded ciborium-ll v0.2.1 |
873 | 2023-10-22T03:17:07.427Z | Downloaded mime v0.3.17 |
874 | 2023-10-22T03:17:07.430Z | Downloaded autocfg v1.1.0 |
875 | 2023-10-22T03:17:07.434Z | Downloaded lru-cache v0.1.2 |
876 | 2023-10-22T03:17:07.437Z | Downloaded argon2 v0.5.2 |
877 | 2023-10-22T03:17:07.441Z | Downloaded log v0.4.20 |
878 | 2023-10-22T03:17:07.444Z | Downloaded basic-toml v0.1.4 |
879 | 2023-10-22T03:17:07.447Z | Downloaded crossbeam-epoch v0.9.15 |
880 | 2023-10-22T03:17:07.450Z | Downloaded backoff v0.4.0 |
881 | 2023-10-22T03:17:07.464Z | Downloaded aes-gcm-siv v0.11.1 |
882 | 2023-10-22T03:17:07.467Z | Downloaded tower-service v0.3.2 |
883 | 2023-10-22T03:17:07.470Z | Downloaded toolchain_find v0.2.0 |
884 | 2023-10-22T03:17:07.473Z | Downloaded tap v1.0.1 |
885 | 2023-10-22T03:17:07.475Z | Downloaded serde-hex v0.1.0 |
886 | 2023-10-22T03:17:07.478Z | Downloaded sha1 v0.10.5 |
887 | 2023-10-22T03:17:07.481Z | Downloaded unicase v2.7.0 |
888 | 2023-10-22T03:17:07.484Z | Downloaded mockall v0.11.4 |
889 | 2023-10-22T03:17:07.487Z | Downloaded heapless v0.7.16 |
890 | 2023-10-22T03:17:07.490Z | Downloaded spin v0.5.2 |
891 | 2023-10-22T03:17:07.493Z | Downloaded untrusted v0.7.1 |
892 | 2023-10-22T03:17:07.496Z | Downloaded universal-hash v0.5.1 |
893 | 2023-10-22T03:17:07.499Z | Downloaded native-tls v0.2.11 |
894 | 2023-10-22T03:17:07.502Z | Downloaded criterion-plot v0.5.0 |
895 | 2023-10-22T03:17:07.506Z | Downloaded ascii v1.1.0 |
896 | 2023-10-22T03:17:07.509Z | Downloaded usdt-attr-macro v0.3.5 |
897 | 2023-10-22T03:17:07.514Z | Downloaded anes v0.1.6 |
898 | 2023-10-22T03:17:07.524Z | Downloaded twox-hash v1.6.3 |
899 | 2023-10-22T03:17:07.527Z | Downloaded slog-async v2.8.0 |
900 | 2023-10-22T03:17:07.530Z | Downloaded smawk v0.3.1 |
901 | 2023-10-22T03:17:07.533Z | Downloaded remove_dir_all v0.5.3 |
902 | 2023-10-22T03:17:07.537Z | Downloaded typenum v1.16.0 |
903 | 2023-10-22T03:17:07.540Z | Downloaded wyz v0.5.1 |
904 | 2023-10-22T03:17:07.542Z | Downloaded console v0.15.7 |
905 | 2023-10-22T03:17:07.545Z | Downloaded unicode-xid v0.2.4 |
906 | 2023-10-22T03:17:07.548Z | Downloaded libm v0.2.7 |
907 | 2023-10-22T03:17:07.561Z | Downloaded itertools v0.10.5 |
908 | 2023-10-22T03:17:07.576Z | Downloaded data-encoding v2.4.0 |
909 | 2023-10-22T03:17:07.581Z | Downloaded float-cmp v0.9.0 |
910 | 2023-10-22T03:17:07.583Z | Downloaded tinytemplate v1.2.1 |
911 | 2023-10-22T03:17:07.587Z | Downloaded threadpool v1.8.1 |
912 | 2023-10-22T03:17:07.589Z | Downloaded resolv-conf v0.7.0 |
913 | 2023-10-22T03:17:07.594Z | Downloaded tungstenite v0.20.1 |
914 | 2023-10-22T03:17:07.601Z | Downloaded foreign-types v0.5.0 |
915 | 2023-10-22T03:17:07.604Z | Downloaded pretty-hex v0.3.0 |
916 | 2023-10-22T03:17:07.607Z | Downloaded oso-derive v0.26.4 |
917 | 2023-10-22T03:17:07.610Z | Downloaded digest v0.10.7 |
918 | 2023-10-22T03:17:07.614Z | Downloaded rand_core v0.6.4 |
919 | 2023-10-22T03:17:07.618Z | Downloaded phf_shared v0.10.0 |
920 | 2023-10-22T03:17:07.621Z | Downloaded rpassword v7.2.0 |
921 | 2023-10-22T03:17:07.624Z | Downloaded unicode-bidi v0.3.13 |
922 | 2023-10-22T03:17:07.655Z | Downloaded hash32 v0.2.1 |
923 | 2023-10-22T03:17:07.659Z | Downloaded derive_builder v0.12.0 |
924 | 2023-10-22T03:17:07.663Z | Downloaded openssl-probe v0.1.5 |
925 | 2023-10-22T03:17:07.666Z | Downloaded phf_shared v0.11.2 |
926 | 2023-10-22T03:17:07.669Z | Downloaded flagset v0.4.3 |
927 | 2023-10-22T03:17:07.672Z | Downloaded darling_macro v0.14.4 |
928 | 2023-10-22T03:17:07.676Z | Downloaded ctr v0.9.2 |
929 | 2023-10-22T03:17:07.679Z | Downloaded ff v0.13.0 |
930 | 2023-10-22T03:17:07.682Z | Downloaded pest_generator v2.7.2 |
931 | 2023-10-22T03:17:07.685Z | Downloaded fixedbitset v0.4.2 |
932 | 2023-10-22T03:17:07.688Z | Downloaded termcolor v1.2.0 |
933 | 2023-10-22T03:17:07.692Z | Downloaded cstr-argument v0.1.2 |
934 | 2023-10-22T03:17:07.695Z | Downloaded fd-lock v3.0.13 |
935 | 2023-10-22T03:17:07.698Z | Downloaded zone_cfg_derive v0.2.0 |
936 | 2023-10-22T03:17:07.701Z | Downloaded predicates-tree v1.0.9 |
937 | 2023-10-22T03:17:07.704Z | Downloaded tar v0.4.40 |
938 | 2023-10-22T03:17:07.707Z | Downloaded diesel_table_macro_syntax v0.1.0 |
939 | 2023-10-22T03:17:07.710Z | Downloaded darling_macro v0.20.3 |
940 | 2023-10-22T03:17:07.713Z | Downloaded foreign-types-shared v0.3.1 |
941 | 2023-10-22T03:17:07.717Z | Downloaded percent-encoding v2.3.0 |
942 | 2023-10-22T03:17:07.720Z | Downloaded vte_generate_state_changes v0.1.1 |
943 | 2023-10-22T03:17:07.723Z | Downloaded pretty-hex v0.2.1 |
944 | 2023-10-22T03:17:07.726Z | Downloaded pin-utils v0.1.0 |
945 | 2023-10-22T03:17:07.729Z | Downloaded pest_derive v2.7.2 |
946 | 2023-10-22T03:17:07.732Z | Downloaded filetime v0.2.22 |
947 | 2023-10-22T03:17:07.735Z | Downloaded pest_meta v2.7.2 |
948 | 2023-10-22T03:17:07.738Z | Downloaded fallible-iterator v0.2.0 |
949 | 2023-10-22T03:17:07.742Z | Downloaded derive-where v1.2.5 |
950 | 2023-10-22T03:17:07.745Z | Downloaded parse-display v0.7.0 |
951 | 2023-10-22T03:17:07.748Z | Downloaded doc-comment v0.3.3 |
952 | 2023-10-22T03:17:07.751Z | Downloaded display-error-chain v0.1.1 |
953 | 2023-10-22T03:17:07.755Z | Downloaded pkg-config v0.3.27 |
954 | 2023-10-22T03:17:07.759Z | Downloaded owo-colors v3.5.0 |
955 | 2023-10-22T03:17:07.762Z | Downloaded predicates v3.0.4 |
956 | 2023-10-22T03:17:07.764Z | Downloaded plotters-backend v0.3.5 |
957 | 2023-10-22T03:17:07.767Z | Downloaded stable_deref_trait v1.2.0 |
958 | 2023-10-22T03:17:07.771Z | Downloaded minimal-lexical v0.2.1 |
959 | 2023-10-22T03:17:07.774Z | Downloaded structopt-derive v0.4.18 |
960 | 2023-10-22T03:17:07.776Z | Downloaded rustls-pemfile v1.0.3 |
961 | 2023-10-22T03:17:07.779Z | Downloaded enum-as-inner v0.5.1 |
962 | 2023-10-22T03:17:07.782Z | Downloaded downcast v0.11.0 |
963 | 2023-10-22T03:17:07.785Z | Downloaded derive_builder_macro v0.12.0 |
964 | 2023-10-22T03:17:07.789Z | Downloaded dtrace-parser v0.1.14 |
965 | 2023-10-22T03:17:07.792Z | Downloaded tinyvec v1.6.0 |
966 | 2023-10-22T03:17:07.796Z | Downloaded rustfmt-wrapper v0.2.0 |
967 | 2023-10-22T03:17:07.800Z | Downloaded endian-type v0.1.2 |
968 | 2023-10-22T03:17:07.803Z | Downloaded usdt-impl v0.3.5 |
969 | 2023-10-22T03:17:07.806Z | Downloaded erased-serde v0.3.30 |
970 | 2023-10-22T03:17:07.809Z | Downloaded path-dedot v3.1.0 |
971 | 2023-10-22T03:17:07.812Z | Downloaded crypto-common v0.1.6 |
972 | 2023-10-22T03:17:07.815Z | Downloaded env_logger v0.10.0 |
973 | 2023-10-22T03:17:07.818Z | Downloaded rustc_version v0.4.0 |
974 | 2023-10-22T03:17:07.821Z | Downloaded pin-project-lite v0.2.13 |
975 | 2023-10-22T03:17:07.824Z | Downloaded futures-sink v0.3.28 |
976 | 2023-10-22T03:17:07.826Z | Downloaded rayon-core v1.11.0 |
977 | 2023-10-22T03:17:07.829Z | Downloaded futures-task v0.3.28 |
978 | 2023-10-22T03:17:07.833Z | Downloaded number_prefix v0.4.0 |
979 | 2023-10-22T03:17:07.836Z | Downloaded static_assertions v1.1.0 |
980 | 2023-10-22T03:17:07.839Z | Downloaded slog-term v2.9.0 |
981 | 2023-10-22T03:17:07.842Z | Downloaded strum v0.25.0 |
982 | 2023-10-22T03:17:07.845Z | Downloaded serde_repr v0.1.16 |
983 | 2023-10-22T03:17:07.849Z | Downloaded structmeta-derive v0.1.6 |
984 | 2023-10-22T03:17:07.852Z | Downloaded darling v0.14.4 |
985 | 2023-10-22T03:17:07.855Z | Downloaded sct v0.7.0 |
986 | 2023-10-22T03:17:07.861Z | Downloaded pin-project v1.1.3 |
987 | 2023-10-22T03:17:07.882Z | Downloaded num_threads v0.1.6 |
988 | 2023-10-22T03:17:07.885Z | Downloaded synstructure v0.12.6 |
989 | 2023-10-22T03:17:07.889Z | Downloaded ena v0.14.2 |
990 | 2023-10-22T03:17:07.892Z | Downloaded zeroize_derive v1.4.2 |
991 | 2023-10-22T03:17:07.895Z | Downloaded slab v0.4.9 |
992 | 2023-10-22T03:17:07.898Z | Downloaded vergen v8.2.4 |
993 | 2023-10-22T03:17:07.900Z | Downloaded opaque-debug v0.3.0 |
994 | 2023-10-22T03:17:07.904Z | Downloaded shlex v1.1.0 |
995 | 2023-10-22T03:17:07.907Z | Downloaded subtle v2.5.0 |
996 | 2023-10-22T03:17:07.910Z | Downloaded strip-ansi-escapes v0.2.0 |
997 | 2023-10-22T03:17:07.914Z | Downloaded structopt v0.3.26 |
998 | 2023-10-22T03:17:07.920Z | Downloaded glob v0.3.1 |
999 | 2023-10-22T03:17:07.923Z | Downloaded num_enum_derive v0.7.0 |
1000 | 2023-10-22T03:17:07.927Z | Downloaded tokio-postgres v0.7.10 |
1001 | 2023-10-22T03:17:07.934Z | Downloaded datatest-stable v0.1.3 |
1002 | 2023-10-22T03:17:07.937Z | Downloaded password-hash v0.5.0 |
1003 | 2023-10-22T03:17:07.940Z | Downloaded secrecy v0.8.0 |
1004 | 2023-10-22T03:17:07.945Z | Downloaded version_check v0.9.4 |
1005 | 2023-10-22T03:17:07.949Z | Downloaded rand v0.8.5 |
1006 | 2023-10-22T03:17:07.952Z | Downloaded dirs-sys-next v0.1.2 |
1007 | 2023-10-22T03:17:07.956Z | Downloaded serde_derive_internals v0.26.0 |
1008 | 2023-10-22T03:17:07.959Z | Downloaded subprocess v0.2.9 |
1009 | 2023-10-22T03:17:07.962Z | Downloaded zip v0.6.6 |
1010 | 2023-10-22T03:17:07.970Z | Downloaded derive_more v0.99.17 |
1011 | 2023-10-22T03:17:07.985Z | Downloaded path-slash v0.1.5 |
1012 | 2023-10-22T03:17:07.989Z | Downloaded pem v1.1.1 |
1013 | 2023-10-22T03:17:07.993Z | Downloaded generic-array v0.14.7 |
1014 | 2023-10-22T03:17:07.996Z | Downloaded peeking_take_while v0.1.2 |
1015 | 2023-10-22T03:17:07.999Z | Downloaded openssl-macros v0.1.1 |
1016 | 2023-10-22T03:17:08.007Z | Downloaded globset v0.4.13 |
1017 | 2023-10-22T03:17:08.011Z | Downloaded slog v2.7.0 |
1018 | 2023-10-22T03:17:08.013Z | Downloaded shell-words v1.1.0 |
1019 | 2023-10-22T03:17:08.016Z | Downloaded vec_map v0.8.2 |
1020 | 2023-10-22T03:17:08.020Z | Downloaded same-file v1.0.6 |
1021 | 2023-10-22T03:17:08.022Z | Downloaded tempdir v0.3.7 |
1022 | 2023-10-22T03:17:08.025Z | Downloaded futures-executor v0.3.28 |
1023 | 2023-10-22T03:17:08.028Z | Downloaded rusty-fork v0.3.0 |
1024 | 2023-10-22T03:17:08.031Z | Downloaded paste v1.0.14 |
1025 | 2023-10-22T03:17:08.034Z | Downloaded der_derive v0.7.2 |
1026 | 2023-10-22T03:17:08.037Z | Downloaded vte v0.11.1 |
1027 | 2023-10-22T03:17:08.040Z | Downloaded hashlink v0.8.3 |
1028 | 2023-10-22T03:17:08.043Z | Downloaded parking_lot v0.11.2 |
1029 | 2023-10-22T03:17:08.045Z | Downloaded take_mut v0.2.2 |
1030 | 2023-10-22T03:17:08.048Z | Downloaded snafu-derive v0.7.5 |
1031 | 2023-10-22T03:17:08.051Z | Downloaded signal-hook v0.3.17 |
1032 | 2023-10-22T03:17:08.054Z | Downloaded futures-core v0.3.28 |
1033 | 2023-10-22T03:17:08.057Z | Downloaded dof v0.1.5 |
1034 | 2023-10-22T03:17:08.061Z | Downloaded reedline v0.23.0 |
1035 | 2023-10-22T03:17:08.064Z | Downloaded zerocopy v0.3.0 |
1036 | 2023-10-22T03:17:08.067Z | Downloaded tempfile v3.8.0 |
1037 | 2023-10-22T03:17:08.070Z | Downloaded rustversion v1.0.14 |
1038 | 2023-10-22T03:17:08.073Z | Downloaded socket2 v0.4.9 |
1039 | 2023-10-22T03:17:08.075Z | Downloaded socket2 v0.5.4 |
1040 | 2023-10-22T03:17:08.078Z | Downloaded x509-cert v0.2.4 |
1041 | 2023-10-22T03:17:08.087Z | Downloaded futures-channel v0.3.28 |
1042 | 2023-10-22T03:17:08.091Z | Downloaded elliptic-curve v0.13.5 |
1043 | 2023-10-22T03:17:08.097Z | Downloaded der v0.7.8 |
1044 | 2023-10-22T03:17:08.107Z | Downloaded papergrid v0.10.0 |
1045 | 2023-10-22T03:17:08.117Z | Downloaded crossterm v0.26.1 |
1046 | 2023-10-22T03:17:08.129Z | Downloaded getrandom v0.2.10 |
1047 | 2023-10-22T03:17:08.133Z | Downloaded yasna v0.5.2 |
1048 | 2023-10-22T03:17:08.138Z | Downloaded salty v0.2.0 |
1049 | 2023-10-22T03:17:08.146Z | Downloaded snafu v0.7.5 |
1050 | 2023-10-22T03:17:08.157Z | Downloaded regex-automata v0.1.10 |
1051 | 2023-10-22T03:17:08.169Z | Downloaded hashbrown v0.12.3 |
1052 | 2023-10-22T03:17:08.176Z | Downloaded petgraph v0.6.4 |
1053 | 2023-10-22T03:17:08.202Z | Downloaded rayon v1.7.0 |
1054 | 2023-10-22T03:17:08.219Z | Downloaded rustls-webpki v0.101.4 |
1055 | 2023-10-22T03:17:08.246Z | Downloaded serde_with v2.3.3 |
1056 | 2023-10-22T03:17:08.258Z | Downloaded plotters v0.3.5 |
1057 | 2023-10-22T03:17:08.275Z | Downloaded webpki-roots v0.25.2 |
1058 | 2023-10-22T03:17:08.282Z | Downloaded proptest v1.3.1 |
1059 | 2023-10-22T03:17:08.299Z | Downloaded futures-util v0.3.28 |
1060 | 2023-10-22T03:17:08.321Z | Downloaded libtest-mimic v0.5.2 |
1061 | 2023-10-22T03:17:08.330Z | Downloaded smoltcp v0.8.2 |
1062 | 2023-10-22T03:17:08.348Z | Downloaded vcpkg v0.2.15 |
1063 | 2023-10-22T03:17:08.420Z | Downloaded syn v1.0.109 |
1064 | 2023-10-22T03:17:08.442Z | Downloaded openssl v0.10.57 |
1065 | 2023-10-22T03:17:08.460Z | Downloaded smoltcp v0.9.1 |
1066 | 2023-10-22T03:17:08.482Z | Downloaded object v0.30.4 |
1067 | 2023-10-22T03:17:08.500Z | Downloaded gimli v0.28.0 |
1068 | 2023-10-22T03:17:08.515Z | Downloaded openapiv3 v1.0.3 |
1069 | 2023-10-22T03:17:08.539Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1070 | 2023-10-22T03:17:08.566Z | Downloaded diesel v2.1.1 |
1071 | 2023-10-22T03:17:08.599Z | Downloaded zerocopy-derive v0.6.4 |
1072 | 2023-10-22T03:17:08.621Z | Downloaded sha3 v0.10.8 |
1073 | 2023-10-22T03:17:08.634Z | Downloaded polar-core v0.26.4 |
1074 | 2023-10-22T03:17:08.651Z | Downloaded sled v0.34.7 |
1075 | 2023-10-22T03:17:08.684Z | Downloaded regex-syntax v0.7.5 |
1076 | 2023-10-22T03:17:08.690Z | Downloaded regex-automata v0.3.8 |
1077 | 2023-10-22T03:17:08.720Z | Downloaded zerocopy-derive v0.2.0 |
1078 | 2023-10-22T03:17:08.739Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1079 | 2023-10-22T03:17:08.842Z | Downloaded tokio v1.33.0 |
1080 | 2023-10-22T03:17:08.908Z | Downloaded object v0.32.1 |
1081 | 2023-10-22T03:17:08.926Z | Downloaded git2 v0.17.2 |
1082 | 2023-10-22T03:17:08.941Z | Downloaded curve25519-dalek v4.1.0 |
1083 | 2023-10-22T03:17:08.957Z | Downloaded bstr v1.6.0 |
1084 | 2023-10-22T03:17:08.979Z | Downloaded regex-syntax v0.6.29 |
1085 | 2023-10-22T03:17:08.991Z | Downloaded rustix v0.38.9 |
1086 | 2023-10-22T03:17:09.030Z | Downloaded regex v1.9.5 |
1087 | 2023-10-22T03:17:09.054Z | Downloaded trust-dns-proto v0.22.0 |
1088 | 2023-10-22T03:17:09.076Z | Downloaded rustls v0.21.7 |
1089 | 2023-10-22T03:17:09.098Z | Downloaded h2 v0.3.21 |
1090 | 2023-10-22T03:17:09.108Z | Downloaded ratatui v0.23.0 |
1091 | 2023-10-22T03:17:09.129Z | Downloaded radix_trie v0.2.1 |
1092 | 2023-10-22T03:17:09.139Z | Downloaded regress v0.7.1 |
1093 | 2023-10-22T03:17:09.153Z | Downloaded idna v0.4.0 |
1094 | 2023-10-22T03:17:09.165Z | Downloaded bstr v0.2.17 |
1095 | 2023-10-22T03:17:09.183Z | Downloaded quick-xml v0.23.1 |
1096 | 2023-10-22T03:17:09.195Z | Downloaded encoding_rs v0.8.33 |
1097 | 2023-10-22T03:17:09.238Z | Downloaded lalrpop v0.19.12 |
1098 | 2023-10-22T03:17:09.258Z | Downloaded idna v0.2.3 |
1099 | 2023-10-22T03:17:09.271Z | Downloaded clap v2.34.0 |
1100 | 2023-10-22T03:17:09.285Z | Downloaded hashbrown v0.13.2 |
1101 | 2023-10-22T03:17:09.291Z | Downloaded reqwest v0.11.20 |
1102 | 2023-10-22T03:17:09.305Z | Downloaded tabled v0.14.0 |
1103 | 2023-10-22T03:17:09.332Z | Downloaded nix v0.26.2 |
1104 | 2023-10-22T03:17:09.351Z | Downloaded chrono v0.4.31 |
1105 | 2023-10-22T03:17:09.365Z | Downloaded crypto-bigint v0.5.2 |
1106 | 2023-10-22T03:17:09.376Z | Downloaded headers v0.3.9 |
1107 | 2023-10-22T03:17:09.385Z | Downloaded steno v0.4.0 |
1108 | 2023-10-22T03:17:09.392Z | Downloaded bitvec v1.0.1 |
1109 | 2023-10-22T03:17:09.419Z | Downloaded crossterm v0.27.0 |
1110 | 2023-10-22T03:17:09.431Z | Downloaded portable-atomic v1.4.3 |
1111 | 2023-10-22T03:17:09.440Z | Downloaded vsss-rs v3.3.1 |
1112 | 2023-10-22T03:17:09.444Z | Downloaded unicode-normalization v0.1.22 |
1113 | 2023-10-22T03:17:09.451Z | Downloaded serde_yaml v0.9.25 |
1114 | 2023-10-22T03:17:09.458Z | Downloaded time v0.3.27 |
1115 | 2023-10-22T03:17:09.468Z | Downloaded rusqlite v0.29.0 |
1116 | 2023-10-22T03:17:09.478Z | Downloaded libxml v0.3.3 |
1117 | 2023-10-22T03:17:09.489Z | Downloaded bindgen v0.65.1 |
1118 | 2023-10-22T03:17:09.502Z | Downloaded derive_builder_core v0.12.0 |
1119 | 2023-10-22T03:17:09.505Z | Downloaded pest v2.7.2 |
1120 | 2023-10-22T03:17:09.515Z | Downloaded test-strategy v0.2.1 |
1121 | 2023-10-22T03:17:09.520Z | Downloaded clap v3.2.25 |
1122 | 2023-10-22T03:17:09.543Z | Downloaded hyper v0.14.27 |
1123 | 2023-10-22T03:17:09.557Z | Downloaded stringprep v0.1.3 |
1124 | 2023-10-22T03:17:09.560Z | Downloaded expectorate v1.1.0 |
1125 | 2023-10-22T03:17:09.564Z | Downloaded flume v0.11.0 |
1126 | 2023-10-22T03:17:09.570Z | Downloaded openssl-sys v0.9.93 |
1127 | 2023-10-22T03:17:09.578Z | Downloaded similar v2.2.1 |
1128 | 2023-10-22T03:17:09.586Z | Downloaded pretty_assertions v1.4.0 |
1129 | 2023-10-22T03:17:09.591Z | Downloaded serde_arrays v0.1.0 |
1130 | 2023-10-22T03:17:09.594Z | Downloaded futures-io v0.3.28 |
1131 | 2023-10-22T03:17:09.597Z | Downloaded textwrap v0.11.0 |
1132 | 2023-10-22T03:17:09.600Z | Downloaded serde_tokenstream v0.1.7 |
1133 | 2023-10-22T03:17:09.603Z | Downloaded libz-sys v1.1.12 |
1134 | 2023-10-22T03:17:09.723Z | Downloaded serde_with_macros v2.3.3 |
1135 | 2023-10-22T03:17:09.726Z | Downloaded yansi v0.5.1 |
1136 | 2023-10-22T03:17:09.730Z | Downloaded debug-ignore v1.0.5 |
1137 | 2023-10-22T03:17:09.733Z | Downloaded slog-json v2.6.1 |
1138 | 2023-10-22T03:17:09.736Z | Downloaded parking_lot v0.12.1 |
1139 | 2023-10-22T03:17:09.739Z | Downloaded zerocopy v0.6.4 |
1140 | 2023-10-22T03:17:09.743Z | Downloaded darling_core v0.20.3 |
1141 | 2023-10-22T03:17:09.748Z | Downloaded oorandom v11.1.3 |
1142 | 2023-10-22T03:17:09.752Z | Downloaded olpc-cjson v0.1.3 |
1143 | 2023-10-22T03:17:09.756Z | Downloaded darling_core v0.14.4 |
1144 | 2023-10-22T03:17:09.759Z | Downloaded futures v0.3.28 |
1145 | 2023-10-22T03:17:09.767Z | Downloaded uuid v1.4.1 |
1146 | 2023-10-22T03:17:09.774Z | Downloaded zeroize v1.6.0 |
1147 | 2023-10-22T03:17:09.777Z | Downloaded once_cell v1.18.0 |
1148 | 2023-10-22T03:17:09.780Z | Downloaded aho-corasick v1.0.4 |
1149 | 2023-10-22T03:17:09.790Z | Downloaded futures-timer v3.0.2 |
1150 | 2023-10-22T03:17:09.793Z | Downloaded similar-asserts v1.5.0 |
1151 | 2023-10-22T03:17:09.796Z | Downloaded smallvec v0.6.14 |
1152 | 2023-10-22T03:17:09.799Z | Downloaded unicode-segmentation v1.10.1 |
1153 | 2023-10-22T03:17:09.805Z | Downloaded trust-dns-resolver v0.22.0 |
1154 | 2023-10-22T03:17:09.812Z | Downloaded tough v0.12.5 |
1155 | 2023-10-22T03:17:09.825Z | Downloaded itertools v0.11.0 |
1156 | 2023-10-22T03:17:09.837Z | Downloaded rand v0.4.6 |
1157 | 2023-10-22T03:17:09.846Z | Downloaded group v0.13.0 |
1158 | 2023-10-22T03:17:09.849Z | Downloaded parse-display-derive v0.7.0 |
1159 | 2023-10-22T03:17:09.852Z | Downloaded textwrap v0.16.0 |
1160 | 2023-10-22T03:17:09.855Z | Downloaded dyn-clone v1.0.13 |
1161 | 2023-10-22T03:17:09.858Z | Downloaded env_logger v0.9.3 |
1162 | 2023-10-22T03:17:09.861Z | Downloaded omicron-zone-package v0.8.3 |
1163 | 2023-10-22T03:17:09.864Z | Downloaded darling v0.20.3 |
1164 | 2023-10-22T03:17:09.867Z | Downloaded tokio-util v0.7.8 |
1165 | 2023-10-22T03:17:09.877Z | Downloaded diesel_derives v2.1.1 |
1166 | 2023-10-22T03:17:09.882Z | Downloaded funty v2.0.0 |
1167 | 2023-10-22T03:17:09.886Z | Downloaded toml_edit v0.19.15 |
1168 | 2023-10-22T03:17:09.913Z | Downloaded xattr v1.0.1 |
1169 | 2023-10-22T03:17:09.916Z | Downloaded pkcs8 v0.10.2 |
1170 | 2023-10-22T03:17:09.920Z | Downloaded semver v0.11.0 |
1171 | 2023-10-22T03:17:09.923Z | Downloaded scopeguard v1.2.0 |
1172 | 2023-10-22T03:17:09.927Z | Downloaded signal-hook-mio v0.2.3 |
1173 | 2023-10-22T03:17:09.930Z | Downloaded semver-parser v0.10.2 |
1174 | 2023-10-22T03:17:09.934Z | Downloaded parking_lot_core v0.8.6 |
1175 | 2023-10-22T03:17:09.937Z | Downloaded crossbeam-utils v0.8.16 |
1176 | 2023-10-22T03:17:09.940Z | Downloaded crossbeam-channel v0.5.8 |
1177 | 2023-10-22T03:17:09.947Z | Downloaded phf v0.11.2 |
1178 | 2023-10-22T03:17:09.950Z | Downloaded rcgen v0.10.0 |
1179 | 2023-10-22T03:17:09.953Z | Downloaded siphasher v0.3.11 |
1180 | 2023-10-22T03:17:09.956Z | Downloaded prettyplease v0.2.12 |
1181 | 2023-10-22T03:17:09.960Z | Downloaded hkdf v0.12.3 |
1182 | 2023-10-22T03:17:09.965Z | Downloaded signal-hook-registry v1.4.1 |
1183 | 2023-10-22T03:17:09.970Z | Downloaded ed25519 v1.5.3 |
1184 | 2023-10-22T03:17:09.972Z | Downloaded slog-envlogger v2.2.0 |
1185 | 2023-10-22T03:17:09.976Z | Downloaded partial-io v0.5.4 |
1186 | 2023-10-22T03:17:09.979Z | Downloaded parking_lot_core v0.9.8 |
1187 | 2023-10-22T03:17:09.982Z | Downloaded trust-dns-client v0.22.0 |
1188 | 2023-10-22T03:17:09.991Z | Downloaded serde_plain v1.0.2 |
1189 | 2023-10-22T03:17:09.994Z | Downloaded serde_path_to_error v0.1.14 |
1190 | 2023-10-22T03:17:09.997Z | Downloaded tabled_derive v0.6.0 |
1191 | 2023-10-22T03:17:10.001Z | Downloaded flate2 v1.0.27 |
1192 | 2023-10-22T03:17:10.005Z | Downloaded futures-macro v0.3.28 |
1193 | 2023-10-22T03:17:10.008Z | Downloaded utf-8 v0.7.6 |
1194 | 2023-10-22T03:17:10.013Z | Downloaded serial_test v0.10.0 |
1195 | 2023-10-22T03:17:10.016Z | Downloaded path-absolutize v3.1.0 |
1196 | 2023-10-22T03:17:10.021Z | Downloaded semver v0.1.20 |
1197 | 2023-10-22T03:17:10.024Z | Downloaded rustc-hash v1.1.0 |
1198 | 2023-10-22T03:17:10.027Z | Downloaded pem-rfc7468 v0.7.0 |
1199 | 2023-10-22T03:17:10.030Z | Downloaded predicates v2.1.5 |
1200 | 2023-10-22T03:17:10.033Z | Downloaded platforms v3.0.2 |
1201 | 2023-10-22T03:17:10.036Z | Downloaded pkcs1 v0.7.5 |
1202 | 2023-10-22T03:17:10.083Z | Downloaded term v0.7.0 |
1203 | 2023-10-22T03:17:10.090Z | Downloaded half v1.8.2 |
1204 | 2023-10-22T03:17:10.100Z | Downloaded libsqlite3-sys v0.26.0 |
1205 | 2023-10-22T03:17:10.225Z | Downloaded ring v0.16.20 |
1206 | 2023-10-22T03:17:10.390Z | Downloaded criterion v0.5.1 |
1207 | 2023-10-22T03:17:10.400Z | Downloaded rustc_version v0.1.7 |
1208 | 2023-10-22T03:17:10.403Z | Downloaded getopts v0.2.21 |
1209 | 2023-10-22T03:17:10.406Z | Downloaded rsa v0.9.2 |
1210 | 2023-10-22T03:17:10.413Z | Downloaded spki v0.7.2 |
1211 | 2023-10-22T03:17:10.416Z | Downloaded fatfs v0.3.6 |
1212 | 2023-10-22T03:17:10.422Z | Downloaded diff v0.1.13 |
1213 | 2023-10-22T03:17:10.427Z | Downloaded thiserror-impl-no-std v2.0.2 |
1214 | 2023-10-22T03:17:10.430Z | Downloaded precomputed-hash v0.1.1 |
1215 | 2023-10-22T03:17:10.434Z | Downloaded oso v0.26.4 |
1216 | 2023-10-22T03:17:10.438Z | Downloaded slog-stdlog v4.1.1 |
1217 | 2023-10-22T03:17:10.441Z | Downloaded slog-scope v4.4.0 |
1218 | 2023-10-22T03:17:10.444Z | Downloaded crossbeam-queue v0.3.8 |
1219 | 2023-10-22T03:17:10.447Z | Downloaded fs-err v2.9.0 |
1220 | 2023-10-22T03:17:10.450Z | Downloaded fragile v2.0.0 |
1221 | 2023-10-22T03:17:10.453Z | Downloaded form_urlencoded v1.2.0 |
1222 | 2023-10-22T03:17:10.456Z | Downloaded fastrand v2.0.0 |
1223 | 2023-10-22T03:17:10.459Z | Downloaded fallible-streaming-iterator v0.1.9 |
1224 | 2023-10-22T03:17:10.462Z | Downloaded zone v0.2.0 |
1225 | 2023-10-22T03:17:10.466Z | Downloaded postgres-types v0.2.6 |
1226 | 2023-10-22T03:17:10.472Z | Downloaded usdt-macro v0.3.5 |
1227 | 2023-10-22T03:17:10.475Z | Downloaded pin-project-internal v1.1.3 |
1228 | 2023-10-22T03:17:10.478Z | Downloaded tracing v0.1.37 |
1229 | 2023-10-22T03:17:10.481Z | Downloaded tokio-stream v0.1.14 |
1230 | 2023-10-22T03:17:10.484Z | Downloaded foreign-types v0.3.2 |
1231 | 2023-10-22T03:17:10.487Z | Downloaded proc-macro-error v1.0.4 |
1232 | 2023-10-22T03:17:10.490Z | Downloaded url v2.4.1 |
1233 | 2023-10-22T03:17:10.493Z | Downloaded packed_struct v0.10.1 |
1234 | 2023-10-22T03:17:10.497Z | Downloaded foreign-types-shared v0.1.1 |
1235 | 2023-10-22T03:17:10.500Z | Downloaded foreign-types-macros v0.2.3 |
1236 | 2023-10-22T03:17:10.503Z | Downloaded crunchy v0.2.2 |
1237 | 2023-10-22T03:17:10.506Z | Downloaded usdt v0.3.5 |
1238 | 2023-10-22T03:17:10.510Z | Downloaded predicates-core v1.0.6 |
1239 | 2023-10-22T03:17:10.514Z | Downloaded plotters-svg v0.3.5 |
1240 | 2023-10-22T03:17:10.517Z | Downloaded proc-macro-crate v1.3.1 |
1241 | 2023-10-22T03:17:10.521Z | Downloaded rstest_macros v0.18.2 |
1242 | 2023-10-22T03:17:10.524Z | Downloaded tokio-rustls v0.24.1 |
1243 | 2023-10-22T03:17:10.527Z | Downloaded ref-cast-impl v1.0.20 |
1244 | 2023-10-22T03:17:10.530Z | Downloaded ref-cast v1.0.20 |
1245 | 2023-10-22T03:17:10.534Z | Downloaded deranged v0.3.8 |
1246 | 2023-10-22T03:17:10.536Z | Downloaded unsafe-libyaml v0.2.9 |
1247 | 2023-10-22T03:17:10.540Z | Downloaded ron v0.7.1 |
1248 | 2023-10-22T03:17:10.543Z | Downloaded const_format v0.2.31 |
1249 | 2023-10-22T03:17:10.546Z | Downloaded rand_chacha v0.3.1 |
1250 | 2023-10-22T03:17:10.549Z | Downloaded quick-error v1.2.3 |
1251 | 2023-10-22T03:17:10.552Z | Downloaded proc-macro-error-attr v1.0.4 |
1252 | 2023-10-22T03:17:10.555Z | Downloaded trust-dns-server v0.22.1 |
1253 | 2023-10-22T03:17:10.562Z | Downloaded os_str_bytes v6.5.1 |
1254 | 2023-10-22T03:17:10.564Z | Downloaded radium v0.7.0 |
1255 | 2023-10-22T03:17:10.568Z | Downloaded r2d2 v0.8.10 |
1256 | 2023-10-22T03:17:10.571Z | Downloaded rstest v0.18.2 |
1257 | 2023-10-22T03:17:10.579Z | Downloaded poly1305 v0.8.0 |
1258 | 2023-10-22T03:17:10.583Z | Downloaded tracing-attributes v0.1.26 |
1259 | 2023-10-22T03:17:10.587Z | Downloaded toml v0.7.8 |
1260 | 2023-10-22T03:17:10.592Z | Downloaded num-bigint-dig v0.8.4 |
1261 | 2023-10-22T03:17:10.601Z | Downloaded fnv v1.0.7 |
1262 | 2023-10-22T03:17:10.605Z | Downloaded mio v0.8.8 |
1263 | 2023-10-22T03:17:10.613Z | Downloaded tracing-core v0.1.31 |
1264 | 2023-10-22T03:17:10.618Z | Downloaded toml v0.5.11 |
1265 | 2023-10-22T03:17:10.625Z | Downloaded tokio-tungstenite v0.18.0 |
1266 | 2023-10-22T03:17:10.629Z | Downloaded smallvec v1.11.0 |
1267 | 2023-10-22T03:17:10.632Z | Downloaded thread_local v1.1.7 |
1268 | 2023-10-22T03:17:10.637Z | Downloaded relative-path v1.9.0 |
1269 | 2023-10-22T03:17:10.640Z | Downloaded postcard-cobs v0.1.5-pre |
1270 | 2023-10-22T03:17:10.643Z | Downloaded time-macros v0.2.13 |
1271 | 2023-10-22T03:17:10.646Z | Downloaded http v0.2.9 |
1272 | 2023-10-22T03:17:10.650Z | Downloaded chacha20poly1305 v0.10.1 |
1273 | 2023-10-22T03:17:10.655Z | Downloaded postgres-protocol v0.6.6 |
1274 | 2023-10-22T03:17:10.658Z | Downloaded postcard v0.7.3 |
1275 | 2023-10-22T03:17:10.661Z | Downloaded either v1.9.0 |
1276 | 2023-10-22T03:17:10.664Z | Downloaded dirs-next v2.0.0 |
1277 | 2023-10-22T03:17:10.669Z | Downloaded backtrace v0.3.69 |
1278 | 2023-10-22T03:17:10.674Z | Downloaded thiserror-no-std v2.0.2 |
1279 | 2023-10-22T03:17:10.680Z | Downloaded which v4.4.0 |
1280 | 2023-10-22T03:17:10.683Z | Downloaded walkdir v2.4.0 |
1281 | 2023-10-22T03:17:10.687Z | Downloaded tungstenite v0.18.0 |
1282 | 2023-10-22T03:17:10.691Z | Downloaded spin v0.9.8 |
1283 | 2023-10-22T03:17:10.696Z | Downloaded ron v0.8.1 |
1284 | 2023-10-22T03:17:10.728Z | Downloaded tokio-native-tls v0.3.1 |
1285 | 2023-10-22T03:17:10.740Z | Downloaded tiny-keccak v2.0.2 |
1286 | 2023-10-22T03:17:10.744Z | Downloaded rustc-demangle v0.1.23 |
1287 | 2023-10-22T03:17:10.749Z | Downloaded rust-argon2 v1.0.1 |
1288 | 2023-10-22T03:17:10.753Z | Downloaded indicatif v0.17.7 |
1289 | 2023-10-22T03:17:10.756Z | Downloaded packed_struct_codegen v0.10.1 |
1290 | 2023-10-22T03:17:10.761Z | Downloaded polyval v0.6.1 |
1291 | 2023-10-22T03:17:10.764Z | Downloaded topological-sort v0.2.2 |
1292 | 2023-10-22T03:17:10.767Z | Downloaded signature v1.6.4 |
1293 | 2023-10-22T03:17:10.771Z | Downloaded dashmap v5.5.1 |
1294 | 2023-10-22T03:17:10.776Z | Downloaded multer v2.1.0 |
1295 | 2023-10-22T03:17:10.780Z | Downloaded rand_xorshift v0.3.0 |
1296 | 2023-10-22T03:17:10.784Z | Downloaded fxhash v0.2.1 |
1297 | 2023-10-22T03:17:10.788Z | Downloaded difflib v0.4.0 |
1298 | 2023-10-22T03:17:10.791Z | Downloaded curve25519-dalek-derive v0.1.0 |
1299 | 2023-10-22T03:17:10.794Z | Downloaded crucible-workspace-hack v0.1.0 |
1300 | 2023-10-22T03:17:10.799Z | Downloaded want v0.3.1 |
1301 | 2023-10-22T03:17:10.802Z | Downloaded waitgroup v0.1.2 |
1302 | 2023-10-22T03:17:10.805Z | Downloaded wait-timeout v0.2.0 |
1303 | 2023-10-22T03:17:10.809Z | Downloaded time-core v0.1.1 |
1304 | 2023-10-22T03:17:10.813Z | Downloaded arc-swap v1.6.0 |
1305 | 2023-10-22T03:17:10.817Z | Downloaded allocator-api2 v0.2.16 |
1306 | 2023-10-22T03:17:10.820Z | Downloaded ppv-lite86 v0.2.17 |
1307 | 2023-10-22T03:17:10.826Z | Downloaded trybuild v1.0.85 |
1308 | 2023-10-22T03:17:10.829Z | Downloaded tokio-tungstenite v0.20.1 |
1309 | 2023-10-22T03:17:10.837Z | Downloaded tinyvec_macros v0.1.1 |
1310 | 2023-10-22T03:17:10.840Z | Downloaded mockall_derive v0.11.4 |
1311 | 2023-10-22T03:17:10.843Z | Downloaded miniz_oxide v0.7.1 |
1312 | 2023-10-22T03:17:10.846Z | Downloaded cc v1.0.83 |
1313 | 2023-10-22T03:17:10.849Z | Downloaded ucd-trie v0.1.6 |
1314 | 2023-10-22T03:17:10.856Z | Downloaded unicode-width v0.1.10 |
1315 | 2023-10-22T03:17:10.860Z | Downloaded strum_macros v0.25.2 |
1316 | 2023-10-22T03:17:10.863Z | Downloaded schemars v0.8.13 |
1317 | 2023-10-22T03:17:10.868Z | Downloaded crc32fast v1.3.2 |
1318 | 2023-10-22T03:17:10.871Z | Downloaded crc-any v2.4.3 |
1319 | 2023-10-22T03:17:10.875Z | Downloaded whoami v1.4.1 |
1320 | 2023-10-22T03:17:10.880Z | Downloaded rtoolbox v0.0.1 |
1321 | 2023-10-22T03:17:10.885Z | Downloaded unarray v0.1.4 |
1322 | 2023-10-22T03:17:10.888Z | Downloaded tokio-macros v2.1.0 |
1323 | 2023-10-22T03:17:10.894Z | Downloaded strum_macros v0.24.3 |
1324 | 2023-10-22T03:17:10.897Z | Downloaded strsim v0.8.0 |
1325 | 2023-10-22T03:17:10.901Z | Downloaded smf v0.2.2 |
1326 | 2023-10-22T03:17:10.906Z | Downloaded scheduled-thread-pool v0.2.7 |
1327 | 2023-10-22T03:17:10.909Z | Downloaded rustls-native-certs v0.6.3 |
1328 | 2023-10-22T03:17:10.914Z | Downloaded ringbuffer v0.15.0 |
1329 | 2023-10-22T03:17:10.918Z | Downloaded thread-id v4.2.0 |
1330 | 2023-10-22T03:17:10.922Z | Downloaded termios v0.3.3 |
1331 | 2023-10-22T03:17:10.925Z | Downloaded const-oid v0.9.5 |
1332 | 2023-10-22T03:17:10.928Z | Downloaded cancel-safe-futures v0.1.2 |
1333 | 2023-10-22T03:17:10.931Z | Downloaded ahash v0.8.3 |
1334 | 2023-10-22T03:17:10.935Z | Downloaded unicode-linebreak v0.1.5 |
1335 | 2023-10-22T03:17:10.938Z | Downloaded string_cache v0.8.7 |
1336 | 2023-10-22T03:17:10.941Z | Downloaded sha2 v0.10.8 |
1337 | 2023-10-22T03:17:10.947Z | Downloaded slog-dtrace v0.2.3 |
1338 | 2023-10-22T03:17:10.951Z | Downloaded slog-bunyan v2.4.0 |
1339 | 2023-10-22T03:17:10.954Z | Downloaded nanorand v0.7.0 |
1340 | 2023-10-22T03:17:10.968Z | Downloaded cookie v0.16.2 |
1341 | 2023-10-22T03:17:10.971Z | Downloaded constant_time_eq v0.2.6 |
1342 | 2023-10-22T03:17:10.974Z | Downloaded mime_guess v2.0.4 |
1343 | 2023-10-22T03:17:10.979Z | Downloaded tui-tree-widget v0.13.0 |
1344 | 2023-10-22T03:17:10.983Z | Downloaded md-5 v0.10.5 |
1345 | 2023-10-22T03:17:10.986Z | Downloaded serde_tokenstream v0.2.0 |
1346 | 2023-10-22T03:17:10.990Z | Downloaded schemars_derive v0.8.13 |
1347 | 2023-10-22T03:17:10.992Z | Downloaded num-derive v0.4.0 |
1348 | 2023-10-22T03:17:10.995Z | Downloaded structmeta v0.1.6 |
1349 | 2023-10-22T03:17:10.998Z | Downloaded serde_urlencoded v0.7.1 |
1350 | 2023-10-22T03:17:11.002Z | Downloaded num-iter v0.1.43 |
1351 | 2023-10-22T03:17:11.005Z | Downloaded num-complex v0.4.4 |
1352 | 2023-10-22T03:17:11.008Z | Downloaded termtree v0.4.1 |
1353 | 2023-10-22T03:17:11.011Z | Downloaded constant_time_eq v0.3.0 |
1354 | 2023-10-22T03:17:11.014Z | Downloaded assert_cmd v2.0.12 |
1355 | 2023-10-22T03:17:11.017Z | Downloaded signal-hook-tokio v0.3.1 |
1356 | 2023-10-22T03:17:11.020Z | Downloaded num-traits v0.2.16 |
1357 | 2023-10-22T03:17:11.024Z | Downloaded ansi_term v0.12.1 |
1358 | 2023-10-22T03:17:11.027Z | Downloaded addr2line v0.21.0 |
1359 | 2023-10-22T03:17:11.030Z | Downloaded array-init v0.0.4 |
1360 | 2023-10-22T03:17:11.034Z | Downloaded base64 v0.21.4 |
1361 | 2023-10-22T03:17:11.037Z | Downloaded arrayvec v0.7.4 |
1362 | 2023-10-22T03:17:11.041Z | Downloaded try-lock v0.2.4 |
1363 | 2023-10-22T03:17:11.045Z | Downloaded signature v2.1.0 |
1364 | 2023-10-22T03:17:11.048Z | Downloaded serial_test_derive v0.10.0 |
1365 | 2023-10-22T03:17:11.051Z | Downloaded serde-big-array v0.5.1 |
1366 | 2023-10-22T03:17:11.054Z | Downloaded serde-big-array v0.4.1 |
1367 | 2023-10-22T03:17:11.058Z | Downloaded num-rational v0.4.1 |
1368 | 2023-10-22T03:17:11.061Z | Downloaded indexmap v1.9.3 |
1369 | 2023-10-22T03:17:11.064Z | Downloaded crossbeam v0.8.2 |
1370 | 2023-10-22T03:17:11.067Z | Downloaded crc-catalog v2.2.0 |
1371 | 2023-10-22T03:17:11.070Z | Downloaded corncobs v0.1.3 |
1372 | 2023-10-22T03:17:11.073Z | Downloaded ciborium v0.2.1 |
1373 | 2023-10-22T03:17:11.076Z | Downloaded block-padding v0.3.3 |
1374 | 2023-10-22T03:17:11.079Z | Downloaded async-recursion v1.0.5 |
1375 | 2023-10-22T03:17:11.082Z | Downloaded num_enum v0.7.0 |
1376 | 2023-10-22T03:17:11.085Z | Downloaded num_enum v0.5.11 |
1377 | 2023-10-22T03:17:11.088Z | Downloaded crossbeam-deque v0.8.3 |
1378 | 2023-10-22T03:17:11.091Z | Downloaded crc v3.0.1 |
1379 | 2023-10-22T03:17:11.093Z | Downloaded const_format_proc_macros v0.2.31 |
1380 | 2023-10-22T03:17:11.096Z | Downloaded colored v2.0.4 |
1381 | 2023-10-22T03:17:11.099Z | Downloaded num-integer v0.1.45 |
1382 | 2023-10-22T03:17:11.103Z | Downloaded cpufeatures v0.2.9 |
1383 | 2023-10-22T03:17:11.106Z | Downloaded approx v0.5.1 |
1384 | 2023-10-22T03:17:11.111Z | Downloaded bytes v1.5.0 |
1385 | 2023-10-22T03:17:11.114Z | Downloaded lock_api v0.4.10 |
1386 | 2023-10-22T03:17:11.118Z | Downloaded libloading v0.7.4 |
1387 | 2023-10-22T03:17:11.120Z | Downloaded clang-sys v1.6.1 |
1388 | 2023-10-22T03:17:11.124Z | Downloaded bcs v0.1.5 |
1389 | 2023-10-22T03:17:11.127Z | Downloaded bzip2 v0.4.4 |
1390 | 2023-10-22T03:17:11.130Z | Downloaded cexpr v0.6.0 |
1391 | 2023-10-22T03:17:11.133Z | Downloaded macaddr v1.0.1 |
1392 | 2023-10-22T03:17:11.136Z | Downloaded clap_lex v0.2.4 |
1393 | 2023-10-22T03:17:11.139Z | Downloaded num_cpus v1.16.0 |
1394 | 2023-10-22T03:17:11.142Z | Downloaded async-trait v0.1.73 |
1395 | 2023-10-22T03:17:11.145Z | Downloaded lalrpop-util v0.19.12 |
1396 | 2023-10-22T03:17:11.149Z | Downloaded newtype_derive v0.1.6 |
1397 | 2023-10-22T03:17:11.152Z | Downloaded ascii-canvas v3.0.0 |
1398 | 2023-10-22T03:17:11.155Z | Downloaded num_enum_derive v0.5.11 |
1399 | 2023-10-22T03:17:11.158Z | Downloaded linked-hash-map v0.5.6 |
1400 | 2023-10-22T03:17:11.161Z | Downloaded bitflags v2.4.0 |
1401 | 2023-10-22T03:17:11.164Z | Downloaded aead v0.5.2 |
1402 | 2023-10-22T03:17:11.167Z | Downloaded cast v0.3.0 |
1403 | 2023-10-22T03:17:11.170Z | Downloaded hmac v0.12.1 |
1404 | 2023-10-22T03:17:11.173Z | Downloaded chacha20 v0.9.1 |
1405 | 2023-10-22T03:17:11.177Z | Downloaded linear-map v1.2.0 |
1406 | 2023-10-22T03:17:11.181Z | Downloaded libefi-sys v0.1.0 |
1407 | 2023-10-22T03:17:11.184Z | Downloaded cipher v0.4.4 |
1408 | 2023-10-22T03:17:11.187Z | Downloaded base64 v0.13.1 |
1409 | 2023-10-22T03:17:11.190Z | Downloaded memoffset v0.9.0 |
1410 | 2023-10-22T03:17:11.193Z | Downloaded matches v0.1.10 |
1411 | 2023-10-22T03:17:11.196Z | Downloaded lazycell v1.3.0 |
1412 | 2023-10-22T03:17:11.199Z | Downloaded hex v0.4.3 |
1413 | 2023-10-22T03:17:11.202Z | Downloaded convert_case v0.4.0 |
1414 | 2023-10-22T03:17:11.205Z | Downloaded adler v1.0.2 |
1415 | 2023-10-22T03:17:11.208Z | Downloaded keccak v0.1.4 |
1416 | 2023-10-22T03:17:11.211Z | Downloaded hex-literal v0.4.1 |
1417 | 2023-10-22T03:17:11.214Z | Downloaded async-stream v0.3.5 |
1418 | 2023-10-22T03:17:11.217Z | Downloaded arrayref v0.3.7 |
1419 | 2023-10-22T03:17:11.220Z | Downloaded indoc v2.0.3 |
1420 | 2023-10-22T03:17:11.223Z | Downloaded cfg-if v0.1.10 |
1421 | 2023-10-22T03:17:11.226Z | Downloaded cassowary v0.3.0 |
1422 | 2023-10-22T03:17:11.230Z | Downloaded aes v0.8.3 |
1423 | 2023-10-22T03:17:11.233Z | Downloaded num v0.4.1 |
1424 | 2023-10-22T03:17:11.236Z | Downloaded nu-ansi-term v0.49.0 |
1425 | 2023-10-22T03:17:11.239Z | Downloaded nibble_vec v0.1.0 |
1426 | 2023-10-22T03:17:11.243Z | Downloaded inout v0.1.3 |
1427 | 2023-10-22T03:17:11.246Z | Downloaded httpdate v1.0.3 |
1428 | 2023-10-22T03:17:11.249Z | Downloaded async-stream-impl v0.3.5 |
1429 | 2023-10-22T03:17:11.252Z | Downloaded nom v7.1.3 |
1430 | 2023-10-22T03:17:11.256Z | Downloaded new_debug_unreachable v1.0.4 |
1431 | 2023-10-22T03:17:11.260Z | Downloaded jobserver v0.1.26 |
1432 | 2023-10-22T03:17:11.263Z | Downloaded ciborium-io v0.2.1 |
1433 | 2023-10-22T03:17:11.267Z | Downloaded cfg-if v1.0.0 |
1434 | 2023-10-22T03:17:11.271Z | Downloaded newline-converter v0.3.0 |
1435 | 2023-10-22T03:17:11.274Z | Downloaded iana-time-zone v0.1.57 |
1436 | 2023-10-22T03:17:11.277Z | Downloaded humantime v2.1.0 |
1437 | 2023-10-22T03:17:11.279Z | Downloaded camino-tempfile v1.0.2 |
1438 | 2023-10-22T03:17:11.282Z | Downloaded hyper-rustls v0.24.1 |
1439 | 2023-10-22T03:17:11.285Z | Downloaded heck v0.3.3 |
1440 | 2023-10-22T03:17:11.295Z | Downloaded buf-list v1.0.3 |
1441 | 2023-10-22T03:17:11.299Z | Downloaded blake2 v0.10.6 |
1442 | 2023-10-22T03:17:11.301Z | Downloaded blake2b_simd v1.0.1 |
1443 | 2023-10-22T03:17:11.304Z | Downloaded bit-vec v0.6.3 |
1444 | 2023-10-22T03:17:11.308Z | Downloaded instant v0.1.12 |
1445 | 2023-10-22T03:17:11.310Z | Downloaded hubpack v0.1.2 |
1446 | 2023-10-22T03:17:11.313Z | Downloaded bytecount v0.6.3 |
1447 | 2023-10-22T03:17:11.317Z | Downloaded bitfield v0.14.0 |
1448 | 2023-10-22T03:17:11.321Z | Downloaded hyper-staticfile v0.9.5 |
1449 | 2023-10-22T03:17:11.324Z | Downloaded block-buffer v0.10.4 |
1450 | 2023-10-22T03:17:11.327Z | Downloaded bit-set v0.5.3 |
1451 | 2023-10-22T03:17:11.330Z | Downloaded bytesize v1.3.0 |
1452 | 2023-10-22T03:17:11.333Z | Downloaded bitstruct_derive v0.1.0 |
1453 | 2023-10-22T03:17:11.336Z | Downloaded bitstruct v0.1.1 |
1454 | 2023-10-22T03:17:11.339Z | Downloaded home v0.5.5 |
1455 | 2023-10-22T03:17:11.342Z | Downloaded bincode v1.3.3 |
1456 | 2023-10-22T03:17:12.038Z | Compiling proc-macro2 v1.0.67 |
1457 | 2023-10-22T03:17:12.041Z | Compiling serde v1.0.188 |
1458 | 2023-10-22T03:17:12.044Z | Compiling autocfg v1.1.0 |
1459 | 2023-10-22T03:17:12.047Z | Compiling version_check v0.9.4 |
1460 | 2023-10-22T03:17:12.060Z | Compiling syn v1.0.109 |
1461 | 2023-10-22T03:17:12.063Z | Compiling parking_lot_core v0.9.8 |
1462 | 2023-10-22T03:17:12.072Z | Compiling libm v0.2.7 |
1463 | 2023-10-22T03:17:12.124Z | Compiling libc v0.2.149 |
1464 | 2023-10-22T03:17:12.601Z | Compiling cfg-if v1.0.0 |
1465 | 2023-10-22T03:17:12.665Z | Compiling futures-core v0.3.28 |
1466 | 2023-10-22T03:17:12.718Z | Compiling once_cell v1.18.0 |
1467 | 2023-10-22T03:17:12.836Z | Compiling typenum v1.16.0 |
1468 | 2023-10-22T03:17:13.096Z | Compiling ahash v0.8.3 |
1469 | 2023-10-22T03:17:13.194Z | Compiling lock_api v0.4.10 |
1470 | 2023-10-22T03:17:13.320Z | Compiling num-traits v0.2.16 |
1471 | 2023-10-22T03:17:13.477Z | Compiling quote v1.0.33 |
1472 | 2023-10-22T03:17:13.648Z | Compiling generic-array v0.14.7 |
1473 | 2023-10-22T03:17:13.745Z | Compiling slab v0.4.9 |
1474 | 2023-10-22T03:17:14.073Z | Compiling syn v2.0.32 |
1475 | 2023-10-22T03:17:14.269Z | Compiling jobserver v0.1.26 |
1476 | 2023-10-22T03:17:14.567Z | Compiling futures-channel v0.3.28 |
1477 | 2023-10-22T03:17:14.610Z | Compiling futures-task v0.3.28 |
1478 | 2023-10-22T03:17:14.737Z | Compiling cc v1.0.83 |
1479 | 2023-10-22T03:17:14.849Z | Compiling pkg-config v0.3.27 |
1480 | 2023-10-22T03:17:15.005Z | Compiling futures-util v0.3.28 |
1481 | 2023-10-22T03:17:15.140Z | Compiling memchr v2.6.3 |
1482 | 2023-10-22T03:17:15.305Z | Compiling vcpkg v0.2.15 |
1483 | 2023-10-22T03:17:15.444Z | Compiling itoa v1.0.9 |
1484 | 2023-10-22T03:17:15.569Z | Compiling schemars v0.8.13 |
1485 | 2023-10-22T03:17:15.877Z | Compiling log v0.4.20 |
1486 | 2023-10-22T03:17:16.091Z | Compiling serde_json v1.0.107 |
1487 | 2023-10-22T03:17:16.866Z | Compiling indexmap v1.9.3 |
1488 | 2023-10-22T03:17:17.050Z | Compiling ryu v1.0.15 |
1489 | 2023-10-22T03:17:17.236Z | Compiling httparse v1.8.0 |
1490 | 2023-10-22T03:17:17.534Z | Compiling allocator-api2 v0.2.16 |
1491 | 2023-10-22T03:17:17.640Z | Compiling equivalent v1.0.1 |
1492 | 2023-10-22T03:17:17.844Z | Compiling rustix v0.38.9 |
1493 | 2023-10-22T03:17:17.923Z | Compiling getrandom v0.2.10 |
1494 | 2023-10-22T03:17:18.331Z | Compiling fnv v1.0.7 |
1495 | 2023-10-22T03:17:18.425Z | Compiling rustls v0.21.7 |
1496 | 2023-10-22T03:17:18.442Z | Compiling openssl v0.10.57 |
1497 | 2023-10-22T03:17:18.511Z | Compiling aho-corasick v1.0.4 |
1498 | 2023-10-22T03:17:18.767Z | Compiling hashbrown v0.14.0 |
1499 | 2023-10-22T03:17:18.808Z | Compiling regex-syntax v0.7.5 |
1500 | 2023-10-22T03:17:18.975Z | Compiling unicode-xid v0.2.4 |
1501 | 2023-10-22T03:17:19.210Z | Compiling ucd-trie v0.1.6 |
1502 | 2023-10-22T03:17:19.689Z | Compiling ring v0.16.20 |
1503 | 2023-10-22T03:17:20.030Z | Compiling openssl-sys v0.9.93 |
1504 | 2023-10-22T03:17:21.258Z | Compiling backtrace v0.3.69 |
1505 | 2023-10-22T03:17:21.765Z | Compiling native-tls v0.2.11 |
1506 | 2023-10-22T03:17:22.097Z | Compiling async-trait v0.1.73 |
1507 | 2023-10-22T03:17:22.810Z | Compiling anyhow v1.0.75 |
1508 | 2023-10-22T03:17:22.951Z | Compiling rustversion v1.0.14 |
1509 | 2023-10-22T03:17:23.501Z | Compiling crossbeam-utils v0.8.16 |
1510 | 2023-10-22T03:17:24.100Z | Compiling slog v2.7.0 |
1511 | 2023-10-22T03:17:24.292Z | Compiling iana-time-zone v0.1.57 |
1512 | 2023-10-22T03:17:24.724Z | Compiling regex-automata v0.3.8 |
1513 | 2023-10-22T03:17:24.844Z | Compiling time-core v0.1.1 |
1514 | 2023-10-22T03:17:24.914Z | Compiling byteorder v1.4.3 |
1515 | 2023-10-22T03:17:25.150Z | Compiling time-macros v0.2.13 |
1516 | 2023-10-22T03:17:25.782Z | Compiling dyn-clone v1.0.13 |
1517 | 2023-10-22T03:17:26.061Z | Compiling serde_derive_internals v0.26.0 |
1518 | 2023-10-22T03:17:26.064Z | Compiling synstructure v0.12.6 |
1519 | 2023-10-22T03:17:26.827Z | Compiling hashbrown v0.13.2 |
1520 | 2023-10-22T03:17:28.690Z | Compiling usdt-impl v0.3.5 |
1521 | 2023-10-22T03:17:28.758Z | Compiling unicode-width v0.1.10 |
1522 | 2023-10-22T03:17:28.997Z | Compiling thread-id v4.2.0 |
1523 | 2023-10-22T03:17:29.082Z | Compiling strsim v0.10.0 |
1524 | 2023-10-22T03:17:29.143Z | Compiling scopeguard v1.2.0 |
1525 | 2023-10-22T03:17:29.348Z | Compiling tinyvec_macros v0.1.1 |
1526 | 2023-10-22T03:17:29.375Z | Compiling winnow v0.5.15 |
1527 | 2023-10-22T03:17:29.474Z | Compiling tinyvec v1.6.0 |
1528 | 2023-10-22T03:17:30.173Z | Compiling unicode-bidi v0.3.13 |
1529 | 2023-10-22T03:17:30.224Z | Compiling smallvec v1.11.0 |
1530 | 2023-10-22T03:17:31.829Z | Compiling percent-encoding v2.3.0 |
1531 | 2023-10-22T03:17:32.226Z | Compiling unicode-normalization v0.1.22 |
1532 | 2023-10-22T03:17:32.297Z | Compiling parking_lot v0.12.1 |
1533 | 2023-10-22T03:17:32.334Z | Compiling form_urlencoded v1.2.0 |
1534 | 2023-10-22T03:17:32.762Z | Compiling num-integer v0.1.45 |
1535 | 2023-10-22T03:17:32.781Z | Compiling adler v1.0.2 |
1536 | 2023-10-22T03:17:33.090Z | Compiling regex v1.9.5 |
1537 | 2023-10-22T03:17:33.154Z | Compiling bitflags v1.3.2 |
1538 | 2023-10-22T03:17:33.300Z | Compiling crc32fast v1.3.2 |
1539 | 2023-10-22T03:17:33.770Z | Compiling miniz_oxide v0.7.1 |
1540 | 2023-10-22T03:17:33.918Z | Compiling idna v0.4.0 |
1541 | 2023-10-22T03:17:34.206Z | Compiling spin v0.5.2 |
1542 | 2023-10-22T03:17:34.552Z | Compiling gimli v0.28.0 |
1543 | 2023-10-22T03:17:34.789Z | Compiling object v0.32.1 |
1544 | 2023-10-22T03:17:35.749Z | Compiling url v2.4.1 |
1545 | 2023-10-22T03:17:36.254Z | Compiling pin-project-lite v0.2.13 |
1546 | 2023-10-22T03:17:36.370Z | Compiling rustc-demangle v0.1.23 |
1547 | 2023-10-22T03:17:36.431Z | Compiling errno v0.3.2 |
1548 | 2023-10-22T03:17:36.633Z | Compiling serde_derive v1.0.188 |
1549 | 2023-10-22T03:17:36.705Z | Compiling thiserror-impl v1.0.49 |
1550 | 2023-10-22T03:17:36.726Z | Compiling zeroize_derive v1.4.2 |
1551 | 2023-10-22T03:17:37.800Z | Compiling tokio-macros v2.1.0 |
1552 | 2023-10-22T03:17:38.635Z | Compiling futures-macro v0.3.28 |
1553 | 2023-10-22T03:17:39.086Z | Compiling tracing-attributes v0.1.26 |
1554 | 2023-10-22T03:17:40.262Z | Compiling schemars_derive v0.8.13 |
1555 | 2023-10-22T03:17:40.901Z | Compiling openssl-macros v0.1.1 |
1556 | 2023-10-22T03:17:41.349Z | Compiling thiserror v1.0.49 |
1557 | 2023-10-22T03:17:41.542Z | Compiling pest v2.7.2 |
1558 | 2023-10-22T03:17:41.942Z | Compiling zerocopy-derive v0.2.0 |
1559 | 2023-10-22T03:17:42.770Z | Compiling strum_macros v0.25.2 |
1560 | 2023-10-22T03:17:44.542Z | Compiling addr2line v0.21.0 |
1561 | 2023-10-22T03:17:44.770Z | Compiling zerocopy v0.3.0 |
1562 | 2023-10-22T03:17:45.219Z | Compiling zerocopy-derive v0.6.4 |
1563 | 2023-10-22T03:17:45.870Z | Compiling pest_meta v2.7.2 |
1564 | 2023-10-22T03:17:46.046Z | Compiling dof v0.1.5 |
1565 | 2023-10-22T03:17:46.457Z | Compiling mio v0.8.8 |
1566 | 2023-10-22T03:17:46.554Z | Compiling signal-hook-registry v1.4.1 |
1567 | 2023-10-22T03:17:47.611Z | Compiling num_cpus v1.16.0 |
1568 | 2023-10-22T03:17:47.789Z | Compiling socket2 v0.5.4 |
1569 | 2023-10-22T03:17:48.339Z | Compiling pest_generator v2.7.2 |
1570 | 2023-10-22T03:17:48.374Z | Compiling futures-sink v0.3.28 |
1571 | 2023-10-22T03:17:48.591Z | Compiling memoffset v0.9.0 |
1572 | 2023-10-22T03:17:49.199Z | Compiling futures-io v0.3.28 |
1573 | 2023-10-22T03:17:49.454Z | Compiling deranged v0.3.8 |
1574 | 2023-10-22T03:17:49.476Z | Compiling pin-utils v0.1.0 |
1575 | 2023-10-22T03:17:49.623Z | Compiling radium v0.7.0 |
1576 | 2023-10-22T03:17:49.642Z | Compiling num_threads v0.1.6 |
1577 | 2023-10-22T03:17:50.286Z | Compiling tracing-core v0.1.31 |
1578 | 2023-10-22T03:17:50.711Z | Compiling lazy_static v1.4.0 |
1579 | 2023-10-22T03:17:50.867Z | Compiling crossbeam-epoch v0.9.15 |
1580 | 2023-10-22T03:17:51.394Z | Compiling clap_derive v4.4.2 |
1581 | 2023-10-22T03:17:51.657Z | Compiling tracing v0.1.37 |
1582 | 2023-10-22T03:17:52.422Z | Compiling num-iter v0.1.43 |
1583 | 2023-10-22T03:17:52.478Z | Compiling either v1.9.0 |
1584 | 2023-10-22T03:17:52.751Z | Compiling time v0.3.27 |
1585 | 2023-10-22T03:17:52.823Z | Compiling untrusted v0.7.1 |
1586 | 2023-10-22T03:17:53.003Z | Compiling base64 v0.21.4 |
1587 | 2023-10-22T03:17:53.331Z | Compiling pest_derive v2.7.2 |
1588 | 2023-10-22T03:17:54.330Z | Compiling rand_core v0.6.4 |
1589 | 2023-10-22T03:17:54.368Z | Compiling dtrace-parser v0.1.14 |
1590 | 2023-10-22T03:17:54.968Z | Compiling openssl-probe v0.1.5 |
1591 | 2023-10-22T03:17:55.474Z | Compiling foreign-types-shared v0.1.1 |
1592 | 2023-10-22T03:17:55.745Z | Compiling hashbrown v0.12.3 |
1593 | 2023-10-22T03:17:57.383Z | Compiling foreign-types v0.3.2 |
1594 | 2023-10-22T03:17:57.544Z | Compiling zeroize v1.6.0 |
1595 | 2023-10-22T03:17:58.407Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1596 | 2023-10-22T03:17:58.919Z | Compiling try-lock v0.2.4 |
1597 | 2023-10-22T03:17:59.067Z | Compiling rustls-webpki v0.101.4 |
1598 | 2023-10-22T03:17:59.112Z | Compiling want v0.3.1 |
1599 | 2023-10-22T03:17:59.167Z | Compiling sct v0.7.0 |
1600 | 2023-10-22T03:17:59.504Z | Compiling enum-as-inner v0.5.1 |
1601 | 2023-10-22T03:17:59.848Z | Compiling socket2 v0.4.9 |
1602 | 2023-10-22T03:18:00.448Z | Compiling indexmap v2.0.0 |
1603 | 2023-10-22T03:18:00.697Z | Compiling bytes v1.5.0 |
1604 | 2023-10-22T03:18:01.002Z | Compiling uuid v1.4.1 |
1605 | 2023-10-22T03:18:01.206Z | Compiling chrono v0.4.31 |
1606 | 2023-10-22T03:18:01.247Z | Compiling semver v1.0.18 |
1607 | 2023-10-22T03:18:01.271Z | Compiling toml_datetime v0.6.3 |
1608 | 2023-10-22T03:18:01.915Z | Compiling rustc_version v0.4.0 |
1609 | 2023-10-22T03:18:02.009Z | Compiling serde_tokenstream v0.1.7 |
1610 | 2023-10-22T03:18:02.061Z | Compiling http v0.2.9 |
1611 | 2023-10-22T03:18:02.346Z | Compiling serde_spanned v0.6.3 |
1612 | 2023-10-22T03:18:02.478Z | Compiling bitflags v2.4.0 |
1613 | 2023-10-22T03:18:02.622Z | Compiling toml_edit v0.19.15 |
1614 | 2023-10-22T03:18:02.695Z | Compiling tokio v1.33.0 |
1615 | 2023-10-22T03:18:05.161Z | Compiling openapiv3 v1.0.3 |
1616 | 2023-10-22T03:18:07.504Z | Compiling http-body v0.4.5 |
1617 | 2023-10-22T03:18:07.737Z | Compiling usdt-attr-macro v0.3.5 |
1618 | 2023-10-22T03:18:07.923Z | Compiling usdt-macro v0.3.5 |
1619 | 2023-10-22T03:18:08.127Z | Compiling tower-service v0.3.2 |
1620 | 2023-10-22T03:18:08.300Z | Compiling httpdate v1.0.3 |
1621 | 2023-10-22T03:18:08.958Z | Compiling heapless v0.7.16 |
1622 | 2023-10-22T03:18:09.853Z | Compiling rustls-pemfile v1.0.3 |
1623 | 2023-10-22T03:18:09.856Z | Compiling siphasher v0.3.11 |
1624 | 2023-10-22T03:18:10.419Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1625 | 2023-10-22T03:18:10.498Z | Compiling rustls-native-certs v0.6.3 |
1626 | 2023-10-22T03:18:11.140Z | Compiling ipnet v2.8.0 |
1627 | 2023-10-22T03:18:11.462Z | Compiling serde_tokenstream v0.2.0 |
1628 | 2023-10-22T03:18:11.549Z | Compiling serde_urlencoded v0.7.1 |
1629 | 2023-10-22T03:18:12.271Z | Compiling encoding_rs v0.8.33 |
1630 | 2023-10-22T03:18:12.393Z | Compiling webpki-roots v0.25.2 |
1631 | 2023-10-22T03:18:12.615Z | Compiling mime v0.3.17 |
1632 | 2023-10-22T03:18:12.920Z | Compiling crypto-common v0.1.6 |
1633 | 2023-10-22T03:18:13.472Z | Compiling diesel_table_macro_syntax v0.1.0 |
1634 | 2023-10-22T03:18:13.503Z | Compiling num-bigint v0.4.4 |
1635 | 2023-10-22T03:18:14.069Z | Compiling bit-vec v0.6.3 |
1636 | 2023-10-22T03:18:14.121Z | Compiling smoltcp v0.9.1 |
1637 | 2023-10-22T03:18:14.575Z | Compiling diesel_derives v2.1.1 |
1638 | 2023-10-22T03:18:14.704Z | Compiling flate2 v1.0.27 |
1639 | 2023-10-22T03:18:14.724Z | Compiling phf_shared v0.10.0 |
1640 | 2023-10-22T03:18:15.091Z | Compiling block-buffer v0.10.4 |
1641 | 2023-10-22T03:18:15.382Z | Compiling hubpack_derive v0.1.1 |
1642 | 2023-10-22T03:18:15.494Z | Compiling subtle v2.5.0 |
1643 | 2023-10-22T03:18:15.960Z | Compiling tokio-util v0.7.8 |
1644 | 2023-10-22T03:18:16.223Z | Compiling tokio-rustls v0.24.1 |
1645 | 2023-10-22T03:18:16.648Z | Compiling tokio-native-tls v0.3.1 |
1646 | 2023-10-22T03:18:16.822Z | Compiling new_debug_unreachable v1.0.4 |
1647 | 2023-10-22T03:18:16.843Z | Compiling const-oid v0.9.5 |
1648 | 2023-10-22T03:18:16.944Z | Compiling ppv-lite86 v0.2.17 |
1649 | 2023-10-22T03:18:17.063Z | Compiling fixedbitset v0.4.2 |
1650 | 2023-10-22T03:18:17.723Z | Compiling h2 v0.3.21 |
1651 | 2023-10-22T03:18:18.182Z | Compiling precomputed-hash v0.1.1 |
1652 | 2023-10-22T03:18:18.206Z | Compiling rand_chacha v0.3.1 |
1653 | 2023-10-22T03:18:18.337Z | Compiling string_cache v0.8.7 |
1654 | 2023-10-22T03:18:19.001Z | Compiling petgraph v0.6.4 |
1655 | 2023-10-22T03:18:19.609Z | Compiling bit-set v0.5.3 |
1656 | 2023-10-22T03:18:19.776Z | Compiling digest v0.10.7 |
1657 | 2023-10-22T03:18:19.878Z | Compiling toml v0.7.8 |
1658 | 2023-10-22T03:18:20.061Z | Compiling itertools v0.10.5 |
1659 | 2023-10-22T03:18:20.502Z | Compiling lalrpop-util v0.19.12 |
1660 | 2023-10-22T03:18:21.035Z | Compiling unicode-segmentation v1.10.1 |
1661 | 2023-10-22T03:18:22.378Z | Compiling rand v0.8.5 |
1662 | 2023-10-22T03:18:22.460Z | Compiling regress v0.7.1 |
1663 | 2023-10-22T03:18:22.936Z | Compiling serde_repr v0.1.16 |
1664 | 2023-10-22T03:18:24.537Z | Compiling io-lifetimes v1.0.11 |
1665 | 2023-10-22T03:18:24.559Z | Compiling utf8parse v0.2.1 |
1666 | 2023-10-22T03:18:24.797Z | Compiling cpufeatures v0.2.9 |
1667 | 2023-10-22T03:18:24.831Z | Compiling anstyle v1.0.2 |
1668 | 2023-10-22T03:18:24.835Z | Compiling rustix v0.37.23 |
1669 | 2023-10-22T03:18:24.936Z | Compiling sha2 v0.10.8 |
1670 | 2023-10-22T03:18:25.555Z | Compiling anstyle-parse v0.2.1 |
1671 | 2023-10-22T03:18:25.652Z | Compiling hmac v0.12.1 |
1672 | 2023-10-22T03:18:25.951Z | Compiling md-5 v0.10.5 |
1673 | 2023-10-22T03:18:25.997Z | Compiling stringprep v0.1.3 |
1674 | 2023-10-22T03:18:26.278Z | Compiling spin v0.9.8 |
1675 | 2023-10-22T03:18:26.297Z | Compiling hash32 v0.2.1 |
1676 | 2023-10-22T03:18:26.846Z | Compiling fallible-iterator v0.2.0 |
1677 | 2023-10-22T03:18:26.864Z | Compiling anstyle-query v1.0.0 |
1678 | 2023-10-22T03:18:27.049Z | Compiling stable_deref_trait v1.2.0 |
1679 | 2023-10-22T03:18:27.164Z | Compiling colorchoice v1.0.0 |
1680 | 2023-10-22T03:18:27.308Z | Compiling terminal_size v0.2.6 |
1681 | 2023-10-22T03:18:27.385Z | Compiling anstream v0.5.0 |
1682 | 2023-10-22T03:18:27.421Z | Compiling phf_shared v0.11.2 |
1683 | 2023-10-22T03:18:27.562Z | Compiling block-padding v0.3.3 |
1684 | 2023-10-22T03:18:27.909Z | Compiling scheduled-thread-pool v0.2.7 |
1685 | 2023-10-22T03:18:27.973Z | Compiling postgres-protocol v0.6.6 |
1686 | 2023-10-22T03:18:28.019Z | Compiling tap v1.0.1 |
1687 | 2023-10-22T03:18:28.285Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1688 | 2023-10-22T03:18:28.339Z | Compiling managed v0.8.0 |
1689 | 2023-10-22T03:18:28.671Z | Compiling matches v0.1.10 |
1690 | 2023-10-22T03:18:28.800Z | Compiling clap_lex v0.5.1 |
1691 | 2023-10-22T03:18:29.051Z | Compiling regex-automata v0.1.10 |
1692 | 2023-10-22T03:18:29.491Z | Compiling hyper v0.14.27 |
1693 | 2023-10-22T03:18:29.832Z | Compiling bstr v0.2.17 |
1694 | 2023-10-22T03:18:30.001Z | Compiling postgres-types v0.2.6 |
1695 | 2023-10-22T03:18:30.828Z | Compiling clap_builder v4.4.2 |
1696 | 2023-10-22T03:18:32.209Z | Compiling idna v0.2.3 |
1697 | 2023-10-22T03:18:32.407Z | Compiling wyz v0.5.1 |
1698 | 2023-10-22T03:18:32.728Z | Compiling r2d2 v0.8.10 |
1699 | 2023-10-22T03:18:33.109Z | Compiling phf v0.11.2 |
1700 | 2023-10-22T03:18:33.297Z | Compiling inout v0.1.3 |
1701 | 2023-10-22T03:18:33.669Z | Compiling hubpack v0.1.2 |
1702 | 2023-10-22T03:18:34.740Z | Compiling ipnetwork v0.20.0 |
1703 | 2023-10-22T03:18:34.918Z | Compiling futures-executor v0.3.28 |
1704 | 2023-10-22T03:18:35.007Z | Compiling itertools v0.11.0 |
1705 | 2023-10-22T03:18:36.185Z | Compiling zerocopy v0.6.4 |
1706 | 2023-10-22T03:18:37.574Z | Compiling float-cmp v0.9.0 |
1707 | 2023-10-22T03:18:37.925Z | Compiling whoami v1.4.1 |
1708 | 2023-10-22T03:18:38.128Z | Compiling predicates-core v1.0.6 |
1709 | 2023-10-22T03:18:38.620Z | Compiling data-encoding v2.4.0 |
1710 | 2023-10-22T03:18:38.750Z | Compiling normalize-line-endings v0.3.0 |
1711 | 2023-10-22T03:18:38.866Z | Compiling smawk v0.3.1 |
1712 | 2023-10-22T03:18:38.918Z | Compiling static_assertions v1.1.0 |
1713 | 2023-10-22T03:18:39.055Z | Compiling unicode-linebreak v0.1.5 |
1714 | 2023-10-22T03:18:39.172Z | Compiling difflib v0.4.0 |
1715 | 2023-10-22T03:18:39.375Z | Compiling funty v2.0.0 |
1716 | 2023-10-22T03:18:39.897Z | Compiling predicates v3.0.4 |
1717 | 2023-10-22T03:18:39.996Z | Compiling textwrap v0.16.0 |
1718 | 2023-10-22T03:18:41.407Z | Compiling hyper-tls v0.5.0 |
1719 | 2023-10-22T03:18:41.832Z | Compiling hyper-rustls v0.24.1 |
1720 | 2023-10-22T03:18:41.936Z | Compiling bitvec v1.0.1 |
1721 | 2023-10-22T03:18:41.970Z | Compiling trust-dns-proto v0.22.0 |
1722 | 2023-10-22T03:18:42.414Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1723 | 2023-10-22T03:18:42.476Z | Compiling reqwest v0.11.20 |
1724 | 2023-10-22T03:18:42.927Z | Compiling diesel v2.1.1 |
1725 | 2023-10-22T03:18:45.064Z | Compiling tokio-postgres v0.7.10 |
1726 | 2023-10-22T03:18:45.659Z | Compiling yasna v0.5.2 |
1727 | 2023-10-22T03:18:49.495Z | Compiling clap v4.4.3 |
1728 | 2023-10-22T03:18:49.651Z | Compiling futures v0.3.28 |
1729 | 2023-10-22T03:18:49.673Z | Compiling cipher v0.4.4 |
1730 | 2023-10-22T03:18:49.813Z | Compiling similar v2.2.1 |
1731 | 2023-10-22T03:18:50.681Z | Compiling signature v2.1.0 |
1732 | 2023-10-22T03:18:51.002Z | Compiling tokio-stream v0.1.14 |
1733 | 2023-10-22T03:18:51.840Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1734 | 2023-10-22T03:18:52.087Z | Compiling usdt v0.3.5 |
1735 | 2023-10-22T03:18:52.481Z | Compiling hex v0.4.3 |
1736 | 2023-10-22T03:18:52.534Z | Compiling console v0.15.7 |
1737 | 2023-10-22T03:18:53.008Z | Compiling bstr v1.6.0 |
1738 | 2023-10-22T03:18:53.503Z | Compiling getopts v0.2.21 |
1739 | 2023-10-22T03:18:54.732Z | Compiling unsafe-libyaml v0.2.9 |
1740 | 2023-10-22T03:18:55.296Z | Compiling ident_case v1.0.1 |
1741 | 2023-10-22T03:18:56.052Z | Compiling slog-async v2.8.0 |
1742 | 2023-10-22T03:18:56.239Z | Compiling paste v1.0.14 |
1743 | 2023-10-22T03:18:57.232Z | Compiling serde_yaml v0.9.25 |
1744 | 2023-10-22T03:18:57.960Z | Compiling darling_core v0.20.3 |
1745 | 2023-10-22T03:18:57.996Z | Compiling multer v2.1.0 |
1746 | 2023-10-22T03:18:58.480Z | Compiling async-stream-impl v0.3.5 |
1747 | 2023-10-22T03:18:58.634Z | Compiling regex-syntax v0.6.29 |
1748 | 2023-10-22T03:18:59.130Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1749 | 2023-10-22T03:18:59.325Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1750 | 2023-10-22T03:19:00.901Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1751 | 2023-10-22T03:19:01.413Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1752 | 2023-10-22T03:19:04.292Z | Compiling structmeta-derive v0.1.6 |
1753 | 2023-10-22T03:19:07.233Z | Compiling darling_macro v0.20.3 |
1754 | 2023-10-22T03:19:08.641Z | Compiling structmeta v0.1.6 |
1755 | 2023-10-22T03:19:08.644Z | Compiling darling v0.20.3 |
1756 | 2023-10-22T03:19:08.799Z | Compiling serde_with_macros v2.3.3 |
1757 | 2023-10-22T03:19:09.254Z | Compiling parse-display-derive v0.7.0 |
1758 | 2023-10-22T03:19:10.330Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1759 | 2023-10-22T03:19:12.717Z | Compiling test-strategy v0.2.1 |
1760 | 2023-10-22T03:19:20.869Z | Checking unicode-ident v1.0.12 |
1761 | 2023-10-22T03:19:49.933Z | Checking heck v0.4.1 |
1762 | 2023-10-22T03:19:58.318Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1763 | 2023-10-22T03:19:58.882Z | Checking crossbeam-channel v0.5.8 |
1764 | 2023-10-22T03:19:59.123Z | Checking atty v0.2.14 |
1765 | 2023-10-22T03:19:59.738Z | Checking match_cfg v0.1.0 |
1766 | 2023-10-22T03:19:59.866Z | Checking hostname v0.3.1 |
1767 | 2023-10-22T03:20:00.063Z | Checking sha1 v0.10.5 |
1768 | 2023-10-22T03:20:00.081Z | Checking dirs-sys-next v0.1.2 |
1769 | 2023-10-22T03:20:00.335Z | Checking fastrand v2.0.0 |
1770 | 2023-10-22T03:20:00.498Z | Checking dirs-next v2.0.0 |
1771 | 2023-10-22T03:20:00.588Z | Checking thread_local v1.1.7 |
1772 | 2023-10-22T03:20:00.683Z | Checking term v0.7.0 |
1773 | 2023-10-22T03:20:00.821Z | Checking tempfile v3.8.0 |
1774 | 2023-10-22T03:20:01.013Z | Checking strum v0.25.0 |
1775 | 2023-10-22T03:20:01.338Z | Checking instant v0.1.12 |
1776 | 2023-10-22T03:20:01.494Z | Checking take_mut v0.2.2 |
1777 | 2023-10-22T03:20:01.633Z | Checking slog-term v2.9.0 |
1778 | 2023-10-22T03:20:02.141Z | Checking slog-json v2.6.1 |
1779 | 2023-10-22T03:20:02.320Z | Checking serde_with v2.3.3 |
1780 | 2023-10-22T03:20:02.416Z | Checking camino v1.1.6 |
1781 | 2023-10-22T03:20:02.534Z | Checking slog-bunyan v2.4.0 |
1782 | 2023-10-22T03:20:03.305Z | Checking debug-ignore v1.0.5 |
1783 | 2023-10-22T03:20:03.322Z | Checking atomic-waker v1.1.1 |
1784 | 2023-10-22T03:20:03.505Z | Checking waitgroup v0.1.2 |
1785 | 2023-10-22T03:20:03.511Z | Checking async-stream v0.3.5 |
1786 | 2023-10-22T03:20:03.712Z | Checking serde_path_to_error v0.1.14 |
1787 | 2023-10-22T03:20:03.969Z | Checking backoff v0.4.0 |
1788 | 2023-10-22T03:20:04.280Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1789 | 2023-10-22T03:20:04.397Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1790 | 2023-10-22T03:20:04.564Z | Checking parse-display v0.7.0 |
1791 | 2023-10-22T03:20:04.606Z | Checking macaddr v1.0.1 |
1792 | 2023-10-22T03:20:04.804Z | Checking quick-error v1.2.3 |
1793 | 2023-10-22T03:20:05.369Z | Compiling proc-macro-crate v1.3.1 |
1794 | 2023-10-22T03:20:05.714Z | Checking wait-timeout v0.2.0 |
1795 | 2023-10-22T03:20:05.964Z | Compiling crucible-workspace-hack v0.1.0 |
1796 | 2023-10-22T03:20:06.742Z | Checking rusty-fork v0.3.0 |
1797 | 2023-10-22T03:20:07.065Z | Checking rand_xorshift v0.3.0 |
1798 | 2023-10-22T03:20:07.179Z | Checking unarray v0.1.4 |
1799 | 2023-10-22T03:20:07.392Z | Checking proptest v1.3.1 |
1800 | 2023-10-22T03:20:07.708Z | Compiling proc-macro-error-attr v1.0.4 |
1801 | 2023-10-22T03:20:08.069Z | Compiling proc-macro-error v1.0.4 |
1802 | 2023-10-22T03:20:12.465Z | Compiling num_enum_derive v0.5.11 |
1803 | 2023-10-22T03:20:14.677Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1804 | 2023-10-22T03:20:15.884Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1805 | 2023-10-22T03:20:16.345Z | Compiling foreign-types-macros v0.2.3 |
1806 | 2023-10-22T03:20:17.015Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1807 | 2023-10-22T03:20:17.406Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1808 | 2023-10-22T03:20:17.633Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1809 | 2023-10-22T03:20:17.670Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1810 | 2023-10-22T03:20:18.669Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1811 | 2023-10-22T03:20:20.784Z | Compiling zone_cfg_derive v0.2.0 |
1812 | 2023-10-22T03:20:20.948Z | Compiling mockall_derive v0.11.4 |
1813 | 2023-10-22T03:20:21.797Z | Compiling num-derive v0.4.0 |
1814 | 2023-10-22T03:20:35.126Z | Checking base64ct v1.6.0 |
1815 | 2023-10-22T03:20:53.013Z | Checking is-terminal v0.4.9 |
1816 | 2023-10-22T03:21:01.943Z | Compiling slog-dtrace v0.2.3 |
1817 | 2023-10-22T03:21:01.964Z | Checking termtree v0.4.1 |
1818 | 2023-10-22T03:21:02.264Z | Checking predicates-tree v1.0.9 |
1819 | 2023-10-22T03:21:02.283Z | Compiling cancel-safe-futures v0.1.2 |
1820 | 2023-10-22T03:21:02.436Z | Checking password-hash v0.5.0 |
1821 | 2023-10-22T03:21:02.489Z | Checking num_enum v0.5.11 |
1822 | 2023-10-22T03:21:02.713Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1823 | 2023-10-22T03:21:02.762Z | Checking blake2 v0.10.6 |
1824 | 2023-10-22T03:21:03.158Z | Checking postcard-cobs v0.1.5-pre |
1825 | 2023-10-22T03:21:03.266Z | Checking base64 v0.13.1 |
1826 | 2023-10-22T03:21:03.402Z | Checking postcard v0.7.3 |
1827 | 2023-10-22T03:21:03.461Z | Checking argon2 v0.5.2 |
1828 | 2023-10-22T03:21:03.908Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1829 | 2023-10-22T03:21:04.000Z | Checking smoltcp v0.8.2 |
1830 | 2023-10-22T03:21:04.239Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1831 | 2023-10-22T03:21:04.467Z | Checking cfg-if v0.1.10 |
1832 | 2023-10-22T03:21:04.471Z | Checking foreign-types-shared v0.3.1 |
1833 | 2023-10-22T03:21:04.632Z | Checking foreign-types v0.5.0 |
1834 | 2023-10-22T03:21:04.803Z | Checking cstr-argument v0.1.2 |
1835 | 2023-10-22T03:21:04.996Z | Checking pretty-hex v0.2.1 |
1836 | 2023-10-22T03:21:05.032Z | Checking colored v2.0.4 |
1837 | 2023-10-22T03:21:05.065Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1838 | 2023-10-22T03:21:05.242Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1839 | 2023-10-22T03:21:05.529Z | Checking predicates v2.1.5 |
1840 | 2023-10-22T03:21:05.793Z | Checking downcast v0.11.0 |
1841 | 2023-10-22T03:21:05.893Z | Checking fragile v2.0.0 |
1842 | 2023-10-22T03:21:06.304Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1843 | 2023-10-22T03:21:06.550Z | Checking zone v0.2.0 |
1844 | 2023-10-22T03:21:06.569Z | Checking mockall v0.11.4 |
1845 | 2023-10-22T03:21:06.916Z | Checking smf v0.2.2 |
1846 | 2023-10-22T03:21:07.013Z | Checking filetime v0.2.22 |
1847 | 2023-10-22T03:21:07.033Z | Checking xattr v1.0.1 |
1848 | 2023-10-22T03:21:07.311Z | Compiling heck v0.3.3 |
1849 | 2023-10-22T03:21:07.329Z | Checking tar v0.4.40 |
1850 | 2023-10-22T03:21:07.580Z | Compiling libefi-sys v0.1.0 |
1851 | 2023-10-22T03:21:07.719Z | Compiling der_derive v0.7.2 |
1852 | 2023-10-22T03:21:07.869Z | Compiling structopt-derive v0.4.18 |
1853 | 2023-10-22T03:21:08.572Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1854 | 2023-10-22T03:21:08.640Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1855 | 2023-10-22T03:21:08.723Z | Checking pem v1.1.1 |
1856 | 2023-10-22T03:21:08.742Z | Compiling memoffset v0.7.1 |
1857 | 2023-10-22T03:21:09.057Z | Checking camino-tempfile v1.0.2 |
1858 | 2023-10-22T03:21:09.296Z | Compiling maybe-uninit v2.0.0 |
1859 | 2023-10-22T03:21:09.368Z | Checking headers-core v0.2.0 |
1860 | 2023-10-22T03:21:09.461Z | Compiling packed_struct v0.10.1 |
1861 | 2023-10-22T03:21:09.599Z | Checking headers v0.3.9 |
1862 | 2023-10-22T03:21:10.037Z | Compiling num-bigint-dig v0.8.4 |
1863 | 2023-10-22T03:21:10.111Z | Compiling packed_struct_codegen v0.10.1 |
1864 | 2023-10-22T03:21:10.519Z | Compiling signal-hook v0.3.17 |
1865 | 2023-10-22T03:21:10.934Z | Checking rcgen v0.10.0 |
1866 | 2023-10-22T03:21:10.949Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1867 | 2023-10-22T03:21:11.430Z | Checking atomicwrites v0.4.2 |
1868 | 2023-10-22T03:21:11.548Z | Checking subprocess v0.2.9 |
1869 | 2023-10-22T03:21:11.711Z | Compiling num-rational v0.4.1 |
1870 | 2023-10-22T03:21:11.792Z | Checking termcolor v1.2.0 |
1871 | 2023-10-22T03:21:12.131Z | Compiling same-file v1.0.6 |
1872 | 2023-10-22T03:21:12.393Z | Compiling walkdir v2.4.0 |
1873 | 2023-10-22T03:21:12.434Z | Compiling semver-parser v0.10.2 |
1874 | 2023-10-22T03:21:13.083Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1875 | 2023-10-22T03:21:13.482Z | Checking linked-hash-map v0.5.6 |
1876 | 2023-10-22T03:21:13.501Z | Compiling home v0.5.5 |
1877 | 2023-10-22T03:21:13.846Z | Compiling semver v0.11.0 |
1878 | 2023-10-22T03:21:13.982Z | Checking lru-cache v0.1.2 |
1879 | 2023-10-22T03:21:14.391Z | Compiling toolchain_find v0.2.0 |
1880 | 2023-10-22T03:21:14.455Z | Compiling toml v0.5.11 |
1881 | 2023-10-22T03:21:14.458Z | Compiling doc-comment v0.3.3 |
1882 | 2023-10-22T03:21:14.978Z | Checking half v1.8.2 |
1883 | 2023-10-22T03:21:15.234Z | Compiling omicron-zone-package v0.8.3 |
1884 | 2023-10-22T03:21:15.237Z | Checking ciborium-io v0.2.1 |
1885 | 2023-10-22T03:21:15.537Z | Checking arc-swap v1.6.0 |
1886 | 2023-10-22T03:21:15.647Z | Compiling convert_case v0.4.0 |
1887 | 2023-10-22T03:21:15.666Z | Checking ciborium-ll v0.2.1 |
1888 | 2023-10-22T03:21:16.151Z | Checking ciborium v0.2.1 |
1889 | 2023-10-22T03:21:16.218Z | Checking slog-scope v4.4.0 |
1890 | 2023-10-22T03:21:16.525Z | Checking slog-stdlog v4.1.1 |
1891 | 2023-10-22T03:21:16.772Z | Compiling snafu-derive v0.7.5 |
1892 | 2023-10-22T03:21:16.781Z | Checking slog-envlogger v2.2.0 |
1893 | 2023-10-22T03:21:16.923Z | Compiling derive_more v0.99.17 |
1894 | 2023-10-22T03:21:17.795Z | Compiling rustfmt-wrapper v0.2.0 |
1895 | 2023-10-22T03:21:17.829Z | Compiling derive-where v1.2.5 |
1896 | 2023-10-22T03:21:18.823Z | Checking hkdf v0.12.3 |
1897 | 2023-10-22T03:21:18.830Z | Compiling libz-sys v1.1.12 |
1898 | 2023-10-22T03:21:19.122Z | Compiling parking_lot_core v0.8.6 |
1899 | 2023-10-22T03:21:19.673Z | Checking resolv-conf v0.7.0 |
1900 | 2023-10-22T03:21:19.722Z | Checking newline-converter v0.3.0 |
1901 | 2023-10-22T03:21:19.935Z | Checking textwrap v0.11.0 |
1902 | 2023-10-22T03:21:20.032Z | Checking vec_map v0.8.2 |
1903 | 2023-10-22T03:21:20.262Z | Checking keccak v0.1.4 |
1904 | 2023-10-22T03:21:20.309Z | Checking ansi_term v0.12.1 |
1905 | 2023-10-22T03:21:20.484Z | Checking strsim v0.8.0 |
1906 | 2023-10-22T03:21:20.728Z | Checking sha3 v0.10.8 |
1907 | 2023-10-22T03:21:20.765Z | Checking trust-dns-resolver v0.22.0 |
1908 | 2023-10-22T03:21:20.792Z | Checking clap v2.34.0 |
1909 | 2023-10-22T03:21:20.897Z | Checking expectorate v1.1.0 |
1910 | 2023-10-22T03:21:21.540Z | Checking secrecy v0.8.0 |
1911 | 2023-10-22T03:21:21.681Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1912 | 2023-10-22T03:21:21.872Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1913 | 2023-10-22T03:21:23.396Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1914 | 2023-10-22T03:21:23.580Z | Checking pem-rfc7468 v0.7.0 |
1915 | 2023-10-22T03:21:23.864Z | Compiling libsqlite3-sys v0.26.0 |
1916 | 2023-10-22T03:21:23.989Z | Checking flagset v0.4.3 |
1917 | 2023-10-22T03:21:24.314Z | Checking der v0.7.8 |
1918 | 2023-10-22T03:21:24.562Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1919 | 2023-10-22T03:21:25.069Z | Checking fxhash v0.2.1 |
1920 | 2023-10-22T03:21:25.072Z | Compiling vergen v8.2.4 |
1921 | 2023-10-22T03:21:25.368Z | Compiling semver v0.1.20 |
1922 | 2023-10-22T03:21:25.496Z | Checking structopt v0.3.26 |
1923 | 2023-10-22T03:21:26.012Z | Compiling rustc_version v0.1.7 |
1924 | 2023-10-22T03:21:26.630Z | Compiling newtype_derive v0.1.6 |
1925 | 2023-10-22T03:21:26.824Z | Checking crc-catalog v2.2.0 |
1926 | 2023-10-22T03:21:27.052Z | Checking humantime v2.1.0 |
1927 | 2023-10-22T03:21:27.474Z | Checking spki v0.7.2 |
1928 | 2023-10-22T03:21:27.493Z | Compiling buf-list v1.0.3 |
1929 | 2023-10-22T03:21:27.672Z | Checking crc v3.0.1 |
1930 | 2023-10-22T03:21:27.922Z | Checking pkcs8 v0.10.2 |
1931 | 2023-10-22T03:21:28.022Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1932 | 2023-10-22T03:21:28.770Z | Checking nodrop v0.1.14 |
1933 | 2023-10-22T03:21:29.147Z | Checking array-init v0.0.4 |
1934 | 2023-10-22T03:21:29.322Z | Checking smallvec v0.6.14 |
1935 | 2023-10-22T03:21:29.411Z | Checking pkcs1 v0.7.5 |
1936 | 2023-10-22T03:21:29.557Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1937 | 2023-10-22T03:21:30.025Z | Compiling num_enum_derive v0.7.0 |
1938 | 2023-10-22T03:21:30.951Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1939 | 2023-10-22T03:21:32.582Z | Compiling unicase v2.7.0 |
1940 | 2023-10-22T03:21:32.827Z | Compiling rayon-core v1.11.0 |
1941 | 2023-10-22T03:21:32.991Z | Checking bitfield v0.14.0 |
1942 | 2023-10-22T03:21:33.150Z | Checking utf-8 v0.7.6 |
1943 | 2023-10-22T03:21:33.248Z | Checking rsa v0.9.2 |
1944 | 2023-10-22T03:21:33.459Z | Checking serde-hex v0.1.0 |
1945 | 2023-10-22T03:21:33.724Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1946 | 2023-10-22T03:21:34.091Z | Checking x509-cert v0.2.4 |
1947 | 2023-10-22T03:21:34.274Z | Checking env_logger v0.10.0 |
1948 | 2023-10-22T03:21:34.949Z | Checking ron v0.8.1 |
1949 | 2023-10-22T03:21:35.082Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1950 | 2023-10-22T03:21:35.304Z | Compiling platforms v3.0.2 |
1951 | 2023-10-22T03:21:35.718Z | Checking crc-any v2.4.3 |
1952 | 2023-10-22T03:21:36.345Z | Checking object v0.30.4 |
1953 | 2023-10-22T03:21:36.825Z | Checking path-slash v0.1.5 |
1954 | 2023-10-22T03:21:37.082Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1955 | 2023-10-22T03:21:37.942Z | Checking num-complex v0.4.4 |
1956 | 2023-10-22T03:21:38.713Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1957 | 2023-10-22T03:21:39.159Z | Compiling erased-serde v0.3.30 |
1958 | 2023-10-22T03:21:39.493Z | Checking num v0.4.1 |
1959 | 2023-10-22T03:21:39.746Z | Compiling curve25519-dalek v4.1.0 |
1960 | 2023-10-22T03:21:40.333Z | Compiling bitstruct_derive v0.1.0 |
1961 | 2023-10-22T03:21:40.520Z | Compiling async-recursion v1.0.5 |
1962 | 2023-10-22T03:21:40.569Z | Compiling glob v0.3.1 |
1963 | 2023-10-22T03:21:42.263Z | Compiling mime_guess v2.0.4 |
1964 | 2023-10-22T03:21:42.802Z | Compiling thiserror-impl-no-std v2.0.2 |
1965 | 2023-10-22T03:21:42.827Z | Compiling curve25519-dalek-derive v0.1.0 |
1966 | 2023-10-22T03:21:44.171Z | Compiling salty v0.2.0 |
1967 | 2023-10-22T03:21:44.831Z | Checking tungstenite v0.18.0 |
1968 | 2023-10-22T03:21:45.066Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1969 | 2023-10-22T03:21:46.376Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1970 | 2023-10-22T03:21:46.420Z | Checking tokio-tungstenite v0.18.0 |
1971 | 2023-10-22T03:21:46.923Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1972 | 2023-10-22T03:21:46.957Z | Checking universal-hash v0.5.1 |
1973 | 2023-10-22T03:21:47.207Z | Checking nibble_vec v0.1.0 |
1974 | 2023-10-22T03:21:47.508Z | Checking opaque-debug v0.3.0 |
1975 | 2023-10-22T03:21:47.672Z | Checking endian-type v0.1.2 |
1976 | 2023-10-22T03:21:47.995Z | Compiling crunchy v0.2.2 |
1977 | 2023-10-22T03:21:48.180Z | Checking radix_trie v0.2.1 |
1978 | 2023-10-22T03:21:48.551Z | Checking snafu v0.7.5 |
1979 | 2023-10-22T03:21:49.003Z | Checking linear-map v1.2.0 |
1980 | 2023-10-22T03:21:49.249Z | Compiling tiny-keccak v2.0.2 |
1981 | 2023-10-22T03:21:49.505Z | Checking parking_lot v0.11.2 |
1982 | 2023-10-22T03:21:49.523Z | Checking trust-dns-client v0.22.0 |
1983 | 2023-10-22T03:21:49.717Z | Compiling clang-sys v1.6.1 |
1984 | 2023-10-22T03:21:49.834Z | Checking aead v0.5.2 |
1985 | 2023-10-22T03:21:50.108Z | Compiling darling_core v0.14.4 |
1986 | 2023-10-22T03:21:50.181Z | Compiling prettyplease v0.2.12 |
1987 | 2023-10-22T03:21:50.622Z | Checking sled v0.34.7 |
1988 | 2023-10-22T03:21:50.823Z | Compiling ascii-canvas v3.0.0 |
1989 | 2023-10-22T03:21:51.649Z | Checking trust-dns-server v0.22.1 |
1990 | 2023-10-22T03:21:51.994Z | Checking toml_edit v0.20.0 |
1991 | 2023-10-22T03:21:52.351Z | Compiling const_format_proc_macros v0.2.31 |
1992 | 2023-10-22T03:21:52.414Z | Compiling ena v0.14.2 |
1993 | 2023-10-22T03:21:53.048Z | Compiling portable-atomic v1.4.3 |
1994 | 2023-10-22T03:21:54.372Z | Checking pretty-hex v0.3.0 |
1995 | 2023-10-22T03:21:54.609Z | Compiling diff v0.1.13 |
1996 | 2023-10-22T03:21:55.285Z | Compiling minimal-lexical v0.2.1 |
1997 | 2023-10-22T03:21:55.601Z | Compiling lalrpop v0.19.12 |
1998 | 2023-10-22T03:21:55.766Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1999 | 2023-10-22T03:21:56.018Z | Compiling nom v7.1.3 |
2000 | 2023-10-22T03:21:56.043Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2001 | 2023-10-22T03:21:56.046Z | Checking toml v0.8.0 |
2002 | 2023-10-22T03:21:56.587Z | Checking path-dedot v3.1.0 |
2003 | 2023-10-22T03:21:56.633Z | Compiling libloading v0.7.4 |
2004 | 2023-10-22T03:21:56.823Z | Compiling ref-cast v1.0.20 |
2005 | 2023-10-22T03:21:57.182Z | Compiling bindgen v0.65.1 |
2006 | 2023-10-22T03:21:57.479Z | Checking path-absolutize v3.1.0 |
2007 | 2023-10-22T03:21:58.908Z | Checking globset v0.4.13 |
2008 | 2023-10-22T03:21:59.187Z | Compiling darling_macro v0.14.4 |
2009 | 2023-10-22T03:21:59.681Z | Checking crossbeam-deque v0.8.3 |
2010 | 2023-10-22T03:22:00.079Z | Checking hashlink v0.8.3 |
2011 | 2023-10-22T03:22:00.250Z | Checking olpc-cjson v0.1.3 |
2012 | 2023-10-22T03:22:00.575Z | Checking serde_plain v1.0.2 |
2013 | 2023-10-22T03:22:00.662Z | Compiling darling v0.14.4 |
2014 | 2023-10-22T03:22:00.764Z | Compiling which v4.4.0 |
2015 | 2023-10-22T03:22:00.836Z | Compiling derive_builder_core v0.12.0 |
2016 | 2023-10-22T03:22:00.937Z | Compiling ref-cast-impl v1.0.20 |
2017 | 2023-10-22T03:22:01.026Z | Compiling libxml v0.3.3 |
2018 | 2023-10-22T03:22:01.525Z | Checking fallible-streaming-iterator v0.1.9 |
2019 | 2023-10-22T03:22:01.579Z | Compiling peeking_take_while v0.1.2 |
2020 | 2023-10-22T03:22:01.787Z | Compiling rustc-hash v1.1.0 |
2021 | 2023-10-22T03:22:01.871Z | Compiling cexpr v0.6.0 |
2022 | 2023-10-22T03:22:02.013Z | Compiling lazycell v1.3.0 |
2023 | 2023-10-22T03:22:02.272Z | Compiling shlex v1.1.0 |
2024 | 2023-10-22T03:22:02.371Z | Checking rusqlite v0.29.0 |
2025 | 2023-10-22T03:22:02.674Z | Checking tough v0.12.5 |
2026 | 2023-10-22T03:22:02.695Z | Checking nix v0.26.2 |
2027 | 2023-10-22T03:22:04.595Z | Compiling derive_builder_macro v0.12.0 |
2028 | 2023-10-22T03:22:05.309Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2029 | 2023-10-22T03:22:05.748Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2030 | 2023-10-22T03:22:06.502Z | Checking twox-hash v1.6.3 |
2031 | 2023-10-22T03:22:06.543Z | Checking ff v0.13.0 |
2032 | 2023-10-22T03:22:06.865Z | Compiling strum_macros v0.24.3 |
2033 | 2023-10-22T03:22:08.322Z | Compiling indoc v1.0.9 |
2034 | 2023-10-22T03:22:08.713Z | Checking signature v1.6.4 |
2035 | 2023-10-22T03:22:08.731Z | Checking display-error-chain v0.1.1 |
2036 | 2023-10-22T03:22:08.899Z | Checking ed25519 v1.5.3 |
2037 | 2023-10-22T03:22:08.920Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2038 | 2023-10-22T03:22:09.150Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2039 | 2023-10-22T03:22:12.332Z | Checking group v0.13.0 |
2040 | 2023-10-22T03:22:12.697Z | Checking polyval v0.6.1 |
2041 | 2023-10-22T03:22:12.881Z | Checking num_enum v0.7.0 |
2042 | 2023-10-22T03:22:13.278Z | Checking ctr v0.9.2 |
2043 | 2023-10-22T03:22:13.590Z | Checking aes v0.8.3 |
2044 | 2023-10-22T03:22:13.593Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2045 | 2023-10-22T03:22:13.725Z | Checking crypto-bigint v0.5.2 |
2046 | 2023-10-22T03:22:13.895Z | Checking bincode v1.3.3 |
2047 | 2023-10-22T03:22:14.606Z | Compiling cookie v0.16.2 |
2048 | 2023-10-22T03:22:15.023Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2049 | 2023-10-22T03:22:15.896Z | Checking base16ct v0.2.0 |
2050 | 2023-10-22T03:22:16.507Z | Checking aes-gcm-siv v0.11.1 |
2051 | 2023-10-22T03:22:16.583Z | Checking rayon v1.7.0 |
2052 | 2023-10-22T03:22:16.610Z | Checking elliptic-curve v0.13.5 |
2053 | 2023-10-22T03:22:17.008Z | Checking steno v0.4.0 |
2054 | 2023-10-22T03:22:17.557Z | Checking poly1305 v0.8.0 |
2055 | 2023-10-22T03:22:17.791Z | Checking thiserror-no-std v2.0.2 |
2056 | 2023-10-22T03:22:17.947Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2057 | 2023-10-22T03:22:18.298Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2058 | 2023-10-22T03:22:18.439Z | Checking env_logger v0.9.3 |
2059 | 2023-10-22T03:22:18.485Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2060 | 2023-10-22T03:22:18.686Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2061 | 2023-10-22T03:22:20.051Z | Checking chacha20 v0.9.1 |
2062 | 2023-10-22T03:22:20.251Z | Checking serde-big-array v0.4.1 |
2063 | 2023-10-22T03:22:20.496Z | Checking serde-big-array v0.5.1 |
2064 | 2023-10-22T03:22:20.607Z | Compiling impl-trait-for-tuples v0.2.2 |
2065 | 2023-10-22T03:22:20.838Z | Compiling oso-derive v0.26.4 |
2066 | 2023-10-22T03:22:20.940Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2067 | 2023-10-22T03:22:21.136Z | Checking ringbuffer v0.15.0 |
2068 | 2023-10-22T03:22:21.528Z | Checking ascii v1.1.0 |
2069 | 2023-10-22T03:22:21.748Z | Checking vsss-rs v3.3.1 |
2070 | 2023-10-22T03:22:22.162Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2071 | 2023-10-22T03:22:22.332Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2072 | 2023-10-22T03:22:22.558Z | Checking chacha20poly1305 v0.10.1 |
2073 | 2023-10-22T03:22:22.846Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2074 | 2023-10-22T03:22:23.887Z | Checking bitstruct v0.1.1 |
2075 | 2023-10-22T03:22:24.608Z | Checking signal-hook-tokio v0.3.1 |
2076 | 2023-10-22T03:22:24.891Z | Checking tungstenite v0.20.1 |
2077 | 2023-10-22T03:22:24.950Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2078 | 2023-10-22T03:22:25.421Z | Checking serde_arrays v0.1.0 |
2079 | 2023-10-22T03:22:25.637Z | Checking corncobs v0.1.3 |
2080 | 2023-10-22T03:22:25.909Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2081 | 2023-10-22T03:22:26.386Z | Checking tokio-tungstenite v0.20.1 |
2082 | 2023-10-22T03:22:27.346Z | Checking assert_matches v1.5.0 |
2083 | 2023-10-22T03:22:27.481Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2084 | 2023-10-22T03:22:29.600Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2085 | 2023-10-22T03:22:29.719Z | Checking bcs v0.1.5 |
2086 | 2023-10-22T03:22:30.830Z | Checking highway v1.1.0 |
2087 | 2023-10-22T03:22:30.937Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2088 | 2023-10-22T03:22:33.709Z | Checking const_format v0.2.31 |
2089 | 2023-10-22T03:22:35.052Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2090 | 2023-10-22T03:22:35.332Z | Checking ron v0.7.1 |
2091 | 2023-10-22T03:22:37.011Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2092 | 2023-10-22T03:22:38.565Z | Checking bit_field v0.10.2 |
2093 | 2023-10-22T03:22:38.794Z | Checking http-range v0.1.5 |
2094 | 2023-10-22T03:22:39.047Z | Checking hyper-staticfile v0.9.5 |
2095 | 2023-10-22T03:22:39.804Z | Compiling indoc v2.0.3 |
2096 | 2023-10-22T03:22:45.671Z | Checking derive_builder v0.12.0 |
2097 | 2023-10-22T03:22:49.764Z | Checking bb8 v0.8.1 |
2098 | 2023-10-22T03:22:49.835Z | Checking quick-xml v0.23.1 |
2099 | 2023-10-22T03:22:49.856Z | Checking bytesize v1.3.0 |
2100 | 2023-10-22T03:22:50.228Z | Checking fs-err v2.9.0 |
2101 | 2023-10-22T03:22:50.705Z | Checking maplit v1.0.2 |
2102 | 2023-10-22T03:22:50.864Z | Checking number_prefix v0.4.0 |
2103 | 2023-10-22T03:22:51.181Z | Checking indicatif v0.17.7 |
2104 | 2023-10-22T03:22:52.386Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2105 | 2023-10-22T03:22:53.930Z | Checking signal-hook-mio v0.2.3 |
2106 | 2023-10-22T03:22:55.144Z | Compiling vte_generate_state_changes v0.1.1 |
2107 | 2023-10-22T03:23:03.268Z | Checking yansi v0.5.1 |
2108 | 2023-10-22T03:23:04.035Z | Checking pretty_assertions v1.4.0 |
2109 | 2023-10-22T03:23:05.695Z | Checking crossterm v0.27.0 |
2110 | 2023-10-22T03:23:06.524Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2111 | 2023-10-22T03:23:08.319Z | Checking fatfs v0.3.6 |
2112 | 2023-10-22T03:23:08.591Z | Checking cassowary v0.3.0 |
2113 | 2023-10-22T03:23:08.686Z | Checking plotters-backend v0.3.5 |
2114 | 2023-10-22T03:23:09.220Z | Checking ratatui v0.23.0 |
2115 | 2023-10-22T03:23:09.296Z | Checking plotters-svg v0.3.5 |
2116 | 2023-10-22T03:23:11.683Z | Checking rand v0.4.6 |
2117 | 2023-10-22T03:23:11.979Z | Checking rtoolbox v0.0.1 |
2118 | 2023-10-22T03:23:12.256Z | Checking remove_dir_all v0.5.3 |
2119 | 2023-10-22T03:23:12.599Z | Checking cast v0.3.0 |
2120 | 2023-10-22T03:23:13.134Z | Checking owo-colors v3.5.0 |
2121 | 2023-10-22T03:23:13.260Z | Checking tempdir v0.3.7 |
2122 | 2023-10-22T03:23:13.518Z | Checking tui-tree-widget v0.13.0 |
2123 | 2023-10-22T03:23:13.535Z | Checking criterion-plot v0.5.0 |
2124 | 2023-10-22T03:23:13.900Z | Checking rpassword v7.2.0 |
2125 | 2023-10-22T03:23:14.114Z | Checking plotters v0.3.5 |
2126 | 2023-10-22T03:23:17.900Z | Checking tinytemplate v1.2.1 |
2127 | 2023-10-22T03:23:18.274Z | Checking oorandom v11.1.3 |
2128 | 2023-10-22T03:23:18.522Z | Checking os_str_bytes v6.5.1 |
2129 | 2023-10-22T03:23:18.544Z | Checking anes v0.1.6 |
2130 | 2023-10-22T03:23:18.673Z | Checking shell-words v1.1.0 |
2131 | 2023-10-22T03:23:19.095Z | Checking clap_lex v0.2.4 |
2132 | 2023-10-22T03:23:19.153Z | Checking criterion v0.5.1 |
2133 | 2023-10-22T03:23:25.216Z | Checking assert_cmd v2.0.12 |
2134 | 2023-10-22T03:23:25.477Z | Compiling clap_derive v3.2.25 |
2135 | 2023-10-22T03:23:25.710Z | Checking dashmap v5.5.1 |
2136 | 2023-10-22T03:23:26.516Z | Compiling serial_test_derive v0.10.0 |
2137 | 2023-10-22T03:23:26.931Z | Compiling crossbeam-queue v0.3.8 |
2138 | 2023-10-22T03:23:28.125Z | Checking serial_test v0.10.0 |
2139 | 2023-10-22T03:23:29.129Z | Checking vte v0.11.1 |
2140 | 2023-10-22T03:23:29.159Z | Checking threadpool v1.8.1 |
2141 | 2023-10-22T03:23:31.751Z | Checking strip-ansi-escapes v0.2.0 |
2142 | 2023-10-22T03:23:31.993Z | Checking crossterm v0.26.1 |
2143 | 2023-10-22T03:23:32.920Z | Compiling tabled_derive v0.6.0 |
2144 | 2023-10-22T03:23:33.045Z | Checking clap v3.2.25 |
2145 | 2023-10-22T03:23:33.610Z | Checking httptest v0.15.4 |
2146 | 2023-10-22T03:23:33.796Z | Checking similar-asserts v1.5.0 |
2147 | 2023-10-22T03:23:34.152Z | Checking fd-lock v3.0.13 |
2148 | 2023-10-22T03:23:34.444Z | Checking nanorand v0.7.0 |
2149 | 2023-10-22T03:23:34.752Z | Compiling rstest_macros v0.18.2 |
2150 | 2023-10-22T03:23:34.805Z | Checking nu-ansi-term v0.49.0 |
2151 | 2023-10-22T03:23:35.306Z | Checking flume v0.11.0 |
2152 | 2023-10-22T03:23:35.499Z | Checking reedline v0.23.0 |
2153 | 2023-10-22T03:23:38.540Z | Checking libtest-mimic v0.5.2 |
2154 | 2023-10-22T03:23:38.842Z | Compiling pin-project-internal v1.1.3 |
2155 | 2023-10-22T03:23:39.267Z | Checking arrayvec v0.7.4 |
2156 | 2023-10-22T03:23:39.285Z | Checking datatest-stable v0.1.3 |
2157 | 2023-10-22T03:23:39.727Z | Compiling relative-path v1.9.0 |
2158 | 2023-10-22T03:23:39.742Z | Checking constant_time_eq v0.2.6 |
2159 | 2023-10-22T03:23:39.861Z | Checking topological-sort v0.2.2 |
2160 | 2023-10-22T03:23:39.920Z | Compiling trybuild v1.0.85 |
2161 | 2023-10-22T03:23:40.213Z | Checking arrayref v0.3.7 |
2162 | 2023-10-22T03:23:40.228Z | Checking bytecount v0.6.3 |
2163 | 2023-10-22T03:23:40.440Z | Checking papergrid v0.10.0 |
2164 | 2023-10-22T03:23:40.484Z | Checking blake2b_simd v1.0.1 |
2165 | 2023-10-22T03:23:43.216Z | Checking basic-toml v0.1.4 |
2166 | 2023-10-22T03:23:43.501Z | Checking pin-project v1.1.3 |
2167 | 2023-10-22T03:23:43.683Z | Checking constant_time_eq v0.3.0 |
2168 | 2023-10-22T03:23:43.927Z | Checking futures-timer v3.0.2 |
2169 | 2023-10-22T03:23:44.379Z | Checking rust-argon2 v1.0.1 |
2170 | 2023-10-22T03:23:44.638Z | Checking partial-io v0.5.4 |
2171 | 2023-10-22T03:23:45.289Z | Checking tabled v0.14.0 |
2172 | 2023-10-22T03:23:46.543Z | Checking approx v0.5.1 |
2173 | 2023-10-22T03:23:46.618Z | Checking cargo-platform v0.1.3 |
2174 | 2023-10-22T03:23:46.885Z | Checking hex-literal v0.4.1 |
2175 | 2023-10-22T03:23:47.091Z | Checking cargo_metadata v0.18.0 |
2176 | 2023-10-22T03:23:47.310Z | Checking crossbeam v0.8.2 |
2177 | 2023-10-22T03:23:49.982Z | Checking cargo_toml v0.16.3 |
2178 | 2023-10-22T03:23:50.597Z | Checking termios v0.3.3 |
2179 | 2023-10-22T03:23:53.212Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2180 | 2023-10-22T03:23:54.113Z | Checking rstest v0.18.2 |
2181 | 2023-10-22T03:24:02.928Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2182 | 2023-10-22T03:24:13.314Z | Compiling bzip2 v0.4.4 |
2183 | 2023-10-22T03:24:13.503Z | Compiling polar-core v0.26.4 |
2184 | 2023-10-22T03:24:13.747Z | Compiling zip v0.6.6 |
2185 | 2023-10-22T03:24:14.892Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2186 | 2023-10-22T03:24:15.849Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2187 | 2023-10-22T03:24:16.470Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2188 | 2023-10-22T03:24:16.669Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2189 | 2023-10-22T03:24:17.293Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2190 | 2023-10-22T03:24:17.720Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2191 | 2023-10-22T03:24:18.632Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2192 | 2023-10-22T03:24:19.013Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2193 | 2023-10-22T03:24:19.304Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2194 | 2023-10-22T03:24:19.362Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2195 | 2023-10-22T03:24:19.843Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2196 | 2023-10-22T03:24:20.100Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2197 | 2023-10-22T03:24:20.567Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2198 | 2023-10-22T03:24:21.061Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2199 | 2023-10-22T03:24:21.945Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2200 | 2023-10-22T03:24:24.953Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2201 | 2023-10-22T03:24:27.753Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2202 | 2023-10-22T03:24:35.213Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2203 | 2023-10-22T03:24:35.233Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2204 | 2023-10-22T03:24:37.736Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2205 | 2023-10-22T03:24:38.167Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2206 | 2023-10-22T03:24:40.408Z | Checking oso v0.26.4 |
2207 | 2023-10-22T03:24:40.554Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2208 | 2023-10-22T03:24:41.245Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2209 | 2023-10-22T03:24:42.330Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2210 | 2023-10-22T03:24:44.049Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2211 | 2023-10-22T03:24:45.417Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2212 | 2023-10-22T03:24:46.524Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2213 | 2023-10-22T03:24:48.572Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2214 | 2023-10-22T03:24:51.361Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2215 | 2023-10-22T03:24:52.904Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2216 | 2023-10-22T03:24:53.002Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2217 | 2023-10-22T03:25:01.654Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2218 | 2023-10-22T03:25:07.524Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2219 | 2023-10-22T03:25:09.167Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2220 | 2023-10-22T03:25:09.910Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2221 | 2023-10-22T03:25:10.786Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2222 | 2023-10-22T03:25:11.033Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2223 | 2023-10-22T03:25:11.397Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2224 | 2023-10-22T03:25:12.200Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2225 | 2023-10-22T03:25:15.924Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2226 | 2023-10-22T03:25:17.615Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2227 | 2023-10-22T03:25:17.650Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2228 | 2023-10-22T03:25:22.275Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2229 | 2023-10-22T03:25:24.659Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2230 | 2023-10-22T03:25:27.588Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2231 | 2023-10-22T03:25:29.474Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2232 | 2023-10-22T03:25:32.745Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2233 | 2023-10-22T03:25:36.856Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2234 | 2023-10-22T03:25:38.408Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2235 | 2023-10-22T03:25:39.033Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2236 | 2023-10-22T03:25:40.738Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2237 | 2023-10-22T03:25:49.414Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2238 | 2023-10-22T03:25:50.075Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2239 | 2023-10-22T03:25:50.582Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2240 | 2023-10-22T03:25:55.700Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2241 | 2023-10-22T03:25:58.555Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2242 | 2023-10-22T03:26:12.201Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2243 | 2023-10-22T03:26:34.811Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2244 | 2023-10-22T03:26:46.853Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2245 | 2023-10-22T03:27:12.733Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2246 | 2023-10-22T03:27:55.526Z | Compiling git2 v0.17.2 |
2247 | 2023-10-22T03:28:03.941Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2248 | 2023-10-22T03:28:06.462Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2249 | 2023-10-22T03:28:17.586Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2250 | 2023-10-22T03:28:27.367Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2251 | 2023-10-22T03:28:27.698Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2252 | 2023-10-22T03:28:28.192Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2253 | 2023-10-22T03:28:29.725Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2254 | 2023-10-22T03:29:03.478Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2255 | 2023-10-22T03:30:30.458Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 24s |
2256 | 2023-10-22T03:30:30.680Z | |
2257 | 2023-10-22T03:30:30.683Z | real 14:27.811296982 |
2258 | 2023-10-22T03:30:30.686Z | user 1:25:18.186106662 |
2259 | 2023-10-22T03:30:30.689Z | sys 11:26.963782215 |
2260 | 2023-10-22T03:30:30.692Z | trap 3.180852186 |
2261 | 2023-10-22T03:30:30.695Z | tflt 3.483255551 |
2262 | 2023-10-22T03:30:30.697Z | dflt 4.327303865 |
2263 | 2023-10-22T03:30:30.700Z | kflt 0.020099563 |
2264 | 2023-10-22T03:30:30.703Z | lock 1:56:20.378638468 |
2265 | 2023-10-22T03:30:30.706Z | slp 4:46:21.599867491 |
2266 | 2023-10-22T03:30:30.709Z | lat 3:14.635702882 |
2267 | 2023-10-22T03:30:30.711Z | stop 7:35.060508742 |
2268 | 2023-10-22T03:30:31.951Z | warning: output filename collision. |
2269 | 2023-10-22T03:30:31.954Z | 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)`. |
2270 | 2023-10-22T03:30:31.957Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
2271 | 2023-10-22T03:30:31.960Z | The targets should have unique names. |
2272 | 2023-10-22T03:30:31.963Z | This is a known bug where multiple crates with the same name use |
2273 | 2023-10-22T03:30:31.966Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2274 | 2023-10-22T03:30:31.969Z | warning: output filename collision. |
2275 | 2023-10-22T03:30:31.972Z | 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)`. |
2276 | 2023-10-22T03:30:31.975Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2277 | 2023-10-22T03:30:31.977Z | The targets should have unique names. |
2278 | 2023-10-22T03:30:31.981Z | This is a known bug where multiple crates with the same name use |
2279 | 2023-10-22T03:30:31.986Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2280 | 2023-10-22T03:30:31.990Z | warning: output filename collision. |
2281 | 2023-10-22T03:30:31.994Z | 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)`. |
2282 | 2023-10-22T03:30:31.997Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
2283 | 2023-10-22T03:30:32.003Z | The targets should have unique names. |
2284 | 2023-10-22T03:30:32.005Z | This is a known bug where multiple crates with the same name use |
2285 | 2023-10-22T03:30:32.009Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2286 | 2023-10-22T03:30:32.011Z | warning: output filename collision. |
2287 | 2023-10-22T03:30:32.014Z | 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)`. |
2288 | 2023-10-22T03:30:32.017Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
2289 | 2023-10-22T03:30:32.020Z | The targets should have unique names. |
2290 | 2023-10-22T03:30:32.023Z | This is a known bug where multiple crates with the same name use |
2291 | 2023-10-22T03:30:32.026Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2292 | 2023-10-22T03:30:32.029Z | warning: output filename collision. |
2293 | 2023-10-22T03:30:32.032Z | 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`. |
2294 | 2023-10-22T03:30:32.035Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2295 | 2023-10-22T03:30:32.038Z | The targets should have unique names. |
2296 | 2023-10-22T03:30:32.041Z | This is a known bug where multiple crates with the same name use |
2297 | 2023-10-22T03:30:32.045Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2298 | 2023-10-22T03:30:32.076Z | warning: output filename collision. |
2299 | 2023-10-22T03:30:32.080Z | 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)`. |
2300 | 2023-10-22T03:30:32.082Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
2301 | 2023-10-22T03:30:32.085Z | The targets should have unique names. |
2302 | 2023-10-22T03:30:32.088Z | This is a known bug where multiple crates with the same name use |
2303 | 2023-10-22T03:30:32.091Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2304 | 2023-10-22T03:30:32.093Z | warning: output filename collision. |
2305 | 2023-10-22T03:30:32.096Z | 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)`. |
2306 | 2023-10-22T03:30:32.099Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
2307 | 2023-10-22T03:30:32.102Z | The targets should have unique names. |
2308 | 2023-10-22T03:30:32.105Z | This is a known bug where multiple crates with the same name use |
2309 | 2023-10-22T03:30:32.108Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2310 | 2023-10-22T03:30:32.111Z | warning: output filename collision. |
2311 | 2023-10-22T03:30:32.114Z | 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)`. |
2312 | 2023-10-22T03:30:32.117Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2313 | 2023-10-22T03:30:32.120Z | The targets should have unique names. |
2314 | 2023-10-22T03:30:32.122Z | This is a known bug where multiple crates with the same name use |
2315 | 2023-10-22T03:30:32.125Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2316 | 2023-10-22T03:30:32.127Z | warning: output filename collision. |
2317 | 2023-10-22T03:30:32.130Z | 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)`. |
2318 | 2023-10-22T03:30:32.133Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2319 | 2023-10-22T03:30:32.137Z | The targets should have unique names. |
2320 | 2023-10-22T03:30:32.140Z | This is a known bug where multiple crates with the same name use |
2321 | 2023-10-22T03:30:32.146Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2322 | 2023-10-22T03:30:32.150Z | warning: output filename collision. |
2323 | 2023-10-22T03:30:32.152Z | 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)`. |
2324 | 2023-10-22T03:30:32.155Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
2325 | 2023-10-22T03:30:32.158Z | The targets should have unique names. |
2326 | 2023-10-22T03:30:32.161Z | This is a known bug where multiple crates with the same name use |
2327 | 2023-10-22T03:30:32.164Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2328 | 2023-10-22T03:30:32.166Z | warning: output filename collision. |
2329 | 2023-10-22T03:30:32.169Z | 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)`. |
2330 | 2023-10-22T03:30:32.172Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2331 | 2023-10-22T03:30:32.175Z | The targets should have unique names. |
2332 | 2023-10-22T03:30:32.178Z | This is a known bug where multiple crates with the same name use |
2333 | 2023-10-22T03:30:32.181Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2334 | 2023-10-22T03:30:32.558Z | Checking unicode-ident v1.0.12 |
2335 | 2023-10-22T03:30:32.582Z | Documenting libc v0.2.149 |
2336 | 2023-10-22T03:30:32.592Z | Documenting cfg-if v1.0.0 |
2337 | 2023-10-22T03:30:32.613Z | Checking libc v0.2.149 |
2338 | 2023-10-22T03:30:32.636Z | Checking serde v1.0.188 |
2339 | 2023-10-22T03:30:32.652Z | Checking cfg-if v1.0.0 |
2340 | 2023-10-22T03:30:32.668Z | Documenting log v0.4.20 |
2341 | 2023-10-22T03:30:32.685Z | Documenting itoa v1.0.9 |
2342 | 2023-10-22T03:30:32.771Z | Documenting scopeguard v1.2.0 |
2343 | 2023-10-22T03:30:32.785Z | Checking proc-macro2 v1.0.67 |
2344 | 2023-10-22T03:30:33.808Z | Checking quote v1.0.33 |
2345 | 2023-10-22T03:30:34.338Z | Checking syn v2.0.32 |
2346 | 2023-10-22T03:30:34.458Z | Checking syn v1.0.109 |
2347 | 2023-10-22T03:30:36.610Z | Checking once_cell v1.18.0 |
2348 | 2023-10-22T03:30:36.719Z | Documenting once_cell v1.18.0 |
2349 | 2023-10-22T03:30:36.853Z | Documenting memchr v2.6.3 |
2350 | 2023-10-22T03:30:37.095Z | Documenting smallvec v1.11.0 |
2351 | 2023-10-22T03:30:38.993Z | Documenting lock_api v0.4.10 |
2352 | 2023-10-22T03:30:39.736Z | Documenting getrandom v0.2.10 |
2353 | 2023-10-22T03:30:41.439Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2354 | 2023-10-22T03:30:41.870Z | Documenting libm v0.2.7 |
2355 | 2023-10-22T03:30:42.096Z | Documenting parking_lot_core v0.9.8 |
2356 | 2023-10-22T03:30:43.130Z | Documenting pin-project-lite v0.2.13 |
2357 | 2023-10-22T03:30:43.646Z | Documenting signal-hook-registry v1.4.1 |
2358 | 2023-10-22T03:30:43.932Z | Checking itoa v1.0.9 |
2359 | 2023-10-22T03:30:44.256Z | Documenting mio v0.8.8 |
2360 | 2023-10-22T03:30:44.642Z | Documenting num_cpus v1.16.0 |
2361 | 2023-10-22T03:30:44.976Z | Documenting serde_derive v1.0.188 |
2362 | 2023-10-22T03:30:45.951Z | Documenting rand_core v0.6.4 |
2363 | 2023-10-22T03:30:46.860Z | Documenting zeroize_derive v1.4.2 |
2364 | 2023-10-22T03:30:47.127Z | Documenting num-traits v0.2.16 |
2365 | 2023-10-22T03:30:48.275Z | Documenting parking_lot v0.12.1 |
2366 | 2023-10-22T03:30:49.700Z | Documenting thiserror-impl v1.0.49 |
2367 | 2023-10-22T03:30:50.587Z | Documenting typenum v1.16.0 |
2368 | 2023-10-22T03:30:50.631Z | Documenting futures-core v0.3.28 |
2369 | 2023-10-22T03:30:51.969Z | Documenting ryu v1.0.15 |
2370 | 2023-10-22T03:30:54.251Z | Documenting zeroize v1.6.0 |
2371 | 2023-10-22T03:30:54.287Z | Documenting tokio-macros v2.1.0 |
2372 | 2023-10-22T03:30:54.466Z | Documenting socket2 v0.5.4 |
2373 | 2023-10-22T03:30:55.728Z | Documenting serde v1.0.188 |
2374 | 2023-10-22T03:30:55.984Z | Checking thiserror v1.0.49 |
2375 | 2023-10-22T03:30:56.182Z | Documenting subtle v2.5.0 |
2376 | 2023-10-22T03:30:56.349Z | Checking ryu v1.0.15 |
2377 | 2023-10-22T03:30:56.715Z | Documenting pin-utils v0.1.0 |
2378 | 2023-10-22T03:30:57.575Z | Documenting thiserror v1.0.49 |
2379 | 2023-10-22T03:30:58.354Z | Checking memchr v2.6.3 |
2380 | 2023-10-22T03:30:59.776Z | Documenting futures-sink v0.3.28 |
2381 | 2023-10-22T03:31:00.267Z | Documenting generic-array v0.14.7 |
2382 | 2023-10-22T03:31:01.037Z | Documenting byteorder v1.4.3 |
2383 | 2023-10-22T03:31:01.679Z | Checking serde_json v1.0.107 |
2384 | 2023-10-22T03:31:02.081Z | Documenting iana-time-zone v0.1.57 |
2385 | 2023-10-22T03:31:03.787Z | Checking heck v0.4.1 |
2386 | 2023-10-22T03:31:04.108Z | Documenting futures-macro v0.3.28 |
2387 | 2023-10-22T03:31:04.322Z | Checking getrandom v0.2.10 |
2388 | 2023-10-22T03:31:04.393Z | Documenting futures-task v0.3.28 |
2389 | 2023-10-22T03:31:04.692Z | Documenting slab v0.4.9 |
2390 | 2023-10-22T03:31:05.922Z | Documenting futures-channel v0.3.28 |
2391 | 2023-10-22T03:31:06.826Z | Documenting const-oid v0.9.5 |
2392 | 2023-10-22T03:31:07.301Z | Documenting crypto-common v0.1.6 |
2393 | 2023-10-22T03:31:07.924Z | Documenting futures-io v0.3.28 |
2394 | 2023-10-22T03:31:10.187Z | Checking bytes v1.5.0 |
2395 | 2023-10-22T03:31:10.738Z | Documenting ppv-lite86 v0.2.17 |
2396 | 2023-10-22T03:31:11.431Z | Checking log v0.4.20 |
2397 | 2023-10-22T03:31:11.663Z | Documenting tinyvec_macros v0.1.1 |
2398 | 2023-10-22T03:31:11.861Z | Checking byteorder v1.4.3 |
2399 | 2023-10-22T03:31:12.008Z | Documenting block-buffer v0.10.4 |
2400 | 2023-10-22T03:31:12.534Z | Documenting tracing-attributes v0.1.26 |
2401 | 2023-10-22T03:31:13.361Z | Documenting tracing-core v0.1.31 |
2402 | 2023-10-22T03:31:13.690Z | Documenting futures-util v0.3.28 |
2403 | 2023-10-22T03:31:15.424Z | Checking fnv v1.0.7 |
2404 | 2023-10-22T03:31:15.616Z | Checking serde_derive_internals v0.26.0 |
2405 | 2023-10-22T03:31:15.760Z | Documenting rand_chacha v0.3.1 |
2406 | 2023-10-22T03:31:15.824Z | Documenting tinyvec v1.6.0 |
2407 | 2023-10-22T03:31:16.615Z | Documenting serde_derive_internals v0.26.0 |
2408 | 2023-10-22T03:31:17.887Z | Documenting digest v0.10.7 |
2409 | 2023-10-22T03:31:21.105Z | Documenting dyn-clone v1.0.13 |
2410 | 2023-10-22T03:31:21.709Z | Documenting base64 v0.21.4 |
2411 | 2023-10-22T03:31:21.871Z | Documenting rand v0.8.5 |
2412 | 2023-10-22T03:31:25.651Z | Documenting schemars_derive v0.8.13 |
2413 | 2023-10-22T03:31:25.757Z | Documenting unicode-normalization v0.1.22 |
2414 | 2023-10-22T03:31:27.163Z | Checking ucd-trie v0.1.6 |
2415 | 2023-10-22T03:31:27.489Z | Documenting fnv v1.0.7 |
2416 | 2023-10-22T03:31:28.451Z | Documenting cpufeatures v0.2.9 |
2417 | 2023-10-22T03:31:28.813Z | Documenting bytes v1.5.0 |
2418 | 2023-10-22T03:31:29.047Z | Documenting serde_json v1.0.107 |
2419 | 2023-10-22T03:31:29.617Z | Documenting bitflags v2.4.0 |
2420 | 2023-10-22T03:31:32.693Z | Documenting chrono v0.4.31 |
2421 | 2023-10-22T03:31:33.318Z | Documenting uuid v1.4.1 |
2422 | 2023-10-22T03:31:34.028Z | Checking pest v2.7.2 |
2423 | 2023-10-22T03:31:34.918Z | Checking libm v0.2.7 |
2424 | 2023-10-22T03:31:36.090Z | Documenting tokio v1.33.0 |
2425 | 2023-10-22T03:31:36.567Z | Documenting unicode-bidi v0.3.13 |
2426 | 2023-10-22T03:31:36.682Z | Checking num-traits v0.2.16 |
2427 | 2023-10-22T03:31:38.089Z | Documenting http v0.2.9 |
2428 | 2023-10-22T03:31:38.265Z | Documenting lazy_static v1.4.0 |
2429 | 2023-10-22T03:31:39.422Z | Documenting percent-encoding v2.3.0 |
2430 | 2023-10-22T03:31:40.192Z | Documenting ahash v0.8.3 |
2431 | 2023-10-22T03:31:40.360Z | Documenting tracing v0.1.37 |
2432 | 2023-10-22T03:31:42.055Z | Documenting schemars v0.8.13 |
2433 | 2023-10-22T03:31:42.394Z | Checking ahash v0.8.3 |
2434 | 2023-10-22T03:31:42.692Z | Checking time-core v0.1.1 |
2435 | 2023-10-22T03:31:42.913Z | Documenting allocator-api2 v0.2.16 |
2436 | 2023-10-22T03:31:42.953Z | Documenting unicode-ident v1.0.12 |
2437 | 2023-10-22T03:31:45.499Z | Documenting form_urlencoded v1.2.0 |
2438 | 2023-10-22T03:31:46.246Z | Documenting untrusted v0.7.1 |
2439 | 2023-10-22T03:31:46.539Z | Documenting adler v1.0.2 |
2440 | 2023-10-22T03:31:47.085Z | Documenting proc-macro2 v1.0.67 |
2441 | 2023-10-22T03:31:47.863Z | Documenting hashbrown v0.14.0 |
2442 | 2023-10-22T03:31:50.534Z | Documenting ring v0.16.20 |
2443 | 2023-10-22T03:31:50.604Z | Documenting miniz_oxide v0.7.1 |
2444 | 2023-10-22T03:31:51.231Z | Documenting idna v0.4.0 |
2445 | 2023-10-22T03:31:51.269Z | Documenting httparse v1.8.0 |
2446 | 2023-10-22T03:31:52.526Z | Documenting equivalent v1.0.1 |
2447 | 2023-10-22T03:31:53.728Z | Documenting quote v1.0.33 |
2448 | 2023-10-22T03:31:55.531Z | Checking zerocopy v0.3.0 |
2449 | 2023-10-22T03:31:55.637Z | Checking uuid v1.4.1 |
2450 | 2023-10-22T03:31:56.467Z | Checking iana-time-zone v0.1.57 |
2451 | 2023-10-22T03:31:56.600Z | Checking dof v0.1.5 |
2452 | 2023-10-22T03:31:56.686Z | Checking chrono v0.4.31 |
2453 | 2023-10-22T03:31:56.768Z | Documenting indexmap v2.0.0 |
2454 | 2023-10-22T03:31:57.293Z | Checking dtrace-parser v0.1.14 |
2455 | 2023-10-22T03:31:57.484Z | Checking thread-id v4.2.0 |
2456 | 2023-10-22T03:31:57.641Z | Documenting slog v2.7.0 |
2457 | 2023-10-22T03:31:57.888Z | Documenting url v2.4.1 |
2458 | 2023-10-22T03:31:58.075Z | Documenting httpdate v1.0.3 |
2459 | 2023-10-22T03:31:58.807Z | Documenting sct v0.7.0 |
2460 | 2023-10-22T03:32:00.340Z | Documenting rustls-webpki v0.101.4 |
2461 | 2023-10-22T03:32:00.425Z | Documenting openssl-probe v0.1.5 |
2462 | 2023-10-22T03:32:04.201Z | Documenting try-lock v0.2.4 |
2463 | 2023-10-22T03:32:04.234Z | Checking usdt-impl v0.3.5 |
2464 | 2023-10-22T03:32:04.699Z | Documenting http-body v0.4.5 |
2465 | 2023-10-22T03:32:04.838Z | Documenting rustls-pemfile v1.0.3 |
2466 | 2023-10-22T03:32:04.976Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2467 | 2023-10-22T03:32:05.166Z | Documenting openssl-macros v0.1.1 |
2468 | 2023-10-22T03:32:06.262Z | Documenting aho-corasick v1.0.4 |
2469 | 2023-10-22T03:32:06.627Z | Documenting openssl-sys v0.9.93 |
2470 | 2023-10-22T03:32:06.772Z | Documenting tokio-util v0.7.8 |
2471 | 2023-10-22T03:32:06.982Z | Documenting rustls v0.21.7 |
2472 | 2023-10-22T03:32:08.349Z | Documenting want v0.3.1 |
2473 | 2023-10-22T03:32:11.037Z | Documenting tower-service v0.3.2 |
2474 | 2023-10-22T03:32:11.435Z | Documenting gimli v0.28.0 |
2475 | 2023-10-22T03:32:12.266Z | Documenting regex-syntax v0.7.5 |
2476 | 2023-10-22T03:32:13.579Z | Documenting mime v0.3.17 |
2477 | 2023-10-22T03:32:14.419Z | Documenting time-macros v0.2.13 |
2478 | 2023-10-22T03:32:15.494Z | Documenting h2 v0.3.21 |
2479 | 2023-10-22T03:32:17.311Z | Documenting async-trait v0.1.73 |
2480 | 2023-10-22T03:32:18.127Z | Documenting openssl v0.10.57 |
2481 | 2023-10-22T03:32:19.721Z | Documenting tokio-rustls v0.24.1 |
2482 | 2023-10-22T03:32:20.458Z | Documenting object v0.32.1 |
2483 | 2023-10-22T03:32:21.749Z | Documenting addr2line v0.21.0 |
2484 | 2023-10-22T03:32:22.694Z | Documenting errno v0.3.2 |
2485 | 2023-10-22T03:32:23.241Z | Documenting regex-automata v0.3.8 |
2486 | 2023-10-22T03:32:25.641Z | Documenting ipnet v2.8.0 |
2487 | 2023-10-22T03:32:27.233Z | Documenting time-core v0.1.1 |
2488 | 2023-10-22T03:32:27.455Z | Checking allocator-api2 v0.2.16 |
2489 | 2023-10-22T03:32:27.975Z | Checking dyn-clone v1.0.13 |
2490 | 2023-10-22T03:32:28.182Z | Documenting rustc-demangle v0.1.23 |
2491 | 2023-10-22T03:32:28.470Z | Documenting num_threads v0.1.6 |
2492 | 2023-10-22T03:32:31.589Z | Documenting deranged v0.3.8 |
2493 | 2023-10-22T03:32:31.785Z | Documenting hyper v0.14.27 |
2494 | 2023-10-22T03:32:31.919Z | Documenting unicode-width v0.1.10 |
2495 | 2023-10-22T03:32:32.025Z | Checking hashbrown v0.14.0 |
2496 | 2023-10-22T03:32:32.426Z | Checking schemars v0.8.13 |
2497 | 2023-10-22T03:32:33.714Z | Documenting rustix v0.38.9 |
2498 | 2023-10-22T03:32:34.459Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2499 | 2023-10-22T03:32:34.898Z | Checking pest_meta v2.7.2 |
2500 | 2023-10-22T03:32:36.160Z | Documenting crossbeam-utils v0.8.16 |
2501 | 2023-10-22T03:32:36.448Z | Checking equivalent v1.0.1 |
2502 | 2023-10-22T03:32:36.603Z | Checking indexmap v2.0.0 |
2503 | 2023-10-22T03:32:36.607Z | Documenting regex v1.9.5 |
2504 | 2023-10-22T03:32:38.477Z | Documenting native-tls v0.2.11 |
2505 | 2023-10-22T03:32:39.189Z | Documenting time v0.3.27 |
2506 | 2023-10-22T03:32:39.384Z | Documenting backtrace v0.3.69 |
2507 | 2023-10-22T03:32:43.347Z | Checking hashbrown v0.13.2 |
2508 | 2023-10-22T03:32:45.096Z | Documenting pest_meta v2.7.2 |
2509 | 2023-10-22T03:32:45.113Z | Checking http v0.2.9 |
2510 | 2023-10-22T03:32:45.303Z | Checking aho-corasick v1.0.4 |
2511 | 2023-10-22T03:32:46.700Z | Documenting encoding_rs v0.8.33 |
2512 | 2023-10-22T03:32:47.406Z | Checking regex-syntax v0.7.5 |
2513 | 2023-10-22T03:32:47.674Z | Documenting anyhow v1.0.75 |
2514 | 2023-10-22T03:32:47.854Z | Documenting tokio-native-tls v0.3.1 |
2515 | 2023-10-22T03:32:48.084Z | Checking pest_generator v2.7.2 |
2516 | 2023-10-22T03:32:49.316Z | Documenting rustls-native-certs v0.6.3 |
2517 | 2023-10-22T03:32:50.848Z | Documenting serde_urlencoded v0.7.1 |
2518 | 2023-10-22T03:32:51.208Z | Documenting ucd-trie v0.1.6 |
2519 | 2023-10-22T03:32:51.772Z | Documenting pest_generator v2.7.2 |
2520 | 2023-10-22T03:32:52.806Z | Checking regex-automata v0.3.8 |
2521 | 2023-10-22T03:32:54.072Z | Checking serde_tokenstream v0.1.7 |
2522 | 2023-10-22T03:32:54.655Z | Documenting webpki-roots v0.25.2 |
2523 | 2023-10-22T03:32:55.426Z | Documenting hyper-rustls v0.24.1 |
2524 | 2023-10-22T03:32:55.786Z | Documenting syn v2.0.32 |
2525 | 2023-10-22T03:32:56.627Z | Documenting hyper-tls v0.5.0 |
2526 | 2023-10-22T03:32:57.307Z | Documenting pest v2.7.2 |
2527 | 2023-10-22T03:32:57.617Z | Documenting dof v0.1.5 |
2528 | 2023-10-22T03:32:59.386Z | Documenting pest_derive v2.7.2 |
2529 | 2023-10-22T03:32:59.731Z | Checking regex v1.9.5 |
2530 | 2023-10-22T03:33:00.775Z | Documenting thread-id v4.2.0 |
2531 | 2023-10-22T03:33:01.047Z | Checking unicode-width v0.1.10 |
2532 | 2023-10-22T03:33:01.270Z | Documenting usdt-macro v0.3.5 |
2533 | 2023-10-22T03:33:04.004Z | Documenting usdt-attr-macro v0.3.5 |
2534 | 2023-10-22T03:33:05.343Z | Documenting openapiv3 v1.0.3 |
2535 | 2023-10-22T03:33:06.205Z | Documenting ipnetwork v0.20.0 |
2536 | 2023-10-22T03:33:06.594Z | Documenting dtrace-parser v0.1.14 |
2537 | 2023-10-22T03:33:06.848Z | Documenting sha2 v0.10.8 |
2538 | 2023-10-22T03:33:07.113Z | Documenting reqwest v0.11.20 |
2539 | 2023-10-22T03:33:08.834Z | Documenting futures-executor v0.3.28 |
2540 | 2023-10-22T03:33:11.452Z | Checking serde_tokenstream v0.2.0 |
2541 | 2023-10-22T03:33:12.028Z | Documenting spin v0.9.8 |
2542 | 2023-10-22T03:33:12.691Z | Documenting usdt-impl v0.3.5 |
2543 | 2023-10-22T03:33:13.956Z | Checking strsim v0.10.0 |
2544 | 2023-10-22T03:33:14.308Z | Checking regress v0.7.1 |
2545 | 2023-10-22T03:33:14.497Z | Documenting hex v0.4.3 |
2546 | 2023-10-22T03:33:15.304Z | Documenting hmac v0.12.1 |
2547 | 2023-10-22T03:33:15.616Z | Documenting fallible-iterator v0.2.0 |
2548 | 2023-10-22T03:33:16.486Z | Documenting futures v0.3.28 |
2549 | 2023-10-22T03:33:19.447Z | Checking typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2550 | 2023-10-22T03:33:20.672Z | Documenting usdt v0.3.5 |
2551 | 2023-10-22T03:33:21.074Z | Checking openapiv3 v1.0.3 |
2552 | 2023-10-22T03:33:22.478Z | Documenting stringprep v0.1.3 |
2553 | 2023-10-22T03:33:22.771Z | Documenting semver v1.0.18 |
2554 | 2023-10-22T03:33:22.820Z | Documenting md-5 v0.10.5 |
2555 | 2023-10-22T03:33:22.867Z | Documenting regress v0.7.1 |
2556 | 2023-10-22T03:33:26.680Z | Documenting utf8parse v0.2.1 |
2557 | 2023-10-22T03:33:28.400Z | Documenting siphasher v0.3.11 |
2558 | 2023-10-22T03:33:28.415Z | Documenting block-padding v0.3.3 |
2559 | 2023-10-22T03:33:28.928Z | Documenting heck v0.4.1 |
2560 | 2023-10-22T03:33:29.182Z | Checking unsafe-libyaml v0.2.9 |
2561 | 2023-10-22T03:33:29.865Z | Documenting postgres-protocol v0.6.6 |
2562 | 2023-10-22T03:33:29.868Z | Documenting static_assertions v1.1.0 |
2563 | 2023-10-22T03:33:31.007Z | Documenting typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2564 | 2023-10-22T03:33:31.226Z | Checking typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2565 | 2023-10-22T03:33:31.430Z | Checking getopts v0.2.21 |
2566 | 2023-10-22T03:33:31.938Z | Documenting toml_datetime v0.6.3 |
2567 | 2023-10-22T03:33:32.592Z | Documenting num-integer v0.1.45 |
2568 | 2023-10-22T03:33:32.869Z | Documenting phf_shared v0.11.2 |
2569 | 2023-10-22T03:33:34.350Z | Documenting either v1.9.0 |
2570 | 2023-10-22T03:33:34.931Z | Documenting inout v0.1.3 |
2571 | 2023-10-22T03:33:35.213Z | Documenting typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2572 | 2023-10-22T03:33:38.357Z | Documenting whoami v1.4.1 |
2573 | 2023-10-22T03:33:38.911Z | Documenting postgres-types v0.2.6 |
2574 | 2023-10-22T03:33:38.987Z | Documenting phf v0.11.2 |
2575 | 2023-10-22T03:33:39.180Z | Documenting unsafe-libyaml v0.2.9 |
2576 | 2023-10-22T03:33:40.403Z | Checking ident_case v1.0.1 |
2577 | 2023-10-22T03:33:40.568Z | Checking progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2578 | 2023-10-22T03:33:43.895Z | Checking serde_yaml v0.9.25 |
2579 | 2023-10-22T03:33:44.350Z | Documenting cipher v0.4.4 |
2580 | 2023-10-22T03:33:44.399Z | Documenting progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2581 | 2023-10-22T03:33:44.425Z | Documenting getopts v0.2.21 |
2582 | 2023-10-22T03:33:44.469Z | Documenting zerocopy v0.6.4 |
2583 | 2023-10-22T03:33:44.988Z | Documenting serde_yaml v0.9.25 |
2584 | 2023-10-22T03:33:45.624Z | Documenting data-encoding v2.4.0 |
2585 | 2023-10-22T03:33:46.958Z | Documenting typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2586 | 2023-10-22T03:33:49.091Z | Documenting tokio-postgres v0.7.10 |
2587 | 2023-10-22T03:33:50.313Z | Documenting anstyle v1.0.2 |
2588 | 2023-10-22T03:33:50.366Z | Documenting anstyle-parse v0.2.1 |
2589 | 2023-10-22T03:33:51.302Z | Documenting crossbeam-channel v0.5.8 |
2590 | 2023-10-22T03:33:51.765Z | Documenting anstyle-query v1.0.0 |
2591 | 2023-10-22T03:33:53.283Z | Documenting colorchoice v1.0.0 |
2592 | 2023-10-22T03:33:54.386Z | Documenting progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2593 | 2023-10-22T03:33:55.032Z | Documenting match_cfg v0.1.0 |
2594 | 2023-10-22T03:33:56.336Z | Documenting itertools v0.11.0 |
2595 | 2023-10-22T03:33:57.470Z | Documenting terminal_size v0.2.6 |
2596 | 2023-10-22T03:33:57.677Z | Documenting progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2597 | 2023-10-22T03:33:57.742Z | Documenting anstream v0.5.0 |
2598 | 2023-10-22T03:33:58.206Z | Documenting dirs-sys-next v0.1.2 |
2599 | 2023-10-22T03:33:59.119Z | Documenting hostname v0.3.1 |
2600 | 2023-10-22T03:34:03.661Z | Documenting tap v1.0.1 |
2601 | 2023-10-22T03:34:03.693Z | Documenting clap_lex v0.5.1 |
2602 | 2023-10-22T03:34:04.010Z | Documenting strsim v0.10.0 |
2603 | 2023-10-22T03:34:04.259Z | Documenting dirs-next v2.0.0 |
2604 | 2023-10-22T03:34:05.288Z | Documenting clap_derive v4.4.2 |
2605 | 2023-10-22T03:34:05.897Z | Documenting thread_local v1.1.7 |
2606 | 2023-10-22T03:34:07.878Z | Documenting crc32fast v1.3.2 |
2607 | 2023-10-22T03:34:07.913Z | Documenting wyz v0.5.1 |
2608 | 2023-10-22T03:34:09.622Z | Documenting progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2609 | 2023-10-22T03:34:09.803Z | Documenting radium v0.7.0 |
2610 | 2023-10-22T03:34:09.953Z | Documenting clap_builder v4.4.2 |
2611 | 2023-10-22T03:34:10.680Z | Documenting funty v2.0.0 |
2612 | 2023-10-22T03:34:12.131Z | Documenting term v0.7.0 |
2613 | 2023-10-22T03:34:12.421Z | Documenting num-iter v0.1.43 |
2614 | 2023-10-22T03:34:13.665Z | Documenting sha1 v0.10.5 |
2615 | 2023-10-22T03:34:13.915Z | Documenting enum-as-inner v0.5.1 |
2616 | 2023-10-22T03:34:14.164Z | Documenting atty v0.2.14 |
2617 | 2023-10-22T03:34:15.407Z | Documenting bitvec v1.0.1 |
2618 | 2023-10-22T03:34:18.981Z | Documenting memoffset v0.9.0 |
2619 | 2023-10-22T03:34:19.007Z | Documenting take_mut v0.2.2 |
2620 | 2023-10-22T03:34:19.211Z | Documenting slog-term v2.9.0 |
2621 | 2023-10-22T03:34:19.768Z | Documenting clap v4.4.3 |
2622 | 2023-10-22T03:34:20.717Z | Documenting flate2 v1.0.27 |
2623 | 2023-10-22T03:34:20.974Z | Documenting trust-dns-proto v0.22.0 |
2624 | 2023-10-22T03:34:22.560Z | Documenting crossbeam-epoch v0.9.15 |
2625 | 2023-10-22T03:34:25.211Z | Documenting slog-async v2.8.0 |
2626 | 2023-10-22T03:34:26.070Z | Documenting slog-json v2.6.1 |
2627 | 2023-10-22T03:34:26.087Z | Documenting camino v1.1.6 |
2628 | 2023-10-22T03:34:26.335Z | Documenting paste v1.0.14 |
2629 | 2023-10-22T03:34:26.928Z | Documenting signature v2.1.0 |
2630 | 2023-10-22T03:34:28.052Z | Documenting hash32 v0.2.1 |
2631 | 2023-10-22T03:34:29.042Z | Documenting scheduled-thread-pool v0.2.7 |
2632 | 2023-10-22T03:34:31.453Z | Documenting diesel_table_macro_syntax v0.1.0 |
2633 | 2023-10-22T03:34:32.266Z | Checking diesel_table_macro_syntax v0.1.0 |
2634 | 2023-10-22T03:34:32.546Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2635 | 2023-10-22T03:34:32.977Z | Documenting stable_deref_trait v1.2.0 |
2636 | 2023-10-22T03:34:33.571Z | Documenting slog-bunyan v2.4.0 |
2637 | 2023-10-22T03:34:34.022Z | Documenting unicode-segmentation v1.10.1 |
2638 | 2023-10-22T03:34:34.392Z | Checking darling_core v0.20.3 |
2639 | 2023-10-22T03:34:35.106Z | Documenting async-stream-impl v0.3.5 |
2640 | 2023-10-22T03:34:35.363Z | Documenting r2d2 v0.8.10 |
2641 | 2023-10-22T03:34:37.149Z | Documenting heapless v0.7.16 |
2642 | 2023-10-22T03:34:37.449Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2643 | 2023-10-22T03:34:38.878Z | Documenting bzip2 v0.4.4 |
2644 | 2023-10-22T03:34:39.044Z | Documenting diesel_derives v2.1.1 |
2645 | 2023-10-22T03:34:39.123Z | Documenting strum v0.25.0 |
2646 | 2023-10-22T03:34:41.057Z | Documenting bit-vec v0.6.3 |
2647 | 2023-10-22T03:34:42.025Z | Documenting managed v0.8.0 |
2648 | 2023-10-22T03:34:42.494Z | Documenting debug-ignore v1.0.5 |
2649 | 2023-10-22T03:34:43.780Z | Documenting atomic-waker v1.1.1 |
2650 | 2023-10-22T03:34:44.629Z | Documenting async-stream v0.3.5 |
2651 | 2023-10-22T03:34:45.207Z | Documenting zip v0.6.6 |
2652 | 2023-10-22T03:34:45.328Z | Checking darling v0.20.3 |
2653 | 2023-10-22T03:34:45.488Z | Documenting num-bigint v0.4.4 |
2654 | 2023-10-22T03:34:46.590Z | Documenting multer v2.1.0 |
2655 | 2023-10-22T03:34:46.947Z | Documenting smoltcp v0.9.1 |
2656 | 2023-10-22T03:34:47.102Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2657 | 2023-10-22T03:34:47.918Z | Documenting waitgroup v0.1.2 |
2658 | 2023-10-22T03:34:50.768Z | Documenting diesel v2.1.1 |
2659 | 2023-10-22T03:34:50.782Z | Documenting bstr v1.6.0 |
2660 | 2023-10-22T03:34:52.037Z | Documenting hubpack v0.1.2 |
2661 | 2023-10-22T03:34:53.751Z | Documenting serde_path_to_error v0.1.14 |
2662 | 2023-10-22T03:34:54.424Z | Documenting serde_repr v0.1.16 |
2663 | 2023-10-22T03:34:54.638Z | Documenting lalrpop-util v0.19.12 |
2664 | 2023-10-22T03:34:55.089Z | Documenting fixedbitset v0.4.2 |
2665 | 2023-10-22T03:34:55.245Z | Documenting new_debug_unreachable v1.0.4 |
2666 | 2023-10-22T03:34:58.570Z | Documenting precomputed-hash v0.1.1 |
2667 | 2023-10-22T03:34:58.867Z | Documenting yasna v0.5.2 |
2668 | 2023-10-22T03:34:59.266Z | Documenting serde_with_macros v2.3.3 |
2669 | 2023-10-22T03:34:59.716Z | Documenting petgraph v0.6.4 |
2670 | 2023-10-22T03:35:00.761Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2671 | 2023-10-22T03:35:00.837Z | Documenting console v0.15.7 |
2672 | 2023-10-22T03:35:01.787Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2673 | 2023-10-22T03:35:04.482Z | Documenting string_cache v0.8.7 |
2674 | 2023-10-22T03:35:06.502Z | Documenting float-cmp v0.9.0 |
2675 | 2023-10-22T03:35:07.394Z | Documenting unicode-linebreak v0.1.5 |
2676 | 2023-10-22T03:35:07.543Z | Documenting normalize-line-endings v0.3.0 |
2677 | 2023-10-22T03:35:10.544Z | Documenting difflib v0.4.0 |
2678 | 2023-10-22T03:35:11.073Z | Documenting smawk v0.3.1 |
2679 | 2023-10-22T03:35:11.359Z | Documenting predicates-core v1.0.6 |
2680 | 2023-10-22T03:35:12.649Z | Documenting serde_with v2.3.3 |
2681 | 2023-10-22T03:35:13.325Z | Documenting bit-set v0.5.3 |
2682 | 2023-10-22T03:35:13.753Z | Documenting similar v2.2.1 |
2683 | 2023-10-22T03:35:16.722Z | Documenting tokio-stream v0.1.14 |
2684 | 2023-10-22T03:35:17.149Z | Documenting textwrap v0.16.0 |
2685 | 2023-10-22T03:35:17.404Z | Documenting predicates v3.0.4 |
2686 | 2023-10-22T03:35:18.578Z | Documenting structmeta-derive v0.1.6 |
2687 | 2023-10-22T03:35:19.592Z | Checking structmeta v0.1.6 |
2688 | 2023-10-22T03:35:19.973Z | Documenting instant v0.1.12 |
2689 | 2023-10-22T03:35:20.723Z | Checking regex-syntax v0.6.29 |
2690 | 2023-10-22T03:35:23.020Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2691 | 2023-10-22T03:35:23.375Z | Documenting macaddr v1.0.1 |
2692 | 2023-10-22T03:35:23.656Z | Documenting base64ct v1.6.0 |
2693 | 2023-10-22T03:35:25.163Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2694 | 2023-10-22T03:35:25.704Z | Checking scopeguard v1.2.0 |
2695 | 2023-10-22T03:35:25.892Z | Checking lock_api v0.4.10 |
2696 | 2023-10-22T03:35:25.931Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2697 | 2023-10-22T03:35:26.446Z | Documenting backoff v0.4.0 |
2698 | 2023-10-22T03:35:26.484Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2699 | 2023-10-22T03:35:26.547Z | Documenting crucible-workspace-hack v0.1.0 |
2700 | 2023-10-22T03:35:27.304Z | Documenting structmeta v0.1.6 |
2701 | 2023-10-22T03:35:29.896Z | Checking smallvec v1.11.0 |
2702 | 2023-10-22T03:35:29.994Z | Documenting password-hash v0.5.0 |
2703 | 2023-10-22T03:35:30.307Z | Documenting is-terminal v0.4.9 |
2704 | 2023-10-22T03:35:30.503Z | Checking parking_lot_core v0.9.8 |
2705 | 2023-10-22T03:35:30.903Z | Documenting blake2 v0.10.6 |
2706 | 2023-10-22T03:35:31.037Z | Checking pin-project-lite v0.2.13 |
2707 | 2023-10-22T03:35:31.211Z | Checking parking_lot v0.12.1 |
2708 | 2023-10-22T03:35:31.758Z | Checking rand_core v0.6.4 |
2709 | 2023-10-22T03:35:32.203Z | Checking typenum v1.16.0 |
2710 | 2023-10-22T03:35:32.461Z | Checking zeroize v1.6.0 |
2711 | 2023-10-22T03:35:32.585Z | Documenting proc-macro-error-attr v1.0.4 |
2712 | 2023-10-22T03:35:32.852Z | Checking futures-core v0.3.28 |
2713 | 2023-10-22T03:35:33.139Z | Checking unicode-segmentation v1.10.1 |
2714 | 2023-10-22T03:35:33.455Z | Checking proc-macro-error v1.0.4 |
2715 | 2023-10-22T03:35:33.864Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2716 | 2023-10-22T03:35:34.268Z | Checking mio v0.8.8 |
2717 | 2023-10-22T03:35:34.442Z | Checking generic-array v0.14.7 |
2718 | 2023-10-22T03:35:34.582Z | Documenting parse-display-derive v0.7.0 |
2719 | 2023-10-22T03:35:35.280Z | Checking num_cpus v1.16.0 |
2720 | 2023-10-22T03:35:35.457Z | Checking signal-hook-registry v1.4.1 |
2721 | 2023-10-22T03:35:35.834Z | Checking socket2 v0.5.4 |
2722 | 2023-10-22T03:35:36.493Z | Checking futures-sink v0.3.28 |
2723 | 2023-10-22T03:35:36.510Z | Documenting fastrand v2.0.0 |
2724 | 2023-10-22T03:35:36.609Z | Documenting postcard-cobs v0.1.5-pre |
2725 | 2023-10-22T03:35:36.709Z | Checking spin v0.5.2 |
2726 | 2023-10-22T03:35:37.022Z | Checking tokio v1.33.0 |
2727 | 2023-10-22T03:35:37.257Z | Documenting foreign-types-macros v0.2.3 |
2728 | 2023-10-22T03:35:38.235Z | Documenting argon2 v0.5.2 |
2729 | 2023-10-22T03:35:38.940Z | Documenting proc-macro-error v1.0.4 |
2730 | 2023-10-22T03:35:41.039Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2731 | 2023-10-22T03:35:41.458Z | Documenting postcard v0.7.3 |
2732 | 2023-10-22T03:35:42.632Z | Documenting tempfile v3.8.0 |
2733 | 2023-10-22T03:35:44.269Z | Documenting parse-display v0.7.0 |
2734 | 2023-10-22T03:35:44.664Z | Documenting foreign-types-shared v0.3.1 |
2735 | 2023-10-22T03:35:46.340Z | Checking tinyvec_macros v0.1.1 |
2736 | 2023-10-22T03:35:46.466Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2737 | 2023-10-22T03:35:46.482Z | Checking tinyvec v1.6.0 |
2738 | 2023-10-22T03:35:47.463Z | Checking futures-channel v0.3.28 |
2739 | 2023-10-22T03:35:47.715Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2740 | 2023-10-22T03:35:48.033Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2741 | 2023-10-22T03:35:48.067Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2742 | 2023-10-22T03:35:49.009Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2743 | 2023-10-22T03:35:49.024Z | Documenting foreign-types v0.5.0 |
2744 | 2023-10-22T03:35:49.576Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2745 | 2023-10-22T03:35:49.606Z | Documenting cstr-argument v0.1.2 |
2746 | 2023-10-22T03:35:50.763Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2747 | 2023-10-22T03:35:50.966Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2748 | 2023-10-22T03:35:53.896Z | Checking slab v0.4.9 |
2749 | 2023-10-22T03:35:54.324Z | Checking futures-task v0.3.28 |
2750 | 2023-10-22T03:35:54.399Z | Checking futures-io v0.3.28 |
2751 | 2023-10-22T03:35:54.684Z | Checking pin-utils v0.1.0 |
2752 | 2023-10-22T03:35:54.700Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2753 | 2023-10-22T03:35:54.823Z | Checking futures-util v0.3.28 |
2754 | 2023-10-22T03:35:54.936Z | Checking unicode-normalization v0.1.22 |
2755 | 2023-10-22T03:35:56.309Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2756 | 2023-10-22T03:35:56.336Z | Documenting colored v2.0.4 |
2757 | 2023-10-22T03:35:56.525Z | Checking crypto-common v0.1.6 |
2758 | 2023-10-22T03:35:56.570Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2759 | 2023-10-22T03:35:56.809Z | Checking tracing-core v0.1.31 |
2760 | 2023-10-22T03:35:57.893Z | Checking unicode-bidi v0.3.13 |
2761 | 2023-10-22T03:35:58.699Z | Checking tracing v0.1.37 |
2762 | 2023-10-22T03:35:59.226Z | Documenting zone_cfg_derive v0.2.0 |
2763 | 2023-10-22T03:35:59.733Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2764 | 2023-10-22T03:36:01.801Z | Checking block-buffer v0.10.4 |
2765 | 2023-10-22T03:36:02.142Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2766 | 2023-10-22T03:36:02.471Z | Documenting num-derive v0.4.0 |
2767 | 2023-10-22T03:36:02.990Z | Checking subtle v2.5.0 |
2768 | 2023-10-22T03:36:03.093Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2769 | 2023-10-22T03:36:03.148Z | Checking const-oid v0.9.5 |
2770 | 2023-10-22T03:36:03.392Z | Checking ppv-lite86 v0.2.17 |
2771 | 2023-10-22T03:36:04.528Z | Checking rand_chacha v0.3.1 |
2772 | 2023-10-22T03:36:05.156Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2773 | 2023-10-22T03:36:05.942Z | Checking digest v0.10.7 |
2774 | 2023-10-22T03:36:06.540Z | Documenting smf v0.2.2 |
2775 | 2023-10-22T03:36:07.082Z | Documenting zone v0.2.0 |
2776 | 2023-10-22T03:36:09.423Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2777 | 2023-10-22T03:36:10.195Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2778 | 2023-10-22T03:36:13.032Z | Checking bitflags v2.4.0 |
2779 | 2023-10-22T03:36:13.486Z | Checking base64 v0.21.4 |
2780 | 2023-10-22T03:36:14.346Z | Documenting linked-hash-map v0.5.6 |
2781 | 2023-10-22T03:36:14.855Z | Checking untrusted v0.7.1 |
2782 | 2023-10-22T03:36:14.858Z | Checking rand v0.8.5 |
2783 | 2023-10-22T03:36:14.862Z | Checking ring v0.16.20 |
2784 | 2023-10-22T03:36:14.950Z | Checking tokio-util v0.7.8 |
2785 | 2023-10-22T03:36:16.296Z | Checking openssl-probe v0.1.5 |
2786 | 2023-10-22T03:36:16.516Z | Checking bitflags v1.3.2 |
2787 | 2023-10-22T03:36:16.623Z | Checking foreign-types-shared v0.1.1 |
2788 | 2023-10-22T03:36:16.661Z | Checking percent-encoding v2.3.0 |
2789 | 2023-10-22T03:36:16.782Z | Checking hashbrown v0.12.3 |
2790 | 2023-10-22T03:36:16.982Z | Checking foreign-types v0.3.2 |
2791 | 2023-10-22T03:36:17.122Z | Checking openssl-sys v0.9.93 |
2792 | 2023-10-22T03:36:17.652Z | Checking errno v0.3.2 |
2793 | 2023-10-22T03:36:17.879Z | Checking siphasher v0.3.11 |
2794 | 2023-10-22T03:36:17.936Z | Checking adler v1.0.2 |
2795 | 2023-10-22T03:36:18.175Z | Checking try-lock v0.2.4 |
2796 | 2023-10-22T03:36:18.339Z | Checking miniz_oxide v0.7.1 |
2797 | 2023-10-22T03:36:18.352Z | Checking rustls-webpki v0.101.4 |
2798 | 2023-10-22T03:36:18.369Z | Checking indexmap v1.9.3 |
2799 | 2023-10-22T03:36:18.375Z | Checking want v0.3.1 |
2800 | 2023-10-22T03:36:18.645Z | Checking sct v0.7.0 |
2801 | 2023-10-22T03:36:18.943Z | Checking form_urlencoded v1.2.0 |
2802 | 2023-10-22T03:36:19.266Z | Checking lazy_static v1.4.0 |
2803 | 2023-10-22T03:36:19.387Z | Checking openssl v0.10.57 |
2804 | 2023-10-22T03:36:19.424Z | Checking http-body v0.4.5 |
2805 | 2023-10-22T03:36:19.497Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2806 | 2023-10-22T03:36:19.545Z | Checking io-lifetimes v1.0.11 |
2807 | 2023-10-22T03:36:19.562Z | Checking h2 v0.3.21 |
2808 | 2023-10-22T03:36:19.891Z | Checking socket2 v0.4.9 |
2809 | 2023-10-22T03:36:19.894Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2810 | 2023-10-22T03:36:19.982Z | Checking httparse v1.8.0 |
2811 | 2023-10-22T03:36:20.109Z | Checking anstyle v1.0.2 |
2812 | 2023-10-22T03:36:20.572Z | Checking cpufeatures v0.2.9 |
2813 | 2023-10-22T03:36:20.648Z | Checking utf8parse v0.2.1 |
2814 | 2023-10-22T03:36:20.695Z | Checking httpdate v1.0.3 |
2815 | 2023-10-22T03:36:20.722Z | Checking tower-service v0.3.2 |
2816 | 2023-10-22T03:36:20.877Z | Checking anstyle-parse v0.2.1 |
2817 | 2023-10-22T03:36:20.893Z | Checking sha2 v0.10.8 |
2818 | 2023-10-22T03:36:21.004Z | Documenting lru-cache v0.1.2 |
2819 | 2023-10-22T03:36:21.056Z | Checking rustix v0.37.23 |
2820 | 2023-10-22T03:36:21.286Z | Checking rustls v0.21.7 |
2821 | 2023-10-22T03:36:21.807Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2822 | 2023-10-22T03:36:22.922Z | Checking rustls-pemfile v1.0.3 |
2823 | 2023-10-22T03:36:22.938Z | Checking md-5 v0.10.5 |
2824 | 2023-10-22T03:36:23.219Z | Checking hmac v0.12.1 |
2825 | 2023-10-22T03:36:23.279Z | Checking stringprep v0.1.3 |
2826 | 2023-10-22T03:36:23.544Z | Checking idna v0.4.0 |
2827 | 2023-10-22T03:36:23.700Z | Documenting slog-dtrace v0.2.3 |
2828 | 2023-10-22T03:36:23.751Z | Checking spin v0.9.8 |
2829 | 2023-10-22T03:36:24.280Z | Checking num-integer v0.1.45 |
2830 | 2023-10-22T03:36:26.057Z | Checking hash32 v0.2.1 |
2831 | 2023-10-22T03:36:26.069Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2832 | 2023-10-22T03:36:26.083Z | Checking anstyle-query v1.0.0 |
2833 | 2023-10-22T03:36:26.089Z | Checking either v1.9.0 |
2834 | 2023-10-22T03:36:26.210Z | Checking stable_deref_trait v1.2.0 |
2835 | 2023-10-22T03:36:26.352Z | Documenting quick-error v1.2.3 |
2836 | 2023-10-22T03:36:27.079Z | Checking colorchoice v1.0.0 |
2837 | 2023-10-22T03:36:27.108Z | Checking fallible-iterator v0.2.0 |
2838 | 2023-10-22T03:36:27.205Z | Checking gimli v0.28.0 |
2839 | 2023-10-22T03:36:27.393Z | Checking anstream v0.5.0 |
2840 | 2023-10-22T03:36:27.856Z | Checking postgres-protocol v0.6.6 |
2841 | 2023-10-22T03:36:27.903Z | Checking tokio-rustls v0.24.1 |
2842 | 2023-10-22T03:36:28.454Z | Checking heapless v0.7.16 |
2843 | 2023-10-22T03:36:28.471Z | Checking native-tls v0.2.11 |
2844 | 2023-10-22T03:36:28.950Z | Checking tokio-native-tls v0.3.1 |
2845 | 2023-10-22T03:36:28.954Z | Checking url v2.4.1 |
2846 | 2023-10-22T03:36:29.571Z | Checking rustls-native-certs v0.6.3 |
2847 | 2023-10-22T03:36:29.584Z | Checking terminal_size v0.2.6 |
2848 | 2023-10-22T03:36:29.813Z | Checking phf_shared v0.11.2 |
2849 | 2023-10-22T03:36:29.942Z | Checking hyper v0.14.27 |
2850 | 2023-10-22T03:36:30.195Z | Checking block-padding v0.3.3 |
2851 | 2023-10-22T03:36:30.237Z | Checking scheduled-thread-pool v0.2.7 |
2852 | 2023-10-22T03:36:30.324Z | Checking object v0.32.1 |
2853 | 2023-10-22T03:36:30.516Z | Checking toml_datetime v0.6.3 |
2854 | 2023-10-22T03:36:30.570Z | Checking serde_spanned v0.6.3 |
2855 | 2023-10-22T03:36:30.853Z | Checking bzip2-sys v0.1.11+1.0.8 |
2856 | 2023-10-22T03:36:30.948Z | Checking crc32fast v1.3.2 |
2857 | 2023-10-22T03:36:31.057Z | Checking num_threads v0.1.6 |
2858 | 2023-10-22T03:36:31.223Z | Checking matches v0.1.10 |
2859 | 2023-10-22T03:36:31.326Z | Checking clap_lex v0.5.1 |
2860 | 2023-10-22T03:36:31.362Z | Checking bit-vec v0.6.3 |
2861 | 2023-10-22T03:36:31.469Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2862 | 2023-10-22T03:36:31.713Z | Checking managed v0.8.0 |
2863 | 2023-10-22T03:36:33.200Z | Checking regex-automata v0.1.10 |
2864 | 2023-10-22T03:36:33.209Z | Checking ipnet v2.8.0 |
2865 | 2023-10-22T03:36:33.215Z | Documenting resolv-conf v0.7.0 |
2866 | 2023-10-22T03:36:33.223Z | Checking deranged v0.3.8 |
2867 | 2023-10-22T03:36:33.231Z | Checking rustc-demangle v0.1.23 |
2868 | 2023-10-22T03:36:33.441Z | Checking addr2line v0.21.0 |
2869 | 2023-10-22T03:36:33.813Z | Checking winnow v0.5.15 |
2870 | 2023-10-22T03:36:34.221Z | Checking tap v1.0.1 |
2871 | 2023-10-22T03:36:34.227Z | Checking bstr v0.2.17 |
2872 | 2023-10-22T03:36:34.440Z | Checking wyz v0.5.1 |
2873 | 2023-10-22T03:36:35.099Z | Checking smoltcp v0.9.1 |
2874 | 2023-10-22T03:36:35.503Z | Checking time v0.3.27 |
2875 | 2023-10-22T03:36:35.580Z | Checking clap_builder v4.4.2 |
2876 | 2023-10-22T03:36:37.536Z | Checking idna v0.2.3 |
2877 | 2023-10-22T03:36:38.770Z | Checking toml_edit v0.19.15 |
2878 | 2023-10-22T03:36:39.051Z | Checking flate2 v1.0.27 |
2879 | 2023-10-22T03:36:39.067Z | Documenting trust-dns-resolver v0.22.0 |
2880 | 2023-10-22T03:36:39.621Z | Checking bzip2 v0.4.4 |
2881 | 2023-10-22T03:36:39.701Z | Checking backtrace v0.3.69 |
2882 | 2023-10-22T03:36:40.091Z | Checking r2d2 v0.8.10 |
2883 | 2023-10-22T03:36:40.095Z | Checking inout v0.1.3 |
2884 | 2023-10-22T03:36:40.268Z | Checking hyper-tls v0.5.0 |
2885 | 2023-10-22T03:36:40.445Z | Checking hyper-rustls v0.24.1 |
2886 | 2023-10-22T03:36:40.560Z | Checking phf v0.11.2 |
2887 | 2023-10-22T03:36:40.574Z | Checking postgres-types v0.2.6 |
2888 | 2023-10-22T03:36:40.667Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2889 | 2023-10-22T03:36:40.723Z | Checking itertools v0.11.0 |
2890 | 2023-10-22T03:36:40.988Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2891 | 2023-10-22T03:36:41.032Z | Checking num-bigint v0.4.4 |
2892 | 2023-10-22T03:36:41.747Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2893 | 2023-10-22T03:36:42.639Z | Checking serde_urlencoded v0.7.1 |
2894 | 2023-10-22T03:36:43.361Z | Checking phf_shared v0.10.0 |
2895 | 2023-10-22T03:36:43.845Z | Checking futures-executor v0.3.28 |
2896 | 2023-10-22T03:36:44.229Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2897 | 2023-10-22T03:36:44.486Z | Documenting pem-rfc7468 v0.7.0 |
2898 | 2023-10-22T03:36:44.627Z | Checking ipnetwork v0.20.0 |
2899 | 2023-10-22T03:36:44.867Z | Checking float-cmp v0.9.0 |
2900 | 2023-10-22T03:36:45.190Z | Checking zerocopy v0.6.4 |
2901 | 2023-10-22T03:36:45.211Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2902 | 2023-10-22T03:36:45.514Z | Documenting der_derive v0.7.2 |
2903 | 2023-10-22T03:36:46.312Z | Checking hubpack v0.1.2 |
2904 | 2023-10-22T03:36:46.409Z | Checking encoding_rs v0.8.33 |
2905 | 2023-10-22T03:36:46.827Z | Checking crossbeam-utils v0.8.16 |
2906 | 2023-10-22T03:36:47.729Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2907 | 2023-10-22T03:36:48.127Z | Checking memoffset v0.9.0 |
2908 | 2023-10-22T03:36:48.281Z | Checking radium v0.7.0 |
2909 | 2023-10-22T03:36:48.895Z | Checking static_assertions v1.1.0 |
2910 | 2023-10-22T03:36:49.039Z | Documenting flagset v0.4.3 |
2911 | 2023-10-22T03:36:50.399Z | Checking fixedbitset v0.4.2 |
2912 | 2023-10-22T03:36:50.516Z | Checking difflib v0.4.0 |
2913 | 2023-10-22T03:36:50.796Z | Checking webpki-roots v0.25.2 |
2914 | 2023-10-22T03:36:51.024Z | Checking data-encoding v2.4.0 |
2915 | 2023-10-22T03:36:51.069Z | Checking new_debug_unreachable v1.0.4 |
2916 | 2023-10-22T03:36:51.202Z | Checking mime v0.3.17 |
2917 | 2023-10-22T03:36:51.715Z | Checking smawk v0.3.1 |
2918 | 2023-10-22T03:36:51.899Z | Checking precomputed-hash v0.1.1 |
2919 | 2023-10-22T03:36:52.019Z | Checking funty v2.0.0 |
2920 | 2023-10-22T03:36:52.057Z | Checking unicode-linebreak v0.1.5 |
2921 | 2023-10-22T03:36:52.784Z | Checking predicates-core v1.0.6 |
2922 | 2023-10-22T03:36:52.801Z | Checking normalize-line-endings v0.3.0 |
2923 | 2023-10-22T03:36:52.971Z | Checking whoami v1.4.1 |
2924 | 2023-10-22T03:36:53.078Z | Checking predicates v3.0.4 |
2925 | 2023-10-22T03:36:53.180Z | Checking textwrap v0.16.0 |
2926 | 2023-10-22T03:36:53.375Z | Checking tokio-postgres v0.7.10 |
2927 | 2023-10-22T03:36:53.419Z | Checking string_cache v0.8.7 |
2928 | 2023-10-22T03:36:53.774Z | Checking trust-dns-proto v0.22.0 |
2929 | 2023-10-22T03:36:53.788Z | Checking bitvec v1.0.1 |
2930 | 2023-10-22T03:36:53.867Z | Checking reqwest v0.11.20 |
2931 | 2023-10-22T03:36:54.206Z | Checking petgraph v0.6.4 |
2932 | 2023-10-22T03:36:54.226Z | Documenting der v0.7.8 |
2933 | 2023-10-22T03:36:56.400Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2934 | 2023-10-22T03:36:58.147Z | Checking crossbeam-epoch v0.9.15 |
2935 | 2023-10-22T03:36:58.857Z | Checking diesel v2.1.1 |
2936 | 2023-10-22T03:36:59.635Z | Checking yasna v0.5.2 |
2937 | 2023-10-22T03:37:00.265Z | Checking futures v0.3.28 |
2938 | 2023-10-22T03:37:00.432Z | Checking toml v0.7.8 |
2939 | 2023-10-22T03:37:00.496Z | Checking anyhow v1.0.75 |
2940 | 2023-10-22T03:37:01.141Z | Checking clap v4.4.3 |
2941 | 2023-10-22T03:37:01.227Z | Checking cipher v0.4.4 |
2942 | 2023-10-22T03:37:01.310Z | Checking zip v0.6.6 |
2943 | 2023-10-22T03:37:01.611Z | Checking similar v2.2.1 |
2944 | 2023-10-22T03:37:01.617Z | Checking bit-set v0.5.3 |
2945 | 2023-10-22T03:37:01.897Z | Checking itertools v0.10.5 |
2946 | 2023-10-22T03:37:02.020Z | Checking num-iter v0.1.43 |
2947 | 2023-10-22T03:37:02.293Z | Checking console v0.15.7 |
2948 | 2023-10-22T03:37:02.410Z | Checking rustix v0.38.9 |
2949 | 2023-10-22T03:37:02.915Z | Checking signature v2.1.0 |
2950 | 2023-10-22T03:37:02.966Z | Checking tokio-stream v0.1.14 |
2951 | 2023-10-22T03:37:03.210Z | Checking bstr v1.6.0 |
2952 | 2023-10-22T03:37:03.241Z | Checking usdt v0.3.5 |
2953 | 2023-10-22T03:37:03.556Z | Checking semver v1.0.18 |
2954 | 2023-10-22T03:37:03.964Z | Checking hex v0.4.3 |
2955 | 2023-10-22T03:37:04.219Z | Checking slog v2.7.0 |
2956 | 2023-10-22T03:37:04.242Z | Checking lalrpop-util v0.19.12 |
2957 | 2023-10-22T03:37:04.702Z | Documenting spki v0.7.2 |
2958 | 2023-10-22T03:37:04.718Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2959 | 2023-10-22T03:37:04.826Z | Documenting cancel-safe-futures v0.1.2 |
2960 | 2023-10-22T03:37:05.039Z | Checking heck v0.3.3 |
2961 | 2023-10-22T03:37:05.324Z | Documenting hkdf v0.12.3 |
2962 | 2023-10-22T03:37:05.763Z | Documenting structopt-derive v0.4.18 |
2963 | 2023-10-22T03:37:05.791Z | Documenting crc-catalog v2.2.0 |
2964 | 2023-10-22T03:37:05.812Z | Documenting keccak v0.1.4 |
2965 | 2023-10-22T03:37:10.010Z | Documenting arc-swap v1.6.0 |
2966 | 2023-10-22T03:37:10.100Z | Documenting sha3 v0.10.8 |
2967 | 2023-10-22T03:37:11.132Z | Documenting pkcs8 v0.10.2 |
2968 | 2023-10-22T03:37:13.004Z | Documenting crc v3.0.1 |
2969 | 2023-10-22T03:37:13.740Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2970 | 2023-10-22T03:37:14.136Z | Documenting structopt v0.3.26 |
2971 | 2023-10-22T03:37:16.098Z | Documenting libefi-sys v0.1.0 |
2972 | 2023-10-22T03:37:16.425Z | Documenting slog-scope v4.4.0 |
2973 | 2023-10-22T03:37:17.268Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2974 | 2023-10-22T03:37:17.563Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2975 | 2023-10-22T03:37:17.908Z | Documenting serde_spanned v0.6.3 |
2976 | 2023-10-22T03:37:18.833Z | Documenting secrecy v0.8.0 |
2977 | 2023-10-22T03:37:20.679Z | Documenting packed_struct_codegen v0.10.1 |
2978 | 2023-10-22T03:37:22.904Z | Documenting half v1.8.2 |
2979 | 2023-10-22T03:37:22.918Z | Documenting nodrop v0.1.14 |
2980 | 2023-10-22T03:37:24.532Z | Documenting ciborium-io v0.2.1 |
2981 | 2023-10-22T03:37:24.888Z | Documenting winnow v0.5.15 |
2982 | 2023-10-22T03:37:25.556Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2983 | 2023-10-22T03:37:27.210Z | Documenting array-init v0.0.4 |
2984 | 2023-10-22T03:37:27.557Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2985 | 2023-10-22T03:37:28.795Z | Documenting packed_struct v0.10.1 |
2986 | 2023-10-22T03:37:30.739Z | Documenting ciborium-ll v0.2.1 |
2987 | 2023-10-22T03:37:32.104Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2988 | 2023-10-22T03:37:33.210Z | Documenting slog-stdlog v4.1.1 |
2989 | 2023-10-22T03:37:33.359Z | Documenting toml_edit v0.20.0 |
2990 | 2023-10-22T03:37:36.878Z | Documenting pkcs1 v0.7.5 |
2991 | 2023-10-22T03:37:38.430Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2992 | 2023-10-22T03:37:38.585Z | Documenting num-bigint-dig v0.8.4 |
2993 | 2023-10-22T03:37:39.288Z | Documenting num-rational v0.4.1 |
2994 | 2023-10-22T03:37:42.307Z | Documenting universal-hash v0.5.1 |
2995 | 2023-10-22T03:37:42.650Z | Documenting num-complex v0.4.4 |
2996 | 2023-10-22T03:37:43.853Z | Documenting xattr v1.0.1 |
2997 | 2023-10-22T03:37:46.629Z | Documenting filetime v0.2.22 |
2998 | 2023-10-22T03:37:47.000Z | Documenting termcolor v1.2.0 |
2999 | 2023-10-22T03:37:48.290Z | Documenting opaque-debug v0.3.0 |
3000 | 2023-10-22T03:37:49.963Z | Documenting bitfield v0.14.0 |
3001 | 2023-10-22T03:37:50.394Z | Documenting num v0.4.1 |
3002 | 2023-10-22T03:37:51.201Z | Documenting rsa v0.9.2 |
3003 | 2023-10-22T03:37:52.497Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3004 | 2023-10-22T03:37:53.130Z | Documenting tar v0.4.40 |
3005 | 2023-10-22T03:37:53.777Z | Documenting env_logger v0.10.0 |
3006 | 2023-10-22T03:37:54.299Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3007 | 2023-10-22T03:37:57.884Z | Documenting toml v0.8.0 |
3008 | 2023-10-22T03:37:58.242Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3009 | 2023-10-22T03:37:58.916Z | Documenting slog-envlogger v2.2.0 |
3010 | 2023-10-22T03:37:59.871Z | Documenting ciborium v0.2.1 |
3011 | 2023-10-22T03:38:01.405Z | Documenting serde-hex v0.1.0 |
3012 | 2023-10-22T03:38:02.752Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3013 | 2023-10-22T03:38:05.282Z | Documenting x509-cert v0.2.4 |
3014 | 2023-10-22T03:38:05.341Z | Documenting omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3015 | 2023-10-22T03:38:07.067Z | Documenting signal-hook v0.3.17 |
3016 | 2023-10-22T03:38:07.156Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3017 | 2023-10-22T03:38:07.438Z | Documenting pem v1.1.1 |
3018 | 2023-10-22T03:38:09.032Z | Documenting ron v0.8.1 |
3019 | 2023-10-22T03:38:10.309Z | Documenting fxhash v0.2.1 |
3020 | 2023-10-22T03:38:13.533Z | Documenting derive-where v1.2.5 |
3021 | 2023-10-22T03:38:13.629Z | Documenting crc-any v2.4.3 |
3022 | 2023-10-22T03:38:13.743Z | Documenting linear-map v1.2.0 |
3023 | 2023-10-22T03:38:16.207Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3024 | 2023-10-22T03:38:16.409Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3025 | 2023-10-22T03:38:18.184Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3026 | 2023-10-22T03:38:20.316Z | Documenting doc-comment v0.3.3 |
3027 | 2023-10-22T03:38:22.931Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3028 | 2023-10-22T03:38:23.073Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3029 | 2023-10-22T03:38:24.369Z | Documenting libsqlite3-sys v0.26.0 |
3030 | 2023-10-22T03:38:24.475Z | Documenting crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3031 | 2023-10-22T03:38:26.138Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3032 | 2023-10-22T03:38:31.542Z | Documenting hashlink v0.8.3 |
3033 | 2023-10-22T03:38:33.248Z | Documenting aead v0.5.2 |
3034 | 2023-10-22T03:38:33.747Z | Documenting snafu-derive v0.7.5 |
3035 | 2023-10-22T03:38:37.105Z | Documenting fallible-streaming-iterator v0.1.9 |
3036 | 2023-10-22T03:38:37.929Z | Documenting same-file v1.0.6 |
3037 | 2023-10-22T03:38:38.476Z | Documenting path-slash v0.1.5 |
3038 | 2023-10-22T03:38:39.540Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3039 | 2023-10-22T03:38:41.222Z | Documenting newtype_derive v0.1.6 |
3040 | 2023-10-22T03:38:41.566Z | Documenting rusqlite v0.29.0 |
3041 | 2023-10-22T03:38:44.511Z | Documenting walkdir v2.4.0 |
3042 | 2023-10-22T03:38:44.658Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
3043 | 2023-10-22T03:38:44.727Z | Documenting camino-tempfile v1.0.2 |
3044 | 2023-10-22T03:38:45.192Z | Documenting omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3045 | 2023-10-22T03:38:45.289Z | Documenting snafu v0.7.5 |
3046 | 2023-10-22T03:38:47.478Z | Documenting nix v0.26.2 |
3047 | 2023-10-22T03:38:49.160Z | Checking darling_core v0.14.4 |
3048 | 2023-10-22T03:38:51.261Z | Documenting twox-hash v1.6.3 |
3049 | 2023-10-22T03:38:51.544Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3050 | 2023-10-22T03:38:51.990Z | Documenting nibble_vec v0.1.0 |
3051 | 2023-10-22T03:38:52.114Z | Documenting endian-type v0.1.2 |
3052 | 2023-10-22T03:38:54.994Z | Documenting nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3053 | 2023-10-22T03:38:57.459Z | Checking darling v0.14.4 |
3054 | 2023-10-22T03:38:57.616Z | Documenting steno v0.4.0 |
3055 | 2023-10-22T03:38:58.086Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3056 | 2023-10-22T03:38:58.114Z | Documenting crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3057 | 2023-10-22T03:38:58.353Z | Documenting radix_trie v0.2.1 |
3058 | 2023-10-22T03:38:59.099Z | Documenting oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3059 | 2023-10-22T03:38:59.776Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3060 | 2023-10-22T03:39:00.750Z | Documenting polyval v0.6.1 |
3061 | 2023-10-22T03:39:04.853Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3062 | 2023-10-22T03:39:06.792Z | Documenting num_enum v0.7.0 |
3063 | 2023-10-22T03:39:07.204Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3064 | 2023-10-22T03:39:07.631Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3065 | 2023-10-22T03:39:07.767Z | Documenting aes v0.8.3 |
3066 | 2023-10-22T03:39:12.890Z | Documenting ctr v0.9.2 |
3067 | 2023-10-22T03:39:12.946Z | Documenting bincode v1.3.3 |
3068 | 2023-10-22T03:39:14.294Z | Documenting path-dedot v3.1.0 |
3069 | 2023-10-22T03:39:15.816Z | Documenting utf-8 v0.7.6 |
3070 | 2023-10-22T03:39:17.553Z | Documenting convert_case v0.4.0 |
3071 | 2023-10-22T03:39:20.255Z | Checking convert_case v0.4.0 |
3072 | 2023-10-22T03:39:20.417Z | Documenting aes-gcm-siv v0.11.1 |
3073 | 2023-10-22T03:39:20.513Z | Documenting path-absolutize v3.1.0 |
3074 | 2023-10-22T03:39:20.605Z | Documenting crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3075 | 2023-10-22T03:39:21.843Z | Documenting tungstenite v0.20.1 |
3076 | 2023-10-22T03:39:23.715Z | Documenting derive_more v0.99.17 |
3077 | 2023-10-22T03:39:26.537Z | Documenting oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3078 | 2023-10-22T03:39:26.615Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3079 | 2023-10-22T03:39:28.460Z | Documenting trust-dns-client v0.22.0 |
3080 | 2023-10-22T03:39:29.102Z | Documenting buf-list v1.0.3 |
3081 | 2023-10-22T03:39:31.696Z | Documenting globset v0.4.13 |
3082 | 2023-10-22T03:39:33.484Z | Documenting crossbeam-deque v0.8.3 |
3083 | 2023-10-22T03:39:37.104Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3084 | 2023-10-22T03:39:37.680Z | Documenting headers-core v0.2.0 |
3085 | 2023-10-22T03:39:37.815Z | Documenting olpc-cjson v0.1.3 |
3086 | 2023-10-22T03:39:38.506Z | Documenting serde_plain v1.0.2 |
3087 | 2023-10-22T03:39:39.603Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3088 | 2023-10-22T03:39:42.198Z | Documenting async-recursion v1.0.5 |
3089 | 2023-10-22T03:39:44.183Z | Documenting bitstruct_derive v0.1.0 |
3090 | 2023-10-22T03:39:44.727Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3091 | 2023-10-22T03:39:44.834Z | Documenting ascii v1.1.0 |
3092 | 2023-10-22T03:39:45.133Z | Documenting display-error-chain v0.1.1 |
3093 | 2023-10-22T03:39:45.207Z | Documenting ringbuffer v0.15.0 |
3094 | 2023-10-22T03:39:49.437Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3095 | 2023-10-22T03:39:49.676Z | Documenting tough v0.12.5 |
3096 | 2023-10-22T03:39:50.035Z | Documenting headers v0.3.9 |
3097 | 2023-10-22T03:39:51.102Z | Documenting trust-dns-server v0.22.1 |
3098 | 2023-10-22T03:39:51.359Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3099 | 2023-10-22T03:39:51.689Z | Documenting bitstruct v0.1.1 |
3100 | 2023-10-22T03:39:54.721Z | Documenting crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3101 | 2023-10-22T03:39:55.944Z | Documenting rayon-core v1.11.0 |
3102 | 2023-10-22T03:39:57.464Z | Documenting tokio-tungstenite v0.20.1 |
3103 | 2023-10-22T03:39:57.799Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3104 | 2023-10-22T03:39:59.967Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3105 | 2023-10-22T03:40:00.551Z | Checking derive_builder_core v0.12.0 |
3106 | 2023-10-22T03:40:01.991Z | Documenting derive_builder_core v0.12.0 |
3107 | 2023-10-22T03:40:03.301Z | Documenting sled v0.34.7 |
3108 | 2023-10-22T03:40:03.470Z | Documenting signal-hook-mio v0.2.3 |
3109 | 2023-10-22T03:40:03.774Z | Documenting erased-serde v0.3.30 |
3110 | 2023-10-22T03:40:08.343Z | Documenting unicase v2.7.0 |
3111 | 2023-10-22T03:40:09.332Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3112 | 2023-10-22T03:40:09.550Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3113 | 2023-10-22T03:40:10.229Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3114 | 2023-10-22T03:40:10.720Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3115 | 2023-10-22T03:40:10.811Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3116 | 2023-10-22T03:40:11.162Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3117 | 2023-10-22T03:40:11.215Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3118 | 2023-10-22T03:40:11.824Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3119 | 2023-10-22T03:40:12.133Z | Documenting serde_arrays v0.1.0 |
3120 | 2023-10-22T03:40:12.165Z | Documenting ff v0.13.0 |
3121 | 2023-10-22T03:40:13.195Z | Documenting pretty-hex v0.3.0 |
3122 | 2023-10-22T03:40:13.593Z | Documenting mime_guess v2.0.4 |
3123 | 2023-10-22T03:40:17.454Z | Documenting derive_builder_macro v0.12.0 |
3124 | 2023-10-22T03:40:17.956Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3125 | 2023-10-22T03:40:18.759Z | Documenting crossterm v0.27.0 |
3126 | 2023-10-22T03:40:18.935Z | Documenting group v0.13.0 |
3127 | 2023-10-22T03:40:20.639Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3128 | 2023-10-22T03:40:25.008Z | Documenting rayon v1.7.0 |
3129 | 2023-10-22T03:40:25.449Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3130 | 2023-10-22T03:40:30.159Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3131 | 2023-10-22T03:40:34.588Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3132 | 2023-10-22T03:40:38.321Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3133 | 2023-10-22T03:40:42.398Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3134 | 2023-10-22T03:40:46.348Z | Documenting portable-atomic v1.4.3 |
3135 | 2023-10-22T03:40:47.994Z | Documenting ed25519 v1.5.3 |
3136 | 2023-10-22T03:40:48.926Z | Documenting bcs v0.1.5 |
3137 | 2023-10-22T03:40:52.077Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3138 | 2023-10-22T03:40:52.339Z | Documenting crypto-bigint v0.5.2 |
3139 | 2023-10-22T03:40:52.935Z | Documenting ref-cast-impl v1.0.20 |
3140 | 2023-10-22T03:40:54.080Z | Documenting curve25519-dalek-derive v0.1.0 |
3141 | 2023-10-22T03:40:54.479Z | Documenting thiserror-impl-no-std v2.0.2 |
3142 | 2023-10-22T03:40:55.938Z | Documenting vte_generate_state_changes v0.1.1 |
3143 | 2023-10-22T03:41:00.525Z | Documenting unicode-xid v0.2.4 |
3144 | 2023-10-22T03:41:01.661Z | Documenting highway v1.1.0 |
3145 | 2023-10-22T03:41:02.210Z | Documenting cassowary v0.3.0 |
3146 | 2023-10-22T03:41:02.364Z | Checking unicode-xid v0.2.4 |
3147 | 2023-10-22T03:41:02.444Z | Documenting number_prefix v0.4.0 |
3148 | 2023-10-22T03:41:02.588Z | Documenting base16ct v0.2.0 |
3149 | 2023-10-22T03:41:02.686Z | Documenting thiserror-no-std v2.0.2 |
3150 | 2023-10-22T03:41:05.031Z | Documenting const_format_proc_macros v0.2.31 |
3151 | 2023-10-22T03:41:06.891Z | Documenting vte v0.11.1 |
3152 | 2023-10-22T03:41:07.205Z | Documenting elliptic-curve v0.13.5 |
3153 | 2023-10-22T03:41:08.123Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3154 | 2023-10-22T03:41:08.571Z | Documenting indicatif v0.17.7 |
3155 | 2023-10-22T03:41:08.933Z | Documenting ratatui v0.23.0 |
3156 | 2023-10-22T03:41:12.152Z | Documenting curve25519-dalek v4.1.0 |
3157 | 2023-10-22T03:41:13.430Z | Documenting ref-cast v1.0.20 |
3158 | 2023-10-22T03:41:16.390Z | Documenting salty v0.2.0 |
3159 | 2023-10-22T03:41:16.520Z | Documenting derive_builder v0.12.0 |
3160 | 2023-10-22T03:41:17.360Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3161 | 2023-10-22T03:41:17.804Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3162 | 2023-10-22T03:41:19.993Z | Documenting polar-core v0.26.4 |
3163 | 2023-10-22T03:41:21.284Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3164 | 2023-10-22T03:41:22.980Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3165 | 2023-10-22T03:41:24.249Z | Documenting libxml v0.3.3 |
3166 | 2023-10-22T03:41:28.260Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3167 | 2023-10-22T03:41:29.645Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3168 | 2023-10-22T03:41:34.438Z | Documenting poly1305 v0.8.0 |
3169 | 2023-10-22T03:41:35.530Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3170 | 2023-10-22T03:41:39.691Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3171 | 2023-10-22T03:41:40.100Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3172 | 2023-10-22T03:41:41.920Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3173 | 2023-10-22T03:41:42.268Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3174 | 2023-10-22T03:41:42.700Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3175 | 2023-10-22T03:41:44.006Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3176 | 2023-10-22T03:41:51.268Z | Documenting dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3177 | 2023-10-22T03:41:52.795Z | Documenting chacha20 v0.9.1 |
3178 | 2023-10-22T03:41:53.322Z | Documenting bb8 v0.8.1 |
3179 | 2023-10-22T03:41:55.586Z | Documenting bytesize v1.3.0 |
3180 | 2023-10-22T03:42:00.195Z | Documenting serde-big-array v0.5.1 |
3181 | 2023-10-22T03:42:01.184Z | Documenting quick-xml v0.23.1 |
3182 | 2023-10-22T03:42:01.374Z | Documenting oso-derive v0.26.4 |
3183 | 2023-10-22T03:42:02.247Z | Documenting impl-trait-for-tuples v0.2.2 |
3184 | 2023-10-22T03:42:02.251Z | Documenting rtoolbox v0.0.1 |
3185 | 2023-10-22T03:42:06.796Z | Documenting maplit v1.0.2 |
3186 | 2023-10-22T03:42:07.262Z | Documenting fs-err v2.9.0 |
3187 | 2023-10-22T03:42:08.236Z | Documenting humantime v2.1.0 |
3188 | 2023-10-22T03:42:08.566Z | Documenting internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3189 | 2023-10-22T03:42:09.030Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3190 | 2023-10-22T03:42:09.120Z | Documenting rpassword v7.2.0 |
3191 | 2023-10-22T03:42:09.341Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3192 | 2023-10-22T03:42:10.518Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3193 | 2023-10-22T03:42:12.550Z | Documenting oso v0.26.4 |
3194 | 2023-10-22T03:42:13.474Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3195 | 2023-10-22T03:42:15.482Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
3196 | 2023-10-22T03:42:20.920Z | Documenting chacha20poly1305 v0.10.1 |
3197 | 2023-10-22T03:42:27.949Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3198 | 2023-10-22T03:42:28.756Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3199 | 2023-10-22T03:42:30.225Z | Documenting vsss-rs v3.3.1 |
3200 | 2023-10-22T03:42:35.914Z | Documenting tui-tree-widget v0.13.0 |
3201 | 2023-10-22T03:42:36.376Z | Documenting strip-ansi-escapes v0.2.0 |
3202 | 2023-10-22T03:42:37.194Z | Documenting const_format v0.2.31 |
3203 | 2023-10-22T03:42:37.419Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3204 | 2023-10-22T03:42:40.676Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3205 | 2023-10-22T03:42:42.044Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3206 | 2023-10-22T03:42:42.775Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3207 | 2023-10-22T03:42:44.660Z | Documenting cookie v0.16.2 |
3208 | 2023-10-22T03:42:47.887Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
3209 | 2023-10-22T03:42:48.415Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3210 | 2023-10-22T03:42:52.221Z | Documenting rcgen v0.10.0 |
3211 | 2023-10-22T03:42:53.111Z | Documenting signal-hook-tokio v0.3.1 |
3212 | 2023-10-22T03:42:56.233Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3213 | 2023-10-22T03:42:58.340Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3214 | 2023-10-22T03:42:58.929Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3215 | 2023-10-22T03:42:59.942Z | Documenting atomicwrites v0.4.2 |
3216 | 2023-10-22T03:43:00.983Z | Documenting fd-lock v3.0.13 |
3217 | 2023-10-22T03:43:01.909Z | Documenting subprocess v0.2.9 |
3218 | 2023-10-22T03:43:02.851Z | Documenting bit_field v0.10.2 |
3219 | 2023-10-22T03:43:04.396Z | Documenting corncobs v0.1.3 |
3220 | 2023-10-22T03:43:07.246Z | Documenting shell-words v1.1.0 |
3221 | 2023-10-22T03:43:07.401Z | Documenting owo-colors v3.5.0 |
3222 | 2023-10-22T03:43:07.955Z | Documenting http-range v0.1.5 |
3223 | 2023-10-22T03:43:08.544Z | Documenting nu-ansi-term v0.49.0 |
3224 | 2023-10-22T03:43:08.821Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3225 | 2023-10-22T03:43:13.286Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3226 | 2023-10-22T03:43:13.957Z | Documenting hyper-staticfile v0.9.5 |
3227 | 2023-10-22T03:43:14.983Z | Documenting reedline v0.23.0 |
3228 | 2023-10-22T03:43:15.349Z | Documenting propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3229 | 2023-10-22T03:43:15.649Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3230 | 2023-10-22T03:43:16.183Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3231 | 2023-10-22T03:43:22.524Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3232 | 2023-10-22T03:43:24.287Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3233 | 2023-10-22T03:43:25.990Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3234 | 2023-10-22T03:43:26.721Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3235 | 2023-10-22T03:43:37.605Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3236 | 2023-10-22T03:43:41.799Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3237 | 2023-10-22T03:43:42.930Z | Documenting fatfs v0.3.6 |
3238 | 2023-10-22T03:43:51.140Z | Documenting cargo-platform v0.1.3 |
3239 | 2023-10-22T03:43:53.512Z | Documenting nanorand v0.7.0 |
3240 | 2023-10-22T03:43:55.232Z | Documenting assert_matches v1.5.0 |
3241 | 2023-10-22T03:43:57.990Z | Documenting glob v0.3.1 |
3242 | 2023-10-22T03:43:59.357Z | Documenting cargo_metadata v0.18.0 |
3243 | 2023-10-22T03:43:59.695Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3244 | 2023-10-22T03:44:00.125Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3245 | 2023-10-22T03:44:00.511Z | Documenting flume v0.11.0 |
3246 | 2023-10-22T03:44:02.079Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3247 | 2023-10-22T03:44:04.336Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3248 | 2023-10-22T03:44:04.515Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3249 | 2023-10-22T03:44:07.037Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3250 | 2023-10-22T03:44:07.718Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3251 | 2023-10-22T03:44:09.581Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3252 | 2023-10-22T03:44:10.834Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3253 | 2023-10-22T03:44:13.781Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3254 | 2023-10-22T03:44:23.305Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3255 | 2023-10-22T03:44:33.511Z | Documenting omicron-zone-package v0.8.3 |
3256 | 2023-10-22T03:44:43.515Z | Documenting cargo_toml v0.16.3 |
3257 | 2023-10-22T03:44:45.841Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3258 | 2023-10-22T03:44:46.205Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3259 | 2023-10-22T03:44:47.373Z | Documenting termios v0.3.3 |
3260 | 2023-10-22T03:44:51.261Z | Documenting topological-sort v0.2.2 |
3261 | 2023-10-22T03:44:52.070Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3262 | 2023-10-22T03:44:52.302Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3263 | 2023-10-22T03:44:54.023Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3264 | 2023-10-22T03:44:57.189Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3265 | 2023-10-22T03:44:57.694Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3266 | 2023-10-22T03:45:03.249Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3267 | 2023-10-22T03:45:24.673Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3268 | 2023-10-22T03:45:34.786Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3269 | 2023-10-22T03:45:46.886Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3270 | 2023-10-22T03:45:49.886Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3271 | 2023-10-22T03:45:50.283Z | warning: unresolved link to `ExtractedArtifactDataHandle` |
3272 | 2023-10-22T03:45:50.287Z | --> wicketd/src/artifacts/extracted_artifacts.rs:172:46 |
3273 | 2023-10-22T03:45:50.292Z | | |
3274 | 2023-10-22T03:45:50.295Z | 172 | /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3275 | 2023-10-22T03:45:50.298Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this link resolves to the struct `ExtractedArtifactDataHandle`, which is not in the value namespace |
3276 | 2023-10-22T03:45:50.302Z | | |
3277 | 2023-10-22T03:45:50.305Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3278 | 2023-10-22T03:45:50.308Z | help: to link to the struct, prefix with `struct@` |
3279 | 2023-10-22T03:45:50.311Z | | |
3280 | 2023-10-22T03:45:50.314Z | 172 - /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3281 | 2023-10-22T03:45:50.318Z | 172 + /// persist the temporary file into an [`struct@ExtractedArtifactDataHandle`]. |
3282 | 2023-10-22T03:45:50.321Z | | |
3283 | 2023-10-22T03:45:50.324Z | |
3284 | 2023-10-22T03:45:53.099Z | warning: `wicketd` (lib doc) generated 1 warning |
3285 | 2023-10-22T03:45:53.103Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3286 | 2023-10-22T03:45:58.708Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3287 | 2023-10-22T03:46:07.091Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3288 | 2023-10-22T03:46:58.001Z | warning: unresolved link to `Driver::status` |
3289 | 2023-10-22T03:46:58.004Z | --> nexus/src/app/background/common.rs:180:34 |
3290 | 2023-10-22T03:46:58.007Z | | |
3291 | 2023-10-22T03:46:58.010Z | 180 | /// [`Driver::activate()`] and [`Driver::status()`] to identify the task. |
3292 | 2023-10-22T03:46:58.012Z | | ^^^^^^^^^^^^^^^^ the struct `Driver` has no function named `status` |
3293 | 2023-10-22T03:46:58.015Z | | |
3294 | 2023-10-22T03:46:58.017Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3295 | 2023-10-22T03:46:58.020Z | |
3296 | 2023-10-22T03:46:58.023Z | warning: unresolved link to `Driver::status` |
3297 | 2023-10-22T03:46:58.026Z | --> nexus/src/app/background/common.rs:280:30 |
3298 | 2023-10-22T03:46:58.029Z | | |
3299 | 2023-10-22T03:46:58.032Z | 280 | /// tasks. You'd call [`Driver::status()`] with each of the items produced |
3300 | 2023-10-22T03:46:58.035Z | | ^^^^^^^^^^^^^^^^ the struct `Driver` has no function named `status` |
3301 | 2023-10-22T03:46:58.037Z | |
3302 | 2023-10-22T03:47:01.031Z | warning: `omicron-nexus` (lib doc) generated 2 warnings |
3303 | 2023-10-22T03:47:30.192Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 59s |
3304 | 2023-10-22T03:47:30.311Z | |
3305 | 2023-10-22T03:47:30.315Z | real 16:59.652497125 |
3306 | 2023-10-22T03:47:30.318Z | user 59:42.552453896 |
3307 | 2023-10-22T03:47:30.321Z | sys 1:04:16.603370257 |
3308 | 2023-10-22T03:47:30.324Z | trap 2.351743407 |
3309 | 2023-10-22T03:47:30.327Z | tflt 0.128889372 |
3310 | 2023-10-22T03:47:30.330Z | dflt 0.601556381 |
3311 | 2023-10-22T03:47:30.333Z | kflt 0.000775174 |
3312 | 2023-10-22T03:47:30.336Z | lock 3:10:58.651562818 |
3313 | 2023-10-22T03:47:30.339Z | slp 4:26:58.737799076 |
3314 | 2023-10-22T03:47:30.342Z | lat 5:53.542979661 |
3315 | 2023-10-22T03:47:30.344Z | stop 2:20.670506797 |
3316 | 2023-10-22T03:47:30.347Z | process exited: duration 2060861 ms, exit code 0 |
|
3317 | 2023-10-22T03:47:30.355Z | found 0 output files |