|
|
|
1 | 2023-11-18T00:18:22.694Z | job assigned to worker 01HFFWJQE4VBMG4JBD33M2Z93J (queued for 1 m 52 s) |
|
2 | 2023-11-18T00:18:23.042Z | starting task 0: "setup" |
3 | 2023-11-18T00:18:23.391Z | ++ uname -s |
4 | 2023-11-18T00:18:23.394Z | + kern=SunOS |
5 | 2023-11-18T00:18:23.396Z | + case "$kern" in |
6 | 2023-11-18T00:18:23.400Z | + groupadd -g 12345 build |
7 | 2023-11-18T00:18:23.402Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-18T00:18:25.410Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-18T00:18:25.551Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-18T00:18:25.556Z | + home_fs=zfs |
11 | 2023-11-18T00:18:25.562Z | + [[ zfs == autofs ]] |
12 | 2023-11-18T00:18:25.569Z | + mkdir -p /home/build |
13 | 2023-11-18T00:18:25.575Z | + chown build:build /home/build /work |
14 | 2023-11-18T00:18:27.557Z | + chmod 0700 /home/build /work |
15 | 2023-11-18T00:18:27.565Z | process exited: duration 4516 ms, exit code 0 |
|
16 | 2023-11-18T00:18:27.582Z | starting task 1: "rust-toolchain" |
17 | 2023-11-18T00:18:27.597Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-18T00:18:27.603Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-18T00:18:27.822Z | info: downloading installer |
20 | 2023-11-18T00:18:31.626Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-18T00:18:31.648Z | warning: /opt/ooce/bin |
22 | 2023-11-18T00:18:31.661Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-18T00:18:31.673Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-18T00:18:31.690Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-18T00:18:31.703Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-18T00:18:31.710Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-18T00:18:31.723Z | error: cannot install while Rust is installed |
28 | 2023-11-18T00:18:31.731Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-18T00:18:31.982Z | info: profile set to 'default' |
30 | 2023-11-18T00:18:31.987Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-18T00:18:31.990Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-18T00:18:32.148Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-18T00:18:32.152Z | info: downloading component 'cargo' |
34 | 2023-11-18T00:18:32.831Z | info: downloading component 'clippy' |
35 | 2023-11-18T00:18:33.073Z | info: downloading component 'rust-docs' |
36 | 2023-11-18T00:18:33.932Z | info: downloading component 'rust-std' |
37 | 2023-11-18T00:18:35.562Z | info: downloading component 'rustc' |
38 | 2023-11-18T00:18:39.272Z | info: downloading component 'rustfmt' |
39 | 2023-11-18T00:18:39.546Z | info: installing component 'cargo' |
40 | 2023-11-18T00:18:41.891Z | info: installing component 'clippy' |
41 | 2023-11-18T00:18:43.126Z | info: installing component 'rust-docs' |
42 | 2023-11-18T00:18:45.999Z | info: installing component 'rust-std' |
43 | 2023-11-18T00:18:50.741Z | info: installing component 'rustc' |
44 | 2023-11-18T00:19:02.489Z | info: installing component 'rustfmt' |
45 | 2023-11-18T00:19:03.236Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-18T00:19:03.240Z | |
47 | 2023-11-18T00:19:03.370Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-18T00:19:03.373Z | |
49 | 2023-11-18T00:19:03.377Z | |
50 | 2023-11-18T00:19:03.382Z | Rust is installed now. Great! |
51 | 2023-11-18T00:19:03.386Z | |
52 | 2023-11-18T00:19:03.391Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-18T00:19:03.397Z | environment variable. This has not been done automatically. |
54 | 2023-11-18T00:19:03.403Z | |
55 | 2023-11-18T00:19:03.406Z | To configure your current shell, run: |
56 | 2023-11-18T00:19:03.409Z | source "$HOME/.cargo/env" |
57 | 2023-11-18T00:19:03.458Z | + rustc --version |
58 | 2023-11-18T00:19:03.570Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-18T00:19:03.575Z | process exited: duration 35990 ms, exit code 0 |
|
60 | 2023-11-18T00:19:03.586Z | starting task 2: "authentication" |
61 | 2023-11-18T00:19:03.632Z | process exited: duration 41 ms, exit code 0 |
|
62 | 2023-11-18T00:19:03.639Z | starting task 3: "clone repository" |
63 | 2023-11-18T00:19:03.653Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-18T00:19:03.661Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-18T00:19:03.812Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-18T00:19:10.987Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-18T00:19:10.997Z | + [[ -n nat_rpw ]] |
68 | 2023-11-18T00:19:11.016Z | + git fetch origin nat_rpw |
69 | 2023-11-18T00:19:11.019Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-18T00:19:11.022Z | * branch nat_rpw -> FETCH_HEAD |
71 | 2023-11-18T00:19:11.027Z | + git checkout -B nat_rpw remotes/origin/nat_rpw |
72 | 2023-11-18T00:19:11.059Z | Switched to a new branch 'nat_rpw' |
73 | 2023-11-18T00:19:11.065Z | branch 'nat_rpw' set up to track 'origin/nat_rpw'. |
74 | 2023-11-18T00:19:11.069Z | + git reset --hard eff1828a3aab6f320227c2f822231217790733c5 |
75 | 2023-11-18T00:19:11.081Z | HEAD is now at eff1828a bump dendrite and schema |
76 | 2023-11-18T00:19:11.084Z | process exited: duration 7440 ms, exit code 0 |
|
77 | 2023-11-18T00:19:11.092Z | starting task 4: "build" |
78 | 2023-11-18T00:19:11.104Z | + cargo --version |
79 | 2023-11-18T00:19:11.129Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-18T00:19:11.369Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-18T00:19:11.373Z | info: downloading component 'cargo' |
82 | 2023-11-18T00:19:12.107Z | info: downloading component 'clippy' |
83 | 2023-11-18T00:19:12.461Z | info: downloading component 'rust-docs' |
84 | 2023-11-18T00:19:13.378Z | info: downloading component 'rust-std' |
85 | 2023-11-18T00:19:14.981Z | info: downloading component 'rustc' |
86 | 2023-11-18T00:19:19.475Z | info: downloading component 'rustfmt' |
87 | 2023-11-18T00:19:19.766Z | info: installing component 'cargo' |
88 | 2023-11-18T00:19:20.956Z | info: installing component 'clippy' |
89 | 2023-11-18T00:19:21.462Z | info: installing component 'rust-docs' |
90 | 2023-11-18T00:19:24.188Z | info: installing component 'rust-std' |
91 | 2023-11-18T00:19:26.725Z | info: installing component 'rustc' |
92 | 2023-11-18T00:19:32.880Z | info: installing component 'rustfmt' |
93 | 2023-11-18T00:19:33.522Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-18T00:19:33.525Z | + rustc --version |
95 | 2023-11-18T00:19:33.537Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-18T00:19:33.545Z | + source ./env.sh |
97 | 2023-11-18T00:19:33.559Z | ++ set -o xtrace |
98 | 2023-11-18T00:19:34.432Z | ++++ dirname ./env.sh |
99 | 2023-11-18T00:19:34.445Z | +++ cd . |
100 | 2023-11-18T00:19:34.458Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-11-18T00:19:34.470Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-11-18T00:19:34.492Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2023-11-18T00:19:34.504Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2023-11-18T00:19:34.517Z | ++ 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 |
105 | 2023-11-18T00:19:34.523Z | ++ 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 |
106 | 2023-11-18T00:19:34.532Z | ++ 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 |
107 | 2023-11-18T00:19:34.544Z | ++ 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 |
108 | 2023-11-18T00:19:34.550Z | ++ 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 |
109 | 2023-11-18T00:19:34.564Z | ++ 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 |
110 | 2023-11-18T00:19:34.568Z | ++ unset OMICRON_WS |
111 | 2023-11-18T00:19:34.571Z | ++ set +o xtrace |
112 | 2023-11-18T00:19:34.579Z | |
113 | 2023-11-18T00:19:34.589Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-11-18T00:19:34.593Z | # # # # # # # # # # # # # # # |
115 | 2023-11-18T00:19:34.596Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-11-18T00:19:34.599Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-11-18T00:19:34.603Z | # # # # # # # # # # # # # # # |
118 | 2023-11-18T00:19:34.606Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-11-18T00:19:34.609Z | |
120 | 2023-11-18T00:19:45.161Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-11-18T00:19:46.229Z | Startup: Caching catalogs ... Done |
122 | 2023-11-18T00:19:51.528Z | Planning: Solver setup ... Done (4.957s) |
123 | 2023-11-18T00:19:51.655Z | Planning: Running solver ... Done (0.127s) |
124 | 2023-11-18T00:19:51.711Z | Planning: Finding local manifests ... Done (0.003s) |
125 | 2023-11-18T00:19:51.726Z | Planning: Fetching manifests: 0/4 0% complete |
126 | 2023-11-18T00:19:51.956Z | Planning: Fetching manifests: 4/4 100% complete |
127 | 2023-11-18T00:19:52.039Z | Planning: Package planning ... Done (0.083s) |
128 | 2023-11-18T00:19:52.124Z | Planning: Merging actions ... Done (0.086s) |
129 | 2023-11-18T00:19:52.819Z | Planning: Checking for conflicting actions ... Done (0.695s) |
130 | 2023-11-18T00:19:52.836Z | Planning: Consolidating action changes ... Done (0.017s) |
131 | 2023-11-18T00:19:57.893Z | Planning: Evaluating mediators ... Done (5.057s) |
132 | 2023-11-18T00:19:57.909Z | Planning: Planning completed in 11.62 seconds |
133 | 2023-11-18T00:19:57.932Z | Packages to install: 4 |
134 | 2023-11-18T00:19:57.935Z | Mediators to change: 2 |
135 | 2023-11-18T00:19:57.938Z | Services to change: 1 |
136 | 2023-11-18T00:19:57.941Z | Estimated space available: 148.90 GB |
137 | 2023-11-18T00:19:57.944Z | Estimated space to be consumed: 1.37 GB |
138 | 2023-11-18T00:19:57.948Z | Create boot environment: No |
139 | 2023-11-18T00:19:57.951Z | Create backup boot environment: No |
140 | 2023-11-18T00:19:57.954Z | Rebuild boot archive: No |
141 | 2023-11-18T00:19:57.957Z | |
142 | 2023-11-18T00:19:57.959Z | Changed mediators: |
143 | 2023-11-18T00:19:57.962Z | mediator clang: |
144 | 2023-11-18T00:19:57.965Z | version: None -> 15 (system default) |
145 | 2023-11-18T00:19:57.968Z | |
146 | 2023-11-18T00:19:57.971Z | mediator llvm: |
147 | 2023-11-18T00:19:57.973Z | version: 14 (system default) -> 15 (system default) |
148 | 2023-11-18T00:19:57.976Z | |
149 | 2023-11-18T00:19:57.979Z | Changed packages: |
150 | 2023-11-18T00:19:57.981Z | helios-dev |
151 | 2023-11-18T00:19:57.984Z | developer/build-essential |
152 | 2023-11-18T00:19:57.987Z | None -> 11-2.0 |
153 | 2023-11-18T00:19:57.990Z | library/libxmlsec1 |
154 | 2023-11-18T00:19:57.992Z | None -> 1.2.35-2.0 |
155 | 2023-11-18T00:19:57.995Z | ooce/developer/clang-15 |
156 | 2023-11-18T00:19:57.999Z | None -> 15.0.7-2.0 |
157 | 2023-11-18T00:19:58.002Z | ooce/developer/llvm-15 |
158 | 2023-11-18T00:19:58.004Z | None -> 15.0.7-2.0 |
159 | 2023-11-18T00:19:58.007Z | |
160 | 2023-11-18T00:19:58.010Z | Services: |
161 | 2023-11-18T00:19:58.013Z | restart_fmri: |
162 | 2023-11-18T00:19:58.016Z | svc:/system/update-man-index:default |
163 | 2023-11-18T00:19:58.315Z | |
164 | 2023-11-18T00:19:58.318Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
165 | 2023-11-18T00:20:03.319Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (17.2M/s) |
166 | 2023-11-18T00:20:08.319Z | Download: 2270/3290 items 119.5/212.6MB 56% complete (12.2M/s) |
167 | 2023-11-18T00:20:13.319Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (12.0M/s) |
168 | 2023-11-18T00:20:16.273Z | Download: Completed 212.60 MB in 17.96 seconds (11.8M/s) |
169 | 2023-11-18T00:20:16.513Z | Actions: 1/3687 actions (Installing new actions) |
170 | 2023-11-18T00:20:21.549Z | Actions: 3133/3687 actions (Installing new actions) |
171 | 2023-11-18T00:20:24.872Z | Actions: Completed 3687 actions in 8.36 seconds. |
172 | 2023-11-18T00:20:25.051Z | Done (0.168s) |
173 | 2023-11-18T00:20:25.479Z | Done (0.000s) |
174 | 2023-11-18T00:20:25.491Z | Done (0.223s) |
175 | 2023-11-18T00:20:33.636Z | Done (8.250s) |
176 | 2023-11-18T00:20:34.043Z | Done (0.312s) |
177 | 2023-11-18T00:20:34.051Z | Done (0.000s) |
178 | 2023-11-18T00:20:34.295Z | Done (0.000s) |
179 | 2023-11-18T00:20:34.993Z | Planning: Evaluating mediator changes ... Done |
180 | 2023-11-18T00:20:35.478Z | Planning: Checking for conflicting actions ... Done |
181 | 2023-11-18T00:20:35.486Z | Planning: Consolidating action changes ... Done |
182 | 2023-11-18T00:20:35.696Z | Planning: Evaluating mediators ... Done |
183 | 2023-11-18T00:20:35.709Z | Planning: Planning completed in 0.70 seconds |
184 | 2023-11-18T00:20:35.744Z | Mediators to change: 2 |
185 | 2023-11-18T00:20:35.747Z | Create boot environment: No |
186 | 2023-11-18T00:20:35.751Z | Create backup boot environment: No |
187 | 2023-11-18T00:20:35.841Z | Done |
188 | 2023-11-18T00:20:35.844Z | Done |
189 | 2023-11-18T00:20:35.979Z | Done |
190 | 2023-11-18T00:20:41.860Z | Done |
191 | 2023-11-18T00:20:41.988Z | Done |
192 | 2023-11-18T00:20:42.010Z | Done |
193 | 2023-11-18T00:20:42.111Z | Done |
194 | 2023-11-18T00:20:43.142Z | Planning: Evaluating mediator changes ... Done |
195 | 2023-11-18T00:20:43.190Z | Planning: Merging actions ... Done |
196 | 2023-11-18T00:20:43.468Z | Planning: Checking for conflicting actions ... Done |
197 | 2023-11-18T00:20:43.479Z | Planning: Consolidating action changes ... Done |
198 | 2023-11-18T00:20:43.913Z | Planning: Evaluating mediators ... Done |
199 | 2023-11-18T00:20:49.711Z | Planning: Planning completed in 1.32 seconds |
200 | 2023-11-18T00:20:49.841Z | Packages to change: 1 |
201 | 2023-11-18T00:20:49.972Z | Mediators to change: 1 |
202 | 2023-11-18T00:20:49.994Z | Services to change: 1 |
203 | 2023-11-18T00:20:50.014Z | Create boot environment: No |
204 | 2023-11-18T00:20:50.023Z | Create backup boot environment: Yes |
205 | 2023-11-18T00:20:50.456Z | Actions: 1/6 actions (Updating modified actions) |
206 | 2023-11-18T00:20:50.529Z | Actions: Completed 6 actions in 0.00 seconds. |
207 | 2023-11-18T00:20:50.556Z | Done |
208 | 2023-11-18T00:20:50.592Z | Done |
209 | 2023-11-18T00:20:50.642Z | Done |
210 | 2023-11-18T00:20:52.276Z | Done |
211 | 2023-11-18T00:20:52.384Z | Done |
212 | 2023-11-18T00:20:52.388Z | Done |
213 | 2023-11-18T00:20:52.512Z | Done |
214 | 2023-11-18T00:20:53.199Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
215 | 2023-11-18T00:20:53.202Z | clang system 15 system |
216 | 2023-11-18T00:20:53.205Z | csh system system illumos |
217 | 2023-11-18T00:20:53.208Z | ctags system system illumos |
218 | 2023-11-18T00:20:53.211Z | gcc vendor 12 vendor |
219 | 2023-11-18T00:20:53.213Z | gcc system 10 system |
220 | 2023-11-18T00:20:53.217Z | gcc system 7 system |
221 | 2023-11-18T00:20:53.219Z | go system 1.20 system |
222 | 2023-11-18T00:20:53.222Z | go system 1.19 system |
223 | 2023-11-18T00:20:53.225Z | llvm system 15 system |
224 | 2023-11-18T00:20:53.228Z | llvm system 14 system |
225 | 2023-11-18T00:20:53.231Z | mariadb system 10.6 system |
226 | 2023-11-18T00:20:53.234Z | mta vendor vendor dma |
227 | 2023-11-18T00:20:53.237Z | openjdk system 17 system |
228 | 2023-11-18T00:20:53.239Z | openjdk system 11 system |
229 | 2023-11-18T00:20:53.243Z | openjdk system 1.8 system |
230 | 2023-11-18T00:20:53.246Z | openssl vendor 3 vendor |
231 | 2023-11-18T00:20:53.249Z | perl system 5.36 system |
232 | 2023-11-18T00:20:53.252Z | postgresql system 15 system |
233 | 2023-11-18T00:20:53.255Z | postgresql system 13 system |
234 | 2023-11-18T00:20:53.257Z | python vendor 3 vendor |
235 | 2023-11-18T00:20:53.260Z | python system 2 system |
236 | 2023-11-18T00:20:53.263Z | python3 system 3.11 system |
237 | 2023-11-18T00:20:53.267Z | ruby system 3.0 system |
238 | 2023-11-18T00:20:53.270Z | words vendor vendor american-english |
239 | 2023-11-18T00:20:53.273Z | words system system australian-english |
240 | 2023-11-18T00:20:53.276Z | words system system british-english |
241 | 2023-11-18T00:20:53.279Z | words system system canadian-english |
242 | 2023-11-18T00:20:53.283Z | words system system french |
243 | 2023-11-18T00:20:53.285Z | words system system italian |
244 | 2023-11-18T00:20:53.288Z | words system system ngerman |
245 | 2023-11-18T00:20:53.291Z | words system system ogerman |
246 | 2023-11-18T00:20:53.294Z | words system system spanish |
247 | 2023-11-18T00:20:53.776Z | FMRI IFO |
248 | 2023-11-18T00:20:53.790Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
249 | 2023-11-18T00:20:53.804Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
250 | 2023-11-18T00:20:53.816Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
251 | 2023-11-18T00:20:53.834Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
252 | 2023-11-18T00:20:53.856Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
253 | 2023-11-18T00:20:53.931Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
254 | 2023-11-18T00:20:53.956Z | + set -o errexit |
255 | 2023-11-18T00:20:53.975Z | +++ dirname ./tools/ci_download_cockroachdb |
256 | 2023-11-18T00:20:53.989Z | ++ cd ./tools |
257 | 2023-11-18T00:20:54.003Z | ++ pwd |
258 | 2023-11-18T00:20:54.008Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
259 | 2023-11-18T00:20:54.012Z | ++ basename ./tools/ci_download_cockroachdb |
260 | 2023-11-18T00:20:54.015Z | + ARG0=ci_download_cockroachdb |
261 | 2023-11-18T00:20:54.019Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
262 | 2023-11-18T00:20:54.023Z | + CIDL_VERSION=v22.1.9 |
263 | 2023-11-18T00:20:54.029Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
264 | 2023-11-18T00:20:54.040Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
265 | 2023-11-18T00:20:54.049Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
266 | 2023-11-18T00:20:54.062Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
267 | 2023-11-18T00:20:54.067Z | + TARGET_DIR=out |
268 | 2023-11-18T00:20:54.078Z | + DOWNLOAD_DIR=out/downloads |
269 | 2023-11-18T00:20:54.083Z | + DEST_DIR=./out/cockroachdb |
270 | 2023-11-18T00:20:54.086Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
271 | 2023-11-18T00:20:54.090Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
272 | 2023-11-18T00:20:54.093Z | + main |
273 | 2023-11-18T00:20:54.097Z | + [[ 0 != 0 ]] |
274 | 2023-11-18T00:20:54.107Z | + CIDL_OS=solaris2.11 |
275 | 2023-11-18T00:20:54.111Z | + [[ 0 != 0 ]] |
276 | 2023-11-18T00:20:54.123Z | + configure_os solaris2.11 |
277 | 2023-11-18T00:20:54.126Z | + echo 'current directory: /work/oxidecomputer/omicron' |
278 | 2023-11-18T00:20:54.130Z | current directory: /work/oxidecomputer/omicron |
279 | 2023-11-18T00:20:54.134Z | + echo 'configuring based on OS: "solaris2.11"' |
280 | 2023-11-18T00:20:54.137Z | configuring based on OS: "solaris2.11" |
281 | 2023-11-18T00:20:54.139Z | + case "$1" in |
282 | 2023-11-18T00:20:54.143Z | + CIDL_BUILD=illumos |
283 | 2023-11-18T00:20:54.146Z | + CIDL_SUFFIX=tar.gz |
284 | 2023-11-18T00:20:54.149Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
285 | 2023-11-18T00:20:54.152Z | + CIDL_MD5FUNC=do_md5sum |
286 | 2023-11-18T00:20:54.155Z | + CIDL_URL_BASE=https://illumos.org/downloads |
287 | 2023-11-18T00:20:54.158Z | + CIDL_ASSEMBLE=do_assemble_illumos |
288 | 2023-11-18T00:20:54.161Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
289 | 2023-11-18T00:20:54.164Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
290 | 2023-11-18T00:20:54.167Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-11-18T00:20:54.170Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
292 | 2023-11-18T00:20:54.174Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-11-18T00:20:54.177Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
294 | 2023-11-18T00:20:54.180Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-11-18T00:20:54.182Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
296 | 2023-11-18T00:20:54.185Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-11-18T00:20:54.188Z | + mkdir -p out/downloads |
298 | 2023-11-18T00:20:54.191Z | + mkdir -p ./out/cockroachdb |
299 | 2023-11-18T00:20:54.194Z | + local DO_DOWNLOAD=true |
300 | 2023-11-18T00:20:54.197Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
301 | 2023-11-18T00:20:54.200Z | + '[' true == true ']' |
302 | 2023-11-18T00:20:54.203Z | + echo Downloading... |
303 | 2023-11-18T00:20:54.206Z | Downloading... |
304 | 2023-11-18T00:20:54.209Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2023-11-18T00:20:54.211Z | + 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 |
306 | 2023-11-18T00:20:57.546Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2023-11-18T00:20:57.554Z | ++ md5sum |
308 | 2023-11-18T00:20:57.562Z | ++ awk '{print $1}' |
309 | 2023-11-18T00:20:57.745Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
310 | 2023-11-18T00:20:57.764Z | + [[ 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 ]] |
311 | 2023-11-18T00:20:57.776Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2023-11-18T00:20:57.798Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
313 | 2023-11-18T00:21:01.316Z | + do_assemble_illumos |
314 | 2023-11-18T00:21:01.319Z | + rm -r ./out/cockroachdb |
315 | 2023-11-18T00:21:01.323Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
316 | 2023-11-18T00:21:01.977Z | + ./out/cockroachdb/bin/cockroach version |
317 | 2023-11-18T00:21:02.318Z | Build Tag: v22.1.9-dirty |
318 | 2023-11-18T00:21:02.322Z | Build Time: 2022/10/26 21:17:46 |
319 | 2023-11-18T00:21:02.326Z | Distribution: OSS |
320 | 2023-11-18T00:21:02.331Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
321 | 2023-11-18T00:21:02.340Z | Go Version: go1.17.13 |
322 | 2023-11-18T00:21:02.354Z | C Compiler: gcc 10.3.0 |
323 | 2023-11-18T00:21:02.779Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
324 | 2023-11-18T00:21:02.791Z | Build Type: release |
325 | 2023-11-18T00:21:02.803Z | + set -o errexit |
326 | 2023-11-18T00:21:02.816Z | +++ dirname ./tools/ci_download_clickhouse |
327 | 2023-11-18T00:21:02.831Z | ++ cd ./tools |
328 | 2023-11-18T00:21:02.842Z | ++ pwd |
329 | 2023-11-18T00:21:02.847Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
330 | 2023-11-18T00:21:02.852Z | ++ basename ./tools/ci_download_clickhouse |
331 | 2023-11-18T00:21:02.856Z | + ARG0=ci_download_clickhouse |
332 | 2023-11-18T00:21:02.861Z | + TARGET_DIR=out |
333 | 2023-11-18T00:21:02.867Z | + DOWNLOAD_DIR=out/downloads |
334 | 2023-11-18T00:21:02.873Z | + DEST_DIR=./out/clickhouse |
335 | 2023-11-18T00:21:02.884Z | + CIDL_VERSION=v22.8.9.24 |
336 | 2023-11-18T00:21:02.898Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
337 | 2023-11-18T00:21:03.307Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
338 | 2023-11-18T00:21:03.311Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
339 | 2023-11-18T00:21:03.314Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
340 | 2023-11-18T00:21:03.317Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
341 | 2023-11-18T00:21:03.349Z | + main |
342 | 2023-11-18T00:21:03.378Z | + [[ 0 != 0 ]] |
343 | 2023-11-18T00:21:03.400Z | + CIDL_OS=solaris2.11 |
344 | 2023-11-18T00:21:03.420Z | + [[ 0 != 0 ]] |
345 | 2023-11-18T00:21:03.434Z | + configure_os solaris2.11 |
346 | 2023-11-18T00:21:03.856Z | + echo 'current directory: /work/oxidecomputer/omicron' |
347 | 2023-11-18T00:21:03.864Z | current directory: /work/oxidecomputer/omicron |
348 | 2023-11-18T00:21:03.876Z | + echo 'configuring based on OS: "solaris2.11"' |
349 | 2023-11-18T00:21:04.287Z | configuring based on OS: "solaris2.11" |
350 | 2023-11-18T00:21:04.296Z | + CIDL_DASHREV= |
351 | 2023-11-18T00:21:04.308Z | + case "$1" in |
352 | 2023-11-18T00:21:04.320Z | + CIDL_PLATFORM=illumos |
353 | 2023-11-18T00:21:04.737Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
354 | 2023-11-18T00:21:04.743Z | + CIDL_MD5FUNC=do_md5sum |
355 | 2023-11-18T00:21:05.165Z | + CIDL_DASHREV=-1 |
356 | 2023-11-18T00:21:05.179Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
357 | 2023-11-18T00:21:05.199Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
358 | 2023-11-18T00:21:05.204Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2023-11-18T00:21:05.211Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2023-11-18T00:21:05.216Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
361 | 2023-11-18T00:21:05.222Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2023-11-18T00:21:05.226Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
363 | 2023-11-18T00:21:05.233Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2023-11-18T00:21:05.238Z | + mkdir -p out/downloads |
365 | 2023-11-18T00:21:05.243Z | + mkdir -p ./out/clickhouse |
366 | 2023-11-18T00:21:05.246Z | + local DO_DOWNLOAD=true |
367 | 2023-11-18T00:21:05.249Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
368 | 2023-11-18T00:21:05.253Z | + '[' true == true ']' |
369 | 2023-11-18T00:21:05.257Z | + echo Downloading... |
370 | 2023-11-18T00:21:05.260Z | Downloading... |
371 | 2023-11-18T00:21:05.264Z | + 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 |
372 | 2023-11-18T00:21:05.267Z | + 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 |
373 | 2023-11-18T00:21:05.447Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
374 | 2023-11-18T00:21:05.452Z | ++ md5sum |
375 | 2023-11-18T00:21:05.457Z | ++ awk '{print $1}' |
376 | 2023-11-18T00:21:06.106Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
377 | 2023-11-18T00:21:06.110Z | + [[ 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 ]] |
378 | 2023-11-18T00:21:06.114Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
379 | 2023-11-18T00:21:06.118Z | + mkdir -p ./out/clickhouse |
380 | 2023-11-18T00:21:06.125Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
381 | 2023-11-18T00:21:10.829Z | + ./out/clickhouse/clickhouse server --version |
382 | 2023-11-18T00:21:10.882Z | ClickHouse server version 22.8.9.1. |
383 | 2023-11-18T00:21:10.903Z | + set -o errexit |
384 | 2023-11-18T00:21:10.907Z | +++ dirname ./tools/ci_download_console |
385 | 2023-11-18T00:21:10.910Z | ++ cd ./tools |
386 | 2023-11-18T00:21:10.913Z | ++ pwd |
387 | 2023-11-18T00:21:10.917Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
388 | 2023-11-18T00:21:10.920Z | ++ basename ./tools/ci_download_console |
389 | 2023-11-18T00:21:10.924Z | + ARG0=ci_download_console |
390 | 2023-11-18T00:21:10.927Z | + TARGET_DIR=out |
391 | 2023-11-18T00:21:10.930Z | + DOWNLOAD_DIR=out/downloads |
392 | 2023-11-18T00:21:10.933Z | + DEST_DIR=./out/console-assets |
393 | 2023-11-18T00:21:10.936Z | + source /work/oxidecomputer/omicron/tools/console_version |
394 | 2023-11-18T00:21:10.939Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
395 | 2023-11-18T00:21:10.942Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
396 | 2023-11-18T00:21:10.945Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
397 | 2023-11-18T00:21:10.949Z | + TARBALL_FILE=out/downloads/console.tar.gz |
398 | 2023-11-18T00:21:10.952Z | + main |
399 | 2023-11-18T00:21:10.956Z | + [[ 0 != 0 ]] |
400 | 2023-11-18T00:21:10.959Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
401 | 2023-11-18T00:21:10.962Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
402 | 2023-11-18T00:21:10.965Z | + echo 'Local file: out/downloads/console.tar.gz' |
403 | 2023-11-18T00:21:10.968Z | Local file: out/downloads/console.tar.gz |
404 | 2023-11-18T00:21:10.971Z | + local DO_DOWNLOAD=true |
405 | 2023-11-18T00:21:10.975Z | + [[ -f out/downloads/console.tar.gz ]] |
406 | 2023-11-18T00:21:10.978Z | + mkdir -p out/downloads |
407 | 2023-11-18T00:21:10.981Z | + '[' true == true ']' |
408 | 2023-11-18T00:21:10.984Z | + echo Downloading... |
409 | 2023-11-18T00:21:10.987Z | Downloading... |
410 | 2023-11-18T00:21:10.990Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
411 | 2023-11-18T00:21:10.997Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
412 | 2023-11-18T00:21:11.692Z | ++ do_sha256sum out/downloads/console.tar.gz |
413 | 2023-11-18T00:21:11.697Z | ++ case "$OSTYPE" in |
414 | 2023-11-18T00:21:11.701Z | ++ SHA=sha256sum |
415 | 2023-11-18T00:21:11.706Z | ++ sha256sum |
416 | 2023-11-18T00:21:11.710Z | ++ awk '{print $1}' |
417 | 2023-11-18T00:21:11.716Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
418 | 2023-11-18T00:21:11.721Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
419 | 2023-11-18T00:21:11.725Z | + rm -rf ./out/console-assets |
420 | 2023-11-18T00:21:11.733Z | + mkdir -p ./out/console-assets |
421 | 2023-11-18T00:21:11.736Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
422 | 2023-11-18T00:21:11.739Z | + mkdir -p ./out/console-assets |
423 | 2023-11-18T00:21:11.742Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
424 | 2023-11-18T00:21:11.873Z | + set -o errexit |
425 | 2023-11-18T00:21:11.876Z | +++ dirname ./tools/ci_download_maghemite_openapi |
426 | 2023-11-18T00:21:11.879Z | ++ cd ./tools |
427 | 2023-11-18T00:21:11.883Z | ++ pwd |
428 | 2023-11-18T00:21:11.886Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
429 | 2023-11-18T00:21:11.889Z | ++ basename ./tools/ci_download_maghemite_openapi |
430 | 2023-11-18T00:21:11.894Z | + ARG0=ci_download_maghemite_openapi |
431 | 2023-11-18T00:21:11.897Z | + TARGET_DIR=out |
432 | 2023-11-18T00:21:11.901Z | + DOWNLOAD_DIR=out/downloads |
433 | 2023-11-18T00:21:11.904Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
434 | 2023-11-18T00:21:11.908Z | ++ COMMIT=aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b |
435 | 2023-11-18T00:21:11.911Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
436 | 2023-11-18T00:21:11.914Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/ddm-admin.json |
437 | 2023-11-18T00:21:11.917Z | + LOCAL_FILE=out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
438 | 2023-11-18T00:21:11.920Z | + main |
439 | 2023-11-18T00:21:11.923Z | + [[ 0 != 0 ]] |
440 | 2023-11-18T00:21:11.927Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/ddm-admin.json' |
441 | 2023-11-18T00:21:11.930Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/ddm-admin.json |
442 | 2023-11-18T00:21:11.933Z | + echo 'Local file: out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json' |
443 | 2023-11-18T00:21:11.936Z | Local file: out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
444 | 2023-11-18T00:21:11.939Z | + local DO_DOWNLOAD=true |
445 | 2023-11-18T00:21:11.942Z | + [[ -f out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json ]] |
446 | 2023-11-18T00:21:11.945Z | + mkdir -p out/downloads |
447 | 2023-11-18T00:21:11.948Z | + '[' true == true ']' |
448 | 2023-11-18T00:21:11.953Z | + echo Downloading... |
449 | 2023-11-18T00:21:11.956Z | Downloading... |
450 | 2023-11-18T00:21:11.960Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/ddm-admin.json out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
451 | 2023-11-18T00:21:11.965Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/ddm-admin.json |
452 | 2023-11-18T00:21:12.226Z | ++ do_sha256sum out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
453 | 2023-11-18T00:21:12.232Z | ++ case "$OSTYPE" in |
454 | 2023-11-18T00:21:12.236Z | ++ SHA=sha256sum |
455 | 2023-11-18T00:21:12.241Z | ++ sha256sum |
456 | 2023-11-18T00:21:12.247Z | ++ awk '{print $1}' |
457 | 2023-11-18T00:21:12.257Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
458 | 2023-11-18T00:21:12.266Z | + [[ 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 ]] |
459 | 2023-11-18T00:21:12.271Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
460 | 2023-11-18T00:21:12.278Z | ++ COMMIT=aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b |
461 | 2023-11-18T00:21:12.282Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
462 | 2023-11-18T00:21:12.287Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mg-admin.json |
463 | 2023-11-18T00:21:12.293Z | + LOCAL_FILE=out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
464 | 2023-11-18T00:21:12.298Z | + main |
465 | 2023-11-18T00:21:12.306Z | + [[ 0 != 0 ]] |
466 | 2023-11-18T00:21:12.313Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mg-admin.json' |
467 | 2023-11-18T00:21:12.319Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mg-admin.json |
468 | 2023-11-18T00:21:12.323Z | + echo 'Local file: out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json' |
469 | 2023-11-18T00:21:12.327Z | Local file: out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
470 | 2023-11-18T00:21:12.333Z | + local DO_DOWNLOAD=true |
471 | 2023-11-18T00:21:12.343Z | + [[ -f out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json ]] |
472 | 2023-11-18T00:21:12.347Z | + mkdir -p out/downloads |
473 | 2023-11-18T00:21:12.352Z | + '[' true == true ']' |
474 | 2023-11-18T00:21:12.357Z | + echo Downloading... |
475 | 2023-11-18T00:21:12.362Z | Downloading... |
476 | 2023-11-18T00:21:12.374Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mg-admin.json out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
477 | 2023-11-18T00:21:12.379Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mg-admin.json |
478 | 2023-11-18T00:21:12.411Z | ++ do_sha256sum out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
479 | 2023-11-18T00:21:12.417Z | ++ case "$OSTYPE" in |
480 | 2023-11-18T00:21:12.427Z | ++ SHA=sha256sum |
481 | 2023-11-18T00:21:12.443Z | ++ sha256sum |
482 | 2023-11-18T00:21:12.454Z | ++ awk '{print $1}' |
483 | 2023-11-18T00:21:12.466Z | + calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
484 | 2023-11-18T00:21:12.476Z | + [[ b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 != \b\3\f\5\5\f\e\2\4\e\5\4\5\3\0\f\d\f\9\6\c\2\2\a\0\3\3\f\9\e\d\c\0\b\a\d\9\c\0\a\5\e\3\3\4\4\7\6\3\a\2\3\e\5\2\b\2\5\1\d\5\1\1\3 ]] |
485 | 2023-11-18T00:21:12.481Z | + set -o errexit |
486 | 2023-11-18T00:21:12.487Z | +++ dirname ./tools/ci_download_dendrite_openapi |
487 | 2023-11-18T00:21:12.492Z | ++ cd ./tools |
488 | 2023-11-18T00:21:12.496Z | ++ pwd |
489 | 2023-11-18T00:21:12.498Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
490 | 2023-11-18T00:21:12.501Z | ++ basename ./tools/ci_download_dendrite_openapi |
491 | 2023-11-18T00:21:12.504Z | + ARG0=ci_download_dendrite_openapi |
492 | 2023-11-18T00:21:12.507Z | + TARGET_DIR=out |
493 | 2023-11-18T00:21:12.510Z | + DOWNLOAD_DIR=out/downloads |
494 | 2023-11-18T00:21:12.514Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
495 | 2023-11-18T00:21:12.518Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
496 | 2023-11-18T00:21:12.521Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
497 | 2023-11-18T00:21:12.524Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
498 | 2023-11-18T00:21:12.527Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
499 | 2023-11-18T00:21:12.530Z | + main |
500 | 2023-11-18T00:21:12.533Z | + [[ 0 != 0 ]] |
501 | 2023-11-18T00:21:12.536Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
502 | 2023-11-18T00:21:12.539Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
503 | 2023-11-18T00:21:12.542Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
504 | 2023-11-18T00:21:12.546Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
505 | 2023-11-18T00:21:12.550Z | + local DO_DOWNLOAD=true |
506 | 2023-11-18T00:21:12.560Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
507 | 2023-11-18T00:21:12.574Z | + mkdir -p out/downloads |
508 | 2023-11-18T00:21:12.586Z | + '[' true == true ']' |
509 | 2023-11-18T00:21:12.591Z | + echo Downloading... |
510 | 2023-11-18T00:21:12.594Z | Downloading... |
511 | 2023-11-18T00:21:12.597Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
512 | 2023-11-18T00:21:12.600Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
513 | 2023-11-18T00:21:12.627Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
514 | 2023-11-18T00:21:12.635Z | ++ case "$OSTYPE" in |
515 | 2023-11-18T00:21:12.644Z | ++ SHA=sha256sum |
516 | 2023-11-18T00:21:12.653Z | ++ sha256sum |
517 | 2023-11-18T00:21:12.664Z | ++ awk '{print $1}' |
518 | 2023-11-18T00:21:12.734Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
519 | 2023-11-18T00:21:12.754Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
520 | 2023-11-18T00:21:12.761Z | + set -o errexit |
521 | 2023-11-18T00:21:12.767Z | +++ dirname ./tools/ci_download_dendrite_stub |
522 | 2023-11-18T00:21:12.772Z | ++ cd ./tools |
523 | 2023-11-18T00:21:12.777Z | ++ pwd |
524 | 2023-11-18T00:21:12.780Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
525 | 2023-11-18T00:21:12.783Z | ++ basename ./tools/ci_download_dendrite_stub |
526 | 2023-11-18T00:21:12.786Z | + ARG0=ci_download_dendrite_stub |
527 | 2023-11-18T00:21:12.789Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
528 | 2023-11-18T00:21:12.792Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
529 | 2023-11-18T00:21:12.795Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
530 | 2023-11-18T00:21:12.798Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
531 | 2023-11-18T00:21:12.801Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
532 | 2023-11-18T00:21:12.804Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
533 | 2023-11-18T00:21:12.807Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
534 | 2023-11-18T00:21:12.810Z | + TARGET_DIR=out |
535 | 2023-11-18T00:21:12.813Z | + DOWNLOAD_DIR=out/downloads |
536 | 2023-11-18T00:21:12.818Z | + DEST_DIR=./out/dendrite-stub |
537 | 2023-11-18T00:21:12.827Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
538 | 2023-11-18T00:21:12.830Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
539 | 2023-11-18T00:21:12.836Z | + REPO=oxidecomputer/dendrite |
540 | 2023-11-18T00:21:12.840Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
541 | 2023-11-18T00:21:12.844Z | + main |
542 | 2023-11-18T00:21:12.850Z | + [[ 0 != 0 ]] |
543 | 2023-11-18T00:21:12.853Z | + CIDL_OS=solaris2.11 |
544 | 2023-11-18T00:21:12.856Z | + [[ 0 != 0 ]] |
545 | 2023-11-18T00:21:12.861Z | + configure_os solaris2.11 |
546 | 2023-11-18T00:21:12.873Z | + echo 'current directory: /work/oxidecomputer/omicron' |
547 | 2023-11-18T00:21:12.892Z | current directory: /work/oxidecomputer/omicron |
548 | 2023-11-18T00:21:12.906Z | + echo 'configuring based on OS: "solaris2.11"' |
549 | 2023-11-18T00:21:12.912Z | configuring based on OS: "solaris2.11" |
550 | 2023-11-18T00:21:12.917Z | + case "$1" in |
551 | 2023-11-18T00:21:12.922Z | + SET_BINARIES= |
552 | 2023-11-18T00:21:12.930Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
553 | 2023-11-18T00:21:12.941Z | + CIDL_SHA256FUNC=do_sha256sum |
554 | 2023-11-18T00:21:12.950Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
555 | 2023-11-18T00:21:12.959Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
556 | 2023-11-18T00:21:12.970Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
557 | 2023-11-18T00:21:12.979Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
558 | 2023-11-18T00:21:12.994Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
559 | 2023-11-18T00:21:13.003Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
560 | 2023-11-18T00:21:13.011Z | Local file: out/downloads/dendrite-stub.tar.gz |
561 | 2023-11-18T00:21:13.017Z | + mkdir -p out/downloads |
562 | 2023-11-18T00:21:13.026Z | + mkdir -p ./out/dendrite-stub |
563 | 2023-11-18T00:21:13.065Z | + fetch_and_verify |
564 | 2023-11-18T00:21:13.074Z | + local DO_DOWNLOAD=true |
565 | 2023-11-18T00:21:13.084Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
566 | 2023-11-18T00:21:13.096Z | + '[' true == true ']' |
567 | 2023-11-18T00:21:13.108Z | + echo Downloading... |
568 | 2023-11-18T00:21:13.117Z | Downloading... |
569 | 2023-11-18T00:21:13.134Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
570 | 2023-11-18T00:21:13.142Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
571 | 2023-11-18T00:21:28.292Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
572 | 2023-11-18T00:21:28.295Z | ++ sha256sum |
573 | 2023-11-18T00:21:28.301Z | ++ awk '{print $1}' |
574 | 2023-11-18T00:21:28.402Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
575 | 2023-11-18T00:21:28.409Z | + [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]] |
576 | 2023-11-18T00:21:28.416Z | + do_untar out/downloads/dendrite-stub.tar.gz |
577 | 2023-11-18T00:21:28.421Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
578 | 2023-11-18T00:21:29.507Z | + do_assemble |
579 | 2023-11-18T00:21:29.513Z | + rm -r ./out/dendrite-stub |
580 | 2023-11-18T00:21:29.517Z | + mkdir ./out/dendrite-stub |
581 | 2023-11-18T00:21:29.522Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
582 | 2023-11-18T00:21:29.634Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
583 | 2023-11-18T00:21:29.647Z | + set -o errexit |
584 | 2023-11-18T00:21:29.652Z | +++ dirname ./tools/ci_download_maghemite_mgd |
585 | 2023-11-18T00:21:29.656Z | ++ cd ./tools |
586 | 2023-11-18T00:21:29.659Z | ++ pwd |
587 | 2023-11-18T00:21:29.663Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
588 | 2023-11-18T00:21:29.667Z | ++ basename ./tools/ci_download_maghemite_mgd |
589 | 2023-11-18T00:21:29.671Z | + ARG0=ci_download_maghemite_mgd |
590 | 2023-11-18T00:21:29.675Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
591 | 2023-11-18T00:21:29.686Z | ++ CIDL_SHA256=aa7241cd35976f28f25aaf3ce2ce2af14dae1da9d67585c7de3b724dbcc55e60 |
592 | 2023-11-18T00:21:29.691Z | ++ MGD_LINUX_SHA256=a39387c361ff2c2d0701d66c00b10e43c72fb5ddd1a5900b59ecccb832c80731 |
593 | 2023-11-18T00:21:29.697Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
594 | 2023-11-18T00:21:29.707Z | ++ COMMIT=aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b |
595 | 2023-11-18T00:21:29.711Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
596 | 2023-11-18T00:21:29.716Z | + TARGET_DIR=out |
597 | 2023-11-18T00:21:29.722Z | + DOWNLOAD_DIR=out/downloads |
598 | 2023-11-18T00:21:29.727Z | + DEST_DIR=./out/mgd |
599 | 2023-11-18T00:21:29.732Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
600 | 2023-11-18T00:21:29.740Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
601 | 2023-11-18T00:21:29.749Z | + REPO=oxidecomputer/maghemite |
602 | 2023-11-18T00:21:29.761Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b |
603 | 2023-11-18T00:21:30.201Z | + main |
604 | 2023-11-18T00:21:30.225Z | + [[ 0 != 0 ]] |
605 | 2023-11-18T00:21:30.656Z | + CIDL_OS=solaris2.11 |
606 | 2023-11-18T00:21:30.667Z | + [[ 0 != 0 ]] |
607 | 2023-11-18T00:21:30.674Z | + configure_os solaris2.11 |
608 | 2023-11-18T00:21:30.682Z | + echo 'current directory: /work/oxidecomputer/omicron' |
609 | 2023-11-18T00:21:30.691Z | current directory: /work/oxidecomputer/omicron |
610 | 2023-11-18T00:21:30.699Z | + echo 'configuring based on OS: "solaris2.11"' |
611 | 2023-11-18T00:21:30.705Z | configuring based on OS: "solaris2.11" |
612 | 2023-11-18T00:21:30.710Z | + case "$1" in |
613 | 2023-11-18T00:21:30.718Z | + SET_BINARIES= |
614 | 2023-11-18T00:21:30.726Z | + CIDL_SHA256FUNC=do_sha256sum |
615 | 2023-11-18T00:21:30.736Z | + TARBALL_FILENAME=mgd.tar.gz |
616 | 2023-11-18T00:21:30.742Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mgd.tar.gz |
617 | 2023-11-18T00:21:30.749Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
618 | 2023-11-18T00:21:30.755Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mgd.tar.gz' |
619 | 2023-11-18T00:21:30.768Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mgd.tar.gz |
620 | 2023-11-18T00:21:30.773Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
621 | 2023-11-18T00:21:30.783Z | Local file: out/downloads/mgd.tar.gz |
622 | 2023-11-18T00:21:30.802Z | + mkdir -p out/downloads |
623 | 2023-11-18T00:21:30.812Z | + mkdir -p ./out/mgd |
624 | 2023-11-18T00:21:30.821Z | + fetch_and_verify |
625 | 2023-11-18T00:21:30.833Z | + local DO_DOWNLOAD=true |
626 | 2023-11-18T00:21:30.854Z | + [[ -f out/downloads/mgd.tar.gz ]] |
627 | 2023-11-18T00:21:30.870Z | + '[' true == true ']' |
628 | 2023-11-18T00:21:30.888Z | + echo Downloading... |
629 | 2023-11-18T00:21:30.894Z | Downloading... |
630 | 2023-11-18T00:21:30.900Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mgd.tar.gz out/downloads/mgd.tar.gz |
631 | 2023-11-18T00:21:30.912Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mgd.tar.gz |
632 | 2023-11-18T00:21:38.848Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
633 | 2023-11-18T00:21:38.853Z | ++ sha256sum |
634 | 2023-11-18T00:21:38.859Z | ++ awk '{print $1}' |
635 | 2023-11-18T00:21:38.926Z | + calculated_sha256=aa7241cd35976f28f25aaf3ce2ce2af14dae1da9d67585c7de3b724dbcc55e60 |
636 | 2023-11-18T00:21:38.930Z | + [[ aa7241cd35976f28f25aaf3ce2ce2af14dae1da9d67585c7de3b724dbcc55e60 != \a\a\7\2\4\1\c\d\3\5\9\7\6\f\2\8\f\2\5\a\a\f\3\c\e\2\c\e\2\a\f\1\4\d\a\e\1\d\a\9\d\6\7\5\8\5\c\7\d\e\3\b\7\2\4\d\b\c\c\5\5\e\6\0 ]] |
637 | 2023-11-18T00:21:38.936Z | + do_untar out/downloads/mgd.tar.gz |
638 | 2023-11-18T00:21:38.941Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
639 | 2023-11-18T00:21:39.618Z | + do_assemble |
640 | 2023-11-18T00:21:39.628Z | + rm -r ./out/mgd |
641 | 2023-11-18T00:21:39.633Z | + mkdir ./out/mgd |
642 | 2023-11-18T00:21:39.636Z | + cp -r out/downloads/root ./out/mgd/root |
643 | 2023-11-18T00:21:39.866Z | + set -o errexit |
644 | 2023-11-18T00:21:39.871Z | +++ dirname ./tools/ci_download_transceiver_control |
645 | 2023-11-18T00:21:39.875Z | ++ cd ./tools |
646 | 2023-11-18T00:21:39.879Z | ++ pwd |
647 | 2023-11-18T00:21:39.883Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
648 | 2023-11-18T00:21:39.887Z | ++ basename ./tools/ci_download_transceiver_control |
649 | 2023-11-18T00:21:39.891Z | + ARG0=ci_download_transceiver_control |
650 | 2023-11-18T00:21:39.896Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
651 | 2023-11-18T00:21:39.901Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
652 | 2023-11-18T00:21:39.907Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
653 | 2023-11-18T00:21:39.912Z | + TARGET_DIR=out |
654 | 2023-11-18T00:21:39.916Z | + DOWNLOAD_DIR=out/downloads |
655 | 2023-11-18T00:21:39.921Z | + DEST_DIR=./out/transceiver-control |
656 | 2023-11-18T00:21:39.928Z | + BIN_DIR=/opt/oxide/bin |
657 | 2023-11-18T00:21:39.939Z | + BINARY=xcvradm |
658 | 2023-11-18T00:21:39.953Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
659 | 2023-11-18T00:21:39.962Z | + REPO=oxidecomputer/transceiver-control |
660 | 2023-11-18T00:21:39.977Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
661 | 2023-11-18T00:21:39.981Z | + main |
662 | 2023-11-18T00:21:39.984Z | + [[ 0 != 0 ]] |
663 | 2023-11-18T00:21:39.988Z | + CIDL_OS=solaris2.11 |
664 | 2023-11-18T00:21:39.991Z | + [[ 0 != 0 ]] |
665 | 2023-11-18T00:21:39.994Z | + configure_os solaris2.11 |
666 | 2023-11-18T00:21:39.996Z | + echo 'current directory: /work/oxidecomputer/omicron' |
667 | 2023-11-18T00:21:40.003Z | current directory: /work/oxidecomputer/omicron |
668 | 2023-11-18T00:21:40.006Z | + echo 'configuring based on OS: "solaris2.11"' |
669 | 2023-11-18T00:21:40.009Z | configuring based on OS: "solaris2.11" |
670 | 2023-11-18T00:21:40.014Z | + case "$1" in |
671 | 2023-11-18T00:21:40.017Z | + SET_BINARIES= |
672 | 2023-11-18T00:21:40.020Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
673 | 2023-11-18T00:21:40.023Z | + CIDL_SHA256FUNC=do_sha256sum |
674 | 2023-11-18T00:21:40.026Z | + ARCHIVE_FILENAME=xcvradm.gz |
675 | 2023-11-18T00:21:40.031Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
676 | 2023-11-18T00:21:40.039Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
677 | 2023-11-18T00:21:40.043Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
678 | 2023-11-18T00:21:40.050Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
679 | 2023-11-18T00:21:40.059Z | + echo 'Local file: out/downloads/xcvradm.gz' |
680 | 2023-11-18T00:21:40.062Z | Local file: out/downloads/xcvradm.gz |
681 | 2023-11-18T00:21:40.067Z | + mkdir -p out/downloads |
682 | 2023-11-18T00:21:40.070Z | + mkdir -p ./out/transceiver-control |
683 | 2023-11-18T00:21:40.073Z | + fetch_and_verify |
684 | 2023-11-18T00:21:40.076Z | + local DO_DOWNLOAD=true |
685 | 2023-11-18T00:21:40.080Z | + [[ -f out/downloads/xcvradm.gz ]] |
686 | 2023-11-18T00:21:40.083Z | + '[' true == true ']' |
687 | 2023-11-18T00:21:40.090Z | + echo Downloading... |
688 | 2023-11-18T00:21:40.094Z | Downloading... |
689 | 2023-11-18T00:21:40.097Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
690 | 2023-11-18T00:21:40.100Z | + 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 |
691 | 2023-11-18T00:21:43.407Z | ++ do_sha256sum out/downloads/xcvradm.gz |
692 | 2023-11-18T00:21:43.839Z | ++ sha256sum |
693 | 2023-11-18T00:21:43.850Z | ++ awk '{print $1}' |
694 | 2023-11-18T00:21:43.856Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
695 | 2023-11-18T00:21:43.862Z | + [[ 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 ]] |
696 | 2023-11-18T00:21:43.873Z | + do_unpack out/downloads/xcvradm.gz |
697 | 2023-11-18T00:21:43.879Z | + mkdir -p out/downloads/root//opt/oxide/bin |
698 | 2023-11-18T00:21:43.886Z | + gzip -dc out/downloads/xcvradm.gz |
699 | 2023-11-18T00:21:43.893Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
700 | 2023-11-18T00:21:43.901Z | + do_assemble |
701 | 2023-11-18T00:21:43.907Z | + rm -r ./out/transceiver-control |
702 | 2023-11-18T00:21:43.916Z | + mkdir ./out/transceiver-control |
703 | 2023-11-18T00:21:43.923Z | + cp -r out/downloads/root ./out/transceiver-control/root |
704 | 2023-11-18T00:21:43.931Z | All builder prerequisites installed successfully, and PATH looks valid |
705 | 2023-11-18T00:21:43.939Z | |
706 | 2023-11-18T00:21:43.948Z | real 2:09.951235575 |
707 | 2023-11-18T00:21:43.954Z | user 52.876608186 |
708 | 2023-11-18T00:21:43.962Z | sys 10.562207942 |
709 | 2023-11-18T00:21:44.009Z | trap 0.019808193 |
710 | 2023-11-18T00:21:44.021Z | tflt 0.322343330 |
711 | 2023-11-18T00:21:44.441Z | dflt 0.761069543 |
712 | 2023-11-18T00:21:44.445Z | kflt 0.327522055 |
713 | 2023-11-18T00:21:44.458Z | lock 2.032037607 |
714 | 2023-11-18T00:21:44.474Z | slp 4:13.949201579 |
715 | 2023-11-18T00:21:44.514Z | lat 4.181541053 |
716 | 2023-11-18T00:21:44.526Z | stop 0.056691127 |
717 | 2023-11-18T00:21:44.531Z | |
718 | 2023-11-18T00:21:44.539Z | #### # # ##### ##### # # |
719 | 2023-11-18T00:21:44.544Z | # # # # # # # # # # |
720 | 2023-11-18T00:21:44.551Z | # # # # # # # # |
721 | 2023-11-18T00:21:44.557Z | # # # ##### ##### # |
722 | 2023-11-18T00:21:44.561Z | # # # # # # # |
723 | 2023-11-18T00:21:44.565Z | #### ###### # # # # |
724 | 2023-11-18T00:21:44.572Z | |
725 | 2023-11-18T00:21:44.577Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
726 | 2023-11-18T00:21:44.617Z | Updating crates.io index |
727 | 2023-11-18T00:21:44.658Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
728 | 2023-11-18T00:21:45.504Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
729 | 2023-11-18T00:21:47.342Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
730 | 2023-11-18T00:21:48.000Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
731 | 2023-11-18T00:21:48.331Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
732 | 2023-11-18T00:21:48.656Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
733 | 2023-11-18T00:21:48.953Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
734 | 2023-11-18T00:21:49.870Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
735 | 2023-11-18T00:21:51.711Z | Updating git repository `https://github.com/oxidecomputer/opte` |
736 | 2023-11-18T00:21:52.832Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
737 | 2023-11-18T00:21:53.166Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
738 | 2023-11-18T00:21:53.753Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
739 | 2023-11-18T00:21:54.173Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
740 | 2023-11-18T00:21:54.501Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
741 | 2023-11-18T00:21:57.611Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
742 | 2023-11-18T00:21:57.660Z | Updating git repository `https://github.com/njaremko/samael` |
743 | 2023-11-18T00:21:57.747Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
744 | 2023-11-18T00:21:57.864Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
745 | 2023-11-18T00:21:58.353Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
746 | 2023-11-18T00:21:58.369Z | Updating git repository `https://github.com/jgallagher/nix` |
747 | 2023-11-18T00:21:58.709Z | Updating git repository `https://github.com/cbiffle/hubpack` |
748 | 2023-11-18T00:21:59.144Z | Updating git repository `https://github.com/oxidecomputer/typify` |
749 | 2023-11-18T00:22:00.247Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
750 | 2023-11-18T00:22:00.673Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
751 | 2023-11-18T00:22:00.998Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
752 | 2023-11-18T00:22:02.428Z | Downloading crates ... |
753 | 2023-11-18T00:22:02.651Z | Downloaded heck v0.4.1 |
754 | 2023-11-18T00:22:02.670Z | Downloaded anstyle-query v1.0.0 |
755 | 2023-11-18T00:22:02.679Z | Downloaded cargo-platform v0.1.3 |
756 | 2023-11-18T00:22:02.687Z | Downloaded anstyle v1.0.2 |
757 | 2023-11-18T00:22:02.697Z | Downloaded toml v0.8.8 |
758 | 2023-11-18T00:22:02.701Z | Downloaded equivalent v1.0.1 |
759 | 2023-11-18T00:22:02.705Z | Downloaded clap_lex v0.5.1 |
760 | 2023-11-18T00:22:02.711Z | Downloaded colorchoice v1.0.0 |
761 | 2023-11-18T00:22:02.714Z | Downloaded clap_derive v4.4.2 |
762 | 2023-11-18T00:22:02.717Z | Downloaded errno v0.3.2 |
763 | 2023-11-18T00:22:02.720Z | Downloaded itoa v1.0.9 |
764 | 2023-11-18T00:22:02.725Z | Downloaded utf8parse v0.2.1 |
765 | 2023-11-18T00:22:02.729Z | Downloaded toml_datetime v0.6.5 |
766 | 2023-11-18T00:22:02.732Z | Downloaded strsim v0.10.0 |
767 | 2023-11-18T00:22:02.735Z | Downloaded bitflags v1.3.2 |
768 | 2023-11-18T00:22:02.738Z | Downloaded thiserror-impl v1.0.49 |
769 | 2023-11-18T00:22:02.741Z | Downloaded cargo_metadata v0.18.0 |
770 | 2023-11-18T00:22:02.745Z | Downloaded serde_spanned v0.6.4 |
771 | 2023-11-18T00:22:02.749Z | Downloaded thiserror v1.0.49 |
772 | 2023-11-18T00:22:02.752Z | Downloaded proc-macro2 v1.0.69 |
773 | 2023-11-18T00:22:02.755Z | Downloaded camino v1.1.6 |
774 | 2023-11-18T00:22:02.758Z | Downloaded anstyle-parse v0.2.1 |
775 | 2023-11-18T00:22:02.761Z | Downloaded ryu v1.0.15 |
776 | 2023-11-18T00:22:02.765Z | Downloaded serde_derive v1.0.192 |
777 | 2023-11-18T00:22:02.768Z | Downloaded unicode-ident v1.0.12 |
778 | 2023-11-18T00:22:02.772Z | Downloaded anstream v0.5.0 |
779 | 2023-11-18T00:22:02.775Z | Downloaded clap v4.4.3 |
780 | 2023-11-18T00:22:02.778Z | Downloaded serde v1.0.192 |
781 | 2023-11-18T00:22:02.782Z | Downloaded quote v1.0.33 |
782 | 2023-11-18T00:22:02.786Z | Downloaded indexmap v2.1.0 |
783 | 2023-11-18T00:22:02.789Z | Downloaded memchr v2.6.3 |
784 | 2023-11-18T00:22:02.792Z | Downloaded winnow v0.5.15 |
785 | 2023-11-18T00:22:02.795Z | Downloaded clap_builder v4.4.2 |
786 | 2023-11-18T00:22:02.800Z | Downloaded syn v2.0.32 |
787 | 2023-11-18T00:22:02.814Z | Downloaded rustix v0.37.23 |
788 | 2023-11-18T00:22:02.847Z | Downloaded libc v0.2.150 |
789 | 2023-11-18T00:22:02.893Z | Downloaded serde_json v1.0.108 |
790 | 2023-11-18T00:22:02.904Z | Downloaded hashbrown v0.14.2 |
791 | 2023-11-18T00:22:02.913Z | Downloaded toml_edit v0.21.0 |
792 | 2023-11-18T00:22:02.949Z | Downloaded anyhow v1.0.75 |
793 | 2023-11-18T00:22:02.956Z | Downloaded io-lifetimes v1.0.11 |
794 | 2023-11-18T00:22:02.959Z | Downloaded terminal_size v0.2.6 |
795 | 2023-11-18T00:22:02.962Z | Downloaded semver v1.0.20 |
796 | 2023-11-18T00:22:02.965Z | Downloaded cargo_toml v0.17.0 |
797 | 2023-11-18T00:22:03.072Z | Compiling proc-macro2 v1.0.69 |
798 | 2023-11-18T00:22:03.079Z | Compiling unicode-ident v1.0.12 |
799 | 2023-11-18T00:22:03.088Z | Compiling serde v1.0.192 |
800 | 2023-11-18T00:22:03.104Z | Compiling libc v0.2.150 |
801 | 2023-11-18T00:22:03.530Z | Compiling io-lifetimes v1.0.11 |
802 | 2023-11-18T00:22:03.539Z | Compiling rustix v0.37.23 |
803 | 2023-11-18T00:22:03.547Z | Compiling bitflags v1.3.2 |
804 | 2023-11-18T00:22:03.554Z | Compiling hashbrown v0.14.2 |
805 | 2023-11-18T00:22:03.557Z | Compiling utf8parse v0.2.1 |
806 | 2023-11-18T00:22:03.560Z | Compiling equivalent v1.0.1 |
807 | 2023-11-18T00:22:03.568Z | Compiling anstyle-parse v0.2.1 |
808 | 2023-11-18T00:22:03.573Z | Compiling winnow v0.5.15 |
809 | 2023-11-18T00:22:03.875Z | Compiling semver v1.0.20 |
810 | 2023-11-18T00:22:04.636Z | Compiling indexmap v2.1.0 |
811 | 2023-11-18T00:22:06.109Z | Compiling thiserror v1.0.49 |
812 | 2023-11-18T00:22:06.113Z | Compiling camino v1.1.6 |
813 | 2023-11-18T00:22:06.116Z | Compiling colorchoice v1.0.0 |
814 | 2023-11-18T00:22:06.119Z | Compiling anstyle-query v1.0.0 |
815 | 2023-11-18T00:22:06.123Z | Compiling serde_json v1.0.108 |
816 | 2023-11-18T00:22:06.126Z | Compiling anstyle v1.0.2 |
817 | 2023-11-18T00:22:06.276Z | Compiling itoa v1.0.9 |
818 | 2023-11-18T00:22:06.523Z | Compiling ryu v1.0.15 |
819 | 2023-11-18T00:22:06.605Z | Compiling anstream v0.5.0 |
820 | 2023-11-18T00:22:06.621Z | Compiling strsim v0.10.0 |
821 | 2023-11-18T00:22:06.662Z | Compiling anyhow v1.0.75 |
822 | 2023-11-18T00:22:06.783Z | Compiling clap_lex v0.5.1 |
823 | 2023-11-18T00:22:07.137Z | Compiling quote v1.0.33 |
824 | 2023-11-18T00:22:07.511Z | Compiling heck v0.4.1 |
825 | 2023-11-18T00:22:07.775Z | Compiling syn v2.0.32 |
826 | 2023-11-18T00:22:07.836Z | Compiling errno v0.3.2 |
827 | 2023-11-18T00:22:09.322Z | Compiling terminal_size v0.2.6 |
828 | 2023-11-18T00:22:09.437Z | Compiling clap_builder v4.4.2 |
829 | 2023-11-18T00:22:15.196Z | Compiling serde_derive v1.0.192 |
830 | 2023-11-18T00:22:15.213Z | Compiling thiserror-impl v1.0.49 |
831 | 2023-11-18T00:22:15.224Z | Compiling clap_derive v4.4.2 |
832 | 2023-11-18T00:22:19.239Z | Compiling clap v4.4.3 |
833 | 2023-11-18T00:22:27.268Z | Compiling serde_spanned v0.6.4 |
834 | 2023-11-18T00:22:27.291Z | Compiling toml_datetime v0.6.5 |
835 | 2023-11-18T00:22:27.305Z | Compiling cargo-platform v0.1.3 |
836 | 2023-11-18T00:22:27.652Z | Compiling toml_edit v0.21.0 |
837 | 2023-11-18T00:22:29.228Z | Compiling cargo_metadata v0.18.0 |
838 | 2023-11-18T00:22:30.685Z | Compiling toml v0.8.8 |
839 | 2023-11-18T00:22:31.648Z | Compiling cargo_toml v0.17.0 |
840 | 2023-11-18T00:22:36.810Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
841 | 2023-11-18T00:22:38.435Z | Finished dev [unoptimized + debuginfo] target(s) in 54.11s |
842 | 2023-11-18T00:22:38.443Z | Running `target/debug/xtask clippy` |
843 | 2023-11-18T00:22:38.519Z | running: "/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
844 | 2023-11-18T00:22:39.066Z | Downloading crates ... |
845 | 2023-11-18T00:22:39.314Z | Downloaded arrayref v0.3.7 |
846 | 2023-11-18T00:22:39.318Z | Downloaded colored v2.0.4 |
847 | 2023-11-18T00:22:39.324Z | Downloaded async-trait v0.1.74 |
848 | 2023-11-18T00:22:39.333Z | Downloaded constant_time_eq v0.3.0 |
849 | 2023-11-18T00:22:39.338Z | Downloaded oso-derive v0.27.0 |
850 | 2023-11-18T00:22:39.342Z | Downloaded criterion-plot v0.5.0 |
851 | 2023-11-18T00:22:39.347Z | Downloaded indoc v2.0.3 |
852 | 2023-11-18T00:22:39.355Z | Downloaded num-iter v0.1.43 |
853 | 2023-11-18T00:22:39.360Z | Downloaded cpufeatures v0.2.9 |
854 | 2023-11-18T00:22:39.365Z | Downloaded hyper-staticfile v0.9.5 |
855 | 2023-11-18T00:22:39.370Z | Downloaded camino-tempfile v1.0.2 |
856 | 2023-11-18T00:22:39.375Z | Downloaded ciborium-io v0.2.1 |
857 | 2023-11-18T00:22:39.379Z | Downloaded base64 v0.13.1 |
858 | 2023-11-18T00:22:39.387Z | Downloaded darling v0.14.4 |
859 | 2023-11-18T00:22:39.395Z | Downloaded openssl-macros v0.1.1 |
860 | 2023-11-18T00:22:39.399Z | Downloaded lru-cache v0.1.2 |
861 | 2023-11-18T00:22:39.402Z | Downloaded corncobs v0.1.3 |
862 | 2023-11-18T00:22:39.408Z | Downloaded memoffset v0.9.0 |
863 | 2023-11-18T00:22:39.411Z | Downloaded atty v0.2.14 |
864 | 2023-11-18T00:22:39.415Z | Downloaded cancel-safe-futures v0.1.5 |
865 | 2023-11-18T00:22:39.423Z | Downloaded autocfg v1.1.0 |
866 | 2023-11-18T00:22:39.428Z | Downloaded assert_matches v1.5.0 |
867 | 2023-11-18T00:22:39.431Z | Downloaded olpc-cjson v0.1.3 |
868 | 2023-11-18T00:22:39.435Z | Downloaded is_ci v1.1.1 |
869 | 2023-11-18T00:22:39.438Z | Downloaded openssl-probe v0.1.5 |
870 | 2023-11-18T00:22:39.453Z | Downloaded packed_struct v0.10.1 |
871 | 2023-11-18T00:22:39.462Z | Downloaded instant v0.1.12 |
872 | 2023-11-18T00:22:39.468Z | Downloaded oorandom v11.1.3 |
873 | 2023-11-18T00:22:39.480Z | Downloaded bitfield v0.14.0 |
874 | 2023-11-18T00:22:39.489Z | Downloaded try-lock v0.2.4 |
875 | 2023-11-18T00:22:39.493Z | Downloaded untrusted v0.9.0 |
876 | 2023-11-18T00:22:39.501Z | Downloaded derive_builder_macro v0.12.0 |
877 | 2023-11-18T00:22:39.533Z | Downloaded serde_tokenstream v0.1.7 |
878 | 2023-11-18T00:22:39.554Z | Downloaded foreign-types v0.3.2 |
879 | 2023-11-18T00:22:39.568Z | Downloaded crunchy v0.2.2 |
880 | 2023-11-18T00:22:39.578Z | Downloaded plotters-backend v0.3.5 |
881 | 2023-11-18T00:22:39.586Z | Downloaded addr2line v0.21.0 |
882 | 2023-11-18T00:22:39.596Z | Downloaded poly1305 v0.8.0 |
883 | 2023-11-18T00:22:39.604Z | Downloaded libsw v3.3.0 |
884 | 2023-11-18T00:22:39.608Z | Downloaded usdt-impl v0.3.5 |
885 | 2023-11-18T00:22:39.611Z | Downloaded getrandom v0.2.10 |
886 | 2023-11-18T00:22:39.615Z | Downloaded argon2 v0.5.2 |
887 | 2023-11-18T00:22:39.618Z | Downloaded newtype_derive v0.1.6 |
888 | 2023-11-18T00:22:39.622Z | Downloaded signal-hook-tokio v0.3.1 |
889 | 2023-11-18T00:22:39.626Z | Downloaded rustls-pemfile v1.0.3 |
890 | 2023-11-18T00:22:39.629Z | Downloaded difflib v0.4.0 |
891 | 2023-11-18T00:22:39.633Z | Downloaded group v0.13.0 |
892 | 2023-11-18T00:22:39.636Z | Downloaded time-macros v0.2.13 |
893 | 2023-11-18T00:22:39.640Z | Downloaded http-range v0.1.5 |
894 | 2023-11-18T00:22:39.644Z | Downloaded remove_dir_all v0.5.3 |
895 | 2023-11-18T00:22:39.648Z | Downloaded hex-literal v0.4.1 |
896 | 2023-11-18T00:22:39.651Z | Downloaded slog-json v2.6.1 |
897 | 2023-11-18T00:22:39.655Z | Downloaded zerocopy v0.6.4 |
898 | 2023-11-18T00:22:39.658Z | Downloaded slog-bunyan v2.4.0 |
899 | 2023-11-18T00:22:39.663Z | Downloaded uuid v1.5.0 |
900 | 2023-11-18T00:22:39.667Z | Downloaded downcast v0.11.0 |
901 | 2023-11-18T00:22:39.670Z | Downloaded resolv-conf v0.7.0 |
902 | 2023-11-18T00:22:39.674Z | Downloaded smawk v0.3.1 |
903 | 2023-11-18T00:22:39.702Z | Downloaded float-cmp v0.9.0 |
904 | 2023-11-18T00:22:39.706Z | Downloaded foreign-types v0.5.0 |
905 | 2023-11-18T00:22:39.709Z | Downloaded semver-parser v0.10.2 |
906 | 2023-11-18T00:22:39.712Z | Downloaded serde-hex v0.1.0 |
907 | 2023-11-18T00:22:39.716Z | Downloaded serde-big-array v0.5.1 |
908 | 2023-11-18T00:22:39.719Z | Downloaded waitgroup v0.1.2 |
909 | 2023-11-18T00:22:39.724Z | Downloaded termios v0.3.3 |
910 | 2023-11-18T00:22:39.727Z | Downloaded diesel_table_macro_syntax v0.1.0 |
911 | 2023-11-18T00:22:39.730Z | Downloaded peeking_take_while v0.1.2 |
912 | 2023-11-18T00:22:39.734Z | Downloaded smf v0.2.2 |
913 | 2023-11-18T00:22:39.737Z | Downloaded spin v0.5.2 |
914 | 2023-11-18T00:22:39.741Z | Downloaded httparse v1.8.0 |
915 | 2023-11-18T00:22:39.744Z | Downloaded rtoolbox v0.0.1 |
916 | 2023-11-18T00:22:39.747Z | Downloaded universal-hash v0.5.1 |
917 | 2023-11-18T00:22:39.751Z | Downloaded fallible-iterator v0.2.0 |
918 | 2023-11-18T00:22:39.756Z | Downloaded filetime v0.2.22 |
919 | 2023-11-18T00:22:39.760Z | Downloaded zerocopy v0.3.0 |
920 | 2023-11-18T00:22:39.763Z | Downloaded unicode-linebreak v0.1.5 |
921 | 2023-11-18T00:22:39.766Z | Downloaded xattr v1.0.1 |
922 | 2023-11-18T00:22:39.770Z | Downloaded unicode-width v0.1.11 |
923 | 2023-11-18T00:22:39.774Z | Downloaded want v0.3.1 |
924 | 2023-11-18T00:22:39.777Z | Downloaded http-body v0.4.5 |
925 | 2023-11-18T00:22:39.781Z | Downloaded pkcs8 v0.10.2 |
926 | 2023-11-18T00:22:39.784Z | Downloaded slog-term v2.9.0 |
927 | 2023-11-18T00:22:39.787Z | Downloaded darling_macro v0.14.4 |
928 | 2023-11-18T00:22:39.791Z | Downloaded slog-scope v4.4.0 |
929 | 2023-11-18T00:22:39.795Z | Downloaded tracing-attributes v0.1.26 |
930 | 2023-11-18T00:22:39.799Z | Downloaded static_assertions v1.1.0 |
931 | 2023-11-18T00:22:39.803Z | Downloaded futures-macro v0.3.29 |
932 | 2023-11-18T00:22:39.807Z | Downloaded similar v2.2.1 |
933 | 2023-11-18T00:22:39.811Z | Downloaded percent-encoding v2.3.0 |
934 | 2023-11-18T00:22:39.814Z | Downloaded predicates-core v1.0.6 |
935 | 2023-11-18T00:22:39.818Z | Downloaded spki v0.7.2 |
936 | 2023-11-18T00:22:39.821Z | Downloaded which v4.4.0 |
937 | 2023-11-18T00:22:39.824Z | Downloaded ff v0.13.0 |
938 | 2023-11-18T00:22:39.828Z | Downloaded enum-as-inner v0.5.1 |
939 | 2023-11-18T00:22:39.832Z | Downloaded serde_urlencoded v0.7.1 |
940 | 2023-11-18T00:22:39.836Z | Downloaded subtle v2.5.0 |
941 | 2023-11-18T00:22:39.840Z | Downloaded pin-project-lite v0.2.13 |
942 | 2023-11-18T00:22:39.845Z | Downloaded hubpack_derive v0.1.1 |
943 | 2023-11-18T00:22:39.856Z | Downloaded shlex v1.1.0 |
944 | 2023-11-18T00:22:39.860Z | Downloaded hashbrown v0.12.3 |
945 | 2023-11-18T00:22:39.864Z | Downloaded zone_cfg_derive v0.3.0 |
946 | 2023-11-18T00:22:39.868Z | Downloaded thiserror-impl-no-std v2.0.2 |
947 | 2023-11-18T00:22:39.878Z | Downloaded futures-sink v0.3.29 |
948 | 2023-11-18T00:22:39.883Z | Downloaded rustc_version v0.1.7 |
949 | 2023-11-18T00:22:39.887Z | Downloaded datatest-stable v0.2.3 |
950 | 2023-11-18T00:22:39.890Z | Downloaded rustc-hash v1.1.0 |
951 | 2023-11-18T00:22:39.894Z | Downloaded zeroize_derive v1.4.2 |
952 | 2023-11-18T00:22:39.898Z | Downloaded proc-macro-error-attr v1.0.4 |
953 | 2023-11-18T00:22:39.901Z | Downloaded foreign-types-shared v0.3.1 |
954 | 2023-11-18T00:22:39.905Z | Downloaded termcolor v1.2.0 |
955 | 2023-11-18T00:22:39.908Z | Downloaded rustc-demangle v0.1.23 |
956 | 2023-11-18T00:22:39.912Z | Downloaded ron v0.8.1 |
957 | 2023-11-18T00:22:39.915Z | Downloaded tower-service v0.3.2 |
958 | 2023-11-18T00:22:39.918Z | Downloaded predicates-tree v1.0.9 |
959 | 2023-11-18T00:22:39.922Z | Downloaded whoami v1.4.1 |
960 | 2023-11-18T00:22:39.925Z | Downloaded darling_macro v0.20.3 |
961 | 2023-11-18T00:22:39.928Z | Downloaded pretty-hex v0.2.1 |
962 | 2023-11-18T00:22:39.932Z | Downloaded hubpack v0.1.2 |
963 | 2023-11-18T00:22:39.936Z | Downloaded unarray v0.1.4 |
964 | 2023-11-18T00:22:39.939Z | Downloaded supports-color v2.1.0 |
965 | 2023-11-18T00:22:39.943Z | Downloaded semver v0.1.20 |
966 | 2023-11-18T00:22:39.947Z | Downloaded tracing-core v0.1.31 |
967 | 2023-11-18T00:22:39.951Z | Downloaded tinyvec_macros v0.1.1 |
968 | 2023-11-18T00:22:39.954Z | Downloaded strum v0.25.0 |
969 | 2023-11-18T00:22:39.958Z | Downloaded debug-ignore v1.0.5 |
970 | 2023-11-18T00:22:39.962Z | Downloaded httpdate v1.0.3 |
971 | 2023-11-18T00:22:39.974Z | Downloaded futures-executor v0.3.29 |
972 | 2023-11-18T00:22:39.987Z | Downloaded stable_deref_trait v1.2.0 |
973 | 2023-11-18T00:22:39.999Z | Downloaded futures-task v0.3.29 |
974 | 2023-11-18T00:22:40.007Z | Downloaded fragile v2.0.0 |
975 | 2023-11-18T00:22:40.022Z | Downloaded radium v0.7.0 |
976 | 2023-11-18T00:22:40.026Z | Downloaded serial_test_derive v0.10.0 |
977 | 2023-11-18T00:22:40.029Z | Downloaded normalize-line-endings v0.3.0 |
978 | 2023-11-18T00:22:40.033Z | Downloaded digest v0.10.7 |
979 | 2023-11-18T00:22:40.036Z | Downloaded socket2 v0.5.4 |
980 | 2023-11-18T00:22:40.040Z | Downloaded proc-macro-crate v1.3.1 |
981 | 2023-11-18T00:22:40.043Z | Downloaded toolchain_find v0.2.0 |
982 | 2023-11-18T00:22:40.046Z | Downloaded data-encoding v2.4.0 |
983 | 2023-11-18T00:22:40.049Z | Downloaded precomputed-hash v0.1.1 |
984 | 2023-11-18T00:22:40.053Z | Downloaded funty v2.0.0 |
985 | 2023-11-18T00:22:40.058Z | Downloaded elliptic-curve v0.13.5 |
986 | 2023-11-18T00:22:40.062Z | Downloaded parse-display v0.8.2 |
987 | 2023-11-18T00:22:40.065Z | Downloaded pretty-hex v0.3.0 |
988 | 2023-11-18T00:22:40.069Z | Downloaded dirs-sys-next v0.1.2 |
989 | 2023-11-18T00:22:40.073Z | Downloaded slab v0.4.9 |
990 | 2023-11-18T00:22:40.076Z | Downloaded dirs-next v2.0.0 |
991 | 2023-11-18T00:22:40.079Z | Downloaded slog-stdlog v4.1.1 |
992 | 2023-11-18T00:22:40.082Z | Downloaded quick-error v1.2.3 |
993 | 2023-11-18T00:22:40.085Z | Downloaded rustc_version v0.4.0 |
994 | 2023-11-18T00:22:40.088Z | Downloaded smallvec v0.6.14 |
995 | 2023-11-18T00:22:40.092Z | Downloaded serde_plain v1.0.2 |
996 | 2023-11-18T00:22:40.100Z | Downloaded dyn-clone v1.0.13 |
997 | 2023-11-18T00:22:40.104Z | Downloaded http v0.2.9 |
998 | 2023-11-18T00:22:40.108Z | Downloaded futures-io v0.3.29 |
999 | 2023-11-18T00:22:40.113Z | Downloaded futures-timer v3.0.2 |
1000 | 2023-11-18T00:22:40.117Z | Downloaded dashmap v5.5.1 |
1001 | 2023-11-18T00:22:40.125Z | Downloaded relative-path v1.9.0 |
1002 | 2023-11-18T00:22:40.131Z | Downloaded idna v0.4.0 |
1003 | 2023-11-18T00:22:40.149Z | Downloaded futures-core v0.3.29 |
1004 | 2023-11-18T00:22:40.157Z | Downloaded predicates v3.0.4 |
1005 | 2023-11-18T00:22:40.166Z | Downloaded futures-channel v0.3.29 |
1006 | 2023-11-18T00:22:40.173Z | Downloaded x509-cert v0.2.4 |
1007 | 2023-11-18T00:22:40.180Z | Downloaded structmeta-derive v0.2.0 |
1008 | 2023-11-18T00:22:40.184Z | Downloaded dof v0.1.5 |
1009 | 2023-11-18T00:22:40.193Z | Downloaded signal-hook v0.3.17 |
1010 | 2023-11-18T00:22:40.204Z | Downloaded pest_derive v2.7.2 |
1011 | 2023-11-18T00:22:40.210Z | Downloaded tar v0.4.40 |
1012 | 2023-11-18T00:22:40.214Z | Downloaded aho-corasick v1.0.4 |
1013 | 2023-11-18T00:22:40.218Z | Downloaded zone v0.3.0 |
1014 | 2023-11-18T00:22:40.222Z | Downloaded subprocess v0.2.9 |
1015 | 2023-11-18T00:22:40.235Z | Downloaded rustls-webpki v0.101.7 |
1016 | 2023-11-18T00:22:40.238Z | Downloaded tungstenite v0.18.0 |
1017 | 2023-11-18T00:22:40.242Z | Downloaded futures v0.3.29 |
1018 | 2023-11-18T00:22:40.245Z | Downloaded prettyplease v0.2.12 |
1019 | 2023-11-18T00:22:40.248Z | Downloaded pretty_assertions v1.4.0 |
1020 | 2023-11-18T00:22:40.252Z | Downloaded clap v2.34.0 |
1021 | 2023-11-18T00:22:40.255Z | Downloaded toml v0.5.11 |
1022 | 2023-11-18T00:22:40.259Z | Downloaded spin v0.9.8 |
1023 | 2023-11-18T00:22:40.264Z | Downloaded half v1.8.2 |
1024 | 2023-11-18T00:22:40.266Z | Downloaded zip v0.6.6 |
1025 | 2023-11-18T00:22:40.270Z | Downloaded serde_yaml v0.9.25 |
1026 | 2023-11-18T00:22:40.273Z | Downloaded openssl v0.10.57 |
1027 | 2023-11-18T00:22:40.276Z | Downloaded hkdf v0.12.3 |
1028 | 2023-11-18T00:22:40.279Z | Downloaded object v0.30.4 |
1029 | 2023-11-18T00:22:40.283Z | Downloaded rayon v1.8.0 |
1030 | 2023-11-18T00:22:40.294Z | Downloaded idna v0.2.3 |
1031 | 2023-11-18T00:22:40.311Z | Downloaded tabled v0.14.0 |
1032 | 2023-11-18T00:22:40.340Z | Downloaded expectorate v1.1.0 |
1033 | 2023-11-18T00:22:40.344Z | Downloaded portable-atomic v1.4.3 |
1034 | 2023-11-18T00:22:40.356Z | Downloaded tough v0.14.0 |
1035 | 2023-11-18T00:22:40.373Z | Downloaded rustix v0.38.9 |
1036 | 2023-11-18T00:22:40.421Z | Downloaded regex-syntax v0.7.5 |
1037 | 2023-11-18T00:22:40.437Z | Downloaded regex-syntax v0.6.29 |
1038 | 2023-11-18T00:22:40.454Z | Downloaded hyper v0.14.27 |
1039 | 2023-11-18T00:22:40.474Z | Downloaded polar-core v0.27.0 |
1040 | 2023-11-18T00:22:40.489Z | Downloaded h2 v0.3.21 |
1041 | 2023-11-18T00:22:40.505Z | Downloaded vcpkg v0.2.15 |
1042 | 2023-11-18T00:22:40.606Z | Downloaded futures-util v0.3.29 |
1043 | 2023-11-18T00:22:40.614Z | Downloaded webpki-roots v0.25.2 |
1044 | 2023-11-18T00:22:40.626Z | Downloaded smoltcp v0.8.2 |
1045 | 2023-11-18T00:22:40.641Z | Downloaded rustls v0.21.8 |
1046 | 2023-11-18T00:22:40.657Z | Downloaded regress v0.7.1 |
1047 | 2023-11-18T00:22:40.678Z | Downloaded trust-dns-proto v0.22.0 |
1048 | 2023-11-18T00:22:40.696Z | Downloaded regex-syntax v0.8.2 |
1049 | 2023-11-18T00:22:40.716Z | Downloaded sled v0.34.7 |
1050 | 2023-11-18T00:22:40.737Z | Downloaded openapiv3 v1.0.3 |
1051 | 2023-11-18T00:22:40.763Z | Downloaded regex-automata v0.4.3 |
1052 | 2023-11-18T00:22:40.797Z | Downloaded regex-automata v0.3.8 |
1053 | 2023-11-18T00:22:40.867Z | Downloaded bstr v1.6.0 |
1054 | 2023-11-18T00:22:40.875Z | Downloaded encoding_rs v0.8.33 |
1055 | 2023-11-18T00:22:40.905Z | Downloaded tokio v1.33.0 |
1056 | 2023-11-18T00:22:40.971Z | Downloaded sha3 v0.10.8 |
1057 | 2023-11-18T00:22:40.987Z | Downloaded diesel v2.1.3 |
1058 | 2023-11-18T00:22:41.018Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1059 | 2023-11-18T00:22:41.045Z | Downloaded radix_trie v0.2.1 |
1060 | 2023-11-18T00:22:41.055Z | Downloaded ratatui v0.23.0 |
1061 | 2023-11-18T00:22:41.486Z | Downloaded zerocopy-derive v0.6.4 |
1062 | 2023-11-18T00:22:41.490Z | Downloaded zerocopy-derive v0.2.0 |
1063 | 2023-11-18T00:22:41.494Z | Downloaded proptest v1.3.1 |
1064 | 2023-11-18T00:22:41.501Z | Downloaded quick-xml v0.23.1 |
1065 | 2023-11-18T00:22:41.506Z | Downloaded petgraph v0.6.4 |
1066 | 2023-11-18T00:22:41.510Z | Downloaded syn v1.0.109 |
1067 | 2023-11-18T00:22:41.514Z | Downloaded smoltcp v0.9.1 |
1068 | 2023-11-18T00:22:41.518Z | Downloaded gimli v0.28.0 |
1069 | 2023-11-18T00:22:41.522Z | Downloaded openapiv3 v2.0.0-rc.1 |
1070 | 2023-11-18T00:22:41.526Z | Downloaded reqwest v0.11.22 |
1071 | 2023-11-18T00:22:41.529Z | Downloaded object v0.32.1 |
1072 | 2023-11-18T00:22:41.540Z | Downloaded bitvec v1.0.1 |
1073 | 2023-11-18T00:22:41.556Z | Downloaded regex v1.10.2 |
1074 | 2023-11-18T00:22:41.568Z | Downloaded unicode-normalization v0.1.22 |
1075 | 2023-11-18T00:22:41.577Z | Downloaded ring v0.17.5 |
1076 | 2023-11-18T00:22:41.585Z | Downloaded toml_edit v0.19.15 |
1077 | 2023-11-18T00:22:41.589Z | Downloaded plotters v0.3.5 |
1078 | 2023-11-18T00:22:41.592Z | Downloaded ring v0.16.20 |
1079 | 2023-11-18T00:22:41.707Z | Downloaded lalrpop v0.19.12 |
1080 | 2023-11-18T00:22:41.732Z | Downloaded bstr v0.2.17 |
1081 | 2023-11-18T00:22:41.747Z | Downloaded bindgen v0.65.1 |
1082 | 2023-11-18T00:22:42.171Z | Downloaded tokio-postgres v0.7.10 |
1083 | 2023-11-18T00:22:42.179Z | Downloaded der v0.7.8 |
1084 | 2023-11-18T00:22:42.590Z | Downloaded chrono v0.4.31 |
1085 | 2023-11-18T00:22:42.594Z | Downloaded synstructure v0.12.6 |
1086 | 2023-11-18T00:22:42.597Z | Downloaded typenum v1.16.0 |
1087 | 2023-11-18T00:22:42.601Z | Downloaded pin-project v1.1.3 |
1088 | 2023-11-18T00:22:42.607Z | Downloaded pest_meta v2.7.2 |
1089 | 2023-11-18T00:22:42.619Z | Downloaded pest v2.7.2 |
1090 | 2023-11-18T00:22:42.638Z | Downloaded unicode-segmentation v1.10.1 |
1091 | 2023-11-18T00:22:42.675Z | Downloaded time v0.3.27 |
1092 | 2023-11-18T00:22:42.685Z | Downloaded num-bigint-dig v0.8.4 |
1093 | 2023-11-18T00:22:42.688Z | Downloaded wyz v0.5.1 |
1094 | 2023-11-18T00:22:42.691Z | Downloaded toml v0.7.8 |
1095 | 2023-11-18T00:22:42.695Z | Downloaded regex-automata v0.1.10 |
1096 | 2023-11-18T00:22:42.699Z | Downloaded libm v0.2.7 |
1097 | 2023-11-18T00:22:42.702Z | Downloaded structopt v0.3.26 |
1098 | 2023-11-18T00:22:42.706Z | Downloaded tungstenite v0.20.1 |
1099 | 2023-11-18T00:22:42.709Z | Downloaded topological-sort v0.2.2 |
1100 | 2023-11-18T00:22:42.712Z | Downloaded httptest v0.15.5 |
1101 | 2023-11-18T00:22:42.717Z | Downloaded getopts v0.2.21 |
1102 | 2023-11-18T00:22:42.720Z | Downloaded proc-macro-error v1.0.4 |
1103 | 2023-11-18T00:22:42.723Z | Downloaded secrecy v0.8.0 |
1104 | 2023-11-18T00:22:42.726Z | Downloaded partial-io v0.5.4 |
1105 | 2023-11-18T00:22:42.729Z | Downloaded unicode-bidi v0.3.13 |
1106 | 2023-11-18T00:22:42.733Z | Downloaded rand v0.4.6 |
1107 | 2023-11-18T00:22:42.736Z | Downloaded libxml v0.3.3 |
1108 | 2023-11-18T00:22:42.739Z | Downloaded vec_map v0.8.2 |
1109 | 2023-11-18T00:22:42.742Z | Downloaded trust-dns-client v0.22.0 |
1110 | 2023-11-18T00:22:42.745Z | Downloaded siphasher v0.3.11 |
1111 | 2023-11-18T00:22:42.748Z | Downloaded fs-err v2.9.0 |
1112 | 2023-11-18T00:22:42.752Z | Downloaded strum_macros v0.25.2 |
1113 | 2023-11-18T00:22:42.755Z | Downloaded ppv-lite86 v0.2.17 |
1114 | 2023-11-18T00:22:42.758Z | Downloaded rustfmt-wrapper v0.2.0 |
1115 | 2023-11-18T00:22:42.762Z | Downloaded tinytemplate v1.2.1 |
1116 | 2023-11-18T00:22:42.765Z | Downloaded der_derive v0.7.2 |
1117 | 2023-11-18T00:22:42.768Z | Downloaded parking_lot_core v0.9.8 |
1118 | 2023-11-18T00:22:42.771Z | Downloaded rstest_macros v0.18.2 |
1119 | 2023-11-18T00:22:42.774Z | Downloaded rsa v0.9.2 |
1120 | 2023-11-18T00:22:42.777Z | Downloaded pem v3.0.2 |
1121 | 2023-11-18T00:22:42.780Z | Downloaded pem-rfc7468 v0.7.0 |
1122 | 2023-11-18T00:22:42.783Z | Downloaded term v0.7.0 |
1123 | 2023-11-18T00:22:42.788Z | Downloaded pkcs1 v0.7.5 |
1124 | 2023-11-18T00:22:42.791Z | Downloaded hmac v0.12.1 |
1125 | 2023-11-18T00:22:42.795Z | Downloaded tinyvec v1.6.0 |
1126 | 2023-11-18T00:22:42.797Z | Downloaded fatfs v0.3.6 |
1127 | 2023-11-18T00:22:42.800Z | Downloaded headers v0.3.9 |
1128 | 2023-11-18T00:22:42.803Z | Downloaded tokio-util v0.7.10 |
1129 | 2023-11-18T00:22:42.806Z | Downloaded tokio-stream v0.1.14 |
1130 | 2023-11-18T00:22:42.810Z | Downloaded yasna v0.5.2 |
1131 | 2023-11-18T00:22:42.813Z | Downloaded serde_with_macros v2.3.3 |
1132 | 2023-11-18T00:22:42.816Z | Downloaded scopeguard v1.2.0 |
1133 | 2023-11-18T00:22:42.824Z | Downloaded pem v1.1.1 |
1134 | 2023-11-18T00:22:43.245Z | Downloaded tokio-rustls v0.24.1 |
1135 | 2023-11-18T00:22:43.670Z | Downloaded form_urlencoded v1.2.0 |
1136 | 2023-11-18T00:22:43.674Z | Downloaded tokio-native-tls v0.3.1 |
1137 | 2023-11-18T00:22:43.677Z | Downloaded tui-tree-widget v0.13.0 |
1138 | 2023-11-18T00:22:43.680Z | Downloaded mio v0.8.8 |
1139 | 2023-11-18T00:22:43.720Z | Downloaded signal-hook-mio v0.2.3 |
1140 | 2023-11-18T00:22:43.723Z | Downloaded serde_tokenstream v0.2.0 |
1141 | 2023-11-18T00:22:43.726Z | Downloaded serde_repr v0.1.16 |
1142 | 2023-11-18T00:22:43.730Z | Downloaded hyper-rustls v0.24.2 |
1143 | 2023-11-18T00:22:43.733Z | Downloaded snafu v0.7.5 |
1144 | 2023-11-18T00:22:43.737Z | Downloaded curve25519-dalek v4.1.0 |
1145 | 2023-11-18T00:22:43.740Z | Downloaded unsafe-libyaml v0.2.9 |
1146 | 2023-11-18T00:22:43.743Z | Downloaded vte v0.11.1 |
1147 | 2023-11-18T00:22:43.747Z | Downloaded steno v0.4.0 |
1148 | 2023-11-18T00:22:43.750Z | Downloaded sha1 v0.10.6 |
1149 | 2023-11-18T00:22:43.753Z | Downloaded tempdir v0.3.7 |
1150 | 2023-11-18T00:22:43.756Z | Downloaded serde_derive_internals v0.26.0 |
1151 | 2023-11-18T00:22:43.759Z | Downloaded url v2.4.1 |
1152 | 2023-11-18T00:22:43.762Z | Downloaded generic-array v0.14.7 |
1153 | 2023-11-18T00:22:43.765Z | Downloaded strum_macros v0.24.3 |
1154 | 2023-11-18T00:22:43.768Z | Downloaded structopt-derive v0.4.18 |
1155 | 2023-11-18T00:22:43.771Z | Downloaded ucd-trie v0.1.6 |
1156 | 2023-11-18T00:22:43.775Z | Downloaded rand v0.8.5 |
1157 | 2023-11-18T00:22:43.778Z | Downloaded env_logger v0.10.0 |
1158 | 2023-11-18T00:22:43.784Z | Downloaded password-hash v0.5.0 |
1159 | 2023-11-18T00:22:43.788Z | Downloaded postcard v0.7.3 |
1160 | 2023-11-18T00:22:43.793Z | Downloaded rust-argon2 v1.0.1 |
1161 | 2023-11-18T00:22:43.796Z | Downloaded smallvec v1.11.0 |
1162 | 2023-11-18T00:22:43.799Z | Downloaded foreign-types-shared v0.1.1 |
1163 | 2023-11-18T00:22:43.803Z | Downloaded unicode-xid v0.2.4 |
1164 | 2023-11-18T00:22:43.805Z | Downloaded postcard-cobs v0.1.5-pre |
1165 | 2023-11-18T00:22:43.809Z | Downloaded diff v0.1.13 |
1166 | 2023-11-18T00:22:43.817Z | Downloaded oso v0.27.0 |
1167 | 2023-11-18T00:22:43.828Z | Downloaded minimal-lexical v0.2.1 |
1168 | 2023-11-18T00:22:44.255Z | Downloaded pin-project-internal v1.1.3 |
1169 | 2023-11-18T00:22:44.273Z | Downloaded threadpool v1.8.1 |
1170 | 2023-11-18T00:22:44.281Z | Downloaded test-strategy v0.3.1 |
1171 | 2023-11-18T00:22:44.287Z | Downloaded swrite v0.1.0 |
1172 | 2023-11-18T00:22:44.298Z | Downloaded phf_shared v0.10.0 |
1173 | 2023-11-18T00:22:44.306Z | Downloaded nom v7.1.3 |
1174 | 2023-11-18T00:22:44.311Z | Downloaded deranged v0.3.8 |
1175 | 2023-11-18T00:22:44.318Z | Downloaded hash32 v0.2.1 |
1176 | 2023-11-18T00:22:44.324Z | Downloaded fxhash v0.2.1 |
1177 | 2023-11-18T00:22:44.330Z | Downloaded phf_shared v0.11.2 |
1178 | 2023-11-18T00:22:44.337Z | Downloaded phf v0.11.2 |
1179 | 2023-11-18T00:22:44.345Z | Downloaded pest_generator v2.7.2 |
1180 | 2023-11-18T00:22:44.350Z | Downloaded rstest v0.18.2 |
1181 | 2023-11-18T00:22:44.354Z | Downloaded tabled_derive v0.6.0 |
1182 | 2023-11-18T00:22:44.359Z | Downloaded rustls-native-certs v0.6.3 |
1183 | 2023-11-18T00:22:44.362Z | Downloaded serde_with v2.3.3 |
1184 | 2023-11-18T00:22:44.381Z | Downloaded indicatif v0.17.7 |
1185 | 2023-11-18T00:22:44.388Z | Downloaded humantime v2.1.0 |
1186 | 2023-11-18T00:22:44.392Z | Downloaded predicates v2.1.5 |
1187 | 2023-11-18T00:22:44.397Z | Downloaded socket2 v0.4.9 |
1188 | 2023-11-18T00:22:44.404Z | Downloaded hashbrown v0.13.2 |
1189 | 2023-11-18T00:22:44.407Z | Downloaded parse-display-derive v0.8.2 |
1190 | 2023-11-18T00:22:44.411Z | Downloaded walkdir v2.4.0 |
1191 | 2023-11-18T00:22:44.414Z | Downloaded derive-where v1.2.5 |
1192 | 2023-11-18T00:22:44.420Z | Downloaded slog v2.7.0 |
1193 | 2023-11-18T00:22:44.425Z | Downloaded schemars v0.8.13 |
1194 | 2023-11-18T00:22:44.429Z | Downloaded r2d2 v0.8.10 |
1195 | 2023-11-18T00:22:44.433Z | Downloaded rcgen v0.11.3 |
1196 | 2023-11-18T00:22:44.436Z | Downloaded glob v0.3.1 |
1197 | 2023-11-18T00:22:44.440Z | Downloaded crossterm v0.27.0 |
1198 | 2023-11-18T00:22:44.445Z | Downloaded shell-words v1.1.0 |
1199 | 2023-11-18T00:22:44.449Z | Downloaded textwrap v0.16.0 |
1200 | 2023-11-18T00:22:44.452Z | Downloaded highway v1.1.0 |
1201 | 2023-11-18T00:22:44.459Z | Downloaded heapless v0.7.16 |
1202 | 2023-11-18T00:22:44.471Z | Downloaded version_check v0.9.4 |
1203 | 2023-11-18T00:22:44.475Z | Downloaded pin-utils v0.1.0 |
1204 | 2023-11-18T00:22:44.478Z | Downloaded rpassword v7.2.0 |
1205 | 2023-11-18T00:22:44.482Z | Downloaded take_mut v0.2.2 |
1206 | 2023-11-18T00:22:44.488Z | Downloaded fixedbitset v0.4.2 |
1207 | 2023-11-18T00:22:44.492Z | Downloaded tracing v0.1.37 |
1208 | 2023-11-18T00:22:44.497Z | Downloaded thiserror-no-std v2.0.2 |
1209 | 2023-11-18T00:22:44.501Z | Downloaded derive_builder v0.12.0 |
1210 | 2023-11-18T00:22:44.504Z | Downloaded darling_core v0.20.3 |
1211 | 2023-11-18T00:22:44.510Z | Downloaded bytes v1.5.0 |
1212 | 2023-11-18T00:22:44.514Z | Downloaded yansi v0.5.1 |
1213 | 2023-11-18T00:22:44.517Z | Downloaded ref-cast-impl v1.0.20 |
1214 | 2023-11-18T00:22:44.521Z | Downloaded pkg-config v0.3.27 |
1215 | 2023-11-18T00:22:44.525Z | Downloaded flume v0.11.0 |
1216 | 2023-11-18T00:22:44.528Z | Downloaded crypto-bigint v0.5.2 |
1217 | 2023-11-18T00:22:44.532Z | Downloaded clang-sys v1.6.1 |
1218 | 2023-11-18T00:22:44.536Z | Downloaded snafu-derive v0.7.5 |
1219 | 2023-11-18T00:22:44.541Z | Downloaded postgres-types v0.2.6 |
1220 | 2023-11-18T00:22:44.544Z | Downloaded tempfile v3.8.0 |
1221 | 2023-11-18T00:22:44.549Z | Downloaded tap v1.0.1 |
1222 | 2023-11-18T00:22:44.554Z | Downloaded wait-timeout v0.2.0 |
1223 | 2023-11-18T00:22:44.557Z | Downloaded unicase v2.7.0 |
1224 | 2023-11-18T00:22:44.564Z | Downloaded hostname v0.3.1 |
1225 | 2023-11-18T00:22:44.570Z | Downloaded zeroize v1.6.0 |
1226 | 2023-11-18T00:22:44.575Z | Downloaded ed25519 v1.5.3 |
1227 | 2023-11-18T00:22:44.579Z | Downloaded scheduled-thread-pool v0.2.7 |
1228 | 2023-11-18T00:22:44.582Z | Downloaded rayon-core v1.12.0 |
1229 | 2023-11-18T00:22:44.587Z | Downloaded usdt-macro v0.3.5 |
1230 | 2023-11-18T00:22:44.595Z | Downloaded itertools v0.11.0 |
1231 | 2023-11-18T00:22:44.599Z | Downloaded num-bigint v0.4.4 |
1232 | 2023-11-18T00:22:44.603Z | Downloaded trybuild v1.0.85 |
1233 | 2023-11-18T00:22:44.612Z | Downloaded trust-dns-server v0.22.1 |
1234 | 2023-11-18T00:22:44.617Z | Downloaded parking_lot_core v0.8.6 |
1235 | 2023-11-18T00:22:44.627Z | Downloaded libloading v0.7.4 |
1236 | 2023-11-18T00:22:45.048Z | Downloaded rand_xorshift v0.3.0 |
1237 | 2023-11-18T00:22:45.054Z | Downloaded trust-dns-resolver v0.22.0 |
1238 | 2023-11-18T00:22:45.057Z | Downloaded tokio-tungstenite v0.18.0 |
1239 | 2023-11-18T00:22:45.061Z | Downloaded papergrid v0.10.0 |
1240 | 2023-11-18T00:22:45.069Z | Downloaded crossbeam-epoch v0.9.15 |
1241 | 2023-11-18T00:22:45.072Z | Downloaded endian-type v0.1.2 |
1242 | 2023-11-18T00:22:45.076Z | Downloaded flagset v0.4.3 |
1243 | 2023-11-18T00:22:45.080Z | Downloaded ref-cast v1.0.20 |
1244 | 2023-11-18T00:22:45.084Z | Downloaded crossbeam-channel v0.5.8 |
1245 | 2023-11-18T00:22:45.087Z | Downloaded criterion v0.5.1 |
1246 | 2023-11-18T00:22:45.091Z | Downloaded fd-lock v3.0.13 |
1247 | 2023-11-18T00:22:45.095Z | Downloaded usdt v0.3.5 |
1248 | 2023-11-18T00:22:45.100Z | Downloaded untrusted v0.7.1 |
1249 | 2023-11-18T00:22:45.111Z | Downloaded display-error-chain v0.2.0 |
1250 | 2023-11-18T00:22:45.118Z | Downloaded serde-big-array v0.4.1 |
1251 | 2023-11-18T00:22:45.126Z | Downloaded reedline v0.25.0 |
1252 | 2023-11-18T00:22:45.131Z | Downloaded flate2 v1.0.28 |
1253 | 2023-11-18T00:22:45.137Z | Downloaded base64 v0.21.5 |
1254 | 2023-11-18T00:22:45.146Z | Downloaded derive_more v0.99.17 |
1255 | 2023-11-18T00:22:45.156Z | Downloaded home v0.5.5 |
1256 | 2023-11-18T00:22:45.168Z | Downloaded slog-async v2.8.0 |
1257 | 2023-11-18T00:22:45.176Z | Downloaded path-slash v0.1.5 |
1258 | 2023-11-18T00:22:45.182Z | Downloaded parking_lot v0.11.2 |
1259 | 2023-11-18T00:22:45.188Z | Downloaded vte_generate_state_changes v0.1.1 |
1260 | 2023-11-18T00:22:45.193Z | Downloaded fastrand v2.0.0 |
1261 | 2023-11-18T00:22:45.204Z | Downloaded time-core v0.1.1 |
1262 | 2023-11-18T00:22:45.211Z | Downloaded path-absolutize v3.1.0 |
1263 | 2023-11-18T00:22:45.220Z | Downloaded slog-dtrace v0.2.3 |
1264 | 2023-11-18T00:22:45.226Z | Downloaded paste v1.0.14 |
1265 | 2023-11-18T00:22:45.238Z | Downloaded platforms v3.0.2 |
1266 | 2023-11-18T00:22:45.253Z | Downloaded lalrpop-util v0.19.12 |
1267 | 2023-11-18T00:22:45.261Z | Downloaded console v0.15.7 |
1268 | 2023-11-18T00:22:45.271Z | Downloaded signature v2.1.0 |
1269 | 2023-11-18T00:22:45.283Z | Downloaded globset v0.4.13 |
1270 | 2023-11-18T00:22:45.294Z | Downloaded plotters-svg v0.3.5 |
1271 | 2023-11-18T00:22:45.318Z | Downloaded num-traits v0.2.16 |
1272 | 2023-11-18T00:22:45.741Z | Downloaded structmeta v0.2.0 |
1273 | 2023-11-18T00:22:45.753Z | Downloaded sha2 v0.10.8 |
1274 | 2023-11-18T00:22:45.770Z | Downloaded semver v0.11.0 |
1275 | 2023-11-18T00:22:46.190Z | Downloaded bcs v0.1.6 |
1276 | 2023-11-18T00:22:46.194Z | Downloaded doc-comment v0.3.3 |
1277 | 2023-11-18T00:22:46.200Z | Downloaded foreign-types-macros v0.2.3 |
1278 | 2023-11-18T00:22:46.203Z | Downloaded num_enum v0.5.11 |
1279 | 2023-11-18T00:22:46.206Z | Downloaded darling_core v0.14.4 |
1280 | 2023-11-18T00:22:46.210Z | Downloaded ascii-canvas v3.0.0 |
1281 | 2023-11-18T00:22:46.213Z | Downloaded backtrace v0.3.69 |
1282 | 2023-11-18T00:22:46.217Z | Downloaded diesel_derives v2.1.1 |
1283 | 2023-11-18T00:22:46.220Z | Downloaded rand_core v0.6.4 |
1284 | 2023-11-18T00:22:46.223Z | Downloaded ena v0.14.2 |
1285 | 2023-11-18T00:22:46.227Z | Downloaded log v0.4.20 |
1286 | 2023-11-18T00:22:46.230Z | Downloaded lock_api v0.4.10 |
1287 | 2023-11-18T00:22:46.239Z | Downloaded num v0.4.1 |
1288 | 2023-11-18T00:22:46.670Z | Downloaded nanorand v0.7.0 |
1289 | 2023-11-18T00:22:46.674Z | Downloaded linked-hash-map v0.5.6 |
1290 | 2023-11-18T00:22:46.677Z | Downloaded libtest-mimic v0.6.1 |
1291 | 2023-11-18T00:22:46.686Z | Downloaded lazycell v1.3.0 |
1292 | 2023-11-18T00:22:46.694Z | Downloaded cassowary v0.3.0 |
1293 | 2023-11-18T00:22:46.711Z | Downloaded slog-envlogger v2.2.0 |
1294 | 2023-11-18T00:22:46.723Z | Downloaded rand_chacha v0.3.1 |
1295 | 2023-11-18T00:22:46.730Z | Downloaded postgres-protocol v0.6.6 |
1296 | 2023-11-18T00:22:46.738Z | Downloaded crucible-workspace-hack v0.1.0 |
1297 | 2023-11-18T00:22:46.742Z | Downloaded either v1.9.0 |
1298 | 2023-11-18T00:22:46.746Z | Downloaded thread-id v4.2.0 |
1299 | 2023-11-18T00:22:46.750Z | Downloaded salty v0.2.0 |
1300 | 2023-11-18T00:22:46.753Z | Downloaded thread_local v1.1.7 |
1301 | 2023-11-18T00:22:46.757Z | Downloaded strsim v0.8.0 |
1302 | 2023-11-18T00:22:46.760Z | Downloaded serial_test v0.10.0 |
1303 | 2023-11-18T00:22:46.764Z | Downloaded owo-colors v3.5.0 |
1304 | 2023-11-18T00:22:46.767Z | Downloaded num_cpus v1.16.0 |
1305 | 2023-11-18T00:22:46.772Z | Downloaded crossbeam-deque v0.8.3 |
1306 | 2023-11-18T00:22:46.775Z | Downloaded utf-8 v0.7.6 |
1307 | 2023-11-18T00:22:46.779Z | Downloaded cc v1.0.83 |
1308 | 2023-11-18T00:22:46.783Z | Downloaded nodrop v0.1.14 |
1309 | 2023-11-18T00:22:46.791Z | Downloaded block-padding v0.3.3 |
1310 | 2023-11-18T00:22:46.800Z | Downloaded openssl-sys v0.9.93 |
1311 | 2023-11-18T00:22:46.818Z | Downloaded miniz_oxide v0.7.1 |
1312 | 2023-11-18T00:22:46.835Z | Downloaded md-5 v0.10.5 |
1313 | 2023-11-18T00:22:47.271Z | Downloaded path-dedot v3.1.0 |
1314 | 2023-11-18T00:22:47.298Z | Downloaded ipnetwork v0.20.0 |
1315 | 2023-11-18T00:22:47.315Z | Downloaded derive_builder_core v0.12.0 |
1316 | 2023-11-18T00:22:47.327Z | Downloaded vsss-rs v3.3.1 |
1317 | 2023-11-18T00:22:47.343Z | Downloaded match_cfg v0.1.0 |
1318 | 2023-11-18T00:22:47.363Z | Downloaded mime_guess v2.0.4 |
1319 | 2023-11-18T00:22:47.368Z | Downloaded crossbeam v0.8.2 |
1320 | 2023-11-18T00:22:47.379Z | Downloaded buf-list v1.0.3 |
1321 | 2023-11-18T00:22:47.384Z | Downloaded arc-swap v1.6.0 |
1322 | 2023-11-18T00:22:47.389Z | Downloaded mockall v0.11.4 |
1323 | 2023-11-18T00:22:47.393Z | Downloaded dtrace-parser v0.1.14 |
1324 | 2023-11-18T00:22:47.396Z | Downloaded string_cache v0.8.7 |
1325 | 2023-11-18T00:22:47.400Z | Downloaded rusty-fork v0.3.0 |
1326 | 2023-11-18T00:22:47.405Z | Downloaded once_cell v1.18.0 |
1327 | 2023-11-18T00:22:47.409Z | Downloaded cipher v0.4.4 |
1328 | 2023-11-18T00:22:47.413Z | Downloaded termtree v0.4.1 |
1329 | 2023-11-18T00:22:47.417Z | Downloaded num_enum_derive v0.5.11 |
1330 | 2023-11-18T00:22:47.422Z | Downloaded nu-ansi-term v0.49.0 |
1331 | 2023-11-18T00:22:47.426Z | Downloaded indoc v1.0.9 |
1332 | 2023-11-18T00:22:47.430Z | Downloaded cexpr v0.6.0 |
1333 | 2023-11-18T00:22:47.434Z | Downloaded base16ct v0.2.0 |
1334 | 2023-11-18T00:22:47.438Z | Downloaded tokio-macros v2.1.0 |
1335 | 2023-11-18T00:22:47.442Z | Downloaded bitflags v2.4.0 |
1336 | 2023-11-18T00:22:47.446Z | Downloaded async-stream v0.3.5 |
1337 | 2023-11-18T00:22:47.450Z | Downloaded tokio-tungstenite v0.20.1 |
1338 | 2023-11-18T00:22:47.454Z | Downloaded textwrap v0.11.0 |
1339 | 2023-11-18T00:22:47.457Z | Downloaded strip-ansi-escapes v0.2.0 |
1340 | 2023-11-18T00:22:47.461Z | Downloaded stringprep v0.1.3 |
1341 | 2023-11-18T00:22:47.465Z | Downloaded signal-hook-registry v1.4.1 |
1342 | 2023-11-18T00:22:47.469Z | Downloaded crypto-common v0.1.6 |
1343 | 2023-11-18T00:22:47.473Z | Downloaded cast v0.3.0 |
1344 | 2023-11-18T00:22:47.477Z | Downloaded same-file v1.0.6 |
1345 | 2023-11-18T00:22:47.481Z | Downloaded rustversion v1.0.14 |
1346 | 2023-11-18T00:22:47.484Z | Downloaded tiny-keccak v2.0.2 |
1347 | 2023-11-18T00:22:47.488Z | Downloaded similar-asserts v1.5.0 |
1348 | 2023-11-18T00:22:47.491Z | Downloaded signature v1.6.4 |
1349 | 2023-11-18T00:22:47.496Z | Downloaded num-integer v0.1.45 |
1350 | 2023-11-18T00:22:47.500Z | Downloaded num-complex v0.4.4 |
1351 | 2023-11-18T00:22:47.504Z | Downloaded maybe-uninit v2.0.0 |
1352 | 2023-11-18T00:22:47.508Z | Downloaded crossbeam-queue v0.3.8 |
1353 | 2023-11-18T00:22:47.512Z | Downloaded crc-any v2.4.3 |
1354 | 2023-11-18T00:22:47.516Z | Downloaded native-tls v0.2.11 |
1355 | 2023-11-18T00:22:47.519Z | Downloaded darling v0.20.3 |
1356 | 2023-11-18T00:22:47.523Z | Downloaded cfg-if v0.1.10 |
1357 | 2023-11-18T00:22:47.526Z | Downloaded block-buffer v0.10.4 |
1358 | 2023-11-18T00:22:47.531Z | Downloaded schemars_derive v0.8.13 |
1359 | 2023-11-18T00:22:47.534Z | Downloaded hex v0.4.3 |
1360 | 2023-11-18T00:22:47.538Z | Downloaded heck v0.3.3 |
1361 | 2023-11-18T00:22:47.542Z | Downloaded headers-core v0.2.0 |
1362 | 2023-11-18T00:22:47.545Z | Downloaded curve25519-dalek-derive v0.1.0 |
1363 | 2023-11-18T00:22:47.549Z | Downloaded crossbeam-utils v0.8.16 |
1364 | 2023-11-18T00:22:47.553Z | Downloaded fnv v1.0.7 |
1365 | 2023-11-18T00:22:47.557Z | Downloaded usdt-attr-macro v0.3.5 |
1366 | 2023-11-18T00:22:47.562Z | Downloaded blake2 v0.10.6 |
1367 | 2023-11-18T00:22:47.567Z | Downloaded parking_lot v0.12.1 |
1368 | 2023-11-18T00:22:47.581Z | Downloaded newline-converter v0.3.0 |
1369 | 2023-11-18T00:22:47.585Z | Downloaded mockall_derive v0.11.4 |
1370 | 2023-11-18T00:22:47.590Z | Downloaded ipnet v2.8.0 |
1371 | 2023-11-18T00:22:47.593Z | Downloaded cfg-if v1.0.0 |
1372 | 2023-11-18T00:22:47.597Z | Downloaded async-stream-impl v0.3.5 |
1373 | 2023-11-18T00:22:47.601Z | Downloaded num_threads v0.1.6 |
1374 | 2023-11-18T00:22:47.606Z | Downloaded mime v0.3.17 |
1375 | 2023-11-18T00:22:47.610Z | Downloaded maplit v1.0.2 |
1376 | 2023-11-18T00:22:47.613Z | Downloaded backoff v0.4.0 |
1377 | 2023-11-18T00:22:47.618Z | Downloaded array-init v0.0.4 |
1378 | 2023-11-18T00:22:47.623Z | Downloaded serde_path_to_error v0.1.14 |
1379 | 2023-11-18T00:22:47.628Z | Downloaded opaque-debug v0.3.0 |
1380 | 2023-11-18T00:22:47.632Z | Downloaded num-rational v0.4.1 |
1381 | 2023-11-18T00:22:47.637Z | Downloaded nibble_vec v0.1.0 |
1382 | 2023-11-18T00:22:47.641Z | Downloaded multer v2.1.0 |
1383 | 2023-11-18T00:22:47.645Z | Downloaded iana-time-zone v0.1.57 |
1384 | 2023-11-18T00:22:47.650Z | Downloaded crc32fast v1.3.2 |
1385 | 2023-11-18T00:22:47.654Z | Downloaded constant_time_eq v0.2.6 |
1386 | 2023-11-18T00:22:47.658Z | Downloaded sct v0.7.0 |
1387 | 2023-11-18T00:22:47.662Z | Downloaded memoffset v0.7.1 |
1388 | 2023-11-18T00:22:47.665Z | Downloaded macaddr v1.0.1 |
1389 | 2023-11-18T00:22:47.670Z | Downloaded linear-map v1.2.0 |
1390 | 2023-11-18T00:22:47.674Z | Downloaded libefi-sys v0.1.0 |
1391 | 2023-11-18T00:22:47.677Z | Downloaded is-terminal v0.4.9 |
1392 | 2023-11-18T00:22:47.681Z | Downloaded cstr-argument v0.1.2 |
1393 | 2023-11-18T00:22:47.685Z | Downloaded atomic-waker v1.1.1 |
1394 | 2023-11-18T00:22:47.689Z | Downloaded kstat-rs v0.2.3 |
1395 | 2023-11-18T00:22:47.693Z | Downloaded ahash v0.8.3 |
1396 | 2023-11-18T00:22:47.696Z | Downloaded indexmap v1.9.3 |
1397 | 2023-11-18T00:22:47.700Z | Downloaded bzip2 v0.4.4 |
1398 | 2023-11-18T00:22:47.704Z | Downloaded omicron-zone-package v0.8.3 |
1399 | 2023-11-18T00:22:47.707Z | Downloaded managed v0.8.0 |
1400 | 2023-11-18T00:22:47.715Z | Downloaded const-oid v0.9.5 |
1401 | 2023-11-18T00:22:47.724Z | Downloaded matches v0.1.10 |
1402 | 2023-11-18T00:22:47.738Z | Downloaded number_prefix v0.4.0 |
1403 | 2023-11-18T00:22:47.742Z | Downloaded approx v0.5.1 |
1404 | 2023-11-18T00:22:47.746Z | Downloaded packed_struct_codegen v0.10.1 |
1405 | 2023-11-18T00:22:47.749Z | Downloaded lazy_static v1.4.0 |
1406 | 2023-11-18T00:22:47.753Z | Downloaded impl-trait-for-tuples v0.2.2 |
1407 | 2023-11-18T00:22:47.756Z | Downloaded ciborium-ll v0.2.1 |
1408 | 2023-11-18T00:22:47.760Z | Downloaded keccak v0.1.4 |
1409 | 2023-11-18T00:22:47.763Z | Downloaded crc-catalog v2.2.0 |
1410 | 2023-11-18T00:22:47.767Z | Downloaded chacha20 v0.9.1 |
1411 | 2023-11-18T00:22:47.770Z | Downloaded bit-vec v0.6.3 |
1412 | 2023-11-18T00:22:47.773Z | Downloaded new_debug_unreachable v1.0.4 |
1413 | 2023-11-18T00:22:47.777Z | Downloaded itertools v0.10.5 |
1414 | 2023-11-18T00:22:47.781Z | Downloaded convert_case v0.4.0 |
1415 | 2023-11-18T00:22:47.787Z | Downloaded chacha20poly1305 v0.10.1 |
1416 | 2023-11-18T00:22:47.797Z | Downloaded byteorder v1.5.0 |
1417 | 2023-11-18T00:22:47.801Z | Downloaded blake2b_simd v1.0.1 |
1418 | 2023-11-18T00:22:47.805Z | Downloaded bit-set v0.5.3 |
1419 | 2023-11-18T00:22:47.808Z | Downloaded bb8 v0.8.1 |
1420 | 2023-11-18T00:22:47.811Z | Downloaded base64ct v1.6.0 |
1421 | 2023-11-18T00:22:47.814Z | Downloaded num-derive v0.4.0 |
1422 | 2023-11-18T00:22:47.818Z | Downloaded inout v0.1.3 |
1423 | 2023-11-18T00:22:47.821Z | Downloaded hyper-tls v0.5.0 |
1424 | 2023-11-18T00:22:47.825Z | Downloaded cookie v0.16.2 |
1425 | 2023-11-18T00:22:47.828Z | Downloaded bytesize v1.3.0 |
1426 | 2023-11-18T00:22:47.831Z | Downloaded bytecount v0.6.3 |
1427 | 2023-11-18T00:22:47.835Z | Downloaded assert_cmd v2.0.12 |
1428 | 2023-11-18T00:22:47.838Z | Downloaded ciborium v0.2.1 |
1429 | 2023-11-18T00:22:47.841Z | Downloaded ansi_term v0.12.1 |
1430 | 2023-11-18T00:22:47.845Z | Downloaded aead v0.5.2 |
1431 | 2023-11-18T00:22:47.848Z | Downloaded anes v0.1.6 |
1432 | 2023-11-18T00:22:47.851Z | Downloaded ident_case v1.0.1 |
1433 | 2023-11-18T00:22:47.856Z | Downloaded crc v3.0.1 |
1434 | 2023-11-18T00:22:47.859Z | Downloaded basic-toml v0.1.4 |
1435 | 2023-11-18T00:22:47.863Z | Downloaded atomicwrites v0.4.2 |
1436 | 2023-11-18T00:22:47.866Z | Downloaded adler v1.0.2 |
1437 | 2023-11-18T00:22:47.870Z | Downloaded arrayvec v0.7.4 |
1438 | 2023-11-18T00:22:47.873Z | Compiling proc-macro2 v1.0.69 |
1439 | 2023-11-18T00:22:47.877Z | Compiling serde v1.0.192 |
1440 | 2023-11-18T00:22:47.880Z | Compiling autocfg v1.1.0 |
1441 | 2023-11-18T00:22:47.883Z | Compiling version_check v0.9.4 |
1442 | 2023-11-18T00:22:47.887Z | Compiling syn v1.0.109 |
1443 | 2023-11-18T00:22:47.891Z | Compiling parking_lot_core v0.9.8 |
1444 | 2023-11-18T00:22:47.894Z | Compiling libm v0.2.7 |
1445 | 2023-11-18T00:22:47.897Z | Compiling libc v0.2.150 |
1446 | 2023-11-18T00:22:47.901Z | Compiling futures-core v0.3.29 |
1447 | 2023-11-18T00:22:47.948Z | Compiling cfg-if v1.0.0 |
1448 | 2023-11-18T00:22:47.952Z | Compiling typenum v1.16.0 |
1449 | 2023-11-18T00:22:47.955Z | Compiling once_cell v1.18.0 |
1450 | 2023-11-18T00:22:47.959Z | Compiling generic-array v0.14.7 |
1451 | 2023-11-18T00:22:47.962Z | Compiling futures-channel v0.3.29 |
1452 | 2023-11-18T00:22:47.965Z | Compiling lock_api v0.4.10 |
1453 | 2023-11-18T00:22:47.968Z | Compiling quote v1.0.33 |
1454 | 2023-11-18T00:22:47.974Z | Compiling num-traits v0.2.16 |
1455 | 2023-11-18T00:22:47.978Z | Compiling slab v0.4.9 |
1456 | 2023-11-18T00:22:47.981Z | Compiling futures-task v0.3.29 |
1457 | 2023-11-18T00:22:47.984Z | Compiling syn v2.0.32 |
1458 | 2023-11-18T00:22:47.989Z | Compiling cc v1.0.83 |
1459 | 2023-11-18T00:22:47.992Z | Compiling futures-util v0.3.29 |
1460 | 2023-11-18T00:22:47.995Z | Compiling memchr v2.6.3 |
1461 | 2023-11-18T00:22:47.998Z | Compiling pkg-config v0.3.27 |
1462 | 2023-11-18T00:22:48.003Z | Compiling itoa v1.0.9 |
1463 | 2023-11-18T00:22:48.006Z | Compiling log v0.4.20 |
1464 | 2023-11-18T00:22:48.014Z | Compiling serde_json v1.0.108 |
1465 | 2023-11-18T00:22:48.018Z | Compiling rustix v0.38.9 |
1466 | 2023-11-18T00:22:48.021Z | Compiling schemars v0.8.13 |
1467 | 2023-11-18T00:22:48.025Z | Compiling httparse v1.8.0 |
1468 | 2023-11-18T00:22:48.338Z | Compiling indexmap v1.9.3 |
1469 | 2023-11-18T00:22:48.429Z | Compiling getrandom v0.2.10 |
1470 | 2023-11-18T00:22:48.668Z | Compiling ryu v1.0.15 |
1471 | 2023-11-18T00:22:48.869Z | Compiling vcpkg v0.2.15 |
1472 | 2023-11-18T00:22:48.997Z | Compiling hashbrown v0.14.2 |
1473 | 2023-11-18T00:22:49.160Z | Compiling equivalent v1.0.1 |
1474 | 2023-11-18T00:22:49.181Z | Compiling ahash v0.8.3 |
1475 | 2023-11-18T00:22:49.291Z | Compiling openssl v0.10.57 |
1476 | 2023-11-18T00:22:49.662Z | Compiling fnv v1.0.7 |
1477 | 2023-11-18T00:22:49.778Z | Compiling scopeguard v1.2.0 |
1478 | 2023-11-18T00:22:49.822Z | Compiling aho-corasick v1.0.4 |
1479 | 2023-11-18T00:22:49.863Z | Compiling regex-syntax v0.8.2 |
1480 | 2023-11-18T00:22:50.665Z | Compiling rustls v0.21.8 |
1481 | 2023-11-18T00:22:50.685Z | Compiling ring v0.16.20 |
1482 | 2023-11-18T00:22:51.042Z | Compiling ring v0.17.5 |
1483 | 2023-11-18T00:22:51.730Z | Compiling openssl-sys v0.9.93 |
1484 | 2023-11-18T00:22:55.547Z | Compiling regex-automata v0.4.3 |
1485 | 2023-11-18T00:22:55.566Z | Compiling native-tls v0.2.11 |
1486 | 2023-11-18T00:22:55.817Z | Compiling async-trait v0.1.74 |
1487 | 2023-11-18T00:22:56.012Z | Compiling ucd-trie v0.1.6 |
1488 | 2023-11-18T00:22:56.491Z | Compiling unicode-xid v0.2.4 |
1489 | 2023-11-18T00:22:56.719Z | Compiling smallvec v1.11.0 |
1490 | 2023-11-18T00:22:56.732Z | Compiling backtrace v0.3.69 |
1491 | 2023-11-18T00:22:57.394Z | Compiling crossbeam-utils v0.8.16 |
1492 | 2023-11-18T00:22:58.049Z | Compiling serde_derive_internals v0.26.0 |
1493 | 2023-11-18T00:22:58.339Z | Compiling parking_lot v0.12.1 |
1494 | 2023-11-18T00:22:59.020Z | Compiling iana-time-zone v0.1.57 |
1495 | 2023-11-18T00:22:59.490Z | Compiling anyhow v1.0.75 |
1496 | 2023-11-18T00:22:59.508Z | Compiling slog v2.7.0 |
1497 | 2023-11-18T00:22:59.639Z | Compiling num-integer v0.1.45 |
1498 | 2023-11-18T00:23:00.065Z | Compiling crc32fast v1.3.2 |
1499 | 2023-11-18T00:23:00.268Z | Compiling byteorder v1.5.0 |
1500 | 2023-11-18T00:23:00.406Z | Compiling dyn-clone v1.0.13 |
1501 | 2023-11-18T00:23:00.794Z | Compiling synstructure v0.12.6 |
1502 | 2023-11-18T00:23:00.969Z | Compiling time-core v0.1.1 |
1503 | 2023-11-18T00:23:01.199Z | Compiling spin v0.5.2 |
1504 | 2023-11-18T00:23:01.326Z | Compiling hashbrown v0.13.2 |
1505 | 2023-11-18T00:23:01.508Z | Compiling time-macros v0.2.13 |
1506 | 2023-11-18T00:23:01.809Z | Compiling pin-project-lite v0.2.13 |
1507 | 2023-11-18T00:23:01.820Z | Compiling rustversion v1.0.14 |
1508 | 2023-11-18T00:23:01.990Z | Compiling regex v1.10.2 |
1509 | 2023-11-18T00:23:03.120Z | Compiling winnow v0.5.15 |
1510 | 2023-11-18T00:23:03.266Z | Compiling signal-hook-registry v1.4.1 |
1511 | 2023-11-18T00:23:03.653Z | Compiling mio v0.8.8 |
1512 | 2023-11-18T00:23:04.614Z | Compiling errno v0.3.2 |
1513 | 2023-11-18T00:23:04.874Z | Compiling num_cpus v1.16.0 |
1514 | 2023-11-18T00:23:05.032Z | Compiling socket2 v0.5.4 |
1515 | 2023-11-18T00:23:05.450Z | Compiling usdt-impl v0.3.5 |
1516 | 2023-11-18T00:23:05.473Z | Compiling futures-sink v0.3.29 |
1517 | 2023-11-18T00:23:05.669Z | Compiling unicode-width v0.1.11 |
1518 | 2023-11-18T00:23:05.901Z | Compiling memoffset v0.9.0 |
1519 | 2023-11-18T00:23:06.112Z | Compiling tinyvec_macros v0.1.1 |
1520 | 2023-11-18T00:23:06.229Z | Compiling tinyvec v1.6.0 |
1521 | 2023-11-18T00:23:06.960Z | Compiling pin-utils v0.1.0 |
1522 | 2023-11-18T00:23:06.994Z | Compiling futures-io v0.3.29 |
1523 | 2023-11-18T00:23:07.038Z | Compiling spin v0.9.8 |
1524 | 2023-11-18T00:23:07.060Z | Compiling serde_derive v1.0.192 |
1525 | 2023-11-18T00:23:07.080Z | Compiling thiserror-impl v1.0.49 |
1526 | 2023-11-18T00:23:07.391Z | Compiling zeroize_derive v1.4.2 |
1527 | 2023-11-18T00:23:07.621Z | Compiling tokio-macros v2.1.0 |
1528 | 2023-11-18T00:23:07.771Z | Compiling futures-macro v0.3.29 |
1529 | 2023-11-18T00:23:08.818Z | Compiling tracing-attributes v0.1.26 |
1530 | 2023-11-18T00:23:08.903Z | Compiling schemars_derive v0.8.13 |
1531 | 2023-11-18T00:23:09.117Z | Compiling openssl-macros v0.1.1 |
1532 | 2023-11-18T00:23:10.053Z | Compiling zerocopy-derive v0.2.0 |
1533 | 2023-11-18T00:23:10.178Z | Compiling zerocopy-derive v0.6.4 |
1534 | 2023-11-18T00:23:11.465Z | Compiling thiserror v1.0.49 |
1535 | 2023-11-18T00:23:11.645Z | Compiling pest v2.7.2 |
1536 | 2023-11-18T00:23:12.796Z | Compiling zerocopy v0.3.0 |
1537 | 2023-11-18T00:23:13.393Z | Compiling unicode-normalization v0.1.22 |
1538 | 2023-11-18T00:23:13.604Z | Compiling clap_derive v4.4.2 |
1539 | 2023-11-18T00:23:13.771Z | Compiling tracing-core v0.1.31 |
1540 | 2023-11-18T00:23:14.004Z | Compiling unicode-bidi v0.3.13 |
1541 | 2023-11-18T00:23:14.190Z | Compiling signal-hook v0.3.17 |
1542 | 2023-11-18T00:23:14.613Z | Compiling dof v0.1.5 |
1543 | 2023-11-18T00:23:15.193Z | Compiling tracing v0.1.37 |
1544 | 2023-11-18T00:23:15.918Z | Compiling pest_meta v2.7.2 |
1545 | 2023-11-18T00:23:15.921Z | Compiling strum_macros v0.25.2 |
1546 | 2023-11-18T00:23:15.985Z | Compiling lazy_static v1.4.0 |
1547 | 2023-11-18T00:23:15.988Z | Compiling thread-id v4.2.0 |
1548 | 2023-11-18T00:23:16.126Z | Compiling crossbeam-epoch v0.9.15 |
1549 | 2023-11-18T00:23:16.144Z | Compiling strsim v0.10.0 |
1550 | 2023-11-18T00:23:16.509Z | Compiling num-iter v0.1.43 |
1551 | 2023-11-18T00:23:16.954Z | Compiling either v1.9.0 |
1552 | 2023-11-18T00:23:16.996Z | Compiling base64 v0.21.5 |
1553 | 2023-11-18T00:23:17.388Z | Compiling rand_core v0.6.4 |
1554 | 2023-11-18T00:23:17.466Z | Compiling hashbrown v0.12.3 |
1555 | 2023-11-18T00:23:19.126Z | Compiling untrusted v0.9.0 |
1556 | 2023-11-18T00:23:19.205Z | Compiling pest_generator v2.7.2 |
1557 | 2023-11-18T00:23:19.220Z | Compiling untrusted v0.7.1 |
1558 | 2023-11-18T00:23:19.247Z | Compiling percent-encoding v2.3.0 |
1559 | 2023-11-18T00:23:19.256Z | Compiling openssl-probe v0.1.5 |
1560 | 2023-11-18T00:23:19.671Z | Compiling foreign-types-shared v0.1.1 |
1561 | 2023-11-18T00:23:19.674Z | Compiling foreign-types v0.3.2 |
1562 | 2023-11-18T00:23:21.097Z | Compiling zeroize v1.6.0 |
1563 | 2023-11-18T00:23:21.629Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1564 | 2023-11-18T00:23:22.300Z | Compiling try-lock v0.2.4 |
1565 | 2023-11-18T00:23:22.491Z | Compiling want v0.3.1 |
1566 | 2023-11-18T00:23:23.148Z | Compiling pest_derive v2.7.2 |
1567 | 2023-11-18T00:23:23.660Z | Compiling sct v0.7.0 |
1568 | 2023-11-18T00:23:23.978Z | Compiling form_urlencoded v1.2.0 |
1569 | 2023-11-18T00:23:24.259Z | Compiling dtrace-parser v0.1.14 |
1570 | 2023-11-18T00:23:24.388Z | Compiling rustls-webpki v0.101.7 |
1571 | 2023-11-18T00:23:25.089Z | Compiling socket2 v0.4.9 |
1572 | 2023-11-18T00:23:25.369Z | Compiling httpdate v1.0.3 |
1573 | 2023-11-18T00:23:25.997Z | Compiling tower-service v0.3.2 |
1574 | 2023-11-18T00:23:26.319Z | Compiling rustls-pemfile v1.0.3 |
1575 | 2023-11-18T00:23:26.509Z | Compiling idna v0.4.0 |
1576 | 2023-11-18T00:23:26.808Z | Compiling adler v1.0.2 |
1577 | 2023-11-18T00:23:26.856Z | Compiling siphasher v0.3.11 |
1578 | 2023-11-18T00:23:27.135Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1579 | 2023-11-18T00:23:27.167Z | Compiling miniz_oxide v0.7.1 |
1580 | 2023-11-18T00:23:27.188Z | Compiling rustls-native-certs v0.6.3 |
1581 | 2023-11-18T00:23:27.496Z | Compiling ipnet v2.8.0 |
1582 | 2023-11-18T00:23:27.684Z | Compiling bitflags v1.3.2 |
1583 | 2023-11-18T00:23:27.816Z | Compiling encoding_rs v0.8.33 |
1584 | 2023-11-18T00:23:28.428Z | Compiling url v2.4.1 |
1585 | 2023-11-18T00:23:28.964Z | Compiling mime v0.3.17 |
1586 | 2023-11-18T00:23:29.182Z | Compiling gimli v0.28.0 |
1587 | 2023-11-18T00:23:29.402Z | Compiling webpki-roots v0.25.2 |
1588 | 2023-11-18T00:23:29.442Z | Compiling crypto-common v0.1.6 |
1589 | 2023-11-18T00:23:29.701Z | Compiling indexmap v2.1.0 |
1590 | 2023-11-18T00:23:29.773Z | Compiling bytes v1.5.0 |
1591 | 2023-11-18T00:23:30.003Z | Compiling uuid v1.5.0 |
1592 | 2023-11-18T00:23:31.135Z | Compiling chrono v0.4.31 |
1593 | 2023-11-18T00:23:31.275Z | Compiling semver v1.0.20 |
1594 | 2023-11-18T00:23:31.674Z | Compiling http v0.2.9 |
1595 | 2023-11-18T00:23:31.736Z | Compiling bitflags v2.4.0 |
1596 | 2023-11-18T00:23:32.364Z | Compiling toml_datetime v0.6.5 |
1597 | 2023-11-18T00:23:32.383Z | Compiling serde_spanned v0.6.4 |
1598 | 2023-11-18T00:23:32.692Z | Compiling rustc_version v0.4.0 |
1599 | 2023-11-18T00:23:32.982Z | Compiling toml_edit v0.19.15 |
1600 | 2023-11-18T00:23:33.676Z | Compiling tokio v1.33.0 |
1601 | 2023-11-18T00:23:34.237Z | Compiling openapiv3 v2.0.0-rc.1 |
1602 | 2023-11-18T00:23:37.203Z | Compiling serde_tokenstream v0.1.7 |
1603 | 2023-11-18T00:23:38.399Z | Compiling http-body v0.4.5 |
1604 | 2023-11-18T00:23:39.176Z | Compiling heapless v0.7.16 |
1605 | 2023-11-18T00:23:39.486Z | Compiling usdt-macro v0.3.5 |
1606 | 2023-11-18T00:23:39.743Z | Compiling usdt-attr-macro v0.3.5 |
1607 | 2023-11-18T00:23:40.237Z | Compiling serde_urlencoded v0.7.1 |
1608 | 2023-11-18T00:23:40.257Z | Compiling addr2line v0.21.0 |
1609 | 2023-11-18T00:23:40.990Z | Compiling enum-as-inner v0.5.1 |
1610 | 2023-11-18T00:23:41.351Z | Compiling diesel_table_macro_syntax v0.1.0 |
1611 | 2023-11-18T00:23:41.599Z | Compiling object v0.32.1 |
1612 | 2023-11-18T00:23:41.791Z | Compiling num-bigint v0.4.4 |
1613 | 2023-11-18T00:23:41.949Z | Compiling smoltcp v0.9.1 |
1614 | 2023-11-18T00:23:42.465Z | Compiling rustc-demangle v0.1.23 |
1615 | 2023-11-18T00:23:42.503Z | Compiling bit-vec v0.6.3 |
1616 | 2023-11-18T00:23:42.937Z | Compiling diesel_derives v2.1.1 |
1617 | 2023-11-18T00:23:43.030Z | Compiling flate2 v1.0.28 |
1618 | 2023-11-18T00:23:43.128Z | Compiling phf_shared v0.10.0 |
1619 | 2023-11-18T00:23:43.708Z | Compiling block-buffer v0.10.4 |
1620 | 2023-11-18T00:23:43.844Z | Compiling hubpack_derive v0.1.1 |
1621 | 2023-11-18T00:23:44.054Z | Compiling const-oid v0.9.5 |
1622 | 2023-11-18T00:23:44.554Z | Compiling fixedbitset v0.4.2 |
1623 | 2023-11-18T00:23:44.642Z | Compiling subtle v2.5.0 |
1624 | 2023-11-18T00:23:45.066Z | Compiling new_debug_unreachable v1.0.4 |
1625 | 2023-11-18T00:23:45.091Z | Compiling precomputed-hash v0.1.1 |
1626 | 2023-11-18T00:23:45.158Z | Compiling ppv-lite86 v0.2.17 |
1627 | 2023-11-18T00:23:45.186Z | Compiling petgraph v0.6.4 |
1628 | 2023-11-18T00:23:45.222Z | Compiling string_cache v0.8.7 |
1629 | 2023-11-18T00:23:45.852Z | Compiling bit-set v0.5.3 |
1630 | 2023-11-18T00:23:46.271Z | Compiling tokio-util v0.7.10 |
1631 | 2023-11-18T00:23:46.360Z | Compiling tokio-rustls v0.24.1 |
1632 | 2023-11-18T00:23:47.025Z | Compiling rand_chacha v0.3.1 |
1633 | 2023-11-18T00:23:47.384Z | Compiling digest v0.10.7 |
1634 | 2023-11-18T00:23:47.991Z | Compiling toml v0.7.8 |
1635 | 2023-11-18T00:23:48.556Z | Compiling h2 v0.3.21 |
1636 | 2023-11-18T00:23:48.638Z | Compiling toml_edit v0.21.0 |
1637 | 2023-11-18T00:23:51.380Z | Compiling tokio-native-tls v0.3.1 |
1638 | 2023-11-18T00:23:51.794Z | Compiling itertools v0.10.5 |
1639 | 2023-11-18T00:23:52.404Z | Compiling lalrpop-util v0.19.12 |
1640 | 2023-11-18T00:23:52.724Z | Compiling unicode-segmentation v1.10.1 |
1641 | 2023-11-18T00:23:52.945Z | Compiling rand v0.8.5 |
1642 | 2023-11-18T00:23:55.565Z | Compiling serde_repr v0.1.16 |
1643 | 2023-11-18T00:23:56.125Z | Compiling io-lifetimes v1.0.11 |
1644 | 2023-11-18T00:23:56.396Z | Compiling anstyle v1.0.2 |
1645 | 2023-11-18T00:23:56.414Z | Compiling utf8parse v0.2.1 |
1646 | 2023-11-18T00:23:56.525Z | Compiling cpufeatures v0.2.9 |
1647 | 2023-11-18T00:23:56.643Z | Compiling sha2 v0.10.8 |
1648 | 2023-11-18T00:23:56.659Z | Compiling anstyle-parse v0.2.1 |
1649 | 2023-11-18T00:23:57.113Z | Compiling rustix v0.37.23 |
1650 | 2023-11-18T00:23:57.184Z | Compiling hmac v0.12.1 |
1651 | 2023-11-18T00:23:57.278Z | Compiling md-5 v0.10.5 |
1652 | 2023-11-18T00:23:57.444Z | Compiling stringprep v0.1.3 |
1653 | 2023-11-18T00:23:57.493Z | Compiling hash32 v0.2.1 |
1654 | 2023-11-18T00:23:57.935Z | Compiling anstyle-query v1.0.0 |
1655 | 2023-11-18T00:23:58.439Z | Compiling stable_deref_trait v1.2.0 |
1656 | 2023-11-18T00:23:58.445Z | Compiling colorchoice v1.0.0 |
1657 | 2023-11-18T00:23:58.449Z | Compiling fallible-iterator v0.2.0 |
1658 | 2023-11-18T00:23:58.453Z | Compiling anstream v0.5.0 |
1659 | 2023-11-18T00:23:58.873Z | Compiling phf_shared v0.11.2 |
1660 | 2023-11-18T00:23:59.304Z | Compiling postgres-protocol v0.6.6 |
1661 | 2023-11-18T00:23:59.765Z | Compiling terminal_size v0.2.6 |
1662 | 2023-11-18T00:23:59.770Z | Compiling block-padding v0.3.3 |
1663 | 2023-11-18T00:23:59.775Z | Compiling scheduled-thread-pool v0.2.7 |
1664 | 2023-11-18T00:23:59.779Z | Compiling managed v0.8.0 |
1665 | 2023-11-18T00:24:00.093Z | Compiling hyper v0.14.27 |
1666 | 2023-11-18T00:24:00.387Z | Compiling deranged v0.3.8 |
1667 | 2023-11-18T00:24:00.419Z | Compiling num_threads v0.1.6 |
1668 | 2023-11-18T00:24:00.573Z | Compiling clap_lex v0.5.1 |
1669 | 2023-11-18T00:24:00.726Z | Compiling matches v0.1.10 |
1670 | 2023-11-18T00:24:00.855Z | Compiling regex-automata v0.1.10 |
1671 | 2023-11-18T00:24:00.909Z | Compiling idna v0.2.3 |
1672 | 2023-11-18T00:24:01.252Z | Compiling clap_builder v4.4.2 |
1673 | 2023-11-18T00:24:01.619Z | Compiling bstr v0.2.17 |
1674 | 2023-11-18T00:24:03.351Z | Compiling time v0.3.27 |
1675 | 2023-11-18T00:24:03.376Z | Compiling postgres-types v0.2.6 |
1676 | 2023-11-18T00:24:03.887Z | Compiling signal-hook-mio v0.2.3 |
1677 | 2023-11-18T00:24:04.096Z | Compiling r2d2 v0.8.10 |
1678 | 2023-11-18T00:24:04.663Z | Compiling inout v0.1.3 |
1679 | 2023-11-18T00:24:04.757Z | Compiling bzip2 v0.4.4 |
1680 | 2023-11-18T00:24:05.034Z | Compiling phf v0.11.2 |
1681 | 2023-11-18T00:24:05.357Z | Compiling hubpack v0.1.2 |
1682 | 2023-11-18T00:24:05.480Z | Compiling ipnetwork v0.20.0 |
1683 | 2023-11-18T00:24:05.993Z | Compiling futures-executor v0.3.29 |
1684 | 2023-11-18T00:24:06.117Z | Compiling itertools v0.11.0 |
1685 | 2023-11-18T00:24:06.345Z | Compiling zerocopy v0.6.4 |
1686 | 2023-11-18T00:24:06.804Z | Compiling float-cmp v0.9.0 |
1687 | 2023-11-18T00:24:07.168Z | Compiling whoami v1.4.1 |
1688 | 2023-11-18T00:24:07.718Z | Compiling difflib v0.4.0 |
1689 | 2023-11-18T00:24:07.987Z | Compiling normalize-line-endings v0.3.0 |
1690 | 2023-11-18T00:24:08.140Z | Compiling regex-automata v0.3.8 |
1691 | 2023-11-18T00:24:08.510Z | Compiling data-encoding v2.4.0 |
1692 | 2023-11-18T00:24:09.845Z | Compiling predicates-core v1.0.6 |
1693 | 2023-11-18T00:24:10.320Z | Compiling static_assertions v1.1.0 |
1694 | 2023-11-18T00:24:10.442Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1695 | 2023-11-18T00:24:10.857Z | Compiling predicates v3.0.4 |
1696 | 2023-11-18T00:24:11.145Z | Compiling bstr v1.6.0 |
1697 | 2023-11-18T00:24:11.573Z | Compiling hyper-tls v0.5.0 |
1698 | 2023-11-18T00:24:11.742Z | Compiling hyper-rustls v0.24.2 |
1699 | 2023-11-18T00:24:12.071Z | Compiling yasna v0.5.2 |
1700 | 2023-11-18T00:24:12.100Z | Compiling trust-dns-proto v0.22.0 |
1701 | 2023-11-18T00:24:12.577Z | Compiling reqwest v0.11.22 |
1702 | 2023-11-18T00:24:13.540Z | Compiling tokio-postgres v0.7.10 |
1703 | 2023-11-18T00:24:14.436Z | Compiling clap v4.4.3 |
1704 | 2023-11-18T00:24:14.584Z | Compiling futures v0.3.29 |
1705 | 2023-11-18T00:24:14.736Z | Compiling diesel v2.1.3 |
1706 | 2023-11-18T00:24:14.905Z | Compiling zip v0.6.6 |
1707 | 2023-11-18T00:24:15.042Z | Compiling cipher v0.4.4 |
1708 | 2023-11-18T00:24:15.723Z | Compiling crossterm v0.27.0 |
1709 | 2023-11-18T00:24:15.961Z | Compiling similar v2.2.1 |
1710 | 2023-11-18T00:24:17.252Z | Compiling signature v2.1.0 |
1711 | 2023-11-18T00:24:17.568Z | Compiling tokio-stream v0.1.14 |
1712 | 2023-11-18T00:24:19.053Z | Compiling usdt v0.3.5 |
1713 | 2023-11-18T00:24:19.457Z | Compiling hex v0.4.3 |
1714 | 2023-11-18T00:24:19.472Z | Compiling console v0.15.7 |
1715 | 2023-11-18T00:24:20.421Z | Compiling serde_tokenstream v0.2.0 |
1716 | 2023-11-18T00:24:21.278Z | Compiling regress v0.7.1 |
1717 | 2023-11-18T00:24:21.429Z | Compiling getopts v0.2.21 |
1718 | 2023-11-18T00:24:21.534Z | Compiling unsafe-libyaml v0.2.9 |
1719 | 2023-11-18T00:24:25.066Z | Compiling ident_case v1.0.1 |
1720 | 2023-11-18T00:24:25.121Z | Compiling paste v1.0.14 |
1721 | 2023-11-18T00:24:25.185Z | Compiling serde_yaml v0.9.25 |
1722 | 2023-11-18T00:24:25.279Z | Compiling slog-async v2.8.0 |
1723 | 2023-11-18T00:24:25.295Z | Compiling multer v2.1.0 |
1724 | 2023-11-18T00:24:25.469Z | Compiling async-stream-impl v0.3.5 |
1725 | 2023-11-18T00:24:25.501Z | Compiling darling_core v0.20.3 |
1726 | 2023-11-18T00:24:25.933Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1727 | 2023-11-18T00:24:26.957Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1728 | 2023-11-18T00:24:29.712Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1729 | 2023-11-18T00:24:31.529Z | Compiling structmeta-derive v0.2.0 |
1730 | 2023-11-18T00:24:32.364Z | Compiling regex-syntax v0.7.5 |
1731 | 2023-11-18T00:24:34.047Z | Compiling darling_macro v0.20.3 |
1732 | 2023-11-18T00:24:35.485Z | Compiling darling v0.20.3 |
1733 | 2023-11-18T00:24:35.631Z | Compiling serde_with_macros v2.3.3 |
1734 | 2023-11-18T00:24:35.864Z | Compiling structmeta v0.2.0 |
1735 | 2023-11-18T00:24:36.494Z | Compiling test-strategy v0.3.1 |
1736 | 2023-11-18T00:24:42.619Z | Compiling parse-display-derive v0.8.2 |
1737 | 2023-11-18T00:24:49.299Z | Checking unicode-ident v1.0.12 |
1738 | 2023-11-18T00:24:50.771Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1739 | 2023-11-18T00:24:57.805Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1740 | 2023-11-18T00:24:57.984Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1741 | 2023-11-18T00:25:08.673Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1742 | 2023-11-18T00:25:22.173Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1743 | 2023-11-18T00:25:22.761Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1744 | 2023-11-18T00:25:27.167Z | Checking heck v0.4.1 |
1745 | 2023-11-18T00:25:29.323Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1746 | 2023-11-18T00:25:34.088Z | Checking fastrand v2.0.0 |
1747 | 2023-11-18T00:25:34.132Z | Checking tempfile v3.8.0 |
1748 | 2023-11-18T00:25:34.212Z | Checking sha1 v0.10.6 |
1749 | 2023-11-18T00:25:34.255Z | Checking match_cfg v0.1.0 |
1750 | 2023-11-18T00:25:34.268Z | Checking hostname v0.3.1 |
1751 | 2023-11-18T00:25:34.287Z | Checking atty v0.2.14 |
1752 | 2023-11-18T00:25:34.316Z | Checking quick-error v1.2.3 |
1753 | 2023-11-18T00:25:34.351Z | Checking crossbeam-channel v0.5.8 |
1754 | 2023-11-18T00:25:34.363Z | Checking camino v1.1.6 |
1755 | 2023-11-18T00:25:34.373Z | Checking dirs-sys-next v0.1.2 |
1756 | 2023-11-18T00:25:34.383Z | Checking thread_local v1.1.7 |
1757 | 2023-11-18T00:25:34.391Z | Checking dirs-next v2.0.0 |
1758 | 2023-11-18T00:25:34.505Z | Checking instant v0.1.12 |
1759 | 2023-11-18T00:25:34.551Z | Checking term v0.7.0 |
1760 | 2023-11-18T00:25:34.619Z | Checking toml v0.8.8 |
1761 | 2023-11-18T00:25:35.066Z | Checking strum v0.25.0 |
1762 | 2023-11-18T00:25:35.083Z | Checking take_mut v0.2.2 |
1763 | 2023-11-18T00:25:35.107Z | Checking slog-json v2.6.1 |
1764 | 2023-11-18T00:25:35.119Z | Checking slog-term v2.9.0 |
1765 | 2023-11-18T00:25:35.138Z | Checking serde_with v2.3.3 |
1766 | 2023-11-18T00:25:35.149Z | Checking wait-timeout v0.2.0 |
1767 | 2023-11-18T00:25:35.161Z | Checking debug-ignore v1.0.5 |
1768 | 2023-11-18T00:25:35.181Z | Checking atomic-waker v1.1.1 |
1769 | 2023-11-18T00:25:35.211Z | Checking slog-bunyan v2.4.0 |
1770 | 2023-11-18T00:25:35.226Z | Checking async-stream v0.3.5 |
1771 | 2023-11-18T00:25:35.239Z | Checking waitgroup v0.1.2 |
1772 | 2023-11-18T00:25:35.255Z | Checking serde_path_to_error v0.1.14 |
1773 | 2023-11-18T00:25:35.263Z | Checking rusty-fork v0.3.0 |
1774 | 2023-11-18T00:25:35.275Z | Checking rand_xorshift v0.3.0 |
1775 | 2023-11-18T00:25:35.287Z | Checking unarray v0.1.4 |
1776 | 2023-11-18T00:25:35.310Z | Checking backoff v0.4.0 |
1777 | 2023-11-18T00:25:35.344Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1778 | 2023-11-18T00:25:35.392Z | Checking parse-display v0.8.2 |
1779 | 2023-11-18T00:25:35.519Z | Checking macaddr v1.0.1 |
1780 | 2023-11-18T00:25:36.009Z | Compiling proc-macro-error-attr v1.0.4 |
1781 | 2023-11-18T00:25:36.515Z | Compiling proc-macro-crate v1.3.1 |
1782 | 2023-11-18T00:25:36.574Z | Compiling proc-macro-error v1.0.4 |
1783 | 2023-11-18T00:25:37.924Z | Compiling num_enum_derive v0.5.11 |
1784 | 2023-11-18T00:25:39.600Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1785 | 2023-11-18T00:25:39.684Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1786 | 2023-11-18T00:25:40.062Z | Compiling crucible-workspace-hack v0.1.0 |
1787 | 2023-11-18T00:25:40.165Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1788 | 2023-11-18T00:25:40.207Z | Compiling foreign-types-macros v0.2.3 |
1789 | 2023-11-18T00:25:40.344Z | Checking proptest v1.3.1 |
1790 | 2023-11-18T00:25:40.589Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1791 | 2023-11-18T00:25:40.617Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1792 | 2023-11-18T00:25:41.096Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1793 | 2023-11-18T00:25:41.203Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1794 | 2023-11-18T00:25:42.142Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1795 | 2023-11-18T00:25:42.497Z | Compiling zone_cfg_derive v0.3.0 |
1796 | 2023-11-18T00:25:42.577Z | Compiling mockall_derive v0.11.4 |
1797 | 2023-11-18T00:25:42.879Z | Compiling num-derive v0.4.0 |
1798 | 2023-11-18T00:26:01.044Z | Checking is-terminal v0.4.9 |
1799 | 2023-11-18T00:26:26.810Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1800 | 2023-11-18T00:26:32.229Z | Checking termtree v0.4.1 |
1801 | 2023-11-18T00:26:32.504Z | Checking predicates-tree v1.0.9 |
1802 | 2023-11-18T00:26:32.978Z | Checking num_enum v0.5.11 |
1803 | 2023-11-18T00:26:33.234Z | Checking postcard-cobs v0.1.5-pre |
1804 | 2023-11-18T00:26:33.458Z | Checking postcard v0.7.3 |
1805 | 2023-11-18T00:26:34.026Z | Checking smoltcp v0.8.2 |
1806 | 2023-11-18T00:26:34.594Z | Checking cfg-if v0.1.10 |
1807 | 2023-11-18T00:26:34.758Z | Checking base64ct v1.6.0 |
1808 | 2023-11-18T00:26:34.792Z | Checking foreign-types-shared v0.3.1 |
1809 | 2023-11-18T00:26:34.926Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1810 | 2023-11-18T00:26:34.943Z | Checking foreign-types v0.5.0 |
1811 | 2023-11-18T00:26:35.430Z | Checking cstr-argument v0.1.2 |
1812 | 2023-11-18T00:26:35.569Z | Checking pretty-hex v0.2.1 |
1813 | 2023-11-18T00:26:35.667Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1814 | 2023-11-18T00:26:35.783Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1815 | 2023-11-18T00:26:36.100Z | Checking colored v2.0.4 |
1816 | 2023-11-18T00:26:36.603Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1817 | 2023-11-18T00:26:36.801Z | Checking predicates v2.1.5 |
1818 | 2023-11-18T00:26:37.094Z | Compiling heck v0.3.3 |
1819 | 2023-11-18T00:26:37.144Z | Checking fragile v2.0.0 |
1820 | 2023-11-18T00:26:37.544Z | Compiling libefi-sys v0.1.0 |
1821 | 2023-11-18T00:26:37.636Z | Checking downcast v0.11.0 |
1822 | 2023-11-18T00:26:37.827Z | Compiling structopt-derive v0.4.18 |
1823 | 2023-11-18T00:26:37.909Z | Checking mockall v0.11.4 |
1824 | 2023-11-18T00:26:38.004Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1825 | 2023-11-18T00:26:38.229Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1826 | 2023-11-18T00:26:38.322Z | Checking zone v0.3.0 |
1827 | 2023-11-18T00:26:38.535Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1828 | 2023-11-18T00:26:38.917Z | Checking smf v0.2.2 |
1829 | 2023-11-18T00:26:39.527Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1830 | 2023-11-18T00:26:39.593Z | Compiling cancel-safe-futures v0.1.5 |
1831 | 2023-11-18T00:26:40.238Z | Checking base64 v0.13.1 |
1832 | 2023-11-18T00:26:40.664Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1833 | 2023-11-18T00:26:42.182Z | Checking filetime v0.2.22 |
1834 | 2023-11-18T00:26:42.245Z | Checking xattr v1.0.1 |
1835 | 2023-11-18T00:26:42.464Z | Compiling der_derive v0.7.2 |
1836 | 2023-11-18T00:26:42.492Z | Checking tar v0.4.40 |
1837 | 2023-11-18T00:26:42.799Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1838 | 2023-11-18T00:26:43.195Z | Compiling convert_case v0.4.0 |
1839 | 2023-11-18T00:26:43.529Z | Compiling slog-dtrace v0.2.3 |
1840 | 2023-11-18T00:26:43.605Z | Compiling radium v0.7.0 |
1841 | 2023-11-18T00:26:44.043Z | Checking pem v1.1.1 |
1842 | 2023-11-18T00:26:44.281Z | Checking camino-tempfile v1.0.2 |
1843 | 2023-11-18T00:26:44.369Z | Compiling maybe-uninit v2.0.0 |
1844 | 2023-11-18T00:26:44.448Z | Compiling derive_more v0.99.17 |
1845 | 2023-11-18T00:26:44.674Z | Checking headers-core v0.2.0 |
1846 | 2023-11-18T00:26:44.849Z | Compiling packed_struct v0.10.1 |
1847 | 2023-11-18T00:26:45.114Z | Compiling num-bigint-dig v0.8.4 |
1848 | 2023-11-18T00:26:45.347Z | Checking headers v0.3.9 |
1849 | 2023-11-18T00:26:45.859Z | Compiling packed_struct_codegen v0.10.1 |
1850 | 2023-11-18T00:26:45.863Z | Checking pem v3.0.2 |
1851 | 2023-11-18T00:26:45.968Z | Checking rcgen v0.11.3 |
1852 | 2023-11-18T00:26:46.295Z | Checking atomicwrites v0.4.2 |
1853 | 2023-11-18T00:26:46.563Z | Checking subprocess v0.2.9 |
1854 | 2023-11-18T00:26:46.720Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1855 | 2023-11-18T00:26:47.044Z | Compiling num-rational v0.4.1 |
1856 | 2023-11-18T00:26:47.143Z | Compiling same-file v1.0.6 |
1857 | 2023-11-18T00:26:47.464Z | Compiling walkdir v2.4.0 |
1858 | 2023-11-18T00:26:47.497Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1859 | 2023-11-18T00:26:47.823Z | Compiling semver-parser v0.10.2 |
1860 | 2023-11-18T00:26:49.635Z | Compiling semver v0.11.0 |
1861 | 2023-11-18T00:26:50.725Z | Compiling home v0.5.5 |
1862 | 2023-11-18T00:26:50.753Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1863 | 2023-11-18T00:26:51.016Z | Compiling toolchain_find v0.2.0 |
1864 | 2023-11-18T00:26:51.633Z | Compiling toml v0.5.11 |
1865 | 2023-11-18T00:26:51.836Z | Checking linked-hash-map v0.5.6 |
1866 | 2023-11-18T00:26:52.343Z | Compiling doc-comment v0.3.3 |
1867 | 2023-11-18T00:26:52.472Z | Checking lru-cache v0.1.2 |
1868 | 2023-11-18T00:26:52.734Z | Compiling omicron-zone-package v0.8.3 |
1869 | 2023-11-18T00:26:53.906Z | Checking half v1.8.2 |
1870 | 2023-11-18T00:26:54.540Z | Compiling rustfmt-wrapper v0.2.0 |
1871 | 2023-11-18T00:26:54.754Z | Checking ciborium-io v0.2.1 |
1872 | 2023-11-18T00:26:54.906Z | Checking ciborium-ll v0.2.1 |
1873 | 2023-11-18T00:26:55.373Z | Checking password-hash v0.5.0 |
1874 | 2023-11-18T00:26:55.486Z | Checking textwrap v0.11.0 |
1875 | 2023-11-18T00:26:55.802Z | Checking blake2 v0.10.6 |
1876 | 2023-11-18T00:26:56.100Z | Checking strsim v0.8.0 |
1877 | 2023-11-18T00:26:56.103Z | Checking vec_map v0.8.2 |
1878 | 2023-11-18T00:26:56.367Z | Checking ansi_term v0.12.1 |
1879 | 2023-11-18T00:26:56.482Z | Checking argon2 v0.5.2 |
1880 | 2023-11-18T00:26:56.488Z | Checking ciborium v0.2.1 |
1881 | 2023-11-18T00:26:56.521Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1882 | 2023-11-18T00:26:56.823Z | Checking clap v2.34.0 |
1883 | 2023-11-18T00:26:57.056Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1884 | 2023-11-18T00:26:57.496Z | Checking arc-swap v1.6.0 |
1885 | 2023-11-18T00:26:57.499Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1886 | 2023-11-18T00:26:57.563Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1887 | 2023-11-18T00:26:57.889Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1888 | 2023-11-18T00:26:58.170Z | Checking slog-scope v4.4.0 |
1889 | 2023-11-18T00:26:58.185Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1890 | 2023-11-18T00:26:58.440Z | Compiling snafu-derive v0.7.5 |
1891 | 2023-11-18T00:26:58.458Z | Checking slog-stdlog v4.1.1 |
1892 | 2023-11-18T00:26:58.690Z | Checking slog-envlogger v2.2.0 |
1893 | 2023-11-18T00:26:59.511Z | Checking newline-converter v0.3.0 |
1894 | 2023-11-18T00:26:59.722Z | Compiling derive-where v1.2.5 |
1895 | 2023-11-18T00:26:59.976Z | Compiling semver v0.1.20 |
1896 | 2023-11-18T00:27:01.330Z | Compiling rustc_version v0.1.7 |
1897 | 2023-11-18T00:27:01.399Z | Checking structopt v0.3.26 |
1898 | 2023-11-18T00:27:01.981Z | Checking expectorate v1.1.0 |
1899 | 2023-11-18T00:27:02.001Z | Checking pem-rfc7468 v0.7.0 |
1900 | 2023-11-18T00:27:02.658Z | Checking termcolor v1.2.0 |
1901 | 2023-11-18T00:27:02.769Z | Checking flagset v0.4.3 |
1902 | 2023-11-18T00:27:03.259Z | Compiling parking_lot_core v0.8.6 |
1903 | 2023-11-18T00:27:03.647Z | Checking der v0.7.8 |
1904 | 2023-11-18T00:27:04.342Z | Compiling newtype_derive v0.1.6 |
1905 | 2023-11-18T00:27:06.762Z | Checking spki v0.7.2 |
1906 | 2023-11-18T00:27:06.845Z | Checking tap v1.0.1 |
1907 | 2023-11-18T00:27:07.249Z | Checking wyz v0.5.1 |
1908 | 2023-11-18T00:27:08.286Z | Checking resolv-conf v0.7.0 |
1909 | 2023-11-18T00:27:08.316Z | Checking fxhash v0.2.1 |
1910 | 2023-11-18T00:27:08.335Z | Checking funty v2.0.0 |
1911 | 2023-11-18T00:27:08.487Z | Checking crc-catalog v2.2.0 |
1912 | 2023-11-18T00:27:08.557Z | Checking pkcs8 v0.10.2 |
1913 | 2023-11-18T00:27:09.036Z | Checking crc v3.0.1 |
1914 | 2023-11-18T00:27:09.054Z | Checking nodrop v0.1.14 |
1915 | 2023-11-18T00:27:09.073Z | Checking trust-dns-resolver v0.22.0 |
1916 | 2023-11-18T00:27:09.086Z | Checking array-init v0.0.4 |
1917 | 2023-11-18T00:27:09.099Z | Checking smallvec v0.6.14 |
1918 | 2023-11-18T00:27:09.107Z | Checking pkcs1 v0.7.5 |
1919 | 2023-11-18T00:27:09.530Z | Checking bitfield v0.14.0 |
1920 | 2023-11-18T00:27:09.948Z | Compiling rayon-core v1.12.0 |
1921 | 2023-11-18T00:27:09.953Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1922 | 2023-11-18T00:27:09.993Z | Checking x509-cert v0.2.4 |
1923 | 2023-11-18T00:27:10.060Z | Checking bitvec v1.0.1 |
1924 | 2023-11-18T00:27:10.343Z | Checking env_logger v0.10.0 |
1925 | 2023-11-18T00:27:10.577Z | Checking serde-hex v0.1.0 |
1926 | 2023-11-18T00:27:10.964Z | Checking hkdf v0.12.3 |
1927 | 2023-11-18T00:27:11.218Z | Checking ron v0.8.1 |
1928 | 2023-11-18T00:27:11.285Z | Compiling memoffset v0.7.1 |
1929 | 2023-11-18T00:27:11.736Z | Compiling buf-list v1.0.3 |
1930 | 2023-11-18T00:27:11.915Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1931 | 2023-11-18T00:27:12.146Z | Checking rsa v0.9.2 |
1932 | 2023-11-18T00:27:12.545Z | Checking crc-any v2.4.3 |
1933 | 2023-11-18T00:27:12.812Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1934 | 2023-11-18T00:27:13.119Z | Checking object v0.30.4 |
1935 | 2023-11-18T00:27:13.258Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1936 | 2023-11-18T00:27:13.538Z | Checking keccak v0.1.4 |
1937 | 2023-11-18T00:27:13.637Z | Checking utf-8 v0.7.6 |
1938 | 2023-11-18T00:27:13.978Z | Checking path-slash v0.1.5 |
1939 | 2023-11-18T00:27:14.172Z | Checking sha3 v0.10.8 |
1940 | 2023-11-18T00:27:14.368Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1941 | 2023-11-18T00:27:14.539Z | Checking secrecy v0.8.0 |
1942 | 2023-11-18T00:27:14.814Z | Compiling unicase v2.7.0 |
1943 | 2023-11-18T00:27:14.868Z | Compiling salty v0.2.0 |
1944 | 2023-11-18T00:27:15.416Z | Compiling platforms v3.0.2 |
1945 | 2023-11-18T00:27:15.908Z | Checking num-complex v0.4.4 |
1946 | 2023-11-18T00:27:16.533Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1947 | 2023-11-18T00:27:17.866Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1948 | 2023-11-18T00:27:17.878Z | Checking num v0.4.1 |
1949 | 2023-11-18T00:27:17.929Z | Checking glob v0.3.1 |
1950 | 2023-11-18T00:27:18.368Z | Checking openapiv3 v1.0.3 |
1951 | 2023-11-18T00:27:18.511Z | Compiling curve25519-dalek v4.1.0 |
1952 | 2023-11-18T00:27:18.514Z | Checking swrite v0.1.0 |
1953 | 2023-11-18T00:27:19.211Z | Compiling mime_guess v2.0.4 |
1954 | 2023-11-18T00:27:20.033Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1955 | 2023-11-18T00:27:20.917Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1956 | 2023-11-18T00:27:20.945Z | Compiling thiserror-impl-no-std v2.0.2 |
1957 | 2023-11-18T00:27:23.402Z | Compiling curve25519-dalek-derive v0.1.0 |
1958 | 2023-11-18T00:27:23.918Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1959 | 2023-11-18T00:27:24.561Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1960 | 2023-11-18T00:27:25.385Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1961 | 2023-11-18T00:27:26.282Z | Checking nibble_vec v0.1.0 |
1962 | 2023-11-18T00:27:26.927Z | Checking endian-type v0.1.2 |
1963 | 2023-11-18T00:27:27.244Z | Compiling portable-atomic v1.4.3 |
1964 | 2023-11-18T00:27:27.358Z | Compiling crunchy v0.2.2 |
1965 | 2023-11-18T00:27:28.083Z | Checking radix_trie v0.2.1 |
1966 | 2023-11-18T00:27:28.828Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1967 | 2023-11-18T00:27:28.952Z | Checking snafu v0.7.5 |
1968 | 2023-11-18T00:27:29.627Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1969 | 2023-11-18T00:27:30.123Z | Checking libsw v3.3.0 |
1970 | 2023-11-18T00:27:30.485Z | Checking owo-colors v3.5.0 |
1971 | 2023-11-18T00:27:30.532Z | Compiling tiny-keccak v2.0.2 |
1972 | 2023-11-18T00:27:31.497Z | Checking linear-map v1.2.0 |
1973 | 2023-11-18T00:27:32.114Z | Checking parking_lot v0.11.2 |
1974 | 2023-11-18T00:27:33.546Z | Checking trust-dns-client v0.22.0 |
1975 | 2023-11-18T00:27:35.571Z | Compiling clang-sys v1.6.1 |
1976 | 2023-11-18T00:27:35.589Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1977 | 2023-11-18T00:27:36.603Z | Checking crossbeam-deque v0.8.3 |
1978 | 2023-11-18T00:27:36.864Z | Compiling darling_core v0.14.4 |
1979 | 2023-11-18T00:27:37.039Z | Compiling prettyplease v0.2.12 |
1980 | 2023-11-18T00:27:37.309Z | Checking trust-dns-server v0.22.1 |
1981 | 2023-11-18T00:27:37.492Z | Compiling ascii-canvas v3.0.0 |
1982 | 2023-11-18T00:27:38.220Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1983 | 2023-11-18T00:27:38.278Z | Checking sled v0.34.7 |
1984 | 2023-11-18T00:27:41.000Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1985 | 2023-11-18T00:27:42.382Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1986 | 2023-11-18T00:27:43.244Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
1987 | 2023-11-18T00:27:43.628Z | Compiling ena v0.14.2 |
1988 | 2023-11-18T00:27:43.847Z | Compiling regex-syntax v0.6.29 |
1989 | 2023-11-18T00:27:44.190Z | Checking signature v1.6.4 |
1990 | 2023-11-18T00:27:44.281Z | Compiling minimal-lexical v0.2.1 |
1991 | 2023-11-18T00:27:44.360Z | Compiling diff v0.1.13 |
1992 | 2023-11-18T00:27:45.078Z | Checking pretty-hex v0.3.0 |
1993 | 2023-11-18T00:27:45.249Z | Compiling nom v7.1.3 |
1994 | 2023-11-18T00:27:45.308Z | Checking ed25519 v1.5.3 |
1995 | 2023-11-18T00:27:45.558Z | Compiling darling_macro v0.14.4 |
1996 | 2023-11-18T00:27:45.893Z | Checking tungstenite v0.18.0 |
1997 | 2023-11-18T00:27:46.957Z | Checking path-dedot v3.1.0 |
1998 | 2023-11-18T00:27:47.028Z | Compiling libloading v0.7.4 |
1999 | 2023-11-18T00:27:47.071Z | Compiling darling v0.14.4 |
2000 | 2023-11-18T00:27:47.197Z | Compiling ref-cast v1.0.20 |
2001 | 2023-11-18T00:27:47.378Z | Compiling bindgen v0.65.1 |
2002 | 2023-11-18T00:27:47.499Z | Checking tokio-tungstenite v0.18.0 |
2003 | 2023-11-18T00:27:47.835Z | Compiling derive_builder_core v0.12.0 |
2004 | 2023-11-18T00:27:47.937Z | Checking path-absolutize v3.1.0 |
2005 | 2023-11-18T00:27:48.155Z | Checking rayon v1.8.0 |
2006 | 2023-11-18T00:27:48.173Z | Checking steno v0.4.0 |
2007 | 2023-11-18T00:27:48.382Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2008 | 2023-11-18T00:27:51.417Z | Compiling lalrpop v0.19.12 |
2009 | 2023-11-18T00:27:51.536Z | Compiling cexpr v0.6.0 |
2010 | 2023-11-18T00:27:52.827Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2011 | 2023-11-18T00:27:54.055Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2012 | 2023-11-18T00:27:54.497Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2013 | 2023-11-18T00:27:54.534Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2014 | 2023-11-18T00:27:54.865Z | Checking globset v0.4.13 |
2015 | 2023-11-18T00:27:54.964Z | Checking olpc-cjson v0.1.3 |
2016 | 2023-11-18T00:27:55.283Z | Checking serde-big-array v0.5.1 |
2017 | 2023-11-18T00:27:55.615Z | Checking serde-big-array v0.4.1 |
2018 | 2023-11-18T00:27:55.640Z | Checking serde_plain v1.0.2 |
2019 | 2023-11-18T00:27:55.834Z | Compiling which v4.4.0 |
2020 | 2023-11-18T00:27:55.928Z | Compiling ref-cast-impl v1.0.20 |
2021 | 2023-11-18T00:27:56.013Z | Compiling libxml v0.3.3 |
2022 | 2023-11-18T00:27:56.183Z | Compiling lazycell v1.3.0 |
2023 | 2023-11-18T00:27:56.416Z | Compiling peeking_take_while v0.1.2 |
2024 | 2023-11-18T00:27:56.524Z | Compiling shlex v1.1.0 |
2025 | 2023-11-18T00:27:56.595Z | Compiling rustc-hash v1.1.0 |
2026 | 2023-11-18T00:27:56.949Z | Checking tough v0.14.0 |
2027 | 2023-11-18T00:27:57.699Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2028 | 2023-11-18T00:28:00.127Z | Compiling derive_builder_macro v0.12.0 |
2029 | 2023-11-18T00:28:02.611Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2030 | 2023-11-18T00:28:03.115Z | Checking signal-hook-tokio v0.3.1 |
2031 | 2023-11-18T00:28:03.344Z | Checking ff v0.13.0 |
2032 | 2023-11-18T00:28:03.603Z | Compiling strum_macros v0.24.3 |
2033 | 2023-11-18T00:28:03.619Z | Compiling indoc v1.0.9 |
2034 | 2023-11-18T00:28:03.636Z | Checking display-error-chain v0.2.0 |
2035 | 2023-11-18T00:28:03.830Z | Checking corncobs v0.1.3 |
2036 | 2023-11-18T00:28:04.099Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2037 | 2023-11-18T00:28:04.371Z | Checking group v0.13.0 |
2038 | 2023-11-18T00:28:05.121Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2039 | 2023-11-18T00:28:07.161Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2040 | 2023-11-18T00:28:07.577Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2041 | 2023-11-18T00:28:10.112Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2042 | 2023-11-18T00:28:10.370Z | Checking universal-hash v0.5.1 |
2043 | 2023-11-18T00:28:10.644Z | Checking crypto-bigint v0.5.2 |
2044 | 2023-11-18T00:28:12.684Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2045 | 2023-11-18T00:28:13.128Z | Compiling cookie v0.16.2 |
2046 | 2023-11-18T00:28:14.139Z | Checking base16ct v0.2.0 |
2047 | 2023-11-18T00:28:14.404Z | Checking opaque-debug v0.3.0 |
2048 | 2023-11-18T00:28:14.527Z | Checking poly1305 v0.8.0 |
2049 | 2023-11-18T00:28:15.255Z | Checking elliptic-curve v0.13.5 |
2050 | 2023-11-18T00:28:16.249Z | Checking thiserror-no-std v2.0.2 |
2051 | 2023-11-18T00:28:17.050Z | Checking chacha20 v0.9.1 |
2052 | 2023-11-18T00:28:17.263Z | Checking aead v0.5.2 |
2053 | 2023-11-18T00:28:17.573Z | Compiling oso-derive v0.27.0 |
2054 | 2023-11-18T00:28:17.592Z | Compiling impl-trait-for-tuples v0.2.2 |
2055 | 2023-11-18T00:28:19.385Z | Checking vsss-rs v3.3.1 |
2056 | 2023-11-18T00:28:19.405Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2057 | 2023-11-18T00:28:23.953Z | Checking chacha20poly1305 v0.10.1 |
2058 | 2023-11-18T00:28:25.752Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2059 | 2023-11-18T00:28:25.866Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2060 | 2023-11-18T00:28:26.512Z | Checking tungstenite v0.20.1 |
2061 | 2023-11-18T00:28:27.541Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2062 | 2023-11-18T00:28:31.763Z | Checking tokio-tungstenite v0.20.1 |
2063 | 2023-11-18T00:28:33.618Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2064 | 2023-11-18T00:28:33.712Z | Checking kstat-rs v0.2.3 |
2065 | 2023-11-18T00:28:34.378Z | Checking bcs v0.1.6 |
2066 | 2023-11-18T00:28:35.583Z | Checking highway v1.1.0 |
2067 | 2023-11-18T00:28:36.258Z | Compiling indoc v2.0.3 |
2068 | 2023-11-18T00:28:36.287Z | Checking assert_matches v1.5.0 |
2069 | 2023-11-18T00:28:41.415Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2070 | 2023-11-18T00:28:44.772Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2071 | 2023-11-18T00:28:44.840Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2072 | 2023-11-18T00:28:45.170Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2073 | 2023-11-18T00:28:45.191Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2074 | 2023-11-18T00:28:46.524Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2075 | 2023-11-18T00:28:47.816Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2076 | 2023-11-18T00:28:49.706Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2077 | 2023-11-18T00:28:50.100Z | Checking humantime v2.1.0 |
2078 | 2023-11-18T00:28:50.751Z | Checking http-range v0.1.5 |
2079 | 2023-11-18T00:28:51.011Z | Checking hyper-staticfile v0.9.5 |
2080 | 2023-11-18T00:28:51.307Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2081 | 2023-11-18T00:28:51.904Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2082 | 2023-11-18T00:28:53.624Z | Checking maplit v1.0.2 |
2083 | 2023-11-18T00:28:54.504Z | Checking number_prefix v0.4.0 |
2084 | 2023-11-18T00:28:54.781Z | Checking indicatif v0.17.7 |
2085 | 2023-11-18T00:28:58.499Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2086 | 2023-11-18T00:28:59.981Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2087 | 2023-11-18T00:29:00.435Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2088 | 2023-11-18T00:29:00.742Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2089 | 2023-11-18T00:29:01.033Z | Checking derive_builder v0.12.0 |
2090 | 2023-11-18T00:29:04.172Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2091 | 2023-11-18T00:29:04.297Z | Checking bb8 v0.8.1 |
2092 | 2023-11-18T00:29:04.473Z | Checking quick-xml v0.23.1 |
2093 | 2023-11-18T00:29:04.693Z | Checking bytesize v1.3.0 |
2094 | 2023-11-18T00:29:05.026Z | Checking smawk v0.3.1 |
2095 | 2023-11-18T00:29:05.049Z | Checking unicode-linebreak v0.1.5 |
2096 | 2023-11-18T00:29:05.321Z | Checking fs-err v2.9.0 |
2097 | 2023-11-18T00:29:05.782Z | Checking textwrap v0.16.0 |
2098 | 2023-11-18T00:29:06.380Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2099 | 2023-11-18T00:29:09.355Z | Compiling vte_generate_state_changes v0.1.1 |
2100 | 2023-11-18T00:29:09.814Z | Checking cassowary v0.3.0 |
2101 | 2023-11-18T00:29:10.320Z | Checking is_ci v1.1.1 |
2102 | 2023-11-18T00:29:10.419Z | Checking ratatui v0.23.0 |
2103 | 2023-11-18T00:29:10.464Z | Checking supports-color v2.1.0 |
2104 | 2023-11-18T00:29:13.630Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2105 | 2023-11-18T00:29:16.842Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2106 | 2023-11-18T00:29:20.281Z | Checking rtoolbox v0.0.1 |
2107 | 2023-11-18T00:29:20.561Z | Checking rpassword v7.2.0 |
2108 | 2023-11-18T00:29:27.679Z | Checking tui-tree-widget v0.13.0 |
2109 | 2023-11-18T00:29:29.336Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2110 | 2023-11-18T00:29:32.141Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2111 | 2023-11-18T00:29:33.328Z | Checking shell-words v1.1.0 |
2112 | 2023-11-18T00:29:33.882Z | Checking yansi v0.5.1 |
2113 | 2023-11-18T00:29:35.610Z | Checking pretty_assertions v1.4.0 |
2114 | 2023-11-18T00:29:42.908Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2115 | 2023-11-18T00:29:44.105Z | Checking fatfs v0.3.6 |
2116 | 2023-11-18T00:29:44.596Z | Checking plotters-backend v0.3.5 |
2117 | 2023-11-18T00:29:45.755Z | Checking plotters-svg v0.3.5 |
2118 | 2023-11-18T00:29:47.301Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2119 | 2023-11-18T00:29:57.405Z | Checking rand v0.4.6 |
2120 | 2023-11-18T00:29:57.742Z | Checking cast v0.3.0 |
2121 | 2023-11-18T00:29:58.226Z | Checking remove_dir_all v0.5.3 |
2122 | 2023-11-18T00:29:58.359Z | Checking criterion-plot v0.5.0 |
2123 | 2023-11-18T00:29:58.905Z | Checking tempdir v0.3.7 |
2124 | 2023-11-18T00:29:59.161Z | Checking plotters v0.3.5 |
2125 | 2023-11-18T00:30:03.971Z | Checking tinytemplate v1.2.1 |
2126 | 2023-11-18T00:30:04.837Z | Checking oorandom v11.1.3 |
2127 | 2023-11-18T00:30:04.930Z | Checking anes v0.1.6 |
2128 | 2023-11-18T00:30:05.505Z | Checking criterion v0.5.1 |
2129 | 2023-11-18T00:30:09.099Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2130 | 2023-11-18T00:30:20.096Z | Checking assert_cmd v2.0.12 |
2131 | 2023-11-18T00:30:20.197Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2132 | 2023-11-18T00:30:20.253Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2133 | 2023-11-18T00:30:21.489Z | Checking dashmap v5.5.1 |
2134 | 2023-11-18T00:30:23.724Z | Compiling serial_test_derive v0.10.0 |
2135 | 2023-11-18T00:30:25.953Z | Compiling crossbeam-queue v0.3.8 |
2136 | 2023-11-18T00:30:27.077Z | Checking serial_test v0.10.0 |
2137 | 2023-11-18T00:30:30.830Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2138 | 2023-11-18T00:30:32.421Z | Checking vte v0.11.1 |
2139 | 2023-11-18T00:30:34.808Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2140 | 2023-11-18T00:30:35.650Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2141 | 2023-11-18T00:30:36.179Z | Checking threadpool v1.8.1 |
2142 | 2023-11-18T00:30:36.456Z | Checking libtest-mimic v0.6.1 |
2143 | 2023-11-18T00:30:37.096Z | Checking strip-ansi-escapes v0.2.0 |
2144 | 2023-11-18T00:30:46.505Z | Compiling tabled_derive v0.6.0 |
2145 | 2023-11-18T00:30:50.069Z | Checking httptest v0.15.5 |
2146 | 2023-11-18T00:30:51.230Z | Checking similar-asserts v1.5.0 |
2147 | 2023-11-18T00:30:51.575Z | Checking fd-lock v3.0.13 |
2148 | 2023-11-18T00:30:51.894Z | Checking nanorand v0.7.0 |
2149 | 2023-11-18T00:30:52.407Z | Compiling rstest_macros v0.18.2 |
2150 | 2023-11-18T00:30:52.458Z | Checking nu-ansi-term v0.49.0 |
2151 | 2023-11-18T00:30:53.129Z | Checking reedline v0.25.0 |
2152 | 2023-11-18T00:30:53.614Z | Checking flume v0.11.0 |
2153 | 2023-11-18T00:30:54.499Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2154 | 2023-11-18T00:30:59.909Z | Checking datatest-stable v0.2.3 |
2155 | 2023-11-18T00:31:01.630Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2156 | 2023-11-18T00:31:02.081Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2157 | 2023-11-18T00:31:04.444Z | Compiling pin-project-internal v1.1.3 |
2158 | 2023-11-18T00:31:05.271Z | Checking arrayref v0.3.7 |
2159 | 2023-11-18T00:31:05.395Z | Compiling relative-path v1.9.0 |
2160 | 2023-11-18T00:31:06.431Z | Compiling trybuild v1.0.85 |
2161 | 2023-11-18T00:31:07.193Z | Checking bytecount v0.6.3 |
2162 | 2023-11-18T00:31:07.334Z | Checking topological-sort v0.2.2 |
2163 | 2023-11-18T00:31:07.396Z | Checking arrayvec v0.7.4 |
2164 | 2023-11-18T00:31:07.683Z | Checking constant_time_eq v0.2.6 |
2165 | 2023-11-18T00:31:07.790Z | Checking papergrid v0.10.0 |
2166 | 2023-11-18T00:31:07.980Z | Checking blake2b_simd v1.0.1 |
2167 | 2023-11-18T00:31:08.722Z | Checking pin-project v1.1.3 |
2168 | 2023-11-18T00:31:11.835Z | Checking basic-toml v0.1.4 |
2169 | 2023-11-18T00:31:12.117Z | Checking futures-timer v3.0.2 |
2170 | 2023-11-18T00:31:12.348Z | Checking constant_time_eq v0.3.0 |
2171 | 2023-11-18T00:31:12.518Z | Checking rust-argon2 v1.0.1 |
2172 | 2023-11-18T00:31:12.536Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2173 | 2023-11-18T00:31:12.763Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2174 | 2023-11-18T00:31:14.314Z | Checking tabled v0.14.0 |
2175 | 2023-11-18T00:31:14.885Z | Checking partial-io v0.5.4 |
2176 | 2023-11-18T00:31:15.627Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2177 | 2023-11-18T00:31:17.561Z | Checking cargo-platform v0.1.3 |
2178 | 2023-11-18T00:31:17.893Z | Checking approx v0.5.1 |
2179 | 2023-11-18T00:31:18.225Z | Checking hex-literal v0.4.1 |
2180 | 2023-11-18T00:31:18.309Z | Checking cargo_metadata v0.18.0 |
2181 | 2023-11-18T00:31:18.632Z | Checking crossbeam v0.8.2 |
2182 | 2023-11-18T00:31:21.174Z | Compiling polar-core v0.27.0 |
2183 | 2023-11-18T00:31:21.540Z | Checking rstest v0.18.2 |
2184 | 2023-11-18T00:31:22.048Z | Checking cargo_toml v0.17.0 |
2185 | 2023-11-18T00:31:23.382Z | Checking termios v0.3.3 |
2186 | 2023-11-18T00:31:23.988Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2187 | 2023-11-18T00:31:27.698Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2188 | 2023-11-18T00:31:31.292Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2189 | 2023-11-18T00:31:37.790Z | Checking oso v0.27.0 |
2190 | 2023-11-18T00:31:42.055Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2191 | 2023-11-18T00:31:54.863Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2192 | 2023-11-18T00:31:55.222Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2193 | 2023-11-18T00:32:37.909Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2194 | 2023-11-18T00:34:27.885Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 49s |
2195 | 2023-11-18T00:34:28.096Z | |
2196 | 2023-11-18T00:34:28.105Z | real 12:44.318590449 |
2197 | 2023-11-18T00:34:28.114Z | user 1:18:44.263355609 |
2198 | 2023-11-18T00:34:28.125Z | sys 10:30.436023195 |
2199 | 2023-11-18T00:34:28.130Z | trap 2.895126879 |
2200 | 2023-11-18T00:34:28.139Z | tflt 8.379636587 |
2201 | 2023-11-18T00:34:28.145Z | dflt 7.949256901 |
2202 | 2023-11-18T00:34:28.562Z | kflt 0.023688534 |
2203 | 2023-11-18T00:34:28.568Z | lock 1:46:57.766577896 |
2204 | 2023-11-18T00:34:28.587Z | slp 3:44:49.486007050 |
2205 | 2023-11-18T00:34:28.597Z | lat 2:46.234838620 |
2206 | 2023-11-18T00:34:28.601Z | stop 6:21.279358268 |
2207 | 2023-11-18T00:34:29.198Z | warning: output filename collision. |
2208 | 2023-11-18T00:34:29.201Z | 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)`. |
2209 | 2023-11-18T00:34:29.203Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2210 | 2023-11-18T00:34:29.206Z | The targets should have unique names. |
2211 | 2023-11-18T00:34:29.209Z | This is a known bug where multiple crates with the same name use |
2212 | 2023-11-18T00:34:29.211Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2213 | 2023-11-18T00:34:29.214Z | warning: output filename collision. |
2214 | 2023-11-18T00:34:29.217Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2215 | 2023-11-18T00:34:29.220Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2216 | 2023-11-18T00:34:29.222Z | The targets should have unique names. |
2217 | 2023-11-18T00:34:29.225Z | This is a known bug where multiple crates with the same name use |
2218 | 2023-11-18T00:34:29.228Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2219 | 2023-11-18T00:34:29.231Z | warning: output filename collision. |
2220 | 2023-11-18T00:34:29.233Z | 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)`. |
2221 | 2023-11-18T00:34:29.236Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2222 | 2023-11-18T00:34:29.239Z | The targets should have unique names. |
2223 | 2023-11-18T00:34:29.242Z | This is a known bug where multiple crates with the same name use |
2224 | 2023-11-18T00:34:29.245Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2225 | 2023-11-18T00:34:29.818Z | Checking unicode-ident v1.0.12 |
2226 | 2023-11-18T00:34:29.838Z | Documenting libc v0.2.150 |
2227 | 2023-11-18T00:34:29.847Z | Documenting cfg-if v1.0.0 |
2228 | 2023-11-18T00:34:29.865Z | Checking libc v0.2.150 |
2229 | 2023-11-18T00:34:29.883Z | Checking serde v1.0.192 |
2230 | 2023-11-18T00:34:29.905Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2231 | 2023-11-18T00:34:29.908Z | Checking cfg-if v1.0.0 |
2232 | 2023-11-18T00:34:29.929Z | Documenting log v0.4.20 |
2233 | 2023-11-18T00:34:30.025Z | Documenting scopeguard v1.2.0 |
2234 | 2023-11-18T00:34:30.037Z | Checking proc-macro2 v1.0.69 |
2235 | 2023-11-18T00:34:30.342Z | Checking once_cell v1.18.0 |
2236 | 2023-11-18T00:34:30.796Z | Documenting itoa v1.0.9 |
2237 | 2023-11-18T00:34:31.070Z | Checking quote v1.0.33 |
2238 | 2023-11-18T00:34:31.598Z | Checking syn v2.0.32 |
2239 | 2023-11-18T00:34:31.682Z | Checking syn v1.0.109 |
2240 | 2023-11-18T00:34:33.885Z | Documenting smallvec v1.11.0 |
2241 | 2023-11-18T00:34:34.169Z | Documenting lock_api v0.4.10 |
2242 | 2023-11-18T00:34:34.847Z | Documenting memchr v2.6.3 |
2243 | 2023-11-18T00:34:35.865Z | Documenting pin-project-lite v0.2.13 |
2244 | 2023-11-18T00:34:36.716Z | Documenting getrandom v0.2.10 |
2245 | 2023-11-18T00:34:38.590Z | Documenting libm v0.2.7 |
2246 | 2023-11-18T00:34:38.800Z | Documenting signal-hook-registry v1.4.1 |
2247 | 2023-11-18T00:34:38.877Z | Documenting parking_lot_core v0.9.8 |
2248 | 2023-11-18T00:34:40.503Z | Checking itoa v1.0.9 |
2249 | 2023-11-18T00:34:40.801Z | Documenting mio v0.8.8 |
2250 | 2023-11-18T00:34:41.468Z | Documenting futures-core v0.3.29 |
2251 | 2023-11-18T00:34:41.702Z | Documenting num_cpus v1.16.0 |
2252 | 2023-11-18T00:34:41.892Z | Documenting serde_derive v1.0.192 |
2253 | 2023-11-18T00:34:42.364Z | Documenting rand_core v0.6.4 |
2254 | 2023-11-18T00:34:43.379Z | Documenting zeroize_derive v1.4.2 |
2255 | 2023-11-18T00:34:44.743Z | Documenting parking_lot v0.12.1 |
2256 | 2023-11-18T00:34:44.791Z | Documenting num-traits v0.2.16 |
2257 | 2023-11-18T00:34:47.315Z | Documenting thiserror-impl v1.0.49 |
2258 | 2023-11-18T00:34:47.457Z | Documenting tokio-macros v2.1.0 |
2259 | 2023-11-18T00:34:47.708Z | Documenting socket2 v0.5.4 |
2260 | 2023-11-18T00:34:47.977Z | Documenting once_cell v1.18.0 |
2261 | 2023-11-18T00:34:50.967Z | Checking getrandom v0.2.10 |
2262 | 2023-11-18T00:34:50.972Z | Documenting zeroize v1.6.0 |
2263 | 2023-11-18T00:34:50.977Z | Documenting typenum v1.16.0 |
2264 | 2023-11-18T00:34:51.981Z | Checking thiserror v1.0.49 |
2265 | 2023-11-18T00:34:52.146Z | Documenting ryu v1.0.15 |
2266 | 2023-11-18T00:34:52.565Z | Documenting serde v1.0.192 |
2267 | 2023-11-18T00:34:53.773Z | Checking ryu v1.0.15 |
2268 | 2023-11-18T00:34:53.982Z | Documenting subtle v2.5.0 |
2269 | 2023-11-18T00:34:54.111Z | Checking memchr v2.6.3 |
2270 | 2023-11-18T00:34:54.536Z | Documenting thiserror v1.0.49 |
2271 | 2023-11-18T00:34:54.870Z | Documenting byteorder v1.5.0 |
2272 | 2023-11-18T00:34:55.515Z | Checking serde_json v1.0.108 |
2273 | 2023-11-18T00:34:56.637Z | Documenting futures-sink v0.3.29 |
2274 | 2023-11-18T00:34:56.642Z | Checking heck v0.4.1 |
2275 | 2023-11-18T00:34:56.701Z | Documenting pin-utils v0.1.0 |
2276 | 2023-11-18T00:34:58.246Z | Checking log v0.4.20 |
2277 | 2023-11-18T00:34:58.406Z | Documenting generic-array v0.14.7 |
2278 | 2023-11-18T00:34:58.658Z | Documenting const-oid v0.9.5 |
2279 | 2023-11-18T00:34:59.461Z | Documenting futures-macro v0.3.29 |
2280 | 2023-11-18T00:35:00.071Z | Checking bytes v1.5.0 |
2281 | 2023-11-18T00:35:01.124Z | Documenting futures-task v0.3.29 |
2282 | 2023-11-18T00:35:01.292Z | Documenting slab v0.4.9 |
2283 | 2023-11-18T00:35:02.198Z | Documenting futures-channel v0.3.29 |
2284 | 2023-11-18T00:35:04.435Z | Documenting futures-io v0.3.29 |
2285 | 2023-11-18T00:35:04.748Z | Documenting crypto-common v0.1.6 |
2286 | 2023-11-18T00:35:06.629Z | Documenting iana-time-zone v0.1.57 |
2287 | 2023-11-18T00:35:07.098Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2288 | 2023-11-18T00:35:07.327Z | Checking byteorder v1.5.0 |
2289 | 2023-11-18T00:35:07.477Z | Documenting tinyvec_macros v0.1.1 |
2290 | 2023-11-18T00:35:07.949Z | Documenting block-buffer v0.10.4 |
2291 | 2023-11-18T00:35:08.125Z | Documenting ppv-lite86 v0.2.17 |
2292 | 2023-11-18T00:35:08.514Z | Checking fnv v1.0.7 |
2293 | 2023-11-18T00:35:08.672Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2294 | 2023-11-18T00:35:10.486Z | Documenting futures-util v0.3.29 |
2295 | 2023-11-18T00:35:11.360Z | Documenting tinyvec v1.6.0 |
2296 | 2023-11-18T00:35:11.942Z | Documenting tracing-core v0.1.31 |
2297 | 2023-11-18T00:35:12.596Z | Documenting rand_chacha v0.3.1 |
2298 | 2023-11-18T00:35:12.918Z | Documenting tracing-attributes v0.1.26 |
2299 | 2023-11-18T00:35:13.880Z | Documenting digest v0.10.7 |
2300 | 2023-11-18T00:35:16.799Z | Documenting unicode-normalization v0.1.22 |
2301 | 2023-11-18T00:35:18.849Z | Documenting rand v0.8.5 |
2302 | 2023-11-18T00:35:21.676Z | Checking libm v0.2.7 |
2303 | 2023-11-18T00:35:22.956Z | Documenting fnv v1.0.7 |
2304 | 2023-11-18T00:35:23.131Z | Documenting base64 v0.21.5 |
2305 | 2023-11-18T00:35:23.364Z | Checking ucd-trie v0.1.6 |
2306 | 2023-11-18T00:35:23.660Z | Checking pest v2.7.2 |
2307 | 2023-11-18T00:35:23.912Z | Checking num-traits v0.2.16 |
2308 | 2023-11-18T00:35:24.710Z | Documenting lazy_static v1.4.0 |
2309 | 2023-11-18T00:35:25.595Z | Documenting bytes v1.5.0 |
2310 | 2023-11-18T00:35:26.634Z | Documenting bitflags v2.4.0 |
2311 | 2023-11-18T00:35:26.659Z | Documenting serde_json v1.0.108 |
2312 | 2023-11-18T00:35:27.830Z | Documenting chrono v0.4.31 |
2313 | 2023-11-18T00:35:28.961Z | Documenting uuid v1.5.0 |
2314 | 2023-11-18T00:35:28.976Z | Checking hashbrown v0.14.2 |
2315 | 2023-11-18T00:35:29.185Z | Documenting unicode-bidi v0.3.13 |
2316 | 2023-11-18T00:35:30.864Z | Checking equivalent v1.0.1 |
2317 | 2023-11-18T00:35:30.998Z | Checking indexmap v2.1.0 |
2318 | 2023-11-18T00:35:32.923Z | Documenting percent-encoding v2.3.0 |
2319 | 2023-11-18T00:35:33.118Z | Documenting tokio v1.33.0 |
2320 | 2023-11-18T00:35:33.584Z | Documenting http v0.2.9 |
2321 | 2023-11-18T00:35:35.419Z | Documenting spin v0.9.8 |
2322 | 2023-11-18T00:35:35.508Z | Documenting cpufeatures v0.2.9 |
2323 | 2023-11-18T00:35:35.560Z | Documenting serde_derive_internals v0.26.0 |
2324 | 2023-11-18T00:35:37.071Z | Documenting tracing v0.1.37 |
2325 | 2023-11-18T00:35:37.214Z | Checking serde_derive_internals v0.26.0 |
2326 | 2023-11-18T00:35:38.121Z | Checking scopeguard v1.2.0 |
2327 | 2023-11-18T00:35:38.289Z | Checking time-core v0.1.1 |
2328 | 2023-11-18T00:35:38.499Z | Documenting dyn-clone v1.0.13 |
2329 | 2023-11-18T00:35:38.904Z | Documenting form_urlencoded v1.2.0 |
2330 | 2023-11-18T00:35:39.380Z | Checking lock_api v0.4.10 |
2331 | 2023-11-18T00:35:39.648Z | Documenting idna v0.4.0 |
2332 | 2023-11-18T00:35:40.006Z | Documenting errno v0.3.2 |
2333 | 2023-11-18T00:35:42.193Z | Documenting adler v1.0.2 |
2334 | 2023-11-18T00:35:42.911Z | Checking uuid v1.5.0 |
2335 | 2023-11-18T00:35:43.676Z | Documenting httparse v1.8.0 |
2336 | 2023-11-18T00:35:44.441Z | Documenting schemars_derive v0.8.13 |
2337 | 2023-11-18T00:35:44.453Z | Documenting unicode-ident v1.0.12 |
2338 | 2023-11-18T00:35:44.678Z | Documenting rustix v0.38.9 |
2339 | 2023-11-18T00:35:46.261Z | Documenting miniz_oxide v0.7.1 |
2340 | 2023-11-18T00:35:46.302Z | Documenting url v2.4.1 |
2341 | 2023-11-18T00:35:48.597Z | Checking iana-time-zone v0.1.57 |
2342 | 2023-11-18T00:35:48.732Z | Documenting proc-macro2 v1.0.69 |
2343 | 2023-11-18T00:35:49.232Z | Checking chrono v0.4.31 |
2344 | 2023-11-18T00:35:50.007Z | Checking zerocopy v0.3.0 |
2345 | 2023-11-18T00:35:51.079Z | Checking dof v0.1.5 |
2346 | 2023-11-18T00:35:51.204Z | Checking dtrace-parser v0.1.14 |
2347 | 2023-11-18T00:35:51.785Z | Checking thread-id v4.2.0 |
2348 | 2023-11-18T00:35:51.966Z | Documenting untrusted v0.9.0 |
2349 | 2023-11-18T00:35:52.008Z | Documenting try-lock v0.2.4 |
2350 | 2023-11-18T00:35:52.277Z | Documenting hashbrown v0.14.2 |
2351 | 2023-11-18T00:35:55.549Z | Documenting openssl-probe v0.1.5 |
2352 | 2023-11-18T00:35:56.595Z | Documenting schemars v0.8.13 |
2353 | 2023-11-18T00:35:58.137Z | Documenting quote v1.0.33 |
2354 | 2023-11-18T00:35:59.143Z | Documenting httpdate v1.0.3 |
2355 | 2023-11-18T00:36:01.095Z | Documenting equivalent v1.0.1 |
2356 | 2023-11-18T00:36:01.673Z | Documenting want v0.3.1 |
2357 | 2023-11-18T00:36:23.611Z | Documenting ring v0.17.5 |
2358 | 2023-11-18T00:36:23.775Z | Checking usdt-impl v0.3.5 |
2359 | 2023-11-18T00:36:23.848Z | Documenting http-body v0.4.5 |
2360 | 2023-11-18T00:36:23.927Z | Documenting indexmap v2.1.0 |
2361 | 2023-11-18T00:36:24.030Z | Documenting openssl-macros v0.1.1 |
2362 | 2023-11-18T00:36:24.182Z | Documenting openssl-sys v0.9.93 |
2363 | 2023-11-18T00:36:24.305Z | Documenting tokio-util v0.7.10 |
2364 | 2023-11-18T00:36:24.423Z | Checking dyn-clone v1.0.13 |
2365 | 2023-11-18T00:36:24.528Z | Documenting mime v0.3.17 |
2366 | 2023-11-18T00:36:24.564Z | Documenting tower-service v0.3.2 |
2367 | 2023-11-18T00:36:24.606Z | Checking schemars v0.8.13 |
2368 | 2023-11-18T00:36:24.724Z | Documenting rustls-webpki v0.101.7 |
2369 | 2023-11-18T00:36:24.789Z | Documenting async-trait v0.1.74 |
2370 | 2023-11-18T00:36:24.867Z | Documenting aho-corasick v1.0.4 |
2371 | 2023-11-18T00:36:24.897Z | Checking ahash v0.8.3 |
2372 | 2023-11-18T00:36:24.912Z | Documenting sct v0.7.0 |
2373 | 2023-11-18T00:36:24.943Z | Documenting slog v2.7.0 |
2374 | 2023-11-18T00:36:24.995Z | Documenting utf8parse v0.2.1 |
2375 | 2023-11-18T00:36:25.005Z | Documenting h2 v0.3.21 |
2376 | 2023-11-18T00:36:25.022Z | Documenting openssl v0.10.57 |
2377 | 2023-11-18T00:36:25.034Z | Documenting regex-syntax v0.8.2 |
2378 | 2023-11-18T00:36:25.059Z | Documenting unicode-width v0.1.11 |
2379 | 2023-11-18T00:36:25.106Z | Documenting gimli v0.28.0 |
2380 | 2023-11-18T00:36:25.112Z | Documenting ipnet v2.8.0 |
2381 | 2023-11-18T00:36:25.135Z | Documenting rustls v0.21.8 |
2382 | 2023-11-18T00:36:25.148Z | Checking hashbrown v0.13.2 |
2383 | 2023-11-18T00:36:25.163Z | Documenting time-macros v0.2.13 |
2384 | 2023-11-18T00:36:25.231Z | Documenting rustls-pemfile v1.0.3 |
2385 | 2023-11-18T00:36:25.279Z | Checking http v0.2.9 |
2386 | 2023-11-18T00:36:25.377Z | Documenting regex-automata v0.4.3 |
2387 | 2023-11-18T00:36:25.420Z | Documenting num-integer v0.1.45 |
2388 | 2023-11-18T00:36:25.428Z | Documenting object v0.32.1 |
2389 | 2023-11-18T00:36:25.435Z | Documenting num_threads v0.1.6 |
2390 | 2023-11-18T00:36:25.460Z | Documenting addr2line v0.21.0 |
2391 | 2023-11-18T00:36:25.476Z | Checking smallvec v1.11.0 |
2392 | 2023-11-18T00:36:25.952Z | Documenting time-core v0.1.1 |
2393 | 2023-11-18T00:36:27.172Z | Documenting hyper v0.14.27 |
2394 | 2023-11-18T00:36:29.008Z | Documenting deranged v0.3.8 |
2395 | 2023-11-18T00:36:29.915Z | Documenting rustc-demangle v0.1.23 |
2396 | 2023-11-18T00:36:30.399Z | Documenting tokio-rustls v0.24.1 |
2397 | 2023-11-18T00:36:30.848Z | Checking parking_lot_core v0.9.8 |
2398 | 2023-11-18T00:36:31.369Z | Documenting native-tls v0.2.11 |
2399 | 2023-11-18T00:36:31.448Z | Checking pest_meta v2.7.2 |
2400 | 2023-11-18T00:36:32.990Z | Documenting zerocopy v0.6.4 |
2401 | 2023-11-18T00:36:34.247Z | Checking aho-corasick v1.0.4 |
2402 | 2023-11-18T00:36:35.681Z | Documenting time v0.3.27 |
2403 | 2023-11-18T00:36:36.078Z | Documenting regex v1.10.2 |
2404 | 2023-11-18T00:36:36.840Z | Documenting encoding_rs v0.8.33 |
2405 | 2023-11-18T00:36:39.035Z | Documenting crossbeam-utils v0.8.16 |
2406 | 2023-11-18T00:36:39.337Z | Checking regex-syntax v0.8.2 |
2407 | 2023-11-18T00:36:39.815Z | Documenting tokio-native-tls v0.3.1 |
2408 | 2023-11-18T00:36:42.685Z | Documenting backtrace v0.3.69 |
2409 | 2023-11-18T00:36:44.221Z | Checking parking_lot v0.12.1 |
2410 | 2023-11-18T00:36:44.660Z | Documenting rustls-native-certs v0.6.3 |
2411 | 2023-11-18T00:36:44.732Z | Documenting serde_urlencoded v0.7.1 |
2412 | 2023-11-18T00:36:45.207Z | Documenting pest_meta v2.7.2 |
2413 | 2023-11-18T00:36:45.220Z | Checking regex-automata v0.4.3 |
2414 | 2023-11-18T00:36:45.674Z | Checking pin-project-lite v0.2.13 |
2415 | 2023-11-18T00:36:45.788Z | Documenting anstyle v1.0.2 |
2416 | 2023-11-18T00:36:45.824Z | Checking pest_generator v2.7.2 |
2417 | 2023-11-18T00:36:47.103Z | Documenting anstyle-parse v0.2.1 |
2418 | 2023-11-18T00:36:48.105Z | Documenting hyper-tls v0.5.0 |
2419 | 2023-11-18T00:36:50.365Z | Documenting anyhow v1.0.75 |
2420 | 2023-11-18T00:36:50.371Z | Documenting hyper-rustls v0.24.2 |
2421 | 2023-11-18T00:36:50.541Z | Checking regex v1.10.2 |
2422 | 2023-11-18T00:36:50.993Z | Documenting anstyle-query v1.0.0 |
2423 | 2023-11-18T00:36:51.464Z | Documenting data-encoding v2.4.0 |
2424 | 2023-11-18T00:36:51.487Z | Documenting ucd-trie v0.1.6 |
2425 | 2023-11-18T00:36:51.703Z | Documenting pest_generator v2.7.2 |
2426 | 2023-11-18T00:36:51.804Z | Documenting colorchoice v1.0.0 |
2427 | 2023-11-18T00:36:55.860Z | Documenting webpki-roots v0.25.2 |
2428 | 2023-11-18T00:36:56.984Z | Documenting anstream v0.5.0 |
2429 | 2023-11-18T00:36:57.257Z | Documenting ipnetwork v0.20.0 |
2430 | 2023-11-18T00:36:57.519Z | Documenting syn v2.0.32 |
2431 | 2023-11-18T00:36:57.579Z | Documenting pest v2.7.2 |
2432 | 2023-11-18T00:36:58.840Z | Documenting sha2 v0.10.8 |
2433 | 2023-11-18T00:36:58.852Z | Documenting pest_derive v2.7.2 |
2434 | 2023-11-18T00:37:00.822Z | Checking rand_core v0.6.4 |
2435 | 2023-11-18T00:37:01.238Z | Checking serde_tokenstream v0.1.7 |
2436 | 2023-11-18T00:37:01.823Z | Documenting reqwest v0.11.22 |
2437 | 2023-11-18T00:37:01.827Z | Documenting crc32fast v1.3.2 |
2438 | 2023-11-18T00:37:02.779Z | Checking signal-hook-registry v1.4.1 |
2439 | 2023-11-18T00:37:03.133Z | Documenting terminal_size v0.2.6 |
2440 | 2023-11-18T00:37:10.221Z | Checking strsim v0.10.0 |
2441 | 2023-11-18T00:37:10.231Z | Documenting clap_lex v0.5.1 |
2442 | 2023-11-18T00:37:10.261Z | Checking unicode-width v0.1.11 |
2443 | 2023-11-18T00:37:10.678Z | Documenting strsim v0.10.0 |
2444 | 2023-11-18T00:37:10.690Z | Documenting dtrace-parser v0.1.14 |
2445 | 2023-11-18T00:37:10.698Z | Documenting num-iter v0.1.43 |
2446 | 2023-11-18T00:37:10.734Z | Documenting openapiv3 v2.0.0-rc.1 |
2447 | 2023-11-18T00:37:10.802Z | Documenting hex v0.4.3 |
2448 | 2023-11-18T00:37:12.011Z | Documenting futures-executor v0.3.29 |
2449 | 2023-11-18T00:37:12.201Z | Documenting clap_builder v4.4.2 |
2450 | 2023-11-18T00:37:12.457Z | Documenting hmac v0.12.1 |
2451 | 2023-11-18T00:37:12.632Z | Documenting dof v0.1.5 |
2452 | 2023-11-18T00:37:15.288Z | Checking mio v0.8.8 |
2453 | 2023-11-18T00:37:16.233Z | Documenting clap_derive v4.4.2 |
2454 | 2023-11-18T00:37:16.760Z | Documenting signal-hook v0.3.17 |
2455 | 2023-11-18T00:37:16.874Z | Checking serde_tokenstream v0.2.0 |
2456 | 2023-11-18T00:37:17.443Z | Documenting thread-id v4.2.0 |
2457 | 2023-11-18T00:37:18.285Z | Documenting memoffset v0.9.0 |
2458 | 2023-11-18T00:37:19.454Z | Checking typenum v1.16.0 |
2459 | 2023-11-18T00:37:19.732Z | Checking zeroize v1.6.0 |
2460 | 2023-11-18T00:37:20.099Z | Checking futures-core v0.3.29 |
2461 | 2023-11-18T00:37:20.355Z | Documenting either v1.9.0 |
2462 | 2023-11-18T00:37:21.601Z | Checking generic-array v0.14.7 |
2463 | 2023-11-18T00:37:21.829Z | Documenting flate2 v1.0.28 |
2464 | 2023-11-18T00:37:22.990Z | Documenting crossbeam-epoch v0.9.15 |
2465 | 2023-11-18T00:37:22.994Z | Documenting usdt-macro v0.3.5 |
2466 | 2023-11-18T00:37:23.572Z | Documenting usdt-impl v0.3.5 |
2467 | 2023-11-18T00:37:23.591Z | Documenting usdt-attr-macro v0.3.5 |
2468 | 2023-11-18T00:37:24.140Z | Documenting clap v4.4.3 |
2469 | 2023-11-18T00:37:26.298Z | Checking regress v0.7.1 |
2470 | 2023-11-18T00:37:29.193Z | Checking openapiv3 v2.0.0-rc.1 |
2471 | 2023-11-18T00:37:29.338Z | Documenting serde_spanned v0.6.4 |
2472 | 2023-11-18T00:37:29.664Z | Documenting toml_datetime v0.6.5 |
2473 | 2023-11-18T00:37:31.428Z | Documenting winnow v0.5.15 |
2474 | 2023-11-18T00:37:31.440Z | Checking typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2475 | 2023-11-18T00:37:32.614Z | Documenting signal-hook-mio v0.2.3 |
2476 | 2023-11-18T00:37:32.764Z | Documenting futures v0.3.29 |
2477 | 2023-11-18T00:37:33.067Z | Documenting usdt v0.3.5 |
2478 | 2023-11-18T00:37:34.928Z | Documenting signature v2.1.0 |
2479 | 2023-11-18T00:37:35.017Z | Documenting block-padding v0.3.3 |
2480 | 2023-11-18T00:37:35.328Z | Documenting hash32 v0.2.1 |
2481 | 2023-11-18T00:37:36.562Z | Documenting enum-as-inner v0.5.1 |
2482 | 2023-11-18T00:37:38.530Z | Documenting scheduled-thread-pool v0.2.7 |
2483 | 2023-11-18T00:37:39.235Z | Documenting toml_edit v0.21.0 |
2484 | 2023-11-18T00:37:41.346Z | Checking diesel_table_macro_syntax v0.1.0 |
2485 | 2023-11-18T00:37:41.548Z | Documenting diesel_table_macro_syntax v0.1.0 |
2486 | 2023-11-18T00:37:41.579Z | Checking serde_spanned v0.6.4 |
2487 | 2023-11-18T00:37:41.731Z | Checking toml_datetime v0.6.5 |
2488 | 2023-11-18T00:37:41.869Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2489 | 2023-11-18T00:37:41.888Z | Checking num_cpus v1.16.0 |
2490 | 2023-11-18T00:37:42.037Z | Checking socket2 v0.5.4 |
2491 | 2023-11-18T00:37:42.161Z | Checking futures-sink v0.3.29 |
2492 | 2023-11-18T00:37:42.364Z | Documenting stable_deref_trait v1.2.0 |
2493 | 2023-11-18T00:37:42.778Z | Checking winnow v0.5.15 |
2494 | 2023-11-18T00:37:43.050Z | Documenting unicode-segmentation v1.10.1 |
2495 | 2023-11-18T00:37:44.266Z | Documenting trust-dns-proto v0.22.0 |
2496 | 2023-11-18T00:37:44.923Z | Documenting r2d2 v0.8.10 |
2497 | 2023-11-18T00:37:46.331Z | Documenting heapless v0.7.16 |
2498 | 2023-11-18T00:37:47.566Z | Checking tokio v1.33.0 |
2499 | 2023-11-18T00:37:47.618Z | Documenting bzip2 v0.4.4 |
2500 | 2023-11-18T00:37:48.360Z | Documenting inout v0.1.3 |
2501 | 2023-11-18T00:37:48.368Z | Documenting crossterm v0.27.0 |
2502 | 2023-11-18T00:37:48.382Z | Documenting diesel_derives v2.1.1 |
2503 | 2023-11-18T00:37:51.152Z | Documenting itertools v0.11.0 |
2504 | 2023-11-18T00:37:53.830Z | Documenting stringprep v0.1.3 |
2505 | 2023-11-18T00:37:53.898Z | Documenting semver v1.0.20 |
2506 | 2023-11-18T00:38:00.426Z | Documenting md-5 v0.10.5 |
2507 | 2023-11-18T00:38:00.473Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2508 | 2023-11-18T00:38:00.486Z | Documenting managed v0.8.0 |
2509 | 2023-11-18T00:38:00.503Z | Documenting siphasher v0.3.11 |
2510 | 2023-11-18T00:38:00.525Z | Documenting static_assertions v1.1.0 |
2511 | 2023-11-18T00:38:00.546Z | Checking tinyvec_macros v0.1.1 |
2512 | 2023-11-18T00:38:00.667Z | Checking spin v0.5.2 |
2513 | 2023-11-18T00:38:00.999Z | Documenting bit-vec v0.6.3 |
2514 | 2023-11-18T00:38:01.070Z | Documenting fallible-iterator v0.2.0 |
2515 | 2023-11-18T00:38:01.703Z | Documenting smoltcp v0.9.1 |
2516 | 2023-11-18T00:38:02.506Z | Checking tinyvec v1.6.0 |
2517 | 2023-11-18T00:38:02.526Z | Documenting cipher v0.4.4 |
2518 | 2023-11-18T00:38:02.893Z | Documenting diesel v2.1.3 |
2519 | 2023-11-18T00:38:02.971Z | Documenting phf_shared v0.11.2 |
2520 | 2023-11-18T00:38:04.678Z | Documenting zip v0.6.6 |
2521 | 2023-11-18T00:38:04.753Z | Checking toml_edit v0.19.15 |
2522 | 2023-11-18T00:38:08.435Z | Checking futures-channel v0.3.29 |
2523 | 2023-11-18T00:38:08.532Z | Documenting num-bigint v0.4.4 |
2524 | 2023-11-18T00:38:08.958Z | Documenting postgres-protocol v0.6.6 |
2525 | 2023-11-18T00:38:08.965Z | Documenting hubpack v0.1.2 |
2526 | 2023-11-18T00:38:08.973Z | Documenting serde_repr v0.1.16 |
2527 | 2023-11-18T00:38:09.486Z | Documenting bstr v1.6.0 |
2528 | 2023-11-18T00:38:11.045Z | Documenting regress v0.7.1 |
2529 | 2023-11-18T00:38:11.921Z | Checking futures-task v0.3.29 |
2530 | 2023-11-18T00:38:12.325Z | Checking slab v0.4.9 |
2531 | 2023-11-18T00:38:12.716Z | Checking pin-utils v0.1.0 |
2532 | 2023-11-18T00:38:12.840Z | Checking futures-io v0.3.29 |
2533 | 2023-11-18T00:38:13.111Z | Documenting lalrpop-util v0.19.12 |
2534 | 2023-11-18T00:38:15.751Z | Documenting fixedbitset v0.4.2 |
2535 | 2023-11-18T00:38:16.175Z | Documenting new_debug_unreachable v1.0.4 |
2536 | 2023-11-18T00:38:17.195Z | Documenting precomputed-hash v0.1.1 |
2537 | 2023-11-18T00:38:17.905Z | Documenting postgres-types v0.2.6 |
2538 | 2023-11-18T00:38:17.910Z | Documenting yasna v0.5.2 |
2539 | 2023-11-18T00:38:19.309Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2540 | 2023-11-18T00:38:20.391Z | Checking futures-util v0.3.29 |
2541 | 2023-11-18T00:38:20.502Z | Documenting phf v0.11.2 |
2542 | 2023-11-18T00:38:20.680Z | Documenting petgraph v0.6.4 |
2543 | 2023-11-18T00:38:23.396Z | Documenting string_cache v0.8.7 |
2544 | 2023-11-18T00:38:27.140Z | Checking unicode-normalization v0.1.22 |
2545 | 2023-11-18T00:38:27.595Z | Checking crypto-common v0.1.6 |
2546 | 2023-11-18T00:38:27.854Z | Documenting console v0.15.7 |
2547 | 2023-11-18T00:38:28.538Z | Checking spin v0.9.8 |
2548 | 2023-11-18T00:38:28.677Z | Documenting float-cmp v0.9.0 |
2549 | 2023-11-18T00:38:28.845Z | Checking tracing-core v0.1.31 |
2550 | 2023-11-18T00:38:29.040Z | Checking unsafe-libyaml v0.2.9 |
2551 | 2023-11-18T00:38:29.564Z | Documenting normalize-line-endings v0.3.0 |
2552 | 2023-11-18T00:38:29.757Z | Documenting predicates-core v1.0.6 |
2553 | 2023-11-18T00:38:29.938Z | Checking unicode-bidi v0.3.13 |
2554 | 2023-11-18T00:38:30.693Z | Documenting heck v0.4.1 |
2555 | 2023-11-18T00:38:30.947Z | Documenting whoami v1.4.1 |
2556 | 2023-11-18T00:38:31.683Z | Documenting difflib v0.4.0 |
2557 | 2023-11-18T00:38:34.194Z | Checking tracing v0.1.37 |
2558 | 2023-11-18T00:38:34.467Z | Documenting bit-set v0.5.3 |
2559 | 2023-11-18T00:38:34.695Z | Documenting similar v2.2.1 |
2560 | 2023-11-18T00:38:35.470Z | Checking typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2561 | 2023-11-18T00:38:35.663Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2562 | 2023-11-18T00:38:35.965Z | Checking block-buffer v0.10.4 |
2563 | 2023-11-18T00:38:36.103Z | Checking getopts v0.2.21 |
2564 | 2023-11-18T00:38:36.287Z | Documenting tokio-stream v0.1.14 |
2565 | 2023-11-18T00:38:36.504Z | Documenting tokio-postgres v0.7.10 |
2566 | 2023-11-18T00:38:36.582Z | Checking bitflags v2.4.0 |
2567 | 2023-11-18T00:38:36.992Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2568 | 2023-11-18T00:38:37.070Z | Checking const-oid v0.9.5 |
2569 | 2023-11-18T00:38:38.047Z | Documenting predicates v3.0.4 |
2570 | 2023-11-18T00:38:40.010Z | Checking subtle v2.5.0 |
2571 | 2023-11-18T00:38:40.385Z | Checking ident_case v1.0.1 |
2572 | 2023-11-18T00:38:40.617Z | Documenting unsafe-libyaml v0.2.9 |
2573 | 2023-11-18T00:38:40.623Z | Checking ppv-lite86 v0.2.17 |
2574 | 2023-11-18T00:38:40.995Z | Checking digest v0.10.7 |
2575 | 2023-11-18T00:38:41.618Z | Checking progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2576 | 2023-11-18T00:38:41.702Z | Checking rand_chacha v0.3.1 |
2577 | 2023-11-18T00:38:42.496Z | Checking serde_yaml v0.9.25 |
2578 | 2023-11-18T00:38:51.604Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2579 | 2023-11-18T00:38:51.697Z | Documenting getopts v0.2.21 |
2580 | 2023-11-18T00:38:51.827Z | Checking base64 v0.21.5 |
2581 | 2023-11-18T00:38:51.959Z | Checking rand v0.8.5 |
2582 | 2023-11-18T00:38:52.070Z | Checking tokio-util v0.7.10 |
2583 | 2023-11-18T00:38:52.150Z | Documenting serde_yaml v0.9.25 |
2584 | 2023-11-18T00:38:52.258Z | Checking openssl-probe v0.1.5 |
2585 | 2023-11-18T00:38:52.302Z | Checking foreign-types-shared v0.1.1 |
2586 | 2023-11-18T00:38:52.319Z | Checking untrusted v0.7.1 |
2587 | 2023-11-18T00:38:52.360Z | Checking hashbrown v0.12.3 |
2588 | 2023-11-18T00:38:52.415Z | Checking percent-encoding v2.3.0 |
2589 | 2023-11-18T00:38:52.464Z | Checking untrusted v0.9.0 |
2590 | 2023-11-18T00:38:52.542Z | Checking bitflags v1.3.2 |
2591 | 2023-11-18T00:38:52.588Z | Checking ring v0.16.20 |
2592 | 2023-11-18T00:38:52.646Z | Checking ring v0.17.5 |
2593 | 2023-11-18T00:38:52.701Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2594 | 2023-11-18T00:38:52.731Z | Checking indexmap v1.9.3 |
2595 | 2023-11-18T00:38:52.744Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2596 | 2023-11-18T00:38:52.762Z | Checking foreign-types v0.3.2 |
2597 | 2023-11-18T00:38:52.772Z | Checking errno v0.3.2 |
2598 | 2023-11-18T00:38:52.782Z | Checking openssl-sys v0.9.93 |
2599 | 2023-11-18T00:38:52.817Z | Documenting match_cfg v0.1.0 |
2600 | 2023-11-18T00:38:52.856Z | Checking adler v1.0.2 |
2601 | 2023-11-18T00:38:52.902Z | Checking siphasher v0.3.11 |
2602 | 2023-11-18T00:38:53.017Z | Checking try-lock v0.2.4 |
2603 | 2023-11-18T00:38:53.062Z | Checking unicode-segmentation v1.10.1 |
2604 | 2023-11-18T00:38:53.091Z | Checking want v0.3.1 |
2605 | 2023-11-18T00:38:53.108Z | Checking miniz_oxide v0.7.1 |
2606 | 2023-11-18T00:38:53.143Z | Checking rustls-webpki v0.101.7 |
2607 | 2023-11-18T00:38:53.196Z | Checking openssl v0.10.57 |
2608 | 2023-11-18T00:38:53.226Z | Checking sct v0.7.0 |
2609 | 2023-11-18T00:38:53.377Z | Checking h2 v0.3.21 |
2610 | 2023-11-18T00:38:53.613Z | Checking form_urlencoded v1.2.0 |
2611 | 2023-11-18T00:38:53.873Z | Checking lazy_static v1.4.0 |
2612 | 2023-11-18T00:38:53.996Z | Checking http-body v0.4.5 |
2613 | 2023-11-18T00:38:54.267Z | Documenting sha1 v0.10.6 |
2614 | 2023-11-18T00:38:54.555Z | Documenting dirs-sys-next v0.1.2 |
2615 | 2023-11-18T00:38:55.123Z | Documenting hostname v0.3.1 |
2616 | 2023-11-18T00:38:55.384Z | Checking socket2 v0.4.9 |
2617 | 2023-11-18T00:38:55.594Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2618 | 2023-11-18T00:38:56.004Z | Checking io-lifetimes v1.0.11 |
2619 | 2023-11-18T00:38:56.272Z | Checking httparse v1.8.0 |
2620 | 2023-11-18T00:38:56.944Z | Checking httpdate v1.0.3 |
2621 | 2023-11-18T00:38:57.310Z | Checking tower-service v0.3.2 |
2622 | 2023-11-18T00:38:57.430Z | Checking anstyle v1.0.2 |
2623 | 2023-11-18T00:38:57.961Z | Checking utf8parse v0.2.1 |
2624 | 2023-11-18T00:38:58.152Z | Checking cpufeatures v0.2.9 |
2625 | 2023-11-18T00:38:58.273Z | Checking sha2 v0.10.8 |
2626 | 2023-11-18T00:38:59.082Z | Checking anstyle-parse v0.2.1 |
2627 | 2023-11-18T00:38:59.095Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2628 | 2023-11-18T00:38:59.472Z | Checking rustix v0.37.23 |
2629 | 2023-11-18T00:39:00.886Z | Checking rustls v0.21.8 |
2630 | 2023-11-18T00:39:01.159Z | Documenting dirs-next v2.0.0 |
2631 | 2023-11-18T00:39:01.287Z | Checking rustls-pemfile v1.0.3 |
2632 | 2023-11-18T00:39:01.521Z | Checking md-5 v0.10.5 |
2633 | 2023-11-18T00:39:01.643Z | Checking native-tls v0.2.11 |
2634 | 2023-11-18T00:39:05.474Z | Checking hmac v0.12.1 |
2635 | 2023-11-18T00:39:05.653Z | Checking idna v0.4.0 |
2636 | 2023-11-18T00:39:05.755Z | Checking stringprep v0.1.3 |
2637 | 2023-11-18T00:39:05.766Z | Checking num-integer v0.1.45 |
2638 | 2023-11-18T00:39:05.794Z | Documenting camino v1.1.6 |
2639 | 2023-11-18T00:39:05.807Z | Checking hash32 v0.2.1 |
2640 | 2023-11-18T00:39:05.817Z | Checking hyper v0.14.27 |
2641 | 2023-11-18T00:39:05.824Z | Documenting thread_local v1.1.7 |
2642 | 2023-11-18T00:39:05.830Z | Documenting paste v1.0.14 |
2643 | 2023-11-18T00:39:06.123Z | Checking anstyle-query v1.0.0 |
2644 | 2023-11-18T00:39:06.275Z | Checking gimli v0.28.0 |
2645 | 2023-11-18T00:39:07.321Z | Checking colorchoice v1.0.0 |
2646 | 2023-11-18T00:39:07.429Z | Checking either v1.9.0 |
2647 | 2023-11-18T00:39:07.559Z | Checking fallible-iterator v0.2.0 |
2648 | 2023-11-18T00:39:07.886Z | Checking stable_deref_trait v1.2.0 |
2649 | 2023-11-18T00:39:08.028Z | Checking heapless v0.7.16 |
2650 | 2023-11-18T00:39:08.558Z | Checking postgres-protocol v0.6.6 |
2651 | 2023-11-18T00:39:09.432Z | Checking anstream v0.5.0 |
2652 | 2023-11-18T00:39:09.563Z | Documenting term v0.7.0 |
2653 | 2023-11-18T00:39:09.696Z | Checking tokio-rustls v0.24.1 |
2654 | 2023-11-18T00:39:09.828Z | Checking url v2.4.1 |
2655 | 2023-11-18T00:39:09.904Z | Checking tokio-native-tls v0.3.1 |
2656 | 2023-11-18T00:39:10.110Z | Checking rustls-native-certs v0.6.3 |
2657 | 2023-11-18T00:39:10.264Z | Checking terminal_size v0.2.6 |
2658 | 2023-11-18T00:39:10.274Z | Checking phf_shared v0.11.2 |
2659 | 2023-11-18T00:39:10.683Z | Documenting toml v0.8.8 |
2660 | 2023-11-18T00:39:10.686Z | Checking block-padding v0.3.3 |
2661 | 2023-11-18T00:39:10.696Z | Checking signal-hook v0.3.17 |
2662 | 2023-11-18T00:39:10.761Z | Documenting crossbeam-channel v0.5.8 |
2663 | 2023-11-18T00:39:11.040Z | Checking scheduled-thread-pool v0.2.7 |
2664 | 2023-11-18T00:39:11.206Z | Checking object v0.32.1 |
2665 | 2023-11-18T00:39:11.345Z | Documenting atty v0.2.14 |
2666 | 2023-11-18T00:39:11.979Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2667 | 2023-11-18T00:39:12.557Z | Checking addr2line v0.21.0 |
2668 | 2023-11-18T00:39:13.040Z | Checking bzip2-sys v0.1.11+1.0.8 |
2669 | 2023-11-18T00:39:13.226Z | Checking crc32fast v1.3.2 |
2670 | 2023-11-18T00:39:13.297Z | Checking matches v0.1.10 |
2671 | 2023-11-18T00:39:13.415Z | Checking deranged v0.3.8 |
2672 | 2023-11-18T00:39:13.485Z | Checking bit-vec v0.6.3 |
2673 | 2023-11-18T00:39:13.973Z | Checking regex-automata v0.1.10 |
2674 | 2023-11-18T00:39:14.599Z | Checking rustc-demangle v0.1.23 |
2675 | 2023-11-18T00:39:15.267Z | Documenting take_mut v0.2.2 |
2676 | 2023-11-18T00:39:15.846Z | Checking clap_lex v0.5.1 |
2677 | 2023-11-18T00:39:15.933Z | Checking ipnet v2.8.0 |
2678 | 2023-11-18T00:39:16.231Z | Checking num_threads v0.1.6 |
2679 | 2023-11-18T00:39:16.241Z | Checking managed v0.8.0 |
2680 | 2023-11-18T00:39:16.328Z | Checking time v0.3.27 |
2681 | 2023-11-18T00:39:16.664Z | Checking clap_builder v4.4.2 |
2682 | 2023-11-18T00:39:16.843Z | Checking smoltcp v0.9.1 |
2683 | 2023-11-18T00:39:17.337Z | Documenting slog-term v2.9.0 |
2684 | 2023-11-18T00:39:18.795Z | Checking bstr v0.2.17 |
2685 | 2023-11-18T00:39:19.271Z | Checking flate2 v1.0.28 |
2686 | 2023-11-18T00:39:20.097Z | Checking idna v0.2.3 |
2687 | 2023-11-18T00:39:20.121Z | Checking backtrace v0.3.69 |
2688 | 2023-11-18T00:39:20.297Z | Checking bzip2 v0.4.4 |
2689 | 2023-11-18T00:39:20.454Z | Checking hyper-tls v0.5.0 |
2690 | 2023-11-18T00:39:20.714Z | Checking hyper-rustls v0.24.2 |
2691 | 2023-11-18T00:39:20.856Z | Checking r2d2 v0.8.10 |
2692 | 2023-11-18T00:39:20.989Z | Checking signal-hook-mio v0.2.3 |
2693 | 2023-11-18T00:39:21.173Z | Checking inout v0.1.3 |
2694 | 2023-11-18T00:39:21.251Z | Checking phf v0.11.2 |
2695 | 2023-11-18T00:39:21.316Z | Checking postgres-types v0.2.6 |
2696 | 2023-11-18T00:39:21.407Z | Documenting slog-async v2.8.0 |
2697 | 2023-11-18T00:39:21.527Z | Checking itertools v0.11.0 |
2698 | 2023-11-18T00:39:21.536Z | Checking num-bigint v0.4.4 |
2699 | 2023-11-18T00:39:21.555Z | Checking serde_urlencoded v0.7.1 |
2700 | 2023-11-18T00:39:21.663Z | Checking phf_shared v0.10.0 |
2701 | 2023-11-18T00:39:22.109Z | Checking futures-executor v0.3.29 |
2702 | 2023-11-18T00:39:22.221Z | Documenting slog-json v2.6.1 |
2703 | 2023-11-18T00:39:22.429Z | Checking ipnetwork v0.20.0 |
2704 | 2023-11-18T00:39:22.491Z | Checking float-cmp v0.9.0 |
2705 | 2023-11-18T00:39:22.748Z | Checking zerocopy v0.6.4 |
2706 | 2023-11-18T00:39:22.974Z | Documenting async-stream-impl v0.3.5 |
2707 | 2023-11-18T00:39:23.877Z | Checking hubpack v0.1.2 |
2708 | 2023-11-18T00:39:24.352Z | Checking crossbeam-utils v0.8.16 |
2709 | 2023-11-18T00:39:24.950Z | Checking encoding_rs v0.8.33 |
2710 | 2023-11-18T00:39:25.206Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2711 | 2023-11-18T00:39:25.235Z | Checking memoffset v0.9.0 |
2712 | 2023-11-18T00:39:25.336Z | Checking difflib v0.4.0 |
2713 | 2023-11-18T00:39:25.370Z | Checking webpki-roots v0.25.2 |
2714 | 2023-11-18T00:39:25.525Z | Checking data-encoding v2.4.0 |
2715 | 2023-11-18T00:39:25.577Z | Checking precomputed-hash v0.1.1 |
2716 | 2023-11-18T00:39:25.717Z | Checking regex-automata v0.3.8 |
2717 | 2023-11-18T00:39:25.823Z | Checking predicates-core v1.0.6 |
2718 | 2023-11-18T00:39:26.086Z | Documenting atomic-waker v1.1.1 |
2719 | 2023-11-18T00:39:26.360Z | Documenting debug-ignore v1.0.5 |
2720 | 2023-11-18T00:39:27.208Z | Checking new_debug_unreachable v1.0.4 |
2721 | 2023-11-18T00:39:27.300Z | Checking whoami v1.4.1 |
2722 | 2023-11-18T00:39:27.679Z | Checking mime v0.3.17 |
2723 | 2023-11-18T00:39:28.089Z | Checking normalize-line-endings v0.3.0 |
2724 | 2023-11-18T00:39:28.142Z | Checking static_assertions v1.1.0 |
2725 | 2023-11-18T00:39:28.237Z | Checking fixedbitset v0.4.2 |
2726 | 2023-11-18T00:39:28.268Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2727 | 2023-11-18T00:39:28.606Z | Checking petgraph v0.6.4 |
2728 | 2023-11-18T00:39:28.688Z | Checking reqwest v0.11.22 |
2729 | 2023-11-18T00:39:28.965Z | Checking predicates v3.0.4 |
2730 | 2023-11-18T00:39:29.063Z | Documenting slog-bunyan v2.4.0 |
2731 | 2023-11-18T00:39:30.070Z | Checking bstr v1.6.0 |
2732 | 2023-11-18T00:39:30.105Z | Documenting async-stream v0.3.5 |
2733 | 2023-11-18T00:39:30.343Z | Documenting waitgroup v0.1.2 |
2734 | 2023-11-18T00:39:30.649Z | Checking tokio-postgres v0.7.10 |
2735 | 2023-11-18T00:39:31.127Z | Checking string_cache v0.8.7 |
2736 | 2023-11-18T00:39:31.501Z | Checking trust-dns-proto v0.22.0 |
2737 | 2023-11-18T00:39:31.536Z | Checking diesel v2.1.3 |
2738 | 2023-11-18T00:39:34.048Z | Checking crossbeam-epoch v0.9.15 |
2739 | 2023-11-18T00:39:34.707Z | Checking yasna v0.5.2 |
2740 | 2023-11-18T00:39:35.234Z | Checking futures v0.3.29 |
2741 | 2023-11-18T00:39:35.360Z | Checking clap v4.4.3 |
2742 | 2023-11-18T00:39:35.506Z | Checking cipher v0.4.4 |
2743 | 2023-11-18T00:39:35.852Z | Checking crossterm v0.27.0 |
2744 | 2023-11-18T00:39:36.099Z | Checking anyhow v1.0.75 |
2745 | 2023-11-18T00:39:36.175Z | Checking zip v0.6.6 |
2746 | 2023-11-18T00:39:36.179Z | Checking similar v2.2.1 |
2747 | 2023-11-18T00:39:36.295Z | Checking bit-set v0.5.3 |
2748 | 2023-11-18T00:39:36.447Z | Checking itertools v0.10.5 |
2749 | 2023-11-18T00:39:36.816Z | Checking num-iter v0.1.43 |
2750 | 2023-11-18T00:39:36.821Z | Checking console v0.15.7 |
2751 | 2023-11-18T00:39:36.929Z | Checking rustix v0.38.9 |
2752 | 2023-11-18T00:39:37.239Z | Checking signature v2.1.0 |
2753 | 2023-11-18T00:39:37.484Z | Checking darling_core v0.20.3 |
2754 | 2023-11-18T00:39:37.536Z | Checking toml v0.7.8 |
2755 | 2023-11-18T00:39:37.623Z | Checking tokio-stream v0.1.14 |
2756 | 2023-11-18T00:39:37.711Z | Checking toml_edit v0.21.0 |
2757 | 2023-11-18T00:39:38.681Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2758 | 2023-11-18T00:39:38.801Z | Documenting multer v2.1.0 |
2759 | 2023-11-18T00:39:38.814Z | Checking usdt v0.3.5 |
2760 | 2023-11-18T00:39:39.112Z | Documenting serde_path_to_error v0.1.14 |
2761 | 2023-11-18T00:39:40.169Z | Checking hex v0.4.3 |
2762 | 2023-11-18T00:39:40.257Z | Checking semver v1.0.20 |
2763 | 2023-11-18T00:39:40.469Z | Documenting strum v0.25.0 |
2764 | 2023-11-18T00:39:40.891Z | Checking slog v2.7.0 |
2765 | 2023-11-18T00:39:41.004Z | Checking lalrpop-util v0.19.12 |
2766 | 2023-11-18T00:39:41.428Z | Checking darling v0.20.3 |
2767 | 2023-11-18T00:39:41.608Z | Documenting structmeta-derive v0.2.0 |
2768 | 2023-11-18T00:39:41.616Z | Documenting serde_with_macros v2.3.3 |
2769 | 2023-11-18T00:39:41.623Z | Checking structmeta v0.2.0 |
2770 | 2023-11-18T00:39:41.983Z | Documenting instant v0.1.12 |
2771 | 2023-11-18T00:39:45.383Z | Checking regex-syntax v0.7.5 |
2772 | 2023-11-18T00:39:45.778Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2773 | 2023-11-18T00:39:46.481Z | Documenting macaddr v1.0.1 |
2774 | 2023-11-18T00:39:47.298Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2775 | 2023-11-18T00:39:48.292Z | Documenting backoff v0.4.0 |
2776 | 2023-11-18T00:39:48.563Z | Documenting serde_with v2.3.3 |
2777 | 2023-11-18T00:39:49.299Z | Documenting structmeta v0.2.0 |
2778 | 2023-11-18T00:39:50.441Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2779 | 2023-11-18T00:39:52.391Z | Documenting is-terminal v0.4.9 |
2780 | 2023-11-18T00:39:52.667Z | Documenting base64ct v1.6.0 |
2781 | 2023-11-18T00:39:54.885Z | Documenting proc-macro-crate v1.3.1 |
2782 | 2023-11-18T00:39:56.545Z | Documenting parse-display-derive v0.8.2 |
2783 | 2023-11-18T00:39:56.749Z | Checking proc-macro-crate v1.3.1 |
2784 | 2023-11-18T00:39:57.134Z | Documenting proc-macro-error-attr v1.0.4 |
2785 | 2023-11-18T00:39:58.913Z | Checking proc-macro-error v1.0.4 |
2786 | 2023-11-18T00:39:59.324Z | Documenting postcard-cobs v0.1.5-pre |
2787 | 2023-11-18T00:39:59.431Z | Documenting foreign-types-macros v0.2.3 |
2788 | 2023-11-18T00:40:00.055Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2789 | 2023-11-18T00:40:02.462Z | Documenting num_enum_derive v0.5.11 |
2790 | 2023-11-18T00:40:03.461Z | Documenting postcard v0.7.3 |
2791 | 2023-11-18T00:40:03.688Z | Documenting proc-macro-error v1.0.4 |
2792 | 2023-11-18T00:40:04.952Z | Documenting parse-display v0.8.2 |
2793 | 2023-11-18T00:40:06.589Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2794 | 2023-11-18T00:40:07.633Z | Documenting foreign-types-shared v0.3.1 |
2795 | 2023-11-18T00:40:10.160Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2796 | 2023-11-18T00:40:10.380Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2797 | 2023-11-18T00:40:10.578Z | Documenting crucible-workspace-hack v0.1.0 |
2798 | 2023-11-18T00:40:10.856Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2799 | 2023-11-18T00:40:11.123Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2800 | 2023-11-18T00:40:11.280Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2801 | 2023-11-18T00:40:11.719Z | Documenting foreign-types v0.5.0 |
2802 | 2023-11-18T00:40:12.230Z | Documenting num_enum v0.5.11 |
2803 | 2023-11-18T00:40:16.377Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2804 | 2023-11-18T00:40:16.584Z | Documenting cstr-argument v0.1.2 |
2805 | 2023-11-18T00:40:17.144Z | Documenting colored v2.0.4 |
2806 | 2023-11-18T00:40:17.228Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2807 | 2023-11-18T00:40:17.698Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2808 | 2023-11-18T00:40:18.455Z | Documenting zone_cfg_derive v0.3.0 |
2809 | 2023-11-18T00:40:18.894Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2810 | 2023-11-18T00:40:20.153Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2811 | 2023-11-18T00:40:22.196Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2812 | 2023-11-18T00:40:23.616Z | Documenting num-derive v0.4.0 |
2813 | 2023-11-18T00:40:23.894Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2814 | 2023-11-18T00:40:24.518Z | Documenting smf v0.2.2 |
2815 | 2023-11-18T00:40:24.747Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2816 | 2023-11-18T00:40:26.010Z | Documenting zone v0.3.0 |
2817 | 2023-11-18T00:40:26.706Z | Documenting fastrand v2.0.0 |
2818 | 2023-11-18T00:40:26.785Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2819 | 2023-11-18T00:40:28.546Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2820 | 2023-11-18T00:40:29.163Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2821 | 2023-11-18T00:40:30.418Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2822 | 2023-11-18T00:40:31.055Z | Documenting linked-hash-map v0.5.6 |
2823 | 2023-11-18T00:40:32.826Z | Documenting tempfile v3.8.0 |
2824 | 2023-11-18T00:40:33.278Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2825 | 2023-11-18T00:40:33.384Z | Documenting password-hash v0.5.0 |
2826 | 2023-11-18T00:40:34.536Z | Documenting blake2 v0.10.6 |
2827 | 2023-11-18T00:40:36.247Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2828 | 2023-11-18T00:40:37.233Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2829 | 2023-11-18T00:40:37.408Z | Documenting lru-cache v0.1.2 |
2830 | 2023-11-18T00:40:38.811Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2831 | 2023-11-18T00:40:39.209Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2832 | 2023-11-18T00:40:39.396Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2833 | 2023-11-18T00:40:39.939Z | Checking heck v0.3.3 |
2834 | 2023-11-18T00:40:40.177Z | Documenting structopt-derive v0.4.18 |
2835 | 2023-11-18T00:40:40.208Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2836 | 2023-11-18T00:40:42.563Z | Documenting argon2 v0.5.2 |
2837 | 2023-11-18T00:40:43.220Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2838 | 2023-11-18T00:40:43.803Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2839 | 2023-11-18T00:40:44.167Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2840 | 2023-11-18T00:40:48.336Z | Documenting structopt v0.3.26 |
2841 | 2023-11-18T00:40:48.736Z | Documenting libefi-sys v0.1.0 |
2842 | 2023-11-18T00:40:49.306Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2843 | 2023-11-18T00:40:51.267Z | Documenting pem-rfc7468 v0.7.0 |
2844 | 2023-11-18T00:40:54.058Z | Documenting der_derive v0.7.2 |
2845 | 2023-11-18T00:40:54.381Z | Documenting flagset v0.4.3 |
2846 | 2023-11-18T00:40:54.771Z | Documenting quick-error v1.2.3 |
2847 | 2023-11-18T00:40:56.312Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2848 | 2023-11-18T00:40:57.459Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2849 | 2023-11-18T00:40:58.632Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2850 | 2023-11-18T00:40:59.148Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2851 | 2023-11-18T00:40:59.289Z | Documenting cancel-safe-futures v0.1.5 |
2852 | 2023-11-18T00:41:00.026Z | Checking convert_case v0.4.0 |
2853 | 2023-11-18T00:41:00.292Z | Documenting resolv-conf v0.7.0 |
2854 | 2023-11-18T00:41:00.332Z | Documenting convert_case v0.4.0 |
2855 | 2023-11-18T00:41:00.555Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2856 | 2023-11-18T00:41:01.836Z | Documenting der v0.7.8 |
2857 | 2023-11-18T00:41:02.892Z | Documenting tap v1.0.1 |
2858 | 2023-11-18T00:41:04.439Z | Documenting radium v0.7.0 |
2859 | 2023-11-18T00:41:06.388Z | Documenting trust-dns-resolver v0.22.0 |
2860 | 2023-11-18T00:41:07.499Z | Documenting derive_more v0.99.17 |
2861 | 2023-11-18T00:41:07.506Z | Documenting wyz v0.5.1 |
2862 | 2023-11-18T00:41:08.608Z | Documenting funty v2.0.0 |
2863 | 2023-11-18T00:41:08.893Z | Documenting arc-swap v1.6.0 |
2864 | 2023-11-18T00:41:10.386Z | Documenting spki v0.7.2 |
2865 | 2023-11-18T00:41:11.378Z | Documenting crc-catalog v2.2.0 |
2866 | 2023-11-18T00:41:13.383Z | Documenting bitvec v1.0.1 |
2867 | 2023-11-18T00:41:14.677Z | Documenting slog-scope v4.4.0 |
2868 | 2023-11-18T00:41:14.922Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2869 | 2023-11-18T00:41:15.244Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2870 | 2023-11-18T00:41:15.685Z | Documenting crc v3.0.1 |
2871 | 2023-11-18T00:41:16.873Z | Documenting num-rational v0.4.1 |
2872 | 2023-11-18T00:41:17.045Z | Documenting pkcs8 v0.10.2 |
2873 | 2023-11-18T00:41:17.147Z | Documenting hkdf v0.12.3 |
2874 | 2023-11-18T00:41:18.259Z | Documenting num-complex v0.4.4 |
2875 | 2023-11-18T00:41:20.181Z | Documenting packed_struct_codegen v0.10.1 |
2876 | 2023-11-18T00:41:20.471Z | Documenting ciborium-io v0.2.1 |
2877 | 2023-11-18T00:41:21.470Z | Documenting half v1.8.2 |
2878 | 2023-11-18T00:41:23.404Z | Documenting nodrop v0.1.14 |
2879 | 2023-11-18T00:41:23.805Z | Documenting pkcs1 v0.7.5 |
2880 | 2023-11-18T00:41:24.577Z | Documenting slog-stdlog v4.1.1 |
2881 | 2023-11-18T00:41:25.486Z | Documenting num v0.4.1 |
2882 | 2023-11-18T00:41:25.886Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2883 | 2023-11-18T00:41:26.646Z | Documenting ciborium-ll v0.2.1 |
2884 | 2023-11-18T00:41:27.164Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2885 | 2023-11-18T00:41:27.658Z | Documenting array-init v0.0.4 |
2886 | 2023-11-18T00:41:28.600Z | Documenting packed_struct v0.10.1 |
2887 | 2023-11-18T00:41:29.945Z | Documenting slog-dtrace v0.2.3 |
2888 | 2023-11-18T00:41:30.287Z | Documenting num-bigint-dig v0.8.4 |
2889 | 2023-11-18T00:41:32.526Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2890 | 2023-11-18T00:41:32.860Z | Documenting filetime v0.2.22 |
2891 | 2023-11-18T00:41:32.992Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2892 | 2023-11-18T00:41:34.128Z | Documenting xattr v1.0.1 |
2893 | 2023-11-18T00:41:34.477Z | Documenting swrite v0.1.0 |
2894 | 2023-11-18T00:41:38.579Z | Documenting bitfield v0.14.0 |
2895 | 2023-11-18T00:41:38.771Z | Documenting keccak v0.1.4 |
2896 | 2023-11-18T00:41:40.130Z | Documenting termcolor v1.2.0 |
2897 | 2023-11-18T00:41:40.240Z | Documenting tar v0.4.40 |
2898 | 2023-11-18T00:41:40.499Z | Documenting rsa v0.9.2 |
2899 | 2023-11-18T00:41:42.243Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2900 | 2023-11-18T00:41:43.068Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2901 | 2023-11-18T00:41:43.197Z | Documenting sha3 v0.10.8 |
2902 | 2023-11-18T00:41:46.238Z | Documenting ciborium v0.2.1 |
2903 | 2023-11-18T00:41:46.464Z | Documenting env_logger v0.10.0 |
2904 | 2023-11-18T00:41:46.881Z | Documenting serde-hex v0.1.0 |
2905 | 2023-11-18T00:41:50.937Z | Documenting slog-envlogger v2.2.0 |
2906 | 2023-11-18T00:41:51.959Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2907 | 2023-11-18T00:41:52.852Z | Documenting x509-cert v0.2.4 |
2908 | 2023-11-18T00:41:53.876Z | Documenting newtype_derive v0.1.6 |
2909 | 2023-11-18T00:41:54.849Z | Documenting libsw v3.3.0 |
2910 | 2023-11-18T00:41:55.446Z | Documenting ron v0.8.1 |
2911 | 2023-11-18T00:41:57.700Z | Documenting fxhash v0.2.1 |
2912 | 2023-11-18T00:41:59.121Z | Documenting secrecy v0.8.0 |
2913 | 2023-11-18T00:41:59.887Z | Documenting derive-where v1.2.5 |
2914 | 2023-11-18T00:42:01.324Z | Documenting linear-map v1.2.0 |
2915 | 2023-11-18T00:42:01.487Z | Documenting crc-any v2.4.3 |
2916 | 2023-11-18T00:42:02.126Z | Documenting owo-colors v3.5.0 |
2917 | 2023-11-18T00:42:02.633Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2918 | 2023-11-18T00:42:03.316Z | Documenting steno v0.4.0 |
2919 | 2023-11-18T00:42:03.397Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2920 | 2023-11-18T00:42:04.760Z | Documenting doc-comment v0.3.3 |
2921 | 2023-11-18T00:42:06.109Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2922 | 2023-11-18T00:42:07.811Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2923 | 2023-11-18T00:42:08.970Z | Documenting snafu-derive v0.7.5 |
2924 | 2023-11-18T00:42:09.091Z | Documenting path-slash v0.1.5 |
2925 | 2023-11-18T00:42:09.612Z | Documenting same-file v1.0.6 |
2926 | 2023-11-18T00:42:09.820Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2927 | 2023-11-18T00:42:14.712Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2928 | 2023-11-18T00:42:16.133Z | Documenting walkdir v2.4.0 |
2929 | 2023-11-18T00:42:17.460Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2930 | 2023-11-18T00:42:18.946Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2931 | 2023-11-18T00:42:20.795Z | Documenting snafu v0.7.5 |
2932 | 2023-11-18T00:42:21.618Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2933 | 2023-11-18T00:42:22.473Z | Documenting camino-tempfile v1.0.2 |
2934 | 2023-11-18T00:42:27.612Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2935 | 2023-11-18T00:42:27.780Z | Checking darling_core v0.14.4 |
2936 | 2023-11-18T00:42:29.805Z | Documenting nibble_vec v0.1.0 |
2937 | 2023-11-18T00:42:29.845Z | Documenting glob v0.3.1 |
2938 | 2023-11-18T00:42:30.774Z | Documenting endian-type v0.1.2 |
2939 | 2023-11-18T00:42:35.959Z | Checking darling v0.14.4 |
2940 | 2023-11-18T00:42:36.116Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2941 | 2023-11-18T00:42:36.239Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2942 | 2023-11-18T00:42:36.424Z | Documenting radix_trie v0.2.1 |
2943 | 2023-11-18T00:42:37.030Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2944 | 2023-11-18T00:42:41.019Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2945 | 2023-11-18T00:42:42.133Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2946 | 2023-11-18T00:42:42.753Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2947 | 2023-11-18T00:42:43.390Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2948 | 2023-11-18T00:42:43.810Z | Documenting path-dedot v3.1.0 |
2949 | 2023-11-18T00:42:46.206Z | Documenting trust-dns-client v0.22.0 |
2950 | 2023-11-18T00:42:48.753Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2951 | 2023-11-18T00:42:49.419Z | Documenting path-absolutize v3.1.0 |
2952 | 2023-11-18T00:42:57.136Z | Documenting buf-list v1.0.3 |
2953 | 2023-11-18T00:42:57.167Z | Documenting globset v0.4.13 |
2954 | 2023-11-18T00:42:57.635Z | Documenting crossbeam-deque v0.8.3 |
2955 | 2023-11-18T00:42:59.221Z | Documenting headers-core v0.2.0 |
2956 | 2023-11-18T00:43:03.872Z | Documenting olpc-cjson v0.1.3 |
2957 | 2023-11-18T00:43:04.141Z | Documenting serde_plain v1.0.2 |
2958 | 2023-11-18T00:43:04.389Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2959 | 2023-11-18T00:43:04.557Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2960 | 2023-11-18T00:43:05.138Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2961 | 2023-11-18T00:43:05.805Z | Documenting utf-8 v0.7.6 |
2962 | 2023-11-18T00:43:06.100Z | Documenting display-error-chain v0.2.0 |
2963 | 2023-11-18T00:43:09.537Z | Documenting headers v0.3.9 |
2964 | 2023-11-18T00:43:09.926Z | Documenting rayon-core v1.12.0 |
2965 | 2023-11-18T00:43:10.476Z | Documenting trust-dns-server v0.22.1 |
2966 | 2023-11-18T00:43:10.734Z | Documenting tough v0.14.0 |
2967 | 2023-11-18T00:43:11.481Z | Documenting tungstenite v0.20.1 |
2968 | 2023-11-18T00:43:12.375Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2969 | 2023-11-18T00:43:13.527Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2970 | 2023-11-18T00:43:14.082Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2971 | 2023-11-18T00:43:14.683Z | Checking derive_builder_core v0.12.0 |
2972 | 2023-11-18T00:43:15.313Z | Documenting derive_builder_core v0.12.0 |
2973 | 2023-11-18T00:43:16.128Z | Documenting sled v0.34.7 |
2974 | 2023-11-18T00:43:16.882Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2975 | 2023-11-18T00:43:17.901Z | Documenting unicase v2.7.0 |
2976 | 2023-11-18T00:43:19.494Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2977 | 2023-11-18T00:43:20.343Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2978 | 2023-11-18T00:43:20.779Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2979 | 2023-11-18T00:43:21.215Z | Documenting bcs v0.1.6 |
2980 | 2023-11-18T00:43:21.469Z | Documenting ff v0.13.0 |
2981 | 2023-11-18T00:43:22.797Z | Documenting highway v1.1.0 |
2982 | 2023-11-18T00:43:22.923Z | Documenting pretty-hex v0.3.0 |
2983 | 2023-11-18T00:43:24.518Z | Documenting mime_guess v2.0.4 |
2984 | 2023-11-18T00:43:25.369Z | Documenting derive_builder_macro v0.12.0 |
2985 | 2023-11-18T00:43:27.525Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2986 | 2023-11-18T00:43:28.116Z | Documenting tokio-tungstenite v0.20.1 |
2987 | 2023-11-18T00:43:28.279Z | Documenting group v0.13.0 |
2988 | 2023-11-18T00:43:28.579Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2989 | 2023-11-18T00:43:31.157Z | Documenting rayon v1.8.0 |
2990 | 2023-11-18T00:43:31.167Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2991 | 2023-11-18T00:43:36.382Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2992 | 2023-11-18T00:43:37.503Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2993 | 2023-11-18T00:43:42.776Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2994 | 2023-11-18T00:43:47.633Z | Documenting portable-atomic v1.4.3 |
2995 | 2023-11-18T00:43:52.699Z | Documenting ed25519 v1.5.3 |
2996 | 2023-11-18T00:43:53.083Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2997 | 2023-11-18T00:43:56.881Z | Documenting universal-hash v0.5.1 |
2998 | 2023-11-18T00:43:56.894Z | Documenting crypto-bigint v0.5.2 |
2999 | 2023-11-18T00:43:57.322Z | Documenting kstat-rs v0.2.3 |
3000 | 2023-11-18T00:43:57.937Z | Documenting ref-cast-impl v1.0.20 |
3001 | 2023-11-18T00:44:00.525Z | Documenting curve25519-dalek-derive v0.1.0 |
3002 | 2023-11-18T00:44:03.897Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3003 | 2023-11-18T00:44:05.157Z | Documenting thiserror-impl-no-std v2.0.2 |
3004 | 2023-11-18T00:44:05.520Z | Documenting vte_generate_state_changes v0.1.1 |
3005 | 2023-11-18T00:44:06.119Z | Documenting cassowary v0.3.0 |
3006 | 2023-11-18T00:44:06.123Z | Documenting number_prefix v0.4.0 |
3007 | 2023-11-18T00:44:07.877Z | Documenting opaque-debug v0.3.0 |
3008 | 2023-11-18T00:44:12.085Z | Documenting base16ct v0.2.0 |
3009 | 2023-11-18T00:44:12.571Z | Documenting vte v0.11.1 |
3010 | 2023-11-18T00:44:12.778Z | Documenting poly1305 v0.8.0 |
3011 | 2023-11-18T00:44:12.857Z | Documenting indicatif v0.17.7 |
3012 | 2023-11-18T00:44:13.198Z | Documenting ratatui v0.23.0 |
3013 | 2023-11-18T00:44:13.441Z | Documenting thiserror-no-std v2.0.2 |
3014 | 2023-11-18T00:44:16.448Z | Documenting elliptic-curve v0.13.5 |
3015 | 2023-11-18T00:44:17.681Z | Documenting curve25519-dalek v4.1.0 |
3016 | 2023-11-18T00:44:19.266Z | Documenting ref-cast v1.0.20 |
3017 | 2023-11-18T00:44:20.219Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3018 | 2023-11-18T00:44:20.930Z | Documenting salty v0.2.0 |
3019 | 2023-11-18T00:44:21.205Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
3020 | 2023-11-18T00:44:23.503Z | Documenting derive_builder v0.12.0 |
3021 | 2023-11-18T00:44:23.881Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3022 | 2023-11-18T00:44:25.339Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3023 | 2023-11-18T00:44:26.873Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3024 | 2023-11-18T00:44:27.076Z | Documenting polar-core v0.27.0 |
3025 | 2023-11-18T00:44:36.763Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3026 | 2023-11-18T00:44:40.040Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3027 | 2023-11-18T00:44:41.814Z | Documenting libxml v0.3.3 |
3028 | 2023-11-18T00:44:43.035Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3029 | 2023-11-18T00:44:46.031Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3030 | 2023-11-18T00:44:49.815Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3031 | 2023-11-18T00:44:50.303Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3032 | 2023-11-18T00:44:50.623Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3033 | 2023-11-18T00:44:52.248Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3034 | 2023-11-18T00:44:52.927Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
3035 | 2023-11-18T00:44:54.156Z | Documenting chacha20 v0.9.1 |
3036 | 2023-11-18T00:44:55.790Z | Documenting bb8 v0.8.1 |
3037 | 2023-11-18T00:45:16.123Z | Documenting pem v3.0.2 |
3038 | 2023-11-18T00:45:16.598Z | Documenting quick-xml v0.23.1 |
3039 | 2023-11-18T00:45:16.647Z | Documenting serde-big-array v0.5.1 |
3040 | 2023-11-18T00:45:17.378Z | Documenting bytesize v1.3.0 |
3041 | 2023-11-18T00:45:17.489Z | Documenting aead v0.5.2 |
3042 | 2023-11-18T00:45:17.546Z | Documenting oso-derive v0.27.0 |
3043 | 2023-11-18T00:45:17.566Z | Documenting impl-trait-for-tuples v0.2.2 |
3044 | 2023-11-18T00:45:17.640Z | Documenting rtoolbox v0.0.1 |
3045 | 2023-11-18T00:45:17.677Z | Documenting is_ci v1.1.1 |
3046 | 2023-11-18T00:45:17.696Z | Documenting humantime v2.1.0 |
3047 | 2023-11-18T00:45:17.769Z | Documenting unicode-linebreak v0.1.5 |
3048 | 2023-11-18T00:45:17.792Z | Documenting smawk v0.3.1 |
3049 | 2023-11-18T00:45:17.828Z | Documenting fs-err v2.9.0 |
3050 | 2023-11-18T00:45:17.895Z | Documenting maplit v1.0.2 |
3051 | 2023-11-18T00:45:17.950Z | Documenting rpassword v7.2.0 |
3052 | 2023-11-18T00:45:17.962Z | Documenting supports-color v2.1.0 |
3053 | 2023-11-18T00:45:17.984Z | Documenting chacha20poly1305 v0.10.1 |
3054 | 2023-11-18T00:45:17.994Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3055 | 2023-11-18T00:45:18.011Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3056 | 2023-11-18T00:45:18.031Z | Documenting textwrap v0.16.0 |
3057 | 2023-11-18T00:45:18.043Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3058 | 2023-11-18T00:45:18.069Z | Documenting oso v0.27.0 |
3059 | 2023-11-18T00:45:18.660Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3060 | 2023-11-18T00:45:21.164Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
3061 | 2023-11-18T00:45:23.180Z | Documenting rcgen v0.11.3 |
3062 | 2023-11-18T00:45:25.290Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3063 | 2023-11-18T00:45:32.197Z | Documenting vsss-rs v3.3.1 |
3064 | 2023-11-18T00:45:33.423Z | Documenting tui-tree-widget v0.13.0 |
3065 | 2023-11-18T00:45:34.026Z | Documenting strip-ansi-escapes v0.2.0 |
3066 | 2023-11-18T00:45:37.738Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3067 | 2023-11-18T00:45:40.448Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3068 | 2023-11-18T00:45:42.231Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3069 | 2023-11-18T00:45:42.473Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3070 | 2023-11-18T00:45:44.639Z | Documenting cookie v0.16.2 |
3071 | 2023-11-18T00:45:47.024Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
3072 | 2023-11-18T00:45:47.937Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3073 | 2023-11-18T00:45:50.945Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3074 | 2023-11-18T00:45:51.870Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3075 | 2023-11-18T00:45:52.228Z | Documenting atomicwrites v0.4.2 |
3076 | 2023-11-18T00:45:52.404Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3077 | 2023-11-18T00:45:59.697Z | Documenting signal-hook-tokio v0.3.1 |
3078 | 2023-11-18T00:46:00.024Z | Documenting fd-lock v3.0.13 |
3079 | 2023-11-18T00:46:00.541Z | Documenting subprocess v0.2.9 |
3080 | 2023-11-18T00:46:00.865Z | Documenting corncobs v0.1.3 |
3081 | 2023-11-18T00:46:04.751Z | Documenting nu-ansi-term v0.49.0 |
3082 | 2023-11-18T00:46:05.317Z | Documenting shell-words v1.1.0 |
3083 | 2023-11-18T00:46:06.499Z | Documenting http-range v0.1.5 |
3084 | 2023-11-18T00:46:07.195Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3085 | 2023-11-18T00:46:07.387Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3086 | 2023-11-18T00:46:10.656Z | Documenting reedline v0.25.0 |
3087 | 2023-11-18T00:46:11.443Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3088 | 2023-11-18T00:46:12.966Z | Documenting hyper-staticfile v0.9.5 |
3089 | 2023-11-18T00:46:13.203Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3090 | 2023-11-18T00:46:17.954Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3091 | 2023-11-18T00:46:19.854Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3092 | 2023-11-18T00:46:21.745Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3093 | 2023-11-18T00:46:21.967Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3094 | 2023-11-18T00:46:23.259Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3095 | 2023-11-18T00:46:24.539Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3096 | 2023-11-18T00:46:37.903Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
3097 | 2023-11-18T00:46:43.349Z | Documenting fatfs v0.3.6 |
3098 | 2023-11-18T00:46:50.884Z | Documenting cargo-platform v0.1.3 |
3099 | 2023-11-18T00:46:52.688Z | Documenting nanorand v0.7.0 |
3100 | 2023-11-18T00:46:53.842Z | Documenting assert_matches v1.5.0 |
3101 | 2023-11-18T00:46:54.312Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3102 | 2023-11-18T00:46:55.338Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3103 | 2023-11-18T00:46:55.694Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3104 | 2023-11-18T00:46:57.126Z | Documenting cargo_metadata v0.18.0 |
3105 | 2023-11-18T00:46:57.957Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3106 | 2023-11-18T00:46:58.730Z | Documenting flume v0.11.0 |
3107 | 2023-11-18T00:47:01.322Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3108 | 2023-11-18T00:47:04.899Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3109 | 2023-11-18T00:47:05.395Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3110 | 2023-11-18T00:47:06.433Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3111 | 2023-11-18T00:47:18.610Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3112 | 2023-11-18T00:47:29.859Z | Documenting omicron-zone-package v0.8.3 |
3113 | 2023-11-18T00:47:32.265Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3114 | 2023-11-18T00:47:37.516Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3115 | 2023-11-18T00:47:38.171Z | Documenting cargo_toml v0.17.0 |
3116 | 2023-11-18T00:47:38.721Z | Documenting termios v0.3.3 |
3117 | 2023-11-18T00:47:48.190Z | Documenting topological-sort v0.2.2 |
3118 | 2023-11-18T00:47:48.385Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3119 | 2023-11-18T00:47:48.535Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3120 | 2023-11-18T00:47:48.625Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3121 | 2023-11-18T00:47:48.689Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3122 | 2023-11-18T00:47:48.725Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3123 | 2023-11-18T00:47:58.382Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3124 | 2023-11-18T00:48:04.944Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3125 | 2023-11-18T00:48:04.948Z | --> sled-agent/src/sim/instance.rs:46:7 |
3126 | 2023-11-18T00:48:04.951Z | | |
3127 | 2023-11-18T00:48:04.955Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3128 | 2023-11-18T00:48:04.959Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3129 | 2023-11-18T00:48:04.963Z | | |
3130 | 2023-11-18T00:48:04.967Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3131 | 2023-11-18T00:48:04.971Z | |
3132 | 2023-11-18T00:48:08.620Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3133 | 2023-11-18T00:48:27.695Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3134 | 2023-11-18T00:48:35.867Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3135 | 2023-11-18T00:48:52.132Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3136 | 2023-11-18T00:48:53.173Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3137 | 2023-11-18T00:48:54.116Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3138 | 2023-11-18T00:48:57.875Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3139 | 2023-11-18T00:48:58.672Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3140 | 2023-11-18T00:50:32.722Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 04s |
3141 | 2023-11-18T00:50:32.843Z | |
3142 | 2023-11-18T00:50:32.846Z | real 16:04.779249306 |
3143 | 2023-11-18T00:50:32.849Z | user 55:50.082644335 |
3144 | 2023-11-18T00:50:32.851Z | sys 1:00:44.656413668 |
3145 | 2023-11-18T00:50:32.854Z | trap 2.143605305 |
3146 | 2023-11-18T00:50:32.857Z | tflt 0.249533728 |
3147 | 2023-11-18T00:50:32.860Z | dflt 0.531598621 |
3148 | 2023-11-18T00:50:32.863Z | kflt 0.000533387 |
3149 | 2023-11-18T00:50:32.866Z | lock 3:00:19.217299609 |
3150 | 2023-11-18T00:50:32.869Z | slp 4:11:28.302796115 |
3151 | 2023-11-18T00:50:32.872Z | lat 5:35.780148576 |
3152 | 2023-11-18T00:50:32.875Z | stop 1:53.994636804 |
3153 | 2023-11-18T00:50:32.878Z | process exited: duration 1881883 ms, exit code 0 |
|
3154 | 2023-11-18T00:50:32.884Z | found 0 output files |