|
|
|
1 | 2023-10-25T21:59:24.333Z | job assigned to worker 01HDMDFVYBJXS4Y20AAB2Z6P9E (queued for 1 m 44 s) |
|
2 | 2023-10-25T21:59:25.230Z | starting task 0: "setup" |
3 | 2023-10-25T21:59:25.712Z | ++ uname -s |
4 | 2023-10-25T21:59:25.722Z | + kern=SunOS |
5 | 2023-10-25T21:59:25.728Z | + case "$kern" in |
6 | 2023-10-25T21:59:25.742Z | + groupadd -g 12345 build |
7 | 2023-10-25T21:59:25.755Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-25T21:59:28.179Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-25T21:59:28.187Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-25T21:59:28.195Z | + home_fs=zfs |
11 | 2023-10-25T21:59:28.202Z | + [[ zfs == autofs ]] |
12 | 2023-10-25T21:59:28.217Z | + mkdir -p /home/build |
13 | 2023-10-25T21:59:28.224Z | + chown build:build /home/build /work |
14 | 2023-10-25T21:59:30.122Z | + chmod 0700 /home/build /work |
15 | 2023-10-25T21:59:30.129Z | process exited: duration 4890 ms, exit code 0 |
|
16 | 2023-10-25T21:59:30.137Z | starting task 1: "rust-toolchain" |
17 | 2023-10-25T21:59:30.151Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-25T21:59:30.162Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-25T21:59:30.331Z | info: downloading installer |
20 | 2023-10-25T21:59:32.076Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-25T21:59:32.134Z | warning: /opt/ooce/bin |
22 | 2023-10-25T21:59:32.140Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-25T21:59:32.151Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-25T21:59:32.156Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-25T21:59:32.160Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-25T21:59:32.165Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-25T21:59:32.170Z | error: cannot install while Rust is installed |
28 | 2023-10-25T21:59:32.176Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-25T21:59:32.486Z | info: profile set to 'default' |
30 | 2023-10-25T21:59:32.489Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-25T21:59:32.497Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-25T21:59:32.651Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-25T21:59:32.660Z | info: downloading component 'cargo' |
34 | 2023-10-25T21:59:33.222Z | info: downloading component 'clippy' |
35 | 2023-10-25T21:59:33.435Z | info: downloading component 'rust-docs' |
36 | 2023-10-25T21:59:34.566Z | info: downloading component 'rust-std' |
37 | 2023-10-25T21:59:35.435Z | info: downloading component 'rustc' |
38 | 2023-10-25T21:59:38.590Z | info: downloading component 'rustfmt' |
39 | 2023-10-25T21:59:38.774Z | info: installing component 'cargo' |
40 | 2023-10-25T21:59:40.626Z | info: installing component 'clippy' |
41 | 2023-10-25T21:59:41.576Z | info: installing component 'rust-docs' |
42 | 2023-10-25T21:59:44.171Z | info: installing component 'rust-std' |
43 | 2023-10-25T21:59:48.661Z | info: installing component 'rustc' |
44 | 2023-10-25T21:59:58.524Z | info: installing component 'rustfmt' |
45 | 2023-10-25T21:59:58.978Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-25T21:59:58.985Z | |
47 | 2023-10-25T21:59:59.109Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-25T21:59:59.113Z | |
49 | 2023-10-25T21:59:59.117Z | |
50 | 2023-10-25T21:59:59.121Z | Rust is installed now. Great! |
51 | 2023-10-25T21:59:59.124Z | |
52 | 2023-10-25T21:59:59.128Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-25T21:59:59.131Z | environment variable. This has not been done automatically. |
54 | 2023-10-25T21:59:59.135Z | |
55 | 2023-10-25T21:59:59.177Z | To configure your current shell, run: |
56 | 2023-10-25T21:59:59.189Z | source "$HOME/.cargo/env" |
57 | 2023-10-25T21:59:59.205Z | + rustc --version |
58 | 2023-10-25T21:59:59.317Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-25T21:59:59.322Z | process exited: duration 29184 ms, exit code 0 |
|
60 | 2023-10-25T21:59:59.329Z | starting task 2: "authentication" |
61 | 2023-10-25T21:59:59.788Z | process exited: duration 41 ms, exit code 0 |
|
62 | 2023-10-25T21:59:59.802Z | starting task 3: "clone repository" |
63 | 2023-10-25T21:59:59.812Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-25T21:59:59.816Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-25T22:00:00.275Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-25T22:00:06.987Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-25T22:00:06.990Z | + [[ -n '' ]] |
68 | 2023-10-25T22:00:06.993Z | + git fetch origin 9e9ded3f3a4b03193700404e284984f2d4c2c2d4 |
69 | 2023-10-25T22:00:08.031Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-25T22:00:08.035Z | * branch 9e9ded3f3a4b03193700404e284984f2d4c2c2d4 -> FETCH_HEAD |
71 | 2023-10-25T22:00:08.040Z | + git reset --hard 9e9ded3f3a4b03193700404e284984f2d4c2c2d4 |
72 | 2023-10-25T22:00:08.045Z | HEAD is now at 9e9ded3f Adapt new tests to new testing format and fix recent replicated sql bug |
73 | 2023-10-25T22:00:08.065Z | process exited: duration 7955 ms, exit code 0 |
|
74 | 2023-10-25T22:00:08.083Z | starting task 4: "build" |
75 | 2023-10-25T22:00:08.096Z | + cargo --version |
76 | 2023-10-25T22:00:08.192Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
77 | 2023-10-25T22:00:08.206Z | + rustc --version |
78 | 2023-10-25T22:00:08.290Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
79 | 2023-10-25T22:00:08.304Z | + source ./env.sh |
80 | 2023-10-25T22:00:08.747Z | ++ set -o xtrace |
81 | 2023-10-25T22:00:08.760Z | ++++ dirname ./env.sh |
82 | 2023-10-25T22:00:08.768Z | +++ cd . |
83 | 2023-10-25T22:00:08.782Z | +++ echo /work/oxidecomputer/omicron |
84 | 2023-10-25T22:00:08.793Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
85 | 2023-10-25T22:00:08.801Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
86 | 2023-10-25T22:00:08.810Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
87 | 2023-10-25T22:00:08.820Z | ++ 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 |
88 | 2023-10-25T22:00:08.834Z | ++ 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 |
89 | 2023-10-25T22:00:08.841Z | ++ 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 |
90 | 2023-10-25T22:00:08.846Z | ++ 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 |
91 | 2023-10-25T22:00:08.856Z | ++ 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 |
92 | 2023-10-25T22:00:08.859Z | ++ 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 |
93 | 2023-10-25T22:00:08.862Z | ++ unset OMICRON_WS |
94 | 2023-10-25T22:00:08.865Z | ++ set +o xtrace |
95 | 2023-10-25T22:00:08.868Z | |
96 | 2023-10-25T22:00:08.871Z | ##### ##### ###### ##### ###### #### # # # #### # |
97 | 2023-10-25T22:00:08.874Z | # # # # # # # # # # # # # # # |
98 | 2023-10-25T22:00:08.877Z | # # # # ##### # # ##### # # # # # #### # |
99 | 2023-10-25T22:00:08.880Z | ##### ##### # ##### # # # # # # # # # |
100 | 2023-10-25T22:00:08.883Z | # # # # # # # # # # # # # # # |
101 | 2023-10-25T22:00:09.295Z | # # # ###### # # ###### ### # #### # #### # |
102 | 2023-10-25T22:00:09.299Z | |
103 | 2023-10-25T22:00:23.241Z | Startup: Refreshing catalog 'helios-dev' ... Done |
104 | 2023-10-25T22:00:24.124Z | Startup: Caching catalogs ... Done |
105 | 2023-10-25T22:00:28.704Z | Planning: Solver setup ... Done (4.299s) |
106 | 2023-10-25T22:00:28.818Z | Planning: Running solver ... Done (0.111s) |
107 | 2023-10-25T22:00:28.869Z | Planning: Finding local manifests ... Done (0.003s) |
108 | 2023-10-25T22:00:28.882Z | Planning: Fetching manifests: 0/4 0% complete |
109 | 2023-10-25T22:00:30.237Z | Planning: Fetching manifests: 4/4 100% complete |
110 | 2023-10-25T22:00:30.265Z | Planning: Package planning ... Done (0.085s) |
111 | 2023-10-25T22:00:30.275Z | Planning: Merging actions ... Done (0.085s) |
112 | 2023-10-25T22:00:30.869Z | Planning: Checking for conflicting actions ... Done (1.568s) |
113 | 2023-10-25T22:00:30.893Z | Planning: Consolidating action changes ... Done (0.017s) |
114 | 2023-10-25T22:00:42.097Z | Planning: Evaluating mediators ... Done (11.230s) |
115 | 2023-10-25T22:00:42.110Z | Planning: Planning completed in 17.93 seconds |
116 | 2023-10-25T22:00:54.902Z | Packages to install: 4 |
117 | 2023-10-25T22:00:54.958Z | Mediators to change: 2 |
118 | 2023-10-25T22:00:54.994Z | Services to change: 1 |
119 | 2023-10-25T22:00:55.061Z | Estimated space available: 149.39 GB |
120 | 2023-10-25T22:00:55.136Z | Estimated space to be consumed: 1.37 GB |
121 | 2023-10-25T22:00:55.214Z | Create boot environment: No |
122 | 2023-10-25T22:00:55.318Z | Create backup boot environment: No |
123 | 2023-10-25T22:00:55.339Z | Rebuild boot archive: No |
124 | 2023-10-25T22:00:55.380Z | |
125 | 2023-10-25T22:00:55.387Z | Changed mediators: |
126 | 2023-10-25T22:00:55.421Z | mediator clang: |
127 | 2023-10-25T22:00:55.471Z | version: None -> 15 (system default) |
128 | 2023-10-25T22:00:55.488Z | |
129 | 2023-10-25T22:00:55.537Z | mediator llvm: |
130 | 2023-10-25T22:00:55.596Z | version: 14 (system default) -> 15 (system default) |
131 | 2023-10-25T22:00:55.652Z | |
132 | 2023-10-25T22:00:55.764Z | Changed packages: |
133 | 2023-10-25T22:00:55.802Z | helios-dev |
134 | 2023-10-25T22:00:55.840Z | developer/build-essential |
135 | 2023-10-25T22:00:55.851Z | None -> 11-2.0 |
136 | 2023-10-25T22:00:56.263Z | library/libxmlsec1 |
137 | 2023-10-25T22:00:56.270Z | None -> 1.2.35-2.0 |
138 | 2023-10-25T22:00:56.290Z | ooce/developer/clang-15 |
139 | 2023-10-25T22:00:56.328Z | None -> 15.0.7-2.0 |
140 | 2023-10-25T22:00:56.750Z | ooce/developer/llvm-15 |
141 | 2023-10-25T22:00:57.168Z | None -> 15.0.7-2.0 |
142 | 2023-10-25T22:00:57.189Z | |
143 | 2023-10-25T22:00:57.198Z | Services: |
144 | 2023-10-25T22:00:57.223Z | restart_fmri: |
145 | 2023-10-25T22:00:57.242Z | svc:/system/update-man-index:default |
146 | 2023-10-25T22:00:57.280Z | |
147 | 2023-10-25T22:00:57.302Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
148 | 2023-10-25T22:00:57.334Z | Download: 1184/3290 items 44.8/212.6MB 21% complete (9.1M/s) |
149 | 2023-10-25T22:01:01.231Z | Download: 1259/3290 items 106.4/212.6MB 50% complete (10.7M/s) |
150 | 2023-10-25T22:01:06.233Z | Download: 2534/3290 items 120.1/212.6MB 56% complete (7.6M/s) |
151 | 2023-10-25T22:01:10.662Z | Download: Completed 212.60 MB in 19.45 seconds (10.9M/s) |
152 | 2023-10-25T22:01:11.422Z | Actions: 1/3687 actions (Installing new actions) |
153 | 2023-10-25T22:01:16.448Z | Actions: 2802/3687 actions (Installing new actions) |
154 | 2023-10-25T22:01:19.608Z | Actions: Completed 3687 actions in 8.19 seconds. |
155 | 2023-10-25T22:01:19.694Z | Done (0.075s) |
156 | 2023-10-25T22:01:19.701Z | Done (0.000s) |
157 | 2023-10-25T22:01:19.880Z | Done (0.190s) |
158 | 2023-10-25T22:01:28.261Z | Done (8.266s) |
159 | 2023-10-25T22:01:28.625Z | Done (0.268s) |
160 | 2023-10-25T22:01:28.633Z | Done (0.000s) |
161 | 2023-10-25T22:01:29.029Z | Done (0.000s) |
162 | 2023-10-25T22:01:29.706Z | Planning: Evaluating mediator changes ... Done |
163 | 2023-10-25T22:01:29.978Z | Planning: Checking for conflicting actions ... Done |
164 | 2023-10-25T22:01:29.987Z | Planning: Consolidating action changes ... Done |
165 | 2023-10-25T22:01:30.828Z | Planning: Evaluating mediators ... Done |
166 | 2023-10-25T22:01:30.836Z | Planning: Planning completed in 0.71 seconds |
167 | 2023-10-25T22:01:30.858Z | Mediators to change: 2 |
168 | 2023-10-25T22:01:30.873Z | Create boot environment: No |
169 | 2023-10-25T22:01:30.888Z | Create backup boot environment: No |
170 | 2023-10-25T22:01:30.897Z | Done |
171 | 2023-10-25T22:01:30.904Z | Done |
172 | 2023-10-25T22:01:30.912Z | Done |
173 | 2023-10-25T22:01:36.490Z | Done |
174 | 2023-10-25T22:01:37.013Z | Done |
175 | 2023-10-25T22:01:37.017Z | Done |
176 | 2023-10-25T22:01:37.026Z | Done |
177 | 2023-10-25T22:01:37.861Z | Planning: Evaluating mediator changes ... Done |
178 | 2023-10-25T22:01:37.864Z | Planning: Merging actions ... Done |
179 | 2023-10-25T22:01:38.191Z | Planning: Checking for conflicting actions ... Done |
180 | 2023-10-25T22:01:38.198Z | Planning: Consolidating action changes ... Done |
181 | 2023-10-25T22:01:38.634Z | Planning: Evaluating mediators ... Done |
182 | 2023-10-25T22:01:39.084Z | Planning: Planning completed in 1.29 seconds |
183 | 2023-10-25T22:01:39.099Z | Packages to change: 1 |
184 | 2023-10-25T22:01:39.105Z | Mediators to change: 1 |
185 | 2023-10-25T22:01:39.147Z | Services to change: 1 |
186 | 2023-10-25T22:01:39.160Z | Create boot environment: No |
187 | 2023-10-25T22:01:39.171Z | Create backup boot environment: Yes |
188 | 2023-10-25T22:01:40.969Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2023-10-25T22:01:40.977Z | Actions: Completed 6 actions in 0.00 seconds. |
190 | 2023-10-25T22:01:40.988Z | Done |
191 | 2023-10-25T22:01:40.998Z | Done |
192 | 2023-10-25T22:01:41.020Z | Done |
193 | 2023-10-25T22:01:46.883Z | Done |
194 | 2023-10-25T22:01:46.990Z | Done |
195 | 2023-10-25T22:01:46.997Z | Done |
196 | 2023-10-25T22:01:47.077Z | Done |
197 | 2023-10-25T22:01:47.746Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2023-10-25T22:01:47.750Z | clang system 15 system |
199 | 2023-10-25T22:01:47.753Z | csh system system illumos |
200 | 2023-10-25T22:01:47.757Z | ctags system system illumos |
201 | 2023-10-25T22:01:47.768Z | gcc vendor 12 vendor |
202 | 2023-10-25T22:01:47.773Z | gcc system 10 system |
203 | 2023-10-25T22:01:47.776Z | gcc system 7 system |
204 | 2023-10-25T22:01:47.780Z | go system 1.20 system |
205 | 2023-10-25T22:01:47.784Z | go system 1.19 system |
206 | 2023-10-25T22:01:47.787Z | llvm system 15 system |
207 | 2023-10-25T22:01:47.791Z | llvm system 14 system |
208 | 2023-10-25T22:01:47.795Z | mariadb system 10.6 system |
209 | 2023-10-25T22:01:47.799Z | mta vendor vendor dma |
210 | 2023-10-25T22:01:47.803Z | openjdk system 17 system |
211 | 2023-10-25T22:01:47.807Z | openjdk system 11 system |
212 | 2023-10-25T22:01:47.812Z | openjdk system 1.8 system |
213 | 2023-10-25T22:01:47.821Z | openssl vendor 3 vendor |
214 | 2023-10-25T22:01:47.829Z | perl system 5.36 system |
215 | 2023-10-25T22:01:47.832Z | postgresql system 15 system |
216 | 2023-10-25T22:01:47.839Z | postgresql system 13 system |
217 | 2023-10-25T22:01:47.843Z | python vendor 3 vendor |
218 | 2023-10-25T22:01:47.856Z | python system 2 system |
219 | 2023-10-25T22:01:47.861Z | python3 system 3.11 system |
220 | 2023-10-25T22:01:47.866Z | ruby system 3.0 system |
221 | 2023-10-25T22:01:47.870Z | words vendor vendor american-english |
222 | 2023-10-25T22:01:47.885Z | words system system australian-english |
223 | 2023-10-25T22:01:47.891Z | words system system british-english |
224 | 2023-10-25T22:01:47.926Z | words system system canadian-english |
225 | 2023-10-25T22:01:47.930Z | words system system french |
226 | 2023-10-25T22:01:47.934Z | words system system italian |
227 | 2023-10-25T22:01:47.938Z | words system system ngerman |
228 | 2023-10-25T22:01:47.942Z | words system system ogerman |
229 | 2023-10-25T22:01:48.362Z | words system system spanish |
230 | 2023-10-25T22:01:48.366Z | FMRI IFO |
231 | 2023-10-25T22:01:48.370Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2023-10-25T22:01:48.374Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2023-10-25T22:01:48.393Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2023-10-25T22:01:48.409Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
235 | 2023-10-25T22:01:48.422Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2023-10-25T22:01:48.452Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
237 | 2023-10-25T22:01:48.457Z | + set -o errexit |
238 | 2023-10-25T22:01:48.462Z | +++ dirname ./tools/ci_download_cockroachdb |
239 | 2023-10-25T22:01:48.465Z | ++ cd ./tools |
240 | 2023-10-25T22:01:48.469Z | ++ pwd |
241 | 2023-10-25T22:01:48.472Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
242 | 2023-10-25T22:01:48.475Z | ++ basename ./tools/ci_download_cockroachdb |
243 | 2023-10-25T22:01:48.478Z | + ARG0=ci_download_cockroachdb |
244 | 2023-10-25T22:01:48.481Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
245 | 2023-10-25T22:01:48.484Z | + CIDL_VERSION=v22.1.9 |
246 | 2023-10-25T22:01:48.488Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
247 | 2023-10-25T22:01:48.491Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
248 | 2023-10-25T22:01:48.494Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
249 | 2023-10-25T22:01:48.497Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
250 | 2023-10-25T22:01:48.500Z | + TARGET_DIR=out |
251 | 2023-10-25T22:01:48.505Z | + DOWNLOAD_DIR=out/downloads |
252 | 2023-10-25T22:01:48.508Z | + DEST_DIR=./out/cockroachdb |
253 | 2023-10-25T22:01:48.517Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
254 | 2023-10-25T22:01:48.520Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
255 | 2023-10-25T22:01:48.523Z | + main |
256 | 2023-10-25T22:01:48.526Z | + [[ 0 != 0 ]] |
257 | 2023-10-25T22:01:48.529Z | + CIDL_OS=solaris2.11 |
258 | 2023-10-25T22:01:48.532Z | + [[ 0 != 0 ]] |
259 | 2023-10-25T22:01:48.535Z | + configure_os solaris2.11 |
260 | 2023-10-25T22:01:48.538Z | + echo 'current directory: /work/oxidecomputer/omicron' |
261 | 2023-10-25T22:01:48.541Z | current directory: /work/oxidecomputer/omicron |
262 | 2023-10-25T22:01:48.544Z | + echo 'configuring based on OS: "solaris2.11"' |
263 | 2023-10-25T22:01:48.548Z | configuring based on OS: "solaris2.11" |
264 | 2023-10-25T22:01:48.551Z | + case "$1" in |
265 | 2023-10-25T22:01:48.554Z | + CIDL_BUILD=illumos |
266 | 2023-10-25T22:01:48.557Z | + CIDL_SUFFIX=tar.gz |
267 | 2023-10-25T22:01:48.561Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
268 | 2023-10-25T22:01:48.564Z | + CIDL_MD5FUNC=do_md5sum |
269 | 2023-10-25T22:01:48.567Z | + CIDL_URL_BASE=https://illumos.org/downloads |
270 | 2023-10-25T22:01:48.571Z | + CIDL_ASSEMBLE=do_assemble_illumos |
271 | 2023-10-25T22:01:48.573Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
272 | 2023-10-25T22:01:48.576Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-10-25T22:01:48.580Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-10-25T22:01:48.583Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
275 | 2023-10-25T22:01:48.588Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-10-25T22:01:48.592Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
277 | 2023-10-25T22:01:48.595Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-10-25T22:01:48.599Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2023-10-25T22:01:48.602Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-10-25T22:01:48.605Z | + mkdir -p out/downloads |
281 | 2023-10-25T22:01:48.608Z | + mkdir -p ./out/cockroachdb |
282 | 2023-10-25T22:01:48.612Z | + local DO_DOWNLOAD=true |
283 | 2023-10-25T22:01:48.615Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
284 | 2023-10-25T22:01:48.618Z | + '[' true == true ']' |
285 | 2023-10-25T22:01:48.622Z | + echo Downloading... |
286 | 2023-10-25T22:01:48.625Z | Downloading... |
287 | 2023-10-25T22:01:48.628Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-10-25T22:01:48.631Z | + 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 |
289 | 2023-10-25T22:01:52.236Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2023-10-25T22:01:52.241Z | ++ md5sum |
291 | 2023-10-25T22:01:52.245Z | ++ awk '{print $1}' |
292 | 2023-10-25T22:01:52.425Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
293 | 2023-10-25T22:01:52.438Z | + [[ 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 ]] |
294 | 2023-10-25T22:01:52.446Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-10-25T22:01:52.450Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
296 | 2023-10-25T22:01:55.779Z | + do_assemble_illumos |
297 | 2023-10-25T22:01:55.782Z | + rm -r ./out/cockroachdb |
298 | 2023-10-25T22:01:55.787Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
299 | 2023-10-25T22:01:56.434Z | + ./out/cockroachdb/bin/cockroach version |
300 | 2023-10-25T22:01:56.746Z | Build Tag: v22.1.9-dirty |
301 | 2023-10-25T22:01:56.750Z | Build Time: 2022/10/26 21:17:46 |
302 | 2023-10-25T22:01:56.754Z | Distribution: OSS |
303 | 2023-10-25T22:01:56.757Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
304 | 2023-10-25T22:01:56.761Z | Go Version: go1.17.13 |
305 | 2023-10-25T22:01:56.764Z | C Compiler: gcc 10.3.0 |
306 | 2023-10-25T22:01:56.768Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
307 | 2023-10-25T22:01:56.772Z | Build Type: release |
308 | 2023-10-25T22:01:56.775Z | + set -o errexit |
309 | 2023-10-25T22:01:56.779Z | +++ dirname ./tools/ci_download_clickhouse |
310 | 2023-10-25T22:01:56.783Z | ++ cd ./tools |
311 | 2023-10-25T22:01:56.793Z | ++ pwd |
312 | 2023-10-25T22:01:56.797Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
313 | 2023-10-25T22:01:56.801Z | ++ basename ./tools/ci_download_clickhouse |
314 | 2023-10-25T22:01:56.804Z | + ARG0=ci_download_clickhouse |
315 | 2023-10-25T22:01:56.810Z | + TARGET_DIR=out |
316 | 2023-10-25T22:01:56.818Z | + DOWNLOAD_DIR=out/downloads |
317 | 2023-10-25T22:01:56.822Z | + DEST_DIR=./out/clickhouse |
318 | 2023-10-25T22:01:56.825Z | + CIDL_VERSION=v22.8.9.24 |
319 | 2023-10-25T22:01:56.829Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
320 | 2023-10-25T22:01:56.832Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
321 | 2023-10-25T22:01:56.836Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
322 | 2023-10-25T22:01:56.839Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
323 | 2023-10-25T22:01:56.842Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
324 | 2023-10-25T22:01:56.846Z | + main |
325 | 2023-10-25T22:01:56.849Z | + [[ 0 != 0 ]] |
326 | 2023-10-25T22:01:56.853Z | + CIDL_OS=solaris2.11 |
327 | 2023-10-25T22:01:56.856Z | + [[ 0 != 0 ]] |
328 | 2023-10-25T22:01:56.860Z | + configure_os solaris2.11 |
329 | 2023-10-25T22:01:56.863Z | + echo 'current directory: /work/oxidecomputer/omicron' |
330 | 2023-10-25T22:01:56.867Z | current directory: /work/oxidecomputer/omicron |
331 | 2023-10-25T22:01:56.870Z | + echo 'configuring based on OS: "solaris2.11"' |
332 | 2023-10-25T22:01:56.874Z | configuring based on OS: "solaris2.11" |
333 | 2023-10-25T22:01:56.877Z | + CIDL_DASHREV= |
334 | 2023-10-25T22:01:56.881Z | + case "$1" in |
335 | 2023-10-25T22:01:56.889Z | + CIDL_PLATFORM=illumos |
336 | 2023-10-25T22:01:56.907Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
337 | 2023-10-25T22:01:56.911Z | + CIDL_MD5FUNC=do_md5sum |
338 | 2023-10-25T22:01:56.915Z | + CIDL_DASHREV=-1 |
339 | 2023-10-25T22:01:56.918Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
340 | 2023-10-25T22:01:56.922Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-10-25T22:01:56.927Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-10-25T22:01:56.935Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-10-25T22:01:56.939Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
344 | 2023-10-25T22:01:56.942Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2023-10-25T22:01:56.948Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
346 | 2023-10-25T22:01:56.953Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-10-25T22:01:56.958Z | + mkdir -p out/downloads |
348 | 2023-10-25T22:01:56.962Z | + mkdir -p ./out/clickhouse |
349 | 2023-10-25T22:01:56.970Z | + local DO_DOWNLOAD=true |
350 | 2023-10-25T22:01:56.976Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
351 | 2023-10-25T22:01:56.983Z | + '[' true == true ']' |
352 | 2023-10-25T22:01:56.988Z | + echo Downloading... |
353 | 2023-10-25T22:01:56.993Z | Downloading... |
354 | 2023-10-25T22:01:57.002Z | + 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 |
355 | 2023-10-25T22:01:57.009Z | + 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 |
356 | 2023-10-25T22:02:00.994Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
357 | 2023-10-25T22:02:00.998Z | ++ md5sum |
358 | 2023-10-25T22:02:01.003Z | ++ awk '{print $1}' |
359 | 2023-10-25T22:02:01.257Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
360 | 2023-10-25T22:02:01.260Z | + [[ 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 ]] |
361 | 2023-10-25T22:02:01.670Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
362 | 2023-10-25T22:02:01.675Z | + mkdir -p ./out/clickhouse |
363 | 2023-10-25T22:02:01.679Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
364 | 2023-10-25T22:02:06.109Z | + ./out/clickhouse/clickhouse server --version |
365 | 2023-10-25T22:02:06.158Z | ClickHouse server version 22.8.9.1. |
366 | 2023-10-25T22:02:06.178Z | + set -o errexit |
367 | 2023-10-25T22:02:06.183Z | +++ dirname ./tools/ci_download_console |
368 | 2023-10-25T22:02:06.187Z | ++ cd ./tools |
369 | 2023-10-25T22:02:06.193Z | ++ pwd |
370 | 2023-10-25T22:02:06.198Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
371 | 2023-10-25T22:02:06.202Z | ++ basename ./tools/ci_download_console |
372 | 2023-10-25T22:02:06.207Z | + ARG0=ci_download_console |
373 | 2023-10-25T22:02:06.211Z | + TARGET_DIR=out |
374 | 2023-10-25T22:02:06.222Z | + DOWNLOAD_DIR=out/downloads |
375 | 2023-10-25T22:02:06.228Z | + DEST_DIR=./out/console-assets |
376 | 2023-10-25T22:02:06.233Z | + source /work/oxidecomputer/omicron/tools/console_version |
377 | 2023-10-25T22:02:06.245Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
378 | 2023-10-25T22:02:06.249Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
379 | 2023-10-25T22:02:06.252Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
380 | 2023-10-25T22:02:06.256Z | + TARBALL_FILE=out/downloads/console.tar.gz |
381 | 2023-10-25T22:02:06.260Z | + main |
382 | 2023-10-25T22:02:06.264Z | + [[ 0 != 0 ]] |
383 | 2023-10-25T22:02:06.268Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
384 | 2023-10-25T22:02:06.272Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
385 | 2023-10-25T22:02:06.276Z | + echo 'Local file: out/downloads/console.tar.gz' |
386 | 2023-10-25T22:02:06.281Z | Local file: out/downloads/console.tar.gz |
387 | 2023-10-25T22:02:06.285Z | + local DO_DOWNLOAD=true |
388 | 2023-10-25T22:02:06.289Z | + [[ -f out/downloads/console.tar.gz ]] |
389 | 2023-10-25T22:02:06.294Z | + mkdir -p out/downloads |
390 | 2023-10-25T22:02:06.298Z | + '[' true == true ']' |
391 | 2023-10-25T22:02:06.302Z | + echo Downloading... |
392 | 2023-10-25T22:02:06.306Z | Downloading... |
393 | 2023-10-25T22:02:06.310Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
394 | 2023-10-25T22:02:06.314Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
395 | 2023-10-25T22:02:06.850Z | ++ do_sha256sum out/downloads/console.tar.gz |
396 | 2023-10-25T22:02:06.858Z | ++ case "$OSTYPE" in |
397 | 2023-10-25T22:02:06.868Z | ++ SHA=sha256sum |
398 | 2023-10-25T22:02:06.879Z | ++ sha256sum |
399 | 2023-10-25T22:02:06.887Z | ++ awk '{print $1}' |
400 | 2023-10-25T22:02:06.900Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
401 | 2023-10-25T22:02:06.906Z | + [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]] |
402 | 2023-10-25T22:02:06.910Z | + rm -rf ./out/console-assets |
403 | 2023-10-25T22:02:06.915Z | + mkdir -p ./out/console-assets |
404 | 2023-10-25T22:02:06.919Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
405 | 2023-10-25T22:02:06.922Z | + mkdir -p ./out/console-assets |
406 | 2023-10-25T22:02:06.926Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
407 | 2023-10-25T22:02:07.021Z | + set -o errexit |
408 | 2023-10-25T22:02:07.028Z | +++ dirname ./tools/ci_download_maghemite_openapi |
409 | 2023-10-25T22:02:07.033Z | ++ cd ./tools |
410 | 2023-10-25T22:02:07.040Z | ++ pwd |
411 | 2023-10-25T22:02:07.046Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
412 | 2023-10-25T22:02:07.053Z | ++ basename ./tools/ci_download_maghemite_openapi |
413 | 2023-10-25T22:02:07.057Z | + ARG0=ci_download_maghemite_openapi |
414 | 2023-10-25T22:02:07.061Z | + TARGET_DIR=out |
415 | 2023-10-25T22:02:07.065Z | + DOWNLOAD_DIR=out/downloads |
416 | 2023-10-25T22:02:07.071Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
417 | 2023-10-25T22:02:07.078Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
418 | 2023-10-25T22:02:07.089Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
419 | 2023-10-25T22:02:07.105Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
420 | 2023-10-25T22:02:07.113Z | + LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
421 | 2023-10-25T22:02:07.117Z | + main |
422 | 2023-10-25T22:02:07.121Z | + [[ 0 != 0 ]] |
423 | 2023-10-25T22:02:07.125Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json' |
424 | 2023-10-25T22:02:07.128Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
425 | 2023-10-25T22:02:07.142Z | + echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
426 | 2023-10-25T22:02:07.150Z | Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
427 | 2023-10-25T22:02:07.153Z | + local DO_DOWNLOAD=true |
428 | 2023-10-25T22:02:07.158Z | + [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
429 | 2023-10-25T22:02:07.161Z | + mkdir -p out/downloads |
430 | 2023-10-25T22:02:07.165Z | + '[' true == true ']' |
431 | 2023-10-25T22:02:07.168Z | + echo Downloading... |
432 | 2023-10-25T22:02:07.172Z | Downloading... |
433 | 2023-10-25T22:02:07.175Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
434 | 2023-10-25T22:02:07.178Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
435 | 2023-10-25T22:02:07.206Z | ++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
436 | 2023-10-25T22:02:07.209Z | ++ case "$OSTYPE" in |
437 | 2023-10-25T22:02:07.212Z | ++ SHA=sha256sum |
438 | 2023-10-25T22:02:07.216Z | ++ sha256sum |
439 | 2023-10-25T22:02:07.220Z | ++ awk '{print $1}' |
440 | 2023-10-25T22:02:07.223Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
441 | 2023-10-25T22:02:07.227Z | + [[ 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 ]] |
442 | 2023-10-25T22:02:07.232Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
443 | 2023-10-25T22:02:07.237Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
444 | 2023-10-25T22:02:07.240Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
445 | 2023-10-25T22:02:07.244Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
446 | 2023-10-25T22:02:07.249Z | + LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
447 | 2023-10-25T22:02:07.253Z | + main |
448 | 2023-10-25T22:02:07.259Z | + [[ 0 != 0 ]] |
449 | 2023-10-25T22:02:07.263Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json' |
450 | 2023-10-25T22:02:07.268Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
451 | 2023-10-25T22:02:07.272Z | + echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
452 | 2023-10-25T22:02:07.276Z | + local DO_DOWNLOAD=true |
453 | 2023-10-25T22:02:07.280Z | Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
454 | 2023-10-25T22:02:07.283Z | + [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
455 | 2023-10-25T22:02:07.287Z | + mkdir -p out/downloads |
456 | 2023-10-25T22:02:07.291Z | + '[' true == true ']' |
457 | 2023-10-25T22:02:07.299Z | + echo Downloading... |
458 | 2023-10-25T22:02:07.310Z | Downloading... |
459 | 2023-10-25T22:02:07.338Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
460 | 2023-10-25T22:02:07.343Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
461 | 2023-10-25T22:02:07.375Z | ++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
462 | 2023-10-25T22:02:07.378Z | ++ case "$OSTYPE" in |
463 | 2023-10-25T22:02:07.383Z | ++ SHA=sha256sum |
464 | 2023-10-25T22:02:07.387Z | ++ sha256sum |
465 | 2023-10-25T22:02:07.394Z | ++ awk '{print $1}' |
466 | 2023-10-25T22:02:07.399Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
467 | 2023-10-25T22:02:07.403Z | + [[ 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 ]] |
468 | 2023-10-25T22:02:07.407Z | + set -o errexit |
469 | 2023-10-25T22:02:07.410Z | +++ dirname ./tools/ci_download_dendrite_openapi |
470 | 2023-10-25T22:02:07.414Z | ++ cd ./tools |
471 | 2023-10-25T22:02:07.417Z | ++ pwd |
472 | 2023-10-25T22:02:07.424Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
473 | 2023-10-25T22:02:07.428Z | ++ basename ./tools/ci_download_dendrite_openapi |
474 | 2023-10-25T22:02:07.438Z | + ARG0=ci_download_dendrite_openapi |
475 | 2023-10-25T22:02:07.860Z | + TARGET_DIR=out |
476 | 2023-10-25T22:02:07.872Z | + DOWNLOAD_DIR=out/downloads |
477 | 2023-10-25T22:02:07.880Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
478 | 2023-10-25T22:02:07.884Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
479 | 2023-10-25T22:02:07.887Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
480 | 2023-10-25T22:02:07.892Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
481 | 2023-10-25T22:02:07.897Z | + LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
482 | 2023-10-25T22:02:07.901Z | + main |
483 | 2023-10-25T22:02:07.905Z | + [[ 0 != 0 ]] |
484 | 2023-10-25T22:02:07.911Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json' |
485 | 2023-10-25T22:02:07.914Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
486 | 2023-10-25T22:02:07.918Z | + echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json' |
487 | 2023-10-25T22:02:07.921Z | Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
488 | 2023-10-25T22:02:07.925Z | + local DO_DOWNLOAD=true |
489 | 2023-10-25T22:02:07.928Z | + [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]] |
490 | 2023-10-25T22:02:07.932Z | + mkdir -p out/downloads |
491 | 2023-10-25T22:02:07.936Z | + '[' true == true ']' |
492 | 2023-10-25T22:02:07.940Z | + echo Downloading... |
493 | 2023-10-25T22:02:07.943Z | Downloading... |
494 | 2023-10-25T22:02:07.951Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
495 | 2023-10-25T22:02:07.956Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
496 | 2023-10-25T22:02:07.971Z | ++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
497 | 2023-10-25T22:02:08.396Z | ++ case "$OSTYPE" in |
498 | 2023-10-25T22:02:08.418Z | ++ SHA=sha256sum |
499 | 2023-10-25T22:02:08.832Z | ++ sha256sum |
500 | 2023-10-25T22:02:08.841Z | ++ awk '{print $1}' |
501 | 2023-10-25T22:02:08.845Z | + calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
502 | 2023-10-25T22:02:08.848Z | + [[ 544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 != \5\4\4\a\b\4\2\c\c\c\7\9\4\2\d\8\e\c\e\9\c\d\c\8\0\c\d\8\5\d\0\0\2\b\c\f\9\d\5\6\4\6\a\2\9\1\3\2\2\b\f\2\f\7\9\0\8\7\a\b\6\d\f\0 ]] |
503 | 2023-10-25T22:02:08.853Z | + set -o errexit |
504 | 2023-10-25T22:02:08.866Z | +++ dirname ./tools/ci_download_dendrite_stub |
505 | 2023-10-25T22:02:08.874Z | ++ cd ./tools |
506 | 2023-10-25T22:02:08.880Z | ++ pwd |
507 | 2023-10-25T22:02:08.883Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
508 | 2023-10-25T22:02:08.887Z | ++ basename ./tools/ci_download_dendrite_stub |
509 | 2023-10-25T22:02:08.890Z | + ARG0=ci_download_dendrite_stub |
510 | 2023-10-25T22:02:08.893Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
511 | 2023-10-25T22:02:08.896Z | ++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
512 | 2023-10-25T22:02:08.900Z | ++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea |
513 | 2023-10-25T22:02:08.903Z | ++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2 |
514 | 2023-10-25T22:02:08.907Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
515 | 2023-10-25T22:02:08.909Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
516 | 2023-10-25T22:02:08.912Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
517 | 2023-10-25T22:02:08.915Z | + TARGET_DIR=out |
518 | 2023-10-25T22:02:08.919Z | + DOWNLOAD_DIR=out/downloads |
519 | 2023-10-25T22:02:08.921Z | + DEST_DIR=./out/dendrite-stub |
520 | 2023-10-25T22:02:08.924Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
521 | 2023-10-25T22:02:08.927Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
522 | 2023-10-25T22:02:08.930Z | + REPO=oxidecomputer/dendrite |
523 | 2023-10-25T22:02:08.933Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966 |
524 | 2023-10-25T22:02:08.936Z | + main |
525 | 2023-10-25T22:02:08.939Z | + [[ 0 != 0 ]] |
526 | 2023-10-25T22:02:08.943Z | + CIDL_OS=solaris2.11 |
527 | 2023-10-25T22:02:08.946Z | + [[ 0 != 0 ]] |
528 | 2023-10-25T22:02:08.950Z | + configure_os solaris2.11 |
529 | 2023-10-25T22:02:08.953Z | + echo 'current directory: /work/oxidecomputer/omicron' |
530 | 2023-10-25T22:02:08.956Z | current directory: /work/oxidecomputer/omicron |
531 | 2023-10-25T22:02:08.959Z | + echo 'configuring based on OS: "solaris2.11"' |
532 | 2023-10-25T22:02:08.962Z | configuring based on OS: "solaris2.11" |
533 | 2023-10-25T22:02:08.965Z | + case "$1" in |
534 | 2023-10-25T22:02:08.968Z | + SET_BINARIES= |
535 | 2023-10-25T22:02:08.971Z | + CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
536 | 2023-10-25T22:02:08.974Z | + CIDL_SHA256FUNC=do_sha256sum |
537 | 2023-10-25T22:02:08.977Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
538 | 2023-10-25T22:02:08.980Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
539 | 2023-10-25T22:02:08.983Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
540 | 2023-10-25T22:02:08.986Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
541 | 2023-10-25T22:02:08.991Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz' |
542 | 2023-10-25T22:02:08.995Z | Local file: out/downloads/dendrite-stub.tar.gz |
543 | 2023-10-25T22:02:08.998Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
544 | 2023-10-25T22:02:09.001Z | Downloading... |
545 | 2023-10-25T22:02:09.004Z | + mkdir -p out/downloads |
546 | 2023-10-25T22:02:09.007Z | + mkdir -p ./out/dendrite-stub |
547 | 2023-10-25T22:02:09.010Z | + fetch_and_verify |
548 | 2023-10-25T22:02:09.014Z | + local DO_DOWNLOAD=true |
549 | 2023-10-25T22:02:09.017Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
550 | 2023-10-25T22:02:09.020Z | + '[' true == true ']' |
551 | 2023-10-25T22:02:09.023Z | + echo Downloading... |
552 | 2023-10-25T22:02:09.026Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
553 | 2023-10-25T22:02:09.030Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
554 | 2023-10-25T22:02:17.525Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
555 | 2023-10-25T22:02:17.533Z | ++ sha256sum |
556 | 2023-10-25T22:02:17.542Z | ++ awk '{print $1}' |
557 | 2023-10-25T22:02:17.621Z | + calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
558 | 2023-10-25T22:02:17.637Z | + [[ 0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 != \0\8\0\8\f\3\3\1\7\4\1\e\0\2\d\5\5\e\1\9\9\8\4\7\5\7\9\d\f\d\0\1\f\3\6\5\8\b\2\1\c\7\1\2\2\c\e\f\8\c\3\f\9\2\7\9\f\4\3\d\b\a\b\0 ]] |
559 | 2023-10-25T22:02:17.652Z | + do_untar out/downloads/dendrite-stub.tar.gz |
560 | 2023-10-25T22:02:17.669Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
561 | 2023-10-25T22:02:18.929Z | + do_assemble |
562 | 2023-10-25T22:02:18.948Z | + rm -r ./out/dendrite-stub |
563 | 2023-10-25T22:02:18.972Z | + mkdir ./out/dendrite-stub |
564 | 2023-10-25T22:02:18.992Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
565 | 2023-10-25T22:02:19.008Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
566 | 2023-10-25T22:02:19.016Z | + set -o errexit |
567 | 2023-10-25T22:02:19.442Z | +++ dirname ./tools/ci_download_maghemite_mgd |
568 | 2023-10-25T22:02:19.452Z | ++ cd ./tools |
569 | 2023-10-25T22:02:19.459Z | ++ pwd |
570 | 2023-10-25T22:02:19.469Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
571 | 2023-10-25T22:02:19.487Z | ++ basename ./tools/ci_download_maghemite_mgd |
572 | 2023-10-25T22:02:19.915Z | + ARG0=ci_download_maghemite_mgd |
573 | 2023-10-25T22:02:19.935Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
574 | 2023-10-25T22:02:19.953Z | ++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
575 | 2023-10-25T22:02:19.966Z | ++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73 |
576 | 2023-10-25T22:02:19.978Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
577 | 2023-10-25T22:02:19.994Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
578 | 2023-10-25T22:02:20.011Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
579 | 2023-10-25T22:02:20.431Z | + TARGET_DIR=out |
580 | 2023-10-25T22:02:20.446Z | + DOWNLOAD_DIR=out/downloads |
581 | 2023-10-25T22:02:20.463Z | + DEST_DIR=./out/mgd |
582 | 2023-10-25T22:02:20.485Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
583 | 2023-10-25T22:02:20.503Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
584 | 2023-10-25T22:02:20.930Z | + REPO=oxidecomputer/maghemite |
585 | 2023-10-25T22:02:20.956Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
586 | 2023-10-25T22:02:20.965Z | + main |
587 | 2023-10-25T22:02:20.975Z | + [[ 0 != 0 ]] |
588 | 2023-10-25T22:02:20.987Z | + CIDL_OS=solaris2.11 |
589 | 2023-10-25T22:02:20.999Z | + [[ 0 != 0 ]] |
590 | 2023-10-25T22:02:21.017Z | + configure_os solaris2.11 |
591 | 2023-10-25T22:02:21.022Z | + echo 'current directory: /work/oxidecomputer/omicron' |
592 | 2023-10-25T22:02:21.034Z | current directory: /work/oxidecomputer/omicron |
593 | 2023-10-25T22:02:21.859Z | + echo 'configuring based on OS: "solaris2.11"' |
594 | 2023-10-25T22:02:21.863Z | configuring based on OS: "solaris2.11" |
595 | 2023-10-25T22:02:21.867Z | + case "$1" in |
596 | 2023-10-25T22:02:21.872Z | + SET_BINARIES= |
597 | 2023-10-25T22:02:21.883Z | + CIDL_SHA256FUNC=do_sha256sum |
598 | 2023-10-25T22:02:21.901Z | + TARBALL_FILENAME=mgd.tar.gz |
599 | 2023-10-25T22:02:21.913Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
600 | 2023-10-25T22:02:21.925Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
601 | 2023-10-25T22:02:21.932Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz' |
602 | 2023-10-25T22:02:21.939Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
603 | 2023-10-25T22:02:21.952Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
604 | 2023-10-25T22:02:21.958Z | Local file: out/downloads/mgd.tar.gz |
605 | 2023-10-25T22:02:21.967Z | + mkdir -p out/downloads |
606 | 2023-10-25T22:02:21.977Z | + mkdir -p ./out/mgd |
607 | 2023-10-25T22:02:21.987Z | + fetch_and_verify |
608 | 2023-10-25T22:02:21.993Z | + local DO_DOWNLOAD=true |
609 | 2023-10-25T22:02:21.998Z | + [[ -f out/downloads/mgd.tar.gz ]] |
610 | 2023-10-25T22:02:22.005Z | + '[' true == true ']' |
611 | 2023-10-25T22:02:22.022Z | + echo Downloading... |
612 | 2023-10-25T22:02:22.027Z | Downloading... |
613 | 2023-10-25T22:02:22.034Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz |
614 | 2023-10-25T22:02:22.043Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
615 | 2023-10-25T22:02:30.097Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
616 | 2023-10-25T22:02:30.100Z | ++ sha256sum |
617 | 2023-10-25T22:02:30.106Z | ++ awk '{print $1}' |
618 | 2023-10-25T22:02:30.178Z | + calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
619 | 2023-10-25T22:02:30.193Z | + [[ 452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a != \4\5\2\d\f\b\3\4\9\1\e\1\b\6\d\4\d\f\6\b\e\1\c\b\6\8\9\9\2\1\f\5\9\6\2\3\a\e\d\0\8\2\e\4\7\6\0\6\a\7\8\c\0\f\4\4\d\9\1\8\f\6\6\a ]] |
620 | 2023-10-25T22:02:30.197Z | + do_untar out/downloads/mgd.tar.gz |
621 | 2023-10-25T22:02:30.201Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
622 | 2023-10-25T22:02:30.837Z | + do_assemble |
623 | 2023-10-25T22:02:30.839Z | + rm -r ./out/mgd |
624 | 2023-10-25T22:02:30.842Z | + mkdir ./out/mgd |
625 | 2023-10-25T22:02:30.846Z | + cp -r out/downloads/root ./out/mgd/root |
626 | 2023-10-25T22:02:31.013Z | + set -o errexit |
627 | 2023-10-25T22:02:31.019Z | +++ dirname ./tools/ci_download_transceiver_control |
628 | 2023-10-25T22:02:31.024Z | ++ cd ./tools |
629 | 2023-10-25T22:02:31.035Z | ++ pwd |
630 | 2023-10-25T22:02:31.040Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
631 | 2023-10-25T22:02:31.047Z | ++ basename ./tools/ci_download_transceiver_control |
632 | 2023-10-25T22:02:31.053Z | + ARG0=ci_download_transceiver_control |
633 | 2023-10-25T22:02:31.060Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
634 | 2023-10-25T22:02:31.068Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
635 | 2023-10-25T22:02:31.077Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
636 | 2023-10-25T22:02:31.488Z | + TARGET_DIR=out |
637 | 2023-10-25T22:02:31.492Z | + DOWNLOAD_DIR=out/downloads |
638 | 2023-10-25T22:02:31.496Z | + DEST_DIR=./out/transceiver-control |
639 | 2023-10-25T22:02:31.500Z | + BIN_DIR=/opt/oxide/bin |
640 | 2023-10-25T22:02:31.504Z | + BINARY=xcvradm |
641 | 2023-10-25T22:02:31.525Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
642 | 2023-10-25T22:02:31.530Z | + REPO=oxidecomputer/transceiver-control |
643 | 2023-10-25T22:02:31.535Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
644 | 2023-10-25T22:02:31.540Z | + main |
645 | 2023-10-25T22:02:31.544Z | + [[ 0 != 0 ]] |
646 | 2023-10-25T22:02:31.547Z | + CIDL_OS=solaris2.11 |
647 | 2023-10-25T22:02:31.551Z | + [[ 0 != 0 ]] |
648 | 2023-10-25T22:02:31.556Z | + configure_os solaris2.11 |
649 | 2023-10-25T22:02:31.560Z | + echo 'current directory: /work/oxidecomputer/omicron' |
650 | 2023-10-25T22:02:31.564Z | current directory: /work/oxidecomputer/omicron |
651 | 2023-10-25T22:02:31.568Z | + echo 'configuring based on OS: "solaris2.11"' |
652 | 2023-10-25T22:02:31.571Z | configuring based on OS: "solaris2.11" |
653 | 2023-10-25T22:02:31.577Z | + case "$1" in |
654 | 2023-10-25T22:02:31.581Z | + SET_BINARIES= |
655 | 2023-10-25T22:02:31.585Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
656 | 2023-10-25T22:02:31.589Z | + CIDL_SHA256FUNC=do_sha256sum |
657 | 2023-10-25T22:02:31.592Z | + ARCHIVE_FILENAME=xcvradm.gz |
658 | 2023-10-25T22:02:31.596Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
659 | 2023-10-25T22:02:31.600Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
660 | 2023-10-25T22:02:31.603Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
661 | 2023-10-25T22:02:31.609Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
662 | 2023-10-25T22:02:31.612Z | + echo 'Local file: out/downloads/xcvradm.gz' |
663 | 2023-10-25T22:02:31.629Z | Local file: out/downloads/xcvradm.gz |
664 | 2023-10-25T22:02:31.636Z | + mkdir -p out/downloads |
665 | 2023-10-25T22:02:31.640Z | + mkdir -p ./out/transceiver-control |
666 | 2023-10-25T22:02:31.644Z | + fetch_and_verify |
667 | 2023-10-25T22:02:31.647Z | + local DO_DOWNLOAD=true |
668 | 2023-10-25T22:02:31.651Z | + [[ -f out/downloads/xcvradm.gz ]] |
669 | 2023-10-25T22:02:31.655Z | + '[' true == true ']' |
670 | 2023-10-25T22:02:31.659Z | + echo Downloading... |
671 | 2023-10-25T22:02:31.665Z | Downloading... |
672 | 2023-10-25T22:02:31.675Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
673 | 2023-10-25T22:02:31.685Z | + 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 |
674 | 2023-10-25T22:02:33.544Z | ++ do_sha256sum out/downloads/xcvradm.gz |
675 | 2023-10-25T22:02:33.548Z | ++ sha256sum |
676 | 2023-10-25T22:02:33.552Z | ++ awk '{print $1}' |
677 | 2023-10-25T22:02:33.576Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
678 | 2023-10-25T22:02:33.990Z | + [[ 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 ]] |
679 | 2023-10-25T22:02:33.995Z | + do_unpack out/downloads/xcvradm.gz |
680 | 2023-10-25T22:02:34.006Z | + mkdir -p out/downloads/root//opt/oxide/bin |
681 | 2023-10-25T22:02:34.021Z | + gzip -dc out/downloads/xcvradm.gz |
682 | 2023-10-25T22:02:34.030Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
683 | 2023-10-25T22:02:34.040Z | + do_assemble |
684 | 2023-10-25T22:02:34.046Z | + rm -r ./out/transceiver-control |
685 | 2023-10-25T22:02:34.050Z | + mkdir ./out/transceiver-control |
686 | 2023-10-25T22:02:34.055Z | + cp -r out/downloads/root ./out/transceiver-control/root |
687 | 2023-10-25T22:02:34.060Z | All builder prerequisites installed successfully, and PATH looks valid |
688 | 2023-10-25T22:02:34.477Z | |
689 | 2023-10-25T22:02:34.483Z | real 2:25.572106846 |
690 | 2023-10-25T22:02:34.487Z | user 51.569689460 |
691 | 2023-10-25T22:02:34.512Z | sys 9.642696537 |
692 | 2023-10-25T22:02:34.517Z | trap 0.016977475 |
693 | 2023-10-25T22:02:34.524Z | tflt 0.376222314 |
694 | 2023-10-25T22:02:34.546Z | dflt 0.549131775 |
695 | 2023-10-25T22:02:34.558Z | kflt 0.503436324 |
696 | 2023-10-25T22:02:34.564Z | lock 1.908874657 |
697 | 2023-10-25T22:02:34.575Z | slp 4:43.000665404 |
698 | 2023-10-25T22:02:34.585Z | lat 3.306895057 |
699 | 2023-10-25T22:02:34.590Z | stop 0.053095714 |
700 | 2023-10-25T22:02:34.596Z | |
701 | 2023-10-25T22:02:34.603Z | #### # # ##### ##### # # |
702 | 2023-10-25T22:02:34.610Z | # # # # # # # # # # |
703 | 2023-10-25T22:02:34.619Z | # # # # # # # # |
704 | 2023-10-25T22:02:34.622Z | # # # ##### ##### # |
705 | 2023-10-25T22:02:34.627Z | # # # # # # # |
706 | 2023-10-25T22:02:34.631Z | #### ###### # # # # |
707 | 2023-10-25T22:02:34.636Z | |
708 | 2023-10-25T22:02:34.639Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
709 | 2023-10-25T22:02:34.824Z | Updating crates.io index |
710 | 2023-10-25T22:02:34.827Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
711 | 2023-10-25T22:02:35.625Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
712 | 2023-10-25T22:02:37.158Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
713 | 2023-10-25T22:02:37.534Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
714 | 2023-10-25T22:02:37.952Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
715 | 2023-10-25T22:02:38.262Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
716 | 2023-10-25T22:02:39.035Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
717 | 2023-10-25T22:02:39.415Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
718 | 2023-10-25T22:02:41.006Z | Updating git repository `https://github.com/oxidecomputer/opte` |
719 | 2023-10-25T22:02:41.906Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
720 | 2023-10-25T22:02:42.421Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
721 | 2023-10-25T22:02:42.698Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
722 | 2023-10-25T22:02:43.216Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
723 | 2023-10-25T22:02:43.996Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
724 | 2023-10-25T22:02:44.002Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
725 | 2023-10-25T22:02:44.293Z | Updating git repository `https://github.com/njaremko/samael` |
726 | 2023-10-25T22:02:44.810Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
727 | 2023-10-25T22:02:45.644Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
728 | 2023-10-25T22:02:45.764Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
729 | 2023-10-25T22:02:46.114Z | Updating git repository `https://github.com/jgallagher/nix` |
730 | 2023-10-25T22:02:47.441Z | Updating git repository `https://github.com/cbiffle/hubpack` |
731 | 2023-10-25T22:02:47.808Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
732 | 2023-10-25T22:02:58.072Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
733 | 2023-10-25T22:02:58.139Z | Updating git repository `https://github.com/oxidecomputer/typify` |
734 | 2023-10-25T22:02:58.227Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
735 | 2023-10-25T22:02:58.900Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
736 | 2023-10-25T22:02:59.208Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
737 | 2023-10-25T22:03:00.568Z | Downloading crates ... |
738 | 2023-10-25T22:03:01.173Z | Downloaded semver v1.0.20 |
739 | 2023-10-25T22:03:01.177Z | Downloaded heck v0.4.1 |
740 | 2023-10-25T22:03:01.181Z | Downloaded thiserror v1.0.49 |
741 | 2023-10-25T22:03:01.185Z | Downloaded bitflags v1.3.2 |
742 | 2023-10-25T22:03:01.189Z | Downloaded anyhow v1.0.75 |
743 | 2023-10-25T22:03:01.193Z | Downloaded colorchoice v1.0.0 |
744 | 2023-10-25T22:03:01.198Z | Downloaded clap_lex v0.5.1 |
745 | 2023-10-25T22:03:01.202Z | Downloaded toml_datetime v0.6.3 |
746 | 2023-10-25T22:03:01.206Z | Downloaded anstyle-parse v0.2.1 |
747 | 2023-10-25T22:03:01.209Z | Downloaded equivalent v1.0.1 |
748 | 2023-10-25T22:03:01.213Z | Downloaded terminal_size v0.2.6 |
749 | 2023-10-25T22:03:01.220Z | Downloaded strsim v0.10.0 |
750 | 2023-10-25T22:03:01.225Z | Downloaded anstyle v1.0.2 |
751 | 2023-10-25T22:03:01.232Z | Downloaded cargo_toml v0.16.3 |
752 | 2023-10-25T22:03:01.236Z | Downloaded thiserror-impl v1.0.49 |
753 | 2023-10-25T22:03:01.242Z | Downloaded utf8parse v0.2.1 |
754 | 2023-10-25T22:03:01.246Z | Downloaded serde_spanned v0.6.3 |
755 | 2023-10-25T22:03:01.250Z | Downloaded anstyle-query v1.0.0 |
756 | 2023-10-25T22:03:01.254Z | Downloaded itoa v1.0.9 |
757 | 2023-10-25T22:03:01.258Z | Downloaded cargo_metadata v0.18.0 |
758 | 2023-10-25T22:03:01.263Z | Downloaded quote v1.0.33 |
759 | 2023-10-25T22:03:01.267Z | Downloaded camino v1.1.6 |
760 | 2023-10-25T22:03:01.272Z | Downloaded errno v0.3.2 |
761 | 2023-10-25T22:03:01.277Z | Downloaded proc-macro2 v1.0.67 |
762 | 2023-10-25T22:03:01.285Z | Downloaded unicode-ident v1.0.12 |
763 | 2023-10-25T22:03:01.290Z | Downloaded io-lifetimes v1.0.11 |
764 | 2023-10-25T22:03:01.297Z | Downloaded anstream v0.5.0 |
765 | 2023-10-25T22:03:01.301Z | Downloaded clap_derive v4.4.2 |
766 | 2023-10-25T22:03:01.305Z | Downloaded cargo-platform v0.1.3 |
767 | 2023-10-25T22:03:01.309Z | Downloaded indexmap v2.0.0 |
768 | 2023-10-25T22:03:01.314Z | Downloaded ryu v1.0.15 |
769 | 2023-10-25T22:03:01.326Z | Downloaded toml v0.8.0 |
770 | 2023-10-25T22:03:01.331Z | Downloaded serde v1.0.188 |
771 | 2023-10-25T22:03:01.336Z | Downloaded serde_derive v1.0.188 |
772 | 2023-10-25T22:03:01.342Z | Downloaded clap v4.4.3 |
773 | 2023-10-25T22:03:01.347Z | Downloaded toml_edit v0.20.0 |
774 | 2023-10-25T22:03:01.352Z | Downloaded serde_json v1.0.107 |
775 | 2023-10-25T22:03:01.358Z | Downloaded memchr v2.6.3 |
776 | 2023-10-25T22:03:01.363Z | Downloaded syn v2.0.32 |
777 | 2023-10-25T22:03:01.367Z | Downloaded rustix v0.37.23 |
778 | 2023-10-25T22:03:01.379Z | Downloaded clap_builder v4.4.2 |
779 | 2023-10-25T22:03:01.383Z | Downloaded libc v0.2.149 |
780 | 2023-10-25T22:03:01.388Z | Downloaded hashbrown v0.14.0 |
781 | 2023-10-25T22:03:01.391Z | Downloaded winnow v0.5.15 |
782 | 2023-10-25T22:03:01.395Z | Compiling proc-macro2 v1.0.67 |
783 | 2023-10-25T22:03:01.399Z | Compiling unicode-ident v1.0.12 |
784 | 2023-10-25T22:03:01.403Z | Compiling serde v1.0.188 |
785 | 2023-10-25T22:03:01.410Z | Compiling libc v0.2.149 |
786 | 2023-10-25T22:03:01.824Z | Compiling io-lifetimes v1.0.11 |
787 | 2023-10-25T22:03:01.828Z | Compiling rustix v0.37.23 |
788 | 2023-10-25T22:03:01.832Z | Compiling hashbrown v0.14.0 |
789 | 2023-10-25T22:03:01.836Z | Compiling utf8parse v0.2.1 |
790 | 2023-10-25T22:03:01.840Z | Compiling equivalent v1.0.1 |
791 | 2023-10-25T22:03:01.844Z | Compiling bitflags v1.3.2 |
792 | 2023-10-25T22:03:01.848Z | Compiling anstyle-parse v0.2.1 |
793 | 2023-10-25T22:03:01.853Z | Compiling anstyle v1.0.2 |
794 | 2023-10-25T22:03:02.159Z | Compiling winnow v0.5.15 |
795 | 2023-10-25T22:03:02.311Z | Compiling serde_json v1.0.107 |
796 | 2023-10-25T22:03:02.816Z | Compiling indexmap v2.0.0 |
797 | 2023-10-25T22:03:03.987Z | Compiling semver v1.0.20 |
798 | 2023-10-25T22:03:05.178Z | Compiling colorchoice v1.0.0 |
799 | 2023-10-25T22:03:05.198Z | Compiling camino v1.1.6 |
800 | 2023-10-25T22:03:05.348Z | Compiling anstyle-query v1.0.0 |
801 | 2023-10-25T22:03:05.367Z | Compiling thiserror v1.0.49 |
802 | 2023-10-25T22:03:05.502Z | Compiling clap_lex v0.5.1 |
803 | 2023-10-25T22:03:05.522Z | Compiling anstream v0.5.0 |
804 | 2023-10-25T22:03:05.617Z | Compiling heck v0.4.1 |
805 | 2023-10-25T22:03:06.043Z | Compiling itoa v1.0.9 |
806 | 2023-10-25T22:03:06.264Z | Compiling ryu v1.0.15 |
807 | 2023-10-25T22:03:06.336Z | Compiling strsim v0.10.0 |
808 | 2023-10-25T22:03:06.418Z | Compiling anyhow v1.0.75 |
809 | 2023-10-25T22:03:06.542Z | Compiling quote v1.0.33 |
810 | 2023-10-25T22:03:07.106Z | Compiling syn v2.0.32 |
811 | 2023-10-25T22:03:07.327Z | Compiling errno v0.3.2 |
812 | 2023-10-25T22:03:08.791Z | Compiling terminal_size v0.2.6 |
813 | 2023-10-25T22:03:08.922Z | Compiling clap_builder v4.4.2 |
814 | 2023-10-25T22:03:15.001Z | Compiling serde_derive v1.0.188 |
815 | 2023-10-25T22:03:16.370Z | Compiling thiserror-impl v1.0.49 |
816 | 2023-10-25T22:03:17.872Z | Compiling clap_derive v4.4.2 |
817 | 2023-10-25T22:03:19.457Z | Compiling clap v4.4.3 |
818 | 2023-10-25T22:03:40.296Z | Compiling toml_datetime v0.6.3 |
819 | 2023-10-25T22:03:40.420Z | Compiling serde_spanned v0.6.3 |
820 | 2023-10-25T22:03:40.487Z | Compiling cargo-platform v0.1.3 |
821 | 2023-10-25T22:03:41.519Z | Compiling toml_edit v0.20.0 |
822 | 2023-10-25T22:03:42.006Z | Compiling cargo_metadata v0.18.0 |
823 | 2023-10-25T22:03:42.125Z | Compiling toml v0.8.0 |
824 | 2023-10-25T22:03:42.551Z | Compiling cargo_toml v0.16.3 |
825 | 2023-10-25T22:03:42.936Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
826 | 2023-10-25T22:03:43.169Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 03s |
827 | 2023-10-25T22:03:43.339Z | Running `target/debug/xtask clippy` |
828 | 2023-10-25T22:03:43.562Z | running: "/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
829 | 2023-10-25T22:03:43.657Z | Downloading crates ... |
830 | 2023-10-25T22:03:43.759Z | Downloaded cast v0.3.0 |
831 | 2023-10-25T22:03:43.858Z | Downloaded heapless v0.7.16 |
832 | 2023-10-25T22:03:43.931Z | Downloaded jobserver v0.1.26 |
833 | 2023-10-25T22:03:44.040Z | Downloaded argon2 v0.5.2 |
834 | 2023-10-25T22:03:44.200Z | Downloaded bitstruct v0.1.1 |
835 | 2023-10-25T22:03:44.340Z | Downloaded bytecount v0.6.3 |
836 | 2023-10-25T22:03:44.428Z | Downloaded nu-ansi-term v0.49.0 |
837 | 2023-10-25T22:03:44.526Z | Downloaded num-iter v0.1.43 |
838 | 2023-10-25T22:03:44.586Z | Downloaded md-5 v0.10.5 |
839 | 2023-10-25T22:03:44.612Z | Downloaded normalize-line-endings v0.3.0 |
840 | 2023-10-25T22:03:44.633Z | Downloaded num-rational v0.4.1 |
841 | 2023-10-25T22:03:44.648Z | Downloaded rusty-fork v0.3.0 |
842 | 2023-10-25T22:03:44.719Z | Downloaded num-integer v0.1.45 |
843 | 2023-10-25T22:03:44.753Z | Downloaded byteorder v1.4.3 |
844 | 2023-10-25T22:03:44.796Z | Downloaded heck v0.3.3 |
845 | 2023-10-25T22:03:44.828Z | Downloaded ciborium-io v0.2.1 |
846 | 2023-10-25T22:03:44.858Z | Downloaded httpdate v1.0.3 |
847 | 2023-10-25T22:03:44.887Z | Downloaded chacha20 v0.9.1 |
848 | 2023-10-25T22:03:44.896Z | Downloaded memoffset v0.9.0 |
849 | 2023-10-25T22:03:44.924Z | Downloaded hubpack v0.1.2 |
850 | 2023-10-25T22:03:45.356Z | Downloaded newtype_derive v0.1.6 |
851 | 2023-10-25T22:03:45.390Z | Downloaded rstest_macros v0.18.2 |
852 | 2023-10-25T22:03:45.467Z | Downloaded maybe-uninit v2.0.0 |
853 | 2023-10-25T22:03:45.494Z | Downloaded unicode-linebreak v0.1.5 |
854 | 2023-10-25T22:03:45.551Z | Downloaded bit-set v0.5.3 |
855 | 2023-10-25T22:03:45.579Z | Downloaded termtree v0.4.1 |
856 | 2023-10-25T22:03:45.661Z | Downloaded untrusted v0.7.1 |
857 | 2023-10-25T22:03:45.670Z | Downloaded subtle v2.5.0 |
858 | 2023-10-25T22:03:45.686Z | Downloaded tokio-macros v2.1.0 |
859 | 2023-10-25T22:03:45.703Z | Downloaded strsim v0.8.0 |
860 | 2023-10-25T22:03:45.724Z | Downloaded hex-literal v0.4.1 |
861 | 2023-10-25T22:03:45.767Z | Downloaded http-body v0.4.5 |
862 | 2023-10-25T22:03:45.817Z | Downloaded anes v0.1.6 |
863 | 2023-10-25T22:03:45.853Z | Downloaded mime v0.3.17 |
864 | 2023-10-25T22:03:45.888Z | Downloaded is-terminal v0.4.9 |
865 | 2023-10-25T22:03:45.897Z | Downloaded ciborium v0.2.1 |
866 | 2023-10-25T22:03:45.930Z | Downloaded linear-map v1.2.0 |
867 | 2023-10-25T22:03:45.963Z | Downloaded highway v1.1.0 |
868 | 2023-10-25T22:03:46.001Z | Downloaded unicase v2.7.0 |
869 | 2023-10-25T22:03:46.046Z | Downloaded peeking_take_while v0.1.2 |
870 | 2023-10-25T22:03:46.088Z | Downloaded async-trait v0.1.73 |
871 | 2023-10-25T22:03:46.147Z | Downloaded serde-big-array v0.5.1 |
872 | 2023-10-25T22:03:46.175Z | Downloaded hyper-tls v0.5.0 |
873 | 2023-10-25T22:03:46.239Z | Downloaded usdt-attr-macro v0.3.5 |
874 | 2023-10-25T22:03:46.282Z | Downloaded serde_tokenstream v0.2.0 |
875 | 2023-10-25T22:03:46.327Z | Downloaded dtrace-parser v0.1.14 |
876 | 2023-10-25T22:03:46.401Z | Downloaded unarray v0.1.4 |
877 | 2023-10-25T22:03:46.469Z | Downloaded bcs v0.1.6 |
878 | 2023-10-25T22:03:46.538Z | Downloaded unicode-bidi v0.3.13 |
879 | 2023-10-25T22:03:46.570Z | Downloaded percent-encoding v2.3.0 |
880 | 2023-10-25T22:03:46.606Z | Downloaded predicates-tree v1.0.9 |
881 | 2023-10-25T22:03:46.706Z | Downloaded humantime v2.1.0 |
882 | 2023-10-25T22:03:46.765Z | Downloaded zerocopy v0.3.0 |
883 | 2023-10-25T22:03:46.808Z | Downloaded libloading v0.7.4 |
884 | 2023-10-25T22:03:46.826Z | Downloaded utf-8 v0.7.6 |
885 | 2023-10-25T22:03:46.853Z | Downloaded mockall v0.11.4 |
886 | 2023-10-25T22:03:46.890Z | Downloaded ascii v1.1.0 |
887 | 2023-10-25T22:03:46.931Z | Downloaded hash32 v0.2.1 |
888 | 2023-10-25T22:03:46.955Z | Downloaded spin v0.5.2 |
889 | 2023-10-25T22:03:46.982Z | Downloaded cc v1.0.83 |
890 | 2023-10-25T22:03:47.040Z | Downloaded const_format v0.2.31 |
891 | 2023-10-25T22:03:47.076Z | Downloaded dyn-clone v1.0.13 |
892 | 2023-10-25T22:03:47.155Z | Downloaded strum v0.25.0 |
893 | 2023-10-25T22:03:47.243Z | Downloaded ucd-trie v0.1.6 |
894 | 2023-10-25T22:03:47.264Z | Downloaded addr2line v0.21.0 |
895 | 2023-10-25T22:03:47.335Z | Downloaded funty v2.0.0 |
896 | 2023-10-25T22:03:47.374Z | Downloaded generic-array v0.14.7 |
897 | 2023-10-25T22:03:47.429Z | Downloaded multer v2.1.0 |
898 | 2023-10-25T22:03:47.464Z | Downloaded tui-tree-widget v0.13.0 |
899 | 2023-10-25T22:03:47.486Z | Downloaded futures-core v0.3.28 |
900 | 2023-10-25T22:03:47.565Z | Downloaded ppv-lite86 v0.2.17 |
901 | 2023-10-25T22:03:47.576Z | Downloaded foreign-types-shared v0.3.1 |
902 | 2023-10-25T22:03:47.627Z | Downloaded foreign-types v0.5.0 |
903 | 2023-10-25T22:03:47.658Z | Downloaded serde_plain v1.0.2 |
904 | 2023-10-25T22:03:47.682Z | Downloaded endian-type v0.1.2 |
905 | 2023-10-25T22:03:47.802Z | Downloaded strip-ansi-escapes v0.2.0 |
906 | 2023-10-25T22:03:47.841Z | Downloaded phf v0.11.2 |
907 | 2023-10-25T22:03:47.881Z | Downloaded ref-cast v1.0.20 |
908 | 2023-10-25T22:03:47.946Z | Downloaded sha1 v0.10.5 |
909 | 2023-10-25T22:03:48.057Z | Downloaded yasna v0.5.2 |
910 | 2023-10-25T22:03:48.105Z | Downloaded tempdir v0.3.7 |
911 | 2023-10-25T22:03:48.155Z | Downloaded derive_builder_macro v0.12.0 |
912 | 2023-10-25T22:03:48.180Z | Downloaded threadpool v1.8.1 |
913 | 2023-10-25T22:03:48.241Z | Downloaded want v0.3.1 |
914 | 2023-10-25T22:03:48.282Z | Downloaded waitgroup v0.1.2 |
915 | 2023-10-25T22:03:48.320Z | Downloaded path-slash v0.1.5 |
916 | 2023-10-25T22:03:48.384Z | Downloaded ipnet v2.8.0 |
917 | 2023-10-25T22:03:48.459Z | Downloaded trybuild v1.0.85 |
918 | 2023-10-25T22:03:48.536Z | Downloaded display-error-chain v0.1.1 |
919 | 2023-10-25T22:03:48.569Z | Downloaded futures-channel v0.3.28 |
920 | 2023-10-25T22:03:48.603Z | Downloaded tungstenite v0.20.1 |
921 | 2023-10-25T22:03:48.617Z | Downloaded crucible-workspace-hack v0.1.0 |
922 | 2023-10-25T22:03:48.676Z | Downloaded poly1305 v0.8.0 |
923 | 2023-10-25T22:03:48.689Z | Downloaded strum_macros v0.25.2 |
924 | 2023-10-25T22:03:48.700Z | Downloaded ena v0.14.2 |
925 | 2023-10-25T22:03:48.743Z | Downloaded postgres-types v0.2.6 |
926 | 2023-10-25T22:03:48.749Z | Downloaded string_cache v0.8.7 |
927 | 2023-10-25T22:03:48.755Z | Downloaded sha2 v0.10.8 |
928 | 2023-10-25T22:03:48.771Z | Downloaded which v4.4.0 |
929 | 2023-10-25T22:03:48.854Z | Downloaded tungstenite v0.18.0 |
930 | 2023-10-25T22:03:48.919Z | Downloaded rpassword v7.2.0 |
931 | 2023-10-25T22:03:48.927Z | Downloaded strum_macros v0.24.3 |
932 | 2023-10-25T22:03:48.941Z | Downloaded pretty-hex v0.2.1 |
933 | 2023-10-25T22:03:48.950Z | Downloaded http v0.2.9 |
934 | 2023-10-25T22:03:48.972Z | Downloaded opaque-debug v0.3.0 |
935 | 2023-10-25T22:03:49.014Z | Downloaded futures-macro v0.3.28 |
936 | 2023-10-25T22:03:49.511Z | Downloaded semver v0.11.0 |
937 | 2023-10-25T22:03:49.595Z | Downloaded crossbeam-channel v0.5.8 |
938 | 2023-10-25T22:03:49.642Z | Downloaded packed_struct_codegen v0.10.1 |
939 | 2023-10-25T22:03:49.688Z | Downloaded mio v0.8.8 |
940 | 2023-10-25T22:03:49.740Z | Downloaded take_mut v0.2.2 |
941 | 2023-10-25T22:03:49.807Z | Downloaded structopt v0.3.26 |
942 | 2023-10-25T22:03:52.634Z | Downloaded number_prefix v0.4.0 |
943 | 2023-10-25T22:03:52.672Z | Downloaded serde-big-array v0.4.1 |
944 | 2023-10-25T22:03:52.710Z | Downloaded phf_shared v0.10.0 |
945 | 2023-10-25T22:03:52.727Z | Downloaded tracing-core v0.1.31 |
946 | 2023-10-25T22:03:52.737Z | Downloaded openssl-macros v0.1.1 |
947 | 2023-10-25T22:03:52.751Z | Downloaded serde_path_to_error v0.1.14 |
948 | 2023-10-25T22:03:52.767Z | Downloaded slog-stdlog v4.1.1 |
949 | 2023-10-25T22:03:52.780Z | Downloaded yansi v0.5.1 |
950 | 2023-10-25T22:03:52.801Z | Downloaded fnv v1.0.7 |
951 | 2023-10-25T22:03:52.813Z | Downloaded difflib v0.4.0 |
952 | 2023-10-25T22:03:52.829Z | Downloaded env_logger v0.9.3 |
953 | 2023-10-25T22:03:52.845Z | Downloaded darling_macro v0.20.3 |
954 | 2023-10-25T22:03:52.858Z | Downloaded flate2 v1.0.28 |
955 | 2023-10-25T22:03:52.870Z | Downloaded thiserror-no-std v2.0.2 |
956 | 2023-10-25T22:03:52.882Z | Downloaded diesel_table_macro_syntax v0.1.0 |
957 | 2023-10-25T22:03:52.889Z | Downloaded prettyplease v0.2.12 |
958 | 2023-10-25T22:03:53.301Z | Downloaded rustls-pemfile v1.0.3 |
959 | 2023-10-25T22:03:53.308Z | Downloaded serde_repr v0.1.16 |
960 | 2023-10-25T22:03:53.315Z | Downloaded num_enum_derive v0.7.0 |
961 | 2023-10-25T22:03:53.322Z | Downloaded schemars_derive v0.8.13 |
962 | 2023-10-25T22:03:53.329Z | Downloaded itertools v0.11.0 |
963 | 2023-10-25T22:03:53.334Z | Downloaded smallvec v0.6.14 |
964 | 2023-10-25T22:03:53.339Z | Downloaded thiserror-impl-no-std v2.0.2 |
965 | 2023-10-25T22:03:53.344Z | Downloaded r2d2 v0.8.10 |
966 | 2023-10-25T22:03:53.349Z | Downloaded predicates v3.0.4 |
967 | 2023-10-25T22:03:53.353Z | Downloaded globset v0.4.13 |
968 | 2023-10-25T22:03:53.359Z | Downloaded time-core v0.1.1 |
969 | 2023-10-25T22:03:53.364Z | Downloaded tempfile v3.8.0 |
970 | 2023-10-25T22:03:53.368Z | Downloaded plotters-svg v0.3.5 |
971 | 2023-10-25T22:03:53.373Z | Downloaded glob v0.3.1 |
972 | 2023-10-25T22:03:53.377Z | Downloaded polyval v0.6.1 |
973 | 2023-10-25T22:03:53.383Z | Downloaded zip v0.6.6 |
974 | 2023-10-25T22:03:53.389Z | Downloaded foreign-types-shared v0.1.1 |
975 | 2023-10-25T22:03:53.394Z | Downloaded tokio-stream v0.1.14 |
976 | 2023-10-25T22:03:53.398Z | Downloaded rustversion v1.0.14 |
977 | 2023-10-25T22:03:53.404Z | Downloaded oso-derive v0.26.4 |
978 | 2023-10-25T22:03:53.422Z | Downloaded parking_lot v0.12.1 |
979 | 2023-10-25T22:03:53.427Z | Downloaded flagset v0.4.3 |
980 | 2023-10-25T22:03:53.431Z | Downloaded unicode-xid v0.2.4 |
981 | 2023-10-25T22:03:53.437Z | Downloaded spin v0.9.8 |
982 | 2023-10-25T22:03:53.444Z | Downloaded aes v0.8.3 |
983 | 2023-10-25T22:03:53.460Z | Downloaded quick-error v1.2.3 |
984 | 2023-10-25T22:03:53.467Z | Downloaded xattr v1.0.1 |
985 | 2023-10-25T22:03:53.475Z | Downloaded parse-display v0.7.0 |
986 | 2023-10-25T22:03:53.484Z | Downloaded tinytemplate v1.2.1 |
987 | 2023-10-25T22:03:53.490Z | Downloaded curve25519-dalek-derive v0.1.0 |
988 | 2023-10-25T22:03:53.495Z | Downloaded cstr-argument v0.1.2 |
989 | 2023-10-25T22:03:53.500Z | Downloaded openssl-probe v0.1.5 |
990 | 2023-10-25T22:03:53.506Z | Downloaded group v0.13.0 |
991 | 2023-10-25T22:03:53.515Z | Downloaded slog-dtrace v0.2.3 |
992 | 2023-10-25T22:03:53.519Z | Downloaded topological-sort v0.2.2 |
993 | 2023-10-25T22:03:53.526Z | Downloaded rstest v0.18.2 |
994 | 2023-10-25T22:03:53.531Z | Downloaded darling v0.20.3 |
995 | 2023-10-25T22:03:53.537Z | Downloaded pkg-config v0.3.27 |
996 | 2023-10-25T22:03:53.541Z | Downloaded darling v0.14.4 |
997 | 2023-10-25T22:03:53.547Z | Downloaded data-encoding v2.4.0 |
998 | 2023-10-25T22:03:53.551Z | Downloaded tar v0.4.40 |
999 | 2023-10-25T22:03:53.556Z | Downloaded filetime v0.2.22 |
1000 | 2023-10-25T22:03:53.564Z | Downloaded twox-hash v1.6.3 |
1001 | 2023-10-25T22:03:53.570Z | Downloaded rsa v0.9.2 |
1002 | 2023-10-25T22:03:53.576Z | Downloaded hkdf v0.12.3 |
1003 | 2023-10-25T22:03:53.583Z | Downloaded diff v0.1.13 |
1004 | 2023-10-25T22:03:53.588Z | Downloaded owo-colors v3.5.0 |
1005 | 2023-10-25T22:03:53.597Z | Downloaded rustc-hash v1.1.0 |
1006 | 2023-10-25T22:03:53.601Z | Downloaded getrandom v0.2.10 |
1007 | 2023-10-25T22:03:53.607Z | Downloaded semver-parser v0.10.2 |
1008 | 2023-10-25T22:03:53.613Z | Downloaded smawk v0.3.1 |
1009 | 2023-10-25T22:03:53.646Z | Downloaded slog v2.7.0 |
1010 | 2023-10-25T22:03:53.653Z | Downloaded vte v0.11.1 |
1011 | 2023-10-25T22:03:53.658Z | Downloaded vsss-rs v3.3.1 |
1012 | 2023-10-25T22:03:53.668Z | Downloaded deranged v0.3.8 |
1013 | 2023-10-25T22:03:53.675Z | Downloaded der v0.7.8 |
1014 | 2023-10-25T22:03:53.681Z | Downloaded oso v0.26.4 |
1015 | 2023-10-25T22:03:53.685Z | Downloaded vergen v8.2.4 |
1016 | 2023-10-25T22:03:53.689Z | Downloaded reedline v0.23.0 |
1017 | 2023-10-25T22:03:53.697Z | Downloaded fastrand v2.0.0 |
1018 | 2023-10-25T22:03:53.702Z | Downloaded diesel_derives v2.1.1 |
1019 | 2023-10-25T22:03:53.708Z | Downloaded os_str_bytes v6.5.1 |
1020 | 2023-10-25T22:03:53.715Z | Downloaded regex-automata v0.1.10 |
1021 | 2023-10-25T22:03:54.131Z | Downloaded nix v0.26.2 |
1022 | 2023-10-25T22:03:54.140Z | Downloaded crypto-common v0.1.6 |
1023 | 2023-10-25T22:03:54.152Z | Downloaded unicode-width v0.1.10 |
1024 | 2023-10-25T22:03:54.845Z | Downloaded hashlink v0.8.3 |
1025 | 2023-10-25T22:03:54.908Z | Downloaded darling_core v0.20.3 |
1026 | 2023-10-25T22:03:54.921Z | Downloaded hashbrown v0.12.3 |
1027 | 2023-10-25T22:03:54.930Z | Downloaded plotters v0.3.5 |
1028 | 2023-10-25T22:03:54.959Z | Downloaded rcgen v0.10.0 |
1029 | 2023-10-25T22:03:54.981Z | Downloaded time v0.3.27 |
1030 | 2023-10-25T22:03:55.017Z | Downloaded typenum v1.16.0 |
1031 | 2023-10-25T22:03:55.040Z | Downloaded pretty_assertions v1.4.0 |
1032 | 2023-10-25T22:03:55.107Z | Downloaded lalrpop v0.19.12 |
1033 | 2023-10-25T22:03:55.138Z | Downloaded rustls-webpki v0.101.4 |
1034 | 2023-10-25T22:03:55.157Z | Downloaded regex v1.9.5 |
1035 | 2023-10-25T22:03:55.185Z | Downloaded vcpkg v0.2.15 |
1036 | 2023-10-25T22:03:55.191Z | Downloaded rustix v0.38.9 |
1037 | 2023-10-25T22:03:55.209Z | Downloaded openssl-sys v0.9.93 |
1038 | 2023-10-25T22:03:55.653Z | Downloaded openssl v0.10.57 |
1039 | 2023-10-25T22:03:55.662Z | Downloaded trust-dns-resolver v0.22.0 |
1040 | 2023-10-25T22:03:55.669Z | Downloaded h2 v0.3.21 |
1041 | 2023-10-25T22:03:55.680Z | Downloaded bindgen v0.65.1 |
1042 | 2023-10-25T22:03:55.685Z | Downloaded regex-syntax v0.7.5 |
1043 | 2023-10-25T22:03:55.699Z | Downloaded pest v2.7.2 |
1044 | 2023-10-25T22:03:55.705Z | Downloaded hashbrown v0.13.2 |
1045 | 2023-10-25T22:03:55.716Z | Downloaded sled v0.34.7 |
1046 | 2023-10-25T22:03:55.732Z | Downloaded crossterm v0.26.1 |
1047 | 2023-10-25T22:03:55.741Z | Downloaded portable-atomic v1.4.3 |
1048 | 2023-10-25T22:03:55.750Z | Downloaded reqwest v0.11.20 |
1049 | 2023-10-25T22:03:56.163Z | Downloaded zerocopy-derive v0.2.0 |
1050 | 2023-10-25T22:03:56.168Z | Downloaded zerocopy-derive v0.6.4 |
1051 | 2023-10-25T22:03:56.175Z | Downloaded quick-xml v0.23.1 |
1052 | 2023-10-25T22:03:56.588Z | Downloaded idna v0.4.0 |
1053 | 2023-10-25T22:03:56.592Z | Downloaded sha3 v0.10.8 |
1054 | 2023-10-25T22:03:56.596Z | Downloaded rustls v0.21.7 |
1055 | 2023-10-25T22:03:56.600Z | Downloaded webpki-roots v0.25.2 |
1056 | 2023-10-25T22:03:56.604Z | Downloaded regex-automata v0.3.8 |
1057 | 2023-10-25T22:03:56.607Z | Downloaded petgraph v0.6.4 |
1058 | 2023-10-25T22:03:56.611Z | Downloaded bitvec v1.0.1 |
1059 | 2023-10-25T22:03:56.618Z | Downloaded proptest v1.3.1 |
1060 | 2023-10-25T22:03:56.624Z | Downloaded git2 v0.17.2 |
1061 | 2023-10-25T22:03:56.628Z | Downloaded ratatui v0.23.0 |
1062 | 2023-10-25T22:03:56.632Z | Downloaded gimli v0.28.0 |
1063 | 2023-10-25T22:03:56.636Z | Downloaded regress v0.7.1 |
1064 | 2023-10-25T22:03:56.650Z | Downloaded object v0.30.4 |
1065 | 2023-10-25T22:03:56.656Z | Downloaded polar-core v0.26.4 |
1066 | 2023-10-25T22:03:56.661Z | Downloaded curve25519-dalek v4.1.0 |
1067 | 2023-10-25T22:03:56.668Z | Downloaded openapiv3 v1.0.3 |
1068 | 2023-10-25T22:03:56.673Z | Downloaded diesel v2.1.1 |
1069 | 2023-10-25T22:03:56.677Z | Downloaded bstr v1.6.0 |
1070 | 2023-10-25T22:03:56.682Z | Downloaded object v0.32.1 |
1071 | 2023-10-25T22:03:56.687Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1072 | 2023-10-25T22:03:56.693Z | Downloaded bstr v0.2.17 |
1073 | 2023-10-25T22:03:56.702Z | Downloaded tokio v1.33.0 |
1074 | 2023-10-25T22:03:56.707Z | Downloaded libz-sys v1.1.12 |
1075 | 2023-10-25T22:03:56.712Z | Downloaded trust-dns-proto v0.22.0 |
1076 | 2023-10-25T22:03:56.716Z | Downloaded libtest-mimic v0.5.2 |
1077 | 2023-10-25T22:03:56.720Z | Downloaded futures-util v0.3.28 |
1078 | 2023-10-25T22:03:56.725Z | Downloaded aho-corasick v1.0.4 |
1079 | 2023-10-25T22:03:56.730Z | Downloaded regex-syntax v0.6.29 |
1080 | 2023-10-25T22:03:56.736Z | Downloaded rayon-core v1.11.0 |
1081 | 2023-10-25T22:03:56.742Z | Downloaded rand v0.4.6 |
1082 | 2023-10-25T22:03:57.158Z | Downloaded libsqlite3-sys v0.26.0 |
1083 | 2023-10-25T22:03:57.162Z | Downloaded toml_edit v0.19.15 |
1084 | 2023-10-25T22:03:57.165Z | Downloaded smoltcp v0.9.1 |
1085 | 2023-10-25T22:03:57.168Z | Downloaded idna v0.2.3 |
1086 | 2023-10-25T22:03:57.172Z | Downloaded clap v3.2.25 |
1087 | 2023-10-25T22:03:57.175Z | Downloaded clap v2.34.0 |
1088 | 2023-10-25T22:03:57.179Z | Downloaded radix_trie v0.2.1 |
1089 | 2023-10-25T22:03:57.182Z | Downloaded encoding_rs v0.8.33 |
1090 | 2023-10-25T22:03:57.185Z | Downloaded tokio-util v0.7.9 |
1091 | 2023-10-25T22:03:57.189Z | Downloaded itertools v0.10.5 |
1092 | 2023-10-25T22:03:57.192Z | Downloaded erased-serde v0.3.30 |
1093 | 2023-10-25T22:03:57.195Z | Downloaded tough v0.12.5 |
1094 | 2023-10-25T22:03:57.199Z | Downloaded syn v1.0.109 |
1095 | 2023-10-25T22:03:57.203Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1096 | 2023-10-25T22:03:57.207Z | Downloaded smoltcp v0.8.2 |
1097 | 2023-10-25T22:03:57.212Z | Downloaded chrono v0.4.31 |
1098 | 2023-10-25T22:03:57.216Z | Downloaded partial-io v0.5.4 |
1099 | 2023-10-25T22:03:57.220Z | Downloaded rusqlite v0.29.0 |
1100 | 2023-10-25T22:03:57.224Z | Downloaded crossterm v0.27.0 |
1101 | 2023-10-25T22:03:57.228Z | Downloaded rayon v1.7.0 |
1102 | 2023-10-25T22:03:57.232Z | Downloaded hyper v0.14.27 |
1103 | 2023-10-25T22:03:57.236Z | Downloaded crypto-bigint v0.5.2 |
1104 | 2023-10-25T22:03:57.239Z | Downloaded darling_core v0.14.4 |
1105 | 2023-10-25T22:03:57.243Z | Downloaded zerocopy v0.6.4 |
1106 | 2023-10-25T22:03:57.247Z | Downloaded textwrap v0.16.0 |
1107 | 2023-10-25T22:03:57.251Z | Downloaded tabled v0.14.0 |
1108 | 2023-10-25T22:03:57.254Z | Downloaded steno v0.4.0 |
1109 | 2023-10-25T22:03:57.258Z | Downloaded uuid v1.4.1 |
1110 | 2023-10-25T22:03:57.262Z | Downloaded tinyvec v1.6.0 |
1111 | 2023-10-25T22:03:57.266Z | Downloaded fatfs v0.3.6 |
1112 | 2023-10-25T22:03:57.270Z | Downloaded pin-project v1.1.3 |
1113 | 2023-10-25T22:03:57.275Z | Downloaded whoami v1.4.1 |
1114 | 2023-10-25T22:03:57.279Z | Downloaded indexmap v1.9.3 |
1115 | 2023-10-25T22:03:57.284Z | Downloaded flume v0.11.0 |
1116 | 2023-10-25T22:03:57.288Z | Downloaded ed25519 v1.5.3 |
1117 | 2023-10-25T22:03:57.292Z | Downloaded futures-timer v3.0.2 |
1118 | 2023-10-25T22:03:57.296Z | Downloaded headers v0.3.9 |
1119 | 2023-10-25T22:03:57.300Z | Downloaded pest_generator v2.7.2 |
1120 | 2023-10-25T22:03:57.304Z | Downloaded pest_derive v2.7.2 |
1121 | 2023-10-25T22:03:57.308Z | Downloaded libxml v0.3.3 |
1122 | 2023-10-25T22:03:57.316Z | Downloaded rand v0.8.5 |
1123 | 2023-10-25T22:03:57.322Z | Downloaded expectorate v1.1.0 |
1124 | 2023-10-25T22:03:57.330Z | Downloaded serial_test v0.10.0 |
1125 | 2023-10-25T22:03:57.337Z | Downloaded semver v0.1.20 |
1126 | 2023-10-25T22:03:57.352Z | Downloaded half v1.8.2 |
1127 | 2023-10-25T22:03:57.356Z | Downloaded proc-macro-error v1.0.4 |
1128 | 2023-10-25T22:03:57.371Z | Downloaded parking_lot v0.11.2 |
1129 | 2023-10-25T22:03:57.376Z | Downloaded spki v0.7.2 |
1130 | 2023-10-25T22:03:57.380Z | Downloaded pkcs8 v0.10.2 |
1131 | 2023-10-25T22:03:57.385Z | Downloaded pkcs1 v0.7.5 |
1132 | 2023-10-25T22:03:57.389Z | Downloaded once_cell v1.18.0 |
1133 | 2023-10-25T22:03:57.395Z | Downloaded omicron-zone-package v0.8.3 |
1134 | 2023-10-25T22:03:57.400Z | Downloaded vte_generate_state_changes v0.1.1 |
1135 | 2023-10-25T22:03:57.406Z | Downloaded form_urlencoded v1.2.0 |
1136 | 2023-10-25T22:03:57.413Z | Downloaded getopts v0.2.21 |
1137 | 2023-10-25T22:03:57.417Z | Downloaded derive_builder v0.12.0 |
1138 | 2023-10-25T22:03:57.422Z | Downloaded der_derive v0.7.2 |
1139 | 2023-10-25T22:03:57.427Z | Downloaded crossbeam-utils v0.8.16 |
1140 | 2023-10-25T22:03:57.433Z | Downloaded serde_yaml v0.9.25 |
1141 | 2023-10-25T22:03:57.440Z | Downloaded wait-timeout v0.2.0 |
1142 | 2023-10-25T22:03:57.446Z | Downloaded parking_lot_core v0.8.6 |
1143 | 2023-10-25T22:03:57.454Z | Downloaded serde_with_macros v2.3.3 |
1144 | 2023-10-25T22:03:57.459Z | Downloaded socket2 v0.5.4 |
1145 | 2023-10-25T22:03:57.467Z | Downloaded num-bigint-dig v0.8.4 |
1146 | 2023-10-25T22:03:57.475Z | Downloaded foreign-types-macros v0.2.3 |
1147 | 2023-10-25T22:03:57.480Z | Downloaded zone_cfg_derive v0.2.0 |
1148 | 2023-10-25T22:03:57.484Z | Downloaded darling_macro v0.14.4 |
1149 | 2023-10-25T22:03:57.491Z | Downloaded resolv-conf v0.7.0 |
1150 | 2023-10-25T22:03:57.496Z | Downloaded serde_tokenstream v0.1.7 |
1151 | 2023-10-25T22:03:57.499Z | Downloaded ring v0.16.20 |
1152 | 2023-10-25T22:03:57.503Z | Downloaded dashmap v5.5.1 |
1153 | 2023-10-25T22:03:57.508Z | Downloaded libm v0.2.7 |
1154 | 2023-10-25T22:03:57.512Z | Downloaded x509-cert v0.2.4 |
1155 | 2023-10-25T22:03:57.516Z | Downloaded serde_with v2.3.3 |
1156 | 2023-10-25T22:03:57.519Z | Downloaded version_check v0.9.4 |
1157 | 2023-10-25T22:03:57.524Z | Downloaded dof v0.1.5 |
1158 | 2023-10-25T22:03:57.529Z | Downloaded similar v2.2.1 |
1159 | 2023-10-25T22:03:57.534Z | Downloaded derive_more v0.99.17 |
1160 | 2023-10-25T22:03:57.541Z | Downloaded tabled_derive v0.6.0 |
1161 | 2023-10-25T22:03:57.545Z | Downloaded ron v0.8.1 |
1162 | 2023-10-25T22:03:57.549Z | Downloaded ff v0.13.0 |
1163 | 2023-10-25T22:03:57.554Z | Downloaded slog-term v2.9.0 |
1164 | 2023-10-25T22:03:57.559Z | Downloaded env_logger v0.10.0 |
1165 | 2023-10-25T22:03:57.563Z | Downloaded criterion v0.5.1 |
1166 | 2023-10-25T22:03:57.566Z | Downloaded fixedbitset v0.4.2 |
1167 | 2023-10-25T22:03:57.571Z | Downloaded fallible-iterator v0.2.0 |
1168 | 2023-10-25T22:03:57.581Z | Downloaded keccak v0.1.4 |
1169 | 2023-10-25T22:03:57.585Z | Downloaded rustls-native-certs v0.6.3 |
1170 | 2023-10-25T22:03:57.591Z | Downloaded phf_shared v0.11.2 |
1171 | 2023-10-25T22:03:57.597Z | Downloaded termcolor v1.2.0 |
1172 | 2023-10-25T22:03:57.602Z | Downloaded elliptic-curve v0.13.5 |
1173 | 2023-10-25T22:03:57.607Z | Downloaded snafu v0.7.5 |
1174 | 2023-10-25T22:03:57.611Z | Downloaded tap v1.0.1 |
1175 | 2023-10-25T22:03:57.618Z | Downloaded pem v1.1.1 |
1176 | 2023-10-25T22:03:57.624Z | Downloaded rtoolbox v0.0.1 |
1177 | 2023-10-25T22:03:57.629Z | Downloaded smf v0.2.2 |
1178 | 2023-10-25T22:03:57.635Z | Downloaded unsafe-libyaml v0.2.9 |
1179 | 2023-10-25T22:03:57.643Z | Downloaded toml v0.5.11 |
1180 | 2023-10-25T22:03:57.654Z | Downloaded unicode-segmentation v1.10.1 |
1181 | 2023-10-25T22:03:57.661Z | Downloaded unicode-normalization v0.1.22 |
1182 | 2023-10-25T22:03:57.669Z | Downloaded enum-as-inner v0.5.1 |
1183 | 2023-10-25T22:03:57.678Z | Downloaded proc-macro-error-attr v1.0.4 |
1184 | 2023-10-25T22:03:57.682Z | Downloaded slog-async v2.8.0 |
1185 | 2023-10-25T22:03:57.685Z | Downloaded olpc-cjson v0.1.3 |
1186 | 2023-10-25T22:03:57.689Z | Downloaded subprocess v0.2.9 |
1187 | 2023-10-25T22:03:57.692Z | Downloaded postgres-protocol v0.6.6 |
1188 | 2023-10-25T22:03:57.696Z | Downloaded derive-where v1.2.5 |
1189 | 2023-10-25T22:03:57.700Z | Downloaded trust-dns-client v0.22.0 |
1190 | 2023-10-25T22:03:57.704Z | Downloaded salty v0.2.0 |
1191 | 2023-10-25T22:03:57.707Z | Downloaded num v0.4.1 |
1192 | 2023-10-25T22:03:57.711Z | Downloaded zone v0.2.0 |
1193 | 2023-10-25T22:03:57.716Z | Downloaded rustc_version v0.1.7 |
1194 | 2023-10-25T22:03:57.720Z | Downloaded postcard-cobs v0.1.5-pre |
1195 | 2023-10-25T22:03:57.724Z | Downloaded signature v2.1.0 |
1196 | 2023-10-25T22:03:57.727Z | Downloaded futures-executor v0.3.28 |
1197 | 2023-10-25T22:03:57.731Z | Downloaded float-cmp v0.9.0 |
1198 | 2023-10-25T22:03:57.735Z | Downloaded derive_builder_core v0.12.0 |
1199 | 2023-10-25T22:03:57.740Z | Downloaded num_threads v0.1.6 |
1200 | 2023-10-25T22:03:57.744Z | Downloaded fallible-streaming-iterator v0.1.9 |
1201 | 2023-10-25T22:03:57.748Z | Downloaded ctr v0.9.2 |
1202 | 2023-10-25T22:03:57.752Z | Downloaded term v0.7.0 |
1203 | 2023-10-25T22:03:57.756Z | Downloaded fd-lock v3.0.13 |
1204 | 2023-10-25T22:03:57.760Z | Downloaded rand_core v0.6.4 |
1205 | 2023-10-25T22:03:57.763Z | Downloaded tokio-tungstenite v0.18.0 |
1206 | 2023-10-25T22:03:57.767Z | Downloaded platforms v3.0.2 |
1207 | 2023-10-25T22:03:57.771Z | Downloaded pin-project-internal v1.1.3 |
1208 | 2023-10-25T22:03:57.776Z | Downloaded smallvec v1.11.0 |
1209 | 2023-10-25T22:03:57.780Z | Downloaded base64 v0.21.4 |
1210 | 2023-10-25T22:03:57.785Z | Downloaded base64 v0.13.1 |
1211 | 2023-10-25T22:03:57.788Z | Downloaded trust-dns-server v0.22.1 |
1212 | 2023-10-25T22:03:57.793Z | Downloaded wyz v0.5.1 |
1213 | 2023-10-25T22:03:57.797Z | Downloaded similar-asserts v1.5.0 |
1214 | 2023-10-25T22:03:57.800Z | Downloaded schemars v0.8.13 |
1215 | 2023-10-25T22:03:57.804Z | Downloaded mime_guess v2.0.4 |
1216 | 2023-10-25T22:03:57.808Z | Downloaded password-hash v0.5.0 |
1217 | 2023-10-25T22:03:57.812Z | Downloaded parking_lot_core v0.9.8 |
1218 | 2023-10-25T22:03:57.816Z | Downloaded crunchy v0.2.2 |
1219 | 2023-10-25T22:03:57.821Z | Downloaded rustfmt-wrapper v0.2.0 |
1220 | 2023-10-25T22:03:57.826Z | Downloaded foreign-types v0.3.2 |
1221 | 2023-10-25T22:03:57.830Z | Downloaded doc-comment v0.3.3 |
1222 | 2023-10-25T22:03:57.834Z | Downloaded downcast v0.11.0 |
1223 | 2023-10-25T22:03:57.839Z | Downloaded papergrid v0.10.0 |
1224 | 2023-10-25T22:03:57.849Z | Downloaded tokio-tungstenite v0.20.1 |
1225 | 2023-10-25T22:03:57.853Z | Downloaded tokio-rustls v0.24.1 |
1226 | 2023-10-25T22:03:57.904Z | Downloaded tracing v0.1.37 |
1227 | 2023-10-25T22:03:57.910Z | Downloaded predicates-core v1.0.6 |
1228 | 2023-10-25T22:03:57.914Z | Downloaded futures v0.3.28 |
1229 | 2023-10-25T22:03:57.919Z | Downloaded signal-hook v0.3.17 |
1230 | 2023-10-25T22:03:57.923Z | Downloaded backtrace v0.3.69 |
1231 | 2023-10-25T22:03:57.928Z | Downloaded tokio-postgres v0.7.10 |
1232 | 2023-10-25T22:03:57.932Z | Downloaded same-file v1.0.6 |
1233 | 2023-10-25T22:03:57.937Z | Downloaded relative-path v1.9.0 |
1234 | 2023-10-25T22:03:57.942Z | Downloaded url v2.4.1 |
1235 | 2023-10-25T22:03:57.946Z | Downloaded socket2 v0.4.9 |
1236 | 2023-10-25T22:03:57.950Z | Downloaded arc-swap v1.6.0 |
1237 | 2023-10-25T22:03:57.954Z | Downloaded plotters-backend v0.3.5 |
1238 | 2023-10-25T22:03:57.958Z | Downloaded zeroize_derive v1.4.2 |
1239 | 2023-10-25T22:03:57.962Z | Downloaded zeroize v1.6.0 |
1240 | 2023-10-25T22:03:57.967Z | Downloaded ref-cast-impl v1.0.20 |
1241 | 2023-10-25T22:03:57.971Z | Downloaded fxhash v0.2.1 |
1242 | 2023-10-25T22:03:57.976Z | Downloaded fs-err v2.9.0 |
1243 | 2023-10-25T22:03:57.979Z | Downloaded either v1.9.0 |
1244 | 2023-10-25T22:03:57.983Z | Downloaded fragile v2.0.0 |
1245 | 2023-10-25T22:03:57.989Z | Downloaded predicates v2.1.5 |
1246 | 2023-10-25T22:03:57.993Z | Downloaded debug-ignore v1.0.5 |
1247 | 2023-10-25T22:03:57.997Z | Downloaded datatest-stable v0.1.3 |
1248 | 2023-10-25T22:03:58.002Z | Downloaded thread_local v1.1.7 |
1249 | 2023-10-25T22:03:58.007Z | Downloaded thread-id v4.2.0 |
1250 | 2023-10-25T22:03:58.011Z | Downloaded pin-project-lite v0.2.13 |
1251 | 2023-10-25T22:03:58.015Z | Downloaded structopt-derive v0.4.18 |
1252 | 2023-10-25T22:03:58.020Z | Downloaded stringprep v0.1.3 |
1253 | 2023-10-25T22:03:58.023Z | Downloaded pin-utils v0.1.0 |
1254 | 2023-10-25T22:03:58.028Z | Downloaded crossbeam-queue v0.3.8 |
1255 | 2023-10-25T22:03:58.031Z | Downloaded parse-display-derive v0.7.0 |
1256 | 2023-10-25T22:03:58.038Z | Downloaded packed_struct v0.10.1 |
1257 | 2023-10-25T22:03:58.044Z | Downloaded rust-argon2 v1.0.1 |
1258 | 2023-10-25T22:03:58.048Z | Downloaded digest v0.10.7 |
1259 | 2023-10-25T22:03:58.054Z | Downloaded siphasher v0.3.11 |
1260 | 2023-10-25T22:03:58.058Z | Downloaded ron v0.7.1 |
1261 | 2023-10-25T22:03:58.064Z | Downloaded vec_map v0.8.2 |
1262 | 2023-10-25T22:03:58.069Z | Downloaded signal-hook-registry v1.4.1 |
1263 | 2023-10-25T22:03:58.075Z | Downloaded rustc_version v0.4.0 |
1264 | 2023-10-25T22:03:58.080Z | Downloaded rand_chacha v0.3.1 |
1265 | 2023-10-25T22:03:58.083Z | Downloaded allocator-api2 v0.2.16 |
1266 | 2023-10-25T22:03:58.087Z | Downloaded indicatif v0.17.7 |
1267 | 2023-10-25T22:03:58.100Z | Downloaded rand_xorshift v0.3.0 |
1268 | 2023-10-25T22:03:58.111Z | Downloaded radium v0.7.0 |
1269 | 2023-10-25T22:03:58.115Z | Downloaded proc-macro-crate v1.3.1 |
1270 | 2023-10-25T22:03:58.123Z | Downloaded serial_test_derive v0.10.0 |
1271 | 2023-10-25T22:03:58.133Z | Downloaded scheduled-thread-pool v0.2.7 |
1272 | 2023-10-25T22:03:58.145Z | Downloaded postcard v0.7.3 |
1273 | 2023-10-25T22:03:58.149Z | Downloaded blake2b_simd v1.0.1 |
1274 | 2023-10-25T22:03:58.153Z | Downloaded basic-toml v0.1.4 |
1275 | 2023-10-25T22:03:58.161Z | Downloaded bincode v1.3.3 |
1276 | 2023-10-25T22:03:58.165Z | Downloaded camino-tempfile v1.0.2 |
1277 | 2023-10-25T22:03:58.169Z | Downloaded linked-hash-map v0.5.6 |
1278 | 2023-10-25T22:03:58.173Z | Downloaded futures-sink v0.3.28 |
1279 | 2023-10-25T22:03:58.182Z | Downloaded sct v0.7.0 |
1280 | 2023-10-25T22:03:58.187Z | Downloaded futures-task v0.3.28 |
1281 | 2023-10-25T22:03:58.197Z | Downloaded futures-io v0.3.28 |
1282 | 2023-10-25T22:03:58.201Z | Downloaded pest_meta v2.7.2 |
1283 | 2023-10-25T22:03:58.204Z | Downloaded pem-rfc7468 v0.7.0 |
1284 | 2023-10-25T22:03:58.208Z | Downloaded slog-bunyan v2.4.0 |
1285 | 2023-10-25T22:03:58.211Z | Downloaded usdt-impl v0.3.5 |
1286 | 2023-10-25T22:03:58.215Z | Downloaded signal-hook-mio v0.2.3 |
1287 | 2023-10-25T22:03:58.219Z | Downloaded toml v0.7.8 |
1288 | 2023-10-25T22:03:58.222Z | Downloaded serde_derive_internals v0.26.0 |
1289 | 2023-10-25T22:03:58.227Z | Downloaded walkdir v2.4.0 |
1290 | 2023-10-25T22:03:58.231Z | Downloaded usdt v0.3.5 |
1291 | 2023-10-25T22:03:58.235Z | Downloaded chacha20poly1305 v0.10.1 |
1292 | 2023-10-25T22:03:58.239Z | Downloaded tracing-attributes v0.1.26 |
1293 | 2023-10-25T22:03:58.242Z | Downloaded universal-hash v0.5.1 |
1294 | 2023-10-25T22:03:58.246Z | Downloaded paste v1.0.14 |
1295 | 2023-10-25T22:03:58.250Z | Downloaded oorandom v11.1.3 |
1296 | 2023-10-25T22:03:58.256Z | Downloaded serde-hex v0.1.0 |
1297 | 2023-10-25T22:03:58.259Z | Downloaded clang-sys v1.6.1 |
1298 | 2023-10-25T22:03:58.262Z | Downloaded tinyvec_macros v0.1.1 |
1299 | 2023-10-25T22:03:58.266Z | Downloaded path-dedot v3.1.0 |
1300 | 2023-10-25T22:03:58.269Z | Downloaded path-absolutize v3.1.0 |
1301 | 2023-10-25T22:03:58.273Z | Downloaded nodrop v0.1.14 |
1302 | 2023-10-25T22:03:58.276Z | Downloaded crc-catalog v2.2.0 |
1303 | 2023-10-25T22:03:58.280Z | Downloaded blake2 v0.10.6 |
1304 | 2023-10-25T22:03:58.283Z | Downloaded slog-scope v4.4.0 |
1305 | 2023-10-25T22:03:58.286Z | Downloaded slog-json v2.6.1 |
1306 | 2023-10-25T22:03:58.290Z | Downloaded signal-hook-tokio v0.3.1 |
1307 | 2023-10-25T22:03:58.294Z | Downloaded shell-words v1.1.0 |
1308 | 2023-10-25T22:03:58.308Z | Downloaded dirs-sys-next v0.1.2 |
1309 | 2023-10-25T22:03:58.332Z | Downloaded dirs-next v2.0.0 |
1310 | 2023-10-25T22:03:58.338Z | Downloaded pretty-hex v0.3.0 |
1311 | 2023-10-25T22:03:58.343Z | Downloaded precomputed-hash v0.1.1 |
1312 | 2023-10-25T22:03:58.347Z | Downloaded usdt-macro v0.3.5 |
1313 | 2023-10-25T22:03:58.350Z | Downloaded log v0.4.20 |
1314 | 2023-10-25T22:03:58.353Z | Downloaded crossbeam-epoch v0.9.15 |
1315 | 2023-10-25T22:03:58.357Z | Downloaded bytes v1.5.0 |
1316 | 2023-10-25T22:03:58.362Z | Downloaded bitflags v2.4.0 |
1317 | 2023-10-25T22:03:58.366Z | Downloaded arrayvec v0.7.4 |
1318 | 2023-10-25T22:03:58.369Z | Downloaded num-bigint v0.4.4 |
1319 | 2023-10-25T22:03:58.373Z | Downloaded httparse v1.8.0 |
1320 | 2023-10-25T22:03:58.380Z | Downloaded const_format_proc_macros v0.2.31 |
1321 | 2023-10-25T22:03:58.384Z | Downloaded block-padding v0.3.3 |
1322 | 2023-10-25T22:03:58.388Z | Downloaded shlex v1.1.0 |
1323 | 2023-10-25T22:03:58.391Z | Downloaded tiny-keccak v2.0.2 |
1324 | 2023-10-25T22:03:58.396Z | Downloaded time-macros v0.2.13 |
1325 | 2023-10-25T22:03:58.400Z | Downloaded ahash v0.8.3 |
1326 | 2023-10-25T22:03:58.403Z | Downloaded toolchain_find v0.2.0 |
1327 | 2023-10-25T22:03:58.409Z | Downloaded tokio-native-tls v0.3.1 |
1328 | 2023-10-25T22:03:58.412Z | Downloaded ansi_term v0.12.1 |
1329 | 2023-10-25T22:03:58.420Z | Downloaded static_assertions v1.1.0 |
1330 | 2023-10-25T22:03:58.424Z | Downloaded snafu-derive v0.7.5 |
1331 | 2023-10-25T22:03:58.431Z | Downloaded test-strategy v0.2.1 |
1332 | 2023-10-25T22:03:58.434Z | Downloaded synstructure v0.12.6 |
1333 | 2023-10-25T22:03:58.438Z | Downloaded textwrap v0.11.0 |
1334 | 2023-10-25T22:03:58.441Z | Downloaded termios v0.3.3 |
1335 | 2023-10-25T22:03:58.445Z | Downloaded structmeta v0.1.6 |
1336 | 2023-10-25T22:03:58.450Z | Downloaded slog-envlogger v2.2.0 |
1337 | 2023-10-25T22:03:58.454Z | Downloaded slab v0.4.9 |
1338 | 2023-10-25T22:03:58.457Z | Downloaded signature v1.6.4 |
1339 | 2023-10-25T22:03:58.461Z | Downloaded libefi-sys v0.1.0 |
1340 | 2023-10-25T22:03:58.465Z | Downloaded lazycell v1.3.0 |
1341 | 2023-10-25T22:03:58.469Z | Downloaded indoc v2.0.3 |
1342 | 2023-10-25T22:03:58.473Z | Downloaded buf-list v1.0.3 |
1343 | 2023-10-25T22:03:58.476Z | Downloaded backoff v0.4.0 |
1344 | 2023-10-25T22:03:58.484Z | Downloaded tower-service v0.3.2 |
1345 | 2023-10-25T22:03:58.500Z | Downloaded try-lock v0.2.4 |
1346 | 2023-10-25T22:03:58.507Z | Downloaded lru-cache v0.1.2 |
1347 | 2023-10-25T22:03:58.511Z | Downloaded nom v7.1.3 |
1348 | 2023-10-25T22:03:58.515Z | Downloaded inout v0.1.3 |
1349 | 2023-10-25T22:03:58.521Z | Downloaded hyper-staticfile v0.9.5 |
1350 | 2023-10-25T22:03:58.526Z | Downloaded cancel-safe-futures v0.1.2 |
1351 | 2023-10-25T22:03:58.531Z | Downloaded bzip2 v0.4.4 |
1352 | 2023-10-25T22:03:58.537Z | Downloaded hex v0.4.3 |
1353 | 2023-10-25T22:03:58.544Z | Downloaded adler v1.0.2 |
1354 | 2023-10-25T22:03:58.554Z | Downloaded bit-vec v0.6.3 |
1355 | 2023-10-25T22:03:58.559Z | Downloaded bitfield v0.14.0 |
1356 | 2023-10-25T22:03:58.564Z | Downloaded arrayref v0.3.7 |
1357 | 2023-10-25T22:03:58.571Z | Downloaded bb8 v0.8.1 |
1358 | 2023-10-25T22:03:58.579Z | Downloaded assert_cmd v2.0.12 |
1359 | 2023-10-25T22:03:58.587Z | Downloaded aead v0.5.2 |
1360 | 2023-10-25T22:03:58.595Z | Downloaded autocfg v1.1.0 |
1361 | 2023-10-25T22:03:58.605Z | Downloaded base16ct v0.2.0 |
1362 | 2023-10-25T22:03:58.611Z | Downloaded constant_time_eq v0.3.0 |
1363 | 2023-10-25T22:03:58.618Z | Downloaded ipnetwork v0.20.0 |
1364 | 2023-10-25T22:03:58.626Z | Downloaded crossbeam-deque v0.8.3 |
1365 | 2023-10-25T22:03:58.633Z | Downloaded cipher v0.4.4 |
1366 | 2023-10-25T22:03:58.638Z | Downloaded home v0.5.5 |
1367 | 2023-10-25T22:03:58.642Z | Downloaded atomicwrites v0.4.2 |
1368 | 2023-10-25T22:03:58.647Z | Downloaded approx v0.5.1 |
1369 | 2023-10-25T22:03:58.650Z | Downloaded serde_urlencoded v0.7.1 |
1370 | 2023-10-25T22:03:58.655Z | Downloaded cfg-if v0.1.10 |
1371 | 2023-10-25T22:03:58.659Z | Downloaded colored v2.0.4 |
1372 | 2023-10-25T22:03:58.663Z | Downloaded stable_deref_trait v1.2.0 |
1373 | 2023-10-25T22:03:58.671Z | Downloaded serde_arrays v0.1.0 |
1374 | 2023-10-25T22:03:58.675Z | Downloaded scopeguard v1.2.0 |
1375 | 2023-10-25T22:03:58.685Z | Downloaded impl-trait-for-tuples v0.2.2 |
1376 | 2023-10-25T22:03:58.689Z | Downloaded crc32fast v1.3.2 |
1377 | 2023-10-25T22:03:58.693Z | Downloaded corncobs v0.1.3 |
1378 | 2023-10-25T22:03:58.697Z | Downloaded cookie v0.16.2 |
1379 | 2023-10-25T22:03:58.701Z | Downloaded ident_case v1.0.1 |
1380 | 2023-10-25T22:03:58.705Z | Downloaded criterion-plot v0.5.0 |
1381 | 2023-10-25T22:03:58.709Z | Downloaded crc-any v2.4.3 |
1382 | 2023-10-25T22:03:58.713Z | Downloaded atomic-waker v1.1.1 |
1383 | 2023-10-25T22:03:58.717Z | Downloaded structmeta-derive v0.1.6 |
1384 | 2023-10-25T22:03:58.720Z | Downloaded managed v0.8.0 |
1385 | 2023-10-25T22:03:58.724Z | Downloaded macaddr v1.0.1 |
1386 | 2023-10-25T22:03:58.727Z | Downloaded base64ct v1.6.0 |
1387 | 2023-10-25T22:03:58.736Z | Downloaded aes-gcm-siv v0.11.1 |
1388 | 2023-10-25T22:03:58.743Z | Downloaded miniz_oxide v0.7.1 |
1389 | 2023-10-25T22:03:58.746Z | Downloaded hyper-rustls v0.24.1 |
1390 | 2023-10-25T22:03:58.751Z | Downloaded httptest v0.15.4 |
1391 | 2023-10-25T22:03:59.173Z | Downloaded crc v3.0.1 |
1392 | 2023-10-25T22:03:59.199Z | Downloaded console v0.15.7 |
1393 | 2023-10-25T22:03:59.211Z | Downloaded match_cfg v0.1.0 |
1394 | 2023-10-25T22:03:59.220Z | Downloaded hubpack_derive v0.1.1 |
1395 | 2023-10-25T22:03:59.252Z | Downloaded headers-core v0.2.0 |
1396 | 2023-10-25T22:03:59.264Z | Downloaded atty v0.2.14 |
1397 | 2023-10-25T22:03:59.272Z | Downloaded block-buffer v0.10.4 |
1398 | 2023-10-25T22:03:59.284Z | Downloaded http-range v0.1.5 |
1399 | 2023-10-25T22:03:59.300Z | Downloaded lazy_static v1.4.0 |
1400 | 2023-10-25T22:03:59.305Z | Downloaded bitstruct_derive v0.1.0 |
1401 | 2023-10-25T22:03:59.310Z | Downloaded async-stream v0.3.5 |
1402 | 2023-10-25T22:03:59.319Z | Downloaded cexpr v0.6.0 |
1403 | 2023-10-25T22:03:59.324Z | Downloaded bit_field v0.10.2 |
1404 | 2023-10-25T22:03:59.335Z | Downloaded ringbuffer v0.15.0 |
1405 | 2023-10-25T22:03:59.361Z | Downloaded async-stream-impl v0.3.5 |
1406 | 2023-10-25T22:03:59.368Z | Downloaded async-recursion v1.0.5 |
1407 | 2023-10-25T22:03:59.374Z | Downloaded ascii-canvas v3.0.0 |
1408 | 2023-10-25T22:03:59.383Z | Downloaded assert_matches v1.5.0 |
1409 | 2023-10-25T22:03:59.391Z | Downloaded secrecy v0.8.0 |
1410 | 2023-10-25T22:03:59.401Z | Downloaded num-traits v0.2.16 |
1411 | 2023-10-25T22:03:59.408Z | Downloaded maplit v1.0.2 |
1412 | 2023-10-25T22:03:59.416Z | Downloaded const-oid v0.9.5 |
1413 | 2023-10-25T22:03:59.424Z | Downloaded rustc-demangle v0.1.23 |
1414 | 2023-10-25T22:03:59.432Z | Downloaded mockall_derive v0.11.4 |
1415 | 2023-10-25T22:03:59.438Z | Downloaded indoc v1.0.9 |
1416 | 2023-10-25T22:03:59.461Z | Downloaded clap_lex v0.2.4 |
1417 | 2023-10-25T22:03:59.465Z | Downloaded remove_dir_all v0.5.3 |
1418 | 2023-10-25T22:03:59.470Z | Downloaded num_enum_derive v0.5.11 |
1419 | 2023-10-25T22:03:59.474Z | Downloaded num_enum v0.7.0 |
1420 | 2023-10-25T22:03:59.478Z | Downloaded num_enum v0.5.11 |
1421 | 2023-10-25T22:03:59.481Z | Downloaded num_cpus v1.16.0 |
1422 | 2023-10-25T22:03:59.485Z | Downloaded num-derive v0.4.0 |
1423 | 2023-10-25T22:03:59.489Z | Downloaded nibble_vec v0.1.0 |
1424 | 2023-10-25T22:03:59.493Z | Downloaded memoffset v0.7.1 |
1425 | 2023-10-25T22:03:59.497Z | Downloaded lock_api v0.4.10 |
1426 | 2023-10-25T22:03:59.501Z | Downloaded crossbeam v0.8.2 |
1427 | 2023-10-25T22:03:59.505Z | Downloaded num-complex v0.4.4 |
1428 | 2023-10-25T22:03:59.509Z | Downloaded nanorand v0.7.0 |
1429 | 2023-10-25T22:03:59.513Z | Downloaded lalrpop-util v0.19.12 |
1430 | 2023-10-25T22:03:59.516Z | Downloaded iana-time-zone v0.1.57 |
1431 | 2023-10-25T22:03:59.520Z | Downloaded constant_time_eq v0.2.6 |
1432 | 2023-10-25T22:03:59.524Z | Downloaded newline-converter v0.3.0 |
1433 | 2023-10-25T22:03:59.527Z | Downloaded clap_derive v3.2.25 |
1434 | 2023-10-25T22:03:59.531Z | Downloaded ciborium-ll v0.2.1 |
1435 | 2023-10-25T22:03:59.534Z | Downloaded cfg-if v1.0.0 |
1436 | 2023-10-25T22:03:59.539Z | Downloaded cassowary v0.3.0 |
1437 | 2023-10-25T22:03:59.544Z | Downloaded native-tls v0.2.11 |
1438 | 2023-10-25T22:03:59.550Z | Downloaded array-init v0.0.4 |
1439 | 2023-10-25T22:03:59.554Z | Downloaded new_debug_unreachable v1.0.4 |
1440 | 2023-10-25T22:03:59.559Z | Downloaded minimal-lexical v0.2.1 |
1441 | 2023-10-25T22:03:59.563Z | Downloaded matches v0.1.10 |
1442 | 2023-10-25T22:03:59.567Z | Downloaded instant v0.1.12 |
1443 | 2023-10-25T22:03:59.571Z | Downloaded cpufeatures v0.2.9 |
1444 | 2023-10-25T22:03:59.575Z | Downloaded convert_case v0.4.0 |
1445 | 2023-10-25T22:03:59.579Z | Downloaded hostname v0.3.1 |
1446 | 2023-10-25T22:03:59.582Z | Downloaded hmac v0.12.1 |
1447 | 2023-10-25T22:03:59.586Z | Downloaded bytesize v1.3.0 |
1448 | 2023-10-25T22:03:59.591Z | Compiling proc-macro2 v1.0.67 |
1449 | 2023-10-25T22:03:59.595Z | Compiling serde v1.0.188 |
1450 | 2023-10-25T22:03:59.598Z | Compiling autocfg v1.1.0 |
1451 | 2023-10-25T22:03:59.602Z | Compiling version_check v0.9.4 |
1452 | 2023-10-25T22:03:59.606Z | Compiling syn v1.0.109 |
1453 | 2023-10-25T22:03:59.609Z | Compiling parking_lot_core v0.9.8 |
1454 | 2023-10-25T22:04:00.616Z | Compiling libm v0.2.7 |
1455 | 2023-10-25T22:04:00.621Z | Compiling libc v0.2.149 |
1456 | 2023-10-25T22:04:00.625Z | Compiling cfg-if v1.0.0 |
1457 | 2023-10-25T22:04:01.072Z | Compiling futures-core v0.3.28 |
1458 | 2023-10-25T22:04:01.095Z | Compiling once_cell v1.18.0 |
1459 | 2023-10-25T22:04:01.098Z | Compiling typenum v1.16.0 |
1460 | 2023-10-25T22:04:01.103Z | Compiling futures-channel v0.3.28 |
1461 | 2023-10-25T22:04:01.108Z | Compiling ahash v0.8.3 |
1462 | 2023-10-25T22:04:01.111Z | Compiling lock_api v0.4.10 |
1463 | 2023-10-25T22:04:01.115Z | Compiling num-traits v0.2.16 |
1464 | 2023-10-25T22:04:01.118Z | Compiling quote v1.0.33 |
1465 | 2023-10-25T22:04:01.122Z | Compiling generic-array v0.14.7 |
1466 | 2023-10-25T22:04:01.125Z | Compiling slab v0.4.9 |
1467 | 2023-10-25T22:04:01.129Z | Compiling syn v2.0.32 |
1468 | 2023-10-25T22:04:01.132Z | Compiling jobserver v0.1.26 |
1469 | 2023-10-25T22:04:01.135Z | Compiling futures-task v0.3.28 |
1470 | 2023-10-25T22:04:01.139Z | Compiling cc v1.0.83 |
1471 | 2023-10-25T22:04:01.142Z | Compiling futures-util v0.3.28 |
1472 | 2023-10-25T22:04:01.146Z | Compiling pkg-config v0.3.27 |
1473 | 2023-10-25T22:04:01.149Z | Compiling memchr v2.6.3 |
1474 | 2023-10-25T22:04:01.153Z | Compiling vcpkg v0.2.15 |
1475 | 2023-10-25T22:04:01.156Z | Compiling itoa v1.0.9 |
1476 | 2023-10-25T22:04:01.160Z | Compiling log v0.4.20 |
1477 | 2023-10-25T22:04:01.163Z | Compiling schemars v0.8.13 |
1478 | 2023-10-25T22:04:01.166Z | Compiling serde_json v1.0.107 |
1479 | 2023-10-25T22:04:01.170Z | Compiling indexmap v1.9.3 |
1480 | 2023-10-25T22:04:01.173Z | Compiling ryu v1.0.15 |
1481 | 2023-10-25T22:04:01.177Z | Compiling httparse v1.8.0 |
1482 | 2023-10-25T22:04:01.181Z | Compiling allocator-api2 v0.2.16 |
1483 | 2023-10-25T22:04:01.185Z | Compiling equivalent v1.0.1 |
1484 | 2023-10-25T22:04:01.188Z | Compiling rustix v0.38.9 |
1485 | 2023-10-25T22:04:01.191Z | Compiling getrandom v0.2.10 |
1486 | 2023-10-25T22:04:01.194Z | Compiling fnv v1.0.7 |
1487 | 2023-10-25T22:04:01.199Z | Compiling rustls v0.21.7 |
1488 | 2023-10-25T22:04:01.204Z | Compiling openssl v0.10.57 |
1489 | 2023-10-25T22:04:01.208Z | Compiling aho-corasick v1.0.4 |
1490 | 2023-10-25T22:04:01.211Z | Compiling hashbrown v0.14.0 |
1491 | 2023-10-25T22:04:01.215Z | Compiling regex-syntax v0.7.5 |
1492 | 2023-10-25T22:04:01.218Z | Compiling unicode-xid v0.2.4 |
1493 | 2023-10-25T22:04:01.222Z | Compiling native-tls v0.2.11 |
1494 | 2023-10-25T22:04:01.226Z | Compiling ucd-trie v0.1.6 |
1495 | 2023-10-25T22:04:01.231Z | Compiling ring v0.16.20 |
1496 | 2023-10-25T22:04:01.235Z | Compiling openssl-sys v0.9.93 |
1497 | 2023-10-25T22:04:01.239Z | Compiling backtrace v0.3.69 |
1498 | 2023-10-25T22:04:01.244Z | Compiling async-trait v0.1.73 |
1499 | 2023-10-25T22:04:01.247Z | Compiling rustversion v1.0.14 |
1500 | 2023-10-25T22:04:01.251Z | Compiling crossbeam-utils v0.8.16 |
1501 | 2023-10-25T22:04:01.255Z | Compiling anyhow v1.0.75 |
1502 | 2023-10-25T22:04:01.280Z | Compiling regex-automata v0.3.8 |
1503 | 2023-10-25T22:04:01.284Z | Compiling slog v2.7.0 |
1504 | 2023-10-25T22:04:01.288Z | Compiling iana-time-zone v0.1.57 |
1505 | 2023-10-25T22:04:01.291Z | Compiling time-core v0.1.1 |
1506 | 2023-10-25T22:04:01.295Z | Compiling time-macros v0.2.13 |
1507 | 2023-10-25T22:04:01.299Z | Compiling byteorder v1.4.3 |
1508 | 2023-10-25T22:04:01.303Z | Compiling serde_derive_internals v0.26.0 |
1509 | 2023-10-25T22:04:01.307Z | Compiling synstructure v0.12.6 |
1510 | 2023-10-25T22:04:01.310Z | Compiling dyn-clone v1.0.13 |
1511 | 2023-10-25T22:04:01.314Z | Compiling hashbrown v0.13.2 |
1512 | 2023-10-25T22:04:01.321Z | Compiling usdt-impl v0.3.5 |
1513 | 2023-10-25T22:04:01.325Z | Compiling unicode-width v0.1.10 |
1514 | 2023-10-25T22:04:01.329Z | Compiling thread-id v4.2.0 |
1515 | 2023-10-25T22:04:01.333Z | Compiling strsim v0.10.0 |
1516 | 2023-10-25T22:04:01.336Z | Compiling scopeguard v1.2.0 |
1517 | 2023-10-25T22:04:01.340Z | Compiling winnow v0.5.15 |
1518 | 2023-10-25T22:04:01.343Z | Compiling tinyvec_macros v0.1.1 |
1519 | 2023-10-25T22:04:01.348Z | Compiling tinyvec v1.6.0 |
1520 | 2023-10-25T22:04:01.731Z | Compiling unicode-bidi v0.3.13 |
1521 | 2023-10-25T22:04:01.813Z | Compiling smallvec v1.11.0 |
1522 | 2023-10-25T22:04:03.827Z | Compiling regex v1.9.5 |
1523 | 2023-10-25T22:04:03.836Z | Compiling unicode-normalization v0.1.22 |
1524 | 2023-10-25T22:04:03.852Z | Compiling percent-encoding v2.3.0 |
1525 | 2023-10-25T22:04:04.178Z | Compiling parking_lot v0.12.1 |
1526 | 2023-10-25T22:04:04.330Z | Compiling form_urlencoded v1.2.0 |
1527 | 2023-10-25T22:04:04.817Z | Compiling num-integer v0.1.45 |
1528 | 2023-10-25T22:04:05.109Z | Compiling crc32fast v1.3.2 |
1529 | 2023-10-25T22:04:05.160Z | Compiling bitflags v1.3.2 |
1530 | 2023-10-25T22:04:05.336Z | Compiling adler v1.0.2 |
1531 | 2023-10-25T22:04:05.592Z | Compiling idna v0.4.0 |
1532 | 2023-10-25T22:04:05.614Z | Compiling miniz_oxide v0.7.1 |
1533 | 2023-10-25T22:04:05.666Z | Compiling spin v0.5.2 |
1534 | 2023-10-25T22:04:05.804Z | Compiling gimli v0.28.0 |
1535 | 2023-10-25T22:04:06.001Z | Compiling object v0.32.1 |
1536 | 2023-10-25T22:04:07.069Z | Compiling rustc-demangle v0.1.23 |
1537 | 2023-10-25T22:04:07.307Z | Compiling serde_derive v1.0.188 |
1538 | 2023-10-25T22:04:07.558Z | Compiling thiserror-impl v1.0.49 |
1539 | 2023-10-25T22:04:08.007Z | Compiling zeroize_derive v1.4.2 |
1540 | 2023-10-25T22:04:08.067Z | Compiling tokio-macros v2.1.0 |
1541 | 2023-10-25T22:04:08.560Z | Compiling futures-macro v0.3.28 |
1542 | 2023-10-25T22:04:10.259Z | Compiling tracing-attributes v0.1.26 |
1543 | 2023-10-25T22:04:10.430Z | Compiling schemars_derive v0.8.13 |
1544 | 2023-10-25T22:04:11.218Z | Compiling openssl-macros v0.1.1 |
1545 | 2023-10-25T22:04:12.197Z | Compiling thiserror v1.0.49 |
1546 | 2023-10-25T22:04:12.324Z | Compiling zerocopy-derive v0.2.0 |
1547 | 2023-10-25T22:04:12.385Z | Compiling pest v2.7.2 |
1548 | 2023-10-25T22:04:14.161Z | Compiling strum_macros v0.25.2 |
1549 | 2023-10-25T22:04:15.082Z | Compiling zerocopy v0.3.0 |
1550 | 2023-10-25T22:04:15.336Z | Compiling url v2.4.1 |
1551 | 2023-10-25T22:04:15.639Z | Compiling addr2line v0.21.0 |
1552 | 2023-10-25T22:04:15.675Z | Compiling pin-project-lite v0.2.13 |
1553 | 2023-10-25T22:04:15.885Z | Compiling zerocopy-derive v0.6.4 |
1554 | 2023-10-25T22:04:16.280Z | Compiling dof v0.1.5 |
1555 | 2023-10-25T22:04:16.710Z | Compiling pest_meta v2.7.2 |
1556 | 2023-10-25T22:04:17.265Z | Compiling errno v0.3.2 |
1557 | 2023-10-25T22:04:17.653Z | Compiling mio v0.8.8 |
1558 | 2023-10-25T22:04:17.898Z | Compiling num_cpus v1.16.0 |
1559 | 2023-10-25T22:04:18.146Z | Compiling socket2 v0.5.4 |
1560 | 2023-10-25T22:04:18.246Z | Compiling signal-hook-registry v1.4.1 |
1561 | 2023-10-25T22:04:21.687Z | Compiling pest_generator v2.7.2 |
1562 | 2023-10-25T22:04:21.846Z | Compiling futures-sink v0.3.28 |
1563 | 2023-10-25T22:04:22.268Z | Compiling memoffset v0.9.0 |
1564 | 2023-10-25T22:04:22.290Z | Compiling radium v0.7.0 |
1565 | 2023-10-25T22:04:22.335Z | Compiling num_threads v0.1.6 |
1566 | 2023-10-25T22:04:22.387Z | Compiling futures-io v0.3.28 |
1567 | 2023-10-25T22:04:22.434Z | Compiling deranged v0.3.8 |
1568 | 2023-10-25T22:04:22.478Z | Compiling pin-utils v0.1.0 |
1569 | 2023-10-25T22:04:22.515Z | Compiling tracing-core v0.1.31 |
1570 | 2023-10-25T22:04:22.527Z | Compiling lazy_static v1.4.0 |
1571 | 2023-10-25T22:04:22.542Z | Compiling crossbeam-epoch v0.9.15 |
1572 | 2023-10-25T22:04:22.564Z | Compiling clap_derive v4.4.2 |
1573 | 2023-10-25T22:04:22.874Z | Compiling tracing v0.1.37 |
1574 | 2023-10-25T22:04:23.596Z | Compiling num-iter v0.1.43 |
1575 | 2023-10-25T22:04:23.771Z | Compiling untrusted v0.7.1 |
1576 | 2023-10-25T22:04:23.983Z | Compiling time v0.3.27 |
1577 | 2023-10-25T22:04:24.049Z | Compiling either v1.9.0 |
1578 | 2023-10-25T22:04:24.129Z | Compiling base64 v0.21.4 |
1579 | 2023-10-25T22:04:24.208Z | Compiling pest_derive v2.7.2 |
1580 | 2023-10-25T22:04:25.243Z | Compiling rand_core v0.6.4 |
1581 | 2023-10-25T22:04:25.285Z | Compiling dtrace-parser v0.1.14 |
1582 | 2023-10-25T22:04:25.878Z | Compiling hashbrown v0.12.3 |
1583 | 2023-10-25T22:04:27.767Z | Compiling openssl-probe v0.1.5 |
1584 | 2023-10-25T22:04:28.186Z | Compiling foreign-types-shared v0.1.1 |
1585 | 2023-10-25T22:04:28.331Z | Compiling foreign-types v0.3.2 |
1586 | 2023-10-25T22:04:28.457Z | Compiling zeroize v1.6.0 |
1587 | 2023-10-25T22:04:29.039Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1588 | 2023-10-25T22:04:29.795Z | Compiling try-lock v0.2.4 |
1589 | 2023-10-25T22:04:29.994Z | Compiling want v0.3.1 |
1590 | 2023-10-25T22:04:30.376Z | Compiling indexmap v2.0.0 |
1591 | 2023-10-25T22:04:30.539Z | Compiling bytes v1.5.0 |
1592 | 2023-10-25T22:04:31.312Z | Compiling uuid v1.4.1 |
1593 | 2023-10-25T22:04:31.317Z | Compiling chrono v0.4.31 |
1594 | 2023-10-25T22:04:31.389Z | Compiling semver v1.0.20 |
1595 | 2023-10-25T22:04:31.832Z | Compiling serde_spanned v0.6.3 |
1596 | 2023-10-25T22:04:31.837Z | Compiling toml_datetime v0.6.3 |
1597 | 2023-10-25T22:04:32.134Z | Compiling http v0.2.9 |
1598 | 2023-10-25T22:04:32.410Z | Compiling rustc_version v0.4.0 |
1599 | 2023-10-25T22:04:32.413Z | Compiling serde_tokenstream v0.1.7 |
1600 | 2023-10-25T22:04:32.438Z | Compiling toml_edit v0.19.15 |
1601 | 2023-10-25T22:04:32.514Z | Compiling bitflags v2.4.0 |
1602 | 2023-10-25T22:04:32.967Z | Compiling tokio v1.33.0 |
1603 | 2023-10-25T22:04:35.709Z | Compiling openapiv3 v1.0.3 |
1604 | 2023-10-25T22:04:37.352Z | Compiling http-body v0.4.5 |
1605 | 2023-10-25T22:04:37.839Z | Compiling sct v0.7.0 |
1606 | 2023-10-25T22:04:37.953Z | Compiling rustls-webpki v0.101.4 |
1607 | 2023-10-25T22:04:38.264Z | Compiling enum-as-inner v0.5.1 |
1608 | 2023-10-25T22:04:38.466Z | Compiling usdt-attr-macro v0.3.5 |
1609 | 2023-10-25T22:04:39.731Z | Compiling usdt-macro v0.3.5 |
1610 | 2023-10-25T22:04:40.619Z | Compiling socket2 v0.4.9 |
1611 | 2023-10-25T22:04:40.890Z | Compiling httpdate v1.0.3 |
1612 | 2023-10-25T22:04:41.516Z | Compiling tower-service v0.3.2 |
1613 | 2023-10-25T22:04:41.579Z | Compiling heapless v0.7.16 |
1614 | 2023-10-25T22:04:41.674Z | Compiling rustls-pemfile v1.0.3 |
1615 | 2023-10-25T22:04:41.840Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1616 | 2023-10-25T22:04:42.128Z | Compiling siphasher v0.3.11 |
1617 | 2023-10-25T22:04:42.265Z | Compiling rustls-native-certs v0.6.3 |
1618 | 2023-10-25T22:04:42.739Z | Compiling ipnet v2.8.0 |
1619 | 2023-10-25T22:04:42.797Z | Compiling serde_urlencoded v0.7.1 |
1620 | 2023-10-25T22:04:42.931Z | Compiling serde_tokenstream v0.2.0 |
1621 | 2023-10-25T22:04:43.576Z | Compiling encoding_rs v0.8.33 |
1622 | 2023-10-25T22:04:43.700Z | Compiling webpki-roots v0.25.2 |
1623 | 2023-10-25T22:04:43.935Z | Compiling mime v0.3.17 |
1624 | 2023-10-25T22:04:44.237Z | Compiling crypto-common v0.1.6 |
1625 | 2023-10-25T22:04:44.472Z | Compiling diesel_table_macro_syntax v0.1.0 |
1626 | 2023-10-25T22:04:44.510Z | Compiling num-bigint v0.4.4 |
1627 | 2023-10-25T22:04:44.761Z | Compiling smoltcp v0.9.1 |
1628 | 2023-10-25T22:04:44.877Z | Compiling bit-vec v0.6.3 |
1629 | 2023-10-25T22:04:45.398Z | Compiling diesel_derives v2.1.1 |
1630 | 2023-10-25T22:04:45.517Z | Compiling flate2 v1.0.28 |
1631 | 2023-10-25T22:04:45.661Z | Compiling tokio-util v0.7.9 |
1632 | 2023-10-25T22:04:45.665Z | Compiling tokio-native-tls v0.3.1 |
1633 | 2023-10-25T22:04:46.092Z | Compiling phf_shared v0.10.0 |
1634 | 2023-10-25T22:04:46.748Z | Compiling block-buffer v0.10.4 |
1635 | 2023-10-25T22:04:46.953Z | Compiling hubpack_derive v0.1.1 |
1636 | 2023-10-25T22:04:47.101Z | Compiling subtle v2.5.0 |
1637 | 2023-10-25T22:04:47.151Z | Compiling const-oid v0.9.5 |
1638 | 2023-10-25T22:04:47.544Z | Compiling h2 v0.3.21 |
1639 | 2023-10-25T22:04:47.952Z | Compiling tokio-rustls v0.24.1 |
1640 | 2023-10-25T22:04:48.188Z | Compiling ppv-lite86 v0.2.17 |
1641 | 2023-10-25T22:04:48.560Z | Compiling precomputed-hash v0.1.1 |
1642 | 2023-10-25T22:04:48.713Z | Compiling fixedbitset v0.4.2 |
1643 | 2023-10-25T22:04:49.344Z | Compiling new_debug_unreachable v1.0.4 |
1644 | 2023-10-25T22:04:49.468Z | Compiling string_cache v0.8.7 |
1645 | 2023-10-25T22:04:49.490Z | Compiling rand_chacha v0.3.1 |
1646 | 2023-10-25T22:04:50.127Z | Compiling digest v0.10.7 |
1647 | 2023-10-25T22:04:50.176Z | Compiling petgraph v0.6.4 |
1648 | 2023-10-25T22:04:50.780Z | Compiling bit-set v0.5.3 |
1649 | 2023-10-25T22:04:50.854Z | Compiling toml v0.7.8 |
1650 | 2023-10-25T22:04:51.034Z | Compiling itertools v0.10.5 |
1651 | 2023-10-25T22:04:51.186Z | Compiling unicode-segmentation v1.10.1 |
1652 | 2023-10-25T22:04:52.626Z | Compiling lalrpop-util v0.19.12 |
1653 | 2023-10-25T22:04:53.158Z | Compiling rand v0.8.5 |
1654 | 2023-10-25T22:04:53.376Z | Compiling regress v0.7.1 |
1655 | 2023-10-25T22:04:54.820Z | Compiling serde_repr v0.1.16 |
1656 | 2023-10-25T22:04:55.333Z | Compiling io-lifetimes v1.0.11 |
1657 | 2023-10-25T22:04:55.630Z | Compiling cpufeatures v0.2.9 |
1658 | 2023-10-25T22:04:55.760Z | Compiling anstyle v1.0.2 |
1659 | 2023-10-25T22:04:55.780Z | Compiling utf8parse v0.2.1 |
1660 | 2023-10-25T22:04:55.812Z | Compiling sha2 v0.10.8 |
1661 | 2023-10-25T22:04:56.017Z | Compiling anstyle-parse v0.2.1 |
1662 | 2023-10-25T22:04:56.423Z | Compiling rustix v0.37.23 |
1663 | 2023-10-25T22:04:56.471Z | Compiling md-5 v0.10.5 |
1664 | 2023-10-25T22:04:56.557Z | Compiling hmac v0.12.1 |
1665 | 2023-10-25T22:04:56.878Z | Compiling stringprep v0.1.3 |
1666 | 2023-10-25T22:04:56.965Z | Compiling spin v0.9.8 |
1667 | 2023-10-25T22:04:57.149Z | Compiling hash32 v0.2.1 |
1668 | 2023-10-25T22:04:57.548Z | Compiling stable_deref_trait v1.2.0 |
1669 | 2023-10-25T22:04:57.699Z | Compiling anstyle-query v1.0.0 |
1670 | 2023-10-25T22:04:57.735Z | Compiling fallible-iterator v0.2.0 |
1671 | 2023-10-25T22:04:57.860Z | Compiling colorchoice v1.0.0 |
1672 | 2023-10-25T22:04:58.062Z | Compiling anstream v0.5.0 |
1673 | 2023-10-25T22:04:58.255Z | Compiling phf_shared v0.11.2 |
1674 | 2023-10-25T22:04:58.789Z | Compiling terminal_size v0.2.6 |
1675 | 2023-10-25T22:04:58.819Z | Compiling block-padding v0.3.3 |
1676 | 2023-10-25T22:04:58.902Z | Compiling postgres-protocol v0.6.6 |
1677 | 2023-10-25T22:04:59.451Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1678 | 2023-10-25T22:04:59.455Z | Compiling hyper v0.14.27 |
1679 | 2023-10-25T22:04:59.459Z | Compiling scheduled-thread-pool v0.2.7 |
1680 | 2023-10-25T22:04:59.945Z | Compiling managed v0.8.0 |
1681 | 2023-10-25T22:05:00.041Z | Compiling clap_lex v0.5.1 |
1682 | 2023-10-25T22:05:00.643Z | Compiling regex-automata v0.1.10 |
1683 | 2023-10-25T22:05:00.740Z | Compiling tap v1.0.1 |
1684 | 2023-10-25T22:05:00.927Z | Compiling matches v0.1.10 |
1685 | 2023-10-25T22:05:01.006Z | Compiling wyz v0.5.1 |
1686 | 2023-10-25T22:05:01.051Z | Compiling idna v0.2.3 |
1687 | 2023-10-25T22:05:01.451Z | Compiling bstr v0.2.17 |
1688 | 2023-10-25T22:05:01.840Z | Compiling clap_builder v4.4.2 |
1689 | 2023-10-25T22:05:03.590Z | Compiling postgres-types v0.2.6 |
1690 | 2023-10-25T22:05:03.740Z | Compiling r2d2 v0.8.10 |
1691 | 2023-10-25T22:05:04.317Z | Compiling inout v0.1.3 |
1692 | 2023-10-25T22:05:04.701Z | Compiling phf v0.11.2 |
1693 | 2023-10-25T22:05:05.151Z | Compiling hubpack v0.1.2 |
1694 | 2023-10-25T22:05:05.852Z | Compiling ipnetwork v0.20.0 |
1695 | 2023-10-25T22:05:05.877Z | Compiling futures-executor v0.3.28 |
1696 | 2023-10-25T22:05:05.913Z | Compiling itertools v0.11.0 |
1697 | 2023-10-25T22:05:07.333Z | Compiling zerocopy v0.6.4 |
1698 | 2023-10-25T22:05:08.761Z | Compiling float-cmp v0.9.0 |
1699 | 2023-10-25T22:05:11.229Z | Compiling unicode-linebreak v0.1.5 |
1700 | 2023-10-25T22:05:11.311Z | Compiling smawk v0.3.1 |
1701 | 2023-10-25T22:05:11.326Z | Compiling whoami v1.4.1 |
1702 | 2023-10-25T22:05:11.337Z | Compiling difflib v0.4.0 |
1703 | 2023-10-25T22:05:11.351Z | Compiling predicates-core v1.0.6 |
1704 | 2023-10-25T22:05:11.363Z | Compiling funty v2.0.0 |
1705 | 2023-10-25T22:05:11.369Z | Compiling hyper-tls v0.5.0 |
1706 | 2023-10-25T22:05:11.376Z | Compiling hyper-rustls v0.24.1 |
1707 | 2023-10-25T22:05:11.382Z | Compiling normalize-line-endings v0.3.0 |
1708 | 2023-10-25T22:05:11.388Z | Compiling static_assertions v1.1.0 |
1709 | 2023-10-25T22:05:11.395Z | Compiling data-encoding v2.4.0 |
1710 | 2023-10-25T22:05:11.400Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1711 | 2023-10-25T22:05:11.547Z | Compiling reqwest v0.11.20 |
1712 | 2023-10-25T22:05:11.695Z | Compiling predicates v3.0.4 |
1713 | 2023-10-25T22:05:13.278Z | Compiling bitvec v1.0.1 |
1714 | 2023-10-25T22:05:14.232Z | Compiling trust-dns-proto v0.22.0 |
1715 | 2023-10-25T22:05:14.309Z | Compiling textwrap v0.16.0 |
1716 | 2023-10-25T22:05:14.846Z | Compiling tokio-postgres v0.7.10 |
1717 | 2023-10-25T22:05:16.042Z | Compiling diesel v2.1.1 |
1718 | 2023-10-25T22:05:16.072Z | Compiling yasna v0.5.2 |
1719 | 2023-10-25T22:05:20.236Z | Compiling clap v4.4.3 |
1720 | 2023-10-25T22:05:20.382Z | Compiling futures v0.3.28 |
1721 | 2023-10-25T22:05:20.539Z | Compiling cipher v0.4.4 |
1722 | 2023-10-25T22:05:20.671Z | Compiling similar v2.2.1 |
1723 | 2023-10-25T22:05:20.964Z | Compiling signature v2.1.0 |
1724 | 2023-10-25T22:05:21.248Z | Compiling tokio-stream v0.1.14 |
1725 | 2023-10-25T22:05:21.314Z | Compiling usdt v0.3.5 |
1726 | 2023-10-25T22:05:21.711Z | Compiling hex v0.4.3 |
1727 | 2023-10-25T22:05:22.730Z | Compiling console v0.15.7 |
1728 | 2023-10-25T22:05:22.752Z | Compiling bstr v1.6.0 |
1729 | 2023-10-25T22:05:22.852Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1730 | 2023-10-25T22:05:24.070Z | Compiling getopts v0.2.21 |
1731 | 2023-10-25T22:05:24.594Z | Compiling unsafe-libyaml v0.2.9 |
1732 | 2023-10-25T22:05:25.835Z | Compiling ident_case v1.0.1 |
1733 | 2023-10-25T22:05:26.574Z | Compiling slog-async v2.8.0 |
1734 | 2023-10-25T22:05:26.960Z | Compiling serde_yaml v0.9.25 |
1735 | 2023-10-25T22:05:27.780Z | Compiling paste v1.0.14 |
1736 | 2023-10-25T22:05:27.897Z | Compiling darling_core v0.20.3 |
1737 | 2023-10-25T22:05:28.510Z | Compiling multer v2.1.0 |
1738 | 2023-10-25T22:05:28.903Z | Compiling async-stream-impl v0.3.5 |
1739 | 2023-10-25T22:05:30.054Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1740 | 2023-10-25T22:05:30.179Z | Compiling regex-syntax v0.6.29 |
1741 | 2023-10-25T22:05:30.254Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1742 | 2023-10-25T22:05:31.446Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1743 | 2023-10-25T22:05:31.945Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1744 | 2023-10-25T22:05:42.054Z | Compiling structmeta-derive v0.1.6 |
1745 | 2023-10-25T22:05:42.504Z | Compiling darling_macro v0.20.3 |
1746 | 2023-10-25T22:05:42.642Z | Compiling structmeta v0.1.6 |
1747 | 2023-10-25T22:05:42.690Z | Compiling darling v0.20.3 |
1748 | 2023-10-25T22:05:42.719Z | Compiling serde_with_macros v2.3.3 |
1749 | 2023-10-25T22:05:42.779Z | Compiling parse-display-derive v0.7.0 |
1750 | 2023-10-25T22:05:42.841Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1751 | 2023-10-25T22:05:42.884Z | Compiling test-strategy v0.2.1 |
1752 | 2023-10-25T22:05:50.699Z | Checking unicode-ident v1.0.12 |
1753 | 2023-10-25T22:06:21.052Z | Checking heck v0.4.1 |
1754 | 2023-10-25T22:06:28.668Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1755 | 2023-10-25T22:06:29.152Z | Checking crossbeam-channel v0.5.8 |
1756 | 2023-10-25T22:06:29.367Z | Checking atty v0.2.14 |
1757 | 2023-10-25T22:06:30.053Z | Checking match_cfg v0.1.0 |
1758 | 2023-10-25T22:06:30.170Z | Checking hostname v0.3.1 |
1759 | 2023-10-25T22:06:30.335Z | Checking sha1 v0.10.5 |
1760 | 2023-10-25T22:06:30.353Z | Checking dirs-sys-next v0.1.2 |
1761 | 2023-10-25T22:06:30.611Z | Checking fastrand v2.0.0 |
1762 | 2023-10-25T22:06:30.780Z | Checking dirs-next v2.0.0 |
1763 | 2023-10-25T22:06:30.829Z | Checking thread_local v1.1.7 |
1764 | 2023-10-25T22:06:30.962Z | Checking term v0.7.0 |
1765 | 2023-10-25T22:06:31.110Z | Checking tempfile v3.8.0 |
1766 | 2023-10-25T22:06:31.265Z | Checking strum v0.25.0 |
1767 | 2023-10-25T22:06:31.636Z | Checking instant v0.1.12 |
1768 | 2023-10-25T22:06:31.789Z | Checking take_mut v0.2.2 |
1769 | 2023-10-25T22:06:31.878Z | Checking slog-term v2.9.0 |
1770 | 2023-10-25T22:06:32.427Z | Checking slog-json v2.6.1 |
1771 | 2023-10-25T22:06:32.504Z | Checking serde_with v2.3.3 |
1772 | 2023-10-25T22:06:32.695Z | Checking camino v1.1.6 |
1773 | 2023-10-25T22:06:32.822Z | Checking slog-bunyan v2.4.0 |
1774 | 2023-10-25T22:06:33.582Z | Checking debug-ignore v1.0.5 |
1775 | 2023-10-25T22:06:33.602Z | Checking atomic-waker v1.1.1 |
1776 | 2023-10-25T22:06:33.757Z | Checking waitgroup v0.1.2 |
1777 | 2023-10-25T22:06:33.893Z | Checking async-stream v0.3.5 |
1778 | 2023-10-25T22:06:33.957Z | Checking serde_path_to_error v0.1.14 |
1779 | 2023-10-25T22:06:34.343Z | Checking backoff v0.4.0 |
1780 | 2023-10-25T22:06:34.631Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1781 | 2023-10-25T22:06:34.781Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1782 | 2023-10-25T22:06:35.311Z | Checking parse-display v0.7.0 |
1783 | 2023-10-25T22:06:35.321Z | Checking macaddr v1.0.1 |
1784 | 2023-10-25T22:06:35.331Z | Checking quick-error v1.2.3 |
1785 | 2023-10-25T22:06:36.111Z | Compiling proc-macro-crate v1.3.1 |
1786 | 2023-10-25T22:06:36.116Z | Checking wait-timeout v0.2.0 |
1787 | 2023-10-25T22:06:36.137Z | Compiling crucible-workspace-hack v0.1.0 |
1788 | 2023-10-25T22:06:37.146Z | Checking rusty-fork v0.3.0 |
1789 | 2023-10-25T22:06:37.305Z | Checking rand_xorshift v0.3.0 |
1790 | 2023-10-25T22:06:37.963Z | Checking unarray v0.1.4 |
1791 | 2023-10-25T22:06:37.975Z | Checking proptest v1.3.1 |
1792 | 2023-10-25T22:06:37.985Z | Compiling proc-macro-error-attr v1.0.4 |
1793 | 2023-10-25T22:06:38.161Z | Compiling proc-macro-error v1.0.4 |
1794 | 2023-10-25T22:06:42.775Z | Compiling num_enum_derive v0.5.11 |
1795 | 2023-10-25T22:06:44.943Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1796 | 2023-10-25T22:06:46.495Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1797 | 2023-10-25T22:06:46.611Z | Compiling foreign-types-macros v0.2.3 |
1798 | 2023-10-25T22:06:47.335Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1799 | 2023-10-25T22:06:47.792Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1800 | 2023-10-25T22:06:47.864Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1801 | 2023-10-25T22:06:47.942Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1802 | 2023-10-25T22:06:48.482Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1803 | 2023-10-25T22:06:50.840Z | Compiling zone_cfg_derive v0.2.0 |
1804 | 2023-10-25T22:06:51.119Z | Compiling mockall_derive v0.11.4 |
1805 | 2023-10-25T22:06:52.322Z | Compiling num-derive v0.4.0 |
1806 | 2023-10-25T22:07:05.467Z | Checking base64ct v1.6.0 |
1807 | 2023-10-25T22:07:22.871Z | Checking is-terminal v0.4.9 |
1808 | 2023-10-25T22:07:31.958Z | Compiling slog-dtrace v0.2.3 |
1809 | 2023-10-25T22:07:32.041Z | Checking termtree v0.4.1 |
1810 | 2023-10-25T22:07:32.341Z | Checking predicates-tree v1.0.9 |
1811 | 2023-10-25T22:07:32.372Z | Compiling cancel-safe-futures v0.1.2 |
1812 | 2023-10-25T22:07:32.479Z | Checking password-hash v0.5.0 |
1813 | 2023-10-25T22:07:32.568Z | Checking num_enum v0.5.11 |
1814 | 2023-10-25T22:07:32.789Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1815 | 2023-10-25T22:07:32.899Z | Checking blake2 v0.10.6 |
1816 | 2023-10-25T22:07:33.216Z | Checking postcard-cobs v0.1.5-pre |
1817 | 2023-10-25T22:07:33.352Z | Checking base64 v0.13.1 |
1818 | 2023-10-25T22:07:33.458Z | Checking postcard v0.7.3 |
1819 | 2023-10-25T22:07:33.569Z | Checking argon2 v0.5.2 |
1820 | 2023-10-25T22:07:33.996Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1821 | 2023-10-25T22:07:34.100Z | Checking smoltcp v0.8.2 |
1822 | 2023-10-25T22:07:34.312Z | Checking cfg-if v0.1.10 |
1823 | 2023-10-25T22:07:34.442Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1824 | 2023-10-25T22:07:34.582Z | Checking foreign-types-shared v0.3.1 |
1825 | 2023-10-25T22:07:34.745Z | Checking foreign-types v0.5.0 |
1826 | 2023-10-25T22:07:34.871Z | Checking cstr-argument v0.1.2 |
1827 | 2023-10-25T22:07:34.896Z | Checking pretty-hex v0.2.1 |
1828 | 2023-10-25T22:07:35.100Z | Checking colored v2.0.4 |
1829 | 2023-10-25T22:07:35.129Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1830 | 2023-10-25T22:07:35.147Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1831 | 2023-10-25T22:07:35.587Z | Checking predicates v2.1.5 |
1832 | 2023-10-25T22:07:35.830Z | Checking downcast v0.11.0 |
1833 | 2023-10-25T22:07:35.850Z | Checking fragile v2.0.0 |
1834 | 2023-10-25T22:07:36.255Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1835 | 2023-10-25T22:07:36.573Z | Checking zone v0.2.0 |
1836 | 2023-10-25T22:07:36.637Z | Checking mockall v0.11.4 |
1837 | 2023-10-25T22:07:36.969Z | Checking smf v0.2.2 |
1838 | 2023-10-25T22:07:36.999Z | Checking filetime v0.2.22 |
1839 | 2023-10-25T22:07:37.058Z | Checking xattr v1.0.1 |
1840 | 2023-10-25T22:07:37.285Z | Compiling heck v0.3.3 |
1841 | 2023-10-25T22:07:37.332Z | Checking tar v0.4.40 |
1842 | 2023-10-25T22:07:37.657Z | Compiling libefi-sys v0.1.0 |
1843 | 2023-10-25T22:07:37.734Z | Compiling der_derive v0.7.2 |
1844 | 2023-10-25T22:07:37.848Z | Compiling structopt-derive v0.4.18 |
1845 | 2023-10-25T22:07:38.557Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1846 | 2023-10-25T22:07:38.620Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1847 | 2023-10-25T22:07:38.741Z | Checking pem v1.1.1 |
1848 | 2023-10-25T22:07:38.789Z | Compiling memoffset v0.7.1 |
1849 | 2023-10-25T22:07:39.212Z | Checking camino-tempfile v1.0.2 |
1850 | 2023-10-25T22:07:39.329Z | Compiling maybe-uninit v2.0.0 |
1851 | 2023-10-25T22:07:39.382Z | Checking headers-core v0.2.0 |
1852 | 2023-10-25T22:07:39.501Z | Compiling packed_struct v0.10.1 |
1853 | 2023-10-25T22:07:39.575Z | Checking headers v0.3.9 |
1854 | 2023-10-25T22:07:40.056Z | Compiling num-bigint-dig v0.8.4 |
1855 | 2023-10-25T22:07:40.104Z | Compiling packed_struct_codegen v0.10.1 |
1856 | 2023-10-25T22:07:40.465Z | Compiling signal-hook v0.3.17 |
1857 | 2023-10-25T22:07:40.772Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1858 | 2023-10-25T22:07:40.876Z | Checking rcgen v0.10.0 |
1859 | 2023-10-25T22:07:41.405Z | Checking atomicwrites v0.4.2 |
1860 | 2023-10-25T22:07:41.529Z | Checking subprocess v0.2.9 |
1861 | 2023-10-25T22:07:41.685Z | Compiling num-rational v0.4.1 |
1862 | 2023-10-25T22:07:41.822Z | Checking termcolor v1.2.0 |
1863 | 2023-10-25T22:07:42.098Z | Compiling same-file v1.0.6 |
1864 | 2023-10-25T22:07:42.327Z | Compiling walkdir v2.4.0 |
1865 | 2023-10-25T22:07:42.432Z | Compiling semver-parser v0.10.2 |
1866 | 2023-10-25T22:07:42.913Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1867 | 2023-10-25T22:07:43.347Z | Compiling home v0.5.5 |
1868 | 2023-10-25T22:07:43.408Z | Checking linked-hash-map v0.5.6 |
1869 | 2023-10-25T22:07:43.661Z | Compiling semver v0.11.0 |
1870 | 2023-10-25T22:07:44.302Z | Checking lru-cache v0.1.2 |
1871 | 2023-10-25T22:07:44.332Z | Compiling toolchain_find v0.2.0 |
1872 | 2023-10-25T22:07:44.385Z | Compiling toml v0.5.11 |
1873 | 2023-10-25T22:07:44.444Z | Compiling doc-comment v0.3.3 |
1874 | 2023-10-25T22:07:44.774Z | Checking ciborium-io v0.2.1 |
1875 | 2023-10-25T22:07:44.937Z | Checking half v1.8.2 |
1876 | 2023-10-25T22:07:45.108Z | Compiling omicron-zone-package v0.8.3 |
1877 | 2023-10-25T22:07:45.364Z | Checking arc-swap v1.6.0 |
1878 | 2023-10-25T22:07:45.861Z | Compiling convert_case v0.4.0 |
1879 | 2023-10-25T22:07:45.878Z | Checking ciborium-ll v0.2.1 |
1880 | 2023-10-25T22:07:46.037Z | Checking ciborium v0.2.1 |
1881 | 2023-10-25T22:07:46.068Z | Checking slog-scope v4.4.0 |
1882 | 2023-10-25T22:07:46.453Z | Checking slog-stdlog v4.1.1 |
1883 | 2023-10-25T22:07:46.655Z | Compiling snafu-derive v0.7.5 |
1884 | 2023-10-25T22:07:46.719Z | Compiling derive_more v0.99.17 |
1885 | 2023-10-25T22:07:46.870Z | Checking slog-envlogger v2.2.0 |
1886 | 2023-10-25T22:07:47.634Z | Compiling rustfmt-wrapper v0.2.0 |
1887 | 2023-10-25T22:07:47.789Z | Compiling derive-where v1.2.5 |
1888 | 2023-10-25T22:07:48.673Z | Checking hkdf v0.12.3 |
1889 | 2023-10-25T22:07:48.948Z | Compiling libz-sys v1.1.12 |
1890 | 2023-10-25T22:07:48.976Z | Compiling parking_lot_core v0.8.6 |
1891 | 2023-10-25T22:07:49.574Z | Checking resolv-conf v0.7.0 |
1892 | 2023-10-25T22:07:49.774Z | Checking newline-converter v0.3.0 |
1893 | 2023-10-25T22:07:49.986Z | Checking textwrap v0.11.0 |
1894 | 2023-10-25T22:07:50.035Z | Checking strsim v0.8.0 |
1895 | 2023-10-25T22:07:50.145Z | Checking vec_map v0.8.2 |
1896 | 2023-10-25T22:07:50.313Z | Checking keccak v0.1.4 |
1897 | 2023-10-25T22:07:50.316Z | Checking ansi_term v0.12.1 |
1898 | 2023-10-25T22:07:50.550Z | Checking trust-dns-resolver v0.22.0 |
1899 | 2023-10-25T22:07:50.759Z | Checking expectorate v1.1.0 |
1900 | 2023-10-25T22:07:50.790Z | Checking sha3 v0.10.8 |
1901 | 2023-10-25T22:07:50.812Z | Checking clap v2.34.0 |
1902 | 2023-10-25T22:07:51.554Z | Checking secrecy v0.8.0 |
1903 | 2023-10-25T22:07:51.665Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1904 | 2023-10-25T22:07:51.896Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1905 | 2023-10-25T22:07:53.432Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1906 | 2023-10-25T22:07:53.910Z | Checking pem-rfc7468 v0.7.0 |
1907 | 2023-10-25T22:07:53.972Z | Compiling libsqlite3-sys v0.26.0 |
1908 | 2023-10-25T22:07:54.529Z | Checking flagset v0.4.3 |
1909 | 2023-10-25T22:07:54.680Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1910 | 2023-10-25T22:07:54.813Z | Checking der v0.7.8 |
1911 | 2023-10-25T22:07:54.965Z | Checking fxhash v0.2.1 |
1912 | 2023-10-25T22:07:55.023Z | Compiling vergen v8.2.4 |
1913 | 2023-10-25T22:07:55.214Z | Compiling semver v0.1.20 |
1914 | 2023-10-25T22:07:55.483Z | Checking structopt v0.3.26 |
1915 | 2023-10-25T22:07:55.833Z | Compiling rustc_version v0.1.7 |
1916 | 2023-10-25T22:07:56.495Z | Compiling newtype_derive v0.1.6 |
1917 | 2023-10-25T22:07:56.894Z | Compiling buf-list v1.0.3 |
1918 | 2023-10-25T22:07:57.138Z | Checking humantime v2.1.0 |
1919 | 2023-10-25T22:07:57.579Z | Checking crc-catalog v2.2.0 |
1920 | 2023-10-25T22:07:57.778Z | Checking crc v3.0.1 |
1921 | 2023-10-25T22:07:57.891Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1922 | 2023-10-25T22:07:57.960Z | Checking spki v0.7.2 |
1923 | 2023-10-25T22:07:58.397Z | Checking pkcs8 v0.10.2 |
1924 | 2023-10-25T22:07:58.796Z | Checking nodrop v0.1.14 |
1925 | 2023-10-25T22:07:58.959Z | Checking array-init v0.0.4 |
1926 | 2023-10-25T22:07:58.980Z | Checking pkcs1 v0.7.5 |
1927 | 2023-10-25T22:07:59.342Z | Checking smallvec v0.6.14 |
1928 | 2023-10-25T22:07:59.346Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1929 | 2023-10-25T22:07:59.953Z | Compiling num_enum_derive v0.7.0 |
1930 | 2023-10-25T22:08:00.665Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1931 | 2023-10-25T22:08:02.262Z | Compiling unicase v2.7.0 |
1932 | 2023-10-25T22:08:02.682Z | Compiling rayon-core v1.11.0 |
1933 | 2023-10-25T22:08:02.823Z | Checking bitfield v0.14.0 |
1934 | 2023-10-25T22:08:03.383Z | Checking utf-8 v0.7.6 |
1935 | 2023-10-25T22:08:03.388Z | Checking rsa v0.9.2 |
1936 | 2023-10-25T22:08:03.392Z | Checking serde-hex v0.1.0 |
1937 | 2023-10-25T22:08:03.549Z | Checking x509-cert v0.2.4 |
1938 | 2023-10-25T22:08:03.977Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1939 | 2023-10-25T22:08:04.342Z | Checking env_logger v0.10.0 |
1940 | 2023-10-25T22:08:04.916Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1941 | 2023-10-25T22:08:05.008Z | Checking ron v0.8.1 |
1942 | 2023-10-25T22:08:05.086Z | Checking crc-any v2.4.3 |
1943 | 2023-10-25T22:08:05.689Z | Compiling platforms v3.0.2 |
1944 | 2023-10-25T22:08:06.179Z | Checking object v0.30.4 |
1945 | 2023-10-25T22:08:06.186Z | Checking path-slash v0.1.5 |
1946 | 2023-10-25T22:08:07.166Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1947 | 2023-10-25T22:08:07.553Z | Checking num-complex v0.4.4 |
1948 | 2023-10-25T22:08:08.507Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1949 | 2023-10-25T22:08:08.946Z | Compiling erased-serde v0.3.30 |
1950 | 2023-10-25T22:08:09.115Z | Checking num v0.4.1 |
1951 | 2023-10-25T22:08:09.355Z | Compiling curve25519-dalek v4.1.0 |
1952 | 2023-10-25T22:08:09.933Z | Compiling bitstruct_derive v0.1.0 |
1953 | 2023-10-25T22:08:10.236Z | Compiling async-recursion v1.0.5 |
1954 | 2023-10-25T22:08:11.917Z | Compiling glob v0.3.1 |
1955 | 2023-10-25T22:08:11.924Z | Compiling mime_guess v2.0.4 |
1956 | 2023-10-25T22:08:12.614Z | Compiling thiserror-impl-no-std v2.0.2 |
1957 | 2023-10-25T22:08:12.904Z | Compiling curve25519-dalek-derive v0.1.0 |
1958 | 2023-10-25T22:08:13.818Z | Compiling salty v0.2.0 |
1959 | 2023-10-25T22:08:14.466Z | Checking tungstenite v0.18.0 |
1960 | 2023-10-25T22:08:15.132Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1961 | 2023-10-25T22:08:15.929Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1962 | 2023-10-25T22:08:16.419Z | Checking tokio-tungstenite v0.18.0 |
1963 | 2023-10-25T22:08:16.477Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1964 | 2023-10-25T22:08:16.857Z | Checking universal-hash v0.5.1 |
1965 | 2023-10-25T22:08:16.925Z | Checking nibble_vec v0.1.0 |
1966 | 2023-10-25T22:08:17.154Z | Checking endian-type v0.1.2 |
1967 | 2023-10-25T22:08:17.221Z | Checking opaque-debug v0.3.0 |
1968 | 2023-10-25T22:08:17.481Z | Compiling crunchy v0.2.2 |
1969 | 2023-10-25T22:08:17.964Z | Checking radix_trie v0.2.1 |
1970 | 2023-10-25T22:08:18.162Z | Checking snafu v0.7.5 |
1971 | 2023-10-25T22:08:18.643Z | Checking linear-map v1.2.0 |
1972 | 2023-10-25T22:08:18.851Z | Compiling tiny-keccak v2.0.2 |
1973 | 2023-10-25T22:08:19.160Z | Checking parking_lot v0.11.2 |
1974 | 2023-10-25T22:08:19.208Z | Checking trust-dns-client v0.22.0 |
1975 | 2023-10-25T22:08:19.570Z | Compiling clang-sys v1.6.1 |
1976 | 2023-10-25T22:08:19.685Z | Checking aead v0.5.2 |
1977 | 2023-10-25T22:08:19.740Z | Compiling darling_core v0.14.4 |
1978 | 2023-10-25T22:08:20.008Z | Compiling prettyplease v0.2.12 |
1979 | 2023-10-25T22:08:20.439Z | Compiling ascii-canvas v3.0.0 |
1980 | 2023-10-25T22:08:20.575Z | Checking sled v0.34.7 |
1981 | 2023-10-25T22:08:21.198Z | Checking trust-dns-server v0.22.1 |
1982 | 2023-10-25T22:08:21.930Z | Checking toml_edit v0.20.0 |
1983 | 2023-10-25T22:08:22.016Z | Compiling const_format_proc_macros v0.2.31 |
1984 | 2023-10-25T22:08:22.242Z | Compiling ena v0.14.2 |
1985 | 2023-10-25T22:08:22.888Z | Compiling minimal-lexical v0.2.1 |
1986 | 2023-10-25T22:08:23.686Z | Compiling diff v0.1.13 |
1987 | 2023-10-25T22:08:24.576Z | Checking pretty-hex v0.3.0 |
1988 | 2023-10-25T22:08:24.827Z | Compiling portable-atomic v1.4.3 |
1989 | 2023-10-25T22:08:25.170Z | Compiling lalrpop v0.19.12 |
1990 | 2023-10-25T22:08:25.270Z | Compiling nom v7.1.3 |
1991 | 2023-10-25T22:08:25.310Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1992 | 2023-10-25T22:08:25.418Z | Checking toml v0.8.0 |
1993 | 2023-10-25T22:08:25.871Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1994 | 2023-10-25T22:08:26.182Z | Checking path-dedot v3.1.0 |
1995 | 2023-10-25T22:08:26.440Z | Compiling libloading v0.7.4 |
1996 | 2023-10-25T22:08:26.620Z | Compiling ref-cast v1.0.20 |
1997 | 2023-10-25T22:08:26.669Z | Compiling bindgen v0.65.1 |
1998 | 2023-10-25T22:08:27.365Z | Checking path-absolutize v3.1.0 |
1999 | 2023-10-25T22:08:28.378Z | Checking globset v0.4.13 |
2000 | 2023-10-25T22:08:28.550Z | Compiling darling_macro v0.14.4 |
2001 | 2023-10-25T22:08:29.147Z | Checking crossbeam-deque v0.8.3 |
2002 | 2023-10-25T22:08:29.653Z | Checking hashlink v0.8.3 |
2003 | 2023-10-25T22:08:29.808Z | Checking olpc-cjson v0.1.3 |
2004 | 2023-10-25T22:08:30.005Z | Compiling darling v0.14.4 |
2005 | 2023-10-25T22:08:30.135Z | Compiling derive_builder_core v0.12.0 |
2006 | 2023-10-25T22:08:30.174Z | Checking serde_plain v1.0.2 |
2007 | 2023-10-25T22:08:30.547Z | Compiling which v4.4.0 |
2008 | 2023-10-25T22:08:30.567Z | Compiling ref-cast-impl v1.0.20 |
2009 | 2023-10-25T22:08:30.620Z | Compiling libxml v0.3.3 |
2010 | 2023-10-25T22:08:31.095Z | Compiling cexpr v0.6.0 |
2011 | 2023-10-25T22:08:31.471Z | Checking fallible-streaming-iterator v0.1.9 |
2012 | 2023-10-25T22:08:31.525Z | Compiling peeking_take_while v0.1.2 |
2013 | 2023-10-25T22:08:31.723Z | Compiling rustc-hash v1.1.0 |
2014 | 2023-10-25T22:08:31.806Z | Compiling shlex v1.1.0 |
2015 | 2023-10-25T22:08:31.948Z | Compiling lazycell v1.3.0 |
2016 | 2023-10-25T22:08:32.190Z | Checking rusqlite v0.29.0 |
2017 | 2023-10-25T22:08:32.259Z | Checking tough v0.12.5 |
2018 | 2023-10-25T22:08:32.314Z | Checking nix v0.26.2 |
2019 | 2023-10-25T22:08:33.751Z | Compiling derive_builder_macro v0.12.0 |
2020 | 2023-10-25T22:08:35.067Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2021 | 2023-10-25T22:08:35.099Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2022 | 2023-10-25T22:08:35.921Z | Checking twox-hash v1.6.3 |
2023 | 2023-10-25T22:08:36.003Z | Checking ff v0.13.0 |
2024 | 2023-10-25T22:08:36.351Z | Compiling strum_macros v0.24.3 |
2025 | 2023-10-25T22:08:36.706Z | Compiling indoc v1.0.9 |
2026 | 2023-10-25T22:08:38.107Z | Checking signature v1.6.4 |
2027 | 2023-10-25T22:08:38.296Z | Checking display-error-chain v0.1.1 |
2028 | 2023-10-25T22:08:38.432Z | Checking ed25519 v1.5.3 |
2029 | 2023-10-25T22:08:38.500Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2030 | 2023-10-25T22:08:38.659Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2031 | 2023-10-25T22:08:41.605Z | Checking group v0.13.0 |
2032 | 2023-10-25T22:08:41.842Z | Checking polyval v0.6.1 |
2033 | 2023-10-25T22:08:42.148Z | Checking num_enum v0.7.0 |
2034 | 2023-10-25T22:08:42.408Z | Checking aes v0.8.3 |
2035 | 2023-10-25T22:08:42.854Z | Checking ctr v0.9.2 |
2036 | 2023-10-25T22:08:43.091Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2037 | 2023-10-25T22:08:43.295Z | Checking crypto-bigint v0.5.2 |
2038 | 2023-10-25T22:08:43.306Z | Checking bincode v1.3.3 |
2039 | 2023-10-25T22:08:43.826Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2040 | 2023-10-25T22:08:44.077Z | Compiling cookie v0.16.2 |
2041 | 2023-10-25T22:08:44.243Z | Checking base16ct v0.2.0 |
2042 | 2023-10-25T22:08:45.745Z | Checking aes-gcm-siv v0.11.1 |
2043 | 2023-10-25T22:08:45.996Z | Checking rayon v1.7.0 |
2044 | 2023-10-25T22:08:46.084Z | Checking elliptic-curve v0.13.5 |
2045 | 2023-10-25T22:08:46.113Z | Checking steno v0.4.0 |
2046 | 2023-10-25T22:08:46.981Z | Checking poly1305 v0.8.0 |
2047 | 2023-10-25T22:08:47.071Z | Checking thiserror-no-std v2.0.2 |
2048 | 2023-10-25T22:08:47.226Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2049 | 2023-10-25T22:08:47.721Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2050 | 2023-10-25T22:08:47.823Z | Checking env_logger v0.9.3 |
2051 | 2023-10-25T22:08:48.116Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2052 | 2023-10-25T22:08:48.394Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2053 | 2023-10-25T22:08:49.767Z | Checking chacha20 v0.9.1 |
2054 | 2023-10-25T22:08:49.786Z | Checking serde-big-array v0.4.1 |
2055 | 2023-10-25T22:08:49.990Z | Checking serde-big-array v0.5.1 |
2056 | 2023-10-25T22:08:50.426Z | Compiling oso-derive v0.26.4 |
2057 | 2023-10-25T22:08:50.431Z | Compiling impl-trait-for-tuples v0.2.2 |
2058 | 2023-10-25T22:08:50.440Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2059 | 2023-10-25T22:08:50.478Z | Checking ringbuffer v0.15.0 |
2060 | 2023-10-25T22:08:50.840Z | Checking ascii v1.1.0 |
2061 | 2023-10-25T22:08:51.122Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2062 | 2023-10-25T22:08:51.757Z | Checking vsss-rs v3.3.1 |
2063 | 2023-10-25T22:08:51.767Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2064 | 2023-10-25T22:08:51.775Z | Checking chacha20poly1305 v0.10.1 |
2065 | 2023-10-25T22:08:51.809Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2066 | 2023-10-25T22:08:53.233Z | Checking bitstruct v0.1.1 |
2067 | 2023-10-25T22:08:53.477Z | Checking signal-hook-tokio v0.3.1 |
2068 | 2023-10-25T22:08:53.751Z | Checking tungstenite v0.20.1 |
2069 | 2023-10-25T22:08:54.319Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2070 | 2023-10-25T22:08:54.786Z | Checking serde_arrays v0.1.0 |
2071 | 2023-10-25T22:08:55.002Z | Checking corncobs v0.1.3 |
2072 | 2023-10-25T22:08:55.260Z | Checking tokio-tungstenite v0.20.1 |
2073 | 2023-10-25T22:08:55.265Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2074 | 2023-10-25T22:08:55.970Z | Checking assert_matches v1.5.0 |
2075 | 2023-10-25T22:08:56.812Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2076 | 2023-10-25T22:08:58.776Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2077 | 2023-10-25T22:08:58.943Z | Checking bcs v0.1.6 |
2078 | 2023-10-25T22:09:00.106Z | Checking highway v1.1.0 |
2079 | 2023-10-25T22:09:00.136Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2080 | 2023-10-25T22:09:02.975Z | Checking const_format v0.2.31 |
2081 | 2023-10-25T22:09:04.285Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2082 | 2023-10-25T22:09:04.498Z | Checking ron v0.7.1 |
2083 | 2023-10-25T22:09:06.533Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2084 | 2023-10-25T22:09:07.983Z | Checking http-range v0.1.5 |
2085 | 2023-10-25T22:09:08.130Z | Checking bit_field v0.10.2 |
2086 | 2023-10-25T22:09:08.239Z | Checking hyper-staticfile v0.9.5 |
2087 | 2023-10-25T22:09:08.876Z | Compiling indoc v2.0.3 |
2088 | 2023-10-25T22:09:15.251Z | Checking derive_builder v0.12.0 |
2089 | 2023-10-25T22:09:18.957Z | Checking bb8 v0.8.1 |
2090 | 2023-10-25T22:09:19.046Z | Checking quick-xml v0.23.1 |
2091 | 2023-10-25T22:09:19.226Z | Checking bytesize v1.3.0 |
2092 | 2023-10-25T22:09:19.603Z | Checking number_prefix v0.4.0 |
2093 | 2023-10-25T22:09:19.890Z | Checking fs-err v2.9.0 |
2094 | 2023-10-25T22:09:20.011Z | Checking maplit v1.0.2 |
2095 | 2023-10-25T22:09:21.026Z | Checking indicatif v0.17.7 |
2096 | 2023-10-25T22:09:21.128Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2097 | 2023-10-25T22:09:23.266Z | Checking signal-hook-mio v0.2.3 |
2098 | 2023-10-25T22:09:24.273Z | Compiling vte_generate_state_changes v0.1.1 |
2099 | 2023-10-25T22:09:32.749Z | Checking yansi v0.5.1 |
2100 | 2023-10-25T22:09:33.196Z | Checking pretty_assertions v1.4.0 |
2101 | 2023-10-25T22:09:35.097Z | Checking crossterm v0.27.0 |
2102 | 2023-10-25T22:09:35.768Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2103 | 2023-10-25T22:09:37.519Z | Checking fatfs v0.3.6 |
2104 | 2023-10-25T22:09:37.558Z | Checking cassowary v0.3.0 |
2105 | 2023-10-25T22:09:37.972Z | Checking plotters-backend v0.3.5 |
2106 | 2023-10-25T22:09:38.174Z | Checking ratatui v0.23.0 |
2107 | 2023-10-25T22:09:38.576Z | Checking plotters-svg v0.3.5 |
2108 | 2023-10-25T22:09:40.820Z | Checking rtoolbox v0.0.1 |
2109 | 2023-10-25T22:09:41.096Z | Checking rand v0.4.6 |
2110 | 2023-10-25T22:09:41.290Z | Checking remove_dir_all v0.5.3 |
2111 | 2023-10-25T22:09:41.506Z | Checking owo-colors v3.5.0 |
2112 | 2023-10-25T22:09:42.019Z | Checking cast v0.3.0 |
2113 | 2023-10-25T22:09:42.423Z | Checking tui-tree-widget v0.13.0 |
2114 | 2023-10-25T22:09:42.504Z | Checking criterion-plot v0.5.0 |
2115 | 2023-10-25T22:09:42.657Z | Checking tempdir v0.3.7 |
2116 | 2023-10-25T22:09:42.848Z | Checking rpassword v7.2.0 |
2117 | 2023-10-25T22:09:42.912Z | Checking plotters v0.3.5 |
2118 | 2023-10-25T22:09:46.282Z | Checking tinytemplate v1.2.1 |
2119 | 2023-10-25T22:09:46.922Z | Checking shell-words v1.1.0 |
2120 | 2023-10-25T22:09:46.969Z | Checking anes v0.1.6 |
2121 | 2023-10-25T22:09:47.176Z | Checking os_str_bytes v6.5.1 |
2122 | 2023-10-25T22:09:47.402Z | Checking oorandom v11.1.3 |
2123 | 2023-10-25T22:09:47.628Z | Checking criterion v0.5.1 |
2124 | 2023-10-25T22:09:47.735Z | Checking clap_lex v0.2.4 |
2125 | 2023-10-25T22:09:53.909Z | Checking assert_cmd v2.0.12 |
2126 | 2023-10-25T22:09:54.099Z | Compiling clap_derive v3.2.25 |
2127 | 2023-10-25T22:09:54.256Z | Checking dashmap v5.5.1 |
2128 | 2023-10-25T22:09:55.211Z | Compiling serial_test_derive v0.10.0 |
2129 | 2023-10-25T22:09:56.002Z | Compiling crossbeam-queue v0.3.8 |
2130 | 2023-10-25T22:09:56.835Z | Checking serial_test v0.10.0 |
2131 | 2023-10-25T22:09:57.570Z | Checking vte v0.11.1 |
2132 | 2023-10-25T22:09:58.091Z | Checking threadpool v1.8.1 |
2133 | 2023-10-25T22:10:00.145Z | Checking strip-ansi-escapes v0.2.0 |
2134 | 2023-10-25T22:10:00.365Z | Checking crossterm v0.26.1 |
2135 | 2023-10-25T22:10:01.443Z | Compiling tabled_derive v0.6.0 |
2136 | 2023-10-25T22:10:01.661Z | Checking clap v3.2.25 |
2137 | 2023-10-25T22:10:02.284Z | Checking httptest v0.15.4 |
2138 | 2023-10-25T22:10:02.583Z | Checking similar-asserts v1.5.0 |
2139 | 2023-10-25T22:10:03.340Z | Checking fd-lock v3.0.13 |
2140 | 2023-10-25T22:10:03.344Z | Checking nanorand v0.7.0 |
2141 | 2023-10-25T22:10:03.347Z | Compiling rstest_macros v0.18.2 |
2142 | 2023-10-25T22:10:03.477Z | Checking nu-ansi-term v0.49.0 |
2143 | 2023-10-25T22:10:03.994Z | Checking flume v0.11.0 |
2144 | 2023-10-25T22:10:04.107Z | Checking reedline v0.23.0 |
2145 | 2023-10-25T22:10:07.060Z | Checking libtest-mimic v0.5.2 |
2146 | 2023-10-25T22:10:07.338Z | Compiling pin-project-internal v1.1.3 |
2147 | 2023-10-25T22:10:07.676Z | Checking bytecount v0.6.3 |
2148 | 2023-10-25T22:10:07.780Z | Checking datatest-stable v0.1.3 |
2149 | 2023-10-25T22:10:07.887Z | Checking constant_time_eq v0.2.6 |
2150 | 2023-10-25T22:10:08.086Z | Checking topological-sort v0.2.2 |
2151 | 2023-10-25T22:10:08.207Z | Checking arrayref v0.3.7 |
2152 | 2023-10-25T22:10:08.297Z | Checking arrayvec v0.7.4 |
2153 | 2023-10-25T22:10:08.339Z | Compiling trybuild v1.0.85 |
2154 | 2023-10-25T22:10:08.392Z | Compiling relative-path v1.9.0 |
2155 | 2023-10-25T22:10:08.880Z | Checking blake2b_simd v1.0.1 |
2156 | 2023-10-25T22:10:09.400Z | Checking papergrid v0.10.0 |
2157 | 2023-10-25T22:10:11.892Z | Checking pin-project v1.1.3 |
2158 | 2023-10-25T22:10:12.024Z | Checking basic-toml v0.1.4 |
2159 | 2023-10-25T22:10:12.292Z | Checking constant_time_eq v0.3.0 |
2160 | 2023-10-25T22:10:12.365Z | Checking futures-timer v3.0.2 |
2161 | 2023-10-25T22:10:12.465Z | Checking rust-argon2 v1.0.1 |
2162 | 2023-10-25T22:10:13.124Z | Checking partial-io v0.5.4 |
2163 | 2023-10-25T22:10:13.737Z | Checking tabled v0.14.0 |
2164 | 2023-10-25T22:10:14.794Z | Checking approx v0.5.1 |
2165 | 2023-10-25T22:10:14.825Z | Checking cargo-platform v0.1.3 |
2166 | 2023-10-25T22:10:15.296Z | Checking hex-literal v0.4.1 |
2167 | 2023-10-25T22:10:15.463Z | Checking cargo_metadata v0.18.0 |
2168 | 2023-10-25T22:10:17.972Z | Checking crossbeam v0.8.2 |
2169 | 2023-10-25T22:10:18.381Z | Checking cargo_toml v0.16.3 |
2170 | 2023-10-25T22:10:19.005Z | Checking termios v0.3.3 |
2171 | 2023-10-25T22:10:21.476Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2172 | 2023-10-25T22:10:22.701Z | Checking rstest v0.18.2 |
2173 | 2023-10-25T22:10:29.442Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2174 | 2023-10-25T22:10:41.925Z | Compiling polar-core v0.26.4 |
2175 | 2023-10-25T22:10:42.138Z | Compiling bzip2 v0.4.4 |
2176 | 2023-10-25T22:10:42.626Z | Compiling zip v0.6.6 |
2177 | 2023-10-25T22:10:43.819Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2178 | 2023-10-25T22:10:44.608Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2179 | 2023-10-25T22:10:45.210Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2180 | 2023-10-25T22:10:45.398Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2181 | 2023-10-25T22:10:45.514Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2182 | 2023-10-25T22:10:46.034Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2183 | 2023-10-25T22:10:46.521Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2184 | 2023-10-25T22:10:46.932Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2185 | 2023-10-25T22:10:47.819Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2186 | 2023-10-25T22:10:47.916Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2187 | 2023-10-25T22:10:47.962Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2188 | 2023-10-25T22:10:48.224Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2189 | 2023-10-25T22:10:48.804Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2190 | 2023-10-25T22:10:48.941Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2191 | 2023-10-25T22:10:50.031Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2192 | 2023-10-25T22:10:52.753Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2193 | 2023-10-25T22:10:55.462Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2194 | 2023-10-25T22:11:03.101Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2195 | 2023-10-25T22:11:03.513Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2196 | 2023-10-25T22:11:08.385Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2197 | 2023-10-25T22:11:08.406Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2198 | 2023-10-25T22:11:08.422Z | Checking oso v0.26.4 |
2199 | 2023-10-25T22:11:08.969Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2200 | 2023-10-25T22:11:11.551Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2201 | 2023-10-25T22:11:11.629Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2202 | 2023-10-25T22:11:14.170Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2203 | 2023-10-25T22:11:14.412Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2204 | 2023-10-25T22:11:14.861Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2205 | 2023-10-25T22:11:17.068Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2206 | 2023-10-25T22:11:18.497Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2207 | 2023-10-25T22:11:22.016Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2208 | 2023-10-25T22:11:22.527Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2209 | 2023-10-25T22:11:31.266Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2210 | 2023-10-25T22:11:34.837Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2211 | 2023-10-25T22:11:36.390Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2212 | 2023-10-25T22:11:37.996Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2213 | 2023-10-25T22:11:38.462Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2214 | 2023-10-25T22:11:38.601Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2215 | 2023-10-25T22:11:38.802Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2216 | 2023-10-25T22:11:38.933Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2217 | 2023-10-25T22:11:41.824Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2218 | 2023-10-25T22:11:43.940Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2219 | 2023-10-25T22:11:45.376Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2220 | 2023-10-25T22:11:52.889Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2221 | 2023-10-25T22:11:54.407Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2222 | 2023-10-25T22:11:55.769Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2223 | 2023-10-25T22:11:56.771Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2224 | 2023-10-25T22:11:59.348Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2225 | 2023-10-25T22:12:04.922Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2226 | 2023-10-25T22:12:05.625Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2227 | 2023-10-25T22:12:07.023Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2228 | 2023-10-25T22:12:08.205Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2229 | 2023-10-25T22:12:16.273Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2230 | 2023-10-25T22:12:18.137Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2231 | 2023-10-25T22:12:19.679Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2232 | 2023-10-25T22:12:20.685Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2233 | 2023-10-25T22:12:26.624Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2234 | 2023-10-25T22:12:41.206Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2235 | 2023-10-25T22:12:59.555Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2236 | 2023-10-25T22:13:18.787Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2237 | 2023-10-25T22:13:39.735Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2238 | 2023-10-25T22:14:18.961Z | Compiling git2 v0.17.2 |
2239 | 2023-10-25T22:14:27.541Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2240 | 2023-10-25T22:14:29.885Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2241 | 2023-10-25T22:14:42.687Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2242 | 2023-10-25T22:14:52.004Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2243 | 2023-10-25T22:14:52.327Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2244 | 2023-10-25T22:14:52.830Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2245 | 2023-10-25T22:14:54.355Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2246 | 2023-10-25T22:15:31.291Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2247 | 2023-10-25T22:16:55.666Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 18s |
2248 | 2023-10-25T22:16:55.888Z | |
2249 | 2023-10-25T22:16:55.891Z | real 14:22.003260417 |
2250 | 2023-10-25T22:16:55.894Z | user 1:24:29.923382981 |
2251 | 2023-10-25T22:16:55.897Z | sys 11:10.387371014 |
2252 | 2023-10-25T22:16:55.900Z | trap 2.971367448 |
2253 | 2023-10-25T22:16:55.903Z | tflt 7.003327533 |
2254 | 2023-10-25T22:16:55.906Z | dflt 8.921803849 |
2255 | 2023-10-25T22:16:55.909Z | kflt 0.021911027 |
2256 | 2023-10-25T22:16:55.911Z | lock 2:03:16.591992592 |
2257 | 2023-10-25T22:16:55.914Z | slp 4:44:24.439315449 |
2258 | 2023-10-25T22:16:55.917Z | lat 3:09.542671841 |
2259 | 2023-10-25T22:16:55.919Z | stop 7:30.118097845 |
2260 | 2023-10-25T22:16:57.158Z | warning: output filename collision. |
2261 | 2023-10-25T22:16:57.161Z | 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)`. |
2262 | 2023-10-25T22:16:57.166Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
2263 | 2023-10-25T22:16:57.168Z | The targets should have unique names. |
2264 | 2023-10-25T22:16:57.171Z | This is a known bug where multiple crates with the same name use |
2265 | 2023-10-25T22:16:57.174Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2266 | 2023-10-25T22:16:57.176Z | warning: output filename collision. |
2267 | 2023-10-25T22:16:57.179Z | 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)`. |
2268 | 2023-10-25T22:16:57.182Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2269 | 2023-10-25T22:16:57.185Z | The targets should have unique names. |
2270 | 2023-10-25T22:16:57.187Z | This is a known bug where multiple crates with the same name use |
2271 | 2023-10-25T22:16:57.297Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2272 | 2023-10-25T22:16:57.707Z | warning: output filename collision. |
2273 | 2023-10-25T22:16:57.711Z | 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)`. |
2274 | 2023-10-25T22:16:57.716Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
2275 | 2023-10-25T22:16:57.720Z | The targets should have unique names. |
2276 | 2023-10-25T22:16:57.724Z | This is a known bug where multiple crates with the same name use |
2277 | 2023-10-25T22:16:57.729Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2278 | 2023-10-25T22:16:57.742Z | warning: output filename collision. |
2279 | 2023-10-25T22:16:58.156Z | 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)`. |
2280 | 2023-10-25T22:16:58.161Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
2281 | 2023-10-25T22:16:58.168Z | The targets should have unique names. |
2282 | 2023-10-25T22:16:58.584Z | This is a known bug where multiple crates with the same name use |
2283 | 2023-10-25T22:16:58.588Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2284 | 2023-10-25T22:16:58.591Z | warning: output filename collision. |
2285 | 2023-10-25T22:16:58.594Z | 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`. |
2286 | 2023-10-25T22:16:58.605Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2287 | 2023-10-25T22:16:58.608Z | The targets should have unique names. |
2288 | 2023-10-25T22:16:58.614Z | This is a known bug where multiple crates with the same name use |
2289 | 2023-10-25T22:16:58.617Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2290 | 2023-10-25T22:16:58.620Z | warning: output filename collision. |
2291 | 2023-10-25T22:16:58.623Z | 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)`. |
2292 | 2023-10-25T22:16:58.626Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
2293 | 2023-10-25T22:16:58.629Z | The targets should have unique names. |
2294 | 2023-10-25T22:16:58.632Z | This is a known bug where multiple crates with the same name use |
2295 | 2023-10-25T22:16:58.635Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2296 | 2023-10-25T22:16:58.638Z | warning: output filename collision. |
2297 | 2023-10-25T22:16:58.641Z | 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)`. |
2298 | 2023-10-25T22:16:58.644Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
2299 | 2023-10-25T22:16:58.647Z | The targets should have unique names. |
2300 | 2023-10-25T22:16:58.650Z | This is a known bug where multiple crates with the same name use |
2301 | 2023-10-25T22:16:58.653Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2302 | 2023-10-25T22:16:58.656Z | warning: output filename collision. |
2303 | 2023-10-25T22:16:58.659Z | 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)`. |
2304 | 2023-10-25T22:16:58.665Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2305 | 2023-10-25T22:16:58.670Z | The targets should have unique names. |
2306 | 2023-10-25T22:16:58.676Z | This is a known bug where multiple crates with the same name use |
2307 | 2023-10-25T22:16:58.680Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2308 | 2023-10-25T22:16:58.684Z | warning: output filename collision. |
2309 | 2023-10-25T22:16:58.687Z | 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)`. |
2310 | 2023-10-25T22:16:58.690Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2311 | 2023-10-25T22:16:58.694Z | The targets should have unique names. |
2312 | 2023-10-25T22:16:58.698Z | This is a known bug where multiple crates with the same name use |
2313 | 2023-10-25T22:16:58.701Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2314 | 2023-10-25T22:16:58.704Z | warning: output filename collision. |
2315 | 2023-10-25T22:16:58.707Z | 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)`. |
2316 | 2023-10-25T22:16:58.709Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
2317 | 2023-10-25T22:16:58.712Z | The targets should have unique names. |
2318 | 2023-10-25T22:16:58.716Z | This is a known bug where multiple crates with the same name use |
2319 | 2023-10-25T22:16:58.719Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2320 | 2023-10-25T22:16:58.722Z | warning: output filename collision. |
2321 | 2023-10-25T22:16:58.725Z | 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)`. |
2322 | 2023-10-25T22:16:58.728Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2323 | 2023-10-25T22:16:58.731Z | The targets should have unique names. |
2324 | 2023-10-25T22:16:58.733Z | This is a known bug where multiple crates with the same name use |
2325 | 2023-10-25T22:16:58.737Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2326 | 2023-10-25T22:16:58.741Z | Checking unicode-ident v1.0.12 |
2327 | 2023-10-25T22:16:58.744Z | Documenting libc v0.2.149 |
2328 | 2023-10-25T22:16:58.747Z | Documenting cfg-if v1.0.0 |
2329 | 2023-10-25T22:16:58.750Z | Checking libc v0.2.149 |
2330 | 2023-10-25T22:16:58.753Z | Checking serde v1.0.188 |
2331 | 2023-10-25T22:16:58.757Z | Checking cfg-if v1.0.0 |
2332 | 2023-10-25T22:16:58.760Z | Documenting log v0.4.20 |
2333 | 2023-10-25T22:16:58.763Z | Documenting itoa v1.0.9 |
2334 | 2023-10-25T22:16:58.767Z | Documenting scopeguard v1.2.0 |
2335 | 2023-10-25T22:16:58.770Z | Checking proc-macro2 v1.0.67 |
2336 | 2023-10-25T22:16:59.032Z | Checking quote v1.0.33 |
2337 | 2023-10-25T22:16:59.563Z | Checking syn v2.0.32 |
2338 | 2023-10-25T22:16:59.614Z | Checking syn v1.0.109 |
2339 | 2023-10-25T22:17:01.882Z | Checking once_cell v1.18.0 |
2340 | 2023-10-25T22:17:01.931Z | Documenting once_cell v1.18.0 |
2341 | 2023-10-25T22:17:01.997Z | Documenting memchr v2.6.3 |
2342 | 2023-10-25T22:17:02.329Z | Documenting smallvec v1.11.0 |
2343 | 2023-10-25T22:17:04.216Z | Documenting lock_api v0.4.10 |
2344 | 2023-10-25T22:17:04.645Z | Documenting getrandom v0.2.10 |
2345 | 2023-10-25T22:17:06.528Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2346 | 2023-10-25T22:17:06.967Z | Documenting libm v0.2.7 |
2347 | 2023-10-25T22:17:07.250Z | Documenting parking_lot_core v0.9.8 |
2348 | 2023-10-25T22:17:08.162Z | Documenting pin-project-lite v0.2.13 |
2349 | 2023-10-25T22:17:08.670Z | Documenting signal-hook-registry v1.4.1 |
2350 | 2023-10-25T22:17:08.934Z | Checking itoa v1.0.9 |
2351 | 2023-10-25T22:17:09.241Z | Documenting mio v0.8.8 |
2352 | 2023-10-25T22:17:09.623Z | Documenting num_cpus v1.16.0 |
2353 | 2023-10-25T22:17:10.095Z | Documenting serde_derive v1.0.188 |
2354 | 2023-10-25T22:17:10.591Z | Documenting rand_core v0.6.4 |
2355 | 2023-10-25T22:17:11.801Z | Documenting zeroize_derive v1.4.2 |
2356 | 2023-10-25T22:17:12.112Z | Documenting num-traits v0.2.16 |
2357 | 2023-10-25T22:17:13.370Z | Documenting parking_lot v0.12.1 |
2358 | 2023-10-25T22:17:14.570Z | Documenting thiserror-impl v1.0.49 |
2359 | 2023-10-25T22:17:15.583Z | Documenting typenum v1.16.0 |
2360 | 2023-10-25T22:17:15.636Z | Documenting futures-core v0.3.28 |
2361 | 2023-10-25T22:17:16.634Z | Documenting ryu v1.0.15 |
2362 | 2023-10-25T22:17:19.129Z | Documenting zeroize v1.6.0 |
2363 | 2023-10-25T22:17:19.287Z | Documenting tokio-macros v2.1.0 |
2364 | 2023-10-25T22:17:19.625Z | Documenting socket2 v0.5.4 |
2365 | 2023-10-25T22:17:20.649Z | Checking thiserror v1.0.49 |
2366 | 2023-10-25T22:17:20.753Z | Documenting serde v1.0.188 |
2367 | 2023-10-25T22:17:20.833Z | Documenting subtle v2.5.0 |
2368 | 2023-10-25T22:17:21.521Z | Checking ryu v1.0.15 |
2369 | 2023-10-25T22:17:21.891Z | Documenting byteorder v1.4.3 |
2370 | 2023-10-25T22:17:22.334Z | Documenting thiserror v1.0.49 |
2371 | 2023-10-25T22:17:23.259Z | Documenting pin-utils v0.1.0 |
2372 | 2023-10-25T22:17:25.079Z | Documenting generic-array v0.14.7 |
2373 | 2023-10-25T22:17:26.127Z | Documenting futures-sink v0.3.28 |
2374 | 2023-10-25T22:17:26.569Z | Checking memchr v2.6.3 |
2375 | 2023-10-25T22:17:26.676Z | Checking serde_json v1.0.107 |
2376 | 2023-10-25T22:17:28.021Z | Documenting iana-time-zone v0.1.57 |
2377 | 2023-10-25T22:17:28.337Z | Checking heck v0.4.1 |
2378 | 2023-10-25T22:17:28.518Z | Documenting futures-macro v0.3.28 |
2379 | 2023-10-25T22:17:28.654Z | Checking getrandom v0.2.10 |
2380 | 2023-10-25T22:17:29.018Z | Documenting futures-task v0.3.28 |
2381 | 2023-10-25T22:17:29.569Z | Documenting slab v0.4.9 |
2382 | 2023-10-25T22:17:30.777Z | Documenting const-oid v0.9.5 |
2383 | 2023-10-25T22:17:31.945Z | Documenting crypto-common v0.1.6 |
2384 | 2023-10-25T22:17:32.125Z | Documenting futures-channel v0.3.28 |
2385 | 2023-10-25T22:17:33.851Z | Documenting futures-io v0.3.28 |
2386 | 2023-10-25T22:17:34.738Z | Checking bytes v1.5.0 |
2387 | 2023-10-25T22:17:35.289Z | Documenting ppv-lite86 v0.2.17 |
2388 | 2023-10-25T22:17:35.937Z | Checking log v0.4.20 |
2389 | 2023-10-25T22:17:36.209Z | Documenting tinyvec_macros v0.1.1 |
2390 | 2023-10-25T22:17:36.380Z | Checking byteorder v1.4.3 |
2391 | 2023-10-25T22:17:37.054Z | Documenting block-buffer v0.10.4 |
2392 | 2023-10-25T22:17:37.963Z | Documenting tracing-attributes v0.1.26 |
2393 | 2023-10-25T22:17:38.201Z | Documenting tracing-core v0.1.31 |
2394 | 2023-10-25T22:17:39.246Z | Checking fnv v1.0.7 |
2395 | 2023-10-25T22:17:39.432Z | Documenting serde_derive_internals v0.26.0 |
2396 | 2023-10-25T22:17:39.705Z | Documenting futures-util v0.3.28 |
2397 | 2023-10-25T22:17:39.926Z | Documenting rand_chacha v0.3.1 |
2398 | 2023-10-25T22:17:40.300Z | Documenting tinyvec v1.6.0 |
2399 | 2023-10-25T22:17:43.145Z | Documenting digest v0.10.7 |
2400 | 2023-10-25T22:17:45.652Z | Checking serde_derive_internals v0.26.0 |
2401 | 2023-10-25T22:17:45.802Z | Documenting rand v0.8.5 |
2402 | 2023-10-25T22:17:46.694Z | Documenting dyn-clone v1.0.13 |
2403 | 2023-10-25T22:17:47.454Z | Documenting base64 v0.21.4 |
2404 | 2023-10-25T22:17:48.695Z | Documenting schemars_derive v0.8.13 |
2405 | 2023-10-25T22:17:51.129Z | Documenting unicode-normalization v0.1.22 |
2406 | 2023-10-25T22:17:52.137Z | Checking ucd-trie v0.1.6 |
2407 | 2023-10-25T22:17:52.445Z | Documenting fnv v1.0.7 |
2408 | 2023-10-25T22:17:53.171Z | Documenting cpufeatures v0.2.9 |
2409 | 2023-10-25T22:17:53.299Z | Documenting bytes v1.5.0 |
2410 | 2023-10-25T22:17:53.769Z | Documenting serde_json v1.0.107 |
2411 | 2023-10-25T22:17:54.823Z | Documenting bitflags v2.4.0 |
2412 | 2023-10-25T22:17:57.291Z | Documenting chrono v0.4.31 |
2413 | 2023-10-25T22:17:57.572Z | Documenting uuid v1.4.1 |
2414 | 2023-10-25T22:17:58.694Z | Checking pest v2.7.2 |
2415 | 2023-10-25T22:17:58.778Z | Checking libm v0.2.7 |
2416 | 2023-10-25T22:18:00.288Z | Documenting unicode-bidi v0.3.13 |
2417 | 2023-10-25T22:18:00.625Z | Documenting tokio v1.33.0 |
2418 | 2023-10-25T22:18:01.825Z | Documenting http v0.2.9 |
2419 | 2023-10-25T22:18:02.548Z | Checking num-traits v0.2.16 |
2420 | 2023-10-25T22:18:02.770Z | Documenting lazy_static v1.4.0 |
2421 | 2023-10-25T22:18:04.475Z | Documenting tracing v0.1.37 |
2422 | 2023-10-25T22:18:04.515Z | Documenting percent-encoding v2.3.0 |
2423 | 2023-10-25T22:18:05.294Z | Documenting ahash v0.8.3 |
2424 | 2023-10-25T22:18:06.589Z | Checking ahash v0.8.3 |
2425 | 2023-10-25T22:18:06.632Z | Documenting schemars v0.8.13 |
2426 | 2023-10-25T22:18:06.877Z | Checking time-core v0.1.1 |
2427 | 2023-10-25T22:18:07.104Z | Documenting allocator-api2 v0.2.16 |
2428 | 2023-10-25T22:18:07.154Z | Documenting adler v1.0.2 |
2429 | 2023-10-25T22:18:10.148Z | Documenting unicode-ident v1.0.12 |
2430 | 2023-10-25T22:18:10.515Z | Documenting form_urlencoded v1.2.0 |
2431 | 2023-10-25T22:18:11.140Z | Documenting untrusted v0.7.1 |
2432 | 2023-10-25T22:18:11.291Z | Documenting miniz_oxide v0.7.1 |
2433 | 2023-10-25T22:18:12.246Z | Documenting hashbrown v0.14.0 |
2434 | 2023-10-25T22:18:14.140Z | Documenting proc-macro2 v1.0.67 |
2435 | 2023-10-25T22:18:15.142Z | Documenting ring v0.16.20 |
2436 | 2023-10-25T22:18:15.781Z | Documenting idna v0.4.0 |
2437 | 2023-10-25T22:18:16.136Z | Documenting httparse v1.8.0 |
2438 | 2023-10-25T22:18:16.288Z | Documenting equivalent v1.0.1 |
2439 | 2023-10-25T22:18:17.116Z | Checking zerocopy v0.3.0 |
2440 | 2023-10-25T22:18:18.235Z | Checking uuid v1.4.1 |
2441 | 2023-10-25T22:18:19.020Z | Checking iana-time-zone v0.1.57 |
2442 | 2023-10-25T22:18:19.240Z | Checking chrono v0.4.31 |
2443 | 2023-10-25T22:18:19.724Z | Checking dof v0.1.5 |
2444 | 2023-10-25T22:18:20.331Z | Documenting indexmap v2.0.0 |
2445 | 2023-10-25T22:18:20.406Z | Checking dtrace-parser v0.1.14 |
2446 | 2023-10-25T22:18:20.727Z | Documenting quote v1.0.33 |
2447 | 2023-10-25T22:18:21.194Z | Checking thread-id v4.2.0 |
2448 | 2023-10-25T22:18:21.368Z | Documenting slog v2.7.0 |
2449 | 2023-10-25T22:18:22.495Z | Documenting url v2.4.1 |
2450 | 2023-10-25T22:18:22.636Z | Documenting openssl-probe v0.1.5 |
2451 | 2023-10-25T22:18:22.747Z | Documenting httpdate v1.0.3 |
2452 | 2023-10-25T22:18:23.500Z | Documenting rustls-webpki v0.101.4 |
2453 | 2023-10-25T22:18:27.143Z | Documenting sct v0.7.0 |
2454 | 2023-10-25T22:18:27.981Z | Documenting try-lock v0.2.4 |
2455 | 2023-10-25T22:18:28.227Z | Checking usdt-impl v0.3.5 |
2456 | 2023-10-25T22:18:28.725Z | Documenting http-body v0.4.5 |
2457 | 2023-10-25T22:18:28.936Z | Documenting rustls-pemfile v1.0.3 |
2458 | 2023-10-25T22:18:29.053Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2459 | 2023-10-25T22:18:29.351Z | Documenting openssl-macros v0.1.1 |
2460 | 2023-10-25T22:18:30.192Z | Documenting tokio-util v0.7.9 |
2461 | 2023-10-25T22:18:30.240Z | Documenting aho-corasick v1.0.4 |
2462 | 2023-10-25T22:18:30.306Z | Documenting openssl-sys v0.9.93 |
2463 | 2023-10-25T22:18:32.113Z | Documenting want v0.3.1 |
2464 | 2023-10-25T22:18:33.081Z | Documenting rustls v0.21.7 |
2465 | 2023-10-25T22:18:34.926Z | Documenting gimli v0.28.0 |
2466 | 2023-10-25T22:18:35.461Z | Documenting regex-syntax v0.7.5 |
2467 | 2023-10-25T22:18:36.320Z | Documenting mime v0.3.17 |
2468 | 2023-10-25T22:18:37.536Z | Documenting tower-service v0.3.2 |
2469 | 2023-10-25T22:18:38.016Z | Documenting time-macros v0.2.13 |
2470 | 2023-10-25T22:18:38.702Z | Documenting h2 v0.3.21 |
2471 | 2023-10-25T22:18:41.986Z | Documenting openssl v0.10.57 |
2472 | 2023-10-25T22:18:42.806Z | Documenting async-trait v0.1.73 |
2473 | 2023-10-25T22:18:43.813Z | Documenting object v0.32.1 |
2474 | 2023-10-25T22:18:45.147Z | Documenting addr2line v0.21.0 |
2475 | 2023-10-25T22:18:45.632Z | Documenting errno v0.3.2 |
2476 | 2023-10-25T22:18:45.703Z | Documenting tokio-rustls v0.24.1 |
2477 | 2023-10-25T22:18:46.160Z | Documenting regex-automata v0.3.8 |
2478 | 2023-10-25T22:18:50.168Z | Documenting ipnet v2.8.0 |
2479 | 2023-10-25T22:18:50.724Z | Documenting rustc-demangle v0.1.23 |
2480 | 2023-10-25T22:18:50.747Z | Documenting num_threads v0.1.6 |
2481 | 2023-10-25T22:18:53.533Z | Documenting unicode-width v0.1.10 |
2482 | 2023-10-25T22:18:54.631Z | Documenting hyper v0.14.27 |
2483 | 2023-10-25T22:18:54.916Z | Documenting time-core v0.1.1 |
2484 | 2023-10-25T22:18:55.800Z | Checking allocator-api2 v0.2.16 |
2485 | 2023-10-25T22:18:56.219Z | Checking dyn-clone v1.0.13 |
2486 | 2023-10-25T22:18:56.472Z | Documenting deranged v0.3.8 |
2487 | 2023-10-25T22:18:56.605Z | Checking schemars v0.8.13 |
2488 | 2023-10-25T22:18:56.882Z | Checking hashbrown v0.14.0 |
2489 | 2023-10-25T22:18:57.788Z | Documenting rustix v0.38.9 |
2490 | 2023-10-25T22:18:58.605Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2491 | 2023-10-25T22:18:59.191Z | Checking pest_meta v2.7.2 |
2492 | 2023-10-25T22:18:59.248Z | Documenting crossbeam-utils v0.8.16 |
2493 | 2023-10-25T22:18:59.636Z | Checking equivalent v1.0.1 |
2494 | 2023-10-25T22:18:59.815Z | Checking indexmap v2.0.0 |
2495 | 2023-10-25T22:19:00.829Z | Documenting regex v1.9.5 |
2496 | 2023-10-25T22:19:01.681Z | Documenting native-tls v0.2.11 |
2497 | 2023-10-25T22:19:02.543Z | Documenting backtrace v0.3.69 |
2498 | 2023-10-25T22:19:04.014Z | Documenting time v0.3.27 |
2499 | 2023-10-25T22:19:06.380Z | Checking hashbrown v0.13.2 |
2500 | 2023-10-25T22:19:08.431Z | Documenting pest_meta v2.7.2 |
2501 | 2023-10-25T22:19:09.028Z | Checking http v0.2.9 |
2502 | 2023-10-25T22:19:09.164Z | Checking aho-corasick v1.0.4 |
2503 | 2023-10-25T22:19:09.896Z | Documenting encoding_rs v0.8.33 |
2504 | 2023-10-25T22:19:10.675Z | Documenting anyhow v1.0.75 |
2505 | 2023-10-25T22:19:11.380Z | Checking regex-syntax v0.7.5 |
2506 | 2023-10-25T22:19:11.847Z | Documenting tokio-native-tls v0.3.1 |
2507 | 2023-10-25T22:19:12.975Z | Checking pest_generator v2.7.2 |
2508 | 2023-10-25T22:19:13.990Z | Documenting rustls-native-certs v0.6.3 |
2509 | 2023-10-25T22:19:14.267Z | Documenting serde_urlencoded v0.7.1 |
2510 | 2023-10-25T22:19:14.699Z | Documenting pest_generator v2.7.2 |
2511 | 2023-10-25T22:19:15.298Z | Documenting ucd-trie v0.1.6 |
2512 | 2023-10-25T22:19:16.968Z | Checking regex-automata v0.3.8 |
2513 | 2023-10-25T22:19:17.312Z | Checking serde_tokenstream v0.1.7 |
2514 | 2023-10-25T22:19:17.911Z | Documenting webpki-roots v0.25.2 |
2515 | 2023-10-25T22:19:18.921Z | Documenting syn v2.0.32 |
2516 | 2023-10-25T22:19:19.900Z | Documenting hyper-rustls v0.24.1 |
2517 | 2023-10-25T22:19:20.594Z | Documenting hyper-tls v0.5.0 |
2518 | 2023-10-25T22:19:20.715Z | Documenting pest v2.7.2 |
2519 | 2023-10-25T22:19:21.341Z | Documenting dof v0.1.5 |
2520 | 2023-10-25T22:19:22.403Z | Documenting pest_derive v2.7.2 |
2521 | 2023-10-25T22:19:23.781Z | Checking regex v1.9.5 |
2522 | 2023-10-25T22:19:24.060Z | Documenting thread-id v4.2.0 |
2523 | 2023-10-25T22:19:25.190Z | Checking unicode-width v0.1.10 |
2524 | 2023-10-25T22:19:25.195Z | Documenting usdt-macro v0.3.5 |
2525 | 2023-10-25T22:19:27.210Z | Documenting usdt-attr-macro v0.3.5 |
2526 | 2023-10-25T22:19:28.618Z | Documenting openapiv3 v1.0.3 |
2527 | 2023-10-25T22:19:29.216Z | Documenting dtrace-parser v0.1.14 |
2528 | 2023-10-25T22:19:29.939Z | Documenting ipnetwork v0.20.0 |
2529 | 2023-10-25T22:19:30.291Z | Documenting sha2 v0.10.8 |
2530 | 2023-10-25T22:19:31.218Z | Documenting reqwest v0.11.20 |
2531 | 2023-10-25T22:19:32.435Z | Documenting futures-executor v0.3.28 |
2532 | 2023-10-25T22:19:34.542Z | Checking serde_tokenstream v0.2.0 |
2533 | 2023-10-25T22:19:35.129Z | Documenting spin v0.9.8 |
2534 | 2023-10-25T22:19:35.487Z | Documenting usdt-impl v0.3.5 |
2535 | 2023-10-25T22:19:37.305Z | Checking strsim v0.10.0 |
2536 | 2023-10-25T22:19:37.667Z | Checking regress v0.7.1 |
2537 | 2023-10-25T22:19:38.256Z | Documenting hex v0.4.3 |
2538 | 2023-10-25T22:19:38.410Z | Documenting hmac v0.12.1 |
2539 | 2023-10-25T22:19:38.886Z | Documenting fallible-iterator v0.2.0 |
2540 | 2023-10-25T22:19:39.504Z | Documenting futures v0.3.28 |
2541 | 2023-10-25T22:19:42.881Z | Checking typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2542 | 2023-10-25T22:19:43.404Z | Documenting usdt v0.3.5 |
2543 | 2023-10-25T22:19:45.055Z | Checking openapiv3 v1.0.3 |
2544 | 2023-10-25T22:19:46.507Z | Documenting stringprep v0.1.3 |
2545 | 2023-10-25T22:19:46.511Z | Documenting semver v1.0.20 |
2546 | 2023-10-25T22:19:46.514Z | Documenting md-5 v0.10.5 |
2547 | 2023-10-25T22:19:46.518Z | Documenting regress v0.7.1 |
2548 | 2023-10-25T22:19:50.781Z | Documenting siphasher v0.3.11 |
2549 | 2023-10-25T22:19:51.629Z | Documenting utf8parse v0.2.1 |
2550 | 2023-10-25T22:19:51.645Z | Documenting block-padding v0.3.3 |
2551 | 2023-10-25T22:19:52.083Z | Checking unsafe-libyaml v0.2.9 |
2552 | 2023-10-25T22:19:52.453Z | Documenting static_assertions v1.1.0 |
2553 | 2023-10-25T22:19:53.158Z | Documenting heck v0.4.1 |
2554 | 2023-10-25T22:19:53.286Z | Documenting postgres-protocol v0.6.6 |
2555 | 2023-10-25T22:19:54.119Z | Checking typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2556 | 2023-10-25T22:19:54.323Z | Documenting typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2557 | 2023-10-25T22:19:55.244Z | Documenting phf_shared v0.11.2 |
2558 | 2023-10-25T22:19:55.736Z | Checking getopts v0.2.21 |
2559 | 2023-10-25T22:19:55.942Z | Documenting toml_datetime v0.6.3 |
2560 | 2023-10-25T22:19:56.253Z | Documenting num-integer v0.1.45 |
2561 | 2023-10-25T22:19:56.883Z | Documenting whoami v1.4.1 |
2562 | 2023-10-25T22:19:58.052Z | Documenting inout v0.1.3 |
2563 | 2023-10-25T22:19:59.169Z | Documenting typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2564 | 2023-10-25T22:20:02.551Z | Documenting phf v0.11.2 |
2565 | 2023-10-25T22:20:02.597Z | Documenting unsafe-libyaml v0.2.9 |
2566 | 2023-10-25T22:20:02.626Z | Documenting postgres-types v0.2.6 |
2567 | 2023-10-25T22:20:02.800Z | Checking ident_case v1.0.1 |
2568 | 2023-10-25T22:20:02.920Z | Documenting either v1.9.0 |
2569 | 2023-10-25T22:20:03.042Z | Checking progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2570 | 2023-10-25T22:20:04.381Z | Checking serde_yaml v0.9.25 |
2571 | 2023-10-25T22:20:04.573Z | Documenting cipher v0.4.4 |
2572 | 2023-10-25T22:20:05.936Z | Documenting progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2573 | 2023-10-25T22:20:07.573Z | Documenting getopts v0.2.21 |
2574 | 2023-10-25T22:20:07.728Z | Documenting zerocopy v0.6.4 |
2575 | 2023-10-25T22:20:08.066Z | Documenting serde_yaml v0.9.25 |
2576 | 2023-10-25T22:20:09.057Z | Documenting data-encoding v2.4.0 |
2577 | 2023-10-25T22:20:10.505Z | Documenting typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2578 | 2023-10-25T22:20:12.345Z | Documenting tokio-postgres v0.7.10 |
2579 | 2023-10-25T22:20:13.539Z | Documenting anstyle v1.0.2 |
2580 | 2023-10-25T22:20:13.807Z | Documenting anstyle-parse v0.2.1 |
2581 | 2023-10-25T22:20:14.517Z | Documenting crossbeam-channel v0.5.8 |
2582 | 2023-10-25T22:20:15.334Z | Documenting match_cfg v0.1.0 |
2583 | 2023-10-25T22:20:15.953Z | Documenting anstyle-query v1.0.0 |
2584 | 2023-10-25T22:20:17.302Z | Documenting progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2585 | 2023-10-25T22:20:18.456Z | Documenting colorchoice v1.0.0 |
2586 | 2023-10-25T22:20:19.329Z | Documenting hostname v0.3.1 |
2587 | 2023-10-25T22:20:19.776Z | Documenting itertools v0.11.0 |
2588 | 2023-10-25T22:20:20.761Z | Documenting progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2589 | 2023-10-25T22:20:21.119Z | Documenting terminal_size v0.2.6 |
2590 | 2023-10-25T22:20:21.862Z | Documenting dirs-sys-next v0.1.2 |
2591 | 2023-10-25T22:20:22.527Z | Documenting anstream v0.5.0 |
2592 | 2023-10-25T22:20:25.490Z | Documenting strsim v0.10.0 |
2593 | 2023-10-25T22:20:26.845Z | Documenting clap_lex v0.5.1 |
2594 | 2023-10-25T22:20:27.363Z | Documenting tap v1.0.1 |
2595 | 2023-10-25T22:20:28.021Z | Documenting dirs-next v2.0.0 |
2596 | 2023-10-25T22:20:28.719Z | Documenting clap_derive v4.4.2 |
2597 | 2023-10-25T22:20:29.004Z | Documenting thread_local v1.1.7 |
2598 | 2023-10-25T22:20:31.244Z | Documenting crc32fast v1.3.2 |
2599 | 2023-10-25T22:20:31.323Z | Documenting radium v0.7.0 |
2600 | 2023-10-25T22:20:31.544Z | Documenting wyz v0.5.1 |
2601 | 2023-10-25T22:20:32.552Z | Documenting progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2602 | 2023-10-25T22:20:32.948Z | Documenting clap_builder v4.4.2 |
2603 | 2023-10-25T22:20:34.299Z | Documenting funty v2.0.0 |
2604 | 2023-10-25T22:20:35.373Z | Documenting term v0.7.0 |
2605 | 2023-10-25T22:20:35.588Z | Documenting num-iter v0.1.43 |
2606 | 2023-10-25T22:20:36.002Z | Documenting sha1 v0.10.5 |
2607 | 2023-10-25T22:20:37.102Z | Documenting enum-as-inner v0.5.1 |
2608 | 2023-10-25T22:20:37.287Z | Documenting atty v0.2.14 |
2609 | 2023-10-25T22:20:39.036Z | Documenting bitvec v1.0.1 |
2610 | 2023-10-25T22:20:41.587Z | Documenting memoffset v0.9.0 |
2611 | 2023-10-25T22:20:41.669Z | Documenting take_mut v0.2.2 |
2612 | 2023-10-25T22:20:42.400Z | Documenting slog-term v2.9.0 |
2613 | 2023-10-25T22:20:42.849Z | Documenting clap v4.4.3 |
2614 | 2023-10-25T22:20:42.916Z | Documenting flate2 v1.0.28 |
2615 | 2023-10-25T22:20:44.127Z | Documenting trust-dns-proto v0.22.0 |
2616 | 2023-10-25T22:20:45.637Z | Documenting crossbeam-epoch v0.9.15 |
2617 | 2023-10-25T22:20:47.685Z | Documenting slog-async v2.8.0 |
2618 | 2023-10-25T22:20:48.668Z | Documenting slog-json v2.6.1 |
2619 | 2023-10-25T22:20:49.512Z | Documenting camino v1.1.6 |
2620 | 2023-10-25T22:20:49.753Z | Documenting paste v1.0.14 |
2621 | 2023-10-25T22:20:50.059Z | Documenting signature v2.1.0 |
2622 | 2023-10-25T22:20:50.237Z | Documenting hash32 v0.2.1 |
2623 | 2023-10-25T22:20:52.179Z | Documenting scheduled-thread-pool v0.2.7 |
2624 | 2023-10-25T22:20:54.000Z | Checking diesel_table_macro_syntax v0.1.0 |
2625 | 2023-10-25T22:20:54.275Z | Documenting diesel_table_macro_syntax v0.1.0 |
2626 | 2023-10-25T22:20:55.720Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2627 | 2023-10-25T22:20:56.313Z | Documenting slog-bunyan v2.4.0 |
2628 | 2023-10-25T22:20:56.362Z | Documenting stable_deref_trait v1.2.0 |
2629 | 2023-10-25T22:20:56.890Z | Documenting unicode-segmentation v1.10.1 |
2630 | 2023-10-25T22:20:56.977Z | Checking darling_core v0.20.3 |
2631 | 2023-10-25T22:20:58.083Z | Documenting async-stream-impl v0.3.5 |
2632 | 2023-10-25T22:20:58.490Z | Documenting r2d2 v0.8.10 |
2633 | 2023-10-25T22:20:59.973Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2634 | 2023-10-25T22:21:00.309Z | Documenting heapless v0.7.16 |
2635 | 2023-10-25T22:21:01.553Z | Documenting strum v0.25.0 |
2636 | 2023-10-25T22:21:01.693Z | Documenting diesel_derives v2.1.1 |
2637 | 2023-10-25T22:21:01.848Z | Documenting bzip2 v0.4.4 |
2638 | 2023-10-25T22:21:03.699Z | Documenting managed v0.8.0 |
2639 | 2023-10-25T22:21:05.067Z | Documenting atomic-waker v1.1.1 |
2640 | 2023-10-25T22:21:05.508Z | Documenting debug-ignore v1.0.5 |
2641 | 2023-10-25T22:21:06.230Z | Documenting bit-vec v0.6.3 |
2642 | 2023-10-25T22:21:07.586Z | Documenting async-stream v0.3.5 |
2643 | 2023-10-25T22:21:07.706Z | Checking darling v0.20.3 |
2644 | 2023-10-25T22:21:07.871Z | Documenting num-bigint v0.4.4 |
2645 | 2023-10-25T22:21:08.043Z | Documenting zip v0.6.6 |
2646 | 2023-10-25T22:21:08.564Z | Documenting smoltcp v0.9.1 |
2647 | 2023-10-25T22:21:09.270Z | Documenting waitgroup v0.1.2 |
2648 | 2023-10-25T22:21:09.617Z | Documenting multer v2.1.0 |
2649 | 2023-10-25T22:21:12.281Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2650 | 2023-10-25T22:21:13.230Z | Documenting diesel v2.1.1 |
2651 | 2023-10-25T22:21:13.708Z | Documenting bstr v1.6.0 |
2652 | 2023-10-25T22:21:14.938Z | Documenting serde_path_to_error v0.1.14 |
2653 | 2023-10-25T22:21:15.144Z | Documenting hubpack v0.1.2 |
2654 | 2023-10-25T22:21:15.965Z | Documenting serde_repr v0.1.16 |
2655 | 2023-10-25T22:21:17.336Z | Documenting precomputed-hash v0.1.1 |
2656 | 2023-10-25T22:21:17.494Z | Documenting new_debug_unreachable v1.0.4 |
2657 | 2023-10-25T22:21:20.826Z | Documenting lalrpop-util v0.19.12 |
2658 | 2023-10-25T22:21:21.571Z | Documenting fixedbitset v0.4.2 |
2659 | 2023-10-25T22:21:21.701Z | Documenting yasna v0.5.2 |
2660 | 2023-10-25T22:21:21.730Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2661 | 2023-10-25T22:21:21.983Z | Documenting serde_with_macros v2.3.3 |
2662 | 2023-10-25T22:21:23.197Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2663 | 2023-10-25T22:21:23.294Z | Documenting string_cache v0.8.7 |
2664 | 2023-10-25T22:21:26.130Z | Documenting console v0.15.7 |
2665 | 2023-10-25T22:21:26.359Z | Documenting petgraph v0.6.4 |
2666 | 2023-10-25T22:21:29.727Z | Documenting float-cmp v0.9.0 |
2667 | 2023-10-25T22:21:29.844Z | Documenting smawk v0.3.1 |
2668 | 2023-10-25T22:21:30.354Z | Documenting predicates-core v1.0.6 |
2669 | 2023-10-25T22:21:32.527Z | Documenting unicode-linebreak v0.1.5 |
2670 | 2023-10-25T22:21:32.740Z | Documenting normalize-line-endings v0.3.0 |
2671 | 2023-10-25T22:21:35.929Z | Documenting difflib v0.4.0 |
2672 | 2023-10-25T22:21:36.234Z | Documenting serde_with v2.3.3 |
2673 | 2023-10-25T22:21:36.458Z | Documenting bit-set v0.5.3 |
2674 | 2023-10-25T22:21:36.868Z | Documenting textwrap v0.16.0 |
2675 | 2023-10-25T22:21:36.980Z | Documenting similar v2.2.1 |
2676 | 2023-10-25T22:21:38.654Z | Documenting tokio-stream v0.1.14 |
2677 | 2023-10-25T22:21:42.064Z | Documenting predicates v3.0.4 |
2678 | 2023-10-25T22:21:42.602Z | Documenting structmeta-derive v0.1.6 |
2679 | 2023-10-25T22:21:42.849Z | Checking structmeta v0.1.6 |
2680 | 2023-10-25T22:21:43.222Z | Documenting instant v0.1.12 |
2681 | 2023-10-25T22:21:43.839Z | Checking regex-syntax v0.6.29 |
2682 | 2023-10-25T22:21:44.097Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2683 | 2023-10-25T22:21:45.754Z | Documenting macaddr v1.0.1 |
2684 | 2023-10-25T22:21:47.248Z | Documenting base64ct v1.6.0 |
2685 | 2023-10-25T22:21:47.506Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2686 | 2023-10-25T22:21:48.023Z | Checking scopeguard v1.2.0 |
2687 | 2023-10-25T22:21:48.212Z | Checking lock_api v0.4.10 |
2688 | 2023-10-25T22:21:48.841Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2689 | 2023-10-25T22:21:48.886Z | Documenting crucible-workspace-hack v0.1.0 |
2690 | 2023-10-25T22:21:49.243Z | Documenting backoff v0.4.0 |
2691 | 2023-10-25T22:21:50.898Z | Checking smallvec v1.11.0 |
2692 | 2023-10-25T22:21:50.982Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2693 | 2023-10-25T22:21:51.222Z | Documenting structmeta v0.1.6 |
2694 | 2023-10-25T22:21:51.505Z | Checking parking_lot_core v0.9.8 |
2695 | 2023-10-25T22:21:52.082Z | Documenting is-terminal v0.4.9 |
2696 | 2023-10-25T22:21:52.283Z | Documenting blake2 v0.10.6 |
2697 | 2023-10-25T22:21:53.262Z | Documenting password-hash v0.5.0 |
2698 | 2023-10-25T22:21:53.650Z | Checking pin-project-lite v0.2.13 |
2699 | 2023-10-25T22:21:53.826Z | Checking parking_lot v0.12.1 |
2700 | 2023-10-25T22:21:54.363Z | Checking rand_core v0.6.4 |
2701 | 2023-10-25T22:21:54.805Z | Checking typenum v1.16.0 |
2702 | 2023-10-25T22:21:54.849Z | Checking zeroize v1.6.0 |
2703 | 2023-10-25T22:21:55.251Z | Documenting proc-macro-error-attr v1.0.4 |
2704 | 2023-10-25T22:21:56.378Z | Checking futures-core v0.3.28 |
2705 | 2023-10-25T22:21:56.673Z | Checking unicode-segmentation v1.10.1 |
2706 | 2023-10-25T22:21:56.966Z | Checking proc-macro-error v1.0.4 |
2707 | 2023-10-25T22:21:57.001Z | Checking generic-array v0.14.7 |
2708 | 2023-10-25T22:21:57.409Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2709 | 2023-10-25T22:21:57.745Z | Checking mio v0.8.8 |
2710 | 2023-10-25T22:21:58.413Z | Documenting parse-display-derive v0.7.0 |
2711 | 2023-10-25T22:21:58.703Z | Checking signal-hook-registry v1.4.1 |
2712 | 2023-10-25T22:21:58.893Z | Checking num_cpus v1.16.0 |
2713 | 2023-10-25T22:21:59.052Z | Checking socket2 v0.5.4 |
2714 | 2023-10-25T22:21:59.068Z | Checking spin v0.5.2 |
2715 | 2023-10-25T22:21:59.082Z | Documenting postcard-cobs v0.1.5-pre |
2716 | 2023-10-25T22:21:59.376Z | Documenting fastrand v2.0.0 |
2717 | 2023-10-25T22:21:59.476Z | Checking futures-sink v0.3.28 |
2718 | 2023-10-25T22:21:59.691Z | Documenting foreign-types-macros v0.2.3 |
2719 | 2023-10-25T22:21:59.762Z | Documenting argon2 v0.5.2 |
2720 | 2023-10-25T22:21:59.801Z | Checking tokio v1.33.0 |
2721 | 2023-10-25T22:22:01.451Z | Documenting proc-macro-error v1.0.4 |
2722 | 2023-10-25T22:22:03.314Z | Documenting postcard v0.7.3 |
2723 | 2023-10-25T22:22:04.263Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2724 | 2023-10-25T22:22:05.636Z | Documenting tempfile v3.8.0 |
2725 | 2023-10-25T22:22:07.015Z | Documenting foreign-types-shared v0.3.1 |
2726 | 2023-10-25T22:22:07.657Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2727 | 2023-10-25T22:22:08.010Z | Documenting parse-display v0.7.0 |
2728 | 2023-10-25T22:22:08.753Z | Checking tinyvec_macros v0.1.1 |
2729 | 2023-10-25T22:22:08.881Z | Checking tinyvec v1.6.0 |
2730 | 2023-10-25T22:22:09.797Z | Checking futures-channel v0.3.28 |
2731 | 2023-10-25T22:22:10.351Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2732 | 2023-10-25T22:22:10.810Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2733 | 2023-10-25T22:22:11.077Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2734 | 2023-10-25T22:22:11.091Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2735 | 2023-10-25T22:22:11.386Z | Documenting foreign-types v0.5.0 |
2736 | 2023-10-25T22:22:11.999Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2737 | 2023-10-25T22:22:12.589Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2738 | 2023-10-25T22:22:12.661Z | Documenting cstr-argument v0.1.2 |
2739 | 2023-10-25T22:22:14.591Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2740 | 2023-10-25T22:22:16.439Z | Checking futures-task v0.3.28 |
2741 | 2023-10-25T22:22:16.754Z | Checking slab v0.4.9 |
2742 | 2023-10-25T22:22:16.807Z | Checking futures-io v0.3.28 |
2743 | 2023-10-25T22:22:17.125Z | Checking pin-utils v0.1.0 |
2744 | 2023-10-25T22:22:17.149Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2745 | 2023-10-25T22:22:20.482Z | Checking futures-util v0.3.28 |
2746 | 2023-10-25T22:22:20.607Z | Checking unicode-normalization v0.1.22 |
2747 | 2023-10-25T22:22:20.669Z | Checking crypto-common v0.1.6 |
2748 | 2023-10-25T22:22:20.792Z | Documenting colored v2.0.4 |
2749 | 2023-10-25T22:22:21.025Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2750 | 2023-10-25T22:22:21.144Z | Checking tracing-core v0.1.31 |
2751 | 2023-10-25T22:22:21.258Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2752 | 2023-10-25T22:22:21.338Z | Checking unicode-bidi v0.3.13 |
2753 | 2023-10-25T22:22:21.386Z | Checking tracing v0.1.37 |
2754 | 2023-10-25T22:22:21.450Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2755 | 2023-10-25T22:22:21.561Z | Documenting zone_cfg_derive v0.2.0 |
2756 | 2023-10-25T22:22:24.789Z | Checking block-buffer v0.10.4 |
2757 | 2023-10-25T22:22:25.022Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2758 | 2023-10-25T22:22:25.127Z | Documenting num-derive v0.4.0 |
2759 | 2023-10-25T22:22:25.261Z | Checking const-oid v0.9.5 |
2760 | 2023-10-25T22:22:25.566Z | Checking ppv-lite86 v0.2.17 |
2761 | 2023-10-25T22:22:25.732Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2762 | 2023-10-25T22:22:26.764Z | Checking subtle v2.5.0 |
2763 | 2023-10-25T22:22:27.150Z | Checking rand_chacha v0.3.1 |
2764 | 2023-10-25T22:22:27.717Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2765 | 2023-10-25T22:22:28.015Z | Checking digest v0.10.7 |
2766 | 2023-10-25T22:22:28.617Z | Documenting smf v0.2.2 |
2767 | 2023-10-25T22:22:28.680Z | Documenting zone v0.2.0 |
2768 | 2023-10-25T22:22:30.333Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2769 | 2023-10-25T22:22:32.669Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2770 | 2023-10-25T22:22:34.967Z | Checking bitflags v2.4.0 |
2771 | 2023-10-25T22:22:35.422Z | Checking base64 v0.21.4 |
2772 | 2023-10-25T22:22:36.208Z | Documenting linked-hash-map v0.5.6 |
2773 | 2023-10-25T22:22:36.226Z | Checking untrusted v0.7.1 |
2774 | 2023-10-25T22:22:36.484Z | Checking ring v0.16.20 |
2775 | 2023-10-25T22:22:36.487Z | Checking rand v0.8.5 |
2776 | 2023-10-25T22:22:37.583Z | Checking tokio-util v0.7.9 |
2777 | 2023-10-25T22:22:38.106Z | Checking hashbrown v0.12.3 |
2778 | 2023-10-25T22:22:39.126Z | Checking bitflags v1.3.2 |
2779 | 2023-10-25T22:22:39.261Z | Checking foreign-types-shared v0.1.1 |
2780 | 2023-10-25T22:22:39.278Z | Checking openssl-probe v0.1.5 |
2781 | 2023-10-25T22:22:39.415Z | Checking percent-encoding v2.3.0 |
2782 | 2023-10-25T22:22:39.482Z | Checking foreign-types v0.3.2 |
2783 | 2023-10-25T22:22:39.612Z | Checking errno v0.3.2 |
2784 | 2023-10-25T22:22:39.656Z | Checking indexmap v1.9.3 |
2785 | 2023-10-25T22:22:39.727Z | Checking openssl-sys v0.9.93 |
2786 | 2023-10-25T22:22:39.832Z | Checking siphasher v0.3.11 |
2787 | 2023-10-25T22:22:40.311Z | Checking try-lock v0.2.4 |
2788 | 2023-10-25T22:22:40.350Z | Checking adler v1.0.2 |
2789 | 2023-10-25T22:22:40.507Z | Checking want v0.3.1 |
2790 | 2023-10-25T22:22:40.583Z | Checking miniz_oxide v0.7.1 |
2791 | 2023-10-25T22:22:40.765Z | Checking form_urlencoded v1.2.0 |
2792 | 2023-10-25T22:22:40.778Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2793 | 2023-10-25T22:22:40.825Z | Checking h2 v0.3.21 |
2794 | 2023-10-25T22:22:40.899Z | Checking rustls-webpki v0.101.4 |
2795 | 2023-10-25T22:22:41.072Z | Checking sct v0.7.0 |
2796 | 2023-10-25T22:22:41.411Z | Checking lazy_static v1.4.0 |
2797 | 2023-10-25T22:22:41.575Z | Checking http-body v0.4.5 |
2798 | 2023-10-25T22:22:41.788Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2799 | 2023-10-25T22:22:41.897Z | Checking openssl v0.10.57 |
2800 | 2023-10-25T22:22:42.075Z | Checking io-lifetimes v1.0.11 |
2801 | 2023-10-25T22:22:42.126Z | Checking socket2 v0.4.9 |
2802 | 2023-10-25T22:22:42.329Z | Checking httparse v1.8.0 |
2803 | 2023-10-25T22:22:42.361Z | Checking utf8parse v0.2.1 |
2804 | 2023-10-25T22:22:42.588Z | Checking anstyle v1.0.2 |
2805 | 2023-10-25T22:22:42.615Z | Documenting lru-cache v0.1.2 |
2806 | 2023-10-25T22:22:42.797Z | Checking httpdate v1.0.3 |
2807 | 2023-10-25T22:22:42.963Z | Checking cpufeatures v0.2.9 |
2808 | 2023-10-25T22:22:43.083Z | Checking tower-service v0.3.2 |
2809 | 2023-10-25T22:22:43.095Z | Checking sha2 v0.10.8 |
2810 | 2023-10-25T22:22:43.577Z | Checking anstyle-parse v0.2.1 |
2811 | 2023-10-25T22:22:43.581Z | Checking rustix v0.37.23 |
2812 | 2023-10-25T22:22:43.600Z | Checking rustls v0.21.7 |
2813 | 2023-10-25T22:22:43.960Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2814 | 2023-10-25T22:22:45.027Z | Checking rustls-pemfile v1.0.3 |
2815 | 2023-10-25T22:22:45.040Z | Checking md-5 v0.10.5 |
2816 | 2023-10-25T22:22:45.745Z | Checking hmac v0.12.1 |
2817 | 2023-10-25T22:22:45.751Z | Checking idna v0.4.0 |
2818 | 2023-10-25T22:22:45.754Z | Checking stringprep v0.1.3 |
2819 | 2023-10-25T22:22:46.050Z | Documenting slog-dtrace v0.2.3 |
2820 | 2023-10-25T22:22:48.208Z | Checking spin v0.9.8 |
2821 | 2023-10-25T22:22:48.304Z | Checking num-integer v0.1.45 |
2822 | 2023-10-25T22:22:48.399Z | Checking hash32 v0.2.1 |
2823 | 2023-10-25T22:22:48.434Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2824 | 2023-10-25T22:22:48.732Z | Checking gimli v0.28.0 |
2825 | 2023-10-25T22:22:48.839Z | Checking colorchoice v1.0.0 |
2826 | 2023-10-25T22:22:48.975Z | Documenting quick-error v1.2.3 |
2827 | 2023-10-25T22:22:49.028Z | Checking fallible-iterator v0.2.0 |
2828 | 2023-10-25T22:22:50.007Z | Checking either v1.9.0 |
2829 | 2023-10-25T22:22:50.209Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2830 | 2023-10-25T22:22:50.306Z | Checking anstyle-query v1.0.0 |
2831 | 2023-10-25T22:22:50.461Z | Checking stable_deref_trait v1.2.0 |
2832 | 2023-10-25T22:22:50.495Z | Checking anstream v0.5.0 |
2833 | 2023-10-25T22:22:50.591Z | Checking heapless v0.7.16 |
2834 | 2023-10-25T22:22:50.608Z | Checking native-tls v0.2.11 |
2835 | 2023-10-25T22:22:50.984Z | Checking postgres-protocol v0.6.6 |
2836 | 2023-10-25T22:22:51.045Z | Checking hyper v0.14.27 |
2837 | 2023-10-25T22:22:51.060Z | Checking tokio-native-tls v0.3.1 |
2838 | 2023-10-25T22:22:51.494Z | Checking tokio-rustls v0.24.1 |
2839 | 2023-10-25T22:22:52.040Z | Checking url v2.4.1 |
2840 | 2023-10-25T22:22:52.098Z | Checking rustls-native-certs v0.6.3 |
2841 | 2023-10-25T22:22:52.326Z | Checking terminal_size v0.2.6 |
2842 | 2023-10-25T22:22:52.412Z | Checking phf_shared v0.11.2 |
2843 | 2023-10-25T22:22:52.550Z | Checking block-padding v0.3.3 |
2844 | 2023-10-25T22:22:52.845Z | Checking scheduled-thread-pool v0.2.7 |
2845 | 2023-10-25T22:22:52.875Z | Checking object v0.32.1 |
2846 | 2023-10-25T22:22:53.168Z | Checking serde_spanned v0.6.3 |
2847 | 2023-10-25T22:22:53.291Z | Checking toml_datetime v0.6.3 |
2848 | 2023-10-25T22:22:53.445Z | Checking bzip2-sys v0.1.11+1.0.8 |
2849 | 2023-10-25T22:22:53.661Z | Checking crc32fast v1.3.2 |
2850 | 2023-10-25T22:22:53.707Z | Checking clap_lex v0.5.1 |
2851 | 2023-10-25T22:22:54.020Z | Checking num_threads v0.1.6 |
2852 | 2023-10-25T22:22:54.085Z | Checking bit-vec v0.6.3 |
2853 | 2023-10-25T22:22:54.180Z | Checking matches v0.1.10 |
2854 | 2023-10-25T22:22:54.309Z | Checking deranged v0.3.8 |
2855 | 2023-10-25T22:22:54.730Z | Checking managed v0.8.0 |
2856 | 2023-10-25T22:22:55.049Z | Checking addr2line v0.21.0 |
2857 | 2023-10-25T22:22:55.232Z | Checking regex-automata v0.1.10 |
2858 | 2023-10-25T22:22:55.251Z | Documenting resolv-conf v0.7.0 |
2859 | 2023-10-25T22:22:55.831Z | Checking winnow v0.5.15 |
2860 | 2023-10-25T22:22:55.861Z | Checking rustc-demangle v0.1.23 |
2861 | 2023-10-25T22:22:56.212Z | Checking ipnet v2.8.0 |
2862 | 2023-10-25T22:22:56.578Z | Checking tap v1.0.1 |
2863 | 2023-10-25T22:22:56.833Z | Checking wyz v0.5.1 |
2864 | 2023-10-25T22:22:56.955Z | Checking bstr v0.2.17 |
2865 | 2023-10-25T22:22:57.229Z | Checking time v0.3.27 |
2866 | 2023-10-25T22:22:57.433Z | Checking smoltcp v0.9.1 |
2867 | 2023-10-25T22:22:58.306Z | Checking idna v0.2.3 |
2868 | 2023-10-25T22:22:59.813Z | Checking clap_builder v4.4.2 |
2869 | 2023-10-25T22:22:59.879Z | Checking flate2 v1.0.28 |
2870 | 2023-10-25T22:23:01.665Z | Checking toml_edit v0.19.15 |
2871 | 2023-10-25T22:23:01.684Z | Checking bzip2 v0.4.4 |
2872 | 2023-10-25T22:23:01.700Z | Checking r2d2 v0.8.10 |
2873 | 2023-10-25T22:23:01.716Z | Checking hyper-rustls v0.24.1 |
2874 | 2023-10-25T22:23:01.733Z | Checking hyper-tls v0.5.0 |
2875 | 2023-10-25T22:23:02.148Z | Checking inout v0.1.3 |
2876 | 2023-10-25T22:23:02.152Z | Checking phf v0.11.2 |
2877 | 2023-10-25T22:23:02.156Z | Checking postgres-types v0.2.6 |
2878 | 2023-10-25T22:23:02.160Z | Documenting trust-dns-resolver v0.22.0 |
2879 | 2023-10-25T22:23:02.164Z | Checking itertools v0.11.0 |
2880 | 2023-10-25T22:23:02.168Z | Checking backtrace v0.3.69 |
2881 | 2023-10-25T22:23:02.294Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2882 | 2023-10-25T22:23:03.075Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2883 | 2023-10-25T22:23:03.091Z | Checking num-bigint v0.4.4 |
2884 | 2023-10-25T22:23:04.803Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2885 | 2023-10-25T22:23:04.831Z | Checking serde_urlencoded v0.7.1 |
2886 | 2023-10-25T22:23:05.561Z | Checking phf_shared v0.10.0 |
2887 | 2023-10-25T22:23:06.008Z | Checking futures-executor v0.3.28 |
2888 | 2023-10-25T22:23:06.122Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2889 | 2023-10-25T22:23:06.446Z | Documenting pem-rfc7468 v0.7.0 |
2890 | 2023-10-25T22:23:06.758Z | Checking ipnetwork v0.20.0 |
2891 | 2023-10-25T22:23:07.304Z | Checking float-cmp v0.9.0 |
2892 | 2023-10-25T22:23:07.317Z | Checking zerocopy v0.6.4 |
2893 | 2023-10-25T22:23:07.595Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2894 | 2023-10-25T22:23:07.610Z | Documenting der_derive v0.7.2 |
2895 | 2023-10-25T22:23:08.558Z | Checking hubpack v0.1.2 |
2896 | 2023-10-25T22:23:08.619Z | Checking crossbeam-utils v0.8.16 |
2897 | 2023-10-25T22:23:09.064Z | Checking encoding_rs v0.8.33 |
2898 | 2023-10-25T22:23:09.564Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2899 | 2023-10-25T22:23:09.974Z | Checking memoffset v0.9.0 |
2900 | 2023-10-25T22:23:10.134Z | Checking radium v0.7.0 |
2901 | 2023-10-25T22:23:10.764Z | Checking whoami v1.4.1 |
2902 | 2023-10-25T22:23:11.179Z | Checking mime v0.3.17 |
2903 | 2023-10-25T22:23:11.730Z | Checking new_debug_unreachable v1.0.4 |
2904 | 2023-10-25T22:23:11.877Z | Checking difflib v0.4.0 |
2905 | 2023-10-25T22:23:12.408Z | Checking static_assertions v1.1.0 |
2906 | 2023-10-25T22:23:12.423Z | Checking normalize-line-endings v0.3.0 |
2907 | 2023-10-25T22:23:12.551Z | Checking unicode-linebreak v0.1.5 |
2908 | 2023-10-25T22:23:12.599Z | Checking precomputed-hash v0.1.1 |
2909 | 2023-10-25T22:23:12.777Z | Checking data-encoding v2.4.0 |
2910 | 2023-10-25T22:23:13.085Z | Checking fixedbitset v0.4.2 |
2911 | 2023-10-25T22:23:13.310Z | Checking smawk v0.3.1 |
2912 | 2023-10-25T22:23:13.484Z | Checking webpki-roots v0.25.2 |
2913 | 2023-10-25T22:23:13.608Z | Checking predicates-core v1.0.6 |
2914 | 2023-10-25T22:23:13.700Z | Documenting flagset v0.4.3 |
2915 | 2023-10-25T22:23:13.741Z | Checking funty v2.0.0 |
2916 | 2023-10-25T22:23:13.902Z | Checking predicates v3.0.4 |
2917 | 2023-10-25T22:23:15.077Z | Checking reqwest v0.11.20 |
2918 | 2023-10-25T22:23:15.337Z | Checking trust-dns-proto v0.22.0 |
2919 | 2023-10-25T22:23:15.515Z | Checking bitvec v1.0.1 |
2920 | 2023-10-25T22:23:15.915Z | Checking textwrap v0.16.0 |
2921 | 2023-10-25T22:23:16.299Z | Checking petgraph v0.6.4 |
2922 | 2023-10-25T22:23:16.542Z | Checking string_cache v0.8.7 |
2923 | 2023-10-25T22:23:16.991Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2924 | 2023-10-25T22:23:17.552Z | Checking tokio-postgres v0.7.10 |
2925 | 2023-10-25T22:23:18.050Z | Documenting der v0.7.8 |
2926 | 2023-10-25T22:23:21.795Z | Checking crossbeam-epoch v0.9.15 |
2927 | 2023-10-25T22:23:21.809Z | Checking diesel v2.1.1 |
2928 | 2023-10-25T22:23:22.261Z | Checking yasna v0.5.2 |
2929 | 2023-10-25T22:23:22.340Z | Checking futures v0.3.28 |
2930 | 2023-10-25T22:23:22.492Z | Checking toml v0.7.8 |
2931 | 2023-10-25T22:23:22.506Z | Checking clap v4.4.3 |
2932 | 2023-10-25T22:23:22.668Z | Checking anyhow v1.0.75 |
2933 | 2023-10-25T22:23:23.417Z | Checking cipher v0.4.4 |
2934 | 2023-10-25T22:23:23.651Z | Checking zip v0.6.6 |
2935 | 2023-10-25T22:23:23.768Z | Checking similar v2.2.1 |
2936 | 2023-10-25T22:23:23.815Z | Checking bit-set v0.5.3 |
2937 | 2023-10-25T22:23:24.067Z | Checking itertools v0.10.5 |
2938 | 2023-10-25T22:23:24.205Z | Checking num-iter v0.1.43 |
2939 | 2023-10-25T22:23:24.474Z | Checking console v0.15.7 |
2940 | 2023-10-25T22:23:24.563Z | Checking rustix v0.38.9 |
2941 | 2023-10-25T22:23:24.752Z | Checking signature v2.1.0 |
2942 | 2023-10-25T22:23:24.961Z | Checking tokio-stream v0.1.14 |
2943 | 2023-10-25T22:23:25.004Z | Checking bstr v1.6.0 |
2944 | 2023-10-25T22:23:25.115Z | Checking usdt v0.3.5 |
2945 | 2023-10-25T22:23:25.379Z | Checking hex v0.4.3 |
2946 | 2023-10-25T22:23:25.424Z | Checking semver v1.0.20 |
2947 | 2023-10-25T22:23:26.101Z | Checking slog v2.7.0 |
2948 | 2023-10-25T22:23:26.216Z | Checking lalrpop-util v0.19.12 |
2949 | 2023-10-25T22:23:26.232Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2950 | 2023-10-25T22:23:26.584Z | Documenting cancel-safe-futures v0.1.2 |
2951 | 2023-10-25T22:23:26.598Z | Documenting spki v0.7.2 |
2952 | 2023-10-25T22:23:26.670Z | Checking heck v0.3.3 |
2953 | 2023-10-25T22:23:26.904Z | Documenting hkdf v0.12.3 |
2954 | 2023-10-25T22:23:26.926Z | Documenting structopt-derive v0.4.18 |
2955 | 2023-10-25T22:23:27.898Z | Documenting keccak v0.1.4 |
2956 | 2023-10-25T22:23:27.930Z | Documenting crc-catalog v2.2.0 |
2957 | 2023-10-25T22:23:32.246Z | Documenting arc-swap v1.6.0 |
2958 | 2023-10-25T22:23:32.355Z | Documenting crc v3.0.1 |
2959 | 2023-10-25T22:23:32.921Z | Documenting pkcs8 v0.10.2 |
2960 | 2023-10-25T22:23:34.483Z | Documenting sha3 v0.10.8 |
2961 | 2023-10-25T22:23:35.015Z | Documenting structopt v0.3.26 |
2962 | 2023-10-25T22:23:35.463Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2963 | 2023-10-25T22:23:36.716Z | Documenting libefi-sys v0.1.0 |
2964 | 2023-10-25T22:23:37.865Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2965 | 2023-10-25T22:23:38.673Z | Documenting slog-scope v4.4.0 |
2966 | 2023-10-25T22:23:39.458Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2967 | 2023-10-25T22:23:39.542Z | Documenting serde_spanned v0.6.3 |
2968 | 2023-10-25T22:23:41.598Z | Documenting secrecy v0.8.0 |
2969 | 2023-10-25T22:23:41.904Z | Documenting packed_struct_codegen v0.10.1 |
2970 | 2023-10-25T22:23:43.395Z | Documenting half v1.8.2 |
2971 | 2023-10-25T22:23:44.845Z | Documenting nodrop v0.1.14 |
2972 | 2023-10-25T22:23:46.188Z | Documenting ciborium-io v0.2.1 |
2973 | 2023-10-25T22:23:47.413Z | Documenting winnow v0.5.15 |
2974 | 2023-10-25T22:23:47.818Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2975 | 2023-10-25T22:23:47.969Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2976 | 2023-10-25T22:23:49.084Z | Documenting array-init v0.0.4 |
2977 | 2023-10-25T22:23:50.018Z | Documenting packed_struct v0.10.1 |
2978 | 2023-10-25T22:23:52.169Z | Documenting ciborium-ll v0.2.1 |
2979 | 2023-10-25T22:23:53.961Z | Documenting slog-stdlog v4.1.1 |
2980 | 2023-10-25T22:23:55.640Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2981 | 2023-10-25T22:23:55.949Z | Documenting toml_edit v0.20.0 |
2982 | 2023-10-25T22:23:58.316Z | Documenting pkcs1 v0.7.5 |
2983 | 2023-10-25T22:23:59.520Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2984 | 2023-10-25T22:24:00.481Z | Documenting num-bigint-dig v0.8.4 |
2985 | 2023-10-25T22:24:02.065Z | Documenting num-rational v0.4.1 |
2986 | 2023-10-25T22:24:03.593Z | Documenting universal-hash v0.5.1 |
2987 | 2023-10-25T22:24:05.164Z | Documenting num-complex v0.4.4 |
2988 | 2023-10-25T22:24:05.252Z | Documenting filetime v0.2.22 |
2989 | 2023-10-25T22:24:09.127Z | Documenting xattr v1.0.1 |
2990 | 2023-10-25T22:24:10.261Z | Documenting opaque-debug v0.3.0 |
2991 | 2023-10-25T22:24:11.614Z | Documenting bitfield v0.14.0 |
2992 | 2023-10-25T22:24:11.941Z | Documenting termcolor v1.2.0 |
2993 | 2023-10-25T22:24:13.040Z | Documenting num v0.4.1 |
2994 | 2023-10-25T22:24:14.474Z | Documenting rsa v0.9.2 |
2995 | 2023-10-25T22:24:14.979Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2996 | 2023-10-25T22:24:15.450Z | Documenting tar v0.4.40 |
2997 | 2023-10-25T22:24:16.087Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2998 | 2023-10-25T22:24:18.484Z | Documenting env_logger v0.10.0 |
2999 | 2023-10-25T22:24:19.180Z | Documenting toml v0.8.0 |
3000 | 2023-10-25T22:24:20.476Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3001 | 2023-10-25T22:24:21.507Z | Documenting slog-envlogger v2.2.0 |
3002 | 2023-10-25T22:24:22.132Z | Documenting ciborium v0.2.1 |
3003 | 2023-10-25T22:24:25.395Z | Documenting serde-hex v0.1.0 |
3004 | 2023-10-25T22:24:25.714Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3005 | 2023-10-25T22:24:26.496Z | Documenting x509-cert v0.2.4 |
3006 | 2023-10-25T22:24:27.559Z | Documenting omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3007 | 2023-10-25T22:24:28.475Z | Documenting signal-hook v0.3.17 |
3008 | 2023-10-25T22:24:29.312Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3009 | 2023-10-25T22:24:29.802Z | Documenting pem v1.1.1 |
3010 | 2023-10-25T22:24:32.017Z | Documenting ron v0.8.1 |
3011 | 2023-10-25T22:24:34.186Z | Documenting fxhash v0.2.1 |
3012 | 2023-10-25T22:24:34.839Z | Documenting derive-where v1.2.5 |
3013 | 2023-10-25T22:24:34.875Z | Documenting crc-any v2.4.3 |
3014 | 2023-10-25T22:24:35.939Z | Documenting linear-map v1.2.0 |
3015 | 2023-10-25T22:24:39.170Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3016 | 2023-10-25T22:24:39.388Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3017 | 2023-10-25T22:24:40.311Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3018 | 2023-10-25T22:24:42.495Z | Documenting doc-comment v0.3.3 |
3019 | 2023-10-25T22:24:44.088Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3020 | 2023-10-25T22:24:45.895Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3021 | 2023-10-25T22:24:46.000Z | Documenting libsqlite3-sys v0.26.0 |
3022 | 2023-10-25T22:24:46.621Z | Documenting crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3023 | 2023-10-25T22:24:47.587Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3024 | 2023-10-25T22:24:53.101Z | Documenting hashlink v0.8.3 |
3025 | 2023-10-25T22:24:54.192Z | Documenting aead v0.5.2 |
3026 | 2023-10-25T22:24:55.457Z | Documenting snafu-derive v0.7.5 |
3027 | 2023-10-25T22:24:58.640Z | Documenting path-slash v0.1.5 |
3028 | 2023-10-25T22:24:59.866Z | Documenting same-file v1.0.6 |
3029 | 2023-10-25T22:25:00.079Z | Documenting fallible-streaming-iterator v0.1.9 |
3030 | 2023-10-25T22:25:00.248Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3031 | 2023-10-25T22:25:00.600Z | Documenting newtype_derive v0.1.6 |
3032 | 2023-10-25T22:25:02.137Z | Documenting camino-tempfile v1.0.2 |
3033 | 2023-10-25T22:25:04.481Z | Documenting rusqlite v0.29.0 |
3034 | 2023-10-25T22:25:04.854Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
3035 | 2023-10-25T22:25:06.042Z | Documenting walkdir v2.4.0 |
3036 | 2023-10-25T22:25:06.790Z | Documenting omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3037 | 2023-10-25T22:25:06.801Z | Documenting snafu v0.7.5 |
3038 | 2023-10-25T22:25:07.898Z | Documenting nix v0.26.2 |
3039 | 2023-10-25T22:25:09.314Z | Checking darling_core v0.14.4 |
3040 | 2023-10-25T22:25:12.264Z | Documenting twox-hash v1.6.3 |
3041 | 2023-10-25T22:25:12.282Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3042 | 2023-10-25T22:25:12.375Z | Documenting nibble_vec v0.1.0 |
3043 | 2023-10-25T22:25:12.995Z | Documenting endian-type v0.1.2 |
3044 | 2023-10-25T22:25:16.659Z | Documenting nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3045 | 2023-10-25T22:25:18.114Z | Checking darling v0.14.4 |
3046 | 2023-10-25T22:25:18.284Z | Documenting steno v0.4.0 |
3047 | 2023-10-25T22:25:18.462Z | Documenting crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3048 | 2023-10-25T22:25:18.554Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3049 | 2023-10-25T22:25:19.228Z | Documenting oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3050 | 2023-10-25T22:25:19.265Z | Documenting radix_trie v0.2.1 |
3051 | 2023-10-25T22:25:20.252Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3052 | 2023-10-25T22:25:21.174Z | Documenting polyval v0.6.1 |
3053 | 2023-10-25T22:25:25.780Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3054 | 2023-10-25T22:25:27.687Z | Documenting num_enum v0.7.0 |
3055 | 2023-10-25T22:25:28.338Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3056 | 2023-10-25T22:25:28.352Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3057 | 2023-10-25T22:25:28.758Z | Documenting ctr v0.9.2 |
3058 | 2023-10-25T22:25:33.724Z | Documenting aes v0.8.3 |
3059 | 2023-10-25T22:25:33.739Z | Documenting bincode v1.3.3 |
3060 | 2023-10-25T22:25:33.841Z | Documenting path-dedot v3.1.0 |
3061 | 2023-10-25T22:25:35.960Z | Checking convert_case v0.4.0 |
3062 | 2023-10-25T22:25:36.333Z | Documenting utf-8 v0.7.6 |
3063 | 2023-10-25T22:25:38.897Z | Documenting convert_case v0.4.0 |
3064 | 2023-10-25T22:25:39.910Z | Documenting path-absolutize v3.1.0 |
3065 | 2023-10-25T22:25:40.836Z | Documenting crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3066 | 2023-10-25T22:25:41.873Z | Documenting aes-gcm-siv v0.11.1 |
3067 | 2023-10-25T22:25:42.587Z | Documenting tungstenite v0.20.1 |
3068 | 2023-10-25T22:25:44.906Z | Documenting derive_more v0.99.17 |
3069 | 2023-10-25T22:25:46.018Z | Documenting oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3070 | 2023-10-25T22:25:46.212Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3071 | 2023-10-25T22:25:48.990Z | Documenting trust-dns-client v0.22.0 |
3072 | 2023-10-25T22:25:49.831Z | Documenting buf-list v1.0.3 |
3073 | 2023-10-25T22:25:52.648Z | Documenting globset v0.4.13 |
3074 | 2023-10-25T22:25:54.592Z | Documenting crossbeam-deque v0.8.3 |
3075 | 2023-10-25T22:25:57.492Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3076 | 2023-10-25T22:25:57.691Z | Documenting headers-core v0.2.0 |
3077 | 2023-10-25T22:25:58.205Z | Documenting olpc-cjson v0.1.3 |
3078 | 2023-10-25T22:25:59.481Z | Documenting serde_plain v1.0.2 |
3079 | 2023-10-25T22:26:01.132Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3080 | 2023-10-25T22:26:02.538Z | Documenting async-recursion v1.0.5 |
3081 | 2023-10-25T22:26:04.498Z | Documenting bitstruct_derive v0.1.0 |
3082 | 2023-10-25T22:26:04.501Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3083 | 2023-10-25T22:26:05.703Z | Documenting ringbuffer v0.15.0 |
3084 | 2023-10-25T22:26:06.080Z | Documenting display-error-chain v0.1.1 |
3085 | 2023-10-25T22:26:06.775Z | Documenting ascii v1.1.0 |
3086 | 2023-10-25T22:26:09.715Z | Documenting tough v0.12.5 |
3087 | 2023-10-25T22:26:10.548Z | Documenting headers v0.3.9 |
3088 | 2023-10-25T22:26:10.673Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3089 | 2023-10-25T22:26:11.224Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3090 | 2023-10-25T22:26:12.134Z | Documenting trust-dns-server v0.22.1 |
3091 | 2023-10-25T22:26:12.417Z | Documenting bitstruct v0.1.1 |
3092 | 2023-10-25T22:26:13.813Z | Documenting crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3093 | 2023-10-25T22:26:16.513Z | Documenting rayon-core v1.11.0 |
3094 | 2023-10-25T22:26:17.205Z | Documenting tokio-tungstenite v0.20.1 |
3095 | 2023-10-25T22:26:22.989Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3096 | 2023-10-25T22:26:23.128Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3097 | 2023-10-25T22:26:23.170Z | Checking derive_builder_core v0.12.0 |
3098 | 2023-10-25T22:26:23.226Z | Documenting derive_builder_core v0.12.0 |
3099 | 2023-10-25T22:26:23.879Z | Documenting sled v0.34.7 |
3100 | 2023-10-25T22:26:24.283Z | Documenting signal-hook-mio v0.2.3 |
3101 | 2023-10-25T22:26:24.392Z | Documenting erased-serde v0.3.30 |
3102 | 2023-10-25T22:26:28.368Z | Documenting unicase v2.7.0 |
3103 | 2023-10-25T22:26:28.923Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3104 | 2023-10-25T22:26:29.362Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3105 | 2023-10-25T22:26:30.253Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3106 | 2023-10-25T22:26:30.539Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3107 | 2023-10-25T22:26:30.605Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3108 | 2023-10-25T22:26:30.952Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3109 | 2023-10-25T22:26:31.056Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3110 | 2023-10-25T22:26:32.401Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3111 | 2023-10-25T22:26:32.605Z | Documenting serde_arrays v0.1.0 |
3112 | 2023-10-25T22:26:33.061Z | Documenting ff v0.13.0 |
3113 | 2023-10-25T22:26:33.223Z | Documenting pretty-hex v0.3.0 |
3114 | 2023-10-25T22:26:34.114Z | Documenting mime_guess v2.0.4 |
3115 | 2023-10-25T22:26:37.560Z | Documenting derive_builder_macro v0.12.0 |
3116 | 2023-10-25T22:26:37.990Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3117 | 2023-10-25T22:26:39.357Z | Documenting crossterm v0.27.0 |
3118 | 2023-10-25T22:26:39.640Z | Documenting group v0.13.0 |
3119 | 2023-10-25T22:26:40.743Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3120 | 2023-10-25T22:26:44.808Z | Documenting rayon v1.7.0 |
3121 | 2023-10-25T22:26:46.126Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3122 | 2023-10-25T22:26:49.397Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3123 | 2023-10-25T22:26:53.893Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3124 | 2023-10-25T22:26:57.866Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3125 | 2023-10-25T22:27:01.981Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3126 | 2023-10-25T22:27:06.126Z | Documenting portable-atomic v1.4.3 |
3127 | 2023-10-25T22:27:07.081Z | Documenting ed25519 v1.5.3 |
3128 | 2023-10-25T22:27:08.277Z | Documenting bcs v0.1.6 |
3129 | 2023-10-25T22:27:11.241Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3130 | 2023-10-25T22:27:11.888Z | Documenting crypto-bigint v0.5.2 |
3131 | 2023-10-25T22:27:13.445Z | Documenting curve25519-dalek-derive v0.1.0 |
3132 | 2023-10-25T22:27:13.553Z | Documenting ref-cast-impl v1.0.20 |
3133 | 2023-10-25T22:27:13.648Z | Documenting thiserror-impl-no-std v2.0.2 |
3134 | 2023-10-25T22:27:15.337Z | Documenting vte_generate_state_changes v0.1.1 |
3135 | 2023-10-25T22:27:21.764Z | Checking unicode-xid v0.2.4 |
3136 | 2023-10-25T22:27:21.824Z | Documenting unicode-xid v0.2.4 |
3137 | 2023-10-25T22:27:21.871Z | Documenting number_prefix v0.4.0 |
3138 | 2023-10-25T22:27:21.909Z | Documenting cassowary v0.3.0 |
3139 | 2023-10-25T22:27:21.963Z | Documenting highway v1.1.0 |
3140 | 2023-10-25T22:27:21.984Z | Documenting base16ct v0.2.0 |
3141 | 2023-10-25T22:27:22.338Z | Documenting thiserror-no-std v2.0.2 |
3142 | 2023-10-25T22:27:25.064Z | Documenting const_format_proc_macros v0.2.31 |
3143 | 2023-10-25T22:27:26.230Z | Documenting elliptic-curve v0.13.5 |
3144 | 2023-10-25T22:27:26.505Z | Documenting vte v0.11.1 |
3145 | 2023-10-25T22:27:27.558Z | Documenting indicatif v0.17.7 |
3146 | 2023-10-25T22:27:27.727Z | Documenting ratatui v0.23.0 |
3147 | 2023-10-25T22:27:28.458Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3148 | 2023-10-25T22:27:31.901Z | Documenting ref-cast v1.0.20 |
3149 | 2023-10-25T22:27:32.976Z | Documenting curve25519-dalek v4.1.0 |
3150 | 2023-10-25T22:27:35.077Z | Documenting salty v0.2.0 |
3151 | 2023-10-25T22:27:35.796Z | Documenting derive_builder v0.12.0 |
3152 | 2023-10-25T22:27:36.477Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3153 | 2023-10-25T22:27:37.054Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3154 | 2023-10-25T22:27:39.219Z | Documenting polar-core v0.26.4 |
3155 | 2023-10-25T22:27:41.717Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3156 | 2023-10-25T22:27:41.842Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3157 | 2023-10-25T22:27:43.990Z | Documenting libxml v0.3.3 |
3158 | 2023-10-25T22:27:48.514Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3159 | 2023-10-25T22:27:48.578Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3160 | 2023-10-25T22:27:53.670Z | Documenting poly1305 v0.8.0 |
3161 | 2023-10-25T22:27:54.684Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3162 | 2023-10-25T22:27:57.700Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3163 | 2023-10-25T22:27:59.977Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3164 | 2023-10-25T22:28:01.228Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3165 | 2023-10-25T22:28:01.516Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3166 | 2023-10-25T22:28:01.939Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3167 | 2023-10-25T22:28:02.009Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3168 | 2023-10-25T22:28:09.844Z | Documenting dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3169 | 2023-10-25T22:28:11.369Z | Documenting chacha20 v0.9.1 |
3170 | 2023-10-25T22:28:12.537Z | Documenting bb8 v0.8.1 |
3171 | 2023-10-25T22:28:15.559Z | Documenting serde-big-array v0.5.1 |
3172 | 2023-10-25T22:28:18.640Z | Documenting quick-xml v0.23.1 |
3173 | 2023-10-25T22:28:19.145Z | Documenting bytesize v1.3.0 |
3174 | 2023-10-25T22:28:20.283Z | Documenting impl-trait-for-tuples v0.2.2 |
3175 | 2023-10-25T22:28:22.017Z | Documenting oso-derive v0.26.4 |
3176 | 2023-10-25T22:28:22.826Z | Documenting rtoolbox v0.0.1 |
3177 | 2023-10-25T22:28:25.641Z | Documenting fs-err v2.9.0 |
3178 | 2023-10-25T22:28:26.178Z | Documenting humantime v2.1.0 |
3179 | 2023-10-25T22:28:26.500Z | Documenting maplit v1.0.2 |
3180 | 2023-10-25T22:28:27.085Z | Documenting internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3181 | 2023-10-25T22:28:27.485Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3182 | 2023-10-25T22:28:28.877Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3183 | 2023-10-25T22:28:29.107Z | Documenting rpassword v7.2.0 |
3184 | 2023-10-25T22:28:32.099Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3185 | 2023-10-25T22:28:32.424Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3186 | 2023-10-25T22:28:32.759Z | Documenting oso v0.26.4 |
3187 | 2023-10-25T22:28:35.505Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
3188 | 2023-10-25T22:28:41.003Z | Documenting chacha20poly1305 v0.10.1 |
3189 | 2023-10-25T22:28:47.656Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3190 | 2023-10-25T22:28:48.024Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3191 | 2023-10-25T22:28:50.649Z | Documenting vsss-rs v3.3.1 |
3192 | 2023-10-25T22:28:55.246Z | Documenting tui-tree-widget v0.13.0 |
3193 | 2023-10-25T22:28:55.689Z | Documenting strip-ansi-escapes v0.2.0 |
3194 | 2023-10-25T22:28:56.448Z | Documenting const_format v0.2.31 |
3195 | 2023-10-25T22:28:58.144Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3196 | 2023-10-25T22:29:01.187Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3197 | 2023-10-25T22:29:01.536Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3198 | 2023-10-25T22:29:01.704Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3199 | 2023-10-25T22:29:07.364Z | Documenting cookie v0.16.2 |
3200 | 2023-10-25T22:29:07.382Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
3201 | 2023-10-25T22:29:08.305Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3202 | 2023-10-25T22:29:11.772Z | Documenting rcgen v0.10.0 |
3203 | 2023-10-25T22:29:13.668Z | Documenting signal-hook-tokio v0.3.1 |
3204 | 2023-10-25T22:29:14.397Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3205 | 2023-10-25T22:29:17.783Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3206 | 2023-10-25T22:29:17.846Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3207 | 2023-10-25T22:29:18.353Z | Documenting atomicwrites v0.4.2 |
3208 | 2023-10-25T22:29:18.841Z | Documenting fd-lock v3.0.13 |
3209 | 2023-10-25T22:29:21.256Z | Documenting subprocess v0.2.9 |
3210 | 2023-10-25T22:29:21.585Z | Documenting nu-ansi-term v0.49.0 |
3211 | 2023-10-25T22:29:22.425Z | Documenting shell-words v1.1.0 |
3212 | 2023-10-25T22:29:25.511Z | Documenting owo-colors v3.5.0 |
3213 | 2023-10-25T22:29:25.809Z | Documenting corncobs v0.1.3 |
3214 | 2023-10-25T22:29:27.899Z | Documenting bit_field v0.10.2 |
3215 | 2023-10-25T22:29:28.280Z | Documenting http-range v0.1.5 |
3216 | 2023-10-25T22:29:28.639Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3217 | 2023-10-25T22:29:30.104Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3218 | 2023-10-25T22:29:32.169Z | Documenting propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3219 | 2023-10-25T22:29:33.301Z | Documenting reedline v0.23.0 |
3220 | 2023-10-25T22:29:34.253Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3221 | 2023-10-25T22:29:34.501Z | Documenting hyper-staticfile v0.9.5 |
3222 | 2023-10-25T22:29:36.936Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3223 | 2023-10-25T22:29:41.548Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3224 | 2023-10-25T22:29:44.481Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3225 | 2023-10-25T22:29:44.551Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3226 | 2023-10-25T22:29:46.872Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3227 | 2023-10-25T22:29:58.019Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3228 | 2023-10-25T22:29:59.379Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3229 | 2023-10-25T22:30:05.161Z | Documenting fatfs v0.3.6 |
3230 | 2023-10-25T22:30:11.886Z | Documenting cargo-platform v0.1.3 |
3231 | 2023-10-25T22:30:13.741Z | Documenting nanorand v0.7.0 |
3232 | 2023-10-25T22:30:15.423Z | Documenting assert_matches v1.5.0 |
3233 | 2023-10-25T22:30:16.904Z | Documenting glob v0.3.1 |
3234 | 2023-10-25T22:30:18.242Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3235 | 2023-10-25T22:30:18.784Z | Documenting cargo_metadata v0.18.0 |
3236 | 2023-10-25T22:30:19.686Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3237 | 2023-10-25T22:30:20.249Z | Documenting flume v0.11.0 |
3238 | 2023-10-25T22:30:20.760Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3239 | 2023-10-25T22:30:21.790Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3240 | 2023-10-25T22:30:23.210Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3241 | 2023-10-25T22:30:26.623Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3242 | 2023-10-25T22:30:27.388Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3243 | 2023-10-25T22:30:29.171Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3244 | 2023-10-25T22:30:30.576Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3245 | 2023-10-25T22:30:33.566Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3246 | 2023-10-25T22:30:40.719Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3247 | 2023-10-25T22:30:53.168Z | Documenting omicron-zone-package v0.8.3 |
3248 | 2023-10-25T22:31:03.404Z | Documenting cargo_toml v0.16.3 |
3249 | 2023-10-25T22:31:03.412Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3250 | 2023-10-25T22:31:04.386Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3251 | 2023-10-25T22:31:04.763Z | Documenting termios v0.3.3 |
3252 | 2023-10-25T22:31:05.569Z | Documenting topological-sort v0.2.2 |
3253 | 2023-10-25T22:31:10.006Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3254 | 2023-10-25T22:31:10.910Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3255 | 2023-10-25T22:31:11.160Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3256 | 2023-10-25T22:31:11.469Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3257 | 2023-10-25T22:31:12.486Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3258 | 2023-10-25T22:31:21.542Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3259 | 2023-10-25T22:31:41.576Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3260 | 2023-10-25T22:31:48.716Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3261 | 2023-10-25T22:31:58.237Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3262 | 2023-10-25T22:32:01.606Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3263 | 2023-10-25T22:32:09.549Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3264 | 2023-10-25T22:32:13.572Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3265 | 2023-10-25T22:32:17.003Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3266 | 2023-10-25T22:32:19.668Z | warning: unresolved link to `ExtractedArtifactDataHandle` |
3267 | 2023-10-25T22:32:19.672Z | --> wicketd/src/artifacts/extracted_artifacts.rs:172:46 |
3268 | 2023-10-25T22:32:19.675Z | | |
3269 | 2023-10-25T22:32:19.679Z | 172 | /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3270 | 2023-10-25T22:32:19.683Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this link resolves to the struct `ExtractedArtifactDataHandle`, which is not in the value namespace |
3271 | 2023-10-25T22:32:19.686Z | | |
3272 | 2023-10-25T22:32:19.690Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3273 | 2023-10-25T22:32:19.693Z | help: to link to the struct, prefix with `struct@` |
3274 | 2023-10-25T22:32:19.696Z | | |
3275 | 2023-10-25T22:32:19.699Z | 172 - /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3276 | 2023-10-25T22:32:19.702Z | 172 + /// persist the temporary file into an [`struct@ExtractedArtifactDataHandle`]. |
3277 | 2023-10-25T22:32:19.705Z | | |
3278 | 2023-10-25T22:32:19.708Z | |
3279 | 2023-10-25T22:32:22.450Z | warning: `wicketd` (lib doc) generated 1 warning |
3280 | 2023-10-25T22:32:57.260Z | warning: unresolved link to `Driver::status` |
3281 | 2023-10-25T22:32:57.265Z | --> nexus/src/app/background/common.rs:180:34 |
3282 | 2023-10-25T22:32:57.269Z | | |
3283 | 2023-10-25T22:32:57.272Z | 180 | /// [`Driver::activate()`] and [`Driver::status()`] to identify the task. |
3284 | 2023-10-25T22:32:57.306Z | | ^^^^^^^^^^^^^^^^ the struct `Driver` has no function named `status` |
3285 | 2023-10-25T22:32:57.340Z | | |
3286 | 2023-10-25T22:32:57.343Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3287 | 2023-10-25T22:32:57.351Z | |
3288 | 2023-10-25T22:32:57.354Z | warning: unresolved link to `Driver::status` |
3289 | 2023-10-25T22:32:57.357Z | --> nexus/src/app/background/common.rs:280:30 |
3290 | 2023-10-25T22:32:57.359Z | | |
3291 | 2023-10-25T22:32:57.362Z | 280 | /// tasks. You'd call [`Driver::status()`] with each of the items produced |
3292 | 2023-10-25T22:32:57.365Z | | ^^^^^^^^^^^^^^^^ the struct `Driver` has no function named `status` |
3293 | 2023-10-25T22:32:57.368Z | |
3294 | 2023-10-25T22:33:00.226Z | warning: `omicron-nexus` (lib doc) generated 2 warnings |
3295 | 2023-10-25T22:33:29.013Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 33s |
3296 | 2023-10-25T22:33:29.130Z | |
3297 | 2023-10-25T22:33:29.133Z | real 16:33.295275187 |
3298 | 2023-10-25T22:33:29.136Z | user 59:19.615304810 |
3299 | 2023-10-25T22:33:29.139Z | sys 1:03:13.575326891 |
3300 | 2023-10-25T22:33:29.143Z | trap 2.106099448 |
3301 | 2023-10-25T22:33:29.146Z | tflt 0.116854117 |
3302 | 2023-10-25T22:33:29.148Z | dflt 0.639496616 |
3303 | 2023-10-25T22:33:29.152Z | kflt 0.000272683 |
3304 | 2023-10-25T22:33:29.155Z | lock 3:06:50.376063879 |
3305 | 2023-10-25T22:33:29.157Z | slp 4:23:48.872929150 |
3306 | 2023-10-25T22:33:29.160Z | lat 6:07.105769640 |
3307 | 2023-10-25T22:33:29.164Z | stop 2:15.790491941 |
3308 | 2023-10-25T22:33:29.166Z | process exited: duration 2001221 ms, exit code 0 |
|
3309 | 2023-10-25T22:33:29.172Z | found 0 output files |